@import"https://fonts.googleapis.com/css2?family=Hanken+Grotesk:ital,wght@0,300..800;1,300..800&family=Outfit:wght@400..700&display=swap";

:root,
[data-bs-theme=light] {
    --bs-blue: #0d6efd;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #d63384;
    --bs-red: #dc3545;
    --bs-orange: #fd7e14;
    --bs-yellow: #ffc107;
    --bs-green: #198754;
    --bs-teal: #20c997;
    --bs-cyan: #0dcaf0;
    --bs-black: #000;
    --bs-white: #fff;
    --bs-gray: #6c757d;
    --bs-gray-dark: #343a40;
    --bs-gray-100: #f8f9fa;
    --bs-gray-200: #e9ecef;
    --bs-gray-300: #dee2e6;
    --bs-gray-400: #ced4da;
    --bs-gray-500: #adb5bd;
    --bs-gray-600: #6c757d;
    --bs-gray-700: #495057;
    --bs-gray-800: #343a40;
    --bs-gray-900: #212529;
    --bs-primary: #0d6efd;
    --bs-secondary: #6c757d;
    --bs-success: #198754;
    --bs-info: #0dcaf0;
    --bs-warning: #ffc107;
    --bs-danger: #dc3545;
    --bs-light: #f8f9fa;
    --bs-dark: #212529;
    --bs-primary-rgb: 13, 110, 253;
    --bs-secondary-rgb: 108, 117, 125;
    --bs-success-rgb: 25, 135, 84;
    --bs-info-rgb: 13, 202, 240;
    --bs-warning-rgb: 255, 193, 7;
    --bs-danger-rgb: 220, 53, 69;
    --bs-light-rgb: 248, 249, 250;
    --bs-dark-rgb: 33, 37, 41;
    --bs-primary-text-emphasis: rgb(2.0392156863%, 17.2549019608%, 39.6862745098%);
    --bs-secondary-text-emphasis: rgb(16.9411764706%, 18.3529411765%, 19.6078431373%);
    --bs-success-text-emphasis: rgb(3.9215686275%, 21.1764705882%, 13.1764705882%);
    --bs-info-text-emphasis: rgb(2.0392156863%, 31.6862745098%, 37.6470588235%);
    --bs-warning-text-emphasis: rgb(40%, 30.2745098039%, 1.0980392157%);
    --bs-danger-text-emphasis: rgb(34.5098039216%, 8.3137254902%, 10.8235294118%);
    --bs-light-text-emphasis: #495057;
    --bs-dark-text-emphasis: #495057;
    --bs-primary-bg-subtle: rgb(81.0196078431%, 88.6274509804%, 99.8431372549%);
    --bs-secondary-bg-subtle: rgb(88.4705882353%, 89.1764705882%, 89.8039215686%);
    --bs-success-bg-subtle: rgb(81.9607843137%, 90.5882352941%, 86.5882352941%);
    --bs-info-bg-subtle: rgb(81.0196078431%, 95.8431372549%, 98.8235294118%);
    --bs-warning-bg-subtle: rgb(100%, 95.137254902%, 80.5490196078%);
    --bs-danger-bg-subtle: rgb(97.2549019608%, 84.1568627451%, 85.4117647059%);
    --bs-light-bg-subtle: rgb(98.6274509804%, 98.8235294118%, 99.0196078431%);
    --bs-dark-bg-subtle: #ced4da;
    --bs-primary-border-subtle: rgb(62.0392156863%, 77.2549019608%, 99.6862745098%);
    --bs-secondary-border-subtle: rgb(76.9411764706%, 78.3529411765%, 79.6078431373%);
    --bs-success-border-subtle: rgb(63.9215686275%, 81.1764705882%, 73.1764705882%);
    --bs-info-border-subtle: rgb(62.0392156863%, 91.6862745098%, 97.6470588235%);
    --bs-warning-border-subtle: rgb(100%, 90.2745098039%, 61.0980392157%);
    --bs-danger-border-subtle: rgb(94.5098039216%, 68.3137254902%, 70.8235294118%);
    --bs-light-border-subtle: #e9ecef;
    --bs-dark-border-subtle: #adb5bd;
    --bs-white-rgb: 255, 255, 255;
    --bs-black-rgb: 0, 0, 0;
    --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, .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-color-rgb: 33, 37, 41;
    --bs-body-bg: #fff;
    --bs-body-bg-rgb: 255, 255, 255;
    --bs-emphasis-color: #000;
    --bs-emphasis-color-rgb: 0, 0, 0;
    --bs-secondary-color: rgba(33, 37, 41, .75);
    --bs-secondary-color-rgb: 33, 37, 41;
    --bs-secondary-bg: #e9ecef;
    --bs-secondary-bg-rgb: 233, 236, 239;
    --bs-tertiary-color: rgba(33, 37, 41, .5);
    --bs-tertiary-color-rgb: 33, 37, 41;
    --bs-tertiary-bg: #f8f9fa;
    --bs-tertiary-bg-rgb: 248, 249, 250;
    --bs-heading-color: inherit;
    --bs-link-color: #0d6efd;
    --bs-link-color-rgb: 13, 110, 253;
    --bs-link-decoration: underline;
    --bs-link-hover-color: rgb(4.0784313725%, 34.5098039216%, 79.3725490196%);
    --bs-link-hover-color-rgb: 10, 88, 202;
    --bs-code-color: #d63384;
    --bs-highlight-color: #212529;
    --bs-highlight-bg: rgb(100%, 95.137254902%, 80.5490196078%);
    --bs-border-width: 1px;
    --bs-border-style: solid;
    --bs-border-color: #dee2e6;
    --bs-border-color-translucent: rgba(0, 0, 0, .175);
    --bs-border-radius: .375rem;
    --bs-border-radius-sm: .25rem;
    --bs-border-radius-lg: .5rem;
    --bs-border-radius-xl: 1rem;
    --bs-border-radius-xxl: 2rem;
    --bs-border-radius-2xl: var(--bs-border-radius-xxl);
    --bs-border-radius-pill: 50rem;
    --bs-box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
    --bs-box-shadow-sm: 0 .125rem .25rem rgba(0, 0, 0, .075);
    --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, .175);
    --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, .075);
    --bs-focus-ring-width: .25rem;
    --bs-focus-ring-opacity: .25;
    --bs-focus-ring-color: rgba(13, 110, 253, .25);
    --bs-form-valid-color: #198754;
    --bs-form-valid-border-color: #198754;
    --bs-form-invalid-color: #dc3545;
    --bs-form-invalid-border-color: #dc3545
}

