@import url("https://use.typekit.net/ujd8lpk.css");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600&family=Syne:wght@400;600;700;800&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
*,
*::before,
*::after {
    box-sizing: border-box;
}
@media (prefers-reduced-motion: no-preference) {
    :root {
        scroll-behavior: smooth;
    }
}
body {
    margin: 0;
    font-family: var(--bs-body-font-family);
    font-size: var(--bs-body-font-size);
    font-weight: var(--bs-body-font-weight);
    line-height: var(--bs-body-line-height);
    color: var(--bs-body-color);
    text-align: var(--bs-body-text-align);
    background-color: var(--bs-body-bg);
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
hr {
    margin: 1rem 0;
    color: inherit;
    background-color: currentColor;
    border: 0;
    opacity: 0.25;
}
hr:not([size]) {
    height: 1px;
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.2;
}
h1,
.h1 {
    font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
    h1,
    .h1 {
        font-size: 2.5rem;
    }
}
h2,
.h2 {
    font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
    h2,
    .h2 {
        font-size: 2rem;
    }
}
h3,
.h3 {
    font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
    h3,
    .h3 {
        font-size: 1.75rem;
    }
}
h4,
.h4 {
    font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
    h4,
    .h4 {
        font-size: 1.5rem;
    }
}
h5,
.h5 {
    font-size: 1.25rem;
}
h6,
.h6 {
    font-size: 1rem;
}
p {
    margin-top: 0;
    margin-bottom: 1rem;
}
abbr[title],
abbr[data-bs-original-title] {
    text-decoration: underline dotted;
    cursor: help;
    text-decoration-skip-ink: none;
}
address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit;
}
ol,
ul {
    padding-left: 2rem;
}
ol,
ul,
dl {
    margin-top: 0;
    margin-bottom: 1rem;
}
ol ol,
ul ul,
ol ul,
ul ol {
    margin-bottom: 0;
}
dt {
    font-weight: 700;
}
dd {
    margin-bottom: 0.5rem;
    margin-left: 0;
}
blockquote {
    margin: 0 0 1rem;
}
b,
strong {
    font-weight: bolder;
}
small,
.small {
    font-size: 0.875em;
}
mark,
.mark {
    padding: 0.2em;
    background-color: #fcf8e3;
}
sub,
sup {
    position: relative;
    font-size: 0.75em;
    line-height: 0;
    vertical-align: baseline;
}
sub {
    bottom: -0.25em;
}
sup {
    top: -0.5em;
}
a {
    color: #0d6efd;
    text-decoration: underline;
}
a:hover {
    color: #0a58ca;
}
a:not([href]):not([class]),
a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none;
}
pre,
code,
kbd,
samp {
    font-family: var(--bs-font-monospace);
    font-size: 1em;
    direction: ltr /* rtl:ignore */;
    unicode-bidi: bidi-override;
}
pre {
    display: block;
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    font-size: 0.875em;
}
pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal;
}
code {
    font-size: 0.875em;
    color: #d63384;
    word-wrap: break-word;
}
a > code {
    color: inherit;
}
kbd {
    padding: 0.2rem 0.4rem;
    font-size: 0.875em;
    color: #fff;
    background-color: #212529;
    border-radius: 0.2rem;
}
kbd kbd {
    padding: 0;
    font-size: 1em;
    font-weight: 700;
}
figure {
    margin: 0 0 1rem;
}
img,
svg {
    vertical-align: middle;
}
table {
    caption-side: bottom;
    border-collapse: collapse;
}
caption {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    color: #6c757d;
    text-align: left;
}
th {
    text-align: inherit;
    text-align: -webkit-match-parent;
}
thead,
tbody,
tfoot,
tr,
td,
th {
    border-color: inherit;
    border-style: solid;
    border-width: 0;
}
label {
    display: inline-block;
}
button {
    border-radius: 0;
}
button:focus:not(:focus-visible) {
    outline: 0;
}
input,
button,
select,
optgroup,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
button,
select {
    text-transform: none;
}
[role="button"] {
    cursor: pointer;
}
select {
    word-wrap: normal;
}
select:disabled {
    opacity: 1;
}
[list]::-webkit-calendar-picker-indicator {
    display: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}
