.container, .cover .cover-inner, .site-content > .alignwide, .site-content > :not(.alignfull):not(.alignwide) {
    margin-left: auto;
    margin-right: auto;
    max-width: 1344px;
    width: 100%
}

@font-face {
    font-family: Barlow;
    font-style: normal;
    font-weight: 400;
    src: local(""), url(../Fonts/barlow-v5-latin-regular.woff2) format("woff2"), url(../Fonts/barlow-v5-latin-regular.woff) format("woff")
}

@font-face {
    font-family: Barlow;
    font-style: normal;
    font-weight: 500;
    src: local(""), url(../Fonts/barlow-v5-latin-500.woff2) format("woff2"), url(../Fonts/barlow-v5-latin-500.woff) format("woff")
}

*, ::after, ::before {
    -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-body-font-family);
    font-size: var(--bs-body-font-size);
    font-weight: var(--bs-body-font-weight);
    line-height: var(--bs-body-line-height);
    color: var(--bs-body-color);
    text-align: var(--bs-body-text-align);
    background-color: var(--bs-body-bg);
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent
}

hr {
    margin: 1rem 0;
    color: inherit;
    background-color: currentColor;
    border: 0;
    opacity: .25
}

hr:not([size]) {
    height: 1px
}

.cookie-consent-container .consent-modal .cookie-headline, .person-item .title, h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2
}

h1 {
    font-size: calc(1.375rem + 1.5vw)
}

@media (min-width: 1200px) {
    h1 {
        font-size: 2.5rem
    }
}

.cookie-consent-container .consent-modal .cookie-headline, .person-item .title, h2 {
    font-size: calc(1.325rem + .9vw)
}

@media (min-width: 1200px) {
    .cookie-consent-container .consent-modal .cookie-headline, .person-item .title, h2 {
        font-size: 2rem
    }
}

h3 {
    font-size: calc(1.3rem + .6vw)
}

@media (min-width: 1200px) {
    h3 {
        font-size: 1.75rem
    }
}

h4 {
    font-size: calc(1.275rem + .3vw)
}

@media (min-width: 1200px) {
    h4 {
        font-size: 1.5rem
    }
}

h5 {
    font-size: 1.25rem
}

h6 {
    font-size: 1rem
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}

abbr[data-bs-original-title], abbr[title] {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit
}

ol, ul {
    padding-left: 2rem
}

dl, ol, ul {
    margin-top: 0;
    margin-bottom: 1rem
}

ol ol, ol ul, ul ol, ul ul {
    margin-bottom: 0
}

dt {
    font-weight: 700
}

dd {
    margin-bottom: .5rem;
    margin-left: 0
}

blockquote {
    margin: 0 0 1rem
}

b, strong {
    font-weight: bolder
}

small {
    font-size: .875em
}

mark {
    padding: .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
}

code, kbd, pre, samp {
    font-family: var(--bs-font-monospace);
    font-size: 1em;
    direction: ltr;
    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;
    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
}

tbody, td, tfoot, th, thead, tr {
    border-color: inherit;
    border-style: solid;
    border-width: 0
}

label {
    display: inline-block
}

button {
    border-radius: 0
}

button:focus:not(:focus-visible) {
    outline: 0
}

button, input, optgroup, select, 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
}

[type=button], [type=reset], [type=submit], button {
    -webkit-appearance: button
}

[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button: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: calc(1.275rem + .3vw);
    line-height: inherit
}

@media (min-width: 1200px) {
    legend {
        font-size: 1.5rem
    }
}

legend + * {
    clear: left
}

::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-fields-wrapper, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-text, ::-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
}

::-webkit-file-upload-button {
    font: inherit
}

::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
}

* {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

img {
    border-radius: .3125rem;
    height: auto;
    max-width: 100%;
    width: 100%
}

hr {
    border: solid #9b9b9b;
    border-width: 0 0 1px;
    margin: 0;
    opacity: 1
}

.text-center {
    text-align: center
}

.text-right {
    text-align: right
}

.cookie-consent-container .consent-modal .page [id].cookie-headline::before, .page .cookie-consent-container .consent-modal [id].cookie-headline::before, .page .person-item [id].title::before, .page h1[id]::before, .page h2[id]::before, .page h3[id]::before, .page h4[id]::before, .page h5[id]::before, .page span[id]::before, .person-item .page [id].title::before {
    content: "";
    display: block;
    height: 6.25rem;
    margin-top: -6.25rem;
    visibility: hidden
}

.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: -ms-flexbox !important;
    display: flex !important
}

.d-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important
}

.d-none {
    display: none !important
}

.flex-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important
}

.flex-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important
}

.flex-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important
}

.flex-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: 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;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important
}

.flex-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important
}

.flex-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important
}

.flex-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important
}

.flex-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important
}

.flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important
}

.flex-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important
}

.flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important
}

.justify-content-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important
}

.justify-content-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important
}

.justify-content-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important
}

.justify-content-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important
}

.justify-content-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important
}

.justify-content-evenly {
    -webkit-box-pack: space-evenly !important;
    -ms-flex-pack: space-evenly !important;
    justify-content: space-evenly !important
}

.align-items-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important
}

.align-items-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important
}

.align-items-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important
}

.align-items-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important
}

.align-items-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important
}

.align-content-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important
}

.align-content-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important
}

.align-content-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important
}

.align-content-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important
}

.align-content-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important
}

.align-content-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important
}

.align-self-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important
}

.align-self-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important
}

.align-self-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important
}

.align-self-center {
    -ms-flex-item-align: center !important;
    align-self: center !important
}

.align-self-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important
}

.align-self-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important
}

@media (min-width: 500px) {
    .d-xs-inline {
        display: inline !important
    }
    
    .d-xs-inline-block {
        display: inline-block !important
    }
    
    .d-xs-block {
        display: block !important
    }
    
    .d-xs-grid {
        display: grid !important
    }
    
    .d-xs-table {
        display: table !important
    }
    
    .d-xs-table-row {
        display: table-row !important
    }
    
    .d-xs-table-cell {
        display: table-cell !important
    }
    
    .d-xs-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }
    
    .d-xs-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
    
    .d-xs-none {
        display: none !important
    }
    
    .flex-xs-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }
    
    .flex-xs-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }
    
    .flex-xs-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }
    
    .flex-xs-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }
    
    .flex-xs-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }
    
    .flex-xs-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }
    
    .flex-xs-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }
    
    .flex-xs-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }
    
    .flex-xs-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }
    
    .flex-xs-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }
    
    .flex-xs-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }
    
    .flex-xs-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }
    
    .justify-content-xs-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }
    
    .justify-content-xs-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }
    
    .justify-content-xs-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }
    
    .justify-content-xs-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }
    
    .justify-content-xs-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }
    
    .justify-content-xs-evenly {
        -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
        justify-content: space-evenly !important
    }
    
    .align-items-xs-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }
    
    .align-items-xs-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }
    
    .align-items-xs-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }
    
    .align-items-xs-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }
    
    .align-items-xs-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }
    
    .align-content-xs-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }
    
    .align-content-xs-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }
    
    .align-content-xs-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }
    
    .align-content-xs-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }
    
    .align-content-xs-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }
    
    .align-content-xs-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }
    
    .align-self-xs-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }
    
    .align-self-xs-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }
    
    .align-self-xs-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }
    
    .align-self-xs-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }
    
    .align-self-xs-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }
    
    .align-self-xs-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

@media (min-width: 768px) {
    .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: -ms-flexbox !important;
        display: flex !important
    }
    
    .d-sm-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
    
    .d-sm-none {
        display: none !important
    }
    
    .flex-sm-fill {
        -webkit-box-flex: 1 !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;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }
    
    .flex-sm-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }
    
    .flex-sm-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: 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;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }
    
    .flex-sm-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }
    
    .flex-sm-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }
    
    .flex-sm-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }
    
    .flex-sm-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }
    
    .flex-sm-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }
    
    .flex-sm-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }
    
    .flex-sm-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }
    
    .justify-content-sm-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }
    
    .justify-content-sm-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }
    
    .justify-content-sm-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }
    
    .justify-content-sm-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }
    
    .justify-content-sm-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }
    
    .justify-content-sm-evenly {
        -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
        justify-content: space-evenly !important
    }
    
    .align-items-sm-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }
    
    .align-items-sm-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }
    
    .align-items-sm-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }
    
    .align-items-sm-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }
    
    .align-items-sm-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }
    
    .align-content-sm-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }
    
    .align-content-sm-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }
    
    .align-content-sm-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }
    
    .align-content-sm-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }
    
    .align-content-sm-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }
    
    .align-content-sm-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }
    
    .align-self-sm-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }
    
    .align-self-sm-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }
    
    .align-self-sm-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }
    
    .align-self-sm-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }
    
    .align-self-sm-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }
    
    .align-self-sm-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

@media (min-width: 992px) {
    .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: -ms-flexbox !important;
        display: flex !important
    }
    
    .d-md-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
    
    .d-md-none {
        display: none !important
    }
    
    .flex-md-fill {
        -webkit-box-flex: 1 !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;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }
    
    .flex-md-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }
    
    .flex-md-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: 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;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }
    
    .flex-md-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }
    
    .flex-md-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }
    
    .flex-md-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }
    
    .flex-md-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }
    
    .flex-md-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }
    
    .flex-md-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }
    
    .flex-md-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }
    
    .justify-content-md-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }
    
    .justify-content-md-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }
    
    .justify-content-md-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }
    
    .justify-content-md-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }
    
    .justify-content-md-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }
    
    .justify-content-md-evenly {
        -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
        justify-content: space-evenly !important
    }
    
    .align-items-md-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }
    
    .align-items-md-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }
    
    .align-items-md-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }
    
    .align-items-md-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }
    
    .align-items-md-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }
    
    .align-content-md-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }
    
    .align-content-md-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }
    
    .align-content-md-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }
    
    .align-content-md-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }
    
    .align-content-md-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }
    
    .align-content-md-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }
    
    .align-self-md-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }
    
    .align-self-md-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }
    
    .align-self-md-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }
    
    .align-self-md-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }
    
    .align-self-md-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }
    
    .align-self-md-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

@media (min-width: 1200px) {
    .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: -ms-flexbox !important;
        display: flex !important
    }
    
    .d-lg-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
    
    .d-lg-none {
        display: none !important
    }
    
    .flex-lg-fill {
        -webkit-box-flex: 1 !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;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }
    
    .flex-lg-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }
    
    .flex-lg-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: 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;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }
    
    .flex-lg-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }
    
    .flex-lg-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }
    
    .flex-lg-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }
    
    .flex-lg-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }
    
    .flex-lg-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }
    
    .flex-lg-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }
    
    .flex-lg-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }
    
    .justify-content-lg-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }
    
    .justify-content-lg-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }
    
    .justify-content-lg-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }
    
    .justify-content-lg-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }
    
    .justify-content-lg-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }
    
    .justify-content-lg-evenly {
        -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
        justify-content: space-evenly !important
    }
    
    .align-items-lg-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }
    
    .align-items-lg-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }
    
    .align-items-lg-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }
    
    .align-items-lg-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }
    
    .align-items-lg-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }
    
    .align-content-lg-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }
    
    .align-content-lg-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }
    
    .align-content-lg-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }
    
    .align-content-lg-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }
    
    .align-content-lg-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }
    
    .align-content-lg-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }
    
    .align-self-lg-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }
    
    .align-self-lg-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }
    
    .align-self-lg-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }
    
    .align-self-lg-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }
    
    .align-self-lg-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }
    
    .align-self-lg-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !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: -ms-flexbox !important;
        display: flex !important
    }
    
    .d-print-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
    
    .d-print-none {
        display: none !important
    }
}

.row {
    --bs-gutter-x: 36px;
    --bs-gutter-y: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-.5 * var(--bs-gutter-x));
    margin-left: calc(-.5 * var(--bs-gutter-x))
}

.row > * {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-top: var(--bs-gutter-y)
}

.col {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%
}

.row-cols-auto > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto
}

.row-cols-1 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%
}

.row-cols-2 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%
}

.row-cols-3 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.3333333333%
}

.row-cols-4 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%
}

.row-cols-5 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 20%
}

.row-cols-6 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.6666666667%
}

.col-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto
}

.col-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 8.33333333%
}

.col-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66666667%
}

.col-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%
}

.col-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333333%
}

.col-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 41.66666667%
}

.col-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%
}

.col-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 58.33333333%
}

.col-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 66.66666667%
}

.col-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 75%
}

.col-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 83.33333333%
}

.col-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 91.66666667%
}

.col-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%
}

.offset-1 {
    margin-left: 8.33333333%
}

.offset-2 {
    margin-left: 16.66666667%
}

.offset-3 {
    margin-left: 25%
}

.offset-4 {
    margin-left: 33.33333333%
}

.offset-5 {
    margin-left: 41.66666667%
}

.offset-6 {
    margin-left: 50%
}

.offset-7 {
    margin-left: 58.33333333%
}

.offset-8 {
    margin-left: 66.66666667%
}

.offset-9 {
    margin-left: 75%
}

.offset-10 {
    margin-left: 83.33333333%
}

.offset-11 {
    margin-left: 91.66666667%
}

.g-0, .gx-0 {
    --bs-gutter-x: 0
}

.g-0, .gy-0 {
    --bs-gutter-y: 0
}

.g-1, .gx-1 {
    --bs-gutter-x: 0.25rem
}

.g-1, .gy-1 {
    --bs-gutter-y: 0.25rem
}

.g-2, .gx-2 {
    --bs-gutter-x: 0.5rem
}

.g-2, .gy-2 {
    --bs-gutter-y: 0.5rem
}

.g-3, .gx-3 {
    --bs-gutter-x: 1rem
}

.g-3, .gy-3 {
    --bs-gutter-y: 1rem
}

.g-4, .gx-4 {
    --bs-gutter-x: 1.5rem
}

.g-4, .gy-4 {
    --bs-gutter-y: 1.5rem
}

.g-5, .gx-5 {
    --bs-gutter-x: 3rem
}

.g-5, .gy-5 {
    --bs-gutter-y: 3rem
}

@media (min-width: 500px) {
    .col-xs {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%
    }
    
    .row-cols-xs-auto > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto
    }
    
    .row-cols-xs-1 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%
    }
    
    .row-cols-xs-2 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%
    }
    
    .row-cols-xs-3 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.3333333333%
    }
    
    .row-cols-xs-4 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 25%
    }
    
    .row-cols-xs-5 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 20%
    }
    
    .row-cols-xs-6 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.6666666667%
    }
    
    .col-xs-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto
    }
    
    .col-xs-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 8.33333333%
    }
    
    .col-xs-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.66666667%
    }
    
    .col-xs-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 25%
    }
    
    .col-xs-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.33333333%
    }
    
    .col-xs-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 41.66666667%
    }
    
    .col-xs-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%
    }
    
    .col-xs-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 58.33333333%
    }
    
    .col-xs-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 66.66666667%
    }
    
    .col-xs-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 75%
    }
    
    .col-xs-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 83.33333333%
    }
    
    .col-xs-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 91.66666667%
    }
    
    .col-xs-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%
    }
    
    .offset-xs-0 {
        margin-left: 0
    }
    
    .offset-xs-1 {
        margin-left: 8.33333333%
    }
    
    .offset-xs-2 {
        margin-left: 16.66666667%
    }
    
    .offset-xs-3 {
        margin-left: 25%
    }
    
    .offset-xs-4 {
        margin-left: 33.33333333%
    }
    
    .offset-xs-5 {
        margin-left: 41.66666667%
    }
    
    .offset-xs-6 {
        margin-left: 50%
    }
    
    .offset-xs-7 {
        margin-left: 58.33333333%
    }
    
    .offset-xs-8 {
        margin-left: 66.66666667%
    }
    
    .offset-xs-9 {
        margin-left: 75%
    }
    
    .offset-xs-10 {
        margin-left: 83.33333333%
    }
    
    .offset-xs-11 {
        margin-left: 91.66666667%
    }
    
    .g-xs-0, .gx-xs-0 {
        --bs-gutter-x: 0
    }
    
    .g-xs-0, .gy-xs-0 {
        --bs-gutter-y: 0
    }
    
    .g-xs-1, .gx-xs-1 {
        --bs-gutter-x: 0.25rem
    }
    
    .g-xs-1, .gy-xs-1 {
        --bs-gutter-y: 0.25rem
    }
    
    .g-xs-2, .gx-xs-2 {
        --bs-gutter-x: 0.5rem
    }
    
    .g-xs-2, .gy-xs-2 {
        --bs-gutter-y: 0.5rem
    }
    
    .g-xs-3, .gx-xs-3 {
        --bs-gutter-x: 1rem
    }
    
    .g-xs-3, .gy-xs-3 {
        --bs-gutter-y: 1rem
    }
    
    .g-xs-4, .gx-xs-4 {
        --bs-gutter-x: 1.5rem
    }
    
    .g-xs-4, .gy-xs-4 {
        --bs-gutter-y: 1.5rem
    }
    
    .g-xs-5, .gx-xs-5 {
        --bs-gutter-x: 3rem
    }
    
    .g-xs-5, .gy-xs-5 {
        --bs-gutter-y: 3rem
    }
}

