html,body,div,span,applet,object,iframe,h1,.h1,h2,.h2,h3,.h3,h4,.h4,h5,.h5,h6,.h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,.small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,.mark,audio,video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
    display: block
}

body {
    line-height: 1
}

ol,ul {
    list-style: none
}

blockquote,q {
    quotes: none
}

blockquote:before,blockquote:after,q:before,q:after {
    content: "";
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

/*!
 * Bootstrap v5.0.1 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
    --bs-blue: #0d6efd;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #d63384;
    --bs-red: #dc3545;
    --bs-orange: #fd7e14;
    --bs-yellow: #ffc107;
    --bs-green: #198754;
    --bs-teal: #20c997;
    --bs-cyan: #0dcaf0;
    --bs-white: #fff;
    --bs-gray: #6c757d;
    --bs-gray-dark: #343a40;
    --bs-primary: #0d6efd;
    --bs-secondary: #6c757d;
    --bs-success: #198754;
    --bs-info: #0dcaf0;
    --bs-warning: #ffc107;
    --bs-danger: #dc3545;
    --bs-light: #f8f9fa;
    --bs-dark: #212529;
    --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --bs-gradient: linear-gradient(180deg, rgba(255,255,255,0.15), rgba(255,255,255,0))
}

*,*::before,*::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

@media (prefers-reduced-motion: no-preference) {
    :root {
        scroll-behavior: smooth
    }
}

body {
    margin: 0;
    font-family: var(--bs-font-sans-serif);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0,0,0,0)
}

hr {
    margin: 1rem 0;
    color: inherit;
    background-color: currentColor;
    border: 0;
    opacity: .25
}

hr:not([size]) {
    height: 1px
}

h1,.h1,h2,.h2,h3,.h3,h4,.h4,h5,.h5,h6,.h6 {
    margin-top: 0;
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2
}

h1,.h1 {
    font-size: -webkit-calc(1.375rem + 1.5vw);
    font-size: calc(1.375rem + 1.5vw)
}

@media (min-width: 1200px) {
    h1,.h1 {
        font-size:2.5rem
    }
}

h2,.h2 {
    font-size: -webkit-calc(1.325rem + .9vw);
    font-size: calc(1.325rem + .9vw)
}

@media (min-width: 1200px) {
    h2,.h2 {
        font-size:2rem
    }
}

h3,.h3 {
    font-size: -webkit-calc(1.3rem + .6vw);
    font-size: calc(1.3rem + .6vw)
}

@media (min-width: 1200px) {
    h3,.h3 {
        font-size:1.75rem
    }
}

h4,.h4 {
    font-size: -webkit-calc(1.275rem + .3vw);
    font-size: calc(1.275rem + .3vw)
}

@media (min-width: 1200px) {
    h4,.h4 {
        font-size:1.5rem
    }
}

h5,.h5 {
    font-size: 1.25rem
}

h6,.h6 {
    font-size: 1rem
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}

abbr[title],abbr[data-bs-original-title] {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    text-decoration-skip-ink: none
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit
}

ol,ul {
    padding-left: 2rem
}

ol,ul,dl {
    margin-top: 0;
    margin-bottom: 1rem
}

ol ol,ul ul,ol ul,ul ol {
    margin-bottom: 0
}

dt {
    font-weight: 700
}

dd {
    margin-bottom: .5rem;
    margin-left: 0
}

blockquote {
    margin: 0 0 1rem
}

b,strong {
    font-weight: bolder
}

small,.small {
    font-size: .875em
}

mark,.mark {
    padding: .2em;
    background-color: #fcf8e3
}

sub,sup {
    position: relative;
    font-size: .75em;
    line-height: 0;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

a {
    color: #0d6efd;
    text-decoration: underline
}

a:hover {
    color: #0a58ca
}

a:not([href]):not([class]),a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none
}

pre,code,kbd,samp {
    font-family: var(--bs-font-monospace);
    font-size: 1em;
    direction: ltr /* rtl:ignore */;
    unicode-bidi: bidi-override
}

pre {
    display: block;
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    font-size: .875em
}

pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal
}

code {
    font-size: .875em;
    color: #d63384;
    word-wrap: break-word
}

a>code {
    color: inherit
}

kbd {
    padding: .2rem .4rem;
    font-size: .875em;
    color: #fff;
    background-color: #212529;
    -webkit-border-radius: .2rem;
    border-radius: .2rem
}

kbd kbd {
    padding: 0;
    font-size: 1em;
    font-weight: 700
}

figure {
    margin: 0 0 1rem
}

img,svg {
    vertical-align: middle
}

table {
    caption-side: bottom;
    border-collapse: collapse
}

caption {
    padding-top: .5rem;
    padding-bottom: .5rem;
    color: #6c757d;
    text-align: left
}

th {
    text-align: inherit;
    text-align: -webkit-match-parent
}

thead,tbody,tfoot,tr,td,th {
    border-color: inherit;
    border-style: solid;
    border-width: 0
}

label {
    display: inline-block
}

button {
    -webkit-border-radius: 0;
    border-radius: 0
}

button:focus:not(:focus-visible) {
    outline: 0
}

input,button,select,optgroup,textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button,select {
    text-transform: none
}

[role="button"] {
    cursor: pointer
}

select {
    word-wrap: normal
}

select:disabled {
    opacity: 1
}

[list]::-webkit-calendar-picker-indicator {
    display: none
}

button,[type="button"],[type="reset"],[type="submit"] {
    -webkit-appearance: button
}

button:not(:disabled),[type="button"]:not(:disabled),[type="reset"]:not(:disabled),[type="submit"]:not(:disabled) {
    cursor: pointer
}

::-moz-focus-inner {
    padding: 0;
    border-style: none
}

textarea {
    resize: vertical
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0
}

legend {
    float: left;
    width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: -webkit-calc(1.275rem + .3vw);
    font-size: calc(1.275rem + .3vw);
    line-height: inherit
}

@media (min-width: 1200px) {
    legend {
        font-size:1.5rem
    }
}

legend+* {
    clear: left
}

::-webkit-datetime-edit-fields-wrapper,::-webkit-datetime-edit-text,::-webkit-datetime-edit-minute,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-year-field {
    padding: 0
}

::-webkit-inner-spin-button {
    height: auto
}

[type="search"] {
    outline-offset: -2px;
    -webkit-appearance: textfield
}

::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-color-swatch-wrapper {
    padding: 0
}

::file-selector-button {
    font: inherit
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button
}

output {
    display: inline-block
}

iframe {
    border: 0
}

summary {
    display: list-item;
    cursor: pointer
}

progress {
    vertical-align: baseline
}

[hidden] {
    display: none !important
}

.lead {
    font-size: 1.25rem;
    font-weight: 300
}

.display-1 {
    font-size: -webkit-calc(1.625rem + 4.5vw);
    font-size: calc(1.625rem + 4.5vw);
    font-weight: 300;
    line-height: 1.2
}

@media (min-width: 1200px) {
    .display-1 {
        font-size:5rem
    }
}

.display-2 {
    font-size: -webkit-calc(1.575rem + 3.9vw);
    font-size: calc(1.575rem + 3.9vw);
    font-weight: 300;
    line-height: 1.2
}

@media (min-width: 1200px) {
    .display-2 {
        font-size:4.5rem
    }
}

.display-3 {
    font-size: -webkit-calc(1.525rem + 3.3vw);
    font-size: calc(1.525rem + 3.3vw);
    font-weight: 300;
    line-height: 1.2
}

@media (min-width: 1200px) {
    .display-3 {
        font-size:4rem
    }
}

.display-4 {
    font-size: -webkit-calc(1.475rem + 2.7vw);
    font-size: calc(1.475rem + 2.7vw);
    font-weight: 300;
    line-height: 1.2
}

@media (min-width: 1200px) {
    .display-4 {
        font-size:3.5rem
    }
}

.display-5 {
    font-size: -webkit-calc(1.425rem + 2.1vw);
    font-size: calc(1.425rem + 2.1vw);
    font-weight: 300;
    line-height: 1.2
}

@media (min-width: 1200px) {
    .display-5 {
        font-size:3rem
    }
}

.display-6 {
    font-size: -webkit-calc(1.375rem + 1.5vw);
    font-size: calc(1.375rem + 1.5vw);
    font-weight: 300;
    line-height: 1.2
}

@media (min-width: 1200px) {
    .display-6 {
        font-size:2.5rem
    }
}

.list-unstyled {
    padding-left: 0;
    list-style: none
}

.list-inline {
    padding-left: 0;
    list-style: none
}

.list-inline-item {
    display: inline-block
}

.list-inline-item:not(:last-child) {
    margin-right: .5rem
}

.initialism {
    font-size: .875em;
    text-transform: uppercase
}

.blockquote {
    margin-bottom: 1rem;
    font-size: 1.25rem
}

.blockquote>:last-child {
    margin-bottom: 0
}

.blockquote-footer {
    margin-top: -1rem;
    margin-bottom: 1rem;
    font-size: .875em;
    color: #6c757d
}

.blockquote-footer::before {
    content: "\2014\00A0"
}

.container,.container-fluid,.container-sm,.container-md,.container-lg,.container-xl,.container-xxl {
    width: 100%;
    padding-right: var(--bs-gutter-x, .75rem);
    padding-left: var(--bs-gutter-x, .75rem);
    margin-right: auto;
    margin-left: auto
}

@media (min-width: 576px) {
    .container,.container-sm {
        max-width:540px
    }
}

@media (min-width: 768px) {
    .container,.container-sm,.container-md {
        max-width:720px
    }
}

@media (min-width: 992px) {
    .container,.container-sm,.container-md,.container-lg {
        max-width:960px
    }
}

@media (min-width: 1200px) {
    .container,.container-sm,.container-md,.container-lg,.container-xl {
        max-width:1140px
    }
}

@media (min-width: 1440px) {
    .container,.container-sm,.container-md,.container-lg,.container-xl,.container-xxl {
        max-width:1300px
    }
}

.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: -webkit-calc(var(--bs-gutter-y) * -1);
    margin-top: calc(var(--bs-gutter-y) * -1);
    margin-right: -webkit-calc(var(--bs-gutter-x) / -2);
    margin-right: calc(var(--bs-gutter-x) / -2);
    margin-left: -webkit-calc(var(--bs-gutter-x) / -2);
    margin-left: calc(var(--bs-gutter-x) / -2)
}

.row>* {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: -webkit-calc(var(--bs-gutter-x) / 2);
    padding-right: calc(var(--bs-gutter-x) / 2);
    padding-left: -webkit-calc(var(--bs-gutter-x) / 2);
    padding-left: calc(var(--bs-gutter-x) / 2);
    margin-top: var(--bs-gutter-y)
}

.col {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 0%;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%
}

.row-cols-auto>* {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto
}

.row-cols-1>* {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%
}

.row-cols-2>* {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%
}

.row-cols-3>* {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333%
}

.row-cols-4>* {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%
}

.row-cols-5>* {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 20%
}

.row-cols-6>* {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66667%
}

.col-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto
}

.col-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 8.33333%
}

.col-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66667%
}

.col-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%
}

.col-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333%
}

.col-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 41.66667%
}

.col-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%
}

.col-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 58.33333%
}

.col-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 66.66667%
}

.col-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 75%
}

.col-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 83.33333%
}

.col-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 91.66667%
}

.col-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%
}

.offset-1 {
    margin-left: 8.33333%
}

.offset-2 {
    margin-left: 16.66667%
}

.offset-3 {
    margin-left: 25%
}

.offset-4 {
    margin-left: 33.33333%
}

.offset-5 {
    margin-left: 41.66667%
}

.offset-6 {
    margin-left: 50%
}

.offset-7 {
    margin-left: 58.33333%
}

.offset-8 {
    margin-left: 66.66667%
}

.offset-9 {
    margin-left: 75%
}

.offset-10 {
    margin-left: 83.33333%
}

.offset-11 {
    margin-left: 91.66667%
}

.g-0,.gx-0 {
    --bs-gutter-x: 0
}

.g-0,.gy-0 {
    --bs-gutter-y: 0
}

.g-1,.gx-1 {
    --bs-gutter-x: .25rem
}

.g-1,.gy-1 {
    --bs-gutter-y: .25rem
}

.g-2,.gx-2 {
    --bs-gutter-x: .5rem
}

.g-2,.gy-2 {
    --bs-gutter-y: .5rem
}

.g-3,.gx-3 {
    --bs-gutter-x: 1rem
}

.g-3,.gy-3 {
    --bs-gutter-y: 1rem
}

.g-4,.gx-4 {
    --bs-gutter-x: 1.5rem
}

.g-4,.gy-4 {
    --bs-gutter-y: 1.5rem
}

.g-5,.gx-5 {
    --bs-gutter-x: 3rem
}

.g-5,.gy-5 {
    --bs-gutter-y: 3rem
}

@media (min-width: 576px) {
    .col-sm {
        -webkit-box-flex:1;
        -webkit-flex: 1 0 0%;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%
    }

    .row-cols-sm-auto>* {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto
    }

    .row-cols-sm-1>* {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%
    }

    .row-cols-sm-2>* {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-sm-3>* {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.33333%
    }

    .row-cols-sm-4>* {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-sm-5>* {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 20%
    }

    .row-cols-sm-6>* {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.66667%
    }

    .col-sm-auto {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto
    }

    .col-sm-1 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 8.33333%
    }

    .col-sm-2 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.66667%
    }

    .col-sm-3 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 25%
    }

    .col-sm-4 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.33333%
    }

    .col-sm-5 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 41.66667%
    }

    .col-sm-6 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%
    }

    .col-sm-7 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 58.33333%
    }

    .col-sm-8 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 66.66667%
    }

    .col-sm-9 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 75%
    }

    .col-sm-10 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 83.33333%
    }

    .col-sm-11 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 91.66667%
    }

    .col-sm-12 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%
    }

    .offset-sm-0 {
        margin-left: 0
    }

    .offset-sm-1 {
        margin-left: 8.33333%
    }

    .offset-sm-2 {
        margin-left: 16.66667%
    }

    .offset-sm-3 {
        margin-left: 25%
    }

    .offset-sm-4 {
        margin-left: 33.33333%
    }

    .offset-sm-5 {
        margin-left: 41.66667%
    }

    .offset-sm-6 {
        margin-left: 50%
    }

    .offset-sm-7 {
        margin-left: 58.33333%
    }

    .offset-sm-8 {
        margin-left: 66.66667%
    }

    .offset-sm-9 {
        margin-left: 75%
    }

    .offset-sm-10 {
        margin-left: 83.33333%
    }

    .offset-sm-11 {
        margin-left: 91.66667%
    }

    .g-sm-0,.gx-sm-0 {
        --bs-gutter-x: 0
    }

    .g-sm-0,.gy-sm-0 {
        --bs-gutter-y: 0
    }

    .g-sm-1,.gx-sm-1 {
        --bs-gutter-x: .25rem
    }

    .g-sm-1,.gy-sm-1 {
        --bs-gutter-y: .25rem
    }

    .g-sm-2,.gx-sm-2 {
        --bs-gutter-x: .5rem
    }

    .g-sm-2,.gy-sm-2 {
        --bs-gutter-y: .5rem
    }

    .g-sm-3,.gx-sm-3 {
        --bs-gutter-x: 1rem
    }

    .g-sm-3,.gy-sm-3 {
        --bs-gutter-y: 1rem
    }

    .g-sm-4,.gx-sm-4 {
        --bs-gutter-x: 1.5rem
    }

    .g-sm-4,.gy-sm-4 {
        --bs-gutter-y: 1.5rem
    }

    .g-sm-5,.gx-sm-5 {
        --bs-gutter-x: 3rem
    }

    .g-sm-5,.gy-sm-5 {
        --bs-gutter-y: 3rem
    }
}

@media (min-width: 768px) {
    .col-md {
        -webkit-box-flex:1;
        -webkit-flex: 1 0 0%;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%
    }

    .row-cols-md-auto>* {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto
    }

    .row-cols-md-1>* {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%
    }

    .row-cols-md-2>* {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-md-3>* {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.33333%
    }

    .row-cols-md-4>* {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-md-5>* {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 20%
    }

    .row-cols-md-6>* {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.66667%
    }

    .col-md-auto {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto
    }

    .col-md-1 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 8.33333%
    }

    .col-md-2 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.66667%
    }

    .col-md-3 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 25%
    }

    .col-md-4 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.33333%
    }

    .col-md-5 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 41.66667%
    }

    .col-md-6 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%
    }

    .col-md-7 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 58.33333%
    }

    .col-md-8 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 66.66667%
    }

    .col-md-9 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 75%
    }

    .col-md-10 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 83.33333%
    }

    .col-md-11 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 91.66667%
    }

    .col-md-12 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%
    }

    .offset-md-0 {
        margin-left: 0
    }

    .offset-md-1 {
        margin-left: 8.33333%
    }

    .offset-md-2 {
        margin-left: 16.66667%
    }

    .offset-md-3 {
        margin-left: 25%
    }

    .offset-md-4 {
        margin-left: 33.33333%
    }

    .offset-md-5 {
        margin-left: 41.66667%
    }

    .offset-md-6 {
        margin-left: 50%
    }

    .offset-md-7 {
        margin-left: 58.33333%
    }

    .offset-md-8 {
        margin-left: 66.66667%
    }

    .offset-md-9 {
        margin-left: 75%
    }

    .offset-md-10 {
        margin-left: 83.33333%
    }

    .offset-md-11 {
        margin-left: 91.66667%
    }

    .g-md-0,.gx-md-0 {
        --bs-gutter-x: 0
    }

    .g-md-0,.gy-md-0 {
        --bs-gutter-y: 0
    }

    .g-md-1,.gx-md-1 {
        --bs-gutter-x: .25rem
    }

    .g-md-1,.gy-md-1 {
        --bs-gutter-y: .25rem
    }

    .g-md-2,.gx-md-2 {
        --bs-gutter-x: .5rem
    }

    .g-md-2,.gy-md-2 {
        --bs-gutter-y: .5rem
    }

    .g-md-3,.gx-md-3 {
        --bs-gutter-x: 1rem
    }

    .g-md-3,.gy-md-3 {
        --bs-gutter-y: 1rem
    }

    .g-md-4,.gx-md-4 {
        --bs-gutter-x: 1.5rem
    }

    .g-md-4,.gy-md-4 {
        --bs-gutter-y: 1.5rem
    }

    .g-md-5,.gx-md-5 {
        --bs-gutter-x: 3rem
    }

    .g-md-5,.gy-md-5 {
        --bs-gutter-y: 3rem
    }
}

@media (min-width: 992px) {
    .col-lg {
        -webkit-box-flex:1;
        -webkit-flex: 1 0 0%;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%
    }

    .row-cols-lg-auto>* {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto
    }

    .row-cols-lg-1>* {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%
    }

    .row-cols-lg-2>* {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-lg-3>* {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.33333%
    }

    .row-cols-lg-4>* {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-lg-5>* {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 20%
    }

    .row-cols-lg-6>* {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.66667%
    }

    .col-lg-auto {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto
    }

    .col-lg-1 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 8.33333%
    }

    .col-lg-2 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.66667%
    }

    .col-lg-3 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 25%
    }

    .col-lg-4 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.33333%
    }

    .col-lg-5 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 41.66667%
    }

    .col-lg-6 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%
    }

    .col-lg-7 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 58.33333%
    }

    .col-lg-8 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 66.66667%
    }

    .col-lg-9 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 75%
    }

    .col-lg-10 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 83.33333%
    }

    .col-lg-11 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 91.66667%
    }

    .col-lg-12 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%
    }

    .offset-lg-0 {
        margin-left: 0
    }

    .offset-lg-1 {
        margin-left: 8.33333%
    }

    .offset-lg-2 {
        margin-left: 16.66667%
    }

    .offset-lg-3 {
        margin-left: 25%
    }

    .offset-lg-4 {
        margin-left: 33.33333%
    }

    .offset-lg-5 {
        margin-left: 41.66667%
    }

    .offset-lg-6 {
        margin-left: 50%
    }

    .offset-lg-7 {
        margin-left: 58.33333%
    }

    .offset-lg-8 {
        margin-left: 66.66667%
    }

    .offset-lg-9 {
        margin-left: 75%
    }

    .offset-lg-10 {
        margin-left: 83.33333%
    }

    .offset-lg-11 {
        margin-left: 91.66667%
    }

    .g-lg-0,.gx-lg-0 {
        --bs-gutter-x: 0
    }

    .g-lg-0,.gy-lg-0 {
        --bs-gutter-y: 0
    }

    .g-lg-1,.gx-lg-1 {
        --bs-gutter-x: .25rem
    }

    .g-lg-1,.gy-lg-1 {
        --bs-gutter-y: .25rem
    }

    .g-lg-2,.gx-lg-2 {
        --bs-gutter-x: .5rem
    }

    .g-lg-2,.gy-lg-2 {
        --bs-gutter-y: .5rem
    }

    .g-lg-3,.gx-lg-3 {
        --bs-gutter-x: 1rem
    }

    .g-lg-3,.gy-lg-3 {
        --bs-gutter-y: 1rem
    }

    .g-lg-4,.gx-lg-4 {
        --bs-gutter-x: 1.5rem
    }

    .g-lg-4,.gy-lg-4 {
        --bs-gutter-y: 1.5rem
    }

    .g-lg-5,.gx-lg-5 {
        --bs-gutter-x: 3rem
    }

    .g-lg-5,.gy-lg-5 {
        --bs-gutter-y: 3rem
    }
}

@media (min-width: 1200px) {
    .col-xl {
        -webkit-box-flex:1;
        -webkit-flex: 1 0 0%;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%
    }

    .row-cols-xl-auto>* {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto
    }

    .row-cols-xl-1>* {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%
    }

    .row-cols-xl-2>* {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-xl-3>* {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.33333%
    }

    .row-cols-xl-4>* {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-xl-5>* {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 20%
    }

    .row-cols-xl-6>* {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.66667%
    }

    .col-xl-auto {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto
    }

    .col-xl-1 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 8.33333%
    }

    .col-xl-2 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.66667%
    }

    .col-xl-3 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 25%
    }

    .col-xl-4 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.33333%
    }

    .col-xl-5 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 41.66667%
    }

    .col-xl-6 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%
    }

    .col-xl-7 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 58.33333%
    }

    .col-xl-8 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 66.66667%
    }

    .col-xl-9 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 75%
    }

    .col-xl-10 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 83.33333%
    }

    .col-xl-11 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 91.66667%
    }

    .col-xl-12 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%
    }

    .offset-xl-0 {
        margin-left: 0
    }

    .offset-xl-1 {
        margin-left: 8.33333%
    }

    .offset-xl-2 {
        margin-left: 16.66667%
    }

    .offset-xl-3 {
        margin-left: 25%
    }

    .offset-xl-4 {
        margin-left: 33.33333%
    }

    .offset-xl-5 {
        margin-left: 41.66667%
    }

    .offset-xl-6 {
        margin-left: 50%
    }

    .offset-xl-7 {
        margin-left: 58.33333%
    }

    .offset-xl-8 {
        margin-left: 66.66667%
    }

    .offset-xl-9 {
        margin-left: 75%
    }

    .offset-xl-10 {
        margin-left: 83.33333%
    }

    .offset-xl-11 {
        margin-left: 91.66667%
    }

    .g-xl-0,.gx-xl-0 {
        --bs-gutter-x: 0
    }

    .g-xl-0,.gy-xl-0 {
        --bs-gutter-y: 0
    }

    .g-xl-1,.gx-xl-1 {
        --bs-gutter-x: .25rem
    }

    .g-xl-1,.gy-xl-1 {
        --bs-gutter-y: .25rem
    }

    .g-xl-2,.gx-xl-2 {
        --bs-gutter-x: .5rem
    }

    .g-xl-2,.gy-xl-2 {
        --bs-gutter-y: .5rem
    }

    .g-xl-3,.gx-xl-3 {
        --bs-gutter-x: 1rem
    }

    .g-xl-3,.gy-xl-3 {
        --bs-gutter-y: 1rem
    }

    .g-xl-4,.gx-xl-4 {
        --bs-gutter-x: 1.5rem
    }

    .g-xl-4,.gy-xl-4 {
        --bs-gutter-y: 1.5rem
    }

    .g-xl-5,.gx-xl-5 {
        --bs-gutter-x: 3rem
    }

    .g-xl-5,.gy-xl-5 {
        --bs-gutter-y: 3rem
    }
}

@media (min-width: 1440px) {
    .col-xxl {
        -webkit-box-flex:1;
        -webkit-flex: 1 0 0%;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%
    }

    .row-cols-xxl-auto>* {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto
    }

    .row-cols-xxl-1>* {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%
    }

    .row-cols-xxl-2>* {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-xxl-3>* {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.33333%
    }

    .row-cols-xxl-4>* {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-xxl-5>* {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 20%
    }

    .row-cols-xxl-6>* {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.66667%
    }

    .col-xxl-auto {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto
    }

    .col-xxl-1 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 8.33333%
    }

    .col-xxl-2 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.66667%
    }

    .col-xxl-3 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 25%
    }

    .col-xxl-4 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.33333%
    }

    .col-xxl-5 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 41.66667%
    }

    .col-xxl-6 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%
    }

    .col-xxl-7 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 58.33333%
    }

    .col-xxl-8 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 66.66667%
    }

    .col-xxl-9 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 75%
    }

    .col-xxl-10 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 83.33333%
    }

    .col-xxl-11 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 91.66667%
    }

    .col-xxl-12 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%
    }

    .offset-xxl-0 {
        margin-left: 0
    }

    .offset-xxl-1 {
        margin-left: 8.33333%
    }

    .offset-xxl-2 {
        margin-left: 16.66667%
    }

    .offset-xxl-3 {
        margin-left: 25%
    }

    .offset-xxl-4 {
        margin-left: 33.33333%
    }

    .offset-xxl-5 {
        margin-left: 41.66667%
    }

    .offset-xxl-6 {
        margin-left: 50%
    }

    .offset-xxl-7 {
        margin-left: 58.33333%
    }

    .offset-xxl-8 {
        margin-left: 66.66667%
    }

    .offset-xxl-9 {
        margin-left: 75%
    }

    .offset-xxl-10 {
        margin-left: 83.33333%
    }

    .offset-xxl-11 {
        margin-left: 91.66667%
    }

    .g-xxl-0,.gx-xxl-0 {
        --bs-gutter-x: 0
    }

    .g-xxl-0,.gy-xxl-0 {
        --bs-gutter-y: 0
    }

    .g-xxl-1,.gx-xxl-1 {
        --bs-gutter-x: .25rem
    }

    .g-xxl-1,.gy-xxl-1 {
        --bs-gutter-y: .25rem
    }

    .g-xxl-2,.gx-xxl-2 {
        --bs-gutter-x: .5rem
    }

    .g-xxl-2,.gy-xxl-2 {
        --bs-gutter-y: .5rem
    }

    .g-xxl-3,.gx-xxl-3 {
        --bs-gutter-x: 1rem
    }

    .g-xxl-3,.gy-xxl-3 {
        --bs-gutter-y: 1rem
    }

    .g-xxl-4,.gx-xxl-4 {
        --bs-gutter-x: 1.5rem
    }

    .g-xxl-4,.gy-xxl-4 {
        --bs-gutter-y: 1.5rem
    }

    .g-xxl-5,.gx-xxl-5 {
        --bs-gutter-x: 3rem
    }

    .g-xxl-5,.gy-xxl-5 {
        --bs-gutter-y: 3rem
    }
}

.table,.wysiwyg table {
    --bs-table-bg: rgba(0,0,0,0);
    --bs-table-accent-bg: rgba(0,0,0,0);
    --bs-table-striped-color: #212529;
    --bs-table-striped-bg: rgba(0,0,0,0.05);
    --bs-table-active-color: #212529;
    --bs-table-active-bg: rgba(0,0,0,0.1);
    --bs-table-hover-color: #212529;
    --bs-table-hover-bg: rgba(0,0,0,0.075);
    width: 100%;
    margin-bottom: 1rem;
    color: #212529;
    vertical-align: top;
    border-color: #dee2e6
}

.table>:not(caption)>*>*,.wysiwyg table>:not(caption)>*>* {
    padding: .5rem .5rem;
    background-color: var(--bs-table-bg);
    border-bottom-width: 1px;
    -webkit-box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
    box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg)
}

.table>tbody,.wysiwyg table>tbody {
    vertical-align: inherit
}

.table>thead,.wysiwyg table>thead {
    vertical-align: bottom
}

.table>:not(:last-child)>:last-child>*,.wysiwyg table>:not(:last-child)>:last-child>* {
    border-bottom-color: currentColor
}

.caption-top {
    caption-side: top
}

.table-sm>:not(caption)>*>* {
    padding: .25rem .25rem
}

.table-bordered>:not(caption)>*,.wysiwyg table[border="1"]>:not(caption)>* {
    border-width: 1px 0
}

.table-bordered>:not(caption)>*>*,.wysiwyg table[border="1"]>:not(caption)>*>* {
    border-width: 0 1px
}

.table-borderless>:not(caption)>*>* {
    border-bottom-width: 0
}

.table-striped>tbody>tr:nth-of-type(odd) {
    --bs-table-accent-bg: var(--bs-table-striped-bg);
    color: var(--bs-table-striped-color)
}

.table-active {
    --bs-table-accent-bg: var(--bs-table-active-bg);
    color: var(--bs-table-active-color)
}

.table-hover>tbody>tr:hover {
    --bs-table-accent-bg: var(--bs-table-hover-bg);
    color: var(--bs-table-hover-color)
}

.table-primary {
    --bs-table-bg: #cfe2ff;
    --bs-table-striped-bg: #c5d7f2;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #bacbe6;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #bfd1ec;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #bacbe6
}

.table-secondary {
    --bs-table-bg: #e2e3e5;
    --bs-table-striped-bg: #d7d8da;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #cbccce;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #d1d2d4;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #cbccce
}

.table-success {
    --bs-table-bg: #d1e7dd;
    --bs-table-striped-bg: #c7dbd2;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #bcd0c7;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #c1d6cc;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #bcd0c7
}

.table-info {
    --bs-table-bg: #cff4fc;
    --bs-table-striped-bg: #c5e8ef;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #badce3;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #bfe2e9;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #badce3
}

.table-warning {
    --bs-table-bg: #fff3cd;
    --bs-table-striped-bg: #f2e7c3;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #e6dbb9;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #ece1be;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #e6dbb9
}

.table-danger {
    --bs-table-bg: #f8d7da;
    --bs-table-striped-bg: #eccccf;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #dfc2c4;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #e5c7ca;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #dfc2c4
}

.table-light {
    --bs-table-bg: #f8f9fa;
    --bs-table-striped-bg: #ecedee;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #dfe0e1;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #e5e6e7;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #dfe0e1
}

.table-dark {
    --bs-table-bg: #212529;
    --bs-table-striped-bg: #2c3034;
    --bs-table-striped-color: #fff;
    --bs-table-active-bg: #373b3e;
    --bs-table-active-color: #fff;
    --bs-table-hover-bg: #323539;
    --bs-table-hover-color: #fff;
    color: #fff;
    border-color: #373b3e
}

.table-responsive {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
}

@media (max-width: 575.98px) {
    .table-responsive-sm {
        overflow-x:auto;
        -webkit-overflow-scrolling: touch
    }
}

@media (max-width: 767.98px) {
    .table-responsive-md {
        overflow-x:auto;
        -webkit-overflow-scrolling: touch
    }
}

@media (max-width: 991.98px) {
    .table-responsive-lg {
        overflow-x:auto;
        -webkit-overflow-scrolling: touch
    }
}

@media (max-width: 1199.98px) {
    .table-responsive-xl {
        overflow-x:auto;
        -webkit-overflow-scrolling: touch
    }
}

@media (max-width: 1439.98px) {
    .table-responsive-xxl {
        overflow-x:auto;
        -webkit-overflow-scrolling: touch
    }
}

.form-label {
    margin-bottom: .5rem
}

.col-form-label {
    padding-top: -webkit-calc(.375rem + 1px);
    padding-top: calc(.375rem + 1px);
    padding-bottom: -webkit-calc(.375rem + 1px);
    padding-bottom: calc(.375rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5
}

.col-form-label-lg {
    padding-top: -webkit-calc(.5rem + 1px);
    padding-top: calc(.5rem + 1px);
    padding-bottom: -webkit-calc(.5rem + 1px);
    padding-bottom: calc(.5rem + 1px);
    font-size: 1.25rem
}

.col-form-label-sm {
    padding-top: -webkit-calc(.25rem + 1px);
    padding-top: calc(.25rem + 1px);
    padding-bottom: -webkit-calc(.25rem + 1px);
    padding-bottom: calc(.25rem + 1px);
    font-size: .875rem
}

.form-text {
    margin-top: .25rem;
    font-size: .875em;
    color: #6c757d
}

.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-border-radius: .25rem;
    border-radius: .25rem;
    -webkit-transition: border-color 0.15s ease-in-out,-webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out,-webkit-box-shadow 0.15s ease-in-out;
    -o-transition: border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out,-webkit-box-shadow 0.15s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
    .form-control {
        -webkit-transition: none;
        -o-transition: none;
        transition: none
    }
}

.form-control[type="file"] {
    overflow: hidden
}

.form-control[type="file"]:not(:disabled):not([readonly]) {
    cursor: pointer
}

.form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: #86b7fe;
    outline: 0;
    -webkit-box-shadow: 0 0 0 .25rem rgba(13,110,253,0.25);
    box-shadow: 0 0 0 .25rem rgba(13,110,253,0.25)
}

.form-control::-webkit-date-and-time-value {
    height: 1.5em
}

.form-control::-webkit-input-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control::-moz-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control::-ms-input-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control::placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control:disabled,.form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1
}

.form-control::file-selector-button {
    padding: .375rem .75rem;
    margin: -.375rem -.75rem;
    -webkit-margin-end: .75rem;
    -moz-margin-end: .75rem;
    margin-inline-end:.75rem;color: #212529;
    background-color: #e9ecef;
    pointer-events: none;
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    border-inline-end-width:1px;-webkit-border-radius: 0;
    border-radius: 0;
    -webkit-transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,-webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,-webkit-box-shadow 0.15s ease-in-out;
    -o-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;
    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;
    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,-webkit-box-shadow 0.15s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
    .form-control::file-selector-button {
        -webkit-transition: none;
        -o-transition: none;
        transition: none
    }
}

.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
    background-color: #dde0e3
}

.form-control::-webkit-file-upload-button {
    padding: .375rem .75rem;
    margin: -.375rem -.75rem;
    -webkit-margin-end: .75rem;
    margin-inline-end:.75rem;color: #212529;
    background-color: #e9ecef;
    pointer-events: none;
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    border-inline-end-width:1px;-webkit-border-radius: 0;
    border-radius: 0;
    -webkit-transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,-webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,-webkit-box-shadow 0.15s ease-in-out;
    -o-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;
    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;
    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,-webkit-box-shadow 0.15s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
    .form-control::-webkit-file-upload-button {
        -webkit-transition: none;
        -o-transition: none;
        transition: none
    }
}

.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
    background-color: #dde0e3
}

.form-control-plaintext {
    display: block;
    width: 100%;
    padding: .375rem 0;
    margin-bottom: 0;
    line-height: 1.5;
    color: #212529;
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0
}

.form-control-plaintext.form-control-sm,.form-control-plaintext.form-control-lg {
    padding-right: 0;
    padding-left: 0
}

.form-control-sm {
    min-height: -webkit-calc(1.5em + .5rem + 2px);
    min-height: calc(1.5em + .5rem + 2px);
    padding: .25rem .5rem;
    font-size: .875rem;
    -webkit-border-radius: .2rem;
    border-radius: .2rem
}

.form-control-sm::file-selector-button {
    padding: .25rem .5rem;
    margin: -.25rem -.5rem;
    -webkit-margin-end: .5rem;
    -moz-margin-end: .5rem;
    margin-inline-end:.5rem}

.form-control-sm::-webkit-file-upload-button {
    padding: .25rem .5rem;
    margin: -.25rem -.5rem;
    -webkit-margin-end: .5rem;
    margin-inline-end:.5rem}

.form-control-lg {
    min-height: -webkit-calc(1.5em + 1rem + 2px);
    min-height: calc(1.5em + 1rem + 2px);
    padding: .5rem 1rem;
    font-size: 1.25rem;
    -webkit-border-radius: .3rem;
    border-radius: .3rem
}

.form-control-lg::file-selector-button {
    padding: .5rem 1rem;
    margin: -.5rem -1rem;
    -webkit-margin-end: 1rem;
    -moz-margin-end: 1rem;
    margin-inline-end:1rem}

.form-control-lg::-webkit-file-upload-button {
    padding: .5rem 1rem;
    margin: -.5rem -1rem;
    -webkit-margin-end: 1rem;
    margin-inline-end:1rem}

textarea.form-control {
    min-height: -webkit-calc(1.5em + .75rem + 2px);
    min-height: calc(1.5em + .75rem + 2px)
}

textarea.form-control-sm {
    min-height: -webkit-calc(1.5em + .5rem + 2px);
    min-height: calc(1.5em + .5rem + 2px)
}

textarea.form-control-lg {
    min-height: -webkit-calc(1.5em + 1rem + 2px);
    min-height: calc(1.5em + 1rem + 2px)
}

.form-control-color {
    max-width: 3rem;
    height: auto;
    padding: .375rem
}

.form-control-color:not(:disabled):not([readonly]) {
    cursor: pointer
}

.form-control-color::-moz-color-swatch {
    height: 1.5em;
    border-radius: .25rem
}

.form-control-color::-webkit-color-swatch {
    height: 1.5em;
    -webkit-border-radius: .25rem;
    border-radius: .25rem
}

.form-select {
    display: block;
    width: 100%;
    padding: .375rem 2.25rem .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right .75rem center;
    -webkit-background-size: 16px 12px;
    background-size: 16px 12px;
    border: 1px solid #ced4da;
    -webkit-border-radius: .25rem;
    border-radius: .25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.form-select:focus {
    border-color: #86b7fe;
    outline: 0;
    -webkit-box-shadow: 0 0 0 .25rem rgba(13,110,253,0.25);
    box-shadow: 0 0 0 .25rem rgba(13,110,253,0.25)
}

.form-select[multiple],.form-select[size]:not([size="1"]) {
    padding-right: .75rem;
    background-image: none
}

.form-select:disabled {
    background-color: #e9ecef
}

.form-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #212529
}

.form-select-sm {
    padding-top: .25rem;
    padding-bottom: .25rem;
    padding-left: .5rem;
    font-size: .875rem
}

.form-select-lg {
    padding-top: .5rem;
    padding-bottom: .5rem;
    padding-left: 1rem;
    font-size: 1.25rem
}

.form-check {
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5em;
    margin-bottom: .125rem
}

.form-check .form-check-input {
    float: left;
    margin-left: -1.5em
}

.form-check-input {
    width: 1em;
    height: 1em;
    margin-top: .25em;
    vertical-align: top;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: contain;
    background-size: contain;
    border: 1px solid rgba(0,0,0,0.25);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color-adjust: exact
}

.form-check-input[type="checkbox"] {
    -webkit-border-radius: .25em;
    border-radius: .25em
}

.form-check-input[type="radio"] {
    -webkit-border-radius: 50%;
    border-radius: 50%
}

.form-check-input:active {
    -webkit-filter: brightness(90%);
    filter: brightness(90%)
}

.form-check-input:focus {
    border-color: #86b7fe;
    outline: 0;
    -webkit-box-shadow: 0 0 0 .25rem rgba(13,110,253,0.25);
    box-shadow: 0 0 0 .25rem rgba(13,110,253,0.25)
}

.form-check-input:checked {
    background-color: #0d6efd;
    border-color: #0d6efd
}

.form-check-input:checked[type="checkbox"] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e")
}

.form-check-input:checked[type="radio"] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e")
}

.form-check-input[type="checkbox"]:indeterminate {
    background-color: #0d6efd;
    border-color: #0d6efd;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e")
}

.form-check-input:disabled {
    pointer-events: none;
    -webkit-filter: none;
    filter: none;
    opacity: .5
}

.form-check-input[disabled] ~ .form-check-label,.form-check-input:disabled ~ .form-check-label {
    opacity: .5
}

.form-switch {
    padding-left: 2.5em
}

.form-switch .form-check-input {
    width: 2em;
    margin-left: -2.5em;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280,0,0,0.25%29'/%3e%3c/svg%3e");
    background-position: left center;
    -webkit-border-radius: 2em;
    border-radius: 2em;
    -webkit-transition: background-position 0.15s ease-in-out;
    -o-transition: background-position 0.15s ease-in-out;
    transition: background-position 0.15s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
    .form-switch .form-check-input {
        -webkit-transition: none;
        -o-transition: none;
        transition: none
    }
}

.form-switch .form-check-input:focus {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2386b7fe'/%3e%3c/svg%3e")
}

.form-switch .form-check-input:checked {
    background-position: right center;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e")
}

.form-check-inline {
    display: inline-block;
    margin-right: 1rem
}

.btn-check {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none
}

.btn-check[disabled]+.btn,.btn-check:disabled+.btn {
    pointer-events: none;
    -webkit-filter: none;
    filter: none;
    opacity: .65
}

.form-range {
    width: 100%;
    height: 1.5rem;
    padding: 0;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.form-range:focus {
    outline: 0
}

.form-range:focus::-webkit-slider-thumb {
    -webkit-box-shadow: 0 0 0 1px #fff,0 0 0 .25rem rgba(13,110,253,0.25);
    box-shadow: 0 0 0 1px #fff,0 0 0 .25rem rgba(13,110,253,0.25)
}

.form-range:focus::-moz-range-thumb {
    box-shadow: 0 0 0 1px #fff,0 0 0 .25rem rgba(13,110,253,0.25)
}

.form-range::-moz-focus-outer {
    border: 0
}

.form-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -.25rem;
    background-color: #0d6efd;
    border: 0;
    -webkit-border-radius: 1rem;
    border-radius: 1rem;
    -webkit-transition: background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,-webkit-box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,-webkit-box-shadow 0.15s ease-in-out;
    -o-transition: background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out,-webkit-box-shadow 0.15s ease-in-out;
    -webkit-appearance: none;
    appearance: none
}

@media (prefers-reduced-motion: reduce) {
    .form-range::-webkit-slider-thumb {
        -webkit-transition: none;
        -o-transition: none;
        transition: none
    }
}

.form-range::-webkit-slider-thumb:active {
    background-color: #b6d4fe
}

.form-range::-webkit-slider-runnable-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    -webkit-border-radius: 1rem;
    border-radius: 1rem
}

.form-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #0d6efd;
    border: 0;
    border-radius: 1rem;
    -webkit-transition: background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,-webkit-box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,-webkit-box-shadow 0.15s ease-in-out;
    -o-transition: background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out,-webkit-box-shadow 0.15s ease-in-out;
    -moz-appearance: none;
    appearance: none
}

@media (prefers-reduced-motion: reduce) {
    .form-range::-moz-range-thumb {
        -webkit-transition: none;
        -o-transition: none;
        transition: none
    }
}

.form-range::-moz-range-thumb:active {
    background-color: #b6d4fe
}

.form-range::-moz-range-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem
}

.form-range:disabled {
    pointer-events: none
}

.form-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd
}

.form-range:disabled::-moz-range-thumb {
    background-color: #adb5bd
}

.form-floating {
    position: relative
}

.form-floating>.form-control,.form-floating>.form-select {
    height: -webkit-calc(3.5rem + 2px);
    height: calc(3.5rem + 2px);
    padding: 1rem .75rem
}

.form-floating>label {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    padding: 1rem .75rem;
    pointer-events: none;
    border: 1px solid transparent;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transition: opacity 0.1s ease-in-out,-webkit-transform 0.1s ease-in-out;
    transition: opacity 0.1s ease-in-out,-webkit-transform 0.1s ease-in-out;
    -o-transition: opacity 0.1s ease-in-out,transform 0.1s ease-in-out;
    transition: opacity 0.1s ease-in-out,transform 0.1s ease-in-out;
    transition: opacity 0.1s ease-in-out,transform 0.1s ease-in-out,-webkit-transform 0.1s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
    .form-floating>label {
        -webkit-transition: none;
        -o-transition: none;
        transition: none
    }
}

.form-floating>.form-control::-webkit-input-placeholder {
    color: transparent
}

.form-floating>.form-control::-moz-placeholder {
    color: transparent
}

.form-floating>.form-control::-ms-input-placeholder {
    color: transparent
}

.form-floating>.form-control::placeholder {
    color: transparent
}

.form-floating>.form-control:focus,.form-floating>.form-control:not(:placeholder-shown) {
    padding-top: 1.625rem;
    padding-bottom: .625rem
}

.form-floating>.form-control:-webkit-autofill {
    padding-top: 1.625rem;
    padding-bottom: .625rem
}

.form-floating>.form-select {
    padding-top: 1.625rem;
    padding-bottom: .625rem
}

.form-floating>.form-control:focus ~ label,.form-floating>.form-control:not(:placeholder-shown) ~ label,.form-floating>.form-select ~ label {
    opacity: .65;
    -webkit-transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
    -ms-transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
    transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem)
}

.form-floating>.form-control:-webkit-autofill ~ label {
    opacity: .65;
    -webkit-transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
    transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem)
}

.input-group {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%
}

.input-group>.form-control,.input-group>.form-select {
    position: relative;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0
}

.input-group>.form-control:focus,.input-group>.form-select:focus {
    z-index: 3
}

.input-group .btn {
    position: relative;
    z-index: 2
}

.input-group .btn:focus {
    z-index: 3
}

.input-group-text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    -webkit-border-radius: .25rem;
    border-radius: .25rem
}

.input-group-lg>.form-control,.input-group-lg>.form-select,.input-group-lg>.input-group-text,.input-group-lg>.btn {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    -webkit-border-radius: .3rem;
    border-radius: .3rem
}

.input-group-sm>.form-control,.input-group-sm>.form-select,.input-group-sm>.input-group-text,.input-group-sm>.btn {
    padding: .25rem .5rem;
    font-size: .875rem;
    -webkit-border-radius: .2rem;
    border-radius: .2rem
}

.input-group-lg>.form-select,.input-group-sm>.form-select {
    padding-right: 3rem
}

.input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu),.input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3) {
    -webkit-border-top-right-radius: 0;
    border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group.has-validation>:nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu),.input-group.has-validation>.dropdown-toggle:nth-last-child(n+4) {
    -webkit-border-top-right-radius: 0;
    border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    margin-left: -1px;
    -webkit-border-top-left-radius: 0;
    border-top-left-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0
}

.valid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: .875em;
    color: #198754
}

.valid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    color: #fff;
    background-color: rgba(25,135,84,0.9);
    -webkit-border-radius: .25rem;
    border-radius: .25rem
}

.was-validated :valid ~ .valid-feedback,.was-validated :valid ~ .valid-tooltip,.is-valid ~ .valid-feedback,.is-valid ~ .valid-tooltip {
    display: block
}

.was-validated .form-control:valid,.form-control.is-valid {
    border-color: #198754;
    padding-right: -webkit-calc(1.5em + .75rem);
    padding-right: calc(1.5em + .75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right -webkit-calc(.375em + .1875rem) center;
    background-position: right calc(.375em + .1875rem) center;
    -webkit-background-size: -webkit-calc(.75em + .375rem) -webkit-calc(.75em + .375rem);
    background-size: calc(.75em + .375rem) calc(.75em + .375rem)
}

.was-validated .form-control:valid:focus,.form-control.is-valid:focus {
    border-color: #198754;
    -webkit-box-shadow: 0 0 0 .25rem rgba(25,135,84,0.25);
    box-shadow: 0 0 0 .25rem rgba(25,135,84,0.25)
}

.was-validated textarea.form-control:valid,textarea.form-control.is-valid {
    padding-right: -webkit-calc(1.5em + .75rem);
    padding-right: calc(1.5em + .75rem);
    background-position: top -webkit-calc(.375em + .1875rem) right -webkit-calc(.375em + .1875rem);
    background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem)
}

.was-validated .form-select:valid,.form-select.is-valid {
    border-color: #198754
}

.was-validated .form-select:valid:not([multiple]):not([size]),.was-validated .form-select:valid:not([multiple])[size="1"],.form-select.is-valid:not([multiple]):not([size]),.form-select.is-valid:not([multiple])[size="1"] {
    padding-right: 4.125rem;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"),url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
    background-position: right .75rem center,center right 2.25rem;
    -webkit-background-size: 16px 12px,-webkit-calc(.75em + .375rem) -webkit-calc(.75em + .375rem);
    background-size: 16px 12px,calc(.75em + .375rem) calc(.75em + .375rem)
}

.was-validated .form-select:valid:focus,.form-select.is-valid:focus {
    border-color: #198754;
    -webkit-box-shadow: 0 0 0 .25rem rgba(25,135,84,0.25);
    box-shadow: 0 0 0 .25rem rgba(25,135,84,0.25)
}

.was-validated .form-check-input:valid,.form-check-input.is-valid {
    border-color: #198754
}

.was-validated .form-check-input:valid:checked,.form-check-input.is-valid:checked {
    background-color: #198754
}

.was-validated .form-check-input:valid:focus,.form-check-input.is-valid:focus {
    -webkit-box-shadow: 0 0 0 .25rem rgba(25,135,84,0.25);
    box-shadow: 0 0 0 .25rem rgba(25,135,84,0.25)
}

.was-validated .form-check-input:valid ~ .form-check-label,.form-check-input.is-valid ~ .form-check-label {
    color: #198754
}

.form-check-inline .form-check-input ~ .valid-feedback {
    margin-left: .5em
}

.was-validated .input-group .form-control:valid,.input-group .form-control.is-valid,.was-validated .input-group .form-select:valid,.input-group .form-select.is-valid {
    z-index: 1
}

.was-validated .input-group .form-control:valid:focus,.input-group .form-control.is-valid:focus,.was-validated .input-group .form-select:valid:focus,.input-group .form-select.is-valid:focus {
    z-index: 3
}

.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: .875em;
    color: #dc3545
}

.invalid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    color: #fff;
    background-color: rgba(220,53,69,0.9);
    -webkit-border-radius: .25rem;
    border-radius: .25rem
}

.was-validated :invalid ~ .invalid-feedback,.was-validated :invalid ~ .invalid-tooltip,.is-invalid ~ .invalid-feedback,.is-invalid ~ .invalid-tooltip {
    display: block
}

.was-validated .form-control:invalid,.form-control.is-invalid {
    border-color: #dc3545;
    padding-right: -webkit-calc(1.5em + .75rem);
    padding-right: calc(1.5em + .75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right -webkit-calc(.375em + .1875rem) center;
    background-position: right calc(.375em + .1875rem) center;
    -webkit-background-size: -webkit-calc(.75em + .375rem) -webkit-calc(.75em + .375rem);
    background-size: calc(.75em + .375rem) calc(.75em + .375rem)
}

.was-validated .form-control:invalid:focus,.form-control.is-invalid:focus {
    border-color: #dc3545;
    -webkit-box-shadow: 0 0 0 .25rem rgba(220,53,69,0.25);
    box-shadow: 0 0 0 .25rem rgba(220,53,69,0.25)
}

.was-validated textarea.form-control:invalid,textarea.form-control.is-invalid {
    padding-right: -webkit-calc(1.5em + .75rem);
    padding-right: calc(1.5em + .75rem);
    background-position: top -webkit-calc(.375em + .1875rem) right -webkit-calc(.375em + .1875rem);
    background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem)
}

.was-validated .form-select:invalid,.form-select.is-invalid {
    border-color: #dc3545
}

.was-validated .form-select:invalid:not([multiple]):not([size]),.was-validated .form-select:invalid:not([multiple])[size="1"],.form-select.is-invalid:not([multiple]):not([size]),.form-select.is-invalid:not([multiple])[size="1"] {
    padding-right: 4.125rem;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"),url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
    background-position: right .75rem center,center right 2.25rem;
    -webkit-background-size: 16px 12px,-webkit-calc(.75em + .375rem) -webkit-calc(.75em + .375rem);
    background-size: 16px 12px,calc(.75em + .375rem) calc(.75em + .375rem)
}

.was-validated .form-select:invalid:focus,.form-select.is-invalid:focus {
    border-color: #dc3545;
    -webkit-box-shadow: 0 0 0 .25rem rgba(220,53,69,0.25);
    box-shadow: 0 0 0 .25rem rgba(220,53,69,0.25)
}

.was-validated .form-check-input:invalid,.form-check-input.is-invalid {
    border-color: #dc3545
}

.was-validated .form-check-input:invalid:checked,.form-check-input.is-invalid:checked {
    background-color: #dc3545
}

.was-validated .form-check-input:invalid:focus,.form-check-input.is-invalid:focus {
    -webkit-box-shadow: 0 0 0 .25rem rgba(220,53,69,0.25);
    box-shadow: 0 0 0 .25rem rgba(220,53,69,0.25)
}

.was-validated .form-check-input:invalid ~ .form-check-label,.form-check-input.is-invalid ~ .form-check-label {
    color: #dc3545
}

.form-check-inline .form-check-input ~ .invalid-feedback {
    margin-left: .5em
}

.was-validated .input-group .form-control:invalid,.input-group .form-control.is-invalid,.was-validated .input-group .form-select:invalid,.input-group .form-select.is-invalid {
    z-index: 2
}

.was-validated .input-group .form-control:invalid:focus,.input-group .form-control.is-invalid:focus,.was-validated .input-group .form-select:invalid:focus,.input-group .form-select.is-invalid:focus {
    z-index: 3
}

.btn {
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    -webkit-border-radius: .25rem;
    border-radius: .25rem;
    -webkit-transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,-webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,-webkit-box-shadow 0.15s ease-in-out;
    -o-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;
    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;
    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,-webkit-box-shadow 0.15s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
    .btn {
        -webkit-transition: none;
        -o-transition: none;
        transition: none
    }
}

.btn:hover {
    color: #212529
}

.btn-check:focus+.btn,.btn:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 .25rem rgba(13,110,253,0.25);
    box-shadow: 0 0 0 .25rem rgba(13,110,253,0.25)
}

.btn:disabled,.btn.disabled,fieldset:disabled .btn {
    pointer-events: none;
    opacity: .65
}

.btn-primary {
    color: #fff;
    background-color: #0d6efd;
    border-color: #0d6efd
}

.btn-primary:hover {
    color: #fff;
    background-color: #0b5ed7;
    border-color: #0a58ca
}

.btn-check:focus+.btn-primary,.btn-primary:focus {
    color: #fff;
    background-color: #0b5ed7;
    border-color: #0a58ca;
    -webkit-box-shadow: 0 0 0 .25rem rgba(49,132,253,0.5);
    box-shadow: 0 0 0 .25rem rgba(49,132,253,0.5)
}

.btn-check:checked+.btn-primary,.btn-check:active+.btn-primary,.btn-primary:active,.btn-primary.active,.show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #0a58ca;
    border-color: #0a53be
}

.btn-check:checked+.btn-primary:focus,.btn-check:active+.btn-primary:focus,.btn-primary:active:focus,.btn-primary.active:focus,.show>.btn-primary.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .25rem rgba(49,132,253,0.5);
    box-shadow: 0 0 0 .25rem rgba(49,132,253,0.5)
}

.btn-primary:disabled,.btn-primary.disabled {
    color: #fff;
    background-color: #0d6efd;
    border-color: #0d6efd
}

.btn-secondary {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.btn-secondary:hover {
    color: #fff;
    background-color: #5c636a;
    border-color: #565e64
}

.btn-check:focus+.btn-secondary,.btn-secondary:focus {
    color: #fff;
    background-color: #5c636a;
    border-color: #565e64;
    -webkit-box-shadow: 0 0 0 .25rem rgba(130,138,145,0.5);
    box-shadow: 0 0 0 .25rem rgba(130,138,145,0.5)
}

.btn-check:checked+.btn-secondary,.btn-check:active+.btn-secondary,.btn-secondary:active,.btn-secondary.active,.show>.btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #565e64;
    border-color: #51585e
}

.btn-check:checked+.btn-secondary:focus,.btn-check:active+.btn-secondary:focus,.btn-secondary:active:focus,.btn-secondary.active:focus,.show>.btn-secondary.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .25rem rgba(130,138,145,0.5);
    box-shadow: 0 0 0 .25rem rgba(130,138,145,0.5)
}

.btn-secondary:disabled,.btn-secondary.disabled {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.btn-success {
    color: #fff;
    background-color: #198754;
    border-color: #198754
}

.btn-success:hover {
    color: #fff;
    background-color: #157347;
    border-color: #146c43
}

.btn-check:focus+.btn-success,.btn-success:focus {
    color: #fff;
    background-color: #157347;
    border-color: #146c43;
    -webkit-box-shadow: 0 0 0 .25rem rgba(60,153,110,0.5);
    box-shadow: 0 0 0 .25rem rgba(60,153,110,0.5)
}

.btn-check:checked+.btn-success,.btn-check:active+.btn-success,.btn-success:active,.btn-success.active,.show>.btn-success.dropdown-toggle {
    color: #fff;
    background-color: #146c43;
    border-color: #13653f
}

.btn-check:checked+.btn-success:focus,.btn-check:active+.btn-success:focus,.btn-success:active:focus,.btn-success.active:focus,.show>.btn-success.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .25rem rgba(60,153,110,0.5);
    box-shadow: 0 0 0 .25rem rgba(60,153,110,0.5)
}

.btn-success:disabled,.btn-success.disabled {
    color: #fff;
    background-color: #198754;
    border-color: #198754
}

.btn-info {
    color: #000;
    background-color: #0dcaf0;
    border-color: #0dcaf0
}

.btn-info:hover {
    color: #000;
    background-color: #31d2f2;
    border-color: #25cff2
}

.btn-check:focus+.btn-info,.btn-info:focus {
    color: #000;
    background-color: #31d2f2;
    border-color: #25cff2;
    -webkit-box-shadow: 0 0 0 .25rem rgba(11,172,204,0.5);
    box-shadow: 0 0 0 .25rem rgba(11,172,204,0.5)
}

.btn-check:checked+.btn-info,.btn-check:active+.btn-info,.btn-info:active,.btn-info.active,.show>.btn-info.dropdown-toggle {
    color: #000;
    background-color: #3dd5f3;
    border-color: #25cff2
}

.btn-check:checked+.btn-info:focus,.btn-check:active+.btn-info:focus,.btn-info:active:focus,.btn-info.active:focus,.show>.btn-info.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .25rem rgba(11,172,204,0.5);
    box-shadow: 0 0 0 .25rem rgba(11,172,204,0.5)
}

.btn-info:disabled,.btn-info.disabled {
    color: #000;
    background-color: #0dcaf0;
    border-color: #0dcaf0
}

.btn-warning {
    color: #000;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-warning:hover {
    color: #000;
    background-color: #ffca2c;
    border-color: #ffc720
}

.btn-check:focus+.btn-warning,.btn-warning:focus {
    color: #000;
    background-color: #ffca2c;
    border-color: #ffc720;
    -webkit-box-shadow: 0 0 0 .25rem rgba(217,164,6,0.5);
    box-shadow: 0 0 0 .25rem rgba(217,164,6,0.5)
}

.btn-check:checked+.btn-warning,.btn-check:active+.btn-warning,.btn-warning:active,.btn-warning.active,.show>.btn-warning.dropdown-toggle {
    color: #000;
    background-color: #ffcd39;
    border-color: #ffc720
}

.btn-check:checked+.btn-warning:focus,.btn-check:active+.btn-warning:focus,.btn-warning:active:focus,.btn-warning.active:focus,.show>.btn-warning.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .25rem rgba(217,164,6,0.5);
    box-shadow: 0 0 0 .25rem rgba(217,164,6,0.5)
}

.btn-warning:disabled,.btn-warning.disabled {
    color: #000;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-danger {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-danger:hover {
    color: #fff;
    background-color: #bb2d3b;
    border-color: #b02a37
}

.btn-check:focus+.btn-danger,.btn-danger:focus {
    color: #fff;
    background-color: #bb2d3b;
    border-color: #b02a37;
    -webkit-box-shadow: 0 0 0 .25rem rgba(225,83,97,0.5);
    box-shadow: 0 0 0 .25rem rgba(225,83,97,0.5)
}

.btn-check:checked+.btn-danger,.btn-check:active+.btn-danger,.btn-danger:active,.btn-danger.active,.show>.btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #b02a37;
    border-color: #a52834
}

.btn-check:checked+.btn-danger:focus,.btn-check:active+.btn-danger:focus,.btn-danger:active:focus,.btn-danger.active:focus,.show>.btn-danger.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .25rem rgba(225,83,97,0.5);
    box-shadow: 0 0 0 .25rem rgba(225,83,97,0.5)
}

.btn-danger:disabled,.btn-danger.disabled {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-light {
    color: #000;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-light:hover {
    color: #000;
    background-color: #f9fafb;
    border-color: #f9fafb
}

.btn-check:focus+.btn-light,.btn-light:focus {
    color: #000;
    background-color: #f9fafb;
    border-color: #f9fafb;
    -webkit-box-shadow: 0 0 0 .25rem rgba(211,212,213,0.5);
    box-shadow: 0 0 0 .25rem rgba(211,212,213,0.5)
}

.btn-check:checked+.btn-light,.btn-check:active+.btn-light,.btn-light:active,.btn-light.active,.show>.btn-light.dropdown-toggle {
    color: #000;
    background-color: #f9fafb;
    border-color: #f9fafb
}

.btn-check:checked+.btn-light:focus,.btn-check:active+.btn-light:focus,.btn-light:active:focus,.btn-light.active:focus,.show>.btn-light.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .25rem rgba(211,212,213,0.5);
    box-shadow: 0 0 0 .25rem rgba(211,212,213,0.5)
}

.btn-light:disabled,.btn-light.disabled {
    color: #000;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-dark {
    color: #fff;
    background-color: #212529;
    border-color: #212529
}

.btn-dark:hover {
    color: #fff;
    background-color: #1c1f23;
    border-color: #1a1e21
}

.btn-check:focus+.btn-dark,.btn-dark:focus {
    color: #fff;
    background-color: #1c1f23;
    border-color: #1a1e21;
    -webkit-box-shadow: 0 0 0 .25rem rgba(66,70,73,0.5);
    box-shadow: 0 0 0 .25rem rgba(66,70,73,0.5)
}

.btn-check:checked+.btn-dark,.btn-check:active+.btn-dark,.btn-dark:active,.btn-dark.active,.show>.btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #1a1e21;
    border-color: #191c1f
}

.btn-check:checked+.btn-dark:focus,.btn-check:active+.btn-dark:focus,.btn-dark:active:focus,.btn-dark.active:focus,.show>.btn-dark.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .25rem rgba(66,70,73,0.5);
    box-shadow: 0 0 0 .25rem rgba(66,70,73,0.5)
}

.btn-dark:disabled,.btn-dark.disabled {
    color: #fff;
    background-color: #212529;
    border-color: #212529
}

.btn-outline-primary {
    color: #0d6efd;
    border-color: #0d6efd
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #0d6efd;
    border-color: #0d6efd
}

.btn-check:focus+.btn-outline-primary,.btn-outline-primary:focus {
    -webkit-box-shadow: 0 0 0 .25rem rgba(13,110,253,0.5);
    box-shadow: 0 0 0 .25rem rgba(13,110,253,0.5)
}

.btn-check:checked+.btn-outline-primary,.btn-check:active+.btn-outline-primary,.btn-outline-primary:active,.btn-outline-primary.active,.btn-outline-primary.dropdown-toggle.show {
    color: #fff;
    background-color: #0d6efd;
    border-color: #0d6efd
}

.btn-check:checked+.btn-outline-primary:focus,.btn-check:active+.btn-outline-primary:focus,.btn-outline-primary:active:focus,.btn-outline-primary.active:focus,.btn-outline-primary.dropdown-toggle.show:focus {
    -webkit-box-shadow: 0 0 0 .25rem rgba(13,110,253,0.5);
    box-shadow: 0 0 0 .25rem rgba(13,110,253,0.5)
}

.btn-outline-primary:disabled,.btn-outline-primary.disabled {
    color: #0d6efd;
    background-color: transparent
}

.btn-outline-secondary {
    color: #6c757d;
    border-color: #6c757d
}

.btn-outline-secondary:hover {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.btn-check:focus+.btn-outline-secondary,.btn-outline-secondary:focus {
    -webkit-box-shadow: 0 0 0 .25rem rgba(108,117,125,0.5);
    box-shadow: 0 0 0 .25rem rgba(108,117,125,0.5)
}

.btn-check:checked+.btn-outline-secondary,.btn-check:active+.btn-outline-secondary,.btn-outline-secondary:active,.btn-outline-secondary.active,.btn-outline-secondary.dropdown-toggle.show {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.btn-check:checked+.btn-outline-secondary:focus,.btn-check:active+.btn-outline-secondary:focus,.btn-outline-secondary:active:focus,.btn-outline-secondary.active:focus,.btn-outline-secondary.dropdown-toggle.show:focus {
    -webkit-box-shadow: 0 0 0 .25rem rgba(108,117,125,0.5);
    box-shadow: 0 0 0 .25rem rgba(108,117,125,0.5)
}

.btn-outline-secondary:disabled,.btn-outline-secondary.disabled {
    color: #6c757d;
    background-color: transparent
}

.btn-outline-success {
    color: #198754;
    border-color: #198754
}

.btn-outline-success:hover {
    color: #fff;
    background-color: #198754;
    border-color: #198754
}

.btn-check:focus+.btn-outline-success,.btn-outline-success:focus {
    -webkit-box-shadow: 0 0 0 .25rem rgba(25,135,84,0.5);
    box-shadow: 0 0 0 .25rem rgba(25,135,84,0.5)
}

.btn-check:checked+.btn-outline-success,.btn-check:active+.btn-outline-success,.btn-outline-success:active,.btn-outline-success.active,.btn-outline-success.dropdown-toggle.show {
    color: #fff;
    background-color: #198754;
    border-color: #198754
}

.btn-check:checked+.btn-outline-success:focus,.btn-check:active+.btn-outline-success:focus,.btn-outline-success:active:focus,.btn-outline-success.active:focus,.btn-outline-success.dropdown-toggle.show:focus {
    -webkit-box-shadow: 0 0 0 .25rem rgba(25,135,84,0.5);
    box-shadow: 0 0 0 .25rem rgba(25,135,84,0.5)
}

.btn-outline-success:disabled,.btn-outline-success.disabled {
    color: #198754;
    background-color: transparent
}

.btn-outline-info {
    color: #0dcaf0;
    border-color: #0dcaf0
}

.btn-outline-info:hover {
    color: #000;
    background-color: #0dcaf0;
    border-color: #0dcaf0
}

.btn-check:focus+.btn-outline-info,.btn-outline-info:focus {
    -webkit-box-shadow: 0 0 0 .25rem rgba(13,202,240,0.5);
    box-shadow: 0 0 0 .25rem rgba(13,202,240,0.5)
}

.btn-check:checked+.btn-outline-info,.btn-check:active+.btn-outline-info,.btn-outline-info:active,.btn-outline-info.active,.btn-outline-info.dropdown-toggle.show {
    color: #000;
    background-color: #0dcaf0;
    border-color: #0dcaf0
}

.btn-check:checked+.btn-outline-info:focus,.btn-check:active+.btn-outline-info:focus,.btn-outline-info:active:focus,.btn-outline-info.active:focus,.btn-outline-info.dropdown-toggle.show:focus {
    -webkit-box-shadow: 0 0 0 .25rem rgba(13,202,240,0.5);
    box-shadow: 0 0 0 .25rem rgba(13,202,240,0.5)
}

.btn-outline-info:disabled,.btn-outline-info.disabled {
    color: #0dcaf0;
    background-color: transparent
}

.btn-outline-warning {
    color: #ffc107;
    border-color: #ffc107
}

.btn-outline-warning:hover {
    color: #000;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-check:focus+.btn-outline-warning,.btn-outline-warning:focus {
    -webkit-box-shadow: 0 0 0 .25rem rgba(255,193,7,0.5);
    box-shadow: 0 0 0 .25rem rgba(255,193,7,0.5)
}

.btn-check:checked+.btn-outline-warning,.btn-check:active+.btn-outline-warning,.btn-outline-warning:active,.btn-outline-warning.active,.btn-outline-warning.dropdown-toggle.show {
    color: #000;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-check:checked+.btn-outline-warning:focus,.btn-check:active+.btn-outline-warning:focus,.btn-outline-warning:active:focus,.btn-outline-warning.active:focus,.btn-outline-warning.dropdown-toggle.show:focus {
    -webkit-box-shadow: 0 0 0 .25rem rgba(255,193,7,0.5);
    box-shadow: 0 0 0 .25rem rgba(255,193,7,0.5)
}

.btn-outline-warning:disabled,.btn-outline-warning.disabled {
    color: #ffc107;
    background-color: transparent
}

.btn-outline-danger {
    color: #dc3545;
    border-color: #dc3545
}

.btn-outline-danger:hover {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-check:focus+.btn-outline-danger,.btn-outline-danger:focus {
    -webkit-box-shadow: 0 0 0 .25rem rgba(220,53,69,0.5);
    box-shadow: 0 0 0 .25rem rgba(220,53,69,0.5)
}

.btn-check:checked+.btn-outline-danger,.btn-check:active+.btn-outline-danger,.btn-outline-danger:active,.btn-outline-danger.active,.btn-outline-danger.dropdown-toggle.show {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-check:checked+.btn-outline-danger:focus,.btn-check:active+.btn-outline-danger:focus,.btn-outline-danger:active:focus,.btn-outline-danger.active:focus,.btn-outline-danger.dropdown-toggle.show:focus {
    -webkit-box-shadow: 0 0 0 .25rem rgba(220,53,69,0.5);
    box-shadow: 0 0 0 .25rem rgba(220,53,69,0.5)
}

.btn-outline-danger:disabled,.btn-outline-danger.disabled {
    color: #dc3545;
    background-color: transparent
}

.btn-outline-light {
    color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-outline-light:hover {
    color: #000;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-check:focus+.btn-outline-light,.btn-outline-light:focus {
    -webkit-box-shadow: 0 0 0 .25rem rgba(248,249,250,0.5);
    box-shadow: 0 0 0 .25rem rgba(248,249,250,0.5)
}

.btn-check:checked+.btn-outline-light,.btn-check:active+.btn-outline-light,.btn-outline-light:active,.btn-outline-light.active,.btn-outline-light.dropdown-toggle.show {
    color: #000;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-check:checked+.btn-outline-light:focus,.btn-check:active+.btn-outline-light:focus,.btn-outline-light:active:focus,.btn-outline-light.active:focus,.btn-outline-light.dropdown-toggle.show:focus {
    -webkit-box-shadow: 0 0 0 .25rem rgba(248,249,250,0.5);
    box-shadow: 0 0 0 .25rem rgba(248,249,250,0.5)
}

.btn-outline-light:disabled,.btn-outline-light.disabled {
    color: #f8f9fa;
    background-color: transparent
}

.btn-outline-dark {
    color: #212529;
    border-color: #212529
}

.btn-outline-dark:hover {
    color: #fff;
    background-color: #212529;
    border-color: #212529
}

.btn-check:focus+.btn-outline-dark,.btn-outline-dark:focus {
    -webkit-box-shadow: 0 0 0 .25rem rgba(33,37,41,0.5);
    box-shadow: 0 0 0 .25rem rgba(33,37,41,0.5)
}

.btn-check:checked+.btn-outline-dark,.btn-check:active+.btn-outline-dark,.btn-outline-dark:active,.btn-outline-dark.active,.btn-outline-dark.dropdown-toggle.show {
    color: #fff;
    background-color: #212529;
    border-color: #212529
}

.btn-check:checked+.btn-outline-dark:focus,.btn-check:active+.btn-outline-dark:focus,.btn-outline-dark:active:focus,.btn-outline-dark.active:focus,.btn-outline-dark.dropdown-toggle.show:focus {
    -webkit-box-shadow: 0 0 0 .25rem rgba(33,37,41,0.5);
    box-shadow: 0 0 0 .25rem rgba(33,37,41,0.5)
}

.btn-outline-dark:disabled,.btn-outline-dark.disabled {
    color: #212529;
    background-color: transparent
}

.btn-link {
    font-weight: 400;
    color: #0d6efd;
    text-decoration: underline
}

.btn-link:hover {
    color: #0a58ca
}

.btn-link:disabled,.btn-link.disabled {
    color: #6c757d
}

.btn-lg,.btn-group-lg>.btn {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    -webkit-border-radius: .3rem;
    border-radius: .3rem
}

.btn-sm,.btn-group-sm>.btn {
    padding: .25rem .5rem;
    font-size: .875rem;
    -webkit-border-radius: .2rem;
    border-radius: .2rem
}

.fade {
    -webkit-transition: opacity 0.15s linear;
    -o-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear
}

@media (prefers-reduced-motion: reduce) {
    .fade {
        -webkit-transition: none;
        -o-transition: none;
        transition: none
    }
}

.fade:not(.show) {
    opacity: 0
}

.collapse:not(.show) {
    display: none
}

.collapsing {
    height: 0;
    overflow: hidden;
    -webkit-transition: height 0.35s ease;
    -o-transition: height 0.35s ease;
    transition: height 0.35s ease
}

@media (prefers-reduced-motion: reduce) {
    .collapsing {
        -webkit-transition: none;
        -o-transition: none;
        transition: none
    }
}

.dropup,.dropend,.dropdown,.dropstart {
    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;
    z-index: 1000;
    display: none;
    min-width: 10rem;
    padding: .5rem 0;
    margin: 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,0.15);
    -webkit-border-radius: .25rem;
    border-radius: .25rem
}

.dropdown-menu[data-bs-popper] {
    top: 100%;
    left: 0;
    margin-top: .125rem
}

.dropdown-menu-start {
    --bs-position: start
}

.dropdown-menu-start[data-bs-popper] {
    right: auto /* rtl:ignore */;
    left: 0 /* rtl:ignore */
}

.dropdown-menu-end {
    --bs-position: end
}

.dropdown-menu-end[data-bs-popper] {
    right: 0 /* rtl:ignore */;
    left: auto /* rtl:ignore */
}

@media (min-width: 576px) {
    .dropdown-menu-sm-start {
        --bs-position: start
    }

    .dropdown-menu-sm-start[data-bs-popper] {
        right: auto /* rtl:ignore */;
        left: 0 /* rtl:ignore */
    }

    .dropdown-menu-sm-end {
        --bs-position: end
    }

    .dropdown-menu-sm-end[data-bs-popper] {
        right: 0 /* rtl:ignore */;
        left: auto /* rtl:ignore */
    }
}

@media (min-width: 768px) {
    .dropdown-menu-md-start {
        --bs-position: start
    }

    .dropdown-menu-md-start[data-bs-popper] {
        right: auto /* rtl:ignore */;
        left: 0 /* rtl:ignore */
    }

    .dropdown-menu-md-end {
        --bs-position: end
    }

    .dropdown-menu-md-end[data-bs-popper] {
        right: 0 /* rtl:ignore */;
        left: auto /* rtl:ignore */
    }
}

@media (min-width: 992px) {
    .dropdown-menu-lg-start {
        --bs-position: start
    }

    .dropdown-menu-lg-start[data-bs-popper] {
        right: auto /* rtl:ignore */;
        left: 0 /* rtl:ignore */
    }

    .dropdown-menu-lg-end {
        --bs-position: end
    }

    .dropdown-menu-lg-end[data-bs-popper] {
        right: 0 /* rtl:ignore */;
        left: auto /* rtl:ignore */
    }
}

@media (min-width: 1200px) {
    .dropdown-menu-xl-start {
        --bs-position: start
    }

    .dropdown-menu-xl-start[data-bs-popper] {
        right: auto /* rtl:ignore */;
        left: 0 /* rtl:ignore */
    }

    .dropdown-menu-xl-end {
        --bs-position: end
    }

    .dropdown-menu-xl-end[data-bs-popper] {
        right: 0 /* rtl:ignore */;
        left: auto /* rtl:ignore */
    }
}

@media (min-width: 1440px) {
    .dropdown-menu-xxl-start {
        --bs-position: start
    }

    .dropdown-menu-xxl-start[data-bs-popper] {
        right: auto /* rtl:ignore */;
        left: 0 /* rtl:ignore */
    }

    .dropdown-menu-xxl-end {
        --bs-position: end
    }

    .dropdown-menu-xxl-end[data-bs-popper] {
        right: 0 /* rtl:ignore */;
        left: auto /* rtl:ignore */
    }
}

.dropup .dropdown-menu[data-bs-popper] {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: .125rem
}

.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
}

.dropend .dropdown-menu[data-bs-popper] {
    top: 0;
    right: auto;
    left: 100%;
    margin-top: 0;
    margin-left: .125rem
}

.dropend .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
}

.dropend .dropdown-toggle:empty::after {
    margin-left: 0
}

.dropend .dropdown-toggle::after {
    vertical-align: 0
}

.dropstart .dropdown-menu[data-bs-popper] {
    top: 0;
    right: 100%;
    left: auto;
    margin-top: 0;
    margin-right: .125rem
}

.dropstart .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: ""
}

.dropstart .dropdown-toggle::after {
    display: none
}

.dropstart .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
}

.dropstart .dropdown-toggle:empty::after {
    margin-left: 0
}

.dropstart .dropdown-toggle::before {
    vertical-align: 0
}

.dropdown-divider {
    height: 0;
    margin: .5rem 0;
    overflow: hidden;
    border-top: 1px solid rgba(0,0,0,0.15)
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border: 0
}

.dropdown-item:hover,.dropdown-item:focus {
    color: #1e2125;
    background-color: #e9ecef
}

.dropdown-item.active,.dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #0d6efd
}

.dropdown-item.disabled,.dropdown-item:disabled {
    color: #adb5bd;
    pointer-events: none;
    background-color: transparent
}

.dropdown-menu.show {
    display: block
}

.dropdown-header {
    display: block;
    padding: .5rem 1rem;
    margin-bottom: 0;
    font-size: .875rem;
    color: #6c757d;
    white-space: nowrap
}

.dropdown-item-text {
    display: block;
    padding: .25rem 1rem;
    color: #212529
}

.dropdown-menu-dark {
    color: #dee2e6;
    background-color: #343a40;
    border-color: rgba(0,0,0,0.15)
}

.dropdown-menu-dark .dropdown-item {
    color: #dee2e6
}

.dropdown-menu-dark .dropdown-item:hover,.dropdown-menu-dark .dropdown-item:focus {
    color: #fff;
    background-color: rgba(255,255,255,0.15)
}

.dropdown-menu-dark .dropdown-item.active,.dropdown-menu-dark .dropdown-item:active {
    color: #fff;
    background-color: #0d6efd
}

.dropdown-menu-dark .dropdown-item.disabled,.dropdown-menu-dark .dropdown-item:disabled {
    color: #adb5bd
}

.dropdown-menu-dark .dropdown-divider {
    border-color: rgba(0,0,0,0.15)
}

.dropdown-menu-dark .dropdown-item-text {
    color: #dee2e6
}

.dropdown-menu-dark .dropdown-header {
    color: #adb5bd
}

.btn-group,.btn-group-vertical {
    position: relative;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle
}

.btn-group>.btn,.btn-group-vertical>.btn {
    position: relative;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.btn-group>.btn-check:checked+.btn,.btn-group>.btn-check:focus+.btn,.btn-group>.btn:hover,.btn-group>.btn:focus,.btn-group>.btn:active,.btn-group>.btn.active,.btn-group-vertical>.btn-check:checked+.btn,.btn-group-vertical>.btn-check:focus+.btn,.btn-group-vertical>.btn:hover,.btn-group-vertical>.btn:focus,.btn-group-vertical>.btn:active,.btn-group-vertical>.btn.active {
    z-index: 1
}

.btn-toolbar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    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 {
    -webkit-border-top-right-radius: 0;
    border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    border-bottom-right-radius: 0
}

.btn-group>.btn:nth-child(n+3),.btn-group>:not(.btn-check)+.btn,.btn-group>.btn-group:not(:first-child)>.btn {
    -webkit-border-top-left-radius: 0;
    border-top-left-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0
}

.dropdown-toggle-split {
    padding-right: .5625rem;
    padding-left: .5625rem
}

.dropdown-toggle-split::after,.dropup .dropdown-toggle-split::after,.dropend .dropdown-toggle-split::after {
    margin-left: 0
}

.dropstart .dropdown-toggle-split::before {
    margin-right: 0
}

.btn-sm+.dropdown-toggle-split,.btn-group-sm>.btn+.dropdown-toggle-split {
    padding-right: .375rem;
    padding-left: .375rem
}

.btn-lg+.dropdown-toggle-split,.btn-group-lg>.btn+.dropdown-toggle-split {
    padding-right: .75rem;
    padding-left: .75rem
}

.btn-group-vertical {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    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 {
    -webkit-border-bottom-right-radius: 0;
    border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical>.btn ~ .btn,.btn-group-vertical>.btn-group:not(:first-child)>.btn {
    -webkit-border-top-left-radius: 0;
    border-top-left-radius: 0;
    -webkit-border-top-right-radius: 0;
    border-top-right-radius: 0
}

.nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.nav-link {
    display: block;
    padding: .5rem 1rem;
    color: #0d6efd;
    text-decoration: none;
    -webkit-transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out;
    -o-transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out;
    transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
    .nav-link {
        -webkit-transition: none;
        -o-transition: none;
        transition: none
    }
}

.nav-link:hover,.nav-link:focus {
    color: #0a58ca
}

.nav-link.disabled {
    color: #6c757d;
    pointer-events: none;
    cursor: default
}

.nav-tabs {
    border-bottom: 1px solid #dee2e6
}

.nav-tabs .nav-link {
    margin-bottom: -1px;
    background: none;
    border: 1px solid transparent;
    -webkit-border-top-left-radius: .25rem;
    border-top-left-radius: .25rem;
    -webkit-border-top-right-radius: .25rem;
    border-top-right-radius: .25rem
}

.nav-tabs .nav-link:hover,.nav-tabs .nav-link:focus {
    border-color: #e9ecef #e9ecef #dee2e6;
    isolation: isolate
}

.nav-tabs .nav-link.disabled {
    color: #6c757d;
    background-color: transparent;
    border-color: transparent
}

.nav-tabs .nav-link.active,.nav-tabs .nav-item.show .nav-link {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    -webkit-border-top-left-radius: 0;
    border-top-left-radius: 0;
    -webkit-border-top-right-radius: 0;
    border-top-right-radius: 0
}

.nav-pills .nav-link {
    background: none;
    border: 0;
    -webkit-border-radius: .25rem;
    border-radius: .25rem
}

.nav-pills .nav-link.active,.nav-pills .show>.nav-link {
    color: #fff;
    background-color: #0d6efd
}

.nav-fill>.nav-link,.nav-fill .nav-item {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: center
}

.nav-justified>.nav-link,.nav-justified .nav-item {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: center
}

.nav-fill .nav-item .nav-link,.nav-justified .nav-item .nav-link {
    width: 100%
}

.tab-content>.tab-pane {
    display: none
}

.tab-content>.active {
    display: block
}

.navbar {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: .5rem;
    padding-bottom: .5rem
}

.navbar>.container,.navbar>.container-fluid,.navbar>.container-sm,.navbar>.container-md,.navbar>.container-lg,.navbar>.container-xl,.navbar>.container-xxl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: inherit;
    -ms-flex-wrap: inherit;
    flex-wrap: inherit;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.navbar-brand {
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    text-decoration: none;
    white-space: nowrap
}

.navbar-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0
}

.navbar-nav .dropdown-menu {
    position: static
}

.navbar-text {
    padding-top: .5rem;
    padding-bottom: .5rem
}

.navbar-collapse {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    -webkit-border-radius: .25rem;
    border-radius: .25rem;
    -webkit-transition: -webkit-box-shadow 0.15s ease-in-out;
    transition: -webkit-box-shadow 0.15s ease-in-out;
    -o-transition: box-shadow 0.15s ease-in-out;
    transition: box-shadow 0.15s ease-in-out;
    transition: box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
    .navbar-toggler {
        -webkit-transition: none;
        -o-transition: none;
        transition: none
    }
}

.navbar-toggler:hover {
    text-decoration: none
}

.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    -webkit-box-shadow: 0 0 0 .25rem;
    box-shadow: 0 0 0 .25rem
}

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: 100% 100%;
    background-size: 100%
}

.navbar-nav-scroll {
    max-height: var(--bs-scroll-height, 75vh);
    overflow-y: auto
}

@media (min-width: 576px) {
    .navbar-expand-sm {
        -webkit-flex-wrap:nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .navbar-expand-sm .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-sm .navbar-nav-scroll {
        overflow: visible
    }

    .navbar-expand-sm .navbar-collapse {
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

    .navbar-expand-sm .navbar-toggler {
        display: none
    }
}

@media (min-width: 768px) {
    .navbar-expand-md {
        -webkit-flex-wrap:nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .navbar-expand-md .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-md .navbar-nav-scroll {
        overflow: visible
    }

    .navbar-expand-md .navbar-collapse {
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

    .navbar-expand-md .navbar-toggler {
        display: none
    }
}

@media (min-width: 992px) {
    .navbar-expand-lg {
        -webkit-flex-wrap:nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .navbar-expand-lg .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-lg .navbar-nav-scroll {
        overflow: visible
    }

    .navbar-expand-lg .navbar-collapse {
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

    .navbar-expand-lg .navbar-toggler {
        display: none
    }
}

@media (min-width: 1200px) {
    .navbar-expand-xl {
        -webkit-flex-wrap:nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .navbar-expand-xl .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-xl .navbar-nav-scroll {
        overflow: visible
    }

    .navbar-expand-xl .navbar-collapse {
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

    .navbar-expand-xl .navbar-toggler {
        display: none
    }
}

@media (min-width: 1440px) {
    .navbar-expand-xxl {
        -webkit-flex-wrap:nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .navbar-expand-xxl .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .navbar-expand-xxl .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-xxl .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-xxl .navbar-nav-scroll {
        overflow: visible
    }

    .navbar-expand-xxl .navbar-collapse {
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

    .navbar-expand-xxl .navbar-toggler {
        display: none
    }
}

.navbar-expand {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.navbar-expand .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row
}

.navbar-expand .navbar-nav .dropdown-menu {
    position: absolute
}

.navbar-expand .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem
}

.navbar-expand .navbar-nav-scroll {
    overflow: visible
}

.navbar-expand .navbar-collapse {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    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.55)
}

.navbar-light .navbar-nav .nav-link:hover,.navbar-light .navbar-nav .nav-link:focus {
    color: rgba(0,0,0,0.7)
}

.navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0,0,0,0.3)
}

.navbar-light .navbar-nav .show>.nav-link,.navbar-light .navbar-nav .nav-link.active {
    color: rgba(0,0,0,0.9)
}

.navbar-light .navbar-toggler {
    color: rgba(0,0,0,0.55);
    border-color: rgba(0,0,0,0.1)
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280,0,0,0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}

.navbar-light .navbar-text {
    color: rgba(0,0,0,0.55)
}

.navbar-light .navbar-text a,.navbar-light .navbar-text a:hover,.navbar-light .navbar-text a:focus {
    color: rgba(0,0,0,0.9)
}

.navbar-dark .navbar-brand {
    color: #fff
}

.navbar-dark .navbar-brand:hover,.navbar-dark .navbar-brand:focus {
    color: #fff
}

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255,255,255,0.55)
}

.navbar-dark .navbar-nav .nav-link:hover,.navbar-dark .navbar-nav .nav-link:focus {
    color: rgba(255,255,255,0.75)
}

.navbar-dark .navbar-nav .nav-link.disabled {
    color: rgba(255,255,255,0.25)
}

.navbar-dark .navbar-nav .show>.nav-link,.navbar-dark .navbar-nav .nav-link.active {
    color: #fff
}

.navbar-dark .navbar-toggler {
    color: rgba(255,255,255,0.55);
    border-color: rgba(255,255,255,0.1)
}

.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255,255,255,0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}

.navbar-dark .navbar-text {
    color: rgba(255,255,255,0.55)
}

.navbar-dark .navbar-text a,.navbar-dark .navbar-text a:hover,.navbar-dark .navbar-text a:focus {
    color: #fff
}

.card {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    -webkit-background-clip: border-box;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,0.125);
    -webkit-border-radius: .25rem;
    border-radius: .25rem
}

.card>hr {
    margin-right: 0;
    margin-left: 0
}

.card>.list-group {
    border-top: inherit;
    border-bottom: inherit
}

.card>.list-group:first-child {
    border-top-width: 0;
    -webkit-border-top-left-radius: -webkit-calc(.25rem - 1px);
    border-top-left-radius: calc(.25rem - 1px);
    -webkit-border-top-right-radius: -webkit-calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px)
}

.card>.list-group:last-child {
    border-bottom-width: 0;
    -webkit-border-bottom-right-radius: -webkit-calc(.25rem - 1px);
    border-bottom-right-radius: calc(.25rem - 1px);
    -webkit-border-bottom-left-radius: -webkit-calc(.25rem - 1px);
    border-bottom-left-radius: calc(.25rem - 1px)
}

.card>.card-header+.list-group,.card>.list-group+.card-footer {
    border-top: 0
}

.card-body {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem 1rem
}

.card-title {
    margin-bottom: .5rem
}

.card-subtitle {
    margin-top: -.25rem;
    margin-bottom: 0
}

.card-text:last-child {
    margin-bottom: 0
}

.card-link:hover {
    text-decoration: none
}

.card-link+.card-link {
    margin-left: 1rem
}

.card-header {
    padding: .5rem 1rem;
    margin-bottom: 0;
    background-color: rgba(0,0,0,0.03);
    border-bottom: 1px solid rgba(0,0,0,0.125)
}

.card-header:first-child {
    -webkit-border-radius: -webkit-calc(.25rem - 1px) -webkit-calc(.25rem - 1px) 0 0;
    border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0
}

.card-footer {
    padding: .5rem 1rem;
    background-color: rgba(0,0,0,0.03);
    border-top: 1px solid rgba(0,0,0,0.125)
}

.card-footer:last-child {
    -webkit-border-radius: 0 0 -webkit-calc(.25rem - 1px) -webkit-calc(.25rem - 1px);
    border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px)
}

.card-header-tabs {
    margin-right: -.5rem;
    margin-bottom: -.5rem;
    margin-left: -.5rem;
    border-bottom: 0
}

.card-header-pills {
    margin-right: -.5rem;
    margin-left: -.5rem
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1rem;
    -webkit-border-radius: -webkit-calc(.25rem - 1px);
    border-radius: calc(.25rem - 1px)
}

.card-img,.card-img-top,.card-img-bottom {
    width: 100%
}

.card-img,.card-img-top {
    -webkit-border-top-left-radius: -webkit-calc(.25rem - 1px);
    border-top-left-radius: calc(.25rem - 1px);
    -webkit-border-top-right-radius: -webkit-calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px)
}

.card-img,.card-img-bottom {
    -webkit-border-bottom-right-radius: -webkit-calc(.25rem - 1px);
    border-bottom-right-radius: calc(.25rem - 1px);
    -webkit-border-bottom-left-radius: -webkit-calc(.25rem - 1px);
    border-bottom-left-radius: calc(.25rem - 1px)
}

.card-group>.card {
    margin-bottom: .75rem
}

@media (min-width: 576px) {
    .card-group {
        display:-webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap
    }

    .card-group>.card {
        -webkit-box-flex: 1;
        -webkit-flex: 1 0 0%;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
        margin-bottom: 0
    }

    .card-group>.card+.card {
        margin-left: 0;
        border-left: 0
    }

    .card-group>.card:not(:last-child) {
        -webkit-border-top-right-radius: 0;
        border-top-right-radius: 0;
        -webkit-border-bottom-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 {
        -webkit-border-top-right-radius: 0;
        border-top-right-radius: 0
    }

    .card-group>.card:not(:last-child) .card-img-bottom,.card-group>.card:not(:last-child) .card-footer {
        -webkit-border-bottom-right-radius: 0;
        border-bottom-right-radius: 0
    }

    .card-group>.card:not(:first-child) {
        -webkit-border-top-left-radius: 0;
        border-top-left-radius: 0;
        -webkit-border-bottom-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 {
        -webkit-border-top-left-radius: 0;
        border-top-left-radius: 0
    }

    .card-group>.card:not(:first-child) .card-img-bottom,.card-group>.card:not(:first-child) .card-footer {
        -webkit-border-bottom-left-radius: 0;
        border-bottom-left-radius: 0
    }
}

.accordion-button {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    padding: 1rem 1.25rem;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    background-color: #fff;
    border: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    overflow-anchor: none;
    -webkit-transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,-webkit-box-shadow 0.15s ease-in-out,-webkit-border-radius 0.15s ease;
    transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,-webkit-box-shadow 0.15s ease-in-out,-webkit-border-radius 0.15s ease;
    -o-transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out,border-radius 0.15s ease;
    transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out,border-radius 0.15s ease;
    transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out,border-radius 0.15s ease,-webkit-box-shadow 0.15s ease-in-out,-webkit-border-radius 0.15s ease
}

@media (prefers-reduced-motion: reduce) {
    .accordion-button {
        -webkit-transition: none;
        -o-transition: none;
        transition: none
    }
}

.accordion-button:not(.collapsed) {
    color: #0c63e4;
    background-color: #e7f1ff;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,0.125);
    box-shadow: inset 0 -1px 0 rgba(0,0,0,0.125)
}

.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.accordion-button::after {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: auto;
    content: "";
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    -webkit-background-size: 1.25rem 1.25rem;
    background-size: 1.25rem;
    -webkit-transition: -webkit-transform 0.2s ease-in-out;
    transition: -webkit-transform 0.2s ease-in-out;
    -o-transition: transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
    .accordion-button::after {
        -webkit-transition: none;
        -o-transition: none;
        transition: none
    }
}

.accordion-button:hover {
    z-index: 2
}

.accordion-button:focus {
    z-index: 3;
    border-color: #86b7fe;
    outline: 0;
    -webkit-box-shadow: 0 0 0 .25rem rgba(13,110,253,0.25);
    box-shadow: 0 0 0 .25rem rgba(13,110,253,0.25)
}

.accordion-header {
    margin-bottom: 0
}

.accordion-item {
    background-color: #fff;
    border: 1px solid rgba(0,0,0,0.125)
}

.accordion-item:first-of-type {
    -webkit-border-top-left-radius: .25rem;
    border-top-left-radius: .25rem;
    -webkit-border-top-right-radius: .25rem;
    border-top-right-radius: .25rem
}

.accordion-item:first-of-type .accordion-button {
    -webkit-border-top-left-radius: -webkit-calc(.25rem - 1px);
    border-top-left-radius: calc(.25rem - 1px);
    -webkit-border-top-right-radius: -webkit-calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px)
}

.accordion-item:not(:first-of-type) {
    border-top: 0
}

.accordion-item:last-of-type {
    -webkit-border-bottom-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
    -webkit-border-bottom-left-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.accordion-item:last-of-type .accordion-button.collapsed {
    -webkit-border-bottom-right-radius: -webkit-calc(.25rem - 1px);
    border-bottom-right-radius: calc(.25rem - 1px);
    -webkit-border-bottom-left-radius: -webkit-calc(.25rem - 1px);
    border-bottom-left-radius: calc(.25rem - 1px)
}

.accordion-item:last-of-type .accordion-collapse {
    -webkit-border-bottom-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
    -webkit-border-bottom-left-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.accordion-body {
    padding: 1rem 1.25rem
}

.accordion-flush .accordion-collapse {
    border-width: 0
}

.accordion-flush .accordion-item {
    border-right: 0;
    border-left: 0;
    -webkit-border-radius: 0;
    border-radius: 0
}

.accordion-flush .accordion-item:first-child {
    border-top: 0
}

.accordion-flush .accordion-item:last-child {
    border-bottom: 0
}

.accordion-flush .accordion-item .accordion-button {
    -webkit-border-radius: 0;
    border-radius: 0
}

.breadcrumb {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 0;
    margin-bottom: 1rem;
    list-style: none
}

.breadcrumb-item+.breadcrumb-item {
    padding-left: .5rem
}

.breadcrumb-item+.breadcrumb-item::before {
    float: left;
    padding-right: .5rem;
    color: #6c757d;
    content: var(--bs-breadcrumb-divider, "/") /* rtl: var(--bs-breadcrumb-divider, "/") */
}

.breadcrumb-item.active {
    color: #6c757d
}

.pagination {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none
}

.page-link {
    position: relative;
    display: block;
    color: #0d6efd;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #dee2e6;
    -webkit-transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,-webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,-webkit-box-shadow 0.15s ease-in-out;
    -o-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;
    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;
    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,-webkit-box-shadow 0.15s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
    .page-link {
        -webkit-transition: none;
        -o-transition: none;
        transition: none
    }
}

.page-link:hover {
    z-index: 2;
    color: #0a58ca;
    background-color: #e9ecef;
    border-color: #dee2e6
}

.page-link:focus {
    z-index: 3;
    color: #0a58ca;
    background-color: #e9ecef;
    outline: 0;
    -webkit-box-shadow: 0 0 0 .25rem rgba(13,110,253,0.25);
    box-shadow: 0 0 0 .25rem rgba(13,110,253,0.25)
}

.page-item:not(:first-child) .page-link {
    margin-left: -1px
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #0d6efd;
    border-color: #0d6efd
}

.page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    background-color: #fff;
    border-color: #dee2e6
}

.page-link {
    padding: .375rem .75rem
}

.page-item:first-child .page-link {
    -webkit-border-top-left-radius: .25rem;
    border-top-left-radius: .25rem;
    -webkit-border-bottom-left-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.page-item:last-child .page-link {
    -webkit-border-top-right-radius: .25rem;
    border-top-right-radius: .25rem;
    -webkit-border-bottom-right-radius: .25rem;
    border-bottom-right-radius: .25rem
}

.pagination-lg .page-link {
    padding: .75rem 1.5rem;
    font-size: 1.25rem
}

.pagination-lg .page-item:first-child .page-link {
    -webkit-border-top-left-radius: .3rem;
    border-top-left-radius: .3rem;
    -webkit-border-bottom-left-radius: .3rem;
    border-bottom-left-radius: .3rem
}

.pagination-lg .page-item:last-child .page-link {
    -webkit-border-top-right-radius: .3rem;
    border-top-right-radius: .3rem;
    -webkit-border-bottom-right-radius: .3rem;
    border-bottom-right-radius: .3rem
}

.pagination-sm .page-link {
    padding: .25rem .5rem;
    font-size: .875rem
}

.pagination-sm .page-item:first-child .page-link {
    -webkit-border-top-left-radius: .2rem;
    border-top-left-radius: .2rem;
    -webkit-border-bottom-left-radius: .2rem;
    border-bottom-left-radius: .2rem
}

.pagination-sm .page-item:last-child .page-link {
    -webkit-border-top-right-radius: .2rem;
    border-top-right-radius: .2rem;
    -webkit-border-bottom-right-radius: .2rem;
    border-bottom-right-radius: .2rem
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none
}

.modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    -o-transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    -webkit-transform: translate(0, -50px);
    -ms-transform: translate(0, -50px);
    transform: translate(0, -50px)
}

@media (prefers-reduced-motion: reduce) {
    .modal.fade .modal-dialog {
        -webkit-transition: none;
        -o-transition: none;
        transition: none
    }
}

.modal.show .modal-dialog {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
}

.modal.modal-static .modal-dialog {
    -webkit-transform: scale(1.02);
    -ms-transform: scale(1.02);
    transform: scale(1.02)
}

.modal-dialog-scrollable {
    height: -webkit-calc(100% - 1rem);
    height: calc(100% - 1rem)
}

.modal-dialog-scrollable .modal-content {
    max-height: 100%;
    overflow: hidden
}

.modal-dialog-scrollable .modal-body {
    overflow-y: auto
}

.modal-dialog-centered {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: -webkit-calc(100% - 1rem);
    min-height: calc(100% - 1rem)
}

.modal-content {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,0.2);
    -webkit-border-radius: .3rem;
    border-radius: .3rem;
    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: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #dee2e6;
    -webkit-border-top-left-radius: -webkit-calc(.3rem - 1px);
    border-top-left-radius: calc(.3rem - 1px);
    -webkit-border-top-right-radius: -webkit-calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px)
}

.modal-header .btn-close {
    padding: .5rem .5rem;
    margin: -.5rem -.5rem -.5rem auto
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5
}

.modal-body {
    position: relative;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem
}

.modal-footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: .75rem;
    border-top: 1px solid #dee2e6;
    -webkit-border-bottom-right-radius: -webkit-calc(.3rem - 1px);
    border-bottom-right-radius: calc(.3rem - 1px);
    -webkit-border-bottom-left-radius: -webkit-calc(.3rem - 1px);
    border-bottom-left-radius: calc(.3rem - 1px)
}

.modal-footer>* {
    margin: .25rem
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width:500px;
        margin: 1.75rem auto
    }

    .modal-dialog-scrollable {
        height: -webkit-calc(100% - 3.5rem);
        height: calc(100% - 3.5rem)
    }

    .modal-dialog-centered {
        min-height: -webkit-calc(100% - 3.5rem);
        min-height: calc(100% - 3.5rem)
    }

    .modal-sm {
        max-width: 300px
    }
}

@media (min-width: 992px) {
    .modal-lg,.modal-xl {
        max-width:800px
    }
}

@media (min-width: 1200px) {
    .modal-xl {
        max-width:1140px
    }
}

.modal-fullscreen {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0
}

.modal-fullscreen .modal-content {
    height: 100%;
    border: 0;
    -webkit-border-radius: 0;
    border-radius: 0
}

.modal-fullscreen .modal-header {
    -webkit-border-radius: 0;
    border-radius: 0
}

.modal-fullscreen .modal-body {
    overflow-y: auto
}

.modal-fullscreen .modal-footer {
    -webkit-border-radius: 0;
    border-radius: 0
}

@media (max-width: 575.98px) {
    .modal-fullscreen-sm-down {
        width:100vw;
        max-width: none;
        height: 100%;
        margin: 0
    }

    .modal-fullscreen-sm-down .modal-content {
        height: 100%;
        border: 0;
        -webkit-border-radius: 0;
        border-radius: 0
    }

    .modal-fullscreen-sm-down .modal-header {
        -webkit-border-radius: 0;
        border-radius: 0
    }

    .modal-fullscreen-sm-down .modal-body {
        overflow-y: auto
    }

    .modal-fullscreen-sm-down .modal-footer {
        -webkit-border-radius: 0;
        border-radius: 0
    }
}

@media (max-width: 767.98px) {
    .modal-fullscreen-md-down {
        width:100vw;
        max-width: none;
        height: 100%;
        margin: 0
    }

    .modal-fullscreen-md-down .modal-content {
        height: 100%;
        border: 0;
        -webkit-border-radius: 0;
        border-radius: 0
    }

    .modal-fullscreen-md-down .modal-header {
        -webkit-border-radius: 0;
        border-radius: 0
    }

    .modal-fullscreen-md-down .modal-body {
        overflow-y: auto
    }

    .modal-fullscreen-md-down .modal-footer {
        -webkit-border-radius: 0;
        border-radius: 0
    }
}

@media (max-width: 991.98px) {
    .modal-fullscreen-lg-down {
        width:100vw;
        max-width: none;
        height: 100%;
        margin: 0
    }

    .modal-fullscreen-lg-down .modal-content {
        height: 100%;
        border: 0;
        -webkit-border-radius: 0;
        border-radius: 0
    }

    .modal-fullscreen-lg-down .modal-header {
        -webkit-border-radius: 0;
        border-radius: 0
    }

    .modal-fullscreen-lg-down .modal-body {
        overflow-y: auto
    }

    .modal-fullscreen-lg-down .modal-footer {
        -webkit-border-radius: 0;
        border-radius: 0
    }
}

@media (max-width: 1199.98px) {
    .modal-fullscreen-xl-down {
        width:100vw;
        max-width: none;
        height: 100%;
        margin: 0
    }

    .modal-fullscreen-xl-down .modal-content {
        height: 100%;
        border: 0;
        -webkit-border-radius: 0;
        border-radius: 0
    }

    .modal-fullscreen-xl-down .modal-header {
        -webkit-border-radius: 0;
        border-radius: 0
    }

    .modal-fullscreen-xl-down .modal-body {
        overflow-y: auto
    }

    .modal-fullscreen-xl-down .modal-footer {
        -webkit-border-radius: 0;
        border-radius: 0
    }
}

@media (max-width: 1439.98px) {
    .modal-fullscreen-xxl-down {
        width:100vw;
        max-width: none;
        height: 100%;
        margin: 0
    }

    .modal-fullscreen-xxl-down .modal-content {
        height: 100%;
        border: 0;
        -webkit-border-radius: 0;
        border-radius: 0
    }

    .modal-fullscreen-xxl-down .modal-header {
        -webkit-border-radius: 0;
        border-radius: 0
    }

    .modal-fullscreen-xxl-down .modal-body {
        overflow-y: auto
    }

    .modal-fullscreen-xxl-down .modal-footer {
        -webkit-border-radius: 0;
        border-radius: 0
    }
}

.carousel {
    position: relative
}

.carousel.pointer-event {
    -ms-touch-action: pan-y;
    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%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: -webkit-transform .6s ease-in-out;
    transition: -webkit-transform .6s ease-in-out;
    -o-transition: transform .6s ease-in-out;
    transition: transform .6s ease-in-out;
    transition: transform .6s ease-in-out, -webkit-transform .6s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
    .carousel-item {
        -webkit-transition: none;
        -o-transition: none;
        transition: none
    }
}

.carousel-item.active,.carousel-item-next,.carousel-item-prev {
    display: block
}

.carousel-item-next:not(.carousel-item-start),.active.carousel-item-end {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%)
}

.carousel-item-prev:not(.carousel-item-end),.active.carousel-item-start {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%)
}

.carousel-fade .carousel-item {
    opacity: 0;
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
}

.carousel-fade .carousel-item.active,.carousel-fade .carousel-item-next.carousel-item-start,.carousel-fade .carousel-item-prev.carousel-item-end {
    z-index: 1;
    opacity: 1
}

.carousel-fade .active.carousel-item-start,.carousel-fade .active.carousel-item-end {
    z-index: 0;
    opacity: 0;
    -webkit-transition: opacity 0s .6s;
    -o-transition: opacity 0s .6s;
    transition: opacity 0s .6s
}

@media (prefers-reduced-motion: reduce) {
    .carousel-fade .active.carousel-item-start,.carousel-fade .active.carousel-item-end {
        -webkit-transition: none;
        -o-transition: none;
        transition: none
    }
}

.carousel-control-prev,.carousel-control-next {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 15%;
    padding: 0;
    color: #fff;
    text-align: center;
    background: none;
    border: 0;
    opacity: .5;
    -webkit-transition: opacity 0.15s ease;
    -o-transition: opacity 0.15s ease;
    transition: opacity 0.15s ease
}

@media (prefers-reduced-motion: reduce) {
    .carousel-control-prev,.carousel-control-next {
        -webkit-transition: none;
        -o-transition: none;
        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: 2rem;
    height: 2rem;
    background-repeat: no-repeat;
    background-position: 50%;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e")
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e")
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0;
    margin-right: 15%;
    margin-bottom: 1rem;
    margin-left: 15%;
    list-style: none
}

.carousel-indicators [data-bs-target] {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    padding: 0;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    -webkit-transition: opacity 0.6s ease;
    -o-transition: opacity 0.6s ease;
    transition: opacity 0.6s ease
}

@media (prefers-reduced-motion: reduce) {
    .carousel-indicators [data-bs-target] {
        -webkit-transition: none;
        -o-transition: none;
        transition: none
    }
}

.carousel-indicators .active {
    opacity: 1
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 1.25rem;
    left: 15%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: center
}

.carousel-dark .carousel-control-prev-icon,.carousel-dark .carousel-control-next-icon {
    -webkit-filter: invert(1) grayscale(100);
    filter: invert(1) grayscale(100)
}

.carousel-dark .carousel-indicators [data-bs-target] {
    background-color: #000
}

.carousel-dark .carousel-caption {
    color: #000
}

.clearfix::after {
    display: block;
    clear: both;
    content: ""
}

.link-primary {
    color: #0d6efd
}

.link-primary:hover,.link-primary:focus {
    color: #0a58ca
}

.link-secondary {
    color: #6c757d
}

.link-secondary:hover,.link-secondary:focus {
    color: #565e64
}

.link-success {
    color: #198754
}

.link-success:hover,.link-success:focus {
    color: #146c43
}

.link-info {
    color: #0dcaf0
}

.link-info:hover,.link-info:focus {
    color: #3dd5f3
}

.link-warning {
    color: #ffc107
}

.link-warning:hover,.link-warning:focus {
    color: #ffcd39
}

.link-danger {
    color: #dc3545
}

.link-danger:hover,.link-danger:focus {
    color: #b02a37
}

.link-light {
    color: #f8f9fa
}

.link-light:hover,.link-light:focus {
    color: #f9fafb
}

.link-dark {
    color: #212529
}

.link-dark:hover,.link-dark:focus {
    color: #1a1e21
}

.ratio {
    position: relative;
    width: 100%
}

.ratio::before {
    display: block;
    padding-top: var(--bs-aspect-ratio);
    content: ""
}

.ratio>* {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.ratio-1x1 {
    --bs-aspect-ratio: 100%
}

.ratio-4x3 {
    --bs-aspect-ratio: -webkit-calc(3 / 4 * 100%);
    --bs-aspect-ratio: calc(3 / 4 * 100%)
}

.ratio-16x9 {
    --bs-aspect-ratio: -webkit-calc(9 / 16 * 100%);
    --bs-aspect-ratio: calc(9 / 16 * 100%)
}

.ratio-21x9 {
    --bs-aspect-ratio: -webkit-calc(9 / 21 * 100%);
    --bs-aspect-ratio: calc(9 / 21 * 100%)
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030
}

.fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030
}

.sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020
}

@media (min-width: 576px) {
    .sticky-sm-top {
        position:-webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

@media (min-width: 768px) {
    .sticky-md-top {
        position:-webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

@media (min-width: 992px) {
    .sticky-lg-top {
        position:-webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

@media (min-width: 1200px) {
    .sticky-xl-top {
        position:-webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

@media (min-width: 1440px) {
    .sticky-xxl-top {
        position:-webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

.visually-hidden,.visually-hidden-focusable:not(:focus):not(:focus-within) {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important
}

.stretched-link::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    content: ""
}

.text-truncate {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap
}

.align-baseline {
    vertical-align: baseline !important
}

.align-top {
    vertical-align: top !important
}

.align-middle {
    vertical-align: middle !important
}

.align-bottom {
    vertical-align: bottom !important
}

.align-text-bottom {
    vertical-align: text-bottom !important
}

.align-text-top {
    vertical-align: text-top !important
}

.float-start {
    float: left !important
}

.float-end {
    float: right !important
}

.float-none {
    float: none !important
}

.overflow-auto {
    overflow: auto !important
}

.overflow-hidden {
    overflow: hidden !important
}

.overflow-visible {
    overflow: visible !important
}

.overflow-scroll {
    overflow: scroll !important
}

.d-inline {
    display: inline !important
}

.d-inline-block {
    display: inline-block !important
}

.d-block {
    display: block !important
}

.d-grid {
    display: grid !important
}

.d-table {
    display: table !important
}

.d-table-row {
    display: table-row !important
}

.d-table-cell {
    display: table-cell !important
}

.d-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important
}

.d-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important
}

.d-none {
    display: none !important
}

.shadow {
    -webkit-box-shadow: 0 0.5rem 1rem rgba(0,0,0,0.15) !important;
    box-shadow: 0 0.5rem 1rem rgba(0,0,0,0.15) !important
}

.shadow-sm {
    -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0,0,0,0.075) !important;
    box-shadow: 0 0.125rem 0.25rem rgba(0,0,0,0.075) !important
}

.shadow-lg {
    -webkit-box-shadow: 0 1rem 3rem rgba(0,0,0,0.175) !important;
    box-shadow: 0 1rem 3rem rgba(0,0,0,0.175) !important
}

.shadow-none {
    -webkit-box-shadow: none !important;
    box-shadow: none !important
}

.position-static {
    position: static !important
}

.position-relative {
    position: relative !important
}

.position-absolute {
    position: absolute !important
}

.position-fixed {
    position: fixed !important
}

.position-sticky {
    position: -webkit-sticky !important;
    position: sticky !important
}

.top-0 {
    top: 0 !important
}

.top-50 {
    top: 50% !important
}

.top-100 {
    top: 100% !important
}

.bottom-0 {
    bottom: 0 !important
}

.bottom-50 {
    bottom: 50% !important
}

.bottom-100 {
    bottom: 100% !important
}

.start-0 {
    left: 0 !important
}

.start-50 {
    left: 50% !important
}

.start-100 {
    left: 100% !important
}

.end-0 {
    right: 0 !important
}

.end-50 {
    right: 50% !important
}

.end-100 {
    right: 100% !important
}

.translate-middle {
    -webkit-transform: translate(-50%, -50%) !important;
    -ms-transform: translate(-50%, -50%) !important;
    transform: translate(-50%, -50%) !important
}

.translate-middle-x {
    -webkit-transform: translateX(-50%) !important;
    -ms-transform: translateX(-50%) !important;
    transform: translateX(-50%) !important
}

.translate-middle-y {
    -webkit-transform: translateY(-50%) !important;
    -ms-transform: translateY(-50%) !important;
    transform: translateY(-50%) !important
}

.border {
    border: 1px solid #dee2e6 !important
}

.border-0 {
    border: 0 !important
}

.border-top {
    border-top: 1px solid #dee2e6 !important
}

.border-top-0 {
    border-top: 0 !important
}

.border-end {
    border-right: 1px solid #dee2e6 !important
}

.border-end-0 {
    border-right: 0 !important
}

.border-bottom {
    border-bottom: 1px solid #dee2e6 !important
}

.border-bottom-0 {
    border-bottom: 0 !important
}

.border-start {
    border-left: 1px solid #dee2e6 !important
}

.border-start-0 {
    border-left: 0 !important
}

.border-primary {
    border-color: #0d6efd !important
}

.border-secondary {
    border-color: #6c757d !important
}

.border-success {
    border-color: #198754 !important
}

.border-info {
    border-color: #0dcaf0 !important
}

.border-warning {
    border-color: #ffc107 !important
}

.border-danger {
    border-color: #dc3545 !important
}

.border-light {
    border-color: #f8f9fa !important
}

.border-dark {
    border-color: #212529 !important
}

.border-white {
    border-color: #fff !important
}

.border-1 {
    border-width: 1px !important
}

.border-2 {
    border-width: 2px !important
}

.border-3 {
    border-width: 3px !important
}

.border-4 {
    border-width: 4px !important
}

.border-5 {
    border-width: 5px !important
}

.w-25 {
    width: 25% !important
}

.w-50 {
    width: 50% !important
}

.w-75 {
    width: 75% !important
}

.w-100 {
    width: 100% !important
}

.w-auto {
    width: auto !important
}

.mw-100 {
    max-width: 100% !important
}

.vw-100 {
    width: 100vw !important
}

.min-vw-100 {
    min-width: 100vw !important
}

.h-25 {
    height: 25% !important
}

.h-50 {
    height: 50% !important
}

.h-75 {
    height: 75% !important
}

.h-100 {
    height: 100% !important
}

.h-auto {
    height: auto !important
}

.mh-100 {
    max-height: 100% !important
}

.vh-100 {
    height: 100vh !important
}

.min-vh-100 {
    min-height: 100vh !important
}

.flex-fill {
    -webkit-box-flex: 1 !important;
    -webkit-flex: 1 1 auto !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important
}

.flex-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important
}

.flex-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important
}

.flex-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important
}

.flex-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important
}

.flex-grow-0 {
    -webkit-box-flex: 0 !important;
    -webkit-flex-grow: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important
}

.flex-grow-1 {
    -webkit-box-flex: 1 !important;
    -webkit-flex-grow: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important
}

.flex-shrink-0 {
    -webkit-flex-shrink: 0 !important;
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important
}

.flex-shrink-1 {
    -webkit-flex-shrink: 1 !important;
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important
}

.flex-wrap {
    -webkit-flex-wrap: wrap !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important
}

.flex-nowrap {
    -webkit-flex-wrap: nowrap !important;
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important
}

.flex-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important
}

.gap-0 {
    gap: 0 !important
}

.gap-1 {
    gap: .25rem !important
}

.gap-2 {
    gap: .5rem !important
}

.gap-3 {
    gap: 1rem !important
}

.gap-4 {
    gap: 1.5rem !important
}

.gap-5 {
    gap: 3rem !important
}

.justify-content-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important
}

.justify-content-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important
}

.justify-content-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important
}

.justify-content-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important
}

.justify-content-around {
    -webkit-justify-content: space-around !important;
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important
}

.justify-content-evenly {
    -webkit-box-pack: space-evenly !important;
    -webkit-justify-content: space-evenly !important;
    -ms-flex-pack: space-evenly !important;
    justify-content: space-evenly !important
}

.align-items-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important
}

.align-items-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important
}

.align-items-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    -ms-flex-align: center !important;
    align-items: center !important
}

.align-items-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important
}

.align-items-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important
}

.align-content-start {
    -webkit-align-content: flex-start !important;
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important
}

.align-content-end {
    -webkit-align-content: flex-end !important;
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important
}

.align-content-center {
    -webkit-align-content: center !important;
    -ms-flex-line-pack: center !important;
    align-content: center !important
}

.align-content-between {
    -webkit-align-content: space-between !important;
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important
}

.align-content-around {
    -webkit-align-content: space-around !important;
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important
}

.align-content-stretch {
    -webkit-align-content: stretch !important;
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important
}

.align-self-auto {
    -webkit-align-self: auto !important;
    -ms-flex-item-align: auto !important;
    align-self: auto !important
}

.align-self-start {
    -webkit-align-self: flex-start !important;
    -ms-flex-item-align: start !important;
    align-self: flex-start !important
}

.align-self-end {
    -webkit-align-self: flex-end !important;
    -ms-flex-item-align: end !important;
    align-self: flex-end !important
}

.align-self-center {
    -webkit-align-self: center !important;
    -ms-flex-item-align: center !important;
    align-self: center !important
}

.align-self-baseline {
    -webkit-align-self: baseline !important;
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important
}

.align-self-stretch {
    -webkit-align-self: stretch !important;
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important
}

.order-first {
    -webkit-box-ordinal-group: 0 !important;
    -webkit-order: -1 !important;
    -ms-flex-order: -1 !important;
    order: -1 !important
}

.order-0 {
    -webkit-box-ordinal-group: 1 !important;
    -webkit-order: 0 !important;
    -ms-flex-order: 0 !important;
    order: 0 !important
}

.order-1 {
    -webkit-box-ordinal-group: 2 !important;
    -webkit-order: 1 !important;
    -ms-flex-order: 1 !important;
    order: 1 !important
}

.order-2 {
    -webkit-box-ordinal-group: 3 !important;
    -webkit-order: 2 !important;
    -ms-flex-order: 2 !important;
    order: 2 !important
}

.order-3 {
    -webkit-box-ordinal-group: 4 !important;
    -webkit-order: 3 !important;
    -ms-flex-order: 3 !important;
    order: 3 !important
}

.order-4 {
    -webkit-box-ordinal-group: 5 !important;
    -webkit-order: 4 !important;
    -ms-flex-order: 4 !important;
    order: 4 !important
}

.order-5 {
    -webkit-box-ordinal-group: 6 !important;
    -webkit-order: 5 !important;
    -ms-flex-order: 5 !important;
    order: 5 !important
}

.order-last {
    -webkit-box-ordinal-group: 7 !important;
    -webkit-order: 6 !important;
    -ms-flex-order: 6 !important;
    order: 6 !important
}

.m-0 {
    margin: 0 !important
}

.m-1 {
    margin: .25rem !important
}

.m-2 {
    margin: .5rem !important
}

.m-3 {
    margin: 1rem !important
}

.m-4 {
    margin: 1.5rem !important
}

.m-5 {
    margin: 3rem !important
}

.m-auto {
    margin: auto !important
}

.mx-0 {
    margin-right: 0 !important;
    margin-left: 0 !important
}

.mx-1 {
    margin-right: .25rem !important;
    margin-left: .25rem !important
}

.mx-2 {
    margin-right: .5rem !important;
    margin-left: .5rem !important
}

.mx-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important
}

.mx-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important
}

.mx-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important
}

.mx-auto {
    margin-right: auto !important;
    margin-left: auto !important
}

.my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important
}

.my-1 {
    margin-top: .25rem !important;
    margin-bottom: .25rem !important
}

.my-2 {
    margin-top: .5rem !important;
    margin-bottom: .5rem !important
}

.my-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important
}

.my-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important
}

.my-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important
}

.my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important
}

.mt-0 {
    margin-top: 0 !important
}

.mt-1 {
    margin-top: .25rem !important
}

.mt-2 {
    margin-top: .5rem !important
}

.mt-3 {
    margin-top: 1rem !important
}

.mt-4 {
    margin-top: 1.5rem !important
}

.mt-5 {
    margin-top: 3rem !important
}

.mt-auto {
    margin-top: auto !important
}

.me-0 {
    margin-right: 0 !important
}

.me-1 {
    margin-right: .25rem !important
}

.me-2 {
    margin-right: .5rem !important
}

.me-3 {
    margin-right: 1rem !important
}

.me-4 {
    margin-right: 1.5rem !important
}

.me-5 {
    margin-right: 3rem !important
}

.me-auto {
    margin-right: auto !important
}

.mb-0 {
    margin-bottom: 0 !important
}

.mb-1 {
    margin-bottom: .25rem !important
}

.mb-2 {
    margin-bottom: .5rem !important
}

.mb-3 {
    margin-bottom: 1rem !important
}

.mb-4 {
    margin-bottom: 1.5rem !important
}

.mb-5 {
    margin-bottom: 3rem !important
}

.mb-auto {
    margin-bottom: auto !important
}

.ms-0 {
    margin-left: 0 !important
}

.ms-1 {
    margin-left: .25rem !important
}

.ms-2 {
    margin-left: .5rem !important
}

.ms-3 {
    margin-left: 1rem !important
}

.ms-4 {
    margin-left: 1.5rem !important
}

.ms-5 {
    margin-left: 3rem !important
}

.ms-auto {
    margin-left: auto !important
}

.p-0 {
    padding: 0 !important
}

.p-1 {
    padding: .25rem !important
}

.p-2 {
    padding: .5rem !important
}

.p-3 {
    padding: 1rem !important
}

.p-4 {
    padding: 1.5rem !important
}

.p-5 {
    padding: 3rem !important
}

.px-0 {
    padding-right: 0 !important;
    padding-left: 0 !important
}

.px-1 {
    padding-right: .25rem !important;
    padding-left: .25rem !important
}

.px-2 {
    padding-right: .5rem !important;
    padding-left: .5rem !important
}

.px-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important
}

.px-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important
}

.px-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important
}

.py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important
}

.py-1 {
    padding-top: .25rem !important;
    padding-bottom: .25rem !important
}

.py-2 {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important
}

.py-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important
}

.py-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important
}

.py-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important
}

.pt-0 {
    padding-top: 0 !important
}

.pt-1 {
    padding-top: .25rem !important
}

.pt-2 {
    padding-top: .5rem !important
}

.pt-3 {
    padding-top: 1rem !important
}

.pt-4 {
    padding-top: 1.5rem !important
}

.pt-5 {
    padding-top: 3rem !important
}

.pe-0 {
    padding-right: 0 !important
}

.pe-1 {
    padding-right: .25rem !important
}

.pe-2 {
    padding-right: .5rem !important
}

.pe-3 {
    padding-right: 1rem !important
}

.pe-4 {
    padding-right: 1.5rem !important
}

.pe-5 {
    padding-right: 3rem !important
}

.pb-0 {
    padding-bottom: 0 !important
}

.pb-1 {
    padding-bottom: .25rem !important
}

.pb-2 {
    padding-bottom: .5rem !important
}

.pb-3 {
    padding-bottom: 1rem !important
}

.pb-4 {
    padding-bottom: 1.5rem !important
}

.pb-5 {
    padding-bottom: 3rem !important
}

.ps-0 {
    padding-left: 0 !important
}

.ps-1 {
    padding-left: .25rem !important
}

.ps-2 {
    padding-left: .5rem !important
}

.ps-3 {
    padding-left: 1rem !important
}

.ps-4 {
    padding-left: 1.5rem !important
}

.ps-5 {
    padding-left: 3rem !important
}

.font-monospace {
    font-family: var(--bs-font-monospace) !important
}

.fs-1 {
    font-size: -webkit-calc(1.375rem + 1.5vw) !important;
    font-size: calc(1.375rem + 1.5vw) !important
}

.fs-2 {
    font-size: -webkit-calc(1.325rem + .9vw) !important;
    font-size: calc(1.325rem + .9vw) !important
}

.fs-3 {
    font-size: -webkit-calc(1.3rem + .6vw) !important;
    font-size: calc(1.3rem + .6vw) !important
}

.fs-4 {
    font-size: -webkit-calc(1.275rem + .3vw) !important;
    font-size: calc(1.275rem + .3vw) !important
}

.fs-5 {
    font-size: 1.25rem !important
}

.fs-6 {
    font-size: 1rem !important
}

.fst-italic {
    font-style: italic !important
}

.fst-normal {
    font-style: normal !important
}

.fw-light {
    font-weight: 300 !important
}

.fw-lighter {
    font-weight: lighter !important
}

.fw-normal {
    font-weight: 400 !important
}

.fw-bold {
    font-weight: 700 !important
}

.fw-bolder {
    font-weight: bolder !important
}

.lh-1 {
    line-height: 1 !important
}

.lh-sm {
    line-height: 1.25 !important
}

.lh-base {
    line-height: 1.5 !important
}

.lh-lg {
    line-height: 2 !important
}

.text-start {
    text-align: left !important
}

.text-end {
    text-align: right !important
}

.text-center {
    text-align: center !important
}

.text-decoration-none {
    text-decoration: none !important
}

.text-decoration-underline {
    text-decoration: underline !important
}

.text-decoration-line-through {
    text-decoration: line-through !important
}

.text-lowercase {
    text-transform: lowercase !important
}

.text-uppercase {
    text-transform: uppercase !important
}

.text-capitalize {
    text-transform: capitalize !important
}

.text-wrap {
    white-space: normal !important
}

.text-nowrap {
    white-space: nowrap !important
}

.text-break {
    word-wrap: break-word !important;
    word-break: break-word !important
}

.text-primary {
    color: #0d6efd !important
}

.text-secondary {
    color: #6c757d !important
}

.text-success {
    color: #198754 !important
}

.text-info {
    color: #0dcaf0 !important
}

.text-warning {
    color: #ffc107 !important
}

.text-danger {
    color: #dc3545 !important
}

.text-light {
    color: #f8f9fa !important
}

.text-dark {
    color: #212529 !important
}

.text-white {
    color: #fff !important
}

.text-body {
    color: #212529 !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-reset {
    color: inherit !important
}

.bg-primary {
    background-color: #0d6efd !important
}

.bg-secondary {
    background-color: #6c757d !important
}

.bg-success {
    background-color: #198754 !important
}

.bg-info {
    background-color: #0dcaf0 !important
}

.bg-warning {
    background-color: #ffc107 !important
}

.bg-danger {
    background-color: #dc3545 !important
}

.bg-light {
    background-color: #f8f9fa !important
}

.bg-dark {
    background-color: #212529 !important
}

.bg-body {
    background-color: #fff !important
}

.bg-white {
    background-color: #fff !important
}

.bg-transparent {
    background-color: rgba(0,0,0,0) !important
}

.bg-gradient {
    background-image: var(--bs-gradient) !important
}

.user-select-all {
    -webkit-user-select: all !important;
    -moz-user-select: all !important;
    -ms-user-select: all !important;
    user-select: all !important
}

.user-select-auto {
    -webkit-user-select: auto !important;
    -moz-user-select: auto !important;
    -ms-user-select: auto !important;
    user-select: auto !important
}

.user-select-none {
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important
}

.pe-none {
    pointer-events: none !important
}

.pe-auto {
    pointer-events: auto !important
}

.rounded {
    -webkit-border-radius: .25rem !important;
    border-radius: .25rem !important
}

.rounded-0 {
    -webkit-border-radius: 0 !important;
    border-radius: 0 !important
}

.rounded-1 {
    -webkit-border-radius: .2rem !important;
    border-radius: .2rem !important
}

.rounded-2 {
    -webkit-border-radius: .25rem !important;
    border-radius: .25rem !important
}

.rounded-3 {
    -webkit-border-radius: .3rem !important;
    border-radius: .3rem !important
}

.rounded-circle {
    -webkit-border-radius: 50% !important;
    border-radius: 50% !important
}

.rounded-pill {
    -webkit-border-radius: 50rem !important;
    border-radius: 50rem !important
}

.rounded-top {
    -webkit-border-top-left-radius: .25rem !important;
    border-top-left-radius: .25rem !important;
    -webkit-border-top-right-radius: .25rem !important;
    border-top-right-radius: .25rem !important
}

.rounded-end {
    -webkit-border-top-right-radius: .25rem !important;
    border-top-right-radius: .25rem !important;
    -webkit-border-bottom-right-radius: .25rem !important;
    border-bottom-right-radius: .25rem !important
}

.rounded-bottom {
    -webkit-border-bottom-right-radius: .25rem !important;
    border-bottom-right-radius: .25rem !important;
    -webkit-border-bottom-left-radius: .25rem !important;
    border-bottom-left-radius: .25rem !important
}

.rounded-start {
    -webkit-border-bottom-left-radius: .25rem !important;
    border-bottom-left-radius: .25rem !important;
    -webkit-border-top-left-radius: .25rem !important;
    border-top-left-radius: .25rem !important
}

.visible {
    visibility: visible !important
}

.invisible {
    visibility: hidden !important
}

@media (min-width: 576px) {
    .float-sm-start {
        float:left !important
    }

    .float-sm-end {
        float: right !important
    }

    .float-sm-none {
        float: none !important
    }

    .d-sm-inline {
        display: inline !important
    }

    .d-sm-inline-block {
        display: inline-block !important
    }

    .d-sm-block {
        display: block !important
    }

    .d-sm-grid {
        display: grid !important
    }

    .d-sm-table {
        display: table !important
    }

    .d-sm-table-row {
        display: table-row !important
    }

    .d-sm-table-cell {
        display: table-cell !important
    }

    .d-sm-flex {
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-sm-inline-flex {
        display: -webkit-inline-box !important;
        display: -webkit-inline-flex !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }

    .d-sm-none {
        display: none !important
    }

    .flex-sm-fill {
        -webkit-box-flex: 1 !important;
        -webkit-flex: 1 1 auto !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-sm-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-sm-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-sm-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -webkit-flex-direction: row-reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-sm-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -webkit-flex-direction: column-reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-sm-grow-0 {
        -webkit-box-flex: 0 !important;
        -webkit-flex-grow: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-sm-grow-1 {
        -webkit-box-flex: 1 !important;
        -webkit-flex-grow: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-sm-shrink-0 {
        -webkit-flex-shrink: 0 !important;
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-sm-shrink-1 {
        -webkit-flex-shrink: 1 !important;
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .flex-sm-wrap {
        -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-sm-nowrap {
        -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-sm-wrap-reverse {
        -webkit-flex-wrap: wrap-reverse !important;
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .gap-sm-0 {
        gap: 0 !important
    }

    .gap-sm-1 {
        gap: .25rem !important
    }

    .gap-sm-2 {
        gap: .5rem !important
    }

    .gap-sm-3 {
        gap: 1rem !important
    }

    .gap-sm-4 {
        gap: 1.5rem !important
    }

    .gap-sm-5 {
        gap: 3rem !important
    }

    .justify-content-sm-start {
        -webkit-box-pack: start !important;
        -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-sm-end {
        -webkit-box-pack: end !important;
        -webkit-justify-content: flex-end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-sm-center {
        -webkit-box-pack: center !important;
        -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-sm-between {
        -webkit-box-pack: justify !important;
        -webkit-justify-content: space-between !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-sm-around {
        -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .justify-content-sm-evenly {
        -webkit-box-pack: space-evenly !important;
        -webkit-justify-content: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
        justify-content: space-evenly !important
    }

    .align-items-sm-start {
        -webkit-box-align: start !important;
        -webkit-align-items: flex-start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-sm-end {
        -webkit-box-align: end !important;
        -webkit-align-items: flex-end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-sm-center {
        -webkit-box-align: center !important;
        -webkit-align-items: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-sm-baseline {
        -webkit-box-align: baseline !important;
        -webkit-align-items: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-sm-stretch {
        -webkit-box-align: stretch !important;
        -webkit-align-items: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-sm-start {
        -webkit-align-content: flex-start !important;
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-sm-end {
        -webkit-align-content: flex-end !important;
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-sm-center {
        -webkit-align-content: center !important;
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-sm-between {
        -webkit-align-content: space-between !important;
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-sm-around {
        -webkit-align-content: space-around !important;
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-sm-stretch {
        -webkit-align-content: stretch !important;
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-sm-auto {
        -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

    .align-self-sm-start {
        -webkit-align-self: flex-start !important;
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-sm-end {
        -webkit-align-self: flex-end !important;
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-sm-center {
        -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-sm-baseline {
        -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-sm-stretch {
        -webkit-align-self: stretch !important;
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }

    .order-sm-first {
        -webkit-box-ordinal-group: 0 !important;
        -webkit-order: -1 !important;
        -ms-flex-order: -1 !important;
        order: -1 !important
    }

    .order-sm-0 {
        -webkit-box-ordinal-group: 1 !important;
        -webkit-order: 0 !important;
        -ms-flex-order: 0 !important;
        order: 0 !important
    }

    .order-sm-1 {
        -webkit-box-ordinal-group: 2 !important;
        -webkit-order: 1 !important;
        -ms-flex-order: 1 !important;
        order: 1 !important
    }

    .order-sm-2 {
        -webkit-box-ordinal-group: 3 !important;
        -webkit-order: 2 !important;
        -ms-flex-order: 2 !important;
        order: 2 !important
    }

    .order-sm-3 {
        -webkit-box-ordinal-group: 4 !important;
        -webkit-order: 3 !important;
        -ms-flex-order: 3 !important;
        order: 3 !important
    }

    .order-sm-4 {
        -webkit-box-ordinal-group: 5 !important;
        -webkit-order: 4 !important;
        -ms-flex-order: 4 !important;
        order: 4 !important
    }

    .order-sm-5 {
        -webkit-box-ordinal-group: 6 !important;
        -webkit-order: 5 !important;
        -ms-flex-order: 5 !important;
        order: 5 !important
    }

    .order-sm-last {
        -webkit-box-ordinal-group: 7 !important;
        -webkit-order: 6 !important;
        -ms-flex-order: 6 !important;
        order: 6 !important
    }

    .m-sm-0 {
        margin: 0 !important
    }

    .m-sm-1 {
        margin: .25rem !important
    }

    .m-sm-2 {
        margin: .5rem !important
    }

    .m-sm-3 {
        margin: 1rem !important
    }

    .m-sm-4 {
        margin: 1.5rem !important
    }

    .m-sm-5 {
        margin: 3rem !important
    }

    .m-sm-auto {
        margin: auto !important
    }

    .mx-sm-0 {
        margin-right: 0 !important;
        margin-left: 0 !important
    }

    .mx-sm-1 {
        margin-right: .25rem !important;
        margin-left: .25rem !important
    }

    .mx-sm-2 {
        margin-right: .5rem !important;
        margin-left: .5rem !important
    }

    .mx-sm-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important
    }

    .mx-sm-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important
    }

    .mx-sm-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important
    }

    .mx-sm-auto {
        margin-right: auto !important;
        margin-left: auto !important
    }

    .my-sm-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }

    .my-sm-1 {
        margin-top: .25rem !important;
        margin-bottom: .25rem !important
    }

    .my-sm-2 {
        margin-top: .5rem !important;
        margin-bottom: .5rem !important
    }

    .my-sm-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important
    }

    .my-sm-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important
    }

    .my-sm-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important
    }

    .my-sm-auto {
        margin-top: auto !important;
        margin-bottom: auto !important
    }

    .mt-sm-0 {
        margin-top: 0 !important
    }

    .mt-sm-1 {
        margin-top: .25rem !important
    }

    .mt-sm-2 {
        margin-top: .5rem !important
    }

    .mt-sm-3 {
        margin-top: 1rem !important
    }

    .mt-sm-4 {
        margin-top: 1.5rem !important
    }

    .mt-sm-5 {
        margin-top: 3rem !important
    }

    .mt-sm-auto {
        margin-top: auto !important
    }

    .me-sm-0 {
        margin-right: 0 !important
    }

    .me-sm-1 {
        margin-right: .25rem !important
    }

    .me-sm-2 {
        margin-right: .5rem !important
    }

    .me-sm-3 {
        margin-right: 1rem !important
    }

    .me-sm-4 {
        margin-right: 1.5rem !important
    }

    .me-sm-5 {
        margin-right: 3rem !important
    }

    .me-sm-auto {
        margin-right: auto !important
    }

    .mb-sm-0 {
        margin-bottom: 0 !important
    }

    .mb-sm-1 {
        margin-bottom: .25rem !important
    }

    .mb-sm-2 {
        margin-bottom: .5rem !important
    }

    .mb-sm-3 {
        margin-bottom: 1rem !important
    }

    .mb-sm-4 {
        margin-bottom: 1.5rem !important
    }

    .mb-sm-5 {
        margin-bottom: 3rem !important
    }

    .mb-sm-auto {
        margin-bottom: auto !important
    }

    .ms-sm-0 {
        margin-left: 0 !important
    }

    .ms-sm-1 {
        margin-left: .25rem !important
    }

    .ms-sm-2 {
        margin-left: .5rem !important
    }

    .ms-sm-3 {
        margin-left: 1rem !important
    }

    .ms-sm-4 {
        margin-left: 1.5rem !important
    }

    .ms-sm-5 {
        margin-left: 3rem !important
    }

    .ms-sm-auto {
        margin-left: auto !important
    }

    .p-sm-0 {
        padding: 0 !important
    }

    .p-sm-1 {
        padding: .25rem !important
    }

    .p-sm-2 {
        padding: .5rem !important
    }

    .p-sm-3 {
        padding: 1rem !important
    }

    .p-sm-4 {
        padding: 1.5rem !important
    }

    .p-sm-5 {
        padding: 3rem !important
    }

    .px-sm-0 {
        padding-right: 0 !important;
        padding-left: 0 !important
    }

    .px-sm-1 {
        padding-right: .25rem !important;
        padding-left: .25rem !important
    }

    .px-sm-2 {
        padding-right: .5rem !important;
        padding-left: .5rem !important
    }

    .px-sm-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important
    }

    .px-sm-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important
    }

    .px-sm-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important
    }

    .py-sm-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

    .py-sm-1 {
        padding-top: .25rem !important;
        padding-bottom: .25rem !important
    }

    .py-sm-2 {
        padding-top: .5rem !important;
        padding-bottom: .5rem !important
    }

    .py-sm-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important
    }

    .py-sm-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important
    }

    .py-sm-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important
    }

    .pt-sm-0 {
        padding-top: 0 !important
    }

    .pt-sm-1 {
        padding-top: .25rem !important
    }

    .pt-sm-2 {
        padding-top: .5rem !important
    }

    .pt-sm-3 {
        padding-top: 1rem !important
    }

    .pt-sm-4 {
        padding-top: 1.5rem !important
    }

    .pt-sm-5 {
        padding-top: 3rem !important
    }

    .pe-sm-0 {
        padding-right: 0 !important
    }

    .pe-sm-1 {
        padding-right: .25rem !important
    }

    .pe-sm-2 {
        padding-right: .5rem !important
    }

    .pe-sm-3 {
        padding-right: 1rem !important
    }

    .pe-sm-4 {
        padding-right: 1.5rem !important
    }

    .pe-sm-5 {
        padding-right: 3rem !important
    }

    .pb-sm-0 {
        padding-bottom: 0 !important
    }

    .pb-sm-1 {
        padding-bottom: .25rem !important
    }

    .pb-sm-2 {
        padding-bottom: .5rem !important
    }

    .pb-sm-3 {
        padding-bottom: 1rem !important
    }

    .pb-sm-4 {
        padding-bottom: 1.5rem !important
    }

    .pb-sm-5 {
        padding-bottom: 3rem !important
    }

    .ps-sm-0 {
        padding-left: 0 !important
    }

    .ps-sm-1 {
        padding-left: .25rem !important
    }

    .ps-sm-2 {
        padding-left: .5rem !important
    }

    .ps-sm-3 {
        padding-left: 1rem !important
    }

    .ps-sm-4 {
        padding-left: 1.5rem !important
    }

    .ps-sm-5 {
        padding-left: 3rem !important
    }

    .text-sm-start {
        text-align: left !important
    }

    .text-sm-end {
        text-align: right !important
    }

    .text-sm-center {
        text-align: center !important
    }
}

@media (min-width: 768px) {
    .float-md-start {
        float:left !important
    }

    .float-md-end {
        float: right !important
    }

    .float-md-none {
        float: none !important
    }

    .d-md-inline {
        display: inline !important
    }

    .d-md-inline-block {
        display: inline-block !important
    }

    .d-md-block {
        display: block !important
    }

    .d-md-grid {
        display: grid !important
    }

    .d-md-table {
        display: table !important
    }

    .d-md-table-row {
        display: table-row !important
    }

    .d-md-table-cell {
        display: table-cell !important
    }

    .d-md-flex {
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-md-inline-flex {
        display: -webkit-inline-box !important;
        display: -webkit-inline-flex !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }

    .d-md-none {
        display: none !important
    }

    .flex-md-fill {
        -webkit-box-flex: 1 !important;
        -webkit-flex: 1 1 auto !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-md-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-md-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-md-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -webkit-flex-direction: row-reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-md-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -webkit-flex-direction: column-reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-md-grow-0 {
        -webkit-box-flex: 0 !important;
        -webkit-flex-grow: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-md-grow-1 {
        -webkit-box-flex: 1 !important;
        -webkit-flex-grow: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-md-shrink-0 {
        -webkit-flex-shrink: 0 !important;
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-md-shrink-1 {
        -webkit-flex-shrink: 1 !important;
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .flex-md-wrap {
        -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-md-nowrap {
        -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-md-wrap-reverse {
        -webkit-flex-wrap: wrap-reverse !important;
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .gap-md-0 {
        gap: 0 !important
    }

    .gap-md-1 {
        gap: .25rem !important
    }

    .gap-md-2 {
        gap: .5rem !important
    }

    .gap-md-3 {
        gap: 1rem !important
    }

    .gap-md-4 {
        gap: 1.5rem !important
    }

    .gap-md-5 {
        gap: 3rem !important
    }

    .justify-content-md-start {
        -webkit-box-pack: start !important;
        -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-md-end {
        -webkit-box-pack: end !important;
        -webkit-justify-content: flex-end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-md-center {
        -webkit-box-pack: center !important;
        -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-md-between {
        -webkit-box-pack: justify !important;
        -webkit-justify-content: space-between !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-md-around {
        -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .justify-content-md-evenly {
        -webkit-box-pack: space-evenly !important;
        -webkit-justify-content: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
        justify-content: space-evenly !important
    }

    .align-items-md-start {
        -webkit-box-align: start !important;
        -webkit-align-items: flex-start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-md-end {
        -webkit-box-align: end !important;
        -webkit-align-items: flex-end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-md-center {
        -webkit-box-align: center !important;
        -webkit-align-items: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-md-baseline {
        -webkit-box-align: baseline !important;
        -webkit-align-items: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-md-stretch {
        -webkit-box-align: stretch !important;
        -webkit-align-items: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-md-start {
        -webkit-align-content: flex-start !important;
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-md-end {
        -webkit-align-content: flex-end !important;
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-md-center {
        -webkit-align-content: center !important;
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-md-between {
        -webkit-align-content: space-between !important;
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-md-around {
        -webkit-align-content: space-around !important;
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-md-stretch {
        -webkit-align-content: stretch !important;
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-md-auto {
        -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

    .align-self-md-start {
        -webkit-align-self: flex-start !important;
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-md-end {
        -webkit-align-self: flex-end !important;
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-md-center {
        -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-md-baseline {
        -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-md-stretch {
        -webkit-align-self: stretch !important;
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }

    .order-md-first {
        -webkit-box-ordinal-group: 0 !important;
        -webkit-order: -1 !important;
        -ms-flex-order: -1 !important;
        order: -1 !important
    }

    .order-md-0 {
        -webkit-box-ordinal-group: 1 !important;
        -webkit-order: 0 !important;
        -ms-flex-order: 0 !important;
        order: 0 !important
    }

    .order-md-1 {
        -webkit-box-ordinal-group: 2 !important;
        -webkit-order: 1 !important;
        -ms-flex-order: 1 !important;
        order: 1 !important
    }

    .order-md-2 {
        -webkit-box-ordinal-group: 3 !important;
        -webkit-order: 2 !important;
        -ms-flex-order: 2 !important;
        order: 2 !important
    }

    .order-md-3 {
        -webkit-box-ordinal-group: 4 !important;
        -webkit-order: 3 !important;
        -ms-flex-order: 3 !important;
        order: 3 !important
    }

    .order-md-4 {
        -webkit-box-ordinal-group: 5 !important;
        -webkit-order: 4 !important;
        -ms-flex-order: 4 !important;
        order: 4 !important
    }

    .order-md-5 {
        -webkit-box-ordinal-group: 6 !important;
        -webkit-order: 5 !important;
        -ms-flex-order: 5 !important;
        order: 5 !important
    }

    .order-md-last {
        -webkit-box-ordinal-group: 7 !important;
        -webkit-order: 6 !important;
        -ms-flex-order: 6 !important;
        order: 6 !important
    }

    .m-md-0 {
        margin: 0 !important
    }

    .m-md-1 {
        margin: .25rem !important
    }

    .m-md-2 {
        margin: .5rem !important
    }

    .m-md-3 {
        margin: 1rem !important
    }

    .m-md-4 {
        margin: 1.5rem !important
    }

    .m-md-5 {
        margin: 3rem !important
    }

    .m-md-auto {
        margin: auto !important
    }

    .mx-md-0 {
        margin-right: 0 !important;
        margin-left: 0 !important
    }

    .mx-md-1 {
        margin-right: .25rem !important;
        margin-left: .25rem !important
    }

    .mx-md-2 {
        margin-right: .5rem !important;
        margin-left: .5rem !important
    }

    .mx-md-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important
    }

    .mx-md-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important
    }

    .mx-md-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important
    }

    .mx-md-auto {
        margin-right: auto !important;
        margin-left: auto !important
    }

    .my-md-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }

    .my-md-1 {
        margin-top: .25rem !important;
        margin-bottom: .25rem !important
    }

    .my-md-2 {
        margin-top: .5rem !important;
        margin-bottom: .5rem !important
    }

    .my-md-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important
    }

    .my-md-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important
    }

    .my-md-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important
    }

    .my-md-auto {
        margin-top: auto !important;
        margin-bottom: auto !important
    }

    .mt-md-0 {
        margin-top: 0 !important
    }

    .mt-md-1 {
        margin-top: .25rem !important
    }

    .mt-md-2 {
        margin-top: .5rem !important
    }

    .mt-md-3 {
        margin-top: 1rem !important
    }

    .mt-md-4 {
        margin-top: 1.5rem !important
    }

    .mt-md-5 {
        margin-top: 3rem !important
    }

    .mt-md-auto {
        margin-top: auto !important
    }

    .me-md-0 {
        margin-right: 0 !important
    }

    .me-md-1 {
        margin-right: .25rem !important
    }

    .me-md-2 {
        margin-right: .5rem !important
    }

    .me-md-3 {
        margin-right: 1rem !important
    }

    .me-md-4 {
        margin-right: 1.5rem !important
    }

    .me-md-5 {
        margin-right: 3rem !important
    }

    .me-md-auto {
        margin-right: auto !important
    }

    .mb-md-0 {
        margin-bottom: 0 !important
    }

    .mb-md-1 {
        margin-bottom: .25rem !important
    }

    .mb-md-2 {
        margin-bottom: .5rem !important
    }

    .mb-md-3 {
        margin-bottom: 1rem !important
    }

    .mb-md-4 {
        margin-bottom: 1.5rem !important
    }

    .mb-md-5 {
        margin-bottom: 3rem !important
    }

    .mb-md-auto {
        margin-bottom: auto !important
    }

    .ms-md-0 {
        margin-left: 0 !important
    }

    .ms-md-1 {
        margin-left: .25rem !important
    }

    .ms-md-2 {
        margin-left: .5rem !important
    }

    .ms-md-3 {
        margin-left: 1rem !important
    }

    .ms-md-4 {
        margin-left: 1.5rem !important
    }

    .ms-md-5 {
        margin-left: 3rem !important
    }

    .ms-md-auto {
        margin-left: auto !important
    }

    .p-md-0 {
        padding: 0 !important
    }

    .p-md-1 {
        padding: .25rem !important
    }

    .p-md-2 {
        padding: .5rem !important
    }

    .p-md-3 {
        padding: 1rem !important
    }

    .p-md-4 {
        padding: 1.5rem !important
    }

    .p-md-5 {
        padding: 3rem !important
    }

    .px-md-0 {
        padding-right: 0 !important;
        padding-left: 0 !important
    }

    .px-md-1 {
        padding-right: .25rem !important;
        padding-left: .25rem !important
    }

    .px-md-2 {
        padding-right: .5rem !important;
        padding-left: .5rem !important
    }

    .px-md-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important
    }

    .px-md-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important
    }

    .px-md-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important
    }

    .py-md-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

    .py-md-1 {
        padding-top: .25rem !important;
        padding-bottom: .25rem !important
    }

    .py-md-2 {
        padding-top: .5rem !important;
        padding-bottom: .5rem !important
    }

    .py-md-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important
    }

    .py-md-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important
    }

    .py-md-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important
    }

    .pt-md-0 {
        padding-top: 0 !important
    }

    .pt-md-1 {
        padding-top: .25rem !important
    }

    .pt-md-2 {
        padding-top: .5rem !important
    }

    .pt-md-3 {
        padding-top: 1rem !important
    }

    .pt-md-4 {
        padding-top: 1.5rem !important
    }

    .pt-md-5 {
        padding-top: 3rem !important
    }

    .pe-md-0 {
        padding-right: 0 !important
    }

    .pe-md-1 {
        padding-right: .25rem !important
    }

    .pe-md-2 {
        padding-right: .5rem !important
    }

    .pe-md-3 {
        padding-right: 1rem !important
    }

    .pe-md-4 {
        padding-right: 1.5rem !important
    }

    .pe-md-5 {
        padding-right: 3rem !important
    }

    .pb-md-0 {
        padding-bottom: 0 !important
    }

    .pb-md-1 {
        padding-bottom: .25rem !important
    }

    .pb-md-2 {
        padding-bottom: .5rem !important
    }

    .pb-md-3 {
        padding-bottom: 1rem !important
    }

    .pb-md-4 {
        padding-bottom: 1.5rem !important
    }

    .pb-md-5 {
        padding-bottom: 3rem !important
    }

    .ps-md-0 {
        padding-left: 0 !important
    }

    .ps-md-1 {
        padding-left: .25rem !important
    }

    .ps-md-2 {
        padding-left: .5rem !important
    }

    .ps-md-3 {
        padding-left: 1rem !important
    }

    .ps-md-4 {
        padding-left: 1.5rem !important
    }

    .ps-md-5 {
        padding-left: 3rem !important
    }

    .text-md-start {
        text-align: left !important
    }

    .text-md-end {
        text-align: right !important
    }

    .text-md-center {
        text-align: center !important
    }
}

@media (min-width: 992px) {
    .float-lg-start {
        float:left !important
    }

    .float-lg-end {
        float: right !important
    }

    .float-lg-none {
        float: none !important
    }

    .d-lg-inline {
        display: inline !important
    }

    .d-lg-inline-block {
        display: inline-block !important
    }

    .d-lg-block {
        display: block !important
    }

    .d-lg-grid {
        display: grid !important
    }

    .d-lg-table {
        display: table !important
    }

    .d-lg-table-row {
        display: table-row !important
    }

    .d-lg-table-cell {
        display: table-cell !important
    }

    .d-lg-flex {
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-lg-inline-flex {
        display: -webkit-inline-box !important;
        display: -webkit-inline-flex !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }

    .d-lg-none {
        display: none !important
    }

    .flex-lg-fill {
        -webkit-box-flex: 1 !important;
        -webkit-flex: 1 1 auto !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-lg-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-lg-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-lg-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -webkit-flex-direction: row-reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-lg-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -webkit-flex-direction: column-reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-lg-grow-0 {
        -webkit-box-flex: 0 !important;
        -webkit-flex-grow: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-lg-grow-1 {
        -webkit-box-flex: 1 !important;
        -webkit-flex-grow: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-lg-shrink-0 {
        -webkit-flex-shrink: 0 !important;
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-lg-shrink-1 {
        -webkit-flex-shrink: 1 !important;
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .flex-lg-wrap {
        -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-lg-nowrap {
        -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-lg-wrap-reverse {
        -webkit-flex-wrap: wrap-reverse !important;
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .gap-lg-0 {
        gap: 0 !important
    }

    .gap-lg-1 {
        gap: .25rem !important
    }

    .gap-lg-2 {
        gap: .5rem !important
    }

    .gap-lg-3 {
        gap: 1rem !important
    }

    .gap-lg-4 {
        gap: 1.5rem !important
    }

    .gap-lg-5 {
        gap: 3rem !important
    }

    .justify-content-lg-start {
        -webkit-box-pack: start !important;
        -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-lg-end {
        -webkit-box-pack: end !important;
        -webkit-justify-content: flex-end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-lg-center {
        -webkit-box-pack: center !important;
        -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-lg-between {
        -webkit-box-pack: justify !important;
        -webkit-justify-content: space-between !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-lg-around {
        -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .justify-content-lg-evenly {
        -webkit-box-pack: space-evenly !important;
        -webkit-justify-content: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
        justify-content: space-evenly !important
    }

    .align-items-lg-start {
        -webkit-box-align: start !important;
        -webkit-align-items: flex-start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-lg-end {
        -webkit-box-align: end !important;
        -webkit-align-items: flex-end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-lg-center {
        -webkit-box-align: center !important;
        -webkit-align-items: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-lg-baseline {
        -webkit-box-align: baseline !important;
        -webkit-align-items: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-lg-stretch {
        -webkit-box-align: stretch !important;
        -webkit-align-items: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-lg-start {
        -webkit-align-content: flex-start !important;
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-lg-end {
        -webkit-align-content: flex-end !important;
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-lg-center {
        -webkit-align-content: center !important;
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-lg-between {
        -webkit-align-content: space-between !important;
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-lg-around {
        -webkit-align-content: space-around !important;
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-lg-stretch {
        -webkit-align-content: stretch !important;
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-lg-auto {
        -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

    .align-self-lg-start {
        -webkit-align-self: flex-start !important;
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-lg-end {
        -webkit-align-self: flex-end !important;
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-lg-center {
        -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-lg-baseline {
        -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-lg-stretch {
        -webkit-align-self: stretch !important;
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }

    .order-lg-first {
        -webkit-box-ordinal-group: 0 !important;
        -webkit-order: -1 !important;
        -ms-flex-order: -1 !important;
        order: -1 !important
    }

    .order-lg-0 {
        -webkit-box-ordinal-group: 1 !important;
        -webkit-order: 0 !important;
        -ms-flex-order: 0 !important;
        order: 0 !important
    }

    .order-lg-1 {
        -webkit-box-ordinal-group: 2 !important;
        -webkit-order: 1 !important;
        -ms-flex-order: 1 !important;
        order: 1 !important
    }

    .order-lg-2 {
        -webkit-box-ordinal-group: 3 !important;
        -webkit-order: 2 !important;
        -ms-flex-order: 2 !important;
        order: 2 !important
    }

    .order-lg-3 {
        -webkit-box-ordinal-group: 4 !important;
        -webkit-order: 3 !important;
        -ms-flex-order: 3 !important;
        order: 3 !important
    }

    .order-lg-4 {
        -webkit-box-ordinal-group: 5 !important;
        -webkit-order: 4 !important;
        -ms-flex-order: 4 !important;
        order: 4 !important
    }

    .order-lg-5 {
        -webkit-box-ordinal-group: 6 !important;
        -webkit-order: 5 !important;
        -ms-flex-order: 5 !important;
        order: 5 !important
    }

    .order-lg-last {
        -webkit-box-ordinal-group: 7 !important;
        -webkit-order: 6 !important;
        -ms-flex-order: 6 !important;
        order: 6 !important
    }

    .m-lg-0 {
        margin: 0 !important
    }

    .m-lg-1 {
        margin: .25rem !important
    }

    .m-lg-2 {
        margin: .5rem !important
    }

    .m-lg-3 {
        margin: 1rem !important
    }

    .m-lg-4 {
        margin: 1.5rem !important
    }

    .m-lg-5 {
        margin: 3rem !important
    }

    .m-lg-auto {
        margin: auto !important
    }

    .mx-lg-0 {
        margin-right: 0 !important;
        margin-left: 0 !important
    }

    .mx-lg-1 {
        margin-right: .25rem !important;
        margin-left: .25rem !important
    }

    .mx-lg-2 {
        margin-right: .5rem !important;
        margin-left: .5rem !important
    }

    .mx-lg-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important
    }

    .mx-lg-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important
    }

    .mx-lg-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important
    }

    .mx-lg-auto {
        margin-right: auto !important;
        margin-left: auto !important
    }

    .my-lg-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }

    .my-lg-1 {
        margin-top: .25rem !important;
        margin-bottom: .25rem !important
    }

    .my-lg-2 {
        margin-top: .5rem !important;
        margin-bottom: .5rem !important
    }

    .my-lg-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important
    }

    .my-lg-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important
    }

    .my-lg-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important
    }

    .my-lg-auto {
        margin-top: auto !important;
        margin-bottom: auto !important
    }

    .mt-lg-0 {
        margin-top: 0 !important
    }

    .mt-lg-1 {
        margin-top: .25rem !important
    }

    .mt-lg-2 {
        margin-top: .5rem !important
    }

    .mt-lg-3 {
        margin-top: 1rem !important
    }

    .mt-lg-4 {
        margin-top: 1.5rem !important
    }

    .mt-lg-5 {
        margin-top: 3rem !important
    }

    .mt-lg-auto {
        margin-top: auto !important
    }

    .me-lg-0 {
        margin-right: 0 !important
    }

    .me-lg-1 {
        margin-right: .25rem !important
    }

    .me-lg-2 {
        margin-right: .5rem !important
    }

    .me-lg-3 {
        margin-right: 1rem !important
    }

    .me-lg-4 {
        margin-right: 1.5rem !important
    }

    .me-lg-5 {
        margin-right: 3rem !important
    }

    .me-lg-auto {
        margin-right: auto !important
    }

    .mb-lg-0 {
        margin-bottom: 0 !important
    }

    .mb-lg-1 {
        margin-bottom: .25rem !important
    }

    .mb-lg-2 {
        margin-bottom: .5rem !important
    }

    .mb-lg-3 {
        margin-bottom: 1rem !important
    }

    .mb-lg-4 {
        margin-bottom: 1.5rem !important
    }

    .mb-lg-5 {
        margin-bottom: 3rem !important
    }

    .mb-lg-auto {
        margin-bottom: auto !important
    }

    .ms-lg-0 {
        margin-left: 0 !important
    }

    .ms-lg-1 {
        margin-left: .25rem !important
    }

    .ms-lg-2 {
        margin-left: .5rem !important
    }

    .ms-lg-3 {
        margin-left: 1rem !important
    }

    .ms-lg-4 {
        margin-left: 1.5rem !important
    }

    .ms-lg-5 {
        margin-left: 3rem !important
    }

    .ms-lg-auto {
        margin-left: auto !important
    }

    .p-lg-0 {
        padding: 0 !important
    }

    .p-lg-1 {
        padding: .25rem !important
    }

    .p-lg-2 {
        padding: .5rem !important
    }

    .p-lg-3 {
        padding: 1rem !important
    }

    .p-lg-4 {
        padding: 1.5rem !important
    }

    .p-lg-5 {
        padding: 3rem !important
    }

    .px-lg-0 {
        padding-right: 0 !important;
        padding-left: 0 !important
    }

    .px-lg-1 {
        padding-right: .25rem !important;
        padding-left: .25rem !important
    }

    .px-lg-2 {
        padding-right: .5rem !important;
        padding-left: .5rem !important
    }

    .px-lg-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important
    }

    .px-lg-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important
    }

    .px-lg-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important
    }

    .py-lg-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

    .py-lg-1 {
        padding-top: .25rem !important;
        padding-bottom: .25rem !important
    }

    .py-lg-2 {
        padding-top: .5rem !important;
        padding-bottom: .5rem !important
    }

    .py-lg-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important
    }

    .py-lg-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important
    }

    .py-lg-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important
    }

    .pt-lg-0 {
        padding-top: 0 !important
    }

    .pt-lg-1 {
        padding-top: .25rem !important
    }

    .pt-lg-2 {
        padding-top: .5rem !important
    }

    .pt-lg-3 {
        padding-top: 1rem !important
    }

    .pt-lg-4 {
        padding-top: 1.5rem !important
    }

    .pt-lg-5 {
        padding-top: 3rem !important
    }

    .pe-lg-0 {
        padding-right: 0 !important
    }

    .pe-lg-1 {
        padding-right: .25rem !important
    }

    .pe-lg-2 {
        padding-right: .5rem !important
    }

    .pe-lg-3 {
        padding-right: 1rem !important
    }

    .pe-lg-4 {
        padding-right: 1.5rem !important
    }

    .pe-lg-5 {
        padding-right: 3rem !important
    }

    .pb-lg-0 {
        padding-bottom: 0 !important
    }

    .pb-lg-1 {
        padding-bottom: .25rem !important
    }

    .pb-lg-2 {
        padding-bottom: .5rem !important
    }

    .pb-lg-3 {
        padding-bottom: 1rem !important
    }

    .pb-lg-4 {
        padding-bottom: 1.5rem !important
    }

    .pb-lg-5 {
        padding-bottom: 3rem !important
    }

    .ps-lg-0 {
        padding-left: 0 !important
    }

    .ps-lg-1 {
        padding-left: .25rem !important
    }

    .ps-lg-2 {
        padding-left: .5rem !important
    }

    .ps-lg-3 {
        padding-left: 1rem !important
    }

    .ps-lg-4 {
        padding-left: 1.5rem !important
    }

    .ps-lg-5 {
        padding-left: 3rem !important
    }

    .text-lg-start {
        text-align: left !important
    }

    .text-lg-end {
        text-align: right !important
    }

    .text-lg-center {
        text-align: center !important
    }
}

@media (min-width: 1200px) {
    .float-xl-start {
        float:left !important
    }

    .float-xl-end {
        float: right !important
    }

    .float-xl-none {
        float: none !important
    }

    .d-xl-inline {
        display: inline !important
    }

    .d-xl-inline-block {
        display: inline-block !important
    }

    .d-xl-block {
        display: block !important
    }

    .d-xl-grid {
        display: grid !important
    }

    .d-xl-table {
        display: table !important
    }

    .d-xl-table-row {
        display: table-row !important
    }

    .d-xl-table-cell {
        display: table-cell !important
    }

    .d-xl-flex {
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-xl-inline-flex {
        display: -webkit-inline-box !important;
        display: -webkit-inline-flex !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }

    .d-xl-none {
        display: none !important
    }

    .flex-xl-fill {
        -webkit-box-flex: 1 !important;
        -webkit-flex: 1 1 auto !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-xl-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-xl-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-xl-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -webkit-flex-direction: row-reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-xl-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -webkit-flex-direction: column-reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-xl-grow-0 {
        -webkit-box-flex: 0 !important;
        -webkit-flex-grow: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-xl-grow-1 {
        -webkit-box-flex: 1 !important;
        -webkit-flex-grow: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-xl-shrink-0 {
        -webkit-flex-shrink: 0 !important;
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-xl-shrink-1 {
        -webkit-flex-shrink: 1 !important;
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .flex-xl-wrap {
        -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-xl-nowrap {
        -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-xl-wrap-reverse {
        -webkit-flex-wrap: wrap-reverse !important;
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .gap-xl-0 {
        gap: 0 !important
    }

    .gap-xl-1 {
        gap: .25rem !important
    }

    .gap-xl-2 {
        gap: .5rem !important
    }

    .gap-xl-3 {
        gap: 1rem !important
    }

    .gap-xl-4 {
        gap: 1.5rem !important
    }

    .gap-xl-5 {
        gap: 3rem !important
    }

    .justify-content-xl-start {
        -webkit-box-pack: start !important;
        -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-xl-end {
        -webkit-box-pack: end !important;
        -webkit-justify-content: flex-end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-xl-center {
        -webkit-box-pack: center !important;
        -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-xl-between {
        -webkit-box-pack: justify !important;
        -webkit-justify-content: space-between !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-xl-around {
        -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .justify-content-xl-evenly {
        -webkit-box-pack: space-evenly !important;
        -webkit-justify-content: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
        justify-content: space-evenly !important
    }

    .align-items-xl-start {
        -webkit-box-align: start !important;
        -webkit-align-items: flex-start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-xl-end {
        -webkit-box-align: end !important;
        -webkit-align-items: flex-end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-xl-center {
        -webkit-box-align: center !important;
        -webkit-align-items: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-xl-baseline {
        -webkit-box-align: baseline !important;
        -webkit-align-items: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-xl-stretch {
        -webkit-box-align: stretch !important;
        -webkit-align-items: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-xl-start {
        -webkit-align-content: flex-start !important;
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-xl-end {
        -webkit-align-content: flex-end !important;
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-xl-center {
        -webkit-align-content: center !important;
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-xl-between {
        -webkit-align-content: space-between !important;
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-xl-around {
        -webkit-align-content: space-around !important;
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-xl-stretch {
        -webkit-align-content: stretch !important;
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-xl-auto {
        -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

    .align-self-xl-start {
        -webkit-align-self: flex-start !important;
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-xl-end {
        -webkit-align-self: flex-end !important;
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-xl-center {
        -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-xl-baseline {
        -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-xl-stretch {
        -webkit-align-self: stretch !important;
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }

    .order-xl-first {
        -webkit-box-ordinal-group: 0 !important;
        -webkit-order: -1 !important;
        -ms-flex-order: -1 !important;
        order: -1 !important
    }

    .order-xl-0 {
        -webkit-box-ordinal-group: 1 !important;
        -webkit-order: 0 !important;
        -ms-flex-order: 0 !important;
        order: 0 !important
    }

    .order-xl-1 {
        -webkit-box-ordinal-group: 2 !important;
        -webkit-order: 1 !important;
        -ms-flex-order: 1 !important;
        order: 1 !important
    }

    .order-xl-2 {
        -webkit-box-ordinal-group: 3 !important;
        -webkit-order: 2 !important;
        -ms-flex-order: 2 !important;
        order: 2 !important
    }

    .order-xl-3 {
        -webkit-box-ordinal-group: 4 !important;
        -webkit-order: 3 !important;
        -ms-flex-order: 3 !important;
        order: 3 !important
    }

    .order-xl-4 {
        -webkit-box-ordinal-group: 5 !important;
        -webkit-order: 4 !important;
        -ms-flex-order: 4 !important;
        order: 4 !important
    }

    .order-xl-5 {
        -webkit-box-ordinal-group: 6 !important;
        -webkit-order: 5 !important;
        -ms-flex-order: 5 !important;
        order: 5 !important
    }

    .order-xl-last {
        -webkit-box-ordinal-group: 7 !important;
        -webkit-order: 6 !important;
        -ms-flex-order: 6 !important;
        order: 6 !important
    }

    .m-xl-0 {
        margin: 0 !important
    }

    .m-xl-1 {
        margin: .25rem !important
    }

    .m-xl-2 {
        margin: .5rem !important
    }

    .m-xl-3 {
        margin: 1rem !important
    }

    .m-xl-4 {
        margin: 1.5rem !important
    }

    .m-xl-5 {
        margin: 3rem !important
    }

    .m-xl-auto {
        margin: auto !important
    }

    .mx-xl-0 {
        margin-right: 0 !important;
        margin-left: 0 !important
    }

    .mx-xl-1 {
        margin-right: .25rem !important;
        margin-left: .25rem !important
    }

    .mx-xl-2 {
        margin-right: .5rem !important;
        margin-left: .5rem !important
    }

    .mx-xl-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important
    }

    .mx-xl-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important
    }

    .mx-xl-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important
    }

    .mx-xl-auto {
        margin-right: auto !important;
        margin-left: auto !important
    }

    .my-xl-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }

    .my-xl-1 {
        margin-top: .25rem !important;
        margin-bottom: .25rem !important
    }

    .my-xl-2 {
        margin-top: .5rem !important;
        margin-bottom: .5rem !important
    }

    .my-xl-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important
    }

    .my-xl-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important
    }

    .my-xl-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important
    }

    .my-xl-auto {
        margin-top: auto !important;
        margin-bottom: auto !important
    }

    .mt-xl-0 {
        margin-top: 0 !important
    }

    .mt-xl-1 {
        margin-top: .25rem !important
    }

    .mt-xl-2 {
        margin-top: .5rem !important
    }

    .mt-xl-3 {
        margin-top: 1rem !important
    }

    .mt-xl-4 {
        margin-top: 1.5rem !important
    }

    .mt-xl-5 {
        margin-top: 3rem !important
    }

    .mt-xl-auto {
        margin-top: auto !important
    }

    .me-xl-0 {
        margin-right: 0 !important
    }

    .me-xl-1 {
        margin-right: .25rem !important
    }

    .me-xl-2 {
        margin-right: .5rem !important
    }

    .me-xl-3 {
        margin-right: 1rem !important
    }

    .me-xl-4 {
        margin-right: 1.5rem !important
    }

    .me-xl-5 {
        margin-right: 3rem !important
    }

    .me-xl-auto {
        margin-right: auto !important
    }

    .mb-xl-0 {
        margin-bottom: 0 !important
    }

    .mb-xl-1 {
        margin-bottom: .25rem !important
    }

    .mb-xl-2 {
        margin-bottom: .5rem !important
    }

    .mb-xl-3 {
        margin-bottom: 1rem !important
    }

    .mb-xl-4 {
        margin-bottom: 1.5rem !important
    }

    .mb-xl-5 {
        margin-bottom: 3rem !important
    }

    .mb-xl-auto {
        margin-bottom: auto !important
    }

    .ms-xl-0 {
        margin-left: 0 !important
    }

    .ms-xl-1 {
        margin-left: .25rem !important
    }

    .ms-xl-2 {
        margin-left: .5rem !important
    }

    .ms-xl-3 {
        margin-left: 1rem !important
    }

    .ms-xl-4 {
        margin-left: 1.5rem !important
    }

    .ms-xl-5 {
        margin-left: 3rem !important
    }

    .ms-xl-auto {
        margin-left: auto !important
    }

    .p-xl-0 {
        padding: 0 !important
    }

    .p-xl-1 {
        padding: .25rem !important
    }

    .p-xl-2 {
        padding: .5rem !important
    }

    .p-xl-3 {
        padding: 1rem !important
    }

    .p-xl-4 {
        padding: 1.5rem !important
    }

    .p-xl-5 {
        padding: 3rem !important
    }

    .px-xl-0 {
        padding-right: 0 !important;
        padding-left: 0 !important
    }

    .px-xl-1 {
        padding-right: .25rem !important;
        padding-left: .25rem !important
    }

    .px-xl-2 {
        padding-right: .5rem !important;
        padding-left: .5rem !important
    }

    .px-xl-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important
    }

    .px-xl-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important
    }

    .px-xl-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important
    }

    .py-xl-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

    .py-xl-1 {
        padding-top: .25rem !important;
        padding-bottom: .25rem !important
    }

    .py-xl-2 {
        padding-top: .5rem !important;
        padding-bottom: .5rem !important
    }

    .py-xl-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important
    }

    .py-xl-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important
    }

    .py-xl-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important
    }

    .pt-xl-0 {
        padding-top: 0 !important
    }

    .pt-xl-1 {
        padding-top: .25rem !important
    }

    .pt-xl-2 {
        padding-top: .5rem !important
    }

    .pt-xl-3 {
        padding-top: 1rem !important
    }

    .pt-xl-4 {
        padding-top: 1.5rem !important
    }

    .pt-xl-5 {
        padding-top: 3rem !important
    }

    .pe-xl-0 {
        padding-right: 0 !important
    }

    .pe-xl-1 {
        padding-right: .25rem !important
    }

    .pe-xl-2 {
        padding-right: .5rem !important
    }

    .pe-xl-3 {
        padding-right: 1rem !important
    }

    .pe-xl-4 {
        padding-right: 1.5rem !important
    }

    .pe-xl-5 {
        padding-right: 3rem !important
    }

    .pb-xl-0 {
        padding-bottom: 0 !important
    }

    .pb-xl-1 {
        padding-bottom: .25rem !important
    }

    .pb-xl-2 {
        padding-bottom: .5rem !important
    }

    .pb-xl-3 {
        padding-bottom: 1rem !important
    }

    .pb-xl-4 {
        padding-bottom: 1.5rem !important
    }

    .pb-xl-5 {
        padding-bottom: 3rem !important
    }

    .ps-xl-0 {
        padding-left: 0 !important
    }

    .ps-xl-1 {
        padding-left: .25rem !important
    }

    .ps-xl-2 {
        padding-left: .5rem !important
    }

    .ps-xl-3 {
        padding-left: 1rem !important
    }

    .ps-xl-4 {
        padding-left: 1.5rem !important
    }

    .ps-xl-5 {
        padding-left: 3rem !important
    }

    .text-xl-start {
        text-align: left !important
    }

    .text-xl-end {
        text-align: right !important
    }

    .text-xl-center {
        text-align: center !important
    }
}

@media (min-width: 1440px) {
    .float-xxl-start {
        float:left !important
    }

    .float-xxl-end {
        float: right !important
    }

    .float-xxl-none {
        float: none !important
    }

    .d-xxl-inline {
        display: inline !important
    }

    .d-xxl-inline-block {
        display: inline-block !important
    }

    .d-xxl-block {
        display: block !important
    }

    .d-xxl-grid {
        display: grid !important
    }

    .d-xxl-table {
        display: table !important
    }

    .d-xxl-table-row {
        display: table-row !important
    }

    .d-xxl-table-cell {
        display: table-cell !important
    }

    .d-xxl-flex {
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-xxl-inline-flex {
        display: -webkit-inline-box !important;
        display: -webkit-inline-flex !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }

    .d-xxl-none {
        display: none !important
    }

    .flex-xxl-fill {
        -webkit-box-flex: 1 !important;
        -webkit-flex: 1 1 auto !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-xxl-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-xxl-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-xxl-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -webkit-flex-direction: row-reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-xxl-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -webkit-flex-direction: column-reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-xxl-grow-0 {
        -webkit-box-flex: 0 !important;
        -webkit-flex-grow: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-xxl-grow-1 {
        -webkit-box-flex: 1 !important;
        -webkit-flex-grow: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-xxl-shrink-0 {
        -webkit-flex-shrink: 0 !important;
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-xxl-shrink-1 {
        -webkit-flex-shrink: 1 !important;
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .flex-xxl-wrap {
        -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-xxl-nowrap {
        -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-xxl-wrap-reverse {
        -webkit-flex-wrap: wrap-reverse !important;
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .gap-xxl-0 {
        gap: 0 !important
    }

    .gap-xxl-1 {
        gap: .25rem !important
    }

    .gap-xxl-2 {
        gap: .5rem !important
    }

    .gap-xxl-3 {
        gap: 1rem !important
    }

    .gap-xxl-4 {
        gap: 1.5rem !important
    }

    .gap-xxl-5 {
        gap: 3rem !important
    }

    .justify-content-xxl-start {
        -webkit-box-pack: start !important;
        -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-xxl-end {
        -webkit-box-pack: end !important;
        -webkit-justify-content: flex-end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-xxl-center {
        -webkit-box-pack: center !important;
        -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-xxl-between {
        -webkit-box-pack: justify !important;
        -webkit-justify-content: space-between !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-xxl-around {
        -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .justify-content-xxl-evenly {
        -webkit-box-pack: space-evenly !important;
        -webkit-justify-content: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
        justify-content: space-evenly !important
    }

    .align-items-xxl-start {
        -webkit-box-align: start !important;
        -webkit-align-items: flex-start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-xxl-end {
        -webkit-box-align: end !important;
        -webkit-align-items: flex-end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-xxl-center {
        -webkit-box-align: center !important;
        -webkit-align-items: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-xxl-baseline {
        -webkit-box-align: baseline !important;
        -webkit-align-items: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-xxl-stretch {
        -webkit-box-align: stretch !important;
        -webkit-align-items: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-xxl-start {
        -webkit-align-content: flex-start !important;
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-xxl-end {
        -webkit-align-content: flex-end !important;
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-xxl-center {
        -webkit-align-content: center !important;
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-xxl-between {
        -webkit-align-content: space-between !important;
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-xxl-around {
        -webkit-align-content: space-around !important;
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-xxl-stretch {
        -webkit-align-content: stretch !important;
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-xxl-auto {
        -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

    .align-self-xxl-start {
        -webkit-align-self: flex-start !important;
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-xxl-end {
        -webkit-align-self: flex-end !important;
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-xxl-center {
        -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-xxl-baseline {
        -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-xxl-stretch {
        -webkit-align-self: stretch !important;
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }

    .order-xxl-first {
        -webkit-box-ordinal-group: 0 !important;
        -webkit-order: -1 !important;
        -ms-flex-order: -1 !important;
        order: -1 !important
    }

    .order-xxl-0 {
        -webkit-box-ordinal-group: 1 !important;
        -webkit-order: 0 !important;
        -ms-flex-order: 0 !important;
        order: 0 !important
    }

    .order-xxl-1 {
        -webkit-box-ordinal-group: 2 !important;
        -webkit-order: 1 !important;
        -ms-flex-order: 1 !important;
        order: 1 !important
    }

    .order-xxl-2 {
        -webkit-box-ordinal-group: 3 !important;
        -webkit-order: 2 !important;
        -ms-flex-order: 2 !important;
        order: 2 !important
    }

    .order-xxl-3 {
        -webkit-box-ordinal-group: 4 !important;
        -webkit-order: 3 !important;
        -ms-flex-order: 3 !important;
        order: 3 !important
    }

    .order-xxl-4 {
        -webkit-box-ordinal-group: 5 !important;
        -webkit-order: 4 !important;
        -ms-flex-order: 4 !important;
        order: 4 !important
    }

    .order-xxl-5 {
        -webkit-box-ordinal-group: 6 !important;
        -webkit-order: 5 !important;
        -ms-flex-order: 5 !important;
        order: 5 !important
    }

    .order-xxl-last {
        -webkit-box-ordinal-group: 7 !important;
        -webkit-order: 6 !important;
        -ms-flex-order: 6 !important;
        order: 6 !important
    }

    .m-xxl-0 {
        margin: 0 !important
    }

    .m-xxl-1 {
        margin: .25rem !important
    }

    .m-xxl-2 {
        margin: .5rem !important
    }

    .m-xxl-3 {
        margin: 1rem !important
    }

    .m-xxl-4 {
        margin: 1.5rem !important
    }

    .m-xxl-5 {
        margin: 3rem !important
    }

    .m-xxl-auto {
        margin: auto !important
    }

    .mx-xxl-0 {
        margin-right: 0 !important;
        margin-left: 0 !important
    }

    .mx-xxl-1 {
        margin-right: .25rem !important;
        margin-left: .25rem !important
    }

    .mx-xxl-2 {
        margin-right: .5rem !important;
        margin-left: .5rem !important
    }

    .mx-xxl-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important
    }

    .mx-xxl-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important
    }

    .mx-xxl-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important
    }

    .mx-xxl-auto {
        margin-right: auto !important;
        margin-left: auto !important
    }

    .my-xxl-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }

    .my-xxl-1 {
        margin-top: .25rem !important;
        margin-bottom: .25rem !important
    }

    .my-xxl-2 {
        margin-top: .5rem !important;
        margin-bottom: .5rem !important
    }

    .my-xxl-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important
    }

    .my-xxl-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important
    }

    .my-xxl-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important
    }

    .my-xxl-auto {
        margin-top: auto !important;
        margin-bottom: auto !important
    }

    .mt-xxl-0 {
        margin-top: 0 !important
    }

    .mt-xxl-1 {
        margin-top: .25rem !important
    }

    .mt-xxl-2 {
        margin-top: .5rem !important
    }

    .mt-xxl-3 {
        margin-top: 1rem !important
    }

    .mt-xxl-4 {
        margin-top: 1.5rem !important
    }

    .mt-xxl-5 {
        margin-top: 3rem !important
    }

    .mt-xxl-auto {
        margin-top: auto !important
    }

    .me-xxl-0 {
        margin-right: 0 !important
    }

    .me-xxl-1 {
        margin-right: .25rem !important
    }

    .me-xxl-2 {
        margin-right: .5rem !important
    }

    .me-xxl-3 {
        margin-right: 1rem !important
    }

    .me-xxl-4 {
        margin-right: 1.5rem !important
    }

    .me-xxl-5 {
        margin-right: 3rem !important
    }

    .me-xxl-auto {
        margin-right: auto !important
    }

    .mb-xxl-0 {
        margin-bottom: 0 !important
    }

    .mb-xxl-1 {
        margin-bottom: .25rem !important
    }

    .mb-xxl-2 {
        margin-bottom: .5rem !important
    }

    .mb-xxl-3 {
        margin-bottom: 1rem !important
    }

    .mb-xxl-4 {
        margin-bottom: 1.5rem !important
    }

    .mb-xxl-5 {
        margin-bottom: 3rem !important
    }

    .mb-xxl-auto {
        margin-bottom: auto !important
    }

    .ms-xxl-0 {
        margin-left: 0 !important
    }

    .ms-xxl-1 {
        margin-left: .25rem !important
    }

    .ms-xxl-2 {
        margin-left: .5rem !important
    }

    .ms-xxl-3 {
        margin-left: 1rem !important
    }

    .ms-xxl-4 {
        margin-left: 1.5rem !important
    }

    .ms-xxl-5 {
        margin-left: 3rem !important
    }

    .ms-xxl-auto {
        margin-left: auto !important
    }

    .p-xxl-0 {
        padding: 0 !important
    }

    .p-xxl-1 {
        padding: .25rem !important
    }

    .p-xxl-2 {
        padding: .5rem !important
    }

    .p-xxl-3 {
        padding: 1rem !important
    }

    .p-xxl-4 {
        padding: 1.5rem !important
    }

    .p-xxl-5 {
        padding: 3rem !important
    }

    .px-xxl-0 {
        padding-right: 0 !important;
        padding-left: 0 !important
    }

    .px-xxl-1 {
        padding-right: .25rem !important;
        padding-left: .25rem !important
    }

    .px-xxl-2 {
        padding-right: .5rem !important;
        padding-left: .5rem !important
    }

    .px-xxl-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important
    }

    .px-xxl-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important
    }

    .px-xxl-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important
    }

    .py-xxl-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

    .py-xxl-1 {
        padding-top: .25rem !important;
        padding-bottom: .25rem !important
    }

    .py-xxl-2 {
        padding-top: .5rem !important;
        padding-bottom: .5rem !important
    }

    .py-xxl-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important
    }

    .py-xxl-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important
    }

    .py-xxl-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important
    }

    .pt-xxl-0 {
        padding-top: 0 !important
    }

    .pt-xxl-1 {
        padding-top: .25rem !important
    }

    .pt-xxl-2 {
        padding-top: .5rem !important
    }

    .pt-xxl-3 {
        padding-top: 1rem !important
    }

    .pt-xxl-4 {
        padding-top: 1.5rem !important
    }

    .pt-xxl-5 {
        padding-top: 3rem !important
    }

    .pe-xxl-0 {
        padding-right: 0 !important
    }

    .pe-xxl-1 {
        padding-right: .25rem !important
    }

    .pe-xxl-2 {
        padding-right: .5rem !important
    }

    .pe-xxl-3 {
        padding-right: 1rem !important
    }

    .pe-xxl-4 {
        padding-right: 1.5rem !important
    }

    .pe-xxl-5 {
        padding-right: 3rem !important
    }

    .pb-xxl-0 {
        padding-bottom: 0 !important
    }

    .pb-xxl-1 {
        padding-bottom: .25rem !important
    }

    .pb-xxl-2 {
        padding-bottom: .5rem !important
    }

    .pb-xxl-3 {
        padding-bottom: 1rem !important
    }

    .pb-xxl-4 {
        padding-bottom: 1.5rem !important
    }

    .pb-xxl-5 {
        padding-bottom: 3rem !important
    }

    .ps-xxl-0 {
        padding-left: 0 !important
    }

    .ps-xxl-1 {
        padding-left: .25rem !important
    }

    .ps-xxl-2 {
        padding-left: .5rem !important
    }

    .ps-xxl-3 {
        padding-left: 1rem !important
    }

    .ps-xxl-4 {
        padding-left: 1.5rem !important
    }

    .ps-xxl-5 {
        padding-left: 3rem !important
    }

    .text-xxl-start {
        text-align: left !important
    }

    .text-xxl-end {
        text-align: right !important
    }

    .text-xxl-center {
        text-align: center !important
    }
}

@media (min-width: 1200px) {
    .fs-1 {
        font-size:2.5rem !important
    }

    .fs-2 {
        font-size: 2rem !important
    }

    .fs-3 {
        font-size: 1.75rem !important
    }

    .fs-4 {
        font-size: 1.5rem !important
    }
}

@media print {
    .d-print-inline {
        display: inline !important
    }

    .d-print-inline-block {
        display: inline-block !important
    }

    .d-print-block {
        display: block !important
    }

    .d-print-grid {
        display: grid !important
    }

    .d-print-table {
        display: table !important
    }

    .d-print-table-row {
        display: table-row !important
    }

    .d-print-table-cell {
        display: table-cell !important
    }

    .d-print-flex {
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-print-inline-flex {
        display: -webkit-inline-box !important;
        display: -webkit-inline-flex !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }

    .d-print-none {
        display: none !important
    }
}

.slick-slider {
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: none
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-track,.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.slick-track:before,.slick-track:after {
    content: "";
    display: table
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none
}

[dir="rtl"] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

.slick-loading .slick-list {
    background: #fff url("./../img/ajax-loader.gif") center center no-repeat
}

.slick-prev,.slick-next {
    position: absolute;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 0px;
    font-size: 0px;
    cursor: pointer;
    background: transparent;
    color: transparent;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding: 0;
    border: none;
    outline: none
}

.slick-prev:hover,.slick-prev:focus,.slick-next:hover,.slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent
}

.slick-prev:hover:before,.slick-prev:focus:before,.slick-next:hover:before,.slick-next:focus:before {
    opacity: 1
}

.slick-prev.slick-disabled:before,.slick-next.slick-disabled:before {
    opacity: .25
}

.slick-prev:before,.slick-next:before {
    font-size: 20px;
    line-height: 1;
    color: #fff;
    opacity: .75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-prev {
    left: -25px
}

[dir="rtl"] .slick-prev {
    left: auto;
    right: -25px
}

.slick-prev:before {
    content: "←"
}

[dir="rtl"] .slick-prev:before {
    content: "→"
}

.slick-next {
    right: -25px
}

[dir="rtl"] .slick-next {
    left: -25px;
    right: auto
}

.slick-next:before {
    content: "→"
}

[dir="rtl"] .slick-next:before {
    content: "←"
}

.slick-dotted.slick-slider {
    margin-bottom: 30px
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%
}

.slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer
}

.slick-dots li button {
    border: 0;
    background: transparent;
    display: block;
    height: 20px;
    width: 20px;
    outline: none;
    line-height: 0px;
    font-size: 0px;
    color: transparent;
    padding: 5px;
    cursor: pointer
}

.slick-dots li button:hover,.slick-dots li button:focus {
    outline: none
}

.slick-dots li button:hover:before,.slick-dots li button:focus:before {
    opacity: 1
}

.slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "•";
    width: 20px;
    height: 20px;
    font-size: 6px;
    line-height: 20px;
    text-align: center;
    color: #000;
    opacity: .25;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-dots li.slick-active button:before {
    color: #000;
    opacity: .75
}

#ccc {
    font-family: 'ZapfHumnst', sans-serif !important
}

#ccc #ccc-icon {
    fill: #2f2f2f !important
}

#ccc #ccc-notify {
    background-color: #e6eaee !important
}

#ccc #ccc-notify .ccc-notify-text #ccc-notify-title {
    color: #e36f1e;
    font-weight: 400 !important;
    text-transform: capitalize
}

#ccc #ccc-notify p {
    color: #2f2f2f !important;
    font-size: 14px !important;
    letter-spacing: -.025em;
    line-height: 1.2 !important
}

#ccc #ccc-notify-reject {
    display: none
}

#ccc .ccc-notify-button {
    -webkit-border-radius: 0 !important;
    border-radius: 0 !important;
    border-width: 1px !important;
    font-size: 12px !important;
    line-height: 1 !important;
    text-transform: uppercase
}

#ccc #ccc-content {
    background-color: #e6eaee !important;
    color: #333
}

#ccc #ccc-content h3,#ccc #ccc-content .h3 {
    font-weight: 400 !important
}

#ccc #ccc-content p {
    font-size: 14px !important;
    letter-spacing: .025em;
    line-height: 1.2 !important
}

#ccc #ccc-title {
    font-weight: 400 !important
}

#ccc .checkbox-toggle {
    background-color: transparent !important;
    border-width: 1px !important;
    color: #333
}

#ccc .checkbox-toggle-label {
    padding: 2px !important
}

#ccc .checkbox-toggle-off,#ccc .checkbox-toggle-on {
    color: #2f2f2f !important
}

#ccc .checkbox-toggle--slider input:checked ~ .checkbox-toggle-toggle {
    background-color: #e36f1e
}

#ccc .checkbox-toggle--light .checkbox-toggle-toggle {
    background-color: #000
}

#ccc .checkbox-toggle-toggle {
    border: 2px solid #f4f4f4
}

#ccc .ccc-svg-element {
    position: unset !important
}

#ccc .ccc-vendor-reveal {
    color: #000;
    border-color: #000
}

@font-face {
    font-family: 'ZapfHumnst';
    src: url("../fonts/ZapfHumanist601BT-Demi.eot");
    src: url("../fonts/ZapfHumanist601BT-Demi.eot?#iefix") 
    format("embedded-opentype"),url("../fonts/ZapfHumanist601BT-Demi.woff2") format("woff2"),url("../fonts/ZapfHumanist601BT-Demi.woff") format("woff"),url("../fonts/ZapfHumanist601BT-Demi.svg#ZapfHumanist601BT-Demi") format("svg"),url("../fonts/ZapfHumanist601BT-Demi.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'ZapfHumnst';
    src: url("../fonts/ZapfHumanist601BT-DemiItalic.eot");
    src: url("../fonts/ZapfHumanist601BT-DemiItalic.eot?#iefix") format("embedded-opentype"),url("../fonts/ZapfHumanist601BT-DemiItalic.woff2") format("woff2"),url("../fonts/ZapfHumanist601BT-DemiItalic.woff") format("woff"),url("../fonts/ZapfHumanist601BT-DemiItalic.svg#ZapfHumanist601BT-DemiItalic") format("svg"),url("../fonts/ZapfHumanist601BT-DemiItalic.ttf") format("truetype");
    font-weight: normal;
    font-style: italic;
    font-display: swap
}

@font-face {
    font-family: 'ZapfHumnst';
    src: url("../fonts/ZapfHumanist601BT-UltraItalic.eot");
    src: url("../fonts/ZapfHumanist601BT-UltraItalic.eot?#iefix") format("embedded-opentype"),url("../fonts/ZapfHumanist601BT-UltraItalic.woff2") format("woff2"),url("../fonts/ZapfHumanist601BT-UltraItalic.woff") format("woff"),url("../fonts/ZapfHumanist601BT-UltraItalic.svg#ZapfHumanist601BT-UltraItalic") format("svg"),url("../fonts/ZapfHumanist601BT-UltraItalic.ttf") format("truetype");
    font-weight: normal;
    font-style: italic;
    font-display: swap
}

@font-face {
    font-family: 'ZapfHumnst';
    src: url("../fonts/ZapfHumanist601BT-Bold.eot");
    src: url("../fonts/ZapfHumanist601BT-Bold.eot?#iefix") format("embedded-opentype"),url("../fonts/ZapfHumanist601BT-Bold.woff2") format("woff2"),url("../fonts/ZapfHumanist601BT-Bold.woff") format("woff"),url("../fonts/ZapfHumanist601BT-Bold.svg#ZapfHumanist601BT-Bold") format("svg"),url("../fonts/ZapfHumanist601BT-Bold.ttf") format("truetype");
    font-weight: bold;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'ZapfHumnst';
    src: url("../fonts/ZapfHumanist601BT-Ultra.eot");
    src: url("../fonts/ZapfHumanist601BT-Ultra.eot?#iefix") format("embedded-opentype"),url("../fonts/ZapfHumanist601BT-Ultra.woff2") format("woff2"),url("../fonts/ZapfHumanist601BT-Ultra.woff") format("woff"),url("../fonts/ZapfHumanist601BT-Ultra.svg#ZapfHumanist601BT-Ultra") format("svg"),url("../fonts/ZapfHumanist601BT-Ultra.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'ZapfHumnst';
    src: url("../fonts/ZapfHumanist601BT-Roman.eot");
    src: url("../fonts/ZapfHumanist601BT-Roman.eot?#iefix") format("embedded-opentype"),url("../fonts/ZapfHumanist601BT-Roman.woff2") format("woff2"),url("../fonts/ZapfHumanist601BT-Roman.woff") format("woff"),url("../fonts/ZapfHumanist601BT-Roman.svg#ZapfHumanist601BT-Roman") format("svg"),url("../fonts/ZapfHumanist601BT-Roman.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'ZapfHumnst';
    src: url("../fonts/ZapfHumanist601BT-Italic.eot");
    src: url("../fonts/ZapfHumanist601BT-Italic.eot?#iefix") format("embedded-opentype"),url("../fonts/ZapfHumanist601BT-Italic.woff2") format("woff2"),url("../fonts/ZapfHumanist601BT-Italic.woff") format("woff"),url("../fonts/ZapfHumanist601BT-Italic.svg#ZapfHumanist601BT-Italic") format("svg"),url("../fonts/ZapfHumanist601BT-Italic.ttf") format("truetype");
    font-weight: normal;
    font-style: italic;
    font-display: swap
}

@font-face {
    font-family: 'ZapfHumnst';
    src: url("../fonts/ZapfHumanist601BT-BoldItalic.eot");
    src: url("../fonts/ZapfHumanist601BT-BoldItalic.eot?#iefix") format("embedded-opentype"),url("../fonts/ZapfHumanist601BT-BoldItalic.woff2") format("woff2"),url("../fonts/ZapfHumanist601BT-BoldItalic.woff") format("woff"),url("../fonts/ZapfHumanist601BT-BoldItalic.svg#ZapfHumanist601BT-BoldItalic") format("svg"),url("../fonts/ZapfHumanist601BT-BoldItalic.ttf") format("truetype");
    font-weight: bold;
    font-style: italic;
    font-display: swap
}

@font-face {
    font-family: 'Lato';
    src: url("../fonts/Lato-Black.eot");
    src: url("../fonts/Lato-Black.woff2") format("woff2"),url("../fonts/Lato-Black.woff") format("woff"),url("../fonts/Lato-Black.eot?#iefix") format("embedded-opentype"),url("../fonts/Lato-Black.svg#Lato-Black") format("svg"),url("../fonts/Lato-Black.ttf") format("truetype");
    font-weight: 900;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Lato';
    src: url("../fonts/Lato-BlackItalic.eot");
    src: url("../fonts/Lato-BlackItalic.woff2") format("woff2"),url("../fonts/Lato-BlackItalic.woff") format("woff"),url("../fonts/Lato-BlackItalic.eot?#iefix") format("embedded-opentype"),url("../fonts/Lato-BlackItalic.svg#Lato-BlackItalic") format("svg"),url("../fonts/Lato-BlackItalic.ttf") format("truetype");
    font-weight: 900;
    font-style: italic;
    font-display: swap
}

@font-face {
    font-family: 'Lato';
    src: url("../fonts/Lato-Bold.eot");
    src: url("../fonts/Lato-Bold.woff2") format("woff2"),url("../fonts/Lato-Bold.woff") format("woff"),url("../fonts/Lato-Bold.eot?#iefix") format("embedded-opentype"),url("../fonts/Lato-Bold.svg#Lato-Bold") format("svg"),url("../fonts/Lato-Bold.ttf") format("truetype");
    font-weight: bold;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Lato';
    src: url("../fonts/Lato-BoldItalic.eot");
    src: url("../fonts/Lato-BoldItalic.woff2") format("woff2"),url("../fonts/Lato-BoldItalic.woff") format("woff"),url("../fonts/Lato-BoldItalic.eot?#iefix") format("embedded-opentype"),url("../fonts/Lato-BoldItalic.svg#Lato-BoldItalic") format("svg"),url("../fonts/Lato-BoldItalic.ttf") format("truetype");
    font-weight: bold;
    font-style: italic;
    font-display: swap
}

@font-face {
    font-family: 'Lato';
    src: url("../fonts/Lato-Italic.eot");
    src: url("../fonts/Lato-Italic.woff2") format("woff2"),url("../fonts/Lato-Italic.woff") format("woff"),url("../fonts/Lato-Italic.eot?#iefix") format("embedded-opentype"),url("../fonts/Lato-Italic.svg#Lato-Italic") format("svg"),url("../fonts/Lato-Italic.ttf") format("truetype");
    font-weight: normal;
    font-style: italic;
    font-display: swap
}

@font-face {
    font-family: 'Lato';
    src: url("../fonts/Lato-Light.eot");
    src: url("../fonts/Lato-Light.woff2") format("woff2"),url("../fonts/Lato-Light.woff") format("woff"),url("../fonts/Lato-Light.eot?#iefix") format("embedded-opentype"),url("../fonts/Lato-Light.svg#Lato-Light") format("svg"),url("../fonts/Lato-Light.ttf") format("truetype");
    font-weight: 300;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Lato';
    src: url("../fonts/Lato-LightItalic.eot");
    src: url("../fonts/Lato-LightItalic.woff2") format("woff2"),url("../fonts/Lato-LightItalic.woff") format("woff"),url("../fonts/Lato-LightItalic.eot?#iefix") format("embedded-opentype"),url("../fonts/Lato-LightItalic.svg#Lato-LightItalic") format("svg"),url("../fonts/Lato-LightItalic.ttf") format("truetype");
    font-weight: 300;
    font-style: italic;
    font-display: swap
}

@font-face {
    font-family: 'Lato';
    src: url("../fonts/Lato-Regular.eot");
    src: url("../fonts/Lato-Regular.woff2") format("woff2"),url("../fonts/Lato-Regular.woff") format("woff"),url("../fonts/Lato-Regular.eot?#iefix") format("embedded-opentype"),url("../fonts/Lato-Regular.svg#Lato-Regular") format("svg"),url("../fonts/Lato-Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Lato';
    src: url("../fonts/Lato-Thin.eot");
    src: url("../fonts/Lato-Thin.woff2") format("woff2"),url("../fonts/Lato-Thin.woff") format("woff"),url("../fonts/Lato-Thin.eot?#iefix") format("embedded-opentype"),url("../fonts/Lato-Thin.svg#Lato-Thin") format("svg"),url("../fonts/Lato-Thin.ttf") format("truetype");
    font-weight: 300;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Lato';
    src: url("../fonts/Lato-ThinItalic.eot");
    src: url("../fonts/Lato-ThinItalic.woff2") format("woff2"),url("../fonts/Lato-ThinItalic.woff") format("woff"),url("../fonts/Lato-ThinItalic.eot?#iefix") format("embedded-opentype"),url("../fonts/Lato-ThinItalic.svg#Lato-ThinItalic") format("svg"),url("../fonts/Lato-ThinItalic.ttf") format("truetype");
    font-weight: 300;
    font-style: italic;
    font-display: swap
}

@font-face {
    font-family: "bootstrap-icons";
    src: url("../fonts/bootstrap-icons.woff2?856008caa5eb66df68595e734e59580d") format("woff2"),url("../fonts/bootstrap-icons.woff?856008caa5eb66df68595e734e59580d") format("woff");
    font-display: block
}

[class^="bi-"]::after,[class*=" bi-"]::after {
    display: inline-block;
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    padding-left: 10px;
    vertical-align: -.125em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

[class^="bi-"]::before,[class*=" bi-"]::before {
    display: inline-block;
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    padding-right: 10px;
    vertical-align: -.125em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.bi-chevron-down::after {
    content: "\f282"
}

.bi-chevron-expand::after {
    content: "\f283"
}

.bi-chevron-left::after {
    content: "\f284"
}

.bi-chevron-right::after {
    content: "\f285"
}

.bi-chevron-up::after {
    content: "\f286"
}

.bi-globe::after {
    content: "\f3ee"
}

.bi-search::before {
    content: "\f52a"
}

@font-face {
    font-family: 'icomoon';
    src: url("../fonts/icomoon.eot");
    src: url("../fonts/icomoon.eot") format("embedded-opentype"),
    url("../fonts/icomoon.woff2") format("woff2"),
    url("../fonts/icomoon.ttf") format("truetype"),
    url("../fonts/icomoon.woff") format("woff"),
    url("../fonts/icomoon.svg") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: block
}

[class^="icon-"],[class*=" icon-"] {
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.default-icon {
    display: inline-block;
    margin-right: 13px;
    font-size: 30px;
    vertical-align: middle
}

.icon-podcast-circle-default:before {
    content: "\e969";
    color: #546670
}

.icon-podcast-circle-orange:before {
    content: "\e969";
    color: #e36f1e
}

.icon-podcast-circle-white:before {
    content: "\e96f";
    color: #fff
}

.icon-video-circle-default:before {
    content: "\e965";
    color: #546670
}

.icon-video-circle-orange:before {
    content: "\e96a";
    color: #e36f1e
}

.icon-video-orange-circle:before {
    content: "\e965";
    color: #e36f1e
}

.icon-video-circle-white:before {
    content: "\e96a";
    color: #fff
}

.icon-phone-default-circle:before {
    content: "\e963";
    color: #546670
}

.icon-phone-orange-circle:before {
    content: "\e963";
    color: #e36f1e
}

.icon-phone-white-circle:before {
    content: "\e963";
    color: #fff
}

.icon-email-default-circle:before {
    content: "\e964";
    color: #546670
}

.icon-email-white-circle:before {
    content: "\e964";
    color: #fff
}

.icon-email-orange-circle:before {
    content: "\e964";
    color: #e36f1e
}

.icon-location-default:before {
    content: "\e95a";
    color: #546670
}

.icon-location-orange:before {
    content: "\e95a";
    color: #e36f1e
}

.icon-location-white:before {
    content: "\e906";
    color: #fff
}

.icon-button-arrow-default:before {
    content: "\e90d";
    color: #546670
}

.icon-button-arrow:before {
    content: "\e90d";
    color: #e36f1e
}

.icon-button-arrow-white:before {
    content: "\e90d";
    color: #fff
}

.icon-cross-default:before {
    content: "\e956";
    color: #546670
}

.icon-cross-orange:before {
    content: "\e956";
    color: #e36f1e
}

.icon-cross-white:before {
    content: "\e956";
    color: #fff
}

.icon-person-teal .path1:before {
    content: "\e966";
    color: #1b6875
}

.icon-person-teal .path2:before {
    content: "\e967";
    margin-left: -1em;
    color: #fff
}

.icon-person-teal .path3:before {
    content: "\e968";
    margin-left: -1em;
    color: #fff
}

.icon-person-onorange .path1:before {
    content: "\e966";
    color: #e36f1e
}

.icon-person-onorange .path2:before {
    content: "\e967";
    margin-left: -1em;
    color: #fff
}

.icon-person-onorange .path3:before {
    content: "\e968";
    margin-left: -1em;
    color: #fff
}

.icon-person-ongreen .path1:before {
    content: "\e966";
    color: #1b6875
}

.icon-person-ongreen .path2:before {
    content: "\e967";
    margin-left: -1em;
    color: #fff
}

.icon-person-ongreen .path3:before {
    content: "\e968";
    margin-left: -1em;
    color: #fff
}

.icon-location:before {
    content: "\e927";
    color: #1b6875
}

.icon-location-onwhite .path1:before {
    content: "\e960";
    color: #fff
}

.icon-location-onwhite .path2:before {
    content: "\e961";
    margin-left: -1em;
    color: #1b6875
}

.icon-location-onwhite .path3:before {
    content: "\e962";
    margin-left: -1em;
    color: #1b6875
}

.icon-location-ongreen .path1:before {
    content: "\e939";
    color: #1b6875
}

.icon-location-ongreen .path2:before {
    content: "\e93a";
    margin-left: -1em;
    color: #fff
}

.icon-location-ongreen .path3:before {
    content: "\e93b";
    margin-left: -1em;
    color: #fff
}

.icon-location-onorange .path1:before {
    content: "\e939";
    color: #e36f1e
}

.icon-location-onorange .path2:before {
    content: "\e93a";
    margin-left: -1em;
    color: #fff
}

.icon-location-onorange .path3:before {
    content: "\e93b";
    margin-left: -1em;
    color: #fff
}

.icon-phone-ongreen .path1:before {
    content: "\e93c";
    color: #1b6875
}

.icon-phone-ongreen .path2:before {
    content: "\e93d";
    margin-left: -1em;
    color: #fff
}

.icon-phone-onorange .path1:before {
    content: "\e93c";
    color: #e36f1e
}

.icon-phone-onorange .path2:before {
    content: "\e93d";
    margin-left: -1em;
    color: #fff
}

.icon-email .path1:before {
    content: "\e946";
    color: #fff
}

.icon-email .path2:before {
    content: "\e947";
    margin-left: -1em;
    color: #1b6875
}

.icon-email-ongreen .path1:before {
    content: "\e92f";
    color: #1b6875
}

.icon-email-ongreen .path2:before {
    content: "\e930";
    margin-left: -1em;
    color: #fff
}

.icon-email-onorange .path1:before {
    content: "\e92f";
    color: #e36f1e
}

.icon-email-onorange .path2:before {
    content: "\e930";
    margin-left: -1em;
    color: #fff
}

.icon-download .path1:before {
    content: "\e942";
    color: #fff
}

.icon-download .path2:before {
    content: "\e943";
    margin-left: -1em;
    color: #1b6875
}

.icon-download .path3:before {
    content: "\e944";
    margin-left: -1em;
    color: #1b6875
}

.icon-download .path4:before {
    content: "\e945";
    margin-left: -1em;
    color: #1b6875
}

.icon-download-ongreen .path1:before {
    content: "\e92b";
    color: #1b6875
}

.icon-download-ongreen .path2:before {
    content: "\e92c";
    margin-left: -1em;
    color: #fff
}

.icon-download-ongreen .path3:before {
    content: "\e92d";
    margin-left: -1em;
    color: #fff
}

.icon-download-ongreen .path4:before {
    content: "\e92e";
    margin-left: -1em;
    color: #fff
}

.icon-download-onorange .path1:before {
    content: "\e92b";
    color: #e36f1e
}

.icon-download-onorange .path2:before {
    content: "\e92c";
    margin-left: -1em;
    color: #fff
}

.icon-download-onorange .path3:before {
    content: "\e92d";
    margin-left: -1em;
    color: #fff
}

.icon-download-onorange .path4:before {
    content: "\e92e";
    margin-left: -1em;
    color: #fff
}

.icon-quote .path1:before {
    content: "\e923";
    color: #e36f1e
}

.icon-quote .path2:before {
    content: "\e924";
    margin-left: -1em;
    color: #e36f1e
}

.icon-quote .path3:before {
    content: "\e925";
    margin-left: -1em;
    color: #929b9e
}

.icon-quote-onorange .path1:before {
    content: "\e92b";
    color: #e36f1e
}

.icon-quote-onorange .path2:before {
    content: "\e924";
    margin-left: -1.3em;
    color: #fff
}

.icon-quote-onorange .path3:before {
    content: "\e924";
    margin-left: -0.72em;
    color: #fff
}

.icon-quote-ongreen .path1:before {
    content: "\e92b";
    color: #1b6875
}

.icon-quote-ongreen .path2:before {
    content: "\e924";
    margin-left: -1.3em;
    color: #fff
}

.icon-quote-ongreen .path3:before {
    content: "\e924";
    margin-left: -0.72em;
    color: #fff
}

.icon-quote-white .path1:before {
    content: "\e95d";
    color: #fff
}

.icon-quote-white .path2:before {
    content: "\e95e";
    margin-left: -1.0234375em;
    color: #fff
}

.icon-quote-white .path3:before {
    content: "\e95f";
    margin-left: -1.0234375em;
    color: #fff;
    opacity: 0.5
}

.icon-what3words-icon .path1:before {
    content: "\e96b";
    color: #fff
}

.icon-what3words-icon .path2:before {
    content: "\e96c";
    margin-left: -1em;
    color: #1b6875
}

.icon-what3words-icon .path3:before {
    content: "\e96d";
    margin-left: -1em;
    color: #1b6875
}

.icon-what3words-icon .path4:before {
    content: "\e96e";
    margin-left: -1em;
    color: #1b6875
}

.icon-earth-white:before {
    content: "\e959";
    color: #fff
}

.icon-search-dark:before {
    content: "\e95b";
    color: #546670
}

.icon-search-white:before {
    content: "\e95c";
    color: #fff
}

.icon-minus:before {
    content: "\e951";
    color: #006388
}

.icon-arrow-right-white:before {
    content: "\e953";
    color: #fff
}

.icon-arrow-white:before {
    content: "\e954";
    color: #fff
}

.icon-arrow-black:before {
    content: "\e957";
    color: #929b9e
}

.icon-phone-circle .path1:before {
    content: "\e902";
    color: #808285
}

.icon-phone-circle .path2:before {
    content: "\e907";
    margin-left: -1.033203125em;
    color: #c3c8ca
}

.icon-email-circle .path1:before {
    content: "\e908";
    color: #808285
}

.icon-email-circle .path2:before {
    content: "\e950";
    margin-left: -1.033203125em;
    color: #c3c8ca
}

.icon-plus:before {
    content: "\e952";
    color: #006388
}

.icon-arrow-orange:before {
    content: "\e955";
    color: #e36f1e
}

.icon-global:before {
    content: "\e958";
    color: #546670
}

.icon-video .path1:before {
    content: "\e900";
    color: #e36f1e
}

.icon-video .path2:before {
    content: "\e901";
    margin-left: -1em;
    color: #fff
}

.icon-play-button {
    opacity: 0.8
}

.icon-contact .path1:before {
    content: "\33";
    color: #fff
}

.icon-contact .path2:before {
    content: "\34";
    margin-left: -1em;
    color: #1b6875
}

.icon-calendar .path1:before {
    content: "\e903";
    color: #1b6875
}

.icon-calendar .path2:before {
    content: "\e904";
    margin-left: -1em;
    color: #fff
}

.icon-calendar-white:before {
    content: "\e905";
    color: #fff
}

.icon-carousel-arrow-right-white:before {
    content: "\e909";
    color: #fff
}

.icon-carousel-arrow-right-black:before {
    content: "\e90a";
    color: #546670
}

.icon-carousel-arrow-left-white:before {
    content: "\e90b";
    color: #fff
}

.icon-carousel-arrow-left-black:before {
    content: "\e90c";
    color: #546670
}

.icon-filter .path1:before {
    content: "\e90e";
    color: #1b6875
}

.icon-filter .path2:before {
    content: "\e90f";
    margin-left: -1em;
    color: #fff
}

.icon-filter-active .path1:before {
    content: "\e910";
    color: #e36f1e
}

.icon-filter-active .path2:before {
    content: "\e911";
    margin-left: -1em;
    color: #fff
}

.icon-on-demand .path1:before {
    content: "\e912";
    color: #e36f1e
}

.icon-on-demand .path2:before {
    content: "\e913";
    margin-left: -1em;
    color: #fff
}

.icon-on-demand .path3:before {
    content: "\e914";
    margin-left: -1em;
    color: #fff
}

.icon-on-demand .path4:before {
    content: "\e915";
    margin-left: -1em;
    color: #fff
}

.icon-on-demand .path5:before {
    content: "\e916";
    margin-left: -1em;
    color: #fff
}

.icon-on-demand .path6:before {
    content: "\e917";
    margin-left: -1em;
    color: #fff
}

.icon-on-demand .path7:before {
    content: "\e918";
    margin-left: -1em;
    color: #fff
}

.icon-podcast .path1:before {
    content: "\e919";
    color: #e36f1e
}

.icon-podcast .path2:before {
    content: "\e91a";
    margin-left: -1em;
    color: #fff
}

.icon-webinar .path1:before {
    content: "\e91b";
    color: #e36f1e
}

.icon-webinar .path2:before {
    content: "\e91c";
    margin-left: -1em;
    color: #fafafa
}

.icon-webinar .path3:before {
    content: "\e91d";
    margin-left: -1em;
    color: #fafafa
}

.icon-webinar .path4:before {
    content: "\e91e";
    margin-left: -1em;
    color: #fafafa
}

.icon-webinar .path5:before {
    content: "\e91f";
    margin-left: -1em;
    color: #fafafa
}

.icon-webinar .path6:before {
    content: "\e920";
    margin-left: -1em;
    color: #fafafa
}

.icon-webinar .path7:before {
    content: "\e921";
    margin-left: -1em;
    color: #fafafa
}

.icon-webinar .path8:before {
    content: "\e922";
    margin-left: -1em;
    color: #fafafa
}

.icon-search:before {
    content: "\e926";
    color: #c3c8ca
}

.icon-person .path1:before {
    content: "\e928";
    color: #e36f1e
}

.icon-person .path2:before {
    content: "\e929";
    margin-left: -1em;
    color: #fff
}

.icon-person .path3:before {
    content: "\e92a";
    margin-left: -1em;
    color: #fff
}

.icon-facebook-ongreen .path1:before {
    content: "\e931";
    color: #1b6875
}

.icon-facebook-ongreen .path2:before {
    content: "\e932";
    margin-left: -1em;
    color: #fff
}

.icon-instagram-ongreen .path1:before {
    content: "\e933";
    color: #1b6875
}

.icon-instagram-ongreen .path2:before {
    content: "\e934";
    margin-left: -1em;
    color: #fff
}

.icon-linkedIn-ongreen .path1:before {
    content: "\e935";
    color: #1b6875
}

.icon-linkedIn-ongreen .path2:before {
    content: "\e936";
    margin-left: -1em;
    color: #fff
}

.icon-linkedIn-ongreen .path3:before {
    content: "\e937";
    margin-left: -1em;
    color: #fff
}

.icon-linkedIn-ongreen .path4:before {
    content: "\e938";
    margin-left: -1em;
    color: #fff
}

.icon-twitter-ongreen .path1:before {
    content: "\e93e";
    color: #1b6875
}

.icon-twitter-ongreen .path2:before {
    content: "\e93f";
    margin-left: -1em;
    color: #fff
}

.icon-youtube-ongreen .path1:before {
    content: "\e940";
    color: #1b6875
}

.icon-youtube-ongreen .path2:before {
    content: "\e941";
    margin-left: -1em;
    color: #fff
}

.icon-linkedin .path1:before {
    content: "\e948";
    color: #fff
}

.icon-linkedin .path2:before {
    content: "\e949";
    margin-left: -1em;
    color: #1b6875
}

.icon-linkedin .path3:before {
    content: "\e94a";
    margin-left: -1em;
    color: #1b6875
}

.icon-linkedin .path4:before {
    content: "\e94b";
    margin-left: -1em;
    color: #1b6875
}

.icon-phone .path1:before {
    content: "\e94c";
    color: #fff
}

.icon-phone .path2:before {
    content: "\e94d";
    margin-left: -1em;
    color: #1b6875
}

.icon-share .path1:before {
    content: "\e94e";
    color: #fff
}

.icon-share .path2:before {
    content: "\e94f";
    margin-left: -0.9677734375em;
    color: #104c52
}

.icon-wechat-ongreen .path1:before {
    content: "\e965";
    color: #1b6875
}

.icon-wechat-ongreen .path2:before {
    content: "\e966";
    margin-left: -1em;
    color: #fff
}

.icon-wechat-ongreen .path3:before {
    content: "\e967";
    margin-left: -1em;
    color: #fff
}

:root {
    --scrollbar-width: 0px
}

html {
    scroll-padding-top: 0
}

body {
    font-family: "ZapfHumnst",sans-serif;
    margin: 0 auto
}

body.modal-open {
    overflow: hidden
}

p {
    font-family: "ZapfHumnst",sans-serif;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    color: #444;
    letter-spacing: .005em;
    line-height: 25px;
    font-family: "Lato",sans-serif;
    margin-bottom: 10px
}

@media (min-width: 992px) {
    p {
        margin-bottom:15px
    }
}

p a {
    text-decoration: underline
}

p i,p em {
    font-style: italic
}

a {
    text-decoration: none;
    color: inherit
}

a:hover {
    text-decoration: underline
}

h1,.h1 {
    font-family: "ZapfHumnst",sans-serif;
    font-size: 30px;
    font-weight: 400;
    font-style: normal;
    color: #444;
    letter-spacing: .005px;
    line-height: 37px;
    font-family: "ZapfHumnst",sans-serif;
    margin-bottom: 10px
}

@media (min-width: 992px) {
    h1,.h1 {
        font-size:38px;
        line-height: 47px;
        margin-bottom: 15px
    }
}

h2,.h2,.featurePanel__heading {
    font-family: "ZapfHumnst",sans-serif;
    font-size: 30px;
    font-weight: 400;
    font-style: normal;
    color: #444;
    letter-spacing: .005px;
    line-height: 37px;
    font-family: "ZapfHumnst",sans-serif;
    margin-bottom: 10px
}

@media (min-width: 992px) {
    h2,.h2,.featurePanel__heading {
        font-size:34px;
        line-height: 42px;
        margin-bottom: 15px
    }
}

h3,.h3,.featurePanel__sub-heading {
    font-family: "ZapfHumnst",sans-serif;
    font-size: 22px;
    font-weight: 400;
    font-style: normal;
    color: #444;
    letter-spacing: .005px;
    line-height: 27px;
    font-family: "ZapfHumnst",sans-serif;
    margin-bottom: 10px
}

@media (min-width: 992px) {
    h3,.h3,.featurePanel__sub-heading {
        font-size:24px;
        line-height: 30px;
        margin-bottom: 15px
    }
}

h4,.h4,.featurePanel__sub-sub-heading {
    font-family: "ZapfHumnst",sans-serif;
    font-size: 24px;
    font-weight: 400;
    font-style: normal;
    color: #444;
    letter-spacing: .01px;
    line-height: 28px;
    font-family: "ZapfHumnst",sans-serif;
    margin-bottom: 10px
}

@media (min-width: 992px) {
    h4,.h4,.featurePanel__sub-sub-heading {
        font-size:16px;
        line-height: 25px;
        margin-bottom: 15px
    }
}

h5,.h5,.featurePanel__title {
    font-family: "ZapfHumnst",sans-serif;
    font-size: 12px;
    font-weight: 400;
    font-style: normal;
    color: #444;
    letter-spacing: normal;
    line-height: 14px;
    text-transform: uppercase;
    font-family: "Lato",sans-serif;
    margin-bottom: 10px
}

@media (min-width: 992px) {
    h5,.h5,.featurePanel__title {
        font-size:13px;
        line-height: 20px;
        margin-bottom: 15px;
        font-weight: 600
    }
}

.headingUnderline {
    position: relative;
    margin-bottom: 23px
}

.headingUnderline:after {
    content: '';
    display: block;
    background-color: #E36F1E;
    width: 35px;
    height: 5px;
    position: relative;
    left: 0;
    margin-top: 14px
}

@media (min-width: 992px) {
    .headingUnderline {
        margin-bottom:23px
    }

    .headingUnderline:after {
        margin-top: 28px
    }
}

.image-top-center {
    background-position: top center !important
}

.image-top-left {
    background-position: top left !important
}

.image-top-right {
    background-position: top right !important
}

.image-center {
    background-position: center center !important
}

.image-center-left {
    background-position: center left !important
}

.image-center-right {
    background-position: center right !important
}

.image-bottom-left {
    background-position: bottom left !important
}

.image-bottom-center {
    background-position: bottom center !important
}

.image-bottom-right {
    background-position: bottom right !important
}

.wysiwyg {
    font-family: "Lato",sans-serif;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    color: #444;
    letter-spacing: .01em;
    line-height: 25px
}

.wysiwyg a {
    text-decoration: underline
}

.wysiwyg h1,.wysiwyg .h1 {
    font-family: "ZapfHumnst",sans-serif;
    font-size: 30px;
    font-weight: normal;
    font-style: normal;
    color: #444;
    letter-spacing: .005em;
    line-height: 37px;
    margin-bottom: 20px
}

@media (min-width: 992px) {
    .wysiwyg h1,.wysiwyg .h1 {
        font-weight:400;
        font-size: 38px;
        line-height: 47px
    }
}

.wysiwyg h2,.wysiwyg .h2 {
    font-family: "ZapfHumnst",sans-serif;
    font-size: 30px;
    font-weight: normal;
    font-style: normal;
    color: #444;
    letter-spacing: .005em;
    line-height: 37px;
    margin-bottom: 20px
}

@media (min-width: 992px) {
    .wysiwyg h2,.wysiwyg .h2 {
        font-size:34px;
        line-height: 42px;
        margin-bottom: 40px
    }
}

.wysiwyg h3,.wysiwyg .h3 {
    font-family: "ZapfHumnst",sans-serif;
    font-size: 30px;
    font-weight: 400;
    font-style: normal;
    color: #444;
    letter-spacing: .005em;
    line-height: 37px;
    margin-bottom: 17px
}

@media (min-width: 992px) {
    .wysiwyg h3,.wysiwyg .h3 {
        font-size:24px;
        line-height: 30px;
        margin-bottom: 20px
    }
}

.wysiwyg h4,.wysiwyg .h4 {
    font-family: "Lato",sans-serif;
    font-size: 16px;
    font-weight: 700;
    font-style: normal;
    color: #444;
    letter-spacing: .5px;
    line-height: 25px;
    margin-bottom: 20px;
    text-transform: uppercase
}

.wysiwyg h5,.wysiwyg .h5 {
    font-family: "Lato",sans-serif;
    font-size: 13px;
    font-weight: 600;
    font-style: normal;
    color: #444;
    letter-spacing: .5px;
    line-height: 20px;
    margin-bottom: 20px;
    text-transform: uppercase
}

.wysiwyg p {
    font-family: "Lato",sans-serif;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    color: #444;
    letter-spacing: .01em;
    line-height: 25px;
    margin-bottom: 17px
}

@media (min-width: 992px) {
    .wysiwyg p {
        margin-bottom:30px
    }
}

.wysiwyg p b {
    font-weight: bold
}

.wysiwyg p i,.wysiwyg p em {
    font-style: italic
}

.wysiwyg p a {
    color: inherit;
    text-decoration: underline
}

.wysiwyg p a:hover {
    color: #E36F1E
}

.wysiwyg ul,.wysiwyg ol {
    margin: 0px 0px 20px 0px
}

@media (min-width: 992px) {
    .wysiwyg ul,.wysiwyg ol {
        margin:0px 0px 30px 0px
    }
}

.wysiwyg ul li,.wysiwyg ol li {
    font-family: "Lato",sans-serif;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    color: #444;
    letter-spacing: .01em;
    line-height: 25px
}

.wysiwyg ul li p,.wysiwyg ol li p {
    margin: 0px;
    vertical-align: top;
    display: inline
}

.wysiwyg ul em,.wysiwyg ol em {
    font-style: italic
}

.wysiwyg ul {
    margin-top: 5px;
    padding-left: 19px
}

.wysiwyg ul li+li {
    padding-top: 8px
}

@media (min-width: 992px) {
    .wysiwyg ul li+li {
        padding-top:15px
    }
}

.wysiwyg ul li {
    position: relative;
    list-style-type: disc
}

.wysiwyg ul li::marker {
    color: #E36F1E;
    font-size: 17px
}

.wysiwyg ul ul {
    margin-top: 17px;
    padding-left: 0
}

@media (min-width: 992px) {
    .wysiwyg ul ul {
        margin-top:20px
    }
}

.wysiwyg ul ul li+li {
    padding-top: 0
}

@media (min-width: 992px) {
    .wysiwyg ul ul li+li {
        padding-top:0
    }
}

.wysiwyg ul ul li {
    list-style-type: none
}

.wysiwyg ul ul li::marker {
    display: none
}

.wysiwyg ul ul li:before {
    content: '-';
    vertical-align: top;
    position: relative;
    padding-right: 6px
}

.wysiwyg ul ul ul {
    margin-top: 17px;
    padding-left: 20px
}

@media (min-width: 992px) {
    .wysiwyg ul ul ul {
        margin-top:10px
    }
}

.wysiwyg ul ul ul li {
    position: relative;
    list-style-type: square
}

.wysiwyg ul ul ul li:before {
    display: none
}

.wysiwyg ul ul ul li::marker {
    color: #444
}

.wysiwyg ol {
    padding-left: 24px;
    counter-reset: item;
    list-style-position: inside
}

@media (min-width: 992px) {
    .wysiwyg ol {
        padding-left:34px
    }
}

.wysiwyg ol li {
    display: block;
    position: relative;
    margin-top: 20px
}

.wysiwyg ol li:before {
    content: counters(item, ".") ".";
    counter-increment: item;
    display: block;
    position: absolute;
    top: 0px;
    left: -34px;
    width: 24px;
    text-align: left
}

.wysiwyg ol li:before:last-child {
    padding-bottom: 0
}

.wysiwyg ol ol {
    padding-left: 44px
}

.wysiwyg ol ol li:before {
    font-size: 14px;
    left: -44px;
    content: counters(item, ".") ""
}

.wysiwyg ol ol ol {
    padding-left: 34px;
    counter-reset: alpha
}

.wysiwyg ol ol ol li:before {
    left: -34px;
    counter-increment: alpha;
    content: "(" counter(alpha, lower-alpha) ") "
}

.wysiwyg ol ol ol ol {
    padding-left: 34px;
    counter-reset: roman
}

.wysiwyg ol ol ol ol li:before {
    counter-increment: roman;
    content: "(" counter(roman, lower-roman) ") "
}

.wysiwyg ol[start] {
    counter-reset: ols -webkit-calc(var(--ol-start) - 1);
    counter-reset: ols calc(var(--ol-start) - 1)
}

.wysiwyg ol[start] li:before {
    counter-increment: ols;
    content: counters(ols, ".") "."
}

.wysiwyg ol[start] li>ol {
    counter-reset: ols -webkit-calc(var(--ol-start) - var(--ol-start));
    counter-reset: ols calc(var(--ol-start) - var(--ol-start))
}

.wysiwyg ol[start] li>ol li:before {
    content: counters(ols, ".") ""
}

.wysiwyg ol[start] li>ol li>ol {
    counter-reset: alpha
}

.wysiwyg ol[start] li>ol li>ol li:before {
    counter-increment: alpha;
    content: "(" counter(alpha, lower-alpha) ") "
}

.wysiwyg table {
    font-family: "Lato",sans-serif;
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    color: #444;
    letter-spacing: .01em;
    line-height: 28px;
    margin: 20px 0;
    text-align: center;
    background-color: #f5f5f5;
    border-collapse: collapse;
    display: block;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    overflow-x: auto;
    white-space: nowrap
}

@media (min-width: 992px) {
    .wysiwyg table {
        margin:50px 0;
        display: table;
        max-width: 100%;
        table-layout: fixed;
        width: 100%;
        white-space: unset
    }
}

.wysiwyg table[border="0"] * {
    border: none !important
}

.wysiwyg table[border="1"] * {
    border-color: #fff !important
}

.wysiwyg table tr {
    background-color: #f5f5f5
}

.wysiwyg table th,.wysiwyg table td {
    border: 2px solid #fff;
    padding: 6px 30px
}

@media (min-width: 992px) {
    .wysiwyg table th,.wysiwyg table td {
        word-wrap:break-word
    }
}

.wysiwyg table th a,.wysiwyg table td a {
    text-decoration: underline
}

.wysiwyg table th a:hover,.wysiwyg table td a:hover {
    color: #E36F1E
}

.wysiwyg table th ul,.wysiwyg table td ul {
    padding-left: 1.5rem
}

.wysiwyg table th ul li,.wysiwyg table td ul li {
    font-size: inherit
}

.wysiwyg table thead tr {
    background-color: #004851;
    color: #fff
}

.wysiwyg table tbody tr:nth-of-type(odd) {
    background-color: #E6F1F0
}

.wysiwyg__rtaWrapper {
    margin-top: 60px;
    padding: 0 12px
}

.wysiwyg__rtaWrapper>img {
    max-width: 100%
}

@media (min-width: 992px) {
    .wysiwyg__rtaWrapper {
        margin-top:40px;
        padding: 0
    }
}

.wysiwyg__largetext {
    font-family: "ZapfHumnst",sans-serif !important;
    font-size: 24px !important;
    line-height: 34px !important;
    letter-spacing: 0.01em !important;
    color: #004851 !important;
    margin-bottom: 20px !important
}

@media (min-width: 992px) {
    .wysiwyg__largetext {
        margin-bottom:30px !important
    }
}

.wysiwyg__smalltext {
    font-family: "Lato",sans-serif !important;
    font-size: 12px !important;
    line-height: 16px !important;
    color: #000 !important;
    margin-bottom: 15px !important
}

.wysiwyg__twoCol {
    display: table;
    width: 100%
}

.wysiwyg__quote {
    text-align: left
}

.wysiwyg__quote figure {
    position: relative;
    padding: 25px 0 30px 0;
    margin-bottom: 0
}

@media (min-width: 992px) {
    .wysiwyg__quote figure {
        padding:30px 0 45px 0
    }
}

.wysiwyg__quote blockquote {
    font-family: "ZapfHumnst",sans-serif;
    font-size: 30px;
    font-weight: normal;
    font-style: normal;
    color: #1B6875;
    letter-spacing: .01em;
    line-height: 42px;
    margin-bottom: 15px;
    font-style: italic
}

@media (min-width: 992px) {
    .wysiwyg__quote blockquote {
        margin-bottom:20px
    }
}

.wysiwyg__quote figcaption {
    font-family: "Lato",sans-serif;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    color: #1B6875;
    letter-spacing: 1px;
    line-height: 19px;
    text-transform: uppercase
}

.wysiwyg__quote--left blockquote {
    color: #004851
}

.wysiwyg__quote--left .wysiwyg__icon {
    position: relative;
    top: unset;
    left: unset
}

@media (min-width: 992px) {
    .wysiwyg__quote--left {
        margin-left:unset !important;
        margin-right: 40px !important;
        width: 50%;
        float: left
    }

    .wysiwyg__quote--left figure {
        padding: 0 0 30px 0 !important
    }

    .wysiwyg__quote--left blockquote {
        padding-left: 15px
    }

    .wysiwyg__quote--left figcaption {
        padding-left: 15px
    }
}

.wysiwyg__quote--right blockquote {
    color: #004851
}

.wysiwyg__quote--right .wysiwyg__icon {
    position: relative;
    top: unset;
    left: unset
}

@media (min-width: 992px) {
    .wysiwyg__quote--right {
        margin-right:unset !important;
        margin-left: 40px !important;
        width: 50%;
        float: right
    }

    .wysiwyg__quote--right figure {
        padding: 0 0 30px 0 !important
    }

    .wysiwyg__quote--right blockquote {
        padding-left: 15px
    }

    .wysiwyg__quote--right figcaption {
        padding-left: 15px
    }
}

.wysiwyg__icon {
    font-size: 60px;
    margin-bottom: 15px;
    display: block
}

@media (min-width: 992px) {
    .wysiwyg__icon {
        position:absolute;
        top: 0;
        left: -112px
    }
}

.wysiwyg__image figure {
    margin-bottom: 20px
}

@media (min-width: 992px) {
    .wysiwyg__image figure {
        margin-bottom:30px
    }
}

.wysiwyg__image a:hover {
    text-decoration: none
}

.wysiwyg__image img {
    position: relative;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.wysiwyg__image figcaption {
    font-family: "Lato",sans-serif;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    color: #808285;
    letter-spacing: .005em;
    line-height: 20px;
    margin-top: 15px;
    padding-bottom: 20px;
    border-bottom: 1px solid #C3C8CA
}

@media (min-width: 992px) {
    .wysiwyg__image figcaption {
        padding-bottom:15px
    }
}

@media (min-width: 992px) {
    .wysiwyg__image--right {
        margin-left:40px;
        margin-right: -110px;
        width: 49%;
        float: right
    }

    .wysiwyg__image--right img {
        height: 322px
    }
}

@media (min-width: 992px) {
    .wysiwyg__image--left {
        margin-right:40px;
        width: 49%;
        float: left
    }

    .wysiwyg__image--left img {
        height: 322px
    }
}

.wysiwyg .video {
    padding: 60px 0 40px
}

@media (min-width: 992px) {
    .wysiwyg .video {
        padding:20px 0 30px
    }
}

.wysiwyg-contact__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px
}

.wysiwyg-contact__item--standard {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: start;
    -ms-flex-align: start;
    align-items: start
}

.wysiwyg-contact__icon {
    font-size: 30px;
    vertical-align: middle
}

.wysiwyg-contact__info {
    margin-bottom: 0 !important
}

.wysiwyg-contact__quote {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.wysiwyg-contact__quote-main {
    font-family: "Lato",sans-serif;
    font-size: 18px;
    font-style: italic;
    letter-spacing: 0.3px;
    color: #004851;
    margin-bottom: 10px
}

.wysiwyg-contact__quote-author {
    font-family: "Lato",sans-serif;
    color: #1B6875;
    text-transform: uppercase;
    letter-spacing: 1px
}

.col-12>div>.wysiwyg__rtaWrapper {
    padding-left: 0;
    padding-right: 0;
    margin-top: 30px
}

.col-12>div>.wysiwyg__rtaWrapper .container {
    padding-left: 13px;
    padding-right: 13px
}

@media (min-width: 992px) {
    .col-12>div>.wysiwyg__rtaWrapper .container {
        padding-right:var(--bs-gutter-x, 0.75rem);
        padding-left: var(--bs-gutter-x, 0.75rem)
    }
}

.standardContent__intro {
    padding-inline:var(--bs-gutter-x, 0.75rem)}

@media (min-width: 992px) {
    .standardContent__intro {
        margin-inline:8.33333%
    }
}

.standardContent .wysiwyg__quote blockquote {
    color: #004851
}

.standardContent .wysiwyg__quote .wysiwyg__icon {
    position: relative;
    top: unset;
    left: unset
}

@media (min-width: 992px) {
    .standardContent .wysiwyg__quote {
        margin-left:-110px;
        margin-right: 110px
    }

    .standardContent .wysiwyg__quote figure {
        padding: 20px 0 55px 0
    }

    .standardContent .wysiwyg__quote blockquote {
        padding-left: 15px
    }

    .standardContent .wysiwyg__quote figcaption {
        padding-left: 15px
    }
}

.iframeWrapper {
    position: relative;
    width: auto;
    padding: 0 0 388.89%;
    height: 0;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: 0;
    border: 0 none;
    margin-top: 60px
}

@media (min-width: 992px) {
    .iframeWrapper {
        margin-top:40px
    }
}

.iframeWrapperAlt {
    margin: 0 auto
}

@media (min-width: 992px) {
    .iframeWrapperAlt {
        max-width:1920px
    }
}

.iframeWrapperAlt+[data-ktc-search-exclude] .featurePanel,.iframeWrapperAlt+.featurePanel {
    margin-top: -1px
}

.hero+.wysiwyg__rtaWrapper {
    margin-top: 0
}

.header {
    position: relative;
    z-index: 11
}

.header__viewstate {
    position: fixed;
    top: 60px;
    left: 150%;
    opacity: 0;
    pointer-events: none
}

.header__viewstate--nav:checked+.header .header__burger:before {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-top: -1px
}

.header__viewstate--nav:checked+.header .header__burger:after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-top: -1px
}

.header__viewstate--nav:checked+.header .header__navigation {
    display: block
}

.header__viewstate--inNav:checked+.header__navList {
    opacity: 1;
    pointer-events: all;
    visibility: visible;
    max-height: none;
    overflow: visible;
    display: table
}

.header__viewstate--inNav:checked ~ .header__closeNavLevel {
    display: block !important;
    width: 100%;
    height: 100%;
    position: relative;
    top: -100%;
    cursor: pointer
}

.header__top {
    background: #fff;
    padding: 11px 0;
    color: #546670
}

@media (min-width: 992px) {
    .header__top {
        border-bottom:1px solid #C3C8CA
    }
}

.header__logoLink {
    padding: 0 10px;
    margin-left: -10px
}

@media (min-width: 992px) {
    .header__logoLink {
        padding:5px 10px
    }
}

.header__logo {
    display: block;
    width: 106px;
    height: auto
}

@media (min-width: 992px) {
    .header__logo {
        width:140px
    }
}

.header__actions {
    margin: 0;
    padding: 0
}

.header__action:last-child .header__actionLink {
    padding-right: 10px;
    margin-right: -10px
}

.header__actionLink {
    display: block;
    padding: 7px 20px 7px 10px
}

.header__actionLink:hover {
    color: inherit
}

.header__burger {
    display: block;
    width: 22px;
    height: 22px;
    position: relative
}

.header__burger:before,.header__burger:after {
    content: ' ';
    display: block;
    width: 22px;
    height: 2px;
    background: #444;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -6px;
    margin-left: -11px
}

.header__burger:after {
    margin-top: 4px
}

.header__navigation {
    display: none;
    background: #58595C;
    color: #fff;
    padding: 0;
    overflow: auto;
    position: absolute;
    top: 60px;
    left: 0;
    right: 0
}

@media (min-width: 992px) {
    .header__navigation {
        background:#fff;
        color: #444;
        display: block;
        position: relative;
        top: auto;
        left: auto;
        right: auto;
        overflow: visible
    }
}

.header__navInner {
    height: 529px;
    height: -webkit-calc(100vh - 60px);
    height: calc(100vh - 60px)
}

@media (min-width: 992px) {
    .header__navInner {
        height:auto
    }
}

.header__navWrapper {
    overflow: auto;
    margin: 0 -webkit-calc(var(--bs-gutter-x) * -0.5);
    margin: 0 calc(var(--bs-gutter-x) * -0.5);
    padding: 0 -webkit-calc(var(--bs-gutter-x) * .5);
    padding: 0 calc(var(--bs-gutter-x) * .5)
}

@media (min-width: 992px) {
    .header__navWrapper {
        overflow:visible
    }
}

.header__navList {
    position: relative;
    padding: 21px 0 30px;
    margin: 0;
    background: #58595C;
    -ms-overflow-style: none;
    scrollbar-width: none;
    height: 100%
}

.header__navList::-webkit-scrollbar {
    width: 0;
    background: transparent;
    display: none
}

.header__navList--hidden>.header__navItem>.header__navLink {
    height: 0;
    overflow: hidden
}

@media (min-width: 992px) {
    .header__navList--top {
        background:#fff;
        padding: 4px 0 5px
    }

    .header__navList--top>.header__navItem {
        border: none;
        margin-right: 34px
    }

    .header__navList--top>.header__navItem:first-child {
        margin-left: -10px
    }

    .header__navList--top>.header__navItem:last-child {
        margin-right: 0
    }

    .header__navList--top>.header__navItem>.header__navLink {
        text-transform: uppercase;
        font-size: 14px;
        line-height: 1.714;
        font-family: "Lato",sans-serif;
        letter-spacing: 0.1em
    }

    .header__navList--top>.header__navItem>.header__navLink svg {
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        margin-left: 10px
    }

    .header__navList--top>.header__navItem>.header__navList {
        height: 500px;
        padding-bottom: 70px
    }

    .header__navList--top>.header__navItem>.header__navList:before,.header__navList--top>.header__navItem>.header__navList:after {
        content: ' ';
        display: block;
        width: 12px;
        width: -webkit-calc(var(--bs-gutter-x) * .5);
        width: calc(var(--bs-gutter-x) * .5);
        position: absolute;
        left: 100%;
        top: 0;
        bottom: 0;
        background: #58595C
    }
}

@media (min-width: 992px) and (min-width: 1200px) {
    .header__navList--top>.header__navItem>.header__navList:before,.header__navList--top>.header__navItem>.header__navList:after {
        width:30px
    }
}

@media (min-width: 992px) {
    .header__navList--top>.header__navItem>.header__navList:after {
        left:auto;
        right: 100%
    }

    .header__navList--top>.header__navItem>.header__navList>.header__navItem {
        width: 33.33%;
        width: -webkit-calc(33.33% - 20px);
        width: calc(33.33% - 20px)
    }

    .header__navList--top>.header__navItem>.header__navList .header__navList {
        top: 0;
        left: 0;
        bottom: 0;
        width: -webkit-calc(66.66% + 20px);
        width: calc(66.66% + 20px);
        -webkit-transform: translateX(50%);
        -ms-transform: translateX(50%);
        transform: translateX(50%);
        padding: 78px 30px 70px 20px;
        height: 100%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-align-content: flex-start;
        -ms-flex-line-pack: start;
        align-content: flex-start;
        overflow: auto;
        border-left: 1px solid #808285
    }

    .header__navList--top>.header__navItem>.header__navList .header__navList--show {
        display: block;
        opacity: 1;
        visibility: visible;
        left: -webkit-calc(66.66% + var(--bs-gutter-x));
        left: calc(66.66% + var(--bs-gutter-x));
        width: -webkit-calc(33.33% + (var(--bs-gutter-x) * -0.5));
        width: calc(33.33% + (var(--bs-gutter-x) * -0.5));
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        pointer-events: all;
        z-index: 2
    }
}

@media (min-width: 992px) and (min-width: 1200px) {
    .header__navList--top>.header__navItem>.header__navList .header__navList--show {
        left:66.66%;
        width: -webkit-calc(33.33% + 31px);
        width: calc(33.33% + 31px)
    }
}

@media (min-width: 992px) {
    .header__navList--top>.header__navItem>.header__navList .header__navList .header__navItem {
        border:none;
        width: 50%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%
    }

    .header__navList--top>.header__navItem>.header__navList .header__navList .header__navItem:nth-child(even) {
        padding-right: 10px
    }

    .header__navList--top>.header__navItem>.header__navList .header__navList .header__navItem:nth-child(odd) {
        padding-left: 10px
    }

    .header__navList--top>.header__navItem>.header__navList .header__navList--thirds {
        width: 33.33%;
        width: -webkit-calc(33.33% + var(--bs-gutter-x));
        width: calc(33.33% + var(--bs-gutter-x));
        left: 33.33%;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        padding-left: 10px;
        padding-right: 20px
    }
}

@media (min-width: 992px) and (min-width: 1200px) {
    .header__navList--top>.header__navItem>.header__navList .header__navList--thirds {
        width:33.33%;
        left: 33.33%
    }
}

@media (min-width: 992px) {
    .header__navList--top>.header__navItem>.header__navList .header__navList--thirds .header__navItem {
        width:100%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        padding-left: 10px !important;
        padding-right: 10px !important
    }

    .header__navList--top>.header__navItem>.header__navList .header__navList--thirds .header__navList {
        display: none
    }

    .header__navList--hidden>.header__navItem>.header__navLink {
        height: auto;
        overflow: auto
    }
}

.header__navList .header__navList {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
    max-height: 100%;
    overflow: hidden;
    padding: 21px 0 10px;
    z-index: 1
}

@media (min-width: 992px) {
    .header__navList .header__navList {
        background:#58595C;
        color: #fff;
        top: 55px
    }
}

.header__navList .header__navList .header__navLink:hover {
    background: #444
}

.header__navList .header__navList .header__navLink:after {
    content: none;
    display: none
}

.header__navList .header__navList .header__navLink--active {
    background: #C75302 !important
}

.header__navList .header__navList .header__navLink--active svg path {
    stroke: #fff
}

.header__navList .header__navList .header__navList .header__navItem:not(:first-child) {
    border-bottom: none
}

.header__navList .header__navList .header__navList .header__navLink {
    font-family: "Lato",sans-serif;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.005em
}

.header__navItem {
    border-bottom: 1px solid #808285
}

.header__navItem--tile {
    border: none;
    position: absolute;
    top: 0;
    right: -webkit-calc(var(--bs-gutter-x) * -0.5);
    right: calc(var(--bs-gutter-x) * -0.5);
    bottom: 0;
    width: 33.33% !important;
    width: -webkit-calc(33.33% + (var(--bs-gutter-x) * -0.5)) !important;
    width: calc(33.33% + (var(--bs-gutter-x) * -0.5)) !important;
    padding: 45px -webkit-calc(var(--bs-gutter-x) * .5) 60px 20px;
    padding: 45px calc(var(--bs-gutter-x) * .5) 60px 20px;
    background: #6b6c70;
    color: #fff
}

@media (min-width: 1200px) {
    .header__navItem--tile {
        width:-webkit-calc(33.33% + 30px) !important;
        width: calc(33.33% + 30px) !important;
        right: -30px;
        padding: 45px -webkit-calc((var(--bs-gutter-x) * .5) + 30px) 60px 70px;
        padding: 45px calc((var(--bs-gutter-x) * .5) + 30px) 60px 70px
    }
}

.header__navItem--fourthLevel {
    border: none
}

.header__navItem--fourthLevel .header__navList {
    padding-left: 10px !important;
    padding-right: 20px !important
}

.header__navItem--fourthLevel .header__navItem {
    width: 100% !important;
    -webkit-box-flex: 0 !important;
    -webkit-flex: 0 0 100% !important;
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
    padding: 0 10px !important
}

.header__navLink {
    display: block;
    font-family: "ZapfHumnst",sans-serif;
    font-size: 18px;
    font-weight: 400;
    font-style: normal;
    color: inherit;
    letter-spacing: .02em;
    line-height: 1.236;
    padding: 11px 10px;
    cursor: pointer;
    position: relative
}

.header__navLink:after {
    content: ' ';
    display: block;
    width: 100%;
    height: 5px;
    background: #C75302;
    opacity: 0;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0
}

.header__navLink:hover {
    color: inherit;
    text-decoration: none
}

.header__navLink:hover:after {
    opacity: 1
}

.header__navLink--bold {
    font-weight: 700
}

.header__navLink--active:after {
    opacity: 1
}

.header__navBack {
    display: inline-block;
    border: 1px solid #fff;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    padding: 8px 10px;
    font-family: "Lato",sans-serif;
    font-size: 12px;
    font-weight: 400;
    font-style: normal;
    color: #fff;
    letter-spacing: 1px;
    line-height: 1.2;
    text-transform: uppercase;
    margin: 0 0 20px
}

.header__navBack:hover {
    color: inherit
}

.header__navBack svg {
    margin-right: 7px
}

.header__navTitle {
    font-family: "ZapfHumnst",sans-serif;
    font-size: 24px;
    font-weight: 400;
    font-style: normal;
    color: #fff;
    letter-spacing: .02em;
    line-height: 1.235;
    margin: 0 0 20px
}

@media (min-width: 992px) {
    .header__navTitle {
        margin:10px 0 30px
    }
}

.header__navTitle+.header__navIntro {
    margin-top: -10px
}

.header__navIntro {
    font-family: "Lato",sans-serif;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    color: #fff;
    letter-spacing: .005em;
    line-height: 1.5;
    margin: 0 0 20px
}

@media (min-width: 992px) {
    .header__navIntro {
        margin-bottom:30px
    }
}

.header__navFoot {
    background: #6b6c70;
    position: relative;
    padding: 20px 0 10px
}

.header__navFoot:before,.header__navFoot:after {
    content: ' ';
    display: block;
    width: -webkit-calc((100vw - 540px + var(--bs-gutter-x)) * .5);
    width: calc((100vw - 540px + var(--bs-gutter-x)) * .5);
    min-width: -webkit-calc(var(--bs-gutter-x) * .5);
    min-width: calc(var(--bs-gutter-x) * .5);
    background: #6b6c70;
    height: 100%;
    position: absolute;
    top: 0;
    right: 100%;
    bottom: 0
}

@media (min-width: 768px) {
    .header__navFoot:before,.header__navFoot:after {
        width:-webkit-calc((100vw - 720px + var(--bs-gutter-x)) * .5);
        width: calc((100vw - 720px + var(--bs-gutter-x)) * .5)
    }
}

@media (min-width: 992px) {
    .header__navFoot:before,.header__navFoot:after {
        width:-webkit-calc((100vw - 960px + var(--bs-gutter-x)) * .5);
        width: calc((100vw - 960px + var(--bs-gutter-x)) * .5)
    }
}

@media (min-width: 1200px) {
    .header__navFoot:before,.header__navFoot:after {
        width:-webkit-calc((100vw - 1140px + var(--bs-gutter-x)) * .5);
        width: calc((100vw - 1140px + var(--bs-gutter-x)) * .5)
    }
}

@media (min-width: 1440px) {
    .header__navFoot:before,.header__navFoot:after {
        width:-webkit-calc((100vw - 1300px + var(--bs-gutter-x)) * .5);
        width: calc((100vw - 1300px + var(--bs-gutter-x)) * .5)
    }
}

.header__navFoot:after {
    right: auto;
    left: 100%
}

.header__navFootList {
    margin: 0;
    padding: 0 0 0 10px
}

.header__navFootItem {
    margin: 0 0 15px
}

.header__navFootLink {
    font-family: "Lato",sans-serif;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    color: #fff;
    letter-spacing: .005em;
    line-height: 1.5
}

.header__language {
    font-family: "Lato",sans-serif;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    color: #fff;
    letter-spacing: .005em;
    line-height: 1.5;
    background: none;
    border: none;
    color: inherit;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0 0 0 28px;
    background-image: url(../img/globe-icon.svg),url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOCIgaGVpZ2h0PSIxNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJtMSAxIDYgNi02IDYiIHN0cm9rZT0iIzkyOUI5RSIvPjwvc3ZnPg==");
    -webkit-background-size: 18px auto, 6px auto;
    background-size: 18px auto, 6px auto;
    background-position: center left, center right;
    background-repeat: no-repeat;
    width: 100%
}

.header__language::-ms-expand {
    display: none
}

.header__language option {
    color: #000
}

@media (min-width: 992px) {
    .header__language {
        background-image:url(../img/globe-icon-dark.svg),url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJtMSAxIDYgNiA2LTYiIHN0cm9rZT0iIzkyOUI5RSIvPjwvc3ZnPg==");
        -webkit-background-size: 18px auto, 12px auto;
        background-size: 18px auto, 12px auto;
        padding: 0 22px 0 28px;
        margin: 0 20px 0 10px
    }
}

.header__navImage {
    margin: 0 0 20px
}

.header__navTileTitle {
    font-family: "ZapfHumnst",sans-serif;
    font-size: 20px;
    font-weight: 400;
    font-style: normal;
    color: #fff;
    letter-spacing: .25px;
    line-height: 1.2;
    margin: 0 0 10px
}

.header__navTileTitle:before {
    content: ' ';
    display: block;
    width: 25px;
    height: 3px;
    background: #E36F1E;
    margin: 0 0 10px
}

.header__navTileText {
    font-family: "Lato",sans-serif;
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    color: #fff;
    letter-spacing: .005em;
    line-height: 1.428;
    margin: 0 0 20px
}

.header__navTileBtn {
    display: inline-block;
    border: 1px solid #fff;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    padding: 8px 15px;
    font-family: "Lato",sans-serif;
    font-size: 12px;
    font-weight: 400;
    font-style: normal;
    color: #fff;
    letter-spacing: 1px;
    line-height: 1.166;
    text-transform: uppercase
}

.header__navTileBtn:hover {
    color: inherit;
    text-decoration: none
}

.nojs .header .header__navigation {
    position: static
}

@media (min-width: 992px) {
    body:not(.nojs) .header .header__navList .header__navList .header__navList .header__navList {
        display:none
    }
}

button.ccc-icon--right:focus:not(:focus-visible),button.ccc-icon--right :focus-visible,button.ccc-icon--left:focus:not(:focus-visible),button.ccc-icon--left :focus-visible {
    outline: 0 !important
}

.footer {
    background-color: #FAFAFA
}

.footer__main {
    padding: 20px 12px
}

@media (min-width: 992px) {
    .footer__main {
        padding:50px 0 39px 0
    }
}

.footer__location {
    margin-bottom: 30px
}

.footer__location .withers-btn {
    margin-top: 10px
}

.footer__location .withers-btn:first-of-type {
    margin-right: 15px
}

.footer__location p {
    word-break: break-word;
    margin-bottom: 0
}

@media (min-width: 1440px) {
    .footer__location p {
        word-break:normal
    }
}

.footer__location p a {
    text-decoration: none
}

.footer__location span {
    font-size: 30px;
    vertical-align: middle
}

@media (min-width: 992px) {
    .footer__location {
        margin-bottom:0
    }

    .footer__location h4,.footer__location .h4 {
        font-size: 34px;
        line-height: 40px;
        letter-spacing: 0.005em
    }
}

.footer__nearest {
    font-family: "Lato",sans-serif;
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    text-transform: uppercase
}

.footer__locationitem {
    margin-bottom: 10px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

@media (min-width: 992px) {
    .footer__locationitem {
        margin-bottom:15px
    }
}

.footer__locationitem .footer__icon .path1:before {
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s
}

.footer__locationitem:has(a:hover) .footer__icon .path1:before {
    color: #598F94
}

.footer__locationitem a:hover {
    color: #000
}

.footer__icon {
    display: inline-block;
    margin-right: 10px
}

.footer__nav p {
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 23px;
    font-family: "ZapfHumnst",sans-serif
}

.footer__nav ul {
    padding: 0;
    margin: 0
}

.footer__nav li {
    margin-bottom: 10px
}

.footer__nav a {
    font-family: "Lato",sans-serif;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.005em;
    color: #444
}

.footer__lang {
    margin: 0 auto;
    max-width: 100px
}

.footer__lang p {
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 23px;
    font-family: "ZapfHumnst",sans-serif
}

.footer__lang ul {
    padding: 0;
    margin: 0
}

.footer__lang li {
    margin-bottom: 10px
}

.footer__lang a {
    font-family: "Lato",sans-serif;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.005em;
    color: #444
}

.footer__contacttitle {
    font-family: "ZapfHumnst",sans-serif;
    font-size: 18px;
    line-height: 21px
}

@media (min-width: 992px) {
    .footer__contacttitle {
        font-size:20px;
        line-height: 23px;
        margin-bottom: 20px
    }
}

.footer__contacttext {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 20px
}

.footer__social {
    padding-top: 30px
}

@media (min-width: 992px) {
    .footer__social {
        padding-top:50px
    }
}

.footer__socialicons {
    margin: auto 0;
    padding: 3px 0;
    width: 85px;
    -webkit-align-content: space-between;
    -ms-flex-line-pack: justify;
    align-content: space-between;
    -webkit-flex-basis: 85px;
    -ms-flex-preferred-size: 85px;
    flex-basis: 85px;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.footer__socialicons a {
    text-decoration: none;
    display: inline-block;
    margin-top: 25px
}

.footer__socialicons a:first-of-type,.footer__socialicons a:nth-of-type(2) {
    margin-top: 0
}

.footer__socialicons a:hover {
    opacity: 0.8
}

.footer__socialicons span {
    font-size: 30px
}

.footer__separator {
    margin: 0 40px;
    width: 1px;
    background-color: #C3C8CA
}

.footer__logos {
    margin: auto 0
}

.footer__logos img {
    max-width: 100%
}

.footer__logoGap {
    margin-top: 15px
}

.footer__copyright {
    background-color: #444;
    color: #fff;
    padding: 20px 12px
}

.footer__copyright p {
    color: #fff;
    padding-top: 10px;
    margin-top: 20px;
    margin-bottom: 0;
    position: relative
}

.footer__copyright p:before {
    content: "";
    position: absolute;
    height: 1px;
    background-color: #808285;
    width: 94%;
    top: 0;
    left: 0
}

@media (min-width: 992px) {
    .footer__copyright {
        padding:0
    }

    .footer__copyright p {
        margin: 33px 0;
        padding: 0
    }

    .footer__copyright p:before {
        display: none
    }
}

.footer__links {
    padding-left: 0;
    margin-bottom: 0;
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px
}

@media (min-width: 992px) {
    .footer__links {
        -webkit-columns:unset;
        -moz-columns: unset;
        columns: unset;
        -webkit-column-gap: unset;
        -moz-column-gap: unset;
        column-gap: unset
    }
}

.footer__links li {
    font-family: "Lato",sans-serif;
    margin-bottom: 20px;
    position: relative
}

.footer__links li a {
    color: #fff
}

@media (min-width: 992px) {
    .footer__links li {
        padding-right:25px;
        margin-bottom: 0
    }

    .footer__links li:after {
        content: "";
        position: absolute;
        height: 1px;
        background-color: #808285;
        width: 1px;
        height: 24px;
        right: 12px
    }

    .footer__links li:last-of-type {
        padding-right: 0
    }

    .footer__links li:last-of-type:after {
        display: none
    }
}

.hero {
    position: relative;
    width: 100%;
    font-family: "Lato",sans-serif;
    margin: 0 auto 40px;
    max-width: 1920px
}

.hero:has(+.iframeWrapperAlt) {
    margin-bottom: 0 !important
}

.hero::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 50%;
    height: 440px;
    background: #E6F1F0
}

.hero * {
    color: #fff
}

.hero .container {
    position: relative
}

.hero__image {
    position: relative;
    background: #E6F1F0;
    width: 100%;
    height: 440px
}

.hero__content {
    background: #004851;
    padding: 20px
}

.hero__content .logo {
    float: right;
    padding: 0 0 10px 10px
}

@media (min-width: 992px) {
    .hero__content .logo {
        padding:0 0 20px 20px
    }
}

.hero__content p {
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 1px
}

.hero__content p.wysiwyg__largetext {
    text-transform: none
}

.hero__content p.intro {
    text-transform: none
}

@media (min-width: 992px) {
    .hero__content p.intro {
        font-size:16px
    }
}

.hero__content .intro p {
    text-transform: none
}

@media (min-width: 992px) {
    .hero__content .intro p {
        font-size:16px
    }
}

.hero__content .text-initial {
    text-transform: initial
}

.hero__content .title {
    font-size: 24px;
    word-break: break-word
}

.hero__content .additional-info {
    display: block
}

.hero__content .details {
    letter-spacing: 1px
}

.hero__content .tab {
    margin: 23px 0;
    width: 35px;
    height: 5px;
    background-color: #E36F1E
}

.hero__content .description,.hero__content .description * {
    font-family: "ZapfHumnst",sans-serif;
    font-size: 16px
}

.hero__content .note {
    text-transform: initial;
    opacity: 0.5;
    font-size: 14px;
    letter-spacing: 0.05em
}

.hero__content .image {
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    right: 27px;
    top: 25px;
    height: 136px;
    width: 136px;
    border: 2px solid #FFFFFF
}

@media (min-width: 576px) {
    .hero__content .image {
        right:62px
    }
}

@media (min-width: 768px) {
    .hero__content .image {
        right:36px
    }
}

.hero__content .mr-1 {
    margin-right: 15px
}

.hero__content .mr-2 {
    margin-right: 20px
}

.hero__content hr {
    opacity: 1;
    margin: 30px 0
}

.hero__content a {
    -webkit-transition: color 0.5s ease;
    -o-transition: color 0.5s ease;
    transition: color 0.5s ease
}

.hero__content a:hover {
    color: #E36F1E;
    text-decoration: none
}

.hero__content__secretary {
    color: #fff;
    margin-bottom: 23px
}

.hero__content__disclaimer {
    display: inline;
    margin-top: 20px
}

.hero__content__disclaimer p,.hero__content__disclaimer button {
    color: rgba(255,255,255,0.6);
    font-size: 12px;
    text-transform: initial !important;
    margin-bottom: 0
}

.hero__content__disclaimer button {
    text-decoration: underline;
    white-space: nowrap;
    border: none;
    background-color: unset;
    padding: 0
}

.hero__content__disclaimer button:hover {
    text-decoration: underline;
    color: #E36F1E
}

.hero__icon {
    font-size: 30px;
    vertical-align: middle;
    margin-right: 13px;
    letter-spacing: 0
}

.hero--articleDefault {
    overflow: hidden
}

.hero--articleDefault::before {
    width: 100%;
    height: -webkit-calc(100% - 55px);
    height: calc(100% - 55px)
}

.hero--articleDefault .container {
    padding-top: 70px;
    padding-right: 0
}

@media (max-width: 575.98px) {
    .hero--articleDefault .container {
        padding-right:var(--bs-gutter-x, 0.75rem)
    }
}

.hero--articleDefault .container::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 100%;
    background: #fff;
    width: 100%;
    height: 100%
}

.hero--articleDefault .container .hero__content {
    position: relative;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    width: 100%;
    padding-left: 8.33333%
}

.hero--articlePodcast::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 50%;
    height: 100px;
    background: #E6F1F0
}

.hero--articlePodcast .hero__image {
    height: 143px
}

.hero--articlePodcast .hero__content {
    padding-top: 40px
}

.hero--articleEvent .hero__image {
    background: url("../img/Peter-Hoffman.jpg") right no-repeat;
    -webkit-background-size: cover;
    background-size: cover
}

.hero--articleEvent .hero__slice {
    display: none
}

.hero--articleEvent .hero__content {
    padding: 25px 25px 30px 25px
}

.hero--articleShort .hero__image {
    background: url("../img/Peter-Hoffman.jpg") right no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    max-width: unset;
    width: -webkit-calc(100vw - var(--scrollbar-width));
    width: calc(100vw - var(--scrollbar-width));
    height: 220px;
    right: -webkit-calc((100vw - 100%) / 2);
    right: calc((100vw - 100%) / 2)
}

.hero--articleShort .hero__slice {
    display: none
}

.hero--articleShort .hero__content {
    position: relative;
    max-width: unset;
    width: -webkit-calc(100vw - var(--scrollbar-width));
    width: calc(100vw - var(--scrollbar-width));
    right: -webkit-calc((100vw - 100%) / 2);
    right: calc((100vw - 100%) / 2)
}

.hero--articleLong .hero__image {
    background: url("../img/Peter-Hoffman.jpg") right no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    max-width: unset;
    width: -webkit-calc(100vw - var(--scrollbar-width));
    width: calc(100vw - var(--scrollbar-width));
    right: -webkit-calc((100vw - 100%) / 2);
    right: calc((100vw - 100%) / 2)
}

.hero--articleLong .hero__content {
    position: relative;
    max-width: unset;
    width: -webkit-calc(100vw - var(--scrollbar-width));
    width: calc(100vw - var(--scrollbar-width));
    right: -webkit-calc((100vw - 100%) / 2);
    right: calc((100vw - 100%) / 2);
    padding-top: 40px
}

.hero--articleLong .hero__slice {
    display: none
}

.hero--articleLong .image {
    top: -118px
}

.hero--contentPage {
    margin-bottom: 30px
}

.hero--contentPage::before {
    display: none
}

.hero--contentPage * {
    color: #444
}

.hero--contentPage .hero__image {
    background: #1B6875;
    height: 216px
}

.hero--contentPage .hero__slice {
    display: none
}

.hero--contentPage .hero__content {
    position: relative;
    z-index: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    background: #fff;
    padding: 27px 12px 0 12px
}

.hero--fullWidthInterstitial .container {
    position: initial
}

.hero--fullWidthInterstitial .hero__image {
    height: 608px;
    background: url("../img/Peter-Hoffman.jpg") no-repeat center bottom/cover
}

.hero--fullWidthInterstitial .hero__content {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0.8
}

.hero--articleVideo .hero__image {
    background: url("../img/Peter-Hoffman.jpg") right no-repeat;
    -webkit-background-size: cover;
    background-size: cover
}

.hero--articleVideo.playing .video .accordion {
    display: none
}

.hero--map {
    overflow: hidden
}

.hero--map .map {
    position: unset
}

@media (min-width: 992px) {
    .hero--map .map {
        position:absolute
    }
}

.hero--map .hero__content {
    position: relative;
    padding: 33px 25px 33px 25px;
    -webkit-transform: unset;
    -ms-transform: unset;
    transform: unset;
    margin-top: 0;
    z-index: 2;
    max-width: unset;
    width: 100vw;
    right: -webkit-calc((100vw - 100%) / 2);
    right: calc((100vw - 100%) / 2)
}

@media (min-width: 992px) {
    .hero--map .hero__content {
        padding:42px;
        margin-top: 76px;
        max-width: 100%;
        width: 100%;
        right: unset;
        opacity: 0.85
    }
}

.hero--map:before {
    content: none
}

.hero--fullWidthPerson {
    overflow: auto
}

.hero--fullWidthPerson .hero__content {
    position: relative;
    max-width: unset;
    width: -webkit-calc(100vw - var(--scrollbar-width));
    width: calc(100vw - var(--scrollbar-width));
    right: -webkit-calc((100vw - 100%) / 2);
    right: calc((100vw - 100%) / 2);
    letter-spacing: 1px
}

.hero--fullWidthPerson .hero__image {
    width: -webkit-calc(100vw - var(--scrollbar-width));
    width: calc(100vw - var(--scrollbar-width));
    right: -webkit-calc((100vw - 100%) / 2);
    right: calc((100vw - 100%) / 2);
    max-height: 235px;
    background: url("../img/Peter-Hoffman.jpg") top center no-repeat;
    -webkit-background-size: cover;
    background-size: cover
}

@media (min-width: 576px) {
    .hero--fullWidthPerson .hero__image {
        max-height:325px
    }
}

.hero--fullWidthPerson:before {
    content: none
}

.hero--fullWidthWithContent {
    background: url(../img/Peter-Hoffman.jpg) no-repeat top center;
    -webkit-background-size: cover;
    background-size: cover;
    min-height: 530px
}

.hero--fullWidthWithContent .container {
    position: initial;
    min-width: 100%;
    padding: 0
}

.hero--fullWidthWithContent .hero__image {
    background: url("../img/Peter-Hoffman.jpg") right no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    height: 608px
}

.hero--fullWidthWithContent .hero__content {
    position: absolute;
    margin-top: 235px;
    width: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0.8
}

.hero--fullWidthWithContent::before {
    display: none
}

.hero--fullWidthWithContentWithLogoCTA {
    background: url(../img/Peter-Hoffman.jpg) no-repeat top center;
    -webkit-background-size: cover;
    background-size: cover;
    min-height: 580px
}

.hero--fullWidthWithContentWithLogoCTA .container {
    position: initial;
    min-width: 100%;
    padding: 0
}

.hero--fullWidthWithContentWithLogoCTA .hero__image {
    background: url("../img/Peter-Hoffman.jpg") right no-repeat;
    -webkit-background-size: cover;
    background-size: cover
}

.hero--fullWidthWithContentWithLogoCTA .hero__content {
    position: absolute;
    margin-top: 235px;
    width: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0.8
}

.hero--fullWidthWithContentWithLogoCTA::before {
    display: none
}

.hero--carousel .carousel-control-prev-icon,.hero--carousel .carousel-control-next-icon {
    width: 50px;
    height: 50px;
    background-image: url("../img/carousel-arrow-left-white.svg")
}

.hero--carousel .carousel-control-next-icon {
    background-image: url("../img/carousel-arrow-right-white.svg")
}

.hero--carousel.tallAlternative .overlay,.hero--carousel.homepage .overlay {
    position: absolute;
    top: 0;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(245,246,252,0)), to(#000));
    background-image: -webkit-linear-gradient(top, rgba(245,246,252,0), #000);
    background-image: -o-linear-gradient(top, rgba(245,246,252,0), #000);
    background-image: linear-gradient(to bottom, rgba(245,246,252,0), #000);
    width: 100%;
    height: 100%
}

.hero--carousel.tall * {
    color: #444
}

.hero--carousel.tall .hero--carousel__slideContent {
    background: rgba(255,255,255,0.8);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    top: initial;
    bottom: 20px;
    padding: 60px
}

.hero--carousel.tall .hero--carousel__slideImage {
    max-height: unset
}

.hero--carousel.tallAlternative {
    margin: 0 auto
}

.hero--carousel.tallAlternative * {
    color: #444
}

.hero--carousel.tallAlternative .overlay {
    display: none
}

.hero--carousel.tallAlternative .hero--carousel__slideContent {
    background: rgba(255,255,255,0.9);
    border-bottom: 1px solid rgba(0,0,0,0.1);
    padding: 25px 25px 50px 25px
}

.hero--carousel.tallAlternative .hero--carousel__slideContent.opaque {
    background: rgba(255,255,255,1)
}

.hero--carousel.tallAlternative .hero--carousel__slideContent.semitransparent {
    background: rgba(255,255,255,0.85)
}

.hero--carousel.tallAlternative .hero--carousel__slideContent p {
    text-transform: none
}

.hero--carousel.tallAlternative .carousel-indicators {
    bottom: 0
}

.hero--carousel.homepage {
    margin-bottom: 50px;
    background-color: #444
}

.hero--carousel.homepage .hero--carousel__slide {
    min-height: 790px
}

.hero--carousel.homepage .hero--carousel__slideImage {
    min-height: 790px
}

.hero--carousel.homepage .carousel-indicators {
    background-color: white
}

.hero--carousel.homepage .hero--carousel__slideContent {
    text-align: center;
    background: transparent;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    max-width: 1100px;
    margin: auto;
    width: initial;
    position: absolute;
    left: 0;
    right: 0
}

.hero--carousel.homepage .hero--carousel__slideContent p {
    text-transform: initial
}

.hero--carousel.homepage .hero--carousel__slideContent .tab {
    margin: 23px auto
}

.hero--carousel * {
    color: #fff
}

.hero--carousel__slideImage {
    -o-object-fit: cover;
    object-fit: cover;
    height: 490px;
    max-height: 490px;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0
}

.hero--carousel__slideContent {
    position: initial;
    background: #004851;
    padding: 25px;
    opacity: 1
}

.hero--carousel__slideContent * {
    opacity: 1
}

.hero--carousel__slideContent .logo {
    display: block;
    max-width: 100%;
    width: 200px;
    height: auto;
    margin-bottom: 20px
}

@media (min-width: 576px) {
    .hero--carousel__slideContent .logo {
        float:right;
        margin: 0 0 20px 20px
    }
}

.hero--carousel__slideContent p {
    text-transform: uppercase;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 20px
}

.hero--carousel__slideContent .title {
    font-size: 24px;
    word-break: break-word
}

.hero--carousel__slideContent .tab {
    margin: 23px 0;
    width: 35px;
    height: 5px;
    background-color: #E36F1E
}

.hero--green:before {
    background: #004851;
    width: 100%
}

.hero--green:after {
    width: 100%
}

.hero--green .hero__text {
    font-family: "ZapfHumnst",sans-serif;
    font-size: 24px;
    font-weight: normal;
    font-style: normal;
    color: #444;
    letter-spacing: .01em;
    line-height: 34px;
    text-transform: unset;
    margin-bottom: 10px
}

.hero--green .hero__text a {
    text-decoration: underline
}

.hero--green .hero__content {
    width: unset;
    margin-right: 12px;
    margin-left: 12px
}

.hero--green .hero__content:before {
    display: none
}

.hero--green .hero__image {
    background: #004851
}

.hero--search::before {
    content: none
}

.hero--search .hero__image {
    height: 235px;
    width: 100%;
    background-image: url(../img/searchPage.jpg);
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    overflow: auto;
    margin-left: 0
}

@media (min-width: 992px) {
    .hero--search .hero__image {
        height:441px;
        background-attachment: fixed
    }
}

.hero--search .search {
    padding-top: 44px;
    padding-bottom: 68px;
    border-top: none
}

@media (min-width: 992px) {
    .hero--search .search {
        padding-top:50px;
        padding-bottom: 72px;
        height: 242px;
        margin-top: -242px
    }
}

.hero--search .search__container {
    border-bottom: none
}

.hero--search .search h1,.hero--search .search .h1 {
    margin-bottom: 34px;
    text-align: center;
    color: #444
}

.hero--office .hero__getDirections {
    display: block;
    margin-left: 43px;
    margin-top: 1rem;
    text-decoration: underline
}

.hero--kenburns .hero--carousel__slideImage {
    -webkit-animation: kenburns 20s ease infinite;
    animation: kenburns 20s ease infinite
}

.hero--withBanner {
    background-image: none;
    min-height: auto
}

.hero--withBanner .hero__banner {
    position: relative;
    width: 100%
}

.hero--withBanner .hero__banner img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    height: auto;
    min-height: 235px
}

.hero--withBanner .hero__banner img.edgeFade {
    -webkit-mask: -webkit-linear-gradient(left, transparent 0, black 50px) left,-webkit-linear-gradient(right, transparent 0, black 50px) right;
    mask: linear-gradient(90deg, transparent 0, black 50px) left,linear-gradient(-90deg, transparent 0, black 50px) right;
    -webkit-mask-size: 50% 100%;
    mask-size: 50% 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat
}

.hero--withBanner .hero__content {
    position: relative;
    margin-top: 0;
    opacity: 1
}

@media (min-width: 992px) {
    .hero--withBanner .hero__banner {
        position:absolute;
        top: 0;
        left: 0;
        height: 100%
    }

    .hero--withBanner .hero__banner img {
        height: 100%
    }
}

@-webkit-keyframes kenburns {
    0% {
        -webkit-transform-origin: bottom right;
        transform-origin: bottom right;
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2)
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes kenburns {
    0% {
        -webkit-transform-origin: bottom right;
        transform-origin: bottom right;
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2)
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@media (min-width: 576px) {
    .hero--articleVideo .video__videoplayer {
        margin-top:80px
    }
}

@media (min-width: 768px) {
    .hero--offset.homepage .hero--carousel__slideContent {
        top:auto;
        bottom: 50px;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        padding: 30px 80px
    }
}

@media (min-width: 992px) {
    .hero::before {
        display:block
    }

    .hero__image {
        width: 90%;
        height: 440px;
        margin-left: 10%
    }

    .hero__slice {
        height: 110px
    }

    .hero__content {
        position: absolute;
        width: 90%;
        padding: 42px 42px 42px 10%;
        -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        transform: translateY(-100%)
    }

    .hero__content .title {
        font-size: 38px
    }

    .hero__content .description {
        font-size: 24px
    }

    .hero__content .description a {
        font-size: inherit
    }

    .hero__content .image {
        position: relative;
        top: unset;
        right: unset;
        height: 177px;
        width: 177px;
        border: none
    }

    .hero--articleShort .hero__image {
        background: url("../img/Peter-Hoffman.jpg") right no-repeat;
        -webkit-background-size: cover;
        background-size: cover;
        max-width: 100%;
        width: 76%;
        right: unset;
        -webkit-transform: unset;
        -ms-transform: unset;
        transform: unset;
        margin-left: 16%;
        height: 480px
    }

    .hero--articleShort .hero__content {
        max-width: 100%;
        width: 100%;
        right: unset;
        -webkit-transform: unset;
        -ms-transform: unset;
        transform: unset;
        margin-top: -190px;
        padding-left: 70px
    }

    .hero--articleEvent .hero__content {
        position: relative;
        max-width: 100%;
        width: 100%;
        right: unset;
        -webkit-transform: unset;
        -ms-transform: unset;
        transform: unset;
        margin-top: -190px;
        padding: 30px 34px 50px 70px
    }

    .hero--articleEvent .hero__image {
        background: url("../img/Peter-Hoffman.jpg") right no-repeat;
        -webkit-background-size: cover;
        background-size: cover;
        height: 480px;
        width: 88%;
        margin-left: 16%
    }

    .hero--articleLong .hero__image {
        background: url("../img/Peter-Hoffman.jpg") right no-repeat;
        -webkit-background-size: cover;
        background-size: cover;
        max-width: 100%;
        right: unset;
        margin-left: 16%;
        width: 76%;
        height: 480px
    }

    .hero--articleLong .hero__content {
        max-width: 100%;
        width: 100%;
        right: unset;
        padding-top: 30px;
        padding-left: 70px;
        margin-top: -220px;
        -webkit-transform: unset;
        -ms-transform: unset;
        transform: unset
    }

    .hero--articleLong .hero__content .title {
        padding-right: 25px
    }

    .hero--articlePodcast::before {
        height: 260px
    }

    .hero--articlePodcast .hero__content {
        width: -webkit-calc(100% - 24px);
        width: calc(100% - 24px)
    }

    .hero--articlePodcast .hero__content .title {
        padding-right: 25px
    }

    .hero--articlePodcast .hero__image {
        height: 260px
    }

    .hero--contentPage {
        overflow-x: hidden
    }

    .hero--contentPage::before {
        position: absolute;
        content: "";
        top: 0;
        left: 0;
        height: -webkit-calc(100% - 55px);
        height: calc(100% - 55px);
        max-height: 265px;
        width: 100%;
        background: #1B6875;
        display: block
    }

    .hero--contentPage.withImage::before {
        background: url("../img/textured-bg-sample.jpeg") no-repeat;
        -webkit-background-size: cover;
        background-size: cover
    }

    .hero--contentPage .hero__content {
        width: 100%;
        padding: 42px 24px 10px 24px
    }

    .hero--contentPage .hero__content::after {
        position: absolute;
        content: "";
        top: 0;
        left: 100%;
        height: -webkit-calc(100% + 79px);
        height: calc(100% + 79px);
        margin-top: -79px;
        width: 100%;
        background: #fff
    }

    .hero--contentPage .hero__slice {
        height: 79px;
        display: block
    }

    .hero--fullWidthInterstitial .hero__image {
        margin-left: 0;
        height: 490px;
        width: 100%;
        -webkit-background-size: cover;
        background-size: cover;
        background-attachment: fixed
    }

    .hero--fullWidthInterstitial .hero__content {
        position: absolute;
        width: 50%;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        opacity: 0.8;
        padding: 30px 70px 55px 70px;
        bottom: unset;
        right: unset;
        left: unset
    }

    .hero--articleVideo .hero__content {
        width: 70%
    }

    .hero--articleVideo .hero__image {
        background: url("../img/Peter-Hoffman.jpg") right no-repeat;
        -webkit-background-size: cover;
        background-size: cover
    }

    .hero--articleVideo.playing .hero__image {
        background: #E6F1F0
    }

    .hero--articleVideo.playing .hero__slice {
        height: 200px
    }

    .hero--articleVideo.playing .video {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0
    }

    .hero--fullWidthPerson {
        background: url(../img/Peter-Hoffman.jpg) no-repeat top center;
        -webkit-background-size: cover;
        background-size: cover;
        min-height: 650px;
        padding-top: 72px;
        padding-bottom: 72px
    }

    .hero--fullWidthPerson .hero__content {
        position: relative;
        opacity: 0.85;
        padding: 60px;
        -webkit-transform: unset;
        -ms-transform: unset;
        transform: unset;
        max-width: 100%;
        width: 100%;
        right: unset;
        margin-top: 0
    }

    .hero--highlight {
        background-attachment: fixed
    }

    .hero--fullWidthWithContent {
        background-attachment: fixed;
        padding-top: 105px;
        padding-bottom: 105px;
        min-height: 490px
    }

    .hero--fullWidthWithContent .container {
        min-width: initial;
        padding: 0 0.75rem
    }

    .hero--fullWidthWithContent .hero__image {
        background: url("../img/Peter-Hoffman.jpg") right no-repeat;
        -webkit-background-size: cover;
        background-size: cover;
        margin-left: 0;
        height: 500px;
        width: 100%
    }

    .hero--fullWidthWithContent .hero__content {
        position: relative;
        width: 100%;
        padding: 45px 50px;
        bottom: unset;
        right: unset;
        left: unset;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        margin-top: 0;
        background: rgba(0,72,81,0.8);
        opacity: 1
    }

    .hero--fullWidthWithContent::before {
        display: none
    }

    .hero--fullWidthWithContentWithLogoCTA {
        background-attachment: fixed;
        padding-top: 60px;
        padding-bottom: 60px;
        min-height: 500px
    }

    .hero--fullWidthWithContentWithLogoCTA .container {
        min-width: initial;
        padding: 0 0.75rem
    }

    .hero--fullWidthWithContentWithLogoCTA .hero__image {
        background: url("../img/Peter-Hoffman.jpg") right no-repeat;
        -webkit-background-size: cover;
        background-size: cover;
        background-attachment: fixed;
        margin-left: 0;
        height: 500px;
        width: 100%
    }

    .hero--fullWidthWithContentWithLogoCTA .hero__content {
        position: relative;
        width: 100%;
        opacity: 0.85;
        padding: 42px;
        bottom: unset;
        right: unset;
        left: unset;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        margin-top: 0
    }

    .hero--fullWidthWithContentWithLogoCTA::before {
        display: none
    }

    .hero--carousel {
        max-width: 1920px;
        margin-inline:auto}

    .hero--carousel.homepage .carousel-control-prev,.hero--carousel.homepage .carousel-control-next,.hero--carousel.tall .carousel-control-prev,.hero--carousel.tall .carousel-control-next,.hero--carousel.tallAlternative .carousel-control-prev,.hero--carousel.tallAlternative .carousel-control-next {
        width: auto;
        padding: 15px;
        -webkit-transition: 0.3s padding;
        -o-transition: 0.3s padding;
        transition: 0.3s padding
    }

    .hero--carousel__slide {
        overflow: hidden;
        height: 490px;
        padding-top: 76px;
        padding-bottom: 76px
    }

    .hero--carousel__slideContent {
        position: relative;
        margin-top: auto;
        margin-bottom: auto;
        padding: 30px 70px
    }

    .hero--carousel__slideContent .title {
        font-size: 38px
    }

    .hero--carousel.tallAlternative .overlay {
        display: block
    }

    .hero--carousel.tallAlternative .hero--carousel__slide {
        height: auto;
        padding: 0
    }

    .hero--carousel.tallAlternative .hero--carousel__slideImage {
        max-height: none
    }

    .hero--carousel.tallAlternative .hero--carousel__slideContent {
        position: absolute;
        top: auto;
        width: 65%;
        max-width: 750px;
        left: 138px;
        bottom: 50px;
        padding: 38px;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        -webkit-transition: 0.3s all;
        -o-transition: 0.3s all;
        transition: 0.3s all;
        border-bottom: none
    }

    .hero--carousel.tallAlternative .container {
        height: -webkit-calc(100vh - 130px);
        height: calc(100vh - 130px);
        min-height: 640px;
        max-height: 790px
    }
}

@media (min-width: 992px) and (max-height: 740px) {
    .hero--carousel.tallAlternative .container .hero--carousel__slideContent {
        bottom:auto;
        top: 50px;
        padding: 20px 30px
    }
}

@media (min-width: 992px) {
    .hero--carousel.tallAlternative .carousel-control-prev,.hero--carousel.tallAlternative .carousel-control-next {
        opacity:0;
        -webkit-transition: 0.3s all;
        -o-transition: 0.3s all;
        transition: 0.3s all
    }

    .hero--carousel.tallAlternative:hover .carousel-control-prev,.hero--carousel.tallAlternative:hover .carousel-control-next {
        opacity: 0.5
    }

    .hero--carousel.tallAlternative:hover .carousel-control-prev:hover,.hero--carousel.tallAlternative:hover .carousel-control-next:hover {
        opacity: inherit
    }

    .hero--green:before {
        background: #004851;
        width: 90%;
        max-width: unset
    }

    .hero--green .hero__content {
        width: -webkit-calc(87% - 24px);
        width: calc(87% - 24px);
        padding-left: 110px;
        padding-right: 110px;
        margin-left: unset
    }

    .hero--green .hero__content:before {
        display: none
    }

    .hero--office {
        min-height: 564px !important
    }

    .hero--office>.container {
        width: 58.33333%;
        max-width: 740px;
        margin-inline:-webkit-calc((100% - 960px) / 2) 0;margin-inline:calc((100% - 960px) / 2) 0}

    .hero--office>.container>.col-12.col-lg-7 {
        width: 100%
    }
}

@media (min-width: 1200px) {
    .hero--articleVideo.playing .hero__slice {
        height:300px
    }

    .hero--carousel.homepage .carousel-control-prev,.hero--carousel.homepage .carousel-control-next,.hero--carousel.tall .carousel-control-prev,.hero--carousel.tall .carousel-control-next,.hero--carousel.tallAlternative .carousel-control-prev,.hero--carousel.tallAlternative .carousel-control-next {
        padding: 40px
    }

    .hero--carousel.tallAlternative .hero--carousel__slideContent {
        padding: 74px;
        width: 75%;
        left: 0
    }

    .hero--carousel.tallAlternative .container {
        position: relative
    }

    .hero--office>.container {
        margin-inline:-webkit-calc((100% - 1140px) / 2) 0;margin-inline:calc((100% - 1140px) / 2) 0}
}

@media (min-width: 1440px) {
    .hero--office>.container {
        margin-inline:-webkit-calc((100% - 1300px) / 2) 0;
        margin-inline:calc((100% - 1300px) / 2) 0}
}

@media (max-width: 991.98px) {
    .hero--articleVideo::before {
        display:none
    }

    .hero--articlePodcast .container,.hero--articleEvent .container {
        max-width: 100%;
        padding: 0
    }

    .hero--articlePodcast .hero__content div:first-of-type {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2
    }

    .hero--articlePodcast .hero__content div:last-of-type {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1
    }

    .hero--carousel {
        margin-bottom: 50px
    }

    .hero--carousel.homepage .hero--carousel__slide {
        min-height: 450px
    }

    .hero--carousel.homepage .hero--carousel__slideImage {
        min-height: 450px
    }

    .hero--carousel.homepage .hero--carousel__slideContent {
        width: initial;
        position: absolute;
        left: 5%;
        right: 5%;
        text-align: center;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%)
    }

    .hero--carousel.homepage .hero--carousel__slideContent p {
        font-family: "ZapfHumnst",sans-serif;
        font-size: 13px;
        font-weight: 400;
        font-style: normal;
        color: #fff;
        letter-spacing: .005em;
        line-height: 20px;
        font-family: "Lato",sans-serif
    }

    .hero--carousel .container {
        min-width: 100%;
        padding: 0
    }

    .hero--carousel .carousel-indicators {
        margin-bottom: 0;
        bottom: -50px
    }

    .hero--carousel .carousel-indicators .active {
        background-color: #E36F1E !important
    }

    .hero--carousel .carousel-indicators .active:before {
        content: none
    }

    .hero--carousel .carousel-indicators [data-bs-target] {
        background-color: #C3C8CA;
        width: 10px;
        height: 10px;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        opacity: 1;
        margin: 0 15px 0 0;
        border-top: 20px solid transparent;
        border-bottom: 20px solid transparent
    }

    .hero--carousel .carousel-indicators [data-bs-target]:last-of-type {
        margin: 0
    }

    .hero--carousel__slideImage {
        min-height: 235px;
        -o-object-fit: cover;
        object-fit: cover;
        position: relative
    }

    .hero--carousel__slideContent {
        width: 100%
    }
}

@media (max-width: 767.98px) {
    .hero--focus-zero {
        background-position-x:0
    }

    .hero--focus-zero .hero__banner img {
        -o-object-position: 0 top;
        object-position: 0 top
    }

    .hero--focus-quarter {
        background-position-x: 25%
    }

    .hero--focus-quarter .hero__banner img {
        -o-object-position: 25% top;
        object-position: 25% top
    }

    .hero--focus-half {
        background-position-x: 50%
    }

    .hero--focus-half .hero__banner img {
        -o-object-position: 50% top;
        object-position: 50% top
    }

    .hero--focus-third {
        background-position-x: 75%
    }

    .hero--focus-third .hero__banner img {
        -o-object-position: 75% top;
        object-position: 75% top
    }

    .hero--focus-whole {
        background-position-x: 100%
    }

    .hero--focus-whole .hero__banner img {
        -o-object-position: 100% top;
        object-position: 100% top
    }
}

@media (min-width: 1200px) {
    .hero--articleEvent .hero__image,.hero--articleLong .hero__image,.hero--articleShort .hero__image {
        margin-left:17%;
        width: 76%
    }

    .hero--articleEvent .hero__content,.hero--articleLong .hero__content,.hero--articleShort .hero__content {
        padding-left: 100px
    }
}

@media (min-width: 1440px) {
    .hero--articleEvent .hero__image,.hero--articleLong .hero__image,.hero--articleShort .hero__image {
        margin-left:17%
    }

    .hero--articleEvent .hero__content,.hero--articleLong .hero__content,.hero--articleShort .hero__content {
        padding-left: 110px
    }
}

.withImage .hero__image {
    background: url("../img/textured-bg-sample.jpeg") no-repeat;
    -webkit-background-size: cover !important;
    background-size: cover !important
}

.hero--articleDefault .hero__content p.bc,.hero--articlePodcast .hero__content p.bc,.hero--articleEvent .hero__content p.bc,.hero--articleShort .hero__content p.bc,.hero--articleLong .hero__content p.bc,.hero--contentPage .hero__content p.bc,.hero--fullWidthInterstitial .hero__content p.bc,.hero--articleVideo .hero__content p.bc,.hero--fullWidthPerson .hero__content p.bc,.hero--fullWidthWithContent .hero__content p.bc,.hero--fullWidthContentWithLogoCTA .hero__content p.bc,.hero--carousel .hero--carousel__slide .container .hero--carousel__slideContent p.bc {
    font-family: "Lato",sans-serif;
    font-size: 13px;
    font-weight: 400;
    font-style: normal;
    line-height: 16px;
    letter-spacing: 1px;
    text-transform: uppercase
}

.hero--articleDefault .hero__content p.bc a,.hero--articlePodcast .hero__content p.bc a,.hero--articleEvent .hero__content p.bc a,.hero--articleShort .hero__content p.bc a,.hero--articleLong .hero__content p.bc a,.hero--contentPage .hero__content p.bc a,.hero--fullWidthInterstitial .hero__content p.bc a,.hero--articleVideo .hero__content p.bc a,.hero--fullWidthPerson .hero__content p.bc a,.hero--fullWidthWithContent .hero__content p.bc a,.hero--fullWidthContentWithLogoCTA .hero__content p.bc a,.hero--carousel .hero--carousel__slide .container .hero--carousel__slideContent p.bc a {
    text-decoration: none
}

.hero--carousel .hero--carousel__slide .container .opaque,.hero .opaque {
    background: rgba(0,72,81,1)
}

.hero--carousel .hero--carousel__slide .container .semitransparent,.hero .semitransparent {
    background: rgba(0,72,81,0.85)
}

.accordion .accordion-header {
    margin-bottom: 0 !important;
    font-size: 20px !important;
    line-height: 25px !important
}

.accordion__main {
    margin: 40px 0
}

@media (min-width: 992px) {
    .accordion__main {
        margin:43px 0 24px 0
    }
}

.accordion__main .accordion__item {
    border: 1px solid #C3C8CA;
    -webkit-border-radius: 0;
    border-radius: 0;
    margin-bottom: 14px
}

.accordion__main .accordion__item:last-of-type {
    margin-bottom: 0
}

.accordion__main .accordion__title {
    font-size: 20px;
    line-height: 25px;
    font-family: "ZapfHumnst",sans-serif;
    color: #004851;
    padding: 14px 20px;
    -webkit-box-shadow: none;
    box-shadow: none
}

.accordion__main .accordion__title:after {
    background-image: url("../img/plus.svg")
}

.accordion__main .accordion__title:not(.collapsed) {
    background-color: #fff
}

.accordion__main .accordion__title:not(.collapsed):after {
    background-image: url("../img/minus.svg")
}

.accordion__main .accordion__title:focus {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.accordion__main .accordion__content {
    border-top: 1px solid #C3C8CA;
    padding: 24px
}

.accordion__main--event .accordion__table {
    font-family: "Lato",sans-serif;
    font-size: 16px;
    line-height: 25px;
    color: #444;
    margin-bottom: 0
}

.accordion__main--event .accordion__table tr:last-of-type td,.accordion__main--event .accordion__table tr:last-of-type th {
    border-bottom: none
}

.accordion__main--event .accordion__table td,.accordion__main--event .accordion__table th {
    border-color: #C3C8CA;
    padding: 10px 0 16px 0
}

.accordion__main--event .accordion__table th {
    font-weight: bold;
    padding-right: 22px
}

.accordion__main--event .accordion__content {
    padding: 15px 24px 18px 24px
}

@media (min-width: 992px) {
    .accordion__main--event .accordion__content {
        padding:20px 121px 23px 88px
    }
}

.accordion__main--event .accordion__tableinfo {
    color: #929B9E;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-flex-basis: 30%;
    -ms-flex-preferred-size: 30%;
    flex-basis: 30%;
    margin-bottom: 0
}

.accordion__main--event .accordion__tabletext {
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-flex-basis: 70%;
    -ms-flex-preferred-size: 70%;
    flex-basis: 70%;
    margin-bottom: 5px
}

@media (min-width: 992px) {
    .accordion__main--event .accordion__tabletext {
        padding-right:42px;
        margin-bottom: 0
    }
}

.accordion__main--offices .accordion__title span:before {
    margin-right: 17px;
    color: #004851
}

.accordion__main--offices .accordion__content {
    padding: 0 14px 0 13px;
    position: relative
}

@media (min-width: 992px) {
    .accordion__main--offices .accordion__content {
        padding:12px 33px 25px 33px
    }
}

.accordion__main--offices .accordion__content .row .col-12:last-of-type .withers-link__underlined:last-of-type {
    border-color: #fff
}

@media (min-width: 992px) {
    .accordion__main--offices .accordion__content .row {
        margin-left:-50px;
        margin-right: -50px
    }

    .accordion__main--offices .accordion__content .row>* {
        padding-left: 50px;
        padding-right: 50px
    }

    .accordion__main--offices .accordion__content .row .withers-link__underlined:last-of-type {
        border-color: #fff
    }
}

.accordion__btn {
    margin: 33px auto 68px auto
}

.accordion--footer {
    margin-bottom: 30px
}

.accordion--footer .accordion__item {
    background-color: #FAFAFA;
    border-bottom: 1px solid #C3C8CA
}

.accordion--footer .accordion__item:last-child {
    border-bottom: 1px solid #C3C8CA
}

.accordion--footer .accordion__title {
    background-color: #FAFAFA;
    font-family: "Lato",sans-serif;
    line-height: 24px;
    font-size: 16px;
    letter-spacing: 0.005em;
    padding: 10px 7px 10px 0;
    color: #444
}

.accordion--footer .accordion__title:after {
    background-image: url("../img/arrow-black.svg");
    -webkit-background-size: 12px 12px;
    background-size: 12px;
    background-position: center
}

.accordion--footer .accordion__title:not(.collapsed) {
    color: #444
}

.accordion--footer .accordion__title:focus {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.accordion--footer .accordion__content {
    padding: 0 14px
}

.accordion--footer .accordion__content ul {
    margin: 0;
    padding: 0
}

.accordion--footer .accordion__content ul li {
    border-bottom: 1px solid #C3C8CA;
    padding: 26px 0 28px;
    line-height: 25px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.accordion--footer .accordion__content ul li:last-of-type {
    border-bottom: none
}

.accordion--footer .accordion__content ul li a {
    font-family: "Lato",sans-serif;
    font-size: 16px;
    line-height: 25px;
    color: #444
}

.accordion__header {
    color: #444;
    margin-top: 52px;
    margin-bottom: 42px
}

@media (min-width: 992px) {
    .accordion__header {
        margin-top:74px
    }
}

.withers-btn {
    border: 1px solid #444;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    text-transform: uppercase;
    text-decoration: none !important;
    color: #444;
    background-color: transparent;
    padding: 12px 20px;
    display: inline-block;
    font-size: 13px;
    line-height: 16px;
    letter-spacing: 1px;
    font-family: "Lato",sans-serif;
    white-space: nowrap;
    text-align: center;
    cursor: pointer;
    position: relative
}

.withers-btn:hover {
    border-color: #929B9E;
    color: #929B9E !important;
    text-decoration: none
}

.withers-btn__icon {
    margin-right: 10px;
    letter-spacing: normal;
    font-size: 25px
}

.withers-btn--condensed .withers-btn__icon {
    font-size: 18px
}

.withers-btn--icon {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 7.5px 20px
}

.withers-btn--black {
    background-color: #1B1B1B;
    border: 1px solid #1B1B1B;
    z-index: 0;
    color: #fff !important
}

.withers-btn--black:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    height: 100%;
    background-color: #58595C;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    z-index: -1
}

.withers-btn--black:hover {
    color: #fff !important;
    border-color: #58595C
}

.withers-btn--black:hover:after {
    width: 100%
}

.withers-btn--white {
    -webkit-border-radius: 0;
    border-radius: 0;
    border: none;
    background-color: #fff;
    color: #1B6875;
    z-index: 0
}

.withers-btn--white:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    height: 100%;
    background-color: #E6F1F0;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    z-index: -1
}

.withers-btn--white:hover {
    color: #1B6875 !important
}

.withers-btn--white:hover:after {
    width: 100%
}

.withers-btn--orange {
    background-color: #C75302;
    border: 1px solid #C75302;
    color: #fff !important;
    z-index: 0
}

.withers-btn--orange:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    height: 100%;
    background-color: #E36F1E;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    z-index: -1
}

.withers-btn--orange:hover {
    color: #fff !important;
    border-color: #E36F1E
}

.withers-btn--orange:hover:after {
    width: 100%
}

.withers-btn--green {
    border: none;
    background-color: #fff;
    color: #004851;
    padding-top: 8px;
    padding-bottom: 8px;
    z-index: 0
}

.withers-btn--green:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    height: 100%;
    background-color: #E6F1F0;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    z-index: -1
}

.withers-btn--green:hover {
    color: #004851 !important
}

.withers-btn--green:hover:after {
    width: 100%
}

.withers-btn--outline {
    background-color: transparent;
    border: 1px solid #fff;
    color: #fff
}

.withers-btn--outline:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    height: 100%;
    background-color: #fff;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    z-index: -1
}

.withers-btn--outline:hover {
    border: 1px solid #fff;
    color: #004851 !important
}

.withers-btn--outline:hover:after {
    width: 100%
}

.withers-link__underlined {
    border-bottom: 1px solid #C3C8CA;
    padding: 26px 55px 25px 0;
    font-family: "Lato",sans-serif;
    font-weight: bold;
    font-size: 16px;
    line-height: 25px;
    text-transform: uppercase;
    color: #444;
    cursor: pointer;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative
}

.withers-link__underlined span {
    line-height: 25px;
    right: 15px;
    position: absolute;
    -webkit-transition: width 1s, height 1s, right 0.8s;
    -o-transition: width 1s, height 1s, right 0.8s;
    transition: width 1s, height 1s, right 0.8s
}

.withers-link__underlined:hover {
    color: #444;
    text-decoration: none
}

.withers-link__underlined:hover span {
    right: 0
}

.withers-link__underlined:hover span:before {
    color: #E9A87A;
    text-decoration: none
}

.withers-link__underlined--topline {
    border-top: 1px solid #C3C8CA;
    border-bottom: none;
    margin-top: 30px;
    margin-bottom: 30px
}

.withers-link__underlined--previous {
    padding: 26px 0 25px 40px;
    text-align: right
}

.withers-link__underlined--previous span {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    right: unset;
    left: 15px;
    -webkit-transition: width 1s, height 1s, left 0.8s;
    -o-transition: width 1s, height 1s, left 0.8s;
    transition: width 1s, height 1s, left 0.8s
}

.withers-link__underlined--previous:hover span {
    left: 0
}

.withers-link__underlined p {
    font-family: "Lato",sans-serif;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    color: #444;
    letter-spacing: 1px;
    line-height: 25px;
    margin: 14px 0 0;
    text-transform: initial
}

.withers-link--orangeIcon {
    font-family: "Lato",sans-serif;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    color: #E36F1E;
    letter-spacing: 1px;
    line-height: 17px;
    text-transform: uppercase;
    cursor: pointer;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 15px
}

@media (min-width: 992px) {
    .withers-link--orangeIcon {
        font-size:16px;
        line-height: 19px
    }
}

.withers-link--orangeIcon:hover {
    color: #E9A87A;
    text-decoration: none
}

.withers-link--orangeIcon:hover .linkIcon {
    opacity: 0.74;
    margin-right: 3px;
    margin-left: 7px
}

@media (min-width: 992px) {
    .withers-link--orangeIcon:hover .linkIcon {
        margin-left:10px
    }
}

.withers-link--orangeIcon .linkIcon {
    font-size: 25px
}

.withers-link--greenIcon {
    font-family: "Lato",sans-serif;
    font-size: 13px;
    font-weight: normal;
    font-style: normal;
    color: #1B6875;
    letter-spacing: 1px;
    line-height: 16px;
    text-transform: uppercase;
    margin-bottom: 15px;
    display: block;
    cursor: pointer
}

.withers-link--greenIcon:hover {
    color: #598F94;
    text-decoration: none
}

.withers-link--greenIcon:hover .linkIcon {
    opacity: 0.74;
    margin-right: 3px;
    margin-left: 7px
}

@media (min-width: 992px) {
    .withers-link--greenIcon:hover .linkIcon {
        margin-left:10px
    }
}

.withers-link--greenIcon .linkIcon {
    font-size: 30px
}

.linkIcon {
    margin-right: 10px;
    vertical-align: middle;
    letter-spacing: normal;
    -webkit-transition: width 1s, height 1s, margin 0.8s;
    -o-transition: width 1s, height 1s, margin 0.8s;
    transition: width 1s, height 1s, margin 0.8s
}

@media (min-width: 992px) {
    .linkIcon {
        margin-right:13px
    }
}

.trackRecordAccordion {
    margin: 51px auto
}

.trackRecordAccordion__title {
    font-size: 34px;
    padding-top: 51px;
    margin-bottom: 64px;
    border-top: 1px solid #C3C8CA
}

.trackRecordAccordion .accordion-item {
    margin-bottom: 16px;
    border: 1px solid #C3C8CA
}

.trackRecordAccordion .accordion-item:last-of-type {
    margin-bottom: 60px
}

.trackRecordAccordion .accordion-item .accordion-button::after {
    padding-left: 16px
}

.trackRecordAccordion .accordion-item .accordion-body {
    padding: 30px
}

.trackRecordAccordion .accordion-button {
    font-size: 20px;
    padding: 8px 16px
}

.trackRecordAccordion__button {
    border: 1px solid #C3C8CA;
    padding: 14px 16px
}

@media (min-width: 992px) {
    .trackRecordAccordion {
        margin:88px auto
    }

    .trackRecordAccordion__title {
        padding-top: 88px
    }
}

.personList {
    padding: 0 20px
}

@media (min-width: 992px) {
    .personList {
        padding:0
    }
}

.personList__icon {
    font-size: 25px;
    margin-right: 10px;
    vertical-align: middle
}

.personList__cardWrapper {
    margin-bottom: 45px;
    position: relative
}

.personList__cardWrapper:last-of-type {
    margin-bottom: 0
}

.personList__cardWrapper:nth-of-type(2) .articleCard {
    margin-right: 8px;
    margin-left: 4px
}

.personList__cardWrapper:nth-of-type(3) .articleCard {
    margin-right: 4px;
    margin-left: 8px
}

.personList__cardWrapper:first-of-type .articleCard {
    margin-left: 0;
    margin-right: 12px
}

.personList__cardWrapper:last-of-type .articleCard {
    margin-left: 12px;
    margin-right: 0
}

.personList__cardLink:hover {
    color: #fff !important
}

.personList__cardLink:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 0
}

.personList__link {
    z-index: 1
}

.personList__additional {
    display: block
}

.relatedPeople h2,.relatedPeople .h2 {
    font-size: 34px;
    text-align: center;
    padding-bottom: 55px
}

.relatedPeople__icon {
    font-size: 25px;
    margin-right: 8px;
    vertical-align: middle
}

.relatedPeople .row {
    margin: 0 0 -80px 0
}

@media (min-width: 992px) {
    .relatedPeople .row {
        gap:20px
    }
}

.relatedPeople .card {
    background-color: #f5f5f5;
    width: 100%;
    padding: 18px;
    position: relative;
    margin-bottom: 90px;
    border: none;
    -webkit-border-radius: 0;
    border-radius: 0
}

@media (min-width: 992px) {
    .relatedPeople .card {
        width:-webkit-calc(100% / 3 - 13.333px);
        width: calc(100% / 3 - 13.333px)
    }
}

.relatedPeople .card__label {
    position: absolute;
    bottom: 100%;
    right: 0;
    font-size: 11px;
    font-family: "Lato",sans-serif;
    line-height: 13px;
    background-color: #1B6875;
    color: #fff;
    width: 50%;
    padding: 3px 0 3px 45px;
    text-transform: uppercase;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    text-align: center
}

.relatedPeople .card__label:after {
    content: "";
    position: absolute;
    bottom: -5px;
    right: 0;
    width: 5px;
    height: 10px;
    z-index: -1;
    background-color: #f5f5f5
}

.relatedPeople .card__circle {
    width: 90px;
    height: 90px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    top: -45px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.relatedPeople .card__circle img {
    width: 100%;
    height: 100%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -o-object-fit: cover;
    object-fit: cover
}

.relatedPeople .card__content {
    margin-top: 45px;
    text-align: center
}

.relatedPeople .card__content__name {
    font-size: 22px
}

.relatedPeople .card__content__name__additional {
    display: block
}

.relatedPeople .card__content__role {
    font-size: 15px;
    text-transform: uppercase
}

.relatedPeople .card__content__description {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    color: #808285
}

.relatedPeople .card__content__contact {
    font-size: 14px;
    color: #004851;
    font-family: "Lato",sans-serif
}

.relatedPeople .card__content__contact a {
    margin-bottom: 5px
}

.relatedPeople .card__content__contact a:hover {
    text-decoration: none;
    color: #E36F1E
}

.relatedPeople .withers-btn {
    width: 100%;
    margin-top: 15px;
    padding: 6px 20px
}

.socialSharingAndDownloadFeature {
    padding: 30px 0
}

.socialSharingAndDownloadFeature p {
    margin: 0;
    font-size: 13px;
    line-height: 30px;
    text-transform: uppercase;
    color: #546670
}

.socialSharingAndDownloadFeature .left-col a {
    margin-right: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.socialSharingAndDownloadFeature .left-col a:hover {
    text-decoration: none;
    opacity: 0.8
}

.socialSharingAndDownloadFeature .left-col a p {
    margin-left: 10px
}

.socialSharingAndDownloadFeature .right-col a {
    margin-left: 25px
}

.socialSharingAndDownloadFeature .right-col a:first-of-type {
    margin-left: 0
}

.socialSharingAndDownloadFeature .right-col a:last-of-type {
    margin-right: 16px
}

@media (min-width: 992px) {
    .socialSharingAndDownloadFeature .right-col a:first-of-type {
        margin-left:25px
    }

    .socialSharingAndDownloadFeature .right-col a:last-of-type {
        margin-right: 0
    }
}

.socialSharingAndDownloadFeature .right-col a:hover {
    text-decoration: none;
    opacity: 0.8
}

.socialSharingAndDownloadFeature .hr {
    background: #c3c8ca;
    height: 1px;
    position: relative;
    margin-top: 30px
}

@media (min-width: 992px) {
    .socialSharingAndDownloadFeature .hr:before {
        content:"";
        position: absolute;
        left: 50%;
        top: 0;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 10px;
        border-color: white transparent transparent transparent;
        z-index: 10;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%)
    }

    .socialSharingAndDownloadFeature .hr:after {
        content: "";
        position: absolute;
        left: 50%;
        top: -10px;
        top: 0;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 11.5px;
        border-color: #c3c8ca transparent transparent transparent;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%)
    }
}

.socialSharingAndDownloadFeature__icon {
    font-size: 30px;
    vertical-align: middle
}

.socialSharingAndDownloadFeature__disclaimer p {
    font-family: "ZapfHumnst",sans-serif;
    font-size: 12px;
    font-weight: 400;
    font-style: normal;
    color: #929B9E;
    letter-spacing: normal;
    line-height: 16px;
    font-family: "Lato",sans-serif;
    text-transform: none;
    margin-bottom: 60px
}

.relatedExperience {
    padding: 30px 0
}

.relatedExperience .left-col,.relatedExperience .right-col {
    padding: 40px 28px
}

.relatedExperience .left-col {
    background-color: #546670
}

.relatedExperience .left-col h2,.relatedExperience .left-col .h2 {
    color: #fff;
    font-size: 34px;
    margin-bottom: 20px
}

.relatedExperience .left-col p {
    margin: 0;
    font-size: 18px;
    color: #fff
}

.relatedExperience .right-col {
    background-color: #C75302;
    font-family: "Lato",sans-serif
}

.relatedExperience .right-col__link {
    padding-bottom: 10px;
    border-bottom: 1px solid #fff;
    color: #fff;
    margin-bottom: 10px
}

.relatedExperience .right-col__link:last-of-type {
    margin-bottom: 0
}

.relatedExperience .right-col__link a {
    padding-right: 16px
}

.relatedExperience .right-col__link img {
    -webkit-transition: width 1s, height 1s, margin 1s;
    -o-transition: width 1s, height 1s, margin 1s;
    transition: width 1s, height 1s, margin 1s
}

.relatedExperience .right-col__link:hover img {
    margin-right: 10px
}

.relatedExperience .description {
    margin: 0;
    font-size: 18px;
    color: #fff
}

@media (min-width: 992px) {
    .relatedExperience .left-col,.relatedExperience .right-col {
        padding:40px 50px
    }
}

.advert {
    margin: 20px 0 40px 0;
    border: 1px solid #C3C8CA;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-color: #f5f5f5;
    padding: 26px
}

@media (min-width: 992px) {
    .advert {
        margin:40px 10px 50px -78px;
        padding: 20px
    }
}

@media (min-width: 1200px) {
    .advert {
        margin-left:-93px
    }
}

@media (min-width: 1440px) {
    .advert {
        margin-left:-100px
    }
}

.advert__text h3,.advert__text .h3 {
    font-size: 24px !important;
    line-height: 30px !important;
    margin-bottom: 10px !important;
    letter-spacing: 0.5px !important
}

@media (min-width: 992px) {
    .advert__text h3,.advert__text .h3 {
        margin-bottom:10px !important;
        font-size: 24px !important;
        line-height: 30px !important
    }
}

.advert__text p {
    margin-bottom: 10px !important
}

.advert__img {
    margin-bottom: 20px;
    height: 160px;
    width: 160px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center
}

@media (min-width: 992px) {
    .advert__img {
        margin-bottom:0;
        margin-right: 40px
    }
}

.articleCTAPanel {
    padding: 30px 0
}

.articleCTAPanel--img {
    background-image: url("../img/featurePanel-simple.jpeg");
    background-attachment: fixed;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center
}

.articleCTAPanel .row {
    background-color: #f5f5f5
}

.articleCTAPanel .left-col,.articleCTAPanel .right-col {
    padding: 40px 24px
}

.articleCTAPanel .right-col {
    padding-top: 0
}

.articleCTAPanel .left-col h2,.articleCTAPanel .left-col .h2 {
    font-size: 34px;
    margin-bottom: 20px
}

.articleCTAPanel .left-col p {
    margin: 0;
    font-size: 18px
}

.articleCTAPanel .right-col {
    text-align: left
}

.articleCTAPanel .right-col__button {
    background-color: #1B1B1B;
    color: #fff;
    padding: 15px 25px;
    font-size: 13px;
    text-transform: uppercase
}

.articleCTAPanel--white .row {
    background-color: #fff
}

.articleCTAPanel--teal .row {
    background-color: #1B6875
}

.articleCTAPanel--teal .left-col p,.articleCTAPanel--teal .left-col h2,.articleCTAPanel--teal .left-col .h2 {
    color: #fff
}

@media (min-width: 992px) {
    .articleCTAPanel .left-col,.articleCTAPanel .right-col {
        padding:40px 50px
    }

    .articleCTAPanel .right-col {
        text-align: center;
        -webkit-align-self: center;
        -ms-flex-item-align: center;
        align-self: center
    }
}

.articleRow {
    margin-top: 50px;
    margin-bottom: 76px
}

@media (min-width: 992px) {
    .articleRow {
        margin-top:60px;
        margin-bottom: 60px
    }
}

.articleRow h2,.articleRow .h2 {
    font-size: 34px;
    padding: 0 12px;
    margin-bottom: 50px
}

@media (min-width: 992px) {
    .articleRow h2,.articleRow .h2 {
        padding:0;
        margin-bottom: 20px
    }
}

.articleRow__cardWrapper {
    padding-bottom: 28px
}

.articleRow__cardWrapper .articleCard {
    margin-right: 12px;
    margin-left: 12px
}

@media (min-width: 992px) {
    .articleRow__cardWrapper {
        padding-bottom:42px
    }

    .articleRow__cardWrapper .articleCard {
        margin-right: 6px;
        margin-left: 6px
    }
}

.articleRow__cardWrapper:last-of-type {
    margin-bottom: 0
}

.articleRow .articleCard {
    margin-bottom: 0
}

.articleRow .articleCard__wrapper img {
    height: 253px
}

.articleCard {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    margin-bottom: 68px;
    border: 1px solid #dbdbdb;
    display: block;
    -webkit-transition: -webkit-transform 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: -webkit-transform 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -o-transition: transform 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: transform 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: transform 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.articleCard:hover {
    text-decoration: none;
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05)
}

.articleCard__wrapper {
    position: relative
}

.articleCard__wrapper img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.articleCard__wrapper img.textual {
    -o-object-position: left;
    object-position: left
}

.articleCard__wrapper .label {
    background-color: #fff;
    position: absolute;
    bottom: -1px;
    left: 0px;
    padding: 15px 32px 15px 23px;
    text-transform: uppercase
}

@media (min-width: 992px) {
    .articleCard__wrapper .label {
        padding:15px 25px 15px 30px
    }
}

.articleCard__wrapper .label p {
    margin: 0
}

.articleCard__wrapper .label p span.date {
    color: #E36F1E;
    padding-right: 5px
}

.articleCard__wrapper .label p span.type {
    color: inherit;
    padding-left: 5px
}

.articleCard__wrapper .label .tab {
    position: absolute;
    bottom: -2px;
    left: 23px;
    width: 25px;
    height: 3px;
    background-color: #E36F1E
}

@media (min-width: 992px) {
    .articleCard__wrapper .label .tab {
        left:30px
    }
}

.articleCard__content {
    margin-top: 15px;
    padding: 23px
}

@media (min-width: 992px) {
    .articleCard__content {
        padding:16px 30px 30px 30px
    }
}

.articleCard__content h3,.articleCard__content .h3 {
    font-size: 24px
}

.articleCard__content a:hover {
    color: #E36F1E;
    text-decoration: none
}

.articleCard--noImage .label {
    position: relative;
    padding-top: 32px
}

.articleCard--black {
    background-color: #000;
    color: #fff
}

.articleCard--black .articleCard__content h3,.articleCard--black .articleCard__content .h3,.articleCard--black .articleCard__content p {
    color: #fff
}

.articleCard--black .label {
    background-color: #000
}

.articleCard--black .label p {
    color: #fff
}

.articleCard--onDemandIcon .articleCard__wrapper:after {
    content: "";
    background-image: url("../img/on-demand-icon.svg");
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    position: absolute;
    top: 16px;
    right: 16px;
    width: 50px;
    height: 50px;
    display: block
}

@media (min-width: 992px) {
    .articleCard--onDemandIcon .articleCard__wrapper:after {
        width:60px;
        height: 60px
    }
}

.articleCard--onDemandIcon .label {
    padding-right: 80px
}

@media (min-width: 992px) {
    .articleCard--onDemandIcon .label {
        padding-right:90px
    }
}

.articleCard--podcastIcon .articleCard__wrapper:after {
    content: "";
    background-image: url("../img/podcast-icon.svg");
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    position: absolute;
    top: 16px;
    right: 16px;
    width: 50px;
    height: 50px;
    display: block
}

@media (min-width: 992px) {
    .articleCard--podcastIcon .articleCard__wrapper:after {
        width:60px;
        height: 60px
    }
}

.articleCard--podcastIcon .label {
    padding-right: 80px
}

@media (min-width: 992px) {
    .articleCard--podcastIcon .label {
        padding-right:90px
    }
}

.articleCard--videoIcon .articleCard__wrapper:after {
    content: "";
    background-image: url("../img/video-icon.svg");
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    position: absolute;
    top: 16px;
    right: 16px;
    width: 50px;
    height: 50px;
    display: block
}

@media (min-width: 992px) {
    .articleCard--videoIcon .articleCard__wrapper:after {
        width:60px;
        height: 60px
    }
}

.articleCard--videoIcon .label {
    padding-right: 80px
}

@media (min-width: 992px) {
    .articleCard--videoIcon .label {
        padding-right:90px
    }
}

.articleCard--webinarIcon .articleCard__wrapper:after {
    content: "";
    background-image: url("../img/webinar-icon.svg");
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    position: absolute;
    top: 16px;
    right: 16px;
    width: 50px;
    height: 50px;
    display: block
}

@media (min-width: 992px) {
    .articleCard--webinarIcon .articleCard__wrapper:after {
        width:60px;
        height: 60px
    }
}

.articleCard--webinarIcon .label {
    padding-right: 80px
}

@media (min-width: 992px) {
    .articleCard--webinarIcon .label {
        padding-right:90px
    }
}

.articleCard img+.label {
    padding-right: 32px
}

@media (min-width: 992px) {
    .articleCard img+.label {
        padding-right:25px
    }
}

.js-article-list .articleCard__wrapper {
    position: relative
}

.js-article-list .articleCard__wrapper img {
    height: 273px
}

@media (min-width: 768px) {
    .js-article-list .articleCard__wrapper img {
        height:418px
    }
}

@media (min-width: 992px) {
    .js-article-list .articleCard__wrapper img {
        height:213px
    }
}

@media (min-width: 1440px) {
    .js-article-list .articleCard__wrapper img {
        height:246px
    }
}

.articleList {
    margin-top: 28px;
    margin-bottom: 65px
}

@media (min-width: 992px) {
    .articleList {
        margin-top:50px;
        margin-bottom: 90px
    }
}

.articleList__wrapper {
    padding-bottom: 40px
}

.articleList__wrapper .articleCard {
    margin-right: 12px;
    margin-left: 12px;
    margin-bottom: 0
}

@media (min-width: 992px) {
    .articleList__wrapper {
        padding-bottom:42px
    }

    .articleList__wrapper .articleCard {
        margin-right: 6px;
        margin-left: 6px
    }
}

.articleList__btn {
    padding-top: 25px
}

@media (min-width: 992px) {
    .articleList__btn {
        padding-top:38px
    }
}

.statsPanel__container {
    margin-bottom: 60px
}

@media (min-width: 992px) {
    .statsPanel__container p {
        font-size:18px;
        line-height: 28px
    }
}

.statsPanel__intro {
    margin-bottom: 40px
}

.statsPanel__intro h2,.statsPanel__intro .h2 {
    margin-bottom: 36px
}

.statsPanel__intro>*:last-child {
    margin-bottom: 0
}

@media (min-width: 992px) {
    .statsPanel__intro {
        margin-bottom:60px
    }

    .statsPanel__intro h2,.statsPanel__intro .h2 {
        margin-bottom: 17px
    }
}

.statsPanel__item {
    margin-bottom: 40px
}

@media (min-width: 992px) {
    .statsPanel__item {
        width:200px;
        margin-bottom: 0
    }
}

.statsPanel__item p {
    font-family: "Lato",sans-serif;
    font-size: 24px;
    font-weight: 400;
    font-style: normal;
    color: #004851;
    letter-spacing: .5px;
    line-height: 29px;
    text-align: center;
    margin-bottom: 0
}

.statsPanel__circle {
    position: relative;
    width: 166px;
    height: 166px;
    margin-bottom: 18px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center
}

@media (min-width: 992px) {
    .statsPanel__circle {
        width:200px;
        height: 200px;
        margin-bottom: 28px
    }
}

.statsPanel__svg {
    -webkit-border-radius: 50%;
    border-radius: 50%;
    height: 100%;
    -webkit-transform: scaleX(-1) rotate(-90deg);
    -ms-transform: scaleX(-1) rotate(-90deg);
    transform: scaleX(-1) rotate(-90deg);
    width: 100%
}

.statsPanel__stroke {
    fill: none;
    stroke-width: 14px
}

.statsPanel__stroke:nth-child(1) {
    stroke: #C75302
}

.statsPanel__stroke:nth-child(2) {
    stroke: #FFDFC9;
    stroke-dasharray: 314.1592%;
    stroke-dashoffset: 0;
    -webkit-transition: 1.3s;
    -o-transition: 1.3s;
    transition: 1.3s
}

.statsPanel__number {
    font-family: "ZapfHumnst",sans-serif;
    font-size: 44px;
    font-weight: 400;
    font-style: normal;
    color: #004851;
    letter-spacing: normal;
    line-height: 53px;
    font-family: "Lato",sans-serif;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.statsPanel__number sub {
    bottom: 0;
    font-size: 24px;
    line-height: 29px;
    margin-left: 5px
}

@media (min-width: 992px) {
    .statsPanel__number {
        font-size:45px;
        line-height: 55px
    }

    .statsPanel__number sub {
        font-size: 28px;
        line-height: 34px
    }
}

.personRow {
    padding: 0 12px
}

@media (min-width: 992px) {
    .personRow {
        padding:0
    }
}

.personRow h2,.personRow .h2 {
    font-size: 34px;
    margin-bottom: 54px;
    padding-left: 12px
}

@media (min-width: 992px) {
    .personRow h2,.personRow .h2 {
        margin-bottom:70px;
        padding-left: 0
    }
}

.personRow__row {
    margin-bottom: 60px
}

.personRow__icon {
    font-size: 25px;
    margin-right: 10px;
    vertical-align: middle
}

.personRow__cardWrapper {
    margin-bottom: 45px;
    position: relative
}

.personRow__cardWrapper:last-of-type {
    margin-bottom: 0
}

@media (min-width: 992px) {
    .personRow__cardWrapper {
        margin-bottom:0
    }
}

.personRow__cardWrapper:nth-of-type(2) .articleCard {
    margin-right: 8px;
    margin-left: 4px
}

.personRow__cardWrapper:nth-of-type(3) .articleCard {
    margin-right: 4px;
    margin-left: 8px
}

.personRow__cardWrapper:first-of-type .articleCard {
    margin-left: 0;
    margin-right: 12px
}

.personRow__cardWrapper:last-of-type .articleCard {
    margin-left: 12px;
    margin-right: 0
}

.personRow__cardLink:hover {
    color: #fff !important
}

.personRow__cardLink:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 0
}

.personRow__link {
    z-index: 1
}

.personRow--search {
    padding-top: 52px;
    padding-bottom: 62px;
    padding-left: 25px;
    padding-right: 25px
}

@media (min-width: 992px) {
    .personRow--search {
        padding-top:82px;
        padding-bottom: 75px;
        padding-right: 12px;
        padding-left: 12px
    }
}

.personRow--search .personRow__row {
    margin-bottom: 15px
}

@media (min-width: 992px) {
    .personRow--search .personRow__row {
        margin-bottom:20px
    }
}

.personRow--search .personRow__cardWrapper {
    margin-bottom: 45px
}

.personRow--spaceTop {
    padding-top: 50px
}

@media (min-width: 992px) {
    .personRow--spaceTop {
        padding-top:60px
    }
}

.personRow .withers-btn+.withers-btn,.personRow .withers-btn+.withers-link--orangeIcon,.personRow .withers-btn+.withers-link--greenIcon {
    display: table;
    margin-top: 24px
}

@media screen and (min-width: 992px) {
    .personRow .withers-btn+.withers-btn,.personRow .withers-btn+.withers-link--orangeIcon,.personRow .withers-btn+.withers-link--greenIcon {
        margin-left:64px;
        display: inline-block
    }
}

.personRow .withers-link--orangeIcon,.personRow .withers-link--greenIcon {
    display: inline-block
}

.featurePanel {
    position: relative;
    margin-top: 24px;
    margin-bottom: 24px
}

@media (min-width: 992px) {
    .featurePanel {
        width:100%;
        right: unset;
        margin-top: 60px;
        margin-bottom: 60px
    }

    .featurePanel__row {
        margin-bottom: 39px
    }

    .featurePanel__row:last-of-type {
        margin-bottom: 0
    }
}

.featurePanel__paragraph:last-of-type {
    margin-bottom: 0
}

.featurePanel__header {
    margin-bottom: 53px;
    padding-right: 13px;
    padding-left: 13px
}

@media (min-width: 992px) {
    .featurePanel__header {
        margin-bottom:60px;
        padding-right: 0;
        padding-left: 0
    }
}

.featurePanel__gridItem {
    padding-right: 25px;
    padding-left: 25px
}

@media (min-width: 992px) {
    .featurePanel__gridItem {
        padding-right:-webkit-calc(var(--bs-gutter-x) * .5);
        padding-right: calc(var(--bs-gutter-x) * .5);
        padding-left: -webkit-calc(var(--bs-gutter-x) * .5);
        padding-left: calc(var(--bs-gutter-x) * .5)
    }

    .featurePanel__gridItem:first-of-type .featurePanel--twoCol {
        margin-left: 0;
        margin-right: 20px
    }

    .featurePanel__gridItem:last-of-type .featurePanel--twoCol {
        margin-left: 20px;
        margin-right: 0
    }
}

.featurePanel__btn {
    margin-top: 58px
}

@media (min-width: 992px) {
    .featurePanel__btn {
        margin-top:82px
    }
}

.featurePanel__officeItem {
    margin-bottom: 15px
}

.featurePanel__officeItem:hover {
    text-decoration: none
}

.featurePanel__officeItem p {
    font-family: "ZapfHumnst",sans-serif;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    color: #444;
    letter-spacing: 1px;
    line-height: 25px;
    text-transform: uppercase;
    font-family: "Lato",sans-serif;
    margin-bottom: 0
}

.featurePanel__officeItem--nested p {
    text-transform: none
}

.featurePanel__officeIcon {
    display: inline-block;
    margin-right: 13px;
    font-size: 30px;
    vertical-align: middle
}

.featurePanel__card {
    display: block
}

.featurePanel__card .withers-link--orangeIcon {
    margin-top: 27px
}

.featurePanel .withers-btn:not(:last-of-type) {
    margin-bottom: 15px
}

@media (min-width: 992px) {
    .featurePanel .withers-btn:not(:last-of-type) {
        margin-bottom:0
    }
}

.featurePanel--simple {
    padding: 25px 26px
}

@media (min-width: 992px) {
    .featurePanel--simple {
        padding:41px 70px 53px 67px
    }
}

.featurePanel--simple h2,.featurePanel--simple .h2 {
    margin-bottom: 21px
}

@media (min-width: 992px) {
    .featurePanel--simple h2,.featurePanel--simple .h2 {
        margin-bottom:0
    }
}

.featurePanel--simple p {
    margin-bottom: 21px;
    font-size: 18px;
    line-height: 28px
}

@media (min-width: 992px) {
    .featurePanel--simple p {
        margin-bottom:0
    }
}

@media (min-width: 992px) {
    .featurePanel--simple .featurePanel__text {
        margin-right:64px
    }
}

.featurePanel--simpleImg {
    background-image: url("../img/featurePanel-simple.jpeg");
    background-attachment: fixed;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
    padding: 25px 24px
}

@media (min-width: 992px) {
    .featurePanel--simpleImg {
        padding:72px 120px 78px 120px
    }
}

@media (min-width: 1200px) {
    .featurePanel--simpleImg {
        padding:72px 220px 78px 220px
    }
}

.featurePanel--simpleImg h2,.featurePanel--simpleImg .h2 {
    margin-bottom: 21px
}

@media (min-width: 992px) {
    .featurePanel--simpleImg h2,.featurePanel--simpleImg .h2 {
        margin-bottom:0
    }
}

.featurePanel--simpleImg p {
    margin-bottom: 21px;
    font-size: 18px;
    line-height: 28px
}

@media (min-width: 992px) {
    .featurePanel--simpleImg p {
        margin-bottom:0
    }
}

.featurePanel--simpleImg .featurePanel__block {
    padding: 26px 20px 36px 24px;
    position: relative;
    z-index: 0
}

.featurePanel--simpleImg .featurePanel__block:before {
    content: "";
    background-color: #fff;
    opacity: 0.8;
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    z-index: -1
}

@media (min-width: 992px) {
    .featurePanel--simpleImg .featurePanel__block {
        padding:36px 39px 36px 44px
    }

    .featurePanel--simpleImg .featurePanel__block:before {
        opacity: 1
    }
}

@media (min-width: 992px) {
    .featurePanel--simpleImg .featurePanel__text {
        margin-right:57px
    }
}

.featurePanel--offset {
    position: relative;
    overflow: hidden
}

.featurePanel--offset .featurePanel__offsetBlock {
    background-color: #fff;
    padding: 20px 20px 39px 25px;
    position: relative
}

@media (min-width: 992px) {
    .featurePanel--offset .featurePanel__offsetBlock {
        padding:44px 59px 66px 70px;
        margin-top: 90px;
        width: 50%
    }
}

.featurePanel--offset .featurePanel__img {
    position: relative;
    top: 0;
    -o-object-fit: contain;
    object-fit: contain;
    width: 100%;
    height: 235px
}

@media (min-width: 992px) {
    .featurePanel--offset .featurePanel__img {
        position:absolute;
        height: unset;
        max-height: 540px;
        width: 83%
    }
}

.featurePanel--offset p {
    margin-bottom: 23px
}

@media (min-width: 992px) {
    .featurePanel--offset p {
        margin-bottom:31px
    }
}

.featurePanel--map .featurePanel__img {
    height: 194px;
    width: 100%;
    right: unset;
    left: unset
}

@media (min-width: 992px) {
    .featurePanel--map .featurePanel__img {
        height:100%;
        width: 83%;
        right: 0;
        max-height: unset
    }
}

.featurePanel--map .featurePanel__offsetBlock {
    margin-top: 161px;
    padding-bottom: 52px
}

@media (min-width: 992px) {
    .featurePanel--map .featurePanel__offsetBlock {
        margin-top:70px;
        margin-bottom: 70px;
        padding-top: 79px;
        padding-bottom: 85px
    }
}

@media (min-width: 992px) {
    .featurePanel--fullWidth {
        width:-webkit-calc(100vw - var(--scrollbar-width));
        width: calc(100vw - var(--scrollbar-width));
        right: -webkit-calc((100vw - 100%) / 2);
        right: calc((100vw - 100%) / 2);
        margin-top: 60px;
        margin-bottom: 60px
    }
}

.featurePanel--fullWidth .featurePanel__card {
    padding: 30px 15px 34px 25px;
    background-color: #f5f5f5;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start
}

.featurePanel--fullWidth .featurePanel__card p {
    margin-bottom: 22px
}

@media (min-width: 992px) {
    .featurePanel--fullWidth .featurePanel__card {
        width:50%;
        min-height: 450px;
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2
    }

    .featurePanel--fullWidth .featurePanel__card p {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 20px
    }
}

.featurePanel--fullWidth .featurePanel__card>ul,.featurePanel--fullWidth .featurePanel__card>ol {
    margin: 10px 0 20px 0
}

.featurePanel--fullWidth .featurePanel__card>ul li,.featurePanel--fullWidth .featurePanel__card>ol li {
    font-family: "Lato",sans-serif;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    color: #444;
    letter-spacing: .01em;
    line-height: 25px
}

.featurePanel--fullWidth .featurePanel__card>ul li p,.featurePanel--fullWidth .featurePanel__card>ol li p {
    margin-bottom: 0 !important
}

.featurePanel--fullWidth .featurePanel__card>ul {
    padding-left: 20px
}

.featurePanel--fullWidth .featurePanel__card>ul li+li {
    padding-top: 8px
}

.featurePanel--fullWidth .featurePanel__card>ul li {
    position: relative;
    list-style-type: disc
}

.featurePanel--fullWidth .featurePanel__card>ul li::marker {
    color: #E36F1E;
    font-size: 17px
}

.featurePanel--fullWidth .featurePanel__card>ol {
    list-style-type: none
}

.featurePanel--fullWidth .featurePanel__card>ol li {
    counter-increment: fpCounter;
    position: relative;
    padding-bottom: 8px
}

.featurePanel--fullWidth .featurePanel__card>ol li::before {
    content: counter(fpCounter);
    display: block;
    position: absolute;
    top: 2px;
    left: -34px;
    width: 24px;
    font-size: 16px;
    text-align: left
}

.featurePanel--fullWidth .featurePanel__card>ol li:last-child {
    padding-bottom: 0
}

.featurePanel--fullWidth .featurePanel__img {
    height: 225px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center
}

@media (min-width: 768px) {
    .featurePanel--fullWidth .featurePanel__img {
        height:400px
    }
}

@media (min-width: 992px) {
    .featurePanel--fullWidth .featurePanel__img {
        height:457px;
        width: 50%;
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1
    }
}

@media (min-width: 1440px) {
    .featurePanel--fullWidth .featurePanel__img {
        height:550px
    }
}

.featurePanel--fullWidth .featurePanel__carousel {
    width: 91px;
    background-color: #fff;
    opacity: 0.8;
    background-image: url()
}

.featurePanel--fullWidth .featurePanel__iconPrev {
    background-image: url("../img/carousel-arrow-left-black.svg");
    width: 60px;
    height: 60px
}

.featurePanel--fullWidth .featurePanel__iconNext {
    background-image: url("../img/carousel-arrow-right-black.svg");
    width: 60px;
    height: 60px
}

.featurePanel--fullWidth .featurePanel__indicators {
    position: relative;
    text-align: center;
    margin-bottom: 0
}

.featurePanel--fullWidth .featurePanel__indicators button {
    width: 7px;
    height: 7px;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    background-color: #C3C8CA;
    opacity: 1;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent
}

@media (min-width: 992px) {
    .featurePanel--fullWidth .featurePanel__indicators button {
        width:10px;
        height: 10px
    }
}

.featurePanel--fullWidth .featurePanel__indicators .active {
    background-color: #E36F1E;
    opacity: 1
}

.featurePanel--fullWidth .featurePanel__indicators .active:before {
    display: none
}

@media (min-width: 992px) {
    .featurePanel--fullWidth .carousel-item {
        height:457px
    }
}

@media (min-width: 1440px) {
    .featurePanel--fullWidth .carousel-item {
        height:550px
    }
}

.featurePanel--fullWidth .carousel-item.active:before {
    display: none
}

.featurePanel--imgRight .featurePanel__offsetBlock {
    float: left
}

@media (min-width: 992px) {
    .featurePanel--imgRight .featurePanel__card {
        padding:70px 51px 70px 141px !important;
        -webkit-box-ordinal-group: 1 !important;
        -webkit-order: 0 !important;
        -ms-flex-order: 0 !important;
        order: 0 !important
    }
}

.featurePanel--imgRight .featurePanel__img {
    right: 0
}

.featurePanel--imgLeft .featurePanel__offsetBlock {
    float: right
}

@media (min-width: 992px) {
    .featurePanel--imgLeft .featurePanel__card {
        padding:70px 141px 70px 51px !important
    }
}

.featurePanel--imgLeft .featurePanel__img {
    left: 0
}

.featurePanel--twoCol {
    width: unset;
    right: unset
}

.featurePanel--twoCol .featurePanel__img {
    width: 100%;
    position: relative;
    height: 230px
}

@media (min-width: 992px) {
    .featurePanel--twoCol .featurePanel__img {
        position:absolute;
        left: 0;
        height: 360px
    }
}

.featurePanel--twoCol .featurePanel__offsetBlock {
    float: unset;
    width: 100%;
    margin-top: 0;
    padding: 20px 0 27px 0
}

@media (min-width: 992px) {
    .featurePanel--twoCol .featurePanel__offsetBlock {
        float:left;
        margin-top: 214px;
        width: 80%;
        padding: 43px 58px 48px 52px
    }
}

.featurePanel--twoCol p {
    margin-bottom: 27px
}

@media (min-width: 992px) {
    .featurePanel--twoCol p {
        margin-bottom:20px
    }
}

@media (min-width: 992px) {
    .featurePanel--threeCol .featurePanel__gridItem .featurePanel__cardWrapper {
        margin-right:7px;
        margin-left: 7px
    }

    .featurePanel--threeCol .featurePanel__gridItem:first-of-type .featurePanel__cardWrapper {
        margin-left: 0;
        margin-right: 15px
    }

    .featurePanel--threeCol .featurePanel__gridItem:last-of-type .featurePanel__cardWrapper {
        margin-left: 15px;
        margin-right: 0
    }
}

.featurePanel--threeCol .featurePanel__cardWrapper {
    margin-bottom: 26px;
    overflow: hidden;
    border: 1px solid transparent;
    -webkit-transition: -webkit-transform 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: -webkit-transform 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -o-transition: transform 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: transform 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: transform 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.featurePanel--threeCol .featurePanel__cardWrapper:hover {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    text-decoration: none;
    border-color: #E36F1E
}

.featurePanel--threeCol .featurePanel__card {
    background: #fff;
    padding: 26px 30px 30px 33px
}

.featurePanel--threeCol .featurePanel__card:hover {
    text-decoration: none
}

.featurePanel--threeCol .featurePanel__card:hover>ol {
    color: #444
}

@media (min-width: 992px) {
    .featurePanel--threeCol .featurePanel__card {
        padding:26px 27px 49px 33px
    }
}

.featurePanel--threeCol .featurePanel__card .headingUnderline {
    margin-bottom: 14px
}

.featurePanel--threeCol .featurePanel__card .headingUnderline:after {
    margin-top: 12px
}

@media (min-width: 992px) {
    .featurePanel--threeCol .featurePanel__card .headingUnderline:after {
        margin-top:20px
    }
}

.featurePanel--threeCol .featurePanel__img {
    position: relative;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 253px
}

.featurePanel--threeCol .featurePanel__img+.featurePanel__card {
    border-top: none
}

.featurePanel--greyBg {
    background-color: #f5f5f5;
    margin-bottom: 24px
}

.featurePanel--greyBg .featurePanel__card {
    padding-top: 30px
}

@media (min-width: 992px) {
    .featurePanel--greyBg .featurePanel__card {
        padding-top:48px
    }
}

.featurePanel--whiteBg {
    background-color: #fff
}

.featurePanel--greenBg {
    background-color: #1B6875
}

.featurePanel--greenBg .featurePanel__gridItem h2,.featurePanel--greenBg .featurePanel__gridItem .h2,.featurePanel--greenBg .featurePanel__gridItem p {
    color: #444
}

.featurePanel--greyBg,.featurePanel--greenBg {
    padding-top: 31px;
    padding-bottom: 30px
}

@media (min-width: 992px) {
    .featurePanel--greyBg,.featurePanel--greenBg {
        padding-top:69px;
        padding-bottom: 68px
    }
}

.featurePanel--imgBg {
    background-color: #004851;
    padding-top: 45px;
    padding-bottom: 25px;
    z-index: 10
}

@media (min-width: 992px) {
    .featurePanel--imgBg {
        padding-top:78px;
        padding-bottom: 108px
    }
}

.featurePanel--imgBg .featurePanel__bgImg {
    background-image: url("../img/featurePanel-bg.jpeg");
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: top right;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    top: 0
}

@media (min-width: 992px) {
    .featurePanel--imgBg .featurePanel__bgImg {
        background-attachment:fixed
    }
}

.featurePanel--imgBg .featurePanel__bgImg:after {
    display: none;
    position: absolute;
    content: " ";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background-color: rgba(0,72,81,0.6)
}

.featurePanel--imgBg .featurePanel__card:hover {
    border-color: #DBDBDB
}

.featurePanel--imgBg .featurePanel__cardWrapper {
    height: auto
}

.featurePanel--imgBg .featurePanel__header h1,.featurePanel--imgBg .featurePanel__header .h1,.featurePanel--imgBg .featurePanel__header h2,.featurePanel--imgBg .featurePanel__header .h2,.featurePanel--imgBg .featurePanel__header h3,.featurePanel--imgBg .featurePanel__header .h3,.featurePanel--imgBg .featurePanel__header p {
    color: #fff
}

.featurePanel--imgBg .container {
    z-index: 1
}

.featurePanel--icon:after {
    content: "";
    background-image: url("../img/podcast-icon.svg");
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    position: absolute;
    top: 16px;
    right: 18px;
    width: 50px;
    height: 50px;
    display: block
}

@media (min-width: 992px) {
    .featurePanel--icon:after {
        top:20px;
        right: 28px;
        width: 60px;
        height: 60px
    }
}

.featurePanel--search {
    margin-top: 0;
    margin-bottom: 0
}

.featurePanel--searchBlock {
    margin-top: 0
}

.featurePanel--searchBlock .featurePanel__card .headingUnderline {
    margin-bottom: 37px
}

.featurePanel--searchBlock .featurePanel__btn {
    margin-top: 32px
}

@media (min-width: 992px) {
    .featurePanel--searchBlock .featurePanel__btn {
        margin-top:20px
    }
}

@media (min-width: 992px) {
    .featurePanel--searchBlock .featurePanel__gridItem {
        margin-bottom:60px
    }
}

.featurePanel--highlight {
    width: -webkit-calc(100vw - var(--scrollbar-width));
    width: calc(100vw - var(--scrollbar-width));
    right: -webkit-calc((100vw - 100%) / 2);
    right: calc((100vw - 100%) / 2)
}

.featurePanel__title {
    font-weight: 600;
    letter-spacing: 1px
}

.featurePanel__title--accent {
    color: #E36F1E
}

.featurePanel__heading:not(.no-scale) {
    font-size: 22px;
    line-height: 27px
}

@media (min-width: 992px) {
    .featurePanel__heading:not(.no-scale) {
        font-size:34px;
        line-height: 42px
    }
}

.featurePanel--greenBg .featurePanel__text * {
    color: #fff
}

.rowLabel {
    background: #fff;
    border-bottom: 1px solid #C3C8CA;
    z-index: 1;
    margin-top: -40px
}

.rowLabel.sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    left: 0
}

.rowLabel ul {
    padding: 0 13px;
    overflow-x: auto;
    margin-bottom: 0
}

@media (min-width: 992px) {
    .rowLabel ul {
        padding:0 20px
    }
}

.rowLabel__link {
    position: relative;
    margin-right: 28px;
    font-family: "Lato",sans-serif;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    font-size: 14px
}

.rowLabel__link::before {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    left: 0;
    height: 5px;
    background-color: transparent
}

.rowLabel__link:last-of-type {
    margin-right: 0
}

.rowLabel__link>a {
    display: block;
    padding: 21px 0
}

.rowLabel__link a:hover {
    color: #E36F1E;
    text-decoration: none
}

.rowLabel__link:hover .filter-icon,.rowLabel__link a:hover .filter-icon {
    background-color: #E36F1E !important
}

.rowLabel__link.js-search-button a {
    padding: 17px 0 16px 0
}

.rowLabel__link.active {
    color: #E36F1E
}

.rowLabel__link.active::before {
    background-color: #E36F1E
}

.rowLabel__link.active .search-icon,.rowLabel__link.active .filter-icon {
    background-color: #E36F1E !important
}

.rowLabel--withFilter ul {
    -webkit-box-pack: start;
    -webkit-justify-content: start;
    -ms-flex-pack: start;
    justify-content: start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

@media (min-width: 768px) {
    .rowLabel--withFilter ul {
        -webkit-box-pack:center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.rowLabel--withFilter .filter-button,.rowLabel--withFilter .search-button {
    cursor: pointer
}

.rowLabel--withFilter .filter-button .search-icon,.rowLabel--withFilter .filter-button .filter-icon,.rowLabel--withFilter .search-button .search-icon,.rowLabel--withFilter .search-button .filter-icon {
    background-color: #1B6875;
    -webkit-border-radius: 50%;
    border-radius: 50%
}

.rowLabel--withFilter .filter-button .filter-icon,.rowLabel--withFilter .search-button .filter-icon {
    margin-right: 10px
}

.rowLabel--withFilter .filter-button:hover,.rowLabel--withFilter .search-button:hover {
    color: #E36F1E
}

.rowLabel--withFilter.withSearch {
    border-bottom: none
}

.rowLabel--withFilter.withSearch .filter-icon {
    margin-left: 0;
    margin-right: 10px
}

.rowLabel--withFilter.withSearch .search-icon {
    margin-right: 10px
}

.rowLabel--withFilter.withSearch:not(.rowLabel--showingSearch):not(.rowLabel--showingFilter).sticky {
    border-bottom: 1px solid #C3C8CA
}

.rowLabel--search {
    border-top: 1px solid #DBDBDB
}

.rowLabel--search ul {
    margin-bottom: 0
}

@media (min-width: 768px) {
    .rowLabel ul {
        overflow-x:initial
    }
}

@media (min-width: 992px) {
    .rowLabel__link {
        margin-right:40px
    }
}

.rowLabel--withFilter .close-button,.rowLabel--search .close-button {
    all: unset;
    cursor: pointer;
    display: block;
    position: absolute;
    top: 12px;
    right: 12px;
    width: 17px;
    height: 16px;
    background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTciIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNyAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEgMUwxNS45OTIzIDE1TTE2IDFMMSAxNSIgc3Ryb2tlPSIjMjEyNTI5IiBzdHJva2Utd2lkdGg9IjEuNSIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIi8+Cjwvc3ZnPg==");
    text-indent: -99999px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s
}

.rowLabel--withFilter .close-button:hover,.rowLabel--search .close-button:hover {
    background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTciIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNyAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEgMUwxNS45OTIzIDE1TTE2IDFMMSAxNSIgc3Ryb2tlPSIjRTM2RjFFIiBzdHJva2Utd2lkdGg9IjEuNSIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIi8+Cjwvc3ZnPgo=")
}

@media (min-width: 992px) {
    .rowLabel--withFilter .close-button,.rowLabel--search .close-button {
        top:20px;
        right: 20px
    }
}

.rowLabel--withFilter.sticky .sortBy,.rowLabel--search.sticky .sortBy {
    border-bottom: 1px solid #C3C8CA
}

.logoRow {
    padding-top: 43px;
    padding-bottom: 43px;
    font-family: "ZapfHumnst",sans-serif;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    color: #444;
    letter-spacing: .005em;
    line-height: 25px;
    font-family: "Lato",sans-serif;
    margin-bottom: 10px
}

@media (min-width: 992px) {
    .logoRow {
        margin-bottom:15px
    }
}

.logoRow--circle h2,.logoRow--circle .h2 {
    margin-bottom: 30px
}

@media (min-width: 1200px) {
    .logoRow--circle .slick-slide {
        margin:0px 5px !important
    }
}

.logoRow__dark {
    background-color: #546670 !important
}

.logoRow__dark h2,.logoRow__dark .h2 {
    color: #fff !important
}

.logoRow__dark .text-center {
    color: #fff !important
}

.logoRow__dark .slick-arrow {
    background: url("../img/carousel-arrow-left-white.svg") center no-repeat !important
}

.logoRow__dark .slick-arrow::before {
    border: 1px solid #fff !important
}

.logoRow__dark .slick-arrow.slick-next {
    background: url("../img/carousel-arrow-right-white.svg") center no-repeat !important
}

.logoRow .slick-dots {
    display: none !important
}

.logoRow .slick-slide {
    margin: 0 20px
}

.logoRow .slick-slide img {
    width: 150px;
    margin: 0 auto
}

@media (min-width: 992px) {
    .logoRow .slick-slide img {
        width:100%
    }
}

@media (min-width: 768px) {
    .logoRow .slick-list {
        margin:0 20px
    }
}

.logoRow .slick-slide .logoRow__imgWrapper {
    width: 100%
}

@media (min-width: 1200px) {
    .logoRow .slick-slide .logoRow__imgWrapper {
        width:unset
    }
}

.logoRow .slick-track::before,.logoRow .slick-track::after {
    display: table;
    content: ""
}

.logoRow .slick-track::after {
    clear: both
}

.logoRow .slick-loading .slick-track {
    visibility: hidden
}

.logoRow .slick-slide.slick-loading .logoRow__imgWrapper {
    display: none
}

.logoRow .slick-slide.dragging .logoRow__imgWrapper {
    pointer-events: none
}

.logoRow .slick-loading .slick-slide {
    visibility: hidden
}

.logoRow .slick-arrow {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%);
    background: url("../img/carousel-arrow-left-black.svg") center no-repeat;
    color: #fff;
    width: 1rem;
    height: 1rem;
    margin-top: -16px;
    z-index: 99
}

.logoRow .slick-arrow::before {
    position: absolute;
    content: "";
    width: 52px;
    height: 52px;
    border: 1px solid black;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.logoRow .slick-arrow.slick-next {
    background: url("../img/carousel-arrow-right-black.svg") center no-repeat
}

@media (max-width: 575.98px) {
    .logoRow .slick-arrow {
        display:none !important
    }

    .logoRow .slick-dots {
        display: block !important;
        bottom: -40px
    }

    .logoRow .slick-dots li button::before {
        font-size: 2rem
    }
}

.logoRow.withText .slide .text-center {
    margin-top: 15px
}

.logoRow.withText .slick-arrow {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    top: 30px;
    margin-top: 0
}

@media (min-width: 768px) {
    .logoRow.withText .slick-arrow {
        top:30px
    }
}

@media (min-width: 992px) {
    .logoRow.withText .slick-arrow {
        top:50px
    }
}

@media (min-width: 1200px) {
    .logoRow.withText .slick-arrow {
        top:65px
    }
}

@media (min-width: 1440px) {
    .logoRow.withText .slick-arrow {
        top:75px
    }
}

.logoRow--circle.withText .slick-arrow {
    top: 40px
}

@media (min-width: 992px) {
    .logoRow--circle.withText .slick-arrow {
        top:70px
    }
}

@media (min-width: 1200px) {
    .logoRow--circle.withText .slick-arrow {
        top:90px
    }
}

@media (min-width: 1440px) {
    .logoRow--circle.withText .slick-arrow {
        top:100px
    }
}

@media (min-width: 1200px) {
    .logoRow--circle.withText .text-center {
        margin:15px
    }
}

.logoRow h2,.logoRow .h2 {
    padding-left: 24px;
    padding-right: var(--bs-gutter-x, 0.75rem)
}

@media (min-width: 768px) {
    .logoRow h2,.logoRow .h2 {
        padding-left:var(--bs-gutter-x, 0.75rem)
    }
}

.logoRow__wrapper {
    padding-right: 0;
    padding-left: 0
}

.logoRow__imgWrapper {
    border: 2px solid #C3C8CA;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    padding: 35px;
    background-color: white
}

@media (min-width: 576px) {
    .logoRow__imgWrapper {
        padding:25px
    }
}

@media (min-width: 768px) {
    .logoRow__imgWrapper {
        padding:33px
    }
}

@media (min-width: 992px) {
    .logoRow__imgWrapper {
        padding:28px
    }
}

@media (min-width: 1200px) {
    .logoRow__imgWrapper {
        padding:30px;
        margin: 15px
    }
}

@media (min-width: 1200px) {
    .logoRow__imgWrapper {
        padding:35px
    }
}

@media (min-width: 576px) {
    .logoRow__imgWrapper img {
        width:100% !important
    }
}

.introCopy {
    margin-top: 50px;
    margin-bottom: 50px;
    padding: 0 24px
}

@media (min-width: 992px) {
    .introCopy {
        margin-top:88px;
        margin-bottom: 70px;
        padding-right: var(--bs-gutter-x, 0.75rem);
        padding-left: var(--bs-gutter-x, 0.75rem)
    }
}

.introCopy img {
    max-width: 100%
}

.introCopy--normal .introCopy__content {
    max-height: unset;
    overflow: visible
}

.introCopy--normal .js-read-more {
    display: none
}

.introCopy--faded .introCopy__content {
    position: relative;
    max-height: 80px;
    overflow: hidden
}

.introCopy--faded .introCopy__content:after {
    content: "";
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    pointer-events: none;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0.3)), to(#fff));
    background-image: -webkit-linear-gradient(top, rgba(255,255,255,0.3) 0%, #fff 100%);
    background-image: -o-linear-gradient(top, rgba(255,255,255,0.3) 0%, #fff 100%);
    background-image: linear-gradient(180deg, rgba(255,255,255,0.3) 0%, #fff 100%);
    width: 100%;
    height: 100%
}

.introCopy--faded .js-read-more {
    display: block
}

.introCopy--hidden {
    display: none
}

.introCopy .js-read-more {
    margin: 40px auto 0 auto
}

.col-12>.introCopy {
    padding-right: 13px;
    padding-left: 13px
}

@media (min-width: 992px) {
    .col-12>.introCopy {
        padding-right:var(--bs-gutter-x, 0.75rem);
        padding-left: var(--bs-gutter-x, 0.75rem)
    }
}

.featureVideo {
    background-color: #f5f5f5;
    margin-top: 34px;
    padding-bottom: 63px
}

.featureVideo .video {
    padding-bottom: 38px
}

@media (min-width: 992px) {
    .featureVideo .video {
        padding-bottom:0
    }
}

.featureVideo .video .accordion__main {
    margin-bottom: 0
}

.featureVideo__wrapper {
    font-family: "ZapfHumnst",sans-serif;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    color: #444;
    letter-spacing: .01em;
    line-height: 25px;
    font-family: "Lato",sans-serif;
    margin: 0 8px
}

@media (min-width: 992px) {
    .featureVideo__wrapper {
        margin:0 40px 0 0
    }
}

.featureVideo__title {
    font-size: 13px;
    text-transform: uppercase;
    margin-bottom: 16px;
    font-family: "Lato",sans-serif
}

.featureVideo__overview {
    font-size: 30px
}

@media (min-width: 992px) {
    .featureVideo__overview {
        font-size:34px
    }
}

.featureVideo .tab {
    margin: 25px 0 23px 0;
    width: 35px;
    height: 5px;
    background-color: #E36F1E
}

@media (min-width: 992px) {
    .featureVideo {
        padding-bottom:55px
    }

    .featureVideo .col-lg-7:first-child {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2
    }

    .featureVideo .col-lg-5:first-child {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1
    }

    .featureVideo__transcript {
        margin: 25px 0 0 0
    }

    .featureVideo__title {
        padding-top: 77px;
        margin-bottom: 20px
    }
}

.featureVideo--double {
    background-color: transparent;
    padding: 30px 0 0;
    margin: 0
}

@media (min-width: 992px) {
    .featureVideo--double {
        padding:55px 0
    }
}

.featureVideo .faded {
    position: relative
}

.featureVideo .faded:after {
    content: " ";
    width: 100%;
    height: 100%;
    position: absolute;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(230,241,240,0)), to(#f5f5f5));
    background: -webkit-linear-gradient(top, rgba(230,241,240,0) 0%, #f5f5f5 100%);
    background: -o-linear-gradient(top, rgba(230,241,240,0) 0%, #f5f5f5 100%);
    background: linear-gradient(180deg, rgba(230,241,240,0) 0%, #f5f5f5 100%);
    bottom: 0;
    left: 0
}

.featureVideo .hidden {
    display: none
}

.textFeaturePanel {
    margin: 51px auto;
    padding-left: 25px;
    padding-right: 25px
}

.textFeaturePanel__title {
    font-size: 34px;
    margin-bottom: 21px
}

.textFeaturePanel__text {
    margin-left: 12px
}

.textFeaturePanel__btn {
    margin-top: 60px
}

.textFeaturePanel .no-link {
    pointer-events: none
}

.textFeaturePanel .no-link span {
    opacity: 0.5
}

.textFeaturePanel--grouped {
    padding-left: 12px;
    padding-right: 12px
}

.textFeaturePanel--grouped .textFeaturePanel__title {
    margin-bottom: 0 !important;
    background-color: white;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: -25px 5px 0 20px;
    padding: 0 10px
}

.textFeaturePanel--grouped .withers-link__underlined {
    border: 0
}

.textFeaturePanel--grouped .textFeaturePanel__block {
    border: 1px solid #C3C8CA
}

.textFeaturePanel--grouped .textFeaturePanel__col:first-of-type .textFeaturePanel__link:last-of-type {
    margin-bottom: 0
}

.textFeaturePanel--grouped .textFeaturePanel__col:first-of-type {
    padding-left: 33px;
    padding-right: 33px
}

.textFeaturePanel--grouped .textFeaturePanel__col:last-of-type {
    padding-right: 33px !important;
    padding-left: 33px
}

@media (min-width: 992px) {
    .textFeaturePanel {
        margin:88px auto
    }

    .textFeaturePanel .withers-link__underlined:last-of-type {
        border-bottom: 1px solid #fff
    }

    .textFeaturePanel__col:first-of-type {
        padding-right: 33px
    }

    .textFeaturePanel__col:last-of-type {
        padding-left: 33px
    }

    .textFeaturePanel__title {
        margin-bottom: 42px
    }
}

.testimonialCarousel {
    margin-bottom: 30px;
    background-color: #C75302
}

.testimonialCarousel .carousel-indicators {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    margin-right: auto;
    margin-left: auto;
    padding-left: var(--bs-gutter-x, 0.75rem);
    padding-right: var(--bs-gutter-x, 0.75rem)
}

.testimonialCarousel .carousel-indicators [data-bs-target] {
    width: 1rem;
    height: 1rem;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin-right: 6px;
    margin-left: 6px
}

.testimonialCarousel .carousel-indicators [data-bs-target].active::before {
    height: 1rem;
    -webkit-border-radius: 50%;
    border-radius: 50%
}

@media (min-width: 768px) {
    .testimonialCarousel .carousel-indicators [data-bs-target] {
        width:1rem;
        height: 1rem;
        margin-right: 10px;
        margin-left: 10px
    }

    .testimonialCarousel .carousel-indicators [data-bs-target].active::before {
        height: 1rem
    }
}

.testimonialCarousel .carousel .carousel-inner {
    overflow: inherit
}

.testimonialCarousel .carousel .carousel-item {
    height: auto
}

.testimonialCarousel .carousel .carousel-item.active::before {
    content: none
}

@media (min-width: 992px) {
    .testimonialCarousel .carousel .carousel-item {
        height:390px
    }
}

.testimonialCarousel .carousel .carousel-inner .carousel-item .backdrop {
    padding: 61px 0
}

.testimonialCarousel .carousel .carousel-inner .carousel-item .backdrop .quoteIcon {
    margin: 0 60px 14px 0;
    font-size: 85px
}

@media (min-width: 992px) {
    .testimonialCarousel .carousel .carousel-inner .carousel-item .backdrop .quoteIcon {
        margin-top:1rem
    }
}

.testimonialCarousel .carousel .carousel-inner .carousel-item .backdrop__content div.quote {
    margin-bottom: 23px
}

.testimonialCarousel .carousel .carousel-inner .carousel-item .backdrop__content .quote {
    font-family: "ZapfHumnst",sans-serif;
    color: #fff;
    font-size: 20px;
    font-style: italic;
    line-height: 25px
}

.testimonialCarousel .carousel .carousel-inner .carousel-item .backdrop__content .quote p {
    font-family: "ZapfHumnst",sans-serif;
    color: #fff;
    font-size: 20px;
    font-style: italic;
    line-height: 25px
}

.testimonialCarousel .carousel .carousel-inner .carousel-item .backdrop__content .author {
    color: #fff;
    font-style: 16px;
    text-transform: uppercase;
    margin-bottom: 40px
}

@media (min-width: 768px) {
    .testimonialCarousel .carousel .carousel-inner .carousel-item .backdrop.quote p {
        font-size:25px;
        line-height: 35px
    }
}

@media (min-width: 992px) {
    .testimonialCarousel .carousel .carousel-inner .carousel-item .backdrop {
        padding:77px 0
    }
}

.testimonialCarousel .carousel .carousel-control-prev,.testimonialCarousel .carousel .carousel-control-next {
    width: initial
}

.testimonialCarousel .carousel .carousel-control-prev {
    left: -19px
}

.testimonialCarousel .carousel .carousel-control-next {
    right: -19px
}

.testimonialCarousel .carousel .carousel-control-prev-icon,.testimonialCarousel .carousel .carousel-control-next-icon {
    width: 50px;
    height: 50px;
    background-image: url("../img/carousel-arrow-left-white.svg")
}

.testimonialCarousel .carousel .carousel-control-next-icon {
    background-image: url("../img/carousel-arrow-right-white.svg")
}

.video {
    padding-bottom: 30px
}

@media (min-width: 992px) {
    .video {
        padding-bottom:60px
    }
}

.video__placeholder {
    position: relative
}

.video__placeholder-image {
    -o-object-fit: cover;
    object-fit: cover
}

.video__placeholder-overlay {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    background-color: rgba(0,0,0,0.5);
    z-index: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.video__placeholder-title {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 14px 26px;
    background-color: rgba(0,0,0,0.5)
}

@media (min-width: 992px) {
    .video__placeholder-title {
        padding:14px 19px
    }
}

.video__placeholder-title h1,.video__placeholder-title .h1 {
    color: #fff;
    font-size: 20px;
    line-height: 25px;
    font-weight: 600;
    margin-bottom: 0;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

.video__placeholder-playbutton {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    padding: 0 20px
}

.video__placeholder-playbutton img {
    width: 79px;
    height: 79px
}

.video__videoplayer {
    display: none;
    opacity: 0;
    position: relative;
    background: #000;
    z-index: 2
}

.video__closebutton {
    cursor: default;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    top: 0;
    right: 0;
    padding: 15px;
    gap: 10px;
    z-index: 1;
    font-size: 13px;
    line-height: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff;
    background: #1B1B1B;
    border: none;
    -webkit-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all
}

.video__closebutton span {
    pointer-events: none
}

.video__closebutton .button__text {
    display: none
}

@media (min-width: 576px) {
    .video__closebutton .button__text {
        display:block
    }
}

.video .accordion__main {
    margin: 20px
}

@media (min-width: 992px) {
    .video .accordion__main {
        margin:19px 0
    }
}

.trackRecord h2,.trackRecord .h2 {
    margin-bottom: 24px
}

@media (min-width: 992px) {
    .trackRecord h2,.trackRecord .h2 {
        margin-bottom:56px
    }
}

@media (min-width: 992px) {
    .trackRecord__grid {
        -webkit-column-count:2;
        -moz-column-count: 2;
        column-count: 2;
        -webkit-column-gap: 42px;
        -moz-column-gap: 42px;
        column-gap: 42px
    }
}

.trackRecord__panel {
    border: 1px solid #DBDBDB;
    background: #fff;
    padding: 26px 30px 30px 33px;
    margin-bottom: 24px;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid
}

@media (min-width: 992px) {
    .trackRecord__panel {
        margin-bottom:40px
    }
}

.trackRecord__panel:last-of-type {
    margin-bottom: 0
}

.trackRecord__panel a:hover {
    color: #E36F1E
}

.trackRecord__btn {
    margin-top: 35px;
    margin-bottom: 24px
}

@media (min-width: 992px) {
    .trackRecord__btn {
        margin-top:72px;
        margin-bottom: 63px
    }
}

.trackRecord--masonry .trackRecord__panel {
    width: 87.5%;
    margin: 0 6.25% 40px 6.25%
}

@media (min-width: 576px) {
    .trackRecord--masonry .trackRecord__panel {
        width:46.923076923076923%;
        margin: 0 1.5384615384615385% 3.076923076923077% 1.5384615384615385%
    }
}

.trackRecord--listing h2,.trackRecord--listing .h2 {
    margin-inline:15px;margin-bottom: 40px
}

@media (min-width: 768px) {
    .trackRecord--listing h2,.trackRecord--listing .h2 {
        margin-inline:0
    }
}

.trackRecord--listing .trackRecord__grid {
    margin-inline:10px;-webkit-column-count: unset;
    -moz-column-count: unset;
    column-count: unset
}

@media (min-width: 768px) {
    .trackRecord--listing .trackRecord__grid {
        margin-inline:0
    }
}

.trackRecord--listing .trackRecord__panel {
    margin-bottom: 30px;
    padding: 25px 10px
}

@media (min-width: 768px) {
    .trackRecord--listing .trackRecord__panel {
        width:-webkit-calc(50% - 15px);
        width: calc(50% - 15px);
        padding: 30px
    }
}

.trackRecord--listing .trackRecord__panel .trackRecord__panel-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 20px
}

@media (min-width: 1200px) {
    .trackRecord--listing .trackRecord__panel .trackRecord__panel-header {
        -webkit-box-orient:horizontal;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: end;
        -webkit-align-items: end;
        -ms-flex-align: end;
        align-items: end;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }
}

.trackRecord--listing .trackRecord__panel img {
    width: auto;
    height: auto
}

.trackRecord--listing .trackRecord__panel .headingUnderline {
    width: 100%;
    margin-bottom: 0
}

.trackRecord--listing .trackRecord__panel .headingUnderline::after {
    margin-top: 10px
}

@media (min-width: 1200px) {
    .trackRecord--listing .trackRecord__panel img+.headingUnderline {
        width:-webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content
    }
}

.trackRecord--listing .trackRecord__panel p:last-of-type {
    margin-bottom: 30px
}

.trackRecord--listing .trackRecord__panel .withers-link {
    color: #004851;
    font-family: "Lato",sans-serif;
    text-transform: uppercase;
    font-size: 16px
}

.trackRecord--listing .trackRecord__panel .withers-link .linkIcon::before {
    color: #004851
}

.trackRecord--listing .trackRecord__filters {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    gap: 42px;
    overflow-x: auto;
    overflow-y: hidden;
    margin-bottom: 60px;
    border-block:1px solid #C3C8CA;padding-left: -webkit-calc(var(--bs-gutter-x, .75rem) + 15px);
    padding-left: calc(var(--bs-gutter-x, .75rem) + 15px)
}

@media (min-width: 576px) {
    .trackRecord--listing .trackRecord__filters {
        padding-left:-webkit-calc(((100% - 540px) / 2) + var(--bs-gutter-x, .75rem));
        padding-left: calc(((100% - 540px) / 2) + var(--bs-gutter-x, .75rem))
    }
}

@media (min-width: 768px) {
    .trackRecord--listing .trackRecord__filters {
        padding-left:-webkit-calc(((100% - 720px) / 2) + var(--bs-gutter-x, .75rem));
        padding-left: calc(((100% - 720px) / 2) + var(--bs-gutter-x, .75rem))
    }
}

@media (min-width: 992px) {
    .trackRecord--listing .trackRecord__filters {
        padding-left:-webkit-calc(((100% - 960px) / 2) + var(--bs-gutter-x, .75rem));
        padding-left: calc(((100% - 960px) / 2) + var(--bs-gutter-x, .75rem))
    }
}

@media (min-width: 1200px) {
    .trackRecord--listing .trackRecord__filters {
        padding-left:-webkit-calc(((100% - 1140px) / 2) + var(--bs-gutter-x, .75rem));
        padding-left: calc(((100% - 1140px) / 2) + var(--bs-gutter-x, .75rem))
    }
}

@media (min-width: 1440px) {
    .trackRecord--listing .trackRecord__filters {
        padding-left:-webkit-calc(((100% - 1300px) / 2) + var(--bs-gutter-x, .75rem));
        padding-left: calc(((100% - 1300px) / 2) + var(--bs-gutter-x, .75rem))
    }
}

.trackRecord--listing .trackRecord__filters .nav-item {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.trackRecord--listing .trackRecord__filters .nav-link {
    padding: 20px 0 15px;
    font-family: "Lato",sans-serif;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.7px;
    color: #444
}

.trackRecord--listing .trackRecord__filters .nav-link.active {
    border: none;
    color: #E36F1E
}

.trackRecord--listing .trackRecord__tab-content .tab-pane.active::before {
    display: none
}

.trackRecord .linkIcon {
    font-size: 30px
}

.filter {
    position: relative;
    background: #f5f5f5;
    padding-top: 45px;
    padding-bottom: 50px;
    border-top: 1px solid #C3C8CA
}

.filter select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    outline: 0;
    -webkit-box-shadow: 0;
    box-shadow: 0;
    border: 0 !important;
    background-image: none;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 6px 12px;
    cursor: pointer;
    color: #808285
}

.filter select:focus {
    color: #E36F1E
}

.filter input {
    height: 42px
}

.filter__select {
    position: relative;
    width: 100%;
    background-color: #fff;
    border: 1px solid #C3C8CA;
    margin-bottom: 25px;
    -webkit-border-radius: 2px;
    border-radius: 2px
}

.filter__select:hover .filter__btn::after,.filter__select.filter-active .filter__btn::after {
    background: #E36F1E
}

.filter__btn {
    position: relative;
    width: 100%;
    border: none;
    text-align: left;
    padding: 8px 50px 8px 15px;
    font-family: "ZapfHumnst",sans-serif;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    color: #444;
    letter-spacing: .005em;
    line-height: 24px;
    font-family: "Lato",sans-serif
}

.filter__btn::after {
    content: url(../img/arrow-white.svg);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    color: #fff;
    background: #004851;
    width: 40px;
    border: none;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    padding-top: 5px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    pointer-events: none
}

.filter__btn:focus {
    -webkit-box-shadow: none;
    box-shadow: none
}

.filter__menu {
    width: -webkit-calc(100% + 2px);
    width: calc(100% + 2px);
    -webkit-border-radius: 0;
    border-radius: 0;
    padding: 18px 12px 23px 12px !important;
    margin-left: -1px !important;
    -webkit-box-shadow: 3px 2px 10px rgba(0,0,0,0.18);
    box-shadow: 3px 2px 10px rgba(0,0,0,0.18);
    max-height: 380px;
    overflow-y: auto
}

@media (min-width: 992px) {
    .filter__menu {
        max-height:512px
    }
}

.filter__item {
    padding: 6px 3px;
    font-family: "ZapfHumnst",sans-serif;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    color: #444;
    letter-spacing: .005em;
    line-height: 30px;
    font-family: "Lato",sans-serif;
    max-height: 44px
}

.filter__item:hover {
    background-color: #fff;
    text-decoration: none;
    color: #E36F1E
}

.filter__item .form-check {
    padding-right: 0;
    overflow: hidden
}

.filter__item .form-check-input {
    width: 21px;
    margin-right: 12px;
    height: 21px;
    background: #fff;
    border: solid 2px #808285;
    -webkit-border-radius: 2px;
    border-radius: 2px
}

.filter__item .form-check-input:checked {
    background-color: #004851;
    border-color: #004851
}

.filter__item .form-check-input:checked[type="checkbox"] {
    background-image: url("../img/check-white.svg");
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: 14px 14px;
    background-size: 14px
}

.filter__item .form-check-input:focus {
    -webkit-box-shadow: none;
    box-shadow: none
}

.filter__item .form-check-label {
    width: 96%;
    overflow-x: auto;
    white-space: nowrap;
    cursor: pointer
}

.filter__cta .withers-btn {
    margin-bottom: 20px;
    color: #444 !important
}

.filter__cta .withers-btn:hover {
    color: #929B9E !important
}

.filter__cta .withers-btn--black {
    color: #fff !important
}

.filter__cta .withers-btn--black:hover {
    color: #fff !important
}

.filter__input {
    width: 100%;
    background-color: #fff;
    border: 1px solid #C3C8CA;
    padding: 6px 12px;
    margin-bottom: 20px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    font-family: "Lato",sans-serif
}

@media (min-width: 992px) {
    .filter {
        padding-top:40px;
        padding-bottom: 43px
    }

    .filter p {
        margin-left: 10px;
        vertical-align: middle;
        display: inline;
        line-height: 40px
    }

    .filter__select {
        margin-right: 20px;
        width: 30%;
        margin-bottom: 20px
    }

    .filter__cta .withers-btn {
        margin-right: 20px !important;
        margin-bottom: 0
    }

    .filter__input {
        margin-bottom: 0;
        width: -webkit-calc(50% - (var(--bs-gutter-x) * .5));
        width: calc(50% - (var(--bs-gutter-x) * .5));
        margin-right: 21px
    }

    .filter--twoCol .filter__select {
        width: 50%
    }

    .filter--twoCol .filter__select:last-of-type {
        margin-right: 0px
    }

    .filter--twoCol .withers-btn:last-of-type {
        margin-right: 0px
    }
}

@media (min-width: 1200px) {
    .filter p {
        margin-left:40px
    }
}

@media (min-width: 992px) and (max-height: 740px) {
    .filter__menu {
        padding:5px 12px !important;
        max-height: 45vh
    }

    .filter__item {
        font-size: 14px;
        padding: 0 3px;
        line-height: 20px
    }

    .filter__item .form-check-label {
        padding-top: 4px;
        white-space: normal
    }
}

.active {
    position: relative;
    color: #E36F1E
}

.active::before {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    left: 0;
    height: 5px;
    background-color: #E36F1E
}

.navJumpLinks {
    background-color: #fff;
    margin-top: -40px;
    z-index: 1500;
    border-bottom: 1px solid transparent
}

body.sub-nav-active .navJumpLinks {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    margin-top: 0;
    border-bottom: 1px solid #C3C8CA
}

.navJumpLinks .container {
    padding: 0
}

.navJumpLinks ul {
    padding: 0;
    overflow-x: scroll
}

.navJumpLinks__link {
    margin-right: 28px;
    padding: 16px 0;
    font-family: "Lato",sans-serif;
    text-transform: uppercase;
    font-size: 14px;
    white-space: nowrap
}

.navJumpLinks__link:last-of-type {
    margin-right: 0;
    padding-right: 24px
}

.navJumpLinks__link.initial {
    background-color: #f5f5f5;
    margin-left: -100%;
    padding-left: -webkit-calc(100% + 24px);
    padding-left: calc(100% + 24px);
    padding-right: 2rem
}

.navJumpLinks__link.initial p {
    margin-bottom: 0;
    font-size: 14px
}

.navJumpLinks__link a:hover {
    color: #E36F1E;
    text-decoration: none
}

@media (min-width: 992px) {
    .navJumpLinks ul {
        overflow-x:initial
    }

    .navJumpLinks__link {
        margin-right: 40px
    }

    .navJumpLinks__link.initial {
        padding-left: -webkit-calc(100%);
        padding-left: calc(100%)
    }

    .navJumpLinks__link:last-of-type {
        padding-right: 0
    }
}

.flip-card {
    background-color: transparent;
    width: 100%;
    height: 325px;
    -webkit-perspective: 1000px;
    perspective: 1000px;
    padding: 0;
    position: relative
}

.flip-card:hover .flip-card__inner {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg)
}

.flip-card:hover .content {
    -webkit-transition: visibility 0.8s;
    -o-transition: visibility 0.8s;
    transition: visibility 0.8s;
    visibility: hidden
}

@media (min-width: 576px) {
    .flip-card {
        height:450px
    }
}

@media (min-width: 768px) {
    .flip-card {
        height:525px
    }
}

@media (min-width: 992px) {
    .flip-card {
        height:400px
    }
}

@media (min-width: 1200px) {
    .flip-card {
        height:350px
    }
}

.flip-card__inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    -webkit-transition: -webkit-transform 0.8s;
    transition: -webkit-transform 0.8s;
    -o-transition: transform 0.8s;
    transition: transform 0.8s;
    transition: transform 0.8s, -webkit-transform 0.8s;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.flip-card__inner .flip-card-front,.flip-card__inner .flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.flip-card__inner .flip-card-front {
    background-color: #bbb;
    color: black
}

.flip-card__inner .flip-card-front img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top center;
    object-position: top center
}

.flip-card__inner .flip-card-front .content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 30px;
    background-color: #fff;
    text-align: left;
    padding: 16px 16px 0 16px
}

.flip-card__inner .flip-card-front .content h3,.flip-card__inner .flip-card-front .content .h3 {
    font-family: "ZapfHumnst",sans-serif;
    font-size: 20px;
    font-weight: 400;
    font-style: normal;
    color: #444;
    letter-spacing: .5px;
    line-height: 25px;
    margin-bottom: 10px
}

.flip-card__inner .flip-card-front .content p {
    font-family: "Lato",sans-serif;
    font-size: 12px;
    font-weight: 400;
    font-style: normal;
    color: #444;
    letter-spacing: 1px;
    line-height: 14px;
    margin-bottom: 10px;
    text-transform: uppercase
}

.flip-card__inner .flip-card-front .content .tab {
    width: 25px;
    height: 3px;
    background-color: #E36F1E
}

.flip-card__inner .flip-card-back {
    background-color: #004851;
    color: #fff;
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    padding: 47px 50px;
    text-align: left
}

.flip-card__inner .flip-card-back h3,.flip-card__inner .flip-card-back .h3 {
    font-family: "ZapfHumnst",sans-serif;
    font-size: 20px;
    font-weight: 400;
    font-style: normal;
    color: #fff;
    letter-spacing: .5px;
    line-height: 25px;
    margin-bottom: 8px
}

.flip-card__inner .flip-card-back p {
    font-family: "Lato",sans-serif;
    font-size: 12px;
    font-weight: 400;
    font-style: normal;
    color: #fff;
    letter-spacing: 1px;
    line-height: 18px;
    margin-bottom: 0;
    text-transform: uppercase
}

.flip-card__inner .flip-card-back a:hover {
    text-decoration: none;
    color: #E36F1E
}

.flip-card__inner .flip-card-back .tab {
    margin: 11px 0;
    width: 25px;
    height: 3px;
    background-color: #E36F1E
}

.flip-card__inner .flip-card-back div {
    margin-top: 20px
}

.flip-card__inner .flip-card-back div:last-of-type {
    margin-top: 15px
}

.flip-card .withers-btn {
    -webkit-border-radius: 2px;
    border-radius: 2px;
    margin-top: 30px
}

.search {
    position: relative;
    background: #fff;
    padding: 2rem 0 0 0;
    border-top: 1px solid #C3C8CA
}

.search__container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-bottom: 25px
}

.search__container button {
    background-color: #000;
    width: 38px;
    outline: 0;
    border: none;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    margin-left: -3px
}

.search__intro {
    font-family: "ZapfHumnst",sans-serif;
    padding-top: 20px
}

@media (min-width: 992px) {
    .search__intro {
        padding-top:0
    }
}

.search__input {
    width: 100%;
    background-color: #fff;
    border: 1px solid #C3C8CA;
    padding: 6px 12px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    margin-bottom: 0;
    font-family: "ZapfHumnst",sans-serif;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    color: #444;
    letter-spacing: .005em;
    line-height: 24px
}

.search__input:hover+button {
    -webkit-box-shadow: 0 2px 4px 0 rgba(57,74,83,0.63);
    box-shadow: 0 2px 4px 0 rgba(57,74,83,0.63)
}

@media (min-width: 992px) {
    .search {
        padding:2rem 0
    }

    .search__container {
        padding-bottom: 43px;
        margin-bottom: -2rem;
        border-bottom: 1px solid #C3C8CA
    }

    .search__intro {
        font-size: 18px
    }

    .search__input {
        width: 400px
    }
}

@media (max-width: 991.98px) {
    .searchPage .featurePanel__btn,.searchPage .more__btn {
        text-align:center
    }

    .searchPage .featurePanel__btn {
        margin-top: 20px;
        margin-bottom: 16px
    }

    .searchPage .articleRow {
        margin-bottom: 46px
    }

    .searchPage .more__btn {
        margin-top: 18px
    }
}

.sortBy {
    padding-bottom: 45px
}

.sortBy__container {
    width: 100%
}

.sortBy__container p {
    white-space: nowrap;
    margin-right: 5px
}

.sortBy__container .sortBy__select {
    margin-bottom: 20px
}

@media (min-width: 992px) {
    .sortBy__container {
        width:300px
    }
}

.sortBy select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    outline: 0;
    -webkit-box-shadow: 0;
    box-shadow: 0;
    border: 0 !important;
    background-image: none;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 6px 12px;
    cursor: pointer;
    color: #808285
}

.sortBy select:focus {
    color: #E36F1E
}

.sortBy__select {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    background-color: #fff;
    overflow: hidden;
    border: 1px solid #C3C8CA;
    margin-bottom: 50px
}

.sortBy__select::after {
    content: url(../img/arrow-white.svg);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    color: #fff;
    background: #004851;
    width: 40px;
    padding-top: 8px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    pointer-events: none
}

.sortBy__select:focus-within::after {
    background: #E36F1E
}

.sortBy__letters {
    padding: 20px 0 0 0
}

.sortBy__letters li {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 1.75rem;
    border-right: 1px solid #ccc;
    text-align: center
}

.sortBy__letters li:last-of-type {
    border: 0
}

.sortBy__letters li a:hover {
    text-decoration: none;
    color: #E36F1E
}

.sortBy .hr {
    background: #c3c8ca;
    height: 1px;
    position: relative;
    z-index: 0
}

.sortBy .hr:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px;
    border-color: white transparent transparent transparent;
    z-index: 10;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.sortBy .hr:after {
    content: "";
    position: absolute;
    left: 50%;
    top: -10px;
    top: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 11.5px;
    border-color: #c3c8ca transparent transparent transparent;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

@media (min-width: 992px) {
    .sortBy {
        padding-top:40px
    }
}

.pagination {
    padding: 30px 0
}

.pagination .page-link {
    border: 0;
    font-family: "Lato",sans-serif;
    color: #004851;
    padding-left: .85rem;
    padding-right: .85rem
}

@media (min-width: 992px) {
    .pagination .pagination-icon--previous {
        margin-right:10px
    }

    .pagination .pagination-icon--next {
        margin-left: 10px
    }
}

.pagination .current {
    -webkit-border-radius: 50%;
    border-radius: 50%
}

.pagination .current a {
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: #1B6875;
    color: #fff
}

@media (max-width: 767.98px) {
    .pagination {
        position:relative
    }

    .pagination .first,.pagination .last {
        position: absolute;
        bottom: -15px
    }

    .pagination .first a,.pagination .last a {
        text-decoration: underline
    }

    .pagination .last {
        right: 0;
        z-index: -1
    }

    .pagination .arrow {
        border: 1px solid #1B6875;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        padding: 8px 12px
    }
}

.selectric-wrapper {
    position: relative;
    cursor: pointer
}

.selectric-responsive {
    width: 100%
}

.selectric {
    position: relative
}

.selectric .label {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    margin: 0 38px 0 0;
    font-size: 12px;
    line-height: 38px;
    color: #444;
    height: 38px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.selectric .button {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 38px;
    height: 38px;
    text-align: center;
    color: transparent
}

.selectric .button:after {
    content: " ";
    background-image: url(../img/chevron--small--white.svg);
    border: none;
    width: 16px;
    height: 16px;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    vertical-align: middle;
    background-repeat: no-repeat;
    display: inline-block;
    margin-left: -15px;
    margin-top: 15px
}

.selectric-open {
    z-index: 9999
}

.selectric-open .selectric-items {
    display: block
}

.selectric-disabled {
    filter: alpha(opacity=50);
    opacity: 0.5;
    cursor: default;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.selectric-hide-select {
    position: relative;
    overflow: hidden;
    width: 0;
    height: 0
}

.selectric-hide-select select {
    position: absolute;
    left: -100%
}

.selectric-hide-select.selectric-is-native {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 10
}

.selectric-hide-select.selectric-is-native select {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    border: none;
    z-index: 1;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    opacity: 0
}

.selectric-input {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    margin: 0 !important;
    padding: 0 !important;
    width: 1px !important;
    height: 1px !important;
    outline: none !important;
    border: none !important;
    background: none !important
}

.selectric-temp-show {
    position: absolute !important;
    visibility: hidden !important;
    display: block !important
}

.selectric-items {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: #ffffff;
    z-index: -1;
    -webkit-box-shadow: 0 0 10px -6px;
    box-shadow: 0 0 10px -6px;
    margin-top: 17px;
    min-width: 180px;
    margin-left: -35px
}

.selectric-items .selectric-scroll {
    height: 100%;
    width: 100%
}

.selectric-above .selectric-items {
    top: auto;
    bottom: 100%
}

.selectric-items ul,.selectric-items li {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 16px;
    line-height: 20px;
    min-height: 20px
}

.selectric-items li {
    display: block;
    padding: 10px 20px 10px 30px;
    cursor: pointer;
    border-bottom: 1px solid #e8e8e8;
    text-transform: initial
}

.selectric-items li.selected {
    color: #E36F1E
}

.selectric-items li.highlighted {
    color: #E36F1E
}

.selectric-items li:hover {
    background: #E7E7E7;
    color: #444
}

.selectric-items .disabled {
    filter: alpha(opacity=50);
    opacity: 0.5;
    cursor: default !important;
    background: none !important;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.selectric-items .selectric-group .selectric-group-label {
    font-weight: bold;
    padding-left: 10px;
    cursor: default;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: none;
    color: #444
}

.selectric-items .selectric-group.disabled li {
    filter: alpha(opacity=100);
    opacity: 1
}

.selectric-items .selectric-group li {
    padding-left: 25px
}

.languageError .modal-dialog {
    margin: 20px
}

@media (min-width: 992px) {
    .languageError .modal-dialog {
        margin:1.75rem auto
    }
}

.languageError__modal {
    padding: 16px;
    -webkit-border-radius: 0;
    border-radius: 0
}

@media (min-width: 768px) {
    .languageError__modal {
        padding:46px
    }
}

.languageError__modal .tab {
    width: 25px;
    height: 3px;
    background-color: #E36F1E
}

.languageError__modal .withers-btn {
    margin-bottom: 26px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.languageError__content {
    margin: 26px 0 30px 0
}

.pdfGeneration .hero::before {
    display: none
}

.pdfGeneration .hero * {
    color: #000 !important
}

.pdfGeneration .hero--fullWidthPerson {
    background: unset;
    padding-top: 0;
    padding-bottom: 0
}

.pdfGeneration .hero--fullWidthPerson.container {
    min-width: unset !important;
    position: relative !important;
    padding-right: var(--bs-gutter-x, 0.75rem) !important;
    padding-left: var(--bs-gutter-x, 0.75rem) !important
}

.pdfGeneration .hero__print {
    margin-bottom: 0 !important
}

.pdfGeneration .hero__printLogo {
    margin-top: 83px;
    margin-bottom: 70px
}

.pdfGeneration .hero__printLogo img {
    max-width: 100%;
    width: 140px;
    height: auto
}

.pdfGeneration .hero__content {
    background: #fff !important;
    padding: 0 !important;
    font-size: 13px;
    line-height: 16px;
    position: relative;
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
    top: unset;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 55%;
    -ms-flex: 1 0 55%;
    flex: 1 0 55%;
    width: auto;
    right: 0
}

.pdfGeneration .hero__content__secretary strong {
    font-weight: normal
}

.pdfGeneration .hero__content__disclaimer {
    margin-top: 15px !important
}

.pdfGeneration .hero__content .tab {
    margin: 12px 0 50px 0 !important
}

.pdfGeneration .hero__content .title {
    font-size: 38px !important;
    line-height: 47px !important
}

.pdfGeneration .hero__content .icon-email .path1:before {
    color: #000 !important
}

.pdfGeneration .hero__content .icon-email .path2:before {
    color: #fff !important
}

.pdfGeneration .hero__content .icon-phone .path1:before {
    color: #000 !important
}

.pdfGeneration .hero__content .icon-phone .path2:before {
    color: #fff !important
}

.pdfGeneration .hero__printContact {
    border-bottom: 1px solid #C3C8CA;
    padding-bottom: 16px;
    margin-bottom: 40px
}

.pdfGeneration .hero__printImg {
    position: relative;
    height: 100%;
    margin: auto 0;
    margin-bottom: 40px
}

@media (min-width: 768px) {
    .pdfGeneration .hero__printImg {
        padding-left:80px;
        margin-bottom: 0;
        margin: auto 0
    }
}

.pdfGeneration .hero__printImg img {
    width: 100%;
    min-width: 250px
}

.pdfGeneration .hero__printInfo {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.pdfGeneration .hero__printInfo div {
    margin-bottom: 1rem !important;
    word-break: break-word
}

.pdfGeneration .introCopy {
    margin-bottom: 0 !important;
    margin-top: 0;
    padding-right: var(--bs-gutter-x, 0.75rem);
    padding-left: var(--bs-gutter-x, 0.75rem)
}

.pdfGeneration .introCopy--faded .introCopy__content {
    max-height: unset !important;
    overflow: visible !important
}

.pdfGeneration .introCopy--faded .introCopy__content:after {
    display: none
}

.pdfGeneration .introCopy--hidden {
    display: block !important
}

.pdfGeneration .introCopy__printLine {
    border-top: 1px solid #C3C8CA;
    padding-top: 75px;
    padding-bottom: 65px;
    border-bottom: 1px solid #C3C8CA
}

.pdfGeneration .introCopy p {
    font-size: 16px;
    line-height: 25px
}

.pdfGeneration .textFeaturePanel {
    margin-bottom: 0 !important
}

.pdfGeneration .textFeaturePanel .row .col-lg-4 {
    -webkit-box-flex: 0 !important;
    -webkit-flex: 0 0 auto !important;
    -ms-flex: 0 0 auto !important;
    flex: 0 0 auto !important;
    width: 33.33333% !important
}

.pdfGeneration .textFeaturePanel .row .col-lg-6 {
    -webkit-box-flex: 0 !important;
    -webkit-flex: 0 0 auto !important;
    -ms-flex: 0 0 auto !important;
    flex: 0 0 auto !important;
    width: 50% !important
}

.pdfGeneration .textFeaturePanel .withers-link__underlined {
    padding: 26px 0;
    margin: 0 !important
}

.pdfGeneration .textFeaturePanel .withers-link__underlined:last-of-type {
    border-bottom: 1px solid #fff
}

.pdfGeneration .textFeaturePanel .withers-link__underlined span {
    display: none
}

.pdfGeneration .textFeaturePanel__title {
    margin-left: 0 !important
}

.pdfGeneration .textFeaturePanel__printLine {
    padding-bottom: 60px;
    border-bottom: 1px solid #C3C8CA
}

.pdfGeneration .trackRecord {
    padding-top: 69px
}

.pdfGeneration .trackRecord__grid {
    border-bottom: 1px solid #C3C8CA;
    padding-bottom: 52px;
    -webkit-column-count: unset;
    -moz-column-count: unset;
    column-count: unset;
    -webkit-column-gap: unset;
    -moz-column-gap: unset;
    column-gap: unset
}

.pdfGeneration .trackRecord__panel {
    border: none !important;
    padding: 33px 0 27px 0 !important;
    margin-bottom: 0 !important
}

.pdfGeneration .trackRecord .headingUnderline {
    margin-bottom: 16px !important;
    font-size: 20px;
    line-height: 25px;
    color: #004851
}

.pdfGeneration .trackRecord .headingUnderline:after {
    display: none
}

.pdfGeneration .trackRecord h2,.pdfGeneration .trackRecord .h2 {
    font-size: 34px !important;
    line-height: 42px !important
}

.pdfGeneration--constrain {
    width: 1000px !important;
    min-width: 1000px !important;
    margin-inline:auto}

.pdfGeneration--constrain .hero__wrapper {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important
}

.pdfGeneration--constrain .hero__printImg {
    padding-left: 80px !important
}

@media (min-width: 576px) {
    .pdfGeneration--constrain .container {
        max-width:1000px !important;
        min-width: 1000px !important
    }
}

.promo {
    margin-top: 50px;
    padding-bottom: 50px
}

@media (min-width: 992px) {
    .promo {
        margin-top:100px
    }

    .promo h2,.promo .h2 {
        margin-bottom: 68px
    }
}

@media (min-width: 992px) {
    .promo__gridItem .promo__cardWrapper {
        margin-right:7px;
        margin-left: 7px
    }

    .promo__gridItem:first-of-type .promo__cardWrapper {
        margin-left: 0;
        margin-right: 15px
    }

    .promo__gridItem:last-of-type .promo__cardWrapper {
        margin-left: 15px;
        margin-right: 0
    }
}

.promo__cardWrapper {
    border: 1px solid #DBDBDB;
    padding: 25px;
    margin-bottom: 23px;
    -webkit-transition: -webkit-transform 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: -webkit-transform 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -o-transition: transform 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: transform 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: transform 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.promo__cardWrapper:hover {
    border-color: #E36F1E;
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05)
}

.promo__promoImg {
    position: relative;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 211px;
    margin-bottom: 30px
}

.counter {
    padding-top: 60px;
    padding-bottom: 60px
}

@media (min-width: 992px) {
    .counter {
        padding-top:48px;
        padding-bottom: 48px
    }
}

.counter p {
    font-family: "ZapfHumnst",sans-serif;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    color: #444;
    letter-spacing: 1px;
    line-height: 25px;
    font-family: "Lato",sans-serif;
    margin-bottom: 0;
    text-transform: uppercase;
    padding: 0 13px
}

.podcast .hr {
    background: #c3c8ca;
    height: 1px;
    position: relative;
    margin-top: 30px;
    margin-bottom: 22px
}

.podcast__link {
    width: auto
}

.podcast__wrapper {
    margin-top: 27px
}

@media screen and (min-width: 768px) {
    .podcast__wrapper {
        display:-webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        margin-top: 27px;
        margin-top: 40px
    }
}

.podcast__link img {
    width: 100%;
    height: auto;
    margin: 0 0 16px 0
}

@media screen and (min-width: 768px) {
    .podcast__link img {
        margin:0 25px 20px 0;
        max-width: 266px
    }
}

@media screen and (min-width: 768px) {
    .podcast__link:last-of-type img {
        margin-right:0
    }
}

form,.form {
    margin-top: 30px
}

form input,form textarea,.form input,.form textarea {
    width: 100%;
    padding: 9px 14px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border: solid 1px #C3C8CA;
    margin-bottom: 10px;
    font-family: "Lato",sans-serif !important;
    font-family: "ZapfHumnst",sans-serif;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    color: #444;
    letter-spacing: .005em;
    line-height: 24px
}

form input:hover,form textarea:hover,.form input:hover,.form textarea:hover {
    -webkit-box-shadow: 0 2px 4px 0 rgba(57,74,83,0.63);
    box-shadow: 0 2px 4px 0 rgba(57,74,83,0.63)
}

form input:focus,form textarea:focus,.form input:focus,.form textarea:focus {
    border: solid 1px #444
}

form input:focus-visible,form textarea:focus-visible,.form input:focus-visible,.form textarea:focus-visible {
    outline: 0
}

form input:active,form textarea:active,.form input:active,.form textarea:active {
    border: solid 1px #444
}

form ::-webkit-input-placeholder,.form ::-webkit-input-placeholder {
    font-family: "ZapfHumnst",sans-serif;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    color: #929B9E;
    letter-spacing: .005em;
    line-height: 24px;
    font-family: "Lato",sans-serif
}

form ::-moz-placeholder,.form ::-moz-placeholder {
    font-family: "ZapfHumnst",sans-serif;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    color: #929B9E;
    letter-spacing: .005em;
    line-height: 24px;
    font-family: "Lato",sans-serif
}

form ::-ms-input-placeholder,.form ::-ms-input-placeholder {
    font-family: "ZapfHumnst",sans-serif;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    color: #929B9E;
    letter-spacing: .005em;
    line-height: 24px;
    font-family: "Lato",sans-serif
}

form ::placeholder,.form ::placeholder {
    font-family: "ZapfHumnst",sans-serif;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    color: #929B9E;
    letter-spacing: .005em;
    line-height: 24px;
    font-family: "Lato",sans-serif
}

form textarea,.form textarea {
    margin-bottom: 20px
}

form label,.form label {
    font-family: "ZapfHumnst",sans-serif;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    color: #929B9E;
    letter-spacing: .005em;
    line-height: 24px;
    font-family: "Lato",sans-serif;
    margin-bottom: 8px
}

form__twoColumn .inputIconWrapper:first-child .form-control,.form__twoColumn .inputIconWrapper:first-child .form-control {
    margin-bottom: 10px
}

@media (min-width: 768px) {
    form__twoColumn,.form__twoColumn {
        display:-webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: end;
        -webkit-align-items: flex-end;
        -ms-flex-align: end;
        align-items: flex-end
    }
}

form__twoColumn .form-field,.form__twoColumn .form-field {
    width: 100%
}

form__twoColumn .form-field:first-of-type,.form__twoColumn .form-field:first-of-type {
    margin-right: 23px
}

form .withers-btn,.form .withers-btn {
    width: auto;
    padding: 12px 25px;
    text-transform: uppercase;
    margin: 0 0 20px !important;
    -webkit-border-radius: 2px !important;
    border-radius: 2px !important;
    border: 1px solid #444;
    font-family: "Lato",sans-serif !important;
    font-family: "ZapfHumnst",sans-serif;
    font-size: 13px;
    font-weight: 600;
    font-style: normal;
    color: #fff;
    letter-spacing: 1px;
    line-height: 1.2
}

form .withers-btn:hover,.form .withers-btn:hover {
    -webkit-box-shadow: none;
    box-shadow: none
}

form .error label,.form .error label {
    color: #C75302
}

form .error input,form .error textarea,form .error .selectric,.form .error input,.form .error textarea,.form .error .selectric {
    border: solid 1px #C75302
}

form .error-info,.form .error-info {
    display: none
}

form .input-validation-error+.error-info,.form .input-validation-error+.error-info {
    color: #C75302;
    margin-top: -5px;
    margin-bottom: 10px;
    display: block
}

form .formwidget-submit-text,.form .formwidget-submit-text {
    padding: 0 12px
}

@media (min-width: 992px) {
    form .formwidget-submit-text,.form .formwidget-submit-text {
        padding:0
    }
}

form .field-validation-error,.form .field-validation-error {
    display: none !important
}

form .ktc-editing-form-control-nested-control .field-validation-error,.form .ktc-editing-form-control-nested-control .field-validation-error {
    display: block !important
}

form .error-info,.form .error-info {
    display: block
}

.col-12 .col-12>div>form,.col-12 .col-12>div>.form {
    padding-left: 0;
    padding-right: 0
}

.formwidget-submit-text {
    font-family: "ZapfHumnst",sans-serif;
    font-size: 24px;
    line-height: 34px;
    letter-spacing: 0.01em
}

div[id^='google-recaptcha-form'] {
    margin-bottom: 20px
}

#map {
    height: 100%;
    width: 100%;
    min-height: 194px;
    max-height: 194px;
    margin-bottom: -33px
}

@media (min-width: 576px) {
    #map {
        min-height:360px;
        max-height: 360px;
        margin-bottom: 0
    }
}

@media (min-width: 992px) {
    #map {
        right:15px;
        max-height: 510px;
        min-height: 510px
    }
}

.trackCarousel {
    padding-bottom: 20px
}

@media (min-width: 992px) {
    .trackCarousel {
        padding-bottom:40px
    }
}

.trackCarousel__layer {
    z-index: 1000;
    max-width: 800px
}

@media (min-width: 992px) {
    .trackCarousel__layer {
        margin-top:-480px;
        position: absolute
    }
}

.trackCarousel__title {
    padding: 40px 0 65px 12px
}

@media (min-width: 992px) {
    .trackCarousel__title {
        padding:40px 0 75px 0
    }
}

.trackCarousel__content {
    padding: 135px 14px 26px 24px
}

@media (min-width: 768px) {
    .trackCarousel__content {
        padding:135px 53px 58px 53px
    }
}

@media (min-width: 992px) {
    .trackCarousel__content {
        padding:120px 40px 40px 40px;
        height: 450px
    }
}

@media (min-width: 992px) {
    .trackCarousel__content--description {
        max-height:165px;
        overflow-y: auto
    }
}

.trackCarousel__content p {
    margin-bottom: 0
}

.trackCarousel .carousel {
    background-color: #fff;
    margin-left: -15px;
    margin-right: 30px
}

@media (min-width: 768px) {
    .trackCarousel .carousel {
        margin-left:0;
        margin-right: 0
    }
}

.trackCarousel .active {
    color: #fff
}

.trackCarousel .active:before {
    content: none
}

.trackCarousel hr {
    color: #E36F1E;
    height: 5px;
    width: 35px;
    margin: 12px 0;
    opacity: 1
}

@media (min-width: 768px) {
    .trackCarousel hr {
        margin:27px 0
    }
}

.trackCarousel .carousel-control-prev,.trackCarousel .carousel-control-next {
    opacity: 1;
    right: auto !important;
    left: 24px;
    top: 40px;
    bottom: auto;
    width: auto
}

@media (min-width: 768px) {
    .trackCarousel .carousel-control-prev,.trackCarousel .carousel-control-next {
        left:53px
    }
}

@media (min-width: 992px) {
    .trackCarousel .carousel-control-prev,.trackCarousel .carousel-control-next {
        left:40px
    }
}

.trackCarousel .carousel-control-next {
    left: 107px
}

@media (min-width: 768px) {
    .trackCarousel .carousel-control-next {
        left:136px
    }
}

.trackCarousel .carousel-control-prev-icon,.trackCarousel .carousel-control-next-icon {
    width: 45px;
    height: 45px;
    background-image: url("../img/carousel-arrow.png") !important
}

.trackCarousel .carousel-control-prev-icon {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.trackCarousel--split #map {
    right: auto;
    margin-bottom: 0
}

.trackCarousel--split .trackCarousel__title {
    margin-bottom: 0;
    padding-bottom: 55px
}

@media (min-width: 992px) {
    .trackCarousel--split .trackCarousel__title {
        padding-bottom:70px
    }
}

.trackCarousel--split .trackCarousel__layer {
    position: static;
    padding-inline:0;margin: 0
}

.trackCarousel--split .carousel {
    margin-inline:auto}

@media (min-width: 992px) {
    .trackCarousel--split .carousel-inner {
        height:510px;
        overflow-y: auto
    }
}

.trackCarousel--split .trackCarousel__content {
    height: auto;
    padding-bottom: 0
}

.trackCarousel--split .trackCarousel__content--description {
    max-height: none
}

.trackCarousel--split .trackCarousel__content p {
    margin-bottom: 15px
}

.leaflet-pane,.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile-container,.leaflet-pane>svg,.leaflet-pane>canvas,.leaflet-zoom-box,.leaflet-image-layer,.leaflet-layer {
    position: absolute;
    left: 0;
    top: 0
}

.leaflet-container {
    overflow: hidden
}

.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-drag: none
}

.leaflet-tile::-moz-selection {
    background: transparent
}

.leaflet-tile::selection {
    background: transparent
}

.leaflet-safari .leaflet-tile {
    image-rendering: -webkit-optimize-contrast
}

.leaflet-safari .leaflet-tile-container {
    width: 1600px;
    height: 1600px;
    -webkit-transform-origin: 0 0
}

.leaflet-marker-icon,.leaflet-marker-shadow {
    display: block
}

.leaflet-container .leaflet-overlay-pane svg,.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer,.leaflet-container .leaflet-tile {
    max-width: none !important;
    max-height: none !important
}

.leaflet-container.leaflet-touch-zoom {
    -ms-touch-action: pan-x pan-y;
    touch-action: pan-x pan-y
}

.leaflet-container.leaflet-touch-drag {
    -ms-touch-action: pinch-zoom;
    touch-action: none;
    touch-action: pinch-zoom
}

.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom {
    -ms-touch-action: none;
    touch-action: none
}

.leaflet-container {
    -webkit-tap-highlight-color: transparent
}

.leaflet-container a {
    -webkit-tap-highlight-color: rgba(51,181,229,0.4)
}

.leaflet-tile {
    -webkit-filter: inherit;
    filter: inherit;
    visibility: hidden
}

.leaflet-tile-loaded {
    visibility: inherit
}

.leaflet-zoom-box {
    width: 0;
    height: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 800
}

.leaflet-overlay-pane svg {
    -moz-user-select: none
}

.leaflet-pane {
    z-index: 400
}

.leaflet-tile-pane {
    z-index: 200
}

.leaflet-overlay-pane {
    z-index: 400
}

.leaflet-shadow-pane {
    z-index: 500
}

.leaflet-marker-pane {
    z-index: 600
}

.leaflet-tooltip-pane {
    z-index: 650
}

.leaflet-popup-pane {
    z-index: 700
}

.leaflet-map-pane canvas {
    z-index: 100
}

.leaflet-map-pane svg {
    z-index: 200
}

.leaflet-vml-shape {
    width: 1px;
    height: 1px
}

.lvml {
    behavior: url(#default#VML);
    display: inline-block;
    position: absolute
}

.leaflet-top,.leaflet-bottom {
    position: absolute;
    z-index: 1000;
    pointer-events: none
}

.leaflet-top {
    top: 0
}

.leaflet-right {
    right: 0
}

.leaflet-bottom {
    bottom: 0
}

.leaflet-left {
    left: 0
}

.leaflet-control {
    display: none
}

.leaflet-fade-anim .leaflet-tile {
    will-change: opacity
}

.leaflet-fade-anim .leaflet-popup {
    opacity: 0;
    -webkit-transition: opacity 0.2s linear;
    -moz-transition: opacity 0.2s linear;
    -o-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear
}

.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
    opacity: 1
}

.leaflet-zoom-animated {
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0
}

.leaflet-zoom-anim .leaflet-zoom-animated {
    will-change: transform
}

.leaflet-zoom-anim .leaflet-zoom-animated {
    -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1);
    -moz-transition: -moz-transform 0.25s cubic-bezier(0, 0, 0.25, 1);
    transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1);
    -o-transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1);
    transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1);
    transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1), -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1)
}

.leaflet-zoom-anim .leaflet-tile,.leaflet-pan-anim .leaflet-tile {
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none
}

.leaflet-zoom-anim .leaflet-zoom-hide {
    visibility: hidden
}

.leaflet-interactive {
    cursor: pointer
}

.leaflet-grab {
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: grab
}

.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive {
    cursor: crosshair
}

.leaflet-popup-pane,.leaflet-control {
    cursor: auto
}

.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing;
    cursor: grabbing
}

.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-image-layer,.leaflet-pane>svg path,.leaflet-tile-container {
    pointer-events: none
}

.leaflet-marker-icon.leaflet-interactive,.leaflet-image-layer.leaflet-interactive,.leaflet-pane>svg path.leaflet-interactive,svg.leaflet-image-layer.leaflet-interactive path {
    pointer-events: visiblePainted;
    pointer-events: auto
}

.leaflet-container {
    background: #ddd;
    outline: 0
}

.leaflet-container a {
    color: #0078A8
}

.leaflet-container a.leaflet-active {
    outline: 2px solid orange
}

.leaflet-zoom-box {
    border: 2px dotted #38f;
    background: rgba(255,255,255,0.5)
}

.leaflet-container {
    font: 12px/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif
}

.leaflet-bar {
    -webkit-box-shadow: 0 1px 5px rgba(0,0,0,0.65);
    box-shadow: 0 1px 5px rgba(0,0,0,0.65);
    -webkit-border-radius: 4px;
    border-radius: 4px
}

.leaflet-bar a,.leaflet-bar a:hover {
    background-color: #fff;
    border-bottom: 1px solid #ccc;
    width: 26px;
    height: 26px;
    line-height: 26px;
    display: block;
    text-align: center;
    text-decoration: none;
    color: black
}

.leaflet-bar a,.leaflet-control-layers-toggle {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    display: block
}

.leaflet-bar a:hover {
    background-color: #f4f4f4
}

.leaflet-bar a:first-child {
    -webkit-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    border-top-right-radius: 4px
}

.leaflet-bar a:last-child {
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom: none
}

.leaflet-bar a.leaflet-disabled {
    cursor: default;
    background-color: #f4f4f4;
    color: #bbb
}

.leaflet-touch .leaflet-bar a {
    width: 30px;
    height: 30px;
    line-height: 30px
}

.leaflet-touch .leaflet-bar a:first-child {
    -webkit-border-top-left-radius: 2px;
    border-top-left-radius: 2px;
    -webkit-border-top-right-radius: 2px;
    border-top-right-radius: 2px
}

.leaflet-touch .leaflet-bar a:last-child {
    -webkit-border-bottom-left-radius: 2px;
    border-bottom-left-radius: 2px;
    -webkit-border-bottom-right-radius: 2px;
    border-bottom-right-radius: 2px
}

.leaflet-control-zoom-in,.leaflet-control-zoom-out {
    font: bold 18px 'Lucida Console', Monaco, monospace;
    text-indent: 1px
}

.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out {
    font-size: 22px
}

.leaflet-control-layers {
    -webkit-box-shadow: 0 1px 5px rgba(0,0,0,0.4);
    box-shadow: 0 1px 5px rgba(0,0,0,0.4);
    background: #fff;
    -webkit-border-radius: 5px;
    border-radius: 5px
}

.leaflet-control-layers-toggle {
    background-image: url(images/layers.png);
    width: 36px;
    height: 36px
}

.leaflet-retina .leaflet-control-layers-toggle {
    background-image: url(images/layers-2x.png);
    -webkit-background-size: 26px 26px;
    background-size: 26px 26px
}

.leaflet-touch .leaflet-control-layers-toggle {
    width: 44px;
    height: 44px
}

.leaflet-control-layers .leaflet-control-layers-list,.leaflet-control-layers-expanded .leaflet-control-layers-toggle {
    display: none
}

.leaflet-control-layers-expanded .leaflet-control-layers-list {
    display: block;
    position: relative
}

.leaflet-control-layers-expanded {
    padding: 6px 10px 6px 6px;
    color: #333;
    background: #fff
}

.leaflet-control-layers-scrollbar {
    overflow-y: scroll;
    overflow-x: hidden;
    padding-right: 5px
}

.leaflet-control-layers-selector {
    margin-top: 2px;
    position: relative;
    top: 1px
}

.leaflet-control-layers label {
    display: block
}

.leaflet-control-layers-separator {
    height: 0;
    border-top: 1px solid #ddd;
    margin: 5px -10px 5px -6px
}

.leaflet-default-icon-path {
    background-image: url(images/marker-icon.png)
}

.leaflet-container .leaflet-control-attribution {
    background: #fff;
    background: rgba(255,255,255,0.7);
    margin: 0
}

.leaflet-control-attribution,.leaflet-control-scale-line {
    padding: 0 5px;
    color: #333
}

.leaflet-control-attribution a {
    text-decoration: none
}

.leaflet-control-attribution a:hover {
    text-decoration: underline
}

.leaflet-container .leaflet-control-attribution,.leaflet-container .leaflet-control-scale {
    font-size: 11px
}

.leaflet-left .leaflet-control-scale {
    margin-left: 5px
}

.leaflet-bottom .leaflet-control-scale {
    margin-bottom: 5px
}

.leaflet-control-scale-line {
    border: 2px solid #777;
    border-top: none;
    line-height: 1.1;
    padding: 2px 5px 1px;
    font-size: 11px;
    white-space: nowrap;
    overflow: hidden;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
    background: rgba(255,255,255,0.5)
}

.leaflet-control-scale-line:not(:first-child) {
    border-top: 2px solid #777;
    border-bottom: none;
    margin-top: -2px
}

.leaflet-control-scale-line:not(:first-child):not(:last-child) {
    border-bottom: 2px solid #777
}

.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar {
    -webkit-box-shadow: none;
    box-shadow: none
}

.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar {
    border: 2px solid rgba(0,0,0,0.2);
    -webkit-background-clip: padding-box;
    background-clip: padding-box
}

.leaflet-popup {
    position: absolute;
    text-align: center;
    margin-bottom: 20px
}

.leaflet-popup-content-wrapper {
    padding: 1px;
    text-align: left;
    -webkit-border-radius: 12px;
    border-radius: 12px
}

.leaflet-popup-content {
    margin: 13px 19px;
    line-height: 1.4
}

.leaflet-popup-content p {
    margin: 18px 0
}

.leaflet-popup-tip-container {
    width: 40px;
    height: 20px;
    position: absolute;
    left: 50%;
    margin-left: -20px;
    overflow: hidden;
    pointer-events: none
}

.leaflet-popup-tip {
    width: 17px;
    height: 17px;
    padding: 1px;
    margin: -10px auto 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.leaflet-popup-content-wrapper,.leaflet-popup-tip {
    background: white;
    color: #333;
    -webkit-box-shadow: 0 3px 14px rgba(0,0,0,0.4);
    box-shadow: 0 3px 14px rgba(0,0,0,0.4)
}

.leaflet-container a.leaflet-popup-close-button {
    position: absolute;
    top: 0;
    right: 0;
    padding: 4px 4px 0 0;
    border: none;
    text-align: center;
    width: 18px;
    height: 14px;
    font: 16px/14px Tahoma, Verdana, sans-serif;
    color: #c3c3c3;
    text-decoration: none;
    font-weight: bold;
    background: transparent
}

.leaflet-container a.leaflet-popup-close-button:hover {
    color: #999
}

.leaflet-popup-scrolled {
    overflow: auto;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd
}

.leaflet-oldie .leaflet-popup-content-wrapper {
    -ms-zoom:1}

.leaflet-oldie .leaflet-popup-tip {
    width: 24px;
    margin: 0 auto;
    -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";
    filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)
}

.leaflet-oldie .leaflet-popup-tip-container {
    margin-top: -1px
}

.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-popup-content-wrapper,.leaflet-oldie .leaflet-popup-tip {
    border: 1px solid #999
}

.leaflet-div-icon {
    background: #fff;
    border: 1px solid #666
}

.leaflet-tooltip {
    position: absolute;
    padding: 6px;
    background-color: #fff;
    border: 1px solid #fff;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: #222;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.4);
    box-shadow: 0 1px 3px rgba(0,0,0,0.4)
}

.leaflet-tooltip.leaflet-clickable {
    cursor: pointer;
    pointer-events: auto
}

.leaflet-tooltip-top:before,.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before {
    position: absolute;
    pointer-events: none;
    border: 6px solid transparent;
    background: transparent;
    content: ""
}

.leaflet-tooltip-bottom {
    margin-top: 6px
}

.leaflet-tooltip-top {
    margin-top: -6px
}

.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before {
    left: 50%;
    margin-left: -6px
}

.leaflet-tooltip-top:before {
    bottom: 0;
    margin-bottom: -12px;
    border-top-color: #fff
}

.leaflet-tooltip-bottom:before {
    top: 0;
    margin-top: -12px;
    margin-left: -6px;
    border-bottom-color: #fff
}

.leaflet-tooltip-left {
    margin-left: -6px
}

.leaflet-tooltip-right {
    margin-left: 6px
}

.leaflet-tooltip-left:before,.leaflet-tooltip-right:before {
    top: 50%;
    margin-top: -6px
}

.leaflet-tooltip-left:before {
    right: 0;
    margin-right: -12px;
    border-left-color: #fff
}

.leaflet-tooltip-right:before {
    left: 0;
    margin-left: -12px;
    border-right-color: #fff
}

.map {
    width: 100%;
    height: 300px;
    margin: 0 auto;
    padding: 0;
    background-color: #CAD2D3
}

@media (min-width: 992px) {
    .map {
        height:564px
    }
}

.gm-style-iw {
    min-width: 220px !important;
    top: 0 !important;
    left: 0 !important;
    background-color: #fff;
    -webkit-box-shadow: 3px 3px 4px rgba(0,0,0,0.25) !important;
    box-shadow: 3px 3px 4px rgba(0,0,0,0.25) !important;
    -webkit-border-radius: 4px !important;
    border-radius: 4px !important;
    padding: 0px !important
}

@media screen and (min-width: 992px) {
    .gm-style-moc {
        display:none
    }
}

.gm-style-mtc ul,.gm-style-mtc li,.gm-style-mtc label {
    color: #000000
}

.loading-custom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%
}

.loading-custom__notification {
    margin: 0
}

.loading-custom__notification::before {
    display: block;
    content: "";
    width: 72px;
    height: 72px;
    margin: 0 0 15px 0;
    background: url(/content/img/ajax-loader-alt.png) no-repeat center center;
    -webkit-animation: loading-spin 1s linear infinite;
    animation: loading-spin 1s linear infinite
}

.loading-custom__error {
    font-weight: 700;
    color: red;
    margin-top: 15px
}

@-webkit-keyframes loading-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes loading-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.flipCardAlt {
    max-width: 1920px;
    margin: 0 auto
}

.flipCardAlt .container {
    padding-block:80px}

.flipCardAlt__intro {
    margin-bottom: 56px
}

.flipCardAlt__intro h1,.flipCardAlt__intro .h1,.flipCardAlt__intro h2,.flipCardAlt__intro .h2,.flipCardAlt__intro h3,.flipCardAlt__intro .h3,.flipCardAlt__intro h4,.flipCardAlt__intro .h4,.flipCardAlt__intro h5,.flipCardAlt__intro .h5,.flipCardAlt__intro h6,.flipCardAlt__intro .h6 {
    color: #004851;
    word-break: break-word
}

.flipCardAlt__intro .flipCardAlt__title {
    font-size: 45px;
    line-height: 56px
}

@media (min-width: 992px) {
    .flipCardAlt__intro .flipCardAlt__title {
        font-size:60px;
        line-height: 74px
    }
}

.flipCardAlt__intro .flipCardAlt__title--primary,.flipCardAlt__intro .flipCardAlt__title--primary *,.flipCardAlt__intro .flipCardAlt__copy--primary,.flipCardAlt__intro .flipCardAlt__copy--primary * {
    color: #444
}

.flipCardAlt__intro .flipCardAlt__title--secondary,.flipCardAlt__intro .flipCardAlt__title--secondary *,.flipCardAlt__intro .flipCardAlt__copy--secondary,.flipCardAlt__intro .flipCardAlt__copy--secondary * {
    color: #fff
}

.flipCardAlt__intro .flipCardAlt__title--tertiary,.flipCardAlt__intro .flipCardAlt__title--tertiary *,.flipCardAlt__intro .flipCardAlt__copy--tertiary,.flipCardAlt__intro .flipCardAlt__copy--tertiary * {
    color: #000
}

@media (min-width: 1200px) {
    .flipCardAlt__intro p {
        width:65%
    }
}

.flipCardAlt__wrapper {
    width: 100%;
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(1, 1fr)
}

@media (min-width: 768px) {
    .flipCardAlt__wrapper {
        grid-template-columns:repeat(2, 1fr)
    }
}

@media (min-width: 1200px) {
    .flipCardAlt__wrapper {
        grid-template-columns:repeat(3, 1fr)
    }
}

.flipCardAlt__card {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    background-color: transparent;
    -webkit-perspective: 1000px;
    perspective: 1000px;
    opacity: 0;
    -webkit-animation: fadeIn 0.2s linear 0s 1 normal;
    animation: fadeIn 0.2s linear 0s 1 normal;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.flipCardAlt__card:nth-child(0) {
    -webkit-animation-delay: -.2s;
    animation-delay: -.2s
}

.flipCardAlt__card:nth-child(1) {
    -webkit-animation-delay: 0s;
    animation-delay: 0s
}

.flipCardAlt__card:nth-child(2) {
    -webkit-animation-delay: .2s;
    animation-delay: .2s
}

.flipCardAlt__card:nth-child(3) {
    -webkit-animation-delay: .4s;
    animation-delay: .4s
}

.flipCardAlt__card:nth-child(4) {
    -webkit-animation-delay: .6s;
    animation-delay: .6s
}

.flipCardAlt__card:nth-child(5) {
    -webkit-animation-delay: .8s;
    animation-delay: .8s
}

.flipCardAlt__card:nth-child(6) {
    -webkit-animation-delay: 1s;
    animation-delay: 1s
}

.flipCardAlt__card:nth-child(7) {
    -webkit-animation-delay: 1.2s;
    animation-delay: 1.2s
}

.flipCardAlt__card:nth-child(8) {
    -webkit-animation-delay: 1.4s;
    animation-delay: 1.4s
}

.flipCardAlt__card:nth-child(9) {
    -webkit-animation-delay: 1.6s;
    animation-delay: 1.6s
}

.flipCardAlt__card:nth-child(10) {
    -webkit-animation-delay: 1.8s;
    animation-delay: 1.8s
}

.flipCardAlt__card:nth-child(11) {
    -webkit-animation-delay: 2s;
    animation-delay: 2s
}

.flipCardAlt__card:nth-child(12) {
    -webkit-animation-delay: 2.2s;
    animation-delay: 2.2s
}

.flipCardAlt__card:nth-child(13) {
    -webkit-animation-delay: 2.4s;
    animation-delay: 2.4s
}

.flipCardAlt__card:nth-child(14) {
    -webkit-animation-delay: 2.6s;
    animation-delay: 2.6s
}

.flipCardAlt__card:nth-child(15) {
    -webkit-animation-delay: 2.8s;
    animation-delay: 2.8s
}

.flipCardAlt__card:nth-child(16) {
    -webkit-animation-delay: 3s;
    animation-delay: 3s
}

.flipCardAlt__card:nth-child(17) {
    -webkit-animation-delay: 3.2s;
    animation-delay: 3.2s
}

.flipCardAlt__card:nth-child(18) {
    -webkit-animation-delay: 3.4s;
    animation-delay: 3.4s
}

.flipCardAlt__card:nth-child(19) {
    -webkit-animation-delay: 3.6s;
    animation-delay: 3.6s
}

.flipCardAlt__card:nth-child(20) {
    -webkit-animation-delay: 3.8s;
    animation-delay: 3.8s
}

.flipCardAlt__card:nth-child(21) {
    -webkit-animation-delay: 4s;
    animation-delay: 4s
}

.flipCardAlt__card:nth-child(22) {
    -webkit-animation-delay: 4.2s;
    animation-delay: 4.2s
}

.flipCardAlt__card:nth-child(23) {
    -webkit-animation-delay: 4.4s;
    animation-delay: 4.4s
}

.flipCardAlt__card:nth-child(24) {
    -webkit-animation-delay: 4.6s;
    animation-delay: 4.6s
}

.flipCardAlt__card:nth-child(25) {
    -webkit-animation-delay: 4.8s;
    animation-delay: 4.8s
}

.flipCardAlt__card:nth-child(26) {
    -webkit-animation-delay: 5s;
    animation-delay: 5s
}

.flipCardAlt__card:nth-child(27) {
    -webkit-animation-delay: 5.2s;
    animation-delay: 5.2s
}

.flipCardAlt__card:nth-child(28) {
    -webkit-animation-delay: 5.4s;
    animation-delay: 5.4s
}

.flipCardAlt__card:nth-child(29) {
    -webkit-animation-delay: 5.6s;
    animation-delay: 5.6s
}

.flipCardAlt__card:nth-child(30) {
    -webkit-animation-delay: 5.8s;
    animation-delay: 5.8s
}

.flipCardAlt__card:nth-child(31) {
    -webkit-animation-delay: 6s;
    animation-delay: 6s
}

.flipCardAlt__card:nth-child(32) {
    -webkit-animation-delay: 6.2s;
    animation-delay: 6.2s
}

.flipCardAlt__card:nth-child(33) {
    -webkit-animation-delay: 6.4s;
    animation-delay: 6.4s
}

.flipCardAlt__card:nth-child(34) {
    -webkit-animation-delay: 6.6s;
    animation-delay: 6.6s
}

.flipCardAlt__card:nth-child(35) {
    -webkit-animation-delay: 6.8s;
    animation-delay: 6.8s
}

.flipCardAlt__card:nth-child(36) {
    -webkit-animation-delay: 7s;
    animation-delay: 7s
}

.flipCardAlt__card:nth-child(37) {
    -webkit-animation-delay: 7.2s;
    animation-delay: 7.2s
}

.flipCardAlt__card:nth-child(38) {
    -webkit-animation-delay: 7.4s;
    animation-delay: 7.4s
}

.flipCardAlt__card:nth-child(39) {
    -webkit-animation-delay: 7.6s;
    animation-delay: 7.6s
}

.flipCardAlt__card:nth-child(40) {
    -webkit-animation-delay: 7.8s;
    animation-delay: 7.8s
}

.flipCardAlt__card:nth-child(41) {
    -webkit-animation-delay: 8s;
    animation-delay: 8s
}

.flipCardAlt__card:nth-child(42) {
    -webkit-animation-delay: 8.2s;
    animation-delay: 8.2s
}

.flipCardAlt__card:nth-child(43) {
    -webkit-animation-delay: 8.4s;
    animation-delay: 8.4s
}

.flipCardAlt__card:nth-child(44) {
    -webkit-animation-delay: 8.6s;
    animation-delay: 8.6s
}

.flipCardAlt__card:nth-child(45) {
    -webkit-animation-delay: 8.8s;
    animation-delay: 8.8s
}

.flipCardAlt__card:nth-child(46) {
    -webkit-animation-delay: 9s;
    animation-delay: 9s
}

.flipCardAlt__card:nth-child(47) {
    -webkit-animation-delay: 9.2s;
    animation-delay: 9.2s
}

.flipCardAlt__card:nth-child(48) {
    -webkit-animation-delay: 9.4s;
    animation-delay: 9.4s
}

.flipCardAlt__card:nth-child(49) {
    -webkit-animation-delay: 9.6s;
    animation-delay: 9.6s
}

.flipCardAlt__card:nth-child(50) {
    -webkit-animation-delay: 9.8s;
    animation-delay: 9.8s
}

.flipCardAlt__card:hover .flipCardAlt__content {
    position: relative;
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg)
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.6);
        transform: scale(0.6)
    }

    50%,100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.6);
        transform: scale(0.6)
    }

    50%,100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.flipCardAlt__content {
    position: relative;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-transition: -webkit-transform 0.8s;
    transition: -webkit-transform 0.8s;
    -o-transition: transform 0.8s;
    transition: transform 0.8s;
    transition: transform 0.8s, -webkit-transform 0.8s;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    min-height: 500px
}

@media (min-width: 576px) {
    .flipCardAlt__content {
        min-height:450px
    }
}

.flipCardAlt__primary,.flipCardAlt__secondary {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    width: 100%;
    height: 100%;
    padding: 30px
}

.flipCardAlt__primary {
    background: #546670;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.flipCardAlt__primary h3,.flipCardAlt__primary .h3 {
    font-size: 24px;
    line-height: 28px;
    color: #fff;
    margin: 0
}

.flipCardAlt__primary h3::after,.flipCardAlt__primary .h3::after {
    content: '';
    display: block;
    background-color: #E36F1E;
    width: 40px;
    height: 4px;
    position: relative;
    left: 0;
    margin-top: 20px
}

@media (min-width: 992px) {
    .flipCardAlt__primary h3,.flipCardAlt__primary .h3 {
        font-size:34px;
        line-height: 40px;
        width: 15ch
    }
}

.flipCardAlt__secondary {
    position: absolute;
    inset: 0;
    background: #004851;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg)
}

.flipCardAlt__secondary * {
    color: #fff
}

.flipCardAlt__secondary .flipCardAlt__header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(255,255,255,0.3);
    padding-bottom: 20px
}

.flipCardAlt__secondary .flipCardAlt__header * {
    margin-bottom: 0
}

.flipCardAlt__secondary .flipCardAlt__header h3,.flipCardAlt__secondary .flipCardAlt__header .h3 {
    font-size: 20px;
    line-height: 23px
}

.flipCardAlt__secondary .flipCardAlt__body {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.flipCardAlt__secondary .flipCardAlt__body ul {
    list-style-type: disc
}

.flipCardAlt__secondary .flipCardAlt__body ol,.flipCardAlt__secondary .flipCardAlt__body ul {
    font-family: "Lato",sans-serif;
    padding: 0;
    list-style-position: inside
}

.flipCardAlt__secondary .flipCardAlt__body ol li,.flipCardAlt__secondary .flipCardAlt__body ol li::marker,.flipCardAlt__secondary .flipCardAlt__body ul li,.flipCardAlt__secondary .flipCardAlt__body ul li::marker {
    font-size: 17px
}

.flipCardAlt__secondary .flipCardAlt__body ol li::marker,.flipCardAlt__secondary .flipCardAlt__body ul li::marker {
    font-size: 17px
}

.flipCardAlt__secondary .flipCardAlt__body .withers-btn {
    margin-top: auto
}

.flipCardAlt__iconPrimary,.flipCardAlt__iconSecondary {
    position: relative;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: 0;
    object-position: 0;
    max-width: 100%
}

.flipCardAlt__iconPrimary {
    width: 120px;
    height: 120px
}

.flipCardAlt__iconSecondary {
    width: 70px;
    height: 70px
}

.flipCardAlt--condensed .container {
    padding-block:40px}

.flipCardAlt--variant-one .flipCardAlt__primary {
    background: #5F789D
}

.flipCardAlt--variant-one .flipCardAlt__secondary {
    background: #C75302
}

.flipCardAlt--inline {
    margin: 0 auto 25px
}

@media (min-width: 992px) {
    .flipCardAlt--inline {
        margin:0 auto 60px
    }
}

.insightPanel {
    padding-block:50px}

.insightPanel__item {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #DBDBDB;
    overflow: hidden
}

.insightPanel__image {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 0 30px 0
}

@media (min-width: 768px) {
    .insightPanel__image {
        float:right;
        max-width: 300px;
        margin: 0 0 0 30px
    }
}

.insightPanel__date-time {
    display: block;
    font-family: "Lato",sans-serif;
    font-size: 13px;
    font-weight: 600;
    line-height: 25px;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    margin: 0 0 20px 0
}

.insightPanel__heading {
    margin-bottom: 30px;
    font-size: 20px
}

.insightPanel__heading::after {
    content: '';
    display: block;
    background-color: #DBDBDB;
    width: 35px;
    height: 5px;
    position: relative;
    left: 0;
    margin: 30px 0 0 0
}

@media (min-width: 768px) {
    .insightPanel__heading::after {
        width:120px
    }
}

.insightPanel__page-listing {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    padding: 0;
    font-family: "Lato",sans-serif
}

@media (min-width: 768px) {
    .insightPanel__page-listing {
        gap:20px
    }
}

.insightPanel__page-item a {
    color: #1B6875;
    padding: 8px 14px;
    -webkit-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all
}

.insightPanel__page-item a:hover {
    background: #DBDBDB
}

.insightPanel__page-item--active a,.insightPanel__page-item--active a:hover {
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #1B6875;
    color: #fff
}

.insightPanel__page-item--disabled div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    color: #DBDBDB;
    padding: 8px 14px
}

.insightPanel__page-item-nav a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.insightPanel__page-item span {
    display: none
}

@media (min-width: 768px) {
    .insightPanel__page-item span {
        display:-webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }
}

.phoneNumber {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
    min-width: 250px;
    position: relative
}

.phoneNumber__btn {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    border: none;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
    margin-left: 10px;
    font-family: "Lato", sans-serif;
    gap: 10px;
    color: #444;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    text-align: left
}

.phoneNumber__btn::after {
    content: '';
    display: inline-block;
    height: 6px;
    width: 14px;
    background-color: #808285;
    -webkit-mask: url(../img/arrow-black.svg) no-repeat center;
    mask: url(../img/arrow-black.svg) no-repeat center;
    -webkit-mask-size: 100%;
    mask-size: 100%;
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
    margin-top: 3px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s
}

.phoneNumber__btn-wrapper {
    width: 100%;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transform-origin: left;
    -ms-transform-origin: left;
    transform-origin: left
}

.phoneNumber__number {
    font-family: "Lato", sans-serif;
    color: #444;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    display: block;
    white-space: nowrap
}

.phoneNumber__number:hover {
    text-decoration: none
}

.phoneNumber__number-wrapper {
    position: absolute;
    left: 41px;
    -webkit-transform: translate(0, -40px);
    -ms-transform: translate(0, -40px);
    transform: translate(0, -40px);
    z-index: -1;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s
}

.phoneNumber__number-wrapper>* {
    visibility: hidden
}

.phoneNumber.number-visible .phoneNumber__btn-wrapper {
    -webkit-transform: translateY(40px);
    -ms-transform: translateY(40px);
    transform: translateY(40px);
    z-index: -1
}

.phoneNumber.number-visible .phoneNumber__btn-wrapper>* {
    visibility: hidden
}

.phoneNumber.number-visible .phoneNumber__number-wrapper {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    z-index: 1
}

.phoneNumber.number-visible .phoneNumber__number-wrapper>* {
    visibility: visible;
    display: block
}

#main-footer .phoneNumber__btn:hover {
    color: #000
}

#main-footer .phoneNumber__btn:hover::after {
    background-color: #000
}

#main-footer .phoneNumber__number:hover {
    color: #000
}

#main-footer .phoneNumber .icon-phone .path1:before {
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    color: #1B6875
}

#main-footer .phoneNumber .icon-phone .path2:before {
    color: #fff
}

#main-footer .phoneNumber:has(.phoneNumber__btn:hover) .icon-phone .path1:before,#main-footer .phoneNumber:has(.phoneNumber__number:hover) .icon-phone .path1:before {
    color: #598F94
}

@media (min-width: 576px) {
    .hero__content .infoRow {
        display:grid !important;
        grid-template-columns: 1fr 1fr
    }
}

.hero__content .infoGrid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem
}

@media (min-width: 576px) {
    .hero__content .infoGrid {
        grid-template-columns:1fr 1fr
    }
}

.hero__content .infoGrid .phoneNumber {
    min-width: 195px
}

.hero__content .phoneNumber .icon-phone {
    font-size: 30px;
    vertical-align: middle;
    margin-right: 13px;
    letter-spacing: 0
}

.hero__content .phoneNumber__btn,.hero__content .phoneNumber__number {
    color: #fff;
    text-transform: uppercase;
    margin-left: 0
}

.hero__content .phoneNumber__btn:hover,.hero__content .phoneNumber__number:hover {
    color: #E36F1E
}

.hero__content .phoneNumber__btn:hover::after,.hero__content .phoneNumber__number:hover::after {
    background-color: #E36F1E
}

.hero__content .phoneNumber__btn::after {
    background-color: #fff;
    margin-top: 0px
}

.featurePanel__card .phoneNumber {
    margin-bottom: 22px
}

@media (min-width: 992px) {
    .featurePanel__card .phoneNumber {
        margin-bottom:20px
    }
}

.featurePanel__card .phoneNumber .icon-phone {
    display: inline-block;
    margin-right: 13px;
    font-size: 30px;
    vertical-align: middle
}

.featurePanel__card .phoneNumber .icon-phone .path1:before {
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    color: #1B6875
}

.featurePanel__card .phoneNumber .icon-phone .path2:before {
    color: #fff
}

.featurePanel__card .phoneNumber__btn {
    margin-left: 0
}

@media (min-width: 992px) {
    .featurePanel__card .phoneNumber__btn {
        font-size:18px;
        line-height: 28px
    }
}

.featurePanel__card .phoneNumber__btn:hover {
    color: #000
}

.featurePanel__card .phoneNumber__btn:hover::after {
    background-color: #000
}

@media (min-width: 992px) {
    .featurePanel__card .phoneNumber__number {
        font-size:18px;
        line-height: 28px
    }
}

.featurePanel__card .phoneNumber__number:hover {
    color: #000
}

.featurePanel__card .phoneNumber:has(.phoneNumber__btn:hover) .icon-phone .path1:before,.featurePanel__card .phoneNumber:has(.phoneNumber__number:hover) .icon-phone .path1:before {
    color: #598F94
}

.featurePanel__card .phoneNumber+.withers-btn {
    margin-top: 20px
}

.featurePanel__offsetBlock .phoneNumber {
    margin-bottom: 15px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.featurePanel__offsetBlock .phoneNumber .icon-phone {
    display: inline-block;
    margin-right: 10px;
    font-size: 30px;
    vertical-align: middle;
    -webkit-transition: margin 0.8s;
    -o-transition: margin 0.8s;
    transition: margin 0.8s
}

.featurePanel__offsetBlock .phoneNumber .icon-phone .path1:before {
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    color: #1B6875
}

.featurePanel__offsetBlock .phoneNumber .icon-phone .path2:before {
    color: #fff
}

.featurePanel__offsetBlock .phoneNumber__btn {
    font-size: 13px;
    color: #1B6875;
    letter-spacing: 1px;
    line-height: 16px;
    text-transform: uppercase;
    margin-left: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.featurePanel__offsetBlock .phoneNumber__btn::after {
    background-color: #1B6875;
    margin-bottom: 3px;
    width: 12px
}

.featurePanel__offsetBlock .phoneNumber__btn:hover {
    color: #598F94
}

.featurePanel__offsetBlock .phoneNumber__btn:hover::after {
    background-color: #598F94
}

.featurePanel__offsetBlock .phoneNumber__number {
    font-size: 13px;
    color: #1B6875;
    letter-spacing: 1px;
    line-height: 16px;
    text-transform: uppercase
}

.featurePanel__offsetBlock .phoneNumber__number:hover {
    color: #598F94
}

.featurePanel__offsetBlock .phoneNumber__number:hover::after {
    background-color: #598F94
}

.featurePanel__offsetBlock .phoneNumber:has(.phoneNumber__btn:hover) .icon-phone,.featurePanel__offsetBlock .phoneNumber:has(.phoneNumber__number:hover) .icon-phone {
    margin-right: 3px;
    margin-left: 7px
}

.featurePanel__offsetBlock .phoneNumber:has(.phoneNumber__btn:hover) .icon-phone .path1:before,.featurePanel__offsetBlock .phoneNumber:has(.phoneNumber__number:hover) .icon-phone .path1:before {
    color: #598F94
}

.featurePanel__offsetBlock .phoneNumber+.withers-btn {
    margin-top: 20px
}

.featurePanel__card .phoneNumber {
    margin-bottom: 0
}

.featurePanel__card .phoneNumber__btn {
    text-transform: uppercase
}

.featurePanel__card .phoneNumber__btn-wrapper {
    overflow: unset
}