button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
    cursor: pointer;
}
::-moz-focus-inner {
    padding: 0;
    border-style: none;
}
textarea {
    resize: vertical;
}
fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}
legend {
    float: left;
    width: 100%;
    padding: 0;
    margin-bottom: 0.5rem;
    font-size: calc(1.275rem + 0.3vw);
    line-height: inherit;
}
@media (min-width: 1200px) {
    legend {
        font-size: 1.5rem;
    }
}
legend + * {
    clear: left;
}
::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
    padding: 0;
}
::-webkit-inner-spin-button {
    height: auto;
}
[type="search"] {
    outline-offset: -2px;
    -webkit-appearance: textfield;
}
::-webkit-search-decoration {
    -webkit-appearance: none;
}
::-webkit-color-swatch-wrapper {
    padding: 0;
}
::file-selector-button {
    font: inherit;
}
::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button;
}
output {
    display: inline-block;
}
iframe {
    border: 0;
}
summary {
    display: list-item;
    cursor: pointer;
}
progress {
    vertical-align: baseline;
}
[hidden] {
    display: none !important;
}
:root {
    --bs-blue: #0d6efd;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #d63384;
    --bs-red: #dc3545;
    --bs-orange: #fd7e14;
    --bs-yellow: #ffc107;
    --bs-green: #198754;
    --bs-teal: #20c997;
    --bs-cyan: #0dcaf0;
    --bs-white: #fff;
    --bs-gray: #6c757d;
    --bs-gray-dark: #343a40;
    --bs-gray-100: #f8f9fa;
    --bs-gray-200: #e9ecef;
    --bs-gray-300: #dee2e6;
    --bs-gray-400: #ced4da;
    --bs-gray-500: #adb5bd;
    --bs-gray-600: #6c757d;
    --bs-gray-700: #495057;
    --bs-gray-800: #343a40;
    --bs-gray-900: #212529;
    --bs-primary: #0d6efd;
    --bs-secondary: #6c757d;
    --bs-success: #198754;
    --bs-info: #0dcaf0;
    --bs-warning: #ffc107;
    --bs-danger: #dc3545;
    --bs-light: #f8f9fa;
    --bs-dark: #212529;
    --bs-primary-rgb: 13, 110, 253;
    --bs-secondary-rgb: 108, 117, 125;
    --bs-success-rgb: 25, 135, 84;
    --bs-info-rgb: 13, 202, 240;
    --bs-warning-rgb: 255, 193, 7;
    --bs-danger-rgb: 220, 53, 69;
    --bs-light-rgb: 248, 249, 250;
    --bs-dark-rgb: 33, 37, 41;
    --bs-white-rgb: 255, 255, 255;
    --bs-black-rgb: 0, 0, 0;
    --bs-body-color-rgb: 33, 37, 41;
    --bs-body-bg-rgb: 255, 255, 255;
    --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans",
        "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
    --bs-body-font-family: var(--bs-font-sans-serif);
    --bs-body-font-size: 1rem;
    --bs-body-font-weight: 400;
    --bs-body-line-height: 1.5;
    --bs-body-color: #212529;
    --bs-body-bg: #fff;
}
.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-0.5 * var(--bs-gutter-x));
    margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.row > * {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-top: var(--bs-gutter-y);
}
.col {
    flex: 1 0 0%;
}
.row-cols-auto > * {
    flex: 0 0 auto;
    width: auto;
}
.row-cols-1 > * {
    flex: 0 0 auto;
    width: 100%;
}
.row-cols-2 > * {
    flex: 0 0 auto;
    width: 50%;
}
.row-cols-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
}
.row-cols-4 > * {
    flex: 0 0 auto;
    width: 25%;
}
.row-cols-5 > * {
    flex: 0 0 auto;
    width: 20%;
}
.row-cols-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
}
.col-auto {
    flex: 0 0 auto;
    width: auto;
}
.col-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
}
.col-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
}
.col-3 {
    flex: 0 0 auto;
    width: 25%;
}
.col-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
}
.col-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
}
.col-6 {
    flex: 0 0 auto;
    width: 50%;
}
.col-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
}
.col-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
}
.col-9 {
    flex: 0 0 auto;
    width: 75%;
}
.col-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
}
.col-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
}
.col-12 {
    flex: 0 0 auto;
    width: 100%;
}
.offset-1 {
    margin-left: 8.33333333%;
}
.offset-2 {
    margin-left: 16.66666667%;
}
.offset-3 {
    margin-left: 25%;
}
.offset-4 {
    margin-left: 33.33333333%;
}
.offset-5 {
    margin-left: 41.66666667%;
}
.offset-6 {
    margin-left: 50%;
}
.offset-7 {
    margin-left: 58.33333333%;
}
.offset-8 {
    margin-left: 66.66666667%;
}
.offset-9 {
    margin-left: 75%;
}
.offset-10 {
    margin-left: 83.33333333%;
}
.offset-11 {
    margin-left: 91.66666667%;
}
.g-0,
.gx-0 {
    --bs-gutter-x: 0;
}
.g-0,
.gy-0 {
    --bs-gutter-y: 0;
}
.g-1,
.gx-1 {
    --bs-gutter-x: 0.25rem;
}
.g-1,
.gy-1 {
    --bs-gutter-y: 0.25rem;
}
.g-2,
.gx-2 {
    --bs-gutter-x: 0.5rem;
}
.g-2,
.gy-2 {
    --bs-gutter-y: 0.5rem;
}
.g-3,
.gx-3 {
    --bs-gutter-x: 1rem;
}
.g-3,
.gy-3 {
    --bs-gutter-y: 1rem;
}
.g-4,
.gx-4 {
    --bs-gutter-x: 1.5rem;
}
.g-4,
.gy-4 {
    --bs-gutter-y: 1.5rem;
}
.g-5,
.gx-5 {
    --bs-gutter-x: 3rem;
}
.g-5,
.gy-5 {
    --bs-gutter-y: 3rem;
}
@media (min-width: 576px) {
    .col-sm {
        flex: 1 0 0%;
    }
    .row-cols-sm-auto > * {
        flex: 0 0 auto;
        width: auto;
    }
    .row-cols-sm-1 > * {
        flex: 0 0 auto;
        width: 100%;
    }
    .row-cols-sm-2 > * {
        flex: 0 0 auto;
        width: 50%;
    }
    .row-cols-sm-3 > * {
        flex: 0 0 auto;
        width: 33.3333333333%;
    }
    .row-cols-sm-4 > * {
        flex: 0 0 auto;
        width: 25%;
    }
    .row-cols-sm-5 > * {
        flex: 0 0 auto;
        width: 20%;
    }
    .row-cols-sm-6 > * {
        flex: 0 0 auto;
        width: 16.6666666667%;
    }
    .col-sm-auto {
        flex: 0 0 auto;
        width: auto;
    }
    .col-sm-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }
    .col-sm-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }
    .col-sm-3 {
        flex: 0 0 auto;
        width: 25%;
    }
    .col-sm-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
    .col-sm-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }
    .col-sm-6 {
        flex: 0 0 auto;
        width: 50%;
    }
    .col-sm-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }
    .col-sm-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }
    .col-sm-9 {
        flex: 0 0 auto;
        width: 75%;
    }
    .col-sm-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }
    .col-sm-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }
    .col-sm-12 {
        flex: 0 0 auto;
        width: 100%;
    }
    .offset-sm-0 {
        margin-left: 0;
    }
    .offset-sm-1 {
        margin-left: 8.33333333%;
    }
    .offset-sm-2 {
        margin-left: 16.66666667%;
    }
    .offset-sm-3 {
        margin-left: 25%;
    }
    .offset-sm-4 {
        margin-left: 33.33333333%;
    }
    .offset-sm-5 {
        margin-left: 41.66666667%;
    }
    .offset-sm-6 {
        margin-left: 50%;
    }
    .offset-sm-7 {
        margin-left: 58.33333333%;
    }
    .offset-sm-8 {
        margin-left: 66.66666667%;
    }
    .offset-sm-9 {
        margin-left: 75%;
    }
    .offset-sm-10 {
        margin-left: 83.33333333%;
    }
    .offset-sm-11 {
        margin-left: 91.66666667%;
    }
    .g-sm-0,
    .gx-sm-0 {
        --bs-gutter-x: 0;
    }
    .g-sm-0,
    .gy-sm-0 {
        --bs-gutter-y: 0;
    }
    .g-sm-1,
    .gx-sm-1 {
        --bs-gutter-x: 0.25rem;
    }
    .g-sm-1,
    .gy-sm-1 {
        --bs-gutter-y: 0.25rem;
    }
    .g-sm-2,
    .gx-sm-2 {
        --bs-gutter-x: 0.5rem;
    }
    .g-sm-2,
    .gy-sm-2 {
        --bs-gutter-y: 0.5rem;
    }
    .g-sm-3,
    .gx-sm-3 {
        --bs-gutter-x: 1rem;
    }
    .g-sm-3,
    .gy-sm-3 {
        --bs-gutter-y: 1rem;
    }
    .g-sm-4,
    .gx-sm-4 {
        --bs-gutter-x: 1.5rem;
    }
    .g-sm-4,
    .gy-sm-4 {
        --bs-gutter-y: 1.5rem;
    }
    .g-sm-5,
    .gx-sm-5 {
        --bs-gutter-x: 3rem;
    }
    .g-sm-5,
    .gy-sm-5 {
        --bs-gutter-y: 3rem;
    }
}
@media (min-width: 768px) {
    .col-md {
        flex: 1 0 0%;
    }
    .row-cols-md-auto > * {
        flex: 0 0 auto;
        width: auto;
    }
    .row-cols-md-1 > * {
        flex: 0 0 auto;
        width: 100%;
    }
    .row-cols-md-2 > * {
        flex: 0 0 auto;
        width: 50%;
    }
    .row-cols-md-3 > * {
        flex: 0 0 auto;
        width: 33.3333333333%;
    }
    .row-cols-md-4 > * {
        flex: 0 0 auto;
        width: 25%;
    }
    .row-cols-md-5 > * {
        flex: 0 0 auto;
        width: 20%;
    }
    .row-cols-md-6 > * {
        flex: 0 0 auto;
        width: 16.6666666667%;
    }
    .col-md-auto {
        flex: 0 0 auto;
        width: auto;
    }
    .col-md-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }
    .col-md-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }
    .col-md-3 {
        flex: 0 0 auto;
        width: 25%;
    }
    .col-md-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
    .col-md-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }
    .col-md-6 {
        flex: 0 0 auto;
        width: 50%;
    }
    .col-md-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }
    .col-md-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }
    .col-md-9 {
        flex: 0 0 auto;
        width: 75%;
    }
    .col-md-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }
    .col-md-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }
    .col-md-12 {
        flex: 0 0 auto;
        width: 100%;
    }
    .offset-md-0 {
        margin-left: 0;
    }
    .offset-md-1 {
        margin-left: 8.33333333%;
    }
    .offset-md-2 {
        margin-left: 16.66666667%;
    }
    .offset-md-3 {
        margin-left: 25%;
    }
    .offset-md-4 {
        margin-left: 33.33333333%;
    }
    .offset-md-5 {
        margin-left: 41.66666667%;
    }
    .offset-md-6 {
        margin-left: 50%;
    }
    .offset-md-7 {
        margin-left: 58.33333333%;
    }
    .offset-md-8 {
        margin-left: 66.66666667%;
    }
    .offset-md-9 {
        margin-left: 75%;
    }
    .offset-md-10 {
        margin-left: 83.33333333%;
    }
    .offset-md-11 {
        margin-left: 91.66666667%;
    }
    .g-md-0,
    .gx-md-0 {
        --bs-gutter-x: 0;
    }
    .g-md-0,
    .gy-md-0 {
        --bs-gutter-y: 0;
    }
    .g-md-1,
    .gx-md-1 {
        --bs-gutter-x: 0.25rem;
    }
    .g-md-1,
    .gy-md-1 {
        --bs-gutter-y: 0.25rem;
    }
    .g-md-2,
    .gx-md-2 {
        --bs-gutter-x: 0.5rem;
    }
    .g-md-2,
    .gy-md-2 {
        --bs-gutter-y: 0.5rem;
    }
    .g-md-3,
    .gx-md-3 {
        --bs-gutter-x: 1rem;
    }
    .g-md-3,
    .gy-md-3 {
        --bs-gutter-y: 1rem;
    }
    .g-md-4,
    .gx-md-4 {
        --bs-gutter-x: 1.5rem;
    }
    .g-md-4,
    .gy-md-4 {
        --bs-gutter-y: 1.5rem;
    }
    .g-md-5,
    .gx-md-5 {
        --bs-gutter-x: 3rem;
    }
    .g-md-5,
    .gy-md-5 {
        --bs-gutter-y: 3rem;
    }
}
@media (min-width: 992px) {
    .col-lg {
        flex: 1 0 0%;
    }
    .row-cols-lg-auto > * {
        flex: 0 0 auto;
        width: auto;
    }
    .row-cols-lg-1 > * {
        flex: 0 0 auto;
        width: 100%;
    }
    .row-cols-lg-2 > * {
        flex: 0 0 auto;
        width: 50%;
    }
    .row-cols-lg-3 > * {
        flex: 0 0 auto;
        width: 33.3333333333%;
    }
    .row-cols-lg-4 > * {
        flex: 0 0 auto;
        width: 25%;
    }
    .row-cols-lg-5 > * {
        flex: 0 0 auto;
        width: 20%;
    }
    .row-cols-lg-6 > * {
        flex: 0 0 auto;
        width: 16.6666666667%;
    }
    .col-lg-auto {
        flex: 0 0 auto;
        width: auto;
    }
    .col-lg-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }
    .col-lg-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }
    .col-lg-3 {
        flex: 0 0 auto;
        width: 25%;
    }
    .col-lg-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
    .col-lg-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }
    .col-lg-6 {
        flex: 0 0 auto;
        width: 50%;
    }
    .col-lg-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }
    .col-lg-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }
    .col-lg-9 {
        flex: 0 0 auto;
        width: 75%;
    }
    .col-lg-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }
    .col-lg-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }
    .col-lg-12 {
        flex: 0 0 auto;
        width: 100%;
    }
    .offset-lg-0 {
        margin-left: 0;
    }
    .offset-lg-1 {
        margin-left: 8.33333333%;
    }
    .offset-lg-2 {
        margin-left: 16.66666667%;
    }
    .offset-lg-3 {
        margin-left: 25%;
    }
    .offset-lg-4 {
        margin-left: 33.33333333%;
    }
    .offset-lg-5 {
        margin-left: 41.66666667%;
    }
    .offset-lg-6 {
        margin-left: 50%;
    }
    .offset-lg-7 {
        margin-left: 58.33333333%;
    }
    .offset-lg-8 {
        margin-left: 66.66666667%;
    }
    .offset-lg-9 {
        margin-left: 75%;
    }
    .offset-lg-10 {
        margin-left: 83.33333333%;
    }
    .offset-lg-11 {
        margin-left: 91.66666667%;
    }
    .g-lg-0,
    .gx-lg-0 {
        --bs-gutter-x: 0;
    }
    .g-lg-0,
    .gy-lg-0 {
        --bs-gutter-y: 0;
    }
    .g-lg-1,
    .gx-lg-1 {
        --bs-gutter-x: 0.25rem;
    }
    .g-lg-1,
    .gy-lg-1 {
        --bs-gutter-y: 0.25rem;
    }
    .g-lg-2,
    .gx-lg-2 {
        --bs-gutter-x: 0.5rem;
    }
    .g-lg-2,
    .gy-lg-2 {
        --bs-gutter-y: 0.5rem;
    }
    .g-lg-3,
    .gx-lg-3 {
        --bs-gutter-x: 1rem;
    }
    .g-lg-3,
    .gy-lg-3 {
        --bs-gutter-y: 1rem;
    }
    .g-lg-4,
    .gx-lg-4 {
        --bs-gutter-x: 1.5rem;
    }
    .g-lg-4,
    .gy-lg-4 {
        --bs-gutter-y: 1.5rem;
    }
    .g-lg-5,
    .gx-lg-5 {
        --bs-gutter-x: 3rem;
    }
    .g-lg-5,
    .gy-lg-5 {
        --bs-gutter-y: 3rem;
    }
}
@media (min-width: 1200px) {
    .col-xl {
        flex: 1 0 0%;
    }
    .row-cols-xl-auto > * {
        flex: 0 0 auto;
        width: auto;
    }
    .row-cols-xl-1 > * {
        flex: 0 0 auto;
        width: 100%;
    }
    .row-cols-xl-2 > * {
        flex: 0 0 auto;
        width: 50%;
    }
    .row-cols-xl-3 > * {
        flex: 0 0 auto;
        width: 33.3333333333%;
    }
    .row-cols-xl-4 > * {
        flex: 0 0 auto;
        width: 25%;
    }
    .row-cols-xl-5 > * {
        flex: 0 0 auto;
        width: 20%;
    }
    .row-cols-xl-6 > * {
        flex: 0 0 auto;
        width: 16.6666666667%;
    }
    .col-xl-auto {
        flex: 0 0 auto;
        width: auto;
    }
    .col-xl-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }
    .col-xl-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }
    .col-xl-3 {
        flex: 0 0 auto;
        width: 25%;
    }
    .col-xl-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
    .col-xl-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }
    .col-xl-6 {
        flex: 0 0 auto;
        width: 50%;
    }
    .col-xl-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }
    .col-xl-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }
    .col-xl-9 {
        flex: 0 0 auto;
        width: 75%;
    }
    .col-xl-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }
    .col-xl-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }
    .col-xl-12 {
        flex: 0 0 auto;
        width: 100%;
    }
    .offset-xl-0 {
        margin-left: 0;
    }
    .offset-xl-1 {
        margin-left: 8.33333333%;
    }
    .offset-xl-2 {
        margin-left: 16.66666667%;
    }
    .offset-xl-3 {
        margin-left: 25%;
    }
    .offset-xl-4 {
        margin-left: 33.33333333%;
    }
    .offset-xl-5 {
        margin-left: 41.66666667%;
    }
    .offset-xl-6 {
        margin-left: 50%;
    }
    .offset-xl-7 {
        margin-left: 58.33333333%;
    }
    .offset-xl-8 {
        margin-left: 66.66666667%;
    }
    .offset-xl-9 {
        margin-left: 75%;
    }
    .offset-xl-10 {
        margin-left: 83.33333333%;
    }
    .offset-xl-11 {
        margin-left: 91.66666667%;
    }
    .g-xl-0,
    .gx-xl-0 {
        --bs-gutter-x: 0;
    }
    .g-xl-0,
    .gy-xl-0 {
        --bs-gutter-y: 0;
    }
    .g-xl-1,
    .gx-xl-1 {
        --bs-gutter-x: 0.25rem;
    }
    .g-xl-1,
    .gy-xl-1 {
        --bs-gutter-y: 0.25rem;
    }
    .g-xl-2,
    .gx-xl-2 {
        --bs-gutter-x: 0.5rem;
    }
    .g-xl-2,
    .gy-xl-2 {
        --bs-gutter-y: 0.5rem;
    }
    .g-xl-3,
    .gx-xl-3 {
        --bs-gutter-x: 1rem;
    }
    .g-xl-3,
    .gy-xl-3 {
        --bs-gutter-y: 1rem;
    }
    .g-xl-4,
    .gx-xl-4 {
        --bs-gutter-x: 1.5rem;
    }
    .g-xl-4,
    .gy-xl-4 {
        --bs-gutter-y: 1.5rem;
    }
    .g-xl-5,
    .gx-xl-5 {
        --bs-gutter-x: 3rem;
    }
    .g-xl-5,
    .gy-xl-5 {
        --bs-gutter-y: 3rem;
    }
}
@media (min-width: 1400px) {
    .col-xxl {
        flex: 1 0 0%;
    }
    .row-cols-xxl-auto > * {
        flex: 0 0 auto;
        width: auto;
    }
    .row-cols-xxl-1 > * {
        flex: 0 0 auto;
        width: 100%;
    }
    .row-cols-xxl-2 > * {
        flex: 0 0 auto;
        width: 50%;
    }
    .row-cols-xxl-3 > * {
        flex: 0 0 auto;
        width: 33.3333333333%;
    }
    .row-cols-xxl-4 > * {
        flex: 0 0 auto;
        width: 25%;
    }
    .row-cols-xxl-5 > * {
        flex: 0 0 auto;
        width: 20%;
    }
    .row-cols-xxl-6 > * {
        flex: 0 0 auto;
        width: 16.6666666667%;
    }
    .col-xxl-auto {
        flex: 0 0 auto;
        width: auto;
    }
    .col-xxl-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }
    .col-xxl-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }
    .col-xxl-3 {
        flex: 0 0 auto;
        width: 25%;
    }
    .col-xxl-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
    .col-xxl-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }
    .col-xxl-6 {
        flex: 0 0 auto;
        width: 50%;
    }
    .col-xxl-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }
    .col-xxl-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }
    .col-xxl-9 {
        flex: 0 0 auto;
        width: 75%;
    }
    .col-xxl-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }
    .col-xxl-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }
    .col-xxl-12 {
        flex: 0 0 auto;
        width: 100%;
    }
    .offset-xxl-0 {
        margin-left: 0;
    }
    .offset-xxl-1 {
        margin-left: 8.33333333%;
    }
    .offset-xxl-2 {
        margin-left: 16.66666667%;
    }
    .offset-xxl-3 {
        margin-left: 25%;
    }
    .offset-xxl-4 {
        margin-left: 33.33333333%;
    }
    .offset-xxl-5 {
        margin-left: 41.66666667%;
    }
    .offset-xxl-6 {
        margin-left: 50%;
    }
    .offset-xxl-7 {
        margin-left: 58.33333333%;
    }
    .offset-xxl-8 {
        margin-left: 66.66666667%;
    }
    .offset-xxl-9 {
        margin-left: 75%;
    }
    .offset-xxl-10 {
        margin-left: 83.33333333%;
    }
    .offset-xxl-11 {
        margin-left: 91.66666667%;
    }
    .g-xxl-0,
    .gx-xxl-0 {
        --bs-gutter-x: 0;
    }
    .g-xxl-0,
    .gy-xxl-0 {
        --bs-gutter-y: 0;
    }
    .g-xxl-1,
    .gx-xxl-1 {
        --bs-gutter-x: 0.25rem;
    }
    .g-xxl-1,
    .gy-xxl-1 {
        --bs-gutter-y: 0.25rem;
    }
    .g-xxl-2,
    .gx-xxl-2 {
        --bs-gutter-x: 0.5rem;
    }
    .g-xxl-2,
    .gy-xxl-2 {
        --bs-gutter-y: 0.5rem;
    }
    .g-xxl-3,
    .gx-xxl-3 {
        --bs-gutter-x: 1rem;
    }
    .g-xxl-3,
    .gy-xxl-3 {
        --bs-gutter-y: 1rem;
    }
    .g-xxl-4,
    .gx-xxl-4 {
        --bs-gutter-x: 1.5rem;
    }
    .g-xxl-4,
    .gy-xxl-4 {
        --bs-gutter-y: 1.5rem;
    }
    .g-xxl-5,
    .gx-xxl-5 {
        --bs-gutter-x: 3rem;
    }
    .g-xxl-5,
    .gy-xxl-5 {
        --bs-gutter-y: 3rem;
    }
}
.clearfix::after {
    display: block;
    clear: both;
    content: "";
}
.link-primary {
    color: #0d6efd;
}
.link-primary:hover,
.link-primary:focus {
    color: #0a58ca;
}
.link-secondary {
    color: #6c757d;
}
.link-secondary:hover,
.link-secondary:focus {
    color: #565e64;
}
.link-success {
    color: #198754;
}
.link-success:hover,
.link-success:focus {
    color: #146c43;
}
.link-info {
    color: #0dcaf0;
}
.link-info:hover,
.link-info:focus {
    color: #3dd5f3;
}
.link-warning {
    color: #ffc107;
}
.link-warning:hover,
.link-warning:focus {
    color: #ffcd39;
}
.link-danger {
    color: #dc3545;
}
.link-danger:hover,
.link-danger:focus {
    color: #b02a37;
}
.link-light {
    color: #f8f9fa;
}
.link-light:hover,
.link-light:focus {
    color: #f9fafb;
}
.link-dark {
    color: #212529;
}
.link-dark:hover,
.link-dark:focus {
    color: #1a1e21;
}
.ratio {
    position: relative;
    width: 100%;
}
.ratio::before {
    display: block;
    padding-top: var(--bs-aspect-ratio);
    content: "";
}
.ratio > * {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.ratio-1x1 {
    --bs-aspect-ratio: 100%;
}
.ratio-4x3 {
    --bs-aspect-ratio: calc(3 / 4 * 100%);
}
.ratio-16x9 {
    --bs-aspect-ratio: calc(9 / 16 * 100%);
}
.ratio-21x9 {
    --bs-aspect-ratio: calc(9 / 21 * 100%);
}
.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}
.fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030;
}
.sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
}
@media (min-width: 576px) {
    .sticky-sm-top {
        position: sticky;
        top: 0;
        z-index: 1020;
    }
}
@media (min-width: 768px) {
    .sticky-md-top {
        position: sticky;
        top: 0;
        z-index: 1020;
    }
}
@media (min-width: 992px) {
    .sticky-lg-top {
        position: sticky;
        top: 0;
        z-index: 1020;
    }
}
@media (min-width: 1200px) {
    .sticky-xl-top {
        position: sticky;
        top: 0;
        z-index: 1020;
    }
}
@media (min-width: 1400px) {
    .sticky-xxl-top {
        position: sticky;
        top: 0;
        z-index: 1020;
    }
}
.hstack {
    display: flex;
    flex-direction: row;
    align-items: center;
    align-self: stretch;
}
.vstack {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    align-self: stretch;
}
.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}
.stretched-link::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    content: "";
}
.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.vr {
    display: inline-block;
    align-self: stretch;
    width: 1px;
    min-height: 1em;
    background-color: currentColor;
    opacity: 0.25;
}
.align-baseline {
    vertical-align: baseline !important;
}
.align-top {
    vertical-align: top !important;
}
.align-middle {
    vertical-align: middle !important;
}
.align-bottom {
    vertical-align: bottom !important;
}
.align-text-bottom {
    vertical-align: text-bottom !important;
}
.align-text-top {
    vertical-align: text-top !important;
}
.float-start {
    float: left !important;
}
.float-end {
    float: right !important;
}
.float-none {
    float: none !important;
}
.opacity-0 {
    opacity: 0 !important;
}
.opacity-25 {
    opacity: 0.25 !important;
}
.opacity-50 {
    opacity: 0.5 !important;
}
.opacity-75 {
    opacity: 0.75 !important;
}
.opacity-100 {
    opacity: 1 !important;
}
.overflow-auto {
    overflow: auto !important;
}
.overflow-hidden {
    overflow: hidden !important;
}
.overflow-visible {
    overflow: visible !important;
}
.overflow-scroll {
    overflow: scroll !important;
}
.d-inline {
    display: inline !important;
}
.d-inline-block {
    display: inline-block !important;
}
.d-block {
    display: block !important;
}
.d-grid {
    display: grid !important;
}
.d-table {
    display: table !important;
}
.d-table-row {
    display: table-row !important;
}
.d-table-cell {
    display: table-cell !important;
}
.d-flex {
    display: flex !important;
}
.d-inline-flex {
    display: inline-flex !important;
}
.d-none {
    display: none !important;
}
.shadow {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.shadow-sm {
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}
.shadow-lg {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}
.shadow-none {
    box-shadow: none !important;
}
.position-static {
    position: static !important;
}
.position-relative {
    position: relative !important;
}
.position-absolute {
    position: absolute !important;
}
.position-fixed {
    position: fixed !important;
}
.position-sticky {
    position: sticky !important;
}
.top-0 {
    top: 0 !important;
}
.top-50 {
    top: 50% !important;
}
.top-100 {
    top: 100% !important;
}
.bottom-0 {
    bottom: 0 !important;
}
.bottom-50 {
    bottom: 50% !important;
}
.bottom-100 {
    bottom: 100% !important;
}
.start-0 {
    left: 0 !important;
}
.start-50 {
    left: 50% !important;
}
.start-100 {
    left: 100% !important;
}
.end-0 {
    right: 0 !important;
}
.end-50 {
    right: 50% !important;
}
.end-100 {
    right: 100% !important;
}
.translate-middle {
    transform: translate(-50%, -50%) !important;
}
.translate-middle-x {
    transform: translateX(-50%) !important;
}
.translate-middle-y {
    transform: translateY(-50%) !important;
}
.border {
    border: 1px solid #dee2e6 !important;
}
.border-0 {
    border: 0 !important;
}
.border-top {
    border-top: 1px solid #dee2e6 !important;
}
.border-top-0 {
    border-top: 0 !important;
}
.border-end {
    border-right: 1px solid #dee2e6 !important;
}
.border-end-0 {
    border-right: 0 !important;
}
.border-bottom {
    border-bottom: 1px solid #dee2e6 !important;
}
.border-bottom-0 {
    border-bottom: 0 !important;
}
.border-start {
    border-left: 1px solid #dee2e6 !important;
}
.border-start-0 {
    border-left: 0 !important;
}
.border-primary {
    border-color: #0d6efd !important;
}
.border-secondary {
    border-color: #6c757d !important;
}
.border-success {
    border-color: #198754 !important;
}
.border-info {
    border-color: #0dcaf0 !important;
}
.border-warning {
    border-color: #ffc107 !important;
}
.border-danger {
    border-color: #dc3545 !important;
}
.border-light {
    border-color: #f8f9fa !important;
}
.border-dark {
    border-color: #212529 !important;
}
.border-white {
    border-color: #fff !important;
}
.border-1 {
    border-width: 1px !important;
}
.border-2 {
    border-width: 2px !important;
}
.border-3 {
    border-width: 3px !important;
}
.border-4 {
    border-width: 4px !important;
}
.border-5 {
    border-width: 5px !important;
}
.w-25 {
    width: 25% !important;
}
.w-50 {
    width: 50% !important;
}
.w-75 {
    width: 75% !important;
}
.w-100 {
    width: 100% !important;
}
.w-auto {
    width: auto !important;
}
.mw-100 {
    max-width: 100% !important;
}
.vw-100 {
    width: 100vw !important;
}
.min-vw-100 {
    min-width: 100vw !important;
}
.h-25 {
    height: 25% !important;
}
.h-50 {
    height: 50% !important;
}
.h-75 {
    height: 75% !important;
}
.h-100 {
    height: 100% !important;
}
.h-auto {
    height: auto !important;
}
.mh-100 {
    max-height: 100% !important;
}
.vh-100 {
    height: 100vh !important;
}
.min-vh-100 {
    min-height: 100vh !important;
}
.flex-fill {
    flex: 1 1 auto !important;
}
.flex-row {
    flex-direction: row !important;
}
.flex-column {
    flex-direction: column !important;
}
.flex-row-reverse {
    flex-direction: row-reverse !important;
}
.flex-column-reverse {
    flex-direction: column-reverse !important;
}
.flex-grow-0 {
    flex-grow: 0 !important;
}
.flex-grow-1 {
    flex-grow: 1 !important;
}
.flex-shrink-0 {
    flex-shrink: 0 !important;
}
.flex-shrink-1 {
    flex-shrink: 1 !important;
}
.flex-wrap {
    flex-wrap: wrap !important;
}
.flex-nowrap {
    flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
    flex-wrap: wrap-reverse !important;
}
.gap-0 {
    gap: 0 !important;
}
.gap-1 {
    gap: 0.25rem !important;
}
.gap-2 {
    gap: 0.5rem !important;
}
.gap-3 {
    gap: 1rem !important;
}
.gap-4 {
    gap: 1.5rem !important;
}
.gap-5 {
    gap: 3rem !important;
}
.justify-content-start {
    justify-content: flex-start !important;
}
.justify-content-end {
    justify-content: flex-end !important;
}
.justify-content-center {
    justify-content: center !important;
}
.justify-content-between {
    justify-content: space-between !important;
}
.justify-content-around {
    justify-content: space-around !important;
}
.justify-content-evenly {
    justify-content: space-evenly !important;
}
.align-items-start {
    align-items: flex-start !important;
}
.align-items-end {
    align-items: flex-end !important;
}
.align-items-center {
    align-items: center !important;
}
.align-items-baseline {
    align-items: baseline !important;
}
.align-items-stretch {
    align-items: stretch !important;
}
.align-content-start {
    align-content: flex-start !important;
}
.align-content-end {
    align-content: flex-end !important;
}
.align-content-center {
    align-content: center !important;
}
.align-content-between {
    align-content: space-between !important;
}
.align-content-around {
    align-content: space-around !important;
}
.align-content-stretch {
    align-content: stretch !important;
}
.align-self-auto {
    align-self: auto !important;
}
.align-self-start {
    align-self: flex-start !important;
}
.align-self-end {
    align-self: flex-end !important;
}
.align-self-center {
    align-self: center !important;
}
.align-self-baseline {
    align-self: baseline !important;
}
.align-self-stretch {
    align-self: stretch !important;
}
.order-first {
    order: -1 !important;
}
.order-0 {
    order: 0 !important;
}
.order-1 {
    order: 1 !important;
}
.order-2 {
    order: 2 !important;
}
.order-3 {
    order: 3 !important;
}
.order-4 {
    order: 4 !important;
}
.order-5 {
    order: 5 !important;
}
.order-last {
    order: 6 !important;
}
.m-0 {
    margin: 0 !important;
}
.m-1 {
    margin: 0.25rem !important;
}
.m-2 {
    margin: 0.5rem !important;
}
.m-3 {
    margin: 1rem !important;
}
.m-4 {
    margin: 1.5rem !important;
}
.m-5 {
    margin: 3rem !important;
}
.m-auto {
    margin: auto !important;
}
.mx-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
}
.mx-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
}
.mx-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
}
.mx-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
}
.mx-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
}
.mx-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
}
.mx-auto {
    margin-right: auto !important;
    margin-left: auto !important;
}
.my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}
.my-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
}
.my-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
}
.my-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
}
.my-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
}
.my-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
}
.my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
}
.mt-0 {
    margin-top: 0 !important;
}
.mt-1 {
    margin-top: 0.25rem !important;
}
.mt-2 {
    margin-top: 0.5rem !important;
}
.mt-3 {
    margin-top: 1rem !important;
}
.mt-4 {
    margin-top: 1.5rem !important;
}
.mt-5 {
    margin-top: 3rem !important;
}
.mt-auto {
    margin-top: auto !important;
}
.me-0 {
    margin-right: 0 !important;
}
.me-1 {
    margin-right: 0.25rem !important;
}
.me-2 {
    margin-right: 0.5rem !important;
}
.me-3 {
    margin-right: 1rem !important;
}
.me-4 {
    margin-right: 1.5rem !important;
}
.me-5 {
    margin-right: 3rem !important;
}
.me-auto {
    margin-right: auto !important;
}
.mb-0 {
    margin-bottom: 0 !important;
}
.mb-1 {
    margin-bottom: 0.25rem !important;
}
.mb-2 {
    margin-bottom: 0.5rem !important;
}
.mb-3 {
    margin-bottom: 1rem !important;
}
.mb-4 {
    margin-bottom: 1.5rem !important;
}
.mb-5 {
    margin-bottom: 3rem !important;
}
.mb-auto {
    margin-bottom: auto !important;
}
.ms-0 {
    margin-left: 0 !important;
}
.ms-1 {
    margin-left: 0.25rem !important;
}
.ms-2 {
    margin-left: 0.5rem !important;
}
.ms-3 {
    margin-left: 1rem !important;
}
.ms-4 {
    margin-left: 1.5rem !important;
}
.ms-5 {
    margin-left: 3rem !important;
}
.ms-auto {
    margin-left: auto !important;
}
.p-0 {
    padding: 0 !important;
}
.p-1 {
    padding: 0.25rem !important;
}
.p-2 {
    padding: 0.5rem !important;
}
.p-3 {
    padding: 1rem !important;
}
.p-4 {
    padding: 1.5rem !important;
}
.p-5 {
    padding: 3rem !important;
}
.px-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
}
.px-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
}
.px-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
}
.px-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
}
.px-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
}
.px-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
}
.py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
.py-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
}
.py-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
}
.py-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}
.py-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
}
.py-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
}
.pt-0 {
    padding-top: 0 !important;
}
.pt-1 {
    padding-top: 0.25rem !important;
}
.pt-2 {
    padding-top: 0.5rem !important;
}
.pt-3 {
    padding-top: 1rem !important;
}
.pt-4 {
    padding-top: 1.5rem !important;
}
.pt-5 {
    padding-top: 3rem !important;
}
.pe-0 {
    padding-right: 0 !important;
}
.pe-1 {
    padding-right: 0.25rem !important;
}
.pe-2 {
    padding-right: 0.5rem !important;
}
.pe-3 {
    padding-right: 1rem !important;
}
.pe-4 {
    padding-right: 1.5rem !important;
}
.pe-5 {
    padding-right: 3rem !important;
}
.pb-0 {
    padding-bottom: 0 !important;
}
.pb-1 {
    padding-bottom: 0.25rem !important;
}
.pb-2 {
    padding-bottom: 0.5rem !important;
}
.pb-3 {
    padding-bottom: 1rem !important;
}
.pb-4 {
    padding-bottom: 1.5rem !important;
}
.pb-5 {
    padding-bottom: 3rem !important;
}
.ps-0 {
    padding-left: 0 !important;
}
.ps-1 {
    padding-left: 0.25rem !important;
}
.ps-2 {
    padding-left: 0.5rem !important;
}
.ps-3 {
    padding-left: 1rem !important;
}
.ps-4 {
    padding-left: 1.5rem !important;
}
.ps-5 {
    padding-left: 3rem !important;
}
.font-monospace {
    font-family: var(--bs-font-monospace) !important;
}
.fs-1 {
    font-size: calc(1.375rem + 1.5vw) !important;
}
.fs-2 {
    font-size: calc(1.325rem + 0.9vw) !important;
}
.fs-3 {
    font-size: calc(1.3rem + 0.6vw) !important;
}
.fs-4 {
    font-size: calc(1.275rem + 0.3vw) !important;
}
.fs-5 {
    font-size: 1.25rem !important;
}
.fs-6 {
    font-size: 1rem !important;
}
.fst-italic {
    font-style: italic !important;
}
.fst-normal {
    font-style: normal !important;
}
.fw-light {
    font-weight: 300 !important;
}
.fw-lighter {
    font-weight: lighter !important;
}
.fw-normal {
    font-weight: 400 !important;
}
.fw-bold {
    font-weight: 700 !important;
}
.fw-bolder {
    font-weight: bolder !important;
}
.lh-1 {
    line-height: 1 !important;
}
.lh-sm {
    line-height: 1.25 !important;
}
.lh-base {
    line-height: 1.5 !important;
}
.lh-lg {
    line-height: 2 !important;
}
.text-start {
    text-align: left !important;
}
.text-end {
    text-align: right !important;
}
.text-center {
    text-align: center !important;
}
.text-decoration-none {
    text-decoration: none !important;
}
.text-decoration-underline {
    text-decoration: underline !important;
}
.text-decoration-line-through {
    text-decoration: line-through !important;
}
.text-lowercase {
    text-transform: lowercase !important;
}
.text-uppercase {
    text-transform: uppercase !important;
}
.text-capitalize {
    text-transform: capitalize !important;
}
.text-wrap {
    white-space: normal !important;
}
.text-nowrap {
    white-space: nowrap !important;
}
.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: rgba(0, 0, 0, 0.5) !important;
}
.text-white-50 {
    --bs-text-opacity: 1;
    color: rgba(255, 255, 255, 0.5) !important;
}
.text-reset {
    --bs-text-opacity: 1;
    color: inherit !important;
}
.text-opacity-25 {
    --bs-text-opacity: 0.25;
}
.text-opacity-50 {
    --bs-text-opacity: 0.5;
}
.text-opacity-75 {
    --bs-text-opacity: 0.75;
}
.text-opacity-100 {
    --bs-text-opacity: 1;
}
.bg-primary {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important;
}
.bg-secondary {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important;
}
.bg-success {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important;
}
.bg-info {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important;
}
.bg-warning {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)) !important;
}
.bg-danger {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important;
}
.bg-light {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
}
.bg-dark {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important;
}
.bg-black {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important;
}
.bg-white,
.theme-2 .module-card,
.theme-2 .scroll-module-card {
    --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: rgba(0, 0, 0, 0) !important;
}
.bg-opacity-10 {
    --bs-bg-opacity: 0.1;
}
.bg-opacity-25 {
    --bs-bg-opacity: 0.25;
}
.bg-opacity-50 {
    --bs-bg-opacity: 0.5;
}
.bg-opacity-75 {
    --bs-bg-opacity: 0.75;
}
.bg-opacity-100 {
    --bs-bg-opacity: 1;
}
.bg-gradient {
    background-image: var(--bs-gradient) !important;
}
.user-select-all {
    user-select: all !important;
}
.user-select-auto {
    user-select: auto !important;
}
.user-select-none {
    user-select: none !important;
}
.pe-none {
    pointer-events: none !important;
}
.pe-auto {
    pointer-events: auto !important;
}
.rounded {
    border-radius: 0.25rem !important;
}
.rounded-0 {
    border-radius: 0 !important;
}
.rounded-1 {
    border-radius: 0.2rem !important;
}
.rounded-2 {
    border-radius: 0.25rem !important;
}
.rounded-3 {
    border-radius: 0.3rem !important;
}
.rounded-circle {
    border-radius: 50% !important;
}
.rounded-pill {
    border-radius: 50rem !important;
}
.rounded-top {
    border-top-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
}
.rounded-end {
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
}
.rounded-bottom {
    border-bottom-right-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
}
.rounded-start {
    border-bottom-left-radius: 0.25rem !important;
    border-top-left-radius: 0.25rem !important;
}
.visible {
    visibility: visible !important;
}
.invisible {
    visibility: hidden !important;
}
@media (min-width: 576px) {
    .float-sm-start {
        float: left !important;
    }
    .float-sm-end {
        float: right !important;
    }
    .float-sm-none {
        float: none !important;
    }
    .d-sm-inline {
        display: inline !important;
    }
    .d-sm-inline-block {
        display: inline-block !important;
    }
    .d-sm-block {
        display: block !important;
    }
    .d-sm-grid {
        display: grid !important;
    }
    .d-sm-table {
        display: table !important;
    }
    .d-sm-table-row {
        display: table-row !important;
    }
    .d-sm-table-cell {
        display: table-cell !important;
    }
    .d-sm-flex {
        display: flex !important;
    }
    .d-sm-inline-flex {
        display: inline-flex !important;
    }
    .d-sm-none {
        display: none !important;
    }
    .flex-sm-fill {
        flex: 1 1 auto !important;
    }
    .flex-sm-row {
        flex-direction: row !important;
    }
    .flex-sm-column {
        flex-direction: column !important;
    }
    .flex-sm-row-reverse {
        flex-direction: row-reverse !important;
    }
    .flex-sm-column-reverse {
        flex-direction: column-reverse !important;
    }
    .flex-sm-grow-0 {
        flex-grow: 0 !important;
    }
    .flex-sm-grow-1 {
        flex-grow: 1 !important;
    }
    .flex-sm-shrink-0 {
        flex-shrink: 0 !important;
    }
    .flex-sm-shrink-1 {
        flex-shrink: 1 !important;
    }
    .flex-sm-wrap {
        flex-wrap: wrap !important;
    }
    .flex-sm-nowrap {
        flex-wrap: nowrap !important;
    }
    .flex-sm-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }
    .gap-sm-0 {
        gap: 0 !important;
    }
    .gap-sm-1 {
        gap: 0.25rem !important;
    }
    .gap-sm-2 {
        gap: 0.5rem !important;
    }
    .gap-sm-3 {
        gap: 1rem !important;
    }
    .gap-sm-4 {
        gap: 1.5rem !important;
    }
    .gap-sm-5 {
        gap: 3rem !important;
    }
    .justify-content-sm-start {
        justify-content: flex-start !important;
    }
    .justify-content-sm-end {
        justify-content: flex-end !important;
    }
    .justify-content-sm-center {
        justify-content: center !important;
    }
    .justify-content-sm-between {
        justify-content: space-between !important;
    }
    .justify-content-sm-around {
        justify-content: space-around !important;
    }
    .justify-content-sm-evenly {
        justify-content: space-evenly !important;
    }
    .align-items-sm-start {
        align-items: flex-start !important;
    }
    .align-items-sm-end {
        align-items: flex-end !important;
    }
    .align-items-sm-center {
        align-items: center !important;
    }
    .align-items-sm-baseline {
        align-items: baseline !important;
    }
    .align-items-sm-stretch {
        align-items: stretch !important;
    }
    .align-content-sm-start {
        align-content: flex-start !important;
    }
    .align-content-sm-end {
        align-content: flex-end !important;
    }
    .align-content-sm-center {
        align-content: center !important;
    }
    .align-content-sm-between {
        align-content: space-between !important;
    }
    .align-content-sm-around {
        align-content: space-around !important;
    }
    .align-content-sm-stretch {
        align-content: stretch !important;
    }
    .align-self-sm-auto {
        align-self: auto !important;
    }
    .align-self-sm-start {
        align-self: flex-start !important;
    }
    .align-self-sm-end {
        align-self: flex-end !important;
    }
    .align-self-sm-center {
        align-self: center !important;
    }
    .align-self-sm-baseline {
        align-self: baseline !important;
    }
    .align-self-sm-stretch {
        align-self: stretch !important;
    }
    .order-sm-first {
        order: -1 !important;
    }
    .order-sm-0 {
        order: 0 !important;
    }
    .order-sm-1 {
        order: 1 !important;
    }
    .order-sm-2 {
        order: 2 !important;
    }
    .order-sm-3 {
        order: 3 !important;
    }
    .order-sm-4 {
        order: 4 !important;
    }
    .order-sm-5 {
        order: 5 !important;
    }
    .order-sm-last {
        order: 6 !important;
    }
    .m-sm-0 {
        margin: 0 !important;
    }
    .m-sm-1 {
        margin: 0.25rem !important;
    }
    .m-sm-2 {
        margin: 0.5rem !important;
    }
    .m-sm-3 {
        margin: 1rem !important;
    }
    .m-sm-4 {
        margin: 1.5rem !important;
    }
    .m-sm-5 {
        margin: 3rem !important;
    }
    .m-sm-auto {
        margin: auto !important;
    }
    .mx-sm-0 {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
    .mx-sm-1 {
        margin-right: 0.25rem !important;
        margin-left: 0.25rem !important;
    }
    .mx-sm-2 {
        margin-right: 0.5rem !important;
        margin-left: 0.5rem !important;
    }
    .mx-sm-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important;
    }
    .mx-sm-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important;
    }
    .mx-sm-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important;
    }
    .mx-sm-auto {
        margin-right: auto !important;
        margin-left: auto !important;
    }
    .my-sm-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
    .my-sm-1 {
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important;
    }
    .my-sm-2 {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important;
    }
    .my-sm-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }
    .my-sm-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }
    .my-sm-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }
    .my-sm-auto {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }
    .mt-sm-0 {
        margin-top: 0 !important;
    }
    .mt-sm-1 {
        margin-top: 0.25rem !important;
    }
    .mt-sm-2 {
        margin-top: 0.5rem !important;
    }
    .mt-sm-3 {
        margin-top: 1rem !important;
    }
    .mt-sm-4 {
        margin-top: 1.5rem !important;
    }
    .mt-sm-5 {
        margin-top: 3rem !important;
    }
    .mt-sm-auto {
        margin-top: auto !important;
    }
    .me-sm-0 {
        margin-right: 0 !important;
    }
    .me-sm-1 {
        margin-right: 0.25rem !important;
    }
    .me-sm-2 {
        margin-right: 0.5rem !important;
    }
    .me-sm-3 {
        margin-right: 1rem !important;
    }
    .me-sm-4 {
        margin-right: 1.5rem !important;
    }
    .me-sm-5 {
        margin-right: 3rem !important;
    }
    .me-sm-auto {
        margin-right: auto !important;
    }
    .mb-sm-0 {
        margin-bottom: 0 !important;
    }
    .mb-sm-1 {
        margin-bottom: 0.25rem !important;
    }
    .mb-sm-2 {
        margin-bottom: 0.5rem !important;
    }
    .mb-sm-3 {
        margin-bottom: 1rem !important;
    }
    .mb-sm-4 {
        margin-bottom: 1.5rem !important;
    }
    .mb-sm-5 {
        margin-bottom: 3rem !important;
    }
    .mb-sm-auto {
        margin-bottom: auto !important;
    }
    .ms-sm-0 {
        margin-left: 0 !important;
    }
    .ms-sm-1 {
        margin-left: 0.25rem !important;
    }
    .ms-sm-2 {
        margin-left: 0.5rem !important;
    }
    .ms-sm-3 {
        margin-left: 1rem !important;
    }
    .ms-sm-4 {
        margin-left: 1.5rem !important;
    }
    .ms-sm-5 {
        margin-left: 3rem !important;
    }
    .ms-sm-auto {
        margin-left: auto !important;
    }
    .p-sm-0 {
        padding: 0 !important;
    }
    .p-sm-1 {
        padding: 0.25rem !important;
    }
    .p-sm-2 {
        padding: 0.5rem !important;
    }
    .p-sm-3 {
        padding: 1rem !important;
    }
    .p-sm-4 {
        padding: 1.5rem !important;
    }
    .p-sm-5 {
        padding: 3rem !important;
    }
    .px-sm-0 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
    .px-sm-1 {
        padding-right: 0.25rem !important;
        padding-left: 0.25rem !important;
    }
    .px-sm-2 {
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important;
    }
    .px-sm-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }
    .px-sm-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
    }
    .px-sm-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important;
    }
    .py-sm-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    .py-sm-1 {
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important;
    }
    .py-sm-2 {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }
    .py-sm-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }
    .py-sm-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }
    .py-sm-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }
    .pt-sm-0 {
        padding-top: 0 !important;
    }
    .pt-sm-1 {
        padding-top: 0.25rem !important;
    }
    .pt-sm-2 {
        padding-top: 0.5rem !important;
    }
    .pt-sm-3 {
        padding-top: 1rem !important;
    }
    .pt-sm-4 {
        padding-top: 1.5rem !important;
    }
    .pt-sm-5 {
        padding-top: 3rem !important;
    }
    .pe-sm-0 {
        padding-right: 0 !important;
    }
    .pe-sm-1 {
        padding-right: 0.25rem !important;
    }
    .pe-sm-2 {
        padding-right: 0.5rem !important;
    }
    .pe-sm-3 {
        padding-right: 1rem !important;
    }
    .pe-sm-4 {
        padding-right: 1.5rem !important;
    }
    .pe-sm-5 {
        padding-right: 3rem !important;
    }
    .pb-sm-0 {
        padding-bottom: 0 !important;
    }
    .pb-sm-1 {
        padding-bottom: 0.25rem !important;
    }
    .pb-sm-2 {
        padding-bottom: 0.5rem !important;
    }
    .pb-sm-3 {
        padding-bottom: 1rem !important;
    }
    .pb-sm-4 {
        padding-bottom: 1.5rem !important;
    }
    .pb-sm-5 {
        padding-bottom: 3rem !important;
    }
    .ps-sm-0 {
        padding-left: 0 !important;
    }
    .ps-sm-1 {
        padding-left: 0.25rem !important;
    }
    .ps-sm-2 {
        padding-left: 0.5rem !important;
    }
    .ps-sm-3 {
        padding-left: 1rem !important;
    }
    .ps-sm-4 {
        padding-left: 1.5rem !important;
    }
    .ps-sm-5 {
        padding-left: 3rem !important;
    }
    .text-sm-start {
        text-align: left !important;
    }
    .text-sm-end {
        text-align: right !important;
    }
    .text-sm-center {
        text-align: center !important;
    }
}
@media (min-width: 768px) {
    .float-md-start {
        float: left !important;
    }
    .float-md-end {
        float: right !important;
    }
    .float-md-none {
        float: none !important;
    }
    .d-md-inline {
        display: inline !important;
    }
    .d-md-inline-block {
        display: inline-block !important;
    }
    .d-md-block {
        display: block !important;
    }
    .d-md-grid {
        display: grid !important;
    }
    .d-md-table {
        display: table !important;
    }
    .d-md-table-row {
        display: table-row !important;
    }
    .d-md-table-cell {
        display: table-cell !important;
    }
    .d-md-flex {
        display: flex !important;
    }
    .d-md-inline-flex {
        display: inline-flex !important;
    }
    .d-md-none {
        display: none !important;
    }
    .flex-md-fill {
        flex: 1 1 auto !important;
    }
    .flex-md-row {
        flex-direction: row !important;
    }
    .flex-md-column {
        flex-direction: column !important;
    }
    .flex-md-row-reverse {
        flex-direction: row-reverse !important;
    }
    .flex-md-column-reverse {
        flex-direction: column-reverse !important;
    }
    .flex-md-grow-0 {
        flex-grow: 0 !important;
    }
    .flex-md-grow-1 {
        flex-grow: 1 !important;
    }
    .flex-md-shrink-0 {
        flex-shrink: 0 !important;
    }
    .flex-md-shrink-1 {
        flex-shrink: 1 !important;
    }
    .flex-md-wrap {
        flex-wrap: wrap !important;
    }
    .flex-md-nowrap {
        flex-wrap: nowrap !important;
    }
    .flex-md-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }
    .gap-md-0 {
        gap: 0 !important;
    }
    .gap-md-1 {
        gap: 0.25rem !important;
    }
    .gap-md-2 {
        gap: 0.5rem !important;
    }
    .gap-md-3 {
        gap: 1rem !important;
    }
    .gap-md-4 {
        gap: 1.5rem !important;
    }
    .gap-md-5 {
        gap: 3rem !important;
    }
    .justify-content-md-start {
        justify-content: flex-start !important;
    }
    .justify-content-md-end {
        justify-content: flex-end !important;
    }
    .justify-content-md-center {
        justify-content: center !important;
    }
    .justify-content-md-between {
        justify-content: space-between !important;
    }
    .justify-content-md-around {
        justify-content: space-around !important;
    }
    .justify-content-md-evenly {
        justify-content: space-evenly !important;
    }
    .align-items-md-start {
        align-items: flex-start !important;
    }
    .align-items-md-end {
        align-items: flex-end !important;
    }
    .align-items-md-center {
        align-items: center !important;
    }
    .align-items-md-baseline {
        align-items: baseline !important;
    }
    .align-items-md-stretch {
        align-items: stretch !important;
    }
    .align-content-md-start {
        align-content: flex-start !important;
    }
    .align-content-md-end {
        align-content: flex-end !important;
    }
    .align-content-md-center {
        align-content: center !important;
    }
    .align-content-md-between {
        align-content: space-between !important;
    }
    .align-content-md-around {
        align-content: space-around !important;
    }
    .align-content-md-stretch {
        align-content: stretch !important;
    }
    .align-self-md-auto {
        align-self: auto !important;
    }
    .align-self-md-start {
        align-self: flex-start !important;
    }
    .align-self-md-end {
        align-self: flex-end !important;
    }
    .align-self-md-center {
        align-self: center !important;
    }
    .align-self-md-baseline {
        align-self: baseline !important;
    }
    .align-self-md-stretch {
        align-self: stretch !important;
    }
    .order-md-first {
        order: -1 !important;
    }
    .order-md-0 {
        order: 0 !important;
    }
    .order-md-1 {
        order: 1 !important;
    }
    .order-md-2 {
        order: 2 !important;
    }
    .order-md-3 {
        order: 3 !important;
    }
    .order-md-4 {
        order: 4 !important;
    }
    .order-md-5 {
        order: 5 !important;
    }
    .order-md-last {
        order: 6 !important;
    }
    .m-md-0 {
        margin: 0 !important;
    }
    .m-md-1 {
        margin: 0.25rem !important;
    }
    .m-md-2 {
        margin: 0.5rem !important;
    }
    .m-md-3 {
        margin: 1rem !important;
    }
    .m-md-4 {
        margin: 1.5rem !important;
    }
    .m-md-5 {
        margin: 3rem !important;
    }
    .m-md-auto {
        margin: auto !important;
    }
    .mx-md-0 {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
    .mx-md-1 {
        margin-right: 0.25rem !important;
        margin-left: 0.25rem !important;
    }
    .mx-md-2 {
        margin-right: 0.5rem !important;
        margin-left: 0.5rem !important;
    }
    .mx-md-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important;
    }
    .mx-md-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important;
    }
    .mx-md-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important;
    }
    .mx-md-auto {
        margin-right: auto !important;
        margin-left: auto !important;
    }
    .my-md-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
    .my-md-1 {
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important;
    }
    .my-md-2 {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important;
    }
    .my-md-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }
    .my-md-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }
    .my-md-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }
    .my-md-auto {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }
    .mt-md-0 {
        margin-top: 0 !important;
    }
    .mt-md-1 {
        margin-top: 0.25rem !important;
    }
    .mt-md-2 {
        margin-top: 0.5rem !important;
    }
    .mt-md-3 {
        margin-top: 1rem !important;
    }
    .mt-md-4 {
        margin-top: 1.5rem !important;
    }
    .mt-md-5 {
        margin-top: 3rem !important;
    }
    .mt-md-auto {
        margin-top: auto !important;
    }
    .me-md-0 {
        margin-right: 0 !important;
    }
    .me-md-1 {
        margin-right: 0.25rem !important;
    }
    .me-md-2 {
        margin-right: 0.5rem !important;
    }
    .me-md-3 {
        margin-right: 1rem !important;
    }
    .me-md-4 {
        margin-right: 1.5rem !important;
    }
    .me-md-5 {
        margin-right: 3rem !important;
    }
    .me-md-auto {
        margin-right: auto !important;
    }
    .mb-md-0 {
        margin-bottom: 0 !important;
    }
    .mb-md-1 {
        margin-bottom: 0.25rem !important;
    }
    .mb-md-2 {
        margin-bottom: 0.5rem !important;
    }
    .mb-md-3 {
        margin-bottom: 1rem !important;
    }
    .mb-md-4 {
        margin-bottom: 1.5rem !important;
    }
    .mb-md-5 {
        margin-bottom: 3rem !important;
    }
    .mb-md-auto {
        margin-bottom: auto !important;
    }
    .ms-md-0 {
        margin-left: 0 !important;
    }
    .ms-md-1 {
        margin-left: 0.25rem !important;
    }
    .ms-md-2 {
        margin-left: 0.5rem !important;
    }
    .ms-md-3 {
        margin-left: 1rem !important;
    }
    .ms-md-4 {
        margin-left: 1.5rem !important;
    }
    .ms-md-5 {
        margin-left: 3rem !important;
    }
    .ms-md-auto {
        margin-left: auto !important;
    }
    .p-md-0 {
        padding: 0 !important;
    }
    .p-md-1 {
        padding: 0.25rem !important;
    }
    .p-md-2 {
        padding: 0.5rem !important;
    }
    .p-md-3 {
        padding: 1rem !important;
    }
    .p-md-4 {
        padding: 1.5rem !important;
    }
    .p-md-5 {
        padding: 3rem !important;
    }
    .px-md-0 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
    .px-md-1 {
        padding-right: 0.25rem !important;
        padding-left: 0.25rem !important;
    }
    .px-md-2 {
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important;
    }
    .px-md-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }
    .px-md-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
    }
    .px-md-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important;
    }
    .py-md-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    .py-md-1 {
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important;
    }
    .py-md-2 {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }
    .py-md-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }
    .py-md-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }
    .py-md-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }
    .pt-md-0 {
        padding-top: 0 !important;
    }
    .pt-md-1 {
        padding-top: 0.25rem !important;
    }
    .pt-md-2 {
        padding-top: 0.5rem !important;
    }
    .pt-md-3 {
        padding-top: 1rem !important;
    }
    .pt-md-4 {
        padding-top: 1.5rem !important;
    }
    .pt-md-5 {
        padding-top: 3rem !important;
    }
    .pe-md-0 {
        padding-right: 0 !important;
    }
    .pe-md-1 {
        padding-right: 0.25rem !important;
    }
    .pe-md-2 {
        padding-right: 0.5rem !important;
    }
    .pe-md-3 {
        padding-right: 1rem !important;
    }
    .pe-md-4 {
        padding-right: 1.5rem !important;
    }
    .pe-md-5 {
        padding-right: 3rem !important;
    }
    .pb-md-0 {
        padding-bottom: 0 !important;
    }
    .pb-md-1 {
        padding-bottom: 0.25rem !important;
    }
    .pb-md-2 {
        padding-bottom: 0.5rem !important;
    }
    .pb-md-3 {
        padding-bottom: 1rem !important;
    }
    .pb-md-4 {
        padding-bottom: 1.5rem !important;
    }
    .pb-md-5 {
        padding-bottom: 3rem !important;
    }
    .ps-md-0 {
        padding-left: 0 !important;
    }
    .ps-md-1 {
        padding-left: 0.25rem !important;
    }
    .ps-md-2 {
        padding-left: 0.5rem !important;
    }
    .ps-md-3 {
        padding-left: 1rem !important;
    }
    .ps-md-4 {
        padding-left: 1.5rem !important;
    }
    .ps-md-5 {
        padding-left: 3rem !important;
    }
    .text-md-start {
        text-align: left !important;
    }
    .text-md-end {
        text-align: right !important;
    }
    .text-md-center {
        text-align: center !important;
    }
}
@media (min-width: 992px) {
    .float-lg-start {
        float: left !important;
    }
    .float-lg-end {
        float: right !important;
    }
    .float-lg-none {
        float: none !important;
    }
    .d-lg-inline {
        display: inline !important;
    }
    .d-lg-inline-block {
        display: inline-block !important;
    }
    .d-lg-block {
        display: block !important;
    }
    .d-lg-grid {
        display: grid !important;
    }
    .d-lg-table {
        display: table !important;
    }
    .d-lg-table-row {
        display: table-row !important;
    }
    .d-lg-table-cell {
        display: table-cell !important;
    }
    .d-lg-flex {
        display: flex !important;
    }
    .d-lg-inline-flex {
        display: inline-flex !important;
    }
    .d-lg-none {
        display: none !important;
    }
    .flex-lg-fill {
        flex: 1 1 auto !important;
    }
    .flex-lg-row {
        flex-direction: row !important;
    }
    .flex-lg-column {
        flex-direction: column !important;
    }
    .flex-lg-row-reverse {
        flex-direction: row-reverse !important;
    }
    .flex-lg-column-reverse {
        flex-direction: column-reverse !important;
    }
    .flex-lg-grow-0 {
        flex-grow: 0 !important;
    }
    .flex-lg-grow-1 {
        flex-grow: 1 !important;
    }
    .flex-lg-shrink-0 {
        flex-shrink: 0 !important;
    }
    .flex-lg-shrink-1 {
        flex-shrink: 1 !important;
    }
    .flex-lg-wrap {
        flex-wrap: wrap !important;
    }
    .flex-lg-nowrap {
        flex-wrap: nowrap !important;
    }
    .flex-lg-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }
    .gap-lg-0 {
        gap: 0 !important;
    }
    .gap-lg-1 {
        gap: 0.25rem !important;
    }
    .gap-lg-2 {
        gap: 0.5rem !important;
    }
    .gap-lg-3 {
        gap: 1rem !important;
    }
    .gap-lg-4 {
        gap: 1.5rem !important;
    }
    .gap-lg-5 {
        gap: 3rem !important;
    }
    .justify-content-lg-start {
        justify-content: flex-start !important;
    }
    .justify-content-lg-end {
        justify-content: flex-end !important;
    }
    .justify-content-lg-center {
        justify-content: center !important;
    }
    .justify-content-lg-between {
        justify-content: space-between !important;
    }
    .justify-content-lg-around {
        justify-content: space-around !important;
    }
    .justify-content-lg-evenly {
        justify-content: space-evenly !important;
    }
    .align-items-lg-start {
        align-items: flex-start !important;
    }
    .align-items-lg-end {
        align-items: flex-end !important;
    }
    .align-items-lg-center {
        align-items: center !important;
    }
    .align-items-lg-baseline {
        align-items: baseline !important;
    }
    .align-items-lg-stretch {
        align-items: stretch !important;
    }
    .align-content-lg-start {
        align-content: flex-start !important;
    }
    .align-content-lg-end {
        align-content: flex-end !important;
    }
    .align-content-lg-center {
        align-content: center !important;
    }
    .align-content-lg-between {
        align-content: space-between !important;
    }
    .align-content-lg-around {
        align-content: space-around !important;
    }
    .align-content-lg-stretch {
        align-content: stretch !important;
    }
    .align-self-lg-auto {
        align-self: auto !important;
    }
    .align-self-lg-start {
        align-self: flex-start !important;
    }
    .align-self-lg-end {
        align-self: flex-end !important;
    }
    .align-self-lg-center {
        align-self: center !important;
    }
    .align-self-lg-baseline {
        align-self: baseline !important;
    }
    .align-self-lg-stretch {
        align-self: stretch !important;
    }
    .order-lg-first {
        order: -1 !important;
    }
    .order-lg-0 {
        order: 0 !important;
    }
    .order-lg-1 {
        order: 1 !important;
    }
    .order-lg-2 {
        order: 2 !important;
    }
    .order-lg-3 {
        order: 3 !important;
    }
    .order-lg-4 {
        order: 4 !important;
    }
    .order-lg-5 {
        order: 5 !important;
    }
    .order-lg-last {
        order: 6 !important;
    }
    .m-lg-0 {
        margin: 0 !important;
    }
    .m-lg-1 {
        margin: 0.25rem !important;
    }
    .m-lg-2 {
        margin: 0.5rem !important;
    }
    .m-lg-3 {
        margin: 1rem !important;
    }
    .m-lg-4 {
        margin: 1.5rem !important;
    }
    .m-lg-5 {
        margin: 3rem !important;
    }
    .m-lg-auto {
        margin: auto !important;
    }
    .mx-lg-0 {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
    .mx-lg-1 {
        margin-right: 0.25rem !important;
        margin-left: 0.25rem !important;
    }
    .mx-lg-2 {
        margin-right: 0.5rem !important;
        margin-left: 0.5rem !important;
    }
    .mx-lg-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important;
    }
    .mx-lg-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important;
    }
    .mx-lg-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important;
    }
    .mx-lg-auto {
        margin-right: auto !important;
        margin-left: auto !important;
    }
    .my-lg-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
    .my-lg-1 {
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important;
    }
    .my-lg-2 {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important;
    }
    .my-lg-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }
    .my-lg-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }
    .my-lg-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }
    .my-lg-auto {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }
    .mt-lg-0 {
        margin-top: 0 !important;
    }
    .mt-lg-1 {
        margin-top: 0.25rem !important;
    }
    .mt-lg-2 {
        margin-top: 0.5rem !important;
    }
    .mt-lg-3 {
        margin-top: 1rem !important;
    }
    .mt-lg-4 {
        margin-top: 1.5rem !important;
    }
    .mt-lg-5 {
        margin-top: 3rem !important;
    }
    .mt-lg-auto {
        margin-top: auto !important;
    }
    .me-lg-0 {
        margin-right: 0 !important;
    }
    .me-lg-1 {
        margin-right: 0.25rem !important;
    }
    .me-lg-2 {
        margin-right: 0.5rem !important;
    }
    .me-lg-3 {
        margin-right: 1rem !important;
    }
    .me-lg-4 {
        margin-right: 1.5rem !important;
    }
    .me-lg-5 {
        margin-right: 3rem !important;
    }
    .me-lg-auto {
        margin-right: auto !important;
    }
    .mb-lg-0 {
        margin-bottom: 0 !important;
    }
    .mb-lg-1 {
        margin-bottom: 0.25rem !important;
    }
    .mb-lg-2 {
        margin-bottom: 0.5rem !important;
    }
    .mb-lg-3 {
        margin-bottom: 1rem !important;
    }
    .mb-lg-4 {
        margin-bottom: 1.5rem !important;
    }
    .mb-lg-5 {
        margin-bottom: 3rem !important;
    }
    .mb-lg-auto {
        margin-bottom: auto !important;
    }
    .ms-lg-0 {
        margin-left: 0 !important;
    }
    .ms-lg-1 {
        margin-left: 0.25rem !important;
    }
    .ms-lg-2 {
        margin-left: 0.5rem !important;
    }
    .ms-lg-3 {
        margin-left: 1rem !important;
    }
    .ms-lg-4 {
        margin-left: 1.5rem !important;
    }
    .ms-lg-5 {
        margin-left: 3rem !important;
    }
    .ms-lg-auto {
        margin-left: auto !important;
    }
    .p-lg-0 {
        padding: 0 !important;
    }
    .p-lg-1 {
        padding: 0.25rem !important;
    }
    .p-lg-2 {
        padding: 0.5rem !important;
    }
    .p-lg-3 {
        padding: 1rem !important;
    }
    .p-lg-4 {
        padding: 1.5rem !important;
    }
    .p-lg-5 {
        padding: 3rem !important;
    }
    .px-lg-0 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
    .px-lg-1 {
        padding-right: 0.25rem !important;
        padding-left: 0.25rem !important;
    }
    .px-lg-2 {
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important;
    }
    .px-lg-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }
    .px-lg-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
    }
    .px-lg-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important;
    }
    .py-lg-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    .py-lg-1 {
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important;
    }
    .py-lg-2 {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }
    .py-lg-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }
    .py-lg-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }
    .py-lg-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }
    .pt-lg-0 {
        padding-top: 0 !important;
    }
    .pt-lg-1 {
        padding-top: 0.25rem !important;
    }
    .pt-lg-2 {
        padding-top: 0.5rem !important;
    }
    .pt-lg-3 {
        padding-top: 1rem !important;
    }
    .pt-lg-4 {
        padding-top: 1.5rem !important;
    }
    .pt-lg-5 {
        padding-top: 3rem !important;
    }
    .pe-lg-0 {
        padding-right: 0 !important;
    }
    .pe-lg-1 {
        padding-right: 0.25rem !important;
    }
    .pe-lg-2 {
        padding-right: 0.5rem !important;
    }
    .pe-lg-3 {
        padding-right: 1rem !important;
    }
    .pe-lg-4 {
        padding-right: 1.5rem !important;
    }
    .pe-lg-5 {
        padding-right: 3rem !important;
    }
    .pb-lg-0 {
        padding-bottom: 0 !important;
    }
    .pb-lg-1 {
        padding-bottom: 0.25rem !important;
    }
    .pb-lg-2 {
        padding-bottom: 0.5rem !important;
    }
    .pb-lg-3 {
        padding-bottom: 1rem !important;
    }
    .pb-lg-4 {
        padding-bottom: 1.5rem !important;
    }
    .pb-lg-5 {
        padding-bottom: 3rem !important;
    }
    .ps-lg-0 {
        padding-left: 0 !important;
    }
    .ps-lg-1 {
        padding-left: 0.25rem !important;
    }
    .ps-lg-2 {
        padding-left: 0.5rem !important;
    }
    .ps-lg-3 {
        padding-left: 1rem !important;
    }
    .ps-lg-4 {
        padding-left: 1.5rem !important;
    }
    .ps-lg-5 {
        padding-left: 3rem !important;
    }
    .text-lg-start {
        text-align: left !important;
    }
    .text-lg-end {
        text-align: right !important;
    }
    .text-lg-center {
        text-align: center !important;
    }
}
@media (min-width: 1200px) {
    .float-xl-start {
        float: left !important;
    }
    .float-xl-end {
        float: right !important;
    }
    .float-xl-none {
        float: none !important;
    }
    .d-xl-inline {
        display: inline !important;
    }
    .d-xl-inline-block {
        display: inline-block !important;
    }
    .d-xl-block {
        display: block !important;
    }
    .d-xl-grid {
        display: grid !important;
    }
    .d-xl-table {
        display: table !important;
    }
    .d-xl-table-row {
        display: table-row !important;
    }
    .d-xl-table-cell {
        display: table-cell !important;
    }
    .d-xl-flex {
        display: flex !important;
    }
    .d-xl-inline-flex {
        display: inline-flex !important;
    }
    .d-xl-none {
        display: none !important;
    }
    .flex-xl-fill {
        flex: 1 1 auto !important;
    }
    .flex-xl-row {
        flex-direction: row !important;
    }
    .flex-xl-column {
        flex-direction: column !important;
    }
    .flex-xl-row-reverse {
        flex-direction: row-reverse !important;
    }
    .flex-xl-column-reverse {
        flex-direction: column-reverse !important;
    }
    .flex-xl-grow-0 {
        flex-grow: 0 !important;
    }
    .flex-xl-grow-1 {
        flex-grow: 1 !important;
    }
    .flex-xl-shrink-0 {
        flex-shrink: 0 !important;
    }
    .flex-xl-shrink-1 {
        flex-shrink: 1 !important;
    }
    .flex-xl-wrap {
        flex-wrap: wrap !important;
    }
    .flex-xl-nowrap {
        flex-wrap: nowrap !important;
    }
    .flex-xl-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }
    .gap-xl-0 {
        gap: 0 !important;
    }
    .gap-xl-1 {
        gap: 0.25rem !important;
    }
    .gap-xl-2 {
        gap: 0.5rem !important;
    }
    .gap-xl-3 {
        gap: 1rem !important;
    }
    .gap-xl-4 {
        gap: 1.5rem !important;
    }
    .gap-xl-5 {
        gap: 3rem !important;
    }
    .justify-content-xl-start {
        justify-content: flex-start !important;
    }
    .justify-content-xl-end {
        justify-content: flex-end !important;
    }
    .justify-content-xl-center {
        justify-content: center !important;
    }
    .justify-content-xl-between {
        justify-content: space-between !important;
    }
    .justify-content-xl-around {
        justify-content: space-around !important;
    }
    .justify-content-xl-evenly {
        justify-content: space-evenly !important;
    }
    .align-items-xl-start {
        align-items: flex-start !important;
    }
    .align-items-xl-end {
        align-items: flex-end !important;
    }
    .align-items-xl-center {
        align-items: center !important;
    }
    .align-items-xl-baseline {
        align-items: baseline !important;
    }
    .align-items-xl-stretch {
        align-items: stretch !important;
    }
    .align-content-xl-start {
        align-content: flex-start !important;
    }
    .align-content-xl-end {
        align-content: flex-end !important;
    }
    .align-content-xl-center {
        align-content: center !important;
    }
    .align-content-xl-between {
        align-content: space-between !important;
    }
    .align-content-xl-around {
        align-content: space-around !important;
    }
    .align-content-xl-stretch {
        align-content: stretch !important;
    }
    .align-self-xl-auto {
        align-self: auto !important;
    }
    .align-self-xl-start {
        align-self: flex-start !important;
    }
    .align-self-xl-end {
        align-self: flex-end !important;
    }
    .align-self-xl-center {
        align-self: center !important;
    }
    .align-self-xl-baseline {
        align-self: baseline !important;
    }
    .align-self-xl-stretch {
        align-self: stretch !important;
    }
    .order-xl-first {
        order: -1 !important;
    }
    .order-xl-0 {
        order: 0 !important;
    }
    .order-xl-1 {
        order: 1 !important;
    }
    .order-xl-2 {
        order: 2 !important;
    }
    .order-xl-3 {
        order: 3 !important;
    }
    .order-xl-4 {
        order: 4 !important;
    }
    .order-xl-5 {
        order: 5 !important;
    }
    .order-xl-last {
        order: 6 !important;
    }
    .m-xl-0 {
        margin: 0 !important;
    }
    .m-xl-1 {
        margin: 0.25rem !important;
    }
    .m-xl-2 {
        margin: 0.5rem !important;
    }
    .m-xl-3 {
        margin: 1rem !important;
    }
    .m-xl-4 {
        margin: 1.5rem !important;
    }
    .m-xl-5 {
        margin: 3rem !important;
    }
    .m-xl-auto {
        margin: auto !important;
    }
    .mx-xl-0 {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
    .mx-xl-1 {
        margin-right: 0.25rem !important;
        margin-left: 0.25rem !important;
    }
    .mx-xl-2 {
        margin-right: 0.5rem !important;
        margin-left: 0.5rem !important;
    }
    .mx-xl-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important;
    }
    .mx-xl-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important;
    }
    .mx-xl-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important;
    }
    .mx-xl-auto {
        margin-right: auto !important;
        margin-left: auto !important;
    }
    .my-xl-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
    .my-xl-1 {
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important;
    }
    .my-xl-2 {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important;
    }
    .my-xl-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }
    .my-xl-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }
    .my-xl-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }
    .my-xl-auto {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }
    .mt-xl-0 {
        margin-top: 0 !important;
    }
    .mt-xl-1 {
        margin-top: 0.25rem !important;
    }
    .mt-xl-2 {
        margin-top: 0.5rem !important;
    }
    .mt-xl-3 {
        margin-top: 1rem !important;
    }
    .mt-xl-4 {
        margin-top: 1.5rem !important;
    }
    .mt-xl-5 {
        margin-top: 3rem !important;
    }
    .mt-xl-auto {
        margin-top: auto !important;
    }
    .me-xl-0 {
        margin-right: 0 !important;
    }
    .me-xl-1 {
        margin-right: 0.25rem !important;
    }
    .me-xl-2 {
        margin-right: 0.5rem !important;
    }
    .me-xl-3 {
        margin-right: 1rem !important;
    }
    .me-xl-4 {
        margin-right: 1.5rem !important;
    }
    .me-xl-5 {
        margin-right: 3rem !important;
    }
    .me-xl-auto {
        margin-right: auto !important;
    }
    .mb-xl-0 {
        margin-bottom: 0 !important;
    }
    .mb-xl-1 {
        margin-bottom: 0.25rem !important;
    }
    .mb-xl-2 {
        margin-bottom: 0.5rem !important;
    }
    .mb-xl-3 {
        margin-bottom: 1rem !important;
    }
    .mb-xl-4 {
        margin-bottom: 1.5rem !important;
    }
    .mb-xl-5 {
        margin-bottom: 3rem !important;
    }
    .mb-xl-auto {
        margin-bottom: auto !important;
    }
    .ms-xl-0 {
        margin-left: 0 !important;
    }
    .ms-xl-1 {
        margin-left: 0.25rem !important;
    }
    .ms-xl-2 {
        margin-left: 0.5rem !important;
    }
    .ms-xl-3 {
        margin-left: 1rem !important;
    }
    .ms-xl-4 {
        margin-left: 1.5rem !important;
    }
    .ms-xl-5 {
        margin-left: 3rem !important;
    }
    .ms-xl-auto {
        margin-left: auto !important;
    }
    .p-xl-0 {
        padding: 0 !important;
    }
    .p-xl-1 {
        padding: 0.25rem !important;
    }
    .p-xl-2 {
        padding: 0.5rem !important;
    }
    .p-xl-3 {
        padding: 1rem !important;
    }
    .p-xl-4 {
        padding: 1.5rem !important;
    }
    .p-xl-5 {
        padding: 3rem !important;
    }
    .px-xl-0 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
    .px-xl-1 {
        padding-right: 0.25rem !important;
        padding-left: 0.25rem !important;
    }
    .px-xl-2 {
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important;
    }
    .px-xl-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }
    .px-xl-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
    }
    .px-xl-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important;
    }
    .py-xl-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    .py-xl-1 {
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important;
    }
    .py-xl-2 {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }
    .py-xl-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }
    .py-xl-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }
    .py-xl-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }
    .pt-xl-0 {
        padding-top: 0 !important;
    }
    .pt-xl-1 {
        padding-top: 0.25rem !important;
    }
    .pt-xl-2 {
        padding-top: 0.5rem !important;
    }
    .pt-xl-3 {
        padding-top: 1rem !important;
    }
    .pt-xl-4 {
        padding-top: 1.5rem !important;
    }
    .pt-xl-5 {
        padding-top: 3rem !important;
    }
    .pe-xl-0 {
        padding-right: 0 !important;
    }
    .pe-xl-1 {
        padding-right: 0.25rem !important;
    }
    .pe-xl-2 {
        padding-right: 0.5rem !important;
    }
    .pe-xl-3 {
        padding-right: 1rem !important;
    }
    .pe-xl-4 {
        padding-right: 1.5rem !important;
    }
    .pe-xl-5 {
        padding-right: 3rem !important;
    }
    .pb-xl-0 {
        padding-bottom: 0 !important;
    }
    .pb-xl-1 {
        padding-bottom: 0.25rem !important;
    }
    .pb-xl-2 {
        padding-bottom: 0.5rem !important;
    }
    .pb-xl-3 {
        padding-bottom: 1rem !important;
    }
    .pb-xl-4 {
        padding-bottom: 1.5rem !important;
    }
    .pb-xl-5 {
        padding-bottom: 3rem !important;
    }
    .ps-xl-0 {
        padding-left: 0 !important;
    }
    .ps-xl-1 {
        padding-left: 0.25rem !important;
    }
    .ps-xl-2 {
        padding-left: 0.5rem !important;
    }
    .ps-xl-3 {
        padding-left: 1rem !important;
    }
    .ps-xl-4 {
        padding-left: 1.5rem !important;
    }
    .ps-xl-5 {
        padding-left: 3rem !important;
    }
    .text-xl-start {
        text-align: left !important;
    }
    .text-xl-end {
        text-align: right !important;
    }
    .text-xl-center {
        text-align: center !important;
    }
}
@media (min-width: 1400px) {
    .float-xxl-start {
        float: left !important;
    }
    .float-xxl-end {
        float: right !important;
    }
    .float-xxl-none {
        float: none !important;
    }
    .d-xxl-inline {
        display: inline !important;
    }
    .d-xxl-inline-block {
        display: inline-block !important;
    }
    .d-xxl-block {
        display: block !important;
    }
    .d-xxl-grid {
        display: grid !important;
    }
    .d-xxl-table {
        display: table !important;
    }
    .d-xxl-table-row {
        display: table-row !important;
    }
    .d-xxl-table-cell {
        display: table-cell !important;
    }
    .d-xxl-flex {
        display: flex !important;
    }
    .d-xxl-inline-flex {
        display: inline-flex !important;
    }
    .d-xxl-none {
        display: none !important;
    }
    .flex-xxl-fill {
        flex: 1 1 auto !important;
    }
    .flex-xxl-row {
        flex-direction: row !important;
    }
    .flex-xxl-column {
        flex-direction: column !important;
    }
    .flex-xxl-row-reverse {
        flex-direction: row-reverse !important;
    }
    .flex-xxl-column-reverse {
        flex-direction: column-reverse !important;
    }
    .flex-xxl-grow-0 {
        flex-grow: 0 !important;
    }
    .flex-xxl-grow-1 {
        flex-grow: 1 !important;
    }
    .flex-xxl-shrink-0 {
        flex-shrink: 0 !important;
    }
    .flex-xxl-shrink-1 {
        flex-shrink: 1 !important;
    }
    .flex-xxl-wrap {
        flex-wrap: wrap !important;
    }
    .flex-xxl-nowrap {
        flex-wrap: nowrap !important;
    }
    .flex-xxl-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }
    .gap-xxl-0 {
        gap: 0 !important;
    }
    .gap-xxl-1 {
        gap: 0.25rem !important;
    }
    .gap-xxl-2 {
        gap: 0.5rem !important;
    }
    .gap-xxl-3 {
        gap: 1rem !important;
    }
    .gap-xxl-4 {
        gap: 1.5rem !important;
    }
    .gap-xxl-5 {
        gap: 3rem !important;
    }
    .justify-content-xxl-start {
        justify-content: flex-start !important;
    }
    .justify-content-xxl-end {
        justify-content: flex-end !important;
    }
    .justify-content-xxl-center {
        justify-content: center !important;
    }
    .justify-content-xxl-between {
        justify-content: space-between !important;
    }
    .justify-content-xxl-around {
        justify-content: space-around !important;
    }
    .justify-content-xxl-evenly {
        justify-content: space-evenly !important;
    }
    .align-items-xxl-start {
        align-items: flex-start !important;
    }
    .align-items-xxl-end {
        align-items: flex-end !important;
    }
    .align-items-xxl-center {
        align-items: center !important;
    }
    .align-items-xxl-baseline {
        align-items: baseline !important;
    }
    .align-items-xxl-stretch {
        align-items: stretch !important;
    }
    .align-content-xxl-start {
        align-content: flex-start !important;
    }
    .align-content-xxl-end {
        align-content: flex-end !important;
    }
    .align-content-xxl-center {
        align-content: center !important;
    }
    .align-content-xxl-between {
        align-content: space-between !important;
    }
    .align-content-xxl-around {
        align-content: space-around !important;
    }
    .align-content-xxl-stretch {
        align-content: stretch !important;
    }
    .align-self-xxl-auto {
        align-self: auto !important;
    }
    .align-self-xxl-start {
        align-self: flex-start !important;
    }
    .align-self-xxl-end {
        align-self: flex-end !important;
    }
    .align-self-xxl-center {
        align-self: center !important;
    }
    .align-self-xxl-baseline {
        align-self: baseline !important;
    }
    .align-self-xxl-stretch {
        align-self: stretch !important;
    }
    .order-xxl-first {
        order: -1 !important;
    }
    .order-xxl-0 {
        order: 0 !important;
    }
    .order-xxl-1 {
        order: 1 !important;
    }
    .order-xxl-2 {
        order: 2 !important;
    }
    .order-xxl-3 {
        order: 3 !important;
    }
    .order-xxl-4 {
        order: 4 !important;
    }
    .order-xxl-5 {
        order: 5 !important;
    }
    .order-xxl-last {
        order: 6 !important;
    }
    .m-xxl-0 {
        margin: 0 !important;
    }
    .m-xxl-1 {
        margin: 0.25rem !important;
    }
    .m-xxl-2 {
        margin: 0.5rem !important;
    }
    .m-xxl-3 {
        margin: 1rem !important;
    }
    .m-xxl-4 {
        margin: 1.5rem !important;
    }
    .m-xxl-5 {
        margin: 3rem !important;
    }
    .m-xxl-auto {
        margin: auto !important;
    }
    .mx-xxl-0 {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
    .mx-xxl-1 {
        margin-right: 0.25rem !important;
        margin-left: 0.25rem !important;
    }
    .mx-xxl-2 {
        margin-right: 0.5rem !important;
        margin-left: 0.5rem !important;
    }
    .mx-xxl-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important;
    }
    .mx-xxl-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important;
    }
    .mx-xxl-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important;
    }
    .mx-xxl-auto {
        margin-right: auto !important;
        margin-left: auto !important;
    }
    .my-xxl-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
    .my-xxl-1 {
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important;
    }
    .my-xxl-2 {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important;
    }
    .my-xxl-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }
    .my-xxl-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }
    .my-xxl-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }
    .my-xxl-auto {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }
    .mt-xxl-0 {
        margin-top: 0 !important;
    }
    .mt-xxl-1 {
        margin-top: 0.25rem !important;
    }
    .mt-xxl-2 {
        margin-top: 0.5rem !important;
    }
    .mt-xxl-3 {
        margin-top: 1rem !important;
    }
    .mt-xxl-4 {
        margin-top: 1.5rem !important;
    }
    .mt-xxl-5 {
        margin-top: 3rem !important;
    }
    .mt-xxl-auto {
        margin-top: auto !important;
    }
    .me-xxl-0 {
        margin-right: 0 !important;
    }
    .me-xxl-1 {
        margin-right: 0.25rem !important;
    }
    .me-xxl-2 {
        margin-right: 0.5rem !important;
    }
    .me-xxl-3 {
        margin-right: 1rem !important;
    }
    .me-xxl-4 {
        margin-right: 1.5rem !important;
    }
    .me-xxl-5 {
        margin-right: 3rem !important;
    }
    .me-xxl-auto {
        margin-right: auto !important;
    }
    .mb-xxl-0 {
        margin-bottom: 0 !important;
    }
    .mb-xxl-1 {
        margin-bottom: 0.25rem !important;
    }
    .mb-xxl-2 {
        margin-bottom: 0.5rem !important;
    }
    .mb-xxl-3 {
        margin-bottom: 1rem !important;
    }
    .mb-xxl-4 {
        margin-bottom: 1.5rem !important;
    }
    .mb-xxl-5 {
        margin-bottom: 3rem !important;
    }
    .mb-xxl-auto {
        margin-bottom: auto !important;
    }
    .ms-xxl-0 {
        margin-left: 0 !important;
    }
    .ms-xxl-1 {
        margin-left: 0.25rem !important;
    }
    .ms-xxl-2 {
        margin-left: 0.5rem !important;
    }
    .ms-xxl-3 {
        margin-left: 1rem !important;
    }
    .ms-xxl-4 {
        margin-left: 1.5rem !important;
    }
    .ms-xxl-5 {
        margin-left: 3rem !important;
    }
    .ms-xxl-auto {
        margin-left: auto !important;
    }
    .p-xxl-0 {
        padding: 0 !important;
    }
    .p-xxl-1 {
        padding: 0.25rem !important;
    }
    .p-xxl-2 {
        padding: 0.5rem !important;
    }
    .p-xxl-3 {
        padding: 1rem !important;
    }
    .p-xxl-4 {
        padding: 1.5rem !important;
    }
    .p-xxl-5 {
        padding: 3rem !important;
    }
    .px-xxl-0 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
    .px-xxl-1 {
        padding-right: 0.25rem !important;
        padding-left: 0.25rem !important;
    }
    .px-xxl-2 {
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important;
    }
    .px-xxl-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }
    .px-xxl-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
    }
    .px-xxl-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important;
    }
    .py-xxl-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    .py-xxl-1 {
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important;
    }
    .py-xxl-2 {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }
    .py-xxl-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }
    .py-xxl-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }
    .py-xxl-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }
    .pt-xxl-0 {
        padding-top: 0 !important;
    }
    .pt-xxl-1 {
        padding-top: 0.25rem !important;
    }
    .pt-xxl-2 {
        padding-top: 0.5rem !important;
    }
    .pt-xxl-3 {
        padding-top: 1rem !important;
    }
    .pt-xxl-4 {
        padding-top: 1.5rem !important;
    }
    .pt-xxl-5 {
        padding-top: 3rem !important;
    }
    .pe-xxl-0 {
        padding-right: 0 !important;
    }
    .pe-xxl-1 {
        padding-right: 0.25rem !important;
    }
    .pe-xxl-2 {
        padding-right: 0.5rem !important;
    }
    .pe-xxl-3 {
        padding-right: 1rem !important;
    }
    .pe-xxl-4 {
        padding-right: 1.5rem !important;
    }
    .pe-xxl-5 {
        padding-right: 3rem !important;
    }
    .pb-xxl-0 {
        padding-bottom: 0 !important;
    }
    .pb-xxl-1 {
        padding-bottom: 0.25rem !important;
    }
    .pb-xxl-2 {
        padding-bottom: 0.5rem !important;
    }
    .pb-xxl-3 {
        padding-bottom: 1rem !important;
    }
    .pb-xxl-4 {
        padding-bottom: 1.5rem !important;
    }
    .pb-xxl-5 {
        padding-bottom: 3rem !important;
    }
    .ps-xxl-0 {
        padding-left: 0 !important;
    }
    .ps-xxl-1 {
        padding-left: 0.25rem !important;
    }
    .ps-xxl-2 {
        padding-left: 0.5rem !important;
    }
    .ps-xxl-3 {
        padding-left: 1rem !important;
    }
    .ps-xxl-4 {
        padding-left: 1.5rem !important;
    }
    .ps-xxl-5 {
        padding-left: 3rem !important;
    }
    .text-xxl-start {
        text-align: left !important;
    }
    .text-xxl-end {
        text-align: right !important;
    }
    .text-xxl-center {
        text-align: center !important;
    }
}
@media (min-width: 1200px) {
    .fs-1 {
        font-size: 2.5rem !important;
    }
    .fs-2 {
        font-size: 2rem !important;
    }
    .fs-3 {
        font-size: 1.75rem !important;
    }
    .fs-4 {
        font-size: 1.5rem !important;
    }
}
@media print {
    .d-print-inline {
        display: inline !important;
    }
    .d-print-inline-block {
        display: inline-block !important;
    }
    .d-print-block {
        display: block !important;
    }
    .d-print-grid {
        display: grid !important;
    }
    .d-print-table {
        display: table !important;
    }
    .d-print-table-row {
        display: table-row !important;
    }
    .d-print-table-cell {
        display: table-cell !important;
    }
    .d-print-flex {
        display: flex !important;
    }
    .d-print-inline-flex {
        display: inline-flex !important;
    }
    .d-print-none {
        display: none !important;
    }
}
*,
*::before,
*::after {
    box-sizing: border-box;
}
@media (prefers-reduced-motion: no-preference) {
    :root {
        scroll-behavior: smooth;
    }
}
body {
    margin: 0;
    font-family: var(--bs-body-font-family);
    font-size: var(--bs-body-font-size);
    font-weight: var(--bs-body-font-weight);
    line-height: var(--bs-body-line-height);
    color: var(--bs-body-color);
    text-align: var(--bs-body-text-align);
    background-color: var(--bs-body-bg);
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
hr {
    margin: 1rem 0;
    color: inherit;
    background-color: currentColor;
    border: 0;
    opacity: 0.25;
}
hr:not([size]) {
    height: 1px;
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.2;
}
h1,
.h1 {
    font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
    h1,
    .h1 {
        font-size: 2.5rem;
    }
}
h2,
.h2 {
    font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
    h2,
    .h2 {
        font-size: 2rem;
    }
}
h3,
.h3 {
    font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
    h3,
    .h3 {
        font-size: 1.75rem;
    }
}
h4,
.h4 {
    font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
    h4,
    .h4 {
        font-size: 1.5rem;
    }
}
h5,
.h5 {
    font-size: 1.25rem;
}
h6,
.h6 {
    font-size: 1rem;
}
p {
    margin-top: 0;
    margin-bottom: 1rem;
}
abbr[title],
abbr[data-bs-original-title] {
    text-decoration: underline dotted;
    cursor: help;
    text-decoration-skip-ink: none;
}
address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit;
}
ol,
ul {
    padding-left: 2rem;
}
ol,
ul,
dl {
    margin-top: 0;
    margin-bottom: 1rem;
}
ol ol,
ul ul,
ol ul,
ul ol {
    margin-bottom: 0;
}
dt {
    font-weight: 700;
}
dd {
    margin-bottom: 0.5rem;
    margin-left: 0;
}
blockquote {
    margin: 0 0 1rem;
}
b,
strong {
    font-weight: bolder;
}
small,
.small {
    font-size: 0.875em;
}
mark,
.mark {
    padding: 0.2em;
    background-color: #fcf8e3;
}
sub,
sup {
    position: relative;
    font-size: 0.75em;
    line-height: 0;
    vertical-align: baseline;
}
sub {
    bottom: -0.25em;
}
sup {
    top: -0.5em;
}
a {
    color: #0d6efd;
    text-decoration: underline;
}
a:hover {
    color: #0a58ca;
}
a:not([href]):not([class]),
a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none;
}
pre,
code,
kbd,
samp {
    font-family: var(--bs-font-monospace);
    font-size: 1em;
    direction: ltr /* rtl:ignore */;
    unicode-bidi: bidi-override;
}
pre {
    display: block;
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    font-size: 0.875em;
}
pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal;
}
code {
    font-size: 0.875em;
    color: #d63384;
    word-wrap: break-word;
}
a > code {
    color: inherit;
}
kbd {
    padding: 0.2rem 0.4rem;
    font-size: 0.875em;
    color: #fff;
    background-color: #212529;
    border-radius: 0.2rem;
}
kbd kbd {
    padding: 0;
    font-size: 1em;
    font-weight: 700;
}
figure {
    margin: 0 0 1rem;
}
img,
svg {
    vertical-align: middle;
}
table {
    caption-side: bottom;
    border-collapse: collapse;
}
caption {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    color: #6c757d;
    text-align: left;
}
th {
    text-align: inherit;
    text-align: -webkit-match-parent;
}
thead,
tbody,
tfoot,
tr,
td,
th {
    border-color: inherit;
    border-style: solid;
    border-width: 0;
}
label {
    display: inline-block;
}
button {
    border-radius: 0;
}
button:focus:not(:focus-visible) {
    outline: 0;
}
input,
button,
select,
optgroup,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
button,
select {
    text-transform: none;
}
[role="button"] {
    cursor: pointer;
}
select {
    word-wrap: normal;
}
select:disabled {
    opacity: 1;
}
[list]::-webkit-calendar-picker-indicator {
    display: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}