@media (min-width: 768px) {
    .col-sm {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%
    }
    
    .row-cols-sm-auto > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto
    }
    
    .row-cols-sm-1 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%
    }
    
    .row-cols-sm-2 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%
    }
    
    .row-cols-sm-3 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.3333333333%
    }
    
    .row-cols-sm-4 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 25%
    }
    
    .row-cols-sm-5 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 20%
    }
    
    .row-cols-sm-6 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.6666666667%
    }
    
    .col-sm-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto
    }
    
    .col-sm-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 8.33333333%
    }
    
    .col-sm-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.66666667%
    }
    
    .col-sm-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 25%
    }
    
    .col-sm-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.33333333%
    }
    
    .col-sm-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 41.66666667%
    }
    
    .col-sm-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%
    }
    
    .col-sm-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 58.33333333%
    }
    
    .col-sm-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 66.66666667%
    }
    
    .col-sm-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 75%
    }
    
    .col-sm-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 83.33333333%
    }
    
    .col-sm-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 91.66666667%
    }
    
    .col-sm-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%
    }
    
    .offset-sm-0 {
        margin-left: 0
    }
    
    .offset-sm-1 {
        margin-left: 8.33333333%
    }
    
    .offset-sm-2 {
        margin-left: 16.66666667%
    }
    
    .offset-sm-3 {
        margin-left: 25%
    }
    
    .offset-sm-4 {
        margin-left: 33.33333333%
    }
    
    .offset-sm-5 {
        margin-left: 41.66666667%
    }
    
    .offset-sm-6 {
        margin-left: 50%
    }
    
    .offset-sm-7 {
        margin-left: 58.33333333%
    }
    
    .offset-sm-8 {
        margin-left: 66.66666667%
    }
    
    .offset-sm-9 {
        margin-left: 75%
    }
    
    .offset-sm-10 {
        margin-left: 83.33333333%
    }
    
    .offset-sm-11 {
        margin-left: 91.66666667%
    }
    
    .g-sm-0, .gx-sm-0 {
        --bs-gutter-x: 0
    }
    
    .g-sm-0, .gy-sm-0 {
        --bs-gutter-y: 0
    }
    
    .g-sm-1, .gx-sm-1 {
        --bs-gutter-x: 0.25rem
    }
    
    .g-sm-1, .gy-sm-1 {
        --bs-gutter-y: 0.25rem
    }
    
    .g-sm-2, .gx-sm-2 {
        --bs-gutter-x: 0.5rem
    }
    
    .g-sm-2, .gy-sm-2 {
        --bs-gutter-y: 0.5rem
    }
    
    .g-sm-3, .gx-sm-3 {
        --bs-gutter-x: 1rem
    }
    
    .g-sm-3, .gy-sm-3 {
        --bs-gutter-y: 1rem
    }
    
    .g-sm-4, .gx-sm-4 {
        --bs-gutter-x: 1.5rem
    }
    
    .g-sm-4, .gy-sm-4 {
        --bs-gutter-y: 1.5rem
    }
    
    .g-sm-5, .gx-sm-5 {
        --bs-gutter-x: 3rem
    }
    
    .g-sm-5, .gy-sm-5 {
        --bs-gutter-y: 3rem
    }
}

@media (min-width: 992px) {
    .col-md {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%
    }
    
    .row-cols-md-auto > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto
    }
    
    .row-cols-md-1 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%
    }
    
    .row-cols-md-2 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%
    }
    
    .row-cols-md-3 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.3333333333%
    }
    
    .row-cols-md-4 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 25%
    }
    
    .row-cols-md-5 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 20%
    }
    
    .row-cols-md-6 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.6666666667%
    }
    
    .col-md-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto
    }
    
    .col-md-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 8.33333333%
    }
    
    .col-md-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.66666667%
    }
    
    .col-md-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 25%
    }
    
    .col-md-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.33333333%
    }
    
    .col-md-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 41.66666667%
    }
    
    .col-md-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%
    }
    
    .col-md-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 58.33333333%
    }
    
    .col-md-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 66.66666667%
    }
    
    .col-md-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 75%
    }
    
    .col-md-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 83.33333333%
    }
    
    .col-md-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 91.66666667%
    }
    
    .col-md-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%
    }
    
    .offset-md-0 {
        margin-left: 0
    }
    
    .offset-md-1 {
        margin-left: 8.33333333%
    }
    
    .offset-md-2 {
        margin-left: 16.66666667%
    }
    
    .offset-md-3 {
        margin-left: 25%
    }
    
    .offset-md-4 {
        margin-left: 33.33333333%
    }
    
    .offset-md-5 {
        margin-left: 41.66666667%
    }
    
    .offset-md-6 {
        margin-left: 50%
    }
    
    .offset-md-7 {
        margin-left: 58.33333333%
    }
    
    .offset-md-8 {
        margin-left: 66.66666667%
    }
    
    .offset-md-9 {
        margin-left: 75%
    }
    
    .offset-md-10 {
        margin-left: 83.33333333%
    }
    
    .offset-md-11 {
        margin-left: 91.66666667%
    }
    
    .g-md-0, .gx-md-0 {
        --bs-gutter-x: 0
    }
    
    .g-md-0, .gy-md-0 {
        --bs-gutter-y: 0
    }
    
    .g-md-1, .gx-md-1 {
        --bs-gutter-x: 0.25rem
    }
    
    .g-md-1, .gy-md-1 {
        --bs-gutter-y: 0.25rem
    }
    
    .g-md-2, .gx-md-2 {
        --bs-gutter-x: 0.5rem
    }
    
    .g-md-2, .gy-md-2 {
        --bs-gutter-y: 0.5rem
    }
    
    .g-md-3, .gx-md-3 {
        --bs-gutter-x: 1rem
    }
    
    .g-md-3, .gy-md-3 {
        --bs-gutter-y: 1rem
    }
    
    .g-md-4, .gx-md-4 {
        --bs-gutter-x: 1.5rem
    }
    
    .g-md-4, .gy-md-4 {
        --bs-gutter-y: 1.5rem
    }
    
    .g-md-5, .gx-md-5 {
        --bs-gutter-x: 3rem
    }
    
    .g-md-5, .gy-md-5 {
        --bs-gutter-y: 3rem
    }
}

@media (min-width: 1200px) {
    .col-lg {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%
    }
    
    .row-cols-lg-auto > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto
    }
    
    .row-cols-lg-1 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%
    }
    
    .row-cols-lg-2 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%
    }
    
    .row-cols-lg-3 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.3333333333%
    }
    
    .row-cols-lg-4 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 25%
    }
    
    .row-cols-lg-5 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 20%
    }
    
    .row-cols-lg-6 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.6666666667%
    }
    
    .col-lg-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto
    }
    
    .col-lg-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 8.33333333%
    }
    
    .col-lg-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.66666667%
    }
    
    .col-lg-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 25%
    }
    
    .col-lg-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.33333333%
    }
    
    .col-lg-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 41.66666667%
    }
    
    .col-lg-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%
    }
    
    .col-lg-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 58.33333333%
    }
    
    .col-lg-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 66.66666667%
    }
    
    .col-lg-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 75%
    }
    
    .col-lg-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 83.33333333%
    }
    
    .col-lg-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 91.66666667%
    }
    
    .col-lg-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%
    }
    
    .offset-lg-0 {
        margin-left: 0
    }
    
    .offset-lg-1 {
        margin-left: 8.33333333%
    }
    
    .offset-lg-2 {
        margin-left: 16.66666667%
    }
    
    .offset-lg-3 {
        margin-left: 25%
    }
    
    .offset-lg-4 {
        margin-left: 33.33333333%
    }
    
    .offset-lg-5 {
        margin-left: 41.66666667%
    }
    
    .offset-lg-6 {
        margin-left: 50%
    }
    
    .offset-lg-7 {
        margin-left: 58.33333333%
    }
    
    .offset-lg-8 {
        margin-left: 66.66666667%
    }
    
    .offset-lg-9 {
        margin-left: 75%
    }
    
    .offset-lg-10 {
        margin-left: 83.33333333%
    }
    
    .offset-lg-11 {
        margin-left: 91.66666667%
    }
    
    .g-lg-0, .gx-lg-0 {
        --bs-gutter-x: 0
    }
    
    .g-lg-0, .gy-lg-0 {
        --bs-gutter-y: 0
    }
    
    .g-lg-1, .gx-lg-1 {
        --bs-gutter-x: 0.25rem
    }
    
    .g-lg-1, .gy-lg-1 {
        --bs-gutter-y: 0.25rem
    }
    
    .g-lg-2, .gx-lg-2 {
        --bs-gutter-x: 0.5rem
    }
    
    .g-lg-2, .gy-lg-2 {
        --bs-gutter-y: 0.5rem
    }
    
    .g-lg-3, .gx-lg-3 {
        --bs-gutter-x: 1rem
    }
    
    .g-lg-3, .gy-lg-3 {
        --bs-gutter-y: 1rem
    }
    
    .g-lg-4, .gx-lg-4 {
        --bs-gutter-x: 1.5rem
    }
    
    .g-lg-4, .gy-lg-4 {
        --bs-gutter-y: 1.5rem
    }
    
    .g-lg-5, .gx-lg-5 {
        --bs-gutter-x: 3rem
    }
    
    .g-lg-5, .gy-lg-5 {
        --bs-gutter-y: 3rem
    }
}

@font-face {
    font-family: swiper-icons;
    src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
    font-weight: 400;
    font-style: normal
}

:root {
    --swiper-theme-color: #007aff
}

.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1
}

.swiper-container-vertical > .swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

.swiper-container-android .swiper-slide, .swiper-wrapper {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.swiper-container-multirow > .swiper-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.swiper-container-multirow-column > .swiper-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.swiper-container-free-mode > .swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-container-pointer-events {
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.swiper-container-pointer-events.swiper-container-vertical {
    -ms-touch-action: pan-x;
    touch-action: pan-x
}

.swiper-slide {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform
}

.swiper-slide-invisible-blank {
    visibility: hidden
}

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
    height: auto
}

.swiper-container-autoheight .swiper-wrapper {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-transition-property: height, -webkit-transform;
    transition-property: height, -webkit-transform;
    transition-property: transform, height;
    transition-property: transform, height, -webkit-transform
}

.swiper-container-3d {
    -webkit-perspective: 1200px;
    perspective: 1200px
}

.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-right {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-top {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-css-mode > .swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none
}

.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
    display: none
}

.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: start start
}

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
    -ms-scroll-snap-type: x mandatory;
    scroll-snap-type: x mandatory
}

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
    -ms-scroll-snap-type: y mandatory;
    scroll-snap-type: y mandatory
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s infinite linear;
    animation: swiper-preloader-spin 1s infinite linear;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
    border-radius: 50%;
    border-top-color: transparent
}

.swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff
}

.swiper-lazy-preloader-black {
    --swiper-preloader-color: #000
}

@-webkit-keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

:root {
    --swiper-navigation-size: 44px
}

.swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: calc(var(--swiper-navigation-size) / 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
    z-index: 10;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color))
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none
}

.swiper-button-next:after, .swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    text-transform: none;
    font-variant: initial;
    line-height: 1
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    left: 10px;
    right: auto
}

.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after {
    content: "prev"
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    right: 10px;
    left: auto
}

.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {
    content: "next"
}

.swiper-button-next.swiper-button-blue, .swiper-button-prev.swiper-button-blue {
    --swiper-navigation-color: #0d6efd
}

.swiper-button-next.swiper-button-indigo, .swiper-button-prev.swiper-button-indigo {
    --swiper-navigation-color: #6610f2
}

.swiper-button-next.swiper-button-purple, .swiper-button-prev.swiper-button-purple {
    --swiper-navigation-color: #6f42c1
}

.swiper-button-next.swiper-button-pink, .swiper-button-prev.swiper-button-pink {
    --swiper-navigation-color: #d63384
}

.swiper-button-next.swiper-button-red, .swiper-button-prev.swiper-button-red {
    --swiper-navigation-color: #dc3545
}

.swiper-button-next.swiper-button-orange, .swiper-button-prev.swiper-button-orange {
    --swiper-navigation-color: #fd7e14
}

.swiper-button-next.swiper-button-yellow, .swiper-button-prev.swiper-button-yellow {
    --swiper-navigation-color: #ffc107
}

.swiper-button-next.swiper-button-green, .swiper-button-prev.swiper-button-green {
    --swiper-navigation-color: #198754
}

.swiper-button-next.swiper-button-teal, .swiper-button-prev.swiper-button-teal {
    --swiper-navigation-color: #20c997
}

.swiper-button-next.swiper-button-cyan, .swiper-button-prev.swiper-button-cyan {
    --swiper-navigation-color: #0dcaf0
}

.swiper-button-next.swiper-button-white, .swiper-button-prev.swiper-button-white {
    --swiper-navigation-color: #fff
}

.swiper-button-next.swiper-button-gray, .swiper-button-prev.swiper-button-gray {
    --swiper-navigation-color: #6c757d
}

.swiper-button-next.swiper-button-gray-dark, .swiper-button-prev.swiper-button-gray-dark {
    --swiper-navigation-color: #343a40
}

.swiper-button-lock {
    display: none
}

.flatpickr-calendar {
    background: 0 0;
    opacity: 0;
    display: none;
    text-align: center;
    visibility: hidden;
    padding: 0;
    -webkit-animation: none;
    animation: none;
    direction: ltr;
    border: 0;
    font-size: 14px;
    line-height: 24px;
    border-radius: 5px;
    position: absolute;
    width: 307.875px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    background: #fff;
    -webkit-box-shadow: 1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6, 0 -1px 0 #e6e6e6, 0 3px 13px rgba(0, 0, 0, .08);
    box-shadow: 1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6, 0 -1px 0 #e6e6e6, 0 3px 13px rgba(0, 0, 0, .08)
}

.flatpickr-calendar.inline, .flatpickr-calendar.open {
    opacity: 1;
    max-height: 640px;
    visibility: visible
}

.flatpickr-calendar.open {
    display: inline-block;
    z-index: 99999
}

.flatpickr-calendar.animate.open {
    -webkit-animation: fpFadeInDown .3s cubic-bezier(.23, 1, .32, 1);
    animation: fpFadeInDown .3s cubic-bezier(.23, 1, .32, 1)
}

.flatpickr-calendar.inline {
    display: block;
    position: relative;
    top: 2px
}

.flatpickr-calendar.static {
    position: absolute;
    top: calc(100% + 2px)
}

.flatpickr-calendar.static.open {
    z-index: 999;
    display: block
}

.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+1) .flatpickr-day.inRange:nth-child(7n+7) {
    -webkit-box-shadow: none !important;
    box-shadow: none !important
}

.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+2) .flatpickr-day.inRange:nth-child(7n+1) {
    -webkit-box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
    box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6
}