[data-bs-theme=dark] {
    color-scheme: dark;
    --bs-body-color: #dee2e6;
    --bs-body-color-rgb: 222, 226, 230;
    --bs-body-bg: #212529;
    --bs-body-bg-rgb: 33, 37, 41;
    --bs-emphasis-color: #fff;
    --bs-emphasis-color-rgb: 255, 255, 255;
    --bs-secondary-color: rgba(222, 226, 230, .75);
    --bs-secondary-color-rgb: 222, 226, 230;
    --bs-secondary-bg: #343a40;
    --bs-secondary-bg-rgb: 52, 58, 64;
    --bs-tertiary-color: rgba(222, 226, 230, .5);
    --bs-tertiary-color-rgb: 222, 226, 230;
    --bs-tertiary-bg: rgb(16.6666666667%, 18.6274509804%, 20.5882352941%);
    --bs-tertiary-bg-rgb: 43, 48, 53;
    --bs-primary-text-emphasis: rgb(43.0588235294%, 65.8823529412%, 99.5294117647%);
    --bs-secondary-text-emphasis: rgb(65.4117647059%, 67.5294117647%, 69.4117647059%);
    --bs-success-text-emphasis: rgb(45.8823529412%, 71.7647058824%, 59.7647058824%);
    --bs-info-text-emphasis: rgb(43.0588235294%, 87.5294117647%, 96.4705882353%);
    --bs-warning-text-emphasis: rgb(100%, 85.4117647059%, 41.6470588235%);
    --bs-danger-text-emphasis: rgb(91.7647058824%, 52.4705882353%, 56.2352941176%);
    --bs-light-text-emphasis: #f8f9fa;
    --bs-dark-text-emphasis: #dee2e6;
    --bs-primary-bg-subtle: rgb(1.0196078431%, 8.6274509804%, 19.8431372549%);
    --bs-secondary-bg-subtle: rgb(8.4705882353%, 9.1764705882%, 9.8039215686%);
    --bs-success-bg-subtle: rgb(1.9607843137%, 10.5882352941%, 6.5882352941%);
    --bs-info-bg-subtle: rgb(1.0196078431%, 15.8431372549%, 18.8235294118%);
    --bs-warning-bg-subtle: rgb(20%, 15.137254902%, .5490196078%);
    --bs-danger-bg-subtle: rgb(17.2549019608%, 4.1568627451%, 5.4117647059%);
    --bs-light-bg-subtle: #343a40;
    --bs-dark-bg-subtle: #1a1d20;
    --bs-primary-border-subtle: rgb(3.0588235294%, 25.8823529412%, 59.5294117647%);
    --bs-secondary-border-subtle: rgb(25.4117647059%, 27.5294117647%, 29.4117647059%);
    --bs-success-border-subtle: rgb(5.8823529412%, 31.7647058824%, 19.7647058824%);
    --bs-info-border-subtle: rgb(3.0588235294%, 47.5294117647%, 56.4705882353%);
    --bs-warning-border-subtle: rgb(60%, 45.4117647059%, 1.6470588235%);
    --bs-danger-border-subtle: rgb(51.7647058824%, 12.4705882353%, 16.2352941176%);
    --bs-light-border-subtle: #495057;
    --bs-dark-border-subtle: #343a40;
    --bs-heading-color: inherit;
    --bs-link-color: rgb(43.0588235294%, 65.8823529412%, 99.5294117647%);
    --bs-link-hover-color: rgb(54.4470588235%, 72.7058823529%, 99.6235294118%);
    --bs-link-color-rgb: 110, 168, 254;
    --bs-link-hover-color-rgb: 139, 185, 254;
    --bs-code-color: rgb(90.3529411765%, 52%, 71.0588235294%);
    --bs-highlight-color: #dee2e6;
    --bs-highlight-bg: rgb(40%, 30.2745098039%, 1.0980392157%);
    --bs-border-color: #495057;
    --bs-border-color-translucent: rgba(255, 255, 255, .15);
    --bs-form-valid-color: rgb(45.8823529412%, 71.7647058824%, 59.7647058824%);
    --bs-form-valid-border-color: rgb(45.8823529412%, 71.7647058824%, 59.7647058824%);
    --bs-form-invalid-color: rgb(91.7647058824%, 52.4705882353%, 56.2352941176%);
    --bs-form-invalid-border-color: rgb(91.7647058824%, 52.4705882353%, 56.2352941176%)
}

*,
*:before,
*:after {
    box-sizing: border-box
}

@media(prefers-reduced-motion:no-preference) {
    :root {
        scroll-behavior: smooth
    }
}

body {
    margin: 0;
    font-family: var(--bs-body-font-family);
    font-size: var(--bs-body-font-size);
    font-weight: var(--bs-body-font-weight);
    line-height: var(--bs-body-line-height);
    color: var(--bs-body-color);
    text-align: var(--bs-body-text-align);
    background-color: var(--bs-body-bg);
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

hr {
    margin: 1rem 0;
    color: inherit;
    border: 0;
    border-top: var(--bs-border-width) solid;
    opacity: .25
}

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

h1 {
    font-size: calc(1.375rem + 1.5vw)
}

@media(min-width:1200px) {
    h1 {
        font-size: 2.5rem
    }
}

h2 {
    font-size: calc(1.325rem + .9vw)
}

@media(min-width:1200px) {
    h2 {
        font-size: 2rem
    }
}

h3 {
    font-size: calc(1.3rem + .6vw)
}

@media(min-width:1200px) {
    h3 {
        font-size: 1.75rem
    }
}

h4 {
    font-size: calc(1.275rem + .3vw)
}

@media(min-width:1200px) {
    h4 {
        font-size: 1.5rem
    }
}

h5 {
    font-size: 1.25rem
}

h6 {
    font-size: 1rem
}

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

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

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

ol,
ul {
    padding-left: 2rem
}

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

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

dt {
    font-weight: 700
}

dd {
    margin-bottom: .5rem;
    margin-left: 0
}

blockquote {
    margin: 0 0 1rem
}

b,
strong {
    font-weight: bolder
}

small {
    font-size: .875em
}

mark {
    padding: .1875em;
    color: var(--bs-highlight-color);
    background-color: var(--bs-highlight-bg)
}

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

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

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

a:hover {
    --bs-link-color-rgb: var(--bs-link-hover-color-rgb)
}

a:not([href]):not([class]),
a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none
}

pre,
code,
kbd,
samp {
    font-family: var(--bs-font-monospace);
    font-size: 1em
}

pre {
    display: block;
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    font-size: .875em
}

pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal
}

code {
    font-size: .875em;
    color: var(--bs-code-color);
    word-wrap: break-word
}

a>code {
    color: inherit
}

kbd {
    padding: .1875rem .375rem;
    font-size: .875em;
    color: var(--bs-body-bg);
    background-color: var(--bs-body-color);
    border-radius: .25rem
}

kbd kbd {
    padding: 0;
    font-size: 1em
}

figure {
    margin: 0 0 1rem
}

img,
svg {
    vertical-align: middle
}

table {
    caption-side: bottom;
    border-collapse: collapse
}

caption {
    padding-top: .5rem;
    padding-bottom: .5rem;
    color: var(--bs-secondary-color);
    text-align: left
}

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

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

label {
    display: inline-block
}

button {
    border-radius: 0
}

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

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

button,
select {
    text-transform: none
}

[role=button] {
    cursor: pointer
}

select {
    word-wrap: normal
}

select:disabled {
    opacity: 1
}

[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator {
    display: none !important
}

button,
[type=button],
[type=reset],
[type=submit] {
    -webkit-appearance: button
}

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
    cursor: pointer
}

::-moz-focus-inner {
    padding: 0;
    border-style: none
}

textarea {
    resize: vertical
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0
}