button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
    cursor: pointer;
}
::-moz-focus-inner {
    padding: 0;
    border-style: none;
}
textarea {
    resize: vertical;
}
fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}
legend {
    float: left;
    width: 100%;
    padding: 0;
    margin-bottom: 0.5rem;
    font-size: calc(1.275rem + 0.3vw);
    line-height: inherit;
}
@media (min-width: 1200px) {
    legend {
        font-size: 1.5rem;
    }
}
legend + * {
    clear: left;
}
::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
    padding: 0;
}
::-webkit-inner-spin-button {
    height: auto;
}
[type="search"] {
    outline-offset: -2px;
    -webkit-appearance: textfield;
}
::-webkit-search-decoration {
    -webkit-appearance: none;
}
::-webkit-color-swatch-wrapper {
    padding: 0;
}
::file-selector-button {
    font: inherit;
}
::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button;
}
output {
    display: inline-block;
}
iframe {
    border: 0;
}
summary {
    display: list-item;
    cursor: pointer;
}
progress {
    vertical-align: baseline;
}
[hidden] {
    display: none !important;
}
.lead {
    font-size: 1.25rem;
    font-weight: 300;
}
.display-1 {
    font-size: calc(1.625rem + 4.5vw);
    font-weight: 300;
    line-height: 1.2;
}
@media (min-width: 1200px) {
    .display-1 {
        font-size: 5rem;
    }
}
.display-2 {
    font-size: calc(1.575rem + 3.9vw);
    font-weight: 300;
    line-height: 1.2;
}
@media (min-width: 1200px) {
    .display-2 {
        font-size: 4.5rem;
    }
}
.display-3 {
    font-size: calc(1.525rem + 3.3vw);
    font-weight: 300;
    line-height: 1.2;
}
@media (min-width: 1200px) {
    .display-3 {
        font-size: 4rem;
    }
}
.display-4 {
    font-size: calc(1.475rem + 2.7vw);
    font-weight: 300;
    line-height: 1.2;
}
@media (min-width: 1200px) {
    .display-4 {
        font-size: 3.5rem;
    }
}
.display-5 {
    font-size: calc(1.425rem + 2.1vw);
    font-weight: 300;
    line-height: 1.2;
}
@media (min-width: 1200px) {
    .display-5 {
        font-size: 3rem;
    }
}
.display-6 {
    font-size: calc(1.375rem + 1.5vw);
    font-weight: 300;
    line-height: 1.2;
}
@media (min-width: 1200px) {
    .display-6 {
        font-size: 2.5rem;
    }
}
.list-unstyled {
    padding-left: 0;
    list-style: none;
}
.list-inline {
    padding-left: 0;
    list-style: none;
}
.list-inline-item {
    display: inline-block;
}
.list-inline-item:not(:last-child) {
    margin-right: 0.5rem;
}
.initialism {
    font-size: 0.875em;
    text-transform: uppercase;
}
.blockquote {
    margin-bottom: 1rem;
    font-size: 1.25rem;
}
.blockquote > :last-child {
    margin-bottom: 0;
}
.blockquote-footer {
    margin-top: -1rem;
    margin-bottom: 1rem;
    font-size: 0.875em;
    color: #6c757d;
}
.blockquote-footer::before {
    content: "\2014\00A0";
}
.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl,
.container-xxl {
    width: 100%;
    padding-right: var(--bs-gutter-x, 0.75rem);
    padding-left: var(--bs-gutter-x, 0.75rem);
    margin-right: auto;
    margin-left: auto;
}
@media (min-width: 576px) {
    .container,
    .container-sm {
        max-width: 540px;
    }
}
@media (min-width: 768px) {
    .container,
    .container-sm,
    .container-md {
        max-width: 720px;
    }
}
@media (min-width: 992px) {
    .container,
    .container-sm,
    .container-md,
    .container-lg {
        max-width: 960px;
    }
}
@media (min-width: 1200px) {
    .container,
    .container-sm,
    .container-md,
    .container-lg,
    .container-xl {
        max-width: 1140px;
    }
}
@media (min-width: 1400px) {
    .container,
    .container-sm,
    .container-md,
    .container-lg,
    .container-xl,
    .container-xxl {
        max-width: 1320px;
    }
}
.form-label {
    margin-bottom: 0.5rem;
}
.col-form-label {
    padding-top: calc(0.375rem + 1px);
    padding-bottom: calc(0.375rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5;
}
.col-form-label-lg {
    padding-top: calc(0.5rem + 1px);
    padding-bottom: calc(0.5rem + 1px);
    font-size: 1.25rem;
}
.col-form-label-sm {
    padding-top: calc(0.25rem + 1px);
    padding-bottom: calc(0.25rem + 1px);
    font-size: 0.875rem;
}
.form-text {
    margin-top: 0.25rem;
    font-size: 0.875em;
    color: #6c757d;
}
.form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    appearance: none;
    border-radius: 0.25rem;
    transition:
        border-color 0.15s ease-in-out,
        box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
    .form-control {
        transition: none;
    }
}
.form-control[type="file"] {
    overflow: hidden;
}
.form-control[type="file"]:not(:disabled):not([readonly]) {
    cursor: pointer;
}
.form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-control::-webkit-date-and-time-value {
    height: 1.5em;
}
.form-control::placeholder {
    color: #6c757d;
    opacity: 1;
}
.form-control:disabled,
.form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1;
}
.form-control::file-selector-button {
    padding: 0.375rem 0.75rem;
    margin: -0.375rem -0.75rem;
    margin-inline-end: 0.75rem;
    color: #212529;
    background-color: #e9ecef;
    pointer-events: none;
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    border-inline-end-width: 1px;
    border-radius: 0;
    transition:
        color 0.15s ease-in-out,
        background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out,
        box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
    .form-control::file-selector-button {
        transition: none;
    }
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
    background-color: #dde0e3;
}
.form-control::-webkit-file-upload-button {
    padding: 0.375rem 0.75rem;
    margin: -0.375rem -0.75rem;
    margin-inline-end: 0.75rem;
    color: #212529;
    background-color: #e9ecef;
    pointer-events: none;
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    border-inline-end-width: 1px;
    border-radius: 0;
    transition:
        color 0.15s ease-in-out,
        background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out,
        box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
    .form-control::-webkit-file-upload-button {
        transition: none;
    }
}
.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
    background-color: #dde0e3;
}
.form-control-plaintext {
    display: block;
    width: 100%;
    padding: 0.375rem 0;
    margin-bottom: 0;
    line-height: 1.5;
    color: #212529;
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0;
}
.form-control-plaintext.form-control-sm,
.form-control-plaintext.form-control-lg {
    padding-right: 0;
    padding-left: 0;
}
.form-control-sm {
    min-height: calc(1.5em + 0.5rem + 2px);
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    border-radius: 0.2rem;
}
.form-control-sm::file-selector-button {
    padding: 0.25rem 0.5rem;
    margin: -0.25rem -0.5rem;
    margin-inline-end: 0.5rem;
}
.form-control-sm::-webkit-file-upload-button {
    padding: 0.25rem 0.5rem;
    margin: -0.25rem -0.5rem;
    margin-inline-end: 0.5rem;
}
.form-control-lg {
    min-height: calc(1.5em + 1rem + 2px);
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    border-radius: 0.3rem;
}
.form-control-lg::file-selector-button {
    padding: 0.5rem 1rem;
    margin: -0.5rem -1rem;
    margin-inline-end: 1rem;
}
.form-control-lg::-webkit-file-upload-button {
    padding: 0.5rem 1rem;
    margin: -0.5rem -1rem;
    margin-inline-end: 1rem;
}
textarea.form-control {
    min-height: calc(1.5em + 0.75rem + 2px);
}
textarea.form-control-sm {
    min-height: calc(1.5em + 0.5rem + 2px);
}
textarea.form-control-lg {
    min-height: calc(1.5em + 1rem + 2px);
}
.form-control-color {
    width: 3rem;
    height: auto;
    padding: 0.375rem;
}
.form-control-color:not(:disabled):not([readonly]) {
    cursor: pointer;
}
.form-control-color::-moz-color-swatch {
    height: 1.5em;
    border-radius: 0.25rem;
}
.form-control-color::-webkit-color-swatch {
    height: 1.5em;
    border-radius: 0.25rem;
}
.form-select {
    display: block;
    width: 100%;
    padding: 0.375rem 2.25rem 0.375rem 0.75rem;
    -moz-padding-start: calc(0.75rem - 3px);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 16px 12px;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition:
        border-color 0.15s ease-in-out,
        box-shadow 0.15s ease-in-out;
    appearance: none;
}
@media (prefers-reduced-motion: reduce) {
    .form-select {
        transition: none;
    }
}
.form-select:focus {
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-select[multiple],
.form-select[size]:not([size="1"]) {
    padding-right: 0.75rem;
    background-image: none;
}
.form-select:disabled {
    background-color: #e9ecef;
}
.form-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #212529;
}
.form-select-sm {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    padding-left: 0.5rem;
    font-size: 0.875rem;
    border-radius: 0.2rem;
}
.form-select-lg {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 1rem;
    font-size: 1.25rem;
    border-radius: 0.3rem;
}
.form-check {
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5em;
    margin-bottom: 0.125rem;
}
.form-check .form-check-input {
    float: left;
    margin-left: -1.5em;
}
.form-check-input {
    width: 1em;
    height: 1em;
    margin-top: 0.25em;
    vertical-align: top;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: 1px solid rgba(0, 0, 0, 0.25);
    appearance: none;
    color-adjust: exact;
}
.form-check-input[type="checkbox"] {
    border-radius: 0.25em;
}
.form-check-input[type="radio"] {
    border-radius: 50%;
}
.form-check-input:active {
    filter: brightness(90%);
}
.form-check-input:focus {
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-check-input:checked {
    background-color: #0d6efd;
    border-color: #0d6efd;
}
.form-check-input:checked[type="checkbox"] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='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 10l3 3l6-6'/%3e%3c/svg%3e");
}
.form-check-input:checked[type="radio"] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}
.form-check-input[type="checkbox"]:indeterminate {
    background-color: #0d6efd;
    border-color: #0d6efd;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}
.form-check-input:disabled {
    pointer-events: none;
    filter: none;
    opacity: 0.5;
}
.form-check-input[disabled] ~ .form-check-label,
.form-check-input:disabled ~ .form-check-label {
    opacity: 0.5;
}
.form-switch {
    padding-left: 2.5em;
}
.form-switch .form-check-input {
    width: 2em;
    margin-left: -2.5em;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280,0,0,0.25%29'/%3e%3c/svg%3e");
    background-position: left center;
    border-radius: 2em;
    transition: background-position 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
    .form-switch .form-check-input {
        transition: none;
    }
}
.form-switch .form-check-input:focus {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2386b7fe'/%3e%3c/svg%3e");
}
.form-switch .form-check-input:checked {
    background-position: right center;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}
.form-check-inline {
    display: inline-block;
    margin-right: 1rem;
}
.btn-check {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
}
.btn-check[disabled] + .btn,
.btn-check:disabled + .btn {
    pointer-events: none;
    filter: none;
    opacity: 0.65;
}
.form-range {
    width: 100%;
    height: 1.5rem;
    padding: 0;
    background-color: transparent;
    appearance: none;
}
.form-range:focus {
    outline: 0;
}
.form-range:focus::-webkit-slider-thumb {
    box-shadow:
        0 0 0 1px #fff,
        0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-range:focus::-moz-range-thumb {
    box-shadow:
        0 0 0 1px #fff,
        0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-range::-moz-focus-outer {
    border: 0;
}
.form-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #0d6efd;
    border: 0;
    border-radius: 1rem;
    transition:
        background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out,
        box-shadow 0.15s ease-in-out;
    appearance: none;
}
@media (prefers-reduced-motion: reduce) {
    .form-range::-webkit-slider-thumb {
        transition: none;
    }
}
.form-range::-webkit-slider-thumb:active {
    background-color: #b6d4fe;
}
.form-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem;
}
.form-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #0d6efd;
    border: 0;
    border-radius: 1rem;
    transition:
        background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out,
        box-shadow 0.15s ease-in-out;
    appearance: none;
}
@media (prefers-reduced-motion: reduce) {
    .form-range::-moz-range-thumb {
        transition: none;
    }
}
.form-range::-moz-range-thumb:active {
    background-color: #b6d4fe;
}
.form-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem;
}
.form-range:disabled {
    pointer-events: none;
}
.form-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd;
}
.form-range:disabled::-moz-range-thumb {
    background-color: #adb5bd;
}
.form-floating {
    position: relative;
}
.form-floating > .form-control,
.form-floating > .form-select {
    height: calc(3.5rem + 2px);
    line-height: 1.25;
}
.form-floating > label {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    padding: 1rem 0.75rem;
    pointer-events: none;
    border: 1px solid transparent;
    transform-origin: 0 0;
    transition:
        opacity 0.1s ease-in-out,
        transform 0.1s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
    .form-floating > label {
        transition: none;
    }
}
.form-floating > .form-control {
    padding: 1rem 0.75rem;
}
.form-floating > .form-control::placeholder {
    color: transparent;
}
.form-floating > .form-control:focus,
.form-floating > .form-control:not(:placeholder-shown) {
    padding-top: 1.625rem;
    padding-bottom: 0.625rem;
}
.form-floating > .form-control:-webkit-autofill {
    padding-top: 1.625rem;
    padding-bottom: 0.625rem;
}
.form-floating > .form-select {
    padding-top: 1.625rem;
    padding-bottom: 0.625rem;
}
.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-select ~ label {
    opacity: 0.65;
    transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:-webkit-autofill ~ label {
    opacity: 0.65;
    transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
}
.input-group > .form-control,
.input-group > .form-select {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
}
.input-group > .form-control:focus,
.input-group > .form-select:focus {
    z-index: 3;
}
.input-group .btn {
    position: relative;
    z-index: 2;
}
.input-group .btn:focus {
    z-index: 3;
}
.input-group-text {
    display: flex;
    align-items: center;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
}
.input-group-lg > .form-control,
.input-group-lg > .form-select,
.input-group-lg > .input-group-text,
.input-group-lg > .btn {
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    border-radius: 0.3rem;
}
.input-group-sm > .form-control,
.input-group-sm > .form-select,
.input-group-sm > .input-group-text,
.input-group-sm > .btn {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    border-radius: 0.2rem;
}
.input-group-lg > .form-select,
.input-group-sm > .form-select {
    padding-right: 3rem;
}
.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu),
.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n + 3) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.input-group.has-validation > :nth-last-child(n + 3):not(.dropdown-toggle):not(.dropdown-menu),
.input-group.has-validation > .dropdown-toggle:nth-last-child(n + 4) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.input-group
    > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(
        .invalid-feedback
    ) {
    margin-left: -1px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.valid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 0.875em;
    color: #198754;
}
.valid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: 0.25rem 0.5rem;
    margin-top: 0.1rem;
    font-size: 0.875rem;
    color: #fff;
    background-color: rgba(25, 135, 84, 0.9);
    border-radius: 0.25rem;
}
.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
    display: block;
}
.was-validated .form-control:valid,
.form-control.is-valid {
    border-color: #198754;
    padding-right: calc(1.5em + 0.75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:valid:focus,
.form-control.is-valid:focus {
    border-color: #198754;
    box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}
.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
    padding-right: calc(1.5em + 0.75rem);
    background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}
.was-validated .form-select:valid,
.form-select.is-valid {
    border-color: #198754;
}
.was-validated .form-select:valid:not([multiple]):not([size]),
.was-validated .form-select:valid:not([multiple])[size="1"],
.form-select.is-valid:not([multiple]):not([size]),
.form-select.is-valid:not([multiple])[size="1"] {
    padding-right: 4.125rem;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"),
        url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
    background-position:
        right 0.75rem center,
        center right 2.25rem;
    background-size:
        16px 12px,
        calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-select:valid:focus,
.form-select.is-valid:focus {
    border-color: #198754;
    box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}
.was-validated .form-check-input:valid,
.form-check-input.is-valid {
    border-color: #198754;
}
.was-validated .form-check-input:valid:checked,
.form-check-input.is-valid:checked {
    background-color: #198754;
}
.was-validated .form-check-input:valid:focus,
.form-check-input.is-valid:focus {
    box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}
.was-validated .form-check-input:valid ~ .form-check-label,
.form-check-input.is-valid ~ .form-check-label {
    color: #198754;
}
.form-check-inline .form-check-input ~ .valid-feedback {
    margin-left: 0.5em;
}
.was-validated .input-group .form-control:valid,
.input-group .form-control.is-valid,
.was-validated .input-group .form-select:valid,
.input-group .form-select.is-valid {
    z-index: 1;
}
.was-validated .input-group .form-control:valid:focus,
.input-group .form-control.is-valid:focus,
.was-validated .input-group .form-select:valid:focus,
.input-group .form-select.is-valid:focus {
    z-index: 3;
}
.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 0.875em;
    color: #dc3545;
}
.invalid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: 0.25rem 0.5rem;
    margin-top: 0.1rem;
    font-size: 0.875rem;
    color: #fff;
    background-color: rgba(220, 53, 69, 0.9);
    border-radius: 0.25rem;
}
.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
    display: block;
}
.was-validated .form-control:invalid,
.form-control.is-invalid {
    border-color: #dc3545;
    padding-right: calc(1.5em + 0.75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:invalid:focus,
.form-control.is-invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}
.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
    padding-right: calc(1.5em + 0.75rem);
    background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}