.flatpickr-calendar .hasTime .dayContainer, .flatpickr-calendar .hasWeeks .dayContainer {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.flatpickr-calendar .hasWeeks .dayContainer {
    border-left: 0
}

.flatpickr-calendar.hasTime .flatpickr-time {
    height: 40px;
    border-top: 1px solid #e6e6e6
}

.flatpickr-calendar.noCalendar.hasTime .flatpickr-time {
    height: auto
}

.flatpickr-calendar:after, .flatpickr-calendar:before {
    position: absolute;
    display: block;
    pointer-events: none;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    left: 22px
}

.flatpickr-calendar.arrowRight:after, .flatpickr-calendar.arrowRight:before, .flatpickr-calendar.rightMost:after, .flatpickr-calendar.rightMost:before {
    left: auto;
    right: 22px
}

.flatpickr-calendar.arrowCenter:after, .flatpickr-calendar.arrowCenter:before {
    left: 50%;
    right: 50%
}

.flatpickr-calendar:before {
    border-width: 5px;
    margin: 0 -5px
}

.flatpickr-calendar:after {
    border-width: 4px;
    margin: 0 -4px
}

.flatpickr-calendar.arrowTop:after, .flatpickr-calendar.arrowTop:before {
    bottom: 100%
}

.flatpickr-calendar.arrowTop:before {
    border-bottom-color: #e6e6e6
}

.flatpickr-calendar.arrowTop:after {
    border-bottom-color: #fff
}

.flatpickr-calendar.arrowBottom:after, .flatpickr-calendar.arrowBottom:before {
    top: 100%
}

.flatpickr-calendar.arrowBottom:before {
    border-top-color: #e6e6e6
}

.flatpickr-calendar.arrowBottom:after {
    border-top-color: #fff
}

.flatpickr-calendar:focus {
    outline: 0
}

.flatpickr-wrapper {
    position: relative;
    display: inline-block
}

.flatpickr-months {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.flatpickr-months .flatpickr-month {
    background: 0 0;
    color: rgba(0, 0, 0, .9);
    fill: rgba(0, 0, 0, .9);
    height: 34px;
    line-height: 1;
    text-align: center;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    overflow: hidden;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.flatpickr-months .flatpickr-next-month, .flatpickr-months .flatpickr-prev-month {
    text-decoration: none;
    cursor: pointer;
    position: absolute;
    top: 0;
    height: 34px;
    padding: 10px;
    z-index: 3;
    color: rgba(0, 0, 0, .9);
    fill: rgba(0, 0, 0, .9)
}

.flatpickr-months .flatpickr-next-month.flatpickr-disabled, .flatpickr-months .flatpickr-prev-month.flatpickr-disabled {
    display: none
}

.flatpickr-months .flatpickr-next-month i, .flatpickr-months .flatpickr-prev-month i {
    position: relative
}

.flatpickr-months .flatpickr-next-month.flatpickr-prev-month, .flatpickr-months .flatpickr-prev-month.flatpickr-prev-month {
    left: 0
}

.flatpickr-months .flatpickr-next-month.flatpickr-next-month, .flatpickr-months .flatpickr-prev-month.flatpickr-next-month {
    right: 0
}

.flatpickr-months .flatpickr-next-month:hover, .flatpickr-months .flatpickr-prev-month:hover {
    color: #959ea9
}

.flatpickr-months .flatpickr-next-month:hover svg, .flatpickr-months .flatpickr-prev-month:hover svg {
    fill: #f64747
}

.flatpickr-months .flatpickr-next-month svg, .flatpickr-months .flatpickr-prev-month svg {
    width: 14px;
    height: 14px
}

.flatpickr-months .flatpickr-next-month svg path, .flatpickr-months .flatpickr-prev-month svg path {
    -webkit-transition: fill .1s;
    transition: fill .1s;
    fill: inherit
}

.numInputWrapper {
    position: relative;
    height: auto
}

.numInputWrapper input, .numInputWrapper span {
    display: inline-block
}

.numInputWrapper input {
    width: 100%
}

.numInputWrapper input::-ms-clear {
    display: none
}

.numInputWrapper input::-webkit-inner-spin-button, .numInputWrapper input::-webkit-outer-spin-button {
    margin: 0;
    -webkit-appearance: none
}

.numInputWrapper span {
    position: absolute;
    right: 0;
    width: 14px;
    padding: 0 4px 0 2px;
    height: 50%;
    line-height: 50%;
    opacity: 0;
    cursor: pointer;
    border: 1px solid rgba(57, 57, 57, .15);
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.numInputWrapper span:hover {
    background: rgba(0, 0, 0, .1)
}

.numInputWrapper span:active {
    background: rgba(0, 0, 0, .2)
}

.numInputWrapper span:after {
    display: block;
    content: "";
    position: absolute
}

.numInputWrapper span.arrowUp {
    top: 0;
    border-bottom: 0
}

.numInputWrapper span.arrowUp:after {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-bottom: 4px solid rgba(57, 57, 57, .6);
    top: 26%
}

.numInputWrapper span.arrowDown {
    top: 50%
}

.numInputWrapper span.arrowDown:after {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid rgba(57, 57, 57, .6);
    top: 40%
}

.numInputWrapper span svg {
    width: inherit;
    height: auto
}

.numInputWrapper span svg path {
    fill: rgba(0, 0, 0, .5)
}

.numInputWrapper:hover {
    background: rgba(0, 0, 0, .05)
}

.numInputWrapper:hover span {
    opacity: 1
}

.flatpickr-current-month {
    font-size: 135%;
    line-height: inherit;
    font-weight: 300;
    color: inherit;
    position: absolute;
    width: 75%;
    left: 12.5%;
    padding: 7.48px 0 0 0;
    line-height: 1;
    height: 34px;
    display: inline-block;
    text-align: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.flatpickr-current-month span.cur-month {
    font-family: inherit;
    font-weight: 700;
    color: inherit;
    display: inline-block;
    margin-left: .5ch;
    padding: 0
}

.flatpickr-current-month span.cur-month:hover {
    background: rgba(0, 0, 0, .05)
}

.flatpickr-current-month .numInputWrapper {
    width: 6ch;
    display: inline-block
}

.flatpickr-current-month .numInputWrapper span.arrowUp:after {
    border-bottom-color: rgba(0, 0, 0, .9)
}

.flatpickr-current-month .numInputWrapper span.arrowDown:after {
    border-top-color: rgba(0, 0, 0, .9)
}

.flatpickr-current-month input.cur-year {
    background: 0 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    cursor: text;
    padding: 0 0 0 .5ch;
    margin: 0;
    display: inline-block;
    font-size: inherit;
    font-family: inherit;
    font-weight: 300;
    line-height: inherit;
    height: auto;
    border: 0;
    border-radius: 0;
    vertical-align: initial;
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield
}

.flatpickr-current-month input.cur-year:focus {
    outline: 0
}

.flatpickr-current-month input.cur-year[disabled], .flatpickr-current-month input.cur-year[disabled]:hover {
    font-size: 100%;
    color: rgba(0, 0, 0, .5);
    background: 0 0;
    pointer-events: none
}

.flatpickr-current-month .flatpickr-monthDropdown-months {
    appearance: menulist;
    background: 0 0;
    border: none;
    border-radius: 0;
    box-sizing: border-box;
    color: inherit;
    cursor: pointer;
    font-size: inherit;
    font-family: inherit;
    font-weight: 300;
    height: auto;
    line-height: inherit;
    margin: -1px 0 0 0;
    outline: 0;
    padding: 0 0 0 .5ch;
    position: relative;
    vertical-align: initial;
    -webkit-box-sizing: border-box;
    -webkit-appearance: menulist;
    -moz-appearance: menulist;
    width: auto
}

.flatpickr-current-month .flatpickr-monthDropdown-months:active, .flatpickr-current-month .flatpickr-monthDropdown-months:focus {
    outline: 0
}

.flatpickr-current-month .flatpickr-monthDropdown-months:hover {
    background: rgba(0, 0, 0, .05)
}

.flatpickr-current-month .flatpickr-monthDropdown-months .flatpickr-monthDropdown-month {
    background-color: transparent;
    outline: 0;
    padding: 0
}

.flatpickr-weekdays {
    background: 0 0;
    text-align: center;
    overflow: hidden;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 28px
}

.flatpickr-weekdays .flatpickr-weekdaycontainer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

span.flatpickr-weekday {
    cursor: default;
    font-size: 90%;
    background: 0 0;
    color: rgba(0, 0, 0, .54);
    line-height: 1;
    margin: 0;
    text-align: center;
    display: block;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-weight: bolder
}

.dayContainer, .flatpickr-weeks {
    padding: 1px 0 0 0
}

.flatpickr-days {
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 307.875px
}

.flatpickr-days:focus {
    outline: 0
}

.dayContainer {
    padding: 0;
    outline: 0;
    text-align: left;
    width: 307.875px;
    min-width: 307.875px;
    max-width: 307.875px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-around;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1
}

.dayContainer + .dayContainer {
    -webkit-box-shadow: -1px 0 0 #e6e6e6;
    box-shadow: -1px 0 0 #e6e6e6
}

.flatpickr-day {
    background: 0 0;
    border: 1px solid transparent;
    border-radius: 150px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #393939;
    cursor: pointer;
    font-weight: 400;
    width: 14.2857143%;
    -ms-flex-preferred-size: 14.2857143%;
    flex-basis: 14.2857143%;
    max-width: 39px;
    height: 39px;
    line-height: 39px;
    margin: 0;
    display: inline-block;
    position: relative;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center
}

.flatpickr-day.inRange, .flatpickr-day.nextMonthDay.inRange, .flatpickr-day.nextMonthDay.today.inRange, .flatpickr-day.nextMonthDay:focus, .flatpickr-day.nextMonthDay:hover, .flatpickr-day.prevMonthDay.inRange, .flatpickr-day.prevMonthDay.today.inRange, .flatpickr-day.prevMonthDay:focus, .flatpickr-day.prevMonthDay:hover, .flatpickr-day.today.inRange, .flatpickr-day:focus, .flatpickr-day:hover {
    cursor: pointer;
    outline: 0;
    background: #e6e6e6;
    border-color: #e6e6e6
}

.flatpickr-day.today {
    border-color: #959ea9
}

.flatpickr-day.today:focus, .flatpickr-day.today:hover {
    border-color: #959ea9;
    background: #959ea9;
    color: #fff
}

.flatpickr-day.endRange, .flatpickr-day.endRange.inRange, .flatpickr-day.endRange.nextMonthDay, .flatpickr-day.endRange.prevMonthDay, .flatpickr-day.endRange:focus, .flatpickr-day.endRange:hover, .flatpickr-day.selected, .flatpickr-day.selected.inRange, .flatpickr-day.selected.nextMonthDay, .flatpickr-day.selected.prevMonthDay, .flatpickr-day.selected:focus, .flatpickr-day.selected:hover, .flatpickr-day.startRange, .flatpickr-day.startRange.inRange, .flatpickr-day.startRange.nextMonthDay, .flatpickr-day.startRange.prevMonthDay, .flatpickr-day.startRange:focus, .flatpickr-day.startRange:hover {
    background: #569ff7;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
    border-color: #569ff7
}

.flatpickr-day.endRange.startRange, .flatpickr-day.selected.startRange, .flatpickr-day.startRange.startRange {
    border-radius: 50px 0 0 50px
}

.flatpickr-day.endRange.endRange, .flatpickr-day.selected.endRange, .flatpickr-day.startRange.endRange {
    border-radius: 0 50px 50px 0
}

.flatpickr-day.endRange.startRange + .endRange:not(:nth-child(7n+1)), .flatpickr-day.selected.startRange + .endRange:not(:nth-child(7n+1)), .flatpickr-day.startRange.startRange + .endRange:not(:nth-child(7n+1)) {
    -webkit-box-shadow: -10px 0 0 #569ff7;
    box-shadow: -10px 0 0 #569ff7
}

.flatpickr-day.endRange.startRange.endRange, .flatpickr-day.selected.startRange.endRange, .flatpickr-day.startRange.startRange.endRange {
    border-radius: 50px
}

.flatpickr-day.inRange {
    border-radius: 0;
    -webkit-box-shadow: -5px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
    box-shadow: -5px 0 0 #e6e6e6, 5px 0 0 #e6e6e6
}

.flatpickr-day.flatpickr-disabled, .flatpickr-day.flatpickr-disabled:hover, .flatpickr-day.nextMonthDay, .flatpickr-day.notAllowed, .flatpickr-day.notAllowed.nextMonthDay, .flatpickr-day.notAllowed.prevMonthDay, .flatpickr-day.prevMonthDay {
    color: rgba(57, 57, 57, .3);
    background: 0 0;
    border-color: transparent;
    cursor: default
}

.flatpickr-day.flatpickr-disabled, .flatpickr-day.flatpickr-disabled:hover {
    cursor: not-allowed;
    color: rgba(57, 57, 57, .1)
}

.flatpickr-day.week.selected {
    border-radius: 0;
    -webkit-box-shadow: -5px 0 0 #569ff7, 5px 0 0 #569ff7;
    box-shadow: -5px 0 0 #569ff7, 5px 0 0 #569ff7
}

.flatpickr-day.hidden {
    visibility: hidden
}

.rangeMode .flatpickr-day {
    margin-top: 1px
}

.flatpickr-weekwrapper {
    float: left
}

.flatpickr-weekwrapper .flatpickr-weeks {
    padding: 0 12px;
    -webkit-box-shadow: 1px 0 0 #e6e6e6;
    box-shadow: 1px 0 0 #e6e6e6
}

.flatpickr-weekwrapper .flatpickr-weekday {
    float: none;
    width: 100%;
    line-height: 28px
}

.flatpickr-weekwrapper span.flatpickr-day, .flatpickr-weekwrapper span.flatpickr-day:hover {
    display: block;
    width: 100%;
    max-width: none;
    color: rgba(57, 57, 57, .3);
    background: 0 0;
    cursor: default;
    border: none
}

.flatpickr-innerContainer {
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden
}

.flatpickr-rContainer {
    display: inline-block;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.flatpickr-time {
    text-align: center;
    outline: 0;
    display: block;
    height: 0;
    line-height: 40px;
    max-height: 40px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.flatpickr-time:after {
    content: "";
    display: table;
    clear: both
}

.flatpickr-time .numInputWrapper {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 40%;
    height: 40px;
    float: left
}

.flatpickr-time .numInputWrapper span.arrowUp:after {
    border-bottom-color: #393939
}

.flatpickr-time .numInputWrapper span.arrowDown:after {
    border-top-color: #393939
}

.flatpickr-time.hasSeconds .numInputWrapper {
    width: 26%
}

.flatpickr-time.time24hr .numInputWrapper {
    width: 49%
}

.flatpickr-time input {
    background: 0 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0;
    border-radius: 0;
    text-align: center;
    margin: 0;
    padding: 0;
    height: inherit;
    line-height: inherit;
    color: #393939;
    font-size: 14px;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield
}

.flatpickr-time input.flatpickr-hour {
    font-weight: 700
}

.flatpickr-time input.flatpickr-minute, .flatpickr-time input.flatpickr-second {
    font-weight: 400
}

.flatpickr-time input:focus {
    outline: 0;
    border: 0
}

.flatpickr-time .flatpickr-am-pm, .flatpickr-time .flatpickr-time-separator {
    height: inherit;
    float: left;
    line-height: inherit;
    color: #393939;
    font-weight: 700;
    width: 2%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center
}

.flatpickr-time .flatpickr-am-pm {
    outline: 0;
    width: 18%;
    cursor: pointer;
    text-align: center;
    font-weight: 400
}

.flatpickr-time .flatpickr-am-pm:focus, .flatpickr-time .flatpickr-am-pm:hover, .flatpickr-time input:focus, .flatpickr-time input:hover {
    background: #eee
}

.flatpickr-input[readonly] {
    cursor: pointer
}

@-webkit-keyframes fpFadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes fpFadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.loader {
    background-size: contain;
    background: transparent url(../Images/preloader.svg) no-repeat center center;
    height: 3.125rem;
    margin: 0 auto 2rem;
    opacity: 0;
    width: 3.125rem
}

.loader.active {
    opacity: 1
}

.has-inf-scroll > .status {
    margin: 0;
    padding: 0;
    text-align: center;
    width: 100%
}

.has-inf-scroll > .status.hidden {
    display: none
}

body.compensate-for-scrollbar {
    overflow: hidden
}

.fancybox-active {
    height: auto
}

.fancybox-is-hidden {
    left: -9999px;
    margin: 0;
    position: absolute !important;
    top: -9999px;
    visibility: hidden
}

.fancybox-container {
    -webkit-backface-visibility: hidden;
    height: 100%;
    left: 0;
    outline: 0;
    position: fixed;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    width: 100%;
    z-index: 99992
}

.fancybox-container * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.fancybox-bg, .fancybox-inner, .fancybox-outer, .fancybox-stage {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.fancybox-outer {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto
}

.fancybox-bg {
    background: #1e1e1e;
    opacity: 0;
    -webkit-transition-duration: inherit;
    transition-duration: inherit;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-timing-function: cubic-bezier(.47, 0, .74, .71);
    transition-timing-function: cubic-bezier(.47, 0, .74, .71)
}

.fancybox-is-open .fancybox-bg {
    opacity: .9;
    -webkit-transition-timing-function: cubic-bezier(.22, .61, .36, 1);
    transition-timing-function: cubic-bezier(.22, .61, .36, 1)
}

.fancybox-caption, .fancybox-infobar, .fancybox-navigation .fancybox-button, .fancybox-toolbar {
    direction: ltr;
    opacity: 0;
    position: absolute;
    -webkit-transition: opacity .25s ease, visibility 0s ease .25s;
    transition: opacity .25s ease, visibility 0s ease .25s;
    visibility: hidden;
    z-index: 99997
}

.fancybox-show-caption .fancybox-caption, .fancybox-show-infobar .fancybox-infobar, .fancybox-show-nav .fancybox-navigation .fancybox-button, .fancybox-show-toolbar .fancybox-toolbar {
    opacity: 1;
    -webkit-transition: opacity .25s ease 0s, visibility 0s ease 0s;
    transition: opacity .25s ease 0s, visibility 0s ease 0s;
    visibility: visible
}

.fancybox-infobar {
    color: #ccc;
    font-size: 13px;
    -webkit-font-smoothing: subpixel-antialiased;
    height: 44px;
    left: 0;
    line-height: 44px;
    min-width: 44px;
    mix-blend-mode: difference;
    padding: 0 10px;
    pointer-events: none;
    top: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.fancybox-toolbar {
    right: 0;
    top: 0
}

.fancybox-stage {
    direction: ltr;
    overflow: visible;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    z-index: 99994
}

.fancybox-is-open .fancybox-stage {
    overflow: hidden
}

.fancybox-slide {
    -webkit-backface-visibility: hidden;
    display: none;
    height: 100%;
    left: 0;
    outline: 0;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: absolute;
    text-align: center;
    top: 0;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    white-space: normal;
    width: 100%;
    z-index: 99994
}

.fancybox-slide::before {
    content: "";
    display: inline-block;
    font-size: 0;
    height: 100%;
    vertical-align: middle;
    width: 0
}

.fancybox-is-sliding .fancybox-slide, .fancybox-slide--current, .fancybox-slide--next, .fancybox-slide--previous {
    display: block
}

.fancybox-slide--image {
    overflow: hidden;
    padding: 44px 0
}

.fancybox-slide--image::before {
    display: none
}

.fancybox-slide--html {
    padding: 6px
}

.fancybox-content {
    background: #fff;
    display: inline-block;
    margin: 0;
    max-width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: relative;
    text-align: left;
    vertical-align: middle
}

.fancybox-slide--image .fancybox-content {
    -webkit-animation-timing-function: cubic-bezier(.5, 0, .14, 1);
    animation-timing-function: cubic-bezier(.5, 0, .14, 1);
    -webkit-backface-visibility: hidden;
    background: 0 0;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    left: 0;
    max-width: none;
    overflow: visible;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 99995
}

.fancybox-can-zoomOut .fancybox-content {
    cursor: -webkit-zoom-out;
    cursor: zoom-out
}

.fancybox-can-zoomIn .fancybox-content {
    cursor: -webkit-zoom-in;
    cursor: zoom-in
}

.fancybox-can-pan .fancybox-content, .fancybox-can-swipe .fancybox-content {
    cursor: -webkit-grab;
    cursor: grab
}

.fancybox-is-grabbing .fancybox-content {
    cursor: -webkit-grabbing;
    cursor: grabbing
}

.fancybox-container [data-selectable=true] {
    cursor: text
}

.fancybox-image, .fancybox-spaceball {
    background: 0 0;
    border: 0;
    height: 100%;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%
}

.fancybox-spaceball {
    z-index: 1
}

.fancybox-slide--iframe .fancybox-content, .fancybox-slide--map .fancybox-content, .fancybox-slide--pdf .fancybox-content, .fancybox-slide--video .fancybox-content {
    height: 100%;
    overflow: visible;
    padding: 0;
    width: 100%
}

.fancybox-slide--video .fancybox-content {
    background: #000
}

.fancybox-slide--map .fancybox-content {
    background: #e5e3df
}

.fancybox-slide--iframe .fancybox-content {
    background: #fff
}

.fancybox-iframe, .fancybox-video {
    background: 0 0;
    border: 0;
    display: block;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%
}

.fancybox-iframe {
    left: 0;
    position: absolute;
    top: 0
}

.fancybox-error {
    background: #fff;
    cursor: default;
    max-width: 400px;
    padding: 40px;
    width: 100%
}

.fancybox-error p {
    color: #444;
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    padding: 0
}

.fancybox-button {
    background: rgba(30, 30, 30, .6);
    border: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    height: 44px;
    margin: 0;
    padding: 10px;
    position: relative;
    -webkit-transition: color .2s;
    transition: color .2s;
    vertical-align: top;
    visibility: inherit;
    width: 44px
}

.fancybox-button, .fancybox-button:link, .fancybox-button:visited {
    color: #ccc
}

.fancybox-button:hover {
    color: #fff
}

.fancybox-button:focus {
    outline: 0
}

.fancybox-button.fancybox-focus {
    outline: 1px dotted
}

.fancybox-button[disabled], .fancybox-button[disabled]:hover {
    color: #888;
    cursor: default;
    outline: 0
}

.fancybox-button div {
    height: 100%
}

.fancybox-button svg {
    display: block;
    height: 100%;
    overflow: visible;
    position: relative;
    width: 100%
}

.fancybox-button svg path {
    fill: currentColor;
    stroke-width: 0
}

.fancybox-button--fsenter svg:nth-child(2), .fancybox-button--play svg:nth-child(2) {
    display: none
}

.fancybox-button--fsexit svg:nth-child(1), .fancybox-button--pause svg:nth-child(1) {
    display: none
}

.fancybox-progress {
    background: #ff5268;
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0;
    transform-origin: 0;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    z-index: 99998
}

.fancybox-close-small {
    background: 0 0;
    border: 0;
    border-radius: 0;
    color: #ccc;
    cursor: pointer;
    opacity: .8;
    padding: 8px;
    position: absolute;
    right: -12px;
    top: -44px;
    z-index: 401
}

.fancybox-close-small:hover {
    color: #fff;
    opacity: 1
}

.fancybox-slide--html .fancybox-close-small {
    color: currentColor;
    padding: 10px;
    right: 0;
    top: 0
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
    overflow: hidden
}

.fancybox-is-scaling .fancybox-close-small, .fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
    display: none
}

.fancybox-navigation .fancybox-button {
    background-clip: content-box;
    height: 100px;
    opacity: 0;
    position: absolute;
    top: calc(50% - 50px);
    width: 70px
}

.fancybox-navigation .fancybox-button div {
    padding: 7px
}

.fancybox-navigation .fancybox-button--arrow_left {
    left: 0;
    left: env(safe-area-inset-left);
    padding: 31px 26px 31px 6px
}

.fancybox-navigation .fancybox-button--arrow_right {
    padding: 31px 6px 31px 26px;
    right: 0;
    right: env(safe-area-inset-right)
}

.fancybox-caption {
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .85)), color-stop(50%, rgba(0, 0, 0, .3)), color-stop(65%, rgba(0, 0, 0, .15)), color-stop(75.5%, rgba(0, 0, 0, .075)), color-stop(82.85%, rgba(0, 0, 0, .037)), color-stop(88%, rgba(0, 0, 0, .019)), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(to top, rgba(0, 0, 0, .85) 0, rgba(0, 0, 0, .3) 50%, rgba(0, 0, 0, .15) 65%, rgba(0, 0, 0, .075) 75.5%, rgba(0, 0, 0, .037) 82.85%, rgba(0, 0, 0, .019) 88%, rgba(0, 0, 0, 0) 100%);
    bottom: 0;
    color: #eee;
    font-size: 14px;
    font-weight: 400;
    left: 0;
    line-height: 1.5;
    padding: 75px 44px 25px 44px;
    pointer-events: none;
    right: 0;
    text-align: center;
    z-index: 99996
}

.fancybox-caption--separate {
    margin-top: -50px
}

.fancybox-caption__body {
    max-height: 50vh;
    overflow: auto;
    pointer-events: all
}

.fancybox-caption a, .fancybox-caption a:link, .fancybox-caption a:visited {
    color: #ccc;
    text-decoration: none
}

.fancybox-caption a:hover {
    color: #fff;
    text-decoration: underline
}

.fancybox-loading {
    -webkit-animation: fancybox-rotate 1s linear infinite;
    animation: fancybox-rotate 1s linear infinite;
    background: 0 0;
    border: 4px solid #888;
    border-bottom-color: #fff;
    border-radius: 50%;
    height: 50px;
    left: 50%;
    margin: -25px 0 0 -25px;
    opacity: .7;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 50px;
    z-index: 99999
}

@-webkit-keyframes fancybox-rotate {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes fancybox-rotate {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.fancybox-animated {
    -webkit-transition-timing-function: cubic-bezier(0, 0, .25, 1);
    transition-timing-function: cubic-bezier(0, 0, .25, 1)
}

.fancybox-fx-slide.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
}

.fancybox-fx-slide.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
}

.fancybox-fx-slide.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.fancybox-fx-fade.fancybox-slide--next, .fancybox-fx-fade.fancybox-slide--previous {
    opacity: 0;
    -webkit-transition-timing-function: cubic-bezier(.19, 1, .22, 1);
    transition-timing-function: cubic-bezier(.19, 1, .22, 1)
}

.fancybox-fx-fade.fancybox-slide--current {
    opacity: 1
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: scale3d(1.5, 1.5, 1.5);
    transform: scale3d(1.5, 1.5, 1.5)
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: scale3d(.5, .5, .5);
    transform: scale3d(.5, .5, .5)
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1)
}

.fancybox-fx-rotate.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg)
}

.fancybox-fx-rotate.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
}

.fancybox-fx-rotate.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: rotate(0);
    transform: rotate(0)
}

.fancybox-fx-circular.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
    transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0)
}