legend {
    float: left;
    width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    line-height: inherit;
    font-size: calc(1.275rem + .3vw)
}

@media(min-width:1200px) {
    legend {
        font-size: 1.5rem
    }
}

legend+* {
    clear: left
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
    padding: 0
}

::-webkit-inner-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-cancel-button {
    cursor: pointer;
    filter: grayscale(1)
}

::-webkit-search-decoration {
    -webkit-appearance: none
}

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

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

output {
    display: inline-block
}

iframe {
    border: 0
}

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

progress {
    vertical-align: baseline
}

[hidden] {
    display: none !important
}

:root {
    --bs-breakpoint-xs: 0;
    --bs-breakpoint-sm: 576px;
    --bs-breakpoint-md: 768px;
    --bs-breakpoint-lg: 992px;
    --bs-breakpoint-xl: 1200px;
    --bs-breakpoint-xxl: 1400px
}

.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(-.5 * var(--bs-gutter-x));
    margin-left: calc(-.5 * var(--bs-gutter-x))
}

.row>* {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-top: var(--bs-gutter-y)
}

.col {
    flex: 1 0 0
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.g-2,
.gy-2 {
    --bs-gutter-y: .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.33333333%
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .offset-sm-0 {
        margin-left: 0
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

    .g-sm-1,
    .gx-sm-1 {
        --bs-gutter-x: .25rem
    }

    .g-sm-1,
    .gy-sm-1 {
        --bs-gutter-y: .25rem
    }

    .g-sm-2,
    .gx-sm-2 {
        --bs-gutter-x: .5rem
    }

    .g-sm-2,
    .gy-sm-2 {
        --bs-gutter-y: .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.33333333%
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .offset-md-0 {
        margin-left: 0
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

    .g-md-1,
    .gx-md-1 {
        --bs-gutter-x: .25rem
    }

    .g-md-1,
    .gy-md-1 {
        --bs-gutter-y: .25rem
    }

    .g-md-2,
    .gx-md-2 {
        --bs-gutter-x: .5rem
    }

    .g-md-2,
    .gy-md-2 {
        --bs-gutter-y: .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.33333333%
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .offset-lg-0 {
        margin-left: 0
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

    .g-lg-1,
    .gx-lg-1 {
        --bs-gutter-x: .25rem
    }

    .g-lg-1,
    .gy-lg-1 {
        --bs-gutter-y: .25rem
    }

    .g-lg-2,
    .gx-lg-2 {
        --bs-gutter-x: .5rem
    }

    .g-lg-2,
    .gy-lg-2 {
        --bs-gutter-y: .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.33333333%
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .offset-xl-0 {
        margin-left: 0
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

    .g-xl-1,
    .gx-xl-1 {
        --bs-gutter-x: .25rem
    }

    .g-xl-1,
    .gy-xl-1 {
        --bs-gutter-y: .25rem
    }

    .g-xl-2,
    .gx-xl-2 {
        --bs-gutter-x: .5rem
    }

    .g-xl-2,
    .gy-xl-2 {
        --bs-gutter-y: .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.33333333%
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .offset-xxl-0 {
        margin-left: 0
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

    .g-xxl-1,
    .gx-xxl-1 {
        --bs-gutter-x: .25rem
    }

    .g-xxl-1,
    .gy-xxl-1 {
        --bs-gutter-y: .25rem
    }

    .g-xxl-2,
    .gx-xxl-2 {
        --bs-gutter-x: .5rem
    }

    .g-xxl-2,
    .gy-xxl-2 {
        --bs-gutter-y: .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
    }
}

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

.nav-link {
    display: block;
    padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
    font-size: var(--bs-nav-link-font-size);
    font-weight: var(--bs-nav-link-font-weight);
    color: var(--bs-nav-link-color);
    text-decoration: none;
    background: none;
    border: 0;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out
}

@media(prefers-reduced-motion:reduce) {
    .nav-link {
        transition: none
    }
}

.nav-link:hover,
.nav-link:focus {
    color: var(--bs-nav-link-hover-color)
}

.nav-link:focus-visible {
    outline: 0;
    box-shadow: 0 0 0 .25rem #0d6efd40
}

.nav-link.disabled,
.nav-link:disabled {
    color: var(--bs-nav-link-disabled-color);
    pointer-events: none;
    cursor: default
}

.nav-tabs {
    --bs-nav-tabs-border-width: var(--bs-border-width);
    --bs-nav-tabs-border-color: var(--bs-border-color);
    --bs-nav-tabs-border-radius: var(--bs-border-radius);
    --bs-nav-tabs-link-hover-border-color: var(--bs-secondary-bg) var(--bs-secondary-bg) var(--bs-border-color);
    --bs-nav-tabs-link-active-color: var(--bs-emphasis-color);
    --bs-nav-tabs-link-active-bg: var(--bs-body-bg);
    --bs-nav-tabs-link-active-border-color: var(--bs-border-color) var(--bs-border-color) var(--bs-body-bg);
    border-bottom: var(--bs-nav-tabs-border-width) solid var(--bs-nav-tabs-border-color)
}

.nav-tabs .nav-link {
    margin-bottom: calc(-1 * var(--bs-nav-tabs-border-width));
    border: var(--bs-nav-tabs-border-width) solid transparent;
    border-top-left-radius: var(--bs-nav-tabs-border-radius);
    border-top-right-radius: var(--bs-nav-tabs-border-radius)
}

.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
    isolation: isolate;
    border-color: var(--bs-nav-tabs-link-hover-border-color)
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
    color: var(--bs-nav-tabs-link-active-color);
    background-color: var(--bs-nav-tabs-link-active-bg);
    border-color: var(--bs-nav-tabs-link-active-border-color)
}

.nav-tabs .dropdown-menu {
    margin-top: calc(-1 * var(--bs-nav-tabs-border-width));
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.nav-pills {
    --bs-nav-pills-border-radius: var(--bs-border-radius);
    --bs-nav-pills-link-active-color: #fff;
    --bs-nav-pills-link-active-bg: #0d6efd
}

.nav-pills .nav-link {
    border-radius: var(--bs-nav-pills-border-radius)
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: var(--bs-nav-pills-link-active-color);
    background-color: var(--bs-nav-pills-link-active-bg)
}

.nav-underline {
    --bs-nav-underline-gap: 1rem;
    --bs-nav-underline-border-width: .125rem;
    --bs-nav-underline-link-active-color: var(--bs-emphasis-color);
    gap: var(--bs-nav-underline-gap)
}

.nav-underline .nav-link {
    padding-right: 0;
    padding-left: 0;
    border-bottom: var(--bs-nav-underline-border-width) solid transparent
}

.nav-underline .nav-link:hover,
.nav-underline .nav-link:focus {
    border-bottom-color: currentcolor
}

.nav-underline .nav-link.active,
.nav-underline .show>.nav-link {
    font-weight: 700;
    color: var(--bs-nav-underline-link-active-color);
    border-bottom-color: currentcolor
}

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

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

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

.tab-content>.tab-pane {
    display: none
}

.tab-content>.active {
    display: block
}

.navbar {
    --bs-navbar-padding-x: 0;
    --bs-navbar-padding-y: .5rem;
    --bs-navbar-color: rgba(var(--bs-emphasis-color-rgb), .65);
    --bs-navbar-hover-color: rgba(var(--bs-emphasis-color-rgb), .8);
    --bs-navbar-disabled-color: rgba(var(--bs-emphasis-color-rgb), .3);
    --bs-navbar-active-color: rgba(var(--bs-emphasis-color-rgb), 1);
    --bs-navbar-brand-padding-y: .3125rem;
    --bs-navbar-brand-margin-end: 1rem;
    --bs-navbar-brand-font-size: 1.25rem;
    --bs-navbar-brand-color: rgba(var(--bs-emphasis-color-rgb), 1);
    --bs-navbar-brand-hover-color: rgba(var(--bs-emphasis-color-rgb), 1);
    --bs-navbar-nav-link-padding-x: .5rem;
    --bs-navbar-toggler-padding-y: .25rem;
    --bs-navbar-toggler-padding-x: .75rem;
    --bs-navbar-toggler-font-size: 1.25rem;
    --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2833, 37, 41, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    --bs-navbar-toggler-border-color: rgba(var(--bs-emphasis-color-rgb), .15);
    --bs-navbar-toggler-border-radius: var(--bs-border-radius);
    --bs-navbar-toggler-focus-width: .25rem;
    --bs-navbar-toggler-transition: box-shadow .15s ease-in-out;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: var(--bs-navbar-padding-y) var(--bs-navbar-padding-x)
}

.navbar>.container-xxl,
.navbar>.container-xl,
.navbar>.container-lg,
.navbar>.container-md,
.navbar>.container-sm,
.navbar>.container,
.navbar>.container-fluid {
    display: flex;
    flex-wrap: inherit;
    align-items: center;
    justify-content: space-between
}

.navbar-brand {
    padding-top: var(--bs-navbar-brand-padding-y);
    padding-bottom: var(--bs-navbar-brand-padding-y);
    margin-right: var(--bs-navbar-brand-margin-end);
    font-size: var(--bs-navbar-brand-font-size);
    color: var(--bs-navbar-brand-color);
    text-decoration: none;
    white-space: nowrap
}

.navbar-brand:hover,
.navbar-brand:focus {
    color: var(--bs-navbar-brand-hover-color)
}

.navbar-nav {
    --bs-nav-link-padding-x: 0;
    --bs-nav-link-padding-y: .5rem;
    --bs-nav-link-font-weight: ;
    --bs-nav-link-color: var(--bs-navbar-color);
    --bs-nav-link-hover-color: var(--bs-navbar-hover-color);
    --bs-nav-link-disabled-color: var(--bs-navbar-disabled-color);
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
    color: var(--bs-navbar-active-color)
}

.navbar-nav .dropdown-menu {
    position: static
}

.navbar-text {
    padding-top: .5rem;
    padding-bottom: .5rem;
    color: var(--bs-navbar-color)
}

.navbar-text a,
.navbar-text a:hover,
.navbar-text a:focus {
    color: var(--bs-navbar-active-color)
}

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

.navbar-toggler {
    padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
    font-size: var(--bs-navbar-toggler-font-size);
    line-height: 1;
    color: var(--bs-navbar-color);
    background-color: transparent;
    border: var(--bs-border-width) solid var(--bs-navbar-toggler-border-color);
    border-radius: var(--bs-navbar-toggler-border-radius);
    transition: var(--bs-navbar-toggler-transition)
}

@media(prefers-reduced-motion:reduce) {
    .navbar-toggler {
        transition: none
    }
}

.navbar-toggler:hover {
    text-decoration: none
}

.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: 0 0 0 var(--bs-navbar-toggler-focus-width)
}

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

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

@media(min-width:576px) {
    .navbar-expand-sm {
        flex-wrap: nowrap;
        justify-content: flex-start
    }

    .navbar-expand-sm .navbar-nav {
        flex-direction: row
    }

    .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: var(--bs-navbar-nav-link-padding-x);
        padding-left: var(--bs-navbar-nav-link-padding-x)
    }

    .navbar-expand-sm .navbar-nav-scroll {
        overflow: visible
    }

    .navbar-expand-sm .navbar-collapse {
        display: flex !important;
        flex-basis: auto
    }

    .navbar-expand-sm .navbar-toggler {
        display: none
    }

    .navbar-expand-sm .offcanvas {
        position: static;
        z-index: auto;
        flex-grow: 1;
        width: auto !important;
        height: auto !important;
        visibility: visible !important;
        background-color: transparent !important;
        border: 0 !important;
        transform: none !important;
        transition: none
    }

    .navbar-expand-sm .offcanvas .offcanvas-header {
        display: none
    }

    .navbar-expand-sm .offcanvas .offcanvas-body {
        display: flex;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible
    }
}

@media(min-width:768px) {
    .navbar-expand-md {
        flex-wrap: nowrap;
        justify-content: flex-start
    }

    .navbar-expand-md .navbar-nav {
        flex-direction: row
    }

    .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: var(--bs-navbar-nav-link-padding-x);
        padding-left: var(--bs-navbar-nav-link-padding-x)
    }

    .navbar-expand-md .navbar-nav-scroll {
        overflow: visible
    }

    .navbar-expand-md .navbar-collapse {
        display: flex !important;
        flex-basis: auto
    }

    .navbar-expand-md .navbar-toggler {
        display: none
    }

    .navbar-expand-md .offcanvas {
        position: static;
        z-index: auto;
        flex-grow: 1;
        width: auto !important;
        height: auto !important;
        visibility: visible !important;
        background-color: transparent !important;
        border: 0 !important;
        transform: none !important;
        transition: none
    }

    .navbar-expand-md .offcanvas .offcanvas-header {
        display: none
    }

    .navbar-expand-md .offcanvas .offcanvas-body {
        display: flex;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible
    }
}

@media(min-width:992px) {
    .navbar-expand-lg {
        flex-wrap: nowrap;
        justify-content: flex-start
    }

    .navbar-expand-lg .navbar-nav {
        flex-direction: row
    }

    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: var(--bs-navbar-nav-link-padding-x);
        padding-left: var(--bs-navbar-nav-link-padding-x)
    }

    .navbar-expand-lg .navbar-nav-scroll {
        overflow: visible
    }

    .navbar-expand-lg .navbar-collapse {
        display: flex !important;
        flex-basis: auto
    }

    .navbar-expand-lg .navbar-toggler {
        display: none
    }

    .navbar-expand-lg .offcanvas {
        position: static;
        z-index: auto;
        flex-grow: 1;
        width: auto !important;
        height: auto !important;
        visibility: visible !important;
        background-color: transparent !important;
        border: 0 !important;
        transform: none !important;
        transition: none
    }

    .navbar-expand-lg .offcanvas .offcanvas-header {
        display: none
    }

    .navbar-expand-lg .offcanvas .offcanvas-body {
        display: flex;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible
    }
}

@media(min-width:1200px) {
    .navbar-expand-xl {
        flex-wrap: nowrap;
        justify-content: flex-start
    }

    .navbar-expand-xl .navbar-nav {
        flex-direction: row
    }

    .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: var(--bs-navbar-nav-link-padding-x);
        padding-left: var(--bs-navbar-nav-link-padding-x)
    }

    .navbar-expand-xl .navbar-nav-scroll {
        overflow: visible
    }

    .navbar-expand-xl .navbar-collapse {
        display: flex !important;
        flex-basis: auto
    }

    .navbar-expand-xl .navbar-toggler {
        display: none
    }

    .navbar-expand-xl .offcanvas {
        position: static;
        z-index: auto;
        flex-grow: 1;
        width: auto !important;
        height: auto !important;
        visibility: visible !important;
        background-color: transparent !important;
        border: 0 !important;
        transform: none !important;
        transition: none
    }

    .navbar-expand-xl .offcanvas .offcanvas-header {
        display: none
    }

    .navbar-expand-xl .offcanvas .offcanvas-body {
        display: flex;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible
    }
}

@media(min-width:1400px) {
    .navbar-expand-xxl {
        flex-wrap: nowrap;
        justify-content: flex-start
    }

    .navbar-expand-xxl .navbar-nav {
        flex-direction: row
    }

    .navbar-expand-xxl .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-xxl .navbar-nav .nav-link {
        padding-right: var(--bs-navbar-nav-link-padding-x);
        padding-left: var(--bs-navbar-nav-link-padding-x)
    }

    .navbar-expand-xxl .navbar-nav-scroll {
        overflow: visible
    }

    .navbar-expand-xxl .navbar-collapse {
        display: flex !important;
        flex-basis: auto
    }

    .navbar-expand-xxl .navbar-toggler {
        display: none
    }

    .navbar-expand-xxl .offcanvas {
        position: static;
        z-index: auto;
        flex-grow: 1;
        width: auto !important;
        height: auto !important;
        visibility: visible !important;
        background-color: transparent !important;
        border: 0 !important;
        transform: none !important;
        transition: none
    }

    .navbar-expand-xxl .offcanvas .offcanvas-header {
        display: none
    }

    .navbar-expand-xxl .offcanvas .offcanvas-body {
        display: flex;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible
    }
}

.navbar-expand {
    flex-wrap: nowrap;
    justify-content: flex-start
}

.navbar-expand .navbar-nav {
    flex-direction: row
}

.navbar-expand .navbar-nav .dropdown-menu {
    position: absolute
}

.navbar-expand .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x)
}

.navbar-expand .navbar-nav-scroll {
    overflow: visible
}

.navbar-expand .navbar-collapse {
    display: flex !important;
    flex-basis: auto
}

.navbar-expand .navbar-toggler {
    display: none
}

.navbar-expand .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none
}

.navbar-expand .offcanvas .offcanvas-header {
    display: none
}

.navbar-expand .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible
}

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

[data-bs-theme=dark] .navbar-toggler-icon {
    --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}

.fade {
    transition: opacity .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 .35s ease
}

@media(prefers-reduced-motion:reduce) {
    .collapsing {
        transition: none
    }
}

.collapsing.collapse-horizontal {
    width: 0;
    height: auto;
    transition: width .35s ease
}

@media(prefers-reduced-motion:reduce) {
    .collapsing.collapse-horizontal {
        transition: none
    }
}

html,
body {
    font-family: Hanken Grotesk, sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #3a4453;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: #fff;
    scroll-behavior: smooth
}

#body-wrapper {
    margin: 0 auto
}

