[data-theme="reset"],:root {
    --color-background: #fff;
    --color-headline: #002896;
    --color-text: #000;
    --color-border: #212326;
    --color-link: #000;
    --color-link-hover: #FF1423;
    --color-link-accent: #002896;
    --color-link-accent-hover: #1966FF;
    --color-button-text: #fff;
    --color-button-background: #002896;
    --color-button-text-hover: #002896;
    --color-button-background-hover: #99EBFF;
    --color-form-error: #FF1423
}

[data-theme="light"] {
    --color-background: #F2F4FB
}

[data-theme="dark"] {
    --color-background: #002896;
    --color-headline: #fff;
    --color-text: #fff
}

#page-content ol ul li::before,#page-content ul li::before {
    background-color: #1966FF;
    block-size: 0.5rem;
    border-radius: 50%;
    content: "";
    inline-size: 0.5rem;
    inset-block-start: 0;
    inset-inline-start: 0;
    margin-block-start:1.1rem;position: absolute;
    text-align: start;
    vertical-align: middle
}
#interrupter ol ul li::before,#interrupter ul li::before {
    background-color: #1966FF;
    block-size: 0.5rem;
    border-radius: 50%;
    content: "";
    inline-size: 0.5rem;
    inset-block-start: 0;
    inset-inline-start: 0;
    margin-block-start:1.1rem;position: absolute;
    text-align: start;
    vertical-align: middle
}

#page-content ol ul li::before,#page-content ul ul li::before,#page-content ul ol li::before {
    height: 0.6rem;
    margin-block-start:1.1rem;width: 0.6rem
}
#interrupter ol ul li::before,#interrupter ul ul li::before,#interrupter ul ol li::before {
    height: 0.6rem;
    margin-block-start:1.1rem;width: 0.6rem
}

#page-content ol li::before,#page-content ul ol li::before {
    block-size: 3rem;
    border-radius: 50%;
    color: #1966FF;
    content: counter(item) ".";
    counter-increment: item;
    font-size: 1.8rem;
    font-weight: 700;
    inline-size: 2.5rem;
    left: 0;
    line-height: 1.5;
    position: absolute;
    text-align: start;
    top: 0;
    vertical-align: middle
}
#interrupter ol li::before,#interrupter ul ol li::before {
    block-size: 3rem;
    border-radius: 50%;
    color: #1966FF;
    content: counter(item) ".";
    counter-increment: item;
    font-size: 1.8rem;
    font-weight: 700;
    inline-size: 2.5rem;
    left: 0;
    line-height: 1.5;
    position: absolute;
    text-align: start;
    top: 0;
    vertical-align: middle
}

.footer .quick-search__form,.home-hero .quick-search__form {
    max-width: 100%;
    position: relative
}

.footer .quick-search__form fieldset,.home-hero .quick-search__form fieldset {
    width: 100%
}

.footer .quick-search__form .filter-actions,.home-hero .quick-search__form .filter-actions {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 2rem
}

.footer .quick-search__form input[type='text'],.home-hero .quick-search__form input[type='text'] {
    background-repeat: no-repeat;
    background-position: left 2rem center;
    width: 100%;
    max-width: 100%;
    height: 5.4rem;
    padding: 1.5rem 10rem 1.5rem 1.8rem;
    border-radius: 0
}

.footer .quick-search__form input[type='text']:focus,.home-hero .quick-search__form input[type='text']:focus,.footer .quick-search__form input[type='text']:focus-within,.home-hero .quick-search__form input[type='text']:focus-within,.footer .quick-search__form input[type='text']:focus-visible,.home-hero .quick-search__form input[type='text']:focus-visible,.footer .quick-search__form input[type='text']:active,.home-hero .quick-search__form input[type='text']:active {
    background-image: none !important
}

.footer .quick-search__form input[type='text']:placeholder-shown,.home-hero .quick-search__form input[type='text']:placeholder-shown {
    background-image: url('data:image/svg+xml,%3Csvg width="25" height="25" viewBox="0 0 25 25" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M10.4692 20.6769H10.4687C7.36407 20.6799 4.42619 19.2684 2.48556 16.8423C0.546566 14.4162 -0.18363 11.2398 0.502094 8.20923L0.502109 8.20917C1.1866 5.18023 3.21292 2.62689 6.00795 1.27197L5.89997 1.04922L6.00796 1.27196C8.80282 -0.0829109 12.0612 -0.0906728 14.8639 1.24896C17.6649 2.58847 19.7052 5.13116 20.4063 8.15713L20.4063 8.15724C21.1089 11.1831 20.3956 14.3641 18.4689 16.7992L18.3308 16.9737L18.4881 17.131L24.6465 23.2943L23.2948 24.6464L17.1349 18.4848L16.9771 18.3269L16.8024 18.466C15.0033 19.899 12.77 20.6784 10.4692 20.6769ZM18.7657 10.4637C18.7657 8.26243 17.8923 6.15203 16.335 4.59593C14.7794 3.03833 12.6694 2.16473 10.469 2.16473C8.26839 2.16473 6.15861 3.03833 4.60295 4.59593C3.04567 6.15203 2.17226 8.26243 2.17226 10.4637C2.17226 12.6648 3.0456 14.7751 4.60277 16.3312C6.15844 17.8889 8.2683 18.7626 10.469 18.7626C12.6696 18.7626 14.7794 17.889 16.335 16.3314C17.8923 14.7753 18.7657 12.6649 18.7657 10.4637Z" fill="black" stroke="white" stroke-width="0.5"/%3E%3C/svg%3E%0A')
}

.footer .quick-search__form button,.home-hero .quick-search__form button {
    display: flex;
    align-items: center;
    font-size: 1.6rem;
    line-height: 1.4;
    font-weight: 400;
    color: var(--color-text)
}

.footer .quick-search__form button:hover,.home-hero .quick-search__form button:hover,.footer .quick-search__form button:active,.home-hero .quick-search__form button:active {
    text-decoration: underline;
    text-underline-offset: 4px
}

.footer .quick-search__form button:hover svg,.home-hero .quick-search__form button:hover svg,.footer .quick-search__form button:active svg,.home-hero .quick-search__form button:active svg {
    transform: rotate(-45deg)
}

.footer .quick-search__form button svg,.home-hero .quick-search__form button svg {
    margin-block:auto;margin-left: 0.8rem;
    transition: .25s ease-in-out
}

/*!
 * Bootstrap v4.6.2 (https://getbootstrap.com/)
 * Copyright 2011-2022 The Bootstrap Authors
 * Copyright 2011-2022 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #002896;
    --secondary: #99EBFF;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #FFEB00;
    --dark: #162331;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 1080px;
    --breakpoint-xl: 1280px;
    --font-family-sans-serif: "neue-haas-grotesk-text", san-serif;
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}

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

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent
}

article,aside,figcaption,figure,footer,header,hgroup,main,nav,section {
    display: block
}

body {
    margin: 0;
    font-family: "neue-haas-grotesk-text",san-serif;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.5;
    color: #000;
    text-align: left;
    background-color: #fff
}

[tabindex="-1"]:focus:not(:focus-visible) {
    outline: 0 !important
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

h1,h2,h3,h4,h5,h6 {
    margin-top: 0;
    margin-bottom: 1.6rem
}

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

abbr[title],abbr[data-original-title] {
    text-decoration: underline;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0;
    text-decoration-skip-ink: none
}

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

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: 80%
}

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

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

a {
    color: #002896;
    text-decoration: none;
    background-color: transparent
}

a:hover {
    color: #00144a;
    text-decoration: underline
}

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

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

pre,code,kbd,samp {
    font-family: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
    font-size: 1em
}

pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    -ms-overflow-style: scrollbar
}

figure {
    margin: 0 0 1rem
}

img {
    vertical-align: middle;
    border-style: none
}

svg {
    overflow: hidden;
    vertical-align: middle
}

table {
    border-collapse: collapse
}

caption {
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
    color: #6c757d;
    text-align: left;
    caption-side: bottom
}

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

label {
    display: inline-block;
    margin-bottom: .8rem
}

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,input {
    overflow: visible
}

button,select {
    text-transform: none
}

[role="button"] {
    cursor: pointer
}

select {
    word-wrap: normal
}

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
}

button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner {
    padding: 0;
    border-style: none
}

input[type="radio"],input[type="checkbox"] {
    box-sizing: border-box;
    padding: 0
}

textarea {
    overflow: auto;
    resize: vertical
}

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

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal
}

progress {
    vertical-align: baseline
}

[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button {
    height: auto
}

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

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

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

output {
    display: inline-block
}

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

template {
    display: none
}

[hidden] {
    display: none !important
}

h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6 {
    margin-bottom: 1.6rem;
    font-family: "neue-haas-grotesk-display",san-serif;
    font-weight: 600;
    line-height: 1.2;
    color: #002896
}

h1,.h1 {
    font-size: 4rem
}

h2,.h2 {
    font-size: 3.2rem
}

h3,.h3 {
    font-size: 2.8rem
}

h4,.h4 {
    font-size: 2.4rem
}

h5,.h5 {
    font-size: 2rem
}

h6,.h6 {
    font-size: 1.6rem
}

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

.display-1 {
    font-size: 9.6rem;
    font-weight: 300;
    line-height: 1.2
}

.display-2 {
    font-size: 8.8rem;
    font-weight: 300;
    line-height: 1.2
}

.display-3 {
    font-size: 7.2rem;
    font-weight: 300;
    line-height: 1.2
}

.display-4 {
    font-size: 5.6rem;
    font-weight: 300;
    line-height: 1.2
}

hr {
    margin-top: 3.2rem;
    margin-bottom: 3.2rem;
    border: 0;
    border-top: 1px solid rgba(0,0,0,0.1)
}

small,.small {
    font-size: .875em;
    font-weight: 400
}

mark,.mark {
    padding: .2em;
    background-color: #fcf8e3
}

.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: .8rem
}

.initialism {
    font-size: 90%;
    text-transform: uppercase
}

.blockquote {
    margin-bottom: 3.2rem;
    font-size: 2rem
}

.blockquote-footer {
    display: block;
    font-size: .875em;
    color: #6c757d
}

.blockquote-footer::before {
    content: "\2014\00A0"
}

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

.img-thumbnail {
    padding: .4rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: 0;
    max-width: 100%;
    height: auto
}

.figure {
    display: inline-block
}

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

.figure-caption {
    font-size: 90%;
    color: #6c757d
}

code {
    font-size: 87.5%;
    color: #e83e8c;
    word-wrap: break-word
}

a>code {
    color: inherit
}

kbd {
    padding: .32rem .64rem;
    font-size: 87.5%;
    color: #fff;
    background-color: #212529;
    border-radius: 0
}

kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700
}

pre {
    display: block;
    font-size: 87.5%;
    color: #212529
}

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

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll
}

.container,.container-fluid,.container-lg {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width: 1080px) {
    .container,.container-sm,.container-md,.container-lg {
        max-width:1440px
    }
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -20px;
    margin-left: -20px
}

.no-gutters {
    margin-right: 0;
    margin-left: 0
}

.no-gutters>.col,.no-gutters>[class*="col-"] {
    padding-right: 0;
    padding-left: 0
}

.col-1,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-10,.col-11,.col-12,.col,.col-auto,.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm,.col-sm-auto,.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12,.col-md,.col-md-auto,.col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg,.col-lg-auto,.col-xl-1,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl,.col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 20px;
    padding-left: 20px
}

.col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
    order: -1
}

.order-last {
    order: 13
}

.order-0 {
    order: 0
}

.order-1 {
    order: 1
}

.order-2 {
    order: 2
}

.order-3 {
    order: 3
}

.order-4 {
    order: 4
}

.order-5 {
    order: 5
}

.order-6 {
    order: 6
}

.order-7 {
    order: 7
}

.order-8 {
    order: 8
}

.order-9 {
    order: 9
}

.order-10 {
    order: 10
}

.order-11 {
    order: 11
}

.order-12 {
    order: 12
}

.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%
}

@media (min-width: 576px) {
    .col-sm {
        flex-basis:0;
        flex-grow: 1;
        max-width: 100%
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .order-sm-first {
        order: -1
    }

    .order-sm-last {
        order: 13
    }

    .order-sm-0 {
        order: 0
    }

    .order-sm-1 {
        order: 1
    }

    .order-sm-2 {
        order: 2
    }

    .order-sm-3 {
        order: 3
    }

    .order-sm-4 {
        order: 4
    }

    .order-sm-5 {
        order: 5
    }

    .order-sm-6 {
        order: 6
    }

    .order-sm-7 {
        order: 7
    }

    .order-sm-8 {
        order: 8
    }

    .order-sm-9 {
        order: 9
    }

    .order-sm-10 {
        order: 10
    }

    .order-sm-11 {
        order: 11
    }

    .order-sm-12 {
        order: 12
    }

    .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%
    }
}

@media (min-width: 768px) {
    .col-md {
        flex-basis:0;
        flex-grow: 1;
        max-width: 100%
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .order-md-first {
        order: -1
    }

    .order-md-last {
        order: 13
    }

    .order-md-0 {
        order: 0
    }

    .order-md-1 {
        order: 1
    }

    .order-md-2 {
        order: 2
    }

    .order-md-3 {
        order: 3
    }

    .order-md-4 {
        order: 4
    }

    .order-md-5 {
        order: 5
    }

    .order-md-6 {
        order: 6
    }

    .order-md-7 {
        order: 7
    }

    .order-md-8 {
        order: 8
    }

    .order-md-9 {
        order: 9
    }

    .order-md-10 {
        order: 10
    }

    .order-md-11 {
        order: 11
    }

    .order-md-12 {
        order: 12
    }

    .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%
    }
}

@media (min-width: 1080px) {
    .col-lg {
        flex-basis:0;
        flex-grow: 1;
        max-width: 100%
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .order-lg-first {
        order: -1
    }

    .order-lg-last {
        order: 13
    }

    .order-lg-0 {
        order: 0
    }

    .order-lg-1 {
        order: 1
    }

    .order-lg-2 {
        order: 2
    }

    .order-lg-3 {
        order: 3
    }

    .order-lg-4 {
        order: 4
    }

    .order-lg-5 {
        order: 5
    }

    .order-lg-6 {
        order: 6
    }

    .order-lg-7 {
        order: 7
    }

    .order-lg-8 {
        order: 8
    }

    .order-lg-9 {
        order: 9
    }

    .order-lg-10 {
        order: 10
    }

    .order-lg-11 {
        order: 11
    }

    .order-lg-12 {
        order: 12
    }

    .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%
    }
}

@media (min-width: 1280px) {
    .col-xl {
        flex-basis:0;
        flex-grow: 1;
        max-width: 100%
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .order-xl-first {
        order: -1
    }

    .order-xl-last {
        order: 13
    }

    .order-xl-0 {
        order: 0
    }

    .order-xl-1 {
        order: 1
    }

    .order-xl-2 {
        order: 2
    }

    .order-xl-3 {
        order: 3
    }

    .order-xl-4 {
        order: 4
    }

    .order-xl-5 {
        order: 5
    }

    .order-xl-6 {
        order: 6
    }

    .order-xl-7 {
        order: 7
    }

    .order-xl-8 {
        order: 8
    }

    .order-xl-9 {
        order: 9
    }

    .order-xl-10 {
        order: 10
    }

    .order-xl-11 {
        order: 11
    }

    .order-xl-12 {
        order: 12
    }

    .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%
    }
}

.table,table {
    width: 100%;
    margin-bottom: 3.2rem;
    color: #000
}

.table th,table th,.table td,table td {
    padding: 1.2rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6
}

.table thead th,table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6
}

.table tbody+tbody,table tbody+tbody {
    border-top: 2px solid #dee2e6
}

.table-sm th,.table-sm td {
    padding: .48rem
}

.table-bordered {
    border: 1px solid #dee2e6
}

.table-bordered th,.table-bordered td {
    border: 1px solid #dee2e6
}

.table-bordered thead th,.table-bordered thead td {
    border-bottom-width: 2px
}

.table-borderless th,.table-borderless td,.table-borderless thead th,.table-borderless tbody+tbody {
    border: 0
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0,0,0,0.05)
}

.table-hover tbody tr:hover {
    color: #000;
    background-color: rgba(0,0,0,0.075)
}

.table-primary,.table-primary>th,.table-primary>td {
    background-color: #b8c3e2
}

.table-primary th,.table-primary td,.table-primary thead th,.table-primary tbody+tbody {
    border-color: #7a8fc8
}

.table-hover .table-primary:hover {
    background-color: #a6b4db
}

.table-hover .table-primary:hover>td,.table-hover .table-primary:hover>th {
    background-color: #a6b4db
}

.table-secondary,.table-secondary>th,.table-secondary>td {
    background-color: #e2f9ff
}

.table-secondary th,.table-secondary td,.table-secondary thead th,.table-secondary tbody+tbody {
    border-color: #caf5ff
}

.table-hover .table-secondary:hover {
    background-color: #c9f4ff
}

.table-hover .table-secondary:hover>td,.table-hover .table-secondary:hover>th {
    background-color: #c9f4ff
}

.table-success,.table-success>th,.table-success>td {
    background-color: #c3e6cb
}

.table-success th,.table-success td,.table-success thead th,.table-success tbody+tbody {
    border-color: #8fd19e
}

.table-hover .table-success:hover {
    background-color: #b1dfbb
}

.table-hover .table-success:hover>td,.table-hover .table-success:hover>th {
    background-color: #b1dfbb
}

.table-info,.table-info>th,.table-info>td {
    background-color: #bee5eb
}

.table-info th,.table-info td,.table-info thead th,.table-info tbody+tbody {
    border-color: #86cfda
}

.table-hover .table-info:hover {
    background-color: #abdde5
}

.table-hover .table-info:hover>td,.table-hover .table-info:hover>th {
    background-color: #abdde5
}

.table-warning,.table-warning>th,.table-warning>td {
    background-color: #ffeeba
}

.table-warning th,.table-warning td,.table-warning thead th,.table-warning tbody+tbody {
    border-color: #ffdf7e
}

.table-hover .table-warning:hover {
    background-color: #ffe8a1
}

.table-hover .table-warning:hover>td,.table-hover .table-warning:hover>th {
    background-color: #ffe8a1
}

.table-danger,.table-danger>th,.table-danger>td {
    background-color: #f5c6cb
}

.table-danger th,.table-danger td,.table-danger thead th,.table-danger tbody+tbody {
    border-color: #ed969e
}

.table-hover .table-danger:hover {
    background-color: #f1b0b7
}

.table-hover .table-danger:hover>td,.table-hover .table-danger:hover>th {
    background-color: #f1b0b7
}

.table-light,.table-light>th,.table-light>td {
    background-color: #fff9b8
}

.table-light th,.table-light td,.table-light thead th,.table-light tbody+tbody {
    border-color: #fff57a
}

.table-hover .table-light:hover {
    background-color: #fff79f
}

.table-hover .table-light:hover>td,.table-hover .table-light:hover>th {
    background-color: #fff79f
}

.table-dark,.table-dark>th,.table-dark>td {
    background-color: #bec1c5
}

.table-dark th,.table-dark td,.table-dark thead th,.table-dark tbody+tbody {
    border-color: #868d94
}

.table-hover .table-dark:hover {
    background-color: #b1b4b9
}

.table-hover .table-dark:hover>td,.table-hover .table-dark:hover>th {
    background-color: #b1b4b9
}

.table-active,.table-active>th,.table-active>td {
    background-color: rgba(0,0,0,0.075)
}

.table-hover .table-active:hover {
    background-color: rgba(0,0,0,0.075)
}

.table-hover .table-active:hover>td,.table-hover .table-active:hover>th {
    background-color: rgba(0,0,0,0.075)
}

.table .thead-dark th,table .thead-dark th {
    color: #fff;
    background-color: #343a40;
    border-color: #454d55
}

.table .thead-light th,table .thead-light th {
    color: #495057;
    background-color: #e9ecef;
    border-color: #dee2e6
}

.table-dark {
    color: #fff;
    background-color: #343a40
}

.table-dark th,.table-dark td,.table-dark thead th {
    border-color: #454d55
}

.table-dark.table-bordered {
    border: 0
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255,255,255,0.05)
}

.table-dark.table-hover tbody tr:hover {
    color: #fff;
    background-color: rgba(255,255,255,0.075)
}

@media (max-width: 575.98px) {
    .table-responsive-sm {
        display:block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

    .table-responsive-sm>.table-bordered {
        border: 0
    }
}

@media (max-width: 767.98px) {
    .table-responsive-md {
        display:block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

    .table-responsive-md>.table-bordered {
        border: 0
    }
}

@media (max-width: 1079.98px) {
    .table-responsive-lg {
        display:block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

    .table-responsive-lg>.table-bordered {
        border: 0
    }
}

@media (max-width: 1279.98px) {
    .table-responsive-xl {
        display:block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

    .table-responsive-xl>.table-bordered {
        border: 0
    }
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
}

.table-responsive>.table-bordered {
    border: 0
}

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 1.2rem + 2px);
    padding: .6rem 1.2rem;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0;
    transition: border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out
}

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

.form-control::-ms-expand {
    background-color: transparent;
    border: 0
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #1755ff;
    outline: 0;
    box-shadow: 0 0 0 .32rem rgba(0,40,150,0.25)
}

.form-control::placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control:disabled,.form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1
}

input[type="date"].form-control,input[type="time"].form-control,input[type="datetime-local"].form-control,input[type="month"].form-control {
    appearance: none
}

select.form-control:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057
}

select.form-control:focus::-ms-value {
    color: #495057;
    background-color: #fff
}

.form-control-file,.form-control-range {
    display: block;
    width: 100%
}

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

.col-form-label-lg {
    padding-top: calc(.8rem + 1px);
    padding-bottom: calc(.8rem + 1px);
    font-size: 2rem;
    line-height: 1.5
}

.col-form-label-sm {
    padding-top: calc(.4rem + 1px);
    padding-bottom: calc(.4rem + 1px);
    font-size: 1.4rem;
    line-height: 1.5
}

.form-control-plaintext {
    display: block;
    width: 100%;
    padding: .6rem 0;
    margin-bottom: 0;
    font-size: 1.6rem;
    line-height: 1.5;
    color: #000;
    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 {
    height: calc(1.5em + .8rem + 2px);
    padding: .4rem .8rem;
    font-size: 1.4rem;
    line-height: 1.5;
    border-radius: 0
}

.form-control-lg {
    height: calc(1.5em + 1.6rem + 2px);
    padding: .8rem 1.6rem;
    font-size: 2rem;
    line-height: 1.5;
    border-radius: 0
}

select.form-control[size],select.form-control[multiple] {
    height: auto
}

textarea.form-control {
    height: auto
}

.form-group {
    margin-bottom: 1.6rem
}

.form-text {
    display: block;
    margin-top: .4rem
}

.form-row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px
}

.form-row>.col,.form-row>[class*="col-"] {
    padding-right: 5px;
    padding-left: 5px
}

.form-check {
    position: relative;
    display: block;
    padding-left: 2rem
}

.form-check-input {
    position: absolute;
    margin-top: .48rem;
    margin-left: -2rem
}

.form-check-input[disabled] ~ .form-check-label,.form-check-input:disabled ~ .form-check-label {
    color: #6c757d
}

.form-check-label {
    margin-bottom: 0
}

.form-check-inline {
    display: inline-flex;
    align-items: center;
    padding-left: 0;
    margin-right: 1.2rem
}

.form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: .5rem;
    margin-left: 0
}

.valid-feedback {
    display: none;
    width: 100%;
    margin-top: .4rem;
    font-size: .875em;
    color: #28a745
}

.valid-tooltip {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .4rem .8rem;
    margin-top: .1rem;
    font-size: 1.4rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(40,167,69,0.9);
    border-radius: 0
}

.form-row>.col>.valid-tooltip,.form-row>[class*="col-"]>.valid-tooltip {
    left: 5px
}

.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: #28a745;
    padding-right: calc(1.5em + 1.2rem) !important;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' 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(.375em + .3rem) center;
    background-size: calc(.75em + .6rem) calc(.75em + .6rem)
}

.was-validated .form-control:valid:focus,.form-control.is-valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 .32rem rgba(40,167,69,0.25)
}

.was-validated select.form-control:valid,select.form-control.is-valid {
    padding-right: 4.8rem !important;
    background-position: right 2.4rem center
}

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

.was-validated .custom-select:valid,.custom-select.is-valid {
    border-color: #28a745;
    padding-right: calc(.75em + 3.7rem) !important;
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 1.2rem center/8px 10px no-repeat,#fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' 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") center right 2.8rem/calc(.75em + .6rem) calc(.75em + .6rem) no-repeat
}

.was-validated .custom-select:valid:focus,.custom-select.is-valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 .32rem rgba(40,167,69,0.25)
}

.was-validated .form-check-input:valid ~ .form-check-label,.form-check-input.is-valid ~ .form-check-label {
    color: #28a745
}

.was-validated .form-check-input:valid ~ .valid-feedback,.was-validated .form-check-input:valid ~ .valid-tooltip,.form-check-input.is-valid ~ .valid-feedback,.form-check-input.is-valid ~ .valid-tooltip {
    display: block
}

.was-validated .custom-control-input:valid ~ .custom-control-label,.custom-control-input.is-valid ~ .custom-control-label {
    color: #28a745
}

.was-validated .custom-control-input:valid ~ .custom-control-label::before,.custom-control-input.is-valid ~ .custom-control-label::before {
    border-color: #28a745
}

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

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before,.custom-control-input.is-valid:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 .32rem rgba(40,167,69,0.25)
}

.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before,.custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #28a745
}

.was-validated .custom-file-input:valid ~ .custom-file-label,.custom-file-input.is-valid ~ .custom-file-label {
    border-color: #28a745
}

.was-validated .custom-file-input:valid:focus ~ .custom-file-label,.custom-file-input.is-valid:focus ~ .custom-file-label {
    border-color: #28a745;
    box-shadow: 0 0 0 .32rem rgba(40,167,69,0.25)
}

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

.invalid-tooltip {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .4rem .8rem;
    margin-top: .1rem;
    font-size: 1.4rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(220,53,69,0.9);
    border-radius: 0
}

.form-row>.col>.invalid-tooltip,.form-row>[class*="col-"]>.invalid-tooltip {
    left: 5px
}

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

.was-validated .form-control:invalid,.form-control.is-invalid {
    border-color: #dc3545;
    padding-right: calc(1.5em + 1.2rem) !important;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%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(.375em + .3rem) center;
    background-size: calc(.75em + .6rem) calc(.75em + .6rem)
}

.was-validated .form-control:invalid:focus,.form-control.is-invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 .32rem rgba(220,53,69,0.25)
}

.was-validated select.form-control:invalid,select.form-control.is-invalid {
    padding-right: 4.8rem !important;
    background-position: right 2.4rem center
}

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

.was-validated .custom-select:invalid,.custom-select.is-invalid {
    border-color: #dc3545;
    padding-right: calc(.75em + 3.7rem) !important;
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 1.2rem center/8px 10px no-repeat,#fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%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") center right 2.8rem/calc(.75em + .6rem) calc(.75em + .6rem) no-repeat
}

.was-validated .custom-select:invalid:focus,.custom-select.is-invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 .32rem 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
}

.was-validated .form-check-input:invalid ~ .invalid-feedback,.was-validated .form-check-input:invalid ~ .invalid-tooltip,.form-check-input.is-invalid ~ .invalid-feedback,.form-check-input.is-invalid ~ .invalid-tooltip {
    display: block
}

.was-validated .custom-control-input:invalid ~ .custom-control-label,.custom-control-input.is-invalid ~ .custom-control-label {
    color: #dc3545
}

.was-validated .custom-control-input:invalid ~ .custom-control-label::before,.custom-control-input.is-invalid ~ .custom-control-label::before {
    border-color: #dc3545
}

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

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before,.custom-control-input.is-invalid:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 .32rem rgba(220,53,69,0.25)
}

.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before,.custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #dc3545
}

.was-validated .custom-file-input:invalid ~ .custom-file-label,.custom-file-input.is-invalid ~ .custom-file-label {
    border-color: #dc3545
}

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

.form-inline {
    display: flex;
    flex-flow: row wrap;
    align-items: center
}

.form-inline .form-check {
    width: 100%
}

@media (min-width: 576px) {
    .form-inline label {
        display:flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 0
    }

    .form-inline .form-group {
        display: flex;
        flex: 0 0 auto;
        flex-flow: row wrap;
        align-items: center;
        margin-bottom: 0
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }

    .form-inline .form-control-plaintext {
        display: inline-block
    }

    .form-inline .input-group,.form-inline .custom-select {
        width: auto
    }

    .form-inline .form-check {
        display: flex;
        align-items: center;
        justify-content: center;
        width: auto;
        padding-left: 0
    }

    .form-inline .form-check-input {
        position: relative;
        flex-shrink: 0;
        margin-top: 0;
        margin-right: .4rem;
        margin-left: 0
    }

    .form-inline .custom-control {
        align-items: center;
        justify-content: center
    }

    .form-inline .custom-control-label {
        margin-bottom: 0
    }
}

.btn {
    display: inline-block;
    font-weight: 400;
    color: #000;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .6rem 1.2rem;
    font-size: 1.6rem;
    line-height: 1.5;
    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) {
    .btn {
        transition: none
    }
}

.btn:hover {
    color: #000;
    text-decoration: none
}

.btn:focus,.btn.focus {
    outline: 0;
    box-shadow: 0 0 0 .32rem rgba(0,40,150,0.25)
}

.btn.disabled,.btn:disabled {
    opacity: .65
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer
}

a.btn.disabled,fieldset:disabled a.btn {
    pointer-events: none
}

.btn-primary {
    color: #fff;
    background-color: #002896;
    border-color: #002896
}

.btn-primary:hover {
    color: #fff;
    background-color: #001e70;
    border-color: #001a63
}

.btn-primary:focus,.btn-primary.focus {
    color: #fff;
    background-color: #001e70;
    border-color: #001a63;
    box-shadow: 0 0 0 .32rem rgba(38,72,166,0.5)
}

.btn-primary.disabled,.btn-primary:disabled {
    color: #fff;
    background-color: #002896;
    border-color: #002896
}

.btn-primary:not(:disabled):not(.disabled):active,.btn-primary:not(:disabled):not(.disabled).active,.show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #001a63;
    border-color: #001756
}

.btn-primary:not(:disabled):not(.disabled):active:focus,.btn-primary:not(:disabled):not(.disabled).active:focus,.show>.btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .32rem rgba(38,72,166,0.5)
}

.btn-secondary {
    color: #212529;
    background-color: #99EBFF;
    border-color: #99EBFF
}

.btn-secondary:hover {
    color: #212529;
    background-color: #73e4ff;
    border-color: #66e1ff
}

.btn-secondary:focus,.btn-secondary.focus {
    color: #212529;
    background-color: #73e4ff;
    border-color: #66e1ff;
    box-shadow: 0 0 0 .32rem rgba(135,205,223,0.5)
}

.btn-secondary.disabled,.btn-secondary:disabled {
    color: #212529;
    background-color: #99EBFF;
    border-color: #99EBFF
}

.btn-secondary:not(:disabled):not(.disabled):active,.btn-secondary:not(:disabled):not(.disabled).active,.show>.btn-secondary.dropdown-toggle {
    color: #212529;
    background-color: #66e1ff;
    border-color: #59dfff
}

.btn-secondary:not(:disabled):not(.disabled):active:focus,.btn-secondary:not(:disabled):not(.disabled).active:focus,.show>.btn-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .32rem rgba(135,205,223,0.5)
}

.btn-success {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.btn-success:hover {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34
}

.btn-success:focus,.btn-success.focus {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34;
    box-shadow: 0 0 0 .32rem rgba(72,180,97,0.5)
}

.btn-success.disabled,.btn-success:disabled {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.btn-success:not(:disabled):not(.disabled):active,.btn-success:not(:disabled):not(.disabled).active,.show>.btn-success.dropdown-toggle {
    color: #fff;
    background-color: #1e7e34;
    border-color: #1c7430
}

.btn-success:not(:disabled):not(.disabled):active:focus,.btn-success:not(:disabled):not(.disabled).active:focus,.show>.btn-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 .32rem rgba(72,180,97,0.5)
}

.btn-info {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-info:hover {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b
}

.btn-info:focus,.btn-info.focus {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b;
    box-shadow: 0 0 0 .32rem rgba(58,176,195,0.5)
}

.btn-info.disabled,.btn-info:disabled {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-info:not(:disabled):not(.disabled):active,.btn-info:not(:disabled):not(.disabled).active,.show>.btn-info.dropdown-toggle {
    color: #fff;
    background-color: #117a8b;
    border-color: #10707f
}

.btn-info:not(:disabled):not(.disabled):active:focus,.btn-info:not(:disabled):not(.disabled).active:focus,.show>.btn-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 .32rem rgba(58,176,195,0.5)
}

.btn-warning {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-warning:hover {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00
}

.btn-warning:focus,.btn-warning.focus {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00;
    box-shadow: 0 0 0 .32rem rgba(222,170,12,0.5)
}

.btn-warning.disabled,.btn-warning:disabled {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-warning:not(:disabled):not(.disabled):active,.btn-warning:not(:disabled):not(.disabled).active,.show>.btn-warning.dropdown-toggle {
    color: #212529;
    background-color: #d39e00;
    border-color: #c69500
}

.btn-warning:not(:disabled):not(.disabled):active:focus,.btn-warning:not(:disabled):not(.disabled).active:focus,.show>.btn-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 .32rem rgba(222,170,12,0.5)
}

.btn-danger {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-danger:hover {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130
}

.btn-danger:focus,.btn-danger.focus {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130;
    box-shadow: 0 0 0 .32rem rgba(225,83,97,0.5)
}

.btn-danger.disabled,.btn-danger:disabled {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-danger:not(:disabled):not(.disabled):active,.btn-danger:not(:disabled):not(.disabled).active,.show>.btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #bd2130;
    border-color: #b21f2d
}

.btn-danger:not(:disabled):not(.disabled):active:focus,.btn-danger:not(:disabled):not(.disabled).active:focus,.show>.btn-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 .32rem rgba(225,83,97,0.5)
}

.btn-light {
    color: #212529;
    background-color: #FFEB00;
    border-color: #FFEB00
}

.btn-light:hover {
    color: #212529;
    background-color: #d9c800;
    border-color: #ccbc00
}

.btn-light:focus,.btn-light.focus {
    color: #212529;
    background-color: #d9c800;
    border-color: #ccbc00;
    box-shadow: 0 0 0 .32rem rgba(222,205,6,0.5)
}

.btn-light.disabled,.btn-light:disabled {
    color: #212529;
    background-color: #FFEB00;
    border-color: #FFEB00
}

.btn-light:not(:disabled):not(.disabled):active,.btn-light:not(:disabled):not(.disabled).active,.show>.btn-light.dropdown-toggle {
    color: #212529;
    background-color: #ccbc00;
    border-color: #bfb000
}

.btn-light:not(:disabled):not(.disabled):active:focus,.btn-light:not(:disabled):not(.disabled).active:focus,.show>.btn-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 .32rem rgba(222,205,6,0.5)
}

.btn-dark {
    color: #fff;
    background-color: #162331;
    border-color: #162331
}

.btn-dark:hover {
    color: #fff;
    background-color: #0a1017;
    border-color: #060a0e
}

.btn-dark:focus,.btn-dark.focus {
    color: #fff;
    background-color: #0a1017;
    border-color: #060a0e;
    box-shadow: 0 0 0 .32rem rgba(57,68,80,0.5)
}

.btn-dark.disabled,.btn-dark:disabled {
    color: #fff;
    background-color: #162331;
    border-color: #162331
}

.btn-dark:not(:disabled):not(.disabled):active,.btn-dark:not(:disabled):not(.disabled).active,.show>.btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #060a0e;
    border-color: #020405
}

.btn-dark:not(:disabled):not(.disabled):active:focus,.btn-dark:not(:disabled):not(.disabled).active:focus,.show>.btn-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 .32rem rgba(57,68,80,0.5)
}

.btn-outline-primary {
    color: #002896;
    border-color: #002896
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #002896;
    border-color: #002896
}

.btn-outline-primary:focus,.btn-outline-primary.focus {
    box-shadow: 0 0 0 .32rem rgba(0,40,150,0.5)
}

.btn-outline-primary.disabled,.btn-outline-primary:disabled {
    color: #002896;
    background-color: transparent
}

.btn-outline-primary:not(:disabled):not(.disabled):active,.btn-outline-primary:not(:disabled):not(.disabled).active,.show>.btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #002896;
    border-color: #002896
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus,.btn-outline-primary:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .32rem rgba(0,40,150,0.5)
}

.btn-outline-secondary {
    color: #99EBFF;
    border-color: #99EBFF
}

.btn-outline-secondary:hover {
    color: #212529;
    background-color: #99EBFF;
    border-color: #99EBFF
}

.btn-outline-secondary:focus,.btn-outline-secondary.focus {
    box-shadow: 0 0 0 .32rem rgba(153,235,255,0.5)
}

.btn-outline-secondary.disabled,.btn-outline-secondary:disabled {
    color: #99EBFF;
    background-color: transparent
}

.btn-outline-secondary:not(:disabled):not(.disabled):active,.btn-outline-secondary:not(:disabled):not(.disabled).active,.show>.btn-outline-secondary.dropdown-toggle {
    color: #212529;
    background-color: #99EBFF;
    border-color: #99EBFF
}

.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .32rem rgba(153,235,255,0.5)
}

.btn-outline-success {
    color: #28a745;
    border-color: #28a745
}

.btn-outline-success:hover {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.btn-outline-success:focus,.btn-outline-success.focus {
    box-shadow: 0 0 0 .32rem rgba(40,167,69,0.5)
}

.btn-outline-success.disabled,.btn-outline-success:disabled {
    color: #28a745;
    background-color: transparent
}

.btn-outline-success:not(:disabled):not(.disabled):active,.btn-outline-success:not(:disabled):not(.disabled).active,.show>.btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.btn-outline-success:not(:disabled):not(.disabled):active:focus,.btn-outline-success:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 .32rem rgba(40,167,69,0.5)
}

.btn-outline-info {
    color: #17a2b8;
    border-color: #17a2b8
}

.btn-outline-info:hover {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-outline-info:focus,.btn-outline-info.focus {
    box-shadow: 0 0 0 .32rem rgba(23,162,184,0.5)
}

.btn-outline-info.disabled,.btn-outline-info:disabled {
    color: #17a2b8;
    background-color: transparent
}

.btn-outline-info:not(:disabled):not(.disabled):active,.btn-outline-info:not(:disabled):not(.disabled).active,.show>.btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-outline-info:not(:disabled):not(.disabled):active:focus,.btn-outline-info:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 .32rem rgba(23,162,184,0.5)
}

.btn-outline-warning {
    color: #ffc107;
    border-color: #ffc107
}

.btn-outline-warning:hover {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-outline-warning:focus,.btn-outline-warning.focus {
    box-shadow: 0 0 0 .32rem rgba(255,193,7,0.5)
}

.btn-outline-warning.disabled,.btn-outline-warning:disabled {
    color: #ffc107;
    background-color: transparent
}

.btn-outline-warning:not(:disabled):not(.disabled):active,.btn-outline-warning:not(:disabled):not(.disabled).active,.show>.btn-outline-warning.dropdown-toggle {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-outline-warning:not(:disabled):not(.disabled):active:focus,.btn-outline-warning:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 .32rem rgba(255,193,7,0.5)
}

.btn-outline-danger {
    color: #dc3545;
    border-color: #dc3545
}

.btn-outline-danger:hover {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-outline-danger:focus,.btn-outline-danger.focus {
    box-shadow: 0 0 0 .32rem rgba(220,53,69,0.5)
}

.btn-outline-danger.disabled,.btn-outline-danger:disabled {
    color: #dc3545;
    background-color: transparent
}

.btn-outline-danger:not(:disabled):not(.disabled):active,.btn-outline-danger:not(:disabled):not(.disabled).active,.show>.btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-outline-danger:not(:disabled):not(.disabled):active:focus,.btn-outline-danger:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 .32rem rgba(220,53,69,0.5)
}

.btn-outline-light {
    color: #FFEB00;
    border-color: #FFEB00
}

.btn-outline-light:hover {
    color: #212529;
    background-color: #FFEB00;
    border-color: #FFEB00
}

.btn-outline-light:focus,.btn-outline-light.focus {
    box-shadow: 0 0 0 .32rem rgba(255,235,0,0.5)
}

.btn-outline-light.disabled,.btn-outline-light:disabled {
    color: #FFEB00;
    background-color: transparent
}

.btn-outline-light:not(:disabled):not(.disabled):active,.btn-outline-light:not(:disabled):not(.disabled).active,.show>.btn-outline-light.dropdown-toggle {
    color: #212529;
    background-color: #FFEB00;
    border-color: #FFEB00
}

.btn-outline-light:not(:disabled):not(.disabled):active:focus,.btn-outline-light:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 .32rem rgba(255,235,0,0.5)
}

.btn-outline-dark {
    color: #162331;
    border-color: #162331
}

.btn-outline-dark:hover {
    color: #fff;
    background-color: #162331;
    border-color: #162331
}

.btn-outline-dark:focus,.btn-outline-dark.focus {
    box-shadow: 0 0 0 .32rem rgba(22,35,49,0.5)
}

.btn-outline-dark.disabled,.btn-outline-dark:disabled {
    color: #162331;
    background-color: transparent
}

.btn-outline-dark:not(:disabled):not(.disabled):active,.btn-outline-dark:not(:disabled):not(.disabled).active,.show>.btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #162331;
    border-color: #162331
}

.btn-outline-dark:not(:disabled):not(.disabled):active:focus,.btn-outline-dark:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 .32rem rgba(22,35,49,0.5)
}

.btn-link {
    font-weight: 400;
    color: #002896;
    text-decoration: none
}

.btn-link:hover {
    color: #00144a;
    text-decoration: underline
}

.btn-link:focus,.btn-link.focus {
    text-decoration: underline
}

.btn-link:disabled,.btn-link.disabled {
    color: #6c757d;
    pointer-events: none
}

.btn-lg,.btn-group-lg>.btn {
    padding: .8rem 1.6rem;
    font-size: 2rem;
    line-height: 1.5;
    border-radius: 0
}

.btn-sm,.btn-group-sm>.btn {
    padding: .4rem .8rem;
    font-size: 1.4rem;
    line-height: 1.5;
    border-radius: 0
}

.btn-block {
    display: block;
    width: 100%
}

.btn-block+.btn-block {
    margin-top: .8rem
}

input[type="submit"].btn-block,input[type="reset"].btn-block,input[type="button"].btn-block {
    width: 100%
}

.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 {
    position: relative;
    height: 0;
    overflow: hidden;
    transition: height 0.35s ease
}

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

.collapsing.width {
    width: 0;
    height: auto;
    transition: width 0.35s ease
}

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

.dropup,.dropright,.dropdown,.dropleft {
    position: relative
}

.dropdown-toggle {
    white-space: nowrap
}

.dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent
}

.dropdown-toggle:empty::after {
    margin-left: 0
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 16rem;
    padding: .8rem 0;
    margin: .2rem 0 0;
    font-size: 1.6rem;
    color: #000;
    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
}

.dropdown-menu-left {
    right: auto;
    left: 0
}

.dropdown-menu-right {
    right: 0;
    left: auto
}

@media (min-width: 576px) {
    .dropdown-menu-sm-left {
        right:auto;
        left: 0
    }

    .dropdown-menu-sm-right {
        right: 0;
        left: auto
    }
}

@media (min-width: 768px) {
    .dropdown-menu-md-left {
        right:auto;
        left: 0
    }

    .dropdown-menu-md-right {
        right: 0;
        left: auto
    }
}

@media (min-width: 1080px) {
    .dropdown-menu-lg-left {
        right:auto;
        left: 0
    }

    .dropdown-menu-lg-right {
        right: 0;
        left: auto
    }
}

@media (min-width: 1280px) {
    .dropdown-menu-xl-left {
        right:auto;
        left: 0
    }

    .dropdown-menu-xl-right {
        right: 0;
        left: auto
    }
}

.dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: .2rem
}

.dropup .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: 0;
    border-right: .3em solid transparent;
    border-bottom: .3em solid;
    border-left: .3em solid transparent
}

.dropup .dropdown-toggle:empty::after {
    margin-left: 0
}

.dropright .dropdown-menu {
    top: 0;
    right: auto;
    left: 100%;
    margin-top: 0;
    margin-left: .2rem
}

.dropright .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid transparent;
    border-right: 0;
    border-bottom: .3em solid transparent;
    border-left: .3em solid
}

.dropright .dropdown-toggle:empty::after {
    margin-left: 0
}

.dropright .dropdown-toggle::after {
    vertical-align: 0
}

.dropleft .dropdown-menu {
    top: 0;
    right: 100%;
    left: auto;
    margin-top: 0;
    margin-right: .2rem
}

.dropleft .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: ""
}

.dropleft .dropdown-toggle::after {
    display: none
}

.dropleft .dropdown-toggle::before {
    display: inline-block;
    margin-right: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid transparent;
    border-right: .3em solid;
    border-bottom: .3em solid transparent
}

.dropleft .dropdown-toggle:empty::after {
    margin-left: 0
}

.dropleft .dropdown-toggle::before {
    vertical-align: 0
}

.dropdown-menu[x-placement^="top"],.dropdown-menu[x-placement^="right"],.dropdown-menu[x-placement^="bottom"],.dropdown-menu[x-placement^="left"] {
    right: auto;
    bottom: auto
}

.dropdown-divider {
    height: 0;
    margin: 1.6rem 0;
    overflow: hidden;
    border-top: 1px solid #e9ecef
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: .4rem 2.4rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0
}

.dropdown-item:hover,.dropdown-item:focus {
    color: #16181b;
    text-decoration: none;
    background-color: #e9ecef
}

.dropdown-item.active,.dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #002896
}

.dropdown-item.disabled,.dropdown-item:disabled {
    color: #adb5bd;
    pointer-events: none;
    background-color: transparent
}

.dropdown-menu.show {
    display: block
}

.dropdown-header {
    display: block;
    padding: .8rem 2.4rem;
    margin-bottom: 0;
    font-size: 1.4rem;
    color: #6c757d;
    white-space: nowrap
}

.dropdown-item-text {
    display: block;
    padding: .4rem 2.4rem;
    color: #212529
}

.btn-group,.btn-group-vertical {
    position: relative;
    display: inline-flex;
    vertical-align: middle
}

.btn-group>.btn,.btn-group-vertical>.btn {
    position: relative;
    flex: 1 1 auto
}

.btn-group>.btn:hover,.btn-group-vertical>.btn:hover {
    z-index: 1
}

.btn-group>.btn:focus,.btn-group>.btn:active,.btn-group>.btn.active,.btn-group-vertical>.btn:focus,.btn-group-vertical>.btn:active,.btn-group-vertical>.btn.active {
    z-index: 1
}

.btn-toolbar {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start
}

.btn-toolbar .input-group {
    width: auto
}

.btn-group>.btn:not(:first-child),.btn-group>.btn-group:not(:first-child) {
    margin-left: -1px
}

.btn-group>.btn:not(:last-child):not(.dropdown-toggle),.btn-group>.btn-group:not(:last-child)>.btn {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.btn-group>.btn:not(:first-child),.btn-group>.btn-group:not(:first-child)>.btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.dropdown-toggle-split {
    padding-right: .9rem;
    padding-left: .9rem
}

.dropdown-toggle-split::after,.dropup .dropdown-toggle-split::after,.dropright .dropdown-toggle-split::after {
    margin-left: 0
}

.dropleft .dropdown-toggle-split::before {
    margin-right: 0
}

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

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

.btn-group-vertical {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center
}

.btn-group-vertical>.btn,.btn-group-vertical>.btn-group {
    width: 100%
}

.btn-group-vertical>.btn:not(:first-child),.btn-group-vertical>.btn-group:not(:first-child) {
    margin-top: -1px
}

.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle),.btn-group-vertical>.btn-group:not(:last-child)>.btn {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical>.btn:not(:first-child),.btn-group-vertical>.btn-group:not(:first-child)>.btn {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.btn-group-toggle>.btn,.btn-group-toggle>.btn-group>.btn {
    margin-bottom: 0
}

.btn-group-toggle>.btn input[type="radio"],.btn-group-toggle>.btn input[type="checkbox"],.btn-group-toggle>.btn-group>.btn input[type="radio"],.btn-group-toggle>.btn-group>.btn input[type="checkbox"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none
}

.input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%
}

.input-group>.form-control,.input-group>.form-control-plaintext,.input-group>.custom-select,.input-group>.custom-file {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
    margin-bottom: 0
}

.input-group>.form-control+.form-control,.input-group>.form-control+.custom-select,.input-group>.form-control+.custom-file,.input-group>.form-control-plaintext+.form-control,.input-group>.form-control-plaintext+.custom-select,.input-group>.form-control-plaintext+.custom-file,.input-group>.custom-select+.form-control,.input-group>.custom-select+.custom-select,.input-group>.custom-select+.custom-file,.input-group>.custom-file+.form-control,.input-group>.custom-file+.custom-select,.input-group>.custom-file+.custom-file {
    margin-left: -1px
}

.input-group>.form-control:focus,.input-group>.custom-select:focus,.input-group>.custom-file .custom-file-input:focus ~ .custom-file-label {
    z-index: 3
}

.input-group>.custom-file .custom-file-input:focus {
    z-index: 4
}

.input-group>.form-control:not(:first-child),.input-group>.custom-select:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.input-group>.custom-file {
    display: flex;
    align-items: center
}

.input-group>.custom-file:not(:last-child) .custom-file-label,.input-group>.custom-file:not(:last-child) .custom-file-label::after {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group>.custom-file:not(:first-child) .custom-file-label {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.input-group:not(.has-validation)>.form-control:not(:last-child),.input-group:not(.has-validation)>.custom-select:not(:last-child),.input-group:not(.has-validation)>.custom-file:not(:last-child) .custom-file-label,.input-group:not(.has-validation)>.custom-file:not(:last-child) .custom-file-label::after {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group.has-validation>.form-control:nth-last-child(n+3),.input-group.has-validation>.custom-select:nth-last-child(n+3),.input-group.has-validation>.custom-file:nth-last-child(n+3) .custom-file-label,.input-group.has-validation>.custom-file:nth-last-child(n+3) .custom-file-label::after {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group-prepend,.input-group-append {
    display: flex
}

.input-group-prepend .btn,.input-group-append .btn {
    position: relative;
    z-index: 2
}

.input-group-prepend .btn:focus,.input-group-append .btn:focus {
    z-index: 3
}

.input-group-prepend .btn+.btn,.input-group-prepend .btn+.input-group-text,.input-group-prepend .input-group-text+.input-group-text,.input-group-prepend .input-group-text+.btn,.input-group-append .btn+.btn,.input-group-append .btn+.input-group-text,.input-group-append .input-group-text+.input-group-text,.input-group-append .input-group-text+.btn {
    margin-left: -1px
}

.input-group-prepend {
    margin-right: -1px
}

.input-group-append {
    margin-left: -1px
}

.input-group-text {
    display: flex;
    align-items: center;
    padding: .6rem 1.2rem;
    margin-bottom: 0;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: 0
}

.input-group-text input[type="radio"],.input-group-text input[type="checkbox"] {
    margin-top: 0
}

.input-group-lg>.form-control:not(textarea),.input-group-lg>.custom-select {
    height: calc(1.5em + 1.6rem + 2px)
}

.input-group-lg>.form-control,.input-group-lg>.custom-select,.input-group-lg>.input-group-prepend>.input-group-text,.input-group-lg>.input-group-append>.input-group-text,.input-group-lg>.input-group-prepend>.btn,.input-group-lg>.input-group-append>.btn {
    padding: .8rem 1.6rem;
    font-size: 2rem;
    line-height: 1.5;
    border-radius: 0
}

.input-group-sm>.form-control:not(textarea),.input-group-sm>.custom-select {
    height: calc(1.5em + .8rem + 2px)
}

.input-group-sm>.form-control,.input-group-sm>.custom-select,.input-group-sm>.input-group-prepend>.input-group-text,.input-group-sm>.input-group-append>.input-group-text,.input-group-sm>.input-group-prepend>.btn,.input-group-sm>.input-group-append>.btn {
    padding: .4rem .8rem;
    font-size: 1.4rem;
    line-height: 1.5;
    border-radius: 0
}

.input-group-lg>.custom-select,.input-group-sm>.custom-select {
    padding-right: 2.8rem
}

.input-group>.input-group-prepend>.btn,.input-group>.input-group-prepend>.input-group-text,.input-group:not(.has-validation)>.input-group-append:not(:last-child)>.btn,.input-group:not(.has-validation)>.input-group-append:not(:last-child)>.input-group-text,.input-group.has-validation>.input-group-append:nth-last-child(n+3)>.btn,.input-group.has-validation>.input-group-append:nth-last-child(n+3)>.input-group-text,.input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle),.input-group>.input-group-append:last-child>.input-group-text:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group>.input-group-append>.btn,.input-group>.input-group-append>.input-group-text,.input-group>.input-group-prepend:not(:first-child)>.btn,.input-group>.input-group-prepend:not(:first-child)>.input-group-text,.input-group>.input-group-prepend:first-child>.btn:not(:first-child),.input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.custom-control {
    position: relative;
    z-index: 1;
    display: block;
    min-height: 2.4rem;
    padding-left: 2.4rem;
    print-color-adjust: exact
}

.custom-control-inline {
    display: inline-flex;
    margin-right: 1.6rem
}

.custom-control-input {
    position: absolute;
    left: 0;
    z-index: -1;
    width: 1.6rem;
    height: 2rem;
    opacity: 0
}

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

.custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 .32rem rgba(0,40,150,0.25)
}

.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #1755ff
}

.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: #4a7aff;
    border-color: #4a7aff
}

.custom-control-input[disabled] ~ .custom-control-label,.custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d
}

.custom-control-input[disabled] ~ .custom-control-label::before,.custom-control-input:disabled ~ .custom-control-label::before {
    background-color: #e9ecef
}

.custom-control-label {
    position: relative;
    margin-bottom: 0;
    vertical-align: top
}

.custom-control-label::before {
    position: absolute;
    top: .4rem;
    left: -2.4rem;
    display: block;
    width: 1.6rem;
    height: 1.6rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: 1px solid #adb5bd
}

.custom-control-label::after {
    position: absolute;
    top: .4rem;
    left: -2.4rem;
    display: block;
    width: 1.6rem;
    height: 1.6rem;
    content: "";
    background: 50% / 50% 50% no-repeat
}

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

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e")
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
    border-color: #002896;
    background-color: #002896
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e")
}

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0,40,150,0.5)
}

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
    background-color: rgba(0,40,150,0.5)
}

.custom-radio .custom-control-label::before {
    border-radius: 50%
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e")
}

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0,40,150,0.5)
}

.custom-switch {
    padding-left: 3.6rem
}

.custom-switch .custom-control-label::before {
    left: -3.6rem;
    width: 2.8rem;
    pointer-events: all;
    border-radius: .8rem
}

.custom-switch .custom-control-label::after {
    top: calc(.4rem + 2px);
    left: calc(-3.6rem + 2px);
    width: calc(1.6rem - 4px);
    height: calc(1.6rem - 4px);
    background-color: #adb5bd;
    border-radius: .8rem;
    transition: transform 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) {
    .custom-switch .custom-control-label::after {
        transition: none
    }
}

.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #fff;
    transform: translateX(1.2rem)
}

.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0,40,150,0.5)
}

.custom-select {
    display: inline-block;
    width: 100%;
    height: calc(1.5em + 1.2rem + 2px);
    padding: .6rem 2.8rem .6rem 1.2rem;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 1.2rem center/8px 10px no-repeat;
    border: 1px solid #ced4da;
    border-radius: 0;
    appearance: none
}

.custom-select:focus {
    border-color: #1755ff;
    outline: 0;
    box-shadow: 0 0 0 .32rem rgba(0,40,150,0.25)
}

.custom-select:focus::-ms-value {
    color: #495057;
    background-color: #fff
}

.custom-select[multiple],.custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 1.2rem;
    background-image: none
}

.custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef
}

.custom-select::-ms-expand {
    display: none
}

.custom-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057
}

.custom-select-sm {
    height: calc(1.5em + .8rem + 2px);
    padding-top: .4rem;
    padding-bottom: .4rem;
    padding-left: .8rem;
    font-size: 1.4rem
}

.custom-select-lg {
    height: calc(1.5em + 1.6rem + 2px);
    padding-top: .8rem;
    padding-bottom: .8rem;
    padding-left: 1.6rem;
    font-size: 2rem
}

.custom-file {
    position: relative;
    display: inline-block;
    width: 100%;
    height: calc(1.5em + 1.2rem + 2px);
    margin-bottom: 0
}

.custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: calc(1.5em + 1.2rem + 2px);
    margin: 0;
    overflow: hidden;
    opacity: 0
}

.custom-file-input:focus ~ .custom-file-label {
    border-color: #1755ff;
    box-shadow: 0 0 0 .32rem rgba(0,40,150,0.25)
}

.custom-file-input[disabled] ~ .custom-file-label,.custom-file-input:disabled ~ .custom-file-label {
    background-color: #e9ecef
}

.custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse"
}

.custom-file-input ~ .custom-file-label[data-browse]::after {
    content: attr(data-browse)
}

.custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: calc(1.5em + 1.2rem + 2px);
    padding: .6rem 1.2rem;
    overflow: hidden;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 0
}

.custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + 1.2rem);
    padding: .6rem 1.2rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 0 0 0
}

.custom-range {
    width: 100%;
    height: 2.24rem;
    padding: 0;
    background-color: transparent;
    appearance: none
}

.custom-range:focus {
    outline: 0
}

.custom-range:focus::-webkit-slider-thumb {
    box-shadow: 0 0 0 1px #fff,0 0 0 .32rem rgba(0,40,150,0.25)
}

.custom-range:focus::-moz-range-thumb {
    box-shadow: 0 0 0 1px #fff,0 0 0 .32rem rgba(0,40,150,0.25)
}

.custom-range:focus::-ms-thumb {
    box-shadow: 0 0 0 1px #fff,0 0 0 .32rem rgba(0,40,150,0.25)
}

.custom-range::-moz-focus-outer {
    border: 0
}

.custom-range::-webkit-slider-thumb {
    width: 1.6rem;
    height: 1.6rem;
    margin-top: -.4rem;
    background-color: #002896;
    border: 0;
    border-radius: 1.6rem;
    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) {
    .custom-range::-webkit-slider-thumb {
        transition: none
    }
}

.custom-range::-webkit-slider-thumb:active {
    background-color: #4a7aff
}

.custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: .8rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1.6rem
}

.custom-range::-moz-range-thumb {
    width: 1.6rem;
    height: 1.6rem;
    background-color: #002896;
    border: 0;
    border-radius: 1.6rem;
    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) {
    .custom-range::-moz-range-thumb {
        transition: none
    }
}

.custom-range::-moz-range-thumb:active {
    background-color: #4a7aff
}

.custom-range::-moz-range-track {
    width: 100%;
    height: .8rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1.6rem
}

.custom-range::-ms-thumb {
    width: 1.6rem;
    height: 1.6rem;
    margin-top: 0;
    margin-right: .32rem;
    margin-left: .32rem;
    background-color: #002896;
    border: 0;
    border-radius: 1.6rem;
    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) {
    .custom-range::-ms-thumb {
        transition: none
    }
}

.custom-range::-ms-thumb:active {
    background-color: #4a7aff
}

.custom-range::-ms-track {
    width: 100%;
    height: .8rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: .8rem
}

.custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1.6rem
}

.custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1.6rem
}

.custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd
}

.custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default
}

.custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd
}

.custom-range:disabled::-moz-range-track {
    cursor: default
}

.custom-range:disabled::-ms-thumb {
    background-color: #adb5bd
}

.custom-control-label::before,.custom-file-label,.custom-select {
    transition: 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) {
    .custom-control-label::before,.custom-file-label,.custom-select {
        transition: none
    }
}

.nav {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.nav-link {
    display: block;
    padding: .8rem 1.6rem
}

.nav-link:hover,.nav-link:focus {
    text-decoration: none
}

.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-color: transparent;
    border: 1px solid transparent;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.nav-tabs .nav-link:hover,.nav-tabs .nav-link:focus {
    isolation: isolate;
    border-color: #e9ecef #e9ecef #dee2e6
}

.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
}

.nav-pills .nav-link.active,.nav-pills .show>.nav-link {
    color: #fff;
    background-color: #002896
}

.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
}

.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: 1.6rem 3.2rem
}

.navbar .container,.navbar .container-fluid,.navbar .container-lg {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between
}

.navbar-brand {
    display: inline-block;
    padding-top: .5rem;
    padding-bottom: .5rem;
    margin-right: 3.2rem;
    font-size: 2rem;
    line-height: inherit;
    white-space: nowrap
}

.navbar-brand:hover,.navbar-brand:focus {
    text-decoration: none
}

.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;
    float: none
}

.navbar-text {
    display: inline-block;
    padding-top: .8rem;
    padding-bottom: .8rem
}

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

.navbar-toggler {
    padding: .4rem 1.2rem;
    font-size: 2rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 0
}

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

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: 50% / 100% 100% no-repeat
}

.navbar-nav-scroll {
    max-height: 75vh;
    overflow-y: auto
}

@media (max-width: 575.98px) {
    .navbar-expand-sm>.container,.navbar-expand-sm>.container-fluid,.navbar-expand-sm>.container-lg {
        padding-right:0;
        padding-left: 0
    }
}

@media (min-width: 576px) {
    .navbar-expand-sm {
        flex-flow:row 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: .8rem;
        padding-left: .8rem
    }

    .navbar-expand-sm>.container,.navbar-expand-sm>.container-fluid,.navbar-expand-sm>.container-lg {
        flex-wrap: nowrap
    }

    .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
    }
}

@media (max-width: 767.98px) {
    .navbar-expand-md>.container,.navbar-expand-md>.container-fluid,.navbar-expand-md>.container-lg {
        padding-right:0;
        padding-left: 0
    }
}

@media (min-width: 768px) {
    .navbar-expand-md {
        flex-flow:row 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: .8rem;
        padding-left: .8rem
    }

    .navbar-expand-md>.container,.navbar-expand-md>.container-fluid,.navbar-expand-md>.container-lg {
        flex-wrap: nowrap
    }

    .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
    }
}

@media (max-width: 1079.98px) {
    .navbar-expand-lg>.container,.navbar-expand-lg>.container-fluid,.navbar-expand-lg>.container-lg {
        padding-right:0;
        padding-left: 0
    }
}

@media (min-width: 1080px) {
    .navbar-expand-lg {
        flex-flow:row 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: .8rem;
        padding-left: .8rem
    }

    .navbar-expand-lg>.container,.navbar-expand-lg>.container-fluid,.navbar-expand-lg>.container-lg {
        flex-wrap: nowrap
    }

    .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
    }
}

@media (max-width: 1279.98px) {
    .navbar-expand-xl>.container,.navbar-expand-xl>.container-fluid,.navbar-expand-xl>.container-lg {
        padding-right:0;
        padding-left: 0
    }
}

@media (min-width: 1280px) {
    .navbar-expand-xl {
        flex-flow:row 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: .8rem;
        padding-left: .8rem
    }

    .navbar-expand-xl>.container,.navbar-expand-xl>.container-fluid,.navbar-expand-xl>.container-lg {
        flex-wrap: nowrap
    }

    .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 {
    flex-flow: row nowrap;
    justify-content: flex-start
}

.navbar-expand>.container,.navbar-expand>.container-fluid,.navbar-expand>.container-lg {
    padding-right: 0;
    padding-left: 0
}

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

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

.navbar-expand .navbar-nav .nav-link {
    padding-right: .8rem;
    padding-left: .8rem
}

.navbar-expand>.container,.navbar-expand>.container-fluid,.navbar-expand>.container-lg {
    flex-wrap: nowrap
}

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

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

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

.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.5)
}

.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 .active>.nav-link,.navbar-light .navbar-nav .nav-link.show,.navbar-light .navbar-nav .nav-link.active {
    color: rgba(0,0,0,0.9)
}

.navbar-light .navbar-toggler {
    color: rgba(0,0,0,0.5);
    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' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280,0,0,0.5%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.5)
}

.navbar-light .navbar-text a {
    color: rgba(0,0,0,0.9)
}

.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.5)
}

.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 .active>.nav-link,.navbar-dark .navbar-nav .nav-link.show,.navbar-dark .navbar-nav .nav-link.active {
    color: #fff
}

.navbar-dark .navbar-toggler {
    color: rgba(255,255,255,0.5);
    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' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255,255,255,0.5%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.5)
}

.navbar-dark .navbar-text a {
    color: #fff
}

.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
}

.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: 0;
    border-top-right-radius: 0
}

.card>.list-group:last-child {
    border-bottom-width: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.card>.card-header+.list-group,.card>.list-group+.card-footer {
    border-top: 0
}

.card-body {
    flex: 1 1 auto;
    min-height: 1px;
    padding: 2rem
}

.card-title {
    margin-bottom: 1.2rem
}

.card-subtitle {
    margin-top: -.6rem;
    margin-bottom: 0
}

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

.card-link:hover {
    text-decoration: none
}

.card-link+.card-link {
    margin-left: 2rem
}

.card-header {
    padding: 1.2rem 2rem;
    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: 0 0 0 0
}

.card-footer {
    padding: 1.2rem 2rem;
    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 0 0
}

.card-header-tabs {
    margin-right: -1rem;
    margin-bottom: -1.2rem;
    margin-left: -1rem;
    border-bottom: 0
}

.card-header-pills {
    margin-right: -1rem;
    margin-left: -1rem
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 2rem;
    border-radius: 0
}

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

.card-img,.card-img-top {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.card-img,.card-img-bottom {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.card-deck .card {
    margin-bottom: 20px
}

@media (min-width: 576px) {
    .card-deck {
        display:flex;
        flex-flow: row wrap;
        margin-right: -20px;
        margin-left: -20px
    }

    .card-deck .card {
        flex: 1 0 0%;
        margin-right: 20px;
        margin-bottom: 0;
        margin-left: 20px
    }
}

.card-group>.card {
    margin-bottom: 20px
}

@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
    }
}

.card-columns .card {
    margin-bottom: 1.2rem
}

@media (min-width: 576px) {
    .card-columns {
        column-count:3;
        column-gap: 2rem;
        orphans: 1;
        widows: 1
    }

    .card-columns .card {
        display: inline-block;
        width: 100%
    }
}

.accordion {
    overflow-anchor: none
}

.accordion>.card {
    overflow: hidden
}

.accordion>.card:not(:last-of-type) {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.accordion>.card:not(:first-of-type) {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.accordion>.card>.card-header {
    border-radius: 0;
    margin-bottom: -1px
}

.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    padding: 1.2rem 1.6rem;
    margin-bottom: 1.6rem;
    list-style: none;
    background-color: #e9ecef;
    border-radius: 0
}

.breadcrumb-item+.breadcrumb-item {
    padding-left: .5rem
}

.breadcrumb-item+.breadcrumb-item::before {
    float: left;
    padding-right: .5rem;
    color: #6c757d;
    content: "/"
}

.breadcrumb-item+.breadcrumb-item:hover::before {
    text-decoration: underline
}

.breadcrumb-item+.breadcrumb-item:hover::before {
    text-decoration: none
}

.breadcrumb-item.active {
    color: #6c757d
}

.pagination {
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: 0
}

.page-link {
    position: relative;
    display: block;
    padding: .8rem 1.2rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #002896;
    background-color: #fff;
    border: 1px solid #dee2e6
}

.page-link:hover {
    z-index: 2;
    color: #00144a;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6
}

.page-link:focus {
    z-index: 3;
    outline: 0;
    box-shadow: 0 0 0 .32rem rgba(0,40,150,0.25)
}

.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.page-item:last-child .page-link {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #002896;
    border-color: #002896
}

.page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #dee2e6
}

.pagination-lg .page-link {
    padding: 1.2rem 2.4rem;
    font-size: 2rem;
    line-height: 1.5
}

.pagination-lg .page-item:first-child .page-link {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.pagination-lg .page-item:last-child .page-link {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.pagination-sm .page-link {
    padding: .4rem .8rem;
    font-size: 1.4rem;
    line-height: 1.5
}

.pagination-sm .page-item:first-child .page-link {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.pagination-sm .page-item:last-child .page-link {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.badge {
    display: inline-block;
    padding: .25em .4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    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) {
    .badge {
        transition: none
    }
}

a.badge:hover,a.badge:focus {
    text-decoration: none
}

.badge:empty {
    display: none
}

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

.badge-pill {
    padding-right: .6em;
    padding-left: .6em;
    border-radius: 10rem
}

.badge-primary {
    color: #fff;
    background-color: #002896
}

a.badge-primary:hover,a.badge-primary:focus {
    color: #fff;
    background-color: #001a63
}

a.badge-primary:focus,a.badge-primary.focus {
    outline: 0;
    box-shadow: 0 0 0 .32rem rgba(0,40,150,0.5)
}

.badge-secondary {
    color: #212529;
    background-color: #99EBFF
}

a.badge-secondary:hover,a.badge-secondary:focus {
    color: #212529;
    background-color: #66e1ff
}

a.badge-secondary:focus,a.badge-secondary.focus {
    outline: 0;
    box-shadow: 0 0 0 .32rem rgba(153,235,255,0.5)
}

.badge-success {
    color: #fff;
    background-color: #28a745
}

a.badge-success:hover,a.badge-success:focus {
    color: #fff;
    background-color: #1e7e34
}

a.badge-success:focus,a.badge-success.focus {
    outline: 0;
    box-shadow: 0 0 0 .32rem rgba(40,167,69,0.5)
}

.badge-info {
    color: #fff;
    background-color: #17a2b8
}

a.badge-info:hover,a.badge-info:focus {
    color: #fff;
    background-color: #117a8b
}

a.badge-info:focus,a.badge-info.focus {
    outline: 0;
    box-shadow: 0 0 0 .32rem rgba(23,162,184,0.5)
}

.badge-warning {
    color: #212529;
    background-color: #ffc107
}

a.badge-warning:hover,a.badge-warning:focus {
    color: #212529;
    background-color: #d39e00
}

a.badge-warning:focus,a.badge-warning.focus {
    outline: 0;
    box-shadow: 0 0 0 .32rem rgba(255,193,7,0.5)
}

.badge-danger {
    color: #fff;
    background-color: #dc3545
}

a.badge-danger:hover,a.badge-danger:focus {
    color: #fff;
    background-color: #bd2130
}

a.badge-danger:focus,a.badge-danger.focus {
    outline: 0;
    box-shadow: 0 0 0 .32rem rgba(220,53,69,0.5)
}

.badge-light {
    color: #212529;
    background-color: #FFEB00
}

a.badge-light:hover,a.badge-light:focus {
    color: #212529;
    background-color: #ccbc00
}

a.badge-light:focus,a.badge-light.focus {
    outline: 0;
    box-shadow: 0 0 0 .32rem rgba(255,235,0,0.5)
}

.badge-dark {
    color: #fff;
    background-color: #162331
}

a.badge-dark:hover,a.badge-dark:focus {
    color: #fff;
    background-color: #060a0e
}

a.badge-dark:focus,a.badge-dark.focus {
    outline: 0;
    box-shadow: 0 0 0 .32rem rgba(22,35,49,0.5)
}

.jumbotron {
    padding: 2rem 1rem;
    margin-bottom: 2rem;
    background-color: #e9ecef;
    border-radius: 0
}

@media (min-width: 576px) {
    .jumbotron {
        padding:4rem 2rem
    }
}

.jumbotron-fluid {
    padding-right: 0;
    padding-left: 0;
    border-radius: 0
}

.alert {
    position: relative;
    padding: 1.2rem 2rem;
    margin-bottom: 1.6rem;
    border: 1px solid transparent;
    border-radius: 0
}

.alert-heading {
    color: inherit
}

.alert-link {
    font-weight: 700
}

.alert-dismissible {
    padding-right: 6.4rem
}

.alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    padding: 1.2rem 2rem;
    color: inherit
}

.alert-primary {
    color: #00154e;
    background-color: #ccd4ea;
    border-color: #b8c3e2
}

.alert-primary hr {
    border-top-color: #a6b4db
}

.alert-primary .alert-link {
    color: #00071b
}

.alert-secondary {
    color: #507a85;
    background-color: #ebfbff;
    border-color: #e2f9ff
}

.alert-secondary hr {
    border-top-color: #c9f4ff
}

.alert-secondary .alert-link {
    color: #3d5d65
}

.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb
}

.alert-success hr {
    border-top-color: #b1dfbb
}

.alert-success .alert-link {
    color: #0b2e13
}

.alert-info {
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb
}

.alert-info hr {
    border-top-color: #abdde5
}

.alert-info .alert-link {
    color: #062c33
}

.alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba
}

.alert-warning hr {
    border-top-color: #ffe8a1
}

.alert-warning .alert-link {
    color: #533f03
}

.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb
}

.alert-danger hr {
    border-top-color: #f1b0b7
}

.alert-danger .alert-link {
    color: #491217
}

.alert-light {
    color: #857a00;
    background-color: #fffbcc;
    border-color: #fff9b8
}

.alert-light hr {
    border-top-color: #fff79f
}

.alert-light .alert-link {
    color: #524b00
}

.alert-dark {
    color: #0b1219;
    background-color: #d0d3d6;
    border-color: #bec1c5
}

.alert-dark hr {
    border-top-color: #b1b4b9
}

.alert-dark .alert-link {
    color: #000
}

@keyframes progress-bar-stripes {
    from {
        background-position: 1.6rem 0
    }

    to {
        background-position: 0 0
    }
}

.progress {
    display: flex;
    height: 1.6rem;
    overflow: hidden;
    line-height: 0;
    font-size: 1.2rem;
    background-color: #e9ecef;
    border-radius: 0
}

.progress-bar {
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #002896;
    transition: width 0.6s ease
}

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

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

.progress-bar-animated {
    animation: 1s linear infinite progress-bar-stripes
}

@media (prefers-reduced-motion: reduce) {
    .progress-bar-animated {
        animation: none
    }
}

.media {
    display: flex;
    align-items: flex-start
}

.media-body {
    flex: 1
}

.list-group {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    border-radius: 0
}

.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: #000;
    background-color: #e9ecef
}

.list-group-item {
    position: relative;
    display: block;
    padding: 1.2rem 2rem;
    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: #002896;
    border-color: #002896
}

.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;
    border-top-right-radius: 0
}

.list-group-horizontal>.list-group-item:last-child {
    border-top-right-radius: 0;
    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;
        border-top-right-radius: 0
    }

    .list-group-horizontal-sm>.list-group-item:last-child {
        border-top-right-radius: 0;
        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;
        border-top-right-radius: 0
    }

    .list-group-horizontal-md>.list-group-item:last-child {
        border-top-right-radius: 0;
        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: 1080px) {
    .list-group-horizontal-lg {
        flex-direction:row
    }

    .list-group-horizontal-lg>.list-group-item:first-child {
        border-bottom-left-radius: 0;
        border-top-right-radius: 0
    }

    .list-group-horizontal-lg>.list-group-item:last-child {
        border-top-right-radius: 0;
        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: 1280px) {
    .list-group-horizontal-xl {
        flex-direction:row
    }

    .list-group-horizontal-xl>.list-group-item:first-child {
        border-bottom-left-radius: 0;
        border-top-right-radius: 0
    }

    .list-group-horizontal-xl>.list-group-item:last-child {
        border-top-right-radius: 0;
        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
    }
}

.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: #00154e;
    background-color: #b8c3e2
}

.list-group-item-primary.list-group-item-action:hover,.list-group-item-primary.list-group-item-action:focus {
    color: #00154e;
    background-color: #a6b4db
}

.list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #00154e;
    border-color: #00154e
}

.list-group-item-secondary {
    color: #507a85;
    background-color: #e2f9ff
}

.list-group-item-secondary.list-group-item-action:hover,.list-group-item-secondary.list-group-item-action:focus {
    color: #507a85;
    background-color: #c9f4ff
}

.list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: #507a85;
    border-color: #507a85
}

.list-group-item-success {
    color: #155724;
    background-color: #c3e6cb
}

.list-group-item-success.list-group-item-action:hover,.list-group-item-success.list-group-item-action:focus {
    color: #155724;
    background-color: #b1dfbb
}

.list-group-item-success.list-group-item-action.active {
    color: #fff;
    background-color: #155724;
    border-color: #155724
}

.list-group-item-info {
    color: #0c5460;
    background-color: #bee5eb
}

.list-group-item-info.list-group-item-action:hover,.list-group-item-info.list-group-item-action:focus {
    color: #0c5460;
    background-color: #abdde5
}

.list-group-item-info.list-group-item-action.active {
    color: #fff;
    background-color: #0c5460;
    border-color: #0c5460
}

.list-group-item-warning {
    color: #856404;
    background-color: #ffeeba
}

.list-group-item-warning.list-group-item-action:hover,.list-group-item-warning.list-group-item-action:focus {
    color: #856404;
    background-color: #ffe8a1
}

.list-group-item-warning.list-group-item-action.active {
    color: #fff;
    background-color: #856404;
    border-color: #856404
}

.list-group-item-danger {
    color: #721c24;
    background-color: #f5c6cb
}

.list-group-item-danger.list-group-item-action:hover,.list-group-item-danger.list-group-item-action:focus {
    color: #721c24;
    background-color: #f1b0b7
}

.list-group-item-danger.list-group-item-action.active {
    color: #fff;
    background-color: #721c24;
    border-color: #721c24
}

.list-group-item-light {
    color: #857a00;
    background-color: #fff9b8
}

.list-group-item-light.list-group-item-action:hover,.list-group-item-light.list-group-item-action:focus {
    color: #857a00;
    background-color: #fff79f
}

.list-group-item-light.list-group-item-action.active {
    color: #fff;
    background-color: #857a00;
    border-color: #857a00
}

.list-group-item-dark {
    color: #0b1219;
    background-color: #bec1c5
}

.list-group-item-dark.list-group-item-action:hover,.list-group-item-dark.list-group-item-action:focus {
    color: #0b1219;
    background-color: #b1b4b9
}

.list-group-item-dark.list-group-item-action.active {
    color: #fff;
    background-color: #0b1219;
    border-color: #0b1219
}

.close {
    float: right;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5
}

.close:hover {
    color: #000;
    text-decoration: none
}

.close:not(:disabled):not(.disabled):hover,.close:not(:disabled):not(.disabled):focus {
    opacity: .75
}

button.close {
    padding: 0;
    background-color: transparent;
    border: 0
}

a.close.disabled {
    pointer-events: none
}

.toast {
    flex-basis: 350px;
    max-width: 350px;
    font-size: 1.4rem;
    background-color: rgba(255,255,255,0.85);
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,0.1);
    box-shadow: 0 .4rem 1.2rem rgba(0,0,0,0.1);
    opacity: 0;
    border-radius: .25rem
}

.toast:not(:last-child) {
    margin-bottom: 1.2rem
}

.toast.showing {
    opacity: 1
}

.toast.show {
    display: block;
    opacity: 1
}

.toast.hide {
    display: none
}

.toast-header {
    display: flex;
    align-items: center;
    padding: .4rem 1.2rem;
    color: #6c757d;
    background-color: rgba(255,255,255,0.85);
    background-clip: padding-box;
    border-bottom: 1px solid rgba(0,0,0,0.05);
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px)
}

.toast-body {
    padding: 1.2rem
}

.modal-open {
    overflow: hidden
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: .8rem;
    pointer-events: none
}

.modal.fade .modal-dialog {
    transition: transform 0.3s ease-out;
    transform: translate(0, -50px)
}

@media (prefers-reduced-motion: reduce) {
    .modal.fade .modal-dialog {
        transition: none
    }
}

.modal.show .modal-dialog {
    transform: none
}

.modal.modal-static .modal-dialog {
    transform: scale(1.02)
}

.modal-dialog-scrollable {
    display: flex;
    max-height: calc(100% - 1.6rem)
}

.modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 1.6rem);
    overflow: hidden
}

.modal-dialog-scrollable .modal-header,.modal-dialog-scrollable .modal-footer {
    flex-shrink: 0
}

.modal-dialog-scrollable .modal-body {
    overflow-y: auto
}

.modal-dialog-centered {
    display: flex;
    align-items: center;
    min-height: calc(100% - 1.6rem)
}

.modal-dialog-centered::before {
    display: block;
    height: calc(100vh - 1.6rem);
    height: min-content;
    content: ""
}

.modal-dialog-centered.modal-dialog-scrollable {
    flex-direction: column;
    justify-content: center;
    height: 100%
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
    max-height: none
}

.modal-dialog-centered.modal-dialog-scrollable::before {
    content: none
}

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,0.2);
    border-radius: 0;
    outline: 0
}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000
}

.modal-backdrop.fade {
    opacity: 0
}

.modal-backdrop.show {
    opacity: .5
}

.modal-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 1.6rem 1.6rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.modal-header .close {
    padding: 1.6rem 1.6rem;
    margin: -1.6rem -1.6rem -1.6rem auto
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5
}

.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 1.6rem
}

.modal-footer {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    padding: 1.35rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.modal-footer>* {
    margin: .25rem
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width:500px;
        margin: 2.8rem auto
    }

    .modal-dialog-scrollable {
        max-height: calc(100% - 5.6rem)
    }

    .modal-dialog-scrollable .modal-content {
        max-height: calc(100vh - 5.6rem)
    }

    .modal-dialog-centered {
        min-height: calc(100% - 5.6rem)
    }

    .modal-dialog-centered::before {
        height: calc(100vh - 5.6rem);
        height: min-content
    }

    .modal-sm {
        max-width: 300px
    }
}

@media (min-width: 1080px) {
    .modal-lg,.modal-xl {
        max-width:800px
    }
}

@media (min-width: 1280px) {
    .modal-xl {
        max-width:1140px
    }
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    margin: 0;
    font-family: "neue-haas-grotesk-text",san-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    white-space: normal;
    word-spacing: normal;
    line-break: auto;
    font-size: 1.4rem;
    word-wrap: break-word;
    opacity: 0
}

.tooltip.show {
    opacity: .9
}

.tooltip .arrow {
    position: absolute;
    display: block;
    width: 1.28rem;
    height: .64rem
}

.tooltip .arrow::before {
    position: absolute;
    content: "";
    border-color: transparent;
    border-style: solid
}

.bs-tooltip-top,.bs-tooltip-auto[x-placement^="top"] {
    padding: .64rem 0
}

.bs-tooltip-top .arrow,.bs-tooltip-auto[x-placement^="top"] .arrow {
    bottom: 0
}

.bs-tooltip-top .arrow::before,.bs-tooltip-auto[x-placement^="top"] .arrow::before {
    top: 0;
    border-width: .64rem .64rem 0;
    border-top-color: #000
}

.bs-tooltip-right,.bs-tooltip-auto[x-placement^="right"] {
    padding: 0 .64rem
}

.bs-tooltip-right .arrow,.bs-tooltip-auto[x-placement^="right"] .arrow {
    left: 0;
    width: .64rem;
    height: 1.28rem
}

.bs-tooltip-right .arrow::before,.bs-tooltip-auto[x-placement^="right"] .arrow::before {
    right: 0;
    border-width: .64rem .64rem .64rem 0;
    border-right-color: #000
}

.bs-tooltip-bottom,.bs-tooltip-auto[x-placement^="bottom"] {
    padding: .64rem 0
}

.bs-tooltip-bottom .arrow,.bs-tooltip-auto[x-placement^="bottom"] .arrow {
    top: 0
}

.bs-tooltip-bottom .arrow::before,.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
    bottom: 0;
    border-width: 0 .64rem .64rem;
    border-bottom-color: #000
}

.bs-tooltip-left,.bs-tooltip-auto[x-placement^="left"] {
    padding: 0 .64rem
}

.bs-tooltip-left .arrow,.bs-tooltip-auto[x-placement^="left"] .arrow {
    right: 0;
    width: .64rem;
    height: 1.28rem
}

.bs-tooltip-left .arrow::before,.bs-tooltip-auto[x-placement^="left"] .arrow::before {
    left: 0;
    border-width: .64rem 0 .64rem .64rem;
    border-left-color: #000
}

.tooltip-inner {
    max-width: 200px;
    padding: .4rem .8rem;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 0
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: block;
    max-width: 276px;
    font-family: "neue-haas-grotesk-text",san-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    white-space: normal;
    word-spacing: normal;
    line-break: auto;
    font-size: 1.4rem;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,0.2);
    border-radius: 0
}

.popover .arrow {
    position: absolute;
    display: block;
    width: 1.6rem;
    height: .8rem;
    margin: 0 0
}

.popover .arrow::before,.popover .arrow::after {
    position: absolute;
    display: block;
    content: "";
    border-color: transparent;
    border-style: solid
}

.bs-popover-top,.bs-popover-auto[x-placement^="top"] {
    margin-bottom: .8rem
}

.bs-popover-top>.arrow,.bs-popover-auto[x-placement^="top"]>.arrow {
    bottom: calc(-0.8rem - 1px)
}

.bs-popover-top>.arrow::before,.bs-popover-auto[x-placement^="top"]>.arrow::before {
    bottom: 0;
    border-width: .8rem .8rem 0;
    border-top-color: rgba(0,0,0,0.25)
}

.bs-popover-top>.arrow::after,.bs-popover-auto[x-placement^="top"]>.arrow::after {
    bottom: 1px;
    border-width: .8rem .8rem 0;
    border-top-color: #fff
}

.bs-popover-right,.bs-popover-auto[x-placement^="right"] {
    margin-left: .8rem
}

.bs-popover-right>.arrow,.bs-popover-auto[x-placement^="right"]>.arrow {
    left: calc(-0.8rem - 1px);
    width: .8rem;
    height: 1.6rem;
    margin: 0 0
}

.bs-popover-right>.arrow::before,.bs-popover-auto[x-placement^="right"]>.arrow::before {
    left: 0;
    border-width: .8rem .8rem .8rem 0;
    border-right-color: rgba(0,0,0,0.25)
}

.bs-popover-right>.arrow::after,.bs-popover-auto[x-placement^="right"]>.arrow::after {
    left: 1px;
    border-width: .8rem .8rem .8rem 0;
    border-right-color: #fff
}

.bs-popover-bottom,.bs-popover-auto[x-placement^="bottom"] {
    margin-top: .8rem
}

.bs-popover-bottom>.arrow,.bs-popover-auto[x-placement^="bottom"]>.arrow {
    top: calc(-0.8rem - 1px)
}

.bs-popover-bottom>.arrow::before,.bs-popover-auto[x-placement^="bottom"]>.arrow::before {
    top: 0;
    border-width: 0 .8rem .8rem .8rem;
    border-bottom-color: rgba(0,0,0,0.25)
}

.bs-popover-bottom>.arrow::after,.bs-popover-auto[x-placement^="bottom"]>.arrow::after {
    top: 1px;
    border-width: 0 .8rem .8rem .8rem;
    border-bottom-color: #fff
}

.bs-popover-bottom .popover-header::before,.bs-popover-auto[x-placement^="bottom"] .popover-header::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 1.6rem;
    margin-left: -.8rem;
    content: "";
    border-bottom: 1px solid #f7f7f7
}

.bs-popover-left,.bs-popover-auto[x-placement^="left"] {
    margin-right: .8rem
}

.bs-popover-left>.arrow,.bs-popover-auto[x-placement^="left"]>.arrow {
    right: calc(-0.8rem - 1px);
    width: .8rem;
    height: 1.6rem;
    margin: 0 0
}

.bs-popover-left>.arrow::before,.bs-popover-auto[x-placement^="left"]>.arrow::before {
    right: 0;
    border-width: .8rem 0 .8rem .8rem;
    border-left-color: rgba(0,0,0,0.25)
}

.bs-popover-left>.arrow::after,.bs-popover-auto[x-placement^="left"]>.arrow::after {
    right: 1px;
    border-width: .8rem 0 .8rem .8rem;
    border-left-color: #fff
}

.popover-header {
    padding: .8rem 1.2rem;
    margin-bottom: 0;
    font-size: 1.6rem;
    color: #002896;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.popover-header:empty {
    display: none
}

.popover-body {
    padding: .8rem 1.2rem;
    color: #000
}

.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 .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-left),.active.carousel-item-right {
    transform: translateX(100%)
}

.carousel-item-prev:not(.carousel-item-right),.active.carousel-item-left {
    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-left,.carousel-fade .carousel-item-prev.carousel-item-right {
    z-index: 1;
    opacity: 1
}

.carousel-fade .active.carousel-item-left,.carousel-fade .active.carousel-item-right {
    z-index: 0;
    opacity: 0;
    transition: opacity 0s .6s
}

@media (prefers-reduced-motion: reduce) {
    .carousel-fade .active.carousel-item-left,.carousel-fade .active.carousel-item-right {
        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: .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: .9
}

.carousel-control-prev {
    left: 0
}

.carousel-control-next {
    right: 0
}

.carousel-control-prev-icon,.carousel-control-next-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: 50% / 100% 100% no-repeat
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e")
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e")
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 15;
    display: flex;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none
}

.carousel-indicators li {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    transition: opacity 0.6s ease
}

@media (prefers-reduced-motion: reduce) {
    .carousel-indicators li {
        transition: none
    }
}

.carousel-indicators .active {
    opacity: 1
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center
}

@keyframes spinner-border {
    to {
        transform: rotate(360deg)
    }
}

.spinner-border {
    display: inline-block;
    width: 3.2rem;
    height: 3.2rem;
    vertical-align: -.125em;
    border: .25em solid currentcolor;
    border-right-color: transparent;
    border-radius: 50%;
    animation: .75s linear infinite spinner-border
}

.spinner-border-sm {
    width: 1.6rem;
    height: 1.6rem;
    border-width: .2em
}

@keyframes spinner-grow {
    0% {
        transform: scale(0)
    }

    50% {
        opacity: 1;
        transform: none
    }
}

.spinner-grow {
    display: inline-block;
    width: 3.2rem;
    height: 3.2rem;
    vertical-align: -.125em;
    background-color: currentcolor;
    border-radius: 50%;
    opacity: 0;
    animation: .75s linear infinite spinner-grow
}

.spinner-grow-sm {
    width: 1.6rem;
    height: 1.6rem
}

@media (prefers-reduced-motion: reduce) {
    .spinner-border,.spinner-grow {
        animation-duration: 1.5s
    }
}

.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
}

.bg-primary {
    background-color: #002896 !important
}

a.bg-primary:hover,a.bg-primary:focus,button.bg-primary:hover,button.bg-primary:focus {
    background-color: #001a63 !important
}

.bg-secondary {
    background-color: #99EBFF !important
}

a.bg-secondary:hover,a.bg-secondary:focus,button.bg-secondary:hover,button.bg-secondary:focus {
    background-color: #66e1ff !important
}

.bg-success {
    background-color: #28a745 !important
}

a.bg-success:hover,a.bg-success:focus,button.bg-success:hover,button.bg-success:focus {
    background-color: #1e7e34 !important
}

.bg-info {
    background-color: #17a2b8 !important
}

a.bg-info:hover,a.bg-info:focus,button.bg-info:hover,button.bg-info:focus {
    background-color: #117a8b !important
}

.bg-warning {
    background-color: #ffc107 !important
}

a.bg-warning:hover,a.bg-warning:focus,button.bg-warning:hover,button.bg-warning:focus {
    background-color: #d39e00 !important
}

.bg-danger {
    background-color: #dc3545 !important
}

a.bg-danger:hover,a.bg-danger:focus,button.bg-danger:hover,button.bg-danger:focus {
    background-color: #bd2130 !important
}

.bg-light {
    background-color: #FFEB00 !important
}

a.bg-light:hover,a.bg-light:focus,button.bg-light:hover,button.bg-light:focus {
    background-color: #ccbc00 !important
}

.bg-dark {
    background-color: #162331 !important
}

a.bg-dark:hover,a.bg-dark:focus,button.bg-dark:hover,button.bg-dark:focus {
    background-color: #060a0e !important
}

.bg-white {
    background-color: #fff !important
}

.bg-transparent {
    background-color: transparent !important
}

.border {
    border: 1px solid #dee2e6 !important
}

.border-top {
    border-top: 1px solid #dee2e6 !important
}

.border-right {
    border-right: 1px solid #dee2e6 !important
}

.border-bottom {
    border-bottom: 1px solid #dee2e6 !important
}

.border-left {
    border-left: 1px solid #dee2e6 !important
}

.border-0 {
    border: 0 !important
}

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

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

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

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

.border-primary {
    border-color: #002896 !important
}

.border-secondary {
    border-color: #99EBFF !important
}

.border-success {
    border-color: #28a745 !important
}

.border-info {
    border-color: #17a2b8 !important
}

.border-warning {
    border-color: #ffc107 !important
}

.border-danger {
    border-color: #dc3545 !important
}

.border-light {
    border-color: #FFEB00 !important
}

.border-dark {
    border-color: #162331 !important
}

.border-white {
    border-color: #fff !important
}

.rounded-sm {
    border-radius: 0 !important
}

.rounded {
    border-radius: 0 !important
}

.rounded-top {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important
}

.rounded-right {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important
}

.rounded-bottom {
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important
}

.rounded-left {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important
}

.rounded-lg {
    border-radius: 0 !important
}

.rounded-circle {
    border-radius: 50% !important
}

.rounded-pill {
    border-radius: 80rem !important
}

.rounded-0 {
    border-radius: 0 !important
}

.clearfix::after {
    display: block;
    clear: both;
    content: ""
}

.d-none {
    display: none !important
}

.d-inline {
    display: inline !important
}

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

.d-block {
    display: block !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
}

@media (min-width: 576px) {
    .d-sm-none {
        display:none !important
    }

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

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

    .d-sm-block {
        display: block !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
    }
}

@media (min-width: 768px) {
    .d-md-none {
        display:none !important
    }

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

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

    .d-md-block {
        display: block !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
    }
}

@media (min-width: 1080px) {
    .d-lg-none {
        display:none !important
    }

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

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

    .d-lg-block {
        display: block !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
    }
}

@media (min-width: 1280px) {
    .d-xl-none {
        display:none !important
    }

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

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

    .d-xl-block {
        display: block !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
    }
}

@media print {
    .d-print-none {
        display: none !important
    }

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

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

    .d-print-block {
        display: block !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
    }
}

.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden
}

.embed-responsive::before {
    display: block;
    content: ""
}

.embed-responsive .embed-responsive-item,.embed-responsive iframe,.embed-responsive embed,.embed-responsive object,.embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0
}

.embed-responsive-21by9::before {
    padding-top: 42.85714286%
}

.embed-responsive-16by9::before {
    padding-top: 56.25%
}

.embed-responsive-4by3::before {
    padding-top: 75%
}

.embed-responsive-1by1::before {
    padding-top: 100%
}

.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-wrap {
    flex-wrap: wrap !important
}

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

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

.flex-fill {
    flex: 1 1 auto !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
}

.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
}

.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
}

@media (min-width: 576px) {
    .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-wrap {
        flex-wrap: wrap !important
    }

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

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

    .flex-sm-fill {
        flex: 1 1 auto !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
    }

    .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
    }

    .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
    }
}

@media (min-width: 768px) {
    .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-wrap {
        flex-wrap: wrap !important
    }

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

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

    .flex-md-fill {
        flex: 1 1 auto !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
    }

    .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
    }

    .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
    }
}

@media (min-width: 1080px) {
    .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-wrap {
        flex-wrap: wrap !important
    }

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

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

    .flex-lg-fill {
        flex: 1 1 auto !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
    }

    .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
    }

    .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
    }
}

@media (min-width: 1280px) {
    .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-wrap {
        flex-wrap: wrap !important
    }

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

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

    .flex-xl-fill {
        flex: 1 1 auto !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
    }

    .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
    }

    .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
    }
}

.float-left {
    float: left !important
}

.float-right {
    float: right !important
}

.float-none {
    float: none !important
}

@media (min-width: 576px) {
    .float-sm-left {
        float:left !important
    }

    .float-sm-right {
        float: right !important
    }

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

@media (min-width: 768px) {
    .float-md-left {
        float:left !important
    }

    .float-md-right {
        float: right !important
    }

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

@media (min-width: 1080px) {
    .float-lg-left {
        float:left !important
    }

    .float-lg-right {
        float: right !important
    }

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

@media (min-width: 1280px) {
    .float-xl-left {
        float:left !important
    }

    .float-xl-right {
        float: right !important
    }

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

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

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

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

.overflow-auto {
    overflow: auto !important
}

.overflow-hidden {
    overflow: hidden !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
}

.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
}

@supports (position: sticky) {
    .sticky-top {
        position:sticky;
        top: 0;
        z-index: 1020
    }
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0
}

.sr-only-focusable:active,.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal
}

.shadow-sm {
    box-shadow: 0 .2rem .4rem rgba(0,0,0,0.075) !important
}

.shadow {
    box-shadow: 0 .8rem 1.6rem rgba(0,0,0,0.15) !important
}

.shadow-lg {
    box-shadow: 0 1.6rem 4.8rem rgba(0,0,0,0.175) !important
}

.shadow-none {
    box-shadow: none !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
}

.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
}

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

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

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

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

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

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

.m-0 {
    margin: 0 !important
}

.mt-0,.my-0 {
    margin-top: 0 !important
}

.mr-0,.mx-0 {
    margin-right: 0 !important
}

.mb-0,.my-0 {
    margin-bottom: 0 !important
}

.ml-0,.mx-0 {
    margin-left: 0 !important
}

.m-1 {
    margin: .8rem !important
}

.mt-1,.my-1 {
    margin-top: .8rem !important
}

.mr-1,.mx-1 {
    margin-right: .8rem !important
}

.mb-1,.my-1 {
    margin-bottom: .8rem !important
}

.ml-1,.mx-1 {
    margin-left: .8rem !important
}

.m-2 {
    margin: 1.6rem !important
}

.mt-2,.my-2 {
    margin-top: 1.6rem !important
}

.mr-2,.mx-2 {
    margin-right: 1.6rem !important
}

.mb-2,.my-2 {
    margin-bottom: 1.6rem !important
}

.ml-2,.mx-2 {
    margin-left: 1.6rem !important
}

.m-3 {
    margin: 3.2rem !important
}

.mt-3,.my-3 {
    margin-top: 3.2rem !important
}

.mr-3,.mx-3 {
    margin-right: 3.2rem !important
}

.mb-3,.my-3 {
    margin-bottom: 3.2rem !important
}

.ml-3,.mx-3 {
    margin-left: 3.2rem !important
}

.m-4 {
    margin: 4.8rem !important
}

.mt-4,.my-4 {
    margin-top: 4.8rem !important
}

.mr-4,.mx-4 {
    margin-right: 4.8rem !important
}

.mb-4,.my-4 {
    margin-bottom: 4.8rem !important
}

.ml-4,.mx-4 {
    margin-left: 4.8rem !important
}

.m-5 {
    margin: 9.6rem !important
}

.mt-5,.my-5 {
    margin-top: 9.6rem !important
}

.mr-5,.mx-5 {
    margin-right: 9.6rem !important
}

.mb-5,.my-5 {
    margin-bottom: 9.6rem !important
}

.ml-5,.mx-5 {
    margin-left: 9.6rem !important
}

.p-0 {
    padding: 0 !important
}

.pt-0,.py-0 {
    padding-top: 0 !important
}

.pr-0,.px-0 {
    padding-right: 0 !important
}

.pb-0,.py-0 {
    padding-bottom: 0 !important
}

.pl-0,.px-0 {
    padding-left: 0 !important
}

.p-1 {
    padding: .8rem !important
}

.pt-1,.py-1 {
    padding-top: .8rem !important
}

.pr-1,.px-1 {
    padding-right: .8rem !important
}

.pb-1,.py-1 {
    padding-bottom: .8rem !important
}

.pl-1,.px-1 {
    padding-left: .8rem !important
}

.p-2 {
    padding: 1.6rem !important
}

.pt-2,.py-2 {
    padding-top: 1.6rem !important
}

.pr-2,.px-2 {
    padding-right: 1.6rem !important
}

.pb-2,.py-2 {
    padding-bottom: 1.6rem !important
}

.pl-2,.px-2 {
    padding-left: 1.6rem !important
}

.p-3 {
    padding: 3.2rem !important
}

.pt-3,.py-3 {
    padding-top: 3.2rem !important
}

.pr-3,.px-3 {
    padding-right: 3.2rem !important
}

.pb-3,.py-3 {
    padding-bottom: 3.2rem !important
}

.pl-3,.px-3 {
    padding-left: 3.2rem !important
}

.p-4 {
    padding: 4.8rem !important
}

.pt-4,.py-4 {
    padding-top: 4.8rem !important
}

.pr-4,.px-4 {
    padding-right: 4.8rem !important
}

.pb-4,.py-4 {
    padding-bottom: 4.8rem !important
}

.pl-4,.px-4 {
    padding-left: 4.8rem !important
}

.p-5 {
    padding: 9.6rem !important
}

.pt-5,.py-5 {
    padding-top: 9.6rem !important
}

.pr-5,.px-5 {
    padding-right: 9.6rem !important
}

.pb-5,.py-5 {
    padding-bottom: 9.6rem !important
}

.pl-5,.px-5 {
    padding-left: 9.6rem !important
}

.m-n1 {
    margin: -.8rem !important
}

.mt-n1,.my-n1 {
    margin-top: -.8rem !important
}

.mr-n1,.mx-n1 {
    margin-right: -.8rem !important
}

.mb-n1,.my-n1 {
    margin-bottom: -.8rem !important
}

.ml-n1,.mx-n1 {
    margin-left: -.8rem !important
}

.m-n2 {
    margin: -1.6rem !important
}

.mt-n2,.my-n2 {
    margin-top: -1.6rem !important
}

.mr-n2,.mx-n2 {
    margin-right: -1.6rem !important
}

.mb-n2,.my-n2 {
    margin-bottom: -1.6rem !important
}

.ml-n2,.mx-n2 {
    margin-left: -1.6rem !important
}

.m-n3 {
    margin: -3.2rem !important
}

.mt-n3,.my-n3 {
    margin-top: -3.2rem !important
}

.mr-n3,.mx-n3 {
    margin-right: -3.2rem !important
}

.mb-n3,.my-n3 {
    margin-bottom: -3.2rem !important
}

.ml-n3,.mx-n3 {
    margin-left: -3.2rem !important
}

.m-n4 {
    margin: -4.8rem !important
}

.mt-n4,.my-n4 {
    margin-top: -4.8rem !important
}

.mr-n4,.mx-n4 {
    margin-right: -4.8rem !important
}

.mb-n4,.my-n4 {
    margin-bottom: -4.8rem !important
}

.ml-n4,.mx-n4 {
    margin-left: -4.8rem !important
}

.m-n5 {
    margin: -9.6rem !important
}

.mt-n5,.my-n5 {
    margin-top: -9.6rem !important
}

.mr-n5,.mx-n5 {
    margin-right: -9.6rem !important
}

.mb-n5,.my-n5 {
    margin-bottom: -9.6rem !important
}

.ml-n5,.mx-n5 {
    margin-left: -9.6rem !important
}

.m-auto {
    margin: auto !important
}

.mt-auto,.my-auto {
    margin-top: auto !important
}

.mr-auto,.mx-auto {
    margin-right: auto !important
}

.mb-auto,.my-auto {
    margin-bottom: auto !important
}

.ml-auto,.mx-auto {
    margin-left: auto !important
}

@media (min-width: 576px) {
    .m-sm-0 {
        margin:0 !important
    }

    .mt-sm-0,.my-sm-0 {
        margin-top: 0 !important
    }

    .mr-sm-0,.mx-sm-0 {
        margin-right: 0 !important
    }

    .mb-sm-0,.my-sm-0 {
        margin-bottom: 0 !important
    }

    .ml-sm-0,.mx-sm-0 {
        margin-left: 0 !important
    }

    .m-sm-1 {
        margin: .8rem !important
    }

    .mt-sm-1,.my-sm-1 {
        margin-top: .8rem !important
    }

    .mr-sm-1,.mx-sm-1 {
        margin-right: .8rem !important
    }

    .mb-sm-1,.my-sm-1 {
        margin-bottom: .8rem !important
    }

    .ml-sm-1,.mx-sm-1 {
        margin-left: .8rem !important
    }

    .m-sm-2 {
        margin: 1.6rem !important
    }

    .mt-sm-2,.my-sm-2 {
        margin-top: 1.6rem !important
    }

    .mr-sm-2,.mx-sm-2 {
        margin-right: 1.6rem !important
    }

    .mb-sm-2,.my-sm-2 {
        margin-bottom: 1.6rem !important
    }

    .ml-sm-2,.mx-sm-2 {
        margin-left: 1.6rem !important
    }

    .m-sm-3 {
        margin: 3.2rem !important
    }

    .mt-sm-3,.my-sm-3 {
        margin-top: 3.2rem !important
    }

    .mr-sm-3,.mx-sm-3 {
        margin-right: 3.2rem !important
    }

    .mb-sm-3,.my-sm-3 {
        margin-bottom: 3.2rem !important
    }

    .ml-sm-3,.mx-sm-3 {
        margin-left: 3.2rem !important
    }

    .m-sm-4 {
        margin: 4.8rem !important
    }

    .mt-sm-4,.my-sm-4 {
        margin-top: 4.8rem !important
    }

    .mr-sm-4,.mx-sm-4 {
        margin-right: 4.8rem !important
    }

    .mb-sm-4,.my-sm-4 {
        margin-bottom: 4.8rem !important
    }

    .ml-sm-4,.mx-sm-4 {
        margin-left: 4.8rem !important
    }

    .m-sm-5 {
        margin: 9.6rem !important
    }

    .mt-sm-5,.my-sm-5 {
        margin-top: 9.6rem !important
    }

    .mr-sm-5,.mx-sm-5 {
        margin-right: 9.6rem !important
    }

    .mb-sm-5,.my-sm-5 {
        margin-bottom: 9.6rem !important
    }

    .ml-sm-5,.mx-sm-5 {
        margin-left: 9.6rem !important
    }

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

    .pt-sm-0,.py-sm-0 {
        padding-top: 0 !important
    }

    .pr-sm-0,.px-sm-0 {
        padding-right: 0 !important
    }

    .pb-sm-0,.py-sm-0 {
        padding-bottom: 0 !important
    }

    .pl-sm-0,.px-sm-0 {
        padding-left: 0 !important
    }

    .p-sm-1 {
        padding: .8rem !important
    }

    .pt-sm-1,.py-sm-1 {
        padding-top: .8rem !important
    }

    .pr-sm-1,.px-sm-1 {
        padding-right: .8rem !important
    }

    .pb-sm-1,.py-sm-1 {
        padding-bottom: .8rem !important
    }

    .pl-sm-1,.px-sm-1 {
        padding-left: .8rem !important
    }

    .p-sm-2 {
        padding: 1.6rem !important
    }

    .pt-sm-2,.py-sm-2 {
        padding-top: 1.6rem !important
    }

    .pr-sm-2,.px-sm-2 {
        padding-right: 1.6rem !important
    }

    .pb-sm-2,.py-sm-2 {
        padding-bottom: 1.6rem !important
    }

    .pl-sm-2,.px-sm-2 {
        padding-left: 1.6rem !important
    }

    .p-sm-3 {
        padding: 3.2rem !important
    }

    .pt-sm-3,.py-sm-3 {
        padding-top: 3.2rem !important
    }

    .pr-sm-3,.px-sm-3 {
        padding-right: 3.2rem !important
    }

    .pb-sm-3,.py-sm-3 {
        padding-bottom: 3.2rem !important
    }

    .pl-sm-3,.px-sm-3 {
        padding-left: 3.2rem !important
    }

    .p-sm-4 {
        padding: 4.8rem !important
    }

    .pt-sm-4,.py-sm-4 {
        padding-top: 4.8rem !important
    }

    .pr-sm-4,.px-sm-4 {
        padding-right: 4.8rem !important
    }

    .pb-sm-4,.py-sm-4 {
        padding-bottom: 4.8rem !important
    }

    .pl-sm-4,.px-sm-4 {
        padding-left: 4.8rem !important
    }

    .p-sm-5 {
        padding: 9.6rem !important
    }

    .pt-sm-5,.py-sm-5 {
        padding-top: 9.6rem !important
    }

    .pr-sm-5,.px-sm-5 {
        padding-right: 9.6rem !important
    }

    .pb-sm-5,.py-sm-5 {
        padding-bottom: 9.6rem !important
    }

    .pl-sm-5,.px-sm-5 {
        padding-left: 9.6rem !important
    }

    .m-sm-n1 {
        margin: -.8rem !important
    }

    .mt-sm-n1,.my-sm-n1 {
        margin-top: -.8rem !important
    }

    .mr-sm-n1,.mx-sm-n1 {
        margin-right: -.8rem !important
    }

    .mb-sm-n1,.my-sm-n1 {
        margin-bottom: -.8rem !important
    }

    .ml-sm-n1,.mx-sm-n1 {
        margin-left: -.8rem !important
    }

    .m-sm-n2 {
        margin: -1.6rem !important
    }

    .mt-sm-n2,.my-sm-n2 {
        margin-top: -1.6rem !important
    }

    .mr-sm-n2,.mx-sm-n2 {
        margin-right: -1.6rem !important
    }

    .mb-sm-n2,.my-sm-n2 {
        margin-bottom: -1.6rem !important
    }

    .ml-sm-n2,.mx-sm-n2 {
        margin-left: -1.6rem !important
    }

    .m-sm-n3 {
        margin: -3.2rem !important
    }

    .mt-sm-n3,.my-sm-n3 {
        margin-top: -3.2rem !important
    }

    .mr-sm-n3,.mx-sm-n3 {
        margin-right: -3.2rem !important
    }

    .mb-sm-n3,.my-sm-n3 {
        margin-bottom: -3.2rem !important
    }

    .ml-sm-n3,.mx-sm-n3 {
        margin-left: -3.2rem !important
    }

    .m-sm-n4 {
        margin: -4.8rem !important
    }

    .mt-sm-n4,.my-sm-n4 {
        margin-top: -4.8rem !important
    }

    .mr-sm-n4,.mx-sm-n4 {
        margin-right: -4.8rem !important
    }

    .mb-sm-n4,.my-sm-n4 {
        margin-bottom: -4.8rem !important
    }

    .ml-sm-n4,.mx-sm-n4 {
        margin-left: -4.8rem !important
    }

    .m-sm-n5 {
        margin: -9.6rem !important
    }

    .mt-sm-n5,.my-sm-n5 {
        margin-top: -9.6rem !important
    }

    .mr-sm-n5,.mx-sm-n5 {
        margin-right: -9.6rem !important
    }

    .mb-sm-n5,.my-sm-n5 {
        margin-bottom: -9.6rem !important
    }

    .ml-sm-n5,.mx-sm-n5 {
        margin-left: -9.6rem !important
    }

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

    .mt-sm-auto,.my-sm-auto {
        margin-top: auto !important
    }

    .mr-sm-auto,.mx-sm-auto {
        margin-right: auto !important
    }

    .mb-sm-auto,.my-sm-auto {
        margin-bottom: auto !important
    }

    .ml-sm-auto,.mx-sm-auto {
        margin-left: auto !important
    }
}

@media (min-width: 768px) {
    .m-md-0 {
        margin:0 !important
    }

    .mt-md-0,.my-md-0 {
        margin-top: 0 !important
    }

    .mr-md-0,.mx-md-0 {
        margin-right: 0 !important
    }

    .mb-md-0,.my-md-0 {
        margin-bottom: 0 !important
    }

    .ml-md-0,.mx-md-0 {
        margin-left: 0 !important
    }

    .m-md-1 {
        margin: .8rem !important
    }

    .mt-md-1,.my-md-1 {
        margin-top: .8rem !important
    }

    .mr-md-1,.mx-md-1 {
        margin-right: .8rem !important
    }

    .mb-md-1,.my-md-1 {
        margin-bottom: .8rem !important
    }

    .ml-md-1,.mx-md-1 {
        margin-left: .8rem !important
    }

    .m-md-2 {
        margin: 1.6rem !important
    }

    .mt-md-2,.my-md-2 {
        margin-top: 1.6rem !important
    }

    .mr-md-2,.mx-md-2 {
        margin-right: 1.6rem !important
    }

    .mb-md-2,.my-md-2 {
        margin-bottom: 1.6rem !important
    }

    .ml-md-2,.mx-md-2 {
        margin-left: 1.6rem !important
    }

    .m-md-3 {
        margin: 3.2rem !important
    }

    .mt-md-3,.my-md-3 {
        margin-top: 3.2rem !important
    }

    .mr-md-3,.mx-md-3 {
        margin-right: 3.2rem !important
    }

    .mb-md-3,.my-md-3 {
        margin-bottom: 3.2rem !important
    }

    .ml-md-3,.mx-md-3 {
        margin-left: 3.2rem !important
    }

    .m-md-4 {
        margin: 4.8rem !important
    }

    .mt-md-4,.my-md-4 {
        margin-top: 4.8rem !important
    }

    .mr-md-4,.mx-md-4 {
        margin-right: 4.8rem !important
    }

    .mb-md-4,.my-md-4 {
        margin-bottom: 4.8rem !important
    }

    .ml-md-4,.mx-md-4 {
        margin-left: 4.8rem !important
    }

    .m-md-5 {
        margin: 9.6rem !important
    }

    .mt-md-5,.my-md-5 {
        margin-top: 9.6rem !important
    }

    .mr-md-5,.mx-md-5 {
        margin-right: 9.6rem !important
    }

    .mb-md-5,.my-md-5 {
        margin-bottom: 9.6rem !important
    }

    .ml-md-5,.mx-md-5 {
        margin-left: 9.6rem !important
    }

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

    .pt-md-0,.py-md-0 {
        padding-top: 0 !important
    }

    .pr-md-0,.px-md-0 {
        padding-right: 0 !important
    }

    .pb-md-0,.py-md-0 {
        padding-bottom: 0 !important
    }

    .pl-md-0,.px-md-0 {
        padding-left: 0 !important
    }

    .p-md-1 {
        padding: .8rem !important
    }

    .pt-md-1,.py-md-1 {
        padding-top: .8rem !important
    }

    .pr-md-1,.px-md-1 {
        padding-right: .8rem !important
    }

    .pb-md-1,.py-md-1 {
        padding-bottom: .8rem !important
    }

    .pl-md-1,.px-md-1 {
        padding-left: .8rem !important
    }

    .p-md-2 {
        padding: 1.6rem !important
    }

    .pt-md-2,.py-md-2 {
        padding-top: 1.6rem !important
    }

    .pr-md-2,.px-md-2 {
        padding-right: 1.6rem !important
    }

    .pb-md-2,.py-md-2 {
        padding-bottom: 1.6rem !important
    }

    .pl-md-2,.px-md-2 {
        padding-left: 1.6rem !important
    }

    .p-md-3 {
        padding: 3.2rem !important
    }

    .pt-md-3,.py-md-3 {
        padding-top: 3.2rem !important
    }

    .pr-md-3,.px-md-3 {
        padding-right: 3.2rem !important
    }

    .pb-md-3,.py-md-3 {
        padding-bottom: 3.2rem !important
    }

    .pl-md-3,.px-md-3 {
        padding-left: 3.2rem !important
    }

    .p-md-4 {
        padding: 4.8rem !important
    }

    .pt-md-4,.py-md-4 {
        padding-top: 4.8rem !important
    }

    .pr-md-4,.px-md-4 {
        padding-right: 4.8rem !important
    }

    .pb-md-4,.py-md-4 {
        padding-bottom: 4.8rem !important
    }

    .pl-md-4,.px-md-4 {
        padding-left: 4.8rem !important
    }

    .p-md-5 {
        padding: 9.6rem !important
    }

    .pt-md-5,.py-md-5 {
        padding-top: 9.6rem !important
    }

    .pr-md-5,.px-md-5 {
        padding-right: 9.6rem !important
    }

    .pb-md-5,.py-md-5 {
        padding-bottom: 9.6rem !important
    }

    .pl-md-5,.px-md-5 {
        padding-left: 9.6rem !important
    }

    .m-md-n1 {
        margin: -.8rem !important
    }

    .mt-md-n1,.my-md-n1 {
        margin-top: -.8rem !important
    }

    .mr-md-n1,.mx-md-n1 {
        margin-right: -.8rem !important
    }

    .mb-md-n1,.my-md-n1 {
        margin-bottom: -.8rem !important
    }

    .ml-md-n1,.mx-md-n1 {
        margin-left: -.8rem !important
    }

    .m-md-n2 {
        margin: -1.6rem !important
    }

    .mt-md-n2,.my-md-n2 {
        margin-top: -1.6rem !important
    }

    .mr-md-n2,.mx-md-n2 {
        margin-right: -1.6rem !important
    }

    .mb-md-n2,.my-md-n2 {
        margin-bottom: -1.6rem !important
    }

    .ml-md-n2,.mx-md-n2 {
        margin-left: -1.6rem !important
    }

    .m-md-n3 {
        margin: -3.2rem !important
    }

    .mt-md-n3,.my-md-n3 {
        margin-top: -3.2rem !important
    }

    .mr-md-n3,.mx-md-n3 {
        margin-right: -3.2rem !important
    }

    .mb-md-n3,.my-md-n3 {
        margin-bottom: -3.2rem !important
    }

    .ml-md-n3,.mx-md-n3 {
        margin-left: -3.2rem !important
    }

    .m-md-n4 {
        margin: -4.8rem !important
    }

    .mt-md-n4,.my-md-n4 {
        margin-top: -4.8rem !important
    }

    .mr-md-n4,.mx-md-n4 {
        margin-right: -4.8rem !important
    }

    .mb-md-n4,.my-md-n4 {
        margin-bottom: -4.8rem !important
    }

    .ml-md-n4,.mx-md-n4 {
        margin-left: -4.8rem !important
    }

    .m-md-n5 {
        margin: -9.6rem !important
    }

    .mt-md-n5,.my-md-n5 {
        margin-top: -9.6rem !important
    }

    .mr-md-n5,.mx-md-n5 {
        margin-right: -9.6rem !important
    }

    .mb-md-n5,.my-md-n5 {
        margin-bottom: -9.6rem !important
    }

    .ml-md-n5,.mx-md-n5 {
        margin-left: -9.6rem !important
    }

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

    .mt-md-auto,.my-md-auto {
        margin-top: auto !important
    }

    .mr-md-auto,.mx-md-auto {
        margin-right: auto !important
    }

    .mb-md-auto,.my-md-auto {
        margin-bottom: auto !important
    }

    .ml-md-auto,.mx-md-auto {
        margin-left: auto !important
    }
}

@media (min-width: 1080px) {
    .m-lg-0 {
        margin:0 !important
    }

    .mt-lg-0,.my-lg-0 {
        margin-top: 0 !important
    }

    .mr-lg-0,.mx-lg-0 {
        margin-right: 0 !important
    }

    .mb-lg-0,.my-lg-0 {
        margin-bottom: 0 !important
    }

    .ml-lg-0,.mx-lg-0 {
        margin-left: 0 !important
    }

    .m-lg-1 {
        margin: .8rem !important
    }

    .mt-lg-1,.my-lg-1 {
        margin-top: .8rem !important
    }

    .mr-lg-1,.mx-lg-1 {
        margin-right: .8rem !important
    }

    .mb-lg-1,.my-lg-1 {
        margin-bottom: .8rem !important
    }

    .ml-lg-1,.mx-lg-1 {
        margin-left: .8rem !important
    }

    .m-lg-2 {
        margin: 1.6rem !important
    }

    .mt-lg-2,.my-lg-2 {
        margin-top: 1.6rem !important
    }

    .mr-lg-2,.mx-lg-2 {
        margin-right: 1.6rem !important
    }

    .mb-lg-2,.my-lg-2 {
        margin-bottom: 1.6rem !important
    }

    .ml-lg-2,.mx-lg-2 {
        margin-left: 1.6rem !important
    }

    .m-lg-3 {
        margin: 3.2rem !important
    }

    .mt-lg-3,.my-lg-3 {
        margin-top: 3.2rem !important
    }

    .mr-lg-3,.mx-lg-3 {
        margin-right: 3.2rem !important
    }

    .mb-lg-3,.my-lg-3 {
        margin-bottom: 3.2rem !important
    }

    .ml-lg-3,.mx-lg-3 {
        margin-left: 3.2rem !important
    }

    .m-lg-4 {
        margin: 4.8rem !important
    }

    .mt-lg-4,.my-lg-4 {
        margin-top: 4.8rem !important
    }

    .mr-lg-4,.mx-lg-4 {
        margin-right: 4.8rem !important
    }

    .mb-lg-4,.my-lg-4 {
        margin-bottom: 4.8rem !important
    }

    .ml-lg-4,.mx-lg-4 {
        margin-left: 4.8rem !important
    }

    .m-lg-5 {
        margin: 9.6rem !important
    }

    .mt-lg-5,.my-lg-5 {
        margin-top: 9.6rem !important
    }

    .mr-lg-5,.mx-lg-5 {
        margin-right: 9.6rem !important
    }

    .mb-lg-5,.my-lg-5 {
        margin-bottom: 9.6rem !important
    }

    .ml-lg-5,.mx-lg-5 {
        margin-left: 9.6rem !important
    }

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

    .pt-lg-0,.py-lg-0 {
        padding-top: 0 !important
    }

    .pr-lg-0,.px-lg-0 {
        padding-right: 0 !important
    }

    .pb-lg-0,.py-lg-0 {
        padding-bottom: 0 !important
    }

    .pl-lg-0,.px-lg-0 {
        padding-left: 0 !important
    }

    .p-lg-1 {
        padding: .8rem !important
    }

    .pt-lg-1,.py-lg-1 {
        padding-top: .8rem !important
    }

    .pr-lg-1,.px-lg-1 {
        padding-right: .8rem !important
    }

    .pb-lg-1,.py-lg-1 {
        padding-bottom: .8rem !important
    }

    .pl-lg-1,.px-lg-1 {
        padding-left: .8rem !important
    }

    .p-lg-2 {
        padding: 1.6rem !important
    }

    .pt-lg-2,.py-lg-2 {
        padding-top: 1.6rem !important
    }

    .pr-lg-2,.px-lg-2 {
        padding-right: 1.6rem !important
    }

    .pb-lg-2,.py-lg-2 {
        padding-bottom: 1.6rem !important
    }

    .pl-lg-2,.px-lg-2 {
        padding-left: 1.6rem !important
    }

    .p-lg-3 {
        padding: 3.2rem !important
    }

    .pt-lg-3,.py-lg-3 {
        padding-top: 3.2rem !important
    }

    .pr-lg-3,.px-lg-3 {
        padding-right: 3.2rem !important
    }

    .pb-lg-3,.py-lg-3 {
        padding-bottom: 3.2rem !important
    }

    .pl-lg-3,.px-lg-3 {
        padding-left: 3.2rem !important
    }

    .p-lg-4 {
        padding: 4.8rem !important
    }

    .pt-lg-4,.py-lg-4 {
        padding-top: 4.8rem !important
    }

    .pr-lg-4,.px-lg-4 {
        padding-right: 4.8rem !important
    }

    .pb-lg-4,.py-lg-4 {
        padding-bottom: 4.8rem !important
    }

    .pl-lg-4,.px-lg-4 {
        padding-left: 4.8rem !important
    }

    .p-lg-5 {
        padding: 9.6rem !important
    }

    .pt-lg-5,.py-lg-5 {
        padding-top: 9.6rem !important
    }

    .pr-lg-5,.px-lg-5 {
        padding-right: 9.6rem !important
    }

    .pb-lg-5,.py-lg-5 {
        padding-bottom: 9.6rem !important
    }

    .pl-lg-5,.px-lg-5 {
        padding-left: 9.6rem !important
    }

    .m-lg-n1 {
        margin: -.8rem !important
    }

    .mt-lg-n1,.my-lg-n1 {
        margin-top: -.8rem !important
    }

    .mr-lg-n1,.mx-lg-n1 {
        margin-right: -.8rem !important
    }

    .mb-lg-n1,.my-lg-n1 {
        margin-bottom: -.8rem !important
    }

    .ml-lg-n1,.mx-lg-n1 {
        margin-left: -.8rem !important
    }

    .m-lg-n2 {
        margin: -1.6rem !important
    }

    .mt-lg-n2,.my-lg-n2 {
        margin-top: -1.6rem !important
    }

    .mr-lg-n2,.mx-lg-n2 {
        margin-right: -1.6rem !important
    }

    .mb-lg-n2,.my-lg-n2 {
        margin-bottom: -1.6rem !important
    }

    .ml-lg-n2,.mx-lg-n2 {
        margin-left: -1.6rem !important
    }

    .m-lg-n3 {
        margin: -3.2rem !important
    }

    .mt-lg-n3,.my-lg-n3 {
        margin-top: -3.2rem !important
    }

    .mr-lg-n3,.mx-lg-n3 {
        margin-right: -3.2rem !important
    }

    .mb-lg-n3,.my-lg-n3 {
        margin-bottom: -3.2rem !important
    }

    .ml-lg-n3,.mx-lg-n3 {
        margin-left: -3.2rem !important
    }

    .m-lg-n4 {
        margin: -4.8rem !important
    }

    .mt-lg-n4,.my-lg-n4 {
        margin-top: -4.8rem !important
    }

    .mr-lg-n4,.mx-lg-n4 {
        margin-right: -4.8rem !important
    }

    .mb-lg-n4,.my-lg-n4 {
        margin-bottom: -4.8rem !important
    }

    .ml-lg-n4,.mx-lg-n4 {
        margin-left: -4.8rem !important
    }

    .m-lg-n5 {
        margin: -9.6rem !important
    }

    .mt-lg-n5,.my-lg-n5 {
        margin-top: -9.6rem !important
    }

    .mr-lg-n5,.mx-lg-n5 {
        margin-right: -9.6rem !important
    }

    .mb-lg-n5,.my-lg-n5 {
        margin-bottom: -9.6rem !important
    }

    .ml-lg-n5,.mx-lg-n5 {
        margin-left: -9.6rem !important
    }

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

    .mt-lg-auto,.my-lg-auto {
        margin-top: auto !important
    }

    .mr-lg-auto,.mx-lg-auto {
        margin-right: auto !important
    }

    .mb-lg-auto,.my-lg-auto {
        margin-bottom: auto !important
    }

    .ml-lg-auto,.mx-lg-auto {
        margin-left: auto !important
    }
}

@media (min-width: 1280px) {
    .m-xl-0 {
        margin:0 !important
    }

    .mt-xl-0,.my-xl-0 {
        margin-top: 0 !important
    }

    .mr-xl-0,.mx-xl-0 {
        margin-right: 0 !important
    }

    .mb-xl-0,.my-xl-0 {
        margin-bottom: 0 !important
    }

    .ml-xl-0,.mx-xl-0 {
        margin-left: 0 !important
    }

    .m-xl-1 {
        margin: .8rem !important
    }

    .mt-xl-1,.my-xl-1 {
        margin-top: .8rem !important
    }

    .mr-xl-1,.mx-xl-1 {
        margin-right: .8rem !important
    }

    .mb-xl-1,.my-xl-1 {
        margin-bottom: .8rem !important
    }

    .ml-xl-1,.mx-xl-1 {
        margin-left: .8rem !important
    }

    .m-xl-2 {
        margin: 1.6rem !important
    }

    .mt-xl-2,.my-xl-2 {
        margin-top: 1.6rem !important
    }

    .mr-xl-2,.mx-xl-2 {
        margin-right: 1.6rem !important
    }

    .mb-xl-2,.my-xl-2 {
        margin-bottom: 1.6rem !important
    }

    .ml-xl-2,.mx-xl-2 {
        margin-left: 1.6rem !important
    }

    .m-xl-3 {
        margin: 3.2rem !important
    }

    .mt-xl-3,.my-xl-3 {
        margin-top: 3.2rem !important
    }

    .mr-xl-3,.mx-xl-3 {
        margin-right: 3.2rem !important
    }

    .mb-xl-3,.my-xl-3 {
        margin-bottom: 3.2rem !important
    }

    .ml-xl-3,.mx-xl-3 {
        margin-left: 3.2rem !important
    }

    .m-xl-4 {
        margin: 4.8rem !important
    }

    .mt-xl-4,.my-xl-4 {
        margin-top: 4.8rem !important
    }

    .mr-xl-4,.mx-xl-4 {
        margin-right: 4.8rem !important
    }

    .mb-xl-4,.my-xl-4 {
        margin-bottom: 4.8rem !important
    }

    .ml-xl-4,.mx-xl-4 {
        margin-left: 4.8rem !important
    }

    .m-xl-5 {
        margin: 9.6rem !important
    }

    .mt-xl-5,.my-xl-5 {
        margin-top: 9.6rem !important
    }

    .mr-xl-5,.mx-xl-5 {
        margin-right: 9.6rem !important
    }

    .mb-xl-5,.my-xl-5 {
        margin-bottom: 9.6rem !important
    }

    .ml-xl-5,.mx-xl-5 {
        margin-left: 9.6rem !important
    }

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

    .pt-xl-0,.py-xl-0 {
        padding-top: 0 !important
    }

    .pr-xl-0,.px-xl-0 {
        padding-right: 0 !important
    }

    .pb-xl-0,.py-xl-0 {
        padding-bottom: 0 !important
    }

    .pl-xl-0,.px-xl-0 {
        padding-left: 0 !important
    }

    .p-xl-1 {
        padding: .8rem !important
    }

    .pt-xl-1,.py-xl-1 {
        padding-top: .8rem !important
    }

    .pr-xl-1,.px-xl-1 {
        padding-right: .8rem !important
    }

    .pb-xl-1,.py-xl-1 {
        padding-bottom: .8rem !important
    }

    .pl-xl-1,.px-xl-1 {
        padding-left: .8rem !important
    }

    .p-xl-2 {
        padding: 1.6rem !important
    }

    .pt-xl-2,.py-xl-2 {
        padding-top: 1.6rem !important
    }

    .pr-xl-2,.px-xl-2 {
        padding-right: 1.6rem !important
    }

    .pb-xl-2,.py-xl-2 {
        padding-bottom: 1.6rem !important
    }

    .pl-xl-2,.px-xl-2 {
        padding-left: 1.6rem !important
    }

    .p-xl-3 {
        padding: 3.2rem !important
    }

    .pt-xl-3,.py-xl-3 {
        padding-top: 3.2rem !important
    }

    .pr-xl-3,.px-xl-3 {
        padding-right: 3.2rem !important
    }

    .pb-xl-3,.py-xl-3 {
        padding-bottom: 3.2rem !important
    }

    .pl-xl-3,.px-xl-3 {
        padding-left: 3.2rem !important
    }

    .p-xl-4 {
        padding: 4.8rem !important
    }

    .pt-xl-4,.py-xl-4 {
        padding-top: 4.8rem !important
    }

    .pr-xl-4,.px-xl-4 {
        padding-right: 4.8rem !important
    }

    .pb-xl-4,.py-xl-4 {
        padding-bottom: 4.8rem !important
    }

    .pl-xl-4,.px-xl-4 {
        padding-left: 4.8rem !important
    }

    .p-xl-5 {
        padding: 9.6rem !important
    }

    .pt-xl-5,.py-xl-5 {
        padding-top: 9.6rem !important
    }

    .pr-xl-5,.px-xl-5 {
        padding-right: 9.6rem !important
    }

    .pb-xl-5,.py-xl-5 {
        padding-bottom: 9.6rem !important
    }

    .pl-xl-5,.px-xl-5 {
        padding-left: 9.6rem !important
    }

    .m-xl-n1 {
        margin: -.8rem !important
    }

    .mt-xl-n1,.my-xl-n1 {
        margin-top: -.8rem !important
    }

    .mr-xl-n1,.mx-xl-n1 {
        margin-right: -.8rem !important
    }

    .mb-xl-n1,.my-xl-n1 {
        margin-bottom: -.8rem !important
    }

    .ml-xl-n1,.mx-xl-n1 {
        margin-left: -.8rem !important
    }

    .m-xl-n2 {
        margin: -1.6rem !important
    }

    .mt-xl-n2,.my-xl-n2 {
        margin-top: -1.6rem !important
    }

    .mr-xl-n2,.mx-xl-n2 {
        margin-right: -1.6rem !important
    }

    .mb-xl-n2,.my-xl-n2 {
        margin-bottom: -1.6rem !important
    }

    .ml-xl-n2,.mx-xl-n2 {
        margin-left: -1.6rem !important
    }

    .m-xl-n3 {
        margin: -3.2rem !important
    }

    .mt-xl-n3,.my-xl-n3 {
        margin-top: -3.2rem !important
    }

    .mr-xl-n3,.mx-xl-n3 {
        margin-right: -3.2rem !important
    }

    .mb-xl-n3,.my-xl-n3 {
        margin-bottom: -3.2rem !important
    }

    .ml-xl-n3,.mx-xl-n3 {
        margin-left: -3.2rem !important
    }

    .m-xl-n4 {
        margin: -4.8rem !important
    }

    .mt-xl-n4,.my-xl-n4 {
        margin-top: -4.8rem !important
    }

    .mr-xl-n4,.mx-xl-n4 {
        margin-right: -4.8rem !important
    }

    .mb-xl-n4,.my-xl-n4 {
        margin-bottom: -4.8rem !important
    }

    .ml-xl-n4,.mx-xl-n4 {
        margin-left: -4.8rem !important
    }

    .m-xl-n5 {
        margin: -9.6rem !important
    }

    .mt-xl-n5,.my-xl-n5 {
        margin-top: -9.6rem !important
    }

    .mr-xl-n5,.mx-xl-n5 {
        margin-right: -9.6rem !important
    }

    .mb-xl-n5,.my-xl-n5 {
        margin-bottom: -9.6rem !important
    }

    .ml-xl-n5,.mx-xl-n5 {
        margin-left: -9.6rem !important
    }

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

    .mt-xl-auto,.my-xl-auto {
        margin-top: auto !important
    }

    .mr-xl-auto,.mx-xl-auto {
        margin-right: auto !important
    }

    .mb-xl-auto,.my-xl-auto {
        margin-bottom: auto !important
    }

    .ml-xl-auto,.mx-xl-auto {
        margin-left: auto !important
    }
}

.stretched-link::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: auto;
    content: "";
    background-color: transparent
}

.text-monospace {
    font-family: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace !important
}

.text-justify {
    text-align: justify !important
}

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

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

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

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

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

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

@media (min-width: 576px) {
    .text-sm-left {
        text-align:left !important
    }

    .text-sm-right {
        text-align: right !important
    }

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

@media (min-width: 768px) {
    .text-md-left {
        text-align:left !important
    }

    .text-md-right {
        text-align: right !important
    }

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

@media (min-width: 1080px) {
    .text-lg-left {
        text-align:left !important
    }

    .text-lg-right {
        text-align: right !important
    }

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

@media (min-width: 1280px) {
    .text-xl-left {
        text-align:left !important
    }

    .text-xl-right {
        text-align: right !important
    }

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

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

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

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

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

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

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

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

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

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

.text-white {
    color: #fff !important
}

.text-primary {
    color: #002896 !important
}

a.text-primary:hover,a.text-primary:focus {
    color: #00144a !important
}

.text-secondary {
    color: #99EBFF !important
}

a.text-secondary:hover,a.text-secondary:focus {
    color: #4ddcff !important
}

.text-success {
    color: #28a745 !important
}

a.text-success:hover,a.text-success:focus {
    color: #19692c !important
}

.text-info {
    color: #17a2b8 !important
}

a.text-info:hover,a.text-info:focus {
    color: #0f6674 !important
}

.text-warning {
    color: #ffc107 !important
}

a.text-warning:hover,a.text-warning:focus {
    color: #ba8b00 !important
}

.text-danger {
    color: #dc3545 !important
}

a.text-danger:hover,a.text-danger:focus {
    color: #a71d2a !important
}

.text-light {
    color: #FFEB00 !important
}

a.text-light:hover,a.text-light:focus {
    color: #b3a500 !important
}

.text-dark {
    color: #162331 !important
}

a.text-dark:hover,a.text-dark:focus {
    color: #000 !important
}

.text-body {
    color: #000 !important
}

.text-muted {
    color: #6c757d !important
}

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

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

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

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

.text-break {
    word-break: break-word !important;
    word-wrap: break-word !important
}

.text-reset {
    color: inherit !important
}

.visible {
    visibility: visible !important
}

.invisible {
    visibility: hidden !important
}

@media print {
    *,*::before,*::after {
        text-shadow: none !important;
        box-shadow: none !important
    }

    a:not(.btn) {
        text-decoration: underline
    }

    abbr[title]::after {
        content: " (" attr(title) ")"
    }

    pre {
        white-space: pre-wrap !important
    }

    pre,blockquote {
        border: 1px solid #adb5bd;
        page-break-inside: avoid
    }

    tr,img {
        page-break-inside: avoid
    }

    p,h2,h3 {
        orphans: 3;
        widows: 3
    }

    h2,h3 {
        page-break-after: avoid
    }

    @page {
        size: A3
    }

    body {
        min-width: 1080px !important
    }

    .container {
        min-width: 1080px !important
    }

    .navbar {
        display: none
    }

    .badge {
        border: 1px solid #000
    }

    .table,table {
        border-collapse: collapse !important
    }

    .table td,table td,.table th,table th {
        background-color: #fff !important
    }

    .table-bordered th,.table-bordered td {
        border: 1px solid #dee2e6 !important
    }

    .table-dark {
        color: inherit
    }

    .table-dark th,.table-dark td,.table-dark thead th,.table-dark tbody+tbody {
        border-color: #dee2e6
    }

    .table .thead-dark th,table .thead-dark th {
        color: inherit;
        border-color: #dee2e6
    }
}

.icon-brand-logo {
    background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 89 21'%3E%3Cpath d='M10.484 3.222c-4.007 0-7.267 3.264-7.267 7.278s3.26 7.278 7.268 7.278 7.266-3.265 7.266-7.279-3.259-7.277-7.267-7.277zm0 17.778C4.704 21 0 16.29 0 10.5S4.704 0 10.484 0 20.97 4.71 20.97 10.5 16.265 21 10.484 21zM36.487.404h-7.906a1.62 1.62 0 00-.306.03c-.006.002-.012.001-.018.002-.151.031-.291.09-.424.16-.51.27-.86.8-.86 1.418v16.971a1.61 1.61 0 103.216 0v-4.53h6.298c3.872-.003 7.01-3.146 7.016-7.025C43.498 3.551 40.36.408 36.487.404zm0 10.83H30.19V3.626h6.299a3.807 3.807 0 013.799 3.803 3.807 3.807 0 01-3.8 3.805zm21.545 9.362c-5.015 0-9.095-4.086-9.095-9.109V2.015a1.61 1.61 0 113.218 0v9.472a5.889 5.889 0 005.878 5.887 5.889 5.889 0 005.878-5.887V2.015a1.61 1.61 0 113.217 0v9.472c0 5.023-4.08 9.11-9.096 9.11v-.002zM89 14.745c0 3.563-3.292 6.05-8.003 6.05-2.597 0-4.9-.75-7.249-2.36a1.642 1.642 0 01-.703-1.152 1.617 1.617 0 01.398-1.272l.053-.058a1.62 1.62 0 012.169-.226c2.039 1.467 3.72 2.041 5.996 2.041 2.412 0 3.854-1.022 3.854-2.731 0-1.835-2.357-2.443-5.088-3.147-3.457-.892-7.374-1.904-7.374-5.783 0-3.476 3.256-5.903 7.917-5.903 2.775 0 5.247.883 6.968 2.487.332.31.514.751.503 1.214a1.67 1.67 0 01-.59 1.221 1.63 1.63 0 01-2.126-.027c-1.41-1.221-3.056-1.867-4.755-1.867-2.669 0-4.458 1.028-4.458 2.56 0 1.61 2.289 2.263 4.945 3.02C84.992 9.817 89 10.959 89 14.745z' fill='%23fc3c43'/%3E%3C/svg%3E")
}

.icon-chevron {
    background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 20'%3E%3Cpath fill='currentColor' d='M12 10L1.854 20 0 18.17 8.29 10 0 1.829 1.854 0 12 10z'/%3E%3C/svg%3E")
}

.icon-close-icon-navy {
    background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 9.707 9.707'%3E%3Cg data-name='Group 5566' fill='none' stroke='%23223d4a'%3E%3Cpath data-name='Line 7737' d='M.354.354l9 9'/%3E%3Cpath data-name='Line 7739' d='M.354 9.354l9-9'/%3E%3C/g%3E%3C/svg%3E")
}

.icon-dropdown-arrow {
    background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 11.953 7.395'%3E%3Cpath data-name='Path 5218' d='M.707.707l5.27 5.273 5.27-5.273' fill='none' stroke='%23000' stroke-width='2'/%3E%3C/svg%3E")
}

.icon-dropdown {
    background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 12'%3E%3Cpath fill='currentColor' d='M10 12L0 1.854 1.83 0 10 8.29 18.172 0 20 1.854 10 12z'/%3E%3C/svg%3E")
}

.icon-facebook {
    background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16.861 16.893'%3E%3Cpath data-name='Rectangle 392' fill='none' d='M0 0h16.861v16.861H0z'/%3E%3Cpath data-name='Path 1' d='M9.947 16.893V9.202h2.628l.375-3h-3V4.319c0-.845.282-1.5 1.5-1.5h1.6V.096c-.381 0-1.32-.094-2.352-.094a3.622 3.622 0 00-3.847 3.941v2.252H4.223v3h2.628v7.695z' fill='%23fff' fill-rule='evenodd'/%3E%3C/svg%3E")
}

.icon-instagram {
    background-image: url("data:image/svg+xml;charset=utf8, %3Csvg data-name='instagram icon' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 15.379 15.379'%3E%3Cpath data-name='Path 3' d='M7.69 1.367a23.578 23.578 0 013.076.085 3.963 3.963 0 011.452.256A3 3 0 0113.67 3.16a3.963 3.963 0 01.256 1.452c0 .769.085 1.025.085 3.076a23.578 23.578 0 01-.085 3.076 3.963 3.963 0 01-.256 1.452 3 3 0 01-1.452 1.452 3.963 3.963 0 01-1.452.256c-.769 0-1.025.085-3.076.085a23.578 23.578 0 01-3.076-.085 3.963 3.963 0 01-1.452-.256 3 3 0 01-1.452-1.452 3.963 3.963 0 01-.256-1.452c0-.769-.085-1.025-.085-3.076a23.578 23.578 0 01.085-3.076A3.963 3.963 0 011.71 3.16a3.069 3.069 0 01.6-.854 1.445 1.445 0 01.854-.6 3.963 3.963 0 011.452-.256 23.578 23.578 0 013.074-.083M7.69 0a25.245 25.245 0 00-3.162.085 5.275 5.275 0 00-1.88.342 3.345 3.345 0 00-1.367.854 3.345 3.345 0 00-.854 1.368 3.893 3.893 0 00-.342 1.88A25.245 25.245 0 000 7.69a25.245 25.245 0 00.085 3.161 5.275 5.275 0 00.342 1.88 3.345 3.345 0 00.855 1.369 3.345 3.345 0 001.367.854 5.275 5.275 0 001.88.342 25.246 25.246 0 003.161.085 25.246 25.246 0 003.161-.085 5.275 5.275 0 001.88-.342 3.585 3.585 0 002.221-2.221 5.275 5.275 0 00.342-1.88c0-.854.085-1.111.085-3.161a25.246 25.246 0 00-.085-3.161 5.275 5.275 0 00-.342-1.88 3.345 3.345 0 00-.852-1.369 3.345 3.345 0 00-1.369-.855 5.275 5.275 0 00-1.88-.342A25.245 25.245 0 007.69 0m0 3.759a3.867 3.867 0 00-3.93 3.93 3.93 3.93 0 103.93-3.93m0 6.494A2.517 2.517 0 015.126 7.69 2.517 2.517 0 017.69 5.126a2.517 2.517 0 012.563 2.564 2.517 2.517 0 01-2.563 2.563m4.1-7.6a.94.94 0 10.94.94.948.948 0 00-.94-.94' fill='%23fff' fill-rule='evenodd'/%3E%3C/svg%3E")
}

.icon-linkedin {
    background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 15.068 15.064'%3E%3Cpath data-name='Path 495' d='M3.373 15.064H.249V5.007h3.124zM1.809 3.635a1.818 1.818 0 111.809-1.826 1.824 1.824 0 01-1.809 1.826zm13.255 11.43h-3.117v-4.9c0-1.167-.024-2.663-1.624-2.663C8.7 7.505 8.45 8.773 8.45 10.084v4.98H5.33V5.007h3v1.372h.04a3.283 3.283 0 012.956-1.624c3.161 0 3.743 2.081 3.743 4.785v5.525z' fill='%23fff'/%3E%3C/svg%3E")
}

.icon-search {
    background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 13.242 12.873'%3E%3Cpath data-name='Path 532' d='M4.948 7.714a2.765 2.765 0 10-2.765-2.766 2.783 2.783 0 002.765 2.766zm4.221-.175l4.073 3.674-1.659 1.659L7.51 9.2a5.035 5.035 0 01-2.562.7 4.938 4.938 0 114.221-2.361z' fill='%23fff'/%3E%3C/svg%3E")
}

.icon-sprite {
    background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' style='width:0;height:0;position:absolute' aria-hidden='true'%3E%3Cdefs%3E%3Csymbol id='iconDropdown' viewBox='0 0 20 12'%3E%3Cpath fill='currentColor' d='M10 12L0 1.854 1.83 0 10 8.29 18.172 0 20 1.854 10 12z'/%3E%3C/symbol%3E%3Csymbol id='iconChevron' viewBox='0 0 12 20'%3E%3Cpath fill='currentColor' d='M12 10L1.854 20 0 18.17 8.29 10 0 1.829 1.854 0 12 10z'/%3E%3C/symbol%3E%3C/defs%3E%3C/svg%3E")
}

.icon-twitter {
    background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16.891 16.861'%3E%3Cpath data-name='Rectangle 393' fill='none' d='M0 0h16.861v16.861H0z'/%3E%3Cpath data-name='Path 2' d='M5.349 15.812A9.766 9.766 0 0015.2 5.959V5.49a7.628 7.628 0 001.691-1.778 7.79 7.79 0 01-1.971.563 3.651 3.651 0 001.5-1.877 8.607 8.607 0 01-2.158.845 3.351 3.351 0 00-2.532-1.131 3.526 3.526 0 00-3.472 3.472 1.829 1.829 0 00.094.751 9.7 9.7 0 01-7.132-3.66 3.594 3.594 0 00-.469 1.783 3.728 3.728 0 001.5 2.909 3.163 3.163 0 01-1.6-.469 3.43 3.43 0 002.815 3.378 2.893 2.893 0 01-.938.094 1.6 1.6 0 01-.657-.094 3.555 3.555 0 003.284 2.44 7.085 7.085 0 01-4.317 1.5A2.6 2.6 0 010 14.124a8.857 8.857 0 005.349 1.688' fill='%23fff' fill-rule='evenodd'/%3E%3C/svg%3E")
}

.icon-check,form.webform-submission-form .form-check-input:checked+label::before {
    background-image: url('data:image/svg+xml,<svg width="20" height="21" viewBox="0 0 20 21" fill="none" xmlns="http://www.w3.org/2000/svg"><rect x="0.5" y="1" width="19" height="19" fill="%23002896" stroke="%23002896"/><path d="M14.4604 5L13.5795 5.91153C11.6388 7.92394 10.1435 9.61129 8.36556 11.4946L6.55845 9.91285L5.60631 9.08174L4 11.0456L4.95214 11.8767L7.6466 14.2359L8.52101 15L9.33063 14.1622C11.5668 11.8433 13.1561 9.99403 15.3413 7.72785L16.2222 6.81631L14.4604 5Z" fill="white"/></svg>')
}

.icon-circle,form.webform-submission-form .radio .form-check-input:checked+label::before {
    background-image: url('data:image/svg+xml,<svg viewBox="0 0 14 14" fill="none" xmlns="http://www.w3.org/2000/svg"><circle cx="7" cy="7" r="7" fill="%23002896"/></svg>')
}

.icon-date,#block-mithr-theme-mithr-theme-system-main form .hasDatepicker {
    background-image: url('data:image/svg+xml,<svg width="24" height="21" viewBox="0 0 24 21" fill="none" xmlns="http://www.w3.org/2000/svg"><rect x="1" y="2.79272" width="22" height="17" stroke="black" stroke-width="2"/><line y1="7.4873" x2="23.7273" y2="7.4873" stroke="black" stroke-width="2"/><line x1="6" y1="5.20728" x2="6" y2="0.207275" stroke="black" stroke-width="2"/><line x1="12" y1="5.20728" x2="12" y2="0.207275" stroke="black" stroke-width="2"/><line x1="18" y1="5.20728" x2="18" y2="0.207275" stroke="black" stroke-width="2"/></svg>')
}

.icon-chevron-down,#block-mithr-theme-mithr-theme-system-main form select {
    background-image: url('data:image/svg+xml,<svg width="22" height="13" viewBox="0 0 22 13" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M20.9805 1.52111L11.0016 11.5L1.00161 1.5" stroke="black" stroke-width="2"/></svg>')
}

.button-arrow {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="19" height="20" viewBox="0 0 19 20" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M14.6874 9.88712L7.82768 3.02736L9.61719 1.23785L18.2665 9.88712L9.61719 18.5364L7.82768 16.7469L14.6874 9.88712Z" fill="%2399EBFF"/><path fill-rule="evenodd" clip-rule="evenodd" d="M16.7747 11.3783H1.26562V8.84753H16.7747V11.3783Z" fill="%2399EBFF"/></svg>')
}

html {
    font-size: 62.5%;
    -webkit-text-size-adjust: none
}

body {
    font-size: 1.8rem;
    line-height: 1.5;
    font-weight: 400
}

body.nav-open,body.filters-open {
    overflow: hidden;
    position: fixed;
    width: 100%
}

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

h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6 {
    color: var(--color-headline);
    margin-bottom: 2rem;
    margin-top: 4rem;
    font-weight: 600
}

@media (min-width: 768px) {
    h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6 {
        margin-top:6rem
    }
}

@media (min-width: 1080px) {
    h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6 {
        margin-top:8rem
    }
}

h1.reduced-space,h2.reduced-space,h3.reduced-space,h4.reduced-space,h5.reduced-space,h6.reduced-space,.h1.reduced-space,.h2.reduced-space,.h3.reduced-space,.h4.reduced-space,.h5.reduced-space,.h6.reduced-space {
    margin-top: 2rem
}

h1.reduced-space-both,h2.reduced-space-both,h3.reduced-space-both,h4.reduced-space-both,h5.reduced-space-both,h6.reduced-space-both,.h1.reduced-space-both,.h2.reduced-space-both,.h3.reduced-space-both,.h4.reduced-space-both,.h5.reduced-space-both,.h6.reduced-space-both {
    margin-block:2rem}

h1,.h1 {
    font-size: 3.5rem;
    line-height: 1.2
}

@media (min-width: 768px) {
    h1,.h1 {
        font-size:4.4rem
    }
}

h2,.h2 {
    font-size: 3rem;
    line-height: 1.2
}

@media (min-width: 768px) {
    h2,.h2 {
        font-size:3.7rem
    }
}

h3,.h3 {
    font-size: 2.6rem;
    line-height: 1.25;
    margin-bottom: 1.5rem
}

@media (min-width: 768px) {
    h3,.h3 {
        font-size:3.1rem;
        margin-top: 4rem
    }
}

h4,.h4 {
    font-size: 2.2rem;
    line-height: 1.25;
    margin-bottom: 1.5rem
}

@media (min-width: 768px) {
    h4,.h4 {
        font-size:2.5rem;
        margin-top: 4rem
    }
}

h5,.h5 {
    font-size: 1.9rem;
    line-height: 1.2;
    margin-bottom: 1rem
}

@media (min-width: 768px) {
    h5,.h5 {
        margin-top:4rem
    }
}

h6,.h6 {
    font-size: 1.8rem;
    line-height: 1.2;
    font-weight: 700;
    color: var(--color-text);
    margin-bottom: 1rem
}

@media (min-width: 768px) {
    h6,.h6 {
        margin-top:4rem
    }
}

p,.p {
    font-size: 1.8rem;
    line-height: 1.5
}

p a,.p a {
    color: var(--color-link-accent);
    font-weight: 400;
    text-decoration: underline;
    text-underline-offset: 0.4rem;
    border-left: 2px solid transparent;
    border-right: 2px solid transparent;
    margin-left: -2px;
    margin-right: -2px
}

p a:hover,p a:active,.p a:hover,.p a:active {
    color: #fff;
    background-color: #002896;
    text-decoration-color: transparent;
    border-left: 2px solid #002896;
    border-right: 2px solid #002896
}

.flex-hero p a,.accordion__content-inner p a,.flex-hero .p a,.accordion__content-inner .p a {
    border-left: 2px solid transparent;
    border-right: 2px solid transparent
}

.flex-hero p a:hover,.flex-hero p a:active,.accordion__content-inner p a:hover,.accordion__content-inner p a:active,.flex-hero .p a:hover,.flex-hero .p a:active,.accordion__content-inner .p a:hover,.accordion__content-inner .p a:active {
    border-left: 2px solid #002896;
    border-right: 2px solid #002896
}

.footer p a,.footer .p a {
    border-left: 2px solid transparent;
    border-right: 2px solid transparent
}

.footer p a:hover,.footer p a:active,.footer .p a:hover,.footer .p a:active {
    color: #fff;
    border-left: 2px solid #002896;
    border-right: 2px solid #002896
}

ol,ul {
    list-style: none;
    margin: 0;
    padding: 0
}

a {
    color: var(--color-link);
    transition: .25s ease-in-out
}

a:hover,a:active {
    color: var(--color-link-hover)
}

[class*="icon-"] {
    background-repeat: no-repeat;
    background-position: center;
    text-decoration: none
}

hr {
    border-top: 2px solid var(--color-link-accent-hover);
    margin: 4rem 0
}

@media (min-width: 768px) {
    hr {
        margin:6rem 0
    }
}

@media (min-width: 1080px) {
    hr {
        margin:8rem 0
    }
}

#page-content>:first-child {
    margin-top: 0
}
#interrupter>:first-child {
    margin-top: 0
}

#page-content>:last-child {
    margin-bottom: 0
}
#interrupter>:last-child {
    margin-bottom: 0
}

#page-content h1 .accordion,#page-content h2 .accordion,#page-content h3 .accordion,#page-content h4 .accordion,#page-content h5 .accordion,#page-content h6 .accordion {
    margin-top: 3rem !important
}
#interrupter h1 .accordion,#interrupter h2 .accordion,#interrupter h3 .accordion,#interrupter h4 .accordion,#interrupter h5 .accordion,#interrupter h6 .accordion {
    margin-top: 3rem !important
}

@media (min-width: 768px) {
    #page-content h1 .accordion,#page-content h2 .accordion,#page-content h3 .accordion,#page-content h4 .accordion,#page-content h5 .accordion,#page-content h6 .accordion {
        margin-top:4rem !important
    }
#interrupter h1 .accordion,#interrupter h2 .accordion,#interrupter h3 .accordion,#interrupter h4 .accordion,#interrupter h5 .accordion,#interrupter h6 .accordion {
        margin-top:4rem !important
    }
}

#page-content ol a,#page-content ul a {
    color: var(--color-link-accent);
    font-weight: 400;
    text-decoration: underline;
    text-underline-offset: 0.4rem;
    border-left: 2px solid transparent;
    border-right: 2px solid transparent;
    margin-left: -2px;
    margin-right: -2px
}
#interrupter ol a,#interrupter ul a {
    color: var(--color-link-accent);
    font-weight: 400;
    text-decoration: underline;
    text-underline-offset: 0.4rem;
    border-left: 2px solid transparent;
    border-right: 2px solid transparent;
    margin-left: -2px;
    margin-right: -2px
}

#page-content ol a:hover,#page-content ol a:active,#page-content ul a:hover,#page-content ul a:active {
    color: #fff;
    background-color: #002896;
    text-decoration-color: transparent;
    border-left: 2px solid #002896;
    border-right: 2px solid #002896
}
#interrupter ol a:hover,#interrupter ol a:active,#interrupter ul a:hover,#interrupter ul a:active {
    color: #fff;
    background-color: #002896;
    text-decoration-color: transparent;
    border-left: 2px solid #002896;
    border-right: 2px solid #002896
}

#page-content ol {
    list-style: none;
    margin: 0;
    padding: 0;
    counter-reset: item;
    margin-bottom: 1.6rem
}
#interrupter ol {
    list-style: none;
    margin: 0;
    padding: 0;
    counter-reset: item;
    margin-bottom: 1.6rem
}

#page-content ol:first-child li:first-child {
    margin-top: 0
}
#interrupter ol:first-child li:first-child {
    margin-top: 0
}

#page-content ol li {
    margin-block-start:1.5rem;padding-left: 2.5rem;
    position: relative
}
#interrupter ol li {
    margin-block-start:1.5rem;padding-left: 2.5rem;
    position: relative
}

#page-content ol li::marker {
    content: none !important;
    display: none !important
}
#interrupter ol li::marker {
    content: none !important;
    display: none !important
}

#page-content ol li:last-child * {
    margin-bottom: 0
}
#interrupter ol li:last-child * {
    margin-bottom: 0
}

#page-content ol ul {
    margin-top: 1.5rem;
    counter-reset: item
}
#interrupter ol ul {
    margin-top: 1.5rem;
    counter-reset: item
}

#page-content ol ul li {
    margin-block-start:1.5rem;padding-left: 2.5rem
}
#interrupter ol ul li {
    margin-block-start:1.5rem;padding-left: 2.5rem
}

#page-content ol ul li::before {
    background-color: #1966FF;
    color: #1966FF
}
#interrupter ol ul li::before {
    background-color: #1966FF;
    color: #1966FF
}

#page-content ol ol {
    margin-top: 1.5rem;
    counter-reset: item
}
#interrupter ol ol {
    margin-top: 1.5rem;
    counter-reset: item
}

#page-content ol ol li {
    margin-block-start:1.5rem;padding-left: 2.5rem
}
#interrupter ol ol li {
    margin-block-start:1.5rem;padding-left: 2.5rem
}

#page-content ol ol li::before {
    color: #1966FF
}
#interrupter ol ol li::before {
    color: #1966FF
}

#page-content ul {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-bottom: 1.6rem
}
#interrupter ul {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-bottom: 1.6rem
}

#page-content ul:first-child li:first-child {
    margin-top: 0
}
#interrupter ul:first-child li:first-child {
    margin-top: 0
}

#page-content ul li {
    margin-block-start:1.5rem;padding-left: 1.6rem;
    position: relative
}
#interrupter ul li {
    margin-block-start:1.5rem;padding-left: 1.6rem;
    position: relative
}

#page-content ul li::marker {
    content: none !important;
    display: none !important
}
#interrupter ul li::marker {
    content: none !important;
    display: none !important
}

#page-content ul li:last-child * {
    margin-bottom: 0
}
#interrupter ul li:last-child * {
    margin-bottom: 0
}

#page-content ul ul,#page-content ul ol {
    counter-reset: item;
    margin-top: 1.5rem
}
#interrupter ul ul,#interrupter ul ol {
    counter-reset: item;
    margin-top: 1.5rem
}

#page-content ul ul li,#page-content ul ol li {
    margin-block-start:1.5rem}
#interrupter ul ul li,#interrupter ul ol li {
    margin-block-start:1.5rem}

#page-content ul ul li::before,#page-content ul ol li::before {
    background-color: #1966FF;
    color: #1966FF
}
#interrupter ul ul li::before,#interrupter ul ol li::before {
    background-color: #1966FF;
    color: #1966FF
}

#page-content ul ul li::before {
    border: 0.1rem solid var(--color-link-accent);
    background-color: transparent
}
#interrupter ul ul li::before {
    border: 0.1rem solid var(--color-link-accent);
    background-color: transparent
}

#page-content ul ol li {
    padding-left: 2.5rem
}
#interrupter ul ol li {
    padding-left: 2.5rem
}

#page-content ul ol li::before {
    background-color: transparent;
    margin-top: 0
}
#interrupter ul ol li::before {
    background-color: transparent;
    margin-top: 0
}

form .form-group {
    margin: 0
}

form .form-group--buttons {
    flex-wrap: wrap;
    display: inline-flex;
    gap: 2.5rem 3rem
}

#block-mithr-theme-mithr-theme-system-main form input:not(.form-radio):not(.form-checkbox),#block-mithr-theme-mithr-theme-system-main form select,#block-mithr-theme-mithr-theme-system-main form .form-textarea {
    padding: 1.5rem 2rem;
    font-size: 1.8rem;
    line-height: 1.4;
    border: 1px solid #000;
    width: 100%;
    font-weight: 400;
    border-radius: 0
}

#block-mithr-theme-mithr-theme-system-main form input:not(.form-radio):not(.form-checkbox):active,#block-mithr-theme-mithr-theme-system-main form input:not(.form-radio):not(.form-checkbox):focus,#block-mithr-theme-mithr-theme-system-main form input:not(.form-radio):not(.form-checkbox):focus-within,#block-mithr-theme-mithr-theme-system-main form input:not(.form-radio):not(.form-checkbox):focus-visible,#block-mithr-theme-mithr-theme-system-main form select:active,#block-mithr-theme-mithr-theme-system-main form select:focus,#block-mithr-theme-mithr-theme-system-main form select:focus-within,#block-mithr-theme-mithr-theme-system-main form select:focus-visible,#block-mithr-theme-mithr-theme-system-main form .form-textarea:active,#block-mithr-theme-mithr-theme-system-main form .form-textarea:focus,#block-mithr-theme-mithr-theme-system-main form .form-textarea:focus-within,#block-mithr-theme-mithr-theme-system-main form .form-textarea:focus-visible {
    background-color: #fff;
    border-color: #002896;
    outline: 0;
    box-shadow: 0 0 0 0.32rem rgba(0,40,150,0.2)
}

form .form-radio {
    width: 2rem;
    height: 2rem
}

#block-mithr-theme-mithr-theme-system-main form select {
    background-size: 2rem;
    background-position: top calc(50% + 0.2rem) right 2rem;
    background-repeat: no-repeat;
    padding-right: 5rem;
    appearance: none;
    cursor: pointer;
    background-color: transparent;
    color: inherit
}

#block-mithr-theme-mithr-theme-system-main form select::-ms-expand {
    display: none
}

#block-mithr-theme-mithr-theme-system-main form .hasDatepicker {
    background-size: 2.4rem;
    background-position: center right 2rem;
    background-repeat: no-repeat;
    background-color: transparent;
    color: inherit
}

#block-mithr-theme-mithr-theme-system-main form .hasDatepicker::-webkit-calendar-picker-indicator {
    opacity: 0;
    cursor: pointer
}

form input::-webkit-date-and-time-value {
    min-height: 2.7rem
}

form.webform-submission-form label,form.webform-submission-form .fieldset-legend {
    font-size: 1.4rem;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 1rem
}

form.webform-submission-form legend {
    margin-bottom: 1.5rem
}

form.webform-submission-form .form-check {
    padding-left: 0
}

form.webform-submission-form .form-check-label {
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 1.5;
    text-transform: unset;
    display: flex;
    gap: 1rem;
    letter-spacing: 0
}

form.webform-submission-form .form-check-label::before {
    background: transparent;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 0;
    border: 1px solid #000000;
    content: "";
    display: inline-block;
    flex-shrink: 0;
    height: 2rem;
    transition: 0.25s background-size ease-in-out;
    width: 2rem;
    margin-top: 0.3rem;
    cursor: pointer
}

form.webform-submission-form .form-check-input {
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: absolute;
    width: 0;
    height: 0
}

form.webform-submission-form .form-check-input:active+label::before,form.webform-submission-form .form-check-input:focus+label::before,form.webform-submission-form .form-check-input:focus-within+label::before,form.webform-submission-form .form-check-input:focus-visible+label::before {
    background-color: #fff;
    border-color: #002896;
    outline: 0;
    box-shadow: 0 0 0 0.32rem rgba(0,40,150,0.2)
}

form.webform-submission-form .form-check-input:checked+label::before {
    background-size: 2rem
}

form.webform-submission-form .radio .form-check-input:checked+label::before {
    border-color: #002896;
    background-size: 1.4rem;
    background-position: center center
}

form.webform-submission-form .radio .form-check-label::before {
    border-radius: 50%
}

form .form-submit {
    background-image: none;
    padding-inline:3rem;margin-top: 2rem
}

@media (min-width: 768px) {
    form .form-submit {
        margin-top:4rem
    }
}

form .form-submit:hover,form .form-submit:active {
    background-image: none
}

form .form-required::after {
    background: transparent;
    color: #000;
    content: '*';
    font-size: 1.8rem;
    margin: 0;
    vertical-align: unset
}

form .is-invalid ~ .invalid-feedback {
    align-items: flex-start;
    color: #EB0909;
    display: flex;
    font-size: 1.7rem;
    line-height: 1.4;
    margin-top: 1rem
}

form .is-invalid ~ .invalid-feedback svg {
    margin-right: 1rem;
    max-width: 0.3rem;
    min-width: 0.3rem;
    height: 1.6rem;
    margin-top: 0.4rem
}

form .alert {
    margin-bottom: 4rem
}

@media (min-width: 1080px) {
    form .alert {
        margin-bottom:8rem
    }
}

form .alert-danger {
    background: transparent;
    border: 0;
    padding: 0;
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 1.5;
    color: #000;
    padding-right: 2rem
}

form .alert-danger svg {
    margin-right: 1rem;
    max-width: 2.5rem;
    min-width: 2.5rem;
    height: 2.5rem
}

form .alert-danger .close {
    --icon-size: 1.25rem;
    color: #000;
    opacity: 1;
    height: var(--icon-size);
    width: var(--icon-size);
    display: flex
}

form .alert-danger .close svg {
    width: var(--icon-size);
    height: var(--icon-size);
    margin: 0;
    min-width: unset;
    max-width: unset
}

form .alert .item-list {
    margin-top: 1rem
}

form .alert .list-group {
    display: block
}

form .alert .list-group-item {
    display: inline-block;
    margin: 0 0.5rem 0 0;
    padding: 0;
    border: 0;
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 1.5
}

form .alert .list-group-item a {
    text-decoration: underline;
    text-underline-offset: 4px
}

form .alert .list-group-item a:hover,form .alert .list-group-item a:active {
    color: #002896
}

form .alert .close {
    padding: 0
}

@keyframes slideIn {
    0% {
        transform: translateY(-100%);
        visibility: hidden
    }

    to {
        backface-visibility: hidden;
        transform: translateY(0) perspective(1px) translateZ(0);
        visibility: visible
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.full-bleed {
    width: 100vw;
    margin-left: calc( (100vw - 100%) / -2)
}

.full-bleed .container {
    padding: 0 2rem !important
}

@media (min-width: 768px) {
    .full-bleed .container {
        padding:0 4rem !important
    }
}

.opus-icon {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain
}

.caret {
    position: relative;
    width: 3rem;
    height: 3rem;
    background: transparent;
    border: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: .25s ease-in-out
}

.caret::after,.caret::before {
    content: '';
    position: absolute;
    background-color: var(--color-text);
    transition: .25s ease-in-out
}

.caret::before {
    width: .2rem;
    height: 1.6rem
}

.caret::after {
    width: 1.6rem;
    height: .2rem
}

.caret[aria-expanded="true"]::before,[aria-expanded="true"]>.caret::before {
    transform: rotate(90deg)
}

.caret[aria-expanded="true"]::after,[aria-expanded="true"]>.caret::after {
    transform: rotate(180deg)
}

.vertical-spacer {
    pointer-events: none;
    display: block;
    line-height: 0;
    margin-bottom: 4rem
}

@media (min-width: 1080px) {
    .vertical-spacer {
        margin-bottom:8rem
    }
}

.modal .close {
    position: absolute;
    right: 1rem;
    top: 1rem;
    font-size: 3rem;
    box-shadow: none;
    color: #fff;
    font-weight: 400
}

.modal-content {
    background: none;
    border: 0;
    position: unset
}

.modal-controls {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    width: calc(100% + 18rem);
    left: -9rem;
    padding-inline:1rem;z-index: 1
}

.modal-body {
    padding: 0;
    border: 0
}

.modal-image {
    width: 100%;
    animation: fadeIn .25s ease-in-out
}

.modal-previous-button,.modal-next-button {
    background-color: transparent;
    padding: 0;
    border: 0;
    color: #fff;
    width: 2.4rem;
    height: 2.4rem
}

.modal-previous-button:hover svg,.modal-previous-button:active svg,.modal-next-button:hover svg,.modal-next-button:active svg {
    color: #FF1423
}

.modal-previous-button svg,.modal-next-button svg {
    transition: .25s ease-in-out;
    pointer-events: none
}

.modal-next-button svg {
    transform: rotate(180deg)
}

.modal-backdrop.show {
    opacity: 0.95;
    background-color: #212326
}

@media (min-width: 1080px) {
    .alignfull {
        width:100vw;
        max-width: calc( 100% + (((100% - 0px) - 7 * 40px) / 8 * 4) + (4 * 4rem) );
        margin-left: calc( (((-100% + 0px) + 7 * 40px) / 8 * 2) - (2 * 4rem) )
    }
}

.header {
    position: sticky;
    width: 100%;
    z-index: 500;
    top: 0
}

@media (min-width: 1080px) {
    .header {
        position:absolute
    }

    body.scrolled .header {
        position: fixed;
        animation: slideIn .25s ease-in-out;
        border-bottom: 1px solid #212326;
        top: 0
    }
}

.header__navbar {
    top: 0;
    width: 100%;
    z-index: 1;
    background-color: #fff;
    display: flex;
    align-items: center;
    min-height: 7.2rem;
    border-bottom: 1px solid #212326
}

@media (min-width: 768px) {
    .header__navbar {
        min-height:8rem
    }
}

@media (min-width: 1080px) {
    .header__navbar {
        position:relative;
        min-height: 19rem;
        border-bottom: 0
    }

    body.scrolled .header__navbar {
        min-height: unset
    }
}

@media (min-width: 1280px) {
    .header__navbar {
        min-height:16.6rem
    }
}

.header__navbar-inner {
    position: relative;
    display: flex;
    gap: 3.5rem;
    padding: 2rem;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin: auto;
    max-width: 1440px
}

@media (min-width: 768px) {
    .header__navbar-inner {
        padding:2rem 4rem
    }
}

@media (min-width: 1080px) and (max-width: 1280px) {
    .header__navbar-inner {
        gap:8rem 5rem
    }
}

@media (min-width: 1080px) {
    .header__navbar-inner {
        padding:0 4rem;
        align-items: flex-start;
        flex-direction: column
    }

    body.scrolled .header__navbar-inner {
        padding-top: 1.8rem;
        padding-bottom: 1.8rem;
        flex-direction: row;
        align-items: center
    }
}

@media (min-width: 1280px) {
    .header__navbar-inner {
        row-gap:6.5rem
    }
}

.header__brand {
    line-height: 0
}

@media (min-width: 1080px) {
    body.scrolled .header__brand {
        margin-bottom:0
    }
}

.header__brand svg {
    width: auto;
    height: 3.2rem
}

@media (min-width: 768px) {
    .header__brand svg {
        height:3.5rem
    }
}

@media (min-width: 1080px) {
    .header__brand svg {
        height:4.5rem
    }
}

@media (min-width: 1080px) and (max-width: 1400px) {
    body.scrolled .header__brand svg {
        height:3.2rem
    }
}

@media (min-width: 1080px) {
    .header__mobile-toggle {
        display:none
    }
}

.header .nav-toggle {
    background-color: transparent;
    padding: 0;
    border: 0;
    width: 3rem;
    height: 2rem;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: space-between
}

.header .nav-toggle[aria-expanded='true'] .nav-toggle__line {
    background-color: #FF1423
}

.header .nav-toggle__line {
    height: 2px;
    width: 100%;
    background-color: #000;
    transition: .25s ease-in-out
}

.nav-open .header .nav-toggle__line:nth-child(1) {
    transform: translateY(9px) rotate(45deg)
}

.nav-open .header .nav-toggle__line:nth-child(2) {
    opacity: 0;
    transition: none
}

.nav-open .header .nav-toggle__line:nth-child(3) {
    transform: translateY(-9px) rotate(-45deg)
}

.header__mobile-nav {
    display: none;
    position: absolute;
    top: 0;
    width: 100%;
    height: calc(100dvh - var(--headerCalcHeight, 7.2rem));
    right: 0;
    background-color: #fff;
    transition: 0.4s ease-in-out;
    transform: translateX(calc(100% + 5px));
    overflow-y: auto;
    z-index: -1;
    top: 7.2rem
}

body.scrolled .header__mobile-nav {
    height: calc(100dvh - 7.2rem)
}

@media (min-width: 768px) {
    .header__mobile-nav {
        width:42rem;
        box-shadow: -2px 0 5px rgba(0,0,0,0.08);
        height: calc(100dvh - var(--headerCalcHeight, 8rem));
        top: 8rem
    }

    body.scrolled .header__mobile-nav {
        height: calc(100dvh - 8rem)
    }
}

@media (min-width: 1080px) {
    .header__mobile-nav {
        display:none !important
    }
}

.nav-open .header__mobile-nav {
    transform: none
}

.header__mobile-nav-inner {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    height: 100%
}

@media (max-width: 1079.98px) {
    .header .header__utility-nav-desktop,.header .header__main-nav-desktop {
        display:none
    }
}

.header .header__utility-nav-desktop {
    position: absolute;
    right: 0;
    top: 1rem
}

@media (min-width: 1280px) {
    .header .header__utility-nav-desktop {
        top:1.8rem
    }
}

@media (max-width: 1079.98px) {
    .header .header__main-nav-desktop {
        display:none
    }
}

@media (min-width: 1080px) {
    body.scrolled .header .header__main-nav-desktop {
        margin-bottom:-20px
    }
}

@media (min-width: 1400px) {
    body.scrolled .header .header__main-nav-desktop {
        margin-bottom:-30px
    }
}

.header .header__main-nav-mobile {
    width: 100%
}

.header .header__utility-nav-mobile {
    width: 100%;
    background-color: #212326;
    color: #fff;
    flex: 1
}

.quick-search__form {
    max-width: 15rem
}

.quick-search__form .views-exposed-form {
    display: flex
}

.quick-search__form input[type='text'] {
    border: 0;
    border-bottom: 1px solid #000;
    max-width: 15rem;
    padding-right: 2rem;
    padding-block:0.8rem;font-size: 1.4rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: var(--color-text);
    font-weight: 500;
    height: 4.3rem
}

.quick-search__form input[type='text']::placeholder {
    text-transform: uppercase;
    font-size: 1.4rem;
    letter-spacing: 1px;
    color: var(--color-text);
    font-weight: 500;
    opacity: 1
}

.quick-search__form input[type='text']:focus {
    outline-color: var(--color-link);
    outline-offset: .5rem;
    outline-style: solid
}

.quick-search__form button {
    background-color: transparent;
    padding: 0;
    border: 0;
    height: 100%
}

.quick-search__form button svg {
    margin-top: -0.8rem
}

@media (min-width: 1080px) {
    .site-wrapper {
        position:relative
    }
}

@media (min-width: 1080px) {
    #main-wrapper {
        padding-top:19rem
    }
}

@media (min-width: 1280px) {
    #main-wrapper {
        padding-top:16.6rem
    }
}

.content-wrapper {
    overflow: hidden
}

.content {
    position: relative
}

.content-header {
    position: relative
}

.container,.container-fluid,.container-lg {
    padding-right: 2rem;
    padding-left: 2rem
}

@media (min-width: 768px) {
    .container,.container-fluid,.container-lg {
        padding-right:4rem;
        padding-left: 4rem
    }
}

.container .container,.container .container-fluid,.container .container-lg,.container-fluid .container,.container-lg .container,.container-fluid .container-fluid,.container-lg .container-fluid,.container-fluid .container-lg,.container-lg .container-lg {
    padding-right: 0;
    padding-left: 0
}

.container .full-bleed .container-fluid .full-bleed .container,.container .full-bleed .container-lg .full-bleed .container,.container .full-bleed .container-fluid .full-bleed .container-fluid,.container .full-bleed .container-lg .full-bleed .container-fluid,.container .full-bleed .container-fluid .full-bleed .container-lg,.container .full-bleed .container-lg .full-bleed .container-lg {
    padding-right: 4rem;
    padding-left: 4rem
}

@media (max-width: 767.98px) {
    .container .full-bleed .container-fluid .full-bleed .container,.container .full-bleed .container-lg .full-bleed .container,.container .full-bleed .container-fluid .full-bleed .container-fluid,.container .full-bleed .container-lg .full-bleed .container-fluid,.container .full-bleed .container-fluid .full-bleed .container-lg,.container .full-bleed .container-lg .full-bleed .container-lg {
        padding-right:2rem;
        padding-left: 2rem
    }
}

.footer {
    position: relative;
    overflow: hidden;
    background-color: #F2F4FB
}

.footer__logo-link {
    display: inline-block
}

.footer__logo-img {
    width: 100%;
    height: auto;
    min-width: 17rem
}

@media (min-width: 768px) {
    .footer__logo-img {
        min-width:35.8rem
    }
}

.footer__address {
    margin-top: 4rem
}

.footer__address>:first-child {
    margin-top: 0
}

.footer__address>:last-child {
    margin-bottom: 0
}

.footer__address p {
    line-height: 1.5
}

.footer__address a {
    color: inherit
}

.footer__address a:hover,.footer__address a:active {
    color: var(--color-link-hover)
}

.footer__utility-menu,.footer__useful-links-menu {
    margin-top: auto
}

.footer__utility-menu ul,.footer__useful-links-menu ul {
    display: flex;
    flex-wrap: wrap
}

.footer .footer-utility-menu {
    gap: 2rem 4rem;
    margin-top: 5rem
}

@media (min-width: 768px) {
    .footer .footer-utility-menu {
        gap:1.7rem 4rem
    }
}

.footer-utility-menu .nav-item {
    text-transform: uppercase;
    line-height: 1.2;
    font-size: 1.4rem;
    letter-spacing: 1px;
    font-weight: 500;
    width: 100%
}

@media (min-width: 768px) {
    .footer-utility-menu .nav-item {
        max-width:calc(100% / 2 - 2rem)
    }
}

.footer .footer-utility-menu__link:hover,.footer .footer-utility-menu__link:active {
    text-decoration: none
}

.footer .footer-useful-links-menu {
    gap: 2rem 4rem
}

@media (min-width: 768px) {
    .footer .footer-useful-links-menu {
        gap:2.5rem 4rem
    }
}

.footer .footer__useful-links-menu .nav-item {
    width: 100%
}

@media (min-width: 768px) {
    .footer .footer__useful-links-menu .nav-item {
        max-width:calc(100% / 2 - 2rem)
    }
}

.footer .footer-useful-links-menu__link {
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 400;
    text-decoration: none;
    line-height: 1.4
}

.footer .footer-useful-links-menu__link:hover,.footer .footer-useful-links-menu__link:active {
    text-decoration: underline;
    text-underline-offset: 4px;
    color: var(--color-text)
}

.footer__left {
    padding-block:4rem 4.7rem;display: flex;
    flex-direction: column;
    height: 100%
}

@media (min-width: 768px) {
    .footer__left {
        padding-bottom:6rem
    }
}

@media (min-width: 1080px) {
    .footer__left {
        padding-block:8rem
    }
}

.footer__right {
    background-color: #212326;
    color: #fff;
    width: 100%;
    padding-block:4rem;position: relative
}

.footer__right>:first-child {
    margin-top: 0
}

.footer__right>:last-child {
    margin-bottom: 0
}

@media (min-width: 768px) {
    .footer__right {
        padding-top:6rem
    }
}

@media (min-width: 1080px) {
    .footer__right {
        padding-block:7.4rem;
        max-width: calc( (((100% - 0px) - 6 * 40px) / 7 * 7) + (6 * 4rem) );
        padding-inline:calc( (((100% - 0px) - 6 * 40px) / 7 * 1) + (1 * 4rem) )}
}

.footer__right-wrapper {
    position: relative
}

.footer__right-wrapper:before {
    background-color: #212326;
    content: '';
    width: 100vw;
    height: 100%;
    top: 0;
    position: absolute;
    display: block;
    left: 0
}

@media (min-width: 768px) {
    .footer__right-wrapper:before {
        left:-2rem
    }
}

@media (min-width: 1080px) {
    .footer__right-wrapper:before {
        left:2rem
    }
}

.footer__tagline {
    color: #fff;
    font-family: "linotype-sabon",serif;
    font-size: 3.6rem;
    margin-bottom: 3rem;
    margin-right: 4rem;
    line-height: 1.27
}

@media (min-width: 768px) {
    .footer__tagline {
        font-size:5.2rem;
        margin-bottom: 4rem;
        margin-right: 0
    }
}

.footer__corner {
    position: absolute;
    top: calc(var(--svg-corner-leg-thickness) * -1);
    right: 0;
    height: var(--svg-corner-size);
    width: var(--svg-corner-size)
}

@media (min-width: 1080px) {
    .footer__corner {
        max-width:18.1rem;
        max-height: 18.1rem;
        top: -5.4rem;
        right: calc(100% - var(--svg-corner-leg-thickness));
        top: unset
    }
}

.footer .quick-search__form {
    margin-block:0 4rem}

@media (min-width: 768px) {
    .footer .quick-search__form {
        margin-block:0 6.5rem
    }
}

.footer .quick-search__form input[type="text"] {
    border: 0
}

.footer .quick-search__form button {
    line-height: 2
}

.mobile-nav a {
    text-decoration: none
}

.mobile-nav a:hover {
    color: var(--color-text);
    text-decoration: none
}

.mobile-nav button {
    background-color: transparent;
    padding: 0;
    border: 0;
    padding: 0 0.5rem;
    margin-block:auto;margin-right: 2rem
}

.mobile-nav button[aria-expanded="true"] svg {
    transform: translateY(-10%) rotate(-180deg)
}

.mobile-nav button svg {
    width: 1.4rem;
    transform: translateY(-10%);
    transition: .25s ease-in-out
}

.mobile-nav button.caret::before {
    height: 2rem
}

.mobile-nav button.caret::after {
    width: 2rem
}

.mobile-nav__list {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%
}

.mobile-nav__list--1 ul {
    display: none;
    padding-left: 2rem
}

.mobile-nav__list--4 {
    border-block:1px solid #1966FF;background-color: #002896
}

.mobile-nav__list--5 {
    margin-bottom: 1rem
}

.mobile-nav__item {
    font-size: 1.8rem;
    line-height: 1.3;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    justify-content: space-between
}

.mobile-nav__item.has-submenu>a {
    max-width: calc(100% - 7.6rem)
}

.mobile-nav__item.has-submenu button {
    flex-shrink: 0
}

.mobile-nav__item.open>a {
    text-decoration: underline;
    text-underline-offset: 4px
}

.mobile-nav__item--1 {
    font-weight: 500;
    border-bottom: 1px solid #000
}

.mobile-nav__item--1:last-child {
    border-bottom: 0
}

.mobile-nav__item--2 {
    border-bottom: 1px solid #002896;
    background-color: #1966FF;
    --color-text: #fff
}

.mobile-nav__item--2:last-child {
    border-bottom: 0
}

.mobile-nav__item--3 {
    border-bottom: 1px solid #1966FF;
    background-color: #002896
}

.mobile-nav__item--3:last-child {
    border-bottom: 0
}

.mobile-nav__item--4 {
    font-size: 1.6rem;
    border-bottom: 1px solid #1966FF;
    background-color: #002896
}

.mobile-nav__item--4:first-child {
    border-top: 1px solid #1966FF
}

.mobile-nav__item--4:last-child {
    border-bottom: 0
}

.mobile-nav__item--5 {
    font-size: 1.4rem;
    letter-spacing: 1px;
    text-transform: uppercase;
    background-color: #002896
}

.mobile-nav__item--5:first-child>a {
    padding-top: 0
}

.mobile-nav__link {
    padding: 2rem;
    width: 100%;
    font-weight: 500;
    color: var(--color-text)
}

.mobile-nav__link--4 {
    padding-left: 4rem;
    padding-block:2rem}

.mobile-nav__link--5 {
    padding-left: 4rem;
    padding-block:1rem}

.mobile-nav .dropdown-menu {
    padding: 0;
    border: 0
}

.desktop-nav a {
    text-decoration: none;
    transition: color .25s ease-in-out
}

.desktop-nav a:hover {
    color: #EB0010;
    text-decoration: none
}

.desktop-nav button {
    background-color: transparent;
    border: none;
    padding: 0;
    flex-shrink: 0;
    width: 1.4rem;
    margin-left: .8rem
}

.desktop-nav button[aria-expanded="true"] svg {
    color: #FF1423;
    transform: translateY(-10%) rotateX(-180deg)
}

.desktop-nav button svg {
    width: 100%;
    transform: translateY(-10%);
    transition: .25s ease-in-out
}

.desktop-nav__list {
    list-style: none;
    margin: 0;
    padding: 0
}

#main-nav-desktop > ul {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0;
    gap: 1.5rem 3.8rem
}

@media (min-width: 1080px) and (max-width: 1280px) {
    body.scrolled #main-nav-desktop > ul {
        gap:1.5rem 1.4rem
    }
}

#main-nav-desktop > ul ul {
    display: none
}

#main-nav-desktop > ul > li > ul {
    position: absolute;
    left: -3rem;
    top: calc(100% + 1.8rem);
    box-shadow: 0px 4px 4px rgba(0,0,0,0.25);
    background-color: #fff;
    padding-block:1.5rem;z-index: 1;
    width: 100%;
    min-width: 25rem;
    border: 1px solid #000
}

@media (min-width: 1080px) {
    body.scrolled #main-nav-desktop > ul > li > ul {
        top:calc(100% + 1.4rem)
    }
}

#main-nav-desktop > ul > li > ul.overflow {
    left: auto;
    right: -3rem
}

#main-nav-desktop > ul > li > ul > li > ul {
    top: 0;
    width: 100%;
    inset-inline-start: 100%;
    margin-left: 0.5rem;
    min-width: 27rem;
    padding-block:1.5rem;position: absolute;
    background-color: #fff;
    box-shadow: 0px 4px 4px rgba(0,0,0,0.25);
    border: 1px solid #000
}

#main-nav-desktop > ul > li > ul > li > ul::before {
    content: '';
    left: -0.6rem;
    height: 100%;
    width: 0.6rem;
    display: block;
    position: absolute;
    top: 0;
    z-index: 10
}

#main-nav-desktop > ul > li > ul > li > ul.overflow {
    inset-inline: auto 100%;
    margin-right: 0.5rem
}

#main-nav-desktop > ul > li > ul > li > ul.overflow::before {
    left: unset;
    right: -0.6rem
}

.desktop-nav__item {
    font-weight: 500;
    font-size: 1.8rem;
    line-height: 1.3;
    display: flex
}

@media (min-width: 1080px) and (max-width: 1400px) {
    body.scrolled .desktop-nav__item {
        font-size:1.5rem
    }
}

.desktop-nav__item--1 {
    position: relative
}

.desktop-nav__item--1.open>a,.desktop-nav__item--1.open>svg {
    color: #FF1423
}

.desktop-nav__item--1.open::before {
    content: '';
    position: absolute;
    top: 0;
    right: -1rem;
    bottom: -2.5rem;
    left: -1rem
}

.desktop-nav__item--1>a,.desktop-nav__item--1>button {
    position: relative
}

#main-nav-desktop > ul > li > ul > li,#main-nav-desktop > ul > li > ul > li > ul > li {
    width: 100%;
    font-size: 1.6rem;
    line-height: 1.37;
    font-weight: 400;
    display: inline-flex
}

#main-nav-desktop > ul > li > ul > li>a,#main-nav-desktop > ul > li > ul > li > ul > li>a {
    padding: 1rem 3rem;
    width: 100%
}

#main-nav-desktop > ul > li > ul > li>a:has(~ button),#main-nav-desktop > ul > li > ul > li > ul > li>a:has(~ button) {
    padding: 1rem 0 1rem 3rem;
    width: auto
}

#main-nav-desktop > ul > li > ul > li:hover>a,#main-nav-desktop > ul > li > ul > li > ul > li:hover>a {
    color: #FF1423;
    text-decoration: underline;
    text-underline-offset: 4px
}

#main-nav-desktop > ul > li > ul > li:hover svg,#main-nav-desktop > ul > li > ul > li > ul > li:hover svg {
    color: #FF1423
}

#main-nav-desktop > ul > li > ul > li button,#main-nav-desktop > ul > li > ul > li > ul > li button {
    margin-left: 0.5rem
}

#main-nav-desktop > ul > li > ul > li button[aria-expanded="true"] svg,#main-nav-desktop > ul > li > ul > li > ul > li button[aria-expanded="true"] svg {
    transform: translateY(0%) rotate(-90deg)
}

#main-nav-desktop > ul > li > ul > li button svg,#main-nav-desktop > ul > li > ul > li > ul > li button svg {
    transform: translateY(0%) rotate(-90deg)
}

#main-nav-desktop > ul > li > ul > li.has-submenu {
    display: inline-block;
    padding: 1rem 3rem;
    position: relative
}

#main-nav-desktop > ul > li > ul > li.has-submenu>a {
    padding: 0
}

#main-nav-desktop > ul > li > ul > li.has-submenu>button {
    margin-left: 0
}

.desktop-nav__item--active-trail>a::after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 2px;
    background-color: #EB0010
}

.utility-nav__list {
    list-style: none;
    margin: 0;
    padding: 0;
    align-items: center
}

.utility-nav__item {
    font-size: 1.4rem;
    line-height: 1.2
}

.utility-nav__item--cta a {
    font-size: 1.4rem;
    letter-spacing: 1px;
    line-height: 1.2;
    padding: 1.3rem 4rem 1.3rem 1.4rem;
    background-position: right 14px top 12px
}

@media (min-width: 1080px) and (max-width: 1280px) {
    .utility-nav__item--cta {
        order:-2
    }
}

.utility-nav__break {
    display: none
}

@media (min-width: 1080px) and (max-width: 1280px) {
    .utility-nav__break {
        display:block;
        width: 100%;
        order: -1
    }
}

@media (min-width: 1080px) and (max-width: 1280px) {
    .utility-nav__search {
        order:-2
    }
}

.utility-nav__link {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 500
}

.utility-nav__link:hover {
    text-decoration: none
}

.utility-nav--mobile .utility-nav__list {
    padding: 3rem 2rem;
    display: flex;
    flex-direction: column;
    gap: 2rem;
    align-items: flex-start
}

.utility-nav--mobile .utility-nav__link {
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px
}

.utility-nav--mobile .utility-nav__search {
    margin-top: 1rem;
    width: 100%
}

.utility-nav--mobile .quick-search__form {
    max-width: 100%;
    position: relative
}

.utility-nav--mobile .quick-search__form fieldset {
    width: 100%
}

.utility-nav--mobile .quick-search__form .filter-actions {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 2rem
}

.utility-nav--mobile .quick-search__form input[type='text'] {
    background-image: url('data:image/svg+xml,%3Csvg width="25" height="25" viewBox="0 0 25 25" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M10.4692 20.6769H10.4687C7.36407 20.6799 4.42619 19.2684 2.48556 16.8423C0.546566 14.4162 -0.18363 11.2398 0.502094 8.20923L0.502109 8.20917C1.1866 5.18023 3.21292 2.62689 6.00795 1.27197L5.89997 1.04922L6.00796 1.27196C8.80282 -0.0829109 12.0612 -0.0906728 14.8639 1.24896C17.6649 2.58847 19.7052 5.13116 20.4063 8.15713L20.4063 8.15724C21.1089 11.1831 20.3956 14.3641 18.4689 16.7992L18.3308 16.9737L18.4881 17.131L24.6465 23.2943L23.2948 24.6464L17.1349 18.4848L16.9771 18.3269L16.8024 18.466C15.0033 19.899 12.77 20.6784 10.4692 20.6769ZM18.7657 10.4637C18.7657 8.26243 17.8923 6.15203 16.335 4.59593C14.7794 3.03833 12.6694 2.16473 10.469 2.16473C8.26839 2.16473 6.15861 3.03833 4.60295 4.59593C3.04567 6.15203 2.17226 8.26243 2.17226 10.4637C2.17226 12.6648 3.0456 14.7751 4.60277 16.3312C6.15844 17.8889 8.2683 18.7626 10.469 18.7626C12.6696 18.7626 14.7794 17.889 16.335 16.3314C17.8923 14.7753 18.7657 12.6649 18.7657 10.4637Z" fill="black" stroke="white" stroke-width="0.5"/%3E%3C/svg%3E%0A');
    background-repeat: no-repeat;
    background-position: left 2rem center;
    width: 100%;
    max-width: 100%;
    height: 5.4rem;
    padding: 1.5rem 10rem 1.5rem 1.8rem;
    border-radius: 0
}

.utility-nav--mobile .quick-search__form input[type='text']:focus,.utility-nav--mobile .quick-search__form input[type='text']:focus-within,.utility-nav--mobile .quick-search__form input[type='text']:focus-visible,.utility-nav--mobile .quick-search__form input[type='text']:active {
    background-image: none
}

.utility-nav--mobile .quick-search__form button {
    display: flex;
    align-items: center;
    font-size: 1.6rem;
    line-height: 1.4;
    font-weight: 400;
    color: var(--color-text)
}

.utility-nav--mobile .quick-search__form button svg {
    margin-block:auto;margin-left: 0.8rem
}

.utility-nav--desktop {
    margin-right: 4rem
}

@media (max-width: 1079.98px) {
    .utility-nav--desktop {
        display:none
    }
}

@media (min-width: 1080px) and (max-width: 1280px) {
    .utility-nav--desktop {
        max-width:60%;
        margin-left: auto
    }
}

@media (min-width: 1080px) {
    body.scrolled .utility-nav--desktop {
        display:none
    }
}

.utility-nav--desktop .utility-nav__list {
    display: flex;
    flex-wrap: wrap;
    gap: 3rem
}

@media (min-width: 1080px) and (max-width: 1280px) {
    .utility-nav--desktop .utility-nav__list {
        justify-content:flex-end;
        gap: 1rem 3rem
    }
}

.breadcrumbs__list {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem .5rem;
    list-style: none;
    padding: 0;
    font-size: 1.2rem;
    line-height: 1.4
}

.breadcrumbs__item+.breadcrumbs__item {
    padding: 0
}

.breadcrumbs__item+.breadcrumbs__item::before {
    content: '|';
    margin-right: .5rem
}

.breadcrumbs__item a {
    color: #002896;
    text-decoration: underline
}

.breadcrumbs__item a:hover {
    color: #99EBFF
}

#page-content ul.pager {
    display: flex;
    align-items: center;
    gap: 0.2rem;
    list-style: none;
    margin: 0;
    padding: 0;
    justify-content: center
}
#interrupter ul.pager {
    display: flex;
    align-items: center;
    gap: 0.2rem;
    list-style: none;
    margin: 0;
    padding: 0;
    justify-content: center
}

#page-content ul li.pager-item {
    font-size: 1.8rem;
    margin: 0;
    padding: 0
}
#interrupter ul li.pager-item {
    font-size: 1.8rem;
    margin: 0;
    padding: 0
}

#page-content ul li.pager-item.pager-item--prev {
    margin-right: 4.5rem
}
#interrupter ul li.pager-item.pager-item--prev {
    margin-right: 4.5rem
}

#page-content ul li.pager-item.pager-item--next {
    margin-left: 4.5rem
}
#interrupter ul li.pager-item.pager-item--next {
    margin-left: 4.5rem
}

.pager-item.active {
    font-weight: bold
}

#page-content ul a.pager-link {
    color: var(--color-link-accent);
    text-decoration: underline;
    border-left: 2px solid transparent;
    border-right: 2px solid transparent;
    margin-left: -2px;
    margin-right: -2px;
    display: block;
    padding: 0px 0.9rem
}
#interrupter ul a.pager-link {
    color: var(--color-link-accent);
    text-decoration: underline;
    border-left: 2px solid transparent;
    border-right: 2px solid transparent;
    margin-left: -2px;
    margin-right: -2px;
    display: block;
    padding: 0px 0.9rem
}

.pager-link:hover,.pager-link:focus {
    color: #fff;
    background-color: #002896;
    text-decoration-color: transparent;
    border-left: 2px solid #002896;
    border-right: 2px solid #002896
}

.pager-item.active #page-content ul a.pager-link {
    font-weight: 600;
    text-decoration: none;
    color: var(--color-text)
}
#interrupter ul a.pager-link {
    font-weight: 600;
    text-decoration: none;
    color: var(--color-text)
}

.pager-item.active .pager-link:hover,.pager-item.active .pager-link:focus {
    color: #fff
}

#pagination-wrapper .pager-item--prev .pager-link,.pager-item--next #page-content ul a.pager-link {
    color: #FF1423;
    padding-inline:0.7rem}
#interrupter ul a.pager-link {
    color: #FF1423;
    padding-inline:0.7rem}

#pagination-wrapper .pager-item--prev .pager-link:hover,#pagination-wrapper .pager-item--prev .pager-link:focus,#pagination-wrapper .pager-item--next .pager-link:hover,#pagination-wrapper .pager-item--next .pager-link:focus {
    color: #fff
}

.pager-nolink {
    color: var(--color-text);
    text-decoration: none;
    display: block;
    padding: 0px 0.9rem
}

.pager-icon {
    width: 1rem;
    height: 2.7rem;
    display: block
}

.accordion {
    --caret-size: 1.7rem;
    --caret-spacing: 1.5rem;
    padding: 2rem 2.5rem 2rem 1.5rem;
    background-color: #F2F4FB;
    margin-block:2.5rem;border-left: 1rem solid #750062
}

@media (min-width: 768px) {
    .accordion {
        --caret-size: 2.8rem;
        --caret-spacing: 3rem;
        padding: 3rem 4rem 3rem 3rem
    }
}

.accordion+.accordion {
    margin-top: -1.5rem
}

.accordion__heading {
    width: 100%;
    margin: 0;
    font-weight: 600;
    font-size: 2.5rem;
    color: var(--color-caret)
}

@media (max-width: 767.98px) {
    .accordion__heading {
        font-size:2.2rem;
        line-height: 1.25
    }
}

.accordion__btn {
    --color-caret: #000;
    background: transparent;
    padding: 0;
    border: none;
    display: flex;
    align-items: flex-start;
    gap: var(--caret-spacing);
    text-align: left;
    font-weight: inherit;
    color: inherit;
    text-decoration: none
}

.accordion__btn:hover,.accordion__btn:active {
    --color-caret: #750062;
    color: #750062
}

.accordion__btn-caret {
    flex-shrink: 0;
    width: var(--caret-size);
    height: var(--caret-size);
    margin-top: 0.4rem
}

.accordion__btn-caret::before {
    background-color: var(--color-caret);
    width: 0.3rem;
    height: 1.7rem
}

.accordion__btn-caret::after {
    background-color: var(--color-caret);
    height: 0.3rem;
    width: 1.7rem
}

@media (min-width: 768px) {
    .accordion__btn-caret {
        margin-top:0.1rem
    }

    .accordion__btn-caret::before {
        width: 0.3rem;
        height: 2.8rem
    }

    .accordion__btn-caret::after {
        height: 0.3rem;
        width: 2.8rem
    }
}

.accordion__content-inner {
    padding: 1.5rem 0 0 calc(var(--caret-size) + var(--caret-spacing))
}

.accordion__content-inner>:first-child {
    margin-top: 0
}

.accordion__content-inner>:last-child {
    margin-bottom: 0
}

.alert-paragraph {
    background-color: var(--color-background);
    padding-block:3rem;border-bottom: 1.8rem solid #99EBFF
}

.alert-paragraph#site-alert-top {
    margin-bottom: 2rem
}

.alert-paragraph__content>:first-child {
    margin-top: 0
}

.alert-paragraph__content>:last-child {
    margin-bottom: 0
}

.alert-paragraph__heading {
    font-size: 2.2rem;
    line-height: 1.25;
    font-weight: 500;
    color: var(--color-headline)
}

@media (min-width: 768px) {
    .alert-paragraph__heading {
        font-size:2.4rem
    }
}

.alert-paragraph__description {
    margin-top: 1rem;
    color: var(--color-text)
}

.alert-paragraph h1 a,.alert-paragraph h2 a,.alert-paragraph h3 a,.alert-paragraph h4 a,.alert-paragraph h5 a,.alert-paragraph h6 a,.alert-paragraph .h1 a,.alert-paragraph .h2 a,.alert-paragraph .h3 a,.alert-paragraph .h4 a,.alert-paragraph .h5 a,.alert-paragraph .h6 a,.alert-paragraph p a {
    font-weight: inherit;
    color: inherit;
    border-left: 0;
    border-right: 0;
    margin-left: 0;
    margin-right: 0
}

.arrow-link,.arrow-heading {
    color: var(--color-text);
    text-decoration: none;
    display: inline-block;
    line-height: 140%
}

.arrow-link .last-word,.arrow-heading .last-word {
    display: inline-flex;
    align-items: center
}

.arrow-link .last-word:after,.arrow-heading .last-word:after {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="19" height="19" viewBox="0 0 19 19" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M15.0247 9.38626L8.1156 2.47718L9.91797 0.674805L18.6294 9.38626L9.91797 18.0977L8.1156 16.2954L15.0247 9.38626Z" fill="%23FF1423"/><path fill-rule="evenodd" clip-rule="evenodd" d="M17.1284 10.8883H1.50781V8.33936H17.1284V10.8883Z" fill="%23FF1423"/></svg>');
    background-repeat: no-repeat;
    background-position: center;
    content: '';
    display: inline-block;
    height: 1.9rem;
    margin: 0 0 0 0.8rem;
    transform-origin: center;
    transition: 0.3s;
    width: 1.9rem
}

.arrow-link:hover,.arrow-heading:hover {
    color: inherit;
    text-decoration: underline;
    text-underline-offset: 4px
}

.arrow-link:hover .last-word,.arrow-heading:hover .last-word {
    text-decoration: underline
}

.arrow-link:hover .last-word:after,.arrow-heading:hover .last-word:after {
    transform: rotate(-45deg)
}

.arrow-link--white,.arrow-heading--white {
    color: #fff
}

.arrow-link--white .last-word:after,.arrow-heading--white .last-word:after {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="19" height="19" viewBox="0 0 19 19" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M15.0247 9.38626L8.1156 2.47718L9.91797 0.674805L18.6294 9.38626L9.91797 18.0977L8.1156 16.2954L15.0247 9.38626Z" fill="%23FFFFFF"/><path fill-rule="evenodd" clip-rule="evenodd" d="M17.1284 10.8883H1.50781V8.33936H17.1284V10.8883Z" fill="%23FFFFFF"/></svg>')
}

.arrow-link--external .last-word:after,.arrow-heading--external .last-word:after {
    background-image: url('data:image/svg+xml,<svg width="19" height="18" viewBox="0 0 19 18" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M16.2144 2.52282H7.45117V0.236755H18.5005V11.2861H16.2144V2.52282Z" fill="%23FF1423"/><path fill-rule="evenodd" clip-rule="evenodd" d="M18.5003 2.14184L8.59403 12.0481L6.97754 10.4316L16.8838 0.525343L18.5003 2.14184Z" fill="%23FF1423"/><path fill-rule="evenodd" clip-rule="evenodd" d="M0.5 0.236755L2.78607 0.236755V2.52282V15.4772H16.1215V15.382H18.4075V17.7633H0.5V0.236755Z" fill="%23FF1423"/></svg>')
}

.arrow-link--external:hover .last-word:after,.arrow-heading--external:hover .last-word:after {
    transform: none
}

.arrow-heading {
    color: var(--color-headline)
}

.arrow-heading .last-word {
    text-decoration: underline
}

.arrow-heading .last-word::after {
    margin-top: 0.5rem;
    margin-left: 1.25rem;
    background-image: url('data:image/svg+xml,<svg width="19" height="18" viewBox="0 0 19 18" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M16.2144 2.52282H7.45117V0.236755H18.5005V11.2861H16.2144V2.52282Z" fill="%23002896"/><path fill-rule="evenodd" clip-rule="evenodd" d="M18.5003 2.14184L8.59403 12.0481L6.97754 10.4316L16.8838 0.525343L18.5003 2.14184Z" fill="%23002896"/><path fill-rule="evenodd" clip-rule="evenodd" d="M0.5 0.236755L2.78607 0.236755V2.52282V15.4772H16.1215V15.382H18.4075V17.7633H0.5V0.236755Z" fill="%23002896"/></svg>')
}

.arrow-link {
    font-size: 1.8rem;
    font-weight: 400
}

.bottom-feature-paragraph {
    position: relative;
    margin-block:4rem;padding-block:0 3rem}

@media (min-width: 768px) {
    .bottom-feature-paragraph {
        margin-block:6rem;
        padding-block:6rem}
}

@media (min-width: 1080px) {
    .bottom-feature-paragraph {
        width:100vw;
        margin-left: calc( (((-100% + 0px) + 7 * 40px) / 8 * 2) - (2 * 4rem) );
        max-width: calc( 100% + (((100% - 0px) - 7 * 40px) / 8 * 4) + (4 * 4rem) );
        margin-block:8rem;padding-block:10rem}
}

.bottom-feature-paragraph::before {
    width: 100vw;
    height: 100%;
    left: calc( (100vw - 100%) / 2 * -1);
    display: block;
    top: 0;
    content: '';
    position: absolute;
    background-color: #002896
}

.bottom-feature-paragraph .background-image {
    width: 100vw;
    height: 100%;
    left: calc( (100vw - 100%) / 2 * -1);
    display: block;
    top: 0;
    content: '';
    position: absolute;
    background-color: #002896
}

@media (max-width: 767.98px) {
    .bottom-feature-paragraph .background-image {
        position:relative
    }
}

.bottom-feature-paragraph .background-image img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.bottom-feature-paragraph__text>:first-child {
    margin-top: 0
}

.bottom-feature-paragraph__text>:last-child {
    margin-bottom: 0
}

@media (max-width: 767.98px) {
    .bottom-feature-paragraph__text {
        margin-top:-3.6rem
    }
}

.bottom-feature-paragraph__text-inner {
    background-color: #fff;
    flex-direction: column;
    display: flex;
    padding: 3rem 2.5rem
}

.bottom-feature-paragraph__text-inner>:first-child {
    margin-top: 0
}

.bottom-feature-paragraph__text-inner>:last-child {
    margin-bottom: 0
}

@media (min-width: 768px) {
    .bottom-feature-paragraph__text-inner {
        padding-block:6rem;
        padding-inline:6rem}
}

@media (min-width: 1080px) {
    .bottom-feature-paragraph__text-inner {
        padding-inline:calc( (((100% - 0px) - 5 * 40px) / 6 * 1) )
    }
}

@media (min-width: 1080px) {
    .bottom-feature-paragraph__text {
        min-width:calc( (((100% - 0px) - 11 * 40px) / 12 * 6) + (5 * 4rem) )
    }
}

.bottom-feature-paragraph__tag {
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: 3rem;
    order: -1
}

.bottom-feature-paragraph__tag:before {
    background-color: #1966FF;
    content: '';
    display: inline-block;
    height: 2.5rem;
    margin: 0 1rem -0.5rem 0;
    width: 2.5rem
}

.bottom-feature-paragraph__tag--purple:before {
    background-color: #750062
}

.bottom-feature-paragraph__heading {
    color: var(--color-text)
}

.bottom-feature-paragraph__cta {
    margin-top: 1rem;
    display: flex;
    gap: 1.5rem;
    flex-wrap: wrap
}

@media (min-width: 768px) {
    .bottom-feature-paragraph__cta {
        margin-top:2.4rem;
        gap: 2rem 3.5rem
    }
}

.bottom-feature-paragraph__cta .btn {
    margin-top: 0 !important
}

.bottom-feature-paragraph .svg-corner {
    z-index: 5;
    position: absolute;
    right: 1.9rem;
    top: calc(var(--svg-corner-leg-thickness) * -1)
}

@media (min-width: 768px) {
    .bottom-feature-paragraph .svg-corner {
        right:calc((var(--svg-corner-leg-thickness) * -1) + 2rem);
        top: 0
    }
}

.bottom-feature-paragraph--no-image {
    padding-block:4.4rem 3rem}

@media (min-width: 768px) {
    .bottom-feature-paragraph--no-image {
        padding-block:10rem 6rem
    }
}

@media (min-width: 1080px) {
    .bottom-feature-paragraph--no-image {
        padding-block:11.7rem 8.3rem
    }
}

.bottom-feature-paragraph--no-image .svg-corner {
    right: 1.9rem;
    top: calc(var(--svg-corner-leg-thickness) * -1)
}

@media (min-width: 768px) {
    .bottom-feature-paragraph--no-image .svg-corner {
        right:5rem
    }
}

@media (max-width: 767.98px) {
    .bottom-feature-paragraph--no-image .bottom-feature-paragraph__text {
        margin-top:unset
    }
}

@media (min-width: 768px) {
    .bottom-feature-paragraph--no-image .bottom-feature-paragraph__text-inner {
        padding-right:9rem
    }
}

@media (min-width: 1080px) {
    .bottom-feature-paragraph--no-image .bottom-feature-paragraph__text-inner {
        padding-inline:calc( (((100% - 0px) - 8 * 40px) / 9 * 1) ) calc( (((100% - 0px) - 8 * 40px) / 9 * 1) + (2 * 4rem) )
    }
}

@media (min-width: 1080px) {
    .bottom-feature-paragraph--no-image .bottom-feature-paragraph__text {
        max-width:calc( (((100% - 0px) - 11 * 40px) / 12 * 10) + (10 * 4rem) );
        min-width: auto;
        margin-inline:auto}
}

.btn {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="19" height="20" viewBox="0 0 19 20" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M14.6874 9.88712L7.82768 3.02736L9.61719 1.23785L18.2665 9.88712L9.61719 18.5364L7.82768 16.7469L14.6874 9.88712Z" fill="%2399EBFF"/><path fill-rule="evenodd" clip-rule="evenodd" d="M16.7747 11.3783H1.26562V8.84753H16.7747V11.3783Z" fill="%2399EBFF"/></svg>');
    background-repeat: no-repeat;
    background-position: right 30px top 21px;
    border: 0;
    color: #fff;
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 1.3;
    text-decoration: none;
    transition: 0.3s;
    padding: 2rem 5.5rem 2rem 3rem;
    text-align: left
}

.btn>a {
    color: inherit;
    text-decoration: inherit
}

.btn:hover {
    background-color: #99EBFF;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="19" height="20" viewBox="0 0 19 20" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M14.6874 9.88712L7.82768 3.02736L9.61719 1.23785L18.2665 9.88712L9.61719 18.5364L7.82768 16.7469L14.6874 9.88712Z" fill="%23002896"/><path fill-rule="evenodd" clip-rule="evenodd" d="M16.7747 11.3783H1.26562V8.84753H16.7747V11.3783Z" fill="%23002896"/></svg>');
    color: #002896
}

.btn-terciary {
    background-color: #fff;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="19" height="20" viewBox="0 0 19 20" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M14.6874 9.88712L7.82768 3.02736L9.61719 1.23785L18.2665 9.88712L9.61719 18.5364L7.82768 16.7469L14.6874 9.88712Z" fill="%23FF1423"/><path fill-rule="evenodd" clip-rule="evenodd" d="M16.7747 11.3783H1.26562V8.84753H16.7747V11.3783Z" fill="%23FF1423"/></svg>');
    color: #000
}

.btn-terciary:hover {
    background-color: #000;
    color: #fff;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="19" height="20" viewBox="0 0 19 20" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M14.6874 9.88712L7.82768 3.02736L9.61719 1.23785L18.2665 9.88712L9.61719 18.5364L7.82768 16.7469L14.6874 9.88712Z" fill="%23FF1423"/><path fill-rule="evenodd" clip-rule="evenodd" d="M16.7747 11.3783H1.26562V8.84753H16.7747V11.3783Z" fill="%23FF1423"/></svg>')
}

.btn-solid-blue {
    background-image: none;
    background-color: #002896;
    color: #fff;
    padding: 1.5rem 4rem;
    line-height: 1.4
}

.btn-solid-blue:hover,.btn-solid-blue:focus {
    background-image: none;
    background-color: #99EBFF;
    color: #002896
}

.btn-gray {
    background-image: none;
    background-color: #212326;
    color: #fff;
    padding: 1.5rem 4rem;
    line-height: 1.4
}

.btn-gray:hover,.btn-gray:focus {
    background-image: none;
    background-color: #F2F4FB;
    color: #002896
}

#page-content .btn:not(:first-child) {
    margin-top: 2.5rem
}
#interrupter .btn:not(:first-child) {
    margin-top: 2.5rem
}

@media (min-width: 1080px) {
    #page-content .btn:not(:first-child) {
        margin-top:4rem
    }
#interrupter .btn:not(:first-child) {
        margin-top:4rem
    }
}

#page-content p:has(+.btn) {
    margin-bottom: 0
}
#interrupter p:has(+.btn) {
    margin-bottom: 0
}

#page-content p:has(.btn) {
    margin-bottom: 2.5rem
}
#interrupter p:has(.btn) {
    margin-bottom: 2.5rem
}

@media (min-width: 1080px) {
    #page-content p:has(.btn) {
        margin-bottom:4rem
    }
#interrupter p:has(.btn) {
        margin-bottom:4rem
    }
}

#page-content p:has(.btn):not(:first-child) {
    margin-top: 2.5rem
}
#interrupter p:has(.btn):not(:first-child) {
    margin-top: 2.5rem
}

@media (min-width: 1080px) {
    #page-content p:has(.btn):not(:first-child) {
        margin-top:4rem
    }
#interrupter p:has(.btn):not(:first-child) {
        margin-top:4rem
    }
}

#page-content p:has(.btn) .btn {
    border: 0;
    margin: 0
}
#interrupter p:has(.btn) .btn {
    border: 0;
    margin: 0
}

.breadcrumbs {
    background: transparent;
    margin-bottom: 0
}

.breadcrumbs__list {
    align-items: center;
    display: flex;
    gap: 0.6rem
}

.breadcrumbs__list li {
    display: flex;
    align-items: center;
    gap: 0.6rem
}

.breadcrumbs__spacer {
    display: block
}

@media (max-width: 1079.98px) {
    .breadcrumbs__spacer {
        display:none
    }
}

.breadcrumbs__item {
    color: var(--color-text);
    font-size: 1.4rem;
    font-weight: 500;
    letter-spacing: 0.056px
}

@media (max-width: 1079.98px) {
    .breadcrumbs__item:not(.breadcrumbs__item--back) {
        display:none
    }
}

.breadcrumbs__item svg {
    color: var(--color-text);
    margin-right: 1rem;
    width: 1rem;
    transform: rotate(180deg)
}

@media (min-width: 1080px) {
    .breadcrumbs__item svg {
        display:none
    }
}

.breadcrumbs__link {
    color: var(--color-link-accent);
    font-size: 1.4rem;
    font-weight: 500;
    text-decoration: underline;
    text-underline-offset: 4px;
    letter-spacing: 0.056px;
    padding-inline:0.4rem}

.breadcrumbs__link:hover,.breadcrumbs__link:active {
    color: #fff;
    background-color: #002896;
    text-decoration: none
}

.carousel {
    display: block;
    margin-block:4rem}

@media (min-width: 768px) {
    .carousel {
        margin-block:6rem
    }
}

@media (min-width: 1080px) {
    .carousel {
        margin-block:8rem
    }
}

.carousel-inner {
    padding-bottom: 2.5rem;
    border-bottom: 1rem solid #750014
}

@media (min-width: 768px) {
    .carousel-inner {
        padding-bottom:5rem
    }
}

.carousel-controls {
    display: flex;
    position: relative;
    justify-content: space-between;
    max-width: 38.4rem;
    width: 100%;
    margin-inline:auto;margin-top: 2.5rem
}

.carousel-control-pause {
    background-color: transparent;
    padding: 0;
    border: 0
}

.carousel-control-pause,.carousel-control-prev,.carousel-control-next {
    position: relative;
    opacity: 1;
    width: auto
}

.carousel-control-pause:focus,.carousel-control-pause:focus-visible,.carousel-control-prev:focus,.carousel-control-prev:focus-visible,.carousel-control-next:focus,.carousel-control-next:focus-visible {
    outline: 2px auto -webkit-focus-ring-color
}

.carousel-control-pause:hover svg,.carousel-control-pause:active svg,.carousel-control-prev:hover svg,.carousel-control-prev:active svg,.carousel-control-next:hover svg,.carousel-control-next:active svg {
    color: #750014
}

.carousel-control-icon {
    width: 3rem;
    height: 3rem;
    color: #FF1423;
    transition: .25s ease-in-out
}

.carousel-control-pause-icon,.carousel-control-prev-icon,.carousel-control-next-icon {
    background: none;
    width: auto;
    height: auto
}

.carousel-control-next-icon {
    transform: rotate(180deg)
}

.columns-paragraph {
    margin-block:4rem}

@media (min-width: 768px) {
    .columns-paragraph {
        margin-block:6rem
    }
}

@media (min-width: 1080px) {
    .columns-paragraph {
        margin-block:8rem
    }
}

.columns-paragraph+.columns-paragraph {
    margin-top: -2rem
}

@media (min-width: 1080px) {
    .columns-paragraph+.columns-paragraph {
        margin-top:-4rem
    }
}

.columns-paragraph .row>*>:first-child {
    margin-top: 0
}

.columns-paragraph .row>*>:last-child {
    margin-bottom: 0
}

@media (max-width: 767.98px) {
    .columns-paragraph .row>*+* {
        margin-top:2rem
    }
}

h1+.columns-paragraph,h2+.columns-paragraph,h3+.columns-paragraph,h4+.columns-paragraph,h5+.columns-paragraph,h6+.columns-paragraph,.h1+.columns-paragraph,.h2+.columns-paragraph,.h3+.columns-paragraph,.h4+.columns-paragraph,.h5+.columns-paragraph,.h6+.columns-paragraph {
    margin-top: 2rem
}

:root {
    --svg-corner-size: 9rem;
    --svg-corner-leg-thickness: 2.7rem;
    --svg-corner-leg-length: 6.3rem
}

@media (min-width: 768px) {
    :root {
        --svg-corner-size: 18rem;
        --svg-corner-leg-thickness: 5.4rem;
        --svg-corner-leg-length: 12.6rem
    }
}

.svg-corner {
    height: var(--svg-corner-size);
    width: var(--svg-corner-size)
}

.paragraph--type--green-block {
    position: relative;
    padding: 3rem var(--svg-corner-leg-thickness);
    background: #004D1A;
    margin-block:4rem;color: var(--color-text)
}

@media (min-width: 768px) {
    .paragraph--type--green-block {
        padding-block:4.8rem;
        margin-block:6rem}
}

@media (min-width: 1080px) {
    .paragraph--type--green-block {
        padding-inline:unset;
        width: 100vw;
        margin-left: calc( (((-100% + 0px) + 7 * 40px) / 8 * 2) - (2 * 4rem) );
        max-width: calc( 100% + (((100% - 0px) - 7 * 40px) / 8 * 4) + (4 * 4rem) );
        margin-block:8rem}
}

.flex-page__body--has-sidebar .paragraph--type--green-block {
    max-width: 100%;
    margin-left: 0
}

.paragraph--type--green-block .svg-corner {
    position: absolute;
    top: var(--svg-corner-leg-thickness);
    z-index: 5;
    right: -0.7rem
}

@media (min-width: 768px) {
    .paragraph--type--green-block .svg-corner {
        left:34rem;
        right: unset
    }
}

@media (min-width: 1080px) {
    .paragraph--type--green-block .svg-corner {
        left:unset;
        right: calc(var(--svg-corner-leg-thickness) * -1)
    }
}

@media (min-width: 1080px) {
    .paragraph--type--green-block .btn {
        margin-top:5rem
    }
}

.paragraph--type--green-block a:not(.btn),.paragraph--type--green-block p a:not(.btn) {
    border-left: 0;
    border-right: 0;
    margin-left: 0;
    margin-right: 0;
    color: var(--color-button-text);
    text-decoration-color: var(--color-button-text);
    text-decoration-line: underline;
    text-underline-offset: 0.4rem
}

.paragraph--type--green-block a:not(.btn):hover,.paragraph--type--green-block a:not(.btn):active,.paragraph--type--green-block p a:not(.btn):hover,.paragraph--type--green-block p a:not(.btn):active {
    background-color: transparent;
    text-decoration-color: transparent;
    border-left: 0;
    border-right: 0;
    margin-left: 0;
    margin-right: 0
}

.paragraph--type--green-block ul li::before {
    background-color: var(--color-button-text)
}

.paragraph--type--green-block ul li ul li::before {
    border-color: var(--color-button-text)
}

.paragraph--type--green-block ul ol li:before {
    color: var(--color-button-text)
}

.paragraph--type--green-block ol li::before {
    color: var(--color-button-text)
}

.paragraph--type--green-block ol ul li:before {
    background-color: var(--color-button-text)
}

.cover--no-image {
    padding: calc(var(--svg-corner-leg-thickness) * 2) var(--svg-corner-leg-thickness)
}

@media (min-width: 768px) {
    .cover--no-image {
        padding-block:10rem
    }
}

@media (min-width: 1080px) {
    .cover--no-image {
        padding-inline:unset
    }
}

.cover--no-image .svg-corner {
    margin: unset;
    left: unset;
    top: 0;
    right: 0
}

@media (min-width: 768px) and (max-width: 1079.98px) {
    .cover--no-image .cover__text {
        padding-right:7.5rem
    }
}

@media (min-width: 1080px) {
    .cover--no-image .cover__text {
        padding-left:calc( (((100% - 0px) - 11 * 40px) / 12 * 1) + (1.5 * 4rem) )
    }
}

.cover__text {
    align-self: center
}

@media (min-width: 1080px) {
    .cover__text {
        width:auto;
        flex: 1;
        padding-left: calc( (((100% - 0px) - 11 * 40px) / 12 * 1) + (0.5 * 4rem) )
    }
}

.cover__text-inner>:first-child {
    margin-top: 0
}

.cover__text-inner>:last-child {
    margin-bottom: 0
}

.cover__heading {
    margin: 0;
    color: var(--color-text)
}

.paragraph--type--green-block .field--name-field-section-content {
    margin-top: 1.5rem;
    color: var(--color-text);
    margin-bottom: 0
}

.paragraph--type--green-block .field--name-field-section-content>:first-child {
    margin-top: 0
}

.paragraph--type--green-block .field--name-field-section-content>:last-child {
    margin-bottom: 0
}

@media (min-width: 1080px) {
    .paragraph--type--green-block .field--name-field-section-content {
        margin-top:2.5rem
    }
}

.cover__image {
    order: -1;
    margin-bottom: 2.5rem;
    position: relative
}

@media (min-width: 1080px) {
    .cover__image {
        margin-bottom:unset;
        order: 1;
        width: 100vw;
        max-width: calc( (((100% - 0px) - 11 * 40px) / 12 * 4) + (5 * 2.8rem) );
        margin-right: calc( (((100% - 0px) - 11 * 40px) / 12 * 1) + (1 * 4rem) );
        padding-right: 0
    }
}

.cover__image img {
    margin-right: auto;
    display: block
}

@media (max-width: 767.98px) {
    .cover__image img {
        width:100%
    }
}

@media (min-width: 1080px) {
    .cover__image img {
        margin-left:auto;
        margin-right: unset
    }
}

figure.caption,.media-item--view-mode-default {
    margin-top: 3rem;
    margin-bottom: 3rem;
    display: table
}

figure.caption.align-left,figure.caption.align-right,.media-item--view-mode-default.align-left,.media-item--view-mode-default.align-right {
    float: none;
    margin: 1em 0 3rem 0
}

@media (min-width: 576px) {
    figure.caption.align-left,figure.caption.align-right,.media-item--view-mode-default.align-left,.media-item--view-mode-default.align-right {
        max-width:calc(60% - 3rem / 2)
    }
}

@media (min-width: 1080px) {
    figure.caption.align-left,figure.caption.align-right,.media-item--view-mode-default.align-left,.media-item--view-mode-default.align-right {
        max-width:calc(50% - 4rem / 2)
    }
}

@media (min-width: 576px) {
    figure.caption.align-left,.media-item--view-mode-default.align-left {
        float:left;
        margin: 0 3rem 1em 0
    }
}

@media (min-width: 768px) {
    figure.caption.align-left,.media-item--view-mode-default.align-left {
        margin-right:4rem
    }
}

@media (min-width: 576px) {
    figure.caption.align-right,.media-item--view-mode-default.align-right {
        float:right;
        margin: 0 0 1em 3rem
    }
}

@media (min-width: 768px) {
    figure.caption.align-right,.media-item--view-mode-default.align-right {
        margin-left:4rem
    }
}

@media (min-width: 576px) {
    figure.caption.align-center,.media-item--view-mode-default.align-center {
        margin-left:auto;
        margin-right: auto
    }
}

figure.caption.media-item--type-video,.media-item--view-mode-default.media-item--type-video {
    margin: 0;
    width: 100%
}

figure.caption--with-corner figcaption,.media-item--view-mode-default--with-corner figcaption {
    margin-top: 1rem;
    position: relative;
    padding-right: 3.7rem
}

figure.caption--with-corner figcaption .figure-svg-corner,.media-item--view-mode-default--with-corner figcaption .figure-svg-corner {
    position: absolute;
    right: 0;
    top: -3.7rem;
    width: 9rem;
    height: 9rem;
    transform: rotate(90deg)
}

.paragraph--type--section-with-text-wrapped-image::after {
    content: '';
    clear: left;
    display: block
}

figure figcaption {
    font-size: 1.7rem;
    color: var(--color-headline);
    margin-top: 2.5rem
}

.gallery-paragraph {
    margin-block:4rem}

@media (min-width: 768px) {
    .gallery-paragraph {
        margin-block:6rem
    }
}

@media (min-width: 1080px) {
    .gallery-paragraph {
        width:100vw;
        margin-left: calc( (((-100% + 0px) + 7 * 40px) / 8 * 2) - (2 * 4rem) );
        max-width: calc( 100% + (((100% - 0px) - 7 * 40px) / 8 * 4) + (4 * 4rem) );
        margin-block:8rem}
}

.flex-page__body--has-sidebar .gallery-paragraph {
    max-width: 100%;
    margin-left: 0
}

.gallery-paragraph .gallery-inner {
    row-gap: 3rem;
    transition: .25s ease-in-out
}

@media (min-width: 768px) {
    .gallery-paragraph .gallery-inner {
        row-gap:4rem
    }
}

.gallery-paragraph .gallery-inner[data-gallery-hidden] {
    height: 0;
    opacity: 0;
    display: none
}

.gallery-paragraph .gallery-item {
    position: relative;
    aspect-ratio: 107/80;
    animation: fadeIn .25s ease-in-out
}

.gallery-paragraph .gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.gallery-paragraph .gallery-button {
    background-color: transparent;
    padding: 0;
    border: 0;
    position: absolute;
    right: 1.4rem;
    bottom: 1.4rem;
    background-color: #fff;
    padding: 0.6rem;
    display: none
}

.gallery-paragraph .gallery-button:hover svg,.gallery-paragraph .gallery-button:active svg {
    color: #750014
}

@media (min-width: 768px) {
    .gallery-paragraph .gallery-button {
        display:block
    }
}

.gallery-paragraph .gallery-icon {
    width: 2.7rem;
    height: 2.7rem;
    pointer-events: none;
    color: #FF1423;
    transition: .25s ease-in-out
}

.gallery-paragraph__cta {
    margin-top: 2.5rem
}

@media (min-width: 768px) {
    .gallery-paragraph__cta {
        margin-top:5rem
    }
}

.gallery-paragraph__cta .btn {
    margin-top: 0
}

.body-text ol {
    margin: 2rem 0;
    counter-reset: item;
    padding-inline-start:3.5rem;margin-left: 2rem
}

.body-text ol ol {
    padding-inline-start:5rem;margin-left: 0
}

.body-text ol li {
    margin-bottom: 1.1rem
}

.body-text ol li li:first-child {
    margin-top: 1.9rem
}

.body-text ol li li:last-child {
    margin-bottom: 2.2rem
}

.body-text ol li li li:first-child {
    margin-top: 2.3rem
}

.body-text ol>li {
    list-style-type: none;
    counter-increment: item;
    position: relative
}

.body-text ol>li:before {
    display: block;
    width: 3rem;
    position: absolute;
    left: -3rem;
    top: 0.115rem;
    font-weight: bold;
    content: counter(item) ".";
    color: #002896
}

.body-text ol>li ol li::before {
    content: counter(item,lower-alpha) ".";
    width: 3.5rem;
    left: -3.5rem;
    color: #002896
}

.body-text ol>li ol ol li::before {
    content: counter(item,lower-roman) "."
}

.body-text ul:not(.list-unstyled) {
    list-style-type: disc;
    margin: 2rem 0 3.2rem;
    padding-inline-start:4rem}

.body-text ul:not(.list-unstyled) ul {
    list-style-type: disc;
    padding-inline-start:2.8rem}

.body-text ul:not(.list-unstyled) ul ul {
    list-style-type: disc;
    padding-inline-start:2.8rem}

.body-text ul:not(.list-unstyled) li {
    margin-bottom: 1rem;
    padding-left: 0.5rem
}

.body-text ul:not(.list-unstyled) li:marker {
    color: #002896
}

.body-text ul:not(.list-unstyled) li li {
    margin-bottom: 1rem;
    padding-left: 1.3rem
}

.body-text ul:not(.list-unstyled) li li:marker {
    color: #002896
}

.body-text ul:not(.list-unstyled) li li:first-child {
    margin-top: 1.9rem
}

.body-text ul:not(.list-unstyled) li li:last-child {
    margin-bottom: 2.2rem
}

.body-text ul:not(.list-unstyled) li li li:first-child {
    margin-top: 2.3rem
}

.body-text ul.no-bullets {
    list-style-type: none
}

.paragraph--type--content-with-image-on-left {
    margin-block:4rem;border-left: 1rem solid #1966FF;
    padding: 3rem 2.5rem;
    background-color: #F2F4FB
}

.paragraph--type--content-with-image-on-right {
    margin-block:4rem;border-left: 1rem solid #1966FF;
    padding: 3rem 2.5rem;
    background-color: #F2F4FB
}

@media (min-width: 768px) {
    .paragraph--type--content-with-image-on-left {
        padding:unset;
        background: transparent;
        border-left: unset;
        border-top: 1rem solid #1966FF;
        display: flex;
        margin-block:6rem}

    .paragraph--type--content-with-image-on-right {
        padding:unset;
        background: transparent;
        border-left: unset;
        border-top: 1rem solid #1966FF;
        display: flex;
        margin-block:6rem}
}

@media (min-width: 1080px) {
    .paragraph--type--content-with-image-on-left {
        margin-block:8rem
    }

    .paragraph--type--content-with-image-on-right {
        margin-block:8rem
    }
}

.paragraph--type--content-with-image-on-left+.paragraph--type--content-with-image-on-left {
    margin-top: -2rem
}

.paragraph--type--content-with-image-on-right+.paragraph--type--content-with-image-on-right {
    margin-top: -2rem
}

.paragraph--type--content-with-image-on-left .field--name-field-section-image {
    width: 100%;
    min-width: 16rem;
    max-width: calc( (((100% - 0px) - 11 * 40px) / 12 * 5) + (6 * 4rem) );
    margin-bottom: 2rem
}

.paragraph--type--content-with-image-on-right .field--name-field-section-image {
    width: 100%;
    min-width: 16rem;
    max-width: calc( (((100% - 0px) - 11 * 40px) / 12 * 5) + (6 * 4rem) );
    margin-bottom: 2rem
}

@media (min-width: 768px) {
    .paragraph--type--content-with-image-on-left .field--name-field-section-image {
        margin-bottom:unset;
        flex-shrink: 1;
        width: 100%;
        max-width: calc( (((100% - 0px) - 7 * 40px) / 8 * 2) + (2 * 4rem) )
    }

    .paragraph--type--content-with-image-on-right .field--name-field-section-image {
        margin-bottom:unset;
        flex-shrink: 1;
        width: 100%;
        max-width: calc( (((100% - 0px) - 7 * 40px) / 8 * 2) + (2 * 4rem) )
    }
}

.paragraph--type--content-with-image-on-left .field--name-field-section-image img {
    width: 100%
}

.paragraph--type--content-with-image-on-right .field--name-field-section-image img {
    width: 100%
}

.media-text-paragraph__content {
    --color-headline: var(--color-text)
}

.media-text-paragraph__content>:first-child {
    margin-top: 0
}

.media-text-paragraph__content>:last-child {
    margin-bottom: 0
}

@media (min-width: 768px) {
    .media-text-paragraph__content {
        background-color:#F2F4FB;
        flex: 1;
        padding-block:4rem 5rem;padding-inline:calc( (((100% - 0px) - 7 * 40px) / 8 * 1) - 2rem )}
}

@media (min-width: 1080px) {
    .media-text-paragraph__content {
        padding-block:4.5rem 6rem
    }
}

.media-text-paragraph__content h1,.media-text-paragraph__content h2,.media-text-paragraph__content h3,.media-text-paragraph__content h4,.media-text-paragraph__content h5,.media-text-paragraph__content h6,.media-text-paragraph__content .h1,.media-text-paragraph__content .h2,.media-text-paragraph__content .h3,.media-text-paragraph__content .h4,.media-text-paragraph__content .h5,.media-text-paragraph__content .h6 {
    margin-bottom: 2rem
}

.media-text-paragraph__content a:hover,.media-text-paragraph__content a:active {
    color: var(--color-text)
}

.paragraph--type--pullquote {
    margin-block:4rem;position: relative
}

@media (min-width: 768px) {
    .paragraph--type--pullquote {
        margin-block:6rem
    }
}

@media (min-width: 1080px) {
    .paragraph--type--pullquote {
        margin-block:8rem
    }
}

.paragraph--type--pullquote .svg-corner {
    transform: rotate(-90deg);
    top: var(--svg-corner-leg-thickness);
    position: absolute
}

@media (min-width: 768px) {
    .paragraph--type--pullquote .svg-corner {
        top:6.7rem
    }
}

.paragraph--type--pullquote blockquote {
    background-color: #212326;
    margin: 0;
    color: #fff;
    padding-block:8rem 4rem;width: 100%;
    max-width: calc(100% - var(--svg-corner-leg-thickness));
    margin-left: var(--svg-corner-leg-thickness);
    padding-inline:3.1rem;font-family: "neue-haas-grotesk-display",san-serif
}

.paragraph--type--pullquote blockquote>:first-child {
    margin-top: 0
}

.paragraph--type--pullquote blockquote>:last-child {
    margin-bottom: 0
}

@media (min-width: 768px) {
    .paragraph--type--pullquote blockquote {
        padding-block:7.5rem;
        padding-inline:unset}
}

.paragraph--type--pullquote blockquote p {
    font-weight: 500;
    line-height: 1.35;
    font-size: 2.2rem
}

@media (min-width: 768px) {
    .paragraph--type--pullquote blockquote p {
        font-size:3rem;
        padding-inline:calc( (((100% - 0px) - 9 * 40px) / 10 * 2) + (2 * 4rem) ) calc( (((100% - 0px) - 9 * 40px) / 10 * 1) )}
}

.paragraph--type--pullquote blockquote a {
    color: #fff;
    text-decoration-color: #fff;
    border-color: #212326
}

.paragraph--type--pullquote blockquote a:active,.paragraph--type--pullquote blockquote a:hover {
    color: var(--color-text);
    background-color: #fff;
    border-color: #fff
}

.paragraph--type--pullquote blockquote cite {
    margin-top: 3rem;
    font-style: normal;
    letter-spacing: 1px;
    font-size: 1.6rem
}

@media (min-width: 768px) {
    .paragraph--type--pullquote blockquote cite {
        font-size:1.8rem;
        padding-inline:calc( (((100% - 0px) - 9 * 40px) / 10 * 2) + (2 * 4rem) ) calc( (((100% - 0px) - 9 * 40px) / 10 * 1) )}
}

.quote figure {
    margin: 0
}

.quote blockquote {
    font-size: 1.5em;
    font-weight: 600;
    margin: 0
}

table.bt tbody th,table.bt thead {
    display: none
}

table.bt tbody td,table.bt tfoot td,table.bt tfoot th {
    border: none;
    display: block;
    display: flex;
    vertical-align: top
}

table.bt tbody td::before,table.bt tfoot td::before,table.bt tfoot th::before {
    content: attr(data-th);
    display: inline-block;
    flex-shrink: 0;
    font-weight: bold;
    width: 6.5em
}

table.bt tbody td.bt-hide,table.bt tfoot td.bt-hide,table.bt tfoot th.bt-hide {
    display: none
}

table.bt tbody td .bt-content,table.bt tfoot td .bt-content,table.bt tfoot th .bt-content {
    vertical-align: top
}

.bt-wrapper.active {
    max-height: 310px;
    overflow: auto
}

table.bt.bt--no-header tbody td::before,table.bt.bt--no-header tfoot td::before {
    display: none
}

#page-content .paragraph--type--table {
    overflow-x: auto;
    margin-block:2.5rem 4rem}
#interrupter .paragraph--type--table {
    overflow-x: auto;
    margin-block:2.5rem 4rem}

#page-content .paragraph--type--table>:first-child {
    margin-top: 0
}
#interrupter .paragraph--type--table>:first-child {
    margin-top: 0
}

#page-content .paragraph--type--table>:last-child {
    margin-bottom: 0
}
#interrupter .paragraph--type--table>:last-child {
    margin-bottom: 0
}

#page-content .paragraph--type--table table {
    margin-block:0}
#interrupter .paragraph--type--table table {
    margin-block:0}

#page-content .paragraph--type--table.table--large thead {
    border-bottom: 0.5rem solid #99EBFF
}

#page-content .paragraph--type--table .table--large thead {
    border-bottom: 0.5rem solid #99EBFF
}
#interrupter .paragraph--type--table.table--large thead {
    border-bottom: 0.5rem solid #99EBFF
}

#interrupter .paragraph--type--table .table--large thead {
    border-bottom: 0.5rem solid #99EBFF
}

#page-content .paragraph--type--table.table--large thead th {
    font-size: 1.4rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 500;
    padding: 2rem 4rem 2.5rem;
    white-space: nowrap
}

#page-content .paragraph--type--table .table--large thead th {
    font-size: 1.4rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 500;
    padding: 2rem 4rem 2.5rem;
    white-space: nowrap
}
#interrupter .paragraph--type--table.table--large thead th {
    font-size: 1.4rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 500;
    padding: 2rem 4rem 2.5rem;
    white-space: nowrap
}

#interrupter .paragraph--type--table .table--large thead th {
    font-size: 1.4rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 500;
    padding: 2rem 4rem 2.5rem;
    white-space: nowrap
}

@media (min-width: 608px) {
    #page-content .paragraph--type--table.table--large thead th {
        min-width:10%
    }

    #page-content .paragraph--type--table .table--large thead th {
        min-width:10%
    }
#interrupter .paragraph--type--table.table--large thead th {
        min-width:10%
    }

#interrupter .paragraph--type--table .table--large thead th {
        min-width:10%
    }
}

@media (min-width: 1080px) {
    #page-content .paragraph--type--table.table--large thead th {
        min-width:25rem
    }

    #page-content .paragraph--type--table .table--large thead th {
        min-width:25rem
    }
#interrupter .paragraph--type--table.table--large thead th {
        min-width:25rem
    }

#interrupter .paragraph--type--table .table--large thead th {
        min-width:25rem
    }
}

@media (min-width: 608px) {
    #page-content .paragraph--type--table.table--large tbody td {
        padding:3rem 4rem
    }

    #page-content .paragraph--type--table .table--large tbody td {
        padding:3rem 4rem
    }
#interrupter .paragraph--type--table.table--large tbody td {
        padding:3rem 4rem
    }

#interrupter .paragraph--type--table .table--large tbody td {
        padding:3rem 4rem
    }
}

#page-content .paragraph--type--table.table--large tbody td::before {
    font-size: 1.4rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 500;
    border-bottom: 0.5rem solid #99EBFF;
    min-width: 11.4rem
}

#page-content .paragraph--type--table .table--large tbody td::before {
    font-size: 1.4rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 500;
    border-bottom: 0.5rem solid #99EBFF;
    min-width: 11.4rem
}
#interrupter .paragraph--type--table.table--large tbody td::before {
    font-size: 1.4rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 500;
    border-bottom: 0.5rem solid #99EBFF;
    min-width: 11.4rem
}

#interrupter .paragraph--type--table .table--large tbody td::before {
    font-size: 1.4rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 500;
    border-bottom: 0.5rem solid #99EBFF;
    min-width: 11.4rem
}

table {
    margin-block:2.5rem 4rem}

table a {
    color: var(--color-link-accent);
    font-weight: 400;
    text-decoration: underline;
    text-underline-offset: 0.4rem;
    border-left: 2px solid transparent;
    border-right: 2px solid transparent;
    margin-left: -2px;
    margin-right: -2px
}

table a:hover,table a:active {
    color: #fff;
    background-color: #002896;
    text-decoration-color: transparent;
    border-left: 2px solid #002896;
    border-right: 2px solid #002896
}

table.table--striped tr:nth-child(even) {
    background-color: #F2F4FB
}

.table--striped table tr:nth-child(even) {
    background-color: #F2F4FB
}

table thead th {
    background-color: var(--color-border);
    color: var(--color-background);
    border: 0;
    font-weight: 700;
    padding: 1rem 1.6rem 1.5rem
}

table thead th .table-paragraph__sort {
    appearance: none;
    background: none;
    border: none;
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    text-transform: inherit;
    display: flex;
    align-items: center;
    transition: color 0.2s
}

table thead th .table-paragraph__sort .table-paragraph__sort__icon {
    color: #99EBFF;
    width: 1.9rem;
    height: 1.9rem;
    margin-left: 1.5rem;
    margin-top: -0.4rem;
    transition: color 0.2s
}

table thead th .table-paragraph__sort:hover {
    color: #99EBFF
}

table thead th .table-paragraph__sort:hover .table-paragraph__sort__icon {
    color: #99EBFF
}

table tbody tr {
    border-bottom: 1px solid #212326
}

@media (max-width: 607px) {
    table tbody tr {
        margin-bottom:1rem;
        display: block;
        border-bottom: 0
    }
}

table tbody tr:last-child {
    margin-bottom: 0
}

table tbody th {
    color: #002896;
    border: 0;
    border-right: 2px solid var(--color-border)
}

table tbody th:last-child {
    border-bottom: 0
}

table tbody td {
    border: 0;
    padding: 0
}

table tbody td::before {
    background-color: #212326;
    color: #fff;
    padding: 1.3rem
}

@media (min-width: 608px) {
    table tbody td {
        padding:1rem 1.6rem
    }
}

table tbody td p {
    font-size: 1.6rem
}

table tbody td .bt-content {
    font-size: 1.6rem
}

table tbody td .bt-content>:first-child {
    margin-top: 0
}

table tbody td .bt-content>:last-child {
    margin-bottom: 0
}

@media (max-width: 607px) {
    table tbody td .bt-content {
        font-size:1.6rem;
        padding: 1.3rem;
        width: 100%;
        border-top: 1px solid #212326
    }
}

table tbody td .bt-content h1,table tbody td .bt-content h2,table tbody td .bt-content h3,table tbody td .bt-content h4,table tbody td .bt-content h5,table tbody td .bt-content h6,table tbody td .bt-content .h1,table tbody td .bt-content .h2,table tbody td .bt-content .h3,table tbody td .bt-content .h4,table tbody td .bt-content .h5,table tbody td .bt-content .h6 {
    font-size: 1.8rem;
    font-weight: bold
}

table tbody td .bt-content h1 a,table tbody td .bt-content h2 a,table tbody td .bt-content h3 a,table tbody td .bt-content h4 a,table tbody td .bt-content h5 a,table tbody td .bt-content h6 a,table tbody td .bt-content .h1 a,table tbody td .bt-content .h2 a,table tbody td .bt-content .h3 a,table tbody td .bt-content .h4 a,table tbody td .bt-content .h5 a,table tbody td .bt-content .h6 a {
    color: var(--color-headline);
    text-decoration: underline;
    font-weight: inherit
}

table tbody td .bt-content h1 a:hover,table tbody td .bt-content h1 a:active,table tbody td .bt-content h2 a:hover,table tbody td .bt-content h2 a:active,table tbody td .bt-content h3 a:hover,table tbody td .bt-content h3 a:active,table tbody td .bt-content h4 a:hover,table tbody td .bt-content h4 a:active,table tbody td .bt-content h5 a:hover,table tbody td .bt-content h5 a:active,table tbody td .bt-content h6 a:hover,table tbody td .bt-content h6 a:active,table tbody td .bt-content .h1 a:hover,table tbody td .bt-content .h1 a:active,table tbody td .bt-content .h2 a:hover,table tbody td .bt-content .h2 a:active,table tbody td .bt-content .h3 a:hover,table tbody td .bt-content .h3 a:active,table tbody td .bt-content .h4 a:hover,table tbody td .bt-content .h4 a:active,table tbody td .bt-content .h5 a:hover,table tbody td .bt-content .h5 a:active,table tbody td .bt-content .h6 a:hover,table tbody td .bt-content .h6 a:active {
    color: var(--color-background);
    text-decoration-color: transparent
}

@media (max-width: 607px) {
    table tbody td:last-child .bt-content {
        border-bottom:1px solid #212326
    }
}

table tfoot td {
    border: 0;
    padding: 0
}

table tfoot td:first-child {
    margin-top: 1rem
}

table tfoot td::before {
    background-color: #212326;
    color: #fff;
    padding: 1.3rem
}

@media (max-width: 607px) {
    table tfoot td {
        background-color:#8B959E
    }
}

@media (min-width: 608px) {
    table tfoot td {
        padding:1rem 1.6rem;
        border-top: 1px solid var(--color-border)
    }
}

@media (max-width: 607px) {
    table tfoot td .bt-content {
        padding:1.3rem;
        width: 100%;
        border-top: 1px solid #212326
    }
}

@media (max-width: 607px) {
    table tfoot td:last-child .bt-content {
        border-bottom:1px solid #212326
    }
}

table.equal-columns {
    table-layout: fixed
}

.paragraph--type--tabs {
    margin-block:4rem;position: relative
}

@media (min-width: 768px) {
    .paragraph--type--tabs {
        margin-block:6rem
    }
}

@media (min-width: 1080px) {
    .paragraph--type--tabs {
        width:100vw;
        max-width: calc( 100% + (((100% - 0px) - 7 * 40px) / 8 * 1) + (1 * 4rem) );
        margin-left: calc( (((-100% + 0px) + 7 * 40px) / 8 * 1) - (1 * 4rem) );
        margin-block:8rem}
}

.paragraph--type--tabs .tabs-nav {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    overflow-x: auto;
    flex-direction: column;
    gap: 0.5rem
}

.paragraph--type--tabs .tabs-nav ::before,.paragraph--type--tabs .tabs-nav ::after {
    display: none
}

@media (min-width: 768px) and (max-width: 1079.98px) {
    .paragraph--type--tabs .tabs-nav {
        overflow-x:auto
    }
}

@media (min-width: 768px) {
    .paragraph--type--tabs .tabs-nav {
        border-bottom:0.2rem solid #1966FF;
        gap: 2rem;
        flex-direction: row
    }
}

.paragraph--type--tabs .tabs-nav__item {
    margin: 0;
    padding: 0;
    width: 100%
}

@media (min-width: 768px) {
    .paragraph--type--tabs .tabs-nav__item {
        width:unset
    }
}

.paragraph--type--tabs .tabs-nav__link {
    background-color: transparent;
    padding: 0;
    border: 0;
    padding: 2rem 3rem;
    background-color: #F2F4FB;
    text-decoration: underline;
    text-underline-offset: 4px;
    color: #002896;
    transition: .25s ease-in-out;
    min-width: max-content;
    width: 100%;
    font-weight: 500;
    font-size: 2rem
}

@media (min-width: 768px) {
    .paragraph--type--tabs .tabs-nav__link {
        padding:4rem 3rem;
        height: 100%;
        font-weight: 600;
        max-width: max-content
    }
}

@media (min-width: 1080px) {
    .paragraph--type--tabs .tabs-nav__link {
        width:unset;
        max-width: unset
    }
}

.paragraph--type--tabs .tabs-nav__link:hover,.paragraph--type--tabs .tabs-nav__link:active,.paragraph--type--tabs .tabs-nav__link[aria-selected="true"] {
    text-decoration: none;
    background-color: #1966FF;
    color: #fff
}

.paragraph--type--tabs .tab-content {
    padding-block:2rem;border-bottom: 0.2rem solid #1966FF
}

@media (min-width: 768px) {
    .paragraph--type--tabs .tab-content {
        padding-block:4rem;
        border-left: 0.2rem solid #1966FF
    }
}

.paragraph--type--tabs .tab-pane > div > div > :first-child {
    margin-top: 0
}

.paragraph--type--tabs .tab-pane>:last-child {
    margin-bottom: 0
}

@media (min-width: 768px) {
    .paragraph--type--tabs .tab-pane {
        margin-left:auto;
        max-width: calc( 100% - (((100% - 0px) - 11 * 40px) / 12 * 1) - (1 * 4rem) )
    }
}

@media (min-width: 1080px) {
    .paragraph--type--tabs .tab-pane {
        max-width:calc( 100% - (((100% - 0px) - 8 * 40px) / 9 * 1) - (1 * 4rem) )
    }
}

.paragraph--type--cards {
    margin-block:4rem;position: relative;
    background-color: var(--color-background)
}

.paragraph--type--cards::before {
    width: 100vw;
    height: 100%;
    left: calc( (100vw - 100%) / 2 * -1);
    display: block;
    top: 0;
    content: '';
    position: absolute;
    background-color: var(--color-background)
}

@media (min-width: 768px) {
    .paragraph--type--cards {
        margin-block:6rem
    }
}

@media (min-width: 1080px) {
    .paragraph--type--cards {
        width:100vw;
        margin-left: calc( (((-100% + 0px) + 7 * 40px) / 8 * 2) - (2 * 4rem) );
        max-width: calc( 100% + (((100% - 0px) - 7 * 40px) / 8 * 4) + (4 * 4rem) );
        margin-block:8rem}
}

.tiles-paragraph__heading {
    margin-bottom: 3rem
}

.tiles-paragraph__heading>:first-child {
    margin-top: 0
}

.tiles-paragraph__heading>:last-child {
    margin-bottom: 0
}

@media (min-width: 768px) {
    .tiles-paragraph__heading {
        margin-bottom:4rem
    }
}

.paragraph--type--cards[data-theme] {
    padding-block:4rem}

@media (min-width: 768px) {
    .paragraph--type--cards[data-theme] {
        padding-block:6rem
    }
}

.flex-page__body--has-sidebar .paragraph--type--cards {
    max-width: 100%;
    margin-left: 0
}

.tiles-grid {
    gap: 4rem 0
}

@media (min-width: 768px) {
    .tiles-grid {
        gap:4.7rem 0
    }
}

.tile-card {
    display: flex;
    flex-direction: column;
    background-color: var(--color-background);
    height: 100%
}

.tile-card--no-image .tile-card__link {
    display: flex;
    align-items: center
}

@media (min-width: 768px) {
    .tile-card--no-image .tile-card__body {
        padding-block:8rem
    }
}

.field--name-field-media-image img {
    width: 100%
}

.tile-card__link {
    height: 100%;
    text-decoration: none;
    color: var(--color-text)
}

.tile-card__link .tile-card__heading {
    color: var(--color-headline);
    text-decoration: underline;
    text-underline-offset: 4px;
    transition: .25s ease-in-out
}

.tile-card__link:hover,.tile-card__link:active {
    color: var(--color-text);
    text-decoration: none
}

.tile-card__link:hover .tile-card__heading,.tile-card__link:active .tile-card__heading {
    color: var(--color-text)
}

.tile-card__body {
    padding: 3rem
}

.tile-card__body>:first-child {
    margin-top: 0
}

.tile-card__body>:last-child {
    margin-bottom: 0
}

.tile-card__heading {
    color: var(--color-text)
}

.tile-card__description>:first-child {
    margin-top: 0
}

.tile-card__description>:last-child {
    margin-bottom: 0
}

.paragraph--type--embedded-video {
    width: 100%;
    margin-block:4rem;display: flex;
    flex-direction: column
}

@media (min-width: 768px) {
    .paragraph--type--embedded-video {
        margin-block:6rem
    }
}

@media (min-width: 1080px) {
    .paragraph--type--embedded-video {
        margin-block:8rem
    }
}

.paragraph--type--embedded-video iframe {
    width: 100%;
    height: auto;
    aspect-ratio: 16/9
}

.paragraph--type--embedded-video figcaption {
    position: relative;
    display: flex;
    align-items: center;
    gap: 1.5rem
}

.paragraph--type--embedded-video figcaption .figure-svg-corner {
    display: none;
    min-width: 4rem;
    min-height: 4rem;
    max-width: 4rem;
    max-height: 4rem
}

@media (min-width: 1080px) {
    .paragraph--type--embedded-video figcaption .figure-svg-corner {
        display:block
    }
}

h1+.paragraph--type--embedded-video,h2+.paragraph--type--embedded-video,h3+.paragraph--type--embedded-video,h4+.paragraph--type--embedded-video,h5+.paragraph--type--embedded-video,h6+.paragraph--type--embedded-video,.h1+.paragraph--type--embedded-video,.h2+.paragraph--type--embedded-video,.h3+.paragraph--type--embedded-video,.h4+.paragraph--type--embedded-video,.h5+.paragraph--type--embedded-video,.h6+.paragraph--type--embedded-video {
    margin-top: 2.5rem
}

.paragraph--type--webform {
    margin-block:4rem}

@media (min-width: 768px) {
    .paragraph--type--webform {
        margin-block:5rem
    }
}

.webform-section {
    margin-block:2rem}

@media (min-width: 768px) {
    .webform-section {
        margin-block:3rem
    }
}

.webform-section .form-type-webform-markup>:first-child,.webform-section .form-type-processed-text>:first-child {
    margin-top: 0
}

.webform-section .form-type-webform-markup>:last-child,.webform-section .form-type-processed-text>:last-child {
    margin-bottom: 0
}

.webform-section-wrapper {
    row-gap: 4rem
}

.webform-options-display-buttons {
    row-gap: 2rem
}

.webform-options-display-buttons .webform-options-display-buttons-wrapper {
    flex: 100%;
    margin: 0
}

@media (min-width: 768px) {
    .webform-options-display-buttons .webform-options-display-buttons-wrapper {
        flex:50%
    }
}

.webform-options-display-one-column {
    margin: 0
}

.webform-options-display-one-column .js-form-item:not(:first-child) {
    margin-top: 1rem
}

.webform-options-display-two-columns {
    margin: 0
}

.webform-select-other-input {
    margin-top: 2rem
}

.webform-confirmation {
    margin-top: 6rem
}

@media (min-width: 1080px) {
    .webform-confirmation {
        margin-top:8rem
    }
}

.webform-confirmation__message {
    margin: 0
}

.webform-confirmation__message>:first-child {
    margin-top: 0
}

.webform-confirmation__message>:last-child {
    margin-bottom: 0
}

.webform-confirmation__message p {
    background-color: #F2F4FB;
    padding: 2.5rem 3rem
}

.js-form-item-software-exxpedited-purchasing-for-select {
    margin-bottom: 0
}

.js-webform-select-other-input {
    width: 100%
}

.js-webform-select-other-input input {
    width: 100%
}

.filter-form-open {
    text-align: center
}

.filter-form-wrapper {
    position: fixed;
    display: none;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100svh;
    padding: 1rem 2rem 2rem;
    transform: translateX(-100%);
    transition: all .4s ease-in-out;
    z-index: 600;
    opacity: 0;
    background-color: #F2F4FB;
    overflow: auto
}

body.filters-open .filter-form-wrapper {
    opacity: 1;
    transform: translateX(0)
}

@media (min-width: 1080px) {
    .filter-form-wrapper {
        position:static;
        display: block !important;
        width: auto;
        height: auto;
        transform: none;
        opacity: 1;
        padding: 0;
        background-color: unset;
        overflow: visible
    }
}

.filter-form-wrapper__intro {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 5rem
}

.filter-form-wrapper__intro__button {
    background: none;
    border: none;
    appearance: none;
    padding: 0 1rem;
    margin-right: -1rem
}

.filter-form-wrapper__intro__button svg {
    width: 1.4rem;
    height: 1.4rem
}

.filter-form-wrapper__intro__heading {
    margin: 0;
    font-family: "neue-haas-grotesk-text",san-serif;
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 150%;
    color: var(--color-text)
}

.filter-form {
    display: flex;
    flex-direction: column;
    gap: 3rem;
    margin-bottom: 5rem
}

@media (min-width: 1080px) {
    .filter-form {
        gap:4rem
    }
}

@media (min-width: 1280px) {
    .filter-form {
        flex-direction:row
    }
}

.filter-form__fields {
    display: flex;
    flex-direction: column;
    gap: 3.8rem
}

@media (min-width: 1080px) {
    .filter-form__fields {
        flex-direction:row;
        align-items: start;
        gap: 4rem;
        width: 75%
    }
}

.filter-form__actions {
    display: flex;
    gap: 2rem
}

@media (min-width: 1080px) {
    .filter-form__actions {
        gap:4rem;
        width: 25%;
        margin-bottom: auto
    }
}

.filter-form__actions button {
    width: 50%
}

@media (min-width: 1080px) {
    .filter-form__actions button {
        width:auto
    }
}

.filter-form__actions button[type="submit"] {
    text-align: center
}

.filter-form-wrapper .form-field {
    position: relative;
    background-color: var(--color-background);
    padding: 0;
    border: 0
}

@media (min-width: 1080px) {
    .filter-form-wrapper .form-field {
        width:33.33%
    }
}

.filter-form-wrapper .form-field h1.filter-header,.filter-form-wrapper .form-field h2.filter-header,.filter-form-wrapper .form-field h3.filter-header,.filter-form-wrapper .form-field h4.filter-header,.filter-form-wrapper .form-field h5.filter-header,.filter-form-wrapper .form-field h6.filter-header,.filter-form-wrapper .form-field .h1.filter-header,.filter-form-wrapper .form-field .h2.filter-header,.filter-form-wrapper .form-field .h3.filter-header,.filter-form-wrapper .form-field .h4.filter-header,.filter-form-wrapper .form-field .h5.filter-header,.filter-form-wrapper .form-field .h6.filter-header {
    font-size: unset;
    color: unset;
    margin: unset;
    font-weight: unset;
    line-height: unset
}

.filter-form-wrapper .form-field--dropdown {
    border: 0.1rem solid #000;
    padding: 1.4rem 2rem
}

.filter-form-wrapper .form-field--dropdown[open] .form-field__dropdown-icon {
    transform: rotate(180deg)
}

.filter-form-wrapper .form-field--dropdown[open] .details-wrapper {
    opacity: 1;
    transform: translateY(0)
}

.filter-form-wrapper .form-field--dropdown summary {
    appearance: none;
    list-style-type: none;
    display: flex;
    gap: 2rem;
    justify-content: space-between;
    align-items: center;
    line-height: 2.5rem
}

.filter-form-wrapper .form-field--dropdown summary svg {
    width: 2.2rem;
    height: 1.3rem
}

.filter-form-wrapper .form-field--dropdown summary::-webkit-details-marker {
    display: none
}

.filter-form-wrapper .form-field--dropdown .details-wrapper {
    padding: 1rem 2rem;
    z-index: 1;
    background: #fff
}

@media (min-width: 1080px) {
    .filter-form-wrapper .form-field--dropdown .details-wrapper {
        position:absolute;
        width: calc(100% + 0.2rem);
        left: -0.1rem;
        top: 100%;
        border: 0.1rem solid #000;
        border-top: 0
    }
}

.filter-form-wrapper .form-field--dropdown .form-check {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    padding-left: 0;
    flex-wrap: wrap
}

.filter-form-wrapper .form-field--dropdown .form-check:nth-child(n+2) {
    margin-top: 1rem
}

.filter-form-wrapper .form-field--dropdown .form-check label {
    font-size: 1.8rem;
    letter-spacing: 0;
    font-weight: 400;
    text-transform: unset;
    display: block;
    width: calc(100% - 3rem)
}

.filter-form-wrapper .form-field--dropdown .form-check__subitems {
    padding-left: 3rem;
    width: 100%
}

.filter-form-wrapper .form-field--dropdown .form-check-input {
    appearance: none;
    background-color: #fff;
    border: 0.1rem solid #000;
    width: 2rem;
    height: 2rem;
    position: relative;
    margin-left: 0;
    margin-top: 0.3rem;
    flex-shrink: 0
}

.filter-form-wrapper .form-field--dropdown .form-check-input::after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    background-color: #000;
    border: 0 solid #fff;
    transition: all 0.2s
}

.filter-form-wrapper .form-field--dropdown .form-check-input:checked::after {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0.3rem solid #fff
}

.filter-form-wrapper .form-type-textfield {
    position: relative
}

.filter-form-wrapper .form-type-textfield input {
    border: 0.1rem solid var(--color-text);
    padding: 1.4rem 2rem;
    padding-right: 6.5rem;
    width: 100%;
    line-height: 2.5rem
}

.filter-form-wrapper .form-type-textfield input::placeholder {
    color: var(--color-text);
    opacity: 1
}

.filter-form-wrapper .form-field--search:focus,.filter-form-wrapper .form-field--search:focus-within,.filter-form-wrapper .form-field--search:focus-visible,.filter-form-wrapper .form-field--search:active {
    background-image: none !important
}

.filter-form-wrapper input.form-input-search {
    padding-right: 5.5rem;
    background-position: center right 2rem;
    background-repeat: no-repeat;
    background-image: url('data:image/svg+xml,%3Csvg width="25" height="25" viewBox="0 0 25 25" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M10.4692 20.6769H10.4687C7.36407 20.6799 4.42619 19.2684 2.48556 16.8423C0.546566 14.4162 -0.18363 11.2398 0.502094 8.20923L0.502109 8.20917C1.1866 5.18023 3.21292 2.62689 6.00795 1.27197L5.89997 1.04922L6.00796 1.27196C8.80282 -0.0829109 12.0612 -0.0906728 14.8639 1.24896C17.6649 2.58847 19.7052 5.13116 20.4063 8.15713L20.4063 8.15724C21.1089 11.1831 20.3956 14.3641 18.4689 16.7992L18.3308 16.9737L18.4881 17.131L24.6465 23.2943L23.2948 24.6464L17.1349 18.4848L16.9771 18.3269L16.8024 18.466C15.0033 19.899 12.77 20.6784 10.4692 20.6769ZM18.7657 10.4637C18.7657 8.26243 17.8923 6.15203 16.335 4.59593C14.7794 3.03833 12.6694 2.16473 10.469 2.16473C8.26839 2.16473 6.15861 3.03833 4.60295 4.59593C3.04567 6.15203 2.17226 8.26243 2.17226 10.4637C2.17226 12.6648 3.0456 14.7751 4.60277 16.3312C6.15844 17.8889 8.2683 18.7626 10.469 18.7626C12.6696 18.7626 14.7794 17.889 16.335 16.3314C17.8923 14.7753 18.7657 12.6649 18.7657 10.4637Z" fill="black" stroke="white" stroke-width="0.5"/%3E%3C/svg%3E%0A')
}

.filter-indicators {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 1.5rem 3rem
}

.filter-indicators__label {
    text-transform: uppercase;
    font-family: "neue-haas-grotesk-text",san-serif;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 120%;
    color: var(--color-text);
    margin: 0;
    width: 100%;
    margin-bottom: 1rem
}

@media (min-width: 1080px) {
    .filter-indicators__label {
        width:auto;
        margin-bottom: 0;
        margin-right: -1rem
    }
}

.filter-indicators__group {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.8rem
}

.filter-indicators__item {
    background-color: var(--color-background);
    border: none;
    font-size: 1.7rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 1rem;
    transition: all .2s
}

@media (min-width: 1080px) {
    .filter-indicators__item {
        background-color:#F2F4FB
    }
}

.filter-indicators__item--parent {
    background-color: #DDE1E6
}

.filter-indicators__item::after {
    content: '';
    width: 1.7rem;
    height: 1.8rem;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 17 18" fill="none"><rect x="13.2582" y="12.7122" width="1.5" height="12" transform="rotate(135 13.2582 12.7122)" fill="%23FF1423"/><rect x="4.77301" y="13.7729" width="1.5" height="12" transform="rotate(-135 4.77301 13.7729)" fill="%23FF1423"/></svg>')
}

.filter-indicators__item:hover {
    background-color: #002896;
    color: #fff
}

.filter-indicators__item:hover.filter-indicators__item--parent {
    background-color: #001a63
}

.filter-indicators__item:hover::after {
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 17 18" fill="none"><rect x="13.2582" y="12.7122" width="1.5" height="12" transform="rotate(135 13.2582 12.7122)" fill="%2399EBFF"/><rect x="4.77301" y="13.7729" width="1.5" height="12" transform="rotate(-135 4.77301 13.7729)" fill="%2399EBFF"/></svg>')
}

.flex-page__body {
    padding-block:4rem;overflow: clip
}

@media (min-width: 768px) {
    .flex-page__body {
        padding-block:6rem
    }
}

@media (min-width: 1080px) {
    .flex-page__body {
        padding-block:8rem
    }
}

.flex-hero {
    background-color: #F2F4FB;
    position: relative;
    overflow: hidden
}

.flex-hero--red {
    --background-header-light: #FF1423;
    --background-header-dark: #750014
}

.flex-hero--green {
    --background-header-light: #00AD00;
    --background-header-dark: #004D1A
}

.flex-hero--yellow {
    --background-header-light: #FFEB00;
    --background-header-dark: #FFA800
}

.flex-hero__container {
    position: relative
}

.flex-hero__container::before {
    width: 100%;
    height: 2rem;
    position: absolute;
    content: '';
    display: block;
    background-color: var(--background-header-light);
    left: 0;
    z-index: 5
}

@media (min-width: 1080px) {
    .flex-hero__container::before {
        height:100%;
        max-width: calc( ( 100vw - 100% / 2 ) / 2 );
        left: calc( 100% - 4.1rem )
    }
}

.flex-hero__content {
    padding-block:2.2rem 4rem}

.flex-hero__content>:first-child {
    margin-top: 0
}

.flex-hero__content>:last-child {
    margin-bottom: 0
}

@media (min-width: 768px) {
    .flex-hero__content {
        padding-block:3rem 4rem
    }
}

@media (min-width: 1080px) {
    .flex-hero__content {
        padding-block:4rem 6rem
    }
}

.flex-hero__content-inner>:first-child {
    margin-top: 0
}

.flex-hero__content-inner>:last-child {
    margin-bottom: 0
}

#block-mithr-theme-page-title h1 {
    margin-top: 1.5rem;
    color: var(--color-text)
}

@media (min-width: 768px) {
    #block-mithr-theme-page-title h1 {
        margin-top:3rem
    }
}

#block-mithr-theme-introtext {
    margin-top: 1.5rem;
    font-size: 2rem;
    line-height: 1.4
}

@media (min-width: 768px) {
    #block-mithr-theme-introtext {
        font-size:2.5rem;
        margin-top: 3rem
    }
}

.flex-hero--has-image .flex-hero__image {
    margin-left: auto;
    margin-top: 4rem;
    order: -1
}

@media (min-width: 1080px) {
    .flex-hero--has-image .flex-hero__image {
        order:1;
        margin-top: unset
    }
}

.flex-hero--has-image .flex-hero__image-inner {
    display: flex;
    align-items: center;
    height: 100%
}

@media (min-width: 1080px) {
    .flex-hero--has-image .flex-hero__image-inner {
        position:relative
    }
}

.flex-hero--has-image .flex-hero__image-inner::before {
    width: 100vw;
    left: calc( (100vw - 100%) / 2 * -1);
    height: 11.6rem;
    position: absolute;
    content: '';
    display: block;
    background-color: var(--background-header-dark);
    right: 0;
    top: -2rem
}

@media (min-width: 1080px) {
    .flex-hero--has-image .flex-hero__image-inner::before {
        width:100%;
        max-width: calc( (((100% - 0px) - 4 * 40px) / 5 * 2) + (1 * 4rem) );
        height: calc(100% + 4rem + 6rem);
        top: 0;
        left: unset
    }
}

.flex-hero--has-image .flex-hero__image img {
    position: relative;
    z-index: 1;
    width: 100%;
    min-width: 20.7rem;
    max-width: calc( (((100% - 0px) - 11 * 40px) / 12 * 8) + (7 * 4rem) )
}

@media (min-width: 1080px) {
    .flex-hero--has-image .flex-hero__image img {
        max-width:40.7rem;
        margin-left: auto;
        margin-right: 4rem
    }
}

@media (max-width: 1079.98px) {
    .flex-hero--no-image .flex-hero__content {
        padding-top:9rem
    }
}

.flex-hero--no-image .flex-hero__content-inner {
    position: relative
}

@media (min-width: 768px) {
    .flex-hero--no-image .flex-hero__content-inner {
        padding-right:calc( (((100% - 0px) - 7 * 40px) / 8 * 1) )
    }
}

.flex-hero--no-image .flex-hero__content-inner::before {
    width: 100vw;
    height: 6.6rem;
    position: absolute;
    content: '';
    display: block;
    background-color: var(--background-header-dark);
    top: -9rem;
    left: calc( (100vw - 100%) / 2 * -1)
}

@media (min-width: 1080px) {
    .flex-hero--no-image .flex-hero__content-inner::before {
        width:100%;
        height: calc(100% + 4rem + 6rem);
        max-width: calc( (((100% - 0px) - 7 * 40px) / 8 * 2) + (1 * 4rem) );
        height: calc(100% + 4rem + 6rem);
        top: -4rem;
        left: unset;
        right: calc( (((-100% + 0px) + 7 * 40px) / 8 * 2) - (2 * 4rem) )
    }
}

.col-flex-sidebar {
    top: 13rem;
    z-index: 5
}

@media (min-width: 1400px) {
    .col-flex-sidebar {
        top:14rem
    }
}

.sidebar-nav {
    background-color: #F2F4FB;
    padding: 3rem
}

.sidebar-nav .caret::before,.sidebar-nav .caret::after {
    background-color: var(--color-link-accent)
}

.sidebar-nav .caret:hover::before,.sidebar-nav .caret:hover::after {
    background-color: var(--color-text)
}

.sidebar-nav__item {
    font-size: 2rem;
    font-weight: 400;
    line-height: 1.4;
    color: #002896
}

.sidebar-nav__item .sidebar-nav__item__link {
    color: inherit;
    font-weight: 500
}

.sidebar-nav__item .sidebar-nav__item__link.active {
    color: var(--color-text) !important;
    font-weight: 700 !important;
    text-decoration: none !important
}

.sidebar-nav__item.level-3>.sidebar-nav__item__link {
    font-size: 2rem;
    display: flex;
    align-items: center;
    border-bottom: 0.1rem solid var(--color-link-accent-hover);
    padding-bottom: 1rem;
    margin-bottom: 2.5rem
}

.sidebar-nav__item.level-3>.sidebar-nav__item__link .level-3__icon {
    transform: rotate(180deg);
    width: 2rem;
    height: 2rem;
    margin-left: 0.8rem
}

.sidebar-nav__item.level-3>.sidebar-nav__item__link:hover {
    text-decoration: none;
    color: var(--color-text)
}

.sidebar-nav__item.level-3> ul {
    display: flex;
    flex-direction: column;
    gap: 2.5rem
}

.sidebar-nav__item.level-3 > ul >  .sidebar-nav__item,.sidebar-nav__item.level-3 > ul > li > ul >  .sidebar-nav__item {
    margin-top: 1rem
}

.sidebar-nav__item.level-3 > ul >  .sidebar-nav__item__link,.sidebar-nav__item.level-3 > ul > li > ul >  .sidebar-nav__item__link {
    font-size: 1.8rem;
    text-decoration: underline;
    text-underline-offset: 0.4rem
}

.sidebar-nav__item.level-3 > ul >  .sidebar-nav__item__link:hover,.sidebar-nav__item.level-3 > ul > li > ul >  .sidebar-nav__item__link:hover {
    color: var(--color-text)
}

.sidebar-nav__item.level-3 > ul > .has-subnav,.sidebar-nav__item.level-3 > ul > li > ul > .has-subnav {
    display: flex;
    align-items: flex-start;
    column-gap: 1rem;
    flex-wrap: wrap
}

.sidebar-nav__item.level-3 > ul > .has-subnav>.sidebar-nav__item__link,.sidebar-nav__item.level-3 > ul > li > ul > .has-subnav>.sidebar-nav__item__link {
    width: calc(100% - 4rem)
}

.sidebar-nav__item.level-3 > ul > .has-subnav>.subnav-toggle,.sidebar-nav__item.level-3 > ul > li > ul > .has-subnav>.subnav-toggle {
    margin-top: -0.3rem
}

.sidebar-nav__item.level-3 > ul > .has-subnav> ul,.sidebar-nav__item.level-3 > ul > li > ul > .has-subnav> ul {
    width: 100%;
    padding-left: 1rem;
    margin-top: 0.5rem;
    display: none
}

.form-page__breadcrumbs {
    background-color: #F2F4FB;
    padding-block:2rem}

.form-page__title {
    color: #000
}

.form-page__body {
    padding-block:4rem}

@media (min-width: 768px) {
    .form-page__body {
        padding-block:6rem
    }
}

@media (min-width: 1080px) {
    .form-page__body {
        padding-block:8rem
    }
}

.resources__breadcrumbs {
    background-color: #F2F4FB;
    padding-block:2rem}

.resources__header {
    margin-top: 4rem
}

@media (min-width: 768px) {
    .resources__header {
        margin-top:6rem
    }
}

.resources__title {
    color: #000;
    margin: 0
}

.resources__filter {
    margin-top: 4rem
}

@media (min-width: 1080px) {
    .resources__filter {
        margin-top:6rem
    }
}

.resources__body {
    padding-block:4rem}

@media (min-width: 768px) {
    .resources__body {
        padding-block:6rem
    }
}

@media (min-width: 1080px) {
    .resources__body {
        padding-block:8rem
    }
}

.resources__body .paragraph--type--table {
    margin-block:0}

.resources__body .paragraph--type--table thead th:first-child,.resources__body .paragraph--type--table thead td:first-child {
    min-width: unset
}

.resources__body .paragraph--type--table thead th:nth-child(n+2),.resources__body .paragraph--type--table thead td:nth-child(n+2) {
    width: 17.5%;
    min-width: unset
}

.resources__pagination {
    margin-top: 4rem
}

@media (min-width: 1080px) {
    .resources__pagination {
        margin-top:8rem
    }
}

@media (min-width: 1080px) {
    .filter-form-wrapper.filter-form-wrapper--resources .filter-form {
        gap:3rem
    }
}

@media (min-width: 1280px) {
    .filter-form-wrapper.filter-form-wrapper--resources .filter-form {
        flex-direction:column
    }
}

@media (min-width: 1080px) {
    .filter-form-wrapper.filter-form-wrapper--resources .filter-form__fields {
        width:100%
    }
}

@media (min-width: 1080px) {
    .filter-form-wrapper.filter-form-wrapper--resources .form-field {
        width:25%
    }
}

@media (min-width: 1080px) {
    .filter-form-wrapper.filter-form-wrapper--resources .filter-form__actions {
        gap:2rem
    }
}

.landing-hero {
    position: relative;
    overflow: hidden
}

.landing-hero__background {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

@media (max-width: 767.98px) {
    .landing-hero__background {
        max-height:15rem
    }
}

.landing-hero__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center
}

.landing-hero__content {
    position: relative;
    background-color: #fff;
    margin-top: 15rem;
    padding-block:3rem 0}

.landing-hero__content>:first-child {
    margin-top: 0
}

.landing-hero__content>:last-child {
    margin-bottom: 0
}

@media (min-width: 768px) {
    .landing-hero__content {
        padding-right:3rem;
        padding-bottom: 3rem
    }
}

@media (min-width: 1080px) {
    .landing-hero__content {
        margin-top:20rem;
        padding: 6rem calc( (((100% - 0px) - 7 * 40px) / 8 * 1) ) 7rem calc( (((100% - 0px) - 7 * 40px) / 8 * 1) / 2 )
    }
}

.landing-hero__content::after {
    position: absolute;
    display: block;
    content: '';
    width: 100vw;
    height: 100%;
    background-color: #fff;
    top: 0;
    left: calc((100vw - 100%) / 2 * -1)
}

@media (min-width: 768px) {
    .landing-hero__content::after {
        left:unset;
        right: 0
    }
}

.landing-hero__title {
    color: var(--color-text);
    z-index: 1;
    position: relative
}

.landing-hero__intro {
    z-index: 1;
    position: relative;
    font-size: 2rem
}

@media (min-width: 1080px) {
    .landing-hero__intro {
        font-size:2.5rem
    }
}

.landing-directory {
    --gap: 3rem;
    margin-block:4rem}

@media (min-width: 768px) {
    .landing-directory {
        margin-block:6rem;
        --gap: 4rem
    }
}

@media (min-width: 1080px) {
    .landing-directory {
        margin-block:8rem
    }
}

.landing-directory__list {
    display: flex;
    flex-wrap: wrap;
    gap: var(--gap)
}

.landing-directory__item {
    width: 100%;
    background-color: #F2F4FB
}

@media (min-width: 768px) {
    .landing-directory__item {
        max-width:calc(100% / 2 - (var(--gap) / 2))
    }
}

.landing-directory__item-link {
    display: block;
    padding: 3rem 2.5rem;
    height: 100%;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column
}

.landing-directory__item-link>:first-child {
    margin-top: 0
}

.landing-directory__item-link>:last-child {
    margin-bottom: 0
}

@media (max-width: 767.98px) {
    .landing-directory__item-link {
        --color-text: #fff;
        background-color: #1966FF
    }
}

@media (min-width: 768px) {
    .landing-directory__item-link {
        padding:4rem
    }
}

.landing-directory__item-link::after {
    --circle-radius: 10rem;
    border-radius: 50%;
    content: '';
    position: absolute;
    display: block;
    background: #99EBFF;
    right: calc( var(--circle-radius) * -0.5 );
    bottom: calc( var(--circle-radius) * -1 / 1.15 );
    width: calc( var(--circle-radius) * 2 );
    height: calc( var(--circle-radius) * 2 );
    transform: scale(0);
    transition: .25s ease-in-out
}

.landing-directory__item-link:hover,.landing-directory__item-link:active {
    --color-text: #fff;
    background-color: #1966FF;
    text-decoration-color: var(--color-text);
    text-decoration: none
}

.landing-directory__item-link:hover .landing-directory__item-icon,.landing-directory__item-link:active .landing-directory__item-icon {
    transform: translate(0, 1rem) rotate(-45deg)
}

@media (min-width: 768px) {
    .landing-directory__item-link:hover .landing-directory__item-icon,.landing-directory__item-link:active .landing-directory__item-icon {
        color:#1966FF;
        transform: translate(0, 1.5rem) rotate(-45deg)
    }
}

@media (min-width: 768px) {
    .landing-directory__item-link:hover::after,.landing-directory__item-link:active::after {
        transform:scale(1)
    }
}

.landing-directory__item-title {
    color: var(--color-text);
    margin-bottom: 1.5rem;
    text-decoration-color: var(--color-text)
}

.landing-directory__item-description {
    color: var(--color-text);
    margin-bottom: 4rem
}

.landing-directory__item-icon {
    width: 4rem;
    height: 4.1rem;
    margin-left: auto;
    display: block;
    transition: transform .25s ease-in-out;
    color: #99EBFF;
    transform: translate(0, 1rem) rotate(-45deg);
    position: relative;
    z-index: 1;
    margin-top: auto
}

@media (min-width: 768px) {
    .landing-directory__item-icon {
        color:var(--color-text);
        transform: translate(0, 1.5rem) rotate(0)
    }
}

.discover-hero {
    position: relative;
    overflow: hidden
}

.discover-hero__background {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

@media (min-width: 768px) and (max-width: 1079.98px) {
    .discover-hero__background {
        display:flex;
        align-items: flex-end
    }
}

.discover-hero__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    max-height: 15rem
}

@media (min-width: 768px) {
    .discover-hero__image {
        max-height:40rem;
        margin-top: auto
    }
}

@media (min-width: 1080px) {
    .discover-hero__image {
        max-height:100%
    }
}

.discover-hero__content {
    background-color: var(--color-background);
    color: var(--color-text);
    width: 100vw;
    margin-top: 15rem;
    padding-block:3rem 4rem;max-width: 100%;
    position: relative
}

.discover-hero__content>:first-child {
    margin-top: 0
}

.discover-hero__content>:last-child {
    margin-bottom: 0
}

@media (min-width: 768px) {
    .discover-hero__content {
        padding:6rem 0;
        margin-bottom: 40rem;
        margin-top: unset
    }
}

@media (min-width: 1080px) {
    .discover-hero__content {
        padding:12rem 3.4rem 8rem;
        margin-bottom: 18rem;
        margin-top: unset;
        max-width: calc( 100% + 4rem )
    }
}

.discover-hero__content::before {
    background-color: var(--color-background);
    width: 100vw;
    left: calc( (100vw - 100%) / 2 * -1 );
    content: '';
    display: block;
    position: absolute;
    height: 100%;
    top: 0
}

@media (min-width: 1080px) {
    .discover-hero__content::before {
        display:none
    }
}

.discover-hero__heading {
    font-size: 3rem;
    z-index: 1;
    position: relative
}

@media (min-width: 768px) {
    .discover-hero__heading {
        font-size:5rem
    }
}

.discover-hero__description {
    font-size: 2rem;
    z-index: 1;
    position: relative
}

@media (min-width: 768px) {
    .discover-hero__description {
        font-size:2.5rem
    }
}

.discover-benefits {
    background-color: var(--color-background);
    padding-block:5rem}

@media (min-width: 768px) {
    .discover-benefits {
        padding-block:6rem 8rem
    }
}

.discover-benefits__heading {
    margin: 0;
    color: var(--color-text);
    font-size: 3rem
}

@media (min-width: 768px) {
    .discover-benefits__heading {
        font-size:5rem
    }
}

.discover-benefits__cta {
    display: flex;
    flex-wrap: wrap;
    gap: 2.5rem;
    margin-top: 4rem
}

@media (min-width: 768px) {
    .discover-benefits__cta {
        gap:4rem;
        margin-top: 6rem
    }
}

@media (min-width: 1080px) {
    .discover-benefits__cta {
        margin-top:0
    }
}

.discover-benefits__grid {
    margin-top: 4rem
}

@media (min-width: 768px) {
    .discover-benefits__grid {
        margin-top:6rem
    }
}

@media (min-width: 1080px) {
    .discover-benefits__grid {
        margin-top:8rem
    }
}

.discover-benefits__grid .row {
    row-gap: 3rem
}

@media (max-width: 1079.98px) {
    .discover-benefits__grid .row>div:nth-child(1) {
        --color-background: #1966FF;
        --color-text: #fff
    }
}

@media (max-width: 1079.98px) {
    .discover-benefits__grid .row>div:nth-child(2) {
        --color-background: #008A00;
        --color-text: #fff
    }
}

@media (max-width: 1079.98px) {
    .discover-benefits__grid .row>div:nth-child(3) {
        --color-background: #750062;
        --color-text: #fff
    }
}

.discover-benefits__grid.animate-block .row>div:nth-child(1) {
    --color-background: #1966FF;
    --color-text: #fff
}

.discover-benefits__grid.animate-block .row>div:nth-child(2) {
    --color-background: #008A00;
    --color-text: #fff
}

.discover-benefits__grid.animate-block .row>div:nth-child(3) {
    --color-background: #750062;
    --color-text: #fff
}

.discover-benefits__item {
    display: block;
    background-color: #fff;
    color: var(--color-text);
    padding: 3rem 2.5rem;
    position: relative;
    overflow: hidden;
    height: 100%
}

.discover-benefits__item>:first-child {
    margin-top: 0
}

.discover-benefits__item>:last-child {
    margin-bottom: 0
}

@media (min-width: 768px) {
    .discover-benefits__item {
        padding:5rem 4rem
    }
}

.discover-benefits__item::before {
    content: '';
    width: calc(100%* 1.5);
    height: calc(100%* 2);
    position: absolute;
    background-color: var(--color-background);
    transform: translate(-50%, -50%) scale(1);
    top: 50%;
    left: 50%;
    right: unset;
    bottom: unset;
    transition: 0.75s 0.5s ease-in-out;
    transform-origin: 100% 100%;
    border-radius: 50% 50% 50% 50%
}

@media (min-width: 1080px) {
    .discover-benefits__item::before {
        transform:translate(-50%, -50%) scale(0)
    }
}

.animate-block .discover-benefits__item::before {
    transform: translate(-50%, -50%) scale(1)
}

.discover-benefits__item-title {
    color: var(--color-text);
    position: relative;
    z-index: 1;
    transition: 0.75s 0.6s ease-in-out
}

.discover-benefits__item-description {
    color: var(--color-text);
    position: relative;
    z-index: 1;
    transition: 0.75s 0.6s ease-in-out
}

.discover-webinars {
    padding-block:4rem}

@media (min-width: 768px) {
    .discover-webinars {
        padding-block:10rem
    }
}

.discover-webinars__animation {
    max-width: calc( (((100% - 0px) - 11 * 40px) / 12 * 4) + (3 * 4rem) );
    min-width: 8.5rem;
    aspect-ratio: 1/1;
    margin-right: auto
}

@media (min-width: 768px) {
    .discover-webinars__animation {
        max-width:17rem;
        margin: auto
    }
}

@media (min-width: 1080px) {
    .discover-webinars__animation {
        max-width:18rem
    }
}

@media (min-width: 1280px) {
    .discover-webinars__animation {
        max-width:22.4rem
    }
}

.discover-webinars__heading {
    font-size: 3rem
}

@media (min-width: 768px) {
    .discover-webinars__heading {
        font-size:5rem
    }
}

.discover-webinars__content {
    margin-top: 2.5rem
}

.discover-webinars__content>:first-child {
    margin-top: 0
}

.discover-webinars__content>:last-child {
    margin-bottom: 0
}

@media (min-width: 768px) {
    .discover-webinars__content {
        margin-top:unset
    }
}

.discover-webinars__content a.btn {
    margin-top: 1rem
}

@media (min-width: 768px) {
    .discover-webinars__content a.btn {
        margin-top:2.5rem
    }
}

.discover-webinars h1,.discover-webinars h2,.discover-webinars h3,.discover-webinars h4,.discover-webinars h5,.discover-webinars h6,.discover-webinars .h1,.discover-webinars .h2,.discover-webinars .h3,.discover-webinars .h4,.discover-webinars .h5,.discover-webinars .h6 {
    color: var(--color-text)
}

.discover-jobs {
    background-color: var(--color-background);
    padding-block:5rem}

@media (min-width: 768px) {
    .discover-jobs {
        padding-block:8rem
    }
}

.discover-jobs__intro>:first-child {
    margin-top: 0
}

.discover-jobs__intro>:last-child {
    margin-bottom: 0
}

.discover-jobs__heading {
    color: var(--color-text);
    font-size: 3rem
}

@media (min-width: 768px) {
    .discover-jobs__heading {
        font-size:5rem
    }
}

@media (min-width: 1080px) {
    .discover-jobs__heading {
        margin-right:1.4rem
    }
}

.discover-jobs__list {
    margin-top: 4rem
}

@media (min-width: 1080px) {
    .discover-jobs__list {
        margin-top:unset
    }
}

.discover-jobs__item>:first-child {
    margin-top: 0
}

.discover-jobs__item>:last-child {
    margin-bottom: 0
}

.discover-jobs__item-title {
    color: var(--color-text)
}

.discover-jobs__item a.btn {
    margin-top: 1rem
}

@media (min-width: 768px) {
    .discover-jobs__item a.btn {
        margin-top:2.5rem
    }
}

.discover-jobs hr {
    margin-block:3rem;border-color: var(--color-text)
}

@media (min-width: 768px) {
    .discover-jobs hr {
        margin-block:6rem
    }
}

.discover-community {
    margin-block:5rem;overflow: hidden;
    position: relative
}

@media (min-width: 768px) {
    .discover-community {
        margin-block:6rem 6rem
    }
}

@media (min-width: 1080px) {
    .discover-community {
        margin-block:10rem 6rem;
        overflow: visible
    }
}

.discover-community__content>:first-child {
    margin-top: 0
}

.discover-community__content>:last-child {
    margin-bottom: 0
}

@media (min-width: 1080px) {
    .discover-community__content {
        padding-bottom:22rem
    }
}

.discover-community__heading {
    color: var(--color-text);
    font-size: 3rem
}

@media (min-width: 768px) {
    .discover-community__heading {
        font-size:5rem
    }
}

.discover-community__picture {
    display: block;
    margin-top: 4rem
}

@media (min-width: 1080px) {
    .discover-community__picture {
        margin-top:unset
    }
}

.discover-community__cta {
    background-color: #F2F4FB;
    padding-block:3rem 4rem;position: relative
}

.discover-community__cta>:first-child {
    margin-top: 0
}

.discover-community__cta>:last-child {
    margin-bottom: 0
}

@media (min-width: 1080px) {
    .discover-community__cta {
        padding-block:3rem 2.5rem;
        padding: 4rem;
        max-width: calc( (((100% - 0px) - 11 * 40px) / 12 * 6) + (6 * 4rem) );
        margin-top: -18rem
    }
}

.discover-community__cta::before {
    width: 100vw;
    content: '';
    height: calc( 100% + 10rem );
    display: block;
    left: calc( (100vw - 100%) / 2 * -1 );
    top: -10rem;
    position: relative;
    z-index: -1;
    position: absolute;
    background-color: #F2F4FB
}

@media (min-width: 1080px) {
    .discover-community__cta::before {
        display:none
    }
}

.discover-community__cta-heading {
    color: var(--color-text);
    margin-bottom: 2rem
}

@media (min-width: 768px) {
    .discover-community__cta-heading {
        margin-bottom:2.5rem
    }
}

@media (min-width: 1080px) {
    .discover-community__cta-heading {
        margin-bottom:4rem
    }
}

.discover-staff {
    margin-block:5rem}

@media (min-width: 768px) {
    .discover-staff {
        margin-block:6rem
    }
}

@media (min-width: 1080px) {
    .discover-staff {
        margin-block:10rem
    }
}

.discover-staff__heading {
    margin-block:0;color: var(--color-text);
    font-size: 3rem
}

@media (min-width: 768px) {
    .discover-staff__heading {
        font-size:5rem
    }
}

.discover-staff__tag {
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: 1.5rem;
    display: block
}

@media (min-width: 768px) {
    .discover-staff__tag {
        margin-bottom:3rem
    }
}

.discover-staff__tag:before {
    background-color: #750014;
    content: '';
    display: inline-block;
    height: 2.5rem;
    margin: 0 1rem -0.5rem 0;
    width: 2.5rem
}

.discover-staff__content {
    margin-top: 4rem
}

.discover-staff-item {
    --corner-leg-width: 2.5rem;
    display: flex;
    flex-wrap: wrap;
    background-color: #212326;
    color: #fff;
    padding-block:0;position: relative
}

@media (min-width: 768px) {
    .discover-staff-item {
        padding-block:6rem 0
    }
}

@media (min-width: 1080px) {
    .discover-staff-item {
        --corner-leg-width: 5.4rem
    }
}

.discover-staff-item__heading a {
    text-decoration: underline;
    text-underline-offset: 4px;
    line-height: 1;
    color: #fff;
    text-decoration-color: #fff;
    border-color: #212326
}

.discover-staff-item__heading a:active,.discover-staff-item__heading a:hover {
    color: var(--color-text);
    background-color: #fff;
    border-color: #fff
}

.discover-staff-item__content {
    width: 100%;
    padding: 4rem 2.5rem
}

.discover-staff-item__content>:first-child {
    margin-top: 0
}

.discover-staff-item__content>:last-child {
    margin-bottom: 0
}

@media (min-width: 768px) {
    .discover-staff-item__content {
        max-width:calc( (((100% - 0px) - 11 * 40px) / 12 * 7) + (8 * 4rem) );
        margin-left: calc( (((100% - 0px) - 11 * 40px) / 12 * 1) );
        padding: 0 0 8rem
    }
}

.discover-staff-item__content * {
    color: #fff
}

.discover-staff-item__description {
    font-size: 2rem;
    margin-top: 2rem
}

.discover-staff-item__description p {
    font-size: 2rem;
    margin-top: 2rem
}

@media (min-width: 768px) {
    .discover-staff-item__description {
        font-size:2.5rem
    }

    .discover-staff-item__description p {
        font-size:2.5rem
    }
}

.discover-staff-item__description a {
    color: #fff;
    text-decoration-color: #fff;
    border-color: #212326
}

.discover-staff-item__description p a {
    color: #fff;
    text-decoration-color: #fff;
    border-color: #212326
}

.discover-staff-item__description a:active,.discover-staff-item__description a:hover {
    color: var(--color-text);
    background-color: #fff;
    border-color: #fff
}

.discover-staff-item__description p a:active,.discover-staff-item__description p a:hover {
    color: var(--color-text);
    background-color: #fff;
    border-color: #fff
}

.discover-staff-item__image {
    margin-left: auto;
    position: relative;
    z-index: 2;
    padding: 0 var(--corner-leg-width) 0 0;
    width: 100%;
    order: -1
}

@media (min-width: 768px) {
    .discover-staff-item__image {
        order:0;
        padding: var(--corner-leg-width) var(--corner-leg-width) 0 0;
        max-width: calc( (((100% - 0px) - 11 * 40px) / 12 * 3) + (3 * 4rem) )
    }
}

.discover-staff-item__image svg {
    position: absolute;
    right: 0;
    top: 0;
    max-width: 8.5rem;
    aspect-ratio: 1/1;
    height: auto
}

@media (min-width: 1080px) {
    .discover-staff-item__image svg {
        max-width:18rem
    }
}

.discover-staff-item__image img {
    width: 100%
}

.discover-staff-item::after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 100%;
    max-width: var(--corner-leg-width);
    background-color: #fff;
    display: none
}

@media (min-width: 768px) {
    .discover-staff-item::after {
        display:block
    }
}

.home-hero {
    overflow: hidden;
    background-color: #F2F4FB
}

.home-hero__heading {
    font-family: "linotype-sabon",serif;
    font-size: 3.6rem;
    font-weight: 700;
    line-height: 1.27
}

@media (min-width: 768px) {
    .home-hero__heading {
        font-size:6rem
    }
}

.home-hero__image {
    position: relative;
    margin-left: -2rem;
    width: calc(100% + 4rem);
    aspect-ratio: 362/284;
    height: auto
}

@media (max-width: 1079.98px) {
    .home-hero__image {
        max-height:50svh
    }
}

@media (min-width: 768px) {
    .home-hero__image {
        margin-left:0;
        aspect-ratio: unset
    }
}

@media (min-width: 1080px) {
    .home-hero__image {
        margin-left:-4rem
    }
}

.home-hero__image svg {
    position: absolute;
    right: 0;
    top: 0
}

@media (max-width: 1079.98px) {
    .home-hero__image img {
        object-fit:cover;
        width: 100%;
        height: 100%;
        max-height: 50svh
    }
}

@media (min-width: 768px) {
    .home-hero__image img {
        padding-right:var(--svg-corner-leg-thickness)
    }
}

@media (min-width: 1080px) {
    .home-hero__image img {
        padding-top:var(--svg-corner-leg-thickness)
    }
}

.home-hero__content {
    padding-block:3rem 4.5rem}

.home-hero__content>:first-child {
    margin-top: 0
}

.home-hero__content>:last-child {
    margin-bottom: 0
}

@media (min-width: 768px) {
    .home-hero__content {
        margin-block:5.4rem;
        padding: unset
    }
}

@media (min-width: 1080px) {
    .home-hero__content {
        margin-block:8rem;
        width: calc(100% + 4rem)
    }
}

.home-hero__heading {
    color: #000
}

@media (min-width: 768px) {
    .home-hero__heading {
        margin-bottom:4rem
    }
}

@media (min-width: 1080px) {
    .home-hero__heading {
        margin-bottom:6rem
    }
}

.home-hero__links {
    margin-top: 4rem
}

@media (min-width: 1080px) {
    .home-hero__links {
        margin-top:6rem
    }
}

.home-hero__links .links-list {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem 1rem
}

@media (min-width: 768px) {
    .home-hero__links .links-list {
        gap:2.5rem 1rem
    }
}

.home-hero__links .links-list__item {
    line-height: 1.4;
    width: 100%
}

@media (min-width: 567px) {
    .home-hero__links .links-list__item {
        width:calc((100% / 2) - (1rem / 2))
    }
}

@media (min-width: 1080px) {
    .home-hero__links .links-list__item {
        width:calc((100% / 3) - (1rem * 2 / 3))
    }
}

@media (max-width: 767.98px) {
    .home-hero__search {
        margin-top:3rem
    }
}

.home-hero .quick-search__form input[type="text"] {
    border: 1px solid #000
}

.home-hero .quick-search__form button {
    font-size: 1.8rem
}

.home-news {
    position: relative;
    overflow: hidden;
    margin-block:4.5rem}

@media (min-width: 768px) {
    .home-news {
        margin-block:6rem
    }
}

@media (min-width: 1080px) {
    .home-news {
        margin-block:11rem 8rem
    }
}

.home-news__heading {
    color: #FF1423;
    font-size: 3rem;
    font-weight: 700;
    line-height: 1.2;
    margin: 0
}

@media (min-width: 768px) {
    .home-news__heading {
        font-size:5rem
    }
}

.home-news__cta {
    margin-top: 4rem
}

@media (min-width: 768px) {
    .home-news__cta {
        margin-top:5rem
    }
}

.home-news .news-list {
    gap: 4rem;
    display: flex;
    flex-direction: column;
    margin-top: 3rem
}

@media (min-width: 768px) {
    .home-news .news-list {
        gap:5rem;
        margin-top: 4rem
    }
}

@media (min-width: 1080px) {
    .home-news .news-list {
        margin-top:0
    }
}

.home-news .news-list--no-images .news-item__content {
    margin-left: 0;
    max-width: 100%
}

.home-news .news-item {
    position: relative;
    display: flex;
    width: 100%;
    flex-direction: column
}

@media (min-width: 768px) {
    .home-news .news-item {
        flex-direction:row
    }
}

.home-news .news-item__heading {
    color: #000
}

.home-news .news-item__media {
    width: 100%;
    order: -1;
    max-width: calc( (((100% - 0px) - 11 * 40px) / 12 * 6) + (5 * 4rem) );
    margin-bottom: 2rem;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    height: 100%
}

@media (min-width: 768px) {
    .home-news .news-item__media {
        max-width:calc( (((100% - 0px) - 7 * 40px) / 8 * 2) + (1 * 4rem) );
        margin-bottom: unset
    }
}

.home-news .news-item__image {
    width: 100%;
    height: 100%;
    aspect-ratio: 1 / 1;
    display: flex;
    object-fit: cover;
    object-position: center
}

.home-news .news-item__content {
    width: 100%
}

.home-news .news-item__content>:first-child {
    margin-top: 0
}

.home-news .news-item__content>:last-child {
    margin-bottom: 0
}

@media (min-width: 768px) {
    .home-news .news-item__content {
        margin-left:4rem;
        max-width: calc( (((100% - 0px) - 7 * 40px) / 8 * 6) + (5 * 4rem) )
    }
}

.home-news .news-item--no-image .news-item__content {
    margin-left: unset
}

@media (min-width: 768px) {
    .home-news .news-item--no-image .news-item__content {
        margin-left:auto
    }
}

.home-discover {
    position: relative;
    overflow: hidden;
    margin: 4.5rem 0
}

@media (min-width: 768px) {
    .home-discover {
        margin:6rem 0
    }
}

@media (min-width: 1080px) {
    .home-discover {
        margin:8rem 0
    }
}

.home-discover__heading {
    color: #FF1423;
    font-size: 3rem;
    font-weight: 700;
    line-height: 1.2;
    margin: 0
}

@media (min-width: 768px) {
    .home-discover__heading {
        font-size:5rem
    }
}

.home-discover__subheading {
    color: #000;
    margin-top: 0;
    font-size: 2.6rem;
    font-weight: 700;
    line-height: 1.25;
    margin-top: 3rem
}

@media (min-width: 768px) {
    .home-discover__subheading {
        font-size:3.8rem;
        margin-top: 2.5rem
    }
}

.home-discover__content {
    height: 100%;
    position: relative;
    width: 100%;
    padding-block:4.5rem 5rem}

.home-discover__content>:first-child {
    margin-top: 0
}

.home-discover__content>:last-child {
    margin-bottom: 0
}

.home-discover__content>* {
    position: relative;
    z-index: 2
}

@media (min-width: 768px) {
    .home-discover__content {
        padding-block:8rem 6rem;
        padding-left: calc( (((100% - 0px) - 7 * 40px) / 8 * 1) )
    }
}

@media (min-width: 1080px) {
    .home-discover__content {
        padding-top:13rem
    }
}

.home-discover__content:before {
    background-color: #F2F4FB;
    content: '';
    display: block;
    height: 100%;
    width: 100vw;
    position: absolute;
    top: 0;
    margin-left: calc( (100vw - 100%) / 2 * -1 );
    width: 100vw;
    z-index: 1
}

@media (min-width: 768px) {
    .home-discover__content:before {
        margin-left:calc( (((-100% + 0px) + 7 * 40px) / 8 * 4) - (3 * 4rem) );
        max-width: calc( (100vw - 100%) / 2 + 100% + (((100% - 0px) - 7 * 40px) / 8 * 4) + (3 * 4rem) )
    }
}

.home-discover__cta {
    margin-top: 1.6rem
}

@media (min-width: 1080px) {
    .home-discover__cta {
        margin-top:3.4rem
    }
}

.home-discover__image {
    position: relative;
    width: 100%;
    z-index: 2;
    max-width: calc( (((100% - 0px) - 11 * 40px) / 12 * 11) + (10 * 4rem) )
}

@media (min-width: 768px) {
    .home-discover__image {
        width:calc(100% + 4rem);
        margin-left: -4rem;
        padding-top: 3.4rem;
        margin-top: 8.6rem;
        max-width: unset
    }
}

@media (min-width: 1080px) {
    .home-discover__image {
        padding-top:var(--svg-corner-leg-thickness)
    }
}

.home-discover__image:before {
    background-color: #F2F4FB;
    content: '';
    display: block;
    height: calc( 100% - 5rem );
    width: calc(100vw + (((100% - 0px) - 11 * 40px) / 12 * 1) + (1 * 4rem));
    position: absolute;
    bottom: 0;
    margin-left: calc( (100vw - 100%) / 2 * -1 );
    z-index: -1
}

@media (min-width: 768px) {
    .home-discover__image:before {
        display:none
    }
}

.home-discover__image img {
    width: 100%
}

.home-discover__image .svg-corner {
    right: calc(var(--svg-corner-leg-thickness) * -1);
    position: absolute;
    transform-origin: 50%;
    transform: rotate(0deg);
    top: var(--svg-corner-leg-thickness)
}

@media (min-width: 768px) {
    .home-discover__image .svg-corner {
        top:0;
        right: unset;
        left: calc(((100% - 12rem) / 4) + 1.6rem);
        width: 18rem;
        height: 18rem;
        transform: translateY(1px) rotate(-90deg)
    }
}

.home-events {
    margin: 4.5rem 0
}

@media (min-width: 768px) {
    .home-events {
        margin:6rem 0
    }
}

@media (min-width: 1080px) {
    .home-events {
        margin:8rem 0
    }
}

.home-events__heading {
    color: #FF1423;
    font-size: 3rem;
    font-weight: 700;
    line-height: 1.2;
    margin: 0
}

@media (min-width: 768px) {
    .home-events__heading {
        font-size:5rem
    }
}

.home-events__cta {
    margin-top: 3.5rem
}

@media (min-width: 768px) {
    .home-events__cta {
        margin-top:5rem
    }
}

.home-events .events-grid {
    gap: 3.5rem;
    margin-top: 3.5rem
}

@media (min-width: 768px) {
    .home-events .events-grid {
        margin-top:5rem
    }
}

@media (min-width: 1080px) {
    .home-events .events-grid {
        gap:unset
    }
}

.event-tag {
    font-weight: 500;
    line-height: 1.5
}

.event-tag:not(.event-tag--pos-normal) {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%
}

.event-tag:before {
    background-color: #1966FF;
    content: '';
    display: inline-block;
    height: 2.5rem;
    margin: 0 1rem -0.5rem 0;
    width: 2.5rem
}

.event-tag--green:before {
    background-color: #00AD00
}

.event-tag--orange:before {
    background-color: #FFA800
}

.event-teaser {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding-top: 4.5rem;
    position: relative
}

.event-teaser__content {
    background-color: #F2F4FB;
    flex: 1;
    padding: 3rem 2rem
}

.event-teaser__content>:first-child {
    margin-top: 0
}

.event-teaser__content>:last-child {
    margin-bottom: 0
}

@media (min-width: 768px) {
    .event-teaser__content {
        padding:4rem 3.4rem
    }
}

.event-teaser__heading {
    font-size: 2.5rem;
    font-weight: 600;
    line-height: 1.25;
    color: var(--color-text)
}

@media (min-width: 768px) {
    .event-teaser__heading {
        font-size:3rem
    }
}

.event-teaser__link {
    text-decoration: underline;
    color: var(--color-headline)
}

.event-teaser__link:hover,.event-teaser__link:active {
    color: var(--color-text)
}

.event-teaser__type {
    font-weight: 500;
    margin-top: 2rem
}

.event-teaser__type span+span::before {
    content: " | "
}

.event-teaser__date {
    margin-top: 0.6rem
}

.event-teaser__location {
    margin-top: 0.6rem
}

.event-teaser__register {
    margin-top: 2rem
}

.event-detail__header {
    background-color: var(--color-background);
    color: var(--color-text);
    margin-bottom: 9rem
}

.event-detail__header--blue {
    --color-background: #002896;
    --color-background-alt: #1966FF
}

.event-detail__header--green {
    --color-background: #004D1A;
    --color-background-alt: #008A00
}

.event-detail__header--dark-pink {
    --color-background: #750062;
    --color-background-alt: #C15401
}

.event-detail__header--dark-gray {
    --color-background: #212326;
    --color-background-alt: #8B959E
}

.event-detail__breadcrumbs {
    position: relative;
    padding-block:2rem;background-color: #F2F4FB
}

.event-detail__body {
    overflow: hidden;
    padding-block:4rem 9.5rem}

@media (min-width: 768px) {
    .event-detail__body {
        padding-block:6rem 12rem
    }
}

@media (min-width: 1080px) {
    .event-detail__body {
        padding-block:8rem 12rem
    }
}

.event-detail-hero__content {
    display: flex;
    flex-wrap: wrap;
    margin-block:4rem}

@media (min-width: 768px) {
    .event-detail-hero__content {
        margin-block:6rem
    }
}

.event-detail-hero__tag {
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: 2.5rem;
    order: -1
}

@media (min-width: 768px) {
    .event-detail-hero__tag {
        margin-bottom:1.8rem
    }
}

.event-detail-hero__tag:before {
    background-color: #1966FF;
    content: '';
    display: inline-block;
    height: 2.5rem;
    margin: 0 1rem -0.5rem 0;
    width: 2.5rem
}

.event-detail-hero__tag--green:before {
    background-color: #00AD00
}

.event-detail-hero__tag--orange:before {
    background-color: #FFA800
}

.event-detail-hero__heading {
    margin: 0
}

.event-detail-hero__info {
    background-color: var(--color-background-alt);
    width: 100vw;
    max-width: 100%;
    margin-bottom: -9rem;
    padding: 3rem 2.5rem;
    color: var(--color-text)
}

@media (min-width: 768px) {
    .event-detail-hero__info {
        padding:4rem;
        display: flex;
        gap: 2rem;
        gap: 2rem;
        justify-content: space-between;
        align-items: center
    }
}

@media (min-width: 1080px) {
    .event-detail-hero__info {
        margin-left:-4rem;
        max-width: calc( 100% + (2 * 4rem) )
    }
}

.event-detail-hero__info-content {
    flex-direction: column;
    display: flex;
    gap: 0.6rem
}

.event-detail-hero__info-content>:first-child {
    margin-top: 0
}

.event-detail-hero__info-content>:last-child {
    margin-bottom: 0
}

.event-detail-hero__info-title {
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 1.5;
    margin: 0;
    font-family: "neue-haas-grotesk-text",san-serif;
    color: var(--color-text)
}

.event-detail-hero__info-date,.event-detail-hero__info-time,.event-detail-hero__info-location {
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 1.5
}

.event-detail-hero__cta {
    margin-top: 2.5rem
}

@media (min-width: 768px) {
    .event-detail-hero__cta {
        margin-top:unset
    }
}

.related-events {
    margin: 4.5rem 0;
    position: relative
}

@media (min-width: 768px) {
    .related-events {
        margin:6rem 0
    }
}

@media (min-width: 1080px) {
    .related-events {
        margin:8rem 0
    }
}

.related-events::before {
    content: '';
    width: 100%;
    height: calc(100% + 2rem);
    display: block;
    border: 1px solid #000;
    position: absolute;
    top: 2.2rem;
    left: -4rem;
    width: calc(100% + (2 * 4rem))
}

@media (min-width: 768px) {
    .related-events::before {
        width:100%;
        left: 0
    }
}

@media (min-width: 1080px) {
    .related-events::before {
        width:calc(100% + (2 * 4rem));
        left: -4rem
    }
}

.related-events__heading {
    margin: 0;
    color: var(--color-text);
    display: inline-block;
    position: relative;
    z-index: 1;
    margin-bottom: 3rem
}

@media (min-width: 768px) {
    .related-events__heading {
        margin-left:3rem
    }
}

@media (min-width: 1080px) {
    .related-events__heading {
        margin-bottom:4rem
    }
}

.related-events__heading::before {
    content: '';
    width: calc(100% + 2rem);
    height: calc(100% + 2rem);
    left: -1rem;
    top: -1rem;
    display: block;
    position: absolute;
    background-color: #fff;
    z-index: -1
}

@media (min-width: 768px) {
    .related-events .event-teaser {
        margin-inline:3rem
    }
}

.event-featured {
    margin-top: 4rem
}

.event-featured__title {
    display: flex;
    flex-direction: column
}

.event-featured__title__heading {
    margin-block:2rem 0}

@media (min-width: 1080px) {
    .event-featured__title__heading {
        margin-block:3rem 0
    }
}

.event-featured__title__heading a {
    color: var(--color-link-accent);
    text-decoration: underline;
    text-decoration-color: var(--color-link-accent);
    text-decoration-thickness: .1rem;
    text-underline-offset: 0.2rem
}

.event-featured__title__heading a:hover {
    color: var(--color-text);
    text-decoration-color: var(--color-text)
}

.event-featured__title__tag {
    order: -1
}

.event-featured__content {
    margin-top: 3rem;
    background-color: var(--color-background);
    border: 0.1rem solid var(--color-text);
    padding: 3rem 2.5rem;
    display: flex;
    flex-direction: column;
    row-gap: 0.6rem
}

.event-featured__content>*>:first-child {
    margin-top: 0
}

.event-featured__content>*>:last-child {
    margin-bottom: 0
}

.event-featured__content__topics {
    font-weight: 500
}

.event-featured__content__topics span+span::before {
    content: " | "
}

.events__breadcrumbs {
    background-color: #F2F4FB;
    padding-block:1rem}

@media (min-width: 768px) {
    .events__breadcrumbs {
        padding-block:2rem
    }
}

.events__header {
    background-color: #F2F4FB
}

.events-hero {
    padding-block:3rem 4rem}

@media (min-width: 1080px) {
    .events-hero {
        padding-block:4rem 6rem
    }
}

.events-hero__heading {
    color: var(--color-text);
    margin: 0
}

@media (min-width: 1080px) {
    .events-hero--with-feature {
        padding-block:4rem 8rem
    }
}

.events__filter {
    margin-top: 4rem
}

@media (min-width: 1080px) {
    .events__filter {
        margin-top:6rem
    }
}

.events__list {
    margin-block:4rem 4.5rem}

@media (min-width: 1080px) {
    .events__list {
        margin-block:6rem 8rem
    }
}

.events__list .events-grid {
    row-gap: 3rem
}

@media (min-width: 1080px) {
    .events__list .events-grid {
        row-gap:6rem
    }
}

#pagination-wrapper {
    margin-top: 4rem
}

@media (min-width: 1080px) {
    #pagination-wrapper {
        margin-top:8rem
    }
}

.news-detail__breadcrumbs {
    background-color: #F2F4FB;
    padding-block:2rem}

.news-detail__header {
    background-color: var(--color-headline)
}

.news-detail-hero {
    padding-block:var(--svg-corner-leg-thickness) 4rem;position: relative
}

@media (min-width: 768px) {
    .news-detail-hero {
        padding-top:0
    }
}

@media (min-width: 1080px) {
    .news-detail-hero {
        padding-block:0
    }
}

.news-detail-hero>.svg-corner--no-image {
    position: absolute;
    top: 0;
    right: 0
}

@media (min-width: 768px) {
    .news-detail-hero__content {
        margin-top:6.5rem
    }
}

@media (min-width: 1080px) {
    .news-detail-hero__content {
        padding-block:8rem
    }
}

.news-detail-hero__content h1 {
    color: #fff;
    margin-top: 1.5rem
}

@media (min-width: 768px) {
    .news-detail-hero__content h1 {
        font-size:5rem;
        margin-bottom: 3rem
    }
}

@media (min-width: 1080px) {
    .news-detail-hero__content h1 {
        margin-top:0
    }
}

.news-detail-hero__content .news-detail-hero__description {
    color: #fff;
    font-size: 2rem;
    margin-bottom: 0
}

@media (min-width: 768px) {
    .news-detail-hero__content .news-detail-hero__description {
        font-size:2.5rem
    }
}

.news-detail-hero__image-inner {
    position: relative
}

@media (min-width: 1080px) {
    .news-detail-hero__image-inner {
        height:100%
    }
}

.news-detail-hero__image-inner .svg-corner {
    position: absolute;
    top: calc(var(--svg-corner-leg-thickness) * -1);
    right: -2rem;
    display: block;
    z-index: 99
}

@media (min-width: 768px) {
    .news-detail-hero__image-inner .svg-corner {
        left:0;
        top: 0
    }
}

@media (min-width: 768px) {
    .news-detail-hero__image-inner .svg-corner--top-right {
        display:none
    }
}

.news-detail-hero__image-inner .svg-corner--top-left {
    display: none
}

@media (min-width: 768px) {
    .news-detail-hero__image-inner .svg-corner--top-left {
        display:block
    }
}

.news-detail-hero__image-inner img {
    width: 100%;
    height: auto;
    padding-right: 0.7rem
}

@media (min-width: 768px) {
    .news-detail-hero__image-inner img {
        padding-right:0;
        padding-left: var(--svg-corner-leg-thickness)
    }
}

@media (min-width: 1080px) {
    .news-detail-hero__image-inner img {
        width:100%;
        height: 100%;
        object-fit: cover
    }
}

@media (min-width: 768px) {
    .news-detail-hero--has-image .news-detail-hero__content {
        margin-top:5rem
    }
}

.news-detail__body {
    overflow: hidden;
    padding-block:4rem 4.5rem}

@media (min-width: 768px) {
    .news-detail__body {
        padding-block:5.5rem 6rem
    }
}

@media (min-width: 1080px) {
    .news-detail__body {
        padding-block:7.5rem 8rem
    }
}

.news-detail__body .paragraph--type--embedded-video .figure-svg-corner {
    transform: rotate(90deg)
}

.news-landing__breadcrumbs {
    background-color: #F2F4FB;
    padding-block:2rem}

.news-landing__header {
    background-color: var(--color-headline)
}

.news-landing-hero {
    padding-block:3rem;position: relative
}

@media (min-width: 768px) {
    .news-landing-hero {
        padding-block:5rem
    }
}

@media (min-width: 1080px) {
    .news-landing-hero {
        padding-block:8rem
    }
}

.news-landing-hero__container .svg-corner {
    position: absolute;
    top: calc(100% - var(--svg-corner-leg-thickness));
    right: 2rem;
    transform: rotate(90deg)
}

@media (min-width: 768px) {
    .news-landing-hero__container .svg-corner {
        right:4rem
    }
}

.news-landing-hero__content {
    position: relative
}

.news-landing-hero__content #block-mithr-theme-page-title h1 {
    color: #fff;
    margin: 0
}

@media (min-width: 1080px) {
    .news-landing-hero__content #block-mithr-theme-page-title h1 {
        font-size:5rem;
        margin-top: 0
    }
}

.news-landing__body {
    padding-block:4rem 4.5rem}

@media (min-width: 768px) {
    .news-landing__body {
        padding-block:5.5rem 6rem
    }
}

@media (min-width: 1080px) {
    .news-landing__body {
        padding-block:8rem
    }
}

.news-landing__body .news-list {
    gap: 4rem;
    display: flex;
    flex-direction: column
}

@media (min-width: 768px) {
    .news-landing__body .news-list {
        gap:5rem
    }
}

.news-landing__body .news-list--no-images .news-item__content {
    margin-left: 0;
    max-width: 100%
}

.news-landing__body .news-item {
    position: relative
}

.news-landing__body .news-item:first-child .news-item__content {
    padding-right: 6rem
}

@media (min-width: 768px) {
    .news-landing__body .news-item:first-child .news-item__content {
        padding-right:8.5rem
    }
}

@media (min-width: 1080px) {
    .news-landing__body .news-item:first-child .news-item__content {
        padding-right:2rem
    }
}

.news-landing__body .news-item__heading {
    color: #000;
    line-height: 125%
}

@media (min-width: 1080px) {
    .news-landing__body .news-item__heading {
        font-size:3.8rem
    }
}

.news-landing__body .news-item__media {
    margin-bottom: 2rem
}

@media (min-width: 768px) {
    .news-landing__body .news-item__media {
        margin-bottom:unset
    }
}

.news-landing__body .news-item__image {
    width: 100%;
    height: auto;
    display: flex
}

.news-landing__body .news-item__content>:first-child {
    margin-top: 0
}

.news-landing__body .news-item__content>:last-child {
    margin-bottom: 0
}

.search-results .search-result .search-result__excerpt strong {
    font-weight: 700
}

.team__breadcrumbs {
    background-color: #F2F4FB;
    padding-block:2rem}

.team__header {
    background-color: #F2F4FB
}

.team-hero {
    padding-block:3rem 4rem}

@media (min-width: 1080px) {
    .team-hero {
        padding-block:4rem 6rem
    }
}

.team-hero__content-inner #block-mithr-theme-page-title h1 {
    color: var(--color-text);
    margin-block:0 2rem}

@media (min-width: 1080px) {
    .team-hero__content-inner #block-mithr-theme-page-title h1 {
        font-size:5rem;
        margin-block:0 4rem}
}

.team-hero__contact {
    padding: 3rem;
    background-color: var(--color-background);
    border: 0.1rem solid var(--color-text)
}

.team-hero__contact>:first-child {
    margin-top: 0
}

.team-hero__contact>:last-child {
    margin-bottom: 0
}

@media (min-width: 1080px) {
    .team-hero__contact {
        margin-top:2.8rem
    }
}

.team-hero__contact h2 {
    color: var(--color-text);
    font-size: 3rem;
    margin-block:0 2rem}

@media (min-width: 1080px) {
    .team-hero__contact h2 {
        font-size:3.1rem
    }
}

.team-hero__contact__subtitle {
    margin-bottom: 2rem
}

.block-links {
    display: flex;
    flex-direction: column;
    gap: 1.5rem
}

@media (min-width: 1080px) {
    .block-links {
        flex-direction:row;
        flex-wrap: wrap;
        gap: 2rem
    }
}

.team-hero .filter-form-open {
    margin-top: 4rem
}

.team__body {
    padding-top: 6rem
}

.team__group {
    margin-bottom: 2rem
}

.view-mithr-profile-public .team__group > .view-grouping-content > ul {
    margin-bottom: 4rem
}

.team__group__intro>:first-child {
    margin-top: 0
}

.team__group__intro>:last-child {
    margin-bottom: 0
}

@media (min-width: 1080px) {
    .view-mithr-profile-public .team__group > .view-grouping-content > ul {
        margin-bottom:6rem
    }
}

.team__group__intro h1,.team__group__intro h2,.team__group__intro h3,.team__group__intro h4,.team__group__intro h5,.team__group__intro h6,.team__group__intro .h1,.team__group__intro .h2,.team__group__intro .h3,.team__group__intro .h4,.team__group__intro .h5,.team__group__intro .h6 {
    color: #FF1423;
    font-size: 2.6rem;
    margin-block:0 1.5rem}

@media (min-width: 1080px) {
    .team__group__intro h1,.team__group__intro h2,.team__group__intro h3,.team__group__intro h4,.team__group__intro h5,.team__group__intro h6,.team__group__intro .h1,.team__group__intro .h2,.team__group__intro .h3,.team__group__intro .h4,.team__group__intro .h5,.team__group__intro .h6 {
        font-size:3.8rem
    }
}

.team__pagination {
    padding-block:0 4.5rem}

@media (min-width: 1080px) {
    .team__pagination {
        padding-block:2rem 8rem
    }
}

.team-member {
    display: flex;
    flex-direction: column;
    margin-bottom: 4rem
}

.team-member__title {
    color: var(--color-text);
    margin-block:2rem 0.8rem}

.team-member__title a {
    color: var(--color-link-accent);
    text-decoration: underline
}

.team-member__title a:hover {
    color: var(--color-text)
}

.team-member__role {
    margin-bottom: 2rem
}

.team-member__img {
    order: -1
}

.team-member__contact {
    padding-top: 2rem;
    border-top: 0.1rem solid var(--color-text)
}

.team-member__contact>:first-child {
    margin-top: 0
}

.team-member__contact>:last-child {
    margin-bottom: 0
}

.team-member__client-areas {
    margin-top: 2rem
}

.team-member__client-areas__button {
    background-color: transparent;
    padding: 0;
    border: 0;
    font-size: 1.4rem;
    text-transform: uppercase;
    font-weight: 500;
    display: flex;
    align-items: center
}

.team-member__client-areas__button .caret {
    margin-left: 1rem;
    width: 1.2rem;
    height: 1.2rem;
    margin-top: -0.1rem
}

.team-member__client-areas__button .caret::before {
    background-color: #FF1423;
    height: 1.2rem
}

.team-member__client-areas__button .caret::after {
    background-color: #FF1423;
    width: 1.2rem
}

.team-member__client-areas__list {
    display: none;
    margin-top: 1rem;
    font-size: 1.7rem
}

@media (min-width: 1080px) {
    .filter-form-wrapper.filter-form-wrapper--hr-team .filter-form {
        gap:3rem
    }
}

@media (min-width: 1280px) {
    .filter-form-wrapper.filter-form-wrapper--hr-team .filter-form {
        flex-direction:column
    }
}

@media (min-width: 1080px) {
    .filter-form-wrapper.filter-form-wrapper--hr-team .filter-form__fields {
        width:100%
    }
}

@media (min-width: 1080px) {
    .filter-form-wrapper.filter-form-wrapper--hr-team .form-field {
        width:50%
    }
}

@media (min-width: 1080px) {
    .filter-form-wrapper.filter-form-wrapper--hr-team .filter-form__actions {
        gap:2rem
    }
}

.filter-form-wrapper.filter-form-wrapper--hr-team .view-active-pills .filter-indicators__item {
    background-color: var(--color-background)
}

.filter-form-wrapper.filter-form-wrapper--hr-team .view-active-pills .filter-indicators__item:hover {
    background-color: #002896
}

.filter-form-wrapper.filter-form-wrapper--hr-team .btn-gray:hover,.filter-form-wrapper.filter-form-wrapper--hr-team .btn-gray:active {
    background-color: #fff
}