.fancybox-fx-circular.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
    transform: scale3d(0, 0, 0) translate3d(100%, 0, 0)
}

.fancybox-fx-circular.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
    transform: scale3d(1, 1, 1) translate3d(0, 0, 0)
}

.fancybox-fx-tube.fancybox-slide--previous {
    -webkit-transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg);
    transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg)
}

.fancybox-fx-tube.fancybox-slide--next {
    -webkit-transform: translate3d(100%, 0, 0) scale(.1) skew(10deg);
    transform: translate3d(100%, 0, 0) scale(.1) skew(10deg)
}

.fancybox-fx-tube.fancybox-slide--current {
    -webkit-transform: translate3d(0, 0, 0) scale(1);
    transform: translate3d(0, 0, 0) scale(1)
}

@media all and (max-height: 576px) {
    .fancybox-slide {
        padding-left: 6px;
        padding-right: 6px
    }
    
    .fancybox-slide--image {
        padding: 6px 0
    }
    
    .fancybox-close-small {
        right: -6px
    }
    
    .fancybox-slide--image .fancybox-close-small {
        background: #4e4e4e;
        color: #f2f4f6;
        height: 36px;
        opacity: 1;
        padding: 6px;
        right: 0;
        top: 0;
        width: 36px
    }
    
    .fancybox-caption {
        padding-left: 12px;
        padding-right: 12px
    }
}

.cookie-consent-container {
    position: fixed;
    z-index: 999999;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, .75)
}