.ib {
    display: inline-block
}

.container-responsive {
    width: 100%;
    max-width: 68.75rem;
    margin-inline: auto
}

h1 {
    margin-top: 0
}

#main-content section {
    padding: 5rem
}

@media(max-width:991px) {

    #main-content section {
        padding: 4rem
    }
}

@media(max-width:767px) {

    #main-content section {
        padding: 2.5rem
    }
}

@media(max-width:576px) {

    #main-content section {
        padding: 2rem
    }
}

a {
    color: inherit;
    transition: color .2s
}

a:hover {
    text-decoration: none;
    color: #8db120
}

p {
    font-size: inherit
}

p a {
    font-weight: bolder;
    color: #8db120
}

p a:hover {
    text-decoration: underline
}

hr {
    margin-block: 2rem
}

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

.serif {
    font-family: Outfit, sans-serif
}

.sans {
    font-family: Hanken Grotesk, sans-serif
}

.fill-right,
.fill-left {
    position: relative
}

.fill-right:after,
.fill-left:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 50vw;
    background: inherit
}

.fill-right:after {
    left: 100%
}

.fill-left:before {
    right: 100%
}

#body-wrapper .btn,
#body-wrapper .hs-button,
#body-wrapper .tab-button {
    display: inline-block;
    font-size: 1rem;
    border-radius: .9375rem;
    padding: .95em 1.25em;
    line-height: 1.25em;
    letter-spacing: .02em;
    text-align: center;
    box-shadow: 0 .625rem .78125rem #00000014;
    font-family: Hanken Grotesk, sans-serif;
    font-weight: 700;
    border: 2px solid transparent;
    background-clip: border-box;
    will-change: transform;
    text-transform: none;
    text-decoration: none;
    transition: background-color 1s cubic-bezier(.19, 1, .12, 1), border-color 1s cubic-bezier(.19, 1, .12, 1), box-shadow 1s cubic-bezier(.19, 1, .12, 1), color 1s cubic-bezier(.19, 1, .12, 1), transform 1s cubic-bezier(.19, 1, .12, 1)
}