.was-validated .form-select:invalid,
.form-select.is-invalid {
    border-color: #dc3545;
}
.was-validated .form-select:invalid:not([multiple]):not([size]),
.was-validated .form-select:invalid:not([multiple])[size="1"],
.form-select.is-invalid:not([multiple]):not([size]),
.form-select.is-invalid:not([multiple])[size="1"] {
    padding-right: 4.125rem;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"),
        url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
    background-position:
        right 0.75rem center,
        center right 2.25rem;
    background-size:
        16px 12px,
        calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-select:invalid:focus,
.form-select.is-invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}
.was-validated .form-check-input:invalid,
.form-check-input.is-invalid {
    border-color: #dc3545;
}
.was-validated .form-check-input:invalid:checked,
.form-check-input.is-invalid:checked {
    background-color: #dc3545;
}
.was-validated .form-check-input:invalid:focus,
.form-check-input.is-invalid:focus {
    box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}
.was-validated .form-check-input:invalid ~ .form-check-label,
.form-check-input.is-invalid ~ .form-check-label {
    color: #dc3545;
}
.form-check-inline .form-check-input ~ .invalid-feedback {
    margin-left: 0.5em;
}
.was-validated .input-group .form-control:invalid,
.input-group .form-control.is-invalid,
.was-validated .input-group .form-select:invalid,
.input-group .form-select.is-invalid {
    z-index: 2;
}
.was-validated .input-group .form-control:invalid:focus,
.input-group .form-control.is-invalid:focus,
.was-validated .input-group .form-select:invalid:focus,
.input-group .form-select.is-invalid:focus {
    z-index: 3;
}
.btn {
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    border-radius: 0.25rem;
    transition:
        color 0.15s ease-in-out,
        background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out,
        box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
    .btn {
        transition: none;
    }
}
.btn:hover {
    color: #212529;
}
.btn-check:focus + .btn,
.btn:focus {
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.btn:disabled,
.btn.disabled,
fieldset:disabled .btn {
    pointer-events: none;
    opacity: 0.65;
}
.btn-primary {
    color: #fff;
    background-color: #0d6efd;
    border-color: #0d6efd;
}
.btn-primary:hover {
    color: #fff;
    background-color: #0b5ed7;
    border-color: #0a58ca;
}
.btn-check:focus + .btn-primary,
.btn-primary:focus {
    color: #fff;
    background-color: #0b5ed7;
    border-color: #0a58ca;
    box-shadow: 0 0 0 0.25rem rgba(49, 132, 253, 0.5);
}
.btn-check:checked + .btn-primary,
.btn-check:active + .btn-primary,
.btn-primary:active,
.btn-primary.active,
.show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #0a58ca;
    border-color: #0a53be;
}
.btn-check:checked + .btn-primary:focus,
.btn-check:active + .btn-primary:focus,
.btn-primary:active:focus,
.btn-primary.active:focus,
.show > .btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.25rem rgba(49, 132, 253, 0.5);
}
.btn-primary:disabled,
.btn-primary.disabled {
    color: #fff;
    background-color: #0d6efd;
    border-color: #0d6efd;
}
.btn-secondary {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}
.btn-secondary:hover {
    color: #fff;
    background-color: #5c636a;
    border-color: #565e64;
}
.btn-check:focus + .btn-secondary,
.btn-secondary:focus {
    color: #fff;
    background-color: #5c636a;
    border-color: #565e64;
    box-shadow: 0 0 0 0.25rem rgba(130, 138, 145, 0.5);
}
.btn-check:checked + .btn-secondary,
.btn-check:active + .btn-secondary,
.btn-secondary:active,
.btn-secondary.active,
.show > .btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #565e64;
    border-color: #51585e;
}
.btn-check:checked + .btn-secondary:focus,
.btn-check:active + .btn-secondary:focus,
.btn-secondary:active:focus,
.btn-secondary.active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.25rem rgba(130, 138, 145, 0.5);
}
.btn-secondary:disabled,
.btn-secondary.disabled {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}
.btn-success {
    color: #fff;
    background-color: #198754;
    border-color: #198754;
}
.btn-success:hover {
    color: #fff;
    background-color: #157347;
    border-color: #146c43;
}
.btn-check:focus + .btn-success,
.btn-success:focus {
    color: #fff;
    background-color: #157347;
    border-color: #146c43;
    box-shadow: 0 0 0 0.25rem rgba(60, 153, 110, 0.5);
}
.btn-check:checked + .btn-success,
.btn-check:active + .btn-success,
.btn-success:active,
.btn-success.active,
.show > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #146c43;
    border-color: #13653f;
}
.btn-check:checked + .btn-success:focus,
.btn-check:active + .btn-success:focus,
.btn-success:active:focus,
.btn-success.active:focus,
.show > .btn-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.25rem rgba(60, 153, 110, 0.5);
}
.btn-success:disabled,
.btn-success.disabled {
    color: #fff;
    background-color: #198754;
    border-color: #198754;
}
.btn-info {
    color: #000;
    background-color: #0dcaf0;
    border-color: #0dcaf0;
}
.btn-info:hover {
    color: #000;
    background-color: #31d2f2;
    border-color: #25cff2;
}
.btn-check:focus + .btn-info,
.btn-info:focus {
    color: #000;
    background-color: #31d2f2;
    border-color: #25cff2;
    box-shadow: 0 0 0 0.25rem rgba(11, 172, 204, 0.5);
}
.btn-check:checked + .btn-info,
.btn-check:active + .btn-info,
.btn-info:active,
.btn-info.active,
.show > .btn-info.dropdown-toggle {
    color: #000;
    background-color: #3dd5f3;
    border-color: #25cff2;
}
.btn-check:checked + .btn-info:focus,
.btn-check:active + .btn-info:focus,
.btn-info:active:focus,
.btn-info.active:focus,
.show > .btn-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.25rem rgba(11, 172, 204, 0.5);
}
.btn-info:disabled,
.btn-info.disabled {
    color: #000;
    background-color: #0dcaf0;
    border-color: #0dcaf0;
}
.btn-warning {
    color: #000;
    background-color: #ffc107;
    border-color: #ffc107;
}
.btn-warning:hover {
    color: #000;
    background-color: #ffca2c;
    border-color: #ffc720;
}
.btn-check:focus + .btn-warning,
.btn-warning:focus {
    color: #000;
    background-color: #ffca2c;
    border-color: #ffc720;
    box-shadow: 0 0 0 0.25rem rgba(217, 164, 6, 0.5);
}
.btn-check:checked + .btn-warning,
.btn-check:active + .btn-warning,
.btn-warning:active,
.btn-warning.active,
.show > .btn-warning.dropdown-toggle {
    color: #000;
    background-color: #ffcd39;
    border-color: #ffc720;
}
.btn-check:checked + .btn-warning:focus,
.btn-check:active + .btn-warning:focus,
.btn-warning:active:focus,
.btn-warning.active:focus,
.show > .btn-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.25rem rgba(217, 164, 6, 0.5);
}
.btn-warning:disabled,
.btn-warning.disabled {
    color: #000;
    background-color: #ffc107;
    border-color: #ffc107;
}
.btn-danger {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}
.btn-danger:hover {
    color: #fff;
    background-color: #bb2d3b;
    border-color: #b02a37;
}
.btn-check:focus + .btn-danger,
.btn-danger:focus {
    color: #fff;
    background-color: #bb2d3b;
    border-color: #b02a37;
    box-shadow: 0 0 0 0.25rem rgba(225, 83, 97, 0.5);
}
.btn-check:checked + .btn-danger,
.btn-check:active + .btn-danger,
.btn-danger:active,
.btn-danger.active,
.show > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #b02a37;
    border-color: #a52834;
}
.btn-check:checked + .btn-danger:focus,
.btn-check:active + .btn-danger:focus,
.btn-danger:active:focus,
.btn-danger.active:focus,
.show > .btn-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.25rem rgba(225, 83, 97, 0.5);
}
.btn-danger:disabled,
.btn-danger.disabled {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}
.btn-light {
    color: #000;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}
.btn-light:hover {
    color: #000;
    background-color: #f9fafb;
    border-color: #f9fafb;
}
.btn-check:focus + .btn-light,
.btn-light:focus {
    color: #000;
    background-color: #f9fafb;
    border-color: #f9fafb;
    box-shadow: 0 0 0 0.25rem rgba(211, 212, 213, 0.5);
}
.btn-check:checked + .btn-light,
.btn-check:active + .btn-light,
.btn-light:active,
.btn-light.active,
.show > .btn-light.dropdown-toggle {
    color: #000;
    background-color: #f9fafb;
    border-color: #f9fafb;
}
.btn-check:checked + .btn-light:focus,
.btn-check:active + .btn-light:focus,
.btn-light:active:focus,
.btn-light.active:focus,
.show > .btn-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.25rem rgba(211, 212, 213, 0.5);
}
.btn-light:disabled,
.btn-light.disabled {
    color: #000;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}
.btn-dark {
    color: #fff;
    background-color: #212529;
    border-color: #212529;
}
.btn-dark:hover {
    color: #fff;
    background-color: #1c1f23;
    border-color: #1a1e21;
}
.btn-check:focus + .btn-dark,
.btn-dark:focus {
    color: #fff;
    background-color: #1c1f23;
    border-color: #1a1e21;
    box-shadow: 0 0 0 0.25rem rgba(66, 70, 73, 0.5);
}
.btn-check:checked + .btn-dark,
.btn-check:active + .btn-dark,
.btn-dark:active,
.btn-dark.active,
.show > .btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #1a1e21;
    border-color: #191c1f;
}
.btn-check:checked + .btn-dark:focus,
.btn-check:active + .btn-dark:focus,
.btn-dark:active:focus,
.btn-dark.active:focus,
.show > .btn-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.25rem rgba(66, 70, 73, 0.5);
}
.btn-dark:disabled,
.btn-dark.disabled {
    color: #fff;
    background-color: #212529;
    border-color: #212529;
}
.btn-outline-primary {
    color: #0d6efd;
    border-color: #0d6efd;
}
.btn-outline-primary:hover {
    color: #fff;
    background-color: #0d6efd;
    border-color: #0d6efd;
}
.btn-check:focus + .btn-outline-primary,
.btn-outline-primary:focus {
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.5);
}
.btn-check:checked + .btn-outline-primary,
.btn-check:active + .btn-outline-primary,
.btn-outline-primary:active,
.btn-outline-primary.active,
.btn-outline-primary.dropdown-toggle.show {
    color: #fff;
    background-color: #0d6efd;
    border-color: #0d6efd;
}
.btn-check:checked + .btn-outline-primary:focus,
.btn-check:active + .btn-outline-primary:focus,
.btn-outline-primary:active:focus,
.btn-outline-primary.active:focus,
.btn-outline-primary.dropdown-toggle.show:focus {
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.5);
}
.btn-outline-primary:disabled,
.btn-outline-primary.disabled {
    color: #0d6efd;
    background-color: transparent;
}
.btn-outline-secondary {
    color: #6c757d;
    border-color: #6c757d;
}
.btn-outline-secondary:hover {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}
.btn-check:focus + .btn-outline-secondary,
.btn-outline-secondary:focus {
    box-shadow: 0 0 0 0.25rem rgba(108, 117, 125, 0.5);
}
.btn-check:checked + .btn-outline-secondary,
.btn-check:active + .btn-outline-secondary,
.btn-outline-secondary:active,
.btn-outline-secondary.active,
.btn-outline-secondary.dropdown-toggle.show {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}
.btn-check:checked + .btn-outline-secondary:focus,
.btn-check:active + .btn-outline-secondary:focus,
.btn-outline-secondary:active:focus,
.btn-outline-secondary.active:focus,
.btn-outline-secondary.dropdown-toggle.show:focus {
    box-shadow: 0 0 0 0.25rem rgba(108, 117, 125, 0.5);
}
.btn-outline-secondary:disabled,
.btn-outline-secondary.disabled {
    color: #6c757d;
    background-color: transparent;
}
.btn-outline-success {
    color: #198754;
    border-color: #198754;
}
.btn-outline-success:hover {
    color: #fff;
    background-color: #198754;
    border-color: #198754;
}
.btn-check:focus + .btn-outline-success,
.btn-outline-success:focus {
    box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.5);
}
.btn-check:checked + .btn-outline-success,
.btn-check:active + .btn-outline-success,
.btn-outline-success:active,
.btn-outline-success.active,
.btn-outline-success.dropdown-toggle.show {
    color: #fff;
    background-color: #198754;
    border-color: #198754;
}
.btn-check:checked + .btn-outline-success:focus,
.btn-check:active + .btn-outline-success:focus,
.btn-outline-success:active:focus,
.btn-outline-success.active:focus,
.btn-outline-success.dropdown-toggle.show:focus {
    box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.5);
}
.btn-outline-success:disabled,
.btn-outline-success.disabled {
    color: #198754;
    background-color: transparent;
}
.btn-outline-info {
    color: #0dcaf0;
    border-color: #0dcaf0;
}
.btn-outline-info:hover {
    color: #000;
    background-color: #0dcaf0;
    border-color: #0dcaf0;
}
.btn-check:focus + .btn-outline-info,
.btn-outline-info:focus {
    box-shadow: 0 0 0 0.25rem rgba(13, 202, 240, 0.5);
}
.btn-check:checked + .btn-outline-info,
.btn-check:active + .btn-outline-info,
.btn-outline-info:active,
.btn-outline-info.active,
.btn-outline-info.dropdown-toggle.show {
    color: #000;
    background-color: #0dcaf0;
    border-color: #0dcaf0;
}
.btn-check:checked + .btn-outline-info:focus,
.btn-check:active + .btn-outline-info:focus,
.btn-outline-info:active:focus,
.btn-outline-info.active:focus,
.btn-outline-info.dropdown-toggle.show:focus {
    box-shadow: 0 0 0 0.25rem rgba(13, 202, 240, 0.5);
}
.btn-outline-info:disabled,
.btn-outline-info.disabled {
    color: #0dcaf0;
    background-color: transparent;
}
.btn-outline-warning {
    color: #ffc107;
    border-color: #ffc107;
}
.btn-outline-warning:hover {
    color: #000;
    background-color: #ffc107;
    border-color: #ffc107;
}
.btn-check:focus + .btn-outline-warning,
.btn-outline-warning:focus {
    box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.5);
}
.btn-check:checked + .btn-outline-warning,
.btn-check:active + .btn-outline-warning,
.btn-outline-warning:active,
.btn-outline-warning.active,
.btn-outline-warning.dropdown-toggle.show {
    color: #000;
    background-color: #ffc107;
    border-color: #ffc107;
}
.btn-check:checked + .btn-outline-warning:focus,
.btn-check:active + .btn-outline-warning:focus,
.btn-outline-warning:active:focus,
.btn-outline-warning.active:focus,
.btn-outline-warning.dropdown-toggle.show:focus {
    box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.5);
}
.btn-outline-warning:disabled,
.btn-outline-warning.disabled {
    color: #ffc107;
    background-color: transparent;
}
.btn-outline-danger {
    color: #dc3545;
    border-color: #dc3545;
}
.btn-outline-danger:hover {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}
.btn-check:focus + .btn-outline-danger,
.btn-outline-danger:focus {
    box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.5);
}
.btn-check:checked + .btn-outline-danger,
.btn-check:active + .btn-outline-danger,
.btn-outline-danger:active,
.btn-outline-danger.active,
.btn-outline-danger.dropdown-toggle.show {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}
.btn-check:checked + .btn-outline-danger:focus,
.btn-check:active + .btn-outline-danger:focus,
.btn-outline-danger:active:focus,
.btn-outline-danger.active:focus,
.btn-outline-danger.dropdown-toggle.show:focus {
    box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.5);
}
.btn-outline-danger:disabled,
.btn-outline-danger.disabled {
    color: #dc3545;
    background-color: transparent;
}
.btn-outline-light {
    color: #f8f9fa;
    border-color: #f8f9fa;
}
.btn-outline-light:hover {
    color: #000;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}
.btn-check:focus + .btn-outline-light,
.btn-outline-light:focus {
    box-shadow: 0 0 0 0.25rem rgba(248, 249, 250, 0.5);
}
.btn-check:checked + .btn-outline-light,
.btn-check:active + .btn-outline-light,
.btn-outline-light:active,
.btn-outline-light.active,
.btn-outline-light.dropdown-toggle.show {
    color: #000;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}
.btn-check:checked + .btn-outline-light:focus,
.btn-check:active + .btn-outline-light:focus,
.btn-outline-light:active:focus,
.btn-outline-light.active:focus,
.btn-outline-light.dropdown-toggle.show:focus {
    box-shadow: 0 0 0 0.25rem rgba(248, 249, 250, 0.5);
}
.btn-outline-light:disabled,
.btn-outline-light.disabled {
    color: #f8f9fa;
    background-color: transparent;
}
.btn-outline-dark {
    color: #212529;
    border-color: #212529;
}
.btn-outline-dark:hover {
    color: #fff;
    background-color: #212529;
    border-color: #212529;
}
.btn-check:focus + .btn-outline-dark,
.btn-outline-dark:focus {
    box-shadow: 0 0 0 0.25rem rgba(33, 37, 41, 0.5);
}
.btn-check:checked + .btn-outline-dark,
.btn-check:active + .btn-outline-dark,
.btn-outline-dark:active,
.btn-outline-dark.active,
.btn-outline-dark.dropdown-toggle.show {
    color: #fff;
    background-color: #212529;
    border-color: #212529;
}
.btn-check:checked + .btn-outline-dark:focus,
.btn-check:active + .btn-outline-dark:focus,
.btn-outline-dark:active:focus,
.btn-outline-dark.active:focus,
.btn-outline-dark.dropdown-toggle.show:focus {
    box-shadow: 0 0 0 0.25rem rgba(33, 37, 41, 0.5);
}
.btn-outline-dark:disabled,
.btn-outline-dark.disabled {
    color: #212529;
    background-color: transparent;
}
.btn-link {
    font-weight: 400;
    color: #0d6efd;
    text-decoration: underline;
}
.btn-link:hover {
    color: #0a58ca;
}
.btn-link:disabled,
.btn-link.disabled {
    color: #6c757d;
}
.btn-lg {
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    border-radius: 0.3rem;
}
.btn-sm {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    border-radius: 0.2rem;
}
.fade {
    transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
    .fade {
        transition: none;
    }
}
.fade:not(.show) {
    opacity: 0;
}
.collapse:not(.show) {
    display: none;
}
.collapsing {
    height: 0;
    overflow: hidden;
    transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
    .collapsing {
        transition: none;
    }
}
.collapsing.collapse-horizontal {
    width: 0;
    height: auto;
    transition: width 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
    .collapsing.collapse-horizontal {
        transition: none;
    }
}
.dropup,
.dropend,
.dropdown,
.dropstart {
    position: relative;
}
.dropdown-toggle {
    white-space: nowrap;
}
.dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
    margin-left: 0;
}
.dropdown-menu {
    position: absolute;
    z-index: 1000;
    display: none;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}
.dropdown-menu[data-bs-popper] {
    top: 100%;
    left: 0;
    margin-top: 0.125rem;
}
.dropdown-menu-start {
    --bs-position: start;
}
.dropdown-menu-start[data-bs-popper] {
    right: auto;
    left: 0;
}
.dropdown-menu-end {
    --bs-position: end;
}
.dropdown-menu-end[data-bs-popper] {
    right: 0;
    left: auto;
}
@media (min-width: 576px) {
    .dropdown-menu-sm-start {
        --bs-position: start;
    }
    .dropdown-menu-sm-start[data-bs-popper] {
        right: auto;
        left: 0;
    }
    .dropdown-menu-sm-end {
        --bs-position: end;
    }
    .dropdown-menu-sm-end[data-bs-popper] {
        right: 0;
        left: auto;
    }
}
@media (min-width: 768px) {
    .dropdown-menu-md-start {
        --bs-position: start;
    }
    .dropdown-menu-md-start[data-bs-popper] {
        right: auto;
        left: 0;
    }
    .dropdown-menu-md-end {
        --bs-position: end;
    }
    .dropdown-menu-md-end[data-bs-popper] {
        right: 0;
        left: auto;
    }
}
@media (min-width: 992px) {
    .dropdown-menu-lg-start {
        --bs-position: start;
    }
    .dropdown-menu-lg-start[data-bs-popper] {
        right: auto;
        left: 0;
    }
    .dropdown-menu-lg-end {
        --bs-position: end;
    }
    .dropdown-menu-lg-end[data-bs-popper] {
        right: 0;
        left: auto;
    }
}
@media (min-width: 1200px) {
    .dropdown-menu-xl-start {
        --bs-position: start;
    }
    .dropdown-menu-xl-start[data-bs-popper] {
        right: auto;
        left: 0;
    }
    .dropdown-menu-xl-end {
        --bs-position: end;
    }
    .dropdown-menu-xl-end[data-bs-popper] {
        right: 0;
        left: auto;
    }
}
@media (min-width: 1400px) {
    .dropdown-menu-xxl-start {
        --bs-position: start;
    }
    .dropdown-menu-xxl-start[data-bs-popper] {
        right: auto;
        left: 0;
    }
    .dropdown-menu-xxl-end {
        --bs-position: end;
    }
    .dropdown-menu-xxl-end[data-bs-popper] {
        right: 0;
        left: auto;
    }
}
.dropup .dropdown-menu[data-bs-popper] {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0;
    border-right: 0.3em solid transparent;
    border-bottom: 0.3em solid;
    border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
    margin-left: 0;
}
.dropend .dropdown-menu[data-bs-popper] {
    top: 0;
    right: auto;
    left: 100%;
    margin-top: 0;
    margin-left: 0.125rem;
}
.dropend .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid transparent;
    border-right: 0;
    border-bottom: 0.3em solid transparent;
    border-left: 0.3em solid;
}
.dropend .dropdown-toggle:empty::after {
    margin-left: 0;
}
.dropend .dropdown-toggle::after {
    vertical-align: 0;
}
.dropstart .dropdown-menu[data-bs-popper] {
    top: 0;
    right: 100%;
    left: auto;
    margin-top: 0;
    margin-right: 0.125rem;
}
.dropstart .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
}
.dropstart .dropdown-toggle::after {
    display: none;
}
.dropstart .dropdown-toggle::before {
    display: inline-block;
    margin-right: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid transparent;
    border-right: 0.3em solid;
    border-bottom: 0.3em solid transparent;
}
.dropstart .dropdown-toggle:empty::after {
    margin-left: 0;
}
.dropstart .dropdown-toggle::before {
    vertical-align: 0;
}
.dropdown-divider {
    height: 0;
    margin: 0.5rem 0;
    overflow: hidden;
    border-top: 1px solid rgba(0, 0, 0, 0.15);
}
.dropdown-item {
    display: block;
    width: 100%;
    padding: 0.25rem 1rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}
.dropdown-item:hover,
.dropdown-item:focus {
    color: #1e2125;
    background-color: #e9ecef;
}
.dropdown-item.active,
.dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #0d6efd;
}
.dropdown-item.disabled,
.dropdown-item:disabled {
    color: #adb5bd;
    pointer-events: none;
    background-color: transparent;
}
.dropdown-menu.show {
    display: block;
}
.dropdown-header {
    display: block;
    padding: 0.5rem 1rem;
    margin-bottom: 0;
    font-size: 0.875rem;
    color: #6c757d;
    white-space: nowrap;
}
.dropdown-item-text {
    display: block;
    padding: 0.25rem 1rem;
    color: #212529;
}
.dropdown-menu-dark {
    color: #dee2e6;
    background-color: #343a40;
    border-color: rgba(0, 0, 0, 0.15);
}
.dropdown-menu-dark .dropdown-item {
    color: #dee2e6;
}
.dropdown-menu-dark .dropdown-item:hover,
.dropdown-menu-dark .dropdown-item:focus {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.15);
}
.dropdown-menu-dark .dropdown-item.active,
.dropdown-menu-dark .dropdown-item:active {
    color: #fff;
    background-color: #0d6efd;
}
.dropdown-menu-dark .dropdown-item.disabled,
.dropdown-menu-dark .dropdown-item:disabled {
    color: #adb5bd;
}
.dropdown-menu-dark .dropdown-divider {
    border-color: rgba(0, 0, 0, 0.15);
}
.dropdown-menu-dark .dropdown-item-text {
    color: #dee2e6;
}
.dropdown-menu-dark .dropdown-header {
    color: #adb5bd;
}
.nav {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.nav-link {
    display: block;
    padding: 0.5rem 1rem;
    color: #0d6efd;
    text-decoration: none;
    transition:
        color 0.15s ease-in-out,
        background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
    .nav-link {
        transition: none;
    }
}
.nav-link:hover,
.nav-link:focus {
    color: #0a58ca;
}
.nav-link.disabled {
    color: #6c757d;
    pointer-events: none;
    cursor: default;
}
.nav-tabs {
    border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-link {
    margin-bottom: -1px;
    background: none;
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}
.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
    border-color: #e9ecef #e9ecef #dee2e6;
    isolation: isolate;
}
.nav-tabs .nav-link.disabled {
    color: #6c757d;
    background-color: transparent;
    border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff;
}
.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.nav-pills .nav-link {
    background: none;
    border: 0;
    border-radius: 0.25rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    color: #fff;
    background-color: #0d6efd;
}
.nav-fill > .nav-link,
.nav-fill .nav-item {
    flex: 1 1 auto;
    text-align: center;
}
.nav-justified > .nav-link,
.nav-justified .nav-item {
    flex-basis: 0;
    flex-grow: 1;
    text-align: center;
}
.nav-fill .nav-item .nav-link,
.nav-justified .nav-item .nav-link {
    width: 100%;
}
.tab-content > .tab-pane {
    display: none;
}
.tab-content > .active {
    display: block;
}
.navbar {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}
.navbar > .container,
.navbar > .container-fluid,
.navbar > .container-sm,
.navbar > .container-md,
.navbar > .container-lg,
.navbar > .container-xl,
.navbar > .container-xxl {
    display: flex;
    flex-wrap: inherit;
    align-items: center;
    justify-content: space-between;
}
.navbar-brand {
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    text-decoration: none;
    white-space: nowrap;
}
.navbar-nav {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0;
}
.navbar-nav .dropdown-menu {
    position: static;
}
.navbar-text {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}
.navbar-collapse {
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center;
}
.navbar-toggler {
    padding: 0.25rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 0.25rem;
    transition: box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
    .navbar-toggler {
        transition: none;
    }
}
.navbar-toggler:hover {
    text-decoration: none;
}
.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: 0 0 0 0.25rem;
}
.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}
.navbar-nav-scroll {
    max-height: var(--bs-scroll-height, 75vh);
    overflow-y: auto;
}
@media (min-width: 576px) {
    .navbar-expand-sm {
        flex-wrap: nowrap;
        justify-content: flex-start;
    }
    .navbar-expand-sm .navbar-nav {
        flex-direction: row;
    }
    .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute;
    }
    .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }
    .navbar-expand-sm .navbar-nav-scroll {
        overflow: visible;
    }
    .navbar-expand-sm .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }
    .navbar-expand-sm .navbar-toggler {
        display: none;
    }
    .navbar-expand-sm .offcanvas-header {
        display: none;
    }
    .navbar-expand-sm .offcanvas {
        position: inherit;
        bottom: 0;
        z-index: 1000;
        flex-grow: 1;
        visibility: visible !important;
        background-color: transparent;
        border-right: 0;
        border-left: 0;
        transition: none;
        transform: none;
    }
    .navbar-expand-sm .offcanvas-top,
    .navbar-expand-sm .offcanvas-bottom {
        height: auto;
        border-top: 0;
        border-bottom: 0;
    }
    .navbar-expand-sm .offcanvas-body {
        display: flex;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible;
    }
}
@media (min-width: 768px) {
    .navbar-expand-md {
        flex-wrap: nowrap;
        justify-content: flex-start;
    }
    .navbar-expand-md .navbar-nav {
        flex-direction: row;
    }
    .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute;
    }
    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }
    .navbar-expand-md .navbar-nav-scroll {
        overflow: visible;
    }
    .navbar-expand-md .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }
    .navbar-expand-md .navbar-toggler {
        display: none;
    }
    .navbar-expand-md .offcanvas-header {
        display: none;
    }
    .navbar-expand-md .offcanvas {
        position: inherit;
        bottom: 0;
        z-index: 1000;
        flex-grow: 1;
        visibility: visible !important;
        background-color: transparent;
        border-right: 0;
        border-left: 0;
        transition: none;
        transform: none;
    }
    .navbar-expand-md .offcanvas-top,
    .navbar-expand-md .offcanvas-bottom {
        height: auto;
        border-top: 0;
        border-bottom: 0;
    }
    .navbar-expand-md .offcanvas-body {
        display: flex;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible;
    }
}
@media (min-width: 992px) {
    .navbar-expand-lg {
        flex-wrap: nowrap;
        justify-content: flex-start;
    }
    .navbar-expand-lg .navbar-nav {
        flex-direction: row;
    }
    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute;
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }
    .navbar-expand-lg .navbar-nav-scroll {
        overflow: visible;
    }
    .navbar-expand-lg .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }
    .navbar-expand-lg .navbar-toggler {
        display: none;
    }
    .navbar-expand-lg .offcanvas-header {
        display: none;
    }
    .navbar-expand-lg .offcanvas {
        position: inherit;
        bottom: 0;
        z-index: 1000;
        flex-grow: 1;
        visibility: visible !important;
        background-color: transparent;
        border-right: 0;
        border-left: 0;
        transition: none;
        transform: none;
    }
    .navbar-expand-lg .offcanvas-top,
    .navbar-expand-lg .offcanvas-bottom {
        height: auto;
        border-top: 0;
        border-bottom: 0;
    }
    .navbar-expand-lg .offcanvas-body {
        display: flex;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible;
    }
}
@media (min-width: 1200px) {
    .navbar-expand-xl {
        flex-wrap: nowrap;
        justify-content: flex-start;
    }
    .navbar-expand-xl .navbar-nav {
        flex-direction: row;
    }
    .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute;
    }
    .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }
    .navbar-expand-xl .navbar-nav-scroll {
        overflow: visible;
    }
    .navbar-expand-xl .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }
    .navbar-expand-xl .navbar-toggler {
        display: none;
    }
    .navbar-expand-xl .offcanvas-header {
        display: none;
    }
    .navbar-expand-xl .offcanvas {
        position: inherit;
        bottom: 0;
        z-index: 1000;
        flex-grow: 1;
        visibility: visible !important;
        background-color: transparent;
        border-right: 0;
        border-left: 0;
        transition: none;
        transform: none;
    }
    .navbar-expand-xl .offcanvas-top,
    .navbar-expand-xl .offcanvas-bottom {
        height: auto;
        border-top: 0;
        border-bottom: 0;
    }
    .navbar-expand-xl .offcanvas-body {
        display: flex;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible;
    }
}
@media (min-width: 1400px) {
    .navbar-expand-xxl {
        flex-wrap: nowrap;
        justify-content: flex-start;
    }
    .navbar-expand-xxl .navbar-nav {
        flex-direction: row;
    }
    .navbar-expand-xxl .navbar-nav .dropdown-menu {
        position: absolute;
    }
    .navbar-expand-xxl .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }
    .navbar-expand-xxl .navbar-nav-scroll {
        overflow: visible;
    }
    .navbar-expand-xxl .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }
    .navbar-expand-xxl .navbar-toggler {
        display: none;
    }
    .navbar-expand-xxl .offcanvas-header {
        display: none;
    }
    .navbar-expand-xxl .offcanvas {
        position: inherit;
        bottom: 0;
        z-index: 1000;
        flex-grow: 1;
        visibility: visible !important;
        background-color: transparent;
        border-right: 0;
        border-left: 0;
        transition: none;
        transform: none;
    }
    .navbar-expand-xxl .offcanvas-top,
    .navbar-expand-xxl .offcanvas-bottom {
        height: auto;
        border-top: 0;
        border-bottom: 0;
    }
    .navbar-expand-xxl .offcanvas-body {
        display: flex;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible;
    }
}
.navbar-expand {
    flex-wrap: nowrap;
    justify-content: flex-start;
}
.navbar-expand .navbar-nav {
    flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
    position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
}
.navbar-expand .navbar-nav-scroll {
    overflow: visible;
}
.navbar-expand .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
}
.navbar-expand .navbar-toggler {
    display: none;
}
.navbar-expand .offcanvas-header {
    display: none;
}
.navbar-expand .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    transform: none;
}
.navbar-expand .offcanvas-top,
.navbar-expand .offcanvas-bottom {
    height: auto;
    border-top: 0;
    border-bottom: 0;
}
.navbar-expand .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
}
.navbar-light .navbar-brand {
    color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-brand:hover,
.navbar-light .navbar-brand:focus {
    color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, 0.55);
}
.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
    color: rgba(0, 0, 0, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .nav-link.active {
    color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, 0.55);
    border-color: rgba(0, 0, 0, 0.1);
}
.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280,0,0,0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-light .navbar-text {
    color: rgba(0, 0, 0, 0.55);
}
.navbar-light .navbar-text a,
.navbar-light .navbar-text a:hover,
.navbar-light .navbar-text a:focus {
    color: rgba(0, 0, 0, 0.9);
}
.navbar-dark .navbar-brand {
    color: #fff;
}
.navbar-dark .navbar-brand:hover,
.navbar-dark .navbar-brand:focus {
    color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 0.55);
}
.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus {
    color: rgba(255, 255, 255, 0.75);
}
.navbar-dark .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, 0.25);
}
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .nav-link.active {
    color: #fff;
}
.navbar-dark .navbar-toggler {
    color: rgba(255, 255, 255, 0.55);
    border-color: rgba(255, 255, 255, 0.1);
}
.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255,255,255,0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-dark .navbar-text {
    color: rgba(255, 255, 255, 0.55);
}
.navbar-dark .navbar-text a,
.navbar-dark .navbar-text a:hover,
.navbar-dark .navbar-text a:focus {
    color: #fff;
}
.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;
}
.card > hr {
    margin-right: 0;
    margin-left: 0;
}
.card > .list-group {
    border-top: inherit;
    border-bottom: inherit;
}
.card > .list-group:first-child {
    border-top-width: 0;
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px);
}
.card > .list-group:last-child {
    border-bottom-width: 0;
    border-bottom-right-radius: calc(0.25rem - 1px);
    border-bottom-left-radius: calc(0.25rem - 1px);
}
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
    border-top: 0;
}
.card-body {
    flex: 1 1 auto;
    padding: 1rem 1rem;
}
.card-title {
    margin-bottom: 0.5rem;
}
.card-subtitle {
    margin-top: -0.25rem;
    margin-bottom: 0;
}
.card-text:last-child {
    margin-bottom: 0;
}
.card-link + .card-link {
    margin-left: 1rem;
}
.card-header {
    padding: 0.5rem 1rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, 0.03);
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.card-header:first-child {
    border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}