.cookie-consent-container .detail {
    visibility: hidden;
    opacity: 0;
    height: 0;
    width: 0;
    overflow: hidden;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

.cookie-consent-container .detail.open {
    height: auto;
    width: 100%;
    visibility: visible;
    opacity: 1;
    overflow: auto;
    display: block;
    margin-bottom: 15px;
    font-size: 1rem;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

.cookie-consent-container .text-center {
    text-align: center
}

.cookie-consent-container p {
    font-size: 1rem;
    margin: 0 0 15px 0
}

.cookie-consent-container a, .cookie-consent-container a:active, .cookie-consent-container a:focus, .cookie-consent-container a:focus:active, .cookie-consent-container a:visited {
    color: #999;
    text-decoration: none
}

.cookie-consent-container a:active:hover, .cookie-consent-container a:focus:active:hover, .cookie-consent-container a:focus:hover, .cookie-consent-container a:hover, .cookie-consent-container a:visited:hover {
    color: #000;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

.cookie-consent-container a.show-details, .cookie-consent-container a:active.show-details, .cookie-consent-container a:focus.show-details, .cookie-consent-container a:focus:active.show-details, .cookie-consent-container a:visited.show-details {
    display: block;
    position: relative;
    padding-right: 20px;
    margin-bottom: 25px
}

@media all and (min-width: 660px) {
    .cookie-consent-container a.show-details, .cookie-consent-container a:active.show-details, .cookie-consent-container a:focus.show-details, .cookie-consent-container a:focus:active.show-details, .cookie-consent-container a:visited.show-details {
        margin-bottom: 2rem
    }
}

.cookie-consent-container a.show-details:after, .cookie-consent-container a:active.show-details:after, .cookie-consent-container a:focus.show-details:after, .cookie-consent-container a:focus:active.show-details:after, .cookie-consent-container a:visited.show-details:after {
    content: "";
    width: 0;
    height: 0;
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    border-style: solid;
    border-width: 6px 6px 0 6px;
    border-color: #999 transparent transparent transparent;
    margin: 10px 0 0 8px;
    position: absolute;
    top: 0
}

.cookie-consent-container a.show-details:hover:after, .cookie-consent-container a:active.show-details:hover:after, .cookie-consent-container a:focus.show-details:hover:after, .cookie-consent-container a:focus:active.show-details:hover:after, .cookie-consent-container a:visited.show-details:hover:after {
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    border-color: #000 transparent transparent transparent
}

.cookie-consent-container a.show-details .less, .cookie-consent-container a:active.show-details .less, .cookie-consent-container a:focus.show-details .less, .cookie-consent-container a:focus:active.show-details .less, .cookie-consent-container a:visited.show-details .less {
    display: none
}

.cookie-consent-container a.show-details.open .more, .cookie-consent-container a:active.show-details.open .more, .cookie-consent-container a:focus.show-details.open .more, .cookie-consent-container a:focus:active.show-details.open .more, .cookie-consent-container a:visited.show-details.open .more {
    display: none
}

.cookie-consent-container a.show-details.open .less, .cookie-consent-container a:active.show-details.open .less, .cookie-consent-container a:focus.show-details.open .less, .cookie-consent-container a:focus:active.show-details.open .less, .cookie-consent-container a:visited.show-details.open .less {
    display: inline-block
}

.cookie-consent-container a.show-details.open:after, .cookie-consent-container a:active.show-details.open:after, .cookie-consent-container a:focus.show-details.open:after, .cookie-consent-container a:focus:active.show-details.open:after, .cookie-consent-container a:visited.show-details.open:after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.cookie-consent-container .label {
    color: #4d4d4d;
    font-size: 1rem;
    font-weight: 300;
    display: inline-block;
    margin: 0 0 12px 0;
    position: relative;
    padding: 0 0 0 30px;
    line-height: 1.5;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.cookie-consent-container .label.partially-checked .checkmark {
    background-color: #6f9322
}

.cookie-consent-container .label.partially-checked .checkmark:after {
    display: none
}

.cookie-consent-container .label input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0
}

.cookie-consent-container .label input:checked ~ .checkmark {
    background-color: #6f9322
}

.cookie-consent-container .label input:checked ~ .checkmark:after {
    display: block
}

.cookie-consent-container .label input:disabled:checked ~ .checkmark {
    opacity: .6
}

.cookie-consent-container .label .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 22px;
    width: 22px;
    background: #eee;
    border: 1px solid #bfbfbf
}

.cookie-consent-container .label .checkmark:after {
    content: "";
    position: absolute;
    display: none;
    left: 6px;
    top: 0;
    width: 7px;
    height: 15px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.cookie-consent-container .consent-modal {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 500px;
    width: 90%;
    height: 590px;
    max-height: calc(100vh - 50px);
    min-height: 295px;
    margin: auto;
    padding: 20px;
    background-color: #fff;
    overflow-y: auto;
    border-radius: .3125rem;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

@media all and (min-width: 500px) {
    .cookie-consent-container .consent-modal {
        height: 37.5rem
    }
}

@media all and (min-width: 900px) {
    .cookie-consent-container .consent-modal {
        max-height: calc(100vh - 100px)
    }
}

.cookie-consent-container .consent-modal .option-wrapper {
    background: #eee;
    padding: 15px;
    margin-bottom: 15px
}

.cookie-consent-container .consent-modal .option-wrapper:last-child {
    margin-bottom: 0
}

.cookie-consent-container .consent-modal .option-wrapper p:last-child {
    margin-bottom: 0
}

.cookie-consent-container .consent-modal .option-wrapper .option-headline {
    font-size: 1.25rem;
    font-weight: 500
}

.cookie-consent-container .consent-modal .option-wrapper .option-detail-wrapper {
    margin-bottom: 10px;
    border-bottom: 2px solid #afafaf
}

.cookie-consent-container .consent-modal .option-wrapper .option-detail-wrapper:last-child {
    margin-bottom: 0
}

.cookie-consent-container .consent-modal .option-wrapper .option-detail-wrapper .option-detail {
    border-bottom: 1px solid #ddd;
    padding: 7px 10px 3px;
    font-size: .875rem
}

.cookie-consent-container .consent-modal .option-wrapper .option-detail-wrapper .option-detail:last-child {
    border-bottom: none;
    padding-bottom: 6px
}

.cookie-consent-container .consent-modal .option-wrapper .option-detail-wrapper .option-detail.cookie-option {
    background: #dedede;
    font-size: 1rem;
    font-weight: 400;
    -webkit-transition: all ease-in-out .5s;
    transition: all ease-in-out .5s
}

.cookie-consent-container .consent-modal .option-wrapper .option-detail-wrapper .option-detail.cookie-option:hover {
    background: #d4d0d0;
    -webkit-transition: all ease-in-out .5s;
    transition: all ease-in-out .5s
}

.cookie-consent-container .consent-modal .option-wrapper .option-detail-wrapper .option-detail.cookie-option:hover ~ .option-detail {
    background: #f3f3f3;
    -webkit-transition: all ease-in-out .5s;
    transition: all ease-in-out .5s
}

.cookie-consent-container .consent-modal .option-wrapper .option-detail-wrapper .option-detail.cookie-option .label {
    color: #4d4d4d;
    text-align: left;
    font-weight: 400
}

.cookie-consent-container .consent-modal .option-wrapper .option-detail-wrapper .option-detail .option-title {
    font-weight: 400;
    width: 100%;
    text-align: left;
    display: inline-block;
    vertical-align: top
}

@media all and (min-width: 500px) {
    .cookie-consent-container .consent-modal .option-wrapper .option-detail-wrapper .option-detail .option-title {
        width: 30%
    }
}

.cookie-consent-container .consent-modal .option-wrapper .option-detail-wrapper .option-detail .option-value {
    width: 100%;
    display: inline-block;
    vertical-align: top
}

@media all and (min-width: 500px) {
    .cookie-consent-container .consent-modal .option-wrapper .option-detail-wrapper .option-detail .option-value {
        width: 69%
    }
}

.cookie-consent-container .consent-modal .option-wrapper .label {
    margin-bottom: 0;
    padding: 0 20px 0 0;
    width: 100%
}

.cookie-consent-container .consent-modal .option-wrapper .label .checkmark {
    right: 0;
    left: inherit;
    background: #eee;
    border: 1px solid #bfbfbf
}

.cookie-consent-container .consent-modal .option-wrapper .label input:checked ~ .checkmark {
    background-color: #6f9322
}

.cookie-consent-container .consent-modal .cookie-headline {
    display: block;
    margin-bottom: 1rem !important
}

.cookie-consent-container .consent-modal.open {
    max-width: 750px;
    height: calc(100vh - 50px)
}

.cookie-consent-container .consent-modal .options {
    list-style: none;
    margin: 0 0 15px 0;
    padding: 0
}

.cookie-consent-container .consent-modal .options li {
    margin-bottom: 5px;
    margin-left: 0
}

@media all and (min-width: 500px) {
    .cookie-consent-container .consent-modal .options li {
        width: 49%;
        display: inline-block
    }
}

.cookie-consent-container .consent-modal .footer-links {
    display: block;
    width: 100%;
    line-height: 90%
}

.cookie-consent-container .buttons {
    margin-bottom: 25px
}

@media all and (min-width: 660px) {
    .cookie-consent-container .buttons {
        margin-bottom: 2rem
    }
}

.cookie-consent-container .buttons p {
    margin-bottom: .625rem
}

.cookie-consent-container .buttons .btn {
    max-width: 25rem;
    width: 100%
}

.cookie-consent-container .buttons .btn.btn-small {
    font-size: .875rem;
    padding: .4375rem .9375rem
}

.cookie-consent-settings {
    margin-bottom: 10px
}

.cookie-consent-settings .detail {
    visibility: hidden;
    opacity: 0;
    height: 0;
    width: 0;
    overflow: hidden;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

.cookie-consent-settings .detail.open {
    height: auto;
    width: 100%;
    visibility: visible;
    opacity: 1;
    overflow: auto;
    display: block;
    margin-bottom: 15px;
    font-size: 1rem;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

.cookie-consent-replacement {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #f5f5f5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 7rem 0
}

.cookie-consent-replacement p {
    max-width: 31.25rem
}

.container {
    padding-left: 36px;
    padding-right: 36px
}

.site-content {
    margin-top: 126px;
    overflow: hidden
}

.site-content > :not(.alignfull):not(.alignwide) {
    max-width: 920px;
    padding-left: 36px;
    padding-right: 36px
}

.site-content > :not(.alignfull):not(.alignwide):last-child {
    margin-bottom: calc(1.825rem + 6.9vw)
}

@media (min-width: 1200px) {
    .site-content > :not(.alignfull):not(.alignwide):last-child {
        margin-bottom: 7rem
    }
}

.site-content > .alignwide {
    padding-left: 36px;
    padding-right: 36px
}

.site-content > .news-text-wrap + header.alignwide, .site-content > p + header.alignwide {
    margin-top: calc(1.825rem + 6.9vw)
}

@media (min-width: 1200px) {
    .site-content > .news-text-wrap + header.alignwide, .site-content > p + header.alignwide {
        margin-top: 7rem
    }
}

.site-content > header.alignwide {
    margin-bottom: 0;
    margin-top: 0
}

.site-content > header.alignwide + .alignwide {
    margin-top: 0
}

.site-content > .intro {
    height: 0;
    margin-bottom: 0
}

.site-content > .intro + .news-img-wrap {
    margin-top: -6.25rem
}

.site-content > .alignfull, .site-content > .alignwide {
    margin-bottom: calc(1.825rem + 6.9vw);
    margin-top: calc(1.825rem + 6.9vw)
}

@media (min-width: 1200px) {
    .site-content > .alignfull, .site-content > .alignwide {
        margin-bottom: 7rem
    }
}

@media (min-width: 1200px) {
    .site-content > .alignfull, .site-content > .alignwide {
        margin-top: 7rem
    }
}

.site-content > .alignfull.breadcrumb, .site-content > .alignwide.breadcrumb {
    margin-top: calc(1.425rem + 2.1vw);
    margin-bottom: calc(1.425rem + 2.1vw)
}

@media (min-width: 1200px) {
    .site-content > .alignfull.breadcrumb, .site-content > .alignwide.breadcrumb {
        margin-top: 3rem
    }
}

@media (min-width: 1200px) {
    .site-content > .alignfull.breadcrumb, .site-content > .alignwide.breadcrumb {
        margin-bottom: 3rem
    }
}

.site-content > .alignfull.breadcrumb + *, .site-content > .alignwide.breadcrumb + * {
    margin-top: calc(1.425rem + 2.1vw)
}

@media (min-width: 1200px) {
    .site-content > .alignfull.breadcrumb + *, .site-content > .alignwide.breadcrumb + * {
        margin-top: 3rem
    }
}

.site-content > .alignfull.accordion-outer + .accordion-outer, .site-content > .alignwide.accordion-outer + .accordion-outer {
    margin-top: calc(-1.825rem - 6.9vw);
    padding-top: calc(1.425rem + 2.1vw)
}

@media (min-width: 1200px) {
    .site-content > .alignfull.accordion-outer + .accordion-outer, .site-content > .alignwide.accordion-outer + .accordion-outer {
        margin-top: -7rem
    }
}

@media (min-width: 1200px) {
    .site-content > .alignfull.accordion-outer + .accordion-outer, .site-content > .alignwide.accordion-outer + .accordion-outer {
        padding-top: 3rem
    }
}

.site-content > .alignfull.space-after-small, .site-content > .alignwide.space-after-small {
    margin-bottom: 2rem
}

.site-content > .alignfull.space-after-small + *, .site-content > .alignwide.space-after-small + * {
    margin-top: 0
}

.row {
    margin-left: -18px;
    margin-right: -18px
}

.row .row {
    margin-bottom: 2rem
}

.row > * {
    padding-right: 18px;
    padding-left: 18px
}

@media (max-width: 767.98px) {
    .site-content > .alignwide {
        padding: 0 20px
    }
}

@media (max-width: 499.98px) {
    body.mobile-visible {
        overflow-y: hidden
    }
}

.site-header {
    background-color: #fff;
    height: 180px;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 100;
    padding-top: 24px
}

body.large .site-header, body.larger .site-header{
    height: 100px
}

.site-header .helps{
    width: auto;
    display: flex;
	flex-direction: row;
	flex-wrap: wrap-reverse;
	justify-content: flex-end;
	align-items: stretch;
	align-content: flex-end;
    align-items: center;     /* Vertikale Zentrierung */
    text-align: center;    
}

.admin-bar .site-header {
    top: 32px
}

.site-header a {
    color: #171a15
}

.site-header a:hover {
    color: #A91C19
}

.header-bar {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    height: 100px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-transition: padding .2s ease-out;
    transition: padding .2s ease-out;
    width: 100%
}

.logo, .logo-mobile {
    display: block
}

.logo svg, .logo-mobile svg {
    max-width: 100%
}

.logo-mobile {
    display: none
}

@media screen and (max-width: 1299px) {
    .logo {
        display: none
    }
    
    .logo-mobile {
        display: inline-block
    }
}

@media (max-width: 767.98px) {
    .site-header .row {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }
    
    .site-header .row > :first-child {
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 1;
        flex-shrink: 1
    }
    
    .site-header .container {
        padding-left: 20px;
        padding-right: 20px
    }
}

.site-footer {
    background-color: #f5f5f5;
    color: #676767;
    padding: calc(1.475rem + 2.7vw) 0
}

@media (min-width: 1200px) {
    .site-footer {
        padding: 3.5rem 0
    }
}

.site-footer :last-child {
    margin-bottom: 0
}

.site-footer p {
    font-size: 1rem
}

.site-footer a {
    color: #676767;
    font-size: 1rem;
    text-transform: none
}

.site-footer a:hover {
    color: #A91C19
}

.site-footer .opening {
    max-width: 15.625rem
}

.footer-top {
    margin-bottom: calc(1.3rem + .6vw)
}

@media (min-width: 1200px) {
    .footer-top {
        margin-bottom: 1.75rem
    }
}

.footer-content {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -1rem
}

.footer-content > div {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    margin-top: calc(1.325rem + .9vw);
    padding: 0 1rem
}

@media (min-width: 1200px) {
    .footer-content > div {
        margin-top: 2rem
    }
}

.footer-socials {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.footer-socials .socials {
    display: inline-block;
    margin-bottom: .625rem
}

.footer-socials .socials:last-child {
    margin-bottom: 0
}

.footer-socials .socials svg {
    height: 2.5rem;
    width: 2.5rem
}

.footer-logos {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.footer-logos h3 {
    margin-bottom: .5rem;
    text-align: right
}

.footer-logos img {
    border-radius: 0;
    max-width: 18.75rem
}

.footer-logos .slogan {
    margin-bottom: 1rem;
    max-width: 21.875rem;
    text-align: right
}

.footer-logos .slogan:last-child {
    margin-bottom: 0
}

.leichte-sprache {
    position:relative;
    margin-right:10px;
    color:#A91C19
  }
  .leichte-sprache a {
    position:relative;
    display:inline-block;
    font-size:1.125rem;
    font-weight:500;
    color:#A91C19
  }

.size-select-wrapper .size-select {
    margin-right: .4375rem
}

.size-select-wrapper{
    margin-right: 1.4375rem;
    display: flex;
    flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
    align-items: center;     /* Vertikale Zentrierung */
    text-align: center;
}

.size-select-wrapper .fontsize{
    /*line-height: 28px;*/
    vertical-align: top;
    text-align: center;
    margin: 0 16px 0 0;
    padding: 0;
    cursor: pointer;
    color: #A91C19
}

.size-select-wrapper .fontsizestandard{
    font-size: 16px;
    font-weight: bold;
}

.size-select-wrapper .fontsizelarge{
    
    font-size: 22px;
    font-weight: bold;
}

.size-select-wrapper .fontsizelarger{
    
    font-size: 28px;
    font-weight: bold;
}

@media (max-width: 767.98px) {
    .site-footer .footer-socials {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    
    .site-footer .footer-socials .socials {
        margin: 0 .625rem
    }
    
    .site-footer .footer-logos {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-top: 3.5rem !important;
        width: 100%
    }
    
    .site-footer .footer-logos img {
        margin-left: 1rem;
        margin-right: 1rem
    }
    
    .site-footer .footer-top {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center
    }
    
    .site-footer .footer-top .col-auto {
        margin-bottom: 1.875rem
    }
    
    .site-footer .footer-top .col-auto label {
        display: block
    }
    
    .size-select-wrapper {
        margin-bottom: 1.25rem;
        margin-right: 0
    }
    
    .size-select-wrapper .size-select {
        margin-right: 0
    }
}

.header-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 1.125rem;
    height: 60px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-top: 25px
}

.header-menu .top-level-wrapper .top-level {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: transparent 2px solid;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 40px 0 0
}

.header-menu .top-level-wrapper .top-level.active {
    border-bottom-color: #A91C19
}

.header-menu .top-level-wrapper .second-level {
    display: none;
    max-height: calc(100vh - 6.25rem);
    z-index: 100;
    font-size: 1.1rem
}

.header-menu .top-level-wrapper .sub-navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 4.25rem;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; /* Ändern zu flex-start */
    white-space: nowrap;
}

.header-menu .top-level-wrapper .sub-navigation .submenu-item:first-child {
    padding-left: 0;
}

.header-menu .top-level-wrapper .sub-navigation .page-title {
    color: #A91C19;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    font-weight: 500;
    margin-bottom: 0;
    padding-top: 1.2rem;
    margin-right: 0.7rem
}

.header-menu .top-level-wrapper .sub-navigation .submenu-item {
    border-top: none;
    color: #676767;
    font-weight: 400;
    margin-bottom: 0;
    padding: 1.2rem .9375rem
}

.header-menu .top-level-wrapper .sub-navigation .submenu-item.active {
    color: #A91C19
}

.header-menu .top-level-wrapper .sub-navigation .submenu-item:hover {
    color: #A91C19
}

.header-menu .top-level-wrapper .page-resource-content {
    padding-top: calc(1.375rem + 1.5vw);
    padding-bottom: calc(1.625rem + 4.5vw);
    max-height: calc(100vh - 10.5rem);
    overflow-y: auto
}

@media (min-width: 1200px) {
    .header-menu .top-level-wrapper .page-resource-content {
        padding-top: 2.5rem
    }
}

@media (min-width: 1200px) {
    .header-menu .top-level-wrapper .page-resource-content {
        padding-bottom: 5rem
    }
}

.cookie-consent-container .consent-modal .header-menu .top-level-wrapper .page-resource-content .cookie-headline:first-of-type, .header-menu .top-level-wrapper .page-resource-content .cookie-consent-container .consent-modal .cookie-headline:first-of-type, .header-menu .top-level-wrapper .page-resource-content .person-item .title:first-of-type, .header-menu .top-level-wrapper .page-resource-content h1:first-of-type, .header-menu .top-level-wrapper .page-resource-content h2:first-of-type, .header-menu .top-level-wrapper .page-resource-content h3:first-of-type, .header-menu .top-level-wrapper .page-resource-content h4:first-of-type, .header-menu .top-level-wrapper .page-resource-content h5:first-of-type, .person-item .header-menu .top-level-wrapper .page-resource-content .title:first-of-type {
    margin-top: 1.5625rem
}

.header-menu .top-level-wrapper .page-resource-content h3 {
    margin-bottom: 1.5625rem
}

.header-menu .top-level-wrapper.hover .top-level {
    /* Bruno border-top: #A91C19 .125rem solid; */
    border-bottom: #A91C19 .125rem solid
}

.header-menu .top-level-wrapper .second-level:hover, .header-menu .top-level-wrapper.hover .second-level {
    background: #fff;
    display: block;
    left: 0;
    position: absolute;
    top: 155px;
    width: 100%
}

.lang-select { 
    margin: 0 10px 0 10px;
    line-height: 28px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.lang-select a{ 
    color: #A91C19
}

@media (max-width: 499.98px) {
    .header-menu .lang-select {
        margin-right: .625rem
    }
}

.header-menu .lang-select a {
    color: #A91C19
}

.mobile-navi {
    background-color: #fff;
    border-left: 3px solid #171a15;
    bottom: 0;
    display: none;
    max-width: 31.25rem;
    overflow: hidden;
    position: fixed;
    right: -31.25rem;
    top: 0;
    -webkit-transition: right .3s ease-out;
    transition: right .3s ease-out;
    width: 100%;
    z-index: 9999
}

.mobile-navi.opened {
    right: 0
}

.mobile-navi .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    margin: 0 auto;
    overflow-y: auto;
    padding: 100px 72px 36px;
    position: relative
}

@media (max-width: 499.98px) {
    .mobile-navi .inner {
        padding: 100px 20px 36px
    }
}

.mobile-navi .breadcrumb {
    margin-bottom: 2rem
}

.mobile-navi .primary-navigation {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.mobile-navi .top-level-wrapper {
    display: block
}

.mobile-navi .top-level-wrapper a {
    color: #171a15;
    display: inline-block;
    font-size: 1.125rem;
    line-height: 1.3333;
    margin: 18px 0 .625rem;
    padding: 0;
    word-break: break-word
}

.mobile-navi .top-level-wrapper a.active {
    color: #A91C19
}

.mobile-navi .top-level-wrapper a:after {
    width: 100%
}

.mobile-navi .top-level-wrapper a:hover {
    color: #A91C19
}

.mobile-navi .top-level-wrapper .second-level .sub-navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.mobile-navi .top-level-wrapper .second-level .sub-navigation a {
    margin: .625rem 0
}

.mobile-navi .top-level-wrapper .second-level .sub-navigation a.active {
    color: #A91C19
}

.breadcrumb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.breadcrumb p {
    margin: 0 .5rem 0 0
}

.breadcrumb ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0
}

.breadcrumb li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0
}

.breadcrumb li:after {
    content: "/";
    display: block;
    margin: 0 .5rem
}

.breadcrumb li:last-child:after {
    display: none
}

.breadcrumb a {
    display: block
}

.menu-close:hover, .menu-open:hover {
    cursor: pointer
}

.menu-close span, .menu-open span {
    background-color: #A91C19;
    display: block;
    height: .125rem;
    margin-bottom: .375rem;
    -webkit-transition: background-color .2s ease-out;
    transition: background-color .2s ease-out;
    width: 1.5625rem
}

.menu-close span:last-child, .menu-open span:last-child {
    margin: 0
}

.menu-open {
    display: none
}

.menu-close {
    height: 1.5625rem;
    margin-top: -.78125rem;
    position: absolute;
    right: 36px;
    top: 50px;
    width: 1.5625rem
}

.menu-close span {
    margin: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.menu-close span:last-child {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

@media screen and (max-width: 1299px) {
    .header-menu {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
    
    .header-menu > .top-level-wrapper {
        display: none
    }
    
    .menu-open {
        display: block;
        margin-top: 4px
    }
    
    .mobile-navi {
        display: block
    }
    
    .searchbar {
        margin-right: 1.25rem
    }
}

body.large .header-menu, body.larger .header-menu {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

body.large .header-menu > .top-level-wrapper, body.larger .header-menu > .top-level-wrapper {
    display: none
}

body.large .menu-open, body.larger .menu-open {
    display: block
}

body.large .mobile-navi, body.larger .mobile-navi {
    display: block
}

body.large .searchbar, body.larger .searchbar {
    margin-right: 1.25rem
}

body, html {
    color: #676767;
    font-family: Barlow, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.45
}

body.large, html.large {
    font-size: 20px
}

body.larger, html.larger {
    font-size: 24px
}

input[type="checkbox"].size-select{
    display: none;
    background-color: #0a58ca;
}

ol, ul {
    margin: 0 0 1rem;
    padding-left: 1rem
}

ul {
    list-style: square
}

li {
    margin: 0 0 0 30px
}

a {
    color: #676767;
    font-weight: 500;
    text-decoration: none;
    -webkit-transition: color .2s ease-out;
    transition: color .2s ease-out
}

a:focus, a:hover {
    color: #A91C19;
    cursor: pointer
}

li, p {
    font-size: 1.125rem
}

li b, li strong, p b, p strong {
    font-weight: 500
}

p {
    margin: 0 0 1rem
}

.cookie-consent-container .consent-modal p + .cookie-headline, .cookie-consent-container .consent-modal ul + .cookie-headline, .person-item p + .title, .person-item ul + .title, p + h2, p + h3, p + h4, ul + h2, ul + h3, ul + h4 {
    margin-top: 3rem
}

p + p > .btn, p + p > .btn-lg, ul + p > .btn, ul + p > .btn-lg {
    margin-top: 1rem
}

.cookie-consent-container .consent-modal .cookie-headline, .h1, .h2, .h3, .h4, .person-item .title, h1, h2, h3, h4 {
    font-family: Barlow, sans-serif;
    font-weight: 500;
    color: #171a15;
    line-height: 1.45;
    margin: 0 0 calc(1.325rem + .9vw) 0;
    word-break: break-word
}

@media (min-width: 1200px) {
    .cookie-consent-container .consent-modal .cookie-headline, .h1, .h2, .h3, .h4, .person-item .title, h1, h2, h3, h4 {
        margin: 0 0 2rem 0
    }
}

.h1, h1 {
    font-size: calc(1.35rem + 1.2vw);
    font-weight: 400
}

@media (min-width: 1200px) {
    .h1, h1 {
        font-size: 2.25rem
    }
}

.cookie-consent-container .consent-modal .cookie-headline, .h2, .person-item .title, h2 {
    font-size: calc(1.2875rem + .45vw);
    font-weight: 400
}

@media (min-width: 1200px) {
    .cookie-consent-container .consent-modal .cookie-headline, .h2, .person-item .title, h2 {
        font-size: 1.625rem
    }
}

.h3 .h4, .h3 + h4, h3 .h4, h3 + h4 {
    margin-top: 1rem
}

.h3, .h4, .h5, h3, h4, h5 {
    font-size: 1.125rem;
    margin-bottom: 0
}

header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0
}



.searchbar {
    margin-left: 1.25rem
}

@media (max-width: 499.98px) {
    .searchbar {
        margin-left: 0;
        margin-right: .625rem
    }
}

.searchbar .icon {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%
}

.searchbar .icon .search {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 1.3rem
}

.searchbar .icon .close {
    display: none;
    position: relative;
    width: 1.3rem
}

.searchbar .icon .close .bar {
    border-top: .0625rem solid #A91C19;
    height: 0;
    position: absolute;
    top: 50%;
    width: 100%
}

.searchbar .icon .close .bar:first-of-type {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.searchbar .icon .close .bar:last-of-type {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.searchbar .search-content {
    background-color: #fff;
    display: none;
    left: 0;
    padding-bottom: 2.5rem;
    position: absolute;
    top: 80px;
    width: 100%;
    z-index: 200
}

.searchbar .search-content form {
    border-bottom: .0625rem solid #A91C19;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 1.4rem 0 1.4rem
}

.searchbar .search-content form input {
    background-color: transparent;
    padding: 0;
    font-size: calc(1.35rem + 1.2vw)
}

@media (min-width: 1200px) {
    .searchbar .search-content form input {
        font-size: 2.25rem
    }
}

.searchbar .search-content form label {
    display: none
}

.searchbar .search-content form button:after {
    display: none
}

@media (max-width: 991.98px) {
    .searchbar .search-content form input {
        font-size: calc(1.2625rem + .15vw)
    }
}

@media (max-width: 991.98px)and (min-width: 1200px) {
    .searchbar .search-content form input {
        font-size: 1.375rem
    }
}

@media (max-width: 499.98px) {
    .searchbar .search-content form {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    
    .searchbar .search-content form input {
        font-size: 1.125rem;
        margin-bottom: 1rem
    }
}

.searchbar.show .icon .search {
    display: none
}

.searchbar.show .icon .close {
    display: block
}

.searchbar.show .search-content {
    display: block
}

.kesearch_searchbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 36px
}

.kesearch_searchbox .kesearchbox {
    width: calc(75% - 18px)
}

.kesearch_searchbox .submitbutt {
    width: calc(25% - 18px)
}

.kesearch_searchbox .submitbutt .btn {
    height: 3.75rem;
    width: 100%
}

.kesearch_searchbox input {
    border-radius: .3125rem
}

.result-list-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 36px
}

.result-list-item .teaser_icon {
    width: calc(25% - 18px)
}

.result-list-item .result-wrapper {
    width: calc(75% - 18px)
}

.result-list-item .add-info {
    word-break: break-word
}

#kesearch_num_results {
    margin-bottom: 36px
}

@media (max-width: 767.98px) {
    .kesearch_searchbox {
        display: block;
        margin-bottom: 36px
    }
    
    .kesearch_searchbox .kesearchbox {
        width: 100%
    }
    
    .kesearch_searchbox .submitbutt {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        width: 100%
    }
    
    .kesearch_searchbox .submitbutt .btn {
        width: auto
    }
    
    .result-list-item {
        display: block;
        margin-bottom: 72px
    }
    
    .result-list-item .teaser_icon {
        display: none
    }
    
    .result-list-item .result-wrapper {
        width: 100%
    }
}

.form-group {
    margin-bottom: 1rem
}

input, textarea {
    background-clip: padding-box;
    background-color: rgba(0, 59, 133, .05);
    border: 0 solid transparent;
    color: #676767;
    display: block;
    font-family: Barlow, sans-serif;
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 1.2;
    padding: 1.25rem .9375rem;
    -webkit-transition: border .2s ease-out;
    transition: border .2s ease-out;
    width: 100%
}

input.btn, textarea.btn {
    width: auto
}

input[type=checkbox], textarea[type=checkbox] {
    display: inline-block;
    width: auto
}

input[type=submit], textarea[type=submit] {
    -ms-flex-item-align: end;
    align-self: flex-end;
    background-color: #A91C19;
    color: #676767;
    width: 50%
}

input::-ms-expand, textarea::-ms-expand {
    background-color: transparent;
    border: 0
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #9b9b9b;
    opacity: 1
}

input::-moz-placeholder, textarea::-moz-placeholder {
    color: #9b9b9b;
    opacity: 1
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: #9b9b9b;
    opacity: 1
}

input::-ms-input-placeholder, textarea::-ms-input-placeholder {
    color: #9b9b9b;
    opacity: 1
}

input::placeholder, textarea::placeholder {
    color: #9b9b9b;
    opacity: 1
}

input:focus, textarea:focus {
    border-color: #6b7454;
    outline: 0
}

.checkbox {
    cursor: pointer;
    display: block;
    font-size: .75rem;
    line-height: 1.5;
    margin-top: 1rem;
    margin-bottom: 12px;
    padding-left: 30px;
    position: relative;
    text-align: left;
    user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none
}

.checkbox a {
    text-decoration: underline
}

.checkbox input {
    cursor: pointer;
    height: 0;
    opacity: 0;
    position: absolute;
    width: 0
}

.checkbox input:checked .checkmark:after {
    display: block
}

.checkbox .checkmark {
    background-color: transparent;
    border: .0625rem solid #9b9b9b;
    height: 16px;
    left: 0;
    position: absolute;
    top: 2px;
    width: 16px
}

.checkbox .checkmark:after {
    background-color: #9b9b9b;
    content: " ";
    display: none;
    height: 10px;
    left: 1px;
    position: absolute;
    top: 1px;
    width: 10px
}

.checkbox .checkmark.active:after {
    display: block
}

.cover.has-khaki-background *, .cover.has-primary-background *, .cover.has-salsa-background *, .cover.has-secondary-background *, .cover.has-secondary-lite-background *, .cover.has-tertiary-background * {
    color: #fff
}

.cookie-consent-container .consent-modal .cover.has-khaki-background .cookie-headline, .cookie-consent-container .consent-modal .cover.has-primary-background .cookie-headline, .cookie-consent-container .consent-modal .cover.has-salsa-background .cookie-headline, .cookie-consent-container .consent-modal .cover.has-secondary-background .cookie-headline, .cookie-consent-container .consent-modal .cover.has-secondary-lite-background .cookie-headline, .cookie-consent-container .consent-modal .cover.has-tertiary-background .cookie-headline, .cover.has-khaki-background .cookie-consent-container .consent-modal .cookie-headline, .cover.has-khaki-background .person-item .title, .cover.has-khaki-background h2, .cover.has-khaki-background p, .cover.has-primary-background .cookie-consent-container .consent-modal .cookie-headline, .cover.has-primary-background .person-item .title, .cover.has-primary-background h2, .cover.has-primary-background p, .cover.has-salsa-background .cookie-consent-container .consent-modal .cookie-headline, .cover.has-salsa-background .person-item .title, .cover.has-salsa-background h2, .cover.has-salsa-background p, .cover.has-secondary-background .cookie-consent-container .consent-modal .cookie-headline, .cover.has-secondary-background .person-item .title, .cover.has-secondary-background h2, .cover.has-secondary-background p, .cover.has-secondary-lite-background .cookie-consent-container .consent-modal .cookie-headline, .cover.has-secondary-lite-background .person-item .title, .cover.has-secondary-lite-background h2, .cover.has-secondary-lite-background p, .cover.has-tertiary-background .cookie-consent-container .consent-modal .cookie-headline, .cover.has-tertiary-background .person-item .title, .cover.has-tertiary-background h2, .cover.has-tertiary-background p, .person-item .cover.has-khaki-background .title, .person-item .cover.has-primary-background .title, .person-item .cover.has-salsa-background .title, .person-item .cover.has-secondary-background .title, .person-item .cover.has-secondary-lite-background .title, .person-item .cover.has-tertiary-background .title {
    margin-bottom: 1rem
}

.cover {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 2rem;
    padding: 4.6875rem 0
}

.cover.has-gray-background {
    background-color: #f5f5f5
}

.cover .cover-inner {
    color: #676767;
    padding-left: 36px;
    padding-right: 36px
}

.cookie-consent-container .consent-modal .cover .cover-inner .cookie-headline:last-child, .cover .cover-inner .cookie-consent-container .consent-modal .cookie-headline:last-child, .cover .cover-inner .person-item .title:last-child, .cover .cover-inner h2:last-child, .cover .cover-inner h3:last-child, .cover .cover-inner p:last-child, .person-item .cover .cover-inner .title:last-child {
    margin-bottom: 0
}

.cover .cover-inner a, .cover .cover-inner p {
    word-break: break-word
}

[class^=col-] .cover {
    border-radius: .3125rem;
    padding: 36px 0;
    height: calc(100% - 2rem)
}

.cover.has-secondary-background {
    background-color: #133a29
}

.cover.has-secondary-lite-background {
    background-color: #bbd043
}

.cover.has-spring-green-lite-background {
    background-color: #dbde82
}

.cover.has-tertiary-background {
    background-color: #651222
}

.cover.has-khaki-background {
    background-color: #848a67
}

.cover.has-pearl-background {
    background-color: #f6eac6
}

.cover.has-primary-background {
    background-color: #A91C19
}

.cover.has-salsa-background {
    background-color: #a81a17
}

.cover.align-last-end > .cover-inner {
    height: 100%
}

.cover.align-last-end > .cover-inner > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%
}

.cover.align-last-end > .cover-inner > div > :last-child {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

@media (max-width: 767.98px) {
    .cover .cover-inner {
        padding: 0 20px
    }
}

.btn, .btn-lg {
    border-radius: .3125rem;
    color: inherit;
    display: inline-block;
    font-family: Barlow, sans-serif;
    font-size: 1.125rem;
    font-weight: 500;
    -webkit-transition: background-color .2s ease-out, color .2s ease-out;
    transition: background-color .2s ease-out, color .2s ease-out
}

.btn-lg:after, .btn:after {
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32.423 14.944'%3E%3Cg fill='none' stroke='%23676767' stroke-linecap='round' stroke-width='2'%3E%3Cpath d='M1 7.465h19.269'/%3E%3Cpath d='M24.951 1.414l6.058 6.058-6.058 6.058' /%3E%3C/g%3E%3C/svg%3E") no-repeat center center;
    content: "";
    display: inline-block;
    height: .934rem;
    margin-left: 1rem;
    position: relative;
    width: 2.0264375rem;
    top: .0625rem
}

.btn-lg:hover, .btn:hover {
    color: #A91C19;
    text-decoration: none
}

.btn-lg:hover:after, .btn:hover:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32.423 14.944'%3E%3Cg fill='none' stroke='%23ea592c' stroke-linecap='round' stroke-width='2'%3E%3Cpath d='M1 7.465h19.269'/%3E%3Cpath d='M24.951 1.414l6.058 6.058-6.058 6.058' /%3E%3C/g%3E%3C/svg%3E")
}

.btn-primary.btn, .btn-primary.btn-lg {
    background-color: #A91C19;
    border: .0625rem solid #A91C19;
    color: #fff;
    padding: .75rem 1.25rem
}

.btn-primary.btn-lg:after, .btn-primary.btn:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32.423 14.944'%3E%3Cg fill='none' stroke='%23fff' stroke-linecap='round' stroke-width='2'%3E%3Cpath d='M1 7.465h19.269'/%3E%3Cpath d='M24.951 1.414l6.058 6.058-6.058 6.058' /%3E%3C/g%3E%3C/svg%3E")
}

.btn-primary.btn-lg:hover, .btn-primary.btn:hover {
    background-color: transparent;
    color: #A91C19
}

.btn-primary.btn-lg:hover:after, .btn-primary.btn:hover:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32.423 14.944'%3E%3Cg fill='none' stroke='%23A91C19' stroke-linecap='round' stroke-width='2'%3E%3Cpath d='M1 7.465h19.269'/%3E%3Cpath d='M24.951 1.414l6.058 6.058-6.058 6.058' /%3E%3C/g%3E%3C/svg%3E")
}

.btn-secondary-lite.btn, .btn-secondary-lite.btn-lg {
    background-color: #133a29;
    border: .0625rem solid #133a29;
    color: #fff;
    padding: .875rem 2.5rem;
    width: 100%
}

.btn-secondary-lite.btn-lg:after, .btn-secondary-lite.btn:after {
    display: none
}

.btn-secondary-lite.btn-lg:hover, .btn-secondary-lite.btn:hover {
    background-color: transparent;
    color: #133a29
}

.btn-gray.btn, .btn-gray.btn-lg {
    background-color: #9b9b9b;
    border: .0625rem solid #9b9b9b;
    color: #fff;
    padding: .75rem 1.25rem
}

.btn-gray.btn-lg:after, .btn-gray.btn:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32.423 14.944'%3E%3Cg fill='none' stroke='%23fff' stroke-linecap='round' stroke-width='2'%3E%3Cpath d='M1 7.465h19.269'/%3E%3Cpath d='M24.951 1.414l6.058 6.058-6.058 6.058' /%3E%3C/g%3E%3C/svg%3E")
}

.btn-gray.btn-lg:hover, .btn-gray.btn:hover {
    background-color: transparent;
    color: #9b9b9b
}

.btn-gray.btn-lg:hover:after, .btn-gray.btn:hover:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32.423 14.944'%3E%3Cg fill='none' stroke='%239b9b9b' stroke-linecap='round' stroke-width='2'%3E%3Cpath d='M1 7.465h19.269'/%3E%3Cpath d='M24.951 1.414l6.058 6.058-6.058 6.058' /%3E%3C/g%3E%3C/svg%3E")
}

.btn-gray-outline.btn, .btn-gray-outline.btn-lg {
    background-color: transparent;
    border: .0625rem solid #9b9b9b;
    color: #9b9b9b;
    padding: .75rem 1.25rem
}

.btn-gray-outline.btn-lg:after, .btn-gray-outline.btn:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32.423 14.944'%3E%3Cg fill='none' stroke='%23fff' stroke-linecap='round' stroke-width='2'%3E%3Cpath d='M1 7.465h19.269'/%3E%3Cpath d='M24.951 1.414l6.058 6.058-6.058 6.058' /%3E%3C/g%3E%3C/svg%3E")
}

.btn-gray-outline.btn-lg:hover, .btn-gray-outline.btn:hover {
    background-color: #9b9b9b;
    color: #fff
}

.btn-gray-outline.btn-lg:hover:after, .btn-gray-outline.btn:hover:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32.423 14.944'%3E%3Cg fill='none' stroke='%239b9b9b' stroke-linecap='round' stroke-width='2'%3E%3Cpath d='M1 7.465h19.269'/%3E%3Cpath d='M24.951 1.414l6.058 6.058-6.058 6.058' /%3E%3C/g%3E%3C/svg%3E")
}

.btn-small.btn-lg:after, .btn-small.btn:after {
    display: none !important
}

.btn-lg {
    text-align: center;
    width: 100%
}

.btn-lg.btn-gray, .btn-lg.btn-primary, .btn-lg.btn-secondary, .btn-lg.btn-secondary-lite, .btn-lg.btn-tertiary {
    padding-bottom: calc(1.40625rem + 1.875vw);
    padding-top: calc(1.40625rem + 1.875vw)
}

@media (min-width: 1200px) {
    .btn-lg.btn-gray, .btn-lg.btn-primary, .btn-lg.btn-secondary, .btn-lg.btn-secondary-lite, .btn-lg.btn-tertiary {
        padding-bottom: 2.8125rem
    }
}

@media (min-width: 1200px) {
    .btn-lg.btn-gray, .btn-lg.btn-primary, .btn-lg.btn-secondary, .btn-lg.btn-secondary-lite, .btn-lg.btn-tertiary {
        padding-top: 2.8125rem
    }
}

@media (max-width: 991.98px) {
    .btn-lg {
        margin-bottom: 36px
    }
}

.ce-bodytext .cookie-consent-container .consent-modal .cookie-headline, .ce-bodytext .h2, .ce-bodytext .h3 h4, .ce-bodytext .h4, .ce-bodytext .person-item .title, .ce-bodytext h2, .ce-bodytext h3, .cookie-consent-container .consent-modal .ce-bodytext .cookie-headline, .person-item .ce-bodytext .title {
    margin-bottom: 0
}

.ce-textmedia .col-gallery {
    margin-bottom: 1rem;
    width: 50%
}

.ce-textmedia .col-content {
    margin-left: 8.3333333333%;
    width: 41.6666666667%
}

.ce-textmedia.ce-media-right > .row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.ce-textmedia.ce-media-right .col-content {
    margin-left: 0;
    margin-right: 8.3333333333%
}

@media (max-width: 1199.98px) {
    .ce-textmedia .col-content {
        margin-left: 0;
        width: 50%
    }
    
    .ce-textmedia.ce-media-right .col-content {
        margin-right: 0
    }
}

@media (max-width: 991.98px) {
    .ce-textmedia {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
    
    .ce-textmedia .col-content, .ce-textmedia .col-gallery {
        width: 100%
    }
}

.ce-textmedia figure {
    position: relative
}

.ce-textmedia picture {
    display: block;
    position: relative
}

@media (min-width: 1200px) {
    .accordion-wrapper .ce-textmedia .col-content {
        margin-left: 8.3333333333%;
        width: 33.3333333333%
    }
    
    .accordion-wrapper .ce-textmedia.ce-media-right .col-content {
        margin-left: 8.3333333333%;
        margin-right: 8.3333333333%
    }
}

.ce-textmedia + .fahrplan-wrapper {
    margin-top: calc(1.475rem + 2.7vw)
}

@media (min-width: 1200px) {
    .ce-textmedia + .fahrplan-wrapper {
        margin-top: 3.5rem
    }
}

.badges {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.tags {
    padding: .625rem .625rem 0
}

.tags span {
    background-color: #651222;
    border-radius: .3125rem;
    color: #fff;
    display: inline-block;
    font-size: .875rem;
    font-weight: 500;
    line-height: 1;
    margin-bottom: .5rem;
    margin-right: .5rem;
    padding: .5rem .625rem;
    white-space: nowrap
}

.tags span:last-child {
    margin-right: 0
}

.tags span svg {
    fill: #fff;
    height: .9375rem;
    margin-right: .25rem;
    vertical-align: bottom
}

.image-date {
    background-color: rgba(255, 255, 255, .85);
    border-radius: .3125rem;
    color: #676767;
    font-size: .875rem;
    font-weight: 500;
    line-height: 1;
    margin: .625rem .625rem 0 auto;
    padding: .5rem .625rem
}

.uploads-list .upload-item {
    margin-bottom: calc(1.475rem + 2.7vw)
}

@media (min-width: 1200px) {
    .uploads-list .upload-item {
        margin-bottom: 3.5rem
    }
}

.uploads-list .filename {
    margin-right: .625rem
}

.swiper-slide {
    height: auto
}

.header-slider .swiper-slide .wrapper {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.header-slider .swiper-slide .image {
    margin-bottom: 0;
    width: 66.66666%
}

.header-slider .swiper-slide .image img {
    border-radius: .3125rem
}

.header-slider .swiper-slide .image video {
    border: none;
    height: auto;
    margin-left: -.0625rem;
    margin-right: -.0625rem;
    width: calc(100% + 2px)
}

.header-slider .swiper-slide .image.full {
    width: 100%
}

.header-slider .swiper-slide .text-wrapper {
    padding-right: 36px;
    width: 33.33333%
}

.header-slider .swiper-slide .link-arrow svg {
    height: 3.75rem;
    width: 3.75rem
}

.header-slider .swiper-slide .link-arrow .circle {
    fill: #6b7454;
    -webkit-transition: fill .2s ease-out;
    transition: fill .2s ease-out
}

.header-slider .swiper-slide .link-arrow .arrow {
    stroke: #fff
}

.header-slider .swiper-slide .link-arrow:hover .circle {
    fill: #A91C19
}

.header-slider .swiper-container {
    padding-bottom: 1.75rem
}

.header-slider .swiper-container .swiper-pagination {
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    width: 100%
}

.header-slider .swiper-container .swiper-pagination .swiper-pagination-bullet {
    background-color: #171a15;
    border-radius: 50%;
    cursor: pointer;
    height: .75rem;
    margin: 0 .3125rem;
    opacity: .35;
    width: .75rem
}

.header-slider .swiper-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    opacity: 1
}

.header-slider .wrapper.headline {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%
}

.image-slider .swiper-container {
    padding-bottom: 1.75rem
}

@media (min-width: 1200px) {
    .image-slider .swiper-container {
        overflow: visible
    }
}

.row .image-slider .swiper-container {
    overflow: hidden
}

.image-slider .swiper-container .swiper-button-next, .image-slider .swiper-container .swiper-button-prev {
    height: .9375rem;
    top: -.5rem;
    width: 1.875rem
}

.image-slider .swiper-container .swiper-button-next:after, .image-slider .swiper-container .swiper-button-prev:after {
    content: none
}

.image-slider .swiper-container .swiper-button-next {
    right: 0
}

.image-slider .swiper-container .swiper-button-prev {
    left: auto;
    right: 3.125rem
}

.image-slider .swiper-container .swiper-pagination {
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    width: 100%
}

.image-slider .swiper-container .swiper-pagination .swiper-pagination-bullet {
    background-color: #171a15;
    border-radius: 50%;
    cursor: pointer;
    height: .75rem;
    margin: 0 .3125rem;
    opacity: .35;
    width: .75rem
}

.image-slider .swiper-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    opacity: 1
}

.image-slider .swiper-container .figcaption {
    font-size: 1.125rem
}

@media (max-width: 991.98px) {
    .header-slider .swiper-slide .wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }
    
    .header-slider .swiper-slide .image {
        margin-bottom: 2rem;
        width: 100%
    }
    
    .header-slider .swiper-slide .text-wrapper {
        padding-bottom: 20px;
        padding-right: 0;
        width: 100%
    }
}

@media (max-width: 767.98px) {
    .image-slider .swiper-container .swiper-button-next, .image-slider .swiper-container .swiper-button-prev {
        display: none
    }
}

.accordion-wrapper .accordion-header {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    position: relative
}

.accordion-wrapper .accordion-header .icon {
    height: 2.5rem;
    left: 0;
    position: absolute;
    text-align: center;
    width: 2.5rem
}

.accordion-wrapper .accordion-header .cookie-consent-container .consent-modal .icon + .cookie-headline, .accordion-wrapper .accordion-header .icon + h2, .accordion-wrapper .accordion-header .person-item .icon + .title, .cookie-consent-container .consent-modal .accordion-wrapper .accordion-header .icon + .cookie-headline, .person-item .accordion-wrapper .accordion-header .icon + .title {
    padding-left: 3.75rem
}

.accordion-wrapper .accordion-header .cookie-consent-container .consent-modal .cookie-headline, .accordion-wrapper .accordion-header .person-item .title, .accordion-wrapper .accordion-header h2, .cookie-consent-container .consent-modal .accordion-wrapper .accordion-header .cookie-headline, .person-item .accordion-wrapper .accordion-header .title {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 0 4.5rem 0 0;
    margin: 0
}

.accordion-wrapper .accordion-header .toggle-icon {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    color: #A91C19;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 4rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    right: 0;
    text-align: center;
    top: 50%
}

.accordion-wrapper .accordion-header .toggle-icon svg {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    width: 1.3332rem
}

.accordion-wrapper .accordion-inner {
    display: none
}

.accordion-wrapper .accordion-inner .content-wrapper {
    padding-top: 3.125rem
}

.accordion-wrapper.active .accordion-inner {
    display: block
}

.accordion-wrapper.active .accordion-header .toggle-icon svg {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

@media (max-width: 767.98px) {
    .accordion-wrapper .accordion-header .cookie-consent-container .consent-modal .cookie-headline, .accordion-wrapper .accordion-header .person-item .title, .accordion-wrapper .accordion-header h2, .cookie-consent-container .consent-modal .accordion-wrapper .accordion-header .cookie-headline, .person-item .accordion-wrapper .accordion-header .title {
        padding-right: 20px
    }
    
    .accordion-wrapper .accordion-header .toggle-icon {
        -ms-flex-negative: 0;
        flex-shrink: 0;
        height: 2rem;
        width: 2rem
    }
    
    .accordion-wrapper .accordion-header .toggle-icon svg {
        width: 1.5rem
    }
}

.newsletter-form-wrapper label {
    display: none
}

.newsletter-form-wrapper input {
    border-radius: .3125rem;
    margin-bottom: 1rem
}

.newsletter-form-wrapper .subscribe-box {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 1rem;
    position: relative
}

.newsletter-form-wrapper .subscribe-box input {
    left: .5rem;
    opacity: 0;
    position: absolute;
    top: .5rem;
    z-index: 0
}

.newsletter-form-wrapper .subscribe-box input:checked + label .checkbox-replacement {
    background-color: #A91C19
}

.newsletter-form-wrapper .subscribe-box label {
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    margin-bottom: 1rem
}

.newsletter-form-wrapper .subscribe-box label .checkbox-wrapper {
    border-radius: .3125rem;
    display: block;
    padding: .3rem;
    position: absolute;
    -webkit-transition: background-color .2s;
    transition: background-color .2s;
    z-index: 1
}

.newsletter-form-wrapper .subscribe-box label .checkbox-wrapper .checkbox-replacement {
    background: #9b9b9b;
    border: .125rem solid #fff;
    border-radius: 50%;
    display: block;
    height: 1.2rem;
    -webkit-transition: background-color .2s;
    transition: background-color .2s;
    width: 1.2rem
}

.newsletter-form-wrapper .subscribe-box label .checkbox-wrapper:hover {
    background: #f5f5f5
}

.newsletter-form-wrapper .subscribe-box label .text {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 0 0 0 calc(1.375rem + 1.5vw)
}

@media (min-width: 1200px) {
    .newsletter-form-wrapper .subscribe-box label .text {
        padding: 0 0 0 2.5rem
    }
}

.newsletter-form-wrapper .subscribe-box .btn {
    width: auto
}

@media (min-width: 768px) {
    .newsletter-form-wrapper .subscribe-box {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
    
    .newsletter-form-wrapper .subscribe-box label {
        margin-bottom: 0
    }
    
    .newsletter-form-wrapper .subscribe-box label .text {
        padding: 0 calc(1.375rem + 1.5vw)
    }
}

@media (min-width: 768px)and (min-width: 1200px) {
    .newsletter-form-wrapper .subscribe-box label .text {
        padding: 0 2.5rem
    }
}

@media (min-width: 768px) {
    .newsletter-form-wrapper .subscribe-box .btn {
        width: 100%
    }
}

.news-list-view > a {
    margin-bottom: 3.5rem
}

.news-list-view > a:hover .news-img-wrap img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.news-list-view h3 {
    margin: 1rem 0 0
}

.news-list-view p {
    color: #9b9b9b
}

.news-list-view p:last-child {
    margin-bottom: 0
}

.news-img-wrap {
    border-radius: .3125rem;
    overflow: hidden;
    position: relative
}

.news-img-wrap > a {
    display: block
}

.news-img-wrap img {
    border-radius: .3125rem;
    -webkit-transition: -webkit-transform .2s ease-out;
    transition: -webkit-transform .2s ease-out;
    transition: transform .2s ease-out;
    transition: transform .2s ease-out, -webkit-transform .2s ease-out
}

.news-text .news-text-wrap, .news-text h1 {
    margin-left: auto;
    margin-right: auto;
    max-width: 848px
}

.news-text img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: auto
}

.news-text .blog-category {
    margin-top: calc(1.825rem + 6.9vw)
}

@media (min-width: 1200px) {
    .news-text .blog-category {
        margin-top: 7rem
    }
}

.news {
    margin-bottom: calc(1.825rem + 6.9vw)
}

@media (min-width: 1200px) {
    .news {
        margin-bottom: 7rem
    }
}

.news-filter {
    display: none;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
    margin-bottom: calc(1.825rem + 6.9vw)
}

@media (min-width: 1200px) {
    .news-filter {
        margin-bottom: 7rem
    }
}

.news-filter.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.news-filter fieldset {
    margin-bottom: calc(1.35831rem + 1.29972vw);
    padding: 0 10px;
    width: 100%
}

@media (min-width: 1200px) {
    .news-filter fieldset {
        margin-bottom: 2.3331rem
    }
}

@media (min-width: 768px) {
    .news-filter {
        margin-left: -18px;
        margin-right: -18px
    }
    
    .news-filter fieldset {
        padding: 0 18px
    }
}

@media (min-width: 992px) {
    .news-filter fieldset {
        width: 50%
    }
    
    .news-filter fieldset:last-child {
        margin-top: 2rem
    }
}

.filter-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -.4375rem
}

.filter-row:last-child {
    margin-bottom: 0
}

.filter-row label input[type=checkbox] {
    cursor: pointer;
    height: 0;
    opacity: 0;
    position: absolute;
    width: 0
}

.filter-row label span {
    background-color: #f5f5f5;
    border-radius: .3125rem;
    color: #133a29;
    display: inline-block;
    font-weight: 500;
    margin: .625rem .4375rem;
    padding: .3125rem .4375rem
}

.filter-row label span:hover {
    cursor: pointer
}

.filter-row label input[type=checkbox]:checked ~ span {
    background-color: #bbd043;
    color: #fff
}

.date-range {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #f5f5f5;
    border-radius: .3125rem;
    color: #133a29;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-weight: 500;
    margin: .625rem .4375rem;
    padding: .125rem .4375rem
}

.date-range.active {
    background-color: #bbd043;
    color: #fff
}

.date-range .date-range-inputs {
    background-color: #fff;
    border-radius: .3125rem;
    display: inline-block;
    margin-left: .3125rem
}

.date-range input {
    background-color: transparent;
    display: inline-block;
    padding: .1875rem .3125rem;
    text-align: center;
    width: 15rem
}

.news-table-view .news-item {
    border-bottom: 1px solid #676767
}

.news-row-item {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 2.1875rem 0
}

.news-row-item h3 {
    margin-bottom: 0;
    margin-top: 0
}

.news-row-item p, .news-row-item time {
    color: #676767
}

.news-row-item .news-date, .news-row-item .news-time {
    display: block;
    font-size: 1.125rem
}

.news-row-item .news-date {
    color: #171a15
}

.news-row-item .date-time {
    margin-bottom: 1rem
}

.news-row-item .tags {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
    position: static
}

.news-list-header {
    border-bottom: 1px solid #676767;
    padding: .9375rem 0
}

.news-list-header p {
    margin-bottom: 0
}

.blog-category {
    color: #171a15;
    margin-bottom: 0
}

a.btn[href="#filter"] {
    color: #171a15
}

a.btn[href="#filter"]:after {
    background-image: url("data:image/svg+xml; charset=UTF-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14.944' height='8.886'%3E%3Cpath d='M13.53 1.414L7.472 7.472 1.414 1.414' fill='none' stroke='%23000' stroke-linecap='round' stroke-width='2'/%3E%3C/svg%3E");
    background-size: contain;
    top: .5rem;
    width: 1.375rem
}

a.btn[href="#filter"].active:after, a.btn[href="#filter"].active:hover:after {
    background-image: url("data:image/svg+xml; charset=UTF-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14.944' height='8.886'%3E%3Cpath data-name='Pfad 26' d='M1.414 7.472l6.058-6.058 6.058 6.058' fill='none' stroke='%23000' stroke-linecap='round' stroke-width='2'/%3E%3C/svg%3E")
}

a.btn[href="#filter"]:hover {
    color: #171a15
}

a.btn[href="#filter"]:hover:after {
    background-image: url("data:image/svg+xml; charset=UTF-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14.944' height='8.886'%3E%3Cpath data-name='Pfad 26' d='M13.53 1.414L7.472 7.472 1.414 1.414' fill='none' stroke='%23000' stroke-linecap='round' stroke-width='2'/%3E%3C/svg%3E")
}

@media (max-width: 767.98px) {
    .news-list-item .header {
        margin-bottom: 20px
    }
}

.flatpickr-day.endRange, .flatpickr-day.selected, .flatpickr-day.startRange {
    background-color: #bbd043;
    border-color: #bbd043
}

.flatpickr-day.endRange.startRange + .endRange:not(:nth-child(7n+1)), .flatpickr-day.selected.startRange + .endRange:not(:nth-child(7n+1)), .flatpickr-day.startRange.startRange + .endRange:not(:nth-child(7n+1)) {
    -webkit-box-shadow: -10px 0 0 #bbd043;
    box-shadow: -10px 0 0 #bbd043
}

.flatpickr-day.endRange:focus, .flatpickr-day.endRange:hover, .flatpickr-day.selected:focus, .flatpickr-day.selected:hover, .flatpickr-day.startRange:focus, .flatpickr-day.startRange:hover {
    background-color: #bbd043;
    border-color: #bbd043
}

.flatpickr-day.endRange.nextMonthDay, .flatpickr-day.endRange.prevMonthDay, .flatpickr-day.selected.nextMonthDay, .flatpickr-day.selected.prevMonthDay, .flatpickr-day.startRange.nextMonthDay, .flatpickr-day.startRange.prevMonthDay {
    background-color: #133a29;
    border-color: #133a29
}

.flatpickr-day.inRange {
    background-color: #f5f5f5;
    border-color: #f5f5f5;
    -webkit-box-shadow: -5px 0 0 #f5f5f5, 5px 0 0 #f5f5f5;
    box-shadow: -5px 0 0 #f5f5f5, 5px 0 0 #f5f5f5
}

.flatpickr-day.inRange.nextMonthDay, .flatpickr-day.inRange.prevMonthDay {
    -webkit-box-shadow: -5px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
    box-shadow: -5px 0 0 #e6e6e6, 5px 0 0 #e6e6e6
}

.flatpickr-day.inRange.nextMonthDay.endRange, .flatpickr-day.inRange.nextMonthDay.startRange, .flatpickr-day.inRange.prevMonthDay.endRange, .flatpickr-day.inRange.prevMonthDay.startRange {
    -webkit-box-shadow: none;
    box-shadow: none
}

.maps-wrapper {
    margin-bottom: 2rem
}

#google_maps_canvas {
    width: 100%
}

#google_maps_canvas img {
    max-width: none
}