#body-wrapper .btn:hover,
#body-wrapper .hs-button:hover,
#body-wrapper .tab-button:hover {
    transform: translatey(-.125rem);
    box-shadow: 0 .25rem .5rem #0000001a
}

#body-wrapper .btn,
#body-wrapper .hs-button,
#body-wrapper .tab-button {
    background-color: #8db120;
    border-color: #8db120;
    color: #132138
}

#body-wrapper .btn:hover,
#body-wrapper .hs-button:hover,
#body-wrapper .tab-button:hover {
    background-color: #fff;
    border-color: #8db120;
    color: #8db120
}

#body-wrapper .btn.btn-hollow,
#body-wrapper .hs-button.btn-hollow,
#body-wrapper .tab-button.btn-hollow {
    background-color: #fff;
    border-color: #132138;
    color: #132138
}

#body-wrapper .btn.btn-hollow:hover,
#body-wrapper .hs-button.btn-hollow:hover,
#body-wrapper .tab-button.btn-hollow:hover {
    background-color: #132138;
    border-color: transparent;
    color: #fff
}

#body-wrapper .btn.btn-blue,
#body-wrapper .hs-button.btn-blue,
#body-wrapper .tab-button.btn-blue {
    background-color: #2f71b1;
    border-color: #2f71b1;
    color: #fff
}

#body-wrapper .btn.btn-blue:hover,
#body-wrapper .hs-button.btn-blue:hover,
#body-wrapper .tab-button.btn-blue:hover {
    background-color: #fff;
    border-color: #2f71b1;
    color: #2f71b1
}

.navbar-toggler {
    padding: .75rem .5rem !important;
    transition: background .2s;
    background: transparent !important;
    border-radius: 0;
    border: 0 !important
}

.burger-icon {
    position: relative;
    margin-top: .4375rem;
    margin-bottom: .4375rem;
    -webkit-user-select: none;
    user-select: none
}

