@charset "UTF-8";
:root {
    --bs-pink: #e20778;
    --bs-orange: #fcaf17;
    --bs-lime: #b6cd2d;
    --bs-cyan: #41c3dc;
    --bs-black: #000000;
    --bs-salmon: #f17184;
    --bs-yellow: #eacc1b;
    --bs-teal: #09ad87;
    --bs-blue: #3e77b7;
    --bs-navy: #004990;
    --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: #e20778;
    --bs-secondary: #000000;
    --bs-success: #000000;
    --bs-info: #41c3dc;
    --bs-warning: #eacc1b;
    --bs-danger: #dc3545;
    --bs-light: #ffffff;
    --bs-dark: #000000;
    --bs-primary-rgb: 226, 7, 120;
    --bs-secondary-rgb: 0, 0, 0;
    --bs-success-rgb: 0, 0, 0;
    --bs-info-rgb: 65, 195, 220;
    --bs-warning-rgb: 234, 204, 27;
    --bs-danger-rgb: 220, 53, 69;
    --bs-light-rgb: 255, 255, 255;
    --bs-dark-rgb: 0, 0, 0;
    --bs-white-rgb: 255, 255, 255;
    --bs-black-rgb: 0, 0, 0;
    --bs-body-color-rgb: 0, 0, 0;
    --bs-body-bg-rgb: 255, 255, 255;
    --bs-font-sans-serif: "Avenir Next LT", "Avenir Next", 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: 500;
    --bs-body-line-height: 1.5;
    --bs-body-color: #000000;
    --bs-body-bg: #fff;
    --bs-border-width: 1px;
    --bs-border-style: solid;
    --bs-border-color: #000000;
    --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
    --bs-border-radius: 0;
    --bs-border-radius-sm: 0.25rem;
    --bs-border-radius-lg: 0.5rem;
    --bs-border-radius-xl: 1rem;
    --bs-border-radius-2xl: 2rem;
    --bs-border-radius-pill: 50rem;
    --bs-link-color: #000000;
    --bs-link-hover-color: black;
    --bs-code-color: #e20778;
    --bs-highlight-bg: #fbf5d1;
}
*,
*:before,
*:after {
    box-sizing: border-box;
}
@media (prefers-reduced-motion: no-preference) {
    :root {
        scroll-behavior: smooth;
    }
}
body {
    margin: 0;
    font-family: var(--bs-body-font-family);
    font-size: var(--bs-body-font-size);
    font-weight: var(--bs-body-font-weight);
    line-height: var(--bs-body-line-height);
    color: var(--bs-body-color);
    text-align: var(--bs-body-text-align);
    background-color: var(--bs-body-bg);
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: #fff0;
}
hr {
    margin: 0;
    color: #000;
    border: 0;
    border-top: 0.125rem solid;
    opacity: 1;
}
h6,
.h6,
h5,
.h5,
h4,
.h4,
h3,
.h3,
.search-filters__title,
h2,
.h2,
h1,
.h1 {
    margin-top: 0;
    margin-bottom: 1.25rem;
    font-family: inherit;
    font-weight: 700;
    line-height: 1;
    color: #000;
}
h1,
.h1 {
    font-size: clamp(1.875rem, 3.82vw, 4.563rem);
}
h2,
.h2 {
    font-size: clamp(1.625rem, 2.91vw, 3.5rem);
}
h3,
.h3,
.search-filters__title {
    font-size: clamp(1.125rem, 1.59vw, 1.875rem);
}
h4,
.h4 {
    font-size: 1rem;
}
h5,
.h5,
h6,
.h6 {
    font-size: 0.75rem;
}
p {
    margin-top: 0;
    margin-bottom: 1.875rem;
}
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,
.primary-nav-breadcrumb span {
    border-radius: 0;
}
button:focus:not(:focus-visible),
.primary-nav-breadcrumb span:focus:not(:focus-visible) {
    outline: 0;
}
input,
button,
.primary-nav-breadcrumb span,
select,
optgroup,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
button,
.primary-nav-breadcrumb span,
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,
.primary-nav-breadcrumb span,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}
button:not(:disabled),
.primary-nav-breadcrumb span: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.625rem;
    font-size: 1.125rem;
    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.375rem, 2.63vw, 3.125rem);
    font-weight: 700;
}
.display-1 {
    font-size: clamp(5.625rem, 12.15vw, 14.563rem);
    font-family: inherit;
    font-weight: 700;
    line-height: 1;
}
.display-2 {
    font-size: clamp(5rem, 6.94vw, 8.313rem);
    font-family: inherit;
    font-weight: 700;
    line-height: 1;
}
.display-3 {
    font-size: clamp(2.813rem, 5.2vw, 6.25rem);
    font-family: inherit;
    font-weight: 700;
    line-height: 1;
}
.display-4 {
    font-size: clamp(1.375rem, 2.63vw, 3.125rem);
    font-family: inherit;
    font-weight: 700;
    line-height: 1;
}
.display-5 {
    font-size: clamp(1.25rem, 1.8vw, 2.125rem);
    font-family: inherit;
    font-weight: 700;
    line-height: 1;
}
.display-6 {
    font-size: clamp(1rem, 1.52vw, 1.75rem);
    font-family: inherit;
    font-weight: 700;
    line-height: 1;
}
.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: #000;
}
.blockquote-footer:before {
    content: "\2014\a0";
}
.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
    --bs-gutter-x: 2.5rem;
    --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: 2.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-0.5 * var(--bs-gutter-x));
    margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.row > * {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-top: var(--bs-gutter-y);
}
.col {
    flex: 1 0 0%;
}
.row-cols-auto > * {
    flex: 0 0 auto;
    width: auto;
}
.row-cols-1 > * {
    flex: 0 0 auto;
    width: 100%;
}
.row-cols-2 > * {
    flex: 0 0 auto;
    width: 50%;
}
.row-cols-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
}
.row-cols-4 > * {
    flex: 0 0 auto;
    width: 25%;
}
.row-cols-5 > * {
    flex: 0 0 auto;
    width: 20%;
}
.row-cols-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
}
.col-auto {
    flex: 0 0 auto;
    width: auto;
}
.col-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
}
.col-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
}
.col-3 {
    flex: 0 0 auto;
    width: 25%;
}
.col-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
}
.col-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
}
.col-6 {
    flex: 0 0 auto;
    width: 50%;
}
.col-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
}
.col-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
}
.col-9 {
    flex: 0 0 auto;
    width: 75%;
}
.col-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
}
.col-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
}
.col-12 {
    flex: 0 0 auto;
    width: 100%;
}
.offset-1 {
    margin-left: 8.33333333%;
}
.offset-2 {
    margin-left: 16.66666667%;
}
.offset-3 {
    margin-left: 25%;
}
.offset-4 {
    margin-left: 33.33333333%;
}
.offset-5 {
    margin-left: 41.66666667%;
}
.offset-6 {
    margin-left: 50%;
}
.offset-7 {
    margin-left: 58.33333333%;
}
.offset-8 {
    margin-left: 66.66666667%;
}
.offset-9 {
    margin-left: 75%;
}
.offset-10 {
    margin-left: 83.33333333%;
}
.offset-11 {
    margin-left: 91.66666667%;
}
.g-0,
.gx-0 {
    --bs-gutter-x: 0;
}
.g-0,
.gy-0 {
    --bs-gutter-y: 0;
}
.g-1,
.gx-1 {
    --bs-gutter-x: 0.25rem;
}
.g-1,
.gy-1 {
    --bs-gutter-y: 0.25rem;
}
.g-2,
.gx-2 {
    --bs-gutter-x: 0.5rem;
}
.g-2,
.gy-2 {
    --bs-gutter-y: 0.5rem;
}
.g-3,
.gx-3 {
    --bs-gutter-x: 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: 2.5rem;
}
.g-5,
.gy-5 {
    --bs-gutter-y: 2.5rem;
}
.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: 2.5rem;
    }
    .g-sm-5,
    .gy-sm-5 {
        --bs-gutter-y: 2.5rem;
    }
    .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: 2.5rem;
    }
    .g-md-5,
    .gy-md-5 {
        --bs-gutter-y: 2.5rem;
    }
    .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: 2.5rem;
    }
    .g-lg-5,
    .gy-lg-5 {
        --bs-gutter-y: 2.5rem;
    }
    .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: 2.5rem;
    }
    .g-xl-5,
    .gy-xl-5 {
        --bs-gutter-y: 2.5rem;
    }
    .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: 2.5rem;
    }
    .g-xxl-5,
    .gy-xxl-5 {
        --bs-gutter-y: 2.5rem;
    }
    .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,
table {
    --bs-table-color: var(--bs-body-color);
    --bs-table-bg: transparent;
    --bs-table-border-color: #000000;
    --bs-table-accent-bg: transparent;
    --bs-table-striped-color: var(--bs-body-color);
    --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
    --bs-table-active-color: var(--bs-body-color);
    --bs-table-active-bg: rgba(0, 0, 0, 0.1);
    --bs-table-hover-color: var(--bs-body-color);
    --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
    width: 100%;
    margin-bottom: 1rem;
    color: var(--bs-table-color);
    vertical-align: top;
    border-color: var(--bs-table-border-color);
}
.table > :not(caption) > * > *,
table > :not(caption) > * > * {
    padding: 1.25rem;
    background-color: var(--bs-table-bg);
    border-bottom-width: 1px;
    box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}
.table > tbody,
table > tbody {
    vertical-align: inherit;
}
.table > thead,
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: #000000;
    --bs-table-bg: #f9cde4;
    --bs-table-border-color: #e0b9cd;
    --bs-table-striped-bg: #edc3d9;
    --bs-table-striped-color: #000000;
    --bs-table-active-bg: #e0b9cd;
    --bs-table-active-color: #000000;
    --bs-table-hover-bg: #e6bed3;
    --bs-table-hover-color: #000000;
    color: var(--bs-table-color);
    border-color: var(--bs-table-border-color);
}
.table-secondary,
.table-success {
    --bs-table-color: #000000;
    --bs-table-bg: #cccccc;
    --bs-table-border-color: #b8b8b8;
    --bs-table-striped-bg: #c2c2c2;
    --bs-table-striped-color: #000000;
    --bs-table-active-bg: #b8b8b8;
    --bs-table-active-color: #000000;
    --bs-table-hover-bg: #bdbdbd;
    --bs-table-hover-color: #000000;
    color: var(--bs-table-color);
    border-color: var(--bs-table-border-color);
}
.table-info {
    --bs-table-color: #000000;
    --bs-table-bg: #d9f3f8;
    --bs-table-border-color: #c3dbdf;
    --bs-table-striped-bg: #cee7ec;
    --bs-table-striped-color: #000000;
    --bs-table-active-bg: #c3dbdf;
    --bs-table-active-color: #000000;
    --bs-table-hover-bg: #c9e1e5;
    --bs-table-hover-color: #000000;
    color: var(--bs-table-color);
    border-color: var(--bs-table-border-color);
}
.table-warning {
    --bs-table-color: #000000;
    --bs-table-bg: #fbf5d1;
    --bs-table-border-color: #e2ddbc;
    --bs-table-striped-bg: #eee9c7;
    --bs-table-striped-color: #000000;
    --bs-table-active-bg: #e2ddbc;
    --bs-table-active-color: #000000;
    --bs-table-hover-bg: #e8e3c1;
    --bs-table-hover-color: #000000;
    color: var(--bs-table-color);
    border-color: var(--bs-table-border-color);
}
.table-danger {
    --bs-table-color: #000000;
    --bs-table-bg: #f8d7da;
    --bs-table-border-color: #dfc2c4;
    --bs-table-striped-bg: #eccccf;
    --bs-table-striped-color: #000000;
    --bs-table-active-bg: #dfc2c4;
    --bs-table-active-color: #000000;
    --bs-table-hover-bg: #e5c7ca;
    --bs-table-hover-color: #000000;
    color: var(--bs-table-color);
    border-color: var(--bs-table-border-color);
}
.table-light {
    --bs-table-color: #000000;
    --bs-table-bg: #ffffff;
    --bs-table-border-color: #e6e6e6;
    --bs-table-striped-bg: #f2f2f2;
    --bs-table-striped-color: #000000;
    --bs-table-active-bg: #e6e6e6;
    --bs-table-active-color: #000000;
    --bs-table-hover-bg: #ececec;
    --bs-table-hover-color: #000000;
    color: var(--bs-table-color);
    border-color: var(--bs-table-border-color);
}
.table-dark {
    --bs-table-color: #fff;
    --bs-table-bg: #000000;
    --bs-table-border-color: #1a1a1a;
    --bs-table-striped-bg: #0d0d0d;
    --bs-table-striped-color: #fff;
    --bs-table-active-bg: #1a1a1a;
    --bs-table-active-color: #fff;
    --bs-table-hover-bg: #131313;
    --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: 1rem;
    font-weight: 700;
}
.col-form-label {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
    margin-bottom: 0;
    font-size: inherit;
    font-weight: 700;
    line-height: 1.5;
}
.col-form-label-lg {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
    font-size: 1.25rem;
}
.col-form-label-sm {
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
    font-size: 0.875rem;
}
.form-text {
    margin-top: 0.25rem;
    font-size: 0.875em;
    color: #000;
}
.form-control,
.site-search .studio-widget-search-input,
#searchoptions-generic #search-field input,
input[type="file"] {
    display: block;
    width: 100%;
    padding: 0.5rem 0.9375rem;
    font-family: Avenir Next LT, Avenir Next, 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: 1rem;
    font-weight: 500;
    line-height: 1.5;
    color: #000;
    background-color: #fff0;
    background-clip: padding-box;
    border: 0.125rem solid #000;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
    .form-control,
    .site-search .studio-widget-search-input,
    #searchoptions-generic #search-field input,
    input[type="file"] {
        transition: none;
    }
}
.form-control[type="file"],
.site-search [type="file"].studio-widget-search-input,
#searchoptions-generic #search-field input[type="file"],
input[type="file"] {
    overflow: hidden;
}
.form-control[type="file"]:not(:disabled):not([readonly]),
.site-search [type="file"].studio-widget-search-input:not(:disabled):not([readonly]),
#searchoptions-generic #search-field input[type="file"]:not(:disabled):not([readonly]),
input[type="file"]:not(:disabled):not([readonly]) {
    cursor: pointer;
}
.form-control:focus,
.site-search .studio-widget-search-input:focus,
#searchoptions-generic #search-field input:focus,
input[type="file"]:focus {
    color: #000;
    background-color: #fff0;
    border-color: inherit;
    outline: 0;
    box-shadow: 0;
}
.form-control::-webkit-date-and-time-value,
.site-search .studio-widget-search-input::-webkit-date-and-time-value,
#searchoptions-generic #search-field input::-webkit-date-and-time-value,
input[type="file"]::-webkit-date-and-time-value {
    height: 1.5em;
}
.form-control::-moz-placeholder,
.site-search .studio-widget-search-input::-moz-placeholder,
#searchoptions-generic #search-field input::-moz-placeholder,
input[type="file"]::-moz-placeholder {
    color: #000;
    opacity: 1;
}
.form-control::placeholder,
.site-search .studio-widget-search-input::placeholder,
#searchoptions-generic #search-field input::placeholder,
input[type="file"]::placeholder {
    color: #000;
    opacity: 1;
}
.form-control:disabled,
.site-search .studio-widget-search-input:disabled,
#searchoptions-generic #search-field input:disabled,
input[type="file"]:disabled {
    background-color: #e9ecef;
    opacity: 1;
}
.form-control::file-selector-button,
.site-search .studio-widget-search-input::file-selector-button,
#searchoptions-generic #search-field input::file-selector-button,
input[type="file"]::file-selector-button {
    padding: 0.5rem 0.9375rem;
    margin: -0.5rem -0.9375rem;
    -webkit-margin-end: 0.9375rem;
    margin-inline-end: 0.9375rem;
    color: #fff;
    background-color: #000;
    pointer-events: none;
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    border-inline-end-width: 0.125rem;
    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,
    .site-search .studio-widget-search-input::file-selector-button,
    #searchoptions-generic #search-field input::file-selector-button,
    input[type="file"]::file-selector-button {
        transition: none;
    }
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button,
.site-search .studio-widget-search-input:hover:not(:disabled):not([readonly])::file-selector-button,
#searchoptions-generic #search-field input:hover:not(:disabled):not([readonly])::file-selector-button,
input[type="file"]:hover:not(:disabled):not([readonly])::file-selector-button {
    background-color: #000;
}
.form-control-plaintext {
    display: block;
    width: 100%;
    padding: 0.5rem 0;
    margin-bottom: 0;
    line-height: 1.5;
    color: #000;
    background-color: #fff0;
    border: solid #fff0;
    border-width: 0.125rem 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.75rem);
    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 + 1.25rem);
    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,
.site-search textarea.studio-widget-search-input {
    min-height: calc(1.5em + 1.25rem);
}
textarea.form-control-sm {
    min-height: calc(1.5em + 0.75rem);
}
textarea.form-control-lg {
    min-height: calc(1.5em + 1.25rem);
}
.form-control-color {
    width: 3rem;
    height: calc(1.5em + 1.25rem);
    padding: 0.5rem;
}
.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.75rem);
}
.form-control-color.form-control-lg {
    height: calc(1.5em + 1.25rem);
}
.form-select,
select.form-control,
.site-search select.studio-widget-search-input {
    display: block;
    width: 100%;
    padding: 0.5rem 2.5rem 0.5rem 0.9375rem;
    -moz-padding-start: calc(0.9375rem - 3px);
    font-family: Avenir Next LT, Avenir Next, 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: 1rem;
    font-weight: 500;
    line-height: 1.5;
    color: #000;
    background-color: #fff0;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24' viewBox='0 -960 960 960' width='24'%3E%3Cpath d='M480-358.463 253.847-584.615 296-626.768l184 184 184-184 42.153 42.153L480-358.463Z' fill='%23000000' /%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 0.875rem center;
    background-size: 1.5rem 1.5rem;
    border: 0.125rem solid #000;
    border-radius: 0;
    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,
    select.form-control,
    .site-search select.studio-widget-search-input {
        transition: none;
    }
}
.form-select:focus,
select.form-control:focus,
.site-search select.studio-widget-search-input:focus {
    border-color: inherit;
    outline: 0;
    box-shadow: 0;
}
.form-select[multiple],
select[multiple].form-control,
.site-search select[multiple].studio-widget-search-input,
.form-select[size]:not([size="1"]),
select[size].form-control:not([size="1"]),
.site-search select[size].studio-widget-search-input:not([size="1"]) {
    padding-right: 0.9375rem;
    background-image: none;
}
.form-select:disabled,
select.form-control:disabled,
.site-search select.studio-widget-search-input:disabled {
    background-color: #e9ecef;
}
.form-select:-moz-focusring,
select.form-control:-moz-focusring,
.site-search select.studio-widget-search-input:-moz-focusring {
    color: #fff0;
    text-shadow: 0 0 0 #000;
}
.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,
.radio label,
.checkbox label {
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5em;
    margin-bottom: 0.625rem;
}
.form-check .form-check-input,
.form-check .filters input[type="checkbox"],
.filters .form-check input[type="checkbox"],
.form-check .filters input[type="radio"],
.filters .form-check input[type="radio"],
.form-check .checkbox input[type="checkbox"],
.checkbox .form-check input[type="checkbox"],
.form-check .radio input[type="radio"],
.radio .form-check input[type="radio"],
.radio label .form-check-input,
.radio label .filters input[type="checkbox"],
.filters .radio label input[type="checkbox"],
.radio label .checkbox input[type="checkbox"],
.radio label input[type="radio"],
.checkbox label .form-check-input,
.checkbox label .filters input[type="radio"],
.filters .checkbox label input[type="radio"],
.checkbox label input[type="checkbox"],
.checkbox label .radio input[type="radio"] {
    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,
.form-check-reverse .filters input[type="checkbox"],
.filters .form-check-reverse input[type="checkbox"],
.form-check-reverse .filters input[type="radio"],
.filters .form-check-reverse input[type="radio"],
.form-check-reverse .checkbox input[type="checkbox"],
.checkbox .form-check-reverse input[type="checkbox"],
.form-check-reverse .radio input[type="radio"],
.radio .form-check-reverse input[type="radio"] {
    float: right;
    margin-right: -1.5em;
    margin-left: 0;
}
.form-check-input,
.filters input[type="checkbox"],
.filters input[type="radio"],
.checkbox input[type="checkbox"],
.radio input[type="radio"] {
    width: 1em;
    height: 1em;
    margin-top: 0.25em;
    vertical-align: top;
    background-color: #fff0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: 2px solid #000;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
}
.form-check-input[type="checkbox"],
.filters input[type="checkbox"],
.checkbox input[type="checkbox"],
.radio input[type="checkbox"][type="radio"] {
    border-radius: 0;
}
.form-check-input[type="radio"],
.filters input[type="radio"],
.checkbox input[type="radio"][type="checkbox"],
.radio input[type="radio"] {
    border-radius: 50%;
}
.form-check-input:active,
.filters input[type="checkbox"]:active,
.filters input[type="radio"]:active,
.checkbox input[type="checkbox"]:active,
.radio input[type="radio"]:active {
    filter: brightness(90%);
}
.form-check-input:focus,
.filters input[type="checkbox"]:focus,
.filters input[type="radio"]:focus,
.checkbox input[type="checkbox"]:focus,
.radio input[type="radio"]:focus {
    border-color: inherit;
    outline: 0;
    box-shadow: 0;
}
.form-check-input:checked,
.filters input[type="checkbox"]:checked,
.filters input[type="radio"]:checked,
.checkbox input[type="checkbox"]:checked,
.radio input[type="radio"]:checked {
    background-color: #000;
    border-color: #000;
}
.form-check-input:checked[type="checkbox"],
.filters input:checked[type="checkbox"],
.checkbox input:checked[type="checkbox"],
.radio input[type="radio"]: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"],
.filters input:checked[type="radio"],
.checkbox input[type="checkbox"]:checked[type="radio"],
.radio 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,
.filters input[type="checkbox"]:indeterminate,
.checkbox input[type="checkbox"]:indeterminate,
.radio input[type="checkbox"][type="radio"]:indeterminate {
    background-color: #000;
    border-color: #000;
    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,
.filters input[type="checkbox"]:disabled,
.filters input[type="radio"]:disabled,
.checkbox input[type="checkbox"]:disabled,
.radio input[type="radio"]:disabled {
    pointer-events: none;
    filter: none;
    opacity: 0.5;
}
.form-check-input[disabled] ~ .form-check-label,
.filters input[disabled][type="checkbox"] ~ .form-check-label,
.filters input[disabled][type="radio"] ~ .form-check-label,
.checkbox input[disabled][type="checkbox"] ~ .form-check-label,
.radio input[disabled][type="radio"] ~ .form-check-label,
.form-check-input:disabled ~ .form-check-label,
.filters input[type="checkbox"]:disabled ~ .form-check-label,
.filters input[type="radio"]:disabled ~ .form-check-label,
.checkbox input[type="checkbox"]:disabled ~ .form-check-label,
.radio input[type="radio"]:disabled ~ .form-check-label {
    cursor: default;
    opacity: 0.5;
}
.form-switch {
    padding-left: 2.5em;
}
.form-switch .form-check-input,
.form-switch .filters input[type="checkbox"],
.filters .form-switch input[type="checkbox"],
.form-switch .filters input[type="radio"],
.filters .form-switch input[type="radio"],
.form-switch .checkbox input[type="checkbox"],
.checkbox .form-switch input[type="checkbox"],
.form-switch .radio input[type="radio"],
.radio .form-switch input[type="radio"] {
    width: 2em;
    margin-left: -2.5em;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
    background-position: left center;
    border-radius: 2em;
    transition: background-position 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
    .form-switch .form-check-input,
    .form-switch .filters input[type="checkbox"],
    .filters .form-switch input[type="checkbox"],
    .form-switch .filters input[type="radio"],
    .filters .form-switch input[type="radio"],
    .form-switch .checkbox input[type="checkbox"],
    .checkbox .form-switch input[type="checkbox"],
    .form-switch .radio input[type="radio"],
    .radio .form-switch input[type="radio"] {
        transition: none;
    }
}
.form-switch .form-check-input:focus,
.form-switch .filters input[type="checkbox"]:focus,
.filters .form-switch input[type="checkbox"]:focus,
.form-switch .filters input[type="radio"]:focus,
.filters .form-switch input[type="radio"]:focus,
.form-switch .checkbox input[type="checkbox"]:focus,
.checkbox .form-switch input[type="checkbox"]:focus,
.form-switch .radio input[type="radio"]:focus,
.radio .form-switch input[type="radio"]: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,
.form-switch .filters input[type="checkbox"]:checked,
.filters .form-switch input[type="checkbox"]:checked,
.form-switch .filters input[type="radio"]:checked,
.filters .form-switch input[type="radio"]:checked,
.form-switch .checkbox input[type="checkbox"]:checked,
.checkbox .form-switch input[type="checkbox"]:checked,
.form-switch .radio input[type="radio"]:checked,
.radio .form-switch input[type="radio"]: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,
.form-switch.form-check-reverse .filters input[type="checkbox"],
.filters .form-switch.form-check-reverse input[type="checkbox"],
.form-switch.form-check-reverse .filters input[type="radio"],
.filters .form-switch.form-check-reverse input[type="radio"],
.form-switch.form-check-reverse .checkbox input[type="checkbox"],
.checkbox .form-switch.form-check-reverse input[type="checkbox"],
.form-switch.form-check-reverse .radio input[type="radio"],
.radio .form-switch.form-check-reverse input[type="radio"] {
    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: #fff0;
    -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;
}
.form-range:focus::-moz-range-thumb {
    box-shadow: 0 0 0 1px #fff, 0;
}
.form-range::-moz-focus-outer {
    border: 0;
}
.form-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #000;
    border: 0;
    border-radius: 1rem;
    -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: #b3b3b3;
}
.form-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: #fff0;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: #fff0;
    border-radius: 1rem;
}
.form-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #000;
    border: 0;
    border-radius: 1rem;
    -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: #b3b3b3;
}
.form-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: #fff0;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: #fff0;
    border-radius: 1rem;
}
.form-range:disabled {
    pointer-events: none;
}
.form-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd;
}
.form-range:disabled::-moz-range-thumb {
    background-color: #adb5bd;
}
.form-floating {
    position: relative;
}
.form-floating > .form-control,
.site-search .form-floating > .studio-widget-search-input,
#searchoptions-generic #search-field .form-floating > input,
.form-floating > input[type="file"],
.form-floating > .form-control-plaintext,
.form-floating > .form-select {
    height: 3.75rem;
    line-height: 1.25;
}
.form-floating > label {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 1rem 0.9375rem;
    overflow: hidden;
    text-align: start;
    text-overflow: ellipsis;
    white-space: nowrap;
    pointer-events: none;
    border: 0.125rem solid #fff0;
    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,
.site-search .form-floating > .studio-widget-search-input,
#searchoptions-generic #search-field .form-floating > input,
.form-floating > input[type="file"],
.form-floating > .form-control-plaintext {
    padding: 1rem 0.9375rem;
}
.form-floating > .form-control::-moz-placeholder,
.site-search .form-floating > .studio-widget-search-input::-moz-placeholder,
#searchoptions-generic #search-field .form-floating > input::-moz-placeholder,
.form-floating > input[type="file"]::-moz-placeholder,
.form-floating > .form-control-plaintext::-moz-placeholder {
    color: #fff0;
}
.form-floating > .form-control::placeholder,
.site-search .form-floating > .studio-widget-search-input::placeholder,
#searchoptions-generic #search-field .form-floating > input::placeholder,
.form-floating > input[type="file"]::placeholder,
.form-floating > .form-control-plaintext::placeholder {
    color: #fff0;
}
.form-floating > .form-control:not(:-moz-placeholder-shown),
.site-search .form-floating > .studio-widget-search-input:not(:-moz-placeholder-shown),
#searchoptions-generic #search-field .form-floating > input:not(:-moz-placeholder-shown),
.form-floating > input[type="file"]: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,
.site-search .form-floating > .studio-widget-search-input:focus,
#searchoptions-generic #search-field .form-floating > input:focus,
.form-floating > input[type="file"]:focus,
.form-floating > .form-control:not(:placeholder-shown),
.site-search .form-floating > .studio-widget-search-input:not(:placeholder-shown),
#searchoptions-generic #search-field .form-floating > input:not(:placeholder-shown),
.form-floating > input[type="file"]: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,
.site-search .form-floating > .studio-widget-search-input:-webkit-autofill,
#searchoptions-generic #search-field .form-floating > input:-webkit-autofill,
.form-floating > input[type="file"]:-webkit-autofill,
.form-floating > .form-control-plaintext:-webkit-autofill {
    padding-top: 1.625rem;
    padding-bottom: 0.625rem;
}
.form-floating > .form-select,
.form-floating > select.form-control,
.site-search .form-floating > select.studio-widget-search-input {
    padding-top: 1.625rem;
    padding-bottom: 0.625rem;
}
.form-floating > .form-control:not(:-moz-placeholder-shown) ~ label,
.site-search .form-floating > .studio-widget-search-input:not(:-moz-placeholder-shown) ~ label,
#searchoptions-generic #search-field .form-floating > input:not(:-moz-placeholder-shown) ~ label,
.form-floating > input[type="file"]:not(:-moz-placeholder-shown) ~ label {
    opacity: 0.65;
    transform: scale(0.85) translateY(-0.5rem) translate(0.15rem);
}
.form-floating > .form-control:focus ~ label,
.site-search .form-floating > .studio-widget-search-input:focus ~ label,
#searchoptions-generic #search-field .form-floating > input:focus ~ label,
.form-floating > input[type="file"]:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.site-search .form-floating > .studio-widget-search-input:not(:placeholder-shown) ~ label,
#searchoptions-generic #search-field .form-floating > input:not(:placeholder-shown) ~ label,
.form-floating > input[type="file"]:not(:placeholder-shown) ~ label,
.form-floating > .form-control-plaintext ~ label,
.form-floating > .form-select ~ label,
.form-floating > select.form-control ~ label,
.site-search .form-floating > select.studio-widget-search-input ~ label {
    opacity: 0.65;
    transform: scale(0.85) translateY(-0.5rem) translate(0.15rem);
}
.form-floating > .form-control:-webkit-autofill ~ label,
.site-search .form-floating > .studio-widget-search-input:-webkit-autofill ~ label,
#searchoptions-generic #search-field .form-floating > input:-webkit-autofill ~ label,
.form-floating > input[type="file"]:-webkit-autofill ~ label {
    opacity: 0.65;
    transform: scale(0.85) translateY(-0.5rem) translate(0.15rem);
}
.form-floating > .form-control-plaintext ~ label {
    border-width: 0.125rem 0;
}
.input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
}
.input-group > .form-control,
.site-search .input-group > .studio-widget-search-input,
#searchoptions-generic #search-field .input-group > input,
.input-group > input[type="file"],
.input-group > .form-select,
.input-group > .form-floating {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
}
.input-group > .form-control:focus,
.site-search .input-group > .studio-widget-search-input:focus,
#searchoptions-generic #search-field .input-group > input:focus,
.input-group > input[type="file"]: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.5rem 0.9375rem;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.5;
    color: #000;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 0.125rem solid #000;
    border-radius: 0;
}
.input-group-lg > .form-control,
.site-search .input-group-lg > .studio-widget-search-input,
#searchoptions-generic #search-field .input-group-lg > input,
.input-group-lg > input[type="file"],
.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,
.site-search .input-group-sm > .studio-widget-search-input,
#searchoptions-generic #search-field .input-group-sm > input,
.input-group-sm > input[type="file"],
.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-lg > select.form-control,
.site-search .input-group-lg > select.studio-widget-search-input,
.input-group-sm > .form-select,
.input-group-sm > select.form-control,
.site-search .input-group-sm > select.studio-widget-search-input {
    padding-right: 3.4375rem;
}
.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,
.site-search .input-group:not(.has-validation) > .form-floating:not(:last-child) > .studio-widget-search-input,
#searchoptions-generic #search-field .input-group:not(.has-validation) > .form-floating:not(:last-child) > input,
.input-group:not(.has-validation) > .form-floating:not(:last-child) > input[type="file"],
.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,
.site-search .input-group.has-validation > .form-floating:nth-last-child(n + 3) > .studio-widget-search-input,
#searchoptions-generic #search-field .input-group.has-validation > .form-floating:nth-last-child(n + 3) > input,
.input-group.has-validation > .form-floating:nth-last-child(n + 3) > input[type="file"],
.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: -0.125rem;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.input-group > .form-floating:not(:first-child) > .form-control,
.site-search .input-group > .form-floating:not(:first-child) > .studio-widget-search-input,
#searchoptions-generic #search-field .input-group > .form-floating:not(:first-child) > input,
.input-group > .form-floating:not(:first-child) > input[type="file"],
.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: #000;
}
.valid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: 0.25rem 0.5rem;
    margin-top: 0.1rem;
    font-size: 0.875rem;
    color: #fff;
    background-color: #000000e6;
    border-radius: 0;
}
.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,
.was-validated .site-search .studio-widget-search-input:valid,
.site-search .was-validated .studio-widget-search-input:valid,
.was-validated #searchoptions-generic #search-field input:valid,
#searchoptions-generic #search-field .was-validated input:valid,
.was-validated input[type="file"]:valid,
.form-control.is-valid,
.site-search .is-valid.studio-widget-search-input,
#searchoptions-generic #search-field input.is-valid,
input.is-valid[type="file"] {
    border-color: #000;
    padding-right: calc(1.5em + 1rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23000000' 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.25rem) center;
    background-size: calc(0.75em + 0.5rem) calc(0.75em + 0.5rem);
}
.was-validated .form-control:valid:focus,
.was-validated .site-search .studio-widget-search-input:valid:focus,
.site-search .was-validated .studio-widget-search-input:valid:focus,
.was-validated #searchoptions-generic #search-field input:valid:focus,
#searchoptions-generic #search-field .was-validated input:valid:focus,
.was-validated input[type="file"]:valid:focus,
.form-control.is-valid:focus,
.site-search .is-valid.studio-widget-search-input:focus,
#searchoptions-generic #search-field input.is-valid:focus,
input.is-valid[type="file"]:focus {
    border-color: #000;
    box-shadow: 0 0 0 0.25rem #000;
}
.was-validated textarea.form-control:valid,
.was-validated .site-search textarea.studio-widget-search-input:valid,
.site-search .was-validated textarea.studio-widget-search-input:valid,
textarea.form-control.is-valid,
.site-search textarea.is-valid.studio-widget-search-input {
    padding-right: calc(1.5em + 1rem);
    background-position: top calc(0.375em + 0.25rem) right calc(0.375em + 0.25rem);
}
.was-validated .form-select:valid,
.was-validated select.form-control:valid,
.was-validated .site-search select.studio-widget-search-input:valid,
.site-search .was-validated select.studio-widget-search-input:valid,
.form-select.is-valid,
select.is-valid.form-control,
.site-search select.is-valid.studio-widget-search-input {
    border-color: #000;
}
.was-validated .form-select:valid:not([multiple]):not([size]),
.was-validated select.form-control:valid:not([multiple]):not([size]),
.was-validated .site-search select.studio-widget-search-input:valid:not([multiple]):not([size]),
.site-search .was-validated select.studio-widget-search-input:valid:not([multiple]):not([size]),
.was-validated .form-select:valid:not([multiple])[size="1"],
.was-validated select.form-control:valid:not([multiple])[size="1"],
.was-validated .site-search select.studio-widget-search-input:valid:not([multiple])[size="1"],
.site-search .was-validated select.studio-widget-search-input:valid:not([multiple])[size="1"],
.form-select.is-valid:not([multiple]):not([size]),
select.is-valid.form-control:not([multiple]):not([size]),
.site-search select.is-valid.studio-widget-search-input:not([multiple]):not([size]),
.form-select.is-valid:not([multiple])[size="1"],
select.is-valid.form-control:not([multiple])[size="1"],
.site-search select.is-valid.studio-widget-search-input:not([multiple])[size="1"] {
    padding-right: 4.84375rem;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24' viewBox='0 -960 960 960' width='24'%3E%3Cpath d='M480-358.463 253.847-584.615 296-626.768l184 184 184-184 42.153 42.153L480-358.463Z' fill='%23000000' /%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='%23000000' 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.5rem;
    background-size: 1.5rem 1.5rem, calc(0.75em + 0.5rem) calc(0.75em + 0.5rem);
}
.was-validated .form-select:valid:focus,
.was-validated select.form-control:valid:focus,
.was-validated .site-search select.studio-widget-search-input:valid:focus,
.site-search .was-validated select.studio-widget-search-input:valid:focus,
.form-select.is-valid:focus,
select.is-valid.form-control:focus,
.site-search select.is-valid.studio-widget-search-input:focus {
    border-color: #000;
    box-shadow: 0 0 0 0.25rem #000;
}
.was-validated .form-control-color:valid,
.form-control-color.is-valid {
    width: calc(4rem + 1.5em);
}
.was-validated .form-check-input:valid,
.was-validated .filters input[type="checkbox"]:valid,
.filters .was-validated input[type="checkbox"]:valid,
.was-validated .filters input[type="radio"]:valid,
.filters .was-validated input[type="radio"]:valid,
.was-validated .checkbox input[type="checkbox"]:valid,
.checkbox .was-validated input[type="checkbox"]:valid,
.was-validated .radio input[type="radio"]:valid,
.radio .was-validated input[type="radio"]:valid,
.form-check-input.is-valid,
.filters input.is-valid[type="checkbox"],
.filters input.is-valid[type="radio"],
.checkbox input.is-valid[type="checkbox"],
.radio input.is-valid[type="radio"] {
    border-color: #000;
}
.was-validated .form-check-input:valid:checked,
.was-validated .filters input[type="checkbox"]:valid:checked,
.filters .was-validated input[type="checkbox"]:valid:checked,
.was-validated .filters input[type="radio"]:valid:checked,
.filters .was-validated input[type="radio"]:valid:checked,
.was-validated .checkbox input[type="checkbox"]:valid:checked,
.checkbox .was-validated input[type="checkbox"]:valid:checked,
.was-validated .radio input[type="radio"]:valid:checked,
.radio .was-validated input[type="radio"]:valid:checked,
.form-check-input.is-valid:checked,
.filters input.is-valid[type="checkbox"]:checked,
.filters input.is-valid[type="radio"]:checked,
.checkbox input.is-valid[type="checkbox"]:checked,
.radio input.is-valid[type="radio"]:checked {
    background-color: #000;
}
.was-validated .form-check-input:valid:focus,
.was-validated .filters input[type="checkbox"]:valid:focus,
.filters .was-validated input[type="checkbox"]:valid:focus,
.was-validated .filters input[type="radio"]:valid:focus,
.filters .was-validated input[type="radio"]:valid:focus,
.was-validated .checkbox input[type="checkbox"]:valid:focus,
.checkbox .was-validated input[type="checkbox"]:valid:focus,
.was-validated .radio input[type="radio"]:valid:focus,
.radio .was-validated input[type="radio"]:valid:focus,
.form-check-input.is-valid:focus,
.filters input.is-valid[type="checkbox"]:focus,
.filters input.is-valid[type="radio"]:focus,
.checkbox input.is-valid[type="checkbox"]:focus,
.radio input.is-valid[type="radio"]:focus {
    box-shadow: 0 0 0 0.25rem #000;
}
.was-validated .form-check-input:valid ~ .form-check-label,
.was-validated .filters input[type="checkbox"]:valid ~ .form-check-label,
.filters .was-validated input[type="checkbox"]:valid ~ .form-check-label,
.was-validated .filters input[type="radio"]:valid ~ .form-check-label,
.filters .was-validated input[type="radio"]:valid ~ .form-check-label,
.was-validated .checkbox input[type="checkbox"]:valid ~ .form-check-label,
.checkbox .was-validated input[type="checkbox"]:valid ~ .form-check-label,
.was-validated .radio input[type="radio"]:valid ~ .form-check-label,
.radio .was-validated input[type="radio"]:valid ~ .form-check-label,
.form-check-input.is-valid ~ .form-check-label,
.filters input.is-valid[type="checkbox"] ~ .form-check-label,
.filters input.is-valid[type="radio"] ~ .form-check-label,
.checkbox input.is-valid[type="checkbox"] ~ .form-check-label,
.radio input.is-valid[type="radio"] ~ .form-check-label {
    color: #000;
}
.form-check-inline .form-check-input ~ .valid-feedback,
.form-check-inline .filters input[type="checkbox"] ~ .valid-feedback,
.filters .form-check-inline input[type="checkbox"] ~ .valid-feedback,
.form-check-inline .filters input[type="radio"] ~ .valid-feedback,
.filters .form-check-inline input[type="radio"] ~ .valid-feedback,
.form-check-inline .checkbox input[type="checkbox"] ~ .valid-feedback,
.checkbox .form-check-inline input[type="checkbox"] ~ .valid-feedback,
.form-check-inline .radio input[type="radio"] ~ .valid-feedback,
.radio .form-check-inline input[type="radio"] ~ .valid-feedback {
    margin-left: 0.5em;
}
.was-validated .input-group > .form-control:not(:focus):valid,
.was-validated .site-search .input-group > .studio-widget-search-input:not(:focus):valid,
.site-search .was-validated .input-group > .studio-widget-search-input:not(:focus):valid,
.was-validated #searchoptions-generic #search-field .input-group > input:not(:focus):valid,
#searchoptions-generic #search-field .was-validated .input-group > input:not(:focus):valid,
.was-validated .input-group > input[type="file"]:not(:focus):valid,
.input-group > .form-control:not(:focus).is-valid,
.site-search .input-group > .studio-widget-search-input:not(:focus).is-valid,
#searchoptions-generic #search-field .input-group > input:not(:focus).is-valid,
.input-group > input[type="file"]:not(:focus).is-valid,
.was-validated .input-group > .form-select:not(:focus):valid,
.input-group > .form-select:not(:focus).is-valid,
.was-validated .input-group > .form-floating:not(:focus-within):valid,
.input-group > .form-floating:not(:focus-within).is-valid {
    z-index: 3;
}
.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 0.875em;
    color: #dc3545;
}
.invalid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: 0.25rem 0.5rem;
    margin-top: 0.1rem;
    font-size: 0.875rem;
    color: #fff;
    background-color: #dc3545e6;
    border-radius: 0;
}
.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,
.was-validated .site-search .studio-widget-search-input:invalid,
.site-search .was-validated .studio-widget-search-input:invalid,
.was-validated #searchoptions-generic #search-field input:invalid,
#searchoptions-generic #search-field .was-validated input:invalid,
.was-validated input[type="file"]:invalid,
.form-control.is-invalid,
.site-search .is-invalid.studio-widget-search-input,
#searchoptions-generic #search-field input.is-invalid,
input.is-invalid[type="file"] {
    border-color: #dc3545;
    padding-right: calc(1.5em + 1rem);
    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.25rem) center;
    background-size: calc(0.75em + 0.5rem) calc(0.75em + 0.5rem);
}
.was-validated .form-control:invalid:focus,
.was-validated .site-search .studio-widget-search-input:invalid:focus,
.site-search .was-validated .studio-widget-search-input:invalid:focus,
.was-validated #searchoptions-generic #search-field input:invalid:focus,
#searchoptions-generic #search-field .was-validated input:invalid:focus,
.was-validated input[type="file"]:invalid:focus,
.form-control.is-invalid:focus,
.site-search .is-invalid.studio-widget-search-input:focus,
#searchoptions-generic #search-field input.is-invalid:focus,
input.is-invalid[type="file"]:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.25rem #dc3545;
}
.was-validated textarea.form-control:invalid,
.was-validated .site-search textarea.studio-widget-search-input:invalid,
.site-search .was-validated textarea.studio-widget-search-input:invalid,
textarea.form-control.is-invalid,
.site-search textarea.is-invalid.studio-widget-search-input {
    padding-right: calc(1.5em + 1rem);
    background-position: top calc(0.375em + 0.25rem) right calc(0.375em + 0.25rem);
}
.was-validated .form-select:invalid,
.was-validated select.form-control:invalid,
.was-validated .site-search select.studio-widget-search-input:invalid,
.site-search .was-validated select.studio-widget-search-input:invalid,
.form-select.is-invalid,
select.is-invalid.form-control,
.site-search select.is-invalid.studio-widget-search-input {
    border-color: #dc3545;
}
.was-validated .form-select:invalid:not([multiple]):not([size]),
.was-validated select.form-control:invalid:not([multiple]):not([size]),
.was-validated .site-search select.studio-widget-search-input:invalid:not([multiple]):not([size]),
.site-search .was-validated select.studio-widget-search-input:invalid:not([multiple]):not([size]),
.was-validated .form-select:invalid:not([multiple])[size="1"],
.was-validated select.form-control:invalid:not([multiple])[size="1"],
.was-validated .site-search select.studio-widget-search-input:invalid:not([multiple])[size="1"],
.site-search .was-validated select.studio-widget-search-input:invalid:not([multiple])[size="1"],
.form-select.is-invalid:not([multiple]):not([size]),
select.is-invalid.form-control:not([multiple]):not([size]),
.site-search select.is-invalid.studio-widget-search-input:not([multiple]):not([size]),
.form-select.is-invalid:not([multiple])[size="1"],
select.is-invalid.form-control:not([multiple])[size="1"],
.site-search select.is-invalid.studio-widget-search-input:not([multiple])[size="1"] {
    padding-right: 4.84375rem;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24' viewBox='0 -960 960 960' width='24'%3E%3Cpath d='M480-358.463 253.847-584.615 296-626.768l184 184 184-184 42.153 42.153L480-358.463Z' fill='%23000000' /%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.5rem;
    background-size: 1.5rem 1.5rem, calc(0.75em + 0.5rem) calc(0.75em + 0.5rem);
}
.was-validated .form-select:invalid:focus,
.was-validated select.form-control:invalid:focus,
.was-validated .site-search select.studio-widget-search-input:invalid:focus,
.site-search .was-validated select.studio-widget-search-input:invalid:focus,
.form-select.is-invalid:focus,
select.is-invalid.form-control:focus,
.site-search select.is-invalid.studio-widget-search-input:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.25rem #dc3545;
}
.was-validated .form-control-color:invalid,
.form-control-color.is-invalid {
    width: calc(4rem + 1.5em);
}
.was-validated .form-check-input:invalid,
.was-validated .filters input[type="checkbox"]:invalid,
.filters .was-validated input[type="checkbox"]:invalid,
.was-validated .filters input[type="radio"]:invalid,
.filters .was-validated input[type="radio"]:invalid,
.was-validated .checkbox input[type="checkbox"]:invalid,
.checkbox .was-validated input[type="checkbox"]:invalid,
.was-validated .radio input[type="radio"]:invalid,
.radio .was-validated input[type="radio"]:invalid,
.form-check-input.is-invalid,
.filters input.is-invalid[type="checkbox"],
.filters input.is-invalid[type="radio"],
.checkbox input.is-invalid[type="checkbox"],
.radio input.is-invalid[type="radio"] {
    border-color: #dc3545;
}
.was-validated .form-check-input:invalid:checked,
.was-validated .filters input[type="checkbox"]:invalid:checked,
.filters .was-validated input[type="checkbox"]:invalid:checked,
.was-validated .filters input[type="radio"]:invalid:checked,
.filters .was-validated input[type="radio"]:invalid:checked,
.was-validated .checkbox input[type="checkbox"]:invalid:checked,
.checkbox .was-validated input[type="checkbox"]:invalid:checked,
.was-validated .radio input[type="radio"]:invalid:checked,
.radio .was-validated input[type="radio"]:invalid:checked,
.form-check-input.is-invalid:checked,
.filters input.is-invalid[type="checkbox"]:checked,
.filters input.is-invalid[type="radio"]:checked,
.checkbox input.is-invalid[type="checkbox"]:checked,
.radio input.is-invalid[type="radio"]:checked {
    background-color: #dc3545;
}
.was-validated .form-check-input:invalid:focus,
.was-validated .filters input[type="checkbox"]:invalid:focus,
.filters .was-validated input[type="checkbox"]:invalid:focus,
.was-validated .filters input[type="radio"]:invalid:focus,
.filters .was-validated input[type="radio"]:invalid:focus,
.was-validated .checkbox input[type="checkbox"]:invalid:focus,
.checkbox .was-validated input[type="checkbox"]:invalid:focus,
.was-validated .radio input[type="radio"]:invalid:focus,
.radio .was-validated input[type="radio"]:invalid:focus,
.form-check-input.is-invalid:focus,
.filters input.is-invalid[type="checkbox"]:focus,
.filters input.is-invalid[type="radio"]:focus,
.checkbox input.is-invalid[type="checkbox"]:focus,
.radio input.is-invalid[type="radio"]:focus {
    box-shadow: 0 0 0 0.25rem #dc3545;
}
.was-validated .form-check-input:invalid ~ .form-check-label,
.was-validated .filters input[type="checkbox"]:invalid ~ .form-check-label,
.filters .was-validated input[type="checkbox"]:invalid ~ .form-check-label,
.was-validated .filters input[type="radio"]:invalid ~ .form-check-label,
.filters .was-validated input[type="radio"]:invalid ~ .form-check-label,
.was-validated .checkbox input[type="checkbox"]:invalid ~ .form-check-label,
.checkbox .was-validated input[type="checkbox"]:invalid ~ .form-check-label,
.was-validated .radio input[type="radio"]:invalid ~ .form-check-label,
.radio .was-validated input[type="radio"]:invalid ~ .form-check-label,
.form-check-input.is-invalid ~ .form-check-label,
.filters input.is-invalid[type="checkbox"] ~ .form-check-label,
.filters input.is-invalid[type="radio"] ~ .form-check-label,
.checkbox input.is-invalid[type="checkbox"] ~ .form-check-label,
.radio input.is-invalid[type="radio"] ~ .form-check-label {
    color: #dc3545;
}
.form-check-inline .form-check-input ~ .invalid-feedback,
.form-check-inline .filters input[type="checkbox"] ~ .invalid-feedback,
.filters .form-check-inline input[type="checkbox"] ~ .invalid-feedback,
.form-check-inline .filters input[type="radio"] ~ .invalid-feedback,
.filters .form-check-inline input[type="radio"] ~ .invalid-feedback,
.form-check-inline .checkbox input[type="checkbox"] ~ .invalid-feedback,
.checkbox .form-check-inline input[type="checkbox"] ~ .invalid-feedback,
.form-check-inline .radio input[type="radio"] ~ .invalid-feedback,
.radio .form-check-inline input[type="radio"] ~ .invalid-feedback {
    margin-left: 0.5em;
}
.was-validated .input-group > .form-control:not(:focus):invalid,
.was-validated .site-search .input-group > .studio-widget-search-input:not(:focus):invalid,
.site-search .was-validated .input-group > .studio-widget-search-input:not(:focus):invalid,
.was-validated #searchoptions-generic #search-field .input-group > input:not(:focus):invalid,
#searchoptions-generic #search-field .was-validated .input-group > input:not(:focus):invalid,
.was-validated .input-group > input[type="file"]:not(:focus):invalid,
.input-group > .form-control:not(:focus).is-invalid,
.site-search .input-group > .studio-widget-search-input:not(:focus).is-invalid,
#searchoptions-generic #search-field .input-group > input:not(:focus).is-invalid,
.input-group > input[type="file"]: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.875rem;
    --bs-btn-padding-y: 1rem;
    --bs-btn-font-family: Avenir Next LT, Avenir Next, 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: 700;
    --bs-btn-line-height: 1;
    --bs-btn-color: #000000;
    --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);
    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-focus-box-shadow);
}
.btn-check:focus-visible + .btn {
    border-color: var(--bs-btn-hover-border-color);
    outline: 0;
    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);
}
.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-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);
}
.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #e20778;
    --bs-btn-border-color: #e20778;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #e20778;
    --bs-btn-hover-border-color: #e20778;
    --bs-btn-focus-shadow-rgb: 230, 44, 140;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #e20778;
    --bs-btn-active-border-color: #e20778;
    --bs-btn-active-shadow: none;
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #e20778;
    --bs-btn-disabled-border-color: #e20778;
}
.btn-secondary,
.btn-success {
    --bs-btn-color: #fff;
    --bs-btn-bg: #000000;
    --bs-btn-border-color: #000000;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: black;
    --bs-btn-hover-border-color: black;
    --bs-btn-focus-shadow-rgb: 38, 38, 38;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: black;
    --bs-btn-active-border-color: black;
    --bs-btn-active-shadow: none;
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #000000;
    --bs-btn-disabled-border-color: #000000;
}
.btn-info {
    --bs-btn-color: #000000;
    --bs-btn-bg: #41c3dc;
    --bs-btn-border-color: #41c3dc;
    --bs-btn-hover-color: #000000;
    --bs-btn-hover-bg: #41c3dc;
    --bs-btn-hover-border-color: #41c3dc;
    --bs-btn-focus-shadow-rgb: 55, 166, 187;
    --bs-btn-active-color: #000000;
    --bs-btn-active-bg: #41c3dc;
    --bs-btn-active-border-color: #41c3dc;
    --bs-btn-active-shadow: none;
    --bs-btn-disabled-color: #000000;
    --bs-btn-disabled-bg: #41c3dc;
    --bs-btn-disabled-border-color: #41c3dc;
}
.btn-warning {
    --bs-btn-color: #000000;
    --bs-btn-bg: #eacc1b;
    --bs-btn-border-color: #eacc1b;
    --bs-btn-hover-color: #000000;
    --bs-btn-hover-bg: #eacc1b;
    --bs-btn-hover-border-color: #eacc1b;
    --bs-btn-focus-shadow-rgb: 199, 173, 23;
    --bs-btn-active-color: #000000;
    --bs-btn-active-bg: #eacc1b;
    --bs-btn-active-border-color: #eacc1b;
    --bs-btn-active-shadow: none;
    --bs-btn-disabled-color: #000000;
    --bs-btn-disabled-bg: #eacc1b;
    --bs-btn-disabled-border-color: #eacc1b;
}
.btn-danger {
    --bs-btn-color: #fff;
    --bs-btn-bg: #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: 225, 83, 97;
    --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: #fff;
    --bs-btn-disabled-bg: #dc3545;
    --bs-btn-disabled-border-color: #dc3545;
}
.btn-light {
    --bs-btn-color: #000000;
    --bs-btn-bg: #ffffff;
    --bs-btn-border-color: #ffffff;
    --bs-btn-hover-color: #000000;
    --bs-btn-hover-bg: white;
    --bs-btn-hover-border-color: white;
    --bs-btn-focus-shadow-rgb: 217, 217, 217;
    --bs-btn-active-color: #000000;
    --bs-btn-active-bg: white;
    --bs-btn-active-border-color: white;
    --bs-btn-active-shadow: none;
    --bs-btn-disabled-color: #000000;
    --bs-btn-disabled-bg: #ffffff;
    --bs-btn-disabled-border-color: #ffffff;
}
.btn-dark {
    --bs-btn-color: #fff;
    --bs-btn-bg: #000000;
    --bs-btn-border-color: #000000;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: black;
    --bs-btn-hover-border-color: black;
    --bs-btn-focus-shadow-rgb: 38, 38, 38;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: black;
    --bs-btn-active-border-color: black;
    --bs-btn-active-shadow: none;
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #000000;
    --bs-btn-disabled-border-color: #000000;
}
.btn-outline-primary {
    --bs-btn-color: #e20778;
    --bs-btn-border-color: #e20778;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #e20778;
    --bs-btn-hover-border-color: #e20778;
    --bs-btn-focus-shadow-rgb: 226, 7, 120;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #e20778;
    --bs-btn-active-border-color: #e20778;
    --bs-btn-active-shadow: none;
    --bs-btn-disabled-color: #e20778;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #e20778;
    --bs-gradient: none;
}
.btn-outline-secondary,
.btn-outline-success {
    --bs-btn-color: #000000;
    --bs-btn-border-color: #000000;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #000000;
    --bs-btn-hover-border-color: #000000;
    --bs-btn-focus-shadow-rgb: 0, 0, 0;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #000000;
    --bs-btn-active-border-color: #000000;
    --bs-btn-active-shadow: none;
    --bs-btn-disabled-color: #000000;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #000000;
    --bs-gradient: none;
}
.btn-outline-info {
    --bs-btn-color: #41c3dc;
    --bs-btn-border-color: #41c3dc;
    --bs-btn-hover-color: #000000;
    --bs-btn-hover-bg: #41c3dc;
    --bs-btn-hover-border-color: #41c3dc;
    --bs-btn-focus-shadow-rgb: 65, 195, 220;
    --bs-btn-active-color: #000000;
    --bs-btn-active-bg: #41c3dc;
    --bs-btn-active-border-color: #41c3dc;
    --bs-btn-active-shadow: none;
    --bs-btn-disabled-color: #41c3dc;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #41c3dc;
    --bs-gradient: none;
}
.btn-outline-warning {
    --bs-btn-color: #eacc1b;
    --bs-btn-border-color: #eacc1b;
    --bs-btn-hover-color: #000000;
    --bs-btn-hover-bg: #eacc1b;
    --bs-btn-hover-border-color: #eacc1b;
    --bs-btn-focus-shadow-rgb: 234, 204, 27;
    --bs-btn-active-color: #000000;
    --bs-btn-active-bg: #eacc1b;
    --bs-btn-active-border-color: #eacc1b;
    --bs-btn-active-shadow: none;
    --bs-btn-disabled-color: #eacc1b;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #eacc1b;
    --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: #ffffff;
    --bs-btn-border-color: #ffffff;
    --bs-btn-hover-color: #000000;
    --bs-btn-hover-bg: #ffffff;
    --bs-btn-hover-border-color: #ffffff;
    --bs-btn-focus-shadow-rgb: 255, 255, 255;
    --bs-btn-active-color: #000000;
    --bs-btn-active-bg: #ffffff;
    --bs-btn-active-border-color: #ffffff;
    --bs-btn-active-shadow: none;
    --bs-btn-disabled-color: #ffffff;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #ffffff;
    --bs-gradient: none;
}
.btn-outline-dark {
    --bs-btn-color: #000000;
    --bs-btn-border-color: #000000;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #000000;
    --bs-btn-hover-border-color: #000000;
    --bs-btn-focus-shadow-rgb: 0, 0, 0;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #000000;
    --bs-btn-active-border-color: #000000;
    --bs-btn-active-shadow: none;
    --bs-btn-disabled-color: #000000;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #000000;
    --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: 230, 44, 140;
    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: 0.875rem;
    --bs-btn-padding-x: 1.125rem;
    --bs-btn-font-size: clamp(1.625rem, 2.91vw, 3.5rem);
    --bs-btn-border-radius: 0;
}
.btn-sm {
    --bs-btn-padding-y: 0.375rem;
    --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.3s cubic-bezier(0.76, 0, 0.24, 1);
}
@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 #fff0;
    border-bottom: 0;
    border-left: 0.3em solid #fff0;
}
.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;
    --bs-dropdown-spacer: 0.125rem;
    --bs-dropdown-font-size: 1rem;
    --bs-dropdown-color: #000000;
    --bs-dropdown-bg: #fff;
    --bs-dropdown-border-color: #000000;
    --bs-dropdown-border-radius: 0;
    --bs-dropdown-border-width: 1px;
    --bs-dropdown-inner-border-radius: -1px;
    --bs-dropdown-divider-bg: #000000;
    --bs-dropdown-divider-margin-y: 0.5rem;
    --bs-dropdown-box-shadow: none;
    --bs-dropdown-link-color: inherit;
    --bs-dropdown-link-hover-color: inherit;
    --bs-dropdown-link-hover-bg: transparent;
    --bs-dropdown-link-active-color: inherit;
    --bs-dropdown-link-active-bg: transparent;
    --bs-dropdown-link-disabled-color: #adb5bd;
    --bs-dropdown-item-padding-x: 0;
    --bs-dropdown-item-padding-y: 0;
    --bs-dropdown-header-color: #6c757d;
    --bs-dropdown-header-padding-x: 0;
    --bs-dropdown-header-padding-y: 0;
    position: absolute;
    z-index: var(--bs-dropdown-zindex);
    display: none;
    min-width: var(--bs-dropdown-min-width);
    padding: var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);
    margin: 0;
    font-size: var(--bs-dropdown-font-size);
    color: var(--bs-dropdown-color);
    text-align: left;
    list-style: none;
    background-color: var(--bs-dropdown-bg);
    background-clip: padding-box;
    border: var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);
    border-radius: var(--bs-dropdown-border-radius);
}
.dropdown-menu[data-bs-popper] {
    top: 100%;
    left: 0;
    margin-top: var(--bs-dropdown-spacer);
}
.dropdown-menu > .dropdown-item:first-child,
.dropdown-menu > li:first-child .dropdown-item {
    border-top-left-radius: var(--bs-dropdown-inner-border-radius);
    border-top-right-radius: var(--bs-dropdown-inner-border-radius);
}
.dropdown-menu > .dropdown-item:last-child,
.dropdown-menu > li:last-child .dropdown-item {
    border-bottom-right-radius: var(--bs-dropdown-inner-border-radius);
    border-bottom-left-radius: var(--bs-dropdown-inner-border-radius);
}
.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 #fff0;
    border-bottom: 0.3em solid;
    border-left: 0.3em solid #fff0;
}
.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 #fff0;
    border-right: 0;
    border-bottom: 0.3em solid #fff0;
    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 #fff0;
    border-right: 0.3em solid;
    border-bottom: 0.3em solid #fff0;
}
.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: #fff0;
    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: #fff0;
}
.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: #000000;
    --bs-dropdown-box-shadow: ;
    --bs-dropdown-link-color: #dee2e6;
    --bs-dropdown-link-hover-color: #fff;
    --bs-dropdown-divider-bg: #000000;
    --bs-dropdown-link-hover-bg: rgba(255, 255, 255, 0.15);
    --bs-dropdown-link-active-color: inherit;
    --bs-dropdown-link-active-bg: transparent;
    --bs-dropdown-link-disabled-color: #adb5bd;
    --bs-dropdown-header-color: #adb5bd;
}
.nav {
    --bs-nav-link-padding-x: 1rem;
    --bs-nav-link-padding-y: 0.5rem;
    --bs-nav-link-font-weight: ;
    --bs-nav-link-color: var(--bs-link-color);
    --bs-nav-link-hover-color: var(--bs-link-hover-color);
    --bs-nav-link-disabled-color: #6c757d;
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.nav-link {
    display: block;
    padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
    font-size: var(--bs-nav-link-font-size);
    font-weight: var(--bs-nav-link-font-weight);
    color: var(--bs-nav-link-color);
    text-decoration: none;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
    .nav-link {
        transition: none;
    }
}
.nav-link:hover,
.nav-link:focus {
    color: var(--bs-nav-link-hover-color);
}
.nav-link.disabled {
    color: var(--bs-nav-link-disabled-color);
    pointer-events: none;
    cursor: default;
}
.nav-tabs {
    --bs-nav-tabs-border-width: 1px;
    --bs-nav-tabs-border-color: #dee2e6;
    --bs-nav-tabs-border-radius: 0;
    --bs-nav-tabs-link-hover-border-color: #e9ecef #e9ecef #dee2e6;
    --bs-nav-tabs-link-active-color: #495057;
    --bs-nav-tabs-link-active-bg: #fff;
    --bs-nav-tabs-link-active-border-color: #dee2e6 #dee2e6 #fff;
    border-bottom: var(--bs-nav-tabs-border-width) solid var(--bs-nav-tabs-border-color);
}
.nav-tabs .nav-link {
    margin-bottom: calc(-1 * var(--bs-nav-tabs-border-width));
    background: none;
    border: var(--bs-nav-tabs-border-width) solid #fff0;
    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: #fff0;
    border-color: #fff0;
}
.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: #e20778;
    --bs-nav-pills-link-active-bg: inherit;
}
.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: #fff0;
    border-color: #fff0;
}
.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: #000000;
    --bs-accordion-bg: transparent;
    --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: #000000;
    --bs-accordion-border-width: 0.125rem;
    --bs-accordion-border-radius: 0;
    --bs-accordion-inner-border-radius: -0.125rem;
    --bs-accordion-btn-padding-x: 0;
    --bs-accordion-btn-padding-y: 1.875rem;
    --bs-accordion-btn-color: #000000;
    --bs-accordion-btn-bg: var(--bs-accordion-bg);
    --bs-accordion-btn-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24' viewBox='0 -960 960 960' width='24'%3E%3Cpath d='M440-200v-240H200v-80h240v-240h80v240h240v80H520v240h-80Z' fill='%23E20778' /%3E%3C/svg%3E");
    --bs-accordion-btn-icon-width: 1.5rem;
    --bs-accordion-btn-icon-transform: rotate(-180deg);
    --bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;
    --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24' viewBox='0 -960 960 960' width='24'%3E%3Cpath d='M200-440v-80h560v80H200Z' fill='%23E20778' /%3E%3C/svg%3E");
    --bs-accordion-btn-focus-border-color: transparent;
    --bs-accordion-btn-focus-box-shadow: 0;
    --bs-accordion-body-padding-x: 0;
    --bs-accordion-body-padding-y: 3.75rem;
    --bs-accordion-active-color: #000000;
    --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;
}
.tooltip {
    --bs-tooltip-zindex: 1080;
    --bs-tooltip-max-width: 200px;
    --bs-tooltip-padding-x: 0.5rem;
    --bs-tooltip-padding-y: 0.25rem;
    --bs-tooltip-margin: ;
    --bs-tooltip-font-size: 0.875rem;
    --bs-tooltip-color: #fff;
    --bs-tooltip-bg: #000000;
    --bs-tooltip-border-radius: 0;
    --bs-tooltip-opacity: 0.9;
    --bs-tooltip-arrow-width: 0.8rem;
    --bs-tooltip-arrow-height: 0.4rem;
    z-index: var(--bs-tooltip-zindex);
    display: block;
    padding: var(--bs-tooltip-arrow-height);
    margin: var(--bs-tooltip-margin);
    font-family: var(--bs-font-sans-serif);
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    white-space: normal;
    word-spacing: normal;
    line-break: auto;
    font-size: var(--bs-tooltip-font-size);
    word-wrap: break-word;
    opacity: 0;
}
.tooltip.show {
    opacity: var(--bs-tooltip-opacity);
}
.tooltip .tooltip-arrow {
    display: block;
    width: var(--bs-tooltip-arrow-width);
    height: var(--bs-tooltip-arrow-height);
}
.tooltip .tooltip-arrow:before {
    position: absolute;
    content: "";
    border-color: #fff0;
    border-style: solid;
}
.bs-tooltip-top .tooltip-arrow,
.bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow {
    bottom: 0;
}
.bs-tooltip-top .tooltip-arrow:before,
.bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow:before {
    top: -1px;
    border-width: var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * 0.5) 0;
    border-top-color: var(--bs-tooltip-bg);
}
.bs-tooltip-end .tooltip-arrow,
.bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow {
    left: 0;
    width: var(--bs-tooltip-arrow-height);
    height: var(--bs-tooltip-arrow-width);
}
.bs-tooltip-end .tooltip-arrow:before,
.bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow:before {
    right: -1px;
    border-width: calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * 0.5) 0;
    border-right-color: var(--bs-tooltip-bg);
}
.bs-tooltip-bottom .tooltip-arrow,
.bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow {
    top: 0;
}
.bs-tooltip-bottom .tooltip-arrow:before,
.bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow:before {
    bottom: -1px;
    border-width: 0 calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height);
    border-bottom-color: var(--bs-tooltip-bg);
}
.bs-tooltip-start .tooltip-arrow,
.bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow {
    right: 0;
    width: var(--bs-tooltip-arrow-height);
    height: var(--bs-tooltip-arrow-width);
}
.bs-tooltip-start .tooltip-arrow:before,
.bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow:before {
    left: -1px;
    border-width: calc(var(--bs-tooltip-arrow-width) * 0.5) 0 calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height);
    border-left-color: var(--bs-tooltip-bg);
}
.tooltip-inner {
    max-width: var(--bs-tooltip-max-width);
    padding: var(--bs-tooltip-padding-y) var(--bs-tooltip-padding-x);
    color: var(--bs-tooltip-color);
    text-align: center;
    background-color: var(--bs-tooltip-bg);
    border-radius: var(--bs-tooltip-border-radius);
}
.alert {
    --bs-alert-bg: transparent;
    --bs-alert-padding-x: 1.875rem;
    --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: 3.75rem;
}
.alert-dismissible .btn-close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    padding: 2.34375rem 1.875rem;
}
.alert-primary {
    --bs-alert-color: white;
    --bs-alert-bg: #e20778;
    --bs-alert-border-color: #f6b5d7;
}
.alert-primary .alert-link {
    color: #ccc;
}
.alert-secondary {
    --bs-alert-color: white;
    --bs-alert-bg: black;
    --bs-alert-border-color: #b3b3b3;
}
.alert-secondary .alert-link {
    color: #ccc;
}
.alert-success {
    --bs-alert-color: white;
    --bs-alert-bg: black;
    --bs-alert-border-color: #b3b3b3;
}
.alert-success .alert-link {
    color: #ccc;
}
.alert-info {
    --bs-alert-color: black;
    --bs-alert-bg: #41c3dc;
    --bs-alert-border-color: #c6edf5;
}
.alert-info .alert-link {
    color: #000;
}
.alert-warning {
    --bs-alert-color: black;
    --bs-alert-bg: #eacc1b;
    --bs-alert-border-color: #f9f0bb;
}
.alert-warning .alert-link {
    color: #000;
}
.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: black;
    --bs-alert-bg: white;
    --bs-alert-border-color: white;
}
.alert-light .alert-link {
    color: #000;
}
.alert-dark {
    --bs-alert-color: white;
    --bs-alert-bg: black;
    --bs-alert-border-color: #b3b3b3;
}
.alert-dark .alert-link {
    color: #ccc;
}
.btn-close {
    box-sizing: content-box;
    width: 2.5rem;
    height: 2.5rem;
    padding: 0;
    color: #000;
    background: #fff0 none center/2.5rem auto no-repeat;
    border: 0;
    border-radius: 0;
    opacity: 1;
}
.btn-close:hover {
    color: #000;
    text-decoration: none;
    opacity: 0.75;
}
.btn-close:focus {
    outline: 0;
    box-shadow: none;
    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(0, 0, 0, 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(-20%);
}
@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);
    outline: 0;
}
.modal-backdrop {
    --bs-backdrop-zindex: 1050;
    --bs-backdrop-bg: #000000;
    --bs-backdrop-opacity: 0.5;
    position: fixed;
    top: 0;
    left: 0;
    z-index: var(--bs-backdrop-zindex);
    width: 100vw;
    height: 100vh;
    background-color: var(--bs-backdrop-bg);
}
.modal-backdrop.fade {
    opacity: 0;
}
.modal-backdrop.show {
    opacity: var(--bs-backdrop-opacity);
}
.modal-header {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: space-between;
    padding: var(--bs-modal-header-padding);
    border-bottom: var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);
    border-top-left-radius: var(--bs-modal-inner-border-radius);
    border-top-right-radius: var(--bs-modal-inner-border-radius);
}
.modal-header .btn-close {
    padding: calc(var(--bs-modal-header-padding-y) * 0.5) calc(var(--bs-modal-header-padding-x) * 0.5);
    margin: calc(-0.5 * var(--bs-modal-header-padding-y)) calc(-0.5 * var(--bs-modal-header-padding-x)) calc(-0.5 * var(--bs-modal-header-padding-y)) auto;
}
.modal-title {
    margin-bottom: 0;
    line-height: var(--bs-modal-title-line-height);
}
.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: var(--bs-modal-padding);
}
.modal-footer {
    display: flex;
    flex-shrink: 0;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    padding: calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap) * 0.5);
    background-color: var(--bs-modal-footer-bg);
    border-top: var(--bs-modal-footer-border-width) solid var(--bs-modal-footer-border-color);
    border-bottom-right-radius: var(--bs-modal-inner-border-radius);
    border-bottom-left-radius: var(--bs-modal-inner-border-radius);
}
.modal-footer > * {
    margin: calc(var(--bs-modal-footer-gap) * 0.5);
}
@media (min-width: 576px) {
    .modal {
        --bs-modal-margin: 1.75rem;
        --bs-modal-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    }
    .modal-dialog {
        max-width: var(--bs-modal-width);
        margin-right: auto;
        margin-left: auto;
    }
    .modal-sm {
        --bs-modal-width: 300px;
    }
}
@media (min-width: 992px) {
    .modal-lg,
    .modal-xl {
        --bs-modal-width: 800px;
    }
}
@media (min-width: 1200px) {
    .modal-xl {
        --bs-modal-width: 1140px;
    }
}
.modal-fullscreen {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
}
.modal-fullscreen .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
}
.modal-fullscreen .modal-header,
.modal-fullscreen .modal-footer {
    border-radius: 0;
}
.modal-fullscreen .modal-body {
    overflow-y: auto;
}
@media (max-width: 575.98px) {
    .modal-fullscreen-sm-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0;
    }
    .modal-fullscreen-sm-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0;
    }
    .modal-fullscreen-sm-down .modal-header,
    .modal-fullscreen-sm-down .modal-footer {
        border-radius: 0;
    }
    .modal-fullscreen-sm-down .modal-body {
        overflow-y: auto;
    }
}
@media (max-width: 767.98px) {
    .modal-fullscreen-md-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0;
    }
    .modal-fullscreen-md-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0;
    }
    .modal-fullscreen-md-down .modal-header,
    .modal-fullscreen-md-down .modal-footer {
        border-radius: 0;
    }
    .modal-fullscreen-md-down .modal-body {
        overflow-y: auto;
    }
}
@media (max-width: 991.98px) {
    .modal-fullscreen-lg-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0;
    }
    .modal-fullscreen-lg-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0;
    }
    .modal-fullscreen-lg-down .modal-header,
    .modal-fullscreen-lg-down .modal-footer {
        border-radius: 0;
    }
    .modal-fullscreen-lg-down .modal-body {
        overflow-y: auto;
    }
}
@media (max-width: 1199.98px) {
    .modal-fullscreen-xl-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0;
    }
    .modal-fullscreen-xl-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0;
    }
    .modal-fullscreen-xl-down .modal-header,
    .modal-fullscreen-xl-down .modal-footer {
        border-radius: 0;
    }
    .modal-fullscreen-xl-down .modal-body {
        overflow-y: auto;
    }
}
@media (max-width: 1399.98px) {
    .modal-fullscreen-xxl-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0;
    }
    .modal-fullscreen-xxl-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0;
    }
    .modal-fullscreen-xxl-down .modal-header,
    .modal-fullscreen-xxl-down .modal-footer {
        border-radius: 0;
    }
    .modal-fullscreen-xxl-down .modal-body {
        overflow-y: auto;
    }
}
.offcanvas,
.offcanvas-xxl,
.offcanvas-xl,
.offcanvas-lg,
.offcanvas-md,
.offcanvas-sm {
    --bs-offcanvas-zindex: 1045;
    --bs-offcanvas-width: 100%;
    --bs-offcanvas-height: auto;
    --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;
        transition: transform 0.75s 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;
        transition: transform 0.75s 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;
        transition: transform 0.75s 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;
        transition: transform 0.75s 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;
        transition: transform 0.75s 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;
    transition: transform 0.75s 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: #000;
}
.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;
}
.pagination {
    --bs-pagination-padding-x: 0.9375rem;
    --bs-pagination-padding-y: 0.625rem;
    --bs-pagination-font-size: 0.875rem;
    --bs-pagination-color: #000000;
    --bs-pagination-bg: #ffffff;
    --bs-pagination-border-width: 0.125rem;
    --bs-pagination-border-color: #000000;
    --bs-pagination-border-radius: 0;
    --bs-pagination-hover-color: #ffffff;
    --bs-pagination-hover-bg: #000000;
    --bs-pagination-hover-border-color: #000000;
    --bs-pagination-focus-color: var(--bs-link-hover-color);
    --bs-pagination-focus-bg: #e9ecef;
    --bs-pagination-focus-box-shadow: 0 0 0 0.25rem black;
    --bs-pagination-active-color: #e20778;
    --bs-pagination-active-bg: #e20778;
    --bs-pagination-active-border-color: #e20778;
    --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 #00000026 !important;
}
.shadow-sm {
    box-shadow: 0 0.125rem 0.25rem #00000013 !important;
}
.shadow-lg {
    box-shadow: 0 1rem 3rem #0000002d !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.875rem, 3.82vw, 4.563rem) !important;
}
.fs-2 {
    font-size: clamp(1.625rem, 2.91vw, 3.5rem) !important;
}
.fs-3 {
    font-size: clamp(1.125rem, 1.59vw, 1.875rem) !important;
}
.fs-4 {
    font-size: 1rem !important;
}
.fs-5,
.fs-6 {
    font-size: 0.75rem !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: #00000080 !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;
    }
}
html {
    -webkit-font-smoothing: antialiased;
}
body.block-scroll {
    overflow-y: hidden;
    touch-action: none;
}
a {
    font-weight: 700;
}
a[href^="tel"] {
    color: inherit;
    text-decoration-line: underline;
    text-underline-offset: 0.15em;
    text-decoration-thickness: 1px;
    text-decoration-color: inherit;
}
@media (min-width: 1200px) {
    a[href^="tel"] {
        text-underline-offset: 0.25em;
    }
}
a[href^="tel"]:hover,
a[href^="tel"]:focus {
    text-decoration-thickness: 3px;
}
a,
button,
.primary-nav-breadcrumb span,
.btn {
    text-decoration-line: underline;
    text-underline-offset: 0.15em;
    text-decoration-thickness: 1px;
    text-decoration-color: inherit;
}
@media (min-width: 1200px) {
    a,
    button,
    .primary-nav-breadcrumb span,
    .btn {
        text-underline-offset: 0.25em;
    }
}
a:hover,
a:focus,
button:hover,
.primary-nav-breadcrumb span:hover,
button:focus,
.primary-nav-breadcrumb span:focus,
.btn:hover,
.btn:focus {
    text-decoration-thickness: 3px;
}
button,
.primary-nav-breadcrumb span,
.btn {
    text-decoration-color: #fff0;
    -webkit-text-decoration-color: #fff0;
}
button:hover,
.primary-nav-breadcrumb span:hover,
button:focus,
.primary-nav-breadcrumb span:focus,
.btn:hover,
.btn:focus {
    text-decoration-color: inherit;
    -webkit-text-decoration-color: inherit;
    text-decoration-thickness: inherit;
    -webkit-text-decoration-thickness: inherit;
}
nav a:focus,
a:focus,
button:focus,
.primary-nav-breadcrumb span:focus,
.btn:focus,
a:not(.btn):focus,
.form-control:focus,
.site-search .studio-widget-search-input:focus,
#searchoptions-generic #search-field input:focus,
input[type="file"]:focus,
.form-select:focus,
.form-check-input:focus,
.filters input[type="checkbox"]:focus,
.filters input[type="radio"]:focus,
.checkbox input[type="checkbox"]:focus,
.radio input[type="radio"]:focus,
.btn-close:focus,
.accordion-button:focus,
.tab-pane:focus-visible {
    outline: 0.125rem dotted #000;
}
a:focus,
button:focus,
.primary-nav-breadcrumb span:focus,
.form-control:focus,
.site-search .studio-widget-search-input:focus,
#searchoptions-generic #search-field input:focus,
input[type="file"]:focus,
.form-select:focus,
.form-check-input:focus,
.filters input[type="checkbox"]:focus,
.filters input[type="radio"]:focus,
.checkbox input[type="checkbox"]:focus,
.radio input[type="radio"]:focus,
.btn-close:focus,
.accordion-button:focus,
.tab-pane:focus-visible {
    outline-offset: 0.125rem;
}
.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%;
}
span.size-20 {
    font-size: 20px;
    font-variation-settings: "OPSZ" 20;
}
span.size-24 {
    font-size: 24px;
    font-variation-settings: "OPSZ" 24;
}
span.size-40 {
    font-size: 40px;
    font-variation-settings: "OPSZ" 40;
}
span.size-48 {
    font-size: 48px;
    font-variation-settings: "OPSZ" 48;
}
span.size-60 {
    font-size: 60px;
    font-variation-settings: "OPSZ" 60;
}
span.size-80 {
    font-size: 80px;
    font-variation-settings: "OPSZ" 80;
}
span.size-20-fill {
    font-size: 20px;
    font-variation-settings: "OPSZ" 20, "FILL" 1;
}
span.size-24-fill {
    font-size: 24px;
    font-variation-settings: "OPSZ" 24, "FILL" 1;
}
span.size-40-fill {
    font-size: 40px;
    font-variation-settings: "OPSZ" 40, "FILL" 1;
}
span.size-48-fill {
    font-size: 48px;
    font-variation-settings: "OPSZ" 48, "FILL" 1;
}
span.size-60-fill {
    font-size: 60px;
    font-variation-settings: "OPSZ" 60, "FILL" 1;
}
span.size-80-fill {
    font-size: 80px;
    font-variation-settings: "OPSZ" 80, "FILL" 1;
}
span.fill-1 {
    font-variation-settings: "FILL" 1;
}
@supports not (font-variation-settings: "FILL" 1) {
    span.fill-1 {
        font-family: Material Symbols Fill;
    }
}
span.fill-0 {
    font-variation-settings: "FILL" 0;
}
.fade-in {
    opacity: 0;
    transform: translateY(60px);
    transition: opacity 0.75s cubic-bezier(0.76, 0, 0.24, 1), transform 1s cubic-bezier(0.76, 0, 0.24, 1);
    will-change: opacity, visibility;
}
.fade-in:first-child {
    transition-delay: 0;
}
.fade-in:nth-child(2) {
    transition-delay: 0.15s;
}
.fade-in:nth-child(3) {
    transition-delay: 0.25s;
}
.fade-in:nth-child(4) {
    transition-delay: 0.35s;
}
.fade-in:nth-child(5) {
    transition-delay: 0.5s;
}
.fade-in:nth-child(6) {
    transition-delay: 0.65s;
}
.fade-in.is-visible {
    opacity: 1;
    transform: none;
}
.scale-in {
    transform: scale(0.8);
    transform-origin: center;
    transition: transform 1s cubic-bezier(0.76, 0, 0.24, 1);
    will-change: transform;
}
.scale-in.is-visible {
    transform: scale(1);
}
.animations-paused *,
.motion-paused * {
    transition: none !important;
    animation: none !important;
}
@media (prefers-reduced-motion) {
    * {
        transition: none !important;
        animation: none !important;
    }
    .js-pause-all-motion {
        display: none;
    }
}
main > span[id] {
    top: -6.25rem;
    position: relative;
}
.collapse-content {
    margin-top: 1.25rem;
}
.overflowed {
    height: 100vh;
    overflow-x: auto;
}
.overflowed.minimize {
    height: auto;
}
::-moz-selection {
    background-color: #b4d5fe;
    color: inherit;
}
::selection {
    background-color: #b4d5fe;
    color: #000;
}
.tag-group {
    display: flex;
    flex-wrap: wrap;
}
.tag-group > *:not(:last-child) {
    margin-right: 1.25rem;
}
.ytp-fullscreen-button {
    display: none;
}
.ytp-title-channel-logo,
.ytp-title-link {
    display: none !important;
}
.theme-bg.theme-bg,
.theme-bg .theme-bg {
    background-color: #e20778;
    color: #fff;
}
.theme-bg.theme-bg .form-control::-moz-placeholder,
.theme-bg.theme-bg .site-search .studio-widget-search-input::-moz-placeholder,
.site-search .theme-bg.theme-bg .studio-widget-search-input::-moz-placeholder,
.theme-bg.theme-bg #searchoptions-generic #search-field input::-moz-placeholder,
#searchoptions-generic #search-field .theme-bg.theme-bg input::-moz-placeholder,
.theme-bg.theme-bg input[type="file"]::-moz-placeholder,
.theme-bg.theme-bg .form-select::-moz-placeholder,
.theme-bg .theme-bg .form-control::-moz-placeholder,
.theme-bg .theme-bg .form-select::-moz-placeholder {
    color: #fff;
}
.theme-bg.theme-bg h6,
.theme-bg.theme-bg .h6,
.theme-bg.theme-bg h5,
.theme-bg.theme-bg .h5,
.theme-bg.theme-bg h4,
.theme-bg.theme-bg .h4,
.theme-bg.theme-bg h3,
.theme-bg.theme-bg .h3,
.theme-bg.theme-bg .search-filters__title,
.theme-bg.theme-bg h2,
.theme-bg.theme-bg .h2,
.theme-bg.theme-bg h1,
.theme-bg.theme-bg .h1,
.theme-bg.theme-bg a:not(.btn),
.theme-bg.theme-bg caption,
.theme-bg.theme-bg .form-text,
.theme-bg.theme-bg .btn-link,
.theme-bg.theme-bg a[href^="tel"],
.theme-bg.theme-bg .btn-link:active,
.theme-bg.theme-bg select option,
.theme-bg.theme-bg .form-control,
.theme-bg.theme-bg .site-search .studio-widget-search-input,
.site-search .theme-bg.theme-bg .studio-widget-search-input,
.theme-bg.theme-bg #searchoptions-generic #search-field input,
#searchoptions-generic #search-field .theme-bg.theme-bg input,
.theme-bg.theme-bg input[type="file"],
.theme-bg.theme-bg .form-select,
.theme-bg.theme-bg .form-control::placeholder,
.theme-bg.theme-bg .site-search .studio-widget-search-input::placeholder,
.site-search .theme-bg.theme-bg .studio-widget-search-input::placeholder,
.theme-bg.theme-bg #searchoptions-generic #search-field input::placeholder,
#searchoptions-generic #search-field .theme-bg.theme-bg input::placeholder,
.theme-bg.theme-bg input[type="file"]::placeholder,
.theme-bg.theme-bg .form-select::placeholder,
.theme-bg.theme-bg ul li::marker,
.theme-bg.theme-bg .btn-icon,
.theme-bg.theme-bg .btn-icon .material-symbols-outlined,
.theme-bg.theme-bg .accordion-button,
.theme-bg.theme-bg .accordion-item,
.theme-bg.theme-bg .table,
.theme-bg.theme-bg table,
.theme-bg.theme-bg.number-cols-banner ol li:before,
.theme-bg.theme-bg .btn-reset,
.theme-bg.theme-bg div .swiper-button-prev .material-symbols-outlined,
.theme-bg.theme-bg div .swiper-button-next .material-symbols-outlined,
.theme-bg .theme-bg h6,
.theme-bg .theme-bg .h6,
.theme-bg .theme-bg h5,
.theme-bg .theme-bg .h5,
.theme-bg .theme-bg h4,
.theme-bg .theme-bg .h4,
.theme-bg .theme-bg h3,
.theme-bg .theme-bg .h3,
.theme-bg .theme-bg h2,
.theme-bg .theme-bg .h2,
.theme-bg .theme-bg h1,
.theme-bg .theme-bg .h1,
.theme-bg .theme-bg a:not(.btn),
.theme-bg .theme-bg caption,
.theme-bg .theme-bg .form-text,
.theme-bg .theme-bg .btn-link,
.theme-bg .theme-bg a[href^="tel"],
.theme-bg .theme-bg .btn-link:active,
.theme-bg .theme-bg select option,
.theme-bg .theme-bg .form-control,
.theme-bg .theme-bg .form-select,
.theme-bg .theme-bg .form-control::placeholder,
.theme-bg .theme-bg .form-select::placeholder,
.theme-bg .theme-bg ul li::marker,
.theme-bg .theme-bg .btn-icon,
.theme-bg .theme-bg .btn-icon .material-symbols-outlined,
.theme-bg .theme-bg .accordion-button,
.theme-bg .theme-bg .accordion-item,
.theme-bg .theme-bg .table,
.theme-bg .theme-bg.number-cols-banner ol li:before,
.theme-bg .theme-bg .btn-reset,
.theme-bg .theme-bg div .swiper-button-prev .material-symbols-outlined,
.theme-bg .theme-bg div .swiper-button-next .material-symbols-outlined {
    color: #fff;
}
.theme-bg.theme-bg .form-control,
.theme-bg.theme-bg .site-search .studio-widget-search-input,
.site-search .theme-bg.theme-bg .studio-widget-search-input,
.theme-bg.theme-bg #searchoptions-generic #search-field input,
#searchoptions-generic #search-field .theme-bg.theme-bg input,
.theme-bg.theme-bg input[type="file"],
.theme-bg.theme-bg .form-select,
.theme-bg.theme-bg .form-check-input,
.theme-bg.theme-bg .filters input[type="checkbox"],
.filters .theme-bg.theme-bg input[type="checkbox"],
.theme-bg.theme-bg .filters input[type="radio"],
.filters .theme-bg.theme-bg input[type="radio"],
.theme-bg.theme-bg .checkbox input[type="checkbox"],
.checkbox .theme-bg.theme-bg input[type="checkbox"],
.theme-bg.theme-bg .radio input[type="radio"],
.radio .theme-bg.theme-bg input[type="radio"],
.theme-bg.theme-bg .accordion-item,
.theme-bg.theme-bg .accordion,
.theme-bg.theme-bg .table,
.theme-bg.theme-bg table,
.theme-bg.theme-bg.number-cols-banner ol li:not(:last-child),
.theme-bg.theme-bg .card-split-group > *:not(:last-child) > *,
.theme-bg.theme-bg.pull-quote blockquote,
.theme-bg .theme-bg .form-control,
.theme-bg .theme-bg .form-select,
.theme-bg .theme-bg .form-check-input,
.theme-bg .theme-bg .accordion-item,
.theme-bg .theme-bg .accordion,
.theme-bg .theme-bg .table,
.theme-bg .theme-bg.number-cols-banner ol li:not(:last-child),
.theme-bg .theme-bg .card-split-group > *:not(:last-child) > *,
.theme-bg .theme-bg.pull-quote blockquote {
    border-color: #fff;
}
.theme-bg.theme-bg .table,
.theme-bg.theme-bg table,
.theme-bg .theme-bg .table {
    box-shadow: 0 -0.3125rem #fff;
}
.theme-bg.theme-bg :focus,
.theme-bg .theme-bg :focus {
    outline-color: #fff;
}
.theme-bg.theme-bg .display-3:before,
.theme-bg.theme-bg div .swiper-pagination-bullet,
.theme-bg.theme-bg .icon-social,
.theme-bg.theme-bg .news-feature__more:before,
.theme-bg.theme-bg .news-feature__more:after,
.theme-bg.theme-bg .profiles-feature__card:not(:last-child):after,
.theme-bg .theme-bg .display-3:before,
.theme-bg .theme-bg div .swiper-pagination-bullet,
.theme-bg .theme-bg .icon-social,
.theme-bg .theme-bg .news-feature__more:before,
.theme-bg .theme-bg .news-feature__more:after,
.theme-bg .theme-bg .profiles-feature__card:not(:last-child):after {
    background-color: #fff;
}
.theme-bg.theme-bg .display-3:before,
.theme-bg .theme-bg .display-3:before {
    background-color: #fff;
}
.theme-bg.theme-bg div .swiper-pagination-bullet-active,
.theme-bg .theme-bg div .swiper-pagination-bullet-active {
    background-color: #fff0;
    border: 1px solid #fff;
}
.theme-bg.theme-bg .logo svg,
.theme-bg .theme-bg .logo svg {
    fill: #fff;
}
.theme-bg.theme-bg .form-select,
.theme-bg.theme-bg select.form-control,
.theme-bg.theme-bg .site-search select.studio-widget-search-input,
.site-search .theme-bg.theme-bg select.studio-widget-search-input,
.theme-bg .theme-bg .form-select {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24' viewBox='0 -960 960 960' width='24'%3E%3Cpath d='M480-358.463 253.847-584.615 296-626.768l184 184 184-184 42.153 42.153L480-358.463Z' fill='white' /%3E%3C/svg%3E");
}
.theme-bg.theme-bg .accordion-button:after,
.theme-bg .theme-bg .accordion-button:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24' viewBox='0 -960 960 960' width='24'%3E%3Cpath d='M440-200v-240H200v-80h240v-240h80v240h240v80H520v240h-80Z' fill='white' /%3E%3C/svg%3E");
}
.theme-bg.theme-bg .accordion-button:not(.collapsed):after,
.theme-bg .theme-bg .accordion-button:not(.collapsed):after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24' viewBox='0 -960 960 960' width='24'%3E%3Cpath d='M200-440v-80h560v80H200Z' fill='white' /%3E%3C/svg%3E");
}
.theme-bg.theme-bg .form-select option,
.theme-bg.theme-bg select.form-control option,
.theme-bg.theme-bg .site-search select.studio-widget-search-input option,
.site-search .theme-bg.theme-bg select.studio-widget-search-input option,
.theme-bg .theme-bg .form-select option {
    color: #000;
}
.theme-bg .card-icon__icon {
    background-color: #e20778;
}
.theme-bg div .swiper-button-prev .material-symbols-outlined,
.theme-bg div .swiper-button-next .material-symbols-outlined,
.theme-bg .secondary-nav ul li.active a,
.theme-bg .btn-text-link-collapse .material-symbols-outlined,
.theme-bg .masthead-blocks__functions .btn-icon .material-symbols-outlined,
.theme-bg .btn-toggle .material-symbols-outlined,
.theme-bg .card-program__toggle .material-symbols-outlined,
.theme-bg #view_period_switchers .material-symbols-outlined,
.theme-bg .number-cols-banner ol li:before,
.theme-bg .card .btn-icon .material-symbols-outlined,
.theme-bg .card-banner .card .btn-icon .material-symbols-outlined,
.theme-bg .masthead-article__section-title,
.theme-bg .masthead-article .btn-text-link .material-symbols-outlined,
.theme-bg .pagination .currentpage,
.theme-bg ul li::marker,
.theme-bg .nav-pills .nav-link.active,
.theme-bg .nav-pills .show > .nav-link,
.theme-bg .sticky-nav ul li a.active {
    color: #000;
}
.theme-bg .secondary-nav a:after,
.theme-bg .masthead-profile__social .icon-social,
.theme-bg .nav-pills-h-border .nav-link:after,
.theme-bg .nav-pills-h .nav-link:after,
.theme-bg .banner__btn-toggle,
.theme-bg .events-calendar .cal-event {
    background-color: #000;
}
.theme-bg .nav-pills[aria-orientation="vertical"] .nav-link.active,
.theme-bg .nav-pills[aria-orientation="vertical"] .nav-link:hover,
.theme-bg .nav-pills[aria-orientation="vertical"] .nav-link:focus {
    color: #0000008c;
}
.theme-bg .accordion-button:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24' viewBox='0 -960 960 960' width='24'%3E%3Cpath d='M440-200v-240H200v-80h240v-240h80v240h240v80H520v240h-80Z' fill='black' /%3E%3C/svg%3E");
}
.theme-bg .accordion-button:not(.collapsed):after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24' viewBox='0 -960 960 960' width='24'%3E%3Cpath d='M200-440v-80h560v80H200Z' fill='black' /%3E%3C/svg%3E");
}
.theme-bg .btn-dark .material-symbols-outlined,
.theme-bg .btn-dark:not(.js-pause-motion) .material-symbols-outlined {
    color: #fff;
}
.theme-lime.theme-bg,
.theme-lime .theme-bg {
    background-color: #b6cd2d;
    color: #000;
}
.theme-lime.theme-bg .form-control::-moz-placeholder,
.theme-lime.theme-bg .site-search .studio-widget-search-input::-moz-placeholder,
.site-search .theme-lime.theme-bg .studio-widget-search-input::-moz-placeholder,
.theme-lime.theme-bg #searchoptions-generic #search-field input::-moz-placeholder,
#searchoptions-generic #search-field .theme-lime.theme-bg input::-moz-placeholder,
.theme-lime.theme-bg input[type="file"]::-moz-placeholder,
.theme-lime.theme-bg .form-select::-moz-placeholder,
.theme-lime .theme-bg .form-control::-moz-placeholder,
.theme-lime .theme-bg .site-search .studio-widget-search-input::-moz-placeholder,
.site-search .theme-lime .theme-bg .studio-widget-search-input::-moz-placeholder,
.theme-lime .theme-bg #searchoptions-generic #search-field input::-moz-placeholder,
#searchoptions-generic #search-field .theme-lime .theme-bg input::-moz-placeholder,
.theme-lime .theme-bg input[type="file"]::-moz-placeholder,
.theme-lime .theme-bg .form-select::-moz-placeholder {
    color: #000;
}
.theme-lime.theme-bg h6,
.theme-lime.theme-bg .h6,
.theme-lime.theme-bg h5,
.theme-lime.theme-bg .h5,
.theme-lime.theme-bg h4,
.theme-lime.theme-bg .h4,
.theme-lime.theme-bg h3,
.theme-lime.theme-bg .h3,
.theme-lime.theme-bg .search-filters__title,
.theme-lime.theme-bg h2,
.theme-lime.theme-bg .h2,
.theme-lime.theme-bg h1,
.theme-lime.theme-bg .h1,
.theme-lime.theme-bg a:not(.btn),
.theme-lime.theme-bg caption,
.theme-lime.theme-bg .form-text,
.theme-lime.theme-bg .btn-link,
.theme-lime.theme-bg a[href^="tel"],
.theme-lime.theme-bg .btn-link:active,
.theme-lime.theme-bg select option,
.theme-lime.theme-bg .form-control,
.theme-lime.theme-bg .site-search .studio-widget-search-input,
.site-search .theme-lime.theme-bg .studio-widget-search-input,
.theme-lime.theme-bg #searchoptions-generic #search-field input,
#searchoptions-generic #search-field .theme-lime.theme-bg input,
.theme-lime.theme-bg input[type="file"],
.theme-lime.theme-bg .form-select,
.theme-lime.theme-bg .form-control::placeholder,
.theme-lime.theme-bg .site-search .studio-widget-search-input::placeholder,
.site-search .theme-lime.theme-bg .studio-widget-search-input::placeholder,
.theme-lime.theme-bg #searchoptions-generic #search-field input::placeholder,
#searchoptions-generic #search-field .theme-lime.theme-bg input::placeholder,
.theme-lime.theme-bg input[type="file"]::placeholder,
.theme-lime.theme-bg .form-select::placeholder,
.theme-lime.theme-bg ul li::marker,
.theme-lime.theme-bg .btn-icon,
.theme-lime.theme-bg .btn-icon .material-symbols-outlined,
.theme-lime.theme-bg .accordion-button,
.theme-lime.theme-bg .accordion-item,
.theme-lime.theme-bg .table,
.theme-lime.theme-bg table,
.theme-lime.theme-bg.number-cols-banner ol li:before,
.theme-lime.theme-bg .btn-reset,
.theme-lime.theme-bg div .swiper-button-prev .material-symbols-outlined,
.theme-lime.theme-bg div .swiper-button-next .material-symbols-outlined,
.theme-lime .theme-bg h6,
.theme-lime .theme-bg .h6,
.theme-lime .theme-bg h5,
.theme-lime .theme-bg .h5,
.theme-lime .theme-bg h4,
.theme-lime .theme-bg .h4,
.theme-lime .theme-bg h3,
.theme-lime .theme-bg .h3,
.theme-lime .theme-bg .search-filters__title,
.theme-lime .theme-bg h2,
.theme-lime .theme-bg .h2,
.theme-lime .theme-bg h1,
.theme-lime .theme-bg .h1,
.theme-lime .theme-bg a:not(.btn),
.theme-lime .theme-bg caption,
.theme-lime .theme-bg .form-text,
.theme-lime .theme-bg .btn-link,
.theme-lime .theme-bg a[href^="tel"],
.theme-lime .theme-bg .btn-link:active,
.theme-lime .theme-bg select option,
.theme-lime .theme-bg .form-control,
.theme-lime .theme-bg .site-search .studio-widget-search-input,
.site-search .theme-lime .theme-bg .studio-widget-search-input,
.theme-lime .theme-bg #searchoptions-generic #search-field input,
#searchoptions-generic #search-field .theme-lime .theme-bg input,
.theme-lime .theme-bg input[type="file"],
.theme-lime .theme-bg .form-select,
.theme-lime .theme-bg .form-control::placeholder,
.theme-lime .theme-bg .site-search .studio-widget-search-input::placeholder,
.site-search .theme-lime .theme-bg .studio-widget-search-input::placeholder,
.theme-lime .theme-bg #searchoptions-generic #search-field input::placeholder,
#searchoptions-generic #search-field .theme-lime .theme-bg input::placeholder,
.theme-lime .theme-bg input[type="file"]::placeholder,
.theme-lime .theme-bg .form-select::placeholder,
.theme-lime .theme-bg ul li::marker,
.theme-lime .theme-bg .btn-icon,
.theme-lime .theme-bg .btn-icon .material-symbols-outlined,
.theme-lime .theme-bg .accordion-button,
.theme-lime .theme-bg .accordion-item,
.theme-lime .theme-bg .table,
.theme-lime .theme-bg table,
.theme-lime .theme-bg.number-cols-banner ol li:before,
.theme-lime .theme-bg .btn-reset,
.theme-lime .theme-bg div .swiper-button-prev .material-symbols-outlined,
.theme-lime .theme-bg div .swiper-button-next .material-symbols-outlined {
    color: #000;
}
.theme-lime.theme-bg .form-control,
.theme-lime.theme-bg .site-search .studio-widget-search-input,
.site-search .theme-lime.theme-bg .studio-widget-search-input,
.theme-lime.theme-bg #searchoptions-generic #search-field input,
#searchoptions-generic #search-field .theme-lime.theme-bg input,
.theme-lime.theme-bg input[type="file"],
.theme-lime.theme-bg .form-select,
.theme-lime.theme-bg .form-check-input,
.theme-lime.theme-bg .filters input[type="checkbox"],
.filters .theme-lime.theme-bg input[type="checkbox"],
.theme-lime.theme-bg .filters input[type="radio"],
.filters .theme-lime.theme-bg input[type="radio"],
.theme-lime.theme-bg .checkbox input[type="checkbox"],
.checkbox .theme-lime.theme-bg input[type="checkbox"],
.theme-lime.theme-bg .radio input[type="radio"],
.radio .theme-lime.theme-bg input[type="radio"],
.theme-lime.theme-bg .accordion-item,
.theme-lime.theme-bg .accordion,
.theme-lime.theme-bg .table,
.theme-lime.theme-bg table,
.theme-lime.theme-bg.number-cols-banner ol li:not(:last-child),
.theme-lime.theme-bg .card-split-group > *:not(:last-child) > *,
.theme-lime.theme-bg.pull-quote blockquote,
.theme-lime .theme-bg .form-control,
.theme-lime .theme-bg .site-search .studio-widget-search-input,
.site-search .theme-lime .theme-bg .studio-widget-search-input,
.theme-lime .theme-bg #searchoptions-generic #search-field input,
#searchoptions-generic #search-field .theme-lime .theme-bg input,
.theme-lime .theme-bg input[type="file"],
.theme-lime .theme-bg .form-select,
.theme-lime .theme-bg .form-check-input,
.theme-lime .theme-bg .filters input[type="checkbox"],
.filters .theme-lime .theme-bg input[type="checkbox"],
.theme-lime .theme-bg .filters input[type="radio"],
.filters .theme-lime .theme-bg input[type="radio"],
.theme-lime .theme-bg .checkbox input[type="checkbox"],
.checkbox .theme-lime .theme-bg input[type="checkbox"],
.theme-lime .theme-bg .radio input[type="radio"],
.radio .theme-lime .theme-bg input[type="radio"],
.theme-lime .theme-bg .accordion-item,
.theme-lime .theme-bg .accordion,
.theme-lime .theme-bg .table,
.theme-lime .theme-bg table,
.theme-lime .theme-bg.number-cols-banner ol li:not(:last-child),
.theme-lime .theme-bg .card-split-group > *:not(:last-child) > *,
.theme-lime .theme-bg.pull-quote blockquote {
    border-color: #000;
}
.theme-lime.theme-bg .table,
.theme-lime.theme-bg table,
.theme-lime .theme-bg .table,
.theme-lime .theme-bg table {
    box-shadow: 0 -0.3125rem #000;
}
.theme-lime.theme-bg :focus,
.theme-lime .theme-bg :focus {
    outline-color: #000;
}
.theme-lime.theme-bg .display-3:before,
.theme-lime.theme-bg div .swiper-pagination-bullet,
.theme-lime.theme-bg .icon-social,
.theme-lime.theme-bg .news-feature__more:before,
.theme-lime.theme-bg .news-feature__more:after,
.theme-lime.theme-bg .profiles-feature__card:not(:last-child):after,
.theme-lime .theme-bg .display-3:before,
.theme-lime .theme-bg div .swiper-pagination-bullet,
.theme-lime .theme-bg .icon-social,
.theme-lime .theme-bg .news-feature__more:before,
.theme-lime .theme-bg .news-feature__more:after,
.theme-lime .theme-bg .profiles-feature__card:not(:last-child):after {
    background-color: #000;
}
.theme-lime.theme-bg .display-3:before,
.theme-lime .theme-bg .display-3:before {
    background-color: #000;
}
.theme-lime.theme-bg div .swiper-pagination-bullet-active,
.theme-lime .theme-bg div .swiper-pagination-bullet-active {
    background-color: #fff0;
    border: 1px solid #000;
}
.theme-lime.theme-bg .logo svg,
.theme-lime .theme-bg .logo svg {
    fill: #000;
}
.theme-lime.theme-bg .form-select,
.theme-lime.theme-bg select.form-control,
.theme-lime.theme-bg .site-search select.studio-widget-search-input,
.site-search .theme-lime.theme-bg select.studio-widget-search-input,
.theme-lime .theme-bg .form-select,
.theme-lime .theme-bg select.form-control,
.theme-lime .theme-bg .site-search select.studio-widget-search-input,
.site-search .theme-lime .theme-bg select.studio-widget-search-input {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24' viewBox='0 -960 960 960' width='24'%3E%3Cpath d='M480-358.463 253.847-584.615 296-626.768l184 184 184-184 42.153 42.153L480-358.463Z' fill='black' /%3E%3C/svg%3E");
}
.theme-lime.theme-bg .accordion-button:after,
.theme-lime .theme-bg .accordion-button:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24' viewBox='0 -960 960 960' width='24'%3E%3Cpath d='M440-200v-240H200v-80h240v-240h80v240h240v80H520v240h-80Z' fill='black' /%3E%3C/svg%3E");
}
.theme-lime.theme-bg .accordion-button:not(.collapsed):after,
.theme-lime .theme-bg .accordion-button:not(.collapsed):after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24' viewBox='0 -960 960 960' width='24'%3E%3Cpath d='M200-440v-80h560v80H200Z' fill='black' /%3E%3C/svg%3E");
}
.theme-lime.theme-bg .form-select option,
.theme-lime.theme-bg select.form-control option,
.theme-lime.theme-bg .site-search select.studio-widget-search-input option,
.site-search .theme-lime.theme-bg select.studio-widget-search-input option,
.theme-lime .theme-bg .form-select option,
.theme-lime .theme-bg select.form-control option,
.theme-lime .theme-bg .site-search select.studio-widget-search-input option,
.site-search .theme-lime .theme-bg select.studio-widget-search-input option {
    color: #000;
}
.theme-lime .card-icon__icon {
    background-color: #b6cd2d;
}
.theme-lime div .swiper-button-prev .material-symbols-outlined,
.theme-lime div .swiper-button-next .material-symbols-outlined,
.theme-lime .secondary-nav ul li.active a,
.theme-lime .btn-text-link-collapse .material-symbols-outlined,
.theme-lime .masthead-blocks__functions .btn-icon .material-symbols-outlined,
.theme-lime .btn-toggle .material-symbols-outlined,
.theme-lime .card-program__toggle .material-symbols-outlined,
.theme-lime #view_period_switchers .material-symbols-outlined,
.theme-lime .number-cols-banner ol li:before,
.theme-lime .card .btn-icon .material-symbols-outlined,
.theme-lime .card-banner .card .btn-icon .material-symbols-outlined,
.theme-lime .masthead-article__section-title,
.theme-lime .masthead-article .btn-text-link .material-symbols-outlined,
.theme-lime .pagination .currentpage,
.theme-lime ul li::marker,
.theme-lime .nav-pills .nav-link.active,
.theme-lime .nav-pills .show > .nav-link,
.theme-lime .sticky-nav ul li a.active {
    color: #000;
}
.theme-lime .secondary-nav a:after,
.theme-lime .masthead-profile__social .icon-social,
.theme-lime .nav-pills-h-border .nav-link:after,
.theme-lime .nav-pills-h .nav-link:after,
.theme-lime .banner__btn-toggle,
.theme-lime .events-calendar .cal-event {
    background-color: #000;
}
.theme-lime .nav-pills[aria-orientation="vertical"] .nav-link.active,
.theme-lime .nav-pills[aria-orientation="vertical"] .nav-link:hover,
.theme-lime .nav-pills[aria-orientation="vertical"] .nav-link:focus {
    color: #0000008c;
}
.theme-lime .accordion-button:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24' viewBox='0 -960 960 960' width='24'%3E%3Cpath d='M440-200v-240H200v-80h240v-240h80v240h240v80H520v240h-80Z' fill='black' /%3E%3C/svg%3E");
}
.theme-lime .accordion-button:not(.collapsed):after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24' viewBox='0 -960 960 960' width='24'%3E%3Cpath d='M200-440v-80h560v80H200Z' fill='black' /%3E%3C/svg%3E");
}
.theme-lime .btn-dark .material-symbols-outlined,
.theme-lime .btn-dark:not(.js-pause-motion) .material-symbols-outlined {
    color: #fff;
}
.theme-cyan.theme-bg,
.theme-cyan .theme-bg {
    background-color: #41c3dc;
    color: #000;
}
.theme-cyan.theme-bg .form-control::-moz-placeholder,
.theme-cyan.theme-bg .site-search .studio-widget-search-input::-moz-placeholder,
.site-search .theme-cyan.theme-bg .studio-widget-search-input::-moz-placeholder,
.theme-cyan.theme-bg #searchoptions-generic #search-field input::-moz-placeholder,
#searchoptions-generic #search-field .theme-cyan.theme-bg input::-moz-placeholder,
.theme-cyan.theme-bg input[type="file"]::-moz-placeholder,
.theme-cyan.theme-bg .form-select::-moz-placeholder,
.theme-cyan .theme-bg .form-control::-moz-placeholder,
.theme-cyan .theme-bg .site-search .studio-widget-search-input::-moz-placeholder,
.site-search .theme-cyan .theme-bg .studio-widget-search-input::-moz-placeholder,
.theme-cyan .theme-bg #searchoptions-generic #search-field input::-moz-placeholder,
#searchoptions-generic #search-field .theme-cyan .theme-bg input::-moz-placeholder,
.theme-cyan .theme-bg input[type="file"]::-moz-placeholder,
.theme-cyan .theme-bg .form-select::-moz-placeholder {
    color: #000;
}
.theme-cyan.theme-bg h6,
.theme-cyan.theme-bg .h6,
.theme-cyan.theme-bg h5,
.theme-cyan.theme-bg .h5,
.theme-cyan.theme-bg h4,
.theme-cyan.theme-bg .h4,
.theme-cyan.theme-bg h3,
.theme-cyan.theme-bg .h3,
.theme-cyan.theme-bg .search-filters__title,
.theme-cyan.theme-bg h2,
.theme-cyan.theme-bg .h2,
.theme-cyan.theme-bg h1,
.theme-cyan.theme-bg .h1,
.theme-cyan.theme-bg a:not(.btn),
.theme-cyan.theme-bg caption,
.theme-cyan.theme-bg .form-text,
.theme-cyan.theme-bg .btn-link,
.theme-cyan.theme-bg a[href^="tel"],
.theme-cyan.theme-bg .btn-link:active,
.theme-cyan.theme-bg select option,
.theme-cyan.theme-bg .form-control,
.theme-cyan.theme-bg .site-search .studio-widget-search-input,
.site-search .theme-cyan.theme-bg .studio-widget-search-input,
.theme-cyan.theme-bg #searchoptions-generic #search-field input,
#searchoptions-generic #search-field .theme-cyan.theme-bg input,
.theme-cyan.theme-bg input[type="file"],
.theme-cyan.theme-bg .form-select,
.theme-cyan.theme-bg .form-control::placeholder,
.theme-cyan.theme-bg .site-search .studio-widget-search-input::placeholder,
.site-search .theme-cyan.theme-bg .studio-widget-search-input::placeholder,
.theme-cyan.theme-bg #searchoptions-generic #search-field input::placeholder,
#searchoptions-generic #search-field .theme-cyan.theme-bg input::placeholder,
.theme-cyan.theme-bg input[type="file"]::placeholder,
.theme-cyan.theme-bg .form-select::placeholder,
.theme-cyan.theme-bg ul li::marker,
.theme-cyan.theme-bg .btn-icon,
.theme-cyan.theme-bg .btn-icon .material-symbols-outlined,
.theme-cyan.theme-bg .accordion-button,
.theme-cyan.theme-bg .accordion-item,
.theme-cyan.theme-bg .table,
.theme-cyan.theme-bg table,
.theme-cyan.theme-bg.number-cols-banner ol li:before,
.theme-cyan.theme-bg .btn-reset,
.theme-cyan.theme-bg div .swiper-button-prev .material-symbols-outlined,
.theme-cyan.theme-bg div .swiper-button-next .material-symbols-outlined,
.theme-cyan .theme-bg h6,
.theme-cyan .theme-bg .h6,
.theme-cyan .theme-bg h5,
.theme-cyan .theme-bg .h5,
.theme-cyan .theme-bg h4,
.theme-cyan .theme-bg .h4,
.theme-cyan .theme-bg h3,
.theme-cyan .theme-bg .h3,
.theme-cyan .theme-bg .search-filters__title,
.theme-cyan .theme-bg h2,
.theme-cyan .theme-bg .h2,
.theme-cyan .theme-bg h1,
.theme-cyan .theme-bg .h1,
.theme-cyan .theme-bg a:not(.btn),
.theme-cyan .theme-bg caption,
.theme-cyan .theme-bg .form-text,
.theme-cyan .theme-bg .btn-link,
.theme-cyan .theme-bg a[href^="tel"],
.theme-cyan .theme-bg .btn-link:active,
.theme-cyan .theme-bg select option,
.theme-cyan .theme-bg .form-control,
.theme-cyan .theme-bg .site-search .studio-widget-search-input,
.site-search .theme-cyan .theme-bg .studio-widget-search-input,
.theme-cyan .theme-bg #searchoptions-generic #search-field input,
#searchoptions-generic #search-field .theme-cyan .theme-bg input,
.theme-cyan .theme-bg input[type="file"],
.theme-cyan .theme-bg .form-select,
.theme-cyan .theme-bg .form-control::placeholder,
.theme-cyan .theme-bg .site-search .studio-widget-search-input::placeholder,
.site-search .theme-cyan .theme-bg .studio-widget-search-input::placeholder,
.theme-cyan .theme-bg #searchoptions-generic #search-field input::placeholder,
#searchoptions-generic #search-field .theme-cyan .theme-bg input::placeholder,
.theme-cyan .theme-bg input[type="file"]::placeholder,
.theme-cyan .theme-bg .form-select::placeholder,
.theme-cyan .theme-bg ul li::marker,
.theme-cyan .theme-bg .btn-icon,
.theme-cyan .theme-bg .btn-icon .material-symbols-outlined,
.theme-cyan .theme-bg .accordion-button,
.theme-cyan .theme-bg .accordion-item,
.theme-cyan .theme-bg .table,
.theme-cyan .theme-bg table,
.theme-cyan .theme-bg.number-cols-banner ol li:before,
.theme-cyan .theme-bg .btn-reset,
.theme-cyan .theme-bg div .swiper-button-prev .material-symbols-outlined,
.theme-cyan .theme-bg div .swiper-button-next .material-symbols-outlined {
    color: #000;
}
.theme-cyan.theme-bg .form-control,
.theme-cyan.theme-bg .site-search .studio-widget-search-input,
.site-search .theme-cyan.theme-bg .studio-widget-search-input,
.theme-cyan.theme-bg #searchoptions-generic #search-field input,
#searchoptions-generic #search-field .theme-cyan.theme-bg input,
.theme-cyan.theme-bg input[type="file"],
.theme-cyan.theme-bg .form-select,
.theme-cyan.theme-bg .form-check-input,
.theme-cyan.theme-bg .filters input[type="checkbox"],
.filters .theme-cyan.theme-bg input[type="checkbox"],
.theme-cyan.theme-bg .filters input[type="radio"],
.filters .theme-cyan.theme-bg input[type="radio"],
.theme-cyan.theme-bg .checkbox input[type="checkbox"],
.checkbox .theme-cyan.theme-bg input[type="checkbox"],
.theme-cyan.theme-bg .radio input[type="radio"],
.radio .theme-cyan.theme-bg input[type="radio"],
.theme-cyan.theme-bg .accordion-item,
.theme-cyan.theme-bg .accordion,
.theme-cyan.theme-bg .table,
.theme-cyan.theme-bg table,
.theme-cyan.theme-bg.number-cols-banner ol li:not(:last-child),
.theme-cyan.theme-bg .card-split-group > *:not(:last-child) > *,
.theme-cyan.theme-bg.pull-quote blockquote,
.theme-cyan .theme-bg .form-control,
.theme-cyan .theme-bg .site-search .studio-widget-search-input,
.site-search .theme-cyan .theme-bg .studio-widget-search-input,
.theme-cyan .theme-bg #searchoptions-generic #search-field input,
#searchoptions-generic #search-field .theme-cyan .theme-bg input,
.theme-cyan .theme-bg input[type="file"],
.theme-cyan .theme-bg .form-select,
.theme-cyan .theme-bg .form-check-input,
.theme-cyan .theme-bg .filters input[type="checkbox"],
.filters .theme-cyan .theme-bg input[type="checkbox"],
.theme-cyan .theme-bg .filters input[type="radio"],
.filters .theme-cyan .theme-bg input[type="radio"],
.theme-cyan .theme-bg .checkbox input[type="checkbox"],
.checkbox .theme-cyan .theme-bg input[type="checkbox"],
.theme-cyan .theme-bg .radio input[type="radio"],
.radio .theme-cyan .theme-bg input[type="radio"],
.theme-cyan .theme-bg .accordion-item,
.theme-cyan .theme-bg .accordion,
.theme-cyan .theme-bg .table,
.theme-cyan .theme-bg table,
.theme-cyan .theme-bg.number-cols-banner ol li:not(:last-child),
.theme-cyan .theme-bg .card-split-group > *:not(:last-child) > *,
.theme-cyan .theme-bg.pull-quote blockquote {
    border-color: #000;
}
.theme-cyan.theme-bg .table,
.theme-cyan.theme-bg table,
.theme-cyan .theme-bg .table,
.theme-cyan .theme-bg table {
    box-shadow: 0 -0.3125rem #000;
}
.theme-cyan.theme-bg :focus,
.theme-cyan .theme-bg :focus {
    outline-color: #000;
}
.theme-cyan.theme-bg .display-3:before,
.theme-cyan.theme-bg div .swiper-pagination-bullet,
.theme-cyan.theme-bg .icon-social,
.theme-cyan.theme-bg .news-feature__more:before,
.theme-cyan.theme-bg .news-feature__more:after,
.theme-cyan.theme-bg .profiles-feature__card:not(:last-child):after,
.theme-cyan .theme-bg .display-3:before,
.theme-cyan .theme-bg div .swiper-pagination-bullet,
.theme-cyan .theme-bg .icon-social,
.theme-cyan .theme-bg .news-feature__more:before,
.theme-cyan .theme-bg .news-feature__more:after,
.theme-cyan .theme-bg .profiles-feature__card:not(:last-child):after {
    background-color: #000;
}
.theme-cyan.theme-bg .display-3:before,
.theme-cyan .theme-bg .display-3:before {
    background-color: #000;
}
.theme-cyan.theme-bg div .swiper-pagination-bullet-active,
.theme-cyan .theme-bg div .swiper-pagination-bullet-active {
    background-color: #fff0;
    border: 1px solid #000;
}
.theme-cyan.theme-bg .logo svg,
.theme-cyan .theme-bg .logo svg {
    fill: #000;
}
.theme-cyan.theme-bg .form-select,
.theme-cyan.theme-bg select.form-control,
.theme-cyan.theme-bg .site-search select.studio-widget-search-input,
.site-search .theme-cyan.theme-bg select.studio-widget-search-input,
.theme-cyan .theme-bg .form-select,
.theme-cyan .theme-bg select.form-control,
.theme-cyan .theme-bg .site-search select.studio-widget-search-input,
.site-search .theme-cyan .theme-bg select.studio-widget-search-input {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24' viewBox='0 -960 960 960' width='24'%3E%3Cpath d='M480-358.463 253.847-584.615 296-626.768l184 184 184-184 42.153 42.153L480-358.463Z' fill='black' /%3E%3C/svg%3E");
}
.theme-cyan.theme-bg .accordion-button:after,
.theme-cyan .theme-bg .accordion-button:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24' viewBox='0 -960 960 960' width='24'%3E%3Cpath d='M440-200v-240H200v-80h240v-240h80v240h240v80H520v240h-80Z' fill='black' /%3E%3C/svg%3E");
}
.theme-cyan.theme-bg .accordion-button:not(.collapsed):after,
.theme-cyan .theme-bg .accordion-button:not(.collapsed):after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24' viewBox='0 -960 960 960' width='24'%3E%3Cpath d='M200-440v-80h560v80H200Z' fill='black' /%3E%3C/svg%3E");
}
.theme-cyan.theme-bg .form-select option,
.theme-cyan.theme-bg select.form-control option,
.theme-cyan.theme-bg .site-search select.studio-widget-search-input option,
.site-search .theme-cyan.theme-bg select.studio-widget-search-input option,
.theme-cyan .theme-bg .form-select option,
.theme-cyan .theme-bg select.form-control option,
.theme-cyan .theme-bg .site-search select.studio-widget-search-input option,
.site-search .theme-cyan .theme-bg select.studio-widget-search-input option {
    color: #000;
}
.theme-cyan .card-icon__icon {
    background-color: #41c3dc;
}
.theme-cyan div .swiper-button-prev .material-symbols-outlined,
.theme-cyan div .swiper-button-next .material-symbols-outlined,
.theme-cyan .secondary-nav ul li.active a,
.theme-cyan .btn-text-link-collapse .material-symbols-outlined,
.theme-cyan .masthead-blocks__functions .btn-icon .material-symbols-outlined,
.theme-cyan .btn-toggle .material-symbols-outlined,
.theme-cyan .card-program__toggle .material-symbols-outlined,
.theme-cyan #view_period_switchers .material-symbols-outlined,
.theme-cyan .number-cols-banner ol li:before,
.theme-cyan .card .btn-icon .material-symbols-outlined,
.theme-cyan .card-banner .card .btn-icon .material-symbols-outlined,
.theme-cyan .masthead-article__section-title,
.theme-cyan .masthead-article .btn-text-link .material-symbols-outlined,
.theme-cyan .pagination .currentpage,
.theme-cyan ul li::marker,
.theme-cyan .nav-pills .nav-link.active,
.theme-cyan .nav-pills .show > .nav-link,
.theme-cyan .sticky-nav ul li a.active {
    color: #000;
}
.theme-cyan .secondary-nav a:after,
.theme-cyan .masthead-profile__social .icon-social,
.theme-cyan .nav-pills-h-border .nav-link:after,
.theme-cyan .nav-pills-h .nav-link:after,
.theme-cyan .banner__btn-toggle,
.theme-cyan .events-calendar .cal-event {
    background-color: #000;
}
.theme-cyan .nav-pills[aria-orientation="vertical"] .nav-link.active,
.theme-cyan .nav-pills[aria-orientation="vertical"] .nav-link:hover,
.theme-cyan .nav-pills[aria-orientation="vertical"] .nav-link:focus {
    color: #0000008c;
}
.theme-cyan .accordion-button:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24' viewBox='0 -960 960 960' width='24'%3E%3Cpath d='M440-200v-240H200v-80h240v-240h80v240h240v80H520v240h-80Z' fill='black' /%3E%3C/svg%3E");
}
.theme-cyan .accordion-button:not(.collapsed):after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24' viewBox='0 -960 960 960' width='24'%3E%3Cpath d='M200-440v-80h560v80H200Z' fill='black' /%3E%3C/svg%3E");
}
.theme-cyan .btn-dark .material-symbols-outlined,
.theme-cyan .btn-dark:not(.js-pause-motion) .material-symbols-outlined {
    color: #fff;
}
.theme-orange.theme-bg,
.theme-orange .theme-bg {
    background-color: #fcaf17;
    color: #000;
}
.theme-orange.theme-bg .form-control::-moz-placeholder,
.theme-orange.theme-bg .site-search .studio-widget-search-input::-moz-placeholder,
.site-search .theme-orange.theme-bg .studio-widget-search-input::-moz-placeholder,
.theme-orange.theme-bg #searchoptions-generic #search-field input::-moz-placeholder,
#searchoptions-generic #search-field .theme-orange.theme-bg input::-moz-placeholder,
.theme-orange.theme-bg input[type="file"]::-moz-placeholder,
.theme-orange.theme-bg .form-select::-moz-placeholder,
.theme-orange .theme-bg .form-control::-moz-placeholder,
.theme-orange .theme-bg .site-search .studio-widget-search-input::-moz-placeholder,
.site-search .theme-orange .theme-bg .studio-widget-search-input::-moz-placeholder,
.theme-orange .theme-bg #searchoptions-generic #search-field input::-moz-placeholder,
#searchoptions-generic #search-field .theme-orange .theme-bg input::-moz-placeholder,
.theme-orange .theme-bg input[type="file"]::-moz-placeholder,
.theme-orange .theme-bg .form-select::-moz-placeholder {
    color: #000;
}
.theme-orange.theme-bg h6,
.theme-orange.theme-bg .h6,
.theme-orange.theme-bg h5,
.theme-orange.theme-bg .h5,
.theme-orange.theme-bg h4,
.theme-orange.theme-bg .h4,
.theme-orange.theme-bg h3,
.theme-orange.theme-bg .h3,
.theme-orange.theme-bg .search-filters__title,
.theme-orange.theme-bg h2,
.theme-orange.theme-bg .h2,
.theme-orange.theme-bg h1,
.theme-orange.theme-bg .h1,
.theme-orange.theme-bg a:not(.btn),
.theme-orange.theme-bg caption,
.theme-orange.theme-bg .form-text,
.theme-orange.theme-bg .btn-link,
.theme-orange.theme-bg a[href^="tel"],
.theme-orange.theme-bg .btn-link:active,
.theme-orange.theme-bg select option,
.theme-orange.theme-bg .form-control,
.theme-orange.theme-bg .site-search .studio-widget-search-input,
.site-search .theme-orange.theme-bg .studio-widget-search-input,
.theme-orange.theme-bg #searchoptions-generic #search-field input,
#searchoptions-generic #search-field .theme-orange.theme-bg input,
.theme-orange.theme-bg input[type="file"],
.theme-orange.theme-bg .form-select,
.theme-orange.theme-bg .form-control::placeholder,
.theme-orange.theme-bg .site-search .studio-widget-search-input::placeholder,
.site-search .theme-orange.theme-bg .studio-widget-search-input::placeholder,
.theme-orange.theme-bg #searchoptions-generic #search-field input::placeholder,
#searchoptions-generic #search-field .theme-orange.theme-bg input::placeholder,
.theme-orange.theme-bg input[type="file"]::placeholder,
.theme-orange.theme-bg .form-select::placeholder,
.theme-orange.theme-bg ul li::marker,
.theme-orange.theme-bg .btn-icon,
.theme-orange.theme-bg .btn-icon .material-symbols-outlined,
.theme-orange.theme-bg .accordion-button,
.theme-orange.theme-bg .accordion-item,
.theme-orange.theme-bg .table,
.theme-orange.theme-bg table,
.theme-orange.theme-bg.number-cols-banner ol li:before,
.theme-orange.theme-bg .btn-reset,
.theme-orange.theme-bg div .swiper-button-prev .material-symbols-outlined,
.theme-orange.theme-bg div .swiper-button-next .material-symbols-outlined,
.theme-orange .theme-bg h6,
.theme-orange .theme-bg .h6,
.theme-orange .theme-bg h5,
.theme-orange .theme-bg .h5,
.theme-orange .theme-bg h4,
.theme-orange .theme-bg .h4,
.theme-orange .theme-bg h3,
.theme-orange .theme-bg .h3,
.theme-orange .theme-bg .search-filters__title,
.theme-orange .theme-bg h2,
.theme-orange .theme-bg .h2,
.theme-orange .theme-bg h1,
.theme-orange .theme-bg .h1,
.theme-orange .theme-bg a:not(.btn),
.theme-orange .theme-bg caption,
.theme-orange .theme-bg .form-text,
.theme-orange .theme-bg .btn-link,
.theme-orange .theme-bg a[href^="tel"],
.theme-orange .theme-bg .btn-link:active,
.theme-orange .theme-bg select option,
.theme-orange .theme-bg .form-control,
.theme-orange .theme-bg .site-search .studio-widget-search-input,
.site-search .theme-orange .theme-bg .studio-widget-search-input,
.theme-orange .theme-bg #searchoptions-generic #search-field input,
#searchoptions-generic #search-field .theme-orange .theme-bg input,
.theme-orange .theme-bg input[type="file"],
.theme-orange .theme-bg .form-select,
.theme-orange .theme-bg .form-control::placeholder,
.theme-orange .theme-bg .site-search .studio-widget-search-input::placeholder,
.site-search .theme-orange .theme-bg .studio-widget-search-input::placeholder,
.theme-orange .theme-bg #searchoptions-generic #search-field input::placeholder,
#searchoptions-generic #search-field .theme-orange .theme-bg input::placeholder,
.theme-orange .theme-bg input[type="file"]::placeholder,
.theme-orange .theme-bg .form-select::placeholder,
.theme-orange .theme-bg ul li::marker,
.theme-orange .theme-bg .btn-icon,
.theme-orange .theme-bg .btn-icon .material-symbols-outlined,
.theme-orange .theme-bg .accordion-button,
.theme-orange .theme-bg .accordion-item,
.theme-orange .theme-bg .table,
.theme-orange .theme-bg table,
.theme-orange .theme-bg.number-cols-banner ol li:before,
.theme-orange .theme-bg .btn-reset,
.theme-orange .theme-bg div .swiper-button-prev .material-symbols-outlined,
.theme-orange .theme-bg div .swiper-button-next .material-symbols-outlined {
    color: #000;
}
.theme-orange.theme-bg .form-control,
.theme-orange.theme-bg .site-search .studio-widget-search-input,
.site-search .theme-orange.theme-bg .studio-widget-search-input,
.theme-orange.theme-bg #searchoptions-generic #search-field input,
#searchoptions-generic #search-field .theme-orange.theme-bg input,
.theme-orange.theme-bg input[type="file"],
.theme-orange.theme-bg .form-select,
.theme-orange.theme-bg .form-check-input,
.theme-orange.theme-bg .filters input[type="checkbox"],
.filters .theme-orange.theme-bg input[type="checkbox"],
.theme-orange.theme-bg .filters input[type="radio"],
.filters .theme-orange.theme-bg input[type="radio"],
.theme-orange.theme-bg .checkbox input[type="checkbox"],
.checkbox .theme-orange.theme-bg input[type="checkbox"],
.theme-orange.theme-bg .radio input[type="radio"],
.radio .theme-orange.theme-bg input[type="radio"],
.theme-orange.theme-bg .accordion-item,
.theme-orange.theme-bg .accordion,
.theme-orange.theme-bg .table,
.theme-orange.theme-bg table,
.theme-orange.theme-bg.number-cols-banner ol li:not(:last-child),
.theme-orange.theme-bg .card-split-group > *:not(:last-child) > *,
.theme-orange.theme-bg.pull-quote blockquote,
.theme-orange .theme-bg .form-control,
.theme-orange .theme-bg .site-search .studio-widget-search-input,
.site-search .theme-orange .theme-bg .studio-widget-search-input,
.theme-orange .theme-bg #searchoptions-generic #search-field input,
#searchoptions-generic #search-field .theme-orange .theme-bg input,
.theme-orange .theme-bg input[type="file"],
.theme-orange .theme-bg .form-select,
.theme-orange .theme-bg .form-check-input,
.theme-orange .theme-bg .filters input[type="checkbox"],
.filters .theme-orange .theme-bg input[type="checkbox"],
.theme-orange .theme-bg .filters input[type="radio"],
.filters .theme-orange .theme-bg input[type="radio"],
.theme-orange .theme-bg .checkbox input[type="checkbox"],
.checkbox .theme-orange .theme-bg input[type="checkbox"],
.theme-orange .theme-bg .radio input[type="radio"],
.radio .theme-orange .theme-bg input[type="radio"],
.theme-orange .theme-bg .accordion-item,
.theme-orange .theme-bg .accordion,
.theme-orange .theme-bg .table,
.theme-orange .theme-bg table,
.theme-orange .theme-bg.number-cols-banner ol li:not(:last-child),
.theme-orange .theme-bg .card-split-group > *:not(:last-child) > *,
.theme-orange .theme-bg.pull-quote blockquote {
    border-color: #000;
}
.theme-orange.theme-bg .table,
.theme-orange.theme-bg table,
.theme-orange .theme-bg .table,
.theme-orange .theme-bg table {
    box-shadow: 0 -0.3125rem #000;
}
.theme-orange.theme-bg :focus,
.theme-orange .theme-bg :focus {
    outline-color: #000;
}
.theme-orange.theme-bg .display-3:before,
.theme-orange.theme-bg div .swiper-pagination-bullet,
.theme-orange.theme-bg .icon-social,
.theme-orange.theme-bg .news-feature__more:before,
.theme-orange.theme-bg .news-feature__more:after,
.theme-orange.theme-bg .profiles-feature__card:not(:last-child):after,
.theme-orange .theme-bg .display-3:before,
.theme-orange .theme-bg div .swiper-pagination-bullet,
.theme-orange .theme-bg .icon-social,
.theme-orange .theme-bg .news-feature__more:before,
.theme-orange .theme-bg .news-feature__more:after,
.theme-orange .theme-bg .profiles-feature__card:not(:last-child):after {
    background-color: #000;
}
.theme-orange.theme-bg .display-3:before,
.theme-orange .theme-bg .display-3:before {
    background-color: #000;
}
.theme-orange.theme-bg div .swiper-pagination-bullet-active,
.theme-orange .theme-bg div .swiper-pagination-bullet-active {
    background-color: #fff0;
    border: 1px solid #000;
}
.theme-orange.theme-bg .logo svg,
.theme-orange .theme-bg .logo svg {
    fill: #000;
}
.theme-orange.theme-bg .form-select,
.theme-orange.theme-bg select.form-control,
.theme-orange.theme-bg .site-search select.studio-widget-search-input,
.site-search .theme-orange.theme-bg select.studio-widget-search-input,
.theme-orange .theme-bg .form-select,
.theme-orange .theme-bg select.form-control,
.theme-orange .theme-bg .site-search select.studio-widget-search-input,
.site-search .theme-orange .theme-bg select.studio-widget-search-input {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24' viewBox='0 -960 960 960' width='24'%3E%3Cpath d='M480-358.463 253.847-584.615 296-626.768l184 184 184-184 42.153 42.153L480-358.463Z' fill='black' /%3E%3C/svg%3E");
}
.theme-orange.theme-bg .accordion-button:after,
.theme-orange .theme-bg .accordion-button:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24' viewBox='0 -960 960 960' width='24'%3E%3Cpath d='M440-200v-240H200v-80h240v-240h80v240h240v80H520v240h-80Z' fill='black' /%3E%3C/svg%3E");
}
.theme-orange.theme-bg .accordion-button:not(.collapsed):after,
.theme-orange .theme-bg .accordion-button:not(.collapsed):after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24' viewBox='0 -960 960 960' width='24'%3E%3Cpath d='M200-440v-80h560v80H200Z' fill='black' /%3E%3C/svg%3E");
}
.theme-orange.theme-bg .form-select option,
.theme-orange.theme-bg select.form-control option,
.theme-orange.theme-bg .site-search select.studio-widget-search-input option,
.site-search .theme-orange.theme-bg select.studio-widget-search-input option,
.theme-orange .theme-bg .form-select option,
.theme-orange .theme-bg select.form-control option,
.theme-orange .theme-bg .site-search select.studio-widget-search-input option,
.site-search .theme-orange .theme-bg select.studio-widget-search-input option {
    color: #000;
}
.theme-orange .card-icon__icon {
    background-color: #fcaf17;
}
.theme-orange div .swiper-button-prev .material-symbols-outlined,
.theme-orange div .swiper-button-next .material-symbols-outlined,
.theme-orange .secondary-nav ul li.active a,
.theme-orange .btn-text-link-collapse .material-symbols-outlined,
.theme-orange .masthead-blocks__functions .btn-icon .material-symbols-outlined,
.theme-orange .btn-toggle .material-symbols-outlined,
.theme-orange .card-program__toggle .material-symbols-outlined,
.theme-orange #view_period_switchers .material-symbols-outlined,
.theme-orange .number-cols-banner ol li:before,
.theme-orange .card .btn-icon .material-symbols-outlined,
.theme-orange .card-banner .card .btn-icon .material-symbols-outlined,
.theme-orange .masthead-article__section-title,
.theme-orange .masthead-article .btn-text-link .material-symbols-outlined,
.theme-orange .pagination .currentpage,
.theme-orange ul li::marker,
.theme-orange .nav-pills .nav-link.active,
.theme-orange .nav-pills .show > .nav-link,
.theme-orange .sticky-nav ul li a.active {
    color: #000;
}
.theme-orange .secondary-nav a:after,
.theme-orange .masthead-profile__social .icon-social,
.theme-orange .nav-pills-h-border .nav-link:after,
.theme-orange .nav-pills-h .nav-link:after,
.theme-orange .banner__btn-toggle,
.theme-orange .events-calendar .cal-event {
    background-color: #000;
}
.theme-orange .nav-pills[aria-orientation="vertical"] .nav-link.active,
.theme-orange .nav-pills[aria-orientation="vertical"] .nav-link:hover,
.theme-orange .nav-pills[aria-orientation="vertical"] .nav-link:focus {
    color: #0000008c;
}
.theme-orange .accordion-button:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24' viewBox='0 -960 960 960' width='24'%3E%3Cpath d='M440-200v-240H200v-80h240v-240h80v240h240v80H520v240h-80Z' fill='black' /%3E%3C/svg%3E");
}
.theme-orange .accordion-button:not(.collapsed):after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24' viewBox='0 -960 960 960' width='24'%3E%3Cpath d='M200-440v-80h560v80H200Z' fill='black' /%3E%3C/svg%3E");
}
.theme-orange .btn-dark .material-symbols-outlined,
.theme-orange .btn-dark:not(.js-pause-motion) .material-symbols-outlined {
    color: #fff;
}
.theme-salmon.theme-bg,
.theme-salmon .theme-bg {
    background-color: #f17184;
    color: #000;
}
.theme-salmon.theme-bg .form-control::-moz-placeholder,
.theme-salmon.theme-bg .site-search .studio-widget-search-input::-moz-placeholder,
.site-search .theme-salmon.theme-bg .studio-widget-search-input::-moz-placeholder,
.theme-salmon.theme-bg #searchoptions-generic #search-field input::-moz-placeholder,
#searchoptions-generic #search-field .theme-salmon.theme-bg input::-moz-placeholder,
.theme-salmon.theme-bg input[type="file"]::-moz-placeholder,
.theme-salmon.theme-bg .form-select::-moz-placeholder,
.theme-salmon .theme-bg .form-control::-moz-placeholder,
.theme-salmon .theme-bg .site-search .studio-widget-search-input::-moz-placeholder,
.site-search .theme-salmon .theme-bg .studio-widget-search-input::-moz-placeholder,
.theme-salmon .theme-bg #searchoptions-generic #search-field input::-moz-placeholder,
#searchoptions-generic #search-field .theme-salmon .theme-bg input::-moz-placeholder,
.theme-salmon .theme-bg input[type="file"]::-moz-placeholder,
.theme-salmon .theme-bg .form-select::-moz-placeholder {
    color: #000;
}
.theme-salmon.theme-bg h6,
.theme-salmon.theme-bg .h6,
.theme-salmon.theme-bg h5,
.theme-salmon.theme-bg .h5,
.theme-salmon.theme-bg h4,
.theme-salmon.theme-bg .h4,
.theme-salmon.theme-bg h3,
.theme-salmon.theme-bg .h3,
.theme-salmon.theme-bg .search-filters__title,
.theme-salmon.theme-bg h2,
.theme-salmon.theme-bg .h2,
.theme-salmon.theme-bg h1,
.theme-salmon.theme-bg .h1,
.theme-salmon.theme-bg a:not(.btn),
.theme-salmon.theme-bg caption,
.theme-salmon.theme-bg .form-text,
.theme-salmon.theme-bg .btn-link,
.theme-salmon.theme-bg a[href^="tel"],
.theme-salmon.theme-bg .btn-link:active,
.theme-salmon.theme-bg select option,
.theme-salmon.theme-bg .form-control,
.theme-salmon.theme-bg .site-search .studio-widget-search-input,
.site-search .theme-salmon.theme-bg .studio-widget-search-input,
.theme-salmon.theme-bg #searchoptions-generic #search-field input,
#searchoptions-generic #search-field .theme-salmon.theme-bg input,
.theme-salmon.theme-bg input[type="file"],
.theme-salmon.theme-bg .form-select,
.theme-salmon.theme-bg .form-control::placeholder,
.theme-salmon.theme-bg .site-search .studio-widget-search-input::placeholder,
.site-search .theme-salmon.theme-bg .studio-widget-search-input::placeholder,
.theme-salmon.theme-bg #searchoptions-generic #search-field input::placeholder,
#searchoptions-generic #search-field .theme-salmon.theme-bg input::placeholder,
.theme-salmon.theme-bg input[type="file"]::placeholder,
.theme-salmon.theme-bg .form-select::placeholder,
.theme-salmon.theme-bg ul li::marker,
.theme-salmon.theme-bg .btn-icon,
.theme-salmon.theme-bg .btn-icon .material-symbols-outlined,
.theme-salmon.theme-bg .accordion-button,
.theme-salmon.theme-bg .accordion-item,
.theme-salmon.theme-bg .table,
.theme-salmon.theme-bg table,
.theme-salmon.theme-bg.number-cols-banner ol li:before,
.theme-salmon.theme-bg .btn-reset,
.theme-salmon.theme-bg div .swiper-button-prev .material-symbols-outlined,
.theme-salmon.theme-bg div .swiper-button-next .material-symbols-outlined,
.theme-salmon .theme-bg h6,
.theme-salmon .theme-bg .h6,
.theme-salmon .theme-bg h5,
.theme-salmon .theme-bg .h5,
.theme-salmon .theme-bg h4,
.theme-salmon .theme-bg .h4,
.theme-salmon .theme-bg h3,
.theme-salmon .theme-bg .h3,
.theme-salmon .theme-bg .search-filters__title,
.theme-salmon .theme-bg h2,
.theme-salmon .theme-bg .h2,
.theme-salmon .theme-bg h1,
.theme-salmon .theme-bg .h1,
.theme-salmon .theme-bg a:not(.btn),
.theme-salmon .theme-bg caption,
.theme-salmon .theme-bg .form-text,
.theme-salmon .theme-bg .btn-link,
.theme-salmon .theme-bg a[href^="tel"],
.theme-salmon .theme-bg .btn-link:active,
.theme-salmon .theme-bg select option,
.theme-salmon .theme-bg .form-control,
.theme-salmon .theme-bg .site-search .studio-widget-search-input,
.site-search .theme-salmon .theme-bg .studio-widget-search-input,
.theme-salmon .theme-bg #searchoptions-generic #search-field input,
#searchoptions-generic #search-field .theme-salmon .theme-bg input,
.theme-salmon .theme-bg input[type="file"],
.theme-salmon .theme-bg .form-select,
.theme-salmon .theme-bg .form-control::placeholder,
.theme-salmon .theme-bg .site-search .studio-widget-search-input::placeholder,
.site-search .theme-salmon .theme-bg .studio-widget-search-input::placeholder,
.theme-salmon .theme-bg #searchoptions-generic #search-field input::placeholder,
#searchoptions-generic #search-field .theme-salmon .theme-bg input::placeholder,
.theme-salmon .theme-bg input[type="file"]::placeholder,
.theme-salmon .theme-bg .form-select::placeholder,
.theme-salmon .theme-bg ul li::marker,
.theme-salmon .theme-bg .btn-icon,
.theme-salmon .theme-bg .btn-icon .material-symbols-outlined,
.theme-salmon .theme-bg .accordion-button,
.theme-salmon .theme-bg .accordion-item,
.theme-salmon .theme-bg .table,
.theme-salmon .theme-bg table,
.theme-salmon .theme-bg.number-cols-banner ol li:before,
.theme-salmon .theme-bg .btn-reset,
.theme-salmon .theme-bg div .swiper-button-prev .material-symbols-outlined,
.theme-salmon .theme-bg div .swiper-button-next .material-symbols-outlined {
    color: #000;
}
.theme-salmon.theme-bg .form-control,
.theme-salmon.theme-bg .site-search .studio-widget-search-input,
.site-search .theme-salmon.theme-bg .studio-widget-search-input,
.theme-salmon.theme-bg #searchoptions-generic #search-field input,
#searchoptions-generic #search-field .theme-salmon.theme-bg input,
.theme-salmon.theme-bg input[type="file"],
.theme-salmon.theme-bg .form-select,
.theme-salmon.theme-bg .form-check-input,
.theme-salmon.theme-bg .filters input[type="checkbox"],
.filters .theme-salmon.theme-bg input[type="checkbox"],
.theme-salmon.theme-bg .filters input[type="radio"],
.filters .theme-salmon.theme-bg input[type="radio"],
.theme-salmon.theme-bg .checkbox input[type="checkbox"],
.checkbox .theme-salmon.theme-bg input[type="checkbox"],
.theme-salmon.theme-bg .radio input[type="radio"],
.radio .theme-salmon.theme-bg input[type="radio"],
.theme-salmon.theme-bg .accordion-item,
.theme-salmon.theme-bg .accordion,
.theme-salmon.theme-bg .table,
.theme-salmon.theme-bg table,
.theme-salmon.theme-bg.number-cols-banner ol li:not(:last-child),
.theme-salmon.theme-bg .card-split-group > *:not(:last-child) > *,
.theme-salmon.theme-bg.pull-quote blockquote,
.theme-salmon .theme-bg .form-control,
.theme-salmon .theme-bg .site-search .studio-widget-search-input,
.site-search .theme-salmon .theme-bg .studio-widget-search-input,
.theme-salmon .theme-bg #searchoptions-generic #search-field input,
#searchoptions-generic #search-field .theme-salmon .theme-bg input,
.theme-salmon .theme-bg input[type="file"],
.theme-salmon .theme-bg .form-select,
.theme-salmon .theme-bg .form-check-input,
.theme-salmon .theme-bg .filters input[type="checkbox"],
.filters .theme-salmon .theme-bg input[type="checkbox"],
.theme-salmon .theme-bg .filters input[type="radio"],
.filters .theme-salmon .theme-bg input[type="radio"],
.theme-salmon .theme-bg .checkbox input[type="checkbox"],
.checkbox .theme-salmon .theme-bg input[type="checkbox"],
.theme-salmon .theme-bg .radio input[type="radio"],
.radio .theme-salmon .theme-bg input[type="radio"],
.theme-salmon .theme-bg .accordion-item,
.theme-salmon .theme-bg .accordion,
.theme-salmon .theme-bg .table,
.theme-salmon .theme-bg table,
.theme-salmon .theme-bg.number-cols-banner ol li:not(:last-child),
.theme-salmon .theme-bg .card-split-group > *:not(:last-child) > *,
.theme-salmon .theme-bg.pull-quote blockquote {
    border-color: #000;
}
.theme-salmon.theme-bg .table,
.theme-salmon.theme-bg table,
.theme-salmon .theme-bg .table,
.theme-salmon .theme-bg table {
    box-shadow: 0 -0.3125rem #000;
}
.theme-salmon.theme-bg :focus,
.theme-salmon .theme-bg :focus {
    outline-color: #000;
}
.theme-salmon.theme-bg .display-3:before,
.theme-salmon.theme-bg div .swiper-pagination-bullet,
.theme-salmon.theme-bg .icon-social,
.theme-salmon.theme-bg .news-feature__more:before,
.theme-salmon.theme-bg .news-feature__more:after,
.theme-salmon.theme-bg .profiles-feature__card:not(:last-child):after,
.theme-salmon .theme-bg .display-3:before,
.theme-salmon .theme-bg div .swiper-pagination-bullet,
.theme-salmon .theme-bg .icon-social,
.theme-salmon .theme-bg .news-feature__more:before,
.theme-salmon .theme-bg .news-feature__more:after,
.theme-salmon .theme-bg .profiles-feature__card:not(:last-child):after {
    background-color: #000;
}
.theme-salmon.theme-bg .display-3:before,
.theme-salmon .theme-bg .display-3:before {
    background-color: #000;
}
.theme-salmon.theme-bg div .swiper-pagination-bullet-active,
.theme-salmon .theme-bg div .swiper-pagination-bullet-active {
    background-color: #fff0;
    border: 1px solid #000;
}
.theme-salmon.theme-bg .logo svg,
.theme-salmon .theme-bg .logo svg {
    fill: #000;
}
.theme-salmon.theme-bg .form-select,
.theme-salmon.theme-bg select.form-control,
.theme-salmon.theme-bg .site-search select.studio-widget-search-input,
.site-search .theme-salmon.theme-bg select.studio-widget-search-input,
.theme-salmon .theme-bg .form-select,
.theme-salmon .theme-bg select.form-control,
.theme-salmon .theme-bg .site-search select.studio-widget-search-input,
.site-search .theme-salmon .theme-bg select.studio-widget-search-input {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24' viewBox='0 -960 960 960' width='24'%3E%3Cpath d='M480-358.463 253.847-584.615 296-626.768l184 184 184-184 42.153 42.153L480-358.463Z' fill='black' /%3E%3C/svg%3E");
}
.theme-salmon.theme-bg .accordion-button:after,
.theme-salmon .theme-bg .accordion-button:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24' viewBox='0 -960 960 960' width='24'%3E%3Cpath d='M440-200v-240H200v-80h240v-240h80v240h240v80H520v240h-80Z' fill='black' /%3E%3C/svg%3E");
}
.theme-salmon.theme-bg .accordion-button:not(.collapsed):after,
.theme-salmon .theme-bg .accordion-button:not(.collapsed):after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24' viewBox='0 -960 960 960' width='24'%3E%3Cpath d='M200-440v-80h560v80H200Z' fill='black' /%3E%3C/svg%3E");
}
.theme-salmon.theme-bg .form-select option,
.theme-salmon.theme-bg select.form-control option,
.theme-salmon.theme-bg .site-search select.studio-widget-search-input option,
.site-search .theme-salmon.theme-bg select.studio-widget-search-input option,
.theme-salmon .theme-bg .form-select option,
.theme-salmon .theme-bg select.form-control option,
.theme-salmon .theme-bg .site-search select.studio-widget-search-input option,
.site-search .theme-salmon .theme-bg select.studio-widget-search-input option {
    color: #000;
}
.theme-salmon .card-icon__icon {
    background-color: #f17184;
}
.theme-salmon div .swiper-button-prev .material-symbols-outlined,
.theme-salmon div .swiper-button-next .material-symbols-outlined,
.theme-salmon .secondary-nav ul li.active a,
.theme-salmon .btn-text-link-collapse .material-symbols-outlined,
.theme-salmon .masthead-blocks__functions .btn-icon .material-symbols-outlined,
.theme-salmon .btn-toggle .material-symbols-outlined,
.theme-salmon .card-program__toggle .material-symbols-outlined,
.theme-salmon #view_period_switchers .material-symbols-outlined,
.theme-salmon .number-cols-banner ol li:before,
.theme-salmon .card .btn-icon .material-symbols-outlined,
.theme-salmon .card-banner .card .btn-icon .material-symbols-outlined,
.theme-salmon .masthead-article__section-title,
.theme-salmon .masthead-article .btn-text-link .material-symbols-outlined,
.theme-salmon .pagination .currentpage,
.theme-salmon ul li::marker,
.theme-salmon .nav-pills .nav-link.active,
.theme-salmon .nav-pills .show > .nav-link,
.theme-salmon .sticky-nav ul li a.active {
    color: #000;
}
.theme-salmon .secondary-nav a:after,
.theme-salmon .masthead-profile__social .icon-social,
.theme-salmon .nav-pills-h-border .nav-link:after,
.theme-salmon .nav-pills-h .nav-link:after,
.theme-salmon .banner__btn-toggle,
.theme-salmon .events-calendar .cal-event {
    background-color: #000;
}
.theme-salmon .nav-pills[aria-orientation="vertical"] .nav-link.active,
.theme-salmon .nav-pills[aria-orientation="vertical"] .nav-link:hover,
.theme-salmon .nav-pills[aria-orientation="vertical"] .nav-link:focus {
    color: #0000008c;
}
.theme-salmon .accordion-button:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24' viewBox='0 -960 960 960' width='24'%3E%3Cpath d='M440-200v-240H200v-80h240v-240h80v240h240v80H520v240h-80Z' fill='black' /%3E%3C/svg%3E");
}
.theme-salmon .accordion-button:not(.collapsed):after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24' viewBox='0 -960 960 960' width='24'%3E%3Cpath d='M200-440v-80h560v80H200Z' fill='black' /%3E%3C/svg%3E");
}
.theme-salmon .btn-dark .material-symbols-outlined,
.theme-salmon .btn-dark:not(.js-pause-motion) .material-symbols-outlined {
    color: #fff;
}
.theme-yellow.theme-bg,
.theme-yellow .theme-bg {
    background-color: #eacc1b;
    color: #000;
}
.theme-yellow.theme-bg .form-control::-moz-placeholder,
.theme-yellow.theme-bg .site-search .studio-widget-search-input::-moz-placeholder,
.site-search .theme-yellow.theme-bg .studio-widget-search-input::-moz-placeholder,
.theme-yellow.theme-bg #searchoptions-generic #search-field input::-moz-placeholder,
#searchoptions-generic #search-field .theme-yellow.theme-bg input::-moz-placeholder,
.theme-yellow.theme-bg input[type="file"]::-moz-placeholder,
.theme-yellow.theme-bg .form-select::-moz-placeholder,
.theme-yellow .theme-bg .form-control::-moz-placeholder,
.theme-yellow .theme-bg .site-search .studio-widget-search-input::-moz-placeholder,
.site-search .theme-yellow .theme-bg .studio-widget-search-input::-moz-placeholder,
.theme-yellow .theme-bg #searchoptions-generic #search-field input::-moz-placeholder,
#searchoptions-generic #search-field .theme-yellow .theme-bg input::-moz-placeholder,
.theme-yellow .theme-bg input[type="file"]::-moz-placeholder,
.theme-yellow .theme-bg .form-select::-moz-placeholder {
    color: #000;
}
.theme-yellow.theme-bg h6,
.theme-yellow.theme-bg .h6,
.theme-yellow.theme-bg h5,
.theme-yellow.theme-bg .h5,
.theme-yellow.theme-bg h4,
.theme-yellow.theme-bg .h4,
.theme-yellow.theme-bg h3,
.theme-yellow.theme-bg .h3,
.theme-yellow.theme-bg .search-filters__title,
.theme-yellow.theme-bg h2,
.theme-yellow.theme-bg .h2,
.theme-yellow.theme-bg h1,
.theme-yellow.theme-bg .h1,
.theme-yellow.theme-bg a:not(.btn),
.theme-yellow.theme-bg caption,
.theme-yellow.theme-bg .form-text,
.theme-yellow.theme-bg .btn-link,
.theme-yellow.theme-bg a[href^="tel"],
.theme-yellow.theme-bg .btn-link:active,
.theme-yellow.theme-bg select option,
.theme-yellow.theme-bg .form-control,
.theme-yellow.theme-bg .site-search .studio-widget-search-input,
.site-search .theme-yellow.theme-bg .studio-widget-search-input,
.theme-yellow.theme-bg #searchoptions-generic #search-field input,
#searchoptions-generic #search-field .theme-yellow.theme-bg input,
.theme-yellow.theme-bg input[type="file"],
.theme-yellow.theme-bg .form-select,
.theme-yellow.theme-bg .form-control::placeholder,
.theme-yellow.theme-bg .site-search .studio-widget-search-input::placeholder,
.site-search .theme-yellow.theme-bg .studio-widget-search-input::placeholder,
.theme-yellow.theme-bg #searchoptions-generic #search-field input::placeholder,
#searchoptions-generic #search-field .theme-yellow.theme-bg input::placeholder,
.theme-yellow.theme-bg input[type="file"]::placeholder,
.theme-yellow.theme-bg .form-select::placeholder,
.theme-yellow.theme-bg ul li::marker,
.theme-yellow.theme-bg .btn-icon,
.theme-yellow.theme-bg .btn-icon .material-symbols-outlined,
.theme-yellow.theme-bg .accordion-button,
.theme-yellow.theme-bg .accordion-item,
.theme-yellow.theme-bg .table,
.theme-yellow.theme-bg table,
.theme-yellow.theme-bg.number-cols-banner ol li:before,
.theme-yellow.theme-bg .btn-reset,
.theme-yellow.theme-bg div .swiper-button-prev .material-symbols-outlined,
.theme-yellow.theme-bg div .swiper-button-next .material-symbols-outlined,
.theme-yellow .theme-bg h6,
.theme-yellow .theme-bg .h6,
.theme-yellow .theme-bg h5,
.theme-yellow .theme-bg .h5,
.theme-yellow .theme-bg h4,
.theme-yellow .theme-bg .h4,
.theme-yellow .theme-bg h3,
.theme-yellow .theme-bg .h3,
.theme-yellow .theme-bg .search-filters__title,
.theme-yellow .theme-bg h2,
.theme-yellow .theme-bg .h2,
.theme-yellow .theme-bg h1,
.theme-yellow .theme-bg .h1,
.theme-yellow .theme-bg a:not(.btn),
.theme-yellow .theme-bg caption,
.theme-yellow .theme-bg .form-text,
.theme-yellow .theme-bg .btn-link,
.theme-yellow .theme-bg a[href^="tel"],
.theme-yellow .theme-bg .btn-link:active,
.theme-yellow .theme-bg select option,
.theme-yellow .theme-bg .form-control,
.theme-yellow .theme-bg .site-search .studio-widget-search-input,
.site-search .theme-yellow .theme-bg .studio-widget-search-input,
.theme-yellow .theme-bg #searchoptions-generic #search-field input,
#searchoptions-generic #search-field .theme-yellow .theme-bg input,
.theme-yellow .theme-bg input[type="file"],
.theme-yellow .theme-bg .form-select,
.theme-yellow .theme-bg .form-control::placeholder,
.theme-yellow .theme-bg .site-search .studio-widget-search-input::placeholder,
.site-search .theme-yellow .theme-bg .studio-widget-search-input::placeholder,
.theme-yellow .theme-bg #searchoptions-generic #search-field input::placeholder,
#searchoptions-generic #search-field .theme-yellow .theme-bg input::placeholder,
.theme-yellow .theme-bg input[type="file"]::placeholder,
.theme-yellow .theme-bg .form-select::placeholder,
.theme-yellow .theme-bg ul li::marker,
.theme-yellow .theme-bg .btn-icon,
.theme-yellow .theme-bg .btn-icon .material-symbols-outlined,
.theme-yellow .theme-bg .accordion-button,
.theme-yellow .theme-bg .accordion-item,
.theme-yellow .theme-bg .table,
.theme-yellow .theme-bg table,
.theme-yellow .theme-bg.number-cols-banner ol li:before,
.theme-yellow .theme-bg .btn-reset,
.theme-yellow .theme-bg div .swiper-button-prev .material-symbols-outlined,
.theme-yellow .theme-bg div .swiper-button-next .material-symbols-outlined {
    color: #000;
}
.theme-yellow.theme-bg .form-control,
.theme-yellow.theme-bg .site-search .studio-widget-search-input,
.site-search .theme-yellow.theme-bg .studio-widget-search-input,
.theme-yellow.theme-bg #searchoptions-generic #search-field input,
#searchoptions-generic #search-field .theme-yellow.theme-bg input,
.theme-yellow.theme-bg input[type="file"],
.theme-yellow.theme-bg .form-select,
.theme-yellow.theme-bg .form-check-input,
.theme-yellow.theme-bg .filters input[type="checkbox"],
.filters .theme-yellow.theme-bg input[type="checkbox"],
.theme-yellow.theme-bg .filters input[type="radio"],
.filters .theme-yellow.theme-bg input[type="radio"],
.theme-yellow.theme-bg .checkbox input[type="checkbox"],
.checkbox .theme-yellow.theme-bg input[type="checkbox"],
.theme-yellow.theme-bg .radio input[type="radio"],
.radio .theme-yellow.theme-bg input[type="radio"],
.theme-yellow.theme-bg .accordion-item,
.theme-yellow.theme-bg .accordion,
.theme-yellow.theme-bg .table,
.theme-yellow.theme-bg table,
.theme-yellow.theme-bg.number-cols-banner ol li:not(:last-child),
.theme-yellow.theme-bg .card-split-group > *:not(:last-child) > *,
.theme-yellow.theme-bg.pull-quote blockquote,
.theme-yellow .theme-bg .form-control,
.theme-yellow .theme-bg .site-search .studio-widget-search-input,
.site-search .theme-yellow .theme-bg .studio-widget-search-input,
.theme-yellow .theme-bg #searchoptions-generic #search-field input,
#searchoptions-generic #search-field .theme-yellow .theme-bg input,
.theme-yellow .theme-bg input[type="file"],
.theme-yellow .theme-bg .form-select,
.theme-yellow .theme-bg .form-check-input,
.theme-yellow .theme-bg .filters input[type="checkbox"],
.filters .theme-yellow .theme-bg input[type="checkbox"],
.theme-yellow .theme-bg .filters input[type="radio"],
.filters .theme-yellow .theme-bg input[type="radio"],
.theme-yellow .theme-bg .checkbox input[type="checkbox"],
.checkbox .theme-yellow .theme-bg input[type="checkbox"],
.theme-yellow .theme-bg .radio input[type="radio"],
.radio .theme-yellow .theme-bg input[type="radio"],
.theme-yellow .theme-bg .accordion-item,
.theme-yellow .theme-bg .accordion,
.theme-yellow .theme-bg .table,
.theme-yellow .theme-bg table,
.theme-yellow .theme-bg.number-cols-banner ol li:not(:last-child),
.theme-yellow .theme-bg .card-split-group > *:not(:last-child) > *,
.theme-yellow .theme-bg.pull-quote blockquote {
    border-color: #000;
}
.theme-yellow.theme-bg .table,
.theme-yellow.theme-bg table,
.theme-yellow .theme-bg .table,
.theme-yellow .theme-bg table {
    box-shadow: 0 -0.3125rem #000;
}
.theme-yellow.theme-bg :focus,
.theme-yellow .theme-bg :focus {
    outline-color: #000;
}
.theme-yellow.theme-bg .display-3:before,
.theme-yellow.theme-bg div .swiper-pagination-bullet,
.theme-yellow.theme-bg .icon-social,
.theme-yellow.theme-bg .news-feature__more:before,
.theme-yellow.theme-bg .news-feature__more:after,
.theme-yellow.theme-bg .profiles-feature__card:not(:last-child):after,
.theme-yellow .theme-bg .display-3:before,
.theme-yellow .theme-bg div .swiper-pagination-bullet,
.theme-yellow .theme-bg .icon-social,
.theme-yellow .theme-bg .news-feature__more:before,
.theme-yellow .theme-bg .news-feature__more:after,
.theme-yellow .theme-bg .profiles-feature__card:not(:last-child):after {
    background-color: #000;
}
.theme-yellow.theme-bg .display-3:before,
.theme-yellow .theme-bg .display-3:before {
    background-color: #000;
}
.theme-yellow.theme-bg div .swiper-pagination-bullet-active,
.theme-yellow .theme-bg div .swiper-pagination-bullet-active {
    background-color: #fff0;
    border: 1px solid #000;
}
.theme-yellow.theme-bg .logo svg,
.theme-yellow .theme-bg .logo svg {
    fill: #000;
}
.theme-yellow.theme-bg .form-select,
.theme-yellow.theme-bg select.form-control,
.theme-yellow.theme-bg .site-search select.studio-widget-search-input,
.site-search .theme-yellow.theme-bg select.studio-widget-search-input,
.theme-yellow .theme-bg .form-select,
.theme-yellow .theme-bg select.form-control,
.theme-yellow .theme-bg .site-search select.studio-widget-search-input,
.site-search .theme-yellow .theme-bg select.studio-widget-search-input {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24' viewBox='0 -960 960 960' width='24'%3E%3Cpath d='M480-358.463 253.847-584.615 296-626.768l184 184 184-184 42.153 42.153L480-358.463Z' fill='black' /%3E%3C/svg%3E");
}
.theme-yellow.theme-bg .accordion-button:after,
.theme-yellow .theme-bg .accordion-button:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24' viewBox='0 -960 960 960' width='24'%3E%3Cpath d='M440-200v-240H200v-80h240v-240h80v240h240v80H520v240h-80Z' fill='black' /%3E%3C/svg%3E");
}
.theme-yellow.theme-bg .accordion-button:not(.collapsed):after,
.theme-yellow .theme-bg .accordion-button:not(.collapsed):after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24' viewBox='0 -960 960 960' width='24'%3E%3Cpath d='M200-440v-80h560v80H200Z' fill='black' /%3E%3C/svg%3E");
}
.theme-yellow.theme-bg .form-select option,
.theme-yellow.theme-bg select.form-control option,
.theme-yellow.theme-bg .site-search select.studio-widget-search-input option,
.site-search .theme-yellow.theme-bg select.studio-widget-search-input option,
.theme-yellow .theme-bg .form-select option,
.theme-yellow .theme-bg select.form-control option,
.theme-yellow .theme-bg .site-search select.studio-widget-search-input option,
.site-search .theme-yellow .theme-bg select.studio-widget-search-input option {
    color: #000;
}
.theme-yellow .card-icon__icon {
    background-color: #eacc1b;
}
.theme-yellow div .swiper-button-prev .material-symbols-outlined,
.theme-yellow div .swiper-button-next .material-symbols-outlined,
.theme-yellow .secondary-nav ul li.active a,
.theme-yellow .btn-text-link-collapse .material-symbols-outlined,
.theme-yellow .masthead-blocks__functions .btn-icon .material-symbols-outlined,
.theme-yellow .btn-toggle .material-symbols-outlined,
.theme-yellow .card-program__toggle .material-symbols-outlined,
.theme-yellow #view_period_switchers .material-symbols-outlined,
.theme-yellow .number-cols-banner ol li:before,
.theme-yellow .card .btn-icon .material-symbols-outlined,
.theme-yellow .card-banner .card .btn-icon .material-symbols-outlined,
.theme-yellow .masthead-article__section-title,
.theme-yellow .masthead-article .btn-text-link .material-symbols-outlined,
.theme-yellow .pagination .currentpage,
.theme-yellow ul li::marker,
.theme-yellow .nav-pills .nav-link.active,
.theme-yellow .nav-pills .show > .nav-link,
.theme-yellow .sticky-nav ul li a.active {
    color: #000;
}
.theme-yellow .secondary-nav a:after,
.theme-yellow .masthead-profile__social .icon-social,
.theme-yellow .nav-pills-h-border .nav-link:after,
.theme-yellow .nav-pills-h .nav-link:after,
.theme-yellow .banner__btn-toggle,
.theme-yellow .events-calendar .cal-event {
    background-color: #000;
}
.theme-yellow .nav-pills[aria-orientation="vertical"] .nav-link.active,
.theme-yellow .nav-pills[aria-orientation="vertical"] .nav-link:hover,
.theme-yellow .nav-pills[aria-orientation="vertical"] .nav-link:focus {
    color: #0000008c;
}
.theme-yellow .accordion-button:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24' viewBox='0 -960 960 960' width='24'%3E%3Cpath d='M440-200v-240H200v-80h240v-240h80v240h240v80H520v240h-80Z' fill='black' /%3E%3C/svg%3E");
}
.theme-yellow .accordion-button:not(.collapsed):after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24' viewBox='0 -960 960 960' width='24'%3E%3Cpath d='M200-440v-80h560v80H200Z' fill='black' /%3E%3C/svg%3E");
}
.theme-yellow .btn-dark .material-symbols-outlined,
.theme-yellow .btn-dark:not(.js-pause-motion) .material-symbols-outlined {
    color: #fff;
}
.theme-teal.theme-bg,
.theme-teal .theme-bg {
    background-color: #09ad87;
    color: #000;
}
.theme-teal.theme-bg .form-control::-moz-placeholder,
.theme-teal.theme-bg .site-search .studio-widget-search-input::-moz-placeholder,
.site-search .theme-teal.theme-bg .studio-widget-search-input::-moz-placeholder,
.theme-teal.theme-bg #searchoptions-generic #search-field input::-moz-placeholder,
#searchoptions-generic #search-field .theme-teal.theme-bg input::-moz-placeholder,
.theme-teal.theme-bg input[type="file"]::-moz-placeholder,
.theme-teal.theme-bg .form-select::-moz-placeholder,
.theme-teal .theme-bg .form-control::-moz-placeholder,
.theme-teal .theme-bg .site-search .studio-widget-search-input::-moz-placeholder,
.site-search .theme-teal .theme-bg .studio-widget-search-input::-moz-placeholder,
.theme-teal .theme-bg #searchoptions-generic #search-field input::-moz-placeholder,
#searchoptions-generic #search-field .theme-teal .theme-bg input::-moz-placeholder,
.theme-teal .theme-bg input[type="file"]::-moz-placeholder,
.theme-teal .theme-bg .form-select::-moz-placeholder {
    color: #000;
}
.theme-teal.theme-bg h6,
.theme-teal.theme-bg .h6,
.theme-teal.theme-bg h5,
.theme-teal.theme-bg .h5,
.theme-teal.theme-bg h4,
.theme-teal.theme-bg .h4,
.theme-teal.theme-bg h3,
.theme-teal.theme-bg .h3,
.theme-teal.theme-bg .search-filters__title,
.theme-teal.theme-bg h2,
.theme-teal.theme-bg .h2,
.theme-teal.theme-bg h1,
.theme-teal.theme-bg .h1,
.theme-teal.theme-bg a:not(.btn),
.theme-teal.theme-bg caption,
.theme-teal.theme-bg .form-text,
.theme-teal.theme-bg .btn-link,
.theme-teal.theme-bg a[href^="tel"],
.theme-teal.theme-bg .btn-link:active,
.theme-teal.theme-bg select option,
.theme-teal.theme-bg .form-control,
.theme-teal.theme-bg .site-search .studio-widget-search-input,
.site-search .theme-teal.theme-bg .studio-widget-search-input,
.theme-teal.theme-bg #searchoptions-generic #search-field input,
#searchoptions-generic #search-field .theme-teal.theme-bg input,
.theme-teal.theme-bg input[type="file"],
.theme-teal.theme-bg .form-select,
.theme-teal.theme-bg .form-control::placeholder,
.theme-teal.theme-bg .site-search .studio-widget-search-input::placeholder,
.site-search .theme-teal.theme-bg .studio-widget-search-input::placeholder,
.theme-teal.theme-bg #searchoptions-generic #search-field input::placeholder,
#searchoptions-generic #search-field .theme-teal.theme-bg input::placeholder,
.theme-teal.theme-bg input[type="file"]::placeholder,
.theme-teal.theme-bg .form-select::placeholder,
.theme-teal.theme-bg ul li::marker,
.theme-teal.theme-bg .btn-icon,
.theme-teal.theme-bg .btn-icon .material-symbols-outlined,
.theme-teal.theme-bg .accordion-button,
.theme-teal.theme-bg .accordion-item,
.theme-teal.theme-bg .table,
.theme-teal.theme-bg table,
.theme-teal.theme-bg.number-cols-banner ol li:before,
.theme-teal.theme-bg .btn-reset,
.theme-teal.theme-bg div .swiper-button-prev .material-symbols-outlined,
.theme-teal.theme-bg div .swiper-button-next .material-symbols-outlined,
.theme-teal .theme-bg h6,
.theme-teal .theme-bg .h6,
.theme-teal .theme-bg h5,
.theme-teal .theme-bg .h5,
.theme-teal .theme-bg h4,
.theme-teal .theme-bg .h4,
.theme-teal .theme-bg h3,
.theme-teal .theme-bg .h3,
.theme-teal .theme-bg .search-filters__title,
.theme-teal .theme-bg h2,
.theme-teal .theme-bg .h2,
.theme-teal .theme-bg h1,
.theme-teal .theme-bg .h1,
.theme-teal .theme-bg a:not(.btn),
.theme-teal .theme-bg caption,
.theme-teal .theme-bg .form-text,
.theme-teal .theme-bg .btn-link,
.theme-teal .theme-bg a[href^="tel"],
.theme-teal .theme-bg .btn-link:active,
.theme-teal .theme-bg select option,
.theme-teal .theme-bg .form-control,
.theme-teal .theme-bg .site-search .studio-widget-search-input,
.site-search .theme-teal .theme-bg .studio-widget-search-input,
.theme-teal .theme-bg #searchoptions-generic #search-field input,
#searchoptions-generic #search-field .theme-teal .theme-bg input,
.theme-teal .theme-bg input[type="file"],
.theme-teal .theme-bg .form-select,
.theme-teal .theme-bg .form-control::placeholder,
.theme-teal .theme-bg .site-search .studio-widget-search-input::placeholder,
.site-search .theme-teal .theme-bg .studio-widget-search-input::placeholder,
.theme-teal .theme-bg #searchoptions-generic #search-field input::placeholder,
#searchoptions-generic #search-field .theme-teal .theme-bg input::placeholder,
.theme-teal .theme-bg input[type="file"]::placeholder,
.theme-teal .theme-bg .form-select::placeholder,
.theme-teal .theme-bg ul li::marker,
.theme-teal .theme-bg .btn-icon,
.theme-teal .theme-bg .btn-icon .material-symbols-outlined,
.theme-teal .theme-bg .accordion-button,
.theme-teal .theme-bg .accordion-item,
.theme-teal .theme-bg .table,
.theme-teal .theme-bg table,
.theme-teal .theme-bg.number-cols-banner ol li:before,
.theme-teal .theme-bg .btn-reset,
.theme-teal .theme-bg div .swiper-button-prev .material-symbols-outlined,
.theme-teal .theme-bg div .swiper-button-next .material-symbols-outlined {
    color: #000;
}
.theme-teal.theme-bg .form-control,
.theme-teal.theme-bg .site-search .studio-widget-search-input,
.site-search .theme-teal.theme-bg .studio-widget-search-input,
.theme-teal.theme-bg #searchoptions-generic #search-field input,
#searchoptions-generic #search-field .theme-teal.theme-bg input,
.theme-teal.theme-bg input[type="file"],
.theme-teal.theme-bg .form-select,
.theme-teal.theme-bg .form-check-input,
.theme-teal.theme-bg .filters input[type="checkbox"],
.filters .theme-teal.theme-bg input[type="checkbox"],
.theme-teal.theme-bg .filters input[type="radio"],
.filters .theme-teal.theme-bg input[type="radio"],
.theme-teal.theme-bg .checkbox input[type="checkbox"],
.checkbox .theme-teal.theme-bg input[type="checkbox"],
.theme-teal.theme-bg .radio input[type="radio"],
.radio .theme-teal.theme-bg input[type="radio"],
.theme-teal.theme-bg .accordion-item,
.theme-teal.theme-bg .accordion,
.theme-teal.theme-bg .table,
.theme-teal.theme-bg table,
.theme-teal.theme-bg.number-cols-banner ol li:not(:last-child),
.theme-teal.theme-bg .card-split-group > *:not(:last-child) > *,
.theme-teal.theme-bg.pull-quote blockquote,
.theme-teal .theme-bg .form-control,
.theme-teal .theme-bg .site-search .studio-widget-search-input,
.site-search .theme-teal .theme-bg .studio-widget-search-input,
.theme-teal .theme-bg #searchoptions-generic #search-field input,
#searchoptions-generic #search-field .theme-teal .theme-bg input,
.theme-teal .theme-bg input[type="file"],
.theme-teal .theme-bg .form-select,
.theme-teal .theme-bg .form-check-input,
.theme-teal .theme-bg .filters input[type="checkbox"],
.filters .theme-teal .theme-bg input[type="checkbox"],
.theme-teal .theme-bg .filters input[type="radio"],
.filters .theme-teal .theme-bg input[type="radio"],
.theme-teal .theme-bg .checkbox input[type="checkbox"],
.checkbox .theme-teal .theme-bg input[type="checkbox"],
.theme-teal .theme-bg .radio input[type="radio"],
.radio .theme-teal .theme-bg input[type="radio"],
.theme-teal .theme-bg .accordion-item,
.theme-teal .theme-bg .accordion,
.theme-teal .theme-bg .table,
.theme-teal .theme-bg table,
.theme-teal .theme-bg.number-cols-banner ol li:not(:last-child),
.theme-teal .theme-bg .card-split-group > *:not(:last-child) > *,
.theme-teal .theme-bg.pull-quote blockquote {
    border-color: #000;
}
.theme-teal.theme-bg .table,
.theme-teal.theme-bg table,
.theme-teal .theme-bg .table,
.theme-teal .theme-bg table {
    box-shadow: 0 -0.3125rem #000;
}
.theme-teal.theme-bg :focus,
.theme-teal .theme-bg :focus {
    outline-color: #000;
}
.theme-teal.theme-bg .display-3:before,
.theme-teal.theme-bg div .swiper-pagination-bullet,
.theme-teal.theme-bg .icon-social,
.theme-teal.theme-bg .news-feature__more:before,
.theme-teal.theme-bg .news-feature__more:after,
.theme-teal.theme-bg .profiles-feature__card:not(:last-child):after,
.theme-teal .theme-bg .display-3:before,
.theme-teal .theme-bg div .swiper-pagination-bullet,
.theme-teal .theme-bg .icon-social,
.theme-teal .theme-bg .news-feature__more:before,
.theme-teal .theme-bg .news-feature__more:after,
.theme-teal .theme-bg .profiles-feature__card:not(:last-child):after {
    background-color: #000;
}
.theme-teal.theme-bg .display-3:before,
.theme-teal .theme-bg .display-3:before {
    background-color: #000;
}
.theme-teal.theme-bg div .swiper-pagination-bullet-active,
.theme-teal .theme-bg div .swiper-pagination-bullet-active {
    background-color: #fff0;
    border: 1px solid #000;
}
.theme-teal.theme-bg .logo svg,
.theme-teal .theme-bg .logo svg {
    fill: #000;
}
.theme-teal.theme-bg .form-select,
.theme-teal.theme-bg select.form-control,
.theme-teal.theme-bg .site-search select.studio-widget-search-input,
.site-search .theme-teal.theme-bg select.studio-widget-search-input,
.theme-teal .theme-bg .form-select,
.theme-teal .theme-bg select.form-control,
.theme-teal .theme-bg .site-search select.studio-widget-search-input,
.site-search .theme-teal .theme-bg select.studio-widget-search-input {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24' viewBox='0 -960 960 960' width='24'%3E%3Cpath d='M480-358.463 253.847-584.615 296-626.768l184 184 184-184 42.153 42.153L480-358.463Z' fill='black' /%3E%3C/svg%3E");
}
.theme-teal.theme-bg .accordion-button:after,
.theme-teal .theme-bg .accordion-button:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24' viewBox='0 -960 960 960' width='24'%3E%3Cpath d='M440-200v-240H200v-80h240v-240h80v240h240v80H520v240h-80Z' fill='black' /%3E%3C/svg%3E");
}
.theme-teal.theme-bg .accordion-button:not(.collapsed):after,
.theme-teal .theme-bg .accordion-button:not(.collapsed):after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24' viewBox='0 -960 960 960' width='24'%3E%3Cpath d='M200-440v-80h560v80H200Z' fill='black' /%3E%3C/svg%3E");
}
.theme-teal.theme-bg .form-select option,
.theme-teal.theme-bg select.form-control option,
.theme-teal.theme-bg .site-search select.studio-widget-search-input option,
.site-search .theme-teal.theme-bg select.studio-widget-search-input option,
.theme-teal .theme-bg .form-select option,
.theme-teal .theme-bg select.form-control option,
.theme-teal .theme-bg .site-search select.studio-widget-search-input option,
.site-search .theme-teal .theme-bg select.studio-widget-search-input option {
    color: #000;
}
.theme-teal .card-icon__icon {
    background-color: #09ad87;
}
.theme-teal div .swiper-button-prev .material-symbols-outlined,
.theme-teal div .swiper-button-next .material-symbols-outlined,
.theme-teal .secondary-nav ul li.active a,
.theme-teal .btn-text-link-collapse .material-symbols-outlined,
.theme-teal .masthead-blocks__functions .btn-icon .material-symbols-outlined,
.theme-teal .btn-toggle .material-symbols-outlined,
.theme-teal .card-program__toggle .material-symbols-outlined,
.theme-teal #view_period_switchers .material-symbols-outlined,
.theme-teal .number-cols-banner ol li:before,
.theme-teal .card .btn-icon .material-symbols-outlined,
.theme-teal .card-banner .card .btn-icon .material-symbols-outlined,
.theme-teal .masthead-article__section-title,
.theme-teal .masthead-article .btn-text-link .material-symbols-outlined,
.theme-teal .pagination .currentpage,
.theme-teal ul li::marker,
.theme-teal .nav-pills .nav-link.active,
.theme-teal .nav-pills .show > .nav-link,
.theme-teal .sticky-nav ul li a.active {
    color: #000;
}
.theme-teal .secondary-nav a:after,
.theme-teal .masthead-profile__social .icon-social,
.theme-teal .nav-pills-h-border .nav-link:after,
.theme-teal .nav-pills-h .nav-link:after,
.theme-teal .banner__btn-toggle,
.theme-teal .events-calendar .cal-event {
    background-color: #000;
}
.theme-teal .nav-pills[aria-orientation="vertical"] .nav-link.active,
.theme-teal .nav-pills[aria-orientation="vertical"] .nav-link:hover,
.theme-teal .nav-pills[aria-orientation="vertical"] .nav-link:focus {
    color: #0000008c;
}
.theme-teal .accordion-button:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24' viewBox='0 -960 960 960' width='24'%3E%3Cpath d='M440-200v-240H200v-80h240v-240h80v240h240v80H520v240h-80Z' fill='black' /%3E%3C/svg%3E");
}
.theme-teal .accordion-button:not(.collapsed):after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24' viewBox='0 -960 960 960' width='24'%3E%3Cpath d='M200-440v-80h560v80H200Z' fill='black' /%3E%3C/svg%3E");
}
.theme-teal .btn-dark .material-symbols-outlined,
.theme-teal .btn-dark:not(.js-pause-motion) .material-symbols-outlined {
    color: #fff;
}
.theme-blue.theme-bg,
.theme-blue .theme-bg {
    background-color: #3e77b7;
    color: #fff;
}
.theme-blue.theme-bg .form-control::-moz-placeholder,
.theme-blue.theme-bg .site-search .studio-widget-search-input::-moz-placeholder,
.site-search .theme-blue.theme-bg .studio-widget-search-input::-moz-placeholder,
.theme-blue.theme-bg #searchoptions-generic #search-field input::-moz-placeholder,
#searchoptions-generic #search-field .theme-blue.theme-bg input::-moz-placeholder,
.theme-blue.theme-bg input[type="file"]::-moz-placeholder,
.theme-blue.theme-bg .form-select::-moz-placeholder,
.theme-blue .theme-bg .form-control::-moz-placeholder,
.theme-blue .theme-bg .site-search .studio-widget-search-input::-moz-placeholder,
.site-search .theme-blue .theme-bg .studio-widget-search-input::-moz-placeholder,
.theme-blue .theme-bg #searchoptions-generic #search-field input::-moz-placeholder,
#searchoptions-generic #search-field .theme-blue .theme-bg input::-moz-placeholder,
.theme-blue .theme-bg input[type="file"]::-moz-placeholder,
.theme-blue .theme-bg .form-select::-moz-placeholder {
    color: #fff;
}
.theme-blue.theme-bg h6,
.theme-blue.theme-bg .h6,
.theme-blue.theme-bg h5,
.theme-blue.theme-bg .h5,
.theme-blue.theme-bg h4,
.theme-blue.theme-bg .h4,
.theme-blue.theme-bg h3,
.theme-blue.theme-bg .h3,
.theme-blue.theme-bg .search-filters__title,
.theme-blue.theme-bg h2,
.theme-blue.theme-bg .h2,
.theme-blue.theme-bg h1,
.theme-blue.theme-bg .h1,
.theme-blue.theme-bg a:not(.btn),
.theme-blue.theme-bg caption,
.theme-blue.theme-bg .form-text,
.theme-blue.theme-bg .btn-link,
.theme-blue.theme-bg a[href^="tel"],
.theme-blue.theme-bg .btn-link:active,
.theme-blue.theme-bg select option,
.theme-blue.theme-bg .form-control,
.theme-blue.theme-bg .site-search .studio-widget-search-input,
.site-search .theme-blue.theme-bg .studio-widget-search-input,
.theme-blue.theme-bg #searchoptions-generic #search-field input,
#searchoptions-generic #search-field .theme-blue.theme-bg input,
.theme-blue.theme-bg input[type="file"],
.theme-blue.theme-bg .form-select,
.theme-blue.theme-bg .form-control::placeholder,
.theme-blue.theme-bg .site-search .studio-widget-search-input::placeholder,
.site-search .theme-blue.theme-bg .studio-widget-search-input::placeholder,
.theme-blue.theme-bg #searchoptions-generic #search-field input::placeholder,
#searchoptions-generic #search-field .theme-blue.theme-bg input::placeholder,
.theme-blue.theme-bg input[type="file"]::placeholder,
.theme-blue.theme-bg .form-select::placeholder,
.theme-blue.theme-bg ul li::marker,
.theme-blue.theme-bg .btn-icon,
.theme-blue.theme-bg .btn-icon .material-symbols-outlined,
.theme-blue.theme-bg .accordion-button,
.theme-blue.theme-bg .accordion-item,
.theme-blue.theme-bg .table,
.theme-blue.theme-bg table,
.theme-blue.theme-bg.number-cols-banner ol li:before,
.theme-blue.theme-bg .btn-reset,
.theme-blue.theme-bg div .swiper-button-prev .material-symbols-outlined,
.theme-blue.theme-bg div .swiper-button-next .material-symbols-outlined,
.theme-blue .theme-bg h6,
.theme-blue .theme-bg .h6,
.theme-blue .theme-bg h5,
.theme-blue .theme-bg .h5,
.theme-blue .theme-bg h4,
.theme-blue .theme-bg .h4,
.theme-blue .theme-bg h3,
.theme-blue .theme-bg .h3,
.theme-blue .theme-bg .search-filters__title,
.theme-blue .theme-bg h2,
.theme-blue .theme-bg .h2,
.theme-blue .theme-bg h1,
.theme-blue .theme-bg .h1,
.theme-blue .theme-bg a:not(.btn),
.theme-blue .theme-bg caption,
.theme-blue .theme-bg .form-text,
.theme-blue .theme-bg .btn-link,
.theme-blue .theme-bg a[href^="tel"],
.theme-blue .theme-bg .btn-link:active,
.theme-blue .theme-bg select option,
.theme-blue .theme-bg .form-control,
.theme-blue .theme-bg .site-search .studio-widget-search-input,
.site-search .theme-blue .theme-bg .studio-widget-search-input,
.theme-blue .theme-bg #searchoptions-generic #search-field input,
#searchoptions-generic #search-field .theme-blue .theme-bg input,
.theme-blue .theme-bg input[type="file"],
.theme-blue .theme-bg .form-select,
.theme-blue .theme-bg .form-control::placeholder,
.theme-blue .theme-bg .site-search .studio-widget-search-input::placeholder,
.site-search .theme-blue .theme-bg .studio-widget-search-input::placeholder,
.theme-blue .theme-bg #searchoptions-generic #search-field input::placeholder,
#searchoptions-generic #search-field .theme-blue .theme-bg input::placeholder,
.theme-blue .theme-bg input[type="file"]::placeholder,
.theme-blue .theme-bg .form-select::placeholder,
.theme-blue .theme-bg ul li::marker,
.theme-blue .theme-bg .btn-icon,
.theme-blue .theme-bg .btn-icon .material-symbols-outlined,
.theme-blue .theme-bg .accordion-button,
.theme-blue .theme-bg .accordion-item,
.theme-blue .theme-bg .table,
.theme-blue .theme-bg table,
.theme-blue .theme-bg.number-cols-banner ol li:before,
.theme-blue .theme-bg .btn-reset,
.theme-blue .theme-bg div .swiper-button-prev .material-symbols-outlined,
.theme-blue .theme-bg div .swiper-button-next .material-symbols-outlined {
    color: #fff;
}
.theme-blue.theme-bg .form-control,
.theme-blue.theme-bg .site-search .studio-widget-search-input,
.site-search .theme-blue.theme-bg .studio-widget-search-input,
.theme-blue.theme-bg #searchoptions-generic #search-field input,
#searchoptions-generic #search-field .theme-blue.theme-bg input,
.theme-blue.theme-bg input[type="file"],
.theme-blue.theme-bg .form-select,
.theme-blue.theme-bg .form-check-input,
.theme-blue.theme-bg .filters input[type="checkbox"],
.filters .theme-blue.theme-bg input[type="checkbox"],
.theme-blue.theme-bg .filters input[type="radio"],
.filters .theme-blue.theme-bg input[type="radio"],
.theme-blue.theme-bg .checkbox input[type="checkbox"],
.checkbox .theme-blue.theme-bg input[type="checkbox"],
.theme-blue.theme-bg .radio input[type="radio"],
.radio .theme-blue.theme-bg input[type="radio"],
.theme-blue.theme-bg .accordion-item,
.theme-blue.theme-bg .accordion,
.theme-blue.theme-bg .table,
.theme-blue.theme-bg table,
.theme-blue.theme-bg.number-cols-banner ol li:not(:last-child),
.theme-blue.theme-bg .card-split-group > *:not(:last-child) > *,
.theme-blue.theme-bg.pull-quote blockquote,
.theme-blue .theme-bg .form-control,
.theme-blue .theme-bg .site-search .studio-widget-search-input,
.site-search .theme-blue .theme-bg .studio-widget-search-input,
.theme-blue .theme-bg #searchoptions-generic #search-field input,
#searchoptions-generic #search-field .theme-blue .theme-bg input,
.theme-blue .theme-bg input[type="file"],
.theme-blue .theme-bg .form-select,
.theme-blue .theme-bg .form-check-input,
.theme-blue .theme-bg .filters input[type="checkbox"],
.filters .theme-blue .theme-bg input[type="checkbox"],
.theme-blue .theme-bg .filters input[type="radio"],
.filters .theme-blue .theme-bg input[type="radio"],
.theme-blue .theme-bg .checkbox input[type="checkbox"],
.checkbox .theme-blue .theme-bg input[type="checkbox"],
.theme-blue .theme-bg .radio input[type="radio"],
.radio .theme-blue .theme-bg input[type="radio"],
.theme-blue .theme-bg .accordion-item,
.theme-blue .theme-bg .accordion,
.theme-blue .theme-bg .table,
.theme-blue .theme-bg table,
.theme-blue .theme-bg.number-cols-banner ol li:not(:last-child),
.theme-blue .theme-bg .card-split-group > *:not(:last-child) > *,
.theme-blue .theme-bg.pull-quote blockquote {
    border-color: #fff;
}
.theme-blue.theme-bg .table,
.theme-blue.theme-bg table,
.theme-blue .theme-bg .table,
.theme-blue .theme-bg table {
    box-shadow: 0 -0.3125rem #fff;
}
.theme-blue.theme-bg :focus,
.theme-blue .theme-bg :focus {
    outline-color: #fff;
}
.theme-blue.theme-bg .display-3:before,
.theme-blue.theme-bg div .swiper-pagination-bullet,
.theme-blue.theme-bg .icon-social,
.theme-blue.theme-bg .news-feature__more:before,
.theme-blue.theme-bg .news-feature__more:after,
.theme-blue.theme-bg .profiles-feature__card:not(:last-child):after,
.theme-blue .theme-bg .display-3:before,
.theme-blue .theme-bg div .swiper-pagination-bullet,
.theme-blue .theme-bg .icon-social,
.theme-blue .theme-bg .news-feature__more:before,
.theme-blue .theme-bg .news-feature__more:after,
.theme-blue .theme-bg .profiles-feature__card:not(:last-child):after {
    background-color: #fff;
}
.theme-blue.theme-bg .display-3:before,
.theme-blue .theme-bg .display-3:before {
    background-color: #fff;
}
.theme-blue.theme-bg div .swiper-pagination-bullet-active,
.theme-blue .theme-bg div .swiper-pagination-bullet-active {
    background-color: #fff0;
    border: 1px solid #fff;
}
.theme-blue.theme-bg .logo svg,
.theme-blue .theme-bg .logo svg {
    fill: #fff;
}
.theme-blue.theme-bg .form-select,
.theme-blue.theme-bg select.form-control,
.theme-blue.theme-bg .site-search select.studio-widget-search-input,
.site-search .theme-blue.theme-bg select.studio-widget-search-input,
.theme-blue .theme-bg .form-select,
.theme-blue .theme-bg select.form-control,
.theme-blue .theme-bg .site-search select.studio-widget-search-input,
.site-search .theme-blue .theme-bg select.studio-widget-search-input {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24' viewBox='0 -960 960 960' width='24'%3E%3Cpath d='M480-358.463 253.847-584.615 296-626.768l184 184 184-184 42.153 42.153L480-358.463Z' fill='white' /%3E%3C/svg%3E");
}
.theme-blue.theme-bg .accordion-button:after,
.theme-blue .theme-bg .accordion-button:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24' viewBox='0 -960 960 960' width='24'%3E%3Cpath d='M440-200v-240H200v-80h240v-240h80v240h240v80H520v240h-80Z' fill='white' /%3E%3C/svg%3E");
}
.theme-blue.theme-bg .accordion-button:not(.collapsed):after,
.theme-blue .theme-bg .accordion-button:not(.collapsed):after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24' viewBox='0 -960 960 960' width='24'%3E%3Cpath d='M200-440v-80h560v80H200Z' fill='white' /%3E%3C/svg%3E");
}
.theme-blue.theme-bg .form-select option,
.theme-blue.theme-bg select.form-control option,
.theme-blue.theme-bg .site-search select.studio-widget-search-input option,
.site-search .theme-blue.theme-bg select.studio-widget-search-input option,
.theme-blue .theme-bg .form-select option,
.theme-blue .theme-bg select.form-control option,
.theme-blue .theme-bg .site-search select.studio-widget-search-input option,
.site-search .theme-blue .theme-bg select.studio-widget-search-input option {
    color: #000;
}
.theme-blue .card-icon__icon {
    background-color: #3e77b7;
}
.theme-blue div .swiper-button-prev .material-symbols-outlined,
.theme-blue div .swiper-button-next .material-symbols-outlined,
.theme-blue .secondary-nav ul li.active a,
.theme-blue .btn-text-link-collapse .material-symbols-outlined,
.theme-blue .masthead-blocks__functions .btn-icon .material-symbols-outlined,
.theme-blue .btn-toggle .material-symbols-outlined,
.theme-blue .card-program__toggle .material-symbols-outlined,
.theme-blue #view_period_switchers .material-symbols-outlined,
.theme-blue .number-cols-banner ol li:before,
.theme-blue .card .btn-icon .material-symbols-outlined,
.theme-blue .card-banner .card .btn-icon .material-symbols-outlined,
.theme-blue .masthead-article__section-title,
.theme-blue .masthead-article .btn-text-link .material-symbols-outlined,
.theme-blue .pagination .currentpage,
.theme-blue ul li::marker,
.theme-blue .nav-pills .nav-link.active,
.theme-blue .nav-pills .show > .nav-link,
.theme-blue .sticky-nav ul li a.active {
    color: #000;
}
.theme-blue .secondary-nav a:after,
.theme-blue .masthead-profile__social .icon-social,
.theme-blue .nav-pills-h-border .nav-link:after,
.theme-blue .nav-pills-h .nav-link:after,
.theme-blue .banner__btn-toggle,
.theme-blue .events-calendar .cal-event {
    background-color: #000;
}
.theme-blue .nav-pills[aria-orientation="vertical"] .nav-link.active,
.theme-blue .nav-pills[aria-orientation="vertical"] .nav-link:hover,
.theme-blue .nav-pills[aria-orientation="vertical"] .nav-link:focus {
    color: #0000008c;
}
.theme-blue .accordion-button:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24' viewBox='0 -960 960 960' width='24'%3E%3Cpath d='M440-200v-240H200v-80h240v-240h80v240h240v80H520v240h-80Z' fill='black' /%3E%3C/svg%3E");
}
.theme-blue .accordion-button:not(.collapsed):after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24' viewBox='0 -960 960 960' width='24'%3E%3Cpath d='M200-440v-80h560v80H200Z' fill='black' /%3E%3C/svg%3E");
}
.theme-blue .btn-dark .material-symbols-outlined,
.theme-blue .btn-dark:not(.js-pause-motion) .material-symbols-outlined {
    color: #fff;
}
.theme-navy.theme-bg,
.theme-navy .theme-bg {
    background-color: #004990;
    color: #fff;
}
.theme-navy.theme-bg .form-control::-moz-placeholder,
.theme-navy.theme-bg .site-search .studio-widget-search-input::-moz-placeholder,
.site-search .theme-navy.theme-bg .studio-widget-search-input::-moz-placeholder,
.theme-navy.theme-bg #searchoptions-generic #search-field input::-moz-placeholder,
#searchoptions-generic #search-field .theme-navy.theme-bg input::-moz-placeholder,
.theme-navy.theme-bg input[type="file"]::-moz-placeholder,
.theme-navy.theme-bg .form-select::-moz-placeholder,
.theme-navy .theme-bg .form-control::-moz-placeholder,
.theme-navy .theme-bg .site-search .studio-widget-search-input::-moz-placeholder,
.site-search .theme-navy .theme-bg .studio-widget-search-input::-moz-placeholder,
.theme-navy .theme-bg #searchoptions-generic #search-field input::-moz-placeholder,
#searchoptions-generic #search-field .theme-navy .theme-bg input::-moz-placeholder,
.theme-navy .theme-bg input[type="file"]::-moz-placeholder,
.theme-navy .theme-bg .form-select::-moz-placeholder {
    color: #fff;
}
.theme-navy.theme-bg h6,
.theme-navy.theme-bg .h6,
.theme-navy.theme-bg h5,
.theme-navy.theme-bg .h5,
.theme-navy.theme-bg h4,
.theme-navy.theme-bg .h4,
.theme-navy.theme-bg h3,
.theme-navy.theme-bg .h3,
.theme-navy.theme-bg .search-filters__title,
.theme-navy.theme-bg h2,
.theme-navy.theme-bg .h2,
.theme-navy.theme-bg h1,
.theme-navy.theme-bg .h1,
.theme-navy.theme-bg a:not(.btn),
.theme-navy.theme-bg caption,
.theme-navy.theme-bg .form-text,
.theme-navy.theme-bg .btn-link,
.theme-navy.theme-bg a[href^="tel"],
.theme-navy.theme-bg .btn-link:active,
.theme-navy.theme-bg select option,
.theme-navy.theme-bg .form-control,
.theme-navy.theme-bg .site-search .studio-widget-search-input,
.site-search .theme-navy.theme-bg .studio-widget-search-input,
.theme-navy.theme-bg #searchoptions-generic #search-field input,
#searchoptions-generic #search-field .theme-navy.theme-bg input,
.theme-navy.theme-bg input[type="file"],
.theme-navy.theme-bg .form-select,
.theme-navy.theme-bg .form-control::placeholder,
.theme-navy.theme-bg .site-search .studio-widget-search-input::placeholder,
.site-search .theme-navy.theme-bg .studio-widget-search-input::placeholder,
.theme-navy.theme-bg #searchoptions-generic #search-field input::placeholder,
#searchoptions-generic #search-field .theme-navy.theme-bg input::placeholder,
.theme-navy.theme-bg input[type="file"]::placeholder,
.theme-navy.theme-bg .form-select::placeholder,
.theme-navy.theme-bg ul li::marker,
.theme-navy.theme-bg .btn-icon,
.theme-navy.theme-bg .btn-icon .material-symbols-outlined,
.theme-navy.theme-bg .accordion-button,
.theme-navy.theme-bg .accordion-item,
.theme-navy.theme-bg .table,
.theme-navy.theme-bg table,
.theme-navy.theme-bg.number-cols-banner ol li:before,
.theme-navy.theme-bg .btn-reset,
.theme-navy.theme-bg div .swiper-button-prev .material-symbols-outlined,
.theme-navy.theme-bg div .swiper-button-next .material-symbols-outlined,
.theme-navy .theme-bg h6,
.theme-navy .theme-bg .h6,
.theme-navy .theme-bg h5,
.theme-navy .theme-bg .h5,
.theme-navy .theme-bg h4,
.theme-navy .theme-bg .h4,
.theme-navy .theme-bg h3,
.theme-navy .theme-bg .h3,
.theme-navy .theme-bg .search-filters__title,
.theme-navy .theme-bg h2,
.theme-navy .theme-bg .h2,
.theme-navy .theme-bg h1,
.theme-navy .theme-bg .h1,
.theme-navy .theme-bg a:not(.btn),
.theme-navy .theme-bg caption,
.theme-navy .theme-bg .form-text,
.theme-navy .theme-bg .btn-link,
.theme-navy .theme-bg a[href^="tel"],
.theme-navy .theme-bg .btn-link:active,
.theme-navy .theme-bg select option,
.theme-navy .theme-bg .form-control,
.theme-navy .theme-bg .site-search .studio-widget-search-input,
.site-search .theme-navy .theme-bg .studio-widget-search-input,
.theme-navy .theme-bg #searchoptions-generic #search-field input,
#searchoptions-generic #search-field .theme-navy .theme-bg input,
.theme-navy .theme-bg input[type="file"],
.theme-navy .theme-bg .form-select,
.theme-navy .theme-bg .form-control::placeholder,
.theme-navy .theme-bg .site-search .studio-widget-search-input::placeholder,
.site-search .theme-navy .theme-bg .studio-widget-search-input::placeholder,
.theme-navy .theme-bg #searchoptions-generic #search-field input::placeholder,
#searchoptions-generic #search-field .theme-navy .theme-bg input::placeholder,
.theme-navy .theme-bg input[type="file"]::placeholder,
.theme-navy .theme-bg .form-select::placeholder,
.theme-navy .theme-bg ul li::marker,
.theme-navy .theme-bg .btn-icon,
.theme-navy .theme-bg .btn-icon .material-symbols-outlined,
.theme-navy .theme-bg .accordion-button,
.theme-navy .theme-bg .accordion-item,
.theme-navy .theme-bg .table,
.theme-navy .theme-bg table,
.theme-navy .theme-bg.number-cols-banner ol li:before,
.theme-navy .theme-bg .btn-reset,
.theme-navy .theme-bg div .swiper-button-prev .material-symbols-outlined,
.theme-navy .theme-bg div .swiper-button-next .material-symbols-outlined {
    color: #fff;
}
.theme-navy.theme-bg .form-control,
.theme-navy.theme-bg .site-search .studio-widget-search-input,
.site-search .theme-navy.theme-bg .studio-widget-search-input,
.theme-navy.theme-bg #searchoptions-generic #search-field input,
#searchoptions-generic #search-field .theme-navy.theme-bg input,
.theme-navy.theme-bg input[type="file"],
.theme-navy.theme-bg .form-select,
.theme-navy.theme-bg .form-check-input,
.theme-navy.theme-bg .filters input[type="checkbox"],
.filters .theme-navy.theme-bg input[type="checkbox"],
.theme-navy.theme-bg .filters input[type="radio"],
.filters .theme-navy.theme-bg input[type="radio"],
.theme-navy.theme-bg .checkbox input[type="checkbox"],
.checkbox .theme-navy.theme-bg input[type="checkbox"],
.theme-navy.theme-bg .radio input[type="radio"],
.radio .theme-navy.theme-bg input[type="radio"],
.theme-navy.theme-bg .accordion-item,
.theme-navy.theme-bg .accordion,
.theme-navy.theme-bg .table,
.theme-navy.theme-bg table,
.theme-navy.theme-bg.number-cols-banner ol li:not(:last-child),
.theme-navy.theme-bg .card-split-group > *:not(:last-child) > *,
.theme-navy.theme-bg.pull-quote blockquote,
.theme-navy .theme-bg .form-control,
.theme-navy .theme-bg .site-search .studio-widget-search-input,
.site-search .theme-navy .theme-bg .studio-widget-search-input,
.theme-navy .theme-bg #searchoptions-generic #search-field input,
#searchoptions-generic #search-field .theme-navy .theme-bg input,
.theme-navy .theme-bg input[type="file"],
.theme-navy .theme-bg .form-select,
.theme-navy .theme-bg .form-check-input,
.theme-navy .theme-bg .filters input[type="checkbox"],
.filters .theme-navy .theme-bg input[type="checkbox"],
.theme-navy .theme-bg .filters input[type="radio"],
.filters .theme-navy .theme-bg input[type="radio"],
.theme-navy .theme-bg .checkbox input[type="checkbox"],
.checkbox .theme-navy .theme-bg input[type="checkbox"],
.theme-navy .theme-bg .radio input[type="radio"],
.radio .theme-navy .theme-bg input[type="radio"],
.theme-navy .theme-bg .accordion-item,
.theme-navy .theme-bg .accordion,
.theme-navy .theme-bg .table,
.theme-navy .theme-bg table,
.theme-navy .theme-bg.number-cols-banner ol li:not(:last-child),
.theme-navy .theme-bg .card-split-group > *:not(:last-child) > *,
.theme-navy .theme-bg.pull-quote blockquote {
    border-color: #fff;
}
.theme-navy.theme-bg .table,
.theme-navy.theme-bg table,
.theme-navy .theme-bg .table,
.theme-navy .theme-bg table {
    box-shadow: 0 -0.3125rem #fff;
}
.theme-navy.theme-bg :focus,
.theme-navy .theme-bg :focus {
    outline-color: #fff;
}
.theme-navy.theme-bg .display-3:before,
.theme-navy.theme-bg div .swiper-pagination-bullet,
.theme-navy.theme-bg .icon-social,
.theme-navy.theme-bg .news-feature__more:before,
.theme-navy.theme-bg .news-feature__more:after,
.theme-navy.theme-bg .profiles-feature__card:not(:last-child):after,
.theme-navy .theme-bg .display-3:before,
.theme-navy .theme-bg div .swiper-pagination-bullet,
.theme-navy .theme-bg .icon-social,
.theme-navy .theme-bg .news-feature__more:before,
.theme-navy .theme-bg .news-feature__more:after,
.theme-navy .theme-bg .profiles-feature__card:not(:last-child):after {
    background-color: #fff;
}
.theme-navy.theme-bg .display-3:before,
.theme-navy .theme-bg .display-3:before {
    background-color: #fff;
}
.theme-navy.theme-bg div .swiper-pagination-bullet-active,
.theme-navy .theme-bg div .swiper-pagination-bullet-active {
    background-color: #fff0;
    border: 1px solid #fff;
}
.theme-navy.theme-bg .logo svg,
.theme-navy .theme-bg .logo svg {
    fill: #fff;
}
.theme-navy.theme-bg .form-select,
.theme-navy.theme-bg select.form-control,
.theme-navy.theme-bg .site-search select.studio-widget-search-input,
.site-search .theme-navy.theme-bg select.studio-widget-search-input,
.theme-navy .theme-bg .form-select,
.theme-navy .theme-bg select.form-control,
.theme-navy .theme-bg .site-search select.studio-widget-search-input,
.site-search .theme-navy .theme-bg select.studio-widget-search-input {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24' viewBox='0 -960 960 960' width='24'%3E%3Cpath d='M480-358.463 253.847-584.615 296-626.768l184 184 184-184 42.153 42.153L480-358.463Z' fill='white' /%3E%3C/svg%3E");
}
.theme-navy.theme-bg .accordion-button:after,
.theme-navy .theme-bg .accordion-button:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24' viewBox='0 -960 960 960' width='24'%3E%3Cpath d='M440-200v-240H200v-80h240v-240h80v240h240v80H520v240h-80Z' fill='white' /%3E%3C/svg%3E");
}
.theme-navy.theme-bg .accordion-button:not(.collapsed):after,
.theme-navy .theme-bg .accordion-button:not(.collapsed):after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24' viewBox='0 -960 960 960' width='24'%3E%3Cpath d='M200-440v-80h560v80H200Z' fill='white' /%3E%3C/svg%3E");
}
.theme-navy.theme-bg .form-select option,
.theme-navy.theme-bg select.form-control option,
.theme-navy.theme-bg .site-search select.studio-widget-search-input option,
.site-search .theme-navy.theme-bg select.studio-widget-search-input option,
.theme-navy .theme-bg .form-select option,
.theme-navy .theme-bg select.form-control option,
.theme-navy .theme-bg .site-search select.studio-widget-search-input option,
.site-search .theme-navy .theme-bg select.studio-widget-search-input option {
    color: #000;
}
.theme-navy .card-icon__icon {
    background-color: #004990;
}
.theme-navy div .swiper-button-prev .material-symbols-outlined,
.theme-navy div .swiper-button-next .material-symbols-outlined,
.theme-navy .secondary-nav ul li.active a,
.theme-navy .btn-text-link-collapse .material-symbols-outlined,
.theme-navy .masthead-blocks__functions .btn-icon .material-symbols-outlined,
.theme-navy .btn-toggle .material-symbols-outlined,
.theme-navy .card-program__toggle .material-symbols-outlined,
.theme-navy #view_period_switchers .material-symbols-outlined,
.theme-navy .number-cols-banner ol li:before,
.theme-navy .card .btn-icon .material-symbols-outlined,
.theme-navy .card-banner .card .btn-icon .material-symbols-outlined,
.theme-navy .masthead-article__section-title,
.theme-navy .masthead-article .btn-text-link .material-symbols-outlined,
.theme-navy .pagination .currentpage,
.theme-navy ul li::marker,
.theme-navy .nav-pills .nav-link.active,
.theme-navy .nav-pills .show > .nav-link,
.theme-navy .sticky-nav ul li a.active {
    color: #000;
}
.theme-navy .secondary-nav a:after,
.theme-navy .masthead-profile__social .icon-social,
.theme-navy .nav-pills-h-border .nav-link:after,
.theme-navy .nav-pills-h .nav-link:after,
.theme-navy .banner__btn-toggle,
.theme-navy .events-calendar .cal-event {
    background-color: #000;
}
.theme-navy .nav-pills[aria-orientation="vertical"] .nav-link.active,
.theme-navy .nav-pills[aria-orientation="vertical"] .nav-link:hover,
.theme-navy .nav-pills[aria-orientation="vertical"] .nav-link:focus {
    color: #0000008c;
}
.theme-navy .accordion-button:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24' viewBox='0 -960 960 960' width='24'%3E%3Cpath d='M440-200v-240H200v-80h240v-240h80v240h240v80H520v240h-80Z' fill='black' /%3E%3C/svg%3E");
}
.theme-navy .accordion-button:not(.collapsed):after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24' viewBox='0 -960 960 960' width='24'%3E%3Cpath d='M200-440v-80h560v80H200Z' fill='black' /%3E%3C/svg%3E");
}
.theme-navy .btn-dark .material-symbols-outlined,
.theme-navy .btn-dark:not(.js-pause-motion) .material-symbols-outlined {
    color: #fff;
}
.theme-white.theme-bg,
.theme-white .theme-bg {
    background-color: #fff;
    color: #000;
}
.theme-white.theme-bg .form-control::-moz-placeholder,
.theme-white.theme-bg .site-search .studio-widget-search-input::-moz-placeholder,
.site-search .theme-white.theme-bg .studio-widget-search-input::-moz-placeholder,
.theme-white.theme-bg #searchoptions-generic #search-field input::-moz-placeholder,
#searchoptions-generic #search-field .theme-white.theme-bg input::-moz-placeholder,
.theme-white.theme-bg input[type="file"]::-moz-placeholder,
.theme-white.theme-bg .form-select::-moz-placeholder,
.theme-white .theme-bg .form-control::-moz-placeholder,
.theme-white .theme-bg .site-search .studio-widget-search-input::-moz-placeholder,
.site-search .theme-white .theme-bg .studio-widget-search-input::-moz-placeholder,
.theme-white .theme-bg #searchoptions-generic #search-field input::-moz-placeholder,
#searchoptions-generic #search-field .theme-white .theme-bg input::-moz-placeholder,
.theme-white .theme-bg input[type="file"]::-moz-placeholder,
.theme-white .theme-bg .form-select::-moz-placeholder {
    color: #000;
}
.theme-white.theme-bg h6,
.theme-white.theme-bg .h6,
.theme-white.theme-bg h5,
.theme-white.theme-bg .h5,
.theme-white.theme-bg h4,
.theme-white.theme-bg .h4,
.theme-white.theme-bg h3,
.theme-white.theme-bg .h3,
.theme-white.theme-bg .search-filters__title,
.theme-white.theme-bg h2,
.theme-white.theme-bg .h2,
.theme-white.theme-bg h1,
.theme-white.theme-bg .h1,
.theme-white.theme-bg a:not(.btn),
.theme-white.theme-bg caption,
.theme-white.theme-bg .form-text,
.theme-white.theme-bg .btn-link,
.theme-white.theme-bg a[href^="tel"],
.theme-white.theme-bg .btn-link:active,
.theme-white.theme-bg select option,
.theme-white.theme-bg .form-control,
.theme-white.theme-bg .site-search .studio-widget-search-input,
.site-search .theme-white.theme-bg .studio-widget-search-input,
.theme-white.theme-bg #searchoptions-generic #search-field input,
#searchoptions-generic #search-field .theme-white.theme-bg input,
.theme-white.theme-bg input[type="file"],
.theme-white.theme-bg .form-select,
.theme-white.theme-bg .form-control::placeholder,
.theme-white.theme-bg .site-search .studio-widget-search-input::placeholder,
.site-search .theme-white.theme-bg .studio-widget-search-input::placeholder,
.theme-white.theme-bg #searchoptions-generic #search-field input::placeholder,
#searchoptions-generic #search-field .theme-white.theme-bg input::placeholder,
.theme-white.theme-bg input[type="file"]::placeholder,
.theme-white.theme-bg .form-select::placeholder,
.theme-white.theme-bg ul li::marker,
.theme-white.theme-bg .btn-icon,
.theme-white.theme-bg .btn-icon .material-symbols-outlined,
.theme-white.theme-bg .accordion-button,
.theme-white.theme-bg .accordion-item,
.theme-white.theme-bg .table,
.theme-white.theme-bg table,
.theme-white.theme-bg.number-cols-banner ol li:before,
.theme-white.theme-bg .btn-reset,
.theme-white.theme-bg div .swiper-button-prev .material-symbols-outlined,
.theme-white.theme-bg div .swiper-button-next .material-symbols-outlined,
.theme-white .theme-bg h6,
.theme-white .theme-bg .h6,
.theme-white .theme-bg h5,
.theme-white .theme-bg .h5,
.theme-white .theme-bg h4,
.theme-white .theme-bg .h4,
.theme-white .theme-bg h3,
.theme-white .theme-bg .h3,
.theme-white .theme-bg .search-filters__title,
.theme-white .theme-bg h2,
.theme-white .theme-bg .h2,
.theme-white .theme-bg h1,
.theme-white .theme-bg .h1,
.theme-white .theme-bg a:not(.btn),
.theme-white .theme-bg caption,
.theme-white .theme-bg .form-text,
.theme-white .theme-bg .btn-link,
.theme-white .theme-bg a[href^="tel"],
.theme-white .theme-bg .btn-link:active,
.theme-white .theme-bg select option,
.theme-white .theme-bg .form-control,
.theme-white .theme-bg .site-search .studio-widget-search-input,
.site-search .theme-white .theme-bg .studio-widget-search-input,
.theme-white .theme-bg #searchoptions-generic #search-field input,
#searchoptions-generic #search-field .theme-white .theme-bg input,
.theme-white .theme-bg input[type="file"],
.theme-white .theme-bg .form-select,
.theme-white .theme-bg .form-control::placeholder,
.theme-white .theme-bg .site-search .studio-widget-search-input::placeholder,
.site-search .theme-white .theme-bg .studio-widget-search-input::placeholder,
.theme-white .theme-bg #searchoptions-generic #search-field input::placeholder,
#searchoptions-generic #search-field .theme-white .theme-bg input::placeholder,
.theme-white .theme-bg input[type="file"]::placeholder,
.theme-white .theme-bg .form-select::placeholder,
.theme-white .theme-bg ul li::marker,
.theme-white .theme-bg .btn-icon,
.theme-white .theme-bg .btn-icon .material-symbols-outlined,
.theme-white .theme-bg .accordion-button,
.theme-white .theme-bg .accordion-item,
.theme-white .theme-bg .table,
.theme-white .theme-bg table,
.theme-white .theme-bg.number-cols-banner ol li:before,
.theme-white .theme-bg .btn-reset,
.theme-white .theme-bg div .swiper-button-prev .material-symbols-outlined,
.theme-white .theme-bg div .swiper-button-next .material-symbols-outlined {
    color: #000;
}
.theme-white.theme-bg .form-control,
.theme-white.theme-bg .site-search .studio-widget-search-input,
.site-search .theme-white.theme-bg .studio-widget-search-input,
.theme-white.theme-bg #searchoptions-generic #search-field input,
#searchoptions-generic #search-field .theme-white.theme-bg input,
.theme-white.theme-bg input[type="file"],
.theme-white.theme-bg .form-select,
.theme-white.theme-bg .form-check-input,
.theme-white.theme-bg .filters input[type="checkbox"],
.filters .theme-white.theme-bg input[type="checkbox"],
.theme-white.theme-bg .filters input[type="radio"],
.filters .theme-white.theme-bg input[type="radio"],
.theme-white.theme-bg .checkbox input[type="checkbox"],
.checkbox .theme-white.theme-bg input[type="checkbox"],
.theme-white.theme-bg .radio input[type="radio"],
.radio .theme-white.theme-bg input[type="radio"],
.theme-white.theme-bg .accordion-item,
.theme-white.theme-bg .accordion,
.theme-white.theme-bg .table,
.theme-white.theme-bg table,
.theme-white.theme-bg.number-cols-banner ol li:not(:last-child),
.theme-white.theme-bg .card-split-group > *:not(:last-child) > *,
.theme-white.theme-bg.pull-quote blockquote,
.theme-white .theme-bg .form-control,
.theme-white .theme-bg .site-search .studio-widget-search-input,
.site-search .theme-white .theme-bg .studio-widget-search-input,
.theme-white .theme-bg #searchoptions-generic #search-field input,
#searchoptions-generic #search-field .theme-white .theme-bg input,
.theme-white .theme-bg input[type="file"],
.theme-white .theme-bg .form-select,
.theme-white .theme-bg .form-check-input,
.theme-white .theme-bg .filters input[type="checkbox"],
.filters .theme-white .theme-bg input[type="checkbox"],
.theme-white .theme-bg .filters input[type="radio"],
.filters .theme-white .theme-bg input[type="radio"],
.theme-white .theme-bg .checkbox input[type="checkbox"],
.checkbox .theme-white .theme-bg input[type="checkbox"],
.theme-white .theme-bg .radio input[type="radio"],
.radio .theme-white .theme-bg input[type="radio"],
.theme-white .theme-bg .accordion-item,
.theme-white .theme-bg .accordion,
.theme-white .theme-bg .table,
.theme-white .theme-bg table,
.theme-white .theme-bg.number-cols-banner ol li:not(:last-child),
.theme-white .theme-bg .card-split-group > *:not(:last-child) > *,
.theme-white .theme-bg.pull-quote blockquote {
    border-color: #000;
}
.theme-white.theme-bg .table,
.theme-white.theme-bg table,
.theme-white .theme-bg .table,
.theme-white .theme-bg table {
    box-shadow: 0 -0.3125rem #000;
}
.theme-white.theme-bg :focus,
.theme-white .theme-bg :focus {
    outline-color: #000;
}
.theme-white.theme-bg .display-3:before,
.theme-white.theme-bg div .swiper-pagination-bullet,
.theme-white.theme-bg .icon-social,
.theme-white.theme-bg .news-feature__more:before,
.theme-white.theme-bg .news-feature__more:after,
.theme-white.theme-bg .profiles-feature__card:not(:last-child):after,
.theme-white .theme-bg .display-3:before,
.theme-white .theme-bg div .swiper-pagination-bullet,
.theme-white .theme-bg .icon-social,
.theme-white .theme-bg .news-feature__more:before,
.theme-white .theme-bg .news-feature__more:after,
.theme-white .theme-bg .profiles-feature__card:not(:last-child):after {
    background-color: #000;
}
.theme-white.theme-bg .display-3:before,
.theme-white .theme-bg .display-3:before {
    background-color: #000;
}
.theme-white.theme-bg div .swiper-pagination-bullet-active,
.theme-white .theme-bg div .swiper-pagination-bullet-active {
    background-color: #fff0;
    border: 1px solid #000;
}
.theme-white.theme-bg .logo svg,
.theme-white .theme-bg .logo svg {
    fill: #000;
}
.theme-white.theme-bg .form-select,
.theme-white.theme-bg select.form-control,
.theme-white.theme-bg .site-search select.studio-widget-search-input,
.site-search .theme-white.theme-bg select.studio-widget-search-input,
.theme-white .theme-bg .form-select,
.theme-white .theme-bg select.form-control,
.theme-white .theme-bg .site-search select.studio-widget-search-input,
.site-search .theme-white .theme-bg select.studio-widget-search-input {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24' viewBox='0 -960 960 960' width='24'%3E%3Cpath d='M480-358.463 253.847-584.615 296-626.768l184 184 184-184 42.153 42.153L480-358.463Z' fill='black' /%3E%3C/svg%3E");
}
.theme-white.theme-bg .accordion-button:after,
.theme-white .theme-bg .accordion-button:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24' viewBox='0 -960 960 960' width='24'%3E%3Cpath d='M440-200v-240H200v-80h240v-240h80v240h240v80H520v240h-80Z' fill='black' /%3E%3C/svg%3E");
}
.theme-white.theme-bg .accordion-button:not(.collapsed):after,
.theme-white .theme-bg .accordion-button:not(.collapsed):after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24' viewBox='0 -960 960 960' width='24'%3E%3Cpath d='M200-440v-80h560v80H200Z' fill='black' /%3E%3C/svg%3E");
}
.theme-white.theme-bg .form-select option,
.theme-white.theme-bg select.form-control option,
.theme-white.theme-bg .site-search select.studio-widget-search-input option,
.site-search .theme-white.theme-bg select.studio-widget-search-input option,
.theme-white .theme-bg .form-select option,
.theme-white .theme-bg select.form-control option,
.theme-white .theme-bg .site-search select.studio-widget-search-input option,
.site-search .theme-white .theme-bg select.studio-widget-search-input option {
    color: #000;
}
.theme-white .card-icon__icon {
    background-color: #fff;
}
.theme-white div .swiper-button-prev .material-symbols-outlined,
.theme-white div .swiper-button-next .material-symbols-outlined,
.theme-white .secondary-nav ul li.active a,
.theme-white .btn-text-link-collapse .material-symbols-outlined,
.theme-white .masthead-blocks__functions .btn-icon .material-symbols-outlined,
.theme-white .btn-toggle .material-symbols-outlined,
.theme-white .card-program__toggle .material-symbols-outlined,
.theme-white #view_period_switchers .material-symbols-outlined,
.theme-white .number-cols-banner ol li:before,
.theme-white .card .btn-icon .material-symbols-outlined,
.theme-white .card-banner .card .btn-icon .material-symbols-outlined,
.theme-white .masthead-article__section-title,
.theme-white .masthead-article .btn-text-link .material-symbols-outlined,
.theme-white .pagination .currentpage,
.theme-white ul li::marker,
.theme-white .nav-pills .nav-link.active,
.theme-white .nav-pills .show > .nav-link,
.theme-white .sticky-nav ul li a.active {
    color: #000;
}
.theme-white .secondary-nav a:after,
.theme-white .masthead-profile__social .icon-social,
.theme-white .nav-pills-h-border .nav-link:after,
.theme-white .nav-pills-h .nav-link:after,
.theme-white .banner__btn-toggle,
.theme-white .events-calendar .cal-event {
    background-color: #000;
}
.theme-white .nav-pills[aria-orientation="vertical"] .nav-link.active,
.theme-white .nav-pills[aria-orientation="vertical"] .nav-link:hover,
.theme-white .nav-pills[aria-orientation="vertical"] .nav-link:focus {
    color: #0000008c;
}
.theme-white .accordion-button:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24' viewBox='0 -960 960 960' width='24'%3E%3Cpath d='M440-200v-240H200v-80h240v-240h80v240h240v80H520v240h-80Z' fill='black' /%3E%3C/svg%3E");
}
.theme-white .accordion-button:not(.collapsed):after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24' viewBox='0 -960 960 960' width='24'%3E%3Cpath d='M200-440v-80h560v80H200Z' fill='black' /%3E%3C/svg%3E");
}
.theme-white .btn-dark .material-symbols-outlined,
.theme-white .btn-dark:not(.js-pause-motion) .material-symbols-outlined {
    color: #fff;
}
.theme-white.theme-bg .accordion-button:after {
    background-image: var(--bs-accordion-btn-icon);
}
.theme-white.theme-bg .accordion-button:not(.collapsed):after {
    background-image: var(--bs-accordion-btn-active-icon);
}
[class^="theme-"] .theme-white .accordion-button:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24' viewBox='0 -960 960 960' width='24'%3E%3Cpath d='M440-200v-240H200v-80h240v-240h80v240h240v80H520v240h-80Z' fill='black' /%3E%3C/svg%3E");
}
[class^="theme-"] .theme-white .accordion-button:not(.collapsed):after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24' viewBox='0 -960 960 960' width='24'%3E%3Cpath d='M200-440v-80h560v80H200Z' fill='black' /%3E%3C/svg%3E");
}
.theme-black.theme-bg,
.theme-black .theme-bg {
    background-color: #000;
    color: #fff;
}
.theme-black.theme-bg .form-control::-moz-placeholder,
.theme-black.theme-bg .site-search .studio-widget-search-input::-moz-placeholder,
.site-search .theme-black.theme-bg .studio-widget-search-input::-moz-placeholder,
.theme-black.theme-bg #searchoptions-generic #search-field input::-moz-placeholder,
#searchoptions-generic #search-field .theme-black.theme-bg input::-moz-placeholder,
.theme-black.theme-bg input[type="file"]::-moz-placeholder,
.theme-black.theme-bg .form-select::-moz-placeholder,
.theme-black .theme-bg .form-control::-moz-placeholder,
.theme-black .theme-bg .site-search .studio-widget-search-input::-moz-placeholder,
.site-search .theme-black .theme-bg .studio-widget-search-input::-moz-placeholder,
.theme-black .theme-bg #searchoptions-generic #search-field input::-moz-placeholder,
#searchoptions-generic #search-field .theme-black .theme-bg input::-moz-placeholder,
.theme-black .theme-bg input[type="file"]::-moz-placeholder,
.theme-black .theme-bg .form-select::-moz-placeholder {
    color: #fff;
}
.theme-black.theme-bg h6,
.theme-black.theme-bg .h6,
.theme-black.theme-bg h5,
.theme-black.theme-bg .h5,
.theme-black.theme-bg h4,
.theme-black.theme-bg .h4,
.theme-black.theme-bg h3,
.theme-black.theme-bg .h3,
.theme-black.theme-bg .search-filters__title,
.theme-black.theme-bg h2,
.theme-black.theme-bg .h2,
.theme-black.theme-bg h1,
.theme-black.theme-bg .h1,
.theme-black.theme-bg a:not(.btn),
.theme-black.theme-bg caption,
.theme-black.theme-bg .form-text,
.theme-black.theme-bg .btn-link,
.theme-black.theme-bg a[href^="tel"],
.theme-black.theme-bg .btn-link:active,
.theme-black.theme-bg select option,
.theme-black.theme-bg .form-control,
.theme-black.theme-bg .site-search .studio-widget-search-input,
.site-search .theme-black.theme-bg .studio-widget-search-input,
.theme-black.theme-bg #searchoptions-generic #search-field input,
#searchoptions-generic #search-field .theme-black.theme-bg input,
.theme-black.theme-bg input[type="file"],
.theme-black.theme-bg .form-select,
.theme-black.theme-bg .form-control::placeholder,
.theme-black.theme-bg .site-search .studio-widget-search-input::placeholder,
.site-search .theme-black.theme-bg .studio-widget-search-input::placeholder,
.theme-black.theme-bg #searchoptions-generic #search-field input::placeholder,
#searchoptions-generic #search-field .theme-black.theme-bg input::placeholder,
.theme-black.theme-bg input[type="file"]::placeholder,
.theme-black.theme-bg .form-select::placeholder,
.theme-black.theme-bg ul li::marker,
.theme-black.theme-bg .btn-icon,
.theme-black.theme-bg .btn-icon .material-symbols-outlined,
.theme-black.theme-bg .accordion-button,
.theme-black.theme-bg .accordion-item,
.theme-black.theme-bg .table,
.theme-black.theme-bg table,
.theme-black.theme-bg.number-cols-banner ol li:before,
.theme-black.theme-bg .btn-reset,
.theme-black.theme-bg div .swiper-button-prev .material-symbols-outlined,
.theme-black.theme-bg div .swiper-button-next .material-symbols-outlined,
.theme-black .theme-bg h6,
.theme-black .theme-bg .h6,
.theme-black .theme-bg h5,
.theme-black .theme-bg .h5,
.theme-black .theme-bg h4,
.theme-black .theme-bg .h4,
.theme-black .theme-bg h3,
.theme-black .theme-bg .h3,
.theme-black .theme-bg .search-filters__title,
.theme-black .theme-bg h2,
.theme-black .theme-bg .h2,
.theme-black .theme-bg h1,
.theme-black .theme-bg .h1,
.theme-black .theme-bg a:not(.btn),
.theme-black .theme-bg caption,
.theme-black .theme-bg .form-text,
.theme-black .theme-bg .btn-link,
.theme-black .theme-bg a[href^="tel"],
.theme-black .theme-bg .btn-link:active,
.theme-black .theme-bg select option,
.theme-black .theme-bg .form-control,
.theme-black .theme-bg .site-search .studio-widget-search-input,
.site-search .theme-black .theme-bg .studio-widget-search-input,
.theme-black .theme-bg #searchoptions-generic #search-field input,
#searchoptions-generic #search-field .theme-black .theme-bg input,
.theme-black .theme-bg input[type="file"],
.theme-black .theme-bg .form-select,
.theme-black .theme-bg .form-control::placeholder,
.theme-black .theme-bg .site-search .studio-widget-search-input::placeholder,
.site-search .theme-black .theme-bg .studio-widget-search-input::placeholder,
.theme-black .theme-bg #searchoptions-generic #search-field input::placeholder,
#searchoptions-generic #search-field .theme-black .theme-bg input::placeholder,
.theme-black .theme-bg input[type="file"]::placeholder,
.theme-black .theme-bg .form-select::placeholder,
.theme-black .theme-bg ul li::marker,
.theme-black .theme-bg .btn-icon,
.theme-black .theme-bg .btn-icon .material-symbols-outlined,
.theme-black .theme-bg .accordion-button,
.theme-black .theme-bg .accordion-item,
.theme-black .theme-bg .table,
.theme-black .theme-bg table,
.theme-black .theme-bg.number-cols-banner ol li:before,
.theme-black .theme-bg .btn-reset,
.theme-black .theme-bg div .swiper-button-prev .material-symbols-outlined,
.theme-black .theme-bg div .swiper-button-next .material-symbols-outlined {
    color: #fff;
}
.theme-black.theme-bg .form-control,
.theme-black.theme-bg .site-search .studio-widget-search-input,
.site-search .theme-black.theme-bg .studio-widget-search-input,
.theme-black.theme-bg #searchoptions-generic #search-field input,
#searchoptions-generic #search-field .theme-black.theme-bg input,
.theme-black.theme-bg input[type="file"],
.theme-black.theme-bg .form-select,
.theme-black.theme-bg .form-check-input,
.theme-black.theme-bg .filters input[type="checkbox"],
.filters .theme-black.theme-bg input[type="checkbox"],
.theme-black.theme-bg .filters input[type="radio"],
.filters .theme-black.theme-bg input[type="radio"],
.theme-black.theme-bg .checkbox input[type="checkbox"],
.checkbox .theme-black.theme-bg input[type="checkbox"],
.theme-black.theme-bg .radio input[type="radio"],
.radio .theme-black.theme-bg input[type="radio"],
.theme-black.theme-bg .accordion-item,
.theme-black.theme-bg .accordion,
.theme-black.theme-bg .table,
.theme-black.theme-bg table,
.theme-black.theme-bg.number-cols-banner ol li:not(:last-child),
.theme-black.theme-bg .card-split-group > *:not(:last-child) > *,
.theme-black.theme-bg.pull-quote blockquote,
.theme-black .theme-bg .form-control,
.theme-black .theme-bg .site-search .studio-widget-search-input,
.site-search .theme-black .theme-bg .studio-widget-search-input,
.theme-black .theme-bg #searchoptions-generic #search-field input,
#searchoptions-generic #search-field .theme-black .theme-bg input,
.theme-black .theme-bg input[type="file"],
.theme-black .theme-bg .form-select,
.theme-black .theme-bg .form-check-input,
.theme-black .theme-bg .filters input[type="checkbox"],
.filters .theme-black .theme-bg input[type="checkbox"],
.theme-black .theme-bg .filters input[type="radio"],
.filters .theme-black .theme-bg input[type="radio"],
.theme-black .theme-bg .checkbox input[type="checkbox"],
.checkbox .theme-black .theme-bg input[type="checkbox"],
.theme-black .theme-bg .radio input[type="radio"],
.radio .theme-black .theme-bg input[type="radio"],
.theme-black .theme-bg .accordion-item,
.theme-black .theme-bg .accordion,
.theme-black .theme-bg .table,
.theme-black .theme-bg table,
.theme-black .theme-bg.number-cols-banner ol li:not(:last-child),
.theme-black .theme-bg .card-split-group > *:not(:last-child) > *,
.theme-black .theme-bg.pull-quote blockquote {
    border-color: #fff;
}
.theme-black.theme-bg .table,
.theme-black.theme-bg table,
.theme-black .theme-bg .table,
.theme-black .theme-bg table {
    box-shadow: 0 -0.3125rem #fff;
}
.theme-black.theme-bg :focus,
.theme-black .theme-bg :focus {
    outline-color: #fff;
}
.theme-black.theme-bg .display-3:before,
.theme-black.theme-bg div .swiper-pagination-bullet,
.theme-black.theme-bg .icon-social,
.theme-black.theme-bg .news-feature__more:before,
.theme-black.theme-bg .news-feature__more:after,
.theme-black.theme-bg .profiles-feature__card:not(:last-child):after,
.theme-black .theme-bg .display-3:before,
.theme-black .theme-bg div .swiper-pagination-bullet,
.theme-black .theme-bg .icon-social,
.theme-black .theme-bg .news-feature__more:before,
.theme-black .theme-bg .news-feature__more:after,
.theme-black .theme-bg .profiles-feature__card:not(:last-child):after {
    background-color: #fff;
}
.theme-black.theme-bg .display-3:before,
.theme-black .theme-bg .display-3:before {
    background-color: #fff;
}
.theme-black.theme-bg div .swiper-pagination-bullet-active,
.theme-black .theme-bg div .swiper-pagination-bullet-active {
    background-color: #fff0;
    border: 1px solid #fff;
}
.theme-black.theme-bg .logo svg,
.theme-black .theme-bg .logo svg {
    fill: #fff;
}
.theme-black.theme-bg .form-select,
.theme-black.theme-bg select.form-control,
.theme-black.theme-bg .site-search select.studio-widget-search-input,
.site-search .theme-black.theme-bg select.studio-widget-search-input,
.theme-black .theme-bg .form-select,
.theme-black .theme-bg select.form-control,
.theme-black .theme-bg .site-search select.studio-widget-search-input,
.site-search .theme-black .theme-bg select.studio-widget-search-input {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24' viewBox='0 -960 960 960' width='24'%3E%3Cpath d='M480-358.463 253.847-584.615 296-626.768l184 184 184-184 42.153 42.153L480-358.463Z' fill='white' /%3E%3C/svg%3E");
}
.theme-black.theme-bg .accordion-button:after,
.theme-black .theme-bg .accordion-button:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24' viewBox='0 -960 960 960' width='24'%3E%3Cpath d='M440-200v-240H200v-80h240v-240h80v240h240v80H520v240h-80Z' fill='white' /%3E%3C/svg%3E");
}
.theme-black.theme-bg .accordion-button:not(.collapsed):after,
.theme-black .theme-bg .accordion-button:not(.collapsed):after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24' viewBox='0 -960 960 960' width='24'%3E%3Cpath d='M200-440v-80h560v80H200Z' fill='white' /%3E%3C/svg%3E");
}
.theme-black.theme-bg .form-select option,
.theme-black.theme-bg select.form-control option,
.theme-black.theme-bg .site-search select.studio-widget-search-input option,
.site-search .theme-black.theme-bg select.studio-widget-search-input option,
.theme-black .theme-bg .form-select option,
.theme-black .theme-bg select.form-control option,
.theme-black .theme-bg .site-search select.studio-widget-search-input option,
.site-search .theme-black .theme-bg select.studio-widget-search-input option {
    color: #000;
}
.theme-black .card-icon__icon {
    background-color: #000;
}
.theme-black div .swiper-button-prev .material-symbols-outlined,
.theme-black div .swiper-button-next .material-symbols-outlined,
.theme-black .secondary-nav ul li.active a,
.theme-black .btn-text-link-collapse .material-symbols-outlined,
.theme-black .masthead-blocks__functions .btn-icon .material-symbols-outlined,
.theme-black .btn-toggle .material-symbols-outlined,
.theme-black .card-program__toggle .material-symbols-outlined,
.theme-black #view_period_switchers .material-symbols-outlined,
.theme-black .number-cols-banner ol li:before,
.theme-black .card .btn-icon .material-symbols-outlined,
.theme-black .card-banner .card .btn-icon .material-symbols-outlined,
.theme-black .masthead-article__section-title,
.theme-black .masthead-article .btn-text-link .material-symbols-outlined,
.theme-black .pagination .currentpage,
.theme-black ul li::marker,
.theme-black .nav-pills .nav-link.active,
.theme-black .nav-pills .show > .nav-link,
.theme-black .sticky-nav ul li a.active {
    color: #000;
}
.theme-black .secondary-nav a:after,
.theme-black .masthead-profile__social .icon-social,
.theme-black .nav-pills-h-border .nav-link:after,
.theme-black .nav-pills-h .nav-link:after,
.theme-black .banner__btn-toggle,
.theme-black .events-calendar .cal-event {
    background-color: #000;
}
.theme-black .nav-pills[aria-orientation="vertical"] .nav-link.active,
.theme-black .nav-pills[aria-orientation="vertical"] .nav-link:hover,
.theme-black .nav-pills[aria-orientation="vertical"] .nav-link:focus {
    color: #0000008c;
}
.theme-black .accordion-button:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24' viewBox='0 -960 960 960' width='24'%3E%3Cpath d='M440-200v-240H200v-80h240v-240h80v240h240v80H520v240h-80Z' fill='black' /%3E%3C/svg%3E");
}
.theme-black .accordion-button:not(.collapsed):after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24' viewBox='0 -960 960 960' width='24'%3E%3Cpath d='M200-440v-80h560v80H200Z' fill='black' /%3E%3C/svg%3E");
}
.theme-black .btn-dark .material-symbols-outlined,
.theme-black .btn-dark:not(.js-pause-motion) .material-symbols-outlined {
    color: #fff;
}
.theme-black.theme-bg .accordion-button:after {
    background-image: var(--bs-accordion-btn-icon);
}
.theme-black.theme-bg .accordion-button:not(.collapsed):after {
    background-image: var(--bs-accordion-btn-active-icon);
}
[class^="theme-"] .theme-black .accordion-button:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24' viewBox='0 -960 960 960' width='24'%3E%3Cpath d='M440-200v-240H200v-80h240v-240h80v240h240v80H520v240h-80Z' fill='white' /%3E%3C/svg%3E");
}
[class^="theme-"] .theme-black .accordion-button:not(.collapsed):after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24' viewBox='0 -960 960 960' width='24'%3E%3Cpath d='M200-440v-80h560v80H200Z' fill='white' /%3E%3C/svg%3E");
}
.btn-primary.theme-bg,
.btn-primary .theme-bg,
.btn-icon.btn-icon-primary.theme-bg,
.btn-icon.btn-icon-primary .theme-bg {
    background-color: #e20778;
    color: #fff;
}
.btn-primary.theme-bg .form-control::-moz-placeholder,
.btn-primary.theme-bg .site-search .studio-widget-search-input::-moz-placeholder,
.site-search .btn-primary.theme-bg .studio-widget-search-input::-moz-placeholder,
.btn-primary.theme-bg #searchoptions-generic #search-field input::-moz-placeholder,
#searchoptions-generic #search-field .btn-primary.theme-bg input::-moz-placeholder,
.btn-primary.theme-bg input[type="file"]::-moz-placeholder,
.btn-primary.theme-bg .form-select::-moz-placeholder,
.btn-primary.theme-bg select.form-control::-moz-placeholder,
.btn-primary.theme-bg .site-search select.studio-widget-search-input::-moz-placeholder,
.site-search .btn-primary.theme-bg select.studio-widget-search-input::-moz-placeholder,
.btn-primary .theme-bg .form-control::-moz-placeholder,
.btn-primary .theme-bg .site-search .studio-widget-search-input::-moz-placeholder,
.site-search .btn-primary .theme-bg .studio-widget-search-input::-moz-placeholder,
.btn-primary .theme-bg #searchoptions-generic #search-field input::-moz-placeholder,
#searchoptions-generic #search-field .btn-primary .theme-bg input::-moz-placeholder,
.btn-primary .theme-bg input[type="file"]::-moz-placeholder,
.btn-primary .theme-bg .form-select::-moz-placeholder,
.btn-primary .theme-bg select.form-control::-moz-placeholder,
.btn-primary .theme-bg .site-search select.studio-widget-search-input::-moz-placeholder,
.site-search .btn-primary .theme-bg select.studio-widget-search-input::-moz-placeholder,
.btn-icon.btn-icon-primary.theme-bg .form-control::-moz-placeholder,
.btn-icon.btn-icon-primary.theme-bg .site-search .studio-widget-search-input::-moz-placeholder,
.site-search .btn-icon.btn-icon-primary.theme-bg .studio-widget-search-input::-moz-placeholder,
.btn-icon.btn-icon-primary.theme-bg #searchoptions-generic #search-field input::-moz-placeholder,
#searchoptions-generic #search-field .btn-icon.btn-icon-primary.theme-bg input::-moz-placeholder,
.btn-icon.btn-icon-primary.theme-bg input[type="file"]::-moz-placeholder,
.btn-icon.btn-icon-primary.theme-bg .form-select::-moz-placeholder,
.btn-icon.btn-icon-primary.theme-bg select.form-control::-moz-placeholder,
.btn-icon.btn-icon-primary.theme-bg .site-search select.studio-widget-search-input::-moz-placeholder,
.site-search .btn-icon.btn-icon-primary.theme-bg select.studio-widget-search-input::-moz-placeholder,
.btn-icon.btn-icon-primary .theme-bg .form-control::-moz-placeholder,
.btn-icon.btn-icon-primary .theme-bg .site-search .studio-widget-search-input::-moz-placeholder,
.site-search .btn-icon.btn-icon-primary .theme-bg .studio-widget-search-input::-moz-placeholder,
.btn-icon.btn-icon-primary .theme-bg #searchoptions-generic #search-field input::-moz-placeholder,
#searchoptions-generic #search-field .btn-icon.btn-icon-primary .theme-bg input::-moz-placeholder,
.btn-icon.btn-icon-primary .theme-bg input[type="file"]::-moz-placeholder,
.btn-icon.btn-icon-primary .theme-bg .form-select::-moz-placeholder,
.btn-icon.btn-icon-primary .theme-bg select.form-control::-moz-placeholder,
.btn-icon.btn-icon-primary .theme-bg .site-search select.studio-widget-search-input::-moz-placeholder,
.site-search .btn-icon.btn-icon-primary .theme-bg select.studio-widget-search-input::-moz-placeholder {
    color: #fff;
}
.btn-primary.theme-bg h6,
.btn-primary.theme-bg .h6,
.btn-primary.theme-bg .h6,
.btn-primary.theme-bg h5,
.btn-primary.theme-bg .h5,
.btn-primary.theme-bg .h5,
.btn-primary.theme-bg h4,
.btn-primary.theme-bg .h4,
.btn-primary.theme-bg .h4,
.btn-primary.theme-bg h3,
.btn-primary.theme-bg .h3,
.btn-primary.theme-bg .search-filters__title,
.btn-primary.theme-bg .h3,
.btn-primary.theme-bg .search-filters__title,
.btn-primary.theme-bg h2,
.btn-primary.theme-bg .h2,
.btn-primary.theme-bg .h2,
.btn-primary.theme-bg h1,
.btn-primary.theme-bg .h1,
.btn-primary.theme-bg .h1,
.btn-primary.theme-bg a:not(.btn),
.btn-primary.theme-bg caption,
.btn-primary.theme-bg .form-text,
.btn-primary.theme-bg .btn-link,
.btn-primary.theme-bg a[href^="tel"],
.btn-primary.theme-bg .btn-link:active,
.btn-primary.theme-bg select option,
.btn-primary.theme-bg .form-control,
.btn-primary.theme-bg .site-search .studio-widget-search-input,
.site-search .btn-primary.theme-bg .studio-widget-search-input,
.btn-primary.theme-bg #searchoptions-generic #search-field input,
#searchoptions-generic #search-field .btn-primary.theme-bg input,
.btn-primary.theme-bg input[type="file"],
.btn-primary.theme-bg .form-select,
.btn-primary.theme-bg select.form-control,
.btn-primary.theme-bg .site-search select.studio-widget-search-input,
.site-search .btn-primary.theme-bg select.studio-widget-search-input,
.btn-primary.theme-bg .form-control::placeholder,
.btn-primary.theme-bg .site-search .studio-widget-search-input::placeholder,
.site-search .btn-primary.theme-bg .studio-widget-search-input::placeholder,
.btn-primary.theme-bg #searchoptions-generic #search-field input::placeholder,
#searchoptions-generic #search-field .btn-primary.theme-bg input::placeholder,
.btn-primary.theme-bg input[type="file"]::placeholder,
.btn-primary.theme-bg .form-select::placeholder,
.btn-primary.theme-bg select.form-control::placeholder,
.btn-primary.theme-bg .site-search select.studio-widget-search-input::placeholder,
.site-search .btn-primary.theme-bg select.studio-widget-search-input::placeholder,
.btn-primary.theme-bg ul li::marker,
.btn-primary.theme-bg .btn-icon,
.btn-primary.theme-bg .btn-icon .material-symbols-outlined,
.btn-primary.theme-bg .accordion-button,
.btn-primary.theme-bg .accordion-item,
.btn-primary.theme-bg .table,
.btn-primary.theme-bg table,
.btn-primary.theme-bg.number-cols-banner ol li:before,
.btn-primary.theme-bg .btn-reset,
.btn-primary.theme-bg div .swiper-button-prev .material-symbols-outlined,
.btn-primary.theme-bg div .swiper-button-next .material-symbols-outlined,
.btn-primary .theme-bg h6,
.btn-primary .theme-bg .h6,
.btn-primary .theme-bg .h6,
.btn-primary .theme-bg h5,
.btn-primary .theme-bg .h5,
.btn-primary .theme-bg .h5,
.btn-primary .theme-bg h4,
.btn-primary .theme-bg .h4,
.btn-primary .theme-bg .h4,
.btn-primary .theme-bg h3,
.btn-primary .theme-bg .h3,
.btn-primary .theme-bg .search-filters__title,
.btn-primary .theme-bg .h3,
.btn-primary .theme-bg .search-filters__title,
.btn-primary .theme-bg h2,
.btn-primary .theme-bg .h2,
.btn-primary .theme-bg .h2,
.btn-primary .theme-bg h1,
.btn-primary .theme-bg .h1,
.btn-primary .theme-bg .h1,
.btn-primary .theme-bg a:not(.btn),
.btn-primary .theme-bg caption,
.btn-primary .theme-bg .form-text,
.btn-primary .theme-bg .btn-link,
.btn-primary .theme-bg a[href^="tel"],
.btn-primary .theme-bg .btn-link:active,
.btn-primary .theme-bg select option,
.btn-primary .theme-bg .form-control,
.btn-primary .theme-bg .site-search .studio-widget-search-input,
.site-search .btn-primary .theme-bg .studio-widget-search-input,
.btn-primary .theme-bg #searchoptions-generic #search-field input,
#searchoptions-generic #search-field .btn-primary .theme-bg input,
.btn-primary .theme-bg input[type="file"],
.btn-primary .theme-bg .form-select,
.btn-primary .theme-bg select.form-control,
.btn-primary .theme-bg .site-search select.studio-widget-search-input,
.site-search .btn-primary .theme-bg select.studio-widget-search-input,
.btn-primary .theme-bg .form-control::placeholder,
.btn-primary .theme-bg .site-search .studio-widget-search-input::placeholder,
.site-search .btn-primary .theme-bg .studio-widget-search-input::placeholder,
.btn-primary .theme-bg #searchoptions-generic #search-field input::placeholder,
#searchoptions-generic #search-field .btn-primary .theme-bg input::placeholder,
.btn-primary .theme-bg input[type="file"]::placeholder,
.btn-primary .theme-bg .form-select::placeholder,
.btn-primary .theme-bg select.form-control::placeholder,
.btn-primary .theme-bg .site-search select.studio-widget-search-input::placeholder,
.site-search .btn-primary .theme-bg select.studio-widget-search-input::placeholder,
.btn-primary .theme-bg ul li::marker,
.btn-primary .theme-bg .btn-icon,
.btn-primary .theme-bg .btn-icon .material-symbols-outlined,
.btn-primary .theme-bg .accordion-button,
.btn-primary .theme-bg .accordion-item,
.btn-primary .theme-bg .table,
.btn-primary .theme-bg table,
.btn-primary .theme-bg.number-cols-banner ol li:before,
.btn-primary .theme-bg .btn-reset,
.btn-primary .theme-bg div .swiper-button-prev .material-symbols-outlined,
.btn-primary .theme-bg div .swiper-button-next .material-symbols-outlined,
.btn-icon.btn-icon-primary.theme-bg h6,
.btn-icon.btn-icon-primary.theme-bg .h6,
.btn-icon.btn-icon-primary.theme-bg .h6,
.btn-icon.btn-icon-primary.theme-bg h5,
.btn-icon.btn-icon-primary.theme-bg .h5,
.btn-icon.btn-icon-primary.theme-bg .h5,
.btn-icon.btn-icon-primary.theme-bg h4,
.btn-icon.btn-icon-primary.theme-bg .h4,
.btn-icon.btn-icon-primary.theme-bg .h4,
.btn-icon.btn-icon-primary.theme-bg h3,
.btn-icon.btn-icon-primary.theme-bg .h3,
.btn-icon.btn-icon-primary.theme-bg .search-filters__title,
.btn-icon.btn-icon-primary.theme-bg .h3,
.btn-icon.btn-icon-primary.theme-bg .search-filters__title,
.btn-icon.btn-icon-primary.theme-bg h2,
.btn-icon.btn-icon-primary.theme-bg .h2,
.btn-icon.btn-icon-primary.theme-bg .h2,
.btn-icon.btn-icon-primary.theme-bg h1,
.btn-icon.btn-icon-primary.theme-bg .h1,
.btn-icon.btn-icon-primary.theme-bg .h1,
.btn-icon.btn-icon-primary.theme-bg a:not(.btn),
.btn-icon.btn-icon-primary.theme-bg caption,
.btn-icon.btn-icon-primary.theme-bg .form-text,
.btn-icon.btn-icon-primary.theme-bg .btn-link,
.btn-icon.btn-icon-primary.theme-bg a[href^="tel"],
.btn-icon.btn-icon-primary.theme-bg .btn-link:active,
.btn-icon.btn-icon-primary.theme-bg select option,
.btn-icon.btn-icon-primary.theme-bg .form-control,
.btn-icon.btn-icon-primary.theme-bg .site-search .studio-widget-search-input,
.site-search .btn-icon.btn-icon-primary.theme-bg .studio-widget-search-input,
.btn-icon.btn-icon-primary.theme-bg #searchoptions-generic #search-field input,
#searchoptions-generic #search-field .btn-icon.btn-icon-primary.theme-bg input,
.btn-icon.btn-icon-primary.theme-bg input[type="file"],
.btn-icon.btn-icon-primary.theme-bg .form-select,
.btn-icon.btn-icon-primary.theme-bg select.form-control,
.btn-icon.btn-icon-primary.theme-bg .site-search select.studio-widget-search-input,
.site-search .btn-icon.btn-icon-primary.theme-bg select.studio-widget-search-input,
.btn-icon.btn-icon-primary.theme-bg .form-control::placeholder,
.btn-icon.btn-icon-primary.theme-bg .site-search .studio-widget-search-input::placeholder,
.site-search .btn-icon.btn-icon-primary.theme-bg .studio-widget-search-input::placeholder,
.btn-icon.btn-icon-primary.theme-bg #searchoptions-generic #search-field input::placeholder,
#searchoptions-generic #search-field .btn-icon.btn-icon-primary.theme-bg input::placeholder,
.btn-icon.btn-icon-primary.theme-bg input[type="file"]::placeholder,
.btn-icon.btn-icon-primary.theme-bg .form-select::placeholder,
.btn-icon.btn-icon-primary.theme-bg select.form-control::placeholder,
.btn-icon.btn-icon-primary.theme-bg .site-search select.studio-widget-search-input::placeholder,
.site-search .btn-icon.btn-icon-primary.theme-bg select.studio-widget-search-input::placeholder,
.btn-icon.btn-icon-primary.theme-bg ul li::marker,
.btn-icon.btn-icon-primary.theme-bg .btn-icon,
.btn-icon.btn-icon-primary.theme-bg .btn-icon .material-symbols-outlined,
.btn-icon.btn-icon-primary.theme-bg .accordion-button,
.btn-icon.btn-icon-primary.theme-bg .accordion-item,
.btn-icon.btn-icon-primary.theme-bg .table,
.btn-icon.btn-icon-primary.theme-bg table,
.btn-icon.btn-icon-primary.theme-bg.number-cols-banner ol li:before,
.btn-icon.btn-icon-primary.theme-bg .btn-reset,
.btn-icon.btn-icon-primary.theme-bg div .swiper-button-prev .material-symbols-outlined,
.btn-icon.btn-icon-primary.theme-bg div .swiper-button-next .material-symbols-outlined,
.btn-icon.btn-icon-primary .theme-bg h6,
.btn-icon.btn-icon-primary .theme-bg .h6,
.btn-icon.btn-icon-primary .theme-bg .h6,
.btn-icon.btn-icon-primary .theme-bg h5,
.btn-icon.btn-icon-primary .theme-bg .h5,
.btn-icon.btn-icon-primary .theme-bg .h5,
.btn-icon.btn-icon-primary .theme-bg h4,
.btn-icon.btn-icon-primary .theme-bg .h4,
.btn-icon.btn-icon-primary .theme-bg .h4,
.btn-icon.btn-icon-primary .theme-bg h3,
.btn-icon.btn-icon-primary .theme-bg .h3,
.btn-icon.btn-icon-primary .theme-bg .search-filters__title,
.btn-icon.btn-icon-primary .theme-bg .h3,
.btn-icon.btn-icon-primary .theme-bg .search-filters__title,
.btn-icon.btn-icon-primary .theme-bg h2,
.btn-icon.btn-icon-primary .theme-bg .h2,
.btn-icon.btn-icon-primary .theme-bg .h2,
.btn-icon.btn-icon-primary .theme-bg h1,
.btn-icon.btn-icon-primary .theme-bg .h1,
.btn-icon.btn-icon-primary .theme-bg .h1,
.btn-icon.btn-icon-primary .theme-bg a:not(.btn),
.btn-icon.btn-icon-primary .theme-bg caption,
.btn-icon.btn-icon-primary .theme-bg .form-text,
.btn-icon.btn-icon-primary .theme-bg .btn-link,
.btn-icon.btn-icon-primary .theme-bg a[href^="tel"],
.btn-icon.btn-icon-primary .theme-bg .btn-link:active,
.btn-icon.btn-icon-primary .theme-bg select option,
.btn-icon.btn-icon-primary .theme-bg .form-control,
.btn-icon.btn-icon-primary .theme-bg .site-search .studio-widget-search-input,
.site-search .btn-icon.btn-icon-primary .theme-bg .studio-widget-search-input,
.btn-icon.btn-icon-primary .theme-bg #searchoptions-generic #search-field input,
#searchoptions-generic #search-field .btn-icon.btn-icon-primary .theme-bg input,
.btn-icon.btn-icon-primary .theme-bg input[type="file"],
.btn-icon.btn-icon-primary .theme-bg .form-select,
.btn-icon.btn-icon-primary .theme-bg select.form-control,
.btn-icon.btn-icon-primary .theme-bg .site-search select.studio-widget-search-input,
.site-search .btn-icon.btn-icon-primary .theme-bg select.studio-widget-search-input,
.btn-icon.btn-icon-primary .theme-bg .form-control::placeholder,
.btn-icon.btn-icon-primary .theme-bg .site-search .studio-widget-search-input::placeholder,
.site-search .btn-icon.btn-icon-primary .theme-bg .studio-widget-search-input::placeholder,
.btn-icon.btn-icon-primary .theme-bg #searchoptions-generic #search-field input::placeholder,
#searchoptions-generic #search-field .btn-icon.btn-icon-primary .theme-bg input::placeholder,
.btn-icon.btn-icon-primary .theme-bg input[type="file"]::placeholder,
.btn-icon.btn-icon-primary .theme-bg .form-select::placeholder,
.btn-icon.btn-icon-primary .theme-bg select.form-control::placeholder,
.btn-icon.btn-icon-primary .theme-bg .site-search select.studio-widget-search-input::placeholder,
.site-search .btn-icon.btn-icon-primary .theme-bg select.studio-widget-search-input::placeholder,
.btn-icon.btn-icon-primary .theme-bg ul li::marker,
.btn-icon.btn-icon-primary .theme-bg .btn-icon,
.btn-icon.btn-icon-primary .theme-bg .btn-icon .material-symbols-outlined,
.btn-icon.btn-icon-primary .theme-bg .accordion-button,
.btn-icon.btn-icon-primary .theme-bg .accordion-item,
.btn-icon.btn-icon-primary .theme-bg .table,
.btn-icon.btn-icon-primary .theme-bg table,
.btn-icon.btn-icon-primary .theme-bg.number-cols-banner ol li:before,
.btn-icon.btn-icon-primary .theme-bg .btn-reset,
.btn-icon.btn-icon-primary .theme-bg div .swiper-button-prev .material-symbols-outlined,
.btn-icon.btn-icon-primary .theme-bg div .swiper-button-next .material-symbols-outlined {
    color: #fff;
}
.btn-primary.theme-bg .form-control,
.btn-primary.theme-bg .site-search .studio-widget-search-input,
.site-search .btn-primary.theme-bg .studio-widget-search-input,
.btn-primary.theme-bg #searchoptions-generic #search-field input,
#searchoptions-generic #search-field .btn-primary.theme-bg input,
.btn-primary.theme-bg input[type="file"],
.btn-primary.theme-bg .form-select,
.btn-primary.theme-bg .form-check-input,
.btn-primary.theme-bg .filters input[type="checkbox"],
.filters .btn-primary.theme-bg input[type="checkbox"],
.btn-primary.theme-bg .filters input[type="radio"],
.filters .btn-primary.theme-bg input[type="radio"],
.btn-primary.theme-bg .checkbox input[type="checkbox"],
.checkbox .btn-primary.theme-bg input[type="checkbox"],
.btn-primary.theme-bg .radio input[type="radio"],
.radio .btn-primary.theme-bg input[type="radio"],
.btn-primary.theme-bg .accordion-item,
.btn-primary.theme-bg .accordion,
.btn-primary.theme-bg .table,
.btn-primary.theme-bg table,
.btn-primary.theme-bg.number-cols-banner ol li:not(:last-child),
.btn-primary.theme-bg .card-split-group > *:not(:last-child) > *,
.btn-primary.theme-bg.pull-quote blockquote,
.btn-primary .theme-bg .form-control,
.btn-primary .theme-bg .site-search .studio-widget-search-input,
.site-search .btn-primary .theme-bg .studio-widget-search-input,
.btn-primary .theme-bg #searchoptions-generic #search-field input,
#searchoptions-generic #search-field .btn-primary .theme-bg input,
.btn-primary .theme-bg input[type="file"],
.btn-primary .theme-bg .form-select,
.btn-primary .theme-bg .form-check-input,
.btn-primary .theme-bg .filters input[type="checkbox"],
.filters .btn-primary .theme-bg input[type="checkbox"],
.btn-primary .theme-bg .filters input[type="radio"],
.filters .btn-primary .theme-bg input[type="radio"],
.btn-primary .theme-bg .checkbox input[type="checkbox"],
.checkbox .btn-primary .theme-bg input[type="checkbox"],
.btn-primary .theme-bg .radio input[type="radio"],
.radio .btn-primary .theme-bg input[type="radio"],
.btn-primary .theme-bg .accordion-item,
.btn-primary .theme-bg .accordion,
.btn-primary .theme-bg .table,
.btn-primary .theme-bg table,
.btn-primary .theme-bg.number-cols-banner ol li:not(:last-child),
.btn-primary .theme-bg .card-split-group > *:not(:last-child) > *,
.btn-primary .theme-bg.pull-quote blockquote,
.btn-icon.btn-icon-primary.theme-bg .form-control,
.btn-icon.btn-icon-primary.theme-bg .site-search .studio-widget-search-input,
.site-search .btn-icon.btn-icon-primary.theme-bg .studio-widget-search-input,
.btn-icon.btn-icon-primary.theme-bg #searchoptions-generic #search-field input,
#searchoptions-generic #search-field .btn-icon.btn-icon-primary.theme-bg input,
.btn-icon.btn-icon-primary.theme-bg input[type="file"],
.btn-icon.btn-icon-primary.theme-bg .form-select,
.btn-icon.btn-icon-primary.theme-bg .form-check-input,
.btn-icon.btn-icon-primary.theme-bg .filters input[type="checkbox"],
.filters .btn-icon.btn-icon-primary.theme-bg input[type="checkbox"],
.btn-icon.btn-icon-primary.theme-bg .filters input[type="radio"],
.filters .btn-icon.btn-icon-primary.theme-bg input[type="radio"],
.btn-icon.btn-icon-primary.theme-bg .checkbox input[type="checkbox"],
.checkbox .btn-icon.btn-icon-primary.theme-bg input[type="checkbox"],
.btn-icon.btn-icon-primary.theme-bg .radio input[type="radio"],
.radio .btn-icon.btn-icon-primary.theme-bg input[type="radio"],
.btn-icon.btn-icon-primary.theme-bg .accordion-item,
.btn-icon.btn-icon-primary.theme-bg .accordion,
.btn-icon.btn-icon-primary.theme-bg .table,
.btn-icon.btn-icon-primary.theme-bg table,
.btn-icon.btn-icon-primary.theme-bg.number-cols-banner ol li:not(:last-child),
.btn-icon.btn-icon-primary.theme-bg .card-split-group > *:not(:last-child) > *,
.btn-icon.btn-icon-primary.theme-bg.pull-quote blockquote,
.btn-icon.btn-icon-primary .theme-bg .form-control,
.btn-icon.btn-icon-primary .theme-bg .site-search .studio-widget-search-input,
.site-search .btn-icon.btn-icon-primary .theme-bg .studio-widget-search-input,
.btn-icon.btn-icon-primary .theme-bg #searchoptions-generic #search-field input,
#searchoptions-generic #search-field .btn-icon.btn-icon-primary .theme-bg input,
.btn-icon.btn-icon-primary .theme-bg input[type="file"],
.btn-icon.btn-icon-primary .theme-bg .form-select,
.btn-icon.btn-icon-primary .theme-bg .form-check-input,
.btn-icon.btn-icon-primary .theme-bg .filters input[type="checkbox"],
.filters .btn-icon.btn-icon-primary .theme-bg input[type="checkbox"],
.btn-icon.btn-icon-primary .theme-bg .filters input[type="radio"],
.filters .btn-icon.btn-icon-primary .theme-bg input[type="radio"],
.btn-icon.btn-icon-primary .theme-bg .checkbox input[type="checkbox"],
.checkbox .btn-icon.btn-icon-primary .theme-bg input[type="checkbox"],
.btn-icon.btn-icon-primary .theme-bg .radio input[type="radio"],
.radio .btn-icon.btn-icon-primary .theme-bg input[type="radio"],
.btn-icon.btn-icon-primary .theme-bg .accordion-item,
.btn-icon.btn-icon-primary .theme-bg .accordion,
.btn-icon.btn-icon-primary .theme-bg .table,
.btn-icon.btn-icon-primary .theme-bg table,
.btn-icon.btn-icon-primary .theme-bg.number-cols-banner ol li:not(:last-child),
.btn-icon.btn-icon-primary .theme-bg .card-split-group > *:not(:last-child) > *,
.btn-icon.btn-icon-primary .theme-bg.pull-quote blockquote {
    border-color: #fff;
}
.btn-primary.theme-bg .table,
.btn-primary.theme-bg table,
.btn-primary .theme-bg .table,
.btn-primary .theme-bg table,
.btn-icon.btn-icon-primary.theme-bg .table,
.btn-icon.btn-icon-primary.theme-bg table,
.btn-icon.btn-icon-primary .theme-bg .table,
.btn-icon.btn-icon-primary .theme-bg table {
    box-shadow: 0 -0.3125rem #fff;
}
.btn-primary.theme-bg :focus,
.btn-primary .theme-bg :focus,
.btn-icon.btn-icon-primary.theme-bg :focus,
.btn-icon.btn-icon-primary .theme-bg :focus {
    outline-color: #fff;
}
.btn-primary.theme-bg .display-3:before,
.btn-primary.theme-bg div .swiper-pagination-bullet,
.btn-primary.theme-bg .icon-social,
.btn-primary.theme-bg .news-feature__more:before,
.btn-primary.theme-bg .news-feature__more:after,
.btn-primary.theme-bg .profiles-feature__card:not(:last-child):after,
.btn-primary .theme-bg .display-3:before,
.btn-primary .theme-bg div .swiper-pagination-bullet,
.btn-primary .theme-bg .icon-social,
.btn-primary .theme-bg .news-feature__more:before,
.btn-primary .theme-bg .news-feature__more:after,
.btn-primary .theme-bg .profiles-feature__card:not(:last-child):after,
.btn-icon.btn-icon-primary.theme-bg .display-3:before,
.btn-icon.btn-icon-primary.theme-bg div .swiper-pagination-bullet,
.btn-icon.btn-icon-primary.theme-bg .icon-social,
.btn-icon.btn-icon-primary.theme-bg .news-feature__more:before,
.btn-icon.btn-icon-primary.theme-bg .news-feature__more:after,
.btn-icon.btn-icon-primary.theme-bg .profiles-feature__card:not(:last-child):after,
.btn-icon.btn-icon-primary .theme-bg .display-3:before,
.btn-icon.btn-icon-primary .theme-bg div .swiper-pagination-bullet,
.btn-icon.btn-icon-primary .theme-bg .icon-social,
.btn-icon.btn-icon-primary .theme-bg .news-feature__more:before,
.btn-icon.btn-icon-primary .theme-bg .news-feature__more:after,
.btn-icon.btn-icon-primary .theme-bg .profiles-feature__card:not(:last-child):after {
    background-color: #fff;
}
.btn-primary.theme-bg .display-3:before,
.btn-primary .theme-bg .display-3:before,
.btn-icon.btn-icon-primary.theme-bg .display-3:before,
.btn-icon.btn-icon-primary .theme-bg .display-3:before {
    background-color: #fff;
}
.btn-primary.theme-bg div .swiper-pagination-bullet-active,
.btn-primary .theme-bg div .swiper-pagination-bullet-active,
.btn-icon.btn-icon-primary.theme-bg div .swiper-pagination-bullet-active,
.btn-icon.btn-icon-primary .theme-bg div .swiper-pagination-bullet-active {
    background-color: #fff0;
    border: 1px solid #fff;
}
.btn-primary.theme-bg .logo svg,
.btn-primary .theme-bg .logo svg,
.btn-icon.btn-icon-primary.theme-bg .logo svg,
.btn-icon.btn-icon-primary .theme-bg .logo svg {
    fill: #fff;
}
.btn-primary.theme-bg .form-select,
.btn-primary.theme-bg select.form-control,
.btn-primary.theme-bg .site-search select.studio-widget-search-input,
.site-search .btn-primary.theme-bg select.studio-widget-search-input,
.btn-primary .theme-bg .form-select,
.btn-primary .theme-bg select.form-control,
.btn-primary .theme-bg .site-search select.studio-widget-search-input,
.site-search .btn-primary .theme-bg select.studio-widget-search-input,
.btn-icon.btn-icon-primary.theme-bg .form-select,
.btn-icon.btn-icon-primary.theme-bg select.form-control,
.btn-icon.btn-icon-primary.theme-bg .site-search select.studio-widget-search-input,
.site-search .btn-icon.btn-icon-primary.theme-bg select.studio-widget-search-input,
.btn-icon.btn-icon-primary .theme-bg .form-select,
.btn-icon.btn-icon-primary .theme-bg select.form-control,
.btn-icon.btn-icon-primary .theme-bg .site-search select.studio-widget-search-input,
.site-search .btn-icon.btn-icon-primary .theme-bg select.studio-widget-search-input {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24' viewBox='0 -960 960 960' width='24'%3E%3Cpath d='M480-358.463 253.847-584.615 296-626.768l184 184 184-184 42.153 42.153L480-358.463Z' fill='white' /%3E%3C/svg%3E");
}
.btn-primary.theme-bg .accordion-button:after,
.btn-primary .theme-bg .accordion-button:after,
.btn-icon.btn-icon-primary.theme-bg .accordion-button:after,
.btn-icon.btn-icon-primary .theme-bg .accordion-button:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24' viewBox='0 -960 960 960' width='24'%3E%3Cpath d='M440-200v-240H200v-80h240v-240h80v240h240v80H520v240h-80Z' fill='white' /%3E%3C/svg%3E");
}
.btn-primary.theme-bg .accordion-button:not(.collapsed):after,
.btn-primary .theme-bg .accordion-button:not(.collapsed):after,
.btn-icon.btn-icon-primary.theme-bg .accordion-button:not(.collapsed):after,
.btn-icon.btn-icon-primary .theme-bg .accordion-button:not(.collapsed):after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24' viewBox='0 -960 960 960' width='24'%3E%3Cpath d='M200-440v-80h560v80H200Z' fill='white' /%3E%3C/svg%3E");
}
.btn-primary.theme-bg .form-select option,
.btn-primary.theme-bg select.form-control option,
.btn-primary.theme-bg .site-search select.studio-widget-search-input option,
.site-search .btn-primary.theme-bg select.studio-widget-search-input option,
.btn-primary .theme-bg .form-select option,
.btn-primary .theme-bg select.form-control option,
.btn-primary .theme-bg .site-search select.studio-widget-search-input option,
.site-search .btn-primary .theme-bg select.studio-widget-search-input option,
.btn-icon.btn-icon-primary.theme-bg .form-select option,
.btn-icon.btn-icon-primary.theme-bg select.form-control option,
.btn-icon.btn-icon-primary.theme-bg .site-search select.studio-widget-search-input option,
.site-search .btn-icon.btn-icon-primary.theme-bg select.studio-widget-search-input option,
.btn-icon.btn-icon-primary .theme-bg .form-select option,
.btn-icon.btn-icon-primary .theme-bg select.form-control option,
.btn-icon.btn-icon-primary .theme-bg .site-search select.studio-widget-search-input option,
.site-search .btn-icon.btn-icon-primary .theme-bg select.studio-widget-search-input option {
    color: #000;
}
.btn-primary .card-icon__icon,
.btn-icon.btn-icon-primary .card-icon__icon {
    background-color: #e20778;
}
.btn-primary div .swiper-button-prev .material-symbols-outlined,
.btn-primary div .swiper-button-next .material-symbols-outlined,
.btn-primary .secondary-nav ul li.active a,
.btn-primary .btn-text-link-collapse .material-symbols-outlined,
.btn-primary .masthead-blocks__functions .btn-icon .material-symbols-outlined,
.btn-primary .btn-toggle .material-symbols-outlined,
.btn-primary .card-program__toggle .material-symbols-outlined,
.btn-primary #view_period_switchers .material-symbols-outlined,
.btn-primary .number-cols-banner ol li:before,
.btn-primary .card .btn-icon .material-symbols-outlined,
.btn-primary .card-banner .card .btn-icon .material-symbols-outlined,
.btn-primary .masthead-article__section-title,
.btn-primary .masthead-article .btn-text-link .material-symbols-outlined,
.btn-primary .pagination .currentpage,
.btn-primary ul li::marker,
.btn-primary .nav-pills .nav-link.active,
.btn-primary .nav-pills .show > .nav-link,
.btn-primary .sticky-nav ul li a.active,
.btn-icon.btn-icon-primary div .swiper-button-prev .material-symbols-outlined,
.btn-icon.btn-icon-primary div .swiper-button-next .material-symbols-outlined,
.btn-icon.btn-icon-primary .secondary-nav ul li.active a,
.btn-icon.btn-icon-primary .btn-text-link-collapse .material-symbols-outlined,
.btn-icon.btn-icon-primary .masthead-blocks__functions .btn-icon .material-symbols-outlined,
.btn-icon.btn-icon-primary .btn-toggle .material-symbols-outlined,
.btn-icon.btn-icon-primary .card-program__toggle .material-symbols-outlined,
.btn-icon.btn-icon-primary #view_period_switchers .material-symbols-outlined,
.btn-icon.btn-icon-primary .number-cols-banner ol li:before,
.btn-icon.btn-icon-primary .card .btn-icon .material-symbols-outlined,
.btn-icon.btn-icon-primary .card-banner .card .btn-icon .material-symbols-outlined,
.btn-icon.btn-icon-primary .masthead-article__section-title,
.btn-icon.btn-icon-primary .masthead-article .btn-text-link .material-symbols-outlined,
.btn-icon.btn-icon-primary .pagination .currentpage,
.btn-icon.btn-icon-primary ul li::marker,
.btn-icon.btn-icon-primary .nav-pills .nav-link.active,
.btn-icon.btn-icon-primary .nav-pills .show > .nav-link,
.btn-icon.btn-icon-primary .sticky-nav ul li a.active {
    color: #000;
}
.btn-primary .secondary-nav a:after,
.btn-primary .masthead-profile__social .icon-social,
.btn-primary .nav-pills-h-border .nav-link:after,
.btn-primary .nav-pills-h .nav-link:after,
.btn-primary .banner__btn-toggle,
.btn-primary .events-calendar .cal-event,
.btn-icon.btn-icon-primary .secondary-nav a:after,
.btn-icon.btn-icon-primary .masthead-profile__social .icon-social,
.btn-icon.btn-icon-primary .nav-pills-h-border .nav-link:after,
.btn-icon.btn-icon-primary .nav-pills-h .nav-link:after,
.btn-icon.btn-icon-primary .banner__btn-toggle,
.btn-icon.btn-icon-primary .events-calendar .cal-event {
    background-color: #000;
}
.btn-primary .nav-pills[aria-orientation="vertical"] .nav-link.active,
.btn-primary .nav-pills[aria-orientation="vertical"] .nav-link:hover,
.btn-primary .nav-pills[aria-orientation="vertical"] .nav-link:focus,
.btn-icon.btn-icon-primary .nav-pills[aria-orientation="vertical"] .nav-link.active,
.btn-icon.btn-icon-primary .nav-pills[aria-orientation="vertical"] .nav-link:hover,
.btn-icon.btn-icon-primary .nav-pills[aria-orientation="vertical"] .nav-link:focus {
    color: #0000008c;
}
.btn-primary .accordion-button:after,
.btn-icon.btn-icon-primary .accordion-button:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24' viewBox='0 -960 960 960' width='24'%3E%3Cpath d='M440-200v-240H200v-80h240v-240h80v240h240v80H520v240h-80Z' fill='black' /%3E%3C/svg%3E");
}
.btn-primary .accordion-button:not(.collapsed):after,
.btn-icon.btn-icon-primary .accordion-button:not(.collapsed):after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24' viewBox='0 -960 960 960' width='24'%3E%3Cpath d='M200-440v-80h560v80H200Z' fill='black' /%3E%3C/svg%3E");
}
.btn-primary .btn-dark .material-symbols-outlined,
.btn-primary .btn-dark:not(.js-pause-motion) .material-symbols-outlined,
.btn-icon.btn-icon-primary .btn-dark .material-symbols-outlined,
.btn-icon.btn-icon-primary .btn-dark:not(.js-pause-motion) .material-symbols-outlined {
    color: #fff;
}
.theme-lime .btn-primary,
.theme-cyan .btn-primary,
.theme-orange .btn-primary,
.theme-salmon .btn-primary,
.theme-yellow .btn-primary,
.theme-teal .btn-primary,
.theme-lime .btn-icon.btn-icon-primary,
.theme-cyan .btn-icon.btn-icon-primary,
.theme-orange .btn-icon.btn-icon-primary,
.theme-salmon .btn-icon.btn-icon-primary,
.theme-yellow .btn-icon.btn-icon-primary,
.theme-teal .btn-icon.btn-icon-primary {
    background-color: #000;
    border-color: #000;
}
.theme-blue .btn-primary,
.theme-blue .btn-icon.btn-icon-primary {
    background-color: #3e77b7;
    border-color: #3e77b7;
}
.theme-navy .btn-primary,
.theme-navy .btn-icon.btn-icon-primary {
    background-color: #004990;
    border-color: #004990;
}
.theme-lime .card-icon img,
.theme-cyan .card-icon img,
.theme-orange .card-icon img,
.theme-salmon .card-icon img,
.theme-yellow .card-icon img,
.theme-teal .card-icon img {
    filter: none;
}
.theme-bg .card-stat {
    background-color: #fff;
    color: #000;
}
.theme-white .card-stat {
    background-color: #e20778;
    color: #fff;
}
.theme-bg.theme-lime .card-stat,
.theme-bg.theme-cyan .card-stat,
.theme-bg.theme-orange .card-stat,
.theme-bg.theme-salmon .card-stat,
.theme-bg.theme-yellow .card-stat,
.theme-bg.theme-teal .card-stat {
    background-color: #000;
    color: #fff;
}
.theme-bg.theme-blue .card-stat,
.theme-bg.theme-navy .card-stat {
    background-color: #fff;
    color: #000;
}
.number-cols-banner.theme-bg.theme-black ol li:before {
    color: #e20778;
}
[class^="theme-"] .number-cols-banner.theme-bg.theme-black ol li:before {
    color: #fff;
}
.card-banner.theme-bg.theme-black .card .btn-icon .material-symbols-outlined {
    color: #e20778;
}
[class^="theme-"] .card-banner.theme-bg.theme-black .card .btn-icon .material-symbols-outlined {
    color: #fff;
}
.theme-lime .cta-group.sticky {
    background-color: #b6cd2d;
}
.theme-cyan .cta-group.sticky {
    background-color: #41c3dc;
}
.theme-orange .cta-group.sticky {
    background-color: #fcaf17;
}
.theme-salmon .cta-group.sticky {
    background-color: #f17184;
}
.theme-yellow .cta-group.sticky {
    background-color: #eacc1b;
}
.theme-teal .cta-group.sticky {
    background-color: #09ad87;
}
.theme-blue .cta-group.sticky {
    background-color: #3e77b7;
}
.theme-navy .cta-group.sticky {
    background-color: #004990;
}
.theme-lime .cta-group.sticky .btn:focus,
.theme-lime .cta-group.sticky button:focus,
.theme-lime .cta-group.sticky .primary-nav-breadcrumb span:focus,
.primary-nav-breadcrumb .theme-lime .cta-group.sticky span:focus,
.theme-lime .cta-group.sticky a:focus,
.theme-cyan .cta-group.sticky .btn:focus,
.theme-cyan .cta-group.sticky button:focus,
.theme-cyan .cta-group.sticky .primary-nav-breadcrumb span:focus,
.primary-nav-breadcrumb .theme-cyan .cta-group.sticky span:focus,
.theme-cyan .cta-group.sticky a:focus,
.theme-orange .cta-group.sticky .btn:focus,
.theme-orange .cta-group.sticky button:focus,
.theme-orange .cta-group.sticky .primary-nav-breadcrumb span:focus,
.primary-nav-breadcrumb .theme-orange .cta-group.sticky span:focus,
.theme-orange .cta-group.sticky a:focus,
.theme-salmon .cta-group.sticky .btn:focus,
.theme-salmon .cta-group.sticky button:focus,
.theme-salmon .cta-group.sticky .primary-nav-breadcrumb span:focus,
.primary-nav-breadcrumb .theme-salmon .cta-group.sticky span:focus,
.theme-salmon .cta-group.sticky a:focus,
.theme-yellow .cta-group.sticky .btn:focus,
.theme-yellow .cta-group.sticky button:focus,
.theme-yellow .cta-group.sticky .primary-nav-breadcrumb span:focus,
.primary-nav-breadcrumb .theme-yellow .cta-group.sticky span:focus,
.theme-yellow .cta-group.sticky a:focus,
.theme-teal .cta-group.sticky .btn:focus,
.theme-teal .cta-group.sticky button:focus,
.theme-teal .cta-group.sticky .primary-nav-breadcrumb span:focus,
.primary-nav-breadcrumb .theme-teal .cta-group.sticky span:focus,
.theme-teal .cta-group.sticky a:focus {
    outline-color: #000;
}
.theme-lime .cta-group.sticky a:not(.btn),
.theme-lime .cta-group.sticky button.btn-text-link,
.theme-lime .cta-group.sticky .primary-nav-breadcrumb span.btn-text-link,
.primary-nav-breadcrumb .theme-lime .cta-group.sticky span.btn-text-link,
.theme-cyan .cta-group.sticky a:not(.btn),
.theme-cyan .cta-group.sticky button.btn-text-link,
.theme-cyan .cta-group.sticky .primary-nav-breadcrumb span.btn-text-link,
.primary-nav-breadcrumb .theme-cyan .cta-group.sticky span.btn-text-link,
.theme-orange .cta-group.sticky a:not(.btn),
.theme-orange .cta-group.sticky button.btn-text-link,
.theme-orange .cta-group.sticky .primary-nav-breadcrumb span.btn-text-link,
.primary-nav-breadcrumb .theme-orange .cta-group.sticky span.btn-text-link,
.theme-salmon .cta-group.sticky a:not(.btn),
.theme-salmon .cta-group.sticky button.btn-text-link,
.theme-salmon .cta-group.sticky .primary-nav-breadcrumb span.btn-text-link,
.primary-nav-breadcrumb .theme-salmon .cta-group.sticky span.btn-text-link,
.theme-yellow .cta-group.sticky a:not(.btn),
.theme-yellow .cta-group.sticky button.btn-text-link,
.theme-yellow .cta-group.sticky .primary-nav-breadcrumb span.btn-text-link,
.primary-nav-breadcrumb .theme-yellow .cta-group.sticky span.btn-text-link,
.theme-teal .cta-group.sticky a:not(.btn),
.theme-teal .cta-group.sticky button.btn-text-link,
.theme-teal .cta-group.sticky .primary-nav-breadcrumb span.btn-text-link,
.primary-nav-breadcrumb .theme-teal .cta-group.sticky span.btn-text-link {
    color: #000;
}
.theme-lime .cta-group.sticky a:not(.btn) .material-symbols-outlined,
.theme-lime .cta-group.sticky button.btn-text-link .material-symbols-outlined,
.theme-lime .cta-group.sticky .primary-nav-breadcrumb span.btn-text-link .material-symbols-outlined,
.primary-nav-breadcrumb .theme-lime .cta-group.sticky span.btn-text-link .material-symbols-outlined,
.theme-cyan .cta-group.sticky a:not(.btn) .material-symbols-outlined,
.theme-cyan .cta-group.sticky button.btn-text-link .material-symbols-outlined,
.theme-cyan .cta-group.sticky .primary-nav-breadcrumb span.btn-text-link .material-symbols-outlined,
.primary-nav-breadcrumb .theme-cyan .cta-group.sticky span.btn-text-link .material-symbols-outlined,
.theme-orange .cta-group.sticky a:not(.btn) .material-symbols-outlined,
.theme-orange .cta-group.sticky button.btn-text-link .material-symbols-outlined,
.theme-orange .cta-group.sticky .primary-nav-breadcrumb span.btn-text-link .material-symbols-outlined,
.primary-nav-breadcrumb .theme-orange .cta-group.sticky span.btn-text-link .material-symbols-outlined,
.theme-salmon .cta-group.sticky a:not(.btn) .material-symbols-outlined,
.theme-salmon .cta-group.sticky button.btn-text-link .material-symbols-outlined,
.theme-salmon .cta-group.sticky .primary-nav-breadcrumb span.btn-text-link .material-symbols-outlined,
.primary-nav-breadcrumb .theme-salmon .cta-group.sticky span.btn-text-link .material-symbols-outlined,
.theme-yellow .cta-group.sticky a:not(.btn) .material-symbols-outlined,
.theme-yellow .cta-group.sticky button.btn-text-link .material-symbols-outlined,
.theme-yellow .cta-group.sticky .primary-nav-breadcrumb span.btn-text-link .material-symbols-outlined,
.primary-nav-breadcrumb .theme-yellow .cta-group.sticky span.btn-text-link .material-symbols-outlined,
.theme-teal .cta-group.sticky a:not(.btn) .material-symbols-outlined,
.theme-teal .cta-group.sticky button.btn-text-link .material-symbols-outlined,
.theme-teal .cta-group.sticky .primary-nav-breadcrumb span.btn-text-link .material-symbols-outlined,
.primary-nav-breadcrumb .theme-teal .cta-group.sticky span.btn-text-link .material-symbols-outlined {
    color: #000;
}
.theme-blue .cta-group.sticky .btn:focus,
.theme-blue .cta-group.sticky button:focus,
.theme-blue .cta-group.sticky .primary-nav-breadcrumb span:focus,
.primary-nav-breadcrumb .theme-blue .cta-group.sticky span:focus,
.theme-blue .cta-group.sticky a:focus,
.theme-navy .cta-group.sticky .btn:focus,
.theme-navy .cta-group.sticky button:focus,
.theme-navy .cta-group.sticky .primary-nav-breadcrumb span:focus,
.primary-nav-breadcrumb .theme-navy .cta-group.sticky span:focus,
.theme-navy .cta-group.sticky a:focus {
    outline-color: #fff;
}
.theme-blue .cta-group.sticky .btn,
.theme-navy .cta-group.sticky .btn {
    background-color: #fff;
    border-color: #fff;
    color: #000;
}
.theme-blue .cta-group.sticky .btn .material-symbols-outlined,
.theme-navy .cta-group.sticky .btn .material-symbols-outlined {
    color: #000;
}
.theme-blue .cta-group.sticky a:not(.btn),
.theme-blue .cta-group.sticky button.btn-text-link,
.theme-blue .cta-group.sticky .primary-nav-breadcrumb span.btn-text-link,
.primary-nav-breadcrumb .theme-blue .cta-group.sticky span.btn-text-link,
.theme-navy .cta-group.sticky a:not(.btn),
.theme-navy .cta-group.sticky button.btn-text-link,
.theme-navy .cta-group.sticky .primary-nav-breadcrumb span.btn-text-link,
.primary-nav-breadcrumb .theme-navy .cta-group.sticky span.btn-text-link {
    color: #fff;
}
.theme-blue .cta-group.sticky a:not(.btn) .material-symbols-outlined,
.theme-blue .cta-group.sticky button.btn-text-link .material-symbols-outlined,
.theme-blue .cta-group.sticky .primary-nav-breadcrumb span.btn-text-link .material-symbols-outlined,
.primary-nav-breadcrumb .theme-blue .cta-group.sticky span.btn-text-link .material-symbols-outlined,
.theme-navy .cta-group.sticky a:not(.btn) .material-symbols-outlined,
.theme-navy .cta-group.sticky button.btn-text-link .material-symbols-outlined,
.theme-navy .cta-group.sticky .primary-nav-breadcrumb span.btn-text-link .material-symbols-outlined,
.primary-nav-breadcrumb .theme-navy .cta-group.sticky span.btn-text-link .material-symbols-outlined {
    color: #fff;
}
.primary-nav-image__cta.theme-bg,
.primary-nav-image__cta .theme-bg {
    background-color: #e20778;
    color: #fff;
}
.primary-nav-image__cta.theme-bg .form-control::-moz-placeholder,
.primary-nav-image__cta.theme-bg .site-search .studio-widget-search-input::-moz-placeholder,
.site-search .primary-nav-image__cta.theme-bg .studio-widget-search-input::-moz-placeholder,
.primary-nav-image__cta.theme-bg #searchoptions-generic #search-field input::-moz-placeholder,
#searchoptions-generic #search-field .primary-nav-image__cta.theme-bg input::-moz-placeholder,
.primary-nav-image__cta.theme-bg input[type="file"]::-moz-placeholder,
.primary-nav-image__cta.theme-bg .form-select::-moz-placeholder,
.primary-nav-image__cta .theme-bg .form-control::-moz-placeholder,
.primary-nav-image__cta .theme-bg .site-search .studio-widget-search-input::-moz-placeholder,
.site-search .primary-nav-image__cta .theme-bg .studio-widget-search-input::-moz-placeholder,
.primary-nav-image__cta .theme-bg #searchoptions-generic #search-field input::-moz-placeholder,
#searchoptions-generic #search-field .primary-nav-image__cta .theme-bg input::-moz-placeholder,
.primary-nav-image__cta .theme-bg input[type="file"]::-moz-placeholder,
.primary-nav-image__cta .theme-bg .form-select::-moz-placeholder {
    color: #fff;
}
.primary-nav-image__cta.theme-bg h6,
.primary-nav-image__cta.theme-bg .h6,
.primary-nav-image__cta.theme-bg h5,
.primary-nav-image__cta.theme-bg .h5,
.primary-nav-image__cta.theme-bg h4,
.primary-nav-image__cta.theme-bg .h4,
.primary-nav-image__cta.theme-bg h3,
.primary-nav-image__cta.theme-bg .h3,
.primary-nav-image__cta.theme-bg .search-filters__title,
.primary-nav-image__cta.theme-bg h2,
.primary-nav-image__cta.theme-bg .h2,
.primary-nav-image__cta.theme-bg h1,
.primary-nav-image__cta.theme-bg .h1,
.primary-nav-image__cta.theme-bg a:not(.btn),
.primary-nav-image__cta.theme-bg caption,
.primary-nav-image__cta.theme-bg .form-text,
.primary-nav-image__cta.theme-bg .btn-link,
.primary-nav-image__cta.theme-bg a[href^="tel"],
.primary-nav-image__cta.theme-bg .btn-link:active,
.primary-nav-image__cta.theme-bg select option,
.primary-nav-image__cta.theme-bg .form-control,
.primary-nav-image__cta.theme-bg .site-search .studio-widget-search-input,
.site-search .primary-nav-image__cta.theme-bg .studio-widget-search-input,
.primary-nav-image__cta.theme-bg #searchoptions-generic #search-field input,
#searchoptions-generic #search-field .primary-nav-image__cta.theme-bg input,
.primary-nav-image__cta.theme-bg input[type="file"],
.primary-nav-image__cta.theme-bg .form-select,
.primary-nav-image__cta.theme-bg .form-control::placeholder,
.primary-nav-image__cta.theme-bg .site-search .studio-widget-search-input::placeholder,
.site-search .primary-nav-image__cta.theme-bg .studio-widget-search-input::placeholder,
.primary-nav-image__cta.theme-bg #searchoptions-generic #search-field input::placeholder,
#searchoptions-generic #search-field .primary-nav-image__cta.theme-bg input::placeholder,
.primary-nav-image__cta.theme-bg input[type="file"]::placeholder,
.primary-nav-image__cta.theme-bg .form-select::placeholder,
.primary-nav-image__cta.theme-bg ul li::marker,
.primary-nav-image__cta.theme-bg .btn-icon,
.primary-nav-image__cta.theme-bg .btn-icon .material-symbols-outlined,
.primary-nav-image__cta.theme-bg .accordion-button,
.primary-nav-image__cta.theme-bg .accordion-item,
.primary-nav-image__cta.theme-bg .table,
.primary-nav-image__cta.theme-bg table,
.primary-nav-image__cta.theme-bg.number-cols-banner ol li:before,
.primary-nav-image__cta.theme-bg .btn-reset,
.primary-nav-image__cta.theme-bg div .swiper-button-prev .material-symbols-outlined,
.primary-nav-image__cta.theme-bg div .swiper-button-next .material-symbols-outlined,
.primary-nav-image__cta .theme-bg h6,
.primary-nav-image__cta .theme-bg .h6,
.primary-nav-image__cta .theme-bg h5,
.primary-nav-image__cta .theme-bg .h5,
.primary-nav-image__cta .theme-bg h4,
.primary-nav-image__cta .theme-bg .h4,
.primary-nav-image__cta .theme-bg h3,
.primary-nav-image__cta .theme-bg .h3,
.primary-nav-image__cta .theme-bg .search-filters__title,
.primary-nav-image__cta .theme-bg h2,
.primary-nav-image__cta .theme-bg .h2,
.primary-nav-image__cta .theme-bg h1,
.primary-nav-image__cta .theme-bg .h1,
.primary-nav-image__cta .theme-bg a:not(.btn),
.primary-nav-image__cta .theme-bg caption,
.primary-nav-image__cta .theme-bg .form-text,
.primary-nav-image__cta .theme-bg .btn-link,
.primary-nav-image__cta .theme-bg a[href^="tel"],
.primary-nav-image__cta .theme-bg .btn-link:active,
.primary-nav-image__cta .theme-bg select option,
.primary-nav-image__cta .theme-bg .form-control,
.primary-nav-image__cta .theme-bg .site-search .studio-widget-search-input,
.site-search .primary-nav-image__cta .theme-bg .studio-widget-search-input,
.primary-nav-image__cta .theme-bg #searchoptions-generic #search-field input,
#searchoptions-generic #search-field .primary-nav-image__cta .theme-bg input,
.primary-nav-image__cta .theme-bg input[type="file"],
.primary-nav-image__cta .theme-bg .form-select,
.primary-nav-image__cta .theme-bg .form-control::placeholder,
.primary-nav-image__cta .theme-bg .site-search .studio-widget-search-input::placeholder,
.site-search .primary-nav-image__cta .theme-bg .studio-widget-search-input::placeholder,
.primary-nav-image__cta .theme-bg #searchoptions-generic #search-field input::placeholder,
#searchoptions-generic #search-field .primary-nav-image__cta .theme-bg input::placeholder,
.primary-nav-image__cta .theme-bg input[type="file"]::placeholder,
.primary-nav-image__cta .theme-bg .form-select::placeholder,
.primary-nav-image__cta .theme-bg ul li::marker,
.primary-nav-image__cta .theme-bg .btn-icon,
.primary-nav-image__cta .theme-bg .btn-icon .material-symbols-outlined,
.primary-nav-image__cta .theme-bg .accordion-button,
.primary-nav-image__cta .theme-bg .accordion-item,
.primary-nav-image__cta .theme-bg .table,
.primary-nav-image__cta .theme-bg table,
.primary-nav-image__cta .theme-bg.number-cols-banner ol li:before,
.primary-nav-image__cta .theme-bg .btn-reset,
.primary-nav-image__cta .theme-bg div .swiper-button-prev .material-symbols-outlined,
.primary-nav-image__cta .theme-bg div .swiper-button-next .material-symbols-outlined {
    color: #fff;
}
.primary-nav-image__cta.theme-bg .form-control,
.primary-nav-image__cta.theme-bg .site-search .studio-widget-search-input,
.site-search .primary-nav-image__cta.theme-bg .studio-widget-search-input,
.primary-nav-image__cta.theme-bg #searchoptions-generic #search-field input,
#searchoptions-generic #search-field .primary-nav-image__cta.theme-bg input,
.primary-nav-image__cta.theme-bg input[type="file"],
.primary-nav-image__cta.theme-bg .form-select,
.primary-nav-image__cta.theme-bg .form-check-input,
.primary-nav-image__cta.theme-bg .filters input[type="checkbox"],
.filters .primary-nav-image__cta.theme-bg input[type="checkbox"],
.primary-nav-image__cta.theme-bg .filters input[type="radio"],
.filters .primary-nav-image__cta.theme-bg input[type="radio"],
.primary-nav-image__cta.theme-bg .checkbox input[type="checkbox"],
.checkbox .primary-nav-image__cta.theme-bg input[type="checkbox"],
.primary-nav-image__cta.theme-bg .radio input[type="radio"],
.radio .primary-nav-image__cta.theme-bg input[type="radio"],
.primary-nav-image__cta.theme-bg .accordion-item,
.primary-nav-image__cta.theme-bg .accordion,
.primary-nav-image__cta.theme-bg .table,
.primary-nav-image__cta.theme-bg table,
.primary-nav-image__cta.theme-bg.number-cols-banner ol li:not(:last-child),
.primary-nav-image__cta.theme-bg .card-split-group > *:not(:last-child) > *,
.primary-nav-image__cta.theme-bg.pull-quote blockquote,
.primary-nav-image__cta .theme-bg .form-control,
.primary-nav-image__cta .theme-bg .site-search .studio-widget-search-input,
.site-search .primary-nav-image__cta .theme-bg .studio-widget-search-input,
.primary-nav-image__cta .theme-bg #searchoptions-generic #search-field input,
#searchoptions-generic #search-field .primary-nav-image__cta .theme-bg input,
.primary-nav-image__cta .theme-bg input[type="file"],
.primary-nav-image__cta .theme-bg .form-select,
.primary-nav-image__cta .theme-bg .form-check-input,
.primary-nav-image__cta .theme-bg .filters input[type="checkbox"],
.filters .primary-nav-image__cta .theme-bg input[type="checkbox"],
.primary-nav-image__cta .theme-bg .filters input[type="radio"],
.filters .primary-nav-image__cta .theme-bg input[type="radio"],
.primary-nav-image__cta .theme-bg .checkbox input[type="checkbox"],
.checkbox .primary-nav-image__cta .theme-bg input[type="checkbox"],
.primary-nav-image__cta .theme-bg .radio input[type="radio"],
.radio .primary-nav-image__cta .theme-bg input[type="radio"],
.primary-nav-image__cta .theme-bg .accordion-item,
.primary-nav-image__cta .theme-bg .accordion,
.primary-nav-image__cta .theme-bg .table,
.primary-nav-image__cta .theme-bg table,
.primary-nav-image__cta .theme-bg.number-cols-banner ol li:not(:last-child),
.primary-nav-image__cta .theme-bg .card-split-group > *:not(:last-child) > *,
.primary-nav-image__cta .theme-bg.pull-quote blockquote {
    border-color: #fff;
}
.primary-nav-image__cta.theme-bg .table,
.primary-nav-image__cta.theme-bg table,
.primary-nav-image__cta .theme-bg .table,
.primary-nav-image__cta .theme-bg table {
    box-shadow: 0 -0.3125rem #fff;
}
.primary-nav-image__cta.theme-bg :focus,
.primary-nav-image__cta .theme-bg :focus {
    outline-color: #fff;
}
.primary-nav-image__cta.theme-bg .display-3:before,
.primary-nav-image__cta.theme-bg div .swiper-pagination-bullet,
.primary-nav-image__cta.theme-bg .icon-social,
.primary-nav-image__cta.theme-bg .news-feature__more:before,
.primary-nav-image__cta.theme-bg .news-feature__more:after,
.primary-nav-image__cta.theme-bg .profiles-feature__card:not(:last-child):after,
.primary-nav-image__cta .theme-bg .display-3:before,
.primary-nav-image__cta .theme-bg div .swiper-pagination-bullet,
.primary-nav-image__cta .theme-bg .icon-social,
.primary-nav-image__cta .theme-bg .news-feature__more:before,
.primary-nav-image__cta .theme-bg .news-feature__more:after,
.primary-nav-image__cta .theme-bg .profiles-feature__card:not(:last-child):after {
    background-color: #fff;
}
.primary-nav-image__cta.theme-bg .display-3:before,
.primary-nav-image__cta .theme-bg .display-3:before {
    background-color: #fff;
}
.primary-nav-image__cta.theme-bg div .swiper-pagination-bullet-active,
.primary-nav-image__cta .theme-bg div .swiper-pagination-bullet-active {
    background-color: #fff0;
    border: 1px solid #fff;
}
.primary-nav-image__cta.theme-bg .logo svg,
.primary-nav-image__cta .theme-bg .logo svg {
    fill: #fff;
}
.primary-nav-image__cta.theme-bg .form-select,
.primary-nav-image__cta.theme-bg select.form-control,
.primary-nav-image__cta.theme-bg .site-search select.studio-widget-search-input,
.site-search .primary-nav-image__cta.theme-bg select.studio-widget-search-input,
.primary-nav-image__cta .theme-bg .form-select,
.primary-nav-image__cta .theme-bg select.form-control,
.primary-nav-image__cta .theme-bg .site-search select.studio-widget-search-input,
.site-search .primary-nav-image__cta .theme-bg select.studio-widget-search-input {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24' viewBox='0 -960 960 960' width='24'%3E%3Cpath d='M480-358.463 253.847-584.615 296-626.768l184 184 184-184 42.153 42.153L480-358.463Z' fill='white' /%3E%3C/svg%3E");
}
.primary-nav-image__cta.theme-bg .accordion-button:after,
.primary-nav-image__cta .theme-bg .accordion-button:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24' viewBox='0 -960 960 960' width='24'%3E%3Cpath d='M440-200v-240H200v-80h240v-240h80v240h240v80H520v240h-80Z' fill='white' /%3E%3C/svg%3E");
}
.primary-nav-image__cta.theme-bg .accordion-button:not(.collapsed):after,
.primary-nav-image__cta .theme-bg .accordion-button:not(.collapsed):after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24' viewBox='0 -960 960 960' width='24'%3E%3Cpath d='M200-440v-80h560v80H200Z' fill='white' /%3E%3C/svg%3E");
}
.primary-nav-image__cta.theme-bg .form-select option,
.primary-nav-image__cta.theme-bg select.form-control option,
.primary-nav-image__cta.theme-bg .site-search select.studio-widget-search-input option,
.site-search .primary-nav-image__cta.theme-bg select.studio-widget-search-input option,
.primary-nav-image__cta .theme-bg .form-select option,
.primary-nav-image__cta .theme-bg select.form-control option,
.primary-nav-image__cta .theme-bg .site-search select.studio-widget-search-input option,
.site-search .primary-nav-image__cta .theme-bg select.studio-widget-search-input option {
    color: #000;
}
.primary-nav-image__cta .card-icon__icon {
    background-color: #e20778;
}
.primary-nav-image__cta div .swiper-button-prev .material-symbols-outlined,
.primary-nav-image__cta div .swiper-button-next .material-symbols-outlined,
.primary-nav-image__cta .secondary-nav ul li.active a,
.primary-nav-image__cta .btn-text-link-collapse .material-symbols-outlined,
.primary-nav-image__cta .masthead-blocks__functions .btn-icon .material-symbols-outlined,
.primary-nav-image__cta .btn-toggle .material-symbols-outlined,
.primary-nav-image__cta .card-program__toggle .material-symbols-outlined,
.primary-nav-image__cta #view_period_switchers .material-symbols-outlined,
.primary-nav-image__cta .number-cols-banner ol li:before,
.primary-nav-image__cta .card .btn-icon .material-symbols-outlined,
.primary-nav-image__cta .card-banner .card .btn-icon .material-symbols-outlined,
.primary-nav-image__cta .masthead-article__section-title,
.primary-nav-image__cta .masthead-article .btn-text-link .material-symbols-outlined,
.primary-nav-image__cta .pagination .currentpage,
.primary-nav-image__cta ul li::marker,
.primary-nav-image__cta .nav-pills .nav-link.active,
.primary-nav-image__cta .nav-pills .show > .nav-link,
.primary-nav-image__cta .sticky-nav ul li a.active {
    color: #000;
}
.primary-nav-image__cta .secondary-nav a:after,
.primary-nav-image__cta .masthead-profile__social .icon-social,
.primary-nav-image__cta .nav-pills-h-border .nav-link:after,
.primary-nav-image__cta .nav-pills-h .nav-link:after,
.primary-nav-image__cta .banner__btn-toggle,
.primary-nav-image__cta .events-calendar .cal-event {
    background-color: #000;
}
.primary-nav-image__cta .nav-pills[aria-orientation="vertical"] .nav-link.active,
.primary-nav-image__cta .nav-pills[aria-orientation="vertical"] .nav-link:hover,
.primary-nav-image__cta .nav-pills[aria-orientation="vertical"] .nav-link:focus {
    color: #0000008c;
}
.primary-nav-image__cta .accordion-button:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24' viewBox='0 -960 960 960' width='24'%3E%3Cpath d='M440-200v-240H200v-80h240v-240h80v240h240v80H520v240h-80Z' fill='black' /%3E%3C/svg%3E");
}
.primary-nav-image__cta .accordion-button:not(.collapsed):after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24' viewBox='0 -960 960 960' width='24'%3E%3Cpath d='M200-440v-80h560v80H200Z' fill='black' /%3E%3C/svg%3E");
}
.primary-nav-image__cta .btn-dark .material-symbols-outlined,
.primary-nav-image__cta .btn-dark:not(.js-pause-motion) .material-symbols-outlined {
    color: #fff;
}
.theme-lime .primary-nav-image__cta.theme-bg,
.theme-lime .primary-nav-image__cta .theme-bg {
    background-color: #b6cd2d;
    color: #000;
}
.theme-lime .primary-nav-image__cta.theme-bg .form-control::-moz-placeholder,
.theme-lime .primary-nav-image__cta.theme-bg .site-search .studio-widget-search-input::-moz-placeholder,
.site-search .theme-lime .primary-nav-image__cta.theme-bg .studio-widget-search-input::-moz-placeholder,
.theme-lime .primary-nav-image__cta.theme-bg #searchoptions-generic #search-field input::-moz-placeholder,
#searchoptions-generic #search-field .theme-lime .primary-nav-image__cta.theme-bg input::-moz-placeholder,
.theme-lime .primary-nav-image__cta.theme-bg input[type="file"]::-moz-placeholder,
.theme-lime .primary-nav-image__cta.theme-bg .form-select::-moz-placeholder,
.theme-lime .primary-nav-image__cta .theme-bg .form-control::-moz-placeholder,
.theme-lime .primary-nav-image__cta .theme-bg .site-search .studio-widget-search-input::-moz-placeholder,
.site-search .theme-lime .primary-nav-image__cta .theme-bg .studio-widget-search-input::-moz-placeholder,
.theme-lime .primary-nav-image__cta .theme-bg #searchoptions-generic #search-field input::-moz-placeholder,
#searchoptions-generic #search-field .theme-lime .primary-nav-image__cta .theme-bg input::-moz-placeholder,
.theme-lime .primary-nav-image__cta .theme-bg input[type="file"]::-moz-placeholder,
.theme-lime .primary-nav-image__cta .theme-bg .form-select::-moz-placeholder {
    color: #000;
}
.theme-lime .primary-nav-image__cta.theme-bg h6,
.theme-lime .primary-nav-image__cta.theme-bg .h6,
.theme-lime .primary-nav-image__cta.theme-bg h5,
.theme-lime .primary-nav-image__cta.theme-bg .h5,
.theme-lime .primary-nav-image__cta.theme-bg h4,
.theme-lime .primary-nav-image__cta.theme-bg .h4,
.theme-lime .primary-nav-image__cta.theme-bg h3,
.theme-lime .primary-nav-image__cta.theme-bg .h3,
.theme-lime .primary-nav-image__cta.theme-bg .search-filters__title,
.theme-lime .primary-nav-image__cta.theme-bg h2,
.theme-lime .primary-nav-image__cta.theme-bg .h2,
.theme-lime .primary-nav-image__cta.theme-bg h1,
.theme-lime .primary-nav-image__cta.theme-bg .h1,
.theme-lime .primary-nav-image__cta.theme-bg a:not(.btn),
.theme-lime .primary-nav-image__cta.theme-bg caption,
.theme-lime .primary-nav-image__cta.theme-bg .form-text,
.theme-lime .primary-nav-image__cta.theme-bg .btn-link,
.theme-lime .primary-nav-image__cta.theme-bg a[href^="tel"],
.theme-lime .primary-nav-image__cta.theme-bg .btn-link:active,
.theme-lime .primary-nav-image__cta.theme-bg select option,
.theme-lime .primary-nav-image__cta.theme-bg .form-control,
.theme-lime .primary-nav-image__cta.theme-bg .site-search .studio-widget-search-input,
.site-search .theme-lime .primary-nav-image__cta.theme-bg .studio-widget-search-input,
.theme-lime .primary-nav-image__cta.theme-bg #searchoptions-generic #search-field input,
#searchoptions-generic #search-field .theme-lime .primary-nav-image__cta.theme-bg input,
.theme-lime .primary-nav-image__cta.theme-bg input[type="file"],
.theme-lime .primary-nav-image__cta.theme-bg .form-select,
.theme-lime .primary-nav-image__cta.theme-bg .form-control::placeholder,
.theme-lime .primary-nav-image__cta.theme-bg .site-search .studio-widget-search-input::placeholder,
.site-search .theme-lime .primary-nav-image__cta.theme-bg .studio-widget-search-input::placeholder,
.theme-lime .primary-nav-image__cta.theme-bg #searchoptions-generic #search-field input::placeholder,
#searchoptions-generic #search-field .theme-lime .primary-nav-image__cta.theme-bg input::placeholder,
.theme-lime .primary-nav-image__cta.theme-bg input[type="file"]::placeholder,
.theme-lime .primary-nav-image__cta.theme-bg .form-select::placeholder,
.theme-lime .primary-nav-image__cta.theme-bg ul li::marker,
.theme-lime .primary-nav-image__cta.theme-bg .btn-icon,
.theme-lime .primary-nav-image__cta.theme-bg .btn-icon .material-symbols-outlined,
.theme-lime .primary-nav-image__cta.theme-bg .accordion-button,
.theme-lime .primary-nav-image__cta.theme-bg .accordion-item,
.theme-lime .primary-nav-image__cta.theme-bg .table,
.theme-lime .primary-nav-image__cta.theme-bg table,
.theme-lime .primary-nav-image__cta.theme-bg.number-cols-banner ol li:before,
.theme-lime .primary-nav-image__cta.theme-bg .btn-reset,
.theme-lime .primary-nav-image__cta.theme-bg div .swiper-button-prev .material-symbols-outlined,
.theme-lime .primary-nav-image__cta.theme-bg div .swiper-button-next .material-symbols-outlined,
.theme-lime .primary-nav-image__cta .theme-bg h6,
.theme-lime .primary-nav-image__cta .theme-bg .h6,
.theme-lime .primary-nav-image__cta .theme-bg h5,
.theme-lime .primary-nav-image__cta .theme-bg .h5,
.theme-lime .primary-nav-image__cta .theme-bg h4,
.theme-lime .primary-nav-image__cta .theme-bg .h4,
.theme-lime .primary-nav-image__cta .theme-bg h3,
.theme-lime .primary-nav-image__cta .theme-bg .h3,
.theme-lime .primary-nav-image__cta .theme-bg .search-filters__title,
.theme-lime .primary-nav-image__cta .theme-bg h2,
.theme-lime .primary-nav-image__cta .theme-bg .h2,
.theme-lime .primary-nav-image__cta .theme-bg h1,
.theme-lime .primary-nav-image__cta .theme-bg .h1,
.theme-lime .primary-nav-image__cta .theme-bg a:not(.btn),
.theme-lime .primary-nav-image__cta .theme-bg caption,
.theme-lime .primary-nav-image__cta .theme-bg .form-text,
.theme-lime .primary-nav-image__cta .theme-bg .btn-link,
.theme-lime .primary-nav-image__cta .theme-bg a[href^="tel"],
.theme-lime .primary-nav-image__cta .theme-bg .btn-link:active,
.theme-lime .primary-nav-image__cta .theme-bg select option,
.theme-lime .primary-nav-image__cta .theme-bg .form-control,
.theme-lime .primary-nav-image__cta .theme-bg .site-search .studio-widget-search-input,
.site-search .theme-lime .primary-nav-image__cta .theme-bg .studio-widget-search-input,
.theme-lime .primary-nav-image__cta .theme-bg #searchoptions-generic #search-field input,
#searchoptions-generic #search-field .theme-lime .primary-nav-image__cta .theme-bg input,
.theme-lime .primary-nav-image__cta .theme-bg input[type="file"],
.theme-lime .primary-nav-image__cta .theme-bg .form-select,
.theme-lime .primary-nav-image__cta .theme-bg .form-control::placeholder,
.theme-lime .primary-nav-image__cta .theme-bg .site-search .studio-widget-search-input::placeholder,
.site-search .theme-lime .primary-nav-image__cta .theme-bg .studio-widget-search-input::placeholder,
.theme-lime .primary-nav-image__cta .theme-bg #searchoptions-generic #search-field input::placeholder,
#searchoptions-generic #search-field .theme-lime .primary-nav-image__cta .theme-bg input::placeholder,
.theme-lime .primary-nav-image__cta .theme-bg input[type="file"]::placeholder,
.theme-lime .primary-nav-image__cta .theme-bg .form-select::placeholder,
.theme-lime .primary-nav-image__cta .theme-bg ul li::marker,
.theme-lime .primary-nav-image__cta .theme-bg .btn-icon,
.theme-lime .primary-nav-image__cta .theme-bg .btn-icon .material-symbols-outlined,
.theme-lime .primary-nav-image__cta .theme-bg .accordion-button,
.theme-lime .primary-nav-image__cta .theme-bg .accordion-item,
.theme-lime .primary-nav-image__cta .theme-bg .table,
.theme-lime .primary-nav-image__cta .theme-bg table,
.theme-lime .primary-nav-image__cta .theme-bg.number-cols-banner ol li:before,
.theme-lime .primary-nav-image__cta .theme-bg .btn-reset,
.theme-lime .primary-nav-image__cta .theme-bg div .swiper-button-prev .material-symbols-outlined,
.theme-lime .primary-nav-image__cta .theme-bg div .swiper-button-next .material-symbols-outlined {
    color: #000;
}
.theme-lime .primary-nav-image__cta.theme-bg .form-control,
.theme-lime .primary-nav-image__cta.theme-bg .site-search .studio-widget-search-input,
.site-search .theme-lime .primary-nav-image__cta.theme-bg .studio-widget-search-input,
.theme-lime .primary-nav-image__cta.theme-bg #searchoptions-generic #search-field input,
#searchoptions-generic #search-field .theme-lime .primary-nav-image__cta.theme-bg input,
.theme-lime .primary-nav-image__cta.theme-bg input[type="file"],
.theme-lime .primary-nav-image__cta.theme-bg .form-select,
.theme-lime .primary-nav-image__cta.theme-bg .form-check-input,
.theme-lime .primary-nav-image__cta.theme-bg .filters input[type="checkbox"],
.filters .theme-lime .primary-nav-image__cta.theme-bg input[type="checkbox"],
.theme-lime .primary-nav-image__cta.theme-bg .filters input[type="radio"],
.filters .theme-lime .primary-nav-image__cta.theme-bg input[type="radio"],
.theme-lime .primary-nav-image__cta.theme-bg .checkbox input[type="checkbox"],
.checkbox .theme-lime .primary-nav-image__cta.theme-bg input[type="checkbox"],
.theme-lime .primary-nav-image__cta.theme-bg .radio input[type="radio"],
.radio .theme-lime .primary-nav-image__cta.theme-bg input[type="radio"],
.theme-lime .primary-nav-image__cta.theme-bg .accordion-item,
.theme-lime .primary-nav-image__cta.theme-bg .accordion,
.theme-lime .primary-nav-image__cta.theme-bg .table,
.theme-lime .primary-nav-image__cta.theme-bg table,
.theme-lime .primary-nav-image__cta.theme-bg.number-cols-banner ol li:not(:last-child),
.theme-lime .primary-nav-image__cta.theme-bg .card-split-group > *:not(:last-child) > *,
.theme-lime .primary-nav-image__cta.theme-bg.pull-quote blockquote,
.theme-lime .primary-nav-image__cta .theme-bg .form-control,
.theme-lime .primary-nav-image__cta .theme-bg .site-search .studio-widget-search-input,
.site-search .theme-lime .primary-nav-image__cta .theme-bg .studio-widget-search-input,
.theme-lime .primary-nav-image__cta .theme-bg #searchoptions-generic #search-field input,
#searchoptions-generic #search-field .theme-lime .primary-nav-image__cta .theme-bg input,
.theme-lime .primary-nav-image__cta .theme-bg input[type="file"],
.theme-lime .primary-nav-image__cta .theme-bg .form-select,
.theme-lime .primary-nav-image__cta .theme-bg .form-check-input,
.theme-lime .primary-nav-image__cta .theme-bg .filters input[type="checkbox"],
.filters .theme-lime .primary-nav-image__cta .theme-bg input[type="checkbox"],
.theme-lime .primary-nav-image__cta .theme-bg .filters input[type="radio"],
.filters .theme-lime .primary-nav-image__cta .theme-bg input[type="radio"],
.theme-lime .primary-nav-image__cta .theme-bg .checkbox input[type="checkbox"],
.checkbox .theme-lime .primary-nav-image__cta .theme-bg input[type="checkbox"],
.theme-lime .primary-nav-image__cta .theme-bg .radio input[type="radio"],
.radio .theme-lime .primary-nav-image__cta .theme-bg input[type="radio"],
.theme-lime .primary-nav-image__cta .theme-bg .accordion-item,
.theme-lime .primary-nav-image__cta .theme-bg .accordion,
.theme-lime .primary-nav-image__cta .theme-bg .table,
.theme-lime .primary-nav-image__cta .theme-bg table,
.theme-lime .primary-nav-image__cta .theme-bg.number-cols-banner ol li:not(:last-child),
.theme-lime .primary-nav-image__cta .theme-bg .card-split-group > *:not(:last-child) > *,
.theme-lime .primary-nav-image__cta .theme-bg.pull-quote blockquote {
    border-color: #000;
}
.theme-lime .primary-nav-image__cta.theme-bg .table,
.theme-lime .primary-nav-image__cta.theme-bg table,
.theme-lime .primary-nav-image__cta .theme-bg .table,
.theme-lime .primary-nav-image__cta .theme-bg table {
    box-shadow: 0 -0.3125rem #000;
}
.theme-lime .primary-nav-image__cta.theme-bg :focus,
.theme-lime .primary-nav-image__cta .theme-bg :focus {
    outline-color: #000;
}
.theme-lime .primary-nav-image__cta.theme-bg .display-3:before,
.theme-lime .primary-nav-image__cta.theme-bg div .swiper-pagination-bullet,
.theme-lime .primary-nav-image__cta.theme-bg .icon-social,
.theme-lime .primary-nav-image__cta.theme-bg .news-feature__more:before,
.theme-lime .primary-nav-image__cta.theme-bg .news-feature__more:after,
.theme-lime .primary-nav-image__cta.theme-bg .profiles-feature__card:not(:last-child):after,
.theme-lime .primary-nav-image__cta .theme-bg .display-3:before,
.theme-lime .primary-nav-image__cta .theme-bg div .swiper-pagination-bullet,
.theme-lime .primary-nav-image__cta .theme-bg .icon-social,
.theme-lime .primary-nav-image__cta .theme-bg .news-feature__more:before,
.theme-lime .primary-nav-image__cta .theme-bg .news-feature__more:after,
.theme-lime .primary-nav-image__cta .theme-bg .profiles-feature__card:not(:last-child):after {
    background-color: #000;
}
.theme-lime .primary-nav-image__cta.theme-bg .display-3:before,
.theme-lime .primary-nav-image__cta .theme-bg .display-3:before {
    background-color: #000;
}
.theme-lime .primary-nav-image__cta.theme-bg div .swiper-pagination-bullet-active,
.theme-lime .primary-nav-image__cta .theme-bg div .swiper-pagination-bullet-active {
    background-color: #fff0;
    border: 1px solid #000;
}
.theme-lime .primary-nav-image__cta.theme-bg .logo svg,
.theme-lime .primary-nav-image__cta .theme-bg .logo svg {
    fill: #000;
}
.theme-lime .primary-nav-image__cta.theme-bg .form-select,
.theme-lime .primary-nav-image__cta.theme-bg select.form-control,
.theme-lime .primary-nav-image__cta.theme-bg .site-search select.studio-widget-search-input,
.site-search .theme-lime .primary-nav-image__cta.theme-bg select.studio-widget-search-input,
.theme-lime .primary-nav-image__cta .theme-bg .form-select,
.theme-lime .primary-nav-image__cta .theme-bg select.form-control,
.theme-lime .primary-nav-image__cta .theme-bg .site-search select.studio-widget-search-input,
.site-search .theme-lime .primary-nav-image__cta .theme-bg select.studio-widget-search-input {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24' viewBox='0 -960 960 960' width='24'%3E%3Cpath d='M480-358.463 253.847-584.615 296-626.768l184 184 184-184 42.153 42.153L480-358.463Z' fill='black' /%3E%3C/svg%3E");
}
.theme-lime .primary-nav-image__cta.theme-bg .accordion-button:after,
.theme-lime .primary-nav-image__cta .theme-bg .accordion-button:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24' viewBox='0 -960 960 960' width='24'%3E%3Cpath d='M440-200v-240H200v-80h240v-240h80v240h240v80H520v240h-80Z' fill='black' /%3E%3C/svg%3E");
}
.theme-lime .primary-nav-image__cta.theme-bg .accordion-button:not(.collapsed):after,
.theme-lime .primary-nav-image__cta .theme-bg .accordion-button:not(.collapsed):after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24' viewBox='0 -960 960 960' width='24'%3E%3Cpath d='M200-440v-80h560v80H200Z' fill='black' /%3E%3C/svg%3E");
}
.theme-lime .primary-nav-image__cta.theme-bg .form-select option,
.theme-lime .primary-nav-image__cta.theme-bg select.form-control option,
.theme-lime .primary-nav-image__cta.theme-bg .site-search select.studio-widget-search-input option,
.site-search .theme-lime .primary-nav-image__cta.theme-bg select.studio-widget-search-input option,
.theme-lime .primary-nav-image__cta .theme-bg .form-select option,
.theme-lime .primary-nav-image__cta .theme-bg select.form-control option,
.theme-lime .primary-nav-image__cta .theme-bg .site-search select.studio-widget-search-input option,
.site-search .theme-lime .primary-nav-image__cta .theme-bg select.studio-widget-search-input option {
    color: #000;
}
.theme-lime .primary-nav-image__cta .card-icon__icon {
    background-color: #b6cd2d;
}
.theme-lime .primary-nav-image__cta div .swiper-button-prev .material-symbols-outlined,
.theme-lime .primary-nav-image__cta div .swiper-button-next .material-symbols-outlined,
.theme-lime .primary-nav-image__cta .secondary-nav ul li.active a,
.theme-lime .primary-nav-image__cta .btn-text-link-collapse .material-symbols-outlined,
.theme-lime .primary-nav-image__cta .masthead-blocks__functions .btn-icon .material-symbols-outlined,
.theme-lime .primary-nav-image__cta .btn-toggle .material-symbols-outlined,
.theme-lime .primary-nav-image__cta .card-program__toggle .material-symbols-outlined,
.theme-lime .primary-nav-image__cta #view_period_switchers .material-symbols-outlined,
.theme-lime .primary-nav-image__cta .number-cols-banner ol li:before,
.theme-lime .primary-nav-image__cta .card .btn-icon .material-symbols-outlined,
.theme-lime .primary-nav-image__cta .card-banner .card .btn-icon .material-symbols-outlined,
.theme-lime .primary-nav-image__cta .masthead-article__section-title,
.theme-lime .primary-nav-image__cta .masthead-article .btn-text-link .material-symbols-outlined,
.theme-lime .primary-nav-image__cta .pagination .currentpage,
.theme-lime .primary-nav-image__cta ul li::marker,
.theme-lime .primary-nav-image__cta .nav-pills .nav-link.active,
.theme-lime .primary-nav-image__cta .nav-pills .show > .nav-link,
.theme-lime .primary-nav-image__cta .sticky-nav ul li a.active {
    color: #000;
}
.theme-lime .primary-nav-image__cta .secondary-nav a:after,
.theme-lime .primary-nav-image__cta .masthead-profile__social .icon-social,
.theme-lime .primary-nav-image__cta .nav-pills-h-border .nav-link:after,
.theme-lime .primary-nav-image__cta .nav-pills-h .nav-link:after,
.theme-lime .primary-nav-image__cta .banner__btn-toggle,
.theme-lime .primary-nav-image__cta .events-calendar .cal-event {
    background-color: #000;
}
.theme-lime .primary-nav-image__cta .nav-pills[aria-orientation="vertical"] .nav-link.active,
.theme-lime .primary-nav-image__cta .nav-pills[aria-orientation="vertical"] .nav-link:hover,
.theme-lime .primary-nav-image__cta .nav-pills[aria-orientation="vertical"] .nav-link:focus {
    color: #0000008c;
}
.theme-lime .primary-nav-image__cta .accordion-button:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24' viewBox='0 -960 960 960' width='24'%3E%3Cpath d='M440-200v-240H200v-80h240v-240h80v240h240v80H520v240h-80Z' fill='black' /%3E%3C/svg%3E");
}
.theme-lime .primary-nav-image__cta .accordion-button:not(.collapsed):after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24' viewBox='0 -960 960 960' width='24'%3E%3Cpath d='M200-440v-80h560v80H200Z' fill='black' /%3E%3C/svg%3E");
}
.theme-lime .primary-nav-image__cta .btn-dark .material-symbols-outlined,
.theme-lime .primary-nav-image__cta .btn-dark:not(.js-pause-motion) .material-symbols-outlined {
    color: #fff;
}
.theme-cyan .primary-nav-image__cta.theme-bg,
.theme-cyan .primary-nav-image__cta .theme-bg {
    background-color: #41c3dc;
    color: #000;
}
.theme-cyan .primary-nav-image__cta.theme-bg .form-control::-moz-placeholder,
.theme-cyan .primary-nav-image__cta.theme-bg .site-search .studio-widget-search-input::-moz-placeholder,
.site-search .theme-cyan .primary-nav-image__cta.theme-bg .studio-widget-search-input::-moz-placeholder,
.theme-cyan .primary-nav-image__cta.theme-bg #searchoptions-generic #search-field input::-moz-placeholder,
#searchoptions-generic #search-field .theme-cyan .primary-nav-image__cta.theme-bg input::-moz-placeholder,
.theme-cyan .primary-nav-image__cta.theme-bg input[type="file"]::-moz-placeholder,
.theme-cyan .primary-nav-image__cta.theme-bg .form-select::-moz-placeholder,
.theme-cyan .primary-nav-image__cta .theme-bg .form-control::-moz-placeholder,
.theme-cyan .primary-nav-image__cta .theme-bg .site-search .studio-widget-search-input::-moz-placeholder,
.site-search .theme-cyan .primary-nav-image__cta .theme-bg .studio-widget-search-input::-moz-placeholder,
.theme-cyan .primary-nav-image__cta .theme-bg #searchoptions-generic #search-field input::-moz-placeholder,
#searchoptions-generic #search-field .theme-cyan .primary-nav-image__cta .theme-bg input::-moz-placeholder,
.theme-cyan .primary-nav-image__cta .theme-bg input[type="file"]::-moz-placeholder,
.theme-cyan .primary-nav-image__cta .theme-bg .form-select::-moz-placeholder {
    color: #000;
}
.theme-cyan .primary-nav-image__cta.theme-bg h6,
.theme-cyan .primary-nav-image__cta.theme-bg .h6,
.theme-cyan .primary-nav-image__cta.theme-bg h5,
.theme-cyan .primary-nav-image__cta.theme-bg .h5,
.theme-cyan .primary-nav-image__cta.theme-bg h4,
.theme-cyan .primary-nav-image__cta.theme-bg .h4,
.theme-cyan .primary-nav-image__cta.theme-bg h3,
.theme-cyan .primary-nav-image__cta.theme-bg .h3,
.theme-cyan .primary-nav-image__cta.theme-bg .search-filters__title,
.theme-cyan .primary-nav-image__cta.theme-bg h2,
.theme-cyan .primary-nav-image__cta.theme-bg .h2,
.theme-cyan .primary-nav-image__cta.theme-bg h1,
.theme-cyan .primary-nav-image__cta.theme-bg .h1,
.theme-cyan .primary-nav-image__cta.theme-bg a:not(.btn),
.theme-cyan .primary-nav-image__cta.theme-bg caption,
.theme-cyan .primary-nav-image__cta.theme-bg .form-text,
.theme-cyan .primary-nav-image__cta.theme-bg .btn-link,
.theme-cyan .primary-nav-image__cta.theme-bg a[href^="tel"],
.theme-cyan .primary-nav-image__cta.theme-bg .btn-link:active,
.theme-cyan .primary-nav-image__cta.theme-bg select option,
.theme-cyan .primary-nav-image__cta.theme-bg .form-control,
.theme-cyan .primary-nav-image__cta.theme-bg .site-search .studio-widget-search-input,
.site-search .theme-cyan .primary-nav-image__cta.theme-bg .studio-widget-search-input,
.theme-cyan .primary-nav-image__cta.theme-bg #searchoptions-generic #search-field input,
#searchoptions-generic #search-field .theme-cyan .primary-nav-image__cta.theme-bg input,
.theme-cyan .primary-nav-image__cta.theme-bg input[type="file"],
.theme-cyan .primary-nav-image__cta.theme-bg .form-select,
.theme-cyan .primary-nav-image__cta.theme-bg .form-control::placeholder,
.theme-cyan .primary-nav-image__cta.theme-bg .site-search .studio-widget-search-input::placeholder,
.site-search .theme-cyan .primary-nav-image__cta.theme-bg .studio-widget-search-input::placeholder,
.theme-cyan .primary-nav-image__cta.theme-bg #searchoptions-generic #search-field input::placeholder,
#searchoptions-generic #search-field .theme-cyan .primary-nav-image__cta.theme-bg input::placeholder,
.theme-cyan .primary-nav-image__cta.theme-bg input[type="file"]::placeholder,
.theme-cyan .primary-nav-image__cta.theme-bg .form-select::placeholder,
.theme-cyan .primary-nav-image__cta.theme-bg ul li::marker,
.theme-cyan .primary-nav-image__cta.theme-bg .btn-icon,
.theme-cyan .primary-nav-image__cta.theme-bg .btn-icon .material-symbols-outlined,
.theme-cyan .primary-nav-image__cta.theme-bg .accordion-button,
.theme-cyan .primary-nav-image__cta.theme-bg .accordion-item,
.theme-cyan .primary-nav-image__cta.theme-bg .table,
.theme-cyan .primary-nav-image__cta.theme-bg table,
.theme-cyan .primary-nav-image__cta.theme-bg.number-cols-banner ol li:before,
.theme-cyan .primary-nav-image__cta.theme-bg .btn-reset,
.theme-cyan .primary-nav-image__cta.theme-bg div .swiper-button-prev .material-symbols-outlined,
.theme-cyan .primary-nav-image__cta.theme-bg div .swiper-button-next .material-symbols-outlined,
.theme-cyan .primary-nav-image__cta .theme-bg h6,
.theme-cyan .primary-nav-image__cta .theme-bg .h6,
.theme-cyan .primary-nav-image__cta .theme-bg h5,
.theme-cyan .primary-nav-image__cta .theme-bg .h5,
.theme-cyan .primary-nav-image__cta .theme-bg h4,
.theme-cyan .primary-nav-image__cta .theme-bg .h4,
.theme-cyan .primary-nav-image__cta .theme-bg h3,
.theme-cyan .primary-nav-image__cta .theme-bg .h3,
.theme-cyan .primary-nav-image__cta .theme-bg .search-filters__title,
.theme-cyan .primary-nav-image__cta .theme-bg h2,
.theme-cyan .primary-nav-image__cta .theme-bg .h2,
.theme-cyan .primary-nav-image__cta .theme-bg h1,
.theme-cyan .primary-nav-image__cta .theme-bg .h1,
.theme-cyan .primary-nav-image__cta .theme-bg a:not(.btn),
.theme-cyan .primary-nav-image__cta .theme-bg caption,
.theme-cyan .primary-nav-image__cta .theme-bg .form-text,
.theme-cyan .primary-nav-image__cta .theme-bg .btn-link,
.theme-cyan .primary-nav-image__cta .theme-bg a[href^="tel"],
.theme-cyan .primary-nav-image__cta .theme-bg .btn-link:active,
.theme-cyan .primary-nav-image__cta .theme-bg select option,
.theme-cyan .primary-nav-image__cta .theme-bg .form-control,
.theme-cyan .primary-nav-image__cta .theme-bg .site-search .studio-widget-search-input,
.site-search .theme-cyan .primary-nav-image__cta .theme-bg .studio-widget-search-input,
.theme-cyan .primary-nav-image__cta .theme-bg #searchoptions-generic #search-field input,
#searchoptions-generic #search-field .theme-cyan .primary-nav-image__cta .theme-bg input,
.theme-cyan .primary-nav-image__cta .theme-bg input[type="file"],
.theme-cyan .primary-nav-image__cta .theme-bg .form-select,
.theme-cyan .primary-nav-image__cta .theme-bg .form-control::placeholder,
.theme-cyan .primary-nav-image__cta .theme-bg .site-search .studio-widget-search-input::placeholder,
.site-search .theme-cyan .primary-nav-image__cta .theme-bg .studio-widget-search-input::placeholder,
.theme-cyan .primary-nav-image__cta .theme-bg #searchoptions-generic #search-field input::placeholder,
#searchoptions-generic #search-field .theme-cyan .primary-nav-image__cta .theme-bg input::placeholder,
.theme-cyan .primary-nav-image__cta .theme-bg input[type="file"]::placeholder,
.theme-cyan .primary-nav-image__cta .theme-bg .form-select::placeholder,
.theme-cyan .primary-nav-image__cta .theme-bg ul li::marker,
.theme-cyan .primary-nav-image__cta .theme-bg .btn-icon,
.theme-cyan .primary-nav-image__cta .theme-bg .btn-icon .material-symbols-outlined,
.theme-cyan .primary-nav-image__cta .theme-bg .accordion-button,
.theme-cyan .primary-nav-image__cta .theme-bg .accordion-item,
.theme-cyan .primary-nav-image__cta .theme-bg .table,
.theme-cyan .primary-nav-image__cta .theme-bg table,
.theme-cyan .primary-nav-image__cta .theme-bg.number-cols-banner ol li:before,
.theme-cyan .primary-nav-image__cta .theme-bg .btn-reset,
.theme-cyan .primary-nav-image__cta .theme-bg div .swiper-button-prev .material-symbols-outlined,
.theme-cyan .primary-nav-image__cta .theme-bg div .swiper-button-next .material-symbols-outlined {
    color: #000;
}
.theme-cyan .primary-nav-image__cta.theme-bg .form-control,
.theme-cyan .primary-nav-image__cta.theme-bg .site-search .studio-widget-search-input,
.site-search .theme-cyan .primary-nav-image__cta.theme-bg .studio-widget-search-input,
.theme-cyan .primary-nav-image__cta.theme-bg #searchoptions-generic #search-field input,
#searchoptions-generic #search-field .theme-cyan .primary-nav-image__cta.theme-bg input,
.theme-cyan .primary-nav-image__cta.theme-bg input[type="file"],
.theme-cyan .primary-nav-image__cta.theme-bg .form-select,
.theme-cyan .primary-nav-image__cta.theme-bg .form-check-input,
.theme-cyan .primary-nav-image__cta.theme-bg .filters input[type="checkbox"],
.filters .theme-cyan .primary-nav-image__cta.theme-bg input[type="checkbox"],
.theme-cyan .primary-nav-image__cta.theme-bg .filters input[type="radio"],
.filters .theme-cyan .primary-nav-image__cta.theme-bg input[type="radio"],
.theme-cyan .primary-nav-image__cta.theme-bg .checkbox input[type="checkbox"],
.checkbox .theme-cyan .primary-nav-image__cta.theme-bg input[type="checkbox"],
.theme-cyan .primary-nav-image__cta.theme-bg .radio input[type="radio"],
.radio .theme-cyan .primary-nav-image__cta.theme-bg input[type="radio"],
.theme-cyan .primary-nav-image__cta.theme-bg .accordion-item,
.theme-cyan .primary-nav-image__cta.theme-bg .accordion,
.theme-cyan .primary-nav-image__cta.theme-bg .table,
.theme-cyan .primary-nav-image__cta.theme-bg table,
.theme-cyan .primary-nav-image__cta.theme-bg.number-cols-banner ol li:not(:last-child),
.theme-cyan .primary-nav-image__cta.theme-bg .card-split-group > *:not(:last-child) > *,
.theme-cyan .primary-nav-image__cta.theme-bg.pull-quote blockquote,
.theme-cyan .primary-nav-image__cta .theme-bg .form-control,
.theme-cyan .primary-nav-image__cta .theme-bg .site-search .studio-widget-search-input,
.site-search .theme-cyan .primary-nav-image__cta .theme-bg .studio-widget-search-input,
.theme-cyan .primary-nav-image__cta .theme-bg #searchoptions-generic #search-field input,
#searchoptions-generic #search-field .theme-cyan .primary-nav-image__cta .theme-bg input,
.theme-cyan .primary-nav-image__cta .theme-bg input[type="file"],
.theme-cyan .primary-nav-image__cta .theme-bg .form-select,
.theme-cyan .primary-nav-image__cta .theme-bg .form-check-input,
.theme-cyan .primary-nav-image__cta .theme-bg .filters input[type="checkbox"],
.filters .theme-cyan .primary-nav-image__cta .theme-bg input[type="checkbox"],
.theme-cyan .primary-nav-image__cta .theme-bg .filters input[type="radio"],
.filters .theme-cyan .primary-nav-image__cta .theme-bg input[type="radio"],
.theme-cyan .primary-nav-image__cta .theme-bg .checkbox input[type="checkbox"],
.checkbox .theme-cyan .primary-nav-image__cta .theme-bg input[type="checkbox"],
.theme-cyan .primary-nav-image__cta .theme-bg .radio input[type="radio"],
.radio .theme-cyan .primary-nav-image__cta .theme-bg input[type="radio"],
.theme-cyan .primary-nav-image__cta .theme-bg .accordion-item,
.theme-cyan .primary-nav-image__cta .theme-bg .accordion,
.theme-cyan .primary-nav-image__cta .theme-bg .table,
.theme-cyan .primary-nav-image__cta .theme-bg table,
.theme-cyan .primary-nav-image__cta .theme-bg.number-cols-banner ol li:not(:last-child),
.theme-cyan .primary-nav-image__cta .theme-bg .card-split-group > *:not(:last-child) > *,
.theme-cyan .primary-nav-image__cta .theme-bg.pull-quote blockquote {
    border-color: #000;
}
.theme-cyan .primary-nav-image__cta.theme-bg .table,
.theme-cyan .primary-nav-image__cta.theme-bg table,
.theme-cyan .primary-nav-image__cta .theme-bg .table,
.theme-cyan .primary-nav-image__cta .theme-bg table {
    box-shadow: 0 -0.3125rem #000;
}
.theme-cyan .primary-nav-image__cta.theme-bg :focus,
.theme-cyan .primary-nav-image__cta .theme-bg :focus {
    outline-color: #000;
}
.theme-cyan .primary-nav-image__cta.theme-bg .display-3:before,
.theme-cyan .primary-nav-image__cta.theme-bg div .swiper-pagination-bullet,
.theme-cyan .primary-nav-image__cta.theme-bg .icon-social,
.theme-cyan .primary-nav-image__cta.theme-bg .news-feature__more:before,
.theme-cyan .primary-nav-image__cta.theme-bg .news-feature__more:after,
.theme-cyan .primary-nav-image__cta.theme-bg .profiles-feature__card:not(:last-child):after,
.theme-cyan .primary-nav-image__cta .theme-bg .display-3:before,
.theme-cyan .primary-nav-image__cta .theme-bg div .swiper-pagination-bullet,
.theme-cyan .primary-nav-image__cta .theme-bg .icon-social,
.theme-cyan .primary-nav-image__cta .theme-bg .news-feature__more:before,
.theme-cyan .primary-nav-image__cta .theme-bg .news-feature__more:after,
.theme-cyan .primary-nav-image__cta .theme-bg .profiles-feature__card:not(:last-child):after {
    background-color: #000;
}
.theme-cyan .primary-nav-image__cta.theme-bg .display-3:before,
.theme-cyan .primary-nav-image__cta .theme-bg .display-3:before {
    background-color: #000;
}
.theme-cyan .primary-nav-image__cta.theme-bg div .swiper-pagination-bullet-active,
.theme-cyan .primary-nav-image__cta .theme-bg div .swiper-pagination-bullet-active {
    background-color: #fff0;
    border: 1px solid #000;
}
.theme-cyan .primary-nav-image__cta.theme-bg .logo svg,
.theme-cyan .primary-nav-image__cta .theme-bg .logo svg {
    fill: #000;
}
.theme-cyan .primary-nav-image__cta.theme-bg .form-select,
.theme-cyan .primary-nav-image__cta.theme-bg select.form-control,
.theme-cyan .primary-nav-image__cta.theme-bg .site-search select.studio-widget-search-input,
.site-search .theme-cyan .primary-nav-image__cta.theme-bg select.studio-widget-search-input,
.theme-cyan .primary-nav-image__cta .theme-bg .form-select,
.theme-cyan .primary-nav-image__cta .theme-bg select.form-control,
.theme-cyan .primary-nav-image__cta .theme-bg .site-search select.studio-widget-search-input,
.site-search .theme-cyan .primary-nav-image__cta .theme-bg select.studio-widget-search-input {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24' viewBox='0 -960 960 960' width='24'%3E%3Cpath d='M480-358.463 253.847-584.615 296-626.768l184 184 184-184 42.153 42.153L480-358.463Z' fill='black' /%3E%3C/svg%3E");
}
.theme-cyan .primary-nav-image__cta.theme-bg .accordion-button:after,
.theme-cyan .primary-nav-image__cta .theme-bg .accordion-button:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24' viewBox='0 -960 960 960' width='24'%3E%3Cpath d='M440-200v-240H200v-80h240v-240h80v240h240v80H520v240h-80Z' fill='black' /%3E%3C/svg%3E");
}
.theme-cyan .primary-nav-image__cta.theme-bg .accordion-button:not(.collapsed):after,
.theme-cyan .primary-nav-image__cta .theme-bg .accordion-button:not(.collapsed):after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24' viewBox='0 -960 960 960' width='24'%3E%3Cpath d='M200-440v-80h560v80H200Z' fill='black' /%3E%3C/svg%3E");
}
.theme-cyan .primary-nav-image__cta.theme-bg .form-select option,
.theme-cyan .primary-nav-image__cta.theme-bg select.form-control option,
.theme-cyan .primary-nav-image__cta.theme-bg .site-search select.studio-widget-search-input option,
.site-search .theme-cyan .primary-nav-image__cta.theme-bg select.studio-widget-search-input option,
.theme-cyan .primary-nav-image__cta .theme-bg .form-select option,
.theme-cyan .primary-nav-image__cta .theme-bg select.form-control option,
.theme-cyan .primary-nav-image__cta .theme-bg .site-search select.studio-widget-search-input option,
.site-search .theme-cyan .primary-nav-image__cta .theme-bg select.studio-widget-search-input option {
    color: #000;
}
.theme-cyan .primary-nav-image__cta .card-icon__icon {
    background-color: #41c3dc;
}
.theme-cyan .primary-nav-image__cta div .swiper-button-prev .material-symbols-outlined,
.theme-cyan .primary-nav-image__cta div .swiper-button-next .material-symbols-outlined,
.theme-cyan .primary-nav-image__cta .secondary-nav ul li.active a,
.theme-cyan .primary-nav-image__cta .btn-text-link-collapse .material-symbols-outlined,
.theme-cyan .primary-nav-image__cta .masthead-blocks__functions .btn-icon .material-symbols-outlined,
.theme-cyan .primary-nav-image__cta .btn-toggle .material-symbols-outlined,
.theme-cyan .primary-nav-image__cta .card-program__toggle .material-symbols-outlined,
.theme-cyan .primary-nav-image__cta #view_period_switchers .material-symbols-outlined,
.theme-cyan .primary-nav-image__cta .number-cols-banner ol li:before,
.theme-cyan .primary-nav-image__cta .card .btn-icon .material-symbols-outlined,
.theme-cyan .primary-nav-image__cta .card-banner .card .btn-icon .material-symbols-outlined,
.theme-cyan .primary-nav-image__cta .masthead-article__section-title,
.theme-cyan .primary-nav-image__cta .masthead-article .btn-text-link .material-symbols-outlined,
.theme-cyan .primary-nav-image__cta .pagination .currentpage,
.theme-cyan .primary-nav-image__cta ul li::marker,
.theme-cyan .primary-nav-image__cta .nav-pills .nav-link.active,
.theme-cyan .primary-nav-image__cta .nav-pills .show > .nav-link,
.theme-cyan .primary-nav-image__cta .sticky-nav ul li a.active {
    color: #000;
}
.theme-cyan .primary-nav-image__cta .secondary-nav a:after,
.theme-cyan .primary-nav-image__cta .masthead-profile__social .icon-social,
.theme-cyan .primary-nav-image__cta .nav-pills-h-border .nav-link:after,
.theme-cyan .primary-nav-image__cta .nav-pills-h .nav-link:after,
.theme-cyan .primary-nav-image__cta .banner__btn-toggle,
.theme-cyan .primary-nav-image__cta .events-calendar .cal-event {
    background-color: #000;
}
.theme-cyan .primary-nav-image__cta .nav-pills[aria-orientation="vertical"] .nav-link.active,
.theme-cyan .primary-nav-image__cta .nav-pills[aria-orientation="vertical"] .nav-link:hover,
.theme-cyan .primary-nav-image__cta .nav-pills[aria-orientation="vertical"] .nav-link:focus {
    color: #0000008c;
}
.theme-cyan .primary-nav-image__cta .accordion-button:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24' viewBox='0 -960 960 960' width='24'%3E%3Cpath d='M440-200v-240H200v-80h240v-240h80v240h240v80H520v240h-80Z' fill='black' /%3E%3C/svg%3E");
}
.theme-cyan .primary-nav-image__cta .accordion-button:not(.collapsed):after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24' viewBox='0 -960 960 960' width='24'%3E%3Cpath d='M200-440v-80h560v80H200Z' fill='black' /%3E%3C/svg%3E");
}
.theme-cyan .primary-nav-image__cta .btn-dark .material-symbols-outlined,
.theme-cyan .primary-nav-image__cta .btn-dark:not(.js-pause-motion) .material-symbols-outlined {
    color: #fff;
}
.theme-orange .primary-nav-image__cta.theme-bg,
.theme-orange .primary-nav-image__cta .theme-bg {
    background-color: #fcaf17;
    color: #000;
}
.theme-orange .primary-nav-image__cta.theme-bg .form-control::-moz-placeholder,
.theme-orange .primary-nav-image__cta.theme-bg .site-search .studio-widget-search-input::-moz-placeholder,
.site-search .theme-orange .primary-nav-image__cta.theme-bg .studio-widget-search-input::-moz-placeholder,
.theme-orange .primary-nav-image__cta.theme-bg #searchoptions-generic #search-field input::-moz-placeholder,
#searchoptions-generic #search-field .theme-orange .primary-nav-image__cta.theme-bg input::-moz-placeholder,
.theme-orange .primary-nav-image__cta.theme-bg input[type="file"]::-moz-placeholder,
.theme-orange .primary-nav-image__cta.theme-bg .form-select::-moz-placeholder,
.theme-orange .primary-nav-image__cta .theme-bg .form-control::-moz-placeholder,
.theme-orange .primary-nav-image__cta .theme-bg .site-search .studio-widget-search-input::-moz-placeholder,
.site-search .theme-orange .primary-nav-image__cta .theme-bg .studio-widget-search-input::-moz-placeholder,
.theme-orange .primary-nav-image__cta .theme-bg #searchoptions-generic #search-field input::-moz-placeholder,
#searchoptions-generic #search-field .theme-orange .primary-nav-image__cta .theme-bg input::-moz-placeholder,
.theme-orange .primary-nav-image__cta .theme-bg input[type="file"]::-moz-placeholder,
.theme-orange .primary-nav-image__cta .theme-bg .form-select::-moz-placeholder {
    color: #000;
}
.theme-orange .primary-nav-image__cta.theme-bg h6,
.theme-orange .primary-nav-image__cta.theme-bg .h6,
.theme-orange .primary-nav-image__cta.theme-bg h5,
.theme-orange .primary-nav-image__cta.theme-bg .h5,
.theme-orange .primary-nav-image__cta.theme-bg h4,
.theme-orange .primary-nav-image__cta.theme-bg .h4,
.theme-orange .primary-nav-image__cta.theme-bg h3,
.theme-orange .primary-nav-image__cta.theme-bg .h3,
.theme-orange .primary-nav-image__cta.theme-bg .search-filters__title,
.theme-orange .primary-nav-image__cta.theme-bg h2,
.theme-orange .primary-nav-image__cta.theme-bg .h2,
.theme-orange .primary-nav-image__cta.theme-bg h1,
.theme-orange .primary-nav-image__cta.theme-bg .h1,
.theme-orange .primary-nav-image__cta.theme-bg a:not(.btn),
.theme-orange .primary-nav-image__cta.theme-bg caption,
.theme-orange .primary-nav-image__cta.theme-bg .form-text,
.theme-orange .primary-nav-image__cta.theme-bg .btn-link,
.theme-orange .primary-nav-image__cta.theme-bg a[href^="tel"],
.theme-orange .primary-nav-image__cta.theme-bg .btn-link:active,
.theme-orange .primary-nav-image__cta.theme-bg select option,
.theme-orange .primary-nav-image__cta.theme-bg .form-control,
.theme-orange .primary-nav-image__cta.theme-bg .site-search .studio-widget-search-input,
.site-search .theme-orange .primary-nav-image__cta.theme-bg .studio-widget-search-input,
.theme-orange .primary-nav-image__cta.theme-bg #searchoptions-generic #search-field input,
#searchoptions-generic #search-field .theme-orange .primary-nav-image__cta.theme-bg input,
.theme-orange .primary-nav-image__cta.theme-bg input[type="file"],
.theme-orange .primary-nav-image__cta.theme-bg .form-select,
.theme-orange .primary-nav-image__cta.theme-bg .form-control::placeholder,
.theme-orange .primary-nav-image__cta.theme-bg .site-search .studio-widget-search-input::placeholder,
.site-search .theme-orange .primary-nav-image__cta.theme-bg .studio-widget-search-input::placeholder,
.theme-orange .primary-nav-image__cta.theme-bg #searchoptions-generic #search-field input::placeholder,
#searchoptions-generic #search-field .theme-orange .primary-nav-image__cta.theme-bg input::placeholder,
.theme-orange .primary-nav-image__cta.theme-bg input[type="file"]::placeholder,
.theme-orange .primary-nav-image__cta.theme-bg .form-select::placeholder,
.theme-orange .primary-nav-image__cta.theme-bg ul li::marker,
.theme-orange .primary-nav-image__cta.theme-bg .btn-icon,
.theme-orange .primary-nav-image__cta.theme-bg .btn-icon .material-symbols-outlined,
.theme-orange .primary-nav-image__cta.theme-bg .accordion-button,
.theme-orange .primary-nav-image__cta.theme-bg .accordion-item,
.theme-orange .primary-nav-image__cta.theme-bg .table,
.theme-orange .primary-nav-image__cta.theme-bg table,
.theme-orange .primary-nav-image__cta.theme-bg.number-cols-banner ol li:before,
.theme-orange .primary-nav-image__cta.theme-bg .btn-reset,
.theme-orange .primary-nav-image__cta.theme-bg div .swiper-button-prev .material-symbols-outlined,
.theme-orange .primary-nav-image__cta.theme-bg div .swiper-button-next .material-symbols-outlined,
.theme-orange .primary-nav-image__cta .theme-bg h6,
.theme-orange .primary-nav-image__cta .theme-bg .h6,
.theme-orange .primary-nav-image__cta .theme-bg h5,
.theme-orange .primary-nav-image__cta .theme-bg .h5,
.theme-orange .primary-nav-image__cta .theme-bg h4,
.theme-orange .primary-nav-image__cta .theme-bg .h4,
.theme-orange .primary-nav-image__cta .theme-bg h3,
.theme-orange .primary-nav-image__cta .theme-bg .h3,
.theme-orange .primary-nav-image__cta .theme-bg .search-filters__title,
.theme-orange .primary-nav-image__cta .theme-bg h2,
.theme-orange .primary-nav-image__cta .theme-bg .h2,
.theme-orange .primary-nav-image__cta .theme-bg h1,
.theme-orange .primary-nav-image__cta .theme-bg .h1,
.theme-orange .primary-nav-image__cta .theme-bg a:not(.btn),
.theme-orange .primary-nav-image__cta .theme-bg caption,
.theme-orange .primary-nav-image__cta .theme-bg .form-text,
.theme-orange .primary-nav-image__cta .theme-bg .btn-link,
.theme-orange .primary-nav-image__cta .theme-bg a[href^="tel"],
.theme-orange .primary-nav-image__cta .theme-bg .btn-link:active,
.theme-orange .primary-nav-image__cta .theme-bg select option,
.theme-orange .primary-nav-image__cta .theme-bg .form-control,
.theme-orange .primary-nav-image__cta .theme-bg .site-search .studio-widget-search-input,
.site-search .theme-orange .primary-nav-image__cta .theme-bg .studio-widget-search-input,
.theme-orange .primary-nav-image__cta .theme-bg #searchoptions-generic #search-field input,
#searchoptions-generic #search-field .theme-orange .primary-nav-image__cta .theme-bg input,
.theme-orange .primary-nav-image__cta .theme-bg input[type="file"],
.theme-orange .primary-nav-image__cta .theme-bg .form-select,
.theme-orange .primary-nav-image__cta .theme-bg .form-control::placeholder,
.theme-orange .primary-nav-image__cta .theme-bg .site-search .studio-widget-search-input::placeholder,
.site-search .theme-orange .primary-nav-image__cta .theme-bg .studio-widget-search-input::placeholder,
.theme-orange .primary-nav-image__cta .theme-bg #searchoptions-generic #search-field input::placeholder,
#searchoptions-generic #search-field .theme-orange .primary-nav-image__cta .theme-bg input::placeholder,
.theme-orange .primary-nav-image__cta .theme-bg input[type="file"]::placeholder,
.theme-orange .primary-nav-image__cta .theme-bg .form-select::placeholder,
.theme-orange .primary-nav-image__cta .theme-bg ul li::marker,
.theme-orange .primary-nav-image__cta .theme-bg .btn-icon,
.theme-orange .primary-nav-image__cta .theme-bg .btn-icon .material-symbols-outlined,
.theme-orange .primary-nav-image__cta .theme-bg .accordion-button,
.theme-orange .primary-nav-image__cta .theme-bg .accordion-item,
.theme-orange .primary-nav-image__cta .theme-bg .table,
.theme-orange .primary-nav-image__cta .theme-bg table,
.theme-orange .primary-nav-image__cta .theme-bg.number-cols-banner ol li:before,
.theme-orange .primary-nav-image__cta .theme-bg .btn-reset,
.theme-orange .primary-nav-image__cta .theme-bg div .swiper-button-prev .material-symbols-outlined,
.theme-orange .primary-nav-image__cta .theme-bg div .swiper-button-next .material-symbols-outlined {
    color: #000;
}
.theme-orange .primary-nav-image__cta.theme-bg .form-control,
.theme-orange .primary-nav-image__cta.theme-bg .site-search .studio-widget-search-input,
.site-search .theme-orange .primary-nav-image__cta.theme-bg .studio-widget-search-input,
.theme-orange .primary-nav-image__cta.theme-bg #searchoptions-generic #search-field input,
#searchoptions-generic #search-field .theme-orange .primary-nav-image__cta.theme-bg input,
.theme-orange .primary-nav-image__cta.theme-bg input[type="file"],
.theme-orange .primary-nav-image__cta.theme-bg .form-select,
.theme-orange .primary-nav-image__cta.theme-bg .form-check-input,
.theme-orange .primary-nav-image__cta.theme-bg .filters input[type="checkbox"],
.filters .theme-orange .primary-nav-image__cta.theme-bg input[type="checkbox"],
.theme-orange .primary-nav-image__cta.theme-bg .filters input[type="radio"],
.filters .theme-orange .primary-nav-image__cta.theme-bg input[type="radio"],
.theme-orange .primary-nav-image__cta.theme-bg .checkbox input[type="checkbox"],
.checkbox .theme-orange .primary-nav-image__cta.theme-bg input[type="checkbox"],
.theme-orange .primary-nav-image__cta.theme-bg .radio input[type="radio"],
.radio .theme-orange .primary-nav-image__cta.theme-bg input[type="radio"],
.theme-orange .primary-nav-image__cta.theme-bg .accordion-item,
.theme-orange .primary-nav-image__cta.theme-bg .accordion,
.theme-orange .primary-nav-image__cta.theme-bg .table,
.theme-orange .primary-nav-image__cta.theme-bg table,
.theme-orange .primary-nav-image__cta.theme-bg.number-cols-banner ol li:not(:last-child),
.theme-orange .primary-nav-image__cta.theme-bg .card-split-group > *:not(:last-child) > *,
.theme-orange .primary-nav-image__cta.theme-bg.pull-quote blockquote,
.theme-orange .primary-nav-image__cta .theme-bg .form-control,
.theme-orange .primary-nav-image__cta .theme-bg .site-search .studio-widget-search-input,
.site-search .theme-orange .primary-nav-image__cta .theme-bg .studio-widget-search-input,
.theme-orange .primary-nav-image__cta .theme-bg #searchoptions-generic #search-field input,
#searchoptions-generic #search-field .theme-orange .primary-nav-image__cta .theme-bg input,
.theme-orange .primary-nav-image__cta .theme-bg input[type="file"],
.theme-orange .primary-nav-image__cta .theme-bg .form-select,
.theme-orange .primary-nav-image__cta .theme-bg .form-check-input,
.theme-orange .primary-nav-image__cta .theme-bg .filters input[type="checkbox"],
.filters .theme-orange .primary-nav-image__cta .theme-bg input[type="checkbox"],
.theme-orange .primary-nav-image__cta .theme-bg .filters input[type="radio"],
.filters .theme-orange .primary-nav-image__cta .theme-bg input[type="radio"],
.theme-orange .primary-nav-image__cta .theme-bg .checkbox input[type="checkbox"],
.checkbox .theme-orange .primary-nav-image__cta .theme-bg input[type="checkbox"],
.theme-orange .primary-nav-image__cta .theme-bg .radio input[type="radio"],
.radio .theme-orange .primary-nav-image__cta .theme-bg input[type="radio"],
.theme-orange .primary-nav-image__cta .theme-bg .accordion-item,
.theme-orange .primary-nav-image__cta .theme-bg .accordion,
.theme-orange .primary-nav-image__cta .theme-bg .table,
.theme-orange .primary-nav-image__cta .theme-bg table,
.theme-orange .primary-nav-image__cta .theme-bg.number-cols-banner ol li:not(:last-child),
.theme-orange .primary-nav-image__cta .theme-bg .card-split-group > *:not(:last-child) > *,
.theme-orange .primary-nav-image__cta .theme-bg.pull-quote blockquote {
    border-color: #000;
}
.theme-orange .primary-nav-image__cta.theme-bg .table,
.theme-orange .primary-nav-image__cta.theme-bg table,
.theme-orange .primary-nav-image__cta .theme-bg .table,
.theme-orange .primary-nav-image__cta .theme-bg table {
    box-shadow: 0 -0.3125rem #000;
}
.theme-orange .primary-nav-image__cta.theme-bg :focus,
.theme-orange .primary-nav-image__cta .theme-bg :focus {
    outline-color: #000;
}
.theme-orange .primary-nav-image__cta.theme-bg .display-3:before,
.theme-orange .primary-nav-image__cta.theme-bg div .swiper-pagination-bullet,
.theme-orange .primary-nav-image__cta.theme-bg .icon-social,
.theme-orange .primary-nav-image__cta.theme-bg .news-feature__more:before,
.theme-orange .primary-nav-image__cta.theme-bg .news-feature__more:after,
.theme-orange .primary-nav-image__cta.theme-bg .profiles-feature__card:not(:last-child):after,
.theme-orange .primary-nav-image__cta .theme-bg .display-3:before,
.theme-orange .primary-nav-image__cta .theme-bg div .swiper-pagination-bullet,
.theme-orange .primary-nav-image__cta .theme-bg .icon-social,
.theme-orange .primary-nav-image__cta .theme-bg .news-feature__more:before,
.theme-orange .primary-nav-image__cta .theme-bg .news-feature__more:after,
.theme-orange .primary-nav-image__cta .theme-bg .profiles-feature__card:not(:last-child):after {
    background-color: #000;
}
.theme-orange .primary-nav-image__cta.theme-bg .display-3:before,
.theme-orange .primary-nav-image__cta .theme-bg .display-3:before {
    background-color: #000;
}
.theme-orange .primary-nav-image__cta.theme-bg div .swiper-pagination-bullet-active,
.theme-orange .primary-nav-image__cta .theme-bg div .swiper-pagination-bullet-active {
    background-color: #fff0;
    border: 1px solid #000;
}
.theme-orange .primary-nav-image__cta.theme-bg .logo svg,
.theme-orange .primary-nav-image__cta .theme-bg .logo svg {
    fill: #000;
}
.theme-orange .primary-nav-image__cta.theme-bg .form-select,
.theme-orange .primary-nav-image__cta.theme-bg select.form-control,
.theme-orange .primary-nav-image__cta.theme-bg .site-search select.studio-widget-search-input,
.site-search .theme-orange .primary-nav-image__cta.theme-bg select.studio-widget-search-input,
.theme-orange .primary-nav-image__cta .theme-bg .form-select,
.theme-orange .primary-nav-image__cta .theme-bg select.form-control,
.theme-orange .primary-nav-image__cta .theme-bg .site-search select.studio-widget-search-input,
.site-search .theme-orange .primary-nav-image__cta .theme-bg select.studio-widget-search-input {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24' viewBox='0 -960 960 960' width='24'%3E%3Cpath d='M480-358.463 253.847-584.615 296-626.768l184 184 184-184 42.153 42.153L480-358.463Z' fill='black' /%3E%3C/svg%3E");
}
.theme-orange .primary-nav-image__cta.theme-bg .accordion-button:after,
.theme-orange .primary-nav-image__cta .theme-bg .accordion-button:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24' viewBox='0 -960 960 960' width='24'%3E%3Cpath d='M440-200v-240H200v-80h240v-240h80v240h240v80H520v240h-80Z' fill='black' /%3E%3C/svg%3E");
}
.theme-orange .primary-nav-image__cta.theme-bg .accordion-button:not(.collapsed):after,
.theme-orange .primary-nav-image__cta .theme-bg .accordion-button:not(.collapsed):after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24' viewBox='0 -960 960 960' width='24'%3E%3Cpath d='M200-440v-80h560v80H200Z' fill='black' /%3E%3C/svg%3E");
}
.theme-orange .primary-nav-image__cta.theme-bg .form-select option,
.theme-orange .primary-nav-image__cta.theme-bg select.form-control option,
.theme-orange .primary-nav-image__cta.theme-bg .site-search select.studio-widget-search-input option,
.site-search .theme-orange .primary-nav-image__cta.theme-bg select.studio-widget-search-input option,
.theme-orange .primary-nav-image__cta .theme-bg .form-select option,
.theme-orange .primary-nav-image__cta .theme-bg select.form-control option,
.theme-orange .primary-nav-image__cta .theme-bg .site-search select.studio-widget-search-input option,
.site-search .theme-orange .primary-nav-image__cta .theme-bg select.studio-widget-search-input option {
    color: #000;
}
.theme-orange .primary-nav-image__cta .card-icon__icon {
    background-color: #fcaf17;
}
.theme-orange .primary-nav-image__cta div .swiper-button-prev .material-symbols-outlined,
.theme-orange .primary-nav-image__cta div .swiper-button-next .material-symbols-outlined,
.theme-orange .primary-nav-image__cta .secondary-nav ul li.active a,
.theme-orange .primary-nav-image__cta .btn-text-link-collapse .material-symbols-outlined,
.theme-orange .primary-nav-image__cta .masthead-blocks__functions .btn-icon .material-symbols-outlined,
.theme-orange .primary-nav-image__cta .btn-toggle .material-symbols-outlined,
.theme-orange .primary-nav-image__cta .card-program__toggle .material-symbols-outlined,
.theme-orange .primary-nav-image__cta #view_period_switchers .material-symbols-outlined,
.theme-orange .primary-nav-image__cta .number-cols-banner ol li:before,
.theme-orange .primary-nav-image__cta .card .btn-icon .material-symbols-outlined,
.theme-orange .primary-nav-image__cta .card-banner .card .btn-icon .material-symbols-outlined,
.theme-orange .primary-nav-image__cta .masthead-article__section-title,
.theme-orange .primary-nav-image__cta .masthead-article .btn-text-link .material-symbols-outlined,
.theme-orange .primary-nav-image__cta .pagination .currentpage,
.theme-orange .primary-nav-image__cta ul li::marker,
.theme-orange .primary-nav-image__cta .nav-pills .nav-link.active,
.theme-orange .primary-nav-image__cta .nav-pills .show > .nav-link,
.theme-orange .primary-nav-image__cta .sticky-nav ul li a.active {
    color: #000;
}
.theme-orange .primary-nav-image__cta .secondary-nav a:after,
.theme-orange .primary-nav-image__cta .masthead-profile__social .icon-social,
.theme-orange .primary-nav-image__cta .nav-pills-h-border .nav-link:after,
.theme-orange .primary-nav-image__cta .nav-pills-h .nav-link:after,
.theme-orange .primary-nav-image__cta .banner__btn-toggle,
.theme-orange .primary-nav-image__cta .events-calendar .cal-event {
    background-color: #000;
}
.theme-orange .primary-nav-image__cta .nav-pills[aria-orientation="vertical"] .nav-link.active,
.theme-orange .primary-nav-image__cta .nav-pills[aria-orientation="vertical"] .nav-link:hover,
.theme-orange .primary-nav-image__cta .nav-pills[aria-orientation="vertical"] .nav-link:focus {
    color: #0000008c;
}
.theme-orange .primary-nav-image__cta .accordion-button:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24' viewBox='0 -960 960 960' width='24'%3E%3Cpath d='M440-200v-240H200v-80h240v-240h80v240h240v80H520v240h-80Z' fill='black' /%3E%3C/svg%3E");
}
.theme-orange .primary-nav-image__cta .accordion-button:not(.collapsed):after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24' viewBox='0 -960 960 960' width='24'%3E%3Cpath d='M200-440v-80h560v80H200Z' fill='black' /%3E%3C/svg%3E");
}
.theme-orange .primary-nav-image__cta .btn-dark .material-symbols-outlined,
.theme-orange .primary-nav-image__cta .btn-dark:not(.js-pause-motion) .material-symbols-outlined {
    color: #fff;
}
.theme-salmon .primary-nav-image__cta.theme-bg,
.theme-salmon .primary-nav-image__cta .theme-bg {
    background-color: #f17184;
    color: #000;
}
.theme-salmon .primary-nav-image__cta.theme-bg .form-control::-moz-placeholder,
.theme-salmon .primary-nav-image__cta.theme-bg .site-search .studio-widget-search-input::-moz-placeholder,
.site-search .theme-salmon .primary-nav-image__cta.theme-bg .studio-widget-search-input::-moz-placeholder,
.theme-salmon .primary-nav-image__cta.theme-bg #searchoptions-generic #search-field input::-moz-placeholder,
#searchoptions-generic #search-field .theme-salmon .primary-nav-image__cta.theme-bg input::-moz-placeholder,
.theme-salmon .primary-nav-image__cta.theme-bg input[type="file"]::-moz-placeholder,
.theme-salmon .primary-nav-image__cta.theme-bg .form-select::-moz-placeholder,
.theme-salmon .primary-nav-image__cta .theme-bg .form-control::-moz-placeholder,
.theme-salmon .primary-nav-image__cta .theme-bg .site-search .studio-widget-search-input::-moz-placeholder,
.site-search .theme-salmon .primary-nav-image__cta .theme-bg .studio-widget-search-input::-moz-placeholder,
.theme-salmon .primary-nav-image__cta .theme-bg #searchoptions-generic #search-field input::-moz-placeholder,
#searchoptions-generic #search-field .theme-salmon .primary-nav-image__cta .theme-bg input::-moz-placeholder,
.theme-salmon .primary-nav-image__cta .theme-bg input[type="file"]::-moz-placeholder,
.theme-salmon .primary-nav-image__cta .theme-bg .form-select::-moz-placeholder {
    color: #000;
}
.theme-salmon .primary-nav-image__cta.theme-bg h6,
.theme-salmon .primary-nav-image__cta.theme-bg .h6,
.theme-salmon .primary-nav-image__cta.theme-bg h5,
.theme-salmon .primary-nav-image__cta.theme-bg .h5,
.theme-salmon .primary-nav-image__cta.theme-bg h4,
.theme-salmon .primary-nav-image__cta.theme-bg .h4,
.theme-salmon .primary-nav-image__cta.theme-bg h3,
.theme-salmon .primary-nav-image__cta.theme-bg .h3,
.theme-salmon .primary-nav-image__cta.theme-bg .search-filters__title,
.theme-salmon .primary-nav-image__cta.theme-bg h2,
.theme-salmon .primary-nav-image__cta.theme-bg .h2,
.theme-salmon .primary-nav-image__cta.theme-bg h1,
.theme-salmon .primary-nav-image__cta.theme-bg .h1,
.theme-salmon .primary-nav-image__cta.theme-bg a:not(.btn),
.theme-salmon .primary-nav-image__cta.theme-bg caption,
.theme-salmon .primary-nav-image__cta.theme-bg .form-text,
.theme-salmon .primary-nav-image__cta.theme-bg .btn-link,
.theme-salmon .primary-nav-image__cta.theme-bg a[href^="tel"],
.theme-salmon .primary-nav-image__cta.theme-bg .btn-link:active,
.theme-salmon .primary-nav-image__cta.theme-bg select option,
.theme-salmon .primary-nav-image__cta.theme-bg .form-control,
.theme-salmon .primary-nav-image__cta.theme-bg .site-search .studio-widget-search-input,
.site-search .theme-salmon .primary-nav-image__cta.theme-bg .studio-widget-search-input,
.theme-salmon .primary-nav-image__cta.theme-bg #searchoptions-generic #search-field input,
#searchoptions-generic #search-field .theme-salmon .primary-nav-image__cta.theme-bg input,
.theme-salmon .primary-nav-image__cta.theme-bg input[type="file"],
.theme-salmon .primary-nav-image__cta.theme-bg .form-select,
.theme-salmon .primary-nav-image__cta.theme-bg .form-control::placeholder,
.theme-salmon .primary-nav-image__cta.theme-bg .site-search .studio-widget-search-input::placeholder,
.site-search .theme-salmon .primary-nav-image__cta.theme-bg .studio-widget-search-input::placeholder,
.theme-salmon .primary-nav-image__cta.theme-bg #searchoptions-generic #search-field input::placeholder,
#searchoptions-generic #search-field .theme-salmon .primary-nav-image__cta.theme-bg input::placeholder,
.theme-salmon .primary-nav-image__cta.theme-bg input[type="file"]::placeholder,
.theme-salmon .primary-nav-image__cta.theme-bg .form-select::placeholder,
.theme-salmon .primary-nav-image__cta.theme-bg ul li::marker,
.theme-salmon .primary-nav-image__cta.theme-bg .btn-icon,
.theme-salmon .primary-nav-image__cta.theme-bg .btn-icon .material-symbols-outlined,
.theme-salmon .primary-nav-image__cta.theme-bg .accordion-button,
.theme-salmon .primary-nav-image__cta.theme-bg .accordion-item,
.theme-salmon .primary-nav-image__cta.theme-bg .table,
.theme-salmon .primary-nav-image__cta.theme-bg table,
.theme-salmon .primary-nav-image__cta.theme-bg.number-cols-banner ol li:before,
.theme-salmon .primary-nav-image__cta.theme-bg .btn-reset,
.theme-salmon .primary-nav-image__cta.theme-bg div .swiper-button-prev .material-symbols-outlined,
.theme-salmon .primary-nav-image__cta.theme-bg div .swiper-button-next .material-symbols-outlined,
.theme-salmon .primary-nav-image__cta .theme-bg h6,
.theme-salmon .primary-nav-image__cta .theme-bg .h6,
.theme-salmon .primary-nav-image__cta .theme-bg h5,
.theme-salmon .primary-nav-image__cta .theme-bg .h5,
.theme-salmon .primary-nav-image__cta .theme-bg h4,
.theme-salmon .primary-nav-image__cta .theme-bg .h4,
.theme-salmon .primary-nav-image__cta .theme-bg h3,
.theme-salmon .primary-nav-image__cta .theme-bg .h3,
.theme-salmon .primary-nav-image__cta .theme-bg .search-filters__title,
.theme-salmon .primary-nav-image__cta .theme-bg h2,
.theme-salmon .primary-nav-image__cta .theme-bg .h2,
.theme-salmon .primary-nav-image__cta .theme-bg h1,
.theme-salmon .primary-nav-image__cta .theme-bg .h1,
.theme-salmon .primary-nav-image__cta .theme-bg a:not(.btn),
.theme-salmon .primary-nav-image__cta .theme-bg caption,
.theme-salmon .primary-nav-image__cta .theme-bg .form-text,
.theme-salmon .primary-nav-image__cta .theme-bg .btn-link,
.theme-salmon .primary-nav-image__cta .theme-bg a[href^="tel"],
.theme-salmon .primary-nav-image__cta .theme-bg .btn-link:active,
.theme-salmon .primary-nav-image__cta .theme-bg select option,
.theme-salmon .primary-nav-image__cta .theme-bg .form-control,
.theme-salmon .primary-nav-image__cta .theme-bg .site-search .studio-widget-search-input,
.site-search .theme-salmon .primary-nav-image__cta .theme-bg .studio-widget-search-input,
.theme-salmon .primary-nav-image__cta .theme-bg #searchoptions-generic #search-field input,
#searchoptions-generic #search-field .theme-salmon .primary-nav-image__cta .theme-bg input,
.theme-salmon .primary-nav-image__cta .theme-bg input[type="file"],
.theme-salmon .primary-nav-image__cta .theme-bg .form-select,
.theme-salmon .primary-nav-image__cta .theme-bg .form-control::placeholder,
.theme-salmon .primary-nav-image__cta .theme-bg .site-search .studio-widget-search-input::placeholder,
.site-search .theme-salmon .primary-nav-image__cta .theme-bg .studio-widget-search-input::placeholder,
.theme-salmon .primary-nav-image__cta .theme-bg #searchoptions-generic #search-field input::placeholder,
#searchoptions-generic #search-field .theme-salmon .primary-nav-image__cta .theme-bg input::placeholder,
.theme-salmon .primary-nav-image__cta .theme-bg input[type="file"]::placeholder,
.theme-salmon .primary-nav-image__cta .theme-bg .form-select::placeholder,
.theme-salmon .primary-nav-image__cta .theme-bg ul li::marker,
.theme-salmon .primary-nav-image__cta .theme-bg .btn-icon,
.theme-salmon .primary-nav-image__cta .theme-bg .btn-icon .material-symbols-outlined,
.theme-salmon .primary-nav-image__cta .theme-bg .accordion-button,
.theme-salmon .primary-nav-image__cta .theme-bg .accordion-item,
.theme-salmon .primary-nav-image__cta .theme-bg .table,
.theme-salmon .primary-nav-image__cta .theme-bg table,
.theme-salmon .primary-nav-image__cta .theme-bg.number-cols-banner ol li:before,
.theme-salmon .primary-nav-image__cta .theme-bg .btn-reset,
.theme-salmon .primary-nav-image__cta .theme-bg div .swiper-button-prev .material-symbols-outlined,
.theme-salmon .primary-nav-image__cta .theme-bg div .swiper-button-next .material-symbols-outlined {
    color: #000;
}
.theme-salmon .primary-nav-image__cta.theme-bg .form-control,
.theme-salmon .primary-nav-image__cta.theme-bg .site-search .studio-widget-search-input,
.site-search .theme-salmon .primary-nav-image__cta.theme-bg .studio-widget-search-input,
.theme-salmon .primary-nav-image__cta.theme-bg #searchoptions-generic #search-field input,
#searchoptions-generic #search-field .theme-salmon .primary-nav-image__cta.theme-bg input,
.theme-salmon .primary-nav-image__cta.theme-bg input[type="file"],
.theme-salmon .primary-nav-image__cta.theme-bg .form-select,
.theme-salmon .primary-nav-image__cta.theme-bg .form-check-input,
.theme-salmon .primary-nav-image__cta.theme-bg .filters input[type="checkbox"],
.filters .theme-salmon .primary-nav-image__cta.theme-bg input[type="checkbox"],
.theme-salmon .primary-nav-image__cta.theme-bg .filters input[type="radio"],
.filters .theme-salmon .primary-nav-image__cta.theme-bg input[type="radio"],
.theme-salmon .primary-nav-image__cta.theme-bg .checkbox input[type="checkbox"],
.checkbox .theme-salmon .primary-nav-image__cta.theme-bg input[type="checkbox"],
.theme-salmon .primary-nav-image__cta.theme-bg .radio input[type="radio"],
.radio .theme-salmon .primary-nav-image__cta.theme-bg input[type="radio"],
.theme-salmon .primary-nav-image__cta.theme-bg .accordion-item,
.theme-salmon .primary-nav-image__cta.theme-bg .accordion,
.theme-salmon .primary-nav-image__cta.theme-bg .table,
.theme-salmon .primary-nav-image__cta.theme-bg table,
.theme-salmon .primary-nav-image__cta.theme-bg.number-cols-banner ol li:not(:last-child),
.theme-salmon .primary-nav-image__cta.theme-bg .card-split-group > *:not(:last-child) > *,
.theme-salmon .primary-nav-image__cta.theme-bg.pull-quote blockquote,
.theme-salmon .primary-nav-image__cta .theme-bg .form-control,
.theme-salmon .primary-nav-image__cta .theme-bg .site-search .studio-widget-search-input,
.site-search .theme-salmon .primary-nav-image__cta .theme-bg .studio-widget-search-input,
.theme-salmon .primary-nav-image__cta .theme-bg #searchoptions-generic #search-field input,
#searchoptions-generic #search-field .theme-salmon .primary-nav-image__cta .theme-bg input,
.theme-salmon .primary-nav-image__cta .theme-bg input[type="file"],
.theme-salmon .primary-nav-image__cta .theme-bg .form-select,
.theme-salmon .primary-nav-image__cta .theme-bg .form-check-input,
.theme-salmon .primary-nav-image__cta .theme-bg .filters input[type="checkbox"],
.filters .theme-salmon .primary-nav-image__cta .theme-bg input[type="checkbox"],
.theme-salmon .primary-nav-image__cta .theme-bg .filters input[type="radio"],
.filters .theme-salmon .primary-nav-image__cta .theme-bg input[type="radio"],
.theme-salmon .primary-nav-image__cta .theme-bg .checkbox input[type="checkbox"],
.checkbox .theme-salmon .primary-nav-image__cta .theme-bg input[type="checkbox"],
.theme-salmon .primary-nav-image__cta .theme-bg .radio input[type="radio"],
.radio .theme-salmon .primary-nav-image__cta .theme-bg input[type="radio"],
.theme-salmon .primary-nav-image__cta .theme-bg .accordion-item,
.theme-salmon .primary-nav-image__cta .theme-bg .accordion,
.theme-salmon .primary-nav-image__cta .theme-bg .table,
.theme-salmon .primary-nav-image__cta .theme-bg table,
.theme-salmon .primary-nav-image__cta .theme-bg.number-cols-banner ol li:not(:last-child),
.theme-salmon .primary-nav-image__cta .theme-bg .card-split-group > *:not(:last-child) > *,
.theme-salmon .primary-nav-image__cta .theme-bg.pull-quote blockquote {
    border-color: #000;
}
.theme-salmon .primary-nav-image__cta.theme-bg .table,
.theme-salmon .primary-nav-image__cta.theme-bg table,
.theme-salmon .primary-nav-image__cta .theme-bg .table,
.theme-salmon .primary-nav-image__cta .theme-bg table {
    box-shadow: 0 -0.3125rem #000;
}
.theme-salmon .primary-nav-image__cta.theme-bg :focus,
.theme-salmon .primary-nav-image__cta .theme-bg :focus {
    outline-color: #000;
}
.theme-salmon .primary-nav-image__cta.theme-bg .display-3:before,
.theme-salmon .primary-nav-image__cta.theme-bg div .swiper-pagination-bullet,
.theme-salmon .primary-nav-image__cta.theme-bg .icon-social,
.theme-salmon .primary-nav-image__cta.theme-bg .news-feature__more:before,
.theme-salmon .primary-nav-image__cta.theme-bg .news-feature__more:after,
.theme-salmon .primary-nav-image__cta.theme-bg .profiles-feature__card:not(:last-child):after,
.theme-salmon .primary-nav-image__cta .theme-bg .display-3:before,
.theme-salmon .primary-nav-image__cta .theme-bg div .swiper-pagination-bullet,
.theme-salmon .primary-nav-image__cta .theme-bg .icon-social,
.theme-salmon .primary-nav-image__cta .theme-bg .news-feature__more:before,
.theme-salmon .primary-nav-image__cta .theme-bg .news-feature__more:after,
.theme-salmon .primary-nav-image__cta .theme-bg .profiles-feature__card:not(:last-child):after {
    background-color: #000;
}
.theme-salmon .primary-nav-image__cta.theme-bg .display-3:before,
.theme-salmon .primary-nav-image__cta .theme-bg .display-3:before {
    background-color: #000;
}
.theme-salmon .primary-nav-image__cta.theme-bg div .swiper-pagination-bullet-active,
.theme-salmon .primary-nav-image__cta .theme-bg div .swiper-pagination-bullet-active {
    background-color: #fff0;
    border: 1px solid #000;
}
.theme-salmon .primary-nav-image__cta.theme-bg .logo svg,
.theme-salmon .primary-nav-image__cta .theme-bg .logo svg {
    fill: #000;
}
.theme-salmon .primary-nav-image__cta.theme-bg .form-select,
.theme-salmon .primary-nav-image__cta.theme-bg select.form-control,
.theme-salmon .primary-nav-image__cta.theme-bg .site-search select.studio-widget-search-input,
.site-search .theme-salmon .primary-nav-image__cta.theme-bg select.studio-widget-search-input,
.theme-salmon .primary-nav-image__cta .theme-bg .form-select,
.theme-salmon .primary-nav-image__cta .theme-bg select.form-control,
.theme-salmon .primary-nav-image__cta .theme-bg .site-search select.studio-widget-search-input,
.site-search .theme-salmon .primary-nav-image__cta .theme-bg select.studio-widget-search-input {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24' viewBox='0 -960 960 960' width='24'%3E%3Cpath d='M480-358.463 253.847-584.615 296-626.768l184 184 184-184 42.153 42.153L480-358.463Z' fill='black' /%3E%3C/svg%3E");
}
.theme-salmon .primary-nav-image__cta.theme-bg .accordion-button:after,
.theme-salmon .primary-nav-image__cta .theme-bg .accordion-button:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24' viewBox='0 -960 960 960' width='24'%3E%3Cpath d='M440-200v-240H200v-80h240v-240h80v240h240v80H520v240h-80Z' fill='black' /%3E%3C/svg%3E");
}
.theme-salmon .primary-nav-image__cta.theme-bg .accordion-button:not(.collapsed):after,
.theme-salmon .primary-nav-image__cta .theme-bg .accordion-button:not(.collapsed):after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24' viewBox='0 -960 960 960' width='24'%3E%3Cpath d='M200-440v-80h560v80H200Z' fill='black' /%3E%3C/svg%3E");
}
.theme-salmon .primary-nav-image__cta.theme-bg .form-select option,
.theme-salmon .primary-nav-image__cta.theme-bg select.form-control option,
.theme-salmon .primary-nav-image__cta.theme-bg .site-search select.studio-widget-search-input option,
.site-search .theme-salmon .primary-nav-image__cta.theme-bg select.studio-widget-search-input option,
.theme-salmon .primary-nav-image__cta .theme-bg .form-select option,
.theme-salmon .primary-nav-image__cta .theme-bg select.form-control option,
.theme-salmon .primary-nav-image__cta .theme-bg .site-search select.studio-widget-search-input option,
.site-search .theme-salmon .primary-nav-image__cta .theme-bg select.studio-widget-search-input option {
    color: #000;
}
.theme-salmon .primary-nav-image__cta .card-icon__icon {
    background-color: #f17184;
}
.theme-salmon .primary-nav-image__cta div .swiper-button-prev .material-symbols-outlined,
.theme-salmon .primary-nav-image__cta div .swiper-button-next .material-symbols-outlined,
.theme-salmon .primary-nav-image__cta .secondary-nav ul li.active a,
.theme-salmon .primary-nav-image__cta .btn-text-link-collapse .material-symbols-outlined,
.theme-salmon .primary-nav-image__cta .masthead-blocks__functions .btn-icon .material-symbols-outlined,
.theme-salmon .primary-nav-image__cta .btn-toggle .material-symbols-outlined,
.theme-salmon .primary-nav-image__cta .card-program__toggle .material-symbols-outlined,
.theme-salmon .primary-nav-image__cta #view_period_switchers .material-symbols-outlined,
.theme-salmon .primary-nav-image__cta .number-cols-banner ol li:before,
.theme-salmon .primary-nav-image__cta .card .btn-icon .material-symbols-outlined,
.theme-salmon .primary-nav-image__cta .card-banner .card .btn-icon .material-symbols-outlined,
.theme-salmon .primary-nav-image__cta .masthead-article__section-title,
.theme-salmon .primary-nav-image__cta .masthead-article .btn-text-link .material-symbols-outlined,
.theme-salmon .primary-nav-image__cta .pagination .currentpage,
.theme-salmon .primary-nav-image__cta ul li::marker,
.theme-salmon .primary-nav-image__cta .nav-pills .nav-link.active,
.theme-salmon .primary-nav-image__cta .nav-pills .show > .nav-link,
.theme-salmon .primary-nav-image__cta .sticky-nav ul li a.active {
    color: #000;
}
.theme-salmon .primary-nav-image__cta .secondary-nav a:after,
.theme-salmon .primary-nav-image__cta .masthead-profile__social .icon-social,
.theme-salmon .primary-nav-image__cta .nav-pills-h-border .nav-link:after,
.theme-salmon .primary-nav-image__cta .nav-pills-h .nav-link:after,
.theme-salmon .primary-nav-image__cta .banner__btn-toggle,
.theme-salmon .primary-nav-image__cta .events-calendar .cal-event {
    background-color: #000;
}
.theme-salmon .primary-nav-image__cta .nav-pills[aria-orientation="vertical"] .nav-link.active,
.theme-salmon .primary-nav-image__cta .nav-pills[aria-orientation="vertical"] .nav-link:hover,
.theme-salmon .primary-nav-image__cta .nav-pills[aria-orientation="vertical"] .nav-link:focus {
    color: #0000008c;
}
.theme-salmon .primary-nav-image__cta .accordion-button:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24' viewBox='0 -960 960 960' width='24'%3E%3Cpath d='M440-200v-240H200v-80h240v-240h80v240h240v80H520v240h-80Z' fill='black' /%3E%3C/svg%3E");
}
.theme-salmon .primary-nav-image__cta .accordion-button:not(.collapsed):after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24' viewBox='0 -960 960 960' width='24'%3E%3Cpath d='M200-440v-80h560v80H200Z' fill='black' /%3E%3C/svg%3E");
}
.theme-salmon .primary-nav-image__cta .btn-dark .material-symbols-outlined,
.theme-salmon .primary-nav-image__cta .btn-dark:not(.js-pause-motion) .material-symbols-outlined {
    color: #fff;
}
.theme-yellow .primary-nav-image__cta.theme-bg,
.theme-yellow .primary-nav-image__cta .theme-bg {
    background-color: #eacc1b;
    color: #000;
}
.theme-yellow .primary-nav-image__cta.theme-bg .form-control::-moz-placeholder,
.theme-yellow .primary-nav-image__cta.theme-bg .site-search .studio-widget-search-input::-moz-placeholder,
.site-search .theme-yellow .primary-nav-image__cta.theme-bg .studio-widget-search-input::-moz-placeholder,
.theme-yellow .primary-nav-image__cta.theme-bg #searchoptions-generic #search-field input::-moz-placeholder,
#searchoptions-generic #search-field .theme-yellow .primary-nav-image__cta.theme-bg input::-moz-placeholder,
.theme-yellow .primary-nav-image__cta.theme-bg input[type="file"]::-moz-placeholder,
.theme-yellow .primary-nav-image__cta.theme-bg .form-select::-moz-placeholder,
.theme-yellow .primary-nav-image__cta .theme-bg .form-control::-moz-placeholder,
.theme-yellow .primary-nav-image__cta .theme-bg .site-search .studio-widget-search-input::-moz-placeholder,
.site-search .theme-yellow .primary-nav-image__cta .theme-bg .studio-widget-search-input::-moz-placeholder,
.theme-yellow .primary-nav-image__cta .theme-bg #searchoptions-generic #search-field input::-moz-placeholder,
#searchoptions-generic #search-field .theme-yellow .primary-nav-image__cta .theme-bg input::-moz-placeholder,
.theme-yellow .primary-nav-image__cta .theme-bg input[type="file"]::-moz-placeholder,
.theme-yellow .primary-nav-image__cta .theme-bg .form-select::-moz-placeholder {
    color: #000;
}
.theme-yellow .primary-nav-image__cta.theme-bg h6,
.theme-yellow .primary-nav-image__cta.theme-bg .h6,
.theme-yellow .primary-nav-image__cta.theme-bg h5,
.theme-yellow .primary-nav-image__cta.theme-bg .h5,
.theme-yellow .primary-nav-image__cta.theme-bg h4,
.theme-yellow .primary-nav-image__cta.theme-bg .h4,
.theme-yellow .primary-nav-image__cta.theme-bg h3,
.theme-yellow .primary-nav-image__cta.theme-bg .h3,
.theme-yellow .primary-nav-image__cta.theme-bg .search-filters__title,
.theme-yellow .primary-nav-image__cta.theme-bg h2,
.theme-yellow .primary-nav-image__cta.theme-bg .h2,
.theme-yellow .primary-nav-image__cta.theme-bg h1,
.theme-yellow .primary-nav-image__cta.theme-bg .h1,
.theme-yellow .primary-nav-image__cta.theme-bg a:not(.btn),
.theme-yellow .primary-nav-image__cta.theme-bg caption,
.theme-yellow .primary-nav-image__cta.theme-bg .form-text,
.theme-yellow .primary-nav-image__cta.theme-bg .btn-link,
.theme-yellow .primary-nav-image__cta.theme-bg a[href^="tel"],
.theme-yellow .primary-nav-image__cta.theme-bg .btn-link:active,
.theme-yellow .primary-nav-image__cta.theme-bg select option,
.theme-yellow .primary-nav-image__cta.theme-bg .form-control,
.theme-yellow .primary-nav-image__cta.theme-bg .site-search .studio-widget-search-input,
.site-search .theme-yellow .primary-nav-image__cta.theme-bg .studio-widget-search-input,
.theme-yellow .primary-nav-image__cta.theme-bg #searchoptions-generic #search-field input,
#searchoptions-generic #search-field .theme-yellow .primary-nav-image__cta.theme-bg input,
.theme-yellow .primary-nav-image__cta.theme-bg input[type="file"],
.theme-yellow .primary-nav-image__cta.theme-bg .form-select,
.theme-yellow .primary-nav-image__cta.theme-bg .form-control::placeholder,
.theme-yellow .primary-nav-image__cta.theme-bg .site-search .studio-widget-search-input::placeholder,
.site-search .theme-yellow .primary-nav-image__cta.theme-bg .studio-widget-search-input::placeholder,
.theme-yellow .primary-nav-image__cta.theme-bg #searchoptions-generic #search-field input::placeholder,
#searchoptions-generic #search-field .theme-yellow .primary-nav-image__cta.theme-bg input::placeholder,
.theme-yellow .primary-nav-image__cta.theme-bg input[type="file"]::placeholder,
.theme-yellow .primary-nav-image__cta.theme-bg .form-select::placeholder,
.theme-yellow .primary-nav-image__cta.theme-bg ul li::marker,
.theme-yellow .primary-nav-image__cta.theme-bg .btn-icon,
.theme-yellow .primary-nav-image__cta.theme-bg .btn-icon .material-symbols-outlined,
.theme-yellow .primary-nav-image__cta.theme-bg .accordion-button,
.theme-yellow .primary-nav-image__cta.theme-bg .accordion-item,
.theme-yellow .primary-nav-image__cta.theme-bg .table,
.theme-yellow .primary-nav-image__cta.theme-bg table,
.theme-yellow .primary-nav-image__cta.theme-bg.number-cols-banner ol li:before,
.theme-yellow .primary-nav-image__cta.theme-bg .btn-reset,
.theme-yellow .primary-nav-image__cta.theme-bg div .swiper-button-prev .material-symbols-outlined,
.theme-yellow .primary-nav-image__cta.theme-bg div .swiper-button-next .material-symbols-outlined,
.theme-yellow .primary-nav-image__cta .theme-bg h6,
.theme-yellow .primary-nav-image__cta .theme-bg .h6,
.theme-yellow .primary-nav-image__cta .theme-bg h5,
.theme-yellow .primary-nav-image__cta .theme-bg .h5,
.theme-yellow .primary-nav-image__cta .theme-bg h4,
.theme-yellow .primary-nav-image__cta .theme-bg .h4,
.theme-yellow .primary-nav-image__cta .theme-bg h3,
.theme-yellow .primary-nav-image__cta .theme-bg .h3,
.theme-yellow .primary-nav-image__cta .theme-bg .search-filters__title,
.theme-yellow .primary-nav-image__cta .theme-bg h2,
.theme-yellow .primary-nav-image__cta .theme-bg .h2,
.theme-yellow .primary-nav-image__cta .theme-bg h1,
.theme-yellow .primary-nav-image__cta .theme-bg .h1,
.theme-yellow .primary-nav-image__cta .theme-bg a:not(.btn),
.theme-yellow .primary-nav-image__cta .theme-bg caption,
.theme-yellow .primary-nav-image__cta .theme-bg .form-text,
.theme-yellow .primary-nav-image__cta .theme-bg .btn-link,
.theme-yellow .primary-nav-image__cta .theme-bg a[href^="tel"],
.theme-yellow .primary-nav-image__cta .theme-bg .btn-link:active,
.theme-yellow .primary-nav-image__cta .theme-bg select option,
.theme-yellow .primary-nav-image__cta .theme-bg .form-control,
.theme-yellow .primary-nav-image__cta .theme-bg .site-search .studio-widget-search-input,
.site-search .theme-yellow .primary-nav-image__cta .theme-bg .studio-widget-search-input,
.theme-yellow .primary-nav-image__cta .theme-bg #searchoptions-generic #search-field input,
#searchoptions-generic #search-field .theme-yellow .primary-nav-image__cta .theme-bg input,
.theme-yellow .primary-nav-image__cta .theme-bg input[type="file"],
.theme-yellow .primary-nav-image__cta .theme-bg .form-select,
.theme-yellow .primary-nav-image__cta .theme-bg .form-control::placeholder,
.theme-yellow .primary-nav-image__cta .theme-bg .site-search .studio-widget-search-input::placeholder,
.site-search .theme-yellow .primary-nav-image__cta .theme-bg .studio-widget-search-input::placeholder,
.theme-yellow .primary-nav-image__cta .theme-bg #searchoptions-generic #search-field input::placeholder,
#searchoptions-generic #search-field .theme-yellow .primary-nav-image__cta .theme-bg input::placeholder,
.theme-yellow .primary-nav-image__cta .theme-bg input[type="file"]::placeholder,
.theme-yellow .primary-nav-image__cta .theme-bg .form-select::placeholder,
.theme-yellow .primary-nav-image__cta .theme-bg ul li::marker,
.theme-yellow .primary-nav-image__cta .theme-bg .btn-icon,
.theme-yellow .primary-nav-image__cta .theme-bg .btn-icon .material-symbols-outlined,
.theme-yellow .primary-nav-image__cta .theme-bg .accordion-button,
.theme-yellow .primary-nav-image__cta .theme-bg .accordion-item,
.theme-yellow .primary-nav-image__cta .theme-bg .table,
.theme-yellow .primary-nav-image__cta .theme-bg table,
.theme-yellow .primary-nav-image__cta .theme-bg.number-cols-banner ol li:before,
.theme-yellow .primary-nav-image__cta .theme-bg .btn-reset,
.theme-yellow .primary-nav-image__cta .theme-bg div .swiper-button-prev .material-symbols-outlined,
.theme-yellow .primary-nav-image__cta .theme-bg div .swiper-button-next .material-symbols-outlined {
    color: #000;
}
.theme-yellow .primary-nav-image__cta.theme-bg .form-control,
.theme-yellow .primary-nav-image__cta.theme-bg .site-search .studio-widget-search-input,
.site-search .theme-yellow .primary-nav-image__cta.theme-bg .studio-widget-search-input,
.theme-yellow .primary-nav-image__cta.theme-bg #searchoptions-generic #search-field input,
#searchoptions-generic #search-field .theme-yellow .primary-nav-image__cta.theme-bg input,
.theme-yellow .primary-nav-image__cta.theme-bg input[type="file"],
.theme-yellow .primary-nav-image__cta.theme-bg .form-select,
.theme-yellow .primary-nav-image__cta.theme-bg .form-check-input,
.theme-yellow .primary-nav-image__cta.theme-bg .filters input[type="checkbox"],
.filters .theme-yellow .primary-nav-image__cta.theme-bg input[type="checkbox"],
.theme-yellow .primary-nav-image__cta.theme-bg .filters input[type="radio"],
.filters .theme-yellow .primary-nav-image__cta.theme-bg input[type="radio"],
.theme-yellow .primary-nav-image__cta.theme-bg .checkbox input[type="checkbox"],
.checkbox .theme-yellow .primary-nav-image__cta.theme-bg input[type="checkbox"],
.theme-yellow .primary-nav-image__cta.theme-bg .radio input[type="radio"],
.radio .theme-yellow .primary-nav-image__cta.theme-bg input[type="radio"],
.theme-yellow .primary-nav-image__cta.theme-bg .accordion-item,
.theme-yellow .primary-nav-image__cta.theme-bg .accordion,
.theme-yellow .primary-nav-image__cta.theme-bg .table,
.theme-yellow .primary-nav-image__cta.theme-bg table,
.theme-yellow .primary-nav-image__cta.theme-bg.number-cols-banner ol li:not(:last-child),
.theme-yellow .primary-nav-image__cta.theme-bg .card-split-group > *:not(:last-child) > *,
.theme-yellow .primary-nav-image__cta.theme-bg.pull-quote blockquote,
.theme-yellow .primary-nav-image__cta .theme-bg .form-control,
.theme-yellow .primary-nav-image__cta .theme-bg .site-search .studio-widget-search-input,
.site-search .theme-yellow .primary-nav-image__cta .theme-bg .studio-widget-search-input,
.theme-yellow .primary-nav-image__cta .theme-bg #searchoptions-generic #search-field input,
#searchoptions-generic #search-field .theme-yellow .primary-nav-image__cta .theme-bg input,
.theme-yellow .primary-nav-image__cta .theme-bg input[type="file"],
.theme-yellow .primary-nav-image__cta .theme-bg .form-select,
.theme-yellow .primary-nav-image__cta .theme-bg .form-check-input,
.theme-yellow .primary-nav-image__cta .theme-bg .filters input[type="checkbox"],
.filters .theme-yellow .primary-nav-image__cta .theme-bg input[type="checkbox"],
.theme-yellow .primary-nav-image__cta .theme-bg .filters input[type="radio"],
.filters .theme-yellow .primary-nav-image__cta .theme-bg input[type="radio"],
.theme-yellow .primary-nav-image__cta .theme-bg .checkbox input[type="checkbox"],
.checkbox .theme-yellow .primary-nav-image__cta .theme-bg input[type="checkbox"],
.theme-yellow .primary-nav-image__cta .theme-bg .radio input[type="radio"],
.radio .theme-yellow .primary-nav-image__cta .theme-bg input[type="radio"],
.theme-yellow .primary-nav-image__cta .theme-bg .accordion-item,
.theme-yellow .primary-nav-image__cta .theme-bg .accordion,
.theme-yellow .primary-nav-image__cta .theme-bg .table,
.theme-yellow .primary-nav-image__cta .theme-bg table,
.theme-yellow .primary-nav-image__cta .theme-bg.number-cols-banner ol li:not(:last-child),
.theme-yellow .primary-nav-image__cta .theme-bg .card-split-group > *:not(:last-child) > *,
.theme-yellow .primary-nav-image__cta .theme-bg.pull-quote blockquote {
    border-color: #000;
}
.theme-yellow .primary-nav-image__cta.theme-bg .table,
.theme-yellow .primary-nav-image__cta.theme-bg table,
.theme-yellow .primary-nav-image__cta .theme-bg .table,
.theme-yellow .primary-nav-image__cta .theme-bg table {
    box-shadow: 0 -0.3125rem #000;
}
.theme-yellow .primary-nav-image__cta.theme-bg :focus,
.theme-yellow .primary-nav-image__cta .theme-bg :focus {
    outline-color: #000;
}
.theme-yellow .primary-nav-image__cta.theme-bg .display-3:before,
.theme-yellow .primary-nav-image__cta.theme-bg div .swiper-pagination-bullet,
.theme-yellow .primary-nav-image__cta.theme-bg .icon-social,
.theme-yellow .primary-nav-image__cta.theme-bg .news-feature__more:before,
.theme-yellow .primary-nav-image__cta.theme-bg .news-feature__more:after,
.theme-yellow .primary-nav-image__cta.theme-bg .profiles-feature__card:not(:last-child):after,
.theme-yellow .primary-nav-image__cta .theme-bg .display-3:before,
.theme-yellow .primary-nav-image__cta .theme-bg div .swiper-pagination-bullet,
.theme-yellow .primary-nav-image__cta .theme-bg .icon-social,
.theme-yellow .primary-nav-image__cta .theme-bg .news-feature__more:before,
.theme-yellow .primary-nav-image__cta .theme-bg .news-feature__more:after,
.theme-yellow .primary-nav-image__cta .theme-bg .profiles-feature__card:not(:last-child):after {
    background-color: #000;
}
.theme-yellow .primary-nav-image__cta.theme-bg .display-3:before,
.theme-yellow .primary-nav-image__cta .theme-bg .display-3:before {
    background-color: #000;
}
.theme-yellow .primary-nav-image__cta.theme-bg div .swiper-pagination-bullet-active,
.theme-yellow .primary-nav-image__cta .theme-bg div .swiper-pagination-bullet-active {
    background-color: #fff0;
    border: 1px solid #000;
}
.theme-yellow .primary-nav-image__cta.theme-bg .logo svg,
.theme-yellow .primary-nav-image__cta .theme-bg .logo svg {
    fill: #000;
}
.theme-yellow .primary-nav-image__cta.theme-bg .form-select,
.theme-yellow .primary-nav-image__cta.theme-bg select.form-control,
.theme-yellow .primary-nav-image__cta.theme-bg .site-search select.studio-widget-search-input,
.site-search .theme-yellow .primary-nav-image__cta.theme-bg select.studio-widget-search-input,
.theme-yellow .primary-nav-image__cta .theme-bg .form-select,
.theme-yellow .primary-nav-image__cta .theme-bg select.form-control,
.theme-yellow .primary-nav-image__cta .theme-bg .site-search select.studio-widget-search-input,
.site-search .theme-yellow .primary-nav-image__cta .theme-bg select.studio-widget-search-input {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24' viewBox='0 -960 960 960' width='24'%3E%3Cpath d='M480-358.463 253.847-584.615 296-626.768l184 184 184-184 42.153 42.153L480-358.463Z' fill='black' /%3E%3C/svg%3E");
}
.theme-yellow .primary-nav-image__cta.theme-bg .accordion-button:after,
.theme-yellow .primary-nav-image__cta .theme-bg .accordion-button:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24' viewBox='0 -960 960 960' width='24'%3E%3Cpath d='M440-200v-240H200v-80h240v-240h80v240h240v80H520v240h-80Z' fill='black' /%3E%3C/svg%3E");
}
.theme-yellow .primary-nav-image__cta.theme-bg .accordion-button:not(.collapsed):after,
.theme-yellow .primary-nav-image__cta .theme-bg .accordion-button:not(.collapsed):after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24' viewBox='0 -960 960 960' width='24'%3E%3Cpath d='M200-440v-80h560v80H200Z' fill='black' /%3E%3C/svg%3E");
}
.theme-yellow .primary-nav-image__cta.theme-bg .form-select option,
.theme-yellow .primary-nav-image__cta.theme-bg select.form-control option,
.theme-yellow .primary-nav-image__cta.theme-bg .site-search select.studio-widget-search-input option,
.site-search .theme-yellow .primary-nav-image__cta.theme-bg select.studio-widget-search-input option,
.theme-yellow .primary-nav-image__cta .theme-bg .form-select option,
.theme-yellow .primary-nav-image__cta .theme-bg select.form-control option,
.theme-yellow .primary-nav-image__cta .theme-bg .site-search select.studio-widget-search-input option,
.site-search .theme-yellow .primary-nav-image__cta .theme-bg select.studio-widget-search-input option {
    color: #000;
}
.theme-yellow .primary-nav-image__cta .card-icon__icon {
    background-color: #eacc1b;
}
.theme-yellow .primary-nav-image__cta div .swiper-button-prev .material-symbols-outlined,
.theme-yellow .primary-nav-image__cta div .swiper-button-next .material-symbols-outlined,
.theme-yellow .primary-nav-image__cta .secondary-nav ul li.active a,
.theme-yellow .primary-nav-image__cta .btn-text-link-collapse .material-symbols-outlined,
.theme-yellow .primary-nav-image__cta .masthead-blocks__functions .btn-icon .material-symbols-outlined,
.theme-yellow .primary-nav-image__cta .btn-toggle .material-symbols-outlined,
.theme-yellow .primary-nav-image__cta .card-program__toggle .material-symbols-outlined,
.theme-yellow .primary-nav-image__cta #view_period_switchers .material-symbols-outlined,
.theme-yellow .primary-nav-image__cta .number-cols-banner ol li:before,
.theme-yellow .primary-nav-image__cta .card .btn-icon .material-symbols-outlined,
.theme-yellow .primary-nav-image__cta .card-banner .card .btn-icon .material-symbols-outlined,
.theme-yellow .primary-nav-image__cta .masthead-article__section-title,
.theme-yellow .primary-nav-image__cta .masthead-article .btn-text-link .material-symbols-outlined,
.theme-yellow .primary-nav-image__cta .pagination .currentpage,
.theme-yellow .primary-nav-image__cta ul li::marker,
.theme-yellow .primary-nav-image__cta .nav-pills .nav-link.active,
.theme-yellow .primary-nav-image__cta .nav-pills .show > .nav-link,
.theme-yellow .primary-nav-image__cta .sticky-nav ul li a.active {
    color: #000;
}
.theme-yellow .primary-nav-image__cta .secondary-nav a:after,
.theme-yellow .primary-nav-image__cta .masthead-profile__social .icon-social,
.theme-yellow .primary-nav-image__cta .nav-pills-h-border .nav-link:after,
.theme-yellow .primary-nav-image__cta .nav-pills-h .nav-link:after,
.theme-yellow .primary-nav-image__cta .banner__btn-toggle,
.theme-yellow .primary-nav-image__cta .events-calendar .cal-event {
    background-color: #000;
}
.theme-yellow .primary-nav-image__cta .nav-pills[aria-orientation="vertical"] .nav-link.active,
.theme-yellow .primary-nav-image__cta .nav-pills[aria-orientation="vertical"] .nav-link:hover,
.theme-yellow .primary-nav-image__cta .nav-pills[aria-orientation="vertical"] .nav-link:focus {
    color: #0000008c;
}
.theme-yellow .primary-nav-image__cta .accordion-button:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24' viewBox='0 -960 960 960' width='24'%3E%3Cpath d='M440-200v-240H200v-80h240v-240h80v240h240v80H520v240h-80Z' fill='black' /%3E%3C/svg%3E");
}
.theme-yellow .primary-nav-image__cta .accordion-button:not(.collapsed):after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24' viewBox='0 -960 960 960' width='24'%3E%3Cpath d='M200-440v-80h560v80H200Z' fill='black' /%3E%3C/svg%3E");
}
.theme-yellow .primary-nav-image__cta .btn-dark .material-symbols-outlined,
.theme-yellow .primary-nav-image__cta .btn-dark:not(.js-pause-motion) .material-symbols-outlined {
    color: #fff;
}
.theme-teal .primary-nav-image__cta.theme-bg,
.theme-teal .primary-nav-image__cta .theme-bg {
    background-color: #09ad87;
    color: #000;
}
.theme-teal .primary-nav-image__cta.theme-bg .form-control::-moz-placeholder,
.theme-teal .primary-nav-image__cta.theme-bg .site-search .studio-widget-search-input::-moz-placeholder,
.site-search .theme-teal .primary-nav-image__cta.theme-bg .studio-widget-search-input::-moz-placeholder,
.theme-teal .primary-nav-image__cta.theme-bg #searchoptions-generic #search-field input::-moz-placeholder,
#searchoptions-generic #search-field .theme-teal .primary-nav-image__cta.theme-bg input::-moz-placeholder,
.theme-teal .primary-nav-image__cta.theme-bg input[type="file"]::-moz-placeholder,
.theme-teal .primary-nav-image__cta.theme-bg .form-select::-moz-placeholder,
.theme-teal .primary-nav-image__cta .theme-bg .form-control::-moz-placeholder,
.theme-teal .primary-nav-image__cta .theme-bg .site-search .studio-widget-search-input::-moz-placeholder,
.site-search .theme-teal .primary-nav-image__cta .theme-bg .studio-widget-search-input::-moz-placeholder,
.theme-teal .primary-nav-image__cta .theme-bg #searchoptions-generic #search-field input::-moz-placeholder,
#searchoptions-generic #search-field .theme-teal .primary-nav-image__cta .theme-bg input::-moz-placeholder,
.theme-teal .primary-nav-image__cta .theme-bg input[type="file"]::-moz-placeholder,
.theme-teal .primary-nav-image__cta .theme-bg .form-select::-moz-placeholder {
    color: #000;
}
.theme-teal .primary-nav-image__cta.theme-bg h6,
.theme-teal .primary-nav-image__cta.theme-bg .h6,
.theme-teal .primary-nav-image__cta.theme-bg h5,
.theme-teal .primary-nav-image__cta.theme-bg .h5,
.theme-teal .primary-nav-image__cta.theme-bg h4,
.theme-teal .primary-nav-image__cta.theme-bg .h4,
.theme-teal .primary-nav-image__cta.theme-bg h3,
.theme-teal .primary-nav-image__cta.theme-bg .h3,
.theme-teal .primary-nav-image__cta.theme-bg .search-filters__title,
.theme-teal .primary-nav-image__cta.theme-bg h2,
.theme-teal .primary-nav-image__cta.theme-bg .h2,
.theme-teal .primary-nav-image__cta.theme-bg h1,
.theme-teal .primary-nav-image__cta.theme-bg .h1,
.theme-teal .primary-nav-image__cta.theme-bg a:not(.btn),
.theme-teal .primary-nav-image__cta.theme-bg caption,
.theme-teal .primary-nav-image__cta.theme-bg .form-text,
.theme-teal .primary-nav-image__cta.theme-bg .btn-link,
.theme-teal .primary-nav-image__cta.theme-bg a[href^="tel"],
.theme-teal .primary-nav-image__cta.theme-bg .btn-link:active,
.theme-teal .primary-nav-image__cta.theme-bg select option,
.theme-teal .primary-nav-image__cta.theme-bg .form-control,
.theme-teal .primary-nav-image__cta.theme-bg .site-search .studio-widget-search-input,
.site-search .theme-teal .primary-nav-image__cta.theme-bg .studio-widget-search-input,
.theme-teal .primary-nav-image__cta.theme-bg #searchoptions-generic #search-field input,
#searchoptions-generic #search-field .theme-teal .primary-nav-image__cta.theme-bg input,
.theme-teal .primary-nav-image__cta.theme-bg input[type="file"],
.theme-teal .primary-nav-image__cta.theme-bg .form-select,
.theme-teal .primary-nav-image__cta.theme-bg .form-control::placeholder,
.theme-teal .primary-nav-image__cta.theme-bg .site-search .studio-widget-search-input::placeholder,
.site-search .theme-teal .primary-nav-image__cta.theme-bg .studio-widget-search-input::placeholder,
.theme-teal .primary-nav-image__cta.theme-bg #searchoptions-generic #search-field input::placeholder,
#searchoptions-generic #search-field .theme-teal .primary-nav-image__cta.theme-bg input::placeholder,
.theme-teal .primary-nav-image__cta.theme-bg input[type="file"]::placeholder,
.theme-teal .primary-nav-image__cta.theme-bg .form-select::placeholder,
.theme-teal .primary-nav-image__cta.theme-bg ul li::marker,
.theme-teal .primary-nav-image__cta.theme-bg .btn-icon,
.theme-teal .primary-nav-image__cta.theme-bg .btn-icon .material-symbols-outlined,
.theme-teal .primary-nav-image__cta.theme-bg .accordion-button,
.theme-teal .primary-nav-image__cta.theme-bg .accordion-item,
.theme-teal .primary-nav-image__cta.theme-bg .table,
.theme-teal .primary-nav-image__cta.theme-bg table,
.theme-teal .primary-nav-image__cta.theme-bg.number-cols-banner ol li:before,
.theme-teal .primary-nav-image__cta.theme-bg .btn-reset,
.theme-teal .primary-nav-image__cta.theme-bg div .swiper-button-prev .material-symbols-outlined,
.theme-teal .primary-nav-image__cta.theme-bg div .swiper-button-next .material-symbols-outlined,
.theme-teal .primary-nav-image__cta .theme-bg h6,
.theme-teal .primary-nav-image__cta .theme-bg .h6,
.theme-teal .primary-nav-image__cta .theme-bg h5,
.theme-teal .primary-nav-image__cta .theme-bg .h5,
.theme-teal .primary-nav-image__cta .theme-bg h4,
.theme-teal .primary-nav-image__cta .theme-bg .h4,
.theme-teal .primary-nav-image__cta .theme-bg h3,
.theme-teal .primary-nav-image__cta .theme-bg .h3,
.theme-teal .primary-nav-image__cta .theme-bg .search-filters__title,
.theme-teal .primary-nav-image__cta .theme-bg h2,
.theme-teal .primary-nav-image__cta .theme-bg .h2,
.theme-teal .primary-nav-image__cta .theme-bg h1,
.theme-teal .primary-nav-image__cta .theme-bg .h1,
.theme-teal .primary-nav-image__cta .theme-bg a:not(.btn),
.theme-teal .primary-nav-image__cta .theme-bg caption,
.theme-teal .primary-nav-image__cta .theme-bg .form-text,
.theme-teal .primary-nav-image__cta .theme-bg .btn-link,
.theme-teal .primary-nav-image__cta .theme-bg a[href^="tel"],
.theme-teal .primary-nav-image__cta .theme-bg .btn-link:active,
.theme-teal .primary-nav-image__cta .theme-bg select option,
.theme-teal .primary-nav-image__cta .theme-bg .form-control,
.theme-teal .primary-nav-image__cta .theme-bg .site-search .studio-widget-search-input,
.site-search .theme-teal .primary-nav-image__cta .theme-bg .studio-widget-search-input,
.theme-teal .primary-nav-image__cta .theme-bg #searchoptions-generic #search-field input,
#searchoptions-generic #search-field .theme-teal .primary-nav-image__cta .theme-bg input,
.theme-teal .primary-nav-image__cta .theme-bg input[type="file"],
.theme-teal .primary-nav-image__cta .theme-bg .form-select,
.theme-teal .primary-nav-image__cta .theme-bg .form-control::placeholder,
.theme-teal .primary-nav-image__cta .theme-bg .site-search .studio-widget-search-input::placeholder,
.site-search .theme-teal .primary-nav-image__cta .theme-bg .studio-widget-search-input::placeholder,
.theme-teal .primary-nav-image__cta .theme-bg #searchoptions-generic #search-field input::placeholder,
#searchoptions-generic #search-field .theme-teal .primary-nav-image__cta .theme-bg input::placeholder,
.theme-teal .primary-nav-image__cta .theme-bg input[type="file"]::placeholder,
.theme-teal .primary-nav-image__cta .theme-bg .form-select::placeholder,
.theme-teal .primary-nav-image__cta .theme-bg ul li::marker,
.theme-teal .primary-nav-image__cta .theme-bg .btn-icon,
.theme-teal .primary-nav-image__cta .theme-bg .btn-icon .material-symbols-outlined,
.theme-teal .primary-nav-image__cta .theme-bg .accordion-button,
.theme-teal .primary-nav-image__cta .theme-bg .accordion-item,
.theme-teal .primary-nav-image__cta .theme-bg .table,
.theme-teal .primary-nav-image__cta .theme-bg table,
.theme-teal .primary-nav-image__cta .theme-bg.number-cols-banner ol li:before,
.theme-teal .primary-nav-image__cta .theme-bg .btn-reset,
.theme-teal .primary-nav-image__cta .theme-bg div .swiper-button-prev .material-symbols-outlined,
.theme-teal .primary-nav-image__cta .theme-bg div .swiper-button-next .material-symbols-outlined {
    color: #000;
}
.theme-teal .primary-nav-image__cta.theme-bg .form-control,
.theme-teal .primary-nav-image__cta.theme-bg .site-search .studio-widget-search-input,
.site-search .theme-teal .primary-nav-image__cta.theme-bg .studio-widget-search-input,
.theme-teal .primary-nav-image__cta.theme-bg #searchoptions-generic #search-field input,
#searchoptions-generic #search-field .theme-teal .primary-nav-image__cta.theme-bg input,
.theme-teal .primary-nav-image__cta.theme-bg input[type="file"],
.theme-teal .primary-nav-image__cta.theme-bg .form-select,
.theme-teal .primary-nav-image__cta.theme-bg .form-check-input,
.theme-teal .primary-nav-image__cta.theme-bg .filters input[type="checkbox"],
.filters .theme-teal .primary-nav-image__cta.theme-bg input[type="checkbox"],
.theme-teal .primary-nav-image__cta.theme-bg .filters input[type="radio"],
.filters .theme-teal .primary-nav-image__cta.theme-bg input[type="radio"],
.theme-teal .primary-nav-image__cta.theme-bg .checkbox input[type="checkbox"],
.checkbox .theme-teal .primary-nav-image__cta.theme-bg input[type="checkbox"],
.theme-teal .primary-nav-image__cta.theme-bg .radio input[type="radio"],
.radio .theme-teal .primary-nav-image__cta.theme-bg input[type="radio"],
.theme-teal .primary-nav-image__cta.theme-bg .accordion-item,
.theme-teal .primary-nav-image__cta.theme-bg .accordion,
.theme-teal .primary-nav-image__cta.theme-bg .table,
.theme-teal .primary-nav-image__cta.theme-bg table,
.theme-teal .primary-nav-image__cta.theme-bg.number-cols-banner ol li:not(:last-child),
.theme-teal .primary-nav-image__cta.theme-bg .card-split-group > *:not(:last-child) > *,
.theme-teal .primary-nav-image__cta.theme-bg.pull-quote blockquote,
.theme-teal .primary-nav-image__cta .theme-bg .form-control,
.theme-teal .primary-nav-image__cta .theme-bg .site-search .studio-widget-search-input,
.site-search .theme-teal .primary-nav-image__cta .theme-bg .studio-widget-search-input,
.theme-teal .primary-nav-image__cta .theme-bg #searchoptions-generic #search-field input,
#searchoptions-generic #search-field .theme-teal .primary-nav-image__cta .theme-bg input,
.theme-teal .primary-nav-image__cta .theme-bg input[type="file"],
.theme-teal .primary-nav-image__cta .theme-bg .form-select,
.theme-teal .primary-nav-image__cta .theme-bg .form-check-input,
.theme-teal .primary-nav-image__cta .theme-bg .filters input[type="checkbox"],
.filters .theme-teal .primary-nav-image__cta .theme-bg input[type="checkbox"],
.theme-teal .primary-nav-image__cta .theme-bg .filters input[type="radio"],
.filters .theme-teal .primary-nav-image__cta .theme-bg input[type="radio"],
.theme-teal .primary-nav-image__cta .theme-bg .checkbox input[type="checkbox"],
.checkbox .theme-teal .primary-nav-image__cta .theme-bg input[type="checkbox"],
.theme-teal .primary-nav-image__cta .theme-bg .radio input[type="radio"],
.radio .theme-teal .primary-nav-image__cta .theme-bg input[type="radio"],
.theme-teal .primary-nav-image__cta .theme-bg .accordion-item,
.theme-teal .primary-nav-image__cta .theme-bg .accordion,
.theme-teal .primary-nav-image__cta .theme-bg .table,
.theme-teal .primary-nav-image__cta .theme-bg table,
.theme-teal .primary-nav-image__cta .theme-bg.number-cols-banner ol li:not(:last-child),
.theme-teal .primary-nav-image__cta .theme-bg .card-split-group > *:not(:last-child) > *,
.theme-teal .primary-nav-image__cta .theme-bg.pull-quote blockquote {
    border-color: #000;
}
.theme-teal .primary-nav-image__cta.theme-bg .table,
.theme-teal .primary-nav-image__cta.theme-bg table,
.theme-teal .primary-nav-image__cta .theme-bg .table,
.theme-teal .primary-nav-image__cta .theme-bg table {
    box-shadow: 0 -0.3125rem #000;
}
.theme-teal .primary-nav-image__cta.theme-bg :focus,
.theme-teal .primary-nav-image__cta .theme-bg :focus {
    outline-color: #000;
}
.theme-teal .primary-nav-image__cta.theme-bg .display-3:before,
.theme-teal .primary-nav-image__cta.theme-bg div .swiper-pagination-bullet,
.theme-teal .primary-nav-image__cta.theme-bg .icon-social,
.theme-teal .primary-nav-image__cta.theme-bg .news-feature__more:before,
.theme-teal .primary-nav-image__cta.theme-bg .news-feature__more:after,
.theme-teal .primary-nav-image__cta.theme-bg .profiles-feature__card:not(:last-child):after,
.theme-teal .primary-nav-image__cta .theme-bg .display-3:before,
.theme-teal .primary-nav-image__cta .theme-bg div .swiper-pagination-bullet,
.theme-teal .primary-nav-image__cta .theme-bg .icon-social,
.theme-teal .primary-nav-image__cta .theme-bg .news-feature__more:before,
.theme-teal .primary-nav-image__cta .theme-bg .news-feature__more:after,
.theme-teal .primary-nav-image__cta .theme-bg .profiles-feature__card:not(:last-child):after {
    background-color: #000;
}
.theme-teal .primary-nav-image__cta.theme-bg .display-3:before,
.theme-teal .primary-nav-image__cta .theme-bg .display-3:before {
    background-color: #000;
}
.theme-teal .primary-nav-image__cta.theme-bg div .swiper-pagination-bullet-active,
.theme-teal .primary-nav-image__cta .theme-bg div .swiper-pagination-bullet-active {
    background-color: #fff0;
    border: 1px solid #000;
}
.theme-teal .primary-nav-image__cta.theme-bg .logo svg,
.theme-teal .primary-nav-image__cta .theme-bg .logo svg {
    fill: #000;
}
.theme-teal .primary-nav-image__cta.theme-bg .form-select,
.theme-teal .primary-nav-image__cta.theme-bg select.form-control,
.theme-teal .primary-nav-image__cta.theme-bg .site-search select.studio-widget-search-input,
.site-search .theme-teal .primary-nav-image__cta.theme-bg select.studio-widget-search-input,
.theme-teal .primary-nav-image__cta .theme-bg .form-select,
.theme-teal .primary-nav-image__cta .theme-bg select.form-control,
.theme-teal .primary-nav-image__cta .theme-bg .site-search select.studio-widget-search-input,
.site-search .theme-teal .primary-nav-image__cta .theme-bg select.studio-widget-search-input {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24' viewBox='0 -960 960 960' width='24'%3E%3Cpath d='M480-358.463 253.847-584.615 296-626.768l184 184 184-184 42.153 42.153L480-358.463Z' fill='black' /%3E%3C/svg%3E");
}
.theme-teal .primary-nav-image__cta.theme-bg .accordion-button:after,
.theme-teal .primary-nav-image__cta .theme-bg .accordion-button:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24' viewBox='0 -960 960 960' width='24'%3E%3Cpath d='M440-200v-240H200v-80h240v-240h80v240h240v80H520v240h-80Z' fill='black' /%3E%3C/svg%3E");
}
.theme-teal .primary-nav-image__cta.theme-bg .accordion-button:not(.collapsed):after,
.theme-teal .primary-nav-image__cta .theme-bg .accordion-button:not(.collapsed):after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24' viewBox='0 -960 960 960' width='24'%3E%3Cpath d='M200-440v-80h560v80H200Z' fill='black' /%3E%3C/svg%3E");
}
.theme-teal .primary-nav-image__cta.theme-bg .form-select option,
.theme-teal .primary-nav-image__cta.theme-bg select.form-control option,
.theme-teal .primary-nav-image__cta.theme-bg .site-search select.studio-widget-search-input option,
.site-search .theme-teal .primary-nav-image__cta.theme-bg select.studio-widget-search-input option,
.theme-teal .primary-nav-image__cta .theme-bg .form-select option,
.theme-teal .primary-nav-image__cta .theme-bg select.form-control option,
.theme-teal .primary-nav-image__cta .theme-bg .site-search select.studio-widget-search-input option,
.site-search .theme-teal .primary-nav-image__cta .theme-bg select.studio-widget-search-input option {
    color: #000;
}
.theme-teal .primary-nav-image__cta .card-icon__icon {
    background-color: #09ad87;
}
.theme-teal .primary-nav-image__cta div .swiper-button-prev .material-symbols-outlined,
.theme-teal .primary-nav-image__cta div .swiper-button-next .material-symbols-outlined,
.theme-teal .primary-nav-image__cta .secondary-nav ul li.active a,
.theme-teal .primary-nav-image__cta .btn-text-link-collapse .material-symbols-outlined,
.theme-teal .primary-nav-image__cta .masthead-blocks__functions .btn-icon .material-symbols-outlined,
.theme-teal .primary-nav-image__cta .btn-toggle .material-symbols-outlined,
.theme-teal .primary-nav-image__cta .card-program__toggle .material-symbols-outlined,
.theme-teal .primary-nav-image__cta #view_period_switchers .material-symbols-outlined,
.theme-teal .primary-nav-image__cta .number-cols-banner ol li:before,
.theme-teal .primary-nav-image__cta .card .btn-icon .material-symbols-outlined,
.theme-teal .primary-nav-image__cta .card-banner .card .btn-icon .material-symbols-outlined,
.theme-teal .primary-nav-image__cta .masthead-article__section-title,
.theme-teal .primary-nav-image__cta .masthead-article .btn-text-link .material-symbols-outlined,
.theme-teal .primary-nav-image__cta .pagination .currentpage,
.theme-teal .primary-nav-image__cta ul li::marker,
.theme-teal .primary-nav-image__cta .nav-pills .nav-link.active,
.theme-teal .primary-nav-image__cta .nav-pills .show > .nav-link,
.theme-teal .primary-nav-image__cta .sticky-nav ul li a.active {
    color: #000;
}
.theme-teal .primary-nav-image__cta .secondary-nav a:after,
.theme-teal .primary-nav-image__cta .masthead-profile__social .icon-social,
.theme-teal .primary-nav-image__cta .nav-pills-h-border .nav-link:after,
.theme-teal .primary-nav-image__cta .nav-pills-h .nav-link:after,
.theme-teal .primary-nav-image__cta .banner__btn-toggle,
.theme-teal .primary-nav-image__cta .events-calendar .cal-event {
    background-color: #000;
}
.theme-teal .primary-nav-image__cta .nav-pills[aria-orientation="vertical"] .nav-link.active,
.theme-teal .primary-nav-image__cta .nav-pills[aria-orientation="vertical"] .nav-link:hover,
.theme-teal .primary-nav-image__cta .nav-pills[aria-orientation="vertical"] .nav-link:focus {
    color: #0000008c;
}
.theme-teal .primary-nav-image__cta .accordion-button:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24' viewBox='0 -960 960 960' width='24'%3E%3Cpath d='M440-200v-240H200v-80h240v-240h80v240h240v80H520v240h-80Z' fill='black' /%3E%3C/svg%3E");
}
.theme-teal .primary-nav-image__cta .accordion-button:not(.collapsed):after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24' viewBox='0 -960 960 960' width='24'%3E%3Cpath d='M200-440v-80h560v80H200Z' fill='black' /%3E%3C/svg%3E");
}
.theme-teal .primary-nav-image__cta .btn-dark .material-symbols-outlined,
.theme-teal .primary-nav-image__cta .btn-dark:not(.js-pause-motion) .material-symbols-outlined {
    color: #fff;
}
.theme-blue .primary-nav-image__cta.theme-bg,
.theme-blue .primary-nav-image__cta .theme-bg {
    background-color: #3e77b7;
    color: #fff;
}
.theme-blue .primary-nav-image__cta.theme-bg .form-control::-moz-placeholder,
.theme-blue .primary-nav-image__cta.theme-bg .site-search .studio-widget-search-input::-moz-placeholder,
.site-search .theme-blue .primary-nav-image__cta.theme-bg .studio-widget-search-input::-moz-placeholder,
.theme-blue .primary-nav-image__cta.theme-bg #searchoptions-generic #search-field input::-moz-placeholder,
#searchoptions-generic #search-field .theme-blue .primary-nav-image__cta.theme-bg input::-moz-placeholder,
.theme-blue .primary-nav-image__cta.theme-bg input[type="file"]::-moz-placeholder,
.theme-blue .primary-nav-image__cta.theme-bg .form-select::-moz-placeholder,
.theme-blue .primary-nav-image__cta .theme-bg .form-control::-moz-placeholder,
.theme-blue .primary-nav-image__cta .theme-bg .site-search .studio-widget-search-input::-moz-placeholder,
.site-search .theme-blue .primary-nav-image__cta .theme-bg .studio-widget-search-input::-moz-placeholder,
.theme-blue .primary-nav-image__cta .theme-bg #searchoptions-generic #search-field input::-moz-placeholder,
#searchoptions-generic #search-field .theme-blue .primary-nav-image__cta .theme-bg input::-moz-placeholder,
.theme-blue .primary-nav-image__cta .theme-bg input[type="file"]::-moz-placeholder,
.theme-blue .primary-nav-image__cta .theme-bg .form-select::-moz-placeholder {
    color: #fff;
}
.theme-blue .primary-nav-image__cta.theme-bg h6,
.theme-blue .primary-nav-image__cta.theme-bg .h6,
.theme-blue .primary-nav-image__cta.theme-bg h5,
.theme-blue .primary-nav-image__cta.theme-bg .h5,
.theme-blue .primary-nav-image__cta.theme-bg h4,
.theme-blue .primary-nav-image__cta.theme-bg .h4,
.theme-blue .primary-nav-image__cta.theme-bg h3,
.theme-blue .primary-nav-image__cta.theme-bg .h3,
.theme-blue .primary-nav-image__cta.theme-bg .search-filters__title,
.theme-blue .primary-nav-image__cta.theme-bg h2,
.theme-blue .primary-nav-image__cta.theme-bg .h2,
.theme-blue .primary-nav-image__cta.theme-bg h1,
.theme-blue .primary-nav-image__cta.theme-bg .h1,
.theme-blue .primary-nav-image__cta.theme-bg a:not(.btn),
.theme-blue .primary-nav-image__cta.theme-bg caption,
.theme-blue .primary-nav-image__cta.theme-bg .form-text,
.theme-blue .primary-nav-image__cta.theme-bg .btn-link,
.theme-blue .primary-nav-image__cta.theme-bg a[href^="tel"],
.theme-blue .primary-nav-image__cta.theme-bg .btn-link:active,
.theme-blue .primary-nav-image__cta.theme-bg select option,
.theme-blue .primary-nav-image__cta.theme-bg .form-control,
.theme-blue .primary-nav-image__cta.theme-bg .site-search .studio-widget-search-input,
.site-search .theme-blue .primary-nav-image__cta.theme-bg .studio-widget-search-input,
.theme-blue .primary-nav-image__cta.theme-bg #searchoptions-generic #search-field input,
#searchoptions-generic #search-field .theme-blue .primary-nav-image__cta.theme-bg input,
.theme-blue .primary-nav-image__cta.theme-bg input[type="file"],
.theme-blue .primary-nav-image__cta.theme-bg .form-select,
.theme-blue .primary-nav-image__cta.theme-bg .form-control::placeholder,
.theme-blue .primary-nav-image__cta.theme-bg .site-search .studio-widget-search-input::placeholder,
.site-search .theme-blue .primary-nav-image__cta.theme-bg .studio-widget-search-input::placeholder,
.theme-blue .primary-nav-image__cta.theme-bg #searchoptions-generic #search-field input::placeholder,
#searchoptions-generic #search-field .theme-blue .primary-nav-image__cta.theme-bg input::placeholder,
.theme-blue .primary-nav-image__cta.theme-bg input[type="file"]::placeholder,
.theme-blue .primary-nav-image__cta.theme-bg .form-select::placeholder,
.theme-blue .primary-nav-image__cta.theme-bg ul li::marker,
.theme-blue .primary-nav-image__cta.theme-bg .btn-icon,
.theme-blue .primary-nav-image__cta.theme-bg .btn-icon .material-symbols-outlined,
.theme-blue .primary-nav-image__cta.theme-bg .accordion-button,
.theme-blue .primary-nav-image__cta.theme-bg .accordion-item,
.theme-blue .primary-nav-image__cta.theme-bg .table,
.theme-blue .primary-nav-image__cta.theme-bg table,
.theme-blue .primary-nav-image__cta.theme-bg.number-cols-banner ol li:before,
.theme-blue .primary-nav-image__cta.theme-bg .btn-reset,
.theme-blue .primary-nav-image__cta.theme-bg div .swiper-button-prev .material-symbols-outlined,
.theme-blue .primary-nav-image__cta.theme-bg div .swiper-button-next .material-symbols-outlined,
.theme-blue .primary-nav-image__cta .theme-bg h6,
.theme-blue .primary-nav-image__cta .theme-bg .h6,
.theme-blue .primary-nav-image__cta .theme-bg h5,
.theme-blue .primary-nav-image__cta .theme-bg .h5,
.theme-blue .primary-nav-image__cta .theme-bg h4,
.theme-blue .primary-nav-image__cta .theme-bg .h4,
.theme-blue .primary-nav-image__cta .theme-bg h3,
.theme-blue .primary-nav-image__cta .theme-bg .h3,
.theme-blue .primary-nav-image__cta .theme-bg .search-filters__title,
.theme-blue .primary-nav-image__cta .theme-bg h2,
.theme-blue .primary-nav-image__cta .theme-bg .h2,
.theme-blue .primary-nav-image__cta .theme-bg h1,
.theme-blue .primary-nav-image__cta .theme-bg .h1,
.theme-blue .primary-nav-image__cta .theme-bg a:not(.btn),
.theme-blue .primary-nav-image__cta .theme-bg caption,
.theme-blue .primary-nav-image__cta .theme-bg .form-text,
.theme-blue .primary-nav-image__cta .theme-bg .btn-link,
.theme-blue .primary-nav-image__cta .theme-bg a[href^="tel"],
.theme-blue .primary-nav-image__cta .theme-bg .btn-link:active,
.theme-blue .primary-nav-image__cta .theme-bg select option,
.theme-blue .primary-nav-image__cta .theme-bg .form-control,
.theme-blue .primary-nav-image__cta .theme-bg .site-search .studio-widget-search-input,
.site-search .theme-blue .primary-nav-image__cta .theme-bg .studio-widget-search-input,
.theme-blue .primary-nav-image__cta .theme-bg #searchoptions-generic #search-field input,
#searchoptions-generic #search-field .theme-blue .primary-nav-image__cta .theme-bg input,
.theme-blue .primary-nav-image__cta .theme-bg input[type="file"],
.theme-blue .primary-nav-image__cta .theme-bg .form-select,
.theme-blue .primary-nav-image__cta .theme-bg .form-control::placeholder,
.theme-blue .primary-nav-image__cta .theme-bg .site-search .studio-widget-search-input::placeholder,
.site-search .theme-blue .primary-nav-image__cta .theme-bg .studio-widget-search-input::placeholder,
.theme-blue .primary-nav-image__cta .theme-bg #searchoptions-generic #search-field input::placeholder,
#searchoptions-generic #search-field .theme-blue .primary-nav-image__cta .theme-bg input::placeholder,
.theme-blue .primary-nav-image__cta .theme-bg input[type="file"]::placeholder,
.theme-blue .primary-nav-image__cta .theme-bg .form-select::placeholder,
.theme-blue .primary-nav-image__cta .theme-bg ul li::marker,
.theme-blue .primary-nav-image__cta .theme-bg .btn-icon,
.theme-blue .primary-nav-image__cta .theme-bg .btn-icon .material-symbols-outlined,
.theme-blue .primary-nav-image__cta .theme-bg .accordion-button,
.theme-blue .primary-nav-image__cta .theme-bg .accordion-item,
.theme-blue .primary-nav-image__cta .theme-bg .table,
.theme-blue .primary-nav-image__cta .theme-bg table,
.theme-blue .primary-nav-image__cta .theme-bg.number-cols-banner ol li:before,
.theme-blue .primary-nav-image__cta .theme-bg .btn-reset,
.theme-blue .primary-nav-image__cta .theme-bg div .swiper-button-prev .material-symbols-outlined,
.theme-blue .primary-nav-image__cta .theme-bg div .swiper-button-next .material-symbols-outlined {
    color: #fff;
}
.theme-blue .primary-nav-image__cta.theme-bg .form-control,
.theme-blue .primary-nav-image__cta.theme-bg .site-search .studio-widget-search-input,
.site-search .theme-blue .primary-nav-image__cta.theme-bg .studio-widget-search-input,
.theme-blue .primary-nav-image__cta.theme-bg #searchoptions-generic #search-field input,
#searchoptions-generic #search-field .theme-blue .primary-nav-image__cta.theme-bg input,
.theme-blue .primary-nav-image__cta.theme-bg input[type="file"],
.theme-blue .primary-nav-image__cta.theme-bg .form-select,
.theme-blue .primary-nav-image__cta.theme-bg .form-check-input,
.theme-blue .primary-nav-image__cta.theme-bg .filters input[type="checkbox"],
.filters .theme-blue .primary-nav-image__cta.theme-bg input[type="checkbox"],
.theme-blue .primary-nav-image__cta.theme-bg .filters input[type="radio"],
.filters .theme-blue .primary-nav-image__cta.theme-bg input[type="radio"],
.theme-blue .primary-nav-image__cta.theme-bg .checkbox input[type="checkbox"],
.checkbox .theme-blue .primary-nav-image__cta.theme-bg input[type="checkbox"],
.theme-blue .primary-nav-image__cta.theme-bg .radio input[type="radio"],
.radio .theme-blue .primary-nav-image__cta.theme-bg input[type="radio"],
.theme-blue .primary-nav-image__cta.theme-bg .accordion-item,
.theme-blue .primary-nav-image__cta.theme-bg .accordion,
.theme-blue .primary-nav-image__cta.theme-bg .table,
.theme-blue .primary-nav-image__cta.theme-bg table,
.theme-blue .primary-nav-image__cta.theme-bg.number-cols-banner ol li:not(:last-child),
.theme-blue .primary-nav-image__cta.theme-bg .card-split-group > *:not(:last-child) > *,
.theme-blue .primary-nav-image__cta.theme-bg.pull-quote blockquote,
.theme-blue .primary-nav-image__cta .theme-bg .form-control,
.theme-blue .primary-nav-image__cta .theme-bg .site-search .studio-widget-search-input,
.site-search .theme-blue .primary-nav-image__cta .theme-bg .studio-widget-search-input,
.theme-blue .primary-nav-image__cta .theme-bg #searchoptions-generic #search-field input,
#searchoptions-generic #search-field .theme-blue .primary-nav-image__cta .theme-bg input,
.theme-blue .primary-nav-image__cta .theme-bg input[type="file"],
.theme-blue .primary-nav-image__cta .theme-bg .form-select,
.theme-blue .primary-nav-image__cta .theme-bg .form-check-input,
.theme-blue .primary-nav-image__cta .theme-bg .filters input[type="checkbox"],
.filters .theme-blue .primary-nav-image__cta .theme-bg input[type="checkbox"],
.theme-blue .primary-nav-image__cta .theme-bg .filters input[type="radio"],
.filters .theme-blue .primary-nav-image__cta .theme-bg input[type="radio"],
.theme-blue .primary-nav-image__cta .theme-bg .checkbox input[type="checkbox"],
.checkbox .theme-blue .primary-nav-image__cta .theme-bg input[type="checkbox"],
.theme-blue .primary-nav-image__cta .theme-bg .radio input[type="radio"],
.radio .theme-blue .primary-nav-image__cta .theme-bg input[type="radio"],
.theme-blue .primary-nav-image__cta .theme-bg .accordion-item,
.theme-blue .primary-nav-image__cta .theme-bg .accordion,
.theme-blue .primary-nav-image__cta .theme-bg .table,
.theme-blue .primary-nav-image__cta .theme-bg table,
.theme-blue .primary-nav-image__cta .theme-bg.number-cols-banner ol li:not(:last-child),
.theme-blue .primary-nav-image__cta .theme-bg .card-split-group > *:not(:last-child) > *,
.theme-blue .primary-nav-image__cta .theme-bg.pull-quote blockquote {
    border-color: #fff;
}
.theme-blue .primary-nav-image__cta.theme-bg .table,
.theme-blue .primary-nav-image__cta.theme-bg table,
.theme-blue .primary-nav-image__cta .theme-bg .table,
.theme-blue .primary-nav-image__cta .theme-bg table {
    box-shadow: 0 -0.3125rem #fff;
}
.theme-blue .primary-nav-image__cta.theme-bg :focus,
.theme-blue .primary-nav-image__cta .theme-bg :focus {
    outline-color: #fff;
}
.theme-blue .primary-nav-image__cta.theme-bg .display-3:before,
.theme-blue .primary-nav-image__cta.theme-bg div .swiper-pagination-bullet,
.theme-blue .primary-nav-image__cta.theme-bg .icon-social,
.theme-blue .primary-nav-image__cta.theme-bg .news-feature__more:before,
.theme-blue .primary-nav-image__cta.theme-bg .news-feature__more:after,
.theme-blue .primary-nav-image__cta.theme-bg .profiles-feature__card:not(:last-child):after,
.theme-blue .primary-nav-image__cta .theme-bg .display-3:before,
.theme-blue .primary-nav-image__cta .theme-bg div .swiper-pagination-bullet,
.theme-blue .primary-nav-image__cta .theme-bg .icon-social,
.theme-blue .primary-nav-image__cta .theme-bg .news-feature__more:before,
.theme-blue .primary-nav-image__cta .theme-bg .news-feature__more:after,
.theme-blue .primary-nav-image__cta .theme-bg .profiles-feature__card:not(:last-child):after {
    background-color: #fff;
}
.theme-blue .primary-nav-image__cta.theme-bg .display-3:before,
.theme-blue .primary-nav-image__cta .theme-bg .display-3:before {
    background-color: #fff;
}
.theme-blue .primary-nav-image__cta.theme-bg div .swiper-pagination-bullet-active,
.theme-blue .primary-nav-image__cta .theme-bg div .swiper-pagination-bullet-active {
    background-color: #fff0;
    border: 1px solid #fff;
}
.theme-blue .primary-nav-image__cta.theme-bg .logo svg,
.theme-blue .primary-nav-image__cta .theme-bg .logo svg {
    fill: #fff;
}
.theme-blue .primary-nav-image__cta.theme-bg .form-select,
.theme-blue .primary-nav-image__cta.theme-bg select.form-control,
.theme-blue .primary-nav-image__cta.theme-bg .site-search select.studio-widget-search-input,
.site-search .theme-blue .primary-nav-image__cta.theme-bg select.studio-widget-search-input,
.theme-blue .primary-nav-image__cta .theme-bg .form-select,
.theme-blue .primary-nav-image__cta .theme-bg select.form-control,
.theme-blue .primary-nav-image__cta .theme-bg .site-search select.studio-widget-search-input,
.site-search .theme-blue .primary-nav-image__cta .theme-bg select.studio-widget-search-input {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24' viewBox='0 -960 960 960' width='24'%3E%3Cpath d='M480-358.463 253.847-584.615 296-626.768l184 184 184-184 42.153 42.153L480-358.463Z' fill='white' /%3E%3C/svg%3E");
}
.theme-blue .primary-nav-image__cta.theme-bg .accordion-button:after,
.theme-blue .primary-nav-image__cta .theme-bg .accordion-button:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24' viewBox='0 -960 960 960' width='24'%3E%3Cpath d='M440-200v-240H200v-80h240v-240h80v240h240v80H520v240h-80Z' fill='white' /%3E%3C/svg%3E");
}
.theme-blue .primary-nav-image__cta.theme-bg .accordion-button:not(.collapsed):after,
.theme-blue .primary-nav-image__cta .theme-bg .accordion-button:not(.collapsed):after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24' viewBox='0 -960 960 960' width='24'%3E%3Cpath d='M200-440v-80h560v80H200Z' fill='white' /%3E%3C/svg%3E");
}
.theme-blue .primary-nav-image__cta.theme-bg .form-select option,
.theme-blue .primary-nav-image__cta.theme-bg select.form-control option,
.theme-blue .primary-nav-image__cta.theme-bg .site-search select.studio-widget-search-input option,
.site-search .theme-blue .primary-nav-image__cta.theme-bg select.studio-widget-search-input option,
.theme-blue .primary-nav-image__cta .theme-bg .form-select option,
.theme-blue .primary-nav-image__cta .theme-bg select.form-control option,
.theme-blue .primary-nav-image__cta .theme-bg .site-search select.studio-widget-search-input option,
.site-search .theme-blue .primary-nav-image__cta .theme-bg select.studio-widget-search-input option {
    color: #000;
}
.theme-blue .primary-nav-image__cta .card-icon__icon {
    background-color: #3e77b7;
}
.theme-blue .primary-nav-image__cta div .swiper-button-prev .material-symbols-outlined,
.theme-blue .primary-nav-image__cta div .swiper-button-next .material-symbols-outlined,
.theme-blue .primary-nav-image__cta .secondary-nav ul li.active a,
.theme-blue .primary-nav-image__cta .btn-text-link-collapse .material-symbols-outlined,
.theme-blue .primary-nav-image__cta .masthead-blocks__functions .btn-icon .material-symbols-outlined,
.theme-blue .primary-nav-image__cta .btn-toggle .material-symbols-outlined,
.theme-blue .primary-nav-image__cta .card-program__toggle .material-symbols-outlined,
.theme-blue .primary-nav-image__cta #view_period_switchers .material-symbols-outlined,
.theme-blue .primary-nav-image__cta .number-cols-banner ol li:before,
.theme-blue .primary-nav-image__cta .card .btn-icon .material-symbols-outlined,
.theme-blue .primary-nav-image__cta .card-banner .card .btn-icon .material-symbols-outlined,
.theme-blue .primary-nav-image__cta .masthead-article__section-title,
.theme-blue .primary-nav-image__cta .masthead-article .btn-text-link .material-symbols-outlined,
.theme-blue .primary-nav-image__cta .pagination .currentpage,
.theme-blue .primary-nav-image__cta ul li::marker,
.theme-blue .primary-nav-image__cta .nav-pills .nav-link.active,
.theme-blue .primary-nav-image__cta .nav-pills .show > .nav-link,
.theme-blue .primary-nav-image__cta .sticky-nav ul li a.active {
    color: #000;
}
.theme-blue .primary-nav-image__cta .secondary-nav a:after,
.theme-blue .primary-nav-image__cta .masthead-profile__social .icon-social,
.theme-blue .primary-nav-image__cta .nav-pills-h-border .nav-link:after,
.theme-blue .primary-nav-image__cta .nav-pills-h .nav-link:after,
.theme-blue .primary-nav-image__cta .banner__btn-toggle,
.theme-blue .primary-nav-image__cta .events-calendar .cal-event {
    background-color: #000;
}
.theme-blue .primary-nav-image__cta .nav-pills[aria-orientation="vertical"] .nav-link.active,
.theme-blue .primary-nav-image__cta .nav-pills[aria-orientation="vertical"] .nav-link:hover,
.theme-blue .primary-nav-image__cta .nav-pills[aria-orientation="vertical"] .nav-link:focus {
    color: #0000008c;
}
.theme-blue .primary-nav-image__cta .accordion-button:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24' viewBox='0 -960 960 960' width='24'%3E%3Cpath d='M440-200v-240H200v-80h240v-240h80v240h240v80H520v240h-80Z' fill='black' /%3E%3C/svg%3E");
}
.theme-blue .primary-nav-image__cta .accordion-button:not(.collapsed):after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24' viewBox='0 -960 960 960' width='24'%3E%3Cpath d='M200-440v-80h560v80H200Z' fill='black' /%3E%3C/svg%3E");
}
.theme-blue .primary-nav-image__cta .btn-dark .material-symbols-outlined,
.theme-blue .primary-nav-image__cta .btn-dark:not(.js-pause-motion) .material-symbols-outlined {
    color: #fff;
}
.theme-navy .primary-nav-image__cta.theme-bg,
.theme-navy .primary-nav-image__cta .theme-bg {
    background-color: #004990;
    color: #fff;
}
.theme-navy .primary-nav-image__cta.theme-bg .form-control::-moz-placeholder,
.theme-navy .primary-nav-image__cta.theme-bg .site-search .studio-widget-search-input::-moz-placeholder,
.site-search .theme-navy .primary-nav-image__cta.theme-bg .studio-widget-search-input::-moz-placeholder,
.theme-navy .primary-nav-image__cta.theme-bg #searchoptions-generic #search-field input::-moz-placeholder,
#searchoptions-generic #search-field .theme-navy .primary-nav-image__cta.theme-bg input::-moz-placeholder,
.theme-navy .primary-nav-image__cta.theme-bg input[type="file"]::-moz-placeholder,
.theme-navy .primary-nav-image__cta.theme-bg .form-select::-moz-placeholder,
.theme-navy .primary-nav-image__cta .theme-bg .form-control::-moz-placeholder,
.theme-navy .primary-nav-image__cta .theme-bg .site-search .studio-widget-search-input::-moz-placeholder,
.site-search .theme-navy .primary-nav-image__cta .theme-bg .studio-widget-search-input::-moz-placeholder,
.theme-navy .primary-nav-image__cta .theme-bg #searchoptions-generic #search-field input::-moz-placeholder,
#searchoptions-generic #search-field .theme-navy .primary-nav-image__cta .theme-bg input::-moz-placeholder,
.theme-navy .primary-nav-image__cta .theme-bg input[type="file"]::-moz-placeholder,
.theme-navy .primary-nav-image__cta .theme-bg .form-select::-moz-placeholder {
    color: #fff;
}
.theme-navy .primary-nav-image__cta.theme-bg h6,
.theme-navy .primary-nav-image__cta.theme-bg .h6,
.theme-navy .primary-nav-image__cta.theme-bg h5,
.theme-navy .primary-nav-image__cta.theme-bg .h5,
.theme-navy .primary-nav-image__cta.theme-bg h4,
.theme-navy .primary-nav-image__cta.theme-bg .h4,
.theme-navy .primary-nav-image__cta.theme-bg h3,
.theme-navy .primary-nav-image__cta.theme-bg .h3,
.theme-navy .primary-nav-image__cta.theme-bg .search-filters__title,
.theme-navy .primary-nav-image__cta.theme-bg h2,
.theme-navy .primary-nav-image__cta.theme-bg .h2,
.theme-navy .primary-nav-image__cta.theme-bg h1,
.theme-navy .primary-nav-image__cta.theme-bg .h1,
.theme-navy .primary-nav-image__cta.theme-bg a:not(.btn),
.theme-navy .primary-nav-image__cta.theme-bg caption,
.theme-navy .primary-nav-image__cta.theme-bg .form-text,
.theme-navy .primary-nav-image__cta.theme-bg .btn-link,
.theme-navy .primary-nav-image__cta.theme-bg a[href^="tel"],
.theme-navy .primary-nav-image__cta.theme-bg .btn-link:active,
.theme-navy .primary-nav-image__cta.theme-bg select option,
.theme-navy .primary-nav-image__cta.theme-bg .form-control,
.theme-navy .primary-nav-image__cta.theme-bg .site-search .studio-widget-search-input,
.site-search .theme-navy .primary-nav-image__cta.theme-bg .studio-widget-search-input,
.theme-navy .primary-nav-image__cta.theme-bg #searchoptions-generic #search-field input,
#searchoptions-generic #search-field .theme-navy .primary-nav-image__cta.theme-bg input,
.theme-navy .primary-nav-image__cta.theme-bg input[type="file"],
.theme-navy .primary-nav-image__cta.theme-bg .form-select,
.theme-navy .primary-nav-image__cta.theme-bg .form-control::placeholder,
.theme-navy .primary-nav-image__cta.theme-bg .site-search .studio-widget-search-input::placeholder,
.site-search .theme-navy .primary-nav-image__cta.theme-bg .studio-widget-search-input::placeholder,
.theme-navy .primary-nav-image__cta.theme-bg #searchoptions-generic #search-field input::placeholder,
#searchoptions-generic #search-field .theme-navy .primary-nav-image__cta.theme-bg input::placeholder,
.theme-navy .primary-nav-image__cta.theme-bg input[type="file"]::placeholder,
.theme-navy .primary-nav-image__cta.theme-bg .form-select::placeholder,
.theme-navy .primary-nav-image__cta.theme-bg ul li::marker,
.theme-navy .primary-nav-image__cta.theme-bg .btn-icon,
.theme-navy .primary-nav-image__cta.theme-bg .btn-icon .material-symbols-outlined,
.theme-navy .primary-nav-image__cta.theme-bg .accordion-button,
.theme-navy .primary-nav-image__cta.theme-bg .accordion-item,
.theme-navy .primary-nav-image__cta.theme-bg .table,
.theme-navy .primary-nav-image__cta.theme-bg table,
.theme-navy .primary-nav-image__cta.theme-bg.number-cols-banner ol li:before,
.theme-navy .primary-nav-image__cta.theme-bg .btn-reset,
.theme-navy .primary-nav-image__cta.theme-bg div .swiper-button-prev .material-symbols-outlined,
.theme-navy .primary-nav-image__cta.theme-bg div .swiper-button-next .material-symbols-outlined,
.theme-navy .primary-nav-image__cta .theme-bg h6,
.theme-navy .primary-nav-image__cta .theme-bg .h6,
.theme-navy .primary-nav-image__cta .theme-bg h5,
.theme-navy .primary-nav-image__cta .theme-bg .h5,
.theme-navy .primary-nav-image__cta .theme-bg h4,
.theme-navy .primary-nav-image__cta .theme-bg .h4,
.theme-navy .primary-nav-image__cta .theme-bg h3,
.theme-navy .primary-nav-image__cta .theme-bg .h3,
.theme-navy .primary-nav-image__cta .theme-bg .search-filters__title,
.theme-navy .primary-nav-image__cta .theme-bg h2,
.theme-navy .primary-nav-image__cta .theme-bg .h2,
.theme-navy .primary-nav-image__cta .theme-bg h1,
.theme-navy .primary-nav-image__cta .theme-bg .h1,
.theme-navy .primary-nav-image__cta .theme-bg a:not(.btn),
.theme-navy .primary-nav-image__cta .theme-bg caption,
.theme-navy .primary-nav-image__cta .theme-bg .form-text,
.theme-navy .primary-nav-image__cta .theme-bg .btn-link,
.theme-navy .primary-nav-image__cta .theme-bg a[href^="tel"],
.theme-navy .primary-nav-image__cta .theme-bg .btn-link:active,
.theme-navy .primary-nav-image__cta .theme-bg select option,
.theme-navy .primary-nav-image__cta .theme-bg .form-control,
.theme-navy .primary-nav-image__cta .theme-bg .site-search .studio-widget-search-input,
.site-search .theme-navy .primary-nav-image__cta .theme-bg .studio-widget-search-input,
.theme-navy .primary-nav-image__cta .theme-bg #searchoptions-generic #search-field input,
#searchoptions-generic #search-field .theme-navy .primary-nav-image__cta .theme-bg input,
.theme-navy .primary-nav-image__cta .theme-bg input[type="file"],
.theme-navy .primary-nav-image__cta .theme-bg .form-select,
.theme-navy .primary-nav-image__cta .theme-bg .form-control::placeholder,
.theme-navy .primary-nav-image__cta .theme-bg .site-search .studio-widget-search-input::placeholder,
.site-search .theme-navy .primary-nav-image__cta .theme-bg .studio-widget-search-input::placeholder,
.theme-navy .primary-nav-image__cta .theme-bg #searchoptions-generic #search-field input::placeholder,
#searchoptions-generic #search-field .theme-navy .primary-nav-image__cta .theme-bg input::placeholder,
.theme-navy .primary-nav-image__cta .theme-bg input[type="file"]::placeholder,
.theme-navy .primary-nav-image__cta .theme-bg .form-select::placeholder,
.theme-navy .primary-nav-image__cta .theme-bg ul li::marker,
.theme-navy .primary-nav-image__cta .theme-bg .btn-icon,
.theme-navy .primary-nav-image__cta .theme-bg .btn-icon .material-symbols-outlined,
.theme-navy .primary-nav-image__cta .theme-bg .accordion-button,
.theme-navy .primary-nav-image__cta .theme-bg .accordion-item,
.theme-navy .primary-nav-image__cta .theme-bg .table,
.theme-navy .primary-nav-image__cta .theme-bg table,
.theme-navy .primary-nav-image__cta .theme-bg.number-cols-banner ol li:before,
.theme-navy .primary-nav-image__cta .theme-bg .btn-reset,
.theme-navy .primary-nav-image__cta .theme-bg div .swiper-button-prev .material-symbols-outlined,
.theme-navy .primary-nav-image__cta .theme-bg div .swiper-button-next .material-symbols-outlined {
    color: #fff;
}
.theme-navy .primary-nav-image__cta.theme-bg .form-control,
.theme-navy .primary-nav-image__cta.theme-bg .site-search .studio-widget-search-input,
.site-search .theme-navy .primary-nav-image__cta.theme-bg .studio-widget-search-input,
.theme-navy .primary-nav-image__cta.theme-bg #searchoptions-generic #search-field input,
#searchoptions-generic #search-field .theme-navy .primary-nav-image__cta.theme-bg input,
.theme-navy .primary-nav-image__cta.theme-bg input[type="file"],
.theme-navy .primary-nav-image__cta.theme-bg .form-select,
.theme-navy .primary-nav-image__cta.theme-bg .form-check-input,
.theme-navy .primary-nav-image__cta.theme-bg .filters input[type="checkbox"],
.filters .theme-navy .primary-nav-image__cta.theme-bg input[type="checkbox"],
.theme-navy .primary-nav-image__cta.theme-bg .filters input[type="radio"],
.filters .theme-navy .primary-nav-image__cta.theme-bg input[type="radio"],
.theme-navy .primary-nav-image__cta.theme-bg .checkbox input[type="checkbox"],
.checkbox .theme-navy .primary-nav-image__cta.theme-bg input[type="checkbox"],
.theme-navy .primary-nav-image__cta.theme-bg .radio input[type="radio"],
.radio .theme-navy .primary-nav-image__cta.theme-bg input[type="radio"],
.theme-navy .primary-nav-image__cta.theme-bg .accordion-item,
.theme-navy .primary-nav-image__cta.theme-bg .accordion,
.theme-navy .primary-nav-image__cta.theme-bg .table,
.theme-navy .primary-nav-image__cta.theme-bg table,
.theme-navy .primary-nav-image__cta.theme-bg.number-cols-banner ol li:not(:last-child),
.theme-navy .primary-nav-image__cta.theme-bg .card-split-group > *:not(:last-child) > *,
.theme-navy .primary-nav-image__cta.theme-bg.pull-quote blockquote,
.theme-navy .primary-nav-image__cta .theme-bg .form-control,
.theme-navy .primary-nav-image__cta .theme-bg .site-search .studio-widget-search-input,
.site-search .theme-navy .primary-nav-image__cta .theme-bg .studio-widget-search-input,
.theme-navy .primary-nav-image__cta .theme-bg #searchoptions-generic #search-field input,
#searchoptions-generic #search-field .theme-navy .primary-nav-image__cta .theme-bg input,
.theme-navy .primary-nav-image__cta .theme-bg input[type="file"],
.theme-navy .primary-nav-image__cta .theme-bg .form-select,
.theme-navy .primary-nav-image__cta .theme-bg .form-check-input,
.theme-navy .primary-nav-image__cta .theme-bg .filters input[type="checkbox"],
.filters .theme-navy .primary-nav-image__cta .theme-bg input[type="checkbox"],
.theme-navy .primary-nav-image__cta .theme-bg .filters input[type="radio"],
.filters .theme-navy .primary-nav-image__cta .theme-bg input[type="radio"],
.theme-navy .primary-nav-image__cta .theme-bg .checkbox input[type="checkbox"],
.checkbox .theme-navy .primary-nav-image__cta .theme-bg input[type="checkbox"],
.theme-navy .primary-nav-image__cta .theme-bg .radio input[type="radio"],
.radio .theme-navy .primary-nav-image__cta .theme-bg input[type="radio"],
.theme-navy .primary-nav-image__cta .theme-bg .accordion-item,
.theme-navy .primary-nav-image__cta .theme-bg .accordion,
.theme-navy .primary-nav-image__cta .theme-bg .table,
.theme-navy .primary-nav-image__cta .theme-bg table,
.theme-navy .primary-nav-image__cta .theme-bg.number-cols-banner ol li:not(:last-child),
.theme-navy .primary-nav-image__cta .theme-bg .card-split-group > *:not(:last-child) > *,
.theme-navy .primary-nav-image__cta .theme-bg.pull-quote blockquote {
    border-color: #fff;
}
.theme-navy .primary-nav-image__cta.theme-bg .table,
.theme-navy .primary-nav-image__cta.theme-bg table,
.theme-navy .primary-nav-image__cta .theme-bg .table,
.theme-navy .primary-nav-image__cta .theme-bg table {
    box-shadow: 0 -0.3125rem #fff;
}
.theme-navy .primary-nav-image__cta.theme-bg :focus,
.theme-navy .primary-nav-image__cta .theme-bg :focus {
    outline-color: #fff;
}
.theme-navy .primary-nav-image__cta.theme-bg .display-3:before,
.theme-navy .primary-nav-image__cta.theme-bg div .swiper-pagination-bullet,
.theme-navy .primary-nav-image__cta.theme-bg .icon-social,
.theme-navy .primary-nav-image__cta.theme-bg .news-feature__more:before,
.theme-navy .primary-nav-image__cta.theme-bg .news-feature__more:after,
.theme-navy .primary-nav-image__cta.theme-bg .profiles-feature__card:not(:last-child):after,
.theme-navy .primary-nav-image__cta .theme-bg .display-3:before,
.theme-navy .primary-nav-image__cta .theme-bg div .swiper-pagination-bullet,
.theme-navy .primary-nav-image__cta .theme-bg .icon-social,
.theme-navy .primary-nav-image__cta .theme-bg .news-feature__more:before,
.theme-navy .primary-nav-image__cta .theme-bg .news-feature__more:after,
.theme-navy .primary-nav-image__cta .theme-bg .profiles-feature__card:not(:last-child):after {
    background-color: #fff;
}
.theme-navy .primary-nav-image__cta.theme-bg .display-3:before,
.theme-navy .primary-nav-image__cta .theme-bg .display-3:before {
    background-color: #fff;
}
.theme-navy .primary-nav-image__cta.theme-bg div .swiper-pagination-bullet-active,
.theme-navy .primary-nav-image__cta .theme-bg div .swiper-pagination-bullet-active {
    background-color: #fff0;
    border: 1px solid #fff;
}
.theme-navy .primary-nav-image__cta.theme-bg .logo svg,
.theme-navy .primary-nav-image__cta .theme-bg .logo svg {
    fill: #fff;
}
.theme-navy .primary-nav-image__cta.theme-bg .form-select,
.theme-navy .primary-nav-image__cta.theme-bg select.form-control,
.theme-navy .primary-nav-image__cta.theme-bg .site-search select.studio-widget-search-input,
.site-search .theme-navy .primary-nav-image__cta.theme-bg select.studio-widget-search-input,
.theme-navy .primary-nav-image__cta .theme-bg .form-select,
.theme-navy .primary-nav-image__cta .theme-bg select.form-control,
.theme-navy .primary-nav-image__cta .theme-bg .site-search select.studio-widget-search-input,
.site-search .theme-navy .primary-nav-image__cta .theme-bg select.studio-widget-search-input {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24' viewBox='0 -960 960 960' width='24'%3E%3Cpath d='M480-358.463 253.847-584.615 296-626.768l184 184 184-184 42.153 42.153L480-358.463Z' fill='white' /%3E%3C/svg%3E");
}
.theme-navy .primary-nav-image__cta.theme-bg .accordion-button:after,
.theme-navy .primary-nav-image__cta .theme-bg .accordion-button:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24' viewBox='0 -960 960 960' width='24'%3E%3Cpath d='M440-200v-240H200v-80h240v-240h80v240h240v80H520v240h-80Z' fill='white' /%3E%3C/svg%3E");
}
.theme-navy .primary-nav-image__cta.theme-bg .accordion-button:not(.collapsed):after,
.theme-navy .primary-nav-image__cta .theme-bg .accordion-button:not(.collapsed):after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24' viewBox='0 -960 960 960' width='24'%3E%3Cpath d='M200-440v-80h560v80H200Z' fill='white' /%3E%3C/svg%3E");
}
.theme-navy .primary-nav-image__cta.theme-bg .form-select option,
.theme-navy .primary-nav-image__cta.theme-bg select.form-control option,
.theme-navy .primary-nav-image__cta.theme-bg .site-search select.studio-widget-search-input option,
.site-search .theme-navy .primary-nav-image__cta.theme-bg select.studio-widget-search-input option,
.theme-navy .primary-nav-image__cta .theme-bg .form-select option,
.theme-navy .primary-nav-image__cta .theme-bg select.form-control option,
.theme-navy .primary-nav-image__cta .theme-bg .site-search select.studio-widget-search-input option,
.site-search .theme-navy .primary-nav-image__cta .theme-bg select.studio-widget-search-input option {
    color: #000;
}
.theme-navy .primary-nav-image__cta .card-icon__icon {
    background-color: #004990;
}
.theme-navy .primary-nav-image__cta div .swiper-button-prev .material-symbols-outlined,
.theme-navy .primary-nav-image__cta div .swiper-button-next .material-symbols-outlined,
.theme-navy .primary-nav-image__cta .secondary-nav ul li.active a,
.theme-navy .primary-nav-image__cta .btn-text-link-collapse .material-symbols-outlined,
.theme-navy .primary-nav-image__cta .masthead-blocks__functions .btn-icon .material-symbols-outlined,
.theme-navy .primary-nav-image__cta .btn-toggle .material-symbols-outlined,
.theme-navy .primary-nav-image__cta .card-program__toggle .material-symbols-outlined,
.theme-navy .primary-nav-image__cta #view_period_switchers .material-symbols-outlined,
.theme-navy .primary-nav-image__cta .number-cols-banner ol li:before,
.theme-navy .primary-nav-image__cta .card .btn-icon .material-symbols-outlined,
.theme-navy .primary-nav-image__cta .card-banner .card .btn-icon .material-symbols-outlined,
.theme-navy .primary-nav-image__cta .masthead-article__section-title,
.theme-navy .primary-nav-image__cta .masthead-article .btn-text-link .material-symbols-outlined,
.theme-navy .primary-nav-image__cta .pagination .currentpage,
.theme-navy .primary-nav-image__cta ul li::marker,
.theme-navy .primary-nav-image__cta .nav-pills .nav-link.active,
.theme-navy .primary-nav-image__cta .nav-pills .show > .nav-link,
.theme-navy .primary-nav-image__cta .sticky-nav ul li a.active {
    color: #000;
}
.theme-navy .primary-nav-image__cta .secondary-nav a:after,
.theme-navy .primary-nav-image__cta .masthead-profile__social .icon-social,
.theme-navy .primary-nav-image__cta .nav-pills-h-border .nav-link:after,
.theme-navy .primary-nav-image__cta .nav-pills-h .nav-link:after,
.theme-navy .primary-nav-image__cta .banner__btn-toggle,
.theme-navy .primary-nav-image__cta .events-calendar .cal-event {
    background-color: #000;
}
.theme-navy .primary-nav-image__cta .nav-pills[aria-orientation="vertical"] .nav-link.active,
.theme-navy .primary-nav-image__cta .nav-pills[aria-orientation="vertical"] .nav-link:hover,
.theme-navy .primary-nav-image__cta .nav-pills[aria-orientation="vertical"] .nav-link:focus {
    color: #0000008c;
}
.theme-navy .primary-nav-image__cta .accordion-button:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24' viewBox='0 -960 960 960' width='24'%3E%3Cpath d='M440-200v-240H200v-80h240v-240h80v240h240v80H520v240h-80Z' fill='black' /%3E%3C/svg%3E");
}
.theme-navy .primary-nav-image__cta .accordion-button:not(.collapsed):after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24' viewBox='0 -960 960 960' width='24'%3E%3Cpath d='M200-440v-80h560v80H200Z' fill='black' /%3E%3C/svg%3E");
}
.theme-navy .primary-nav-image__cta .btn-dark .material-symbols-outlined,
.theme-navy .primary-nav-image__cta .btn-dark:not(.js-pause-motion) .material-symbols-outlined {
    color: #fff;
}
.inner {
    margin-left: auto;
    margin-right: auto;
    width: 87%;
    max-width: 112.5rem;
}
@media (min-width: 768px) {
    .narrow {
        width: 80%;
        max-width: 40.875rem;
        margin-left: auto;
        margin-right: auto;
    }
}
@media (min-width: 992px) {
    .narrow {
        width: 50.462%;
    }
}
@media (min-width: 1200px) {
    .narrow {
        width: clamp(34.0625rem, 45.417vw, 54.5rem);
        max-width: none;
    }
}
.panel-m {
    margin-top: 5rem;
    margin-bottom: 5rem;
}
@media (min-width: 768px) {
    .panel-m {
        margin-top: 5.9375rem;
        margin-bottom: 5.9375rem;
    }
}
@media (min-width: 1200px) {
    .panel-m {
        margin-top: 6.875rem;
        margin-bottom: 6.875rem;
    }
}
@media (min-width: 1920px) {
    .panel-m {
        margin-top: 10rem;
        margin-bottom: 10rem;
    }
}
.panel-p {
    padding-top: 5rem;
    padding-bottom: 5rem;
}
@media (min-width: 768px) {
    .panel-p {
        padding-top: 5.9375rem;
        padding-bottom: 5.9375rem;
    }
}
@media (min-width: 1200px) {
    .panel-p {
        padding-top: 6.875rem;
        padding-bottom: 6.875rem;
    }
}
@media (min-width: 1920px) {
    .panel-p {
        padding-top: 10rem;
        padding-bottom: 10rem;
    }
}
.panel-flush + .panel-flush {
    margin-top: -5rem;
}
@media (min-width: 768px) {
    .panel-flush + .panel-flush {
        margin-top: -5.9375rem;
    }
}
@media (min-width: 1200px) {
    .panel-flush + .panel-flush {
        margin-top: -6.875rem;
    }
}
@media (min-width: 1920px) {
    .panel-flush + .panel-flush {
        margin-top: -10rem;
    }
}
.panel-flush:last-child {
    margin-bottom: 0;
}
.logo {
    position: relative;
    display: block;
    width: 9.6875rem;
    height: 3.125rem;
}
@media (min-width: 1200px) {
    .logo {
        width: 12.375rem;
        height: 4rem;
    }
}
.logo svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    fill: #000;
}
.black .logo:hover,
.black .logo:focus {
    outline-color: #000;
}
.card-info {
    font-size: 0.75rem;
    line-height: 1.42;
    margin-top: 0.9375rem;
    margin-bottom: 0;
    letter-spacing: -0.02em;
    display: flex;
    flex-wrap: wrap;
}
.card-info__block {
    width: 100%;
}
.card-info__inline:last-child {
    position: relative;
}
.card-info__inline:last-child:before {
    content: "|";
    margin-left: 0.25rem;
    margin-right: 0.25rem;
}
@media (min-width: 1200px) {
    .card-info {
        font-size: 0.875rem;
    }
}
.card-info dd {
    margin-bottom: 0.3125rem;
}
.card-info .d-flex {
    flex-wrap: wrap;
}
.card-info .d-flex dd {
    margin-bottom: 0;
}
.card-info .d-flex dd:not(:last-child) {
    position: relative;
}
.card-info .d-flex dd:not(:last-child):after {
    content: "|";
    margin-left: 0.25rem;
    margin-right: 0.25rem;
}
.card-info.bold {
    font-weight: 700;
    text-transform: uppercase;
}
.card-info div {
    margin-bottom: 0.3125rem;
}
.card-info div:last-child {
    margin-bottom: 0;
}
.btn-text-link-list {
    margin-bottom: 0;
}
.btn-text-link-list li {
    margin-bottom: 0.125rem;
}
@media (min-width: 1200px) {
    .btn-text-link-list li {
        margin-bottom: 0.4375rem;
    }
}
.scroll-x::-webkit-scrollbar {
    width: 0.5rem;
    height: 0.5rem;
}
.scroll-x::-webkit-scrollbar-thumb {
    background: #000;
    border-radius: 0;
}
.scroll-x::-webkit-scrollbar-thumb:hover {
    background: #000;
}
.scroll-x::-webkit-scrollbar-thumb:active {
    background: #000;
}
.tag-date-group .tag,
.tag-date-group .date {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
}
.dl-icons {
    border-top: 0.125rem solid #000;
    border-bottom: 0.125rem solid #000;
    margin-bottom: 0;
    padding: 1.25rem 0;
}
@media (min-width: 1200px) {
    .dl-icons {
        padding: 1.875rem 0;
    }
}
.dl-icons div {
    display: flex;
    align-items: center;
}
.dl-icons div:last-child {
    margin-bottom: 0;
}
.dl-icons dt,
.dl-icons dd {
    margin-bottom: 0;
}
.dl-icons dt {
    margin-right: 1.25rem;
}
@media (min-width: 1200px) {
    .dl-icons dt {
        margin-right: 1.75rem;
    }
}
.dl-icons a {
    text-decoration-color: #fff0;
}
.dl-icons a:hover,
.dl-icons a:focus {
    text-decoration-color: inherit;
}
.offcanvas {
    transition-timing-function: cubic-bezier(0.85, 0, 0.15, 1);
}
@media (min-width: 1200px) {
    .btn:not(.btn-lg) {
        font-size: 1rem;
    }
}
.btn:focus-visible {
    box-shadow: none;
}
.btn-lg {
    letter-spacing: -0.02em;
}
.btn-text-link {
    font-weight: 700;
    letter-spacing: -0.02em;
    padding: 0;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-decoration-color: #fff0;
    background-color: #fff0;
    text-align: left;
    color: #000;
}
@media (max-width: 1199.98px) {
    .btn-text-link {
        font-size: 0.875rem;
    }
}
@media (min-width: 1200px) {
    .btn-text-link {
        font-size: 1.125rem;
    }
}
.btn-text-link:hover,
.btn-text-link:focus {
    text-decoration-color: inherit;
    text-decoration-thickness: inherit;
}
.btn-text-link-collapse__icon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 1.5rem;
    height: 1.5rem;
}
.btn-text-link-collapse .material-symbols-outlined {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: transform 0.25s;
    transform-origin: center;
    color: #e20778;
}
.btn-text-link-collapse[aria-expanded="false"] .add {
    opacity: 1;
    transform: translateY(-50%) rotate(180deg);
}
.btn-text-link-collapse[aria-expanded="false"] .remove,
.btn-text-link-collapse[aria-expanded="true"] .add {
    opacity: 0;
}
.btn-text-link-collapse[aria-expanded="true"] .remove {
    opacity: 1;
    transform: translateY(-50%) rotate(-180deg);
}
.btn-text-symbol {
    position: relative;
}
.btn-text-symbol .material-symbols-outlined {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.btn-text-symbol.btn.left {
    padding-left: 3.375rem;
}
.btn-text-symbol.btn.left .material-symbols-outlined {
    left: 1.5rem;
}
.btn-text-symbol.btn.right {
    padding-right: 3.375rem;
}
.btn-text-symbol.btn.right .material-symbols-outlined {
    right: 1.5rem;
}
.btn-text-symbol.btn-lg.left {
    padding-left: 3.625rem;
}
.btn-text-symbol.btn-lg.left .material-symbols-outlined {
    left: 0.75rem;
}
.btn-text-symbol.btn-lg.right {
    padding-right: 3.625rem;
}
.btn-text-symbol.btn-lg.right .material-symbols-outlined {
    right: 0.75rem;
}
.btn-text-symbol.btn-text-link.left {
    padding-left: 1.875rem;
}
.btn-text-symbol.btn-text-link.right {
    padding-right: 1.875rem;
}
.btn-text-symbol.btn-text-link.right .material-symbols-outlined {
    right: 0;
}
.btn-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.5rem;
    height: 2.5rem;
    padding: 0;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-decoration: none;
    background-color: #fff0;
}
@media (min-width: 1200px) {
    .btn-icon.large {
        width: 3.75rem;
        height: 3.75rem;
    }
}
@media (min-width: 1200px) {
    .btn-icon.large .material-symbols-outlined {
        font-size: 40px;
        font-variation-settings: "OPSZ" 40;
    }
}
.btn-icon.xlarge {
    width: 4.6875rem;
    height: 4.6875rem;
}
@media (min-width: 1200px) {
    .btn-icon.xlarge {
        width: 6.25rem;
        height: 6.25rem;
    }
}
.btn-icon.xlarge .material-symbols-outlined {
    font-size: 60px;
    font-variation-settings: "OPSZ" 60;
}
@media (min-width: 1200px) {
    .btn-icon.xlarge .material-symbols-outlined {
        font-size: 80px;
        font-variation-settings: "OPSZ" 80;
    }
}
.btn-icon.btn-icon-outline {
    background-color: #fff0;
    border: 1px solid #000;
}
.btn-icon.btn-icon-outline .material-symbols-outlined {
    color: #000;
}
.btn-icon.btn-icon-primary {
    background-color: #e20778;
    color: #fff;
}
.btn-play .material-symbols-outlined {
    font-size: 40px;
    font-variation-settings: "OPSZ" 40, "FILL" 1;
}
@supports not (font-variation-settings: "FILL" 1) {
    .btn-play .material-symbols-outlined {
        font-family: Material Symbols Fill;
    }
}
@media (min-width: 1200px) {
    .btn-play.large .material-symbols-outlined {
        font-size: 60px;
        font-variation-settings: "OPSZ" 60, "FILL" 1;
    }
}
.btn-play.xlarge .material-symbols-outlined {
    font-size: 60px;
    font-variation-settings: "OPSZ" 60, "FILL" 1;
}
@media (min-width: 1200px) {
    .btn-play.xlarge .material-symbols-outlined {
        font-size: 80px;
        font-variation-settings: "OPSZ" 80, "FILL" 1;
    }
}
.btn-toggle {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.25rem 0;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-decoration: none;
    background-color: #fff0;
    border-top: 2px solid #000;
    color: #000;
    font-size: 0.875rem;
    font-weight: 700;
}
.btn-toggle .material-symbols-outlined {
    color: #e20778;
    margin-right: 0.625rem;
}
.btn-compare {
    display: flex;
    text-decoration-color: #fff0;
    letter-spacing: -0.02em;
    font-size: 0.875rem;
}
@media (min-width: 1200px) {
    .btn-compare:not(.btn-compare.small) {
        font-size: 1rem;
    }
}
.btn-compare:hover,
.btn-compare:focus {
    text-decoration-color: inherit;
}
.btn-compare span {
    display: inline-block;
    margin-left: 0.625rem;
    flex-shrink: 0;
    width: 0.875rem;
    height: 0.875rem;
}
@media (min-width: 1200px) {
    .btn-compare span:not(.btn-compare.small span) {
        width: 1rem;
        height: 1rem;
    }
}
.btn-compare[aria-pressed="true"] span {
    background-color: #000;
    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");
}
.btn-dark:not(.js-pause-motion) .material-symbols-outlined {
    color: #e20778;
}
.btn-reset {
    padding: 0;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-decoration-color: #fff0;
    background-color: #fff0;
    text-align: left;
    font-weight: 700;
    color: #000;
}
.btn-youtube {
    width: 100%;
    height: 100%;
}
.btn-youtube .material-symbols-outlined {
    z-index: 2;
    font-size: 1.875rem;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA3MS40IDUwIiB3aWR0aD0iNzEiIGhlaWdodD0iNTAiPjxnIHRyYW5zZm9ybT0ic2NhbGUoMC41ODgyMzUyOSAwLjU4ODIzNTI5KSI+PHBhdGggY2xhc3M9InN0MCIgZD0iTTExOC45IDEzLjNDMTE3LjUgOC4xIDExMy40IDQgMTA4LjIgMi42IDk4LjcgMCA2MC43IDAgNjAuNyAwIDYwLjcgMCAyMi43IDAgMTMuMiAyLjUgOC4xIDMuOSAzLjkgOC4xIDIuNSAxMy4zIDAgMjIuOCAwIDQyLjUgMCA0Mi41IDAgNDIuNSAwIDYyLjMgMi41IDcxLjcgMy45IDc2LjkgOCA4MSAxMy4yIDgyLjQgMjIuOCA4NSA2MC43IDg1IDYwLjcgODVjMCAwIDM4IDAgNDcuNS0yLjUgNS4yLTEuNCA5LjMtNS41IDEwLjctMTAuNyAyLjUtOS41IDIuNS0yOS4yIDIuNS0yOS4yIDAgMCAwLjEtMTkuOC0yLjUtMjkuM3oiIGZpbGw9IiNmMDAiLz48cG9seWdvbiBjbGFzcz0ic3QxIiBwb2ludHM9IjgwLjIgNDIuNSA0OC42IDI0LjMgNDguNiA2MC43ICIgZmlsbD0iI2ZmZiIvPjwvZz48L3N2Zz4=);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    width: 5rem;
    height: 5rem;
}
.btn-transcript .material-symbols-outlined {
    font-size: 1.25rem;
}
button.form-control,
.site-search button.studio-widget-search-input,
.primary-nav-breadcrumb span.form-control,
.primary-nav-breadcrumb .site-search span.studio-widget-search-input,
.site-search .primary-nav-breadcrumb span.studio-widget-search-input,
button.form-select,
.primary-nav-breadcrumb span.form-select {
    text-align: left;
}
button.form-control:hover,
.site-search button.studio-widget-search-input:hover,
.primary-nav-breadcrumb span.form-control:hover,
.primary-nav-breadcrumb .site-search span.studio-widget-search-input:hover,
.site-search .primary-nav-breadcrumb span.studio-widget-search-input:hover,
button.form-control:focus,
.site-search button.studio-widget-search-input:focus,
.primary-nav-breadcrumb span.form-control:focus,
.primary-nav-breadcrumb .site-search span.studio-widget-search-input:focus,
.site-search .primary-nav-breadcrumb span.studio-widget-search-input:focus,
button.form-select:hover,
.primary-nav-breadcrumb span.form-select:hover,
button.form-select:focus,
.primary-nav-breadcrumb span.form-select:focus {
    text-decoration-color: #fff0;
}
.form-select-hollow {
    border: 0;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    font-weight: 700;
}
.form-date-control {
    position: absolute;
    top: 0;
    height: 2.75rem;
    width: auto;
    padding: 0;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-decoration: none;
    background-color: #fff0;
    display: block;
    width: calc(100% - 2.5rem);
}
.form-date-control .material-symbols-outlined {
    font-size: 1.25rem;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0.875rem;
    color: #000;
}
form hr {
    margin-top: 5rem;
    margin-bottom: 5rem;
}
@media (min-width: 768px) {
    form hr {
        margin-top: 5.9375rem;
        margin-bottom: 5.9375rem;
    }
}
@media (min-width: 1200px) {
    form hr {
        margin-top: 6.875rem;
        margin-bottom: 6.875rem;
    }
}
@media (min-width: 1920px) {
    form hr {
        margin-top: 10rem;
        margin-bottom: 10rem;
    }
}
form label,
form legend {
    letter-spacing: -0.02em;
}
.form-group {
    margin-bottom: 1.5rem;
}
.form-group .form-group {
    margin-bottom: 0;
}
.control-label {
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
}
legend.control-label,
.preview-span {
    font-size: 1.125rem;
    font-weight: 700;
}
.radio label:last-child,
.checkbox label:last-child {
    margin-bottom: 0;
}
input[type="file"] {
    border: 0;
    margin-bottom: 0.625rem;
}
.js-label-end-date label,
.js-label-start-date label {
    font-weight: 500;
}
@media (max-width: 767.98px) {
    .js-label-end-date {
        margin-top: 0.625rem;
    }
}
.input-group.date .date-picker {
    padding-right: 2.5rem;
}
.input-group.date .input-group-addon {
    margin-right: 0.125rem;
}
.input-group.date .input-group-addon > i {
    width: 1.5rem;
    height: 1.5rem;
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0.625rem;
    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%3Cmask id='mask0_233_168' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='20' height='20'%3E%3Crect width='20' height='20' fill='%23D9D9D9'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_233_168)'%3E%3Cpath d='M4.5 18C4.0875 18 3.73437 17.8507 3.44062 17.5521C3.14687 17.2535 3 16.9028 3 16.5V5.5C3 5.09722 3.14687 4.74653 3.44062 4.44792C3.73437 4.14931 4.0875 4 4.5 4H6V2H7.5V4H12.5V2H14V4H15.5C15.9125 4 16.2656 4.14931 16.5594 4.44792C16.8531 4.74653 17 5.09722 17 5.5V16.5C17 16.9028 16.8531 17.2535 16.5594 17.5521C16.2656 17.8507 15.9125 18 15.5 18H4.5ZM4.5 16.5H15.5V9H4.5V16.5ZM4.5 7.5H15.5V5.5H4.5V7.5Z' fill='%231C1B1F'/%3E%3C/g%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
}
.table,
table {
    box-shadow: 0 -0.3125rem #000;
    margin-bottom: 1.875rem;
}
@media (min-width: 1200px) {
    .table th,
    table th,
    .table td,
    table td {
        padding-left: 2.5rem;
        padding-right: 2.5rem;
    }
}
.table th:not(.cal-table th),
table th:not(.cal-table th),
.table td:not(.cal-table td),
table td:not(.cal-table td) {
    padding-left: 0;
}
.table td,
table td {
    letter-spacing: -0.02em;
    line-height: 1.125;
}
.table thead,
table thead {
    vertical-align: top;
}
.table-compare {
    margin-top: 0.3125rem;
}
@media (min-width: 992px) {
    .table-compare {
        table-layout: fixed;
    }
}
.table-compare strong {
    display: block;
    margin-bottom: 0.625rem;
}
.table-compare th,
.table-compare td {
    min-width: 16.25rem;
}
@media (min-width: 768px) {
    .table-compare th,
    .table-compare td {
        min-width: 26.25rem;
    }
}
@media (min-width: 992px) {
    .table-compare th,
    .table-compare td {
        min-width: auto;
    }
}
.table-compare tr:last-child td {
    border-bottom: 0;
    padding-top: 1.875rem;
    padding-bottom: 0;
}
@media (min-width: 1200px) {
    .table-compare tr:last-child td {
        padding-top: 3.125rem;
    }
}
.table-compare th {
    border-bottom-width: 0.3125rem;
}
@media (min-width: 1200px) {
    .table-compare th {
        padding-top: 3.75rem;
        padding-bottom: 3.125rem;
    }
}
@media (max-width: 1199.98px) {
    .table-compare td {
        font-size: 0.875rem;
    }
}
@media (min-width: 1200px) {
    .table-compare td {
        padding-bottom: 3.125rem;
    }
}
.table-compare .btn {
    width: 100%;
    margin: 0.25rem;
}
.table-compare .btn-text-symbol.btn.right .material-symbols-outlined {
    right: auto;
    margin-left: 0.375rem;
}
.table-fees {
    border-top: 0;
    margin-bottom: 0;
}
@media (min-width: 992px) {
    .table-fees {
        table-layout: fixed;
    }
}
.table-fees th,
.table-fees td {
    min-width: 16.25rem;
}
@media (min-width: 992px) {
    .table-fees th,
    .table-fees td {
        min-width: none;
    }
}
.table-fees thead th {
    border-bottom-width: 0.3125rem;
}
.table-fees td {
    border: 0;
}
@media (min-width: 1200px) {
    .table-fees td {
        font-size: 1.25rem;
    }
}
@media (max-width: 767.98px) {
    table:not(.table-compare):not(.table-responsive):not(.cal-table) {
        display: block;
        width: 100%;
        box-sizing: border-box;
    }
    table:not(.table-compare):not(.table-responsive):not(.cal-table) thead,
    table:not(.table-compare):not(.table-responsive):not(.cal-table) tbody,
    table:not(.table-compare):not(.table-responsive):not(.cal-table) th,
    table:not(.table-compare):not(.table-responsive):not(.cal-table) td,
    table:not(.table-compare):not(.table-responsive):not(.cal-table) tr {
        display: block;
        width: 100%;
        box-sizing: border-box;
    }
    table:not(.table-compare):not(.table-responsive):not(.cal-table) thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }
    table:not(.table-compare):not(.table-responsive):not(.cal-table) th {
        border-bottom: none;
        padding-bottom: 0;
    }
    table:not(.table-compare):not(.table-responsive):not(.cal-table) th ~ td:before {
        display: none;
    }
    table:not(.table-compare):not(.table-responsive):not(.cal-table) td {
        border-bottom: 0;
    }
    table:not(.table-compare):not(.table-responsive):not(.cal-table) td:not(:last-child) {
        padding-bottom: 0;
    }
    table:not(.table-compare):not(.table-responsive):not(.cal-table) td:before {
        display: block;
        font-weight: 700;
        margin-bottom: 0.3125rem;
        content: attr(data-th);
    }
    table:not(.table-compare):not(.table-responsive):not(.cal-table) tr {
        border-bottom: 1px solid #000;
    }
}
@font-face {
    font-family: Avenir Next LT;
    font-weight: 700;
    font-style: normal;
    src: url(/media/rotman/site-assets/fonts/54a73ecc-af4b-4a5d-bc62-308e0fb53d83.e02a9e9c.woff2) format("woff2"), url(/media/rotman/site-assets/fonts/1cc134d7-e443-4d5b-887d-09e2af0aa119.73b8574a.woff) format("woff");
}
@font-face {
    font-family: Avenir Next LT;
    font-weight: 700;
    font-style: italic;
    src: url(/media/rotman/site-assets/fonts/d0ff46ba-0e7c-45ac-af9c-6b7463a951f8.3fae8205.woff2) format("woff2"), url(/media/rotman/site-assets/fonts/d145a6dc-0b23-4226-87d5-ebbdc1810013.4f155b55.woff) format("woff");
}
@font-face {
    font-family: Avenir Next LT;
    font-weight: 400;
    font-style: normal;
    src: url(/media/rotman/site-assets/fonts/146f526d-792d-4257-ba12-0fb6fbb8e31e.3e8bde59.woff2) format("woff2"), url(/media/rotman/site-assets/fonts/2a1d06fe-73d7-4df1-9d59-5227c3c01d03.638f1d4b.woff) format("woff");
}
@font-face {
    font-family: Avenir Next LT;
    font-weight: 400;
    font-style: italic;
    src: url(/media/rotman/site-assets/fonts/0f80ea09-8707-444b-a376-ed344302f2d9.f4cf7024.woff2) format("woff2"), url(/media/rotman/site-assets/fonts/02a418e2-04df-4d9a-be95-5d6a2851fe40.346aeda9.woff) format("woff");
}
@font-face {
    font-family: Avenir Next LT;
    font-weight: 500;
    font-style: normal;
    src: url(/media/rotman/site-assets/fonts/9548fa3a-05c3-47ef-a6d5-f2f6fef54f84.f8a90647.woff2) format("woff2"), url(/media/rotman/site-assets/fonts/7667f1c1-c3ca-4520-aead-66f9d93d55a0.749b11af.woff) format("woff");
}
@font-face {
    font-family: Avenir Next LT;
    font-weight: 500;
    font-style: italic;
    src: url(/media/rotman/site-assets/fonts/1693592c-79e4-40a9-8a65-c06202b32b70.770852b4.woff2) format("woff2"), url(/media/rotman/site-assets/fonts/d223f61f-151c-47b9-80e9-52d6105a3366.b1624b10.woff) format("woff");
}
@font-face {
    font-family: Material Symbols Fill;
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/materialsymbolsoutlined/v129/kJF4BvYX7BgnkSrUwT8OhrdQw4oELdPIeeII9v6oDMzByHX9rA6RzazHD_dY40KH8nGzv3fzHVJU22ZZLsYEpzC_1veq5Y0J1Llf.woff2) format("woff2");
}
h1,
.h1 {
    line-height: 1.05;
    letter-spacing: -0.02em;
}
h2,
.h2 {
    letter-spacing: -0.02em;
}
h3,
.h3,
.search-filters__title {
    line-height: 1.13;
    letter-spacing: -0.02em;
}
h4,
.h4 {
    line-height: 1.44;
    letter-spacing: -0.02em;
}
@media (min-width: 1200px) {
    h4,
    .h4 {
        font-size: 1.125rem;
    }
}
h5,
.h5 {
    line-height: 1.66;
    text-transform: uppercase;
}
h5,
.h5 {
    line-height: 1.66;
}
.display-1 {
    line-height: 0.97;
    letter-spacing: -0.09em;
}
.display-2 {
    line-height: 0.9;
    letter-spacing: -0.09em;
}
.display-3 {
    letter-spacing: -0.04em;
}
@media (min-width: 1200px) {
    .display-3 {
        margin-bottom: 1.875rem;
    }
}
.display-3:before {
    content: "";
    display: block;
    width: 2.5rem;
    height: 0.1875rem;
    margin-bottom: 1.25rem;
    background-color: #000;
}
@media (min-width: 1200px) {
    .display-3:before {
        width: 3.75rem;
        height: 0.3125rem;
        margin-bottom: 1.875rem;
    }
}
.display-4 {
    line-height: 1.2;
    letter-spacing: -0.02em;
}
.display-5 {
    line-height: 1.15;
    letter-spacing: -0.02em;
}
.display-6 {
    line-height: 1.125;
    letter-spacing: -0.02em;
    font-weight: 500;
}
p,
ul,
ol,
table,
dl,
.form-control,
.site-search .studio-widget-search-input,
#searchoptions-generic #search-field input,
input[type="file"],
.form-select,
select.form-control,
.form-check-label,
.form-radio-label {
    letter-spacing: -0.02em;
}
ul {
    list-style: square;
    margin-bottom: 1.875rem;
}
ul li::marker {
    color: #e20778;
}
ol {
    margin-bottom: 1.875rem;
}
.tag {
    font-size: 0.75rem;
    text-transform: uppercase;
    text-decoration-color: #fff0;
}
.tag:hover,
.tag:hover {
    text-decoration-color: inherit;
}
.lead {
    line-height: 1.184;
}
dl {
    line-height: 1.125;
}
@media (max-width: 1199.98px) {
    dl {
        font-size: 0.875rem;
    }
}
dl dt {
    margin-bottom: 0.625rem;
}
dl dd {
    margin-bottom: 0;
}
dl div {
    margin-bottom: 1.25rem;
}
.note {
    font-size: 0.75rem;
    font-style: italic;
    letter-spacing: -0.02em;
}
.date {
    font-size: 0.75rem;
    text-transform: uppercase;
}
.banner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 13;
    background-color: transparent !important;
}
.banner__content {
    padding-top: 1.875rem;
}
@media (min-width: 1200px) {
    .banner__content {
        padding-top: 3.125rem;
    }
}
.banner__content .inner {
    display: flex;
    flex-wrap: wrap;
}
.banner__toggles {
    position: fixed;
    display: flex;
    flex-wrap: wrap;
    transition: margin 0.5s;
}
@media (max-width: 991.98px) {
    .banner__toggles {
        bottom: 1.25rem;
        right: 6.5%;
    }
}
.banner__toggles > *:not(:last-child) {
    margin-right: 0.375rem;
}
.banner__btn-toggle {
    background-color: #e20778;
    border-radius: 9999px;
    width: 3rem;
    height: 3rem;
}
.theme-bg.theme-black .banner__btn-toggle {
    background-color: #fff;
    border: 1px solid #000;
}
@media (min-width: 1200px) {
    .banner__btn-toggle {
        width: 3.5rem;
        height: 3.5rem;
    }
}
.banner__btn-toggle .material-symbols-outlined {
    color: #fff;
}
@media (min-width: 1200px) {
    .banner__btn-toggle .material-symbols-outlined {
        font-size: 1.75rem;
    }
}
.theme-bg.theme-black .banner__btn-toggle .material-symbols-outlined {
    color: #000;
}
.banner--split-white .banner__btn-toggle:focus {
    outline-color: #fff;
}
.banner__logo {
    margin-left: auto;
}
@media (max-width: 1199.98px) {
    .banner__logo svg {
        width: 8.75rem;
        height: 3.1875rem;
    }
}
@media (max-width: 23.4375rem) {
    .banner__logo svg {
        width: 7.5rem;
        height: 2.75rem;
    }
}
.site-footer {
    margin-top: -0.125rem;
}
.site-footer__inner {
    border-top: 0.125rem solid #000;
}
.site-footer__breadcrumbs {
    border-bottom: 0.125rem solid #000;
}
.site-footer__content {
    position: relative;
}
@media (max-width: 991.98px) {
    .site-footer__content p,
    .site-footer__content ul {
        font-size: 0.875rem;
    }
}
.site-footer__content h2,
.site-footer__content .h2 {
    font-size: 0.75rem;
    text-transform: uppercase;
    margin-bottom: 1.125rem;
}
.site-footer__content ul {
    padding-left: 0;
    list-style: none;
    margin-bottom: 0;
}
.site-footer__content ul li:not(:last-child) {
    margin-bottom: 0.625rem;
}
.site-footer__content ul a {
    text-decoration-color: #fff0;
}
.site-footer__content ul a:hover,
.site-footer__content ul a:focus {
    text-decoration-color: inherit;
}
@media (min-width: 992px) {
    .site-footer__content .row > *:nth-child(2) {
        padding-left: 2.1875rem;
    }
}
.site-footer__content .btn-text-link {
    margin-top: 2.5rem;
}
@media (min-width: 1200px) {
    .site-footer__content .btn-text-link {
        font-size: 1rem;
    }
}
.site-footer__logo {
    position: relative;
    width: 70%;
    padding-top: 15.75%;
    margin-bottom: 1.875rem;
}
@media (min-width: 992px) {
    .site-footer__logo {
        width: 100%;
        padding-top: 22.5%;
    }
}
@media (min-width: 1200px) {
    .site-footer__logo {
        width: 17.5rem;
        height: 3.9375rem;
        padding-top: 0;
    }
}
.site-footer__logo svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
@media (max-width: 991.98px) {
    .site-footer__copy {
        margin-top: 1.875rem;
    }
}
.accordion {
    border-top: 0.125rem solid #000;
    border-bottom: 0.125rem solid #000;
}
.accordion .accordion-button {
    font-weight: 700;
    letter-spacing: -0.02em;
}
@media (min-width: 1200px) {
    .accordion .accordion-button {
        font-size: clamp(1rem, 1.389vw, 1.625rem);
    }
}
.accordion .accordion-button[aria-expanded="true"] {
    box-shadow: var(--bs-accordion-btn-focus-box-shadow);
}
@media (min-width: 1200px) {
    .accordion .accordion-button {
        padding-top: 1.75rem;
        padding-bottom: 1.75rem;
    }
}
@media (min-width: 1200px) {
    .accordion .accordion-button:after {
        width: 2.5rem;
        height: 2.5rem;
        background-size: 2.5rem 2.5rem;
    }
}
.accordion .accordion-body {
    padding-top: 1.875rem;
    padding-bottom: 3.75rem;
}
@media (min-width: 1200px) {
    .accordion .accordion-body {
        padding-top: 3.125rem;
        padding-bottom: 5rem;
    }
}
.accordion .accordion-body .h2 {
    margin-bottom: 1.25rem;
}
.accordion .accordion-body .table-responsive,
.accordion .accordion-body table {
    margin-top: 1.875rem;
    margin-bottom: 1.25rem;
}
.accordion .accordion-body p {
    max-width: 42.875rem;
}
@media (min-width: 1200px) {
    .accordion.large .accordion-button {
        font-size: clamp(1rem, 1.806vw, 2.1875rem);
    }
}
@media (min-width: 1200px) {
    .accordion.large .accordion-button {
        padding-top: 2.1875rem;
        padding-bottom: 2.1875rem;
    }
}
.js-alert-panel {
    display: none;
}
.js-alert-panel.show {
    display: block;
}
.alert-panel {
    position: relative;
    z-index: 6;
}
.no-alert .alert-panel {
    display: none;
}
.alert-panel .notice > .row {
    position: relative;
    margin-left: auto;
    margin-right: auto;
}
.alert-panel .notice > .row > * {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    padding: 2.188rem 0;
}
.alert-panel .notice-body {
    margin-left: auto;
    margin-right: auto;
    width: 87%;
    max-width: 112.5rem;
}
.alert-panel .notice {
    background-color: #e20778;
}
.alert-panel .notice a {
    color: #fff;
}
@media (max-width: 1199.98px) {
    .alert-panel .notice a {
        font-size: 0.875rem;
    }
}
.alert-panel .notice a:not(.button) {
    text-decoration-color: #fff0;
    font-weight: 700;
}
.alert-panel .notice a:not(.button):hover,
.alert-panel .notice a:not(.button):focus {
    text-decoration-color: inherit;
}
.alert-panel .button {
    background-color: #000;
    align-self: flex-start;
    margin-top: 0.9375rem;
    text-decoration-color: #fff0;
    padding: 0.875rem 1.5rem;
}
.alert-panel .button:focus,
.alert-panel .button:hover {
    text-decoration-color: inherit;
}
.alert-panel .notice.warning {
    background-color: #000;
}
.alert-panel .notice.warning .button {
    background-color: #fff;
    color: #000;
}
.alert-panel .notice.emergency {
    background-color: #dc3545;
}
.alert-panel .btn-close {
    position: absolute;
    top: 0;
    right: 0;
}
.alert-panel .btn-close:focus {
    outline-color: #fff;
}
.alert-panel .btn-close .material-symbols-outlined {
    color: #fff;
}
.audience-selector__title {
    margin-bottom: 1.25rem;
}
@media (min-width: 1200px) {
    .audience-selector__title {
        margin-bottom: 2.5rem;
    }
}
.audience-selector__fields {
    position: relative;
}
@media (min-width: 992px) {
    .audience-selector__fields {
        display: flex;
        align-items: center;
        margin-bottom: 2.5rem;
    }
}
.audience-selector__fields > span,
.audience-selector__fields .btn {
    font-size: clamp(1.5rem, 2.77vw, 3.375rem);
    font-weight: 700;
    letter-spacing: -0.03em;
    line-height: 1.16;
}
@media (max-width: 23.4375rem) {
    .audience-selector__fields > span,
    .audience-selector__fields .btn {
        font-size: 1.25rem;
    }
}
.audience-selector__fields > span {
    margin-bottom: 0.625rem;
}
@media (min-width: 992px) {
    .audience-selector__fields > span {
        margin-bottom: 0;
    }
}
@media (min-width: 992px) {
    .audience-selector__fields > span,
    .audience-selector__fields .audience-selector__dropdown {
        margin-right: 0.875rem;
    }
    .audience-selector__fields > span:last-child,
    .audience-selector__fields .audience-selector__dropdown:last-child {
        margin-right: 0;
    }
}
.audience-selector__fields > span {
    flex-shrink: 0;
    display: block;
}
.audience-selector__fields .btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    text-align: left;
    padding-right: 0.3125rem;
}
@media (min-width: 992px) {
    .audience-selector__fields .btn {
        width: auto;
    }
}
.audience-selector__fields .btn .material-symbols-outlined {
    margin-bottom: -0.625rem;
    margin-top: -0.625rem;
    font-size: 40px;
    font-variation-settings: "OPSZ" 40, "wght" 100;
}
@media (min-width: 992px) {
    .audience-selector__fields .btn .material-symbols-outlined {
        font-size: 48px;
        font-variation-settings: "OPSZ" 48, "wght" 100;
    }
}
.audience-selector__fields .btn,
.audience-selector__fields .dropdown-menu button,
.audience-selector__fields .dropdown-menu .primary-nav-breadcrumb span,
.primary-nav-breadcrumb .audience-selector__fields .dropdown-menu span {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
    padding-left: 0.875rem;
}
.audience-selector__fields .btn:hover,
.audience-selector__fields .btn:focus,
.audience-selector__fields .dropdown-menu button:hover,
.audience-selector__fields .dropdown-menu .primary-nav-breadcrumb span:hover,
.primary-nav-breadcrumb .audience-selector__fields .dropdown-menu span:hover,
.audience-selector__fields .dropdown-menu button:focus,
.audience-selector__fields .dropdown-menu .primary-nav-breadcrumb span:focus,
.primary-nav-breadcrumb .audience-selector__fields .dropdown-menu span:focus {
    text-decoration-color: #fff0;
}
.audience-selector__fields .btn-icon {
    position: absolute;
    bottom: 0;
    right: 0;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0.3s, opacity 0.3s;
    transform-origin: top;
}
@media (min-width: 992px) {
    .audience-selector__fields .btn-icon {
        right: -2.5rem;
        top: 50%;
        bottom: auto;
        transform: translateY(-50%);
    }
}
.audience-selector__fields .btn-icon.active {
    visibility: visible;
    opacity: 1;
    animation: btn-pulse 1.5s infinite;
}
.audience-selector__dropdown {
    position: relative;
    margin-bottom: 1.25rem;
    width: calc(100% - 2.8125rem);
}
@media (min-width: 992px) {
    .audience-selector__dropdown {
        margin-bottom: 0;
        width: auto;
    }
}
.audience-selector__dropdown .dropdown-menu {
    border: 0;
    top: 100% !important;
    border-top: 1px solid #000;
    width: 100%;
    max-height: 12.5rem;
    overflow-y: auto;
    overflow-x: hidden;
    transform: translateZ(0) !important;
    height: auto !important;
    inset: auto !important;
}
@media (min-width: 992px) {
    .audience-selector__dropdown .dropdown-menu {
        max-height: 18.75rem;
    }
}
.audience-selector__dropdown .dropdown-menu::-webkit-scrollbar {
    width: 0.625rem;
}
.audience-selector__dropdown .dropdown-menu::-webkit-scrollbar-track {
    background: #f1f1f1;
}
.audience-selector__dropdown .dropdown-menu::-webkit-scrollbar-thumb {
    background: #000;
}
.audience-selector__dropdown .dropdown-menu::-webkit-scrollbar-thumb:hover {
    background: #000;
}
.audience-selector__dropdown .dropdown-menu button,
.audience-selector__dropdown .dropdown-menu .primary-nav-breadcrumb span,
.primary-nav-breadcrumb .audience-selector__dropdown .dropdown-menu span {
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-decoration: none;
    background-color: #fff0;
    width: 100%;
    text-align: left;
    padding-right: 1.5rem;
    color: #000;
    font-weight: 700;
    letter-spacing: -0.02em;
    line-height: 1.16;
    font-size: clamp(1.125rem, 1.59vw, 1.875rem);
}
.audience-selector__dropdown .dropdown-menu button:hover,
.audience-selector__dropdown .dropdown-menu .primary-nav-breadcrumb span:hover,
.primary-nav-breadcrumb .audience-selector__dropdown .dropdown-menu span:hover,
.audience-selector__dropdown .dropdown-menu button:focus,
.audience-selector__dropdown .dropdown-menu .primary-nav-breadcrumb span:focus,
.primary-nav-breadcrumb .audience-selector__dropdown .dropdown-menu span:focus {
    background-color: #e20778;
    color: #fff;
}
.audience-selector__warning {
    font-size: 0.75rem;
    font-weight: 700;
    margin-bottom: 0;
    margin-top: 0.625rem;
}
@media (min-width: 992px) {
    .audience-selector__warning {
        position: absolute;
        bottom: -0.625rem;
        transform: translateY(100%);
        margin-top: 0;
    }
}
@keyframes btn-pulse {
    0% {
        transform: scale(1) translateY(-50%);
    }
    50% {
        transform: scale(1.5) translateY(-50%);
    }
    to {
        transform: scale(1) translateY(-50%);
    }
}
.beyondwords-player .beyondwords {
    opacity: 1 !important;
}
.block-text {
    display: flex;
}
.block-text:after {
    content: "";
    width: 1px;
    padding-top: 111.1111111111%;
}
@media (min-width: 768px) {
    .block-text:after {
        padding-top: 100%;
    }
}
@media (max-width: 767.98px) {
    .block-text {
        margin-left: -7.4712643678%;
        margin-right: -7.4712643678%;
        width: 114.9425287356%;
        box-sizing: border-box;
        padding-left: 7.4712643678%;
        padding-right: 7.4712643678%;
    }
}
.block-text__content {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
}
@media (min-width: 768px) {
    .block-text__content {
        padding: 2.5rem;
    }
}
@media (min-width: 1200px) {
    .block-text__content {
        padding: 4.125rem 5rem;
    }
}
@media (min-width: 1200px) {
    .block-text__title {
        margin-bottom: 1.875rem;
    }
}
.breadcrumbs {
    padding: 0.75rem 0;
}
.breadcrumbs ul {
    padding-left: 0;
    list-style: none;
    margin-bottom: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.breadcrumbs ul a {
    font-size: 0.75rem;
    text-decoration-color: #fff0;
}
.breadcrumbs ul a:hover,
.breadcrumbs ul a:focus {
    text-decoration-color: inherit;
}
.breadcrumbs ul li {
    display: flex;
    align-items: center;
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
}
.breadcrumbs ul li:first-child a {
    width: 0.8125rem;
    height: 0.75rem;
    display: inline-block;
    background-image: url("data:image/svg+xml,%3Csvg width='13' height='12' viewBox='0 0 13 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.85238 4.83313H4.7733L5.30126 2.5496H8.09471C9.17229 2.5496 9.48061 2.9269 9.48061 3.52558C9.48061 4.34566 8.95265 4.83417 7.85238 4.83417V4.83313ZM13 3.19194C13 2.3937 12.7577 1.64015 12.1421 1.01963C11.4605 0.332602 10.4922 0 8.51233 0H2.35314L0 10.3543H3.51939L4.201 7.38377H7.25843L8.9083 11.375L11.8997 10.3772L10.4695 6.91813C11.8111 6.40779 12.999 5.23329 12.999 3.19298L13 3.19194Z' fill='black'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: left center;
    text-indent: -999px;
}
.breadcrumbs ul li:not(:last-child):after {
    content: "/";
    font-size: 0.75rem;
    font-weight: 700;
    margin-right: 0.625rem;
    margin-left: 0.625rem;
}
#calendar_box #current_month {
    line-height: 1.2;
    letter-spacing: -0.02em;
    color: #000;
    font-size: 0.75rem;
    vertical-align: middle;
}
@media (min-width: 1200px) {
    #calendar_box #current_month {
        font-size: 0.875rem;
    }
}
#calendar_box #prev_month,
#calendar_box #next_month {
    position: relative;
}
#calendar_box #prev_month a,
#calendar_box #next_month a {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    display: block;
    background-repeat: no-repeat;
    width: 1.5rem;
    height: 1.5rem;
    background-position: center;
    outline-offset: -0.125rem;
}
#calendar_box #prev_month {
    text-align: left;
}
#calendar_box #prev_month a {
    left: 0;
    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%3Cmask id='mask0_233_179' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='24' height='24'%3E%3Crect width='24' height='24' fill='%23D9D9D9'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_233_179)'%3E%3Cpath d='M14 18L8 12L14 6L15.4 7.4L10.8 12L15.4 16.6L14 18Z' fill='%231C1B1F'/%3E%3C/g%3E%3C/svg%3E");
}
#calendar_box #next_month {
    text-align: right;
}
#calendar_box #next_month a {
    margin-left: auto;
    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%3Cmask id='mask0_233_188' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='24' height='24'%3E%3Crect width='24' height='24' fill='%23D9D9D9'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_233_188)'%3E%3Cpath d='M12.6 12L8 7.4L9.4 6L15.4 12L9.4 18L8 16.6L12.6 12Z' fill='%231C1B1F'/%3E%3C/g%3E%3C/svg%3E");
}
#calendar_box .table-wrap {
    width: 100%;
    overflow-x: auto;
    padding: 0.25rem;
}
#calendar_box table {
    width: 100%;
    text-align: center;
    border-top: 0;
    margin-bottom: 0;
}
#calendar_box table tr th,
#calendar_box table tr td {
    width: 14.2857142857%;
    padding: 0.5rem 0;
    border: 0;
}
#calendar_box table tr td,
#calendar_box table tr td.hasEvents a {
    font-size: 0.75rem;
}
@media (min-width: 1200px) {
    #calendar_box table tr td,
    #calendar_box table tr td.hasEvents a {
        font-size: 0.875rem;
    }
}
#calendar_box .calendar-dayhead th {
    line-height: 1;
    padding: 1rem 0 0.625rem;
    border-top: 2px solid #000;
    font-size: 0.75rem;
}
@media (min-width: 1200px) {
    #calendar_box .calendar-dayhead th {
        font-size: 0.875rem;
    }
}
#calendar_box td.fillday {
    color: #000;
}
#calendar_box table tr td.hasEvents a {
    text-decoration-thickness: 0.125rem;
}
#calendar_box table tr td.today {
    background-color: #000;
    color: #fff;
}
#calendar_box table tr td.today span {
    background-color: #000;
}
#calendar_box table tr td.today a {
    color: #fff;
}
.card-block {
    position: relative;
    padding-top: 83%;
}
.card-block.shallow {
    padding-top: 56.25%;
}
.card-block.tall {
    padding-top: 140%;
}
.card-block.tall-2 {
    padding-top: 178%;
}
.card-block--text-height {
    display: flex;
    padding-top: 0;
}
.card-block--text-height:after {
    content: "";
    width: 1px;
    padding-top: 64.25%;
}
.card-block--text-height .card-block__text {
    position: static;
    margin-top: auto;
}
.card-block--text-height .card-block__title {
    max-width: 21.875rem;
}
.card-block--feature:after {
    content: "";
    width: 1px;
    padding-top: 72%;
}
@media (min-width: 1200px) {
    .card-block--feature .card-block__text {
        padding: 1.875rem;
    }
}
.card-block--feature .card-block__title {
    max-width: 33.75rem;
}
.card-block__text {
    padding: 1.25rem;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
}
.card-block__title {
    margin-bottom: 0;
    margin-top: auto;
}
.card-block__title:not(.h3):not(.search-filters__title):not(.h4):not(.display-5) {
    font-size: clamp(0.75rem, 1.389vw, 1.625rem);
}
.card-block__title.small {
    font-size: 0.75rem;
}
@media (min-width: 768px) {
    .card-block__title.small {
        font-size: 0.875rem;
    }
}
@media (min-width: 1200px) {
    .card-block__title.small {
        font-size: 1rem;
    }
}
@media (max-width: 767.98px) {
    .card-block__title.h4 {
        font-size: 0.875rem;
    }
}
@media (min-width: 120rem) {
    .card-block__title.h4 {
        font-size: 1.25rem;
    }
}
.card-block__title.h4,
.card-block__title.display-5 {
    line-height: 1.22;
    margin-bottom: 0.9375rem;
}
@media (min-width: 1200px) {
    .card-block__title.h4,
    .card-block__title.display-5 {
        margin-bottom: 1.25rem;
    }
}
.card-block__title.h4 a:after,
.card-block__title.display-5 a:after {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    background: #fff0;
}
.card-block .btn-text-link {
    margin-top: auto;
}
.card-block__btn {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-decoration: none;
    background-color: #fff0;
    transition: opacity 0.35s ease-in-out;
}
.card-block__btn.js-btn-play-in {
    opacity: 0;
}
.card-block__btn.is-ready {
    opacity: 1;
}
.card-block__btn:focus {
    outline: 0;
}
.card-block__btn:focus .btn-icon {
    outline: 0.125rem dotted #fff;
}
.card-block .btn-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.card-block a {
    text-decoration-color: #fff0;
}
.card-block a:hover,
.card-block a:focus {
    text-decoration-color: inherit;
}
.card-block__image,
.card-block__video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin-bottom: 0;
    z-index: 1;
}
.card-block__image img,
.card-block__image video,
.card-block__image iframe,
.card-block__video img,
.card-block__video video,
.card-block__video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: 1;
}
.card-block__image.outline:before,
.card-block__video.outline:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    outline: 2px dotted #000;
    outline-offset: 2px;
    z-index: -1;
}
.card-block__image:before,
.card-block__video:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-color: #0000001a;
}
.card-block__image:after,
.card-block__video:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: linear-gradient(25deg, rgb(0 0 0 / 0.9) 0%, #fff0 80%);
}
.card-block__image.hidden,
.card-block__video.hidden {
    z-index: -1;
}
.card-block__video--behind {
    z-index: 2;
    background-color: #000;
}
.card-block__video--behind:before,
.card-block__video--behind:after {
    content: none;
}
.card-block__video--behind video {
    -o-object-fit: contain;
    object-fit: contain;
}
.card-block figcaption {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 1.25rem;
    z-index: 3;
    color: #fff;
    font-size: 0.75rem;
    font-weight: 700;
}
@media (min-width: 1200px) {
    .card-block figcaption {
        padding: 1.875rem;
        font-size: 1rem;
    }
}
.card-block__details {
    display: flex;
    flex-wrap: wrap;
}
.card-block__details > *:not(:last-child) {
    margin-right: 1.25rem;
}
.card-block__details a {
    position: relative;
    z-index: 2;
}
.card-block .btn-transcript {
    position: absolute;
    top: 0;
    right: 0;
    left: auto;
    transform: none;
    z-index: 3;
    margin: 0.25rem;
}
.card-block .btn-transcript:before {
    content: "";
    width: 1.25rem;
    height: 1.25rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #000;
    opacity: 0.2;
    filter: blur(10px);
    z-index: 1;
}
.card-block .btn-transcript .material-symbols-outlined {
    z-index: 2;
    position: relative;
}
.card-block .btn-close {
    display: none;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    right: auto;
    transform: none;
    z-index: 3;
    margin: 0.25rem;
    background: #fff;
    text-decoration: none;
}
.card-block .btn-close.active {
    display: flex;
}
.card-block .btn-close:hover,
.card-block .btn-close:active {
    text-decoration: none;
}
.card-block .btn-close > .material-symbols-outlined {
    z-index: 2;
    position: relative;
    color: #000;
}
.card-banner-carousel .swiper-button-group {
    margin-bottom: 1.25rem;
    margin-top: -2.5rem;
}
@media (min-width: 1200px) {
    .card-banner-carousel .swiper-button-group {
        top: -5rem;
        margin-bottom: 0;
        position: relative;
    }
}
.card-banner-carousel .js-pause-motion {
    margin-top: 2.5rem;
    margin-bottom: 0.25rem;
}
@media (min-width: 1200px) {
    .card-banner-carousel .js-pause-motion {
        margin-top: 3.125rem;
    }
}
.card-carousel {
    padding-bottom: 0.3125rem;
}
@media (min-width: 992px) {
    .card-carousel {
        padding-top: 4.375rem;
        margin-top: 2.5rem;
    }
}
.card-carousel .swiper-button-group {
    height: 2.5rem;
    margin-bottom: 1.25rem;
}
@media (min-width: 992px) {
    .card-carousel .swiper-button-group {
        margin-top: -4.375rem;
        margin-bottom: 1.875rem;
        position: relative;
    }
}
.card-carousel__header {
    position: relative;
    background-color: #fff;
    z-index: 2;
}
@media (max-width: 991.98px) {
    .card-carousel__header {
        margin-bottom: 1.25rem;
    }
}
.bg-black .card-carousel__header {
    background-color: #000;
}
.bg-pink .card-carousel__header {
    background-color: #e20778;
}
.bg-lime .card-carousel__header {
    background-color: #b6cd2d;
}
.bg-cyan .card-carousel__header {
    background-color: #41c3dc;
}
@media (min-width: 1200px) {
    .card-carousel__header {
        width: 36.333%;
    }
}
@media (max-width: 991.98px) {
    .card-carousel__title {
        width: 70%;
    }
}
@media (min-width: 992px) {
    .card-carousel__title {
        font-size: 3.819vw;
    }
}
@media (min-width: 1200px) {
    .card-carousel__title {
        width: 98%;
        font-size: 4.514vw;
    }
}
@media (min-width: 2060px) {
    .card-carousel__title {
        font-size: 5.625rem;
    }
}
.card-carousel__title:last-child {
    margin-bottom: 0;
}
@media (min-width: 1200px) {
    .card-carousel__carousel {
        width: 63.666667%;
    }
}
.card-carousel_carousel {
    position: relative;
    z-index: 1;
}
.card-feature-large {
    position: relative;
}
@media (min-width: 992px) {
    .card-feature-large {
        display: flex;
        flex-wrap: wrap;
    }
}
.card-feature-large__inner {
    display: flex;
}
@media (max-width: 991.98px) {
    .card-feature-large__inner:after {
        content: "";
        width: 1px;
        padding-top: 87.0833333333%;
    }
}
@media (min-width: 768px) and (max-width: 991.98px) {
    .card-feature-large__inner:after {
        padding-top: 60%;
    }
}
.card-feature-large__text {
    padding: 1.875rem 0;
    display: flex;
    flex-direction: column;
}
@media (min-width: 992px) {
    .card-feature-large__text {
        width: 50%;
    }
}
@media (min-width: 1200px) {
    .card-feature-large__text {
        padding: 3.75rem 0;
    }
}
.card-feature-large__tag {
    display: block;
    margin-bottom: 1.875rem;
}
@media (min-width: 1200px) {
    .card-feature-large__tag {
        margin-bottom: 3.75rem;
    }
}
.card-feature-large__title {
    width: clamp(17.25rem, 29.167vw, 37.5rem);
    line-height: 1.16;
}
.card-feature-large__title a {
    text-decoration-color: #fff0;
}
.card-feature-large__title a:after {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    background: #fff0;
}
.card-feature-large__title a:hover,
.card-feature-large__title a:focus {
    text-decoration-color: inherit;
}
.card-feature-large__details {
    margin-top: auto;
    display: flex;
}
.card-feature-large__details .btn-icon {
    align-self: flex-end;
    position: relative;
    z-index: 2;
    margin-bottom: -0.5rem;
    margin-left: 0.625rem;
}
.card-feature-large__image {
    position: relative;
    padding-top: 87.0833333333%;
    margin-bottom: 0;
}
@media (min-width: 992px) {
    .card-feature-large__image {
        width: 50%;
        padding-top: 43.5416666667%;
        margin-left: -50%;
    }
}
@media (min-width: 768px) and (max-width: 991.98px) {
    .card-feature-large__image {
        padding-top: 60%;
    }
}
.card-feature-large__image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: 1;
}
.card-feature-large__image:after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(345deg, rgb(0 0 0 / 0.7) 0%, #fff0 50%);
    z-index: 2;
}
.card-feature-large .swiper-pagination-bullet {
    background-color: #fff;
}
.card-feature-large .swiper-pagination-bullet-active {
    background-color: #fff0;
    border: 1px solid #fff;
}
.card-feature-large-carousel .swiper-horizontal > .swiper-pagination-bullets,
.card-feature-large-carousel .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: 1.875rem;
    left: auto;
    width: auto;
    right: 6.5%;
}
@media (min-width: 992px) {
    .card-feature-large-carousel .swiper-horizontal > .swiper-pagination-bullets,
    .card-feature-large-carousel .swiper-pagination-bullets.swiper-pagination-horizontal {
        width: auto;
    }
}
@media (min-width: 1200px) {
    .card-feature-large-carousel .swiper-horizontal > .swiper-pagination-bullets,
    .card-feature-large-carousel .swiper-pagination-bullets.swiper-pagination-horizontal {
        bottom: 3.75rem;
    }
}
.card-feature-large-carousel .swiper-pagination-bullet {
    background-color: #fff;
}
.card-feature-large-carousel .swiper-pagination-bullet:focus {
    outline-color: #fff;
}
.card-feature-large-carousel .swiper-pagination-bullet-active {
    background-color: #fff0;
    border: 1px solid #fff;
}
.card-feature {
    position: relative;
    padding: 1.875rem;
    display: flex;
    flex-direction: column;
}
@media (max-width: 991.98px) {
    .card-feature {
        margin-left: -7.4712643678%;
        margin-right: -7.4712643678%;
        width: 114.9425287356%;
        box-sizing: border-box;
        padding-left: 7.4712643678%;
        padding-right: 7.4712643678%;
    }
}
@media (min-width: 1200px) {
    .card-feature {
        padding: 2.5rem 2.5rem 3.75rem;
    }
}
.card-feature__tag {
    position: absolute;
    order: 1;
    z-index: 2;
    width: 50%;
}
.card-feature__text {
    order: 3;
    z-index: 1;
}
@media (min-width: 1200px) {
    .card-feature__text {
        margin-right: 3.75rem;
    }
}
.card-feature__image {
    position: relative;
    width: 36%;
    padding-top: 31.8584070796%;
    order: 2;
    margin-left: auto;
    margin-bottom: 3.125rem;
}
@media (min-width: 1200px) {
    .card-feature__image {
        margin-bottom: 4.375rem;
        width: 43%;
        padding-top: 38.0530973451%;
    }
}
.card-feature__image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.card-feature__title {
    margin-bottom: 0;
    width: clamp(17.25rem, 29.167vw, 37.5rem);
    font-size: clamp(1.5rem, 2.5vw, 3rem);
    line-height: 1.16;
}
.card-feature__title a {
    text-decoration-color: #fff0;
}
.card-feature__title a:after {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    background: #fff0;
}
.card-feature__title a:hover,
.card-feature__title a:focus {
    text-decoration-color: inherit;
}
.card-feature__dl {
    font-weight: 700;
    margin-top: 1.25rem;
}
@media (min-width: 1200px) {
    .card-feature__dl {
        margin-top: 1.625rem;
    }
}
.card-feature__details {
    display: flex;
}
.card-feature__details .btn-icon {
    align-self: flex-end;
    position: relative;
    z-index: 2;
    margin-bottom: -0.5rem;
    margin-left: 0.625rem;
}
.card-feature-carousel .swiper-horizontal > .swiper-pagination-bullets,
.card-feature-carousel .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: 1.875rem;
}
@media (min-width: 992px) {
    .card-feature-carousel .swiper-horizontal > .swiper-pagination-bullets,
    .card-feature-carousel .swiper-pagination-bullets.swiper-pagination-horizontal {
        bottom: 1.875rem;
        right: 2.5rem;
        left: auto;
        width: auto;
    }
}
@media (min-width: 1200px) {
    .card-feature-carousel .swiper-horizontal > .swiper-pagination-bullets,
    .card-feature-carousel .swiper-pagination-bullets.swiper-pagination-horizontal {
        bottom: 3.75rem;
    }
}
@media (max-width: 991.98px) {
    .card-feature-carousel .card-feature {
        padding-bottom: 5rem;
    }
}
.card-icon {
    position: relative;
    display: flex;
    flex-direction: column-reverse;
}
@media (min-width: 992px) {
    .card-icon__text {
        width: 80%;
    }
}
.card-icon__text p:last-child {
    margin-bottom: 0;
}
.card-icon__text a {
    text-decoration-color: #fff0;
}
.card-icon__text a:hover,
.card-icon__text a:focus {
    text-decoration-color: inherit;
}
.card-icon__text a:after {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    background: #fff0;
}
.card-icon__icon {
    position: relative;
    width: 5rem;
    height: 5rem;
    border-radius: 9999px;
    background-color: #e20778;
    margin-bottom: 1.25rem;
}
@media (min-width: 120rem) {
    .card-icon__icon {
        width: 6.25rem;
        height: 6.25rem;
    }
}
.card-icon__icon-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.card-icon__icon-wrapper img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 2.625rem;
    max-height: 2.625rem;
    filter: invert(100%);
}
@media (min-width: 120rem) {
    .card-icon__icon-wrapper img {
        max-width: 3.5rem;
        max-height: 3.5rem;
    }
}
.card-people {
    position: relative;
    display: flex;
    flex-direction: column-reverse;
}
.card-people__title {
    margin-bottom: 0;
}
.card-people__title a {
    text-decoration-color: #fff0;
}
.card-people__title a:after {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    background: #fff0;
}
.card-people__title a:hover,
.card-people__title a:focus {
    text-decoration-color: inherit;
}
.card-people__role {
    display: block;
    margin-top: 0.625rem;
    letter-spacing: -0.02em;
}
@media (max-width: 1199.98px) {
    .card-people__role {
        font-size: 0.875rem;
        line-height: 1.3;
    }
}
@media (min-width: 1200px) {
    .card-people__role {
        margin-top: 1.25rem;
    }
}
.card-people__tags {
    margin-top: 0.625rem;
}
.card-people__tags a {
    position: relative;
    z-index: 2;
}
.card-people__image {
    position: relative;
    padding-top: 100%;
    margin-bottom: 1.25rem;
}
@media (min-width: 1200px) {
    .card-people__image {
        margin-bottom: 1.625rem;
    }
}
.card-people__image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.card-program {
    position: relative;
    display: flex;
    flex-direction: column-reverse;
}
@media (min-width: 768px) {
    .card-program {
        height: 100%;
        justify-content: flex-end;
    }
}
@media (max-width: 767.98px) {
    .card-program:before {
        display: none;
    }
}
@media (min-width: 768px) {
    .card-program:before {
        content: "";
        position: absolute;
        top: calc(-2.5rem / 1.5);
        right: calc(-2.5rem / 1.5);
        bottom: 0;
        left: calc(-2.5rem / 1.5);
        background-color: #fff;
        border: 2px solid #000;
        border-bottom: 0;
        opacity: 0;
        box-shadow: 0 0 20px #00000026;
    }
}
@media (min-width: 992px) {
    .card-program:before {
        top: -2.5rem;
        right: -2.5rem;
        left: -2.5rem;
    }
}
.card-program__title {
    margin-bottom: 1.25rem;
    margin-right: 0.625rem;
    z-index: 1;
}
.card-program__title a {
    text-decoration-color: #fff0;
}
.card-program__title a:after {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    background: #fff0;
}
.card-program__title a:hover,
.card-program__title a:focus {
    text-decoration-color: inherit;
}
.card-program__title a .material-symbols-outlined {
    position: absolute;
    margin-left: 0.3125rem;
}
.card-program__title.large {
    font-size: clamp(1.375rem, 2.5vw, 3rem);
}
@media (min-width: 768px) {
    .card-program__content {
        height: 100%;
        display: flex;
        flex-direction: column;
    }
    .active .card-program__content {
        display: block;
    }
}
.card-program__header {
    display: flex;
    justify-content: space-between;
}
.card-program__toggle {
    z-index: 2;
    flex-shrink: 0;
    margin-top: -0.625rem;
    transform-origin: center;
    transform: rotate(0);
}
@media (min-width: 992px) {
    .card-program__toggle {
        margin-top: -0.5rem;
    }
}
.active .card-program__toggle {
    transform: rotate(135deg);
}
.card-program__toggle .material-symbols-outlined {
    color: #e20778;
}
@media (min-width: 768px) {
    .card-program__detail {
        position: absolute;
        width: 100%;
        background-color: #fff;
        z-index: 3;
    }
}
@media (max-width: 767.98px) {
    .card-program__detail:before {
        display: none;
    }
}
@media (min-width: 768px) {
    .card-program__detail:before {
        content: "";
        position: absolute;
        top: 0;
        right: calc(-2.5rem / 1.5);
        bottom: calc(-2.5rem / 1.5);
        left: calc(-2.5rem / 1.5);
        background-color: #fff;
        border: 2px solid #000;
        border-top: 0;
        opacity: 0;
        box-shadow: 0 20px 20px #00000026;
    }
}
@media (min-width: 768px) and (min-width: 992px) {
    .card-program__detail:before {
        right: -2.5rem;
        bottom: -2.5rem;
        left: -2.5rem;
    }
}
@media (min-width: 768px) {
    .active .card-program__detail:before {
        opacity: 1;
    }
}
.card-program__desc {
    margin-bottom: 0;
    position: relative;
}
.card-program dl {
    margin-top: 1.875rem;
    padding-top: 1.875rem;
    margin-bottom: 0;
    border-top: 2px solid #000;
    position: relative;
}
@media (max-width: 767.98px) {
    .card-program .btn-text-link {
        display: inline-block;
        margin-bottom: 1.875rem;
    }
}
.card-program__image {
    position: relative;
    padding-top: 83%;
    background-color: #000;
    margin-bottom: 1.875rem;
}
.card-program__image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
@media (min-width: 768px) {
    .card-program__footer {
        margin-top: auto;
    }
}
.card-program__summary {
    margin-bottom: 0.9375rem;
}
.active .card-program__summary {
    display: none;
}
.card-program .btn-compare {
    position: relative;
    padding-top: 1.125rem;
    z-index: 2;
    border-top: 2px solid #000;
}
@media (min-width: 768px) {
    .card-program .btn-compare {
        margin-top: auto;
    }
}
@media (min-width: 768px) {
    .card-program.active {
        z-index: 13;
    }
    .card-program.active:before {
        opacity: 1;
    }
}
.card-program .collapsing {
    transition: none;
    display: none;
}
.card-split {
    position: relative;
    display: flex;
}
@media (max-width: 991.98px) {
    .card-split {
        flex-direction: column-reverse;
    }
}
@media (min-width: 992px) {
    .card-split {
        display: flex;
    }
}
@media (min-width: 992px) {
    .card-split__text {
        width: 57.1428571429%;
        padding-right: 1.25rem;
    }
}
.card-split__title {
    font-size: clamp(1.125rem, 1.8vw, 2.125rem);
    margin-bottom: 0;
}
.card-split__title a {
    text-decoration-color: #fff0;
}
.card-split__title a:hover,
.card-split__title a:focus {
    text-decoration-color: inherit;
}
.card-split__title a:after {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    background: #fff0;
}
@media (max-width: 991.98px) {
    .card-split__desc {
        display: none;
    }
}
@media (min-width: 992px) {
    .card-split__desc {
        max-width: 25.3125rem;
        margin-top: 0.9375rem;
        margin-bottom: 0;
        font-size: 0.875rem;
        line-height: 1.5;
    }
}
@media (min-width: 1200px) {
    .card-split__desc {
        margin-top: 1.25rem;
        font-size: 1rem;
    }
}
.card-split__details {
    display: flex;
    flex-wrap: wrap;
    margin-top: 0.625rem;
}
.card-split__details > *:not(:last-child) {
    margin-right: 1.25rem;
}
.card-split__details a {
    position: relative;
    z-index: 2;
}
@media (min-width: 1200px) {
    .card-split__details {
        margin-top: 1.25rem;
    }
}
.card-split__image-wrapper {
    margin-bottom: 0.9375rem;
}
@media (min-width: 992px) {
    .card-split__image-wrapper {
        width: 42.8571428571%;
        padding-left: 1.25rem;
        margin-bottom: 0;
    }
}
.card-split__image {
    position: relative;
    padding-top: 58%;
}
.card-split__image.square {
    padding-top: 88%;
}
.card-split__image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
@media (min-width: 992px) {
    .card-split-group > *:not(:last-child) > * {
        padding-bottom: 2.5rem;
        border-bottom: 0.125rem solid #000;
    }
}
@media (min-width: 1200px) {
    .card-split-group > *:not(:last-child) > * {
        padding-bottom: 3.75rem;
    }
}
.card-stat {
    display: flex;
}
.card-stat:after {
    content: "";
    width: 1px;
    padding-top: 83%;
}
.card-stat__content {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 1.25rem;
}
.card-stat__text {
    margin-bottom: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
}
.card-stat__highlight {
    display: flex;
    align-items: center;
    width: 100%;
    margin-bottom: 1.25rem;
    font-variant-numeric: oldstyle-nums;
    word-break: break-all;
}
.card-stat__highlight.has-10-characters {
    font-size: clamp(1.938rem, 3.063vw, 4.313rem);
}
.card-stat__highlight.has-9-characters {
    font-size: clamp(2.125rem, 3.25vw, 4.5rem);
}
.card-stat__highlight.has-8-characters {
    font-size: clamp(2.313rem, 3.438vw, 4.688rem);
}
.card-stat__highlight.has-7-characters {
    font-size: clamp(2.813rem, 4.125vw, 5.875rem);
}
.card-stat__highlight.has-6-characters {
    font-size: clamp(3rem, 4.375vw, 6.5rem);
}
.card-stat__highlight.has-5-characters {
    font-size: clamp(4.063rem, 6.25vw, 7.5rem);
}
.card-stat__highlight sup {
    font-size: clamp(1.5625rem, 2.083vw, 2.5rem);
}
.card-stat__highlight sup:first-child {
    margin-right: 0.625rem;
}
.card-stat__highlight sup:last-child {
    margin-left: 0.625rem;
}
.card-stat__desc {
    display: block;
    width: 90%;
    font-size: 0.875rem;
    font-weight: 700;
    line-height: 1.22;
    letter-spacing: -0.02em;
    margin-top: auto;
}
@media (min-width: 1200px) {
    .card-stat__desc {
        font-size: 1.125rem;
    }
}
@media (min-width: 120rem) {
    .card-stat__desc {
        font-size: 1.5rem;
    }
}
.card-stat__credit {
    display: block;
    margin-top: 0.3125rem;
    width: 80%;
    font-size: 0.75rem;
    font-style: italic;
    letter-spacing: -0.02em;
    line-height: 1.333;
}
.card-stat__credit-inline {
    display: inline;
}
.card-testimonial {
    display: flex;
}
.card-testimonial:after {
    content: "";
    width: 1px;
    padding-top: 83%;
}
.card-testimonial__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 3.125rem 2.375rem;
}
@media (min-width: 1200px) {
    .card-testimonial__content {
        padding-left: 4.5625rem;
        padding-right: 4.5625rem;
    }
}
.card-testimonial blockquote {
    margin-bottom: 0;
}
.card-testimonial blockquote p {
    margin-bottom: 1.25rem;
    font-size: clamp(1.375rem, 1.944vw, 2.3125rem);
    line-height: 1.07;
    font-weight: 700;
}
.card-testimonial blockquote footer {
    font-size: 0.75rem;
    line-height: 1.28;
}
@media (min-width: 1200px) {
    .card-testimonial blockquote footer {
        font-size: 0.875rem;
    }
}
.card-testimonial blockquote footer strong,
.card-testimonial blockquote footer span {
    display: block;
}
.card-testimonial blockquote footer strong {
    margin-bottom: 0.25rem;
}
.card-testimonial blockquote footer strong:last-child {
    margin-bottom: 0;
}
.card-testimonial blockquote footer span {
    margin-bottom: 1.25rem;
}
.card-testimonial blockquote footer span:last-child {
    margin-bottom: 0;
}
.card {
    position: relative;
    display: flex;
    flex-direction: column-reverse;
    height: 100%;
    justify-content: flex-end;
}
.card__text {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.card__title {
    margin-bottom: 0;
}
@media (min-width: 1200px) {
    .card__title {
        width: 85%;
    }
}
.card__title a {
    text-decoration-color: #fff0;
}
.card__title a:after {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    background: #fff0;
}
.card__title a:hover,
.card__title a:focus {
    text-decoration-color: inherit;
}
.card__title a .material-symbols-outlined {
    position: absolute;
    margin-left: 0.3125rem;
}
.card__title.large {
    font-size: clamp(1.375rem, 2.5vw, 3rem);
}
.card__desc {
    width: 90%;
    margin-top: 1.25rem;
    margin-bottom: 0;
}
@media (max-width: 1199.98px) {
    .card__desc {
        font-size: 0.875rem;
    }
}
.card__tags {
    position: relative;
    margin-top: 0.875rem;
    z-index: 2;
    height: 100%;
    display: flex;
    align-items: flex-end;
}
@media (min-width: 1200px) {
    .card__tags {
        margin-top: 1.25rem;
    }
}
.card__tags--top {
    margin-bottom: 1.25rem;
    margin-top: 0;
}
.card__details {
    position: relative;
    margin-top: 0.875rem;
    z-index: 2;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
}
.card__details > *:not(:last-child) {
    margin-right: 1.25rem;
}
.card__button {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: flex-end;
    height: 100%;
    margin-top: 1.25rem;
}
.card__button + .card__tags {
    height: auto;
}
.card__image {
    position: relative;
    padding-top: 83%;
    background-color: #000;
    margin-bottom: 1.5rem;
}
@media (min-width: 1200px) {
    .card__image {
        margin-bottom: 1.875rem;
    }
}
.card__image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.card dl {
    position: relative;
    padding-right: 2.5rem;
}
.card .btn-text-link {
    margin-top: 1.25rem;
    display: inline-block;
}
.card .btn-icon {
    position: absolute;
    bottom: -0.5rem;
    right: 0;
    z-index: 2;
}
.card .btn-icon .material-symbols-outlined {
    color: #e20778;
}
.card .card__icon {
    position: absolute;
    top: 50%;
    left: 50%;
    bottom: auto;
    right: auto;
    transform: translate(-50%, -50%);
    z-index: 0;
}
.card .card__icon .material-symbols-outlined {
    color: #fff !important;
}
.card-group > *:not(:last-child) > * {
    padding-bottom: 2.5rem;
    border-bottom: 0.125rem solid #000;
}
@media (min-width: 768px) and (max-width: 991.98px) {
    .card-group .col-md-6 > * {
        padding-bottom: 0;
        border-bottom: 0;
    }
}
.card-group .card__title {
    width: 100%;
}
.card-group .card__desc {
    max-width: 25.3125rem;
    width: 100%;
}
.course-details {
    margin: 2.5rem 0;
}
@media (min-width: 1200px) {
    .course-details {
        margin: 3.75rem 0;
    }
}
@media (min-width: 768px) {
    .course-details__options {
        display: flex;
        justify-content: space-between;
    }
}
@media (min-width: 992px) {
    .course-details__options form {
        display: flex;
    }
}
@media (min-width: 992px) {
    .course-details__options form label {
        margin-right: 1.25rem;
    }
}
@media (max-width: 1199.98px) {
    .course-details__options form label,
    .course-details__options form .form-select,
    .course-details__options form select.form-control,
    .course-details__options form .site-search select.studio-widget-search-input,
    .site-search .course-details__options form select.studio-widget-search-input {
        font-size: 0.875rem;
    }
}
.course-details__options form .form-select,
.course-details__options form select.form-control,
.course-details__options form .site-search select.studio-widget-search-input,
.site-search .course-details__options form select.studio-widget-search-input {
    width: auto;
    text-overflow: ellipsis;
    max-width: -webkit-fill-available;
}
@media (max-width: 767.98px) {
    .course-details__options .btn-compare {
        margin-top: 1.875rem;
    }
}
.course-details__details {
    margin-top: 2.5rem;
    padding-top: 2.5rem;
    border-top: 0.125rem solid #000;
}
@media (min-width: 992px) {
    .course-details__details {
        padding-top: 0;
    }
}
@media (min-width: 992px) {
    .course-details__details dl {
        display: flex;
    }
}
.course-details__details dl div {
    position: relative;
}
@media (min-width: 992px) {
    .course-details__details dl div {
        padding-top: 2.5rem;
    }
    .course-details__details dl div:before {
        content: "";
        position: absolute;
        top: 0;
        right: 1.25rem;
        width: 0.125rem;
        height: 100%;
        background-color: #000;
    }
    .course-details__details dl div:last-child:before {
        content: none;
    }
}
.course-details__details dl dd:first-of-type + dd strong {
    margin-top: 0.9375rem;
}
.course-details__details dl dt,
.course-details__details dl dd {
    margin-right: 1.25rem;
}
.course-details__details dl dd {
    margin-bottom: 0.5rem;
}
.course-details__details dl strong {
    display: block;
    font-weight: 500;
    margin-bottom: 0.3125rem;
}
.course-details__details dl ul li {
    margin-bottom: 0.9375rem;
}
@media (max-width: 991.98px) {
    .cta-block-banner__card {
        margin-bottom: 2.5rem;
    }
}
@media (min-width: 992px) {
    .cta-banner__inner {
        display: flex;
        align-items: center;
    }
}
.cta-banner__title {
    margin-bottom: 0;
}
@media (min-width: 992px) {
    .cta-banner__title {
        flex-shrink: 0;
    }
}
.cta-banner ul {
    margin-bottom: 0;
}
@media (min-width: 992px) {
    .cta-banner ul {
        position: relative;
        width: 100%;
        display: flex;
        justify-content: space-between;
        padding-left: 2.5rem;
        margin-left: 2.5rem;
    }
    .cta-banner ul:before {
        content: "";
        position: absolute;
        top: 0.5625rem;
        bottom: 0.5625rem;
        left: 0;
        width: 0.125rem;
        background-color: #000;
    }
}
.cta-banner ul li {
    margin: 0.5625rem 0;
}
@media (min-width: 992px) {
    .cta-banner ul li {
        margin-right: 1.125rem;
        flex: auto;
    }
    .cta-banner ul li:last-child {
        margin-right: 0;
    }
}
.cta-banner .btn {
    width: 100%;
    text-align: left;
}
.cta-group {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    background-color: #fff0;
    transition: opacity 0.75s cubic-bezier(0.76, 0, 0.24, 1);
}
@media (min-width: 1200px) {
    .cta-group {
        flex-direction: row;
        align-items: center;
        flex-wrap: wrap;
    }
}
.cta-group > * {
    margin-bottom: 0.9375rem;
}
.cta-group > *:last-child {
    margin-bottom: 0;
}
@media (min-width: 1200px) {
    .cta-group > * {
        margin: 1.25rem 1.875rem 0 0;
    }
}
@media (min-width: 1200px) {
    .cta-group .btn-text-link {
        font-size: 1rem;
    }
}
.cta-group.sticky {
    position: fixed;
    bottom: 0;
    padding: 0.9375rem;
    transform: translateY(-75px);
    right: 6.5%;
    margin-left: 5%;
    z-index: 6;
    background-color: #e20778;
    margin-bottom: 0;
}
@media (min-width: 1200px) {
    .cta-group.sticky {
        transform: translateY(-60px);
        padding: 0 0 1.25rem 1.25rem;
    }
}
.cta-group.sticky .btn:focus,
.cta-group.sticky button:focus,
.cta-group.sticky .primary-nav-breadcrumb span:focus,
.primary-nav-breadcrumb .cta-group.sticky span:focus,
.cta-group.sticky a:focus {
    outline-color: #fff;
}
.cta-group.sticky a:not(.btn),
.cta-group.sticky button.btn-text-link,
.cta-group.sticky .primary-nav-breadcrumb span.btn-text-link,
.primary-nav-breadcrumb .cta-group.sticky span.btn-text-link {
    color: #fff;
}
.cta-group.sticky a:not(.btn) .material-symbols-outlined,
.cta-group.sticky button.btn-text-link .material-symbols-outlined,
.cta-group.sticky .primary-nav-breadcrumb span.btn-text-link .material-symbols-outlined,
.primary-nav-breadcrumb .cta-group.sticky span.btn-text-link .material-symbols-outlined {
    color: #fff;
}
.cta-group.sticky .btn-primary {
    background-color: #000;
}
.cta-group.animating-in {
    animation-name: in;
    animation-duration: 0.75s;
    animation-timing-function: cubic-bezier(0.25, 1, 0.5, 1);
}
@media (min-width: 1200px) {
    .cta-group.animating-in {
        animation-name: in-xl;
    }
}
.cta-group.animating-out {
    opacity: 0;
}
.cta-group.animating-out-dom {
    animation-name: out-dom;
    animation-duration: 0.75s;
    animation-timing-function: cubic-bezier(0.25, 1, 0.5, 1);
}
@keyframes in {
    0% {
        transform: translateY(100%);
    }
    to {
        transform: translateY(-75px);
    }
}
@keyframes in-xl {
    0% {
        transform: translateY(100%);
    }
    to {
        transform: translateY(-60px);
    }
}
@keyframes out-dom {
    0% {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
.social .crt-widget.crt-widget-branded {
    padding-bottom: 0;
}
.social .crt-feed {
    margin-right: -0.625rem;
    margin-left: -0.625rem;
    width: calc(100% + 1.25rem);
}
@media (min-width: 1200px) {
    .social .crt-feed > div {
        width: 25% !important;
    }
}
.social .crt-widget :focus {
    outline-style: dotted;
    outline-width: 0.125rem;
    outline-offset: 0.125rem;
    outline-color: #000;
}
.social .crt-widget a:hover,
.social .crt-widget a:focus {
    text-decoration: underline;
}
.social .crt-widget .crt-post {
    position: relative;
    border: 0;
}
@media (min-width: 1200px) {
    .social .crt-widget .crt-post {
        margin-bottom: 2.5rem !important;
        margin-right: 1.25rem !important;
        margin-left: 1.25rem !important;
    }
}
.social .crt-post .crt-post-border {
    background-color: #000;
    border: 0;
}
.social .crt-post-instagram .crt-post-content {
    position: relative;
    z-index: 1;
}
.social .crt-widget .crt-post .crt-post-content-image IMG:focus {
    outline-offset: -0.125rem;
    outline-color: #fff;
}
.social .crt-post .crt-post-border {
    border: 0;
}
.social .crt-post.crt-post-has-image .crt-post-header {
    border-top: 0;
}
.social .crt-post .crt-post-header {
    position: static;
    background-color: #fff;
    margin: 0;
    padding: 1.0625rem;
    border-top: 1px solid #000;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
    z-index: 2;
}
.social .crt-post-instagram .crt-post-header {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0.625rem;
    display: flex;
    flex-direction: column;
    pointer-events: none;
    border: 0;
    background-color: #fff0;
}
.social .crt-post-instagram .crt-image-c:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgb(0 0 0 / 0.6) 0%, #fff0 40%);
}
.social .crt-image-c:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 0.15);
}
.social .crt-post .crt-post-header .crt-social-icon {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 0.25rem;
}
.social .crt-widget .crt-post-text {
    background-color: #fff;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
}
.social .crt-widget .crt-post-instagram .crt-post-text {
    display: none;
}
.social .crt-widget .crt-post-text {
    text-align: left;
    font-size: 0.75rem;
}
.social .crt-widget .crt-post-text a {
    color: #000;
    text-decoration-color: #fff0;
}
.social .crt-widget .crt-post-text a:hover,
.social .crt-widget .crt-post-text a:focus {
    text-decoration-color: inherit;
}
.social .crt-widget .crt-post-footer,
.social .crt-post.crt-has-image-carousel .crt-image .crt-image-carousel {
    display: none;
}
.social .crt-widget .crt-post-has-image .crt-social-icon {
    position: absolute;
    top: 0.625rem;
    right: 0.625rem;
}
.social .crt-widget .crt-post-has-image .crt-social-icon:focus {
    outline-color: #fff;
}
.social .crt-widget .crt-post-instagram .crt-social-icon {
    position: relative;
    pointer-events: auto;
    top: auto;
    right: auto;
}
.social .crt-widget .crt-post-has-image .crt-social-icon svg {
    color: #fff;
}
.social .crt-widget .crt-post-fullname {
    text-align: left;
    font-size: 0.75rem;
}
.social .crt-widget .crt-post-fullname a {
    color: #000;
    text-decoration-color: #fff0;
}
.social .crt-widget .crt-post-fullname a:hover,
.social .crt-widget .crt-post-fullname a:focus {
    text-decoration-color: inherit;
}
.social .crt-widget .crt-post-fullname a:focus {
    outline-offset: -0.125rem;
}
.social .crt-widget .crt-post-instagram .crt-post-fullname a {
    color: #fff;
    position: relative;
    pointer-events: auto;
    display: block;
}
.social .crt-widget .crt-post-instagram .crt-post-fullname a:focus {
    outline-color: #fff;
}
.social .crt-post-instagram .crt-post-fullname {
    margin-top: auto;
    text-align: left;
    margin-bottom: 0;
}
.social .crt-widget.crt-widget-branded .crt-logo,
.social .crt-load-more-container {
    display: none;
}
.social .crt-widget .crt-play:focus i {
    outline-style: dotted;
    outline-width: 0.125rem;
    outline-offset: 0.125rem;
    outline-color: #fff;
}
.social .crt-post:not(.crt-post-youtube) .crt-play-icon:before,
.social .crt-grid-post:not(.crt-post-youtube) .crt-play-icon:before {
    display: none;
}
.social .crt-post:not(.crt-post-youtube) .crt-play-icon,
.social .crt-grid-post:not(.crt-post-youtube) .crt-play-icon {
    border-left-color: #fff;
    border-top-width: 11px;
    border-bottom-width: 11px;
    border-left-width: 20px;
    opacity: 1;
}
.social .crt-post span[aria-label="End of post."],
.social .crt-post-youtube .crt-post-header,
.social .crt-post-youtube .crt-post-text {
    display: none;
}
.crt-popup .crt-play-icon {
    opacity: 1;
    border-top-width: 1.25rem;
    border-bottom-width: 1.25rem;
    border-left-width: 2.1875rem;
}
.crt-popup .crt-play-icon:before {
    display: none;
}
.crt-popup-wrapper .crt-popup .crt-popup-right {
    font-family: inherit;
}
.crt-popup-wrapper .crt-popup .crt-popup-footer {
    display: none;
}
.crt-popup-wrapper .crt-popup .crt-popup-read-more a.crt-button {
    border-radius: 0;
}
.crt-post-text {
    color: #000;
    text-align: left;
    padding-left: 0;
    padding-right: 0;
}
.crt-popup-wrapper .crt-popup a:hover {
    text-decoration: underline;
}
.crt-popup-wrapper .crt-popup .crt-popup-right a {
    color: #000;
    opacity: 1;
}
.crt-popup-wrapper .crt-popup .crt-popup-right a:focus {
    outline-offset: -0.125rem;
}
.crt-popup-wrapper .crt-popup .crt-popup-header .crt-social-icon:focus {
    outline: 0.125rem dotted #000;
}
.crt-post-date {
    margin-bottom: 0.625rem;
}
.crt-popup-wrapper .crt-popup .crt-previous:focus,
.crt-popup-wrapper .crt-popup .crt-next:focus {
    outline-offset: -0.125rem;
    outline-color: #fff;
}
.crt-popup-wrapper .crt-popup .crt-close svg {
    display: block;
    transform: translate(50%, 50%);
}
@media screen and (min-width: 911px) {
    .crt-popup-wrapper .crt-popup .crt-close svg {
        transform: none;
    }
}
@media (min-width: 768px) {
    .double-image-banner__content {
        display: flex;
    }
}
.double-image-banner figure {
    position: relative;
    margin-bottom: 1.25rem;
}
.double-image-banner figure:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(10deg, #000000 0%, #fff0 40%);
}
@media (min-width: 768px) {
    .double-image-banner figure:first-child {
        margin-right: 1.25rem;
    }
}
@media (min-width: 768px) {
    .double-image-banner figure:last-child {
        margin-left: 1.25rem;
    }
}
.double-image-banner img {
    width: 100%;
    display: block;
}
.double-image-banner figcaption {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 1.25rem;
    font-weight: 700;
}
@media (max-width: 1199.98px) {
    .double-image-banner figcaption {
        font-size: 0.75rem;
    }
}
@media (min-width: 1200px) {
    .double-image-banner figcaption {
        padding: 1.875rem;
    }
}
.events-calendar table {
    width: 100%;
    box-shadow: none;
    position: relative;
}
.events-calendar th {
    width: 14.2857142857%;
    text-align: center;
}
.events-calendar .calendar-box-header th {
    border: 0;
    padding-top: 0;
    padding-bottom: 0;
    vertical-align: middle;
}
.events-calendar #pbc_prev_month a,
.events-calendar #pbc_next_month a {
    display: block;
    width: 2.5rem;
    height: 2.5rem;
    background-repeat: no-repeat;
    background-position: center;
}
.events-calendar #pbc_prev_month .prev-next-link,
.events-calendar #pbc_next_month .prev-next-link {
    position: absolute;
    left: -62.5rem;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}
.events-calendar #pbc_prev_month {
    text-align: left;
}
.events-calendar #pbc_prev_month a {
    left: 0;
    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%3Cmask id='mask0_233_179' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='24' height='24'%3E%3Crect width='24' height='24' fill='%23D9D9D9'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_233_179)'%3E%3Cpath d='M14 18L8 12L14 6L15.4 7.4L10.8 12L15.4 16.6L14 18Z' fill='%231C1B1F'/%3E%3C/g%3E%3C/svg%3E");
}
.events-calendar #pbc_next_month {
    text-align: right;
}
.events-calendar #pbc_next_month a {
    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%3Cmask id='mask0_233_188' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='24' height='24'%3E%3Crect width='24' height='24' fill='%23D9D9D9'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_233_188)'%3E%3Cpath d='M12.6 12L8 7.4L9.4 6L15.4 12L9.4 18L8 16.6L12.6 12Z' fill='%231C1B1F'/%3E%3C/g%3E%3C/svg%3E");
}
@media (min-width: 1200px) {
    .events-calendar #pbc_current_month {
        font-size: 1.125rem;
    }
}
.events-calendar .calendar-dayhead th {
    font-size: 0.875rem;
    border-bottom-width: 0.125rem;
}
.events-calendar .calendar-dayrow td {
    width: 14.2857142857%;
    vertical-align: top;
    padding: 0 0.625rem 0.625rem;
}
.events-calendar .calendar-dayrow td:not(:last-child) {
    border-right: 1px solid #000;
}
.events-calendar .cal-event {
    background-color: #e20778;
    margin-top: 0.3125rem;
}
.events-calendar .cal-event a {
    display: block;
    padding: 0.5rem;
    text-decoration-color: #fff0;
    text-decoration-thickness: 1px;
    font-size: 0.75rem;
    color: #fff;
    line-height: 1.16;
}
.events-calendar .cal-event a:hover,
.events-calendar .cal-event a:focus {
    text-decoration-color: inherit;
}
.events-calendar .periodday span {
    font-size: clamp(1.375rem, 2.63vw, 3.125rem);
    font-weight: 700;
    font-variant-numeric: oldstyle-nums;
    letter-spacing: -0.09em;
}
.events-calendar .hasEvents {
    text-decoration-color: #fff0;
}
.events-calendar .hasEvents:hover,
.events-calendar .hasEvents:focus {
    text-decoration-color: inherit;
}
.events-calendar .hasMoreEvents {
    text-decoration-color: #fff0;
}
.events-calendar .hasMoreEvents:hover,
.events-calendar .hasMoreEvents:focus {
    text-decoration-color: inherit;
}
.events-calendar .hasMoreEvents span {
    font-size: 1.5rem;
    letter-spacing: 0;
}
.events-calendar .tooltip-info {
    position: absolute;
    margin-left: calc(14.2857142857% - 21px);
    margin-top: -30px;
    background-color: #fff;
    border: 1px solid #000;
    visibility: hidden;
    opacity: 0;
    z-index: 10;
    width: 15.625rem;
    padding: 1.25rem;
    font-size: 0.75rem;
    box-shadow: 0 0 21px #0000004d;
}
.events-calendar .tooltip-info:after {
    position: absolute;
    left: -8px;
    top: 10px;
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px;
    content: "";
    border-left-width: 0;
    border-color: #fff0 #fff #fff0 #fff0;
}
.events-calendar .tooltip-info:before {
    position: absolute;
    left: -9px;
    top: 10px;
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px;
    content: "";
    border-left-width: 0;
    border-color: #fff0 #000 #fff0 #fff0;
}
.events-calendar .tooltip-info.active {
    visibility: visible;
    opacity: 1;
}
.events-calendar .tooltip-info.right {
    margin-left: 0;
    transform: translate(-250px);
}
.events-calendar .tooltip-info.right:after {
    right: -8px;
    left: auto;
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px;
    content: "";
    border-right-width: 0;
    border-color: #fff0 #fff0 #fff0 #fff;
}
.events-calendar .tooltip-info.right:before {
    right: -9px;
    left: auto;
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px;
    content: "";
    border-right-width: 0;
    border-color: #fff0 #fff0 #fff0 #000;
}
.events-calendar .tooltip-info h2,
.events-calendar .tooltip-info .h2 {
    font-size: 1rem;
}
.events-calendar .tooltip-info p {
    margin-bottom: 0.625rem;
}
@media (max-width: 991.98px) {
    .events-calendar table,
    .events-calendar thead,
    .events-calendar tbody,
    .events-calendar th,
    .events-calendar td,
    .events-calendar tr {
        display: block;
        width: 100%;
        box-sizing: border-box;
    }
    .events-calendar #pbc_prev_month,
    .events-calendar #pbc_next_month {
        width: 2.5rem;
        height: 2.5rem;
        text-align: left;
        padding: 0;
    }
    .events-calendar .calendar-box-header {
        display: flex;
        align-items: center;
        justify-content: space-between;
        border-bottom: 1px solid #000;
    }
    .events-calendar .calendar-dayhead {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }
    .events-calendar .calendar-dayrow td {
        width: 100%;
        position: relative;
        padding-left: 70px;
    }
    .events-calendar .calendar-dayrow td:not(:last-child) {
        border-right: 0;
    }
    .events-calendar .calendar-dayrow td:before {
        position: absolute;
        top: 4px;
        left: 0;
        width: 40px;
        white-space: nowrap;
        content: attr(data-th);
        font-weight: 700;
    }
    .events-calendar .calendar-dayrow td:after {
        content: "";
        position: absolute;
        height: 100%;
        left: 50px;
        top: 0;
        width: 1px;
        background-color: #000;
    }
    .events-calendar .tooltip-info {
        display: none;
    }
}
.filters {
    position: relative;
    margin-bottom: 1.875rem;
    z-index: 10;
}
@media (min-width: 1200px) {
    .filters {
        margin-bottom: 3.75rem;
    }
}
@media (max-width: 991.98px) {
    .filters__inner {
        border-bottom: 2px solid #000;
    }
}
@media (max-width: 991.98px) {
    .filters__content {
        margin-bottom: 2.5rem;
    }
}
.filters .columns-full {
    border: 2px solid #000;
    border-top: 0;
    padding: 0.9375rem;
}
@media (min-width: 992px) {
    .filters .columns-full {
        background-color: #fff;
    }
}
.filters form div {
    position: relative;
}
.filters form .btn-primary {
    margin-top: 1.25rem;
}
@media (min-width: 992px) {
    .filters form .btn-primary {
        margin-top: 1.875rem;
        margin-bottom: -3.125rem;
    }
}
@media (min-width: 992px) {
    .filters .form-select[data-bs-toggle="collapse"] + *,
    .filters .form-control[data-bs-toggle="collapse"] + *,
    .filters .site-search [data-bs-toggle="collapse"].studio-widget-search-input + *,
    .site-search .filters [data-bs-toggle="collapse"].studio-widget-search-input + *,
    .filters #searchoptions-generic #search-field input[data-bs-toggle="collapse"] + *,
    #searchoptions-generic #search-field .filters input[data-bs-toggle="collapse"] + *,
    .filters input[data-bs-toggle="collapse"][type="file"] + *,
    .filters .form-date-control + * {
        position: absolute;
        width: calc(100% - 2.5rem);
        z-index: 1;
    }
}
.filters .row > * {
    position: relative;
}
.filters input[type="checkbox"],
.filters input[type="radio"] {
    margin-right: 0.625rem;
    flex-shrink: 0;
}
.filters .label-text {
    display: flex;
    margin-bottom: 0.5rem;
}
.filters .label-text:last-child {
    margin-bottom: 0;
}
.filters [data-t4-clear] {
    font-weight: 700;
    margin-bottom: 0.625rem;
    display: block;
    padding: 0;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-decoration-color: #fff0;
    background-color: #fff0;
}
.filters [data-t4-clear].hide {
    display: none;
    visibility: hidden;
}
.filters legend {
    position: absolute;
    left: -62.5rem;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}
.filters .form-select:focus,
.filters .form-control:focus,
.filters .site-search .studio-widget-search-input:focus,
.site-search .filters .studio-widget-search-input:focus,
.filters #searchoptions-generic #search-field input:focus,
#searchoptions-generic #search-field .filters input:focus,
.filters input[type="file"]:focus {
    outline-offset: 1px;
}
@media (min-width: 992px) {
    .event-filters .inner {
        position: relative;
    }
}
@media (min-width: 992px) {
    .event-filters .filters__content {
        margin-right: -1.25rem;
        margin-left: -1.25rem;
    }
    .event-filters .filters__content:after {
        display: block;
        clear: both;
        content: "";
    }
}
@media (min-width: 992px) {
    .event-filters .filters__content > form {
        clear: left;
        float: left;
        width: 64%;
    }
}
@media (min-width: 1200px) {
    .event-filters .filters__content > form {
        width: 74%;
    }
}
.event-filters #searchoptions-generic {
    margin-bottom: 1.25rem;
}
@media (min-width: 992px) {
    .event-filters #searchoptions-generic {
        width: 64%;
        float: left;
        padding-right: 1.25rem;
        padding-left: 1.25rem;
        margin-bottom: 1.75rem;
    }
}
@media (min-width: 1200px) {
    .event-filters #searchoptions-generic {
        width: 74%;
    }
}
.event-filters form > div {
    margin-bottom: 1.25rem;
}
@media (min-width: 992px) {
    .event-filters form > div {
        width: 50%;
        float: left;
        padding-right: 1.25rem;
        padding-left: 1.25rem;
        margin-bottom: 1.75rem;
    }
}
@media (min-width: 1200px) {
    .event-filters form > div {
        width: 25%;
    }
}
.event-filters .view-switchers {
    margin-bottom: 1.25rem;
}
@media (min-width: 992px) {
    .event-filters .view-switchers {
        width: 35%;
        height: auto;
        position: absolute;
        top: 0.625rem;
        right: -0.625rem;
        padding-right: 1.25rem;
        padding-left: 1.25rem;
        justify-content: center;
    }
}
@media (min-width: 1200px) {
    .event-filters .view-switchers {
        width: 26%;
    }
}
@media (max-width: 991.98px) {
    .event-filters__toggle {
        margin-top: 2.5rem;
    }
}
@media (min-width: 992px) {
    .event-filters__toggle .inner {
        display: flex;
        justify-content: flex-end;
    }
}
@media (min-width: 992px) {
    .event-filters__toggle .d-flex {
        width: 35%;
        margin-top: -4.5rem;
        padding-right: 1.25rem;
        padding-left: 1.25rem;
        justify-content: center;
        align-items: flex-start;
        transform: translate(10px);
    }
}
@media (min-width: 1200px) {
    .event-filters__toggle .d-flex {
        width: 26%;
    }
}
.event-filters__toggle .btn {
    width: 100%;
}
@media (min-width: 992px) {
    .event-filters__toggle .btn {
        padding-top: 0.875rem;
        padding-bottom: 0.875rem;
        font-size: 0.875rem;
    }
    .event-filters__toggle .btn.btn-text-symbol.btn.right .material-symbols-outlined {
        right: auto;
        margin-left: 0.625rem;
    }
}
@media (max-width: 991.98px) {
    .event-filters .form-date-control {
        width: 100%;
    }
}
.news-filters #searchoptions-generic {
    margin-bottom: 1.25rem;
}
@media (min-width: 992px) {
    .news-filters #searchoptions-generic {
        margin-bottom: 1.875rem;
    }
}
@media (max-width: 991.98px) {
    .masthead-text + div + .filters {
        margin-top: -0.125rem;
    }
}
.general-content p:last-child,
.general-content ul:last-child,
.general-content ol:last-child,
.general-content table:not(.table-responsive table):last-child,
.general-content .table-responsive:last-child,
.general-content .btn:not(form .btn):last-child,
.general-content form:last-child {
    margin-bottom: 0;
}
.general-content p + h2,
.general-content p + .h2,
.general-content p + h3,
.general-content p + .h3,
.general-content p + .search-filters__title,
.general-content p + h4,
.general-content p + .h4,
.general-content p + h5,
.general-content p + .h5,
.general-content p + h6,
.general-content p + .h6,
.general-content p + table:not(.table-responsive table),
.general-content p + .table-responsive,
.general-content ul + h2,
.general-content ul + .h2,
.general-content ul + h3,
.general-content ul + .h3,
.general-content ul + .search-filters__title,
.general-content ul + h4,
.general-content ul + .h4,
.general-content ul + h5,
.general-content ul + .h5,
.general-content ul + h6,
.general-content ul + .h6,
.general-content ul + table:not(.table-responsive table),
.general-content ul + .table-responsive,
.general-content ol + h2,
.general-content ol + .h2,
.general-content ol + h3,
.general-content ol + .h3,
.general-content ol + .search-filters__title,
.general-content ol + h4,
.general-content ol + .h4,
.general-content ol + h5,
.general-content ol + .h5,
.general-content ol + h6,
.general-content ol + .h6,
.general-content ol + table:not(.table-responsive table),
.general-content ol + .table-responsive,
.general-content table:not(.table-responsive table) + h2,
.general-content table:not(.table-responsive table) + .h2,
.general-content table:not(.table-responsive table) + h3,
.general-content table:not(.table-responsive table) + .h3,
.general-content table:not(.table-responsive table) + .search-filters__title,
.general-content table:not(.table-responsive table) + h4,
.general-content table:not(.table-responsive table) + .h4,
.general-content table:not(.table-responsive table) + h5,
.general-content table:not(.table-responsive table) + .h5,
.general-content table:not(.table-responsive table) + h6,
.general-content table:not(.table-responsive table) + .h6,
.general-content table:not(.table-responsive table) + table:not(.table-responsive table),
.general-content table:not(.table-responsive table) + .table-responsive,
.general-content .table-responsive + h2,
.general-content .table-responsive + .h2,
.general-content .table-responsive + h3,
.general-content .table-responsive + .h3,
.general-content .table-responsive + .search-filters__title,
.general-content .table-responsive + h4,
.general-content .table-responsive + .h4,
.general-content .table-responsive + h5,
.general-content .table-responsive + .h5,
.general-content .table-responsive + h6,
.general-content .table-responsive + .h6,
.general-content .table-responsive + table:not(.table-responsive table),
.general-content .table-responsive + .table-responsive,
.general-content .btn:not(form .btn) + h2,
.general-content .btn:not(form .btn) + .h2,
.general-content .btn:not(form .btn) + h3,
.general-content .btn:not(form .btn) + .h3,
.general-content .btn:not(form .btn) + .search-filters__title,
.general-content .btn:not(form .btn) + h4,
.general-content .btn:not(form .btn) + .h4,
.general-content .btn:not(form .btn) + h5,
.general-content .btn:not(form .btn) + .h5,
.general-content .btn:not(form .btn) + h6,
.general-content .btn:not(form .btn) + .h6,
.general-content .btn:not(form .btn) + table:not(.table-responsive table),
.general-content .btn:not(form .btn) + .table-responsive,
.general-content form + h2,
.general-content form + .h2,
.general-content form + h3,
.general-content form + .h3,
.general-content form + .search-filters__title,
.general-content form + h4,
.general-content form + .h4,
.general-content form + h5,
.general-content form + .h5,
.general-content form + h6,
.general-content form + .h6,
.general-content form + table:not(.table-responsive table),
.general-content form + .table-responsive {
    margin-top: 2.5rem;
}
@media (min-width: 1200px) {
    .general-content p + h2,
    .general-content p + .h2,
    .general-content p + h3,
    .general-content p + .h3,
    .general-content p + .search-filters__title,
    .general-content p + h4,
    .general-content p + .h4,
    .general-content p + h5,
    .general-content p + .h5,
    .general-content p + h6,
    .general-content p + .h6,
    .general-content p + table:not(.table-responsive table),
    .general-content p + .table-responsive,
    .general-content ul + h2,
    .general-content ul + .h2,
    .general-content ul + h3,
    .general-content ul + .h3,
    .general-content ul + .search-filters__title,
    .general-content ul + h4,
    .general-content ul + .h4,
    .general-content ul + h5,
    .general-content ul + .h5,
    .general-content ul + h6,
    .general-content ul + .h6,
    .general-content ul + table:not(.table-responsive table),
    .general-content ul + .table-responsive,
    .general-content ol + h2,
    .general-content ol + .h2,
    .general-content ol + h3,
    .general-content ol + .h3,
    .general-content ol + .search-filters__title,
    .general-content ol + h4,
    .general-content ol + .h4,
    .general-content ol + h5,
    .general-content ol + .h5,
    .general-content ol + h6,
    .general-content ol + .h6,
    .general-content ol + table:not(.table-responsive table),
    .general-content ol + .table-responsive,
    .general-content table:not(.table-responsive table) + h2,
    .general-content table:not(.table-responsive table) + .h2,
    .general-content table:not(.table-responsive table) + h3,
    .general-content table:not(.table-responsive table) + .h3,
    .general-content table:not(.table-responsive table) + .search-filters__title,
    .general-content table:not(.table-responsive table) + h4,
    .general-content table:not(.table-responsive table) + .h4,
    .general-content table:not(.table-responsive table) + h5,
    .general-content table:not(.table-responsive table) + .h5,
    .general-content table:not(.table-responsive table) + h6,
    .general-content table:not(.table-responsive table) + .h6,
    .general-content table:not(.table-responsive table) + table:not(.table-responsive table),
    .general-content table:not(.table-responsive table) + .table-responsive,
    .general-content .table-responsive + h2,
    .general-content .table-responsive + .h2,
    .general-content .table-responsive + h3,
    .general-content .table-responsive + .h3,
    .general-content .table-responsive + .search-filters__title,
    .general-content .table-responsive + h4,
    .general-content .table-responsive + .h4,
    .general-content .table-responsive + h5,
    .general-content .table-responsive + .h5,
    .general-content .table-responsive + h6,
    .general-content .table-responsive + .h6,
    .general-content .table-responsive + table:not(.table-responsive table),
    .general-content .table-responsive + .table-responsive,
    .general-content .btn:not(form .btn) + h2,
    .general-content .btn:not(form .btn) + .h2,
    .general-content .btn:not(form .btn) + h3,
    .general-content .btn:not(form .btn) + .h3,
    .general-content .btn:not(form .btn) + .search-filters__title,
    .general-content .btn:not(form .btn) + h4,
    .general-content .btn:not(form .btn) + .h4,
    .general-content .btn:not(form .btn) + h5,
    .general-content .btn:not(form .btn) + .h5,
    .general-content .btn:not(form .btn) + h6,
    .general-content .btn:not(form .btn) + .h6,
    .general-content .btn:not(form .btn) + table:not(.table-responsive table),
    .general-content .btn:not(form .btn) + .table-responsive,
    .general-content form + h2,
    .general-content form + .h2,
    .general-content form + h3,
    .general-content form + .h3,
    .general-content form + .search-filters__title,
    .general-content form + h4,
    .general-content form + .h4,
    .general-content form + h5,
    .general-content form + .h5,
    .general-content form + h6,
    .general-content form + .h6,
    .general-content form + table:not(.table-responsive table),
    .general-content form + .table-responsive {
        margin-top: 5rem;
    }
}
.general-content h2,
.general-content .h2 {
    margin-bottom: 2.5rem;
}
@media (min-width: 1200px) {
    .general-content h2,
    .general-content .h2 {
        margin-bottom: 3.75rem;
    }
}
.general-content h2:last-child,
.general-content .h2:last-child {
    margin-bottom: 0;
}
.general-content > img:first-child,
.general-content figure:first-child,
.general-content .ratio:first-child {
    margin-top: 0;
}
.general-content > img:last-child,
.general-content figure:last-child,
.general-content .ratio:last-child {
    margin-bottom: 0;
}
.general-content > img {
    display: block;
    width: 100%;
}
.general-content figure img {
    width: 100%;
    display: block;
}
.general-content figure figcaption {
    margin-top: 0.625rem;
    font-size: 0.75rem;
    font-style: italic;
}
.general-content .img-left {
    width: auto;
    max-width: calc(50% - 20px);
    float: left;
    margin: 0.375rem 1.25rem 1.25rem 0;
}
@media (min-width: 1200px) {
    .general-content .img-left {
        margin-right: 2.5rem;
    }
}
.general-content .img-right {
    width: auto;
    max-width: calc(50% - 20px);
    float: right;
    margin: 0.5rem 0 1.25rem 1.25rem;
}
@media (min-width: 1200px) {
    .general-content .img-right {
        margin-left: 2.5rem;
    }
}
.general-content .img-centre {
    display: inline-block;
    width: auto;
    max-width: 100%;
}
@media (min-width: 1200px) {
    .general-content .img-centre {
        margin-left: -3.125rem;
        margin-right: -3.125rem;
        max-width: calc(100% + 100px);
    }
}
@media (min-width: 1200px) {
    .general-content .ratio {
        margin-left: -3.125rem;
        margin-right: -3.125rem;
        width: calc(100% + 100px);
    }
}
.general-content + .video-banner,
.general-content + .double-image-banner {
    margin-top: -1.875rem;
}
@media (min-width: 768px) {
    .general-content + .video-banner,
    .general-content + .double-image-banner {
        margin-top: -2.8125rem;
    }
}
@media (min-width: 1200px) {
    .general-content + .video-banner,
    .general-content + .double-image-banner {
        margin-top: -3.75rem;
    }
}
@media (min-width: 1920px) {
    .general-content + .video-banner,
    .general-content + .double-image-banner {
        margin-top: -6.875rem;
    }
}
.general-content + .video-banner:not(:last-child),
.general-content + .double-image-banner:not(:last-child) {
    margin-bottom: -1.875rem;
}
@media (min-width: 768px) {
    .general-content + .video-banner:not(:last-child),
    .general-content + .double-image-banner:not(:last-child) {
        margin-bottom: -2.8125rem;
    }
}
@media (min-width: 1200px) {
    .general-content + .video-banner:not(:last-child),
    .general-content + .double-image-banner:not(:last-child) {
        margin-bottom: -3.75rem;
    }
}
@media (min-width: 1920px) {
    .general-content + .video-banner:not(:last-child),
    .general-content + .double-image-banner:not(:last-child) {
        margin-bottom: -6.875rem;
    }
}
@media (min-width: 1200px) {
    .general-content.large-text p,
    .general-content.large-text ul,
    .general-content.large-text ol,
    .general-content.large-text table:not(.table-responsive table),
    .general-content.large-text .table-responsive,
    .general-content.large-text .btn:not(form .btn) {
        font-size: clamp(1rem, 1.389vw, 1.625rem);
    }
}
.general-content__text-limit p,
.general-content__text-limit ul,
.general-content__text-limit ol {
    max-width: 28.125rem;
}
@media (min-width: 1200px) {
    .general-content__text-limit p,
    .general-content__text-limit ul,
    .general-content__text-limit ol {
        max-width: 22.5rem;
    }
}
@media (min-width: 992px) {
    .general-content .inner .narrow hr {
        margin-left: -50%;
        margin-right: -50%;
    }
}
section[class^="masthead"] + .general-content p:first-child,
.secondary-nav + .general-content p:first-child {
    font-size: clamp(1.375rem, 2.63vw, 3.125rem);
    font-weight: 700;
    line-height: 1.184;
    margin-bottom: 1.875rem;
}
@media (min-width: 1200px) {
    section[class^="masthead"] + .general-content p:first-child,
    .secondary-nav + .general-content p:first-child {
        margin-bottom: 3.125rem;
    }
}
.grid-masonry-news-events__header {
    margin-bottom: 2.5rem;
}
@media (min-width: 1200px) {
    .grid-masonry-news-events__header {
        margin-bottom: 5.4375rem;
    }
}
.grid-masonry-news-events__title {
    width: clamp(15rem, 30.556vw, 37.5rem);
}
@media (min-width: 768px) and (max-width: 991.98px) {
    .grid-masonry-news-events__title {
        width: 60%;
    }
}
@media (max-width: 991.98px) {
    .grid-masonry-news-events__col-1 .grid-masonry-news-events__card {
        margin-bottom: 1.25rem;
    }
}
.grid-masonry-news-events__col-1 .grid-masonry-news-events__card .card-block {
    padding-top: 95%;
}
@media (min-width: 1200px) {
    .grid-masonry-news-events__col-1 .grid-masonry-news-events__card .card-block__text {
        padding: 3.75rem;
    }
}
@media (min-width: 992px) {
    .grid-masonry-news-events__col-1 .grid-masonry-news-events__card.offset {
        margin-left: -13.935663686%;
    }
    .grid-masonry-news-events__col-1 .grid-masonry-news-events__card.offset .card-block__text {
        padding-left: 13.935663686%;
    }
}
.grid-masonry-news-events__col-2 .grid-masonry-news-events__card {
    margin-bottom: 2.5rem;
}
.grid-masonry-news-events__col-2 .grid-masonry-news-events__card .card-block {
    padding-top: 95%;
}
@media (min-width: 992px) {
    .grid-masonry-news-events__col-2 .grid-masonry-news-events__card .card-block {
        padding-top: 86%;
    }
}
@media (min-width: 1200px) {
    .grid-masonry-news-events__col-2 .grid-masonry-news-events__card .card-block__text {
        padding: 4.375rem 2.5rem;
    }
}
@media (min-width: 992px) {
    .grid-masonry-news-events__col-2 .grid-masonry-news-events__card.offset {
        margin-right: -9.7385470629%;
    }
}
@media (max-width: 991.98px) {
    .grid-masonry-news-events__card-feature {
        margin-left: -7.4712643678%;
        margin-right: -7.4712643678%;
        width: 114.9425287356%;
        box-sizing: border-box;
        padding-left: 7.4712643678%;
        padding-right: 7.4712643678%;
    }
}
@media (max-width: 991.98px) {
    .grid-masonry-news-events__card-feature .swiper {
        overflow: visible;
    }
}
.grid-masonry-news-events .card-block__title {
    width: clamp(11.75rem, 17.361vw, 19.375rem);
}
.grid-masonry-news-events .js-pause-motion {
    margin-top: 2.5rem;
}
@media (min-width: 992px) {
    .grid-masonry-news-events .js-pause-motion {
        margin-top: 0;
        transform: translateY(-100%);
    }
}
.grid-masonry__header {
    margin-bottom: 0;
}
@media (min-width: 992px) {
    .grid-masonry__header {
        margin-top: 2.5rem;
        margin-bottom: 0;
        margin-left: 2.5rem;
    }
}
@media (min-width: 1200px) {
    .grid-masonry__header {
        margin-top: 6.625rem;
        margin-left: 6.75rem;
    }
}
.grid-masonry__title {
    width: clamp(15rem, 30.556vw, 37.5rem);
}
@media (min-width: 768px) and (max-width: 991.98px) {
    .grid-masonry__title {
        width: 60%;
    }
}
@media (min-width: 1200px) {
    .grid-masonry__title {
        margin-bottom: 2.5rem;
    }
}
@media (min-width: 768px) and (max-width: 991.98px) {
    .grid-masonry__text {
        width: 60%;
    }
}
@media (min-width: 992px) {
    .grid-masonry__text {
        margin-left: 2.5rem;
    }
}
@media (min-width: 1200px) {
    .grid-masonry__text {
        margin-left: 6.75rem;
    }
}
.grid-masonry__text p,
.grid-masonry__text ul,
.grid-masonry__text ol {
    font-size: clamp(1rem, 1.52vw, 1.75rem);
    font-weight: 700;
    line-height: 1.217;
}
.grid-masonry__text p:last-child,
.grid-masonry__text ul:last-child,
.grid-masonry__text ol:last-child {
    margin-bottom: 0;
}
.grid-masonry__col-1 .grid-masonry__card {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
}
@media (min-width: 1200px) {
    .grid-masonry__col-1 .grid-masonry__card {
        margin-top: 7.5rem;
        margin-bottom: 7.5rem;
    }
}
.grid-masonry__col-1 .grid-masonry__card:last-child {
    margin-bottom: 0;
}
.grid-masonry__col-2 .grid-masonry__card {
    margin-bottom: 2.5rem;
}
@media (min-width: 992px) {
    .grid-masonry__col-2 .grid-masonry__card:nth-of-type(1) {
        margin-right: -9.7385470629%;
    }
    .text-right .grid-masonry__col-2 .grid-masonry__card:nth-of-type(1) {
        margin-right: 0;
        margin-left: -9.7385470629%;
    }
}
@media (min-width: 1200px) {
    .grid-masonry__col-2 .grid-masonry__card:nth-of-type(1) {
        margin-bottom: 5rem;
    }
}
.grid-masonry__col-2 .grid-masonry__card:nth-of-type(1) .card-block {
    padding-top: 67.4046740467%;
}
.grid-masonry__col-2 .grid-masonry__card:nth-of-type(2) .card-block {
    padding-top: 100%;
}
@media (min-width: 768px) {
    .grid-masonry__col-2 .grid-masonry__card:nth-of-type(2) .card-block {
        width: 70%;
        padding-top: 70%;
    }
}
@media (min-width: 992px) {
    .text-right .grid-masonry__col-2 .grid-masonry__card:nth-of-type(2) .card-block {
        margin-left: 30%;
    }
}
.grid-masonry .card-block__title {
    width: clamp(11.75rem, 17.361vw, 19.375rem);
}
@media (min-width: 992px) {
    .grid-masonry.text-right .row {
        flex-direction: row-reverse;
    }
}
@media (min-width: 768px) {
    .grid-blocks {
        margin-bottom: 0;
        border-bottom: 0.125rem solid #000;
    }
}
@media (min-width: 768px) {
    .grid-blocks__inner {
        width: 100%;
        max-width: none;
        display: flex;
        flex-wrap: wrap;
    }
}
@media (max-width: 767.98px) {
    .grid-blocks__col > *,
    .grid-blocks__row > * {
        margin-bottom: 1.25rem;
    }
    .grid-blocks__col > * .theme-white,
    .grid-blocks__row > * .theme-white {
        border-top: 0.125rem solid #000;
        border-bottom: 0.125rem solid #000;
    }
}
@media (min-width: 768px) {
    .grid-blocks__col {
        width: 50%;
    }
}
@media (min-width: 992px) {
    .grid-blocks__col {
        width: 33.3333333333%;
    }
}
@media (min-width: 768px) {
    .grid-blocks__col .grid-blocks__tall .card-block {
        padding-top: 100%;
    }
}
@media (min-width: 992px) {
    .grid-blocks__col .grid-blocks__tall {
        height: 100%;
    }
    .grid-blocks__col .grid-blocks__tall .card-block {
        padding-top: 0;
        height: 100%;
    }
}
@media (min-width: 768px) {
    .grid-blocks__row {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
    }
}
@media (min-width: 768px) {
    .grid-blocks__row .grid-blocks__square {
        width: 50%;
    }
}
@media (min-width: 992px) {
    .grid-blocks__row .grid-blocks__square {
        width: 33.3333333333%;
    }
}
@media (min-width: 768px) {
    .grid-blocks__row .grid-blocks__wide {
        width: 50%;
    }
    .grid-blocks__row .grid-blocks__wide .card-block {
        padding-top: 0;
        height: 100%;
    }
}
@media (min-width: 992px) {
    .grid-blocks__row .grid-blocks__wide {
        width: 66.6666666667%;
    }
}
@media (min-width: 768px) {
    .grid-blocks__square .card-block,
    .grid-blocks__square .card-stat:after,
    .grid-blocks__square .card-testimonial:after {
        padding-top: 100%;
    }
}
@media (min-width: 768px) {
    .grid-blocks__square .card-block,
    .grid-blocks__square .card-stat,
    .grid-blocks__square .card-testimonial {
        min-height: 100%;
    }
}
.image-banner {
    position: relative;
    width: 100%;
    padding-top: 100%;
}
@media (min-width: 768px) {
    .image-banner {
        padding-top: 40.2%;
    }
}
.image-banner img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.image-text-banner {
    position: relative;
    min-height: 100vh;
}
@media (max-width: 575.98px) {
    .image-text-banner {
        padding: 3rem 0;
    }
}
.image-text-banner__inner {
    position: relative;
    z-index: 2;
}
@media (max-width: 991.98px) {
    .image-text-banner__text {
        padding-left: 45%;
    }
}
@media (max-width: 23.4375rem) {
    .image-text-banner__text {
        padding-left: 30%;
    }
}
.image-text-banner__image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.image-text-banner__image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
@media (max-width: 1199.98px) {
    .image-text-banner p {
        font-size: clamp(1.25rem, 2.91vw, 3.5rem);
    }
}
@media (min-width: 1200px) {
    .image-text-banner p {
        margin-bottom: 2.125rem;
    }
}
.image-text-banner p span {
    display: block;
}
.image-text-banner ul li a {
    white-space: nowrap;
}
.image-text-bottom-banner {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
    z-index: 1;
}
.image-text-bottom-banner__inner {
    position: relative;
    z-index: 2;
}
.image-text-bottom-banner__image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.image-text-bottom-banner__image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: 1;
}
.image-text-bottom-banner__image:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(20deg, rgb(0 0 0 / 0.7) 20%, #fff0 70%);
    z-index: 2;
}
.text-right .image-text-bottom-banner__image:after {
    background: linear-gradient(340deg, rgb(0 0 0 / 0.7) 20%, #fff0 70%);
}
.image-text-bottom-banner p,
.image-text-bottom-banner ul,
.image-text-bottom-banner ol {
    font-weight: 700;
}
.image-text-bottom-banner p:last-child,
.image-text-bottom-banner ul:last-child,
.image-text-bottom-banner ol:last-child {
    margin-bottom: 0;
}
@media (min-width: 1200px) {
    .image-text-bottom-banner p,
    .image-text-bottom-banner ul,
    .image-text-bottom-banner ol {
        width: 90%;
    }
}
@media (min-width: 992px) {
    .image-text-bottom-banner.text-right .row {
        justify-content: flex-end;
    }
}
.image-text-center-banner {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-self: center;
    flex-wrap: wrap;
}
.image-text-center-banner__inner {
    position: relative;
    z-index: 2;
}
.image-text-center-banner p {
    margin-bottom: 0;
}
@media (min-width: 992px) {
    .image-text-center-banner p {
        width: clamp(24.375rem, 56.806vw, 68.125rem);
    }
}
.image-text-center-banner__image {
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: #fff;
}
.image-text-center-banner__image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: 1;
}
.image-text-center-banner__image:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #0006;
    z-index: 2;
}
.image-text-block-banner {
    position: relative;
}
.image-text-block-banner__inner {
    position: relative;
    z-index: 2;
}
@media (min-width: 992px) {
    .image-text-block-banner__inner {
        padding-top: 4.25rem;
        padding-bottom: 4.25rem;
    }
}
.image-text-block-banner__content {
    display: flex;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
}
@media (max-width: 991.98px) {
    .image-text-block-banner__content {
        margin-left: -7.4712643678%;
        margin-right: -7.4712643678%;
        width: 114.9425287356%;
        box-sizing: border-box;
        padding-left: 7.4712643678%;
        padding-right: 7.4712643678%;
    }
}
@media (min-width: 992px) {
    .image-text-block-banner__content {
        width: 47%;
        overflow: hidden;
    }
}
@media (min-width: 1200px) {
    .image-text-block-banner__content {
        padding-top: 3.4375rem;
        padding-bottom: 2.1875rem;
    }
}
.image-text-block-banner__content:after {
    content: "";
    width: 1px;
    padding-top: 100%;
}
@media (min-width: 768px) {
    .image-text-block-banner__content:after {
        padding-top: 50%;
    }
}
@media (min-width: 992px) {
    .image-text-block-banner__content:after {
        padding-top: calc(100% - 5rem);
    }
}
@media (min-width: 1200px) {
    .image-text-block-banner__content:after {
        padding-top: calc(100% - 5.625rem);
    }
}
.image-text-block-banner__text {
    width: 100%;
}
.image-text-block-banner h2,
.image-text-block-banner .h2 {
    width: clamp(18.75rem, 30.556vw, 36.25rem);
}
@media (min-width: 768px) and (max-width: 991.98px) {
    .image-text-block-banner h2,
    .image-text-block-banner .h2 {
        width: 60%;
    }
}
@media (min-width: 1200px) {
    .image-text-block-banner h2,
    .image-text-block-banner .h2 {
        margin-bottom: 2.5rem;
        width: 100%;
    }
}
.image-text-block-banner__image {
    position: relative;
    padding-top: 100%;
    background-color: #000;
    z-index: 1;
}
@media (min-width: 768px) {
    .image-text-block-banner__image {
        padding-top: 60%;
    }
}
@media (min-width: 992px) {
    .image-text-block-banner__image {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        padding-top: 0;
    }
}
.image-text-block-banner__image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.image-text-block-banner .swiper {
    overflow: visible;
    display: flex;
    height: 100%;
    flex-direction: column;
}
@media (min-width: 992px) {
    .image-text-block-banner .swiper-slide {
        padding-left: 2.5rem;
        padding-right: 2.5rem;
    }
}
.image-text-block-banner .swiper-pagination-bullets.swiper-pagination-horizontal {
    position: relative;
    bottom: auto;
    top: auto;
    left: auto;
    width: auto;
    margin-top: auto;
}
@media (min-width: 992px) {
    .image-text-block-banner .swiper-pagination-bullets.swiper-pagination-horizontal {
        padding: 0 2.5rem;
    }
}
.image-text-block-banner .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 1.25rem 1.25rem 0 0;
    font-weight: 700;
    opacity: 1;
    background-color: #fff0;
    color: inherit;
    position: relative;
}
.image-text-block-banner .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet-active {
    opacity: 1;
    border-color: #fff0;
    text-decoration-color: inherit;
    text-decoration-thickness: 0.1875rem;
}
.image-text-block-banner .swiper-pagination-bullet {
    width: auto;
    height: auto;
    background-color: #fff0;
}
@media (min-width: 1200px) {
    .image-text--large .image-text__text .display-3 {
        width: 100%;
    }
}
.image-text--large .image-text__text p,
.image-text--large .image-text__text ul,
.image-text--large .image-text__text ol {
    font-weight: 500;
}
@media (min-width: 1200px) {
    .image-text--large .image-text__text p,
    .image-text--large .image-text__text ul,
    .image-text--large .image-text__text ol {
        width: 100%;
    }
}
.image-text--large .image-text__image-wrapper {
    padding-top: 100%;
}
.image-text__text .display-3 {
    width: 75%;
}
.image-text__text p,
.image-text__text ul,
.image-text__text ol {
    font-size: clamp(1.125rem, 1.59vw, 1.875rem);
    font-weight: 700;
    line-height: 1.217;
    width: 90%;
}
.image-text__text p:last-child,
.image-text__text ul:last-child,
.image-text__text ol:last-child {
    margin-bottom: 0;
}
.image-text__text .btn-text-link {
    display: inline-block;
}
@media (min-width: 1200px) {
    .image-text__text .btn-text-link {
        margin-top: 0.625rem;
    }
}
.image-text__image-wrapper {
    position: relative;
    padding-top: 83.5%;
    width: 100%;
}
.image-text__image-wrapper img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.interactive-text {
    position: relative;
}
.interactive-text__buttons {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    min-height: 100vh;
    padding-top: 12.5rem;
    padding-bottom: 12.5rem;
    z-index: 2;
    pointer-events: none;
}
.interactive-text__buttons .swiper-pagination-bullets.swiper-pagination-horizontal {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    pointer-events: auto;
}
.interactive-text__carousel {
    position: relative;
    height: 100%;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
}
.interactive-text__carousel.swiper {
    position: absolute;
}
.interactive-text__carousel .swiper-slide {
    height: 100%;
}
.interactive-text__slide {
    position: relative;
}
.interactive-text__inner {
    position: relative;
    padding: 2.5rem 0;
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: flex-end;
    z-index: 2;
}
@media (min-width: 1200px) {
    .interactive-text__inner {
        padding: 3.625rem 0;
    }
}
.interactive-text__inner ul {
    margin-bottom: 0;
}
.interactive-text__inner ul li:not(:last-child) {
    margin-bottom: 0.375rem;
}
.interactive-text__inner ul a {
    font-size: 1.125rem;
}
@media (min-width: 1200px) {
    .interactive-text__inner ul a {
        font-size: 1.25rem;
    }
}
@media (min-width: 992px) {
    .interactive-text .swiper-pagination-bullets.swiper-pagination-horizontal {
        text-align: center;
    }
}
.interactive-text .swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet {
    width: auto;
    height: auto;
    background-color: #fff0;
    margin: 0;
    font-size: clamp(4.5rem, 8.056vw, 9.625rem);
    letter-spacing: -0.04em;
    font-weight: 700;
    color: #fff;
    line-height: 1.1;
    text-align: left;
    opacity: 0.5;
    transition: opacity 0.3s;
    border: 0;
}
.interactive-text .swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet:not(:last-child):after {
    content: "\a0";
}
@media (max-width: 23.4375rem) {
    .interactive-text .swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet {
        font-size: 4.5rem;
    }
}
.interactive-text .swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet:hover,
.interactive-text .swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet:active,
.interactive-text .swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet-active {
    opacity: 1;
}
.interactive-text__image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.interactive-text__image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: 1;
}
.interactive-text__image:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #0003;
    z-index: 2;
}
.interactive-text__image:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, #fff0 70%, #000000 100%);
    z-index: 3;
    opacity: 0.35;
}
.interactive-text .btn-icon {
    position: absolute;
    bottom: 2.5rem;
    right: 6.5%;
    z-index: 3;
}
@media (min-width: 1200px) {
    .interactive-text .btn-icon {
        bottom: 3.625rem;
    }
}
.listing-footer {
    display: flex;
    justify-content: center;
    margin-top: 3rem;
}
@media (min-width: 1200px) {
    .listing-footer {
        margin-top: 3.75rem;
    }
}
.listing-footer .card-counter {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 0.875rem;
    letter-spacing: -0.02em;
    margin-top: 0.625rem;
}
.listing-footer .flex-wrap {
    flex-wrap: wrap;
}
@media (min-width: 992px) {
    .listing-footer .flex-wrap {
        align-items: center;
    }
}
.logo-group img {
    display: block;
    -o-object-fit: contain;
    object-fit: contain;
    width: -moz-max-content;
    width: max-content;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
}
.logo-uoft__white {
    display: none;
}
.theme-black .logo-uoft__white,
.banner--split-white .logo-uoft__white {
    display: block;
}
@media (min-width: 992px) {
    .banner--split .logo-uoft__white {
        display: block;
    }
}
.theme-black .logo-uoft__black,
.banner--split-white .logo-uoft__black {
    display: none;
}
@media (min-width: 992px) {
    .banner--split .logo-uoft__black {
        display: none;
    }
}
.logo-uoft a {
    display: block;
}
.logo-uoft a:focus {
    outline: 0.125rem dotted #000;
    outline-offset: 0.125rem;
}
.theme-black .logo-uoft a:focus {
    outline-color: #fff;
}
.banner--split-white .logo-uoft a:focus {
    outline-color: #fff;
}
@media (min-width: 992px) {
    .banner--split .logo-uoft a:focus {
        outline-color: #fff;
    }
}
.logo {
    position: relative;
    width: 46%;
    height: auto;
    padding-top: 7.3837931034%;
    display: block;
}
.logo svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.map {
    position: relative;
    padding-top: 100%;
    background-color: #000;
    overflow: hidden;
}
.map > * {
    position: absolute !important;
    overflow: visible !important;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.gm-style .gm-style-cc a,
.gm-style .gm-style-cc button,
.gm-style .gm-style-cc span,
.gm-style .gm-style-mtc div {
    font-size: 0.75rem !important;
}
[title="Open this area in Google Maps (opens a new window)"] {
    display: block !important;
}
[title="Open this area in Google Maps (opens a new window)"]:focus {
    outline: 0.125rem dotted #000000 !important;
}
.masthead-article {
    margin-top: 6.875rem;
}
@media (min-width: 1200px) {
    .masthead-article {
        margin-top: 11.875rem;
    }
}
@media (min-width: 992px) {
    .masthead-article .logo {
        width: 32.45%;
        padding-top: 5.2087844828%;
    }
}
@media (min-width: 768px) and (max-width: 991.98px) {
    .masthead-article__title {
        width: 75%;
    }
}
@media (min-width: 1200px) {
    .masthead-article__title {
        margin-bottom: 1.875rem;
    }
}
.masthead-article__section-title {
    color: #e20778;
}
.masthead-article__text {
    margin-top: 5rem;
}
@media (min-width: 992px) {
    .masthead-article__text {
        margin-top: 1.25rem;
        order: 2;
    }
}
@media (max-width: 991.98px) {
    .masthead-article__buttons {
        margin-top: 2.5rem;
    }
}
.masthead-article__details {
    margin-top: 2.5rem;
}
@media (min-width: 992px) {
    .masthead-article__details {
        display: flex;
        flex-direction: column;
        order: 1;
        margin-top: 1.25rem;
    }
}
.masthead-article__details dl {
    margin-bottom: 0;
}
@media (min-width: 992px) {
    .masthead-article__details dl {
        margin-top: auto;
    }
}
.masthead-article__details dl div {
    display: flex;
    margin-bottom: 0.625rem;
}
.masthead-article__details dl div:last-child {
    margin-bottom: 0;
}
.masthead-article__details dl dt {
    font-weight: 500;
    margin-bottom: 0;
    margin-right: 0.3125rem;
}
.masthead-article__details a {
    text-decoration-color: #fff0;
}
.masthead-article__details a:hover,
.masthead-article__details a:focus {
    text-decoration-color: inherit;
}
.masthead-article .btn-text-link .material-symbols-outlined {
    color: #e20778;
}
@media (min-width: 992px) {
    .masthead-blocks__top {
        display: flex;
        flex-wrap: wrap;
        align-items: flex-end;
    }
}
@media (min-width: 768px) {
    .masthead-blocks__bottom {
        display: flex;
        flex-wrap: wrap;
        align-items: flex-end;
    }
}
.masthead-blocks__card-1 {
    width: 50%;
}
@media (min-width: 992px) {
    .masthead-blocks__card-1 {
        width: 30%;
        margin-left: 10%;
    }
}
.masthead-blocks__card-1 .card-block {
    padding-top: 96.4467005076%;
}
.masthead-blocks__card-1 .card-block__title {
    padding-right: 2.5rem;
}
.masthead-blocks__card-1 .btn-transcript {
    top: auto;
    bottom: 0;
}
.masthead-blocks__card-2 {
    width: 45%;
    margin-left: 50%;
}
@media (min-width: 992px) {
    .masthead-blocks__card-2 {
        width: 22%;
        margin-left: 20%;
    }
}
.masthead-blocks__card-2 .card-block {
    padding-top: 94.5848375451%;
}
.masthead-blocks__card-3 {
    width: 40%;
    margin-left: 10%;
    flex-shrink: 0;
}
@media (min-width: 768px) {
    .masthead-blocks__card-3 {
        align-self: flex-start;
    }
}
@media (min-width: 992px) {
    .masthead-blocks__card-3 {
        width: 20%;
        margin-left: 40%;
    }
}
.masthead-blocks__card-3 .card-block {
    padding-top: 93.7007874016%;
}
@media (max-width: 767.98px) {
    .masthead-blocks .card-block__text {
        padding: 0.625rem;
    }
}
.masthead-blocks__title {
    width: 80%;
    margin-top: 1.25rem;
    margin-bottom: 0;
}
@media (min-width: 768px) {
    .masthead-blocks__title {
        width: 30%;
        margin-top: 1.875rem;
        margin-left: 1.875rem;
    }
}
@media (min-width: 992px) {
    .masthead-blocks__title {
        width: 30%;
        margin-top: 2.5rem;
        margin-left: 2.5rem;
    }
}
@media (min-width: 1200px) {
    .masthead-blocks__title {
        margin-top: 3.75rem;
        margin-left: 3.75rem;
    }
}
.masthead-blocks__footer {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}
@media (min-width: 1200px) {
    .masthead-blocks__footer {
        margin-top: 1.875rem;
    }
}
@media (min-width: 120rem) {
    .masthead-blocks__footer {
        margin-top: 3.75rem;
    }
}
@media (max-width: 991.98px) {
    .masthead-blocks__functions {
        top: -3.75rem;
        position: relative;
    }
}
@media (min-width: 1200px) {
    .masthead-blocks__functions {
        display: flex;
        margin-top: auto;
        margin-left: auto;
    }
    .masthead-blocks__functions > *:not(:last-child) {
        margin-right: 0.3125rem;
    }
}
.masthead-blocks__functions .btn-icon .material-symbols-outlined {
    color: #e20778;
}
@keyframes masthead-blocks-card-fade {
    0% {
        opacity: 0;
        transform: translateY(10vh);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
.masthead-home {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    min-height: 100vh;
    min-height: -webkit-fill-available;
    min-height: -moz-available;
    min-height: stretch;
    min-height: 100svh;
}
@supports not (min-height: 100svh) {
    .masthead-home {
        min-height: 90vh;
    }
}
.masthead-home__inner {
    position: relative;
    display: flex;
    align-items: center;
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
    z-index: 2;
}
@media (min-width: 992px) {
    .masthead-home__inner {
        padding-top: 12.5rem;
        padding-bottom: 12.5rem;
    }
}
.masthead-home__content {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    flex: 1;
}
@media (max-width: 767.98px) {
    .masthead-home__content {
        margin-bottom: 1.875rem;
    }
}
.masthead-home__centered {
    position: relative;
    display: flex;
    justify-content: center;
    width: 100%;
    align-self: flex-start;
    z-index: 3;
}
.masthead-home .audience-selector {
    width: 83%;
}
@media (min-width: 992px) {
    .masthead-home .audience-selector {
        width: auto;
    }
}
.masthead-home__footer {
    position: absolute;
    bottom: 1.875rem;
    left: 0;
    width: 100%;
    transform: translate(-50%);
    left: 50%;
}
@media (min-width: 992px) {
    .masthead-home__footer {
        display: flex;
    }
}
@media (min-width: 1200px) {
    .masthead-home__footer {
        bottom: 4.25rem;
    }
}
@media (max-width: 1199.98px) {
    .masthead-home__functions {
        position: absolute;
        bottom: 3.25rem;
        right: 0;
    }
}
@media (min-width: 1200px) {
    .masthead-home__functions {
        display: flex;
        margin-top: auto;
        margin-left: auto;
    }
    .masthead-home__functions > *:not(:last-child) {
        margin-right: 0.3125rem;
    }
}
.masthead-home__media {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.masthead-home__media img,
.masthead-home__media video,
.masthead-home__media .swiper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: 1;
}
.masthead-home__media:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #00000059;
    z-index: 2;
}
.masthead-home__media:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, #000 0%, #fff0 30%);
    z-index: 3;
    opacity: 0.35;
}
.masthead-news {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    min-height: 100vh;
    min-height: -webkit-fill-available;
    min-height: -moz-available;
    min-height: stretch;
    min-height: 100svh;
}
@supports not (min-height: 100svh) {
    .masthead-news {
        min-height: 90vh;
    }
}
.masthead-news__inner {
    padding-top: 6.875rem;
    position: relative;
    padding-bottom: 2.5rem;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    height: auto;
    z-index: 2;
}
@media (min-width: 1200px) {
    .masthead-news__inner {
        padding-top: 11.875rem;
    }
}
@media (min-width: 1200px) {
    .masthead-news__inner {
        padding-bottom: 4.375rem;
    }
}
.masthead-news__header {
    margin-top: auto;
    margin-bottom: 0;
    width: 100%;
}
@media (min-width: 992px) {
    .masthead-news .logo {
        width: 49.4%;
        padding-top: 7.9295517241%;
    }
}
.masthead-news__section-title {
    display: block;
    margin-top: 0.625rem;
}
@media (max-width: 991.98px) {
    .masthead-news__topics {
        margin-top: 3.75rem;
    }
}
.masthead-news__topics form {
    margin-top: 1.25rem;
    max-width: 18.75rem;
}
@media (min-width: 1200px) {
    .masthead-news__topics form {
        margin-top: 1.875rem;
    }
}
.masthead-news__posts {
    display: flex;
    width: 100%;
    margin-top: auto;
}
.masthead-news__posts .tab-content {
    margin-top: 4.375rem;
    width: 100%;
}
.masthead-news__image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.masthead-news__image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: 1;
}
.masthead-news__image:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #0000004d;
    z-index: 2;
}
.masthead-news__image:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, #000000 0%, #fff0 80%);
    z-index: 3;
}
.masthead-news .swiper-button-group {
    position: absolute;
    top: -3.75rem;
    right: 0;
}
.masthead-profile__inner {
    margin-top: 6.875rem;
}
@media (min-width: 1200px) {
    .masthead-profile__inner {
        margin-top: 11.875rem;
    }
}
@media (max-width: 991.98px) {
    .masthead-profile__text {
        margin-bottom: 1.875rem;
    }
}
@media (min-width: 992px) {
    .masthead-profile__text {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        height: 100%;
        width: 100%;
    }
}
@media (min-width: 992px) {
    .masthead-profile__content {
        margin-top: auto;
    }
}
.masthead-profile__image {
    position: relative;
    padding-top: 114.5%;
}
.masthead-profile__image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
@media (min-width: 1200px) {
    .masthead-profile__title {
        margin-bottom: 3.75rem;
    }
}
.masthead-profile__role {
    font-weight: 500;
}
@media (max-width: 1199.98px) {
    .masthead-profile__role {
        font-size: 0.875rem;
    }
}
.masthead-profile dl {
    margin-top: 1.25rem;
}
@media (min-width: 1200px) {
    .masthead-profile dl {
        margin-top: 1.875rem;
        font-size: 1.125rem;
    }
}
.masthead-profile__social {
    margin-top: 1.25rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
@media (min-width: 1200px) {
    .masthead-profile__social {
        margin-top: 1.875rem;
    }
}
.masthead-profile__social h2,
.masthead-profile__social .h2 {
    margin-right: 1.25rem;
    margin: 0.625rem 1.25rem 0 0;
}
@media (max-width: 1199.98px) {
    .masthead-profile__social h2,
    .masthead-profile__social .h2 {
        font-size: 0.875rem;
    }
}
.masthead-profile__social .social-icons {
    margin: 0.625rem 0 0;
}
.masthead-profile__social .icon-social {
    background-color: #e20778;
}
.masthead-profile .btn-text-link {
    display: inline-block;
    margin-top: 1.25rem;
}
@media (min-width: 1200px) {
    .masthead-profile .btn-text-link {
        margin-top: 1.875rem;
    }
}
.masthead-profile .logo {
    margin-bottom: 3.125rem;
}
@media (min-width: 992px) {
    .masthead-profile .logo {
        width: 81.4%;
        padding-top: 13.0661034483%;
    }
}
.masthead-search {
    position: relative;
    display: flex;
    flex-wrap: wrap;
}
.masthead-search__inner {
    display: flex;
    flex-wrap: wrap;
    padding-top: 12.5rem;
    padding-bottom: 1.875rem;
    z-index: 2;
}
@media (min-width: 1200px) {
    .masthead-search__inner {
        padding-bottom: 5rem;
    }
}
.masthead-search__title {
    margin-bottom: 0rem;
    text-align: center;
    width: 100%;
}
.masthead-search__form {
    width: 100%;
    display: flex;
    gap: 0.625rem;
    margin-top: 3.125rem;
    margin-bottom: 1.5625rem;
    flex-direction: column;
}
.masthead-search__form fieldset {
    flex-grow: 1;
}
.masthead-search__form .form-control,
.masthead-search__form .site-search .studio-widget-search-input,
.site-search .masthead-search__form .studio-widget-search-input,
.masthead-search__form #searchoptions-generic #search-field input,
#searchoptions-generic #search-field .masthead-search__form input,
.masthead-search__form input[type="file"] {
    background-image: url('data:image/svg+xml,<svg width="26" height="26" viewBox="0 0 26 26" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="mask0_205_2111" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="26" height="26"><rect width="26" height="26" fill="%23D9D9D9"/></mask><g><path d="M21.2333 25.5L14.4083 18.675C13.8667 19.1083 13.2438 19.4514 12.5396 19.7042C11.8354 19.9569 11.0861 20.0833 10.2917 20.0833C8.32361 20.0833 6.65799 19.4017 5.29479 18.0385C3.9316 16.6753 3.25 15.0097 3.25 13.0417C3.25 11.0736 3.9316 9.40799 5.29479 8.04479C6.65799 6.6816 8.32361 6 10.2917 6C12.2597 6 13.9253 6.6816 15.2885 8.04479C16.6517 9.40799 17.3333 11.0736 17.3333 13.0417C17.3333 13.8361 17.2069 14.5854 16.9542 15.2896C16.7014 15.9938 16.3583 16.6167 15.925 17.1583L22.75 23.9833L21.2333 25.5ZM10.2917 17.9167C11.6458 17.9167 12.7969 17.4427 13.7448 16.4948C14.6927 15.5469 15.1667 14.3958 15.1667 13.0417C15.1667 11.6875 14.6927 10.5365 13.7448 9.58854C12.7969 8.64062 11.6458 8.16667 10.2917 8.16667C8.9375 8.16667 7.78646 8.64062 6.83854 9.58854C5.89062 10.5365 5.41667 11.6875 5.41667 13.0417C5.41667 14.3958 5.89062 15.5469 6.83854 16.4948C7.78646 17.4427 8.9375 17.9167 10.2917 17.9167Z" fill="%23E20778"/></g></svg>');
    background-repeat: no-repeat;
    background-position: 0.625rem 0.4375rem;
    background-size: 1.625rem;
    font-size: 1rem;
    line-height: 1.125rem;
    font-weight: 700;
    border: 1px solid #fff;
    padding: 0.8125rem 2.5rem;
}
@media (min-width: 992px) {
    .masthead-search__form .form-control,
    .masthead-search__form .site-search .studio-widget-search-input,
    .site-search .masthead-search__form .studio-widget-search-input,
    .masthead-search__form #searchoptions-generic #search-field input,
    #searchoptions-generic #search-field .masthead-search__form input,
    .masthead-search__form input[type="file"] {
        padding: 0.8125rem 3.125rem;
        background-position: 0.9375rem 0.9375rem;
        font-size: 1.5rem;
        line-height: 2rem;
    }
}
@media (max-width: 991.98px) {
    .masthead-search__form .btn span {
        right: initial !important;
        margin-left: 0.625rem;
    }
}
@media (min-width: 992px) {
    .masthead-search__form {
        gap: 1.25rem;
        flex-direction: row;
    }
}
.masthead-search__count {
    margin-bottom: 0;
}
@media (max-width: 991.98px) {
    .masthead-search__count {
        font-size: 0.875rem;
    }
}
@media (min-width: 992px) {
    .masthead-split {
        display: flex;
        flex-wrap: wrap;
    }
}
.masthead-split__inner {
    height: auto;
}
.masthead-split__row {
    height: 100%;
}
@media (max-width: 991.98px) {
    .masthead-split__content {
        display: flex;
    }
    .masthead-split__content:after {
        content: "";
        width: 1px;
        padding-top: 100%;
    }
}
@media (min-width: 768px) and (max-width: 991.98px) {
    .masthead-split__content:after {
        padding-top: 70%;
    }
}
.masthead-split__text {
    padding-top: 6.875rem;
    display: flex;
    flex-direction: column;
    height: 100%;
}
@media (min-width: 1200px) {
    .masthead-split__text {
        padding-top: 11.875rem;
    }
}
.masthead-split__title {
    margin-top: auto;
    margin-bottom: 1.875rem;
}
@media (min-width: 768px) and (max-width: 991.98px) {
    .masthead-split__title {
        width: 60%;
    }
}
@media (min-width: 1200px) {
    .masthead-split__title {
        margin-bottom: 2.5rem;
    }
}
@media (min-width: 120rem) {
    .masthead-split__title {
        margin-bottom: 3.75rem;
    }
}
.masthead-split__image {
    position: relative;
    width: 100%;
    padding-top: 100%;
    background-color: #000;
}
@media (min-width: 768px) and (max-width: 991.98px) {
    .masthead-split__image {
        padding-top: 70%;
    }
}
@media (min-width: 992px) {
    .masthead-split__image {
        width: 50%;
        margin-left: -50%;
        height: 100vh;
        height: 100svh;
        padding-top: 0;
    }
}
.masthead-split__image img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
}
.masthead-split .logo {
    margin-bottom: 3.125rem;
}
@media (min-width: 992px) {
    .masthead-split .logo {
        width: 67%;
        padding-top: 10.7546551724%;
    }
}
.masthead-text {
    margin-top: 6.875rem;
}
@media (min-width: 1200px) {
    .masthead-text {
        margin-top: 11.875rem;
    }
}
@media (min-width: 768px) and (max-width: 991.98px) {
    .masthead-text__title {
        width: 75%;
    }
}
@media (min-width: 1200px) {
    .masthead-text__title {
        margin-bottom: 1.875rem;
    }
}
@media (max-width: 991.98px) {
    .masthead-text__text {
        margin-top: 5rem;
    }
}
@media (min-width: 992px) {
    .masthead-text .logo {
        width: 57%;
        padding-top: 9.1494827586%;
    }
}
.masthead {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    min-height: 100vh;
    min-height: -webkit-fill-available;
    min-height: -moz-available;
    min-height: stretch;
    min-height: 100svh;
}
@supports not (min-height: 100svh) {
    .masthead {
        min-height: 90vh;
    }
}
.masthead__inner {
    display: flex;
    flex-wrap: wrap;
    padding-top: 12.5rem;
    padding-bottom: 1.875rem;
    z-index: 2;
}
@media (min-width: 1200px) {
    .masthead__inner {
        padding-bottom: 4.25rem;
    }
}
.masthead__content {
    height: 100%;
    padding-top: calc(50vh - 200px);
    flex: 1;
    align-self: flex-end;
}
@media (max-width: 767.98px) {
    .masthead__content {
        min-height: 11.25rem;
    }
}
@media (min-width: 1200px) {
    .masthead__content {
        padding-top: calc(50vh - 200px);
    }
}
.masthead__content > * {
    display: flex;
    flex-wrap: wrap;
}
.masthead__text {
    width: 100%;
    align-self: flex-start;
    transform: translateY(-50%);
}
.masthead__text > * {
    width: 75%;
}
@media (min-width: 768px) {
    .masthead__text > * {
        width: 50%;
    }
}
@media (min-width: 992px) {
    .masthead__text > * {
        width: 95.3%;
    }
}
@media (max-width: 991.98px) {
    .masthead__text:not(:only-child) {
        margin-top: -1.25rem;
        margin-bottom: 1.25rem;
    }
}
.masthead__title {
    margin-bottom: 0;
    position: relative;
    width: clamp(16.625rem, 41vw, 49rem);
}
@media (min-width: 992px) {
    .col-lg-5 .masthead__title {
        width: 100%;
    }
}
.masthead__sub-text {
    font-size: clamp(1rem, 2.22vw, 2.625rem);
    line-height: 1.15;
    margin-bottom: 0;
    margin-top: 0.625rem;
    width: 70%;
}
@media (min-width: 768px) {
    .masthead__sub-text {
        width: 50%;
    }
}
@media (min-width: 992px) {
    .masthead__sub-text {
        width: 76%;
        margin-top: 1.25rem;
    }
}
@media (min-width: 992px) {
    .col-lg-5 .masthead__sub-text {
        width: 93%;
    }
}
.masthead__buttons {
    align-self: flex-end;
    width: 100%;
    display: flex;
    justify-content: space-between;
}
@media (max-width: 991.98px) {
    .masthead__buttons {
        top: -3.75rem;
        position: relative;
        margin-bottom: -3.75rem;
    }
}
.masthead__cta {
    margin-bottom: 1.25rem;
    align-self: flex-end;
}
@media (min-width: 992px) {
    .masthead__cta {
        margin-bottom: 0;
    }
}
.masthead__functions {
    margin-top: auto;
    margin-left: auto;
}
@media (min-width: 1200px) {
    .masthead__functions {
        display: flex;
    }
    .masthead__functions > *:not(:last-child) {
        margin-right: 0.3125rem;
    }
}
.masthead__logo {
    align-self: flex-end;
}
@media (min-width: 992px) {
    .masthead__logo .logo {
        width: 67%;
        padding-top: 10.7546551724%;
    }
}
.masthead__section-title {
    flex: 1 100%;
    margin-bottom: 0;
    margin-top: 0.9375rem;
    text-transform: uppercase;
}
.masthead__media {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.masthead__media img,
.masthead__media video,
.masthead__media .swiper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: 1;
}
.masthead__media:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #00000059;
    z-index: 2;
}
.masthead__media:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, #000 0%, #fff0 30%);
    z-index: 3;
    opacity: 0.35;
}
.modal-video .btn-close {
    position: absolute;
    top: 0;
    right: 0;
    transform: translateY(0);
    margin-top: 0;
    background-color: #fff;
}
.modal-video .btn-close .material-symbols-outlined {
    color: #000;
}
.modal-video .btn-close:focus {
    outline-color: #fff;
}
@media (max-width: 575.98px) {
    .modal-video .btn-close {
        top: 0;
        margin-top: 0;
    }
}
@media (min-width: 768px) {
    .modal-video .btn-close {
        top: 0;
        right: 0;
    }
}
.modal-video .modal-content {
    background-color: #fff0;
}
.modal-video .modal-body {
    padding-top: 3.125rem;
}
.modal-video .ratio {
    background-color: #000;
}
.modal-transcript .modal-header,
.modal-transcript .modal-body {
    padding: 1.25rem;
}
@media (min-width: 768px) {
    .modal-transcript .modal-header,
    .modal-transcript .modal-body {
        padding: 1.875rem;
    }
}
.modal-transcript .modal-header p,
.modal-transcript .modal-header ul,
.modal-transcript .modal-header ol,
.modal-transcript .modal-body p,
.modal-transcript .modal-body ul,
.modal-transcript .modal-body ol {
    margin-bottom: 0;
}
.modal-transcript .modal-body {
    padding-top: 0;
}
.modal-transcript .modal-body p:not(:last-child),
.modal-transcript .modal-body ul:not(:last-child),
.modal-transcript .modal-body ol:not(:last-child) {
    margin-bottom: 1.875rem;
}
@media (min-width: 1200px) {
    .modal-xl {
        width: 87%;
        max-width: 112.5rem;
    }
}
.nav-pills .nav-link {
    padding: 0;
    letter-spacing: -0.02em;
    font-weight: 700;
    text-align: left;
}
.nav-pills .nav-link:focus {
    outline-offset: -0.125rem;
}
.nav-pills-h {
    overflow: auto;
    white-space: nowrap;
    display: block;
    scroll-snap-type: x mandatory;
    margin-bottom: 2.5rem;
}
.nav-pills-h .nav-item {
    display: inline-block;
}
.nav-pills-h .nav-item:not(:last-child) {
    margin-right: 1.25rem;
}
@media (min-width: 1200px) {
    .nav-pills-h .nav-item:not(:last-child) {
        margin-right: 3.125rem;
    }
}
.nav-pills-h .nav-link {
    position: relative;
    padding: 0 0 0.9375rem;
    font-size: 0.875rem;
    color: #0000008c;
}
@media (min-width: 1200px) {
    .nav-pills-h .nav-link {
        font-size: 1.125rem;
    }
}
@media (min-width: 120rem) {
    .nav-pills-h .nav-link {
        font-size: 1.25rem;
    }
}
.nav-pills-h .nav-link:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50%;
    height: 0.4375rem;
    max-width: 3.75rem;
    background-color: #e20778;
    opacity: 0;
    transition: opacity 0.15s;
}
.nav-pills-h .nav-link.active,
.nav-pills-h .nav-link:hover,
.nav-pills-h .nav-link:focus {
    color: inherit;
}
.nav-pills-h .nav-link.active:after,
.nav-pills-h .nav-link:hover:after,
.nav-pills-h .nav-link:focus:after {
    opacity: 1;
}
.nav-pills-h-border {
    overflow: auto;
    white-space: nowrap;
    display: block;
    border-top: 0.125rem solid #000;
    border-bottom: 0.125rem solid #000;
    scroll-snap-type: x mandatory;
}
.nav-pills-h-border .nav-item {
    display: inline-block;
}
.nav-pills-h-border .nav-item:not(:last-child) {
    margin-right: 1.25rem;
}
@media (min-width: 1200px) {
    .nav-pills-h-border .nav-item:not(:last-child) {
        margin-right: 3.125rem;
    }
}
.nav-pills-h-border .nav-link {
    position: relative;
    padding: 1.25rem 0;
    font-size: 0.75rem;
}
@media (min-width: 1200px) {
    .nav-pills-h-border .nav-link {
        padding: 2.25rem 0;
        font-size: 0.875rem;
    }
}
@media (min-width: 120rem) {
    .nav-pills-h-border .nav-link {
        font-size: 1rem;
    }
}
.nav-pills-h-border .nav-link:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0.4375rem;
    background-color: #e20778;
    opacity: 0;
    transition: opacity 0.15s;
}
.nav-pills-h-border .nav-link.active:after,
.nav-pills-h-border .nav-link:hover:after,
.nav-pills-h-border .nav-link:focus:after {
    opacity: 1;
}
.nav-pills[aria-orientation="vertical"] .nav-link {
    margin-bottom: 1.25rem;
    font-size: clamp(1.625rem, 2.91vw, 3.5rem);
    line-height: 1.15;
}
@media (max-width: 767.98px) {
    .nav-pills[aria-orientation="vertical"] .nav-link {
        font-size: 0.875rem;
        line-height: 1;
    }
}
.nav-pills[aria-orientation="vertical"] .nav-link:last-child {
    margin-bottom: 0;
}
.nav-pills[aria-orientation="vertical"] .nav-link:hover,
.nav-pills[aria-orientation="vertical"] .nav-link:focus {
    color: #e20778;
}
.nav-pills.nav-pills-v-border[aria-orientation="vertical"] {
    border-bottom: 0.125rem solid #000;
}
.nav-pills.nav-pills-v-border[aria-orientation="vertical"] .nav-link {
    margin-bottom: 0;
    padding: 0.75rem 0;
    border-top: 0.125rem solid #000;
    font-size: clamp(1.375rem, 2.5vw, 2.75rem);
}
@media (max-width: 767.98px) {
    .nav-pills.nav-pills-v-border[aria-orientation="vertical"] .nav-link {
        font-size: 0.875rem;
    }
}
@media (min-width: 992px) {
    .nav-pills.nav-pills-v-border[aria-orientation="vertical"] .nav-link {
        padding: 1.25rem 0;
    }
}
@media (min-width: 992px) {
    .news-feature__feature {
        margin-bottom: 2.5rem;
    }
}
@media (min-width: 992px) {
    .news-feature__more {
        position: relative;
        padding-top: 2.5rem;
        padding-bottom: 2.5rem;
    }
    .news-feature__more:before,
    .news-feature__more:after {
        content: "";
        position: absolute;
        left: 6.5%;
        right: 6.5%;
        height: 0.125rem;
        background-color: #000;
    }
}
@media (min-width: 992px) and (min-width: 768px) {
    .news-feature__more:before,
    .news-feature__more:after {
        left: 1.25rem;
        right: 1.25rem;
    }
}
@media (min-width: 992px) {
    .news-feature__more:before {
        top: 0;
    }
}
@media (min-width: 992px) {
    .news-feature__more:after {
        bottom: 0;
    }
}
.news-feature .btn-text-link {
    display: inline-block;
    margin-top: 2.5rem;
}
@media (min-width: 992px) {
    .news-feature .btn-text-link {
        margin-top: 0;
    }
}
@media (min-width: 1200px) {
    .news-feature .card-split__desc {
        font-size: 0.875rem;
        width: 103%;
    }
}
.news-listing__title {
    margin-bottom: 1.875rem;
}
@media (min-width: 1200px) {
    .news-listing__title {
        margin-bottom: 3.75rem;
    }
}
.news-listing__listing {
    position: relative;
}
@media (min-width: 992px) {
    .news-listing__listing:before {
        content: "";
        position: absolute;
        top: 2.5rem;
        left: 62.666667%;
        width: 0.125rem;
        height: 100%;
        background-color: #000;
    }
}
.news-listing__main .btn-text-link {
    display: inline-block;
    margin-top: 2.5rem;
}
@media (min-width: 1200px) {
    .news-listing__main .btn-text-link {
        margin-top: 5rem;
    }
}
.news-listing__more {
    position: relative;
    padding-top: 2.5rem;
}
.news-listing__more:before {
    content: "";
    position: absolute;
    top: 0;
    left: 6.5%;
    right: 6.5%;
    height: 0.125rem;
    background-color: #000;
}
@media (min-width: 768px) {
    .news-listing__more:before {
        left: 1.25rem;
        right: 1.25rem;
    }
}
@media (min-width: 992px) {
    .news-listing__more {
        padding-top: 0;
    }
    .news-listing__more:before {
        content: none;
        display: none;
    }
}
.number-cols-banner__title {
    margin-bottom: 3.125rem;
}
@media (min-width: 1200px) {
    .number-cols-banner__title {
        margin-bottom: 3.75rem;
    }
}
.number-cols-banner__title:before {
    content: none;
}
.number-cols-banner ol {
    list-style: none;
    counter-reset: number-col-counter;
    padding-left: 0;
}
@media (min-width: 992px) {
    .number-cols-banner ol {
        display: flex;
    }
}
.number-cols-banner ol li {
    counter-increment: number-col-counter;
    font-weight: 700;
}
@media (min-width: 992px) {
    .number-cols-banner ol li {
        flex: 1;
    }
}
.number-cols-banner ol li:not(:last-child) {
    margin-bottom: 1.875rem;
    padding-bottom: 1.875rem;
    border-bottom: 0.125rem solid #000;
}
@media (min-width: 992px) {
    .number-cols-banner ol li:not(:last-child) {
        margin-bottom: 0;
        padding-bottom: 0;
        border-bottom: 0;
        margin-right: 1.25rem;
        padding-right: 1.25rem;
        border-right: 0.125rem solid #000;
    }
}
.number-cols-banner ol li:before {
    content: counter(number-col-counter);
    display: block;
    margin-bottom: 1.25rem;
    font-size: clamp(5rem, 6.94vw, 8.313rem);
    font-variant-numeric: oldstyle-nums;
    line-height: 1.1;
    color: #e20778;
}
@media (min-width: 992px) {
    .number-cols-banner ol li:before {
        margin-top: -0.3em;
    }
}
.pagination {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.pagination a,
.pagination span {
    width: 1.875rem;
    height: 2.5rem;
    text-align: center;
    line-height: 2.5rem;
    font-size: 0.875rem;
    font-weight: 700;
}
.pagination a {
    color: #000;
}
.pagination .currentpage {
    color: #e20778;
}
.post-details {
    overflow: hidden;
}
.post-details__inner {
    padding: 1.875rem 0;
    border-bottom: 0.125rem solid #000;
}
@media (min-width: 992px) {
    .post-details__inner {
        display: flex;
        align-items: center;
    }
}
@media (min-width: 992px) {
    .post-details__audio-player {
        flex-grow: 1;
        border-right: 0.125rem solid #000;
        padding-right: 2.5rem;
        margin-right: 2.5rem;
    }
}
@media (min-width: 1200px) {
    .post-details__audio-player {
        padding-right: 5rem;
        margin-right: 5rem;
    }
}
@media (max-width: 991.98px) {
    .post-details__share:not(:only-child) {
        padding-top: 1.875rem;
        margin-top: 1.875rem;
        border-top: 0.125rem solid #000;
    }
}
@media (max-width: 991.98px) {
    .post-details__share:not(:only-child) {
        flex-shrink: 0;
    }
}
.post-details .bwp.bwp.bwp.bwp.bwp.bwp.bwp.bwp.bwp.bwp.bwp.bwp .beyondwords.svelte-vl0esb {
    all: unset !important;
    display: none !important;
}
.post-details .bwp.bwp.bwp.bwp.bwp.bwp.bwp.bwp.bwp.bwp.bwp.bwp .duration-in-mins.svelte-121qsze {
    all: unset !important;
    font-size: 0.75rem !important;
}
.offcanvas-primary-nav .btn-close {
    margin: 0.625rem 0 0.625rem -0.625rem;
}
@media (min-width: 1200px) {
    .offcanvas-primary-nav .btn-close {
        margin-top: 2.875rem;
        margin-bottom: 2.125rem;
    }
}
.theme-black.theme-bg .offcanvas-primary-nav .btn-close .material-symbols-outlined {
    color: #000;
}
.theme-black.theme-bg .offcanvas-primary-nav .btn-close:focus {
    outline-color: #000;
}
.theme-black.theme-bg .offcanvas-primary-nav #offcanvasPrimaryNavLabel {
    color: #000;
}
.offcanvas-primary-nav .offcanvas-body .inner {
    overflow-x: hidden;
    height: 100%;
}
.primary-nav-content {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    height: 100%;
}
@media (min-width: 992px) {
    .primary-nav-content {
        width: 42%;
    }
}
.primary-nav-content__header {
    width: 100%;
}
.primary-nav-content__header:not(:last-child) {
    margin-bottom: 3.75rem;
}
.primary-nav-content__controls {
    display: flex;
    align-items: flex-start;
}
.primary-nav-content__controls > a:not(.btn) {
    display: flex;
    align-items: center;
    padding: 0;
    font-size: 0.75rem;
    text-transform: uppercase;
    font-weight: 700;
    color: #000;
    text-decoration-color: #fff0;
}
.theme-black.theme-bg .primary-nav-content__controls > a:not(.btn) {
    color: #000;
}
.primary-nav-content__controls > a:not(.btn):focus {
    outline-offset: -0.125rem;
}
.theme-black.theme-bg .primary-nav-content__controls > a:not(.btn):focus {
    outline-color: #000;
}
.primary-nav-content__controls > a:not(.btn):after {
    content: "";
    width: 0.125rem;
    height: 0.5625rem;
    margin-left: 0.625rem;
    margin-right: 0.625rem;
    margin-bottom: 0.0625rem;
    background-color: #000;
}
.primary-nav-breadcrumb {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.primary-nav-breadcrumb li {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.primary-nav-breadcrumb li:not(:first-child):before {
    content: "";
    width: 0.5rem;
    height: 0.4375rem;
    display: block;
    margin-left: 0.25rem;
    margin-right: 0.25rem;
    margin-bottom: 0.1875rem;
    background-image: url("data:image/svg+xml,%3Csvg width='8' height='7' viewBox='0 0 8 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.947266 6.556V4.91196L4.61936 3.38792L0.947266 1.81588V0.183838L7.04342 2.7519V3.98793L0.947266 6.556Z' fill='black'/%3E%3C/svg%3E");
}
.primary-nav-breadcrumb li:only-child button,
.primary-nav-breadcrumb li:only-child span {
    text-decoration: none;
}
.primary-nav-breadcrumb button,
.primary-nav-breadcrumb span {
    padding: 0;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-decoration: none;
    background-color: #fff0;
    text-align: left;
    font-size: 0.75rem;
    text-transform: uppercase;
    font-weight: 700;
    color: #000;
    text-decoration: underline;
}
.primary-nav-breadcrumb span {
    text-decoration: none;
    cursor: default !important;
}
.primary-nav-breadcrumb a:focus,
.primary-nav-breadcrumb button:focus,
.primary-nav-breadcrumb span:focus {
    outline-offset: -0.125rem;
}
.theme-black.theme-bg .primary-nav-breadcrumb a:focus,
.theme-black.theme-bg .primary-nav-breadcrumb button:focus,
.theme-black.theme-bg .primary-nav-breadcrumb span:focus {
    outline-color: #000;
}
.primary-nav {
    position: relative;
    border-top: 0.125rem solid #000;
    overflow: hidden;
    margin-top: 0.375rem;
    opacity: 0;
    width: 100%;
    transition: height 0.3s cubic-bezier(0.76, 0, 0.24, 1);
}
@media (min-width: 1200px) {
    .primary-nav a,
    .primary-nav button,
    .primary-nav .primary-nav-breadcrumb span,
    .primary-nav-breadcrumb .primary-nav span {
        transition: opacity 0.25s;
    }
}
@media (min-width: 1200px) {
    .primary-nav:hover a,
    .primary-nav:hover button,
    .primary-nav:hover .primary-nav-breadcrumb span,
    .primary-nav-breadcrumb .primary-nav:hover span {
        opacity: 0.45;
    }
}
.show .primary-nav,
.showing .primary-nav {
    opacity: 1;
}
.primary-nav ul {
    padding-left: 0;
    list-style: none;
    margin-bottom: 0;
    z-index: 1;
}
.primary-nav ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.primary-nav .btn-icon {
    position: relative;
    outline-offset: -0.125rem;
    transform: scale(1);
    transition: transform 0.25s;
}
.primary-nav .btn-icon .material-symbols-outlined {
    font-variation-settings: "wght" 600;
}
.theme-black.theme-bg .primary-nav .btn-icon .material-symbols-outlined {
    color: #000;
}
.primary-nav .btn-icon:not(:hover):not(:focus) {
    color: #000;
}
.primary-nav .btn-icon:hover {
    transform: scale(1.4);
}
.primary-nav .btn-icon:focus {
    outline-color: #000;
}
.primary-nav button:hover,
.primary-nav .primary-nav-breadcrumb span:hover,
.primary-nav-breadcrumb .primary-nav span:hover {
    opacity: 1;
}
.primary-nav a {
    position: relative;
    display: block;
    padding: 0.75rem 0;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-decoration-color: #fff0;
    background-color: #fff0;
    font-weight: 700;
    font-size: clamp(1.25rem, 2.63vw, 3.125rem);
    text-align: left;
    letter-spacing: -0.03em;
    line-height: 0.9;
    flex-grow: 1;
}
.primary-nav a:hover {
    opacity: 1;
}
.primary-nav a:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: calc(100% + 2.5rem);
    background-color: #000;
    height: 0.125rem;
}
.primary-nav a:focus {
    outline-offset: -0.125rem;
}
.theme-black.theme-bg .primary-nav a:focus {
    outline-color: #000;
}
.theme-black.theme-bg .primary-nav a:not(.btn) {
    color: #000;
}
.primary-nav > ul ul {
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    visibility: hidden;
    transform: translate(100%);
    transition: visibility 0.75s cubic-bezier(0.76, 0, 0.24, 1), transform 0.75s cubic-bezier(0.76, 0, 0.24, 1);
}
.primary-nav > ul ul.active {
    visibility: visible;
    transform: translate(0);
}
.primary-nav-image {
    display: none;
    align-items: flex-end;
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
}
@media (min-width: 992px) {
    .primary-nav-image {
        display: flex;
    }
}
.primary-nav-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.primary-nav-image__cta {
    position: relative;
    padding: 1.875rem;
    margin: 3.5rem;
    width: 100%;
    max-width: 33.75rem;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}
@media (min-width: 1200px) {
    .primary-nav-image__cta {
        width: 59%;
    }
}
@media (min-width: 120rem) {
    .primary-nav-image__cta {
        padding: 3.125rem;
    }
}
.primary-nav-image__cta a {
    text-decoration-color: #fff0;
    margin-bottom: 2.5rem;
}
.primary-nav-image__cta a:after {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    background: #fff0;
}
.primary-nav-image__cta a:hover,
.primary-nav-image__cta a:focus {
    text-decoration-color: inherit;
}
.primary-nav-image__cta > span {
    display: block;
}
.primary-nav-image .btn-icon {
    display: flex;
    position: absolute;
    bottom: 1.25rem;
    right: 1.25rem;
}
.quick-links {
    width: 100%;
    margin-top: auto;
    padding-bottom: 2.5rem;
}
@media (min-width: 1200px) {
    .quick-links {
        padding-bottom: 3.75rem;
    }
}
.theme-black.theme-bg .quick-links {
    color: #000;
}
.theme-black.theme-bg .quick-links a:not(.btn) {
    color: #000;
}
.quick-links__title {
    display: block;
    border-bottom: 0.125rem solid #000;
    padding-bottom: 0.5rem;
    margin-bottom: 0.875rem;
}
.theme-black.theme-bg .quick-links__title {
    color: #000;
}
@media (min-width: 1200px) {
    .quick-links__title {
        margin-bottom: 1.25rem;
    }
}
.quick-links ul {
    padding-left: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0;
}
.quick-links ul li {
    width: 50%;
    padding-right: 1.25rem;
    margin-bottom: 0.125rem;
}
@media (min-width: 1200px) {
    .quick-links ul li {
        margin-bottom: 0.375rem;
    }
}
.quick-links a {
    font-size: 0.875rem;
    text-decoration-color: #fff0;
}
.theme-black.theme-bg .quick-links a {
    outline-color: #000;
}
.quick-links a:hover,
.quick-links a:focus {
    text-decoration-color: inherit;
}
.quick-links a:focus {
    outline-offset: -0.125rem;
}
@media (min-width: 1200px) {
    .quick-links a {
        font-size: 1rem;
    }
}
.profiles-feature {
    overflow: hidden;
}
.profiles-feature__col {
    position: relative;
}
.profiles-feature__title {
    padding-right: 5.9375rem;
    margin-bottom: 2.5rem;
}
@media (min-width: 1200px) {
    .profiles-feature__title {
        margin-bottom: 3.75rem;
    }
}
.profiles-feature__card {
    position: relative;
}
@media (min-width: 768px) {
    .profiles-feature__card {
        align-items: center;
    }
}
.profiles-feature__card:not(:last-child) {
    padding-bottom: 2.5rem;
    margin-bottom: 2.5rem;
}
@media (min-width: 1200px) {
    .profiles-feature__card:not(:last-child) {
        padding-bottom: 3.75rem;
        margin-bottom: 3.75rem;
    }
}
.profiles-feature__card:not(:last-child):after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 1.25rem;
    right: 1.25rem;
    height: 1px;
    background-color: #fff;
}
.profiles-feature__name {
    margin-bottom: 0.625rem;
}
.profiles-feature__sub-title {
    font-weight: 700;
    margin-bottom: 1.25rem;
    display: block;
}
@media (min-width: 1200px) {
    .profiles-feature__desc {
        max-width: 35.9375rem;
    }
}
.profiles-feature__desc > p,
.profiles-feature__desc button,
.profiles-feature__desc .primary-nav-breadcrumb span,
.primary-nav-breadcrumb .profiles-feature__desc span {
    display: inline;
}
.profiles-feature__desc p:last-child,
.profiles-feature__desc ul:last-child,
.profiles-feature__desc ol:last-child {
    margin-bottom: 0;
}
@media (max-width: 767.98px) {
    .profiles-feature__image-wrapper {
        margin-bottom: 1.875rem;
    }
}
@media (min-width: 768px) {
    .profiles-feature__image-wrapper {
        align-self: flex-start;
    }
}
.profiles-feature__image {
    position: relative;
    padding-top: 50%;
    width: 50%;
}
@media (min-width: 768px) {
    .profiles-feature__image {
        padding-top: 100%;
        width: 100%;
    }
}
.profiles-feature__image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.profiles-feature .swiper {
    overflow: visible;
}
.profiles-feature .swiper-button-group {
    top: -0.3125rem;
    right: 1.25rem;
    position: absolute;
}
.program-compare-widget {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 1.875rem 0;
    z-index: 12;
    visibility: hidden;
    transform: translateY(100%);
    transition: visibility 0.75s cubic-bezier(0.76, 0, 0.24, 1), transform 0.75s cubic-bezier(0.76, 0, 0.24, 1);
    max-height: -webkit-fill-available;
    overflow-y: auto;
}
.program-compare-widget__inner {
    position: relative;
}
.program-compare-widget.active {
    visibility: visible;
    transform: translateY(0);
}
@media (min-width: 1200px) {
    .program-compare-widget {
        padding: 2.5rem 0;
    }
}
.program-compare-widget__text {
    margin-bottom: 0;
    font-weight: 700;
    letter-spacing: -0.02em;
    margin-right: 3.125rem;
}
@media (max-width: 1199.98px) {
    .program-compare-widget__text {
        font-size: 0.875rem;
    }
}
.program-compare-widget__button-group {
    padding-top: 1rem;
}
@media (min-width: 992px) {
    .program-compare-widget__button-group {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }
}
@media (max-width: 991.98px) {
    .program-compare-widget__button-group > * {
        width: 100%;
        margin-bottom: 0.625rem;
    }
    .program-compare-widget__button-group > *:last-child {
        margin-bottom: 0;
    }
}
@media (min-width: 992px) {
    .program-compare-widget__button-group > * {
        width: calc(25% - 40px);
        margin-right: 2.5rem;
    }
}
.program-compare-widget__button-group .btn {
    text-align: left;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
@media (min-width: 992px) {
    .program-compare-widget__button-group .btn {
        width: calc(25% - 40px);
    }
}
.program-compare-widget__btn-minimize {
    position: absolute;
    top: -0.625rem;
    right: 0;
    transform-origin: center;
    transition: transform 0.3s cubic-bezier(0.76, 0, 0.24, 1);
}
.program-compare-widget__btn-minimize[aria-expanded="false"] {
    transform: rotate(180deg);
}
.progress-scroll {
    --scroll: 0%;
    background: linear-gradient(to right, #e20778 var(--scroll), transparent 0);
    position: absolute;
    top: auto;
    bottom: -5px;
    width: 100%;
    height: 0;
    transition: height 0.25s ease-in-out;
    z-index: 1000;
}
.progress-scroll.show {
    height: 0.4375rem;
}
.progress-scroll.black {
    background: linear-gradient(to right, #2e2e27 var(--scroll), #e6e6e6 0);
}
body[class^="theme-"] .progress-scroll {
    background: linear-gradient(to right, black var(--scroll), transparent 0);
}
.pull-quote blockquote {
    margin-bottom: 0;
    border-left: 0.125rem solid #000;
    padding-left: 1.25rem;
}
@media (min-width: 1200px) {
    .pull-quote blockquote {
        padding-left: 4.375rem;
    }
}
.pull-quote blockquote p:last-child {
    margin-bottom: 0;
}
#searchoptions-generic legend,
#searchoptions-generic #search-field label {
    position: absolute;
    left: -62.5rem;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}
#searchoptions-generic #search-field input {
    padding-right: 2.5rem;
    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%3Cmask id='mask0_176_17' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='20' height='20'%3E%3Crect width='20' height='20' fill='%23D9D9D9'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_176_17)'%3E%3Cpath d='M15.9375 17L10.9583 12.0208C10.5417 12.3264 10.0848 12.566 9.58767 12.7396C9.09056 12.9132 8.56158 13 8.00073 13C6.61135 13 5.43056 12.5139 4.45833 11.5417C3.48611 10.5694 3 9.38889 3 8C3 6.61111 3.48611 5.43056 4.45833 4.45833C5.43056 3.48611 6.61111 3 8 3C9.38889 3 10.5694 3.48611 11.5417 4.45833C12.5139 5.43056 13 6.61135 13 8.00073C13 8.56158 12.9132 9.09056 12.7396 9.58767C12.566 10.0848 12.3264 10.5417 12.0208 10.9583L17 15.9375L15.9375 17ZM8 11.5C8.97222 11.5 9.79861 11.1597 10.4792 10.4792C11.1597 9.79861 11.5 8.97222 11.5 8C11.5 7.02778 11.1597 6.20139 10.4792 5.52083C9.79861 4.84028 8.97222 4.5 8 4.5C7.02778 4.5 6.20139 4.84028 5.52083 5.52083C4.84028 6.20139 4.5 7.02778 4.5 8C4.5 8.97222 4.84028 9.79861 5.52083 10.4792C6.20139 11.1597 7.02778 11.5 8 11.5Z' fill='%231C1B1F'/%3E%3C/g%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 0.625rem center;
}
@media (min-width: 992px) {
    .secondary-nav {
        margin-top: 3.75rem;
        margin-bottom: 3.75rem;
    }
}
@media (max-width: 991.98px) {
    .secondary-nav__toggle {
        display: flex;
        align-items: center;
        padding: 0;
        border: 0;
        -webkit-appearance: none;
        -moz-appearance: none;
        background-color: #fff0;
        text-decoration: none;
        width: 100%;
        margin-top: 0.3125rem;
        padding: 1.5625rem 0;
        border-bottom: 0.125rem solid #000;
        color: #000;
    }
    .secondary-nav__toggle:focus {
        outline-offset: -0.125rem;
    }
    .secondary-nav__toggle span {
        margin-right: 0.9375rem;
        margin-bottom: 0;
    }
}
@media (min-width: 992px) {
    .secondary-nav__toggle {
        display: none;
    }
}
@media (min-width: 992px) {
    .secondary-nav__nav-collapse.collapse {
        display: block !important;
    }
}
.secondary-nav nav {
    border-bottom: 2px solid #000;
    padding: 1.5625rem 0;
}
@media (min-width: 992px) {
    .secondary-nav nav {
        position: relative;
        padding: 0;
    }
}
.secondary-nav ul {
    margin-bottom: 0;
}
.secondary-nav ul li {
    position: relative;
}
.secondary-nav ul li.active a {
    color: #e20778;
}
.secondary-nav ul li.active a:after {
    display: block;
}
.secondary-nav a {
    display: block;
    color: #000;
    text-decoration-color: #fff0;
    font-weight: 700;
    font-size: 0.875rem;
}
@media (min-width: 992px) {
    .secondary-nav a {
        letter-spacing: -0.02em;
    }
}
@media (min-width: 120rem) {
    .secondary-nav a {
        font-size: 1rem;
    }
}
.secondary-nav a:after {
    content: "";
    position: absolute;
    bottom: -0.3125rem;
    left: 0;
    width: 1.875rem;
    height: 0.25rem;
    background-color: #e20778;
    display: none;
}
@media (min-width: 992px) {
    .secondary-nav a:after {
        width: 100%;
        height: 0.4375rem;
    }
}
.secondary-nav a:hover:after,
.secondary-nav a:focus:after {
    display: block;
}
.secondary-nav a:focus {
    outline-offset: -0.125rem;
}
@media (min-width: 992px) {
    .secondary-nav nav > ul {
        height: 100%;
    }
}
@media (min-width: 992px) {
    .secondary-nav nav > ul > li {
        display: flex;
        align-items: flex-start;
        height: 100%;
        width: calc(100% - 55px);
    }
}
@media (max-width: 991.98px) {
    .secondary-nav nav > ul > li > strong {
        display: none;
    }
}
@media (min-width: 992px) {
    .secondary-nav nav > ul > li > strong {
        display: flex;
        align-items: center;
        flex-shrink: 0;
        margin-right: 3.75rem;
        margin-bottom: 0;
    }
}
@media (min-width: 120rem) {
    .secondary-nav nav > ul > li > strong {
        font-size: 0.875rem;
    }
}
@media (min-width: 992px) {
    .secondary-nav nav > ul > li > ul {
        display: flex;
        align-items: flex-start;
        height: 3.4375rem;
        flex: auto;
        overflow: hidden;
        padding-left: 0.25rem;
    }
}
.secondary-nav nav > ul > li > ul li {
    position: relative;
}
@media (min-width: 992px) {
    .secondary-nav nav > ul > li > ul li {
        flex-shrink: 0;
        display: flex;
        align-items: flex-start;
        height: 100%;
    }
}
@media (max-width: 991.98px) {
    .secondary-nav nav > ul > li > ul li:not(:last-child) {
        margin-bottom: 1.25rem;
    }
}
@media (min-width: 992px) {
    .secondary-nav nav > ul > li > ul li:not(:last-child) {
        margin-right: 3.125rem;
    }
}
@media (min-width: 992px) {
    .secondary-nav nav > ul > li > ul a:after {
        bottom: 0;
    }
}
@media (max-width: 991.98px) {
    .secondary-nav__more-toggle {
        display: none !important;
    }
}
@media (min-width: 992px) {
    .secondary-nav__more-toggle {
        position: absolute;
        top: 0;
        right: 0;
        width: 2.5rem;
        height: 2.5rem;
        background-color: #000;
        padding: 0;
        border: 0;
        -webkit-appearance: none;
        -moz-appearance: none;
        z-index: 2;
    }
    .secondary-nav__more-toggle.hide {
        display: none;
    }
    .secondary-nav__more-toggle:focus {
        outline-offset: -0.25rem;
        outline-color: #fff;
    }
    .secondary-nav__more-toggle span {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        color: #fff;
    }
}
.secondary-nav .dropdown-menu {
    padding: 1.875rem;
    width: 18.75rem;
    border-width: 0.125rem;
}
.secondary-nav .dropdown-menu ul li:not(:last-child) {
    margin-bottom: 1.25rem;
}
@media (min-width: 992px) {
    .masthead + .secondary-nav,
    #masthead-scroll-anchor + .secondary-nav {
        margin-top: 2.3125rem;
    }
}
.section-header {
    margin-bottom: 2.5rem;
}
@media (min-width: 1200px) {
    .section-header {
        margin-bottom: 5rem;
    }
}
@media (min-width: 768px) {
    .section-header__title-col:only-child {
        width: 65%;
    }
}
@media (min-width: 992px) {
    .section-header__content-col {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
    }
}
.section-header__content-col .btn-text-link {
    margin-top: auto;
    align-self: flex-end;
}
@media (min-width: 992px) {
    .section-header__content-col > *:first-child:not(.section-header__content-col .btn-text-link) {
        margin-top: 1.4em;
    }
}
.section-header h2:only-child,
.section-header .h2:only-child {
    margin-bottom: 0;
}
@media (min-width: 768px) {
    .section-header.small .display-3 {
        width: 50%;
    }
}
@media (min-width: 768px) {
    .section-header.wide .display-3 {
        width: 101%;
    }
}
@media (min-width: 992px) {
    .section-header.x-wide .display-3 {
        width: 123%;
    }
}
.section-header .display-3 {
    width: 80%;
}
.section-header p {
    font-size: clamp(1.125rem, 1.59vw, 1.875rem);
    font-weight: 700;
    line-height: 1.217;
    width: 86%;
}
.section-header p:last-child {
    margin-bottom: 0;
}
.section-header p.section-header__small-text {
    font-size: 1rem;
}
.share-buttons {
    display: flex;
    align-items: center;
}
.share-buttons > *:not(:last-child) {
    margin-right: 0.625rem;
}
.share-buttons__title {
    font-size: 0.875rem;
    font-weight: 700;
    letter-spacing: -0.02em;
}
.share-buttons .dropdown-menu {
    padding: 0.9375rem;
    border-width: 0.125rem;
}
.share-buttons .dropdown-menu span {
    font-size: 0.875rem;
    word-break: break-all;
    display: block;
}
.skip-link__container {
    text-align: left;
    margin: 0 auto;
    width: 87%;
}
.skip-link a {
    display: inline-block;
    position: absolute;
    top: 0;
    left: -9999px;
}
.skip-link a:focus {
    margin: 0.25rem;
    left: 0;
    z-index: 7;
}
.banner--split-white .skip-link a:focus {
    outline-color: #fff;
}
.sticky-nav {
    position: sticky;
    top: 0;
    z-index: 12;
    background-color: #fff;
}
.sticky-nav:before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 50%;
    height: 0.125rem;
    transform: translate(-50%);
    background-color: #000;
    transition: width 0.3s;
}
.sticky-nav__inner {
    position: relative;
    border-bottom: 0.125rem solid #000;
    transition: border 0.3s;
}
.sticky-nav__inner .btn-toggle {
    text-align: left;
}
@media (min-width: 992px) {
    .sticky-nav__inner {
        border-top: 0.125rem solid #000;
    }
}
@media (min-width: 992px) {
    .sticky-nav__nav.collapse:not(.show) {
        display: flex;
        align-items: center;
    }
}
@media (min-width: 992px) {
    .sticky-nav__nav {
        display: flex;
        align-items: center;
        margin-right: 11.25rem;
    }
}
@media (max-width: 991.98px) {
    .sticky-nav__nav .btn {
        margin-bottom: 1.875rem;
    }
}
@media (min-width: 992px) {
    .sticky-nav__nav .btn {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 0;
        visibility: hidden;
        opacity: 0;
        transition: opacity 0.3s, visibility 0.3s;
    }
}
@media (max-width: 991.98px) {
    .sticky-nav__nav .program-logo {
        display: none;
    }
}
.sticky-nav ul {
    font-size: 0.875rem;
    transition: font-size 0.3s;
}
@media (min-width: 992px) {
    .sticky-nav ul {
        display: flex;
        margin-bottom: 0;
        padding: 2.5rem 0;
    }
}
@media (min-width: 1200px) {
    .sticky-nav ul {
        font-size: 1.125rem;
    }
}
@media (min-width: 1400px) {
    .sticky-nav ul {
        align-items: flex-end;
    }
}
.sticky-nav ul li {
    transition: margin 0.3s;
}
@media (max-width: 991.98px) {
    .sticky-nav ul li {
        margin-bottom: 0.625rem;
    }
    .sticky-nav ul li:last-child {
        margin-bottom: 0;
    }
}
@media (min-width: 992px) {
    .sticky-nav ul li {
        margin-right: 1.25rem;
        width: 16.6666666667%;
    }
    .sticky-nav ul li:last-child {
        margin-right: 0;
    }
}
@media (min-width: 1200px) {
    .sticky-nav ul li {
        margin-right: 3.125rem;
    }
    .sticky-nav ul li:last-child {
        margin-right: 0;
    }
}
@media (min-width: 1400px) {
    .sticky-nav ul li {
        width: -moz-max-content;
        width: max-content;
    }
}
.sticky-nav ul li a {
    text-decoration-color: #fff0;
}
.sticky-nav ul li a:hover,
.sticky-nav ul li a:focus {
    text-decoration-color: inherit;
}
.sticky-nav ul li a.active {
    color: #e20778;
}
.sticky-nav.sticky:before {
    width: 100%;
}
@media (min-width: 992px) {
    .sticky-nav.sticky .sticky-nav__inner {
        border-top-color: #fff;
    }
}
@media (min-width: 992px) {
    .sticky-nav.sticky .sticky-nav__nav .btn {
        visibility: visible;
        opacity: 1;
    }
}
.sticky-nav.sticky .btn-toggle {
    border-top-color: #fff;
}
@media (min-width: 1200px) {
    .sticky-nav.sticky ul {
        font-size: 1rem;
    }
}
@media (min-width: 1200px) {
    .sticky-nav.sticky ul li {
        margin-right: 3.125rem;
    }
}
.social-icons {
    display: flex;
    flex-wrap: wrap;
}
.social-icons > *:not(:last-child) {
    margin-right: 2.375rem;
}
@media (min-width: 1200px) {
    .social-icons > *:not(:last-child) {
        margin-right: 1.875rem;
    }
}
.social-icons a {
    display: block;
}
.social-icons button,
.social-icons .primary-nav-breadcrumb span,
.primary-nav-breadcrumb .social-icons span {
    padding: 0;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: #fff0;
    text-decoration: none;
    display: block;
}
.social-icons.small > *:not(:last-child) {
    margin-right: 1.25rem;
}
.icon-social {
    width: 1.5rem;
    height: 1.5rem;
    display: block;
    background-color: #000;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-repeat: no-repeat;
    mask-position: center;
}
.small .icon-social {
    width: 1.25rem;
    height: 1.25rem;
    -webkit-mask-size: 1.25rem;
    mask-size: 1.25rem;
}
/*.icon-facebook {
    -webkit-mask-image: url(https://pxl-rotmanutorontoca.terminalfour.net/prod01/prod01/media/rotman/site-assets/images/icon-facebook.4ce11cb2.svg);
    mask-image: url(https://pxl-rotmanutorontoca.terminalfour.net/prod01/prod01/media/rotman/site-assets/images/icon-facebook.4ce11cb2.svg);
}
.icon-linkedin {
    -webkit-mask-image: url(https://pxl-rotmanutorontoca.terminalfour.net/prod01/prod01/media/rotman/site-assets/images/icon-linkedin.838eedcb.svg);
    mask-image: url(https://pxl-rotmanutorontoca.terminalfour.net/prod01/prod01/media/rotman/site-assets/images/icon-linkedin.838eedcb.svg);
}
.icon-instagram {
    -webkit-mask-image: url(https://pxl-rotmanutorontoca.terminalfour.net/prod01/prod01/media/rotman/site-assets/images/icon-instagram.e8190c7f.svg);
    mask-image: url(https://pxl-rotmanutorontoca.terminalfour.net/prod01/prod01/media/rotman/site-assets/images/icon-instagram.e8190c7f.svg);
}
.icon-twitter {
    -webkit-mask-image: url(https://pxl-rotmanutorontoca.terminalfour.net/prod01/prod01/media/rotman/site-assets/images/icon-twitter.8864e87f.svg);
    mask-image: url(https://pxl-rotmanutorontoca.terminalfour.net/prod01/prod01/media/rotman/site-assets/images/icon-twitter.8864e87f.svg);
}
.icon-youtube {
    -webkit-mask-image: url(https://pxl-rotmanutorontoca.terminalfour.net/prod01/prod01/media/rotman/site-assets/images/icon-youtube.cad01fa3.svg);
    mask-image: url(https://pxl-rotmanutorontoca.terminalfour.net/prod01/prod01/media/rotman/site-assets/images/icon-youtube.cad01fa3.svg);
}
.icon-email {
    -webkit-mask-image: url(https://pxl-rotmanutorontoca.terminalfour.net/prod01/prod01/media/rotman/site-assets/images/icon-email.3fececd4.svg);
    mask-image: url(https://pxl-rotmanutorontoca.terminalfour.net/prod01/prod01/media/rotman/site-assets/images/icon-email.3fececd4.svg);
}*/
.icon-facebook {
    -webkit-mask-image: url(/media/rotman/site-assets/images/icon-facebook.4ce11cb2.svg);
    mask-image: url(/media/rotman/site-assets/images/icon-facebook.4ce11cb2.svg);
}
.icon-linkedin {
    -webkit-mask-image: url(/media/rotman/site-assets/images/icon-linkedin.838eedcb.svg);
    mask-image: url(/media/rotman/site-assets/images/icon-linkedin.838eedcb.svg);
}
.icon-instagram {
    -webkit-mask-image: url(/media/rotman/site-assets/images/icon-instagram.e8190c7f.svg);
    mask-image: url(/media/rotman/site-assets/images/icon-instagram.e8190c7f.svg);
}
.icon-twitter {
    -webkit-mask-image: url(/media/rotman/site-assets/images/icon-twitter.8864e87f.svg);
    mask-image: url(/media/rotman/site-assets/images/icon-twitter.8864e87f.svg);
}
.icon-youtube {
    -webkit-mask-image: url(/media/rotman/site-assets/images/icon-youtube.cad01fa3.svg);
    mask-image: url(/media/rotman/site-assets/images/icon-youtube.cad01fa3.svg);
}
.icon-email {
    -webkit-mask-image: url(/media/rotman/site-assets/images/icon-email.3fececd4.svg);
    mask-image: url(/media/rotman/site-assets/images/icon-email.3fececd4.svg);
}     
.social-widget__content {
    padding: 1.875rem;
}
@media (min-width: 992px) {
    .social-widget__content {
        display: flex;
        align-items: center;
    }
}
@media (min-width: 1200px) {
    .social-widget__content {
        padding: 3.5rem 4.375rem;
    }
}
.social-widget__text {
    margin-bottom: 1.25rem;
}
@media (min-width: 992px) {
    .social-widget__title {
        flex-shrink: 0;
    }
}
@media (min-width: 992px) {
    .social-widget__title,
    .social-widget__text {
        margin-bottom: 0;
        margin-right: 1.875rem;
    }
}
@media (min-width: 1200px) {
    .social-widget__title,
    .social-widget__text {
        margin-right: 3.75rem;
    }
}
.social-widget a {
    text-decoration-color: #fff0;
}
.social-widget a:hover,
.social-widget a:focus {
    text-decoration-color: inherit;
}
@media (min-width: 992px) {
    .social-widget .social-icons {
        margin-left: auto;
    }
}
.splash-screen {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    opacity: 1;
    transition: opacity 0.75s cubic-bezier(0.76, 0, 0.24, 1);
    overflow: hidden;
}
.splash-screen .btn-text-link {
    color: #fff;
    position: absolute;
    bottom: 1.875rem;
    left: 50%;
    transform: translate(-50%);
    animation: hide-load 0.75s 0.75s linear backwards;
}
.splash-screen .btn-text-link:focus {
    outline-color: #fff;
}
@media (prefers-reduced-motion) {
    .splash-screen {
        display: none;
    }
}
.motion-paused .splash-screen {
    display: none;
}
.splash-text {
    position: relative;
    transition: opacity 0.75s cubic-bezier(0.76, 0, 0.24, 1);
    letter-spacing: -0.05em;
    white-space: nowrap;
    text-align: center;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.splash-text span {
    position: absolute;
    display: block;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%) translateY(-50%);
    transition: opacity 0.6s cubic-bezier(0.76, 0, 0.24, 1);
}
@media (max-width: 23.4375rem) {
    .splash-text {
        font-size: 5rem;
    }
}
.spinner {
    position: fixed;
    bottom: 1.25rem;
    right: 1.25rem;
    animation: rotate 0.75s linear infinite, hide-load 0.75s 0.75s linear backwards;
}
@keyframes rotate {
    0% {
        transform: rotate(0);
    }
    to {
        transform: rotate(360deg);
    }
}
@keyframes hide-load {
    0% {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
.swiper-button-group {
    display: flex;
}
.swiper-button-group .swiper-button-prev {
    margin-right: 0.3125rem;
}
.swiper-button-group .swiper-button-prev,
.swiper-button-group .swiper-button-next {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    margin-top: 0;
}
div .swiper-button-prev,
div .swiper-button-next {
    width: 2.5rem;
    height: 2.5rem;
    border: 0;
    padding: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-decoration: none;
    background-color: #fff0;
    z-index: 3;
}
div .swiper-button-prev:after,
div .swiper-button-next:after {
    content: none;
}
div .swiper-button-prev .material-symbols-outlined,
div .swiper-button-next .material-symbols-outlined {
    color: #e20778;
}
div .swiper-button-prev:focus,
div .swiper-button-next:focus {
    outline-offset: -0.125rem;
}
div .swiper-pagination {
    text-align: left;
}
div .swiper-pagination-bullet {
    width: 0.625rem;
    height: 0.625rem;
    border-radius: 0;
    opacity: 1;
    background-color: #000;
}
div .swiper-pagination-bullet span {
    color: #fff;
}
div .swiper-pagination-bullet:focus {
    outline: 0.125rem dotted #000;
    outline-offset: 0.125rem;
}
div .swiper-pagination-bullet-active {
    background-color: #fff0;
    border: 1px solid #000;
}
div .swiper-pagination-bullet-active span {
    color: #000;
}
@media (min-width: 992px) {
    .tabs-blocks__inner:after {
        display: block;
        clear: both;
        content: "";
    }
}
@media (min-width: 992px) {
    .tabs-blocks .nav-pills {
        float: left;
        width: 42.8%;
        margin-bottom: 2.5rem;
    }
}
@media (max-width: 991.98px) {
    .tabs-blocks__feature {
        margin-left: -7.4712643678%;
        margin-right: -7.4712643678%;
        width: 114.9425287356%;
        box-sizing: border-box;
        padding-left: 7.4712643678%;
        padding-right: 7.4712643678%;
        margin-top: 1.875rem;
    }
}
@media (min-width: 992px) {
    .tabs-blocks__feature {
        width: 53.3%;
        float: right;
        display: block;
        clear: right;
    }
}
@media (max-width: 991.98px) {
    .tabs-blocks__feature .swiper {
        overflow: visible;
    }
}
.tabs-blocks__row {
    width: 100%;
}
@media (min-width: 992px) {
    .tabs-blocks__row {
        display: flex;
        flex-wrap: wrap;
        clear: left;
    }
}
@media (max-width: 991.98px) {
    .tabs-blocks__card {
        margin-top: 1.875rem;
    }
}
@media (min-width: 992px) {
    .tabs-blocks__card {
        width: 57%;
    }
}
.tabs-blocks__card .card-block {
    padding-top: 74.5%;
}
@media (max-width: 991.98px) {
    .tabs-blocks__text {
        margin-top: 2.5rem;
    }
}
@media (min-width: 992px) {
    .tabs-blocks__text {
        width: 43%;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 2.5rem 0;
    }
}
@media (min-width: 768px) {
    .tabs-blocks__text > div {
        width: 60%;
    }
}
@media (min-width: 992px) {
    .tabs-blocks__text > div {
        width: 53%;
    }
}
.tabs-blocks__text .btn-text-link-list {
    margin-top: 1.875rem;
}
@media (min-width: 992px) {
    .tabs-blocks__text .btn-text-link-list {
        margin-top: 2.5rem;
    }
}
.search-filters__nav {
    padding: 2.1875rem 0;
    border-bottom: 2px solid #000;
}
.search-filters__nav ul {
    display: flex;
    gap: 1.25rem;
    margin: 0;
    align-items: baseline;
}
@media (min-width: 992px) {
    .search-filters__nav ul {
        gap: 3.75rem;
    }
    .search-filters__nav ul li:last-child {
        margin-left: auto;
    }
}
@media (max-width: 991.98px) {
    .search-filters__nav ul {
        overflow: auto;
        white-space: nowrap;
        padding-bottom: 0.625rem;
        font-size: 0.875rem;
    }
}
.search-filters__nav a {
    text-decoration: none;
}
.search-filters__nav .active a {
    color: #e20778;
}
.search-filters__title {
    margin-bottom: 1.5625rem;
    display: block;
}
.search-filters__nav-modal-toggle {
    background: none;
    font-weight: 700;
    border: none;
}
.search-filters__nav-modal-toggle span {
    position: relative;
    top: 0.3125rem;
    margin-left: 0.25rem;
}
.search-filters .filters .btn-toggle {
    border: none;
}
@media (min-width: 1200px) {
    .search-filters .filters {
        margin: 5rem 0 0;
    }
}
.search-filters__sort {
    margin: 2.5rem 0 3.125rem;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: relative;
    font-size: 0.875rem;
}
.search-filters__sort .btn {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24' viewBox='0 -960 960 960' width='24'%3E%3Cpath d='M480-358.463 253.847-584.615 296-626.768l184 184 184-184 42.153 42.153L480-358.463Z' fill='%23000000' /%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: 100% 50%;
    padding: 0 1.5625rem 0 0.625rem;
    background-size: 1.5rem 1.5rem;
    font-size: inherit !important;
}
.search-filters__sort-options {
    border: 1px solid #000;
    padding: 1.875rem 0;
}
.search-filters__sort-options .dropdown-item {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
}
@media (min-width: 1200px) {
    .search-filters__sort {
        font-size: 1rem;
    }
}
.search-listing .search-result {
    padding: 3.75rem 0;
    border-bottom: 1px solid #000;
}
.search-listing .search-result__type {
    display: block;
    font-size: 0.75rem;
    line-height: 1.25rem;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 0.625rem;
}
.search-listing .search-result__title {
    font-size: 1.125rem;
    line-height: 1.5625rem;
    font-weight: 700;
    margin-bottom: 0.3125rem;
}
.search-listing .search-result__title a {
    text-decoration: none;
}
.search-listing .search-result__text {
    font-weight: 400;
}
@media (min-width: 992px) {
    .search-listing .search-result__text {
        font-size: 1.25rem;
        line-height: 1.6875rem;
    }
}
@media (min-width: 992px) {
    .search-listing .search-result__content {
        width: 77%;
    }
}
.search-listing .row > *:first-child .search-result:first-child {
    padding-top: 0;
}
.site-search {
    background: #000;
    color: #fff;
}
.site-search .offcanvas-header {
    padding: 3.125rem 0;
}
.site-search .btn-close {
    background: #fff;
    border-radius: 9999px;
}
.site-search .btn-close span {
    color: #000 !important;
}
.site-search .btn-close:focus {
    outline-color: #fff;
}
.site-search .offcanvas-body {
    margin: 0 auto;
    width: 100%;
}
.site-search #searchstudio-widget {
    position: relative;
}
@media (min-width: 1200px) {
    .site-search #searchstudio-widget {
        width: 77.6%;
        margin-left: auto;
        margin-right: auto;
    }
}
.site-search .studio-widget-search-input {
    color: #fff !important;
    border-color: #fff;
    padding: 0 5.625rem 0 calc(clamp(1.5rem, 4.861vw, 5.625rem) + 0.625rem);
    border-top: 0;
    border-right: 0;
    border-left: 0;
    border-width: 0.125rem;
    font-size: clamp(1.25rem, 5.556vw, 6.688rem);
    font-weight: 700;
    letter-spacing: -0.03em;
    width: 100%;
    box-shadow: 0 0 #fff;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24' viewBox='0 -960 960 960' width='24'%3E%3Cpath fill='%23FFFFFF' d='M784-120 532-372q-30 24-69 38t-83 14q-109 0-184.5-75.5T120-580q0-109 75.5-184.5T380-840q109 0 184.5 75.5T640-580q0 44-14 83t-38 69l252 252-56 56ZM380-400q75 0 127.5-52.5T560-580q0-75-52.5-127.5T380-760q-75 0-127.5 52.5T200-580q0 75 52.5 127.5T380-400Z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: clamp(1.5rem, 4.861vw, 5.625rem);
    background-position: left 35%;
}
@media (min-width: 1200px) {
    .site-search .studio-widget-search-input {
        padding-left: calc(clamp(1.5rem, 4.861vw, 5.625rem) + 1.875rem);
        background-position: left 45%;
        padding-right: 7.5rem;
    }
}
.site-search .studio-widget-search-input::-moz-placeholder {
    color: #fff;
}
.site-search .studio-widget-search-input::placeholder {
    color: #fff;
}
.site-search .studio-widget-search-input:focus {
    outline: 0;
    box-shadow: 0 2px #fff;
}
.site-search .btn-text-link {
    position: absolute;
    top: 0.5rem;
    right: 0;
    color: #fff;
}
@media (min-width: 768px) {
    .site-search .btn-text-link {
        top: clamp(0.5rem, 4.861vw, 5.625rem);
    }
}
.site-search .btn-text-link:focus {
    outline-color: #fff;
}
.site-search .studio-widget-autosuggest-results {
    margin-top: 2.5rem;
}
@media (max-width: 767.98px) {
    .site-search .studio-widget-autosuggest-results {
        font-size: 0.875rem;
    }
}
@media (min-width: 1200px) {
    .site-search .studio-widget-autosuggest-results {
        font-size: 1.125rem;
        margin-top: 4.5625rem;
    }
}
.site-search .studio-widget-autosuggest-results .h5 {
    color: #fff;
}
.site-search .studio-widget-autosuggest-results .result-row {
    cursor: pointer;
}
.site-search .studio-widget-autosuggest-results .result-row:hover,
.site-search .studio-widget-autosuggest-results .result-row:focus {
    text-decoration: underline;
    text-decoration-color: inherit;
}
.site-search .studio-widget-autosuggest-results .result-row:focus {
    outline: 0.125rem dotted #fff;
    outline-offset: 0.125rem;
}
.site-search .studio-widget-autosuggest-results .result-row:not(:last-child) {
    margin-bottom: 0.875rem;
}
.tags__inner {
    padding: 1.875rem 0 1.25rem;
    border-top: 2px solid #000;
}
.tags ul {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0;
}
.tags ul li {
    margin: 0 1.875rem 0.625rem 0;
}
@media (min-width: 1200px) {
    .text-logos .general-content {
        width: 80%;
        max-width: 32.25rem;
    }
}
.topic-selector__title {
    font-size: 0.875rem;
    font-weight: 400;
}
.topic-selector__topics button,
.topic-selector__topics .primary-nav-breadcrumb span,
.primary-nav-breadcrumb .topic-selector__topics span {
    display: block;
    padding: 0;
    font-size: clamp(1.625rem, 2.91vw, 3.5rem);
    line-height: 1.1;
    letter-spacing: -0.02em;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-decoration-color: #fff0;
    background-color: #fff0;
    text-align: left;
    font-weight: 700;
    color: inherit;
    opacity: 0.5;
    transition: opacity 0.3s;
}
.topic-selector__topics button:not(:last-child),
.topic-selector__topics .primary-nav-breadcrumb span:not(:last-child),
.primary-nav-breadcrumb .topic-selector__topics span:not(:last-child) {
    margin-bottom: 0.4375rem;
}
@media (min-width: 1200px) {
    .topic-selector__topics button:not(:last-child),
    .topic-selector__topics .primary-nav-breadcrumb span:not(:last-child),
    .primary-nav-breadcrumb .topic-selector__topics span:not(:last-child) {
        margin-bottom: 0.75rem;
    }
}
.topic-selector__topics button.active,
.topic-selector__topics .primary-nav-breadcrumb span.active,
.primary-nav-breadcrumb .topic-selector__topics span.active {
    opacity: 1;
}
.topic-selector__topics button:hover,
.topic-selector__topics .primary-nav-breadcrumb span:hover,
.primary-nav-breadcrumb .topic-selector__topics span:hover,
.topic-selector__topics button:focus,
.topic-selector__topics .primary-nav-breadcrumb span:focus,
.primary-nav-breadcrumb .topic-selector__topics span:focus {
    opacity: 1;
}
@media (min-width: 1200px) {
    .view-switchers {
        display: flex;
        height: 100%;
        align-items: center;
    }
}
.view-switchers a,
.view-switchers span {
    font-weight: 700;
    margin-right: 0.625rem;
    letter-spacing: -0.02em;
}
.view-switchers a:last-child,
.view-switchers span:last-child {
    margin-right: 0;
}
@media (min-width: 992px) {
    .view-switchers a,
    .view-switchers span {
        font-size: 0.875rem;
    }
}
@media (min-width: 1200px) {
    .view-switchers a,
    .view-switchers span {
        margin-right: 1.875rem;
    }
}
.view-switchers a {
    text-decoration-color: #fff0;
}
.view-switchers a:hover,
.view-switchers a:focus {
    text-decoration-color: inherit;
}
.view-switchers span {
    position: relative;
}
.view-switchers span:after {
    content: "";
    position: absolute;
    bottom: -0.1875rem;
    left: 0;
    width: 100%;
    height: 0.1875rem;
    background-color: #000;
}
.view_period_switchers-banner {
    margin-bottom: 2.5rem;
}
@media (min-width: 1200px) {
    .view_period_switchers-banner {
        margin-bottom: 5rem;
    }
}
@media (min-width: 992px) {
    #view_period_switchers {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }
}
#view_period_switchers p {
    margin-bottom: 1.25rem;
}
@media (min-width: 992px) {
    #view_period_switchers p {
        margin-bottom: 0;
        margin-right: 0.625rem;
    }
}
#view_period_switchers nav {
    display: flex;
}
#view_period_switchers .material-symbols-outlined {
    color: #e20778;
}
.social-feed__wrapper {
    -moz-columns: 2;
    columns: 2;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
}
@media (min-width: 768px) {
    .social-feed__wrapper {
        -moz-column-gap: 2.5rem;
        column-gap: 2.5rem;
    }
}
@media (min-width: 992px) {
    .social-feed__wrapper {
        -moz-columns: 4;
        columns: 4;
    }
}
.social-feed__block {
    -moz-column-break-inside: avoid;
    break-inside: avoid-column;
    margin-bottom: 1.25rem;
}
@media (min-width: 768px) {
    .social-feed__block {
        margin-bottom: 2.5rem;
    }
}
.social-feed__block:nth-of-type(1) {
    padding-top: 2.5rem;
}
@media (min-width: 992px) {
    .social-feed__block:nth-of-type(1),
    .social-feed__block:nth-of-type(5) {
        padding-top: 5vw;
    }
}
.social-feed__card {
    position: relative;
    background-color: #000;
}
.social-feed__card a {
    display: flex;
    align-items: flex-end;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-left: 0.625rem;
    padding-bottom: 0.625rem;
    font-size: 0.75rem;
    color: #fff;
    text-decoration: none;
    z-index: 2;
}
.social-feed__card a:hover .social-feed__card a:focus,
.social-feed__card a:focus-visible {
    text-decoration: underline;
}
.social-feed__card a:focus,
.social-feed__card a:focus-visible {
    outline: 2px dotted #000;
}
.theme-back .social-feed__card a:focus,
.theme-back .social-feed__card a:focus-visible {
    outline-color: #fff;
}
.social-feed__card span[class*="icon-"] {
    background-color: #fff;
    position: absolute;
    top: 0.625rem;
    right: 0.625rem;
}
.social-feed__card .btn-play {
    position: absolute;
    color: #fff;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}
.social-feed__card-image {
    position: relative;
    padding-top: 100%;
}
.video .social-feed__card-image {
    padding-top: 177%;
}
.youtube .social-feed__card-image {
    padding-top: 178.3%;
}
.social-feed__card-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.social-feed__card-image:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #00000026;
}
.social-feed__card-image:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: linear-gradient(25deg, rgb(0 0 0 / 0.9) 0%, #fff0 30%);
}
.program-logo {
    max-width: 6.25rem;
    line-height: 1;
}
.program-logo.wide {
    max-width: 55%;
}
@media (min-width: 768px) {
    .program-logo.wide {
        max-width: 40%;
    }
}
@media (min-width: 992px) {
    .program-logo.wide {
        max-width: none;
    }
}
.program-logo__title {
    font-weight: 600;
    line-height: 1;
    font-size: 1.25rem;
}
@media (max-width: 991.98px) {
    .program-logo__title {
        transition: font-size 0.25s 0.3s;
    }
    .collapsed .program-logo__title {
        font-size: 1rem;
    }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
    .program-logo__title {
        font-size: 0.875rem;
    }
}
@media (min-width: 992px) {
    .program-logo {
        padding-left: 8px;
        border-left: 5px solid #e20778;
        width: -moz-min-content;
        width: min-content;
        min-width: 5rem;
        max-width: none;
        margin-right: 1.25rem;
        margin-top: 0.9375rem;
        margin-bottom: 0.9375rem;
    }
    .theme-blue .program-logo {
        border-color: #3e77b7;
    }
    .theme-cyan .program-logo {
        border-color: #41c3dc;
    }
    .theme-lime .program-logo {
        border-color: #b6cd2d;
    }
    .theme-navy .program-logo {
        border-color: #004990;
    }
    .theme-orange .program-logo {
        border-color: #fcaf17;
    }
    .theme-salmon .program-logo {
        border-color: #f17184;
    }
    .theme-teal .program-logo {
        border-color: #09ad87;
    }
    .theme-yellow .program-logo {
        border-color: #eacc1b;
    }
}
@media (min-width: 1200px) {
    .program-logo {
        margin-right: 3.125rem;
        min-width: 6.5625rem;
    }
}
@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;
}
:host {
    position: relative;
    display: block;
    margin-left: auto;
    margin-right: auto;
    z-index: 1;
}
.swiper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    overflow: clip;
    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-ios .swiper-slide,
.swiper-wrapper {
    transform: translateZ(0);
}
.swiper-horizontal {
    touch-action: pan-y;
}
.swiper-vertical {
    touch-action: pan-x;
}
.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-slide,
.swiper-3d .swiper-cube-shadow {
    transform-style: preserve-3d;
}
.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-css-mode.swiper-horizontal > .swiper-wrapper {
    scroll-snap-type: x mandatory;
}
.swiper-css-mode.swiper-vertical > .swiper-wrapper {
    scroll-snap-type: y mandatory;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
    scroll-snap-type: none;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: none;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper:before {
    content: "";
    flex-shrink: 0;
    order: 9999;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: center center;
    scroll-snap-stop: always;
}
.swiper-css-mode.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-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper:before {
    height: 100%;
    min-height: 1px;
    width: var(--swiper-centered-offset-after);
}
.swiper-css-mode.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-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper:before {
    width: 100%;
    min-width: 1px;
    height: var(--swiper-centered-offset-after);
}
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
    background: rgb(0 0 0 / 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, rgb(0 0 0 / 0.5), #fff0);
}
.swiper-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, rgb(0 0 0 / 0.5), #fff0);
}
.swiper-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, rgb(0 0 0 / 0.5), #fff0);
}
.swiper-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom, rgb(0 0 0 / 0.5), #fff0);
}
.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: #fff0;
}
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .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-prev,
.swiper-button-next {
    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-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
    opacity: 0.35;
    cursor: auto;
    pointer-events: none;
}
.swiper-button-prev.swiper-button-hidden,
.swiper-button-next.swiper-button-hidden {
    opacity: 0;
    cursor: auto;
    pointer-events: none;
}
.swiper-navigation-disabled .swiper-button-prev,
.swiper-navigation-disabled .swiper-button-next {
    display: none !important;
}
.swiper-button-prev svg,
.swiper-button-next svg {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    transform-origin: center;
}
.swiper-rtl .swiper-button-prev svg,
.swiper-rtl .swiper-button-next svg {
    transform: rotate(180deg);
}
.swiper-button-prev,
.swiper-rtl .swiper-button-next {
    left: var(--swiper-navigation-sides-offset, 10px);
    right: auto;
}
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
    right: var(--swiper-navigation-sides-offset, 10px);
    left: auto;
}
.swiper-button-lock {
    display: none;
}
.swiper-button-prev:after,
.swiper-button-next: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: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-pagination {
    position: absolute;
    text-align: center;
    transition: 0.3s opacity;
    transform: translateZ(0);
    z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
    opacity: 0;
}
.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
    display: none !important;
}
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: var(--swiper-pagination-bottom, 8px);
    top: var(--swiper-pagination-top, auto);
    left: 0;
    width: 100%;
}
.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transform: scale(0.33);
    position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    transform: scale(0.33);
}
.swiper-pagination-bullet {
    width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
    height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
    display: inline-block;
    border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
    background: var(--swiper-pagination-bullet-inactive-color, #000);
    opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}
button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
}
.swiper-pagination-bullet:only-child {
    display: none !important;
}
.swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
}
.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
    right: var(--swiper-pagination-right, 8px);
    left: var(--swiper-pagination-left, auto);
    top: 50%;
    transform: translate3d(0, -50%, 0);
}
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
    display: block;
}
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
}
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    transition: 0.2s transform, 0.2s top;
}
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    transform: translate(-50%);
    white-space: nowrap;
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: 0.2s transform, 0.2s left;
}
.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: 0.2s transform, 0.2s right;
}
.swiper-pagination-fraction {
    color: var(--swiper-pagination-fraction-color, inherit);
}
.swiper-pagination-progressbar {
    background: var(--swiper-pagination-progressbar-bg-color, rgb(0 0 0 / 0.25));
    position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transform-origin: left top;
}
.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    transform-origin: right top;
}
.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: var(--swiper-pagination-progressbar-size, 4px);
    left: 0;
    top: 0;
}
.swiper-vertical > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
    width: var(--swiper-pagination-progressbar-size, 4px);
    height: 100%;
    left: 0;
    top: 0;
}
.swiper-pagination-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;
}