#google_maps_canvas.initialized {
    min-height: 25rem;
    padding-top: 56.25%
}

@media (max-width: 767.98px) {
    #google_maps_canvas.initialized {
        min-height: 18.75rem
    }
}

#google_maps_canvas .consent {
    background-color: #dadada;
    padding: 1rem;
    text-align: center
}

svg.icon {
    height: 2.5rem
}

.gallery {
    display: grid;
    grid-auto-flow: dense;
    grid-gap: 20px;
    grid-template-columns:1fr
}

.gallery .gallery-item {
    display: block
}

.gallery .gallery-item img {
    height: 100%
}

@media (min-width: 500px) {
    .gallery {
        grid-template-columns:1fr 1fr
    }
    
    .gallery .size-wide {
        grid-column-end: span 2
    }
    
    .gallery .size-tall {
        grid-row-end: span 2
    }
}

@media (min-width: 768px) {
    .gallery {
        grid-gap: 36px
    }
}

@media (min-width: 992px) {
    .gallery {
        grid-template-columns:1fr 1fr 1fr
    }
}

figure {
    margin: 0;
    position: relative
}

figure .caption {
    background-color: rgba(255, 255, 255, .5);
    bottom: 0;
    color: #171a15;
    font-size: .875rem;
    left: 0;
    padding: .3125rem;
    position: absolute;
    right: 0
}