.burger-icon,
.burger-icon:before,
.burger-icon:after {
    display: block;
    width: 1.5rem;
    height: .125rem;
    background-color: #3a4453;
    outline: 1px solid transparent;
    border-radius: .625rem;
    transition-property: background-color, transform;
    transition-duration: .3s
}

.burger-icon:before,
.burger-icon:after {
    position: absolute;
    content: ""
}

.burger-icon:before {
    top: -.4375rem
}

.burger-icon:after {
    top: .4375rem
}

.navbar-toggler:not(.collapsed) .burger-icon {
    position: relative;
    margin-top: .4375rem;
    margin-bottom: .4375rem;
    -webkit-user-select: none;
    user-select: none
}

.navbar-toggler:not(.collapsed) .burger-icon,
.navbar-toggler:not(.collapsed) .burger-icon:before,
.navbar-toggler:not(.collapsed) .burger-icon:after {
    display: block;
    width: 1.5rem;
    height: .125rem;
    background-color: #3a4453;
    outline: 1px solid transparent;
    border-radius: .625rem;
    transition-property: background-color, transform;
    transition-duration: .3s
}

.navbar-toggler:not(.collapsed) .burger-icon:before,
.navbar-toggler:not(.collapsed) .burger-icon:after {
    position: absolute;
    content: ""
}

.navbar-toggler:not(.collapsed) .burger-icon:before {
    top: -.4375rem
}

.navbar-toggler:not(.collapsed) .burger-icon:after {
    top: .4375rem
}

.navbar-toggler:not(.collapsed) .burger-icon {
    background-color: transparent
}

.navbar-toggler:not(.collapsed) .burger-icon:before {
    transform: translateY(.4375rem) rotate(45deg)
}

.navbar-toggler:not(.collapsed) .burger-icon:after {
    transform: translateY(-.4375rem) rotate(-45deg)
}

#page-header {
    background-color: #fff;
    height: 5.9375rem
}

.navbar {
    padding: 1.25rem 2.5rem;
    background: transparent
}

.navbar>.container-responsive {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    max-width: 68.75rem
}

.navbar .navbar-brand {
    padding: 0;
    margin: 0
}

.navbar .logo {
    width: 100%;
    height: auto;
    max-width: 9.75rem
}

.navbar .navbar-nav {
    margin-inline-start: auto
}

.navbar .dropdown {
    position: static
}

.navbar #primary-nav {
    align-items: center;
    justify-content: space-between
}

.navbar #primary-nav .nav-link:not(.btn) {
    font-family: Hanken Grotesk, sans-serif;
    font-weight: 400;
    color: #132138
}

.navbar #primary-nav .nav-link:not(.btn):hover {
    color: #8db120
}

@media(min-width:992px) {
    .navbar #primary-nav {
        width: 100%;
        max-width: 46.25rem
    }
}

@media(max-width:991px) {
    .navbar .navbar-collapse {
        margin-top: 1.25rem
    }

    .navbar #primary-nav {
        align-items: flex-start;
        width: 100%;
        padding: .75rem 1.25rem 1.25rem;
        background-color: #fff;
        border-radius: 0 0 .5rem .5rem;
        position: relative;
        z-index: 2
    }

    .navbar #primary-nav .btn {
        margin-top: 1em
    }

    .navbar #primary-nav .nav-item {
        width: 100%
    }
}

@media(max-width:767px) {
    .navbar {
        padding: 1.25rem
    }
}

#body-wrapper h1 {
    font-size: clamp(2.25rem, 1.2rem + 3vw, 4rem);
    color: #132138;
    line-height: 1.15em;
    font-style: normal;
    font-family: Outfit, sans-serif;
    font-weight: 700;
    letter-spacing: -.045em;
    margin: 0
}

#body-wrapper h2 {
    color: #132138;
    font-family: Outfit, sans-serif;
    font-size: clamp(1.75rem, 1rem + 2.4vw, 3.5rem);
    font-style: normal;
    font-weight: 700;
    line-height: 1.05em;
    letter-spacing: -.045em;
    margin: 0
}

#body-wrapper h3 {
    font-size: 1.25rem;
    color: #132138;
    line-height: 1.2em;
    font-family: Hanken Grotesk, sans-serif;
    font-weight: 700;
    margin: 0
}

#body-wrapper p,
#body-wrapper ul,
#body-wrapper ol {
    color: #3a4453;
    font-family: Hanken Grotesk, sans-serif;
    font-size: 1rem;
    line-height: 1.375em;
    font-weight: 400
}

#body-wrapper .large-text {
    font-size: 1.125rem;
    line-height: 1.33em;
    color: #132138
}

#body-wrapper .eyebrow {
    font-size: 1.375rem;
    font-weight: 800;
    line-height: 1.27em;
    letter-spacing: .07em;
    text-transform: uppercase;
    color: #132138;
    margin-block-end: 1.125rem
}

#body-wrapper .white {
    color: #fff
}

#body-wrapper .blue {
    color: #2f71b1
}

#body-wrapper .info-box {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1.125rem .875rem;
    background-color: #fff;
    border-radius: 2.125rem;
    gap: .75rem
}

#body-wrapper .info-box .icon-wrapper {
    width: 2.5rem;
    height: 2.5rem;
    display: flex;
    justify-content: center;
    align-items: center
}

#body-wrapper .info-box .large-text {
    margin: 0;
    font-weight: 600;
    letter-spacing: -.03em
}

#body-wrapper .icon-list {
    list-style: none;
    margin: 0;
    padding: 0
}

#body-wrapper .icon-list li {
    padding-block: .25rem .875rem;
    margin-block-end: .5rem;
    padding-inline-start: 3.375rem;
    position: relative;
    border-block-end: 1px solid #8DB120;
    color: #132138;
    line-height: 1.5rem;
    text-wrap: balance
}

#body-wrapper .icon-list li .border-0 {
    border: 0;
    margin: 0
}

#body-wrapper .icon-list li h3 {
    display: inline
}

#body-wrapper .icon-list li:before {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    height: 2.25rem;
    left: .625rem;
    position: absolute;
    top: 0;
    width: 2.25rem
}

#body-wrapper .overflow-row {
    overflow-x: hidden
}

#body-wrapper .overflow-row.overflow-bg {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

@media(min-width:992px) {
    #body-wrapper .overflow-row .overflow-img {
        width: calc(100% + 21.25rem);
        max-width: none;
        margin-inline-start: -21.25rem;
        border-radius: 12.5rem
    }
}

@media(min-width:768px) {
    #body-wrapper .overflow-row.overflow-bg {
        min-height: 38.25rem;
        align-content: center
    }

    #body-wrapper .white-col {
        background-color: #fff;
        padding: 2.625rem 8.25rem 2.625rem 0;
        border-radius: 0 12.5rem 12.5rem 0
    }
}

