
@font-face {
    font-family: HDIPro;
    src: url(../fonts/hdi-pro-book-webfont-woff2.woff2) format("woff2");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: HDIPro;
    src: url(../fonts/hdi-pro-book-webfont-woff2.woff2) format("woff2");
    font-weight: 500;
    font-style: normal
}

@font-face {
    font-family: HDIPro;
    src: url(../fonts/hdi-pro-bold-webfont-woff2.woff2) format("woff2");
    font-weight: 700;
    font-style: normal
}

.croppie-container {
    width: 100%;
    height: 100%
}

.croppie-container .cr-image {
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    transform-origin: 0 0;
    max-height: none;
    max-width: none
}

.croppie-container .cr-boundary {
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    z-index: 1;
    width: 100%;
    height: 100%
}

.croppie-container .cr-resizer,
.croppie-container .cr-viewport {
    position: absolute;
    border: 2px solid #fff;
    margin: auto;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    box-shadow: 0 0 2000px 2000px rgba(0, 0, 0, .5);
    z-index: 0
}

.croppie-container .cr-resizer {
    z-index: 2;
    box-shadow: none;
    pointer-events: none
}

.croppie-container .cr-resizer-horisontal,
.croppie-container .cr-resizer-vertical {
    position: absolute;
    pointer-events: all
}

.croppie-container .cr-resizer-horisontal:after,
.croppie-container .cr-resizer-vertical:after {
    display: block;
    position: absolute;
    box-sizing: border-box;
    border: 1px solid #000;
    background: #fff;
    width: 10px;
    height: 10px;
    content: ""
}

.croppie-container .cr-resizer-vertical {
    bottom: -5px;
    cursor: row-resize;
    width: 100%;
    height: 10px
}

.croppie-container .cr-resizer-vertical:after {
    left: 50%;
    margin-left: -5px
}

.croppie-container .cr-resizer-horisontal {
    right: -5px;
    cursor: col-resize;
    width: 10px;
    height: 100%
}

.croppie-container .cr-resizer-horisontal:after {
    top: 50%;
    margin-top: -5px
}

.croppie-container .cr-original-image {
    display: none
}

.croppie-container .cr-vp-circle {
    border-radius: 50%
}

.croppie-container .cr-overlay {
    z-index: 1;
    position: absolute;
    cursor: move;
    touch-action: none
}

.croppie-container .cr-slider-wrap {
    width: 75%;
    margin: 15px auto;
    text-align: center
}

.croppie-result {
    position: relative;
    overflow: hidden
}

.croppie-result img {
    position: absolute
}

.croppie-container .cr-image,
.croppie-container .cr-overlay,
.croppie-container .cr-viewport {
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0)
}

.cr-slider {
    -webkit-appearance: none;
    width: 300px;
    max-width: 100%;
    padding-top: 8px;
    padding-bottom: 8px;
    background-color: transparent
}

.cr-slider::-webkit-slider-runnable-track {
    width: 100%;
    height: 3px;
    background: rgba(0, 0, 0, .5);
    border: 0;
    border-radius: 3px
}

.cr-slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    border: none;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background: #ddd;
    margin-top: -6px
}

.cr-slider:focus {
    outline: none
}

.cr-slider::-moz-range-track {
    width: 100%;
    height: 3px;
    background: rgba(0, 0, 0, .5);
    border: 0;
    border-radius: 3px
}

.cr-slider::-moz-range-thumb {
    border: none;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background: #ddd;
    margin-top: -6px
}

.cr-slider:-moz-focusring {
    outline: 1px solid #fff;
    outline-offset: -1px
}

.cr-slider::-ms-track {
    width: 100%;
    height: 5px;
    background: transparent;
    border-color: transparent;
    border-width: 6px 0;
    color: transparent
}

.cr-slider::-ms-fill-lower,
.cr-slider::-ms-fill-upper {
    background: rgba(0, 0, 0, .5);
    border-radius: 10px
}

.cr-slider::-ms-thumb {
    border: none;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background: #ddd;
    margin-top: 1px
}

.cr-slider:focus::-ms-fill-lower,
.cr-slider:focus::-ms-fill-upper {
    background: rgba(0, 0, 0, .5)
}

.cr-rotate-controls {
    position: absolute;
    bottom: 5px;
    left: 5px;
    z-index: 1
}

.cr-rotate-controls button {
    border: 0;
    background: none
}

.cr-rotate-controls i:before {
    display: inline-block;
    font-style: normal;
    font-weight: 900;
    font-size: 22px
}

.cr-rotate-l i:before {
    content: "↺"
}

.cr-rotate-r i:before {
    content: "↻"
}

@-webkit-keyframes passing-through {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        -moz-transform: translateY(40px);
        -ms-transform: translateY(40px);
        -o-transform: translateY(40px);
        transform: translateY(40px)
    }

    30%,
    70% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }

    to {
        opacity: 0;
        -webkit-transform: translateY(-40px);
        -moz-transform: translateY(-40px);
        -ms-transform: translateY(-40px);
        -o-transform: translateY(-40px);
        transform: translateY(-40px)
    }
}

@-moz-keyframes passing-through {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        -moz-transform: translateY(40px);
        -ms-transform: translateY(40px);
        -o-transform: translateY(40px);
        transform: translateY(40px)
    }

    30%,
    70% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }

    to {
        opacity: 0;
        -webkit-transform: translateY(-40px);
        -moz-transform: translateY(-40px);
        -ms-transform: translateY(-40px);
        -o-transform: translateY(-40px);
        transform: translateY(-40px)
    }
}

@keyframes passing-through {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        -moz-transform: translateY(40px);
        -ms-transform: translateY(40px);
        -o-transform: translateY(40px);
        transform: translateY(40px)
    }

    30%,
    70% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }

    to {
        opacity: 0;
        -webkit-transform: translateY(-40px);
        -moz-transform: translateY(-40px);
        -ms-transform: translateY(-40px);
        -o-transform: translateY(-40px);
        transform: translateY(-40px)
    }
}

@-webkit-keyframes slide-in {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        -moz-transform: translateY(40px);
        -ms-transform: translateY(40px);
        -o-transform: translateY(40px);
        transform: translateY(40px)
    }

    30% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }
}

@-moz-keyframes slide-in {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        -moz-transform: translateY(40px);
        -ms-transform: translateY(40px);
        -o-transform: translateY(40px);
        transform: translateY(40px)
    }

    30% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes slide-in {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        -moz-transform: translateY(40px);
        -ms-transform: translateY(40px);
        -o-transform: translateY(40px);
        transform: translateY(40px)
    }

    30% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1)
    }

    10% {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1)
    }

    20% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1)
    }
}

@-moz-keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1)
    }

    10% {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1)
    }

    20% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1)
    }

    10% {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1)
    }

    20% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1)
    }
}

.dropzone,
.dropzone * {
    box-sizing: border-box
}

.dropzone {
    min-height: 150px;
    border: 2px solid rgba(0, 0, 0, .3);
    background: #fff;
    padding: 20px
}

.dropzone.dz-clickable {
    cursor: pointer
}

.dropzone.dz-clickable * {
    cursor: default
}

.dropzone.dz-clickable .dz-message,
.dropzone.dz-clickable .dz-message * {
    cursor: pointer
}

.dropzone.dz-started .dz-message {
    display: none
}

.dropzone.dz-drag-hover {
    border-style: solid
}

.dropzone.dz-drag-hover .dz-message {
    opacity: .5
}

.dropzone .dz-message {
    text-align: center;
    margin: 2em 0
}

.dropzone .dz-message .dz-button {
    background: none;
    color: inherit;
    border: none;
    padding: 0;
    font: inherit;
    cursor: pointer;
    outline: inherit
}

.dropzone .dz-preview {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 16px;
    min-height: 100px
}

.dropzone .dz-preview:hover {
    z-index: 1000
}

.dropzone .dz-preview.dz-file-preview .dz-image {
    border-radius: 20px;
    background: #999;
    background: linear-gradient(180deg, #eee, #ddd)
}

.dropzone .dz-preview.dz-file-preview .dz-details {
    opacity: 1
}

.dropzone .dz-preview.dz-image-preview {
    background: #fff
}

.dropzone .dz-preview.dz-image-preview .dz-details {
    -webkit-transition: opacity .2s linear;
    -moz-transition: opacity .2s linear;
    -ms-transition: opacity .2s linear;
    -o-transition: opacity .2s linear;
    transition: opacity .2s linear
}

.dropzone .dz-preview .dz-remove {
    font-size: 14px;
    text-align: center;
    display: block;
    cursor: pointer;
    border: none
}

.dropzone .dz-preview .dz-remove:hover {
    text-decoration: underline
}

.dropzone .dz-preview:hover .dz-details {
    opacity: 1
}

.dropzone .dz-preview .dz-details {
    z-index: 20;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    font-size: 13px;
    min-width: 100%;
    max-width: 100%;
    padding: 2em 1em;
    text-align: center;
    color: rgba(0, 0, 0, .9);
    line-height: 150%
}

.dropzone .dz-preview .dz-details .dz-size {
    margin-bottom: 1em;
    font-size: 16px
}

.dropzone .dz-preview .dz-details .dz-filename {
    white-space: nowrap
}

.dropzone .dz-preview .dz-details .dz-filename:hover span {
    border: 1px solid hsla(0, 0%, 78.4%, .8);
    background-color: hsla(0, 0%, 100%, .8)
}

.dropzone .dz-preview .dz-details .dz-filename:not(:hover) {
    overflow: hidden;
    text-overflow: ellipsis
}

.dropzone .dz-preview .dz-details .dz-filename:not(:hover) span {
    border: 1px solid transparent
}

.dropzone .dz-preview .dz-details .dz-filename span,
.dropzone .dz-preview .dz-details .dz-size span {
    background-color: hsla(0, 0%, 100%, .4);
    padding: 0 .4em;
    border-radius: 3px
}

.dropzone .dz-preview:hover .dz-image img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-filter: blur(8px);
    filter: blur(8px)
}

.dropzone .dz-preview .dz-image {
    border-radius: 20px;
    overflow: hidden;
    width: 120px;
    height: 120px;
    position: relative;
    display: block;
    z-index: 10
}

.dropzone .dz-preview .dz-image img {
    display: block
}

.dropzone .dz-preview.dz-success .dz-success-mark {
    -webkit-animation: passing-through 3s cubic-bezier(.77, 0, .175, 1);
    -moz-animation: passing-through 3s cubic-bezier(.77, 0, .175, 1);
    -ms-animation: passing-through 3s cubic-bezier(.77, 0, .175, 1);
    -o-animation: passing-through 3s cubic-bezier(.77, 0, .175, 1);
    animation: passing-through 3s cubic-bezier(.77, 0, .175, 1)
}

.dropzone .dz-preview.dz-error .dz-error-mark {
    opacity: 1;
    -webkit-animation: slide-in 3s cubic-bezier(.77, 0, .175, 1);
    -moz-animation: slide-in 3s cubic-bezier(.77, 0, .175, 1);
    -ms-animation: slide-in 3s cubic-bezier(.77, 0, .175, 1);
    -o-animation: slide-in 3s cubic-bezier(.77, 0, .175, 1);
    animation: slide-in 3s cubic-bezier(.77, 0, .175, 1)
}

.dropzone .dz-preview .dz-error-mark,
.dropzone .dz-preview .dz-success-mark {
    pointer-events: none;
    opacity: 0;
    z-index: 500;
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    margin-left: -27px;
    margin-top: -27px
}

.dropzone .dz-preview .dz-error-mark svg,
.dropzone .dz-preview .dz-success-mark svg {
    display: block;
    width: 54px;
    height: 54px
}

.dropzone .dz-preview.dz-processing .dz-progress {
    opacity: 1;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear
}

.dropzone .dz-preview.dz-complete .dz-progress {
    opacity: 0;
    -webkit-transition: opacity .4s ease-in;
    -moz-transition: opacity .4s ease-in;
    -ms-transition: opacity .4s ease-in;
    -o-transition: opacity .4s ease-in;
    transition: opacity .4s ease-in
}

.dropzone .dz-preview:not(.dz-processing) .dz-progress {
    -webkit-animation: pulse 6s ease infinite;
    -moz-animation: pulse 6s ease infinite;
    -ms-animation: pulse 6s ease infinite;
    -o-animation: pulse 6s ease infinite;
    animation: pulse 6s ease infinite
}

.dropzone .dz-preview .dz-progress {
    opacity: 1;
    z-index: 1000;
    pointer-events: none;
    position: absolute;
    height: 16px;
    left: 50%;
    top: 50%;
    margin-top: -8px;
    width: 80px;
    margin-left: -40px;
    background: hsla(0, 0%, 100%, .9);
    -webkit-transform: scale(1);
    border-radius: 8px;
    overflow: hidden
}

.dropzone .dz-preview .dz-progress .dz-upload {
    background: #333;
    background: linear-gradient(180deg, #666, #444);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 0;
    -webkit-transition: width .3s ease-in-out;
    -moz-transition: width .3s ease-in-out;
    -ms-transition: width .3s ease-in-out;
    -o-transition: width .3s ease-in-out;
    transition: width .3s ease-in-out
}

.dropzone .dz-preview.dz-error .dz-error-message {
    display: block
}

.dropzone .dz-preview.dz-error:hover .dz-error-message {
    opacity: 1;
    pointer-events: auto
}

.dropzone .dz-preview .dz-error-message {
    pointer-events: none;
    z-index: 1000;
    position: absolute;
    display: block;
    display: none;
    opacity: 0;
    -webkit-transition: opacity .3s ease;
    -moz-transition: opacity .3s ease;
    -ms-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease;
    border-radius: 8px;
    font-size: 13px;
    top: 130px;
    left: -10px;
    width: 140px;
    background: #be2626;
    background: linear-gradient(180deg, #be2626, #a92222);
    padding: .5em 1.2em;
    color: #fff
}

.dropzone .dz-preview .dz-error-message:after {
    content: "";
    position: absolute;
    top: -6px;
    left: 64px;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #be2626
}

.select2-container {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle
}

.select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 28px;
    user-select: none;
    -webkit-user-select: none
}

.select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    padding-left: 8px;
    padding-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.select2-container .select2-selection--single .select2-selection__clear {
    position: relative
}

.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px
}

.select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    user-select: none;
    -webkit-user-select: none
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
    display: inline-block;
    overflow: hidden;
    padding-left: 8px;
    text-overflow: ellipsis;
    white-space: nowrap
}

.select2-container .select2-search--inline {
    float: left
}

.select2-container .select2-search--inline .select2-search__field {
    box-sizing: border-box;
    border: none;
    font-size: 100%;
    margin-top: 5px;
    padding: 0
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none
}

.select2-dropdown {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    box-sizing: border-box;
    display: block;
    position: absolute;
    left: -100000px;
    width: 100%;
    z-index: 1051
}

.select2-results {
    display: block
}

.select2-results__options {
    list-style: none;
    margin: 0;
    padding: 0
}

.select2-results__option {
    padding: 6px;
    user-select: none;
    -webkit-user-select: none
}

.select2-results__option[aria-selected] {
    cursor: pointer
}

.select2-container--open .select2-dropdown {
    left: 0
}

.select2-container--open .select2-dropdown--above {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--open .select2-dropdown--below {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-search--dropdown {
    display: block;
    padding: 4px
}

.select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    box-sizing: border-box
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none
}

.select2-search--dropdown.select2-search--hide {
    display: none
}

.select2-close-mask {
    border: 0;
    margin: 0;
    padding: 0;
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    opacity: 0;
    z-index: 99;
    background-color: #fff;
    filter: alpha(opacity=0)
}

.select2-hidden-accessible {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    -webkit-clip-path: inset(50%) !important;
    clip-path: inset(50%) !important;
    height: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
    white-space: nowrap !important
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px
}

.select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: 700
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear {
    float: left
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
    left: 1px;
    right: auto
}

.select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: #eee;
    cursor: default
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888;
    border-width: 0 4px 5px
}

.select2-container--default .select2-selection--multiple {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0 5px;
    width: 100%
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
    list-style: none
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: 700;
    margin-top: 5px;
    margin-right: 10px;
    padding: 1px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #999;
    cursor: pointer;
    display: inline-block;
    font-weight: 700;
    margin-right: 2px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #333
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-search--inline,
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
    float: right
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: 1px solid #000;
    outline: 0
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
    background-color: #eee;
    cursor: default
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
    display: none
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa
}

.select2-container--default .select2-search--inline .select2-search__field {
    background: transparent;
    border: none;
    outline: 0;
    box-shadow: none;
    -webkit-appearance: textfield
}

.select2-container--default .select2-results>.select2-results__options {
    max-height: 200px;
    overflow-y: auto
}

.select2-container--default .select2-results__option[role=group] {
    padding: 0
}

.select2-container--default .select2-results__option[aria-disabled=true] {
    color: #999
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #ddd
}

.select2-container--default .select2-results__option .select2-results__option {
    padding-left: 1em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -2em;
    padding-left: 3em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -3em;
    padding-left: 4em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -4em;
    padding-left: 5em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -5em;
    padding-left: 6em
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #5897fb;
    color: #fff
}

.select2-container--default .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px
}

.select2-container--classic .select2-selection--single {
    background-color: #f7f7f7;
    border: 1px solid #aaa;
    border-radius: 4px;
    outline: 0;
    background-image: -webkit-linear-gradient(top, #fff 50%, #eee);
    background-image: -o-linear-gradient(top, #fff 50%, #eee 100%);
    background-image: linear-gradient(180deg, #fff 50%, #eee);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0)
}

.select2-container--classic .select2-selection--single:focus {
    border: 1px solid #5897fb
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: 700;
    margin-right: 10px
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
    color: #999
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
    background-color: #ddd;
    border: none;
    border-left: 1px solid #aaa;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    background-image: -webkit-linear-gradient(top, #eee 50%, #ccc);
    background-image: -o-linear-gradient(top, #eee 50%, #ccc 100%);
    background-image: linear-gradient(180deg, #eee 50%, #ccc);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFCCCCCC", GradientType=0)
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear {
    float: left
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow {
    border: none;
    border-right: 1px solid #aaa;
    border-radius: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    left: 1px;
    right: auto
}

.select2-container--classic.select2-container--open .select2-selection--single {
    border: 1px solid #5897fb
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
    background: transparent;
    border: none
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888;
    border-width: 0 4px 5px
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-image: -webkit-linear-gradient(top, #fff, #eee 50%);
    background-image: -o-linear-gradient(top, #fff 0, #eee 50%);
    background-image: linear-gradient(180deg, #fff 0, #eee 50%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0)
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background-image: -webkit-linear-gradient(top, #eee 50%, #fff);
    background-image: -o-linear-gradient(top, #eee 50%, #fff 100%);
    background-image: linear-gradient(180deg, #eee 50%, #fff);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFFFFFFF", GradientType=0)
}

.select2-container--classic .select2-selection--multiple {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text;
    outline: 0
}

.select2-container--classic .select2-selection--multiple:focus {
    border: 1px solid #5897fb
}

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
    list-style: none;
    margin: 0;
    padding: 0 5px
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
    display: none
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
    color: #888;
    cursor: pointer;
    display: inline-block;
    font-weight: 700;
    margin-right: 2px
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #555
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
    float: right;
    margin-left: 5px;
    margin-right: auto
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
    border: 1px solid #5897fb
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
    outline: 0
}

.select2-container--classic .select2-search--inline .select2-search__field {
    outline: 0;
    box-shadow: none
}

.select2-container--classic .select2-dropdown {
    background-color: #fff;
    border: 1px solid transparent
}

.select2-container--classic .select2-dropdown--above {
    border-bottom: none
}

.select2-container--classic .select2-dropdown--below {
    border-top: none
}

.select2-container--classic .select2-results>.select2-results__options {
    max-height: 200px;
    overflow-y: auto
}

.select2-container--classic .select2-results__option[role=group] {
    padding: 0
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
    color: grey
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
    background-color: #3875d7;
    color: #fff
}

.select2-container--classic .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px
}

.select2-container--classic.select2-container--open .select2-dropdown {
    border-color: #5897fb
}

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: none;
    position: fixed;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    transform: translateZ(0);
    width: 100%;
    z-index: 99992
}

.fancybox-container * {
    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;
    transition-duration: inherit;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(.47, 0, .74, .71)
}

.fancybox-is-open .fancybox-bg {
    opacity: .9;
    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;
    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;
    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;
    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: none;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: absolute;
    text-align: center;
    top: 0;
    transition-property: transform, opacity;
    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 {
    animation-timing-function: cubic-bezier(.5, 0, .14, 1);
    -webkit-backface-visibility: hidden;
    background: transparent;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    left: 0;
    max-width: none;
    overflow: visible;
    padding: 0;
    position: absolute;
    top: 0;
    transform-origin: top left;
    transition-property: transform, opacity;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 99995
}

.fancybox-can-zoomOut .fancybox-content {
    cursor: zoom-out
}

.fancybox-can-zoomIn .fancybox-content {
    cursor: zoom-in
}

.fancybox-can-pan .fancybox-content,
.fancybox-can-swipe .fancybox-content {
    cursor: grab
}

.fancybox-is-grabbing .fancybox-content {
    cursor: grabbing
}

.fancybox-container [data-selectable=true] {
    cursor: text
}

.fancybox-image,
.fancybox-spaceball {
    background: transparent;
    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: transparent;
    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;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    height: 44px;
    margin: 0;
    padding: 10px;
    position: relative;
    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: none
}

.fancybox-button.fancybox-focus {
    outline: 1px dotted
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
    color: #888;
    cursor: default;
    outline: none
}

.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--fsexit svg:first-child,
.fancybox-button--pause svg:first-child,
.fancybox-button--play svg:nth-child(2) {
    display: none
}

.fancybox-progress {
    background: #ff5268;
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: scaleX(0);
    transform-origin: 0;
    transition-property: transform;
    transition-timing-function: linear;
    z-index: 99998
}

.fancybox-close-small {
    background: transparent;
    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: linear-gradient(0deg, rgba(0, 0, 0, .85), 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%, transparent);
    bottom: 0;
    color: #eee;
    font-size: 14px;
    font-weight: 400;
    left: 0;
    line-height: 1.5;
    padding: 75px 44px 25px;
    pointer-events: none;
    right: 0;
    text-align: center;
    z-index: 99996
}

@supports (padding:max(0px)) {
    .fancybox-caption {
        padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left))
    }
}

.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 {
    animation: a 1s linear infinite;
    background: transparent;
    border: 4px solid;
    border-color: #888 #888 #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
}

.fancybox-animated {
    transition-timing-function: cubic-bezier(0, 0, .25, 1)
}

.fancybox-fx-slide.fancybox-slide--previous {
    opacity: 0;
    transform: translate3d(-100%, 0, 0)
}

.fancybox-fx-slide.fancybox-slide--next {
    opacity: 0;
    transform: translate3d(100%, 0, 0)
}

.fancybox-fx-slide.fancybox-slide--current {
    opacity: 1;
    transform: translateZ(0)
}

.fancybox-fx-fade.fancybox-slide--next,
.fancybox-fx-fade.fancybox-slide--previous {
    opacity: 0;
    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;
    transform: scale3d(1.5, 1.5, 1.5)
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(.5, .5, .5)
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
    opacity: 1;
    transform: scaleX(1)
}

.fancybox-fx-rotate.fancybox-slide--previous {
    opacity: 0;
    transform: rotate(-1turn)
}

.fancybox-fx-rotate.fancybox-slide--next {
    opacity: 0;
    transform: rotate(1turn)
}

.fancybox-fx-rotate.fancybox-slide--current {
    opacity: 1;
    transform: rotate(0deg)
}

.fancybox-fx-circular.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0)
}

.fancybox-fx-circular.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(0, 0, 0) translate3d(100%, 0, 0)
}

.fancybox-fx-circular.fancybox-slide--current {
    opacity: 1;
    transform: scaleX(1) translateZ(0)
}

.fancybox-fx-tube.fancybox-slide--previous {
    transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg)
}

.fancybox-fx-tube.fancybox-slide--next {
    transform: translate3d(100%, 0, 0) scale(.1) skew(10deg)
}

.fancybox-fx-tube.fancybox-slide--current {
    transform: translateZ(0) scale(1)
}

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

    @supports (padding:max(0px)) {
        .fancybox-caption {
            padding-left: max(12px, env(safe-area-inset-left));
            padding-right: max(12px, env(safe-area-inset-right))
        }
    }
}

.fancybox-share {
    background: #f4f4f4;
    border-radius: 3px;
    max-width: 90%;
    padding: 30px;
    text-align: center
}

.fancybox-share h1 {
    color: #222;
    font-size: 35px;
    font-weight: 700;
    margin: 0 0 20px
}

.fancybox-share p {
    margin: 0;
    padding: 0
}

.fancybox-share__button {
    border: 0;
    border-radius: 3px;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
    margin: 0 5px 10px;
    min-width: 130px;
    padding: 0 15px;
    text-decoration: none;
    transition: all .2s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap
}

.fancybox-share__button:link,
.fancybox-share__button:visited {
    color: #fff
}

.fancybox-share__button:hover {
    text-decoration: none
}

.fancybox-share__button--fb {
    background: #3b5998
}

.fancybox-share__button--fb:hover {
    background: #344e86
}

.fancybox-share__button--pt {
    background: #bd081d
}

.fancybox-share__button--pt:hover {
    background: #aa0719
}

.fancybox-share__button--tw {
    background: #1da1f2
}

.fancybox-share__button--tw:hover {
    background: #0d95e8
}

.fancybox-share__button svg {
    height: 25px;
    margin-right: 7px;
    position: relative;
    top: -1px;
    vertical-align: middle;
    width: 25px
}

.fancybox-share__button svg path {
    fill: #fff
}

.fancybox-share__input {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #d7d7d7;
    border-radius: 0;
    color: #5d5b5b;
    font-size: 14px;
    margin: 10px 0 0;
    outline: none;
    padding: 10px 15px;
    width: 100%
}

.fancybox-thumbs {
    background: #ddd;
    bottom: 0;
    display: none;
    margin: 0;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    padding: 2px 2px 4px;
    position: absolute;
    right: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    top: 0;
    width: 212px;
    z-index: 99995
}

.fancybox-thumbs-x {
    overflow-x: auto;
    overflow-y: hidden
}

.fancybox-show-thumbs .fancybox-thumbs {
    display: block
}

.fancybox-show-thumbs .fancybox-inner {
    right: 212px
}

.fancybox-thumbs__list {
    font-size: 0;
    height: 100%;
    list-style: none;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    position: absolute;
    position: relative;
    white-space: nowrap;
    width: 100%
}

.fancybox-thumbs-x .fancybox-thumbs__list {
    overflow: hidden
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
    width: 7px
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3)
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
    background: #2a2a2a;
    border-radius: 10px
}

.fancybox-thumbs__list a {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: rgba(0, 0, 0, .1);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    float: left;
    height: 75px;
    margin: 2px;
    max-height: calc(100% - 8px);
    max-width: calc(50% - 4px);
    outline: none;
    overflow: hidden;
    padding: 0;
    position: relative;
    -webkit-tap-highlight-color: transparent;
    width: 100px
}

.fancybox-thumbs__list a:before {
    border: 6px solid #ff5268;
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all .2s cubic-bezier(.25, .46, .45, .94);
    z-index: 99991
}

.fancybox-thumbs__list a:focus:before {
    opacity: .5
}

.fancybox-thumbs__list a.fancybox-thumbs-active:before {
    opacity: 1
}

@media (max-width:576px) {
    .fancybox-thumbs {
        width: 110px
    }

    .fancybox-show-thumbs .fancybox-inner {
        right: 110px
    }

    .fancybox-thumbs__list a {
        max-width: calc(100% - 10px)
    }
}

.mejs__offscreen {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    word-wrap: normal
}

.mejs__container {
    background: #000;
    font-family: Helvetica, Arial, serif;
    position: relative;
    text-align: left;
    text-indent: 0;
    vertical-align: top
}

.mejs__container,
.mejs__container * {
    box-sizing: border-box
}

.mejs__container video::-webkit-media-controls,
.mejs__container video::-webkit-media-controls-panel,
.mejs__container video::-webkit-media-controls-panel-container,
.mejs__container video::-webkit-media-controls-start-playback-button {
    -webkit-appearance: none;
    display: none !important
}

.mejs__fill-container,
.mejs__fill-container .mejs__container {
    height: 100%;
    width: 100%
}

.mejs__fill-container {
    background: transparent;
    margin: 0 auto;
    overflow: hidden;
    position: relative
}

.mejs__container:focus {
    outline: none
}

.mejs__iframe-overlay {
    height: 100%;
    position: absolute;
    width: 100%
}

.mejs__embed,
.mejs__embed body {
    background: #000;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%
}

.mejs__fullscreen {
    overflow: hidden !important
}

.mejs__container-fullscreen {
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1000
}

.mejs__container-fullscreen .mejs__mediaelement,
.mejs__container-fullscreen video {
    height: 100% !important;
    width: 100% !important
}

.mejs__background,
.mejs__mediaelement {
    left: 0;
    position: absolute;
    top: 0
}

.mejs__mediaelement {
    height: 100%;
    width: 100%;
    z-index: 0
}

.mejs__poster {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    left: 0;
    position: absolute;
    top: 0;
    z-index: 1
}

:root .mejs__poster-img {
    display: none
}

.mejs__poster-img {
    border: 0;
    padding: 0
}

.mejs__overlay {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    left: 0;
    position: absolute;
    top: 0
}

.mejs__layer {
    z-index: 1
}

.mejs__overlay-play {
    cursor: pointer
}

.mejs__overlay-button {
    background: url(mejs-controls.svg) no-repeat;
    background-position: 0 -39px;
    height: 80px;
    width: 80px
}

.mejs__overlay:hover>.mejs__overlay-button {
    background-position: -80px -39px
}

.mejs__overlay-loading {
    height: 80px;
    width: 80px
}

.mejs__overlay-loading-bg-img {
    -webkit-animation: a 1s linear infinite;
    animation: a 1s linear infinite;
    background: transparent url(mejs-controls.svg) -160px -40px no-repeat;
    display: block;
    height: 80px;
    width: 80px;
    z-index: 1
}

@-webkit-keyframes a {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@keyframes a {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

.mejs__controls {
    bottom: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 40px;
    left: 0;
    list-style-type: none;
    margin: 0;
    padding: 0 10px;
    position: absolute;
    width: 100%;
    z-index: 3
}

.mejs__controls:not([style*="display: none"]) {
    background: rgba(255, 0, 0, .7);
    background: -webkit-linear-gradient(transparent, rgba(0, 0, 0, .35));
    background: linear-gradient(transparent, rgba(0, 0, 0, .35))
}

.mejs__button,
.mejs__time,
.mejs__time-rail {
    font-size: 10px;
    height: 40px;
    line-height: 10px;
    margin: 0;
    width: 32px
}

.mejs__button>button {
    background: transparent url(mejs-controls.svg);
    border: 0;
    cursor: pointer;
    display: block;
    font-size: 0;
    height: 20px;
    line-height: 0;
    margin: 10px 6px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    text-decoration: none;
    width: 20px
}

.mejs__button>button:focus {
    outline: 1px dotted #999
}

.mejs__container-keyboard-inactive [role=slider],
.mejs__container-keyboard-inactive [role=slider]:focus,
.mejs__container-keyboard-inactive a,
.mejs__container-keyboard-inactive a:focus,
.mejs__container-keyboard-inactive button,
.mejs__container-keyboard-inactive button:focus {
    outline: 0
}

.mejs__time {
    box-sizing: content-box;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    height: 24px;
    overflow: hidden;
    padding: 16px 6px 0;
    text-align: center;
    width: auto
}

.mejs__play>button {
    background-position: 0 0
}

.mejs__pause>button {
    background-position: -20px 0
}

.mejs__replay>button {
    background-position: -160px 0
}

.mejs__time-rail {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    height: 40px;
    margin: 0 10px;
    padding-top: 10px;
    position: relative
}

.mejs__time-buffering,
.mejs__time-current,
.mejs__time-float,
.mejs__time-float-corner,
.mejs__time-float-current,
.mejs__time-hovered,
.mejs__time-loaded,
.mejs__time-marker,
.mejs__time-total {
    border-radius: 2px;
    cursor: pointer;
    display: block;
    height: 10px;
    position: absolute
}

.mejs__time-total {
    background: hsla(0, 0%, 100%, .3);
    margin: 5px 0 0;
    width: 100%
}

.mejs__time-buffering {
    -webkit-animation: b 2s linear infinite;
    animation: b 2s linear infinite;
    background: -webkit-linear-gradient(135deg, hsla(0, 0%, 100%, .4) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .4) 0, hsla(0, 0%, 100%, .4) 75%, transparent 0, transparent);
    background-size: 15px 15px;
    width: 100%
}

@-webkit-keyframes b {
    0% {
        background-position: 0 0
    }

    to {
        background-position: 30px 0
    }
}

@keyframes b {
    0% {
        background-position: 0 0
    }

    to {
        background-position: 30px 0
    }
}

.mejs__time-loaded {
    background: hsla(0, 0%, 100%, .3)
}

.mejs__time-current,
.mejs__time-handle-content {
    background: hsla(0, 0%, 100%, .9)
}

.mejs__time-hovered {
    background: hsla(0, 0%, 100%, .5);
    z-index: 10
}

.mejs__time-hovered.negative {
    background: rgba(0, 0, 0, .2)
}

.mejs__time-buffering,
.mejs__time-current,
.mejs__time-hovered,
.mejs__time-loaded {
    left: 0;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transition: all .15s ease-in;
    transition: all .15s ease-in;
    width: 100%
}

.mejs__time-buffering {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1)
}

.mejs__time-hovered {
    -webkit-transition: height .1s cubic-bezier(.44, 0, 1, 1);
    transition: height .1s cubic-bezier(.44, 0, 1, 1)
}

.mejs__time-hovered.no-hover {
    -webkit-transform: scaleX(0) !important;
    -ms-transform: scaleX(0) !important;
    transform: scaleX(0) !important
}

.mejs__time-handle,
.mejs__time-handle-content {
    border: 4px solid transparent;
    cursor: pointer;
    left: 0;
    position: absolute;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    z-index: 11
}

.mejs__time-handle-content {
    border: 4px solid hsla(0, 0%, 100%, .9);
    border-radius: 50%;
    height: 10px;
    left: -7px;
    top: -4px;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    width: 10px
}

.mejs__time-rail .mejs__time-handle-content:active,
.mejs__time-rail .mejs__time-handle-content:focus,
.mejs__time-rail:hover .mejs__time-handle-content {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.mejs__time-float {
    background: #eee;
    border: 1px solid #333;
    bottom: 100%;
    color: #111;
    display: none;
    height: 17px;
    margin-bottom: 9px;
    position: absolute;
    text-align: center;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 36px
}

.mejs__time-float-current {
    display: block;
    left: 0;
    margin: 2px;
    text-align: center;
    width: 30px
}

.mejs__time-float-corner {
    border: 5px solid transparent;
    border-top-color: #eee;
    border-radius: 0;
    display: block;
    height: 0;
    left: 50%;
    line-height: 0;
    position: absolute;
    top: 100%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 0
}

.mejs__long-video .mejs__time-float {
    margin-left: -23px;
    width: 64px
}

.mejs__long-video .mejs__time-float-current {
    width: 60px
}

.mejs__broadcast {
    color: #fff;
    height: 10px;
    position: absolute;
    top: 15px;
    width: 100%
}

.mejs__unfullscreen>button {
    background-position: -100px 0
}

.mejs__volume-button {
    position: relative
}

.mejs__volume-button>.mejs__volume-slider {
    -webkit-backface-visibility: hidden;
    background: rgba(50, 50, 50, .7);
    border-radius: 0;
    bottom: 100%;
    display: none;
    height: 115px;
    left: 50%;
    margin: 0;
    position: absolute;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 25px;
    z-index: 1
}

.mejs__volume-button:hover {
    border-radius: 0 0 4px 4px
}

.mejs__volume-total {
    background: hsla(0, 0%, 100%, .5);
    height: 100px;
    left: 50%;
    margin: 0;
    position: absolute;
    top: 8px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 2px
}

.mejs__volume-current {
    left: 0;
    margin: 0;
    width: 100%
}

.mejs__volume-current,
.mejs__volume-handle {
    background: hsla(0, 0%, 100%, .9);
    position: absolute
}

.mejs__volume-handle {
    border-radius: 1px;
    cursor: ns-resize;
    height: 6px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 16px
}

.mejs__horizontal-volume-slider {
    display: block;
    height: 36px;
    position: relative;
    vertical-align: middle;
    width: 56px
}

.mejs__horizontal-volume-total {
    background: rgba(50, 50, 50, .8);
    height: 8px;
    top: 16px;
    width: 50px
}

.mejs__horizontal-volume-current,
.mejs__horizontal-volume-total {
    border-radius: 2px;
    font-size: 1px;
    left: 0;
    margin: 0;
    padding: 0;
    position: absolute
}

.mejs__horizontal-volume-current {
    background: hsla(0, 0%, 100%, .8);
    height: 100%;
    top: 0;
    width: 100%
}

.mejs__horizontal-volume-handle {
    display: none
}

.mejs__captions-button,
.mejs__chapters-button {
    position: relative
}

.mejs__captions-button>button {
    background-position: -140px 0
}

.mejs__chapters-button>button {
    background-position: -180px 0
}

.mejs__captions-button>.mejs__captions-selector,
.mejs__chapters-button>.mejs__chapters-selector {
    background: rgba(50, 50, 50, .7);
    border: 1px solid transparent;
    border-radius: 0;
    bottom: 100%;
    margin-right: -43px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    right: 50%;
    visibility: visible;
    width: 86px
}

.mejs__chapters-button>.mejs__chapters-selector {
    margin-right: -55px;
    width: 110px
}

.mejs__captions-selector-list,
.mejs__chapters-selector-list {
    list-style-type: none !important;
    margin: 0;
    overflow: hidden;
    padding: 0
}

.mejs__captions-selector-list-item,
.mejs__chapters-selector-list-item {
    color: #fff;
    cursor: pointer;
    display: block;
    list-style-type: none !important;
    margin: 0 0 6px;
    overflow: hidden;
    padding: 0
}

.mejs__captions-selector-list-item:hover,
.mejs__chapters-selector-list-item:hover {
    background-color: #c8c8c8 !important;
    background-color: hsla(0, 0%, 100%, .4) !important
}

.mejs__captions-selector-input,
.mejs__chapters-selector-input {
    clear: both;
    float: left;
    left: -1000px;
    margin: 3px 3px 0 5px;
    position: absolute
}

.mejs__captions-selector-label,
.mejs__chapters-selector-label {
    cursor: pointer;
    float: left;
    font-size: 10px;
    line-height: 15px;
    padding: 4px 10px 0;
    width: 100%
}

.mejs__captions-selected,
.mejs__chapters-selected {
    color: #21f8f8
}

.mejs__captions-translations {
    font-size: 10px;
    margin: 0 0 5px
}

.mejs__captions-layer {
    bottom: 0;
    color: #fff;
    font-size: 16px;
    left: 0;
    line-height: 20px;
    position: absolute;
    text-align: center
}

.mejs__captions-layer a {
    color: #fff;
    text-decoration: underline
}

.mejs__captions-layer[lang=ar] {
    font-size: 20px;
    font-weight: 400
}

.mejs__captions-position {
    bottom: 15px;
    left: 0;
    position: absolute;
    width: 100%
}

.mejs__captions-position-hover {
    bottom: 35px
}

.mejs__captions-text,
.mejs__captions-text * {
    background: hsla(0, 0%, 8%, .5);
    box-shadow: 5px 0 0 hsla(0, 0%, 8%, .5), -5px 0 0 hsla(0, 0%, 8%, .5);
    padding: 0;
    white-space: pre-wrap
}

.mejs__container.mejs__hide-cues video::-webkit-media-text-track-container {
    display: none
}

.mejs__overlay-error {
    position: relative
}

.mejs__overlay-error>img {
    left: 0;
    max-width: 100%;
    position: absolute;
    top: 0;
    z-index: -1
}

.mejs__cannotplay,
.mejs__cannotplay a {
    color: #fff;
    font-size: .8em
}

.mejs__cannotplay {
    position: relative
}

.mejs__cannotplay a,
.mejs__cannotplay p {
    display: inline-block;
    padding: 0 15px;
    width: 100%
}

.u-txt-normal {
    font-weight: 400 !important
}

.u-txt-bold {
    font-weight: 700 !important
}

.u-txt-left {
    text-align: left
}

.u-txt-right {
    text-align: right
}

.u-txt-center {
    text-align: center
}

@media screen and (min-width:320px) {
    .u-txt-left-xs {
        text-align: left !important
    }

    .u-txt-right-xs {
        text-align: right !important
    }

    .u-txt-center-xs {
        text-align: center !important
    }
}

@media screen and (min-width:480px) {
    .u-txt-left-sm {
        text-align: left !important
    }

    .u-txt-right-sm {
        text-align: right !important
    }

    .u-txt-center-sm {
        text-align: center !important
    }
}

@media screen and (min-width:768px) {
    .u-txt-left-md {
        text-align: left !important
    }

    .u-txt-right-md {
        text-align: right !important
    }

    .u-txt-center-md {
        text-align: center !important
    }
}

@media screen and (min-width:992px) {
    .u-txt-left-lg {
        text-align: left !important
    }

    .u-txt-right-lg {
        text-align: right !important
    }

    .u-txt-center-lg {
        text-align: center !important
    }
}

@media screen and (min-width:1200px) {
    .u-txt-left-xl {
        text-align: left !important
    }

    .u-txt-right-xl {
        text-align: right !important
    }

    .u-txt-center-xl {
        text-align: center !important
    }
}

@media screen and (min-width:1366px) {
    .u-txt-left-xxl {
        text-align: left !important
    }

    .u-txt-right-xxl {
        text-align: right !important
    }

    .u-txt-center-xxl {
        text-align: center !important
    }
}

@media (hover:none) {
    .u-txt-bold-in-touch {
        font-weight: 700 !important
    }
}

.d-block {
    display: block
}

.d-none {
    display: none !important
}

.d-none-light {
    display: none
}

.d-flex {
    display: flex
}

.justify-content-center {
    justify-content: center !important
}

.justify-content-end {
    justify-content: flex-end !important
}

.flex-direction-row {
    flex-direction: row !important
}

.flex-direction-column {
    flex-direction: column !important
}

.d-centered {
    display: block;
    margin: 0 auto;
    text-align: center
}

.d-hidden {
    position: absolute;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
    white-space: nowrap
}

.align-items-center {
    align-items: center
}

.u-hidden,
.u-visible-lg,
.u-visible-md,
.u-visible-sm,
.u-visible-xl,
.u-visible-xs {
    display: none !important
}

@media screen and (min-width:320px) {
    .u-visible-xs {
        display: block !important
    }

    .u-visible-inline-xs {
        display: inline !important
    }

    .u-visible-flex-xs {
        display: flex !important
    }

    .u-visible-inline-flex-xs {
        display: inline-flex !important
    }

    .u-hidden-xs {
        display: none !important
    }

    .flex-direction-row-reverse-xs {
        flex-direction: row-reverse !important
    }
}

@media screen and (min-width:320px) and (hover:none) {
    .u-visible-touch-xs {
        display: block !important
    }
}

@media screen and (min-width:320px) and (hover:none) {
    .u-hidden-touch-xs {
        display: none !important
    }
}

@media screen and (min-width:480px) {
    .u-visible-sm {
        display: block !important
    }

    .u-visible-inline-sm {
        display: inline !important
    }

    .u-visible-flex-sm {
        display: flex !important
    }

    .u-visible-inline-flex-sm {
        display: inline-flex !important
    }

    .u-hidden-sm {
        display: none !important
    }

    .flex-direction-row-reverse-sm {
        flex-direction: row-reverse !important
    }
}

@media screen and (min-width:480px) and (hover:none) {
    .u-visible-touch-sm {
        display: block !important
    }
}

@media screen and (min-width:480px) and (hover:none) {
    .u-hidden-touch-sm {
        display: none !important
    }
}

@media screen and (min-width:768px) {
    .u-visible-md {
        display: block !important
    }

    .u-visible-inline-md {
        display: inline !important
    }

    .u-visible-flex-md {
        display: flex !important
    }

    .u-visible-inline-flex-md {
        display: inline-flex !important
    }

    .u-hidden-md {
        display: none !important
    }

    .flex-direction-row-reverse-md {
        flex-direction: row-reverse !important
    }
}

@media screen and (min-width:768px) and (hover:none) {
    .u-visible-touch-md {
        display: block !important
    }
}

@media screen and (min-width:768px) and (hover:none) {
    .u-hidden-touch-md {
        display: none !important
    }
}

@media screen and (min-width:992px) {
    .u-visible-lg {
        display: block !important
    }

    .u-visible-inline-lg {
        display: inline !important
    }

    .u-visible-flex-lg {
        display: flex !important
    }

    .u-visible-inline-flex-lg {
        display: inline-flex !important
    }

    .u-hidden-lg {
        display: none !important
    }

    .flex-direction-row-reverse-lg {
        flex-direction: row-reverse !important
    }
}

@media screen and (min-width:992px) and (hover:none) {
    .u-visible-touch-lg {
        display: block !important
    }
}

@media screen and (min-width:992px) and (hover:none) {
    .u-hidden-touch-lg {
        display: none !important
    }
}

@media screen and (min-width:1200px) {
    .u-visible-xl {
        display: block !important
    }

    .u-visible-inline-xl {
        display: inline !important
    }

    .u-visible-flex-xl {
        display: flex !important
    }

    .u-visible-inline-flex-xl {
        display: inline-flex !important
    }

    .u-hidden-xl {
        display: none !important
    }

    .flex-direction-row-reverse-xl {
        flex-direction: row-reverse !important
    }
}

@media screen and (min-width:1200px) and (hover:none) {
    .u-visible-touch-xl {
        display: block !important
    }
}

@media screen and (min-width:1200px) and (hover:none) {
    .u-hidden-touch-xl {
        display: none !important
    }
}

@media screen and (min-width:1366px) {
    .u-visible-xxl {
        display: block !important
    }

    .u-visible-inline-xxl {
        display: inline !important
    }

    .u-visible-flex-xxl {
        display: flex !important
    }

    .u-visible-inline-flex-xxl {
        display: inline-flex !important
    }

    .u-hidden-xxl {
        display: none !important
    }

    .flex-direction-row-reverse-xxl {
        flex-direction: row-reverse !important
    }
}

@media screen and (min-width:1366px) and (hover:none) {
    .u-visible-touch-xxl {
        display: block !important
    }
}

@media screen and (min-width:1366px) and (hover:none) {
    .u-hidden-touch-xxl {
        display: none !important
    }
}

@media (hover:none) {
    .u-visible-touch {
        display: block !important
    }

    .u-visible-touch-inline {
        display: inline !important
    }

    .u-visible-touch-flex {
        display: flex !important
    }

    .u-visible-touch-inline-flex {
        display: inline-flex !important
    }

    .u-hidden-touch {
        display: none !important
    }

    .mb-4-touch {
        margin-bottom: 1.5rem !important
    }

    .w-max-touch-25 {
        max-width: 25% !important
    }

    .w-max-touch-50 {
        max-width: 50% !important
    }

    .w-max-touch-75 {
        max-width: 75% !important
    }

    .w-max-touch-100 {
        max-width: 100% !important
    }
}

.pt-0 {
    padding-top: 0 !important
}

.pt-3 {
    padding-top: 1rem !important
}

.pt-4 {
    padding-top: 1.5rem !important
}

.pt-5 {
    padding-top: 3rem !important
}

.px-0 {
    padding-right: 0 !important;
    padding-left: 0 !important
}

.px-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important
}

.py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important
}

.py-2 {
    padding-bottom: .5rem !important;
    padding-top: .5rem !important
}

.py-3 {
    padding-bottom: 1rem !important;
    padding-top: 1rem !important
}

.py-5 {
    padding-bottom: 3rem !important;
    padding-top: 3rem !important
}

.py-6 {
    padding-bottom: 2.5rem !important;
    padding-top: 2.5rem !important
}

.pb-0 {
    padding-bottom: 0 !important
}

.pb-3 {
    padding-bottom: 1rem !important
}

.pb-4 {
    padding-bottom: 1.5rem !important
}

.pb-5 {
    padding-bottom: 3rem !important
}

.mt-0 {
    margin-top: 0 !important
}

.mt-2 {
    margin-top: .5rem !important
}

.mt-3 {
    margin-top: 1rem !important
}

.mt-4 {
    margin-top: 1.5rem !important
}

.mt-5 {
    margin-top: 3rem !important
}

.mt-6 {
    margin-top: 4rem !important
}

.mt-7 {
    margin-top: 6rem !important
}

.mt-auto {
    margin-top: auto !important
}

.ml-auto,
.mx-auto {
    margin-left: auto !important
}

.mx-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important
}

.mr-1 {
    margin-right: .25rem !important
}

.mr-3 {
    margin-right: 1rem !important
}

.mr-4 {
    margin-right: 1.5rem !important
}

.mr-auto,
.mx-auto {
    margin-right: auto !important
}

.mb-0 {
    margin-bottom: 0 !important
}

.mb-2 {
    margin-bottom: .5rem !important
}

.mb-3 {
    margin-bottom: 1rem !important
}

.mb-4,
.my-4 {
    margin-bottom: 1.5rem !important
}

.mb-5 {
    margin-bottom: 3rem !important
}

.ml-0 {
    margin-left: 0 !important
}

.ml-2 {
    margin-left: .5rem !important
}

.ml-3 {
    margin-left: 1rem !important
}

.ml-4 {
    margin-left: 1.5rem !important
}

.ml-5 {
    margin-left: 3rem !important
}

@media screen and (max-width:1919px) {
    .d-block-xxl {
        display: block
    }

    .pt-xxl-4 {
        padding-top: 1.5rem !important
    }

    .py-xxl-3 {
        padding-bottom: 1rem !important;
        padding-top: 1rem !important
    }

    .py-xxl-6 {
        padding-bottom: 2.5rem !important;
        padding-top: 2.5rem !important
    }

    .mb-xxl-0 {
        margin-bottom: 0 !important
    }

    .mb-xxl-2 {
        margin-bottom: .5rem !important
    }

    .mb-xxl-3 {
        margin-bottom: 1rem !important
    }

    .mb-xxl-4 {
        margin-bottom: 1.5rem !important
    }

    .mb-xxl-5 {
        margin-bottom: 3rem !important
    }

    .mt-xxl-0 {
        margin-top: 0 !important
    }

    .mt-xxl-2 {
        margin-top: .5rem !important
    }

    .mt-xxl-3 {
        margin-top: 1rem !important
    }

    .mt-xxl-4 {
        margin-top: 1.5rem !important
    }

    .mt-xxl-5 {
        margin-top: 3rem !important
    }

    .mr-xxl-0 {
        margin-right: 0 !important
    }

    .mr-xxl-2 {
        margin-right: .5rem !important
    }

    .mr-xxl-3 {
        margin-right: 1rem !important
    }

    .mr-xxl-4 {
        margin-right: 1.5rem !important
    }

    .ml-xxl-0 {
        margin-left: 0 !important
    }

    .ml-xxl-1 {
        margin-left: .5rem !important
    }

    .w-xxl-100 {
        width: 100% !important
    }
}

@media screen and (max-width:1365px) {
    .d-block-xl {
        display: block
    }

    .pt-xl-4 {
        padding-top: 1.5rem !important
    }

    .py-xl-3 {
        padding-bottom: 1rem !important;
        padding-top: 1rem !important
    }

    .py-xl-6 {
        padding-bottom: 2.5rem !important;
        padding-top: 2.5rem !important
    }

    .mb-xl-0 {
        margin-bottom: 0 !important
    }

    .mb-xl-2 {
        margin-bottom: .5rem !important
    }

    .mb-xl-3 {
        margin-bottom: 1rem !important
    }

    .mb-xl-4 {
        margin-bottom: 1.5rem !important
    }

    .mb-xl-5 {
        margin-bottom: 3rem !important
    }

    .mt-xl-0 {
        margin-top: 0 !important
    }

    .mt-xl-2 {
        margin-top: .5rem !important
    }

    .mt-xl-3 {
        margin-top: 1rem !important
    }

    .mt-xl-4 {
        margin-top: 1.5rem !important
    }

    .mt-xl-5 {
        margin-top: 3rem !important
    }

    .mr-xl-0 {
        margin-right: 0 !important
    }

    .mr-xl-2 {
        margin-right: .5rem !important
    }

    .mr-xl-3 {
        margin-right: 1rem !important
    }

    .mr-xl-4 {
        margin-right: 1.5rem !important
    }

    .ml-xl-0 {
        margin-left: 0 !important
    }

    .ml-xl-1 {
        margin-left: .5rem !important
    }

    .w-xl-100 {
        width: 100% !important
    }
}

@media screen and (max-width:1199px) {
    .d-block-lg {
        display: block
    }

    .pt-lg-4 {
        padding-top: 1.5rem !important
    }

    .py-lg-3 {
        padding-bottom: 1rem !important;
        padding-top: 1rem !important
    }

    .py-lg-6 {
        padding-bottom: 2.5rem !important;
        padding-top: 2.5rem !important
    }

    .mb-lg-0 {
        margin-bottom: 0 !important
    }

    .mb-lg-2 {
        margin-bottom: .5rem !important
    }

    .mb-lg-3 {
        margin-bottom: 1rem !important
    }

    .mb-lg-4 {
        margin-bottom: 1.5rem !important
    }

    .mb-lg-5 {
        margin-bottom: 3rem !important
    }

    .mt-lg-0 {
        margin-top: 0 !important
    }

    .mt-lg-2 {
        margin-top: .5rem !important
    }

    .mt-lg-3 {
        margin-top: 1rem !important
    }

    .mt-lg-4 {
        margin-top: 1.5rem !important
    }

    .mt-lg-5 {
        margin-top: 3rem !important
    }

    .mr-lg-0 {
        margin-right: 0 !important
    }

    .mr-lg-2 {
        margin-right: .5rem !important
    }

    .mr-lg-3 {
        margin-right: 1rem !important
    }

    .mr-lg-4 {
        margin-right: 1.5rem !important
    }

    .ml-lg-0 {
        margin-left: 0 !important
    }

    .ml-lg-1 {
        margin-left: .5rem !important
    }

    .w-lg-100 {
        width: 100% !important
    }
}

@media screen and (max-width:991px) {
    .d-block-md {
        display: block
    }

    .pt-md-4 {
        padding-top: 1.5rem !important
    }

    .py-md-3 {
        padding-bottom: 1rem !important;
        padding-top: 1rem !important
    }

    .py-md-6 {
        padding-bottom: 2.5rem !important;
        padding-top: 2.5rem !important
    }

    .mb-md-0 {
        margin-bottom: 0 !important
    }

    .mb-md-2 {
        margin-bottom: .5rem !important
    }

    .mb-md-3 {
        margin-bottom: 1rem !important
    }

    .mb-md-4 {
        margin-bottom: 1.5rem !important
    }

    .mb-md-5 {
        margin-bottom: 3rem !important
    }

    .mt-md-0 {
        margin-top: 0 !important
    }

    .mt-md-2 {
        margin-top: .5rem !important
    }

    .mt-md-3 {
        margin-top: 1rem !important
    }

    .mt-md-4 {
        margin-top: 1.5rem !important
    }

    .mt-md-5 {
        margin-top: 3rem !important
    }

    .mr-md-0 {
        margin-right: 0 !important
    }

    .mr-md-2 {
        margin-right: .5rem !important
    }

    .mr-md-3 {
        margin-right: 1rem !important
    }

    .mr-md-4 {
        margin-right: 1.5rem !important
    }

    .ml-md-0 {
        margin-left: 0 !important
    }

    .ml-md-1 {
        margin-left: .5rem !important
    }

    .w-md-100 {
        width: 100% !important
    }
}

@media screen and (max-width:767px) {
    .d-block-sm {
        display: block
    }

    .pt-sm-4 {
        padding-top: 1.5rem !important
    }

    .py-sm-3 {
        padding-bottom: 1rem !important;
        padding-top: 1rem !important
    }

    .py-sm-6 {
        padding-bottom: 2.5rem !important;
        padding-top: 2.5rem !important
    }

    .mb-sm-0 {
        margin-bottom: 0 !important
    }

    .mb-sm-2 {
        margin-bottom: .5rem !important
    }

    .mb-sm-3 {
        margin-bottom: 1rem !important
    }

    .mb-sm-4 {
        margin-bottom: 1.5rem !important
    }

    .mb-sm-5 {
        margin-bottom: 3rem !important
    }

    .mt-sm-0 {
        margin-top: 0 !important
    }

    .mt-sm-2 {
        margin-top: .5rem !important
    }

    .mt-sm-3 {
        margin-top: 1rem !important
    }

    .mt-sm-4 {
        margin-top: 1.5rem !important
    }

    .mt-sm-5 {
        margin-top: 3rem !important
    }

    .mr-sm-0 {
        margin-right: 0 !important
    }

    .mr-sm-2 {
        margin-right: .5rem !important
    }

    .mr-sm-3 {
        margin-right: 1rem !important
    }

    .mr-sm-4 {
        margin-right: 1.5rem !important
    }

    .ml-sm-0 {
        margin-left: 0 !important
    }

    .ml-sm-1 {
        margin-left: .5rem !important
    }

    .w-sm-100 {
        width: 100% !important
    }
}

@media screen and (max-width:479px) {
    .d-block-xs {
        display: block
    }

    .pt-xs-4 {
        padding-top: 1.5rem !important
    }

    .py-xs-3 {
        padding-bottom: 1rem !important;
        padding-top: 1rem !important
    }

    .py-xs-6 {
        padding-bottom: 2.5rem !important;
        padding-top: 2.5rem !important
    }

    .mb-xs-0 {
        margin-bottom: 0 !important
    }

    .mb-xs-2 {
        margin-bottom: .5rem !important
    }

    .mb-xs-3 {
        margin-bottom: 1rem !important
    }

    .mb-xs-4 {
        margin-bottom: 1.5rem !important
    }

    .mb-xs-5 {
        margin-bottom: 3rem !important
    }

    .mt-xs-0 {
        margin-top: 0 !important
    }

    .mt-xs-2 {
        margin-top: .5rem !important
    }

    .mt-xs-3 {
        margin-top: 1rem !important
    }

    .mt-xs-4 {
        margin-top: 1.5rem !important
    }

    .mt-xs-5 {
        margin-top: 3rem !important
    }

    .mr-xs-0 {
        margin-right: 0 !important
    }

    .mr-xs-2 {
        margin-right: .5rem !important
    }

    .mr-xs-3 {
        margin-right: 1rem !important
    }

    .mr-xs-4 {
        margin-right: 1.5rem !important
    }

    .ml-xs-0 {
        margin-left: 0 !important
    }

    .ml-xs-1 {
        margin-left: .5rem !important
    }

    .w-xs-100 {
        width: 100% !important
    }
}

.flex-wrap {
    flex-wrap: wrap !important
}

.flex-nowrap {
    flex-wrap: nowrap !important
}

.content-wrapper {
    margin-bottom: 24px
}

.z-index-1 {
    z-index: 1
}

.border-top-none {
    border-top: none !important
}

.border-top {
    border-top: 1px solid #c6c7c8
}

.border-bottom-none {
    border-bottom: none !important
}

@media screen and (min-width:768px) {
    .ml-md-10 {
        margin-left: 10px
    }

    .mr-md-10 {
        margin-right: 10px
    }
}

.w-25 {
    width: 25% !important
}

.w-50 {
    width: 50% !important
}

.w-75 {
    width: 75% !important
}

.w-100 {
    width: 100% !important
}

.h-100 {
    height: 100% !important
}

.overflow-y-scroll {
    overflow-y: scroll
}

.overflow-hidden {
    overflow: hidden
}

.overflow-y-hidden {
    overflow-y: hidden
}

@media (-ms-high-contrast:none),
(hover:hover) {
    .overflow-notouch-x-scroll {
        overflow-x: scroll
    }
}

.color-hdi-green {
    color: #006729 !important
}

.color-hdi-red {
    color: #e60018 !important
}

.color-hdi-red-10 {
    color: #fce5e7 !important
}

.color-primary {
    color: #ace962 !important
}

.color-green-light {
    color: #79b530 !important
}

.color-green-medium {
    color: #65a518 !important
}

.color-blue {
    color: #003960 !important
}

.color-blue-light {
    color: #00b1b7 !important
}

.color-blue-light-10 {
    color: #e5f7f7 !important
}

.color-cyan {
    color: teal !important
}

.color-cyan-dark {
    color: #00191a !important
}

.color-orange-light {
    color: #f90 !important
}

.color-orange-light-10 {
    color: #fff4e5 !important
}

.color-orange-dark {
    color: #4d2e00 !important
}

.color-darkred {
    color: #8d1429 !important
}

.color-ocre {
    color: #db6301 !important
}

.color-grey-dark-60 {
    color: #282828 !important
}

.color-grey-dark-30 {
    color: #3b3c3c !important
}

.color-grey {
    color: #6c6f70 !important
}

.color-grey-medium {
    color: #9d9d9c !important
}

.color-grey-light {
    color: #c6c7c8 !important
}

.color-grey-light-60 {
    color: #eeeeef !important
}

.color-grey-light-30 {
    color: #f9f9fa !important
}

.color-black {
    color: #000 !important
}

.color-white {
    color: #fff !important
}

.color-btn-bg-primary-hover {
    color: #7ac81c !important
}

.white-space-nowrap {
    white-space: nowrap
}

[hidden] {
    display: none !important
}

.no-animation * {
    transition: none !important;
    -webkit-animation: none !important;
    animation: none !important
}

.position-relative {
    position: relative
}

iframe {
    border: none
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .order-xs-last {
        order: 13
    }

    .order-xs-0 {
        order: 0
    }

    .order-xs-1 {
        order: 1
    }

    .order-xs-2 {
        order: 2
    }

    .order-xs-3 {
        order: 3
    }

    .order-xs-4 {
        order: 4
    }

    .order-xs-5 {
        order: 5
    }

    .order-xs-6 {
        order: 6
    }

    .order-xs-7 {
        order: 7
    }

    .order-xs-8 {
        order: 8
    }

    .order-xs-9 {
        order: 9
    }

    .order-xs-10 {
        order: 10
    }

    .order-xs-11 {
        order: 11
    }

    .order-xs-12 {
        order: 12
    }

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

    .offset-xs-1 {
        margin-left: 8.33333%
    }

    .offset-xs-2 {
        margin-left: 16.66667%
    }

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

    .offset-xs-4 {
        margin-left: 33.33333%
    }

    .offset-xs-5 {
        margin-left: 41.66667%
    }

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

    .offset-xs-7 {
        margin-left: 58.33333%
    }

    .offset-xs-8 {
        margin-left: 66.66667%
    }

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

    .offset-xs-10 {
        margin-left: 83.33333%
    }

    .offset-xs-11 {
        margin-left: 91.66667%
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .order-sm-last {
        order: 13
    }

    .order-sm-0 {
        order: 0
    }

    .order-sm-1 {
        order: 1
    }

    .order-sm-2 {
        order: 2
    }

    .order-sm-3 {
        order: 3
    }

    .order-sm-4 {
        order: 4
    }

    .order-sm-5 {
        order: 5
    }

    .order-sm-6 {
        order: 6
    }

    .order-sm-7 {
        order: 7
    }

    .order-sm-8 {
        order: 8
    }

    .order-sm-9 {
        order: 9
    }

    .order-sm-10 {
        order: 10
    }

    .order-sm-11 {
        order: 11
    }

    .order-sm-12 {
        order: 12
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .order-md-last {
        order: 13
    }

    .order-md-0 {
        order: 0
    }

    .order-md-1 {
        order: 1
    }

    .order-md-2 {
        order: 2
    }

    .order-md-3 {
        order: 3
    }

    .order-md-4 {
        order: 4
    }

    .order-md-5 {
        order: 5
    }

    .order-md-6 {
        order: 6
    }

    .order-md-7 {
        order: 7
    }

    .order-md-8 {
        order: 8
    }

    .order-md-9 {
        order: 9
    }

    .order-md-10 {
        order: 10
    }

    .order-md-11 {
        order: 11
    }

    .order-md-12 {
        order: 12
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .order-lg-last {
        order: 13
    }

    .order-lg-0 {
        order: 0
    }

    .order-lg-1 {
        order: 1
    }

    .order-lg-2 {
        order: 2
    }

    .order-lg-3 {
        order: 3
    }

    .order-lg-4 {
        order: 4
    }

    .order-lg-5 {
        order: 5
    }

    .order-lg-6 {
        order: 6
    }

    .order-lg-7 {
        order: 7
    }

    .order-lg-8 {
        order: 8
    }

    .order-lg-9 {
        order: 9
    }

    .order-lg-10 {
        order: 10
    }

    .order-lg-11 {
        order: 11
    }

    .order-lg-12 {
        order: 12
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .order-xl-last {
        order: 13
    }

    .order-xl-0 {
        order: 0
    }

    .order-xl-1 {
        order: 1
    }

    .order-xl-2 {
        order: 2
    }

    .order-xl-3 {
        order: 3
    }

    .order-xl-4 {
        order: 4
    }

    .order-xl-5 {
        order: 5
    }

    .order-xl-6 {
        order: 6
    }

    .order-xl-7 {
        order: 7
    }

    .order-xl-8 {
        order: 8
    }

    .order-xl-9 {
        order: 9
    }

    .order-xl-10 {
        order: 10
    }

    .order-xl-11 {
        order: 11
    }

    .order-xl-12 {
        order: 12
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .order-xxl-last {
        order: 13
    }

    .order-xxl-0 {
        order: 0
    }

    .order-xxl-1 {
        order: 1
    }

    .order-xxl-2 {
        order: 2
    }

    .order-xxl-3 {
        order: 3
    }

    .order-xxl-4 {
        order: 4
    }

    .order-xxl-5 {
        order: 5
    }

    .order-xxl-6 {
        order: 6
    }

    .order-xxl-7 {
        order: 7
    }

    .order-xxl-8 {
        order: 8
    }

    .order-xxl-9 {
        order: 9
    }

    .order-xxl-10 {
        order: 10
    }

    .order-xxl-11 {
        order: 11
    }

    .order-xxl-12 {
        order: 12
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .order-hd-last {
        order: 13
    }

    .order-hd-0 {
        order: 0
    }

    .order-hd-1 {
        order: 1
    }

    .order-hd-2 {
        order: 2
    }

    .order-hd-3 {
        order: 3
    }

    .order-hd-4 {
        order: 4
    }

    .order-hd-5 {
        order: 5
    }

    .order-hd-6 {
        order: 6
    }

    .order-hd-7 {
        order: 7
    }

    .order-hd-8 {
        order: 8
    }

    .order-hd-9 {
        order: 9
    }

    .order-hd-10 {
        order: 10
    }

    .order-hd-11 {
        order: 11
    }

    .order-hd-12 {
        order: 12
    }

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

    .offset-hd-1 {
        margin-left: 8.33333%
    }

    .offset-hd-2 {
        margin-left: 16.66667%
    }

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

    .offset-hd-4 {
        margin-left: 33.33333%
    }

    .offset-hd-5 {
        margin-left: 41.66667%
    }

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

    .offset-hd-7 {
        margin-left: 58.33333%
    }

    .offset-hd-8 {
        margin-left: 66.66667%
    }

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

    .offset-hd-10 {
        margin-left: 83.33333%
    }

    .offset-hd-11 {
        margin-left: 91.66667%
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .order-hdex-last {
        order: 13
    }

    .order-hdex-0 {
        order: 0
    }

    .order-hdex-1 {
        order: 1
    }

    .order-hdex-2 {
        order: 2
    }

    .order-hdex-3 {
        order: 3
    }

    .order-hdex-4 {
        order: 4
    }

    .order-hdex-5 {
        order: 5
    }

    .order-hdex-6 {
        order: 6
    }

    .order-hdex-7 {
        order: 7
    }

    .order-hdex-8 {
        order: 8
    }

    .order-hdex-9 {
        order: 9
    }

    .order-hdex-10 {
        order: 10
    }

    .order-hdex-11 {
        order: 11
    }

    .order-hdex-12 {
        order: 12
    }

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

    .offset-hdex-1 {
        margin-left: 8.33333%
    }

    .offset-hdex-2 {
        margin-left: 16.66667%
    }

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

    .offset-hdex-4 {
        margin-left: 33.33333%
    }

    .offset-hdex-5 {
        margin-left: 41.66667%
    }

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

    .offset-hdex-7 {
        margin-left: 58.33333%
    }

    .offset-hdex-8 {
        margin-left: 66.66667%
    }

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

    .offset-hdex-10 {
        margin-left: 83.33333%
    }

    .offset-hdex-11 {
        margin-left: 91.66667%
    }
}

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

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

    .col-4k-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-4k-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

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

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

    .col-4k-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

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

    .col-4k-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-4k-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

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

    .col-4k-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-4k-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

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

    .order-4k-first {
        order: -1
    }

    .order-4k-last {
        order: 13
    }

    .order-4k-0 {
        order: 0
    }

    .order-4k-1 {
        order: 1
    }

    .order-4k-2 {
        order: 2
    }

    .order-4k-3 {
        order: 3
    }

    .order-4k-4 {
        order: 4
    }

    .order-4k-5 {
        order: 5
    }

    .order-4k-6 {
        order: 6
    }

    .order-4k-7 {
        order: 7
    }

    .order-4k-8 {
        order: 8
    }

    .order-4k-9 {
        order: 9
    }

    .order-4k-10 {
        order: 10
    }

    .order-4k-11 {
        order: 11
    }

    .order-4k-12 {
        order: 12
    }

    .offset-4k-0 {
        margin-left: 0
    }

    .offset-4k-1 {
        margin-left: 8.33333%
    }

    .offset-4k-2 {
        margin-left: 16.66667%
    }

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

    .offset-4k-4 {
        margin-left: 33.33333%
    }

    .offset-4k-5 {
        margin-left: 41.66667%
    }

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

    .offset-4k-7 {
        margin-left: 58.33333%
    }

    .offset-4k-8 {
        margin-left: 66.66667%
    }

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

    .offset-4k-10 {
        margin-left: 83.33333%
    }

    .offset-4k-11 {
        margin-left: 91.66667%
    }
}

@media (min-width:320px) {
    .flex-xs-row {
        flex-direction: row !important
    }

    .flex-xs-column {
        flex-direction: column !important
    }

    .flex-xs-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-xs-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-xs-wrap {
        flex-wrap: wrap !important
    }

    .flex-xs-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-xs-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .flex-xs-fill {
        flex: 1 1 auto !important
    }

    .flex-xs-grow-0 {
        flex-grow: 0 !important
    }

    .flex-xs-grow-1 {
        flex-grow: 1 !important
    }

    .flex-xs-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-xs-shrink-1 {
        flex-shrink: 1 !important
    }

    .justify-content-xs-start {
        justify-content: flex-start !important
    }

    .justify-content-xs-end {
        justify-content: flex-end !important
    }

    .justify-content-xs-center {
        justify-content: center !important
    }

    .justify-content-xs-between {
        justify-content: space-between !important
    }

    .justify-content-xs-around {
        justify-content: space-around !important
    }

    .align-items-xs-start {
        align-items: flex-start !important
    }

    .align-items-xs-end {
        align-items: flex-end !important
    }

    .align-items-xs-center {
        align-items: center !important
    }

    .align-items-xs-baseline {
        align-items: baseline !important
    }

    .align-items-xs-stretch {
        align-items: stretch !important
    }

    .align-content-xs-start {
        align-content: flex-start !important
    }

    .align-content-xs-end {
        align-content: flex-end !important
    }

    .align-content-xs-center {
        align-content: center !important
    }

    .align-content-xs-between {
        align-content: space-between !important
    }

    .align-content-xs-around {
        align-content: space-around !important
    }

    .align-content-xs-stretch {
        align-content: stretch !important
    }

    .align-self-xs-auto {
        align-self: auto !important
    }

    .align-self-xs-start {
        align-self: flex-start !important
    }

    .align-self-xs-end {
        align-self: flex-end !important
    }

    .align-self-xs-center {
        align-self: center !important
    }

    .align-self-xs-baseline {
        align-self: baseline !important
    }

    .align-self-xs-stretch {
        align-self: stretch !important
    }
}

@media (min-width:480px) {
    .flex-sm-row {
        flex-direction: row !important
    }

    .flex-sm-column {
        flex-direction: column !important
    }

    .flex-sm-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-sm-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-sm-wrap {
        flex-wrap: wrap !important
    }

    .flex-sm-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-sm-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .flex-sm-fill {
        flex: 1 1 auto !important
    }

    .flex-sm-grow-0 {
        flex-grow: 0 !important
    }

    .flex-sm-grow-1 {
        flex-grow: 1 !important
    }

    .flex-sm-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-sm-shrink-1 {
        flex-shrink: 1 !important
    }

    .justify-content-sm-start {
        justify-content: flex-start !important
    }

    .justify-content-sm-end {
        justify-content: flex-end !important
    }

    .justify-content-sm-center {
        justify-content: center !important
    }

    .justify-content-sm-between {
        justify-content: space-between !important
    }

    .justify-content-sm-around {
        justify-content: space-around !important
    }

    .align-items-sm-start {
        align-items: flex-start !important
    }

    .align-items-sm-end {
        align-items: flex-end !important
    }

    .align-items-sm-center {
        align-items: center !important
    }

    .align-items-sm-baseline {
        align-items: baseline !important
    }

    .align-items-sm-stretch {
        align-items: stretch !important
    }

    .align-content-sm-start {
        align-content: flex-start !important
    }

    .align-content-sm-end {
        align-content: flex-end !important
    }

    .align-content-sm-center {
        align-content: center !important
    }

    .align-content-sm-between {
        align-content: space-between !important
    }

    .align-content-sm-around {
        align-content: space-around !important
    }

    .align-content-sm-stretch {
        align-content: stretch !important
    }

    .align-self-sm-auto {
        align-self: auto !important
    }

    .align-self-sm-start {
        align-self: flex-start !important
    }

    .align-self-sm-end {
        align-self: flex-end !important
    }

    .align-self-sm-center {
        align-self: center !important
    }

    .align-self-sm-baseline {
        align-self: baseline !important
    }

    .align-self-sm-stretch {
        align-self: stretch !important
    }
}

@media (min-width:768px) {
    .flex-md-row {
        flex-direction: row !important
    }

    .flex-md-column {
        flex-direction: column !important
    }

    .flex-md-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-md-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-md-wrap {
        flex-wrap: wrap !important
    }

    .flex-md-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-md-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .flex-md-fill {
        flex: 1 1 auto !important
    }

    .flex-md-grow-0 {
        flex-grow: 0 !important
    }

    .flex-md-grow-1 {
        flex-grow: 1 !important
    }

    .flex-md-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-md-shrink-1 {
        flex-shrink: 1 !important
    }

    .justify-content-md-start {
        justify-content: flex-start !important
    }

    .justify-content-md-end {
        justify-content: flex-end !important
    }

    .justify-content-md-center {
        justify-content: center !important
    }

    .justify-content-md-between {
        justify-content: space-between !important
    }

    .justify-content-md-around {
        justify-content: space-around !important
    }

    .align-items-md-start {
        align-items: flex-start !important
    }

    .align-items-md-end {
        align-items: flex-end !important
    }

    .align-items-md-center {
        align-items: center !important
    }

    .align-items-md-baseline {
        align-items: baseline !important
    }

    .align-items-md-stretch {
        align-items: stretch !important
    }

    .align-content-md-start {
        align-content: flex-start !important
    }

    .align-content-md-end {
        align-content: flex-end !important
    }

    .align-content-md-center {
        align-content: center !important
    }

    .align-content-md-between {
        align-content: space-between !important
    }

    .align-content-md-around {
        align-content: space-around !important
    }

    .align-content-md-stretch {
        align-content: stretch !important
    }

    .align-self-md-auto {
        align-self: auto !important
    }

    .align-self-md-start {
        align-self: flex-start !important
    }

    .align-self-md-end {
        align-self: flex-end !important
    }

    .align-self-md-center {
        align-self: center !important
    }

    .align-self-md-baseline {
        align-self: baseline !important
    }

    .align-self-md-stretch {
        align-self: stretch !important
    }
}

@media (min-width:992px) {
    .flex-lg-row {
        flex-direction: row !important
    }

    .flex-lg-column {
        flex-direction: column !important
    }

    .flex-lg-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-lg-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-lg-wrap {
        flex-wrap: wrap !important
    }

    .flex-lg-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-lg-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .flex-lg-fill {
        flex: 1 1 auto !important
    }

    .flex-lg-grow-0 {
        flex-grow: 0 !important
    }

    .flex-lg-grow-1 {
        flex-grow: 1 !important
    }

    .flex-lg-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-lg-shrink-1 {
        flex-shrink: 1 !important
    }

    .justify-content-lg-start {
        justify-content: flex-start !important
    }

    .justify-content-lg-end {
        justify-content: flex-end !important
    }

    .justify-content-lg-center {
        justify-content: center !important
    }

    .justify-content-lg-between {
        justify-content: space-between !important
    }

    .justify-content-lg-around {
        justify-content: space-around !important
    }

    .align-items-lg-start {
        align-items: flex-start !important
    }

    .align-items-lg-end {
        align-items: flex-end !important
    }

    .align-items-lg-center {
        align-items: center !important
    }

    .align-items-lg-baseline {
        align-items: baseline !important
    }

    .align-items-lg-stretch {
        align-items: stretch !important
    }

    .align-content-lg-start {
        align-content: flex-start !important
    }

    .align-content-lg-end {
        align-content: flex-end !important
    }

    .align-content-lg-center {
        align-content: center !important
    }

    .align-content-lg-between {
        align-content: space-between !important
    }

    .align-content-lg-around {
        align-content: space-around !important
    }

    .align-content-lg-stretch {
        align-content: stretch !important
    }

    .align-self-lg-auto {
        align-self: auto !important
    }

    .align-self-lg-start {
        align-self: flex-start !important
    }

    .align-self-lg-end {
        align-self: flex-end !important
    }

    .align-self-lg-center {
        align-self: center !important
    }

    .align-self-lg-baseline {
        align-self: baseline !important
    }

    .align-self-lg-stretch {
        align-self: stretch !important
    }
}

@media (min-width:1200px) {
    .flex-xl-row {
        flex-direction: row !important
    }

    .flex-xl-column {
        flex-direction: column !important
    }

    .flex-xl-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-xl-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-xl-wrap {
        flex-wrap: wrap !important
    }

    .flex-xl-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-xl-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .flex-xl-fill {
        flex: 1 1 auto !important
    }

    .flex-xl-grow-0 {
        flex-grow: 0 !important
    }

    .flex-xl-grow-1 {
        flex-grow: 1 !important
    }

    .flex-xl-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-xl-shrink-1 {
        flex-shrink: 1 !important
    }

    .justify-content-xl-start {
        justify-content: flex-start !important
    }

    .justify-content-xl-end {
        justify-content: flex-end !important
    }

    .justify-content-xl-center {
        justify-content: center !important
    }

    .justify-content-xl-between {
        justify-content: space-between !important
    }

    .justify-content-xl-around {
        justify-content: space-around !important
    }

    .align-items-xl-start {
        align-items: flex-start !important
    }

    .align-items-xl-end {
        align-items: flex-end !important
    }

    .align-items-xl-center {
        align-items: center !important
    }

    .align-items-xl-baseline {
        align-items: baseline !important
    }

    .align-items-xl-stretch {
        align-items: stretch !important
    }

    .align-content-xl-start {
        align-content: flex-start !important
    }

    .align-content-xl-end {
        align-content: flex-end !important
    }

    .align-content-xl-center {
        align-content: center !important
    }

    .align-content-xl-between {
        align-content: space-between !important
    }

    .align-content-xl-around {
        align-content: space-around !important
    }

    .align-content-xl-stretch {
        align-content: stretch !important
    }

    .align-self-xl-auto {
        align-self: auto !important
    }

    .align-self-xl-start {
        align-self: flex-start !important
    }

    .align-self-xl-end {
        align-self: flex-end !important
    }

    .align-self-xl-center {
        align-self: center !important
    }

    .align-self-xl-baseline {
        align-self: baseline !important
    }

    .align-self-xl-stretch {
        align-self: stretch !important
    }
}

@media (min-width:1366px) {
    .flex-xxl-row {
        flex-direction: row !important
    }

    .flex-xxl-column {
        flex-direction: column !important
    }

    .flex-xxl-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-xxl-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-xxl-wrap {
        flex-wrap: wrap !important
    }

    .flex-xxl-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-xxl-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .flex-xxl-fill {
        flex: 1 1 auto !important
    }

    .flex-xxl-grow-0 {
        flex-grow: 0 !important
    }

    .flex-xxl-grow-1 {
        flex-grow: 1 !important
    }

    .flex-xxl-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-xxl-shrink-1 {
        flex-shrink: 1 !important
    }

    .justify-content-xxl-start {
        justify-content: flex-start !important
    }

    .justify-content-xxl-end {
        justify-content: flex-end !important
    }

    .justify-content-xxl-center {
        justify-content: center !important
    }

    .justify-content-xxl-between {
        justify-content: space-between !important
    }

    .justify-content-xxl-around {
        justify-content: space-around !important
    }

    .align-items-xxl-start {
        align-items: flex-start !important
    }

    .align-items-xxl-end {
        align-items: flex-end !important
    }

    .align-items-xxl-center {
        align-items: center !important
    }

    .align-items-xxl-baseline {
        align-items: baseline !important
    }

    .align-items-xxl-stretch {
        align-items: stretch !important
    }

    .align-content-xxl-start {
        align-content: flex-start !important
    }

    .align-content-xxl-end {
        align-content: flex-end !important
    }

    .align-content-xxl-center {
        align-content: center !important
    }

    .align-content-xxl-between {
        align-content: space-between !important
    }

    .align-content-xxl-around {
        align-content: space-around !important
    }

    .align-content-xxl-stretch {
        align-content: stretch !important
    }

    .align-self-xxl-auto {
        align-self: auto !important
    }

    .align-self-xxl-start {
        align-self: flex-start !important
    }

    .align-self-xxl-end {
        align-self: flex-end !important
    }

    .align-self-xxl-center {
        align-self: center !important
    }

    .align-self-xxl-baseline {
        align-self: baseline !important
    }

    .align-self-xxl-stretch {
        align-self: stretch !important
    }
}

@media (min-width:1920px) {
    .flex-hd-row {
        flex-direction: row !important
    }

    .flex-hd-column {
        flex-direction: column !important
    }

    .flex-hd-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-hd-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-hd-wrap {
        flex-wrap: wrap !important
    }

    .flex-hd-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-hd-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .flex-hd-fill {
        flex: 1 1 auto !important
    }

    .flex-hd-grow-0 {
        flex-grow: 0 !important
    }

    .flex-hd-grow-1 {
        flex-grow: 1 !important
    }

    .flex-hd-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-hd-shrink-1 {
        flex-shrink: 1 !important
    }

    .justify-content-hd-start {
        justify-content: flex-start !important
    }

    .justify-content-hd-end {
        justify-content: flex-end !important
    }

    .justify-content-hd-center {
        justify-content: center !important
    }

    .justify-content-hd-between {
        justify-content: space-between !important
    }

    .justify-content-hd-around {
        justify-content: space-around !important
    }

    .align-items-hd-start {
        align-items: flex-start !important
    }

    .align-items-hd-end {
        align-items: flex-end !important
    }

    .align-items-hd-center {
        align-items: center !important
    }

    .align-items-hd-baseline {
        align-items: baseline !important
    }

    .align-items-hd-stretch {
        align-items: stretch !important
    }

    .align-content-hd-start {
        align-content: flex-start !important
    }

    .align-content-hd-end {
        align-content: flex-end !important
    }

    .align-content-hd-center {
        align-content: center !important
    }

    .align-content-hd-between {
        align-content: space-between !important
    }

    .align-content-hd-around {
        align-content: space-around !important
    }

    .align-content-hd-stretch {
        align-content: stretch !important
    }

    .align-self-hd-auto {
        align-self: auto !important
    }

    .align-self-hd-start {
        align-self: flex-start !important
    }

    .align-self-hd-end {
        align-self: flex-end !important
    }

    .align-self-hd-center {
        align-self: center !important
    }

    .align-self-hd-baseline {
        align-self: baseline !important
    }

    .align-self-hd-stretch {
        align-self: stretch !important
    }
}

@media (min-width:2440px) {
    .flex-hdex-row {
        flex-direction: row !important
    }

    .flex-hdex-column {
        flex-direction: column !important
    }

    .flex-hdex-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-hdex-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-hdex-wrap {
        flex-wrap: wrap !important
    }

    .flex-hdex-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-hdex-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .flex-hdex-fill {
        flex: 1 1 auto !important
    }

    .flex-hdex-grow-0 {
        flex-grow: 0 !important
    }

    .flex-hdex-grow-1 {
        flex-grow: 1 !important
    }

    .flex-hdex-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-hdex-shrink-1 {
        flex-shrink: 1 !important
    }

    .justify-content-hdex-start {
        justify-content: flex-start !important
    }

    .justify-content-hdex-end {
        justify-content: flex-end !important
    }

    .justify-content-hdex-center {
        justify-content: center !important
    }

    .justify-content-hdex-between {
        justify-content: space-between !important
    }

    .justify-content-hdex-around {
        justify-content: space-around !important
    }

    .align-items-hdex-start {
        align-items: flex-start !important
    }

    .align-items-hdex-end {
        align-items: flex-end !important
    }

    .align-items-hdex-center {
        align-items: center !important
    }

    .align-items-hdex-baseline {
        align-items: baseline !important
    }

    .align-items-hdex-stretch {
        align-items: stretch !important
    }

    .align-content-hdex-start {
        align-content: flex-start !important
    }

    .align-content-hdex-end {
        align-content: flex-end !important
    }

    .align-content-hdex-center {
        align-content: center !important
    }

    .align-content-hdex-between {
        align-content: space-between !important
    }

    .align-content-hdex-around {
        align-content: space-around !important
    }

    .align-content-hdex-stretch {
        align-content: stretch !important
    }

    .align-self-hdex-auto {
        align-self: auto !important
    }

    .align-self-hdex-start {
        align-self: flex-start !important
    }

    .align-self-hdex-end {
        align-self: flex-end !important
    }

    .align-self-hdex-center {
        align-self: center !important
    }

    .align-self-hdex-baseline {
        align-self: baseline !important
    }

    .align-self-hdex-stretch {
        align-self: stretch !important
    }
}

@media (min-width:3840px) {
    .flex-4k-row {
        flex-direction: row !important
    }

    .flex-4k-column {
        flex-direction: column !important
    }

    .flex-4k-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-4k-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-4k-wrap {
        flex-wrap: wrap !important
    }

    .flex-4k-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-4k-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .flex-4k-fill {
        flex: 1 1 auto !important
    }

    .flex-4k-grow-0 {
        flex-grow: 0 !important
    }

    .flex-4k-grow-1 {
        flex-grow: 1 !important
    }

    .flex-4k-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-4k-shrink-1 {
        flex-shrink: 1 !important
    }

    .justify-content-4k-start {
        justify-content: flex-start !important
    }

    .justify-content-4k-end {
        justify-content: flex-end !important
    }

    .justify-content-4k-center {
        justify-content: center !important
    }

    .justify-content-4k-between {
        justify-content: space-between !important
    }

    .justify-content-4k-around {
        justify-content: space-around !important
    }

    .align-items-4k-start {
        align-items: flex-start !important
    }

    .align-items-4k-end {
        align-items: flex-end !important
    }

    .align-items-4k-center {
        align-items: center !important
    }

    .align-items-4k-baseline {
        align-items: baseline !important
    }

    .align-items-4k-stretch {
        align-items: stretch !important
    }

    .align-content-4k-start {
        align-content: flex-start !important
    }

    .align-content-4k-end {
        align-content: flex-end !important
    }

    .align-content-4k-center {
        align-content: center !important
    }

    .align-content-4k-between {
        align-content: space-between !important
    }

    .align-content-4k-around {
        align-content: space-around !important
    }

    .align-content-4k-stretch {
        align-content: stretch !important
    }

    .align-self-4k-auto {
        align-self: auto !important
    }

    .align-self-4k-start {
        align-self: flex-start !important
    }

    .align-self-4k-end {
        align-self: flex-end !important
    }

    .align-self-4k-center {
        align-self: center !important
    }

    .align-self-4k-baseline {
        align-self: baseline !important
    }

    .align-self-4k-stretch {
        align-self: stretch !important
    }
}

@media (min-width:320px) {
    .float-xs-left {
        float: left !important
    }

    .float-xs-right {
        float: right !important
    }

    .float-xs-none {
        float: none !important
    }
}

@media (min-width:480px) {
    .float-sm-left {
        float: left !important
    }

    .float-sm-right {
        float: right !important
    }

    .float-sm-none {
        float: none !important
    }
}

@media (min-width:768px) {
    .float-md-left {
        float: left !important
    }

    .float-md-right {
        float: right !important
    }

    .float-md-none {
        float: none !important
    }
}

@media (min-width:992px) {
    .float-lg-left {
        float: left !important
    }

    .float-lg-right {
        float: right !important
    }

    .float-lg-none {
        float: none !important
    }
}

@media (min-width:1200px) {
    .float-xl-left {
        float: left !important
    }

    .float-xl-right {
        float: right !important
    }

    .float-xl-none {
        float: none !important
    }
}

@media (min-width:1366px) {
    .float-xxl-left {
        float: left !important
    }

    .float-xxl-right {
        float: right !important
    }

    .float-xxl-none {
        float: none !important
    }
}

@media (min-width:1920px) {
    .float-hd-left {
        float: left !important
    }

    .float-hd-right {
        float: right !important
    }

    .float-hd-none {
        float: none !important
    }
}

@media (min-width:2440px) {
    .float-hdex-left {
        float: left !important
    }

    .float-hdex-right {
        float: right !important
    }

    .float-hdex-none {
        float: none !important
    }
}

@media (min-width:3840px) {
    .float-4k-left {
        float: left !important
    }

    .float-4k-right {
        float: right !important
    }

    .float-4k-none {
        float: none !important
    }
}

@media (min-width:320px) {
    .d-xs-none {
        display: none !important
    }

    .d-xs-inline {
        display: inline !important
    }

    .d-xs-inline-block {
        display: inline-block !important
    }

    .d-xs-block {
        display: block !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: flex !important
    }

    .d-xs-inline-flex {
        display: inline-flex !important
    }
}

@media (min-width:480px) {
    .d-sm-none {
        display: none !important
    }

    .d-sm-inline {
        display: inline !important
    }

    .d-sm-inline-block {
        display: inline-block !important
    }

    .d-sm-block {
        display: block !important
    }

    .d-sm-table {
        display: table !important
    }

    .d-sm-table-row {
        display: table-row !important
    }

    .d-sm-table-cell {
        display: table-cell !important
    }

    .d-sm-flex {
        display: flex !important
    }

    .d-sm-inline-flex {
        display: inline-flex !important
    }
}

@media (min-width:768px) {
    .d-md-none {
        display: none !important
    }

    .d-md-inline {
        display: inline !important
    }

    .d-md-inline-block {
        display: inline-block !important
    }

    .d-md-block {
        display: block !important
    }

    .d-md-table {
        display: table !important
    }

    .d-md-table-row {
        display: table-row !important
    }

    .d-md-table-cell {
        display: table-cell !important
    }

    .d-md-flex {
        display: flex !important
    }

    .d-md-inline-flex {
        display: inline-flex !important
    }
}

@media (min-width:992px) {
    .d-lg-none {
        display: none !important
    }

    .d-lg-inline {
        display: inline !important
    }

    .d-lg-inline-block {
        display: inline-block !important
    }

    .d-lg-block {
        display: block !important
    }

    .d-lg-table {
        display: table !important
    }

    .d-lg-table-row {
        display: table-row !important
    }

    .d-lg-table-cell {
        display: table-cell !important
    }

    .d-lg-flex {
        display: flex !important
    }

    .d-lg-inline-flex {
        display: inline-flex !important
    }
}

@media (min-width:1200px) {
    .d-xl-none {
        display: none !important
    }

    .d-xl-inline {
        display: inline !important
    }

    .d-xl-inline-block {
        display: inline-block !important
    }

    .d-xl-block {
        display: block !important
    }

    .d-xl-table {
        display: table !important
    }

    .d-xl-table-row {
        display: table-row !important
    }

    .d-xl-table-cell {
        display: table-cell !important
    }

    .d-xl-flex {
        display: flex !important
    }

    .d-xl-inline-flex {
        display: inline-flex !important
    }
}

@media (min-width:1366px) {
    .d-xxl-none {
        display: none !important
    }

    .d-xxl-inline {
        display: inline !important
    }

    .d-xxl-inline-block {
        display: inline-block !important
    }

    .d-xxl-block {
        display: block !important
    }

    .d-xxl-table {
        display: table !important
    }

    .d-xxl-table-row {
        display: table-row !important
    }

    .d-xxl-table-cell {
        display: table-cell !important
    }

    .d-xxl-flex {
        display: flex !important
    }

    .d-xxl-inline-flex {
        display: inline-flex !important
    }
}

@media (min-width:1920px) {
    .d-hd-none {
        display: none !important
    }

    .d-hd-inline {
        display: inline !important
    }

    .d-hd-inline-block {
        display: inline-block !important
    }

    .d-hd-block {
        display: block !important
    }

    .d-hd-table {
        display: table !important
    }

    .d-hd-table-row {
        display: table-row !important
    }

    .d-hd-table-cell {
        display: table-cell !important
    }

    .d-hd-flex {
        display: flex !important
    }

    .d-hd-inline-flex {
        display: inline-flex !important
    }
}

@media (min-width:2440px) {
    .d-hdex-none {
        display: none !important
    }

    .d-hdex-inline {
        display: inline !important
    }

    .d-hdex-inline-block {
        display: inline-block !important
    }

    .d-hdex-block {
        display: block !important
    }

    .d-hdex-table {
        display: table !important
    }

    .d-hdex-table-row {
        display: table-row !important
    }

    .d-hdex-table-cell {
        display: table-cell !important
    }

    .d-hdex-flex {
        display: flex !important
    }

    .d-hdex-inline-flex {
        display: inline-flex !important
    }
}

@media (min-width:3840px) {
    .d-4k-none {
        display: none !important
    }

    .d-4k-inline {
        display: inline !important
    }

    .d-4k-inline-block {
        display: inline-block !important
    }

    .d-4k-block {
        display: block !important
    }

    .d-4k-table {
        display: table !important
    }

    .d-4k-table-row {
        display: table-row !important
    }

    .d-4k-table-cell {
        display: table-cell !important
    }

    .d-4k-flex {
        display: flex !important
    }

    .d-4k-inline-flex {
        display: inline-flex !important
    }
}

@media print {
    .d-print-none {
        display: none !important
    }

    .d-print-inline {
        display: inline !important
    }

    .d-print-inline-block {
        display: inline-block !important
    }

    .d-print-block {
        display: block !important
    }

    .d-print-table {
        display: table !important
    }

    .d-print-table-row {
        display: table-row !important
    }

    .d-print-table-cell {
        display: table-cell !important
    }

    .d-print-flex {
        display: flex !important
    }

    .d-print-inline-flex {
        display: inline-flex !important
    }
}

.slick-slider {
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list,
.slick-slider {
    position: relative;
    display: block
}

.slick-list {
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: none
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-list,
.slick-slider .slick-track {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.slick-track:after,
.slick-track:before {
    content: "";
    display: table
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

.gu-mirror {
    box-sizing: border-box;
    margin: 0 !important;
    opacity: .8;
    position: fixed !important;
    z-index: 99999 !important
}

.gu-hide {
    display: none !important
}

.gu-transit {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
    filter: alpha(opacity=20);
    list-style: none;
    opacity: .2
}

* {
    box-sizing: border-box;
    -webkit-text-size-adjust: none
}

html {
    max-width: 100vw;
    overflow-x: hidden;
    color: #000;
    font-family: HDIPro, Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 1rem;
    line-height: 1.5rem;
    overflow-y: scroll
}

body,
html {
    scroll-behavior: smooth
}

body,
html {
    display: flex;
    flex-direction: column;
    flex: 1 1;
    width: 100%;
    height: 100%;
    min-width: 320px;
    min-height: 100vh
}

body {
    counter-reset: ranking;
    margin: 0;
    position: relative
}

body.body--intranet {
    font-family: Montserrat, Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

@media (hover:none),
screen and (max-width:767px) {
    body.body--intranet {
        padding-top: 4.875rem
    }
}

@media screen and (min-width:768px) and (-ms-high-contrast:none),
screen and (min-width:768px) and (hover:hover) {
    body.body--intranet {
        padding-top: 154px
    }
}

@media screen and (min-width:1200px) and (-ms-high-contrast:none),
screen and (min-width:1200px) and (hover:hover) {
    body.body--intranet {
        padding-top: 164px
    }
}

@media screen and (min-width:1366px) and (-ms-high-contrast:none),
screen and (min-width:1366px) and (hover:hover) {
    body.body--intranet {
        padding-top: 154px
    }
}

body.body--intranet .footer--intranet {
    margin-top: 0
}

body.body--intranet main {
    padding-bottom: 0
}

@media screen and (max-width:1199px) {
    body {
        padding-top: 63px
    }
}

@media screen and (min-width:1200px) {
    body {
        padding-top: 120px
    }
}

body:before {
    content:'{ "xs": 320,"sm": 480,"md": 768,"lg": 992,"xl": 1200,"xxl": 1366px,"hd": 1920px,"hdex": 2440px,"4k": 3840px }';
    display: none
}

.no-scroll {
    overflow: hidden;
    height: 100%
}

:focus {
    outline: none
}

main {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    flex: auto;
    flex-shrink: 0;
    height: auto;
    transition: padding .2s ease
}

main.container {
    padding-top: 16px;
    padding-bottom: 40px
}

main [class*=col-] {
    display: flex;
    flex-direction: column
}

@media screen and (min-width:768px) {
    main.container {
        padding: 40px 0 80px
    }
}

img {
    outline: 0
}

ol,
ul {
    list-style: none;
    padding: 0
}

[class*=" module-"],
[class^=module-] {
    border: 0;
    margin: 0;
    padding: 0;
    position: relative
}

.sections-alternating section:first-child,
.sections-alternating section:nth-child(odd) {
    background-color: #fff
}

.sections-alternating section:nth-child(2n):before,
.sections-alternating section:nth-child(2n):not(:last-child):after {
    background-color: #fff;
    display: block
}

.sections-alternating section:nth-child(2n) {
    background-color: #eeeeef;
    position: relative
}

.sections-alternating section:nth-child(2n) .slick-navigation__arrows .slick-next,
.sections-alternating section:nth-child(2n) .slick-navigation__arrows .slick-prev {
    border: 2px solid #c6c7c8
}

.sections-alternating section:nth-child(2n) .slick-navigation__arrows .slick-next:first-child,
.sections-alternating section:nth-child(2n) .slick-navigation__arrows .slick-prev:first-child {
    border-right-width: 1px
}

.sections-alternating section:nth-child(2n) .slick-navigation__arrows .slick-next:last-child,
.sections-alternating section:nth-child(2n) .slick-navigation__arrows .slick-prev:last-child {
    border-left-width: 1px
}

.sections-alternating section:nth-child(2n) .slick-navigation__indicator {
    background: #c6c7c8
}

.sections-alternating section:nth-child(2n):not(:nth-child(2)):before {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: rotate(180deg) scale(1.005);
    -webkit-transform: rotate(180deg) scale(1);
    content: url(../img/rundung_unten.svg);
    font-size: 0;
    line-height: 0
}

.sections-alternating section:nth-child(2n):not(:last-child):after {
    content: url(../img/rundung_unten.svg);
    font-size: 0;
    line-height: 0;
    transform: scale(1.005);
    -webkit-transform: scale(1)
}

@media screen and (max-width:992px) {

    .sections-alternating section:first-child,
    .sections-alternating section:nth-child(odd) {
        padding-top: 2rem;
        padding-bottom: 2rem
    }

    .sections-alternating section:nth-child(2) {
        padding-top: 2rem
    }
}

@media screen and (min-width:992px) {

    .sections-alternating section:first-child,
    .sections-alternating section:nth-child(odd) {
        padding-top: 4rem;
        padding-bottom: 4rem
    }

    .sections-alternating section:nth-child(2) {
        padding-top: 4rem
    }
}

.lazyload {
    position: relative
}

.lazyload--fade {
    transition: opacity 1.05s ease;
    opacity: 0
}

.lazyload--fade.lazyloaded {
    opacity: 1
}

.scrollbar-custom::-webkit-scrollbar {
    height: 7px;
    display: block
}

.scrollbar-custom::-webkit-scrollbar-track {
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
    background-color: #000
}

.scrollbar-custom::-webkit-scrollbar-thumb {
    background: #ace962
}

@media screen and (max-width:767px) and (-ms-high-contrast:none),
screen and (max-width:767px) and (hover:none) {
    .intranet-home__row {
        padding-right: 8px;
        padding-left: 8px
    }
}

@media (-ms-high-contrast:none),
(hover:hover) {
    .intranet-home__row {
        display: flex
    }

    .intranet-home__column-primary,
    .intranet-home__column-secondary {
        display: flex;
        flex-direction: column;
        padding-right: 10px;
        padding-left: 10px
    }

    .intranet-home__column-primary {
        max-width: 60.37444rem;
        min-width: 60.37444rem
    }
}

@media screen and (-ms-high-contrast:none) and (min-width:1920px),
screen and (hover:hover) and (min-width:1920px) {
    .intranet-home__column-primary {
        max-width: 67.49944rem;
        min-width: 67.49944rem
    }
}

@media (-ms-high-contrast:none),
(hover:hover) {
    .intranet-home__column-secondary {
        min-width: 22.50056rem;
        max-width: 22.50056rem
    }
}

.intranet-home .overlay {
    opacity: .6 !important
}

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

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #000;
    font-weight: 700;
    margin: 0;
    padding: 0 0 1rem
}

.h1 a,
.h2 a,
.h3 a,
.h4 a,
.h5 a,
.h6 a,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit
}

.body--intranet .h1,
.body--intranet .h2,
.body--intranet .h3,
.body--intranet .h4,
.body--intranet .h5,
.body--intranet .h6,
.body--intranet h1,
.body--intranet h2,
.body--intranet h3,
.body--intranet h4,
.body--intranet h5,
.body--intranet h6 {
    font-family: FiraSans
}

.h1,
h1 {
    font-size: 1.5rem;
    line-height: 2rem;
    padding-bottom: 1.5rem
}

@media screen and (min-width:480px) {

    .h1,
    h1 {
        font-size: 3rem;
        line-height: 4rem
    }
}

.body--intranet .h1,
.body--intranet h1 {
    font-size: 1.5625rem;
    line-height: 2rem
}

@media screen and (min-width:480px) {

    .body--intranet .h1,
    .body--intranet h1 {
        font-size: 3rem;
        line-height: 4rem
    }
}

.h2,
h2 {
    font-size: 1.25rem;
    line-height: 1.5rem;
    padding-bottom: 1.5rem
}

@media screen and (min-width:480px) {

    .h2,
    h2 {
        font-size: 2.5rem;
        line-height: 3rem
    }
}

.body--intranet .h2,
.body--intranet h2 {
    font-size: 1.25rem;
    line-height: 1.5rem
}

@media screen and (min-width:480px) {

    .body--intranet .h2,
    .body--intranet h2 {
        font-size: 2.4375rem;
        line-height: 3rem
    }
}

.h3,
h3 {
    font-size: 1.25rem;
    line-height: 1.5rem
}

@media screen and (min-width:480px) {

    .h3,
    h3 {
        font-size: 2rem;
        line-height: 2.5rem
    }
}

@media screen and (min-width:480px) {

    .body--intranet .h3,
    .body--intranet h3 {
        font-size: 1.9375rem;
        line-height: 2.5rem
    }
}

.h4,
h4 {
    font-size: 1.25rem;
    line-height: 1.5rem
}

@media screen and (min-width:480px) {

    .h4,
    h4 {
        font-size: 1.5rem;
        line-height: 2rem
    }
}

@media screen and (min-width:480px) {

    .body--intranet .h4,
    .body--intranet h4 {
        font-size: 1.5625rem;
        line-height: 2rem
    }
}

.h5,
h5 {
    font-size: 1.25rem;
    line-height: 1.5rem
}

@media screen and (min-width:480px) {

    .h5,
    h5 {
        font-size: 1.5rem;
        line-height: 2rem
    }
}

@media screen and (min-width:480px) {

    .body--intranet .h5,
    .body--intranet h5 {
        font-size: 1.25rem;
        line-height: 1.5rem
    }
}

.h6,
h6 {
    font-size: 1.25rem;
    line-height: 1.5rem
}

@media screen and (min-width:480px) {

    .h6,
    h6 {
        font-size: 1.5rem;
        line-height: 2rem
    }
}

.body--intranet .h6,
.body--intranet h6 {
    font-size: 1.25rem;
    line-height: 1.5rem
}

@media screen and (min-width:480px) {

    .body--intranet .h6,
    .body--intranet h6 {
        font-size: 1.5625rem;
        line-height: 2rem
    }
}

ol,
p,
p a,
span,
table,
td,
ul {
    font-size: 1rem;
    line-height: 1.5rem;
    margin: 0;
    padding: 0
}

@media screen and (min-width:480px) {

    ol,
    p,
    p a,
    span,
    table,
    td,
    ul {
        font-size: 1.125rem;
        line-height: 1.5rem
    }
}

ol:not(a),
p:not(a),
p a:not(a),
span:not(a),
table:not(a),
td:not(a),
ul:not(a) {
    font-weight: 400
}

@media screen and (min-width:480px) {

    .body--intranet ol,
    .body--intranet p,
    .body--intranet p a,
    .body--intranet span,
    .body--intranet table,
    .body--intranet td,
    .body--intranet ul {
        font-size: 1rem;
        line-height: 1.5rem
    }
}

ol,
p,
table,
ul {
    margin-bottom: 1.5rem
}

small {
    font-size: .75rem;
    font-weight: 400;
    line-height: 1rem;
    display: inline-block;
    margin: 0;
    padding: 0
}

@media screen and (min-width:480px) {
    small {
        font-size: 1rem;
        line-height: 1.5rem
    }
}

@media screen and (min-width:480px) {
    .body--intranet small {
        font-size: .75rem;
        line-height: 1rem
    }
}

caption,
figcaption {
    font-size: 1rem;
    line-height: 1.5rem;
    display: inline-block;
    margin: 0;
    padding: 0
}

@media screen and (min-width:480px) {

    caption,
    figcaption {
        font-size: 1.125rem;
        line-height: 1.5rem
    }
}

@media screen and (min-width:480px) {

    .body--intranet caption,
    .body--intranet figcaption {
        font-size: 1rem;
        line-height: 1.5rem
    }
}

b,
strong {
    font-weight: 700;
    font-size: inherit
}

button,
input,
select,
textarea {
    font: inherit
}

.body--intranet input,
.body--intranet select,
.body--intranet textarea {
    line-height: normal
}

mark {
    font: inherit;
    background-color: transparent;
    background-image: linear-gradient(90deg, #ace962 0, #ace962);
    background-repeat: repeat-x;
    background-position: 0 85%;
    background-size: 100% 5px
}

.targetgroups {
    display: flex;
    flex-wrap: wrap
}

.targetgroups--align-right {
    justify-content: flex-end
}

.targetgroups span {
    background: #006729;
    color: #fff;
    display: inline-block;
    font-size: .75rem;
    font-weight: 700;
    line-height: 1.125rem;
    margin-bottom: 5px;
    padding: 0 5px;
    text-transform: none
}

@media screen and (min-width:768px) {
    .targetgroups span {
        font-size: .875rem;
        padding: 2px 5px
    }
}

.targetgroups span:not(:last-child) {
    margin-right: .25rem
}

svg.icon--12 {
    width: .75rem;
    height: .75rem
}

.icon--12:after,
.icon--12:before {
    font-size: .75rem !important
}

svg.icon--14 {
    width: .875rem;
    height: .875rem
}

.icon--14:after,
.icon--14:before {
    font-size: .875rem !important
}

svg.icon--16 {
    width: 1rem;
    height: 1rem
}

.icon--16:after,
.icon--16:before {
    font-size: 1rem !important
}

svg.icon--18 {
    width: 1.125rem;
    height: 1.125rem
}

.icon--18:after,
.icon--18:before {
    font-size: 1.125rem !important
}

svg.icon--20 {
    width: 1.25rem;
    height: 1.25rem
}

.icon--20:after,
.icon--20:before {
    font-size: 1.25rem !important
}

svg.icon--24 {
    width: 1.5rem;
    height: 1.5rem
}

.icon--24:after,
.icon--24:before {
    font-size: 1.5rem !important
}

svg.icon--28 {
    width: 1.75rem;
    height: 1.75rem
}

.icon--28:after,
.icon--28:before {
    font-size: 1.75rem !important
}

svg.icon--32 {
    width: 2rem;
    height: 2rem
}

.icon--32:after,
.icon--32:before {
    font-size: 2rem !important
}

svg.icon--36 {
    width: 2.25rem;
    height: 2.25rem
}

.icon--36:after,
.icon--36:before {
    font-size: 2.25rem !important
}

svg.icon--48 {
    width: 3rem;
    height: 3rem
}

.icon--48:after,
.icon--48:before {
    font-size: 3rem !important
}

.icon--color.hdi-green {
    fill: #006729
}

.icon--color.hdi-red {
    fill: #e60018
}

.icon--color.hdi-red-10 {
    fill: #fce5e7
}

.icon--color.primary {
    fill: #ace962
}

.icon--color.green-light {
    fill: #79b530
}

.icon--color.green-medium {
    fill: #65a518
}

.icon--color.blue {
    fill: #003960
}

.icon--color.blue-light {
    fill: #00b1b7
}

.icon--color.blue-light-10 {
    fill: #e5f7f7
}

.icon--color.cyan {
    fill: teal
}

.icon--color.cyan-dark {
    fill: #00191a
}

.icon--color.orange-light {
    fill: #f90
}

.icon--color.orange-light-10 {
    fill: #fff4e5
}

.icon--color.orange-dark {
    fill: #4d2e00
}

.icon--color.darkred {
    fill: #8d1429
}

.icon--color.ocre {
    fill: #db6301
}

.icon--color.grey-dark-60 {
    fill: #282828
}

.icon--color.grey-dark-30 {
    fill: #3b3c3c
}

.icon--color.grey {
    fill: #6c6f70
}

.icon--color.grey-medium {
    fill: #9d9d9c
}

.icon--color.grey-light {
    fill: #c6c7c8
}

.icon--color.grey-light-60 {
    fill: #eeeeef
}

.icon--color.grey-light-30 {
    fill: #f9f9fa
}

.icon--color.black {
    fill: #000
}

.icon--color.white {
    fill: #fff
}

.icon--color.btn-bg-primary-hover {
    fill: #7ac81c
}

svg {
    margin: 0;
    padding: 0
}

@font-face {
    font-family: icomoon;
    font-style: normal;
    font-weight: 400;
    src: url(data:application/font-woff;base64,d09GRgABAAAAAEBIAAsAAAAAP/wAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABPUy8yAAABCAAAAGAAAABgDxIGYmNtYXAAAAFoAAAAVAAAAFQXVtLeZ2FzcAAAAbwAAAAIAAAACAAAABBnbHlmAAABxAAAOjQAADo0hYA4rGhlYWQAADv4AAAANgAAADYfFGaraGhlYQAAPDAAAAAkAAAAJA1fCaFobXR4AAA8VAAAAXAAAAFwXUYB6GxvY2EAAD3EAAAAugAAALoxpiMAbWF4cAAAPoAAAAAgAAAAIABnAQxuYW1lAAA+oAAAAYYAAAGGmUoJ+3Bvc3QAAEAoAAAAIAAAACAAAwAAAAMD4QGQAAUAAAKZAswAAACPApkCzAAAAesAMwEJAAAAAAAAAAAAAAAAAAAAARAAAAAAAAAAAAAAAAAAAAAAQAAA6VcDwP/AAEADwABAAAAAAQAAAAAAAAAAAAAAIAAAAAAAAwAAAAMAAAAcAAEAAwAAABwAAwABAAAAHAAEADgAAAAKAAgAAgACAAEAIOlX//3//wAAAAAAIOkA//3//wAB/+MXBAADAAEAAAAAAAAAAAAAAAEAAf//AA8AAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAA/8ACzQPAAAoAAAU3AScHESMRJwcBAWZIAR9I7mbpSAFmQEoBKkr3Azn8zPJK/owAAAIAgABAA4ADQAAIABIAAAEhESM1Byc3IwEzESERIRUjESECKwFVVfg8+MQBAFX9AAEAqwJWA0D+q8T4PPj+Vf8AAwBV/aoAAAEAAABaBAADJgAKAAATATcnITUhNycBF0oBKkr3Azn8zPJK/oxKAXj+4kfvZepH/ppIAAABAAAAWgQAAyYACQAAAQcXAScBBxchFQM08koBdEr+1kr3/McBi+pHAWZIAR5H72UAAAAAAQAA/8ACzQPAAAoAAAERMxEXNwEHARc3ATZm6Uj+mUf+4UjuAvn8xwM08koBdEr+1kr3AAIAAP/AAtcDwAALABAAACU3AScHESMRJwcBFwUhFSE1AWtJASNJ8mftSAEjSP6cAsn9N5JKASdK9gJp/ZzxSv7ZSmtnZwAAAAEAAABIA/YDQAAGAAABJwEnBwkBA/ZI/Zj+SAFGArAC+Ej9mf1I/roCsAAAAQAAAY0EAAHzAAQAABMhFSE1AAQA/AAB82ZmAAEAAP/ABAADwAAMAAABETMRITUhESMRIRUhAc1mAc3+M2b+MwHNAY3+MwHNZgHN/jNmAAABAAD/wAQAA8AADAAACQEHCQEXCQE3CQEnAQIA/k9PAbH+T08BsQGxT/5PAbFP/k8CDwGxT/5P/k9PAbH+T08BsQGxT/5PAAADAAD/wAQAA8AAHQA7AEgAAAUyNz4BNzY1NCcuAScmIyIHDgEHBhUxFBceARcWMxEyFx4BFxYVFAcOAQcGIyInLgEnJjUxNDc+ATc2MwM3FzcnNycHJwcXBxcCAGpdXosoKCgoi15dampdXosoKCgoi15dalVKS28gISEgb0tKVVVKS28gISEgb0tKVZGRkUiRkUiRkUiRkUhAKCiLXl1qal1eiygoKCiLXl1qal1eiygoA5ohIG9LSlVVSktvICEhIG9LSlVVSktvICH9jZGRSJGRSJGRSJGRSAAABAAA/8AEAAPAAAQAIgBAAEUAAAEzESMREzI3PgE3NjU0Jy4BJyYjIgcOAQcGFTEUFx4BFxYzETIXHgEXFhUUBw4BBwYjIicuAScmNTE0Nz4BNzYzAzMVIzUBzWZmM2pdXosoKCgoi15dampdXosoKCgoi15dalVKS28gISEgb0tKVVVKS28gISEgb0tKVTNmZgLA/s0BM/0AKCiLXl1qal1eiygoKCiLXl1qal1eiygoA5ohIG9LSlVVSktvICEhIG9LSlVVSktvICH9zGZmAAQAAP/ABAADwAAEAA8ALQBLAAABMxUjNRMjESMVMxUjFSE1AzI3PgE3NjU0Jy4BJyYjIgcOAQcGFTEUFx4BFxYzETIXHgEXFhUUBw4BBwYjIicuAScmNTE0Nz4BNzYzAc1mZs1nzWdnATSaal1eiygoKCiLXl1qal1eiygoKCiLXl1qVUpLbyAhISBvS0pVVUpLbyAhISBvS0pVAvNmZv4zAQBmmmZm/pooKIteXWpqXV6LKCgoKIteXWpqXV6LKCgDmiEgb0tKVVVKS28gISEgb0tKVVVKS28gIQADAAD/vgQCA8AAHQAhACcAAAEiBw4BBwYVFBceARcWMzI3PgE3NjUxNCcuAScmIxMjNTM3ByMnNTMCAWpeXYspKCgpi11eampeXYspKCgpi11eajlfXggWQBZsA8AoKYtdXmpqXl2LKSgoKYtdXmpqXl2LKSj9P1vPpqZsAAAAAAQAAP/ABAADwAAdADsAQABZAAAFMjc+ATc2NTQnLgEnJiMiBw4BBwYVMRQXHgEXFjMRMhceARcWFRQHDgEHBiMiJy4BJyY1MTQ3PgE3NjMDMxUjNRE+ATMyFhUUBgcjFTM1PgE1NCYjIgYVMTMCAGpdXosoKCgoi15dampdXosoKCgoi15dalVKS28gISEgb0tKVVVKS28gISEgb0tKVTNmZgIdFBUeHhUzZi06WkBAWmdAKCiLXl1qal1eiygoKCiLXl1qal1eiygoA5ohIG9LSlVVSktvICEhIG9LSlVVSktvICH9mWZmAW0TGh4VFh0BzG8QTzI/Wlo/AAIAAP/ABAADwAAdADwAAAUiJy4BJyY1NDc+ATc2MzIXHgEXFhUxFAcOAQcGIxEiBw4BBwYVFBceARcWMzI3PgE3NjUxNCcuAScmIzECAGpdXosoKCgoi15dampdXosoKCgpi11dal9TU30jJCQjfVNTX19TU30jJCQkfFNTX0AoKIteXWpqXV6LKCgoKIteXWpqXV2LKSgDySQjfVNTX19TU30jJCQjfVNTX19TU3wkJAAAAAEAAP/ABAADwAAbAAABFAcOAQcGIyInLgEnJjU0Nz4BNzYzMhceARcWBAAoKIteXWpqXV6LKCgoKIteXWpqXV6LKCgBwGpdXosoKCgoi15dampdXosoKCgoi15dAAAAAAIAAP/ABBMDwAAsAFkAAAEwIiMiBw4BBwYHMRYXHgEXFjM6ATMjOgEzMjc+ATc2NzEmJy4BJyYjKgEjMRM1IxUmJy4BJyYvATM1IzY3PgE3Nj8BFTM1FhceARcWFxUjFTMGBw4BBwYPAQIJAgFqXl6MKSoBASopjF5eagECAQEBAgFqXl6MKSkCAikpjF5eagECATVpRj09XyAfCQGYmAsfH188PUUCaUY9PV8fHwqXlwkfH189PUYBA8AoKItdXWtqXl2LKCgoKItdXWtqXl2LKCj8a5WVCR4eXTw9RQJoRjw8XR4eCAGVlQkeHl08PUUCaEY9PF0eHgcBAAIAAP/ABAADwAArAFgAAAEjJicuAScmJyM1IxUGBw4BBwYHFSMVMxYXHgEXFhczFTM1Njc+ATc2NzUzATUjFSYnLgEnJic1MzUjNjc+ATc2NzMVMzUWFx4BFxYXFSMVMwYHDgEHBgcjBAA2CiIja0ZFUAJmUEZHayMiCjY2CiIja0ZFUAJmUEZHayMiCjb+M2Y7NDNQGhoJlZUIGxpQMzM6AmY7NDNQGhoJlZUIGxpQMzM6AgHzUEZHayMiCjY2CiIja0ZFUAJmUEZHayMiCjY2CiIja0ZFUAL+0ZWVCBsaUDMzOgJmOzQzUBoaCZWVCBsaUDMzOgJmOzQzUBoaCQABAAAApgQAAtoABwAAJTcBJwkBBwECAE0Bs03+Tf5NTQIApkoBoEr+XwGhSv4WAAABAAAApgQAAtoABwAAAQcBFwkBNwECAE3+TU0BswGzTf4AAtpK/mBKAaH+X0oB6gABAAD/wAIzA8AABwAAFwEnAQcJARdKAelK/mFKAaD+YEpAAgBNAbNN/k3+TU0AAAABAAD/wAIzA8AABwAAEwE3CQEnARdKAZ9K/mABoEr+F0oBc/5NTQGzAbNN/gBNAAAB////vQP4A8AASgAAASMGBw4BBwYjIicuAScmNTQ3PgE3NjMwMjMxMhceARcWHwEhFSERIxUmJy4BJyYjMCI5ASIHDgEHBhUUFx4BFxYzMTI3PgE3Nj8BA+NuGSYmYjk5PlZKS3AgICAgcEtKVgIBODU0WiUlGwH++wGbZyMsLGY5OTwBal5djCgpKSiMXV5qU0xMfS8vGgIBFzYtLUASEiEgb0tLVVVLS3AgIA8ONiUmLQJnAZvCLSMkMw0OKCmLXl1ral5djCgoGhpbPj9LAwAAAAMAAAAmBAADWgADAAgADAAANyEVIREhFSE1ESEVIQAEAPwABAD8AAQA/ACNZwHNZmYBZ2cAAAAAAwAAAU4EAAIyAAsAFwAjAAATFAYjIiY1NDYzMhYFFAYjIiY1NDYzMhYFFAYjIiY1NDYzMhbkQy8vQ0MvL0MBjkMvL0NDLy9DAY5DLy9DQy8vQwHAL0NDLy9DQy8vQ0MvL0NDLy9DQy8vQ0MABAAA/8AEAAPAAB4ANgBLAGAAAAEiBw4BBwYVFBceARcWMzI3PgE3NjUxNCcuAScmIzEBIiY1NDYzMhYVOAEVMTgBMRQGIzgBOQEhMCIxIiY1NDYzMhYVOAEVMRQGIzEhOAEjIiY1NDYzMhYVOAEVMRQGIzECAGpdXosoKCgoi15dampdXosoKCgpi11dav7OJTMzJSQ0MyUBNAEkNDQkJTMzJAEzASQ0NCQlNDQkA8AoKIteXWpqXV6LKCgoKIteXWpqXV2LKSj9lTMlJTMzJQEkMzMlJTMzJQEkMzMlJTMzJQEkMwAAAAIAAP/AA/cDwQAeADsAAAEeATMyNjcxPgE1NCYnMS4BIyIGBzEOARUUFhc1ARcBPgEzMhYXMR4BFRQGBzEOASMiJicxLgE1NDY3MQHgJ140SX8vMDc0LS58Rkh+LzE4JiL+cE4BsCBXMTBUIB8kJyIgVTEwViAeIyYhAUgZHDgwL35IRXsvLTU3MC+ASTxsLAH+fEsDTSEmJB8gVTAyWCAgJSUgIFMwMVcgAAAFAAAAJgQAA1oABAAZAB0AIQAlAAATMxUjNQMhMjY1MRE0JiMxISIGFTERFBYzMREhFSEVIREhASEVIc3NzWcDNCo8PCr8zCo8PCoDNPzMAzT8zAGaATP+zQHAzc3+ZjwrAmYrPDwr/ZorPALNZmf+ZwEzZgAAAAAGAAD/wAQAA8AAAwAHAAsAGgApADgAAAEhESEBNSEVAREhEQMiBhUUFjMyNjUxNCYjMSMiBhUUFjMyNjUxNCYjMSMiBhUUFjMyNjUxNCYjMQQA/AAEAPxyAxz85AMcchchIRcYISEYqhghIRgXIiIXqxciIhcYISEYA8D8AAKr4+P9xwHH/jkC4yEYFyEhFxghIRgXISEXGCEhGBchIRcYIQAAAAkAAP/AA5oDwAADAAgADAARABYAGgAeACIAJgAAJTMVIwMzFSM1OwEVIwczFSM1ESEVITUBMxUjBSERIRchESEBMxUjAZpmZs1mZs1mZs1mZgIA/gABmWdn/ZoDmvxmZgLN/TMCAGdn82YBM2ZmZmdmZgIAzc3+AGbNBABm/MwBmmYAAAMAAP/ABAADwAAcACgALAAAFyEyNjUxETQmIzEjNSMVITUjFSMiBhUxERQWMzETMxUzNSEVMzUzFSEVIREhOQOOGCEhGKtx/qpxqxghIRg5cnEBVnFy/OQDHPzkQCEYAxwYIXJycnIhGPzkGCEDHHFxcXGqcv5yAAQAAP/zBAADjQAGAA4AEgAXAAABIREzFSUhJREhESEPATUBIRUhByEVITUEAPwAZgEqAnD8ZgM0/dcaigJm/ZoCZs3+ZwGZA439M83NZgIA/gASXnABmmZnZmYABAAA/8AEAAPAABAAFwAeAC4AAAEyNjUxNTQmIyIGFTEVFBYzASEXNyERIRchESEHJyElMTI2NTQmIzkBIgYVFBYzAgAVHh4VFR4eFf4AAXiFhQF+/ABmAzT+sE1N/rYBmhUeHhUVHh4VAfMeFZoVHh4VmhUe/prNzQMzZv2Zd3dnHhUVHh4VFR4AAAACAAD/wAQAA8AAFwAeAAA3MxUlITI2NTERNCYjMSEiBhUxERQWMzERIREhBzUjZlMBFAHNKjw8KvzMKjw8KgM0/hKNuY3NzTwqAmcqPDwq/ZkqPALN/ZlmZgAAAAMAAAAmBAADWgADAAYACwAANyERIQ0BJQcJAREhAAQA/AADN/7J/shiAZoBmvzMJgM0Z/LyNv7CAUH9zQAAAAAFAAD/wAQAA8AACwAPABMAFwAbAAABITUhFSEVMxEhETMlIRUhASERIQUzESMTMxEjBAD/AP4A/wBmAzRm/WYBNP7MAc39mgJm/jNnZ81nZwLzzc1m/TMCzc1n/TMCZ2f+ZwGZ/mcAAAT///+/As4DwQBMAF8AYwBvAAAXHgEXMR4BMzI2MyMhMhYzMjY3MT4BNzE+ATU0JjUVETQ2NTQmJxUuAScxLgEjIgYjMyEqASMiBgczDgEHMQ4BFRQWFTURHAEVFBYXNRM8ATU8ATUxIRUcARUcARUxFSEVIREhFSEVHAEVIQc8AT0BDgYUDA4fEQUIBQEBxwMJBBEhDgwTBwcHAQEIBwcSDA4hEQQJBAH+LwIFAxAfDgEMEwYHCAEHB1gCAP4AAgD+AAIA/g8PDQwUBgcHAQEIBwYUDA4fEQUIBQEC+gQIBBEhDwEMEwYHCAEHBwYTDA4hEQQJBAH8/AIFAxAfDgEDUQMFAwMFAwQBAwEBAwFZZv5mZlgEBwMBAgQDXgAAAAQAAAAmBAADWgAeACwANABTAAAlMjc+ATc2NTQnLgEnJiMiBw4BBwYVMRQXHgEXFjMxETIWFRQGIyImNTE0NjMRIBMCISADEgEyFx4BFxYfAQcGBw4BBwYjIicuAScmJzY3PgE3NjMCAComJTgQEBAQOCUmKiomJTgQEBAQOCUmKio8PCoqPDwqARvl5f7l/uXl5QEbMTAxYC8vLgwMLi8vYDEwMTEyMWMyMTAwMTFiMjIy8xAQOCUmKiomJTgQEBAQOCUmKiomJTgQEAEzPCoqPDwqKjz+AAGaAZr+Zv5mAs0REkc3NkoSEko2N0cSERITTDo5T085OkwTEgAAAAAEAAD/xgQQA6YABwALAA8AEwAANwUlBRElBSUfAREnBQcRNwEnERcAAW0BPQFm/pX+yP6TZtHRAgvQ0AE40NAeTkNNA4hOPkh8Kf1LJwMpArUp/SIsArcpAAAAAAQAAP/AAzMDwAAdADsASQBXAAABIgcOAQcGFTEUFx4BFxYxMDc+ATc2NTQnLgEnJiMRJicuAScmNTQ3PgE3NjMyFx4BFxYVMRQHDgEHBgcRIgYVFBYzMjY1MTQmIxUiJjU0NjMyFhUxFAYjAZpVS0pwICBAQJpAQEBAmUBAICBvS0tUNzc2WBwcGRhTODhAPzg4VBgYHBtYNzc2QFpaQD9aWj8WHh4WFR4eFQPAICBwSktVVGtrvEBAQEC8a2tUVUtKcCAg/JA5QkGAOTkoQDg4UxgZGRhTODhAKDk5gEFCOQJwWkA/Wlo/QFrNHhUWHh4WFR4AAAAABAAA/74EAgPAABEAIwBoAJMAAAEyFhUUBiMiJjUxNDYzMjA5ATUOARUUFjMyNjUxLgEjKgE5ATcfAh4BFycXNxcPARceARUUBgc1Bx8BBycHDgEPBCMvAi4BJxcnByc/AScuATU0NjcVNy8BNxc3PgE/BDM3IwcOAQc3JwcXFBUUFQcXNx4BHwIzNz4BNwcXNyc0NTQ1NycHLgEvAgIAFx8gFxcgIRYBQFpcQkFcAV1BAQEuHQ4oCxIIASWHLj0dAwEBAQEDHT0uhCUIEQoBKA4gXB0OKAsSCAElhy49HQMBAQEBAx09LoclBxIJAigOHVxL8jMPGgwCpntvb3ulCxkNAjTxNg8aDAKme3Bue6ULGQ0CNAH3IBcXICAXFyBnAlxAQV1dQUJc/FgpEwUKBgEYHU1EICsGDQcHDQcBKyBFTRwYBQoEARMpWFgpEwUKBgEYHU1EICsGDQcHDQcBKyJETR0YBQoEARMpWGaeBg4IASPLfRERERF9zSMHDQYBnp4HDgcBI819EREREX3NIwcNBgGcAAAABgAA/8AEAAPAABkAHQAhACUAKQAtAAAXMzI2NzEhESMRIREjLgErASIGFTERFBYzMQEzFSMHIREhAzMRIwEhESEXMxUjZmccLw0C283+Z3UNLxxnKjw8KgGazc3NAmf9mc1nZwE0AZn+Z2bNzUAcFwLNAQD/ABccPCr9mSo8A5qaZv4AAjP9mQEAAQBmMwAABAAA/8AEAAPAABMAFwAbACMAADcVITUzETQmIzEjESERIyIGFTERBSERIQEhFSEHIREjNSEVI80CZs08Kmf9mmcqPALN/mYBmv5mAZr+Zs0DNGf9mmeNzc0BmSs8ATP+zTwr/mdnATQCAM1n/s3NzQAAAAACAAD/wAQAA8AABwALAAABMxEzETMBIQEjASEBjjlyOQGO/AACMmT+/QJqATL+jgFyAo795AGqAAMAAP/ABAADwQAxAD8AWwAAAT4BNTQnLgEnJiMiBw4BBwYVFBYfAQYHDgEHBhUUFx4BFxYzMjc+ATc2NTQnLgEnJicDMhYVFAYjIiY1MTQ2MxEiJy4BJyYnNjc+ATc2MzIXHgEXFhcGBw4BBwYChjdDFBRGLi81NS8uRhQUQjcBUkVFZR0cKCmLXV1qal1diykoHB1lRUVShkBaWkBAWlpAWUdHaCAgCwMhIm5KSVNTSUpuIiEDCyAgaEdHAecic0U1Ly5GFBQUFEYuLzVFcyEBDyAgWzk5QSYkJDkREhIROSQkJkE5OVsgIA8Bc1pAQFpaQEBa/MwMDSISEww0Li5EExQUE0QuLjQMExIiDQwAAgAA/8AEAAPAAFAAigAABSInLgEnJicxNDc+ATc2MzE4ATEyFhcjHgEXIx4BFzETHAEVFAYHMQceARcxFx4BHwE+ATc+ATMyFjMjBR4BFxUeARcxHgEVMRQHDgEHBiMxAQ4BBzEWFx4BFxYXMT4BNzUlDgEHFQ4BBzEOASMiJicxLgEnMScuAS8BLgE1NDY3MT4BNzM+ATcHAwL4nYqKzzw7ARUVRzAwNw8eDgEFCQQBCw8CPQwKFw0cEA0QIxMCAwcDBxYOAgQDAQGADBQFAgMBBAQVFUcwMDf+EENeAQE0M7N3eIhDXgH+xwIDAQMOCgULBgYLBS1MIQkgMxICAgMDAgYSCwEGCwUBNEA8PM6Ki502MDBIFRUEAwEDAgYUDP6AAgUCDRYHDhQlEA0PHAwBBgwFCg0BPAIPCgEECQUNHBA2MDBIFRUDmgFeQ4h4d7MzNAEBXkMHNAUKBQEMEgYCAwMCFDMgCiBMKgMFCwYGDAUKDgICAwIBATkAAAAAAgAA/9oEAAOmABEAHAAAAR8DBx8BLwEPATcvAT8CEwMNAQMlBQMtAQMCAEMXM5WSCRmCMDCEJCdtlTMXRZ7+ngEAPAE8ATw8AQD+np4Cv4cwBxaONJNEGRlHyCVrFgcwAW7+wDT5/qGlpQFf+TMBQQAAAAACAAAAJgQAA1oANgBlAAABOgExMhYXMR4BFzEOAQcxDwIvAi4BJzE+ATcxPgEzMDIzMTAyMTIWFyMfAT8BPgEzMDI5ATU4ASMiBgcxBycuASMiMDkBKgExIgYHMQ4BFRQWFzEJAT4BNTQmJzEuASMwIiMxAvgBASE7FxQYAQEYFLo+dXU+uhQYAQEYFBc7IQEBASI7FwE+RkY+FjwhAQE1YCQ+PiVfNQEBATZeJSMqKiMBswGzIyoqIyVeNgEBAvMXFRIyHh0yEqo6bmw8qhIyHR4yEhUXFxU6QEA6FBhnJyE5OSEnJyEgWTQzWSD+bQGTIFkzNFkgIScAAAAKAAD/wAQAA8AAHQA8AEAARABIAEwAUABUAFgAXAAAATQnLgEnJiMiBw4BBwYVFBceARcWMzEyNz4BNzY1ITQ3PgE3NjMyFx4BFxYVFAcOAQcGIzEiJy4BJyY1MQEjNTMDMxUjASM1MyEVIzUlJzcXARcHJyUXBycBJzcXAzMYGFM4OEBAODhTGBgYGFM4OEBAODhTGBj+ABAQOCUmKiomJTgQEBAQOCUmKiomJTgQEAEAZmZmZmb+zZqaA2aa/XhsSG0B+2xIbf4FSW1IArBJbUgBwEA4OFMYGBgYUzg4QEA4OFMYGBgYUzg4QComJTgQEBAQOCUmKiomJTgQEBAQOCUmKgFmmvyamgHNZmZmpm1IbP4FbUhsSUlsSAIfSWxIAAAABQAA/8AEAAPAAA0AGwAfACYALQAAATI2NTQmIyIGFTEUFjM1MhYVFAYjIiY1MTQ2MwEhESEXIREnBwsBFRsBNxcVIQLHO1NTOztTUzsMEREMDBAQDP05BAD8AHIDHOmb57Gu17Tj/OQB+VM7O1NTOztTqxEMDBAQDAwR/RwEAHL9jtmgAWv++8sBAf6xs9YNAAAAAAUAAP/ABAADwAAEAAgADwATABgAAAEzESMREzMRIwERITUhESMFMxEjAzMRIxECq3Fx43Jy/HIEAPxycgHHcnLjcXEB+f6rAVUBVf1WAxz8AHIDjuT9yAFV/qsBVQAAAAUAAP/ABAADwAADAAcACwAPABMAACURIRE3IRUhAyEVIREhFSERIRUhBAD8AHIDHPzkcgI5/ccEAPwABAD8AKQBVf6r43IBx3H9x3IEAHIABQAA/8AEAAPAAAMABwALAA8AEwAAARUhNQUVITUFFSE1ASM3FwMjFzcEAPwABAD8AAQA/AACAJqampqampoCwGZmzWZmzWZmAgCamv00mpoAAAAABgAA//kEAAOHAAQACQANABEAFQAaAAA3IRUhNREhFSE1AzMVIxEzFSMRMxUjEyEVITXkAxz85AMc/OTkcnJycnJy5AMc/ORrcnIBjnJyAY5y/uRy/uRyA45ycgAJAAD/wAQAA8AADQAcACAALgA9AEsAWgBfAGMAABMyNjU0JiMiBhUxFBYzNTIWFRQGIyImNTE0NjMxASEVIQUyNjU0JiMiBhUxFBYzNTIWFRQGIyImNTE0NjMxETI2NTQmIyIGFTEUFjM1MhYVFAYjIiY1MTQ2MzEBIRUhNREhFSGaP1paP0BaWkAVHh4VFh4eFgEAAmb9mv8AP1paP0BaWkAVHh4VFh4eFj9aWj9AWlpAFR4eFRYeHhYBAAJm/ZoCZv2aASZaQEBaWkBAWs0eFRUeHhUVHv6aZ2ZaQD9aWj9AWs0eFRYeHhYVHgIAWj9AWlpAP1rNHhYVHh4VFh7+mWZmAWdnAAAHAAD/wAQAA8AAAwAIAAwAEAAUABgAHAAAEyEVIQEhFSE1NSEVIQEhFSERIRUhGQEhEQcjNTMABAD8AAHHAVX+qwI5/cf+OQMc/OQEAPwAAVVxcnIB+XIBVXFx5HL85HIBVXEDHP6rAVXkcgAGAAAAJgQCA1oABAAgADcAPgBKAE0AABM3AQcBBRYXHgEXFhUUBgc3Fz4BNTQnLgEnJiMwIiMxFRMXPgE1PAE1MTQnLgEnJiMxFRceARcVAycVMz4BNyUFNScVJyM1MycjEQE1B3JIAtRI/SwCAD42NlEXFxYUAUohJSEgb0tKVQEBZ1kGBxAQOCUlKw4iMgUVUg0TJBH+EgEzZq6GW2daAgBzAwZI/SxIAtQTAhkZUzc3PipPIgFKMHRAVUpLbyAhZ/7aWRElEwEBASomJTgQEFoOBDEiAf5iUlsBBQPEzcFmZ3TMZ/5mAabBTQAAAAADAAD/wAQGA8AABQALACwAACUBEQEhERMzNxEnIwEVMx4BFRQGIyoBIzEVMzY3PgE3NjU0Jy4BJyYjKgEjMQEAAYD+gP8AgKfZ2acCgAozSEs1AQMBDTQtLkMUExQURS8vNQEEAcD/AAQA/wD+AAGAkf3ekQGAgAJKNDVLgAEVFUUuLjQ1Ly5GFBQAAAQAAAAmBAYDWgAfACUAKwBTAAABFTM2Nz4BNzY1NCcuAScmIyoBIzEVMx4BFRQGIyoBIw0BEQUjERMzNxEnIwEWFx4BFxYVFAcOAQcGIyoBIzEVMzY3PgE3NjU0Jy4BJyYjKgEjMRUCZgspJSQ2EA8QEDcmJSoCAwEIKTo8KwECAf5nATP+zc1mhq6uhgIMPjc3UhgXGBhTODhAAQMCDVRJSm0gHyAgb0tKVQIDAgFaZwEREDgkJSoqJiU4EBBnATwpKjxnzQM0zf5mATN0/kx0AZkBGRhTODc/QDg4UxgYZwIgIW9KSlRVSktvICFnAAQAAP/AAzMDwAADAAcACwAPAAAXIREhFzMRIwUhESEXMxEjAAFm/ppmmpoBZwFm/ppmmppABABm/MxmBABm/MwAAAAABAAA/8AEAAPAAAYADQAUABsAAAEjFSMVIREBMzUzNSERJTMVMxEhFQE1IzUjESEEAHLjAVX8AHLj/qsCq+Ny/qv+quNyAVUBFeNyAVUBVuNy/qvj4wFVcvxycuP+qwAAAgAA/8ADMwPAAAIABQAACQEREwkBAzP8zWYCDP30AcACAPwAA0f+uf65AAADAAD/wAQAA8AAAgAgACMAAAEVNwMiBw4BBwYVFBceARcWMzI3PgE3NjUxNCcuAScmIwMRBQG4pFxqXV6LKCgoKIteXWpqXV6LKCgoKIteXWpoAQMCJs1nAgAoKIteXWpqXV6LKCgoKIteXWpqXV6LKCj9XgFCoAAFAAD/8wQAA40AIAAkACgALAAwAAABIREzFSEVIxEhESM1IRUjESERIzUhFSMRIREjNSE1MxEHNTMVATUzFSE1MxUhNTMVApr+zGf+mWYBM2YBAGcBNGcBAGYBM2b+mWfNZgEAZ/4zZv4zZwON/s1nzf7NATNnZ/7NATNnZ/7NATPNZwEzzWZm/ZpmZmZmZmYAAAAAAwAA/8AEGgPAAAwAKgBGAAATPgE3ESYnLgEnJi8BJTAHBgIHBgcmJyYCJyYxNjc+ATc2PwEWFx4BFxYXByYnLgEnJicGBw4BBwYHFhceARcWFzY3PgE3Nuk4i1QyKytHGhsSAQMXDw9qZmWtrWVmag8PNDk5ekBAQh5NRkeFPj8+ix4oKWU8PENDPDxlKSgeCxkYXUdHaGhIR1wZGAJ8Fzcd/c0sMzNyPj5CBndcXP79jIxgYIyMAQNcXBoZGjIXGBYJGRoaNRwcHjEOERIoFxYXFxYXKBIRDjRRUbNZWURFWFmzUVEAAAMAAf/AAssDwAAgAEAASwAAASMqASMiBw4BBwYVFBYXNRchNz4BNTQnLgEnJiMqASMxAycuATU0NjcHPgEzOgEzMTM6ATEyFhcVHgEVFAYHMQcXIRUUFjMyNjUxNQFmBwECAUg/P10bHCchfgE/fiEmGxtePj9IAQIBdV8YHA0MAR93SQEBAQ0BAUp3HgwMGxhfLP7NWj9AWgPAGxtePz9HPGssAaKiK2s8Rz8/Xhsb/Zp5HksqHDUYAj9OTj0CFjUcKkseec0zQFpaQDMAAAADAAD/wAQAA8AAFAAYABwAAAEFERcVHgEzOAExIT4BNzUXFTMRIwEhNQUtATUlA478cqsDQS0BJig6B+Nycv6r/uMBHQFV/OQDHANn/P6qL4QsPQM1JgE/WQQA/KtbTxjdqtsAAwAA/8AEAAPAAHAAfACIAAA3MzI2NTERNCYjMSM2Nz4BNzYzMhceARcWHwEjIgYVMREUFjMxMwYHDgEHBg8BLgErASIGFRQWMzEzNjc+ATc2NzE+AT8BPgE9ATgBMTQmJyMuAScxJicuAScmIyIHDgEHBg8BFQ4BFTgBOQEVFBYzMQEzMhYVMRUUBiMxIyU0NjMxMxUjIiY1MYBNFR4eFREWISJUMTE1NTExVCEhFgERFR4eFREUHB1HKSouAQknGDMgLS0gXS4qK00jIx4mOREBISopIAEBAQEYKytxRERLTERFcSsrFwEiK0s1AuYaCw8PCxr9AA8LGhoLD/MeFQE0FR4uJiU2Dw8PDzUmJS0CHhX+zBUeKCMiNBERBgEWGy0gIC0CCgojGBgeJVw0Aw8/JpomPhADBgNDOThSFhcXF1I5OEQDBg8/J5o1SwEzDwqaCg+zCg/MDwoAAQAAAEkEAANAAAcAAAkBJwEVARcBBAD+AM3+zQEzzQIAA0D+AM3+zZEBM80CAAAABAAA/8AEAAPAAB4ALQA/AFEAABMiBw4BBwYVFBceARcWMzI3PgE3NjUxNCcuAScmIzERIiY1NDYzMhYVMRQGIzEFIzQnLgEnJiMxNTIXHgEXFhUhIzQnLgEnJiMxNTIXFgAXFhXNKyUlOBAQEBA4JSUrKiYlNxEQEBE3JSYqKzw8Kyo8PCoCAGcwMKdwcH+Ug4PCODkBM2ZJSPqoqL/Uu7oBFlFQAVoQETclJiorJSU4EBAQEDglJSsqJiU3ERD+zDwrKjw8Kis8Zn9wcKcwMGc5OMKDg5S/qKj6SElmUFH+6rq71AAAAAoAAP/ABAADwAAdACsAPABGAFAAYABuAHkAiACaAAAFMjc+ATc2NTQnLgEnJiMiBw4BBwYVMRQXHgEXFjMBMx4BFycmJy4BJyYvARMzHgEVFAYHNyMuATU0NjcVEy4BLwEzDgEHNxc+AT8BMw4BDwEBHgEVFAYHNyM+ATU0JicXNyMuAScXJxYXHgEXFhclNx4BHwEjPgE3ByczDgEPASM2Nz4BNzY/AQE0NjcHMw4BFRQWFycjLgE1MQIAal1eiygoKCiLXl1qal1eiygoKCiLXl1q/p2iESwbASglJD4bGhQB/dIGBwMEAeIDAwgHZhkrEAKuEiwbAWwbKxABoCl9TQMBIAYHBwcBtAIDBgYBkKsRKhkCCSomJkMbHBX+mgcUJA8ClhAjFAJhChotEQKtFRsaQCQkKAP+zAcHAb0GBgMDAbYGB0AoKIteXWpqXV6LKCgoKIteXWpqXV6LKCgBMzZgLAMLExIwHh0iAgEzGz0gFiwWBBEpFCJBHwT+JSVSLAUwVCYCFileMgVFYhYBAfEXNBsbNRkDEyoXID4fBWczWSkEEAoSETIeHyOKCiBJJwYpRiEENCleMgcjHh8xEhIKAf5zGzUZAxs+IBYsFQQXNBsAAAAFAAD/wgQAA8AAYAC/AOQA+QEJAAABPAEnLgEnFy4BJyMuAScjIiYvASMiBgciBgc3DgEHMw4BDwEOAQcVDgEVHAEVHAEVFBYXHgEXJx4BHwEeARczMhYXITI2Nz4BNwc+AT8BPgE3NTQ2NTwBNTgBMTU+ATkBBxQGBw4BBzUOAQcxDgEPAQ4BBzEiBiMqASsBJyImJxcuAScxLgEnNS4BNTE0JjU8ATUxPAE1PAE3PgE3FT4BNzM+ATczPgEzITIWFx4BFyceAR8BHgEXFRQWFxYGHQEBOAExIgcOAQcGFRQXHgEXFjMyNz4BNzY3MTA0MTQnLgEnJicxESImNTQ2MzIWFTAUOQEUBiMqATkBASIGBzEeATMyNjcxNCYjMQQAAwEODAEUSS8BFC0YAg8fD0TjHTkcEyQSAh42FwEhMA0BBggCAgMBAwMQDQEVRiwCFCwXAg8gEAEyGzQbIj4dAi9GEwEICwIEAQJcAQIBBwUHFhAOIhQBECMTFy0XMWEyMFgUJxMCFCMPFB4HBAQDAwEICA0yIQEOHhEBESkVASQYLxgXLBQCHy4MAQUGAQMBAQH+XTcwL0gVFBQVSC8wNzYwL0gUFQEVFUcwLzdGZGRGR2RkRgEBARIZJAEDIxgYJAIkGgI2GzUbIDwbAjBIFAkMAwMBAgEDBQUBBxkRGEEnAhIqFgIUKBU7eDsQIBAWLhcgPRsCLEESAQgLAwMBAQICDg0BFUkvAhMrFwEQIBAQJBLoAQHbHTkdFCYSAhYkDw4UBgEFBQEDAwYFAQUSDBEuGwENHhAWKxYhQyIaNRoaOhwXKxQBIjINBQgBAwIBAwEKCQEOMB4BDyERARAiEBEXDtoBbBUVRzAwNjcwL0gVFBQVRy8wNgE3MC9IFRQB/k5lRkdkZEcBR2MB+iQaFyEhFxokAAABAOn/ywMDA8AAKQAAATcjNTwBNTQ2MzoBMyMzNS4BJyMiBw4BBwYdASMVMxEeATsBMjY3BxEzAt8crjYnAgUDAVAfRyUBNissPhERoZ8WMhoBGjMZBJIBi7Z2AQMBJzabBQYBEBA+Li47i7b+SAMEBAQBAbkAAAAD//7/3wP0A6cAKgBEAEgAAAERIxE0JiMiBgcxDgEVHAEVMREjMDU2NDU0JzMVPgEzOgEzIzYXHgEXFhUBIzYyMzIWFRQGIyImIzEqASMiJjU0NjM6AQMzESMD9NkzOyY9DAME2QEB2RxjOwMEAwE2LS5DExP8hwEDBQIvQkIvAwYDAgUCL0JCLwMGa9nZAVb+iQFdQlIsIwsXDQEDAf6UXV3qaWkXYTE7ARESSDc3SwJQAUMuL0MBQi8vQv7F/XMAAAAAAf/+ABkD/ANaAIgAADceATMyNjcjLgEnNR4BMzI2NwcuATUwNDkBHgEfAR4BFzMuAS8BNCY1NDY3FRYXHgEXFhczNCYnNCY1NDY3Mz4BMzIWFzEeATMyNjMjPgE3Bw4BByM3PgE3PgE3MQ4BBw4BDwEOARUwFDkBHAEVFAcOAQcGBzcGBw4BBwYPAQ4BIyImJxcuAScXAAoWDEuGNwFEaxUIEwoPHQ4BSF8IFgsDCxcMASQvBQEBDw4nMDBtPT1BAgMBATkuARY2HilKGwQJBgIEAgEiOxsCCysdASUKEwoJEgkMGQ4LFgwBAwQJCSIYGB8BICYnWTIxNgMZOh45bDIEHzYZAnQBAjEqAlE+AQECBAQBEHNMAQQIAwEDBAEaTi4BBg0GHTUXAS8nJzkREQMJEQkECAU4XhsOEB8aBAQBCBgQASQ6FAYCBgMDBwMOHg4LFAkBAgcEAQQJBDU0M18sLCcBKiMjNxMTCQEFBRQTAgwbEAEAAAIAAv/AA2cDwAAvAGIAABMwIiMiBgcxDgEVFBYXMRcDDgEVFBYXMR4BMzIwOQEzMjY3MTA3PgE3NjcnLgEjMSUiBgcxMAcOAQcGBxMeATMxMzIwMzI2NzE+ATU0JicxAzgBMQE+ATU0JicxLgEjMCI5AU8BAQUKAwECAgFlmwECAgEDCgUBkg0WBRgZOxkZAmgFFg0B2g4VBTIyeTQ0BNIGFg6TAQEFCgICAgICzgFFAQICAQMJBgEC9gUFAgYDAwYCrf7sAwYDAwYCBQUQDCsqaC0sBLEMEMkQDFlY11xcB/5/DBAFBQIGAwMGAwF8AkMCBgMDBgMEBQAAAAIAAABLBA4DJgBHAEoAAAEuAScjJicuASMiMTAjIgYHBgcOAQcVDgEVHAEVNRwBFRQWFyceARczFhceATMWMTA3MjY3Njc+ATcxPgE1PAE1MTwBNTQmJwERBQP4CTAhAR9DQ4k0NDQ0iUNDHiIxCQsLDAsBCTEhAR5DQ4k0NDQ0iUNDHyExCQsLDAv9pgEPArQiMQkJBAUEBAUECQkxIQE3e0ADBAMBAgUCQH49CCEyCQgFBAQBAQQEBQgJMSI3fEACBQICBANAfj3+YQEzmQADAAD/wAMzA8AACQAOABMAAAERIxEnBxc3JwcBIREBIRchFxEhAc1nXUjZ2Uld/jMDM/7N/gBmAXH2/ZkBRQF7/oVdSNnZSF3+ewLNATNm9/3DAAAFAAD/wAMzA8AABAAHAA0AEgAXAAAXIREBIQEjNSUhESERIRMhFSE1FSEVITUAAzP+0P39AqKi/mYBNAEz/ZlnAZn+ZwGZ/mdAAs0BM/7Noyr+zP4AAZpmZs1mZgAAAAAIAAD/wAM0A8AABAAHAA0AOwBgAJAAvwDKAAABIREhESUXIxMhESERIQUuAScxLgEjKgEjMSMVMzUzOgEzMjY3Iz4BNzE+AT8BPgE1PAE5ATwBNTQmJzEHFAYHMQ4BBzEOASMqASMzIzUzOgEzOgEzIx4BFzEeARUwFDkBNy4BJzEuAScxLgEjKgEjMSMVMzoBMzI2NyM+ATcxPgE3NT4BNTwBNTEwNDU0JicVJzM6ATM6ATMxHgEXMR4BFzEeARUcATkBHAEVFAYHNQ4BBzEOAQcxBiIjKgEnMSMlNSMVMzUzNSM1MwID/f0DNP7PoqXP/ZgBMwE0/mAGEAkJFQoCBAJFNhEBBAIJEwkBBgoFBgkDAQMEBwYrAQIBBQIFCwYBAwIBDQoDBwMDBwQBAwYCAgLvAwsGBw8KCBEIAgIBTlABAgEIEQgBCQ8GCAsDAwMDA3IJBAcEBAgDBAcDAwQBAgICAgEEAgMGAwMFAwMFAxQBG5I2T09cA8D8AALOpqb9mQM0/suyCAsDAQLNRwECAgYDBAsGAQcPCQEBAQIBCxQILgIFAgIDAQIBJgEDAgIGBAEKCREHBwoDAgLNAgIDCQUIEgoBCRMLAQIBAgEMFgsBCQEEAgMIBAYOCAECAQEBCA8IAQQHAwIDAQEBajDNUDAdAAcAAP/AAzIDwAACAAgADQBPAHEAkACWAAABFTMlIREhESETAREhERMWFBUUBgcxDgEjMCI5ASoBIyImJzEuATU8ATUxNSMVHAEVFBYXMR4BMzoBMzEwMjMyNjcjPgE3NT4BNTwBOQE1Ixc+ATU8ATUxPAE1NCYnNS4BIyoBIzEjFTM1MxczJz4BNzEnMzoBMzIWFzEeARUcATkBHAExFAYHMQ4BIyoBIzEjFzUjFTM3AgCh/vn+zAJn/s5oAS/8zv0BBAMECQYCAQEBBQoDAwQ8DAoMHxECAwEBAQwYCwEKDwUFBT37BQYNCw0gEQEEAks9CytFOAkOBmANAQEBBgsFAwQEAwQKBQEBARDFPYkHAzCkzvzMAgABmv7N/TMEAP1LAQIBBgwFBAQEBAUMBgECAZKUAQIBEBwLCgwGBQQPCQEIFQsBAZNsBxIKAQEBAQIBDxkIAQgJ4FJSXgQLBz4DAwMIBQEBAQIFCQQDA02u4DIAAAEAAP/ACZ4DwAAIAAAJAicBITUhAQeQAg798mkBVfeECIX+ogPA/gD+AGYBTpEBVQAAAAADAAD/vgQCA8AABAAJAA0AADcVMwEnASM1Nxc3JwEXAPIDEPT9tFAXUVFRAjRRsvQDEPL8cFIYUVBSAjRRAAAABAAC/8AEAAPAAGQAcwCCAJAAAAEyNz4BNzY1NCcuAScmIyIHDgEHBhUxFBYXJwUuASMiBw4BBwYVFBceARcWMzI2NxUFHAEVFBceARcWMzI3PgE3NjU0Jy4BJyYjIgYHIyc+ATU0MDkBMDQ1NCYnFSUeATM4ATkBETIWFRQGIyImNTE0NjMxASImNTQ2MzIWFTEUBiMxBTIWFRQGIyImNTE0NjMDMyslJTgQEBAQOCUlKyomJTcREAICAf79HE4tKyUlOBAQEBA4JSUrJ0cbAQ4REDcmJSorJSU4EBAQEDglJSszVxwB/QUGAwMBAB1SMCs8PCsqPDwq/ZorPDwrKjw8KgJmKzw8Kyo8PCoCJhARNyUmKislJTgQEBAQOCUlKwoTCQGGHyQQEDcmJSorJSU4EBAcGQGDBQsGKyUlOBAQEBA4JSUrKiYlOBAQLyd8DiARAQEBCxcKAYUjKQE0PCsqPDwqKzz+ADwqKjw8Kio8ZzwqKzw8Kyo8AAAEAAD/wAaXA8AACgANAEgAmgAABSE1IREJARUjESEHIQEBDgEHMRYXHgEXFhcxPgE3NSUOAQ8BDgEHMQ4BIyImJzEuAScxJy4BLwEuATU0NjcxPgE3MT4BNwcDIwEmJy4BJyYnNTQ3PgE3NjMxMhYXIzIWFzEeARcxExYUFRQGBzEOAQcjHgEXMRceAR8BPgE3FT4BMzoBMzEFHgEXMR4BFTEeAR0BFAcOAQcGIzEGl/2lAeL+Hv4eeAS17f0jAW/8zEJfAQE0M7N3eIhDXgH+xwIDAQECDgoFCwYGCwUsTCALIDUTAQMCAgMGEwwGCwUBMggB8J2Kis87PAEVFUcwMDcQHw8CBQkECg8CPAEMCwUKBgEMHA8NECMTAgMHBAYXDQIEAgGADRQFAwMDBBUVRzAwNwR5Apb+hwF2dQEteP7jAS8BX0KIeHiyNDMBAV9CCDEECgUBCxIGAgMDAhQ0HwwgSioDBQsGBgsFCg4CAQMDAQE6/GYBOzzOioqdATYwMEgVFQQDBAIFFAz+fwIEAg0XBgQHAxUkEA0PHAwBBwsFAQsMPQEPCwQJBQ0dDwE2MDBIFRUAAAEAgABAA4ADQAAKAAABBxchESMRIQcXNwKNPI3991UCXo088wIiPIwB5v3JjTzzAAMAAP/AAzMDwAAFAAoADgAAAREjESE1BTMRIREFIREhAzNm/gABM2b9mgIA/mYBmgPA/M0CzWbN/M0DM2b9mQABAAAAAQAAPDrjz18PPPUACwQAAAAAANsskRgAAAAA2yyRGP/+/70JngPBAAAACAACAAAAAAAAAAEAAAPA/8AAAAme//7/5gmeAAEAAAAAAAAAAAAAAAAAAABcBAAAAAAAAAAAAAAAAgAAAALNAAAEAACABAAAAAQAAAACzQAAAtcAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABBMAAAQAAAAEAAAABAAAAAIzAAACMwAAA/f//wQAAAAEAAAABAAAAAP4AAAEAAAABAAAAAOaAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAACzf//BAAAAAQAAAADMwAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAMzAAAEAAAAAzMAAAQAAAAEAAAABAAAAALNAAEEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAADpBAD//gQA//4DZwACBAAAAAMzAAADMwAAAzQAAAMzAAAJngAABAAAAAQAAAIGlwAABAAAgAMzAAAAAAAAAAoAFAAeADgAXAB2AJAAqgDOAOQA8gEMATABngIGAnQCtAMyA4wDvAQ6BLoE0gTqBQIFGgWEBaAF1gZKBqAG3AcuB3AHrAfaCCAITghuCKIJMgmyCeAKXAsoC3ALqgvGDE4NDg1IDcYOWA6iDtIO+g8kD1IP1hAMEIQQyhFCEWQRlBGqEeYSMBKkEwwTPhPsFAQUeBVkFsAW/BdeGBoYmBkAGSoZWhpUGw4bKBtIHAYc4hz6HRoAAAABAAAAXAEKAAoAAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAADgCuAAEAAAAAAAEABwAAAAEAAAAAAAIABwBgAAEAAAAAAAMABwA2AAEAAAAAAAQABwB1AAEAAAAAAAUACwAVAAEAAAAAAAYABwBLAAEAAAAAAAoAGgCKAAMAAQQJAAEADgAHAAMAAQQJAAIADgBnAAMAAQQJAAMADgA9AAMAAQQJAAQADgB8AAMAAQQJAAUAFgAgAAMAAQQJAAYADgBSAAMAAQQJAAoANACkaWNvbW9vbgBpAGMAbwBtAG8AbwBuVmVyc2lvbiAxLjAAVgBlAHIAcwBpAG8AbgAgADEALgAwaWNvbW9vbgBpAGMAbwBtAG8AbwBuaWNvbW9vbgBpAGMAbwBtAG8AbwBuUmVndWxhcgBSAGUAZwB1AGwAYQByaWNvbW9vbgBpAGMAbwBtAG8AbwBuRm9udCBnZW5lcmF0ZWQgYnkgSWNvTW9vbi4ARgBvAG4AdAAgAGcAZQBuAGUAcgBhAHQAZQBkACAAYgB5ACAASQBjAG8ATQBvAG8AbgAuAAAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==) format("woff"), url(data:application/octet-stream;base64,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) format("truetype")
}

[class*=icon]:after,
[class*=icon]:before,
[class^=icon-]:after,
[class^=icon-]:before {
    font-family: icomoon !important;
    font-size: 1.125rem;
    speak: none;
    font-style: normal;
    font-weight: 400;
    -webkit-font-feature-settings: normal;
    font-feature-settings: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.body--intranet [class*=icon]:after,
.body--intranet [class*=icon]:before,
.body--intranet [class^=icon-]:after,
.body--intranet [class^=icon-]:before {
    font-size: 1.25rem
}

.icon--after.icon--copy:after,
.icon--before.icon--copy:before,
.icon--only.icon--copy:before {
    content: ""
}

.icon--after.icon--comment-nested:after,
.icon--before.icon--comment-nested:before,
.icon--only.icon--comment-nested:before {
    content: ""
}

.icon--after.icon--phone-mail:after,
.icon--before.icon--phone-mail:before,
.icon--only.icon--phone-mail:before {
    content: ""
}

.icon--after.icon--bearbeiten:after,
.icon--before.icon--bearbeiten:before,
.icon--only.icon--bearbeiten:before {
    content: ""
}

.icon--after.icon--weiterleiten:after,
.icon--before.icon--weiterleiten:before,
.icon--only.icon--weiterleiten:before {
    content: ""
}

.icon--after.icon--linkpfeil:after,
.icon--before.icon--linkpfeil:before,
.icon--only.icon--linkpfeil:before {
    content: ""
}

.icon--after.icon--arrow-down:after,
.icon--before.icon--arrow-down:before,
.icon--only.icon--arrow-down:before {
    content: ""
}

.icon--after.icon--arrow-left:after,
.icon--before.icon--arrow-left:before,
.icon--only.icon--arrow-left:before {
    content: ""
}

.icon--after.icon--arrow-right:after,
.icon--before.icon--arrow-right:before,
.icon--only.icon--arrow-right:before {
    content: ""
}

.icon--after.icon--arrow-up:after,
.icon--before.icon--arrow-up:before,
.icon--only.icon--arrow-up:before {
    content: ""
}

.icon--after.icon--download:after,
.icon--before.icon--download:before,
.icon--only.icon--download:before {
    content: ""
}

.icon--after.icon--check:after,
.icon--before.icon--check:before,
.icon--only.icon--check:before {
    content: ""
}

.icon--after.icon--minus:after,
.icon--before.icon--minus:before,
.icon--only.icon--minus:before {
    content: ""
}

.icon--after.icon--plus:after,
.icon--before.icon--plus:before,
.icon--only.icon--plus:before {
    content: ""
}

.icon--after.icon--close:after,
.icon--before.icon--close:before,
.icon--only.icon--close:before {
    content: ""
}

.icon--after.icon--close-circle:after,
.icon--before.icon--close-circle:before,
.icon--only.icon--close-circle:before {
    content: ""
}

.icon--after.icon--attention:after,
.icon--before.icon--attention:before,
.icon--only.icon--attention:before {
    content: ""
}

.icon--after.icon--info:after,
.icon--before.icon--info:before,
.icon--only.icon--info:before {
    content: ""
}

.icon--after.icon--info-filter:after,
.icon--before.icon--info-filter:before,
.icon--only.icon--info-filter:before {
    content: ""
}

.icon--after.icon--question:after,
.icon--before.icon--question:before,
.icon--only.icon--question:before {
    content: ""
}

.icon--after.icon--circle-gray:after,
.icon--before.icon--circle-gray:before,
.icon--only.icon--circle-gray:before {
    content: ""
}

.icon--after.icon--circle-black:after,
.icon--before.icon--circle-black:before,
.icon--only.icon--circle-black:before {
    content: ""
}

.icon--after.icon--locate:after,
.icon--before.icon--locate:before,
.icon--only.icon--locate:before {
    content: ""
}

.icon--after.icon--target:after,
.icon--before.icon--target:before,
.icon--only.icon--target:before {
    content: ""
}

.icon--after.icon--down:after,
.icon--before.icon--down:before,
.icon--only.icon--down:before {
    content: ""
}

.icon--after.icon--up:after,
.icon--before.icon--up:before,
.icon--only.icon--up:before {
    content: ""
}

.icon--after.icon--right:after,
.icon--before.icon--right:before,
.icon--only.icon--right:before {
    content: ""
}

.icon--after.icon--left:after,
.icon--before.icon--left:before,
.icon--only.icon--left:before {
    content: ""
}

.icon--after.icon--reload:after,
.icon--before.icon--reload:before,
.icon--only.icon--reload:before {
    content: ""
}

.icon--after.icon--menu:after,
.icon--before.icon--menu:before,
.icon--only.icon--menu:before {
    content: ""
}

.icon--after.icon--externerlink:after,
.icon--before.icon--externerlink:before,
.icon--only.icon--externerlink:before {
    content: ""
}

.icon--after.icon--more-point:after,
.icon--before.icon--more-point:before,
.icon--only.icon--more-point:before {
    content: ""
}

.icon--after.icon--more:after,
.icon--before.icon--more:before,
.icon--only.icon--more:before {
    content: ""
}

.icon--after.icon--search:after,
.icon--before.icon--search:before,
.icon--only.icon--search:before {
    content: ""
}

.icon--after.icon--search-vcard:after,
.icon--before.icon--search-vcard:before,
.icon--only.icon--search-vcard:before {
    content: ""
}

.icon--after.icon--browser:after,
.icon--before.icon--browser:before,
.icon--only.icon--browser:before {
    content: ""
}

.icon--after.icon--calculator:after,
.icon--before.icon--calculator:before,
.icon--only.icon--calculator:before {
    content: ""
}

.icon--after.icon--calender:after,
.icon--before.icon--calender:before,
.icon--only.icon--calender:before {
    content: ""
}

.icon--after.icon--comment:after,
.icon--before.icon--comment:before,
.icon--only.icon--comment:before {
    content: ""
}

.icon--after.icon--damage:after,
.icon--before.icon--damage:before,
.icon--only.icon--damage:before {
    content: ""
}

.icon--after.icon--search-adviser:after,
.icon--before.icon--search-adviser:before,
.icon--only.icon--search-adviser:before {
    content: ""
}

.icon--after.icon--mail:after,
.icon--before.icon--mail:before,
.icon--only.icon--mail:before {
    content: ""
}

.icon--after.icon--loschen:after,
.icon--before.icon--loschen:before,
.icon--only.icon--loschen:before {
    content: ""
}

.icon--after.icon--mobile:after,
.icon--before.icon--mobile:before,
.icon--only.icon--mobile:before {
    content: ""
}

.icon--after.icon--vorschau:after,
.icon--before.icon--vorschau:before,
.icon--only.icon--vorschau:before {
    content: ""
}

.icon--after.icon--map:after,
.icon--before.icon--map:before,
.icon--only.icon--map:before {
    content: ""
}

.icon--after.icon--location:after,
.icon--before.icon--location:before,
.icon--only.icon--location:before {
    content: ""
}

.icon--after.icon--settings:after,
.icon--before.icon--settings:before,
.icon--only.icon--settings:before {
    content: ""
}

.icon--after.icon--fax:after,
.icon--before.icon--fax:before,
.icon--only.icon--fax:before {
    content: ""
}

.icon--after.icon--print:after,
.icon--before.icon--print:before,
.icon--only.icon--print:before {
    content: ""
}

.icon--after.icon--filter:after,
.icon--before.icon--filter:before,
.icon--only.icon--filter:before {
    content: ""
}

.icon--after.icon--betreuer:after,
.icon--before.icon--betreuer:before,
.icon--only.icon--betreuer:before {
    content: ""
}

.icon--after.icon--phone:after,
.icon--before.icon--phone:before,
.icon--only.icon--phone:before {
    content: ""
}

.icon--after.icon--rating:after,
.icon--before.icon--rating:before,
.icon--only.icon--rating:before {
    content: ""
}

.icon--after.icon--heart:after,
.icon--before.icon--heart:before,
.icon--only.icon--heart:before {
    content: ""
}

.icon--after.icon--brightness:after,
.icon--before.icon--brightness:before,
.icon--only.icon--brightness:before {
    content: ""
}

.icon--after.icon--search-image:after,
.icon--before.icon--search-image:before,
.icon--only.icon--search-image:before {
    content: ""
}

.icon--after.icon--statistics:after,
.icon--before.icon--statistics:before,
.icon--only.icon--statistics:before {
    content: ""
}

.icon--after.icon--search-content:after,
.icon--before.icon--search-content:before,
.icon--only.icon--search-content:before {
    content: ""
}

.icon--after.icon--sorting:after,
.icon--before.icon--sorting:before,
.icon--only.icon--sorting:before {
    content: ""
}

.icon--after.icon--list:after,
.icon--before.icon--list:before,
.icon--only.icon--list:before {
    content: ""
}

.icon--after.icon--liste:after,
.icon--before.icon--liste:before,
.icon--only.icon--liste:before {
    content: ""
}

.icon--after.icon--search-press:after,
.icon--before.icon--search-press:before,
.icon--only.icon--search-press:before {
    content: ""
}

.icon--after.icon--lautlos:after,
.icon--before.icon--lautlos:before,
.icon--only.icon--lautlos:before {
    content: ""
}

.icon--after.icon--leise:after,
.icon--before.icon--leise:before,
.icon--only.icon--leise:before {
    content: ""
}

.icon--after.icon--search-audio:after,
.icon--before.icon--search-audio:before,
.icon--only.icon--search-audio:before {
    content: ""
}

.icon--after.icon--pause:after,
.icon--before.icon--pause:before,
.icon--only.icon--pause:before {
    content: ""
}

.icon--after.icon--vollbild:after,
.icon--before.icon--vollbild:before,
.icon--only.icon--vollbild:before {
    content: ""
}

.icon--after.icon--play:after,
.icon--before.icon--play:before,
.icon--only.icon--play:before {
    content: ""
}

.icon--after.icon--search-video:after,
.icon--before.icon--search-video:before,
.icon--only.icon--search-video:before {
    content: ""
}

.icon--after.icon--search-department:after,
.icon--before.icon--search-department:before,
.icon--only.icon--search-department:before {
    content: ""
}

.icon--after.icon--search-insurance:after,
.icon--before.icon--search-insurance:before,
.icon--only.icon--search-insurance:before {
    content: ""
}

.icon--after.icon--search-knowled:after,
.icon--before.icon--search-knowled:before,
.icon--only.icon--search-knowled:before {
    content: ""
}

.icon--after.icon--search-news:after,
.icon--before.icon--search-news:before,
.icon--only.icon--search-news:before {
    content: ""
}

.icon--after.icon--search-service:after,
.icon--before.icon--search-service:before,
.icon--only.icon--search-service:before {
    content: ""
}

.icon--after.icon--stock-price:after,
.icon--before.icon--stock-price:before,
.icon--only.icon--stock-price:before {
    content: ""
}

.icon--after.icon--rss:after,
.icon--before.icon--rss:before,
.icon--only.icon--rss:before {
    content: ""
}

.icon--after.icon--world:after,
.icon--before.icon--world:before,
.icon--only.icon--world:before {
    content: ""
}

.icon--after.icon--instagram:after,
.icon--before.icon--instagram:before,
.icon--only.icon--instagram:before {
    content: ""
}

.icon--after.icon--facebook:after,
.icon--before.icon--facebook:before,
.icon--only.icon--facebook:before {
    content: ""
}

.icon--after.icon--linkedin:after,
.icon--before.icon--linkedin:before,
.icon--only.icon--linkedin:before {
    content: ""
}

.icon--after.icon--twitter:after,
.icon--before.icon--twitter:before,
.icon--only.icon--twitter:before {
    content: ""
}

.icon--after.icon--xing:after,
.icon--before.icon--xing:before,
.icon--only.icon--xing:before {
    content: ""
}

.icon--after.icon--youtube:after,
.icon--before.icon--youtube:before,
.icon--only.icon--youtube:before {
    content: ""
}

.icon--after.icon--search-download:after,
.icon--before.icon--search-download:before,
.icon--only.icon--search-download:before {
    content: ""
}

.icon--after.icon--search-document:after,
.icon--before.icon--search-document:before,
.icon--only.icon--search-document:before {
    content: ""
}

.icon--after.icon--pdf:after,
.icon--before.icon--pdf:before,
.icon--only.icon--pdf:before {
    content: ""
}

.icon--after.icon--url:after,
.icon--before.icon--url:before,
.icon--only.icon--url:before {
    content: ""
}

.icon--linkpfeil:after,
.icon--linkpfeil:before {
    display: inline-block;
    font-size: .875em;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease
}

.body--intranet .icon--linkpfeil:after,
.body--intranet .icon--linkpfeil:before {
    font-size: .875em
}

.icon--linkpfeil:focus:after,
.icon--linkpfeil:focus:before,
.icon--linkpfeil:hover:after,
.icon--linkpfeil:hover:before {
    -webkit-transform: translateX(4px);
    transform: translateX(4px)
}

.icon--rotate:after,
.icon--rotate:before,
a:not(.button).icon--plus:after,
a:not(.button).icon--plus:before,
button:not(.button).icon--plus:after,
button:not(.button).icon--plus:before {
    display: inline-block;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease
}

.icon--rotate:focus:after,
.icon--rotate:focus:before,
.icon--rotate:hover:after,
.icon--rotate:hover:before,
a:not(.button).icon--plus:focus:after,
a:not(.button).icon--plus:focus:before,
a:not(.button).icon--plus:hover:after,
a:not(.button).icon--plus:hover:before,
button:not(.button).icon--plus:focus:after,
button:not(.button).icon--plus:focus:before,
button:not(.button).icon--plus:hover:after,
button:not(.button).icon--plus:hover:before {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.icon--green:after,
.icon--green:before {
    color: #ace962
}

.icon--hdi-green:after,
.icon--hdi-green:before {
    color: #006729
}

.icon--red:after,
.icon--red:before {
    color: #e60018
}

.icon--tertiary:after,
.icon--tertiary:before {
    color: #9d9d9c
}

.container {
    display: flex;
    flex-direction: column;
    padding: 0 8px
}

@media screen and (min-width:768px) {
    .container {
        max-width: 45rem
    }
}

@media screen and (min-width:992px) {
    .container {
        max-width: 60rem
    }
}

@media screen and (min-width:1200px) {
    .container {
        max-width: 71.25rem
    }
}

@media screen and (min-width:1366px) {
    .container {
        max-width: 82.875rem
    }
}

@media screen and (min-width:1920px) {
    .container {
        max-width: 90rem
    }
}

.accordion {
    clear: both
}

.accordion.active {
    padding-bottom: 1rem
}

.accordion.active .accordion__heading .button--secondary {
    background-image: linear-gradient(180deg, #ace962 50%, #7ac81c 0);
    box-shadow: none;
    background-size: 100% 200%;
    -webkit-transform: rotate(0);
    transform: rotate(0)
}

.accordion.active .accordion__heading .button--secondary:hover {
    background-position: 0 100%
}

.accordion.active .accordion__heading .button--secondary:active {
    background-position: 0 0
}

.accordion.active .accordion__heading .button--secondary span:first-child {
    display: block
}

.accordion.active .accordion__heading .button--secondary span:last-child {
    display: none
}

.accordion.active .accordion__content {
    height: auto;
    overflow: visible;
    -webkit-transform: scaleY(1);
    transform: scaleY(1)
}

.accordion__heading {
    align-items: center;
    cursor: pointer;
    display: flex;
    padding: 1.5rem 0;
    text-align: left
}

.accordion__heading h2 {
    padding: 0;
    max-width: 80%
}

.accordion__heading h2.h6 {
    font-size: 1rem
}

@media screen and (min-width:480px) {
    .accordion__heading h2.h6 {
        font-size: 1.5rem
    }
}

.accordion__heading h2 .icon--question {
    text-decoration: none
}

@media screen and (min-width:992px) {
    .accordion__heading h2 .icon--question {
        vertical-align: middle
    }

    .accordion__heading h2 .icon--question:after {
        vertical-align: baseline
    }
}

.accordion__heading .button--secondary {
    background-position: 0 0;
    background-size: 200% 100%;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    transition: all .3s;
    background-image: linear-gradient(90deg, transparent 50%, #7ac81c 0)
}

.accordion__heading .button--secondary:hover {
    box-shadow: inset 0 0 0 2px #7ac81c;
    background-position: 100% 0
}

.accordion__heading .button--secondary:focus {
    box-shadow: inset 0 0 0 2px #65a518
}

.accordion__heading .button--secondary:active {
    background-position: 0 0;
    box-shadow: inset 0 0 0 2px #65a518
}

.accordion__heading .button--secondary span {
    height: 20px;
    width: 20px
}

.accordion__heading .button--secondary span:first-child {
    display: none
}

.accordion__heading .button--secondary span:last-child {
    display: block
}

.accordion__content {
    height: 0;
    overflow: hidden;
    -webkit-transform-origin: top;
    transform-origin: top;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    transition: all .3s
}

.accordion__content:after {
    content: "";
    clear: both;
    display: table
}

.accordion__content p:last-child {
    margin-bottom: 0
}

.accordion__button-container {
    margin-left: auto
}

.accordion__divider-top {
    border-top: 1px solid #c6c7c8
}

.audio,
audio {
    position: relative;
    width: 100%
}

.audio--file {
    border: 2px solid #c6c7c8
}

@media screen and (min-width:992px) {
    .audio--file {
        display: flex
    }
}

.audio--file .audio__content {
    position: relative
}

@media screen and (min-width:992px) {
    .audio--file .audio__content {
        flex: 1 0 auto;
        display: flex;
        flex-direction: column
    }
}

.audio--file .audio__text {
    position: relative;
    padding: 1rem;
    display: flex;
    flex-direction: column;
    justify-content: center
}

@media screen and (min-width:992px) {
    .audio--file .audio__text {
        flex: 1 0 auto
    }
}

.audio--file .audio__text>p {
    margin: 0
}

.audio--file .audio__text>p~p {
    margin-top: .25rem
}

.audio--file .audio__text--large {
    min-height: 5.5rem
}

.audio--file .audio__text--large>p {
    max-width: calc(100% - 88px)
}

@media screen and (min-width:992px) {
    .audio--file .audio__text--large>p {
        max-width: none
    }
}

.audio--file .audio__img {
    position: absolute;
    top: 0;
    right: 0;
    max-width: 5.5rem;
    height: auto
}

@media screen and (min-width:992px) {
    .audio--file .audio__img {
        position: relative;
        flex: 0 0 auto;
        max-width: 10rem
    }
}

.audio--file .mejs__container {
    background: none;
    max-width: 100%;
    flex: 0 0 auto
}

@media screen and (min-width:992px) {
    .audio--file .mejs__container {
        height: 72px !important
    }
}

.audio--file .mejs__controls {
    bottom: auto;
    height: 100%;
    padding: 0 1rem
}

.audio--file .mejs__controls:not([style*="display: none"]) {
    background: #eeeeef
}

.audio--file .mejs__button>button {
    background-image: url(../img/mejs-controls-audio.svg);
    background-size: 400px 120px
}

.audio--file .mejs__playpause-button {
    background-color: transparent;
    background-image: linear-gradient(180deg, #ace962 50%, #7ac81c 0);
    background-size: 100% 200%;
    transition: background-position .3s
}

@media screen and (min-width:768px) {
    .audio--file .mejs__playpause-button:hover {
        background-position: 0 100%;
        cursor: pointer
    }
}

.audio--file .mejs__playpause-button:active {
    background-position: 0 0
}

.audio--file .mejs__pause,
.audio--file .mejs__play,
.audio--file .mejs__replay {
    border-radius: 50%;
    height: 32px;
    align-self: center;
    flex: 0 0 auto;
    position: relative
}

@media screen and (min-width:992px) {

    .audio--file .mejs__pause,
    .audio--file .mejs__play,
    .audio--file .mejs__replay {
        height: 46px;
        width: 46px
    }
}

.audio--file .mejs__pause>button,
.audio--file .mejs__play>button,
.audio--file .mejs__replay>button {
    background-size: 200px 60px;
    height: 10px;
    width: 10px;
    margin: 0 11px
}

.audio--file .mejs__pause>button:before,
.audio--file .mejs__play>button:before,
.audio--file .mejs__replay>button:before {
    content: "";
    height: calc(100% + 12px);
    width: calc(100% + 12px);
    top: -8px;
    left: -8px;
    position: absolute;
    background: transparent;
    border: 2px solid transparent;
    overflow: hidden;
    border-radius: 50%
}

.audio--file .mejs__pause>button:hover,
.audio--file .mejs__play>button:hover,
.audio--file .mejs__replay>button:hover {
    opacity: 1
}

.audio--file .mejs__pause>button:focus,
.audio--file .mejs__play>button:focus,
.audio--file .mejs__replay>button:focus {
    outline: none
}

.audio--file .mejs__pause>button:focus.focus-visible:before,
.audio--file .mejs__play>button:focus.focus-visible:before,
.audio--file .mejs__replay>button:focus.focus-visible:before {
    border: 2px solid #00b1b7
}

@media screen and (min-width:992px) {

    .audio--file .mejs__pause>button,
    .audio--file .mejs__play>button,
    .audio--file .mejs__replay>button {
        background-size: 300px 90px;
        width: 16px;
        height: 16px;
        margin: 0 16px
    }
}

.audio--file .mejs__pause>button {
    background-position: -10px 0;
    margin: 0 12px 0 10px
}

@media screen and (min-width:992px) {
    .audio--file .mejs__pause>button {
        background-position: -14px 0;
        margin: 0 16px 0 14px
    }
}

.audio--file .mejs__replay>button {
    background-position: -80px 0;
    margin: 0 12px 0 10px
}

@media screen and (min-width:992px) {
    .audio--file .mejs__replay>button {
        background-position: -120px 0;
        margin: 0 16px 0 14px
    }
}

.audio--file .mejs__time-rail {
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    align-items: center;
    top: auto;
    left: auto;
    margin: 0 .5rem
}

.audio--file .mejs__time-total {
    background: #c6c7c8
}

.audio--file .mejs__time-current,
.audio--file .mejs__time-handle-content {
    background: #282828
}

.audio--file .mejs__time {
    align-self: center;
    flex: 1 0 auto;
    height: 100%
}

.audio--file .mejs__time>span {
    height: auto
}

.audio--file .mejs__volume-button {
    flex: 0 0 auto
}

.audio--file .mejs__horizontal-volume-slider {
    align-self: center
}

.awards {
    overflow-x: auto;
    overflow-y: hidden;
    padding: 0 0 1.5rem;
    width: 100%
}

.awards__container {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: baseline
}

.awards__item {
    flex: 1 0 auto;
    margin: 0 1rem;
    display: flex;
    flex-direction: column;
    align-items: center
}

@media screen and (min-width:992px) {
    .awards__item {
        margin: 0 4rem
    }
}

.awards__image.image {
    margin-bottom: 1rem
}

.awards__image img {
    width: auto;
    max-height: 13.9375rem
}

.breadcrumb {
    padding: 1rem 0
}

.breadcrumb__list {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0
}

@media screen and (min-width:768px) {
    .breadcrumb__list {
        display: flex
    }
}

.breadcrumb__list a {
    font-weight: 400;
    text-decoration: none
}

.breadcrumb__item {
    align-items: center;
    display: flex;
    margin-right: .25rem
}

.breadcrumb__item,
.breadcrumb__item a {
    font-size: .875rem;
    line-height: 1.5rem
}

.breadcrumb__item a svg,
.breadcrumb__item svg {
    fill: #000
}

.breadcrumb__item a:hover {
    text-decoration: none
}

.breadcrumb__item a:hover span {
    text-decoration: underline
}

.breadcrumb__item .icon--before:before {
    font-size: .75rem;
    padding-right: 0
}

.breadcrumb .icon--before:before {
    vertical-align: middle
}

.button {
    align-items: center;
    align-self: flex-start;
    background-color: transparent;
    background-image: linear-gradient(180deg, #f9f9fa 50%, #eeeeef 0);
    background-size: 100% 200%;
    border: 0;
    color: #000;
    cursor: pointer;
    display: inline-flex;
    font-size: 1rem;
    font-weight: 700;
    justify-content: center;
    line-height: 1.625rem;
    overflow: visible;
    padding: 10px 24px;
    position: relative;
    text-decoration: none;
    transition: all .3s;
    white-space: nowrap
}

@media screen and (min-width:768px) {
    .button {
        font-size: 1.125rem;
        padding: 15px 30px
    }
}

.button:before {
    content: "";
    height: calc(100% + 12px);
    width: calc(100% + 12px);
    top: -8px;
    left: -8px;
    position: absolute;
    background: transparent;
    border: 2px solid transparent;
    overflow: hidden;
    border-radius: 4px
}

.button:hover {
    outline: none
}

@media screen and (min-width:768px) {
    .button:hover {
        background-position: 0 100%
    }
}

.button:focus:not(.focus-visible):before {
    border: 2px solid transparent
}

.button:focus.focus-visible:before {
    border: 2px solid #00b1b7
}

.button:active {
    background-position: 0 0
}

.button:disabled {
    box-shadow: inset 0 0 0 2px #6c6f70;
    background: transparent;
    color: #6c6f70;
    cursor: not-allowed
}

.button:disabled:focus,
.button:disabled:hover {
    background-position: 0 0
}

.button span {
    font: inherit
}

.button svg:not(:only-child) {
    margin-left: .5rem
}

.button.icon--after:after {
    font-size: 1rem;
    padding-left: 8px
}

.button--primary {
    background-image: linear-gradient(180deg, #ace962 50%, #7ac81c 0)
}

.button--primary:disabled,
.button--primary:focus,
.button--primary:hover {
    box-shadow: none
}

.button--primary:disabled {
    background: #eeeeef
}

.button--secondary {
    box-shadow: inset 0 0 0 2px #65a518;
    background-image: linear-gradient(180deg, transparent 50%, #7ac81c 0)
}

.button--secondary:not(:disabled):hover {
    box-shadow: inset 0 0 0 2px #7ac81c
}

.button--tertiary {
    box-shadow: inset 0 0 0 2px #000;
    background-image: linear-gradient(180deg, transparent 50%, #000 0)
}

.button--tertiary:not(:disabled):hover {
    color: #fff
}

.button--tertiary:not(:disabled):active {
    color: #000
}

.button--filter {
    padding: 10px 24px;
    border-radius: 50px
}

@media screen and (min-width:768px) {
    .button--filter {
        padding: 15px 30px
    }
}

.button--filter:before {
    border: none
}

.button--filter:focus.focus-visible {
    background-position: 0 100%
}

.button--filter:focus.focus-visible:before {
    border: none
}

.button--filter.button--secondary:focus.focus-visible,
.button--filter.button--secondary:not(:disabled):hover {
    box-shadow: inset 0 0 0 2px #7ac81c
}

.button--filter.button--tertiary:focus.focus-visible {
    color: #fff
}

.button--filter.button--tertiary:focus:not(.focus-visible) {
    text-decoration: none
}

.button--icon {
    position: relative;
    width: 2.875rem;
    height: 2.875rem;
    padding: 0
}

@media screen and (min-width:768px) {
    .button--icon {
        width: 3.5rem;
        height: 3.5rem
    }
}

.button--icon:after {
    font-size: 1.25rem
}

.button--icon svg {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    flex-shrink: 0
}

.button--icon:before {
    display: flex;
    justify-content: center;
    align-items: center
}

.button--icon.button--secondary.is-active {
    background-image: linear-gradient(180deg, #ace962 50%, #7ac81c 0);
    box-shadow: none
}

.button--icon.button--tertiary.is-active {
    color: #fff;
    background-image: linear-gradient(180deg, #282828 50%, #000 0);
    box-shadow: none
}

.button--circle {
    width: 3.5rem;
    height: 3.5rem;
    border-radius: 50%
}

@media screen and (min-width:768px) {
    .button--circle {
        width: 4rem;
        height: 4rem
    }
}

.button--circle:before {
    border-radius: 50%
}

.button--circle.icon--play:before {
    display: flex;
    padding-right: 0;
    width: 100%;
    height: 100%;
    top: 50%;
    left: calc(50% + 2px);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.button--circle.icon--play.focus-visible:before {
    border: none
}

.button--circle.icon--play:after {
    content: "";
    height: calc(100% + 12px);
    width: calc(100% + 12px);
    top: -8px;
    left: -8px;
    position: absolute;
    background: transparent;
    border: 2px solid transparent;
    overflow: hidden;
    border-radius: 50%
}

.button--circle.icon--play:focus:not(.focus-visible):after {
    border: 2px solid transparent
}

.button--circle.icon--play:focus.focus-visible:after {
    border: 2px solid #00b1b7
}

.button--plain.button--icon {
    background-image: none
}

.button--plain.button--icon:focus,
.button--plain.button--icon:hover {
    color: #65a518
}

.button--plain.button--icon:before {
    font-size: 1.125rem;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: auto;
    height: auto;
    overflow: visible
}

@media screen and (min-width:768px) {
    .button--plain.button--icon:before {
        font-size: 1.25rem
    }
}

.button--plain.button--icon:focus:before {
    border: none
}

.button--plain.button--icon:disabled {
    box-shadow: none;
    color: #6c6f70;
    cursor: not-allowed
}

.button--tile {
    border: .25rem solid #fff;
    flex-wrap: wrap;
    font-weight: 400;
    font-size: .625rem;
    height: 100%;
    padding: .25rem;
    width: 100%;
    background-image: none;
    white-space: normal
}

@media screen and (min-width:768px) {
    .button--tile {
        font-size: .75rem
    }
}

.button--tile span {
    font-size: .625rem;
    text-align: center;
    line-height: 1.333333;
    width: 100%
}

@media screen and (min-width:768px) {
    .button--tile span {
        font-size: .75rem
    }
}

.button--tile:disabled {
    border-color: #eeeeef;
    box-shadow: none
}

.button--tile:disabled img {
    -webkit-filter: grayscale(1);
    filter: grayscale(1)
}

.button--reverse {
    flex-direction: row-reverse
}

.button--reverse svg:not(:only-child) {
    margin: 0 .5rem 0 0
}

.button--text {
    padding: 0;
    background: none
}

.button--text:hover {
    color: #6c6f70
}

.button--text .count {
    font-size: .875rem;
    color: #6c6f70;
    padding-left: .3125rem
}

.custom-select .select__wrapper {
    margin-top: .5rem
}

.custom-select .select__wrapper.placeholder--black .select2 .select2-selection__placeholder {
    color: #000
}

.custom-select .select__wrapper .parsley-errors-list {
    font-size: .625rem;
    align-items: center;
    color: #e60018;
    display: flex;
    line-height: 1rem;
    margin: 0 0 0 .5rem;
    padding-top: .25rem
}

@media screen and (min-width:480px) {
    .custom-select .select__wrapper .parsley-errors-list {
        font-size: .75rem
    }
}

.custom-select .select__wrapper .parsley-errors-list.icon--before:before,
.custom-select .select__wrapper .parsley-errors-list .icon--before:before {
    font-size: .75rem;
    margin-right: .25rem
}

.custom-select .select2 {
    z-index: 2;
    width: 100%
}

.custom-select .select2:focus .underline-primary,
.custom-select .select2:hover .underline-primary {
    width: 100%
}

.custom-select .select2 .select2-selection {
    align-items: center;
    background: #eeeeef;
    border: 0;
    border-radius: 0;
    border-bottom: 2px solid #000;
    display: flex;
    flex-direction: row;
    height: 3.5rem
}

.custom-select .select2 .select2-selection__placeholder {
    font-size: 1rem;
    color: #6c6f70;
    flex: 1 1 auto;
    padding-right: 2.5rem
}

.custom-select .select2 .select2-selection:focus {
    outline: none
}

.custom-select .select2 .select2-selection .select2-selection__rendered {
    font-size: 1rem;
    color: #000;
    flex: 1 1 auto;
    padding-left: 1rem;
    padding-right: 2.5rem
}

.custom-select .select2 .select2-selection .select2-selection__arrow {
    display: flex;
    align-items: center;
    top: 25%;
    right: 1rem
}

.custom-select .select2 .select2-selection .select2-selection__arrow:before {
    content: "";
    display: block;
    width: 1.25rem;
    height: 1.25rem;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24'%3E%3Cpath d='M21.9 8l-8.5 8.1-1.5 1.5-1.5-1.5L1.9 8l1.5-1.4 8.5 8.1 8.5-8.1z'/%3E%3C/svg%3E");
    background-size: contain
}

.custom-select .select2 .select2-selection .select2-selection__arrow b {
    display: none
}

.custom-select .select2.select2-container--open .select2-selection .select2-selection__arrow {
    top: 30%
}

.custom-select .select2.select2-container--open .select2-selection .select2-selection__arrow:before {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.custom-select .select2.select2-container--open .underline-primary {
    width: 100%
}

.custom-select .select2.select2-container--disabled .select2-selection--single {
    background: #f9f9fa;
    cursor: not-allowed
}

.custom-select .select2.select2-container--default .select2-selection--single .select2-selection__placeholder,
.custom-select .select2.select2-container--disabled .select2-selection--single .select2-selection__placeholder {
    color: #6c6f70
}

.is-invalid.custom-select .select2 .select2-selection,
.is-invalid .custom-select .select2 .select2-selection,
.set-invalid .custom-select .select2 .select2-selection {
    background: rgba(230, 0, 24, .09)
}

.is-valid .custom-select .select2 .select2-selection {
    background: rgba(172, 233, 98, .1)
}

.select2-container .select2-dropdown.select2-dropdown {
    border: none
}

.select2-container .select2-dropdown .select2-results .select2-results__option {
    font-size: 1rem;
    background: #eeeeef;
    color: #000;
    padding: 12px 16px
}

.select2-container .select2-dropdown .select2-results .select2-results__option:not(:first-child) {
    border-top: 2px solid #c6c7c8
}

.select2-container .select2-dropdown .select2-results .select2-results__option--highlighted[aria-selected] {
    background: #fff
}

.select2-container .select2-dropdown .select2-results .select2-results__option[aria-selected=true] {
    font-weight: 700
}

.select2-container {
    z-index: 2
}

.fancybox-active .select2-container--open {
    z-index: 99999
}

.custom-select__label {
    font-size: .75rem;
    color: #282828;
    margin-left: .5rem
}

@media screen and (min-width:480px) {
    .custom-select__label {
        font-size: .875rem
    }
}

.custom-select__label span {
    font: inherit
}

.custom-select__label .optional {
    color: #6c6f70
}

.disruptor .icon--down:after {
    display: inline-block;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease
}

.disruptor__header-content {
    display: flex;
    align-items: center;
    height: 80px;
    padding: 0 .5rem;
    cursor: pointer
}

.disruptor__header-content.smart-reveal__trigger {
    position: relative
}

.disruptor__header-content .disruptor__header-heading {
    color: inherit;
    padding: 0
}

.disruptor__header-content .disruptor__header-icon {
    margin-right: .5rem;
    font-size: 1.75rem
}

.disruptor__header-content .disruptor__header-icon:after {
    font-size: inherit
}

.disruptor__header-content .icon--down {
    margin-left: auto;
    font-size: 1.5rem
}

@media screen and (min-width:992px) {
    .disruptor__header-content .icon--down {
        margin-left: 1rem
    }
}

.disruptor__header-content .icon--down:after {
    font-size: inherit
}

.disruptor__header-content.is-active .icon--down:after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.disruptor__header-content .icon--close {
    margin-left: .375rem;
    font-size: 1.125rem
}

@media screen and (min-width:992px) {
    .disruptor__header-content .icon--close {
        margin-left: auto
    }
}

.disruptor__header-content .icon--close:after {
    font-size: inherit
}

.disruptor__body-content {
    padding: 1rem .5rem
}

.disruptor__body-content p {
    line-height: 1
}

@media screen and (min-width:768px) {
    .disruptor__body-content p {
        line-height: 1.5
    }
}

.disruptor--red .disruptor__header {
    color: #fff;
    background: #e60018
}

.disruptor--red .disruptor__body {
    color: #8d1429;
    background: #fce5e7
}

.disruptor--orange .disruptor__header {
    color: #4d2e00;
    background: #f90
}

.disruptor--orange .disruptor__body {
    color: #4d2e00;
    background: #fff4e5
}

.disruptor--blue .disruptor__header {
    color: #00191a;
    background: #00b1b7
}

.disruptor--blue .disruptor__body {
    color: #003960;
    background: #e5f7f7
}

.fancybox-bg {
    opacity: .5 !important
}

.fancybox-slide {
    overflow: hidden !important
}

.fancybox-slide.fancybox-slide--image,
.fancybox-slide.fancybox-slide--video {
    padding: 3rem
}

@media screen and (min-width:992px) {

    .fancybox-slide.fancybox-slide--image,
    .fancybox-slide.fancybox-slide--video {
        padding-top: 5rem;
        padding-bottom: 7.5rem
    }
}

.fancybox-slide.fancybox--secondary-slide,
.fancybox-slide.fancybox-slide--html {
    padding: 0
}

.fancybox-slide.fancybox--secondary-slide .fancybox-content,
.fancybox-slide.fancybox-slide--html .fancybox-content {
    width: 100%
}

@media screen and (min-width:768px) {

    .fancybox-slide.fancybox--secondary-slide .fancybox-content,
    .fancybox-slide.fancybox-slide--html .fancybox-content {
        max-width: 45rem
    }
}

@media screen and (min-width:992px) {

    .fancybox-slide.fancybox--secondary-slide .fancybox-content,
    .fancybox-slide.fancybox-slide--html .fancybox-content {
        max-width: 60rem
    }
}

@media screen and (min-width:1200px) {

    .fancybox-slide.fancybox--secondary-slide .fancybox-content,
    .fancybox-slide.fancybox-slide--html .fancybox-content {
        max-width: 71.25rem
    }
}

@media screen and (min-width:1366px) {

    .fancybox-slide.fancybox--secondary-slide .fancybox-content,
    .fancybox-slide.fancybox-slide--html .fancybox-content {
        max-width: 82.875rem
    }
}

@media screen and (min-width:768px) {

    .fancybox-slide.fancybox--secondary-slide .fancybox-content.fb-small,
    .fancybox-slide.fancybox-slide--html .fancybox-content.fb-small {
        max-width: 45rem !important
    }
}

.fancybox-slide.fancybox--secondary-slide .fancybox-content-body,
.fancybox-slide.fancybox-slide--html .fancybox-content-body {
    padding: 0;
    max-height: calc(100vh - 120px);
    overflow-x: hidden;
    overflow-y: auto
}

.fancybox-slide .fancybox-content {
    padding: 3rem 1.5rem 1.5rem
}

@media screen and (min-width:992px) {
    .fancybox-slide .fancybox-content {
        padding: 3rem
    }
}

.fancybox-slide .fancybox-content .fancybox-close-small {
    font-size: 1rem;
    background-color: transparent;
    font-weight: 700;
    height: 32px;
    opacity: 1;
    padding: 0 2.125rem 0 0;
    right: 8px;
    top: 8px;
    width: auto
}

@media screen and (min-width:992px) {
    .fancybox-slide .fancybox-content .fancybox-close-small {
        font-size: 1.125rem;
        height: 40px
    }
}

.fancybox-slide .fancybox-content .fancybox-close-small.icon--before:before {
    font-size: 1.375rem;
    position: absolute;
    right: .3125rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.fancybox-slide .fancybox-content .fancybox-image,
.fancybox-slide .fancybox-content .fancybox-video {
    background-color: #fff !important;
    padding: 16px
}

@media screen and (min-width:992px) {

    .fancybox-slide .fancybox-content .fancybox-image,
    .fancybox-slide .fancybox-content .fancybox-video {
        padding: 32px
    }
}

.fancybox-slide .fancybox-content .fancybox-video {
    height: auto
}

.fancybox-content.fancybox-close--outside .fancybox-close-small {
    color: #fff;
    right: -.5rem;
    top: -2.5rem;
    -webkit-transform: translateX(32px);
    transform: translateX(32px)
}

.fancybox-content.fancybox-close--inside .fancybox-close-small {
    -webkit-transform: translate(-12px, 44px);
    transform: translate(-12px, 44px)
}

.image {
    margin: 0;
    min-height: 1px;
    position: relative;
    text-align: left
}

.image picture {
    display: block;
    overflow: hidden;
    width: 100%
}

.image picture img {
    display: block;
    margin: 0 auto
}

.image figcaption {
    margin: 1rem 0
}

body:not(.is-IE) .image--flush {
    align-self: center;
    display: table
}

body:not(.is-IE) .image--flush figcaption {
    caption-side: bottom;
    display: table-caption
}

.image--mobile-full picture img,
.image--responsive img {
    width: 100%
}

@media screen and (min-width:768px) {
    .image--mobile-full picture img {
        width: auto
    }
}

.image-gallery picture {
    display: block;
    max-width: 100%
}

.image-gallery picture img {
    max-height: 180px;
    width: auto
}

@media screen and (min-width:480px) {
    .image-gallery picture img {
        max-height: 280px
    }
}

@media screen and (min-width:768px) {
    .image-gallery picture img {
        max-height: 430px
    }
}

@media screen and (min-width:992px) {
    .image-gallery picture img {
        max-height: 580px
    }
}

@media screen and (min-width:1200px) {
    .image-gallery picture img {
        max-height: 693px
    }
}

@media screen and (min-width:1920px) {
    .image-gallery picture img {
        max-height: 880px
    }
}

@media screen and (min-width:768px) {
    [class*="-6"] .image-gallery picture img {
        max-height: 208px
    }
}

@media screen and (min-width:992px) {
    [class*="-6"] .image-gallery picture img {
        max-height: 283px
    }
}

@media screen and (min-width:1200px) {
    [class*="-6"] .image-gallery picture img {
        max-height: 339px
    }
}

@media screen and (min-width:1920px) {
    [class*="-6"] .image-gallery picture img {
        max-height: 433px
    }
}

@media screen and (min-width:768px) {
    [class*="-8"] .image-gallery picture img {
        max-height: 282px
    }
}

@media screen and (min-width:992px) {
    [class*="-8"] .image-gallery picture img {
        max-height: 382px
    }
}

@media screen and (min-width:1200px) {
    [class*="-8"] .image-gallery picture img {
        max-height: 458px
    }
}

@media screen and (min-width:1920px) {
    [class*="-8"] .image-gallery picture img {
        max-height: 582px
    }
}

@media screen and (min-width:768px) {
    [class*="-9"] .image-gallery picture img {
        max-height: 319px
    }
}

@media screen and (min-width:992px) {
    [class*="-9"] .image-gallery picture img {
        max-height: 432px
    }
}

@media screen and (min-width:1200px) {
    [class*="-9"] .image-gallery picture img {
        max-height: 516px
    }
}

@media screen and (min-width:1920px) {
    [class*="-9"] .image-gallery picture img {
        max-height: 657px
    }
}

@media screen and (min-width:768px) {
    [class*="-10"] .image-gallery picture img {
        max-height: 356px
    }
}

@media screen and (min-width:992px) {
    [class*="-10"] .image-gallery picture img {
        max-height: 482px
    }
}

@media screen and (min-width:1200px) {
    [class*="-10"] .image-gallery picture img {
        max-height: 575px
    }
}

@media screen and (min-width:1920px) {
    [class*="-10"] .image-gallery picture img {
        max-height: 731px
    }
}

.image-gallery .image__wrapper {
    margin-bottom: 1.25rem;
    position: relative
}

.image-gallery .image__wrapper:after {
    background: transparent;
    bottom: 0;
    content: "";
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    transition: background .2s ease
}

.popup-intranet--slider .image-gallery .image__wrapper:after {
    display: none
}

@media screen and (min-width:992px) {
    .image-gallery .image__wrapper:hover:after {
        background: rgba(0, 0, 0, .5)
    }

    .image-gallery .image__wrapper:hover .image__download {
        opacity: 1
    }
}

.image-gallery .image>a {
    display: block;
    position: relative;
    text-align: center
}

@media screen and (min-width:992px) {
    .image-gallery .image>a {
        cursor: url(../img/plus.svg) 15 15, auto
    }
}

@media screen and (min-width:992px) {
    .popup-intranet--slider .image-gallery .image>a {
        cursor: default
    }
}

.image-gallery .image__download {
    display: none;
    opacity: 0;
    pointer-events: none;
    transition: opacity .2s ease
}

.image-gallery .image__download:before {
    padding-right: 0
}

@media screen and (min-width:992px) {
    .image-gallery .image__download {
        align-items: center;
        background: #eeeeef;
        border-radius: .5rem;
        bottom: 16px;
        display: flex;
        justify-content: flex-end;
        padding: .4375rem .625rem;
        pointer-events: all;
        position: absolute;
        right: 16px;
        z-index: 1
    }
}

.popup-intranet--slider .image-gallery .image__download {
    display: none
}

.image-gallery .image__description {
    background: #f9f9fa;
    bottom: 10%;
    left: 0;
    max-width: 75%;
    padding: 1.5rem;
    position: absolute;
    z-index: 1
}

@media screen and (max-width:991px) {
    .image-gallery .image__description {
        max-width: 100%;
        padding: 1rem;
        position: static
    }
}

.image-gallery .image__description .module-text.micro {
    margin-bottom: 1.5rem
}

.image-gallery .image__description p {
    font-size: 1rem;
    line-height: 1.5;
    margin-bottom: 1rem
}

.image-gallery .image__description p:last-child {
    margin: 0
}

.image-gallery .image__description .textlink {
    font-size: 1rem
}

.image-gallery--grid .image__wrapper:hover .image__description {
    opacity: 1
}

.image-gallery--grid .image__wrapper:hover:after {
    background: rgba(0, 0, 0, .5)
}

@media screen and (min-width:992px) {
    .image-gallery--grid .image>a {
        cursor: url(../img/plus.svg) 15 15, auto
    }
}

.image-gallery--grid .image__description {
    opacity: 0;
    transition: opacity .2s ease;
    cursor: pointer
}

@media screen and (max-width:991px) {
    .image-gallery--grid .image__description {
        position: absolute;
        bottom: auto;
        top: 0
    }
}

@media screen and (min-width:992px) {
    .image-gallery--grid .image__description:hover {
        cursor: url(../img/plus.svg) 15 15, auto
    }
}

.image-gallery--grid .image__caption {
    display: none
}

.image-gallery__thumbnails {
    display: none;
    margin-left: -.5rem;
    margin-right: -.5rem
}

@media screen and (min-width:768px) {
    .image-gallery__thumbnails {
        display: block;
        margin-bottom: 1.5rem
    }
}

.image-gallery__thumbnails img {
    display: none
}

.image-gallery__thumbnails .slick-slide div {
    border: 8px solid #fff;
    position: relative
}

.image-gallery__thumbnails .slick-slide div:after {
    background: transparent;
    bottom: 0;
    content: "";
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    transition: background .2s ease
}

@media screen and (min-width:992px) {
    .image-gallery__thumbnails .slick-slide div:hover:after {
        background: rgba(0, 0, 0, .5)
    }
}

.image-gallery__thumbnails .slick-slide div img {
    display: block !important
}

.image-gallery__thumbnails .slick-slide.slick-current div:after {
    background: rgba(0, 0, 0, .5)
}

.image-gallery-custom-infobar {
    align-items: center;
    background: #fff;
    display: flex;
    justify-content: flex-end;
    left: 0;
    padding: 16px;
    right: 0;
    top: 0
}

@media screen and (min-width:992px) {
    .image-gallery-custom-infobar {
        padding: 16px 32px
    }
}

.image-gallery-custom-buttons {
    display: flex;
    margin-left: 1.5rem
}

.image-gallery-custom-buttons button:hover {
    color: #fff
}

.image-gallery-custom-buttons button.fancybox-button {
    border: 2px solid #c6c7c8;
    color: #000;
    background: #fff;
    transition: all .3s;
    background-size: 100% 200%;
    background-image: linear-gradient(180deg, transparent 50%, #7ac81c 0);
    outline: none;
    overflow: visible
}

.image-gallery-custom-buttons button.fancybox-button:first-child {
    border-right-width: 1px
}

.image-gallery-custom-buttons button.fancybox-button:last-child {
    border-left-width: 1px
}

.image-gallery-custom-buttons button.fancybox-button:disabled {
    color: #6c6f70
}

.image-gallery-custom-buttons button.fancybox-button:hover:not(:disabled) {
    background-position: 0 100%;
    border-color: #7ac81c
}

.image-gallery-custom-buttons button.fancybox-button:active:not(:disabled) {
    background-position: 0 0;
    border-color: #c6c7c8
}

.image-gallery-custom-buttons button.fancybox-button:after {
    content: "";
    height: calc(100% + 12px);
    width: calc(100% + 12px);
    top: -8px;
    left: -8px;
    position: absolute;
    border: 2px solid transparent;
    border-radius: 4px;
    z-index: 1
}

.image-gallery-custom-buttons button.fancybox-button:focus.focus-visible:after {
    border: 2px solid #00b1b7
}

.image-gallery-custom-description {
    background: #f9f9fa;
    padding: 1.5rem;
    position: absolute
}

@media screen and (min-width:992px) {
    .image-gallery-custom-description {
        left: 32px
    }
}

.image-gallery-custom-description .micro {
    margin-bottom: 1rem
}

.image-gallery-custom-description .textlink {
    font-size: 1rem;
    line-height: 1.5rem
}

.image-gallery-custom-caption {
    background: #fff;
    bottom: 0;
    display: flex;
    flex-wrap: wrap;
    left: 0;
    padding: 16px;
    width: 100%
}

.image-gallery-custom-caption .h4 {
    width: 100%
}

.image-gallery-custom-caption p {
    font-size: 1.125rem;
    flex: 1 1;
    margin-bottom: 0;
    margin-right: 1.5rem
}

.image-gallery-custom-caption .image__download {
    font-size: 1rem;
    margin-left: auto;
    margin-top: 5px;
    white-space: nowrap
}

@media screen and (min-width:992px) {
    .image-gallery-custom-caption {
        padding: 32px
    }
}

.fancybox-content .fancybox-image.image-gallery-custom-image {
    left: 50%;
    line-height: 0;
    max-height: 50vh;
    position: relative;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: auto;
    padding: 0
}

@media screen and (min-width:1200px) {
    .fancybox-content .fancybox-image.image-gallery-custom-image {
        max-height: 60vh
    }
}

.fancybox-content .fancybox-image.image-gallery-custom-image--grid {
    padding-top: 16px
}

@media screen and (min-width:992px) {
    .fancybox-content .fancybox-image.image-gallery-custom-image--grid {
        padding-top: 32px
    }
}

.image-gallery-custom-fancybox-content {
    background-color: #fff !important;
    height: auto !important;
    left: 50% !important;
    line-height: 0;
    top: 50% !important;
    -webkit-transform: translate(-50%, -50%) !important;
    transform: translate(-50%, -50%) !important;
    padding: 0 !important
}

@media screen and (min-width:992px) {
    .image-gallery-custom-fancybox-content {
        width: 57rem !important
    }
}

@media screen and (min-width:1200px) {
    .image-gallery-custom-fancybox-content {
        width: 68.25rem !important
    }
}

@media screen and (min-width:1366px) {
    .image-gallery-custom-fancybox-content {
        width: 79.875rem !important
    }
}

@media screen and (min-width:1920px) {
    .image-gallery-custom-fancybox-content {
        width: 90rem !important
    }
}

.image-gallery-custom-fancybox-content .fancybox-close-small {
    display: block !important
}

label {
    font-size: .75rem;
    color: #282828;
    cursor: pointer
}

@media screen and (min-width:480px) {
    label {
        font-size: .875rem
    }
}

input {
    -webkit-appearance: none;
    font-size: 1rem;
    -moz-appearance: none;
    appearance: none;
    resize: none
}

input:focus {
    outline: none
}

@supports (-webkit-overflow-scrolling:touch) {

    input,
    select,
    textarea {
        font-size: 1rem !important
    }
}

input:not([type=checkbox]):not([type=radio]):not([type=submit]) {
    background: #eeeeef;
    border: 0;
    border-bottom: 2px solid #000;
    border-radius: 0;
    color: #000;
    height: 3.5rem;
    padding: 0 .5rem;
    width: 100%
}

@media screen and (min-width:1200px) {
    input:not([type=checkbox]):not([type=radio]):not([type=submit]) {
        padding: 0 1rem
    }
}

input:not([type=checkbox]):not([type=radio]):not([type=submit]):hover,
input:not([type=checkbox]):not([type=radio]):not([type=submit])[readonly] {
    cursor: pointer
}

input:not([type=checkbox]):not([type=radio]):not([type=submit])[disabled] {
    color: #6c6f70;
    cursor: not-allowed
}

input:not([type=checkbox]):not([type=radio]):not([type=submit]):focus {
    outline: none
}

.is-invalid input:not([type=checkbox]):not([type=radio]):not([type=submit]),
.set-invalid input:not([type=checkbox]):not([type=radio]):not([type=submit]) {
    background: rgba(230, 0, 24, .09);
    color: #282828
}

.is-invalid input:not([type=checkbox]):not([type=radio]):not([type=submit]):focus,
.set-invalid input:not([type=checkbox]):not([type=radio]):not([type=submit]):focus {
    background: #fff
}

.is-valid input:not([type=checkbox]):not([type=radio]):not([type=submit]) {
    background: rgba(172, 233, 98, .1);
    color: #282828
}

.is-valid input:not([type=checkbox]):not([type=radio]):not([type=submit]):focus {
    background: #fff
}

.is-invalid input:not([type=checkbox]):not([type=radio]):not([type=submit]),
.is-valid input:not([type=checkbox]):not([type=radio]):not([type=submit]) {
    padding-right: 2.375rem
}

@media screen and (min-width:1200px) {

    .is-invalid input:not([type=checkbox]):not([type=radio]):not([type=submit]),
    .is-valid input:not([type=checkbox]):not([type=radio]):not([type=submit]) {
        padding-right: 2.875rem
    }
}

.has-tooltip input:not([type=checkbox]):not([type=radio]):not([type=submit]) {
    padding-right: 4.5rem
}

input[type=search]::-ms-clear,
input[type=search]::-ms-reveal {
    display: none;
    height: 0;
    width: 0
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
    display: none
}

.input {
    margin-bottom: 1rem;
    width: 100%
}

.input__wrapper {
    position: relative;
    margin-top: .5rem
}

.input__wrapper input:not([type=checkbox]):not([type=radio]):not([type=submit]):focus~.underline-primary,
.input__wrapper input:not([type=checkbox]):not([type=radio]):not([type=submit]):hover~.underline-primary,
.input__wrapper input:not([type=checkbox]):not([type=radio]):not([type=submit])[readonly]~.underline-primary {
    width: 100%
}

.input__wrapper input:not([type=checkbox]):not([type=radio]):not([type=submit])[disabled]~.underline-primary {
    width: 0
}

.input__wrapper>.tooltip {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    margin-right: 1rem;
    position: absolute;
    right: 0;
    top: 0
}

.input__label {
    margin-left: .5rem
}

@media screen and (min-width:1200px) {
    .input__label {
        margin-left: 1rem
    }
}

.input__label.small {
    font-size: .75rem
}

.input__label>span {
    font: inherit
}

.input__label .optional {
    color: #6c6f70
}

.input__validate-icon {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    margin-right: 1rem;
    position: absolute;
    right: 0;
    top: 0;
    pointer-events: none
}

.has-tooltip .input__validate-icon {
    margin-right: 3rem
}

.input .parsley-errors-list,
.input__response {
    font-size: .625rem;
    align-items: center;
    color: #e60018;
    display: flex;
    line-height: 1rem;
    margin: 0 0 0 .5rem;
    padding-top: .25rem
}

@media screen and (min-width:480px) {

    .input .parsley-errors-list,
    .input__response {
        font-size: .75rem
    }
}

@media screen and (min-width:1200px) {

    .input .parsley-errors-list,
    .input__response {
        margin-left: 1rem
    }
}

.input .parsley-errors-list.icon--before:before,
.input .parsley-errors-list .icon--before:before,
.input__response.icon--before:before,
.input__response .icon--before:before {
    font-size: .75rem;
    margin-right: .25rem
}

.input.search-form__input {
    margin-bottom: 0
}

.input.search-form__input .input__wrapper {
    margin-top: 0
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #6c6f70 !important
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #6c6f70 !important
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
    color: #6c6f70 !important
}

input::placeholder,
textarea::placeholder {
    color: #6c6f70 !important
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    color: #6c6f70 !important;
    opacity: 1
}

::-ms-clear {
    display: none
}

.input-checkbox {
    position: relative;
    padding-top: 2px
}

.input-checkbox input {
    left: -9999px;
    position: absolute
}

.input-checkbox input:checked+label:before {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 20 20'%3E%3Cpath d='M7 14.17L2.83 10l-1.41 1.41L7 17 19 5l-1.41-1.42L7 14.17z'/%3E%3C/svg%3E")
}

.input-checkbox input:disabled+label {
    cursor: not-allowed;
    color: #6c6f70
}

.input-checkbox input:disabled+label:before {
    border-color: #6c6f70
}

.input-checkbox label {
    font-size: 1rem;
    color: #282828;
    cursor: pointer;
    display: inline-block;
    margin: 0;
    padding-left: 36px;
    position: relative
}

@media screen and (min-width:480px) {
    .input-checkbox label {
        font-size: 1.125rem
    }
}

.input-checkbox label:before {
    background-position: 50%;
    background-repeat: no-repeat;
    border: 2px solid #282828;
    content: "";
    display: block;
    height: 20px;
    left: 0;
    position: absolute;
    top: -2px;
    transition: all .1s ease-out;
    width: 20px
}

.input-checkbox label span {
    font: inherit
}

.input-checkbox label .optional {
    color: #6c6f70
}

.input-checkbox.is-invalid label,
.input-checkbox.set-invalid label {
    color: #e60018
}

.input-checkbox.is-invalid label:before,
.input-checkbox.set-invalid label:before {
    border-color: #e60018
}

/*!
 * Pikaday
 * Copyright © 2014 David Bushell | BSD & MIT license | https://dbushell.com/
 */
.pika-single {
    z-index: 9999;
    display: block;
    position: relative;
    color: #333;
    background: #fff;
    border: 1px solid;
    border-color: #ccc #ccc #bbb;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif
}

.pika-single.is-hidden {
    display: none
}

.pika-single.is-bound {
    position: absolute;
    box-shadow: 0 5px 15px -5px rgba(0, 0, 0, .5)
}

.pika-single:after,
.pika-single:before {
    content: " ";
    display: table
}

.pika-single:after {
    clear: both
}

.pika-lendar {
    float: left;
    width: 240px;
    margin: 8px
}

.pika-title {
    position: relative;
    text-align: center
}

.pika-title select {
    cursor: pointer;
    position: absolute;
    z-index: 9998;
    margin: 0;
    left: 0;
    top: 5px;
    opacity: 0
}

.pika-label {
    display: inline-block;
    z-index: 9999;
    margin: 0;
    padding: 5px 3px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    color: #333;
    background-color: #fff
}

.pika-next,
.pika-prev {
    display: block;
    cursor: pointer;
    position: relative;
    outline: none;
    border: 0;
    padding: 0;
    width: 20px;
    height: 30px;
    text-indent: 20px;
    white-space: nowrap;
    overflow: hidden;
    background-color: transparent;
    background-size: 75% 75%;
    opacity: .5
}

.pika-next:hover,
.pika-prev:hover {
    opacity: 1
}

.pika-next.is-disabled,
.pika-prev.is-disabled {
    cursor: default;
    opacity: .2
}

.is-rtl .pika-next,
.pika-prev {
    float: left;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAUklEQVR42u3VMQoAIBADQf8Pgj+OD9hG2CtONJB2ymQkKe0HbwAP0xucDiQWARITIDEBEnMgMQ8S8+AqBIl6kKgHiXqQqAeJepBo/z38J/U0uAHlaBkBl9I4GwAAAABJRU5ErkJggg==")
}

.is-rtl .pika-prev,
.pika-next {
    float: right;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAU0lEQVR42u3VOwoAMAgE0dwfAnNjU26bYkBCFGwfiL9VVWoO+BJ4Gf3gtsEKKoFBNTCoCAYVwaAiGNQGMUHMkjGbgjk2mIONuXo0nC8XnCf1JXgArVIZAQh5TKYAAAAASUVORK5CYII=")
}

.pika-select {
    display: inline-block
}

.pika-table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    border: 0
}

.pika-table td,
.pika-table th {
    width: 14.285714285714286%;
    padding: 0
}

.pika-table th {
    color: #999;
    font-size: 12px;
    line-height: 25px;
    font-weight: 700;
    text-align: center
}

.pika-table abbr {
    border-bottom: none;
    cursor: help
}

.pika-button {
    cursor: pointer;
    display: block;
    box-sizing: border-box;
    outline: none;
    border: 0;
    margin: 0;
    width: 100%;
    padding: 5px;
    color: #666;
    font-size: 12px;
    line-height: 15px;
    text-align: right;
    background: #f5f5f5;
    height: auto
}

.has-event .pika-button {
    color: #fff;
    background: #3af
}

.is-today .pika-button {
    color: #3af;
    font-weight: 700
}

.is-selected .pika-button {
    color: #fff;
    font-weight: 700;
    background: #3af;
    box-shadow: inset 0 1px 3px #178fe5;
    border-radius: 3px
}

.is-disabled .pika-button,
.is-outside-current-month .pika-button {
    color: #999;
    opacity: .3
}

.is-disabled .pika-button {
    pointer-events: none;
    cursor: default
}

.pika-button:hover {
    color: #fff;
    background: #ff8000;
    box-shadow: none;
    border-radius: 3px
}

.pika-button .is-selection-disabled {
    pointer-events: none;
    cursor: default
}

.pika-week {
    font-size: 11px;
    color: #999
}

.is-inrange .pika-button {
    color: #666;
    background: #d5e9f7
}

.is-startrange .pika-button {
    color: #fff;
    background: #6cb31d;
    box-shadow: none;
    border-radius: 3px
}

.is-endrange .pika-button {
    color: #fff;
    background: #3af;
    box-shadow: none;
    border-radius: 3px
}

.pika-single {
    font-family: HDIPro, Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: #eeeeef;
    border: 0;
    z-index: 1000;
    box-shadow: none !important
}

.pika-single:before {
    content: "";
    position: absolute;
    right: 20px;
    width: 0;
    height: 0;
    border-style: solid
}

.pika-single.bottom-aligned {
    -webkit-transform: translateY(12px);
    transform: translateY(12px)
}

.pika-single.bottom-aligned:before {
    top: -10px;
    border-width: 0 9px 10px;
    border-color: transparent transparent #ace962
}

.pika-single.top-aligned {
    -webkit-transform: translateY(-12px);
    transform: translateY(-12px)
}

.pika-single.top-aligned:before {
    bottom: -10px;
    border-width: 10px 9px 0;
    border-color: #f9f9fa transparent transparent
}

.pika-single.is-bound {
    position: absolute !important;
    left: 0 !important;
    right: 0 !important;
    -webkit-transform: translateY(12px);
    transform: translateY(12px)
}

.pika-single.is-bound:before {
    top: -10px;
    border-width: 0 9px 10px;
    border-color: transparent transparent #ace962
}

.pika-lendar {
    width: 100%;
    margin: 0
}

.pika-title {
    padding: .5rem 1rem;
    background: #ace962
}

.pika-title select {
    min-width: 70px
}

.pika-table {
    margin: 0;
    border-bottom: 8px solid #eeeeef;
    table-layout: fixed
}

.pika-table th {
    font-size: 1rem;
    color: #000;
    background: #ace962;
    font-weight: 400;
    padding-bottom: .5rem
}

.pika-table th abbr {
    text-decoration: none;
    cursor: default
}

.pika-table tr:first-child td {
    padding-top: .25rem
}

.pika-button {
    font-size: 1rem;
    margin: 1px auto;
    padding: 0;
    width: 35px;
    height: 35px;
    text-align: center;
    border-radius: 50%;
    color: #000;
    background: transparent;
    line-height: 18px
}

@media screen and (min-width:1366px) {
    .pika-button {
        width: 40px;
        height: 40px
    }
}

.pika-button:hover {
    color: #000;
    border-radius: 50%;
    background: #c6c7c8
}

.is-today .pika-button {
    font-weight: 400;
    color: #000;
    box-shadow: inset 0 0 0 2px #282828
}

.is-selected .pika-button {
    font-weight: 400;
    color: #000;
    background: #ace962;
    box-shadow: inset 0 0 0 2px #ace962;
    border-radius: 50%
}

.is-disabled .pika-button,
.is-selection-disabled .pika-button {
    color: #9d9d9c;
    opacity: 1
}

.pika-next,
.pika-prev {
    width: 24px;
    height: 24px;
    font-size: 0;
    margin-top: 2px;
    background-size: 20px 14px;
    background-repeat: no-repeat;
    background-position: 50%;
    opacity: 1;
    color: #282828
}

.pika-next:hover,
.pika-prev:hover {
    opacity: .5
}

.is-rtl .pika-next,
.pika-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20.1' height='14.2'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' fill='currentColor' d='M7.3 14.2L1.5 8.5 0 7.1 7.3 0l1.5 1.4L4 6.1h16v2H3.9l4.8 4.7-1.4 1.4z'/%3E%3C/svg%3E")
}

.is-rtl .pika-prev,
.pika-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20.1' height='14.2'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' fill='currentColor' d='M12.8 0l5.8 5.7 1.5 1.4-7.3 7.1-1.5-1.4L16 8.2H0v-2h16.1l-4.8-4.7L12.8 0z'/%3E%3C/svg%3E")
}

.pika-label {
    font-size: 1rem;
    color: #000;
    font-weight: 400;
    background: transparent;
    position: relative;
    padding-right: 1.5rem;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100px
}

.pika-label:not(:first-child) {
    padding-left: .5rem
}

@media screen and (min-width:1366px) {
    .pika-label {
        max-width: 150px
    }
}

.pika-label:after {
    content: "";
    position: absolute;
    top: 5px;
    right: 0;
    width: 20px;
    height: 20px;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M21.9 8l-8.5 8.1-1.5 1.5-1.5-1.5L1.9 8l1.5-1.4 8.5 8.1 8.5-8.1z'/%3E%3C/svg%3E");
    color: #282828
}

.input-radio {
    position: relative;
    padding-top: 2px
}

.input-radio input {
    left: -9999px;
    position: absolute
}

.input-radio input:checked+.label:before,
.input-radio input:checked+label:before {
    background: #282828;
    box-shadow: inset 0 0 0 4px #fff
}

.input-radio input:disabled+.label,
.input-radio input:disabled+label {
    cursor: not-allowed;
    color: #6c6f70
}

.input-radio input:disabled+.label:before,
.input-radio input:disabled+label:before {
    border-color: #6c6f70
}

.input-radio .label,
.input-radio label {
    font-size: 1rem;
    color: #282828;
    cursor: pointer;
    display: inline-block;
    margin: 0;
    padding-left: 36px;
    position: relative
}

@media screen and (min-width:480px) {

    .input-radio .label,
    .input-radio label {
        font-size: 1.125rem
    }
}

.input-radio .label:before,
.input-radio label:before {
    background: #fff;
    border: 2px solid #282828;
    border-radius: 100%;
    content: "";
    display: block;
    height: 20px;
    left: 0;
    position: absolute;
    top: -2px;
    transition: all .1s ease-out;
    width: 20px
}

.input-radio .label span,
.input-radio label span {
    font: inherit
}

.input-radio .label .optional,
.input-radio label .optional {
    color: #6c6f70
}

.input-radio.is-invalid label,
.input-radio.set-invalid label {
    color: #e60018
}

.input-radio.is-invalid label:before,
.input-radio.set-invalid label:before {
    border-color: #e60018
}

.input-radio-group {
    display: flex
}

.input-radio-group .input-radio:first-child {
    margin-right: 1.5rem
}

textarea {
    font-size: 1rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #eeeeef;
    border: 0;
    border-bottom: 2px solid #000;
    color: #000;
    display: block;
    min-height: 200px;
    padding: 1rem;
    resize: none;
    vertical-align: top;
    width: 100%;
    border-radius: 0
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    textarea {
        font-size: 1rem
    }
}

textarea:hover,
textarea[readonly] {
    cursor: pointer
}

textarea[disabled] {
    cursor: not-allowed
}

textarea:focus {
    outline: none
}

.is-invalid textarea,
.set-invalid textarea {
    background: rgba(230, 0, 24, .09);
    color: #282828
}

.is-invalid textarea:focus,
.set-invalid textarea:focus {
    background: #fff
}

.is-valid textarea {
    background: rgba(172, 233, 98, .1);
    color: #282828
}

.is-valid textarea:focus {
    background: #fff
}

textarea:invalid {
    box-shadow: none
}

.input__wrapper textarea:focus~.underline-primary,
.input__wrapper textarea:hover~.underline-primary,
.input__wrapper textarea[readonly]~.underline-primary {
    width: 100%
}

.input__wrapper textarea[disabled]~.underline-primary {
    width: 0
}

.has-tooltip .input__wrapper textarea {
    padding-right: 2.5rem
}

.input__wrapper textarea~.tooltip {
    justify-content: flex-start;
    padding-top: 1rem
}

.input-toggle {
    display: inline-block;
    position: relative;
    min-height: 28px
}

.input-toggle input {
    left: -9999px;
    position: absolute
}

.input-toggle input:checked+label:after {
    background-color: #ace962;
    left: 33px
}

.input-toggle label {
    font-size: 1rem;
    color: #282828;
    cursor: pointer;
    display: inline-block;
    margin: 0;
    padding-top: 2px;
    padding-left: 66px;
    position: relative
}

@media screen and (min-width:480px) {
    .input-toggle label {
        font-size: 1.125rem
    }
}

.input-toggle label:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 54px;
    height: 24px;
    display: flex;
    align-items: center;
    background-color: #fff;
    border-radius: 14px;
    border: 2px solid #282828
}

.input-toggle label:after {
    content: "";
    position: absolute;
    top: 4px;
    left: 5px;
    width: 20px;
    height: 20px;
    background-color: #c6c7c8;
    border-radius: 50%;
    transition: all .3s ease-in-out
}

.input-toggle.is-invalid label,
.input-toggle.set-invalid label {
    color: #e60018
}

.input-toggle.is-invalid label:before,
.input-toggle.set-invalid label:before {
    border-color: #e60018
}

.link,
a {
    color: teal;
    cursor: pointer;
    font-size: inherit;
    font-weight: 700;
    line-height: inherit;
    text-decoration: underline;
    transition: all .5s ease
}

.link.icon--before:before,
a.icon--before:before {
    padding-right: .25rem
}

@media screen and (min-width:768px) {

    .link.icon--before:before,
    a.icon--before:before {
        padding-right: .5rem
    }
}

.link.icon--after:after,
a.icon--after:after {
    padding-left: .25rem
}

@media screen and (min-width:768px) {

    .link.icon--after:after,
    a.icon--after:after {
        padding-left: .5rem
    }
}

.link:not(.button):not([class^=icon--]):not(.primary):not(.secondary):not(.tertiary):not(.footnote-star):link,
a:not(.button):not([class^=icon--]):not(.primary):not(.secondary):not(.tertiary):not(.footnote-star):link {
    color: teal
}

.link:not(.button):not([class^=icon--]):not(.primary):not(.secondary):not(.tertiary):not(.footnote-star):visited,
a:not(.button):not([class^=icon--]):not(.primary):not(.secondary):not(.tertiary):not(.footnote-star):visited {
    color: #003960
}

.tippy-content .link:not(.button):not([class^=icon--]):not(.primary):not(.secondary):not(.tertiary):not(.footnote-star):visited,
.tippy-content a:not(.button):not([class^=icon--]):not(.primary):not(.secondary):not(.tertiary):not(.footnote-star):visited {
    color: teal
}

.link:active,
.link:focus.focus-visible,
.link:hover,
a:active,
a:focus.focus-visible,
a:hover {
    text-decoration: none
}

.link:focus:not(.focus-visible):not(.button),
a:focus:not(.focus-visible):not(.button) {
    text-decoration: underline
}

.link:not(.button):not([class^=icon--]):not(.primary):not(.secondary):not(.tertiary):active,
a:not(.button):not([class^=icon--]):not(.primary):not(.secondary):not(.tertiary):active {
    text-decoration: none
}

.link span,
a span {
    font: inherit
}

.link.icon--mail,
a.icon--mail {
    white-space: nowrap
}

.link.icon--after:after,
.link.icon--before:before,
a.icon--after:after,
a.icon--before:before {
    display: inline-block;
    vertical-align: middle
}

.link.icon--linkpfeil:after,
.link.icon--linkpfeil:before,
a.icon--linkpfeil:after,
a.icon--linkpfeil:before {
    vertical-align: baseline
}

.link.disabled,
a.disabled {
    opacity: .5;
    pointer-events: none
}

.link.primary,
.link.secondary,
.link.tertiary,
a.primary,
a.secondary,
a.tertiary {
    text-decoration: none
}

.link.primary:focus.focus-visible,
.link.primary:hover,
.link.secondary:focus.focus-visible,
.link.secondary:hover,
.link.tertiary:focus.focus-visible,
.link.tertiary:hover,
a.primary:focus.focus-visible,
a.primary:hover,
a.secondary:focus.focus-visible,
a.secondary:hover,
a.tertiary:focus.focus-visible,
a.tertiary:hover {
    text-decoration: underline
}

.link.primary:focus:not(.focus-visible),
.link.secondary:focus:not(.focus-visible),
.link.tertiary:focus:not(.focus-visible),
a.primary:focus:not(.focus-visible),
a.secondary:focus:not(.focus-visible),
a.tertiary:focus:not(.focus-visible) {
    text-decoration: none
}

.link.primary.icon--externerlink span,
.link.secondary.icon--externerlink span,
.link.tertiary.icon--externerlink span,
a.primary.icon--externerlink span,
a.secondary.icon--externerlink span,
a.tertiary.icon--externerlink span {
    text-decoration: underline
}

.link.primary.icon--after:focus.focus-visible,
.link.primary.icon--after:hover,
.link.primary.icon--before:focus.focus-visible,
.link.primary.icon--before:hover,
.link.secondary.icon--after:focus.focus-visible,
.link.secondary.icon--after:hover,
.link.secondary.icon--before:focus.focus-visible,
.link.secondary.icon--before:hover,
.link.tertiary.icon--after:focus.focus-visible,
.link.tertiary.icon--after:hover,
.link.tertiary.icon--before:focus.focus-visible,
.link.tertiary.icon--before:hover,
a.primary.icon--after:focus.focus-visible,
a.primary.icon--after:hover,
a.primary.icon--before:focus.focus-visible,
a.primary.icon--before:hover,
a.secondary.icon--after:focus.focus-visible,
a.secondary.icon--after:hover,
a.secondary.icon--before:focus.focus-visible,
a.secondary.icon--before:hover,
a.tertiary.icon--after:focus.focus-visible,
a.tertiary.icon--after:hover,
a.tertiary.icon--before:focus.focus-visible,
a.tertiary.icon--before:hover {
    text-decoration: none
}

.link.primary.icon--after:focus.focus-visible span,
.link.primary.icon--after:hover span,
.link.primary.icon--before:focus.focus-visible span,
.link.primary.icon--before:hover span,
.link.secondary.icon--after:focus.focus-visible span,
.link.secondary.icon--after:hover span,
.link.secondary.icon--before:focus.focus-visible span,
.link.secondary.icon--before:hover span,
.link.tertiary.icon--after:focus.focus-visible span,
.link.tertiary.icon--after:hover span,
.link.tertiary.icon--before:focus.focus-visible span,
.link.tertiary.icon--before:hover span,
a.primary.icon--after:focus.focus-visible span,
a.primary.icon--after:hover span,
a.primary.icon--before:focus.focus-visible span,
a.primary.icon--before:hover span,
a.secondary.icon--after:focus.focus-visible span,
a.secondary.icon--after:hover span,
a.secondary.icon--before:focus.focus-visible span,
a.secondary.icon--before:hover span,
a.tertiary.icon--after:focus.focus-visible span,
a.tertiary.icon--after:hover span,
a.tertiary.icon--before:focus.focus-visible span,
a.tertiary.icon--before:hover span {
    text-decoration: underline
}

.link.primary.icon--externerlink:focus.focus-visible span,
.link.primary.icon--externerlink:hover span,
.link.primary.icon--linkpfeil:focus.focus-visible span,
.link.primary.icon--linkpfeil:hover span,
.link.secondary.icon--externerlink:focus.focus-visible span,
.link.secondary.icon--externerlink:hover span,
.link.secondary.icon--linkpfeil:focus.focus-visible span,
.link.secondary.icon--linkpfeil:hover span,
.link.tertiary.icon--externerlink:focus.focus-visible span,
.link.tertiary.icon--externerlink:hover span,
.link.tertiary.icon--linkpfeil:focus.focus-visible span,
.link.tertiary.icon--linkpfeil:hover span,
a.primary.icon--externerlink:focus.focus-visible span,
a.primary.icon--externerlink:hover span,
a.primary.icon--linkpfeil:focus.focus-visible span,
a.primary.icon--linkpfeil:hover span,
a.secondary.icon--externerlink:focus.focus-visible span,
a.secondary.icon--externerlink:hover span,
a.secondary.icon--linkpfeil:focus.focus-visible span,
a.secondary.icon--linkpfeil:hover span,
a.tertiary.icon--externerlink:focus.focus-visible span,
a.tertiary.icon--externerlink:hover span,
a.tertiary.icon--linkpfeil:focus.focus-visible span,
a.tertiary.icon--linkpfeil:hover span {
    text-decoration: none
}

.link.primary.icon--externerlink:active span,
.link.secondary.icon--externerlink:active span,
.link.tertiary.icon--externerlink:active span,
a.primary.icon--externerlink:active span,
a.secondary.icon--externerlink:active span,
a.tertiary.icon--externerlink:active span {
    text-decoration: underline
}

.link.footnote-star,
a.footnote-star {
    color: inherit;
    font-weight: inherit;
    font-size: inherit;
    line-height: inherit;
    text-decoration: none
}

.link.footnote-star:focus,
.link.footnote-star:hover,
a.footnote-star:focus,
a.footnote-star:hover {
    text-decoration: underline
}

.link.primary,
.link.secondary,
a.primary,
a.secondary {
    color: #000
}

.link.secondary,
.link.tertiary,
a.secondary,
a.tertiary {
    font-weight: 400
}

.link.primary.disabled,
a.primary.disabled {
    color: #6c6f70
}

.link.secondary:not(.icon--arrow-right):not(.icon--linkpfeil):not(.disabled).icon--after span,
.link.secondary:not(.icon--arrow-right):not(.icon--linkpfeil):not(.disabled).icon--before span,
a.secondary:not(.icon--arrow-right):not(.icon--linkpfeil):not(.disabled).icon--after span,
a.secondary:not(.icon--arrow-right):not(.icon--linkpfeil):not(.disabled).icon--before span {
    text-decoration: underline
}

.link.secondary:not(.icon--arrow-right):not(.icon--linkpfeil):not(.disabled).icon--after:focus.focus-visible span,
.link.secondary:not(.icon--arrow-right):not(.icon--linkpfeil):not(.disabled).icon--after:hover span,
.link.secondary:not(.icon--arrow-right):not(.icon--linkpfeil):not(.disabled).icon--before:focus.focus-visible span,
.link.secondary:not(.icon--arrow-right):not(.icon--linkpfeil):not(.disabled).icon--before:hover span,
a.secondary:not(.icon--arrow-right):not(.icon--linkpfeil):not(.disabled).icon--after:focus.focus-visible span,
a.secondary:not(.icon--arrow-right):not(.icon--linkpfeil):not(.disabled).icon--after:hover span,
a.secondary:not(.icon--arrow-right):not(.icon--linkpfeil):not(.disabled).icon--before:focus.focus-visible span,
a.secondary:not(.icon--arrow-right):not(.icon--linkpfeil):not(.disabled).icon--before:hover span {
    text-decoration: none
}

.icon--download .link.secondary,
.icon--download a.secondary,
.link.secondary:not(.icon--arrow-right):not(.icon--linkpfeil):not(.disabled).icon--after:active span,
.link.secondary:not(.icon--arrow-right):not(.icon--linkpfeil):not(.disabled).icon--before:active span,
a.secondary:not(.icon--arrow-right):not(.icon--linkpfeil):not(.disabled).icon--after:active span,
a.secondary:not(.icon--arrow-right):not(.icon--linkpfeil):not(.disabled).icon--before:active span {
    text-decoration: underline
}

.icon--download .link.secondary:focus.focus-visible,
.icon--download .link.secondary:hover,
.icon--download a.secondary:focus.focus-visible,
.icon--download a.secondary:hover {
    text-decoration: none
}

.icon--download .link.secondary:focus:not(.focus-visible),
.icon--download a.secondary:focus:not(.focus-visible) {
    text-decoration: underline
}

.link.tertiary,
a.tertiary {
    color: #6c6f70
}

.list li:not(:last-child) {
    margin-bottom: .5rem
}

.list.decimal,
.list.disc {
    margin-left: 2.25rem
}

.list.decimal>li,
.list.disc>li {
    padding-left: .5rem
}

.list.disc {
    list-style: disc
}

.list.decimal {
    list-style: decimal
}

.list.square-counter {
    list-style: none;
    counter-reset: item
}

.list.square-counter>li {
    counter-increment: item;
    margin-bottom: 1.5rem;
    display: flex;
    justify-content: start;
    align-items: center
}

@media screen and (min-width:992px) {
    .list.square-counter>li {
        margin-bottom: 2rem
    }
}

.list.square-counter>li:last-child {
    margin-bottom: 0
}

.list.square-counter>li:before {
    font-size: 1.125rem;
    content: counter(item);
    left: 0;
    border: 2px solid #65a518;
    font-weight: 700;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    margin-right: 1rem;
    flex: 0 0 auto
}

.list.nostyle {
    list-style: none;
    margin: 0;
    padding: 0
}

.list--icon li {
    padding-left: 2.25rem;
    position: relative
}

.list--icon li:after,
.list--icon li:before {
    left: 0;
    position: absolute;
    display: inline-block;
    line-height: inherit
}

.list--icon.list--green li:after,
.list--icon.list--green li:before {
    color: #006729
}

.list--download li {
    padding-left: 1.875rem;
    text-align: left
}

.list--download li.disabled:before {
    opacity: .5;
    pointer-events: none
}

.list--item-margin li:not(:last-child) {
    margin-bottom: 1rem
}

.nav-tabs__button-calculate {
    height: 100%;
    opacity: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    transition: opacity .3s, -webkit-transform .3s;
    transition: transform .3s, opacity .3s;
    transition: transform .3s, opacity .3s, -webkit-transform .3s
}

.nav-tabs__button-calculate .button {
    height: 100%
}

.nav-tabs__button-calculate .button:after {
    font-size: 1.125rem
}

@media screen and (max-width:1199px) {
    .nav-tabs__button-calculate {
        position: absolute;
        right: 0
    }

    .nav-tabs.nav-tabs--secondary.sticky .nav-tabs__button-calculate {
        position: relative
    }

    .nav-tabs__button-calculate .button {
        font-size: 0;
        padding: 0;
        width: 4.5rem
    }

    .nav-tabs__button-calculate .button:after {
        padding-left: 0
    }
}

.nav-tabs li {
    align-items: flex-end;
    display: flex;
    height: 100%
}

.nav-tabs li a,
.nav-tabs li button {
    font-size: 1rem;
    background: none;
    border: 0;
    border-bottom: 6px solid transparent;
    color: #6c6f70;
    cursor: pointer;
    margin: 0;
    padding-bottom: .5rem;
    padding-left: 1rem;
    padding-right: 1rem;
    text-decoration: none;
    transition: border-bottom .5s;
    transition: none;
    white-space: nowrap
}

.nav-tabs li a:focus,
.nav-tabs li button:focus {
    border-bottom-color: #c6c7c8
}

.nav-tabs li a[aria-selected=true],
.nav-tabs li button[aria-selected=true] {
    border-bottom-color: #65a518
}

@media (hover:hover) {

    .nav-tabs li a:hover,
    .nav-tabs li button:hover {
        border-bottom-color: #65a518
    }
}

@media (-ms-high-contrast:none) {

    .nav-tabs li a:hover,
    .nav-tabs li button:hover {
        border-bottom-color: #65a518
    }
}

.nav-tabs li a[aria-selected=true],
.nav-tabs li button[aria-selected=true] {
    color: #000;
    font-weight: 700
}

.nav-tabs ul {
    align-items: flex-end;
    display: flex;
    margin-bottom: 0;
    overflow-x: auto;
    height: 100%
}

.nav-tabs--simple ul {
    border-bottom: .0625rem solid #c6c7c8
}

.nav-tabs-content.nav-tabs-content--primary .nav-tabs-content__item {
    height: 0;
    opacity: 0;
    overflow: hidden;
    visibility: hidden
}

.nav-tabs-content.nav-tabs-content--primary .nav-tabs-content__item.active {
    opacity: 1;
    visibility: visible
}

.nav-tabs-content--simple .nav-tabs-content__item.active {
    display: block
}

.nav-tabs-content .table-desktop-heading.fixed .table-desktop-tooltips,
.nav-tabs-content .table-desktop-heading.sticky .table-desktop-tooltips {
    background-color: #f9f9fa
}

.nav-tabs {
    height: 56px;
    position: relative;
    z-index: 1
}

.nav-tabs__wrapper {
    height: 100%
}

.nav-tabs__content {
    display: flex;
    height: 100%;
    justify-content: space-between
}

.nav-tabs.sticky .nav-tabs__wrapper {
    background-color: #fff;
    box-shadow: 0 1px 12px 0 rgba(0, 0, 0, .09);
    height: 56px;
    left: 50%;
    position: fixed;
    top: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%
}

.nav-tabs.sticky .nav-tabs__content {
    margin: 0 auto;
    padding-left: 8px;
    padding-right: 8px
}

@media screen and (min-width:768px) {
    .nav-tabs.sticky .nav-tabs__content {
        max-width: 45rem
    }
}

@media screen and (min-width:992px) {
    .nav-tabs.sticky .nav-tabs__content {
        max-width: 60rem
    }
}

@media screen and (min-width:1200px) {
    .nav-tabs.sticky .nav-tabs__content {
        max-width: 71.25rem
    }
}

@media screen and (min-width:1366px) {
    .nav-tabs.sticky .nav-tabs__content {
        max-width: 82.875rem
    }
}

@media screen and (min-width:1920px) {
    .nav-tabs.sticky .nav-tabs__content {
        max-width: 90rem
    }
}

.nav-tabs--secondary.sticky .nav-tabs__button-calculate {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.quote {
    display: flex
}

.quote__icon .image {
    border-right: 2px solid #ace962;
    margin-right: -2px;
    padding-right: 1rem;
    width: 74px
}

@media screen and (min-width:768px) {
    .quote__icon .image {
        padding-right: 1.5rem;
        width: 144px
    }
}

.quote__icon .image picture img {
    margin: 0 0 0 auto
}

.quote__content {
    display: flex;
    flex: 1 1;
    flex-direction: column;
    justify-content: center;
    padding-left: 1rem;
    border-left: 2px solid #ace962
}

@media screen and (min-width:768px) {
    .quote__content {
        padding-left: 1.5rem
    }
}

.quote__text {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 2rem
}

@media screen and (min-width:768px) {
    .quote__text {
        font-size: 2rem;
        line-height: 2.5rem
    }
}

.quote__text p {
    font-size: 1.5rem;
    line-height: 2rem;
    font-weight: 700
}

@media screen and (min-width:768px) {
    .quote__text p {
        font-size: 2rem;
        line-height: 2.5rem
    }
}

.quote__text p:last-child {
    margin-bottom: 0
}

.quote__meta {
    margin-top: 1rem
}

@media screen and (min-width:768px) {
    .quote__meta {
        margin-top: 1.5rem
    }
}

.quote__name {
    font-size: .75rem;
    display: block;
    line-height: 1
}

@media screen and (min-width:768px) {
    .quote__name {
        font-size: 1rem;
        line-height: 1.5
    }
}

.quote__date {
    font-size: .625rem;
    line-height: 1
}

@media screen and (min-width:768px) {
    .quote__date {
        font-size: .75rem
    }
}

.smart-reveal {
    overflow: hidden
}

.smart-reveal__trigger {
    position: absolute
}

.js-init .smart-reveal__outer {
    display: none
}

.smart-reveal__content {
    font-size: 1rem;
    font-weight: 700;
    height: auto;
    line-height: 1.5rem;
    -webkit-transform-origin: top;
    transform-origin: top;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    transition: all .2s ease
}

@media screen and (min-width:768px) {
    .smart-reveal__content {
        font-size: 1.125rem;
        line-height: 1.5rem
    }
}

.smart-reveal__content.is-hidden {
    height: 0 !important;
    margin-bottom: 0;
    -webkit-transform: scaleY(0);
    transform: scaleY(0)
}

.smart-reveal__content.is-uninit {
    transition: none !important
}

.slick-navigation {
    margin-bottom: .5rem;
    padding-left: 1rem;
    padding-right: 1rem
}

.slick-navigation,
.slick-navigation__indicator {
    align-items: center;
    display: flex;
    justify-content: flex-end
}

.slick-navigation__indicator {
    background: #eeeeef;
    border-radius: 20px;
    padding: 2px 10px
}

.slick-navigation__arrows {
    margin-left: 1.5rem
}

.slick-navigation__arrows .slick-arrow {
    background: #fff;
    background-image: linear-gradient(180deg, transparent 50%, #7ac81c 0);
    background-size: 100% 200%;
    border: 2px solid #c6c7c8;
    color: #000;
    cursor: pointer;
    display: inline-block;
    font-size: 0;
    height: 45px;
    justify-content: center;
    line-height: 0;
    outline: none;
    padding: 0 5px;
    position: relative;
    top: 50%;
    -webkit-transform: none;
    transform: none;
    transition: all .3s;
    width: 45px;
    overflow: visible
}

.slick-navigation__arrows .slick-arrow:first-child {
    border-right-width: 1px
}

.slick-navigation__arrows .slick-arrow:last-child {
    border-left-width: 1px
}

.slick-navigation__arrows .slick-arrow.slick-prev:before {
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20.1' height='14.2'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' fill='currentColor' d='M7.3 14.2L1.5 8.5 0 7.1 7.3 0l1.5 1.4L4 6.1h16v2H3.9l4.8 4.7-1.4 1.4z'/%3E%3C/svg%3E")
}

.slick-navigation__arrows .slick-arrow.slick-next:before {
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20.1' height='14.2'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' fill='currentColor' d='M12.8 0l5.8 5.7 1.5 1.4-7.3 7.1-1.5-1.4L16 8.2H0v-2h16.1l-4.8-4.7L12.8 0z'/%3E%3C/svg%3E")
}

.slick-navigation__arrows .slick-arrow:before {
    content: "";
    display: block;
    height: 14px;
    margin: 0 auto;
    width: 20px
}

.slick-navigation__arrows .slick-arrow[disabled]:before {
    opacity: .5
}

@media (hover:hover) {
    .slick-navigation__arrows .slick-arrow:hover:not(:disabled) {
        background-position: 0 100%;
        border-color: #7ac81c
    }
}

.slick-navigation__arrows .slick-arrow:active:not(:disabled) {
    background-position: 0 0;
    border-color: #c6c7c8
}

.slick-navigation__arrows .slick-arrow .slick-disabled:before,
.slick-navigation__arrows .slick-arrow .slick-disabled:hover:before {
    opacity: .2
}

.slick-navigation__arrows .slick-arrow:after {
    content: "";
    height: calc(100% + 12px);
    width: calc(100% + 12px);
    top: -8px;
    left: -8px;
    position: absolute;
    border: 2px solid transparent;
    border-radius: 4px;
    z-index: 1
}

.slick-navigation__arrows .slick-arrow:focus.focus-visible:after {
    border: 2px solid #00b1b7
}

.body--intranet .slick-navigation__arrows .slick-arrow {
    height: 46px;
    width: 46px
}

.slick.slick-dotted.slick-slider {
    margin-bottom: 1.875rem
}

.slick-dots {
    bottom: -25px;
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    text-align: center;
    width: 100%
}

.slick-dots li {
    display: inline-block;
    margin: 0;
    padding: 0;
    position: relative
}

.slick-dots li,
.slick-dots li button {
    cursor: pointer;
    height: 20px;
    width: 20px
}

.slick-dots li button {
    background: transparent;
    border: 0;
    color: transparent;
    display: block;
    font-size: 0;
    line-height: 0;
    outline: none;
    padding: .25rem
}

.slick-dots li button:focus,
.slick-dots li button:hover {
    outline: none
}

.slick-dots li button:focus:before,
.slick-dots li button:hover:before {
    opacity: 1
}

.slick-dots li button:before {
    font-size: 1.25rem;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    color: #000;
    content: "\25cf";
    height: 20px;
    left: 0;
    line-height: 20px;
    opacity: .25;
    position: absolute;
    text-align: center;
    top: 0;
    width: 20px
}

.slick-dots li.slick-active button:before {
    color: #000;
    opacity: .75
}

.stage-frontpage__teaser {
    margin-bottom: 1.25rem;
    text-decoration: none
}

.stage-frontpage__teaser:focus .icon--linkpfeil:after,
.stage-frontpage__teaser:hover .icon--linkpfeil:after {
    -webkit-transform: translateX(4px);
    transform: translateX(4px)
}

.stage-frontpage__teaser:focus.focus-visible .button--primary:before {
    border: 2px solid #00b1b7
}

.stage-frontpage__teaser:focus:not(.focus-visible):not(.button) {
    text-decoration: none
}

.stage-frontpage__teaser:focus:not(.focus-visible) .icon--linkpfeil:after {
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

.stage-frontpage__teaser:focus:not(.focus-visible) .button--primary:before {
    border: 2px solid transparent
}

.stage-frontpage__teaser--cyan {
    background-color: #a9dee1
}

.stage-frontpage__teaser--orange {
    background-color: #f5c475
}

@media screen and (min-width:768px) {
    .stage-frontpage__teaser--1 .stage-frontpage__headline {
        padding-right: 10%
    }
}

.stage-frontpage__teaser--2 {
    display: flex;
    align-items: center;
    padding: 2rem .75rem
}

@media screen and (min-width:768px) {
    .stage-frontpage__teaser--2 {
        padding: 1.5rem;
        flex-direction: column-reverse
    }
}

@media screen and (min-width:992px) {
    .stage-frontpage__teaser--2 {
        padding: 3rem 1.5rem;
        flex-direction: row
    }
}

.stage-frontpage__teaser--2 .stage-frontpage__image.image {
    flex-shrink: 0;
    margin: 0 .75rem 0 1.5rem;
    max-width: 100px
}

@media screen and (min-width:768px) {
    .stage-frontpage__teaser--2 .stage-frontpage__image.image {
        margin: 0 auto 1rem;
        max-width: 100%
    }
}

@media screen and (min-width:992px) {
    .stage-frontpage__teaser--2 .stage-frontpage__image.image {
        margin: 0 0 0 2.5rem;
        max-width: 100%
    }
}

@media screen and (min-width:1366px) {
    .stage-frontpage__teaser--2 .stage-frontpage__image.image {
        margin: 0 2.5rem
    }
}

.stage-frontpage__image.image {
    margin-bottom: .75rem
}

.stage-frontpage__image.image img {
    width: 100%
}

.stage-frontpage__headline {
    padding-bottom: .5rem
}

.stage-frontpage__headline.h1 {
    padding-bottom: 1rem
}

.stage-frontpage__headline:last-child {
    padding-bottom: 0
}

.stage-frontpage__topic {
    margin-bottom: .5rem;
    text-transform: uppercase;
    color: #000
}

@media screen and (min-width:768px) {
    .stage-frontpage__topic {
        margin-bottom: 0
    }
}

.stage-frontpage__content {
    margin-right: auto
}

.stage-topic {
    margin-bottom: 6rem
}

.stage-topic .breadcrumb {
    padding: 0 0 1.5rem
}

@media screen and (min-width:768px) {
    .stage-topic .breadcrumb {
        padding: 0
    }
}

.stage-topic .list {
    margin-bottom: 1.5rem
}

.stage-topic .image img {
    display: block;
    width: 100%
}

@media screen and (max-width:767px) {
    .stage-topic .row:first-child {
        flex-direction: column-reverse
    }
}

.stage-topic__images {
    min-height: 1px
}

@media screen and (max-width:767px) {
    .stage-topic__images .image {
        margin-bottom: 1.5rem
    }

    .stage-topic__images .image:nth-child(2),
    .stage-topic__images .image:nth-child(3) {
        display: none
    }

    .stage-topic--images-1.has-seal .stage-topic__images .image:first-child,
    .stage-topic--images-2.has-seal .stage-topic__images .image:first-child,
    .stage-topic--images-3.has-seal .stage-topic__images .image:first-child {
        max-width: 85%
    }
}

.stage-topic--images-1.has-seal .stage-topic__images .image:first-child {
    max-width: 85%
}

@media screen and (min-width:768px) {
    .stage-topic--images-2 .stage-topic__images .image:first-child {
        max-width: 90%
    }
}

@media screen and (min-width:1200px) {
    .stage-topic--images-2 .stage-topic__images .image:first-child {
        max-width: 65%
    }
}

.stage-topic--images-2 .stage-topic__images .image:nth-child(2) {
    max-width: 60%;
    margin: -20% -16px 0 auto
}

@media screen and (min-width:1200px) {
    .stage-topic--images-2 .stage-topic__images .image:nth-child(2) {
        max-width: 35%;
        margin-top: 1rem
    }
}

@media screen and (min-width:768px) {
    .stage-topic--images-3 .stage-topic__images .image:first-child {
        max-width: 85%
    }
}

.stage-topic--images-3 .stage-topic__images .image:nth-child(2) {
    max-width: 65%;
    margin-left: -10%;
    margin-top: -35%
}

.stage-topic--images-3 .stage-topic__images .image:nth-child(3) {
    max-width: 45%;
    float: right;
    margin: calc(-30% + 16px) -16px 0 auto
}

.stage-topic__cta {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center
}

.stage-topic__cta .button {
    margin: 0 auto 1rem
}

.stage-topic__cta .primary {
    margin-bottom: 1rem
}

@media screen and (min-width:768px) {
    .stage-topic__cta {
        align-items: flex-start
    }

    .stage-topic__cta .button {
        margin-left: 0;
        margin-right: 1rem
    }
}

@media screen and (min-width:1200px) {
    .stage-topic__cta {
        flex-direction: row;
        align-items: center
    }
}

.stage-topic__seal {
    position: absolute;
    top: 40px;
    right: .6875rem;
    max-width: 100px
}

@media screen and (min-width:768px) {
    .stage-topic__seal {
        top: 1.5rem;
        max-width: 100px
    }
}

@media screen and (min-width:992px) {
    .stage-topic__seal {
        top: 4rem;
        max-width: 150px
    }
}

@media screen and (min-width:1200px) {
    .stage-topic--images-2 .stage-topic__seal {
        right: 20%
    }
}

@media screen and (min-width:768px) {

    .stage-topic--images-3 [class^=col-]:first-child .h1,
    .stage-topic--images-3 [class^=col-]:first-child .stage-topic__cta,
    .stage-topic--images-3 [class^=col-]:first-child h1,
    .stage-topic--images-3 [class^=col-]:first-child ol,
    .stage-topic--images-3 [class^=col-]:first-child ul {
        padding-right: 10%
    }
}

svg {
    display: inline;
    fill: currentColor;
    vertical-align: middle
}

svg.svg-icon-primary,
svg.svg-icon-secondary {
    fill: #000
}

svg.svg-icon-tertiary {
    fill: #9d9d9c
}

svg.to-turn {
    cursor: pointer;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease
}

svg.to-turn:focus,
svg.to-turn:hover {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.button svg,
.service-widget svg,
button svg {
    vertical-align: unset
}

.teaser-collapsible>.row:first-child [class*=col-]:not(:last-child) {
    margin-bottom: 1rem
}

@media screen and (min-width:992px) {
    .teaser-collapsible>.row:first-child [class*=col-]:not(:last-child) {
        margin-bottom: 0
    }
}

.teaser-collapsible__title {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    padding: 12px 12px 1rem;
    text-align: center;
    background: #f9f9fa;
    border: solid transparent;
    border-width: 4px 4px 0;
    transition: border 0s
}

@media screen and (min-width:768px) {
    .teaser-collapsible__title {
        padding: 36px 36px 2.5rem
    }
}

.teaser-collapsible__title__content {
    flex-grow: 1
}

.teaser-collapsible__title .image {
    margin-bottom: 2rem
}

.teaser-collapsible__title .button {
    margin: 0 auto;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    transition: all .3s;
    background-position: 0 0;
    background-size: 200% 100%;
    background-image: linear-gradient(90deg, transparent 50%, #7ac81c 0)
}

.teaser-collapsible__title .button:hover {
    box-shadow: inset 0 0 0 2px #7ac81c;
    background-position: 100% 0
}

.teaser-collapsible__title .button:focus {
    box-shadow: inset 0 0 0 2px #65a518
}

.teaser-collapsible__title .button:active {
    background-position: 0 0
}

.teaser-collapsible__title .button span {
    height: 20px;
    width: 20px
}

.teaser-collapsible__title .button span:last-child {
    display: none
}

.teaser-collapsible__title.is-active {
    border-color: #ace962;
    transition-duration: .3s
}

.teaser-collapsible__title.is-active .button {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    background-image: linear-gradient(180deg, #ace962 50%, #7ac81c 0);
    box-shadow: none;
    background-size: 100% 200%
}

.teaser-collapsible__title.is-active .button:hover {
    background-position: 0 100%
}

.teaser-collapsible__title.is-active .button:active {
    background-position: 0 0
}

.teaser-collapsible__title.is-active .button span:first-child {
    display: none
}

.teaser-collapsible__title.is-active .button span:last-child {
    display: block
}

.teaser-collapsible__details {
    height: 0;
    overflow: hidden;
    transition: height .3s ease-in-out;
    background: #ace962
}

.teaser-collapsible__details.is-visible {
    height: auto
}

.teaser-collapsible__details__item {
    display: none;
    height: 0;
    opacity: 0;
    overflow: hidden;
    padding: 3rem 1rem 1rem;
    transition: all .3s ease-in-out
}

@media screen and (min-width:768px) {
    .teaser-collapsible__details__item {
        padding: 50px 100px
    }
}

.teaser-collapsible__details__item.is-visible {
    display: block;
    height: auto;
    opacity: 1
}

@media screen and (max-width:767px) {
    .teaser-collapsible__details .button {
        width: 100%;
        text-align: center;
        margin-top: .5rem
    }
}

.teaser-collapsible__details p:last-child {
    margin: 0
}

.teaser-collapsible__close {
    background: none;
    border: none;
    padding: 0;
    margin: 0;
    position: absolute;
    top: -20px;
    right: 8px
}

@media screen and (min-width:768px) {
    .teaser-collapsible__close {
        right: -60px
    }
}

.teaser-8col__wrapper-row {
    align-items: center
}

.teaser-8col__preHeadline {
    font-size: 1rem;
    margin-bottom: 8px;
    text-transform: uppercase
}

@media screen and (min-width:992px) {
    .teaser-8col__preHeadline {
        font-size: 1.125rem
    }
}

.teaser-8col__headline {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 2rem
}

@media screen and (min-width:992px) {
    .teaser-8col__headline {
        font-size: 2.5rem;
        line-height: 3rem
    }
}

.teaser-8col .image {
    min-height: 1px
}

.teaser-8col--abstract .teaser-8col__wrapper-row {
    flex-direction: row-reverse
}

.teaser-8col--abstract .teaser-8col__image {
    align-items: flex-end
}

.teaser-8col--abstract .teaser-8col__content>:last-child {
    margin-bottom: 0
}

.teaser-8col--abstract .teaser-8col__headline {
    margin-bottom: 1rem
}

@media screen and (max-width:991px) {
    .teaser-8col--abstract .teaser-8col__headline {
        font-size: 1.25rem
    }
}

@media screen and (min-width:992px) {
    .teaser-8col--abstract .teaser-8col__subline {
        margin-bottom: 2rem
    }
}

.teaser-icon {
    display: flex;
    margin-bottom: 1rem
}

@media screen and (min-width:992px) {
    .teaser-icon {
        flex-direction: column;
        text-align: center;
        margin-bottom: 0
    }
}

.teaser-icon__image {
    flex-shrink: 0;
    margin-bottom: 1rem
}

@media screen and (max-width:991px) {
    .teaser-icon__image {
        width: 30%;
        margin: 0 1rem 0 0
    }

    .teaser-icon__image .image {
        width: 100%
    }
}

.teaser-services {
    text-decoration: none
}

.teaser-services:focus.focus-visible .button:before {
    border: 2px solid #00b1b7
}

.teaser-services:focus:not(.focus-visible):not(.button) {
    text-decoration: none
}

.teaser-services:focus:not(.focus-visible) .button:before {
    border: 2px solid transparent
}

.teaser-services .image {
    margin: 0 0 1.5rem;
    min-height: 1px;
    flex-shrink: 0;
    max-width: 100px
}

@media screen and (min-width:768px) {
    .teaser-services .image {
        max-width: 100%
    }
}

.teaser-services .button {
    margin: 0 auto;
    flex-shrink: 1;
    max-width: 100%
}

.teaser-services__wrapper {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    margin-bottom: 1.25rem;
    color: #000;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem
}

@media screen and (min-width:768px) {
    .teaser-services__wrapper {
        padding-top: 60px
    }
}

.teaser-services__content {
    display: flex
}

@media screen and (min-width:768px) {
    .teaser-services__content {
        flex-direction: column;
        flex-grow: 1;
        text-align: center;
        padding: 0 1.5rem
    }
}

.teaser-services__content p {
    flex-grow: 1;
    font-size: 1rem;
    line-height: 1.5rem
}

.teaser-services__text {
    margin-left: .75rem
}

@media screen and (min-width:768px) {
    .teaser-services__text {
        margin: 0
    }
}

.teaser-services--overview .teaser-services__wrapper {
    background: #ace962;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px
}

.teaser-services--overview .image {
    margin: 0 auto 1.5rem
}

.teaser-standard {
    color: #000 !important;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    margin-bottom: 1rem;
    text-decoration: none
}

.teaser-standard:focus.focus-visible .button--secondary:before {
    border: 2px solid #00b1b7
}

.teaser-standard:focus.focus-visible .link.icon--linkpfeil:after {
    -webkit-transform: translateX(4px);
    transform: translateX(4px)
}

.teaser-standard:focus.focus-visible .link.icon--externerlink,
.teaser-standard:focus:not(.focus-visible):not(.button) {
    text-decoration: none
}

.teaser-standard:focus:not(.focus-visible) .button--secondary:before {
    border: 2px solid transparent
}

.teaser-standard:focus:not(.focus-visible) .link.icon--linkpfeil:after {
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

.teaser-standard:focus:not(.focus-visible) .link.icon--externerlink {
    text-decoration: underline
}

.teaser-standard.filtered,
.teaser-standard.is-hidden {
    display: none
}

.teaser-standard .image {
    border-bottom: 4px solid #ace962;
    min-height: 1px
}

.teaser-standard .targetgroups {
    margin-bottom: .5rem
}

.teaser-standard__content {
    background: #f9f9fa;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    padding: 1.5rem
}

.teaser-standard__content>p,
.teaser-standard__content>ul {
    flex-grow: 1
}

.teaser-standard__content .link.icon--externerlink {
    text-decoration: underline
}

.teaser-standard__container {
    width: 100%
}

@media screen and (min-width:992px) {

    .teaser-standard__container .slick,
    .teaser-standard__container .slick-navigation {
        height: 0;
        overflow: hidden
    }
}

@media screen and (max-width:991px) {
    .teaser-standard__container .teaser-standard__inner {
        display: none
    }
}

.teaser-standard__inner,
.teaser-standard__slider {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%
}

.teaser-standard__more.button {
    margin-top: 1.5rem
}

@media screen and (max-width:991px) {
    .teaser-standard__more.button {
        display: none
    }
}

.module-text:after {
    content: "";
    clear: both;
    display: table
}

.module-text .image {
    margin-bottom: 2rem
}

@media screen and (min-width:768px) {
    .module-text .image.float-md-left {
        margin: .5rem 2rem 1rem 0
    }
}

@media screen and (min-width:768px) {
    .module-text .image.float-md-right {
        margin: .5rem 0 1rem 2rem
    }
}

.module-text .list {
    margin-left: 0 !important;
    overflow: hidden
}

.module-text .list:not(.list--icon) li {
    margin-left: 2.25rem
}

.lead {
    font-size: 1rem;
    line-height: 1.5rem
}

@media screen and (min-width:768px) {
    .lead {
        font-size: 1.5rem;
        line-height: 2rem
    }
}

.lead a {
    font-size: inherit;
    line-height: inherit
}

.micro {
    font-size: .75rem;
    line-height: 1rem
}

@media screen and (min-width:480px) {
    .micro {
        font-size: 1rem;
        line-height: 1.5rem
    }
}

.micro a {
    font-size: inherit;
    line-height: inherit
}

.nano {
    font-size: .625rem;
    line-height: 1rem
}

@media screen and (min-width:480px) {
    .nano {
        font-size: .75rem;
        line-height: 1rem
    }
}

.nano a {
    font-size: inherit;
    line-height: inherit
}

.pico {
    font-size: .625rem;
    line-height: 1rem
}

.pico a {
    font-size: inherit;
    line-height: inherit
}

.tippy-tooltip[data-animation=fade][data-state=hidden] {
    opacity: 0
}

.tippy-iOS {
    cursor: pointer !important;
    -webkit-tap-highlight-color: transparent
}

.tippy-popper {
    pointer-events: none;
    max-width: calc(100vw - 10px);
    transition-timing-function: cubic-bezier(.165, .84, .44, 1);
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform
}

.tippy-tooltip {
    position: relative;
    color: #fff;
    border-radius: 4px;
    font-size: 14px;
    line-height: 1.4;
    background-color: #333;
    transition-property: visibility, opacity, -webkit-transform;
    transition-property: visibility, opacity, transform;
    transition-property: visibility, opacity, transform, -webkit-transform;
    outline: 0
}

.tippy-tooltip[data-placement^=top]>.tippy-arrow {
    border-width: 8px 8px 0;
    border-top-color: #333;
    margin: 0 3px;
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    bottom: -7px
}

.tippy-tooltip[data-placement^=bottom]>.tippy-arrow {
    border-width: 0 8px 8px;
    border-bottom-color: #333;
    margin: 0 3px;
    -webkit-transform-origin: 50% 7px;
    transform-origin: 50% 7px;
    top: -7px
}

.tippy-tooltip[data-placement^=left]>.tippy-arrow {
    border-width: 8px 0 8px 8px;
    border-left-color: #333;
    margin: 3px 0;
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    right: -7px
}

.tippy-tooltip[data-placement^=right]>.tippy-arrow {
    border-width: 8px 8px 8px 0;
    border-right-color: #333;
    margin: 3px 0;
    -webkit-transform-origin: 7px 50%;
    transform-origin: 7px 50%;
    left: -7px
}

.tippy-tooltip[data-interactive][data-state=visible] {
    pointer-events: auto
}

.tippy-tooltip[data-inertia][data-state=visible] {
    transition-timing-function: cubic-bezier(.54, 1.5, .38, 1.11)
}

.tippy-arrow {
    position: absolute;
    border-color: transparent;
    border-style: solid
}

.tippy-content {
    padding: 5px 9px
}

.tippy-tooltip[data-animation=shift-toward][data-placement^=top][data-state=hidden] {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px)
}

.tippy-tooltip[data-animation=shift-toward][data-placement^=bottom][data-state=hidden] {
    -webkit-transform: translateY(10px);
    transform: translateY(10px)
}

.tippy-tooltip[data-animation=shift-toward][data-placement^=left][data-state=hidden] {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px)
}

.tippy-tooltip[data-animation=shift-toward][data-placement^=right][data-state=hidden] {
    -webkit-transform: translateX(10px);
    transform: translateX(10px)
}

.tippy-tooltip[data-animation=shift-toward][data-state=hidden] {
    opacity: 0
}

.tooltip {
    display: inline-block;
    line-height: 0
}

.tooltip__trigger {
    background: transparent;
    border: 0;
    cursor: pointer;
    font-size: inherit;
    margin: 0;
    padding: 0 1px
}

.tooltip__trigger.icon--after:after,
.tooltip__trigger.icon--after:before,
.tooltip__trigger.icon--before:after,
.tooltip__trigger.icon--before:before {
    color: #000
}

.tooltip__trigger:not(.icon--before):not(.icon--after) {
    text-decoration: underline
}

.tooltip__trigger:not(.icon--before):not(.icon--after):hover {
    text-decoration: none
}

.tooltip__trigger:focus.focus-visible {
    box-shadow: 0 0 0 2px #00b1b7
}

.tooltip__trigger:focus.focus-visible.icon--info {
    box-shadow: none
}

.is-IE .tooltip__trigger:focus.focus-visible.icon--info {
    overflow: visible
}

.tooltip__trigger:focus.focus-visible.icon--info:after,
.tooltip__trigger:focus.focus-visible.icon--info:before {
    border-radius: 50%;
    box-shadow: 0 0 0 2px #00b1b7;
    margin: -2px;
    overflow: visible;
    padding: 2px;
    position: relative
}

.tooltip__content {
    display: none
}

.tooltip__close {
    background: transparent;
    border: none;
    color: #fff;
    float: right;
    margin: .0625rem 0 .5rem .5rem;
    padding: 0
}

.tooltip__close:hover {
    cursor: pointer
}

.tooltip__close--invert {
    color: #000
}

.tooltip--fontsize-inherit,
.tooltip--fontsize-inherit .tooltip__trigger,
.tooltip--fontsize-inherit .tooltip__wrapper {
    font-size: inherit;
    line-height: inherit
}

.tippy-tooltip {
    padding: 1rem
}

.tippy-tooltip .tippy-content {
    font-size: .875rem;
    line-height: inherit;
    padding: 0
}

.tippy-tooltip.secondary-theme {
    background-color: #f9f9fa;
    border: 1px solid #6c6f70;
    border-radius: 0;
    color: #000
}

.tippy-tooltip.secondary-theme[data-placement^=bottom] .tippy-arrow,
.tippy-tooltip.secondary-theme[data-placement^=top] .tippy-arrow {
    border: none;
    margin: 0
}

.tippy-tooltip.secondary-theme[data-placement^=bottom] .tippy-arrow:after,
.tippy-tooltip.secondary-theme[data-placement^=bottom] .tippy-arrow:before,
.tippy-tooltip.secondary-theme[data-placement^=top] .tippy-arrow:after,
.tippy-tooltip.secondary-theme[data-placement^=top] .tippy-arrow:before {
    bottom: 100%;
    content: "";
    display: block;
    height: 0;
    left: 50%;
    position: absolute;
    right: 50%;
    width: 0
}

.tippy-tooltip.secondary-theme[data-placement^=bottom] .tippy-arrow:before,
.tippy-tooltip.secondary-theme[data-placement^=top] .tippy-arrow:before {
    border: 10px solid transparent
}

.tippy-tooltip.secondary-theme[data-placement^=bottom] .tippy-arrow:after,
.tippy-tooltip.secondary-theme[data-placement^=top] .tippy-arrow:after {
    border: 9px solid transparent
}

.tippy-tooltip.secondary-theme[data-placement^=bottom] .tippy-arrow:before {
    border-bottom-color: #6c6f70;
    -webkit-transform: translate(-50%, 7px);
    transform: translate(-50%, 7px)
}

.tippy-tooltip.secondary-theme[data-placement^=bottom] .tippy-arrow:after {
    border-bottom-color: #f9f9fa;
    -webkit-transform: translate(-50%, 8px);
    transform: translate(-50%, 8px)
}

.tippy-tooltip.secondary-theme[data-placement^=top] .tippy-arrow:before {
    border-top-color: #6c6f70;
    -webkit-transform: translate(-50%, 13px);
    transform: translate(-50%, 13px)
}

.tippy-tooltip.secondary-theme[data-placement^=top] .tippy-arrow:after {
    border-top-color: #f9f9fa;
    -webkit-transform: translate(-50%, 10px);
    transform: translate(-50%, 10px)
}

.underline-primary {
    background-color: #ace962;
    bottom: 0;
    display: inline-block;
    height: 2px;
    left: 0;
    position: absolute;
    transition: all .5s ease-out;
    width: 0;
    z-index: 2
}

.underline-primary:hover {
    width: 100%
}

.is-invalid .underline-primary,
.set-invalid .underline-primary {
    background-color: #e60018;
    width: 100%
}

.is-valid .underline-primary {
    background-color: #ace962;
    width: 100%
}

.mejs__overlay-button {
    height: 92px;
    width: 92px;
    border-radius: 50%;
    position: relative;
    border: 2px solid transparent;
    display: flex;
    justify-content: center;
    align-items: center
}

.mejs__overlay-button:before {
    background-image: linear-gradient(180deg, #ace962 50%, #7ac81c 0);
    background-size: 100% 200%;
    transition: all .3s
}

.mejs__overlay-button:after,
.mejs__overlay-button:before {
    content: "";
    display: block;
    width: calc(100% - 12px);
    height: calc(100% - 12px);
    border-radius: 50%
}

.mejs__overlay-button:after {
    position: absolute;
    background: url(../img/mejs-controls.svg) 0 -39px no-repeat;
    top: calc(50% - 2px);
    left: calc(50% - 2px);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.mejs__overlay-button:focus.focus-visible {
    border: 2px solid #00b1b7
}

.mejs__overlay-button:focus:not(.focus-visible) {
    border: 2px solid transparent
}

@media screen and (min-width:768px) {
    .mejs__overlay:hover>.mejs__overlay-button:not(:active):before {
        background-position: 0 100%
    }
}

.mejs__overlay-loading-bg-img {
    background: transparent url(../img/mejs-controls.svg) -160px -40px no-repeat
}

.mejs__controls {
    font-family: HDIPro, Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    align-items: center;
    bottom: -36px;
    height: 36px;
    padding: 0
}

.mejs__container-fullscreen .mejs__controls {
    bottom: 0;
    padding: 0 10px
}

.mejs__controls:not([style*="display: none"]) {
    background: #f9f9fa
}

.mejs__button,
.mejs__time {
    display: flex;
    align-items: center;
    height: 100%;
    font-size: 1rem;
    line-height: 1.5rem
}

.mejs__button span,
.mejs__time span {
    font-size: 14px;
    height: 100%;
    line-height: 2.5
}

.mejs__button>button {
    background-color: transparent;
    background-image: url(../img/mejs-controls.svg);
    margin: 0 6px;
    transition: opacity .2s;
    position: static
}

.mejs__button>button:hover {
    opacity: .5
}

.mejs__time {
    color: #000;
    justify-content: flex-start;
    font-size: 14px;
    height: 36px;
    padding: 0 6px
}

.mejs__currenttime,
.mejs__duration {
    min-width: 40px
}

.mejs__time-rail {
    position: absolute;
    top: -7px;
    left: 0;
    width: 100%;
    direction: ltr;
    height: 7px;
    margin: 0;
    padding-top: 0
}

.mejs__time-buffering,
.mejs__time-current,
.mejs__time-float-corner,
.mejs__time-float-current,
.mejs__time-hovered,
.mejs__time-loaded,
.mejs__time-marker,
.mejs__time-total {
    height: 7px
}

.mejs__time-total {
    background: hsla(0, 0%, 100%, .5);
    margin-top: 0
}

.mejs__time-buffering {
    background: linear-gradient(-45deg, hsla(0, 0%, 100%, .4) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .4) 0, hsla(0, 0%, 100%, .4) 75%, transparent 0, transparent)
}

.mejs__time-current,
.mejs__time-handle-content {
    background: #ace962
}

.mejs__time-buffering,
.mejs__time-current,
.mejs__time-hovered,
.mejs__time-loaded {
    transition: all .3s linear
}

.mejs__time-float span {
    font-size: 10px;
    line-height: 1
}

.mejs__time-float-current:before {
    content: "";
    border: 5px solid transparent;
    border-top-color: #000;
    border-radius: 0;
    display: block;
    height: 0;
    left: 50%;
    line-height: 0;
    position: absolute;
    top: 186%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 0
}

.mejs__time-float-corner {
    top: 93%
}

.mejs__fullscreen-button {
    margin-left: auto
}

.mejs__fullscreen-button>button {
    background-position: -80px 0
}

.mejs__mute>button {
    background-position: -60px 0
}

.mejs__unmute>button {
    background-position: -40px 0
}

.mejs__volume-button:hover~.mejs__horizontal-volume-slider {
    width: 56px;
    flex: 1 0 auto
}

.mejs__horizontal-volume-slider {
    width: 0;
    overflow: hidden;
    transition: width .2s
}

.mejs__horizontal-volume-slider:hover {
    width: 56px;
    flex: 1 0 auto
}

.mejs__horizontal-volume-total {
    top: 14px;
    background: transparent
}

.mejs__horizontal-volume-total:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    background: #c6c7c8
}

.mejs__horizontal-volume-current,
.mejs__horizontal-volume-total:before {
    top: 50%;
    height: 2px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.mejs__horizontal-volume-current {
    background: #9d9d9c
}

.mejs__horizontal-volume-handle {
    background: #000;
    border-radius: 50%;
    cursor: ew-resize;
    width: 8px;
    height: 8px;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    display: block
}

.video {
    position: relative;
    width: 100%
}

.video[data-disable-upscaling] {
    width: auto
}

.justify-content-center .video[data-disable-upscaling] .mejs__container,
.teaser-primary .video[data-disable-upscaling] .mejs__container {
    margin: 0 auto
}

.justify-content-end .video[data-disable-upscaling] .mejs__container {
    margin: 0 0 0 auto
}

.video iframe,
.video video {
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    border: none
}

.video--vimeo,
.video--youtube {
    overflow: hidden;
    height: 0;
    padding-bottom: 56.25%
}

.video--file {
    padding-bottom: 2.5rem
}

.video--file:not(.video--portrait) iframe,
.video--file:not(.video--portrait) video {
    max-width: 100%
}

.video--portrait .mejs__layer {
    max-height: 100%
}

.video .button--icon {
    height: 82px;
    width: 82px;
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.footer {
    margin-top: 2.5rem;
    padding-top: 2rem;
    position: relative
}

.footer--border {
    border-top: 3px solid #eeeeef
}

.footer--border-small {
    border-top: 1px solid #eeeeef
}

.footer .page-details {
    font-size: 1rem;
    line-height: 1.5;
    margin: .5rem 0 2.5rem
}

@media screen and (max-width:991px) {
    .footer .page-details {
        font-size: .625rem
    }
}

.footer .page-details__author.icon--before:before {
    font-size: 1rem;
    vertical-align: text-bottom
}

@media screen and (min-width:992px) {
    .footer .page-details__author {
        margin-left: .5rem
    }

    .footer .page-details__author.icon--before:before {
        font-size: 1.5rem
    }
}

.footer .page-details a,
.footer .page-details a:active,
.footer .page-details a:focus,
.footer .page-details a:hover {
    color: inherit;
    font-size: inherit;
    line-height: inherit;
    text-decoration: inherit
}

.footer .contact-info {
    border: 0;
    padding: 0
}

@media screen and (min-width:992px) {
    .footer .contact-info {
        padding-right: 1.5rem
    }
}

.footer>.footer__totop {
    position: absolute;
    right: 16px;
    top: -28px;
    z-index: 3
}

@media screen and (min-width:992px) {
    .footer>.footer__totop {
        bottom: 36px;
        opacity: 0;
        position: fixed;
        right: 40px;
        top: auto;
        transition: all .15s ease
    }

    .footer>.footer__totop.is-visible {
        opacity: 1
    }
}

@media screen and (min-width:1920px) {
    .footer>.footer__totop {
        right: 128px;
        bottom: 40px
    }
}

@media screen and (min-width:2440px) {
    .footer>.footer__totop {
        bottom: 72px;
        right: 128px
    }
}

.footer>.footer__totop:before {
    padding-right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute
}

.footer__menu {
    margin-bottom: 0 !important
}

@media screen and (min-width:992px) {
    .footer__menu {
        margin-bottom: 1rem !important
    }
}

.footer__menu .smart-reveal__trigger {
    display: flex;
    font-weight: 700;
    justify-content: space-between;
    margin-bottom: .5rem;
    position: static
}

@media screen and (max-width:991px) {
    .footer__menu .smart-reveal__trigger {
        font-size: .75rem;
        border-top: 1px solid #eeeeef;
        line-height: 1.33;
        margin: 0;
        padding: 1rem 0
    }
}

.footer__menu .smart-reveal__trigger.icon--after:after {
    font-size: 1rem
}

@media screen and (min-width:992px) {
    .footer__menu .smart-reveal__trigger.icon--after:after {
        display: none
    }
}

.footer__menu .smart-reveal__trigger.is-active.icon--after:after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

@media screen and (min-width:992px) {
    .footer__menu li {
        font-size: 1rem;
        line-height: 1.5rem
    }
}

.footer__menu a {
    align-items: center;
    display: flex;
    margin: 0;
    padding: .5rem 0
}

@media screen and (max-width:991px) {
    .footer__menu a {
        font-size: .75rem;
        line-height: 1.33
    }
}

.footer__linkbox {
    align-items: center;
    background-color: #f9f9fa;
    display: flex;
    margin-bottom: .5rem
}

.footer__linkbox:last-child {
    margin-bottom: 1.5rem
}

.footer__linkbox img {
    height: 4rem;
    margin-right: .5rem;
    width: 4rem
}

.footer__linkbox a.secondary {
    font-size: .75rem;
    align-items: center;
    display: flex
}

.footer__linkbox a.secondary:focus.focus-visible,
.footer__linkbox a.secondary:focus.focus-visible .icon--after>span,
.footer__linkbox a.secondary:hover,
.footer__linkbox a.secondary:hover .icon--after>span {
    text-decoration: none
}

.footer__linkbox a.secondary .icon--after>span {
    text-decoration: underline
}

.footer__linkbox a.secondary .icon--after:after {
    margin: 0 .5rem;
    vertical-align: text-bottom
}

@media screen and (min-width:768px) {
    .footer__linkbox a.secondary {
        font-size: .875rem
    }
}

.footer__meta {
    overflow: hidden;
    position: relative
}

@media screen and (max-width:991px) {
    .body--intranet .footer__meta {
        padding-top: .5rem
    }
}

@media screen and (min-width:992px) {
    .footer__meta {
        padding: 3rem 0 1rem
    }
}

.footer__meta:before {
    border-top-right-radius: 80%;
    border-top: 200px solid #ace962;
    content: "";
    left: -95vw;
    margin: 0 calc(50% - 15vw);
    position: absolute;
    top: 0;
    width: 200vw;
    z-index: -1
}

@media screen and (min-width:992px) {
    .footer__meta:before {
        border-top: 390px solid #ace962;
        margin: 0 calc(50% - 9vw)
    }
}

.footer__meta__column {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap
}

@media screen and (min-width:992px) {
    .footer__meta__column {
        align-items: center;
        flex-direction: row
    }
}

.footer__meta__icons {
    align-items: center;
    display: flex;
    margin-top: 2rem
}

@media screen and (min-width:992px) {
    .footer__meta__icons {
        margin: 0
    }
}

.footer__meta__icons a {
    margin-right: 2rem
}

.footer__meta__icons a:nth-child(n+5) {
    display: none
}

@media screen and (min-width:480px) {
    .footer__meta__icons a:nth-child(n+5) {
        display: block
    }
}

.footer__meta__icons .icon--before:before {
    font-size: 2rem;
    color: #000;
    padding-right: 0
}

.footer__meta__links {
    display: flex;
    flex-direction: column;
    margin: 0;
    padding: 1rem 0
}

@media screen and (min-width:992px) {
    .footer__meta__links {
        flex-direction: row;
        padding: 0
    }
}

.footer__meta__links a {
    font-size: .75rem;
    padding: .5rem 0
}

@media screen and (min-width:992px) {
    .footer__meta__links a {
        font-size: 1rem;
        padding: 0 2rem 0 0
    }
}

.footer__meta__logo {
    margin-bottom: -.5rem;
    margin-top: 2rem;
    width: 100%
}

@media screen and (min-width:992px) {
    .footer__meta__logo {
        margin-bottom: .5rem;
        margin-top: 0
    }
}

.footer.footer--intranet .footer__totop-wrapper {
    pointer-events: none;
    width: 100%
}

.footer.footer--intranet .footer__totop-wrapper .footer__totop {
    align-self: flex-end;
    pointer-events: auto
}

.footer.footer--intranet .footer__totop-wrapper .footer__totop:before {
    padding-right: 0;
    display: flex
}

@media screen and (min-width:1200px) {
    .footer.footer--intranet .footer__totop-wrapper .footer__totop {
        opacity: 0;
        transition: all .15s ease
    }

    .footer.footer--intranet .footer__totop-wrapper .footer__totop.is-visible {
        opacity: 1
    }
}

.overlay {
    background-color: #000;
    bottom: 0;
    left: 0;
    opacity: 0;
    position: fixed;
    right: 0;
    top: 0;
    visibility: hidden;
    transition: opacity .5s ease, visibility .5s ease;
    z-index: 4
}

.overlay.active {
    opacity: .8;
    visibility: visible
}

.search-form .form {
    display: flex;
    position: relative;
    width: 100%
}

.search-form__label {
    flex-grow: 1;
    position: relative
}

.search-form__input:not([type=checkbox]):not([type=radio]):not([type=submit]) {
    padding-right: 4.5rem
}

.search-form__input:focus+.underline-primary,
.search-form__input:hover+.underline-primary {
    width: 100%
}

.search-form__input:not(:placeholder-shown)~.search-form__reset {
    display: inline-block
}

.search-form__submit {
    border: 0;
    margin: 0
}

.search-form--icon .search-form__submit {
    background: none;
    padding: 0 .5rem 0 0;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1
}

.body--intranet .search-form--icon .search-form__submit {
    padding: 0 1rem 0 0
}

.search-form--icon .search-form__submit span {
    display: none
}

.search-form--icon .search-form__submit:before {
    height: auto;
    width: auto;
    position: relative;
    border: none;
    overflow: visible;
    top: 0;
    left: inherit
}

.search-form--icon .search-form__submit:focus:before {
    border: none
}

.search-form--text .search-form__submit {
    margin-left: 1rem
}

.search-form--text .search-form__submit span {
    display: none
}

@media screen and (max-width:767px) {
    .search-form--text .search-form__submit.icon--before:before {
        height: auto;
        width: auto;
        position: static;
        border: none;
        overflow: visible;
        top: auto;
        left: auto
    }
}

@media screen and (min-width:768px) {
    .search-form--text .search-form__submit.icon--before:before {
        content: ""
    }
}

@media screen and (max-width:767px) {
    .search-form--text .search-form__submit {
        padding-left: 1rem;
        padding-right: 1rem
    }
}

@media screen and (max-width:991px) {
    .search-form--text .search-form__submit {
        height: 55px
    }

    .body--intranet .search-form--text .search-form__submit {
        height: 2.875rem
    }
}

@media screen and (min-width:768px) {
    .search-form--text .search-form__submit span {
        display: block
    }
}

.search-form__reset {
    background: none;
    border: 0;
    cursor: pointer;
    padding: 0;
    position: absolute;
    right: 2.75rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
    margin: 0
}

.search-form__reset:before {
    vertical-align: middle
}

.search-form__close {
    background: none;
    border: 0;
    margin-left: auto;
    padding: 0
}

.search-form__close:hover {
    background: none !important
}

.search-form--mobile {
    align-items: center;
    background-color: #f9f9fa;
    box-shadow: inset 0 1px 12px 0 rgba(0, 0, 0, .09);
    display: flex
}

.search-form--mobile>.container {
    position: relative
}

.search-form--mobile .search-form {
    width: 100%
}

.search-form--mobile .search-form__wrapper {
    align-items: center;
    display: flex;
    flex-direction: row;
    height: 0;
    overflow: hidden;
    transition: height .2s ease
}

@media screen and (max-width:991px) and (min-width:992px) {
    .has-search-form .search-form--mobile .search-form__wrapper {
        height: 7.5rem
    }
}

@media screen and (max-width:991px) and (min-width:992px) {
    .has-search-form main {
        padding-top: 7.5rem
    }
}

.link-list {
    display: block
}

.link-list .h6,
.link-list h6 {
    margin-bottom: .5rem
}

.link-list__content-wrapper {
    position: relative;
    padding: 1.5rem 1rem;
    background: #f9f9fa
}

.link-list__content-wrapper.has-slider {
    margin-bottom: 3rem
}

@media screen and (min-width:992px) {
    .link-list__content-wrapper.has-slider {
        margin-bottom: 0
    }
}

.link-list__wrapper {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap
}

@media screen and (min-width:992px) {
    .link-list__wrapper {
        flex-direction: row;
        justify-content: flex-start;
        flex-wrap: wrap
    }
}

.link-list__wrapper .link-list__link {
    margin-bottom: 1rem
}

.link-list__wrapper .link-list__link:last-child {
    margin-bottom: 0
}

@media screen and (min-width:992px) {
    .link-list__wrapper .link-list__link {
        width: 33.333333%
    }

    .link-list__wrapper .link-list__link:last-child,
    .link-list__wrapper .link-list__link:nth-last-child(2),
    .link-list__wrapper .link-list__link:nth-last-child(3) {
        margin-bottom: 0
    }
}

.link-list__slider {
    position: static
}

.link-list__slider.slick-dotted.slick-slider {
    margin-bottom: 0
}

.link-list__slider .slick-dots {
    left: 0
}

.link-list__slider .link-list__link {
    display: block;
    margin-bottom: 1rem
}

.link-list__slider .link-list__link:last-child {
    margin-bottom: 0
}

.filter-content {
    padding-top: 0;
    position: relative;
    text-align: center;
    height: 0;
    opacity: 0;
    -webkit-transform: translateY(-200px);
    transform: translateY(-200px);
    transition: all 1s;
    visibility: hidden
}

.filter-content.active {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    transition: none;
    visibility: visible
}

.filter-content .button--disabled {
    background: #fff;
    box-shadow: 0 0 0 3px #eeeeef;
    color: #9d9d9c
}

.filter-content__tooltip__wrapper .tooltip__trigger {
    font-size: .75rem;
    line-height: 1rem
}

@media screen and (min-width:480px) {
    .filter-content__tooltip__wrapper .tooltip__trigger {
        font-size: 1rem;
        line-height: 1.5rem
    }
}

.filter-content__tooltip__wrapper .tooltip__trigger.icon--before:before {
    margin-right: .5rem
}

.filter-content__tooltip__wrapper:hover .tooltip__trigger {
    color: #000
}

.filter-content__tooltip__content__wrapper {
    display: none
}

.filter-content__tooltip-primary__wrapper {
    position: relative
}

.filter-content__tooltip-primary__wrapper .tooltip,
.filter-content__tooltip-primary__wrapper .tooltip .tooltip__trigger {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.filter-content__tooltip-primary__wrapper:focus .button--disabled,
.filter-content__tooltip-primary__wrapper:hover .button--disabled {
    box-shadow: 0 0 0 3px #000;
    color: #000
}

@media screen and (max-width:768px) {
    .filter-content.active {
        height: 369px;
        padding-top: 3rem
    }

    .filter-content .h5,
    .filter-content h5 {
        margin: 0 auto;
        padding-bottom: 1rem;
        width: 16rem
    }

    .filter-content__tooltip__wrapper .tooltip {
        display: inline
    }

    .filter-content__tooltip__wrapper .tooltip__trigger {
        display: inline-flex;
        align-items: center
    }

    .filter-content__button__wrapper {
        display: flex;
        flex-direction: column;
        margin-bottom: .5rem
    }

    .filter-content__button__wrapper .button {
        margin-bottom: 1rem;
        margin-left: auto;
        margin-right: auto
    }
}

@media screen and (min-width:768px) {
    .filter-content.active {
        height: 192px;
        padding-top: 3rem
    }

    .filter-content .h5,
    .filter-content h5 {
        padding-bottom: 2.5rem
    }

    .filter-content__button__wrapper {
        display: flex
    }

    .filter-content__button__wrapper .button {
        margin-left: .5rem;
        margin-right: .5rem
    }

    .filter-content__tooltip__wrapper {
        margin-left: .5rem
    }

    .filter-content__tooltip__wrapper .tooltip {
        display: inline
    }

    .filter-content__content,
    .filter-content__tooltip__wrapper .tooltip__trigger {
        align-items: center;
        display: flex
    }

    .filter-content__content {
        justify-content: center
    }
}

.tippy-popper.fade-in {
    top: 60px !important
}

.filter-failure {
    background-color: #eeeeef;
    display: none;
    margin: 0 auto;
    padding: 1.5rem
}

@media screen and (min-width:992px) {
    .filter-failure {
        padding: 2.5rem;
        width: 950px
    }
}

.active.filter-failure {
    display: block
}

@media screen and (min-width:992px) {
    .filter-failure ul {
        display: flex;
        flex-wrap: wrap
    }
}

.filter-failure ul li {
    font-size: .75rem
}

@media screen and (min-width:992px) {
    .filter-failure ul li {
        font-size: 1.125rem;
        margin-bottom: .5rem;
        width: 50%
    }
}

.filter-failure__heading {
    display: flex
}

.filter-failure__heading .icon--before {
    padding-left: 3rem;
    position: relative
}

@media screen and (min-width:480px) {
    .filter-failure__heading .icon--before {
        padding-left: 3.5rem
    }
}

@media screen and (min-width:768px) {
    .filter-failure__heading .icon--before {
        padding-left: 4rem
    }
}

.filter-failure__heading .icon--before:before {
    font-size: 2rem;
    display: block;
    left: 0;
    position: absolute;
    top: 0
}

@media screen and (min-width:480px) {
    .filter-failure__heading .icon--before:before {
        font-size: 2.5rem
    }
}

@media screen and (min-width:768px) {
    .filter-failure__heading .icon--before:before {
        font-size: 3rem;
        top: -.625rem
    }
}

.filter-meta {
    align-items: center;
    display: flex;
    height: 100%
}

.filter-meta::-webkit-scrollbar {
    display: none
}

.filter-meta__progress {
    background-color: #ace962;
    height: 2px;
    left: 0;
    position: absolute;
    top: 0;
    width: 0;
    transition: width 0s
}

.filter-meta__progress.active {
    transition: width 2s;
    width: 100vw
}

.filter-meta__list {
    align-items: center;
    display: flex;
    height: 100%;
    margin: 0
}

.filter-meta__list-item {
    position: relative
}

.filter-meta__list-item.active .filter-meta__link {
    font-weight: 700
}

.filter-meta__list-item .filter-meta__link {
    line-height: 2rem
}

@media screen and (max-width:1199px) {
    .filter-meta {
        overflow-x: scroll
    }

    .filter-meta__list-item {
        align-items: center;
        border-bottom: 6px solid transparent;
        display: flex;
        height: 100%;
        margin-right: 1rem;
        white-space: nowrap
    }

    .filter-meta__list-item .filter-meta__link {
        -webkit-transform: translateY(3px);
        transform: translateY(3px)
    }

    .filter-meta__list-item.active {
        border-bottom-color: #ace962
    }
}

@media screen and (min-width:1200px) {
    .filter-meta__list-item {
        cursor: pointer;
        margin-right: 1.5rem
    }
}

.filter-meta .filter-meta__link {
    font-size: .875rem
}

.filter-meta .tooltip-primary,
.filter-meta .tooltip-secondary {
    bottom: 0;
    left: 50%;
    position: absolute;
    right: 50%;
    width: 0
}

.tippy-tooltip.tooltip-filter-meta-theme.secondary-theme[data-inertia][data-state=visible] {
    -webkit-animation: fadein 1s;
    animation: fadein 1s
}

@-webkit-keyframes fadein {
    0% {
        -webkit-transform: translateY(20px);
        transform: translateY(20px)
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes fadein {
    0% {
        -webkit-transform: translateY(20px);
        transform: translateY(20px)
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

.map {
    height: calc(100vh - 200px)
}

.map__placeholder {
    align-items: center;
    background-size: cover;
    background: #eeeeef url(../img/map-placeholder.jpg) 50%;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    padding: 1rem;
    text-align: center;
    width: 100%
}

@media screen and (min-width:768px) {
    .map__placeholder {
        padding: 1rem 20%
    }
}

@media screen and (min-width:1200px) {
    .map__placeholder {
        padding: 1rem 5%
    }
}

.map__placeholder a,
.map__placeholder p {
    font-size: 1rem;
    line-height: 1.5
}

.map__placeholder .button {
    margin: 0 auto
}

.map__infowindow .search-results-consultant__item {
    font-family: HDIPro, Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    border: 0;
    margin: 0;
    padding: 0
}

.map__infowindow .search-results-consultant__item h6 {
    display: none
}

.map__infowindow .search-results-consultant__item .consultant-layer-characteristic {
    height: 100px
}

.map__infowindow .search-results-consultant__item .consultant-opening-hours {
    font-size: 1rem
}

.map__infowindow .search-results-consultant__item .consultant-layer-characteristic__image {
    width: 100px
}

.map__infowindow .search-results-consultant__item .consultant-layer-characteristic__image img {
    max-width: 100%;
    height: auto !important
}

@media screen and (min-width:992px) {
    .map__infowindow .search-results-consultant__item .header-internet__layer-consultant__content__overview {
        margin-left: 0
    }
}

.map__modal {
    background: #fff;
    height: 100vh;
    left: 0;
    max-width: 100vw;
    overflow: auto;
    position: fixed;
    top: 0;
    z-index: 10000
}

@media screen and (min-width:992px) {
    .map__modal {
        display: none
    }
}

.map__modal .search-results-consultant__item {
    border: 0;
    margin: 0;
    padding: 0
}

.map__modal .search-results-consultant__item__close {
    background: #fff;
    display: block;
    position: -webkit-sticky;
    position: sticky;
    top: 0
}

.map__modal .search-results-consultant__item__close .button {
    margin-left: auto;
    padding: 10px 0
}

.map__modal .search-results-consultant__item__link {
    background: #fff;
    bottom: 0;
    padding-top: 1rem;
    position: -webkit-sticky;
    position: sticky
}

.gm-style .gm-style-iw-c {
    border-radius: 0;
    padding: 15px 20px
}

.gm-ui-hover-effect {
    right: 15px !important;
    top: 10px !important
}

.gm-ui-hover-effect img {
    height: 28px !important;
    margin: 0 !important;
    width: 28px !important
}

.search-filters {
    background: #f9f9fa;
    margin-bottom: 1.5rem
}

@media screen and (max-width:767px) {
    .search-filters {
        height: 100vh;
        left: 0;
        overflow: auto;
        pointer-events: none;
        position: fixed;
        top: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        transition: -webkit-transform .4s ease;
        transition: transform .4s ease;
        transition: transform .4s ease, -webkit-transform .4s ease;
        width: 100%;
        z-index: 10000
    }

    .search-filters.is-visible {
        pointer-events: all;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.search-filters__category {
    border: 0;
    padding: 1rem .5rem
}

@media screen and (min-width:992px) {
    .search-filters__category {
        padding: 1rem
    }
}

.search-filters__category:not(:last-child) {
    border-bottom: 1px solid #eeeeef
}

.search-filters__category.is-active .search-filters__category__toggle span:first-child {
    display: none
}

.search-filters__category.is-active .search-filters__category__toggle span:last-child {
    display: block
}

.search-filters__category.is-active .search-filters__category__title {
    margin-bottom: 1rem
}

.search-filters__category.is-active .search-filters__category__options {
    max-height: 125em
}

.search-filters__category__title {
    font-size: 1.125rem;
    align-items: center;
    display: flex;
    margin-bottom: 1rem;
    transition: margin .2s ease;
    width: 100%
}

@media screen and (max-width:767px) {
    .search-filters__category__title {
        font-size: 1rem;
        cursor: pointer;
        margin-bottom: 0
    }
}

.body--intranet .search-filters__category__title {
    font-size: 1.25rem
}

.search-filters__category__subtitle {
    font-size: 1rem;
    margin: 0 0 1rem;
    text-transform: uppercase;
    width: 100%
}

@media screen and (min-width:768px) {
    .search-filters__category__subtitle {
        margin: 1rem 0
    }
}

.search-filters__category__count {
    color: #6c6f70;
    margin-left: .5rem
}

.search-filters__category__toggle {
    margin-left: auto
}

.search-filters__category__toggle span:last-child {
    display: none
}

.search-filters__category__location {
    font-size: 1rem;
    align-items: flex-start;
    display: flex;
    margin: 0 0 1rem
}

.search-filters__category__location.icon--before:before {
    margin-right: .5rem;
    margin-top: .1875rem
}

@media screen and (max-width:767px) {
    .search-filters__category__options {
        max-height: 0;
        overflow: hidden;
        transition: max-height .2s ease
    }
}

.search-filters__category .form__label {
    color: inherit;
    display: flex;
    margin-right: 0 !important
}

.search-filters__header {
    background: #fff;
    font-weight: 700;
    display: flex;
    justify-content: space-between;
    left: 0;
    margin: 0;
    padding: 1rem .5rem;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1
}

.search-filters__header:after {
    background: #000;
    bottom: 0;
    content: "";
    display: block;
    height: 3px;
    left: .5rem;
    position: absolute;
    right: .5rem
}

.search-filters__submit {
    border: 0;
    color: #000;
    padding: 1rem .5rem;
    text-align: center
}

.search-filters__submit .button {
    margin-bottom: 1rem;
    width: 100%
}

.search-filters__close {
    background: none;
    border: 0;
    margin-right: .5rem;
    padding: 0
}

.search-filters__input {
    margin-bottom: 1rem
}

.search-filters__input label {
    font-size: 1rem
}

.search-actions {
    flex-direction: column;
    margin-bottom: 2.5rem
}

.search-actions .search-form {
    margin-bottom: 2rem;
    width: 100%
}

.search-actions .search-form__input {
    background: #f9f9fa !important
}

.search-actions .custom-select .select__wrapper {
    margin: 0
}

.search-actions__row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

@media screen and (min-width:1200px) {
    .search-actions__row {
        justify-content: flex-start
    }
}

.search-actions__row button,
.search-actions__row select {
    height: 3.5rem;
    margin-bottom: .5rem
}

.search-actions__row button:not(.search-actions__button):focus.focus-visible,
.search-actions__row button:not(.search-actions__button):hover,
.search-actions__row select:not(.search-actions__button):focus.focus-visible,
.search-actions__row select:not(.search-actions__button):hover {
    text-decoration: underline
}

.search-actions__row button:before,
.search-actions__row button:focus.focus-visible:before,
.search-actions__row select:before,
.search-actions__row select:focus.focus-visible:before {
    border: none
}

.body--intranet .search-actions__row button,
.body--intranet .search-actions__row select {
    height: 2.875rem
}

.search-actions__row .icon--before:before {
    padding-right: 5px;
    height: auto;
    width: auto;
    position: static;
    border: none
}

.search-actions__row .icon--before:focus:before {
    border: none
}

.search-actions__tags {
    flex-wrap: wrap;
    margin-bottom: .5rem;
    margin-right: 1rem;
    width: 100%
}

@media screen and (min-width:992px) {
    .search-actions__tags {
        margin-bottom: 0;
        width: auto
    }
}

.search-actions__tags .button--filter {
    margin-bottom: .5rem
}

.search-actions__tags .button--filter:not(:last-child) {
    margin-right: .5rem
}

.search-actions__tags .button--filter:after {
    font-size: .75rem
}

.search-actions__button {
    background: #f9f9fa;
    border-bottom: 2px solid #000;
    font-weight: 400;
    flex-grow: 1;
    height: 2.5rem;
    padding-left: .5rem
}

.search-actions__button span[class^=icon] {
    margin-left: auto
}

@media screen and (min-width:768px) {
    .search-actions__viewtype {
        margin-left: auto
    }
}

.search-actions__select {
    margin-left: .5rem;
    width: calc(50% - 8px)
}

@media screen and (min-width:768px) {
    .search-actions__select {
        margin-left: auto;
        width: 200px
    }
}

.search-actions__filter-toggle {
    position: relative;
    width: 100%
}

.search-actions__filter-toggle:not(:last-child) {
    margin-right: .5rem;
    width: calc(50% - 8px)
}

.search-actions__filter-toggle .button--text {
    margin: 0;
    padding-right: 1rem;
    width: 100%
}

.search-actions__filter-toggle:hover .underline-primary {
    width: 100%
}

.search-suggestions {
    background: #fff;
    box-shadow: 0 1px 12px 0 rgba(0, 0, 0, .09);
    height: 0;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    text-align: left;
    top: 100%;
    transition: height .2s ease
}

@media screen and (min-width:768px) {
    .search-suggestions {
        left: 1rem;
        margin-top: -.5rem;
        right: 1rem
    }
}

@media screen and (min-width:992px) {
    .search-suggestions {
        left: auto;
        right: 0
    }
}

@media screen and (min-width:1366px) {
    .search-suggestions {
        right: -1rem
    }
}

.search-suggestions.is-visible {
    -webkit-overflow-scrolling: touch;
    height: auto;
    max-height: calc(100vh - 158px);
    overflow-x: hidden;
    overflow: auto
}

@media screen and (min-width:768px) {
    .search-suggestions.is-visible {
        max-height: 32.5rem;
        overflow: hidden
    }
}

@media screen and (min-width:768px) {
    .search-suggestions--consultant {
        left: 1rem;
        right: 1rem
    }
}

@media screen and (min-width:992px) {
    .search-suggestions--consultant {
        left: 0;
        right: auto
    }
}

@media screen and (min-width:1366px) {
    .search-suggestions--consultant {
        left: -1rem
    }
}

.search-suggestions--consultant .search-suggestions__close {
    display: none
}

.search-suggestions__close {
    background: none;
    border: 0;
    margin-left: auto;
    padding: 0;
    position: absolute;
    right: .5rem;
    top: .5rem
}

.search-suggestions__close:hover {
    background: none !important
}

.search-suggestions__results {
    display: flex;
    justify-content: space-between;
    position: relative
}

@media screen and (max-width:767px) {
    .search-suggestions__results {
        flex-wrap: wrap
    }
}

.search-suggestions__button {
    display: flex;
    justify-content: flex-end;
    background-color: #f9f9fa;
    padding-top: 1rem
}

@media screen and (max-width:991px) {
    .search-suggestions__button {
        padding-top: .5rem;
        margin-bottom: .5rem;
        justify-content: center
    }
}

.search-suggestions__column {
    padding: 0 1.5rem;
    width: 100%
}

@media screen and (min-width:768px) {
    .search-suggestions__column {
        width: 23.125rem
    }
}

.search-suggestions__column p {
    font-size: 1rem;
    margin-bottom: .5rem
}

.search-suggestions__column .h6,
.search-suggestions__column h6 {
    font-size: 1rem;
    margin-top: 1.5rem
}

@media screen and (min-width:480px) {

    .search-suggestions__column .h6,
    .search-suggestions__column h6 {
        font-size: 1.125rem
    }
}

.body--intranet .search-suggestions__column .h6,
.body--intranet .search-suggestions__column h6 {
    font-size: 1.25rem
}

@media screen and (min-width:768px) {
    .search-suggestions__list {
        max-height: 28.25rem;
        overflow: auto
    }

    .search-suggestions__form .search-suggestions__list {
        max-height: 23.125rem
    }
}

.search-suggestions__list a {
    font-size: 1rem;
    color: #000;
    font-weight: 400
}

.search-suggestions__list a>div {
    align-items: flex-start;
    display: flex;
    margin-bottom: 1.5rem;
    padding-right: 1rem
}

.search-suggestions__list a>div img {
    margin-right: 1rem;
    flex-shrink: 0
}

@media screen and (max-width:991px) {
    .search-suggestions__list a>div img {
        width: 4.6875rem
    }
}

.search-suggestions__list a>div .image-placeholder {
    height: 6.25rem;
    flex-shrink: 0;
    margin-right: 1rem;
    width: 6.25rem
}

@media screen and (max-width:991px) {
    .search-suggestions__list a>div .image-placeholder {
        height: 4.6875rem;
        width: 4.6875rem
    }
}

.search-suggestions__list a>div span {
    display: block
}

.search-suggestions__list--products a>div {
    align-items: center
}

.search-suggestions__list--textlinks li {
    overflow: hidden;
    text-overflow: ellipsis
}

.search-suggestions__list--textlinks li a {
    white-space: nowrap
}

.search-suggestions__list--consultantsSelect li {
    display: flex;
    align-items: center;
    padding: 1rem;
    position: relative
}

.search-suggestions__list--consultantsSelect li:nth-child(odd) {
    background: #fff
}

.search-suggestions__list--consultantsSelect li label {
    display: flex;
    align-items: flex-start;
    width: 100%;
    padding-right: 2.5rem
}

@media screen and (min-width:768px) {
    .search-suggestions__list--consultantsSelect li label {
        padding-right: 5rem
    }
}

.search-suggestions__list--consultantsSelect li label>span span {
    display: block
}

.search-suggestions__list--consultantsSelect li img {
    margin-right: 1rem;
    flex-shrink: 0
}

@media screen and (max-width:991px) {
    .search-suggestions__list--consultantsSelect li img {
        width: 4.6875rem
    }
}

.search-suggestions__list--consultantsSelect li .input-radio {
    position: absolute;
    top: 50%;
    right: 10px;
    margin: -37px 0 0;
    pointer-events: none
}

@media screen and (min-width:768px) {
    .search-suggestions__list--consultantsSelect li .input-radio {
        right: 50px
    }
}

.search-form-consultant {
    align-items: center;
    background-color: #f9f9fa;
    box-shadow: inset 0 1px 12px 0 rgba(0, 0, 0, .09);
    display: flex
}

.search-form-consultant>.container {
    position: relative
}

.search-form-consultant .search-form-consultant__wrapper {
    align-items: center;
    display: flex;
    flex-direction: row;
    height: 0;
    overflow: hidden;
    transition: height .2s ease
}

.search-form-consultant .search-form__reset {
    display: block !important;
    right: .75rem;
    padding: 2px;
    line-height: 1
}

@media screen and (min-width:992px) {
    .search-form-consultant .search-form__reset {
        right: 1.125rem
    }
}

.search-form-consultant__form {
    align-items: center;
    display: flex;
    padding-left: 1rem;
    position: relative;
    white-space: nowrap;
    width: 100%
}

@media screen and (min-width:992px) {
    .search-form-consultant__form {
        padding: 0;
        width: 60vw
    }
}

@media screen and (min-width:1366px) {
    .search-form-consultant__form {
        width: 40vw
    }
}

.search-form-consultant__label {
    font-size: .75rem;
    line-height: normal;
    position: absolute;
    z-index: 1;
    padding-left: .5rem;
    color: #9d9d9c;
    top: calc(50% + .25rem);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

@media screen and (min-width:480px) {
    .search-form-consultant__label {
        font-size: 1rem
    }
}

@media screen and (min-width:1200px) {
    .search-form-consultant__label {
        padding-left: 1rem
    }
}

.search-form-consultant__fieldset {
    position: relative;
    width: 100%
}

.search-form-consultant__fieldset>.search-form__input:not([type=checkbox]):not([type=radio]):not([type=submit]) {
    font-size: .75rem;
    padding-right: 3.5rem
}

@media screen and (min-width:480px) {
    .search-form-consultant__fieldset>.search-form__input:not([type=checkbox]):not([type=radio]):not([type=submit]) {
        font-size: 1rem
    }
}

.search-form-consultant__fieldset>.search-form__input:focus+.underline-primary,
.search-form-consultant__fieldset>.search-form__input:hover+.underline-primary {
    width: 100%
}

.search-form-consultant__locate {
    align-items: center;
    background: none;
    border: 0;
    cursor: pointer;
    display: flex;
    font-family: inherit;
    overflow: visible;
    padding: 2px 6px 2px 2px;
    margin: -2px 0 -2px .875rem
}

.search-form-consultant__locate:before {
    overflow: visible
}

@media screen and (min-width:992px) {
    .search-form-consultant__locate {
        margin-left: 1.375rem
    }
}

.search-form-consultant__locate__label {
    white-space: nowrap;
    font-size: .875rem;
    margin-left: .5rem
}

@media screen and (max-width:991px) {
    .search-form-consultant__locate__label {
        display: none
    }
}

.search-form-consultant__close {
    background: none;
    border: 0;
    overflow: visible;
    padding: 2px;
    margin: -2px -2px -2px 22px
}

.search-form-consultant__close:before {
    overflow: visible
}

@media screen and (min-width:992px) {
    .search-form-consultant__close {
        margin-left: auto
    }
}

.search-form-consultant__close:hover {
    background: none !important
}

.search-form-consultant .search-form-consultant__wrapper {
    height: 80px
}

@media screen and (min-width:1200px) {
    .search-form-consultant .search-form-consultant__wrapper {
        height: 120px
    }
}

.search-results__item {
    border-bottom: 3px solid #eeeeef;
    margin-bottom: 2rem;
    padding-bottom: 1.25rem
}

.search-results__item.filtered {
    display: none
}

.search-results__item .breadcrumb {
    padding: 1rem 0 0
}

@media screen and (min-width:768px) {
    .search-results__item .breadcrumb {
        padding-top: .5rem
    }
}

@media screen and (max-width:767px) {
    .search-results__item .breadcrumb .breadcrumb__item a {
        font-size: .75rem !important
    }
}

.search-results__item .breadcrumb .breadcrumb__item a span {
    font: inherit
}

.search-results__item .breadcrumb .breadcrumb__item--current a {
    color: #000
}

.search-results__item a {
    color: inherit !important;
    font-size: inherit;
    line-height: inherit;
    text-decoration: none
}

.search-results__item a:focus,
.search-results__item a:hover {
    color: #6c6f70
}

.search-results__item a:focus h6,
.search-results__item a:focus mark,
.search-results__item a:focus p,
.search-results__item a:hover h6,
.search-results__item a:hover mark,
.search-results__item a:hover p {
    color: inherit
}

.search-results__item .h6,
.search-results__item h6 {
    font-size: 1rem;
    line-height: 1.5rem;
    padding-bottom: 1rem
}

@media screen and (min-width:768px) {

    .search-results__item .h6,
    .search-results__item h6 {
        font-size: 1.125rem;
        padding-bottom: .5rem
    }
}

.body--intranet .search-results__item .h6,
.body--intranet .search-results__item h6 {
    font-size: 1.25rem;
    line-height: 1.75rem
}

.search-results__item p {
    font-size: .875rem
}

@media screen and (min-width:768px) {
    .search-results__item p {
        font-size: 1rem;
        line-height: 1.25rem
    }
}

.search-results__content {
    align-items: flex-start;
    display: flex
}

.search-results__text {
    width: 100%
}

.search-results__header {
    display: flex;
    flex-direction: column
}

@media screen and (min-width:992px) {
    .search-results__header {
        align-items: center;
        flex-direction: row
    }
}

.search-results__header__content {
    width: 100%
}

.search-results__header .icon--after:after {
    font-size: .75rem
}

.search-results__header .targetgroups {
    margin-bottom: 1px
}

.search-results__product {
    font-size: .75rem;
    display: flex;
    font-weight: 700;
    justify-content: space-between;
    margin-bottom: .25rem;
    text-transform: uppercase
}

.search-results__product__category {
    align-items: center;
    color: #006729 !important;
    display: flex
}

.search-results__product__category.icon--before:before {
    font-size: 1rem;
    display: inline-block;
    padding-right: .25rem
}

.search-results__title {
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    overflow-wrap: break-word;
    word-wrap: break-word
}

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

.search-results__description {
    line-height: inherit;
    margin-bottom: 0
}

.search-results__description.icon--after:after,
.search-results__description .icon--after:after {
    font-size: .75rem;
    padding-left: .25rem
}

.body--intranet .search-results__description {
    font-size: .875rem;
    line-height: 1rem
}

.search-results__attributes {
    display: flex;
    justify-content: space-between;
    margin-bottom: .5rem
}

@media screen and (min-width:768px) {
    .search-results__attributes {
        justify-content: flex-start
    }

    .search-results__attributes span:not(:last-child) {
        margin-right: 1rem
    }
}

.search-results__meta {
    margin-bottom: 1rem
}

.search-results__meta span {
    display: block;
    font-size: inherit;
    line-height: 1rem;
    margin-bottom: .5rem
}

.search-results__meta a {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.search-results__meta a>span {
    display: inline-block
}

.search-results__meta .icon--before:before {
    display: inline-block;
    vertical-align: text-bottom
}

.search-results__filetype {
    font-size: 1rem;
    background: #6c6f70;
    color: #fff;
    display: inline-block;
    margin-left: .25rem;
    padding: 0 5px;
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px)
}

.search-results__thumbnail {
    flex-shrink: 0;
    margin-bottom: .5rem;
    max-width: 50%;
    position: relative
}

@media screen and (min-width:768px) {
    .search-results__thumbnail {
        margin-bottom: 0;
        margin-left: 1rem
    }
}

@media screen and (min-width:992px) {
    .search-results__thumbnail {
        max-width: none
    }
}

.search-results__thumbnail.has-button:after {
    background: rgba(0, 0, 0, .5);
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.search-results__thumbnail .button {
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1
}

.search-results__thumbnail img {
    display: block;
    width: 100%
}

.search-results__portrait {
    flex-shrink: 0;
    margin-bottom: .5rem
}

@media screen and (min-width:768px) {
    .search-results__portrait {
        margin-bottom: 0;
        margin-right: 1rem
    }
}

.search-results__vcard {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 0
}

.search-results__vcard span {
    font-size: .875rem;
    align-items: flex-start;
    display: inline-flex;
    font: inherit;
    line-height: 1rem;
    margin-bottom: .5rem;
    white-space: nowrap
}

.search-results__vcard .icon--before:before {
    display: inline-block;
    padding-right: .25rem;
    vertical-align: text-bottom
}

.search-results__vcard a {
    font-size: inherit
}

.search-results__vcard a:hover {
    color: #6c6f70
}

@media screen and (min-width:768px) {
    .search-results__vcard {
        flex-direction: row;
        justify-content: flex-start
    }

    .search-results__vcard span:not(:last-child) {
        margin-right: 1rem
    }
}

.search-results__department {
    color: #000 !important;
    font-size: .875rem !important;
    margin-bottom: 1rem;
    white-space: nowrap
}

.search-results__department:hover {
    color: #6c6f70
}

@media screen and (min-width:992px) {
    .search-results__department {
        margin-bottom: 0;
        margin-left: auto
    }
}

.search-results__loadmore {
    margin-bottom: 2.5rem;
    text-align: center
}

.search-results__loadmore span {
    margin: 0 5px
}

.search-results__modal {
    display: none
}

.search-results__modal .modal-content-wrapper {
    max-height: calc(100vh - 4.5rem);
    overflow-y: scroll
}

.search-results__modal-image,
.search-results__modal .search-results__meta {
    margin-bottom: 1.5rem
}

.search-results__modal-image picture img {
    margin: 0
}

@media screen and (min-width:768px) {
    .search-results__modal-image {
        float: left;
        margin-right: 1.5rem;
        margin-bottom: 0
    }
}

@media screen and (min-width:992px) {
    .search-results__modal .modal-content-wrapper {
        max-height: none;
        overflow-y: auto
    }
}

.search-results-teaser {
    background: #f9f9fa;
    padding: .5rem
}

@media screen and (min-width:992px) {
    .search-results-teaser {
        padding: 1.25rem
    }
}

.search-results-teaser p {
    font-size: 1rem;
    line-height: 1.25rem
}

.search-results-teaser .contact-info {
    border-top: 0;
    padding: 0
}

@media screen and (min-width:768px) {
    .search-results-teaser--full .contact-info .contact-info__content {
        flex-direction: row
    }

    .search-results-teaser--full .contact-info .contact-info__row:not(:first-child) {
        margin-left: 10%
    }
}

.search-results-consultant__item {
    border-bottom: 3px solid #eeeeef;
    margin-bottom: 2.5rem;
    padding-bottom: 2.5rem
}

.search-results-consultant__item .h5,
.search-results-consultant__item .h6,
.search-results-consultant__item h5,
.search-results-consultant__item h6 {
    padding: 0
}

.search-results-consultant__item .list {
    font-size: 1rem
}

@media screen and (min-width:768px) {
    .search-results-consultant__item .list {
        margin-top: 95px
    }
}

@media screen and (min-width:992px) {
    .search-results-consultant__item .list {
        margin-top: 0
    }
}

@media screen and (min-width:768px) {
    .search-results-consultant__item__link {
        text-align: right
    }
}

.search-results-consultant__item__close {
    display: none
}

.search-results-consultant__item .header-internet__layer-consultant__content__overview {
    padding-top: 1rem
}

@media screen and (min-width:992px) {
    .search-results-consultant__item .header-internet__layer-consultant__content__overview {
        margin-left: 170px;
        padding-top: 2.5rem;
        width: auto
    }
}

.search-results-consultant__item .header-internet__layer-consultant__content__contact {
    margin-top: 0
}

.search-results-consultant__item .consultant-layer-characteristic {
    align-items: flex-start;
    height: 150px
}

.search-results-corrections {
    margin-top: -1.5rem
}

.search-results-corrections__links {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    margin-bottom: 2.5rem
}

@media screen and (min-width:768px) {
    .search-results-corrections__links {
        flex-direction: row
    }
}

@media screen and (min-width:768px) {
    .search-results-corrections__links li:not(:last-child) {
        padding-right: .5rem
    }

    .search-results-corrections__links li:not(:last-child):after {
        content: "|";
        margin-left: .5rem
    }
}

.search-results-corrections__links a {
    color: #006729
}

.consultant-layer-characteristic {
    display: flex;
    height: auto
}

@media screen and (min-width:992px) {
    .header-internet__layer-consultant .consultant-layer-characteristic {
        flex: 1 0 50%
    }
}

.consultant-layer-characteristic__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 1.5rem
}

.consultant-layer-characteristic .h4,
.consultant-layer-characteristic .h6,
.consultant-layer-characteristic h4,
.consultant-layer-characteristic h6 {
    padding-bottom: 0;
    margin-bottom: .5rem
}

@media screen and (min-width:992px) {
    .consultant-layer-characteristic__content {
        justify-content: flex-start
    }
}

.consultant-layer-contact {
    margin-top: auto
}

.consultant-layer-contact__text {
    display: flex;
    margin-bottom: 1.5rem
}

.consultant-layer-contact__text.icon--before:before {
    display: inline-block;
    width: 18px;
    padding-top: 2px;
    padding-right: 0
}

.consultant-layer-contact__text span {
    font-size: 1rem;
    line-height: 1.5;
    margin-left: 1rem;
    overflow: hidden;
    text-overflow: ellipsis
}

.consultant-opening-hours {
    font-size: 1rem;
    position: relative;
    cursor: pointer;
    transition: height .3s ease-in-out
}

@media screen and (min-width:768px) {
    .consultant-opening-hours {
        min-width: 340px;
        max-width: 385px
    }
}

.consultant-opening-hours__button {
    display: flex;
    text-align: left;
    border: 0;
    width: 100%;
    padding: 14px;
    background-color: #f9f9fa
}

.consultant-opening-hours__button.icon--before:before {
    display: inline-block;
    font-size: 1rem;
    margin-right: .5rem
}

@media screen and (min-width:992px) {
    .consultant-opening-hours__button.icon--before:before {
        margin-top: .25rem
    }
}

.consultant-opening-hours__title {
    font-size: 1rem;
    margin-right: 2rem;
    transition: opacity .3s ease-in-out
}

@media screen and (max-width:991px) {
    .consultant-opening-hours__title {
        line-height: 1
    }
}

@media screen and (min-width:992px) {
    .consultant-opening-hours__title {
        white-space: nowrap
    }
}

.consultant-opening-hours__title strong {
    display: block
}

@media screen and (min-width:992px) {
    .consultant-opening-hours__title strong {
        display: inline
    }

    .consultant-opening-hours__title strong:not(:last-child):after {
        content: "/";
        margin-left: .5rem;
        margin-right: .5rem
    }
}

.consultant-opening-hours__title span {
    font-size: 1rem;
    margin: 0
}

.consultant-opening-hours__arrow {
    margin-left: auto;
    position: relative;
    z-index: 1
}

.consultant-opening-hours__arrow:before {
    display: inline-block
}

.consultant-opening-hours.is-active .consultant-opening-hours__arrow:before {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.consultant-opening-hours.is-active .consultant-opening-hours__title {
    opacity: 0
}

.consultant-opening-hours.is-active .consultant-opening-hours__dropdown {
    opacity: 1
}

.consultant-opening-hours__dropdown {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding-left: 2rem;
    padding-right: 2rem;
    height: 0;
    opacity: 0;
    overflow: hidden;
    background-color: #f9f9fa;
    transition: all .3s ease-in-out
}

.consultant-opening-hours__dropdown ul {
    margin: 0;
    padding: 10px 8px 8px 6px;
    list-style: none
}

@media screen and (min-width:768px) {
    .consultant-opening-hours__dropdown ul {
        padding: 14px 16px 16px 6px
    }
}

.consultant-opening-hours__dropdown ul li {
    display: flex;
    justify-content: space-between
}

.vhp-contactinfo .consultant-opening-hours__dropdown ul li {
    padding-left: 0
}

.consultant-opening-hours__dropdown ul p {
    font-size: 1rem;
    margin: 0;
    white-space: nowrap
}

@media screen and (max-width:991px) {
    .consultant-opening-hours__dropdown ul p {
        line-height: 1.5
    }
}

.consultant-opening-hours__dropdown ul p:first-child {
    overflow: hidden;
    text-overflow: ellipsis
}

.consultant-opening-hours__dropdown ul p:first-child:not(:last-child) {
    margin-right: .25rem
}

.consultant-opening-hours__dropdown ul p.consultant-opening-hours__dropdown__onrequest {
    margin-left: auto
}

.table-responsive .table-mobile {
    display: none
}

@media screen and (max-width:991px) {
    .table-responsive .table-mobile {
        display: block
    }
}

@media (-ms-high-contrast:none),
(hover:hover) {
    .body--intranet .table-responsive .table-mobile {
        display: none
    }
}

.table-responsive .table-mobile table>tbody>tr>td,
.table-responsive .table-mobile table>tbody>tr>th,
.table-responsive .table-mobile table>thead>tr>th {
    overflow: hidden
}

.table-responsive .table-mobile .table-responsive__overflow.scrolled table>tbody>tr>th {
    width: 89px;
    z-index: 1
}

.table-responsive .table-mobile .table-responsive__overflow.scrolled table>thead>tr>th.pre {
    background-color: #fff;
    min-width: 89px;
    width: 89px
}

.sections-alternating section:nth-child(2n) .table-responsive .table-mobile .table-responsive__overflow.scrolled table>thead>tr>th.pre {
    background-color: #eeeeef
}

.table-responsive .table-mobile .table-responsive__overflow.scrolled table>tbody>tr>th>.button>span {
    visibility: hidden
}

.table-responsive .table-mobile .table-responsive__overflow.scrolled table>tbody>tr>th>.button>svg {
    display: block;
    margin: 0 auto
}

.table-responsive .table-mobile .table-responsive__overflow.scrolled table>tbody>tr>td.helper {
    min-width: 89px;
    max-width: 89px
}

.body--intranet .table-responsive .table-mobile tbody td :not(.button),
.body--intranet .table-responsive .table-mobile thead th :not(.button) {
    font-size: .75rem
}

.body--intranet .table-responsive .table-mobile tbody th * {
    font-size: .875rem;
    font-weight: 700
}

.table-responsive .table-desktop {
    display: none
}

@media screen and (min-width:992px) {
    .table-responsive .table-desktop {
        display: block
    }
}

@media screen and (max-width:991px) and (-ms-high-contrast:none),
screen and (max-width:991px) and (hover:hover) {
    .body--intranet .table-responsive .table-desktop {
        display: block
    }
}

.body--intranet .table-responsive .table-desktop table {
    width: 100%
}

.table-responsive .table-desktop.table-desktop--responsive {
    display: block
}

@media screen and (max-width:991px) and (-ms-high-contrast:none),
screen and (max-width:991px) and (hover:none) {
    .table-responsive .table-desktop.table-desktop--responsive table {
        width: auto
    }
}

.table-responsive .table-desktop table>tbody>tr>td,
.table-responsive .table-desktop table>tbody>tr>th,
.table-responsive .table-desktop table>thead>tr>td,
.table-responsive .table-desktop table>thead>tr>th {
    padding: 1rem 2rem
}

.body--intranet .table-responsive .table-desktop table>tbody>tr>td,
.body--intranet .table-responsive .table-desktop table>tbody>tr>th,
.body--intranet .table-responsive .table-desktop table>thead>tr>td,
.body--intranet .table-responsive .table-desktop table>thead>tr>th {
    padding: .5rem 1rem
}

.table-responsive .table-desktop .table-desktop-tooltips th {
    padding: 0 !important
}

.table-responsive .table-desktop-heading {
    z-index: 1
}

.table-responsive .table-desktop-heading.fixed {
    position: fixed
}

.table-responsive .table-desktop-heading.sticky {
    position: -webkit-sticky;
    position: sticky
}

.table-responsive .table-desktop-heading.fixed .table-desktop-tooltips,
.table-responsive .table-desktop-heading.sticky .table-desktop-tooltips {
    background-color: #fff
}

.sections-alternating section:nth-child(2n) .table-responsive .table-desktop-heading.fixed .table-desktop-tooltips,
.sections-alternating section:nth-child(2n) .table-responsive .table-desktop-heading.sticky .table-desktop-tooltips {
    background-color: #eeeeef
}

.table-responsive .table-desktop-tooltips {
    background-color: transparent;
    margin-bottom: 0
}

.table-responsive .table-desktop-tooltips__row>th {
    height: 72px;
    padding-bottom: 0;
    position: relative
}

.table-responsive .table-desktop-tooltips .table-responsive__tooltip {
    left: 50%;
    position: absolute;
    right: 0;
    top: 4px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.table-responsive .table-desktop-pre {
    margin-bottom: 0
}

.table-responsive .table-desktop-pre p {
    font-weight: 700
}

.body--intranet .table-responsive .table-desktop-pre thead th * {
    font-size: 1rem;
    font-weight: 700
}

.body--intranet .table-responsive .table-desktop tbody td :not(.button),
.body--intranet .table-responsive .table-desktop tbody th :not(.button) {
    font-size: .875rem
}

.table-responsive table>thead>tr>th.pre.secondary {
    background-color: #f9f9fa;
    border-top: 1px solid #eeeeef
}

.table-responsive table>thead>tr>th.pre.secondary p {
    color: #000
}

.table-responsive .table-mobile table>thead.lined-x>tr>th:not(.pre) {
    border-top: 1px solid #eeeeef
}

.table-responsive .table-mobile table>thead.lined-y>tr>th:not(.pre) {
    border-left: 1px solid #eeeeef
}

.table-responsive .table-mobile table>thead.lined-y>tr>th:not(.pre):last-child {
    border-right: 1px solid #eeeeef
}

.table-responsive .table-mobile table>thead>tr {
    height: 80px
}

.body--intranet .table-responsive .table-mobile table>thead>tr {
    height: 56px
}

.table-responsive .table-mobile table>thead>tr>th.pre {
    min-height: 80px;
    max-width: 164px;
    min-width: 164px;
    transition: max-width .5s ease;
    transition: min-width .5s ease
}

.table-responsive .table-mobile table>thead>tr>th:not(.pre) {
    background-color: #f9f9fa;
    border-bottom: 1px solid #eeeeef;
    min-height: 80px;
    max-width: 172px;
    min-width: 172px;
    text-align: left;
    vertical-align: top
}

.table-responsive .table-mobile table>thead>tr>th:not(.pre).primary {
    background-color: rgba(0, 103, 41, .2) !important
}

.table-responsive .table-mobile table>thead>tr>th:not(.pre).secondary {
    background-color: rgba(172, 233, 98, .2) !important
}

.table-responsive .table-mobile table>thead>tr>th:not(.pre) .tooltip {
    margin-left: auto
}

.body--intranet .table-responsive .table-mobile table>thead>tr>th {
    min-height: 56px
}

.table-responsive .table-mobile table>thead>tr>td p,
.table-responsive .table-mobile table>thead>tr>th p {
    margin-bottom: 0;
    width: calc(100% - 36px)
}

.body--intranet .table-responsive .table-mobile table>thead>tr>td p,
.body--intranet .table-responsive .table-mobile table>thead>tr>th p {
    width: calc(100% - 36px)
}

.table-responsive .table-mobile table>thead.helper>tr {
    height: auto
}

.table-responsive .table-mobile table>thead.helper th.pre {
    min-height: 0;
    padding-bottom: 0;
    padding-top: 0
}

.table-responsive .table-desktop table>thead>tr:not(.table-desktop-tooltips__row)>th {
    height: 100px;
    position: relative
}

.table-responsive .table-desktop table>thead>tr:not(.table-desktop-tooltips__row)>th .tooltip .tooltip__trigger:after,
.table-responsive .table-desktop table>thead>tr:not(.table-desktop-tooltips__row)>th .tooltip .tooltip__trigger:before {
    color: #3b3c3c
}

.table-responsive .table-desktop table>thead>tr:not(.table-desktop-tooltips__row)>th .tooltip .tooltip__trigger:focus:after,
.table-responsive .table-desktop table>thead>tr:not(.table-desktop-tooltips__row)>th .tooltip .tooltip__trigger:focus:before,
.table-responsive .table-desktop table>thead>tr:not(.table-desktop-tooltips__row)>th .tooltip .tooltip__trigger:hover:after,
.table-responsive .table-desktop table>thead>tr:not(.table-desktop-tooltips__row)>th .tooltip .tooltip__trigger:hover:before {
    color: #9d9d9c
}

.body--intranet .table-responsive .table-desktop table>thead>tr:not(.table-desktop-tooltips__row)>th {
    height: 70px
}

.table-responsive .table-desktop table>thead>tr:not(.table-desktop-tooltips__row)>th p {
    color: #fff
}

.body--intranet .table-responsive .table-desktop table>thead>tr:not(.table-desktop-tooltips__row)>th p {
    color: #000;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    overflow-wrap: break-word;
    word-wrap: break-word
}

.table-responsive .table-desktop table>thead>tr:not(.table-desktop-tooltips__row)>th.active {
    background-color: #3b3c3c
}

.body--intranet .table-responsive .table-desktop table>thead>tr:not(.table-desktop-tooltips__row)>th.active {
    background-color: #eeeeef
}

.table-responsive .table-desktop table>thead>tr:not(.table-desktop-tooltips__row)>th.pre {
    text-align: left
}

.table-responsive .table-desktop table>thead>tr:not(.table-desktop-tooltips__row)>th.pre.secondary p {
    color: #000
}

.table-responsive table>tbody>tr>td.primary,
.table-responsive table>tbody>tr>th.primary {
    background-color: rgba(0, 103, 41, .2) !important
}

.table-responsive table>tbody>tr>td.secondary,
.table-responsive table>tbody>tr>th.secondary {
    background-color: rgba(172, 233, 98, .2) !important
}

.table-responsive .table-mobile table>tbody.lined-x>tr>td {
    border-bottom: 1px solid #eeeeef
}

.table-responsive .table-mobile table>tbody.lined-y>tr>td {
    border-right: 1px solid #eeeeef
}

.table-responsive .table-mobile table>tbody.lined-y>tr>th {
    margin-left: -1px
}

.table-responsive .table-mobile table>tbody>tr>th {
    width: 164px;
    position: absolute;
    transition: width .5s ease
}

.table-responsive .table-mobile table>tbody>tr>th.first-head {
    border-top: 1px solid #000
}

.body--intranet .table-responsive .table-mobile table>tbody>tr>th.first-head {
    border-color: #eeeeef
}

.table-responsive .table-mobile table>tbody>tr>td.helper {
    border-right: none;
    max-width: 164px;
    min-width: 164px
}

.table-responsive .table-mobile table>tbody>tr>td.mobile-even {
    background-color: #f9f9fa !important
}

.table-responsive .table-mobile table>tbody>tr>td.mobile-odd {
    background-color: #fff !important
}

.table-responsive .table-mobile table>tbody>tr>td p,
.table-responsive .table-mobile table>tbody>tr>th p {
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    overflow-wrap: break-word;
    word-wrap: break-word;
    width: calc(100% - 48px)
}

.body--intranet .table-responsive .table-mobile table>tbody>tr>td p,
.body--intranet .table-responsive .table-mobile table>tbody>tr>th p {
    width: calc(100% - 36px)
}

.table-responsive .table-mobile table>tbody .table-mobile-row-tooltip>th {
    overflow: visible
}

.table-responsive .table-mobile table>tbody .table-mobile-row-tooltip>td {
    height: 46px
}

.table-responsive .table-mobile table>tbody .table-mobile-row {
    min-height: 89px
}

.table-responsive .table-mobile table>tbody .table-mobile-row:last-child>td>.table-responsive__cell {
    min-height: 93px
}

.table-responsive .table-mobile table>tbody .table-mobile-row>th {
    background-color: #3b3c3c;
    border-top: 4px solid #fff;
    min-height: 89px;
    padding: 0
}

.body--intranet .table-responsive .table-mobile table>tbody .table-mobile-row>th {
    background-color: #eeeeef
}

.table-responsive .table-mobile table>tbody .table-mobile-row>th .table-responsive__cell {
    color: #fff
}

.body--intranet .table-responsive .table-mobile table>tbody .table-mobile-row>th .table-responsive__cell {
    color: #000
}

@media (-webkit-min-device-pixel-ratio:0),
(min-resolution:0.001dpcm) {
    .table-responsive .table-mobile table>tbody .table-mobile-row>th .table-responsive__cell {
        min-height: 89px
    }
}

.table-responsive .table-mobile table>tbody .table-mobile-row>td {
    min-width: 172px;
    max-width: 172px;
    text-align: center
}

.table-responsive .table-mobile table>tbody .table-mobile-row>td .table-responsive__cell {
    height: 100%
}

.table-responsive .table-mobile table>tbody .table-mobile-row>td .table-responsive__cell .button {
    align-self: center
}

@media (-webkit-min-device-pixel-ratio:0),
(min-resolution:0.001dpcm) {
    .table-responsive .table-mobile table>tbody .table-mobile-row>td .table-responsive__cell {
        min-height: 89px
    }
}

@supports (-webkit-appearance:none) {
    .table-responsive .table-mobile table>tbody .table-mobile-row>td .table-responsive__cell {
        min-height: 89px
    }
}

.table-responsive .table-mobile table>tbody .table-mobile-row>td .table-responsive__cell>p {
    margin-bottom: 0
}

.table-responsive .table-mobile table>tbody .table-mobile-row:last-child {
    margin-bottom: 31px
}

.table-responsive .table-mobile table>tbody .table-responsive__action {
    height: 40px
}

.table-responsive .table-mobile table>tbody .table-responsive__action>th {
    padding: 0;
    margin-top: 0
}

.table-responsive .table-mobile table>tbody .table-responsive__action .button {
    font-size: .75rem;
    height: 40px;
    width: 100%
}

.table-responsive .table-mobile table>tbody .table-responsive__action .button>svg {
    margin: 0;
    display: none
}

.table-responsive .table-desktop table>tbody {
    margin-bottom: 2rem
}

.table-responsive .table-desktop table>tbody.lined-x>tr>td {
    border-bottom: 1px solid #eeeeef
}

.table-responsive .table-desktop table>tbody.lined-y {
    border-left: 1px solid #eeeeef;
    border-right: 1px solid #eeeeef
}

.table-responsive .table-desktop table>tbody.lined-y>tr>td {
    border-left: 1px solid #eeeeef
}

.table-responsive .table-desktop table>tbody>tr {
    min-height: 132px
}

.table-responsive .table-desktop table>tbody>tr>td,
.table-responsive .table-desktop table>tbody>tr>th {
    background-clip: padding-box;
    height: 132px;
    min-height: 132px;
    position: relative
}

.table-responsive .table-desktop table>tbody>tr>td .tooltip+ol,
.table-responsive .table-desktop table>tbody>tr>td .tooltip+p,
.table-responsive .table-desktop table>tbody>tr>td .tooltip+ul,
.table-responsive .table-desktop table>tbody>tr>th .tooltip+ol,
.table-responsive .table-desktop table>tbody>tr>th .tooltip+p,
.table-responsive .table-desktop table>tbody>tr>th .tooltip+ul {
    margin-left: 24px;
    width: calc(100% - 48px)
}

.body--intranet .table-responsive .table-desktop table>tbody>tr>td .tooltip+ol,
.body--intranet .table-responsive .table-desktop table>tbody>tr>td .tooltip+p,
.body--intranet .table-responsive .table-desktop table>tbody>tr>td .tooltip+ul,
.body--intranet .table-responsive .table-desktop table>tbody>tr>th .tooltip+ol,
.body--intranet .table-responsive .table-desktop table>tbody>tr>th .tooltip+p,
.body--intranet .table-responsive .table-desktop table>tbody>tr>th .tooltip+ul {
    margin-left: 0;
    width: calc(100% - 36px)
}

.body--intranet .table-responsive .table-desktop table>tbody>tr,
.body--intranet .table-responsive .table-desktop table>tbody>tr>td,
.body--intranet .table-responsive .table-desktop table>tbody>tr>th {
    min-height: 66px
}

.body--intranet .table-responsive .table-desktop table>tbody>tr>td,
.body--intranet .table-responsive .table-desktop table>tbody>tr>th {
    height: 66px
}

.table-responsive .table-desktop table>tbody>tr>th {
    background-color: #f9f9fa;
    background-clip: padding-box;
    border-bottom: 1px solid #eeeeef;
    text-align: left;
    position: relative
}

.table-responsive .table-desktop table>tbody>tr>th p {
    display: inline-block;
    max-width: 100%
}

.table-responsive .table-desktop table>tbody>tr td {
    text-align: center
}

.table-responsive .table-desktop table>tbody>tr td>p,
.table-responsive .table-desktop table>tbody>tr th>p {
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    overflow-wrap: break-word;
    word-wrap: break-word
}

.table-responsive .table-desktop table>tbody>tr:first-child>td,
.table-responsive .table-desktop table>tbody>tr:first-child>th {
    border-top: 1px solid #eeeeef
}

.table-responsive .table-desktop table>tbody>tr:last-child>td {
    border-bottom: 1px solid #eeeeef
}

.table-responsive .table-desktop table>tbody>tr.inactive td>i,
.table-responsive .table-desktop table>tbody>tr.inactive td>p,
.table-responsive .table-desktop table>tbody>tr.inactive td>span,
.table-responsive .table-desktop table>tbody>tr.inactive th {
    opacity: .2
}

@media screen and (max-width:991px) {
    .table-responsive .table-desktop--responsive table>tbody>tr>td {
        min-width: 172px;
        max-width: 172px
    }
}

.table-responsive__footer {
    border-top: 1px solid #eeeeef;
    margin-top: 1.5rem
}

.table-responsive__footer tfoot td {
    padding-top: 2rem;
    text-align: center;
    vertical-align: top
}

.table-responsive__footer tfoot td .icon--linkpfeil {
    display: block;
    margin-top: 1rem
}

.table-responsive table {
    border-collapse: collapse
}

.table-responsive__overflow {
    overflow: hidden
}

.body--intranet .table-responsive__overflow {
    overflow: visible
}

.table-responsive__overflow::-webkit-scrollbar {
    display: none
}

.table-responsive__overflow.active {
    overflow-x: auto
}

.table-responsive__overflow.active::-webkit-scrollbar {
    display: block
}

.table-responsive__heading {
    align-items: center;
    display: flex;
    padding: 1.5rem 0
}

.table-responsive__heading .h2,
.table-responsive__heading h2 {
    padding: 0
}

.table-responsive td svg,
.table-responsive th svg {
    vertical-align: middle
}

.table-responsive td .table-responsive__icon+.table-responsive__icon:before,
.table-responsive th .table-responsive__icon+.table-responsive__icon:before {
    content: "/";
    font-size: 1.5rem;
    margin-left: .5rem;
    margin-right: .5rem
}

.table-responsive td .list:last-child,
.table-responsive td ol:last-child,
.table-responsive td ul:last-child,
.table-responsive th .list:last-child,
.table-responsive th ol:last-child,
.table-responsive th ul:last-child {
    margin-bottom: 0
}

.table-responsive td {
    background-color: #fff
}

.table-responsive .table-responsive__tooltip,
.table-responsive .table-responsive__tooltip__theme {
    display: flex;
    justify-content: center
}

.table-responsive .table-responsive__tooltip__theme p,
.table-responsive .table-responsive__tooltip p {
    line-height: 1.5rem;
    white-space: nowrap
}

@media screen and (max-width:991px) {
    .table-responsive.has-desktop-pre-column .table-responsive__overflow.active::-webkit-scrollbar-track {
        margin-left: 164px
    }

    .table-responsive.has-desktop-pre-column .table-desktop--responsive .table-responsive__overflow.active::-webkit-scrollbar-track {
        margin-left: 0
    }

    .table-responsive.alternate-colors table>tbody>tr>td:nth-child(2n) {
        background-color: #f9f9fa
    }

    .table-responsive.alternate-colors table>tbody>tr>td:nth-child(odd) {
        background-color: #fff
    }

    .table-responsive__heading {
        height: 94px
    }

    .table-responsive .table-responsive__tooltip,
    .table-responsive .table-responsive__tooltip__theme,
    .table-responsive .table-responsive__tooltip p {
        width: 164px
    }

    .table-responsive__tooltip {
        left: 0;
        position: absolute;
        right: 0;
        -webkit-transform: translateY(5px);
        transform: translateY(5px)
    }

    .table-responsive__tooltip__theme {
        height: 40px;
        padding-left: .25rem;
        padding-right: .25rem
    }

    .table-responsive__tooltip__theme p {
        font-size: .625rem
    }

    .body--intranet .table-responsive__tooltip__text {
        font-size: .75rem
    }
}

@media screen and (max-width:991px) and (-ms-high-contrast:none),
screen and (max-width:991px) and (hover:hover) {
    .body--intranet .table-responsive.has-desktop-pre-column .table-responsive__overflow.active::-webkit-scrollbar-track {
        margin-left: 278px
    }

    .body--intranet .table-responsive.alternate-colors table>tbody>tr:nth-child(2n)>td {
        background-color: #f9f9fa
    }

    .body--intranet .table-responsive.alternate-colors table>tbody>tr:nth-child(odd)>td {
        background-color: #fff
    }

    .body--intranet .table-responsive__heading {
        height: 110px
    }

    .body--intranet .table-responsive__tooltip__theme {
        height: 4rem;
        padding-left: 1rem;
        padding-right: 1rem
    }

    .body--intranet .body--intranet .table-responsive__tooltip__text,
    .body--intranet .table-responsive__tooltip__theme p {
        font-size: .875rem
    }
}

@media screen and (min-width:992px) {
    .table-responsive.has-desktop-pre-column .table-responsive__overflow.active::-webkit-scrollbar-track {
        margin-left: 278px
    }

    .table-responsive.alternate-colors table>tbody>tr:nth-child(2n)>td {
        background-color: #f9f9fa
    }

    .table-responsive.alternate-colors table>tbody>tr:nth-child(odd)>td {
        background-color: #fff
    }

    .table-responsive__heading {
        height: 110px
    }

    .table-responsive__tooltip__theme {
        height: 4rem;
        padding-left: 1rem;
        padding-right: 1rem
    }

    .body--intranet .table-responsive__tooltip__text,
    .table-responsive__tooltip__theme p {
        font-size: .875rem
    }
}

.table-responsive .tooltip .tooltip__trigger {
    padding-top: 1px
}

.body--intranet .table-responsive .tooltip .tooltip__trigger {
    padding-top: 0
}

.table-responsive .tooltip .tooltip__trigger:after,
.table-responsive .tooltip .tooltip__trigger:before {
    color: #9d9d9c
}

.table-responsive .tooltip .tooltip__trigger:focus:after,
.table-responsive .tooltip .tooltip__trigger:focus:before,
.table-responsive .tooltip .tooltip__trigger:hover:after,
.table-responsive .tooltip .tooltip__trigger:hover:before {
    color: #000
}

.table-responsive .tooltip p {
    color: #fff;
    text-align: left
}

.table-responsive .tooltip p:first-child {
    margin-bottom: .5rem !important
}

.table-responsive .accordion h2 .tooltip {
    position: static
}

.table-responsive .accordion h2 .tooltip .tooltip__trigger:after,
.table-responsive .accordion h2 .tooltip .tooltip__trigger:before {
    color: #c6c7c8
}

.table-responsive .accordion h2 .tooltip .tooltip__trigger:focus:after,
.table-responsive .accordion h2 .tooltip .tooltip__trigger:focus:before,
.table-responsive .accordion h2 .tooltip .tooltip__trigger:hover:after,
.table-responsive .accordion h2 .tooltip .tooltip__trigger:hover:before {
    color: #000
}

.body--intranet .accordion .table-responsive th .tooltip {
    right: 6px
}

@media screen and (min-width:1920px) and (-ms-high-contrast:none),
screen and (min-width:1920px) and (hover:hover) {
    .body--intranet .accordion .table-responsive th .tooltip {
        right: 18px
    }
}

@media screen and (min-width:992px) and (-ms-high-contrast:none),
screen and (min-width:992px) and (hover:none) {
    .body--intranet .accordion .table-responsive th .tooltip {
        right: 6px
    }
}

@media screen and (min-width:1200px) and (-ms-high-contrast:none),
screen and (min-width:1200px) and (hover:none) {
    .body--intranet .accordion .table-responsive th .tooltip {
        right: 18px
    }
}

.table-responsive__more-wrapper {
    display: flex;
    align-items: center;
    justify-content: center
}

.table-responsive__more {
    display: none;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1
}

.table-responsive__more .button {
    background-color: #fff;
    height: 56px
}

.table-responsive__more.active {
    display: block
}

.table-responsive__less {
    align-items: center;
    display: none;
    margin-bottom: 1.5rem;
    margin-top: 1.5rem
}

.table-responsive__less .button {
    height: 56px
}

.table-responsive__less.active {
    display: inline-block
}

.table-responsive__tooltip {
    transition: -webkit-transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease, -webkit-transform .5s ease
}

.table-responsive__tooltip__theme {
    align-items: center;
    background-color: #ace962
}

.table-responsive__tooltip__theme p {
    font-weight: 700;
    margin-bottom: 0
}

.table-responsive__tooltip__arrow {
    border-color: #ace962 transparent transparent;
    border-style: solid;
    border-width: 5px 5px 0;
    bottom: -4px;
    left: 50%;
    position: absolute;
    right: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 10px
}

.table-responsive .table-text-center {
    justify-content: center !important;
    text-align: center !important
}

.table-responsive .table-text-left {
    justify-content: flex-start !important;
    text-align: left !important
}

.table-responsive .table-text-right {
    justify-content: flex-end !important;
    text-align: right !important
}

.table-responsive a.icon--after.icon--linkpfeil {
    white-space: nowrap
}

.body--intranet .table-responsive a.icon--after.icon--linkpfeil {
    white-space: normal
}

@media screen and (min-width:992px) and (-ms-high-contrast:none),
screen and (min-width:992px) and (hover:hover) {
    .body--intranet .table-responsive__overflow.active {
        overflow: hidden
    }
}

.body--intranet .table-responsive .button span {
    font-size: inherit !important
}

.table-responsive .tooltip {
    position: absolute;
    right: 9px;
    top: calc(50% - 9px)
}

@media screen and (min-width:992px) {
    .table-responsive .tooltip {
        right: 24px;
        top: auto
    }
}

.body--intranet .table-responsive .tooltip {
    right: 20px
}

@media (-ms-high-contrast:none),
(hover:hover) {
    .body--intranet .table-responsive .tooltip {
        right: 18px;
        top: calc(50% - 9px)
    }
}

@media screen and (min-width:992px) and (-ms-high-contrast:none),
screen and (min-width:992px) and (hover:none) {
    .body--intranet .table-responsive .tooltip {
        right: 18px;
        top: calc(50% - 9px)
    }
}

.table-responsive__cell {
    align-items: center;
    display: flex;
    justify-content: center;
    padding: 1rem .5rem;
    position: relative
}

.table-responsive .table-desktop--responsive .table-desktop-heading.table-responsive__overflow {
    overflow: hidden
}

.table-responsive.alternate-colors .table-desktop--responsive table>tbody>tr:nth-child(2n)>td {
    background-color: #f9f9fa
}

.table-responsive.alternate-colors .table-desktop--responsive table>tbody>tr:nth-child(odd)>td {
    background-color: #fff
}

.svg-arrow-right {
    display: inline-block;
    margin-left: .25rem;
    margin-right: .25rem
}

.svg-arrow-right.arrow-right--after {
    margin-left: .25rem;
    margin-right: 0
}

.svg-arrow-right.arrow-right--before {
    margin-left: 0;
    margin-right: .5rem
}

.svg-arrow-right__wrapper {
    height: 100%;
    transition: width .3s ease;
    width: 100%
}

.svg-arrow-right__wrapper .arrow-right__head,
.svg-arrow-right__wrapper .arrow-right__line {
    transition: all .3s ease
}

.button:focus .svg-arrow-right__wrapper,
.button:hover .svg-arrow-right__wrapper,
a:focus .svg-arrow-right__wrapper,
a:hover .svg-arrow-right__wrapper,
button:focus .svg-arrow-right__wrapper,
button:hover .svg-arrow-right__wrapper {
    width: 130%
}

.button:focus .svg-arrow-right__wrapper .arrow-right__line,
.button:hover .svg-arrow-right__wrapper .arrow-right__line,
a:focus .svg-arrow-right__wrapper .arrow-right__line,
a:hover .svg-arrow-right__wrapper .arrow-right__line,
button:focus .svg-arrow-right__wrapper .arrow-right__line,
button:hover .svg-arrow-right__wrapper .arrow-right__line {
    width: 100%
}

.button:focus .svg-arrow-right__wrapper .arrow-right__head,
.button:hover .svg-arrow-right__wrapper .arrow-right__head,
a:focus .svg-arrow-right__wrapper .arrow-right__head,
a:hover .svg-arrow-right__wrapper .arrow-right__head,
button:focus .svg-arrow-right__wrapper .arrow-right__head,
button:hover .svg-arrow-right__wrapper .arrow-right__head {
    -webkit-transform: translateX(6px);
    transform: translateX(6px)
}

.stage-vhp {
    margin-bottom: 100px
}

.stage-vhp .breadcrumb {
    padding: 0 0 1.5rem
}

@media screen and (min-width:768px) {
    .stage-vhp .breadcrumb {
        padding: 0
    }
}

.stage-vhp .list--icon {
    margin-bottom: 0
}

.stage-vhp .image img {
    display: block;
    width: 100%
}

@media screen and (max-width:767px) {
    .stage-vhp>.row {
        flex-direction: column-reverse
    }
}

.stage-vhp .slick-dotted.slick-slider {
    margin-bottom: 0
}

.stage-vhp .slick-dots {
    bottom: -45px
}

.stage-vhp .social-buttons {
    position: absolute;
    bottom: 16px;
    right: 12px
}

.stage-vhp.has-trust .social-buttons {
    right: calc(15% + 12px)
}

.stage-vhp.has-slider .stage-vhp__content {
    padding-bottom: 1rem
}

.stage-vhp__images {
    position: relative;
    min-height: 1px
}

@media screen and (max-width:767px) {
    .stage-vhp__images {
        margin-bottom: 1.5rem
    }
}

.has-trust .stage-vhp__images .image {
    max-width: 85%
}

.stage-vhp__cta {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center
}

.stage-vhp__cta .button {
    margin: 0 auto 1rem
}

.stage-vhp__cta .primary {
    margin-bottom: 1rem
}

@media screen and (min-width:768px) {
    .stage-vhp__cta {
        align-items: flex-start
    }

    .stage-vhp__cta .button {
        margin-left: 0;
        margin-right: 1rem
    }
}

@media screen and (min-width:1200px) {
    .stage-vhp__cta {
        flex-direction: row;
        align-items: center
    }
}

.stage-vhp__trust {
    position: absolute;
    top: 2.5rem;
    right: .6875rem;
    max-width: 30%
}

@media screen and (min-width:768px) {
    .stage-vhp__trust {
        top: 1.5rem;
        max-width: 80px
    }
}

@media screen and (min-width:992px) {
    .stage-vhp__trust {
        top: 4rem;
        max-width: 135px
    }
}

@media screen and (min-width:1200px) {
    .stage-vhp__trust {
        max-width: 180px
    }
}

.stage-vhp__content {
    padding: 1rem .5rem;
    background: #f9f9fa;
    margin-bottom: 3rem
}

@media screen and (min-width:768px) {
    .stage-vhp__content {
        padding: 1.5rem
    }
}

.contact-info {
    border-top: 3px solid #eeeeef;
    flex-wrap: wrap;
    padding: 1.5rem 1rem 1rem
}

.contact-info .slogan {
    font-size: .75rem;
    background-color: #ace962;
    font-weight: 700;
    margin-bottom: 1rem;
    padding: .25rem;
    position: relative;
    width: 6.625rem;
    text-align: center
}

.contact-info .slogan:after {
    border-color: #ace962 transparent transparent;
    border-style: solid;
    border-width: 10px 10px 0;
    bottom: -9px;
    content: "";
    height: 0;
    left: calc(50% - 10px);
    position: absolute;
    width: 0
}

@media screen and (min-width:768px) {
    .contact-info .slogan {
        font-size: .875rem;
        width: 7.625rem
    }
}

@media screen and (min-width:992px) {
    .contact-info {
        border: none;
        padding: 0
    }
}

.contact-info__content {
    display: flex;
    flex-direction: column;
    width: 100%
}

.contact-info__row {
    display: flex;
    margin-bottom: 1rem
}

.contact-info__row.mail .content a {
    margin: .5rem 0
}

.contact-info__row .content {
    margin-left: .5rem
}

.contact-info__row .content .headline {
    font-size: .75rem;
    font-weight: 700;
    line-height: 1.33
}

.contact-info__row .content .headline a,
.contact-info__row .content p {
    font-size: .75rem;
    line-height: 1.33;
    margin: 0
}

.contact-info__row .content p {
    color: #282828;
    padding: 0
}

.contact-info__row .content p.thin {
    font-size: .625rem;
    color: #6c6f70;
    line-height: 1.6
}

.contact-info__row .content a {
    font-size: .75rem;
    line-height: 1.33;
    margin: 0;
    padding: 0
}

@media screen and (min-width:768px) {

    .contact-info__row .content .headline,
    .contact-info__row .content .headline a,
    .contact-info__row .content p {
        font-size: 1rem;
        line-height: 1.5
    }

    .contact-info__row .content p.thin {
        font-size: .75rem;
        line-height: 2
    }

    .contact-info__row .content a {
        font-size: 1rem;
        line-height: 1.5
    }
}

.introtext {
    position: relative
}

.introtext.active {
    height: 390px;
    overflow: hidden
}

.introtext.active:before {
    background: #fff;
    background: linear-gradient(0deg, #fff 50%, hsla(0, 0%, 100%, .9) 55%, hsla(0, 0%, 100%, .390091) 80%, hsla(0, 0%, 100%, .0900911));
    bottom: 0;
    content: "";
    height: 8rem;
    position: absolute;
    width: 100%;
    z-index: 2
}

.introtext.active .button__wrapper {
    display: block
}

.introtext h4 {
    text-align: center
}

.introtext li {
    margin-bottom: 1rem
}

.introtext .button__wrapper {
    position: absolute;
    bottom: 0;
    display: none;
    z-index: 3;
    width: 100%
}

.header-internet__button-burger {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    transition: .5s ease-in-out
}

.header-internet__button-burger__toggle {
    height: 20px;
    margin: 0 auto;
    position: relative;
    width: 20px
}

.header-internet__button-burger__toggle span {
    background: #000;
    height: 2px;
    position: absolute;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    transition: .25s ease-in-out;
    width: 100%
}

.header-internet__button-burger__toggle span:first-child {
    top: 0
}

.header-internet__button-burger__toggle span:nth-child(2),
.header-internet__button-burger__toggle span:nth-child(3) {
    top: 9px
}

.header-internet__button-burger__toggle span:nth-child(4) {
    top: 18px
}

.header-internet__button-burger.active .header-internet__button-burger__toggle span:first-child {
    left: 50%;
    top: 9px;
    width: 0
}

.header-internet__button-burger.active .header-internet__button-burger__toggle span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.header-internet__button-burger.active .header-internet__button-burger__toggle span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.header-internet__button-burger.active .header-internet__button-burger__toggle span:nth-child(4) {
    left: 50%;
    top: 9px;
    width: 0
}

.header-internet__button-burger>span {
    font-size: .625rem;
    display: block;
    font-weight: 400;
    line-height: 1;
    margin-top: .5rem
}

@media screen and (min-width:480px) {
    .header-internet__button-burger>span {
        font-size: .625rem;
        line-height: 1rem
    }
}

.header-internet__button-consultant-search {
    display: none
}

.header-internet__button-consultant-search.active {
    display: block
}

.header-internet__button-consultant-search__wrapper {
    height: 100%;
    margin-right: 1.5rem;
    position: relative
}

.header-internet__button-consultant-search__action {
    height: 100%
}

.header-internet__button-consultant-search__text {
    font-size: .875rem;
    margin-right: .375rem;
    white-space: nowrap;
    align-items: center;
    display: flex;
    height: 100%
}

.header-internet__button-consultant-search__text.icon--before:before {
    display: inline;
    padding-right: .5rem;
    vertical-align: text-bottom
}

.header-internet__button-consultant-search .icon--after:after {
    font-size: 1.125rem;
    padding-left: .25rem
}

.header-internet__button-consultant-self {
    display: none
}

.header-internet__button-consultant-self.active {
    display: block
}

.header-internet__button-consultant-self__wrapper {
    height: 100%;
    margin-right: 1.5rem;
    position: relative
}

.header-internet__button-consultant-self__action {
    height: 100%
}

.header-internet__button-consultant-self__image {
    height: 32px;
    width: 32px
}

.header-internet__button-consultant-self__content {
    display: flex;
    flex-direction: column;
    margin-left: .5rem;
    margin-right: 1.5rem;
    text-align: left
}

.header-internet__button-consultant-self__content span {
    white-space: nowrap
}

.header-internet__button-consultant-self button {
    align-items: center;
    background-color: #fff;
    border: none;
    cursor: pointer;
    display: flex;
    height: 100%;
    padding: 0
}

.header-internet__button-consultant-self .icon--after:after {
    font-size: .75rem;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s
}

.header-internet__button-consultant-self.underlined .icon--after:after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.header-internet__button-consultant-self .underline-primary {
    height: 2px
}

.header-internet__button-consultant-self.underlined .underline-primary,
.header-internet__button-consultant-self:hover .underline-primary {
    width: 100%
}

.header-internet__button-icon {
    text-decoration: none
}

.header-internet__button-icon .icon--before:before {
    font-size: 1.25rem
}

.header-internet__button-icon__wrapper {
    display: inline-block
}

.header-internet__button-icon__content {
    align-items: center;
    color: #000;
    display: flex;
    flex-direction: column;
    text-decoration: none
}

.header-internet__button-icon img {
    height: 24px;
    margin-top: -2px;
    width: 24px
}

.header-internet__button-icon span {
    font-size: .625rem;
    font-weight: 400;
    line-height: 1;
    margin-top: .5rem;
    text-align: center
}

@media screen and (min-width:480px) {
    .header-internet__button-icon span {
        line-height: 1rem
    }
}

.header-internet__button-icon img+span {
    margin-top: .375rem
}

.header-internet__disruptor {
    left: 0;
    position: absolute;
    top: -100%;
    transition: top .5s;
    visibility: hidden;
    width: 100%;
    z-index: -2
}

.header-internet__disruptor.active {
    top: 0;
    visibility: visible
}

.header-internet__layer-consultant-modal {
    display: none;
    width: 528px
}

.header-internet__layer-consultant-modal.fancybox-content {
    overflow: hidden;
    padding: 2rem
}

.header-internet__layer-consultant-modal__footer {
    display: flex;
    justify-content: space-between
}

.header-internet__layer-consultant {
    position: absolute;
    transition: top 1s;
    z-index: -1;
    width: 100%
}

.header-internet__layer-consultant__header {
    background-color: #f9f9fa;
    display: flex;
    height: 104px;
    padding-left: 1rem;
    padding-right: 1rem
}

.header-internet__layer-consultant__header__wrapper {
    display: flex;
    max-width: 1520px;
    width: 100%;
    justify-content: space-between;
    align-items: center
}

.header-internet__layer-consultant__header__content {
    display: flex;
    flex-direction: column
}

.header-internet__layer-consultant__header__title {
    font-size: 1rem;
    line-height: 1.11;
    margin-bottom: 0;
    margin-top: 1.5rem
}

.header-internet__layer-consultant__header__subtitle {
    align-items: center;
    display: flex;
    margin-bottom: 1.5rem;
    margin-top: 1rem
}

.header-internet__layer-consultant__header__subtitle span {
    font-size: 1rem;
    cursor: pointer;
    line-height: 1.06
}

.header-internet__layer-consultant__header__subtitle .icon--before:before {
    display: inline;
    padding-right: 1rem
}

.header-internet__layer-consultant__content-wrapper {
    position: absolute;
    max-width: 1520px;
    width: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    overflow-y: auto;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .1);
    max-height: calc(100vh - 240px + 1rem)
}

@media screen and (min-width:992px) {
    .header-internet__layer-consultant__content-wrapper {
        margin-top: -1rem
    }
}

@media screen and (max-width:1199px) {
    .header-internet__layer-consultant__content-wrapper {
        max-height: calc(100vh - 167px)
    }
}

.header-internet.scrolled .header-internet__layer-consultant__content-wrapper {
    max-height: calc(100vh - 200px + 1rem)
}

.header-internet__layer-consultant__content {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    background: #fff
}

.header-internet__layer-consultant__content__wrapper {
    height: 100%;
    padding: 1.5rem 1rem;
    width: 100%
}

.header-internet__layer-consultant__content__contact {
    height: 100%;
    margin-top: auto
}

.header-internet__layer-consultant__content__list {
    margin-bottom: 0;
    margin-top: 1.5rem;
    margin-right: 2rem
}

.header-internet__layer-consultant__content__list:not(.list) li {
    display: flex;
    font-size: .85em;
    justify-content: flex-end;
    line-height: 1.06;
    margin-bottom: 1.5rem;
    text-align: right
}

.header-internet__layer-consultant__content__list:not(.list) li a span {
    font-size: 1rem;
    font-weight: 700
}

.header-internet__layer-consultant__content__overview {
    display: flex;
    flex-direction: column;
    padding-top: 1.5rem;
    width: 100%
}

.header-internet__layer-consultant__map {
    padding: 0
}

.header-internet__layer-consultant__map .map {
    height: 100vw
}

@media screen and (min-width:768px) {
    .header-internet__layer-consultant__map .map {
        height: 100%
    }
}

.header-internet__layer-consultant__map .map img {
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%
}

.header-internet__layer-consultant__map .map p {
    width: 100%
}

@media screen and (min-width:768px) {
    .header-internet__layer-consultant__map .map__placeholder {
        padding: 1rem 5%
    }
}

.header-internet__layer-consultant .consultant-layer-characteristic img {
    height: auto;
    width: 100px;
    max-width: 100px
}

.header-internet__layer-consultant .icon--close {
    cursor: pointer
}

@media screen and (min-width:768px) {
    .header-internet__layer-consultant__content__overview {
        flex-direction: row
    }

    .header-internet__layer-consultant__content__list {
        display: flex;
        flex-wrap: wrap;
        margin-top: auto;
        width: 100%
    }

    .header-internet__layer-consultant__content__list li {
        width: 50%
    }

    .header-internet__layer-consultant__content__contact {
        width: auto
    }
}

@media screen and (min-width:992px) {
    .header-internet__layer-consultant .consultant-layer-characteristic img {
        height: 190px;
        width: 190px;
        max-width: 190px
    }

    .header-internet__layer-consultant__content {
        display: flex
    }

    .header-internet__layer-consultant__header {
        height: 120px;
        justify-content: center
    }

    .header-internet__layer-consultant__header__content {
        align-items: center;
        flex-direction: row
    }

    .header-internet__layer-consultant__header__subtitle,
    .header-internet__layer-consultant__header__title {
        margin: 0
    }

    .header-internet__layer-consultant__header__subtitle:before {
        content: " | ";
        margin-left: 1rem;
        margin-right: 1rem
    }

    .header-internet__layer-consultant__content {
        flex-direction: row;
        height: 250px
    }

    .header-internet__layer-consultant__content__wrapper {
        padding-left: 2.5rem;
        padding-right: 2.5rem;
        display: flex
    }

    .header-internet__layer-consultant__content__overview {
        flex: 1 0 50%;
        padding-top: 0;
        padding-left: 1.5rem
    }

    .header-internet__layer-consultant__map {
        height: 100%
    }
}

@media screen and (max-width:1199px) {
    .header-internet__layer-consultant {
        top: -100vh;
        width: 100%
    }

    .header-internet__layer-consultant.active {
        top: 63px
    }
}

@media screen and (min-width:1200px) {
    .header-internet__layer-consultant {
        top: -670px
    }

    .header-internet__layer-consultant.active {
        top: 120px
    }
}

.header-internet__list-primary {
    display: flex;
    margin-bottom: 0
}

.header-internet__list-primary li {
    align-self: flex-end;
    border-bottom: 6px solid transparent;
    color: #000;
    cursor: pointer;
    transition: border-bottom .5s;
    white-space: nowrap
}

.header-internet__list-primary li.active,
.header-internet__list-primary li:hover {
    border-bottom-color: #ace962
}

.header-internet__list-primary li.active {
    font-weight: 700
}

.header-internet__list-primary.list-navigation li {
    margin-right: 3.5rem;
    padding-bottom: 1rem
}

@media screen and (max-width:1199px) {
    .header-internet__list-primary {
        font-size: .875rem
    }

    .header-internet__list-primary.list-flyout li {
        margin-right: 1.5rem;
        padding-bottom: .5rem
    }
}

@media screen and (min-width:1200px) {
    .header-internet__list-primary {
        font-size: 1.125rem
    }

    .header-internet__list-primary.list-flyout li {
        margin-right: 5rem;
        padding-bottom: .5rem
    }
}

.header-internet__list-secondary {
    margin-bottom: 1rem
}

.header-internet__list-secondary__title a {
    display: flex;
    margin-bottom: .5rem
}

.header-internet__list-secondary__title a span {
    color: #000;
    font-size: 18px
}

.header-internet__list-secondary__title a .icon--before:before {
    font-size: 1.125rem;
    display: inline-block;
    padding-left: .25rem;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease;
    vertical-align: middle
}

.header-internet__list-secondary__title a:focus .icon--before:before,
.header-internet__list-secondary__title a:hover .icon--before:before {
    -webkit-transform: translateX(4px);
    transform: translateX(4px)
}

.header-internet__list-secondary li {
    line-height: 1.5
}

.header-internet__list-secondary li a {
    font-size: 16px
}

.header-internet__list-secondary__title,
.header-internet__list-secondary ul {
    padding-right: 1rem
}

.header-internet__list-tertiary__collapse {
    align-items: center;
    display: flex;
    height: 50px;
    justify-content: space-between;
    padding-right: 1rem
}

.header-internet__list-tertiary__collapse.first {
    padding-left: 1rem
}

.header-internet__list-tertiary__collapse.second {
    padding-left: 2rem
}

.header-internet__list-tertiary__collapse.first.active,
.header-internet__list-tertiary__collapse.second.active {
    border-bottom: 1px solid #eeeeef
}

.header-internet__list-tertiary__collapse.active .header-internet__list-tertiary__collapse__title {
    font-weight: 700
}

.header-internet__list-tertiary__collapse.active .header-internet__list-tertiary__collapse__icon-wrapper.icon--before:before {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.header-internet__list-tertiary__collapse__title {
    font-size: .875rem;
    color: #000
}

.header-internet__list-tertiary__collapse__icon-wrapper {
    align-items: center;
    border-left: 1px solid #eeeeef;
    display: flex;
    height: 60%;
    padding-left: 1rem
}

.header-internet__list-tertiary__collapse__icon-wrapper.icon--before:before {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s
}

.header-internet__list-tertiary {
    border-bottom: 1px solid #eeeeef
}

.header-internet__list-tertiary.active {
    border-bottom: none
}

.header-internet__list-tertiary.active .header-internet__list-tertiary__level-one__list {
    opacity: 1;
    visibility: visible
}

.header-internet__list-tertiary.active .header-internet__list-tertiary__level-one__list-item {
    visibility: visible
}

.header-internet__list-tertiary__level-one__list,
.header-internet__list-tertiary__level-two__list {
    height: 0;
    margin-bottom: 0;
    opacity: 0;
    transition: height .2s, opacity .2s, visibility .2s;
    visibility: hidden
}

.header-internet__list-tertiary__level-one__list-item,
.header-internet__list-tertiary__level-two__list-item {
    display: none
}

.header-internet__list-tertiary__level-one__list-item.shown,
.header-internet__list-tertiary__level-two__list-item.shown {
    display: block
}

.header-internet__list-tertiary__level-one__list-item {
    border-bottom: 1px solid #eeeeef;
    margin: 0;
    transition: height .2s, opacity .2s, visibility .2s;
    visibility: hidden
}

.header-internet__list-tertiary__level-one__list-item.active .header-internet__list-tertiary__level-two__list {
    margin-bottom: .5rem;
    margin-top: .5rem;
    opacity: 1;
    visibility: visible
}

.header-internet__list-tertiary__level-one__list-item.active .header-internet__list-tertiary__level-two__list-item {
    padding-bottom: .5rem;
    padding-top: .5rem
}

.header-internet__list-tertiary__level-one__list-item.active .header-internet__list-tertiary__level-two__list-item a {
    visibility: visible
}

.header-internet__list-tertiary__level-two__list {
    padding-left: 3rem
}

.header-internet__list-tertiary__level-two__list-item a {
    font-size: .75rem;
    color: #000;
    margin-bottom: .5rem;
    visibility: hidden
}

.header-internet__search-consultant {
    position: absolute;
    top: 0;
    transition: top .2s;
    width: 100%;
    z-index: -1
}

.header-internet__search-consultant .underline-primary {
    height: 2px
}

@media screen and (max-width:1199px) {
    .header-internet__search-consultant {
        top: -17px
    }

    .header-internet__search-consultant.active {
        top: 63px
    }
}

@media screen and (min-width:1200px) {
    .header-internet__search-consultant {
        top: 0
    }

    .header-internet__search-consultant.active {
        top: 120px
    }
}

.header-internet__search-desktop {
    position: relative
}

.header-internet__search-desktop .search-form__input {
    border-bottom-width: 2px !important;
    height: 46px !important;
    width: 240px !important
}

.header-internet__search-desktop .underline-primary {
    height: 2px
}

.header-internet__search-desktop .search-suggestions {
    right: 0;
    top: 60px;
    z-index: 1
}

.header-internet__search-mobile {
    align-items: center;
    background-color: #f9f9fa;
    display: flex;
    height: 80px;
    position: absolute;
    top: -17px;
    transition: top .2s;
    width: 100%;
    z-index: -1
}

.header-internet__search-mobile.active {
    top: 63px
}

.header-internet__teaser {
    display: flex;
    max-height: 210px
}

.header-internet__teaser__image {
    max-height: 210px;
    max-width: 210px;
    min-height: 210px;
    min-width: 210px
}

.header-internet__teaser__content {
    background-color: #eeeeef;
    overflow: hidden;
    padding: 1.5rem
}

.header-internet__navigation-mobile {
    align-items: center;
    display: flex;
    height: 63px;
    margin: 0 .5rem
}

.header-internet__navigation-mobile__logo {
    line-height: 0;
    margin-right: .5rem;
    min-width: 60px;
    width: 60px
}

.header-internet__navigation-mobile-actions {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%
}

.header-internet__navigation-mobile-actions ul {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: flex-end;
    margin-bottom: 0
}

.header-internet__navigation-mobile-actions ul li {
    line-height: 0;
    margin-right: 1.5rem
}

.header-internet__navigation-desktop__menu-primary {
    align-items: flex-end;
    display: flex;
    height: 100%
}

.header-internet__navigation-desktop__menu-primary__logo {
    align-self: center;
    margin-right: 100px;
    min-width: 72px
}

.header-internet__navigation-desktop__menu-secondary {
    display: flex
}

.header-internet__navigation-desktop-main {
    align-items: center;
    display: flex;
    height: 80px;
    justify-content: space-between
}

.header-internet__navigation-desktop-meta {
    height: 40px;
    display: flex;
    justify-content: space-between
}

.header-internet__navigation-desktop-meta__list {
    font-size: .875rem;
    align-items: center;
    display: flex;
    margin-bottom: 0
}

.header-internet__navigation-desktop-meta__list li {
    margin-left: 40px
}

.header-internet__navigation-desktop-meta [data-contact] {
    display: none
}

.header-internet__navigation-desktop-meta [data-contact].active {
    display: block
}

.header-internet__navigation {
    background-color: #fff;
    box-shadow: 0 1px 12px 0 rgba(0, 0, 0, .09)
}

@media screen and (min-width:1200px) {
    .header-internet__navigation-mobile {
        display: none
    }
}

@media screen and (max-width:1199px) {

    .header-internet__flyout-header-desktop,
    .header-internet__navigation-desktop {
        display: none
    }
}

@media screen and (min-width:1200px) {
    .header-internet__flyout-header-desktop {
        display: flex;
        height: 100%;
        justify-content: space-between
    }

    .header-internet__flyout-header-desktop__icon-wrapper {
        align-items: center;
        display: flex;
        margin-right: 1rem
    }

    .header-internet__flyout-header-desktop .icon--close {
        cursor: pointer
    }
}

.header-internet__flyout-header-mobile {
    height: 100%
}

@media screen and (min-width:1200px) {
    .header-internet__flyout-header-mobile {
        display: none
    }
}

.header-internet__flyout-header {
    background-color: #f9f9fa
}

@media screen and (max-width:1199px) {
    .header-internet__flyout-header {
        height: 50px;
        right: -100%;
        position: absolute;
        top: 63px;
        transition: right .3s;
        width: 100%
    }

    .header-internet__flyout-header.active {
        right: 0
    }
}

@media screen and (min-width:1200px) {
    .header-internet__flyout-header {
        display: none;
        height: 64px
    }

    .header-internet__flyout-header.active {
        display: block
    }
}

.header-internet__flyout-content-desktop-primary {
    flex-wrap: wrap;
    height: 0;
    opacity: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
}

.header-internet__flyout-content-desktop-primary .header-internet__list-secondary,
.header-internet__flyout-content-desktop-primary .header-internet__list-secondary li {
    display: none
}

.header-internet__flyout-content-desktop-primary.active .header-internet__list-secondary.active,
.header-internet__flyout-content-desktop-primary.active .header-internet__list-secondary li.active {
    display: block
}

@media screen and (min-width:992px) and (max-width:1919px) {
    .header-internet__flyout-content-desktop-primary.active .header-internet__list-secondary {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }
}

@media screen and (min-width:1366px) {
    .header-internet__flyout-content-desktop-primary.active .header-internet__list-secondary {
        flex: 0 0 25%;
        max-width: 25%
    }
}

@media screen and (max-width:1199px) {
    .header-internet__flyout-content-desktop-primary {
        display: none
    }
}

@media screen and (min-width:1200px) {
    .header-internet__flyout-content-desktop-primary.active {
        display: flex;
        height: 100%;
        opacity: 1;
        overflow: visible;
        padding-top: 1rem;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

.header-internet__flyout-content-desktop-secondary {
    height: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 100%;
    width: 100%
}

.header-internet__flyout-content-desktop-secondary__header {
    display: flex;
    height: 64px;
    justify-content: flex-end;
    margin-left: auto;
    overflow: hidden;
    width: 20px
}

.header-internet__flyout-content-desktop-secondary__header.icon--close:after {
    align-items: center;
    cursor: pointer;
    display: inline-flex;
    height: 100%
}

.header-internet__flyout-content-desktop-secondary__top {
    display: flex;
    justify-content: space-between;
    padding-bottom: 1.5rem
}

.header-internet__flyout-content-desktop-secondary__top__lists {
    display: flex
}

.header-internet__flyout-content-desktop-secondary__top__lists,
.header-internet__flyout-content-desktop-secondary__top__lists .header-internet__list-secondary,
.header-internet__flyout-content-desktop-secondary__top__teaser {
    width: 50%
}

.header-internet__flyout-content-desktop-secondary__bottom p {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 0;
    padding-bottom: 1rem
}

.header-internet__flyout-content-desktop-secondary__bottom ul {
    display: flex;
    margin-bottom: 0;
    padding-bottom: 1.5rem
}

.header-internet__flyout-content-desktop-secondary__bottom ul li {
    font-size: 16px;
    padding-right: 1rem;
    width: 25%
}

@media screen and (max-width:1199px) {
    .header-internet__flyout-content-desktop-secondary {
        display: none
    }
}

@media screen and (min-width:1200px) {
    .header-internet__flyout-content-desktop-secondary {
        margin: 0 -1rem;
        overflow-y: auto;
        padding: 0 1rem
    }

    .header-internet__flyout-content-desktop-secondary.active {
        height: 100%;
        opacity: 1;
        left: 0
    }
}

.header-internet__flyout-content-mobile {
    background-color: #fff;
    height: calc(100vh - 113px);
    right: -100%;
    overflow: scroll;
    position: absolute;
    top: 113px;
    transition: right .3s;
    width: 100%
}

.header-internet__flyout-content-mobile.active {
    right: 0
}

.header-internet__flyout-content-mobile__button {
    border-bottom: 1px solid #eeeeef;
    padding: 1rem
}

.header-internet__flyout-content-mobile__button .button {
    width: 100%
}

.header-internet__flyout-content-mobile__contact {
    padding: 1rem
}

@media screen and (min-width:1200px) {
    .header-internet__flyout-content-mobile {
        display: none
    }
}

.header-internet__flyout-content {
    background-color: #fff;
    height: 0;
    overflow-x: hidden
}

.header-internet__flyout-content.active {
    height: auto
}

@media screen and (max-width:1199px) {
    .header-internet__flyout-content .container {
        padding-left: 0;
        padding-right: 0
    }
}

@media screen and (min-width:1200px) {
    .header-internet__flyout-content {
        max-height: calc(100vh - 184px)
    }
}

@media screen and (max-width:1199px) {
    .header-internet__flyout {
        border-bottom: 1px solid #eeeeef
    }
}

@media screen and (min-width:1200px) {
    .header-internet__flyout {
        box-shadow: 0 1px 12px 0 rgba(0, 0, 0, .09)
    }

    .header-internet__flyout-container {
        margin-left: 2rem;
        position: relative
    }
}

.header-internet {
    left: 0;
    position: fixed;
    top: 0;
    transition: top .3s;
    width: 100%;
    z-index: 1030
}
@media screen and (min-width: 1200px) {
.header-internet.scrolled {
    /*TW top: -40px*/
    top: -48px
}
}
.header-internet.hidden {
    top: -100%
}

.header-internet .flyout-fade-in {
    transition: left 0s, -webkit-transform 0s;
    transition: transform 0s, left 0s;
    transition: transform 0s, left 0s, -webkit-transform 0s
}

.header-internet .flyout-fade-in.active {
    transition: left 1s, -webkit-transform 1s;
    transition: transform 1s, left 1s;
    transition: transform 1s, left 1s, -webkit-transform 1s
}

.header-internet .search-suggestions {
    z-index: 1
}

@media screen and (max-width:1199px) {
    .header-internet {
        height: 63px
    }
}

@media screen and (min-width:1200px) {
    .header-internet {
        height: 120px
    }
}

.vhp-outro {
    margin-bottom: 2.5rem
}

.vhp-outro .map {
    min-height: 400px;
    height: 50vh
}

@media screen and (min-width:768px) {
    .vhp-outro .map {
        min-height: 600px
    }
}

.vhp-outro .slick-dotted.slick-slider {
    margin-bottom: 0
}

.vhp-outro .slick-dotted.slick-slider .vhp-contactinfo {
    padding-left: 1px
}

.vhp-outro .slick-dots {
    position: static
}

@media screen and (max-width:767px) {
    .vhp-outro .social-buttons {
        margin-top: 1.25rem;
        margin-left: -.25rem
    }
}

.vhp-outro .consultant-opening-hours__button {
    background: none
}

.vhp-outro .consultant-opening-hours__dropdown {
    background: #fff
}

.vhp-outro__header {
    text-align: center;
    border-bottom: 1px solid #eeeeef;
    margin-bottom: 1.5rem
}

.vhp-outro__header .h4,
.vhp-outro__header h4 {
    padding-bottom: .5rem
}

@media screen and (min-width:768px) {

    .vhp-outro__header .h4,
    .vhp-outro__header h4 {
        padding-bottom: 1rem
    }
}

.vhp-outro__header .h4 span,
.vhp-outro__header h4 span {
    font-size: inherit;
    font-weight: 400;
    display: block;
    margin-bottom: .5rem
}

@media screen and (min-width:768px) {

    .vhp-outro__header .h4 span,
    .vhp-outro__header h4 span {
        margin-bottom: 1rem
    }
}

.vhp-outro__header p {
    margin-bottom: 1rem
}

@media screen and (min-width:768px) {
    .vhp-outro__header p {
        margin-bottom: 1.5rem
    }
}

.vhp-outro__content {
    padding: 1rem .5rem;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .1)
}

@media screen and (min-width:768px) {
    .vhp-outro__content {
        padding: 2rem
    }
}

.vhp-outro__cta {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-top: 1px solid #eeeeef;
    padding-top: 1.5rem;
    margin-top: 1rem
}

@media screen and (min-width:768px) {
    .vhp-outro__cta {
        flex-direction: row;
        align-items: center
    }
}

.vhp-outro__cta .button {
    margin: 0 auto 1rem
}

@media screen and (min-width:768px) {
    .vhp-outro__cta .button {
        margin: 0 1rem
    }
}

.social-buttons {
    display: flex;
    flex-direction: row-reverse
}

.social-buttons__wrapper {
    display: flex;
    max-width: 114px;
    overflow: hidden;
    transition: max-width .3s ease-in-out
}

@media screen and (min-width:480px) {
    .social-buttons__wrapper {
        max-width: 132px
    }
}

.social-buttons a,
.social-buttons label {
    align-items: center;
    background: #eeeeef;
    border-radius: 50%;
    color: #000;
    display: flex;
    flex-shrink: 0;
    height: 1.875rem;
    justify-content: center;
    margin: 0 .25rem;
    text-decoration: none;
    transition: opacity .3s ease;
    width: 1.875rem
}

@media screen and (min-width:480px) {

    .social-buttons a,
    .social-buttons label {
        height: 2.25rem;
        width: 2.25rem
    }
}

.social-buttons a:hover,
.social-buttons label:hover {
    color: #6c6f70
}

.social-buttons a.icon--before:before,
.social-buttons label.icon--before:before {
    padding-right: 0;
    font-size: 1rem
}

@media screen and (min-width:480px) {

    .social-buttons a.icon--before:before,
    .social-buttons label.icon--before:before {
        font-size: 1.125rem
    }
}

.social-buttons a .icon--more-point:before,
.social-buttons label .icon--more-point:before {
    display: inline-block;
    vertical-align: middle
}

.social-buttons input {
    display: none
}

.social-buttons input:checked~.social-buttons__wrapper {
    max-width: 228px
}

@media screen and (min-width:480px) {
    .social-buttons input:checked~.social-buttons__wrapper {
        max-width: 264px
    }
}

.social-buttons.reverse {
    flex-direction: row
}

@media screen and (max-width:767px) {
    .social-buttons.reverse-sm {
        flex-direction: row
    }
}

.social-buttons.show-all .social-buttons__wrapper {
    max-width: 100%
}

.social-buttons.show-all label {
    display: none;
    pointer-events: none
}

.social-buttons.show-all input:checked~.social-buttons__wrapper {
    max-width: 100%
}

.social-buttons.center {
    justify-content: center
}

@media screen and (min-width:480px) {

    .social-buttons.larger a,
    .social-buttons.larger label {
        width: 2.75rem;
        height: 2.75rem;
        margin: 0 .5rem
    }

    .social-buttons.larger a.icon--before:before,
    .social-buttons.larger label.icon--before:before {
        font-size: 1.5rem
    }
}

.vhp-contactinfo ul {
    margin: 0
}

.vhp-contactinfo ul li {
    font-size: 1rem;
    padding-left: 2.5rem;
    position: relative
}

@media screen and (max-width:767px) {
    .vhp-contactinfo ul li {
        line-height: 1.4rem
    }

    .vhp-contactinfo ul li:not(:last-child) {
        margin-bottom: .5rem
    }
}

@media screen and (min-width:768px) {
    .vhp-contactinfo ul li {
        line-height: 40px
    }
}

.vhp-contactinfo a {
    display: block;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis
}

@media screen and (min-width:768px) {
    .vhp-contactinfo .consultant-opening-hours {
        margin-top: -.5rem
    }
}

.vhp-contactinfo .consultant-opening-hours__button {
    padding-left: 0;
    padding-right: 0
}

.vhp-contactinfo .consultant-opening-hours__button.icon--before:before {
    margin-right: 1.5rem
}

.divider {
    width: 100%;
    height: 1px;
    background-color: #eeeeef
}

.consultant-outro__image {
    position: relative;
    min-height: 1px
}

@media screen and (max-width:1199px) {
    .consultant-outro__image {
        margin-bottom: 1rem
    }
}

@media screen and (max-width:479px) {
    .consultant-outro__image img {
        width: 100%
    }
}

.consultant-outro__image .social-buttons {
    position: absolute;
    bottom: 16px;
    left: 12px
}

.consultant-outro__content {
    height: 100%;
    padding: 1rem;
    background: #f9f9fa;
    margin-top: 1rem
}

@media screen and (min-width:768px) {
    .consultant-outro__content {
        padding: 1.5rem
    }
}

@media screen and (min-width:992px) {
    .consultant-outro__content {
        margin-top: 0
    }
}

.consultant-outro__cta {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    margin-top: 1rem
}

@media screen and (min-width:1200px) {
    .consultant-outro__cta {
        flex-direction: row;
        align-items: center
    }
}

.consultant-outro__cta .button {
    margin-bottom: 1rem
}

@media screen and (min-width:992px) {
    .consultant-outro__cta .button {
        margin-right: 1rem
    }
}

@media screen and (min-width:992px) {
    .consultant-outro__cta .primary {
        margin-bottom: 1rem
    }
}

.consultant-outro__benefits {
    text-align: center;
    margin: 0
}

.consultant-outro__benefits .image {
    margin-bottom: 1rem
}

.consultant-outro__benefits .primary {
    font-size: 1rem
}

.consultant-outro__benefits__item {
    display: flex;
    align-items: center;
    text-align: left
}

.consultant-outro__benefits__item:not(:last-child) {
    margin-bottom: 1rem
}

.consultant-outro__benefits__item>a {
    flex-shrink: 0
}

.consultant-outro__benefits__item .h6,
.consultant-outro__benefits__item h6 {
    padding-bottom: .25rem;
    overflow: hidden;
    text-overflow: ellipsis
}

.consultant-outro__benefits__item .image {
    margin-bottom: 0
}

.consultant-outro__benefits__item__content {
    margin-left: 1rem;
    overflow: hidden
}

.team .team__member {
    background: #f9f9fa
}

@media screen and (min-width:768px) {
    .team .custom-select {
        margin: 0 auto;
        width: 300px
    }
}

.team .slick-track {
    display: flex
}

.team .slick-track .slick-slide {
    height: auto
}

.team .slick-track .slick-slide>div {
    display: flex;
    height: 100%
}

.team .slick-navigation {
    margin: 1rem 0 -1rem;
    position: relative;
    z-index: 1
}

.team__member {
    display: flex !important;
    flex-direction: column;
    justify-content: flex-start;
    flex-grow: 1;
    text-align: center;
    padding: 1.5rem;
    margin-top: calc(25% + 1.5rem);
    background: #fff;
    min-height: 1px
}

.team__member .button {
    margin: 1.5rem auto 0
}

.team__member .image {
    margin: calc(-25% - 1.5rem) 20% 1rem;
    border-bottom: 4px solid #ace962;
    min-height: 1px
}

.team__member .image img {
    width: 100%
}

.team__member__content {
    flex-grow: 1
}

.team__member__title strong {
    display: inline-block;
    margin-bottom: .25rem
}

.team__member__contact {
    margin: 0
}

.team__member__contact li:not(:last-child) {
    margin-bottom: .5rem
}

@media screen and (min-width:768px) {
    .team__member__contact li:not(:last-child) {
        margin-bottom: .25rem
    }
}

.team__member__contact .icon--before:before {
    font-size: 1.125rem;
    display: inline-block;
    line-height: inherit;
    vertical-align: text-bottom
}

.team__member__social {
    margin: 1rem 0 0;
    display: flex;
    justify-content: center
}

.team__member__social li {
    margin: 0 .25rem
}

.team__member__social a {
    color: #000
}

.team__member__social .icon--before:before {
    font-size: 1.5rem;
    padding-right: 0
}

.team__loadmore {
    margin-top: 1.5rem
}

.team__loadmore .button {
    margin: 0 auto
}

.team__overlay {
    display: none
}

.team__overlay.fancybox-content {
    overflow: hidden
}

.team__overlay.fancybox-content>.row {
    height: auto;
    max-height: 100%;
    overflow-x: hidden;
    overflow-y: auto
}

.team__overlay.fancybox-content>.row>.col-xs-12 {
    flex: none
}

@media screen and (max-width:991px) {
    .team__overlay.fancybox-content {
        height: 100vh;
        left: 0;
        max-height: 100%;
        position: absolute;
        top: 0
    }

    .team__overlay.fancybox-content>.row {
        flex-wrap: unset;
        max-height: calc(100vh - 120px)
    }
}

@media screen and (min-width:768px) {
    .team__overlay.fancybox-content {
        max-width: 45rem
    }

    .team__overlay.fancybox-content>.row {
        max-height: calc(80vh - 160px)
    }
}

@media screen and (min-width:992px) {
    .team__overlay.fancybox-content {
        max-width: 60rem
    }
}

@media screen and (min-width:1200px) {
    .team__overlay.fancybox-content {
        max-width: 71.25rem
    }
}

@media screen and (min-width:1366px) {
    .team__overlay.fancybox-content {
        max-width: 82.875rem
    }
}

@media screen and (min-width:1920px) {
    .team__overlay.fancybox-content {
        max-width: 90rem
    }
}

@media screen and (max-width:767px) {
    .team__overlay>.row {
        flex-direction: column-reverse
    }
}

.team__overlay .image {
    margin-bottom: 1.5rem
}

.team__overlay .image picture img {
    margin: 0;
    border-bottom: 4px solid #ace962
}

@media screen and (max-width:767px) {
    .team__overlay .social-buttons {
        margin-top: 1.5rem
    }
}

@media screen and (min-width:768px) {
    .team__overlay .social-buttons {
        position: absolute;
        bottom: 8px;
        right: 4px
    }
}

@media screen and (min-width:768px) {
    .team__overlay__contact {
        margin-bottom: 6.25rem
    }
}

.team__overlay__contact li:not(:last-child) {
    margin-bottom: 1rem
}

.team__overlay__contact .icon--before:before {
    font-size: 1.125rem;
    display: inline-block;
    line-height: inherit;
    vertical-align: text-bottom
}

.segment-intro {
    text-align: center
}

.teaser-partner-logo__content-wrapper {
    background: #f9f9fa;
    display: flex;
    flex-direction: column;
    padding: 2.5rem
}

.teaser-partner-logo__content-wrapper:focus,
.teaser-partner-logo__content-wrapper:hover {
    text-decoration: none
}

.slick-slide .teaser-partner-logo__content-wrapper {
    margin: 0 .5rem
}

.teaser-partner-logo__image {
    margin-bottom: 1rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%
}

.teaser-partner-logo__button {
    align-self: center
}

.slider-for.item-match-height .slick-slide .teaser-partner-logo,
.slider-for.item-match-height .slick-slide .teaser-partner-logo__content-wrapper {
    height: 100%
}

.teaser-slider {
    margin: 0 auto;
    max-width: 100%;
    overflow: hidden
}

.teaser-slider .slick-navigation__indicator {
    display: none
}

.teaser-slider .slider-for.item-match-height .slick-track {
    display: flex
}

.teaser-slider .slider-for.item-match-height .slick-slide {
    display: flex;
    height: auto;
    align-items: center;
    justify-content: center
}

.teaser-slider .slider-for.item-match-height .slick-slide>div {
    height: 100%
}

.teaser-slider .slider-for.item-full-width .slick-slide>div {
    width: 100%
}

.vhp-imprint .h6,
.vhp-imprint h6 {
    padding-bottom: 1.5rem
}

.vhp-imprint p,
.vhp-imprint p a {
    font-size: .875rem
}

.vhp-imprint p a {
    color: #000;
    display: block
}

@media screen and (min-width:480px) {
    .vhp-imprint p a {
        display: inline-block
    }

    .vhp-imprint p a:before {
        content: "|";
        color: #c6c7c8;
        margin-left: .25rem;
        margin-right: .25rem
    }
}

.vhp-imprint .social-buttons {
    margin-bottom: 2rem
}

.detail-frame {
    position: relative
}

.detail-frame__header .h4,
.detail-frame__header h4 {
    padding-top: 2rem
}

.detail-frame__link .icon--before:before {
    display: inline-block;
    vertical-align: text-bottom
}

@media screen and (min-width:992px) {
    .detail-frame__link {
        width: 23%;
        position: absolute;
        -webkit-transform: translateY(50%);
        transform: translateY(50%)
    }

    .detail-frame__header .h4,
    .detail-frame__header h4 {
        padding-top: 0;
        margin: 0 25%
    }
}

.online-calculator {
    display: flex
}

.online-calculator__wrapper {
    position: relative
}

.online-calculator__header {
    position: relative;
    padding-right: 96px
}

.online-calculator .custom-select {
    margin-bottom: 1.5rem
}

.online-calculator figure {
    position: absolute;
    right: 0;
    top: 0;
    max-width: 80px;
    max-height: 90px
}

@media screen and (min-width:992px) {
    .online-calculator__wrapper {
        padding-right: 241px
    }

    .online-calculator__header {
        margin-bottom: 3rem;
        padding-right: 0
    }

    .online-calculator__selection {
        display: flex;
        align-items: flex-end
    }

    .online-calculator__selection>div:first-child {
        width: 50%
    }

    .online-calculator__selection button {
        align-self: flex-end;
        margin-left: 1rem
    }

    .online-calculator .custom-select {
        margin-bottom: unset
    }

    .online-calculator figure {
        bottom: 0;
        top: unset;
        max-width: 225px;
        max-height: 280px
    }
}

.online-calculator--center {
    justify-content: center
}

.online-calculator-modal {
    display: none
}

.online-calculator-modal__download {
    margin-bottom: 1rem
}

.online-calculator-modal__check {
    margin-bottom: 2.5rem
}

.online-calculator-modal.fancybox-content {
    background: #ace962
}

.consultant-search-modal {
    overflow: hidden !important;
    box-shadow: 0 1px 12px 0 rgba(0, 0, 0, .09)
}

@media screen and (max-width:767px) {
    .consultant-search-modal {
        height: 100vh;
        overflow: hidden
    }
}

.consultant-search-modal.fancybox-content {
    width: 100%;
    max-width: 800px;
    padding: 0;
    background-color: #f9f9fa
}

.consultant-search-modal .search-form-consultant {
    box-shadow: none
}

.consultant-search-modal .search-form-consultant .container {
    padding: 1rem
}

@media screen and (min-width:992px) {
    .consultant-search-modal .search-form-consultant .container {
        padding: 1.5rem
    }
}

.consultant-search-modal .search-form-consultant__form {
    padding: 0
}

@media screen and (min-width:992px) {
    .consultant-search-modal .search-form-consultant__form {
        width: 50%
    }
}

.consultant-search-modal .search-form-consultant__wrapper {
    height: auto
}

.consultant-search-modal .search-form-consultant__close {
    display: none
}

.consultant-search-modal .search-form-consultant__fieldset {
    margin-left: 0;
    margin-top: .5rem
}

.consultant-search-modal .search-form-consultant__label {
    width: 100%
}

.consultant-search-modal .search-form-consultant__locate {
    margin-top: .375rem
}

@media screen and (min-width:992px) {
    .consultant-search-modal .search-form-consultant__locate {
        margin-top: .25rem
    }
}

@media screen and (max-width:767px) {
    .consultant-search-modal .search-form-consultant .search-suggestions__results {
        padding-bottom: 0
    }
}

.consultant-search-modal .search-form {
    flex-wrap: wrap
}

.consultant-search-modal .search-form__input {
    background: #fff !important
}

.consultant-search-modal .search-suggestions {
    position: static;
    box-shadow: none;
    margin-top: 0;
    background: transparent
}

.consultant-search-modal .search-suggestions__column {
    width: 100%;
    padding: 0
}

.consultant-search-modal .search-suggestions__column li span {
    font-size: 1.125rem
}

@media screen and (max-width:767px) {
    .consultant-search-modal .search-suggestions__results {
        height: calc(100vh - 300px);
        overflow: auto
    }
}

.consultant-search-modal__headline {
    padding: 1rem;
    background: #fff
}

@media screen and (min-width:992px) {
    .consultant-search-modal__headline {
        padding: 1.5rem
    }
}

.consultant-search-modal__headline span {
    display: block
}

.vhp-sidekick__content {
    display: flex;
    flex-direction: column
}

@media screen and (min-width:768px) {
    .vhp-sidekick__content {
        flex-direction: row
    }
}

.vhp-sidekick__content .primary {
    font-weight: 700;
    margin-top: 1rem
}

@media screen and (min-width:768px) {
    .vhp-sidekick__content .primary {
        margin-top: 0;
        margin-left: 1rem
    }
}

.vhp-sidekick__content .primary span {
    font-family: inherit
}

.vhp-sidekick__bubble {
    display: flex;
    align-items: center;
    position: relative;
    padding: 1rem;
    margin-top: 1.5rem;
    background: #ace962
}

@media screen and (min-width:768px) {
    .vhp-sidekick__bubble {
        padding: 2.5rem
    }
}

.vhp-sidekick__bubble:before {
    content: "";
    position: absolute;
    top: -24px;
    left: 40px;
    width: 0;
    height: 0;
    border-color: transparent transparent transparent #ace962;
    border-style: solid;
    border-width: 24px 0 0 24px
}

.vhp-sidekick__bubble .image {
    margin: 0 0 0 2.5rem
}

@media screen and (min-width:1366px) {
    .vhp-sidekick__bubble .image {
        margin: 0 1rem 0 4rem
    }
}

.vhp-sidekick__consultant {
    display: flex
}

@media screen and (min-width:768px) {
    .vhp-sidekick__consultant {
        flex-direction: column
    }
}

@media screen and (min-width:768px) {
    .vhp-sidekick__consultant+.vhp-sidekick__bubble {
        margin-top: 0;
        margin-left: 1.5rem
    }

    .vhp-sidekick__consultant+.vhp-sidekick__bubble:before {
        top: 32px;
        left: -24px;
        border-width: 0 24px 24px 0;
        border-color: transparent #ace962 transparent transparent
    }
}

.vhp-sidekick__consultant p {
    font-size: 1rem;
    line-height: 1.4;
    margin-bottom: .5rem
}

@media screen and (min-width:768px) {
    .vhp-sidekick__consultant p {
        margin-bottom: 1rem
    }
}

.vhp-sidekick__consultant .image {
    display: inline-block;
    margin-bottom: 1rem;
    margin-right: 1rem;
    border-bottom: 4px solid #ace962;
    min-height: 1px
}

.vhp-sidekick__consultant .image img {
    margin: 0
}

@media screen and (min-width:768px) {
    .vhp-sidekick__consultant .primary {
        margin: 0
    }
}

.vhp-sidekick__consultant .vhp-contactinfo {
    margin-bottom: .5rem
}

@media screen and (min-width:768px) {
    .vhp-sidekick__consultant .vhp-contactinfo {
        margin-bottom: 1rem
    }
}

.vhp-sidekick__consultant .vhp-contactinfo.list--icon a {
    white-space: nowrap
}

.vhp-sidekick__cta {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column
}

@media screen and (min-width:768px) {
    .vhp-sidekick__cta {
        flex-direction: row;
        align-items: center
    }
}

.vhp-partner {
    display: block
}

.vhp-partner__content {
    padding: 1.5rem;
    background: #f9f9fa
}

.vhp-partner__headline {
    font-weight: 700
}

.vhp-partner__headline span {
    display: block;
    font-size: inherit;
    font-weight: 400
}

@media screen and (max-width:767px) {
    .vhp-partner__headline span {
        line-height: 1.875rem;
        margin-bottom: 2px
    }
}

.consultant-progress-modal {
    box-shadow: 0 1px 12px 0 rgba(0, 0, 0, .09)
}

.consultant-progress-modal.fancybox-content {
    width: 100%;
    max-width: 720px;
    background: #f9f9fa;
    padding: 3rem .75rem 1.5rem;
    text-align: center
}

@media screen and (min-width:992px) {
    .consultant-progress-modal.fancybox-content {
        padding: 2rem 3rem
    }
}

.consultant-progress-modal__image {
    display: inline-block;
    margin-bottom: 1.5rem;
    position: relative
}

.consultant-progress-modal__image picture {
    border-radius: 50%;
    overflow: hidden
}

.consultant-progress-modal__consultant {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

@media screen and (min-width:768px) {
    .consultant-progress-modal__consultant {
        flex-direction: row;
        margin-top: -.5rem
    }
}

.consultant-progress-modal__consultant .list--icon {
    display: inline-block;
    text-align: left
}

@media screen and (min-width:768px) {
    .consultant-progress-modal__consultant .list--icon {
        font-size: 1.125rem;
        margin-left: 1.5rem
    }
}

.consultant-progress-modal__buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 1.5rem
}

.consultant-progress-modal__buttons .button {
    align-self: auto;
    margin: 0 .5rem
}

.consultant-thanks-modal {
    box-shadow: 0 1px 12px 0 rgba(0, 0, 0, .09)
}

.consultant-thanks-modal.fancybox-content {
    width: 100%;
    max-width: 400px;
    text-align: center
}

.consultant-thanks-modal__image {
    display: inline-block;
    margin-bottom: 1.5rem;
    position: relative
}

.consultant-thanks-modal__image picture {
    border-radius: 50%;
    overflow: hidden
}

.consultant-thanks-modal__image__icon {
    position: absolute;
    top: 20px;
    right: -35px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    color: #fff;
    background: #ace962;
    box-shadow: inset 0 0 0 4px #f9f9fa, inset 0 0 0 2px #f9f9fa
}

.consultant-thanks-modal__image__icon.has-consultant {
    box-shadow: none
}

.consultant-thanks-modal__consultant .list--icon {
    font-size: 1rem;
    display: inline-block;
    text-align: left
}

.contact-form-consultant {
    box-shadow: 0 1px 12px 0 rgba(0, 0, 0, .09)
}

.contact-form-consultant.fancybox-content {
    width: 100%;
    max-height: 100vh;
    max-width: 800px;
    padding: 0;
    background: #f9f9fa
}

@media screen and (min-width:992px) {
    .contact-form-consultant.fancybox-content {
        max-height: 90vh;
        overflow-x: hidden;
        overflow-y: auto
    }
}

.contact-form-consultant__headline {
    padding: 1rem
}

@media screen and (min-width:992px) {
    .contact-form-consultant__headline {
        padding: 1.5rem 2.5rem
    }
}

.contact-form-consultant__headline span {
    display: block
}

.consultant-unselected-modal .contact-form-consultant__headline {
    padding: 0 0 1rem
}

.contact-form-consultant__persona {
    display: flex;
    align-items: center;
    padding: 0 1rem 1rem
}

@media screen and (min-width:992px) {
    .contact-form-consultant__persona {
        padding: 0 2.5rem 1.5rem
    }
}

.contact-form-consultant__persona .image {
    border-radius: 50%;
    margin-right: 1.5rem;
    overflow: hidden
}

.contact-form-consultant__persona p {
    margin: 0;
    font-size: 1rem
}

.contact-form-consultant__contactperson {
    padding: 0 1rem 1rem
}

@media screen and (min-width:992px) {
    .contact-form-consultant__contactperson {
        padding: 0 2.5rem 1.5rem
    }
}

.contact-form-consultant__contactperson .custom-select .select2 .select2-selection {
    background: #fff
}

.contact-form-consultant__fields {
    background: #fff;
    padding: 1rem
}

@media screen and (min-width:992px) {
    .contact-form-consultant__fields {
        padding: 1.5rem 2.5rem
    }
}

.container-slider {
    display: block;
    max-height: 80vh;
    min-height: 31.25rem;
    overflow: hidden;
    position: relative
}

@media screen and (min-width:992px) {
    .container-slider {
        max-height: 65vw
    }
}

.has-read-more.container-slider:before {
    background: #fff;
    background: linear-gradient(0deg, #fff 50%, hsla(0, 0%, 100%, .9) 55%, hsla(0, 0%, 100%, .390091) 80%, hsla(0, 0%, 100%, .0900911));
    bottom: 0;
    content: "";
    height: 8rem;
    position: absolute;
    width: 100%;
    z-index: 2
}

.container-slider__button {
    bottom: 0;
    display: none;
    position: absolute;
    width: 100%;
    z-index: 3
}

.has-read-more .container-slider__button {
    display: block
}

.container-slider__slide {
    display: none
}

.container-slider__slide:first-child {
    display: block
}

.consultant-unselected-modal {
    box-shadow: 0 1px 12px 0 rgba(0, 0, 0, .09)
}

.fancybox-content.consultant-unselected-modal {
    max-width: 800px;
    text-align: center;
    width: 100%
}

@media screen and (min-width:992px) {
    .fancybox-content.consultant-unselected-modal {
        text-align: left
    }
}

.consultant-unselected-modal__buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}

.consultant-unselected-modal__buttons .button {
    align-self: auto;
    margin: 0 .5rem 1rem
}

.teaser-3cols {
    background: #f9f9fa
}

.teaser-3cols .module-text {
    padding: 1rem;
    -webkit-column-count: auto;
    -moz-column-count: auto;
    column-count: auto
}

@media screen and (min-width:992px) {
    .teaser-3cols .module-text {
        padding: 1rem 1rem 1rem 0
    }
}

@media screen and (min-width:1200px) {
    .teaser-3cols .module-text {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        -webkit-column-width: auto;
        -moz-column-width: auto;
        columns: 2;
        -webkit-column-fill: balance;
        -moz-column-fill: balance;
        column-fill: balance;
        padding: 2.5rem 2.5rem 2.5rem 1.5rem
    }
}

@media screen and (min-width:992px) {
    .teaser-3cols .flex-md-row-reverse .module-text {
        padding: 1rem 0 1rem 1rem
    }
}

@media screen and (min-width:1200px) {
    .teaser-3cols .flex-md-row-reverse .module-text {
        padding: 2.5rem 1.5rem 2.5rem 2.5rem
    }
}

@media screen and (min-width:768px) {
    .teaser-3cols__col {
        align-self: center
    }
}

.cookie-layer {
    background-color: #282828;
    bottom: 0;
    color: #fff;
    display: none;
    position: fixed;
    transition: height .3s;
    width: 100%;
    z-index: 4
}

.cookie-layer.active {
    display: block
}

.cookie-layer.opened .cookie-layer__content {
    visibility: visible
}

.cookie-layer.opened .icon--after:after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.cookie-layer label {
    color: #fff;
    font-size: inherit
}

.cookie-layer label:before {
    border-color: #fff
}

.cookie-layer input:checked+label:before {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='20' height='20'%3E%3Cpath d='M7 14.17L2.83 10l-1.41 1.41L7 17 19 5l-1.41-1.42L7 14.17z'/%3E%3C/svg%3E");
    border-color: #282828
}

.cookie-layer .button--secondary {
    color: #fff
}

.cookie-layer .button--secondary:focus,
.cookie-layer .button--secondary:hover {
    color: #000;
    background-position: 0 100%
}

.cookie-layer__heading ul li {
    white-space: nowrap
}

.cookie-layer__content {
    transition: visibility .3s;
    visibility: hidden
}

.cookie-layer__action ul {
    display: flex
}

.cookie-layer__collapse a {
    color: #fff;
    margin-left: 1.5rem
}

.cookie-layer__collapse span {
    cursor: pointer
}

.cookie-layer__collapse .icon--after:after {
    font-size: 1rem;
    display: inline-block;
    margin-left: .5rem;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s
}

@media screen and (max-width:479px) {
    .cookie-layer .button {
        padding-left: .5rem;
        padding-right: .5rem
    }
}

@media screen and (max-width:991px) {
    .cookie-layer__heading ul li {
        width: 50%
    }
}

@media screen and (min-width:992px) {
    .cookie-layer__heading ul li {
        margin-right: 2.5rem
    }
}

@media screen and (max-width:1365px) {
    .cookie-layer.opened .cookie-layer__heading .cookie-layer__buttons {
        display: none
    }

    .cookie-layer.opened {
        overflow-y: auto
    }

    .cookie-layer .cookie-layer__heading .cookie-layer__buttons {
        margin-top: 1.5rem
    }

    .cookie-layer .button--secondary {
        margin-bottom: .5rem;
        margin-right: .5rem
    }

    .cookie-layer img {
        display: none
    }

    .cookie-layer__heading {
        padding-top: 1rem;
        padding-bottom: 2rem
    }

    .cookie-layer__heading ul {
        flex-wrap: wrap;
        margin-bottom: 1rem
    }

    .cookie-layer__content {
        display: flex;
        flex-direction: column;
        padding-bottom: 1rem
    }

    .cookie-layer__content p {
        margin-bottom: 1rem
    }
}

@media screen and (min-width:1366px) {
    .cookie-layer img {
        align-self: flex-start;
        margin-right: 1.5rem
    }

    .cookie-layer__heading {
        display: table;
        padding-bottom: 1.5rem;
        padding-left: 1.5rem;
        padding-top: 2rem
    }

    .cookie-layer__heading__content,
    .cookie-layer__heading img {
        display: table-cell;
        vertical-align: top
    }

    .cookie-layer__heading__content {
        max-width: 1200px
    }

    .cookie-layer__heading .button--secondary {
        margin-right: 1.5rem
    }

    .cookie-layer__heading ul {
        margin-bottom: .5rem
    }

    .cookie-layer__action {
        flex-wrap: wrap;
        display: flex;
        justify-content: space-between
    }

    .cookie-layer__collapse {
        order: 1
    }

    .cookie-layer__content {
        border-top: 1px solid #6c6f70;
        max-width: 1500px;
        padding-right: 3rem
    }

    .cookie-layer__content ul {
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 0;
        padding-bottom: 1.5rem
    }

    .cookie-layer__content ul li {
        padding: 1.5rem 1.5rem 0;
        width: 50%
    }

    .cookie-layer__content ul p {
        margin: 0
    }

    .cookie-layer__content .cookie-layer__buttons {
        display: none
    }
}

.treadmill {
    position: relative;
    overflow: hidden
}

.treadmill--blue {
    background: #00b1b7;
    color: #00191a
}

@media screen and (min-width:768px) {
    .treadmill--blue:before {
        left: 0;
        background: #00b1b7;
        background: linear-gradient(90deg, #00b1b7 5%, rgba(0, 177, 183, .4) 55%, rgba(0, 177, 183, .1) 0)
    }

    .treadmill--blue:after,
    .treadmill--blue:before {
        content: "";
        position: absolute;
        top: 0;
        width: 150px;
        height: 100%;
        z-index: 1;
        pointer-events: none
    }

    .treadmill--blue:after {
        right: 0;
        background: #00b1b7;
        background: linear-gradient(270deg, #00b1b7 5%, rgba(0, 177, 183, .4) 55%, rgba(0, 177, 183, .1) 0)
    }
}

.treadmill--red {
    background: #e60018;
    color: #fff
}

@media screen and (min-width:768px) {
    .treadmill--red:before {
        left: 0;
        background: #e60018;
        background: linear-gradient(90deg, #e60018 5%, rgba(230, 0, 24, .4) 55%, rgba(230, 0, 24, .1) 0)
    }

    .treadmill--red:after,
    .treadmill--red:before {
        content: "";
        position: absolute;
        top: 0;
        width: 150px;
        height: 100%;
        z-index: 1;
        pointer-events: none
    }

    .treadmill--red:after {
        right: 0;
        background: #e60018;
        background: linear-gradient(270deg, #e60018 5%, rgba(230, 0, 24, .4) 55%, rgba(230, 0, 24, .1) 0)
    }
}

.treadmill--orange {
    background: #f90;
    color: #4d2e00
}

@media screen and (min-width:768px) {
    .treadmill--orange:before {
        left: 0;
        background: #f90;
        background: linear-gradient(90deg, #f90 5%, rgba(255, 153, 0, .4) 55%, rgba(255, 153, 0, .1) 0)
    }

    .treadmill--orange:after,
    .treadmill--orange:before {
        content: "";
        position: absolute;
        top: 0;
        width: 150px;
        height: 100%;
        z-index: 1;
        pointer-events: none
    }

    .treadmill--orange:after {
        right: 0;
        background: #f90;
        background: linear-gradient(270deg, #f90 5%, rgba(255, 153, 0, .4) 55%, rgba(255, 153, 0, .1) 0)
    }
}

.treadmill__wrapper {
    display: flex;
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.treadmill__wrapper p {
    opacity: 0;
    display: inline-block;
    margin: 1rem 0
}

.treadmill__wrapper p.active {
    opacity: 1;
    -webkit-animation: scroll linear infinite;
    animation: scroll linear infinite;
    -webkit-animation-play-state: running;
    animation-play-state: running
}

.treadmill__wrapper p a {
    color: inherit !important;
    display: inline-block;
    margin: 0 .25rem
}

.treadmill__wrapper.paused p.active {
    -webkit-animation-play-state: paused;
    animation-play-state: paused
}

@-webkit-keyframes scroll {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    to {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }
}

@keyframes scroll {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    to {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }
}

.vhp-campaign-teaser {
    margin: 0 .5rem;
    position: relative
}

@media screen and (min-width:768px) {
    .vhp-campaign-teaser {
        margin: 0
    }
}

.vhp-campaign-teaser__slide--reverse .vhp-campaign-teaser__content {
    order: 0
}

.vhp-campaign-teaser__content {
    margin-top: 1rem
}

@media screen and (min-width:768px) {
    .vhp-campaign-teaser__content {
        margin-top: 0;
        order: -1
    }
}

.vhp-campaign-teaser .slick-list {
    margin: 0 -1rem
}

.vhp-campaign-teaser .slick-slide {
    margin: 0 1rem
}

.vhp-campaign-teaser .slick-navigation {
    margin: 0;
    padding: 0
}

.vhp-campaign-teaser .slick-arrow {
    position: absolute;
    top: 172px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1
}

@media screen and (min-width:768px) {
    .vhp-campaign-teaser .slick-arrow {
        top: 50%
    }
}

.vhp-campaign-teaser .slick-arrow:first-child {
    border-right-width: 2px
}

.vhp-campaign-teaser .slick-arrow:last-child {
    border-left-width: 2px
}

.vhp-campaign-teaser .slick-arrow.slick-prev {
    left: -.5rem
}

@media screen and (min-width:768px) {
    .vhp-campaign-teaser .slick-arrow.slick-prev {
        left: -3.8125rem
    }
}

.vhp-campaign-teaser .slick-arrow.slick-next {
    right: -.5rem
}

@media screen and (min-width:768px) {
    .vhp-campaign-teaser .slick-arrow.slick-next {
        right: -3.8125rem
    }
}

.vhp-campaign-teaser .image {
    min-height: 1px
}

.form {
    display: block
}

.form .error {
    font-size: .75rem;
    color: #e60018;
    margin-bottom: .5rem
}

.form .error.icon--before:before {
    font-size: .75rem;
    margin-right: .25rem
}

.form__counter {
    display: inline-block;
    font-style: italic;
    font-size: .75rem;
    color: #6c6f70;
    padding-top: .5rem
}

@media screen and (min-width:480px) {
    .form__counter {
        font-size: 1rem;
        padding-top: 1rem
    }
}

.body--intranet .form__counter {
    font-size: .75rem
}

@media screen and (min-width:480px) {
    .body--intranet .form__counter {
        font-size: 1rem
    }
}

.form__counter span {
    font: inherit
}

.image-map {
    display: inline-block;
    max-width: 100%
}

.image-map__svg-wrapper {
    position: relative;
    height: 0;
    width: 100%;
    padding: 0 0 100%
}

.image-map__svg {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0
}

.image-map__areas a,
.image-map__areas g {
    fill-opacity: 0
}

.image-map__areas a.focused,
.image-map__areas a:hover,
.image-map__areas g.focused,
.image-map__areas g:hover {
    stroke: #e60018;
    stroke-width: 2px
}

.image-map__areas g {
    cursor: pointer
}

.social-bar a {
    font-size: .75rem;
    line-height: 1.25rem
}

.social-bar a span {
    align-items: center;
    display: flex;
    line-height: 1
}

@media screen and (min-width:992px) {
    .social-bar a span {
        display: inline
    }
}

.social-bar a>span>span {
    text-decoration: underline
}

.social-bar a:focus,
.social-bar a:focus span>span,
.social-bar a:hover,
.social-bar a:hover span>span {
    text-decoration: none
}

.social-bar a.is-active .icon--heart:after,
.social-bar a.is-active .icon--heart:before,
.social-bar a:focus .icon--heart:after,
.social-bar a:focus .icon--heart:before,
.social-bar a:hover .icon--heart:after,
.social-bar a:hover .icon--heart:before {
    color: #e60018
}

.social-bar a.is-active .icon--comment:after,
.social-bar a.is-active .icon--comment:before,
.social-bar a.is-active .icon--mail:after,
.social-bar a.is-active .icon--mail:before,
.social-bar a:focus .icon--comment:after,
.social-bar a:focus .icon--comment:before,
.social-bar a:focus .icon--mail:after,
.social-bar a:focus .icon--mail:before,
.social-bar a:hover .icon--comment:after,
.social-bar a:hover .icon--comment:before,
.social-bar a:hover .icon--mail:after,
.social-bar a:hover .icon--mail:before {
    color: #65a518
}

.social-bar a.is-active .icon--rating:after,
.social-bar a.is-active .icon--rating:before,
.social-bar a:focus .icon--rating:after,
.social-bar a:focus .icon--rating:before,
.social-bar a:hover .icon--rating:after,
.social-bar a:hover .icon--rating:before {
    color: #f90
}

.social-bar .social-bar--item:not(:last-child) {
    margin-right: 1rem
}

@media screen and (min-width:992px) {
    .social-bar .social-bar--item:not(:last-child) {
        margin-right: 1.5rem
    }
}

.social-bar .social-bar--item>span:nth-child(2):before {
    margin-right: .5rem
}

.social-bar .icon--after:after,
.social-bar .icon--before:before {
    vertical-align: text-bottom
}

.social-bar .social-bar__comment>span:first-child,
.social-bar .social-bar__like>span:first-child {
    margin-right: .25rem
}

.social-bar .social-bar__favorites>span:first-child:after,
.social-bar .social-bar__mail>span:first-child:after {
    margin-left: .25rem
}

.in-page-navigation__button {
    margin-left: .75rem;
    height: 100%
}

@media screen and (min-width:768px) {
    .in-page-navigation__button {
        margin-left: 1.5rem
    }
}

@media screen and (max-width:1199px) {
    .in-page-navigation__button {
        position: relative;
        right: 0
    }
}

.in-page-navigation__button .button {
    height: 100%
}

.in-page-navigation__button .button:after {
    font-size: 1.125rem
}

.in-page-navigation__button .button:before {
    z-index: 2
}

@media screen and (max-width:1199px) {
    .in-page-navigation__button .button {
        font-size: 0;
        padding: 0;
        width: 4.5rem
    }

    .in-page-navigation__button .button:after {
        padding-left: 0
    }
}

.in-page-navigation li {
    bottom: 0;
    left: 0;
    position: absolute;
    width: 100px
}

.in-page-navigation li:first-of-type a {
    margin-left: 0
}

.in-page-navigation li:last-of-type a {
    margin-right: 0
}

.in-page-navigation li a {
    font-size: 1rem;
    background: none;
    border: 0;
    border-bottom: 6px solid transparent;
    cursor: pointer;
    display: block;
    margin: 0 .75rem;
    padding: 0 0 .5rem;
    text-align: center;
    text-decoration: none;
    transition: border .2s ease;
    white-space: nowrap
}

@media screen and (min-width:768px) {
    .in-page-navigation li a {
        margin: 0 1.5rem
    }
}

.in-page-navigation li a:focus:not(.focus-visible) {
    border-bottom-color: transparent
}

.in-page-navigation li a:focus.focus-visible {
    border-bottom-color: #c6c7c8;
    text-decoration: none
}

.in-page-navigation li a:hover {
    text-decoration: none
}

@media (hover:hover) {
    .in-page-navigation li a:hover {
        border-bottom-color: #65a518
    }
}

@media (-ms-high-contrast:none) {
    .in-page-navigation li a:hover {
        border-bottom-color: #65a518
    }
}

.in-page-navigation li a.active {
    border-bottom-color: #65a518;
    color: #000;
    font-weight: 700
}

.in-page-navigation li a.active:focus {
    border-bottom-color: #65a518
}

.in-page-navigation .paused li a:focus {
    border-bottom-color: transparent
}

.in-page-navigation {
    height: 56px;
    margin-bottom: 1rem;
    position: relative;
    z-index: 4
}

.in-page-navigation__wrapper {
    height: 100%
}

.in-page-navigation__content {
    display: flex;
    height: 100%;
    justify-content: space-between
}

.in-page-navigation.sticky {
    margin-bottom: 0
}

.in-page-navigation.sticky .in-page-navigation__wrapper {
    background-color: #fff;
    box-shadow: 0 1px 12px 0 rgba(0, 0, 0, .09);
    height: 56px;
    left: 50%;
    position: fixed;
    top: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%
}

.in-page-navigation.sticky .in-page-navigation__content {
    margin: 0 auto;
    padding-left: 8px;
    padding-right: 8px
}

@media screen and (min-width:768px) {
    .in-page-navigation.sticky .in-page-navigation__content {
        max-width: 45rem
    }
}

@media screen and (min-width:992px) {
    .in-page-navigation.sticky .in-page-navigation__content {
        max-width: 60rem
    }
}

@media screen and (min-width:1200px) {
    .in-page-navigation.sticky .in-page-navigation__content {
        max-width: 71.25rem
    }
}

@media screen and (min-width:1366px) {
    .in-page-navigation.sticky .in-page-navigation__content {
        max-width: 82.875rem
    }
}

@media screen and (min-width:1920px) {
    .in-page-navigation.sticky .in-page-navigation__content {
        max-width: 90rem
    }
}

.in-page-navigation__list-wrapper {
    overflow: hidden;
    position: relative;
    width: 100%
}

.in-page-navigation__list-wrapper:after,
.in-page-navigation__list-wrapper:before {
    background: #fff;
    content: "";
    height: 100%;
    position: absolute;
    top: 0;
    width: 1.5rem;
    z-index: 1
}

@media screen and (min-width:768px) {

    .in-page-navigation__list-wrapper:after,
    .in-page-navigation__list-wrapper:before {
        width: 3rem
    }
}

.in-page-navigation__list-wrapper:after {
    background: linear-gradient(90deg, hsla(0, 0%, 100%, 0) 0, hsla(0, 0%, 100%, .6) 40%, #fff);
    right: 0
}

.in-page-navigation__list-wrapper:before {
    background: linear-gradient(270deg, hsla(0, 0%, 100%, 0) 0, hsla(0, 0%, 100%, .6) 40%, #fff);
    display: none;
    left: -1px
}

.in-page-navigation__list-wrapper.scrolled:before {
    display: block
}

.in-page-navigation__list-wrapper.scrolled-end:after {
    display: none
}

.in-page-navigation ul {
    display: flex;
    height: 100%;
    margin: 0;
    position: relative;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    transition: all .3s ease
}

.in-page-navigation ul.paused {
    transition-duration: 0ms
}

.consent-external {
    background-color: #282828;
    bottom: 0;
    color: #fff;
    display: block;
    height: 100%;
    padding: 1rem;
    position: absolute;
    text-align: center;
    transition: height .3s;
    width: 100%;
    z-index: 4
}

.consent-external a:not(.button):not([class^=icon--]):not(.primary):not(.secondary):not(.tertiary):visited {
    color: teal
}

.consent-external label {
    color: #fff;
    font-size: inherit
}

.consent-external label:before {
    border-color: #fff
}

.consent-external input:checked+label:before {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='20' height='20'%3E%3Cpath d='M7 14.17L2.83 10l-1.41 1.41L7 17 19 5l-1.41-1.42L7 14.17z'/%3E%3C/svg%3E");
    border-color: #282828
}
.v-card {
  padding: 1rem;
  box-shadow: 0 1px 12px 0 rgba(0, 0, 0, 0.09); }
  @media screen and (min-width: 768px) {
    .v-card {
      padding: 1rem 2rem; } }
  .v-card img {
    border: 1px solid #c6c7c8; }
  .v-card a {
    display: block;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis; }
  .v-card .list.list--icon li:not(:last-child) {
    margin-bottom: 0.5rem; }
  .v-card .list.list--icon li .icon--before::before {
    display: inline-block;
    line-height: inherit;
    top: 0; }
  @media screen and (max-width: 767px) {
    .v-card__phone {
      font-weight: 700; } }
  .v-card__title {
    margin: 0; }
  .v-card__subline {
    font-weight: 700;
    margin-bottom: 0.5rem;
    position: relative; }
    .v-card__subline.smart-reveal__trigger {
      cursor: pointer; }
      .v-card__subline.smart-reveal__trigger::after {
        font-size: 1rem;
        display: inline-block;
        transition: transform 0.3s;
        vertical-align: middle;
        margin-left: 0.5rem; }
        @media screen and (min-width: 992px) {
          .v-card__subline.smart-reveal__trigger::after {
            font-size: 1.25rem; } }
      .v-card__subline.smart-reveal__trigger.is-active::after {
        transform: rotate(180deg); }
  .v-card__position {
    margin-bottom: 0;
    margin-top: 1rem; }
    @media screen and (min-width: 992px) {
      .v-card__position {
        margin: 0; } }
  .v-card__department {
    margin-top: 1rem; }
    @media screen and (min-width: 992px) {
      .v-card__department {
        margin-top: 0; } }
  .v-card__position + .v-card__department {
    margin-top: 0; }
  .v-card__bullets {
    margin-bottom: 0 !important; }
    .v-card__bullets .list {
      margin-bottom: 0; }

.v-card--modal {
  display: none; }
  .v-card--modal.fancybox-content {
    display: inline-block;
    width: 100%; }

@media screen and (-ms-high-contrast: none) and (min-width: 768px), screen and (hover: hover) and (min-width: 768px) {
  .v-card--modal.fancybox-content {
    max-width: 45rem; } }

@media screen and (-ms-high-contrast: none) and (min-width: 992px), screen and (hover: hover) and (min-width: 992px) {
  .v-card--modal.fancybox-content {
    max-width: 64.1875rem !important; } }

.v-card--edit {
  padding: 2rem 1rem; }
  @media screen and (min-width: 768px) {
    .v-card--edit {
      padding: 2rem 1.5rem 3rem; } }
  @media screen and (min-width: 992px) {
    .v-card--edit {
      padding: 2rem 3.5rem 2.5rem; } }
  .v-card--edit .v-card__title {
    text-align: center; }
    @media screen and (min-width: 768px) {
      .v-card--edit .v-card__title {
        text-align: left; } }
  .v-card--edit .v-card__subline {
    margin-bottom: 0.25rem; }
  .v-card--edit .v-card__department {
    margin-bottom: 0.5rem; }
  @media screen and (min-width: 768px) {
    .v-card--edit .v-card-input-wrapper {
      padding: 0 0.75rem 0 0; } }
  @media screen and (min-width: 768px) {
    .v-card--edit .v-card-content-wrapper {
      padding: 0 0 0 0.75rem; } }
  @media screen and (min-width: 768px) {
    .v-card--edit .image {
      align-self: flex-start; } }
  .v-card--edit .image figcaption {
    width: 100%;
    text-align: center; }
  .v-card--edit .image picture img {
    margin: 0; }
  .v-card--edit .vcard__image {
    margin: 0 auto;
    max-width: 7.5rem;
    position: relative; }
    .v-card--edit .vcard__image button {
      background-color: #f9f9fa;
      height: 2.5rem;
      position: absolute;
      right: 0;
      top: 80px;
      transition: color 0.3s;
      max-width: 2.5rem; }
  .v-card--edit .custom-select {
    margin-bottom: 1rem; }
  .v-card--edit .input__wrapper {
    margin-top: 0; }
  .v-card--edit p.u-txt-bold {
    margin-bottom: 1rem; }
  .v-card--edit textarea {
    min-height: 0; }
  .v-card--edit .sortable-list__item .button--icon {
    align-self: auto;
    width: 2rem; }
  .v-card--edit .sortable-list__item .icon--sorting {
    justify-content: flex-start; }
  .v-card--edit .sortable-list__item .icon--loschen {
    justify-content: flex-end; }

@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url("/assets/img/ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url("/assets/fonts/slick.eot");
    src: url("/assets/fonts/slick.eot?#iefix") format('embedded-opentype'), url("/assets/fonts/slick.woff") format('woff'), url("/assets/fonts/slick.ttf") format('truetype'), url("/assets/fonts/slick.svg#slick") format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 3rem;
    line-height: 1;

    opacity: .75;
    color: #ace962;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -50px;
}
[dir='rtl'] .slick-prev
{
    right: -50px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -50px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -50px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 18px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 25px;
    height: 25px;

    content: '\2022';
    text-align: center;

    opacity: .25;
    color: #ace962;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: #65a518;
}
/* Fonts */

/* HDIPro */
@font-face {
	font-family: HDIPro;
	url(/assets/fonts/hdi-pro-book-webfont-woff2.woff2) format("woff2"),
	font-style: normal;
}
@font-face {
	font-family: HDIPro;
	url(/assets/fonts/hdi-pro-book-webfont-woff2.woff2) format("woff2"),
	font-weight: 500;
	font-style: normal;
}
@font-face {
	font-family: HDIPro;
	url(/assets/fonts/hdi-pro-bold-webfont-woff2.woff2) format("woff2"),
	font-weight: 700;
	font-style: normal;
}



a.icon_meta_navi{
	font-family: HDIPro, Arial, sans-serif;
	font-size: inherit;
    font-weight: 400;
	color: #000 !important;
    line-height: inherit;
    text-decoration: none;
    transition: all .5s ease;
    align-items: center;
    background-color: #fff;
    border: none;
    cursor: pointer;
    display: flex;
    height: 100%;
    padding: 0;
}
.header-internet__navigation-desktop-meta{
	justify-content: end;
}
.icon_meta_navi .header-internet__button-consultant-self__content{
	margin-right: 0.5rem;
}
.icon_meta_navi .header-internet__navigation-desktop-meta__list li{
	margin-left: 20px;
}
.header-internet__navigation-scroll{
	visibility: hidden;
	height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;	
}
.header-internet.scrolled .header-internet__navigation-scroll{
	visibility: visible;
}
.header-internet__navigation-scroll ul {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: flex-end;
    margin-bottom: 0;
}
.header-internet__navigation-scroll ul li {
    line-height: 0;
    margin-right: 1.5rem;
}
.header-internet__breadcrumb{
    position: relative;
    background-color: #fff;
    border-bottom: 2px solid #eeeeef;
    border-top: 2px solid #eeeeef;
    z-index: 0;
}
a.disabledLink {
	pointer-events: none;
	cursor: default;
}
.consultant-outro .row{
	align-items: start;
}
.search-results-consultant__item .row{
	align-items: start;
}
.header-internet__flyout-content-mobile.active {
    right: 0;
    align-self: start;
}
.header-internet__flyout-content-mobile {
    top: 64px;
}
.footer__meta__icons .icon--kununu img{
	height: 32px;
	width: 32px;
	vertical-align: bottom;
    margin-bottom: 2px;
}

/* Tabelle */
.table-responsive .table-desktop table>thead>tr:not(.table-desktop-tooltips__row)>th.active {
    background-color: #3b3c3c;
    color: #ffffff;
}
.table-responsive .table-mobile tbody tr:first-child th{
	border-top: 1px solid #000;
}
.table-responsive .table-mobile td .table-responsive__icon+.table-responsive__icon:before, .table-responsive th .table-responsive__icon+.table-responsive__icon:before {
    content: "/";
    font-size: 1.5rem;
    margin-right: 0.5rem;
    margin-left: 0.3rem;
}
.table-responsive .table-mobile .icon--24:after, .table-responsive .table-mobile .icon--24:before{
	font-size: 1.1rem!important;
}
section{
	margin-bottom: 4rem;
}
.table-responsive .table-desktop table thead th p{
	font-weight: 700;
}
.table-responsive .table-mobile .table-responsive__overflow.scrolled table>tbody>tr>th>.button>span{
	display: none;
}
.table-responsive .table-mobile .table-responsive__overflow table>tbody>tr>th>.button>span{
	display: block;
}
.table-responsive .table-mobile .table-responsive__overflow.scrolled table>tbody>tr>th>.button>img{
	display: block;
	height: 20px;
    width: 20px;
}
.table-responsive .table-mobile .table-responsive__overflow table>tbody>tr>th>.button>img{
	display: none;
}
section.has-background{
	background-color: #eeeeef;
    position: relative;
	padding-bottom: 2rem;
}
.with-background {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    content: url(/assets/img/rundung_oben.svg);
    font-size: 0;
    line-height: 0;
}
section.has-background input:not([type=checkbox]):not([type=radio]):not([type=submit]),
section.has-background .custom-select .select2 .select2-selection,
section.has-background textarea,
section.has-background .button--primary:disabled {
	background: #ffffff;
}
main form .align-content-bottom{
	justify-content: end;
}

/* News Teaser - Aktuelle News */
.news-teaser .teaser-standard{
	margin-bottom: 0;
	padding: 0;
	position: relative;
	overflow: hidden;
	background-color: #ace962;
}
.news-teaser .teaser-standard__content{
	background-color: #ace962;
	padding: 0.5rem 0.5rem 1rem;
}
.news-teaser .slick-dotted.slick-slider,
.news-teaser .no-slider {
	margin: 0 0 0;
	padding:0;
	background-color: #ace962;	
	min-height: 100%;
}
.news-teaser a {
	text-decoration: none;	
}
.news-teaser h6 {
	color: #006729;
}
.news-teaser h6:hover {
	color: #ffffff;
}
.news-teaser .slick-dots {
    bottom: 0.5rem;
}
.news-teaser .slick-dots li button:before {
	color: #ffffff;
 	opacity: 1;
}
.news-teaser .slick-dots li.slick-active button:before{
	color: #006729;   
	opacity: 1;
}
.news-teaser .slick-dots li button:hover:before{
	color: #006729;
	opacity: 1;
}
.news-teaser .row.group > div{
	margin-bottom: 1rem;		
}
@media only screen and (min-width: 992px) {
	.news-teaser .row.group > div{
		margin-left: 1rem;
	}
}
.news-teaser .top-recently {
 	background-color: #006729;
  	overflow: hidden;
 	white-space: nowrap;
  	width: 300px;
  	position: absolute;
 	left: -40px;
  	-webkit-transform: rotate(-25deg);
    -moz-transform: rotate(-25deg);
    -ms-transform: rotate(-25deg);
    -o-transform: rotate(-25deg);
    transform: rotate(-25deg);
}
.news-teaser .top-recently p {
  	color: #fff !important;
  	display: block;
	text-align: center;
    margin-right: 6.7rem;
    margin-bottom: 0;
}
@media (min-width: 992px){
	.news-teaser .col-lg-4 {
    	flex: 0 0 32%;
    	max-width: 32%;
	}
}
.teaser-standard__container .slick-prev {
    left: 0;
}
.teaser-standard__container .slick-next {
    right: 0;
}
.teaser-collapsible .row{
	justify-content: center;
}
@media screen and (min-width: 768px){
	.-mt-2 {
    	margin-top: -2rem;
	}
}
@media screen and (max-width: 768px){
	.teaser-services--overview .image{
		margin:0 0.5rem 1.5rem;
	}
}
/* Service Teaser */
@media only screen and (min-width: 1200px) {
	.serviceTeasers .serviceItem{
		overflow-x: auto;
		flex-wrap: inherit;
	}
}
.sections-alternating section:nth-child(2n):not(:nth-child(2)):before {
	backface-visibility: hidden;
	transform: rotate(180deg) scale(1.005);
	content: url("/assets/img/rundung_unten.svg");
	font-size: 0;
	line-height: 0
}

.sections-alternating section:nth-child(2n):not(:last-child):after {
	content: url("/assets/img/rundung_unten.svg");
	font-size: 0;
	line-height: 0;
	transform: scale(1.005);
	-webkit-transform: scale(1)
}
.mejs__overlay-loading-bg-img {
	background: transparent url("/assets/img/mejs-controls.svg") -160px -40px no-repeat
}
.mejs__button > button {
	background-color: transparent;
	background-image: url("/assets/img/mejs-controls.svg");
	margin: 0 6px;
	transition: opacity .2s;
	position: static
}
.mejs__overlay-button:after {
	content: "";
	display: block;
	position: absolute;
	width: calc(100% - 12px);
	height: calc(100% - 12px);
	border-radius: 50%;
	background: url("/assets/img/mejs-controls.svg") 0 -39px no-repeat;
	top: calc(50% - 2px);
	left: calc(50% - 2px);
	transform: translate(-50%, -50%)
}
.audio--file .mejs__button > button {
	background-image: url("/assets/img/mejs-controls-audio.svg");
	background-size: 400px 120px
}

@media screen and (min-width: 992px) {
	.image-gallery--grid .image > a {
		cursor: url("/assets/img/plus.svg") 15 15, auto
	}
	.image-gallery .image > a {
		cursor: url("/assets/img/plus.svg") 15 15, auto
	}
	.image-gallery--grid .image__description:hover {
		cursor: url("/assets/img/plus.svg") 15 15, auto
	}	
}
.teaser-3cols__row .module-text{
	-webkit-column-count: 1;
    -moz-column-count: 1;
    columns: 1;
}


/* Bühne Slider */
.headerStage {
    margin: 0 0 !important;
}

@media screen and (min-width: 768px) {
    .headerStage {
        margin: 0 !important;
    }
}

.headerStage__slide--reverse .headerStage__content {
    order: 0;
}

.headerStage .slideItem {
    position: relative;
}

.headerStage__content .textButton {
    position: absolute;
    bottom: 20px;
}

.headerStage__content .textButton .headlineArea {
    background-color: #ace962;
    padding: 10px 20px;
}

@media screen and (max-width: 768px) {
    .headerStage__content .textButton .headlineArea {
        padding: 10px;
    }
}

.headerStage__content .textButton .headlineArea * {
    color: white;
    padding: 0;
    margin: 0;
}

.headerStage__content .textButton .infoText {
    background-color: #009c33;
    color: white;
    padding: 5px 20px;
}

@media screen and (max-width: 768px) {
    .headerStage__content .textButton .infoText {
        padding: 5px 10px;
    }
}

.headerStage__content .textButton .infoText p {
    margin: 0;
    font-size: 16px;
}

.headerStage__content .textButton .button {
    padding-left: 40px;
    border: 1px solid #009c33;
}

@media screen and (max-width: 768px) {
    .headerStage__content .textButton .button {
        padding: 5px 25px;
    }
}

.headerStage__content .textButton .button:before {
    content: ">";
    color: #009c33;
    height: 20px;
    width: 20px;
    border: none;
    overflow: visible;
    overflow: initial;
    top: 15px;
    left: 22px;
}
@media screen and (max-width: 768px) {
    .headerStage__content .textButton .button:before {
        top: 5px;
        left: 10px;
    }
}

.headerStage__content .textButton .button span {
    color: #009c33;
}

@media screen and (max-width: 768px) {
    .headerStage__content .textButton {
        position: static;
    }
    .buehne .headerStage__content .textButton {
        margin-top: -50px;
    }
}

.headerStage .slick-list {
    margin: 0 0;
}

.headerStage .slick-slide {
    margin: 0;
}

.headerStage .slick-navigation {
    display: none;
}

.headerStage figure {
    margin: 0;
}


@media screen and (min-width: 769px) {
    .headerStage figure img {
        min-height: 520px;
        min-width: 100%;
		aspect-ratio: 255/64;
    }
}

.headerStage .slick-dots {
    bottom: 23px;
}

.headerStage .slick-dots li button:before {
    font-size: 1rem;
}

@media screen and (max-width: 768px) {
    .headerStage .slick-dots {
        bottom: auto;
        bottom: initial;
        top: 0;
    }
	 .headerStage figure img {
		aspect-ratio: auto;
	}
}

.headerStage .slick-dots li button::before {
    opacity: .5;
}
.icon-als-button-items .slick-list{
	padding:0;
}
.icon-als-button-items .slick-slide{
    opacity: 1;
	transform: none;
	transition-property: opacity, transform;
	transition-duration: 0.65s, 0.65s;
	transition-timing-function: ease, ease;
	transition-delay: -1ms;
	height: 100%;
	display: flex;
	position: relative;
	flex-wrap: wrap;
	text-align: center;
	transition: background-color 0.3s ease 0s;
	justify-content: center;
	background-color: rgb(255, 255, 255);
	height: auto;
	padding: 3.5rem 2.5rem 3.5rem;
	text-decoration: none;
	margin: 15px;
}
.card-icon-als-button-item{
	display: block;
}
.card-icon-als-button-item a::after {
    left: 0px;
	width: 100%;
	bottom: 0px;
	height: 100%;
	content: "";
	display: block;
	opacity: 0.5;
	position: absolute;
	box-shadow: rgba(0, 0, 0, 0.3) 0px 2px 12px 0px;
	transition: opacity 0.3s ease 0s;
}
.card-icon-als-button-item a:hover::after {
    opacity: 1;
    transition: opacity 0.3s ease 0s;
}
.icon-als-button-items .slick-slide > div {
    height: 100%;
    margin: 0px 0.75rem;
}
.card-icon-als-button-item a{
	text-decoration: none;
	
}
.card-icon-als-button-item a h4{
	font-size: 1.5rem;
    line-height: 1.14;
    margin-bottom: 0px;
}
.card-icon-als-button-item a .icon{
	margin-bottom: 2rem;
}
.card-icon-als-button-item:hover a .icon {
    transform: scale(1.2);
	transition: transform 0.6s ease;
}
.icon-als-button-items .slick-arrow {
    width: 48px;
    height: 48px;
}
@media (min-width: 1025px){
	.card-icon-als-button-item a .icon{
   		width: 100%;
   		height: 88px;
  		transition: transform 0.5s ease 0s;
		color: #79b530;
	}
	
}
@media (max-width: 1025px){
	.card-icon-als-button-item a .icon{
    	width: 66px;
	   	height: 66px;
		display:inline;
	}
}

.icon-als-button-v2-section{
	padding: 3rem 0;
	background-color:#f9f9fa;
}
.icon-als-button-v2-items{
	display: grid;
 	grid-template-columns: repeat(auto-fit, minmax(258px, 258px));
    grid-column-gap: 5px;
    justify-content: center;
}
.icon-als-button-v2-item{
	text-decoration: none;
	width: 100%;
	height: 100%;
	padding: 3.5rem 1.5rem;
	font-size: 1.3rem;
    color: #000000 !important;
}
.icon-als-button-v2-item:hover{
	background-color: #eeeeef;
	-webkit-transition: background-color 100ms linear;
    -ms-transition: background-color 100ms linear;
    transition: background-color 100ms linear;
	
}
.icon-als-button-v2-item .icon{
	width:100%;
}
.icon-als-button-v2-item .icon img{
	width: 64px;
	height: 64px;
	margin-bottom: 1rem;
	transform: scale(0.9);
    transition: transform 0.3s ease 0s;
}
.icon-als-button-v2-item:hover .icon img{
	transform: scale(1);
    transition: transform 0.3s ease 0s;
}
.autocomplete-items {
    position: absolute;
    border: 1px solid #d4d4d4;
    border-bottom: none;
    border-top: none;
    z-index: 99;
    top: 100%;
    left: 0;
    right: 0;
}
.autocomplete-items div {
    font-size: 1rem;
    padding: 10px;
    cursor: pointer;
    background-color: #fff;
    border-bottom: 1px solid #d4d4d4;
}
.autocomplete-items div:hover {
    background-color: #ace962;
}
.autocomplete-active {
    background-color: #ace962 !important;
}
.autocomplete-suggestion.icon--before:before {
    margin-right: 0.5rem;
    margin-top: 0.1875rem;
    font-size: 1rem;
}
.search-results-consultant__item .v-card__position {
    margin-bottom: 0.5rem;
}
.search-results-consultant__item .image picture img {
    width: 100%;
    max-width: 120px;
}
.map__modal .search-results-consultant__item__close .button {
    margin-top: 12px;
    padding: 10px;
}
@media screen and (min-width: 992px){
	.pl-3 {
    	padding-left: 3.5rem;
	}
	.provision-margin{
		display: flex;
		align-items: end;
	}
}
.no_wrap{
	white-space: nowrap;
}
.module-text .list.list-icon-custom li {
	margin-left: 0.5rem;
}
.list-icon-custom li span{
	padding-left: 2.25rem;
	position: relative;
}
.list-icon-custom li span:before {
    left: 0;
    position: absolute;
    display: inline-block;
    line-height: inherit;
}

.header-internet__list-primary > li > a {
    color: inherit !important;
    font-size: inherit;
    font-family: inherit;
    text-decoration: inherit;
 }


div.header-internet__list-tertiary > div > a {
    color: inherit !important;
    font-family: inherit;
    text-decoration: inherit;
 }

.header-internet__list-primary > li:not(.active) > a,
div.header-internet__list-tertiary:not(.active) > div > a {
	font-weight: 400;
}

.header-internet__list-primary > li > a:focus,
div.header-internet__list-tertiary > div > a:focus {
    text-decoration: none !important;
}

a.icon_meta_navi{
	font-family: HDIPro, Arial, sans-serif;
}

.headerStage figure img {
    object-fit: cover;
}

.headerStage__image {
    position: relative;
}

.badges {
    display: flex;
    gap: 3rem;
    position: absolute;
    right: 0;
	bottom: 0;
    transform:translateY(-200%);
	flex-direction: row-reverse;
}

.badge {
    --_badgeSize: min(200px, 28vw);
    width: var(--_badgeSize);
    height: var(--_badgeSize);
	min-height: unset !important;
	min-width: unset !important;
    object-fit: contain !important;
}

@media screen and (min-width: 768px) {
    .badges {
    	transform:translateY(-10%);
        flex-direction: column;
    }
}


@media screen and (min-width: 1200px) {
    .badges {
    	transform:translateY(-100%);
		flex-direction: row-reverse;
    }
}
.consultant-opening-hours__icon {
	margin-right: 1.5rem;
	display: inline-block;
	width:16px;
	height:16px;
}
@media screen and (min-width: 992px) {
	.consultant-opening-hours__icon {
		margin-top: .25rem;
	}
}
.consultant-notice {
	color:#00A3A8;
	font-weight:bold;
}
a.consultant-notice-link {
	color:#00A3A8 !important;
}
.vhp-contactinfo ul li.consultant-notice {
	padding-top: 8px;
	line-height: 24px;
	padding-bottom: 8px;
}
.header-internet__button-consultant-self__image {
	display:flex;
	align-items:center;
	width:auto;
}
.header-internet__button-consultant-self__image img {
	display:block;
	height:22px;
	width:auto;
}
.header-internet__navigation-mobile-actions ul,
.header-internet__navigation-scroll ul {
	display:flex;
	grid: 20px;
}
.header-internet__navigation-mobile-actions li,
.header-internet__navigation-scroll li {
	max-width:80px;
	white-space:nowrap;
	overflow:hidden;
	margin-right:15px !important;
}
.header-internet__navigation-mobile-actions a,
.header-internet__navigation-scroll a {
	text-decoration:none;
	display:block;
}
.header-internet__navigation-mobile-actions img,
.header-internet__navigation-scroll img {
	display:block;
	height:22px;
	width:auto;
	margin:0 auto .5rem;
}
.header-internet__navigation-mobile-actions span,
.header-internet__navigation-scroll span {
	display:block;
	text-align:center;
	font-size:10px;
	line-height:14px;
	color:#000;
	font-weight:normal;
}
@media screen and (min-width: 1200px) and (max-width: 1364px) {
.header-internet.scrolled .header-internet__list-primary.list-navigation li {
	margin-right:40px;
}
}
.teaser-collapsible__title .button span {
	display:block;
}
.teaser-collapsible__title .button span::before,
.accordion__heading .button--secondary span::before {
	display:block;
	width:20px;
	height:20px;
	line-height:20px;
}

/* 17.02.2025 */
.cc-window div .dr-descriptiontext a {
	font-size:inherit;
}