.card-footer {
    padding: 0.5rem 1rem;
    background-color: rgba(0, 0, 0, 0.03);
    border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.card-footer:last-child {
    border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}
.card-header-tabs {
    margin-right: -0.5rem;
    margin-bottom: -0.5rem;
    margin-left: -0.5rem;
    border-bottom: 0;
}
.card-header-pills {
    margin-right: -0.5rem;
    margin-left: -0.5rem;
}
.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1rem;
    border-radius: calc(0.25rem - 1px);
}
.card-img,
.card-img-top,
.card-img-bottom {
    width: 100%;
}
.card-img,
.card-img-top {
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px);
}
.card-img,
.card-img-bottom {
    border-bottom-right-radius: calc(0.25rem - 1px);
    border-bottom-left-radius: calc(0.25rem - 1px);
}
.card-group > .card {
    margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
    .card-group {
        display: flex;
        flex-flow: row wrap;
    }
    .card-group > .card {
        flex: 1 0 0%;
        margin-bottom: 0;
    }
    .card-group > .card + .card {
        margin-left: 0;
        border-left: 0;
    }
    .card-group > .card:not(:last-child) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }
    .card-group > .card:not(:last-child) .card-img-top,
    .card-group > .card:not(:last-child) .card-header {
        border-top-right-radius: 0;
    }
    .card-group > .card:not(:last-child) .card-img-bottom,
    .card-group > .card:not(:last-child) .card-footer {
        border-bottom-right-radius: 0;
    }
    .card-group > .card:not(:first-child) {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }
    .card-group > .card:not(:first-child) .card-img-top,
    .card-group > .card:not(:first-child) .card-header {
        border-top-left-radius: 0;
    }
    .card-group > .card:not(:first-child) .card-img-bottom,
    .card-group > .card:not(:first-child) .card-footer {
        border-bottom-left-radius: 0;
    }
}
.pagination {
    display: flex;
    padding-left: 0;
    list-style: none;
}
.page-link {
    position: relative;
    display: block;
    color: #0d6efd;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #dee2e6;
    transition:
        color 0.15s ease-in-out,
        background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out,
        box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
    .page-link {
        transition: none;
    }
}
.page-link:hover {
    z-index: 2;
    color: #0a58ca;
    background-color: #e9ecef;
    border-color: #dee2e6;
}
.page-link:focus {
    z-index: 3;
    color: #0a58ca;
    background-color: #e9ecef;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.page-item:not(:first-child) .page-link {
    margin-left: -1px;
}
.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #0d6efd;
    border-color: #0d6efd;
}
.page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    background-color: #fff;
    border-color: #dee2e6;
}
.page-link {
    padding: 0.375rem 0.75rem;
}
.page-item:first-child .page-link {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}
.page-item:last-child .page-link {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
}
.pagination-lg .page-link {
    padding: 0.75rem 1.5rem;
    font-size: 1.25rem;
}
.pagination-lg .page-item:first-child .page-link {
    border-top-left-radius: 0.3rem;
    border-bottom-left-radius: 0.3rem;
}
.pagination-lg .page-item:last-child .page-link {
    border-top-right-radius: 0.3rem;
    border-bottom-right-radius: 0.3rem;
}
.pagination-sm .page-link {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
}
.pagination-sm .page-item:first-child .page-link {
    border-top-left-radius: 0.2rem;
    border-bottom-left-radius: 0.2rem;
}
.pagination-sm .page-item:last-child .page-link {
    border-top-right-radius: 0.2rem;
    border-bottom-right-radius: 0.2rem;
}
.alert {
    position: relative;
    padding: 1rem 1rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}
.alert-heading {
    color: inherit;
}
.alert-link {
    font-weight: 700;
}
.alert-dismissible {
    padding-right: 3rem;
}
.alert-dismissible .btn-close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    padding: 1.25rem 1rem;
}
.alert-primary {
    color: #084298;
    background-color: #cfe2ff;
    border-color: #b6d4fe;
}
.alert-primary .alert-link {
    color: #06357a;
}
.alert-secondary {
    color: #41464b;
    background-color: #e2e3e5;
    border-color: #d3d6d8;
}
.alert-secondary .alert-link {
    color: #34383c;
}
.alert-success {
    color: #0f5132;
    background-color: #d1e7dd;
    border-color: #badbcc;
}
.alert-success .alert-link {
    color: #0c4128;
}
.alert-info {
    color: #055160;
    background-color: #cff4fc;
    border-color: #b6effb;
}
.alert-info .alert-link {
    color: #04414d;
}
.alert-warning {
    color: #664d03;
    background-color: #fff3cd;
    border-color: #ffecb5;
}
.alert-warning .alert-link {
    color: #523e02;
}
.alert-danger {
    color: #842029;
    background-color: #f8d7da;
    border-color: #f5c2c7;
}
.alert-danger .alert-link {
    color: #6a1a21;
}
.alert-light {
    color: #636464;
    background-color: #fefefe;
    border-color: #fdfdfe;
}
.alert-light .alert-link {
    color: #4f5050;
}
.alert-dark {
    color: #141619;
    background-color: #d3d3d4;
    border-color: #bcbebf;
}
.alert-dark .alert-link {
    color: #101214;
}
.list-group {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    border-radius: 0.25rem;
}
.list-group-numbered {
    list-style-type: none;
    counter-reset: section;
}
.list-group-numbered > li::before {
    content: counters(section, ".") ". ";
    counter-increment: section;
}
.list-group-item-action {
    width: 100%;
    color: #495057;
    text-align: inherit;
}
.list-group-item-action:hover,
.list-group-item-action:focus {
    z-index: 1;
    color: #495057;
    text-decoration: none;
    background-color: #f8f9fa;
}
.list-group-item-action:active {
    color: #212529;
    background-color: #e9ecef;
}
.list-group-item {
    position: relative;
    display: block;
    padding: 0.5rem 1rem;
    color: #212529;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.125);
}
.list-group-item:first-child {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
}
.list-group-item:last-child {
    border-bottom-right-radius: inherit;
    border-bottom-left-radius: inherit;
}
.list-group-item.disabled,
.list-group-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: #fff;
}
.list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #0d6efd;
    border-color: #0d6efd;
}
.list-group-item + .list-group-item {
    border-top-width: 0;
}
.list-group-item + .list-group-item.active {
    margin-top: -1px;
    border-top-width: 1px;
}
.list-group-horizontal {
    flex-direction: row;
}
.list-group-horizontal > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
}
.list-group-horizontal > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
}
.list-group-horizontal > .list-group-item.active {
    margin-top: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
}
@media (min-width: 576px) {
    .list-group-horizontal-sm {
        flex-direction: row;
    }
    .list-group-horizontal-sm > .list-group-item:first-child {
        border-bottom-left-radius: 0.25rem;
        border-top-right-radius: 0;
    }
    .list-group-horizontal-sm > .list-group-item:last-child {
        border-top-right-radius: 0.25rem;
        border-bottom-left-radius: 0;
    }
    .list-group-horizontal-sm > .list-group-item.active {
        margin-top: 0;
    }
    .list-group-horizontal-sm > .list-group-item + .list-group-item {
        border-top-width: 1px;
        border-left-width: 0;
    }
    .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px;
    }
}
@media (min-width: 768px) {
    .list-group-horizontal-md {
        flex-direction: row;
    }
    .list-group-horizontal-md > .list-group-item:first-child {
        border-bottom-left-radius: 0.25rem;
        border-top-right-radius: 0;
    }
    .list-group-horizontal-md > .list-group-item:last-child {
        border-top-right-radius: 0.25rem;
        border-bottom-left-radius: 0;
    }
    .list-group-horizontal-md > .list-group-item.active {
        margin-top: 0;
    }
    .list-group-horizontal-md > .list-group-item + .list-group-item {
        border-top-width: 1px;
        border-left-width: 0;
    }
    .list-group-horizontal-md > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px;
    }
}
@media (min-width: 992px) {
    .list-group-horizontal-lg {
        flex-direction: row;
    }
    .list-group-horizontal-lg > .list-group-item:first-child {
        border-bottom-left-radius: 0.25rem;
        border-top-right-radius: 0;
    }
    .list-group-horizontal-lg > .list-group-item:last-child {
        border-top-right-radius: 0.25rem;
        border-bottom-left-radius: 0;
    }
    .list-group-horizontal-lg > .list-group-item.active {
        margin-top: 0;
    }
    .list-group-horizontal-lg > .list-group-item + .list-group-item {
        border-top-width: 1px;
        border-left-width: 0;
    }
    .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px;
    }
}
@media (min-width: 1200px) {
    .list-group-horizontal-xl {
        flex-direction: row;
    }
    .list-group-horizontal-xl > .list-group-item:first-child {
        border-bottom-left-radius: 0.25rem;
        border-top-right-radius: 0;
    }
    .list-group-horizontal-xl > .list-group-item:last-child {
        border-top-right-radius: 0.25rem;
        border-bottom-left-radius: 0;
    }
    .list-group-horizontal-xl > .list-group-item.active {
        margin-top: 0;
    }
    .list-group-horizontal-xl > .list-group-item + .list-group-item {
        border-top-width: 1px;
        border-left-width: 0;
    }
    .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px;
    }
}
@media (min-width: 1400px) {
    .list-group-horizontal-xxl {
        flex-direction: row;
    }
    .list-group-horizontal-xxl > .list-group-item:first-child {
        border-bottom-left-radius: 0.25rem;
        border-top-right-radius: 0;
    }
    .list-group-horizontal-xxl > .list-group-item:last-child {
        border-top-right-radius: 0.25rem;
        border-bottom-left-radius: 0;
    }
    .list-group-horizontal-xxl > .list-group-item.active {
        margin-top: 0;
    }
    .list-group-horizontal-xxl > .list-group-item + .list-group-item {
        border-top-width: 1px;
        border-left-width: 0;
    }
    .list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px;
    }
}
.list-group-flush {
    border-radius: 0;
}
.list-group-flush > .list-group-item {
    border-width: 0 0 1px;
}
.list-group-flush > .list-group-item:last-child {
    border-bottom-width: 0;
}
.list-group-item-primary {
    color: #084298;
    background-color: #cfe2ff;
}
.list-group-item-primary.list-group-item-action:hover,
.list-group-item-primary.list-group-item-action:focus {
    color: #084298;
    background-color: #bacbe6;
}
.list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #084298;
    border-color: #084298;
}
.list-group-item-secondary {
    color: #41464b;
    background-color: #e2e3e5;
}
.list-group-item-secondary.list-group-item-action:hover,
.list-group-item-secondary.list-group-item-action:focus {
    color: #41464b;
    background-color: #cbccce;
}
.list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: #41464b;
    border-color: #41464b;
}
.list-group-item-success {
    color: #0f5132;
    background-color: #d1e7dd;
}
.list-group-item-success.list-group-item-action:hover,
.list-group-item-success.list-group-item-action:focus {
    color: #0f5132;
    background-color: #bcd0c7;
}
.list-group-item-success.list-group-item-action.active {
    color: #fff;
    background-color: #0f5132;
    border-color: #0f5132;
}
.list-group-item-info {
    color: #055160;
    background-color: #cff4fc;
}
.list-group-item-info.list-group-item-action:hover,
.list-group-item-info.list-group-item-action:focus {
    color: #055160;
    background-color: #badce3;
}
.list-group-item-info.list-group-item-action.active {
    color: #fff;
    background-color: #055160;
    border-color: #055160;
}
.list-group-item-warning {
    color: #664d03;
    background-color: #fff3cd;
}
.list-group-item-warning.list-group-item-action:hover,
.list-group-item-warning.list-group-item-action:focus {
    color: #664d03;
    background-color: #e6dbb9;
}
.list-group-item-warning.list-group-item-action.active {
    color: #fff;
    background-color: #664d03;
    border-color: #664d03;
}
.list-group-item-danger {
    color: #842029;
    background-color: #f8d7da;
}
.list-group-item-danger.list-group-item-action:hover,
.list-group-item-danger.list-group-item-action:focus {
    color: #842029;
    background-color: #dfc2c4;
}
.list-group-item-danger.list-group-item-action.active {
    color: #fff;
    background-color: #842029;
    border-color: #842029;
}
.list-group-item-light {
    color: #636464;
    background-color: #fefefe;
}
.list-group-item-light.list-group-item-action:hover,
.list-group-item-light.list-group-item-action:focus {
    color: #636464;
    background-color: #e5e5e5;
}
.list-group-item-light.list-group-item-action.active {
    color: #fff;
    background-color: #636464;
    border-color: #636464;
}
.list-group-item-dark {
    color: #141619;
    background-color: #d3d3d4;
}
.list-group-item-dark.list-group-item-action:hover,
.list-group-item-dark.list-group-item-action:focus {
    color: #141619;
    background-color: #bebebf;
}
.list-group-item-dark.list-group-item-action.active {
    color: #fff;
    background-color: #141619;
    border-color: #141619;
}
.carousel {
    position: relative;
}
.carousel.pointer-event {
    touch-action: pan-y;
}
.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}
.carousel-inner::after {
    display: block;
    clear: both;
    content: "";
}
.carousel-item {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    margin-right: -100%;
    backface-visibility: hidden;
    transition: transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
    .carousel-item {
        transition: none;
    }
}
.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
    display: block;
}
.carousel-item-next:not(.carousel-item-start),
.active.carousel-item-end {
    transform: translateX(100%);
}
.carousel-item-prev:not(.carousel-item-end),
.active.carousel-item-start {
    transform: translateX(-100%);
}
.carousel-fade .carousel-item {
    opacity: 0;
    transition-property: opacity;
    transform: none;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-start,
.carousel-fade .carousel-item-prev.carousel-item-end {
    z-index: 1;
    opacity: 1;
}
.carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
    z-index: 0;
    opacity: 0;
    transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
    .carousel-fade .active.carousel-item-start,
    .carousel-fade .active.carousel-item-end {
        transition: none;
    }
}
.carousel-control-prev,
.carousel-control-next {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15%;
    padding: 0;
    color: #fff;
    text-align: center;
    background: none;
    border: 0;
    opacity: 0.5;
    transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
    .carousel-control-prev,
    .carousel-control-next {
        transition: none;
    }
}
.carousel-control-prev:hover,
.carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: 0.9;
}
.carousel-control-prev {
    left: 0;
}
.carousel-control-next {
    right: 0;
}
.carousel-control-prev-icon,
.carousel-control-next-icon {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 100% 100%;
}
.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}
.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    display: flex;
    justify-content: center;
    padding: 0;
    margin-right: 15%;
    margin-bottom: 1rem;
    margin-left: 15%;
    list-style: none;
}
.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    padding: 0;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: 0.5;
    transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
    .carousel-indicators [data-bs-target] {
        transition: none;
    }
}
.carousel-indicators .active {
    opacity: 1;
}
.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 1.25rem;
    left: 15%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: center;
}
.carousel-dark .carousel-control-prev-icon,
.carousel-dark .carousel-control-next-icon {
    filter: invert(1) grayscale(100);
}
.carousel-dark .carousel-indicators [data-bs-target] {
    background-color: #000;
}
.carousel-dark .carousel-caption {
    color: #000;
}
:root {
    --base-font: 24px/1.5 Montserrat, sans-serif;
    --label-color: white;
    --border-color: #f7eee1;
    --border-hover-color: #ffe300;
    --ring-color: #17a16a;
    --plus-color: #000;
    --primary-svg: #000;
    --accent-svg: #17a16a;
    --visited: #000;
    --section-theme: #000;
    --primary-color: #000;
    --primary-color-val: #000;
    --secondary-color: #17a16a;
    --secondary-color-val: #17a16a;
    --tertiary-color: #ffe300;
    --tertiary-color-val: #ffe300;
    --accent-color: #f7eee1;
    --accent-color-val: #f7eee1;
    --light-blue-color: #f7eee1;
    --light-blue-color-val: #f7eee1;
    --utility-color: #713736;
    --utility-color-val: #713736;
    --lightGray-color: #ececec;
    --darkGray-color: #000;
    --links-color: #17a16a;
    --headline-style: lowercase;
    --headline-font: abril-text, serif;
    --body-font: Montserrat, sans-serif;
    --footerBackground-color: #fff;
    --footerLink-colors: #ffe300;
    --footerText-color: #000;
    --body-color: #000;
    --headline-color: #17a16a;
    --button-color: #17a16a;
    --button-hover: #ffe300;
    --button-icon-inner-color: white;
    --button-icon-color: #17a16a;
}
@font-face {
    font-family: "flexslider-icon";
    src: url("fonts/flexslider-icon.eot");
    src:
        url("fonts/flexslider-icon.eot?#iefix") format("embedded-opentype"),
        url("fonts/flexslider-icon.woff") format("woff"),
        url("fonts/flexslider-icon.ttf") format("truetype"),
        url("fonts/flexslider-icon.svg#flexslider-icon") format("svg");
    font-weight: normal;
    font-style: normal;
}
.flex-container a:hover {
    outline: none;
}
.flex-container a:focus {
    outline: none;
}
.flex-slider a:hover {
    outline: none;
}
.flex-slider a:focus {
    outline: none;
}
.flexslider,
.slider {
    margin: 0;
    padding: 0;
    margin: 0 0 60px;
    position: relative;
    zoom: 1;
}
.flex-viewport {
    max-height: 2000px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}
html[xmlns] .flexslider .slides,
html[xmlns] .slider .slides {
    display: block;
}
* html .flexslider .slides,
* html .slider .slides {
    height: 1%;
}
.no-js .flexslider .slides > li:first-child,
.no-js .slider .slides > li:first-child {
    display: block;
}
.flex-control-nav {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
    position: absolute;
    bottom: -40px;
    text-align: center;
}
.flex-control-nav li {
    margin: 0 6px;
    display: inline-block;
    zoom: 1;
    *display: inline;
}
.flexslider:hover .flex-direction-nav a,
.slider:hover .flex-direction-nav a {
    opacity: 1;
}
.flexslider:hover .flex-direction-nav .flex-prev,
.slider:hover .flex-direction-nav .flex-prev {
    left: 10px;
}
.flexslider:hover .flex-direction-nav .flex-next,
.slider:hover .flex-direction-nav .flex-next {
    right: 10px;
}
.flex-direction-nav {
    margin: 0;
    padding: 0;
    list-style: none;
    *height: 0;
}
.flex-direction-nav a {
    text-decoration: none;
    display: block;
    font-size: 45px;
    margin: -20px 0 0;
    position: absolute;
    top: 50%;
    z-index: 10;
    overflow: hidden;
    opacity: 0;
    cursor: pointer;
    color: rgba(var(--primary-color-val), 0.4);
    transition: 0.3s all;
}
.flex-direction-nav a:hover {
    color: var(--secondary-color);
}
@media (prefers-reduced-motion: reduce) {
    .flex-direction-nav a {
        transition: none;
    }
}
.flex-direction-nav a:before {
    font-family: "Font Awesome 5 Free";
    display: inline-block;
    content: "\f104";
    font-weight: 900;
}
.flex-direction-nav a.flex-next:before {
    content: "\f105";
}
.flex-direction-nav .flex-prev {
    left: -50px;
}
.flex-direction-nav .flex-next {
    right: -50px;
    text-align: right;
}
.flex-direction-nav .flex-disabled {
    opacity: 0 !important;
    filter: alpha(opacity=0);
    cursor: default;
}
@media screen and (max-width: 860px) {
    .flex-direction-nav .flex-prev {
        opacity: 1;
        left: 10px;
    }
    .flex-direction-nav .flex-next {
        opacity: 1;
        right: 10px;
    }
}
.flexslider .flex-pauseplay span,
.slider .flex-pauseplay span {
    text-transform: capitalize;
}
.flexslider .flex-pauseplay a,
.slider .flex-pauseplay a {
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    bottom: 5px;
    left: 10px;
    opacity: 0.8;
    z-index: 10;
    overflow: hidden;
    cursor: pointer;
    color: #000;
}
.flexslider .flex-pauseplay a:before,
.slider .flex-pauseplay a:before {
    font-family: "flexslider-icon";
    font-size: 20px;
    display: inline-block;
    content: "\f004";
}
.flexslider .flex-pauseplay a:hover,
.slider .flex-pauseplay a:hover {
    opacity: 1;
}
.flexslider .flex-pauseplay a .flex-play:before,
.slider .flex-pauseplay a .flex-play:before {
    content: "\f003";
}
.flexslider .loading .flex-viewport,
.slider .loading .flex-viewport {
    max-height: 300px;
}
.flexslider .carousel li,
.slider .carousel li {
    margin-right: 5px;
}
.flexslider .flex-control-thumbs,
.slider .flex-control-thumbs {
    margin: 5px 0 0;
    position: static;
    overflow: hidden;
}
.flexslider .flex-control-thumbs li,
.slider .flex-control-thumbs li {
    width: 25%;
    float: left;
    margin: 0;
}
.flexslider .flex-control-thumbs img,
.slider .flex-control-thumbs img {
    width: 100%;
    height: auto;
    display: block;
    opacity: 0.7;
    cursor: pointer;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}