@media(max-width:991px) {
    #body-wrapper h1.small-hero {
        font-size: 2.75rem
    }

    #body-wrapper h3 {
        font-size: 1.125rem
    }

    #body-wrapper .eyebrow {
        font-size: 1.25rem
    }

    #body-wrapper .tablet-center {
        text-align: center
    }

    #body-wrapper .tablet-center .video-wrapper,
    #body-wrapper .tablet-center .img-wrapper {
        margin: 0 auto
    }

    #body-wrapper .info-box {
        gap: .5rem
    }

    #body-wrapper .info-box .large-text {
        font-size: 1rem;
        font-weight: 500
    }

    #body-wrapper .info-box .icon-wrapper {
        width: 2rem;
        height: 2rem
    }

    #body-wrapper .overflow-row .overflow-img {
        width: 100%;
        max-width: 27.5rem;
        height: auto;
        border-radius: 5rem;
        display: block;
        margin-inline: auto;
        margin-block-end: 2.5rem
    }
}

@media(max-width:767px) {
    #body-wrapper h1.small-hero {
        font-size: 2.25rem
    }

    #body-wrapper .eyebrow {
        font-size: 1.125rem
    }
}

#body-wrapper #page-header #primary-nav .nav-link:not(.btn) {
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .02em;
    font-size: .875rem;
    color: #34465e
}

#body-wrapper #main-content #hero {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, #132138, #1a2f51 55%, #2f71b1);
    color: #fff
}

#body-wrapper #main-content #hero:before {
    content: "";
    position: absolute;
    inset: 0;
    background: url(/wp-content/uploads/2026/08/hero-bg.webp) center/cover no-repeat;
    mix-blend-mode: soft-light;
    opacity: .3;
    pointer-events: none
}

#body-wrapper #main-content #hero .container-responsive {
    position: relative;
    z-index: 1
}

#body-wrapper #main-content #hero .oz-hero-row {
    display: flex;
    align-items: center;
    gap: 2.5rem
}

@media(max-width:991px) {
    #body-wrapper #main-content #hero .oz-hero-row {
        flex-direction: column
    }
}

#body-wrapper #main-content #hero .oz-hero-copy {
    flex: 0 1 59%
}

#body-wrapper #main-content #hero .oz-hero-copy p {
    max-width: 35rem;
    margin-block: 1.5rem 2rem
}

#body-wrapper #main-content #hero .oz-rule {
    display: block;
    width: 12.375rem;
    height: .3125rem;
    border-radius: .3125rem;
    background: #8db120;
	margin: 30px 0;
}

#body-wrapper #main-content #hero .oz-hero-media {
    flex: 0 1 38%;
    position: relative
}

#body-wrapper #main-content #hero .oz-hero-orbit {
    position: absolute;
    top: 3.0625rem;
    right: -3.125rem;
    width: 31.4375rem;
    height: 31.25rem;
    max-width: none;
    opacity: .6;
    z-index: 0
}

#body-wrapper #main-content #hero .oz-hero-photo {
    position: relative;
    width: 100%;
    max-width: 22.5rem;
    margin-inline: auto;
    padding: 1.5em;
    background: linear-gradient(180deg, #8db120, #132138);
    border-radius: 50%;
    overflow: hidden
}

#body-wrapper #main-content #hero .oz-hero-photo img {
    position: absolute;
    inset: .875rem;
    object-fit: cover;
    border-radius: 50%
}

@media(max-width:575.98px) {

    #body-wrapper #main-content #hero .oz-hero-copy,
    #body-wrapper #main-content #hero .oz-hero-media {
        flex: 0 1 100%
    }
}

#body-wrapper #main-content #section2 {
    position: relative;
    overflow: hidden;
    text-align: center
}

#body-wrapper #main-content #section2 .oz-orbit {
    position: absolute;
    pointer-events: none;
    z-index: 0
}

#body-wrapper #main-content #section2 .oz-section2-orbit-tl {
    top: -15.5625rem;
    left: -3.1875rem;
    width: 31.4375rem;
    height: 31.25rem
}

#body-wrapper #main-content #section2 .oz-section2-orbit-br {
    bottom: 13.625rem;
    right: -3.125rem;
    width: 20rem;
    height: 19.875rem
}

#body-wrapper #main-content #section2 .container-responsive {
    position: relative;
    z-index: 1
}

#body-wrapper #main-content #section2 .oz-lead-in {
    font-family: Outfit, sans-serif;
    font-weight: 500;
    font-size: 1.5rem;
    margin: 0
}

#body-wrapper #main-content #section2 .oz-section2-intro {
    max-width: 45.625rem;
    margin-inline: auto;
    margin-block: 1.5rem 3rem
}

#body-wrapper #main-content #section2 .oz-cards-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-align: left;
    gap: 1.5rem;
    margin-block-end: 3rem
}

#body-wrapper #main-content #section2 .oz-card {
    flex: 0 1 22%;
    background: #fff;
    border: 1px solid #70A6DC;
    border-radius: 1.5rem;
    box-shadow: 0 .875rem 1.125rem #102f5214;
    padding: 1.625rem
}

#body-wrapper #main-content #section2 .oz-card h3 {
    margin-block-start: 1rem
}

#body-wrapper #main-content #section2 .oz-card-icon {
    width: 3.125rem;
    height: 3.125rem;
    border-radius: 1rem;
    background: #132138;
    display: flex;
    align-items: center;
    justify-content: center
}

#body-wrapper #main-content #section2 .oz-card-icon img {
    width: 1.5rem;
    height: 1.5rem
}

#body-wrapper #main-content #section2 .oz-section2-callout {
    font-family: Outfit, sans-serif;
    font-weight: 500;
    font-size: 1.75rem;
    line-height: 1.35em;
    max-width: 49.375rem;
    margin-inline: auto;
    margin-block-end: 2rem
}

@media(max-width:991px) {
    #body-wrapper #main-content #section2 .oz-card {
        flex: 0 1 47%
    }
}

@media(max-width:575.98px) {
    #body-wrapper #main-content #section2 .oz-card {
        flex: 0 1 100%
    }
}

#body-wrapper #main-content #section3 .oz-section3-card {
    position: relative;
    overflow: hidden;
    background: #132138;
    border-radius: 1.25rem;
    padding: 4rem 3.5rem
}

#body-wrapper #main-content #section3 .oz-section3-lines {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: auto;
    pointer-events: none;
    padding-right: 1em
}

#body-wrapper #main-content #section3 h2 {
    position: relative;
    z-index: 1;
    max-width: 35rem;
    margin-block-end: 2.5rem
}

#body-wrapper #main-content #section3 .oz-section3-cols {
    position: relative;
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    width: 85%
}

#body-wrapper #main-content #section3 .oz-section3-col {
    flex: 0 1 30%
}

#body-wrapper #main-content #section3 .oz-section3-col h3 {
    font-family: Outfit, sans-serif;
    font-weight: 500;
    font-size: 1.75rem;
    color: #70a6dc;
    margin-block-end: 1rem
}

@media(max-width:991px) {
    #body-wrapper #main-content #section3 .oz-section3-col {
        flex: 0 1 47%
    }
}

@media(max-width:575.98px) {
    #body-wrapper #main-content #section3 .oz-section3-card {
        padding: 2.5rem 1.75rem
    }

    #body-wrapper #main-content #section3 .oz-section3-col {
        flex: 0 1 100%
    }
}

#body-wrapper #main-content #section4 .oz-section4-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 3rem
}