.persons-grid {
    display: grid;
    grid-gap: 20px;
    grid-template-columns:1fr
}

@media (min-width: 500px) {
    .persons-grid {
        grid-template-columns:1fr 1fr
    }
}

@media (min-width: 768px) {
    .persons-grid {
        grid-gap: 36px
    }
}

@media (min-width: 992px) {
    .persons-grid {
        grid-template-columns:1fr 1fr 1fr
    }
}

@media (min-width: 1200px) {
    .persons-grid {
        grid-template-columns:1fr 1fr 1fr 1fr
    }
}

.person-item {
    text-align: center
}

.person-item .image {
    overflow: hidden;
    position: relative
}

.person-item .contact {
    background-color: rgba(255, 255, 255, .5);
    left: 0;
    position: absolute;
    right: 0;
    padding: .625rem;
    top: 100%;
    -webkit-transition: -webkit-transform .2s ease-out;
    transition: -webkit-transform .2s ease-out;
    transition: transform .2s ease-out;
    transition: transform .2s ease-out, -webkit-transform .2s ease-out
}

.person-item .contact p {
    margin: 0
}

.person-item .title {
    margin: .625rem 0
}

.person-item:active .contact, .person-item:hover .contact {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%)
}

/*# sourceMappingURL=style.css.map */