.flexslider .flex-control-thumbs img:hover,
.slider .flex-control-thumbs img:hover {
    opacity: 1;
}
.flexslider .flex-control-thumbs .flex-active,
.slider .flex-control-thumbs .flex-active {
    opacity: 1;
    cursor: default;
}
.flex-control-paging {
    margin: 1em 0 0;
}
.flex-control-paging li a {
    width: 25px;
    height: 5px;
    display: block;
    background: rgba(var(--primary-color-val), 0.4);
    cursor: pointer;
    text-indent: -9999px;
    border-radius: 0px;
    transition: 0.3s background;
}
@media (prefers-reduced-motion: reduce) {
    .flex-control-paging li a {
        transition: none;
    }
}
.flex-control-paging li a:hover {
    background: rgba(var(--primary-color-val), 0.8);
}
.flex-control-paging li a.flex-active {
    background: var(--secondary-color);
    cursor: default;
}
.slides {
    margin: 0;
    padding: 0;
    list-style: none;
    zoom: 1;
}
.slides > li {
    margin: 0;
    padding: 0;
    list-style: none;
    display: none;
    -webkit-backface-visibility: hidden;
}
.slides img {
    width: 100%;
    display: block;
    height: auto;
}
.slides:after {
    content: "\0020";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
:root {
    --base-font: 24px/1.5 Montserrat, sans-serif;
    --label-color: white;
    --border-color: #f7eee1;
    --border-hover-color: #ffe300;
    --ring-color: #17a16a;
    --plus-color: #000;
    --primary-svg: #000;
    --accent-svg: #17a16a;
    --visited: #000;
    --section-theme: #000;
    --primary-color: #000;
    --primary-color-val: #000;
    --secondary-color: #17a16a;
    --secondary-color-val: #17a16a;
    --tertiary-color: #ffe300;
    --tertiary-color-val: #ffe300;
    --accent-color: #f7eee1;
    --accent-color-val: #f7eee1;
    --light-blue-color: #f7eee1;
    --light-blue-color-val: #f7eee1;
    --utility-color: #713736;
    --utility-color-val: #713736;
    --lightGray-color: #ececec;
    --darkGray-color: #000;
    --links-color: #17a16a;
    --headline-style: lowercase;
    --headline-font: abril-text, serif;
    --body-font: Montserrat, sans-serif;
    --footerBackground-color: #fff;
    --footerLink-colors: #ffe300;
    --footerText-color: #000;
    --body-color: #000;
    --headline-color: #17a16a;
    --button-color: #17a16a;
    --button-hover: #ffe300;
    --button-icon-inner-color: white;
    --button-icon-color: #17a16a;
    --bb-gray: #A9A9A9;
}
body,
html {
    --headline-color: black;
    --body-color: var(--primary-color);
    --base-font: 16px/1.5 Montserrat, sans-serif;
    font: var(--base-font);
    color: var(--primary-color);
}
@media (min-width: 768px) {
    body,
    html {
        --base-font: 22px/1.5 Montserrat, sans-serif;
    }
}
@media (min-width: 1200px) {
    body,
    html {
        --base-font: 24px/1.5 Montserrat, sans-serif;
    }
}
.sro {
    position: absolute;
    top: -99999px;
    left: -99999px;
}
.partner-grid {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin-left: -15px;
    margin-right: -15px;
    align-items: center;
}
.partner-grid li {
    flex: 0 0 calc(100% - 30px);
    margin-bottom: 30px;
    text-align: center;
    margin-left: 15px;
    margin-right: 15px;
    padding-bottom: 10px;
}
@media (min-width: 768px) {
    .partner-grid li {
        flex: 0 0 calc(50% - 30px);
    }
}
@media (min-width: 992px) {
    .partner-grid li {
        flex: 0 0 calc(33% - 30px);
    }
}
.page__content h1 a,
.page__content .h1 a,
.page__content h2 a,
.page__content .h2 a,
.page__content h3 a,
.page__content .h3 a,
.page__content h4 a,
.page__content .h4 a,
.page__content h5 a,
.page__content .h5 a,
.page__content h6 a,
.page__content .h6 a {
    font-style: normal;
    text-decoration: none;
    font-weight: 500;
    box-shadow: inset 0 -0.0825em 0 0 var(--secondary-color);
    color: var(--primary-color);
}
.page__content h1 a:hover,
.page__content .h1 a:hover,
.page__content h2 a:hover,
.page__content .h2 a:hover,
.page__content h3 a:hover,
.page__content .h3 a:hover,
.page__content h4 a:hover,
.page__content .h4 a:hover,
.page__content h5 a:hover,
.page__content .h5 a:hover,
.page__content h6 a:hover,
.page__content .h6 a:hover {
    color: var(--primary-color);
    box-shadow: inset 0 -0.45em 0 0 var(--secondary-color);
}
h1,
.h1,
.page__content h1,
.page__content .h1,
h2,
.h2,
.page__content h2,
.page__content .h2,
h3,
.h3,
.page__content h3,
.page__content .h3,
h4,
.h4,
.page__content h4,
.page__content .h4,
h5,
.h5,
.page__content h5,
.page__content .h5,
h6,
.h6,
.page__content h6,
.page__content .h6 {
    font-family: var(--headline-font);
    color: var(--headline-color);
    margin: 0 0 20px;
    font-weight: 400;
}
h1.underline,
.underline.h1,
.page__content h1.underline,
.page__content .underline.h1,
h2.underline,
.underline.h2,
.page__content h2.underline,
.page__content .underline.h2,
h3.underline,
.underline.h3,
.page__content h3.underline,
.page__content .underline.h3,
h4.underline,
.underline.h4,
.page__content h4.underline,
.page__content .underline.h4,
h5.underline,
.underline.h5,
.page__content h5.underline,
.page__content .underline.h5,
h6.underline,
.underline.h6,
.page__content h6.underline,
.page__content .underline.h6 {
    position: relative;
    padding-top: 24px;
}
h1.underline:before,
.underline.h1:before,
.page__content h1.underline:before,
.page__content .underline.h1:before,
h2.underline:before,
.underline.h2:before,
.page__content h2.underline:before,
.page__content .underline.h2:before,
h3.underline:before,
.underline.h3:before,
.page__content h3.underline:before,
.page__content .underline.h3:before,
h4.underline:before,
.underline.h4:before,
.page__content h4.underline:before,
.page__content .underline.h4:before,
h5.underline:before,
.underline.h5:before,
.page__content h5.underline:before,
.page__content .underline.h5:before,
h6.underline:before,
.underline.h6:before,
.page__content h6.underline:before,
.page__content .underline.h6:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100px;
    height: 12px;
    background-color: #8DA1C4;
}
h1 strong,
.h1 strong,
h1 b,
.h1 b,
.page__content h1 strong,
.page__content .h1 strong,
.page__content h1 b,
.page__content .h1 b,
h2 strong,
.h2 strong,
h2 b,
.h2 b,
.page__content h2 strong,
.page__content .h2 strong,
.page__content h2 b,
.page__content .h2 b,
h3 strong,
.h3 strong,
h3 b,
.h3 b,
.page__content h3 strong,
.page__content .h3 strong,
.page__content h3 b,
.page__content .h3 b,
h4 strong,
.h4 strong,
h4 b,
.h4 b,
.page__content h4 strong,
.page__content .h4 strong,
.page__content h4 b,
.page__content .h4 b,
h5 strong,
.h5 strong,
h5 b,
.h5 b,
.page__content h5 strong,
.page__content .h5 strong,
.page__content h5 b,
.page__content .h5 b,
h6 strong,
.h6 strong,
h6 b,
.h6 b,
.page__content h6 strong,
.page__content .h6 strong,
.page__content h6 b,
.page__content .h6 b {
    color: var(--primary-color);
}
h1 a,
.h1 a,
h2 a,
.h2 a,
h3 a,
.h3 a,
h4 a,
.h4 a,
h5 a,
.h5 a,
h6 a,
.h6 a {
    color: var(--primary-color);
}
h1 a:hover,
.h1 a:hover,
h2 a:hover,
.h2 a:hover,
h3 a:hover,
.h3 a:hover,
h4 a:hover,
.h4 a:hover,
h5 a:hover,
.h5 a:hover,
h6 a:hover,
.h6 a:hover {
    color: var(--secondary-color);
}
h3,
.h3,
.page__content h3,
.page__content .h3,
h4,
.h4,
.page__content h4,
.page__content .h4,
h5,
.h5,
.page__content h5,
.page__content .h5 {
    font-weight: 400;
}
h1,
.h1,
.page__content h1,
.page__content .h1 {
    font-weight: 100;
    font-size: 1.35rem;
    line-height: 1.2;
}
@media (min-width: 768px) {
    h1,
    .h1,
    .page__content h1,
    .page__content .h1 {
        font-size: 2rem;
    }
}
@media (min-width: 992px) {
    h1,
    .h1,
    .page__content h1,
    .page__content .h1 {
        font-size: 2.25rem;
    }
}
h1.article-title,
.article-title.h1,
.page__content h1.article-title,
.page__content .article-title.h1 {
    font-style: italic;
}
h1.title-large,
.title-large.h1,
.page__content h1.title-large,
.page__content .title-large.h1 {
    text-transform: uppercase;
    font-style: italic;
    font-size: 2rem;
    text-align: center;
    letter-spacing: 7px;
    margin-bottom: 0.5em;
}
.article-content h2,
.article-content .h2 {
    margin-top: 2em;
}
h2,
.h2,
.page__content h2,
.page__content .h2 {
    font-family: var(--headline-font);
    font-size: 1rem;
}
@media (min-width: 768px) {
    h2,
    .h2,
    .page__content h2,
    .page__content .h2 {
        font-size: 1.3rem;
    }
}
@media (min-width: 992px) {
    h2,
    .h2,
    .page__content h2,
    .page__content .h2 {
        font-size: 1.45rem;
    }
}
h3,
.h3,
.page__content h3,
.page__content .h3 {
    font-size: 0.825rem;
    text-transform: none;
    font-family: var(--headline-font);
}
h2.alternate,
.alternate.h2 {
    font-size: 1.15rem;
    font-family: "Syne", sans-serif;
    font-weight: 800;
    text-transform: uppercase;
    margin: 0 0 24px;
}
@media (max-width: 767.98px) {
    h2.alternate,
    .alternate.h2 {
        font-size: 1rem;
        margin: 0 0 40px;
    }
}
.alternate {
    font-family: "Syne", sans-serif;
    font-weight: 800;
    text-transform: uppercase;
}
h4,
.h4,
.page__content h4,
.page__content .h4 {
    --headline-color: $primary-var;
    font-size: 0.76rem;
}
@media (min-width: 768px) {
    h4,
    .h4,
    .page__content h4,
    .page__content .h4 {
        font-size: 0.9rem;
    }
}
h5,
.h5,
.page__content h5,
.page__content .h5 {
    font-family: var(--body-font);
    text-transform: uppercase;
    --headline-color: $primary-var;
    font-weight: 100;
    line-height: 1.8;
    font-size: 0.76rem;
}
h5 strong,
.h5 strong,
.page__content h5 strong,
.page__content .h5 strong {
    color: var(--secondary-color) !important;
    font-weight: 800;
}
h6,
.h6,
.page__content h6,
.page__content .h6 {
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
    font-size: 0.75rem;
    line-height: 1.4;
    text-transform: none;
    font-weight: 700;
}
a.in-text-link,
a.text-link {
    font-style: normal;
    text-decoration: none;
    font-weight: 500;
    position: relative;
    box-shadow: inset 0 -0.0825rem 0 0 var(--secondary-color);
    color: var(--primary-color);
}
a.in-text-link:before,
a.in-text-link:after,
a.text-link:before,
a.text-link:after {
    content: "\00a0";
    width: 0.3125rem;
}
a.in-text-link:hover,
a.text-link:hover {
    color: var(--primary-color);
    box-shadow: inset 0 -0.35rem 0 0 var(--secondary-color);
}
a.text-link {
    text-transform: uppercase;
    font-family: "abril-text", serif;
    font-weight: 100;
    font-style: italic;
    letter-spacing: 3px;
    display: inline-flex;
    position: relative;
}
a.text-link svg {
    height: 20px;
    transform: translateX(200%) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    -ms-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all;
}
a.text-link:hover svg {
    transform: translateX(250%) translateY(-50%);
}
body .caption strong {
    color: var(--primary-color);
}
body .caption strong:before {
    background: var(--secondary-color);
}
a {
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    -ms-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all;
}
a,
a:hover {
    text-decoration: none;
}
.page__content p a,
.author-info p a {
    font-style: normal;
    text-decoration: none;
    font-weight: 500;
    box-shadow: inset 0 -0.0825rem 0 0 var(--secondary-color);
    color: var(--primary-color);
}
.page__content p a:hover,
.author-info p a:hover {
    color: var(--primary-color);
    box-shadow: inset 0 -0.35rem 0 0 var(--secondary-color);
}
.page__content a,
.author-info a {
    font-style: normal;
    text-decoration: none;
    font-weight: 500;
    box-shadow: inset 0 -0.0825rem 0 0 var(--secondary-color);
    color: var(--primary-color);
}
.page__content a:hover,
.author-info a:hover {
    color: var(--primary-color);
    box-shadow: inset 0 -0.35rem 0 0 var(--secondary-color);
}
.serif {
    font-family: "abril-text", serif;
}
p,
li {
    font-family: var(--body-font);
    font-size: 0.625rem;
    line-height: 1.7;
    color: var(--body-color);
    font-weight: 400;
}
@media (min-width: 992px) {
    p,
    li {
        font-size: 0.75rem;
    }
}
p.sm-txt,
li.sm-txt {
    font-size: 0.6rem;
}
.sm-txt p,
.sm-txt li {
    font-size: 0.6rem;
}
p {
    margin-bottom: 1em;
}
p strong,
p b {
    font-weight: 800;
    color: inherit;
}
ul.list-unstyled li {
    margin-bottom: 1em;
}
body p.text-link:hover i {
    transform: translateX(70%);
}
body p.text-link a {
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 4px;
    color: rgba(var(--primary-color), 0.75);
}
body p.text-link a i {
    transform: translateX(50%);
}
body p.styled-paragraph {
    color: var(--secondary-color);
    line-height: 1.5;
    font-size: 0.825rem;
}
body p.styled-paragraph a {
    color: var(--secondary-color);
}
@media (min-width: 992px) {
    body p.styled-paragraph {
        font-size: 1.08rem;
    }
}
body p.quote {
    font-family: var(--headline-font);
    color: var(--secondary-color);
    line-height: 1.5;
    margin-bottom: 0;
    position: relative;
    z-index: 2;
    font-size: 0.825rem;
}
@media (min-width: 992px) {
    body p.quote {
        font-size: 1rem;
    }
}
body p.quote + p {
    font-size: 0.85rem;
    font-style: italic;
}
body p.quote svg {
    position: absolute;
    width: 85px;
    top: 0;
    left: 0;
    z-index: -1;
    transform: translate(-73%, -49%);
}
body p.quote svg,
body p.quote svg * {
    fill: var(--accent-color);
}
body a i {
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    -ms-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all;
}
body .subhead {
    font-size: 0.65rem;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 0;
    font-family: var(--body-font);
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 1em 0;
    --body-color: var(--secondary-color);
}
body .pill {
    border-radius: 90px;
    padding: 5px 10px;
    font-size: 14px;
    display: inline-block;
    line-height: 1;
}
body .pill.success {
    background-color: #249e24;
    color: white;
}
body hr {
    border-top: solid 1px var(--primary-color) !important;
    margin: 1em;
}
body .flag {
    color: var(--accent-color);
    background: var(--primary-color);
    padding: 5px 20px;
    display: inline-block;
    position: relative;
    padding-right: 2.5em;
    clip-path: polygon(0% 0%, 100% 0%, 90% 100%, 0% 100%);
}
body .desc {
    font-weight: 500;
    font-size: 0.85rem;
}
@media (max-width: 991.98px) {
    body .desc {
        font-size: 0.9rem;
    }
}
body .section-label {
    text-transform: uppercase;
    font-weight: 800;
    letter-spacing: 2px;
    color: var(--secondary-color);
    margin: 0;
}
@media (min-width: 992px) {
    body .section-label {
        font-size: 1.5rem;
    }
}
body .section-label span {
    display: inline-block;
    padding: 1em;
    background: var(--label-color);
    position: relative;
    z-index: 2;
}
body .section-label:after {
    display: block;
    content: "";
    height: 4px;
    background: var(--secondary-color);
    position: absolute;
    top: 50%;
    width: 0;
    transform: translateY(-50%);
    z-index: 1;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    -ms-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all;
}
body .section-label.in:after {
    width: 100%;
}
body .strikethrough {
    text-decoration: line-through;
}
body .social-links a {
    display: inline-block;
    line-height: 1;
}
body .author-name {
    font-family: "Inter", sans-serif;
    color: var(--bb-gray) !important;
    font-size: 14px;
    line-height: 1.5em;
}
body .caption {
    font-size: 12px;
    line-height: 16px;
    font-weight: 500;
    text-transform: uppercase;
    background: none;
    border: 0;
    position: relative;
    margin: 0 !important;
    bottom: 0 !important;
    right: 0 !important;
    padding: 1em 0 0 !important;
    font-style: normal;
    margin-bottom: 2em !important;
}
.graphic-element {
    pointer-events: none;
    position: absolute;
    transform-origin: left top;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
    transform: scale(0);
}
.graphic-element.in {
    transform: scale(1);
}
.no-gutters {
    margin-right: 0;
    margin-left: 0;
}
.no-gutters [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}
.fullHeight .module-cta {
    height: 100%;
}
@media (max-width: 1300px) {
    .hero + .builder-section {
        background-image: none !important;
    }
}
.builder-section {
    position: relative;
    z-index: 2;
    padding-left: 0px;
    padding-right: 0px;
    background-repeat: no-repeat;
    background-size: 100% auto;
    --border-color: var(--primary-color);
}
.builder-section.builder-callout .graphic-element {
    width: 60px;
    height: 60px;
    left: 0;
    top: 0;
}
.builder-section.hero + .builder-section .graphic-element {
    width: 60px;
    height: 60px;
    background: var(--secondary-color);
    left: 0;
    top: 0;
}
@media (max-width: 767.98px) {
    .builder-section.hero + .builder-section .graphic-element {
        display: none;
    }
}
.builder-section#join {
    padding-top: 7em;
}
.builder-section#join .graphic-element {
    left: 10%;
    top: 0;
    display: grid;
    width: 120px;
    height: 120px;
    grid-template-areas: "a b" "c d";
}
.builder-section#join .graphic-element div:first-child {
    width: 100%;
    height: 100%;
    background: var(--accent-color);
    grid-area: a;
}
.builder-section#join .graphic-element div:last-child {
    background-color: transparent;
    border: solid 4px var(--accent-color);
    grid-area: d;
    width: 45%;
    height: 45%;
}
.builder-section.bg-light-blue {
    background-color: var(--light-blue-color);
}
.builder-section.bg-light-blue + .builder-section .graphic-element {
    background-color: var(--light-blue-color);
}
.builder-section[class*="bg"] {
    --border-color: #fff;
}
@media (max-width: 767.98px) {
    .builder-section {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
}
.section-padding-none {
    padding-top: 0;
    padding-bottom: 0;
}
.section-padding-xs {
    padding-top: 0.85em;
    padding-bottom: 0.85em;
}
.section-padding-sm {
    padding-top: 0.9em;
    padding-bottom: 0.9em;
}
.section-padding-default {
    padding-top: 1.15rem;
    padding-bottom: 1.15rem;
}
.section-padding-md {
    padding-top: 1.3rem;
    padding-bottom: 1.3rem;
}
.section-padding-lg {
    padding-top: 2rem;
    padding-bottom: 2rem;
}
.section-padding-xl {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
}
.section-padding-xxl {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
}
.section-padding-massive {
    padding-bottom: calc(3rem + 10em);
    padding-top: calc(3rem + 10em);
}
.section-padding-top-none {
    padding-top: 0;
}
.section-padding-top-xs {
    padding-top: calc(3rem - 0.5em);
}
.section-padding-top-sm {
    padding-top: calc(3rem - 0.25em);
}
.section-padding-top-default {
    padding-top: 3rem;
}
.section-padding-top-md {
    padding-top: calc(3rem + 0.5em);
}
.section-padding-top-lg {
    padding-top: calc(3rem + 1em);
}
.section-padding-top-xl {
    padding-top: calc(3rem + 2em);
}
.section-padding-top-xxl {
    padding-top: calc(3rem + 4em);
}
.section-padding-top-massive {
    padding-top: calc(3rem + 10em);
}
.section-padding-bottom-none {
    padding-bottom: 0;
}
.section-padding-bottom-xs {
    padding-bottom: calc(3rem - 0.5em);
}
.section-padding-bottom-sm {
    padding-bottom: calc(3rem - 0.25em);
}
.section-padding-bottom-default {
    padding-bottom: 3rem;
}
.section-padding-bottom-md {
    padding-bottom: calc(3rem + 0.5em);
}
.section-padding-bottom-lg {
    padding-bottom: calc(3rem + 1em);
}
.section-padding-bottom-xl {
    padding-bottom: calc(3rem + 2em);
}
.section-padding-bottom-xxl {
    padding-bottom: calc(3rem + 4em);
}
.section-padding-bottom-massive {
    padding-bottom: calc(3rem + 10em);
}
.no-bg {
    background-color: transparent !important;
}
.no-shadow {
    box-shadow: none !important;
}
.bg-light {
    background-color: #ececec !important;
}
.bg-transparent {
    background-color: transparent !important;
}
.bg-white,
.theme-2 .module-card,
.theme-2 .scroll-module-card {
    background-color: #fff;
    --body-color: var(--primary-color) !important;
}
.bg-light-gray {
    background-color: var(--lightGray-color);
    --button-text-color: var(--lightGray-color);
    --plus-color: white;
}
.bg-dark-gray {
    background-color: var(--darkGray-color);
}
.bg-dark-gray h1,
.bg-dark-gray .h1,
.bg-dark-gray h2,
.bg-dark-gray .h2,
.bg-dark-gray h3,
.bg-dark-gray .h3,
.bg-dark-gray h4,
.bg-dark-gray .h4,
.bg-dark-gray h5,
.bg-dark-gray .h5,
.bg-dark-gray h6,
.bg-dark-gray .h6,
.bg-dark-gray p,
.bg-dark-gray li,
.bg-dark-gray strong,
.bg-dark-gray label {
    color: #fff;
}
.bg-dark-gray p:not(.button) a:hover {
    color: #fff;
    opacity: 0.8;
}
.bg-dark-gray p a,
.bg-dark-gray p.button a {
    border-color: #fff;
}
.bg-dark-gray p a:visited,
.bg-dark-gray p a,
.bg-dark-gray p.button a:visited,
.bg-dark-gray p.button a {
    color: #fff;
}
.bg-dark-gray p.button a,
.bg-dark-gray a.button,
.bg-dark-gray button.button {
    background: white;
    --plus-color: white;
}
.bg-dark-gray p.button a,
.bg-dark-gray p.button a:visited,
.bg-dark-gray a.button,
.bg-dark-gray a.button:visited,
.bg-dark-gray button.button,
.bg-dark-gray button.button:visited {
    color: var(--darkGray-color) !important;
}
.bg-dark-gray p.button a:hover,
.bg-dark-gray a.button:hover,
.bg-dark-gray button.button:hover {
    color: white;
    background: var(--tertiary-color);
}
.bg-light-blue {
    background-color: var(--light-blue-color);
    --label-color: var(--light-blue-color);
    --border-color: white;
    --border-hover-color: var(--secondary-color);
}
.bg-primary {
    background-color: var(--primary-color) !important;
}
.bg-primary h1,
.bg-primary .h1,
.bg-primary h2,
.bg-primary .h2,
.bg-primary h3,
.bg-primary .h3,
.bg-primary h4,
.bg-primary .h4,
.bg-primary h5,
.bg-primary .h5,
.bg-primary h6,
.bg-primary .h6,
.bg-primary p,
.bg-primary li,
.bg-primary strong,
.bg-primary label {
    color: #fff;
}
.bg-primary p:not(.button) a:hover {
    color: #fff;
    opacity: 0.8;
}
.bg-primary p a,
.bg-primary p.button a {
    border-color: #fff;
}
.bg-primary p a:visited,
.bg-primary p a,
.bg-primary p.button a:visited,
.bg-primary p.button a {
    color: #fff;
}
.bg-primary p.button a,
.bg-primary a.button,
.bg-primary button.button {
    background: white;
    --plus-color: white;
}
.bg-primary p.button a,
.bg-primary p.button a:visited,
.bg-primary a.button,
.bg-primary a.button:visited,
.bg-primary button.button,
.bg-primary button.button:visited {
    color: var(--primary-color) !important;
}
.bg-primary p.button a:hover,
.bg-primary a.button:hover,
.bg-primary button.button:hover {
    color: white;
    background: var(--tertiary-color);
}
.bg-secondary {
    background-color: var(--secondary-color) !important;
}
.bg-tertiary {
    --label-color: $tertiary-var-val;
    background-color: var(--tertiary-color) !important;
}
.bg-tertiary p:not(.button) a:hover {
    color: #000;
    opacity: 0.8;
}
.bg-accent {
    background-color: var(--accent-color) !important;
    --button-text-color: var(--accent-color);
}
.bg-cover {
    background-position: center;
    background-size: cover;
}
.color-overlay {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    opacity: 0.7;
    left: 0;
    top: 0;
}
.color-overlay-front {
    opacity: 0.5;
    z-index: 2;
}
.color-overlay-behind {
    background-blend-mode: hard-light;
    z-index: 1;
}
.pattern-container {
    display: none;
    pointer-events: none;
    position: absolute;
    z-index: 1;
}
@media (min-width: 768px) {
    .pattern-container {
        display: inline-block;
        opacity: 0.3;
    }
}
@media (min-width: 992px) {
    .pattern-container {
        opacity: 0.5;
    }
}
@media (min-width: 1200px) {
    .pattern-container {
        opacity: 1;
    }
}
.pattern-container .dotPattern {
    width: 300px;
    height: 150px;
}
.pattern-accent svg * {
    fill: var(--accent-color);
}
.pattern-secondary svg * {
    fill: var(--secondary-color);
}
.pattern-tertiary svg * {
    fill: var(--tertiary-color);
}
.index-1 {
    z-index: 1;
}
.index-2 {
    z-index: 2;
}
.index-3 {
    z-index: 3;
}
.index-4 {
    z-index: 4;
}
.index-5 {
    z-index: 5;
}
.index-6 {
    z-index: 6;
}
.index-7 {
    z-index: 7;
}
.index-8 {
    z-index: 8;
}
.index-9 {
    z-index: 9;
}
.index-10 {
    z-index: 10;
}
.order-1 {
    order: -1 !important;
}
.order-12 {
    order: 13 !important;
}
@media (min-width: 992px) {
    .order-lg-1 {
        order: -1 !important;
    }
    .order-lg-12 {
        order: 13 !important;
    }
}
@media (min-width: 576px) {
    .order-sm-1 {
        order: -1 !important;
    }
    .order-sm-12 {
        order: 13 !important;
    }
}
@media (min-width: 768px) {
    .order-md-1 {
        order: -1 !important;
    }
    .order-md-12 {
        order: 13 !important;
    }
}
@media (min-width: 1200px) {
    .order-xl-1 {
        order: -1 !important;
    }
    .order-xl-12 {
        order: 13 !important;
    }
}
.rotate90 {
    transform: rotate(90deg) translateY(50%);
}
.right {
    right: 0;
}
.right-neg1 {
    right: -15%;
}
.right-neg2 {
    right: -16%;
}
.right-neg3 {
    right: -17%;
}
.right1 {
    right: 10%;
}
.right2 {
    right: 20%;
}
.right3 {
    right: 30%;
}
.right4 {
    right: 40%;
}
.right5 {
    right: 50%;
}
.right6 {
    right: 60%;
}
.right7 {
    right: 70%;
}
.right8 {
    right: 80%;
}
.right9 {
    right: 90%;
}
.right10 {
    right: 100%;
}
.top {
    top: 0;
}
.top-neg1 {
    top: -5%;
}
.top-neg2 {
    top: -6%;
}
.top-neg3 {
    top: -7%;
}
.top1 {
    top: 10%;
}
.top2 {
    top: 20%;
}
.top3 {
    top: 30%;
}
.top4 {
    top: 40%;
}
.top5 {
    top: 50%;
}
.top6 {
    top: 60%;
}
.top7 {
    top: 70%;
}
.top8 {
    top: 80%;
}
.top9 {
    top: 90%;
}
.top10 {
    top: 100%;
}
.left {
    left: 0;
}
.left-neg1 {
    left: -5%;
}
.left-neg2 {
    left: -6%;
}
.left-neg3 {
    left: -7%;
}
.left1 {
    left: 10%;
}
.left2 {
    left: 20%;
}
.left3 {
    left: 30%;
}
.left4 {
    left: 40%;
}
.left5 {
    left: 50%;
}
.left6 {
    left: 60%;
}
.left7 {
    left: 70%;
}
.left8 {
    left: 80%;
}
.left9 {
    left: 90%;
}
.left10 {
    left: 100%;
}
.bottom {
    bottom: 0;
}
.bottom-neg1 {
    bottom: -5%;
}
.bottom-neg2 {
    bottom: -6%;
}
.bottom-neg3 {
    bottom: -7%;
}
.bottom1 {
    bottom: 10%;
}
.bottom2 {
    bottom: 20%;
}
.bottom3 {
    bottom: 30%;
}
.bottom4 {
    bottom: 40%;
}
.bottom5 {
    bottom: 50%;
}
.bottom6 {
    bottom: 60%;
}
.bottom7 {
    bottom: 70%;
}
.bottom8 {
    bottom: 80%;
}
.bottom9 {
    bottom: 90%;
}
.bottom10 {
    bottom: 100%;
}
.svg-filters {
    height: 0;
    left: -9999em;
    margin: 0;
    padding: 0;
    position: absolute;
    width: 0;
}
.duotoned-megenta {
    filter: url("#duotone_peachypink");
}
.row.fullHeight .module[class*="bg-"] {
    display: flex;
    align-items: center;
}
.container {
    z-index: 2;
    position: relative;
}
.container-sm {
    max-width: 840px;
}
.container-md {
    max-width: 960px;
}
.container-nm {
    max-width: 1140px;
}
.container-lg {
    max-width: 1300px;
}
.container-xl {
    max-width: 1276px;
}
.container-xxl {
    max-width: 1700px;
}
#join {
    border-top: solid 8px var(--accent-color);
    background-image: url(../img/join-bg.png);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: 100% auto;
}
@media (min-width: 1200px) {
    #join {
        background-image: url(../img/join-bg.png), url(../img/ones-element.jpg);
        background-position:
            bottom center,
            right top;
        background-repeat: no-repeat, no-repeat;
        background-size:
            100% auto,
            15% auto;
    }
}
.module,
.scroll-module {
    position: relative;
    width: 100%;
    height: 100%;
    flex-direction: column;
    position: relative;
    z-index: 0;
    opacity: 0;
    transform: translateX(50px);
}
.module[class*="bg-"],
.module-card,
.scroll-module[class*="bg-"],
.scroll-module-card {
    padding: 2em;
    justify-content: center;
}
.module-image-shadow,
.scroll-module-image-shadow {
    box-shadow:
        0 10px 25px rgba(0, 0, 0, 0.19),
        0 6px 14px rgba(0, 0, 0, 0.23);
}
.module-productTypes a,
.scroll-module-productTypes a {
    width: 100%;
    display: inline-block;
    background-color: var(--tertiary-color);
    color: white;
    cursor: pointer;
    padding: 1em 2em;
    margin-bottom: 15px;
    text-align: center;
}
.module-productTypes a:hover,
.scroll-module-productTypes a:hover {
    background-color: var(--accent-color);
}
.theme-2 .module-productTypes a,
.theme-2 .scroll-module-productTypes a {
    border-radius: 10px;
}
.module-container,
.scroll-module-container {
    margin-top: 15px;
    margin-bottom: 15px;
}
.theme-1 .module-image,
.theme-1 .module-card,
.theme-1 .scroll-module-image,
.theme-1 .scroll-module-card {
    box-shadow:
        0 10px 25px rgba(0, 0, 0, 0.19),
        0 6px 14px rgba(0, 0, 0, 0.23);
}
.theme-2 .module-card,
.theme-2 .scroll-module-card {
    border-radius: 15px;
}
@media (min-width: 992px) {
    .theme-2 .module-card h2,
    .theme-2 .module-card .h2,
    .theme-2 .module-card h3,
    .theme-2 .module-card .h3,
    .theme-2 .module-card h4,
    .theme-2 .module-card .h4,
    .theme-2 .module-card h5,
    .theme-2 .module-card .h5,
    .theme-2 .module-card h6,
    .theme-2 .module-card .h6,
    .theme-2 .scroll-module-card h2,
    .theme-2 .scroll-module-card .h2,
    .theme-2 .scroll-module-card h3,
    .theme-2 .scroll-module-card .h3,
    .theme-2 .scroll-module-card h4,
    .theme-2 .scroll-module-card .h4,
    .theme-2 .scroll-module-card h5,
    .theme-2 .scroll-module-card .h5,
    .theme-2 .scroll-module-card h6,
    .theme-2 .scroll-module-card .h6 {
        text-align: center;
        padding-bottom: 20px;
        width: 100%;
        border-bottom: solid 1px var(--primary-color);
    }
}
.z-index-1 {
    z-index: 1;
}
.z-index-2 {
    z-index: 2;
}
.z-index-3 {
    z-index: 3;
}
.z-index-4 {
    z-index: 4;
}
.z-index-5 {
    z-index: 5;
}
.z-index-6 {
    z-index: 6;
}
.grid .module-cta {
    margin-bottom: 30px;
}
.grid .module-cta .button.button-default {
    height: 100%;
}
.grid .module-cta .button.button-default a {
    font-family: var(--headline-font);
    font-size: 1.2rem;
    width: 100%;
    border-color: var(--border-color);
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 100;
    border-width: 5px;
    text-decoration: none;
}
.grid .module-cta .button.button-default a:hover {
    background: transparent;
    border-color: var(--border-hover-color);
}
.card-service {
    box-shadow:
        0 10px 25px rgba(0, 0, 0, 0.19),
        0 6px 14px rgba(0, 0, 0, 0.23);
    padding: 2em;
    height: 100%;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    -ms-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all;
}
.card-service:hover {
    background-color: var(--secondary-color);
    --body-color: white;
    --headline-color: white;
    --button-color: white;
    --button-icon-color: white;
    --button-icon-inner-color: var(--secondary-color);
}
.card-service h3,
.card-service .h3 {
    word-spacing: 9999999px;
    margin: 0;
}
.card-service hr {
    margin: 10px 0;
}
.card-service .icon {
    width: 90px;
    margin-bottom: 1em;
}
.card-service .icon svg * {
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    -ms-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all;
    fill: var(--button-icon-color);
}
:root {
    --button-color: var(--primary-color);
    --button-color-hover: white;
    --button-text-color: var(--primary-color);
    --button-text-hover-color: var(--primary-color);
    --button-background-color: transparent;
    --button-background-hover-color: var(--secondary-color);
    --buttonWidth: 300px;
}
.alm-btn-wrap .alm-load-more-btn,
.bb-see-more-wrap .bb-see-more-btn {
    background: transparent !important;
    font-size: 18px !important;
    font-weight: 400 !important;
    text-transform: capitalize !important;
    font-family: "Inter", sans-serif !important;
    text-decoration: none !important;
    position: relative !important;
    color: var(--primary-color) !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    border: 1px solid #000!important;
    padding: 10px 20px!important;
    transition: all .3s ease;
    user-select: none;
    width: auto;
    text-align: center;
    height: 43px;
    line-height: 1;
    margin: 0;
    cursor: pointer;
    display: inline-block;
}
.alm-btn-wrap .alm-load-more-btn:after,
.bb-see-more-wrap .bb-see-more-btn:after {
    content: url("../img/arrow-right.svg");
    display: inline-block;
    vertical-align: middle;
    margin-left: 8px;
}
.alm-btn-wrap .alm-load-more-btn:hover,
.bb-see-more-wrap .bb-see-more-btn:hover {
    background: #0000000D !important;
}
.buttonStyle,
p.button a,
a.button,
button.button,
input[type="submit"],
.main-content .buttonStyle,
.main-content p.button a,
p.button .main-content a,
.main-content a.button,
.main-content button.button,
.main-content input[type="submit"] {
    font-size: 0.5rem;
    margin: 1em 0;
    cursor: pointer;
    font-weight: 800;
    position: relative;
    line-height: 1;
    text-align: center;
    color: var(--button-text-color);
    background-color: var(--button-background-color);
    text-decoration: none;
    text-transform: uppercase;
    border: solid 3px var(--secondary-color);
    border-color: var(--secondary-color);
    padding: 0.75em 1em;
    font-family: "Syne", sans-serif;
    display: inline-flex;
    --button-background-hover-color: var(--secondary-color);
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    -ms-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all;
    -webkit-appearance: none;
}
@media (min-width: 992px) {
    .buttonStyle,
    p.button a,
    a.button,
    button.button,
    input[type="submit"],
    .main-content .buttonStyle,
    .main-content p.button a,
    p.button .main-content a,
    .main-content a.button,
    .main-content button.button,
    .main-content input[type="submit"] {
        font-size: 0.625rem;
    }
}
.buttonStyle,
p.button a,
a.button,
button.button,
input[type="submit"],
.buttonStyle:visited,
p.button a:visited,
a.button:visited,
button.button:visited,
input:visited[type="submit"],
.main-content .buttonStyle,
.main-content p.button a,
p.button .main-content a,
.main-content a.button,
.main-content button.button,
.main-content input[type="submit"],
.main-content .buttonStyle:visited,
.main-content p.button a:visited,
p.button .main-content a:visited,
.main-content a.button:visited,
.main-content button.button:visited,
.main-content input:visited[type="submit"] {
    color: var(--button-text-color);
}
.buttonStyle:hover,
p.button a:hover,
a.button:hover,
button.button:hover,
input:hover[type="submit"],
.buttonStyle:focus,
p.button a:focus,
a.button:focus,
button.button:focus,
input:focus[type="submit"],
.main-content .buttonStyle:hover,
.main-content p.button a:hover,
p.button .main-content a:hover,
.main-content a.button:hover,
.main-content button.button:hover,
.main-content input:hover[type="submit"],
.main-content .buttonStyle:focus,
.main-content p.button a:focus,
p.button .main-content a:focus,
.main-content a.button:focus,
.main-content button.button:focus,
.main-content input:focus[type="submit"] {
    color: var(--button-text-hover-color);
    box-shadow: inset var(--buttonWidth) 0 0 0 var(--button-background-hover-color);
}
.buttonStyleAlternate,
p.button-alternate a,
a.button-alternate,
button.button-alternate,
.main-content .buttonStyleAlternate,
.main-content p.button-alternate a,
p.button-alternate .main-content a,
.main-content a.button-alternate,
.main-content button.button-alternate {
    --button-background-color: var(--tertiary-color);
    --button-text-color: var(--primary-color);
    --button-background-hover-color: white;
    --button-text-hover-color: var(--primary-color);
    border-color: var(--button-background-color);
}
p.button-alt-text a,
a.button-alt-text,
button.button-alt-text {
    font-family: "abril-text", serif;
    font-weight: 100;
    text-transform: uppercase;
    font-style: italic;
}
p.button-alt-text.button-lg a,
a.button-alt-text.button-lg,
button.button-alt-text.button-lg {
    font-size: 1rem;
    letter-spacing: 4px;
}
p.button-sm a,
a.button-sm,
button.button-sm {
    font-size: 0.65rem;
}
button.button[type="submit"] {
    background-color: var(--primary-color);
    font-family: "abril-text", serif;
    font-weight: 100;
    text-transform: uppercase;
    font-style: italic;
    border-color: var(--primary-color);
    width: auto;
    display: inline-block;
    font-size: 1rem;
    letter-spacing: 3px;
}
footer button.button[type="submit"] {
    font-size: 0.625rem;
}
button.button[type="submit"] span {
    transform: translateY(1px);
    position: relative;
    display: inline-block;
}
button.button[type="submit"]:hover {
    border-color: var(--secondary-color) !important;
}
p.button {
    margin: 0;
}
.nf-table-display {
    width: 100%;
}
.nf-form-fields-required,
.nf-error-msg {
    font-size: 12px;
    margin-bottom: 2em;
}
ul.help-block {
    padding: 0;
}
ul.help-block li {
    list-style: none;
    font-size: 16px;
    color: inherit;
    font-weight: 400;
}
.errors ul.help-block li {
    color: var(--secondary-color);
}
.form-container {
    position: relative;
}
.formOverlay {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    background: rgba(255, 255, 255, 0.8);
    display: none;
}
.formOverlay p {
    margin-bottom: 0;
    font-size: 4rem;
    color: tertiary-var;
}
.error {
    color: #721c24;
}
.alert {
    background-color: transparent;
    border-width: 2px;
    font-size: 0.65rem;
}
.alert.errors {
    border-color: var(--secondary-color);
    color: var(--secondary-color);
}
.alert.errors * {
    color: #721c24;
}
.alert.alert-success {
    background-color: transparent;
    border-color: #5b9018;
    color: var(--utility-color);
}
.alert.alert-success * {
    color: #249e24;
}
.alert.alert-success *:last-child {
    margin-bottom: 0;
}
.alert p {
    font-weight: 400;
}
.one-line {
    display: flex;
}
.form-item {
    margin-bottom: 15px;
}
.main-form,
form .nf-form-content {
    position: relative;
}
.main-form [class*="auto"],
form .nf-form-content [class*="auto"] {
    display: flex;
    justify-content: flex-end;
    align-self: flex-end;
}
.main-form.form-background,
form .nf-form-content.form-background {
    padding: 2em;
    background: rgba(255, 255, 255, 0.9);
    border: solid 1px var(--lightGray-color);
}
.main-form *,
form .nf-form-content * {
    outline: none !important;
}
.main-form:before,
.main-form:after,
form .nf-form-content:before,
form .nf-form-content:after {
    content: " ";
    display: table;
}
.main-form:after,
form .nf-form-content:after {
    clear: both;
}
.main-form .nf-pass.field-wrap .nf-field-element:after,
form .nf-form-content .nf-pass.field-wrap .nf-field-element:after {
    transform: translateX(150%);
    right: 0;
}
.main-form .checkbox-inline,
form .nf-form-content .checkbox-inline {
    position: relative;
    display: inline-block;
    padding-left: 35px;
    vertical-align: middle;
}
.main-form .checkbox-inline .checkmark,
form .nf-form-content .checkbox-inline .checkmark {
    position: absolute;
    top: 9px;
    left: 0;
    height: 15px;
    width: 15px;
    background-color: transparent;
    border: 0;
}
.main-form .checkbox-inline .checkmark:after,
form .nf-form-content .checkbox-inline .checkmark:after {
    content: "";
    position: absolute;
    display: none;
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    transform: rotate(45deg);
}
.main-form .checkbox-inline input[type="checkbox"],
.main-form .checkbox-inline input[type="radio"],
form .nf-form-content .checkbox-inline input[type="checkbox"],
form .nf-form-content .checkbox-inline input[type="radio"] {
    visibility: hidden;
    display: none;
}
.main-form .checkbox-inline input[type="checkbox"]:checked ~ .checkmark,
.main-form .checkbox-inline input[type="radio"]:checked ~ .checkmark,
form .nf-form-content .checkbox-inline input[type="checkbox"]:checked ~ .checkmark,
form .nf-form-content .checkbox-inline input[type="radio"]:checked ~ .checkmark {
    background: var(--primary-color);
    border-color: var(--primary-color);
}
.main-form .checkbox-inline input[type="checkbox"]:checked ~ .checkmark:after,
.main-form .checkbox-inline input[type="radio"]:checked ~ .checkmark:after,
form .nf-form-content .checkbox-inline input[type="checkbox"]:checked ~ .checkmark:after,
form .nf-form-content .checkbox-inline input[type="radio"]:checked ~ .checkmark:after {
    display: block;
}
.main-form h2,
.main-form .h2,
form .nf-form-content h2,
form .nf-form-content .h2 {
    font-size: 1.5rem;
}
.main-form .form-text.text-muted,
form .nf-form-content .form-text.text-muted {
    font-size: 14px;
    font-style: italic;
}
.main-form .nav-tabs,
form .nf-form-content .nav-tabs {
    margin-bottom: 1em;
}
.main-form label,
form .nf-form-content label {
    display: block;
    font-size: 1.1em;
    cursor: pointer;
    font-family: "Montserrat", sans-serif;
    color: var(--primary-color);
    margin-bottom: 0;
    font-weight: 100;
    font-size: 0.75rem;
    margin-bottom: 0.25em;
}
.main-form input:not([type="button"]):not([type="submit"]),
.main-form textarea:not([type="button"]):not([type="submit"]),
.main-form select:not([type="button"]):not([type="submit"]),
form .nf-form-content input:not([type="button"]):not([type="submit"]),
form .nf-form-content textarea:not([type="button"]):not([type="submit"]),
form .nf-form-content select:not([type="button"]):not([type="submit"]) {
    font-family: "Montserrat", sans-serif;
    font-weight: 100;
    line-height: 1.5;
    border-radius: 0px;
    font-size: 0.75rem;
    padding: 0 0 0 20px;
    color: #414656;
    display: block;
    width: 100%;
    background: rgba(0, 0, 0, 0);
    height: auto;
    border: 0;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    -ms-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all;
    border-bottom: solid 1px var(--primary-color);
    margin-bottom: 0.5em;
    align-items: flex-end;
}
.main-form input:not([type="button"]):not([type="submit"]):-moz-placeholder,
.main-form textarea:not([type="button"]):not([type="submit"]):-moz-placeholder,
.main-form select:not([type="button"]):not([type="submit"]):-moz-placeholder,
form .nf-form-content input:not([type="button"]):not([type="submit"]):-moz-placeholder,
form .nf-form-content textarea:not([type="button"]):not([type="submit"]):-moz-placeholder,
form .nf-form-content select:not([type="button"]):not([type="submit"]):-moz-placeholder {
    color: #9b9b9b;
}
.main-form input:not([type="button"]):not([type="submit"]):-ms-input-placeholder,
.main-form textarea:not([type="button"]):not([type="submit"]):-ms-input-placeholder,
.main-form select:not([type="button"]):not([type="submit"]):-ms-input-placeholder,
form .nf-form-content input:not([type="button"]):not([type="submit"]):-ms-input-placeholder,
form .nf-form-content textarea:not([type="button"]):not([type="submit"]):-ms-input-placeholder,
form .nf-form-content select:not([type="button"]):not([type="submit"]):-ms-input-placeholder {
    color: #9b9b9b;
}
.main-form input:not([type="button"]):not([type="submit"])::-webkit-input-placeholder,
.main-form textarea:not([type="button"]):not([type="submit"])::-webkit-input-placeholder,
.main-form select:not([type="button"]):not([type="submit"])::-webkit-input-placeholder,
form .nf-form-content input:not([type="button"]):not([type="submit"])::-webkit-input-placeholder,
form .nf-form-content textarea:not([type="button"]):not([type="submit"])::-webkit-input-placeholder,
form .nf-form-content select:not([type="button"]):not([type="submit"])::-webkit-input-placeholder {
    color: #9b9b9b;
}
.main-form input:not([type="button"]):not([type="submit"]):focus,
.main-form textarea:not([type="button"]):not([type="submit"]):focus,
.main-form select:not([type="button"]):not([type="submit"]):focus,
form .nf-form-content input:not([type="button"]):not([type="submit"]):focus,
form .nf-form-content textarea:not([type="button"]):not([type="submit"]):focus,
form .nf-form-content select:not([type="button"]):not([type="submit"]):focus {
    border-color: #17a16a;
}
.main-form .nav-link,
form .nf-form-content .nav-link {
    font-size: 14px;
}
.main-form .check-group,
.main-form .radio-group,
form .nf-form-content .check-group,
form .nf-form-content .radio-group {
    padding-left: 2em;
}
.main-form .check-group .form-check,
.main-form .check-group .form-radio,
.main-form .radio-group .form-check,
.main-form .radio-group .form-radio,
form .nf-form-content .check-group .form-check,
form .nf-form-content .check-group .form-radio,
form .nf-form-content .radio-group .form-check,
form .nf-form-content .radio-group .form-radio {
    margin-bottom: 0.5em;
}
.main-form .form-check,
.main-form .form-radio,
form .nf-form-content .form-check,
form .nf-form-content .form-radio {
    display: flex;
    align-items: center;
    padding: 0;
}
.main-form .form-check-input,
.main-form .form-radio-input,
form .nf-form-content .form-check-input,
form .nf-form-content .form-radio-input {
    width: 20px;
    height: 20px;
    display: inline;
    margin-bottom: 0;
    position: relative;
    margin: 0;
    margin-right: 1em;
}
.main-form .form-check label,
.main-form .form-check [class*="label"],
.main-form .form-radio label,
.main-form .form-radio [class*="label"],
form .nf-form-content .form-check label,
form .nf-form-content .form-check [class*="label"],
form .nf-form-content .form-radio label,
form .nf-form-content .form-radio [class*="label"] {
    font-size: 0.75rem;
}
.main-form .form-check input[type="radio"] + label,
.main-form .form-radio input[type="radio"] + label,
form .nf-form-content .form-check input[type="radio"] + label,
form .nf-form-content .form-radio input[type="radio"] + label {
    font-size: 0.6rem;
}
.main-form fieldset input,
form .nf-form-content fieldset input {
    margin-bottom: 0.5em;
}
.main-form textarea,
form .nf-form-content textarea {
    padding: 1em;
}
.main-form input[type="file"],
form .nf-form-content input[type="file"] {
    padding: 10px 0 10px 20px;
}
.main-form select,
form .nf-form-content select {
    background-position: 98% 50%;
    background-repeat: no-repeat;
    background-image: url("../img/dropdown.png");
    padding: 0 0 0 20px;
    appearance: none;
    -webkit-appearance: none;
}
.main-form textarea,
form .nf-form-content textarea {
    min-height: 200px;
}
.main-form .fIrSTnaME,
form .nf-form-content .fIrSTnaME {
    position: absolute;
    left: -9999px;
    display: block;
}
.formContent {
    position: relative;
    z-index: 3;
}
label.required:after {
    content: "*";
    color: #d00;
    margin-left: 5px;
}
ul.errors {
    display: block !important;
}
.is-invalid {
    color: #dc3545;
}
.submit-align-left {
    text-align: left;
}
.submit-align-right {
    text-align: right;
}
.submit-align-center {
    text-align: center;
}
.submit-align-center button:not(:first-of-type),
.submit-align-left button:not(:first-of-type),
.submit-align-right button:not(:first-of-type) {
    margin-left: 5px;
}
.submit-align-spread button:first-child {
    float: left;
}
.submit-align-spread button:last-child {
    float: right;
}
select {
    background-position: 98% 50%;
    background-repeat: no-repeat;
    background-image: url("../img/dropdown.png");
    padding: 0.5em;
    border-radius: 0;
    appearance: none;
    -webkit-appearance: none;
}
select.blog {
    width: 100%;
}
@media (max-width: 991.98px) {
    .progress-impact .campaign,
    .progress-impact .campaign *,
    .campaign-leadership .campaign,
    .campaign-leadership .campaign * {
        fill: white;
    }
}
.hero {
    position: relative;
    overflow: visible;
    position: relative;
    background-size: cover;
    background-position: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 1;
    height: 600px;
    --visited: white;
    --plus-color: white;
}
@media (min-width: 992px) {
    .hero {
        height: 900px;
    }
}
.hero p.button-outline a,
.hero a.button-outline,
.hero button.button-outline {
    --button-text-color: white;
}
.hero .overlay {
    background-color: black;
    opacity: 0.4;
    z-index: 1;
}
.hero-content {
    --headline-color: white;
    --body-color: white;
    position: relative;
    z-index: 2;
}
.hero .graphic-overlay {
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
    width: 100%;
    pointer-events: none;
    height: 100%;
    display: flex;
    align-items: center;
}
.hero .graphic-overlay .row {
    margin: 0 2em;
}
.hero .graphic-overlay .logo {
    width: 30%;
}
@media (min-width: 992px) {
    .hero .graphic-overlay .logo {
        width: 40%;
    }
}
@media (max-width: 991.98px) {
    .pages .hero .graphic-overlay .logo {
        width: 47%;
        margin-bottom: -10%;
    }
}
.hero .graphic-overlay .logo * {
    fill: white;
}
.hero .graphic-overlay .campaign {
    width: 82%;
    transform: translateX(10%) translateY(19%);
}
@media (min-width: 992px) {
    .hero .graphic-overlay .campaign {
        width: 70%;
        transform: translateX(15%) translateY(-20%);
    }
}
.hero .graphic-overlay.interior {
    align-items: flex-end;
}
.hero .graphic-overlay.interior .logo {
    width: 70px;
    transform: translateY(0%) translateX(10%);
    display: flex;
    align-items: flex-start;
}
@media (min-width: 992px) {
    .hero .graphic-overlay.interior .logo {
        transform: translateY(-10%) translateX(10%);
        width: 50%;
    }
}
.hero .graphic-overlay.interior .logo span {
    color: white;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 1.65rem;
    position: absolute;
    z-index: 2;
    letter-spacing: 5px;
    top: -10%;
    left: -18%;
    font-family: var(--body-font);
}
@media (min-width: 992px) {
    .hero .graphic-overlay.interior .logo span {
        top: -15%;
    }
}
.hero .graphic-overlay.interior .logo * {
    fill: var(--tertiary-color);
}
.hero-area {
    min-height: 350px;
}
@media (min-width: 992px) {
    .hero-area {
        height: 90vh;
        min-height: 600px;
        max-height: 700px;
    }
}
@media (min-width: 768px) {
    .hero-area {
        min-height: 450px;
    }
}
.hero-area [class*="col"] > div {
    height: 100%;
}
.hero-interior .hero-area {
    min-height: 350px;
}
@media (min-width: 768px) {
    .hero-interior .hero-area {
        min-height: 600px;
        height: 80vh;
    }
}
.hero-graphic {
    text-align: center;
}
.hero-graphic p {
    color: white;
    font-weight: 900;
    font-size: 1.125rem;
}
.hero-graphic p,
.hero-graphic h1,
.hero-graphic .h1 {
    line-height: 1;
}
.hero-graphic .play {
    z-index: 10;
    transform: translateY(100%);
    opacity: 0;
}
.hero-graphic .play a {
    font-size: 50px;
    color: white;
    border-color: white;
    line-height: 0;
    padding: 10px;
    width: 2em;
    height: 2em;
    display: flex;
    align-items: center;
    justify-content: center;
    border: solid 4px;
    border-radius: 100%;
}
@media (min-width: 992px) {
    .hero-graphic .play a {
        font-size: 70px;
    }
}
.hero-graphic .play a i {
    transform: translateX(10px);
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    -ms-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all;
}
.hero-graphic .play a:hover {
    opacity: 0.8;
}
.hero.alternate-layout {
    overflow: visible;
}
.hero.alternate-layout img {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.6);
    margin-bottom: -6em;
}
@media (min-width: 992px) {
    .hero .content-lead-in,
    .hero .intro-content {
        padding: 3em 4em;
    }
}
.hero .headline-content {
    overflow: visible;
}
.hero .headline-content h3,
.hero .headline-content .h3 {
    color: var(--primary-color);
    font-family: var(--body-font);
}
.hero .intro-content .inner {
    padding: 1em;
}
.hero-slide {
    background-size: cover;
    background-position: center;
    overflow: visible;
    background-position: center center;
    padding: 0;
    position: relative;
    height: 100%;
}
@media (min-width: 992px) {
    .hero-slide.portfolio {
        padding: 23em 0 0em;
    }
}
@media (min-width: 992px) {
    .hero-slide.hero-sm {
        padding: 7em 0 0;
    }
}
.hero.alternate-layout .hero-slide {
    padding: 2em;
}
@media (min-width: 992px) {
    .hero.alternate-layout .hero-slide {
        padding: 14em 0 0;
    }
}
.hero .slide-content {
    overflow: visible;
    z-index: 2;
    position: relative;
    width: 100%;
    height: 72%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.hero .slide-content > .row {
    align-items: center;
    justify-content: center;
}
@media (max-width: 575.98px) {
    .hero {
        height: auto !important;
        padding: 6em 2em 2em;
    }
}
.hero h1,
.hero .h1,
.hero h2,
.hero .h2,
.hero h3,
.hero .h3,
.hero h4,
.hero .h4,
.hero h5,
.hero .h5 {
    line-height: 1.1;
}
.hero h1,
.hero .h1 {
    font-size: 2rem;
}
@media (min-width: 768px) {
    .hero h1,
    .hero .h1 {
        font-size: 4rem;
    }
}
@media (min-width: 992px) {
    .hero h1,
    .hero .h1 {
        font-size: 3.2rem;
    }
}
.bg-cover {
    background-size: cover;
    background-position: center;
}
.bg-cover .module {
    margin: 4em 0;
}
.image-layers {
    position: absolute;
    height: 100%;
    width: 100%;
    bottom: 0;
    overflow: hidden;
    pointer-events: none;
}
.image-layers .foregroundImage {
    z-index: 2;
}
.image-layers .image-layer {
    position: absolute;
    bottom: 0;
    width: 100%;
}
.image-layers .image-layer img {
    width: 100%;
}
.post-hero-content {
    margin-top: 2em;
}
.post-hero-content-area {
    padding: 2em 2em 2em 8em;
}
* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.st-toggle {
    pointer-events: none !important;
}
.instagram-view [id*="boomerang"],
.instagram-view [id*="pmc"],
.instagram-view [id*="blogherads"],
.instagram-view [id*="adl"],
.instagram-view iframe {
    display: none !important;
}
.instagram-view h1.article-title,
.instagram-view .article-title.h1 {
    font-size: 1.05rem;
    min-height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
}
.instagram-view main {
    padding: 0;
}
.instagram-view header {
    display: none;
}
.bg-video-container {
    position: absolute;
    width: 100%;
    z-index: 1;
    height: 100%;
    overflow: hidden;
    top: 0;
    left: 0;
}
.bg-video-container video.background-video {
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    height: 140%;
    width: auto;
    position: relative;
}
main {
    padding-top: 1em;
    padding-bottom: 1em;
}
@media (min-width: 992px) {
    main {
        padding-left: 2em;
        padding-right: 2em;
    }
}
.alm-load-more-btn {
    position: relative;
}
.pill {
    background-color: #ebebeb;
    padding: 10px 15px;
    border-radius: 90px;
    cursor: pointer;
}
.pill:hover {
    background-color: #c3c3c3;
}
.pill.active {
    background: var(--secondary-color);
    color: white;
}
.calendar-nav {
    width: 100%;
}
.calendar-nav li {
    margin: 0;
    border-bottom: solid 1px var(--primary-color);
}
.calendar-nav li:last-child {
    border-bottom: 0;
}
.calendar-nav li a {
    display: inline-block;
    padding: 1em;
}
.calendar-item {
    padding: 1em;
    border-bottom: solid 1px var(--primary-color);
    width: 100%;
    border-left: solid 1px var(--primary-color);
}
.concreteCalc .value {
    font-size: 16px;
    text-transform: none;
}
.concreteCalc .value span {
    font-size: 1.25rem;
}
.concreteCalc .calc-form label {
    font-size: 14px;
}
.concreteCalc .divider {
    width: 100px;
    height: 1px;
    background-color: var(--primary-color);
}
.concreteCalc .step {
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    -ms-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all;
}
.concreteCalc .step h4,
.concreteCalc .step .h4 {
    color: var(--primary-color);
}
.concreteCalc .step:not(.active) {
    opacity: 0.5;
}
.concreteCalc .calc-module {
    cursor: pointer;
}
.concreteCalc .calc-module.active {
    pointer-events: none;
}
.concreteCalc .calc-module:hover h5,
.concreteCalc .calc-module:hover .h5,
.concreteCalc .calc-module.active h5,
.concreteCalc .calc-module.active .h5 {
    color: var(--secondary-color);
}
.concreteCalc .calc-module h5,
.concreteCalc .calc-module .h5 {
    color: var(--primary-color);
    text-transform: uppercase;
}
.concreteCalc .calc-module img {
    margin-bottom: 10px;
}
.sub-content .builder-section {
    border: 0;
}
.article-card {
    height: 100%;
    padding: 1em;
    border: solid 2px var(--secondary-color);
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    -ms-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all;
}
.article-card .button a {
    margin-bottom: 0;
}
.article-card a {
    text-decoration: none;
}
.article-card h5,
.article-card .h5 {
    text-decoration: none;
}
.article-card h5 a,
.article-card .h5 a {
    font-weight: inherit;
}
.article-card:hover {
    border-color: var(--primary-color);
    background-color: var(--primary-color);
    background-image: url(../img/footer.jpg);
    background-size: cover;
    background-position: center;
}
.article-card:hover a {
    color: white !important;
    text-decoration: none;
    --plus-color: white;
}
.article-card:hover a:hover {
    color: var(--secondary-color) !important;
}
.team-content {
    margin-top: -1em;
}
.blog-intro {
    margin-top: 6rem;
}
.controls {
    position: absolute;
    top: 50%;
    padding: 10px 15px;
    background: #17a16a;
    color: white;
    font-size: 0.8rem;
    text-transform: uppercase;
    font-weight: 600;
    cursor: pointer;
    transform-origin: bottom center;
    width: 200px;
    text-align: center;
    z-index: 100;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    -ms-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all;
}
.controls-icon {
    font-size: 20px;
    display: block;
}
.controls:hover {
    background: #2251b6;
}
.controls.prev {
    left: 0;
    transform: translateX(-50%) rotate(90deg);
}
.controls.prev .controls-icon {
    transform: rotate(-90deg);
}
.controls.next {
    right: 0;
    transform: translateX(50%) rotate(-90deg);
}
.controls.next .controls-icon {
    transform: rotate(90deg);
}
img {
    max-width: 100%;
}
.builder-portfolioHighlights .slides li > .row {
    padding: 0 2.5em;
}
@media (min-width: 992px) {
    .builder-portfolioHighlights .slides li > .row {
        padding: 0;
    }
}
.related {
    background-image: url(../img/related.jpg);
    background-position: center;
    background-size: cover;
    padding: 4em 0;
}
@media (min-width: 992px) {
    .related .related-content {
        margin-top: 1em;
        transform: translateX(-20%);
    }
    .related h3,
    .related .h3 {
        width: 70%;
    }
}
.related h3,
.related .h3 {
    color: white;
    padding: 20px;
}
.related .content {
    padding: 1.5em;
    background: white;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}
@media (min-width: 992px) {
    .related .content {
        padding: 3em;
    }
}
.genre {
    width: 100%;
    border-top: solid 1px #000;
    border-bottom: solid 1px #000;
    padding: 0.5em 0;
}
.genre p {
    margin: 0;
}
.cf:before,
section:before,
.builder-section:before,
.cf:after,
section:after,
.builder-section:after {
    content: " ";
    display: table;
}
.cf:after,
section:after,
.builder-section:after {
    clear: both;
}
img.rounded {
    border-radius: 100% !important;
}
.sticky {
    position: sticky;
    top: 0;
    z-index: 10;
}
.slideshow-image img {
    width: 100%;
}
.cf,
section,
.builder-section {
    *zoom: 1;
}
img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
    border: 0;
    -ms-interpolation-mode: bicubic;
}
.lt-ie9 img {
    width: auto;
}
.flex-parent {
    flex-direction: row;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.wrap {
    max-width: 1200px;
    margin: auto;
}
.wrap.sm-wrap {
    max-width: 800px;
}
.wrap:before,
.wrap:after {
    content: "";
    display: table;
}
.wrap:after {
    clear: both;
}
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
}
.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.md-wrap {
    max-width: 940px;
}
.overlay {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 2;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    -ms-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all;
    padding: 2em;
}
.builder-section {
    width: 100%;
}
.builder-leftRightFullWidthBleed {
    padding: 0;
}
.builder-bleedImage {
    margin-left: -10%;
    margin-right: -10%;
}
@media (min-width: 768px) {
    .builder-bleedImage {
        margin: 0;
    }
}
@media (min-width: 768px) {
    .bleed-image-left {
        position: absolute;
        left: -10%;
    }
}
@media (min-width: 768px) {
    .bleed-image-right {
        position: absolute;
    }
}
.padding-bottom {
    padding-bottom: 200px;
}
@media (min-width: 768px) {
    .padding-bottom {
        margin-right: -15px;
    }
    .padding-bottom p:last-child {
        margin-bottom: 1em;
    }
}
@media (min-width: 768px) {
    .bleed-image-left {
        left: -10%;
    }
}
@media (min-width: 768px) {
    .bleed-image-right {
        right: -10%;
    }
}
.builder-leftRightFullWidthBleedImage .fullImage {
    height: 450px;
    position: relative;
    overflow: hidden;
}
@media (min-width: 992px) {
    .builder-leftRightFullWidthBleedImage .fullImage {
        height: 900px;
    }
}
.builder-leftRightFullWidthBleedImage .fullImage img {
    width: 100%;
    height: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    bottom: 0;
    transform: translateY(-50%);
}
.career-desc * {
    font-size: 16px;
}
.career-module {
    padding: 2em;
    border-bottom: solid 1px rgba(var(--primary-color-val), 0.4);
}
.career-module h2,
.career-module .h2 {
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    -ms-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all;
}
.career-module.active {
    background-color: var(--lightGray-color);
}
.career-module.active h2,
.career-module.active .h2 {
    color: var(--secondary-color);
}
.career-module.active .faux-link i {
    transform: rotate(45deg);
}
.career-module .full {
    overflow: hidden;
    will-change: height;
}
.career-module .faux-link {
    font-size: 14px;
    color: var(--secondary-color);
    cursor: pointer;
}
.career-module .faux-link i {
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    -ms-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all;
}
figure {
    margin: 0;
    max-width: 100%;
}
figure img {
    width: 100%;
}
.scrollIndicator {
    position: fixed;
    top: 50%;
    left: 2%;
    transform: translateY(-50%);
    z-index: 20;
    height: 144px;
    display: none;
    mix-blend-mode: difference;
}
@media (min-width: 992px) {
    .scrollIndicator {
        display: block;
    }
}
.scrollIndicator .base,
.scrollIndicator .indicator {
    position: absolute;
    top: 0;
    left: 0;
    height: auto;
    width: 55px;
    overflow: hidden;
}
.scrollIndicator .indicator {
    z-index: 2;
    height: 0;
}
.scrollIndicator .base svg,
.scrollIndicator .base svg * {
    fill: var(--secondary-color);
}
.scrollIndicator .indicator svg,
.scrollIndicator .indicator svg * {
    fill: var(--accent-color);
}
.carousel-image {
    padding: 1em 0 1em 1em;
}
.carousel-image img {
    box-shadow: 0 0 22px rgba(0, 0, 0, 0.8);
}
.carousel-content {
    padding: 2em;
}
.builder-horizontalSlider .slides > li {
    overflow: hidden;
}
.builder-horizontalSlider .row.g-0 {
    padding-left: 2em;
}
.builder-horizontalSlider .flex-slider {
    padding-left: 1em;
}
.builder-horizontalSlider .flex-direction-nav a {
    top: 75%;
    margin: 0;
    color: var(--body-color);
}
.builder-horizontalSlider .flex-direction-nav a:not(.flex-disabled) {
    opacity: 1 !important;
}
.builder-horizontalSlider .flex-direction-nav a.flex-next {
    right: 50% !important;
}
.builder-horizontalSlider .flex-direction-nav a.flex-prev {
    left: 2em !important;
}
body #blogherads-branding-container.blogherads-branding-parent-container-inline.bhbranding-badge,
body .blogherads-branding-parent-container-inline.bhbranding-badge,
html #blogherads-branding-container.blogherads-branding-parent-container-inline.bhbranding-badge,
html .blogherads-branding-parent-container-inline.bhbranding-badge {
    margin: 0 !important;
}
body div#blogherads-branding-container,
html div#blogherads-branding-container {
    margin: 0 !important;
}
body #blogherads-branding div.bhalinks,
html #blogherads-branding div.bhalinks {
    padding-top: 10px !important;
}
body div#blogherads-branding-container,
body div#blogherads-branding-container *,
html div#blogherads-branding-container,
html div#blogherads-branding-container * {
    background: black !important;
}
body #blogherads-branding a.blogherads-branding-privacy,
html #blogherads-branding a.blogherads-branding-privacy {
    color: white !important;
    font-size: 12px !important;
}
.st-toggle {
    pointer-events: none !important;
}
@media (max-width: 1024px) {
    .article-content {
        padding-left: 35px;
    }
    #st-2 .st-btn {
        padding: 5px !important;
        width: 35px !important;
    }
    #st-2 {
        left: 0px !important;
        bottom: initial !important;
        top: 59% !important;
        width: 50px !important;
        display: flex !important;
        flex-direction: column !important;
    }
}
#magModal .modal-content .modal-body .magModal__inner .magModal__magImage {
    width: 40%;
    max-width: 40%;
}
@media (min-width: 992px) {
    #magModal .modal-content .modal-body .magModal__inner .magModal__magImage {
        width: 50%;
        max-widht: 50%;
    }
}
.dropdown-title {
    color: var(--primary-color) !important;
}
.dropdown-menu a {
    font-size: 14px !important;
    color: var(--primary-color);
}
.search-outer {
    position: relative;
}
.search-close {
    margin: 0;
    padding: 0 0 0 0.5em;
    font-size: 29px;
    cursor: pointer;
    color: var(--primary-color);
}
.search-trigger {
    right: 0;
    z-index: 2;
    padding-left: 2em;
    padding-right: 2em;
}
.search-trigger,
.search-container {
    opacity: 0;
    pointer-events: none;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    -ms-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all;
}
.search-trigger.active,
.search-container.active {
    opacity: 1;
    pointer-events: all;
}
.search-container {
    z-index: 1;
    position: absolute;
    pointer-events: none;
    background: white;
    min-width: var(--nav-width);
    z-index: 200;
    padding: 2em;
    right: 10%;
    top: 0;
    margin-top: -2em;
}
.nav-flyout .search-container {
    opacity: 1;
    position: relative !important;
    right: 0;
    padding-left: 0;
    padding-right: 0;
    margin-top: 0;
    margin-bottom: 0;
}
.search-container form {
    padding: 0.5em 0;
}
.search-container form {
    flex: 2;
}
.search-container .search-close {
    flex: 0 0 auto;
}
.search-container .main-form input:not([type="button"]):not([type="submit"]) {
    height: auto;
    margin: 0;
    font-size: 16px;
    padding-left: 10px;
}
.search-container .button {
    color: white;
    font-size: 14px !important;
    margin: 0;
}
.search-container .button:hover {
    color: var(--primary-color);
}
#logo-svg .primary {
    fill: var(--primary-svg);
}
#logo-svg .accent {
    fill: var(--accent-svg);
}
.nav-formatted {
    line-height: 1;
}
.phone-link {
    font-size: 16px;
    color: white;
    font-weight: 700;
}
.phone-link .fa-circle {
    color: var(--secondary-color);
}
.nav-subhead {
    font-size: 0.65rem;
    margin: 0;
}
.nav-actions svg {
    opacity: 0.6;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    -ms-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all;
    cursor: pointer;
}
.nav-actions svg:hover {
    opacity: 1;
}