#body-wrapper #main-content #section4 .oz-section4-media {
    flex: 0 1 26%
}

#body-wrapper #main-content #section4 .oz-pill-photo {
    position: relative;
    width: 100%;
    border-radius: 9.875rem;
    overflow: hidden
}

#body-wrapper #main-content #section4 .oz-pill-photo:before {
    content: "";
    display: block;
    padding-top: 270%
}

#body-wrapper #main-content #section4 .oz-pill-photo img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover
}

#body-wrapper #main-content #section4 .oz-section4-copy {
    flex: 0 1 66%
}

#body-wrapper #main-content #section4 .oz-section4-copy p {
    margin-block-end: 1.25rem
}

#body-wrapper #main-content #section4 .oz-section4-callout {
    font-family: Outfit, sans-serif;
    font-weight: 500;
    font-size: 1.75rem;
    line-height: 1.35em;
    margin-block-end: 1.75rem
}

@media(max-width:767px) {

    #body-wrapper #main-content #section4 .oz-section4-media,
    #body-wrapper #main-content #section4 .oz-section4-copy {
        flex: 0 1 100%
    }

    #body-wrapper #main-content #section4 .oz-pill-photo {
        max-width: 17.5rem;
        margin-inline: auto;
        margin-block-end: 2rem
    }
}

#body-wrapper #main-content #section5 {
    position: relative;
    overflow: hidden;
    background: linear-gradient(103deg, #f7fafc, #eaf3f9)
}

#body-wrapper #main-content #section5:before {
    content: "";
    position: absolute;
    inset: 0;
    background: url(/wp-content/uploads/2026/08/form-bg.webp) center/cover no-repeat;
    opacity: .5;
    pointer-events: none
}

#body-wrapper #main-content #section5 .container-responsive {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: center
}

#body-wrapper #main-content #section5 .oz-form-card {
    width: 100%;
    max-width: 42.5rem;
    background: #fff;
    border: 1px solid #DCE4EB;
    border-radius: 2.125rem;
    box-shadow: 0 1.375rem 1.71875rem #091d3924;
    padding: 3.5rem;
    text-align: center
}

#body-wrapper #main-content #section5 .oz-form-card h2 {
    margin-block-end: 1rem
}

#body-wrapper #main-content #section5 .oz-form-card>p {
    max-width: 30rem;
    margin-inline: auto;
    margin-block-end: 2rem
}

#body-wrapper #main-content #section5 .oz-form {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    text-align: left
}

#body-wrapper #main-content #section5 .oz-form-row {
    display: flex;
    flex-direction: column;
    gap: .5rem
}

#body-wrapper #main-content #section5 .oz-form-row label {
    font-family: Outfit, sans-serif;
    font-weight: 700;
    font-size: 1rem;
    color: #132138
}

#body-wrapper #main-content #section5 .oz-form-row input {
    border: 1px solid #889CAB;
    border-radius: 1.25rem;
    padding: .75rem 1.25rem;
    font-family: Hanken Grotesk, sans-serif;
    font-size: 1rem;
    color: #132138
}

#body-wrapper #main-content #section5 .oz-form-row input:focus-visible {
    outline: 2px solid #2F71B1;
    outline-offset: 2px
}

#body-wrapper #main-content #section5 .btn {
    align-self: center;
    margin-block-start: .75rem
}

@media(max-width:575.98px) {
    #body-wrapper #main-content #section5 .oz-form-card {
        padding: 2rem 1.5rem
    }
}

#body-wrapper #main-content #section6 .container-responsive {
    display: flex;
    flex-direction: column;
    gap: 2.5rem
}

#body-wrapper #main-content #section6 .container-responsive h2 {
    text-align: center
}

#body-wrapper #main-content #section6 .container-responsive .oz-faq-list {
    display: flex;
    flex-direction: column;
    gap: 1rem
}

#body-wrapper #main-content #section6 .container-responsive .oz-faq-item {
    overflow: hidden;
    background: #fff;
    border: 1px solid #889CAB;
    border-radius: 1.25rem
}

#body-wrapper #main-content #section6 .container-responsive .oz-faq-item h3 {
    margin: 0
}

#body-wrapper #main-content #section6 .container-responsive .oz-faq-item .oz-faq-question {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 3rem;
    width: 100%;
    padding: 1.5rem;
    background: none;
    cursor: pointer;
    border: 5px solid transparent;
    text-align: left;
    font-family: Hanken Grotesk, sans-serif;
    font-size: 1.4375rem;
    font-weight: 600;
    line-height: 1.26em;
    letter-spacing: normal;
    color: #132138;
    transition: background-color .2s, color .2s
}

#body-wrapper #main-content #section6 .container-responsive .oz-faq-item .oz-faq-arrow {
    flex: 0 0 auto;
    transition: transform .3s cubic-bezier(.19, 1, .12, 1)
}

#body-wrapper #main-content #section6 .container-responsive .oz-faq-item p {
    font-size: 1.25rem;
    line-height: 1.45em;
    margin: 0;
    padding: 0 1.5rem 1.5rem
}

#body-wrapper #main-content #section6 .container-responsive .oz-faq-item .oz-faq-question:hover {
    background: #132138;
    color: #fff;
    border: 5px solid #8DB021;
    border-radius: 15px
}

#body-wrapper #main-content #section6 .container-responsive .oz-faq-item .oz-faq-question:focus-visible {
    background: #132138;
    color: #fff;
    outline: .3125rem solid #8DB021;
    outline-offset: -.3125rem;
    box-shadow: none
}

#body-wrapper #main-content #section6 .container-responsive .oz-faq-item .oz-faq-question[aria-expanded=true] .oz-faq-arrow {
    transform: rotate(90deg)
}

@media(max-width:767px) {
    #body-wrapper #main-content #section6 .container-responsive .oz-faq-item .oz-faq-question {
        gap: 1.5rem;
        font-size: 1.125rem
    }

    #body-wrapper #main-content #section6 .container-responsive .oz-faq-item p {
        font-size: 1rem
    }
}

.oz-fade {
    opacity: 0;
    transition: opacity .35s cubic-bezier(.19, 1, .12, 1)
}

.oz-fade.is-visible {
    opacity: 1
}

#body-wrapper #main-content #hero .oz-hero-photo img {
    position: unset;
    inset: unset;
    object-fit: cover;
    height: 100%;
    border-radius: 50%;
    aspect-ratio: 1/1;
    object-position: 95% 50%
}

@media(max-width:1100px) {
    #body-wrapper #main-content #section3 .oz-section3-cols {
        width: 100%
    }

    #body-wrapper #main-content #section3 .oz-section3-lines {
        display: none
    }
}

@media(max-width:991px) {
    #body-wrapper #main-content #section3 .oz-section3-col {
        flex: 0 1 100%
    }
}

#body-wrapper #main-content #section2 .container-responsive {
    border-radius: 1.5rem;
    padding: 1em
}

#body-wrapper #main-content #section4 .oz-section4-copy p {
    margin-top: 1.25rem
}

#body-wrapper #main-content #section5 .btn {
    padding-inline: 2.5em;
    margin-top: 1em
}
#body-wrapper, #content .ast-container {
width: 100%;
max-width: 100%;
}