/* Leichte Sprache */
body#leichte-sprache .col-md-7, body#leichte-sprache .col-md-7 p{
    font-size: 1.6rem
}

body#leichte-sprache .col-md-7{
    padding-left: 100px
}

body#leichte-sprache .col-md-7 h2{
    font-size: 2.2rem;
    color: #676767;
    font-weight: 500;
    margin-bottom: 0
}

body#leichte-sprache .col-md-5 img{
    max-width: 300px;
    height: auto;
    border: 0px solid #000
}


/* Leichte Sprache Accordion */
body#leichte-sprache .accordion-header h2{
    font-size: 2.2rem
}

body#leichte-sprache .accordion-wrapper .col-md-7, body#leichte-sprache .accordion-wrapper .col-md-7 p, body#leichte-sprache .accordion-wrapper .col-md-7 ul, body#leichte-sprache .accordion-wrapper .col-md-7 li{
    font-size: 1.6rem
}

body#leichte-sprache .accordion-wrapper .col-md-5 img{
    max-width: 400px;
    height: auto;
    border: 0px solid #000
}

body#leichte-sprache .accordion-wrapper .content-wrapper > .alignwide{
    margin-bottom: 100px
}

body#leichte-sprache .accordion-wrapper .content-wrapper ul{
    list-style: none; /* Entfernt die Standard-Listensymbole */
    padding-left: 0;  /* Entfernt das Standard-Padding der Liste */
    margin: 0
}

body#leichte-sprache .accordion-wrapper .content-wrapper li{
    position: relative; /* Macht das <li> zum Bezugspunkt für das ::before-Pseudo-Element */
    padding-left: 20px; 
}

body#leichte-sprache .accordion-wrapper .content-wrapper li::before{
    content: "•"; /* Fügt ein Listensymbol (•) manuell hinzu */
    position: absolute; /* Positioniert das Symbol absolut relativ zum <li> */
    left: -8px; /* Positioniert das Symbol am linken Rand des <li> */
    top: 0; /* Vertikale Ausrichtung des Symbols */
}

@media (max-width: 600px) {
    body#leichte-sprache .ce-right .ce-gallery, body#leichte-sprache .ce-gallery figure{
        float: left;
        width: 100%
    }
    
    body#leichte-sprache .ce-gallery figure img{
        margin: 0 auto
    }

    body#leichte-sprache .col-md-7{
        padding-left: 40px;
        padding-right: 30px

    }

}

.size-select-wrapper label:hover{
    color: #A91C19
}

.lang-select{
    font-size: 1.125rem;
}

@media (max-width: 1260px) {
    .site-header{
        height: 100px
    }
}

@media (max-width: 960px) {
    
    .site-header{
        height: 170px
    }

    body.large .site-header{
        height: 190px
    }

    body.larger .site-header{
        height: 190px
    }

    .site-header .container{
        position: relative
    }
    
    .size-select-wrapper{
        position: absolute;
        left: 20px;
        top: 80px
    }
    .size-select-wrapper .fontsize{
        margin: 0 0 0 15px
    }
    .leichte-sprache{
        position: absolute;
        right: 26px;
        top: 84px
    }
    .leichte-sprache a::after{
        content: "";
    }

    .searchbar .search-content{
        top: 56px
    }

    .size-select-wrapper .fontsize{
        margin-right: 10px
    }

}

@media (max-width: 980px) {

    body.large .helps, body.larger .helps{
        margin-top: 20px
    }

    body.large .site-header, body.larger .site-header{
        height: 190px
    }

    body#leichte-sprache .accordion-header h2, body#leichte-sprache .col-md-7 h2{
        font-size: 1.8rem
    }

    body#leichte-sprache .accordion-wrapper .col-md-7, body#leichte-sprache .accordion-wrapper .col-md-7 p, body#leichte-sprache .accordion-wrapper .col-md-7 ul, body#leichte-sprache .accordion-wrapper .col-md-7 li{
        font-size: 1.4rem
    }

    body#leichte-sprache .accordion-outer{
        border-bottom: 1px solid #fff
    }

}

@media (max-width: 767.98px) {
    .site-header .row > :first-child{
        flex-shrink: 1
    }

    .header-menu{
        display: none
    }

    .size-wrap{
        position: absolute;
        width: 200px;
        left: -14px;
        top: -6px
    }
    .leichte-sprache{
        position: absolute;
        right: 10px;
        
    }   

    
}