header {
    --button-color: white;
    background-color: white;
    width: 100%;
    top: 0;
    z-index: 998;
    position: sticky;
    height: 104px;
    border-bottom: 1px solid #EBEBEB;
    --body-color: var(--primary-color);
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    -ms-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all;
}
header .nav-top,
header .nav-top > div,
header .nav-top > div > div {
    height: 100%;
}
header.nav-up {
    box-shadow: none;
}
header .cities {
    border-right: solid 1px #000;
    border-left: solid 1px #000;
}
header .cities a {
    flex-direction: row;
}
header .cities .dropdown {
    display: flex;
    justify-content: center;
    align-items: center;
}
@media (min-width: 992px) {
    header .nav-top,
    header .nav-lower {
        padding-left: 2em;
        padding-right: 2em;
    }
}
header .subMenu div {
    height: 2px;
    width: 100%;
    background-color: var(--primary-color);
    margin-bottom: 6px;
}
header .subMenu div:last-child {
    margin-bottom: 0;
}
header .subMenu div:last-child {
    margin-bottom: 0;
}
header.scroll {
    background-color: white;
}
header.scroll,
.noBanner header {
    background-color: white;
}
@media (max-width: 767.98px) {
    header .primary-logo img {
        width: 150px !important;
    }
}
header .br-small {
    border-right: solid 1px var(--accent-color);
}
header .icon-enclose {
    display: inline-block;
}
header .icon-enclose svg {
    width: 100%;
}
header .icon-enclose svg,
header .icon-enclose svg * {
    fill: var(--primary-svg);
}
header .dropdown-container {
    position: relative;
}
.nav-lower {
    background: #f6f6f6;
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.22);
}
nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: row;
}
nav ul li {
    font-size: 0.65rem;
    position: relative;
    text-align: center;
}
nav ul li a {
    padding: 0.25em 0;
    font-family: var(--body-font);
    display: inline-block;
    color: var(--body-color);
    font-weight: 500;
    line-height: 1;
    text-align: left;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    -ms-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all;
}
nav ul li a span {
    position: relative;
    z-index: 2;
}
nav ul li a span:after {
    content: "";
    position: absolute;
    z-index: -1;
    width: 0;
    left: 0;
    height: 0.35em;
    background: var(--tertiary-color);
    bottom: 0.025em;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    -ms-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all;
}
nav ul li a:hover span:after,
nav ul li a.active span:after,
nav ul li a:active span:after {
    width: 100%;
}
nav ul li a:active span:after {
    height: 100%;
}
nav ul li a i {
    padding: 10px;
}
nav ul li a span {
    display: block;
}
nav ul li a.nav-active:not(.nav-static),
nav ul li a.active:not(.nav-static) {
    color: var(--primary-color) !important;
}
nav ul li a.nav-active:not(.nav-static) span:first-child,
nav ul li a.active:not(.nav-static) span:first-child {
    opacity: 1;
}
nav ul li a.nav-active:not(.nav-static) span + span,
nav ul li a.active:not(.nav-static) span + span {
    position: relative;
}
nav ul li a.nav-active:not(.nav-static) span + span:after,
nav ul li a.active:not(.nav-static) span + span:after {
    content: "";
    width: 100%;
    height: 1px;
    background-color: white;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    -ms-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all;
    position: absolute;
    bottom: -2px;
    left: 0;
}
nav ul li a:visited {
    color: var(--body-color);
}
nav ul li a:hover {
    color: var(--body-color);
    text-decoration: none;
    opacity: 0.8;
}
body {
    --primary-svg: white;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    -ms-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all;
}
body.nav-open {
    transform: translateX(-80%);
    overflow: hidden;
    --primary-svg: var(--secondary-color);
}
.navbar-nav {
    flex-direction: row;
}
.navbar-nav .crafted-by {
    font-size: 0.75rem;
    padding-top: 10px;
}
@media (min-width: 992px) {
    .home nav .logo svg {
        opacity: 0;
    }
}
nav:not(#mobileNav) {
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    -ms-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all;
}
nav:not(#mobileNav) li a {
    font-size: 100%;
}
nav:not(#mobileNav) .logo {
    padding: 20px;
    display: inline-block;
}
nav:not(#mobileNav) .logo svg {
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    -ms-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all;
    width: 100px;
}
nav:not(#mobileNav) .logo svg * {
    fill: white;
}
@media (min-width: 992px) {
    nav:not(#mobileNav) .logo svg {
        width: 150px;
    }
}
@media (min-width: 1200px) {
    nav:not(#mobileNav) .logo svg {
        width: 250px;
    }
}
nav:not(#mobileNav).scroll {
    box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.05);
    background: white;
}
nav:not(#mobileNav).scroll li a {
    font-size: 90%;
}
nav:not(#mobileNav).scroll .logo {
    padding: 10px;
}
nav:not(#mobileNav).scroll .logo svg {
    opacity: 1;
}
@media (min-width: 992px) {
    nav:not(#mobileNav).scroll .logo svg {
        width: 150px;
    }
}
nav:not(#mobileNav).scroll .logo svg * {
    fill: #ffe300;
}
#nav {
    position: relative;
}
#nav .pageTitle,
#nav div.nav {
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    -ms-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all;
    width: 100%;
}
#nav .pageTitle {
    display: none;
}
#nav[data-scroll-direction="down"] div.nav {
    display: none;
}
#nav[data-scroll-direction="down"] .pageTitle {
    display: block;
}
#nav[data-scroll-direction="up"] div.nav {
    display: block;
}
#nav[data-scroll-direction="up"] .pageTitle {
    display: none;
}
nav.scroll .logo svg *,
.no-header .logo svg * {
    fill: var(--tertiary-color);
}
.crumb-list {
    position: relative;
    z-index: 2;
    opacity: 0;
}
.crumb-list p {
    margin-bottom: 0;
    font-family: "Montserrat", sans-serif;
    font-size: 0.75rem;
    font-weight: 400;
    padding-right: 7px;
    display: inline-flex;
    align-items: center;
    position: relative;
}
.crumb-list p:after {
    content: "";
    width: 1px;
    background-color: var(--darkGray-color);
    height: 20px;
    display: inline-block;
    position: relative;
    transform: skew(-20deg);
    pointer-events: none;
    margin-left: 10px;
}
.crumb-list p:last-child:after {
    content: none;
}
.crumb-list p a {
    font-weight: 600;
    text-decoration: none;
    color: var(--secondary-color);
}
.mobile-nav {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 6em 2em 2em;
    background: white;
    z-index: 100;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.mobile-nav .social-list {
    margin-top: 1em;
    padding-top: 1em;
    border-top: solid 1px #ddd;
}
.mobile-nav .social-list a {
    font-size: 20px;
    margin-right: 1em;
}
.mobile-nav .social-list a,
.mobile-nav .social-list a * {
    color: var(--secondary-color);
}
.mobile-nav ul {
    width: 100%;
    flex-direction: column;
    text-align: left;
}
.mobile-nav ul li {
    list-style: none;
    text-align: left;
}
.mobile-nav ul li ul {
    padding-left: 10%;
}
.mobile-nav ul li ul li a {
    font-size: 12px;
}
.mobile-nav ul li:after,
.mobile-nav ul li:before {
    content: none;
}
.mobile-nav ul li a {
    color: var(--primary-color);
    border-bottom: solid 1px var(--accent-color);
    width: 100%;
    font-size: 14px;
    padding: 0;
    padding: 6px 0;
}
.mobile-nav ul li a[href],
.mobile-nav ul li a[href]:visited {
    color: var(--secondary-color);
    border-bottom: 0;
}
html.mobile-nav-open {
    overflow: hidden;
    width: 100vw;
    height: 100vh;
}
body.mobile-nav-open {
    overflow: hidden;
    --primary-svg: var(--secondary-color);
}
body.mobile-nav-open .main-nav {
    box-shadow: none !important;
}
body.mobile-nav-open .main-nav .logo svg,
body.mobile-nav-open .main-nav .logo svg * {
    fill: var(--secondary-color) !important;
}
.nav-mobile-trigger {
    display: inline-block;
}
.nav-mobile-trigger a {
    font-size: 24px !important;
    line-height: 1;
    padding: 12px 20px;
    margin-right: -15px;
    display: inline-block;
    color: var(--primary-svg);
}
.nav-mobile-trigger li:before,
.nav-mobile-trigger li:after {
    content: none;
}
.nav-mobile-trigger svg,
.nav-mobile-trigger svg * {
    fill: white;
}
@media (max-width: 991.98px) {
    .subMenu {
        width: 2em;
    }
}
.sub-menu {
    display: none;
}
.sub-nav {
    padding: 2em 0;
    background-color: var(--lightGray-color);
    position: sticky;
}
.sub-nav h6,
.sub-nav .h6 {
    margin: 0;
}
.sub-nav a {
    text-decoration: none;
    font-size: 1.25rem;
    font-weight: 200;
}
.sub-nav a:hover,
.sub-nav a:active,
.sub-nav a:focus {
    text-decoration: none;
}
@media (max-width: 575.98px) {
    .sub-nav {
        padding: 1em 0;
    }
    .sub-nav h6,
    .sub-nav .h6 {
        padding: 0.25em;
    }
}
.navOverlay {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    left: 0;
    top: 0;
    z-index: 999;
    display: none;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    -ms-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all;
}
main,
header {
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    -ms-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all;
}
@media (max-width: 991.98px) {
    nav .nav-menu {
        white-space: nowrap;
    }
    nav .nav-menu .menu-item {
        display: inline-block;
    }
}
.footer-bottom {
    background: #F7EEE1;
    padding: 0 0 40px;
}
.footer-bottom a,
.footer-bottom p {
    color: #000;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5em;
}
.footer-bottom .footer-link {
    display: inline-block;
    margin: 0 12px 24px;
}
.footer-bottom .footer-link:hover {
    color: var(--secondary-color);
}
@media (min-width: 992px) {
    .footer-bottom .footer-link {
        display: inline;
        margin-right: 24px;
        margin-bottom: 0;
    }
    .footer-bottom .footer-link:last-child:after {
        content: "";
    }
}
footer,
.footer {
    background-color: var(--accent-color);
    z-index: 100;
    position: relative;
    padding: 80px 0 60px;
    margin-top: 2em;
    --body-color: var(--primary-color);
    --primary-svg: white;
    background-position: center;
    background-size: cover;
}
footer .right-area,
.footer .right-area {
    border-top: solid 8px rgba(255, 255, 255, 0.5);
    padding-top: 1em;
}
@media (min-width: 992px) {
    footer .right-area,
    .footer .right-area {
        padding-top: 0;
        border-top: 0;
        border-left: solid 8px rgba(255, 255, 255, 0.5);
    }
    footer .right-area .footer-area,
    .footer .right-area .footer-area {
        padding-left: 3em;
    }
}
footer [class*="col"] i.fab,
.footer [class*="col"] i.fab {
    color: var(--primary-color) !important;
}
footer .i-p h5,
footer .i-p .h5,
.footer .i-p h5,
.footer .i-p .h5 {
    color: white;
    font-weight: 800;
    font-size: 0.65rem;
    line-height: 1;
    padding: 0.5rem;
    border-bottom: solid 1px var(--accent-color);
    margin-bottom: 10px;
}
footer .i-p ul,
.footer .i-p ul {
    list-style: none;
    padding: 0;
}
@media (min-width: 992px) {
    footer .i-p ul li,
    .footer .i-p ul li {
        font-size: 0.5rem;
    }
}
footer ul.fa-ul,
.footer ul.fa-ul {
    padding: 0;
    margin-left: 1.5em;
}
footer p.button a,
footer a.button,
footer button.button,
.footer p.button a,
.footer a.button,
.footer button.button {
    font-size: 0.65rem;
}
footer p,
footer li,
.footer p,
.footer li {
    font-size: 0.65rem;
}
footer p.button,
footer li.button,
.footer p.button,
.footer li.button {
    font-size: 0.75rem;
}
footer p.button-alt a,
footer p.button-alt a:visited,
footer a.button-alt,
footer a.button-alt:visited,
footer button.button-alt,
footer button.button-alt:visited,
.footer p.button-alt a,
.footer p.button-alt a:visited,
.footer a.button-alt,
.footer a.button-alt:visited,
.footer button.button-alt,
.footer button.button-alt:visited {
    color: var(--secondary-color);
}
footer h4,
footer .h4,
.footer h4,
.footer .h4 {
    font-size: 1.1rem;
}
footer .disclaimer,
.footer .disclaimer {
    background-color: var(--darkGray-color);
}
footer .disclaimer *,
.footer .disclaimer * {
    color: white;
}
footer .disclaimer a:not(:hover),
footer .disclaimer a:visited,
.footer .disclaimer a:not(:hover),
.footer .disclaimer a:visited {
    color: white;
}
footer .disclaimer p,
footer .disclaimer li,
.footer .disclaimer p,
.footer .disclaimer li {
    font-size: 14px;
}
footer-logo-contain,
.footer-logo-contain {
    padding: 0 1em;
}
footer svg,
.footer svg {
    width: 150px;
}
footer p > strong,
.footer p > strong {
    font-size: 0.75rem;
    font-weight: 400;
}
footer .social-links a,
.footer .social-links a {
    font-size: 24px;
}
footer .footer-top,
.footer .footer-top {
    padding: 4em 0;
}
footer .footer-lower *,
.footer .footer-lower * {
    color: white;
}
footer .social a,
.footer .social a {
    font-size: 1rem;
}
footer .social a:hover,
.footer .social a:hover {
    opacity: 0.5;
}
footer .list-unstyled li,
.footer .list-unstyled li {
    margin-bottom: 20px;
}
footer .list-unstyled li a,
.footer .list-unstyled li a {
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.5em;
    letter-spacing: -0.25px;
    color: #435166;
}
footer .list-unstyled li:last-child,
.footer .list-unstyled li:last-child {
    margin-bottom: 0;
}
footer .logo-link,
.footer .logo-link {
    display: inline-block;
    padding: 0;
}
footer .logo,
footer .logo *,
.footer .logo,
.footer .logo * {
    fill: var(--tertiary-color);
}
footer a span,
.footer a span {
    position: relative;
    z-index: 2;
}
footer a span:after,
.footer a span:after {
    content: "";
    position: absolute;
    z-index: -1;
    width: 0;
    left: 0;
    height: 2px;
    background: #000;
    bottom: 0;
    transform: translateY(35%);
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    -ms-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all;
}
footer a:hover span:after,
footer a.active span:after,
.footer a:hover span:after,
.footer a.active span:after {
    width: 100%;
}
footer a:not(:hover),
footer a:visited,
.footer a:not(:hover),
.footer a:visited {
    color: var(--primary-color);
}
footer a:hover,
.footer a:hover {
    color: var(--primary-color);
}
.author-info .fa-stack .fa-instagram {
    transform: translateY(-1px);
}
.author-info > [class*="container"] {
    border-top: solid 3px rgba(0, 0, 0, 0.15);
    border-bottom: solid 3px rgba(0, 0, 0, 0.15);
    padding-top: 2em;
    padding-bottom: 2em;
}
.author-info h4,
.author-info .h4 {
    color: var(--secondary-color);
    font-size: 2rem;
}
.author-info h4 a,
.author-info .h4 a {
    box-shadow: none !important;
}
@media (max-width: 991.98px) {
    .author-info p ~ a.text-link {
        text-decoration: underline;
        box-shadow: none !important;
    }
    .author-info p ~ a.text-link:before,
    .author-info p ~ a.text-link:after {
        content: none;
    }
}
.article-slider {
    overflow-x: hidden;
}
.article-slider {
    overflow-x: scroll;
    flex-wrap: nowrap;
}
.article-slider > [class*="col"] {
    display: inline-block;
}
@media (min-width: 992px) {
    .article-content .page__content > p:first-of-type {
        font-size: 0.95rem;
        font-family: "abril-text", serif;
    }
}
.article-content .page__content img {
    border-radius: 0;
    box-shadow: none;
    margin-bottom: 0;
}
span.author {
    color: var(--primary-color) !important;
}
figure {
    overflow: hidden;
}
figure picture {
    display: inline-block;
    width: 100%;
}
.author .author-info > [class*="container"] {
    border: 0;
    padding-bottom: 2em;
}
article.article .article-img {
    border-radius: 12px;
    overflow: hidden;
}
.article h1,
.article .h1,
.article h2,
.article .h2,
.article h3,
.article .h3,
.article h4,
.article .h4,
.article h5,
.article .h5,
.article h6,
.article .h6 {
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    -ms-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all;
}
.article p {
    -webkit-line-clamp: 4;
    max-height: 5em;
    overflow: hidden;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.article-desc h1,
.article-desc .h1,
.article-desc h2,
.article-desc .h2,
.article-desc h3,
.article-desc .h3,
.article-desc h4,
.article-desc .h4,
.article-desc h5,
.article-desc .h5,
.article-desc h6,
.article-desc .h6,
.article-desc h7 {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    text-transform: none;
    font-optical-sizing: auto;
}
.instagram-view .article-lg .article-img {
    border-bottom: 0;
    border-top: solid 8px var(--secondary-color);
}
.article-lg a *,
.article-md a *,
.article-grid a * {
    color: var(--primary-color);
}
.article-lg a .article-img figure picture,
.article-md a .article-img figure picture,
.article-grid a .article-img figure picture {
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    -ms-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all;
}
.article-md a:hover .article-img:after,
.article-grid a:hover .article-img:after {
    width: 100%;
}
.article-md .article-img,
.article-grid .article-img {
    position: relative;
}
.article-sm {
    overflow: hidden;
}
.article-sm h3,
.article-sm .h3,
.article-grid h3,
.article-grid .h3 {
    font-size: 1rem;
    margin-bottom: 10px;
}
.article-sm .article-meta p,
.article-grid .article-meta p {
    margin-bottom: 10px;
}
.article-img {
    position: relative;
}
.article-img .tag-container {
    z-index: 1;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0 1em;
    overflow: hidden;
}
@media (max-width: 991.98px) {
    .article-img .tag-container {
        transform: translateY(1px);
    }
}
.article-img .tag-container .tag {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
    margin: 0.5em 0.5em 0 0.5em;
}
.article-img .tag-container .tag:hover {
    box-shadow: inset 8em 0 0 0 var(--primary-color);
}
.recent .article {
    margin-bottom: 1em;
    padding-bottom: 1em;
    border-bottom: 2px solid #ececec;
}
.recent .article:last-child {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}
.article-meta .author {
    font-style: italic;
}
.article-meta a {
    font-family: "abril-text", serif;
    text-transform: uppercase;
    color: var(--primary-color);
    font-weight: 100;
    font-style: italic;
}
.article-meta a:hover {
    color: var(--secondary-color);
}
.article-meta span {
    color: var(--secondary-color);
}
.article-meta .date {
    color: var(--bb-gray);
    font-family: "Inter", sans-serif;
    font-size: 14px;
    line-height: 1.5em;
}
.tag {
    color: var(--primary-color);
    background: var(--accent-color);
    padding: 0.35em 0.5em;
    font-size: 0.625rem;
    display: inline-block;
    margin: 0;
    font-weight: 500;
    border-radius: 0;
    pointer-events: none;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    -ms-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all;
}
.tag:hover {
    color: white;
    box-shadow: inset 10em 0 0 0 var(--primary-color);
}
.builder-callout {
    padding: 0;
}
.builder-callout .offset {
    z-index: 4;
}
.builder-callout .offset > [class*="callout"] {
    box-shadow: 0 0 22px rgba(0, 0, 0, 0.8);
}
@media (min-width: 992px) {
    .builder-callout [class*="col"]:not(.offset) {
        height: 90%;
    }
}
.builder-callout .callout-content {
    padding: 7em 4em;
    display: flex;
    justify-content: center;
    flex-direction: column;
    --button-icon-color: white;
    --headline-color: white;
    --body-color: white;
    --button-color: white;
    --button-icon-inner-color: var(--secondary-color);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
}
@media (min-width: 992px) {
    .builder-callout .callout-content.large {
        padding: 10em 4em;
    }
}
.builder-callout .main-content > .row {
    min-height: 600px;
}
.builder-callout .main-content .col-lg-4 .module {
    align-items: center;
    justify-content: center;
    display: flex;
}
.builder-callout .callout-image-container {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom center;
}
.builder-callout .callout-image-container img {
    width: 100%;
}
.loader-container {
    position: relative;
    height: 10px;
    width: 100%;
    margin: 0;
    opacity: 0;
    display: flex;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    -ms-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all;
    width: 100%;
    flex: 1;
    justify-content: center;
    flex-wrap: wrap;
}
.loader-container.pause > div {
    animation-play-state: paused;
}
.loader-container > div {
    margin-right: 5px;
    position: relative;
    display: inline-block;
    background: var(--secondary-color);
    height: 100%;
    width: 2px;
    -webkit-animation: load 3s ease-in-out infinite;
    animation: load 3s ease-in-out infinite;
    flex: 1;
    max-width: 2px;
}
.loader-container .rectangle-2 {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
}
.loader-container .rectangle-3 {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}
.loader-container .rectangle-4 {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}
.loader-container .rectangle-5 {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}
.loader-container .rectangle-6 {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}
@-moz-keyframes load {
    0%,
    100% {
        -moz-transform: scaleY(1);
        background: var(--secondary-color);
    }
    16.67% {
        -moz-transform: scaleY(3);
        background: var(--tertiary-color);
    }
    33.33% {
        -moz-transform: scaleY(1);
        background: var(--accent-color);
    }
    50% {
        -moz-transform: scaleY(3);
        background: var(--utility-color);
    }
    66.67% {
        -moz-transform: scaleY(1);
        background: var(--tertiary-color);
    }
    83.34% {
        -moz-transform: scaleY(3);
        background: var(--accent-color);
    }
}
@-webkit-keyframes load {
    0%,
    100% {
        -webkit-transform: scaleY(1);
        background: var(--secondary-color);
    }
    16.67% {
        -webkit-transform: scaleY(3);
        background: var(--tertiary-color);
    }
    33.33% {
        -webkit-transform: scaleY(1);
        background: var(--accent-color);
    }
    50% {
        -webkit-transform: scaleY(3);
        background: var(--utility-color);
    }
    66.67% {
        -webkit-transform: scaleY(1);
        background: var(--tertiary-color);
    }
    83.34% {
        -webkit-transform: scaleY(3);
        background: var(--accent-color);
    }
}
@keyframes load {
    0%,
    100% {
        transform: scaleY(1);
        background: var(--secondary-color);
    }
    16.67% {
        transform: scaleY(3);
        background: var(--tertiary-color);
    }
    33.33% {
        transform: scaleY(1);
        background: var(--accent-color);
    }
    50% {
        transform: scaleY(3);
        background: var(--utility-color);
    }
    66.67% {
        transform: scaleY(1);
        background: var(--tertiary-color);
    }
    83.34% {
        transform: scaleY(3);
        background: var(--accent-color);
    }
}
.callout-content {
    padding: 2em;
}
@media (min-width: 992px) {
    .callout-content {
        padding: 4em 3em;
    }
}
.callout-action,
.callout-content,
.callout-area {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.callout-action p,
.callout-action li,
.callout-content p,
.callout-content li,
.callout-area p,
.callout-area li {
    font-size: 0.825rem;
}
.callout-area {
    padding: 2em 3em;
}
.callout-action {
    padding: 2em;
}
.callout-action p,
.callout-action li {
    font-size: 0.625rem;
}
.callout-action button {
    margin-bottom: 0;
}
.callout-bg {
    background-size: cover;
    background-position: left center;
}
.nav-flyout {
    transform: translateX(-110%);
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    -ms-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all;
    will-change: transform;
    display: flex;
    flex-direction: column;
    position: fixed;
    background: white;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
    height: 100vh;
    z-index: 1000;
    top: 0;
    left: 0;
    width: 100%;
}
@media (min-width: 992px) {
    .nav-flyout {
        width: 35vw;
    }
}
.nav-flyout .divider {
    margin: 0 0 20px;
    height: auto;
    background-color: transparent;
    border-bottom: 1px solid #D1D1D1;
    padding-bottom: 8px;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 10px;
    line-height: 21px;
    letter-spacing: .151px;
    color: #A9A9A9;
}
.nav-flyout .nav-area {
    padding: 20px 40px;
}
.nav-flyout .social {
    margin: 1vh 0;
}
.nav-flyout .social a {
    font-size: 4vh;
}
.nav-flyout .social a i {
    color: var(--primary-color) !important;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    -ms-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all;
}
.nav-flyout .social a:hover i {
    opacity: 0.5;
}
.nav-flyout .nav-header {
    padding: 21px 18px;
    border-bottom: solid 1px #EBEBEB;
    position: relative;
}
.nav-flyout .nav-header ~ .row.g-0 {
    flex: 1;
}
.nav-flyout #sideNavClose {
    width: 24px;
    height: 24px;
    position: relative;
    right: 0;
    top: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.nav-flyout #sideNavClose:hover:before {
    transform: rotate(-45deg);
}
.nav-flyout #sideNavClose:hover:after {
    transform: rotate(45deg);
}
.nav-flyout #sideNavClose:before,
.nav-flyout #sideNavClose:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background-color: var(--primary-color);
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    -ms-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all;
}
.nav-flyout #sideNavClose:before {
    transform: rotate(45deg);
}
.nav-flyout #sideNavClose:after {
    transform: rotate(-45deg);
}
.nav-flyout ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.nav-flyout ul li {
    margin-bottom: 20px;
}
.nav-flyout ul li:last-child {
    margin-bottom: 0;
}
.nav-flyout ul li a {
    display: inline-block;
    font-size: 20px;
    line-height: 1.2em;
    font-family: "Inter", sans-serif;
    color: var(--primary-color);
    font-weight: 400;
    letter-spacing: 0;
}
.nav-flyout ul li a span {
    position: relative;
    z-index: 2;
}
.nav-flyout ul li a span:after {
    content: "";
    position: absolute;
    z-index: -1;
    width: 0;
    left: 0;
    height: 0.35em;
    background: var(--tertiary-color);
    bottom: 0.055em;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    -ms-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all;
}
.nav-flyout ul li a:hover span:after,
.nav-flyout ul li a.active span:after,
.nav-flyout ul li a:active span:after {
    width: 100%;
}
.nav-flyout ul li a:active span:after {
    height: 100%;
}
.nav-flyout .promo-img {
    height: 28vh;
}
body.navActive .nav-flyout {
    transform: translateX(0) !important;
}
body.navActive main,
body.navActive header {
    filter: blur(0.2em);
}
body.navActive .navOverlay {
    display: flex;
}
#sideNavClose,
#openNav {
    cursor: pointer;
}
.divider {
    height: 7px;
    background-color: #f0f0f0;
}
i[class*="facebook"] *,
i[class*="facebook"],
i[class*="facebook"] *:active,
i[class*="facebook"]:active,
i[class*="facebook"]:visited,
i[class*="facebook"] *:visited,
svg[class*="facebook"] *,
svg[class*="facebook"],
svg[class*="facebook"] *:active,
svg[class*="facebook"]:active,
svg[class*="facebook"]:visited,
svg[class*="facebook"] *:visited {
    color: #365396 !important;
    fill: #365396 !important;
}
i[class*="twitter"] *,
i[class*="twitter"],
i[class*="twitter"] *:active,
i[class*="twitter"]:active,
i[class*="twitter"]:visited,
i[class*="twitter"] *:visited,
svg[class*="twitter"] *,
svg[class*="twitter"],
svg[class*="twitter"] *:active,
svg[class*="twitter"]:active,
svg[class*="twitter"]:visited,
svg[class*="twitter"] *:visited {
    color: #00a8f0 !important;
    fill: #00a8f0 !important;
}
i[class*="linkedin"] *,
i[class*="linkedin"],
i[class*="linkedin"] *:active,
i[class*="linkedin"]:active,
i[class*="linkedin"]:visited,
i[class*="linkedin"] *:visited,
svg[class*="linkedin"] *,
svg[class*="linkedin"],
svg[class*="linkedin"] *:active,
svg[class*="linkedin"]:active,
svg[class*="linkedin"]:visited,
svg[class*="linkedin"] *:visited {
    color: #006eb3 !important;
    fill: #006eb3 !important;
}
i[class*="youtube"] *,
i[class*="youtube"],
i[class*="youtube"] *:active,
i[class*="youtube"]:active,
i[class*="youtube"]:visited,
i[class*="youtube"] *:visited,
svg[class*="youtube"] *,
svg[class*="youtube"],
svg[class*="youtube"] *:active,
svg[class*="youtube"]:active,
svg[class*="youtube"]:visited,
svg[class*="youtube"] *:visited {
    color: #f33 !important;
    fill: #f33 !important;
}
i[class*="pinterest"] *,
i[class*="pinterest"],
i[class*="pinterest"] *:active,
i[class*="pinterest"]:active,
i[class*="pinterest"]:visited,
i[class*="pinterest"] *:visited,
svg[class*="pinterest"] *,
svg[class*="pinterest"],
svg[class*="pinterest"] *:active,
svg[class*="pinterest"]:active,
svg[class*="pinterest"]:visited,
svg[class*="pinterest"] *:visited {
    color: #cc1919 !important;
    fill: #cc1919 !important;
}

/* BB custom styles */
article.article-md > a {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    column-gap: 24px;
}
article.article-md .article-img {
    width: 150px;
    max-width: 100%;
    flex: 1 0 auto;
    align-self: flex-start;
}
article.article-md .article-desc h3,
article.article-sm .article-desc h3 {
    font-size: 22px;
    line-height: 1.25em;
    margin: 0 0 12px;
}
article.article-md .article-meta,
article.article-sm .article-meta,
article.article-lg .article-meta {
    display: flex;
    flex-direction: row;
    column-gap: 12px;
    flex-wrap: wrap;
}
.bb-md-articles {
    overflow: hidden;
}
.bb-md-articles .bb-post {
    position: relative;
    padding-bottom: 48px;
}
.bb-md-articles .bb-post:after {
    content: '';
    display: block;
    position: absolute;
    left: 18px;
    top: 0;
    width: 100%;
    max-width: 100%;
    border-bottom: 1px solid #EAEAEA;
}
.bb-md-articles .bb-post:nth-child(1):after,
.bb-md-articles .bb-post:nth-child(2):after {
    display: none;
}
.bb-md-articles .ajax-load-more-wrap:not(.bb-intro-style) .bb-post:nth-child(1):after,
.bb-md-articles .ajax-load-more-wrap:not(.bb-intro-style) .bb-post:nth-child(2):after {
    display: block;
}
.bb-sm-articles > .article {
    padding: 32px 0 32px;
    border-bottom: 1px solid #EAEAEA;
}
.bb-sm-articles > .article:nth-child(1) {
    padding-top: 8px;
}
article.article-sm .article-img,
article.article-lg .article-img {
    margin: 0 0 24px;
}
article.article-lg {
    margin-bottom: 24px;
}
article.article-lg .article-desc h1 {
    font-size: 36px;
    line-height: 1.2em;
    margin-bottom: 24px;
}
article.article-sm.with-featured .article-desc h3 {
    font-size: 20px;
}
article.article-sm.no-featured .article-img {
    display: none;
}
.fooddrink .underline:before {
    background-color: #FFE300;
}
.thingstodo .underline:before {
    background-color: #4479FF;
}
.travel .underline:before {
    background-color: #3CFF7A;
}
.recipe .underline:before {
    background-color: #FF8235;
}
.fashion .underline:before {
    background-color: #FFB6B4;
}
.news .underline:before {
    background-color: #FF5252;
}
.lifestyle .underline:before {
    background-color: #66F2F2;
}
.shopping .underline:before {
    background-color: #AD9DFB;
}
.home-banner-1 {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    width: 840px;
    max-width: 100%;
    margin: 40px auto;
    column-gap: 40px;
    background: linear-gradient(88.94deg, #FBFBFB 0.91%, #F8FCDF 75.63%, #EFFF8F 130.2%);
    border-radius: 24px;
    padding: 24px 24px 24px 40px;
}
.home-banner-1 .text-1 {
    font-family: 'Arial';
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.1em;
    width: 52%;
}
.home-banner-1 .text-2 {
    font-family: 'Arial';
    font-weight: 400;
    font-size: .583rem;
    line-height: 1.5em;
    width: 48%;
}
.home-banner-2 {
    margin: 33px 0;
    background-color: #F7EEE1;
    padding: 80px 0;
}
.home-banner-2 .home-banner-2-img,
.home-banner-2 .home-banner-2-img-mobile {
    width: 100%;
    max-width: 100%;
    border-radius: 12px;
    margin-bottom: 24px;
    height: 300px;
    object-fit: cover;
    object-position: center;
}
.home-banner-2 .home-banner-2-img-mobile {
    display: none;
}
.home-banner-2 h2 {
    font-size: 44px;
    line-height: 1.2em;
    margin: 0 0 24px;
}
.home-banner-2 .text-1 {
    font-family: "Inter", sans-serif;
    font-size: 18px;
    line-height: 1.5em;
    font-weight: 400;
    margin-bottom: 20px;
}
.home-banner-2 .text-2 {
    font-family: "Inter", sans-serif;
    font-size: 14px;
    line-height: 1.5em;
    font-weight: 400;
    color: #A9A9A9;
}
.home-banner-2 .involveme_popup {
    font-size: 12px;
    padding: 16px;
    margin: 24px 0 0;
}
.alm-btn-wrap,
.bb-see-more-wrap {
    margin: 0!important;
    padding-top: 40px!important;
    padding-right: calc(var(--bs-gutter-x) * 0.5)!important;
    padding-left: calc(var(--bs-gutter-x) * 0.5)!important;
    text-align: center;
}
.alm-btn-wrap .alm-load-more-btn.loading:before {
    left: 0 !important;
    right: 0;
    margin: 0 !important;
    width: 100% !important;
    border-radius: 0 !important;
    height: 100% !important;
}
.archive.post-type-archive main {
    padding: 0;
}
.archive.post-type-archive .home-intro {
    padding: 0;
}
.bb-archive-heading {
    background-color: #F7EEE1;
    padding: 157px 0 85px;
    background-image: url(../img/heading-default.png);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0 0 24px;
}
.bb-archive-heading.news {
    background-image: url(../img/heading-news.png);
}
.bb-archive-heading.fooddrink {
    background-image: url(../img/heading-fooddrink.png);
}
.bb-archive-heading.shopping {
    background-image: url(../img/heading-shopping.png);
}
.bb-archive-heading.travel {
    background-image: url(../img/heading-travel.png);
}
.bb-archive-heading.thingstodo {
    background-image: url(../img/heading-thingstodo.png);
}
.bb-archive-heading.recipe {
    background-image: url(../img/heading-recipes.png);
}
.bb-archive-heading.fashion {
    background-image: url(../img/heading-fashion.png);
}
.bb-archive-heading.lifestyle {
    background-image: url(../img/heading-lifestyle.png);
}
.bb-archive-heading > div {
    z-index: 1;
    position: relative;
}
.bb-archive-heading:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(130deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    opacity: 0;
    z-index: 0;
}
.bb-archive-heading:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    opacity: 0;
    z-index: 0;
}
.bb-archive-heading h1 {
    font-size: 40px;
    line-height: 1em;
}
footer .formkit-form [data-style="minimal"] {
    padding: 0!important;
}
footer .formkit-form .formkit-header {
    margin: 0!important;
}
footer .formkit-form .formkit-subheader {
    display: none;
}
footer .formkit-form input {
    background-color: transparent!important;
    border-style: solid!important;
    border-width: 0 0 1px 0!important;
    border-color: #A9A9A9!important;
    padding: 0 0 24px!important;
    font-family: "Inter", sans-serif!important;
    font-weight: 400!important;
    font-size: 16px!important;
    line-height: 1em!important;
}
footer .formkit-form input:focus {
    border-color: #000!important;
}
footer .formkit-form input::placeholder {
    color: #A9A9A9!important;
}
footer .formkit-form .formkit-field {
    margin-bottom: 40px!important;
}
footer .formkit-form .formkit-fields {
    flex-direction: column;
}
footer .formkit-form .formkit-submit {
    margin: 0!important;
    font-family: "Inter", sans-serif!important;
    font-size: 18px!important;
    font-weight: 400!important;
    line-height: 1.5em!important;
    letter-spacing: .2px!important;
    background-color: transparent!important;
    color: #000!important;
    border: 1px solid #000!important;
    border-radius: 0!important;
    flex: 0 0 auto!important;
    align-self: self-end;
}
footer .formkit-form .formkit-submit span {
    padding: 10px 34px!important;
}
footer .formkit-form .formkit-guarantee {
    display: none;
}
footer .row {
    flex-wrap: nowrap;
    column-gap: 80px;
}
footer .list-unstyled {
    margin-bottom: 0;
}
footer .primary-logo {
    display: block;
    width: 134px;
    margin: 0 0 60px;
}
header .primary-logo {
    display: block;
    width: 118px;
}
header .menu-item a {
    padding-left: 1em;
    padding-right: 1em;
}
header nav:not(#mobileNav) li a {
    font-size:14px;
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: -0.25px;
    color: #435166!important;
}
header .menu-item:not(.cities) {
    border-right: solid 1px transparent;
    border-left: solid 1px transparent;
}
header .search-trigger > svg {
    width:20px !important;
    height:20px !important;
}
header .menu-item.cities {
    border-color:transparent;
}
header .mainnav {
    margin-left: 16px;
}
header .subscribe-icon {
    padding: 13px 13px!important;
}
header #openNav {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: transparent;
    transition: background-color .3s ease;
}
header #openNav:hover {
    background-color: #0000000D;
}
header #openNav .subMenu {
    width: 18px;
}
.nav-flyout .primary-logo {
    display: block;
    width: 118px;
}
.nav-flyout .nav-header-area {
    overflow: hidden;
    flex: 1;
    flex-basis: 0.000000001px;
    overflow-y: auto;
    scrollbar-color: transparent transparent;
    scrollbar-width: thin;
}
.nav-flyout .nav-header-area:hover {
    scrollbar-color: #717171 transparent;
}
header.scroll.nav-up {
    top: -104px!important;
}
body.page-template-template-latest-articles main {
    padding: 0;
}
body.page-template-template-monthly-magazine main {
    padding: 0;
}
.monthly-top-text {
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: nowrap;
    column-gap: 24px;
    margin-bottom: 12px;
}
.monthly-top-text-left {
    width: 100px;
    height: 12px;
    background-color: #FFE300;
}
.monthly-top-text-mid {
    font-family: "Inter", sans-serif;
    font-style: italic;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    color: #A9A9A9;
    flex-shrink: 0;
}
.monthly-top-text-right {
    display: flex;
    flex-grow: 1;
    height: 1px;
    background-color: #A9A9A9;
}
.monthly-magazine-section h2 {
    font-family: "Syne", sans-serif;
    font-weight: 800;
    font-size: 28px;
    line-height: 34px;
    text-transform: uppercase;
    color: #000000;
    margin: 0 0 48px;
}
.article-monthly-lg .article-img,
.article-monthly-lg .article-img * {
    min-height: 350px;
    height: 100%;
}
.article-monthly-lg .article-img img {
    object-fit: cover;
    object-position: center;
}
.article-monthly-lg h3 {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 36px;
    line-height: 44px;
    color: #000000;
    margin: 0 0 24px;
}
.article-monthly .reading-time, 
.article-monthly .author-name, 
.article-monthly .date, 
.article-monthly .longform-label {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #A9A9A9;
}
.bg-gray {
    background-color: #F7F7F7;
}
.article-monthly-md {
    padding-bottom: 24px;
    border-bottom: 1px solid #A9A9A9;
}
.article-monthly-md h3 {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 30px;
    color: #000000;
    margin: 10px 0 8px;
}
.article-monthly-sm h3 {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    color: #000000;
    margin: 0 0 12px;
}
.article-monthly-sm .article-img {
    width: 150px;
    flex-shrink: 0;
}
.article-monthly-column .article-img {
    padding-bottom: 44.5%;
    position: relative;
}
.article-monthly-column .article-img img,
.article-monthly-column .article-img figure {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.article-monthly-column h3 {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    color: #000000;
    margin: 0 0 12px;
}
.bg-linen {
    background-color: #FBF5EB;
}
.monthly-magazine-quote-text-1 {
    font-family: "Inter", sans-serif;
    font-style: italic;
    font-weight: 500;
    font-size: 32px;
    line-height: 40px;
    color: #000000;
}
.monthly-magazine-quote-text-2 {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 32px;
    color: #000000;
}
.monthly-magazine-quote a,
.monthly-magazine-ad-link {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.151px;
    color: #007AFF;
}
.monthly-magazine-quote a svg,
.monthly-magazine-ad-link svg {
    width: 12px;
}
.monthly-magazine-author img {
    width: 130px;
    border-radius: 50%;
    flex-shrink: 0;
}
.monthly-magazine-author h4 {
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0.151px;
    color: #000000;
    margin: 0 0 12px;
}
.monthly-magazine-author p {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #000000;
    margin: 0;
    padding: 0;
}
.article-monthly-md .article-img,
.monthly-magazine-editors-picks-img {
    border-radius: 12px;
    overflow: hidden;
}
.monthly-magazine-editors-picks-img {
    position: relative;
    padding-bottom: 56.8%;
}
.monthly-magazine-editors-picks-img img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.monthly-magazine-editors-picks h3 {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    color: #000000;
    margin: 0;
}
.monthly-magazine-editors-picks p {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.151px;
    color: #A9A9A9;
    margin: 0;
}

body.page-template-template-curiosity main {
    padding: 0;
}

.sitename-banner-yellow {
    height: 100px;
    background-color: #FFE300;
    overflow: hidden;
}
.sitename-banner-yellow img {
    margin-top: -91px;
}

.curiosity-hero {
    min-height: 500px;
    background-image: url(../img/curiosity-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 57px 0 61px;
}

.curiosity-hero p {
    display: inline-block;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 150%;
    color: #FFFFFF;
    padding: 4.5px 16px;
    background-color: #000000;
    border-radius: 100px;
    margin-bottom: 6px;
}

.curiosity-hero h2 {
    font-family: "Inter", sans-serif;
    font-weight: 700;
    font-size: 58px;
    line-height: 70px;
    color: #000000;
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-left: 10px;
}

.curiosity-hero h2 span {
    position: relative;
}

.curiosity-hero h2 span:before {
    content: '';
    display: block;
    position: absolute;
    left: -10px;
    top: 7px;
    height: 1.1em;
    width: calc(100% + 20px);
    background-color: #FFE300;
    z-index: -1;
}

.curiosity-hero a {
    margin: 24px 0 0;
}

.curiosity-banner-yellow {
    background-color: #FFE300;
    padding: 38px 84px;
    border-radius: 12px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    column-gap: 31px;
    align-items: center;
    position: relative;
    overflow: hidden;
}

.curiosity-banner-yellow-col1 {
    flex: 1 1 434px;
    position: relative;
}

.curiosity-banner-yellow-col1 span {
    position: absolute;
    display: inline-block;
    right: 0;
    bottom: 0;
    font-family: "Inter", sans-serif;
    font-style: italic;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    color: #000000;
}

.curiosity-banner-yellow-col2 span {
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 12px;
    line-height: 150%;
    color: #000000;
    padding: 4.5px 16px;
    border: 1px solid #000000;
    border-radius: 100px;
}

.curiosity-banner-yellow-col2 {
    flex: 1 1 400px;
    padding: 0 35px;
}

.curiosity-banner-yellow-col2 p {
    font-family: "Inter", sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    text-transform: uppercase;
    color: #000000;
    margin: 10px 0 0;
}

.curiosity-banner-yellow a {
    border-color: #000;
    background-color: #000;
    color: #FFE300!important;
    margin: 0;
    text-wrap: nowrap;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    column-gap: 8px;
}

.curiosity-banner-yellow a:hover {
    border-color: #000;
    color: #000!important;
}

.curiosity-banner-yellow a:after {
    content: '';
    background-color: #FFE300;
    width: 12px;
    height: 12px;
    mask: url("data:image/svg+xml,%3Csvg width='11' height='7' viewBox='0 0 11 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.84002 6.97184L5.52002 5.78384L6.92402 4.33184L5.85602 4.39184H1.95652e-05V2.59184H5.85602L6.92402 2.65184L5.53202 1.21184L6.84002 -0.000156879L10.092 3.49184L6.84002 6.97184Z' fill='currentColor'/%3E%3C/svg%3E%0A");
    -webkit-mask: url("data:image/svg+xml,%3Csvg width='11' height='7' viewBox='0 0 11 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.84002 6.97184L5.52002 5.78384L6.92402 4.33184L5.85602 4.39184H1.95652e-05V2.59184H5.85602L6.92402 2.65184L5.53202 1.21184L6.84002 -0.000156879L10.092 3.49184L6.84002 6.97184Z' fill='currentColor'/%3E%3C/svg%3E%0A");
    mask-size: contain;
    -webkit-mask-size: contain;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
}

.curiosity-banner-yellow a:hover:after {
    background-color: #000;
}

.page-template-template-curiosity .curiosity-hero {
    min-height: 875px;
    padding-top: 130px;
}

.page-template-template-curiosity .curiosity-hero h2 {
    font-size: 62px;
    line-height: 76px;
}
.page-template-template-curiosity .curiosity-hero p {
    margin-bottom: 24px;
}

.curiosity-section-2 {
    padding: 140px 0 40px;
    background-color: #000;
    z-index: 2;
}

.curiosity-section-2-number {
    font-family: "Inter", sans-serif;
    font-style: italic;
    font-weight: 700;
    font-size: 308px;
    line-height: 1em;
    color: #FFE300;
    position: absolute;
    top: -94px;
    left: -50px;
}

.curiosity-section-2-col1 {
    margin-top: -290px;
    margin-right: 80px;
    position: relative;
}

.curiosity-section-2-notes {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 170%;
    color: #FFE300;
    margin-bottom: 24px;
}
.curiosity-section-2-notes-text {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #FFFFFF;
    margin: 0;
}
.curiosity-section-2 h2 {
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 40px;
    line-height: 125%;
    color: #FFFFFF;
    margin: 47px 0 60px;
    width: 690px;
    max-width: 100%;
}
.curiosity-section-2 h2:before {
    background-color: #FFE300;
}
.curiosity-section-2-text {
    width: 640px;
    max-width: 100%;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 170%;
    color: #FFFFFF;
    margin: 0 auto;
}
.curiosity-section-3 {
    padding: 40px 0 40px;
}
.curiosity-section-3 p {
    width: 640px;
    max-width: 100%;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 170%;
    color: #000000;
    margin: 0 auto 60px;
}
.curiosity-section-3 p:last-child {
    margin-bottom: 0;
}
.page-template-template-curiosity .curiosity-banner {
    background-color: #F7EEE1;
    padding: 80px 0;
}
.page-template-template-curiosity .curiosity-banner-yellow {
    height: 200px;
    overflow: visible;
}
.page-template-template-curiosity .curiosity-banner-yellow-col1 {
    flex: 1 0 333px;
}
.page-template-template-curiosity .curiosity-banner-yellow-col2 {
    padding: 0;
    flex-basis: 293px;
    height: 12px;
    background-color: #000;
}
.page-template-template-curiosity .curiosity-banner-yellow-col1 span {
    font-size: 16px;
}
.page-template-template-curiosity .curiosity-banner-yellow-col3 {
    margin-right: -100px;
}
.curiosity-banner-block {
    padding: 48px 0 0 100px;
    width: 60%;
    max-width: 100%;
}
.curiosity-banner-block p {
    display: inline-block;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 150%;
    color: #FFFFFF;
    padding: 4.5px 16px;
    background-color: #000000;
    border-radius: 100px;
    margin: 0 0 24px;
}
.curiosity-banner-block h2 {
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 40px;
    line-height: 125%;
    color: #000000;
    margin: 0 0 24px;
}
.curiosity-banner-block ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.curiosity-banner-block ul li {
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    color: #000000;
}
.curiosity-banner .formkit-form {
    max-width: 100%!important;
    margin-top: 64px;
}
.curiosity-banner .formkit-form [data-style="minimal"] {
    padding: 0!important;
}
.curiosity-banner .formkit-form .formkit-header {
    margin: 0!important;
}
.curiosity-banner .formkit-form .formkit-subheader {
    display: none;
}
.curiosity-banner .formkit-form input {
    background-color: transparent!important;
    border-style: solid!important;
    border-width: 0 0 1px 0!important;
    border-color: #000!important;
    padding: 0 0 24px!important;
    font-family: "Inter", sans-serif!important;
    font-weight: 600!important;
    font-size: 16px!important;
    color: #000!important;
    line-height: 1em!important;
}
.curiosity-banner .formkit-form input:focus {
    border-color: #000!important;
}
.curiosity-banner .formkit-form input::placeholder {
    color: #000!important;
}
.curiosity-banner .formkit-form .formkit-field {
    margin-bottom: 0!important;
    min-width: auto!important;
    flex: 1 1 33%!important;
}
.curiosity-banner .formkit-form .formkit-fields {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap !important;
    gap: 40px;
}
.curiosity-banner .formkit-form .formkit-disclaimer {
    display: none!important;
}
.curiosity-banner .formkit-form .formkit-submit {
    margin: 0!important;
    font-family: "Syne", sans-serif;
    font-size: 12px!important;
    font-weight: 800!important;
    line-height: 1em!important;
    letter-spacing: .2px!important;
    background-color: #FFE300!important;
    color: #000!important;
    border: 3px solid #FFE300!important;
    border-radius: 0!important;
    flex: 0 0 auto!important;
    text-transform: uppercase;
    align-self: self-end;
    width: auto!important;
}
.curiosity-banner .formkit-form .formkit-submit span {
    background-color: transparent!important;
}
.curiosity-banner .formkit-form .formkit-submit:hover {
    background-color: #fff!important;
}
.curiosity-banner .formkit-form .formkit-submit span {
    padding: 16px!important;
}
.curiosity-banner .formkit-form .formkit-guarantee {
    display: none;
}
.page-template-template-curiosity footer {
    margin-top: 0;
}
.sitename-banner-white {
    padding: 135px 0 0;
    position: relative;
    overflow: hidden;
}
.sitename-banner-white span {
    position: absolute;
    right: 24px;
    top: 100px;
    font-family: "Inter", sans-serif;
    font-style: italic;
    font-weight: 400;
    font-size: 80px;
    line-height: 1em;
    color: #000000;
}
.sitename-banner-white img {
    width: 104vw;
    margin-bottom: -12vw;
}
body.page-template-home main {
    padding: 0;
}
body.page-template-template-thankyou main {
    padding: 0;
}
body.page-template-template-thankyou footer {
    margin-top: 0;
}
body.page-template-template-thankyou .curiosity-banner-yellow a:after {
    display: none;
}
.thankyou-top-section {
    padding: 80px 18px 40px;
}
.thankyou-top-section > div {
    width: 640px;
    max-width: 100%;
    margin: 0 auto;
}
.thankyou-top-section h1 {
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 40px;
    line-height: 1.25em;
    color: #000000;
    margin: 0;
    text-transform: none;
}
.thankyou-top-section h1::before {
    background-color: #FFE300;
}
.thankyou-top-section p {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.5em;
    color: #000000;
    margin: 0;
}
.thankyou-find-section p {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 170%;
    color: #000000;
    margin: 0;
}
.thankyou-find-section p strong {
    font-weight: 600;
}
.thankyou-bottom-section {
    padding: 40px 18px 0;
}
.thankyou-bottom-section > div {
    width: 640px;
    max-width: 100%;
    margin: 0 auto;
}
.thankyou-bottom-section p {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 170%;
    color: #000000;
    margin: 0;
}
.thankyou-bottom-section p strong {
    font-weight: 600;
}
body.page-template-home .curiosity-hero img {
    position: absolute;
    right: 18%;

}
@media (min-width: 992px) {
body.page-template-home .curiosity-hero {
    background-size: 80%;
    background-position: left center;
    background-color: #000;
}
}
.curiosity-book {
    padding: 0 20px;
}
.curiosity-book img {
    margin-top: -54px;
    width: 100%;
}
.text-18-medium {
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.2em;
    margin: 0;
}
.curiosity-hero-mobile {
    background-color: #000;
    padding: 17px 0 59px;
}
.curiosity-hero-mobile a {
    margin: 51px 0 0;
    width: 100%;
}
.curiosity-book-2 {
    margin-top: -382px;
    margin-bottom: 58px;
}

@media (max-width: 991px) {
    .home-banner-1 {
        flex-direction: column;
        row-gap: 24px;
        padding: 24px 12px;
        margin: 0;
    }
    .home-banner-1 .text-1 {
        font-size: .833rem;
        width: 100%;
    }
    .home-banner-1 .text-2 {
        width: 100%;
    }
    .home-banner-2 {
        margin: 13px 0;
    }
    .home-banner-2 .home-banner-2-img {
        height: 250px;
    }
    .home-banner-2 .home-banner-2-img-mobile {
        display: block;
    }
    .home-banner-2 .involveme_popup {
        width: 100%;
        justify-content: center;
    }
    article.article-sm.no-featured .article-img {
        display: block;
    }
    article.article-sm > a {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        column-gap: 24px;
    }
    article.article-sm .article-img,
    article.article-md .article-img {
        display: block;
        width: 140px;
        max-width: 100%;
        flex: 0 0 140px;
        align-self: flex-start;
    }
    article.article-sm .article-desc h3,
    article.article-md .article-desc h3 {
        font-size: 18px!important;
        line-height: 1.2em;
        font-weight: 600;
        letter-spacing: .24px;
        margin: 0 0 10px;
    }
    article.article-sm {
        border: 0!important;
        padding: 24px 0!important;
    }
    article.article-lg {
        margin-bottom: 10px;
    }
    article.article-lg .article-desc h1 {
        font-size: 22px;
        font-weight: 500;
        line-height: 1.25em;
        margin-bottom: 10px;
    }
    .bb-md-articles .bb-post:after {
        display: none!important;
    }
    .bb-md-articles .bb-post {
        padding-bottom: 24px;
    }
    .bb-md-articles > .bb-post:first-child {
        padding-top: 0!important;
    }
    h1.underline,
    .underline.h1,
    .page__content h1.underline,
    .page__content .underline.h1,
    h2.underline,
    .underline.h2,
    .page__content h2.underline,
    .page__content .underline.h2,
    h3.underline,
    .underline.h3,
    .page__content h3.underline,
    .page__content .underline.h3,
    h4.underline,
    .underline.h4,
    .page__content h4.underline,
    .page__content .underline.h4,
    h5.underline,
    .underline.h5,
    .page__content h5.underline,
    .page__content .underline.h5,
    h6.underline,
    .underline.h6,
    .page__content h6.underline,
    .page__content .underline.h6 {
        position: relative;
        padding-top: 18px;
    }
    h1.underline:before,
    .underline.h1:before,
    .page__content h1.underline:before,
    .page__content .underline.h1:before,
    h2.underline:before,
    .underline.h2:before,
    .page__content h2.underline:before,
    .page__content .underline.h2:before,
    h3.underline:before,
    .underline.h3:before,
    .page__content h3.underline:before,
    .page__content .underline.h3:before,
    h4.underline:before,
    .underline.h4:before,
    .page__content h4.underline:before,
    .page__content .underline.h4:before,
    h5.underline:before,
    .underline.h5:before,
    .page__content h5.underline:before,
    .page__content .underline.h5:before,
    h6.underline:before,
    .underline.h6:before,
    .page__content h6.underline:before,
    .page__content .underline.h6:before {
        width: 60px;
        height: 6px;
    }
    .alm-btn-wrap,
    .bb-see-more-wrap {
        padding-top: 20px!important;
    }
    .alm-btn-wrap .alm-load-more-btn,
    .bb-see-more-wrap .bb-see-more-btn {
        width: 100%!important;
    }
    .bb-archive-heading {
        padding: 50px 0 400px;
        margin: 0;
    }
    .bb-archive-heading:before, 
    .bb-archive-heading:after {
        opacity: 1;
    }
    .bb-archive-heading h1 {
        font-size: 24px;
        line-height: 1.4em;
    }
    .bb-archive-heading + .builder-section {
        margin-top: -360px!important;
    }
    footer .row {
        flex-wrap: wrap;
        column-gap: 40px;
        row-gap: 80px;
    }
    footer .formkit-form .formkit-submit {
        width: 100%;
    }
    footer.bg-accent {
        padding: 60px 0 40px;
    }
    header {
        height: 80px;
    }
    .monthly-top-text {
        flex-wrap: wrap;
        row-gap: 8px;
    }
    .monthly-top-text-left {
        height: 6px;
        width: 60px;
    }
    .monthly-top-text-mid {
        order: 1;
        width: 100%;
    }
    .monthly-magazine-section h2 {
        font-size: 24px;
        line-height: 34px;
        margin: 0 0 40px;
    }
    .article-monthly-lg h3 {
        font-weight: 500;
        font-size: 24px;
        line-height: 30px;
        margin: 0;
    }
    .article-monthly-lg .gap-3 {
        gap: 20px!important;
    }
    .article-monthly-lg .article-img,
    .article-monthly-lg .article-img * {
        min-height: 300px;
    }
    .article-monthly-md h3 {
        font-size: 18px;
        line-height: 22px;
    }
    .article-monthly-sm .article-img {
        width: 100%;
    }
    .article-monthly-sm h3 {
        font-size: 18px;
        line-height: 22px;
        margin: 0 0 10px;
    }
    .article-monthly-column .article-img {
        padding: 0;
        width: 140px;
        flex-shrink: 0;
    }
    .article-monthly-column .article-img img,
    .article-monthly-column .article-img figure {
        position: relative;
    }
    .article-monthly-column h3 {
        font-size: 18px;
        line-height: 22px;
        margin: 0 0 10px;
    }
    .monthly-magazine-author img {
        width: 80px;
    }
    .monthly-magazine-editors-picks-img {
        padding: 0;
        width: 140px;
        flex-shrink: 0;
    }
    .monthly-magazine-editors-picks-img img {
        position: relative;
    }
    .sitename-banner-yellow {
        height: 70px;
    }
    .sitename-banner-yellow img {
        max-width: 103.47vw;
        margin-top: -2.4vw;
        margin-left: -1.6vw;
        margin-right: -1.6vw;
    }
    .curiosity-hero {
        min-height: 530px;
        display: flex;
        align-items: flex-end;
    }
    .curiosity-hero p {
        margin-bottom: 8px;
    }
    .curiosity-hero h2 {
        font-size: 32px;
        line-height: 38px;
        padding-left: 5px;
    }
    .curiosity-hero h2 span:before {
        left: -5px;
        top: 4px;
        width: calc(100% + 10px);
    }
    .curiosity-hero a {
        margin: 31px 0 0;
    }
    .curiosity-banner-yellow {
        flex-direction: column;
        padding: 60px 36px 0;
        align-items: flex-start;
    }
    .curiosity-banner-yellow .curiosity-banner-yellow-col1 {
        margin-top: 60px;
        flex-basis: auto;
        order: 1;
        width: calc(100% + 86px);
        margin-left: -43px;
        margin-bottom: -40px;
    }
    .curiosity-banner-yellow .curiosity-banner-yellow-col1 span {
        bottom: auto;
        top: -19px;
        right: 18px;
    }
    .curiosity-banner-yellow .curiosity-banner-yellow-col2 {
        padding: 0;
        flex-basis: auto;
        margin-bottom: 38px;
    }
    .curiosity-banner-yellow .curiosity-banner-yellow-col2 p {
        margin: 24px 0 0;
    }
    .curiosity-section-2-col1 {
        width: 100%;
        margin-top: -240px;
        margin-right: 0;
        margin-bottom: 40px;
    }
    .curiosity-section-2-number {
        font-size: 130px;
        left: -20px;
        top: -60px;
    }
    .page-template-template-curiosity .curiosity-hero {
        min-height: 653px;
        padding: 100px 0 200px;
    }
    .page-template-template-curiosity .curiosity-hero p {
        margin: 0 0 6px;
    }
    .page-template-template-curiosity .curiosity-hero h2 {
        font-size: 36px;
        line-height: 44px;
    }
    .curiosity-section-2 h2 {
        margin: 40px 0;
    }
    .curiosity-section-3 {
        padding: 40px 0 80px;
    }
    .curiosity-section-3 p:not(:last-child) {
        margin: 0 auto 40px;
    }
    .page-template-template-curiosity .curiosity-banner-yellow-col1,
    .page-template-template-curiosity .curiosity-banner-yellow-col2 {
        display: none;
    }
    .page-template-template-curiosity .curiosity-banner-yellow-col3 {
        margin: -80px 0 -120px;
    }
    .page-template-template-curiosity .curiosity-banner-yellow {
        margin: 0 -18px 122px;
        border-radius: 0;
        padding: 0;
        height: auto;
        align-items: center;
    }
    .page-template-template-curiosity .curiosity-banner {
        padding: 0 0 40px;
    }
    .curiosity-banner-block {
        width: 100%;
        padding: 0;
    }
    .curiosity-banner-block h2 {
        font-size: 24px;
    }
    .curiosity-banner .formkit-form .formkit-fields {
        flex-direction: column;
    }
    .curiosity-banner .formkit-form .formkit-submit {
        width: 100%!important;
    }
    .sitename-banner-white {
        padding: 60px 0 0;
    }
    .sitename-banner-white span {
        font-size: 20px;
        top: 50px;
        right: 6px;
    }
    .thankyou-top-section {
        padding: 50px 18px 20px;
    }
    .thankyou-find-section img {
        margin-left: -18px;
        width: calc(100% + 36px);
        max-width: calc(100% + 36px);
    }
    .curiosity-hero {
        background-image: url(../img/curiosity-bg-mobile.png);
        align-items: center;
        padding-top: 120px;
    }
    .curiosity-book-2 {
        width: 64%;
        margin-top: -360px;
    }
}

/*# sourceMappingURL=production.css.map */
