/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[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;
}

/*!
 * jQuery UI CSS Framework @VERSION
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/category/theming/
 */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
	display: none;
}
.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse;
}
.ui-helper-clearfix:after {
	clear: both;
}
.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter:Alpha(Opacity=0); /* support: IE8 */
}

.ui-front {
	z-index: 100;
}


/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
	cursor: default !important;
	pointer-events: none;
}


/* Icons
----------------------------------*/
.ui-icon {
	display: inline-block;
	vertical-align: middle;
	margin-top: -.25em;
	position: relative;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}

.ui-widget-icon-block {
	left: 50%;
	margin-left: -8px;
	display: block;
}

/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*!
 * jQuery UI Datepicker @VERSION
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/datepicker/#theming
 */
.ui-datepicker {
	width: 17em;
	padding: .2em .2em 0;
	display: none;
}
.ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	position: absolute;
	top: 2px;
	width: 1.8em;
	height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
	top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
	left: 2px;
}
.ui-datepicker .ui-datepicker-next {
	right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
	left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
	right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: 50%;
	margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
	margin: 0 2.3em;
	line-height: 1.8em;
	text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
	font-size: 1em;
	margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
	width: 45%;
}
.ui-datepicker table {
	width: 100%;
	font-size: .9em;
	border-collapse: collapse;
	margin: 0 0 .4em;
}
.ui-datepicker th {
	padding: .7em .3em;
	text-align: center;
	font-weight: bold;
	border: 0;
}
.ui-datepicker td {
	border: 0;
	padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
	display: block;
	padding: .2em;
	text-align: right;
	text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
	background-image: none;
	margin: .7em 0 0 0;
	padding: 0 .2em;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
	float: right;
	margin: .5em .2em .4em;
	cursor: pointer;
	padding: .2em .6em .3em .6em;
	width: auto;
	overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
	width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
	float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
	width: 95%;
	margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
	width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
	width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
	width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
	border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
	clear: left;
}
.ui-datepicker-row-break {
	clear: both;
	width: 100%;
	font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
	direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
	right: 2px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
	left: 2px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
	right: 1px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
	left: 1px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
	clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
	float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
	float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
	border-right-width: 0;
	border-left-width: 1px;
}

/* Icons */
.ui-datepicker .ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
	left: .5em;
	top: .3em;
}

.tippy-box[data-animation=fade][data-state=hidden]{opacity:0}.tippy-iOS{cursor:pointer!important;-webkit-tap-highlight-color:transparent}[data-tippy-root]{max-width:calc(100vw - 10px)}.tippy-box{position:relative;background-color:#333;color:#fff;border-radius:4px;font-size:14px;line-height:1.4;outline:0;transition-property:transform,visibility,opacity}.tippy-box[data-placement^=top]>.tippy-arrow{bottom:0}.tippy-box[data-placement^=top]>.tippy-arrow:before{bottom:-7px;left:0;border-width:8px 8px 0;border-top-color:initial;transform-origin:center top}.tippy-box[data-placement^=bottom]>.tippy-arrow{top:0}.tippy-box[data-placement^=bottom]>.tippy-arrow:before{top:-7px;left:0;border-width:0 8px 8px;border-bottom-color:initial;transform-origin:center bottom}.tippy-box[data-placement^=left]>.tippy-arrow{right:0}.tippy-box[data-placement^=left]>.tippy-arrow:before{border-width:8px 0 8px 8px;border-left-color:initial;right:-7px;transform-origin:center left}.tippy-box[data-placement^=right]>.tippy-arrow{left:0}.tippy-box[data-placement^=right]>.tippy-arrow:before{left:-7px;border-width:8px 8px 8px 0;border-right-color:initial;transform-origin:center right}.tippy-box[data-inertia][data-state=visible]{transition-timing-function:cubic-bezier(.54,1.5,.38,1.11)}.tippy-arrow{width:16px;height:16px;color:#333}.tippy-arrow:before{content:"";position:absolute;border-color:transparent;border-style:solid}.tippy-content{position:relative;padding:5px 9px;z-index:1}
.SelectClass,.SumoSelect.open .search-txt,.SumoUnder{position:absolute;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;top:0;left:0}.SumoSelect p{margin:0}.SumoSelect{width:200px}.SelectBox{padding:5px 8px}.sumoStopScroll{overflow:hidden}.SumoSelect .hidden{display:none}.SumoSelect .search-txt{display:none;outline:0}.SumoSelect .no-match{display:none;padding:6px}.SumoSelect.open .search-txt{display:inline-block;width:100%;margin:0;padding:5px 8px;border:none;box-sizing:border-box;border-radius:5px}.SumoSelect.open>.search>label,.SumoSelect.open>.search>span{visibility:hidden}.SelectClass,.SumoUnder{right:0;height:100%;width:100%;border:none;box-sizing:border-box;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";filter:alpha(opacity=0);-moz-opacity:0;-khtml-opacity:0;opacity:0}.SelectClass{z-index:1}.SumoSelect .select-all>label,.SumoSelect>.CaptionCont,.SumoSelect>.optWrapper>.options li.opt label{user-select:none;-o-user-select:none;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none}.SumoSelect{display:inline-block;position:relative;outline:0}.SumoSelect.open>.CaptionCont,.SumoSelect:focus>.CaptionCont,.SumoSelect:hover>.CaptionCont{box-shadow:0 0 2px #7799D0;border-color:#7799D0}.SumoSelect>.CaptionCont{position:relative;border:1px solid #A4A4A4;min-height:14px;background-color:#fff;border-radius:2px;margin:0}.SumoSelect>.CaptionCont>span{display:block;padding-right:30px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;cursor:default}.SumoSelect>.CaptionCont>span.placeholder{color:#ccc;font-style:italic}.SumoSelect>.CaptionCont>label{position:absolute;top:0;right:0;bottom:0;width:30px}.SumoSelect>.CaptionCont>label>i{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAANCAYAAABy6+R8AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3wMdBhAJ/fwnjwAAAGFJREFUKM9jYBh+gBFKuzEwMKQwMDB8xaOWlYGB4T4DA0MrsuapDAwM//HgNwwMDDbYTJuGQ8MHBgYGJ1xOYGNgYJiBpuEpAwODHSF/siDZ+ISBgcGClEDqZ2Bg8B6CkQsAPRga0cpRtDEAAAAASUVORK5CYII=);background-position:center center;width:16px;height:16px;display:block;position:absolute;top:0;left:0;right:0;bottom:0;margin:auto;background-repeat:no-repeat;opacity:.8}.SumoSelect>.optWrapper{display:none;z-index:1000;top:30px;width:100%;position:absolute;left:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;background:#fff;border:1px solid #ddd;box-shadow:2px 3px 3px rgba(0,0,0,.11);border-radius:3px;overflow:hidden}.SumoSelect.open>.optWrapper{top:35px;display:block}.SumoSelect.open>.optWrapper.up{top:auto;bottom:100%;margin-bottom:5px}.SumoSelect>.optWrapper ul{list-style:none;display:block;padding:0;margin:0;overflow:auto}.SumoSelect>.optWrapper>.options{border-radius:2px;position:relative;max-height:250px}.SumoSelect>.optWrapper.okCancelInMulti>.options{border-radius:2px 2px 0 0}.SumoSelect>.optWrapper.selall>.options{border-radius:0 0 2px 2px}.SumoSelect>.optWrapper.selall.okCancelInMulti>.options{border-radius:0}.SumoSelect>.optWrapper>.options li.group.disabled>label{opacity:.5}.SumoSelect>.optWrapper>.options li ul li.opt{padding-left:22px}.SumoSelect>.optWrapper.multiple>.options li ul li.opt{padding-left:50px}.SumoSelect>.optWrapper.isFloating>.options{max-height:100%;box-shadow:0 0 100px #595959}.SumoSelect>.optWrapper>.options li.opt{padding:6px;position:relative;border-bottom:1px solid #f5f5f5}.SumoSelect>.optWrapper>.options>li.opt:first-child{border-radius:2px 2px 0 0}.SumoSelect>.optWrapper.selall>.options>li.opt:first-child{border-radius:0}.SumoSelect>.optWrapper>.options>li.opt:last-child{border-radius:0 0 2px 2px;border-bottom:none}.SumoSelect>.optWrapper.okCancelInMulti>.options>li.opt:last-child{border-radius:0}.SumoSelect>.optWrapper>.options li.opt:hover{background-color:#E4E4E4}.SumoSelect .select-all.sel,.SumoSelect>.optWrapper>.options li.opt.sel{background-color:#a1c0e4}.SumoSelect>.optWrapper>.options li label{text-overflow:ellipsis;white-space:nowrap;overflow:hidden;display:block;cursor:pointer}.SumoSelect>.optWrapper>.options li span{display:none}.SumoSelect>.optWrapper>.options li.group>label{cursor:default;padding:8px 6px;font-weight:700}.SumoSelect>.optWrapper.isFloating{position:fixed;top:0;left:0;right:0;width:90%;bottom:0;margin:auto;max-height:90%}.SumoSelect>.optWrapper>.options li.opt.disabled{background-color:inherit;pointer-events:none}.SumoSelect>.optWrapper>.options li.opt.disabled *{-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";filter:alpha(opacity=50);-moz-opacity:.5;-khtml-opacity:.5;opacity:.5}.SumoSelect>.optWrapper.multiple>.options li.opt{padding-left:35px;cursor:pointer}.SumoSelect .select-all>span,.SumoSelect>.optWrapper.multiple>.options li.opt span{position:absolute;display:block;width:30px;top:0;bottom:0;margin-left:-35px}.SumoSelect .select-all>span i,.SumoSelect>.optWrapper.multiple>.options li.opt span i{position:absolute;margin:auto;left:0;right:0;top:0;bottom:0;width:14px;height:14px;border:1px solid #AEAEAE;border-radius:2px;box-shadow:inset 0 1px 3px rgba(0,0,0,.15);background-color:#fff}.SumoSelect>.optWrapper>.MultiControls{display:none;border-top:1px solid #ddd;background-color:#fff;box-shadow:0 0 2px rgba(0,0,0,.13);border-radius:0 0 3px 3px}.SumoSelect>.optWrapper.multiple.isFloating>.MultiControls{display:block;margin-top:5px;position:absolute;bottom:0;width:100%}.SumoSelect>.optWrapper.multiple.okCancelInMulti>.MultiControls{display:block}.SumoSelect>.optWrapper.multiple.okCancelInMulti>.MultiControls>p{padding:6px}.SumoSelect>.optWrapper.multiple.okCancelInMulti>.MultiControls>p:focus{box-shadow:0 0 2px #a1c0e4;border-color:#a1c0e4;outline:0;background-color:#a1c0e4}.SumoSelect>.optWrapper.multiple>.MultiControls>p{display:inline-block;cursor:pointer;padding:12px;width:50%;box-sizing:border-box;text-align:center}.SumoSelect>.optWrapper.multiple>.MultiControls>p:hover{background-color:#f1f1f1}.SumoSelect>.optWrapper.multiple>.MultiControls>p.btnOk{border-right:1px solid #DBDBDB;border-radius:0 0 0 3px}.SumoSelect>.optWrapper.multiple>.MultiControls>p.btnCancel{border-radius:0 0 3px}.SumoSelect>.optWrapper.isFloating>.options li.opt{padding:12px 6px}.SumoSelect>.optWrapper.multiple.isFloating>.options li.opt{padding-left:35px}.SumoSelect>.optWrapper.multiple.isFloating{padding-bottom:43px}.SumoSelect .select-all.partial>span i,.SumoSelect .select-all.selected>span i,.SumoSelect>.optWrapper.multiple>.options li.opt.selected span i{background-color:#11a911;box-shadow:none;border-color:transparent;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAGCAYAAAD+Bd/7AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNXG14zYAAABMSURBVAiZfc0xDkAAFIPhd2Kr1WRjcAExuIgzGUTIZ/AkImjSofnbNBAfHvzAHjOKNzhiQ42IDFXCDivaaxAJd0xYshT3QqBxqnxeHvhunpu23xnmAAAAAElFTkSuQmCC);background-repeat:no-repeat;background-position:center center}.SumoSelect.disabled{opacity:.7;cursor:not-allowed}.SumoSelect.disabled>.CaptionCont{border-color:#ccc;box-shadow:none}.SumoSelect .select-all{border-radius:3px 3px 0 0;position:relative;border-bottom:1px solid #ddd;background-color:#fff;padding:8px 0 3px 35px;height:20px;cursor:pointer}.SumoSelect .select-all>label,.SumoSelect .select-all>span i{cursor:pointer}.SumoSelect .select-all.partial>span i{background-color:#ccc}.SumoSelect>.optWrapper>.options li.optGroup{padding-left:5px;text-decoration:underline}
.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:white;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:bold}.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 transparent;border-style:solid;border-width:5px 4px 0 4px;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 transparent;border-width:0 4px 5px 4px}.select2-container--default .select2-selection--multiple{background-color:white;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:bold;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:bold;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-selection__choice,.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline{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:solid black 1px;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--single,.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple{border-top-left-radius:0;border-top-right-radius:0}.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple{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:white}.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 100%);background-image:-o-linear-gradient(top, #fff 50%, #eee 100%);background-image:linear-gradient(to bottom, #fff 50%, #eee 100%);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:bold;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 100%);background-image:-o-linear-gradient(top, #eee 50%, #ccc 100%);background-image:linear-gradient(to bottom, #eee 50%, #ccc 100%);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 transparent;border-style:solid;border-width:5px 4px 0 4px;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 transparent;border-width:0 4px 5px 4px}.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 0%, #eee 50%);background-image:-o-linear-gradient(top, #fff 0%, #eee 50%);background-image:linear-gradient(to bottom, #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 100%);background-image:-o-linear-gradient(top, #eee 50%, #fff 100%);background-image:linear-gradient(to bottom, #eee 50%, #fff 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0)}.select2-container--classic .select2-selection--multiple{background-color:white;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:bold;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}

@charset "UTF-8";
/* bitter-regular - latin */
@font-face {
  font-family: 'Bitter';
  font-style: normal;
  font-weight: 400;
  src: url(82e717df89fbd6fd311203e3aa757630.eot);
  /* IE9 Compat Modes */
  src: local(""), url(82e717df89fbd6fd311203e3aa757630.eot?#iefix) format("embedded-opentype"), url(ece8a8df02771b7ae32f72f988c428b9.woff2) format("woff2"), url(0ffcca87ee33b3b7419bc13d56c3a3dc.woff) format("woff"), url(c9c8857709d3ca25d44e4446ab58d1b2.ttf) format("truetype"), url(9a84251213bde16d3d654e8a28187230.svg#Bitter) format("svg");
  /* Legacy iOS */ }

/* bitter-700 - latin */
@font-face {
  font-family: 'Bitter';
  font-style: normal;
  font-weight: 700;
  src: url(85934a57554cfc70a715b454cb9f6841.eot);
  /* IE9 Compat Modes */
  src: local(""), url(85934a57554cfc70a715b454cb9f6841.eot?#iefix) format("embedded-opentype"), url(888fd5df40303abdf99c75497ddfc208.woff2) format("woff2"), url(ac2067ef6fb2af02a25be2f6bf83162f.woff) format("woff"), url(66956c4c50bf1af40ce5b9f7da9721ec.ttf) format("truetype"), url(019de8f259478b269ca578e3830d60c4.svg#Bitter) format("svg");
  /* Legacy iOS */ }

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* barlow-300 - latin */
@font-face {
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 300;
  src: url(e7c7f7d702b0a4fa3fc8c39c585fcbff.eot);
  /* IE9 Compat Modes */
  src: local("Barlow Light"), local("Barlow-Light"), url(e7c7f7d702b0a4fa3fc8c39c585fcbff.eot?#iefix) format("embedded-opentype"), url(f780d6f93676a9792d73405ad95cfbcc.woff2) format("woff2"), url(3b156c61aa15e6de7e887714aab88ea8.woff) format("woff"), url(0f1c7bfd12bdff481ee1d5ec5516169e.ttf) format("truetype"), url(18554a18d2488f82d3388e3f6856c913.svg#Barlow) format("svg");
  /* Legacy iOS */ }

/* barlow-regular - latin */
@font-face {
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 400;
  src: url(b396006fb007323da5ebf14b106fad27.eot);
  /* IE9 Compat Modes */
  src: local("Barlow Regular"), local("Barlow-Regular"), url(b396006fb007323da5ebf14b106fad27.eot?#iefix) format("embedded-opentype"), url(0f9d3b560bae7d6283f13b731bc4f674.woff2) format("woff2"), url(90eaa4040ed022b8899840bf654f58b6.woff) format("woff"), url(bcb236a6757e8199102735447a13845d.ttf) format("truetype"), url(5eadf7d4f80257c71b8f98f783fd0af4.svg#Barlow) format("svg");
  /* Legacy iOS */ }

/* barlow-500 - latin */
@font-face {
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 500;
  src: url(17f2f2a8ca373fdeeb8bb0198b4c29db.eot);
  /* IE9 Compat Modes */
  src: local("Barlow Medium"), local("Barlow-Medium"), url(17f2f2a8ca373fdeeb8bb0198b4c29db.eot?#iefix) format("embedded-opentype"), url(9c43f43c6a98e7a4c8f27827ff455c9f.woff2) format("woff2"), url(d72cf8511eff54dfb2a60d0a3000815e.woff) format("woff"), url(070f91c5dd71cc66ca9c0a394abeba98.ttf) format("truetype"), url(09aa3fabdfab27f414bcfd45aeed050d.svg#Barlow) format("svg");
  /* Legacy iOS */ }

/* barlow-600 - latin */
@font-face {
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 600;
  src: url(a624e16621d5ad7b9b099ca6d0fabbc4.eot);
  /* IE9 Compat Modes */
  src: local("Barlow SemiBold"), local("Barlow-SemiBold"), url(a624e16621d5ad7b9b099ca6d0fabbc4.eot?#iefix) format("embedded-opentype"), url(9126e37748c1ee76d20fb783efef135b.woff2) format("woff2"), url(18a5c32500979a09c277d96daf1500d2.woff) format("woff"), url(b62a10828738cab4113947b6ac3995b5.ttf) format("truetype"), url(2f34cf1516b6f3fbb49aef69e98de62e.svg#Barlow) format("svg");
  /* Legacy iOS */ }

/* barlow-700 - latin */
@font-face {
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 700;
  src: url(6828c7fc70e2aa2b40bc445b3f44c07b.eot);
  /* IE9 Compat Modes */
  src: local("Barlow Bold"), local("Barlow-Bold"), url(6828c7fc70e2aa2b40bc445b3f44c07b.eot?#iefix) format("embedded-opentype"), url(fa61eccc5d911d604a8739a7c9dc8bcb.woff2) format("woff2"), url(09fd7142cc6f5868c7a25d33775377bf.woff) format("woff"), url(cbbd40102c6169dfece794f9dbe6547e.ttf) format("truetype"), url(b7398c5f1f2ad20a95640295bfe7fcf1.svg#Barlow) format("svg");
  /* Legacy iOS */ }

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* oswald-regular - latin */
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 400;
  src: url(3f22213236dacb926063ad70c8dc946e.eot);
  /* IE9 Compat Modes */
  src: local(""), url(3f22213236dacb926063ad70c8dc946e.eot?#iefix) format("embedded-opentype"), url(f3655d2e126fb0891c94407ce82bea4b.woff2) format("woff2"), url(0e88ec239d6256e2c889df2e3f0d51f2.woff) format("woff"), url(fd2acbaf6dee51d0127b36a908fa50c1.ttf) format("truetype"), url(dc872e68995b6f6a0a24f013ff750c50.svg#Oswald) format("svg");
  /* Legacy iOS */ }

/* oswald-500 - latin */
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 500;
  src: url(8234dd658d72cef0451138c4006b7acd.eot);
  /* IE9 Compat Modes */
  src: local(""), url(8234dd658d72cef0451138c4006b7acd.eot?#iefix) format("embedded-opentype"), url(f721358d93a21f3fb93c95ffbb164e63.woff2) format("woff2"), url(0ad98bc7a4e44d268ab5b27db625e884.woff) format("woff"), url(328c767c9c42683e623f1aca4a66ef6b.ttf) format("truetype"), url(df6fe3bad375ddeeddf7fcbf2d86725b.svg#Oswald) format("svg");
  /* Legacy iOS */ }

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* rock-salt-regular - latin */
@font-face {
  font-family: 'Rock Salt';
  font-style: normal;
  font-weight: 400;
  src: url(7d9f79a47391e03449fcfc4a78bf370e.eot);
  /* IE9 Compat Modes */
  src: local("Rock Salt Regular"), local("RockSalt-Regular"), url(7d9f79a47391e03449fcfc4a78bf370e.eot?#iefix) format("embedded-opentype"), url(56b73a40bb7fb28fdee89df86f8b1188.woff2) format("woff2"), url(a3e02e5235e70f55685f61891bf1b42a.woff) format("woff"), url(17501966100882f5e4f646feff9ced64.ttf) format("truetype"), url(c2330046b33ac5615638dd8da7da3a42.svg#RockSalt) format("svg");
  /* Legacy iOS */ }

/*!
 * Bootstrap v4.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }

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

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

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

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff; }

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

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

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

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

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

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

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

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

dt {
  font-weight: 700; }

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

blockquote {
  margin: 0 0 1rem; }

b,
strong {
  font-weight: bolder; }

small {
  font-size: 80%; }

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

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent; }
  a:hover {
    color: #0056b3;
    text-decoration: underline; }

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

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

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

figure {
  margin: 0 0 1rem; }

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

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

table {
  border-collapse: collapse; }

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

th {
  text-align: inherit; }

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

button {
  border-radius: 0; }

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color; }

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

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

select {
  word-wrap: normal; }

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

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

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

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

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox; }

textarea {
  overflow: auto;
  resize: vertical; }

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

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

progress {
  vertical-align: baseline; }

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

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

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

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

output {
  display: inline-block; }

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

template {
  display: none; }

[hidden] {
  display: none !important; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2; }

h1, .h1 {
  font-size: 2.5rem; }

h2, .h2 {
  font-size: 2rem; }

h3, .h3 {
  font-size: 1.75rem; }

h4, .h4 {
  font-size: 1.5rem; }

h5, .h5 {
  font-size: 1.25rem; }

h6, .h6 {
  font-size: 1rem; }

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

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

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

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

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

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

small,
.small {
  font-size: 80%;
  font-weight: 400; }

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

.list-unstyled {
  padding-left: 0;
  list-style: none; }

.list-inline {
  padding-left: 0;
  list-style: none; }

.list-inline-item {
  display: inline-block; }
  .list-inline-item:not(:last-child) {
    margin-right: 0.5rem; }

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

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem; }

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d; }
  .blockquote-footer::before {
    content: "\2014\00A0"; }

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

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

.figure {
  display: inline-block; }

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

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

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

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem; }
  kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700; }

pre {
  display: block;
  font-size: 87.5%;
  color: #212529; }
  pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal; }

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

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 576px) {
    .container {
      max-width: 540px; } }
  @media (min-width: 768px) {
    .container {
      max-width: 720px; } }
  @media (min-width: 992px) {
    .container {
      max-width: 960px; } }
  @media (min-width: 1200px) {
    .container {
      max-width: 1140px; } }

.container-fluid, .container-sm, .container-md, .container-lg, .container-xl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

@media (min-width: 576px) {
  .container, .container-sm {
    max-width: 540px; } }

@media (min-width: 768px) {
  .container, .container-sm, .container-md {
    max-width: 720px; } }

@media (min-width: 992px) {
  .container, .container-sm, .container-md, .container-lg {
    max-width: 960px; } }

@media (min-width: 1200px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1140px; } }

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

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

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

.col {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 100%; }

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

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

.row-cols-3 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33333%;
          flex: 0 0 33.33333%;
  max-width: 33.33333%; }

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

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

.row-cols-6 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.66667%;
          flex: 0 0 16.66667%;
  max-width: 16.66667%; }

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

.col-1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 8.33333%;
          flex: 0 0 8.33333%;
  max-width: 8.33333%; }

.col-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.66667%;
          flex: 0 0 16.66667%;
  max-width: 16.66667%; }

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

.col-4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33333%;
          flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.col-5 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 41.66667%;
          flex: 0 0 41.66667%;
  max-width: 41.66667%; }

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

.col-7 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 58.33333%;
          flex: 0 0 58.33333%;
  max-width: 58.33333%; }

.col-8 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 66.66667%;
          flex: 0 0 66.66667%;
  max-width: 66.66667%; }

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

.col-10 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 83.33333%;
          flex: 0 0 83.33333%;
  max-width: 83.33333%; }

.col-11 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 91.66667%;
          flex: 0 0 91.66667%;
  max-width: 91.66667%; }

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

.order-first {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1; }

.order-last {
  -webkit-box-ordinal-group: 14;
      -ms-flex-order: 13;
          order: 13; }

.order-0 {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0; }

.order-1 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1; }

.order-2 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2; }

.order-3 {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3; }

.order-4 {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4; }

.order-5 {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5; }

.order-6 {
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6; }

.order-7 {
  -webkit-box-ordinal-group: 8;
      -ms-flex-order: 7;
          order: 7; }

.order-8 {
  -webkit-box-ordinal-group: 9;
      -ms-flex-order: 8;
          order: 8; }

.order-9 {
  -webkit-box-ordinal-group: 10;
      -ms-flex-order: 9;
          order: 9; }

.order-10 {
  -webkit-box-ordinal-group: 11;
      -ms-flex-order: 10;
          order: 10; }

.order-11 {
  -webkit-box-ordinal-group: 12;
      -ms-flex-order: 11;
          order: 11; }

.order-12 {
  -webkit-box-ordinal-group: 13;
      -ms-flex-order: 12;
          order: 12; }

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .row-cols-sm-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-sm-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-sm-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-sm-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-sm-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-sm-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-sm-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-sm-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-sm-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-sm-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-sm-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-sm-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-sm-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-sm-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-sm-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }
  .order-sm-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13; }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0; }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5; }
  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6; }
  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7; }
  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8; }
  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9; }
  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10; }
  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11; }
  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 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 {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .row-cols-md-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-md-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-md-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-md-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-md-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-md-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-md-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-md-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-md-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-md-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-md-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-md-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-md-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-md-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-md-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }
  .order-md-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13; }
  .order-md-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0; }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5; }
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6; }
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7; }
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8; }
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9; }
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10; }
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11; }
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 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 {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .row-cols-lg-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-lg-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-lg-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-lg-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-lg-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-lg-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-lg-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-lg-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-lg-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-lg-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-lg-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-lg-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-lg-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-lg-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-lg-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }
  .order-lg-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13; }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0; }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5; }
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6; }
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7; }
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8; }
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9; }
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10; }
  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11; }
  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 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 {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .row-cols-xl-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-xl-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-xl-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-xl-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-xl-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-xl-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-xl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-xl-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }
  .order-xl-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13; }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0; }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5; }
  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6; }
  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7; }
  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8; }
  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9; }
  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10; }
  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11; }
  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 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%; } }

.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529; }
  .table th,
  .table td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6; }
  .table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6; }
  .table tbody + tbody {
    border-top: 2px solid #dee2e6; }

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

.table-bordered {
  border: 1px solid #dee2e6; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6; }
  .table-bordered thead th,
  .table-bordered thead td {
    border-bottom-width: 2px; }

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

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

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

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

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

.table-hover .table-primary:hover {
  background-color: #9fcdff; }
  .table-hover .table-primary:hover > td,
  .table-hover .table-primary:hover > th {
    background-color: #9fcdff; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #95999c; }

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

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

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

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

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

.table-dark {
  color: #fff;
  background-color: #343a40; }
  .table-dark th,
  .table-dark td,
  .table-dark thead th {
    border-color: #454d55; }
  .table-dark.table-bordered {
    border: 0; }
  .table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, 0.05); }
  .table-dark.table-hover tbody tr:hover {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.075); }

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

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

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

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

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

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .form-control {
      -webkit-transition: none;
      transition: none; } }
  .form-control::-ms-expand {
    background-color: transparent;
    border: 0; }
  .form-control:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057; }
  .form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
            box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .form-control::-webkit-input-placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control::-moz-placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control:-ms-input-placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control::-ms-input-placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control::placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1; }

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

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

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

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

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

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0; }
  .form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
    padding-right: 0;
    padding-left: 0; }

.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem; }

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

textarea.form-control {
  height: auto; }

.form-group {
  margin-bottom: 1rem; }

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

.form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px; }
  .form-row > .col,
  .form-row > [class*="col-"] {
    padding-right: 5px;
    padding-left: 5px; }

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

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem; }
  .form-check-input[disabled] ~ .form-check-label,
  .form-check-input:disabled ~ .form-check-label {
    color: #6c757d; }

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

.form-check-inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 0;
  margin-right: 0.75rem; }
  .form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: 0.3125rem;
    margin-left: 0; }

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

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

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

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #28a745;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
  .was-validated .form-control:valid:focus, .form-control.is-valid:focus {
    border-color: #28a745;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
            box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

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

.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #28a745;
  padding-right: calc(0.75em + 2.3125rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
  .was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
    border-color: #28a745;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
            box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

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

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

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

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

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

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

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

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

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

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

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

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
  .was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
    border-color: #dc3545;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
            box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

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

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #dc3545;
  padding-right: calc(0.75em + 2.3125rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
  .was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
    border-color: #dc3545;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
            box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545; }

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

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

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

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

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

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

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

.form-inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .form-inline .form-check {
    width: 100%; }
  @media (min-width: 576px) {
    .form-inline label {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin-bottom: 0; }
    .form-inline .form-group {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-flow: row wrap;
              flex-flow: row wrap;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin-bottom: 0; }
    .form-inline .form-control {
      display: inline-block;
      width: auto;
      vertical-align: middle; }
    .form-inline .form-control-plaintext {
      display: inline-block; }
    .form-inline .input-group,
    .form-inline .custom-select {
      width: auto; }
    .form-inline .form-check {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      width: auto;
      padding-left: 0; }
    .form-inline .form-check-input {
      position: relative;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      margin-top: 0;
      margin-right: 0.25rem;
      margin-left: 0; }
    .form-inline .custom-control {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
    .form-inline .custom-control-label {
      margin-bottom: 0; } }

.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .btn {
      -webkit-transition: none;
      transition: none; } }
  .btn:hover {
    color: #212529;
    text-decoration: none; }
  .btn:focus, .btn.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
            box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .btn.disabled, .btn:disabled {
    opacity: 0.65; }

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

.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff; }
  .btn-primary:hover {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc; }
  .btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5); }
  .btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff; }
  .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
  .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #0062cc;
    border-color: #005cbf; }
    .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-primary.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5); }

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d; }
  .btn-secondary:hover {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62; }
  .btn-secondary:focus, .btn-secondary.focus {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5); }
  .btn-secondary.disabled, .btn-secondary:disabled {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d; }
  .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
  .show > .btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #545b62;
    border-color: #4e555b; }
    .btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-secondary.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5); }

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745; }
  .btn-success:hover {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34; }
  .btn-success:focus, .btn-success.focus {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5); }
  .btn-success.disabled, .btn-success:disabled {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745; }
  .btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
  .show > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #1e7e34;
    border-color: #1c7430; }
    .btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus,
    .show > .btn-success.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5); }

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8; }
  .btn-info:hover {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b; }
  .btn-info:focus, .btn-info.focus {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5); }
  .btn-info.disabled, .btn-info:disabled {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
  .btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active,
  .show > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #117a8b;
    border-color: #10707f; }
    .btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus,
    .show > .btn-info.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5); }

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107; }
  .btn-warning:hover {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00; }
  .btn-warning:focus, .btn-warning.focus {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5); }
  .btn-warning.disabled, .btn-warning:disabled {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107; }
  .btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active,
  .show > .btn-warning.dropdown-toggle {
    color: #212529;
    background-color: #d39e00;
    border-color: #c69500; }
    .btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus,
    .show > .btn-warning.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5); }

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545; }
  .btn-danger:hover {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130; }
  .btn-danger:focus, .btn-danger.focus {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5); }
  .btn-danger.disabled, .btn-danger:disabled {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545; }
  .btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active,
  .show > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #bd2130;
    border-color: #b21f2d; }
    .btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus,
    .show > .btn-danger.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5); }

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa; }
  .btn-light:hover {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5; }
  .btn-light:focus, .btn-light.focus {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5); }
  .btn-light.disabled, .btn-light:disabled {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
  .btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active,
  .show > .btn-light.dropdown-toggle {
    color: #212529;
    background-color: #dae0e5;
    border-color: #d3d9df; }
    .btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus,
    .show > .btn-light.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5); }

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40; }
  .btn-dark:hover {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124; }
  .btn-dark:focus, .btn-dark.focus {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5); }
  .btn-dark.disabled, .btn-dark:disabled {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40; }
  .btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active,
  .show > .btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #1d2124;
    border-color: #171a1d; }
    .btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus,
    .show > .btn-dark.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5); }

.btn-outline-primary {
  color: #007bff;
  border-color: #007bff; }
  .btn-outline-primary:hover {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff; }
  .btn-outline-primary:focus, .btn-outline-primary.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); }
  .btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #007bff;
    background-color: transparent; }
  .btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active,
  .show > .btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff; }
    .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-primary.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); }

.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d; }
  .btn-outline-secondary:hover {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d; }
  .btn-outline-secondary:focus, .btn-outline-secondary.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }
  .btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
    color: #6c757d;
    background-color: transparent; }
  .btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active,
  .show > .btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d; }
    .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-secondary.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }

.btn-outline-success {
  color: #28a745;
  border-color: #28a745; }
  .btn-outline-success:hover {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745; }
  .btn-outline-success:focus, .btn-outline-success.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }
  .btn-outline-success.disabled, .btn-outline-success:disabled {
    color: #28a745;
    background-color: transparent; }
  .btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active,
  .show > .btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745; }
    .btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-success.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }

.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8; }
  .btn-outline-info:hover {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
  .btn-outline-info:focus, .btn-outline-info.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }
  .btn-outline-info.disabled, .btn-outline-info:disabled {
    color: #17a2b8;
    background-color: transparent; }
  .btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active,
  .show > .btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
    .btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-info.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }

.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107; }
  .btn-outline-warning:hover {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107; }
  .btn-outline-warning:focus, .btn-outline-warning.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }
  .btn-outline-warning.disabled, .btn-outline-warning:disabled {
    color: #ffc107;
    background-color: transparent; }
  .btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active,
  .show > .btn-outline-warning.dropdown-toggle {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107; }
    .btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-warning.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }

.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545; }
  .btn-outline-danger:hover {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545; }
  .btn-outline-danger:focus, .btn-outline-danger.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }
  .btn-outline-danger.disabled, .btn-outline-danger:disabled {
    color: #dc3545;
    background-color: transparent; }
  .btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active,
  .show > .btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545; }
    .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-danger.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }

.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa; }
  .btn-outline-light:hover {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
  .btn-outline-light:focus, .btn-outline-light.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }
  .btn-outline-light.disabled, .btn-outline-light:disabled {
    color: #f8f9fa;
    background-color: transparent; }
  .btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active,
  .show > .btn-outline-light.dropdown-toggle {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
    .btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-light.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }

.btn-outline-dark {
  color: #343a40;
  border-color: #343a40; }
  .btn-outline-dark:hover {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40; }
  .btn-outline-dark:focus, .btn-outline-dark.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }
  .btn-outline-dark.disabled, .btn-outline-dark:disabled {
    color: #343a40;
    background-color: transparent; }
  .btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active,
  .show > .btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40; }
    .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-dark.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }

.btn-link {
  font-weight: 400;
  color: #007bff;
  text-decoration: none; }
  .btn-link:hover {
    color: #0056b3;
    text-decoration: underline; }
  .btn-link:focus, .btn-link.focus {
    text-decoration: underline;
    -webkit-box-shadow: none;
            box-shadow: none; }
  .btn-link:disabled, .btn-link.disabled {
    color: #6c757d;
    pointer-events: none; }

.btn-lg, .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem; }

.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

.btn-block {
  display: block;
  width: 100%; }
  .btn-block + .btn-block {
    margin-top: 0.5rem; }

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

.fade {
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear; }
  @media (prefers-reduced-motion: reduce) {
    .fade {
      -webkit-transition: none;
      transition: none; } }
  .fade:not(.show) {
    opacity: 0; }

.collapse:not(.show) {
  display: none; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease; }
  @media (prefers-reduced-motion: reduce) {
    .collapsing {
      -webkit-transition: none;
      transition: none; } }

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

.dropdown-toggle {
  white-space: nowrap; }
  .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent; }
  .dropdown-toggle:empty::after {
    margin-left: 0; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0; }
  .dropdown-item:hover, .dropdown-item:focus {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa; }
  .dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #007bff; }
  .dropdown-item.disabled, .dropdown-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: transparent; }

.dropdown-menu.show {
  display: block; }

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

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

.btn-group,
.btn-group-vertical {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle; }
  .btn-group > .btn,
  .btn-group-vertical > .btn {
    position: relative;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto; }
    .btn-group > .btn:hover,
    .btn-group-vertical > .btn:hover {
      z-index: 1; }
    .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
    .btn-group-vertical > .btn:focus,
    .btn-group-vertical > .btn:active,
    .btn-group-vertical > .btn.active {
      z-index: 1; }

.btn-toolbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }
  .btn-toolbar .input-group {
    width: auto; }

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

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

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

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem; }
  .dropdown-toggle-split::after,
  .dropup .dropdown-toggle-split::after,
  .dropright .dropdown-toggle-split::after {
    margin-left: 0; }
  .dropleft .dropdown-toggle-split::before {
    margin-right: 0; }

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

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

.btn-group-vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .btn-group-vertical > .btn,
  .btn-group-vertical > .btn-group {
    width: 100%; }
  .btn-group-vertical > .btn:not(:first-child),
  .btn-group-vertical > .btn-group:not(:first-child) {
    margin-top: -1px; }
  .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
  .btn-group-vertical > .btn-group:not(:last-child) > .btn {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }
  .btn-group-vertical > .btn:not(:first-child),
  .btn-group-vertical > .btn-group:not(:first-child) > .btn {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

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

.input-group {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100%; }
  .input-group > .form-control,
  .input-group > .form-control-plaintext,
  .input-group > .custom-select,
  .input-group > .custom-file {
    position: relative;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0%;
            flex: 1 1 0%;
    min-width: 0;
    margin-bottom: 0; }
    .input-group > .form-control + .form-control,
    .input-group > .form-control + .custom-select,
    .input-group > .form-control + .custom-file,
    .input-group > .form-control-plaintext + .form-control,
    .input-group > .form-control-plaintext + .custom-select,
    .input-group > .form-control-plaintext + .custom-file,
    .input-group > .custom-select + .form-control,
    .input-group > .custom-select + .custom-select,
    .input-group > .custom-select + .custom-file,
    .input-group > .custom-file + .form-control,
    .input-group > .custom-file + .custom-select,
    .input-group > .custom-file + .custom-file {
      margin-left: -1px; }
  .input-group > .form-control:focus,
  .input-group > .custom-select:focus,
  .input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
    z-index: 3; }
  .input-group > .custom-file .custom-file-input:focus {
    z-index: 4; }
  .input-group > .form-control:not(:last-child),
  .input-group > .custom-select:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  .input-group > .form-control:not(:first-child),
  .input-group > .custom-select:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
  .input-group > .custom-file {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .input-group > .custom-file:not(:last-child) .custom-file-label,
    .input-group > .custom-file:not(:last-child) .custom-file-label::after {
      border-top-right-radius: 0;
      border-bottom-right-radius: 0; }
    .input-group > .custom-file:not(:first-child) .custom-file-label {
      border-top-left-radius: 0;
      border-bottom-left-radius: 0; }

.input-group-prepend,
.input-group-append {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .input-group-prepend .btn,
  .input-group-append .btn {
    position: relative;
    z-index: 2; }
    .input-group-prepend .btn:focus,
    .input-group-append .btn:focus {
      z-index: 3; }
  .input-group-prepend .btn + .btn,
  .input-group-prepend .btn + .input-group-text,
  .input-group-prepend .input-group-text + .input-group-text,
  .input-group-prepend .input-group-text + .btn,
  .input-group-append .btn + .btn,
  .input-group-append .btn + .input-group-text,
  .input-group-append .input-group-text + .input-group-text,
  .input-group-append .input-group-text + .btn {
    margin-left: -1px; }

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

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

.input-group-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }
  .input-group-text input[type="radio"],
  .input-group-text input[type="checkbox"] {
    margin-top: 0; }

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

.input-group-lg > .form-control,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem; }

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

.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

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

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

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

.custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem; }

.custom-control-inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 1rem; }

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0; }
  .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #007bff;
    background-color: #007bff; }
  .custom-control-input:focus ~ .custom-control-label::before {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
            box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #80bdff; }
  .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: #b3d7ff;
    border-color: #b3d7ff; }
  .custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d; }
    .custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
      background-color: #e9ecef; }

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top; }
  .custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: #adb5bd solid 1px; }
  .custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: no-repeat 50% / 50% 50%; }

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem; }

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

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

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

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

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

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

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

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

.custom-switch {
  padding-left: 2.25rem; }
  .custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: 0.5rem; }
  .custom-switch .custom-control-label::after {
    top: calc(0.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: 0.5rem;
    -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .custom-switch .custom-control-label::after {
        -webkit-transition: none;
        transition: none; } }
  .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #fff;
    -webkit-transform: translateX(0.75rem);
            transform: translateX(0.75rem); }
  .custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5); }

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
  .custom-select:focus {
    border-color: #80bdff;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
            box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-select:focus::-ms-value {
      color: #495057;
      background-color: #fff; }
  .custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none; }
  .custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef; }
  .custom-select::-ms-expand {
    display: none; }
  .custom-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057; }

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

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

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

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  opacity: 0; }
  .custom-file-input:focus ~ .custom-file-label {
    border-color: #80bdff;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
            box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-file-input[disabled] ~ .custom-file-label,
  .custom-file-input:disabled ~ .custom-file-label {
    background-color: #e9ecef; }
  .custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse"; }
  .custom-file-input ~ .custom-file-label[data-browse]::after {
    content: attr(data-browse); }

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }
  .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + 0.75rem);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 0.25rem 0.25rem 0; }

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
  .custom-range:focus {
    outline: none; }
    .custom-range:focus::-webkit-slider-thumb {
      -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
              box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-ms-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-range::-moz-focus-outer {
    border: 0; }
  .custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -webkit-appearance: none;
            appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-webkit-slider-thumb {
        -webkit-transition: none;
        transition: none; } }
    .custom-range::-webkit-slider-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -moz-appearance: none;
         appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-moz-range-thumb {
        -moz-transition: none;
        transition: none; } }
    .custom-range::-moz-range-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    -ms-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-ms-thumb {
        -ms-transition: none;
        transition: none; } }
    .custom-range::-ms-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem; }
  .custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default; }
  .custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-moz-range-track {
    cursor: default; }
  .custom-range:disabled::-ms-thumb {
    background-color: #adb5bd; }

.custom-control-label::before,
.custom-file-label,
.custom-select {
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
      -webkit-transition: none;
      transition: none; } }

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

.nav-link {
  display: block;
  padding: 0.5rem 1rem; }
  .nav-link:hover, .nav-link:focus {
    text-decoration: none; }
  .nav-link.disabled {
    color: #6c757d;
    pointer-events: none;
    cursor: default; }

.nav-tabs {
  border-bottom: 1px solid #dee2e6; }
  .nav-tabs .nav-item {
    margin-bottom: -1px; }
  .nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem; }
    .nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
      border-color: #e9ecef #e9ecef #dee2e6; }
    .nav-tabs .nav-link.disabled {
      color: #6c757d;
      background-color: transparent;
      border-color: transparent; }
  .nav-tabs .nav-link.active,
  .nav-tabs .nav-item.show .nav-link {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff; }
  .nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

.nav-pills .nav-link {
  border-radius: 0.25rem; }

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

.nav-fill .nav-item {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  text-align: center; }

.nav-justified .nav-item {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: center; }

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

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

.navbar {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0.5rem 1rem; }
  .navbar .container,
  .navbar .container-fluid, .navbar .container-sm, .navbar .container-md, .navbar .container-lg, .navbar .container-xl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }

.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap; }
  .navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none; }

.navbar-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }
  .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0; }
  .navbar-nav .dropdown-menu {
    position: static;
    float: none; }

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

.navbar-collapse {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem; }
  .navbar-toggler:hover, .navbar-toggler:focus {
    text-decoration: none; }

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

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

@media (min-width: 576px) {
  .navbar-expand-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .navbar-expand-sm .navbar-nav {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; }
      .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-sm > .container,
    .navbar-expand-sm > .container-fluid, .navbar-expand-sm > .container-sm, .navbar-expand-sm > .container-md, .navbar-expand-sm > .container-lg, .navbar-expand-sm > .container-xl {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }
    .navbar-expand-sm .navbar-collapse {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -ms-flex-preferred-size: auto;
          flex-basis: auto; }
    .navbar-expand-sm .navbar-toggler {
      display: none; } }

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

@media (min-width: 768px) {
  .navbar-expand-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .navbar-expand-md .navbar-nav {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; }
      .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-md > .container,
    .navbar-expand-md > .container-fluid, .navbar-expand-md > .container-sm, .navbar-expand-md > .container-md, .navbar-expand-md > .container-lg, .navbar-expand-md > .container-xl {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }
    .navbar-expand-md .navbar-collapse {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -ms-flex-preferred-size: auto;
          flex-basis: auto; }
    .navbar-expand-md .navbar-toggler {
      display: none; } }

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

@media (min-width: 992px) {
  .navbar-expand-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .navbar-expand-lg .navbar-nav {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; }
      .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-lg > .container,
    .navbar-expand-lg > .container-fluid, .navbar-expand-lg > .container-sm, .navbar-expand-lg > .container-md, .navbar-expand-lg > .container-lg, .navbar-expand-lg > .container-xl {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }
    .navbar-expand-lg .navbar-collapse {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -ms-flex-preferred-size: auto;
          flex-basis: auto; }
    .navbar-expand-lg .navbar-toggler {
      display: none; } }

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

@media (min-width: 1200px) {
  .navbar-expand-xl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .navbar-expand-xl .navbar-nav {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; }
      .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-xl > .container,
    .navbar-expand-xl > .container-fluid, .navbar-expand-xl > .container-sm, .navbar-expand-xl > .container-md, .navbar-expand-xl > .container-lg, .navbar-expand-xl > .container-xl {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }
    .navbar-expand-xl .navbar-collapse {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -ms-flex-preferred-size: auto;
          flex-basis: auto; }
    .navbar-expand-xl .navbar-toggler {
      display: none; } }

.navbar-expand {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }
  .navbar-expand > .container,
  .navbar-expand > .container-fluid, .navbar-expand > .container-sm, .navbar-expand > .container-md, .navbar-expand > .container-lg, .navbar-expand > .container-xl {
    padding-right: 0;
    padding-left: 0; }
  .navbar-expand .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
    .navbar-expand .navbar-nav .dropdown-menu {
      position: absolute; }
    .navbar-expand .navbar-nav .nav-link {
      padding-right: 0.5rem;
      padding-left: 0.5rem; }
  .navbar-expand > .container,
  .navbar-expand > .container-fluid, .navbar-expand > .container-sm, .navbar-expand > .container-md, .navbar-expand > .container-lg, .navbar-expand > .container-xl {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap; }
  .navbar-expand .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto; }
  .navbar-expand .navbar-toggler {
    display: none; }

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9); }
  .navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
    color: rgba(0, 0, 0, 0.9); }

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5); }
  .navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
    color: rgba(0, 0, 0, 0.7); }
  .navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, 0.3); }

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9); }

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1); }

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); }

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

.navbar-dark .navbar-brand {
  color: #fff; }
  .navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
    color: #fff; }

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5); }
  .navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
    color: rgba(255, 255, 255, 0.75); }
  .navbar-dark .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, 0.25); }

.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff; }

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1); }

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

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5); }
  .navbar-dark .navbar-text a {
    color: #fff; }
    .navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
      color: #fff; }

.card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem; }
  .card > hr {
    margin-right: 0;
    margin-left: 0; }
  .card > .list-group:first-child .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem; }
  .card > .list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem; }

.card-body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem; }

.card-title {
  margin-bottom: 0.75rem; }

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

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

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

.card-link + .card-link {
  margin-left: 1.25rem; }

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125); }
  .card-header:first-child {
    border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0; }
  .card-header + .list-group .list-group-item:first-child {
    border-top: 0; }

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125); }
  .card-footer:last-child {
    border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px); }

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

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

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

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

.card-img,
.card-img-top {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px); }

.card-img,
.card-img-bottom {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px); }

.card-deck .card {
  margin-bottom: 15px; }

@media (min-width: 576px) {
  .card-deck {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px; }
    .card-deck .card {
      -webkit-box-flex: 1;
          -ms-flex: 1 0 0%;
              flex: 1 0 0%;
      margin-right: 15px;
      margin-bottom: 0;
      margin-left: 15px; } }

.card-group > .card {
  margin-bottom: 15px; }

@media (min-width: 576px) {
  .card-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap; }
    .card-group > .card {
      -webkit-box-flex: 1;
          -ms-flex: 1 0 0%;
              flex: 1 0 0%;
      margin-bottom: 0; }
      .card-group > .card + .card {
        margin-left: 0;
        border-left: 0; }
      .card-group > .card:not(:last-child) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0; }
        .card-group > .card:not(:last-child) .card-img-top,
        .card-group > .card:not(:last-child) .card-header {
          border-top-right-radius: 0; }
        .card-group > .card:not(:last-child) .card-img-bottom,
        .card-group > .card:not(:last-child) .card-footer {
          border-bottom-right-radius: 0; }
      .card-group > .card:not(:first-child) {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0; }
        .card-group > .card:not(:first-child) .card-img-top,
        .card-group > .card:not(:first-child) .card-header {
          border-top-left-radius: 0; }
        .card-group > .card:not(:first-child) .card-img-bottom,
        .card-group > .card:not(:first-child) .card-footer {
          border-bottom-left-radius: 0; } }

.card-columns .card {
  margin-bottom: 0.75rem; }

@media (min-width: 576px) {
  .card-columns {
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;
    -webkit-column-gap: 1.25rem;
       -moz-column-gap: 1.25rem;
            column-gap: 1.25rem;
    orphans: 1;
    widows: 1; }
    .card-columns .card {
      display: inline-block;
      width: 100%; } }

.accordion > .card {
  overflow: hidden; }
  .accordion > .card:not(:last-of-type) {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }
  .accordion > .card:not(:first-of-type) {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
  .accordion > .card > .card-header {
    border-radius: 0;
    margin-bottom: -1px; }

.breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem; }

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem; }
  .breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-right: 0.5rem;
    color: #6c757d;
    content: "/"; }

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

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

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

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem; }

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6; }
  .page-link:hover {
    z-index: 2;
    color: #0056b3;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6; }
  .page-link:focus {
    z-index: 3;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
            box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }

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

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

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

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

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5; }

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

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

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5; }

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

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

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .badge {
      -webkit-transition: none;
      transition: none; } }
  a.badge:hover, a.badge:focus {
    text-decoration: none; }
  .badge:empty {
    display: none; }

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

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

.badge-primary {
  color: #fff;
  background-color: #007bff; }
  a.badge-primary:hover, a.badge-primary:focus {
    color: #fff;
    background-color: #0062cc; }
  a.badge-primary:focus, a.badge-primary.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); }

.badge-secondary {
  color: #fff;
  background-color: #6c757d; }
  a.badge-secondary:hover, a.badge-secondary:focus {
    color: #fff;
    background-color: #545b62; }
  a.badge-secondary:focus, a.badge-secondary.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }

.badge-success {
  color: #fff;
  background-color: #28a745; }
  a.badge-success:hover, a.badge-success:focus {
    color: #fff;
    background-color: #1e7e34; }
  a.badge-success:focus, a.badge-success.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }

.badge-info {
  color: #fff;
  background-color: #17a2b8; }
  a.badge-info:hover, a.badge-info:focus {
    color: #fff;
    background-color: #117a8b; }
  a.badge-info:focus, a.badge-info.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }

.badge-warning {
  color: #212529;
  background-color: #ffc107; }
  a.badge-warning:hover, a.badge-warning:focus {
    color: #212529;
    background-color: #d39e00; }
  a.badge-warning:focus, a.badge-warning.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }

.badge-danger {
  color: #fff;
  background-color: #dc3545; }
  a.badge-danger:hover, a.badge-danger:focus {
    color: #fff;
    background-color: #bd2130; }
  a.badge-danger:focus, a.badge-danger.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }

.badge-light {
  color: #212529;
  background-color: #f8f9fa; }
  a.badge-light:hover, a.badge-light:focus {
    color: #212529;
    background-color: #dae0e5; }
  a.badge-light:focus, a.badge-light.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }

.badge-dark {
  color: #fff;
  background-color: #343a40; }
  a.badge-dark:hover, a.badge-dark:focus {
    color: #fff;
    background-color: #1d2124; }
  a.badge-dark:focus, a.badge-dark.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem; }
  @media (min-width: 576px) {
    .jumbotron {
      padding: 4rem 2rem; } }

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

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem; }

.alert-heading {
  color: inherit; }

.alert-link {
  font-weight: 700; }

.alert-dismissible {
  padding-right: 4rem; }
  .alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0.75rem 1.25rem;
    color: inherit; }

.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff; }
  .alert-primary hr {
    border-top-color: #9fcdff; }
  .alert-primary .alert-link {
    color: #002752; }

.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db; }
  .alert-secondary hr {
    border-top-color: #c8cbcf; }
  .alert-secondary .alert-link {
    color: #202326; }

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb; }
  .alert-success hr {
    border-top-color: #b1dfbb; }
  .alert-success .alert-link {
    color: #0b2e13; }

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb; }
  .alert-info hr {
    border-top-color: #abdde5; }
  .alert-info .alert-link {
    color: #062c33; }

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba; }
  .alert-warning hr {
    border-top-color: #ffe8a1; }
  .alert-warning .alert-link {
    color: #533f03; }

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb; }
  .alert-danger hr {
    border-top-color: #f1b0b7; }
  .alert-danger .alert-link {
    color: #491217; }

.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe; }
  .alert-light hr {
    border-top-color: #ececf6; }
  .alert-light .alert-link {
    color: #686868; }

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca; }
  .alert-dark hr {
    border-top-color: #b9bbbe; }
  .alert-dark .alert-link {
    color: #040505; }

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0; }
  to {
    background-position: 0 0; } }

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0; }
  to {
    background-position: 0 0; } }

.progress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem; }

.progress-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #007bff;
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease; }
  @media (prefers-reduced-motion: reduce) {
    .progress-bar {
      -webkit-transition: none;
      transition: none; } }

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

.progress-bar-animated {
  -webkit-animation: progress-bar-stripes 1s linear infinite;
          animation: progress-bar-stripes 1s linear infinite; }
  @media (prefers-reduced-motion: reduce) {
    .progress-bar-animated {
      -webkit-animation: none;
              animation: none; } }

.media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }

.media-body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1; }

.list-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 0;
  margin-bottom: 0; }

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit; }
  .list-group-item-action:hover, .list-group-item-action:focus {
    z-index: 1;
    color: #495057;
    text-decoration: none;
    background-color: #f8f9fa; }
  .list-group-item-action:active {
    color: #212529;
    background-color: #e9ecef; }

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125); }
  .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem; }
  .list-group-item:last-child {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem; }
  .list-group-item.disabled, .list-group-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: #fff; }
  .list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff; }
  .list-group-item + .list-group-item {
    border-top-width: 0; }
    .list-group-item + .list-group-item.active {
      margin-top: -1px;
      border-top-width: 1px; }

.list-group-horizontal {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row; }
  .list-group-horizontal .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0; }
  .list-group-horizontal .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0; }
  .list-group-horizontal .list-group-item.active {
    margin-top: 0; }
  .list-group-horizontal .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0; }
    .list-group-horizontal .list-group-item + .list-group-item.active {
      margin-left: -1px;
      border-left-width: 1px; }

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
    .list-group-horizontal-sm .list-group-item:first-child {
      border-bottom-left-radius: 0.25rem;
      border-top-right-radius: 0; }
    .list-group-horizontal-sm .list-group-item:last-child {
      border-top-right-radius: 0.25rem;
      border-bottom-left-radius: 0; }
    .list-group-horizontal-sm .list-group-item.active {
      margin-top: 0; }
    .list-group-horizontal-sm .list-group-item + .list-group-item {
      border-top-width: 1px;
      border-left-width: 0; }
      .list-group-horizontal-sm .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px; } }

@media (min-width: 768px) {
  .list-group-horizontal-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
    .list-group-horizontal-md .list-group-item:first-child {
      border-bottom-left-radius: 0.25rem;
      border-top-right-radius: 0; }
    .list-group-horizontal-md .list-group-item:last-child {
      border-top-right-radius: 0.25rem;
      border-bottom-left-radius: 0; }
    .list-group-horizontal-md .list-group-item.active {
      margin-top: 0; }
    .list-group-horizontal-md .list-group-item + .list-group-item {
      border-top-width: 1px;
      border-left-width: 0; }
      .list-group-horizontal-md .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px; } }

@media (min-width: 992px) {
  .list-group-horizontal-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
    .list-group-horizontal-lg .list-group-item:first-child {
      border-bottom-left-radius: 0.25rem;
      border-top-right-radius: 0; }
    .list-group-horizontal-lg .list-group-item:last-child {
      border-top-right-radius: 0.25rem;
      border-bottom-left-radius: 0; }
    .list-group-horizontal-lg .list-group-item.active {
      margin-top: 0; }
    .list-group-horizontal-lg .list-group-item + .list-group-item {
      border-top-width: 1px;
      border-left-width: 0; }
      .list-group-horizontal-lg .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px; } }

@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
    .list-group-horizontal-xl .list-group-item:first-child {
      border-bottom-left-radius: 0.25rem;
      border-top-right-radius: 0; }
    .list-group-horizontal-xl .list-group-item:last-child {
      border-top-right-radius: 0.25rem;
      border-bottom-left-radius: 0; }
    .list-group-horizontal-xl .list-group-item.active {
      margin-top: 0; }
    .list-group-horizontal-xl .list-group-item + .list-group-item {
      border-top-width: 1px;
      border-left-width: 0; }
      .list-group-horizontal-xl .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px; } }

.list-group-flush .list-group-item {
  border-right-width: 0;
  border-left-width: 0;
  border-radius: 0; }
  .list-group-flush .list-group-item:first-child {
    border-top-width: 0; }

.list-group-flush:last-child .list-group-item:last-child {
  border-bottom-width: 0; }

.list-group-item-primary {
  color: #004085;
  background-color: #b8daff; }
  .list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
    color: #004085;
    background-color: #9fcdff; }
  .list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #004085;
    border-color: #004085; }

.list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db; }
  .list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
    color: #383d41;
    background-color: #c8cbcf; }
  .list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: #383d41;
    border-color: #383d41; }

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

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

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

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

.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe; }
  .list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
    color: #818182;
    background-color: #ececf6; }
  .list-group-item-light.list-group-item-action.active {
    color: #fff;
    background-color: #818182;
    border-color: #818182; }

.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca; }
  .list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
    color: #1b1e21;
    background-color: #b9bbbe; }
  .list-group-item-dark.list-group-item-action.active {
    color: #fff;
    background-color: #1b1e21;
    border-color: #1b1e21; }

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5; }
  .close:hover {
    color: #000;
    text-decoration: none; }
  .close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
    opacity: .75; }

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }

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

.toast {
  max-width: 350px;
  overflow: hidden;
  font-size: 0.875rem;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  opacity: 0;
  border-radius: 0.25rem; }
  .toast:not(:last-child) {
    margin-bottom: 0.75rem; }
  .toast.showing {
    opacity: 1; }
  .toast.show {
    display: block;
    opacity: 1; }
  .toast.hide {
    display: none; }

.toast-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.25rem 0.75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05); }

.toast-body {
  padding: 0.75rem; }

.modal-open {
  overflow: hidden; }
  .modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto; }

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none; }
  .modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    -webkit-transform: translate(0, -50px);
            transform: translate(0, -50px); }
    @media (prefers-reduced-motion: reduce) {
      .modal.fade .modal-dialog {
        -webkit-transition: none;
        transition: none; } }
  .modal.show .modal-dialog {
    -webkit-transform: none;
            transform: none; }
  .modal.modal-static .modal-dialog {
    -webkit-transform: scale(1.02);
            transform: scale(1.02); }

.modal-dialog-scrollable {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-height: calc(100% - 1rem); }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 1rem);
    overflow: hidden; }
  .modal-dialog-scrollable .modal-header,
  .modal-dialog-scrollable .modal-footer {
    -ms-flex-negative: 0;
        flex-shrink: 0; }
  .modal-dialog-scrollable .modal-body {
    overflow-y: auto; }

.modal-dialog-centered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: calc(100% - 1rem); }
  .modal-dialog-centered::before {
    display: block;
    height: calc(100vh - 1rem);
    content: ""; }
  .modal-dialog-centered.modal-dialog-scrollable {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 100%; }
    .modal-dialog-centered.modal-dialog-scrollable .modal-content {
      max-height: none; }
    .modal-dialog-centered.modal-dialog-scrollable::before {
      content: none; }

.modal-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000; }
  .modal-backdrop.fade {
    opacity: 0; }
  .modal-backdrop.show {
    opacity: 0.5; }

.modal-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px); }
  .modal-header .close {
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto; }

.modal-title {
  margin-bottom: 0;
  line-height: 1.5; }

.modal-body {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 1rem; }

.modal-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px); }
  .modal-footer > * {
    margin: 0.25rem; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto; }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem); }
    .modal-dialog-scrollable .modal-content {
      max-height: calc(100vh - 3.5rem); }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem); }
    .modal-dialog-centered::before {
      height: calc(100vh - 3.5rem); }
  .modal-sm {
    max-width: 300px; } }

@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px; } }

@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px; } }

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0; }
  .tooltip.show {
    opacity: 0.9; }
  .tooltip .arrow {
    position: absolute;
    display: block;
    width: 0.8rem;
    height: 0.4rem; }
    .tooltip .arrow::before {
      position: absolute;
      content: "";
      border-color: transparent;
      border-style: solid; }

.bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"] {
  padding: 0.4rem 0; }
  .bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^="top"] .arrow {
    bottom: 0; }
    .bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
      top: 0;
      border-width: 0.4rem 0.4rem 0;
      border-top-color: #000; }

.bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"] {
  padding: 0 0.4rem; }
  .bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^="right"] .arrow {
    left: 0;
    width: 0.4rem;
    height: 0.8rem; }
    .bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
      right: 0;
      border-width: 0.4rem 0.4rem 0.4rem 0;
      border-right-color: #000; }

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"] {
  padding: 0.4rem 0; }
  .bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^="bottom"] .arrow {
    top: 0; }
    .bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
      bottom: 0;
      border-width: 0 0.4rem 0.4rem;
      border-bottom-color: #000; }

.bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"] {
  padding: 0 0.4rem; }
  .bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^="left"] .arrow {
    right: 0;
    width: 0.4rem;
    height: 0.8rem; }
    .bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
      left: 0;
      border-width: 0.4rem 0 0.4rem 0.4rem;
      border-left-color: #000; }

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem; }

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem; }
  .popover .arrow {
    position: absolute;
    display: block;
    width: 1rem;
    height: 0.5rem;
    margin: 0 0.3rem; }
    .popover .arrow::before, .popover .arrow::after {
      position: absolute;
      display: block;
      content: "";
      border-color: transparent;
      border-style: solid; }

.bs-popover-top, .bs-popover-auto[x-placement^="top"] {
  margin-bottom: 0.5rem; }
  .bs-popover-top > .arrow, .bs-popover-auto[x-placement^="top"] > .arrow {
    bottom: calc(-0.5rem - 1px); }
    .bs-popover-top > .arrow::before, .bs-popover-auto[x-placement^="top"] > .arrow::before {
      bottom: 0;
      border-width: 0.5rem 0.5rem 0;
      border-top-color: rgba(0, 0, 0, 0.25); }
    .bs-popover-top > .arrow::after, .bs-popover-auto[x-placement^="top"] > .arrow::after {
      bottom: 1px;
      border-width: 0.5rem 0.5rem 0;
      border-top-color: #fff; }

.bs-popover-right, .bs-popover-auto[x-placement^="right"] {
  margin-left: 0.5rem; }
  .bs-popover-right > .arrow, .bs-popover-auto[x-placement^="right"] > .arrow {
    left: calc(-0.5rem - 1px);
    width: 0.5rem;
    height: 1rem;
    margin: 0.3rem 0; }
    .bs-popover-right > .arrow::before, .bs-popover-auto[x-placement^="right"] > .arrow::before {
      left: 0;
      border-width: 0.5rem 0.5rem 0.5rem 0;
      border-right-color: rgba(0, 0, 0, 0.25); }
    .bs-popover-right > .arrow::after, .bs-popover-auto[x-placement^="right"] > .arrow::after {
      left: 1px;
      border-width: 0.5rem 0.5rem 0.5rem 0;
      border-right-color: #fff; }

.bs-popover-bottom, .bs-popover-auto[x-placement^="bottom"] {
  margin-top: 0.5rem; }
  .bs-popover-bottom > .arrow, .bs-popover-auto[x-placement^="bottom"] > .arrow {
    top: calc(-0.5rem - 1px); }
    .bs-popover-bottom > .arrow::before, .bs-popover-auto[x-placement^="bottom"] > .arrow::before {
      top: 0;
      border-width: 0 0.5rem 0.5rem 0.5rem;
      border-bottom-color: rgba(0, 0, 0, 0.25); }
    .bs-popover-bottom > .arrow::after, .bs-popover-auto[x-placement^="bottom"] > .arrow::after {
      top: 1px;
      border-width: 0 0.5rem 0.5rem 0.5rem;
      border-bottom-color: #fff; }
  .bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^="bottom"] .popover-header::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 1rem;
    margin-left: -0.5rem;
    content: "";
    border-bottom: 1px solid #f7f7f7; }

.bs-popover-left, .bs-popover-auto[x-placement^="left"] {
  margin-right: 0.5rem; }
  .bs-popover-left > .arrow, .bs-popover-auto[x-placement^="left"] > .arrow {
    right: calc(-0.5rem - 1px);
    width: 0.5rem;
    height: 1rem;
    margin: 0.3rem 0; }
    .bs-popover-left > .arrow::before, .bs-popover-auto[x-placement^="left"] > .arrow::before {
      right: 0;
      border-width: 0.5rem 0 0.5rem 0.5rem;
      border-left-color: rgba(0, 0, 0, 0.25); }
    .bs-popover-left > .arrow::after, .bs-popover-auto[x-placement^="left"] > .arrow::after {
      right: 1px;
      border-width: 0.5rem 0 0.5rem 0.5rem;
      border-left-color: #fff; }

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px); }
  .popover-header:empty {
    display: none; }

.popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529; }

.carousel {
  position: relative; }

.carousel.pointer-event {
  -ms-touch-action: pan-y;
      touch-action: pan-y; }

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden; }
  .carousel-inner::after {
    display: block;
    clear: both;
    content: ""; }

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .carousel-item {
      -webkit-transition: none;
      transition: none; } }

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block; }

.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  -webkit-transform: translateX(100%);
          transform: translateX(100%); }

.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%); }

.carousel-fade .carousel-item {
  opacity: 0;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transform: none;
          transform: none; }

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1; }

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  -webkit-transition: opacity 0s 0.6s;
  transition: opacity 0s 0.6s; }
  @media (prefers-reduced-motion: reduce) {
    .carousel-fade .active.carousel-item-left,
    .carousel-fade .active.carousel-item-right {
      -webkit-transition: none;
      transition: none; } }

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  -webkit-transition: opacity 0.15s ease;
  transition: opacity 0.15s ease; }
  @media (prefers-reduced-motion: reduce) {
    .carousel-control-prev,
    .carousel-control-next {
      -webkit-transition: none;
      transition: none; } }
  .carousel-control-prev:hover, .carousel-control-prev:focus,
  .carousel-control-next:hover,
  .carousel-control-next:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: 0.9; }

.carousel-control-prev {
  left: 0; }

.carousel-control-next {
  right: 0; }

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: no-repeat 50% / 100% 100%; }

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e"); }

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e"); }

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none; }
  .carousel-indicators li {
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    -webkit-transition: opacity 0.6s ease;
    transition: opacity 0.6s ease; }
    @media (prefers-reduced-motion: reduce) {
      .carousel-indicators li {
        -webkit-transition: none;
        transition: none; } }
  .carousel-indicators .active {
    opacity: 1; }

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center; }

@-webkit-keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: spinner-border .75s linear infinite;
          animation: spinner-border .75s linear infinite; }

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em; }

@-webkit-keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  50% {
    opacity: 1; } }

@keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  50% {
    opacity: 1; } }

.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  -webkit-animation: spinner-grow .75s linear infinite;
          animation: spinner-grow .75s linear infinite; }

.spinner-grow-sm {
  width: 1rem;
  height: 1rem; }

.align-baseline {
  vertical-align: baseline !important; }

.align-top {
  vertical-align: top !important; }

.align-middle {
  vertical-align: middle !important; }

.align-bottom {
  vertical-align: bottom !important; }

.align-text-bottom {
  vertical-align: text-bottom !important; }

.align-text-top {
  vertical-align: text-top !important; }

.bg-primary {
  background-color: #007bff !important; }

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #0062cc !important; }

.bg-secondary {
  background-color: #6c757d !important; }

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #545b62 !important; }

.bg-success {
  background-color: #28a745 !important; }

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1e7e34 !important; }

.bg-info {
  background-color: #17a2b8 !important; }

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important; }

.bg-warning {
  background-color: #ffc107 !important; }

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #d39e00 !important; }

.bg-danger {
  background-color: #dc3545 !important; }

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #bd2130 !important; }

.bg-light {
  background-color: #f8f9fa !important; }

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important; }

.bg-dark {
  background-color: #343a40 !important; }

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important; }

.bg-white {
  background-color: #fff !important; }

.bg-transparent {
  background-color: transparent !important; }

.border {
  border: 1px solid #dee2e6 !important; }

.border-top {
  border-top: 1px solid #dee2e6 !important; }

.border-right {
  border-right: 1px solid #dee2e6 !important; }

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important; }

.border-left {
  border-left: 1px solid #dee2e6 !important; }

.border-0 {
  border: 0 !important; }

.border-top-0 {
  border-top: 0 !important; }

.border-right-0 {
  border-right: 0 !important; }

.border-bottom-0 {
  border-bottom: 0 !important; }

.border-left-0 {
  border-left: 0 !important; }

.border-primary {
  border-color: #007bff !important; }

.border-secondary {
  border-color: #6c757d !important; }

.border-success {
  border-color: #28a745 !important; }

.border-info {
  border-color: #17a2b8 !important; }

.border-warning {
  border-color: #ffc107 !important; }

.border-danger {
  border-color: #dc3545 !important; }

.border-light {
  border-color: #f8f9fa !important; }

.border-dark {
  border-color: #343a40 !important; }

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

.rounded-sm {
  border-radius: 0.2rem !important; }

.rounded {
  border-radius: 0.25rem !important; }

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important; }

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important; }

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important; }

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important; }

.rounded-lg {
  border-radius: 0.3rem !important; }

.rounded-circle {
  border-radius: 50% !important; }

.rounded-pill {
  border-radius: 50rem !important; }

.rounded-0 {
  border-radius: 0 !important; }

.clearfix::after {
  display: block;
  clear: both;
  content: ""; }

.d-none {
  display: none !important; }

.d-inline {
  display: inline !important; }

.d-inline-block {
  display: inline-block !important; }

.d-block {
  display: block !important; }

.d-table {
  display: table !important; }

.d-table-row {
  display: table-row !important; }

.d-table-cell {
  display: table-cell !important; }

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important; }

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important; }

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important; }
  .d-sm-inline {
    display: inline !important; }
  .d-sm-inline-block {
    display: inline-block !important; }
  .d-sm-block {
    display: block !important; }
  .d-sm-table {
    display: table !important; }
  .d-sm-table-row {
    display: table-row !important; }
  .d-sm-table-cell {
    display: table-cell !important; }
  .d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden; }
  .embed-responsive::before {
    display: block;
    content: ""; }
  .embed-responsive .embed-responsive-item,
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object,
  .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; }

.embed-responsive-21by9::before {
  padding-top: 42.85714%; }

.embed-responsive-16by9::before {
  padding-top: 56.25%; }

.embed-responsive-4by3::before {
  padding-top: 75%; }

.embed-responsive-1by1::before {
  padding-top: 100%; }

.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important; }

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important; }

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: row-reverse !important;
          flex-direction: row-reverse !important; }

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: column-reverse !important;
          flex-direction: column-reverse !important; }

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

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

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
      flex-wrap: wrap-reverse !important; }

.flex-fill {
  -webkit-box-flex: 1 !important;
      -ms-flex: 1 1 auto !important;
          flex: 1 1 auto !important; }

.flex-grow-0 {
  -webkit-box-flex: 0 !important;
      -ms-flex-positive: 0 !important;
          flex-grow: 0 !important; }

.flex-grow-1 {
  -webkit-box-flex: 1 !important;
      -ms-flex-positive: 1 !important;
          flex-grow: 1 !important; }

.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
      flex-shrink: 0 !important; }

.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
      flex-shrink: 1 !important; }

.justify-content-start {
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important; }

.justify-content-end {
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important; }

.justify-content-center {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important; }

.justify-content-between {
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important; }

.justify-content-around {
  -ms-flex-pack: distribute !important;
      justify-content: space-around !important; }

.align-items-start {
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important; }

.align-items-end {
  -webkit-box-align: end !important;
      -ms-flex-align: end !important;
          align-items: flex-end !important; }

.align-items-center {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important; }

.align-items-baseline {
  -webkit-box-align: baseline !important;
      -ms-flex-align: baseline !important;
          align-items: baseline !important; }

.align-items-stretch {
  -webkit-box-align: stretch !important;
      -ms-flex-align: stretch !important;
          align-items: stretch !important; }

.align-content-start {
  -ms-flex-line-pack: start !important;
      align-content: flex-start !important; }

.align-content-end {
  -ms-flex-line-pack: end !important;
      align-content: flex-end !important; }

.align-content-center {
  -ms-flex-line-pack: center !important;
      align-content: center !important; }

.align-content-between {
  -ms-flex-line-pack: justify !important;
      align-content: space-between !important; }

.align-content-around {
  -ms-flex-line-pack: distribute !important;
      align-content: space-around !important; }

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
      align-content: stretch !important; }

.align-self-auto {
  -ms-flex-item-align: auto !important;
      align-self: auto !important; }

.align-self-start {
  -ms-flex-item-align: start !important;
      align-self: flex-start !important; }

.align-self-end {
  -ms-flex-item-align: end !important;
      align-self: flex-end !important; }

.align-self-center {
  -ms-flex-item-align: center !important;
      align-self: center !important; }

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
      align-self: baseline !important; }

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
      align-self: stretch !important; }

@media (min-width: 576px) {
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important; }
  .flex-sm-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important; }
  .flex-sm-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important; }
  .flex-sm-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important; }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important; }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important; }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important; }
  .align-items-sm-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .align-items-sm-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .align-items-sm-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important; }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important; }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important; }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important; }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important; }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important; }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important; }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important; }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important; }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
        align-self: center !important; }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important; }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important; } }

@media (min-width: 768px) {
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important; }
  .flex-md-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important; }
  .flex-md-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important; }
  .flex-md-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important; }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important; }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important; }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important; }
  .align-items-md-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .align-items-md-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .align-items-md-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important; }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important; }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important; }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important; }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important; }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important; }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important; }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important; }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important; }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
        align-self: center !important; }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important; }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important; } }

@media (min-width: 992px) {
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important; }
  .flex-lg-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important; }
  .flex-lg-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important; }
  .flex-lg-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important; }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important; }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important; }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important; }
  .align-items-lg-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .align-items-lg-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .align-items-lg-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important; }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important; }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important; }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important; }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important; }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important; }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important; }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important; }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important; }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
        align-self: center !important; }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important; }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important; } }

@media (min-width: 1200px) {
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important; }
  .flex-xl-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important; }
  .flex-xl-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important; }
  .flex-xl-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important; }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important; }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important; }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important; }
  .align-items-xl-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .align-items-xl-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .align-items-xl-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important; }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important; }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important; }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important; }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important; }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important; }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important; }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important; }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important; }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
        align-self: center !important; }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important; }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important; } }

.float-left {
  float: left !important; }

.float-right {
  float: right !important; }

.float-none {
  float: none !important; }

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important; }
  .float-sm-right {
    float: right !important; }
  .float-sm-none {
    float: none !important; } }

@media (min-width: 768px) {
  .float-md-left {
    float: left !important; }
  .float-md-right {
    float: right !important; }
  .float-md-none {
    float: none !important; } }

@media (min-width: 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; } }

.overflow-auto {
  overflow: auto !important; }

.overflow-hidden {
  overflow: hidden !important; }

.position-static {
  position: static !important; }

.position-relative {
  position: relative !important; }

.position-absolute {
  position: absolute !important; }

.position-fixed {
  position: fixed !important; }

.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important; }

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030; }

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030; }

@supports ((position: -webkit-sticky) or (position: sticky)) {
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020; } }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal; }

.shadow-sm {
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
          box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important; }

.shadow {
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
          box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important; }

.shadow-lg {
  -webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
          box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important; }

.shadow-none {
  -webkit-box-shadow: none !important;
          box-shadow: none !important; }

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

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

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

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

.w-auto {
  width: auto !important; }

.h-25 {
  height: 25% !important; }

.h-50 {
  height: 50% !important; }

.h-75 {
  height: 75% !important; }

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

.h-auto {
  height: auto !important; }

.mw-100 {
  max-width: 100% !important; }

.mh-100 {
  max-height: 100% !important; }

.min-vw-100 {
  min-width: 100vw !important; }

.min-vh-100 {
  min-height: 100vh !important; }

.vw-100 {
  width: 100vw !important; }

.vh-100 {
  height: 100vh !important; }

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0); }

.m-0 {
  margin: 0 !important; }

.mt-0,
.my-0 {
  margin-top: 0 !important; }

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

.mb-0,
.my-0 {
  margin-bottom: 0 !important; }

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

.m-1 {
  margin: 0.25rem !important; }

.mt-1,
.my-1 {
  margin-top: 0.25rem !important; }

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important; }

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important; }

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important; }

.m-2 {
  margin: 0.5rem !important; }

.mt-2,
.my-2 {
  margin-top: 0.5rem !important; }

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important; }

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important; }

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important; }

.m-3 {
  margin: 1rem !important; }

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

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

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

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

.m-4 {
  margin: 1.5rem !important; }

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

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

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

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

.m-5 {
  margin: 3rem !important; }

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

.mr-5,
.mx-5 {
  margin-right: 3rem !important; }

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

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

.p-0 {
  padding: 0 !important; }

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

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

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

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

.p-1 {
  padding: 0.25rem !important; }

.pt-1,
.py-1 {
  padding-top: 0.25rem !important; }

.pr-1,
.px-1 {
  padding-right: 0.25rem !important; }

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important; }

.pl-1,
.px-1 {
  padding-left: 0.25rem !important; }

.p-2 {
  padding: 0.5rem !important; }

.pt-2,
.py-2 {
  padding-top: 0.5rem !important; }

.pr-2,
.px-2 {
  padding-right: 0.5rem !important; }

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important; }

.pl-2,
.px-2 {
  padding-left: 0.5rem !important; }

.p-3 {
  padding: 1rem !important; }

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

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

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

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

.p-4 {
  padding: 1.5rem !important; }

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

.pr-4,
.px-4 {
  padding-right: 1.5rem !important; }

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

.pl-4,
.px-4 {
  padding-left: 1.5rem !important; }

.p-5 {
  padding: 3rem !important; }

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

.pr-5,
.px-5 {
  padding-right: 3rem !important; }

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

.pl-5,
.px-5 {
  padding-left: 3rem !important; }

.m-n1 {
  margin: -0.25rem !important; }

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important; }

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important; }

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important; }

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important; }

.m-n2 {
  margin: -0.5rem !important; }

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important; }

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important; }

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important; }

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important; }

.m-n3 {
  margin: -1rem !important; }

.mt-n3,
.my-n3 {
  margin-top: -1rem !important; }

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important; }

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important; }

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important; }

.m-n4 {
  margin: -1.5rem !important; }

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important; }

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important; }

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

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important; }

.m-n5 {
  margin: -3rem !important; }

.mt-n5,
.my-n5 {
  margin-top: -3rem !important; }

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important; }

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important; }

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important; }

.m-auto {
  margin: auto !important; }

.mt-auto,
.my-auto {
  margin-top: auto !important; }

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

.mb-auto,
.my-auto {
  margin-bottom: auto !important; }

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

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important; }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important; }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important; }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important; }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important; }
  .m-sm-1 {
    margin: 0.25rem !important; }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important; }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important; }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important; }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important; }
  .m-sm-2 {
    margin: 0.5rem !important; }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important; }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important; }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important; }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important; }
  .m-sm-3 {
    margin: 1rem !important; }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important; }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important; }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important; }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important; }
  .m-sm-4 {
    margin: 1.5rem !important; }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important; }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important; }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important; }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important; }
  .m-sm-5 {
    margin: 3rem !important; }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important; }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important; }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important; }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important; }
  .p-sm-0 {
    padding: 0 !important; }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important; }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important; }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important; }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important; }
  .p-sm-1 {
    padding: 0.25rem !important; }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important; }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important; }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important; }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important; }
  .p-sm-2 {
    padding: 0.5rem !important; }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important; }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important; }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important; }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important; }
  .p-sm-3 {
    padding: 1rem !important; }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important; }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important; }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important; }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important; }
  .p-sm-4 {
    padding: 1.5rem !important; }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important; }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important; }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important; }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important; }
  .p-sm-5 {
    padding: 3rem !important; }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important; }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important; }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important; }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important; }
  .m-sm-n1 {
    margin: -0.25rem !important; }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important; }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important; }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important; }
  .m-sm-n2 {
    margin: -0.5rem !important; }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important; }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important; }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important; }
  .m-sm-n3 {
    margin: -1rem !important; }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important; }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important; }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important; }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important; }
  .m-sm-n4 {
    margin: -1.5rem !important; }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important; }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important; }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important; }
  .m-sm-n5 {
    margin: -3rem !important; }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important; }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important; }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important; }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important; }
  .m-sm-auto {
    margin: auto !important; }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important; }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important; }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important; }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important; } }

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important; }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important; }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important; }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important; }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important; }
  .m-md-1 {
    margin: 0.25rem !important; }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important; }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important; }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important; }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important; }
  .m-md-2 {
    margin: 0.5rem !important; }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important; }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important; }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important; }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important; }
  .m-md-3 {
    margin: 1rem !important; }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important; }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important; }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important; }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important; }
  .m-md-4 {
    margin: 1.5rem !important; }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important; }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important; }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important; }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important; }
  .m-md-5 {
    margin: 3rem !important; }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important; }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important; }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important; }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important; }
  .p-md-0 {
    padding: 0 !important; }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important; }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important; }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important; }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important; }
  .p-md-1 {
    padding: 0.25rem !important; }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important; }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important; }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important; }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important; }
  .p-md-2 {
    padding: 0.5rem !important; }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important; }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important; }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important; }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important; }
  .p-md-3 {
    padding: 1rem !important; }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important; }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important; }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important; }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important; }
  .p-md-4 {
    padding: 1.5rem !important; }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important; }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important; }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important; }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important; }
  .p-md-5 {
    padding: 3rem !important; }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important; }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important; }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important; }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important; }
  .m-md-n1 {
    margin: -0.25rem !important; }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important; }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important; }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important; }
  .m-md-n2 {
    margin: -0.5rem !important; }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important; }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important; }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important; }
  .m-md-n3 {
    margin: -1rem !important; }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important; }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important; }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important; }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important; }
  .m-md-n4 {
    margin: -1.5rem !important; }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important; }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important; }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important; }
  .m-md-n5 {
    margin: -3rem !important; }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important; }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important; }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important; }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important; }
  .m-md-auto {
    margin: auto !important; }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important; }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important; }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important; }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important; } }

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important; }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important; }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important; }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important; }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important; }
  .m-lg-1 {
    margin: 0.25rem !important; }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important; }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important; }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important; }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important; }
  .m-lg-2 {
    margin: 0.5rem !important; }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important; }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important; }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important; }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important; }
  .m-lg-3 {
    margin: 1rem !important; }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important; }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important; }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important; }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important; }
  .m-lg-4 {
    margin: 1.5rem !important; }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important; }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important; }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important; }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important; }
  .m-lg-5 {
    margin: 3rem !important; }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important; }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important; }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important; }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important; }
  .p-lg-0 {
    padding: 0 !important; }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important; }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important; }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important; }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important; }
  .p-lg-1 {
    padding: 0.25rem !important; }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important; }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important; }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important; }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important; }
  .p-lg-2 {
    padding: 0.5rem !important; }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important; }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important; }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important; }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important; }
  .p-lg-3 {
    padding: 1rem !important; }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important; }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important; }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important; }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important; }
  .p-lg-4 {
    padding: 1.5rem !important; }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important; }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important; }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important; }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important; }
  .p-lg-5 {
    padding: 3rem !important; }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important; }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important; }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important; }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important; }
  .m-lg-n1 {
    margin: -0.25rem !important; }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important; }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important; }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important; }
  .m-lg-n2 {
    margin: -0.5rem !important; }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important; }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important; }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important; }
  .m-lg-n3 {
    margin: -1rem !important; }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important; }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important; }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important; }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important; }
  .m-lg-n4 {
    margin: -1.5rem !important; }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important; }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important; }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important; }
  .m-lg-n5 {
    margin: -3rem !important; }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important; }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important; }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important; }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important; }
  .m-lg-auto {
    margin: auto !important; }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important; }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important; }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important; }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important; } }

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important; }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important; }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important; }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important; }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important; }
  .m-xl-1 {
    margin: 0.25rem !important; }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important; }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important; }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important; }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important; }
  .m-xl-2 {
    margin: 0.5rem !important; }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important; }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important; }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important; }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important; }
  .m-xl-3 {
    margin: 1rem !important; }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important; }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important; }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important; }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important; }
  .m-xl-4 {
    margin: 1.5rem !important; }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important; }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important; }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important; }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important; }
  .m-xl-5 {
    margin: 3rem !important; }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important; }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important; }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important; }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important; }
  .p-xl-0 {
    padding: 0 !important; }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important; }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important; }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important; }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important; }
  .p-xl-1 {
    padding: 0.25rem !important; }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important; }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important; }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important; }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important; }
  .p-xl-2 {
    padding: 0.5rem !important; }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important; }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important; }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important; }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important; }
  .p-xl-3 {
    padding: 1rem !important; }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important; }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important; }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important; }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important; }
  .p-xl-4 {
    padding: 1.5rem !important; }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important; }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important; }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important; }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important; }
  .p-xl-5 {
    padding: 3rem !important; }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important; }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important; }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important; }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important; }
  .m-xl-n1 {
    margin: -0.25rem !important; }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important; }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important; }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important; }
  .m-xl-n2 {
    margin: -0.5rem !important; }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important; }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important; }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important; }
  .m-xl-n3 {
    margin: -1rem !important; }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important; }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important; }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important; }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important; }
  .m-xl-n4 {
    margin: -1.5rem !important; }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important; }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important; }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important; }
  .m-xl-n5 {
    margin: -3rem !important; }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important; }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important; }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important; }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important; }
  .m-xl-auto {
    margin: auto !important; }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important; }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important; }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important; }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important; } }

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important; }

.text-justify {
  text-align: justify !important; }

.text-wrap {
  white-space: normal !important; }

.text-nowrap {
  white-space: nowrap !important; }

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.text-left {
  text-align: left !important; }

.text-right {
  text-align: right !important; }

.text-center {
  text-align: center !important; }

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important; }
  .text-sm-right {
    text-align: right !important; }
  .text-sm-center {
    text-align: center !important; } }

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important; }
  .text-md-right {
    text-align: right !important; }
  .text-md-center {
    text-align: center !important; } }

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important; }
  .text-lg-right {
    text-align: right !important; }
  .text-lg-center {
    text-align: center !important; } }

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important; }
  .text-xl-right {
    text-align: right !important; }
  .text-xl-center {
    text-align: center !important; } }

.text-lowercase {
  text-transform: lowercase !important; }

.text-uppercase {
  text-transform: uppercase !important; }

.text-capitalize {
  text-transform: capitalize !important; }

.font-weight-light {
  font-weight: 300 !important; }

.font-weight-lighter {
  font-weight: lighter !important; }

.font-weight-normal {
  font-weight: 400 !important; }

.font-weight-bold {
  font-weight: 700 !important; }

.font-weight-bolder {
  font-weight: bolder !important; }

.font-italic {
  font-style: italic !important; }

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

.text-primary {
  color: #007bff !important; }

a.text-primary:hover, a.text-primary:focus {
  color: #0056b3 !important; }

.text-secondary {
  color: #6c757d !important; }

a.text-secondary:hover, a.text-secondary:focus {
  color: #494f54 !important; }

.text-success {
  color: #28a745 !important; }

a.text-success:hover, a.text-success:focus {
  color: #19692c !important; }

.text-info {
  color: #17a2b8 !important; }

a.text-info:hover, a.text-info:focus {
  color: #0f6674 !important; }

.text-warning {
  color: #ffc107 !important; }

a.text-warning:hover, a.text-warning:focus {
  color: #ba8b00 !important; }

.text-danger {
  color: #dc3545 !important; }

a.text-danger:hover, a.text-danger:focus {
  color: #a71d2a !important; }

.text-light {
  color: #f8f9fa !important; }

a.text-light:hover, a.text-light:focus {
  color: #cbd3da !important; }

.text-dark {
  color: #343a40 !important; }

a.text-dark:hover, a.text-dark:focus {
  color: #121416 !important; }

.text-body {
  color: #212529 !important; }

.text-muted {
  color: #6c757d !important; }

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important; }

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.text-decoration-none {
  text-decoration: none !important; }

.text-break {
  word-break: break-word !important;
  overflow-wrap: break-word !important; }

.text-reset {
  color: inherit !important; }

.visible {
  visibility: visible !important; }

.invisible {
  visibility: hidden !important; }

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important; }
  a:not(.btn) {
    text-decoration: underline; }
  abbr[title]::after {
    content: " (" attr(title) ")"; }
  pre {
    white-space: pre-wrap !important; }
  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  @page {
    size: a3; }
  body {
    min-width: 992px !important; }
  .container {
    min-width: 992px !important; }
  .navbar {
    display: none; }
  .badge {
    border: 1px solid #000; }
  .table {
    border-collapse: collapse !important; }
    .table td,
    .table th {
      background-color: #fff !important; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6 !important; }
  .table-dark {
    color: inherit; }
    .table-dark th,
    .table-dark td,
    .table-dark thead th,
    .table-dark tbody + tbody {
      border-color: #dee2e6; }
  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6; } }

html {
  font-size: 100%; }

body {
  font-family: "Barlow", sans-serif;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.625rem; }

main h1, main h2, main h3, main h4, main h5, main h6 {
  font-family: "Bitter", serif;
  font-weight: 700; }

main h1 {
  font-size: 1.5rem;
  line-height: 2rem; }

main h2 {
  font-size: 1.25rem;
  line-height: 1.875rem; }

main h3 {
  font-size: 1.125rem;
  line-height: 1.625rem; }

main h4 {
  font-size: 1rem;
  line-height: 1.5rem; }

main h5 {
  font-family: "Barlow", sans-serif;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.375rem; }

@media (min-width: 768px) {
  main h1 {
    font-size: 1.75rem;
    line-height: 2.25rem; }
  main h2 {
    font-size: 1.5rem;
    line-height: 2rem; }
  main h3 {
    font-size: 1.25rem;
    line-height: 1.75rem; }
  main h4 {
    font-size: 1.125rem;
    line-height: 1.625rem; }
  main h5 {
    font-family: "Barlow", sans-serif;
    font-weight: 600;
    font-size: 1.125rem;
    line-height: 1.625rem; } }

main p {
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.625rem; }
  main p strong {
    font-weight: 600; }

.ce_colsetStart {
  margin-bottom: 0 !important; }

.ce_headline.standard,
.ce_headline--underline {
  margin-bottom: 34px; }

@media (min-width: 768px) {
  .ce_headline.standard,
  .ce_headline--underline {
    margin-bottom: 34px; } }

figure.image_container {
  position: relative; }

ul {
  list-style: none;
  padding: 0; }
  ul li {
    margin: 0;
    padding: 0; }

/**
 * General Links (with auto icons)
 * (internal, external, download or anchor)
 */
a {
  display: inline-block;
  position: relative;
  padding-left: 40px;
  font-family: "Barlow", sans-serif;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.625rem; }
  a .custom-link-icon {
    position: absolute;
    top: -2px;
    left: 0;
    width: 22px;
    margin-right: 10px;
    text-align: right; }
    a .custom-link-icon.link-type--internal svg .anim {
      -webkit-transform: translate(0, 0);
              transform: translate(0, 0);
      opacity: 1; }
    a .custom-link-icon.link-type--external svg .anim {
      -webkit-transform: rotate(0);
              transform: rotate(0);
      opacity: 1; }
    a .custom-link-icon.link-type--download svg .anim {
      -webkit-transform: translate(0, 0);
              transform: translate(0, 0);
      opacity: 1; }
    a .custom-link-icon.link-type--anchor {
      top: -2px; }
      a .custom-link-icon.link-type--anchor svg .anim {
        -webkit-transform: translate(0, 0);
                transform: translate(0, 0);
        opacity: 1; }

@-webkit-keyframes link-icon-anim-internal {
  0% {
    -webkit-transform: translate(-10px, 0);
            transform: translate(-10px, 0);
    opacity: 0; }
  20% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 1; } }

@keyframes link-icon-anim-internal {
  0% {
    -webkit-transform: translate(-10px, 0);
            transform: translate(-10px, 0);
    opacity: 0; }
  20% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 1; } }
  a:hover .custom-link-icon.link-type--internal svg .anim {
    -webkit-animation: link-icon-anim-internal 2s ease infinite;
            animation: link-icon-anim-internal 2s ease infinite; }

@-webkit-keyframes link-icon-anim-external {
  0% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
    opacity: 0; }
  20% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
    opacity: 1; } }

@keyframes link-icon-anim-external {
  0% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
    opacity: 0; }
  20% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
    opacity: 1; } }
  a:hover .custom-link-icon.link-type--external svg .anim {
    -webkit-transform-origin: 10px 10px;
            transform-origin: 10px 10px;
    -webkit-animation: link-icon-anim-external 2s ease infinite;
            animation: link-icon-anim-external 2s ease infinite; }

@-webkit-keyframes link-icon-anim-download {
  0% {
    -webkit-transform: translate(0, -10px);
            transform: translate(0, -10px);
    opacity: 0; }
  20% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 1; } }

@keyframes link-icon-anim-download {
  0% {
    -webkit-transform: translate(0, -10px);
            transform: translate(0, -10px);
    opacity: 0; }
  20% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 1; } }
  a:hover .custom-link-icon.link-type--download svg .anim {
    -webkit-animation: link-icon-anim-download 2s ease infinite;
            animation: link-icon-anim-download 2s ease infinite; }

@-webkit-keyframes link-icon-anim-anchor {
  0% {
    -webkit-transform: translate(0, -10px);
            transform: translate(0, -10px);
    opacity: 0; }
  20% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 1; } }

@keyframes link-icon-anim-anchor {
  0% {
    -webkit-transform: translate(0, -10px);
            transform: translate(0, -10px);
    opacity: 0; }
  20% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 1; } }
  a:hover .custom-link-icon.link-type--anchor svg .anim {
    -webkit-animation: link-icon-anim-anchor 2s ease infinite;
            animation: link-icon-anim-anchor 2s ease infinite; }

figure a {
  padding-left: 0; }

@media (max-width: 767.98px) {
  .content-margin-none {
    margin-bottom: 0; }
  .content-margin-standard {
    margin-bottom: 50px; }
  .content-margin-small {
    margin-bottom: 60px; }
  .content-margin-large {
    margin-bottom: 70px; } }

@media (min-width: 768px) {
  .content-margin-none {
    margin-bottom: 0; }
  .content-margin-standard {
    margin-bottom: 60px; }
  .content-margin-small {
    margin-bottom: 70px; }
  .content-margin-large {
    margin-bottom: 80px; } }

.mod_article {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0; }
  @media (max-width: 767.98px) {
    .mod_article.mod_article--paddingtop-none {
      padding-top: 0; }
    .mod_article.mod_article--paddingtop-standard {
      padding-top: 60px; }
    .mod_article.mod_article--paddingtop-small {
      padding-top: 60px; }
    .mod_article.mod_article--paddingtop-large {
      padding-top: 60px; }
    .mod_article.mod_article--paddingbottom-none {
      padding-bottom: 0; }
    .mod_article.mod_article--paddingbottom-standard {
      padding-bottom: 70px; }
    .mod_article.mod_article--paddingbottom-small {
      padding-bottom: 70px; }
    .mod_article.mod_article--paddingbottom-large {
      padding-bottom: 70px; } }
  @media (min-width: 768px) and (max-width: 991.98px) {
    .mod_article.mod_article--paddingtop-none {
      padding-top: 0; }
    .mod_article.mod_article--paddingtop-standard {
      padding-top: 60px; }
    .mod_article.mod_article--paddingtop-small {
      padding-top: 70px; }
    .mod_article.mod_article--paddingtop-large {
      padding-top: 80px; }
    .mod_article.mod_article--paddingbottom-none {
      padding-bottom: 0; }
    .mod_article.mod_article--paddingbottom-standard {
      padding-bottom: 70px; }
    .mod_article.mod_article--paddingbottom-small {
      padding-bottom: 80px; }
    .mod_article.mod_article--paddingbottom-large {
      padding-bottom: 90px; } }
  @media (min-width: 992px) {
    .mod_article.mod_article--paddingtop-none {
      padding-top: 0; }
    .mod_article.mod_article--paddingtop-standard {
      padding-top: 60px; }
    .mod_article.mod_article--paddingtop-small {
      padding-top: 70px; }
    .mod_article.mod_article--paddingtop-large {
      padding-top: 90px; }
    .mod_article.mod_article--paddingbottom-none {
      padding-bottom: 0; }
    .mod_article.mod_article--paddingbottom-standard {
      padding-bottom: 70px; }
    .mod_article.mod_article--paddingbottom-small {
      padding-bottom: 80px; }
    .mod_article.mod_article--paddingbottom-large {
      padding-bottom: 100px; } }

.contentpage .mod_article.first {
  padding-top: 0; }

i.icon {
  display: inline-block;
  width: 25px;
  height: 25px;
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle; }
  i.icon.more {
    width: 40px;
    height: 34px;
    background-image: url(1cb01002906abfa402626e42f6f17de5.svg);
    margin-left: 12px;
    margin-bottom: 2px; }
  i.icon.more-yellow {
    background-image: url(a7278a2ee4eb8eae9a81fe883fe98ee8.svg); }
  i.icon.checklist {
    width: 25px;
    height: 23px;
    background-image: url(9d7b295a03a15a511b961e134f1e322f.svg);
    margin-right: 22px;
    vertical-align: text-top; }
  i.icon.green-check {
    width: 58px;
    height: 50px;
    background-image: url(044655f407484bc5850413adea8a1c89.svg); }

.high-contrast h1, .high-contrast h2, .high-contrast h3, .high-contrast h4, .high-contrast h5, .high-contrast p, .high-contrast a span {
  background-color: white !important;
  color: black !important;
  padding-left: 10px;
  padding-right: 10px; }

/**
 * Copyright Button for images
 */
.copyright-icon {
  width: 23px;
  height: 23px;
  position: absolute;
  right: 12%;
  bottom: 12%;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMyIgaGVpZ2h0PSIyMyIgdmlld0JveD0iMCAwIDIzIDIzIj48ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMzgwIC0zODgpIj48Y2lyY2xlIGN4PSIxMS41IiBjeT0iMTEuNSIgcj0iMTEuNSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMzgwIDM4OCkiIGZpbGw9IiNmZmYiIG9wYWNpdHk9IjAuOCIvPjxwYXRoIGQ9Ik0yLjI4OC0xLjQyNEE1LjYwNyw1LjYwNywwLDAsMSwuNzItNS41MmE2LjA1MSw2LjA1MSwwLDAsMSwuNDQtMi4zMkE1LjY2Myw1LjY2MywwLDAsMSwyLjM3Ni05LjcsNS41MTIsNS41MTIsMCwwLDEsNC4yMjQtMTAuOTJhNi4wOTMsNi4wOTMsMCwwLDEsMi4zMzYtLjQ0LDYuMzU4LDYuMzU4LDAsMCwxLDIuMzIuNDE2LDUuNDU4LDUuNDU4LDAsMCwxLDEuODQ4LDEuMTY4LDUuNDY3LDUuNDY3LDAsMCwxLDEuMjI0LDEuOEE1LjgyMiw1LjgyMiwwLDAsMSwxMi40LTUuNjY0YTUuNzIsNS43MiwwLDAsMS0uNDY0LDIuMzEyQTUuNzQ3LDUuNzQ3LDAsMCwxLDEwLjY2NC0xLjUsNS44MSw1LjgxLDAsMCwxLDguNzYtLjI4LDYuMjc1LDYuMjc1LDAsMCwxLDYuNC4xNiw1LjU2Myw1LjU2MywwLDAsMSwyLjI4OC0xLjQyNFptLjkyOC03LjVBNC42LDQuNiwwLDAsMCwyLTUuNmE1LjI2NCw1LjI2NCwwLDAsMCwuMzIsMS44NzIsNC4yMjgsNC4yMjgsMCwwLDAsLjksMS40NTYsNC4wNCw0LjA0LDAsMCwwLDEuNDA4Ljk0NEE0Ljg1NSw0Ljg1NSwwLDAsMCw2LjQ4LS45OTJhNS4wNCw1LjA0LDAsMCwwLDEuODcyLS4zMzZBNC4yNjYsNC4yNjYsMCwwLDAsOS44MTYtMi4yOGE0LjM2NCw0LjM2NCwwLDAsMCwuOTYtMS40NjRBNC44OTIsNC44OTIsMCwwLDAsMTEuMTItNS42YTQuOTM2LDQuOTM2LDAsMCwwLS4zNDQtMS44NzIsNC4yMjEsNC4yMjEsMCwwLDAtLjk2OC0xLjQ1Niw0LjQxMyw0LjQxMywwLDAsMC0xLjQ3Mi0uOTQ0LDUsNSwwLDAsMC0xLjg1Ni0uMzM2QTQuMzIyLDQuMzIyLDAsMCwwLDMuMjE2LTguOTI4Wm01LjQ1NiwyLjNoLS45TDcuNTUyLTcuNzEyQTMuNzE2LDMuNzE2LDAsMCwwLDYuNTYtNy44NHEtMS41MiwwLTEuNTIsMi4yNzIsMCwyLjA0OCwxLjYsMi4wNDhBMi4xMDgsMi4xMDgsMCwwLDAsNy40NDgtMy43YTMuMjUsMy4yNSwwLDAsMCwuNjY0LS4zNTJsLjI0LS4xNzYuNDMyLjczNi0uMy4yODhhMS40ODUsMS40ODUsMCwwLDEtLjI4OC4yLDUuMDIxLDUuMDIxLDAsMCwxLS40OC4yNCwzLjg1NSwzLjg1NSwwLDAsMS0uNTc2LjIsMi4yNjYsMi4yNjYsMCwwLDEtLjU3Ni4wOCwyLjg2NiwyLjg2NiwwLDAsMS0yLjEyLS43NkEzLjA3MywzLjA3MywwLDAsMSwzLjY4LTUuNWE0LjE4NCw0LjE4NCwwLDAsMSwuMjA4LTEuMzZBMy4wMTEsMy4wMTEsMCwwLDEsNC40OC03LjlhMi42NDYsMi42NDYsMCwwLDEsLjkzNi0uNjcyLDMuMTIyLDMuMTIyLDAsMCwxLDEuMjU2LS4yNCwzLjY5NCwzLjY5NCwwLDAsMSwuNDcyLjAzMiw0LjkxMyw0LjkxMywwLDAsMSwuNDg4LjA4OHEuMjQuMDU2LjQ0LjEyYTMuNDM0LDMuNDM0LDAsMCwxLC4zNDQuMTI4TDguNy04LjMyWiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMzg1IDQwNSkiLz48L2c+PC9zdmc+"); }

.tippy-tooltip {
  color: #000;
  background-color: rgba(255, 255, 255, 0.9); }

.mojo--lightbox {
  z-index: 999;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: background-color 0.3s ease-out;
  transition: background-color 0.3s ease-out;
  background-color: rgba(0, 0, 0, 0); }
  .mojo--lightbox.active {
    background-color: rgba(0, 0, 0, 0.6); }
  .mojo--lightbox .base {
    position: relative;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    margin-bottom: 100px; }
    .mojo--lightbox .base .backdrop {
      position: absolute;
      width: 100%;
      height: 100%;
      overflow: hidden; }
      .mojo--lightbox .base .backdrop .circle {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 1px;
        height: 1px;
        border-radius: 50%;
        background-color: white;
        -webkit-transition: 0.5s ease-out;
        transition: 0.5s ease-out; }
        .mojo--lightbox .base .backdrop .circle.appear {
          width: 1000px;
          height: 1000px;
          margin-top: -500px;
          margin-left: -500px; }
    .mojo--lightbox .base .controls .btn-close {
      position: absolute;
      top: -30px;
      right: -30px;
      width: 30px;
      height: 30px;
      padding: 0;
      border: 0;
      background-color: transparent;
      outline: none;
      cursor: pointer;
      opacity: 0;
      -webkit-transition: 0.3s ease-in-out;
      transition: 0.3s ease-in-out; }
    .mojo--lightbox .base .content {
      position: relative;
      opacity: 0;
      -webkit-transition: 0.3s ease-in-out;
      transition: 0.3s ease-in-out; }
      .mojo--lightbox .base .content.appear {
        opacity: 1; }
      .mojo--lightbox .base .content .image {
        position: relative;
        width: 800px;
        height: 450px;
        background-size: cover; }
        .mojo--lightbox .base .content .image .copyright-icon {
          position: absolute;
          right: 10px;
          bottom: 10px; }
      .mojo--lightbox .base .content .caption {
        padding: 16px;
        background-color: rgba(244, 244, 244, 0.9); }
        .mojo--lightbox .base .content .caption .description {
          font-family: "Barlow", sans-serif;
          font-weight: 400;
          font-size: 0.75rem;
          line-height: 1rem; }

/**
 * Slider All
 */
/**
 * Headlines
 */
/*
//---
// Standard
.ce_headline.standard {
  // Note: H1-H5 see fonts.scss
  // Note: CE Abstände siehe general.scss

  @include media-breakpoint-up(xl) {
    max-width: 85.5%;
  }

  .h1-subline {
    font-family: $font-barlow;
    font-weight: 500;
    font-size: rem(18px);
    line-height: rem(24px);
    padding-bottom: 32px;
    //--
    // md+
    @include media-breakpoint-up(md) {
      font-size: rem(20px);
      line-height: rem(26px);
    }  
  }

  .h2-subline,
  .h3-subline,
  .h4-subline,
  .h5-subline {
    font-family: $font-barlow;
    font-weight: 500;
    font-size: rem(16px);
    line-height: rem(24px);
    padding-bottom: 32px;
    //--
    // md+
    @include media-breakpoint-up(md) {
      font-size: rem(18px);
      line-height: rem(26px);      
    }  
  }

}

//--- 
// ce_headline--underline 
.ce_headline--underline {
  // Note: CE Abstände siehe general.scss

  h1, h2, h3, h4, h5 {
    //---
    // Custom Underline
    display: inline;
    background-position: bottom 0px left 0px;
    background-repeat: repeat-x;
    background-size: 1px 14px;   
    
    font-size: rem(20px);
    line-height: rem(28px);  
    //--
    // md+
    @include media-breakpoint-up(md) {
      font-size: rem(24px);
      line-height: rem(32px);  
    }      
  }
  // Variations
  &.content-keycolor-white { h1, h2 { @include background-image-gradient-helper($white); } }
  &.content-keycolor-yellow { h1, h2 {  @include background-image-gradient-helper($yellow); } }
  &.content-keycolor-red { h1, h2 {  @include background-image-gradient-helper($red); } }
  &.content-keycolor-green { h1, h2 {  @include background-image-gradient-helper($green); } }
  &.content-keycolor-cyan { h1, h2 {  @include background-image-gradient-helper($cyan); } }  
}

*/
/**
 * ce_hyperlink--beside-headline
 */
.ce_hyperlink--beside-headline {
  text-align: right;
  margin-bottom: 0; }
  .ce_hyperlink--beside-headline a {
    font-family: "Bitter", serif;
    font-weight: 700;
    font-size: 1rem;
    line-height: 1.5rem; }
    .ce_hyperlink--beside-headline a:hover {
      text-decoration: none; }
  .ce_hyperlink--beside-headline .link-arrow {
    margin-left: 12px;
    margin-bottom: 5px; }
  @media (min-width: 992px) {
    .ce_hyperlink--beside-headline {
      margin-top: -54px;
      width: 33%;
      float: right; } }
  .ce_hyperlink--beside-headline .link-arrow .base {
    fill: #E5E4E3; }
  .ce_hyperlink--beside-headline.content-keycolor-standard .link-arrow .base {
    fill: #E5E4E3; }
  .ce_hyperlink--beside-headline.content-keycolor-white .link-arrow .base {
    fill: #FFF; }
  .ce_hyperlink--beside-headline.content-keycolor-red .link-arrow .base {
    fill: #EB5B25; }
  .ce_hyperlink--beside-headline.content-keycolor-yellow .link-arrow .base {
    fill: #FDC400; }
  .ce_hyperlink--beside-headline.content-keycolor-cyan .link-arrow .base {
    fill: #4DBDC6; }
  .ce_hyperlink--beside-headline.content-keycolor-green .link-arrow .base {
    fill: #B8C931; }

/**
 * List (checklist)
 */
.ce_list--checklist ol,
.ce_list--checklist ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 0; }
  .ce_list--checklist ol li,
  .ce_list--checklist ul li {
    position: relative;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    min-height: 50px;
    margin-bottom: 30px;
    padding-left: 95px;
    padding-right: 40px; }
    .ce_list--checklist ol li i.icon,
    .ce_list--checklist ul li i.icon {
      position: absolute;
      width: 55px;
      height: 50px;
      left: 0;
      background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1NC45MTUiIGhlaWdodD0iNTAiIHZpZXdCb3g9IjAgMCA1NC45MTUgNTAiPjxnIHRyYW5zZm9ybT0idHJhbnNsYXRlKC04MTQgLTEwMDMpIj48Y2lyY2xlIGN4PSIyNSIgY3k9IjI1IiByPSIyNSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoODE0IDEwMDMpIiBmaWxsPSIjODBhNTFiIi8+PC9nPjxwYXRoIGQ9Ik0xNzMuMTIzLDEzMi42OTRhMy4xNSwzLjE1LDAsMCwwLTQuMzYxLDB2LjAwNWMtMS4yNjcsMS4xNjUtNC44NTcsNC41NjQtNy45LDcuMzYxTDE0OS44MTksMTUwLjJsLTkuNTQ1LDguNzcxYy0uNjA2LjU1Ni0xLjIxOSwxLjEwNy0xLjgzMSwxLjY2bC01LjU2NC05LjIyMS0xLjA0OC0xLjczNmEzLjA4NSwzLjA4NSwwLDAsMC01LjMyNiwzLjExNGw3LjU0MywxMi41LDEuMDQ4LDEuNzM2YTMuMTI3LDMuMTI3LDAsMCwwLDQuMywxLjA0OCwzLjE3OSwzLjE3OSwwLDAsMCwuNTQ5LS40MjRsMy44LTMuNDk0LDkuMTMtOC4zOSwxMS4wNDQtMTAuMTQ5YzMuMTgyLTIuOTI0LDcuNjQxLTcuMDQ4LDkuMTQ2LTguNTA1bC4wNjMtLjA1OEEzLjEwNywzLjEwNywwLDAsMCwxNzMuMTIzLDEzMi42OTRaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTE5LjEwMiAtMTI3LjgxNykiIGZpbGw9IiNmZmYiLz48L3N2Zz4="); }
  @media (min-width: 992px) {
    .ce_list--checklist ol,
    .ce_list--checklist ul {
      margin-bottom: -30px; }
      .ce_list--checklist ol li,
      .ce_list--checklist ul li {
        -webkit-box-flex: 1;
            -ms-flex: 1 1 50%;
                flex: 1 1 50%;
        max-width: 50%; } }
  @media (max-width: 991.98px) {
    .ce_list--checklist ol li,
    .ce_list--checklist ul li {
      min-height: 50px; }
      .ce_list--checklist ol li.last,
      .ce_list--checklist ul li.last {
        margin-bottom: 0; } }
  @media (max-width: 767.98px) {
    .ce_list--checklist ol li,
    .ce_list--checklist ul li {
      padding-left: 34px;
      min-height: 0;
      margin-bottom: 20px; }
      .ce_list--checklist ol li i.icon,
      .ce_list--checklist ul li i.icon {
        top: 3px;
        width: 22px;
        height: 20px; } }

/**
 * Teaser
 */
.ce_dzteaser .ce_dzteaser__image-container .image_container {
  margin-bottom: 0; }
  .ce_dzteaser .ce_dzteaser__image-container .image_container img {
    max-width: 100%;
    height: auto; }

.ce_dzteaser .ce_dzteaser__content-container .dzteaser__link-container {
  margin-top: 15px; }

.ce_dzteaser .link-arrow .base {
  fill: #E5E4E3; }

.ce_dzteaser.ce_dzteaser--keycolor-standard .link-arrow .base {
  fill: #E5E4E3; }

.ce_dzteaser.ce_dzteaser--keycolor-white .link-arrow .base {
  fill: #FFF; }

.ce_dzteaser.ce_dzteaser--keycolor-red .link-arrow .base {
  fill: #EB5B25; }

.ce_dzteaser.ce_dzteaser--keycolor-yellow .link-arrow .base {
  fill: #FDC400; }

.ce_dzteaser.ce_dzteaser--keycolor-cyan .link-arrow .base {
  fill: #4DBDC6; }

.ce_dzteaser.ce_dzteaser--keycolor-green .link-arrow .base {
  fill: #B8C931; }

/**
 * Teaser: ce_dzteaser--meta
 */
.ce_dzteaser.ce_dzteaser--meta .ce_dzteaser__meta {
  display: block;
  font-family: "Bitter", serif;
  font-weight: 400;
  font-size: 1.125rem;
  text-transform: uppercase;
  margin-bottom: 8px; }

.ce_dzteaser.ce_dzteaser--meta .ce_dzteaser__headline {
  font-size: 1.25rem;
  margin-bottom: 12px;
  line-height: 1.75rem; }

.ce_dzteaser.ce_dzteaser--meta.ce_dzteaser--keycolor-standard .ce_dzteaser__meta {
  color: #E5E4E3; }

.ce_dzteaser.ce_dzteaser--meta.ce_dzteaser--keycolor-white .ce_dzteaser__meta {
  color: #FFF; }

.ce_dzteaser.ce_dzteaser--meta.ce_dzteaser--keycolor-red .ce_dzteaser__meta {
  color: #EB5B25; }

.ce_dzteaser.ce_dzteaser--meta.ce_dzteaser--keycolor-yellow .ce_dzteaser__meta {
  color: #FDC400; }

.ce_dzteaser.ce_dzteaser--meta.ce_dzteaser--keycolor-cyan .ce_dzteaser__meta {
  color: #4DBDC6; }

.ce_dzteaser.ce_dzteaser--meta.ce_dzteaser--keycolor-green .ce_dzteaser__meta {
  color: #B8C931; }

/**
 * Teaser: ce_dzteaser--background
 */
.ce_dzteaser.ce_dzteaser--background {
  background-color: #C6C3C0;
  overflow: hidden; }
  .ce_dzteaser.ce_dzteaser--background.bg-cyan {
    background-color: #4DBDC6; }
  .ce_dzteaser.ce_dzteaser--background .ce_dzteaser__inside {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -ms-flex-line-pack: start;
        align-content: flex-start; }
    .ce_dzteaser.ce_dzteaser--background .ce_dzteaser__inside .ce_dzteaser__image-container {
      -ms-flex-item-align: end;
          align-self: flex-end; }
      .ce_dzteaser.ce_dzteaser--background .ce_dzteaser__inside .ce_dzteaser__image-container .copyright-icon {
        right: 10px;
        bottom: 10px; }
    .ce_dzteaser.ce_dzteaser--background .ce_dzteaser__inside .ce_dzteaser__content-container {
      padding-right: 50px; }
    .ce_dzteaser.ce_dzteaser--background .ce_dzteaser__inside .ce_dzteaser__background {
      display: block;
      font-family: "Bitter", serif;
      font-weight: 400;
      font-size: 1.125rem;
      text-transform: uppercase;
      margin-bottom: 8px; }
    .ce_dzteaser.ce_dzteaser--background .ce_dzteaser__inside .ce_dzteaser__headline {
      font-size: 1.125rem;
      line-height: 1.625rem;
      margin-bottom: 12px; }
  @media (min-width: 768px) and (max-width: 991.98px) {
    .ce_dzteaser.ce_dzteaser--background .ce_dzteaser__inside .ce_dzteaser__image-container img {
      max-width: 70%; } }
  .ce_dzteaser.ce_dzteaser--background .ce_dzteaser__content-container {
    padding: 30px 30px; }
  @media (min-width: 576px) {
    .ce_dzteaser.ce_dzteaser--background {
      margin-left: 0px;
      margin-right: 0px; }
      .ce_dzteaser.ce_dzteaser--background .ce_dzteaser__content-container {
        padding: 30px 45px; } }
  @media (min-width: 768px) {
    .ce_dzteaser.ce_dzteaser--background .ce_dzteaser__headline {
      font-size: 1.25rem;
      line-height: 1.75rem; } }
  @media (min-width: 992px) {
    .ce_dzteaser.ce_dzteaser--background .ce_dzteaser__inside {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; }
      .ce_dzteaser.ce_dzteaser--background .ce_dzteaser__inside .ce_dzteaser__image-container {
        -webkit-box-flex: 1;
            -ms-flex: 1 1 50%;
                flex: 1 1 50%;
        max-width: 50%; }
      .ce_dzteaser.ce_dzteaser--background .ce_dzteaser__inside .ce_dzteaser__content-container {
        padding: 40px 55px 40px 40px;
        -webkit-box-flex: 1;
            -ms-flex: 1 1 50%;
                flex: 1 1 50%;
        max-width: 50%; } }
  .ce_dzteaser.ce_dzteaser--background.ce_dzteaser--keycolor-standard .ce_dzteaser__background {
    color: #E5E4E3; }
  .ce_dzteaser.ce_dzteaser--background.ce_dzteaser--keycolor-white .ce_dzteaser__background {
    color: #FFF; }
  .ce_dzteaser.ce_dzteaser--background.ce_dzteaser--keycolor-red .ce_dzteaser__background {
    color: #EB5B25; }
  .ce_dzteaser.ce_dzteaser--background.ce_dzteaser--keycolor-yellow .ce_dzteaser__background {
    color: #FDC400; }
  .ce_dzteaser.ce_dzteaser--background.ce_dzteaser--keycolor-cyan .ce_dzteaser__background {
    color: #4DBDC6; }
  .ce_dzteaser.ce_dzteaser--background.ce_dzteaser--keycolor-green .ce_dzteaser__background {
    color: #B8C931; }
  .contrast-active .ce_dzteaser.ce_dzteaser--background .ce_dzteaser__background {
    color: black !important; }

/**
 * Teaser: ce_dzteaser--phone
 */
.mod_article.mod_article--special-phone {
  margin-top: 150px;
  overflow: visible; }
  @media (min-width: 992px) {
    .mod_article.mod_article--special-phone {
      margin-top: 120px;
      padding-bottom: 40px; } }
  @media (min-width: 1200px) {
    .mod_article.mod_article--special-phone {
      margin-top: 150px; } }

.ce_dzteaser.ce_dzteaser--phone {
  margin-bottom: 0px; }
  .ce_dzteaser.ce_dzteaser--phone .row {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .ce_dzteaser.ce_dzteaser--phone .row .ce_dzteaser__image-container {
      margin-top: -202px;
      max-width: 510px; }
    .ce_dzteaser.ce_dzteaser--phone .row .ce_dzteaser__content-container .ce_dzteaser__headline {
      font-size: 1.5rem;
      line-height: 2rem; }
    .ce_dzteaser.ce_dzteaser--phone .row .ce_dzteaser__content-container .ce_dzteaser__text-container {
      padding-top: 16px; }
      .ce_dzteaser.ce_dzteaser--phone .row .ce_dzteaser__content-container .ce_dzteaser__text-container p {
        margin-bottom: 15px; }
      .ce_dzteaser.ce_dzteaser--phone .row .ce_dzteaser__content-container .ce_dzteaser__text-container p:last-child,
      .ce_dzteaser.ce_dzteaser--phone .row .ce_dzteaser__content-container .ce_dzteaser__text-container p:last-child a,
      .ce_dzteaser.ce_dzteaser--phone .row .ce_dzteaser__content-container .ce_dzteaser__text-container p:last-child strong {
        font-family: "Bitter", serif;
        font-weight: bold;
        font-size: 2.25rem;
        line-height: 2.5rem;
        margin-bottom: 0; }
    .ce_dzteaser.ce_dzteaser--phone .row .ce_dzteaser__content-container .dzteaser__link-container {
      margin-top: 0; }
  .ce_dzteaser.ce_dzteaser--phone.ce_dzteaser--nophone .ce_dzteaser__text-container {
    display: none; }
  .ce_dzteaser.ce_dzteaser--phone .image_container {
    margin-bottom: 50px; }
  @media (min-width: 768px) and (max-width: 991.98px) {
    .ce_dzteaser.ce_dzteaser--phone .row .ce_dzteaser__image-container {
      margin-top: -202px;
      max-width: 355px; } }
  @media (min-width: 576px) {
    .ce_dzteaser.ce_dzteaser--phone .row .ce_dzteaser__content-container .ce_dzteaser__text-container p:last-child,
    .ce_dzteaser.ce_dzteaser--phone .row .ce_dzteaser__content-container .ce_dzteaser__text-container p:last-child a,
    .ce_dzteaser.ce_dzteaser--phone .row .ce_dzteaser__content-container .ce_dzteaser__text-container p:last-child strong {
      font-size: 3rem;
      line-height: 3.5rem; } }
  @media (min-width: 992px) {
    .ce_dzteaser.ce_dzteaser--phone .row {
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -ms-flex-line-pack: start;
          align-content: flex-start; }
      .ce_dzteaser.ce_dzteaser--phone .row .ce_dzteaser__image-container {
        margin-top: -150px;
        -webkit-box-flex: 1;
            -ms-flex: 1 1 50%;
                flex: 1 1 50%;
        max-width: 50%;
        margin-bottom: 10px; }
      .ce_dzteaser.ce_dzteaser--phone .row .ce_dzteaser__content-container {
        -webkit-box-flex: 1;
            -ms-flex: 1 1 50%;
                flex: 1 1 50%;
        max-width: 50%;
        margin-bottom: 18px; }
        .ce_dzteaser.ce_dzteaser--phone .row .ce_dzteaser__content-container .ce_dzteaser__text-container {
          padding-bottom: 18px; }
    .ce_dzteaser.ce_dzteaser--phone .image_container {
      margin-bottom: 0; } }
  @media (min-width: 1200px) {
    .ce_dzteaser.ce_dzteaser--phone .row .ce_dzteaser__image-container {
      margin-top: -202px;
      margin-bottom: 0; } }
  .ce_dzteaser.ce_dzteaser--phone.ce_dzteaser--keycolor-standard .ce_dzteaser__meta {
    color: #E5E4E3; }
  .ce_dzteaser.ce_dzteaser--phone.ce_dzteaser--keycolor-white .ce_dzteaser__meta {
    color: #FFF; }
  .ce_dzteaser.ce_dzteaser--phone.ce_dzteaser--keycolor-red .ce_dzteaser__meta {
    color: #EB5B25; }
  .ce_dzteaser.ce_dzteaser--phone.ce_dzteaser--keycolor-yellow .ce_dzteaser__meta {
    color: #FDC400; }
  .ce_dzteaser.ce_dzteaser--phone.ce_dzteaser--keycolor-cyan .ce_dzteaser__meta {
    color: #4DBDC6; }
  .ce_dzteaser.ce_dzteaser--phone.ce_dzteaser--keycolor-green .ce_dzteaser__meta {
    color: #B8C931; }

/**
 * Teaser: ce_dzteaser--infographics
 */
.ce_dzteaser.ce_dzteaser--infographics .ce_dzteaser__image-container {
  margin-top: 16px; }
  .ce_dzteaser.ce_dzteaser--infographics .ce_dzteaser__image-container .copyright-icon {
    display: none; }
  .ce_dzteaser.ce_dzteaser--infographics .ce_dzteaser__image-container a {
    display: block; }

.ce_dzteaser.ce_dzteaser--infographics .ce_dzteaser__headline {
  margin-top: 60px;
  font-family: "Rock Salt", serif;
  font-size: 1.75rem;
  line-height: 2.5rem;
  font-weight: 400;
  margin-left: 7px; }

.ce_dzteaser.ce_dzteaser--infographics .ce_dzteaser__text-container {
  margin-top: 35px; }

@media (min-width: 1200px) {
  .ce_dzteaser.ce_dzteaser--infographics .ce_dzteaser__image-container figure {
    text-align: right; }
    .ce_dzteaser.ce_dzteaser--infographics .ce_dzteaser__image-container figure img {
      display: inline-block;
      max-width: 90%; } }

@media (max-width: 991.98px) {
  .ce_dzteaser.ce_dzteaser--infographics .ce_dzteaser__image-container {
    margin-bottom: 20px; } }

@media (min-width: 992px) {
  .ce_dzteaser.ce_dzteaser--infographics .ce_dzteaser__inside {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse; }
    .ce_dzteaser.ce_dzteaser--infographics .ce_dzteaser__inside .ce_dzteaser__image-container {
      max-width: 59%; }
    .ce_dzteaser.ce_dzteaser--infographics .ce_dzteaser__inside .ce_dzteaser__headline {
      font-size: 2rem;
      line-height: 3.0625rem; }
    .ce_dzteaser.ce_dzteaser--infographics .ce_dzteaser__inside .ce_dzteaser__content-container {
      max-width: 41%; } }

.ce_dzteaser.ce_dzteaser--infographics.ce_dzteaser--keycolor-standard .ce_dzteaser__meta {
  color: #E5E4E3; }

.ce_dzteaser.ce_dzteaser--infographics.ce_dzteaser--keycolor-white .ce_dzteaser__meta {
  color: #FFF; }

.ce_dzteaser.ce_dzteaser--infographics.ce_dzteaser--keycolor-red .ce_dzteaser__meta {
  color: #EB5B25; }

.ce_dzteaser.ce_dzteaser--infographics.ce_dzteaser--keycolor-yellow .ce_dzteaser__meta {
  color: #FDC400; }

.ce_dzteaser.ce_dzteaser--infographics.ce_dzteaser--keycolor-cyan .ce_dzteaser__meta {
  color: #4DBDC6; }

.ce_dzteaser.ce_dzteaser--infographics.ce_dzteaser--keycolor-green .ce_dzteaser__meta {
  color: #B8C931; }

/**
 * Teaser: ce_dzteaser--image-link
 */
.ce_dzteaser.ce_dzteaser--image-link {
  max-width: 378px;
  margin: auto;
  margin-bottom: 30px; }
  .ce_dzteaser.ce_dzteaser--image-link .ce_dzteaser__inside {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative; }
    @media (max-width: 575.98px) {
      .ce_dzteaser.ce_dzteaser--image-link .ce_dzteaser__inside {
        width: 77%;
        margin: 0 auto; } }
    .ce_dzteaser.ce_dzteaser--image-link .ce_dzteaser__inside .ce_dzteaser__image-container {
      max-width: 378px; }
      .ce_dzteaser.ce_dzteaser--image-link .ce_dzteaser__inside .ce_dzteaser__image-container .copyright-icon {
        top: 8px;
        right: 8px;
        bottom: unset; }
      .ce_dzteaser.ce_dzteaser--image-link .ce_dzteaser__inside .ce_dzteaser__image-container .image_container-link {
        display: inline-block;
        width: 100%; }
    .ce_dzteaser.ce_dzteaser--image-link .ce_dzteaser__inside .ce_dzteaser__content-container {
      position: absolute;
      top: 60%;
      left: 0%;
      max-width: 378px; }
      .ce_dzteaser.ce_dzteaser--image-link .ce_dzteaser__inside .ce_dzteaser__content-container .ce_dzteaser__headline {
        font-size: 1.5rem;
        line-height: 2rem;
        display: inline;
        background-position: bottom 0px left 0px;
        background-repeat: repeat-x;
        background-size: 1px 30px; }
      .ce_dzteaser.ce_dzteaser--image-link .ce_dzteaser__inside .ce_dzteaser__content-container .dzteaser__link-container {
        display: inline;
        margin-top: 20px; }
        .ce_dzteaser.ce_dzteaser--image-link .ce_dzteaser__inside .ce_dzteaser__content-container .dzteaser__link-container .link-arrow {
          margin-top: -3px;
          margin-left: 6px; }
          .ce_dzteaser.ce_dzteaser--image-link .ce_dzteaser__inside .ce_dzteaser__content-container .dzteaser__link-container .link-arrow .base {
            fill: #FFF; }
        .ce_dzteaser.ce_dzteaser--image-link .ce_dzteaser__inside .ce_dzteaser__content-container .dzteaser__link-container a {
          padding-left: 0; }
    @media (max-width: 575.98px) {
      .ce_dzteaser.ce_dzteaser--image-link .ce_dzteaser__inside .slick-slide .ce_dzteaser__inside {
        width: 85%; } }
  @media (min-width: 768px) {
    .ce_dzteaser.ce_dzteaser--image-link {
      max-width: 260px; }
      .ce_dzteaser.ce_dzteaser--image-link .ce_dzteaser__inside .ce_dzteaser__image-container {
        max-width: 260px; }
      .ce_dzteaser.ce_dzteaser--image-link .ce_dzteaser__inside .ce_dzteaser__content-container {
        top: 60%;
        max-width: 260px; }
        .ce_dzteaser.ce_dzteaser--image-link .ce_dzteaser__inside .ce_dzteaser__content-container .ce_dzteaser__headline {
          font-size: 1.25rem;
          line-height: 1.75rem; } }
  .ce_dzteaser.ce_dzteaser--image-link .ce_dzteaser__text-container {
    display: none; }
  .ce_dzteaser.ce_dzteaser--image-link .dzteaser__link span {
    display: none; }
  .ce_dzteaser.ce_dzteaser--image-link.ce_dzteaser--keycolor-standard .ce_dzteaser__headline {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#E5E4E3), to(#E5E4E3));
    background-image: linear-gradient(#E5E4E3, #E5E4E3); }
  .ce_dzteaser.ce_dzteaser--image-link.ce_dzteaser--keycolor-white .ce_dzteaser__headline {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#FFF));
    background-image: linear-gradient(#FFF, #FFF); }
  .ce_dzteaser.ce_dzteaser--image-link.ce_dzteaser--keycolor-red .ce_dzteaser__headline {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#EB5B25), to(#EB5B25));
    background-image: linear-gradient(#EB5B25, #EB5B25); }
  .ce_dzteaser.ce_dzteaser--image-link.ce_dzteaser--keycolor-yellow .ce_dzteaser__headline {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#FDC400), to(#FDC400));
    background-image: linear-gradient(#FDC400, #FDC400); }
  .ce_dzteaser.ce_dzteaser--image-link.ce_dzteaser--keycolor-cyan .ce_dzteaser__headline {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#4DBDC6), to(#4DBDC6));
    background-image: linear-gradient(#4DBDC6, #4DBDC6); }
  .ce_dzteaser.ce_dzteaser--image-link.ce_dzteaser--keycolor-green .ce_dzteaser__headline {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#B8C931), to(#B8C931));
    background-image: linear-gradient(#B8C931, #B8C931); }
  .contrast-active .ce_dzteaser.ce_dzteaser--image-link .ce_dzteaser__headline {
    background: none !important;
    background-color: white !important; }

/**
 * Teaser: ce_dzteaser--headline-background
 *
 * IMPORTANT:
 * This template uses a custom HTML template file !!!!!!!!!!!!!!!
 */
.ce_dzteaser--headline-background .row .ce_dzteaser__content-container .ce_dzteaser__headline {
  font-size: 1.5rem;
  line-height: 1.875rem;
  display: inline;
  background-position: bottom 0px left 0px;
  background-repeat: repeat-x;
  background-size: 1px 32px; }
  .ce_dzteaser--headline-background .row .ce_dzteaser__content-container .ce_dzteaser__headline:after {
    content: "";
    display: block;
    margin-bottom: 30px; }

.ce_dzteaser--headline-background .row .ce_dzteaser__content-container .dzteaser__link-container a {
  padding-left: 0; }

@media (min-width: 768px) {
  .ce_dzteaser--headline-background .row .ce_dzteaser__content-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .ce_dzteaser--headline-background .row .ce_dzteaser__content-container .custom-headline-wrapper {
      padding-top: 6px;
      padding-right: 40px; } }

.ce_dzteaser--headline-background.ce_dzteaser--keycolor-standard .ce_dzteaser__headline {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#E5E4E3), to(#E5E4E3));
  background-image: linear-gradient(#E5E4E3, #E5E4E3); }

.ce_dzteaser--headline-background.ce_dzteaser--keycolor-white .ce_dzteaser__headline {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#FFF));
  background-image: linear-gradient(#FFF, #FFF); }

.ce_dzteaser--headline-background.ce_dzteaser--keycolor-red .ce_dzteaser__headline {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#EB5B25), to(#EB5B25));
  background-image: linear-gradient(#EB5B25, #EB5B25); }

.ce_dzteaser--headline-background.ce_dzteaser--keycolor-yellow .ce_dzteaser__headline {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#FDC400), to(#FDC400));
  background-image: linear-gradient(#FDC400, #FDC400); }

.ce_dzteaser--headline-background.ce_dzteaser--keycolor-cyan .ce_dzteaser__headline {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#4DBDC6), to(#4DBDC6));
  background-image: linear-gradient(#4DBDC6, #4DBDC6); }

.ce_dzteaser--headline-background.ce_dzteaser--keycolor-green .ce_dzteaser__headline {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#B8C931), to(#B8C931));
  background-image: linear-gradient(#B8C931, #B8C931); }

/**
 * FAQ
 */
.ce_dzfaqselection {
  position: relative; }
  .ce_dzfaqselection .ce_dzfaqselection__inside .ce_dzfaqselection__pages .ce_dzfaqselection__page {
    position: relative; }
    .ce_dzfaqselection .ce_dzfaqselection__inside .ce_dzfaqselection__pages .ce_dzfaqselection__page .faq-row {
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      .ce_dzfaqselection .ce_dzfaqselection__inside .ce_dzfaqselection__pages .ce_dzfaqselection__page .faq-row dt {
        padding-bottom: 10px;
        width: 100%; }
        .ce_dzfaqselection .ce_dzfaqselection__inside .ce_dzfaqselection__pages .ce_dzfaqselection__page .faq-row dt button {
          position: relative;
          width: 100%;
          height: 100%;
          padding: 28px 25px 28px 85px;
          border: none;
          background-color: #4DBDC6;
          color: white;
          margin-right: 10px;
          text-align: left;
          font-family: "Bitter", serif;
          font-weight: 700;
          font-size: 1.125rem;
          line-height: 1.625rem; }
          .contrast-active .ce_dzfaqselection .ce_dzfaqselection__inside .ce_dzfaqselection__pages .ce_dzfaqselection__page .faq-row dt button {
            background-color: black; }
            .contrast-active .ce_dzfaqselection .ce_dzfaqselection__inside .ce_dzfaqselection__pages .ce_dzfaqselection__page .faq-row dt button:before {
              background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMCIgaGVpZ2h0PSIzMCIgdmlld0JveD0iMCAwIDMwIDMwIj48Y2lyY2xlIGN4PSIxNSIgY3k9IjE1IiByPSIxNSIgZmlsbD0iI2ZmZiIvPjxsaW5lIHgyPSIxNC44MDgiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDcuOTc1IDE1LjA5MykiIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzAwMCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2Utd2lkdGg9IjEuNSIvPjxsaW5lIHgyPSIxNC44MDgiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDE1LjM5MSA3LjY4Nykgcm90YXRlKDkwKSIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjMDAwIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS13aWR0aD0iMS41Ii8+PC9zdmc+); }
          .ce_dzfaqselection .ce_dzfaqselection__inside .ce_dzfaqselection__pages .ce_dzfaqselection__page .faq-row dt button:before {
            content: "";
            display: block;
            position: absolute;
            top: 50%;
            margin-top: -15px;
            left: 30px;
            width: 30px;
            height: 30px;
            background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMCIgaGVpZ2h0PSIzMCIgdmlld0JveD0iMCAwIDMwIDMwIj48Y2lyY2xlIGN4PSIxNSIgY3k9IjE1IiByPSIxNSIgZmlsbD0iIzAwODM5MCIvPjxsaW5lIHgyPSIxNC44MDgiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDcuOTc1IDE1LjA5MykiIGZpbGw9Im5vbmUiIHN0cm9rZT0iI2ZmZiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2Utd2lkdGg9IjEuNSIvPjxsaW5lIHgyPSIxNC44MDgiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDE1LjM5MSA3LjY4Nykgcm90YXRlKDkwKSIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjZmZmIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS13aWR0aD0iMS41Ii8+PC9zdmc+); }
          .ce_dzfaqselection .ce_dzfaqselection__inside .ce_dzfaqselection__pages .ce_dzfaqselection__page .faq-row dt button:hover {
            background-color: #FDC400;
            color: black; }
            .contrast-active .ce_dzfaqselection .ce_dzfaqselection__inside .ce_dzfaqselection__pages .ce_dzfaqselection__page .faq-row dt button:hover {
              background-color: #E5E4E3; }
            .ce_dzfaqselection .ce_dzfaqselection__inside .ce_dzfaqselection__pages .ce_dzfaqselection__page .faq-row dt button:hover:before {
              background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMCIgaGVpZ2h0PSIzMCIgdmlld0JveD0iMCAwIDMwIDMwIj48Y2lyY2xlIGN4PSIxNSIgY3k9IjE1IiByPSIxNSIgZmlsbD0iI2ZmZiIvPjxsaW5lIHgyPSIxNC44MDgiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDcuOTc1IDE1LjA5MykiIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzAwMCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2Utd2lkdGg9IjEuNSIvPjxsaW5lIHgyPSIxNC44MDgiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDE1LjM5MSA3LjY4Nykgcm90YXRlKDkwKSIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjMDAwIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS13aWR0aD0iMS41Ii8+PC9zdmc+); }
      @media (min-width: 992px) {
        .ce_dzfaqselection .ce_dzfaqselection__inside .ce_dzfaqselection__pages .ce_dzfaqselection__page .faq-row dt {
          width: calc(50% - 5px); }
          .ce_dzfaqselection .ce_dzfaqselection__inside .ce_dzfaqselection__pages .ce_dzfaqselection__page .faq-row dt button {
            padding: 35px 25px 35px 85px; } }
  .ce_dzfaqselection .ce_dzfaqselection__inside .ce_dzfaqselection__pages * {
    outline: none; }
  .ce_dzfaqselection .ce_dzfaqselection__inside .slick-dots {
    bottom: -54px; }
    .ce_dzfaqselection .ce_dzfaqselection__inside .slick-dots li {
      margin: 0 6px; }
    .ce_dzfaqselection .ce_dzfaqselection__inside .slick-dots button {
      width: 13px;
      height: 13px;
      background-color: white;
      border-radius: 50%;
      color: white; }
      .ce_dzfaqselection .ce_dzfaqselection__inside .slick-dots button:before {
        content: ""; }
      .ce_dzfaqselection .ce_dzfaqselection__inside .slick-dots button[aria-selected="true"] {
        background-color: #FDC400; }
    @media (min-width: 768px) {
      .ce_dzfaqselection .ce_dzfaqselection__inside .slick-dots li {
        margin: 0 12px; }
      .ce_dzfaqselection .ce_dzfaqselection__inside .slick-dots button {
        width: 23px;
        height: 23px; } }
    @media (max-width: 575.98px) {
      .ce_dzfaqselection .ce_dzfaqselection__inside .slick-dots li {
        margin: 0 5px; }
      .ce_dzfaqselection .ce_dzfaqselection__inside .slick-dots button {
        width: 10px;
        height: 10px; } }
  .ce_dzfaqselection dd.ce_dzfaqselection__answer {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 300px;
    background-color: white;
    display: none;
    color: black;
    padding: 45px 60px 20px 25px;
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1); }
    .ce_dzfaqselection dd.ce_dzfaqselection__answer button {
      position: absolute;
      top: 30px;
      right: 30px;
      width: 30px;
      height: 30px;
      border: none;
      background-color: transparent;
      background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMCIgaGVpZ2h0PSIzMCIgdmlld0JveD0iMCAwIDMwIDMwIj48Y2lyY2xlIGN4PSIxNSIgY3k9IjE1IiByPSIxNSIgZmlsbD0iI2ZkYzQwMCIvPjxsaW5lIHgyPSIxNC44MDgiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDcuOTc1IDE1LjA5MykiIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzAwMCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2Utd2lkdGg9IjEuNSIvPjwvc3ZnPg==);
      background-repeat: no-repeat;
      cursor: pointer; }
      .ce_dzfaqselection dd.ce_dzfaqselection__answer button:focus {
        outline: 0; }
    @media (min-width: 768px) {
      .ce_dzfaqselection dd.ce_dzfaqselection__answer {
        padding: 45px 80px 20px 45px; } }

/**
 * ce_image
 */
.ce_image.standard .image_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  .ce_image.standard .image_container img {
    width: 100%;
    height: auto; }
  .ce_image.standard .image_container .copyright-icon {
    top: 10px;
    left: 10px; }
  .ce_image.standard .image_container figcaption {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    margin-top: 30px;
    font-family: "Barlow", sans-serif;
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 1.125rem; }
  @media (min-width: 992px) {
    .ce_image.standard .image_container {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end; }
      .ce_image.standard .image_container img {
        -webkit-box-flex: 0;
            -ms-flex: 0 1 635px;
                flex: 0 1 635px;
        max-width: 635px; }
      .ce_image.standard .image_container .copyright-icon {
        left: 10px;
        bottom: 10px; }
      .ce_image.standard .image_container figcaption {
        -webkit-box-flex: 1;
            -ms-flex: 1 1 500px;
                flex: 1 1 500px;
        padding-left: 30px; } }
  @media (min-width: 1200px) {
    .ce_image.standard .image_container figcaption {
      -webkit-box-flex: 0;
          -ms-flex: 0 1 285px;
              flex: 0 1 285px; } }

/**
 * ce_dzimageset
 */
.ce_dzimageset .ce_dzimageset__inside {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  .ce_dzimageset .ce_dzimageset__inside .ce_dzimageset__description {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
    .ce_dzimageset .ce_dzimageset__inside .ce_dzimageset__description .ce_dzimageset__headline {
      margin-top: 20px;
      font-family: "Bitter", serif;
      font-weight: 600;
      font-size: 1.25rem;
      line-height: 1.75rem; }
    .ce_dzimageset .ce_dzimageset__inside .ce_dzimageset__description .ce_dzimageset__text-container {
      margin-top: 14px;
      -webkit-box-ordinal-group: 4;
          -ms-flex-order: 3;
              order: 3; }
      .ce_dzimageset .ce_dzimageset__inside .ce_dzimageset__description .ce_dzimageset__text-container p {
        font-family: "Barlow", sans-serif;
        font-weight: 300;
        font-size: 1.125rem;
        line-height: 1.625rem; }
  .ce_dzimageset .ce_dzimageset__inside .ce_dzimageset__list .ce_dzimageset__item {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    position: relative;
    display: none; }
    .ce_dzimageset .ce_dzimageset__inside .ce_dzimageset__list .ce_dzimageset__item.ce_dzimageset__item--1 {
      display: block; }
      .ce_dzimageset .ce_dzimageset__inside .ce_dzimageset__list .ce_dzimageset__item.ce_dzimageset__item--1 figcaption {
        display: inline; }
    .ce_dzimageset .ce_dzimageset__inside .ce_dzimageset__list .ce_dzimageset__item img {
      width: 100%;
      height: auto; }
    .ce_dzimageset .ce_dzimageset__inside .ce_dzimageset__list .ce_dzimageset__item figure {
      position: relative; }
      .ce_dzimageset .ce_dzimageset__inside .ce_dzimageset__list .ce_dzimageset__item figure .copyright-icon {
        top: 10px;
        left: 10px; }
    .ce_dzimageset .ce_dzimageset__inside .ce_dzimageset__list .ce_dzimageset__item figcaption {
      display: none;
      font-family: "Rock Salt", serif;
      font-weight: 400;
      font-size: 2rem;
      line-height: 4rem;
      background-color: #B8C931; }
      .ce_dzimageset .ce_dzimageset__inside .ce_dzimageset__list .ce_dzimageset__item figcaption:before {
        content: " ";
        display: block;
        margin-bottom: 40px; }
  @media (min-width: 992px) {
    .ce_dzimageset .ce_dzimageset__inside .ce_dzimageset__list .ce_dzimageset__item {
      display: block;
      position: absolute; }
      .ce_dzimageset .ce_dzimageset__inside .ce_dzimageset__list .ce_dzimageset__item .copyright-icon {
        display: none; }
      .ce_dzimageset .ce_dzimageset__inside .ce_dzimageset__list .ce_dzimageset__item.ce_dzimageset__item--1 {
        position: relative;
        width: 582px; }
        .ce_dzimageset .ce_dzimageset__inside .ce_dzimageset__list .ce_dzimageset__item.ce_dzimageset__item--1 .copyright-icon {
          display: block; }
      .ce_dzimageset .ce_dzimageset__inside .ce_dzimageset__list .ce_dzimageset__item.ce_dzimageset__item--2 {
        top: 0;
        left: 592px;
        width: 123px; }
      .ce_dzimageset .ce_dzimageset__inside .ce_dzimageset__list .ce_dzimageset__item.ce_dzimageset__item--3 {
        top: 0;
        left: 725px;
        width: 123px; }
      .ce_dzimageset .ce_dzimageset__inside .ce_dzimageset__list .ce_dzimageset__item.ce_dzimageset__item--4 {
        top: 79px;
        left: 592px;
        width: 123px; }
      .ce_dzimageset .ce_dzimageset__inside .ce_dzimageset__list .ce_dzimageset__item.ce_dzimageset__item--5 {
        top: 79px;
        left: 725px;
        width: 205px; }
      .ce_dzimageset .ce_dzimageset__inside .ce_dzimageset__list .ce_dzimageset__item.ce_dzimageset__item--6 {
        top: 204px;
        left: 807px;
        width: 123px; }
      .ce_dzimageset .ce_dzimageset__inside .ce_dzimageset__list .ce_dzimageset__item button.ce_dzimageset__image-link {
        border: none;
        padding: 0; }
    .ce_dzimageset .ce_dzimageset__inside .ce_dzimageset__description {
      padding-left: 240px; } }
  @media (min-width: 1200px) {
    .ce_dzimageset .ce_dzimageset__inside .ce_dzimageset__list .ce_dzimageset__item {
      display: block;
      position: absolute; }
      .ce_dzimageset .ce_dzimageset__inside .ce_dzimageset__list .ce_dzimageset__item .copyright-icon {
        display: none; }
      .ce_dzimageset .ce_dzimageset__inside .ce_dzimageset__list .ce_dzimageset__item.ce_dzimageset__item--1 {
        position: relative;
        width: 678px; }
        .ce_dzimageset .ce_dzimageset__inside .ce_dzimageset__list .ce_dzimageset__item.ce_dzimageset__item--1 .copyright-icon {
          display: block; }
      .ce_dzimageset .ce_dzimageset__inside .ce_dzimageset__list .ce_dzimageset__item.ce_dzimageset__item--2 {
        top: 0;
        left: 688px;
        width: 144px; }
      .ce_dzimageset .ce_dzimageset__inside .ce_dzimageset__list .ce_dzimageset__item.ce_dzimageset__item--3 {
        top: 0;
        left: 842px;
        width: 144px; }
      .ce_dzimageset .ce_dzimageset__inside .ce_dzimageset__list .ce_dzimageset__item.ce_dzimageset__item--4 {
        top: 91px;
        left: 688px;
        width: 144px; }
      .ce_dzimageset .ce_dzimageset__inside .ce_dzimageset__list .ce_dzimageset__item.ce_dzimageset__item--5 {
        top: 91px;
        left: 842px;
        width: 232px; }
      .ce_dzimageset .ce_dzimageset__inside .ce_dzimageset__list .ce_dzimageset__item.ce_dzimageset__item--6 {
        top: 232px;
        left: 842px;
        width: 144px; }
      .ce_dzimageset .ce_dzimageset__inside .ce_dzimageset__list .ce_dzimageset__item button.ce_dzimageset__image-link {
        border: none;
        padding: 0; }
    .ce_dzimageset .ce_dzimageset__inside .ce_dzimageset__description {
      padding-left: 382px; } }

/**
 * Teaser: ce_dzteaser--process
 */
.ce_dzteaser.ce_dzteaser--process .ce_dzteaser__image-container {
  margin: 20px auto;
  width: 100%;
  max-width: 540px; }
  .ce_dzteaser.ce_dzteaser--process .ce_dzteaser__image-container .copyright-icon {
    right: 12%;
    bottom: 12%; }
  .ce_dzteaser.ce_dzteaser--process .ce_dzteaser__image-container figcaption {
    display: none; }

.ce_dzteaser.ce_dzteaser--process .ce_dzteaser__content-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  .ce_dzteaser.ce_dzteaser--process .ce_dzteaser__content-container .ce_dzteaser__meta {
    display: block;
    margin-top: -56px;
    margin-bottom: -36px;
    font-family: "Rock Salt", serif;
    font-size: 6.25rem;
    line-height: initial; }
    .mod_article--bg-green .ce_dzteaser.ce_dzteaser--process .ce_dzteaser__content-container .ce_dzteaser__meta {
      color: #80A51B; }
    .mod_article--bg-darkgreen .ce_dzteaser.ce_dzteaser--process .ce_dzteaser__content-container .ce_dzteaser__meta {
      color: #B8C931; }
    .mod_article--bg-red .ce_dzteaser.ce_dzteaser--process .ce_dzteaser__content-container .ce_dzteaser__meta {
      color: #D73F12; }
    .mod_article--bg-darkred .ce_dzteaser.ce_dzteaser--process .ce_dzteaser__content-container .ce_dzteaser__meta {
      color: #EB5B25; }
    .mod_article--bg-teal .ce_dzteaser.ce_dzteaser--process .ce_dzteaser__content-container .ce_dzteaser__meta {
      color: #4DBDC6; }
    .mod_article--bg-cyan .ce_dzteaser.ce_dzteaser--process .ce_dzteaser__content-container .ce_dzteaser__meta {
      color: #008390; }
    .mod_article--bg-yellow .ce_dzteaser.ce_dzteaser--process .ce_dzteaser__content-container .ce_dzteaser__meta {
      color: #FADC90; }
    .mod_article--bg-lightbeige .ce_dzteaser.ce_dzteaser--process .ce_dzteaser__content-container .ce_dzteaser__meta {
      color: #C6C3C0; }
    .mod_article--bg-beige .ce_dzteaser.ce_dzteaser--process .ce_dzteaser__content-container .ce_dzteaser__meta {
      color: #F4F4F4; }
    .mod_article--bg-darkbeige .ce_dzteaser.ce_dzteaser--process .ce_dzteaser__content-container .ce_dzteaser__meta {
      color: #F4F4F4; }
    .mod_article--bg-warmgrey .ce_dzteaser.ce_dzteaser--process .ce_dzteaser__content-container .ce_dzteaser__meta {
      color: #C6C3C0; }

@media (min-width: 992px) {
  .ce_dzteaser.ce_dzteaser--process .ce_dzteaser__inside {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start; }
    .ce_dzteaser.ce_dzteaser--process .ce_dzteaser__inside .ce_dzteaser__image-container {
      max-width: 50%; }
    .ce_dzteaser.ce_dzteaser--process .ce_dzteaser__inside .ce_dzteaser__content-container {
      max-width: 50%; } }

/**
 * Teaser: ce_dzyoutube
 */
.dzmodal {
  display: none; }

.ce_dzyoutube {
  position: relative; }
  .ce_dzyoutube .ce_dzyoutube__teaser {
    background-position: top right;
    background-repeat: no-repeat;
    background-size: 0 0; }
    .ce_dzyoutube .ce_dzyoutube__teaser .ce_dzyoutube__image-container .ce_dzyoutube__image-link {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end; }
      .ce_dzyoutube .ce_dzyoutube__teaser .ce_dzyoutube__image-container .ce_dzyoutube__image-link button {
        position: relative;
        padding: 0;
        background-color: transparent;
        border: 0;
        outline: none; }
        .ce_dzyoutube .ce_dzyoutube__teaser .ce_dzyoutube__image-container .ce_dzyoutube__image-link button:focus {
          outline: none; }
        @media (min-width: 992px) and (max-width: 1199.98px) {
          .ce_dzyoutube .ce_dzyoutube__teaser .ce_dzyoutube__image-container .ce_dzyoutube__image-link button {
            max-width: 550px; } }
        @media (min-width: 1200px) {
          .ce_dzyoutube .ce_dzyoutube__teaser .ce_dzyoutube__image-container .ce_dzyoutube__image-link button {
            max-width: 650px; } }
        .ce_dzyoutube .ce_dzyoutube__teaser .ce_dzyoutube__image-container .ce_dzyoutube__image-link button img {
          max-width: 100%;
          height: auto; }
        .ce_dzyoutube .ce_dzyoutube__teaser .ce_dzyoutube__image-container .ce_dzyoutube__image-link button .play--icon {
          position: absolute;
          left: 50%;
          top: 50%;
          z-index: 1;
          width: 165px;
          height: 168px;
          max-width: 100%;
          -webkit-transform: translate(-50%, -50%);
                  transform: translate(-50%, -50%);
          width: 132px;
          height: 134px; }
          .ce_dzyoutube .ce_dzyoutube__teaser .ce_dzyoutube__image-container .ce_dzyoutube__image-link button .play--icon svg {
            max-width: 100%;
            height: auto; }
      .ce_dzyoutube .ce_dzyoutube__teaser .ce_dzyoutube__image-container .ce_dzyoutube__image-link .ce_dzyoutube__image-caption {
        font-family: "Rock Salt", serif;
        font-size: 2.5rem;
        line-height: 3.125rem;
        color: #8E8882;
        padding-left: 10px;
        padding-bottom: 20px;
        display: none; }
        .contrast-active .ce_dzyoutube .ce_dzyoutube__teaser .ce_dzyoutube__image-container .ce_dzyoutube__image-link .ce_dzyoutube__image-caption {
          color: black; }
      .ce_dzyoutube .ce_dzyoutube__teaser .ce_dzyoutube__image-container .ce_dzyoutube__image-link .copyright-icon {
        right: 12px;
        bottom: 12px; }
    .ce_dzyoutube .ce_dzyoutube__teaser .ce_dzyoutube__content-container .ce_dzyoutube__headline {
      margin-top: 30px;
      margin-bottom: 14px;
      font-family: "Bitter", serif;
      font-weight: 700;
      font-size: 1.25rem;
      line-height: 1.75rem; }
  .ce_dzyoutube .ce_dzyoutube__modal {
    padding-right: 0px !important; }
    .ce_dzyoutube .ce_dzyoutube__modal .dzmodal__wrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      width: 100%;
      height: 100%; }
      .ce_dzyoutube .ce_dzyoutube__modal .dzmodal__wrapper .dzmodal__inside {
        position: relative;
        background-color: white;
        width: 100%;
        max-width: 853px; }
        .ce_dzyoutube .ce_dzyoutube__modal .dzmodal__wrapper .dzmodal__inside .dzmodal__close {
          position: absolute;
          z-index: 2;
          width: 27px;
          height: 27px;
          top: 10px;
          right: 10px;
          border: none;
          background-color: transparent;
          background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNyIgaGVpZ2h0PSIyNyIgdmlld0JveD0iMCAwIDI3IDI3Ij48Y2lyY2xlIGN4PSIxMy41IiBjeT0iMTMuNSIgcj0iMTMuNSIgZmlsbD0iI2ZmZiIvPjxnIHRyYW5zZm9ybT0idHJhbnNsYXRlKDggOC40MDgpIj48bGluZSB5MT0iMC41NzciIHgyPSIxNC45OCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMC40MDggLTAuNDA4KSByb3RhdGUoNDUpIiBmaWxsPSJub25lIiBzdHJva2U9IiMwMDAiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSIyIi8+PGxpbmUgeDI9IjE0Ljk4IiB5Mj0iMC41NzciIHRyYW5zZm9ybT0idHJhbnNsYXRlKDExIDApIHJvdGF0ZSgxMzUpIiBmaWxsPSJub25lIiBzdHJva2U9IiMwMDAiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSIyIi8+PC9nPjwvc3ZnPg==);
          background-repeat: no-repeat; }
        .ce_dzyoutube .ce_dzyoutube__modal .dzmodal__wrapper .dzmodal__inside .copyright-icon {
          display: none; }
        .ce_dzyoutube .ce_dzyoutube__modal .dzmodal__wrapper .dzmodal__inside img {
          width: 100%;
          height: auto; }
        .ce_dzyoutube .ce_dzyoutube__modal .dzmodal__wrapper .dzmodal__inside .dzmodal__caption {
          padding: 24px; }
          .ce_dzyoutube .ce_dzyoutube__modal .dzmodal__wrapper .dzmodal__inside .dzmodal__caption .ce_dzyoutube__headline {
            font-weight: 700;
            font-size: 1.25rem;
            line-height: 1.75rem; }
        .ce_dzyoutube .ce_dzyoutube__modal .dzmodal__wrapper .dzmodal__inside .external-warning-overlay {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          position: absolute;
          top: 0;
          right: 0;
          bottom: 0;
          left: 0;
          background-color: rgba(255, 255, 255, 0.94); }
          .ce_dzyoutube .ce_dzyoutube__modal .dzmodal__wrapper .dzmodal__inside .external-warning-overlay .content {
            margin-top: 83px;
            width: 80%;
            max-width: 454px; }
            .ce_dzyoutube .ce_dzyoutube__modal .dzmodal__wrapper .dzmodal__inside .external-warning-overlay .content p {
              margin-top: 20px; }
            .ce_dzyoutube .ce_dzyoutube__modal .dzmodal__wrapper .dzmodal__inside .external-warning-overlay .content button {
              margin-top: 30px;
              margin-left: 0;
              border: none;
              background-color: transparent;
              padding: 0;
              font-family: "Bitter", serif;
              font-weight: 700;
              font-size: 1rem; }
            .ce_dzyoutube .ce_dzyoutube__modal .dzmodal__wrapper .dzmodal__inside .external-warning-overlay .content .disclaimer {
              margin-top: 40px;
              font-size: 0.75rem;
              line-height: 1rem; }
        .ce_dzyoutube .ce_dzyoutube__modal .dzmodal__wrapper .dzmodal__inside .video-player {
          display: none;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          position: absolute;
          top: 0;
          right: 0;
          bottom: 0;
          left: 0;
          background-color: white; }
          .ce_dzyoutube .ce_dzyoutube__modal .dzmodal__wrapper .dzmodal__inside .video-player .iframe--video {
            z-index: 1;
            width: 100%;
            border: 0; }
  @media (min-width: 992px) {
    .ce_dzyoutube .ce_dzyoutube__modal {
      padding: 15px; }
    .ce_dzyoutube .ce_dzyoutube__teaser {
      background-size: auto; }
      .ce_dzyoutube .ce_dzyoutube__teaser .ce_dzyoutube__content-container {
        padding-left: 35%;
        padding-right: 10%; }
        .ce_dzyoutube .ce_dzyoutube__teaser .ce_dzyoutube__content-container .ce_dzyoutube__headline {
          margin-top: 48px; }
    .ce_dzyoutube .ce_dzyoutube__modal .dzmodal__wrapper .dzmodal__inside .dzmodal__close {
      top: -34px;
      right: -34px; } }
  @media (min-width: 992px) {
    .ce_dzyoutube .ce_dzyoutube__teaser .ce_dzyoutube__image-container .ce_dzyoutube__image-link .ce_dzyoutube__image-caption {
      display: inline-block;
      width: 400px; } }
  .ce_dzyoutube.ce_dzyoutube--keycolor-standard .play--icon svg path {
    fill: #E5E4E3; }
  .ce_dzyoutube.ce_dzyoutube--keycolor-white .play--icon svg path {
    fill: #FFF; }
  .ce_dzyoutube.ce_dzyoutube--keycolor-red .play--icon svg path {
    fill: #EB5B25; }
  .ce_dzyoutube.ce_dzyoutube--keycolor-yellow .play--icon svg path {
    fill: #FDC400; }
  .ce_dzyoutube.ce_dzyoutube--keycolor-cyan .play--icon svg path {
    fill: #4DBDC6; }
  .ce_dzyoutube.ce_dzyoutube--keycolor-green .play--icon svg path {
    fill: #B8C931; }

/**
 * Text
 */
.ce_text ul {
  list-style-type: disc;
  padding-left: 31px;
  margin-bottom: 0; }
  .ce_text ul li {
    padding-left: 10px;
    font-size: 1.125rem;
    line-height: 1.625rem; }
    .ce_text ul li:not(:last-child) {
      margin-bottom: 15px; }
    .ce_text ul li strong {
      font-weight: 600; }

.ce_text ol {
  list-style-type: none;
  padding-left: 31px;
  margin-bottom: 0; }
  .ce_text ol li {
    position: relative;
    padding-left: 10px;
    font-size: 1.125rem;
    line-height: 1.625rem; }
    .ce_text ol li:not(:last-child) {
      margin-bottom: 15px; }
    .ce_text ol li strong {
      font-weight: 600; }
    .ce_text ol li .custom-number {
      position: absolute;
      top: 0;
      left: -30px;
      background-color: #FDC400;
      border-radius: 50%;
      width: 25px;
      height: 25px;
      font-family: "Bitter", serif;
      font-weight: 800;
      font-size: 1.125rem;
      line-height: 1.625rem;
      text-align: center; }

.ce_text figure.image_container {
  position: relative;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px; }
  .ce_text figure.image_container img {
    width: 445px;
    height: auto;
    height: intrinsic;
    margin: auto; }
  .ce_text figure.image_container .copyright-icon {
    display: none;
    right: 10px;
    bottom: 10px; }
  .ce_text figure.image_container figcaption {
    display: none; }

@media (min-width: 768px) {
  .ce_text figure.image_container img {
    margin: 0; } }

@media (min-width: 992px) {
  .ce_text figure.image_container {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    float: left;
    margin-top: 10px;
    margin-bottom: 30px;
    margin-right: 60px; }
    .ce_text figure.image_container img {
      width: 445px;
      height: auto;
      height: intrinsic;
      margin: 0; } }

/**
 * Table
 */
.ce_table {
  overflow: auto; }
  .ce_table table {
    border-collapse: collapse;
    border-style: hidden; }
    .ce_table table td,
    .ce_table table th {
      border: 1px solid #C6C3C0; }
  .ce_table table {
    width: 100%;
    min-width: 920px; }
    .ce_table table td,
    .ce_table table th {
      padding: 15px 15px 20px 15px;
      vertical-align: top; }
    .ce_table table thead th {
      background-color: #E5E4E3;
      font-family: "Bitter", serif;
      font-weight: 700;
      font-size: 1.125rem;
      line-height: 1.625rem; }
    .ce_table table tfoot {
      background-color: #E5E4E3;
      font-family: "Barlow", sans-serif;
      font-weight: 600;
      font-size: 1.125rem;
      line-height: 1.625rem; }
    .ce_table table tfoot td {
      font-weight: 600; }
    .ce_table table tbody tr:nth-child(even) {
      background-color: #F4F4F4; }
    .ce_table table tbody tr th {
      font-family: "Barlow", sans-serif;
      font-weight: 600;
      font-size: 1.125rem;
      line-height: 1.625rem; }
    .ce_table table tbody tr td {
      padding: 15px 15px 20px 15px;
      font-family: "Barlow", sans-serif;
      font-weight: 400;
      font-size: 1.125rem;
      line-height: 1.625rem; }

/**
 * Markdown (Used for Component Catalog)
 */
.ce_markdown {
  background-color: #adb5bd;
  color: white;
  padding: 10px 18px;
  border-radius: 14px;
  border: 2px solid #adb5bd;
  margin: 60px auto 60px auto; }
  .ce_markdown.first.last {
    margin: 0px auto; }
  .ce_markdown h2 {
    font-size: 20px;
    margin-bottom: 0; }

.dev-header {
  display: none;
  overflow: hidden;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 10000;
  height: 20px;
  padding: 2px 10px;
  font-size: 16px;
  line-height: 1; }
  @media (min-width: 1200px) {
    .dev-header {
      background-color: lightgrey; }
      .dev-header:before {
        content: "XL (1200px) <-> ∞"; } }
  @media (min-width: 992px) and (max-width: 1199.98px) {
    .dev-header {
      background-color: lightgreen; }
      .dev-header:before {
        content: "LG (992px) <-> XL (1200px)"; } }
  @media (min-width: 768px) and (max-width: 991.98px) {
    .dev-header {
      background-color: lightblue; }
      .dev-header:before {
        content: "MD (768px) <-> LG (992px)"; } }
  @media (min-width: 576px) and (max-width: 767.98px) {
    .dev-header {
      background-color: lightcoral; }
      .dev-header:before {
        content: "SM (576px) <-> MD (768px)"; } }
  @media (max-width: 575.98px) {
    .dev-header {
      background-color: lightsalmon; }
      .dev-header:before {
        content: "XS (0) <-> SM (576px)"; } }

.dev-stage-dummy {
  width: 100%;
  height: 769px;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
  margin-bottom: 50px; }

.dev-box-empty {
  width: 100%;
  height: 100px;
  background-color: deeppink; }

.dev-ce-empty {
  width: 100%;
  height: 100px;
  background-color: deeppink; }

._mod_customnav ul,
.mod_navigation ul {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 576px) {
    ._mod_customnav ul,
    .mod_navigation ul {
      max-width: 540px; } }
  @media (min-width: 768px) {
    ._mod_customnav ul,
    .mod_navigation ul {
      max-width: 720px; } }
  @media (min-width: 992px) {
    ._mod_customnav ul,
    .mod_navigation ul {
      max-width: 960px; } }
  @media (min-width: 1200px) {
    ._mod_customnav ul,
    .mod_navigation ul {
      max-width: 1140px; } }

._mod_customnav a,
.mod_navigation a {
  padding-left: 0; }

.article-dev .mod_article__inside {
  border: 1px solid red; }

.article-dev .ce_headline.standard {
  margin-bottom: 0 !important; }

.article-dev .content-margin-standard {
  margin-bottom: 10px !important; }

.article-dev a {
  padding-left: 0; }
  .article-dev a:before {
    content: '» '; }

.mod_devnav {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 15px;
  margin-bottom: 30px; }
  @media (min-width: 576px) {
    .mod_devnav {
      max-width: 540px; } }
  @media (min-width: 768px) {
    .mod_devnav {
      max-width: 720px; } }
  @media (min-width: 992px) {
    .mod_devnav {
      max-width: 960px; } }
  @media (min-width: 1200px) {
    .mod_devnav {
      max-width: 1140px; } }
  .mod_devnav__container {
    display: none; }

p {
  margin-bottom: 0; }

dd {
  margin-bottom: 0; }

figure {
  margin: 0; }

.slick-slide .row {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important; }

.ce_headline.standard,
.ce_headline--underline {
  max-width: 900px; }
  .ce_headline.standard.content-margin-none,
  .ce_headline--underline.content-margin-none {
    margin-bottom: 0; }
  .ce_headline.standard.content-margin-standard,
  .ce_headline--underline.content-margin-standard {
    margin-bottom: 15px; }
  .ce_headline.standard.content-margin-small,
  .ce_headline--underline.content-margin-small {
    margin-bottom: 25px; }
  .ce_headline.standard.content-margin-large,
  .ce_headline--underline.content-margin-large {
    margin-bottom: 45px; }
  .ce_headline.standard h1,
  .ce_headline.standard h2,
  .ce_headline.standard h3,
  .ce_headline.standard h4,
  .ce_headline.standard h5,
  .ce_headline--underline h1,
  .ce_headline--underline h2,
  .ce_headline--underline h3,
  .ce_headline--underline h4,
  .ce_headline--underline h5 {
    margin-bottom: 0; }
  .ce_headline.standard h1,
  .ce_headline--underline h1 {
    font-family: 'Bitter', sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 1.5rem;
    line-height: 1.33333; }
    @media (min-width: 768px) {
      .ce_headline.standard h1,
      .ce_headline--underline h1 {
        font-family: 'Bitter', sans-serif;
        font-weight: 700;
        font-style: normal;
        font-size: 1.75rem;
        line-height: 1.28571; } }
  .ce_headline.standard h2,
  .ce_headline--underline h2 {
    font-family: 'Bitter', sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 1.25rem;
    line-height: 1.4; }
    @media (min-width: 768px) {
      .ce_headline.standard h2,
      .ce_headline--underline h2 {
        font-family: 'Bitter', sans-serif;
        font-weight: 700;
        font-style: normal;
        font-size: 1.5rem;
        line-height: 1.33333; } }
  .ce_headline.standard h3,
  .ce_headline--underline h3 {
    font-family: 'Bitter', sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 1.125rem;
    line-height: 1.44444; }
    @media (min-width: 768px) {
      .ce_headline.standard h3,
      .ce_headline--underline h3 {
        font-family: 'Bitter', sans-serif;
        font-weight: 700;
        font-style: normal;
        font-size: 1.25rem;
        line-height: 1.4; } }
  .ce_headline.standard h4,
  .ce_headline--underline h4 {
    font-family: 'Bitter', sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 1.125rem;
    line-height: 1.44444; }
    @media (min-width: 768px) {
      .ce_headline.standard h4,
      .ce_headline--underline h4 {
        font-family: 'Bitter', sans-serif;
        font-weight: 700;
        font-style: normal;
        font-size: 1rem;
        line-height: 1.625; } }
  .ce_headline.standard h5,
  .ce_headline--underline h5 {
    font-family: 'Barlow', sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 1.125rem;
    line-height: 1.44444; }
  .ce_headline.standard .h1-subline,
  .ce_headline.standard .h2-subline,
  .ce_headline.standard .h3-subline,
  .ce_headline.standard .h4-subline,
  .ce_headline.standard .h5-subline,
  .ce_headline--underline .h1-subline,
  .ce_headline--underline .h2-subline,
  .ce_headline--underline .h3-subline,
  .ce_headline--underline .h4-subline,
  .ce_headline--underline .h5-subline {
    margin-top: 15px; }
  .ce_headline.standard .h1-subline,
  .ce_headline--underline .h1-subline {
    font-family: 'Barlow', sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 1.125rem;
    line-height: 1.44444; }
    @media (min-width: 768px) {
      .ce_headline.standard .h1-subline,
      .ce_headline--underline .h1-subline {
        font-family: 'Barlow', sans-serif;
        font-weight: 600;
        font-style: normal;
        font-size: 1.25rem;
        line-height: 1.4; } }
  .ce_headline.standard .h2-subline,
  .ce_headline--underline .h2-subline {
    font-family: 'Barlow', sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 1.125rem;
    line-height: 1.44444; }
  .ce_headline.standard .h3-subline,
  .ce_headline--underline .h3-subline {
    font-family: 'Barlow', sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 1.125rem;
    line-height: 1.44444; }
  .ce_headline.standard .h4-subline,
  .ce_headline--underline .h4-subline {
    font-family: 'Barlow', sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 1.125rem;
    line-height: 1.44444; }
  .ce_headline.standard .h5-subline,
  .ce_headline--underline .h5-subline {
    font-family: 'Barlow', sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 1.125rem;
    line-height: 1.44444; }

.ce_headline--underline h1 {
  display: inline;
  background-position: bottom 2px left 0px;
  background-repeat: repeat-x;
  background-size: 1px 10px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#E5E4E3), to(#E5E4E3));
  background-image: linear-gradient(#E5E4E3, #E5E4E3); }
  @media (min-width: 992px) {
    .ce_headline--underline h1 {
      background-size: 1px 10px; } }
  @media (max-width: 991.98px) {
    .ce_headline--underline h1 {
      background-size: 1px 8px; } }
  .contrast-active .ce_headline--underline h1 {
    background: none !important;
    background-color: transparent !important; }

.ce_headline--underline h2 {
  display: inline;
  background-position: bottom 2px left 0px;
  background-repeat: repeat-x;
  background-size: 1px 10px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#E5E4E3), to(#E5E4E3));
  background-image: linear-gradient(#E5E4E3, #E5E4E3); }
  @media (min-width: 992px) {
    .ce_headline--underline h2 {
      background-size: 1px 8px; } }
  @media (max-width: 991.98px) {
    .ce_headline--underline h2 {
      background-size: 1px 6px; } }
  .contrast-active .ce_headline--underline h2 {
    background: none !important;
    background-color: transparent !important; }

.ce_headline--underline h3,
.ce_headline--underline h4,
.ce_headline--underline h5 {
  display: inline;
  background-position: bottom 2px left 0px;
  background-repeat: repeat-x;
  background-size: 1px 10px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#E5E4E3), to(#E5E4E3));
  background-image: linear-gradient(#E5E4E3, #E5E4E3); }
  @media (min-width: 992px) {
    .ce_headline--underline h3,
    .ce_headline--underline h4,
    .ce_headline--underline h5 {
      background-size: 1px 6px; } }
  @media (max-width: 991.98px) {
    .ce_headline--underline h3,
    .ce_headline--underline h4,
    .ce_headline--underline h5 {
      background-size: 1px 4px; } }
  .contrast-active .ce_headline--underline h3, .contrast-active
  .ce_headline--underline h4, .contrast-active
  .ce_headline--underline h5 {
    background: none !important;
    background-color: transparent !important; }

.ce_headline--underline.content-keycolor-white h1, .ce_headline--underline.content-keycolor-white h2, .ce_headline--underline.content-keycolor-white h3, .ce_headline--underline.content-keycolor-white h4, .ce_headline--underline.content-keycolor-white h5 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(white), to(white));
  background-image: linear-gradient(white, white); }

.ce_headline--underline.content-keycolor-red h1, .ce_headline--underline.content-keycolor-red h2, .ce_headline--underline.content-keycolor-red h3, .ce_headline--underline.content-keycolor-red h4, .ce_headline--underline.content-keycolor-red h5 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#EB5B25), to(#EB5B25));
  background-image: linear-gradient(#EB5B25, #EB5B25); }

.ce_headline--underline.content-keycolor-yellow h1, .ce_headline--underline.content-keycolor-yellow h2, .ce_headline--underline.content-keycolor-yellow h3, .ce_headline--underline.content-keycolor-yellow h4, .ce_headline--underline.content-keycolor-yellow h5 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#FDC400), to(#FDC400));
  background-image: linear-gradient(#FDC400, #FDC400); }

.ce_headline--underline.content-keycolor-cyan h1, .ce_headline--underline.content-keycolor-cyan h2, .ce_headline--underline.content-keycolor-cyan h3, .ce_headline--underline.content-keycolor-cyan h4, .ce_headline--underline.content-keycolor-cyan h5 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#4DBDC6), to(#4DBDC6));
  background-image: linear-gradient(#4DBDC6, #4DBDC6); }

.ce_headline--underline.content-keycolor-green h1, .ce_headline--underline.content-keycolor-green h2, .ce_headline--underline.content-keycolor-green h3, .ce_headline--underline.content-keycolor-green h4, .ce_headline--underline.content-keycolor-green h5 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#B8C931), to(#B8C931));
  background-image: linear-gradient(#B8C931, #B8C931); }

.ce_headline--underline.content-keycolor-standard h1, .ce_headline--underline.content-keycolor-standard h2, .ce_headline--underline.content-keycolor-standard h3, .ce_headline--underline.content-keycolor-standard h4, .ce_headline--underline.content-keycolor-standard h5 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#E5E4E3), to(#E5E4E3));
  background-image: linear-gradient(#E5E4E3, #E5E4E3); }

.ce_headline--fixedsize h1,
.ce_headline--fixedsize h2,
.ce_headline--fixedsize h3,
.ce_headline--fixedsize h4,
.ce_headline--fixedsize h5 {
  font-family: 'Bitter', sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.5rem;
  line-height: 1.33333; }
  @media (min-width: 768px) {
    .ce_headline--fixedsize h1,
    .ce_headline--fixedsize h2,
    .ce_headline--fixedsize h3,
    .ce_headline--fixedsize h4,
    .ce_headline--fixedsize h5 {
      font-family: 'Bitter', sans-serif;
      font-weight: 700;
      font-style: normal;
      font-size: 1.75rem;
      line-height: 1.28571; } }

.ce_headline--fixedsize-underline h1,
.ce_headline--fixedsize-underline h2,
.ce_headline--fixedsize-underline h3,
.ce_headline--fixedsize-underline h4,
.ce_headline--fixedsize-underline h5 {
  font-family: 'Bitter', sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.5rem;
  line-height: 1.33333;
  display: inline;
  background-position: bottom 2px left 0px;
  background-repeat: repeat-x;
  background-size: 1px 10px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#E5E4E3), to(#E5E4E3));
  background-image: linear-gradient(#E5E4E3, #E5E4E3);
  display: inline; }
  @media (min-width: 768px) {
    .ce_headline--fixedsize-underline h1,
    .ce_headline--fixedsize-underline h2,
    .ce_headline--fixedsize-underline h3,
    .ce_headline--fixedsize-underline h4,
    .ce_headline--fixedsize-underline h5 {
      font-family: 'Bitter', sans-serif;
      font-weight: 700;
      font-style: normal;
      font-size: 1.75rem;
      line-height: 1.28571; } }
  @media (min-width: 992px) {
    .ce_headline--fixedsize-underline h1,
    .ce_headline--fixedsize-underline h2,
    .ce_headline--fixedsize-underline h3,
    .ce_headline--fixedsize-underline h4,
    .ce_headline--fixedsize-underline h5 {
      background-size: 1px 10px; } }
  @media (max-width: 991.98px) {
    .ce_headline--fixedsize-underline h1,
    .ce_headline--fixedsize-underline h2,
    .ce_headline--fixedsize-underline h3,
    .ce_headline--fixedsize-underline h4,
    .ce_headline--fixedsize-underline h5 {
      background-size: 1px 8px; } }
  .contrast-active .ce_headline--fixedsize-underline h1, .contrast-active
  .ce_headline--fixedsize-underline h2, .contrast-active
  .ce_headline--fixedsize-underline h3, .contrast-active
  .ce_headline--fixedsize-underline h4, .contrast-active
  .ce_headline--fixedsize-underline h5 {
    background: none !important;
    background-color: transparent !important; }

.ce_headline--fixedsize-underline.content-keycolor-white h1, .ce_headline--fixedsize-underline.content-keycolor-white h2, .ce_headline--fixedsize-underline.content-keycolor-white h3, .ce_headline--fixedsize-underline.content-keycolor-white h4, .ce_headline--fixedsize-underline.content-keycolor-white h5 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(white), to(white));
  background-image: linear-gradient(white, white); }

.ce_headline--fixedsize-underline.content-keycolor-red h1, .ce_headline--fixedsize-underline.content-keycolor-red h2, .ce_headline--fixedsize-underline.content-keycolor-red h3, .ce_headline--fixedsize-underline.content-keycolor-red h4, .ce_headline--fixedsize-underline.content-keycolor-red h5 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#EB5B25), to(#EB5B25));
  background-image: linear-gradient(#EB5B25, #EB5B25); }

.ce_headline--fixedsize-underline.content-keycolor-yellow h1, .ce_headline--fixedsize-underline.content-keycolor-yellow h2, .ce_headline--fixedsize-underline.content-keycolor-yellow h3, .ce_headline--fixedsize-underline.content-keycolor-yellow h4, .ce_headline--fixedsize-underline.content-keycolor-yellow h5 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#FDC400), to(#FDC400));
  background-image: linear-gradient(#FDC400, #FDC400); }

.ce_headline--fixedsize-underline.content-keycolor-cyan h1, .ce_headline--fixedsize-underline.content-keycolor-cyan h2, .ce_headline--fixedsize-underline.content-keycolor-cyan h3, .ce_headline--fixedsize-underline.content-keycolor-cyan h4, .ce_headline--fixedsize-underline.content-keycolor-cyan h5 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#4DBDC6), to(#4DBDC6));
  background-image: linear-gradient(#4DBDC6, #4DBDC6); }

.ce_headline--fixedsize-underline.content-keycolor-green h1, .ce_headline--fixedsize-underline.content-keycolor-green h2, .ce_headline--fixedsize-underline.content-keycolor-green h3, .ce_headline--fixedsize-underline.content-keycolor-green h4, .ce_headline--fixedsize-underline.content-keycolor-green h5 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#B8C931), to(#B8C931));
  background-image: linear-gradient(#B8C931, #B8C931); }

.ce_headline--fixedsize-underline.content-keycolor-standard h1, .ce_headline--fixedsize-underline.content-keycolor-standard h2, .ce_headline--fixedsize-underline.content-keycolor-standard h3, .ce_headline--fixedsize-underline.content-keycolor-standard h4, .ce_headline--fixedsize-underline.content-keycolor-standard h5 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#E5E4E3), to(#E5E4E3));
  background-image: linear-gradient(#E5E4E3, #E5E4E3); }

.ce_headline--fixedsize.content-margin-none,
.ce_headline--fixedsize-underline.content-margin-none {
  margin-bottom: 0; }

.ce_headline--fixedsize.content-margin-standard,
.ce_headline--fixedsize-underline.content-margin-standard {
  margin-bottom: 45px; }

.ce_headline--fixedsize.content-margin-small,
.ce_headline--fixedsize-underline.content-margin-small {
  margin-bottom: 80px; }

.ce_headline--fixedsize.content-margin-large,
.ce_headline--fixedsize-underline.content-margin-large {
  margin-bottom: 125px; }

@media (min-width: 992px) {
  .ce_headline.ce_headline--with-link {
    width: 66%; } }

.ce_headline--sronly {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden; }

html {
  scroll-behavior: smooth; }

body {
  color: black;
  position: relative; }

#main .inside {
  position: relative; }

#container {
  position: relative;
  z-index: 11; }

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }
  @media (max-width: 575.98px) {
    .container {
      padding-right: 20px;
      padding-left: 20px; } }

@media (max-width: 767.98px) {
  .col-33x33x33 .col_1,
  .col-33x33x33 .col_2 {
    margin-bottom: 60px; }
  .col-50x50 .col_1 {
    margin-bottom: 60px; }
    .ce_form .col-50x50 .col_1 {
      margin-bottom: 0; } }

@media (max-width: 575.98px) {
  .col-33x33x33 .col_1,
  .col-33x33x33 .col_2 {
    margin-bottom: 50px; }
  .col-50x50 .col_1 {
    margin-bottom: 50px; } }

@media (max-width: 991.98px) {
  .col-50x50-md .col_1 {
    margin-bottom: 60px; } }

*:focus {
  outline: 1px dotted grey; }

button:active,
button:focus {
  outline: 1px dotted grey; }

abbr {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit; }

a:hover {
  color: inherit; }

li.break {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  height: 0; }

.link-standard {
  padding-left: 40px; }

@media (min-width: 768px) {
  .box__columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; } }

@media (min-width: 768px) {
  .box__columns .box__left {
    width: calc(50% - 15px); } }

@media (max-width: 767.98px) {
  .box__columns .box__left {
    margin-bottom: 30px; } }

@media (min-width: 768px) {
  .box__columns .box__right {
    width: calc(50% - 15px); } }

.box__headline {
  font-family: 'Bitter', sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.5rem;
  line-height: 1.33333;
  margin-bottom: 15px; }
  @media (min-width: 768px) {
    .box__headline {
      font-family: 'Bitter', sans-serif;
      font-weight: 700;
      font-style: normal;
      font-size: 1.75rem;
      line-height: 1.28571; } }

.text-block {
  margin-bottom: 50px; }
  @media (min-width: 768px) {
    .text-block {
      margin-bottom: 60px; } }
  .text-block p:not(:last-child) {
    margin-bottom: 20px; }

.list-block {
  margin-bottom: 60px; }
  .list-block h1,
  .list-block h2,
  .list-block h3,
  .list-block h4 {
    margin-bottom: 20px; }
  .list-block li:not(:last-child) {
    margin-bottom: 10px; }

.link-back {
  font-family: 'Bitter', sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.25rem;
  line-height: 1.4;
  display: inline-block;
  padding-left: 50px;
  padding-top: 4px;
  padding-bottom: 4px;
  text-align: left;
  background-image: url(0de56b758f204edd419485fd262b2235.svg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 35px 35px; }
  @media (max-width: 575.98px) {
    .link-back {
      font-family: 'Bitter', sans-serif;
      font-weight: 700;
      font-style: normal;
      font-size: 1.125rem;
      line-height: 1.44444;
      padding-top: 5px;
      padding-bottom: 5px;
      padding-left: 45px; } }

.link-standard-right {
  font-family: 'Bitter', sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1rem;
  line-height: 1.5;
  padding: 8px 50px 8px 0;
  background-image: url(78d5cee6d5a913fbec9c725649e92fa8.svg);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 40px 34px; }

.info-box {
  padding: 30px 15px 30px 15px;
  background-color: #E5E4E3; }
  @media (min-width: 576px) and (max-width: 767.98px) {
    .info-box {
      padding: 30px; } }
  @media (min-width: 768px) {
    .info-box {
      padding: 40px; } }
  .info-box__inside {
    max-width: 900px; }
    .info-box__inside :last-child {
      margin-bottom: 0; }

.invisible {
  display: none; }

.info-box--green {
  background-color: #B8C931; }

.info-box--darkgreen {
  background-color: #80A51B; }

.info-box--red {
  background-color: #EB5B25; }

.info-box--darkred {
  background-color: #D73F12; }

.info-box--cyan {
  background-color: #4DBDC6; }

.info-box--teal {
  background-color: #008390; }

.info-box--yellow {
  background-color: #FDC400; }

.info-box--lightbeige {
  background-color: #F4F4F4; }

.info-box--beige {
  background-color: #E5E4E3; }

.info-box--midbeige {
  background-color: #E5E4E3; }

.info-box--darkbeige {
  background-color: #C6C3C0; }

.info-box--warmgrey {
  background-color: #8e8882; }

.info-box--darkwarmgrey {
  background-color: #675C53; }

.info-box--white {
  background-color: white; }

.info-box--standard {
  background-color: #E5E4E3; }

.with-icon {
  padding-left: 28px;
  position: relative;
  z-index: 2; }
  .with-icon a {
    padding-left: 0; }
  .with-icon:after {
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 18px 18px; }
  .with-icon:not(:last-child) {
    margin-bottom: 12px; }

.with-icon--green {
  padding-left: 28px;
  position: relative;
  z-index: 2; }
  .with-icon--green a {
    padding-left: 0; }
  .with-icon--green:after {
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 18px 18px; }
  .with-icon--green:not(:last-child) {
    margin-bottom: 12px; }

.with-icon--darkgreen {
  padding-left: 28px;
  position: relative;
  z-index: 2; }
  .with-icon--darkgreen a {
    padding-left: 0; }
  .with-icon--darkgreen:after {
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 18px 18px; }
  .with-icon--darkgreen:not(:last-child) {
    margin-bottom: 12px; }

.with-icon--red {
  padding-left: 28px;
  position: relative;
  z-index: 2; }
  .with-icon--red a {
    padding-left: 0; }
  .with-icon--red:after {
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 18px 18px; }
  .with-icon--red:not(:last-child) {
    margin-bottom: 12px; }

.with-icon--darkred {
  padding-left: 28px;
  position: relative;
  z-index: 2; }
  .with-icon--darkred a {
    padding-left: 0; }
  .with-icon--darkred:after {
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 18px 18px; }
  .with-icon--darkred:not(:last-child) {
    margin-bottom: 12px; }

.with-icon--cyan {
  padding-left: 28px;
  position: relative;
  z-index: 2; }
  .with-icon--cyan a {
    padding-left: 0; }
  .with-icon--cyan:after {
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 18px 18px; }
  .with-icon--cyan:not(:last-child) {
    margin-bottom: 12px; }

.with-icon--teal {
  padding-left: 28px;
  position: relative;
  z-index: 2; }
  .with-icon--teal a {
    padding-left: 0; }
  .with-icon--teal:after {
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 18px 18px; }
  .with-icon--teal:not(:last-child) {
    margin-bottom: 12px; }

.with-icon--yellow {
  padding-left: 28px;
  position: relative;
  z-index: 2; }
  .with-icon--yellow a {
    padding-left: 0; }
  .with-icon--yellow:after {
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 18px 18px; }
  .with-icon--yellow:not(:last-child) {
    margin-bottom: 12px; }

.with-icon--lightbeige {
  padding-left: 28px;
  position: relative;
  z-index: 2; }
  .with-icon--lightbeige a {
    padding-left: 0; }
  .with-icon--lightbeige:after {
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 18px 18px; }
  .with-icon--lightbeige:not(:last-child) {
    margin-bottom: 12px; }

.with-icon--beige {
  padding-left: 28px;
  position: relative;
  z-index: 2; }
  .with-icon--beige a {
    padding-left: 0; }
  .with-icon--beige:after {
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 18px 18px; }
  .with-icon--beige:not(:last-child) {
    margin-bottom: 12px; }

.with-icon--midbeige {
  padding-left: 28px;
  position: relative;
  z-index: 2; }
  .with-icon--midbeige a {
    padding-left: 0; }
  .with-icon--midbeige:after {
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 18px 18px; }
  .with-icon--midbeige:not(:last-child) {
    margin-bottom: 12px; }

.with-icon--darkbeige {
  padding-left: 28px;
  position: relative;
  z-index: 2; }
  .with-icon--darkbeige a {
    padding-left: 0; }
  .with-icon--darkbeige:after {
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 18px 18px; }
  .with-icon--darkbeige:not(:last-child) {
    margin-bottom: 12px; }

.with-icon--warmgrey {
  padding-left: 28px;
  position: relative;
  z-index: 2; }
  .with-icon--warmgrey a {
    padding-left: 0; }
  .with-icon--warmgrey:after {
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 18px 18px; }
  .with-icon--warmgrey:not(:last-child) {
    margin-bottom: 12px; }

.with-icon--darkwarmgrey {
  padding-left: 28px;
  position: relative;
  z-index: 2; }
  .with-icon--darkwarmgrey a {
    padding-left: 0; }
  .with-icon--darkwarmgrey:after {
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 18px 18px; }
  .with-icon--darkwarmgrey:not(:last-child) {
    margin-bottom: 12px; }

.with-icon--white {
  padding-left: 28px;
  position: relative;
  z-index: 2; }
  .with-icon--white a {
    padding-left: 0; }
  .with-icon--white:after {
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 18px 18px; }
  .with-icon--white:not(:last-child) {
    margin-bottom: 12px; }

.with-icon--standard {
  padding-left: 28px;
  position: relative;
  z-index: 2; }
  .with-icon--standard a {
    padding-left: 0; }
  .with-icon--standard:after {
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 18px 18px; }
  .with-icon--standard:not(:last-child) {
    margin-bottom: 12px; }

.with-icon--calendar-red:after {
  position: absolute;
  top: 4px;
  left: 0;
  z-index: 0;
  content: '';
  width: 18px;
  height: 18px;
  background-image: url(d3dff5a36ed8cee9b53e641694819189.svg); }

.with-icon--documents-red:after {
  position: absolute;
  top: 4px;
  left: 0;
  z-index: 0;
  content: '';
  width: 18px;
  height: 18px;
  background-image: url(53adfbb9c62ea279af39faa8e3bdb7a4.svg); }

.with-icon--email:after {
  position: absolute;
  top: 4px;
  left: 0;
  z-index: 0;
  content: '';
  width: 18px;
  height: 18px;
  background-image: url(6e1c502d2ca3bc1b9807cbe74f3cc3f0.svg); }

.with-icon--email-red:after {
  position: absolute;
  top: 4px;
  left: 0;
  z-index: 0;
  content: '';
  width: 18px;
  height: 18px;
  background-image: url(0997615c10ce22b8d50a86672b07bb70.svg); }

.with-icon--facebook-red:after {
  position: absolute;
  top: 4px;
  left: 0;
  z-index: 0;
  content: '';
  width: 18px;
  height: 18px;
  background-image: url(b1d8c4b6253b1b57b51f5c4cefe939d1.svg); }

.with-icon--facebook-black:after {
  position: absolute;
  top: 4px;
  left: 0;
  z-index: 0;
  content: '';
  width: 18px;
  height: 18px;
  background-image: url(ac139ade9a0341c906402bade87b1145.svg); }

.with-icon--focuses-red:after {
  position: absolute;
  top: 4px;
  left: 0;
  z-index: 0;
  content: '';
  width: 18px;
  height: 18px;
  background-image: url(23bbaddf6a7d7d4b3d4447e47fda9df1.svg); }

.with-icon--handshake:after {
  position: absolute;
  top: 4px;
  left: 0;
  z-index: 0;
  content: '';
  width: 18px;
  height: 18px;
  background-image: url(7657d0a9f01635c6949fe7af325295bf.svg); }

.with-icon--instagram-black:after {
  position: absolute;
  top: 4px;
  left: 0;
  z-index: 0;
  content: '';
  width: 18px;
  height: 18px;
  background-image: url(49bceb5b7d6470d80c4cd5cc11e6d699.svg); }

.with-icon--jobs-red:after {
  position: absolute;
  top: 4px;
  left: 0;
  z-index: 0;
  content: '';
  width: 18px;
  height: 18px;
  background-image: url(9e77afa11739ccb9eea5256d04baec51.svg); }

.with-icon--languages-red:after {
  position: absolute;
  top: 4px;
  left: 0;
  z-index: 0;
  content: '';
  width: 18px;
  height: 18px;
  background-image: url(c47cc85285dc4a114b8e9179ed9cda23.svg); }

.with-icon--location:after {
  position: absolute;
  top: 4px;
  left: 0;
  z-index: 0;
  content: '';
  width: 18px;
  height: 18px;
  background-image: url(d74d621f6d0677447a7f5301ed5e92a2.svg); }

.with-icon--location-red:after {
  position: absolute;
  top: 4px;
  left: 0;
  z-index: 0;
  content: '';
  width: 18px;
  height: 18px;
  background-image: url(9504de87737203344faf683d22d6aaa6.svg); }

.with-icon--location-small:after {
  position: absolute;
  top: 2px;
  left: 0;
  z-index: 0;
  content: '';
  width: 18px;
  height: 18px;
  background-image: url(d74d621f6d0677447a7f5301ed5e92a2.svg); }

.with-icon--location-small-black:after {
  position: absolute;
  top: 2px;
  left: 0;
  z-index: 0;
  content: '';
  width: 18px;
  height: 18px;
  background-image: url(715593a68e1fc59d4b1fb6281d7f5dcb.svg); }

.with-icon--num:after {
  position: absolute;
  top: 4px;
  left: 0;
  z-index: 0;
  content: '';
  width: 18px;
  height: 18px;
  background-image: url(92d8c47052890bd2bd9a31538779265e.svg); }

.with-icon--num-red:after {
  position: absolute;
  top: 4px;
  left: 0;
  z-index: 0;
  content: '';
  width: 18px;
  height: 18px;
  background-image: url(1a760e4e5cf620ba4ae3c390301c0624.svg); }

.with-icon--org:after {
  position: absolute;
  top: 4px;
  left: 0;
  z-index: 0;
  content: '';
  width: 18px;
  height: 18px;
  background-image: url(09b05cd268a1d349d060f1d7470038b5.svg); }

.with-icon--org-red:after {
  position: absolute;
  top: 4px;
  left: 0;
  z-index: 0;
  content: '';
  width: 18px;
  height: 18px;
  background-image: url(57c6c98d6afc9ec151c1866493619c97.svg); }

.with-icon--person:after {
  position: absolute;
  top: 4px;
  left: 0;
  z-index: 0;
  content: '';
  width: 18px;
  height: 18px;
  background-image: url(0e9772c9512c6a3f5d424d884ae06a52.svg); }

.with-icon--phone:after {
  position: absolute;
  top: 4px;
  left: 0;
  z-index: 0;
  content: '';
  width: 18px;
  height: 18px;
  background-image: url(948499a55da6d0b812a97a160ec3b205.svg); }

.with-icon--pin:after {
  position: absolute;
  top: 4px;
  left: 0;
  z-index: 0;
  content: '';
  width: 18px;
  height: 18px;
  background-image: url(d74d621f6d0677447a7f5301ed5e92a2.svg); }

.with-icon--pin-red:after {
  position: absolute;
  top: 4px;
  left: 0;
  z-index: 0;
  content: '';
  width: 18px;
  height: 18px;
  background-image: url(9504de87737203344faf683d22d6aaa6.svg); }

.with-icon--sdg:after {
  position: absolute;
  top: 4px;
  left: 0;
  z-index: 0;
  content: '';
  width: 18px;
  height: 18px;
  background-image: url(e91fe30f18637a08df646a1a3ebeabf7.svg); }

.with-icon--search-red:after {
  position: absolute;
  top: 4px;
  left: 0;
  z-index: 0;
  content: '';
  width: 18px;
  height: 18px;
  background-image: url(27a27e3306166ba8e2d75a64990facdb.svg); }

.with-icon--time:after {
  position: absolute;
  top: 4px;
  left: 0;
  z-index: 0;
  content: '';
  width: 18px;
  height: 18px;
  background-image: url(04a436cdbd4f43b669e69d4b0e6b84a1.svg); }

.with-icon--time-red:after {
  position: absolute;
  top: 4px;
  left: 0;
  z-index: 0;
  content: '';
  width: 18px;
  height: 18px;
  background-image: url(d2bc7614b1a41151ac252a948b7a2455.svg); }

.with-icon--urgent-red:after {
  position: absolute;
  top: 4px;
  left: 0;
  z-index: 0;
  content: '';
  width: 18px;
  height: 18px;
  background-image: url(ba7a9f60a2f5ef4cb47c976483096ce3.svg); }

.with-icon--web:after {
  position: absolute;
  top: 4px;
  left: 0;
  z-index: 0;
  content: '';
  width: 18px;
  height: 18px;
  background-image: url(833a5bb9cd7c37f0f2d48c02899f13f7.svg); }

.element {
  -webkit-animation: pulse 5s infinite;
          animation: pulse 5s infinite; }

@-webkit-keyframes link-anim-standard {
  0% {
    left: -10px; }
  100% {
    left: 0; } }

@keyframes link-anim-standard {
  0% {
    left: -10px; }
  100% {
    left: 0; } }

@-webkit-keyframes link-anim-standard-right {
  0% {
    right: 10px; }
  100% {
    right: 2px; } }

@keyframes link-anim-standard-right {
  0% {
    right: 10px; }
  100% {
    right: 2px; } }

@-webkit-keyframes link-anim-standard-large-right {
  0% {
    right: 10px; }
  100% {
    right: 4px; } }

@keyframes link-anim-standard-large-right {
  0% {
    right: 10px; }
  100% {
    right: 4px; } }

@-webkit-keyframes link-anim-standard-xlarge-right {
  0% {
    right: 20px; }
  100% {
    right: 14px; } }

@keyframes link-anim-standard-xlarge-right {
  0% {
    right: 20px; }
  100% {
    right: 14px; } }

@-webkit-keyframes link-anim-extern {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes link-anim-extern {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@-webkit-keyframes link-anim-download_old {
  0% {
    bottom: 20px; }
  100% {
    bottom: 5px; } }

@keyframes link-anim-download_old {
  0% {
    bottom: 20px; }
  100% {
    bottom: 5px; } }

@-webkit-keyframes link-anim-download {
  0% {
    top: -15px; }
  100% {
    top: 0px; } }

@keyframes link-anim-download {
  0% {
    top: -15px; }
  100% {
    top: 0px; } }

.link-std {
  display: inline-block;
  overflow: hidden;
  position: relative;
  z-index: 1;
  padding-left: 28px;
  padding-left: 35px; }
  .link-std a {
    padding-left: 0; }
  .link-std:after {
    position: absolute;
    z-index: 0;
    content: '';
    background-repeat: no-repeat; }
  .link-std:before {
    position: absolute;
    z-index: 0;
    content: '';
    width: 20px;
    height: 20px;
    border-radius: 20px;
    background-color: #C6C3C0; }
  .link-std:before {
    top: 4px;
    left: 2px; }
  .link-std:after {
    top: 4px;
    left: 0;
    width: 20px;
    height: 20px;
    background-image: url(1edaad31a29e29a891de76ad1aa1d495.svg);
    background-position: right center;
    background-size: 20px 20px; }
  .link-std:hover:after {
    -webkit-animation-name: link-anim-standard;
            animation-name: link-anim-standard;
    -webkit-animation-duration: 0.4s;
            animation-duration: 0.4s;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out; }
  .link-std--green:before {
    background-color: #B8C931; }
  .link-std--darkgreen:before {
    background-color: #80A51B; }
  .link-std--red:before {
    background-color: #EB5B25; }
  .link-std--darkred:before {
    background-color: #D73F12; }
  .link-std--cyan:before {
    background-color: #4DBDC6; }
  .link-std--teal:before {
    background-color: #008390; }
  .link-std--yellow:before {
    background-color: #FDC400; }
  .link-std--lightbeige:before {
    background-color: #F4F4F4; }
  .link-std--beige:before {
    background-color: #E5E4E3; }
  .link-std--midbeige:before {
    background-color: #E5E4E3; }
  .link-std--darkbeige:before {
    background-color: #C6C3C0; }
  .link-std--warmgrey:before {
    background-color: #8e8882; }
  .link-std--darkwarmgrey:before {
    background-color: #675C53; }
  .link-std--white:before {
    background-color: white; }
  .link-std--standard:before {
    background-color: #E5E4E3; }

.link-std-right {
  display: inline-block;
  overflow: hidden;
  position: relative;
  z-index: 1;
  padding-left: 28px;
  padding-left: 0;
  padding-right: 31px; }
  .link-std-right a {
    padding-left: 0; }
  .link-std-right:after {
    position: absolute;
    z-index: 0;
    content: '';
    background-repeat: no-repeat; }
  .link-std-right:before {
    position: absolute;
    z-index: 0;
    content: '';
    width: 20px;
    height: 20px;
    border-radius: 20px;
    background-color: #C6C3C0; }
  .link-std-right:before {
    top: 4px;
    right: 0; }
  .link-std-right:after {
    top: 4px;
    right: 2px;
    width: 20px;
    height: 20px;
    background-image: url(1edaad31a29e29a891de76ad1aa1d495.svg);
    background-position: right center;
    background-size: 20px 20px; }
  .link-std-right:hover:after {
    -webkit-animation-name: link-anim-standard-right;
            animation-name: link-anim-standard-right;
    -webkit-animation-duration: 0.4s;
            animation-duration: 0.4s;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out; }
  .link-std-right.link-std--green:before {
    background-color: #B8C931; }
  .link-std-right.link-std--darkgreen:before {
    background-color: #80A51B; }
  .link-std-right.link-std--red:before {
    background-color: #EB5B25; }
  .link-std-right.link-std--darkred:before {
    background-color: #D73F12; }
  .link-std-right.link-std--cyan:before {
    background-color: #4DBDC6; }
  .link-std-right.link-std--teal:before {
    background-color: #008390; }
  .link-std-right.link-std--yellow:before {
    background-color: #FDC400; }
  .link-std-right.link-std--lightbeige:before {
    background-color: #F4F4F4; }
  .link-std-right.link-std--beige:before {
    background-color: #E5E4E3; }
  .link-std-right.link-std--midbeige:before {
    background-color: #E5E4E3; }
  .link-std-right.link-std--darkbeige:before {
    background-color: #C6C3C0; }
  .link-std-right.link-std--warmgrey:before {
    background-color: #8e8882; }
  .link-std-right.link-std--darkwarmgrey:before {
    background-color: #675C53; }
  .link-std-right.link-std--white:before {
    background-color: white; }
  .link-std-right.link-std--standard:before {
    background-color: #E5E4E3; }

.link-std-large-right {
  display: inline-block;
  overflow: hidden;
  position: relative;
  z-index: 1;
  padding-left: 28px;
  padding-left: 0;
  padding-right: 50px;
  font-family: 'Bitter', sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1rem;
  line-height: 2.125; }
  .link-std-large-right a {
    padding-left: 0; }
  .link-std-large-right:after {
    position: absolute;
    z-index: 0;
    content: '';
    background-repeat: no-repeat; }
  .link-std-large-right:before {
    position: absolute;
    z-index: 0;
    content: '';
    width: 20px;
    height: 20px;
    border-radius: 20px;
    background-color: #C6C3C0; }
  .link-std-large-right:before {
    width: 34px;
    height: 34px;
    border-radius: 34px;
    top: 0;
    right: 0; }
  .link-std-large-right:after {
    top: 4px;
    right: 2px;
    width: 20px;
    height: 20px;
    background-image: url(1edaad31a29e29a891de76ad1aa1d495.svg);
    background-position: right center;
    background-size: 20px 20px; }
  .link-std-large-right:hover:after {
    -webkit-animation-name: link-anim-standard-right;
            animation-name: link-anim-standard-right;
    -webkit-animation-duration: 0.4s;
            animation-duration: 0.4s;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out; }
  .link-std-large-right:after {
    top: 0;
    right: 4px;
    width: 34px;
    height: 34px;
    background-size: 34px 34px; }
  .link-std-large-right:hover:after {
    -webkit-animation-name: link-anim-standard-large-right;
            animation-name: link-anim-standard-large-right; }
  .link-std-large-right.link-std--green:before {
    background-color: #B8C931; }
  .link-std-large-right.link-std--darkgreen:before {
    background-color: #80A51B; }
  .link-std-large-right.link-std--red:before {
    background-color: #EB5B25; }
  .link-std-large-right.link-std--darkred:before {
    background-color: #D73F12; }
  .link-std-large-right.link-std--cyan:before {
    background-color: #4DBDC6; }
  .link-std-large-right.link-std--teal:before {
    background-color: #008390; }
  .link-std-large-right.link-std--yellow:before {
    background-color: #FDC400; }
  .link-std-large-right.link-std--lightbeige:before {
    background-color: #F4F4F4; }
  .link-std-large-right.link-std--beige:before {
    background-color: #E5E4E3; }
  .link-std-large-right.link-std--midbeige:before {
    background-color: #E5E4E3; }
  .link-std-large-right.link-std--darkbeige:before {
    background-color: #C6C3C0; }
  .link-std-large-right.link-std--warmgrey:before {
    background-color: #8e8882; }
  .link-std-large-right.link-std--darkwarmgrey:before {
    background-color: #675C53; }
  .link-std-large-right.link-std--white:before {
    background-color: white; }
  .link-std-large-right.link-std--standard:before {
    background-color: #E5E4E3; }

.link-ext {
  display: inline-block;
  overflow: hidden;
  position: relative;
  z-index: 1;
  padding-left: 28px;
  padding-left: 35px; }
  .link-ext a {
    padding-left: 0; }
  .link-ext:after {
    position: absolute;
    z-index: 0;
    content: '';
    background-repeat: no-repeat; }
  .link-ext:before {
    position: absolute;
    z-index: 0;
    content: '';
    width: 20px;
    height: 20px;
    border-radius: 20px;
    background-color: #C6C3C0; }
  .link-ext:before {
    top: 4px;
    left: 2px; }
  .link-ext:after {
    top: 4px;
    left: 0;
    width: 20px;
    height: 20px;
    background-image: url(2ac07797f46dfab715091ea4dc74aa71.svg);
    background-position: right center;
    background-size: 20px 20px; }
  .link-ext:hover:after {
    -webkit-animation-name: link-anim-extern;
            animation-name: link-anim-extern;
    -webkit-animation-duration: 0.4s;
            animation-duration: 0.4s;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out; }
  .link-ext--green:before {
    background-color: #B8C931; }
  .link-ext--darkgreen:before {
    background-color: #80A51B; }
  .link-ext--red:before {
    background-color: #EB5B25; }
  .link-ext--darkred:before {
    background-color: #D73F12; }
  .link-ext--cyan:before {
    background-color: #4DBDC6; }
  .link-ext--teal:before {
    background-color: #008390; }
  .link-ext--yellow:before {
    background-color: #FDC400; }
  .link-ext--lightbeige:before {
    background-color: #F4F4F4; }
  .link-ext--beige:before {
    background-color: #E5E4E3; }
  .link-ext--midbeige:before {
    background-color: #E5E4E3; }
  .link-ext--darkbeige:before {
    background-color: #C6C3C0; }
  .link-ext--warmgrey:before {
    background-color: #8e8882; }
  .link-ext--darkwarmgrey:before {
    background-color: #675C53; }
  .link-ext--white:before {
    background-color: white; }
  .link-ext--standard:before {
    background-color: #E5E4E3; }

.link-ext-right {
  display: inline-block;
  overflow: hidden;
  position: relative;
  z-index: 1;
  padding-left: 28px;
  padding-left: 0;
  padding-right: 31px; }
  .link-ext-right a {
    padding-left: 0; }
  .link-ext-right:after {
    position: absolute;
    z-index: 0;
    content: '';
    background-repeat: no-repeat; }
  .link-ext-right:before {
    position: absolute;
    z-index: 0;
    content: '';
    width: 20px;
    height: 20px;
    border-radius: 20px;
    background-color: #C6C3C0; }
  .link-ext-right:before {
    top: 4px;
    right: 0; }
  .link-ext-right:after {
    top: 4px;
    right: 2px;
    width: 20px;
    height: 20px;
    background-image: url(2ac07797f46dfab715091ea4dc74aa71.svg);
    background-position: right center;
    background-size: 20px 20px; }
  .link-ext-right:hover:after {
    -webkit-animation-name: link-anim-extern;
            animation-name: link-anim-extern;
    -webkit-animation-duration: 0.4s;
            animation-duration: 0.4s;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out; }
  .link-ext-right.link-ext--green:before {
    background-color: #B8C931; }
  .link-ext-right.link-ext--darkgreen:before {
    background-color: #80A51B; }
  .link-ext-right.link-ext--red:before {
    background-color: #EB5B25; }
  .link-ext-right.link-ext--darkred:before {
    background-color: #D73F12; }
  .link-ext-right.link-ext--cyan:before {
    background-color: #4DBDC6; }
  .link-ext-right.link-ext--teal:before {
    background-color: #008390; }
  .link-ext-right.link-ext--yellow:before {
    background-color: #FDC400; }
  .link-ext-right.link-ext--lightbeige:before {
    background-color: #F4F4F4; }
  .link-ext-right.link-ext--beige:before {
    background-color: #E5E4E3; }
  .link-ext-right.link-ext--midbeige:before {
    background-color: #E5E4E3; }
  .link-ext-right.link-ext--darkbeige:before {
    background-color: #C6C3C0; }
  .link-ext-right.link-ext--warmgrey:before {
    background-color: #8e8882; }
  .link-ext-right.link-ext--darkwarmgrey:before {
    background-color: #675C53; }
  .link-ext-right.link-ext--white:before {
    background-color: white; }
  .link-ext-right.link-ext--standard:before {
    background-color: #E5E4E3; }

.link-dwn {
  display: inline-block;
  overflow: hidden;
  position: relative;
  z-index: 1;
  padding-left: 28px;
  padding-left: 35px; }
  .link-dwn a {
    padding-left: 0; }
  .link-dwn:after {
    position: absolute;
    z-index: 0;
    content: '';
    background-repeat: no-repeat; }
  .link-dwn:before {
    position: absolute;
    z-index: 0;
    content: '';
    width: 20px;
    height: 20px;
    border-radius: 20px;
    background-color: #C6C3C0; }
  .link-dwn:before {
    top: 4px;
    left: 2px; }
  .link-dwn:after {
    top: 0;
    left: 2px;
    width: 20px;
    height: 20px;
    background-image: url(443b0c3ee211c2fd91bd9716a47b6bf8.svg);
    background-position: right center;
    background-size: 20px 20px; }
  .link-dwn:hover:after {
    -webkit-animation-name: link-anim-download;
            animation-name: link-anim-download;
    -webkit-animation-duration: 0.3s;
            animation-duration: 0.3s;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out; }
  .link-dwn--green:before {
    background-color: #B8C931; }
  .link-dwn--darkgreen:before {
    background-color: #80A51B; }
  .link-dwn--red:before {
    background-color: #EB5B25; }
  .link-dwn--darkred:before {
    background-color: #D73F12; }
  .link-dwn--cyan:before {
    background-color: #4DBDC6; }
  .link-dwn--teal:before {
    background-color: #008390; }
  .link-dwn--yellow:before {
    background-color: #FDC400; }
  .link-dwn--lightbeige:before {
    background-color: #F4F4F4; }
  .link-dwn--beige:before {
    background-color: #E5E4E3; }
  .link-dwn--midbeige:before {
    background-color: #E5E4E3; }
  .link-dwn--darkbeige:before {
    background-color: #C6C3C0; }
  .link-dwn--warmgrey:before {
    background-color: #8e8882; }
  .link-dwn--darkwarmgrey:before {
    background-color: #675C53; }
  .link-dwn--white:before {
    background-color: white; }
  .link-dwn--standard:before {
    background-color: #E5E4E3; }

.link-dwn-right {
  display: inline-block;
  overflow: hidden;
  position: relative;
  z-index: 1;
  padding-left: 28px;
  padding-left: 0;
  padding-right: 31px; }
  .link-dwn-right a {
    padding-left: 0; }
  .link-dwn-right:after {
    position: absolute;
    z-index: 0;
    content: '';
    background-repeat: no-repeat; }
  .link-dwn-right:before {
    position: absolute;
    z-index: 0;
    content: '';
    width: 20px;
    height: 20px;
    border-radius: 20px;
    background-color: #C6C3C0; }
  .link-dwn-right:before {
    top: 4px;
    right: 0; }
  .link-dwn-right:after {
    top: 0;
    right: 0;
    width: 20px;
    height: 20px;
    background-image: url(443b0c3ee211c2fd91bd9716a47b6bf8.svg);
    background-position: right center;
    background-size: 20px 20px; }
  .link-dwn-right:hover:after {
    -webkit-animation-name: link-anim-download;
            animation-name: link-anim-download;
    -webkit-animation-duration: 0.3s;
            animation-duration: 0.3s;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out; }
  .link-dwn-right.link-dwn--green:before {
    background-color: #B8C931; }
  .link-dwn-right.link-dwn--darkgreen:before {
    background-color: #80A51B; }
  .link-dwn-right.link-dwn--red:before {
    background-color: #EB5B25; }
  .link-dwn-right.link-dwn--darkred:before {
    background-color: #D73F12; }
  .link-dwn-right.link-dwn--cyan:before {
    background-color: #4DBDC6; }
  .link-dwn-right.link-dwn--teal:before {
    background-color: #008390; }
  .link-dwn-right.link-dwn--yellow:before {
    background-color: #FDC400; }
  .link-dwn-right.link-dwn--lightbeige:before {
    background-color: #F4F4F4; }
  .link-dwn-right.link-dwn--beige:before {
    background-color: #E5E4E3; }
  .link-dwn-right.link-dwn--midbeige:before {
    background-color: #E5E4E3; }
  .link-dwn-right.link-dwn--darkbeige:before {
    background-color: #C6C3C0; }
  .link-dwn-right.link-dwn--warmgrey:before {
    background-color: #8e8882; }
  .link-dwn-right.link-dwn--darkwarmgrey:before {
    background-color: #675C53; }
  .link-dwn-right.link-dwn--white:before {
    background-color: white; }
  .link-dwn-right.link-dwn--standard:before {
    background-color: #E5E4E3; }

.link-ank {
  display: inline-block;
  overflow: hidden;
  position: relative;
  z-index: 1;
  padding-left: 28px;
  padding-left: 35px; }
  .link-ank a {
    padding-left: 0; }
  .link-ank:after {
    position: absolute;
    z-index: 0;
    content: '';
    background-repeat: no-repeat; }
  .link-ank:before {
    position: absolute;
    z-index: 0;
    content: '';
    width: 20px;
    height: 20px;
    border-radius: 20px;
    background-color: #C6C3C0; }
  .link-ank:before {
    top: 4px;
    left: 2px; }
  .link-ank:after {
    top: 0;
    left: 2px;
    width: 20px;
    height: 20px;
    background-image: url(ad39e3c3df449c8908b2676110ec31a6.svg);
    background-position: right center;
    background-size: 20px 20px; }
  .link-ank:hover:after {
    -webkit-animation-name: link-anim-download;
            animation-name: link-anim-download;
    -webkit-animation-duration: 0.3s;
            animation-duration: 0.3s;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out; }
  .link-ank--green:before {
    background-color: #B8C931; }
  .link-ank--darkgreen:before {
    background-color: #80A51B; }
  .link-ank--red:before {
    background-color: #EB5B25; }
  .link-ank--darkred:before {
    background-color: #D73F12; }
  .link-ank--cyan:before {
    background-color: #4DBDC6; }
  .link-ank--teal:before {
    background-color: #008390; }
  .link-ank--yellow:before {
    background-color: #FDC400; }
  .link-ank--lightbeige:before {
    background-color: #F4F4F4; }
  .link-ank--beige:before {
    background-color: #E5E4E3; }
  .link-ank--midbeige:before {
    background-color: #E5E4E3; }
  .link-ank--darkbeige:before {
    background-color: #C6C3C0; }
  .link-ank--warmgrey:before {
    background-color: #8e8882; }
  .link-ank--darkwarmgrey:before {
    background-color: #675C53; }
  .link-ank--white:before {
    background-color: white; }
  .link-ank--standard:before {
    background-color: #E5E4E3; }

.link-auto {
  display: inline-block;
  overflow: hidden;
  position: relative;
  z-index: 1;
  padding-left: 28px;
  padding-left: 35px; }
  .link-auto a {
    padding-left: 0; }
  .link-auto:after {
    position: absolute;
    z-index: 0;
    content: '';
    background-repeat: no-repeat; }
  .link-auto:before {
    position: absolute;
    z-index: 0;
    content: '';
    width: 20px;
    height: 20px;
    border-radius: 20px;
    background-color: #C6C3C0; }
  .link-auto:before {
    top: 4px;
    left: 2px; }
  .link-auto:before {
    background-color: #FDC400; }
  .link-auto[href^="http"]:after {
    top: 4px;
    left: 0;
    width: 20px;
    height: 20px;
    background-image: url(2ac07797f46dfab715091ea4dc74aa71.svg);
    background-position: right center;
    background-size: 20px 20px; }
  .link-auto[href^="http"]:hover:after {
    -webkit-animation-name: link-anim-extern;
            animation-name: link-anim-extern;
    -webkit-animation-duration: 0.4s;
            animation-duration: 0.4s;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out; }
  .link-auto[href^="files/"]:after {
    top: 0;
    left: 2px;
    width: 20px;
    height: 20px;
    background-image: url(443b0c3ee211c2fd91bd9716a47b6bf8.svg);
    background-position: right center;
    background-size: 20px 20px; }
  .link-auto[href^="files/"]:hover:after {
    -webkit-animation-name: link-anim-download;
            animation-name: link-anim-download;
    -webkit-animation-duration: 0.3s;
            animation-duration: 0.3s;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out; }
  .link-auto[href*="#"]:after {
    top: 0;
    left: 2px;
    width: 20px;
    height: 20px;
    background-image: url(ad39e3c3df449c8908b2676110ec31a6.svg);
    background-position: right center;
    background-size: 20px 20px; }
  .link-auto[href*="#"]:hover:after {
    -webkit-animation-name: link-anim-download;
            animation-name: link-anim-download;
    -webkit-animation-duration: 0.3s;
            animation-duration: 0.3s;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out; }
  .link-auto:after {
    top: 4px;
    left: 0;
    width: 20px;
    height: 20px;
    background-image: url(1edaad31a29e29a891de76ad1aa1d495.svg);
    background-position: right center;
    background-size: 20px 20px; }
  .link-auto:hover:after {
    -webkit-animation-name: link-anim-standard;
            animation-name: link-anim-standard;
    -webkit-animation-duration: 0.4s;
            animation-duration: 0.4s;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out; }
  .link-auto--green:before {
    background-color: #B8C931; }
  .link-auto--darkgreen:before {
    background-color: #80A51B; }
  .link-auto--red:before {
    background-color: #EB5B25; }
  .link-auto--darkred:before {
    background-color: #D73F12; }
  .link-auto--cyan:before {
    background-color: #4DBDC6; }
  .link-auto--teal:before {
    background-color: #008390; }
  .link-auto--yellow:before {
    background-color: #FDC400; }
  .link-auto--lightbeige:before {
    background-color: #F4F4F4; }
  .link-auto--beige:before {
    background-color: #E5E4E3; }
  .link-auto--midbeige:before {
    background-color: #E5E4E3; }
  .link-auto--darkbeige:before {
    background-color: #C6C3C0; }
  .link-auto--warmgrey:before {
    background-color: #8e8882; }
  .link-auto--darkwarmgrey:before {
    background-color: #675C53; }
  .link-auto--white:before {
    background-color: white; }
  .link-auto--standard:before {
    background-color: #E5E4E3; }

.link-auto-right {
  display: inline-block;
  overflow: hidden;
  position: relative;
  z-index: 1;
  padding-left: 28px;
  padding-left: 0;
  padding-right: 31px; }
  .link-auto-right a {
    padding-left: 0; }
  .link-auto-right:after {
    position: absolute;
    z-index: 0;
    content: '';
    background-repeat: no-repeat; }
  .link-auto-right:before {
    position: absolute;
    z-index: 0;
    content: '';
    width: 20px;
    height: 20px;
    border-radius: 20px;
    background-color: #C6C3C0; }
  .link-auto-right:before {
    top: 4px;
    right: 0; }
  .link-auto-right:before {
    background-color: #C6C3C0; }
  .link-auto-right[href^="http"]:after {
    top: 4px;
    right: 2px;
    width: 20px;
    height: 20px;
    background-image: url(2ac07797f46dfab715091ea4dc74aa71.svg);
    background-position: right center;
    background-size: 20px 20px; }
  .link-auto-right[href^="http"]:hover:after {
    -webkit-animation-name: link-anim-extern;
            animation-name: link-anim-extern;
    -webkit-animation-duration: 0.4s;
            animation-duration: 0.4s;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out; }
  .link-auto-right[href^="files/"]:after {
    top: 0;
    right: 0;
    width: 20px;
    height: 20px;
    background-image: url(443b0c3ee211c2fd91bd9716a47b6bf8.svg);
    background-position: right center;
    background-size: 20px 20px; }
  .link-auto-right[href^="files/"]:hover:after {
    -webkit-animation-name: link-anim-download;
            animation-name: link-anim-download;
    -webkit-animation-duration: 0.3s;
            animation-duration: 0.3s;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out; }
  .link-auto-right:after {
    top: 4px;
    right: 2px;
    width: 20px;
    height: 20px;
    background-image: url(1edaad31a29e29a891de76ad1aa1d495.svg);
    background-position: right center;
    background-size: 20px 20px; }
  .link-auto-right:hover:after {
    -webkit-animation-name: link-anim-standard-right;
            animation-name: link-anim-standard-right;
    -webkit-animation-duration: 0.4s;
            animation-duration: 0.4s;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out; }
  .link-auto-right.link-auto--green:before {
    background-color: #B8C931; }
  .link-auto-right.link-auto--darkgreen:before {
    background-color: #80A51B; }
  .link-auto-right.link-auto--red:before {
    background-color: #EB5B25; }
  .link-auto-right.link-auto--darkred:before {
    background-color: #D73F12; }
  .link-auto-right.link-auto--cyan:before {
    background-color: #4DBDC6; }
  .link-auto-right.link-auto--teal:before {
    background-color: #008390; }
  .link-auto-right.link-auto--yellow:before {
    background-color: #FDC400; }
  .link-auto-right.link-auto--lightbeige:before {
    background-color: #F4F4F4; }
  .link-auto-right.link-auto--beige:before {
    background-color: #E5E4E3; }
  .link-auto-right.link-auto--midbeige:before {
    background-color: #E5E4E3; }
  .link-auto-right.link-auto--darkbeige:before {
    background-color: #C6C3C0; }
  .link-auto-right.link-auto--warmgrey:before {
    background-color: #8e8882; }
  .link-auto-right.link-auto--darkwarmgrey:before {
    background-color: #675C53; }
  .link-auto-right.link-auto--white:before {
    background-color: white; }
  .link-auto-right.link-auto--standard:before {
    background-color: #E5E4E3; }

.link-large-auto-right {
  display: inline-block;
  overflow: hidden;
  position: relative;
  z-index: 1;
  padding-left: 28px;
  padding-left: 0;
  padding-right: 50px;
  font-family: 'Bitter', sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1rem;
  line-height: 1.75;
  min-height: 34px;
  padding-top: 3px; }
  .link-large-auto-right a {
    padding-left: 0; }
  .link-large-auto-right:after {
    position: absolute;
    z-index: 0;
    content: '';
    background-repeat: no-repeat; }
  .link-large-auto-right:before {
    position: absolute;
    z-index: 0;
    content: '';
    width: 20px;
    height: 20px;
    border-radius: 20px;
    background-color: #C6C3C0; }
  .link-large-auto-right:before {
    width: 34px;
    height: 34px;
    border-radius: 34px;
    top: 0;
    right: 0; }
  .link-large-auto-right:before {
    background-color: #C6C3C0; }
  .link-large-auto-right[href^="http"]:after {
    top: 4px;
    right: 2px;
    width: 20px;
    height: 20px;
    background-image: url(2ac07797f46dfab715091ea4dc74aa71.svg);
    background-position: right center;
    background-size: 20px 20px; }
  .link-large-auto-right[href^="http"]:hover:after {
    -webkit-animation-name: link-anim-extern;
            animation-name: link-anim-extern;
    -webkit-animation-duration: 0.4s;
            animation-duration: 0.4s;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out; }
  .link-large-auto-right[href^="http"]:after {
    top: 0;
    right: 2px;
    width: 34px;
    height: 34px;
    background-size: 34px 34px; }
  .link-large-auto-right[href^="files/"]:after {
    top: 0;
    right: 0;
    width: 20px;
    height: 20px;
    background-image: url(443b0c3ee211c2fd91bd9716a47b6bf8.svg);
    background-position: right center;
    background-size: 20px 20px; }
  .link-large-auto-right[href^="files/"]:hover:after {
    -webkit-animation-name: link-anim-download;
            animation-name: link-anim-download;
    -webkit-animation-duration: 0.3s;
            animation-duration: 0.3s;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out; }
  .link-large-auto-right[href^="files/"]:after {
    top: 0;
    right: 0;
    width: 34px;
    height: 34px;
    background-size: 34px 34px; }
  .link-large-auto-right:after {
    top: 4px;
    right: 2px;
    width: 20px;
    height: 20px;
    background-image: url(1edaad31a29e29a891de76ad1aa1d495.svg);
    background-position: right center;
    background-size: 20px 20px; }
  .link-large-auto-right:hover:after {
    -webkit-animation-name: link-anim-standard-right;
            animation-name: link-anim-standard-right;
    -webkit-animation-duration: 0.4s;
            animation-duration: 0.4s;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out; }
  .link-large-auto-right:after {
    top: 0;
    right: 4px;
    width: 34px;
    height: 34px;
    background-size: 34px 34px; }
  .link-large-auto-right:hover:after {
    -webkit-animation-name: link-anim-standard-large-right;
            animation-name: link-anim-standard-large-right; }
  .link-large-auto-right.link-auto--green:before {
    background-color: #B8C931; }
  .link-large-auto-right.link-auto--darkgreen:before {
    background-color: #80A51B; }
  .link-large-auto-right.link-auto--red:before {
    background-color: #EB5B25; }
  .link-large-auto-right.link-auto--darkred:before {
    background-color: #D73F12; }
  .link-large-auto-right.link-auto--cyan:before {
    background-color: #4DBDC6; }
  .link-large-auto-right.link-auto--teal:before {
    background-color: #008390; }
  .link-large-auto-right.link-auto--yellow:before {
    background-color: #FDC400; }
  .link-large-auto-right.link-auto--lightbeige:before {
    background-color: #F4F4F4; }
  .link-large-auto-right.link-auto--beige:before {
    background-color: #E5E4E3; }
  .link-large-auto-right.link-auto--midbeige:before {
    background-color: #E5E4E3; }
  .link-large-auto-right.link-auto--darkbeige:before {
    background-color: #C6C3C0; }
  .link-large-auto-right.link-auto--warmgrey:before {
    background-color: #8e8882; }
  .link-large-auto-right.link-auto--darkwarmgrey:before {
    background-color: #675C53; }
  .link-large-auto-right.link-auto--white:before {
    background-color: white; }
  .link-large-auto-right.link-auto--standard:before {
    background-color: #E5E4E3; }

.link-xlarge-auto-right {
  display: inline-block;
  overflow: hidden;
  position: relative;
  z-index: 1;
  padding-left: 28px;
  padding-left: 0;
  padding-right: 98px; }
  .link-xlarge-auto-right a {
    padding-left: 0; }
  .link-xlarge-auto-right:after {
    position: absolute;
    z-index: 0;
    content: '';
    background-repeat: no-repeat; }
  .link-xlarge-auto-right:before {
    position: absolute;
    z-index: 0;
    content: '';
    width: 20px;
    height: 20px;
    border-radius: 20px;
    background-color: #C6C3C0; }
  .link-xlarge-auto-right:before {
    width: 68px;
    height: 68px;
    border-radius: 68px;
    top: 0;
    right: 0; }
  .link-xlarge-auto-right:after {
    top: 4px;
    right: 2px;
    width: 20px;
    height: 20px;
    background-image: url(1edaad31a29e29a891de76ad1aa1d495.svg);
    background-position: right center;
    background-size: 20px 20px; }
  .link-xlarge-auto-right:hover:after {
    -webkit-animation-name: link-anim-standard-right;
            animation-name: link-anim-standard-right;
    -webkit-animation-duration: 0.4s;
            animation-duration: 0.4s;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out; }
  .link-xlarge-auto-right:after {
    top: 0;
    right: 14px;
    width: 68px;
    height: 68px;
    background-size: 68px 68px; }
  .link-xlarge-auto-right:hover:after {
    -webkit-animation-name: link-anim-standard-xlarge-right;
            animation-name: link-anim-standard-xlarge-right; }
  .link-xlarge-auto-right.link-auto--green:before {
    background-color: #B8C931; }
  .link-xlarge-auto-right.link-auto--darkgreen:before {
    background-color: #80A51B; }
  .link-xlarge-auto-right.link-auto--red:before {
    background-color: #EB5B25; }
  .link-xlarge-auto-right.link-auto--darkred:before {
    background-color: #D73F12; }
  .link-xlarge-auto-right.link-auto--cyan:before {
    background-color: #4DBDC6; }
  .link-xlarge-auto-right.link-auto--teal:before {
    background-color: #008390; }
  .link-xlarge-auto-right.link-auto--yellow:before {
    background-color: #FDC400; }
  .link-xlarge-auto-right.link-auto--lightbeige:before {
    background-color: #F4F4F4; }
  .link-xlarge-auto-right.link-auto--beige:before {
    background-color: #E5E4E3; }
  .link-xlarge-auto-right.link-auto--midbeige:before {
    background-color: #E5E4E3; }
  .link-xlarge-auto-right.link-auto--darkbeige:before {
    background-color: #C6C3C0; }
  .link-xlarge-auto-right.link-auto--warmgrey:before {
    background-color: #8e8882; }
  .link-xlarge-auto-right.link-auto--darkwarmgrey:before {
    background-color: #675C53; }
  .link-xlarge-auto-right.link-auto--white:before {
    background-color: white; }
  .link-xlarge-auto-right.link-auto--standard:before {
    background-color: #E5E4E3; }

.link-color--green:before {
  background-color: #B8C931; }

.link-color--darkgreen:before {
  background-color: #80A51B; }

.link-color--red:before {
  background-color: #EB5B25; }

.link-color--darkred:before {
  background-color: #D73F12; }

.link-color--cyan:before {
  background-color: #4DBDC6; }

.link-color--teal:before {
  background-color: #008390; }

.link-color--yellow:before {
  background-color: #FDC400; }

.link-color--lightbeige:before {
  background-color: #F4F4F4; }

.link-color--beige:before {
  background-color: #E5E4E3; }

.link-color--midbeige:before {
  background-color: #E5E4E3; }

.link-color--darkbeige:before {
  background-color: #C6C3C0; }

.link-color--warmgrey:before {
  background-color: #8e8882; }

.link-color--darkwarmgrey:before {
  background-color: #675C53; }

.link-color--white:before {
  background-color: white; }

.link-color--standard:before {
  background-color: #E5E4E3; }

.ce_dzteaser--keycolor-green .link-teaser-autocolor:before {
  background-color: #B8C931; }

.ce_dzteaser--keycolor-darkgreen .link-teaser-autocolor:before {
  background-color: #80A51B; }

.ce_dzteaser--keycolor-red .link-teaser-autocolor:before {
  background-color: #EB5B25; }

.ce_dzteaser--keycolor-darkred .link-teaser-autocolor:before {
  background-color: #D73F12; }

.ce_dzteaser--keycolor-cyan .link-teaser-autocolor:before {
  background-color: #4DBDC6; }

.ce_dzteaser--keycolor-teal .link-teaser-autocolor:before {
  background-color: #008390; }

.ce_dzteaser--keycolor-yellow .link-teaser-autocolor:before {
  background-color: #FDC400; }

.ce_dzteaser--keycolor-lightbeige .link-teaser-autocolor:before {
  background-color: #F4F4F4; }

.ce_dzteaser--keycolor-beige .link-teaser-autocolor:before {
  background-color: #E5E4E3; }

.ce_dzteaser--keycolor-midbeige .link-teaser-autocolor:before {
  background-color: #E5E4E3; }

.ce_dzteaser--keycolor-darkbeige .link-teaser-autocolor:before {
  background-color: #C6C3C0; }

.ce_dzteaser--keycolor-warmgrey .link-teaser-autocolor:before {
  background-color: #8e8882; }

.ce_dzteaser--keycolor-darkwarmgrey .link-teaser-autocolor:before {
  background-color: #675C53; }

.ce_dzteaser--keycolor-white .link-teaser-autocolor:before {
  background-color: white; }

.ce_dzteaser--keycolor-standard .link-teaser-autocolor:before {
  background-color: #E5E4E3; }

.content-keycolor-green .link-autocolor:before {
  background-color: #B8C931; }

.content-keycolor-darkgreen .link-autocolor:before {
  background-color: #80A51B; }

.content-keycolor-red .link-autocolor:before {
  background-color: #EB5B25; }

.content-keycolor-darkred .link-autocolor:before {
  background-color: #D73F12; }

.content-keycolor-cyan .link-autocolor:before {
  background-color: #4DBDC6; }

.content-keycolor-teal .link-autocolor:before {
  background-color: #008390; }

.content-keycolor-yellow .link-autocolor:before {
  background-color: #FDC400; }

.content-keycolor-lightbeige .link-autocolor:before {
  background-color: #F4F4F4; }

.content-keycolor-beige .link-autocolor:before {
  background-color: #E5E4E3; }

.content-keycolor-midbeige .link-autocolor:before {
  background-color: #E5E4E3; }

.content-keycolor-darkbeige .link-autocolor:before {
  background-color: #C6C3C0; }

.content-keycolor-warmgrey .link-autocolor:before {
  background-color: #8e8882; }

.content-keycolor-darkwarmgrey .link-autocolor:before {
  background-color: #675C53; }

.content-keycolor-white .link-autocolor:before {
  background-color: white; }

.content-keycolor-standard .link-autocolor:before {
  background-color: #E5E4E3; }

.c-image-container {
  position: relative; }
  .c-image-container__copyright-link {
    position: absolute;
    bottom: 10px;
    right: 10px;
    z-index: 1;
    display: inline-block;
    font-size: 0;
    line-height: 0;
    padding: 0;
    border: 0;
    background: none;
    width: 23px;
    height: 23px; }
    .c-image-container__copyright-link:before {
      content: ' ';
      display: inline-block;
      width: 23px;
      height: 23px;
      background-image: url(67f2ac9efea9f71c3372fd7da6d2104f.svg);
      background-repeat: no-repeat;
      background-position: top left;
      background-size: contain; }
    .c-image-container__copyright-link .b {
      display: none;
      font-family: 'Arial', sans-serif;
      font-weight: 500; }
    .c-image-container__copyright-link:before {
      font-family: 'Arial', sans-serif;
      font-weight: 500; }

.ce_dzteaser--image-link .c-image-container__copyright-link {
  top: 10px; }

.dz-modal__inside {
  position: relative;
  padding: 40px 0 0 0; }

.dz-modal__body {
  padding: 0;
  background-color: #E5E4E3; }

.dz-modal__close {
  display: inline-block;
  font-size: 0;
  line-height: 0;
  padding: 0;
  border: 0;
  background: none;
  width: 27px;
  height: 27px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  opacity: 1;
  cursor: pointer; }
  .dz-modal__close:before {
    content: ' ';
    display: inline-block;
    width: 27px;
    height: 27px;
    background-image: url(d27e37363fba15d368aebf7856a40912.svg);
    background-repeat: no-repeat;
    background-position: top left;
    background-size: contain; }

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

.dz-modal figcaption {
  padding: 30px 25px; }

@media (min-width: 992px) {
  .modal-dialog {
    max-width: 920px; } }

@media (min-width: 768px) and (max-width: 991.98px) {
  .dz-modal {
    padding-left: 40px; }
  .modal-dialog {
    max-width: 540px; } }

@media (max-width: 767.98px) {
  .modal-dialog {
    margin: 0;
    height: 100vh; }
  .modal-content {
    height: inherit; }
  .dz-modal {
    padding-right: 0 !important; }
    .dz-modal__inside {
      padding-right: 0; }
    .dz-modal__close {
      top: 7px;
      right: 10px; } }

.dzmodal__video {
  width: 100%; }
  .dzmodal__video.ratio-169 {
    height: 0;
    padding-bottom: 56.25%;
    position: relative;
    overflow: hidden; }
    .dzmodal__video.ratio-169 > iframe {
      height: 100%;
      left: 0;
      position: absolute;
      top: 0;
      width: 100%;
      border: 0; }

.dzmodal__video-preview--fullwidth img {
  width: 100%; }

.dzmodal__iframe {
  display: none; }

.dzmodal__privacy-layer {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8); }
  @media (max-width: 767.98px) {
    .dzmodal__privacy-layer {
      background-color: rgba(245, 245, 245, 0.95); } }
  .dzmodal__privacy-layer-inside {
    position: relative;
    top: 100px;
    max-width: 454px;
    margin: 0 auto;
    padding: 20px; }
  .dzmodal__privacy-layer h3 {
    font-family: 'Bitter', sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 1.125rem;
    line-height: 1.44444;
    margin-bottom: 15px; }
    @media (min-width: 768px) {
      .dzmodal__privacy-layer h3 {
        font-family: 'Bitter', sans-serif;
        font-weight: 700;
        font-style: normal;
        font-size: 1.25rem;
        line-height: 1.4; } }
  .dzmodal__privacy-layer p:first-of-type {
    margin-bottom: 50px; }
  .dzmodal__privacy-layer .dzmodal__button-container {
    text-align: center;
    margin-bottom: 50px; }
  .dzmodal__privacy-layer button {
    font-family: 'Bitter', sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 1rem;
    line-height: 1.5;
    display: inline-block;
    padding: 5px 15px 5px 45px;
    background-color: white;
    border: none;
    border-radius: 17px;
    position: relative; }
    .dzmodal__privacy-layer button:before {
      position: absolute;
      top: 0;
      left: -10px;
      z-index: 1;
      content: '';
      width: 40px;
      height: 34px;
      background-image: url(ba501486fd7366391a393a28fc9e67a5.svg);
      background-repeat: no-repeat;
      background-position: top left;
      background-size: 40px 34px; }
  .dzmodal__privacy-layer p:last-of-type {
    font-family: 'Barlow', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 0.75rem;
    line-height: 1.33333; }

.mod_article {
  background-color: #FFF;
  color: #000; }
  .mod_article a {
    color: inherit; }
    .mod_article a:hover {
      color: inherit; }
  .mod_article.mod_article--full-width .mod_article__inside.container {
    width: 100%;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0; }
  .mod_article.mod_article--bg-green {
    background-color: #B8C931;
    color: black; }
    .mod_article.mod_article--bg-green .alt-color {
      color: #80A51B; }
  .mod_article.mod_article--bg-darkgreen {
    background-color: #80A51B;
    color: white; }
    .mod_article.mod_article--bg-darkgreen .alt-color {
      color: #B8C931; }
  .mod_article.mod_article--bg-red {
    background-color: #EB5B25;
    color: black; }
    .mod_article.mod_article--bg-red .alt-color {
      color: #D73F12; }
  .mod_article.mod_article--bg-darkred {
    background-color: #D73F12;
    color: white; }
    .mod_article.mod_article--bg-darkred .alt-color {
      color: #EB5B25; }
  .mod_article.mod_article--bg-cyan {
    background-color: #4DBDC6;
    color: black; }
    .mod_article.mod_article--bg-cyan .alt-color {
      color: #008390; }
  .mod_article.mod_article--bg-teal {
    background-color: #008390;
    color: white; }
    .mod_article.mod_article--bg-teal .alt-color {
      color: #4DBDC6; }
  .mod_article.mod_article--bg-yellow {
    background-color: #FDC400;
    color: black; }
    .mod_article.mod_article--bg-yellow .alt-color {
      color: #FADC90; }
  .mod_article.mod_article--bg-lightbeige {
    background-color: #F4F4F4;
    color: black; }
    .mod_article.mod_article--bg-lightbeige .alt-color {
      color: #C6C3C0; }
  .mod_article.mod_article--bg-beige {
    background-color: #E5E4E3;
    color: black; }
    .mod_article.mod_article--bg-beige .alt-color {
      color: #F4F4F4; }
  .mod_article.mod_article--bg-midbeige {
    background-color: #E5E4E3;
    color: black; }
    .mod_article.mod_article--bg-midbeige .alt-color {
      color: #F4F4F4; }
  .mod_article.mod_article--bg-darkbeige {
    background-color: #C6C3C0;
    color: black; }
    .mod_article.mod_article--bg-darkbeige .alt-color {
      color: #F4F4F4; }
  .mod_article.mod_article--bg-warmgrey {
    background-color: #8e8882;
    color: white; }
    .mod_article.mod_article--bg-warmgrey .alt-color {
      color: #C6C3C0; }
  .mod_article.mod_article--bg-darkwarmgrey {
    background-color: #675C53;
    color: white; }
    .mod_article.mod_article--bg-darkwarmgrey .alt-color {
      color: #675C53; }
  .mod_article.mod_article--bg-white {
    background-color: white;
    color: black; }
    .mod_article.mod_article--bg-white .alt-color {
      color: white; }
  .mod_article.mod_article--bg-standard {
    background-color: #E5E4E3;
    color: black; }
    .mod_article.mod_article--bg-standard .alt-color {
      color: #F4F4F4; }
  .mod_article--narrow .mod_article__inside > div {
    max-width: 600px; }

main .mod_article--enlarge .ce_headline.standard h2,
main .mod_article--enlarge .ce_headline--underline h2 {
  font-family: 'Bitter', sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.75rem;
  line-height: 1.5; }

main .mod_article--enlarge h3 {
  font-family: 'Bitter', sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.5rem;
  line-height: 1.5; }

main .mod_article--enlarge p {
  font-family: 'Barlow', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.3125rem;
  line-height: 1.52381; }

main .mod_article--enlarge .ce_text ul li,
main .mod_article--enlarge .ce_text ol li {
  font-family: 'Barlow', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.3125rem;
  line-height: 1.52381; }

main .mod_article--enlarge .ce_text--linklist ul li a,
main .mod_article--enlarge .ce_text a {
  font-family: 'Barlow', sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.3125rem;
  line-height: 1.52381; }

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end; }
  .pagination a {
    padding-left: 0; }
  .pagination p {
    font-family: 'Bitter', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1rem;
    line-height: 1.75;
    width: 100%;
    margin-bottom: 15px;
    margin-right: 30px; }
  .pagination ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 0; }
    .pagination ul li {
      line-height: 0; }
      .pagination ul li:not(:last-child) {
        margin-right: 15px; }
      .pagination ul li:first-child, .pagination ul li:nth-last-child(2) {
        margin-right: 10px; }
      .pagination ul li a,
      .pagination ul li strong {
        font-family: 'Bitter', sans-serif;
        font-weight: 700;
        font-style: normal;
        font-size: 1.25rem;
        line-height: 1.4; }
      .pagination ul li .active {
        background-position: bottom 0px left 0px;
        background-repeat: repeat-x;
        background-size: 1px 9px;
        background-image: -webkit-gradient(linear, left top, left bottom, from(#FDC400), to(#FDC400));
        background-image: linear-gradient(#FDC400, #FDC400); }
      .pagination ul li a.first,
      .pagination ul li span.first {
        display: inline-block;
        font-size: 0;
        line-height: 0;
        padding: 0;
        border: 0;
        background: none;
        width: 32px;
        height: 32px; }
        .pagination ul li a.first:before,
        .pagination ul li span.first:before {
          content: ' ';
          display: inline-block;
          width: 32px;
          height: 32px;
          background-image: url(afe9a54a6299d90df530099fbd5e43ef.svg);
          background-repeat: no-repeat;
          background-position: top left;
          background-size: contain; }
      .pagination ul li a.first:hover, .pagination ul li a.first:focus {
        display: inline-block;
        font-size: 0;
        line-height: 0;
        padding: 0;
        border: 0;
        background: none;
        width: 32px;
        height: 32px; }
        .pagination ul li a.first:hover:before, .pagination ul li a.first:focus:before {
          content: ' ';
          display: inline-block;
          width: 32px;
          height: 32px;
          background-image: url(617d27fb5f1a02a19873d672292b9b49.svg);
          background-repeat: no-repeat;
          background-position: top left;
          background-size: contain; }
      .pagination ul li span.first {
        display: inline-block;
        font-size: 0;
        line-height: 0;
        padding: 0;
        border: 0;
        background: none;
        width: 32px;
        height: 32px; }
        .pagination ul li span.first:before {
          content: ' ';
          display: inline-block;
          width: 32px;
          height: 32px;
          background-image: url(11e096c578bb3ee1d948fe93e597b0aa.svg);
          background-repeat: no-repeat;
          background-position: top left;
          background-size: contain; }
      .pagination ul li a.previous,
      .pagination ul li span.previous {
        display: inline-block;
        font-size: 0;
        line-height: 0;
        padding: 0;
        border: 0;
        background: none;
        width: 32px;
        height: 32px; }
        .pagination ul li a.previous:before,
        .pagination ul li span.previous:before {
          content: ' ';
          display: inline-block;
          width: 32px;
          height: 32px;
          background-image: url(d4bd9b80f9838b59788575d6ce807083.svg);
          background-repeat: no-repeat;
          background-position: top left;
          background-size: contain; }
      .pagination ul li a.previous:hover, .pagination ul li a.previous:focus {
        display: inline-block;
        font-size: 0;
        line-height: 0;
        padding: 0;
        border: 0;
        background: none;
        width: 32px;
        height: 32px; }
        .pagination ul li a.previous:hover:before, .pagination ul li a.previous:focus:before {
          content: ' ';
          display: inline-block;
          width: 32px;
          height: 32px;
          background-image: url(2268f0063be078a3fcfb8da96906ec1e.svg);
          background-repeat: no-repeat;
          background-position: top left;
          background-size: contain; }
      .pagination ul li span.previous {
        display: inline-block;
        font-size: 0;
        line-height: 0;
        padding: 0;
        border: 0;
        background: none;
        width: 32px;
        height: 32px; }
        .pagination ul li span.previous:before {
          content: ' ';
          display: inline-block;
          width: 32px;
          height: 32px;
          background-image: url(422250c86a75585f14f05de1c3961dac.svg);
          background-repeat: no-repeat;
          background-position: top left;
          background-size: contain; }
      .pagination ul li a.next,
      .pagination ul li span.next {
        display: inline-block;
        font-size: 0;
        line-height: 0;
        padding: 0;
        border: 0;
        background: none;
        width: 32px;
        height: 32px; }
        .pagination ul li a.next:before,
        .pagination ul li span.next:before {
          content: ' ';
          display: inline-block;
          width: 32px;
          height: 32px;
          background-image: url(5857390ec1b7df4c7a2aef634fa8db59.svg);
          background-repeat: no-repeat;
          background-position: top left;
          background-size: contain; }
      .pagination ul li a.next:hover, .pagination ul li a.next:focus {
        display: inline-block;
        font-size: 0;
        line-height: 0;
        padding: 0;
        border: 0;
        background: none;
        width: 32px;
        height: 32px; }
        .pagination ul li a.next:hover:before, .pagination ul li a.next:focus:before {
          content: ' ';
          display: inline-block;
          width: 32px;
          height: 32px;
          background-image: url(88f687a0e3e281adeed4c219ea8aea4c.svg);
          background-repeat: no-repeat;
          background-position: top left;
          background-size: contain; }
      .pagination ul li span.next {
        display: inline-block;
        font-size: 0;
        line-height: 0;
        padding: 0;
        border: 0;
        background: none;
        width: 32px;
        height: 32px; }
        .pagination ul li span.next:before {
          content: ' ';
          display: inline-block;
          width: 32px;
          height: 32px;
          background-image: url(e8e2d19b5befc0a3dafaf2e39ecef022.svg);
          background-repeat: no-repeat;
          background-position: top left;
          background-size: contain; }
      .pagination ul li a.last,
      .pagination ul li span.last {
        display: inline-block;
        font-size: 0;
        line-height: 0;
        padding: 0;
        border: 0;
        background: none;
        width: 32px;
        height: 32px; }
        .pagination ul li a.last:before,
        .pagination ul li span.last:before {
          content: ' ';
          display: inline-block;
          width: 32px;
          height: 32px;
          background-image: url(f88eda75372dd60f9fb1437600b4f221.svg);
          background-repeat: no-repeat;
          background-position: top left;
          background-size: contain; }
      .pagination ul li a.last:hover, .pagination ul li a.last:focus {
        display: inline-block;
        font-size: 0;
        line-height: 0;
        padding: 0;
        border: 0;
        background: none;
        width: 32px;
        height: 32px; }
        .pagination ul li a.last:hover:before, .pagination ul li a.last:focus:before {
          content: ' ';
          display: inline-block;
          width: 32px;
          height: 32px;
          background-image: url(30561bb934c8df36a21837d0d88a89c4.svg);
          background-repeat: no-repeat;
          background-position: top left;
          background-size: contain; }
      .pagination ul li span.last {
        display: inline-block;
        font-size: 0;
        line-height: 0;
        padding: 0;
        border: 0;
        background: none;
        width: 32px;
        height: 32px; }
        .pagination ul li span.last:before {
          content: ' ';
          display: inline-block;
          width: 32px;
          height: 32px;
          background-image: url(eafd88e32d2fb35c1c1944f5b929a172.svg);
          background-repeat: no-repeat;
          background-position: top left;
          background-size: contain; }
  @media (min-width: 768px) {
    .pagination {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }
      .pagination p {
        width: auto;
        margin-bottom: 0; } }
  @media (max-width: 575.98px) {
    .pagination ul li.hide-xs {
      display: none; }
    .pagination ul li:not(:last-child) {
      margin-right: 10px; }
    .pagination ul li a,
    .pagination ul li strong {
      font-family: 'Bitter', sans-serif;
      font-weight: 700;
      font-style: normal;
      font-size: 1rem;
      line-height: 1.75; }
    .pagination ul li a.first,
    .pagination ul li span.first {
      width: 40px;
      height: 40px; }
      .pagination ul li a.first:before,
      .pagination ul li span.first:before {
        width: 40px;
        height: 40px; }
    .pagination ul li a.first:hover, .pagination ul li a.first:focus {
      width: 40px;
      height: 40px; }
      .pagination ul li a.first:hover:before, .pagination ul li a.first:focus:before {
        width: 40px;
        height: 40px; }
    .pagination ul li span.first {
      width: 40px;
      height: 40px; }
      .pagination ul li span.first:before {
        width: 40px;
        height: 40px; }
    .pagination ul li a.previous,
    .pagination ul li span.previous {
      width: 40px;
      height: 40px; }
      .pagination ul li a.previous:before,
      .pagination ul li span.previous:before {
        width: 40px;
        height: 40px; }
    .pagination ul li a.previous:hover, .pagination ul li a.previous:focus {
      width: 40px;
      height: 40px; }
      .pagination ul li a.previous:hover:before, .pagination ul li a.previous:focus:before {
        width: 40px;
        height: 40px; }
    .pagination ul li span.previous {
      width: 40px;
      height: 40px; }
      .pagination ul li span.previous:before {
        width: 40px;
        height: 40px; }
    .pagination ul li a.next,
    .pagination ul li span.next {
      width: 40px;
      height: 40px; }
      .pagination ul li a.next:before,
      .pagination ul li span.next:before {
        width: 40px;
        height: 40px; }
    .pagination ul li a.next:hover, .pagination ul li a.next:focus {
      width: 40px;
      height: 40px; }
      .pagination ul li a.next:hover:before, .pagination ul li a.next:focus:before {
        width: 40px;
        height: 40px; }
    .pagination ul li span.next {
      width: 40px;
      height: 40px; }
      .pagination ul li span.next:before {
        width: 40px;
        height: 40px; }
    .pagination ul li a.last,
    .pagination ul li span.last {
      width: 40px;
      height: 40px; }
      .pagination ul li a.last:before,
      .pagination ul li span.last:before {
        width: 40px;
        height: 40px; }
    .pagination ul li a.last:hover, .pagination ul li a.last:focus {
      width: 40px;
      height: 40px; }
      .pagination ul li a.last:hover:before, .pagination ul li a.last:focus:before {
        width: 40px;
        height: 40px; }
    .pagination ul li span.last {
      width: 40px;
      height: 40px; }
      .pagination ul li span.last:before {
        width: 40px;
        height: 40px; } }

.select2-container--open .select2-dropdown--below,
.select2-container--open .select2-dropdown--above {
  background: #675C53; }

.select2-container--ww .select2-container--focus .select2-selection--multiple {
  border: 1px solid #8E8882; }

.select2-container--ww .select2-results__option--highlighted[aria-selected] {
  background: #8E8882 !important;
  color: #ffffff; }

.select2-container--ww .select2-results__option[aria-selected=true] {
  background: #8E8882;
  color: #fff; }

.select2-container--ww .select2-selection--single {
  border-radius: 0px; }

.select2-search {
  margin-top: 3px; }
  .select2-search input {
    height: 26px;
    border: 2px solid #dce4ec; }

.select2-dropdown {
  border: 0;
  border-radius: 0; }

.select2-results {
  padding: 0;
  margin: 0;
  border-top: 1px solid #C6C3C0; }
  .select2-results .select2-highlighted {
    background: #8E8882;
    color: #fff; }
  .select2-results__options {
    max-height: 200px;
    overflow-y: auto; }
    .select2-results__options .select2-results__options {
      max-height: 10000px; }
  .select2-results__option {
    font-family: 'Bitter', sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 1.125rem;
    line-height: 1.33333;
    color: white;
    padding: 8px 50px 8px 15px;
    border-bottom: 1px solid #C6C3C0; }
    .select2-results__option--highlighted {
      color: white; }
    .select2-results__option[role="group"] {
      padding: 0;
      padding-left: 0;
      padding-right: 0; }
  .select2-results__group {
    font-family: 'Barlow', sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 0.875rem;
    line-height: 1.28571;
    display: block;
    background-color: #8E8882;
    padding: 8px 15px; }
  .select2-results .select2-results__options--nested {
    border-top: 1px solid #C6C3C0; }
    .select2-results .select2-results__options--nested .select2-results__option {
      border-bottom: 0; }
      .select2-results .select2-results__options--nested .select2-results__option:not(:first-child) {
        border-top: 1px solid #C6C3C0; }

/****** Single SCSS *******/
.select2-container--ww .select2-selection--single {
  background: #675C53;
  border: 0px;
  height: 40px; }
  .select2-container--ww .select2-selection--single .select2-selection__rendered {
    font-family: 'Bitter', sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 1.125rem;
    line-height: 2.22222;
    color: #fff;
    padding: 0 50px 0 15px; }
  .select2-container--ww .select2-selection--single .select2-selection__arrow {
    height: 40px;
    position: absolute;
    top: 0;
    right: 0;
    width: 20px; }
    .select2-container--ww .select2-selection--single .select2-selection__arrow b {
      border: solid white;
      border-width: 0 3px 3px 0;
      display: inline-block;
      padding: 8px;
      -webkit-transform: translateY(-15px) rotate(45deg);
              transform: translateY(-15px) rotate(45deg);
      position: absolute;
      top: 50%;
      right: 15px;
      z-index: 1; }
  .select2-container--ww .select2-selection--single .select2-selection__placeholder {
    color: #fff; }
  .select2-container--ww .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold; }

/****** Multiple SCSS *******/
.contrast-active .select2-container--open .select2-dropdown--below,
.contrast-active .select2-container--open .select2-dropdown--above {
  background: black; }

.contrast-active .select2-container--ww .select2-container--focus .select2-selection--multiple {
  border: 1px solid black; }

.contrast-active .select2-container--ww .select2-results__option--highlighted[aria-selected] {
  background: black !important;
  color: #ffffff; }

.contrast-active .select2-container--ww .select2-results__option[aria-selected=true] {
  background: black;
  color: #fff; }

.contrast-active .select2-search input {
  border: 2px solid #dce4ec; }

.contrast-active .select2-results {
  border-top: 1px solid #C6C3C0; }
  .contrast-active .select2-results .select2-highlighted {
    background: black;
    color: #fff; }
  .contrast-active .select2-results__option {
    color: white;
    border-bottom: 1px solid #C6C3C0; }
    .contrast-active .select2-results__option--highlighted {
      color: white; }
  .contrast-active .select2-results__group {
    background-color: black; }
  .contrast-active .select2-results .select2-results__options--nested {
    border-top: 1px solid #C6C3C0; }
    .contrast-active .select2-results .select2-results__options--nested .select2-results__option:not(:first-child) {
      border-top: 1px solid #C6C3C0; }

.contrast-active .select2-container--ww .select2-selection--single {
  background: black; }
  .contrast-active .select2-container--ww .select2-selection--single .select2-selection__arrow b {
    border: solid white;
    border-width: 0 3px 3px 0; }
  .contrast-active .select2-container--ww .select2-selection--single .select2-selection__placeholder {
    color: #fff; }

.ce_form .widget-dz-ec {
  position: absolute;
  left: -10000px;
  top: 0;
  z-index: 1; }

.form__box {
  background-color: #E5E4E3;
  padding: 30px 15px 15px 15px; }
  @media (min-width: 576px) and (max-width: 767.98px) {
    .form__box {
      padding: 30px; } }
  @media (min-width: 768px) {
    .form__box {
      padding: 60px 140px 60px 60px; } }

.form__container {
  max-width: 900px; }

.form__errors {
  border: 1px solid #EB5B25;
  padding: 20px;
  margin-bottom: 40px; }
  .form__errors strong,
  .form__errors li {
    color: red; }
    .form__errors strong:last-child,
    .form__errors li:last-child {
      margin-bottom: 0; }
  .form__errors ul {
    margin-bottom: 0; }

.form__row {
  margin-bottom: 25px; }
  .form__row legend {
    font-family: 'Barlow', sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 1.125rem;
    line-height: 1.44444;
    display: block;
    margin-bottom: 10px; }
  @media (min-width: 768px) {
    .form__row--50 {
      width: calc(50% - 15px); } }
  @media (min-width: 768px) {
    .form__row--cols {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; } }
  .form__row--button {
    margin-top: 40px; }

.form__elem {
  width: 100%; }
  @media (min-width: 768px) {
    .form__row--cols .form__elem {
      width: calc(50% - 15px); } }
  @media (max-width: 767.98px) {
    .form__row--cols .form__elem:not(:last-child) {
      margin-bottom: 25px; } }
  .form__elem label {
    font-family: 'Barlow', sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 1.125rem;
    line-height: 1.44444;
    display: block;
    margin-bottom: 10px; }
  .form__elem select {
    width: 100%; }
  .form__elem input[type="text"],
  .form__elem input[type="password"],
  .form__elem input[type="email"],
  .form__elem input[type="search"] {
    border: none;
    background-color: #E5E4E3;
    width: 100%;
    height: 45px;
    padding: 0 15px; }
    .form__box .form__elem input[type="text"], .form__box
    .form__elem input[type="password"], .form__box
    .form__elem input[type="email"], .form__box
    .form__elem input[type="search"] {
      background-color: white; }
  .form__elem textarea {
    border: none;
    background-color: #E5E4E3;
    width: 100%;
    min-height: 100px;
    padding: 0 15px; }
    .form__box .form__elem textarea {
      background-color: white; }

.form__checkbox-item {
  margin-bottom: 15px; }
  .form__checkbox-item input[type='checkbox'] {
    position: absolute;
    opacity: 0; }
  .form__checkbox-item label {
    font-family: 'Barlow', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.0625rem;
    line-height: 1.41176;
    width: 100%;
    padding-left: 30px;
    padding-right: 5px;
    display: block;
    position: relative; }
  .form__checkbox-item input:disabled + label {
    opacity: 0.5; }
  .form__checkbox-item label:before {
    display: inline-block;
    position: absolute;
    top: 2px;
    left: 0;
    z-index: 1;
    content: '';
    width: 20px;
    height: 20px;
    background-color: #E5E4E3; }
  .form__checkbox-item input:checked + label:after {
    display: inline-block;
    position: absolute;
    content: '';
    z-index: 1;
    left: 9px;
    top: -3px;
    width: 10px;
    height: 24px;
    border: solid black;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); }
  .form__checkbox-inline .form__checkbox-item {
    display: inline-block; }
    .form__checkbox-inline .form__checkbox-item:not(:last-child) {
      margin-right: 20px; }

@media (min-width: 768px) {
  .form__checkbox-cols {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .form__checkbox-cols > div {
      display: block;
      width: calc(50% - 15px); } }

.form__button {
  font-family: 'Bitter', sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.25rem;
  line-height: 1.4;
  width: 100%;
  padding: 15px 0;
  text-align: center;
  background-color: #D73F12;
  color: #FFF;
  border: none; }
  .contrast-active .form__button {
    background-color: black !important; }

.form__logo-preview {
  max-width: 200px;
  height: auto; }

.form__error label {
  color: red; }

.form__error input[type="text"],
.form__error input[type="password"],
.form__error input[type="email"],
.form__error input[type="search"],
.form__error textarea {
  border: 1px solid red; }

.mod_login,
.mod_lostPassword,
.mod_changePassword,
.mod_personalData {
  background-color: #E5E4E3;
  padding: 30px 15px 15px 15px; }
  @media (min-width: 576px) and (max-width: 767.98px) {
    .mod_login,
    .mod_lostPassword,
    .mod_changePassword,
    .mod_personalData {
      padding: 30px; } }
  @media (min-width: 768px) {
    .mod_login,
    .mod_lostPassword,
    .mod_changePassword,
    .mod_personalData {
      padding: 60px 140px 60px 60px; } }
  .mod_login h2,
  .mod_login h3,
  .mod_login h4,
  .mod_lostPassword h2,
  .mod_lostPassword h3,
  .mod_lostPassword h4,
  .mod_changePassword h2,
  .mod_changePassword h3,
  .mod_changePassword h4,
  .mod_personalData h2,
  .mod_personalData h3,
  .mod_personalData h4 {
    font-family: 'Bitter', sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 1.25rem;
    line-height: 1.4;
    margin-bottom: 40px; }
    @media (min-width: 768px) {
      .mod_login h2,
      .mod_login h3,
      .mod_login h4,
      .mod_lostPassword h2,
      .mod_lostPassword h3,
      .mod_lostPassword h4,
      .mod_changePassword h2,
      .mod_changePassword h3,
      .mod_changePassword h4,
      .mod_personalData h2,
      .mod_personalData h3,
      .mod_personalData h4 {
        font-family: 'Bitter', sans-serif;
        font-weight: 700;
        font-style: normal;
        font-size: 1.5rem;
        line-height: 1.33333; } }
  .mod_login .invisible,
  .mod_lostPassword .invisible,
  .mod_changePassword .invisible,
  .mod_personalData .invisible {
    display: none; }
  .mod_login .widget,
  .mod_lostPassword .widget,
  .mod_changePassword .widget,
  .mod_personalData .widget {
    width: 100%; }
    @media (min-width: 768px) {
      .mod_login .widget,
      .mod_lostPassword .widget,
      .mod_changePassword .widget,
      .mod_personalData .widget {
        max-width: 445px; } }

.widget {
  margin-bottom: 25px; }
  .widget label,
  .widget legend {
    font-family: 'Barlow', sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 1.125rem;
    line-height: 1.44444;
    display: block;
    margin-bottom: 10px; }
  .widget input[type="text"],
  .widget input[type="password"],
  .widget input[type="email"],
  .widget input[type="search"] {
    border: none;
    background-color: #E5E4E3;
    width: 100%;
    height: 45px;
    padding: 0 15px;
    background-color: white; }
    .form__box .widget input[type="text"], .form__box
    .widget input[type="password"], .form__box
    .widget input[type="email"], .form__box
    .widget input[type="search"] {
      background-color: white; }
  .widget button {
    font-family: 'Bitter', sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 1.25rem;
    line-height: 1.4;
    width: 100%;
    padding: 15px 0;
    text-align: center;
    background-color: #D73F12;
    color: #FFF;
    border: none; }
    .contrast-active .widget button {
      background-color: black !important; }
  .widget.widget-submit {
    margin-top: 40px; }

.ce_form .formbody {
  max-width: 900px; }

.ce_form .widget input[type="text"],
.ce_form .widget input[type="password"],
.ce_form .widget input[type="email"],
.ce_form .widget input[type="search"] {
  border: none;
  background-color: #E5E4E3;
  width: 100%;
  height: 45px;
  padding: 0 15px; }
  .form__box .ce_form .widget input[type="text"], .form__box
  .ce_form .widget input[type="password"], .form__box
  .ce_form .widget input[type="email"], .form__box
  .ce_form .widget input[type="search"] {
    background-color: white; }

.ce_form .widget textarea {
  border: none;
  background-color: #E5E4E3;
  width: 100%;
  min-height: 100px;
  padding: 0 15px; }
  .form__box .ce_form .widget textarea {
    background-color: white; }

@media (min-width: 768px) {
  .ce_form .widget {
    width: calc(50% - 15px); } }

.ce_form .widget.full-width {
  width: 100%; }

.ce_form .widget.two-cols {
  width: 100%; }
  .ce_form .widget.two-cols .ce_form__cb-container {
    -webkit-columns: 2;
       -moz-columns: 2;
            columns: 2;
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px; }

.ce_form .row .widget {
  width: 100%; }

.ce_form select {
  width: 100%; }

.ce_form .widget-explanation a {
  padding-left: 0; }

.ce_form .widget-checkbox span {
  margin-bottom: 15px; }
  .ce_form .widget-checkbox span input[type='checkbox'] {
    position: absolute;
    opacity: 0; }
  .ce_form .widget-checkbox span label {
    font-family: 'Barlow', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.0625rem;
    line-height: 1.41176;
    width: 100%;
    padding-left: 30px;
    padding-right: 5px;
    display: block;
    position: relative; }
  .ce_form .widget-checkbox span input:disabled + label {
    opacity: 0.5; }
  .ce_form .widget-checkbox span label:before {
    display: inline-block;
    position: absolute;
    top: 2px;
    left: 0;
    z-index: 1;
    content: '';
    width: 20px;
    height: 20px;
    background-color: #E5E4E3; }
  .ce_form .widget-checkbox span input:checked + label:after {
    display: inline-block;
    position: absolute;
    content: '';
    z-index: 1;
    left: 9px;
    top: -3px;
    width: 10px;
    height: 24px;
    border: solid black;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); }

@media (min-width: 768px) {
  .ce_form .widget-submit {
    width: calc(50% - 15px); } }

.ce_form--inv .widget input[type="text"],
.ce_form--inv .widget input[type="password"],
.ce_form--inv .widget input[type="email"],
.ce_form--inv .widget input[type="search"] {
  border: none;
  background-color: #E5E4E3;
  width: 100%;
  height: 45px;
  padding: 0 15px;
  background-color: white; }
  .form__box .ce_form--inv .widget input[type="text"], .form__box
  .ce_form--inv .widget input[type="password"], .form__box
  .ce_form--inv .widget input[type="email"], .form__box
  .ce_form--inv .widget input[type="search"] {
    background-color: white; }

.ce_form--inv .widget textarea {
  border: none;
  background-color: #E5E4E3;
  width: 100%;
  min-height: 100px;
  padding: 0 15px;
  background-color: white; }
  .form__box .ce_form--inv .widget textarea {
    background-color: white; }

.ce_form--inv .widget-checkbox span {
  margin-bottom: 15px; }
  .ce_form--inv .widget-checkbox span input[type='checkbox'] {
    position: absolute;
    opacity: 0; }
  .ce_form--inv .widget-checkbox span label {
    font-family: 'Barlow', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.0625rem;
    line-height: 1.41176;
    width: 100%;
    padding-left: 30px;
    padding-right: 5px;
    display: block;
    position: relative; }
  .ce_form--inv .widget-checkbox span input:disabled + label {
    opacity: 0.5; }
  .ce_form--inv .widget-checkbox span label:before {
    display: inline-block;
    position: absolute;
    top: 2px;
    left: 0;
    z-index: 1;
    content: '';
    width: 20px;
    height: 20px;
    background-color: white; }
  .ce_form--inv .widget-checkbox span input:checked + label:after {
    display: inline-block;
    position: absolute;
    content: '';
    z-index: 1;
    left: 9px;
    top: -3px;
    width: 10px;
    height: 24px;
    border: solid black;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); }

.ce_form--box {
  background-color: #E5E4E3;
  padding: 30px 15px 15px 15px; }
  @media (min-width: 576px) and (max-width: 767.98px) {
    .ce_form--box {
      padding: 30px; } }
  @media (min-width: 768px) {
    .ce_form--box {
      padding: 60px 140px 60px 60px; } }
  .ce_form--box .widget input[type="text"],
  .ce_form--box .widget input[type="password"],
  .ce_form--box .widget input[type="email"],
  .ce_form--box .widget input[type="search"] {
    border: none;
    background-color: #E5E4E3;
    width: 100%;
    height: 45px;
    padding: 0 15px;
    background-color: white; }
    .form__box .ce_form--box .widget input[type="text"], .form__box
    .ce_form--box .widget input[type="password"], .form__box
    .ce_form--box .widget input[type="email"], .form__box
    .ce_form--box .widget input[type="search"] {
      background-color: white; }
  .ce_form--box .widget textarea {
    border: none;
    background-color: #E5E4E3;
    width: 100%;
    min-height: 100px;
    padding: 0 15px;
    background-color: white; }
    .form__box .ce_form--box .widget textarea {
      background-color: white; }
  .ce_form--box .widget-checkbox span {
    margin-bottom: 15px; }
    .ce_form--box .widget-checkbox span input[type='checkbox'] {
      position: absolute;
      opacity: 0; }
    .ce_form--box .widget-checkbox span label {
      font-family: 'Barlow', sans-serif;
      font-weight: 400;
      font-style: normal;
      font-size: 1.0625rem;
      line-height: 1.41176;
      width: 100%;
      padding-left: 30px;
      padding-right: 5px;
      display: block;
      position: relative; }
    .ce_form--box .widget-checkbox span input:disabled + label {
      opacity: 0.5; }
    .ce_form--box .widget-checkbox span label:before {
      display: inline-block;
      position: absolute;
      top: 2px;
      left: 0;
      z-index: 1;
      content: '';
      width: 20px;
      height: 20px;
      background-color: white; }
    .ce_form--box .widget-checkbox span input:checked + label:after {
      display: inline-block;
      position: absolute;
      content: '';
      z-index: 1;
      left: 9px;
      top: -3px;
      width: 10px;
      height: 24px;
      border: solid black;
      border-width: 0 3px 3px 0;
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg); }

.result__pagination--top {
  margin-bottom: 40px; }

.result__pagination--bottom {
  margin-top: 40px; }

.result__num-results {
  font-family: 'Bitter', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1rem;
  line-height: 1.75;
  margin-bottom: 20px; }

.result__list p {
  margin-bottom: 0; }

.result__row {
  position: relative;
  padding: 75px 15px 15px 15px;
  border-top: 1px solid #C6C3C0; }
  @media (min-width: 576px) and (max-width: 767.98px) {
    .result__row {
      padding: 30px; } }
  @media (min-width: 768px) {
    .result__row {
      padding: 40px 65px 40px 40px; } }
  .result__row:last-child {
    border-bottom: 1px solid #C6C3C0; }
  .result__row--odd {
    background-color: #F4F4F4; }

.result__headline {
  margin-bottom: 25px; }
  @media (min-width: 576px) {
    .result__headline {
      width: calc(100% - 70px); } }
  .result__headline a {
    font-family: 'Bitter', sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 1.125rem;
    line-height: 1.44444; }

.result__notepad-container {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 1; }
  @media (min-width: 768px) {
    .result__notepad-container {
      top: 40px;
      right: 40px; } }

.result__cell-container {
  max-width: 900px; }
  @media (min-width: 768px) {
    .result__cell-container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      padding-left: 40px; } }

@media (min-width: 768px) {
  .result__cell {
    width: calc(50% - 30px/2); } }

.result__cell p {
  margin-bottom: 15px; }
  .result__cell p a {
    font-family: 'Barlow', sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 1.125rem;
    line-height: 1.44444;
    text-decoration: underline; }

.result__button-link {
  background-color: #E5E4E3;
  padding: 5px 16px 5px 56px;
  margin-top: 15px; }
  .result__button-link .custom-link-icon {
    top: 3px;
    left: 16px; }

.result__edit-link-container {
  margin-bottom: 40px; }
  @media (min-width: 768px) {
    .result__edit-link-container {
      text-align: right; } }

.result__edit-link {
  font-family: 'Bitter', sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.25rem;
  line-height: 1.4;
  display: inline-block;
  padding-left: 50px;
  padding-top: 4px;
  padding-bottom: 4px;
  text-align: left;
  background-image: url(59e5e7ada1b4b1fbbcbcc3d0ecd7c8ea.svg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 35px 35px; }
  @media (max-width: 575.98px) {
    .result__edit-link {
      font-family: 'Bitter', sans-serif;
      font-weight: 700;
      font-style: normal;
      font-size: 1.125rem;
      line-height: 1.44444;
      padding-top: 5px;
      padding-bottom: 5px;
      padding-left: 45px; } }

.result__nav-container {
  margin-bottom: 20px; }

.result__nav {
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.parameter__box {
  padding: 30px 15px 30px 15px;
  background-color: #B8C931;
  margin-bottom: 60px; }
  @media (min-width: 576px) and (max-width: 767.98px) {
    .parameter__box {
      padding: 30px; } }
  @media (min-width: 768px) {
    .parameter__box {
      padding: 40px; } }
  .parameter__box ul {
    margin-bottom: 0; }
    .parameter__box ul li:not(:last-child) {
      margin-bottom: 10px; }

.parameter__headline h1,
.parameter__headline h2,
.parameter__headline h3 {
  display: inline;
  background-position: bottom 2px left 0px;
  background-repeat: repeat-x;
  background-size: 1px 10px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#EB5B25), to(#EB5B25));
  background-image: linear-gradient(#EB5B25, #EB5B25); }
  @media (min-width: 992px) {
    .parameter__headline h1,
    .parameter__headline h2,
    .parameter__headline h3 {
      background-size: 1px 10px; } }
  @media (max-width: 991.98px) {
    .parameter__headline h1,
    .parameter__headline h2,
    .parameter__headline h3 {
      background-size: 1px 8px; } }
  .contrast-active .parameter__headline h1, .contrast-active
  .parameter__headline h2, .contrast-active
  .parameter__headline h3 {
    background: none !important;
    background-color: transparent !important; }
  .parameter__headline h1:after,
  .parameter__headline h2:after,
  .parameter__headline h3:after {
    clear: both;
    display: block;
    content: ' ';
    height: 25px; }

.parameter__value {
  font-family: 'Barlow', sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.125rem;
  line-height: 1.44444; }

.slick-slider {
  margin-bottom: 0; }

.slick-slide.row {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important; }

.slick-slide .ce_colsetStart {
  margin-left: 0;
  margin-right: 0; }

.ce_sliderStart.standard .slick-dots {
  margin-top: 45px;
  text-align: center;
  margin-bottom: 0;
  line-height: 0; }
  .ce_sliderStart.standard .slick-dots li {
    display: inline-block;
    margin: 0 8px; }
    .ce_sliderStart.standard .slick-dots li button {
      display: inline-block;
      font-size: 0;
      line-height: 0;
      padding: 0;
      border: 0;
      background-color: #E5E4E3;
      width: 13px;
      height: 13px;
      border-radius: 13px; }
    @media (min-width: 768px) {
      .ce_sliderStart.standard .slick-dots li {
        margin: 0 13px; }
        .ce_sliderStart.standard .slick-dots li button {
          display: inline-block;
          font-size: 0;
          line-height: 0;
          padding: 0;
          border: 0;
          background-color: #E5E4E3;
          width: 23px;
          height: 23px;
          border-radius: 23px; } }
    @media (max-width: 575.98px) {
      .ce_sliderStart.standard .slick-dots li {
        margin: 0 5px; }
        .ce_sliderStart.standard .slick-dots li button {
          display: inline-block;
          font-size: 0;
          line-height: 0;
          padding: 0;
          border: 0;
          background-color: #E5E4E3;
          width: 10px;
          height: 10px;
          border-radius: 10px; } }
    .ce_sliderStart.standard .slick-dots li.slick-active button {
      background-color: #FDC400; }
  @media (min-width: 576px) and (max-width: 767.98px) {
    .ce_sliderStart.standard .slick-dots {
      margin-top: 40px; } }
  @media (max-width: 575.98px) {
    .ce_sliderStart.standard .slick-dots {
      margin-top: 30px; } }
  .ce_sliderStart.standard .slick-dots .ce_sliderStart--dot-active-white li.slick-active button {
    background-color: white; }
  .ce_sliderStart.standard .slick-dots .ce_sliderStart--dot-active-red li.slick-active button {
    background-color: #EB5B25; }
  .ce_sliderStart.standard .slick-dots .ce_sliderStart--dot-active-yellow li.slick-active button {
    background-color: #FDC400; }
  .ce_sliderStart.standard .slick-dots .ce_sliderStart--dot-active-cyan li.slick-active button {
    background-color: #4DBDC6; }
  .ce_sliderStart.standard .slick-dots .ce_sliderStart--dot-active-green li.slick-active button {
    background-color: #B8C931; }
  .ce_sliderStart.standard .slick-dots .ce_sliderStart--dot-active-standard li.slick-active button {
    background-color: #E5E4E3; }

.ce_sliderStart.standard.ce_sliderStart--dot-inactive-white .slick-dots li button:not([aria-selected]) {
  background-color: white; }

.ce_sliderStart--arrows .slick-next,
.ce_sliderStart--arrows .slick-prev {
  position: absolute;
  top: 50%;
  z-index: 1;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%); }
  .ce_sliderStart--arrows .slick-next.slick-disabled,
  .ce_sliderStart--arrows .slick-prev.slick-disabled {
    opacity: 0.2; }

.ce_sliderStart--arrows .slick-prev {
  display: inline-block;
  font-size: 0;
  line-height: 0;
  padding: 0;
  border: 0;
  background: none;
  width: 20px;
  height: 35px;
  -webkit-transform: translate(-100%, calc(-50% - 25px));
          transform: translate(-100%, calc(-50% - 25px));
  left: -15px; }
  .ce_sliderStart--arrows .slick-prev:before {
    content: ' ';
    display: inline-block;
    width: 20px;
    height: 35px;
    background-image: url(45c7bd1b92e81befc6393dbfdf281bb1.svg);
    background-repeat: no-repeat;
    background-position: top left;
    background-size: contain; }

.ce_sliderStart--arrows .slick-next {
  display: inline-block;
  font-size: 0;
  line-height: 0;
  padding: 0;
  border: 0;
  background: none;
  width: 20px;
  height: 35px;
  -webkit-transform: translate(100%, calc(-50% - 25px));
          transform: translate(100%, calc(-50% - 25px));
  right: -15px; }
  .ce_sliderStart--arrows .slick-next:before {
    content: ' ';
    display: inline-block;
    width: 20px;
    height: 35px;
    background-image: url(a1912f0c229f6b894f16f1c764e4d34d.svg);
    background-repeat: no-repeat;
    background-position: top left;
    background-size: contain; }

.ce_sliderStart--arrows.ce_sliderStart--arrows-white .slick-prev {
  display: inline-block;
  font-size: 0;
  line-height: 0;
  padding: 0;
  border: 0;
  background: none;
  width: 20px;
  height: 35px; }
  .ce_sliderStart--arrows.ce_sliderStart--arrows-white .slick-prev:before {
    content: ' ';
    display: inline-block;
    width: 20px;
    height: 35px;
    background-image: url(709540671505e18072768e762af20f84.svg);
    background-repeat: no-repeat;
    background-position: top left;
    background-size: contain; }

.ce_sliderStart--arrows.ce_sliderStart--arrows-white .slick-next {
  display: inline-block;
  font-size: 0;
  line-height: 0;
  padding: 0;
  border: 0;
  background: none;
  width: 20px;
  height: 35px; }
  .ce_sliderStart--arrows.ce_sliderStart--arrows-white .slick-next:before {
    content: ' ';
    display: inline-block;
    width: 20px;
    height: 35px;
    background-image: url(a07d9a4929401fad6dbdb8dd7f5b3ad4.svg);
    background-repeat: no-repeat;
    background-position: top left;
    background-size: contain; }

.ce_sliderStart--arrows .slick-dots {
  margin-top: 45px;
  text-align: center;
  margin-bottom: 0;
  line-height: 0; }
  .ce_sliderStart--arrows .slick-dots li {
    display: inline-block;
    margin: 0 8px; }
    .ce_sliderStart--arrows .slick-dots li button {
      display: inline-block;
      font-size: 0;
      line-height: 0;
      padding: 0;
      border: 0;
      background-color: #E5E4E3;
      width: 13px;
      height: 13px;
      border-radius: 13px; }
    @media (min-width: 768px) {
      .ce_sliderStart--arrows .slick-dots li {
        margin: 0 13px; }
        .ce_sliderStart--arrows .slick-dots li button {
          display: inline-block;
          font-size: 0;
          line-height: 0;
          padding: 0;
          border: 0;
          background-color: #E5E4E3;
          width: 23px;
          height: 23px;
          border-radius: 23px; } }
    @media (max-width: 575.98px) {
      .ce_sliderStart--arrows .slick-dots li {
        margin: 0 5px; }
        .ce_sliderStart--arrows .slick-dots li button {
          display: inline-block;
          font-size: 0;
          line-height: 0;
          padding: 0;
          border: 0;
          background-color: #E5E4E3;
          width: 10px;
          height: 10px;
          border-radius: 10px; } }
    .ce_sliderStart--arrows .slick-dots li.slick-active button {
      background-color: #FDC400; }
  @media (min-width: 576px) and (max-width: 767.98px) {
    .ce_sliderStart--arrows .slick-dots {
      margin-top: 40px; } }
  @media (max-width: 575.98px) {
    .ce_sliderStart--arrows .slick-dots {
      margin-top: 30px; } }
  .ce_sliderStart--arrows .slick-dots .ce_sliderStart--dot-active-white li.slick-active button {
    background-color: white; }
  .ce_sliderStart--arrows .slick-dots .ce_sliderStart--dot-active-red li.slick-active button {
    background-color: #EB5B25; }
  .ce_sliderStart--arrows .slick-dots .ce_sliderStart--dot-active-yellow li.slick-active button {
    background-color: #FDC400; }
  .ce_sliderStart--arrows .slick-dots .ce_sliderStart--dot-active-cyan li.slick-active button {
    background-color: #4DBDC6; }
  .ce_sliderStart--arrows .slick-dots .ce_sliderStart--dot-active-green li.slick-active button {
    background-color: #B8C931; }
  .ce_sliderStart--arrows .slick-dots .ce_sliderStart--dot-active-standard li.slick-active button {
    background-color: #E5E4E3; }

.ce_sliderStart--arrows.ce_sliderStart--dot-inactive-white .slick-dots li button:not([aria-selected]) {
  background-color: white; }

.ce_dzepteasers .slick-next,
.ce_dzepteasers .slick-prev {
  position: absolute;
  top: 50%;
  z-index: 1;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%); }
  .ce_dzepteasers .slick-next.slick-disabled,
  .ce_dzepteasers .slick-prev.slick-disabled {
    opacity: 0.2; }

.ce_dzepteasers .slick-prev {
  display: inline-block;
  font-size: 0;
  line-height: 0;
  padding: 0;
  border: 0;
  background: none;
  width: 20px;
  height: 35px;
  -webkit-transform: translate(-100%, calc(-50% - 25px));
          transform: translate(-100%, calc(-50% - 25px));
  left: -15px; }
  .ce_dzepteasers .slick-prev:before {
    content: ' ';
    display: inline-block;
    width: 20px;
    height: 35px;
    background-image: url(45c7bd1b92e81befc6393dbfdf281bb1.svg);
    background-repeat: no-repeat;
    background-position: top left;
    background-size: contain; }

.ce_dzepteasers .slick-next {
  display: inline-block;
  font-size: 0;
  line-height: 0;
  padding: 0;
  border: 0;
  background: none;
  width: 20px;
  height: 35px;
  -webkit-transform: translate(100%, calc(-50% - 25px));
          transform: translate(100%, calc(-50% - 25px));
  right: -15px; }
  .ce_dzepteasers .slick-next:before {
    content: ' ';
    display: inline-block;
    width: 20px;
    height: 35px;
    background-image: url(a1912f0c229f6b894f16f1c764e4d34d.svg);
    background-repeat: no-repeat;
    background-position: top left;
    background-size: contain; }

.ce_dzepteasers.ce_sliderStart--arrows-white .slick-prev {
  display: inline-block;
  font-size: 0;
  line-height: 0;
  padding: 0;
  border: 0;
  background: none;
  width: 20px;
  height: 35px; }
  .ce_dzepteasers.ce_sliderStart--arrows-white .slick-prev:before {
    content: ' ';
    display: inline-block;
    width: 20px;
    height: 35px;
    background-image: url(709540671505e18072768e762af20f84.svg);
    background-repeat: no-repeat;
    background-position: top left;
    background-size: contain; }

.ce_dzepteasers.ce_sliderStart--arrows-white .slick-next {
  display: inline-block;
  font-size: 0;
  line-height: 0;
  padding: 0;
  border: 0;
  background: none;
  width: 20px;
  height: 35px; }
  .ce_dzepteasers.ce_sliderStart--arrows-white .slick-next:before {
    content: ' ';
    display: inline-block;
    width: 20px;
    height: 35px;
    background-image: url(a07d9a4929401fad6dbdb8dd7f5b3ad4.svg);
    background-repeat: no-repeat;
    background-position: top left;
    background-size: contain; }

.ce_dzepteasers .slick-dots {
  margin-top: 45px;
  text-align: center;
  margin-bottom: 0;
  line-height: 0; }
  .ce_dzepteasers .slick-dots li {
    display: inline-block;
    margin: 0 8px; }
    .ce_dzepteasers .slick-dots li button {
      display: inline-block;
      font-size: 0;
      line-height: 0;
      padding: 0;
      border: 0;
      background-color: #E5E4E3;
      width: 13px;
      height: 13px;
      border-radius: 13px; }
    @media (min-width: 768px) {
      .ce_dzepteasers .slick-dots li {
        margin: 0 13px; }
        .ce_dzepteasers .slick-dots li button {
          display: inline-block;
          font-size: 0;
          line-height: 0;
          padding: 0;
          border: 0;
          background-color: #E5E4E3;
          width: 23px;
          height: 23px;
          border-radius: 23px; } }
    @media (max-width: 575.98px) {
      .ce_dzepteasers .slick-dots li {
        margin: 0 5px; }
        .ce_dzepteasers .slick-dots li button {
          display: inline-block;
          font-size: 0;
          line-height: 0;
          padding: 0;
          border: 0;
          background-color: #E5E4E3;
          width: 10px;
          height: 10px;
          border-radius: 10px; } }
    .ce_dzepteasers .slick-dots li.slick-active button {
      background-color: #EB5B25; }
  @media (min-width: 576px) and (max-width: 767.98px) {
    .ce_dzepteasers .slick-dots {
      margin-top: 40px; } }
  @media (max-width: 575.98px) {
    .ce_dzepteasers .slick-dots {
      margin-top: 30px; } }
  .ce_dzepteasers .slick-dots .ce_sliderStart--dot-inactive-white li button {
    background-color: white; }
  .ce_dzepteasers .slick-dots .ce_sliderStart--dot-active-white li.slick-active button {
    background-color: white; }
  .ce_dzepteasers .slick-dots .ce_sliderStart--dot-active-red li.slick-active button {
    background-color: #EB5B25; }
  .ce_dzepteasers .slick-dots .ce_sliderStart--dot-active-yellow li.slick-active button {
    background-color: #FDC400; }
  .ce_dzepteasers .slick-dots .ce_sliderStart--dot-active-cyan li.slick-active button {
    background-color: #4DBDC6; }
  .ce_dzepteasers .slick-dots .ce_sliderStart--dot-active-green li.slick-active button {
    background-color: #B8C931; }
  .ce_dzepteasers .slick-dots .ce_sliderStart--dot-active-standard li.slick-active button {
    background-color: #E5E4E3; }

button[aria-selected=true] {
  font-weight: bold; }

.mod_newslist--slider .slick-next,
.mod_newslist--slider .slick-prev {
  position: absolute;
  top: 50%;
  z-index: 1;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%); }
  .mod_newslist--slider .slick-next.slick-disabled,
  .mod_newslist--slider .slick-prev.slick-disabled {
    opacity: 0.2; }

.mod_newslist--slider .slick-prev {
  display: inline-block;
  font-size: 0;
  line-height: 0;
  padding: 0;
  border: 0;
  background: none;
  width: 20px;
  height: 35px;
  -webkit-transform: translate(-100%, calc(-50% - 25px));
          transform: translate(-100%, calc(-50% - 25px));
  left: -15px; }
  .mod_newslist--slider .slick-prev:before {
    content: ' ';
    display: inline-block;
    width: 20px;
    height: 35px;
    background-image: url(45c7bd1b92e81befc6393dbfdf281bb1.svg);
    background-repeat: no-repeat;
    background-position: top left;
    background-size: contain; }

.mod_newslist--slider .slick-next {
  display: inline-block;
  font-size: 0;
  line-height: 0;
  padding: 0;
  border: 0;
  background: none;
  width: 20px;
  height: 35px;
  -webkit-transform: translate(100%, calc(-50% - 25px));
          transform: translate(100%, calc(-50% - 25px));
  right: -15px; }
  .mod_newslist--slider .slick-next:before {
    content: ' ';
    display: inline-block;
    width: 20px;
    height: 35px;
    background-image: url(a1912f0c229f6b894f16f1c764e4d34d.svg);
    background-repeat: no-repeat;
    background-position: top left;
    background-size: contain; }

.mod_newslist--slider.ce_sliderStart--arrows-white .slick-prev {
  display: inline-block;
  font-size: 0;
  line-height: 0;
  padding: 0;
  border: 0;
  background: none;
  width: 20px;
  height: 35px; }
  .mod_newslist--slider.ce_sliderStart--arrows-white .slick-prev:before {
    content: ' ';
    display: inline-block;
    width: 20px;
    height: 35px;
    background-image: url(709540671505e18072768e762af20f84.svg);
    background-repeat: no-repeat;
    background-position: top left;
    background-size: contain; }

.mod_newslist--slider.ce_sliderStart--arrows-white .slick-next {
  display: inline-block;
  font-size: 0;
  line-height: 0;
  padding: 0;
  border: 0;
  background: none;
  width: 20px;
  height: 35px; }
  .mod_newslist--slider.ce_sliderStart--arrows-white .slick-next:before {
    content: ' ';
    display: inline-block;
    width: 20px;
    height: 35px;
    background-image: url(a07d9a4929401fad6dbdb8dd7f5b3ad4.svg);
    background-repeat: no-repeat;
    background-position: top left;
    background-size: contain; }

.mod_newslist--slider .slick-dots {
  margin-top: 45px;
  text-align: center;
  margin-bottom: 0;
  line-height: 0; }
  .mod_newslist--slider .slick-dots li {
    display: inline-block;
    margin: 0 8px; }
    .mod_newslist--slider .slick-dots li button {
      display: inline-block;
      font-size: 0;
      line-height: 0;
      padding: 0;
      border: 0;
      background-color: #E5E4E3;
      width: 13px;
      height: 13px;
      border-radius: 13px; }
    @media (min-width: 768px) {
      .mod_newslist--slider .slick-dots li {
        margin: 0 13px; }
        .mod_newslist--slider .slick-dots li button {
          display: inline-block;
          font-size: 0;
          line-height: 0;
          padding: 0;
          border: 0;
          background-color: #E5E4E3;
          width: 23px;
          height: 23px;
          border-radius: 23px; } }
    @media (max-width: 575.98px) {
      .mod_newslist--slider .slick-dots li {
        margin: 0 5px; }
        .mod_newslist--slider .slick-dots li button {
          display: inline-block;
          font-size: 0;
          line-height: 0;
          padding: 0;
          border: 0;
          background-color: #E5E4E3;
          width: 10px;
          height: 10px;
          border-radius: 10px; } }
    .mod_newslist--slider .slick-dots li.slick-active button {
      background-color: #B8C931; }
  @media (min-width: 576px) and (max-width: 767.98px) {
    .mod_newslist--slider .slick-dots {
      margin-top: 40px; } }
  @media (max-width: 575.98px) {
    .mod_newslist--slider .slick-dots {
      margin-top: 30px; } }
  .mod_newslist--slider .slick-dots .ce_sliderStart--dot-inactive-white li button {
    background-color: white; }

.ce_dzfaqselection .slick-dots {
  margin-top: 45px;
  text-align: center;
  margin-bottom: 0;
  line-height: 0; }
  .ce_dzfaqselection .slick-dots li {
    display: inline-block;
    margin: 0 8px; }
    .ce_dzfaqselection .slick-dots li button {
      display: inline-block;
      font-size: 0;
      line-height: 0;
      padding: 0;
      border: 0;
      background-color: #E5E4E3;
      width: 13px;
      height: 13px;
      border-radius: 13px; }
    @media (min-width: 768px) {
      .ce_dzfaqselection .slick-dots li {
        margin: 0 13px; }
        .ce_dzfaqselection .slick-dots li button {
          display: inline-block;
          font-size: 0;
          line-height: 0;
          padding: 0;
          border: 0;
          background-color: #E5E4E3;
          width: 23px;
          height: 23px;
          border-radius: 23px; } }
    @media (max-width: 575.98px) {
      .ce_dzfaqselection .slick-dots li {
        margin: 0 5px; }
        .ce_dzfaqselection .slick-dots li button {
          display: inline-block;
          font-size: 0;
          line-height: 0;
          padding: 0;
          border: 0;
          background-color: #E5E4E3;
          width: 10px;
          height: 10px;
          border-radius: 10px; } }
    .ce_dzfaqselection .slick-dots li.slick-active button {
      background-color: #FDC400; }
  @media (min-width: 576px) and (max-width: 767.98px) {
    .ce_dzfaqselection .slick-dots {
      margin-top: 40px; } }
  @media (max-width: 575.98px) {
    .ce_dzfaqselection .slick-dots {
      margin-top: 30px; } }

@media (max-width: 991.98px) {
  .ce_sliderStart--imageset {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto; } }
  @media (max-width: 991.98px) and (max-width: 575.98px) {
    .ce_sliderStart--imageset {
      padding-right: 20px;
      padding-left: 20px; } }
  @media (max-width: 991.98px) and (min-width: 576px) {
    .ce_sliderStart--imageset {
      max-width: 540px; } }
  @media (max-width: 991.98px) and (min-width: 768px) {
    .ce_sliderStart--imageset {
      max-width: 720px; } }
  @media (max-width: 991.98px) and (min-width: 992px) {
    .ce_sliderStart--imageset {
      max-width: 960px; } }
  @media (max-width: 991.98px) and (min-width: 1200px) {
    .ce_sliderStart--imageset {
      max-width: 1140px; } }

.ce_sliderStart--imageset .slick-dots {
  margin-top: 45px;
  text-align: center;
  margin-bottom: 0;
  line-height: 0;
  text-align: center;
  margin-top: 30px; }
  .ce_sliderStart--imageset .slick-dots li {
    display: inline-block;
    margin: 0 8px; }
    .ce_sliderStart--imageset .slick-dots li button {
      display: inline-block;
      font-size: 0;
      line-height: 0;
      padding: 0;
      border: 0;
      background-color: #E5E4E3;
      width: 13px;
      height: 13px;
      border-radius: 13px; }
    @media (min-width: 768px) {
      .ce_sliderStart--imageset .slick-dots li {
        margin: 0 13px; }
        .ce_sliderStart--imageset .slick-dots li button {
          display: inline-block;
          font-size: 0;
          line-height: 0;
          padding: 0;
          border: 0;
          background-color: #E5E4E3;
          width: 23px;
          height: 23px;
          border-radius: 23px; } }
    @media (max-width: 575.98px) {
      .ce_sliderStart--imageset .slick-dots li {
        margin: 0 5px; }
        .ce_sliderStart--imageset .slick-dots li button {
          display: inline-block;
          font-size: 0;
          line-height: 0;
          padding: 0;
          border: 0;
          background-color: #E5E4E3;
          width: 10px;
          height: 10px;
          border-radius: 10px; } }
    .ce_sliderStart--imageset .slick-dots li.slick-active button {
      background-color: #FDC400; }
  @media (min-width: 576px) and (max-width: 767.98px) {
    .ce_sliderStart--imageset .slick-dots {
      margin-top: 40px; } }
  @media (max-width: 575.98px) {
    .ce_sliderStart--imageset .slick-dots {
      margin-top: 30px; } }
  @media (min-width: 992px) {
    .ce_sliderStart--imageset .slick-dots {
      position: absolute;
      top: 405px;
      left: 0;
      z-index: 1;
      margin-top: 0;
      text-align: left; } }
  @media (min-width: 768px) and (max-width: 991.98px) {
    .ce_sliderStart--imageset .slick-dots {
      left: calc((100% - 720px) / 2); } }
  @media (min-width: 992px) and (max-width: 1199.98px) {
    .ce_sliderStart--imageset .slick-dots {
      left: calc((100% - 960px) / 2); } }
  @media (min-width: 1200px) {
    .ce_sliderStart--imageset .slick-dots {
      left: calc((100% - 1140px) / 2); } }

.ce_sliderStart--imageset.ce_sliderStart--dot-inactive-white .slick-dots li button:not([aria-selected]) {
  background-color: white; }

.contrast-active .slick-dots li button {
  background-color: #C6C3C0 !important; }

.contrast-active .slick-dots li.slick-active button {
  background-color: black !important; }

.contrast-active .ce_sliderStart--arrows-white .content-slider button.slick-arrow.slick-prev:before,
.contrast-active .slick-prev:before {
  background-image: url(45c7bd1b92e81befc6393dbfdf281bb1.svg) !important; }

.contrast-active .ce_sliderStart--arrows-white .content-slider button.slick-arrow.slick-next:before,
.contrast-active .slick-next:before {
  background-image: url(a1912f0c229f6b894f16f1c764e4d34d.svg) !important; }

.follow__label {
  font-family: 'Bitter', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 0.875rem;
  line-height: 1.42857;
  color: white;
  margin-bottom: 20px; }

.follow__list {
  line-height: 0; }
  .follow__list > li {
    display: inline-block;
    line-height: 0; }
    .follow__list > li:not(:last-child) {
      margin-right: 13px; }

@media (min-width: 576px) and (max-width: 767.98px) {
  .mod_footernav__item--follow {
    margin-left: 20px; } }

.mod_footernav .follow__list-container {
  height: 62px; }

.mod_footernav .follow__list {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%); }
  @media (max-width: 767.98px) {
    .mod_footernav .follow__list {
      top: 0;
      -webkit-transform: none;
              transform: none; } }
  .mod_footernav .follow__list > li:not(:last-child) {
    margin-right: 25px; }

.mod_footernav .follow__link--facebook {
  display: inline-block;
  font-size: 0;
  line-height: 0;
  padding: 0;
  border: 0;
  background: none;
  width: 54px;
  height: 45px; }
  .mod_footernav .follow__link--facebook:before {
    content: ' ';
    display: inline-block;
    width: 54px;
    height: 45px;
    background-image: url(fe4016d1678b246b83d6d8118c738ac4.svg);
    background-repeat: no-repeat;
    background-position: top left;
    background-size: contain; }
  .mod_footernav .follow__link--facebook:hover {
    display: inline-block;
    font-size: 0;
    line-height: 0;
    padding: 0;
    border: 0;
    background: none;
    width: 54px;
    height: 45px; }
    .mod_footernav .follow__link--facebook:hover:before {
      content: ' ';
      display: inline-block;
      width: 54px;
      height: 45px;
      background-image: url(bb50752c6f346a23bd45f002c17125ff.svg);
      background-repeat: no-repeat;
      background-position: top left;
      background-size: contain; }

.mod_footernav .follow__link--instagram {
  display: inline-block;
  font-size: 0;
  line-height: 0;
  padding: 0;
  border: 0;
  background: none;
  width: 54px;
  height: 45px; }
  .mod_footernav .follow__link--instagram:before {
    content: ' ';
    display: inline-block;
    width: 54px;
    height: 45px;
    background-image: url(19a7ada74164fcd7668c1b7c47312bc0.svg);
    background-repeat: no-repeat;
    background-position: top left;
    background-size: contain; }
  .mod_footernav .follow__link--instagram:hover {
    display: inline-block;
    font-size: 0;
    line-height: 0;
    padding: 0;
    border: 0;
    background: none;
    width: 54px;
    height: 45px; }
    .mod_footernav .follow__link--instagram:hover:before {
      content: ' ';
      display: inline-block;
      width: 54px;
      height: 45px;
      background-image: url(a33ab7605c702df4ad3507fe546f7f84.svg);
      background-repeat: no-repeat;
      background-position: top left;
      background-size: contain; }

.mod_footernav .follow__link--youtube {
  display: inline-block;
  font-size: 0;
  line-height: 0;
  padding: 0;
  border: 0;
  background: none;
  width: 54px;
  height: 45px; }
  .mod_footernav .follow__link--youtube:before {
    content: ' ';
    display: inline-block;
    width: 54px;
    height: 45px;
    background-image: url(c478289fcb621225ba745e1500481e6e.svg);
    background-repeat: no-repeat;
    background-position: top left;
    background-size: contain; }
  .mod_footernav .follow__link--youtube:hover {
    display: inline-block;
    font-size: 0;
    line-height: 0;
    padding: 0;
    border: 0;
    background: none;
    width: 54px;
    height: 45px; }
    .mod_footernav .follow__link--youtube:hover:before {
      content: ' ';
      display: inline-block;
      width: 54px;
      height: 45px;
      background-image: url(91a709693203aadf2a74501510a94ef7.svg);
      background-repeat: no-repeat;
      background-position: top left;
      background-size: contain; }

.mod_targetnav__follow .follow__label {
  color: black;
  margin-bottom: 15px; }

.mod_targetnav__follow .follow__link--facebook {
  display: inline-block;
  font-size: 0;
  line-height: 0;
  padding: 0;
  border: 0;
  background: none;
  width: 54px;
  height: 45px; }
  .mod_targetnav__follow .follow__link--facebook:before {
    content: ' ';
    display: inline-block;
    width: 54px;
    height: 45px;
    background-image: url(ce3440ed60c484e1b4f996be454c9c76.svg);
    background-repeat: no-repeat;
    background-position: top left;
    background-size: contain; }
  .mod_targetnav__follow .follow__link--facebook:hover {
    display: inline-block;
    font-size: 0;
    line-height: 0;
    padding: 0;
    border: 0;
    background: none;
    width: 54px;
    height: 45px; }
    .mod_targetnav__follow .follow__link--facebook:hover:before {
      content: ' ';
      display: inline-block;
      width: 54px;
      height: 45px;
      background-image: url(b98362c157c694eb98a3b32019ae663c.svg);
      background-repeat: no-repeat;
      background-position: top left;
      background-size: contain; }

.mod_targetnav__follow .follow__link--instagram {
  display: inline-block;
  font-size: 0;
  line-height: 0;
  padding: 0;
  border: 0;
  background: none;
  width: 54px;
  height: 45px; }
  .mod_targetnav__follow .follow__link--instagram:before {
    content: ' ';
    display: inline-block;
    width: 54px;
    height: 45px;
    background-image: url(8471f6b89e8cfa60948744df92e23df7.svg);
    background-repeat: no-repeat;
    background-position: top left;
    background-size: contain; }
  .mod_targetnav__follow .follow__link--instagram:hover {
    display: inline-block;
    font-size: 0;
    line-height: 0;
    padding: 0;
    border: 0;
    background: none;
    width: 54px;
    height: 45px; }
    .mod_targetnav__follow .follow__link--instagram:hover:before {
      content: ' ';
      display: inline-block;
      width: 54px;
      height: 45px;
      background-image: url(6a0da31da0d590631b0c298bad3f0361.svg);
      background-repeat: no-repeat;
      background-position: top left;
      background-size: contain; }

.mod_targetnav__follow .follow__link--youtube {
  display: inline-block;
  font-size: 0;
  line-height: 0;
  padding: 0;
  border: 0;
  background: none;
  width: 54px;
  height: 45px; }
  .mod_targetnav__follow .follow__link--youtube:before {
    content: ' ';
    display: inline-block;
    width: 54px;
    height: 45px;
    background-image: url(fac6689101aa83dd28120d3c748a8d00.svg);
    background-repeat: no-repeat;
    background-position: top left;
    background-size: contain; }
  .mod_targetnav__follow .follow__link--youtube:hover {
    display: inline-block;
    font-size: 0;
    line-height: 0;
    padding: 0;
    border: 0;
    background: none;
    width: 54px;
    height: 45px; }
    .mod_targetnav__follow .follow__link--youtube:hover:before {
      content: ' ';
      display: inline-block;
      width: 54px;
      height: 45px;
      background-image: url(9ca2b14e87d3e14482a521014c129fd4.svg);
      background-repeat: no-repeat;
      background-position: top left;
      background-size: contain; }

@media (min-width: 1200px) {
  .mod_targetnav__follow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
    .mod_targetnav__follow .follow__label {
      margin-bottom: 0;
      margin-right: 15px; }
    .mod_targetnav__follow .follow__link {
      width: 27px;
      height: 22px; }
      .mod_targetnav__follow .follow__link:before {
        width: 27px;
        height: 22px; }
      .mod_targetnav__follow .follow__link:hover {
        width: 27px;
        height: 22px; }
        .mod_targetnav__follow .follow__link:hover:before {
          width: 27px;
          height: 22px; } }

.topheader {
  position: relative;
  z-index: 1010;
  background-color: #F4F4F4;
  margin-bottom: 116px; }
  body:not(.header-sticky).targetnav-open .topheader,
  body:not(.header-sticky).mainnav-open .topheader {
    position: fixed;
    width: 100%;
    z-index: 1040; }
  @media (max-width: 1199.98px) {
    .topheader {
      height: 40px;
      margin-bottom: 80px; } }
  @media (min-width: 1200px) {
    .topheader {
      height: 54px;
      background-position: bottom 0px left 0px;
      background-repeat: repeat-x;
      background-size: 1px 14px;
      background-image: -webkit-gradient(linear, left top, left bottom, from(white), to(white));
      background-image: linear-gradient(white, white); } }
  .topheader__inside {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto; }
    @media (max-width: 575.98px) {
      .topheader__inside {
        padding-right: 20px;
        padding-left: 20px; } }
    @media (min-width: 576px) {
      .topheader__inside {
        max-width: 540px; } }
    @media (min-width: 768px) {
      .topheader__inside {
        max-width: 720px; } }
    @media (min-width: 992px) {
      .topheader__inside {
        max-width: 960px; } }
    @media (min-width: 1200px) {
      .topheader__inside {
        max-width: 1140px; } }
  .topheader__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }

.mod_funcnav {
  width: 100%;
  -webkit-box-flex: 10;
      -ms-flex-positive: 10;
          flex-grow: 10; }
  .mod_funcnav__inside {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    @media (min-width: 576px) and (max-width: 767.98px) {
      .mod_funcnav__inside {
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end; } }
  .mod_funcnav__eg a {
    padding-left: 0; }
  .mod_funcnav__eg img {
    height: 40px;
    width: auto;
    margin-right: 10px; }
  .mod_funcnav__eg span {
    font-family: 'Barlow', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 0.75rem;
    line-height: 3.33333;
    color: black; }
  @media (max-width: 767.98px) {
    .mod_funcnav__eg {
      display: none; } }
  .mod_funcnav ul.level_1 {
    padding: 0;
    position: relative;
    z-index: 10020; }
    .mod_funcnav ul.level_1 > li {
      display: inline-block; }
      .mod_funcnav ul.level_1 > li:not(:first-child) {
        margin-left: 4px; }
      .mod_funcnav ul.level_1 > li > a {
        padding-left: 45px;
        position: relative; }
        .mod_funcnav ul.level_1 > li > a span {
          font-family: 'Barlow', sans-serif;
          font-weight: 400;
          font-style: normal;
          font-size: 0.75rem;
          line-height: 3.33333;
          color: black; }
        .mod_funcnav ul.level_1 > li > a:before {
          background-repeat: no-repeat;
          background-position: 0 0;
          background-size: 28px 28px;
          position: absolute;
          top: 50%;
          left: 10px;
          z-index: 0;
          content: '';
          width: 28px;
          height: 28px;
          -webkit-transform: translateY(-50%);
                  transform: translateY(-50%); }
        .mod_funcnav ul.level_1 > li > a.contrast:before {
          background-image: url(8f9086e88da064f1c851ec93df73c6b0.svg); }
        body.contrast-active .mod_funcnav ul.level_1 > li > a.contrast:before {
          background-image: url(3b63018c5a2d746568d9b28a6ae4ab71.svg); }
        body.contrast-active .mod_funcnav ul.level_1 > li > a.contrast:hover:before {
          background-image: url(60e72f3c9bed05b39179a29084a80af9.svg); }
        .mod_funcnav ul.level_1 > li > a.contrast:hover:before, .mod_funcnav ul.level_1 > li > a.contrast:focus:before {
          background-image: url(60e72f3c9bed05b39179a29084a80af9.svg); }
        .mod_funcnav ul.level_1 > li > a.languages:before {
          background-image: url(316852c6eda6c28c718b748c72353cfb.svg); }
        .mod_funcnav ul.level_1 > li > a.languages:hover:before, .mod_funcnav ul.level_1 > li > a.languages:focus:before {
          background-image: url(f84d7abf8522cf6e3f55c17a475fb111.svg); }
        .mod_funcnav ul.level_1 > li > a.languages.open {
          background-position: top 0px left 0px;
          background-repeat: repeat-y;
          background-size: 44px 1px;
          background-image: -webkit-gradient(linear, left top, left bottom, from(#E5E4E3), to(#E5E4E3));
          background-image: linear-gradient(#E5E4E3, #E5E4E3); }
          .mod_funcnav ul.level_1 > li > a.languages.open:before {
            background-size: 12px 12px;
            left: 16px;
            width: 12px;
            height: 12px; }
          .mod_funcnav ul.level_1 > li > a.languages.open:before {
            background-image: url(36f2e05a8467cff46d4c7e5aea96ad37.svg); }
        .mod_funcnav ul.level_1 > li > a.sign-language:before {
          background-image: url(b99cedf85c067b0be6163472e8f2a20b.svg); }
        .mod_funcnav ul.level_1 > li > a.sign-language:hover:before, .mod_funcnav ul.level_1 > li > a.sign-language:focus:before {
          background-image: url(ec087afd2311b0c3d86841c9ebbf018c.svg); }
        .mod_funcnav ul.level_1 > li > a.easy-language:before {
          background-image: url(84189740954aa900b26f4836bb96bda3.svg); }
        .mod_funcnav ul.level_1 > li > a.easy-language:hover:before, .mod_funcnav ul.level_1 > li > a.easy-language:focus:before {
          background-image: url(c9bbe9e9481f2c56ae331b2ebe69ec7c.svg); }
        .mod_funcnav ul.level_1 > li > a.search:before {
          background-image: url(089750fa4cf2e32c32f15c3f47a678ca.svg); }
        .mod_funcnav ul.level_1 > li > a.search:hover:before, .mod_funcnav ul.level_1 > li > a.search:focus:before {
          background-image: url(7cfba6fc5213a319ea9135e727cebba9.svg); }
        .mod_funcnav ul.level_1 > li > a.search.open {
          background-position: top 0px left 0px;
          background-repeat: repeat-y;
          background-size: 44px 1px;
          background-image: -webkit-gradient(linear, left top, left bottom, from(#E5E4E3), to(#E5E4E3));
          background-image: linear-gradient(#E5E4E3, #E5E4E3); }
          .mod_funcnav ul.level_1 > li > a.search.open:before {
            background-size: 12px 12px;
            left: 16px;
            width: 12px;
            height: 12px; }
          .mod_funcnav ul.level_1 > li > a.search.open:before {
            background-image: url(36f2e05a8467cff46d4c7e5aea96ad37.svg); }
      .mod_funcnav ul.level_1 > li.languages {
        position: relative;
        z-index: 1020; }
      .mod_funcnav ul.level_1 > li.search {
        position: relative;
        z-index: 1020; }
      @media (max-width: 991.98px) {
        .mod_funcnav ul.level_1 > li.easy-language, .mod_funcnav ul.level_1 > li.sign-language {
          display: none; } }
    @media (max-width: 575.98px) {
      .mod_funcnav ul.level_1 {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; } }
  @media (min-width: 1200px) {
    .mod_funcnav .search {
      display: none; } }

.mod_changelanguage {
  position: relative;
  margin-left: 10px; }
  .mod_changelanguage .languages {
    padding-left: 45px;
    position: relative; }
    .mod_changelanguage .languages span {
      font-family: 'Barlow', sans-serif;
      font-weight: 400;
      font-style: normal;
      font-size: 0.75rem;
      line-height: 3.33333;
      color: black; }
    .mod_changelanguage .languages:before {
      background-repeat: no-repeat;
      background-position: 0 0;
      background-size: 28px 28px;
      position: absolute;
      top: 50%;
      left: 10px;
      z-index: 0;
      content: '';
      width: 28px;
      height: 28px;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%); }
    .mod_changelanguage .languages:before {
      background-image: url(316852c6eda6c28c718b748c72353cfb.svg); }
    .mod_changelanguage .languages:hover:before, .mod_changelanguage .languages:focus:before {
      background-image: url(f84d7abf8522cf6e3f55c17a475fb111.svg); }
    .mod_changelanguage .languages.open {
      background-position: top 0px left 0px;
      background-repeat: repeat-y;
      background-size: 44px 1px;
      background-image: -webkit-gradient(linear, left top, left bottom, from(#E5E4E3), to(#E5E4E3));
      background-image: linear-gradient(#E5E4E3, #E5E4E3); }
      .mod_changelanguage .languages.open:before {
        background-size: 12px 12px;
        left: 16px;
        width: 12px;
        height: 12px; }
      .mod_changelanguage .languages.open:before {
        background-image: url(36f2e05a8467cff46d4c7e5aea96ad37.svg); }
  @media (min-width: 1200px) {
    .mod_changelanguage {
      margin-left: 0; } }

.mod_targetnav a {
  padding-left: 0; }

.mod_targetnav button > span {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit; }

.mod_targetnav__follow {
  margin-top: 30px;
  margin-bottom: 20px; }

.topheader .mod_targetnav {
  padding-left: 8px; }

.homepage .mod_targetnav {
  display: inline-block;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }
  .homepage .mod_targetnav__button-container {
    position: absolute;
    bottom: 0;
    right: 15px;
    z-index: 1;
    overflow: hidden; }
  .homepage .mod_targetnav__button {
    border: 0;
    background: none;
    font-family: 'Bitter', sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 1.25rem;
    line-height: 3.65;
    display: inline-block;
    white-space: nowrap;
    position: relative;
    z-index: 1011;
    padding: 0 80px 0 20px;
    text-align: left;
    height: auto;
    color: black;
    background-color: white;
    background-image: url(23ba6e60b2b479574bce307270d767dc.svg);
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 55px 52px; }
    .homepage .mod_targetnav__button.open {
      background-color: #E5E4E3; }
    .homepage .mod_targetnav__button.open {
      background-position: right 12px center;
      background-image: url(a805f7e567a9cb10c88ad6ff2c4a394e.svg);
      background-size: 52px 52px; }
    @media (min-width: 768px) {
      .homepage .mod_targetnav__button:hover {
        background-color: #E5E4E3; } }
  .homepage .mod_targetnav__layer {
    display: none;
    background-color: #E5E4E3;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1010;
    width: 100%; }
  .homepage .mod_targetnav__layer-header {
    display: none; }
  .homepage .mod_targetnav__level1 {
    margin-bottom: 0; }
    @media (min-width: 1200px) {
      .homepage .mod_targetnav__level1 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
        .homepage .mod_targetnav__level1 > li {
          width: calc(100% / 2);
          padding-right: 20px; } }
  .homepage .mod_targetnav__subline {
    font-family: 'Bitter', sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 1.125rem;
    line-height: 1.44444;
    padding-top: 15px;
    margin-bottom: 45px; }
    @media (min-width: 768px) {
      .homepage .mod_targetnav__subline {
        font-family: 'Bitter', sans-serif;
        font-weight: 700;
        font-style: normal;
        font-size: 1.25rem;
        line-height: 1.4; } }
  .homepage .mod_targetnav__level2 .link-auto {
    padding-left: 31px;
    margin-bottom: 15px; }
    .homepage .mod_targetnav__level2 .link-auto > span {
      font-family: 'Bitter', sans-serif;
      font-weight: 700;
      font-style: normal;
      font-size: 1rem;
      line-height: 1.25;
      color: black; }
    .homepage .mod_targetnav__level2 .link-auto.active, .homepage .mod_targetnav__level2 .link-auto.trail {
      text-decoration: underline; }
      .homepage .mod_targetnav__level2 .link-auto.active:before, .homepage .mod_targetnav__level2 .link-auto.trail:before {
        background-color: white; }
  .homepage .mod_targetnav__level2 p {
    font-family: 'Barlow', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1rem;
    line-height: 1.5;
    margin-bottom: 20px; }
  @media (max-width: 575.98px) {
    .homepage .mod_targetnav__level2 p {
      display: none; } }
  @media (min-width: 1200px) {
    .homepage .mod_targetnav__intro {
      display: none; }
    .homepage .mod_targetnav__layer:not(.mod_targetnav__layer--wosubline) {
      background-position: top 57px left 0px;
      background-repeat: repeat-x;
      background-size: 1px 1px;
      background-image: -webkit-gradient(linear, left top, left bottom, from(#C6C3C0), to(#C6C3C0));
      background-image: linear-gradient(#C6C3C0, #C6C3C0); }
    .homepage .mod_targetnav__layer-inside {
      width: 100%;
      padding-right: 15px;
      padding-left: 15px;
      margin-right: auto;
      margin-left: auto;
      padding-bottom: 20px; } }
  @media (min-width: 1200px) and (max-width: 575.98px) {
    .homepage .mod_targetnav__layer-inside {
      padding-right: 20px;
      padding-left: 20px; } }
  @media (min-width: 1200px) and (min-width: 576px) {
    .homepage .mod_targetnav__layer-inside {
      max-width: 540px; } }
  @media (min-width: 1200px) and (min-width: 768px) {
    .homepage .mod_targetnav__layer-inside {
      max-width: 720px; } }
  @media (min-width: 1200px) and (min-width: 992px) {
    .homepage .mod_targetnav__layer-inside {
      max-width: 960px; } }
  @media (min-width: 1200px) and (min-width: 1200px) {
    .homepage .mod_targetnav__layer-inside {
      max-width: 1140px; } }
  @media (min-width: 1200px) {
    .homepage .mod_targetnav__level2 {
      margin-bottom: 30px; }
    .homepage .mod_targetnav__layer.mod_targetnav__layer--wosubline .mod_targetnav__level2 {
      padding-top: 30px; } }
  @media (max-width: 1199.98px) {
    .homepage .mod_targetnav__button-container.open {
      width: 100%; }
    .homepage .mod_targetnav__button.open {
      font-family: 'Bitter', sans-serif;
      font-weight: 700;
      font-style: normal;
      font-size: 1.5rem;
      line-height: 3.04167;
      display: block;
      width: 100%;
      background-color: transparent;
      background-position: right 11px center;
      background-image: url(283dbaa444ceee3f682a5e61e61b52f0.svg);
      padding-left: 50px;
      text-align: center; }
      .homepage .mod_targetnav__button.open > span {
        display: inline-block;
        padding-left: 60px;
        position: relative; }
        .homepage .mod_targetnav__button.open > span:before {
          position: absolute;
          z-index: 1;
          content: '';
          width: 48px;
          height: 27px;
          background-image: url(7869c7861cf857ec195316cfe224ba69.svg);
          background-repeat: no-repeat;
          background-position: 0 0;
          background-size: 48px 27px;
          top: 50%;
          -webkit-transform: translateY(-50%);
                  transform: translateY(-50%);
          left: 0; }
    .homepage .mod_targetnav__layer {
      top: 0;
      border-top: 82px solid #FDC400;
      height: calc(100vh - 40px);
      overflow-y: auto; }
    .homepage .mod_targetnav__layer-inside {
      max-width: 510px;
      margin: 0 auto;
      padding: 0 15px; }
    .homepage .mod_targetnav__subline {
      display: none; }
    .homepage .mod_targetnav__level2 > li {
      border-bottom: 1px solid #C6C3C0;
      margin-bottom: 15px;
      line-height: 0; }
    .homepage .mod_targetnav__intro {
      font-family: 'Bitter', sans-serif;
      font-weight: 400;
      font-style: normal;
      font-size: 0.875rem;
      line-height: 1.42857;
      padding: 20px 0;
      border-bottom: 1px solid #C6C3C0;
      margin-bottom: 15px; } }
  @media (max-width: 575.98px) {
    .homepage .mod_targetnav__button-container.open {
      left: 15px;
      width: auto; }
    .homepage .mod_targetnav__button.open {
      padding-left: 0;
      text-align: left; }
    .homepage .mod_targetnav__button:not(.open) {
      padding-left: 0; }
      .homepage .mod_targetnav__button:not(.open) > span {
        opacity: 0;
        width: 1px;
        display: block; }
    .homepage .mod_targetnav__button > span > span {
      display: none; } }

@media (min-width: 1200px) {
  .contentpage .mod_targetnav,
  .landingpage .mod_targetnav {
    display: inline-block;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
    .contentpage .mod_targetnav__button,
    .landingpage .mod_targetnav__button {
      border: 0;
      background: none;
      font-family: 'Bitter', sans-serif;
      font-weight: 700;
      font-style: normal;
      font-size: 1.25rem;
      line-height: 2;
      display: inline-block;
      white-space: nowrap;
      position: relative;
      z-index: 1011;
      padding: 0 60px 0 20px;
      text-align: left;
      height: 54px;
      color: black;
      background-color: #E5E4E3;
      background-image: url(23ba6e60b2b479574bce307270d767dc.svg);
      background-repeat: no-repeat;
      background-position: right 10px center;
      background-size: 42px 40px; }
      .contentpage .mod_targetnav__button.open,
      .landingpage .mod_targetnav__button.open {
        background-image: url(a805f7e567a9cb10c88ad6ff2c4a394e.svg);
        background-position: right 12px center; } }
  @media (min-width: 1200px) and (max-width: 1199.98px) {
    .contentpage .mod_targetnav,
    .landingpage .mod_targetnav {
      display: none; } }

@media (min-width: 1200px) {
    .contentpage .mod_targetnav__layer,
    .landingpage .mod_targetnav__layer {
      display: none;
      background-color: #E5E4E3;
      position: absolute;
      top: 40px;
      left: 0;
      z-index: 1010;
      width: 100%; }
      .contentpage .mod_targetnav__layer:not(.mod_targetnav__layer--wosubline),
      .landingpage .mod_targetnav__layer:not(.mod_targetnav__layer--wosubline) {
        background-position: top 57px left 0px;
        background-repeat: repeat-x;
        background-size: 1px 1px;
        background-image: -webkit-gradient(linear, left top, left bottom, from(#C6C3C0), to(#C6C3C0));
        background-image: linear-gradient(#C6C3C0, #C6C3C0); }
      .contentpage .mod_targetnav__layer.mod_targetnav__layer--wosubline .mod_targetnav__level2,
      .landingpage .mod_targetnav__layer.mod_targetnav__layer--wosubline .mod_targetnav__level2 {
        padding-top: 30px; }
    .contentpage .mod_targetnav__layer-inside,
    .landingpage .mod_targetnav__layer-inside {
      width: 100%;
      padding-right: 15px;
      padding-left: 15px;
      margin-right: auto;
      margin-left: auto;
      padding-bottom: 20px; } }
    @media (min-width: 1200px) and (max-width: 575.98px) {
      .contentpage .mod_targetnav__layer-inside,
      .landingpage .mod_targetnav__layer-inside {
        padding-right: 20px;
        padding-left: 20px; } }
    @media (min-width: 1200px) and (min-width: 576px) {
      .contentpage .mod_targetnav__layer-inside,
      .landingpage .mod_targetnav__layer-inside {
        max-width: 540px; } }
    @media (min-width: 1200px) and (min-width: 768px) {
      .contentpage .mod_targetnav__layer-inside,
      .landingpage .mod_targetnav__layer-inside {
        max-width: 720px; } }
    @media (min-width: 1200px) and (min-width: 992px) {
      .contentpage .mod_targetnav__layer-inside,
      .landingpage .mod_targetnav__layer-inside {
        max-width: 960px; } }
    @media (min-width: 1200px) and (min-width: 1200px) {
      .contentpage .mod_targetnav__layer-inside,
      .landingpage .mod_targetnav__layer-inside {
        max-width: 1140px; } }

@media (min-width: 1200px) {
    .contentpage .mod_targetnav__layer-header, .contentpage .mod_targetnav__intro,
    .landingpage .mod_targetnav__layer-header,
    .landingpage .mod_targetnav__intro {
      display: none; }
    .contentpage .mod_targetnav__level1,
    .landingpage .mod_targetnav__level1 {
      margin-bottom: 0; } }
    @media (min-width: 1200px) and (min-width: 992px) {
      .contentpage .mod_targetnav__level1,
      .landingpage .mod_targetnav__level1 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
        .contentpage .mod_targetnav__level1 > li,
        .landingpage .mod_targetnav__level1 > li {
          width: calc(100% / 2);
          padding-right: 20px; } }

@media (min-width: 1200px) {
    .contentpage .mod_targetnav__subline,
    .landingpage .mod_targetnav__subline {
      font-family: 'Bitter', sans-serif;
      font-weight: 700;
      font-style: normal;
      font-size: 1.125rem;
      line-height: 1.44444;
      padding-top: 15px;
      margin-bottom: 45px; } }
    @media (min-width: 1200px) and (min-width: 768px) {
      .contentpage .mod_targetnav__subline,
      .landingpage .mod_targetnav__subline {
        font-family: 'Bitter', sans-serif;
        font-weight: 700;
        font-style: normal;
        font-size: 1.25rem;
        line-height: 1.4; } }

@media (min-width: 1200px) {
    .contentpage .mod_targetnav__level2,
    .landingpage .mod_targetnav__level2 {
      margin-bottom: 30px; }
      .contentpage .mod_targetnav__level2 .link-auto,
      .landingpage .mod_targetnav__level2 .link-auto {
        padding-left: 31px;
        margin-bottom: 15px;
        color: black; }
        .contentpage .mod_targetnav__level2 .link-auto > span,
        .landingpage .mod_targetnav__level2 .link-auto > span {
          font-family: 'Bitter', sans-serif;
          font-weight: 700;
          font-style: normal;
          font-size: 1rem;
          line-height: 1.25;
          color: inherit; }
        .contentpage .mod_targetnav__level2 .link-auto.active, .contentpage .mod_targetnav__level2 .link-auto.trail,
        .landingpage .mod_targetnav__level2 .link-auto.active,
        .landingpage .mod_targetnav__level2 .link-auto.trail {
          text-decoration: underline; }
          .contentpage .mod_targetnav__level2 .link-auto.active:before, .contentpage .mod_targetnav__level2 .link-auto.trail:before,
          .landingpage .mod_targetnav__level2 .link-auto.active:before,
          .landingpage .mod_targetnav__level2 .link-auto.trail:before {
            background-color: white; }
      .contentpage .mod_targetnav__level2 p,
      .landingpage .mod_targetnav__level2 p {
        font-family: 'Barlow', sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: 1rem;
        line-height: 1.5;
        margin-bottom: 20px; } }

@media (max-width: 1199.98px) {
  .contentpage .mod_targetnav,
  .landingpage .mod_targetnav {
    display: none;
    width: 100%;
    max-width: 510px; }
    .contentpage .mod_targetnav__button,
    .landingpage .mod_targetnav__button {
      border: 0;
      background: none;
      font-family: 'Bitter', sans-serif;
      font-weight: 700;
      font-style: normal;
      font-size: 1.25rem;
      line-height: 2;
      display: block;
      position: relative;
      padding: 0 20px 0 60px;
      text-align: left;
      height: 60px;
      width: 100%;
      color: white;
      background-color: #8e8882;
      background-image: url(23ba6e60b2b479574bce307270d767dc.svg);
      background-repeat: no-repeat;
      background-position: left 10px center;
      background-size: 42px 40px; }
      .contentpage .mod_targetnav__button:after,
      .landingpage .mod_targetnav__button:after {
        position: absolute;
        z-index: 1;
        content: '';
        width: 25px;
        height: 14px;
        background-image: url(c041abb995364f598832a441e189ccc5.svg);
        background-repeat: no-repeat;
        background-position: 0 0;
        background-size: 25px 14px;
        top: 50%;
        right: 20px;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%); }
      .contentpage .mod_targetnav__button.open,
      .landingpage .mod_targetnav__button.open {
        background-color: #E5E4E3;
        color: black; }
        .contentpage .mod_targetnav__button.open:after,
        .landingpage .mod_targetnav__button.open:after {
          background-image: url(cc4836dd149584517a5fc01ba5dabfde.svg); }
    .contentpage .mod_targetnav__layer, .contentpage .mod_targetnav__layer-header, .contentpage .mod_targetnav__intro, .contentpage .mod_targetnav__subline,
    .contentpage .mod_targetnav .share__container,
    .contentpage .mod_targetnav p,
    .landingpage .mod_targetnav__layer,
    .landingpage .mod_targetnav__layer-header,
    .landingpage .mod_targetnav__intro,
    .landingpage .mod_targetnav__subline,
    .landingpage .mod_targetnav .share__container,
    .landingpage .mod_targetnav p {
      display: none; }
    .contentpage .mod_targetnav__layer-inside,
    .landingpage .mod_targetnav__layer-inside {
      background-color: #E5E4E3;
      padding: 0 20px 10px 20px;
      text-align: left;
      height: inherit; }
      .contentpage .mod_targetnav__layer-inside a > span,
      .landingpage .mod_targetnav__layer-inside a > span {
        color: inherit;
        font-family: inherit;
        font-size: inherit;
        font-weight: inherit;
        line-height: inherit; }
      .contentpage .mod_targetnav__layer-inside a.link-auto,
      .landingpage .mod_targetnav__layer-inside a.link-auto {
        display: inline-block;
        overflow: hidden;
        position: relative;
        z-index: 1;
        padding-left: 28px;
        padding-left: 35px;
        font-family: 'Bitter', sans-serif;
        font-weight: 700;
        font-style: normal;
        font-size: 1rem;
        line-height: 1.25;
        color: white;
        padding-top: 14px;
        padding-bottom: 14px;
        color: black; }
        .contentpage .mod_targetnav__layer-inside a.link-auto a,
        .landingpage .mod_targetnav__layer-inside a.link-auto a {
          padding-left: 0; }
        .contentpage .mod_targetnav__layer-inside a.link-auto:after,
        .landingpage .mod_targetnav__layer-inside a.link-auto:after {
          position: absolute;
          z-index: 0;
          content: '';
          background-repeat: no-repeat; }
        .contentpage .mod_targetnav__layer-inside a.link-auto:before,
        .landingpage .mod_targetnav__layer-inside a.link-auto:before {
          position: absolute;
          z-index: 0;
          content: '';
          width: 20px;
          height: 20px;
          border-radius: 20px;
          background-color: #C6C3C0; }
        .contentpage .mod_targetnav__layer-inside a.link-auto:before,
        .landingpage .mod_targetnav__layer-inside a.link-auto:before {
          top: 4px;
          left: 2px; }
        .contentpage .mod_targetnav__layer-inside a.link-auto:before,
        .landingpage .mod_targetnav__layer-inside a.link-auto:before {
          background-color: #FDC400; }
        .contentpage .mod_targetnav__layer-inside a.link-auto[href^="http"]:after,
        .landingpage .mod_targetnav__layer-inside a.link-auto[href^="http"]:after {
          top: 4px;
          left: 0;
          width: 20px;
          height: 20px;
          background-image: url(2ac07797f46dfab715091ea4dc74aa71.svg);
          background-position: right center;
          background-size: 20px 20px; }
        .contentpage .mod_targetnav__layer-inside a.link-auto[href^="http"]:hover:after,
        .landingpage .mod_targetnav__layer-inside a.link-auto[href^="http"]:hover:after {
          -webkit-animation-name: link-anim-extern;
                  animation-name: link-anim-extern;
          -webkit-animation-duration: 0.4s;
                  animation-duration: 0.4s;
          -webkit-animation-timing-function: ease-out;
                  animation-timing-function: ease-out; }
        .contentpage .mod_targetnav__layer-inside a.link-auto[href^="files/"]:after,
        .landingpage .mod_targetnav__layer-inside a.link-auto[href^="files/"]:after {
          top: 0;
          left: 2px;
          width: 20px;
          height: 20px;
          background-image: url(443b0c3ee211c2fd91bd9716a47b6bf8.svg);
          background-position: right center;
          background-size: 20px 20px; }
        .contentpage .mod_targetnav__layer-inside a.link-auto[href^="files/"]:hover:after,
        .landingpage .mod_targetnav__layer-inside a.link-auto[href^="files/"]:hover:after {
          -webkit-animation-name: link-anim-download;
                  animation-name: link-anim-download;
          -webkit-animation-duration: 0.3s;
                  animation-duration: 0.3s;
          -webkit-animation-timing-function: ease-out;
                  animation-timing-function: ease-out; }
        .contentpage .mod_targetnav__layer-inside a.link-auto[href*="#"]:after,
        .landingpage .mod_targetnav__layer-inside a.link-auto[href*="#"]:after {
          top: 0;
          left: 2px;
          width: 20px;
          height: 20px;
          background-image: url(ad39e3c3df449c8908b2676110ec31a6.svg);
          background-position: right center;
          background-size: 20px 20px; }
        .contentpage .mod_targetnav__layer-inside a.link-auto[href*="#"]:hover:after,
        .landingpage .mod_targetnav__layer-inside a.link-auto[href*="#"]:hover:after {
          -webkit-animation-name: link-anim-download;
                  animation-name: link-anim-download;
          -webkit-animation-duration: 0.3s;
                  animation-duration: 0.3s;
          -webkit-animation-timing-function: ease-out;
                  animation-timing-function: ease-out; }
        .contentpage .mod_targetnav__layer-inside a.link-auto:after,
        .landingpage .mod_targetnav__layer-inside a.link-auto:after {
          top: 4px;
          left: 0;
          width: 20px;
          height: 20px;
          background-image: url(1edaad31a29e29a891de76ad1aa1d495.svg);
          background-position: right center;
          background-size: 20px 20px; }
        .contentpage .mod_targetnav__layer-inside a.link-auto:hover:after,
        .landingpage .mod_targetnav__layer-inside a.link-auto:hover:after {
          -webkit-animation-name: link-anim-standard;
                  animation-name: link-anim-standard;
          -webkit-animation-duration: 0.4s;
                  animation-duration: 0.4s;
          -webkit-animation-timing-function: ease-out;
                  animation-timing-function: ease-out; }
        .contentpage .mod_targetnav__layer-inside a.link-auto:before, .contentpage .mod_targetnav__layer-inside a.link-auto:after,
        .landingpage .mod_targetnav__layer-inside a.link-auto:before,
        .landingpage .mod_targetnav__layer-inside a.link-auto:after {
          top: 14px; }
        .contentpage .mod_targetnav__layer-inside a.link-auto.active, .contentpage .mod_targetnav__layer-inside a.link-auto.trail,
        .landingpage .mod_targetnav__layer-inside a.link-auto.active,
        .landingpage .mod_targetnav__layer-inside a.link-auto.trail {
          text-decoration: underline; }
          .contentpage .mod_targetnav__layer-inside a.link-auto.active:before, .contentpage .mod_targetnav__layer-inside a.link-auto.trail:before,
          .landingpage .mod_targetnav__layer-inside a.link-auto.active:before,
          .landingpage .mod_targetnav__layer-inside a.link-auto.trail:before {
            background-color: white; }
    .contentpage .mod_targetnav__level2 li,
    .landingpage .mod_targetnav__level2 li {
      border-top: 1px solid #C6C3C0; } }

@media (max-width: 1199.98px) {
  .homepage .sticky .mod_targetnav__layer {
    height: 100vh; } }

.mod_languages {
  display: none;
  position: absolute;
  top: 39px;
  right: calc(100% - 44px);
  z-index: 10020;
  background-color: #E5E4E3;
  padding: 10px 10px; }
  .mod_languages li {
    padding: 12px 20px 5px 20px; }
    .mod_languages li:not(:last-child) {
      border-bottom: 1px solid #C6C3C0; }
  .mod_languages a {
    font-family: 'Bitter', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1rem;
    line-height: 1.5;
    color: black; }
    .mod_languages a:before, .mod_languages a:after {
      top: 1px; }

.mod_search--header {
  display: none;
  position: absolute;
  top: 39px;
  right: calc(100% - 44px);
  z-index: 1011;
  background-color: #E5E4E3;
  padding: 19px 16px 19px 25px; }
  .mod_searchlink .mod_search--header {
    right: calc(100% - 58px); }
  .mod_search--header .formbody {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .mod_search--header label {
    display: none; }
  .mod_search--header .widget,
  .mod_search--header .widget-submit {
    margin: 0; }
  .mod_search--header .widget {
    line-height: 0; }
    .mod_search--header .widget input[type="search"] {
      font-family: 'Barlow', sans-serif;
      font-weight: 400;
      font-style: normal;
      font-size: 0.75rem;
      line-height: 2.25;
      border: none;
      border-left: 4px solid black;
      width: 300px;
      height: 27px;
      background-color: transparent; }
    .mod_search--header .widget input[type="search"]::-webkit-search-decoration,
    .mod_search--header .widget input[type="search"]::-webkit-search-cancel-button,
    .mod_search--header .widget input[type="search"]::-webkit-search-results-button,
    .mod_search--header .widget input[type="search"]::-webkit-search-results-decoration {
      -webkit-appearance: none; }
    .mod_search--header .widget button {
      display: inline-block;
      font-size: 0;
      line-height: 0;
      padding: 0;
      border: 0;
      background: none;
      width: 27px;
      height: 27px; }
      .mod_search--header .widget button:before {
        content: ' ';
        display: inline-block;
        width: 27px;
        height: 27px;
        background-image: url(bdd3c632ea48c6dcf159e0f9cd346b4b.svg);
        background-repeat: no-repeat;
        background-position: top left;
        background-size: contain; }

@media (max-width: 767.98px) {
  .mod_search--header .widget input[type="search"] {
    width: 200px; } }

.devpage .header {
  display: none; }

.header {
  background-color: white;
  height: 116px;
  width: 100%;
  position: absolute;
  margin-top: 54px;
  top: 0;
  left: 0;
  z-index: 1000;
  -webkit-transition: -webkit-transform 0.4s ease-out;
  transition: -webkit-transform 0.4s ease-out;
  transition: transform 0.4s ease-out;
  transition: transform 0.4s ease-out, -webkit-transform 0.4s ease-out;
  -webkit-transform: translateY(0);
          transform: translateY(0); }
  body.targetnav-open .header,
  body.mainnav-open .header {
    position: fixed; }
  @media (max-width: 1199.98px) {
    .header {
      height: 80px;
      margin-top: 40px; }
      .header.navi-open {
        z-index: 1030;
        height: 100%; } }
  .header.sticky {
    position: fixed;
    margin-top: 0;
    -webkit-box-shadow: 0px 3px 5px #00000029;
            box-shadow: 0px 3px 5px #00000029; }
    @media (min-width: 1200px) {
      .header.sticky {
        margin-top: -36px; } }
  .header.hidden {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%); }
  .header__inside {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    height: inherit; }
    @media (max-width: 575.98px) {
      .header__inside {
        padding-right: 20px;
        padding-left: 20px; } }
    @media (min-width: 576px) {
      .header__inside {
        max-width: 540px; } }
    @media (min-width: 768px) {
      .header__inside {
        max-width: 720px; } }
    @media (min-width: 992px) {
      .header__inside {
        max-width: 960px; } }
    @media (min-width: 1200px) {
      .header__inside {
        max-width: 1140px; } }
    .header.with-targetnav .header__inside {
      z-index: 1020; }

.mod_logo {
  position: absolute;
  bottom: 15px;
  left: 15px;
  z-index: 1; }
  .mod_logo a {
    padding-left: 0; }
  .mod_logo img {
    height: 51px;
    width: auto;
    -webkit-transition: height 0.5s ease-in-out;
    transition: height 0.5s ease-in-out; }
  @media (min-width: 1200px) {
    .mod_logo {
      bottom: 20px; }
      .mod_logo img {
        height: 61px; }
      .sticky .mod_logo {
        bottom: 15px; }
        .sticky .mod_logo img {
          height: 51px; } }
  @media (max-width: 575.98px) {
    .mod_logo img {
      height: 40px; } }
  @media (max-width: 1199.98px) {
    .header.with-targetnav .mod_logo {
      display: none; } }

@media (min-width: 1200px) {
  .mod_mainnav__button-container,
  .mod_mainnav__home-link,
  .mod_mainnav__close {
    display: none; } }

.mod_mainnav a > span {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit; }

@media (min-width: 1200px) {
  .mod_mainnav {
    position: absolute;
    bottom: 0;
    right: 70px;
    z-index: 1; }
    .mod_mainnav .level_1 {
      list-style-type: none;
      margin: 0;
      padding: 0;
      line-height: 0;
      text-align: right; }
      .mod_mainnav .level_1 li {
        margin: 0;
        padding: 0;
        line-height: 0; }
      .mod_mainnav .level_1 > li {
        display: inline-block;
        position: relative; }
        .mod_mainnav .level_1 > li > a {
          padding: 0 15px;
          color: black;
          text-decoration: none; }
          .mod_mainnav .level_1 > li > a > span {
            display: inline-block;
            font-family: 'Bitter', sans-serif;
            font-weight: 700;
            font-style: normal;
            font-size: 1.25rem;
            line-height: 1.6;
            padding-top: 10px;
            padding-bottom: 17px;
            color: inherit; }
        .mod_mainnav .level_1 > li:hover > a, .mod_mainnav .level_1 > li.focus > a, .mod_mainnav .level_1 > li.trail > a, .mod_mainnav .level_1 > li.active > a {
          background-color: #675C53;
          color: white; }
          .contrast-active .mod_mainnav .level_1 > li:hover > a, .contrast-active .mod_mainnav .level_1 > li.focus > a, .contrast-active .mod_mainnav .level_1 > li.trail > a, .contrast-active .mod_mainnav .level_1 > li.active > a {
            background-color: black; }
        .mod_mainnav .level_1 > li:not(:last-child) .level_2 {
          left: 0; }
        .mod_mainnav .level_1 > li:last-child .level_2 {
          right: 0; }
    .mod_mainnav .level_2 {
      list-style-type: none;
      margin: 0;
      padding: 0;
      line-height: 0;
      visibility: hidden;
      -webkit-transition: opacity 0.5s ease 0.3s;
      transition: opacity 0.5s ease 0.3s;
      text-align: left;
      opacity: 0;
      position: absolute;
      top: 59px;
      z-index: 1;
      width: 310px;
      background-color: #675C53;
      padding: 10px; }
      .mod_mainnav .level_2 li {
        margin: 0;
        padding: 0;
        line-height: 0; }
      .contrast-active .mod_mainnav .level_2 {
        background-color: black; }
      .mod_mainnav .level_2 > li {
        display: block;
        padding: 0 20px; }
        .mod_mainnav .level_2 > li:not(:last-child) {
          border-bottom: 1px solid #8e8882; }
        .mod_mainnav .level_2 > li > a {
          display: inline-block;
          overflow: hidden;
          position: relative;
          z-index: 1;
          padding-left: 28px;
          padding-left: 35px;
          font-family: 'Bitter', sans-serif;
          font-weight: 400;
          font-style: normal;
          font-size: 1rem;
          line-height: 1.25;
          color: white;
          padding-top: 14px;
          padding-bottom: 14px; }
          .mod_mainnav .level_2 > li > a a {
            padding-left: 0; }
          .mod_mainnav .level_2 > li > a:after {
            position: absolute;
            z-index: 0;
            content: '';
            background-repeat: no-repeat; }
          .mod_mainnav .level_2 > li > a:before {
            position: absolute;
            z-index: 0;
            content: '';
            width: 20px;
            height: 20px;
            border-radius: 20px;
            background-color: #C6C3C0; }
          .mod_mainnav .level_2 > li > a:before {
            top: 4px;
            left: 2px; }
          .mod_mainnav .level_2 > li > a:before {
            background-color: #EB5B25; }
          .mod_mainnav .level_2 > li > a[href^="http"]:after {
            top: 4px;
            left: 0;
            width: 20px;
            height: 20px;
            background-image: url(2ac07797f46dfab715091ea4dc74aa71.svg);
            background-position: right center;
            background-size: 20px 20px; }
          .mod_mainnav .level_2 > li > a[href^="http"]:hover:after {
            -webkit-animation-name: link-anim-extern;
                    animation-name: link-anim-extern;
            -webkit-animation-duration: 0.4s;
                    animation-duration: 0.4s;
            -webkit-animation-timing-function: ease-out;
                    animation-timing-function: ease-out; }
          .mod_mainnav .level_2 > li > a[href^="files/"]:after {
            top: 0;
            left: 2px;
            width: 20px;
            height: 20px;
            background-image: url(443b0c3ee211c2fd91bd9716a47b6bf8.svg);
            background-position: right center;
            background-size: 20px 20px; }
          .mod_mainnav .level_2 > li > a[href^="files/"]:hover:after {
            -webkit-animation-name: link-anim-download;
                    animation-name: link-anim-download;
            -webkit-animation-duration: 0.3s;
                    animation-duration: 0.3s;
            -webkit-animation-timing-function: ease-out;
                    animation-timing-function: ease-out; }
          .mod_mainnav .level_2 > li > a[href*="#"]:after {
            top: 0;
            left: 2px;
            width: 20px;
            height: 20px;
            background-image: url(ad39e3c3df449c8908b2676110ec31a6.svg);
            background-position: right center;
            background-size: 20px 20px; }
          .mod_mainnav .level_2 > li > a[href*="#"]:hover:after {
            -webkit-animation-name: link-anim-download;
                    animation-name: link-anim-download;
            -webkit-animation-duration: 0.3s;
                    animation-duration: 0.3s;
            -webkit-animation-timing-function: ease-out;
                    animation-timing-function: ease-out; }
          .mod_mainnav .level_2 > li > a:after {
            top: 4px;
            left: 0;
            width: 20px;
            height: 20px;
            background-image: url(1edaad31a29e29a891de76ad1aa1d495.svg);
            background-position: right center;
            background-size: 20px 20px; }
          .mod_mainnav .level_2 > li > a:hover:after {
            -webkit-animation-name: link-anim-standard;
                    animation-name: link-anim-standard;
            -webkit-animation-duration: 0.4s;
                    animation-duration: 0.4s;
            -webkit-animation-timing-function: ease-out;
                    animation-timing-function: ease-out; }
          .mod_mainnav .level_2 > li > a:before, .mod_mainnav .level_2 > li > a:after {
            top: 14px; }
          .mod_mainnav .level_2 > li > a.active, .mod_mainnav .level_2 > li > a.trail {
            text-decoration: underline; }
            .mod_mainnav .level_2 > li > a.active:before, .mod_mainnav .level_2 > li > a.trail:before {
              background-color: white; }
        .mod_mainnav .level_2 > li.navback {
          display: none; }
    .mod_mainnav .level_1 > li.submenu:hover .level_2, .mod_mainnav ul.level_1 > li.submenu.focus .level_2 {
      display: block;
      visibility: visible;
      opacity: 1;
      -webkit-transition: opacity 0.5s ease 0.3s;
      transition: opacity 0.5s ease 0.3s; }
    .mod_mainnav__targetgroup-intro {
      display: none; } }

@media (max-width: 1199.98px) {
  .mod_mainnav__container {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1020;
    height: calc(100vh - 40px);
    overflow-y: auto;
    background-color: #675C53; }
    .contrast-active .mod_mainnav__container {
      background-color: black; }
    .sticky .mod_mainnav__container {
      top: 0;
      height: 100vh; }
  .mod_mainnav__container-inside {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    text-align: center;
    height: inherit;
    padding-top: 100px; } }
  @media (max-width: 1199.98px) and (max-width: 575.98px) {
    .mod_mainnav__container-inside {
      padding-right: 20px;
      padding-left: 20px; } }
  @media (max-width: 1199.98px) and (min-width: 576px) {
    .mod_mainnav__container-inside {
      max-width: 540px; } }
  @media (max-width: 1199.98px) and (min-width: 768px) {
    .mod_mainnav__container-inside {
      max-width: 720px; } }
  @media (max-width: 1199.98px) and (min-width: 992px) {
    .mod_mainnav__container-inside {
      max-width: 960px; } }
  @media (max-width: 1199.98px) and (min-width: 1200px) {
    .mod_mainnav__container-inside {
      max-width: 1140px; } }

@media (max-width: 1199.98px) {
  .mod_mainnav__button-container {
    position: absolute;
    bottom: 10px;
    right: 15px;
    z-index: 1;
    line-height: 0; }
  .mod_mainnav__button {
    display: inline-block;
    font-size: 0;
    line-height: 0;
    padding: 0;
    border: 0;
    background: none;
    width: 52px;
    height: 52px; }
    .mod_mainnav__button:before {
      content: ' ';
      display: inline-block;
      width: 52px;
      height: 52px;
      background-image: url(5b5c886ce39bc686fde37ec50d106999.svg);
      background-repeat: no-repeat;
      background-position: top left;
      background-size: contain; }
  .mod_mainnav__close {
    position: absolute;
    top: 19px;
    right: 15px;
    z-index: 1;
    display: inline-block;
    font-size: 0;
    line-height: 0;
    padding: 0;
    border: 0;
    background: none;
    width: 52px;
    height: 52px; }
    .mod_mainnav__close:before {
      content: ' ';
      display: inline-block;
      width: 52px;
      height: 52px;
      background-image: url(283dbaa444ceee3f682a5e61e61b52f0.svg);
      background-repeat: no-repeat;
      background-position: top left;
      background-size: contain; }
    .sticky .mod_mainnav__close {
      top: 25px; }
  .mod_mainnav__box {
    margin: 0 auto;
    max-width: 510px;
    height: calc(100% - 20px);
    overflow-x: hidden; }
  .mod_mainnav__box-slide {
    position: relative;
    left: 0;
    -webkit-transition: left 1s cubic-bezier(0.51, 0.57, 0.05, 0.95);
    transition: left 1s cubic-bezier(0.51, 0.57, 0.05, 0.95);
    height: inherit; }
  .mod_mainnav__targetgroup-intro {
    font-family: 'Barlow', sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 0.875rem;
    line-height: 1.42857;
    color: white;
    text-align: left;
    padding: 0 20px;
    margin-bottom: 10px;
    margin-top: 25px; }
  .mod_mainnav__targetgroup-nav {
    text-align: center; }
    .mod_mainnav__targetgroup-nav .mod_targetnav {
      display: inline-block; } }

@media (max-width: 1199.98px) {
  .mod_mainnav__container a > span {
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit; }
  .mod_mainnav__container .level_1 {
    max-width: 510px;
    text-align: left; }
    .mod_mainnav__container .level_1 > li {
      border-bottom: 1px solid #8e8882; }
      .mod_mainnav__container .level_1 > li:first-child {
        border-top: 1px solid #8e8882; }
      .mod_mainnav__container .level_1 > li > a {
        font-family: 'Bitter', sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: 1rem;
        line-height: 1.25;
        display: block;
        color: white;
        position: relative;
        padding: 14px 50px 14px 20px; }
        .mod_mainnav__container .level_1 > li > a.active, .mod_mainnav__container .level_1 > li > a.trail {
          text-decoration: underline; }
        .mod_mainnav__container .level_1 > li > a:after {
          position: absolute;
          z-index: 1;
          content: '';
          width: 16px;
          height: 9px;
          background-image: url(4a2a277fdfb5c676bd2f39f7a4819438.svg);
          background-repeat: no-repeat;
          background-position: 0 0;
          background-size: 16px 9px;
          top: 50%;
          right: 20px;
          -webkit-transform: translateY(-50%);
                  transform: translateY(-50%); }
        .mod_mainnav__container .level_1 > li > a.mod_mainnav__home-link {
          font-family: 'Bitter', sans-serif;
          font-weight: 700;
          font-style: normal;
          font-size: 1rem;
          line-height: 1.25;
          padding-left: 45px; }
          .mod_mainnav__container .level_1 > li > a.mod_mainnav__home-link:before {
            position: absolute;
            z-index: 1;
            content: '';
            width: 18px;
            height: 18px;
            background-image: url(bdc6afc77e31341dac07c0e5faec504b.svg);
            background-repeat: no-repeat;
            background-position: 0 0;
            background-size: 18px 18px;
            top: 50%;
            left: 20px;
            -webkit-transform: translateY(-50%);
                    transform: translateY(-50%); }
  .mod_mainnav__container .level_2 {
    list-style-type: none;
    margin: 0;
    padding: 0;
    line-height: 0;
    display: none;
    position: absolute;
    top: 0;
    left: 100%;
    z-index: 1;
    width: 510px; }
    .mod_mainnav__container .level_2 li {
      margin: 0;
      padding: 0;
      line-height: 0; } }
  @media (max-width: 1199.98px) and (max-width: 575.98px) {
    .mod_mainnav__container .level_2 {
      width: 100%; } }

@media (max-width: 1199.98px) {
    .mod_mainnav__container .level_2 > li {
      display: block;
      padding: 0 20px; }
      .mod_mainnav__container .level_2 > li:not(:last-child) {
        border-bottom: 1px solid #8e8882; }
      .mod_mainnav__container .level_2 > li:not(.navback) > a {
        display: inline-block;
        overflow: hidden;
        position: relative;
        z-index: 1;
        padding-left: 28px;
        padding-left: 35px;
        font-family: 'Bitter', sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: 1rem;
        line-height: 1.25;
        color: white;
        padding-top: 14px;
        padding-bottom: 14px; }
        .mod_mainnav__container .level_2 > li:not(.navback) > a a {
          padding-left: 0; }
        .mod_mainnav__container .level_2 > li:not(.navback) > a:after {
          position: absolute;
          z-index: 0;
          content: '';
          background-repeat: no-repeat; }
        .mod_mainnav__container .level_2 > li:not(.navback) > a:before {
          position: absolute;
          z-index: 0;
          content: '';
          width: 20px;
          height: 20px;
          border-radius: 20px;
          background-color: #C6C3C0; }
        .mod_mainnav__container .level_2 > li:not(.navback) > a:before {
          top: 4px;
          left: 2px; }
        .mod_mainnav__container .level_2 > li:not(.navback) > a:before {
          background-color: #EB5B25; }
        .mod_mainnav__container .level_2 > li:not(.navback) > a[href^="http"]:after {
          top: 4px;
          left: 0;
          width: 20px;
          height: 20px;
          background-image: url(2ac07797f46dfab715091ea4dc74aa71.svg);
          background-position: right center;
          background-size: 20px 20px; }
        .mod_mainnav__container .level_2 > li:not(.navback) > a[href^="http"]:hover:after {
          -webkit-animation-name: link-anim-extern;
                  animation-name: link-anim-extern;
          -webkit-animation-duration: 0.4s;
                  animation-duration: 0.4s;
          -webkit-animation-timing-function: ease-out;
                  animation-timing-function: ease-out; }
        .mod_mainnav__container .level_2 > li:not(.navback) > a[href^="files/"]:after {
          top: 0;
          left: 2px;
          width: 20px;
          height: 20px;
          background-image: url(443b0c3ee211c2fd91bd9716a47b6bf8.svg);
          background-position: right center;
          background-size: 20px 20px; }
        .mod_mainnav__container .level_2 > li:not(.navback) > a[href^="files/"]:hover:after {
          -webkit-animation-name: link-anim-download;
                  animation-name: link-anim-download;
          -webkit-animation-duration: 0.3s;
                  animation-duration: 0.3s;
          -webkit-animation-timing-function: ease-out;
                  animation-timing-function: ease-out; }
        .mod_mainnav__container .level_2 > li:not(.navback) > a[href*="#"]:after {
          top: 0;
          left: 2px;
          width: 20px;
          height: 20px;
          background-image: url(ad39e3c3df449c8908b2676110ec31a6.svg);
          background-position: right center;
          background-size: 20px 20px; }
        .mod_mainnav__container .level_2 > li:not(.navback) > a[href*="#"]:hover:after {
          -webkit-animation-name: link-anim-download;
                  animation-name: link-anim-download;
          -webkit-animation-duration: 0.3s;
                  animation-duration: 0.3s;
          -webkit-animation-timing-function: ease-out;
                  animation-timing-function: ease-out; }
        .mod_mainnav__container .level_2 > li:not(.navback) > a:after {
          top: 4px;
          left: 0;
          width: 20px;
          height: 20px;
          background-image: url(1edaad31a29e29a891de76ad1aa1d495.svg);
          background-position: right center;
          background-size: 20px 20px; }
        .mod_mainnav__container .level_2 > li:not(.navback) > a:hover:after {
          -webkit-animation-name: link-anim-standard;
                  animation-name: link-anim-standard;
          -webkit-animation-duration: 0.4s;
                  animation-duration: 0.4s;
          -webkit-animation-timing-function: ease-out;
                  animation-timing-function: ease-out; }
        .mod_mainnav__container .level_2 > li:not(.navback) > a:before, .mod_mainnav__container .level_2 > li:not(.navback) > a:after {
          top: 14px; }
        .mod_mainnav__container .level_2 > li:not(.navback) > a.active, .mod_mainnav__container .level_2 > li:not(.navback) > a.trail {
          text-decoration: underline; }
          .mod_mainnav__container .level_2 > li:not(.navback) > a.active:before, .mod_mainnav__container .level_2 > li:not(.navback) > a.trail:before {
            background-color: white; }
      .mod_mainnav__container .level_2 > li.navback > a {
        font-family: 'Bitter', sans-serif;
        font-weight: 700;
        font-style: normal;
        font-size: 1rem;
        line-height: 1.25;
        color: white;
        padding: 13px 20px 16px 35px; }
        .mod_mainnav__container .level_2 > li.navback > a:before {
          position: absolute;
          z-index: 1;
          content: '';
          width: 16px;
          height: 9px;
          background-image: url(9ae50b97b930c6537c09eb32d6420202.svg);
          background-repeat: no-repeat;
          background-position: 0 0;
          background-size: 16px 9px;
          top: 50%;
          left: 0;
          -webkit-transform: translateY(-50%);
                  transform: translateY(-50%); } }

.mod_searchlink {
  position: absolute;
  bottom: 0;
  right: 15px;
  z-index: 1; }
  .homepage .mod_searchlink {
    right: 270px; }
    html[lang="es"] .homepage .mod_searchlink {
      right: 350px; }
    html[lang="fr"] .homepage .mod_searchlink {
      right: 290px; }
  .mod_searchlink a {
    padding: 10px 15px 15px 15px; }
    .mod_searchlink a > span {
      display: inline-block;
      font-size: 0;
      line-height: 0;
      padding: 0;
      border: 0;
      background: none;
      width: 28px;
      height: 28px; }
      .mod_searchlink a > span:before {
        content: ' ';
        display: inline-block;
        width: 28px;
        height: 28px;
        background-image: url(bdd3c632ea48c6dcf159e0f9cd346b4b.svg);
        background-repeat: no-repeat;
        background-position: top left;
        background-size: contain; }
    .mod_searchlink a.open {
      padding: 19px 19px 14px 19px;
      background-color: #E5E4E3; }
      .mod_searchlink a.open > span {
        display: inline-block;
        font-size: 0;
        line-height: 0;
        padding: 0;
        border: 0;
        background: none;
        width: 20px;
        height: 20px; }
        .mod_searchlink a.open > span:before {
          content: ' ';
          display: inline-block;
          width: 20px;
          height: 20px;
          background-image: url(36f2e05a8467cff46d4c7e5aea96ad37.svg);
          background-repeat: no-repeat;
          background-position: top left;
          background-size: contain; }
  .mod_searchlink .mod_search--header {
    top: 59px; }
  @media (max-width: 1199.98px) {
    .mod_searchlink {
      display: none; } }

.mod_breadcrumb {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 40px; }
  @media (max-width: 575.98px) {
    .mod_breadcrumb {
      padding-right: 20px;
      padding-left: 20px; } }
  @media (min-width: 576px) {
    .mod_breadcrumb {
      max-width: 540px; } }
  @media (min-width: 768px) {
    .mod_breadcrumb {
      max-width: 720px; } }
  @media (min-width: 992px) {
    .mod_breadcrumb {
      max-width: 960px; } }
  @media (min-width: 1200px) {
    .mod_breadcrumb {
      max-width: 1140px; } }
  @media (min-width: 768px) {
    .mod_breadcrumb {
      margin-bottom: 60px; } }
  .mod_breadcrumb ul {
    list-style-type: none;
    padding-left: 0; }
  .mod_breadcrumb li {
    font-family: 'Barlow', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 0.875rem;
    line-height: 1.28571;
    color: #8e8882;
    display: inline-block; }
    .mod_breadcrumb li :not(:last-child) {
      background-image: url(05e0efe595b0bdb59a79de2d1ae5a47e.svg);
      background-position: right top 6px;
      background-repeat: no-repeat;
      padding-right: 17px;
      margin-right: 5px; }
  .mod_breadcrumb a {
    font-family: 'Barlow', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 0.875rem;
    line-height: 1.28571;
    color: #8e8882;
    padding-left: 0; }
  .contrast-active .mod_breadcrumb li,
  .contrast-active .mod_breadcrumb a {
    color: black; }
  @media (max-width: 767.98px) {
    .mod_breadcrumb {
      display: none; } }

.stage {
  position: relative;
  z-index: 10; }
  .contentpage .stage {
    margin-bottom: 40px; }
    @media (min-width: 768px) {
      .contentpage .stage {
        margin-bottom: 60px; } }

.mod_stagecontent {
  position: relative;
  height: 250px;
  background-color: #E5E4E3;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: cover; }
  @media (min-width: 768px) {
    .mod_stagecontent {
      height: 290px; } }
  .mod_stagecontent--green {
    background-color: #B8C931; }
  .mod_stagecontent--darkgreen {
    background-color: #80A51B; }
  .mod_stagecontent--red {
    background-color: #EB5B25; }
  .mod_stagecontent--darkred {
    background-color: #D73F12; }
  .mod_stagecontent--cyan {
    background-color: #4DBDC6; }
  .mod_stagecontent--teal {
    background-color: #008390; }
  .mod_stagecontent--yellow {
    background-color: #FDC400; }
  .mod_stagecontent--lightbeige {
    background-color: #F4F4F4; }
  .mod_stagecontent--beige {
    background-color: #E5E4E3; }
  .mod_stagecontent--midbeige {
    background-color: #E5E4E3; }
  .mod_stagecontent--darkbeige {
    background-color: #C6C3C0; }
  .mod_stagecontent--warmgrey {
    background-color: #8e8882; }
  .mod_stagecontent--darkwarmgrey {
    background-color: #675C53; }
  .mod_stagecontent--white {
    background-color: white; }
  .mod_stagecontent--standard {
    background-color: #E5E4E3; }
  .mod_stagecontent__inside {
    text-align: left;
    height: inherit;
    position: relative;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: contain; }
    @media (max-width: 991.98px) {
      .mod_stagecontent__inside {
        background-size: cover; } }
  @media (max-width: 767.98px) {
    .mod_stagecontent__inside {
      background-size: 0 0; } }
  @media (min-width: 768px) {
    .mod_stagecontent {
      background-size: 0 0; } }
  .mod_stagecontent__image {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
    width: 50px;
    height: 50px;
    display: inline-block; }
    .mod_stagecontent__image img {
      height: 50px;
      width: 50px;
      opacity: 0; }
  .mod_stagecontent__category {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1; }
    @media (max-width: 767.98px) {
      .mod_stagecontent__category {
        width: 100%; } }
    @media (max-width: 767.98px) {
      .mod_stagecontent__category-inside {
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto; } }
  @media (max-width: 767.98px) and (max-width: 575.98px) {
    .mod_stagecontent__category-inside {
      padding-right: 20px;
      padding-left: 20px; } }
  @media (max-width: 767.98px) and (min-width: 576px) {
    .mod_stagecontent__category-inside {
      max-width: 540px; } }
  @media (max-width: 767.98px) and (min-width: 768px) {
    .mod_stagecontent__category-inside {
      max-width: 720px; } }
  @media (max-width: 767.98px) and (min-width: 992px) {
    .mod_stagecontent__category-inside {
      max-width: 960px; } }
  @media (max-width: 767.98px) and (min-width: 1200px) {
    .mod_stagecontent__category-inside {
      max-width: 1140px; } }
    @media (min-width: 768px) {
      .mod_stagecontent__category {
        width: 50px;
        height: 100%; } }
  .mod_stagecontent__category-link {
    color: white;
    position: relative;
    display: inline-block; }
    .mod_stagecontent__category-link:hover {
      color: white; }
    .mod_stagecontent__category-link:before {
      position: absolute;
      content: '';
      display: block;
      width: 30px;
      height: 30px;
      background-image: url(ada88d35c04c37d19480a94696a22223.svg);
      background-repeat: no-repeat;
      background-size: 30px 30px; }
    @media (max-width: 767.98px) {
      .mod_stagecontent__category-link {
        font-family: 'Barlow', sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: 1rem;
        line-height: 1.875;
        padding-left: 40px;
        top: 10px;
        left: 0; }
        .mod_stagecontent__category-link:before {
          top: 0;
          left: 0;
          background-position: left center; } }
    @media (min-width: 768px) {
      .mod_stagecontent__category-link {
        font-family: 'Barlow', sans-serif;
        font-weight: 500;
        font-style: normal;
        font-size: 1.25rem;
        line-height: 1;
        text-align: right;
        -webkit-transform: rotate(-90deg) translateX(-100%);
                transform: rotate(-90deg) translateX(-100%);
        -webkit-transform-origin: 0 0;
                transform-origin: 0 0;
        background-color: rgba(0, 0, 0, 0.1);
        padding: 20px 60px 25px 0;
        width: 290px; }
        .mod_stagecontent__category-link:before {
          top: 50%;
          right: 15px;
          background-position: right center;
          -webkit-transform: rotate(90deg) translateX(-50%);
                  transform: rotate(90deg) translateX(-50%); } }
  .mod_stagecontent__inside {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    position: relative; }
    @media (max-width: 575.98px) {
      .mod_stagecontent__inside {
        padding-right: 20px;
        padding-left: 20px; } }
    @media (min-width: 576px) {
      .mod_stagecontent__inside {
        max-width: 540px; } }
    @media (min-width: 768px) {
      .mod_stagecontent__inside {
        max-width: 720px; } }
    @media (min-width: 992px) {
      .mod_stagecontent__inside {
        max-width: 960px; } }
    @media (min-width: 1200px) {
      .mod_stagecontent__inside {
        max-width: 1140px; } }
  .mod_stagecontent__text {
    position: absolute;
    bottom: 60px;
    right: 0;
    z-index: 1; }
    @media (max-width: 1199.98px) {
      .mod_stagecontent__text {
        display: none; } }
    @media (min-width: 992px) and (max-width: 1199.98px) {
      .mod_stagecontent__text {
        width: 50%; } }
    .mod_stagecontent__text p {
      font-family: 'Rock Salt', sans-serif;
      font-weight: 400;
      font-style: normal;
      font-size: 3.25rem;
      line-height: 1.23077; }

.mod_stage_ie {
  text-align: center;
  padding: 0 30px; }
  .mod_stage_ie img {
    max-width: 100%; }
  .mod_stage_ie--green {
    background-color: #B8C931; }
  .mod_stage_ie--darkgreen {
    background-color: #80A51B; }
  .mod_stage_ie--red {
    background-color: #EB5B25; }
  .mod_stage_ie--darkred {
    background-color: #D73F12; }
  .mod_stage_ie--cyan {
    background-color: #4DBDC6; }
  .mod_stage_ie--teal {
    background-color: #008390; }
  .mod_stage_ie--yellow {
    background-color: #FDC400; }
  .mod_stage_ie--lightbeige {
    background-color: #F4F4F4; }
  .mod_stage_ie--beige {
    background-color: #E5E4E3; }
  .mod_stage_ie--midbeige {
    background-color: #E5E4E3; }
  .mod_stage_ie--darkbeige {
    background-color: #C6C3C0; }
  .mod_stage_ie--warmgrey {
    background-color: #8e8882; }
  .mod_stage_ie--darkwarmgrey {
    background-color: #675C53; }
  .mod_stage_ie--white {
    background-color: white; }
  .mod_stage_ie--standard {
    background-color: #E5E4E3; }
  .mod_stage_ie #menu {
    position: absolute;
    top: 0;
    left: 0;
    width: 65px;
    height: 100%;
    font-size: 10px;
    overflow: hidden;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.2); }
  .mod_stage_ie #menu_home_button {
    position: absolute;
    top: 15px;
    left: 13px;
    width: 65px;
    height: 60px;
    text-align: left; }
  .mod_stage_ie #menu_chapter_text {
    position: absolute;
    top: 60px;
    left: 0;
    width: 65px;
    height: 400px;
    margin: 0; }
  .mod_stage_ie #menu_chapter_text p {
    position: absolute;
    top: 0;
    left: -380px;
    width: 400px;
    text-align: right;
    font-family: Barlow, sans-serif;
    font-size: 18px;
    font-weight: 500;
    color: #ffffff;
    white-space: nowrap;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: right 0;
    transform-origin: right 0;
    margin: 0;
    padding: 0; }
  .mod_stage_ie #menu_items {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 65px;
    height: 200px; }
  @media (max-width: 767.98px) {
    .mod_stage_ie #menu {
      background-color: transparent;
      position: absolute;
      top: 8px;
      left: 8px;
      width: 100%;
      height: 35px;
      font-size: 10px; }
    .mod_stage_ie #menu_home_button {
      position: absolute;
      top: 0;
      left: 0;
      width: auto;
      height: auto; }
    .mod_stage_ie #menu_chapter_text {
      position: absolute;
      top: 7px;
      left: 47px;
      width: 100%;
      height: auto;
      margin: 0; }
    .mod_stage_ie #menu_chapter_text p {
      position: relative;
      top: 0;
      left: 0;
      width: 100%;
      text-align: left;
      font-size: 18px;
      color: #fff;
      white-space: nowrap;
      -webkit-transform: rotate(0);
              transform: rotate(0);
      -webkit-transform-origin: right 0;
              transform-origin: right 0;
      margin: 0;
      padding: 0; } }

.mod_footernav {
  background-color: #675C53; }
  .mod_footernav__inside {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 50px;
    padding-bottom: 50px; }
    @media (max-width: 575.98px) {
      .mod_footernav__inside {
        padding-right: 20px;
        padding-left: 20px; } }
    @media (min-width: 576px) {
      .mod_footernav__inside {
        max-width: 540px; } }
    @media (min-width: 768px) {
      .mod_footernav__inside {
        max-width: 720px; } }
    @media (min-width: 992px) {
      .mod_footernav__inside {
        max-width: 960px; } }
    @media (min-width: 1200px) {
      .mod_footernav__inside {
        max-width: 1140px; } }
  @media (min-width: 992px) {
    .mod_footernav__container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
    .mod_footernav__nav-container {
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2;
      width: calc(50% - 15px); }
    .mod_footernav__copyright-container {
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1;
      width: calc(50% - 15px); }
    .mod_footernav__nav li.easy-language, .mod_footernav__nav li.sign-language {
      display: none; } }
  .mod_footernav__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .mod_footernav__label {
    font-family: 'Bitter', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 0.875rem;
    line-height: 1.42857;
    color: white;
    margin-bottom: 20px; }
  .mod_footernav__item--share {
    margin-right: 50px;
    position: relative; }
  .mod_footernav__link--share {
    display: inline-block;
    font-size: 0;
    line-height: 0;
    padding: 0;
    border: 0;
    background: none;
    width: 62px;
    height: 62px; }
    .mod_footernav__link--share:before {
      content: ' ';
      display: inline-block;
      width: 62px;
      height: 62px;
      background-image: url(8d295c3621e34148607c805165d6fcdc.svg);
      background-repeat: no-repeat;
      background-position: top left;
      background-size: contain; }
  .mod_footernav__sharelayer {
    display: none; }
  .mod_footernav__item a.sign-language {
    display: inline-block;
    font-size: 0;
    line-height: 0;
    padding: 0;
    border: 0;
    background: none;
    width: 62px;
    height: 62px; }
    .mod_footernav__item a.sign-language:before {
      content: ' ';
      display: inline-block;
      width: 62px;
      height: 62px;
      background-image: url(b99cedf85c067b0be6163472e8f2a20b.svg);
      background-repeat: no-repeat;
      background-position: top left;
      background-size: contain; }
  .mod_footernav__item a.easy-language {
    display: inline-block;
    font-size: 0;
    line-height: 0;
    padding: 0;
    border: 0;
    background: none;
    width: 62px;
    height: 62px; }
    .mod_footernav__item a.easy-language:before {
      content: ' ';
      display: inline-block;
      width: 62px;
      height: 62px;
      background-image: url(84189740954aa900b26f4836bb96bda3.svg);
      background-repeat: no-repeat;
      background-position: top left;
      background-size: contain; }
  .mod_footernav__item a:hover.sign-language:before {
    background-image: url(ec087afd2311b0c3d86841c9ebbf018c.svg); }
  .mod_footernav__item a:hover.easy-language:before {
    background-image: url(c9bbe9e9481f2c56ae331b2ebe69ec7c.svg); }
  @media (min-width: 768px) and (max-width: 991.98px) {
    .mod_footernav__nav {
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
    .mod_footernav__item--share {
      margin-right: 0; }
    .mod_footernav .flex-break {
      display: none; } }
  @media (max-width: 767.98px) {
    .mod_footernav__link--share {
      width: 45px;
      height: 45px; }
      .mod_footernav__link--share:before {
        width: 45px;
        height: 45px; }
    .mod_footernav__item a.sign-language,
    .mod_footernav__item a.easy-language {
      width: 45px;
      height: 45px; }
      .mod_footernav__item a.sign-language:before,
      .mod_footernav__item a.easy-language:before {
        width: 45px;
        height: 45px; } }
  @media (min-width: 576px) and (max-width: 767.98px) {
    .mod_footernav__nav {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
    .mod_footernav__item.sign-language {
      margin-right: 30px; }
    .mod_footernav .flex-break {
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
      height: 30px; } }
  @media (max-width: 575.98px) {
    .mod_footernav__nav {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
    .mod_footernav__item.sign-language {
      margin-right: 30px; }
    .mod_footernav .flex-break {
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
      height: 30px; } }
  .mod_footernav__copyright-container p {
    font-family: 'Barlow', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 0.875rem;
    line-height: 1.42857;
    color: white; }
    .mod_footernav__copyright-container p:not(:last-child) {
      margin-bottom: 20px; }
  .mod_footernav__sharelayer {
    position: relative;
    display: none;
    position: absolute;
    bottom: 90px;
    left: 0;
    z-index: 10020;
    background-color: #E5E4E3;
    padding: 10px 10px;
    -webkit-transform: translateX(calc(-50% + 32px));
            transform: translateX(calc(-50% + 32px)); }
    .mod_footernav__sharelayer:after {
      position: absolute;
      bottom: 0;
      left: 50%;
      z-index: 1;
      -webkit-transform: translate(-50%, 100%);
              transform: translate(-50%, 100%);
      content: ' ';
      display: block;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 14px 13.5px 0 13.5px;
      border-color: #E5E4E3 transparent transparent transparent; }
    .mod_footernav__sharelayer p {
      font-family: 'Bitter', sans-serif;
      font-weight: 400;
      font-style: normal;
      font-size: 0.875rem;
      line-height: 1.57143;
      padding: 10px;
      border-bottom: 1px solid #C6C3C0; }
    .mod_footernav__sharelayer li {
      padding: 12px 20px 5px 20px; }
      .mod_footernav__sharelayer li:not(:last-child) {
        border-bottom: 1px solid #C6C3C0; }
    .mod_footernav__sharelayer a {
      font-family: 'Bitter', sans-serif;
      font-weight: 400;
      font-style: normal;
      font-size: 1rem;
      line-height: 1.5;
      color: black;
      padding-left: 28px;
      position: relative; }
      .mod_footernav__sharelayer a:before {
        position: absolute;
        content: '';
        top: 2px;
        left: 0;
        width: 18px;
        height: 18px;
        background-position: left center;
        background-size: 18px 18px; }
      .mod_footernav__sharelayer a.share__link--facebook:before {
        height: 20px;
        background-image: url(b1d8c4b6253b1b57b51f5c4cefe939d1.svg);
        background-size: 18px 20px; }
      .mod_footernav__sharelayer a.share__link--twitter:before {
        background-image: url(7d6eafd0dc2da0655407c2dcc013d428.svg); }
      .mod_footernav__sharelayer a.share__link--mailto:before {
        background-image: url(0997615c10ce22b8d50a86672b07bb70.svg); }
    .mod_footernav__sharelayer.open {
      display: block; }
    @media (min-width: 576px) and (max-width: 767.98px) {
      .mod_footernav__sharelayer {
        bottom: 71px;
        -webkit-transform: translateX(calc(-50% + 22px));
                transform: translateX(calc(-50% + 22px)); } }
    @media (max-width: 575.98px) {
      .mod_footernav__sharelayer {
        bottom: 71px;
        -webkit-transform: translateX(0);
                transform: translateX(0); }
        .mod_footernav__sharelayer:after {
          left: 0;
          -webkit-transform: translate(9px, 100%);
                  transform: translate(9px, 100%); } }

.mod_bottom {
  background-color: white; }
  .mod_bottom a {
    padding-left: 0; }
  .mod_bottom__inside {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 40px;
    padding-bottom: 40px; }
    @media (max-width: 575.98px) {
      .mod_bottom__inside {
        padding-right: 20px;
        padding-left: 20px; } }
    @media (min-width: 576px) {
      .mod_bottom__inside {
        max-width: 540px; } }
    @media (min-width: 768px) {
      .mod_bottom__inside {
        max-width: 720px; } }
    @media (min-width: 992px) {
      .mod_bottom__inside {
        max-width: 960px; } }
    @media (min-width: 1200px) {
      .mod_bottom__inside {
        max-width: 1140px; } }
  .mod_bottom__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .mod_bottom__bmz, .mod_bottom__eg {
    width: 100%;
    margin-bottom: 40px; }
    @media (min-width: 576px) {
      .mod_bottom__bmz, .mod_bottom__eg {
        width: 50%; } }
    @media (min-width: 992px) {
      .mod_bottom__bmz, .mod_bottom__eg {
        width: 25%;
        margin-bottom: 0; } }
  @media (min-width: 992px) {
    .mod_bottom__nav {
      width: 50%;
      text-align: right; } }
  .mod_bottom__nav ul > li {
    display: inline-block; }
    .mod_bottom__nav ul > li:not(:last-child) {
      margin-right: 5px; }
      .mod_bottom__nav ul > li:not(:last-child):after {
        content: '|';
        padding-left: 9px; }
    .mod_bottom__nav ul > li a {
      font-family: 'Barlow', sans-serif;
      font-weight: 500;
      font-style: normal;
      font-size: 0.75rem;
      line-height: 1.5;
      text-transform: uppercase;
      color: black; }

.ce_accordionStart:not(:last-of-type) {
  margin-bottom: 0; }

.ce_accordionStart .ui-accordion-header {
  font-family: 'Bitter', sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.125rem;
  line-height: 1.44444;
  position: relative;
  padding: 14px 70px 14px 20px;
  border-top: 1px solid #C6C3C0;
  outline: none;
  cursor: pointer; }
  .ce_accordionStart .ui-accordion-header .ui-accordion-header-icon {
    display: block;
    position: absolute;
    top: 14px;
    right: 20px;
    width: 30px;
    height: 30px; }

.ce_accordionStart .ui-accordion-content {
  padding: 30px 20px; }
  .ce_accordionStart .ui-accordion-content :last-child {
    margin-bottom: 0; }

@media (min-width: 768px) {
  .ce_accordionStart .ui-accordion-header {
    padding: 14px 120px 14px 20px; }
  .ce_accordionStart .ui-accordion-content {
    padding: 30px 120px 30px 20px; } }

.ce_accordionStart.standard .ui-accordion-header {
  border-top: 1px solid #C6C3C0; }
  .ce_accordionStart.standard .ui-accordion-header .ui-accordion-header-icon {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMCIgaGVpZ2h0PSIzMCIgdmlld0JveD0iMCAwIDMwIDMwIj48cGF0aCBkPSJNMTUsMEExNSwxNSwwLDEsMSwwLDE1LDE1LDE1LDAsMCwxLDE1LDBaIiBmaWxsPSIjZmRjNDAwIi8+PHBhdGggZD0iTTYuODkyLjIyM2EuNzM3LjczNywwLDAsMSwxLjA1NSwwbDYuNjQ1LDYuNjQ1QS44MzkuODM5LDAsMCwxLDEzLjQsOC4wNTRMNy45NDcsMi42YS43MzcuNzM3LDAsMCwwLTEuMDU1LDBMMS40MzQsOC4wMzhBLjgzOS44MzksMCwwLDEsLjI0Nyw2Ljg1MVoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDIyLjgzOSAyMC4zMDIpIHJvdGF0ZSgxODApIi8+PC9zdmc+); }
  .ce_accordionStart.standard .ui-accordion-header:hover {
    background-color: #F4F4F4; }
  .ce_accordionStart.standard .ui-accordion-header.ui-state-active {
    background-color: #F4F4F4;
    border-bottom: 1px solid white; }
    .ce_accordionStart.standard .ui-accordion-header.ui-state-active .ui-accordion-header-icon {
      background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMCIgaGVpZ2h0PSIzMCIgdmlld0JveD0iMCAwIDMwIDMwIj48ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgzMCAzMCkgcm90YXRlKDE4MCkiPjxwYXRoIGQ9Ik0xNSwwQTE1LDE1LDAsMSwxLDAsMTUsMTUsMTUsMCwwLDEsMTUsMFoiIGZpbGw9IiNmYWRjOTAiLz48cGF0aCBkPSJNNi44OTIuMjIzYS43MzcuNzM3LDAsMCwxLDEuMDU1LDBsNi42NDUsNi42NDVBLjgzOS44MzksMCwwLDEsMTMuNCw4LjA1NEw3Ljk0NywyLjZhLjczNy43MzcsMCwwLDAtMS4wNTUsMEwxLjQzNCw4LjAzOEEuODM5LjgzOSwwLDAsMSwuMjQ3LDYuODUxWiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMjIuODM5IDIwLjMwMikgcm90YXRlKDE4MCkiLz48L2c+PC9zdmc+); }

.ce_accordionStart.standard:last-child {
  border-bottom: 1px solid #C6C3C0; }

.ce_accordionStart.standard .ui-accordion-content.ui-accordion-content-active {
  background-color: #F4F4F4; }

.ce_accordionStart.ce_accordion--bg .ui-accordion-header .ui-accordion-header-icon {
  background-image: url(af7b6dce5218544e124d6db9a2119677.svg); }

.ce_accordionStart.ce_accordion--bg .ui-accordion-header:hover {
  background-color: #008390;
  color: white; }

.ce_accordionStart.ce_accordion--bg .ui-accordion-header.ui-state-active {
  background-color: #008390;
  color: white;
  border-bottom: 1px solid white; }
  .ce_accordionStart.ce_accordion--bg .ui-accordion-header.ui-state-active .ui-accordion-header-icon {
    background-image: url(5b18388fa105dab87f6d6d1cfc2f03f0.svg); }

.ce_accordionStart.ce_accordion--bg:last-child {
  border-bottom: 1px solid #C6C3C0; }

.ce_accordionStart.ce_accordion--bg .ui-accordion-content.ui-accordion-content-active {
  background-color: #F4F4F4; }

.mod_contentfooter {
  background-color: #E5E4E3;
  padding-top: 9px;
  padding-bottom: 9px; }
  .mod_contentfooter__inside {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto; }
    @media (max-width: 575.98px) {
      .mod_contentfooter__inside {
        padding-right: 20px;
        padding-left: 20px; } }
    @media (min-width: 576px) {
      .mod_contentfooter__inside {
        max-width: 540px; } }
    @media (min-width: 768px) {
      .mod_contentfooter__inside {
        max-width: 720px; } }
    @media (min-width: 992px) {
      .mod_contentfooter__inside {
        max-width: 960px; } }
    @media (min-width: 1200px) {
      .mod_contentfooter__inside {
        max-width: 1140px; } }
  .mod_contentfooter--with-print > .mod_contentfooter__inside {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
  .mod_contentfooter__col {
    text-align: right; }
    .mod_contentfooter__col:not(:last-child) {
      margin-right: 30px; }
  .mod_contentfooter__link-print {
    font-family: 'Bitter', sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 1.125rem;
    line-height: 1.66667;
    display: inline-block;
    padding-right: 40px;
    text-align: left;
    background-image: url(25554f76ad05ce451486e3963a93c225.svg);
    background-repeat: no-repeat;
    background-position: right 0px center;
    background-size: 30px 30px;
    font-family: 'Barlow', sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 1.125rem;
    line-height: 1.66667;
    color: black;
    padding-left: 0; }
  .mod_contentfooter__link-totop {
    font-family: 'Bitter', sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 1.125rem;
    line-height: 1.66667;
    display: inline-block;
    padding-right: 40px;
    text-align: left;
    background-image: url(1232fd695f1a638df9eb53f833a8e4f9.svg);
    background-repeat: no-repeat;
    background-position: right 0px center;
    background-size: 30px 30px;
    font-family: 'Barlow', sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 1.125rem;
    line-height: 1.66667;
    color: black;
    padding-left: 0; }

.notepad-link {
  display: inline-block;
  font-size: 0;
  line-height: 0;
  padding: 0;
  border: 0;
  background: none;
  width: 46px;
  height: 46px; }
  .notepad-link:before {
    content: ' ';
    display: inline-block;
    width: 46px;
    height: 46px;
    background-image: url(63aaf592654fca75a59527edb18755b0.svg);
    background-repeat: no-repeat;
    background-position: top left;
    background-size: contain; }
  .notepad-link--add:before {
    background-image: url(5f2fa5de00c46c955756cdf1190938d4.svg); }

.notepad-link-text {
  border: 0;
  background: none;
  font-family: 'Bitter', sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.25rem;
  line-height: 1.4;
  display: inline-block;
  padding-left: 50px;
  padding-top: 4px;
  padding-bottom: 4px;
  text-align: left;
  background-image: url(5f2fa5de00c46c955756cdf1190938d4.svg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 35px 35px; }
  @media (max-width: 575.98px) {
    .notepad-link-text {
      font-family: 'Bitter', sans-serif;
      font-weight: 700;
      font-style: normal;
      font-size: 1.125rem;
      line-height: 1.44444;
      padding-top: 5px;
      padding-bottom: 5px;
      padding-left: 45px; } }
  .notepad-link-text.notepad-link--add {
    background-image: url(65a4b04898a81aa72c6667b4deff39fc.svg); }

.mod_notepad {
  margin-bottom: 60px; }
  .mod_notepad__box {
    padding: 30px 15px 30px 15px;
    min-height: 340px;
    background-color: #F4F4F4;
    background-image: url(303da2bd123aa273b3d9780b734e38b5.svg);
    background-repeat: no-repeat;
    background-position: top 40px right 40px;
    background-size: contain; }
    @media (min-width: 576px) and (max-width: 767.98px) {
      .mod_notepad__box {
        padding: 30px; } }
    @media (min-width: 768px) {
      .mod_notepad__box {
        padding: 40px; } }
    .mod_notepad__box li {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      margin-bottom: 15px; }
  .mod_notepad__headline {
    font-family: 'Bitter', sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 1.5rem;
    line-height: 1.33333;
    display: inline;
    background-position: bottom 0px left 0px;
    background-repeat: repeat-x;
    background-size: 1px 14px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#B8C931), to(#B8C931));
    background-image: linear-gradient(#B8C931, #B8C931); }
    @media (min-width: 768px) {
      .mod_notepad__headline {
        font-family: 'Bitter', sans-serif;
        font-weight: 700;
        font-style: normal;
        font-size: 1.75rem;
        line-height: 1.28571; } }
    .mod_notepad__headline:after {
      clear: both;
      display: block;
      content: ' ';
      height: 15px; }
    .mod_notepad__headline:after {
      clear: both;
      display: block;
      content: ' ';
      height: 25px; }
  .mod_notepad__list:not(:last-of-type) {
    margin-bottom: 50px; }
  .mod_notepad__delete-link {
    display: inline-block;
    font-size: 0;
    line-height: 0;
    padding: 0;
    border: 0;
    background: none;
    width: 18px;
    height: 18px;
    margin-left: 10px;
    -webkit-transform: translateY(2px);
            transform: translateY(2px); }
    .mod_notepad__delete-link:before {
      content: ' ';
      display: inline-block;
      width: 18px;
      height: 18px;
      background-image: url(8f19e88f4551ed99a10a0fce034a881e.svg);
      background-repeat: no-repeat;
      background-position: top left;
      background-size: contain; }
  .mod_notepad__bar {
    padding: 30px 15px;
    background-color: #E5E4E3; }
    @media (min-width: 576px) and (max-width: 767.98px) {
      .mod_notepad__bar {
        padding: 25px 30px; } }
    @media (min-width: 768px) {
      .mod_notepad__bar {
        padding: 25px 40px; } }
    .mod_notepad__bar ul {
      margin-bottom: 0; }
      .mod_notepad__bar ul li:not(:last-child) {
        margin-bottom: 15px; }
      @media (min-width: 768px) {
        .mod_notepad__bar ul {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex; }
          .mod_notepad__bar ul li:not(:last-child) {
            margin-right: 25px;
            margin-bottom: 0; } }
  .mod_notepad__link-email {
    font-family: 'Bitter', sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 1.25rem;
    line-height: 1.4;
    display: inline-block;
    padding-left: 50px;
    padding-top: 4px;
    padding-bottom: 4px;
    text-align: left;
    background-image: url(9bf66adb466cb931b0b25b01f889baa5.svg);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 35px 35px; }
    @media (max-width: 575.98px) {
      .mod_notepad__link-email {
        font-family: 'Bitter', sans-serif;
        font-weight: 700;
        font-style: normal;
        font-size: 1.125rem;
        line-height: 1.44444;
        padding-top: 5px;
        padding-bottom: 5px;
        padding-left: 45px; } }
  .mod_notepad__link-pdf {
    font-family: 'Bitter', sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 1.25rem;
    line-height: 1.4;
    display: inline-block;
    padding-left: 50px;
    padding-top: 4px;
    padding-bottom: 4px;
    text-align: left;
    background-image: url(9d65fde315f004a136a8fd935b4613cf.svg);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 35px 35px; }
    @media (max-width: 575.98px) {
      .mod_notepad__link-pdf {
        font-family: 'Bitter', sans-serif;
        font-weight: 700;
        font-style: normal;
        font-size: 1.125rem;
        line-height: 1.44444;
        padding-top: 5px;
        padding-bottom: 5px;
        padding-left: 45px; } }
  .mod_notepad__link-clean {
    font-family: 'Bitter', sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 1.25rem;
    line-height: 1.4;
    display: inline-block;
    padding-left: 50px;
    padding-top: 4px;
    padding-bottom: 4px;
    text-align: left;
    background-image: url(8ec6e1c839503b45a20abfe06cccccb8.svg);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 35px 35px; }
    @media (max-width: 575.98px) {
      .mod_notepad__link-clean {
        font-family: 'Bitter', sans-serif;
        font-weight: 700;
        font-style: normal;
        font-size: 1.125rem;
        line-height: 1.44444;
        padding-top: 5px;
        padding-bottom: 5px;
        padding-left: 45px; } }

.mod_notepadflap {
  position: fixed;
  right: 0;
  z-index: 1020;
  text-align: right;
  overflow: hidden; }
  @media (min-width: 576px) {
    .mod_notepadflap {
      top: 300px; } }
  @media (max-width: 575.98px) {
    .mod_notepadflap {
      position: absolute;
      bottom: 0;
      right: 70px;
      width: 68px;
      height: 68px;
      overflow: hidden; }
      .mod_notepadflap--open {
        top: 0;
        overflow: visible;
        width: auto;
        height: auto;
        z-index: 100000; } }
  .mod_notepadflap.notepad-status--empty {
    display: none; }
  .mod_notepadflap__toggle {
    border: 0;
    background: none;
    position: relative;
    z-index: 2;
    background-color: #E5E4E3;
    background-image: url(65a4b04898a81aa72c6667b4deff39fc.svg);
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 35px 35px;
    -webkit-transition: background-image 0s 0.6s;
    transition: background-image 0s 0.6s; }
    .mod_notepadflap__toggle span {
      display: inline-block;
      font-family: 'Bitter', sans-serif;
      font-weight: 700;
      font-style: normal;
      font-size: 1.25rem;
      line-height: 2.75;
      color: black;
      white-space: nowrap; }
      @media (min-width: 576px) {
        .mod_notepadflap__toggle span {
          position: absolute;
          bottom: -30px;
          left: 0;
          z-index: 1;
          -webkit-transform: rotate(-90deg);
                  transform: rotate(-90deg);
          -webkit-transform-origin: 0 0;
                  transform-origin: 0 0; } }
    .notepad-status--empty .mod_notepadflap__toggle {
      background-image: url(5f2fa5de00c46c955756cdf1190938d4.svg); }
    .mod_notepadflap__toggle--open {
      background-image: url(aba198f2937e7e0774370404f3a29663.svg);
      -webkit-transition: background-image 0s 1s;
      transition: background-image 0s 1s; }
    @media (min-width: 576px) {
      .mod_notepadflap__toggle {
        position: absolute;
        top: 0;
        right: 0;
        z-index: 2;
        overflow: hidden;
        display: inline-block;
        width: 55px;
        height: 190px;
        background-position: top 10px center; } }
    @media (max-width: 575.98px) {
      .mod_notepadflap__toggle {
        background-color: transparent;
        -webkit-transition: background-image 0s 0s;
        transition: background-image 0s 0s;
        width: 68px;
        height: 68px;
        padding: 10px;
        min-width: 0; }
        .mod_notepadflap__toggle span {
          display: none; } }
  .mod_notepadflap__layer {
    width: 0;
    padding: 30px 100px 30px 30px;
    background-color: #E5E4E3;
    text-align: left;
    min-height: 250px;
    -webkit-transition: 1s ease-in-out;
    transition: 1s ease-in-out; }
    @media (max-width: 575.98px) {
      .mod_notepadflap__layer {
        display: none;
        min-height: 0;
        position: fixed;
        top: 0;
        left: 0;
        height: 100vh;
        width: 100%;
        z-index: 100000;
        padding: 70px 0 30px 0; }
        .mod_notepadflap__layer > h3,
        .mod_notepadflap__layer > p {
          padding-left: 15px;
          padding-right: 15px; }
        .mod_notepadflap__toggle--open + .mod_notepadflap__layer {
          display: block; } }
    @media (min-width: 576px) and (max-width: 767.98px) {
      .mod_notepadflap__layer {
        -webkit-transform: translateX(500px);
                transform: translateX(500px); } }
    @media (min-width: 768px) {
      .mod_notepadflap__layer {
        -webkit-transform: translateX(760px);
                transform: translateX(760px); } }
    .mod_notepadflap__toggle--open + .mod_notepadflap__layer {
      -webkit-transform: translateX(0);
              transform: translateX(0); }
      @media (min-width: 576px) and (max-width: 767.98px) {
        .mod_notepadflap__toggle--open + .mod_notepadflap__layer {
          width: 500px; } }
      @media (min-width: 768px) {
        .mod_notepadflap__toggle--open + .mod_notepadflap__layer {
          width: 760px; } }
    @media (max-width: 575.98px) {
      .mod_notepadflap__layer {
        min-height: 0; } }
  .mod_notepadflap__headline {
    font-family: 'Bitter', sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 1.25rem;
    line-height: 1.4;
    margin-bottom: 15px; }
    @media (min-width: 768px) {
      .mod_notepadflap__headline {
        font-family: 'Bitter', sans-serif;
        font-weight: 700;
        font-style: normal;
        font-size: 1.5rem;
        line-height: 1.33333; } }
  .mod_notepadflap__text {
    font-family: 'Barlow', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.125rem;
    line-height: 1.44444;
    margin-bottom: 15px; }
  .mod_notepadflap__link {
    color: black; }

.mod_notepadflap__close {
  display: inline-block;
  font-size: 0;
  line-height: 0;
  padding: 0;
  border: 0;
  background: none;
  width: 48px;
  height: 48px;
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 1; }
  .mod_notepadflap__close:before {
    content: ' ';
    display: inline-block;
    width: 48px;
    height: 48px;
    background-image: url(aba198f2937e7e0774370404f3a29663.svg);
    background-repeat: no-repeat;
    background-position: top left;
    background-size: contain; }
  @media (min-width: 576px) {
    .mod_notepadflap__close {
      display: none; } }

.mod_notepad_header {
  position: absolute;
  bottom: 0;
  right: 100px;
  z-index: 1; }
  @media (min-width: 576px) {
    .mod_notepad_header {
      display: none; } }

.mod_poao_search__form {
  margin-bottom: 40px; }

.mod_poao_search__anchor-container {
  margin-bottom: 40px; }

.mod_poao_search .result__list-container:not(:last-child) {
  margin-bottom: 60px; }

.mod_poao_search .result__list-container h2 {
  margin-bottom: 20px; }

.mod_ao_list__form {
  margin-bottom: 40px; }

.mod_ao_list__cell-label {
  font-family: 'Bitter', sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1rem;
  line-height: 1.375; }

.mod_eo_list .form__container {
  margin-bottom: 40px; }
  @media (min-width: 768px) {
    .mod_eo_list .form__container {
      margin-bottom: 60px; } }

.mod_eodetail__box {
  padding: 30px 15px 30px 15px;
  background-color: #F4F4F4; }
  @media (min-width: 576px) and (max-width: 767.98px) {
    .mod_eodetail__box {
      padding: 30px; } }
  @media (min-width: 768px) {
    .mod_eodetail__box {
      padding: 40px; } }
  .mod_eodetail__box img {
    max-width: 100%;
    height: auto; }

.mod_eodetail .box__headline {
  display: inline;
  background-position: bottom 2px left 0px;
  background-repeat: repeat-x;
  background-size: 1px 10px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#4DBDC6), to(#4DBDC6));
  background-image: linear-gradient(#4DBDC6, #4DBDC6); }
  @media (min-width: 992px) {
    .mod_eodetail .box__headline {
      background-size: 1px 10px; } }
  @media (max-width: 991.98px) {
    .mod_eodetail .box__headline {
      background-size: 1px 8px; } }
  .contrast-active .mod_eodetail .box__headline {
    background: none !important;
    background-color: transparent !important; }
  .mod_eodetail .box__headline:after {
    clear: both;
    display: block;
    content: ' ';
    height: 25px; }

.mod_eodetail__bar {
  padding: 30px 15px;
  background-color: #E5E4E3;
  margin-bottom: 50px; }
  @media (min-width: 576px) and (max-width: 767.98px) {
    .mod_eodetail__bar {
      padding: 25px 30px; } }
  @media (min-width: 768px) {
    .mod_eodetail__bar {
      padding: 25px 40px; } }
  @media (min-width: 768px) {
    .mod_eodetail__bar {
      margin-bottom: 60px; } }
  .mod_eodetail__bar ul {
    margin-bottom: 0; }
    .mod_eodetail__bar ul li:not(:last-child) {
      margin-bottom: 15px; }
    @media (min-width: 768px) {
      .mod_eodetail__bar ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
        .mod_eodetail__bar ul li:not(:last-child) {
          margin-right: 25px;
          margin-bottom: 0; } }

.mod_eodetail > h2,
.mod_eodetail > .text-block {
  max-width: 900px; }

.mod_eodetail__link-eps {
  font-family: 'Bitter', sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.25rem;
  line-height: 1.4;
  display: inline-block;
  padding-left: 50px;
  padding-top: 4px;
  padding-bottom: 4px;
  text-align: left;
  background-image: url(6bcf4355ae40165595fc91c2f92edf92.svg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 35px 35px; }
  @media (max-width: 575.98px) {
    .mod_eodetail__link-eps {
      font-family: 'Bitter', sans-serif;
      font-weight: 700;
      font-style: normal;
      font-size: 1.125rem;
      line-height: 1.44444;
      padding-top: 5px;
      padding-bottom: 5px;
      padding-left: 45px; } }

.mod_epdetail .parameter__box {
  margin-bottom: 0; }

.mod_epdetail__bar {
  padding: 30px 15px;
  background-color: #E5E4E3;
  margin-bottom: 50px; }
  @media (min-width: 576px) and (max-width: 767.98px) {
    .mod_epdetail__bar {
      padding: 25px 30px; } }
  @media (min-width: 768px) {
    .mod_epdetail__bar {
      padding: 25px 40px; } }
  @media (min-width: 768px) {
    .mod_epdetail__bar {
      margin-bottom: 60px; } }
  .mod_epdetail__bar ul {
    margin-bottom: 0; }
    .mod_epdetail__bar ul li:not(:last-child) {
      margin-bottom: 15px; }
    @media (min-width: 992px) {
      .mod_epdetail__bar ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
        .mod_epdetail__bar ul li:not(:last-child) {
          margin-right: 25px;
          margin-bottom: 0; } }

.mod_epdetail__link-map {
  font-family: 'Bitter', sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.25rem;
  line-height: 1.4;
  display: inline-block;
  padding-left: 50px;
  padding-top: 4px;
  padding-bottom: 4px;
  text-align: left;
  background-image: url(f8c180d7a042370af2dd9afb6ace41c2.svg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 35px 35px; }
  @media (max-width: 575.98px) {
    .mod_epdetail__link-map {
      font-family: 'Bitter', sans-serif;
      font-weight: 700;
      font-style: normal;
      font-size: 1.125rem;
      line-height: 1.44444;
      padding-top: 5px;
      padding-bottom: 5px;
      padding-left: 45px; } }

.mod_epdetail__link-recommend {
  font-family: 'Bitter', sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.25rem;
  line-height: 1.4;
  display: inline-block;
  padding-left: 50px;
  padding-top: 4px;
  padding-bottom: 4px;
  text-align: left;
  background-image: url(cbfd9ed05f2ccf37c94cfafc271a9a81.svg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 35px 35px; }
  @media (max-width: 575.98px) {
    .mod_epdetail__link-recommend {
      font-family: 'Bitter', sans-serif;
      font-weight: 700;
      font-style: normal;
      font-size: 1.125rem;
      line-height: 1.44444;
      padding-top: 5px;
      padding-bottom: 5px;
      padding-left: 45px; } }

.mod_epdetail__content-container {
  max-width: 900px; }

.joblist {
  display: none; }

.jobselector {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: center;
      align-content: center; }
  .jobselector li {
    font-family: 'Bitter', sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 1rem;
    line-height: 1.375;
    white-space: nowrap;
    color: white;
    background-color: #8e8882;
    padding: 17px 20px;
    min-height: 45px;
    margin-bottom: 10px;
    cursor: pointer; }
    .jobselector li:not(:last-child) {
      margin-right: 3px; }
    .jobselector li:hover, .jobselector li.active {
      background-color: #675C53; }

.mod_memberstatus {
  margin-bottom: 60px; }
  .mod_memberstatus p {
    margin-bottom: 40px; }
  .mod_memberstatus ul li {
    margin-bottom: 10px; }

.mod_epsform label,
.mod_epsform .form__checkbox-item {
  margin-bottom: 0; }

.mod_epsform label {
  white-space: nowrap; }

.mod_epsform .form__row {
  margin-bottom: 15px; }
  @media (min-width: 768px) {
    .mod_epsform .form__row {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start; } }

.mod_epsform__form-elements {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @media (min-width: 768px) {
    .mod_epsform__form-elements {
      margin-left: 15px; } }

.mod_epsform__date {
  min-width: 170px; }
  .mod_epsform__date input {
    border: none;
    background-color: #E5E4E3;
    width: 100%;
    height: 45px;
    padding: 0 15px;
    height: 30px;
    width: 120px; }
    .form__box .mod_epsform__date input {
      background-color: white; }

.mod_epsformjobs .form__row {
  margin-bottom: 15px; }
  .mod_epsformjobs .form__row a {
    padding-left: 0; }
  .mod_epsformjobs .form__row > div {
    width: 100%; }
  @media (min-width: 768px) {
    .mod_epsformjobs .form__row {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start; }
      .mod_epsformjobs .form__row > div {
        width: calc(50% - 10px); } }

.mod_epformworld #chartdiv {
  width: 100%;
  height: 650px;
  position: relative; }
  @media (min-width: 768px) and (max-width: 991.98px) {
    .mod_epformworld #chartdiv {
      height: 600px; } }
  @media (max-width: 767.98px) {
    .mod_epformworld #chartdiv {
      height: 500px; } }
  .mod_epformworld #chartdiv:after {
    position: absolute;
    bottom: 0;
    left: 50%;
    z-index: 1;
    -webkit-transform: translate(-50%, 100%);
            transform: translate(-50%, 100%);
    content: ' ';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 37px 49px 0 49px;
    border-color: #4DBDC6 transparent transparent transparent; }

.mod_epformworld__map-container {
  background-color: #4DBDC6;
  margin-bottom: 65px; }

.mod_epformworld__form-container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }
  @media (max-width: 575.98px) {
    .mod_epformworld__form-container {
      padding-right: 20px;
      padding-left: 20px; } }
  @media (min-width: 576px) {
    .mod_epformworld__form-container {
      max-width: 540px; } }
  @media (min-width: 768px) {
    .mod_epformworld__form-container {
      max-width: 720px; } }
  @media (min-width: 992px) {
    .mod_epformworld__form-container {
      max-width: 960px; } }
  @media (min-width: 1200px) {
    .mod_epformworld__form-container {
      max-width: 1140px; } }

.mod_epformworld .ampopup-content {
  background-color: #FDC400;
  padding: 30px 40px; }
  .mod_epformworld .ampopup-content h3 {
    padding-bottom: 15px;
    border-bottom: 2px solid black;
    margin-bottom: 25px; }

.mod_epformworld .ampopup-header {
  background: none;
  height: 0;
  min-height: 0; }

.mod_epformworld .ampopup-close {
  display: inline-block;
  font-size: 0;
  line-height: 0;
  padding: 0;
  border: 0;
  background: none;
  width: 27px;
  height: 27px;
  top: 10px;
  right: 10px; }
  .mod_epformworld .ampopup-close:before {
    content: ' ';
    display: inline-block;
    width: 27px;
    height: 27px;
    background-image: url(283dbaa444ceee3f682a5e61e61b52f0.svg);
    background-repeat: no-repeat;
    background-position: top left;
    background-size: contain; }

.mod_epformworld .ampopup-inside {
  padding: 0; }

.mod_epformworld .ampopup-title {
  display: none; }

.ce_dzepteaser {
  width: 33%;
  padding-right: 20px; }
  .ce_dzepteaser__inside {
    padding-right: 20px;
    border-right: 1px solid #C6C3C0; }
  .ce_dzepteaser[tabindex="0"]:last-of-type .ce_dzepteaser__inside {
    border-right: 0; }
  .ce_dzepteaser__meta {
    font-family: 'Barlow', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.125rem;
    line-height: 1.55556;
    display: block;
    margin-bottom: 15px;
    color: #EB5B25;
    text-transform: uppercase; }
  .ce_dzepteaser__link {
    display: inline-block;
    overflow: hidden;
    position: relative;
    z-index: 1;
    padding-left: 28px;
    padding-left: 0;
    padding-right: 50px;
    font-family: 'Bitter', sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 1rem;
    line-height: 1.75;
    min-height: 34px;
    padding-top: 3px; }
    .ce_dzepteaser__link a {
      padding-left: 0; }
    .ce_dzepteaser__link:after {
      position: absolute;
      z-index: 0;
      content: '';
      background-repeat: no-repeat; }
    .ce_dzepteaser__link:before {
      position: absolute;
      z-index: 0;
      content: '';
      width: 20px;
      height: 20px;
      border-radius: 20px;
      background-color: #C6C3C0; }
    .ce_dzepteaser__link:before {
      width: 34px;
      height: 34px;
      border-radius: 34px;
      top: 0;
      right: 0; }
    .ce_dzepteaser__link:before {
      background-color: #EB5B25; }
    .ce_dzepteaser__link[href^="http"]:after {
      top: 4px;
      right: 2px;
      width: 20px;
      height: 20px;
      background-image: url(2ac07797f46dfab715091ea4dc74aa71.svg);
      background-position: right center;
      background-size: 20px 20px; }
    .ce_dzepteaser__link[href^="http"]:hover:after {
      -webkit-animation-name: link-anim-extern;
              animation-name: link-anim-extern;
      -webkit-animation-duration: 0.4s;
              animation-duration: 0.4s;
      -webkit-animation-timing-function: ease-out;
              animation-timing-function: ease-out; }
    .ce_dzepteaser__link[href^="http"]:after {
      top: 0;
      right: 2px;
      width: 34px;
      height: 34px;
      background-size: 34px 34px; }
    .ce_dzepteaser__link[href^="files/"]:after {
      top: 0;
      right: 0;
      width: 20px;
      height: 20px;
      background-image: url(443b0c3ee211c2fd91bd9716a47b6bf8.svg);
      background-position: right center;
      background-size: 20px 20px; }
    .ce_dzepteaser__link[href^="files/"]:hover:after {
      -webkit-animation-name: link-anim-download;
              animation-name: link-anim-download;
      -webkit-animation-duration: 0.3s;
              animation-duration: 0.3s;
      -webkit-animation-timing-function: ease-out;
              animation-timing-function: ease-out; }
    .ce_dzepteaser__link[href^="files/"]:after {
      top: 0;
      right: 0;
      width: 34px;
      height: 34px;
      background-size: 34px 34px; }
    .ce_dzepteaser__link:after {
      top: 4px;
      right: 2px;
      width: 20px;
      height: 20px;
      background-image: url(1edaad31a29e29a891de76ad1aa1d495.svg);
      background-position: right center;
      background-size: 20px 20px; }
    .ce_dzepteaser__link:hover:after {
      -webkit-animation-name: link-anim-standard-right;
              animation-name: link-anim-standard-right;
      -webkit-animation-duration: 0.4s;
              animation-duration: 0.4s;
      -webkit-animation-timing-function: ease-out;
              animation-timing-function: ease-out; }
    .ce_dzepteaser__link:after {
      top: 0;
      right: 4px;
      width: 34px;
      height: 34px;
      background-size: 34px 34px; }
    .ce_dzepteaser__link:hover:after {
      -webkit-animation-name: link-anim-standard-large-right;
              animation-name: link-anim-standard-large-right; }

.mod_podetail__box {
  padding: 30px 15px 30px 15px;
  background-color: #F4F4F4;
  margin-bottom: 40px; }
  @media (min-width: 576px) and (max-width: 767.98px) {
    .mod_podetail__box {
      padding: 30px; } }
  @media (min-width: 768px) {
    .mod_podetail__box {
      padding: 40px; } }

.mod_podetail .box__headline {
  display: inline;
  background-position: bottom 0px left 0px;
  background-repeat: repeat-x;
  background-size: 1px 14px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#4DBDC6), to(#4DBDC6));
  background-image: linear-gradient(#4DBDC6, #4DBDC6); }
  .mod_podetail .box__headline:after {
    clear: both;
    display: block;
    content: ' ';
    height: 15px; }

.mod_poform .form__checkbox-item {
  margin-bottom: 15px; }
  .mod_poform .form__checkbox-item input[type='checkbox'] {
    position: absolute;
    opacity: 0; }
  .mod_poform .form__checkbox-item label {
    font-family: 'Barlow', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.0625rem;
    line-height: 1.41176;
    width: 100%;
    padding-left: 30px;
    padding-right: 5px;
    display: block;
    position: relative; }
  .mod_poform .form__checkbox-item input:disabled + label {
    opacity: 0.5; }
  .mod_poform .form__checkbox-item label:before {
    display: inline-block;
    position: absolute;
    top: 2px;
    left: 0;
    z-index: 1;
    content: '';
    width: 20px;
    height: 20px;
    background-color: white; }
  .mod_poform .form__checkbox-item input:checked + label:after {
    display: inline-block;
    position: absolute;
    content: '';
    z-index: 1;
    left: 9px;
    top: -3px;
    width: 10px;
    height: 24px;
    border: solid black;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); }

.mod_search--main .formbody {
  max-width: 900px; }
  .mod_search--main .formbody h2,
  .mod_search--main .formbody h3,
  .mod_search--main .formbody h4 {
    font-family: 'Bitter', sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 1.25rem;
    line-height: 1.4;
    margin-bottom: 40px; }
    @media (min-width: 768px) {
      .mod_search--main .formbody h2,
      .mod_search--main .formbody h3,
      .mod_search--main .formbody h4 {
        font-family: 'Bitter', sans-serif;
        font-weight: 700;
        font-style: normal;
        font-size: 1.5rem;
        line-height: 1.33333; } }

.mod_search--main .invisible {
  visibility: visible !important; }

.mod_search--main .widget {
  margin-bottom: 25px; }
  .mod_search--main .widget label {
    font-family: 'Barlow', sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 1.125rem;
    line-height: 1.44444;
    display: block;
    margin-bottom: 10px; }
  .mod_search--main .widget input[type="search"] {
    border: none;
    background-color: #E5E4E3;
    width: 100%;
    height: 45px;
    padding: 0 15px; }
    .form__box .mod_search--main .widget input[type="search"] {
      background-color: white; }
  .mod_search--main .widget button {
    font-family: 'Bitter', sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 1.25rem;
    line-height: 1.4;
    width: 100%;
    padding: 15px 0;
    text-align: center;
    background-color: #D73F12;
    color: #FFF;
    border: none; }
    .contrast-active .mod_search--main .widget button {
      background-color: black !important; }
  .mod_search--main .widget.widget-submit {
    width: 100%;
    margin-top: 40px; }
    @media (min-width: 768px) {
      .mod_search--main .widget.widget-submit {
        max-width: 445px; } }

.mod_search--main .mod_search__row {
  padding: 30px 0;
  border-top: 1px solid #C6C3C0; }
  @media (min-width: 576px) and (max-width: 767.98px) {
    .mod_search--main .mod_search__row {
      padding: 30px 0; } }
  @media (min-width: 768px) {
    .mod_search--main .mod_search__row {
      padding: 40px 0; } }
  .mod_search--main .mod_search__row.last {
    border-bottom: 1px solid #C6C3C0; }
  .mod_search--main .mod_search__row h3 {
    margin-bottom: 15px; }
    .mod_search--main .mod_search__row h3 a,
    .mod_search--main .mod_search__row h3 span {
      font-family: 'Bitter', sans-serif;
      font-weight: 700;
      font-style: normal;
      font-size: 1.125rem;
      line-height: 1.44444; }
  .mod_search--main .mod_search__row p.context {
    margin-bottom: 15px; }
  .mod_search--main .mod_search__row p.url {
    font-family: 'Barlow', sans-serif;
    font-weight: 400;
    font-style: italic;
    font-size: 1.125rem;
    line-height: 1.44444; }
  .mod_search--main .mod_search__row .highlight {
    background: none;
    display: inline;
    background-position: bottom 2px left 0px;
    background-repeat: repeat-x;
    background-size: 1px 7px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#FDC400), to(#FDC400));
    background-image: linear-gradient(#FDC400, #FDC400); }

.ce_dzdocscluster__headline {
  margin-bottom: 0; }

.ce_dzdocscluster__headline-link {
  font-family: 'Bitter', sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.125rem;
  line-height: 1.44444;
  width: 100%;
  padding: 15px 160px 15px 20px;
  background-image: url(98957fad04d817348c5ceae386d12c3c.svg);
  background-repeat: no-repeat;
  background-position: right 20px top 14px;
  background-size: 30px 30px;
  border-top: 1px solid #C6C3C0; }
  @media (min-width: 768px) {
    .ce_dzdocscluster__headline-link {
      font-family: 'Bitter', sans-serif;
      font-weight: 700;
      font-style: normal;
      font-size: 1.25rem;
      line-height: 1.4; } }
  .ce_dzdocscluster--open .ce_dzdocscluster__headline-link {
    background-color: #B8C931;
    background-image: url(5b18388fa105dab87f6d6d1cfc2f03f0.svg); }

.ce_dzdocscluster__doc-content {
  display: none;
  padding: 11px 20px 11px 20px;
  border-top: 1px solid #F4F4F4;
  -webkit-transition: max-height 1s ease-in-out;
  transition: max-height 1s ease-in-out; }
  @media (min-width: 992px) {
    .ce_dzdocscluster__doc-content {
      padding-right: 125px; } }
  .ce_dzdocscluster__doc--even .ce_dzdocscluster__doc-content {
    background-color: #F4F4F4;
    border-top: 1px solid white; }
  .ce_dzdocscluster__doc-content p {
    margin-bottom: 20px; }
    .ce_dzdocscluster__doc-content p > a {
      display: inline-block;
      overflow: hidden;
      position: relative;
      z-index: 1;
      padding-left: 28px;
      padding-left: 35px; }
      .ce_dzdocscluster__doc-content p > a a {
        padding-left: 0; }
      .ce_dzdocscluster__doc-content p > a:after {
        position: absolute;
        z-index: 0;
        content: '';
        background-repeat: no-repeat; }
      .ce_dzdocscluster__doc-content p > a:before {
        position: absolute;
        z-index: 0;
        content: '';
        width: 20px;
        height: 20px;
        border-radius: 20px;
        background-color: #C6C3C0; }
      .ce_dzdocscluster__doc-content p > a:before {
        top: 4px;
        left: 2px; }
      .ce_dzdocscluster__doc-content p > a:before {
        background-color: #B8C931; }
      .ce_dzdocscluster__doc-content p > a[href^="http"]:after {
        top: 4px;
        left: 0;
        width: 20px;
        height: 20px;
        background-image: url(2ac07797f46dfab715091ea4dc74aa71.svg);
        background-position: right center;
        background-size: 20px 20px; }
      .ce_dzdocscluster__doc-content p > a[href^="http"]:hover:after {
        -webkit-animation-name: link-anim-extern;
                animation-name: link-anim-extern;
        -webkit-animation-duration: 0.4s;
                animation-duration: 0.4s;
        -webkit-animation-timing-function: ease-out;
                animation-timing-function: ease-out; }
      .ce_dzdocscluster__doc-content p > a[href^="files/"]:after {
        top: 0;
        left: 2px;
        width: 20px;
        height: 20px;
        background-image: url(443b0c3ee211c2fd91bd9716a47b6bf8.svg);
        background-position: right center;
        background-size: 20px 20px; }
      .ce_dzdocscluster__doc-content p > a[href^="files/"]:hover:after {
        -webkit-animation-name: link-anim-download;
                animation-name: link-anim-download;
        -webkit-animation-duration: 0.3s;
                animation-duration: 0.3s;
        -webkit-animation-timing-function: ease-out;
                animation-timing-function: ease-out; }
      .ce_dzdocscluster__doc-content p > a[href*="#"]:after {
        top: 0;
        left: 2px;
        width: 20px;
        height: 20px;
        background-image: url(ad39e3c3df449c8908b2676110ec31a6.svg);
        background-position: right center;
        background-size: 20px 20px; }
      .ce_dzdocscluster__doc-content p > a[href*="#"]:hover:after {
        -webkit-animation-name: link-anim-download;
                animation-name: link-anim-download;
        -webkit-animation-duration: 0.3s;
                animation-duration: 0.3s;
        -webkit-animation-timing-function: ease-out;
                animation-timing-function: ease-out; }
      .ce_dzdocscluster__doc-content p > a:after {
        top: 4px;
        left: 0;
        width: 20px;
        height: 20px;
        background-image: url(1edaad31a29e29a891de76ad1aa1d495.svg);
        background-position: right center;
        background-size: 20px 20px; }
      .ce_dzdocscluster__doc-content p > a:hover:after {
        -webkit-animation-name: link-anim-standard;
                animation-name: link-anim-standard;
        -webkit-animation-duration: 0.4s;
                animation-duration: 0.4s;
        -webkit-animation-timing-function: ease-out;
                animation-timing-function: ease-out; }
  .ce_dzdocscluster__doc-content ul {
    margin-bottom: 0; }
    .ce_dzdocscluster__doc-content ul li {
      margin-bottom: 10px;
      line-height: 0; }

.ce_dzdocscluster__doc-toggle-link {
  font-family: 'Barlow', sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.125rem;
  line-height: 1.44444;
  width: 100%;
  padding: 11px 20px 11px 55px;
  background-image: url(ecea2ffcbf3adca365b8dd7d6301c343.svg);
  background-repeat: no-repeat;
  background-position: 20px center;
  background-size: 25px 25px; }
  .ce_dzdocscluster__doc-toggle-link:after {
    content: '';
    display: inline-block;
    width: 15px;
    height: 15px;
    background-image: url(3037183beb84f8d7f1e30a0c75f39150.svg);
    background-repeat: no-repeat;
    background-position: top left;
    background-size: 15px 15px;
    margin-left: 10px; }
    .ce_dzdocscluster__doc--open .ce_dzdocscluster__doc-toggle-link:after {
      background-image: url(21e775051ba7735dde2536628e791bcf.svg); }
  .ce_dzdocscluster__doc-toggle-link--even {
    background-color: #F4F4F4; }
  .ce_dzdocscluster__doc-toggle-link--form {
    background-image: url(0cb017656aa3b78288e266fedf8417a9.svg); }

.contrast-active .ce_dzdocscluster.ce_dzdocscluster--open .ce_dzdocscluster__headline-link {
  background-color: #E5E4E3; }

.ce_dzdocscluster--downloads h2,
.ce_dzdocscluster--downloads h3,
.ce_dzdocscluster--downloads h4 {
  margin-bottom: 20px; }

.ce_dzdocscluster--downloads ul li {
  margin-bottom: 10px; }

.mod_dzdocreader__back-container {
  margin-bottom: 40px; }
  @media (min-width: 768px) {
    .mod_dzdocreader__back-container {
      margin-bottom: 60px; } }

.mod_dzdocreader__box {
  padding: 30px 15px 30px 15px;
  background-color: #F4F4F4; }
  @media (min-width: 576px) and (max-width: 767.98px) {
    .mod_dzdocreader__box {
      padding: 30px; } }
  @media (min-width: 768px) {
    .mod_dzdocreader__box {
      padding: 40px; } }
  .mod_dzdocreader__box .with-icon {
    font-family: 'Barlow', sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 1.125rem;
    line-height: 1.44444; }

@media (min-width: 992px) {
  .mod_dzdocreader__columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; } }

.mod_dzdocreader__columns .box__bottom {
  width: 100%;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1; }
  @media (min-width: 992px) {
    .mod_dzdocreader__columns .box__bottom {
      width: calc(100% - 405px - 15px); } }
  .mod_dzdocreader__columns .box__bottom-info p:not(:last-child) {
    margin-bottom: 12px; }
  .mod_dzdocreader__columns .box__bottom-info p > a {
    display: inline-block;
    overflow: hidden;
    position: relative;
    z-index: 1;
    padding-left: 28px;
    padding-left: 35px; }
    .mod_dzdocreader__columns .box__bottom-info p > a a {
      padding-left: 0; }
    .mod_dzdocreader__columns .box__bottom-info p > a:after {
      position: absolute;
      z-index: 0;
      content: '';
      background-repeat: no-repeat; }
    .mod_dzdocreader__columns .box__bottom-info p > a:before {
      position: absolute;
      z-index: 0;
      content: '';
      width: 20px;
      height: 20px;
      border-radius: 20px;
      background-color: #C6C3C0; }
    .mod_dzdocreader__columns .box__bottom-info p > a:before {
      top: 4px;
      left: 2px; }
    .mod_dzdocreader__columns .box__bottom-info p > a:before {
      background-color: #EB5B25; }
    .mod_dzdocreader__columns .box__bottom-info p > a[href^="http"]:after {
      top: 4px;
      left: 0;
      width: 20px;
      height: 20px;
      background-image: url(2ac07797f46dfab715091ea4dc74aa71.svg);
      background-position: right center;
      background-size: 20px 20px; }
    .mod_dzdocreader__columns .box__bottom-info p > a[href^="http"]:hover:after {
      -webkit-animation-name: link-anim-extern;
              animation-name: link-anim-extern;
      -webkit-animation-duration: 0.4s;
              animation-duration: 0.4s;
      -webkit-animation-timing-function: ease-out;
              animation-timing-function: ease-out; }
    .mod_dzdocreader__columns .box__bottom-info p > a[href^="files/"]:after {
      top: 0;
      left: 2px;
      width: 20px;
      height: 20px;
      background-image: url(443b0c3ee211c2fd91bd9716a47b6bf8.svg);
      background-position: right center;
      background-size: 20px 20px; }
    .mod_dzdocreader__columns .box__bottom-info p > a[href^="files/"]:hover:after {
      -webkit-animation-name: link-anim-download;
              animation-name: link-anim-download;
      -webkit-animation-duration: 0.3s;
              animation-duration: 0.3s;
      -webkit-animation-timing-function: ease-out;
              animation-timing-function: ease-out; }
    .mod_dzdocreader__columns .box__bottom-info p > a[href*="#"]:after {
      top: 0;
      left: 2px;
      width: 20px;
      height: 20px;
      background-image: url(ad39e3c3df449c8908b2676110ec31a6.svg);
      background-position: right center;
      background-size: 20px 20px; }
    .mod_dzdocreader__columns .box__bottom-info p > a[href*="#"]:hover:after {
      -webkit-animation-name: link-anim-download;
              animation-name: link-anim-download;
      -webkit-animation-duration: 0.3s;
              animation-duration: 0.3s;
      -webkit-animation-timing-function: ease-out;
              animation-timing-function: ease-out; }
    .mod_dzdocreader__columns .box__bottom-info p > a:after {
      top: 4px;
      left: 0;
      width: 20px;
      height: 20px;
      background-image: url(1edaad31a29e29a891de76ad1aa1d495.svg);
      background-position: right center;
      background-size: 20px 20px; }
    .mod_dzdocreader__columns .box__bottom-info p > a:hover:after {
      -webkit-animation-name: link-anim-standard;
              animation-name: link-anim-standard;
      -webkit-animation-duration: 0.4s;
              animation-duration: 0.4s;
      -webkit-animation-timing-function: ease-out;
              animation-timing-function: ease-out; }

.mod_dzdocreader__columns .box__top {
  width: 100%;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2; }
  @media (min-width: 992px) {
    .mod_dzdocreader__columns .box__top {
      width: calc(405px - 15px); } }
  .mod_dzdocreader__columns .box__top img {
    max-width: 100%;
    height: auto; }
  @media (max-width: 1199.98px) {
    .mod_dzdocreader__columns .box__top {
      text-align: center;
      margin-bottom: 30px; } }

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

.mod_dzdocreader__headline {
  font-family: 'Bitter', sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.25rem;
  line-height: 1.4;
  margin-bottom: 20px; }
  @media (min-width: 768px) {
    .mod_dzdocreader__headline {
      font-family: 'Bitter', sans-serif;
      font-weight: 700;
      font-style: normal;
      font-size: 1.5rem;
      line-height: 1.33333; } }

.mod_dzdocreader__bar {
  padding: 30px 15px;
  margin-bottom: 40px;
  background-color: #E5E4E3; }
  @media (min-width: 576px) and (max-width: 767.98px) {
    .mod_dzdocreader__bar {
      padding: 25px 30px; } }
  @media (min-width: 768px) {
    .mod_dzdocreader__bar {
      padding: 25px 40px; } }
  @media (min-width: 768px) {
    .mod_dzdocreader__bar {
      margin-bottom: 60px; } }
  .mod_dzdocreader__bar ul {
    margin-bottom: 0; }
    .mod_dzdocreader__bar ul li:not(:last-child) {
      margin-bottom: 15px; }
    @media (min-width: 768px) {
      .mod_dzdocreader__bar ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
        .mod_dzdocreader__bar ul li:not(:last-child) {
          margin-right: 25px;
          margin-bottom: 0; } }

.mod_dzdocreader__link-download {
  font-family: 'Bitter', sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.25rem;
  line-height: 1.4;
  display: inline-block;
  padding-left: 50px;
  padding-top: 4px;
  padding-bottom: 4px;
  text-align: left;
  background-image: url(f9ef5e9361e6aafa8e22f09c43589472.svg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 35px 35px; }
  @media (max-width: 575.98px) {
    .mod_dzdocreader__link-download {
      font-family: 'Bitter', sans-serif;
      font-weight: 700;
      font-style: normal;
      font-size: 1.125rem;
      line-height: 1.44444;
      padding-top: 5px;
      padding-bottom: 5px;
      padding-left: 45px; } }

.mod_dzdocreader .info-box {
  min-height: 270px;
  background-repeat: no-repeat;
  background-position: right 40px top 30px;
  background-image: url(dab4654fb89240c1bf5b08d3886007c9.svg); }

@media (min-width: 992px) {
  .ce_dzdocteaser__inside {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; } }

.ce_dzdocteaser__col-first {
  text-align: center;
  margin-bottom: 27px; }
  @media (min-width: 992px) {
    .ce_dzdocteaser__col-first {
      width: calc(50% - 15px);
      margin-bottom: 0; } }

@media (min-width: 992px) {
  .ce_dzdocteaser__col-last {
    width: calc(50% - 15px); } }

.ce_dzdocteaser__teaser-image {
  max-width: 540px;
  position: relative;
  display: inline-block; }
  .ce_dzdocteaser__teaser-image img {
    width: 100%;
    height: auto; }
    @media (min-width: 768px) and (max-width: 991.98px) {
      .ce_dzdocteaser__teaser-image img {
        width: 80%;
        display: inline-block; } }

.ce_dzdocteaser__meta {
  font-family: 'Barlow', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.125rem;
  line-height: 1.55556;
  margin-bottom: 15px;
  text-transform: uppercase; }

.ce_dzdocteaser__headline {
  font-family: 'Bitter', sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.5rem;
  line-height: 1.33333;
  margin-bottom: 15px; }
  @media (min-width: 768px) {
    .ce_dzdocteaser__headline {
      font-family: 'Bitter', sans-serif;
      font-weight: 700;
      font-style: normal;
      font-size: 1.75rem;
      line-height: 1.28571; } }

.ce_dzdocteaser__intro {
  margin-bottom: 15px; }
  .ce_dzdocteaser__intro p:not(:last-child) {
    margin-bottom: 12px; }

.mod_newsreader h1 {
  max-width: 900px;
  margin-bottom: 15px; }
  .mod_newsreader h1 .info {
    font-family: 'Barlow', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.125rem;
    line-height: 1.55556;
    display: block;
    margin-bottom: 10px;
    text-transform: uppercase; }

.mod_newsreader .back {
  margin-top: 40px; }
  .mod_newsreader .back a {
    font-family: 'Bitter', sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 1.25rem;
    line-height: 1.4;
    display: inline-block;
    padding-left: 50px;
    padding-top: 4px;
    padding-bottom: 4px;
    text-align: left;
    background-image: url(0de56b758f204edd419485fd262b2235.svg);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 35px 35px; }
    @media (max-width: 575.98px) {
      .mod_newsreader .back a {
        font-family: 'Bitter', sans-serif;
        font-weight: 700;
        font-style: normal;
        font-size: 1.125rem;
        line-height: 1.44444;
        padding-top: 5px;
        padding-bottom: 5px;
        padding-left: 45px; } }

.newsteaser__meta {
  font-family: 'Barlow', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.125rem;
  line-height: 1.55556;
  margin-bottom: 15px;
  text-transform: uppercase; }

.newsteaser__headline {
  margin-bottom: 15px; }
  .newsteaser__headline a {
    padding-left: 0; }
  .newsteaser__headline a > span {
    font-family: 'Bitter', sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 1.5rem;
    line-height: 1.33333; }
    @media (min-width: 768px) {
      .newsteaser__headline a > span {
        font-family: 'Bitter', sans-serif;
        font-weight: 700;
        font-style: normal;
        font-size: 1.75rem;
        line-height: 1.28571; } }

.newsteaser__intro {
  margin-bottom: 15px; }
  .newsteaser__intro p:not(:last-child) {
    margin-bottom: 12px; }

.newsteaser.layout_latest a {
  padding-left: 0; }

.newsteaser.layout_latest figcaption {
  display: none; }

@media (min-width: 992px) {
  .newsteaser.layout_latest {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; } }

.newsteaser.layout_latest .newsteaser__col-first {
  text-align: center;
  margin-bottom: 27px; }
  @media (min-width: 992px) {
    .newsteaser.layout_latest .newsteaser__col-first {
      width: calc(50% - 15px);
      margin-bottom: 0; } }

@media (min-width: 992px) {
  .newsteaser.layout_latest .newsteaser__col-last {
    width: calc(50% - 15px); } }

.newsteaser.layout_latest .newsteaser__teaser-image {
  max-width: 540px;
  position: relative;
  display: inline-block; }
  .newsteaser.layout_latest .newsteaser__teaser-image img {
    width: 100%;
    height: auto; }
    @media (min-width: 768px) and (max-width: 991.98px) {
      .newsteaser.layout_latest .newsteaser__teaser-image img {
        width: 80%;
        display: inline-block; } }

.newsteaser__link {
  display: inline-block;
  overflow: hidden;
  position: relative;
  z-index: 1;
  padding-left: 28px;
  padding-left: 0;
  padding-right: 50px;
  font-family: 'Bitter', sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1rem;
  line-height: 1.75;
  min-height: 34px;
  padding-top: 3px; }
  .newsteaser__link a {
    padding-left: 0; }
  .newsteaser__link:after {
    position: absolute;
    z-index: 0;
    content: '';
    background-repeat: no-repeat; }
  .newsteaser__link:before {
    position: absolute;
    z-index: 0;
    content: '';
    width: 20px;
    height: 20px;
    border-radius: 20px;
    background-color: #C6C3C0; }
  .newsteaser__link:before {
    width: 34px;
    height: 34px;
    border-radius: 34px;
    top: 0;
    right: 0; }
  .newsteaser__link:before {
    background-color: #B8C931; }
  .newsteaser__link[href^="http"]:after {
    top: 4px;
    right: 2px;
    width: 20px;
    height: 20px;
    background-image: url(2ac07797f46dfab715091ea4dc74aa71.svg);
    background-position: right center;
    background-size: 20px 20px; }
  .newsteaser__link[href^="http"]:hover:after {
    -webkit-animation-name: link-anim-extern;
            animation-name: link-anim-extern;
    -webkit-animation-duration: 0.4s;
            animation-duration: 0.4s;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out; }
  .newsteaser__link[href^="http"]:after {
    top: 0;
    right: 2px;
    width: 34px;
    height: 34px;
    background-size: 34px 34px; }
  .newsteaser__link[href^="files/"]:after {
    top: 0;
    right: 0;
    width: 20px;
    height: 20px;
    background-image: url(443b0c3ee211c2fd91bd9716a47b6bf8.svg);
    background-position: right center;
    background-size: 20px 20px; }
  .newsteaser__link[href^="files/"]:hover:after {
    -webkit-animation-name: link-anim-download;
            animation-name: link-anim-download;
    -webkit-animation-duration: 0.3s;
            animation-duration: 0.3s;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out; }
  .newsteaser__link[href^="files/"]:after {
    top: 0;
    right: 0;
    width: 34px;
    height: 34px;
    background-size: 34px 34px; }
  .newsteaser__link:after {
    top: 4px;
    right: 2px;
    width: 20px;
    height: 20px;
    background-image: url(1edaad31a29e29a891de76ad1aa1d495.svg);
    background-position: right center;
    background-size: 20px 20px; }
  .newsteaser__link:hover:after {
    -webkit-animation-name: link-anim-standard-right;
            animation-name: link-anim-standard-right;
    -webkit-animation-duration: 0.4s;
            animation-duration: 0.4s;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out; }
  .newsteaser__link:after {
    top: 0;
    right: 4px;
    width: 34px;
    height: 34px;
    background-size: 34px 34px; }
  .newsteaser__link:hover:after {
    -webkit-animation-name: link-anim-standard-large-right;
            animation-name: link-anim-standard-large-right; }

.newsteaser.layout_archive {
  padding: 40px 0;
  border-top: 1px solid #C6C3C0; }
  @media (min-width: 576px) {
    .newsteaser.layout_archive {
      padding: 30px 0; } }
  .newsteaser.layout_archive:last-child, .newsteaser.layout_archive.last {
    border-bottom: 1px solid #C6C3C0; }
  .newsteaser.layout_archive .newsteaser__inside {
    max-width: 900px; }
  .newsteaser.layout_archive .newsteaser__headline a > span {
    font-family: 'Bitter', sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 1.25rem;
    line-height: 1.4; }
    @media (min-width: 768px) {
      .newsteaser.layout_archive .newsteaser__headline a > span {
        font-family: 'Bitter', sans-serif;
        font-weight: 700;
        font-style: normal;
        font-size: 1.5rem;
        line-height: 1.33333; } }

.mod_newsarchive h2 {
  display: none; }

.mod_newslist--slider .image-popup {
  display: none; }

.tippy-box[data-theme~='sdg'] {
  background-color: #E5E4E3;
  color: black; }

.tippy-box[data-theme~='sdg'][data-placement^='top'] > .tippy-arrow::before {
  border-top-color: #E5E4E3; }

.tippy-box[data-theme~='sdg'][data-placement^='bottom'] > .tippy-arrow::before {
  border-bottom-color: #E5E4E3; }

.tippy-box[data-theme~='sdg'][data-placement^='left'] > .tippy-arrow::before {
  border-left-color: #E5E4E3; }

.tippy-box[data-theme~='sdg'][data-placement^='right'] > .tippy-arrow::before {
  border-right-color: #E5E4E3; }

.ce_dzsdgreader a {
  padding-left: 0; }

.ce_dzsdgreader__headline {
  max-width: 900px;
  font-family: 'Bitter', sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.5rem;
  line-height: 1.33333;
  margin-bottom: 15px; }
  @media (min-width: 768px) {
    .ce_dzsdgreader__headline {
      font-family: 'Bitter', sans-serif;
      font-weight: 700;
      font-style: normal;
      font-size: 1.75rem;
      line-height: 1.28571; } }

.ce_dzsdgreader__intro {
  max-width: 900px;
  margin-bottom: 60px; }

.ce_dzsdgreader__nav {
  margin: 0 -3px; }
  .ce_dzsdgreader__nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 0; }
    @media (min-width: 992px) {
      .ce_dzsdgreader__nav ul {
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap; } }
    .ce_dzsdgreader__nav ul li {
      display: block;
      position: relative;
      width: calc(100% / 6 - 6px);
      margin: 0 3px 6px 3px; }
      @media (max-width: 767.98px) {
        .ce_dzsdgreader__nav ul li {
          width: calc(100% / 6 - 6px); } }
      @media (min-width: 768px) and (max-width: 991.98px) {
        .ce_dzsdgreader__nav ul li {
          width: calc(100% / 9 - 6px); } }
      @media (min-width: 992px) {
        .ce_dzsdgreader__nav ul li {
          width: calc(100% / 17 - 6px); } }
      .ce_dzsdgreader__nav ul li:after {
        content: "";
        display: block;
        padding-bottom: 100%; }

.ce_dzsdgreader__nav-link {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  text-align: center; }
  .ce_dzsdgreader__nav-link--1 {
    background-color: #E3253C; }
  .ce_dzsdgreader__nav-link--2 {
    background-color: #DEA73A; }
  .ce_dzsdgreader__nav-link--3 {
    background-color: #4CA046; }
  .ce_dzsdgreader__nav-link--4 {
    background-color: #C5202E; }
  .ce_dzsdgreader__nav-link--5 {
    background-color: #EF412C; }
  .ce_dzsdgreader__nav-link--6 {
    background-color: #29BEE2; }
  .ce_dzsdgreader__nav-link--7 {
    background-color: #FAC315; }
  .ce_dzsdgreader__nav-link--8 {
    background-color: #A21C44; }
  .ce_dzsdgreader__nav-link--9 {
    background-color: #F26A2C; }
  .ce_dzsdgreader__nav-link--10 {
    background-color: #E01A83; }
  .ce_dzsdgreader__nav-link--11 {
    background-color: #F99D28; }
  .ce_dzsdgreader__nav-link--12 {
    background-color: #BE8B2C; }
  .ce_dzsdgreader__nav-link--13 {
    background-color: #417F45; }
  .ce_dzsdgreader__nav-link--14 {
    background-color: #1C97D4; }
  .ce_dzsdgreader__nav-link--15 {
    background-color: #5CBA47; }
  .ce_dzsdgreader__nav-link--16 {
    background-color: #07699E; }
  .ce_dzsdgreader__nav-link--17 {
    background-color: #18496B; }
  .ce_dzsdgreader__nav-link span {
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 2rem;
    line-height: 1;
    color: white;
    display: inline-block;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }
  .ce_dzsdgreader__nav-link--active {
    border: 6px solid white;
    -webkit-box-shadow: 0px 0px 5px #0000004D;
            box-shadow: 0px 0px 5px #0000004D; }

.ce_dzsdgreader__box {
  padding: 40px 0;
  margin-bottom: 67px;
  position: relative; }
  .ce_dzsdgreader__box:after {
    position: absolute;
    bottom: 0;
    left: 50%;
    z-index: 1;
    -webkit-transform: translate(-50%, 100%);
            transform: translate(-50%, 100%);
    content: ' ';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 37px 49px 0 49px;
    border-color: #E5E4E3 transparent transparent transparent; }
  .ce_dzsdgreader--1 .ce_dzsdgreader__box {
    background-color: #E3253C; }
    .ce_dzsdgreader--1 .ce_dzsdgreader__box:after {
      border-color: #E3253C transparent transparent transparent; }
  .ce_dzsdgreader--2 .ce_dzsdgreader__box {
    background-color: #DEA73A; }
    .ce_dzsdgreader--2 .ce_dzsdgreader__box:after {
      border-color: #DEA73A transparent transparent transparent; }
  .ce_dzsdgreader--3 .ce_dzsdgreader__box {
    background-color: #4CA046; }
    .ce_dzsdgreader--3 .ce_dzsdgreader__box:after {
      border-color: #4CA046 transparent transparent transparent; }
  .ce_dzsdgreader--4 .ce_dzsdgreader__box {
    background-color: #C5202E; }
    .ce_dzsdgreader--4 .ce_dzsdgreader__box:after {
      border-color: #C5202E transparent transparent transparent; }
  .ce_dzsdgreader--5 .ce_dzsdgreader__box {
    background-color: #EF412C; }
    .ce_dzsdgreader--5 .ce_dzsdgreader__box:after {
      border-color: #EF412C transparent transparent transparent; }
  .ce_dzsdgreader--6 .ce_dzsdgreader__box {
    background-color: #29BEE2; }
    .ce_dzsdgreader--6 .ce_dzsdgreader__box:after {
      border-color: #29BEE2 transparent transparent transparent; }
  .ce_dzsdgreader--7 .ce_dzsdgreader__box {
    background-color: #FAC315; }
    .ce_dzsdgreader--7 .ce_dzsdgreader__box:after {
      border-color: #FAC315 transparent transparent transparent; }
  .ce_dzsdgreader--8 .ce_dzsdgreader__box {
    background-color: #A21C44; }
    .ce_dzsdgreader--8 .ce_dzsdgreader__box:after {
      border-color: #A21C44 transparent transparent transparent; }
  .ce_dzsdgreader--9 .ce_dzsdgreader__box {
    background-color: #F26A2C; }
    .ce_dzsdgreader--9 .ce_dzsdgreader__box:after {
      border-color: #F26A2C transparent transparent transparent; }
  .ce_dzsdgreader--10 .ce_dzsdgreader__box {
    background-color: #E01A83; }
    .ce_dzsdgreader--10 .ce_dzsdgreader__box:after {
      border-color: #E01A83 transparent transparent transparent; }
  .ce_dzsdgreader--11 .ce_dzsdgreader__box {
    background-color: #F99D28; }
    .ce_dzsdgreader--11 .ce_dzsdgreader__box:after {
      border-color: #F99D28 transparent transparent transparent; }
  .ce_dzsdgreader--12 .ce_dzsdgreader__box {
    background-color: #BE8B2C; }
    .ce_dzsdgreader--12 .ce_dzsdgreader__box:after {
      border-color: #BE8B2C transparent transparent transparent; }
  .ce_dzsdgreader--13 .ce_dzsdgreader__box {
    background-color: #417F45; }
    .ce_dzsdgreader--13 .ce_dzsdgreader__box:after {
      border-color: #417F45 transparent transparent transparent; }
  .ce_dzsdgreader--14 .ce_dzsdgreader__box {
    background-color: #1C97D4; }
    .ce_dzsdgreader--14 .ce_dzsdgreader__box:after {
      border-color: #1C97D4 transparent transparent transparent; }
  .ce_dzsdgreader--15 .ce_dzsdgreader__box {
    background-color: #5CBA47; }
    .ce_dzsdgreader--15 .ce_dzsdgreader__box:after {
      border-color: #5CBA47 transparent transparent transparent; }
  .ce_dzsdgreader--16 .ce_dzsdgreader__box {
    background-color: #07699E; }
    .ce_dzsdgreader--16 .ce_dzsdgreader__box:after {
      border-color: #07699E transparent transparent transparent; }
  .ce_dzsdgreader--17 .ce_dzsdgreader__box {
    background-color: #18496B; }
    .ce_dzsdgreader--17 .ce_dzsdgreader__box:after {
      border-color: #18496B transparent transparent transparent; }
  @media (min-width: 992px) {
    .ce_dzsdgreader__box-cols {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; } }
  .ce_dzsdgreader__box-left {
    text-align: left; }
  .ce_dzsdgreader__box-image-container {
    display: inline-block;
    position: relative; }
  .ce_dzsdgreader__box-image {
    position: relative;
    z-index: 1;
    max-width: 100%;
    height: auto; }
  .ce_dzsdgreader__box-image-claim {
    position: absolute;
    top: 0;
    left: 40px;
    z-index: 2; }

.ce_dzsdgreader a.ce_dzsdgreader__linkprojects {
  padding-left: 35px; }

.ce_dzsdgreader__title {
  font-family: 'Oswald', sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 2rem;
  line-height: 1.125;
  display: inline-block;
  color: white;
  text-transform: uppercase;
  text-align: left; }

@media (min-width: 1200px) {
  .ce_dzsdgreader__box-left {
    width: calc(50% - 30px / 2);
    padding-left: 60px; }
  .ce_dzsdgreader__box-right {
    padding-right: 60px;
    width: calc(50% - 30px / 2); }
  .ce_dzsdgreader__box-image-container {
    max-width: 380px; }
  .ce_dzsdgreader__title {
    max-width: 445px; } }

@media (min-width: 992px) and (max-width: 1199.98px) {
  .ce_dzsdgreader__box-left {
    width: calc(50% - 30px / 2);
    padding-left: 47px; }
  .ce_dzsdgreader__box-right {
    text-align: right;
    padding-right: 30px;
    width: calc(50% - 30px / 2); }
  .ce_dzsdgreader__box-image-container {
    max-width: 380px; }
  .ce_dzsdgreader__title {
    max-width: 343px; } }

@media (max-width: 991.98px) {
  .ce_dzsdgreader__box-left {
    text-align: center;
    margin-bottom: 0; }
  .ce_dzsdgreader__box-right {
    display: none; }
  .ce_dzsdgreader__box-image-container {
    max-width: 380px; }
  .ce_dzsdgreader__title {
    display: block;
    max-width: 343px;
    margin: 0 auto; } }

@media (max-width: 575.98px) {
  .ce_dzsdgreader__box-left {
    text-align: center;
    margin-bottom: 0; }
  .ce_dzsdgreader__box-right {
    display: none; }
  .ce_dzsdgreader__box-image {
    display: none; }
  .ce_dzsdgreader__box-image-claim {
    position: static;
    display: inline-block;
    width: 100%;
    max-width: 100%;
    height: auto; } }

.sdg_project {
  padding: 30px 15px 0 15px;
  background-color: #E5E4E3; }
  .sdg_project:not(:last-child) {
    margin-bottom: 10px; }
  @media (min-width: 576px) and (max-width: 767.98px) {
    .sdg_project {
      padding: 30px;
      padding-bottom: 0; } }
  @media (min-width: 768px) {
    .sdg_project {
      padding: 40px;
      padding-bottom: 0; } }
  .sdg_project:hover {
    background-color: #F4F4F4; }
  .sdg_project__inside {
    max-width: 900px; }
  .sdg_project__title {
    margin-bottom: 15px; }
  .sdg_project__row {
    margin-bottom: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
  .sdg_project .with-icon {
    margin-right: 25px;
    margin-bottom: 0; }
  .sdg_project__info {
    display: none; }
  .sdg_project__toggle {
    border: 0;
    background: none;
    display: block;
    width: 100%;
    height: 40px;
    position: relative; }
    .sdg_project__toggle:after {
      position: absolute;
      bottom: 0;
      left: 50%;
      z-index: 1;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
      display: block;
      content: ' ';
      width: 52px;
      height: 15px;
      background-image: url(e28809d4c65812d4443dc0c1bb801172.svg);
      background-repeat: no-repeat;
      background-position: left top;
      background-size: cover; }
    .sdg_project__toggle--open:after {
      background-image: url(b164a2939d2ddacd6bf4dc87817200a5.svg); }
  @media (max-width: 991.98px) {
    .sdg_project__row {
      display: block;
      margin-bottom: 0; }
    .sdg_project .with-icon {
      margin-bottom: 10px; } }

.mod-sdg-list select[name="sdg"] {
  max-width: 600px; }

.mod-sdg-list__form-container {
  margin-bottom: 40px; }
  @media (min-width: 768px) {
    .mod-sdg-list__form-container {
      margin-bottom: 60px; } }
  .mod-sdg-list__form-container .form__container {
    margin-bottom: 0; }

@media (max-width: 575.98px) {
  .mod_contactflap {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 100000; } }
  @media (max-width: 575.98px) and (max-width: 575.98px) {
    .mod_contactflap {
      padding-right: 20px;
      padding-left: 20px; } }
  @media (max-width: 575.98px) and (min-width: 576px) {
    .mod_contactflap {
      max-width: 540px; } }
  @media (max-width: 575.98px) and (min-width: 768px) {
    .mod_contactflap {
      max-width: 720px; } }
  @media (max-width: 575.98px) and (min-width: 992px) {
    .mod_contactflap {
      max-width: 960px; } }
  @media (max-width: 575.98px) and (min-width: 1200px) {
    .mod_contactflap {
      max-width: 1140px; } }

@media (min-width: 576px) {
  .mod_contactflap {
    position: absolute;
    top: 60px;
    right: 0;
    z-index: 900;
    text-align: right;
    overflow: hidden;
    width: 55px; }
    .mod_contactflap--open {
      width: auto !important; } }

@media (min-width: 1200px) {
  .mod_contactflap {
    width: 60px; } }

.mod_contactflap__toggle {
  border: 0;
  background: none;
  background-color: #EB5B25;
  background-image: url(834f9ffb56d97aa4176da95e83f26169.svg);
  background-repeat: no-repeat;
  background-size: 35px 35px;
  opacity: 1;
  -webkit-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out; }
  .mod_contactflap__toggle span {
    display: inline-block;
    font-family: 'Bitter', sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 1.25rem;
    line-height: 2.75;
    color: black; }
    @media (min-width: 576px) {
      .mod_contactflap__toggle span {
        position: absolute;
        bottom: -40px;
        left: 0;
        z-index: 1;
        -webkit-transform: rotate(-90deg);
                transform: rotate(-90deg);
        -webkit-transform-origin: 0 0;
                transform-origin: 0 0; } }
  @media (min-width: 576px) {
    .mod_contactflap__toggle {
      position: absolute;
      top: 0;
      right: 0;
      z-index: 2;
      overflow: hidden;
      display: inline-block;
      width: 55px;
      height: 152px;
      background-position: top 10px center; } }
  .mod_contactflap__toggle--open {
    opacity: 0; }
  @media (min-width: 1200px) {
    .mod_contactflap__toggle {
      width: 60px;
      height: 250px;
      background-size: 45px 45px; }
      .mod_contactflap__toggle span {
        font-family: 'Bitter', sans-serif;
        font-weight: 700;
        font-style: normal;
        font-size: 1.75rem;
        line-height: 2.14286; } }
  @media (max-width: 575.98px) {
    .mod_contactflap__toggle {
      position: absolute;
      top: 50px;
      right: 15px;
      z-index: 1;
      background-image: none;
      margin-top: 5px;
      width: 52px;
      height: 52px;
      border-radius: 52px;
      -webkit-box-shadow: 2px 2px 6px #00000029;
              box-shadow: 2px 2px 6px #00000029; }
      .mod_contactflap__toggle:before {
        position: absolute;
        top: -3px;
        right: 0;
        z-index: 1;
        content: '';
        width: 28px;
        height: 28px;
        background-image: url(f86ba275efd77c702eebf7cc221c3e65.svg);
        background-repeat: no-repeat;
        background-size: 28px 28px; }
      .mod_contactflap__toggle span {
        font-family: 'Bitter', sans-serif;
        font-weight: 700;
        font-style: normal;
        font-size: 0.8125rem;
        line-height: 1.15385;
        display: block;
        position: absolute;
        bottom: 9px;
        right: 9px;
        z-index: 1; } }

.mod_contactflap__close {
  display: inline-block;
  font-size: 0;
  line-height: 0;
  padding: 0;
  border: 0;
  background: none;
  width: 48px;
  height: 48px;
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 1; }
  .mod_contactflap__close:before {
    content: ' ';
    display: inline-block;
    width: 48px;
    height: 48px;
    background-image: url(283dbaa444ceee3f682a5e61e61b52f0.svg);
    background-repeat: no-repeat;
    background-position: top left;
    background-size: contain; }
  @media (min-width: 576px) {
    .mod_contactflap__close {
      top: 10px;
      bottom: auto; } }

.mod_contactflap__layer {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  padding: 30px 100px 30px 30px;
  background-color: #FDC400;
  text-align: left;
  min-height: 250px;
  -webkit-transition: -webkit-transform 1s ease-in-out;
  transition: -webkit-transform 1s ease-in-out;
  transition: transform 1s ease-in-out;
  transition: transform 1s ease-in-out, -webkit-transform 1s ease-in-out; }
  @media (min-width: 576px) {
    .mod_contactflap__layer {
      width: 0; } }
  @media (min-width: 576px) and (max-width: 767.98px) {
    .mod_contactflap__layer {
      -webkit-transform: translateX(100%);
              transform: translateX(100%);
      width: 100%; } }
  @media (min-width: 768px) {
    .mod_contactflap__layer {
      -webkit-transform: translateX(900px);
              transform: translateX(900px);
      width: 760px; } }
  .mod_contactflap__toggle--open + .mod_contactflap__layer {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    -webkit-transition: -webkit-transform 1s ease-in-out;
    transition: -webkit-transform 1s ease-in-out;
    transition: transform 1s ease-in-out;
    transition: transform 1s ease-in-out, -webkit-transform 1s ease-in-out;
    width: 100%; }
    @media (min-width: 576px) and (max-width: 767.98px) {
      .mod_contactflap__toggle--open + .mod_contactflap__layer {
        width: 100%; } }
    @media (min-width: 768px) {
      .mod_contactflap__toggle--open + .mod_contactflap__layer {
        width: 760px; } }
  @media (max-width: 767.98px) {
    .mod_contactflap__layer {
      padding: 30px 15px 30px 15px; } }
  @media (max-width: 575.98px) {
    .mod_contactflap__layer {
      display: none;
      min-height: 0;
      position: fixed;
      top: 0;
      left: 0;
      height: 100vh;
      width: 100vw;
      z-index: 100000; }
      .mod_contactflap__toggle--open + .mod_contactflap__layer {
        display: block; } }

.mod_contactflap__headline {
  font-family: 'Bitter', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.125rem;
  line-height: 1.55556;
  text-transform: uppercase;
  margin-bottom: 30px; }
  @media (max-width: 767.98px) {
    .mod_contactflap__headline {
      padding-right: 60px; } }

.mod_contactflap__phone {
  background-image: url(0789f79312124353ceaca1f1c12e19f8.svg);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 50px 50px;
  min-height: 50px;
  padding-left: 80px;
  margin-bottom: 15px; }
  .mod_contactflap__phone a {
    padding-left: 0; }
  @media (min-width: 768px) {
    .mod_contactflap__phone {
      background-size: 70px 70px;
      min-height: 70px;
      padding-left: 100px; } }
  .mod_contactflap__phone a {
    font-family: 'Bitter', sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 1.75rem;
    line-height: 1.78571;
    color: black; }
    @media (min-width: 576px) {
      .mod_contactflap__phone a {
        font-family: 'Bitter', sans-serif;
        font-weight: 700;
        font-style: normal;
        font-size: 3rem;
        line-height: 1.45833; } }

.mod_contactflap__text {
  font-family: 'Barlow', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.125rem;
  line-height: 1.44444;
  margin-bottom: 15px; }

@media (min-width: 768px) {
  .mod_contactflap__content--wo-phone {
    background-image: url(e80c64993937847270ecf1726db73fa6.svg);
    background-position: left top;
    background-repeat: no-repeat;
    background-size: 73px 68px; } }

@media (min-width: 768px) {
  .mod_contactflap__content {
    padding-left: 100px; } }

.mod_contactflap__content ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .mod_contactflap__content ul li {
    margin-bottom: 10px; }
    .mod_contactflap__content ul li:not(:last-child) {
      margin-right: 20px; }
    @media (max-width: 767.98px) {
      .mod_contactflap__content ul li:first-child {
        width: 100%; } }

.mod_contactflap__content a {
  color: black; }

@media (min-width: 576px) and (max-width: 767.98px) {
  .mod_contactflap__headline, .mod_contactflap__phone, .mod_contactflap__content {
    margin-left: 10%;
    margin-right: 10%; } }

.contrast-active .mod_contactflap__toggle {
  background-color: black; }
  .contrast-active .mod_contactflap__toggle span {
    color: white; }

.ce_text > :not(:last-child) {
  margin-bottom: 15px; }

.ce_text a {
  display: inline-block;
  overflow: hidden;
  position: relative;
  z-index: 1;
  padding-left: 28px;
  padding-left: 35px; }
  .ce_text a a {
    padding-left: 0; }
  .ce_text a:after {
    position: absolute;
    z-index: 0;
    content: '';
    background-repeat: no-repeat; }
  .ce_text a:before {
    position: absolute;
    z-index: 0;
    content: '';
    width: 20px;
    height: 20px;
    border-radius: 20px;
    background-color: #C6C3C0; }
  .ce_text a:before {
    top: 4px;
    left: 2px; }
  .ce_text a:before {
    background-color: #FDC400; }
  .ce_text a[href^="http"]:after {
    top: 4px;
    left: 0;
    width: 20px;
    height: 20px;
    background-image: url(2ac07797f46dfab715091ea4dc74aa71.svg);
    background-position: right center;
    background-size: 20px 20px; }
  .ce_text a[href^="http"]:hover:after {
    -webkit-animation-name: link-anim-extern;
            animation-name: link-anim-extern;
    -webkit-animation-duration: 0.4s;
            animation-duration: 0.4s;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out; }
  .ce_text a[href^="files/"]:after {
    top: 0;
    left: 2px;
    width: 20px;
    height: 20px;
    background-image: url(443b0c3ee211c2fd91bd9716a47b6bf8.svg);
    background-position: right center;
    background-size: 20px 20px; }
  .ce_text a[href^="files/"]:hover:after {
    -webkit-animation-name: link-anim-download;
            animation-name: link-anim-download;
    -webkit-animation-duration: 0.3s;
            animation-duration: 0.3s;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out; }
  .ce_text a[href*="#"]:after {
    top: 0;
    left: 2px;
    width: 20px;
    height: 20px;
    background-image: url(ad39e3c3df449c8908b2676110ec31a6.svg);
    background-position: right center;
    background-size: 20px 20px; }
  .ce_text a[href*="#"]:hover:after {
    -webkit-animation-name: link-anim-download;
            animation-name: link-anim-download;
    -webkit-animation-duration: 0.3s;
            animation-duration: 0.3s;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out; }
  .ce_text a:after {
    top: 4px;
    left: 0;
    width: 20px;
    height: 20px;
    background-image: url(1edaad31a29e29a891de76ad1aa1d495.svg);
    background-position: right center;
    background-size: 20px 20px; }
  .ce_text a:hover:after {
    -webkit-animation-name: link-anim-standard;
            animation-name: link-anim-standard;
    -webkit-animation-duration: 0.4s;
            animation-duration: 0.4s;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out; }

.ce_text ul.linklist {
  list-style-type: none;
  margin: 0;
  padding: 0; }
  .ce_text ul.linklist li {
    margin: 0;
    padding-left: 0; }

.ce_text.standard.content-keycolor-white ul li a:before {
  background-color: white; }

.ce_text.standard.content-keycolor-white p a:before {
  background-color: white; }

.ce_text.standard.content-keycolor-red ul li a:before {
  background-color: #EB5B25; }

.ce_text.standard.content-keycolor-red p a:before {
  background-color: #EB5B25; }

.ce_text.standard.content-keycolor-yellow ul li a:before {
  background-color: #FDC400; }

.ce_text.standard.content-keycolor-yellow p a:before {
  background-color: #FDC400; }

.ce_text.standard.content-keycolor-cyan ul li a:before {
  background-color: #4DBDC6; }

.ce_text.standard.content-keycolor-cyan p a:before {
  background-color: #4DBDC6; }

.ce_text.standard.content-keycolor-green ul li a:before {
  background-color: #B8C931; }

.ce_text.standard.content-keycolor-green p a:before {
  background-color: #B8C931; }

.ce_text.standard.content-keycolor-standard ul li a:before {
  background-color: #E5E4E3; }

.ce_text.standard.content-keycolor-standard p a:before {
  background-color: #E5E4E3; }

.ce_text.standard > * {
  max-width: 900px; }

.ce_text--intro > * {
  max-width: 900px; }

.ce_text--intro p {
  font-family: 'Barlow', sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.125rem;
  line-height: 1.44444; }

.ce_text--infobox,
.ce_text--infobox-linklist {
  padding: 30px 15px 30px 15px;
  background-repeat: no-repeat;
  background-position: right 30px top 30px; }
  @media (min-width: 576px) and (max-width: 767.98px) {
    .ce_text--infobox,
    .ce_text--infobox-linklist {
      padding: 30px; } }
  @media (min-width: 768px) {
    .ce_text--infobox,
    .ce_text--infobox-linklist {
      padding: 40px; } }
  .ce_text--infobox.content-keycolor-white ul li a:before,
  .ce_text--infobox-linklist.content-keycolor-white ul li a:before {
    background-color: white; }
  .ce_text--infobox.content-keycolor-white p a:before,
  .ce_text--infobox-linklist.content-keycolor-white p a:before {
    background-color: white; }
  .ce_text--infobox.content-keycolor-red ul li a:before,
  .ce_text--infobox-linklist.content-keycolor-red ul li a:before {
    background-color: #EB5B25; }
  .ce_text--infobox.content-keycolor-red p a:before,
  .ce_text--infobox-linklist.content-keycolor-red p a:before {
    background-color: #EB5B25; }
  .ce_text--infobox.content-keycolor-yellow ul li a:before,
  .ce_text--infobox-linklist.content-keycolor-yellow ul li a:before {
    background-color: #FDC400; }
  .ce_text--infobox.content-keycolor-yellow p a:before,
  .ce_text--infobox-linklist.content-keycolor-yellow p a:before {
    background-color: #FDC400; }
  .ce_text--infobox.content-keycolor-cyan ul li a:before,
  .ce_text--infobox-linklist.content-keycolor-cyan ul li a:before {
    background-color: #4DBDC6; }
  .ce_text--infobox.content-keycolor-cyan p a:before,
  .ce_text--infobox-linklist.content-keycolor-cyan p a:before {
    background-color: #4DBDC6; }
  .ce_text--infobox.content-keycolor-green ul li a:before,
  .ce_text--infobox-linklist.content-keycolor-green ul li a:before {
    background-color: #B8C931; }
  .ce_text--infobox.content-keycolor-green p a:before,
  .ce_text--infobox-linklist.content-keycolor-green p a:before {
    background-color: #B8C931; }
  .ce_text--infobox.content-keycolor-standard ul li a:before,
  .ce_text--infobox-linklist.content-keycolor-standard ul li a:before {
    background-color: #E5E4E3; }
  .ce_text--infobox.content-keycolor-standard p a:before,
  .ce_text--infobox-linklist.content-keycolor-standard p a:before {
    background-color: #E5E4E3; }
  .ce_text--infobox > :not(:last-child),
  .ce_text--infobox-linklist > :not(:last-child) {
    margin-bottom: 15px; }
  .contrast-active .ce_text--infobox, .contrast-active
  .ce_text--infobox-linklist {
    background-color: #F4F4F4 !important;
    color: black !important; }
  .ce_text--infobox h2,
  .ce_text--infobox h3,
  .ce_text--infobox h4,
  .ce_text--infobox h5,
  .ce_text--infobox-linklist h2,
  .ce_text--infobox-linklist h3,
  .ce_text--infobox-linklist h4,
  .ce_text--infobox-linklist h5 {
    font-family: 'Bitter', sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 1.25rem;
    line-height: 1.4; }
    @media (min-width: 768px) {
      .ce_text--infobox h2,
      .ce_text--infobox h3,
      .ce_text--infobox h4,
      .ce_text--infobox h5,
      .ce_text--infobox-linklist h2,
      .ce_text--infobox-linklist h3,
      .ce_text--infobox-linklist h4,
      .ce_text--infobox-linklist h5 {
        font-family: 'Bitter', sans-serif;
        font-weight: 700;
        font-style: normal;
        font-size: 1.5rem;
        line-height: 1.33333; } }
  .ce_text--infobox > *,
  .ce_text--infobox-linklist > * {
    max-width: 900px; }
  .ce_text--infobox.content-bgcolor-green,
  .ce_text--infobox-linklist.content-bgcolor-green {
    background-color: #B8C931;
    color: black; }
  .ce_text--infobox.content-bgcolor-darkgreen,
  .ce_text--infobox-linklist.content-bgcolor-darkgreen {
    background-color: #80A51B;
    color: white; }
  .ce_text--infobox.content-bgcolor-red,
  .ce_text--infobox-linklist.content-bgcolor-red {
    background-color: #EB5B25;
    color: black; }
  .ce_text--infobox.content-bgcolor-darkred,
  .ce_text--infobox-linklist.content-bgcolor-darkred {
    background-color: #D73F12;
    color: white; }
  .ce_text--infobox.content-bgcolor-cyan,
  .ce_text--infobox-linklist.content-bgcolor-cyan {
    background-color: #4DBDC6;
    color: black; }
  .ce_text--infobox.content-bgcolor-teal,
  .ce_text--infobox-linklist.content-bgcolor-teal {
    background-color: #008390;
    color: white; }
  .ce_text--infobox.content-bgcolor-yellow,
  .ce_text--infobox-linklist.content-bgcolor-yellow {
    background-color: #FDC400;
    color: black; }
  .ce_text--infobox.content-bgcolor-lightbeige,
  .ce_text--infobox-linklist.content-bgcolor-lightbeige {
    background-color: #F4F4F4;
    color: black; }
  .ce_text--infobox.content-bgcolor-beige,
  .ce_text--infobox-linklist.content-bgcolor-beige {
    background-color: #E5E4E3;
    color: black; }
  .ce_text--infobox.content-bgcolor-midbeige,
  .ce_text--infobox-linklist.content-bgcolor-midbeige {
    background-color: #E5E4E3;
    color: black; }
  .ce_text--infobox.content-bgcolor-darkbeige,
  .ce_text--infobox-linklist.content-bgcolor-darkbeige {
    background-color: #C6C3C0;
    color: black; }
  .ce_text--infobox.content-bgcolor-warmgrey,
  .ce_text--infobox-linklist.content-bgcolor-warmgrey {
    background-color: #8e8882;
    color: white; }
  .ce_text--infobox.content-bgcolor-darkwarmgrey,
  .ce_text--infobox-linklist.content-bgcolor-darkwarmgrey {
    background-color: #675C53;
    color: white; }
  .ce_text--infobox.content-bgcolor-white,
  .ce_text--infobox-linklist.content-bgcolor-white {
    background-color: white;
    color: black; }
  .ce_text--infobox.content-bgcolor-standard,
  .ce_text--infobox-linklist.content-bgcolor-standard {
    background-color: #E5E4E3;
    color: black; }

.ce_text--infobox-linklist ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  line-height: 0; }
  .ce_text--infobox-linklist ul li {
    margin: 0;
    padding: 0;
    line-height: 0; }
  .ce_text--infobox-linklist ul li:not(:last-child) {
    margin-bottom: 10px; }
  .ce_text--infobox-linklist ul li a {
    display: inline-block;
    overflow: hidden;
    position: relative;
    z-index: 1;
    padding-left: 28px;
    padding-left: 35px; }
    .ce_text--infobox-linklist ul li a a {
      padding-left: 0; }
    .ce_text--infobox-linklist ul li a:after {
      position: absolute;
      z-index: 0;
      content: '';
      background-repeat: no-repeat; }
    .ce_text--infobox-linklist ul li a:before {
      position: absolute;
      z-index: 0;
      content: '';
      width: 20px;
      height: 20px;
      border-radius: 20px;
      background-color: #C6C3C0; }
    .ce_text--infobox-linklist ul li a:before {
      top: 4px;
      left: 2px; }
    .ce_text--infobox-linklist ul li a:before {
      background-color: #FDC400; }
    .ce_text--infobox-linklist ul li a[href^="http"]:after {
      top: 4px;
      left: 0;
      width: 20px;
      height: 20px;
      background-image: url(2ac07797f46dfab715091ea4dc74aa71.svg);
      background-position: right center;
      background-size: 20px 20px; }
    .ce_text--infobox-linklist ul li a[href^="http"]:hover:after {
      -webkit-animation-name: link-anim-extern;
              animation-name: link-anim-extern;
      -webkit-animation-duration: 0.4s;
              animation-duration: 0.4s;
      -webkit-animation-timing-function: ease-out;
              animation-timing-function: ease-out; }
    .ce_text--infobox-linklist ul li a[href^="files/"]:after {
      top: 0;
      left: 2px;
      width: 20px;
      height: 20px;
      background-image: url(443b0c3ee211c2fd91bd9716a47b6bf8.svg);
      background-position: right center;
      background-size: 20px 20px; }
    .ce_text--infobox-linklist ul li a[href^="files/"]:hover:after {
      -webkit-animation-name: link-anim-download;
              animation-name: link-anim-download;
      -webkit-animation-duration: 0.3s;
              animation-duration: 0.3s;
      -webkit-animation-timing-function: ease-out;
              animation-timing-function: ease-out; }
    .ce_text--infobox-linklist ul li a[href*="#"]:after {
      top: 0;
      left: 2px;
      width: 20px;
      height: 20px;
      background-image: url(ad39e3c3df449c8908b2676110ec31a6.svg);
      background-position: right center;
      background-size: 20px 20px; }
    .ce_text--infobox-linklist ul li a[href*="#"]:hover:after {
      -webkit-animation-name: link-anim-download;
              animation-name: link-anim-download;
      -webkit-animation-duration: 0.3s;
              animation-duration: 0.3s;
      -webkit-animation-timing-function: ease-out;
              animation-timing-function: ease-out; }
    .ce_text--infobox-linklist ul li a:after {
      top: 4px;
      left: 0;
      width: 20px;
      height: 20px;
      background-image: url(1edaad31a29e29a891de76ad1aa1d495.svg);
      background-position: right center;
      background-size: 20px 20px; }
    .ce_text--infobox-linklist ul li a:hover:after {
      -webkit-animation-name: link-anim-standard;
              animation-name: link-anim-standard;
      -webkit-animation-duration: 0.4s;
              animation-duration: 0.4s;
      -webkit-animation-timing-function: ease-out;
              animation-timing-function: ease-out; }

.ce_text--linklist {
  max-width: 900px; }
  .ce_text--linklist.content-keycolor-white ul li a:before {
    background-color: white; }
  .ce_text--linklist.content-keycolor-white p a:before {
    background-color: white; }
  .ce_text--linklist.content-keycolor-red ul li a:before {
    background-color: #EB5B25; }
  .ce_text--linklist.content-keycolor-red p a:before {
    background-color: #EB5B25; }
  .ce_text--linklist.content-keycolor-yellow ul li a:before {
    background-color: #FDC400; }
  .ce_text--linklist.content-keycolor-yellow p a:before {
    background-color: #FDC400; }
  .ce_text--linklist.content-keycolor-cyan ul li a:before {
    background-color: #4DBDC6; }
  .ce_text--linklist.content-keycolor-cyan p a:before {
    background-color: #4DBDC6; }
  .ce_text--linklist.content-keycolor-green ul li a:before {
    background-color: #B8C931; }
  .ce_text--linklist.content-keycolor-green p a:before {
    background-color: #B8C931; }
  .ce_text--linklist.content-keycolor-standard ul li a:before {
    background-color: #E5E4E3; }
  .ce_text--linklist.content-keycolor-standard p a:before {
    background-color: #E5E4E3; }
  .ce_text--linklist > :not(:last-child) {
    margin-bottom: 15px; }
  .ce_text--linklist ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    line-height: 0; }
    .ce_text--linklist ul li {
      margin: 0;
      padding: 0;
      line-height: 0; }
    .ce_text--linklist ul li:not(:last-child) {
      margin-bottom: 10px; }
    .ce_text--linklist ul li a {
      display: inline-block;
      overflow: hidden;
      position: relative;
      z-index: 1;
      padding-left: 28px;
      padding-left: 35px; }
      .ce_text--linklist ul li a a {
        padding-left: 0; }
      .ce_text--linklist ul li a:after {
        position: absolute;
        z-index: 0;
        content: '';
        background-repeat: no-repeat; }
      .ce_text--linklist ul li a:before {
        position: absolute;
        z-index: 0;
        content: '';
        width: 20px;
        height: 20px;
        border-radius: 20px;
        background-color: #C6C3C0; }
      .ce_text--linklist ul li a:before {
        top: 4px;
        left: 2px; }
      .ce_text--linklist ul li a:before {
        background-color: #FDC400; }
      .ce_text--linklist ul li a[href^="http"]:after {
        top: 4px;
        left: 0;
        width: 20px;
        height: 20px;
        background-image: url(2ac07797f46dfab715091ea4dc74aa71.svg);
        background-position: right center;
        background-size: 20px 20px; }
      .ce_text--linklist ul li a[href^="http"]:hover:after {
        -webkit-animation-name: link-anim-extern;
                animation-name: link-anim-extern;
        -webkit-animation-duration: 0.4s;
                animation-duration: 0.4s;
        -webkit-animation-timing-function: ease-out;
                animation-timing-function: ease-out; }
      .ce_text--linklist ul li a[href^="files/"]:after {
        top: 0;
        left: 2px;
        width: 20px;
        height: 20px;
        background-image: url(443b0c3ee211c2fd91bd9716a47b6bf8.svg);
        background-position: right center;
        background-size: 20px 20px; }
      .ce_text--linklist ul li a[href^="files/"]:hover:after {
        -webkit-animation-name: link-anim-download;
                animation-name: link-anim-download;
        -webkit-animation-duration: 0.3s;
                animation-duration: 0.3s;
        -webkit-animation-timing-function: ease-out;
                animation-timing-function: ease-out; }
      .ce_text--linklist ul li a[href*="#"]:after {
        top: 0;
        left: 2px;
        width: 20px;
        height: 20px;
        background-image: url(ad39e3c3df449c8908b2676110ec31a6.svg);
        background-position: right center;
        background-size: 20px 20px; }
      .ce_text--linklist ul li a[href*="#"]:hover:after {
        -webkit-animation-name: link-anim-download;
                animation-name: link-anim-download;
        -webkit-animation-duration: 0.3s;
                animation-duration: 0.3s;
        -webkit-animation-timing-function: ease-out;
                animation-timing-function: ease-out; }
      .ce_text--linklist ul li a:after {
        top: 4px;
        left: 0;
        width: 20px;
        height: 20px;
        background-image: url(1edaad31a29e29a891de76ad1aa1d495.svg);
        background-position: right center;
        background-size: 20px 20px; }
      .ce_text--linklist ul li a:hover:after {
        -webkit-animation-name: link-anim-standard;
                animation-name: link-anim-standard;
        -webkit-animation-duration: 0.4s;
                animation-duration: 0.4s;
        -webkit-animation-timing-function: ease-out;
                animation-timing-function: ease-out; }

.ce_text--quote {
  max-width: 900px;
  position: relative;
  z-index: 2;
  padding-top: 80px; }
  .ce_text--quote:after {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    content: "»";
    font-family: 'Rock Salt', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 6.75rem;
    line-height: 1; }
  .ce_text--quote p {
    margin-bottom: 30px;
    position: relative;
    z-index: 2; }
    .ce_text--quote p:first-child {
      font-family: 'Bitter', sans-serif;
      font-weight: 700;
      font-style: normal;
      font-size: 1.25rem;
      line-height: 1.4;
      margin-bottom: 15px; }
      @media (min-width: 768px) {
        .ce_text--quote p:first-child {
          font-family: 'Bitter', sans-serif;
          font-weight: 700;
          font-style: normal;
          font-size: 1.5rem;
          line-height: 1.33333; } }
    .ce_text--quote p:last-child {
      margin-bottom: 0; }
  .ce_text--quote.content-keycolor-white:after {
    color: white; }
  .ce_text--quote.content-keycolor-red:after {
    color: #EB5B25; }
  .ce_text--quote.content-keycolor-yellow:after {
    color: #FDC400; }
  .ce_text--quote.content-keycolor-cyan:after {
    color: #4DBDC6; }
  .ce_text--quote.content-keycolor-green:after {
    color: #B8C931; }
  .ce_text--quote.content-keycolor-standard:after {
    color: #E5E4E3; }

.ce_text--claim {
  max-width: 900px; }
  .ce_text--claim p {
    font-family: 'Rock Salt', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.75rem;
    line-height: 1.28571; }
    @media (min-width: 768px) {
      .ce_text--claim p {
        font-family: 'Rock Salt', sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: 2.25rem;
        line-height: 1.33333; } }
    .contrast-active .ce_text--claim p {
      color: black !important; }
  .ce_text--claim.content-keycolor-white p {
    color: white; }
  .ce_text--claim.content-keycolor-red p {
    color: #EB5B25; }
  .ce_text--claim.content-keycolor-yellow p {
    color: #FDC400; }
  .ce_text--claim.content-keycolor-cyan p {
    color: #4DBDC6; }
  .ce_text--claim.content-keycolor-green p {
    color: #B8C931; }
  .ce_text--claim.content-keycolor-standard p {
    color: #E5E4E3; }
  .ce_text--claim.content-keycolor-standard p {
    color: #8e8882; }

.ce_text--interview {
  max-width: 900px; }
  .ce_text--interview p:not(:last-child) {
    margin-bottom: 15px; }
  .ce_text--interview p strong {
    font-family: 'Bitter', sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 1.125rem;
    line-height: 1.44444;
    display: inline;
    background-position: bottom 2px left 0px;
    background-repeat: repeat-x;
    background-size: 1px 6px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#FDC400), to(#FDC400));
    background-image: linear-gradient(#FDC400, #FDC400); }
    .contrast-active .ce_text--interview p strong {
      background: none !important; }
  .ce_text--interview.content-keycolor-white p strong {
    background-image: -webkit-gradient(linear, left top, left bottom, from(white), to(white));
    background-image: linear-gradient(white, white); }
  .ce_text--interview.content-keycolor-red p strong {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#EB5B25), to(#EB5B25));
    background-image: linear-gradient(#EB5B25, #EB5B25); }
  .ce_text--interview.content-keycolor-yellow p strong {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#FDC400), to(#FDC400));
    background-image: linear-gradient(#FDC400, #FDC400); }
  .ce_text--interview.content-keycolor-cyan p strong {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#4DBDC6), to(#4DBDC6));
    background-image: linear-gradient(#4DBDC6, #4DBDC6); }
  .ce_text--interview.content-keycolor-green p strong {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#B8C931), to(#B8C931));
    background-image: linear-gradient(#B8C931, #B8C931); }
  .ce_text--interview.content-keycolor-standard p strong {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#E5E4E3), to(#E5E4E3));
    background-image: linear-gradient(#E5E4E3, #E5E4E3); }

.ce_text--claim-bg {
  max-width: 900px; }
  .ce_text--claim-bg h2,
  .ce_text--claim-bg h3,
  .ce_text--claim-bg h4 {
    font-family: 'Barlow', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.125rem;
    line-height: 1.55556;
    text-transform: uppercase;
    margin-bottom: 15px; }
  .ce_text--claim-bg p {
    font-family: 'Bitter', sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 1.5rem;
    line-height: 1.33333;
    display: inline;
    background-position: bottom 0px left 0px;
    background-repeat: repeat-x;
    background-size: 1px 32px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#EB5B25), to(#EB5B25));
    background-image: linear-gradient(#EB5B25, #EB5B25);
    margin-bottom: 0; }
    .ce_text--claim-bg p span {
      display: inline-block;
      margin: 0 5px; }
    .ce_text--claim-bg p > span {
      font-family: 'Bitter', sans-serif;
      font-weight: 700;
      font-style: normal;
      font-size: 1.5rem;
      line-height: 1.33333; }
    @media (min-width: 768px) {
      .ce_text--claim-bg p {
        font-family: 'Bitter', sans-serif;
        font-weight: 700;
        font-style: normal;
        font-size: 1.75rem;
        line-height: 1.28571;
        display: inline;
        background-position: bottom 0px left 0px;
        background-repeat: repeat-x;
        background-size: 1px 36px;
        background-image: -webkit-gradient(linear, left top, left bottom, from(#EB5B25), to(#EB5B25));
        background-image: linear-gradient(#EB5B25, #EB5B25); }
        .ce_text--claim-bg p span {
          display: inline-block;
          margin: 0 5px; }
        .ce_text--claim-bg p > span {
          font-family: 'Bitter', sans-serif;
          font-weight: 700;
          font-style: normal;
          font-size: 1.75rem;
          line-height: 1.28571; } }
    .contrast-active .ce_text--claim-bg p {
      background: #F4F4F4 !important; }
  .ce_text--claim-bg.content-keycolor-white p {
    background-image: -webkit-gradient(linear, left top, left bottom, from(white), to(white));
    background-image: linear-gradient(white, white); }
  .ce_text--claim-bg.content-keycolor-red p {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#EB5B25), to(#EB5B25));
    background-image: linear-gradient(#EB5B25, #EB5B25); }
  .ce_text--claim-bg.content-keycolor-yellow p {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#FDC400), to(#FDC400));
    background-image: linear-gradient(#FDC400, #FDC400); }
  .ce_text--claim-bg.content-keycolor-cyan p {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#4DBDC6), to(#4DBDC6));
    background-image: linear-gradient(#4DBDC6, #4DBDC6); }
  .ce_text--claim-bg.content-keycolor-green p {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#B8C931), to(#B8C931));
    background-image: linear-gradient(#B8C931, #B8C931); }
  .ce_text--claim-bg.content-keycolor-standard p {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#E5E4E3), to(#E5E4E3));
    background-image: linear-gradient(#E5E4E3, #E5E4E3); }

.ce_text--twocolumns p {
  -webkit-columns: 2;
     -moz-columns: 2;
          columns: 2;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px; }

.mod_article.mod_article--bg-green .ce_text {
  color: black; }
  .mod_article.mod_article--bg-green .ce_text.content-keycolor-white ul li a:before {
    background-color: white; }
  .mod_article.mod_article--bg-green .ce_text.content-keycolor-white p a:before {
    background-color: white; }
  .mod_article.mod_article--bg-green .ce_text.content-keycolor-red ul li a:before {
    background-color: #EB5B25; }
  .mod_article.mod_article--bg-green .ce_text.content-keycolor-red p a:before {
    background-color: #EB5B25; }
  .mod_article.mod_article--bg-green .ce_text.content-keycolor-yellow ul li a:before {
    background-color: #FDC400; }
  .mod_article.mod_article--bg-green .ce_text.content-keycolor-yellow p a:before {
    background-color: #FDC400; }
  .mod_article.mod_article--bg-green .ce_text.content-keycolor-cyan ul li a:before {
    background-color: #4DBDC6; }
  .mod_article.mod_article--bg-green .ce_text.content-keycolor-cyan p a:before {
    background-color: #4DBDC6; }
  .mod_article.mod_article--bg-green .ce_text.content-keycolor-green ul li a:before {
    background-color: #B8C931; }
  .mod_article.mod_article--bg-green .ce_text.content-keycolor-green p a:before {
    background-color: #B8C931; }
  .mod_article.mod_article--bg-green .ce_text.content-keycolor-standard ul li a:before {
    background-color: #E5E4E3; }
  .mod_article.mod_article--bg-green .ce_text.content-keycolor-standard p a:before {
    background-color: #E5E4E3; }
  .mod_article.mod_article--bg-green .ce_text > :not(:last-child) {
    margin-bottom: 15px; }

.mod_article.mod_article--bg-green .ce_text--linklist ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  line-height: 0; }
  .mod_article.mod_article--bg-green .ce_text--linklist ul li {
    margin: 0;
    padding: 0;
    line-height: 0; }
  .mod_article.mod_article--bg-green .ce_text--linklist ul li:not(:last-child) {
    margin-bottom: 10px; }
  .mod_article.mod_article--bg-green .ce_text--linklist ul li a {
    display: inline-block;
    overflow: hidden;
    position: relative;
    z-index: 1;
    padding-left: 28px;
    padding-left: 35px; }
    .mod_article.mod_article--bg-green .ce_text--linklist ul li a a {
      padding-left: 0; }
    .mod_article.mod_article--bg-green .ce_text--linklist ul li a:after {
      position: absolute;
      z-index: 0;
      content: '';
      background-repeat: no-repeat; }
    .mod_article.mod_article--bg-green .ce_text--linklist ul li a:before {
      position: absolute;
      z-index: 0;
      content: '';
      width: 20px;
      height: 20px;
      border-radius: 20px;
      background-color: #C6C3C0; }
    .mod_article.mod_article--bg-green .ce_text--linklist ul li a:before {
      top: 4px;
      left: 2px; }
    .mod_article.mod_article--bg-green .ce_text--linklist ul li a:before {
      background-color: #FDC400; }
    .mod_article.mod_article--bg-green .ce_text--linklist ul li a[href^="http"]:after {
      top: 4px;
      left: 0;
      width: 20px;
      height: 20px;
      background-image: url(2ac07797f46dfab715091ea4dc74aa71.svg);
      background-position: right center;
      background-size: 20px 20px; }
    .mod_article.mod_article--bg-green .ce_text--linklist ul li a[href^="http"]:hover:after {
      -webkit-animation-name: link-anim-extern;
              animation-name: link-anim-extern;
      -webkit-animation-duration: 0.4s;
              animation-duration: 0.4s;
      -webkit-animation-timing-function: ease-out;
              animation-timing-function: ease-out; }
    .mod_article.mod_article--bg-green .ce_text--linklist ul li a[href^="files/"]:after {
      top: 0;
      left: 2px;
      width: 20px;
      height: 20px;
      background-image: url(443b0c3ee211c2fd91bd9716a47b6bf8.svg);
      background-position: right center;
      background-size: 20px 20px; }
    .mod_article.mod_article--bg-green .ce_text--linklist ul li a[href^="files/"]:hover:after {
      -webkit-animation-name: link-anim-download;
              animation-name: link-anim-download;
      -webkit-animation-duration: 0.3s;
              animation-duration: 0.3s;
      -webkit-animation-timing-function: ease-out;
              animation-timing-function: ease-out; }
    .mod_article.mod_article--bg-green .ce_text--linklist ul li a[href*="#"]:after {
      top: 0;
      left: 2px;
      width: 20px;
      height: 20px;
      background-image: url(ad39e3c3df449c8908b2676110ec31a6.svg);
      background-position: right center;
      background-size: 20px 20px; }
    .mod_article.mod_article--bg-green .ce_text--linklist ul li a[href*="#"]:hover:after {
      -webkit-animation-name: link-anim-download;
              animation-name: link-anim-download;
      -webkit-animation-duration: 0.3s;
              animation-duration: 0.3s;
      -webkit-animation-timing-function: ease-out;
              animation-timing-function: ease-out; }
    .mod_article.mod_article--bg-green .ce_text--linklist ul li a:after {
      top: 4px;
      left: 0;
      width: 20px;
      height: 20px;
      background-image: url(1edaad31a29e29a891de76ad1aa1d495.svg);
      background-position: right center;
      background-size: 20px 20px; }
    .mod_article.mod_article--bg-green .ce_text--linklist ul li a:hover:after {
      -webkit-animation-name: link-anim-standard;
              animation-name: link-anim-standard;
      -webkit-animation-duration: 0.4s;
              animation-duration: 0.4s;
      -webkit-animation-timing-function: ease-out;
              animation-timing-function: ease-out; }

.mod_article.mod_article--bg-darkgreen .ce_text {
  color: white; }
  .mod_article.mod_article--bg-darkgreen .ce_text.content-keycolor-white ul li a:before {
    background-color: white; }
  .mod_article.mod_article--bg-darkgreen .ce_text.content-keycolor-white p a:before {
    background-color: white; }
  .mod_article.mod_article--bg-darkgreen .ce_text.content-keycolor-red ul li a:before {
    background-color: #EB5B25; }
  .mod_article.mod_article--bg-darkgreen .ce_text.content-keycolor-red p a:before {
    background-color: #EB5B25; }
  .mod_article.mod_article--bg-darkgreen .ce_text.content-keycolor-yellow ul li a:before {
    background-color: #FDC400; }
  .mod_article.mod_article--bg-darkgreen .ce_text.content-keycolor-yellow p a:before {
    background-color: #FDC400; }
  .mod_article.mod_article--bg-darkgreen .ce_text.content-keycolor-cyan ul li a:before {
    background-color: #4DBDC6; }
  .mod_article.mod_article--bg-darkgreen .ce_text.content-keycolor-cyan p a:before {
    background-color: #4DBDC6; }
  .mod_article.mod_article--bg-darkgreen .ce_text.content-keycolor-green ul li a:before {
    background-color: #B8C931; }
  .mod_article.mod_article--bg-darkgreen .ce_text.content-keycolor-green p a:before {
    background-color: #B8C931; }
  .mod_article.mod_article--bg-darkgreen .ce_text.content-keycolor-standard ul li a:before {
    background-color: #E5E4E3; }
  .mod_article.mod_article--bg-darkgreen .ce_text.content-keycolor-standard p a:before {
    background-color: #E5E4E3; }
  .mod_article.mod_article--bg-darkgreen .ce_text > :not(:last-child) {
    margin-bottom: 15px; }

.mod_article.mod_article--bg-darkgreen .ce_text--linklist ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  line-height: 0; }
  .mod_article.mod_article--bg-darkgreen .ce_text--linklist ul li {
    margin: 0;
    padding: 0;
    line-height: 0; }
  .mod_article.mod_article--bg-darkgreen .ce_text--linklist ul li:not(:last-child) {
    margin-bottom: 10px; }
  .mod_article.mod_article--bg-darkgreen .ce_text--linklist ul li a {
    display: inline-block;
    overflow: hidden;
    position: relative;
    z-index: 1;
    padding-left: 28px;
    padding-left: 35px; }
    .mod_article.mod_article--bg-darkgreen .ce_text--linklist ul li a a {
      padding-left: 0; }
    .mod_article.mod_article--bg-darkgreen .ce_text--linklist ul li a:after {
      position: absolute;
      z-index: 0;
      content: '';
      background-repeat: no-repeat; }
    .mod_article.mod_article--bg-darkgreen .ce_text--linklist ul li a:before {
      position: absolute;
      z-index: 0;
      content: '';
      width: 20px;
      height: 20px;
      border-radius: 20px;
      background-color: #C6C3C0; }
    .mod_article.mod_article--bg-darkgreen .ce_text--linklist ul li a:before {
      top: 4px;
      left: 2px; }
    .mod_article.mod_article--bg-darkgreen .ce_text--linklist ul li a:before {
      background-color: #FDC400; }
    .mod_article.mod_article--bg-darkgreen .ce_text--linklist ul li a[href^="http"]:after {
      top: 4px;
      left: 0;
      width: 20px;
      height: 20px;
      background-image: url(2ac07797f46dfab715091ea4dc74aa71.svg);
      background-position: right center;
      background-size: 20px 20px; }
    .mod_article.mod_article--bg-darkgreen .ce_text--linklist ul li a[href^="http"]:hover:after {
      -webkit-animation-name: link-anim-extern;
              animation-name: link-anim-extern;
      -webkit-animation-duration: 0.4s;
              animation-duration: 0.4s;
      -webkit-animation-timing-function: ease-out;
              animation-timing-function: ease-out; }
    .mod_article.mod_article--bg-darkgreen .ce_text--linklist ul li a[href^="files/"]:after {
      top: 0;
      left: 2px;
      width: 20px;
      height: 20px;
      background-image: url(443b0c3ee211c2fd91bd9716a47b6bf8.svg);
      background-position: right center;
      background-size: 20px 20px; }
    .mod_article.mod_article--bg-darkgreen .ce_text--linklist ul li a[href^="files/"]:hover:after {
      -webkit-animation-name: link-anim-download;
              animation-name: link-anim-download;
      -webkit-animation-duration: 0.3s;
              animation-duration: 0.3s;
      -webkit-animation-timing-function: ease-out;
              animation-timing-function: ease-out; }
    .mod_article.mod_article--bg-darkgreen .ce_text--linklist ul li a[href*="#"]:after {
      top: 0;
      left: 2px;
      width: 20px;
      height: 20px;
      background-image: url(ad39e3c3df449c8908b2676110ec31a6.svg);
      background-position: right center;
      background-size: 20px 20px; }
    .mod_article.mod_article--bg-darkgreen .ce_text--linklist ul li a[href*="#"]:hover:after {
      -webkit-animation-name: link-anim-download;
              animation-name: link-anim-download;
      -webkit-animation-duration: 0.3s;
              animation-duration: 0.3s;
      -webkit-animation-timing-function: ease-out;
              animation-timing-function: ease-out; }
    .mod_article.mod_article--bg-darkgreen .ce_text--linklist ul li a:after {
      top: 4px;
      left: 0;
      width: 20px;
      height: 20px;
      background-image: url(1edaad31a29e29a891de76ad1aa1d495.svg);
      background-position: right center;
      background-size: 20px 20px; }
    .mod_article.mod_article--bg-darkgreen .ce_text--linklist ul li a:hover:after {
      -webkit-animation-name: link-anim-standard;
              animation-name: link-anim-standard;
      -webkit-animation-duration: 0.4s;
              animation-duration: 0.4s;
      -webkit-animation-timing-function: ease-out;
              animation-timing-function: ease-out; }

.mod_article.mod_article--bg-red .ce_text {
  color: black; }
  .mod_article.mod_article--bg-red .ce_text.content-keycolor-white ul li a:before {
    background-color: white; }
  .mod_article.mod_article--bg-red .ce_text.content-keycolor-white p a:before {
    background-color: white; }
  .mod_article.mod_article--bg-red .ce_text.content-keycolor-red ul li a:before {
    background-color: #EB5B25; }
  .mod_article.mod_article--bg-red .ce_text.content-keycolor-red p a:before {
    background-color: #EB5B25; }
  .mod_article.mod_article--bg-red .ce_text.content-keycolor-yellow ul li a:before {
    background-color: #FDC400; }
  .mod_article.mod_article--bg-red .ce_text.content-keycolor-yellow p a:before {
    background-color: #FDC400; }
  .mod_article.mod_article--bg-red .ce_text.content-keycolor-cyan ul li a:before {
    background-color: #4DBDC6; }
  .mod_article.mod_article--bg-red .ce_text.content-keycolor-cyan p a:before {
    background-color: #4DBDC6; }
  .mod_article.mod_article--bg-red .ce_text.content-keycolor-green ul li a:before {
    background-color: #B8C931; }
  .mod_article.mod_article--bg-red .ce_text.content-keycolor-green p a:before {
    background-color: #B8C931; }
  .mod_article.mod_article--bg-red .ce_text.content-keycolor-standard ul li a:before {
    background-color: #E5E4E3; }
  .mod_article.mod_article--bg-red .ce_text.content-keycolor-standard p a:before {
    background-color: #E5E4E3; }
  .mod_article.mod_article--bg-red .ce_text > :not(:last-child) {
    margin-bottom: 15px; }

.mod_article.mod_article--bg-red .ce_text--linklist ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  line-height: 0; }
  .mod_article.mod_article--bg-red .ce_text--linklist ul li {
    margin: 0;
    padding: 0;
    line-height: 0; }
  .mod_article.mod_article--bg-red .ce_text--linklist ul li:not(:last-child) {
    margin-bottom: 10px; }
  .mod_article.mod_article--bg-red .ce_text--linklist ul li a {
    display: inline-block;
    overflow: hidden;
    position: relative;
    z-index: 1;
    padding-left: 28px;
    padding-left: 35px; }
    .mod_article.mod_article--bg-red .ce_text--linklist ul li a a {
      padding-left: 0; }
    .mod_article.mod_article--bg-red .ce_text--linklist ul li a:after {
      position: absolute;
      z-index: 0;
      content: '';
      background-repeat: no-repeat; }
    .mod_article.mod_article--bg-red .ce_text--linklist ul li a:before {
      position: absolute;
      z-index: 0;
      content: '';
      width: 20px;
      height: 20px;
      border-radius: 20px;
      background-color: #C6C3C0; }
    .mod_article.mod_article--bg-red .ce_text--linklist ul li a:before {
      top: 4px;
      left: 2px; }
    .mod_article.mod_article--bg-red .ce_text--linklist ul li a:before {
      background-color: #FDC400; }
    .mod_article.mod_article--bg-red .ce_text--linklist ul li a[href^="http"]:after {
      top: 4px;
      left: 0;
      width: 20px;
      height: 20px;
      background-image: url(2ac07797f46dfab715091ea4dc74aa71.svg);
      background-position: right center;
      background-size: 20px 20px; }
    .mod_article.mod_article--bg-red .ce_text--linklist ul li a[href^="http"]:hover:after {
      -webkit-animation-name: link-anim-extern;
              animation-name: link-anim-extern;
      -webkit-animation-duration: 0.4s;
              animation-duration: 0.4s;
      -webkit-animation-timing-function: ease-out;
              animation-timing-function: ease-out; }
    .mod_article.mod_article--bg-red .ce_text--linklist ul li a[href^="files/"]:after {
      top: 0;
      left: 2px;
      width: 20px;
      height: 20px;
      background-image: url(443b0c3ee211c2fd91bd9716a47b6bf8.svg);
      background-position: right center;
      background-size: 20px 20px; }
    .mod_article.mod_article--bg-red .ce_text--linklist ul li a[href^="files/"]:hover:after {
      -webkit-animation-name: link-anim-download;
              animation-name: link-anim-download;
      -webkit-animation-duration: 0.3s;
              animation-duration: 0.3s;
      -webkit-animation-timing-function: ease-out;
              animation-timing-function: ease-out; }
    .mod_article.mod_article--bg-red .ce_text--linklist ul li a[href*="#"]:after {
      top: 0;
      left: 2px;
      width: 20px;
      height: 20px;
      background-image: url(ad39e3c3df449c8908b2676110ec31a6.svg);
      background-position: right center;
      background-size: 20px 20px; }
    .mod_article.mod_article--bg-red .ce_text--linklist ul li a[href*="#"]:hover:after {
      -webkit-animation-name: link-anim-download;
              animation-name: link-anim-download;
      -webkit-animation-duration: 0.3s;
              animation-duration: 0.3s;
      -webkit-animation-timing-function: ease-out;
              animation-timing-function: ease-out; }
    .mod_article.mod_article--bg-red .ce_text--linklist ul li a:after {
      top: 4px;
      left: 0;
      width: 20px;
      height: 20px;
      background-image: url(1edaad31a29e29a891de76ad1aa1d495.svg);
      background-position: right center;
      background-size: 20px 20px; }
    .mod_article.mod_article--bg-red .ce_text--linklist ul li a:hover:after {
      -webkit-animation-name: link-anim-standard;
              animation-name: link-anim-standard;
      -webkit-animation-duration: 0.4s;
              animation-duration: 0.4s;
      -webkit-animation-timing-function: ease-out;
              animation-timing-function: ease-out; }

.mod_article.mod_article--bg-darkred .ce_text {
  color: white; }
  .mod_article.mod_article--bg-darkred .ce_text.content-keycolor-white ul li a:before {
    background-color: white; }
  .mod_article.mod_article--bg-darkred .ce_text.content-keycolor-white p a:before {
    background-color: white; }
  .mod_article.mod_article--bg-darkred .ce_text.content-keycolor-red ul li a:before {
    background-color: #EB5B25; }
  .mod_article.mod_article--bg-darkred .ce_text.content-keycolor-red p a:before {
    background-color: #EB5B25; }
  .mod_article.mod_article--bg-darkred .ce_text.content-keycolor-yellow ul li a:before {
    background-color: #FDC400; }
  .mod_article.mod_article--bg-darkred .ce_text.content-keycolor-yellow p a:before {
    background-color: #FDC400; }
  .mod_article.mod_article--bg-darkred .ce_text.content-keycolor-cyan ul li a:before {
    background-color: #4DBDC6; }
  .mod_article.mod_article--bg-darkred .ce_text.content-keycolor-cyan p a:before {
    background-color: #4DBDC6; }
  .mod_article.mod_article--bg-darkred .ce_text.content-keycolor-green ul li a:before {
    background-color: #B8C931; }
  .mod_article.mod_article--bg-darkred .ce_text.content-keycolor-green p a:before {
    background-color: #B8C931; }
  .mod_article.mod_article--bg-darkred .ce_text.content-keycolor-standard ul li a:before {
    background-color: #E5E4E3; }
  .mod_article.mod_article--bg-darkred .ce_text.content-keycolor-standard p a:before {
    background-color: #E5E4E3; }
  .mod_article.mod_article--bg-darkred .ce_text > :not(:last-child) {
    margin-bottom: 15px; }

.mod_article.mod_article--bg-darkred .ce_text--linklist ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  line-height: 0; }
  .mod_article.mod_article--bg-darkred .ce_text--linklist ul li {
    margin: 0;
    padding: 0;
    line-height: 0; }
  .mod_article.mod_article--bg-darkred .ce_text--linklist ul li:not(:last-child) {
    margin-bottom: 10px; }
  .mod_article.mod_article--bg-darkred .ce_text--linklist ul li a {
    display: inline-block;
    overflow: hidden;
    position: relative;
    z-index: 1;
    padding-left: 28px;
    padding-left: 35px; }
    .mod_article.mod_article--bg-darkred .ce_text--linklist ul li a a {
      padding-left: 0; }
    .mod_article.mod_article--bg-darkred .ce_text--linklist ul li a:after {
      position: absolute;
      z-index: 0;
      content: '';
      background-repeat: no-repeat; }
    .mod_article.mod_article--bg-darkred .ce_text--linklist ul li a:before {
      position: absolute;
      z-index: 0;
      content: '';
      width: 20px;
      height: 20px;
      border-radius: 20px;
      background-color: #C6C3C0; }
    .mod_article.mod_article--bg-darkred .ce_text--linklist ul li a:before {
      top: 4px;
      left: 2px; }
    .mod_article.mod_article--bg-darkred .ce_text--linklist ul li a:before {
      background-color: #FDC400; }
    .mod_article.mod_article--bg-darkred .ce_text--linklist ul li a[href^="http"]:after {
      top: 4px;
      left: 0;
      width: 20px;
      height: 20px;
      background-image: url(2ac07797f46dfab715091ea4dc74aa71.svg);
      background-position: right center;
      background-size: 20px 20px; }
    .mod_article.mod_article--bg-darkred .ce_text--linklist ul li a[href^="http"]:hover:after {
      -webkit-animation-name: link-anim-extern;
              animation-name: link-anim-extern;
      -webkit-animation-duration: 0.4s;
              animation-duration: 0.4s;
      -webkit-animation-timing-function: ease-out;
              animation-timing-function: ease-out; }
    .mod_article.mod_article--bg-darkred .ce_text--linklist ul li a[href^="files/"]:after {
      top: 0;
      left: 2px;
      width: 20px;
      height: 20px;
      background-image: url(443b0c3ee211c2fd91bd9716a47b6bf8.svg);
      background-position: right center;
      background-size: 20px 20px; }
    .mod_article.mod_article--bg-darkred .ce_text--linklist ul li a[href^="files/"]:hover:after {
      -webkit-animation-name: link-anim-download;
              animation-name: link-anim-download;
      -webkit-animation-duration: 0.3s;
              animation-duration: 0.3s;
      -webkit-animation-timing-function: ease-out;
              animation-timing-function: ease-out; }
    .mod_article.mod_article--bg-darkred .ce_text--linklist ul li a[href*="#"]:after {
      top: 0;
      left: 2px;
      width: 20px;
      height: 20px;
      background-image: url(ad39e3c3df449c8908b2676110ec31a6.svg);
      background-position: right center;
      background-size: 20px 20px; }
    .mod_article.mod_article--bg-darkred .ce_text--linklist ul li a[href*="#"]:hover:after {
      -webkit-animation-name: link-anim-download;
              animation-name: link-anim-download;
      -webkit-animation-duration: 0.3s;
              animation-duration: 0.3s;
      -webkit-animation-timing-function: ease-out;
              animation-timing-function: ease-out; }
    .mod_article.mod_article--bg-darkred .ce_text--linklist ul li a:after {
      top: 4px;
      left: 0;
      width: 20px;
      height: 20px;
      background-image: url(1edaad31a29e29a891de76ad1aa1d495.svg);
      background-position: right center;
      background-size: 20px 20px; }
    .mod_article.mod_article--bg-darkred .ce_text--linklist ul li a:hover:after {
      -webkit-animation-name: link-anim-standard;
              animation-name: link-anim-standard;
      -webkit-animation-duration: 0.4s;
              animation-duration: 0.4s;
      -webkit-animation-timing-function: ease-out;
              animation-timing-function: ease-out; }

.mod_article.mod_article--bg-cyan .ce_text {
  color: black; }
  .mod_article.mod_article--bg-cyan .ce_text.content-keycolor-white ul li a:before {
    background-color: white; }
  .mod_article.mod_article--bg-cyan .ce_text.content-keycolor-white p a:before {
    background-color: white; }
  .mod_article.mod_article--bg-cyan .ce_text.content-keycolor-red ul li a:before {
    background-color: #EB5B25; }
  .mod_article.mod_article--bg-cyan .ce_text.content-keycolor-red p a:before {
    background-color: #EB5B25; }
  .mod_article.mod_article--bg-cyan .ce_text.content-keycolor-yellow ul li a:before {
    background-color: #FDC400; }
  .mod_article.mod_article--bg-cyan .ce_text.content-keycolor-yellow p a:before {
    background-color: #FDC400; }
  .mod_article.mod_article--bg-cyan .ce_text.content-keycolor-cyan ul li a:before {
    background-color: #4DBDC6; }
  .mod_article.mod_article--bg-cyan .ce_text.content-keycolor-cyan p a:before {
    background-color: #4DBDC6; }
  .mod_article.mod_article--bg-cyan .ce_text.content-keycolor-green ul li a:before {
    background-color: #B8C931; }
  .mod_article.mod_article--bg-cyan .ce_text.content-keycolor-green p a:before {
    background-color: #B8C931; }
  .mod_article.mod_article--bg-cyan .ce_text.content-keycolor-standard ul li a:before {
    background-color: #E5E4E3; }
  .mod_article.mod_article--bg-cyan .ce_text.content-keycolor-standard p a:before {
    background-color: #E5E4E3; }
  .mod_article.mod_article--bg-cyan .ce_text > :not(:last-child) {
    margin-bottom: 15px; }

.mod_article.mod_article--bg-cyan .ce_text--linklist ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  line-height: 0; }
  .mod_article.mod_article--bg-cyan .ce_text--linklist ul li {
    margin: 0;
    padding: 0;
    line-height: 0; }
  .mod_article.mod_article--bg-cyan .ce_text--linklist ul li:not(:last-child) {
    margin-bottom: 10px; }
  .mod_article.mod_article--bg-cyan .ce_text--linklist ul li a {
    display: inline-block;
    overflow: hidden;
    position: relative;
    z-index: 1;
    padding-left: 28px;
    padding-left: 35px; }
    .mod_article.mod_article--bg-cyan .ce_text--linklist ul li a a {
      padding-left: 0; }
    .mod_article.mod_article--bg-cyan .ce_text--linklist ul li a:after {
      position: absolute;
      z-index: 0;
      content: '';
      background-repeat: no-repeat; }
    .mod_article.mod_article--bg-cyan .ce_text--linklist ul li a:before {
      position: absolute;
      z-index: 0;
      content: '';
      width: 20px;
      height: 20px;
      border-radius: 20px;
      background-color: #C6C3C0; }
    .mod_article.mod_article--bg-cyan .ce_text--linklist ul li a:before {
      top: 4px;
      left: 2px; }
    .mod_article.mod_article--bg-cyan .ce_text--linklist ul li a:before {
      background-color: #FDC400; }
    .mod_article.mod_article--bg-cyan .ce_text--linklist ul li a[href^="http"]:after {
      top: 4px;
      left: 0;
      width: 20px;
      height: 20px;
      background-image: url(2ac07797f46dfab715091ea4dc74aa71.svg);
      background-position: right center;
      background-size: 20px 20px; }
    .mod_article.mod_article--bg-cyan .ce_text--linklist ul li a[href^="http"]:hover:after {
      -webkit-animation-name: link-anim-extern;
              animation-name: link-anim-extern;
      -webkit-animation-duration: 0.4s;
              animation-duration: 0.4s;
      -webkit-animation-timing-function: ease-out;
              animation-timing-function: ease-out; }
    .mod_article.mod_article--bg-cyan .ce_text--linklist ul li a[href^="files/"]:after {
      top: 0;
      left: 2px;
      width: 20px;
      height: 20px;
      background-image: url(443b0c3ee211c2fd91bd9716a47b6bf8.svg);
      background-position: right center;
      background-size: 20px 20px; }
    .mod_article.mod_article--bg-cyan .ce_text--linklist ul li a[href^="files/"]:hover:after {
      -webkit-animation-name: link-anim-download;
              animation-name: link-anim-download;
      -webkit-animation-duration: 0.3s;
              animation-duration: 0.3s;
      -webkit-animation-timing-function: ease-out;
              animation-timing-function: ease-out; }
    .mod_article.mod_article--bg-cyan .ce_text--linklist ul li a[href*="#"]:after {
      top: 0;
      left: 2px;
      width: 20px;
      height: 20px;
      background-image: url(ad39e3c3df449c8908b2676110ec31a6.svg);
      background-position: right center;
      background-size: 20px 20px; }
    .mod_article.mod_article--bg-cyan .ce_text--linklist ul li a[href*="#"]:hover:after {
      -webkit-animation-name: link-anim-download;
              animation-name: link-anim-download;
      -webkit-animation-duration: 0.3s;
              animation-duration: 0.3s;
      -webkit-animation-timing-function: ease-out;
              animation-timing-function: ease-out; }
    .mod_article.mod_article--bg-cyan .ce_text--linklist ul li a:after {
      top: 4px;
      left: 0;
      width: 20px;
      height: 20px;
      background-image: url(1edaad31a29e29a891de76ad1aa1d495.svg);
      background-position: right center;
      background-size: 20px 20px; }
    .mod_article.mod_article--bg-cyan .ce_text--linklist ul li a:hover:after {
      -webkit-animation-name: link-anim-standard;
              animation-name: link-anim-standard;
      -webkit-animation-duration: 0.4s;
              animation-duration: 0.4s;
      -webkit-animation-timing-function: ease-out;
              animation-timing-function: ease-out; }

.mod_article.mod_article--bg-teal .ce_text {
  color: white; }
  .mod_article.mod_article--bg-teal .ce_text.content-keycolor-white ul li a:before {
    background-color: white; }
  .mod_article.mod_article--bg-teal .ce_text.content-keycolor-white p a:before {
    background-color: white; }
  .mod_article.mod_article--bg-teal .ce_text.content-keycolor-red ul li a:before {
    background-color: #EB5B25; }
  .mod_article.mod_article--bg-teal .ce_text.content-keycolor-red p a:before {
    background-color: #EB5B25; }
  .mod_article.mod_article--bg-teal .ce_text.content-keycolor-yellow ul li a:before {
    background-color: #FDC400; }
  .mod_article.mod_article--bg-teal .ce_text.content-keycolor-yellow p a:before {
    background-color: #FDC400; }
  .mod_article.mod_article--bg-teal .ce_text.content-keycolor-cyan ul li a:before {
    background-color: #4DBDC6; }
  .mod_article.mod_article--bg-teal .ce_text.content-keycolor-cyan p a:before {
    background-color: #4DBDC6; }
  .mod_article.mod_article--bg-teal .ce_text.content-keycolor-green ul li a:before {
    background-color: #B8C931; }
  .mod_article.mod_article--bg-teal .ce_text.content-keycolor-green p a:before {
    background-color: #B8C931; }
  .mod_article.mod_article--bg-teal .ce_text.content-keycolor-standard ul li a:before {
    background-color: #E5E4E3; }
  .mod_article.mod_article--bg-teal .ce_text.content-keycolor-standard p a:before {
    background-color: #E5E4E3; }
  .mod_article.mod_article--bg-teal .ce_text > :not(:last-child) {
    margin-bottom: 15px; }

.mod_article.mod_article--bg-teal .ce_text--linklist ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  line-height: 0; }
  .mod_article.mod_article--bg-teal .ce_text--linklist ul li {
    margin: 0;
    padding: 0;
    line-height: 0; }
  .mod_article.mod_article--bg-teal .ce_text--linklist ul li:not(:last-child) {
    margin-bottom: 10px; }
  .mod_article.mod_article--bg-teal .ce_text--linklist ul li a {
    display: inline-block;
    overflow: hidden;
    position: relative;
    z-index: 1;
    padding-left: 28px;
    padding-left: 35px; }
    .mod_article.mod_article--bg-teal .ce_text--linklist ul li a a {
      padding-left: 0; }
    .mod_article.mod_article--bg-teal .ce_text--linklist ul li a:after {
      position: absolute;
      z-index: 0;
      content: '';
      background-repeat: no-repeat; }
    .mod_article.mod_article--bg-teal .ce_text--linklist ul li a:before {
      position: absolute;
      z-index: 0;
      content: '';
      width: 20px;
      height: 20px;
      border-radius: 20px;
      background-color: #C6C3C0; }
    .mod_article.mod_article--bg-teal .ce_text--linklist ul li a:before {
      top: 4px;
      left: 2px; }
    .mod_article.mod_article--bg-teal .ce_text--linklist ul li a:before {
      background-color: #FDC400; }
    .mod_article.mod_article--bg-teal .ce_text--linklist ul li a[href^="http"]:after {
      top: 4px;
      left: 0;
      width: 20px;
      height: 20px;
      background-image: url(2ac07797f46dfab715091ea4dc74aa71.svg);
      background-position: right center;
      background-size: 20px 20px; }
    .mod_article.mod_article--bg-teal .ce_text--linklist ul li a[href^="http"]:hover:after {
      -webkit-animation-name: link-anim-extern;
              animation-name: link-anim-extern;
      -webkit-animation-duration: 0.4s;
              animation-duration: 0.4s;
      -webkit-animation-timing-function: ease-out;
              animation-timing-function: ease-out; }
    .mod_article.mod_article--bg-teal .ce_text--linklist ul li a[href^="files/"]:after {
      top: 0;
      left: 2px;
      width: 20px;
      height: 20px;
      background-image: url(443b0c3ee211c2fd91bd9716a47b6bf8.svg);
      background-position: right center;
      background-size: 20px 20px; }
    .mod_article.mod_article--bg-teal .ce_text--linklist ul li a[href^="files/"]:hover:after {
      -webkit-animation-name: link-anim-download;
              animation-name: link-anim-download;
      -webkit-animation-duration: 0.3s;
              animation-duration: 0.3s;
      -webkit-animation-timing-function: ease-out;
              animation-timing-function: ease-out; }
    .mod_article.mod_article--bg-teal .ce_text--linklist ul li a[href*="#"]:after {
      top: 0;
      left: 2px;
      width: 20px;
      height: 20px;
      background-image: url(ad39e3c3df449c8908b2676110ec31a6.svg);
      background-position: right center;
      background-size: 20px 20px; }
    .mod_article.mod_article--bg-teal .ce_text--linklist ul li a[href*="#"]:hover:after {
      -webkit-animation-name: link-anim-download;
              animation-name: link-anim-download;
      -webkit-animation-duration: 0.3s;
              animation-duration: 0.3s;
      -webkit-animation-timing-function: ease-out;
              animation-timing-function: ease-out; }
    .mod_article.mod_article--bg-teal .ce_text--linklist ul li a:after {
      top: 4px;
      left: 0;
      width: 20px;
      height: 20px;
      background-image: url(1edaad31a29e29a891de76ad1aa1d495.svg);
      background-position: right center;
      background-size: 20px 20px; }
    .mod_article.mod_article--bg-teal .ce_text--linklist ul li a:hover:after {
      -webkit-animation-name: link-anim-standard;
              animation-name: link-anim-standard;
      -webkit-animation-duration: 0.4s;
              animation-duration: 0.4s;
      -webkit-animation-timing-function: ease-out;
              animation-timing-function: ease-out; }

.mod_article.mod_article--bg-yellow .ce_text {
  color: black; }
  .mod_article.mod_article--bg-yellow .ce_text.content-keycolor-white ul li a:before {
    background-color: white; }
  .mod_article.mod_article--bg-yellow .ce_text.content-keycolor-white p a:before {
    background-color: white; }
  .mod_article.mod_article--bg-yellow .ce_text.content-keycolor-red ul li a:before {
    background-color: #EB5B25; }
  .mod_article.mod_article--bg-yellow .ce_text.content-keycolor-red p a:before {
    background-color: #EB5B25; }
  .mod_article.mod_article--bg-yellow .ce_text.content-keycolor-yellow ul li a:before {
    background-color: #FDC400; }
  .mod_article.mod_article--bg-yellow .ce_text.content-keycolor-yellow p a:before {
    background-color: #FDC400; }
  .mod_article.mod_article--bg-yellow .ce_text.content-keycolor-cyan ul li a:before {
    background-color: #4DBDC6; }
  .mod_article.mod_article--bg-yellow .ce_text.content-keycolor-cyan p a:before {
    background-color: #4DBDC6; }
  .mod_article.mod_article--bg-yellow .ce_text.content-keycolor-green ul li a:before {
    background-color: #B8C931; }
  .mod_article.mod_article--bg-yellow .ce_text.content-keycolor-green p a:before {
    background-color: #B8C931; }
  .mod_article.mod_article--bg-yellow .ce_text.content-keycolor-standard ul li a:before {
    background-color: #E5E4E3; }
  .mod_article.mod_article--bg-yellow .ce_text.content-keycolor-standard p a:before {
    background-color: #E5E4E3; }
  .mod_article.mod_article--bg-yellow .ce_text > :not(:last-child) {
    margin-bottom: 15px; }

.mod_article.mod_article--bg-yellow .ce_text--linklist ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  line-height: 0; }
  .mod_article.mod_article--bg-yellow .ce_text--linklist ul li {
    margin: 0;
    padding: 0;
    line-height: 0; }
  .mod_article.mod_article--bg-yellow .ce_text--linklist ul li:not(:last-child) {
    margin-bottom: 10px; }
  .mod_article.mod_article--bg-yellow .ce_text--linklist ul li a {
    display: inline-block;
    overflow: hidden;
    position: relative;
    z-index: 1;
    padding-left: 28px;
    padding-left: 35px; }
    .mod_article.mod_article--bg-yellow .ce_text--linklist ul li a a {
      padding-left: 0; }
    .mod_article.mod_article--bg-yellow .ce_text--linklist ul li a:after {
      position: absolute;
      z-index: 0;
      content: '';
      background-repeat: no-repeat; }
    .mod_article.mod_article--bg-yellow .ce_text--linklist ul li a:before {
      position: absolute;
      z-index: 0;
      content: '';
      width: 20px;
      height: 20px;
      border-radius: 20px;
      background-color: #C6C3C0; }
    .mod_article.mod_article--bg-yellow .ce_text--linklist ul li a:before {
      top: 4px;
      left: 2px; }
    .mod_article.mod_article--bg-yellow .ce_text--linklist ul li a:before {
      background-color: #FDC400; }
    .mod_article.mod_article--bg-yellow .ce_text--linklist ul li a[href^="http"]:after {
      top: 4px;
      left: 0;
      width: 20px;
      height: 20px;
      background-image: url(2ac07797f46dfab715091ea4dc74aa71.svg);
      background-position: right center;
      background-size: 20px 20px; }
    .mod_article.mod_article--bg-yellow .ce_text--linklist ul li a[href^="http"]:hover:after {
      -webkit-animation-name: link-anim-extern;
              animation-name: link-anim-extern;
      -webkit-animation-duration: 0.4s;
              animation-duration: 0.4s;
      -webkit-animation-timing-function: ease-out;
              animation-timing-function: ease-out; }
    .mod_article.mod_article--bg-yellow .ce_text--linklist ul li a[href^="files/"]:after {
      top: 0;
      left: 2px;
      width: 20px;
      height: 20px;
      background-image: url(443b0c3ee211c2fd91bd9716a47b6bf8.svg);
      background-position: right center;
      background-size: 20px 20px; }
    .mod_article.mod_article--bg-yellow .ce_text--linklist ul li a[href^="files/"]:hover:after {
      -webkit-animation-name: link-anim-download;
              animation-name: link-anim-download;
      -webkit-animation-duration: 0.3s;
              animation-duration: 0.3s;
      -webkit-animation-timing-function: ease-out;
              animation-timing-function: ease-out; }
    .mod_article.mod_article--bg-yellow .ce_text--linklist ul li a[href*="#"]:after {
      top: 0;
      left: 2px;
      width: 20px;
      height: 20px;
      background-image: url(ad39e3c3df449c8908b2676110ec31a6.svg);
      background-position: right center;
      background-size: 20px 20px; }
    .mod_article.mod_article--bg-yellow .ce_text--linklist ul li a[href*="#"]:hover:after {
      -webkit-animation-name: link-anim-download;
              animation-name: link-anim-download;
      -webkit-animation-duration: 0.3s;
              animation-duration: 0.3s;
      -webkit-animation-timing-function: ease-out;
              animation-timing-function: ease-out; }
    .mod_article.mod_article--bg-yellow .ce_text--linklist ul li a:after {
      top: 4px;
      left: 0;
      width: 20px;
      height: 20px;
      background-image: url(1edaad31a29e29a891de76ad1aa1d495.svg);
      background-position: right center;
      background-size: 20px 20px; }
    .mod_article.mod_article--bg-yellow .ce_text--linklist ul li a:hover:after {
      -webkit-animation-name: link-anim-standard;
              animation-name: link-anim-standard;
      -webkit-animation-duration: 0.4s;
              animation-duration: 0.4s;
      -webkit-animation-timing-function: ease-out;
              animation-timing-function: ease-out; }

.mod_article.mod_article--bg-lightbeige .ce_text {
  color: black; }
  .mod_article.mod_article--bg-lightbeige .ce_text.content-keycolor-white ul li a:before {
    background-color: white; }
  .mod_article.mod_article--bg-lightbeige .ce_text.content-keycolor-white p a:before {
    background-color: white; }
  .mod_article.mod_article--bg-lightbeige .ce_text.content-keycolor-red ul li a:before {
    background-color: #EB5B25; }
  .mod_article.mod_article--bg-lightbeige .ce_text.content-keycolor-red p a:before {
    background-color: #EB5B25; }
  .mod_article.mod_article--bg-lightbeige .ce_text.content-keycolor-yellow ul li a:before {
    background-color: #FDC400; }
  .mod_article.mod_article--bg-lightbeige .ce_text.content-keycolor-yellow p a:before {
    background-color: #FDC400; }
  .mod_article.mod_article--bg-lightbeige .ce_text.content-keycolor-cyan ul li a:before {
    background-color: #4DBDC6; }
  .mod_article.mod_article--bg-lightbeige .ce_text.content-keycolor-cyan p a:before {
    background-color: #4DBDC6; }
  .mod_article.mod_article--bg-lightbeige .ce_text.content-keycolor-green ul li a:before {
    background-color: #B8C931; }
  .mod_article.mod_article--bg-lightbeige .ce_text.content-keycolor-green p a:before {
    background-color: #B8C931; }
  .mod_article.mod_article--bg-lightbeige .ce_text.content-keycolor-standard ul li a:before {
    background-color: #E5E4E3; }
  .mod_article.mod_article--bg-lightbeige .ce_text.content-keycolor-standard p a:before {
    background-color: #E5E4E3; }
  .mod_article.mod_article--bg-lightbeige .ce_text > :not(:last-child) {
    margin-bottom: 15px; }

.mod_article.mod_article--bg-lightbeige .ce_text--linklist ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  line-height: 0; }
  .mod_article.mod_article--bg-lightbeige .ce_text--linklist ul li {
    margin: 0;
    padding: 0;
    line-height: 0; }
  .mod_article.mod_article--bg-lightbeige .ce_text--linklist ul li:not(:last-child) {
    margin-bottom: 10px; }
  .mod_article.mod_article--bg-lightbeige .ce_text--linklist ul li a {
    display: inline-block;
    overflow: hidden;
    position: relative;
    z-index: 1;
    padding-left: 28px;
    padding-left: 35px; }
    .mod_article.mod_article--bg-lightbeige .ce_text--linklist ul li a a {
      padding-left: 0; }
    .mod_article.mod_article--bg-lightbeige .ce_text--linklist ul li a:after {
      position: absolute;
      z-index: 0;
      content: '';
      background-repeat: no-repeat; }
    .mod_article.mod_article--bg-lightbeige .ce_text--linklist ul li a:before {
      position: absolute;
      z-index: 0;
      content: '';
      width: 20px;
      height: 20px;
      border-radius: 20px;
      background-color: #C6C3C0; }
    .mod_article.mod_article--bg-lightbeige .ce_text--linklist ul li a:before {
      top: 4px;
      left: 2px; }
    .mod_article.mod_article--bg-lightbeige .ce_text--linklist ul li a:before {
      background-color: #FDC400; }
    .mod_article.mod_article--bg-lightbeige .ce_text--linklist ul li a[href^="http"]:after {
      top: 4px;
      left: 0;
      width: 20px;
      height: 20px;
      background-image: url(2ac07797f46dfab715091ea4dc74aa71.svg);
      background-position: right center;
      background-size: 20px 20px; }
    .mod_article.mod_article--bg-lightbeige .ce_text--linklist ul li a[href^="http"]:hover:after {
      -webkit-animation-name: link-anim-extern;
              animation-name: link-anim-extern;
      -webkit-animation-duration: 0.4s;
              animation-duration: 0.4s;
      -webkit-animation-timing-function: ease-out;
              animation-timing-function: ease-out; }
    .mod_article.mod_article--bg-lightbeige .ce_text--linklist ul li a[href^="files/"]:after {
      top: 0;
      left: 2px;
      width: 20px;
      height: 20px;
      background-image: url(443b0c3ee211c2fd91bd9716a47b6bf8.svg);
      background-position: right center;
      background-size: 20px 20px; }
    .mod_article.mod_article--bg-lightbeige .ce_text--linklist ul li a[href^="files/"]:hover:after {
      -webkit-animation-name: link-anim-download;
              animation-name: link-anim-download;
      -webkit-animation-duration: 0.3s;
              animation-duration: 0.3s;
      -webkit-animation-timing-function: ease-out;
              animation-timing-function: ease-out; }
    .mod_article.mod_article--bg-lightbeige .ce_text--linklist ul li a[href*="#"]:after {
      top: 0;
      left: 2px;
      width: 20px;
      height: 20px;
      background-image: url(ad39e3c3df449c8908b2676110ec31a6.svg);
      background-position: right center;
      background-size: 20px 20px; }
    .mod_article.mod_article--bg-lightbeige .ce_text--linklist ul li a[href*="#"]:hover:after {
      -webkit-animation-name: link-anim-download;
              animation-name: link-anim-download;
      -webkit-animation-duration: 0.3s;
              animation-duration: 0.3s;
      -webkit-animation-timing-function: ease-out;
              animation-timing-function: ease-out; }
    .mod_article.mod_article--bg-lightbeige .ce_text--linklist ul li a:after {
      top: 4px;
      left: 0;
      width: 20px;
      height: 20px;
      background-image: url(1edaad31a29e29a891de76ad1aa1d495.svg);
      background-position: right center;
      background-size: 20px 20px; }
    .mod_article.mod_article--bg-lightbeige .ce_text--linklist ul li a:hover:after {
      -webkit-animation-name: link-anim-standard;
              animation-name: link-anim-standard;
      -webkit-animation-duration: 0.4s;
              animation-duration: 0.4s;
      -webkit-animation-timing-function: ease-out;
              animation-timing-function: ease-out; }

.mod_article.mod_article--bg-beige .ce_text {
  color: black; }
  .mod_article.mod_article--bg-beige .ce_text.content-keycolor-white ul li a:before {
    background-color: white; }
  .mod_article.mod_article--bg-beige .ce_text.content-keycolor-white p a:before {
    background-color: white; }
  .mod_article.mod_article--bg-beige .ce_text.content-keycolor-red ul li a:before {
    background-color: #EB5B25; }
  .mod_article.mod_article--bg-beige .ce_text.content-keycolor-red p a:before {
    background-color: #EB5B25; }
  .mod_article.mod_article--bg-beige .ce_text.content-keycolor-yellow ul li a:before {
    background-color: #FDC400; }
  .mod_article.mod_article--bg-beige .ce_text.content-keycolor-yellow p a:before {
    background-color: #FDC400; }
  .mod_article.mod_article--bg-beige .ce_text.content-keycolor-cyan ul li a:before {
    background-color: #4DBDC6; }
  .mod_article.mod_article--bg-beige .ce_text.content-keycolor-cyan p a:before {
    background-color: #4DBDC6; }
  .mod_article.mod_article--bg-beige .ce_text.content-keycolor-green ul li a:before {
    background-color: #B8C931; }
  .mod_article.mod_article--bg-beige .ce_text.content-keycolor-green p a:before {
    background-color: #B8C931; }
  .mod_article.mod_article--bg-beige .ce_text.content-keycolor-standard ul li a:before {
    background-color: #E5E4E3; }
  .mod_article.mod_article--bg-beige .ce_text.content-keycolor-standard p a:before {
    background-color: #E5E4E3; }
  .mod_article.mod_article--bg-beige .ce_text > :not(:last-child) {
    margin-bottom: 15px; }

.mod_article.mod_article--bg-beige .ce_text--linklist ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  line-height: 0; }
  .mod_article.mod_article--bg-beige .ce_text--linklist ul li {
    margin: 0;
    padding: 0;
    line-height: 0; }
  .mod_article.mod_article--bg-beige .ce_text--linklist ul li:not(:last-child) {
    margin-bottom: 10px; }
  .mod_article.mod_article--bg-beige .ce_text--linklist ul li a {
    display: inline-block;
    overflow: hidden;
    position: relative;
    z-index: 1;
    padding-left: 28px;
    padding-left: 35px; }
    .mod_article.mod_article--bg-beige .ce_text--linklist ul li a a {
      padding-left: 0; }
    .mod_article.mod_article--bg-beige .ce_text--linklist ul li a:after {
      position: absolute;
      z-index: 0;
      content: '';
      background-repeat: no-repeat; }
    .mod_article.mod_article--bg-beige .ce_text--linklist ul li a:before {
      position: absolute;
      z-index: 0;
      content: '';
      width: 20px;
      height: 20px;
      border-radius: 20px;
      background-color: #C6C3C0; }
    .mod_article.mod_article--bg-beige .ce_text--linklist ul li a:before {
      top: 4px;
      left: 2px; }
    .mod_article.mod_article--bg-beige .ce_text--linklist ul li a:before {
      background-color: #FDC400; }
    .mod_article.mod_article--bg-beige .ce_text--linklist ul li a[href^="http"]:after {
      top: 4px;
      left: 0;
      width: 20px;
      height: 20px;
      background-image: url(2ac07797f46dfab715091ea4dc74aa71.svg);
      background-position: right center;
      background-size: 20px 20px; }
    .mod_article.mod_article--bg-beige .ce_text--linklist ul li a[href^="http"]:hover:after {
      -webkit-animation-name: link-anim-extern;
              animation-name: link-anim-extern;
      -webkit-animation-duration: 0.4s;
              animation-duration: 0.4s;
      -webkit-animation-timing-function: ease-out;
              animation-timing-function: ease-out; }
    .mod_article.mod_article--bg-beige .ce_text--linklist ul li a[href^="files/"]:after {
      top: 0;
      left: 2px;
      width: 20px;
      height: 20px;
      background-image: url(443b0c3ee211c2fd91bd9716a47b6bf8.svg);
      background-position: right center;
      background-size: 20px 20px; }
    .mod_article.mod_article--bg-beige .ce_text--linklist ul li a[href^="files/"]:hover:after {
      -webkit-animation-name: link-anim-download;
              animation-name: link-anim-download;
      -webkit-animation-duration: 0.3s;
              animation-duration: 0.3s;
      -webkit-animation-timing-function: ease-out;
              animation-timing-function: ease-out; }
    .mod_article.mod_article--bg-beige .ce_text--linklist ul li a[href*="#"]:after {
      top: 0;
      left: 2px;
      width: 20px;
      height: 20px;
      background-image: url(ad39e3c3df449c8908b2676110ec31a6.svg);
      background-position: right center;
      background-size: 20px 20px; }
    .mod_article.mod_article--bg-beige .ce_text--linklist ul li a[href*="#"]:hover:after {
      -webkit-animation-name: link-anim-download;
              animation-name: link-anim-download;
      -webkit-animation-duration: 0.3s;
              animation-duration: 0.3s;
      -webkit-animation-timing-function: ease-out;
              animation-timing-function: ease-out; }
    .mod_article.mod_article--bg-beige .ce_text--linklist ul li a:after {
      top: 4px;
      left: 0;
      width: 20px;
      height: 20px;
      background-image: url(1edaad31a29e29a891de76ad1aa1d495.svg);
      background-position: right center;
      background-size: 20px 20px; }
    .mod_article.mod_article--bg-beige .ce_text--linklist ul li a:hover:after {
      -webkit-animation-name: link-anim-standard;
              animation-name: link-anim-standard;
      -webkit-animation-duration: 0.4s;
              animation-duration: 0.4s;
      -webkit-animation-timing-function: ease-out;
              animation-timing-function: ease-out; }

.mod_article.mod_article--bg-midbeige .ce_text {
  color: black; }
  .mod_article.mod_article--bg-midbeige .ce_text.content-keycolor-white ul li a:before {
    background-color: white; }
  .mod_article.mod_article--bg-midbeige .ce_text.content-keycolor-white p a:before {
    background-color: white; }
  .mod_article.mod_article--bg-midbeige .ce_text.content-keycolor-red ul li a:before {
    background-color: #EB5B25; }
  .mod_article.mod_article--bg-midbeige .ce_text.content-keycolor-red p a:before {
    background-color: #EB5B25; }
  .mod_article.mod_article--bg-midbeige .ce_text.content-keycolor-yellow ul li a:before {
    background-color: #FDC400; }
  .mod_article.mod_article--bg-midbeige .ce_text.content-keycolor-yellow p a:before {
    background-color: #FDC400; }
  .mod_article.mod_article--bg-midbeige .ce_text.content-keycolor-cyan ul li a:before {
    background-color: #4DBDC6; }
  .mod_article.mod_article--bg-midbeige .ce_text.content-keycolor-cyan p a:before {
    background-color: #4DBDC6; }
  .mod_article.mod_article--bg-midbeige .ce_text.content-keycolor-green ul li a:before {
    background-color: #B8C931; }
  .mod_article.mod_article--bg-midbeige .ce_text.content-keycolor-green p a:before {
    background-color: #B8C931; }
  .mod_article.mod_article--bg-midbeige .ce_text.content-keycolor-standard ul li a:before {
    background-color: #E5E4E3; }
  .mod_article.mod_article--bg-midbeige .ce_text.content-keycolor-standard p a:before {
    background-color: #E5E4E3; }
  .mod_article.mod_article--bg-midbeige .ce_text > :not(:last-child) {
    margin-bottom: 15px; }

.mod_article.mod_article--bg-midbeige .ce_text--linklist ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  line-height: 0; }
  .mod_article.mod_article--bg-midbeige .ce_text--linklist ul li {
    margin: 0;
    padding: 0;
    line-height: 0; }
  .mod_article.mod_article--bg-midbeige .ce_text--linklist ul li:not(:last-child) {
    margin-bottom: 10px; }
  .mod_article.mod_article--bg-midbeige .ce_text--linklist ul li a {
    display: inline-block;
    overflow: hidden;
    position: relative;
    z-index: 1;
    padding-left: 28px;
    padding-left: 35px; }
    .mod_article.mod_article--bg-midbeige .ce_text--linklist ul li a a {
      padding-left: 0; }
    .mod_article.mod_article--bg-midbeige .ce_text--linklist ul li a:after {
      position: absolute;
      z-index: 0;
      content: '';
      background-repeat: no-repeat; }
    .mod_article.mod_article--bg-midbeige .ce_text--linklist ul li a:before {
      position: absolute;
      z-index: 0;
      content: '';
      width: 20px;
      height: 20px;
      border-radius: 20px;
      background-color: #C6C3C0; }
    .mod_article.mod_article--bg-midbeige .ce_text--linklist ul li a:before {
      top: 4px;
      left: 2px; }
    .mod_article.mod_article--bg-midbeige .ce_text--linklist ul li a:before {
      background-color: #FDC400; }
    .mod_article.mod_article--bg-midbeige .ce_text--linklist ul li a[href^="http"]:after {
      top: 4px;
      left: 0;
      width: 20px;
      height: 20px;
      background-image: url(2ac07797f46dfab715091ea4dc74aa71.svg);
      background-position: right center;
      background-size: 20px 20px; }
    .mod_article.mod_article--bg-midbeige .ce_text--linklist ul li a[href^="http"]:hover:after {
      -webkit-animation-name: link-anim-extern;
              animation-name: link-anim-extern;
      -webkit-animation-duration: 0.4s;
              animation-duration: 0.4s;
      -webkit-animation-timing-function: ease-out;
              animation-timing-function: ease-out; }
    .mod_article.mod_article--bg-midbeige .ce_text--linklist ul li a[href^="files/"]:after {
      top: 0;
      left: 2px;
      width: 20px;
      height: 20px;
      background-image: url(443b0c3ee211c2fd91bd9716a47b6bf8.svg);
      background-position: right center;
      background-size: 20px 20px; }
    .mod_article.mod_article--bg-midbeige .ce_text--linklist ul li a[href^="files/"]:hover:after {
      -webkit-animation-name: link-anim-download;
              animation-name: link-anim-download;
      -webkit-animation-duration: 0.3s;
              animation-duration: 0.3s;
      -webkit-animation-timing-function: ease-out;
              animation-timing-function: ease-out; }
    .mod_article.mod_article--bg-midbeige .ce_text--linklist ul li a[href*="#"]:after {
      top: 0;
      left: 2px;
      width: 20px;
      height: 20px;
      background-image: url(ad39e3c3df449c8908b2676110ec31a6.svg);
      background-position: right center;
      background-size: 20px 20px; }
    .mod_article.mod_article--bg-midbeige .ce_text--linklist ul li a[href*="#"]:hover:after {
      -webkit-animation-name: link-anim-download;
              animation-name: link-anim-download;
      -webkit-animation-duration: 0.3s;
              animation-duration: 0.3s;
      -webkit-animation-timing-function: ease-out;
              animation-timing-function: ease-out; }
    .mod_article.mod_article--bg-midbeige .ce_text--linklist ul li a:after {
      top: 4px;
      left: 0;
      width: 20px;
      height: 20px;
      background-image: url(1edaad31a29e29a891de76ad1aa1d495.svg);
      background-position: right center;
      background-size: 20px 20px; }
    .mod_article.mod_article--bg-midbeige .ce_text--linklist ul li a:hover:after {
      -webkit-animation-name: link-anim-standard;
              animation-name: link-anim-standard;
      -webkit-animation-duration: 0.4s;
              animation-duration: 0.4s;
      -webkit-animation-timing-function: ease-out;
              animation-timing-function: ease-out; }

.mod_article.mod_article--bg-darkbeige .ce_text {
  color: black; }
  .mod_article.mod_article--bg-darkbeige .ce_text.content-keycolor-white ul li a:before {
    background-color: white; }
  .mod_article.mod_article--bg-darkbeige .ce_text.content-keycolor-white p a:before {
    background-color: white; }
  .mod_article.mod_article--bg-darkbeige .ce_text.content-keycolor-red ul li a:before {
    background-color: #EB5B25; }
  .mod_article.mod_article--bg-darkbeige .ce_text.content-keycolor-red p a:before {
    background-color: #EB5B25; }
  .mod_article.mod_article--bg-darkbeige .ce_text.content-keycolor-yellow ul li a:before {
    background-color: #FDC400; }
  .mod_article.mod_article--bg-darkbeige .ce_text.content-keycolor-yellow p a:before {
    background-color: #FDC400; }
  .mod_article.mod_article--bg-darkbeige .ce_text.content-keycolor-cyan ul li a:before {
    background-color: #4DBDC6; }
  .mod_article.mod_article--bg-darkbeige .ce_text.content-keycolor-cyan p a:before {
    background-color: #4DBDC6; }
  .mod_article.mod_article--bg-darkbeige .ce_text.content-keycolor-green ul li a:before {
    background-color: #B8C931; }
  .mod_article.mod_article--bg-darkbeige .ce_text.content-keycolor-green p a:before {
    background-color: #B8C931; }
  .mod_article.mod_article--bg-darkbeige .ce_text.content-keycolor-standard ul li a:before {
    background-color: #E5E4E3; }
  .mod_article.mod_article--bg-darkbeige .ce_text.content-keycolor-standard p a:before {
    background-color: #E5E4E3; }
  .mod_article.mod_article--bg-darkbeige .ce_text > :not(:last-child) {
    margin-bottom: 15px; }

.mod_article.mod_article--bg-darkbeige .ce_text--linklist ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  line-height: 0; }
  .mod_article.mod_article--bg-darkbeige .ce_text--linklist ul li {
    margin: 0;
    padding: 0;
    line-height: 0; }
  .mod_article.mod_article--bg-darkbeige .ce_text--linklist ul li:not(:last-child) {
    margin-bottom: 10px; }
  .mod_article.mod_article--bg-darkbeige .ce_text--linklist ul li a {
    display: inline-block;
    overflow: hidden;
    position: relative;
    z-index: 1;
    padding-left: 28px;
    padding-left: 35px; }
    .mod_article.mod_article--bg-darkbeige .ce_text--linklist ul li a a {
      padding-left: 0; }
    .mod_article.mod_article--bg-darkbeige .ce_text--linklist ul li a:after {
      position: absolute;
      z-index: 0;
      content: '';
      background-repeat: no-repeat; }
    .mod_article.mod_article--bg-darkbeige .ce_text--linklist ul li a:before {
      position: absolute;
      z-index: 0;
      content: '';
      width: 20px;
      height: 20px;
      border-radius: 20px;
      background-color: #C6C3C0; }
    .mod_article.mod_article--bg-darkbeige .ce_text--linklist ul li a:before {
      top: 4px;
      left: 2px; }
    .mod_article.mod_article--bg-darkbeige .ce_text--linklist ul li a:before {
      background-color: #FDC400; }
    .mod_article.mod_article--bg-darkbeige .ce_text--linklist ul li a[href^="http"]:after {
      top: 4px;
      left: 0;
      width: 20px;
      height: 20px;
      background-image: url(2ac07797f46dfab715091ea4dc74aa71.svg);
      background-position: right center;
      background-size: 20px 20px; }
    .mod_article.mod_article--bg-darkbeige .ce_text--linklist ul li a[href^="http"]:hover:after {
      -webkit-animation-name: link-anim-extern;
              animation-name: link-anim-extern;
      -webkit-animation-duration: 0.4s;
              animation-duration: 0.4s;
      -webkit-animation-timing-function: ease-out;
              animation-timing-function: ease-out; }
    .mod_article.mod_article--bg-darkbeige .ce_text--linklist ul li a[href^="files/"]:after {
      top: 0;
      left: 2px;
      width: 20px;
      height: 20px;
      background-image: url(443b0c3ee211c2fd91bd9716a47b6bf8.svg);
      background-position: right center;
      background-size: 20px 20px; }
    .mod_article.mod_article--bg-darkbeige .ce_text--linklist ul li a[href^="files/"]:hover:after {
      -webkit-animation-name: link-anim-download;
              animation-name: link-anim-download;
      -webkit-animation-duration: 0.3s;
              animation-duration: 0.3s;
      -webkit-animation-timing-function: ease-out;
              animation-timing-function: ease-out; }
    .mod_article.mod_article--bg-darkbeige .ce_text--linklist ul li a[href*="#"]:after {
      top: 0;
      left: 2px;
      width: 20px;
      height: 20px;
      background-image: url(ad39e3c3df449c8908b2676110ec31a6.svg);
      background-position: right center;
      background-size: 20px 20px; }
    .mod_article.mod_article--bg-darkbeige .ce_text--linklist ul li a[href*="#"]:hover:after {
      -webkit-animation-name: link-anim-download;
              animation-name: link-anim-download;
      -webkit-animation-duration: 0.3s;
              animation-duration: 0.3s;
      -webkit-animation-timing-function: ease-out;
              animation-timing-function: ease-out; }
    .mod_article.mod_article--bg-darkbeige .ce_text--linklist ul li a:after {
      top: 4px;
      left: 0;
      width: 20px;
      height: 20px;
      background-image: url(1edaad31a29e29a891de76ad1aa1d495.svg);
      background-position: right center;
      background-size: 20px 20px; }
    .mod_article.mod_article--bg-darkbeige .ce_text--linklist ul li a:hover:after {
      -webkit-animation-name: link-anim-standard;
              animation-name: link-anim-standard;
      -webkit-animation-duration: 0.4s;
              animation-duration: 0.4s;
      -webkit-animation-timing-function: ease-out;
              animation-timing-function: ease-out; }

.mod_article.mod_article--bg-warmgrey .ce_text {
  color: white; }
  .mod_article.mod_article--bg-warmgrey .ce_text.content-keycolor-white ul li a:before {
    background-color: white; }
  .mod_article.mod_article--bg-warmgrey .ce_text.content-keycolor-white p a:before {
    background-color: white; }
  .mod_article.mod_article--bg-warmgrey .ce_text.content-keycolor-red ul li a:before {
    background-color: #EB5B25; }
  .mod_article.mod_article--bg-warmgrey .ce_text.content-keycolor-red p a:before {
    background-color: #EB5B25; }
  .mod_article.mod_article--bg-warmgrey .ce_text.content-keycolor-yellow ul li a:before {
    background-color: #FDC400; }
  .mod_article.mod_article--bg-warmgrey .ce_text.content-keycolor-yellow p a:before {
    background-color: #FDC400; }
  .mod_article.mod_article--bg-warmgrey .ce_text.content-keycolor-cyan ul li a:before {
    background-color: #4DBDC6; }
  .mod_article.mod_article--bg-warmgrey .ce_text.content-keycolor-cyan p a:before {
    background-color: #4DBDC6; }
  .mod_article.mod_article--bg-warmgrey .ce_text.content-keycolor-green ul li a:before {
    background-color: #B8C931; }
  .mod_article.mod_article--bg-warmgrey .ce_text.content-keycolor-green p a:before {
    background-color: #B8C931; }
  .mod_article.mod_article--bg-warmgrey .ce_text.content-keycolor-standard ul li a:before {
    background-color: #E5E4E3; }
  .mod_article.mod_article--bg-warmgrey .ce_text.content-keycolor-standard p a:before {
    background-color: #E5E4E3; }
  .mod_article.mod_article--bg-warmgrey .ce_text > :not(:last-child) {
    margin-bottom: 15px; }

.mod_article.mod_article--bg-warmgrey .ce_text--linklist ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  line-height: 0; }
  .mod_article.mod_article--bg-warmgrey .ce_text--linklist ul li {
    margin: 0;
    padding: 0;
    line-height: 0; }
  .mod_article.mod_article--bg-warmgrey .ce_text--linklist ul li:not(:last-child) {
    margin-bottom: 10px; }
  .mod_article.mod_article--bg-warmgrey .ce_text--linklist ul li a {
    display: inline-block;
    overflow: hidden;
    position: relative;
    z-index: 1;
    padding-left: 28px;
    padding-left: 35px; }
    .mod_article.mod_article--bg-warmgrey .ce_text--linklist ul li a a {
      padding-left: 0; }
    .mod_article.mod_article--bg-warmgrey .ce_text--linklist ul li a:after {
      position: absolute;
      z-index: 0;
      content: '';
      background-repeat: no-repeat; }
    .mod_article.mod_article--bg-warmgrey .ce_text--linklist ul li a:before {
      position: absolute;
      z-index: 0;
      content: '';
      width: 20px;
      height: 20px;
      border-radius: 20px;
      background-color: #C6C3C0; }
    .mod_article.mod_article--bg-warmgrey .ce_text--linklist ul li a:before {
      top: 4px;
      left: 2px; }
    .mod_article.mod_article--bg-warmgrey .ce_text--linklist ul li a:before {
      background-color: #FDC400; }
    .mod_article.mod_article--bg-warmgrey .ce_text--linklist ul li a[href^="http"]:after {
      top: 4px;
      left: 0;
      width: 20px;
      height: 20px;
      background-image: url(2ac07797f46dfab715091ea4dc74aa71.svg);
      background-position: right center;
      background-size: 20px 20px; }
    .mod_article.mod_article--bg-warmgrey .ce_text--linklist ul li a[href^="http"]:hover:after {
      -webkit-animation-name: link-anim-extern;
              animation-name: link-anim-extern;
      -webkit-animation-duration: 0.4s;
              animation-duration: 0.4s;
      -webkit-animation-timing-function: ease-out;
              animation-timing-function: ease-out; }
    .mod_article.mod_article--bg-warmgrey .ce_text--linklist ul li a[href^="files/"]:after {
      top: 0;
      left: 2px;
      width: 20px;
      height: 20px;
      background-image: url(443b0c3ee211c2fd91bd9716a47b6bf8.svg);
      background-position: right center;
      background-size: 20px 20px; }
    .mod_article.mod_article--bg-warmgrey .ce_text--linklist ul li a[href^="files/"]:hover:after {
      -webkit-animation-name: link-anim-download;
              animation-name: link-anim-download;
      -webkit-animation-duration: 0.3s;
              animation-duration: 0.3s;
      -webkit-animation-timing-function: ease-out;
              animation-timing-function: ease-out; }
    .mod_article.mod_article--bg-warmgrey .ce_text--linklist ul li a[href*="#"]:after {
      top: 0;
      left: 2px;
      width: 20px;
      height: 20px;
      background-image: url(ad39e3c3df449c8908b2676110ec31a6.svg);
      background-position: right center;
      background-size: 20px 20px; }
    .mod_article.mod_article--bg-warmgrey .ce_text--linklist ul li a[href*="#"]:hover:after {
      -webkit-animation-name: link-anim-download;
              animation-name: link-anim-download;
      -webkit-animation-duration: 0.3s;
              animation-duration: 0.3s;
      -webkit-animation-timing-function: ease-out;
              animation-timing-function: ease-out; }
    .mod_article.mod_article--bg-warmgrey .ce_text--linklist ul li a:after {
      top: 4px;
      left: 0;
      width: 20px;
      height: 20px;
      background-image: url(1edaad31a29e29a891de76ad1aa1d495.svg);
      background-position: right center;
      background-size: 20px 20px; }
    .mod_article.mod_article--bg-warmgrey .ce_text--linklist ul li a:hover:after {
      -webkit-animation-name: link-anim-standard;
              animation-name: link-anim-standard;
      -webkit-animation-duration: 0.4s;
              animation-duration: 0.4s;
      -webkit-animation-timing-function: ease-out;
              animation-timing-function: ease-out; }

.mod_article.mod_article--bg-darkwarmgrey .ce_text {
  color: white; }
  .mod_article.mod_article--bg-darkwarmgrey .ce_text.content-keycolor-white ul li a:before {
    background-color: white; }
  .mod_article.mod_article--bg-darkwarmgrey .ce_text.content-keycolor-white p a:before {
    background-color: white; }
  .mod_article.mod_article--bg-darkwarmgrey .ce_text.content-keycolor-red ul li a:before {
    background-color: #EB5B25; }
  .mod_article.mod_article--bg-darkwarmgrey .ce_text.content-keycolor-red p a:before {
    background-color: #EB5B25; }
  .mod_article.mod_article--bg-darkwarmgrey .ce_text.content-keycolor-yellow ul li a:before {
    background-color: #FDC400; }
  .mod_article.mod_article--bg-darkwarmgrey .ce_text.content-keycolor-yellow p a:before {
    background-color: #FDC400; }
  .mod_article.mod_article--bg-darkwarmgrey .ce_text.content-keycolor-cyan ul li a:before {
    background-color: #4DBDC6; }
  .mod_article.mod_article--bg-darkwarmgrey .ce_text.content-keycolor-cyan p a:before {
    background-color: #4DBDC6; }
  .mod_article.mod_article--bg-darkwarmgrey .ce_text.content-keycolor-green ul li a:before {
    background-color: #B8C931; }
  .mod_article.mod_article--bg-darkwarmgrey .ce_text.content-keycolor-green p a:before {
    background-color: #B8C931; }
  .mod_article.mod_article--bg-darkwarmgrey .ce_text.content-keycolor-standard ul li a:before {
    background-color: #E5E4E3; }
  .mod_article.mod_article--bg-darkwarmgrey .ce_text.content-keycolor-standard p a:before {
    background-color: #E5E4E3; }
  .mod_article.mod_article--bg-darkwarmgrey .ce_text > :not(:last-child) {
    margin-bottom: 15px; }

.mod_article.mod_article--bg-darkwarmgrey .ce_text--linklist ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  line-height: 0; }
  .mod_article.mod_article--bg-darkwarmgrey .ce_text--linklist ul li {
    margin: 0;
    padding: 0;
    line-height: 0; }
  .mod_article.mod_article--bg-darkwarmgrey .ce_text--linklist ul li:not(:last-child) {
    margin-bottom: 10px; }
  .mod_article.mod_article--bg-darkwarmgrey .ce_text--linklist ul li a {
    display: inline-block;
    overflow: hidden;
    position: relative;
    z-index: 1;
    padding-left: 28px;
    padding-left: 35px; }
    .mod_article.mod_article--bg-darkwarmgrey .ce_text--linklist ul li a a {
      padding-left: 0; }
    .mod_article.mod_article--bg-darkwarmgrey .ce_text--linklist ul li a:after {
      position: absolute;
      z-index: 0;
      content: '';
      background-repeat: no-repeat; }
    .mod_article.mod_article--bg-darkwarmgrey .ce_text--linklist ul li a:before {
      position: absolute;
      z-index: 0;
      content: '';
      width: 20px;
      height: 20px;
      border-radius: 20px;
      background-color: #C6C3C0; }
    .mod_article.mod_article--bg-darkwarmgrey .ce_text--linklist ul li a:before {
      top: 4px;
      left: 2px; }
    .mod_article.mod_article--bg-darkwarmgrey .ce_text--linklist ul li a:before {
      background-color: #FDC400; }
    .mod_article.mod_article--bg-darkwarmgrey .ce_text--linklist ul li a[href^="http"]:after {
      top: 4px;
      left: 0;
      width: 20px;
      height: 20px;
      background-image: url(2ac07797f46dfab715091ea4dc74aa71.svg);
      background-position: right center;
      background-size: 20px 20px; }
    .mod_article.mod_article--bg-darkwarmgrey .ce_text--linklist ul li a[href^="http"]:hover:after {
      -webkit-animation-name: link-anim-extern;
              animation-name: link-anim-extern;
      -webkit-animation-duration: 0.4s;
              animation-duration: 0.4s;
      -webkit-animation-timing-function: ease-out;
              animation-timing-function: ease-out; }
    .mod_article.mod_article--bg-darkwarmgrey .ce_text--linklist ul li a[href^="files/"]:after {
      top: 0;
      left: 2px;
      width: 20px;
      height: 20px;
      background-image: url(443b0c3ee211c2fd91bd9716a47b6bf8.svg);
      background-position: right center;
      background-size: 20px 20px; }
    .mod_article.mod_article--bg-darkwarmgrey .ce_text--linklist ul li a[href^="files/"]:hover:after {
      -webkit-animation-name: link-anim-download;
              animation-name: link-anim-download;
      -webkit-animation-duration: 0.3s;
              animation-duration: 0.3s;
      -webkit-animation-timing-function: ease-out;
              animation-timing-function: ease-out; }
    .mod_article.mod_article--bg-darkwarmgrey .ce_text--linklist ul li a[href*="#"]:after {
      top: 0;
      left: 2px;
      width: 20px;
      height: 20px;
      background-image: url(ad39e3c3df449c8908b2676110ec31a6.svg);
      background-position: right center;
      background-size: 20px 20px; }
    .mod_article.mod_article--bg-darkwarmgrey .ce_text--linklist ul li a[href*="#"]:hover:after {
      -webkit-animation-name: link-anim-download;
              animation-name: link-anim-download;
      -webkit-animation-duration: 0.3s;
              animation-duration: 0.3s;
      -webkit-animation-timing-function: ease-out;
              animation-timing-function: ease-out; }
    .mod_article.mod_article--bg-darkwarmgrey .ce_text--linklist ul li a:after {
      top: 4px;
      left: 0;
      width: 20px;
      height: 20px;
      background-image: url(1edaad31a29e29a891de76ad1aa1d495.svg);
      background-position: right center;
      background-size: 20px 20px; }
    .mod_article.mod_article--bg-darkwarmgrey .ce_text--linklist ul li a:hover:after {
      -webkit-animation-name: link-anim-standard;
              animation-name: link-anim-standard;
      -webkit-animation-duration: 0.4s;
              animation-duration: 0.4s;
      -webkit-animation-timing-function: ease-out;
              animation-timing-function: ease-out; }

.mod_article.mod_article--bg-white .ce_text {
  color: black; }
  .mod_article.mod_article--bg-white .ce_text.content-keycolor-white ul li a:before {
    background-color: white; }
  .mod_article.mod_article--bg-white .ce_text.content-keycolor-white p a:before {
    background-color: white; }
  .mod_article.mod_article--bg-white .ce_text.content-keycolor-red ul li a:before {
    background-color: #EB5B25; }
  .mod_article.mod_article--bg-white .ce_text.content-keycolor-red p a:before {
    background-color: #EB5B25; }
  .mod_article.mod_article--bg-white .ce_text.content-keycolor-yellow ul li a:before {
    background-color: #FDC400; }
  .mod_article.mod_article--bg-white .ce_text.content-keycolor-yellow p a:before {
    background-color: #FDC400; }
  .mod_article.mod_article--bg-white .ce_text.content-keycolor-cyan ul li a:before {
    background-color: #4DBDC6; }
  .mod_article.mod_article--bg-white .ce_text.content-keycolor-cyan p a:before {
    background-color: #4DBDC6; }
  .mod_article.mod_article--bg-white .ce_text.content-keycolor-green ul li a:before {
    background-color: #B8C931; }
  .mod_article.mod_article--bg-white .ce_text.content-keycolor-green p a:before {
    background-color: #B8C931; }
  .mod_article.mod_article--bg-white .ce_text.content-keycolor-standard ul li a:before {
    background-color: #E5E4E3; }
  .mod_article.mod_article--bg-white .ce_text.content-keycolor-standard p a:before {
    background-color: #E5E4E3; }
  .mod_article.mod_article--bg-white .ce_text > :not(:last-child) {
    margin-bottom: 15px; }

.mod_article.mod_article--bg-white .ce_text--linklist ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  line-height: 0; }
  .mod_article.mod_article--bg-white .ce_text--linklist ul li {
    margin: 0;
    padding: 0;
    line-height: 0; }
  .mod_article.mod_article--bg-white .ce_text--linklist ul li:not(:last-child) {
    margin-bottom: 10px; }
  .mod_article.mod_article--bg-white .ce_text--linklist ul li a {
    display: inline-block;
    overflow: hidden;
    position: relative;
    z-index: 1;
    padding-left: 28px;
    padding-left: 35px; }
    .mod_article.mod_article--bg-white .ce_text--linklist ul li a a {
      padding-left: 0; }
    .mod_article.mod_article--bg-white .ce_text--linklist ul li a:after {
      position: absolute;
      z-index: 0;
      content: '';
      background-repeat: no-repeat; }
    .mod_article.mod_article--bg-white .ce_text--linklist ul li a:before {
      position: absolute;
      z-index: 0;
      content: '';
      width: 20px;
      height: 20px;
      border-radius: 20px;
      background-color: #C6C3C0; }
    .mod_article.mod_article--bg-white .ce_text--linklist ul li a:before {
      top: 4px;
      left: 2px; }
    .mod_article.mod_article--bg-white .ce_text--linklist ul li a:before {
      background-color: #FDC400; }
    .mod_article.mod_article--bg-white .ce_text--linklist ul li a[href^="http"]:after {
      top: 4px;
      left: 0;
      width: 20px;
      height: 20px;
      background-image: url(2ac07797f46dfab715091ea4dc74aa71.svg);
      background-position: right center;
      background-size: 20px 20px; }
    .mod_article.mod_article--bg-white .ce_text--linklist ul li a[href^="http"]:hover:after {
      -webkit-animation-name: link-anim-extern;
              animation-name: link-anim-extern;
      -webkit-animation-duration: 0.4s;
              animation-duration: 0.4s;
      -webkit-animation-timing-function: ease-out;
              animation-timing-function: ease-out; }
    .mod_article.mod_article--bg-white .ce_text--linklist ul li a[href^="files/"]:after {
      top: 0;
      left: 2px;
      width: 20px;
      height: 20px;
      background-image: url(443b0c3ee211c2fd91bd9716a47b6bf8.svg);
      background-position: right center;
      background-size: 20px 20px; }
    .mod_article.mod_article--bg-white .ce_text--linklist ul li a[href^="files/"]:hover:after {
      -webkit-animation-name: link-anim-download;
              animation-name: link-anim-download;
      -webkit-animation-duration: 0.3s;
              animation-duration: 0.3s;
      -webkit-animation-timing-function: ease-out;
              animation-timing-function: ease-out; }
    .mod_article.mod_article--bg-white .ce_text--linklist ul li a[href*="#"]:after {
      top: 0;
      left: 2px;
      width: 20px;
      height: 20px;
      background-image: url(ad39e3c3df449c8908b2676110ec31a6.svg);
      background-position: right center;
      background-size: 20px 20px; }
    .mod_article.mod_article--bg-white .ce_text--linklist ul li a[href*="#"]:hover:after {
      -webkit-animation-name: link-anim-download;
              animation-name: link-anim-download;
      -webkit-animation-duration: 0.3s;
              animation-duration: 0.3s;
      -webkit-animation-timing-function: ease-out;
              animation-timing-function: ease-out; }
    .mod_article.mod_article--bg-white .ce_text--linklist ul li a:after {
      top: 4px;
      left: 0;
      width: 20px;
      height: 20px;
      background-image: url(1edaad31a29e29a891de76ad1aa1d495.svg);
      background-position: right center;
      background-size: 20px 20px; }
    .mod_article.mod_article--bg-white .ce_text--linklist ul li a:hover:after {
      -webkit-animation-name: link-anim-standard;
              animation-name: link-anim-standard;
      -webkit-animation-duration: 0.4s;
              animation-duration: 0.4s;
      -webkit-animation-timing-function: ease-out;
              animation-timing-function: ease-out; }

.mod_article.mod_article--bg-standard .ce_text {
  color: black; }
  .mod_article.mod_article--bg-standard .ce_text.content-keycolor-white ul li a:before {
    background-color: white; }
  .mod_article.mod_article--bg-standard .ce_text.content-keycolor-white p a:before {
    background-color: white; }
  .mod_article.mod_article--bg-standard .ce_text.content-keycolor-red ul li a:before {
    background-color: #EB5B25; }
  .mod_article.mod_article--bg-standard .ce_text.content-keycolor-red p a:before {
    background-color: #EB5B25; }
  .mod_article.mod_article--bg-standard .ce_text.content-keycolor-yellow ul li a:before {
    background-color: #FDC400; }
  .mod_article.mod_article--bg-standard .ce_text.content-keycolor-yellow p a:before {
    background-color: #FDC400; }
  .mod_article.mod_article--bg-standard .ce_text.content-keycolor-cyan ul li a:before {
    background-color: #4DBDC6; }
  .mod_article.mod_article--bg-standard .ce_text.content-keycolor-cyan p a:before {
    background-color: #4DBDC6; }
  .mod_article.mod_article--bg-standard .ce_text.content-keycolor-green ul li a:before {
    background-color: #B8C931; }
  .mod_article.mod_article--bg-standard .ce_text.content-keycolor-green p a:before {
    background-color: #B8C931; }
  .mod_article.mod_article--bg-standard .ce_text.content-keycolor-standard ul li a:before {
    background-color: #E5E4E3; }
  .mod_article.mod_article--bg-standard .ce_text.content-keycolor-standard p a:before {
    background-color: #E5E4E3; }
  .mod_article.mod_article--bg-standard .ce_text > :not(:last-child) {
    margin-bottom: 15px; }

.mod_article.mod_article--bg-standard .ce_text--linklist ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  line-height: 0; }
  .mod_article.mod_article--bg-standard .ce_text--linklist ul li {
    margin: 0;
    padding: 0;
    line-height: 0; }
  .mod_article.mod_article--bg-standard .ce_text--linklist ul li:not(:last-child) {
    margin-bottom: 10px; }
  .mod_article.mod_article--bg-standard .ce_text--linklist ul li a {
    display: inline-block;
    overflow: hidden;
    position: relative;
    z-index: 1;
    padding-left: 28px;
    padding-left: 35px; }
    .mod_article.mod_article--bg-standard .ce_text--linklist ul li a a {
      padding-left: 0; }
    .mod_article.mod_article--bg-standard .ce_text--linklist ul li a:after {
      position: absolute;
      z-index: 0;
      content: '';
      background-repeat: no-repeat; }
    .mod_article.mod_article--bg-standard .ce_text--linklist ul li a:before {
      position: absolute;
      z-index: 0;
      content: '';
      width: 20px;
      height: 20px;
      border-radius: 20px;
      background-color: #C6C3C0; }
    .mod_article.mod_article--bg-standard .ce_text--linklist ul li a:before {
      top: 4px;
      left: 2px; }
    .mod_article.mod_article--bg-standard .ce_text--linklist ul li a:before {
      background-color: #FDC400; }
    .mod_article.mod_article--bg-standard .ce_text--linklist ul li a[href^="http"]:after {
      top: 4px;
      left: 0;
      width: 20px;
      height: 20px;
      background-image: url(2ac07797f46dfab715091ea4dc74aa71.svg);
      background-position: right center;
      background-size: 20px 20px; }
    .mod_article.mod_article--bg-standard .ce_text--linklist ul li a[href^="http"]:hover:after {
      -webkit-animation-name: link-anim-extern;
              animation-name: link-anim-extern;
      -webkit-animation-duration: 0.4s;
              animation-duration: 0.4s;
      -webkit-animation-timing-function: ease-out;
              animation-timing-function: ease-out; }
    .mod_article.mod_article--bg-standard .ce_text--linklist ul li a[href^="files/"]:after {
      top: 0;
      left: 2px;
      width: 20px;
      height: 20px;
      background-image: url(443b0c3ee211c2fd91bd9716a47b6bf8.svg);
      background-position: right center;
      background-size: 20px 20px; }
    .mod_article.mod_article--bg-standard .ce_text--linklist ul li a[href^="files/"]:hover:after {
      -webkit-animation-name: link-anim-download;
              animation-name: link-anim-download;
      -webkit-animation-duration: 0.3s;
              animation-duration: 0.3s;
      -webkit-animation-timing-function: ease-out;
              animation-timing-function: ease-out; }
    .mod_article.mod_article--bg-standard .ce_text--linklist ul li a[href*="#"]:after {
      top: 0;
      left: 2px;
      width: 20px;
      height: 20px;
      background-image: url(ad39e3c3df449c8908b2676110ec31a6.svg);
      background-position: right center;
      background-size: 20px 20px; }
    .mod_article.mod_article--bg-standard .ce_text--linklist ul li a[href*="#"]:hover:after {
      -webkit-animation-name: link-anim-download;
              animation-name: link-anim-download;
      -webkit-animation-duration: 0.3s;
              animation-duration: 0.3s;
      -webkit-animation-timing-function: ease-out;
              animation-timing-function: ease-out; }
    .mod_article.mod_article--bg-standard .ce_text--linklist ul li a:after {
      top: 4px;
      left: 0;
      width: 20px;
      height: 20px;
      background-image: url(1edaad31a29e29a891de76ad1aa1d495.svg);
      background-position: right center;
      background-size: 20px 20px; }
    .mod_article.mod_article--bg-standard .ce_text--linklist ul li a:hover:after {
      -webkit-animation-name: link-anim-standard;
              animation-name: link-anim-standard;
      -webkit-animation-duration: 0.4s;
              animation-duration: 0.4s;
      -webkit-animation-timing-function: ease-out;
              animation-timing-function: ease-out; }

.ce_list--background {
  background-color: #F4F4F4;
  padding: 30px 15px 8px 15px; }
  .ce_list--background h1, .ce_list--background h2, .ce_list--background h3 {
    font-family: 'Bitter', sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 1.5rem;
    line-height: 1.33333;
    display: inline;
    background-position: bottom 2px left 0px;
    background-repeat: repeat-x;
    background-size: 1px 10px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#FDC400), to(#FDC400));
    background-image: linear-gradient(#FDC400, #FDC400); }
    @media (min-width: 768px) {
      .ce_list--background h1, .ce_list--background h2, .ce_list--background h3 {
        font-family: 'Bitter', sans-serif;
        font-weight: 700;
        font-style: normal;
        font-size: 1.75rem;
        line-height: 1.28571; } }
    @media (min-width: 992px) {
      .ce_list--background h1, .ce_list--background h2, .ce_list--background h3 {
        background-size: 1px 10px; } }
    @media (max-width: 991.98px) {
      .ce_list--background h1, .ce_list--background h2, .ce_list--background h3 {
        background-size: 1px 8px; } }
    .contrast-active .ce_list--background h1, .contrast-active .ce_list--background h2, .contrast-active .ce_list--background h3 {
      background: none !important;
      background-color: transparent !important; }
    .ce_list--background h1:after, .ce_list--background h2:after, .ce_list--background h3:after {
      clear: both;
      display: block;
      content: ' ';
      height: 36px; }
  .ce_list--background ol,
  .ce_list--background ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .ce_list--background ol li,
    .ce_list--background ul li {
      position: relative;
      -webkit-box-flex: 1;
          -ms-flex: 1 1 100%;
              flex: 1 1 100%;
      min-height: 23px;
      margin-bottom: 14px;
      padding-left: 53px;
      padding-right: 10px; }
      .ce_list--background ol li i.icon,
      .ce_list--background ul li i.icon {
        position: absolute;
        left: 0;
        top: 2px;
        width: 26px;
        height: 23px;
        background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNS44MzYiIGhlaWdodD0iMjMiIHZpZXdCb3g9IjAgMCAyNS44MzYgMjMiPjxnIHRyYW5zZm9ybT0idHJhbnNsYXRlKC04MTQgLTEwMDMpIj48Y2lyY2xlIGN4PSIxMS41IiBjeT0iMTEuNSIgcj0iMTEuNSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoODE0IDEwMDMpIiBmaWxsPSIjZmZmIi8+PC9nPjxwYXRoIGQ9Ik0xNjAuMTU3LDE0My41MjNhMS4yMjYsMS4yMjYsMCwwLDAtLjEyLS4xMTksMS40ODcsMS40ODcsMCwwLDAtMS45LDB2MGMtLjU1MS40NTMtMi4xMTIsMS43NzctMy40MzYsMi44NjVsLTQuOCwzLjk1MS00LjE1MSwzLjQxNGMtLjI2My4yMTctLjUzLjQzMS0uOC42NDZsLTIuNDItMy41ODktLjQ1Ni0uNjc2YTEuNDUyLDEuNDUyLDAsMCwwLTEuODM1LS40MzEsMS4xNTEsMS4xNTEsMCwwLDAtLjUzOCwxLjUzNy45OC45OCwwLDAsMCwuMDU3LjEwNmwzLjI4MSw0Ljg2Ni40NTYuNjc2YTEuNDU3LDEuNDU3LDAsMCwwLDIuMDM5LjNjLjAyNC0uMDE3LjA0Ni0uMDM1LjA2OC0uMDU0bDEuNjUzLTEuMzYsMy45NzEtMy4yNjYsNC44LTMuOTUxYzEuMzg0LTEuMTM4LDMuMzIzLTIuNzQ0LDMuOTc4LTMuMzExbC4wMjgtLjAyM0ExLjEyMSwxLjEyMSwwLDAsMCwxNjAuMTU3LDE0My41MjNaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTM0LjU5MiAtMTQwLjA2MikiIGZpbGw9IiNmZGM0MDAiLz48L3N2Zz4="); }
  @media (min-width: 576px) {
    .ce_list--background {
      padding: 30px 36px 8px 36px; } }
  @media (min-width: 992px) {
    .ce_colsetStart .ce_list--background {
      margin-top: -30px; } }

.ce_table a {
  display: inline-block;
  overflow: hidden;
  position: relative;
  z-index: 1;
  padding-left: 28px;
  padding-left: 35px; }
  .ce_table a a {
    padding-left: 0; }
  .ce_table a:after {
    position: absolute;
    z-index: 0;
    content: '';
    background-repeat: no-repeat; }
  .ce_table a:before {
    position: absolute;
    z-index: 0;
    content: '';
    width: 20px;
    height: 20px;
    border-radius: 20px;
    background-color: #C6C3C0; }
  .ce_table a:before {
    top: 4px;
    left: 2px; }
  .ce_table a:before {
    background-color: #FDC400; }
  .ce_table a[href^="http"]:after {
    top: 4px;
    left: 0;
    width: 20px;
    height: 20px;
    background-image: url(2ac07797f46dfab715091ea4dc74aa71.svg);
    background-position: right center;
    background-size: 20px 20px; }
  .ce_table a[href^="http"]:hover:after {
    -webkit-animation-name: link-anim-extern;
            animation-name: link-anim-extern;
    -webkit-animation-duration: 0.4s;
            animation-duration: 0.4s;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out; }
  .ce_table a[href^="files/"]:after {
    top: 0;
    left: 2px;
    width: 20px;
    height: 20px;
    background-image: url(443b0c3ee211c2fd91bd9716a47b6bf8.svg);
    background-position: right center;
    background-size: 20px 20px; }
  .ce_table a[href^="files/"]:hover:after {
    -webkit-animation-name: link-anim-download;
            animation-name: link-anim-download;
    -webkit-animation-duration: 0.3s;
            animation-duration: 0.3s;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out; }
  .ce_table a[href*="#"]:after {
    top: 0;
    left: 2px;
    width: 20px;
    height: 20px;
    background-image: url(ad39e3c3df449c8908b2676110ec31a6.svg);
    background-position: right center;
    background-size: 20px 20px; }
  .ce_table a[href*="#"]:hover:after {
    -webkit-animation-name: link-anim-download;
            animation-name: link-anim-download;
    -webkit-animation-duration: 0.3s;
            animation-duration: 0.3s;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out; }
  .ce_table a:after {
    top: 4px;
    left: 0;
    width: 20px;
    height: 20px;
    background-image: url(1edaad31a29e29a891de76ad1aa1d495.svg);
    background-position: right center;
    background-size: 20px 20px; }
  .ce_table a:hover:after {
    -webkit-animation-name: link-anim-standard;
            animation-name: link-anim-standard;
    -webkit-animation-duration: 0.4s;
            animation-duration: 0.4s;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out; }

.ce_table--equal-width {
  table-layout: fixed;
  width: 100%; }
  .ce_table--equal-width.table-2 th,
  .ce_table--equal-width.table-2 td {
    width: 50%; }
  .ce_table--equal-width.table-3 th,
  .ce_table--equal-width.table-3 td {
    width: 33.33333%; }
  .ce_table--equal-width.table-4 th,
  .ce_table--equal-width.table-4 td {
    width: 25%; }
  .ce_table--equal-width.table-5 th,
  .ce_table--equal-width.table-5 td {
    width: 20%; }
  .ce_table--equal-width.table-6 th,
  .ce_table--equal-width.table-6 td {
    width: 16.66667%; }
  .ce_table--equal-width.table-7 th,
  .ce_table--equal-width.table-7 td {
    width: 14.28571%; }
  .ce_table--equal-width.table-8 th,
  .ce_table--equal-width.table-8 td {
    width: 12.5%; }

.image-popup {
  display: inline-block;
  font-size: 0;
  line-height: 0;
  padding: 0;
  border: 0;
  background: none;
  width: 23px;
  height: 23px;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 1; }
  .image-popup:before {
    content: ' ';
    display: inline-block;
    width: 23px;
    height: 23px;
    background-image: url(977c412c490d605f94b93573c88c70d9.svg);
    background-repeat: no-repeat;
    background-position: top left;
    background-size: contain; }

@media (max-width: 991.98px) {
  .ce_sliderStart--image-gallery {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto; } }
  @media (max-width: 991.98px) and (max-width: 575.98px) {
    .ce_sliderStart--image-gallery {
      padding-right: 20px;
      padding-left: 20px; } }
  @media (max-width: 991.98px) and (min-width: 576px) {
    .ce_sliderStart--image-gallery {
      max-width: 540px; } }
  @media (max-width: 991.98px) and (min-width: 768px) {
    .ce_sliderStart--image-gallery {
      max-width: 720px; } }
  @media (max-width: 991.98px) and (min-width: 992px) {
    .ce_sliderStart--image-gallery {
      max-width: 960px; } }
  @media (max-width: 991.98px) and (min-width: 1200px) {
    .ce_sliderStart--image-gallery {
      max-width: 1140px; } }

.ce_sliderStart--image-gallery .slick-dots {
  margin-top: 45px;
  text-align: center;
  margin-bottom: 0;
  line-height: 0;
  text-align: center;
  margin-top: 30px; }
  .ce_sliderStart--image-gallery .slick-dots li {
    display: inline-block;
    margin: 0 8px; }
    .ce_sliderStart--image-gallery .slick-dots li button {
      display: inline-block;
      font-size: 0;
      line-height: 0;
      padding: 0;
      border: 0;
      background-color: white;
      width: 13px;
      height: 13px;
      border-radius: 13px; }
    @media (min-width: 768px) {
      .ce_sliderStart--image-gallery .slick-dots li {
        margin: 0 13px; }
        .ce_sliderStart--image-gallery .slick-dots li button {
          display: inline-block;
          font-size: 0;
          line-height: 0;
          padding: 0;
          border: 0;
          background-color: white;
          width: 23px;
          height: 23px;
          border-radius: 23px; } }
    @media (max-width: 575.98px) {
      .ce_sliderStart--image-gallery .slick-dots li {
        margin: 0 5px; }
        .ce_sliderStart--image-gallery .slick-dots li button {
          display: inline-block;
          font-size: 0;
          line-height: 0;
          padding: 0;
          border: 0;
          background-color: white;
          width: 10px;
          height: 10px;
          border-radius: 10px; } }
    .ce_sliderStart--image-gallery .slick-dots li.slick-active button {
      background-color: #FDC400; }
  @media (min-width: 576px) and (max-width: 767.98px) {
    .ce_sliderStart--image-gallery .slick-dots {
      margin-top: 40px; } }
  @media (max-width: 575.98px) {
    .ce_sliderStart--image-gallery .slick-dots {
      margin-top: 30px; } }
  @media (min-width: 992px) {
    .ce_sliderStart--image-gallery .slick-dots {
      position: absolute;
      top: 405px;
      left: 0;
      z-index: 1;
      margin-top: 0;
      text-align: left; } }
  @media (min-width: 1200px) {
    .ce_sliderStart--image-gallery .slick-dots {
      left: calc((100% - 1140px)/2); } }
  @media (min-width: 992px) and (max-width: 1199.98px) {
    .ce_sliderStart--image-gallery .slick-dots {
      left: calc((100% - 960px)/2); } }
  @media (min-width: 768px) and (max-width: 991.98px) {
    .ce_sliderStart--image-gallery .slick-dots {
      left: calc((100% - 720px)/2); } }

.ce_image--gallery {
  display: inline-block;
  margin-bottom: 0 !important; }
  @media (min-width: 992px) {
    .ce_image--gallery {
      width: 640px !important;
      margin: 0 65px; } }
  .ce_image--gallery figure {
    margin: 0;
    padding: 0;
    position: relative; }
  .ce_image--gallery img {
    max-width: 100%;
    height: auto; }
    @media (min-width: 992px) {
      .ce_image--gallery img {
        opacity: 0.5;
        -webkit-transition: opacity 1s ease-in-out;
        transition: opacity 1s ease-in-out; } }
  .ce_image--gallery figcaption {
    -webkit-transition: opacity 1s ease-in-out;
    transition: opacity 1s ease-in-out;
    margin-top: 30px; }
    @media (min-width: 992px) {
      .ce_image--gallery figcaption {
        opacity: 0;
        margin-top: 100px;
        -webkit-transform: translateX(100px);
                transform: translateX(100px); } }
  .slick-center .ce_image--gallery img {
    opacity: 1; }
  .slick-center .ce_image--gallery figcaption {
    opacity: 1; }

.ce_image--fullwidth {
  max-width: 900px; }
  .ce_image--fullwidth img {
    max-width: 100%;
    height: auto; }
  .ce_image--fullwidth .caption {
    font-family: 'Barlow', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 0.875rem;
    line-height: 1.28571;
    margin-top: 20px; }

@media (max-width: 991.98px) {
  .ce_sliderStart--video {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto; } }
  @media (max-width: 991.98px) and (max-width: 575.98px) {
    .ce_sliderStart--video {
      padding-right: 20px;
      padding-left: 20px; } }
  @media (max-width: 991.98px) and (min-width: 576px) {
    .ce_sliderStart--video {
      max-width: 540px; } }
  @media (max-width: 991.98px) and (min-width: 768px) {
    .ce_sliderStart--video {
      max-width: 720px; } }
  @media (max-width: 991.98px) and (min-width: 992px) {
    .ce_sliderStart--video {
      max-width: 960px; } }
  @media (max-width: 991.98px) and (min-width: 1200px) {
    .ce_sliderStart--video {
      max-width: 1140px; } }

.ce_sliderStart--video .slick-dots {
  margin-top: 45px;
  text-align: center;
  margin-bottom: 0;
  line-height: 0;
  text-align: center;
  margin-top: 30px; }
  .ce_sliderStart--video .slick-dots li {
    display: inline-block;
    margin: 0 8px; }
    .ce_sliderStart--video .slick-dots li button {
      display: inline-block;
      font-size: 0;
      line-height: 0;
      padding: 0;
      border: 0;
      background-color: #E5E4E3;
      width: 13px;
      height: 13px;
      border-radius: 13px; }
    @media (min-width: 768px) {
      .ce_sliderStart--video .slick-dots li {
        margin: 0 13px; }
        .ce_sliderStart--video .slick-dots li button {
          display: inline-block;
          font-size: 0;
          line-height: 0;
          padding: 0;
          border: 0;
          background-color: #E5E4E3;
          width: 23px;
          height: 23px;
          border-radius: 23px; } }
    @media (max-width: 575.98px) {
      .ce_sliderStart--video .slick-dots li {
        margin: 0 5px; }
        .ce_sliderStart--video .slick-dots li button {
          display: inline-block;
          font-size: 0;
          line-height: 0;
          padding: 0;
          border: 0;
          background-color: #E5E4E3;
          width: 10px;
          height: 10px;
          border-radius: 10px; } }
    .ce_sliderStart--video .slick-dots li.slick-active button {
      background-color: #FDC400; }
  @media (min-width: 576px) and (max-width: 767.98px) {
    .ce_sliderStart--video .slick-dots {
      margin-top: 40px; } }
  @media (max-width: 575.98px) {
    .ce_sliderStart--video .slick-dots {
      margin-top: 30px; } }
  @media (min-width: 992px) {
    .ce_sliderStart--video .slick-dots {
      position: absolute;
      top: 354px;
      left: 0;
      z-index: 1;
      margin-top: 0;
      text-align: left; } }
  @media (min-width: 1200px) {
    .ce_sliderStart--video .slick-dots {
      top: 405px; } }
  @media (min-width: 768px) and (max-width: 991.98px) {
    .ce_sliderStart--video .slick-dots {
      left: calc((100% - 720px)/2); } }
  @media (min-width: 992px) and (max-width: 1199.98px) {
    .ce_sliderStart--video .slick-dots {
      left: calc((100% - 960px)/2); } }
  @media (min-width: 1200px) {
    .ce_sliderStart--video .slick-dots {
      left: calc((100% - 1140px)/2); } }

.ce_sliderStart--video.ce_sliderStart--dot-inactive-white .slick-dots li button:not([aria-selected]) {
  background-color: white; }

.ce_dzyoutube--gallery {
  display: inline-block;
  margin-bottom: 0; }
  @media (min-width: 992px) {
    .ce_dzyoutube--gallery {
      width: 640px !important;
      margin: 0 65px; } }
  .ce_dzyoutube--gallery figure {
    margin: 0;
    padding: 0;
    position: relative; }
  .ce_dzyoutube--gallery img {
    max-width: 100%;
    height: auto; }
    @media (min-width: 992px) {
      .ce_dzyoutube--gallery img {
        opacity: 0.5;
        -webkit-transition: opacity 1s ease-in-out;
        transition: opacity 1s ease-in-out; } }
  .ce_dzyoutube--gallery .ce_dzyoutube__content-container {
    -webkit-transition: opacity 1s ease-in-out;
    transition: opacity 1s ease-in-out;
    margin-top: 30px; }
    @media (min-width: 992px) {
      .ce_dzyoutube--gallery .ce_dzyoutube__content-container {
        opacity: 0;
        margin-top: 100px;
        -webkit-transform: translateX(100px);
                transform: translateX(100px);
        padding: 0 !important; } }
  .slick-center .ce_dzyoutube--gallery img {
    opacity: 1; }
  .slick-center .ce_dzyoutube--gallery .ce_dzyoutube__content-container {
    opacity: 1; }

.ce_dzyoutube__headline {
  font-family: 'Bitter', sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.125rem;
  line-height: 1.44444; }
  @media (min-width: 768px) {
    .ce_dzyoutube__headline {
      font-family: 'Bitter', sans-serif;
      font-weight: 700;
      font-style: normal;
      font-size: 1.25rem;
      line-height: 1.4; } }

.ce_dztabs.standard .ce_dztabs__tabs {
  margin: 0;
  border: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end; }
  .ce_dztabs.standard .ce_dztabs__tabs .nav-item {
    margin: 0;
    width: 100%; }
    @media (min-width: 768px) and (max-width: 991.98px) {
      .ce_dztabs.standard .ce_dztabs__tabs .nav-item {
        width: calc(50% - 15px); } }
    @media (min-width: 992px) {
      .ce_dztabs.standard .ce_dztabs__tabs .nav-item {
        width: calc(50% - 15px); } }
  @media (min-width: 992px) {
    .ce_dztabs.standard .ce_dztabs__tabs--3 .nav-item, .ce_dztabs.standard .ce_dztabs__tabs--6 .nav-item {
      width: calc(100% / 3 - 20px); }
    .ce_dztabs.standard .ce_dztabs__tabs--4 .nav-item {
      width: calc(25% - 22px); }
    .ce_dztabs.standard .ce_dztabs__tabs--5 .nav-item {
      width: calc(100% / 5 - 24px); } }
  @media (min-width: 1200px) {
    .ce_dztabs.standard .ce_dztabs__tabs--6 .nav-item {
      width: calc(100% / 6 - 25px); } }

.ce_dztabs.standard .ce_dztabs__tabs {
  margin-bottom: 20px;
  border-bottom: 1px solid #E5E4E3; }
  .ce_dztabs.standard .ce_dztabs__tabs .nav-item a {
    margin: 0;
    border: 0;
    background-position: bottom 0px left 0px;
    background-repeat: repeat-x;
    background-size: 1px 5px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#F4F4F4), to(#F4F4F4));
    background-image: linear-gradient(#F4F4F4, #F4F4F4);
    padding: 10px 20px 15px 15px;
    color: #C6C3C0; }
    .ce_dztabs.standard .ce_dztabs__tabs .nav-item a svg {
      display: none; }
    .ce_dztabs.standard .ce_dztabs__tabs .nav-item a .label {
      font-family: 'Bitter', sans-serif;
      font-weight: 700;
      font-style: normal;
      font-size: 1.125rem;
      line-height: 1.44444; }
    .ce_dztabs.standard .ce_dztabs__tabs .nav-item a.active {
      background-position: bottom 0px left 0px;
      background-repeat: repeat-x;
      background-size: 1px 12px;
      background-image: -webkit-gradient(linear, left top, left bottom, from(#FDC400), to(#FDC400));
      background-image: linear-gradient(#FDC400, #FDC400);
      color: black; }
    @media (max-width: 991.98px) {
      .ce_dztabs.standard .ce_dztabs__tabs .nav-item a {
        padding-left: 30px; } }
    @media (max-width: 575.98px) {
      .ce_dztabs.standard .ce_dztabs__tabs .nav-item a {
        padding-left: 15px; } }

.contrast-active .ce_dztabs.standard .ce_dztabs__tabs .nav-item a {
  background-position: bottom 0px left 0px;
  background-repeat: repeat-x;
  background-size: 1px 5px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(black), to(black));
  background-image: linear-gradient(black, black);
  color: black; }
  .contrast-active .ce_dztabs.standard .ce_dztabs__tabs .nav-item a.active {
    background-position: bottom 0px left 0px;
    background-repeat: repeat-x;
    background-size: 1px 12px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(black), to(black));
    background-image: linear-gradient(black, black); }

.ce_dztabs.standard .ce_dztabs__pane {
  padding: 30px 15px 30px 15px;
  background-color: #F4F4F4; }
  @media (min-width: 576px) and (max-width: 767.98px) {
    .ce_dztabs.standard .ce_dztabs__pane {
      padding: 30px; } }
  @media (min-width: 768px) {
    .ce_dztabs.standard .ce_dztabs__pane {
      padding: 40px; } }

.ce_dztabs.ce_tabcontrol--content-width .ce_dztabs__tabs {
  margin: 0;
  border: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch; }
  .ce_dztabs.ce_tabcontrol--content-width .ce_dztabs__tabs .nav-item {
    margin: 0;
    margin-bottom: 10px;
    width: 100%;
    line-height: 0; }
  @media (min-width: 992px) {
    .ce_dztabs.ce_tabcontrol--content-width .ce_dztabs__tabs--3 .nav-item, .ce_dztabs.ce_tabcontrol--content-width .ce_dztabs__tabs--5 .nav-item, .ce_dztabs.ce_tabcontrol--content-width .ce_dztabs__tabs--6 .nav-item {
      width: calc(100% / 3 - 8px); }
    .ce_dztabs.ce_tabcontrol--content-width .ce_dztabs__tabs--2 .nav-item, .ce_dztabs.ce_tabcontrol--content-width .ce_dztabs__tabs--4 .nav-item {
      width: calc(50% - 6px); } }
  @media (min-width: 1200px) {
    .ce_dztabs.ce_tabcontrol--content-width .ce_dztabs__tabs--6 .nav-item {
      width: calc(100% / 6 - 8px); } }

.ce_dztabs.ce_tabcontrol--content-width ul.nav-tabs li.nav-item a.nav-link {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-color: transparent !important;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 10px;
          flex: 1 1 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  max-width: 100%;
  min-height: 84px;
  height: 100%;
  padding: 9px 74px 9px 15px;
  background-color: #FDC400;
  color: #000;
  -webkit-transition: 0.4s;
  transition: 0.4s; }
  .ce_dztabs.ce_tabcontrol--content-width ul.nav-tabs li.nav-item a.nav-link.active {
    background-color: #FADC90;
    color: #000; }
    .ce_dztabs.ce_tabcontrol--content-width ul.nav-tabs li.nav-item a.nav-link.active .icon .line-v {
      opacity: 0; }
  .contrast-active .ce_dztabs.ce_tabcontrol--content-width ul.nav-tabs li.nav-item a.nav-link {
    background-color: #E5E4E3; }
    .contrast-active .ce_dztabs.ce_tabcontrol--content-width ul.nav-tabs li.nav-item a.nav-link.active {
      background-color: #F4F4F4; }
  .ce_dztabs.ce_tabcontrol--content-width ul.nav-tabs li.nav-item a.nav-link .label {
    -ms-flex-item-align: center;
        align-self: center;
    font-family: "Bitter", serif;
    font-weight: bold;
    font-size: 1.5rem;
    line-height: 2rem; }
  .ce_dztabs.ce_tabcontrol--content-width ul.nav-tabs li.nav-item a.nav-link .icon {
    position: absolute;
    top: 50%;
    margin-top: -21px;
    right: 20px; }
    .ce_dztabs.ce_tabcontrol--content-width ul.nav-tabs li.nav-item a.nav-link .icon .base {
      fill: #FFF;
      -webkit-transition: 0.4s;
      transition: 0.4s; }
    .ce_dztabs.ce_tabcontrol--content-width ul.nav-tabs li.nav-item a.nav-link .icon .line-h {
      stroke: #000;
      -webkit-transition: 0.2s;
      transition: 0.2s; }
    .ce_dztabs.ce_tabcontrol--content-width ul.nav-tabs li.nav-item a.nav-link .icon .line-v {
      stroke: #000;
      -webkit-transition: 0.2s;
      transition: 0.2s; }
  .ce_dztabs.ce_tabcontrol--content-width ul.nav-tabs li.nav-item a.nav-link:hover .icon .base {
    fill: #8e8882; }
  .ce_dztabs.ce_tabcontrol--content-width ul.nav-tabs li.nav-item a.nav-link:hover .icon .line-h {
    stroke: #FFF; }
  .ce_dztabs.ce_tabcontrol--content-width ul.nav-tabs li.nav-item a.nav-link:hover .icon .line-v {
    stroke: #FFF; }
  @media (max-width: 991.98px) {
    .ce_dztabs.ce_tabcontrol--content-width ul.nav-tabs li.nav-item a.nav-link {
      padding-left: 30px; } }
  @media (max-width: 575.98px) {
    .ce_dztabs.ce_tabcontrol--content-width ul.nav-tabs li.nav-item a.nav-link {
      padding-left: 15px; } }

.ce_dztabs.ce_tabcontrol--full-width {
  background-color: #E5E4E3; }
  .ce_dztabs.ce_tabcontrol--full-width .ce_dztabs__tabs-container {
    background-color: white; }
  .ce_dztabs.ce_tabcontrol--full-width .ce_dztabs__tabs {
    margin: 0;
    border: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto; }
    @media (max-width: 575.98px) {
      .ce_dztabs.ce_tabcontrol--full-width .ce_dztabs__tabs {
        padding-right: 20px;
        padding-left: 20px; } }
    @media (min-width: 576px) {
      .ce_dztabs.ce_tabcontrol--full-width .ce_dztabs__tabs {
        max-width: 540px; } }
    @media (min-width: 768px) {
      .ce_dztabs.ce_tabcontrol--full-width .ce_dztabs__tabs {
        max-width: 720px; } }
    @media (min-width: 992px) {
      .ce_dztabs.ce_tabcontrol--full-width .ce_dztabs__tabs {
        max-width: 960px; } }
    @media (min-width: 1200px) {
      .ce_dztabs.ce_tabcontrol--full-width .ce_dztabs__tabs {
        max-width: 1140px; } }
  .ce_dztabs.ce_tabcontrol--full-width .ce_dztabs__panes {
    display: none;
    padding-top: 90px;
    padding-bottom: 40px; }
  .ce_dztabs.ce_tabcontrol--full-width.active .ce_dztabs__tabs-container {
    padding-bottom: 60px;
    -webkit-box-shadow: 0 5px 5px 0 rgba(50, 50, 50, 0.25);
            box-shadow: 0 5px 5px 0 rgba(50, 50, 50, 0.25);
    position: relative; }
    .ce_dztabs.ce_tabcontrol--full-width.active .ce_dztabs__tabs-container:after {
      position: absolute;
      bottom: 0;
      left: 50%;
      z-index: 1;
      -webkit-transform: translate(-50%, 100%);
              transform: translate(-50%, 100%);
      content: ' ';
      display: block;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 40px 40px 0 40px;
      border-color: white transparent transparent transparent; }
  .ce_dztabs.ce_tabcontrol--full-width.active .ce_dztabs__panes {
    display: block; }
  .ce_dztabs.ce_tabcontrol--full-width .ce_dztabs__pane:not(.ce_dztabs__pane--fullwidth) {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto; }
    @media (max-width: 575.98px) {
      .ce_dztabs.ce_tabcontrol--full-width .ce_dztabs__pane:not(.ce_dztabs__pane--fullwidth) {
        padding-right: 20px;
        padding-left: 20px; } }
    @media (min-width: 576px) {
      .ce_dztabs.ce_tabcontrol--full-width .ce_dztabs__pane:not(.ce_dztabs__pane--fullwidth) {
        max-width: 540px; } }
    @media (min-width: 768px) {
      .ce_dztabs.ce_tabcontrol--full-width .ce_dztabs__pane:not(.ce_dztabs__pane--fullwidth) {
        max-width: 720px; } }
    @media (min-width: 992px) {
      .ce_dztabs.ce_tabcontrol--full-width .ce_dztabs__pane:not(.ce_dztabs__pane--fullwidth) {
        max-width: 960px; } }
    @media (min-width: 1200px) {
      .ce_dztabs.ce_tabcontrol--full-width .ce_dztabs__pane:not(.ce_dztabs__pane--fullwidth) {
        max-width: 1140px; } }
  .ce_dztabs.ce_tabcontrol--full-width .nav-item {
    margin: 0;
    border-radius: 0; }
  .ce_dztabs.ce_tabcontrol--full-width .ce_dztabs__tab {
    display: inline-block;
    margin-bottom: 15px; }
    .ce_dztabs.ce_tabcontrol--full-width .ce_dztabs__tab:not(:last-child) {
      margin-right: 15px; }
    .ce_dztabs.ce_tabcontrol--full-width .ce_dztabs__tab a {
      margin: 0;
      border: 0;
      border-radius: 0;
      display: inline-block;
      position: relative;
      padding: 15px 100px 15px 15px;
      -webkit-transition: background 1s;
      transition: background 1s;
      background-color: #FDC400;
      color: black; }
      .ce_dztabs.ce_tabcontrol--full-width .ce_dztabs__tab a svg {
        display: none; }
      .ce_dztabs.ce_tabcontrol--full-width .ce_dztabs__tab a .label {
        font-family: 'Bitter', sans-serif;
        font-weight: 700;
        font-style: normal;
        font-size: 2.5rem;
        line-height: 1; }
      .ce_dztabs.ce_tabcontrol--full-width .ce_dztabs__tab a:before {
        -webkit-transition: background 0.5s;
        transition: background 0.5s;
        position: absolute;
        top: 50%;
        right: 20px;
        z-index: 1;
        content: '';
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
        width: 42px;
        height: 42px;
        background-image: url(938b0dd4434cda6558953a25364d0717.svg);
        background-repeat: no-repeat;
        background-position: top left;
        background-size: 42px 42px; }
      @media (max-width: 991.98px) {
        .ce_dztabs.ce_tabcontrol--full-width .ce_dztabs__tab a {
          padding-left: 30px; } }
      @media (max-width: 767.98px) {
        .ce_dztabs.ce_tabcontrol--full-width .ce_dztabs__tab a {
          padding-left: 15px; }
          .ce_dztabs.ce_tabcontrol--full-width .ce_dztabs__tab a .label {
            font-family: 'Bitter', sans-serif;
            font-weight: 700;
            font-style: normal;
            font-size: 1.5rem;
            line-height: 1.33333; } }
      .ce_dztabs.ce_tabcontrol--full-width .ce_dztabs__tab a:hover {
        display: inline-block;
        position: relative;
        padding: 15px 100px 15px 15px; }
        .ce_dztabs.ce_tabcontrol--full-width .ce_dztabs__tab a:hover .label {
          font-family: 'Bitter', sans-serif;
          font-weight: 700;
          font-style: normal;
          font-size: 2.5rem;
          line-height: 1; }
        .ce_dztabs.ce_tabcontrol--full-width .ce_dztabs__tab a:hover:before {
          -webkit-transition: background 0.5s;
          transition: background 0.5s;
          position: absolute;
          top: 50%;
          right: 20px;
          z-index: 1;
          content: '';
          -webkit-transform: translateY(-50%);
                  transform: translateY(-50%);
          width: 42px;
          height: 42px;
          background-image: url(f316e816f4d662da0cb646ea2a818602.svg);
          background-repeat: no-repeat;
          background-position: top left;
          background-size: 42px 42px; }
        @media (max-width: 991.98px) {
          .ce_dztabs.ce_tabcontrol--full-width .ce_dztabs__tab a:hover {
            padding-left: 30px; } }
        @media (max-width: 767.98px) {
          .ce_dztabs.ce_tabcontrol--full-width .ce_dztabs__tab a:hover {
            padding-left: 15px; }
            .ce_dztabs.ce_tabcontrol--full-width .ce_dztabs__tab a:hover .label {
              font-family: 'Bitter', sans-serif;
              font-weight: 700;
              font-style: normal;
              font-size: 1.5rem;
              line-height: 1.33333; } }
      .ce_dztabs.ce_tabcontrol--full-width .ce_dztabs__tab a.active {
        display: inline-block;
        position: relative;
        padding: 15px 100px 15px 15px;
        background-color: #FADC90;
        color: black; }
        .ce_dztabs.ce_tabcontrol--full-width .ce_dztabs__tab a.active .label {
          font-family: 'Bitter', sans-serif;
          font-weight: 700;
          font-style: normal;
          font-size: 2.5rem;
          line-height: 1; }
        .ce_dztabs.ce_tabcontrol--full-width .ce_dztabs__tab a.active:before {
          -webkit-transition: background 0.5s;
          transition: background 0.5s;
          position: absolute;
          top: 50%;
          right: 20px;
          z-index: 1;
          content: '';
          -webkit-transform: translateY(-50%);
                  transform: translateY(-50%);
          width: 42px;
          height: 42px;
          background-image: url(e1478afa01d4af5f20e5f0356d9e7acf.svg);
          background-repeat: no-repeat;
          background-position: top left;
          background-size: 42px 42px; }
        @media (max-width: 991.98px) {
          .ce_dztabs.ce_tabcontrol--full-width .ce_dztabs__tab a.active {
            padding-left: 30px; } }
        @media (max-width: 767.98px) {
          .ce_dztabs.ce_tabcontrol--full-width .ce_dztabs__tab a.active {
            padding-left: 15px; }
            .ce_dztabs.ce_tabcontrol--full-width .ce_dztabs__tab a.active .label {
              font-family: 'Bitter', sans-serif;
              font-weight: 700;
              font-style: normal;
              font-size: 1.5rem;
              line-height: 1.33333; } }
      .contrast-active .ce_dztabs.ce_tabcontrol--full-width .ce_dztabs__tab a {
        background-color: #E5E4E3; }
        .contrast-active .ce_dztabs.ce_tabcontrol--full-width .ce_dztabs__tab a.active {
          background-color: #F4F4F4; }
    @media (max-width: 767.98px) {
      .ce_dztabs.ce_tabcontrol--full-width .ce_dztabs__tab {
        display: block;
        width: 100%; }
        .ce_dztabs.ce_tabcontrol--full-width .ce_dztabs__tab:not(:last-child) {
          margin-right: 0; }
        .ce_dztabs.ce_tabcontrol--full-width .ce_dztabs__tab a {
          display: block;
          width: 100%; } }

.ce_dzteaser--profile,
.ce_dzteaser--profile-2,
.ce_dzteaser--profile-ext {
  padding: 30px 15px 30px 15px; }
  @media (min-width: 576px) and (max-width: 767.98px) {
    .ce_dzteaser--profile,
    .ce_dzteaser--profile-2,
    .ce_dzteaser--profile-ext {
      padding: 30px; } }
  @media (min-width: 768px) {
    .ce_dzteaser--profile,
    .ce_dzteaser--profile-2,
    .ce_dzteaser--profile-ext {
      padding: 40px; } }
  .ce_dzteaser--profile .ce_dzteaser__headline,
  .ce_dzteaser--profile-2 .ce_dzteaser__headline,
  .ce_dzteaser--profile-ext .ce_dzteaser__headline {
    display: inline;
    background-position: bottom 0px left 0px;
    background-repeat: repeat-x;
    background-size: 1px 8px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#EB5B25), to(#EB5B25));
    background-image: linear-gradient(#EB5B25, #EB5B25); }
    .ce_dzteaser--profile .ce_dzteaser__headline:after,
    .ce_dzteaser--profile-2 .ce_dzteaser__headline:after,
    .ce_dzteaser--profile-ext .ce_dzteaser__headline:after {
      clear: both;
      display: block;
      content: ' ';
      height: 15px; }
    .ce_dzteaser--profile .ce_dzteaser__headline:after,
    .ce_dzteaser--profile-2 .ce_dzteaser__headline:after,
    .ce_dzteaser--profile-ext .ce_dzteaser__headline:after {
      clear: both;
      display: block;
      content: ' ';
      height: 20px; }
  .ce_dzteaser--profile .ce_dzteaser__inside,
  .ce_dzteaser--profile-2 .ce_dzteaser__inside,
  .ce_dzteaser--profile-ext .ce_dzteaser__inside {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .ce_dzteaser--profile .ce_dzteaser__content-container,
  .ce_dzteaser--profile-2 .ce_dzteaser__content-container,
  .ce_dzteaser--profile-ext .ce_dzteaser__content-container {
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
    @media (min-width: 992px) {
      .ce_dzteaser--profile .ce_dzteaser__content-container,
      .ce_dzteaser--profile-2 .ce_dzteaser__content-container,
      .ce_dzteaser--profile-ext .ce_dzteaser__content-container {
        width: calc(100% - 405px - 15px); } }
    @media (max-width: 991.98px) {
      .ce_dzteaser--profile .ce_dzteaser__content-container,
      .ce_dzteaser--profile-2 .ce_dzteaser__content-container,
      .ce_dzteaser--profile-ext .ce_dzteaser__content-container {
        margin-bottom: 20px; } }
  .ce_dzteaser--profile .ce_dzteaser__image-container,
  .ce_dzteaser--profile-2 .ce_dzteaser__image-container,
  .ce_dzteaser--profile-ext .ce_dzteaser__image-container {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
    @media (min-width: 992px) {
      .ce_dzteaser--profile .ce_dzteaser__image-container,
      .ce_dzteaser--profile-2 .ce_dzteaser__image-container,
      .ce_dzteaser--profile-ext .ce_dzteaser__image-container {
        width: calc(405px - 15px); } }
    .ce_dzteaser--profile .ce_dzteaser__image-container img,
    .ce_dzteaser--profile-2 .ce_dzteaser__image-container img,
    .ce_dzteaser--profile-ext .ce_dzteaser__image-container img {
      max-width: 100%;
      height: auto; }
    .ce_dzteaser--profile .ce_dzteaser__image-container .image_container,
    .ce_dzteaser--profile-2 .ce_dzteaser__image-container .image_container,
    .ce_dzteaser--profile-ext .ce_dzteaser__image-container .image_container {
      text-align: center; }
  .ce_dzteaser--profile .ce_dzteaser__text-container p:first-child,
  .ce_dzteaser--profile-2 .ce_dzteaser__text-container p:first-child,
  .ce_dzteaser--profile-ext .ce_dzteaser__text-container p:first-child {
    padding-left: 28px;
    position: relative;
    z-index: 2;
    margin-bottom: 10px; }
    .ce_dzteaser--profile .ce_dzteaser__text-container p:first-child a,
    .ce_dzteaser--profile-2 .ce_dzteaser__text-container p:first-child a,
    .ce_dzteaser--profile-ext .ce_dzteaser__text-container p:first-child a {
      padding-left: 0; }
    .ce_dzteaser--profile .ce_dzteaser__text-container p:first-child:after,
    .ce_dzteaser--profile-2 .ce_dzteaser__text-container p:first-child:after,
    .ce_dzteaser--profile-ext .ce_dzteaser__text-container p:first-child:after {
      background-repeat: no-repeat;
      background-position: 0 0;
      background-size: 18px 18px; }
    .ce_dzteaser--profile .ce_dzteaser__text-container p:first-child:after,
    .ce_dzteaser--profile-2 .ce_dzteaser__text-container p:first-child:after,
    .ce_dzteaser--profile-ext .ce_dzteaser__text-container p:first-child:after {
      position: absolute;
      top: 4px;
      left: 0;
      z-index: 0;
      content: '';
      width: 18px;
      height: 18px;
      background-image: url(9504de87737203344faf683d22d6aaa6.svg); }
  .ce_dzteaser--profile .ce_dzteaser__text-container p:nth-child(2),
  .ce_dzteaser--profile-2 .ce_dzteaser__text-container p:nth-child(2),
  .ce_dzteaser--profile-ext .ce_dzteaser__text-container p:nth-child(2) {
    padding-left: 28px;
    position: relative;
    z-index: 2;
    margin-bottom: 20px; }
    .ce_dzteaser--profile .ce_dzteaser__text-container p:nth-child(2) a,
    .ce_dzteaser--profile-2 .ce_dzteaser__text-container p:nth-child(2) a,
    .ce_dzteaser--profile-ext .ce_dzteaser__text-container p:nth-child(2) a {
      padding-left: 0; }
    .ce_dzteaser--profile .ce_dzteaser__text-container p:nth-child(2):after,
    .ce_dzteaser--profile-2 .ce_dzteaser__text-container p:nth-child(2):after,
    .ce_dzteaser--profile-ext .ce_dzteaser__text-container p:nth-child(2):after {
      background-repeat: no-repeat;
      background-position: 0 0;
      background-size: 18px 18px; }
    .ce_dzteaser--profile .ce_dzteaser__text-container p:nth-child(2):after,
    .ce_dzteaser--profile-2 .ce_dzteaser__text-container p:nth-child(2):after,
    .ce_dzteaser--profile-ext .ce_dzteaser__text-container p:nth-child(2):after {
      position: absolute;
      top: 4px;
      left: 0;
      z-index: 0;
      content: '';
      width: 18px;
      height: 18px;
      background-image: url(57c6c98d6afc9ec151c1866493619c97.svg); }

.ce_dzteaser--profile {
  background-color: #B8C931; }

.ce_dzteaser--profile-2 {
  background-color: #4DBDC6; }

.ce_dzteaser--profile-ext {
  background-color: #FDC400; }
  .ce_dzteaser--profile-ext .ce_dzteaser__text-container p:nth-child(2) {
    margin-bottom: 10px; }
  .ce_dzteaser--profile-ext .ce_dzteaser__text-container p:nth-child(3) {
    padding-left: 28px;
    position: relative;
    z-index: 2;
    margin-bottom: 10px; }
    .ce_dzteaser--profile-ext .ce_dzteaser__text-container p:nth-child(3) a {
      padding-left: 0; }
    .ce_dzteaser--profile-ext .ce_dzteaser__text-container p:nth-child(3):after {
      background-repeat: no-repeat;
      background-position: 0 0;
      background-size: 18px 18px; }
    .ce_dzteaser--profile-ext .ce_dzteaser__text-container p:nth-child(3):after {
      position: absolute;
      top: 4px;
      left: 0;
      z-index: 0;
      content: '';
      width: 18px;
      height: 18px;
      background-image: url(d2bc7614b1a41151ac252a948b7a2455.svg); }
  .ce_dzteaser--profile-ext .ce_dzteaser__text-container p:nth-child(4) {
    padding-left: 28px;
    position: relative;
    z-index: 2;
    margin-bottom: 20px; }
    .ce_dzteaser--profile-ext .ce_dzteaser__text-container p:nth-child(4) a {
      padding-left: 0; }
    .ce_dzteaser--profile-ext .ce_dzteaser__text-container p:nth-child(4):after {
      background-repeat: no-repeat;
      background-position: 0 0;
      background-size: 18px 18px; }
    .ce_dzteaser--profile-ext .ce_dzteaser__text-container p:nth-child(4):after {
      position: absolute;
      top: 4px;
      left: 0;
      z-index: 0;
      content: '';
      width: 18px;
      height: 18px;
      background-image: url(e91fe30f18637a08df646a1a3ebeabf7.svg); }

.ce_dzteaser--standard-right {
  padding: 30px 15px 30px 15px;
  background-color: #F4F4F4; }
  @media (min-width: 576px) and (max-width: 767.98px) {
    .ce_dzteaser--standard-right {
      padding: 30px; } }
  @media (min-width: 768px) {
    .ce_dzteaser--standard-right {
      padding: 40px; } }
  .ce_dzteaser--standard-right .ce_dzteaser__inside {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .ce_dzteaser--standard-right .ce_dzteaser__content-container {
    width: 100%; }
    @media (min-width: 992px) {
      .ce_dzteaser--standard-right .ce_dzteaser__content-container {
        width: calc(100% - 405px - 15px); } }
    @media (min-width: 992px) {
      .ce_dzteaser--standard-right .ce_dzteaser__content-container {
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1; } }
  .ce_dzteaser--standard-right .ce_dzteaser__text-container p:not(:last-child) {
    margin-bottom: 12px; }
  .ce_dzteaser--standard-right .ce_dzteaser__text-container p a {
    display: inline-block;
    overflow: hidden;
    position: relative;
    z-index: 1;
    padding-left: 28px;
    padding-left: 35px; }
    .ce_dzteaser--standard-right .ce_dzteaser__text-container p a a {
      padding-left: 0; }
    .ce_dzteaser--standard-right .ce_dzteaser__text-container p a:after {
      position: absolute;
      z-index: 0;
      content: '';
      background-repeat: no-repeat; }
    .ce_dzteaser--standard-right .ce_dzteaser__text-container p a:before {
      position: absolute;
      z-index: 0;
      content: '';
      width: 20px;
      height: 20px;
      border-radius: 20px;
      background-color: #C6C3C0; }
    .ce_dzteaser--standard-right .ce_dzteaser__text-container p a:before {
      top: 4px;
      left: 2px; }
    .ce_dzteaser--standard-right .ce_dzteaser__text-container p a:before {
      background-color: #EB5B25; }
    .ce_dzteaser--standard-right .ce_dzteaser__text-container p a[href^="http"]:after {
      top: 4px;
      left: 0;
      width: 20px;
      height: 20px;
      background-image: url(2ac07797f46dfab715091ea4dc74aa71.svg);
      background-position: right center;
      background-size: 20px 20px; }
    .ce_dzteaser--standard-right .ce_dzteaser__text-container p a[href^="http"]:hover:after {
      -webkit-animation-name: link-anim-extern;
              animation-name: link-anim-extern;
      -webkit-animation-duration: 0.4s;
              animation-duration: 0.4s;
      -webkit-animation-timing-function: ease-out;
              animation-timing-function: ease-out; }
    .ce_dzteaser--standard-right .ce_dzteaser__text-container p a[href^="files/"]:after {
      top: 0;
      left: 2px;
      width: 20px;
      height: 20px;
      background-image: url(443b0c3ee211c2fd91bd9716a47b6bf8.svg);
      background-position: right center;
      background-size: 20px 20px; }
    .ce_dzteaser--standard-right .ce_dzteaser__text-container p a[href^="files/"]:hover:after {
      -webkit-animation-name: link-anim-download;
              animation-name: link-anim-download;
      -webkit-animation-duration: 0.3s;
              animation-duration: 0.3s;
      -webkit-animation-timing-function: ease-out;
              animation-timing-function: ease-out; }
    .ce_dzteaser--standard-right .ce_dzteaser__text-container p a[href*="#"]:after {
      top: 0;
      left: 2px;
      width: 20px;
      height: 20px;
      background-image: url(ad39e3c3df449c8908b2676110ec31a6.svg);
      background-position: right center;
      background-size: 20px 20px; }
    .ce_dzteaser--standard-right .ce_dzteaser__text-container p a[href*="#"]:hover:after {
      -webkit-animation-name: link-anim-download;
              animation-name: link-anim-download;
      -webkit-animation-duration: 0.3s;
              animation-duration: 0.3s;
      -webkit-animation-timing-function: ease-out;
              animation-timing-function: ease-out; }
    .ce_dzteaser--standard-right .ce_dzteaser__text-container p a:after {
      top: 4px;
      left: 0;
      width: 20px;
      height: 20px;
      background-image: url(1edaad31a29e29a891de76ad1aa1d495.svg);
      background-position: right center;
      background-size: 20px 20px; }
    .ce_dzteaser--standard-right .ce_dzteaser__text-container p a:hover:after {
      -webkit-animation-name: link-anim-standard;
              animation-name: link-anim-standard;
      -webkit-animation-duration: 0.4s;
              animation-duration: 0.4s;
      -webkit-animation-timing-function: ease-out;
              animation-timing-function: ease-out; }
  .ce_dzteaser--standard-right .ce_dzteaser__image-container {
    width: 100%;
    margin-bottom: 30px; }
    @media (min-width: 992px) {
      .ce_dzteaser--standard-right .ce_dzteaser__image-container {
        width: calc(405px - 15px); } }
    .ce_dzteaser--standard-right .ce_dzteaser__image-container img {
      max-width: 100%;
      height: auto; }
    @media (min-width: 992px) {
      .ce_dzteaser--standard-right .ce_dzteaser__image-container {
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2;
        margin-bottom: 0; } }
    .ce_dzteaser--standard-right .ce_dzteaser__image-container .image_container {
      text-align: right; }
  .ce_dzteaser--standard-right .dzteaser__link {
    display: inline-block;
    overflow: hidden;
    position: relative;
    z-index: 1;
    padding-left: 28px;
    padding-left: 35px; }
    .ce_dzteaser--standard-right .dzteaser__link a {
      padding-left: 0; }
    .ce_dzteaser--standard-right .dzteaser__link:after {
      position: absolute;
      z-index: 0;
      content: '';
      background-repeat: no-repeat; }
    .ce_dzteaser--standard-right .dzteaser__link:before {
      position: absolute;
      z-index: 0;
      content: '';
      width: 20px;
      height: 20px;
      border-radius: 20px;
      background-color: #C6C3C0; }
    .ce_dzteaser--standard-right .dzteaser__link:before {
      top: 4px;
      left: 2px; }
    .ce_dzteaser--standard-right .dzteaser__link:before {
      background-color: #EB5B25; }
    .ce_dzteaser--standard-right .dzteaser__link[href^="http"]:after {
      top: 4px;
      left: 0;
      width: 20px;
      height: 20px;
      background-image: url(2ac07797f46dfab715091ea4dc74aa71.svg);
      background-position: right center;
      background-size: 20px 20px; }
    .ce_dzteaser--standard-right .dzteaser__link[href^="http"]:hover:after {
      -webkit-animation-name: link-anim-extern;
              animation-name: link-anim-extern;
      -webkit-animation-duration: 0.4s;
              animation-duration: 0.4s;
      -webkit-animation-timing-function: ease-out;
              animation-timing-function: ease-out; }
    .ce_dzteaser--standard-right .dzteaser__link[href^="files/"]:after {
      top: 0;
      left: 2px;
      width: 20px;
      height: 20px;
      background-image: url(443b0c3ee211c2fd91bd9716a47b6bf8.svg);
      background-position: right center;
      background-size: 20px 20px; }
    .ce_dzteaser--standard-right .dzteaser__link[href^="files/"]:hover:after {
      -webkit-animation-name: link-anim-download;
              animation-name: link-anim-download;
      -webkit-animation-duration: 0.3s;
              animation-duration: 0.3s;
      -webkit-animation-timing-function: ease-out;
              animation-timing-function: ease-out; }
    .ce_dzteaser--standard-right .dzteaser__link[href*="#"]:after {
      top: 0;
      left: 2px;
      width: 20px;
      height: 20px;
      background-image: url(ad39e3c3df449c8908b2676110ec31a6.svg);
      background-position: right center;
      background-size: 20px 20px; }
    .ce_dzteaser--standard-right .dzteaser__link[href*="#"]:hover:after {
      -webkit-animation-name: link-anim-download;
              animation-name: link-anim-download;
      -webkit-animation-duration: 0.3s;
              animation-duration: 0.3s;
      -webkit-animation-timing-function: ease-out;
              animation-timing-function: ease-out; }
    .ce_dzteaser--standard-right .dzteaser__link:after {
      top: 4px;
      left: 0;
      width: 20px;
      height: 20px;
      background-image: url(1edaad31a29e29a891de76ad1aa1d495.svg);
      background-position: right center;
      background-size: 20px 20px; }
    .ce_dzteaser--standard-right .dzteaser__link:hover:after {
      -webkit-animation-name: link-anim-standard;
              animation-name: link-anim-standard;
      -webkit-animation-duration: 0.4s;
              animation-duration: 0.4s;
      -webkit-animation-timing-function: ease-out;
              animation-timing-function: ease-out; }
    .ce_dzteaser--standard-right .dzteaser__link svg {
      display: none; }
  @media (max-width: 991.98px) {
    .ce_dzteaser--standard-right .ce_dzteaser__image-container .image_container {
      text-align: center; } }

.ce_dzteaser--claim-background .ce_dzteaser__headline {
  font-family: 'Barlow', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.125rem;
  line-height: 1.55556;
  text-transform: uppercase; }

.ce_dzteaser--claim-background .ce_dzteaser__inside {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 5px; }

.ce_dzteaser--claim-background .ce_dzteaser__content-container {
  width: 100%; }
  @media (min-width: 768px) {
    .ce_dzteaser--claim-background .ce_dzteaser__content-container {
      width: calc(50% - 15px); } }

.ce_dzteaser--claim-background .dzteaser__link-container a {
  padding-left: 0; }

.ce_dzteaser--claim-background .ce_dzteaser__image-container {
  width: 100%;
  margin-bottom: 30px; }
  @media (min-width: 768px) {
    .ce_dzteaser--claim-background .ce_dzteaser__image-container {
      width: calc(50% - 15px);
      margin-bottom: 0; } }
  .ce_dzteaser--claim-background .ce_dzteaser__image-container .image_container {
    text-align: center; }

.ce_dzteaser--claim-background .ce_dzteaser__text-container p {
  font-family: 'Bitter', sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.5rem;
  line-height: 1.33333;
  display: inline;
  background-position: bottom 0px left 0px;
  background-repeat: repeat-x;
  background-size: 1px 32px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#EB5B25), to(#EB5B25));
  background-image: linear-gradient(#EB5B25, #EB5B25); }
  .ce_dzteaser--claim-background .ce_dzteaser__text-container p span {
    display: inline-block;
    margin: 0 5px; }
  .ce_dzteaser--claim-background .ce_dzteaser__text-container p > span {
    font-family: 'Bitter', sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 1.5rem;
    line-height: 1.33333; }
  @media (min-width: 768px) {
    .ce_dzteaser--claim-background .ce_dzteaser__text-container p {
      font-family: 'Bitter', sans-serif;
      font-weight: 700;
      font-style: normal;
      font-size: 1.75rem;
      line-height: 1.28571;
      display: inline;
      background-position: bottom 0px left 0px;
      background-repeat: repeat-x;
      background-size: 1px 36px;
      background-image: -webkit-gradient(linear, left top, left bottom, from(#EB5B25), to(#EB5B25));
      background-image: linear-gradient(#EB5B25, #EB5B25); }
      .ce_dzteaser--claim-background .ce_dzteaser__text-container p span {
        display: inline-block;
        margin: 0 5px; }
      .ce_dzteaser--claim-background .ce_dzteaser__text-container p > span {
        font-family: 'Bitter', sans-serif;
        font-weight: 700;
        font-style: normal;
        font-size: 1.75rem;
        line-height: 1.28571; } }

.ce_dzteaser--claim-background.ce_dzteaser--keycolor-white .ce_dzteaser__text-container p {
  display: inline;
  background-position: bottom 0px left 0px;
  background-repeat: repeat-x;
  background-size: 1px 32px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(white), to(white));
  background-image: linear-gradient(white, white); }
  .ce_dzteaser--claim-background.ce_dzteaser--keycolor-white .ce_dzteaser__text-container p span {
    display: inline-block;
    margin: 0 5px; }
  @media (min-width: 768px) {
    .ce_dzteaser--claim-background.ce_dzteaser--keycolor-white .ce_dzteaser__text-container p {
      display: inline;
      background-position: bottom 0px left 0px;
      background-repeat: repeat-x;
      background-size: 1px 36px;
      background-image: -webkit-gradient(linear, left top, left bottom, from(white), to(white));
      background-image: linear-gradient(white, white); }
      .ce_dzteaser--claim-background.ce_dzteaser--keycolor-white .ce_dzteaser__text-container p span {
        display: inline-block;
        margin: 0 5px; } }
  .ce_dzteaser--claim-background.ce_dzteaser--keycolor-white .ce_dzteaser__text-container p > span {
    color: black; }

.ce_dzteaser--claim-background.ce_dzteaser--keycolor-red .ce_dzteaser__text-container p {
  display: inline;
  background-position: bottom 0px left 0px;
  background-repeat: repeat-x;
  background-size: 1px 32px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#EB5B25), to(#EB5B25));
  background-image: linear-gradient(#EB5B25, #EB5B25); }
  .ce_dzteaser--claim-background.ce_dzteaser--keycolor-red .ce_dzteaser__text-container p span {
    display: inline-block;
    margin: 0 5px; }
  @media (min-width: 768px) {
    .ce_dzteaser--claim-background.ce_dzteaser--keycolor-red .ce_dzteaser__text-container p {
      display: inline;
      background-position: bottom 0px left 0px;
      background-repeat: repeat-x;
      background-size: 1px 36px;
      background-image: -webkit-gradient(linear, left top, left bottom, from(#EB5B25), to(#EB5B25));
      background-image: linear-gradient(#EB5B25, #EB5B25); }
      .ce_dzteaser--claim-background.ce_dzteaser--keycolor-red .ce_dzteaser__text-container p span {
        display: inline-block;
        margin: 0 5px; } }
  .ce_dzteaser--claim-background.ce_dzteaser--keycolor-red .ce_dzteaser__text-container p > span {
    color: black; }

.ce_dzteaser--claim-background.ce_dzteaser--keycolor-yellow .ce_dzteaser__text-container p {
  display: inline;
  background-position: bottom 0px left 0px;
  background-repeat: repeat-x;
  background-size: 1px 32px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#FDC400), to(#FDC400));
  background-image: linear-gradient(#FDC400, #FDC400); }
  .ce_dzteaser--claim-background.ce_dzteaser--keycolor-yellow .ce_dzteaser__text-container p span {
    display: inline-block;
    margin: 0 5px; }
  @media (min-width: 768px) {
    .ce_dzteaser--claim-background.ce_dzteaser--keycolor-yellow .ce_dzteaser__text-container p {
      display: inline;
      background-position: bottom 0px left 0px;
      background-repeat: repeat-x;
      background-size: 1px 36px;
      background-image: -webkit-gradient(linear, left top, left bottom, from(#FDC400), to(#FDC400));
      background-image: linear-gradient(#FDC400, #FDC400); }
      .ce_dzteaser--claim-background.ce_dzteaser--keycolor-yellow .ce_dzteaser__text-container p span {
        display: inline-block;
        margin: 0 5px; } }
  .ce_dzteaser--claim-background.ce_dzteaser--keycolor-yellow .ce_dzteaser__text-container p > span {
    color: black; }

.ce_dzteaser--claim-background.ce_dzteaser--keycolor-cyan .ce_dzteaser__text-container p {
  display: inline;
  background-position: bottom 0px left 0px;
  background-repeat: repeat-x;
  background-size: 1px 32px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#4DBDC6), to(#4DBDC6));
  background-image: linear-gradient(#4DBDC6, #4DBDC6); }
  .ce_dzteaser--claim-background.ce_dzteaser--keycolor-cyan .ce_dzteaser__text-container p span {
    display: inline-block;
    margin: 0 5px; }
  @media (min-width: 768px) {
    .ce_dzteaser--claim-background.ce_dzteaser--keycolor-cyan .ce_dzteaser__text-container p {
      display: inline;
      background-position: bottom 0px left 0px;
      background-repeat: repeat-x;
      background-size: 1px 36px;
      background-image: -webkit-gradient(linear, left top, left bottom, from(#4DBDC6), to(#4DBDC6));
      background-image: linear-gradient(#4DBDC6, #4DBDC6); }
      .ce_dzteaser--claim-background.ce_dzteaser--keycolor-cyan .ce_dzteaser__text-container p span {
        display: inline-block;
        margin: 0 5px; } }
  .ce_dzteaser--claim-background.ce_dzteaser--keycolor-cyan .ce_dzteaser__text-container p > span {
    color: black; }

.ce_dzteaser--claim-background.ce_dzteaser--keycolor-green .ce_dzteaser__text-container p {
  display: inline;
  background-position: bottom 0px left 0px;
  background-repeat: repeat-x;
  background-size: 1px 32px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#B8C931), to(#B8C931));
  background-image: linear-gradient(#B8C931, #B8C931); }
  .ce_dzteaser--claim-background.ce_dzteaser--keycolor-green .ce_dzteaser__text-container p span {
    display: inline-block;
    margin: 0 5px; }
  @media (min-width: 768px) {
    .ce_dzteaser--claim-background.ce_dzteaser--keycolor-green .ce_dzteaser__text-container p {
      display: inline;
      background-position: bottom 0px left 0px;
      background-repeat: repeat-x;
      background-size: 1px 36px;
      background-image: -webkit-gradient(linear, left top, left bottom, from(#B8C931), to(#B8C931));
      background-image: linear-gradient(#B8C931, #B8C931); }
      .ce_dzteaser--claim-background.ce_dzteaser--keycolor-green .ce_dzteaser__text-container p span {
        display: inline-block;
        margin: 0 5px; } }
  .ce_dzteaser--claim-background.ce_dzteaser--keycolor-green .ce_dzteaser__text-container p > span {
    color: black; }

.ce_dzteaser--claim-background.ce_dzteaser--keycolor-standard .ce_dzteaser__text-container p {
  display: inline;
  background-position: bottom 0px left 0px;
  background-repeat: repeat-x;
  background-size: 1px 32px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#E5E4E3), to(#E5E4E3));
  background-image: linear-gradient(#E5E4E3, #E5E4E3); }
  .ce_dzteaser--claim-background.ce_dzteaser--keycolor-standard .ce_dzteaser__text-container p span {
    display: inline-block;
    margin: 0 5px; }
  @media (min-width: 768px) {
    .ce_dzteaser--claim-background.ce_dzteaser--keycolor-standard .ce_dzteaser__text-container p {
      display: inline;
      background-position: bottom 0px left 0px;
      background-repeat: repeat-x;
      background-size: 1px 36px;
      background-image: -webkit-gradient(linear, left top, left bottom, from(#E5E4E3), to(#E5E4E3));
      background-image: linear-gradient(#E5E4E3, #E5E4E3); }
      .ce_dzteaser--claim-background.ce_dzteaser--keycolor-standard .ce_dzteaser__text-container p span {
        display: inline-block;
        margin: 0 5px; } }
  .ce_dzteaser--claim-background.ce_dzteaser--keycolor-standard .ce_dzteaser__text-container p > span {
    color: black; }

.contrast-active .ce_dzteaser--claim-background .ce_dzteaser__text-container p {
  background-size: 32px !important;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#E5E4E3), to(#E5E4E3)) !important;
  background-image: linear-gradient(#E5E4E3, #E5E4E3) !important; }
  @media (min-width: 768px) {
    .contrast-active .ce_dzteaser--claim-background .ce_dzteaser__text-container p {
      background-size: 36px !important;
      background-image: -webkit-gradient(linear, left top, left bottom, from(#E5E4E3), to(#E5E4E3)) !important;
      background-image: linear-gradient(#E5E4E3, #E5E4E3) !important; } }
  .contrast-active .ce_dzteaser--claim-background .ce_dzteaser__text-container p > span {
    color: black; }

.ce_dzteaser--contact .ce_dzteaser__headline {
  font-family: 'Bitter', sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.25rem;
  line-height: 1.4;
  margin-bottom: 15px;
  padding-left: 8%; }
  @media (min-width: 768px) {
    .ce_dzteaser--contact .ce_dzteaser__headline {
      font-family: 'Bitter', sans-serif;
      font-weight: 700;
      font-style: normal;
      font-size: 1.5rem;
      line-height: 1.33333; } }

.ce_dzteaser--contact .ce_dzteaser__image-container {
  margin-bottom: 30px; }
  .ce_dzteaser--contact .ce_dzteaser__image-container .image_container {
    text-align: center; }

.ce_dzteaser--contact .ce_dzteaser__text-container {
  padding-left: 8%; }

@media (min-width: 768px) {
  .ce_dzteaser--contact .ce_dzteaser__inside {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .ce_dzteaser--contact .ce_dzteaser__image-container {
    width: 100%;
    margin-bottom: 0; } }
  @media (min-width: 768px) and (min-width: 992px) {
    .ce_dzteaser--contact .ce_dzteaser__image-container {
      width: calc(405px - 15px); } }

@media (min-width: 768px) {
    .ce_dzteaser--contact .ce_dzteaser__image-container img {
      max-width: 100%;
      height: auto; }
  .ce_dzteaser--contact .ce_dzteaser__content-container {
    width: 100%; } }
  @media (min-width: 768px) and (min-width: 992px) {
    .ce_dzteaser--contact .ce_dzteaser__content-container {
      width: calc(100% - 405px - 15px); } }

@media (min-width: 768px) {
  .col-33x33x33 .ce_dzteaser--contact .ce_dzteaser__inside {
    display: block; }
  .col-33x33x33 .ce_dzteaser--contact .ce_dzteaser__image-container {
    width: 100%;
    margin-bottom: 30px; }
  .col-33x33x33 .ce_dzteaser--contact .ce_dzteaser__content-container {
    width: 100%; } }

.ce_dzteaser--contact .ce_dzteaser__text-container a {
  padding-left: 0; }

.ce_dzteaser--contact .ce_dzteaser__text-container h3,
.ce_dzteaser--contact .ce_dzteaser__text-container h4,
.ce_dzteaser--contact .ce_dzteaser__text-container h5 {
  font-family: 'Barlow', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.125rem;
  line-height: 1.44444;
  margin-bottom: 15px; }

.ce_dzteaser--contact .ce_dzteaser__text-container a {
  font-family: 'Barlow', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.125rem;
  line-height: 1.44444;
  text-decoration: none; }

.ce_dzteaser--contact.ce_dzteaser--keycolor-white .ce_dzteaser__text-container h3,
.ce_dzteaser--contact.ce_dzteaser--keycolor-white .ce_dzteaser__text-container h4,
.ce_dzteaser--contact.ce_dzteaser--keycolor-white .ce_dzteaser__text-container h5 {
  color: white; }

.ce_dzteaser--contact.ce_dzteaser--keycolor-red .ce_dzteaser__text-container h3,
.ce_dzteaser--contact.ce_dzteaser--keycolor-red .ce_dzteaser__text-container h4,
.ce_dzteaser--contact.ce_dzteaser--keycolor-red .ce_dzteaser__text-container h5 {
  color: #EB5B25; }

.ce_dzteaser--contact.ce_dzteaser--keycolor-yellow .ce_dzteaser__text-container h3,
.ce_dzteaser--contact.ce_dzteaser--keycolor-yellow .ce_dzteaser__text-container h4,
.ce_dzteaser--contact.ce_dzteaser--keycolor-yellow .ce_dzteaser__text-container h5 {
  color: #FDC400; }

.ce_dzteaser--contact.ce_dzteaser--keycolor-cyan .ce_dzteaser__text-container h3,
.ce_dzteaser--contact.ce_dzteaser--keycolor-cyan .ce_dzteaser__text-container h4,
.ce_dzteaser--contact.ce_dzteaser--keycolor-cyan .ce_dzteaser__text-container h5 {
  color: #4DBDC6; }

.ce_dzteaser--contact.ce_dzteaser--keycolor-green .ce_dzteaser__text-container h3,
.ce_dzteaser--contact.ce_dzteaser--keycolor-green .ce_dzteaser__text-container h4,
.ce_dzteaser--contact.ce_dzteaser--keycolor-green .ce_dzteaser__text-container h5 {
  color: #B8C931; }

.ce_dzteaser--contact.ce_dzteaser--keycolor-standard .ce_dzteaser__text-container h3,
.ce_dzteaser--contact.ce_dzteaser--keycolor-standard .ce_dzteaser__text-container h4,
.ce_dzteaser--contact.ce_dzteaser--keycolor-standard .ce_dzteaser__text-container h5 {
  color: #E5E4E3; }

.ce_dzteaser.ce_dzteaser--phone .row .ce_dzteaser__content-container .ce_dzteaser__text-container p:not(:last-child) a {
  display: inline-block;
  overflow: hidden;
  position: relative;
  z-index: 1;
  padding-left: 28px;
  padding-left: 35px; }
  .ce_dzteaser.ce_dzteaser--phone .row .ce_dzteaser__content-container .ce_dzteaser__text-container p:not(:last-child) a a {
    padding-left: 0; }
  .ce_dzteaser.ce_dzteaser--phone .row .ce_dzteaser__content-container .ce_dzteaser__text-container p:not(:last-child) a a {
    padding-left: 0; }
  .ce_dzteaser.ce_dzteaser--phone .row .ce_dzteaser__content-container .ce_dzteaser__text-container p:not(:last-child) a:after {
    position: absolute;
    z-index: 0;
    content: '';
    background-repeat: no-repeat; }
  .ce_dzteaser.ce_dzteaser--phone .row .ce_dzteaser__content-container .ce_dzteaser__text-container p:not(:last-child) a:before {
    position: absolute;
    z-index: 0;
    content: '';
    width: 20px;
    height: 20px;
    border-radius: 20px;
    background-color: #C6C3C0; }
  .ce_dzteaser.ce_dzteaser--phone .row .ce_dzteaser__content-container .ce_dzteaser__text-container p:not(:last-child) a:before {
    top: 4px;
    left: 2px; }
  .ce_dzteaser.ce_dzteaser--phone .row .ce_dzteaser__content-container .ce_dzteaser__text-container p:not(:last-child) a:before {
    background-color: #EB5B25; }
  .ce_dzteaser.ce_dzteaser--phone .row .ce_dzteaser__content-container .ce_dzteaser__text-container p:not(:last-child) a[href^="http"]:after {
    top: 4px;
    left: 0;
    width: 20px;
    height: 20px;
    background-image: url(2ac07797f46dfab715091ea4dc74aa71.svg);
    background-position: right center;
    background-size: 20px 20px; }
  .ce_dzteaser.ce_dzteaser--phone .row .ce_dzteaser__content-container .ce_dzteaser__text-container p:not(:last-child) a[href^="http"]:hover:after {
    -webkit-animation-name: link-anim-extern;
            animation-name: link-anim-extern;
    -webkit-animation-duration: 0.4s;
            animation-duration: 0.4s;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out; }
  .ce_dzteaser.ce_dzteaser--phone .row .ce_dzteaser__content-container .ce_dzteaser__text-container p:not(:last-child) a[href^="files/"]:after {
    top: 0;
    left: 2px;
    width: 20px;
    height: 20px;
    background-image: url(443b0c3ee211c2fd91bd9716a47b6bf8.svg);
    background-position: right center;
    background-size: 20px 20px; }
  .ce_dzteaser.ce_dzteaser--phone .row .ce_dzteaser__content-container .ce_dzteaser__text-container p:not(:last-child) a[href^="files/"]:hover:after {
    -webkit-animation-name: link-anim-download;
            animation-name: link-anim-download;
    -webkit-animation-duration: 0.3s;
            animation-duration: 0.3s;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out; }
  .ce_dzteaser.ce_dzteaser--phone .row .ce_dzteaser__content-container .ce_dzteaser__text-container p:not(:last-child) a[href*="#"]:after {
    top: 0;
    left: 2px;
    width: 20px;
    height: 20px;
    background-image: url(ad39e3c3df449c8908b2676110ec31a6.svg);
    background-position: right center;
    background-size: 20px 20px; }
  .ce_dzteaser.ce_dzteaser--phone .row .ce_dzteaser__content-container .ce_dzteaser__text-container p:not(:last-child) a[href*="#"]:hover:after {
    -webkit-animation-name: link-anim-download;
            animation-name: link-anim-download;
    -webkit-animation-duration: 0.3s;
            animation-duration: 0.3s;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out; }
  .ce_dzteaser.ce_dzteaser--phone .row .ce_dzteaser__content-container .ce_dzteaser__text-container p:not(:last-child) a:after {
    top: 4px;
    left: 0;
    width: 20px;
    height: 20px;
    background-image: url(1edaad31a29e29a891de76ad1aa1d495.svg);
    background-position: right center;
    background-size: 20px 20px; }
  .ce_dzteaser.ce_dzteaser--phone .row .ce_dzteaser__content-container .ce_dzteaser__text-container p:not(:last-child) a:hover:after {
    -webkit-animation-name: link-anim-standard;
            animation-name: link-anim-standard;
    -webkit-animation-duration: 0.4s;
            animation-duration: 0.4s;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out; }

.ce_dzteaser--standard-right .ce_dzteaser__text-container p {
  margin-bottom: 15px; }

.ce_dzteaser--standard-right .ce_dzteaser__text-container ul,
.ce_dzteaser--standard-right .ce_dzteaser__text-container ol {
  margin-bottom: 20px; }

.ce_dzteaser--standard-right .ce_dzteaser__text-container ul {
  list-style-type: disc;
  padding-left: 31px; }
  .ce_dzteaser--standard-right .ce_dzteaser__text-container ul li {
    padding-left: 10px;
    margin-bottom: 10px;
    font-size: 1.125rem;
    line-height: 1.625rem; }

.ce_dzteaser--standard-right .ce_dzteaser__text-container ol {
  list-style-type: none;
  padding-left: 31px; }
  .ce_dzteaser--standard-right .ce_dzteaser__text-container ol li {
    position: relative;
    padding-left: 10px;
    margin-bottom: 10px;
    font-size: 1.125rem;
    line-height: 1.625rem; }
    .ce_dzteaser--standard-right .ce_dzteaser__text-container ol li .custom-number {
      position: absolute;
      top: 0;
      left: -30px;
      background-color: #FDC400;
      border-radius: 50%;
      width: 25px;
      height: 25px;
      font-family: "Bitter", serif;
      font-weight: 800;
      font-size: 1.125rem;
      line-height: 1.625rem;
      text-align: center; }

.ce_dzteaser.ce_dzteaser--with-underline .ce_dzteaser__headline {
  font-family: 'Bitter', sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.5rem;
  line-height: 1.33333;
  display: inline;
  background-position: bottom 2px left 0px;
  background-repeat: repeat-x;
  background-size: 1px 10px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#FDC400), to(#FDC400));
  background-image: linear-gradient(#FDC400, #FDC400); }
  @media (min-width: 768px) {
    .ce_dzteaser.ce_dzteaser--with-underline .ce_dzteaser__headline {
      font-family: 'Bitter', sans-serif;
      font-weight: 700;
      font-style: normal;
      font-size: 1.75rem;
      line-height: 1.28571; } }
  @media (min-width: 992px) {
    .ce_dzteaser.ce_dzteaser--with-underline .ce_dzteaser__headline {
      background-size: 1px 10px; } }
  @media (max-width: 991.98px) {
    .ce_dzteaser.ce_dzteaser--with-underline .ce_dzteaser__headline {
      background-size: 1px 8px; } }
  .contrast-active .ce_dzteaser.ce_dzteaser--with-underline .ce_dzteaser__headline {
    background: none !important;
    background-color: transparent !important; }
  .ce_dzteaser.ce_dzteaser--with-underline .ce_dzteaser__headline:after {
    clear: both;
    display: block;
    content: ' ';
    height: 36px; }

.ce_dzteaser.ce_dzteaser--with-underline.ce_dzteaser--keycolor-white .ce_dzteaser__meta {
  color: white; }

.ce_dzteaser.ce_dzteaser--with-underline.ce_dzteaser--keycolor-red .ce_dzteaser__meta {
  color: #EB5B25; }

.ce_dzteaser.ce_dzteaser--with-underline.ce_dzteaser--keycolor-yellow .ce_dzteaser__meta {
  color: #FDC400; }

.ce_dzteaser.ce_dzteaser--with-underline.ce_dzteaser--keycolor-cyan .ce_dzteaser__meta {
  color: #4DBDC6; }

.ce_dzteaser.ce_dzteaser--with-underline.ce_dzteaser--keycolor-green .ce_dzteaser__meta {
  color: #B8C931; }

.ce_dzteaser.ce_dzteaser--with-underline.ce_dzteaser--keycolor-standard .ce_dzteaser__meta {
  color: #E5E4E3; }

/**
 * Teaser: ce_dzteaser--quote
 */
.ce_dzteaser.ce_dzteaser--quote .ce_dzteaser__image-container figcaption {
  display: none; }

.ce_dzteaser.ce_dzteaser--quote .ce_dzteaser__content-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse; }
  .ce_dzteaser.ce_dzteaser--quote .ce_dzteaser__content-container .ce_dzteaser__text-container {
    margin-top: 70px;
    position: relative; }
    .ce_dzteaser.ce_dzteaser--quote .ce_dzteaser__content-container .ce_dzteaser__text-container::before {
      content: "»";
      position: absolute;
      top: -43px;
      font-family: "Rock Salt", serif;
      font-weight: normal;
      font-size: 6.25rem;
      z-index: 0; }
      .mod_article--bg-green .ce_dzteaser.ce_dzteaser--quote .ce_dzteaser__content-container .ce_dzteaser__text-container::before {
        color: #80A51B; }
      .mod_article--bg-darkgreen .ce_dzteaser.ce_dzteaser--quote .ce_dzteaser__content-container .ce_dzteaser__text-container::before {
        color: #B8C931; }
      .mod_article--bg-red .ce_dzteaser.ce_dzteaser--quote .ce_dzteaser__content-container .ce_dzteaser__text-container::before {
        color: #D73F12; }
      .mod_article--bg-darkred .ce_dzteaser.ce_dzteaser--quote .ce_dzteaser__content-container .ce_dzteaser__text-container::before {
        color: #EB5B25; }
      .mod_article--bg-teal .ce_dzteaser.ce_dzteaser--quote .ce_dzteaser__content-container .ce_dzteaser__text-container::before {
        color: #4DBDC6; }
      .mod_article--bg-cyan .ce_dzteaser.ce_dzteaser--quote .ce_dzteaser__content-container .ce_dzteaser__text-container::before {
        color: #008390; }
      .mod_article--bg-yellow .ce_dzteaser.ce_dzteaser--quote .ce_dzteaser__content-container .ce_dzteaser__text-container::before {
        color: #FADC90; }
      .mod_article--bg-lightbeige .ce_dzteaser.ce_dzteaser--quote .ce_dzteaser__content-container .ce_dzteaser__text-container::before {
        color: #C6C3C0; }
      .mod_article--bg-beige .ce_dzteaser.ce_dzteaser--quote .ce_dzteaser__content-container .ce_dzteaser__text-container::before {
        color: #F4F4F4; }
      .mod_article--bg-darkbeige .ce_dzteaser.ce_dzteaser--quote .ce_dzteaser__content-container .ce_dzteaser__text-container::before {
        color: #F4F4F4; }
      .mod_article--bg-warmgrey .ce_dzteaser.ce_dzteaser--quote .ce_dzteaser__content-container .ce_dzteaser__text-container::before {
        color: #C6C3C0; }
    .ce_dzteaser.ce_dzteaser--quote .ce_dzteaser__content-container .ce_dzteaser__text-container blockquote {
      margin-bottom: 30px; }
      .ce_dzteaser.ce_dzteaser--quote .ce_dzteaser__content-container .ce_dzteaser__text-container blockquote p {
        position: relative;
        z-index: 3;
        font-family: 'Bitter', sans-serif;
        font-weight: 700;
        font-style: normal;
        font-size: 1.125rem;
        line-height: 1.44444; }
    .ce_dzteaser.ce_dzteaser--quote .ce_dzteaser__content-container .ce_dzteaser__text-container .ce_dzteaser__source {
      font-family: 'Barlow', sans-serif;
      font-weight: 400;
      font-style: normal;
      font-size: 1rem;
      line-height: 1.5; }

@media (min-width: 992px) {
  .ce_dzteaser.ce_dzteaser--quote .ce_dzteaser__inside {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .ce_dzteaser.ce_dzteaser--quote .ce_dzteaser__inside .ce_dzteaser__image-container {
      max-width: 36%;
      margin-top: 72px;
      margin-right: 0; }
    .ce_dzteaser.ce_dzteaser--quote .ce_dzteaser__inside .ce_dzteaser__content-container {
      max-width: 57%; }
      .ce_dzteaser.ce_dzteaser--quote .ce_dzteaser__inside .ce_dzteaser__content-container .ce_dzteaser__text-container::before {
        content: "»";
        top: -50px;
        font-size: 8.75rem; }
      .ce_dzteaser.ce_dzteaser--quote .ce_dzteaser__inside .ce_dzteaser__content-container blockquote p {
        font-family: 'Bitter', sans-serif;
        font-weight: 700;
        font-style: normal;
        font-size: 1.25rem;
        line-height: 1.6; }
      .ce_dzteaser.ce_dzteaser--quote .ce_dzteaser__inside .ce_dzteaser__content-container .ce_dzteaser__source {
        font-family: 'Barlow', sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: 1.125rem;
        line-height: 1.44444; } }

.ce_dzteaser.ce_dzteaser--quote.ce_dzteaser--keycolor-white .ce_dzteaser__meta {
  color: white; }

.ce_dzteaser.ce_dzteaser--quote.ce_dzteaser--keycolor-red .ce_dzteaser__meta {
  color: #EB5B25; }

.ce_dzteaser.ce_dzteaser--quote.ce_dzteaser--keycolor-yellow .ce_dzteaser__meta {
  color: #FDC400; }

.ce_dzteaser.ce_dzteaser--quote.ce_dzteaser--keycolor-cyan .ce_dzteaser__meta {
  color: #4DBDC6; }

.ce_dzteaser.ce_dzteaser--quote.ce_dzteaser--keycolor-green .ce_dzteaser__meta {
  color: #B8C931; }

.ce_dzteaser.ce_dzteaser--quote.ce_dzteaser--keycolor-standard .ce_dzteaser__meta {
  color: #E5E4E3; }

.ce_dzteaser.standard .ce_dzteaser__inside {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.ce_dzteaser.standard .ce_dzteaser__image-container,
.ce_dzteaser.standard .ce_dzteaser__content-container {
  width: calc(50% - 15px); }

.ce_dzteaser.standard .ce_dzteaser__image-container .image_container {
  text-align: center; }
  .ce_dzteaser.standard .ce_dzteaser__image-container .image_container img {
    width: 100%;
    max-width: 540px;
    height: auto; }

.ce_dzteaser.standard .ce_dzteaser__headline {
  font-family: 'Bitter', sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.25rem;
  line-height: 1.4;
  margin-bottom: 15px; }
  @media (min-width: 768px) {
    .ce_dzteaser.standard .ce_dzteaser__headline {
      font-family: 'Bitter', sans-serif;
      font-weight: 700;
      font-style: normal;
      font-size: 1.5rem;
      line-height: 1.33333; } }

.ce_colsetStart.colcount_2 .ce_dzteaser.standard .ce_dzteaser__inside,
.ce_colsetStart.colcount_3 .ce_dzteaser.standard .ce_dzteaser__inside {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.ce_colsetStart.colcount_2 .ce_dzteaser.standard .ce_dzteaser__image-container,
.ce_colsetStart.colcount_2 .ce_dzteaser.standard .ce_dzteaser__content-container,
.ce_colsetStart.colcount_3 .ce_dzteaser.standard .ce_dzteaser__image-container,
.ce_colsetStart.colcount_3 .ce_dzteaser.standard .ce_dzteaser__content-container {
  width: 100%; }

.ce_colsetStart.colcount_2 .ce_dzteaser.standard .ce_dzteaser__image-container,
.ce_colsetStart.colcount_3 .ce_dzteaser.standard .ce_dzteaser__image-container {
  margin-bottom: 27px; }

@media (min-width: 992px) {
  .ce_colsetStart.colcount_2 .ce_dzteaser.standard .ce_dzteaser__content-container {
    padding-left: 65px; } }

@media (min-width: 768px) and (max-width: 991.98px) {
  .ce_colsetStart.colcount_2 .ce_dzteaser.standard .ce_dzteaser__content-container {
    padding-left: 45px; } }

@media (min-width: 576px) {
  .ce_colsetStart.colcount_3 .ce_dzteaser.standard .ce_dzteaser__headline {
    font-family: 'Bitter', sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 1.25rem;
    line-height: 1.4; } }

@media (max-width: 767.98px) {
  .ce_dzteaser.standard .ce_dzteaser__inside {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .ce_dzteaser.standard .ce_dzteaser__image-container,
  .ce_dzteaser.standard .ce_dzteaser__content-container {
    width: 100%; }
  .ce_dzteaser.standard .ce_dzteaser__image-container {
    margin-bottom: 47px; } }

@media (min-width: 576px) and (max-width: 767.98px) {
  .ce_dzteaser.standard .ce_dzteaser__content-container {
    padding-left: 45px; } }

.ce_dzteaser.contact-special {
  max-width: 900px; }
  @media (max-width: 575.98px) {
    .ce_dzteaser.contact-special .ce_dzteaser__headline-container {
      width: calc(100% - 80px); } }
  @media (min-width: 576px) and (max-width: 991.98px) {
    .ce_dzteaser.contact-special .ce_dzteaser__text-container {
      padding-right: 35px; } }

.ce_dzfaqselection__page {
  position: relative; }
  .ce_dzfaqselection__page .faq-row {
    position: static; }

.mod_faqpage article h2 {
  font-family: 'Bitter', sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.25rem;
  line-height: 1.4;
  display: inline;
  background-position: bottom 2px left 0px;
  background-repeat: repeat-x;
  background-size: 1px 10px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#4DBDC6), to(#4DBDC6));
  background-image: linear-gradient(#4DBDC6, #4DBDC6); }
  @media (min-width: 768px) {
    .mod_faqpage article h2 {
      font-family: 'Bitter', sans-serif;
      font-weight: 700;
      font-style: normal;
      font-size: 1.5rem;
      line-height: 1.33333; } }
  @media (min-width: 992px) {
    .mod_faqpage article h2 {
      background-size: 1px 8px; } }
  @media (max-width: 991.98px) {
    .mod_faqpage article h2 {
      background-size: 1px 6px; } }
  .contrast-active .mod_faqpage article h2 {
    background: none !important;
    background-color: transparent !important; }
  .mod_faqpage article h2:after {
    clear: both;
    display: block;
    content: ' ';
    height: 48px; }

.mod_faqpage section {
  max-width: 900px;
  margin-bottom: 40px; }
  .mod_faqpage section ul {
    list-style-type: disc;
    padding-left: 31px; }
    .mod_faqpage section ul li {
      padding-left: 10px;
      margin-bottom: 20px; }
  @media (min-width: 768px) {
    .mod_faqpage section {
      margin-bottom: 60px; } }
  .mod_faqpage section > *:last-child {
    margin-bottom: 0; }
  .mod_faqpage section h3 {
    font-family: 'Bitter', sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 1.125rem;
    line-height: 1.44444;
    margin-bottom: 20px; }
    @media (min-width: 768px) {
      .mod_faqpage section h3 {
        font-family: 'Bitter', sans-serif;
        font-weight: 700;
        font-style: normal;
        font-size: 1.25rem;
        line-height: 1.4; } }
  .mod_faqpage section p {
    margin-bottom: 15px; }
  .mod_faqpage section ul.linklist {
    list-style-type: none;
    margin: 0;
    padding: 0; }
    .mod_faqpage section ul.linklist li {
      margin: 0;
      padding-left: 0; }
  .mod_faqpage section .info {
    display: none; }

.mod_faqpage .toplink {
  display: none; }

.ce_dzfaqselection dd.ce_dzfaqselection__answer p:not(:last-child) {
  margin-bottom: 12px; }

.ce_dzfaqselection dd.ce_dzfaqselection__answer p > a {
  display: inline-block;
  overflow: hidden;
  position: relative;
  z-index: 1;
  padding-left: 28px;
  padding-left: 35px; }
  .ce_dzfaqselection dd.ce_dzfaqselection__answer p > a a {
    padding-left: 0; }
  .ce_dzfaqselection dd.ce_dzfaqselection__answer p > a:after {
    position: absolute;
    z-index: 0;
    content: '';
    background-repeat: no-repeat; }
  .ce_dzfaqselection dd.ce_dzfaqselection__answer p > a:before {
    position: absolute;
    z-index: 0;
    content: '';
    width: 20px;
    height: 20px;
    border-radius: 20px;
    background-color: #C6C3C0; }
  .ce_dzfaqselection dd.ce_dzfaqselection__answer p > a:before {
    top: 4px;
    left: 2px; }
  .ce_dzfaqselection dd.ce_dzfaqselection__answer p > a:before {
    background-color: #EB5B25; }
  .ce_dzfaqselection dd.ce_dzfaqselection__answer p > a[href^="http"]:after {
    top: 4px;
    left: 0;
    width: 20px;
    height: 20px;
    background-image: url(2ac07797f46dfab715091ea4dc74aa71.svg);
    background-position: right center;
    background-size: 20px 20px; }
  .ce_dzfaqselection dd.ce_dzfaqselection__answer p > a[href^="http"]:hover:after {
    -webkit-animation-name: link-anim-extern;
            animation-name: link-anim-extern;
    -webkit-animation-duration: 0.4s;
            animation-duration: 0.4s;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out; }
  .ce_dzfaqselection dd.ce_dzfaqselection__answer p > a[href^="files/"]:after {
    top: 0;
    left: 2px;
    width: 20px;
    height: 20px;
    background-image: url(443b0c3ee211c2fd91bd9716a47b6bf8.svg);
    background-position: right center;
    background-size: 20px 20px; }
  .ce_dzfaqselection dd.ce_dzfaqselection__answer p > a[href^="files/"]:hover:after {
    -webkit-animation-name: link-anim-download;
            animation-name: link-anim-download;
    -webkit-animation-duration: 0.3s;
            animation-duration: 0.3s;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out; }
  .ce_dzfaqselection dd.ce_dzfaqselection__answer p > a[href*="#"]:after {
    top: 0;
    left: 2px;
    width: 20px;
    height: 20px;
    background-image: url(ad39e3c3df449c8908b2676110ec31a6.svg);
    background-position: right center;
    background-size: 20px 20px; }
  .ce_dzfaqselection dd.ce_dzfaqselection__answer p > a[href*="#"]:hover:after {
    -webkit-animation-name: link-anim-download;
            animation-name: link-anim-download;
    -webkit-animation-duration: 0.3s;
            animation-duration: 0.3s;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out; }
  .ce_dzfaqselection dd.ce_dzfaqselection__answer p > a:after {
    top: 4px;
    left: 0;
    width: 20px;
    height: 20px;
    background-image: url(1edaad31a29e29a891de76ad1aa1d495.svg);
    background-position: right center;
    background-size: 20px 20px; }
  .ce_dzfaqselection dd.ce_dzfaqselection__answer p > a:hover:after {
    -webkit-animation-name: link-anim-standard;
            animation-name: link-anim-standard;
    -webkit-animation-duration: 0.4s;
            animation-duration: 0.4s;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out; }

@-webkit-keyframes link-anim-highlight-special {
  0% {
    left: calc(50% - 40px); }
  100% {
    left: calc(50% - 20px); } }

@keyframes link-anim-highlight-special {
  0% {
    left: calc(50% - 40px); }
  100% {
    left: calc(50% - 20px); } }

.ce_hyperlink--highlight {
  padding: 40px 0; }
  .ce_hyperlink--highlight a {
    font-family: 'Bitter', sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 1.5rem;
    line-height: 1.33333; }
    .ce_hyperlink--highlight a > i {
      font-family: 'Bitter', sans-serif;
      font-weight: 700;
      font-style: normal;
      font-size: 1.5rem;
      line-height: 1.33333;
      display: inline;
      background-position: bottom 2px left 0px;
      background-repeat: repeat-x;
      background-size: 1px 10px;
      background-image: -webkit-gradient(linear, left top, left bottom, from(#EB5B25), to(#EB5B25));
      background-image: linear-gradient(#EB5B25, #EB5B25); }
      @media (min-width: 992px) {
        .ce_hyperlink--highlight a > i {
          background-size: 1px 8px; } }
      @media (max-width: 991.98px) {
        .ce_hyperlink--highlight a > i {
          background-size: 1px 6px; } }
      .contrast-active .ce_hyperlink--highlight a > i {
        background: none; }
  @media (min-width: 768px) {
    .ce_hyperlink--highlight a {
      padding-top: 10px;
      padding-bottom: 10px; }
      .ce_hyperlink--highlight a:after, .ce_hyperlink--highlight a:before {
        top: 50%;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%); } }
  @media (max-width: 767.98px) {
    .ce_hyperlink--highlight a {
      font-family: 'Bitter', sans-serif;
      font-weight: 700;
      font-style: normal;
      font-size: 1.25rem;
      line-height: 1.4;
      padding-bottom: 83px;
      padding-right: 0; }
      .ce_hyperlink--highlight a > i {
        font-family: 'Bitter', sans-serif;
        font-weight: 700;
        font-style: normal;
        font-size: 1.25rem;
        line-height: 1.4; }
      .ce_hyperlink--highlight a:after, .ce_hyperlink--highlight a:before {
        left: 50%;
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%); }
      .ce_hyperlink--highlight a:after {
        top: auto;
        bottom: 0;
        left: calc(50% - 20px); }
      .ce_hyperlink--highlight a:before {
        top: auto;
        bottom: 0; }
      .ce_hyperlink--highlight a:hover:after {
        -webkit-animation-name: link-anim-highlight-special;
                animation-name: link-anim-highlight-special; } }

.mod_instagram-wall {
  position: relative;
  padding-top: 58px; }
  .mod_instagram-wall .slick-dots {
    margin-top: 45px;
    text-align: center;
    margin-bottom: 0;
    line-height: 0;
    text-align: center;
    margin-top: 30px; }
    .mod_instagram-wall .slick-dots li {
      display: inline-block;
      margin: 0 8px; }
      .mod_instagram-wall .slick-dots li button {
        display: inline-block;
        font-size: 0;
        line-height: 0;
        padding: 0;
        border: 0;
        background-color: white;
        width: 13px;
        height: 13px;
        border-radius: 13px; }
      @media (min-width: 768px) {
        .mod_instagram-wall .slick-dots li {
          margin: 0 13px; }
          .mod_instagram-wall .slick-dots li button {
            display: inline-block;
            font-size: 0;
            line-height: 0;
            padding: 0;
            border: 0;
            background-color: white;
            width: 23px;
            height: 23px;
            border-radius: 23px; } }
      @media (max-width: 575.98px) {
        .mod_instagram-wall .slick-dots li {
          margin: 0 5px; }
          .mod_instagram-wall .slick-dots li button {
            display: inline-block;
            font-size: 0;
            line-height: 0;
            padding: 0;
            border: 0;
            background-color: white;
            width: 10px;
            height: 10px;
            border-radius: 10px; } }
      .mod_instagram-wall .slick-dots li.slick-active button {
        background-color: #FDC400; }
    @media (min-width: 576px) and (max-width: 767.98px) {
      .mod_instagram-wall .slick-dots {
        margin-top: 40px; } }
    @media (max-width: 575.98px) {
      .mod_instagram-wall .slick-dots {
        margin-top: 30px; } }
    @media (min-width: 1200px) {
      .mod_instagram-wall .slick-dots {
        position: absolute;
        bottom: 0;
        left: 0;
        z-index: 1;
        margin-top: 0;
        text-align: left; } }
    @media (min-width: 576px) {
      .mod_instagram-wall .slick-dots {
        margin-top: 40px; } }
  .mod_instagram-wall__link-container {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1; }
  .mod_instagram-wall__posts {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: relative;
    margin-bottom: -10px; }
  .mod_instagram-wall__post {
    position: relative;
    width: calc(50% - 5px);
    margin-bottom: 10px; }
    .mod_instagram-wall__post:after {
      content: "";
      display: block;
      padding-bottom: 100%; }
    .mod_instagram-wall__post button {
      width: inherit;
      height: inherit;
      margin: 0;
      padding: 0;
      border: 0; }
    .mod_instagram-wall__post figure {
      width: inherit;
      height: inherit; }
    .mod_instagram-wall__post img {
      max-width: 100%;
      height: auto; }
  .mod_instagram-wall__post-inside {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden; }
  @media (min-width: 576px) {
    .mod_instagram-wall {
      padding-top: 105px;
      background-image: url(c9552dc755e8677aaf837e3423e5f924.svg);
      background-repeat: no-repeat;
      background-position: 0 0;
      background-size: 300px 200px; } }
  @media (min-width: 1200px) {
    .mod_instagram-wall {
      padding-top: 64px;
      background-position: 100% 114px; }
      .mod_instagram-wall__posts {
        display: block;
        position: relative;
        height: 513px;
        margin-bottom: 0; }
      .mod_instagram-wall__post {
        margin-bottom: 0;
        position: absolute;
        z-index: 1; }
        .mod_instagram-wall__post--0 {
          width: 391px;
          top: 0;
          left: 0; }
        .mod_instagram-wall__post--1 {
          width: 192px;
          top: 0;
          left: 398px; }
        .mod_instagram-wall__post--2 {
          width: 192px;
          top: 199px;
          left: 398px; }
        .mod_instagram-wall__post--3 {
          width: 192px;
          top: 0;
          left: 597px; }
        .mod_instagram-wall__post--4 {
          width: 314px;
          top: 199px;
          left: 597px; }
        .mod_instagram-wall__post--5 {
          width: 192px;
          top: 199px;
          left: 918px; } }
  @media (min-width: 992px) and (max-width: 1199.98px) {
    .mod_instagram-wall__posts {
      margin-bottom: -15px; }
    .mod_instagram-wall__post {
      width: calc(33.333% - 10px);
      margin-bottom: 15px; } }
  @media (min-width: 768px) and (max-width: 991.98px) {
    .mod_instagram-wall__posts {
      margin-bottom: -30px; }
    .mod_instagram-wall__post {
      width: calc(50% - 15px);
      margin-bottom: 30px; } }
  @media (min-width: 576px) and (max-width: 767.98px) {
    .mod_instagram-wall__posts {
      margin-bottom: -15px; }
    .mod_instagram-wall__post {
      width: calc(50% - 7px);
      margin-bottom: 15px; } }

.is-modal-container {
  display: block;
  max-width: 540px; }
  .is-modal-container figure {
    width: inherit; }
    .is-modal-container figure img {
      max-width: 100%;
      height: auto; }
  .is-modal-container .is-modal-content {
    padding: 30px 15px 30px 15px;
    width: inherit;
    background-color: #F4F4F4; }
    @media (min-width: 576px) and (max-width: 767.98px) {
      .is-modal-container .is-modal-content {
        padding: 30px; } }
    @media (min-width: 768px) {
      .is-modal-container .is-modal-content {
        padding: 40px; } }
    .is-modal-container .is-modal-content__inside {
      padding-left: 43px;
      height: 100%;
      padding-bottom: 50px;
      position: relative; }
    .is-modal-container .is-modal-content__picture {
      position: absolute;
      top: 0;
      left: 0;
      z-index: 1;
      width: 33px;
      height: 33px;
      border-radius: 33px; }
    .is-modal-container .is-modal-content__caption {
      font-family: 'Barlow', sans-serif;
      font-weight: 400;
      font-style: normal;
      font-size: 0.875rem;
      line-height: 1.28571;
      height: 100%;
      overflow-y: auto; }
      .is-modal-container .is-modal-content__caption strong {
        font-family: 'Barlow', sans-serif;
        font-weight: 500;
        font-style: normal;
        font-size: 0.875rem;
        line-height: 1.28571; }
      .is-modal-container .is-modal-content__caption span {
        display: block;
        margin-top: 10px;
        color: #C6C3C0; }
      .is-modal-container .is-modal-content__caption a {
        font-family: 'Barlow', sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: 0.875rem;
        line-height: 1.28571;
        color: #008390;
        display: inline;
        padding-left: 0; }
        .is-modal-container .is-modal-content__caption a a {
          padding-left: 0; }
    .is-modal-container .is-modal-content__link-container {
      position: absolute;
      bottom: 0;
      left: 43px;
      z-index: 1; }
    .is-modal-container .is-modal-content__link {
      background-color: #8e8882;
      padding: 3px 10px 0 10px; }
      .is-modal-container .is-modal-content__link > span {
        font-family: 'Barlow', sans-serif;
        font-weight: 500;
        font-style: normal;
        font-size: 1rem;
        line-height: 1.625;
        display: inline-block;
        overflow: hidden;
        position: relative;
        z-index: 1;
        padding-left: 28px;
        padding-left: 0;
        padding-right: 31px;
        color: white; }
        .is-modal-container .is-modal-content__link > span a {
          padding-left: 0; }
        .is-modal-container .is-modal-content__link > span:after {
          position: absolute;
          z-index: 0;
          content: '';
          background-repeat: no-repeat; }
        .is-modal-container .is-modal-content__link > span:before {
          position: absolute;
          z-index: 0;
          content: '';
          width: 20px;
          height: 20px;
          border-radius: 20px;
          background-color: #C6C3C0; }
        .is-modal-container .is-modal-content__link > span:before {
          top: 4px;
          right: 0; }
        .is-modal-container .is-modal-content__link > span:after {
          top: 4px;
          right: 2px;
          width: 20px;
          height: 20px;
          background-image: url(1edaad31a29e29a891de76ad1aa1d495.svg);
          background-position: right center;
          background-size: 20px 20px; }
        .is-modal-container .is-modal-content__link > span:hover:after {
          -webkit-animation-name: link-anim-standard-right;
                  animation-name: link-anim-standard-right;
          -webkit-animation-duration: 0.4s;
                  animation-duration: 0.4s;
          -webkit-animation-timing-function: ease-out;
                  animation-timing-function: ease-out; }
        .is-modal-container .is-modal-content__link > span:before {
          background-color: #FDC400; }
  @media (min-width: 992px) {
    .is-modal-container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
      -webkit-box-align: stretch;
          -ms-flex-align: stretch;
              align-items: stretch;
      width: 920px;
      max-width: 10000px; }
      .is-modal-container figure {
        width: 540px;
        height: 540px;
        overflow: hidden; }
      .is-modal-container .is-modal-content {
        width: 380px;
        height: 540px; } }

.ce_dzwall__item-container {
  margin-left: -7px;
  margin-right: -7px; }
  .ce_dzwall__item-container::after {
    display: block;
    clear: both;
    content: ""; }
  @media (min-width: 768px) {
    .ce_dzwall__item-container {
      margin-left: -15px;
      margin-right: -15px; } }

.ce_dzwall__form {
  margin-bottom: 60px; }

.ce_dzwall__button-container {
  text-align: center;
  padding-top: 50px; }

.ce_dzwall__more-button {
  font-family: 'Bitter', sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.25rem;
  line-height: 1.4;
  display: inline-block;
  padding: 15px 30px;
  background-color: #FDC400;
  color: black;
  border: none; }
  .contrast-active .ce_dzwall__more-button {
    background-color: black !important; }

.ce_dzwall__temp-items {
  display: none; }

.ce_dzwallitem {
  width: 100%;
  height: auto; }
  .ce_dzwallitem-gutter {
    padding: 7px;
    position: relative; }
    @media (min-width: 768px) {
      .ce_dzwallitem-gutter {
        padding: 15px; } }
  .ce_dzwallitem-inside {
    background-color: white;
    position: relative; }
  .ce_dzwallitem-placeholder-image {
    max-width: 100%;
    height: auto;
    visibility: hidden; }
  .ce_dzwallitem__image-container {
    position: relative; }
    .ce_dzwallitem__image-container figure {
      position: relative; }
  .ce_dzwallitem__content-container {
    padding: 30px 15px 30px 15px; }
    @media (min-width: 576px) {
      .ce_dzwallitem__content-container {
        padding-left: 30px;
        padding-right: 30px; } }
  .ce_dzwallitem__headline {
    margin-bottom: 10px; }
    .ce_dzwallitem__headline h3 {
      font-family: 'Bitter', sans-serif;
      font-weight: 700;
      font-style: normal;
      font-size: 1rem;
      line-height: 1.3125;
      margin-bottom: 0; }
      @media (min-width: 992px) {
        .ce_dzwallitem__headline h3 {
          font-family: 'Bitter', sans-serif;
          font-weight: 700;
          font-style: normal;
          font-size: 1.125rem;
          line-height: 1.22222; } }
  .ce_dzwallitem__text {
    margin-bottom: 15px; }
    .ce_dzwallitem__text p {
      font-family: 'Barlow', sans-serif;
      font-weight: 400;
      font-style: normal;
      font-size: 0.9375rem;
      line-height: 1.4; }
  .ce_dzwallitem__link-container {
    margin-bottom: 0; }
  .ce_dzwallitem__link {
    font-family: 'Barlow', sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 0.9375rem;
    line-height: 1.4;
    display: inline-block;
    overflow: hidden;
    position: relative;
    z-index: 1;
    padding-left: 28px;
    padding-left: 30px; }
    .ce_dzwallitem__link a {
      padding-left: 0; }
    .ce_dzwallitem__link:after {
      position: absolute;
      z-index: 0;
      content: '';
      background-repeat: no-repeat; }
    .ce_dzwallitem__link:before {
      position: absolute;
      z-index: 0;
      content: '';
      width: 20px;
      height: 20px;
      border-radius: 20px;
      background-color: #C6C3C0; }
    .ce_dzwallitem__link:before {
      top: 2px;
      left: 2px;
      width: 18px;
      height: 18px;
      border-radius: 18px; }
    .ce_dzwallitem__link:before {
      background-color: #FDC400; }
    .ce_dzwallitem__link[href^="http"]:after {
      top: 2px;
      left: 0;
      width: 18px;
      height: 18px;
      background-image: url(2ac07797f46dfab715091ea4dc74aa71.svg);
      background-position: right center;
      background-size: 18px 18px; }
    .ce_dzwallitem__link[href^="http"]:hover:after {
      -webkit-animation-name: link-anim-extern;
              animation-name: link-anim-extern;
      -webkit-animation-duration: 0.4s;
              animation-duration: 0.4s;
      -webkit-animation-timing-function: ease-out;
              animation-timing-function: ease-out; }
    .ce_dzwallitem__link:after {
      top: 2px;
      left: 0;
      width: 18px;
      height: 18px;
      background-image: url(1edaad31a29e29a891de76ad1aa1d495.svg);
      background-position: right center;
      background-size: 18px 18px; }
    .ce_dzwallitem__link:hover:after {
      -webkit-animation-name: link-anim-standard;
              animation-name: link-anim-standard;
      -webkit-animation-duration: 0.4s;
              animation-duration: 0.4s;
      -webkit-animation-timing-function: ease-out;
              animation-timing-function: ease-out; }
    .ce_dzwallitem__link > span {
      font-family: 'Barlow', sans-serif;
      font-weight: 500;
      font-style: normal;
      font-size: 0.9375rem;
      line-height: 1.4; }
  .ce_dzwallitem__image img {
    max-width: 100%;
    height: auto; }
  .ce_dzwallitem__location {
    font-family: 'Barlow', sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 0.9375rem;
    line-height: 1.4;
    margin-bottom: 15px; }
  .ce_dzwallitem__correspondent-type {
    font-family: 'Bitter', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 0.9375rem;
    line-height: 1.4;
    position: absolute;
    top: 8px;
    left: 15px;
    z-index: 1;
    color: white;
    text-transform: uppercase; }
  @media (min-width: 768px) {
    .ce_dzwallitem {
      width: 50%; } }
  @media (min-width: 992px) {
    .ce_dzwallitem {
      width: 33.333%; } }

.ce_dzwallitem--standard.ce_dzwallitem-bg--green .ce_dzwallitem__link {
  display: inline-block;
  overflow: hidden;
  position: relative;
  z-index: 1;
  padding-left: 28px;
  padding-left: 30px; }
  .ce_dzwallitem--standard.ce_dzwallitem-bg--green .ce_dzwallitem__link a {
    padding-left: 0; }
  .ce_dzwallitem--standard.ce_dzwallitem-bg--green .ce_dzwallitem__link:after {
    position: absolute;
    z-index: 0;
    content: '';
    background-repeat: no-repeat; }
  .ce_dzwallitem--standard.ce_dzwallitem-bg--green .ce_dzwallitem__link:before {
    position: absolute;
    z-index: 0;
    content: '';
    width: 20px;
    height: 20px;
    border-radius: 20px;
    background-color: #C6C3C0; }
  .ce_dzwallitem--standard.ce_dzwallitem-bg--green .ce_dzwallitem__link:before {
    top: 2px;
    left: 2px;
    width: 18px;
    height: 18px;
    border-radius: 18px; }
  .ce_dzwallitem--standard.ce_dzwallitem-bg--green .ce_dzwallitem__link:before {
    background-color: #B8C931; }
  .ce_dzwallitem--standard.ce_dzwallitem-bg--green .ce_dzwallitem__link[href^="http"]:after {
    top: 2px;
    left: 0;
    width: 18px;
    height: 18px;
    background-image: url(2ac07797f46dfab715091ea4dc74aa71.svg);
    background-position: right center;
    background-size: 18px 18px; }
  .ce_dzwallitem--standard.ce_dzwallitem-bg--green .ce_dzwallitem__link[href^="http"]:hover:after {
    -webkit-animation-name: link-anim-extern;
            animation-name: link-anim-extern;
    -webkit-animation-duration: 0.4s;
            animation-duration: 0.4s;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out; }
  .ce_dzwallitem--standard.ce_dzwallitem-bg--green .ce_dzwallitem__link:after {
    top: 2px;
    left: 0;
    width: 18px;
    height: 18px;
    background-image: url(1edaad31a29e29a891de76ad1aa1d495.svg);
    background-position: right center;
    background-size: 18px 18px; }
  .ce_dzwallitem--standard.ce_dzwallitem-bg--green .ce_dzwallitem__link:hover:after {
    -webkit-animation-name: link-anim-standard;
            animation-name: link-anim-standard;
    -webkit-animation-duration: 0.4s;
            animation-duration: 0.4s;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out; }

.ce_dzwallitem--standard.ce_dzwallitem-bg--darkgreen .ce_dzwallitem__link {
  display: inline-block;
  overflow: hidden;
  position: relative;
  z-index: 1;
  padding-left: 28px;
  padding-left: 30px; }
  .ce_dzwallitem--standard.ce_dzwallitem-bg--darkgreen .ce_dzwallitem__link a {
    padding-left: 0; }
  .ce_dzwallitem--standard.ce_dzwallitem-bg--darkgreen .ce_dzwallitem__link:after {
    position: absolute;
    z-index: 0;
    content: '';
    background-repeat: no-repeat; }
  .ce_dzwallitem--standard.ce_dzwallitem-bg--darkgreen .ce_dzwallitem__link:before {
    position: absolute;
    z-index: 0;
    content: '';
    width: 20px;
    height: 20px;
    border-radius: 20px;
    background-color: #C6C3C0; }
  .ce_dzwallitem--standard.ce_dzwallitem-bg--darkgreen .ce_dzwallitem__link:before {
    top: 2px;
    left: 2px;
    width: 18px;
    height: 18px;
    border-radius: 18px; }
  .ce_dzwallitem--standard.ce_dzwallitem-bg--darkgreen .ce_dzwallitem__link:before {
    background-color: #80A51B; }
  .ce_dzwallitem--standard.ce_dzwallitem-bg--darkgreen .ce_dzwallitem__link[href^="http"]:after {
    top: 2px;
    left: 0;
    width: 18px;
    height: 18px;
    background-image: url(2ac07797f46dfab715091ea4dc74aa71.svg);
    background-position: right center;
    background-size: 18px 18px; }
  .ce_dzwallitem--standard.ce_dzwallitem-bg--darkgreen .ce_dzwallitem__link[href^="http"]:hover:after {
    -webkit-animation-name: link-anim-extern;
            animation-name: link-anim-extern;
    -webkit-animation-duration: 0.4s;
            animation-duration: 0.4s;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out; }
  .ce_dzwallitem--standard.ce_dzwallitem-bg--darkgreen .ce_dzwallitem__link:after {
    top: 2px;
    left: 0;
    width: 18px;
    height: 18px;
    background-image: url(1edaad31a29e29a891de76ad1aa1d495.svg);
    background-position: right center;
    background-size: 18px 18px; }
  .ce_dzwallitem--standard.ce_dzwallitem-bg--darkgreen .ce_dzwallitem__link:hover:after {
    -webkit-animation-name: link-anim-standard;
            animation-name: link-anim-standard;
    -webkit-animation-duration: 0.4s;
            animation-duration: 0.4s;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out; }

.ce_dzwallitem--standard.ce_dzwallitem-bg--red .ce_dzwallitem__link {
  display: inline-block;
  overflow: hidden;
  position: relative;
  z-index: 1;
  padding-left: 28px;
  padding-left: 30px; }
  .ce_dzwallitem--standard.ce_dzwallitem-bg--red .ce_dzwallitem__link a {
    padding-left: 0; }
  .ce_dzwallitem--standard.ce_dzwallitem-bg--red .ce_dzwallitem__link:after {
    position: absolute;
    z-index: 0;
    content: '';
    background-repeat: no-repeat; }
  .ce_dzwallitem--standard.ce_dzwallitem-bg--red .ce_dzwallitem__link:before {
    position: absolute;
    z-index: 0;
    content: '';
    width: 20px;
    height: 20px;
    border-radius: 20px;
    background-color: #C6C3C0; }
  .ce_dzwallitem--standard.ce_dzwallitem-bg--red .ce_dzwallitem__link:before {
    top: 2px;
    left: 2px;
    width: 18px;
    height: 18px;
    border-radius: 18px; }
  .ce_dzwallitem--standard.ce_dzwallitem-bg--red .ce_dzwallitem__link:before {
    background-color: #EB5B25; }
  .ce_dzwallitem--standard.ce_dzwallitem-bg--red .ce_dzwallitem__link[href^="http"]:after {
    top: 2px;
    left: 0;
    width: 18px;
    height: 18px;
    background-image: url(2ac07797f46dfab715091ea4dc74aa71.svg);
    background-position: right center;
    background-size: 18px 18px; }
  .ce_dzwallitem--standard.ce_dzwallitem-bg--red .ce_dzwallitem__link[href^="http"]:hover:after {
    -webkit-animation-name: link-anim-extern;
            animation-name: link-anim-extern;
    -webkit-animation-duration: 0.4s;
            animation-duration: 0.4s;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out; }
  .ce_dzwallitem--standard.ce_dzwallitem-bg--red .ce_dzwallitem__link:after {
    top: 2px;
    left: 0;
    width: 18px;
    height: 18px;
    background-image: url(1edaad31a29e29a891de76ad1aa1d495.svg);
    background-position: right center;
    background-size: 18px 18px; }
  .ce_dzwallitem--standard.ce_dzwallitem-bg--red .ce_dzwallitem__link:hover:after {
    -webkit-animation-name: link-anim-standard;
            animation-name: link-anim-standard;
    -webkit-animation-duration: 0.4s;
            animation-duration: 0.4s;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out; }

.ce_dzwallitem--standard.ce_dzwallitem-bg--darkred .ce_dzwallitem__link {
  display: inline-block;
  overflow: hidden;
  position: relative;
  z-index: 1;
  padding-left: 28px;
  padding-left: 30px; }
  .ce_dzwallitem--standard.ce_dzwallitem-bg--darkred .ce_dzwallitem__link a {
    padding-left: 0; }
  .ce_dzwallitem--standard.ce_dzwallitem-bg--darkred .ce_dzwallitem__link:after {
    position: absolute;
    z-index: 0;
    content: '';
    background-repeat: no-repeat; }
  .ce_dzwallitem--standard.ce_dzwallitem-bg--darkred .ce_dzwallitem__link:before {
    position: absolute;
    z-index: 0;
    content: '';
    width: 20px;
    height: 20px;
    border-radius: 20px;
    background-color: #C6C3C0; }
  .ce_dzwallitem--standard.ce_dzwallitem-bg--darkred .ce_dzwallitem__link:before {
    top: 2px;
    left: 2px;
    width: 18px;
    height: 18px;
    border-radius: 18px; }
  .ce_dzwallitem--standard.ce_dzwallitem-bg--darkred .ce_dzwallitem__link:before {
    background-color: #D73F12; }
  .ce_dzwallitem--standard.ce_dzwallitem-bg--darkred .ce_dzwallitem__link[href^="http"]:after {
    top: 2px;
    left: 0;
    width: 18px;
    height: 18px;
    background-image: url(2ac07797f46dfab715091ea4dc74aa71.svg);
    background-position: right center;
    background-size: 18px 18px; }
  .ce_dzwallitem--standard.ce_dzwallitem-bg--darkred .ce_dzwallitem__link[href^="http"]:hover:after {
    -webkit-animation-name: link-anim-extern;
            animation-name: link-anim-extern;
    -webkit-animation-duration: 0.4s;
            animation-duration: 0.4s;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out; }
  .ce_dzwallitem--standard.ce_dzwallitem-bg--darkred .ce_dzwallitem__link:after {
    top: 2px;
    left: 0;
    width: 18px;
    height: 18px;
    background-image: url(1edaad31a29e29a891de76ad1aa1d495.svg);
    background-position: right center;
    background-size: 18px 18px; }
  .ce_dzwallitem--standard.ce_dzwallitem-bg--darkred .ce_dzwallitem__link:hover:after {
    -webkit-animation-name: link-anim-standard;
            animation-name: link-anim-standard;
    -webkit-animation-duration: 0.4s;
            animation-duration: 0.4s;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out; }

.ce_dzwallitem--standard.ce_dzwallitem-bg--cyan .ce_dzwallitem__link {
  display: inline-block;
  overflow: hidden;
  position: relative;
  z-index: 1;
  padding-left: 28px;
  padding-left: 30px; }
  .ce_dzwallitem--standard.ce_dzwallitem-bg--cyan .ce_dzwallitem__link a {
    padding-left: 0; }
  .ce_dzwallitem--standard.ce_dzwallitem-bg--cyan .ce_dzwallitem__link:after {
    position: absolute;
    z-index: 0;
    content: '';
    background-repeat: no-repeat; }
  .ce_dzwallitem--standard.ce_dzwallitem-bg--cyan .ce_dzwallitem__link:before {
    position: absolute;
    z-index: 0;
    content: '';
    width: 20px;
    height: 20px;
    border-radius: 20px;
    background-color: #C6C3C0; }
  .ce_dzwallitem--standard.ce_dzwallitem-bg--cyan .ce_dzwallitem__link:before {
    top: 2px;
    left: 2px;
    width: 18px;
    height: 18px;
    border-radius: 18px; }
  .ce_dzwallitem--standard.ce_dzwallitem-bg--cyan .ce_dzwallitem__link:before {
    background-color: #4DBDC6; }
  .ce_dzwallitem--standard.ce_dzwallitem-bg--cyan .ce_dzwallitem__link[href^="http"]:after {
    top: 2px;
    left: 0;
    width: 18px;
    height: 18px;
    background-image: url(2ac07797f46dfab715091ea4dc74aa71.svg);
    background-position: right center;
    background-size: 18px 18px; }
  .ce_dzwallitem--standard.ce_dzwallitem-bg--cyan .ce_dzwallitem__link[href^="http"]:hover:after {
    -webkit-animation-name: link-anim-extern;
            animation-name: link-anim-extern;
    -webkit-animation-duration: 0.4s;
            animation-duration: 0.4s;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out; }
  .ce_dzwallitem--standard.ce_dzwallitem-bg--cyan .ce_dzwallitem__link:after {
    top: 2px;
    left: 0;
    width: 18px;
    height: 18px;
    background-image: url(1edaad31a29e29a891de76ad1aa1d495.svg);
    background-position: right center;
    background-size: 18px 18px; }
  .ce_dzwallitem--standard.ce_dzwallitem-bg--cyan .ce_dzwallitem__link:hover:after {
    -webkit-animation-name: link-anim-standard;
            animation-name: link-anim-standard;
    -webkit-animation-duration: 0.4s;
            animation-duration: 0.4s;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out; }

.ce_dzwallitem--standard.ce_dzwallitem-bg--teal .ce_dzwallitem__link {
  display: inline-block;
  overflow: hidden;
  position: relative;
  z-index: 1;
  padding-left: 28px;
  padding-left: 30px; }
  .ce_dzwallitem--standard.ce_dzwallitem-bg--teal .ce_dzwallitem__link a {
    padding-left: 0; }
  .ce_dzwallitem--standard.ce_dzwallitem-bg--teal .ce_dzwallitem__link:after {
    position: absolute;
    z-index: 0;
    content: '';
    background-repeat: no-repeat; }
  .ce_dzwallitem--standard.ce_dzwallitem-bg--teal .ce_dzwallitem__link:before {
    position: absolute;
    z-index: 0;
    content: '';
    width: 20px;
    height: 20px;
    border-radius: 20px;
    background-color: #C6C3C0; }
  .ce_dzwallitem--standard.ce_dzwallitem-bg--teal .ce_dzwallitem__link:before {
    top: 2px;
    left: 2px;
    width: 18px;
    height: 18px;
    border-radius: 18px; }
  .ce_dzwallitem--standard.ce_dzwallitem-bg--teal .ce_dzwallitem__link:before {
    background-color: #008390; }
  .ce_dzwallitem--standard.ce_dzwallitem-bg--teal .ce_dzwallitem__link[href^="http"]:after {
    top: 2px;
    left: 0;
    width: 18px;
    height: 18px;
    background-image: url(2ac07797f46dfab715091ea4dc74aa71.svg);
    background-position: right center;
    background-size: 18px 18px; }
  .ce_dzwallitem--standard.ce_dzwallitem-bg--teal .ce_dzwallitem__link[href^="http"]:hover:after {
    -webkit-animation-name: link-anim-extern;
            animation-name: link-anim-extern;
    -webkit-animation-duration: 0.4s;
            animation-duration: 0.4s;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out; }
  .ce_dzwallitem--standard.ce_dzwallitem-bg--teal .ce_dzwallitem__link:after {
    top: 2px;
    left: 0;
    width: 18px;
    height: 18px;
    background-image: url(1edaad31a29e29a891de76ad1aa1d495.svg);
    background-position: right center;
    background-size: 18px 18px; }
  .ce_dzwallitem--standard.ce_dzwallitem-bg--teal .ce_dzwallitem__link:hover:after {
    -webkit-animation-name: link-anim-standard;
            animation-name: link-anim-standard;
    -webkit-animation-duration: 0.4s;
            animation-duration: 0.4s;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out; }

.ce_dzwallitem--standard.ce_dzwallitem-bg--yellow .ce_dzwallitem__link {
  display: inline-block;
  overflow: hidden;
  position: relative;
  z-index: 1;
  padding-left: 28px;
  padding-left: 30px; }
  .ce_dzwallitem--standard.ce_dzwallitem-bg--yellow .ce_dzwallitem__link a {
    padding-left: 0; }
  .ce_dzwallitem--standard.ce_dzwallitem-bg--yellow .ce_dzwallitem__link:after {
    position: absolute;
    z-index: 0;
    content: '';
    background-repeat: no-repeat; }
  .ce_dzwallitem--standard.ce_dzwallitem-bg--yellow .ce_dzwallitem__link:before {
    position: absolute;
    z-index: 0;
    content: '';
    width: 20px;
    height: 20px;
    border-radius: 20px;
    background-color: #C6C3C0; }
  .ce_dzwallitem--standard.ce_dzwallitem-bg--yellow .ce_dzwallitem__link:before {
    top: 2px;
    left: 2px;
    width: 18px;
    height: 18px;
    border-radius: 18px; }
  .ce_dzwallitem--standard.ce_dzwallitem-bg--yellow .ce_dzwallitem__link:before {
    background-color: #FDC400; }
  .ce_dzwallitem--standard.ce_dzwallitem-bg--yellow .ce_dzwallitem__link[href^="http"]:after {
    top: 2px;
    left: 0;
    width: 18px;
    height: 18px;
    background-image: url(2ac07797f46dfab715091ea4dc74aa71.svg);
    background-position: right center;
    background-size: 18px 18px; }
  .ce_dzwallitem--standard.ce_dzwallitem-bg--yellow .ce_dzwallitem__link[href^="http"]:hover:after {
    -webkit-animation-name: link-anim-extern;
            animation-name: link-anim-extern;
    -webkit-animation-duration: 0.4s;
            animation-duration: 0.4s;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out; }
  .ce_dzwallitem--standard.ce_dzwallitem-bg--yellow .ce_dzwallitem__link:after {
    top: 2px;
    left: 0;
    width: 18px;
    height: 18px;
    background-image: url(1edaad31a29e29a891de76ad1aa1d495.svg);
    background-position: right center;
    background-size: 18px 18px; }
  .ce_dzwallitem--standard.ce_dzwallitem-bg--yellow .ce_dzwallitem__link:hover:after {
    -webkit-animation-name: link-anim-standard;
            animation-name: link-anim-standard;
    -webkit-animation-duration: 0.4s;
            animation-duration: 0.4s;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out; }

.ce_dzwallitem--standard.ce_dzwallitem-bg--lightbeige .ce_dzwallitem__link {
  display: inline-block;
  overflow: hidden;
  position: relative;
  z-index: 1;
  padding-left: 28px;
  padding-left: 30px; }
  .ce_dzwallitem--standard.ce_dzwallitem-bg--lightbeige .ce_dzwallitem__link a {
    padding-left: 0; }
  .ce_dzwallitem--standard.ce_dzwallitem-bg--lightbeige .ce_dzwallitem__link:after {
    position: absolute;
    z-index: 0;
    content: '';
    background-repeat: no-repeat; }
  .ce_dzwallitem--standard.ce_dzwallitem-bg--lightbeige .ce_dzwallitem__link:before {
    position: absolute;
    z-index: 0;
    content: '';
    width: 20px;
    height: 20px;
    border-radius: 20px;
    background-color: #C6C3C0; }
  .ce_dzwallitem--standard.ce_dzwallitem-bg--lightbeige .ce_dzwallitem__link:before {
    top: 2px;
    left: 2px;
    width: 18px;
    height: 18px;
    border-radius: 18px; }
  .ce_dzwallitem--standard.ce_dzwallitem-bg--lightbeige .ce_dzwallitem__link:before {
    background-color: #F4F4F4; }
  .ce_dzwallitem--standard.ce_dzwallitem-bg--lightbeige .ce_dzwallitem__link[href^="http"]:after {
    top: 2px;
    left: 0;
    width: 18px;
    height: 18px;
    background-image: url(2ac07797f46dfab715091ea4dc74aa71.svg);
    background-position: right center;
    background-size: 18px 18px; }
  .ce_dzwallitem--standard.ce_dzwallitem-bg--lightbeige .ce_dzwallitem__link[href^="http"]:hover:after {
    -webkit-animation-name: link-anim-extern;
            animation-name: link-anim-extern;
    -webkit-animation-duration: 0.4s;
            animation-duration: 0.4s;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out; }
  .ce_dzwallitem--standard.ce_dzwallitem-bg--lightbeige .ce_dzwallitem__link:after {
    top: 2px;
    left: 0;
    width: 18px;
    height: 18px;
    background-image: url(1edaad31a29e29a891de76ad1aa1d495.svg);
    background-position: right center;
    background-size: 18px 18px; }
  .ce_dzwallitem--standard.ce_dzwallitem-bg--lightbeige .ce_dzwallitem__link:hover:after {
    -webkit-animation-name: link-anim-standard;
            animation-name: link-anim-standard;
    -webkit-animation-duration: 0.4s;
            animation-duration: 0.4s;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out; }

.ce_dzwallitem--standard.ce_dzwallitem-bg--beige .ce_dzwallitem__link {
  display: inline-block;
  overflow: hidden;
  position: relative;
  z-index: 1;
  padding-left: 28px;
  padding-left: 30px; }
  .ce_dzwallitem--standard.ce_dzwallitem-bg--beige .ce_dzwallitem__link a {
    padding-left: 0; }
  .ce_dzwallitem--standard.ce_dzwallitem-bg--beige .ce_dzwallitem__link:after {
    position: absolute;
    z-index: 0;
    content: '';
    background-repeat: no-repeat; }
  .ce_dzwallitem--standard.ce_dzwallitem-bg--beige .ce_dzwallitem__link:before {
    position: absolute;
    z-index: 0;
    content: '';
    width: 20px;
    height: 20px;
    border-radius: 20px;
    background-color: #C6C3C0; }
  .ce_dzwallitem--standard.ce_dzwallitem-bg--beige .ce_dzwallitem__link:before {
    top: 2px;
    left: 2px;
    width: 18px;
    height: 18px;
    border-radius: 18px; }
  .ce_dzwallitem--standard.ce_dzwallitem-bg--beige .ce_dzwallitem__link:before {
    background-color: #E5E4E3; }
  .ce_dzwallitem--standard.ce_dzwallitem-bg--beige .ce_dzwallitem__link[href^="http"]:after {
    top: 2px;
    left: 0;
    width: 18px;
    height: 18px;
    background-image: url(2ac07797f46dfab715091ea4dc74aa71.svg);
    background-position: right center;
    background-size: 18px 18px; }
  .ce_dzwallitem--standard.ce_dzwallitem-bg--beige .ce_dzwallitem__link[href^="http"]:hover:after {
    -webkit-animation-name: link-anim-extern;
            animation-name: link-anim-extern;
    -webkit-animation-duration: 0.4s;
            animation-duration: 0.4s;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out; }
  .ce_dzwallitem--standard.ce_dzwallitem-bg--beige .ce_dzwallitem__link:after {
    top: 2px;
    left: 0;
    width: 18px;
    height: 18px;
    background-image: url(1edaad31a29e29a891de76ad1aa1d495.svg);
    background-position: right center;
    background-size: 18px 18px; }
  .ce_dzwallitem--standard.ce_dzwallitem-bg--beige .ce_dzwallitem__link:hover:after {
    -webkit-animation-name: link-anim-standard;
            animation-name: link-anim-standard;
    -webkit-animation-duration: 0.4s;
            animation-duration: 0.4s;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out; }

.ce_dzwallitem--standard.ce_dzwallitem-bg--midbeige .ce_dzwallitem__link {
  display: inline-block;
  overflow: hidden;
  position: relative;
  z-index: 1;
  padding-left: 28px;
  padding-left: 30px; }
  .ce_dzwallitem--standard.ce_dzwallitem-bg--midbeige .ce_dzwallitem__link a {
    padding-left: 0; }
  .ce_dzwallitem--standard.ce_dzwallitem-bg--midbeige .ce_dzwallitem__link:after {
    position: absolute;
    z-index: 0;
    content: '';
    background-repeat: no-repeat; }
  .ce_dzwallitem--standard.ce_dzwallitem-bg--midbeige .ce_dzwallitem__link:before {
    position: absolute;
    z-index: 0;
    content: '';
    width: 20px;
    height: 20px;
    border-radius: 20px;
    background-color: #C6C3C0; }
  .ce_dzwallitem--standard.ce_dzwallitem-bg--midbeige .ce_dzwallitem__link:before {
    top: 2px;
    left: 2px;
    width: 18px;
    height: 18px;
    border-radius: 18px; }
  .ce_dzwallitem--standard.ce_dzwallitem-bg--midbeige .ce_dzwallitem__link:before {
    background-color: #E5E4E3; }
  .ce_dzwallitem--standard.ce_dzwallitem-bg--midbeige .ce_dzwallitem__link[href^="http"]:after {
    top: 2px;
    left: 0;
    width: 18px;
    height: 18px;
    background-image: url(2ac07797f46dfab715091ea4dc74aa71.svg);
    background-position: right center;
    background-size: 18px 18px; }
  .ce_dzwallitem--standard.ce_dzwallitem-bg--midbeige .ce_dzwallitem__link[href^="http"]:hover:after {
    -webkit-animation-name: link-anim-extern;
            animation-name: link-anim-extern;
    -webkit-animation-duration: 0.4s;
            animation-duration: 0.4s;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out; }
  .ce_dzwallitem--standard.ce_dzwallitem-bg--midbeige .ce_dzwallitem__link:after {
    top: 2px;
    left: 0;
    width: 18px;
    height: 18px;
    background-image: url(1edaad31a29e29a891de76ad1aa1d495.svg);
    background-position: right center;
    background-size: 18px 18px; }
  .ce_dzwallitem--standard.ce_dzwallitem-bg--midbeige .ce_dzwallitem__link:hover:after {
    -webkit-animation-name: link-anim-standard;
            animation-name: link-anim-standard;
    -webkit-animation-duration: 0.4s;
            animation-duration: 0.4s;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out; }

.ce_dzwallitem--standard.ce_dzwallitem-bg--darkbeige .ce_dzwallitem__link {
  display: inline-block;
  overflow: hidden;
  position: relative;
  z-index: 1;
  padding-left: 28px;
  padding-left: 30px; }
  .ce_dzwallitem--standard.ce_dzwallitem-bg--darkbeige .ce_dzwallitem__link a {
    padding-left: 0; }
  .ce_dzwallitem--standard.ce_dzwallitem-bg--darkbeige .ce_dzwallitem__link:after {
    position: absolute;
    z-index: 0;
    content: '';
    background-repeat: no-repeat; }
  .ce_dzwallitem--standard.ce_dzwallitem-bg--darkbeige .ce_dzwallitem__link:before {
    position: absolute;
    z-index: 0;
    content: '';
    width: 20px;
    height: 20px;
    border-radius: 20px;
    background-color: #C6C3C0; }
  .ce_dzwallitem--standard.ce_dzwallitem-bg--darkbeige .ce_dzwallitem__link:before {
    top: 2px;
    left: 2px;
    width: 18px;
    height: 18px;
    border-radius: 18px; }
  .ce_dzwallitem--standard.ce_dzwallitem-bg--darkbeige .ce_dzwallitem__link:before {
    background-color: #C6C3C0; }
  .ce_dzwallitem--standard.ce_dzwallitem-bg--darkbeige .ce_dzwallitem__link[href^="http"]:after {
    top: 2px;
    left: 0;
    width: 18px;
    height: 18px;
    background-image: url(2ac07797f46dfab715091ea4dc74aa71.svg);
    background-position: right center;
    background-size: 18px 18px; }
  .ce_dzwallitem--standard.ce_dzwallitem-bg--darkbeige .ce_dzwallitem__link[href^="http"]:hover:after {
    -webkit-animation-name: link-anim-extern;
            animation-name: link-anim-extern;
    -webkit-animation-duration: 0.4s;
            animation-duration: 0.4s;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out; }
  .ce_dzwallitem--standard.ce_dzwallitem-bg--darkbeige .ce_dzwallitem__link:after {
    top: 2px;
    left: 0;
    width: 18px;
    height: 18px;
    background-image: url(1edaad31a29e29a891de76ad1aa1d495.svg);
    background-position: right center;
    background-size: 18px 18px; }
  .ce_dzwallitem--standard.ce_dzwallitem-bg--darkbeige .ce_dzwallitem__link:hover:after {
    -webkit-animation-name: link-anim-standard;
            animation-name: link-anim-standard;
    -webkit-animation-duration: 0.4s;
            animation-duration: 0.4s;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out; }

.ce_dzwallitem--standard.ce_dzwallitem-bg--warmgrey .ce_dzwallitem__link {
  display: inline-block;
  overflow: hidden;
  position: relative;
  z-index: 1;
  padding-left: 28px;
  padding-left: 30px; }
  .ce_dzwallitem--standard.ce_dzwallitem-bg--warmgrey .ce_dzwallitem__link a {
    padding-left: 0; }
  .ce_dzwallitem--standard.ce_dzwallitem-bg--warmgrey .ce_dzwallitem__link:after {
    position: absolute;
    z-index: 0;
    content: '';
    background-repeat: no-repeat; }
  .ce_dzwallitem--standard.ce_dzwallitem-bg--warmgrey .ce_dzwallitem__link:before {
    position: absolute;
    z-index: 0;
    content: '';
    width: 20px;
    height: 20px;
    border-radius: 20px;
    background-color: #C6C3C0; }
  .ce_dzwallitem--standard.ce_dzwallitem-bg--warmgrey .ce_dzwallitem__link:before {
    top: 2px;
    left: 2px;
    width: 18px;
    height: 18px;
    border-radius: 18px; }
  .ce_dzwallitem--standard.ce_dzwallitem-bg--warmgrey .ce_dzwallitem__link:before {
    background-color: #8e8882; }
  .ce_dzwallitem--standard.ce_dzwallitem-bg--warmgrey .ce_dzwallitem__link[href^="http"]:after {
    top: 2px;
    left: 0;
    width: 18px;
    height: 18px;
    background-image: url(2ac07797f46dfab715091ea4dc74aa71.svg);
    background-position: right center;
    background-size: 18px 18px; }
  .ce_dzwallitem--standard.ce_dzwallitem-bg--warmgrey .ce_dzwallitem__link[href^="http"]:hover:after {
    -webkit-animation-name: link-anim-extern;
            animation-name: link-anim-extern;
    -webkit-animation-duration: 0.4s;
            animation-duration: 0.4s;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out; }
  .ce_dzwallitem--standard.ce_dzwallitem-bg--warmgrey .ce_dzwallitem__link:after {
    top: 2px;
    left: 0;
    width: 18px;
    height: 18px;
    background-image: url(1edaad31a29e29a891de76ad1aa1d495.svg);
    background-position: right center;
    background-size: 18px 18px; }
  .ce_dzwallitem--standard.ce_dzwallitem-bg--warmgrey .ce_dzwallitem__link:hover:after {
    -webkit-animation-name: link-anim-standard;
            animation-name: link-anim-standard;
    -webkit-animation-duration: 0.4s;
            animation-duration: 0.4s;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out; }

.ce_dzwallitem--standard.ce_dzwallitem-bg--darkwarmgrey .ce_dzwallitem__link {
  display: inline-block;
  overflow: hidden;
  position: relative;
  z-index: 1;
  padding-left: 28px;
  padding-left: 30px; }
  .ce_dzwallitem--standard.ce_dzwallitem-bg--darkwarmgrey .ce_dzwallitem__link a {
    padding-left: 0; }
  .ce_dzwallitem--standard.ce_dzwallitem-bg--darkwarmgrey .ce_dzwallitem__link:after {
    position: absolute;
    z-index: 0;
    content: '';
    background-repeat: no-repeat; }
  .ce_dzwallitem--standard.ce_dzwallitem-bg--darkwarmgrey .ce_dzwallitem__link:before {
    position: absolute;
    z-index: 0;
    content: '';
    width: 20px;
    height: 20px;
    border-radius: 20px;
    background-color: #C6C3C0; }
  .ce_dzwallitem--standard.ce_dzwallitem-bg--darkwarmgrey .ce_dzwallitem__link:before {
    top: 2px;
    left: 2px;
    width: 18px;
    height: 18px;
    border-radius: 18px; }
  .ce_dzwallitem--standard.ce_dzwallitem-bg--darkwarmgrey .ce_dzwallitem__link:before {
    background-color: #675C53; }
  .ce_dzwallitem--standard.ce_dzwallitem-bg--darkwarmgrey .ce_dzwallitem__link[href^="http"]:after {
    top: 2px;
    left: 0;
    width: 18px;
    height: 18px;
    background-image: url(2ac07797f46dfab715091ea4dc74aa71.svg);
    background-position: right center;
    background-size: 18px 18px; }
  .ce_dzwallitem--standard.ce_dzwallitem-bg--darkwarmgrey .ce_dzwallitem__link[href^="http"]:hover:after {
    -webkit-animation-name: link-anim-extern;
            animation-name: link-anim-extern;
    -webkit-animation-duration: 0.4s;
            animation-duration: 0.4s;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out; }
  .ce_dzwallitem--standard.ce_dzwallitem-bg--darkwarmgrey .ce_dzwallitem__link:after {
    top: 2px;
    left: 0;
    width: 18px;
    height: 18px;
    background-image: url(1edaad31a29e29a891de76ad1aa1d495.svg);
    background-position: right center;
    background-size: 18px 18px; }
  .ce_dzwallitem--standard.ce_dzwallitem-bg--darkwarmgrey .ce_dzwallitem__link:hover:after {
    -webkit-animation-name: link-anim-standard;
            animation-name: link-anim-standard;
    -webkit-animation-duration: 0.4s;
            animation-duration: 0.4s;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out; }

.ce_dzwallitem--standard.ce_dzwallitem-bg--white .ce_dzwallitem__link {
  display: inline-block;
  overflow: hidden;
  position: relative;
  z-index: 1;
  padding-left: 28px;
  padding-left: 30px; }
  .ce_dzwallitem--standard.ce_dzwallitem-bg--white .ce_dzwallitem__link a {
    padding-left: 0; }
  .ce_dzwallitem--standard.ce_dzwallitem-bg--white .ce_dzwallitem__link:after {
    position: absolute;
    z-index: 0;
    content: '';
    background-repeat: no-repeat; }
  .ce_dzwallitem--standard.ce_dzwallitem-bg--white .ce_dzwallitem__link:before {
    position: absolute;
    z-index: 0;
    content: '';
    width: 20px;
    height: 20px;
    border-radius: 20px;
    background-color: #C6C3C0; }
  .ce_dzwallitem--standard.ce_dzwallitem-bg--white .ce_dzwallitem__link:before {
    top: 2px;
    left: 2px;
    width: 18px;
    height: 18px;
    border-radius: 18px; }
  .ce_dzwallitem--standard.ce_dzwallitem-bg--white .ce_dzwallitem__link:before {
    background-color: white; }
  .ce_dzwallitem--standard.ce_dzwallitem-bg--white .ce_dzwallitem__link[href^="http"]:after {
    top: 2px;
    left: 0;
    width: 18px;
    height: 18px;
    background-image: url(2ac07797f46dfab715091ea4dc74aa71.svg);
    background-position: right center;
    background-size: 18px 18px; }
  .ce_dzwallitem--standard.ce_dzwallitem-bg--white .ce_dzwallitem__link[href^="http"]:hover:after {
    -webkit-animation-name: link-anim-extern;
            animation-name: link-anim-extern;
    -webkit-animation-duration: 0.4s;
            animation-duration: 0.4s;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out; }
  .ce_dzwallitem--standard.ce_dzwallitem-bg--white .ce_dzwallitem__link:after {
    top: 2px;
    left: 0;
    width: 18px;
    height: 18px;
    background-image: url(1edaad31a29e29a891de76ad1aa1d495.svg);
    background-position: right center;
    background-size: 18px 18px; }
  .ce_dzwallitem--standard.ce_dzwallitem-bg--white .ce_dzwallitem__link:hover:after {
    -webkit-animation-name: link-anim-standard;
            animation-name: link-anim-standard;
    -webkit-animation-duration: 0.4s;
            animation-duration: 0.4s;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out; }

.ce_dzwallitem--standard.ce_dzwallitem-bg--standard .ce_dzwallitem__link {
  display: inline-block;
  overflow: hidden;
  position: relative;
  z-index: 1;
  padding-left: 28px;
  padding-left: 30px; }
  .ce_dzwallitem--standard.ce_dzwallitem-bg--standard .ce_dzwallitem__link a {
    padding-left: 0; }
  .ce_dzwallitem--standard.ce_dzwallitem-bg--standard .ce_dzwallitem__link:after {
    position: absolute;
    z-index: 0;
    content: '';
    background-repeat: no-repeat; }
  .ce_dzwallitem--standard.ce_dzwallitem-bg--standard .ce_dzwallitem__link:before {
    position: absolute;
    z-index: 0;
    content: '';
    width: 20px;
    height: 20px;
    border-radius: 20px;
    background-color: #C6C3C0; }
  .ce_dzwallitem--standard.ce_dzwallitem-bg--standard .ce_dzwallitem__link:before {
    top: 2px;
    left: 2px;
    width: 18px;
    height: 18px;
    border-radius: 18px; }
  .ce_dzwallitem--standard.ce_dzwallitem-bg--standard .ce_dzwallitem__link:before {
    background-color: #E5E4E3; }
  .ce_dzwallitem--standard.ce_dzwallitem-bg--standard .ce_dzwallitem__link[href^="http"]:after {
    top: 2px;
    left: 0;
    width: 18px;
    height: 18px;
    background-image: url(2ac07797f46dfab715091ea4dc74aa71.svg);
    background-position: right center;
    background-size: 18px 18px; }
  .ce_dzwallitem--standard.ce_dzwallitem-bg--standard .ce_dzwallitem__link[href^="http"]:hover:after {
    -webkit-animation-name: link-anim-extern;
            animation-name: link-anim-extern;
    -webkit-animation-duration: 0.4s;
            animation-duration: 0.4s;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out; }
  .ce_dzwallitem--standard.ce_dzwallitem-bg--standard .ce_dzwallitem__link:after {
    top: 2px;
    left: 0;
    width: 18px;
    height: 18px;
    background-image: url(1edaad31a29e29a891de76ad1aa1d495.svg);
    background-position: right center;
    background-size: 18px 18px; }
  .ce_dzwallitem--standard.ce_dzwallitem-bg--standard .ce_dzwallitem__link:hover:after {
    -webkit-animation-name: link-anim-standard;
            animation-name: link-anim-standard;
    -webkit-animation-duration: 0.4s;
            animation-duration: 0.4s;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out; }

.ce_dzwallitem--story.ce_dzwallitem-bg--green .ce_dzwallitem__image-container {
  background-color: #B8C931;
  position: relative; }
  .ce_dzwallitem--story.ce_dzwallitem-bg--green .ce_dzwallitem__image-container:before {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    content: '';
    display: block;
    width: 61px;
    height: 61px;
    background-image: url(d1a7e79ae9d7cffc3d744e921f324313.svg);
    background-repeat: no-repeat;
    background-position: top left;
    background-size: 61px 61px; }

.ce_dzwallitem--story.ce_dzwallitem-bg--green .ce_dzwallitem__headline {
  line-height: 0; }
  .ce_dzwallitem--story.ce_dzwallitem-bg--green .ce_dzwallitem__headline h3 {
    display: inline;
    background-position: bottom 2px left 0px;
    background-repeat: repeat-x;
    background-size: 1px 10px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#E5E4E3), to(#E5E4E3));
    background-image: linear-gradient(#E5E4E3, #E5E4E3);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#B8C931), to(#B8C931));
    background-image: linear-gradient(#B8C931, #B8C931); }
    @media (min-width: 992px) {
      .ce_dzwallitem--story.ce_dzwallitem-bg--green .ce_dzwallitem__headline h3 {
        background-size: 1px 5px; } }
    @media (max-width: 991.98px) {
      .ce_dzwallitem--story.ce_dzwallitem-bg--green .ce_dzwallitem__headline h3 {
        background-size: 1px 4px; } }
    .contrast-active .ce_dzwallitem--story.ce_dzwallitem-bg--green .ce_dzwallitem__headline h3 {
      background: none !important;
      background-color: transparent !important; }

.ce_dzwallitem--story.ce_dzwallitem-bg--green .ce_dzwallitem__link {
  display: inline-block;
  overflow: hidden;
  position: relative;
  z-index: 1;
  padding-left: 28px;
  padding-left: 30px; }
  .ce_dzwallitem--story.ce_dzwallitem-bg--green .ce_dzwallitem__link a {
    padding-left: 0; }
  .ce_dzwallitem--story.ce_dzwallitem-bg--green .ce_dzwallitem__link:after {
    position: absolute;
    z-index: 0;
    content: '';
    background-repeat: no-repeat; }
  .ce_dzwallitem--story.ce_dzwallitem-bg--green .ce_dzwallitem__link:before {
    position: absolute;
    z-index: 0;
    content: '';
    width: 20px;
    height: 20px;
    border-radius: 20px;
    background-color: #C6C3C0; }
  .ce_dzwallitem--story.ce_dzwallitem-bg--green .ce_dzwallitem__link:before {
    top: 2px;
    left: 2px;
    width: 18px;
    height: 18px;
    border-radius: 18px; }
  .ce_dzwallitem--story.ce_dzwallitem-bg--green .ce_dzwallitem__link:before {
    background-color: #B8C931; }
  .ce_dzwallitem--story.ce_dzwallitem-bg--green .ce_dzwallitem__link:after {
    top: 2px;
    left: 0;
    width: 18px;
    height: 18px;
    background-image: url(1edaad31a29e29a891de76ad1aa1d495.svg);
    background-position: right center;
    background-size: 18px 18px; }
  .ce_dzwallitem--story.ce_dzwallitem-bg--green .ce_dzwallitem__link:hover:after {
    -webkit-animation-name: link-anim-standard;
            animation-name: link-anim-standard;
    -webkit-animation-duration: 0.4s;
            animation-duration: 0.4s;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out; }

.ce_dzwallitem--story.ce_dzwallitem-bg--darkgreen .ce_dzwallitem__image-container {
  background-color: #80A51B;
  position: relative; }
  .ce_dzwallitem--story.ce_dzwallitem-bg--darkgreen .ce_dzwallitem__image-container:before {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    content: '';
    display: block;
    width: 61px;
    height: 61px;
    background-image: url(d1a7e79ae9d7cffc3d744e921f324313.svg);
    background-repeat: no-repeat;
    background-position: top left;
    background-size: 61px 61px; }

.ce_dzwallitem--story.ce_dzwallitem-bg--darkgreen .ce_dzwallitem__headline {
  line-height: 0; }
  .ce_dzwallitem--story.ce_dzwallitem-bg--darkgreen .ce_dzwallitem__headline h3 {
    display: inline;
    background-position: bottom 2px left 0px;
    background-repeat: repeat-x;
    background-size: 1px 10px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#E5E4E3), to(#E5E4E3));
    background-image: linear-gradient(#E5E4E3, #E5E4E3);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#80A51B), to(#80A51B));
    background-image: linear-gradient(#80A51B, #80A51B); }
    @media (min-width: 992px) {
      .ce_dzwallitem--story.ce_dzwallitem-bg--darkgreen .ce_dzwallitem__headline h3 {
        background-size: 1px 5px; } }
    @media (max-width: 991.98px) {
      .ce_dzwallitem--story.ce_dzwallitem-bg--darkgreen .ce_dzwallitem__headline h3 {
        background-size: 1px 4px; } }
    .contrast-active .ce_dzwallitem--story.ce_dzwallitem-bg--darkgreen .ce_dzwallitem__headline h3 {
      background: none !important;
      background-color: transparent !important; }

.ce_dzwallitem--story.ce_dzwallitem-bg--darkgreen .ce_dzwallitem__link {
  display: inline-block;
  overflow: hidden;
  position: relative;
  z-index: 1;
  padding-left: 28px;
  padding-left: 30px; }
  .ce_dzwallitem--story.ce_dzwallitem-bg--darkgreen .ce_dzwallitem__link a {
    padding-left: 0; }
  .ce_dzwallitem--story.ce_dzwallitem-bg--darkgreen .ce_dzwallitem__link:after {
    position: absolute;
    z-index: 0;
    content: '';
    background-repeat: no-repeat; }
  .ce_dzwallitem--story.ce_dzwallitem-bg--darkgreen .ce_dzwallitem__link:before {
    position: absolute;
    z-index: 0;
    content: '';
    width: 20px;
    height: 20px;
    border-radius: 20px;
    background-color: #C6C3C0; }
  .ce_dzwallitem--story.ce_dzwallitem-bg--darkgreen .ce_dzwallitem__link:before {
    top: 2px;
    left: 2px;
    width: 18px;
    height: 18px;
    border-radius: 18px; }
  .ce_dzwallitem--story.ce_dzwallitem-bg--darkgreen .ce_dzwallitem__link:before {
    background-color: #80A51B; }
  .ce_dzwallitem--story.ce_dzwallitem-bg--darkgreen .ce_dzwallitem__link:after {
    top: 2px;
    left: 0;
    width: 18px;
    height: 18px;
    background-image: url(1edaad31a29e29a891de76ad1aa1d495.svg);
    background-position: right center;
    background-size: 18px 18px; }
  .ce_dzwallitem--story.ce_dzwallitem-bg--darkgreen .ce_dzwallitem__link:hover:after {
    -webkit-animation-name: link-anim-standard;
            animation-name: link-anim-standard;
    -webkit-animation-duration: 0.4s;
            animation-duration: 0.4s;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out; }

.ce_dzwallitem--story.ce_dzwallitem-bg--red .ce_dzwallitem__image-container {
  background-color: #EB5B25;
  position: relative; }
  .ce_dzwallitem--story.ce_dzwallitem-bg--red .ce_dzwallitem__image-container:before {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    content: '';
    display: block;
    width: 61px;
    height: 61px;
    background-image: url(d1a7e79ae9d7cffc3d744e921f324313.svg);
    background-repeat: no-repeat;
    background-position: top left;
    background-size: 61px 61px; }

.ce_dzwallitem--story.ce_dzwallitem-bg--red .ce_dzwallitem__headline {
  line-height: 0; }
  .ce_dzwallitem--story.ce_dzwallitem-bg--red .ce_dzwallitem__headline h3 {
    display: inline;
    background-position: bottom 2px left 0px;
    background-repeat: repeat-x;
    background-size: 1px 10px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#E5E4E3), to(#E5E4E3));
    background-image: linear-gradient(#E5E4E3, #E5E4E3);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#EB5B25), to(#EB5B25));
    background-image: linear-gradient(#EB5B25, #EB5B25); }
    @media (min-width: 992px) {
      .ce_dzwallitem--story.ce_dzwallitem-bg--red .ce_dzwallitem__headline h3 {
        background-size: 1px 5px; } }
    @media (max-width: 991.98px) {
      .ce_dzwallitem--story.ce_dzwallitem-bg--red .ce_dzwallitem__headline h3 {
        background-size: 1px 4px; } }
    .contrast-active .ce_dzwallitem--story.ce_dzwallitem-bg--red .ce_dzwallitem__headline h3 {
      background: none !important;
      background-color: transparent !important; }

.ce_dzwallitem--story.ce_dzwallitem-bg--red .ce_dzwallitem__link {
  display: inline-block;
  overflow: hidden;
  position: relative;
  z-index: 1;
  padding-left: 28px;
  padding-left: 30px; }
  .ce_dzwallitem--story.ce_dzwallitem-bg--red .ce_dzwallitem__link a {
    padding-left: 0; }
  .ce_dzwallitem--story.ce_dzwallitem-bg--red .ce_dzwallitem__link:after {
    position: absolute;
    z-index: 0;
    content: '';
    background-repeat: no-repeat; }
  .ce_dzwallitem--story.ce_dzwallitem-bg--red .ce_dzwallitem__link:before {
    position: absolute;
    z-index: 0;
    content: '';
    width: 20px;
    height: 20px;
    border-radius: 20px;
    background-color: #C6C3C0; }
  .ce_dzwallitem--story.ce_dzwallitem-bg--red .ce_dzwallitem__link:before {
    top: 2px;
    left: 2px;
    width: 18px;
    height: 18px;
    border-radius: 18px; }
  .ce_dzwallitem--story.ce_dzwallitem-bg--red .ce_dzwallitem__link:before {
    background-color: #EB5B25; }
  .ce_dzwallitem--story.ce_dzwallitem-bg--red .ce_dzwallitem__link:after {
    top: 2px;
    left: 0;
    width: 18px;
    height: 18px;
    background-image: url(1edaad31a29e29a891de76ad1aa1d495.svg);
    background-position: right center;
    background-size: 18px 18px; }
  .ce_dzwallitem--story.ce_dzwallitem-bg--red .ce_dzwallitem__link:hover:after {
    -webkit-animation-name: link-anim-standard;
            animation-name: link-anim-standard;
    -webkit-animation-duration: 0.4s;
            animation-duration: 0.4s;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out; }

.ce_dzwallitem--story.ce_dzwallitem-bg--darkred .ce_dzwallitem__image-container {
  background-color: #D73F12;
  position: relative; }
  .ce_dzwallitem--story.ce_dzwallitem-bg--darkred .ce_dzwallitem__image-container:before {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    content: '';
    display: block;
    width: 61px;
    height: 61px;
    background-image: url(d1a7e79ae9d7cffc3d744e921f324313.svg);
    background-repeat: no-repeat;
    background-position: top left;
    background-size: 61px 61px; }

.ce_dzwallitem--story.ce_dzwallitem-bg--darkred .ce_dzwallitem__headline {
  line-height: 0; }
  .ce_dzwallitem--story.ce_dzwallitem-bg--darkred .ce_dzwallitem__headline h3 {
    display: inline;
    background-position: bottom 2px left 0px;
    background-repeat: repeat-x;
    background-size: 1px 10px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#E5E4E3), to(#E5E4E3));
    background-image: linear-gradient(#E5E4E3, #E5E4E3);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#D73F12), to(#D73F12));
    background-image: linear-gradient(#D73F12, #D73F12); }
    @media (min-width: 992px) {
      .ce_dzwallitem--story.ce_dzwallitem-bg--darkred .ce_dzwallitem__headline h3 {
        background-size: 1px 5px; } }
    @media (max-width: 991.98px) {
      .ce_dzwallitem--story.ce_dzwallitem-bg--darkred .ce_dzwallitem__headline h3 {
        background-size: 1px 4px; } }
    .contrast-active .ce_dzwallitem--story.ce_dzwallitem-bg--darkred .ce_dzwallitem__headline h3 {
      background: none !important;
      background-color: transparent !important; }

.ce_dzwallitem--story.ce_dzwallitem-bg--darkred .ce_dzwallitem__link {
  display: inline-block;
  overflow: hidden;
  position: relative;
  z-index: 1;
  padding-left: 28px;
  padding-left: 30px; }
  .ce_dzwallitem--story.ce_dzwallitem-bg--darkred .ce_dzwallitem__link a {
    padding-left: 0; }
  .ce_dzwallitem--story.ce_dzwallitem-bg--darkred .ce_dzwallitem__link:after {
    position: absolute;
    z-index: 0;
    content: '';
    background-repeat: no-repeat; }
  .ce_dzwallitem--story.ce_dzwallitem-bg--darkred .ce_dzwallitem__link:before {
    position: absolute;
    z-index: 0;
    content: '';
    width: 20px;
    height: 20px;
    border-radius: 20px;
    background-color: #C6C3C0; }
  .ce_dzwallitem--story.ce_dzwallitem-bg--darkred .ce_dzwallitem__link:before {
    top: 2px;
    left: 2px;
    width: 18px;
    height: 18px;
    border-radius: 18px; }
  .ce_dzwallitem--story.ce_dzwallitem-bg--darkred .ce_dzwallitem__link:before {
    background-color: #D73F12; }
  .ce_dzwallitem--story.ce_dzwallitem-bg--darkred .ce_dzwallitem__link:after {
    top: 2px;
    left: 0;
    width: 18px;
    height: 18px;
    background-image: url(1edaad31a29e29a891de76ad1aa1d495.svg);
    background-position: right center;
    background-size: 18px 18px; }
  .ce_dzwallitem--story.ce_dzwallitem-bg--darkred .ce_dzwallitem__link:hover:after {
    -webkit-animation-name: link-anim-standard;
            animation-name: link-anim-standard;
    -webkit-animation-duration: 0.4s;
            animation-duration: 0.4s;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out; }

.ce_dzwallitem--story.ce_dzwallitem-bg--cyan .ce_dzwallitem__image-container {
  background-color: #4DBDC6;
  position: relative; }
  .ce_dzwallitem--story.ce_dzwallitem-bg--cyan .ce_dzwallitem__image-container:before {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    content: '';
    display: block;
    width: 61px;
    height: 61px;
    background-image: url(d1a7e79ae9d7cffc3d744e921f324313.svg);
    background-repeat: no-repeat;
    background-position: top left;
    background-size: 61px 61px; }

.ce_dzwallitem--story.ce_dzwallitem-bg--cyan .ce_dzwallitem__headline {
  line-height: 0; }
  .ce_dzwallitem--story.ce_dzwallitem-bg--cyan .ce_dzwallitem__headline h3 {
    display: inline;
    background-position: bottom 2px left 0px;
    background-repeat: repeat-x;
    background-size: 1px 10px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#E5E4E3), to(#E5E4E3));
    background-image: linear-gradient(#E5E4E3, #E5E4E3);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#4DBDC6), to(#4DBDC6));
    background-image: linear-gradient(#4DBDC6, #4DBDC6); }
    @media (min-width: 992px) {
      .ce_dzwallitem--story.ce_dzwallitem-bg--cyan .ce_dzwallitem__headline h3 {
        background-size: 1px 5px; } }
    @media (max-width: 991.98px) {
      .ce_dzwallitem--story.ce_dzwallitem-bg--cyan .ce_dzwallitem__headline h3 {
        background-size: 1px 4px; } }
    .contrast-active .ce_dzwallitem--story.ce_dzwallitem-bg--cyan .ce_dzwallitem__headline h3 {
      background: none !important;
      background-color: transparent !important; }

.ce_dzwallitem--story.ce_dzwallitem-bg--cyan .ce_dzwallitem__link {
  display: inline-block;
  overflow: hidden;
  position: relative;
  z-index: 1;
  padding-left: 28px;
  padding-left: 30px; }
  .ce_dzwallitem--story.ce_dzwallitem-bg--cyan .ce_dzwallitem__link a {
    padding-left: 0; }
  .ce_dzwallitem--story.ce_dzwallitem-bg--cyan .ce_dzwallitem__link:after {
    position: absolute;
    z-index: 0;
    content: '';
    background-repeat: no-repeat; }
  .ce_dzwallitem--story.ce_dzwallitem-bg--cyan .ce_dzwallitem__link:before {
    position: absolute;
    z-index: 0;
    content: '';
    width: 20px;
    height: 20px;
    border-radius: 20px;
    background-color: #C6C3C0; }
  .ce_dzwallitem--story.ce_dzwallitem-bg--cyan .ce_dzwallitem__link:before {
    top: 2px;
    left: 2px;
    width: 18px;
    height: 18px;
    border-radius: 18px; }
  .ce_dzwallitem--story.ce_dzwallitem-bg--cyan .ce_dzwallitem__link:before {
    background-color: #4DBDC6; }
  .ce_dzwallitem--story.ce_dzwallitem-bg--cyan .ce_dzwallitem__link:after {
    top: 2px;
    left: 0;
    width: 18px;
    height: 18px;
    background-image: url(1edaad31a29e29a891de76ad1aa1d495.svg);
    background-position: right center;
    background-size: 18px 18px; }
  .ce_dzwallitem--story.ce_dzwallitem-bg--cyan .ce_dzwallitem__link:hover:after {
    -webkit-animation-name: link-anim-standard;
            animation-name: link-anim-standard;
    -webkit-animation-duration: 0.4s;
            animation-duration: 0.4s;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out; }

.ce_dzwallitem--story.ce_dzwallitem-bg--teal .ce_dzwallitem__image-container {
  background-color: #008390;
  position: relative; }
  .ce_dzwallitem--story.ce_dzwallitem-bg--teal .ce_dzwallitem__image-container:before {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    content: '';
    display: block;
    width: 61px;
    height: 61px;
    background-image: url(d1a7e79ae9d7cffc3d744e921f324313.svg);
    background-repeat: no-repeat;
    background-position: top left;
    background-size: 61px 61px; }

.ce_dzwallitem--story.ce_dzwallitem-bg--teal .ce_dzwallitem__headline {
  line-height: 0; }
  .ce_dzwallitem--story.ce_dzwallitem-bg--teal .ce_dzwallitem__headline h3 {
    display: inline;
    background-position: bottom 2px left 0px;
    background-repeat: repeat-x;
    background-size: 1px 10px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#E5E4E3), to(#E5E4E3));
    background-image: linear-gradient(#E5E4E3, #E5E4E3);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#008390), to(#008390));
    background-image: linear-gradient(#008390, #008390); }
    @media (min-width: 992px) {
      .ce_dzwallitem--story.ce_dzwallitem-bg--teal .ce_dzwallitem__headline h3 {
        background-size: 1px 5px; } }
    @media (max-width: 991.98px) {
      .ce_dzwallitem--story.ce_dzwallitem-bg--teal .ce_dzwallitem__headline h3 {
        background-size: 1px 4px; } }
    .contrast-active .ce_dzwallitem--story.ce_dzwallitem-bg--teal .ce_dzwallitem__headline h3 {
      background: none !important;
      background-color: transparent !important; }

.ce_dzwallitem--story.ce_dzwallitem-bg--teal .ce_dzwallitem__link {
  display: inline-block;
  overflow: hidden;
  position: relative;
  z-index: 1;
  padding-left: 28px;
  padding-left: 30px; }
  .ce_dzwallitem--story.ce_dzwallitem-bg--teal .ce_dzwallitem__link a {
    padding-left: 0; }
  .ce_dzwallitem--story.ce_dzwallitem-bg--teal .ce_dzwallitem__link:after {
    position: absolute;
    z-index: 0;
    content: '';
    background-repeat: no-repeat; }
  .ce_dzwallitem--story.ce_dzwallitem-bg--teal .ce_dzwallitem__link:before {
    position: absolute;
    z-index: 0;
    content: '';
    width: 20px;
    height: 20px;
    border-radius: 20px;
    background-color: #C6C3C0; }
  .ce_dzwallitem--story.ce_dzwallitem-bg--teal .ce_dzwallitem__link:before {
    top: 2px;
    left: 2px;
    width: 18px;
    height: 18px;
    border-radius: 18px; }
  .ce_dzwallitem--story.ce_dzwallitem-bg--teal .ce_dzwallitem__link:before {
    background-color: #008390; }
  .ce_dzwallitem--story.ce_dzwallitem-bg--teal .ce_dzwallitem__link:after {
    top: 2px;
    left: 0;
    width: 18px;
    height: 18px;
    background-image: url(1edaad31a29e29a891de76ad1aa1d495.svg);
    background-position: right center;
    background-size: 18px 18px; }
  .ce_dzwallitem--story.ce_dzwallitem-bg--teal .ce_dzwallitem__link:hover:after {
    -webkit-animation-name: link-anim-standard;
            animation-name: link-anim-standard;
    -webkit-animation-duration: 0.4s;
            animation-duration: 0.4s;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out; }

.ce_dzwallitem--story.ce_dzwallitem-bg--yellow .ce_dzwallitem__image-container {
  background-color: #FDC400;
  position: relative; }
  .ce_dzwallitem--story.ce_dzwallitem-bg--yellow .ce_dzwallitem__image-container:before {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    content: '';
    display: block;
    width: 61px;
    height: 61px;
    background-image: url(d1a7e79ae9d7cffc3d744e921f324313.svg);
    background-repeat: no-repeat;
    background-position: top left;
    background-size: 61px 61px; }

.ce_dzwallitem--story.ce_dzwallitem-bg--yellow .ce_dzwallitem__headline {
  line-height: 0; }
  .ce_dzwallitem--story.ce_dzwallitem-bg--yellow .ce_dzwallitem__headline h3 {
    display: inline;
    background-position: bottom 2px left 0px;
    background-repeat: repeat-x;
    background-size: 1px 10px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#E5E4E3), to(#E5E4E3));
    background-image: linear-gradient(#E5E4E3, #E5E4E3);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#FDC400), to(#FDC400));
    background-image: linear-gradient(#FDC400, #FDC400); }
    @media (min-width: 992px) {
      .ce_dzwallitem--story.ce_dzwallitem-bg--yellow .ce_dzwallitem__headline h3 {
        background-size: 1px 5px; } }
    @media (max-width: 991.98px) {
      .ce_dzwallitem--story.ce_dzwallitem-bg--yellow .ce_dzwallitem__headline h3 {
        background-size: 1px 4px; } }
    .contrast-active .ce_dzwallitem--story.ce_dzwallitem-bg--yellow .ce_dzwallitem__headline h3 {
      background: none !important;
      background-color: transparent !important; }

.ce_dzwallitem--story.ce_dzwallitem-bg--yellow .ce_dzwallitem__link {
  display: inline-block;
  overflow: hidden;
  position: relative;
  z-index: 1;
  padding-left: 28px;
  padding-left: 30px; }
  .ce_dzwallitem--story.ce_dzwallitem-bg--yellow .ce_dzwallitem__link a {
    padding-left: 0; }
  .ce_dzwallitem--story.ce_dzwallitem-bg--yellow .ce_dzwallitem__link:after {
    position: absolute;
    z-index: 0;
    content: '';
    background-repeat: no-repeat; }
  .ce_dzwallitem--story.ce_dzwallitem-bg--yellow .ce_dzwallitem__link:before {
    position: absolute;
    z-index: 0;
    content: '';
    width: 20px;
    height: 20px;
    border-radius: 20px;
    background-color: #C6C3C0; }
  .ce_dzwallitem--story.ce_dzwallitem-bg--yellow .ce_dzwallitem__link:before {
    top: 2px;
    left: 2px;
    width: 18px;
    height: 18px;
    border-radius: 18px; }
  .ce_dzwallitem--story.ce_dzwallitem-bg--yellow .ce_dzwallitem__link:before {
    background-color: #FDC400; }
  .ce_dzwallitem--story.ce_dzwallitem-bg--yellow .ce_dzwallitem__link:after {
    top: 2px;
    left: 0;
    width: 18px;
    height: 18px;
    background-image: url(1edaad31a29e29a891de76ad1aa1d495.svg);
    background-position: right center;
    background-size: 18px 18px; }
  .ce_dzwallitem--story.ce_dzwallitem-bg--yellow .ce_dzwallitem__link:hover:after {
    -webkit-animation-name: link-anim-standard;
            animation-name: link-anim-standard;
    -webkit-animation-duration: 0.4s;
            animation-duration: 0.4s;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out; }

.ce_dzwallitem--story.ce_dzwallitem-bg--lightbeige .ce_dzwallitem__image-container {
  background-color: #F4F4F4;
  position: relative; }
  .ce_dzwallitem--story.ce_dzwallitem-bg--lightbeige .ce_dzwallitem__image-container:before {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    content: '';
    display: block;
    width: 61px;
    height: 61px;
    background-image: url(d1a7e79ae9d7cffc3d744e921f324313.svg);
    background-repeat: no-repeat;
    background-position: top left;
    background-size: 61px 61px; }

.ce_dzwallitem--story.ce_dzwallitem-bg--lightbeige .ce_dzwallitem__headline {
  line-height: 0; }
  .ce_dzwallitem--story.ce_dzwallitem-bg--lightbeige .ce_dzwallitem__headline h3 {
    display: inline;
    background-position: bottom 2px left 0px;
    background-repeat: repeat-x;
    background-size: 1px 10px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#E5E4E3), to(#E5E4E3));
    background-image: linear-gradient(#E5E4E3, #E5E4E3);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#F4F4F4), to(#F4F4F4));
    background-image: linear-gradient(#F4F4F4, #F4F4F4); }
    @media (min-width: 992px) {
      .ce_dzwallitem--story.ce_dzwallitem-bg--lightbeige .ce_dzwallitem__headline h3 {
        background-size: 1px 5px; } }
    @media (max-width: 991.98px) {
      .ce_dzwallitem--story.ce_dzwallitem-bg--lightbeige .ce_dzwallitem__headline h3 {
        background-size: 1px 4px; } }
    .contrast-active .ce_dzwallitem--story.ce_dzwallitem-bg--lightbeige .ce_dzwallitem__headline h3 {
      background: none !important;
      background-color: transparent !important; }

.ce_dzwallitem--story.ce_dzwallitem-bg--lightbeige .ce_dzwallitem__link {
  display: inline-block;
  overflow: hidden;
  position: relative;
  z-index: 1;
  padding-left: 28px;
  padding-left: 30px; }
  .ce_dzwallitem--story.ce_dzwallitem-bg--lightbeige .ce_dzwallitem__link a {
    padding-left: 0; }
  .ce_dzwallitem--story.ce_dzwallitem-bg--lightbeige .ce_dzwallitem__link:after {
    position: absolute;
    z-index: 0;
    content: '';
    background-repeat: no-repeat; }
  .ce_dzwallitem--story.ce_dzwallitem-bg--lightbeige .ce_dzwallitem__link:before {
    position: absolute;
    z-index: 0;
    content: '';
    width: 20px;
    height: 20px;
    border-radius: 20px;
    background-color: #C6C3C0; }
  .ce_dzwallitem--story.ce_dzwallitem-bg--lightbeige .ce_dzwallitem__link:before {
    top: 2px;
    left: 2px;
    width: 18px;
    height: 18px;
    border-radius: 18px; }
  .ce_dzwallitem--story.ce_dzwallitem-bg--lightbeige .ce_dzwallitem__link:before {
    background-color: #F4F4F4; }
  .ce_dzwallitem--story.ce_dzwallitem-bg--lightbeige .ce_dzwallitem__link:after {
    top: 2px;
    left: 0;
    width: 18px;
    height: 18px;
    background-image: url(1edaad31a29e29a891de76ad1aa1d495.svg);
    background-position: right center;
    background-size: 18px 18px; }
  .ce_dzwallitem--story.ce_dzwallitem-bg--lightbeige .ce_dzwallitem__link:hover:after {
    -webkit-animation-name: link-anim-standard;
            animation-name: link-anim-standard;
    -webkit-animation-duration: 0.4s;
            animation-duration: 0.4s;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out; }

.ce_dzwallitem--story.ce_dzwallitem-bg--beige .ce_dzwallitem__image-container {
  background-color: #E5E4E3;
  position: relative; }
  .ce_dzwallitem--story.ce_dzwallitem-bg--beige .ce_dzwallitem__image-container:before {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    content: '';
    display: block;
    width: 61px;
    height: 61px;
    background-image: url(d1a7e79ae9d7cffc3d744e921f324313.svg);
    background-repeat: no-repeat;
    background-position: top left;
    background-size: 61px 61px; }

.ce_dzwallitem--story.ce_dzwallitem-bg--beige .ce_dzwallitem__headline {
  line-height: 0; }
  .ce_dzwallitem--story.ce_dzwallitem-bg--beige .ce_dzwallitem__headline h3 {
    display: inline;
    background-position: bottom 2px left 0px;
    background-repeat: repeat-x;
    background-size: 1px 10px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#E5E4E3), to(#E5E4E3));
    background-image: linear-gradient(#E5E4E3, #E5E4E3);
    background-image: linear-gradient(#E5E4E3, #E5E4E3); }
    @media (min-width: 992px) {
      .ce_dzwallitem--story.ce_dzwallitem-bg--beige .ce_dzwallitem__headline h3 {
        background-size: 1px 5px; } }
    @media (max-width: 991.98px) {
      .ce_dzwallitem--story.ce_dzwallitem-bg--beige .ce_dzwallitem__headline h3 {
        background-size: 1px 4px; } }
    .contrast-active .ce_dzwallitem--story.ce_dzwallitem-bg--beige .ce_dzwallitem__headline h3 {
      background: none !important;
      background-color: transparent !important; }

.ce_dzwallitem--story.ce_dzwallitem-bg--beige .ce_dzwallitem__link {
  display: inline-block;
  overflow: hidden;
  position: relative;
  z-index: 1;
  padding-left: 28px;
  padding-left: 30px; }
  .ce_dzwallitem--story.ce_dzwallitem-bg--beige .ce_dzwallitem__link a {
    padding-left: 0; }
  .ce_dzwallitem--story.ce_dzwallitem-bg--beige .ce_dzwallitem__link:after {
    position: absolute;
    z-index: 0;
    content: '';
    background-repeat: no-repeat; }
  .ce_dzwallitem--story.ce_dzwallitem-bg--beige .ce_dzwallitem__link:before {
    position: absolute;
    z-index: 0;
    content: '';
    width: 20px;
    height: 20px;
    border-radius: 20px;
    background-color: #C6C3C0; }
  .ce_dzwallitem--story.ce_dzwallitem-bg--beige .ce_dzwallitem__link:before {
    top: 2px;
    left: 2px;
    width: 18px;
    height: 18px;
    border-radius: 18px; }
  .ce_dzwallitem--story.ce_dzwallitem-bg--beige .ce_dzwallitem__link:before {
    background-color: #E5E4E3; }
  .ce_dzwallitem--story.ce_dzwallitem-bg--beige .ce_dzwallitem__link:after {
    top: 2px;
    left: 0;
    width: 18px;
    height: 18px;
    background-image: url(1edaad31a29e29a891de76ad1aa1d495.svg);
    background-position: right center;
    background-size: 18px 18px; }
  .ce_dzwallitem--story.ce_dzwallitem-bg--beige .ce_dzwallitem__link:hover:after {
    -webkit-animation-name: link-anim-standard;
            animation-name: link-anim-standard;
    -webkit-animation-duration: 0.4s;
            animation-duration: 0.4s;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out; }

.ce_dzwallitem--story.ce_dzwallitem-bg--midbeige .ce_dzwallitem__image-container {
  background-color: #E5E4E3;
  position: relative; }
  .ce_dzwallitem--story.ce_dzwallitem-bg--midbeige .ce_dzwallitem__image-container:before {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    content: '';
    display: block;
    width: 61px;
    height: 61px;
    background-image: url(d1a7e79ae9d7cffc3d744e921f324313.svg);
    background-repeat: no-repeat;
    background-position: top left;
    background-size: 61px 61px; }

.ce_dzwallitem--story.ce_dzwallitem-bg--midbeige .ce_dzwallitem__headline {
  line-height: 0; }
  .ce_dzwallitem--story.ce_dzwallitem-bg--midbeige .ce_dzwallitem__headline h3 {
    display: inline;
    background-position: bottom 2px left 0px;
    background-repeat: repeat-x;
    background-size: 1px 10px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#E5E4E3), to(#E5E4E3));
    background-image: linear-gradient(#E5E4E3, #E5E4E3);
    background-image: linear-gradient(#E5E4E3, #E5E4E3); }
    @media (min-width: 992px) {
      .ce_dzwallitem--story.ce_dzwallitem-bg--midbeige .ce_dzwallitem__headline h3 {
        background-size: 1px 5px; } }
    @media (max-width: 991.98px) {
      .ce_dzwallitem--story.ce_dzwallitem-bg--midbeige .ce_dzwallitem__headline h3 {
        background-size: 1px 4px; } }
    .contrast-active .ce_dzwallitem--story.ce_dzwallitem-bg--midbeige .ce_dzwallitem__headline h3 {
      background: none !important;
      background-color: transparent !important; }

.ce_dzwallitem--story.ce_dzwallitem-bg--midbeige .ce_dzwallitem__link {
  display: inline-block;
  overflow: hidden;
  position: relative;
  z-index: 1;
  padding-left: 28px;
  padding-left: 30px; }
  .ce_dzwallitem--story.ce_dzwallitem-bg--midbeige .ce_dzwallitem__link a {
    padding-left: 0; }
  .ce_dzwallitem--story.ce_dzwallitem-bg--midbeige .ce_dzwallitem__link:after {
    position: absolute;
    z-index: 0;
    content: '';
    background-repeat: no-repeat; }
  .ce_dzwallitem--story.ce_dzwallitem-bg--midbeige .ce_dzwallitem__link:before {
    position: absolute;
    z-index: 0;
    content: '';
    width: 20px;
    height: 20px;
    border-radius: 20px;
    background-color: #C6C3C0; }
  .ce_dzwallitem--story.ce_dzwallitem-bg--midbeige .ce_dzwallitem__link:before {
    top: 2px;
    left: 2px;
    width: 18px;
    height: 18px;
    border-radius: 18px; }
  .ce_dzwallitem--story.ce_dzwallitem-bg--midbeige .ce_dzwallitem__link:before {
    background-color: #E5E4E3; }
  .ce_dzwallitem--story.ce_dzwallitem-bg--midbeige .ce_dzwallitem__link:after {
    top: 2px;
    left: 0;
    width: 18px;
    height: 18px;
    background-image: url(1edaad31a29e29a891de76ad1aa1d495.svg);
    background-position: right center;
    background-size: 18px 18px; }
  .ce_dzwallitem--story.ce_dzwallitem-bg--midbeige .ce_dzwallitem__link:hover:after {
    -webkit-animation-name: link-anim-standard;
            animation-name: link-anim-standard;
    -webkit-animation-duration: 0.4s;
            animation-duration: 0.4s;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out; }

.ce_dzwallitem--story.ce_dzwallitem-bg--darkbeige .ce_dzwallitem__image-container {
  background-color: #C6C3C0;
  position: relative; }
  .ce_dzwallitem--story.ce_dzwallitem-bg--darkbeige .ce_dzwallitem__image-container:before {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    content: '';
    display: block;
    width: 61px;
    height: 61px;
    background-image: url(d1a7e79ae9d7cffc3d744e921f324313.svg);
    background-repeat: no-repeat;
    background-position: top left;
    background-size: 61px 61px; }

.ce_dzwallitem--story.ce_dzwallitem-bg--darkbeige .ce_dzwallitem__headline {
  line-height: 0; }
  .ce_dzwallitem--story.ce_dzwallitem-bg--darkbeige .ce_dzwallitem__headline h3 {
    display: inline;
    background-position: bottom 2px left 0px;
    background-repeat: repeat-x;
    background-size: 1px 10px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#E5E4E3), to(#E5E4E3));
    background-image: linear-gradient(#E5E4E3, #E5E4E3);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#C6C3C0), to(#C6C3C0));
    background-image: linear-gradient(#C6C3C0, #C6C3C0); }
    @media (min-width: 992px) {
      .ce_dzwallitem--story.ce_dzwallitem-bg--darkbeige .ce_dzwallitem__headline h3 {
        background-size: 1px 5px; } }
    @media (max-width: 991.98px) {
      .ce_dzwallitem--story.ce_dzwallitem-bg--darkbeige .ce_dzwallitem__headline h3 {
        background-size: 1px 4px; } }
    .contrast-active .ce_dzwallitem--story.ce_dzwallitem-bg--darkbeige .ce_dzwallitem__headline h3 {
      background: none !important;
      background-color: transparent !important; }

.ce_dzwallitem--story.ce_dzwallitem-bg--darkbeige .ce_dzwallitem__link {
  display: inline-block;
  overflow: hidden;
  position: relative;
  z-index: 1;
  padding-left: 28px;
  padding-left: 30px; }
  .ce_dzwallitem--story.ce_dzwallitem-bg--darkbeige .ce_dzwallitem__link a {
    padding-left: 0; }
  .ce_dzwallitem--story.ce_dzwallitem-bg--darkbeige .ce_dzwallitem__link:after {
    position: absolute;
    z-index: 0;
    content: '';
    background-repeat: no-repeat; }
  .ce_dzwallitem--story.ce_dzwallitem-bg--darkbeige .ce_dzwallitem__link:before {
    position: absolute;
    z-index: 0;
    content: '';
    width: 20px;
    height: 20px;
    border-radius: 20px;
    background-color: #C6C3C0; }
  .ce_dzwallitem--story.ce_dzwallitem-bg--darkbeige .ce_dzwallitem__link:before {
    top: 2px;
    left: 2px;
    width: 18px;
    height: 18px;
    border-radius: 18px; }
  .ce_dzwallitem--story.ce_dzwallitem-bg--darkbeige .ce_dzwallitem__link:before {
    background-color: #C6C3C0; }
  .ce_dzwallitem--story.ce_dzwallitem-bg--darkbeige .ce_dzwallitem__link:after {
    top: 2px;
    left: 0;
    width: 18px;
    height: 18px;
    background-image: url(1edaad31a29e29a891de76ad1aa1d495.svg);
    background-position: right center;
    background-size: 18px 18px; }
  .ce_dzwallitem--story.ce_dzwallitem-bg--darkbeige .ce_dzwallitem__link:hover:after {
    -webkit-animation-name: link-anim-standard;
            animation-name: link-anim-standard;
    -webkit-animation-duration: 0.4s;
            animation-duration: 0.4s;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out; }

.ce_dzwallitem--story.ce_dzwallitem-bg--warmgrey .ce_dzwallitem__image-container {
  background-color: #8e8882;
  position: relative; }
  .ce_dzwallitem--story.ce_dzwallitem-bg--warmgrey .ce_dzwallitem__image-container:before {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    content: '';
    display: block;
    width: 61px;
    height: 61px;
    background-image: url(d1a7e79ae9d7cffc3d744e921f324313.svg);
    background-repeat: no-repeat;
    background-position: top left;
    background-size: 61px 61px; }

.ce_dzwallitem--story.ce_dzwallitem-bg--warmgrey .ce_dzwallitem__headline {
  line-height: 0; }
  .ce_dzwallitem--story.ce_dzwallitem-bg--warmgrey .ce_dzwallitem__headline h3 {
    display: inline;
    background-position: bottom 2px left 0px;
    background-repeat: repeat-x;
    background-size: 1px 10px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#E5E4E3), to(#E5E4E3));
    background-image: linear-gradient(#E5E4E3, #E5E4E3);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#8e8882), to(#8e8882));
    background-image: linear-gradient(#8e8882, #8e8882); }
    @media (min-width: 992px) {
      .ce_dzwallitem--story.ce_dzwallitem-bg--warmgrey .ce_dzwallitem__headline h3 {
        background-size: 1px 5px; } }
    @media (max-width: 991.98px) {
      .ce_dzwallitem--story.ce_dzwallitem-bg--warmgrey .ce_dzwallitem__headline h3 {
        background-size: 1px 4px; } }
    .contrast-active .ce_dzwallitem--story.ce_dzwallitem-bg--warmgrey .ce_dzwallitem__headline h3 {
      background: none !important;
      background-color: transparent !important; }

.ce_dzwallitem--story.ce_dzwallitem-bg--warmgrey .ce_dzwallitem__link {
  display: inline-block;
  overflow: hidden;
  position: relative;
  z-index: 1;
  padding-left: 28px;
  padding-left: 30px; }
  .ce_dzwallitem--story.ce_dzwallitem-bg--warmgrey .ce_dzwallitem__link a {
    padding-left: 0; }
  .ce_dzwallitem--story.ce_dzwallitem-bg--warmgrey .ce_dzwallitem__link:after {
    position: absolute;
    z-index: 0;
    content: '';
    background-repeat: no-repeat; }
  .ce_dzwallitem--story.ce_dzwallitem-bg--warmgrey .ce_dzwallitem__link:before {
    position: absolute;
    z-index: 0;
    content: '';
    width: 20px;
    height: 20px;
    border-radius: 20px;
    background-color: #C6C3C0; }
  .ce_dzwallitem--story.ce_dzwallitem-bg--warmgrey .ce_dzwallitem__link:before {
    top: 2px;
    left: 2px;
    width: 18px;
    height: 18px;
    border-radius: 18px; }
  .ce_dzwallitem--story.ce_dzwallitem-bg--warmgrey .ce_dzwallitem__link:before {
    background-color: #8e8882; }
  .ce_dzwallitem--story.ce_dzwallitem-bg--warmgrey .ce_dzwallitem__link:after {
    top: 2px;
    left: 0;
    width: 18px;
    height: 18px;
    background-image: url(1edaad31a29e29a891de76ad1aa1d495.svg);
    background-position: right center;
    background-size: 18px 18px; }
  .ce_dzwallitem--story.ce_dzwallitem-bg--warmgrey .ce_dzwallitem__link:hover:after {
    -webkit-animation-name: link-anim-standard;
            animation-name: link-anim-standard;
    -webkit-animation-duration: 0.4s;
            animation-duration: 0.4s;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out; }

.ce_dzwallitem--story.ce_dzwallitem-bg--darkwarmgrey .ce_dzwallitem__image-container {
  background-color: #675C53;
  position: relative; }
  .ce_dzwallitem--story.ce_dzwallitem-bg--darkwarmgrey .ce_dzwallitem__image-container:before {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    content: '';
    display: block;
    width: 61px;
    height: 61px;
    background-image: url(d1a7e79ae9d7cffc3d744e921f324313.svg);
    background-repeat: no-repeat;
    background-position: top left;
    background-size: 61px 61px; }

.ce_dzwallitem--story.ce_dzwallitem-bg--darkwarmgrey .ce_dzwallitem__headline {
  line-height: 0; }
  .ce_dzwallitem--story.ce_dzwallitem-bg--darkwarmgrey .ce_dzwallitem__headline h3 {
    display: inline;
    background-position: bottom 2px left 0px;
    background-repeat: repeat-x;
    background-size: 1px 10px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#E5E4E3), to(#E5E4E3));
    background-image: linear-gradient(#E5E4E3, #E5E4E3);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#675C53), to(#675C53));
    background-image: linear-gradient(#675C53, #675C53); }
    @media (min-width: 992px) {
      .ce_dzwallitem--story.ce_dzwallitem-bg--darkwarmgrey .ce_dzwallitem__headline h3 {
        background-size: 1px 5px; } }
    @media (max-width: 991.98px) {
      .ce_dzwallitem--story.ce_dzwallitem-bg--darkwarmgrey .ce_dzwallitem__headline h3 {
        background-size: 1px 4px; } }
    .contrast-active .ce_dzwallitem--story.ce_dzwallitem-bg--darkwarmgrey .ce_dzwallitem__headline h3 {
      background: none !important;
      background-color: transparent !important; }

.ce_dzwallitem--story.ce_dzwallitem-bg--darkwarmgrey .ce_dzwallitem__link {
  display: inline-block;
  overflow: hidden;
  position: relative;
  z-index: 1;
  padding-left: 28px;
  padding-left: 30px; }
  .ce_dzwallitem--story.ce_dzwallitem-bg--darkwarmgrey .ce_dzwallitem__link a {
    padding-left: 0; }
  .ce_dzwallitem--story.ce_dzwallitem-bg--darkwarmgrey .ce_dzwallitem__link:after {
    position: absolute;
    z-index: 0;
    content: '';
    background-repeat: no-repeat; }
  .ce_dzwallitem--story.ce_dzwallitem-bg--darkwarmgrey .ce_dzwallitem__link:before {
    position: absolute;
    z-index: 0;
    content: '';
    width: 20px;
    height: 20px;
    border-radius: 20px;
    background-color: #C6C3C0; }
  .ce_dzwallitem--story.ce_dzwallitem-bg--darkwarmgrey .ce_dzwallitem__link:before {
    top: 2px;
    left: 2px;
    width: 18px;
    height: 18px;
    border-radius: 18px; }
  .ce_dzwallitem--story.ce_dzwallitem-bg--darkwarmgrey .ce_dzwallitem__link:before {
    background-color: #675C53; }
  .ce_dzwallitem--story.ce_dzwallitem-bg--darkwarmgrey .ce_dzwallitem__link:after {
    top: 2px;
    left: 0;
    width: 18px;
    height: 18px;
    background-image: url(1edaad31a29e29a891de76ad1aa1d495.svg);
    background-position: right center;
    background-size: 18px 18px; }
  .ce_dzwallitem--story.ce_dzwallitem-bg--darkwarmgrey .ce_dzwallitem__link:hover:after {
    -webkit-animation-name: link-anim-standard;
            animation-name: link-anim-standard;
    -webkit-animation-duration: 0.4s;
            animation-duration: 0.4s;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out; }

.ce_dzwallitem--story.ce_dzwallitem-bg--white .ce_dzwallitem__image-container {
  background-color: white;
  position: relative; }
  .ce_dzwallitem--story.ce_dzwallitem-bg--white .ce_dzwallitem__image-container:before {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    content: '';
    display: block;
    width: 61px;
    height: 61px;
    background-image: url(d1a7e79ae9d7cffc3d744e921f324313.svg);
    background-repeat: no-repeat;
    background-position: top left;
    background-size: 61px 61px; }

.ce_dzwallitem--story.ce_dzwallitem-bg--white .ce_dzwallitem__headline {
  line-height: 0; }
  .ce_dzwallitem--story.ce_dzwallitem-bg--white .ce_dzwallitem__headline h3 {
    display: inline;
    background-position: bottom 2px left 0px;
    background-repeat: repeat-x;
    background-size: 1px 10px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#E5E4E3), to(#E5E4E3));
    background-image: linear-gradient(#E5E4E3, #E5E4E3);
    background-image: -webkit-gradient(linear, left top, left bottom, from(white), to(white));
    background-image: linear-gradient(white, white); }
    @media (min-width: 992px) {
      .ce_dzwallitem--story.ce_dzwallitem-bg--white .ce_dzwallitem__headline h3 {
        background-size: 1px 5px; } }
    @media (max-width: 991.98px) {
      .ce_dzwallitem--story.ce_dzwallitem-bg--white .ce_dzwallitem__headline h3 {
        background-size: 1px 4px; } }
    .contrast-active .ce_dzwallitem--story.ce_dzwallitem-bg--white .ce_dzwallitem__headline h3 {
      background: none !important;
      background-color: transparent !important; }

.ce_dzwallitem--story.ce_dzwallitem-bg--white .ce_dzwallitem__link {
  display: inline-block;
  overflow: hidden;
  position: relative;
  z-index: 1;
  padding-left: 28px;
  padding-left: 30px; }
  .ce_dzwallitem--story.ce_dzwallitem-bg--white .ce_dzwallitem__link a {
    padding-left: 0; }
  .ce_dzwallitem--story.ce_dzwallitem-bg--white .ce_dzwallitem__link:after {
    position: absolute;
    z-index: 0;
    content: '';
    background-repeat: no-repeat; }
  .ce_dzwallitem--story.ce_dzwallitem-bg--white .ce_dzwallitem__link:before {
    position: absolute;
    z-index: 0;
    content: '';
    width: 20px;
    height: 20px;
    border-radius: 20px;
    background-color: #C6C3C0; }
  .ce_dzwallitem--story.ce_dzwallitem-bg--white .ce_dzwallitem__link:before {
    top: 2px;
    left: 2px;
    width: 18px;
    height: 18px;
    border-radius: 18px; }
  .ce_dzwallitem--story.ce_dzwallitem-bg--white .ce_dzwallitem__link:before {
    background-color: white; }
  .ce_dzwallitem--story.ce_dzwallitem-bg--white .ce_dzwallitem__link:after {
    top: 2px;
    left: 0;
    width: 18px;
    height: 18px;
    background-image: url(1edaad31a29e29a891de76ad1aa1d495.svg);
    background-position: right center;
    background-size: 18px 18px; }
  .ce_dzwallitem--story.ce_dzwallitem-bg--white .ce_dzwallitem__link:hover:after {
    -webkit-animation-name: link-anim-standard;
            animation-name: link-anim-standard;
    -webkit-animation-duration: 0.4s;
            animation-duration: 0.4s;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out; }

.ce_dzwallitem--story.ce_dzwallitem-bg--standard .ce_dzwallitem__image-container {
  background-color: #E5E4E3;
  position: relative; }
  .ce_dzwallitem--story.ce_dzwallitem-bg--standard .ce_dzwallitem__image-container:before {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    content: '';
    display: block;
    width: 61px;
    height: 61px;
    background-image: url(d1a7e79ae9d7cffc3d744e921f324313.svg);
    background-repeat: no-repeat;
    background-position: top left;
    background-size: 61px 61px; }

.ce_dzwallitem--story.ce_dzwallitem-bg--standard .ce_dzwallitem__headline {
  line-height: 0; }
  .ce_dzwallitem--story.ce_dzwallitem-bg--standard .ce_dzwallitem__headline h3 {
    display: inline;
    background-position: bottom 2px left 0px;
    background-repeat: repeat-x;
    background-size: 1px 10px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#E5E4E3), to(#E5E4E3));
    background-image: linear-gradient(#E5E4E3, #E5E4E3);
    background-image: linear-gradient(#E5E4E3, #E5E4E3); }
    @media (min-width: 992px) {
      .ce_dzwallitem--story.ce_dzwallitem-bg--standard .ce_dzwallitem__headline h3 {
        background-size: 1px 5px; } }
    @media (max-width: 991.98px) {
      .ce_dzwallitem--story.ce_dzwallitem-bg--standard .ce_dzwallitem__headline h3 {
        background-size: 1px 4px; } }
    .contrast-active .ce_dzwallitem--story.ce_dzwallitem-bg--standard .ce_dzwallitem__headline h3 {
      background: none !important;
      background-color: transparent !important; }

.ce_dzwallitem--story.ce_dzwallitem-bg--standard .ce_dzwallitem__link {
  display: inline-block;
  overflow: hidden;
  position: relative;
  z-index: 1;
  padding-left: 28px;
  padding-left: 30px; }
  .ce_dzwallitem--story.ce_dzwallitem-bg--standard .ce_dzwallitem__link a {
    padding-left: 0; }
  .ce_dzwallitem--story.ce_dzwallitem-bg--standard .ce_dzwallitem__link:after {
    position: absolute;
    z-index: 0;
    content: '';
    background-repeat: no-repeat; }
  .ce_dzwallitem--story.ce_dzwallitem-bg--standard .ce_dzwallitem__link:before {
    position: absolute;
    z-index: 0;
    content: '';
    width: 20px;
    height: 20px;
    border-radius: 20px;
    background-color: #C6C3C0; }
  .ce_dzwallitem--story.ce_dzwallitem-bg--standard .ce_dzwallitem__link:before {
    top: 2px;
    left: 2px;
    width: 18px;
    height: 18px;
    border-radius: 18px; }
  .ce_dzwallitem--story.ce_dzwallitem-bg--standard .ce_dzwallitem__link:before {
    background-color: #E5E4E3; }
  .ce_dzwallitem--story.ce_dzwallitem-bg--standard .ce_dzwallitem__link:after {
    top: 2px;
    left: 0;
    width: 18px;
    height: 18px;
    background-image: url(1edaad31a29e29a891de76ad1aa1d495.svg);
    background-position: right center;
    background-size: 18px 18px; }
  .ce_dzwallitem--story.ce_dzwallitem-bg--standard .ce_dzwallitem__link:hover:after {
    -webkit-animation-name: link-anim-standard;
            animation-name: link-anim-standard;
    -webkit-animation-duration: 0.4s;
            animation-duration: 0.4s;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out; }

.ce_dzwallitem--quote.ce_dzwallitem-bg--green {
  color: black; }
  .ce_dzwallitem--quote.ce_dzwallitem-bg--green .ce_dzwallitem__content-container {
    background-color: #B8C931; }
  .ce_dzwallitem--quote.ce_dzwallitem-bg--green .ce_dzwallitem__text {
    padding-top: 40px;
    position: relative; }
    .ce_dzwallitem--quote.ce_dzwallitem-bg--green .ce_dzwallitem__text:after {
      position: absolute;
      top: -20px;
      left: 0;
      z-index: 1;
      content: "»";
      color: rgba(255, 255, 255, 0.4);
      font-family: 'Rock Salt', sans-serif;
      font-weight: 400;
      font-style: normal;
      font-size: 5rem;
      line-height: 1; }
    .ce_dzwallitem--quote.ce_dzwallitem-bg--green .ce_dzwallitem__text p {
      position: relative;
      z-index: 2;
      font-family: 'Bitter', sans-serif;
      font-weight: 700;
      font-style: normal;
      font-size: 1rem;
      line-height: 1.375; }
  .ce_dzwallitem--quote.ce_dzwallitem-bg--green .ce_dzwallitem__source {
    font-family: 'Barlow', sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 0.9375rem;
    line-height: 1.4;
    font-style: italic;
    margin-bottom: 10px; }
  .ce_dzwallitem--quote.ce_dzwallitem-bg--green .ce_dzwallitem__location {
    margin-bottom: 0; }

.ce_dzwallitem--quote.ce_dzwallitem-bg--darkgreen {
  color: white; }
  .ce_dzwallitem--quote.ce_dzwallitem-bg--darkgreen .ce_dzwallitem__content-container {
    background-color: #80A51B; }
  .ce_dzwallitem--quote.ce_dzwallitem-bg--darkgreen .ce_dzwallitem__text {
    padding-top: 40px;
    position: relative; }
    .ce_dzwallitem--quote.ce_dzwallitem-bg--darkgreen .ce_dzwallitem__text:after {
      position: absolute;
      top: -20px;
      left: 0;
      z-index: 1;
      content: "»";
      color: rgba(255, 255, 255, 0.4);
      font-family: 'Rock Salt', sans-serif;
      font-weight: 400;
      font-style: normal;
      font-size: 5rem;
      line-height: 1; }
    .ce_dzwallitem--quote.ce_dzwallitem-bg--darkgreen .ce_dzwallitem__text p {
      position: relative;
      z-index: 2;
      font-family: 'Bitter', sans-serif;
      font-weight: 700;
      font-style: normal;
      font-size: 1rem;
      line-height: 1.375; }
  .ce_dzwallitem--quote.ce_dzwallitem-bg--darkgreen .ce_dzwallitem__source {
    font-family: 'Barlow', sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 0.9375rem;
    line-height: 1.4;
    font-style: italic;
    margin-bottom: 10px; }
  .ce_dzwallitem--quote.ce_dzwallitem-bg--darkgreen .ce_dzwallitem__location {
    margin-bottom: 0; }

.ce_dzwallitem--quote.ce_dzwallitem-bg--red {
  color: black; }
  .ce_dzwallitem--quote.ce_dzwallitem-bg--red .ce_dzwallitem__content-container {
    background-color: #EB5B25; }
  .ce_dzwallitem--quote.ce_dzwallitem-bg--red .ce_dzwallitem__text {
    padding-top: 40px;
    position: relative; }
    .ce_dzwallitem--quote.ce_dzwallitem-bg--red .ce_dzwallitem__text:after {
      position: absolute;
      top: -20px;
      left: 0;
      z-index: 1;
      content: "»";
      color: rgba(255, 255, 255, 0.4);
      font-family: 'Rock Salt', sans-serif;
      font-weight: 400;
      font-style: normal;
      font-size: 5rem;
      line-height: 1; }
    .ce_dzwallitem--quote.ce_dzwallitem-bg--red .ce_dzwallitem__text p {
      position: relative;
      z-index: 2;
      font-family: 'Bitter', sans-serif;
      font-weight: 700;
      font-style: normal;
      font-size: 1rem;
      line-height: 1.375; }
  .ce_dzwallitem--quote.ce_dzwallitem-bg--red .ce_dzwallitem__source {
    font-family: 'Barlow', sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 0.9375rem;
    line-height: 1.4;
    font-style: italic;
    margin-bottom: 10px; }
  .ce_dzwallitem--quote.ce_dzwallitem-bg--red .ce_dzwallitem__location {
    margin-bottom: 0; }

.ce_dzwallitem--quote.ce_dzwallitem-bg--darkred {
  color: white; }
  .ce_dzwallitem--quote.ce_dzwallitem-bg--darkred .ce_dzwallitem__content-container {
    background-color: #D73F12; }
  .ce_dzwallitem--quote.ce_dzwallitem-bg--darkred .ce_dzwallitem__text {
    padding-top: 40px;
    position: relative; }
    .ce_dzwallitem--quote.ce_dzwallitem-bg--darkred .ce_dzwallitem__text:after {
      position: absolute;
      top: -20px;
      left: 0;
      z-index: 1;
      content: "»";
      color: rgba(255, 255, 255, 0.4);
      font-family: 'Rock Salt', sans-serif;
      font-weight: 400;
      font-style: normal;
      font-size: 5rem;
      line-height: 1; }
    .ce_dzwallitem--quote.ce_dzwallitem-bg--darkred .ce_dzwallitem__text p {
      position: relative;
      z-index: 2;
      font-family: 'Bitter', sans-serif;
      font-weight: 700;
      font-style: normal;
      font-size: 1rem;
      line-height: 1.375; }
  .ce_dzwallitem--quote.ce_dzwallitem-bg--darkred .ce_dzwallitem__source {
    font-family: 'Barlow', sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 0.9375rem;
    line-height: 1.4;
    font-style: italic;
    margin-bottom: 10px; }
  .ce_dzwallitem--quote.ce_dzwallitem-bg--darkred .ce_dzwallitem__location {
    margin-bottom: 0; }

.ce_dzwallitem--quote.ce_dzwallitem-bg--cyan {
  color: black; }
  .ce_dzwallitem--quote.ce_dzwallitem-bg--cyan .ce_dzwallitem__content-container {
    background-color: #4DBDC6; }
  .ce_dzwallitem--quote.ce_dzwallitem-bg--cyan .ce_dzwallitem__text {
    padding-top: 40px;
    position: relative; }
    .ce_dzwallitem--quote.ce_dzwallitem-bg--cyan .ce_dzwallitem__text:after {
      position: absolute;
      top: -20px;
      left: 0;
      z-index: 1;
      content: "»";
      color: rgba(255, 255, 255, 0.4);
      font-family: 'Rock Salt', sans-serif;
      font-weight: 400;
      font-style: normal;
      font-size: 5rem;
      line-height: 1; }
    .ce_dzwallitem--quote.ce_dzwallitem-bg--cyan .ce_dzwallitem__text p {
      position: relative;
      z-index: 2;
      font-family: 'Bitter', sans-serif;
      font-weight: 700;
      font-style: normal;
      font-size: 1rem;
      line-height: 1.375; }
  .ce_dzwallitem--quote.ce_dzwallitem-bg--cyan .ce_dzwallitem__source {
    font-family: 'Barlow', sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 0.9375rem;
    line-height: 1.4;
    font-style: italic;
    margin-bottom: 10px; }
  .ce_dzwallitem--quote.ce_dzwallitem-bg--cyan .ce_dzwallitem__location {
    margin-bottom: 0; }

.ce_dzwallitem--quote.ce_dzwallitem-bg--teal {
  color: white; }
  .ce_dzwallitem--quote.ce_dzwallitem-bg--teal .ce_dzwallitem__content-container {
    background-color: #008390; }
  .ce_dzwallitem--quote.ce_dzwallitem-bg--teal .ce_dzwallitem__text {
    padding-top: 40px;
    position: relative; }
    .ce_dzwallitem--quote.ce_dzwallitem-bg--teal .ce_dzwallitem__text:after {
      position: absolute;
      top: -20px;
      left: 0;
      z-index: 1;
      content: "»";
      color: rgba(255, 255, 255, 0.4);
      font-family: 'Rock Salt', sans-serif;
      font-weight: 400;
      font-style: normal;
      font-size: 5rem;
      line-height: 1; }
    .ce_dzwallitem--quote.ce_dzwallitem-bg--teal .ce_dzwallitem__text p {
      position: relative;
      z-index: 2;
      font-family: 'Bitter', sans-serif;
      font-weight: 700;
      font-style: normal;
      font-size: 1rem;
      line-height: 1.375; }
  .ce_dzwallitem--quote.ce_dzwallitem-bg--teal .ce_dzwallitem__source {
    font-family: 'Barlow', sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 0.9375rem;
    line-height: 1.4;
    font-style: italic;
    margin-bottom: 10px; }
  .ce_dzwallitem--quote.ce_dzwallitem-bg--teal .ce_dzwallitem__location {
    margin-bottom: 0; }

.ce_dzwallitem--quote.ce_dzwallitem-bg--yellow {
  color: black; }
  .ce_dzwallitem--quote.ce_dzwallitem-bg--yellow .ce_dzwallitem__content-container {
    background-color: #FDC400; }
  .ce_dzwallitem--quote.ce_dzwallitem-bg--yellow .ce_dzwallitem__text {
    padding-top: 40px;
    position: relative; }
    .ce_dzwallitem--quote.ce_dzwallitem-bg--yellow .ce_dzwallitem__text:after {
      position: absolute;
      top: -20px;
      left: 0;
      z-index: 1;
      content: "»";
      color: rgba(255, 255, 255, 0.4);
      font-family: 'Rock Salt', sans-serif;
      font-weight: 400;
      font-style: normal;
      font-size: 5rem;
      line-height: 1; }
    .ce_dzwallitem--quote.ce_dzwallitem-bg--yellow .ce_dzwallitem__text p {
      position: relative;
      z-index: 2;
      font-family: 'Bitter', sans-serif;
      font-weight: 700;
      font-style: normal;
      font-size: 1rem;
      line-height: 1.375; }
  .ce_dzwallitem--quote.ce_dzwallitem-bg--yellow .ce_dzwallitem__source {
    font-family: 'Barlow', sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 0.9375rem;
    line-height: 1.4;
    font-style: italic;
    margin-bottom: 10px; }
  .ce_dzwallitem--quote.ce_dzwallitem-bg--yellow .ce_dzwallitem__location {
    margin-bottom: 0; }

.ce_dzwallitem--quote.ce_dzwallitem-bg--lightbeige {
  color: black; }
  .ce_dzwallitem--quote.ce_dzwallitem-bg--lightbeige .ce_dzwallitem__content-container {
    background-color: #F4F4F4; }
  .ce_dzwallitem--quote.ce_dzwallitem-bg--lightbeige .ce_dzwallitem__text {
    padding-top: 40px;
    position: relative; }
    .ce_dzwallitem--quote.ce_dzwallitem-bg--lightbeige .ce_dzwallitem__text:after {
      position: absolute;
      top: -20px;
      left: 0;
      z-index: 1;
      content: "»";
      color: rgba(255, 255, 255, 0.4);
      font-family: 'Rock Salt', sans-serif;
      font-weight: 400;
      font-style: normal;
      font-size: 5rem;
      line-height: 1; }
    .ce_dzwallitem--quote.ce_dzwallitem-bg--lightbeige .ce_dzwallitem__text p {
      position: relative;
      z-index: 2;
      font-family: 'Bitter', sans-serif;
      font-weight: 700;
      font-style: normal;
      font-size: 1rem;
      line-height: 1.375; }
  .ce_dzwallitem--quote.ce_dzwallitem-bg--lightbeige .ce_dzwallitem__source {
    font-family: 'Barlow', sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 0.9375rem;
    line-height: 1.4;
    font-style: italic;
    margin-bottom: 10px; }
  .ce_dzwallitem--quote.ce_dzwallitem-bg--lightbeige .ce_dzwallitem__location {
    margin-bottom: 0; }

.ce_dzwallitem--quote.ce_dzwallitem-bg--beige {
  color: black; }
  .ce_dzwallitem--quote.ce_dzwallitem-bg--beige .ce_dzwallitem__content-container {
    background-color: #E5E4E3; }
  .ce_dzwallitem--quote.ce_dzwallitem-bg--beige .ce_dzwallitem__text {
    padding-top: 40px;
    position: relative; }
    .ce_dzwallitem--quote.ce_dzwallitem-bg--beige .ce_dzwallitem__text:after {
      position: absolute;
      top: -20px;
      left: 0;
      z-index: 1;
      content: "»";
      color: rgba(255, 255, 255, 0.4);
      font-family: 'Rock Salt', sans-serif;
      font-weight: 400;
      font-style: normal;
      font-size: 5rem;
      line-height: 1; }
    .ce_dzwallitem--quote.ce_dzwallitem-bg--beige .ce_dzwallitem__text p {
      position: relative;
      z-index: 2;
      font-family: 'Bitter', sans-serif;
      font-weight: 700;
      font-style: normal;
      font-size: 1rem;
      line-height: 1.375; }
  .ce_dzwallitem--quote.ce_dzwallitem-bg--beige .ce_dzwallitem__source {
    font-family: 'Barlow', sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 0.9375rem;
    line-height: 1.4;
    font-style: italic;
    margin-bottom: 10px; }
  .ce_dzwallitem--quote.ce_dzwallitem-bg--beige .ce_dzwallitem__location {
    margin-bottom: 0; }

.ce_dzwallitem--quote.ce_dzwallitem-bg--midbeige {
  color: black; }
  .ce_dzwallitem--quote.ce_dzwallitem-bg--midbeige .ce_dzwallitem__content-container {
    background-color: #E5E4E3; }
  .ce_dzwallitem--quote.ce_dzwallitem-bg--midbeige .ce_dzwallitem__text {
    padding-top: 40px;
    position: relative; }
    .ce_dzwallitem--quote.ce_dzwallitem-bg--midbeige .ce_dzwallitem__text:after {
      position: absolute;
      top: -20px;
      left: 0;
      z-index: 1;
      content: "»";
      color: rgba(255, 255, 255, 0.4);
      font-family: 'Rock Salt', sans-serif;
      font-weight: 400;
      font-style: normal;
      font-size: 5rem;
      line-height: 1; }
    .ce_dzwallitem--quote.ce_dzwallitem-bg--midbeige .ce_dzwallitem__text p {
      position: relative;
      z-index: 2;
      font-family: 'Bitter', sans-serif;
      font-weight: 700;
      font-style: normal;
      font-size: 1rem;
      line-height: 1.375; }
  .ce_dzwallitem--quote.ce_dzwallitem-bg--midbeige .ce_dzwallitem__source {
    font-family: 'Barlow', sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 0.9375rem;
    line-height: 1.4;
    font-style: italic;
    margin-bottom: 10px; }
  .ce_dzwallitem--quote.ce_dzwallitem-bg--midbeige .ce_dzwallitem__location {
    margin-bottom: 0; }

.ce_dzwallitem--quote.ce_dzwallitem-bg--darkbeige {
  color: black; }
  .ce_dzwallitem--quote.ce_dzwallitem-bg--darkbeige .ce_dzwallitem__content-container {
    background-color: #C6C3C0; }
  .ce_dzwallitem--quote.ce_dzwallitem-bg--darkbeige .ce_dzwallitem__text {
    padding-top: 40px;
    position: relative; }
    .ce_dzwallitem--quote.ce_dzwallitem-bg--darkbeige .ce_dzwallitem__text:after {
      position: absolute;
      top: -20px;
      left: 0;
      z-index: 1;
      content: "»";
      color: rgba(255, 255, 255, 0.4);
      font-family: 'Rock Salt', sans-serif;
      font-weight: 400;
      font-style: normal;
      font-size: 5rem;
      line-height: 1; }
    .ce_dzwallitem--quote.ce_dzwallitem-bg--darkbeige .ce_dzwallitem__text p {
      position: relative;
      z-index: 2;
      font-family: 'Bitter', sans-serif;
      font-weight: 700;
      font-style: normal;
      font-size: 1rem;
      line-height: 1.375; }
  .ce_dzwallitem--quote.ce_dzwallitem-bg--darkbeige .ce_dzwallitem__source {
    font-family: 'Barlow', sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 0.9375rem;
    line-height: 1.4;
    font-style: italic;
    margin-bottom: 10px; }
  .ce_dzwallitem--quote.ce_dzwallitem-bg--darkbeige .ce_dzwallitem__location {
    margin-bottom: 0; }

.ce_dzwallitem--quote.ce_dzwallitem-bg--warmgrey {
  color: white; }
  .ce_dzwallitem--quote.ce_dzwallitem-bg--warmgrey .ce_dzwallitem__content-container {
    background-color: #8e8882; }
  .ce_dzwallitem--quote.ce_dzwallitem-bg--warmgrey .ce_dzwallitem__text {
    padding-top: 40px;
    position: relative; }
    .ce_dzwallitem--quote.ce_dzwallitem-bg--warmgrey .ce_dzwallitem__text:after {
      position: absolute;
      top: -20px;
      left: 0;
      z-index: 1;
      content: "»";
      color: rgba(255, 255, 255, 0.4);
      font-family: 'Rock Salt', sans-serif;
      font-weight: 400;
      font-style: normal;
      font-size: 5rem;
      line-height: 1; }
    .ce_dzwallitem--quote.ce_dzwallitem-bg--warmgrey .ce_dzwallitem__text p {
      position: relative;
      z-index: 2;
      font-family: 'Bitter', sans-serif;
      font-weight: 700;
      font-style: normal;
      font-size: 1rem;
      line-height: 1.375; }
  .ce_dzwallitem--quote.ce_dzwallitem-bg--warmgrey .ce_dzwallitem__source {
    font-family: 'Barlow', sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 0.9375rem;
    line-height: 1.4;
    font-style: italic;
    margin-bottom: 10px; }
  .ce_dzwallitem--quote.ce_dzwallitem-bg--warmgrey .ce_dzwallitem__location {
    margin-bottom: 0; }

.ce_dzwallitem--quote.ce_dzwallitem-bg--darkwarmgrey {
  color: white; }
  .ce_dzwallitem--quote.ce_dzwallitem-bg--darkwarmgrey .ce_dzwallitem__content-container {
    background-color: #675C53; }
  .ce_dzwallitem--quote.ce_dzwallitem-bg--darkwarmgrey .ce_dzwallitem__text {
    padding-top: 40px;
    position: relative; }
    .ce_dzwallitem--quote.ce_dzwallitem-bg--darkwarmgrey .ce_dzwallitem__text:after {
      position: absolute;
      top: -20px;
      left: 0;
      z-index: 1;
      content: "»";
      color: rgba(255, 255, 255, 0.4);
      font-family: 'Rock Salt', sans-serif;
      font-weight: 400;
      font-style: normal;
      font-size: 5rem;
      line-height: 1; }
    .ce_dzwallitem--quote.ce_dzwallitem-bg--darkwarmgrey .ce_dzwallitem__text p {
      position: relative;
      z-index: 2;
      font-family: 'Bitter', sans-serif;
      font-weight: 700;
      font-style: normal;
      font-size: 1rem;
      line-height: 1.375; }
  .ce_dzwallitem--quote.ce_dzwallitem-bg--darkwarmgrey .ce_dzwallitem__source {
    font-family: 'Barlow', sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 0.9375rem;
    line-height: 1.4;
    font-style: italic;
    margin-bottom: 10px; }
  .ce_dzwallitem--quote.ce_dzwallitem-bg--darkwarmgrey .ce_dzwallitem__location {
    margin-bottom: 0; }

.ce_dzwallitem--quote.ce_dzwallitem-bg--white {
  color: black; }
  .ce_dzwallitem--quote.ce_dzwallitem-bg--white .ce_dzwallitem__content-container {
    background-color: white; }
  .ce_dzwallitem--quote.ce_dzwallitem-bg--white .ce_dzwallitem__text {
    padding-top: 40px;
    position: relative; }
    .ce_dzwallitem--quote.ce_dzwallitem-bg--white .ce_dzwallitem__text:after {
      position: absolute;
      top: -20px;
      left: 0;
      z-index: 1;
      content: "»";
      color: rgba(255, 255, 255, 0.4);
      font-family: 'Rock Salt', sans-serif;
      font-weight: 400;
      font-style: normal;
      font-size: 5rem;
      line-height: 1; }
    .ce_dzwallitem--quote.ce_dzwallitem-bg--white .ce_dzwallitem__text p {
      position: relative;
      z-index: 2;
      font-family: 'Bitter', sans-serif;
      font-weight: 700;
      font-style: normal;
      font-size: 1rem;
      line-height: 1.375; }
  .ce_dzwallitem--quote.ce_dzwallitem-bg--white .ce_dzwallitem__source {
    font-family: 'Barlow', sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 0.9375rem;
    line-height: 1.4;
    font-style: italic;
    margin-bottom: 10px; }
  .ce_dzwallitem--quote.ce_dzwallitem-bg--white .ce_dzwallitem__location {
    margin-bottom: 0; }

.ce_dzwallitem--quote.ce_dzwallitem-bg--standard {
  color: black; }
  .ce_dzwallitem--quote.ce_dzwallitem-bg--standard .ce_dzwallitem__content-container {
    background-color: #E5E4E3; }
  .ce_dzwallitem--quote.ce_dzwallitem-bg--standard .ce_dzwallitem__text {
    padding-top: 40px;
    position: relative; }
    .ce_dzwallitem--quote.ce_dzwallitem-bg--standard .ce_dzwallitem__text:after {
      position: absolute;
      top: -20px;
      left: 0;
      z-index: 1;
      content: "»";
      color: rgba(255, 255, 255, 0.4);
      font-family: 'Rock Salt', sans-serif;
      font-weight: 400;
      font-style: normal;
      font-size: 5rem;
      line-height: 1; }
    .ce_dzwallitem--quote.ce_dzwallitem-bg--standard .ce_dzwallitem__text p {
      position: relative;
      z-index: 2;
      font-family: 'Bitter', sans-serif;
      font-weight: 700;
      font-style: normal;
      font-size: 1rem;
      line-height: 1.375; }
  .ce_dzwallitem--quote.ce_dzwallitem-bg--standard .ce_dzwallitem__source {
    font-family: 'Barlow', sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 0.9375rem;
    line-height: 1.4;
    font-style: italic;
    margin-bottom: 10px; }
  .ce_dzwallitem--quote.ce_dzwallitem-bg--standard .ce_dzwallitem__location {
    margin-bottom: 0; }

.ce_dzwallitem--phototext .ce_dzwallitem__content-container {
  padding-top: 0;
  padding-bottom: 5px; }

.ce_dzwallitem--phototext .ce_dzwallitem__text {
  position: relative;
  line-height: 0; }
  .ce_dzwallitem--phototext .ce_dzwallitem__text p {
    position: relative;
    top: -15px;
    font-family: 'Bitter', sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 1.25rem;
    line-height: 1.4;
    display: inline;
    background-position: bottom 0px left 0px;
    background-repeat: repeat-x;
    background-size: 1px 28px; }
    @media (min-width: 768px) {
      .ce_dzwallitem--phototext .ce_dzwallitem__text p {
        font-family: 'Bitter', sans-serif;
        font-weight: 700;
        font-style: normal;
        font-size: 1.5rem;
        line-height: 1.33333; } }
    .ce_dzwallitem--phototext .ce_dzwallitem__text p span {
      display: inline-block;
      margin: 0 5px; }

.ce_dzwallitem--phototext.ce_dzwallitem-bg--green {
  color: black; }
  .ce_dzwallitem--phototext.ce_dzwallitem-bg--green .ce_dzwallitem__content-container {
    background-color: #B8C931; }
  .ce_dzwallitem--phototext.ce_dzwallitem-bg--green .ce_dzwallitem__text p {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#80A51B), to(#80A51B));
    background-image: linear-gradient(#80A51B, #80A51B); }

.ce_dzwallitem--phototext.ce_dzwallitem-bg--darkgreen {
  color: black; }
  .ce_dzwallitem--phototext.ce_dzwallitem-bg--darkgreen .ce_dzwallitem__content-container {
    background-color: #80A51B; }
  .ce_dzwallitem--phototext.ce_dzwallitem-bg--darkgreen .ce_dzwallitem__text p {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#B8C931), to(#B8C931));
    background-image: linear-gradient(#B8C931, #B8C931); }

.ce_dzwallitem--phototext.ce_dzwallitem-bg--red {
  color: black; }
  .ce_dzwallitem--phototext.ce_dzwallitem-bg--red .ce_dzwallitem__content-container {
    background-color: #EB5B25; }
  .ce_dzwallitem--phototext.ce_dzwallitem-bg--red .ce_dzwallitem__text p {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#D73F12), to(#D73F12));
    background-image: linear-gradient(#D73F12, #D73F12); }

.ce_dzwallitem--phototext.ce_dzwallitem-bg--darkred {
  color: black; }
  .ce_dzwallitem--phototext.ce_dzwallitem-bg--darkred .ce_dzwallitem__content-container {
    background-color: #D73F12; }
  .ce_dzwallitem--phototext.ce_dzwallitem-bg--darkred .ce_dzwallitem__text p {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#EB5B25), to(#EB5B25));
    background-image: linear-gradient(#EB5B25, #EB5B25); }

.ce_dzwallitem--phototext.ce_dzwallitem-bg--cyan {
  color: black; }
  .ce_dzwallitem--phototext.ce_dzwallitem-bg--cyan .ce_dzwallitem__content-container {
    background-color: #4DBDC6; }
  .ce_dzwallitem--phototext.ce_dzwallitem-bg--cyan .ce_dzwallitem__text p {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#008390), to(#008390));
    background-image: linear-gradient(#008390, #008390); }

.ce_dzwallitem--phototext.ce_dzwallitem-bg--teal {
  color: black; }
  .ce_dzwallitem--phototext.ce_dzwallitem-bg--teal .ce_dzwallitem__content-container {
    background-color: #008390; }
  .ce_dzwallitem--phototext.ce_dzwallitem-bg--teal .ce_dzwallitem__text p {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#4DBDC6), to(#4DBDC6));
    background-image: linear-gradient(#4DBDC6, #4DBDC6); }

.ce_dzwallitem--phototext.ce_dzwallitem-bg--yellow {
  color: black; }
  .ce_dzwallitem--phototext.ce_dzwallitem-bg--yellow .ce_dzwallitem__content-container {
    background-color: #FDC400; }
  .ce_dzwallitem--phototext.ce_dzwallitem-bg--yellow .ce_dzwallitem__text p {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#FADC90), to(#FADC90));
    background-image: linear-gradient(#FADC90, #FADC90); }

.ce_dzwallitem--phototext.ce_dzwallitem-bg--lightbeige {
  color: black; }
  .ce_dzwallitem--phototext.ce_dzwallitem-bg--lightbeige .ce_dzwallitem__content-container {
    background-color: #F4F4F4; }
  .ce_dzwallitem--phototext.ce_dzwallitem-bg--lightbeige .ce_dzwallitem__text p {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#C6C3C0), to(#C6C3C0));
    background-image: linear-gradient(#C6C3C0, #C6C3C0); }

.ce_dzwallitem--phototext.ce_dzwallitem-bg--beige {
  color: black; }
  .ce_dzwallitem--phototext.ce_dzwallitem-bg--beige .ce_dzwallitem__content-container {
    background-color: #E5E4E3; }
  .ce_dzwallitem--phototext.ce_dzwallitem-bg--beige .ce_dzwallitem__text p {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#F4F4F4), to(#F4F4F4));
    background-image: linear-gradient(#F4F4F4, #F4F4F4); }

.ce_dzwallitem--phototext.ce_dzwallitem-bg--midbeige {
  color: black; }
  .ce_dzwallitem--phototext.ce_dzwallitem-bg--midbeige .ce_dzwallitem__content-container {
    background-color: #E5E4E3; }
  .ce_dzwallitem--phototext.ce_dzwallitem-bg--midbeige .ce_dzwallitem__text p {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#F4F4F4), to(#F4F4F4));
    background-image: linear-gradient(#F4F4F4, #F4F4F4); }

.ce_dzwallitem--phototext.ce_dzwallitem-bg--darkbeige {
  color: black; }
  .ce_dzwallitem--phototext.ce_dzwallitem-bg--darkbeige .ce_dzwallitem__content-container {
    background-color: #C6C3C0; }
  .ce_dzwallitem--phototext.ce_dzwallitem-bg--darkbeige .ce_dzwallitem__text p {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#F4F4F4), to(#F4F4F4));
    background-image: linear-gradient(#F4F4F4, #F4F4F4); }

.ce_dzwallitem--phototext.ce_dzwallitem-bg--warmgrey {
  color: black; }
  .ce_dzwallitem--phototext.ce_dzwallitem-bg--warmgrey .ce_dzwallitem__content-container {
    background-color: #8e8882; }
  .ce_dzwallitem--phototext.ce_dzwallitem-bg--warmgrey .ce_dzwallitem__text p {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#C6C3C0), to(#C6C3C0));
    background-image: linear-gradient(#C6C3C0, #C6C3C0); }

.ce_dzwallitem--phototext.ce_dzwallitem-bg--darkwarmgrey {
  color: black; }
  .ce_dzwallitem--phototext.ce_dzwallitem-bg--darkwarmgrey .ce_dzwallitem__content-container {
    background-color: #675C53; }
  .ce_dzwallitem--phototext.ce_dzwallitem-bg--darkwarmgrey .ce_dzwallitem__text p {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#675C53), to(#675C53));
    background-image: linear-gradient(#675C53, #675C53); }

.ce_dzwallitem--phototext.ce_dzwallitem-bg--white {
  color: black; }
  .ce_dzwallitem--phototext.ce_dzwallitem-bg--white .ce_dzwallitem__content-container {
    background-color: white; }
  .ce_dzwallitem--phototext.ce_dzwallitem-bg--white .ce_dzwallitem__text p {
    background-image: -webkit-gradient(linear, left top, left bottom, from(white), to(white));
    background-image: linear-gradient(white, white); }

.ce_dzwallitem--phototext.ce_dzwallitem-bg--standard {
  color: black; }
  .ce_dzwallitem--phototext.ce_dzwallitem-bg--standard .ce_dzwallitem__content-container {
    background-color: #E5E4E3; }
  .ce_dzwallitem--phototext.ce_dzwallitem-bg--standard .ce_dzwallitem__text p {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#F4F4F4), to(#F4F4F4));
    background-image: linear-gradient(#F4F4F4, #F4F4F4); }

.ce_dzwallitem--podcast .ce_dzwallitem__image-container {
  position: relative; }
  .ce_dzwallitem--podcast .ce_dzwallitem__image-container:before {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    content: '';
    display: block;
    width: 61px;
    height: 61px;
    background-image: url(b9582a5ae5f7da57eb928e7985b0c019.svg);
    background-repeat: no-repeat;
    background-position: top left;
    background-size: 61px 61px; }

.ce_dzwallitem--podcast .ce_dzwallitem__link {
  display: inline-block;
  overflow: hidden;
  position: relative;
  z-index: 1;
  padding-left: 28px;
  padding-left: 30px; }
  .ce_dzwallitem--podcast .ce_dzwallitem__link a {
    padding-left: 0; }
  .ce_dzwallitem--podcast .ce_dzwallitem__link:after {
    position: absolute;
    z-index: 0;
    content: '';
    background-repeat: no-repeat; }
  .ce_dzwallitem--podcast .ce_dzwallitem__link:before {
    position: absolute;
    z-index: 0;
    content: '';
    width: 20px;
    height: 20px;
    border-radius: 20px;
    background-color: #C6C3C0; }
  .ce_dzwallitem--podcast .ce_dzwallitem__link:before {
    top: 2px;
    left: 2px;
    width: 18px;
    height: 18px;
    border-radius: 18px; }
  .ce_dzwallitem--podcast .ce_dzwallitem__link:before {
    background-color: #FDC400; }
  .ce_dzwallitem--podcast .ce_dzwallitem__link:after {
    top: 2px;
    left: 0;
    width: 18px;
    height: 18px;
    background-image: url(1edaad31a29e29a891de76ad1aa1d495.svg);
    background-position: right center;
    background-size: 18px 18px; }
  .ce_dzwallitem--podcast .ce_dzwallitem__link:hover:after {
    -webkit-animation-name: link-anim-standard;
            animation-name: link-anim-standard;
    -webkit-animation-duration: 0.4s;
            animation-duration: 0.4s;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out; }

.ce_dzwallitem--correspondent .ce_dzwallitem-inside {
  background-color: #e5e4e3; }

.ce_dzwallitem--correspondent .ce_dzwallitem__image-container {
  background-color: #008390;
  position: relative; }
  .ce_dzwallitem--correspondent .ce_dzwallitem__image-container:before {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    content: '';
    display: block;
    width: 61px;
    height: 61px;
    background-image: url(b8120b79f52fcc22743302bce6914441.svg);
    background-repeat: no-repeat;
    background-position: top left;
    background-size: 61px 61px; }

.ce_dzwallitem--correspondent .ce_dzwallitem__link {
  display: inline-block;
  overflow: hidden;
  position: relative;
  z-index: 1;
  padding-left: 28px;
  padding-left: 30px; }
  .ce_dzwallitem--correspondent .ce_dzwallitem__link a {
    padding-left: 0; }
  .ce_dzwallitem--correspondent .ce_dzwallitem__link:after {
    position: absolute;
    z-index: 0;
    content: '';
    background-repeat: no-repeat; }
  .ce_dzwallitem--correspondent .ce_dzwallitem__link:before {
    position: absolute;
    z-index: 0;
    content: '';
    width: 20px;
    height: 20px;
    border-radius: 20px;
    background-color: #C6C3C0; }
  .ce_dzwallitem--correspondent .ce_dzwallitem__link:before {
    top: 2px;
    left: 2px;
    width: 18px;
    height: 18px;
    border-radius: 18px; }
  .ce_dzwallitem--correspondent .ce_dzwallitem__link:before {
    background-color: #4DBDC6; }
  .ce_dzwallitem--correspondent .ce_dzwallitem__link:after {
    top: 2px;
    left: 0;
    width: 18px;
    height: 18px;
    background-image: url(1edaad31a29e29a891de76ad1aa1d495.svg);
    background-position: right center;
    background-size: 18px 18px; }
  .ce_dzwallitem--correspondent .ce_dzwallitem__link:hover:after {
    -webkit-animation-name: link-anim-standard;
            animation-name: link-anim-standard;
    -webkit-animation-duration: 0.4s;
            animation-duration: 0.4s;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out; }

.ce_dzwallitem--photo .ce_dzwallitem__content-container {
  background-color: #e5e4e3; }

.ce_dzwallitem--photo .ce_dzwallitem__text p {
  font-family: 'Barlow', sans-serif;
  font-weight: 400;
  font-style: italic;
  font-size: 0.9375rem;
  line-height: 1.4; }

.ce_dzwallitem--photo .ce_dzwallitem__location {
  margin-bottom: 0; }

.ce_dzwallitem--youtube .ce_dzwallitem__image-container {
  position: relative; }
  .ce_dzwallitem--youtube .ce_dzwallitem__image-container:before {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    content: '';
    display: block;
    width: 61px;
    height: 61px;
    background-image: url(613142a1d3e7d548fa45ccbbc627fb5a.svg);
    background-repeat: no-repeat;
    background-position: top left;
    background-size: 61px 61px; }

.ce_dzwallitem--youtube button {
  position: relative;
  padding: 0;
  background-color: transparent;
  border: 0;
  width: 100%; }
  @media (min-width: 992px) and (max-width: 1199.98px) {
    .ce_dzwallitem--youtube button {
      max-width: 550px; } }
  @media (min-width: 1200px) {
    .ce_dzwallitem--youtube button {
      max-width: 650px; } }
  .ce_dzwallitem--youtube button img {
    max-width: 100%;
    height: auto; }
  .ce_dzwallitem--youtube button .play--icon {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    width: 165px;
    height: 168px;
    max-width: 100%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 132px;
    height: 134px; }
    .ce_dzwallitem--youtube button .play--icon svg {
      max-width: 100%;
      height: auto; }

.ce_dzwallitem--instagram .ce_dzwallitem__image-container {
  position: relative; }
  .ce_dzwallitem--instagram .ce_dzwallitem__image-container:before {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    content: '';
    display: block;
    width: 61px;
    height: 61px;
    background-image: url(a9f0f138c2a0dcce0aaac13e5373e49b.svg);
    background-repeat: no-repeat;
    background-position: top left;
    background-size: 61px 61px; }

.ce_dzwallitem--instagram .ce_dzwallitem__link {
  display: inline-block;
  overflow: hidden;
  position: relative;
  z-index: 1;
  padding-left: 28px;
  padding-left: 30px; }
  .ce_dzwallitem--instagram .ce_dzwallitem__link a {
    padding-left: 0; }
  .ce_dzwallitem--instagram .ce_dzwallitem__link:after {
    position: absolute;
    z-index: 0;
    content: '';
    background-repeat: no-repeat; }
  .ce_dzwallitem--instagram .ce_dzwallitem__link:before {
    position: absolute;
    z-index: 0;
    content: '';
    width: 20px;
    height: 20px;
    border-radius: 20px;
    background-color: #C6C3C0; }
  .ce_dzwallitem--instagram .ce_dzwallitem__link:before {
    top: 2px;
    left: 2px;
    width: 18px;
    height: 18px;
    border-radius: 18px; }
  .ce_dzwallitem--instagram .ce_dzwallitem__link:before {
    background-color: #EB5B25; }
  .ce_dzwallitem--instagram .ce_dzwallitem__link:after {
    top: 2px;
    left: 0;
    width: 18px;
    height: 18px;
    background-image: url(1edaad31a29e29a891de76ad1aa1d495.svg);
    background-position: right center;
    background-size: 18px 18px; }
  .ce_dzwallitem--instagram .ce_dzwallitem__link:hover:after {
    -webkit-animation-name: link-anim-standard;
            animation-name: link-anim-standard;
    -webkit-animation-duration: 0.4s;
            animation-duration: 0.4s;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out; }

.ce_dzwallitem__post {
  background-color: #F4F4F4; }
  .ce_dzwallitem__post figure img {
    max-width: 100%;
    height: auto; }
  .ce_dzwallitem__post-caption {
    font-family: 'Barlow', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 0.9375rem;
    line-height: 1.4;
    margin-bottom: 15px; }
    .ce_dzwallitem__post-caption strong {
      font-family: 'Barlow', sans-serif;
      font-weight: 500;
      font-style: normal;
      font-size: 0.9375rem;
      line-height: 1.4; }
    .ce_dzwallitem__post-caption span {
      display: block;
      margin-top: 10px;
      color: #C6C3C0; }
    .ce_dzwallitem__post-caption a {
      font-family: 'Barlow', sans-serif;
      font-weight: 400;
      font-style: normal;
      font-size: 0.9375rem;
      line-height: 1.4;
      color: #008390;
      display: inline;
      padding-left: 0; }
      .ce_dzwallitem__post-caption a a {
        padding-left: 0; }
  .ce_dzwallitem__post-link-container {
    position: absolute;
    bottom: 0;
    left: 43px;
    z-index: 1; }
  .ce_dzwallitem__post-link {
    background-color: #8e8882;
    padding: 3px 10px 0 10px; }
    .ce_dzwallitem__post-link > span {
      font-family: 'Barlow', sans-serif;
      font-weight: 500;
      font-style: normal;
      font-size: 1rem;
      line-height: 1.625;
      display: inline-block;
      overflow: hidden;
      position: relative;
      z-index: 1;
      padding-left: 28px;
      padding-left: 0;
      padding-right: 31px;
      color: white; }
      .ce_dzwallitem__post-link > span a {
        padding-left: 0; }
      .ce_dzwallitem__post-link > span:after {
        position: absolute;
        z-index: 0;
        content: '';
        background-repeat: no-repeat; }
      .ce_dzwallitem__post-link > span:before {
        position: absolute;
        z-index: 0;
        content: '';
        width: 20px;
        height: 20px;
        border-radius: 20px;
        background-color: #C6C3C0; }
      .ce_dzwallitem__post-link > span:before {
        top: 4px;
        right: 0; }
      .ce_dzwallitem__post-link > span:after {
        top: 4px;
        right: 2px;
        width: 20px;
        height: 20px;
        background-image: url(1edaad31a29e29a891de76ad1aa1d495.svg);
        background-position: right center;
        background-size: 20px 20px; }
      .ce_dzwallitem__post-link > span:hover:after {
        -webkit-animation-name: link-anim-standard-right;
                animation-name: link-anim-standard-right;
        -webkit-animation-duration: 0.4s;
                animation-duration: 0.4s;
        -webkit-animation-timing-function: ease-out;
                animation-timing-function: ease-out; }
      .ce_dzwallitem__post-link > span:before {
        background-color: #FDC400; }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* IE10+ CSS styles go here */ }

.flip-card {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: transparent;
  width: 100%;
  height: 100%;
  -webkit-perspective: 1000px;
          perspective: 1000px;
  /* Remove this if you don't want the 3D effect */ }

/* This container is needed to position the front and back side */
.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform 0.8s;
  transition: -webkit-transform 0.8s;
  transition: transform 0.8s;
  transition: transform 0.8s, -webkit-transform 0.8s;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d; }
  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .flip-card-inner {
      -webkit-transition: none;
      transition: none; } }

/* Do an horizontal flip when you move the mouse over the flip box container */
.flip-card.active .flip-card-inner {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg); }
  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .flip-card.active .flip-card-inner {
      -webkit-transform: none;
              transform: none; } }

/* Position the front and back side */
.flip-card-front, .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  /* Safari */
  backface-visibility: hidden; }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .flip-card.active .flip-card-front {
    display: none; } }

/* Style the front side (fallback if image is missing) */
.flip-card-front {
  background-color: white;
  color: black; }
  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .flip-card-front {
      z-index: 20; } }

/* Style the back side */
.flip-card-back {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg); }
  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .flip-card-back {
      -webkit-transform: none;
              transform: none; } }

.ce_dzwallitem--facts {
  border: 0;
  padding: 0;
  background-color: transparent; }
  .ce_dzwallitem--facts .flip-card-front {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain; }
  .ce_dzwallitem--facts .ce_dzwallitem-inside {
    background-color: transparent; }
  .ce_dzwallitem--facts .ce_dzwallitem__content-container {
    padding: 0; }
    @media (min-width: 576px) {
      .ce_dzwallitem--facts .ce_dzwallitem__content-container {
        padding: 0; } }
  .ce_dzwallitem--facts .ce_dzwallitem__content-container-inside {
    padding: 30px 15px 30px 15px; }
    @media (min-width: 576px) {
      .ce_dzwallitem--facts .ce_dzwallitem__content-container-inside {
        padding-left: 30px;
        padding-right: 30px; } }
  .ce_dzwallitem--facts .ce_dzwallitem__question-front {
    font-family: 'Rock Salt', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 2.5rem;
    line-height: 1.25;
    text-align: left;
    padding: 30px 0 0 30px; }
  .ce_dzwallitem--facts .ce_dzwallitem__question {
    font-family: 'Bitter', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 0.9375rem;
    line-height: 1.4;
    text-align: left;
    text-transform: uppercase;
    margin-bottom: 15px; }
  .ce_dzwallitem--facts .ce_dzwallitem__answer {
    text-align: left; }
    .ce_dzwallitem--facts .ce_dzwallitem__answer p {
      font-family: 'Bitter', sans-serif;
      font-weight: 700;
      font-style: normal;
      font-size: 1.25rem;
      line-height: 1.4; }
      @media (min-width: 576px) and (max-width: 767.98px) {
        .ce_dzwallitem--facts .ce_dzwallitem__answer p {
          font-family: 'Bitter', sans-serif;
          font-weight: 700;
          font-style: normal;
          font-size: 1.75rem;
          line-height: 1.21429; } }
      @media (max-width: 575.98px) {
        .ce_dzwallitem--facts .ce_dzwallitem__answer p {
          font-family: 'Bitter', sans-serif;
          font-weight: 700;
          font-style: normal;
          font-size: 1.125rem;
          line-height: 1.33333; } }
  .ce_dzwallitem--facts.ce_dzwallitem-bg--green {
    color: black; }
    .ce_dzwallitem--facts.ce_dzwallitem-bg--green .flip-card-back {
      background-color: #B8C931; }
  .ce_dzwallitem--facts.ce_dzwallitem-bg--darkgreen {
    color: white; }
    .ce_dzwallitem--facts.ce_dzwallitem-bg--darkgreen .flip-card-back {
      background-color: #80A51B; }
  .ce_dzwallitem--facts.ce_dzwallitem-bg--red {
    color: black; }
    .ce_dzwallitem--facts.ce_dzwallitem-bg--red .flip-card-back {
      background-color: #EB5B25; }
  .ce_dzwallitem--facts.ce_dzwallitem-bg--darkred {
    color: white; }
    .ce_dzwallitem--facts.ce_dzwallitem-bg--darkred .flip-card-back {
      background-color: #D73F12; }
  .ce_dzwallitem--facts.ce_dzwallitem-bg--cyan {
    color: black; }
    .ce_dzwallitem--facts.ce_dzwallitem-bg--cyan .flip-card-back {
      background-color: #4DBDC6; }
  .ce_dzwallitem--facts.ce_dzwallitem-bg--teal {
    color: white; }
    .ce_dzwallitem--facts.ce_dzwallitem-bg--teal .flip-card-back {
      background-color: #008390; }
  .ce_dzwallitem--facts.ce_dzwallitem-bg--yellow {
    color: black; }
    .ce_dzwallitem--facts.ce_dzwallitem-bg--yellow .flip-card-back {
      background-color: #FDC400; }
  .ce_dzwallitem--facts.ce_dzwallitem-bg--lightbeige {
    color: black; }
    .ce_dzwallitem--facts.ce_dzwallitem-bg--lightbeige .flip-card-back {
      background-color: #F4F4F4; }
  .ce_dzwallitem--facts.ce_dzwallitem-bg--beige {
    color: black; }
    .ce_dzwallitem--facts.ce_dzwallitem-bg--beige .flip-card-back {
      background-color: #E5E4E3; }
  .ce_dzwallitem--facts.ce_dzwallitem-bg--midbeige {
    color: black; }
    .ce_dzwallitem--facts.ce_dzwallitem-bg--midbeige .flip-card-back {
      background-color: #E5E4E3; }
  .ce_dzwallitem--facts.ce_dzwallitem-bg--darkbeige {
    color: black; }
    .ce_dzwallitem--facts.ce_dzwallitem-bg--darkbeige .flip-card-back {
      background-color: #C6C3C0; }
  .ce_dzwallitem--facts.ce_dzwallitem-bg--warmgrey {
    color: white; }
    .ce_dzwallitem--facts.ce_dzwallitem-bg--warmgrey .flip-card-back {
      background-color: #8e8882; }
  .ce_dzwallitem--facts.ce_dzwallitem-bg--darkwarmgrey {
    color: white; }
    .ce_dzwallitem--facts.ce_dzwallitem-bg--darkwarmgrey .flip-card-back {
      background-color: #675C53; }
  .ce_dzwallitem--facts.ce_dzwallitem-bg--white {
    color: black; }
    .ce_dzwallitem--facts.ce_dzwallitem-bg--white .flip-card-back {
      background-color: white; }
  .ce_dzwallitem--facts.ce_dzwallitem-bg--standard {
    color: black; }
    .ce_dzwallitem--facts.ce_dzwallitem-bg--standard .flip-card-back {
      background-color: #E5E4E3; }

.mod_dzmap #chartdiv {
  width: 100%;
  height: 700px;
  position: relative;
  overflow: hidden; }
  @media (min-width: 768px) and (max-width: 991.98px) {
    .mod_dzmap #chartdiv {
      height: 600px; } }
  @media (max-width: 767.98px) {
    .mod_dzmap #chartdiv {
      height: 500px; } }

.mod_dzmap__legend-container, .mod_dzmap__headline {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 576px) {
    .mod_dzmap__legend-container, .mod_dzmap__headline {
      max-width: 540px; } }
  @media (min-width: 768px) {
    .mod_dzmap__legend-container, .mod_dzmap__headline {
      max-width: 720px; } }
  @media (min-width: 992px) {
    .mod_dzmap__legend-container, .mod_dzmap__headline {
      max-width: 960px; } }
  @media (min-width: 1200px) {
    .mod_dzmap__legend-container, .mod_dzmap__headline {
      max-width: 1140px; } }
  @media (max-width: 575.98px) {
    .mod_dzmap__legend-container, .mod_dzmap__headline {
      padding-right: 20px;
      padding-left: 20px; } }

.mod_dzmap__headline {
  margin-bottom: 20px; }
  .mod_dzmap__headline h2,
  .mod_dzmap__headline h3 {
    font-family: 'Bitter', sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 1.5rem;
    line-height: 1.33333;
    display: inline;
    background-position: bottom 2px left 0px;
    background-repeat: repeat-x;
    background-size: 1px 10px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#4DBDC6), to(#4DBDC6));
    background-image: linear-gradient(#4DBDC6, #4DBDC6); }
    @media (min-width: 768px) {
      .mod_dzmap__headline h2,
      .mod_dzmap__headline h3 {
        font-family: 'Bitter', sans-serif;
        font-weight: 700;
        font-style: normal;
        font-size: 1.75rem;
        line-height: 1.28571; } }
    @media (min-width: 992px) {
      .mod_dzmap__headline h2,
      .mod_dzmap__headline h3 {
        background-size: 1px 8px; } }
    @media (max-width: 991.98px) {
      .mod_dzmap__headline h2,
      .mod_dzmap__headline h3 {
        background-size: 1px 6px; } }
    .contrast-active .mod_dzmap__headline h2, .contrast-active
    .mod_dzmap__headline h3 {
      background: none !important;
      background-color: transparent !important; }

.mod_dzmap__legend {
  display: inline-block;
  position: relative;
  padding-left: 25px; }
  @media (max-width: 575.98px) {
    .mod_dzmap__legend {
      display: block; } }
  .mod_dzmap__legend:not(:last-child) {
    margin-right: 25px; }
  .mod_dzmap__legend:before {
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 1;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    content: '';
    width: 15px;
    height: 15px;
    border-radius: 15px; }
  .mod_dzmap__legend--eb:before {
    background-color: #EB5B25; }
  .mod_dzmap__legend--pb:before {
    background-color: #B8C931; }
  .mod_dzmap__legend--kd:before {
    background-color: #008390; }
  .mod_dzmap__legend--ep:before {
    border: 1px solid black; }

.mod_dzmap__map-container {
  background-color: #4DBDC6; }

.mod_dzmap .ampopup-content {
  max-width: 390px;
  background-color: #E5E4E3;
  padding: 30px 40px; }
  .mod_dzmap .ampopup-content figure {
    width: 265px;
    display: inline-block;
    margin: 0 auto; }
    .mod_dzmap .ampopup-content figure img {
      max-width: 100%;
      height: auto; }
  .mod_dzmap .ampopup-content h3 {
    margin-bottom: 15px; }
    .mod_dzmap .ampopup-content h3 a {
      font-family: 'Bitter', sans-serif;
      font-weight: 700;
      font-style: normal;
      font-size: 1.125rem;
      line-height: 1.44444;
      padding-left: 0; }
      @media (min-width: 768px) {
        .mod_dzmap .ampopup-content h3 a {
          font-family: 'Bitter', sans-serif;
          font-weight: 700;
          font-style: normal;
          font-size: 1.25rem;
          line-height: 1.4; } }
  .mod_dzmap .ampopup-content .mod_dzmap__map-layer figure {
    width: 100%;
    text-align: center;
    margin-bottom: 20px; }
  .mod_dzmap .ampopup-content .mod_dzmap__map-layer-text {
    margin-bottom: 15px; }
    @media (max-width: 767.98px) {
      .mod_dzmap .ampopup-content .mod_dzmap__map-layer-text {
        display: none; } }
  .mod_dzmap .ampopup-content .mod_dzmap__map-layer-link {
    display: inline-block;
    overflow: hidden;
    position: relative;
    z-index: 1;
    padding-left: 28px;
    padding-left: 35px; }
    .mod_dzmap .ampopup-content .mod_dzmap__map-layer-link a {
      padding-left: 0; }
    .mod_dzmap .ampopup-content .mod_dzmap__map-layer-link:after {
      position: absolute;
      z-index: 0;
      content: '';
      background-repeat: no-repeat; }
    .mod_dzmap .ampopup-content .mod_dzmap__map-layer-link:before {
      position: absolute;
      z-index: 0;
      content: '';
      width: 20px;
      height: 20px;
      border-radius: 20px;
      background-color: #C6C3C0; }
    .mod_dzmap .ampopup-content .mod_dzmap__map-layer-link:before {
      top: 4px;
      left: 2px; }
    .mod_dzmap .ampopup-content .mod_dzmap__map-layer-link:before {
      background-color: #EB5B25; }
    .mod_dzmap .ampopup-content .mod_dzmap__map-layer-link[href^="http"]:after {
      top: 4px;
      left: 0;
      width: 20px;
      height: 20px;
      background-image: url(2ac07797f46dfab715091ea4dc74aa71.svg);
      background-position: right center;
      background-size: 20px 20px; }
    .mod_dzmap .ampopup-content .mod_dzmap__map-layer-link[href^="http"]:hover:after {
      -webkit-animation-name: link-anim-extern;
              animation-name: link-anim-extern;
      -webkit-animation-duration: 0.4s;
              animation-duration: 0.4s;
      -webkit-animation-timing-function: ease-out;
              animation-timing-function: ease-out; }
    .mod_dzmap .ampopup-content .mod_dzmap__map-layer-link[href^="files/"]:after {
      top: 0;
      left: 2px;
      width: 20px;
      height: 20px;
      background-image: url(443b0c3ee211c2fd91bd9716a47b6bf8.svg);
      background-position: right center;
      background-size: 20px 20px; }
    .mod_dzmap .ampopup-content .mod_dzmap__map-layer-link[href^="files/"]:hover:after {
      -webkit-animation-name: link-anim-download;
              animation-name: link-anim-download;
      -webkit-animation-duration: 0.3s;
              animation-duration: 0.3s;
      -webkit-animation-timing-function: ease-out;
              animation-timing-function: ease-out; }
    .mod_dzmap .ampopup-content .mod_dzmap__map-layer-link[href*="#"]:after {
      top: 0;
      left: 2px;
      width: 20px;
      height: 20px;
      background-image: url(ad39e3c3df449c8908b2676110ec31a6.svg);
      background-position: right center;
      background-size: 20px 20px; }
    .mod_dzmap .ampopup-content .mod_dzmap__map-layer-link[href*="#"]:hover:after {
      -webkit-animation-name: link-anim-download;
              animation-name: link-anim-download;
      -webkit-animation-duration: 0.3s;
              animation-duration: 0.3s;
      -webkit-animation-timing-function: ease-out;
              animation-timing-function: ease-out; }
    .mod_dzmap .ampopup-content .mod_dzmap__map-layer-link:after {
      top: 4px;
      left: 0;
      width: 20px;
      height: 20px;
      background-image: url(1edaad31a29e29a891de76ad1aa1d495.svg);
      background-position: right center;
      background-size: 20px 20px; }
    .mod_dzmap .ampopup-content .mod_dzmap__map-layer-link:hover:after {
      -webkit-animation-name: link-anim-standard;
              animation-name: link-anim-standard;
      -webkit-animation-duration: 0.4s;
              animation-duration: 0.4s;
      -webkit-animation-timing-function: ease-out;
              animation-timing-function: ease-out; }
  .mod_dzmap .ampopup-content .mod_dzmap__map-layer--pd .mod_dzmap__map-layer-link {
    display: inline-block;
    overflow: hidden;
    position: relative;
    z-index: 1;
    padding-left: 28px;
    padding-left: 35px; }
    .mod_dzmap .ampopup-content .mod_dzmap__map-layer--pd .mod_dzmap__map-layer-link a {
      padding-left: 0; }
    .mod_dzmap .ampopup-content .mod_dzmap__map-layer--pd .mod_dzmap__map-layer-link:after {
      position: absolute;
      z-index: 0;
      content: '';
      background-repeat: no-repeat; }
    .mod_dzmap .ampopup-content .mod_dzmap__map-layer--pd .mod_dzmap__map-layer-link:before {
      position: absolute;
      z-index: 0;
      content: '';
      width: 20px;
      height: 20px;
      border-radius: 20px;
      background-color: #C6C3C0; }
    .mod_dzmap .ampopup-content .mod_dzmap__map-layer--pd .mod_dzmap__map-layer-link:before {
      top: 4px;
      left: 2px; }
    .mod_dzmap .ampopup-content .mod_dzmap__map-layer--pd .mod_dzmap__map-layer-link:before {
      background-color: #B8C931; }
    .mod_dzmap .ampopup-content .mod_dzmap__map-layer--pd .mod_dzmap__map-layer-link[href^="http"]:after {
      top: 4px;
      left: 0;
      width: 20px;
      height: 20px;
      background-image: url(2ac07797f46dfab715091ea4dc74aa71.svg);
      background-position: right center;
      background-size: 20px 20px; }
    .mod_dzmap .ampopup-content .mod_dzmap__map-layer--pd .mod_dzmap__map-layer-link[href^="http"]:hover:after {
      -webkit-animation-name: link-anim-extern;
              animation-name: link-anim-extern;
      -webkit-animation-duration: 0.4s;
              animation-duration: 0.4s;
      -webkit-animation-timing-function: ease-out;
              animation-timing-function: ease-out; }
    .mod_dzmap .ampopup-content .mod_dzmap__map-layer--pd .mod_dzmap__map-layer-link[href^="files/"]:after {
      top: 0;
      left: 2px;
      width: 20px;
      height: 20px;
      background-image: url(443b0c3ee211c2fd91bd9716a47b6bf8.svg);
      background-position: right center;
      background-size: 20px 20px; }
    .mod_dzmap .ampopup-content .mod_dzmap__map-layer--pd .mod_dzmap__map-layer-link[href^="files/"]:hover:after {
      -webkit-animation-name: link-anim-download;
              animation-name: link-anim-download;
      -webkit-animation-duration: 0.3s;
              animation-duration: 0.3s;
      -webkit-animation-timing-function: ease-out;
              animation-timing-function: ease-out; }
    .mod_dzmap .ampopup-content .mod_dzmap__map-layer--pd .mod_dzmap__map-layer-link[href*="#"]:after {
      top: 0;
      left: 2px;
      width: 20px;
      height: 20px;
      background-image: url(ad39e3c3df449c8908b2676110ec31a6.svg);
      background-position: right center;
      background-size: 20px 20px; }
    .mod_dzmap .ampopup-content .mod_dzmap__map-layer--pd .mod_dzmap__map-layer-link[href*="#"]:hover:after {
      -webkit-animation-name: link-anim-download;
              animation-name: link-anim-download;
      -webkit-animation-duration: 0.3s;
              animation-duration: 0.3s;
      -webkit-animation-timing-function: ease-out;
              animation-timing-function: ease-out; }
    .mod_dzmap .ampopup-content .mod_dzmap__map-layer--pd .mod_dzmap__map-layer-link:after {
      top: 4px;
      left: 0;
      width: 20px;
      height: 20px;
      background-image: url(1edaad31a29e29a891de76ad1aa1d495.svg);
      background-position: right center;
      background-size: 20px 20px; }
    .mod_dzmap .ampopup-content .mod_dzmap__map-layer--pd .mod_dzmap__map-layer-link:hover:after {
      -webkit-animation-name: link-anim-standard;
              animation-name: link-anim-standard;
      -webkit-animation-duration: 0.4s;
              animation-duration: 0.4s;
      -webkit-animation-timing-function: ease-out;
              animation-timing-function: ease-out; }
  .mod_dzmap .ampopup-content .mod_dzmap__map-layer--kd .mod_dzmap__map-layer-link {
    display: inline-block;
    overflow: hidden;
    position: relative;
    z-index: 1;
    padding-left: 28px;
    padding-left: 35px; }
    .mod_dzmap .ampopup-content .mod_dzmap__map-layer--kd .mod_dzmap__map-layer-link a {
      padding-left: 0; }
    .mod_dzmap .ampopup-content .mod_dzmap__map-layer--kd .mod_dzmap__map-layer-link:after {
      position: absolute;
      z-index: 0;
      content: '';
      background-repeat: no-repeat; }
    .mod_dzmap .ampopup-content .mod_dzmap__map-layer--kd .mod_dzmap__map-layer-link:before {
      position: absolute;
      z-index: 0;
      content: '';
      width: 20px;
      height: 20px;
      border-radius: 20px;
      background-color: #C6C3C0; }
    .mod_dzmap .ampopup-content .mod_dzmap__map-layer--kd .mod_dzmap__map-layer-link:before {
      top: 4px;
      left: 2px; }
    .mod_dzmap .ampopup-content .mod_dzmap__map-layer--kd .mod_dzmap__map-layer-link:before {
      background-color: #008390; }
    .mod_dzmap .ampopup-content .mod_dzmap__map-layer--kd .mod_dzmap__map-layer-link[href^="http"]:after {
      top: 4px;
      left: 0;
      width: 20px;
      height: 20px;
      background-image: url(2ac07797f46dfab715091ea4dc74aa71.svg);
      background-position: right center;
      background-size: 20px 20px; }
    .mod_dzmap .ampopup-content .mod_dzmap__map-layer--kd .mod_dzmap__map-layer-link[href^="http"]:hover:after {
      -webkit-animation-name: link-anim-extern;
              animation-name: link-anim-extern;
      -webkit-animation-duration: 0.4s;
              animation-duration: 0.4s;
      -webkit-animation-timing-function: ease-out;
              animation-timing-function: ease-out; }
    .mod_dzmap .ampopup-content .mod_dzmap__map-layer--kd .mod_dzmap__map-layer-link[href^="files/"]:after {
      top: 0;
      left: 2px;
      width: 20px;
      height: 20px;
      background-image: url(443b0c3ee211c2fd91bd9716a47b6bf8.svg);
      background-position: right center;
      background-size: 20px 20px; }
    .mod_dzmap .ampopup-content .mod_dzmap__map-layer--kd .mod_dzmap__map-layer-link[href^="files/"]:hover:after {
      -webkit-animation-name: link-anim-download;
              animation-name: link-anim-download;
      -webkit-animation-duration: 0.3s;
              animation-duration: 0.3s;
      -webkit-animation-timing-function: ease-out;
              animation-timing-function: ease-out; }
    .mod_dzmap .ampopup-content .mod_dzmap__map-layer--kd .mod_dzmap__map-layer-link[href*="#"]:after {
      top: 0;
      left: 2px;
      width: 20px;
      height: 20px;
      background-image: url(ad39e3c3df449c8908b2676110ec31a6.svg);
      background-position: right center;
      background-size: 20px 20px; }
    .mod_dzmap .ampopup-content .mod_dzmap__map-layer--kd .mod_dzmap__map-layer-link[href*="#"]:hover:after {
      -webkit-animation-name: link-anim-download;
              animation-name: link-anim-download;
      -webkit-animation-duration: 0.3s;
              animation-duration: 0.3s;
      -webkit-animation-timing-function: ease-out;
              animation-timing-function: ease-out; }
    .mod_dzmap .ampopup-content .mod_dzmap__map-layer--kd .mod_dzmap__map-layer-link:after {
      top: 4px;
      left: 0;
      width: 20px;
      height: 20px;
      background-image: url(1edaad31a29e29a891de76ad1aa1d495.svg);
      background-position: right center;
      background-size: 20px 20px; }
    .mod_dzmap .ampopup-content .mod_dzmap__map-layer--kd .mod_dzmap__map-layer-link:hover:after {
      -webkit-animation-name: link-anim-standard;
              animation-name: link-anim-standard;
      -webkit-animation-duration: 0.4s;
              animation-duration: 0.4s;
      -webkit-animation-timing-function: ease-out;
              animation-timing-function: ease-out; }

.mod_dzmap .ampopup-header {
  background: none;
  height: 0;
  min-height: 0; }

.mod_dzmap .ampopup-close {
  display: inline-block;
  font-size: 0;
  line-height: 0;
  padding: 0;
  border: 0;
  background: none;
  width: 27px;
  height: 27px;
  top: 10px;
  right: 10px; }
  .mod_dzmap .ampopup-close:before {
    content: ' ';
    display: inline-block;
    width: 27px;
    height: 27px;
    background-image: url(283dbaa444ceee3f682a5e61e61b52f0.svg);
    background-repeat: no-repeat;
    background-position: top left;
    background-size: contain; }

.mod_dzmap .pd .ampopup-close {
  display: inline-block;
  font-size: 0;
  line-height: 0;
  padding: 0;
  border: 0;
  background: none;
  width: 27px;
  height: 27px; }
  .mod_dzmap .pd .ampopup-close:before {
    content: ' ';
    display: inline-block;
    width: 27px;
    height: 27px;
    background-image: url(aba198f2937e7e0774370404f3a29663.svg);
    background-repeat: no-repeat;
    background-position: top left;
    background-size: contain; }

.mod_dzmap .kd .ampopup-close {
  display: inline-block;
  font-size: 0;
  line-height: 0;
  padding: 0;
  border: 0;
  background: none;
  width: 27px;
  height: 27px; }
  .mod_dzmap .kd .ampopup-close:before {
    content: ' ';
    display: inline-block;
    width: 27px;
    height: 27px;
    background-image: url(aba198f2937e7e0774370404f3a29663.svg);
    background-repeat: no-repeat;
    background-position: top left;
    background-size: contain; }

.mod_dzmap .ampopup-inside {
  padding: 0; }

.mod_dzmap .ampopup-title {
  display: none; }

.mod_dzmap .amcharts-Label text {
  color: red; }

.map-marker {
  /* adjusting for the marker dimensions
    so that it is centered on coordinates */
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: visible;
  width: 1px;
  height: 1px;
  cursor: pointer;
  z-index: 0; }
  .map-marker .pin-small {
    display: none;
    margin-left: -6px;
    margin-top: -17px;
    width: 13px;
    height: 17px;
    background: url(93f41d78487dd958c55df2153e7625b4.svg) no-repeat top left;
    background-size: contain; }
  .map-marker--pd .pin-small {
    background-image: url(c819ab44caf657dd1d0f71f7a9236ff1.svg); }
  .map-marker--kd .pin-small {
    background-image: url(fa9b6c3f3f7836cd8810e78ecb9317b9.svg); }
  .map-marker .pin-large {
    display: block;
    margin-left: -28px;
    margin-top: -72px;
    width: 56px;
    height: 72px;
    background: url(fa9b6c3f3f7836cd8810e78ecb9317b9.svg) no-repeat top left;
    background-size: contain; }
    @media (max-width: 767.98px) {
      .map-marker .pin-large {
        margin-left: -14px;
        margin-top: -36px;
        width: 28px;
        height: 36px; } }

.zoomlevel1 .map-marker--1 .pin-small {
  display: none; }

.zoomlevel1 .map-marker--1 .pin-large {
  display: block; }

.zoomlevel2 .map-marker--2 .pin-small {
  display: none; }

.zoomlevel2 .map-marker--2 .pin-large {
  display: block; }

.map-marker.map-clickable {
  cursor: pointer; }

.pulse {
  width: 10px;
  height: 10px;
  border: 5px solid #f7f14c;
  border-radius: 30px;
  background-color: #716f42;
  z-index: 10;
  position: absolute;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.map-marker .dot {
  border: 10px solid #fff601;
  background: transparent;
  border-radius: 60px;
  height: 50px;
  width: 50px;
  -webkit-animation: pulse 3s ease-out;
  animation: pulse 3s ease-out;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  position: absolute;
  top: -20px;
  left: -20px;
  z-index: 1;
  opacity: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

@-webkit-keyframes "pulse" {
  0% {
    -webkit-transform: scale(0);
    opacity: 0.0; }
  25% {
    -webkit-transform: scale(0);
    opacity: 0.1; }
  50% {
    -webkit-transform: scale(0.1);
    opacity: 0.3; }
  75% {
    -webkit-transform: scale(0.5);
    opacity: 0.5; }
  100% {
    -webkit-transform: scale(1);
    opacity: 0.0; } }

.ce_gallery {
  max-width: 950px; }
  .ce_gallery .slider-nav figcaption {
    display: none; }
  .ce_gallery .slider-nav li {
    width: 128px !important;
    margin: 0 6px; }
    @media (min-width: 768px) {
      .ce_gallery .slider-nav li {
        width: 256px !important; } }
    .ce_gallery .slider-nav li figure {
      margin: 0;
      padding: 0; }
    .ce_gallery .slider-nav li img {
      max-width: 100%;
      height: auto;
      opacity: 0.5; }
    .ce_gallery .slider-nav li .copyright-icon {
      display: none; }
  .ce_gallery .slider-nav .slick-center li img {
    opacity: 1; }
  .ce_gallery .slider-main img {
    max-width: 100%;
    height: auto; }
  .ce_gallery .slider-main figcaption {
    font-family: 'Barlow', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.125rem;
    line-height: 1.44444;
    margin-top: 15px; }
  .ce_gallery .slick-next,
  .ce_gallery .slick-prev {
    position: absolute;
    top: 50%;
    z-index: 1;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }
  .ce_gallery .slick-prev {
    left: 15px;
    display: inline-block;
    font-size: 0;
    line-height: 0;
    padding: 0;
    border: 0;
    background: none;
    width: 45px;
    height: 45px; }
    .ce_gallery .slick-prev:before {
      content: ' ';
      display: inline-block;
      width: 45px;
      height: 45px;
      background-image: url(d4bd9b80f9838b59788575d6ce807083.svg);
      background-repeat: no-repeat;
      background-position: top left;
      background-size: contain; }
  .ce_gallery .slick-next {
    right: 15px;
    display: inline-block;
    font-size: 0;
    line-height: 0;
    padding: 0;
    border: 0;
    background: none;
    width: 45px;
    height: 45px; }
    .ce_gallery .slick-next:before {
      content: ' ';
      display: inline-block;
      width: 45px;
      height: 45px;
      background-image: url(5857390ec1b7df4c7a2aef634fa8db59.svg);
      background-repeat: no-repeat;
      background-position: top left;
      background-size: contain; }
  .ce_gallery .slick-dots {
    margin-top: 45px;
    text-align: center;
    margin-bottom: 0;
    line-height: 0;
    text-align: center; }
    .ce_gallery .slick-dots li {
      display: inline-block;
      margin: 0 8px; }
      .ce_gallery .slick-dots li button {
        display: inline-block;
        font-size: 0;
        line-height: 0;
        padding: 0;
        border: 0;
        background-color: #E5E4E3;
        width: 13px;
        height: 13px;
        border-radius: 13px; }
      @media (min-width: 768px) {
        .ce_gallery .slick-dots li {
          margin: 0 13px; }
          .ce_gallery .slick-dots li button {
            display: inline-block;
            font-size: 0;
            line-height: 0;
            padding: 0;
            border: 0;
            background-color: #E5E4E3;
            width: 23px;
            height: 23px;
            border-radius: 23px; } }
      @media (max-width: 575.98px) {
        .ce_gallery .slick-dots li {
          margin: 0 5px; }
          .ce_gallery .slick-dots li button {
            display: inline-block;
            font-size: 0;
            line-height: 0;
            padding: 0;
            border: 0;
            background-color: #E5E4E3;
            width: 10px;
            height: 10px;
            border-radius: 10px; } }
      .ce_gallery .slick-dots li.slick-active button {
        background-color: #FDC400; }
    @media (min-width: 576px) and (max-width: 767.98px) {
      .ce_gallery .slick-dots {
        margin-top: 40px; } }
    @media (max-width: 575.98px) {
      .ce_gallery .slick-dots {
        margin-top: 30px; } }

.contrast-active .mod_article:not(.standard):not(.mod_article--bg-white) {
  background-color: #F4F4F4 !important;
  color: black !important; }

.contrast-active .ce_headline--fixedsize-underline h1, .contrast-active
.ce_headline--fixedsize-underline h2, .contrast-active
.ce_headline--fixedsize-underline h3, .contrast-active
.ce_headline--fixedsize-underline h4, .contrast-active
.ce_headline--fixedsize-underline h5 {
  background: none !important;
  background-color: transparent !important; }

.contrast-active .mod_footernav {
  background-color: black; }

.mod-sdg-home .mod-sdg-wrapper {
  display: block;
  height: auto;
  overflow: hidden;
  -webkit-transition: height 0.8s cubic-bezier(0.42, 0, 0.12, 0.98);
  transition: height 0.8s cubic-bezier(0.42, 0, 0.12, 0.98); }
  .mod-sdg-home .mod-sdg-wrapper--active {
    height: 1110px; }
    @media (max-width: 1199.98px) {
      .mod-sdg-home .mod-sdg-wrapper--active {
        height: 1300px; } }
    @media (max-width: 991.98px) {
      .mod-sdg-home .mod-sdg-wrapper--active {
        height: 1700px; } }
    @media (max-width: 767.98px) {
      .mod-sdg-home .mod-sdg-wrapper--active {
        height: 1860px; } }
    @media (max-width: 575.98px) {
      .mod-sdg-home .mod-sdg-wrapper--active {
        height: auto; } }

.mod-sdg-home .mod-sdg-tiles__item__image:focus {
  outline: none; }
  .mod-sdg-home .mod-sdg-tiles__item__image:focus img {
    outline: 1px dotted gray; }

.mod-sdg-home .mod-sdg-tiles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  margin-right: -15px;
  margin-left: -15px; }
  @media (max-width: 991.98px) {
    .mod-sdg-home .mod-sdg-tiles {
      margin-right: -7.5px;
      margin-left: -7.5px; } }
  .mod-sdg-home .mod-sdg-tiles__item {
    padding: 15px;
    display: block;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.666666666%;
            flex: 0 0 16.666666666%;
    -webkit-transition: all 0.8s cubic-bezier(0.42, 0, 0.12, 0.98);
    transition: all 0.8s cubic-bezier(0.42, 0, 0.12, 0.98); }
    .mod-sdg-home .mod-sdg-tiles__item__image {
      position: relative;
      border: none;
      background: transparent;
      padding: 0;
      margin: 0;
      height: auto;
      width: 100%;
      display: block; }
      .mod-sdg-home .mod-sdg-tiles__item__image::before {
        content: "";
        position: absolute;
        bottom: -30px;
        left: 50%;
        height: 0;
        width: 0;
        border-width: 1em 1em 1em 1em;
        border-color: transparent transparent #000 transparent;
        border-style: solid;
        display: block;
        opacity: 0;
        -webkit-transition: opacity 0.8s cubic-bezier(0.42, 0, 0.12, 0.98);
        transition: opacity 0.8s cubic-bezier(0.42, 0, 0.12, 0.98);
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%);
        outline: none; }
      .mod-sdg-home .mod-sdg-tiles__item__image > img {
        width: 100%;
        max-width: 100%;
        -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.3, 0, 0.13, 1.01);
        transition: -webkit-transform 0.3s cubic-bezier(0.3, 0, 0.13, 1.01);
        transition: transform 0.3s cubic-bezier(0.3, 0, 0.13, 1.01);
        transition: transform 0.3s cubic-bezier(0.3, 0, 0.13, 1.01), -webkit-transform 0.3s cubic-bezier(0.3, 0, 0.13, 1.01); }
      .mod-sdg-home .mod-sdg-tiles__item__image:hover > img {
        -webkit-transform: translateY(-10px);
                transform: translateY(-10px); }
    .mod-sdg-home .mod-sdg-tiles__item--active .mod-sdg-tiles__item__image {
      position: relative; }
      .mod-sdg-home .mod-sdg-tiles__item--active .mod-sdg-tiles__item__image::before {
        opacity: 1; }
    .mod-sdg-home .mod-sdg-tiles__item:focus > img {
      -webkit-transform: translateY(-10px);
              transform: translateY(-10px); }
    .mod-sdg-home .mod-sdg-tiles__item > .mod-sdg-tiles__item__layer {
      display: block;
      position: absolute;
      left: 15px;
      right: 15px;
      height: 0;
      opacity: 0;
      overflow: hidden;
      -webkit-transition: all 0.8s cubic-bezier(0.42, 0, 0.12, 0.98);
      transition: all 0.8s cubic-bezier(0.42, 0, 0.12, 0.98); }
    .mod-sdg-home .mod-sdg-tiles__item--active {
      margin-bottom: 30em; }
      .mod-sdg-home .mod-sdg-tiles__item--active > .mod-sdg-tiles__item__layer {
        display: block;
        opacity: 1;
        height: 30em;
        cursor: pointer;
        z-index: 11111; }
  @media (max-width: 1199.98px) {
    .mod-sdg-home .mod-sdg-tiles__item {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 20%;
              flex: 0 0 20%; } }
  @media (max-width: 991.98px) {
    .mod-sdg-home .mod-sdg-tiles__item {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 25%;
              flex: 0 0 25%;
      padding: 7.5px; }
      .mod-sdg-home .mod-sdg-tiles__item__image::before {
        bottom: -20px; }
      .mod-sdg-home .mod-sdg-tiles__item > .mod-sdg-tiles__item__layer {
        display: block;
        position: absolute;
        left: 7.5px;
        right: 7.5px;
        height: 45em; }
      .mod-sdg-home .mod-sdg-tiles__item--active {
        margin-bottom: 45em; }
        .mod-sdg-home .mod-sdg-tiles__item--active > .mod-sdg-tiles__item__layer {
          display: block;
          opacity: 1;
          height: 45em;
          cursor: pointer;
          z-index: 11111; } }
  @media (max-width: 767.98px) {
    .mod-sdg-home .mod-sdg-tiles__item {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 33.3333%;
              flex: 0 0 33.3333%; } }
  @media (max-width: 575.98px) {
    .mod-sdg-home .mod-sdg-tiles__item {
      -webkit-box-flex: 0;
          -ms-flex: 0 1 50%;
              flex: 0 1 50%; }
      .mod-sdg-home .mod-sdg-tiles__item__image::before {
        bottom: -20px; }
      .mod-sdg-home .mod-sdg-tiles__item > .mod-sdg-tiles__item__layer {
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        height: 0;
        z-index: 11111; }
      .mod-sdg-home .mod-sdg-tiles__item--active {
        margin-bottom: 0; }
        .mod-sdg-home .mod-sdg-tiles__item--active > .mod-sdg-tiles__item__layer {
          position: fixed;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          overflow: auto;
          display: block;
          opacity: 1;
          height: 100%;
          cursor: pointer;
          z-index: 11111; }
    .mod-sdg-home .mod-sdg-tiles .mod-sdg-tiles__item__layer__inner {
      height: auto;
      min-height: 100%; } }

.mod-sdg-home .sdg-tiles-the-layer {
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  min-height: 30em;
  padding: 60px 60px 15px 60px;
  margin-top: 30px;
  position: relative; }
  .mod-sdg-home .sdg-tiles-the-layer__head-image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-right: 15px; }
  .mod-sdg-home .sdg-tiles-the-layer__head-width-number {
    max-width: 500px;
    height: auto; }
  .mod-sdg-home .sdg-tiles-the-layer__copy-text {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%; }
  .mod-sdg-home .sdg-tiles-the-layer__subhead {
    font: 500 1.6rem/1.325 'Oswald', sans-serif; }
    @media (max-width: 767.98px) {
      .mod-sdg-home .sdg-tiles-the-layer__subhead {
        font: 500 1.4rem/1.225 'Oswald', sans-serif; } }
  .mod-sdg-home .sdg-tiles-the-layer__close-button {
    background: url(9640a6780c5872a5f32678b3300ed37a.svg) no-repeat center;
    background-size: contain;
    height: 3em;
    width: 3em;
    border: none;
    position: absolute;
    top: 15px;
    right: 15px; }
  @media (max-width: 991.98px) {
    .mod-sdg-home .sdg-tiles-the-layer {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      padding: 60px 90px;
      margin-top: 15px;
      min-height: 45em; }
      .mod-sdg-home .sdg-tiles-the-layer__head-image {
        padding-bottom: 6em;
        margin-bottom: 1em; } }
  @media (max-width: 991.98px) {
    .mod-sdg-home .sdg-tiles-the-layer {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      padding: 60px 40.5px;
      margin-top: 15px;
      min-height: 45em; }
      .mod-sdg-home .sdg-tiles-the-layer__head-image {
        padding-bottom: 6em;
        margin-bottom: 1em; } }
  @media (max-width: 575.98px) {
    .mod-sdg-home .sdg-tiles-the-layer {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      padding: 75px 15px;
      margin-top: 0;
      min-height: 100%; }
      .mod-sdg-home .sdg-tiles-the-layer__head-image {
        padding-bottom: 6em;
        margin-bottom: 1em; } }

.mod-sdg-home .mod-sdg-tiles__item--1 .mod-sdg-tiles__item__layer__inner {
  background-color: #E3253C; }

.mod-sdg-home .mod-sdg-tiles__item--1 .mod-sdg-tiles__item__image::before {
  border-bottom-color: #E3253C; }

.mod-sdg-home .mod-sdg-tiles__item--2 .mod-sdg-tiles__item__layer__inner {
  background-color: #DEA73A; }

.mod-sdg-home .mod-sdg-tiles__item--2 .mod-sdg-tiles__item__image::before {
  border-bottom-color: #DEA73A; }

.mod-sdg-home .mod-sdg-tiles__item--3 .mod-sdg-tiles__item__layer__inner {
  background-color: #4CA046; }

.mod-sdg-home .mod-sdg-tiles__item--3 .mod-sdg-tiles__item__image::before {
  border-bottom-color: #4CA046; }

.mod-sdg-home .mod-sdg-tiles__item--4 .mod-sdg-tiles__item__layer__inner {
  background-color: #C5202E; }

.mod-sdg-home .mod-sdg-tiles__item--4 .mod-sdg-tiles__item__image::before {
  border-bottom-color: #C5202E; }

.mod-sdg-home .mod-sdg-tiles__item--5 .mod-sdg-tiles__item__layer__inner {
  background-color: #EF412C; }

.mod-sdg-home .mod-sdg-tiles__item--5 .mod-sdg-tiles__item__image::before {
  border-bottom-color: #EF412C; }

.mod-sdg-home .mod-sdg-tiles__item--6 .mod-sdg-tiles__item__layer__inner {
  background-color: #29BEE2; }

.mod-sdg-home .mod-sdg-tiles__item--6 .mod-sdg-tiles__item__image::before {
  border-bottom-color: #29BEE2; }

.mod-sdg-home .mod-sdg-tiles__item--7 .mod-sdg-tiles__item__layer__inner {
  background-color: #FAC315; }

.mod-sdg-home .mod-sdg-tiles__item--7 .mod-sdg-tiles__item__image::before {
  border-bottom-color: #FAC315; }

.mod-sdg-home .mod-sdg-tiles__item--8 .mod-sdg-tiles__item__layer__inner {
  background-color: #A21C44; }

.mod-sdg-home .mod-sdg-tiles__item--8 .mod-sdg-tiles__item__image::before {
  border-bottom-color: #A21C44; }

.mod-sdg-home .mod-sdg-tiles__item--9 .mod-sdg-tiles__item__layer__inner {
  background-color: #F26A2C; }

.mod-sdg-home .mod-sdg-tiles__item--9 .mod-sdg-tiles__item__image::before {
  border-bottom-color: #F26A2C; }

.mod-sdg-home .mod-sdg-tiles__item--10 .mod-sdg-tiles__item__layer__inner {
  background-color: #E01A83; }

.mod-sdg-home .mod-sdg-tiles__item--10 .mod-sdg-tiles__item__image::before {
  border-bottom-color: #E01A83; }

.mod-sdg-home .mod-sdg-tiles__item--11 .mod-sdg-tiles__item__layer__inner {
  background-color: #F99D28; }

.mod-sdg-home .mod-sdg-tiles__item--11 .mod-sdg-tiles__item__image::before {
  border-bottom-color: #F99D28; }

.mod-sdg-home .mod-sdg-tiles__item--12 .mod-sdg-tiles__item__layer__inner {
  background-color: #BE8B2C; }

.mod-sdg-home .mod-sdg-tiles__item--12 .mod-sdg-tiles__item__image::before {
  border-bottom-color: #BE8B2C; }

.mod-sdg-home .mod-sdg-tiles__item--13 .mod-sdg-tiles__item__layer__inner {
  background-color: #417F45; }

.mod-sdg-home .mod-sdg-tiles__item--13 .mod-sdg-tiles__item__image::before {
  border-bottom-color: #417F45; }

.mod-sdg-home .mod-sdg-tiles__item--14 .mod-sdg-tiles__item__layer__inner {
  background-color: #1C97D4; }

.mod-sdg-home .mod-sdg-tiles__item--14 .mod-sdg-tiles__item__image::before {
  border-bottom-color: #1C97D4; }

.mod-sdg-home .mod-sdg-tiles__item--15 .mod-sdg-tiles__item__layer__inner {
  background-color: #5CBA47; }

.mod-sdg-home .mod-sdg-tiles__item--15 .mod-sdg-tiles__item__image::before {
  border-bottom-color: #5CBA47; }

.mod-sdg-home .mod-sdg-tiles__item--16 .mod-sdg-tiles__item__layer__inner {
  background-color: #07699E; }

.mod-sdg-home .mod-sdg-tiles__item--16 .mod-sdg-tiles__item__image::before {
  border-bottom-color: #07699E; }

.mod-sdg-home .mod-sdg-tiles__item--17 .mod-sdg-tiles__item__layer__inner {
  background-color: #18496B; }

.mod-sdg-home .mod-sdg-tiles__item--17 .mod-sdg-tiles__item__image::before {
  border-bottom-color: #18496B; }

@media (max-width: 575.98px) {
  .overflow-hidden-mobile {
    overflow: hidden; }
  #header.hidden-xs {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%); } }

.contrast-active .mod-sdg-home .mod-sdg-tiles__item__image > img {
  -webkit-filter: saturate(0) brightness(0.55) contrast(6.3) invert(90%);
          filter: saturate(0) brightness(0.55) contrast(6.3) invert(90%); }

.contrast-active .mod-sdg-home .mod-sdg-tiles__item__layer__inner {
  background-color: #f4f4f4 !important; }

.contrast-active .mod-sdg-home .mod-sdg-tiles__item__image::before {
  border-bottom-color: #f4f4f4 !important; }

.contrast-active .mod-sdg-home .sdg-tiles-the-layer__head-width-number {
  -webkit-filter: invert(50%) saturate(0) brightness(0) contrast(6.3);
          filter: invert(50%) saturate(0) brightness(0) contrast(6.3); }

.contrast-active .mod-sdg-home .sdg-tiles-the-layer__subhead,
.contrast-active .mod-sdg-home p,
.contrast-active .mod-sdg-home a {
  color: #000; }

.mod-sdg-home .sdg-tiles-the-layer__head-image {
  position: relative; }

.mod-sdg-home .c-image-container {
  position: absolute;
  bottom: 0;
  right: -20px; }
  @media (min-width: 768px) {
    .mod-sdg-home .c-image-container {
      bottom: 20px;
      right: 0; } }

/**
 * Slider (--year2)
 */
.ce_sliderStart--year2 .slick-next,
.ce_sliderStart--year2 .slick-prev,
.ce_sliderStart--year4 .slick-next,
.ce_sliderStart--year4 .slick-prev {
  position: absolute;
  top: 50%;
  z-index: 1;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%); }
  .ce_sliderStart--year2 .slick-next.slick-disabled,
  .ce_sliderStart--year2 .slick-prev.slick-disabled,
  .ce_sliderStart--year4 .slick-next.slick-disabled,
  .ce_sliderStart--year4 .slick-prev.slick-disabled {
    opacity: 0.2; }

.ce_sliderStart--year2 .slick-prev,
.ce_sliderStart--year4 .slick-prev {
  display: inline-block;
  font-size: 0;
  line-height: 0;
  padding: 0;
  border: 0;
  background: none;
  width: 20px;
  height: 35px;
  -webkit-transform: translate(-100%, calc(-50% - 25px));
          transform: translate(-100%, calc(-50% - 25px));
  left: -15px; }
  .ce_sliderStart--year2 .slick-prev:before,
  .ce_sliderStart--year4 .slick-prev:before {
    content: ' ';
    display: inline-block;
    width: 20px;
    height: 35px;
    background-image: url(45c7bd1b92e81befc6393dbfdf281bb1.svg);
    background-repeat: no-repeat;
    background-position: top left;
    background-size: contain; }

.ce_sliderStart--year2 .slick-next,
.ce_sliderStart--year4 .slick-next {
  display: inline-block;
  font-size: 0;
  line-height: 0;
  padding: 0;
  border: 0;
  background: none;
  width: 20px;
  height: 35px;
  -webkit-transform: translate(100%, calc(-50% - 25px));
          transform: translate(100%, calc(-50% - 25px));
  right: -15px; }
  .ce_sliderStart--year2 .slick-next:before,
  .ce_sliderStart--year4 .slick-next:before {
    content: ' ';
    display: inline-block;
    width: 20px;
    height: 35px;
    background-image: url(a1912f0c229f6b894f16f1c764e4d34d.svg);
    background-repeat: no-repeat;
    background-position: top left;
    background-size: contain; }

.ce_sliderStart--year2.ce_sliderStart--arrows-white .slick-prev,
.ce_sliderStart--year4.ce_sliderStart--arrows-white .slick-prev {
  display: inline-block;
  font-size: 0;
  line-height: 0;
  padding: 0;
  border: 0;
  background: none;
  width: 20px;
  height: 35px; }
  .ce_sliderStart--year2.ce_sliderStart--arrows-white .slick-prev:before,
  .ce_sliderStart--year4.ce_sliderStart--arrows-white .slick-prev:before {
    content: ' ';
    display: inline-block;
    width: 20px;
    height: 35px;
    background-image: url(709540671505e18072768e762af20f84.svg);
    background-repeat: no-repeat;
    background-position: top left;
    background-size: contain; }

.ce_sliderStart--year2.ce_sliderStart--arrows-white .slick-next,
.ce_sliderStart--year4.ce_sliderStart--arrows-white .slick-next {
  display: inline-block;
  font-size: 0;
  line-height: 0;
  padding: 0;
  border: 0;
  background: none;
  width: 20px;
  height: 35px; }
  .ce_sliderStart--year2.ce_sliderStart--arrows-white .slick-next:before,
  .ce_sliderStart--year4.ce_sliderStart--arrows-white .slick-next:before {
    content: ' ';
    display: inline-block;
    width: 20px;
    height: 35px;
    background-image: url(a07d9a4929401fad6dbdb8dd7f5b3ad4.svg);
    background-repeat: no-repeat;
    background-position: top left;
    background-size: contain; }

.ce_sliderStart--year2 .slick-dots,
.ce_sliderStart--year4 .slick-dots {
  margin-top: 45px;
  text-align: center;
  margin-bottom: 0;
  line-height: 0; }
  .ce_sliderStart--year2 .slick-dots li,
  .ce_sliderStart--year4 .slick-dots li {
    display: inline-block;
    margin: 0 8px; }
    .ce_sliderStart--year2 .slick-dots li button,
    .ce_sliderStart--year4 .slick-dots li button {
      display: inline-block;
      font-size: 0;
      line-height: 0;
      padding: 0;
      border: 0;
      background-color: #E5E4E3;
      width: 13px;
      height: 13px;
      border-radius: 13px; }
    @media (min-width: 768px) {
      .ce_sliderStart--year2 .slick-dots li,
      .ce_sliderStart--year4 .slick-dots li {
        margin: 0 13px; }
        .ce_sliderStart--year2 .slick-dots li button,
        .ce_sliderStart--year4 .slick-dots li button {
          display: inline-block;
          font-size: 0;
          line-height: 0;
          padding: 0;
          border: 0;
          background-color: #E5E4E3;
          width: 23px;
          height: 23px;
          border-radius: 23px; } }
    @media (max-width: 575.98px) {
      .ce_sliderStart--year2 .slick-dots li,
      .ce_sliderStart--year4 .slick-dots li {
        margin: 0 5px; }
        .ce_sliderStart--year2 .slick-dots li button,
        .ce_sliderStart--year4 .slick-dots li button {
          display: inline-block;
          font-size: 0;
          line-height: 0;
          padding: 0;
          border: 0;
          background-color: #E5E4E3;
          width: 10px;
          height: 10px;
          border-radius: 10px; } }
    .ce_sliderStart--year2 .slick-dots li.slick-active button,
    .ce_sliderStart--year4 .slick-dots li.slick-active button {
      background-color: #EB5B25; }
  @media (min-width: 576px) and (max-width: 767.98px) {
    .ce_sliderStart--year2 .slick-dots,
    .ce_sliderStart--year4 .slick-dots {
      margin-top: 40px; } }
  @media (max-width: 575.98px) {
    .ce_sliderStart--year2 .slick-dots,
    .ce_sliderStart--year4 .slick-dots {
      margin-top: 30px; } }
  .ce_sliderStart--year2 .slick-dots .ce_sliderStart--dot-inactive-white li button,
  .ce_sliderStart--year4 .slick-dots .ce_sliderStart--dot-inactive-white li button {
    background-color: white; }

.nav-slider--year2,
.nav-slider--year4 {
  display: none;
  max-width: 570px;
  margin: 45px auto auto auto; }
  .nav-slider--year2.slick-initialized:after, .nav-slider--year2.slick-initialized:before,
  .nav-slider--year4.slick-initialized:after,
  .nav-slider--year4.slick-initialized:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 40px;
    z-index: 1;
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 131, 144, 0)), to(#008390));
    background-image: linear-gradient(to right, rgba(0, 131, 144, 0), #008390); }
  .nav-slider--year2.slick-initialized:before,
  .nav-slider--year4.slick-initialized:before {
    right: auto;
    left: 0;
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 131, 144, 0)), to(#008390));
    background-image: linear-gradient(to left, rgba(0, 131, 144, 0), #008390); }
  @media (min-width: 768px) {
    .nav-slider--year2,
    .nav-slider--year4 {
      display: block; } }
  .nav-slider--year2 .nav-slider__item,
  .nav-slider--year4 .nav-slider__item {
    opacity: .5;
    -webkit-transition: opacity .5s;
    transition: opacity .5s;
    position: relative;
    cursor: pointer;
    outline: none;
    height: 45px;
    width: 45px !important;
    margin: 11px 21px;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .nav-slider--year2 .nav-slider__item:before,
    .nav-slider--year4 .nav-slider__item:before {
      content: "";
      height: 37px;
      width: 37px;
      border-radius: 50%;
      position: absolute;
      background-color: #4DBDC6; }
    .nav-slider--year2 .nav-slider__item:after,
    .nav-slider--year4 .nav-slider__item:after {
      content: "";
      height: 69px;
      width: 69px;
      border-radius: 50%;
      position: absolute;
      border: 1px solid white;
      opacity: 0;
      -webkit-transition: all .6s ease-in-out;
      transition: all .6s ease-in-out; }
    .nav-slider--year2 .nav-slider__item h3,
    .nav-slider--year4 .nav-slider__item h3 {
      color: white;
      margin: 0;
      position: relative;
      text-align: center;
      font-family: 'Barlow', sans-serif;
      font-weight: 400;
      font-style: normal;
      font-size: 1.25rem;
      line-height: 2;
      -webkit-transition: all .4s ease-in-out;
      transition: all .4s ease-in-out; }
  .nav-slider--year2 .slick-current .nav-slider__item,
  .nav-slider--year4 .slick-current .nav-slider__item {
    opacity: 1 !important; }
    .nav-slider--year2 .slick-current .nav-slider__item:before,
    .nav-slider--year4 .slick-current .nav-slider__item:before {
      background-color: #D73F12;
      height: 47px;
      width: 47px; }
    .nav-slider--year2 .slick-current .nav-slider__item:after,
    .nav-slider--year4 .slick-current .nav-slider__item:after {
      content: "";
      height: 59px;
      width: 59px;
      border-radius: 50%;
      position: absolute;
      border: 1px solid white;
      opacity: .8; }
    .nav-slider--year2 .slick-current .nav-slider__item h3,
    .nav-slider--year4 .slick-current .nav-slider__item h3 {
      font-family: 'Barlow', sans-serif;
      font-weight: 400;
      font-style: normal;
      font-size: 1.5rem;
      line-height: 1.66667; }

.ce_sliderStart.ce_sliderStart--year2 .content-slider,
.ce_sliderStart.ce_sliderStart--year4 .content-slider {
  /* übernommen von standard */ }
  .ce_sliderStart.ce_sliderStart--year2 .content-slider .ce_dzteaser--process .ce_dzteaser__image-container,
  .ce_sliderStart.ce_sliderStart--year4 .content-slider .ce_dzteaser--process .ce_dzteaser__image-container {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%; }
    .ce_sliderStart.ce_sliderStart--year2 .content-slider .ce_dzteaser--process .ce_dzteaser__image-container .image_container,
    .ce_sliderStart.ce_sliderStart--year4 .content-slider .ce_dzteaser--process .ce_dzteaser__image-container .image_container {
      text-align: center; }
      .ce_sliderStart.ce_sliderStart--year2 .content-slider .ce_dzteaser--process .ce_dzteaser__image-container .image_container img,
      .ce_sliderStart.ce_sliderStart--year4 .content-slider .ce_dzteaser--process .ce_dzteaser__image-container .image_container img {
        width: 100%;
        height: auto; }
        @media (max-width: 991.98px) and (min-width: 768px) {
          .ce_sliderStart.ce_sliderStart--year2 .content-slider .ce_dzteaser--process .ce_dzteaser__image-container .image_container img,
          .ce_sliderStart.ce_sliderStart--year4 .content-slider .ce_dzteaser--process .ce_dzteaser__image-container .image_container img {
            width: 80%;
            display: inline-block; } }
  .ce_sliderStart.ce_sliderStart--year2 .content-slider .ce_dzteaser--process .ce_dzteaser__content-container,
  .ce_sliderStart.ce_sliderStart--year4 .content-slider .ce_dzteaser--process .ce_dzteaser__content-container {
    padding-lefT: 2px; }
    .ce_sliderStart.ce_sliderStart--year2 .content-slider .ce_dzteaser--process .ce_dzteaser__content-container h2,
    .ce_sliderStart.ce_sliderStart--year4 .content-slider .ce_dzteaser--process .ce_dzteaser__content-container h2 {
      font-size: 1.5rem;
      margin-bottom: 22px; }
  @media (min-width: 992px) {
    .ce_sliderStart.ce_sliderStart--year2 .content-slider .ce_dzteaser--process .ce_dzteaser__image-container,
    .ce_sliderStart.ce_sliderStart--year4 .content-slider .ce_dzteaser--process .ce_dzteaser__image-container {
      -webkit-box-flex: 1;
          -ms-flex: 1 1 50%;
              flex: 1 1 50%;
      max-width: 50%;
      -ms-flex-item-align: center;
          align-self: center; }
    .ce_sliderStart.ce_sliderStart--year2 .content-slider .ce_dzteaser--process .ce_dzteaser__content-container,
    .ce_sliderStart.ce_sliderStart--year4 .content-slider .ce_dzteaser--process .ce_dzteaser__content-container {
      -webkit-box-flex: 1;
          -ms-flex: 1 1 50%;
              flex: 1 1 50%;
      max-width: 50%;
      -ms-flex-item-align: center;
          align-self: center;
      padding-bottom: 0; }
      .ce_sliderStart.ce_sliderStart--year2 .content-slider .ce_dzteaser--process .ce_dzteaser__content-container h2,
      .ce_sliderStart.ce_sliderStart--year4 .content-slider .ce_dzteaser--process .ce_dzteaser__content-container h2 {
        font-size: 1.75rem; } }
  @media (min-width: 1200px) {
    .ce_sliderStart.ce_sliderStart--year2 .content-slider .ce_dzteaser--process .image_container img,
    .ce_sliderStart.ce_sliderStart--year4 .content-slider .ce_dzteaser--process .image_container img {
      max-width: 540px;
      max-height: 460px; }
    .ce_sliderStart.ce_sliderStart--year2 .content-slider .ce_dzteaser--process .ce_dzteaser__content-container,
    .ce_sliderStart.ce_sliderStart--year4 .content-slider .ce_dzteaser--process .ce_dzteaser__content-container {
      padding: 0 40px 30px 2px; } }
  .ce_sliderStart.ce_sliderStart--year2 .content-slider .ce_dzteaser--process .ce_dzteaser,
  .ce_sliderStart.ce_sliderStart--year4 .content-slider .ce_dzteaser--process .ce_dzteaser {
    width: 100%; }
  .ce_sliderStart.ce_sliderStart--year2 .content-slider .ce_dzteaser--process .ce_dzteaser__inside,
  .ce_sliderStart.ce_sliderStart--year4 .content-slider .ce_dzteaser--process .ce_dzteaser__inside {
    margin-right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    @media (min-width: 576px) {
      .ce_sliderStart.ce_sliderStart--year2 .content-slider .ce_dzteaser--process .ce_dzteaser__inside,
      .ce_sliderStart.ce_sliderStart--year4 .content-slider .ce_dzteaser--process .ce_dzteaser__inside {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
            -ms-flex-direction: row-reverse;
                flex-direction: row-reverse; } }

.ce_sliderStart.ce_sliderStart--year2 .ce_dzteaser__meta,
.ce_sliderStart.ce_sliderStart--year4 .ce_dzteaser__meta {
  font-size: 5rem !important; }
  @media (max-width: 767.98px) {
    .ce_sliderStart.ce_sliderStart--year2 .ce_dzteaser__meta,
    .ce_sliderStart.ce_sliderStart--year4 .ce_dzteaser__meta {
      font-size: 3.25rem !important;
      margin-bottom: -20px !important; } }

.ce_sliderStart.ce_sliderStart--year2 .content-margin-standard,
.ce_sliderStart.ce_sliderStart--year4 .content-margin-standard {
  margin-bottom: 40px; }

.ce_sliderStart.ce_sliderStart--year2 .ce_dzteaser__meta,
.ce_sliderStart.ce_sliderStart--year4 .ce_dzteaser__meta {
  opacity: 0;
  -webkit-transition: opacity .5s ease-out;
  transition: opacity .5s ease-out;
  padding-left: 15px;
  font-size: 5rem !important; }
  @media (max-width: 767.98px) {
    .ce_sliderStart.ce_sliderStart--year2 .ce_dzteaser__meta,
    .ce_sliderStart.ce_sliderStart--year4 .ce_dzteaser__meta {
      font-size: 3.25rem !important;
      margin-bottom: -20px !important; } }

.ce_sliderStart.ce_sliderStart--year2 figure img,
.ce_sliderStart.ce_sliderStart--year4 figure img {
  opacity: 0;
  -webkit-transform: scale(0.7);
          transform: scale(0.7);
  -webkit-transition: all 0.3s cubic-bezier(0.18, 0.89, 0.32, 1.28);
  transition: all 0.3s cubic-bezier(0.18, 0.89, 0.32, 1.28);
  -webkit-transition-delay: 1.3s;
          transition-delay: 1.3s; }

.ce_sliderStart.ce_sliderStart--year2 .slick-current .ce_dzteaser__meta,
.ce_sliderStart.ce_sliderStart--year4 .slick-current .ce_dzteaser__meta {
  opacity: 1;
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s; }

.ce_sliderStart.ce_sliderStart--year2 .slick-current figure img,
.ce_sliderStart.ce_sliderStart--year4 .slick-current figure img {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s; }

.ce_sliderStart.ce_sliderStart--year4 .ce_dzteaser__content-container .ce_dzteaser__meta {
  font-size: 4.5rem !important;
  margin-bottom: -11px !important; }
  @media (max-width: 767.98px) {
    .ce_sliderStart.ce_sliderStart--year4 .ce_dzteaser__content-container .ce_dzteaser__meta {
      font-size: 2.85rem !important;
      margin-bottom: -11px !important; } }

.nav-slider--year4 .nav-slider__item h3 {
  font-size: .85em; }

.nav-slider--year4 .slick-current .nav-slider__item h3 {
  font-size: 1em; }

.contrast-active .nav-slider--year2.slick-initialized:after, .contrast-active .nav-slider--year2.slick-initialized:before,
.contrast-active .nav-slider--year4.slick-initialized:after,
.contrast-active .nav-slider--year4.slick-initialized:before {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(244, 244, 244, 0)), to(#f4f4f4));
  background-image: linear-gradient(to right, rgba(244, 244, 244, 0), #f4f4f4); }

.contrast-active .nav-slider--year2.slick-initialized:before,
.contrast-active .nav-slider--year4.slick-initialized:before {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(244, 244, 244, 0)), to(#f4f4f4));
  background-image: linear-gradient(to left, rgba(244, 244, 244, 0), #f4f4f4); }

/**
 * Slider (History)
 Copy of --process
 */
.ce_sliderStart.ce_sliderStart--history .content-slider .ce_dzteaser {
  border-bottom: 2px solid rgba(255, 255, 255, 0.6); }
  .ce_sliderStart.ce_sliderStart--history .content-slider .ce_dzteaser:last-child {
    border: none; }

.ce_sliderStart.ce_sliderStart--history .content-slider .ce_dzteaser__inside {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 40px 0; }
  @media (min-width: 768px) {
    .ce_sliderStart.ce_sliderStart--history .content-slider .ce_dzteaser__inside {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; } }

.ce_sliderStart.ce_sliderStart--history .content-slider .ce_dzteaser__image-container {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%; }
  @media (max-width: 767.98px) {
    .ce_sliderStart.ce_sliderStart--history .content-slider .ce_dzteaser__image-container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse; } }
  .ce_sliderStart.ce_sliderStart--history .content-slider .ce_dzteaser__image-container .image_container {
    max-width: 170px;
    height: auto;
    margin: 0 auto 20px; }
    @media (min-width: 768px) {
      .ce_sliderStart.ce_sliderStart--history .content-slider .ce_dzteaser__image-container .image_container {
        max-width: 150px;
        margin: 15px 0; } }
    @media (min-width: 992px) {
      .ce_sliderStart.ce_sliderStart--history .content-slider .ce_dzteaser__image-container .image_container {
        max-width: 160px; } }

.ce_sliderStart.ce_sliderStart--history .content-slider .ce_dzteaser__content-container {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 75%;
          flex: 0 0 75%; }

.ce_sliderStart.ce_sliderStart--history .content-slider .ce_dzteaser__meta {
  font-family: 'Bitter', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.125rem;
  line-height: 1.88889;
  text-transform: uppercase;
  margin-bottom: 10px; }

.ce_sliderStart.ce_sliderStart--history .content-slider .ce_dzteaser__headline {
  font-family: 'Bitter', sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.125rem;
  line-height: 1.55556; }
  @media (min-width: 576px) {
    .ce_sliderStart.ce_sliderStart--history .content-slider .ce_dzteaser__headline {
      font-family: 'Bitter', sans-serif;
      font-weight: 700;
      font-style: normal;
      font-size: 1.25rem;
      line-height: 1.7; } }

.ce_sliderStart.ce_sliderStart--history .content-slider .ce_dzteaser__content-container p:not(:last-child) {
  margin-bottom: 15px; }

.ce_sliderStart.ce_sliderStart--history .content-slider .dzteaser__link-container a {
  display: inline-block;
  overflow: hidden;
  position: relative;
  z-index: 1;
  padding-left: 28px;
  padding-left: 35px; }
  .ce_sliderStart.ce_sliderStart--history .content-slider .dzteaser__link-container a a {
    padding-left: 0; }
  .ce_sliderStart.ce_sliderStart--history .content-slider .dzteaser__link-container a:after {
    position: absolute;
    z-index: 0;
    content: '';
    background-repeat: no-repeat; }
  .ce_sliderStart.ce_sliderStart--history .content-slider .dzteaser__link-container a:before {
    position: absolute;
    z-index: 0;
    content: '';
    width: 20px;
    height: 20px;
    border-radius: 20px;
    background-color: #C6C3C0; }
  .ce_sliderStart.ce_sliderStart--history .content-slider .dzteaser__link-container a:before {
    top: 4px;
    left: 2px; }
  .ce_sliderStart.ce_sliderStart--history .content-slider .dzteaser__link-container a:before {
    background-color: #EB5B25; }
  .ce_sliderStart.ce_sliderStart--history .content-slider .dzteaser__link-container a[href^="http"]:after {
    top: 4px;
    left: 0;
    width: 20px;
    height: 20px;
    background-image: url(2ac07797f46dfab715091ea4dc74aa71.svg);
    background-position: right center;
    background-size: 20px 20px; }
  .ce_sliderStart.ce_sliderStart--history .content-slider .dzteaser__link-container a[href^="http"]:hover:after {
    -webkit-animation-name: link-anim-extern;
            animation-name: link-anim-extern;
    -webkit-animation-duration: 0.4s;
            animation-duration: 0.4s;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out; }
  .ce_sliderStart.ce_sliderStart--history .content-slider .dzteaser__link-container a[href^="files/"]:after {
    top: 0;
    left: 2px;
    width: 20px;
    height: 20px;
    background-image: url(443b0c3ee211c2fd91bd9716a47b6bf8.svg);
    background-position: right center;
    background-size: 20px 20px; }
  .ce_sliderStart.ce_sliderStart--history .content-slider .dzteaser__link-container a[href^="files/"]:hover:after {
    -webkit-animation-name: link-anim-download;
            animation-name: link-anim-download;
    -webkit-animation-duration: 0.3s;
            animation-duration: 0.3s;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out; }
  .ce_sliderStart.ce_sliderStart--history .content-slider .dzteaser__link-container a[href*="#"]:after {
    top: 0;
    left: 2px;
    width: 20px;
    height: 20px;
    background-image: url(ad39e3c3df449c8908b2676110ec31a6.svg);
    background-position: right center;
    background-size: 20px 20px; }
  .ce_sliderStart.ce_sliderStart--history .content-slider .dzteaser__link-container a[href*="#"]:hover:after {
    -webkit-animation-name: link-anim-download;
            animation-name: link-anim-download;
    -webkit-animation-duration: 0.3s;
            animation-duration: 0.3s;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out; }
  .ce_sliderStart.ce_sliderStart--history .content-slider .dzteaser__link-container a:after {
    top: 4px;
    left: 0;
    width: 20px;
    height: 20px;
    background-image: url(1edaad31a29e29a891de76ad1aa1d495.svg);
    background-position: right center;
    background-size: 20px 20px; }
  .ce_sliderStart.ce_sliderStart--history .content-slider .dzteaser__link-container a:hover:after {
    -webkit-animation-name: link-anim-standard;
            animation-name: link-anim-standard;
    -webkit-animation-duration: 0.4s;
            animation-duration: 0.4s;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out; }

.ce_sliderStart.ce_sliderStart--history .slider-nav--full-width {
  padding: 50px 0 50px;
  background: #006c77;
  -webkit-box-shadow: -34vw 0 0 #006c77, 34vw 0 0 #006c77;
          box-shadow: -34vw 0 0 #006c77, 34vw 0 0 #006c77; }

.ce_sliderStart.ce_sliderStart--history .nav-slider--history.slick-initialized:after, .ce_sliderStart.ce_sliderStart--history .nav-slider--history.slick-initialized:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 40px;
  z-index: 1;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 103, 113, 0)), to(#006c77));
  background-image: linear-gradient(to right, rgba(0, 103, 113, 0), #006c77); }

.ce_sliderStart.ce_sliderStart--history .nav-slider--history.slick-initialized:before {
  right: auto;
  left: 0;
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 103, 113, 0)), to(#006c77));
  background-image: linear-gradient(to left, rgba(0, 103, 113, 0), #006c77); }

.ce_sliderStart.ce_sliderStart--history .nav-slider--history .nav-slider__item {
  display: block !important;
  width: 160px;
  height: 160px;
  position: relative;
  outline: 0;
  border-radius: 5px;
  cursor: pointer; }
  .ce_sliderStart.ce_sliderStart--history .nav-slider--history .nav-slider__item:before {
    content: "";
    position: absolute;
    top: calc(50% - 1px);
    left: 50%;
    width: 100%;
    height: 1px;
    border-bottom: 2px solid rgba(255, 255, 255, 0.6); }
  .ce_sliderStart.ce_sliderStart--history .nav-slider--history .nav-slider__item:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    height: 16px;
    width: 16px;
    background: white;
    border-radius: 50%;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out; }
  .ce_sliderStart.ce_sliderStart--history .nav-slider--history .nav-slider__item h3 {
    opacity: 0;
    -webkit-transition: opacity .4s ease-in-out;
    transition: opacity .4s ease-in-out;
    color: white;
    font-size: 36px;
    line-height: 100px;
    margin: 11px;
    position: relative;
    text-align: center;
    height: 45px;
    font-family: 'Rock Salt', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.875rem;
    line-height: 1.33333;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative; }
  .ce_sliderStart.ce_sliderStart--history .nav-slider--history .nav-slider__item p {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    font-family: 'Barlow', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.25rem;
    line-height: 2;
    opacity: 1;
    -webkit-transition: opacity .4s ease-in-out;
    transition: opacity .4s ease-in-out; }

.ce_sliderStart.ce_sliderStart--history .nav-slider--history .slick-slide:focus,
.ce_sliderStart.ce_sliderStart--history .nav-slider--history .slick-current:focus {
  outline: 0;
  background: rgba(255, 255, 255, 0.08); }

.ce_sliderStart.ce_sliderStart--history .nav-slider--history .slick-slide:last-child .nav-slider__item:before,
.ce_sliderStart.ce_sliderStart--history .nav-slider--history .slick-current:last-child .nav-slider__item:before {
  display: none; }

.ce_sliderStart.ce_sliderStart--history .nav-slider--history .slick-current .nav-slider__item:after {
  content: "";
  height: 27px;
  width: 27px;
  border-radius: 50%;
  position: absolute;
  background: #EB5B25; }

.ce_sliderStart.ce_sliderStart--history .nav-slider--history .slick-current .nav-slider__item h3 {
  opacity: 1; }

.ce_sliderStart.ce_sliderStart--history .nav-slider--history .slick-current .nav-slider__item p {
  opacity: 0; }

.contrast-active .ce_sliderStart.ce_sliderStart--history .slider-nav--full-width {
  background: #e7e7e7;
  -webkit-box-shadow: -34vw 0 0 #e7e7e7, 34vw 0 0 #e7e7e7;
          box-shadow: -34vw 0 0 #e7e7e7, 34vw 0 0 #e7e7e7; }

.contrast-active .ce_sliderStart.ce_sliderStart--history .nav-slider--history.slick-initialized:after, .contrast-active .ce_sliderStart.ce_sliderStart--history .nav-slider--history.slick-initialized:before {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(229, 229, 229, 0)), to(#e7e7e7));
  background-image: linear-gradient(to right, rgba(229, 229, 229, 0), #e7e7e7); }

.contrast-active .ce_sliderStart.ce_sliderStart--history .nav-slider--history.slick-initialized:before {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(229, 229, 229, 0)), to(#e7e7e7));
  background-image: linear-gradient(to left, rgba(229, 229, 229, 0), #e7e7e7); }

.contrast-active .ce_sliderStart.ce_sliderStart--history .nav-slider--history .nav-slider__item h3 {
  color: black; }

.contrast-active .ce_sliderStart.ce_sliderStart--history .nav-slider--history .nav-slider__item:after {
  background: black; }

.contrast-active .ce_sliderStart.ce_sliderStart--history .nav-slider--history .nav-slider__item:before {
  border-bottom: 2px solid rgba(0, 0, 0, 0.3); }

/**
 * Slider (imageset)
 */
.ce_sliderStart.ce_sliderStart--imageset {
  padding: 0; }
  .ce_sliderStart.ce_sliderStart--imageset .slick-dots {
    margin-top: 45px;
    text-align: center;
    margin-bottom: 0;
    line-height: 0;
    text-align: center;
    margin-top: 20px;
    paddin-left: 0;
    padding-right: 0; }
    .ce_sliderStart.ce_sliderStart--imageset .slick-dots li {
      display: inline-block;
      margin: 0 8px; }
      .ce_sliderStart.ce_sliderStart--imageset .slick-dots li button {
        display: inline-block;
        font-size: 0;
        line-height: 0;
        padding: 0;
        border: 0;
        background-color: #E5E4E3;
        width: 13px;
        height: 13px;
        border-radius: 13px; }
      @media (min-width: 768px) {
        .ce_sliderStart.ce_sliderStart--imageset .slick-dots li {
          margin: 0 13px; }
          .ce_sliderStart.ce_sliderStart--imageset .slick-dots li button {
            display: inline-block;
            font-size: 0;
            line-height: 0;
            padding: 0;
            border: 0;
            background-color: #E5E4E3;
            width: 23px;
            height: 23px;
            border-radius: 23px; } }
      @media (max-width: 575.98px) {
        .ce_sliderStart.ce_sliderStart--imageset .slick-dots li {
          margin: 0 5px; }
          .ce_sliderStart.ce_sliderStart--imageset .slick-dots li button {
            display: inline-block;
            font-size: 0;
            line-height: 0;
            padding: 0;
            border: 0;
            background-color: #E5E4E3;
            width: 10px;
            height: 10px;
            border-radius: 10px; } }
      .ce_sliderStart.ce_sliderStart--imageset .slick-dots li.slick-active button {
        background-color: #FDC400; }
    @media (min-width: 576px) and (max-width: 767.98px) {
      .ce_sliderStart.ce_sliderStart--imageset .slick-dots {
        margin-top: 40px; } }
    @media (max-width: 575.98px) {
      .ce_sliderStart.ce_sliderStart--imageset .slick-dots {
        margin-top: 30px; } }
    .ce_sliderStart.ce_sliderStart--imageset .slick-dots .ce_sliderStart--dot-inactive-white li button {
      background-color: white; }
    .ce_sliderStart.ce_sliderStart--imageset .slick-dots .ce_sliderStart--dot-active-white li.slick-active button {
      background-color: white; }
    .ce_sliderStart.ce_sliderStart--imageset .slick-dots .ce_sliderStart--dot-active-red li.slick-active button {
      background-color: #EB5B25; }
    .ce_sliderStart.ce_sliderStart--imageset .slick-dots .ce_sliderStart--dot-active-yellow li.slick-active button {
      background-color: #FDC400; }
    .ce_sliderStart.ce_sliderStart--imageset .slick-dots .ce_sliderStart--dot-active-cyan li.slick-active button {
      background-color: #4DBDC6; }
    .ce_sliderStart.ce_sliderStart--imageset .slick-dots .ce_sliderStart--dot-active-green li.slick-active button {
      background-color: #B8C931; }
    .ce_sliderStart.ce_sliderStart--imageset .slick-dots .ce_sliderStart--dot-active-standard li.slick-active button {
      background-color: #E5E4E3; }
    @media (min-width: 992px) {
      .ce_sliderStart.ce_sliderStart--imageset .slick-dots {
        text-align: left;
        position: absolute;
        top: 360px;
        margin-top: 0; } }
    @media (min-width: 1200px) {
      .ce_sliderStart.ce_sliderStart--imageset .slick-dots {
        top: 410px; } }
  .ce_sliderStart.ce_sliderStart--imageset button[aria-selected=true] {
    font-weight: bold; }
  .ce_sliderStart.ce_sliderStart--imageset .ce_dzimageset__item {
    opacity: 0;
    -webkit-transition: opacity .4s ease-out;
    transition: opacity .4s ease-out; }
    .ce_sliderStart.ce_sliderStart--imageset .ce_dzimageset__item--1 {
      opacity: 1;
      -webkit-transition: none;
      transition: none; }
      .ce_sliderStart.ce_sliderStart--imageset .ce_dzimageset__item--1 .ce_dzimageset__image img {
        -webkit-transition: opacity .4s ease-out;
        transition: opacity .4s ease-out;
        opacity: 0; }
      .ce_sliderStart.ce_sliderStart--imageset .ce_dzimageset__item--1 .ce_dzimageset__image figcaption.ce_dzimageset__caption {
        -webkit-transition: opacity .4s ease-out;
        transition: opacity .4s ease-out;
        opacity: 0; }
  .ce_sliderStart.ce_sliderStart--imageset .slick-current .ce_dzimageset__item,
  .ce_sliderStart.ce_sliderStart--imageset .animate-Me .ce_dzimageset__item {
    opacity: 1; }
    .ce_sliderStart.ce_sliderStart--imageset .slick-current .ce_dzimageset__item--1,
    .ce_sliderStart.ce_sliderStart--imageset .animate-Me .ce_dzimageset__item--1 {
      opacity: 1;
      -webkit-transition: none;
      transition: none; }
      .ce_sliderStart.ce_sliderStart--imageset .slick-current .ce_dzimageset__item--1 .ce_dzimageset__image img,
      .ce_sliderStart.ce_sliderStart--imageset .animate-Me .ce_dzimageset__item--1 .ce_dzimageset__image img {
        -webkit-transition-delay: 0.3s;
                transition-delay: 0.3s;
        opacity: 1; }
      .ce_sliderStart.ce_sliderStart--imageset .slick-current .ce_dzimageset__item--1 .ce_dzimageset__image figcaption.ce_dzimageset__caption,
      .ce_sliderStart.ce_sliderStart--imageset .animate-Me .ce_dzimageset__item--1 .ce_dzimageset__image figcaption.ce_dzimageset__caption {
        -webkit-transition-delay: 0.8s;
                transition-delay: 0.8s;
        opacity: 1; }
    .ce_sliderStart.ce_sliderStart--imageset .slick-current .ce_dzimageset__item--2,
    .ce_sliderStart.ce_sliderStart--imageset .animate-Me .ce_dzimageset__item--2 {
      -webkit-transition-delay: .4s;
              transition-delay: .4s; }
    .ce_sliderStart.ce_sliderStart--imageset .slick-current .ce_dzimageset__item--3,
    .ce_sliderStart.ce_sliderStart--imageset .animate-Me .ce_dzimageset__item--3 {
      -webkit-transition-delay: .5s;
              transition-delay: .5s; }
    .ce_sliderStart.ce_sliderStart--imageset .slick-current .ce_dzimageset__item--4,
    .ce_sliderStart.ce_sliderStart--imageset .animate-Me .ce_dzimageset__item--4 {
      -webkit-transition-delay: .6s;
              transition-delay: .6s; }
    .ce_sliderStart.ce_sliderStart--imageset .slick-current .ce_dzimageset__item--5,
    .ce_sliderStart.ce_sliderStart--imageset .animate-Me .ce_dzimageset__item--5 {
      -webkit-transition-delay: .7s;
              transition-delay: .7s; }
    .ce_sliderStart.ce_sliderStart--imageset .slick-current .ce_dzimageset__item--6,
    .ce_sliderStart.ce_sliderStart--imageset .animate-Me .ce_dzimageset__item--6 {
      -webkit-transition-delay: .8s;
              transition-delay: .8s; }

/**
 * ce_dzimageset
 */
.ce_dzimageset .ce_dzimageset__inside {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  .ce_dzimageset .ce_dzimageset__inside .ce_dzimageset__description {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
    .ce_dzimageset .ce_dzimageset__inside .ce_dzimageset__description .ce_dzimageset__headline {
      margin-top: 20px;
      font-family: "Bitter", serif;
      font-weight: 600;
      font-size: 1.25rem;
      line-height: 1.75rem; }
    .ce_dzimageset .ce_dzimageset__inside .ce_dzimageset__description .ce_dzimageset__text-container {
      margin-top: 14px;
      -webkit-box-ordinal-group: 4;
          -ms-flex-order: 3;
              order: 3; }
      .ce_dzimageset .ce_dzimageset__inside .ce_dzimageset__description .ce_dzimageset__text-container p {
        font-family: "Barlow", sans-serif;
        font-weight: 400;
        font-size: 1.125rem;
        line-height: 1.625rem; }
  .ce_dzimageset .ce_dzimageset__inside .ce_dzimageset__list .ce_dzimageset__item {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    position: relative;
    display: none; }
    .ce_dzimageset .ce_dzimageset__inside .ce_dzimageset__list .ce_dzimageset__item.ce_dzimageset__item--1 {
      display: block; }
      .ce_dzimageset .ce_dzimageset__inside .ce_dzimageset__list .ce_dzimageset__item.ce_dzimageset__item--1 figcaption {
        display: block; }
    .ce_dzimageset .ce_dzimageset__inside .ce_dzimageset__list .ce_dzimageset__item img {
      width: 100%;
      height: auto; }
    .ce_dzimageset .ce_dzimageset__inside .ce_dzimageset__list .ce_dzimageset__item figure {
      position: relative; }
      .ce_dzimageset .ce_dzimageset__inside .ce_dzimageset__list .ce_dzimageset__item figure .copyright-icon {
        top: 10px;
        left: 10px; }
    .ce_dzimageset .ce_dzimageset__inside .ce_dzimageset__list .ce_dzimageset__item figcaption {
      display: none;
      background: transparent;
      line-height: 1rem; }
      .ce_dzimageset .ce_dzimageset__inside .ce_dzimageset__list .ce_dzimageset__item figcaption span {
        display: inline;
        font-family: "Rock Salt", serif;
        font-weight: 400;
        font-size: 1.5rem;
        line-height: 2.25rem;
        background-position: bottom 5px left 0;
        background-repeat: repeat-x;
        background-size: 1px 70%;
        background-image: -webkit-gradient(linear, left top, left bottom, from(#B8C931), to(#B8C931));
        background-image: linear-gradient(#B8C931, #B8C931); }
        .ce_dzimageset .ce_dzimageset__inside .ce_dzimageset__list .ce_dzimageset__item figcaption span:before {
          content: " ";
          display: block;
          margin-bottom: 40px; }
        @media (min-width: 768px) {
          .ce_dzimageset .ce_dzimageset__inside .ce_dzimageset__list .ce_dzimageset__item figcaption span {
            font-size: 2rem;
            line-height: 3.25rem;
            background-position: bottom 10px left 0; } }
        @media (min-width: 992px) {
          .ce_dzimageset .ce_dzimageset__inside .ce_dzimageset__list .ce_dzimageset__item figcaption span {
            font-size: 2.125rem;
            line-height: 3.4375rem; } }
        @media (min-width: 1200px) {
          .ce_dzimageset .ce_dzimageset__inside .ce_dzimageset__list .ce_dzimageset__item figcaption span {
            font-size: 2.125rem;
            line-height: 3.4375rem; } }
  @media (min-width: 992px) {
    .ce_dzimageset .ce_dzimageset__inside .ce_dzimageset__list .ce_dzimageset__item {
      display: block;
      position: absolute; }
      .ce_dzimageset .ce_dzimageset__inside .ce_dzimageset__list .ce_dzimageset__item .js-copyright {
        display: none; }
      .ce_dzimageset .ce_dzimageset__inside .ce_dzimageset__list .ce_dzimageset__item.ce_dzimageset__item--1 {
        position: relative;
        width: 582px; }
        .ce_dzimageset .ce_dzimageset__inside .ce_dzimageset__list .ce_dzimageset__item.ce_dzimageset__item--1 .js-copyright {
          display: block; }
      .ce_dzimageset .ce_dzimageset__inside .ce_dzimageset__list .ce_dzimageset__item.ce_dzimageset__item--2 {
        top: 0;
        left: 592px;
        width: 123px; }
      .ce_dzimageset .ce_dzimageset__inside .ce_dzimageset__list .ce_dzimageset__item.ce_dzimageset__item--3 {
        top: 0;
        left: 725px;
        width: 123px; }
      .ce_dzimageset .ce_dzimageset__inside .ce_dzimageset__list .ce_dzimageset__item.ce_dzimageset__item--4 {
        top: 79px;
        left: 592px;
        width: 123px; }
      .ce_dzimageset .ce_dzimageset__inside .ce_dzimageset__list .ce_dzimageset__item.ce_dzimageset__item--5 {
        top: 79px;
        left: 725px;
        width: 205px; }
      .ce_dzimageset .ce_dzimageset__inside .ce_dzimageset__list .ce_dzimageset__item.ce_dzimageset__item--6 {
        top: 204px;
        left: 807px;
        width: 123px; }
      .ce_dzimageset .ce_dzimageset__inside .ce_dzimageset__list .ce_dzimageset__item button.ce_dzimageset__image-link {
        border: none;
        padding: 0; }
    .ce_dzimageset .ce_dzimageset__inside .ce_dzimageset__description {
      padding-left: 240px; } }
  @media (min-width: 1200px) {
    .ce_dzimageset .ce_dzimageset__inside .ce_dzimageset__list .ce_dzimageset__item {
      display: block;
      position: absolute; }
      .ce_dzimageset .ce_dzimageset__inside .ce_dzimageset__list .ce_dzimageset__item .copyright-icon {
        display: none; }
      .ce_dzimageset .ce_dzimageset__inside .ce_dzimageset__list .ce_dzimageset__item.ce_dzimageset__item--1 {
        position: relative;
        width: 678px; }
        .ce_dzimageset .ce_dzimageset__inside .ce_dzimageset__list .ce_dzimageset__item.ce_dzimageset__item--1 .copyright-icon {
          display: block; }
      .ce_dzimageset .ce_dzimageset__inside .ce_dzimageset__list .ce_dzimageset__item.ce_dzimageset__item--2 {
        top: 0;
        left: 688px;
        width: 144px; }
      .ce_dzimageset .ce_dzimageset__inside .ce_dzimageset__list .ce_dzimageset__item.ce_dzimageset__item--3 {
        top: 0;
        left: 842px;
        width: 144px; }
      .ce_dzimageset .ce_dzimageset__inside .ce_dzimageset__list .ce_dzimageset__item.ce_dzimageset__item--4 {
        top: 91px;
        left: 688px;
        width: 144px; }
      .ce_dzimageset .ce_dzimageset__inside .ce_dzimageset__list .ce_dzimageset__item.ce_dzimageset__item--5 {
        top: 91px;
        left: 842px;
        width: 232px; }
      .ce_dzimageset .ce_dzimageset__inside .ce_dzimageset__list .ce_dzimageset__item.ce_dzimageset__item--6 {
        top: 232px;
        left: 842px;
        width: 144px; }
      .ce_dzimageset .ce_dzimageset__inside .ce_dzimageset__list .ce_dzimageset__item button.ce_dzimageset__image-link {
        border: none;
        padding: 0; }
    .ce_dzimageset .ce_dzimageset__inside .ce_dzimageset__description {
      padding-left: 382px; } }

.ce_dzimageset .ce_dzimageset__inside {
  padding-left: 1px; }

.ce_dzimageset .ce_dzimageset__list {
  margin-bottom: 0; }

@media (min-width: 992px) {
  .ce_dzimageset .ce_dzimageset__item.ce_dzimageset__item--1 figcaption {
    position: absolute;
    bottom: -4px; }
  .ce_dzimageset .ce_dzimageset__list {
    margin-bottom: 3rem; } }

@media (min-width: 1200px) {
  .ce_dzimageset .ce_dzimageset__inside {
    margin-left: 35px; }
  .ce_dzimageset .ce_dzimageset__list {
    margin-bottom: 3rem; }
  .ce_dzimageset .ce_dzimageset__item.ce_dzimageset__item--1 figcaption {
    position: absolute;
    bottom: -4px;
    left: -28px; }
  .ce_dzimageset .ce_dzimageset .ce_dzimageset__inside .ce_dzimageset__list .ce_dzimageset__item.ce_dzimageset__item--6 {
    left: 930px; } }

@media (max-width: 991.98px) {
  .ce_dzimageset .ce_dzimageset__item.ce_dzimageset__item--1 figcaption {
    padding-left: 2px;
    position: relative;
    bottom: 26px; } }

.ce_dzimageset .js-imageset-show-image {
  position: relative; }
  .ce_dzimageset .js-imageset-show-image:after {
    content: "";
    display: block;
    background-color: rgba(255, 255, 255, 0.2);
    background-repeat: no-repeat;
    background-position: center;
    height: 100%;
    width: 100%;
    border: none;
    position: absolute;
    top: 0;
    right: 0; }
  .ce_dzimageset .js-imageset-show-image:hover:after {
    background-image: url(7214be19bae321cc80652892672d1c81.svg); }

.mojo--lightbox {
  z-index: 1050; }

.mojo--lightbox .base .controls .btn-close {
  position: absolute;
  top: -43px;
  right: 0px; }

.mojo--lightbox .close-me {
  position: absolute;
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 1049; }

.mojo--lightbox .base {
  z-index: 1051; }

.ce_dztile__wrap {
  position: relative;
  float: left;
  margin-right: 50px;
  margin-top: -40px;
  width: 100%; }
  @media (min-width: 992px) {
    .ce_dztile__wrap {
      width: 510px; } }

.ce_dztile__outer {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  min-height: 100%;
  height: 100%; }

.ce_dztile__card {
  height: calc(430px + 100px);
  max-width: 100%;
  text-align: center;
  display: block;
  -webkit-perspective: 1500px;
          perspective: 1500px;
  position: relative;
  cursor: pointer;
  z-index: 50;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  padding: 50px 0; }

.ce_dztile__inside {
  width: 100%;
  height: 100%;
  display: block;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-transition: .4s ease-in-out;
  transition: .4s ease-in-out;
  background: white; }

.ce_dztile--turned {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg); }

.ce_dztile__deckel, .ce_dztile__antwort {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 430px;
  padding: 40px; }
  .ce_dztile__deckel img, .ce_dztile__antwort img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
    max-height: 100%; }

.ce_dztile__deckel {
  -webkit-transform: rotateY(-180deg);
          transform: rotateY(-180deg);
  background-position: center bottom;
  background-color: #EB5B25;
  background-repeat: no-repeat;
  z-index: 100; }

.ce_dztile__antwort {
  -webkit-transform: rotateX(0);
          transform: rotateX(0);
  opacity: 0;
  -webkit-transition: opacity, .1s;
  transition: opacity, .1s;
  -webkit-transition-delay: .4s;
          transition-delay: .4s; }
  .ce_dztile__antwort.active {
    opacity: 1;
    z-index: 2; }

.ce_dztile__headline h2 {
  font-family: 'Rock Salt', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2.8125rem;
  line-height: 1.33333;
  text-align: left;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto; }
  @media (min-width: 576px) {
    .ce_dztile__headline h2 {
      font-family: 'Rock Salt', sans-serif;
      font-weight: 400;
      font-style: normal;
      font-size: 3.75rem;
      line-height: 1.33333; } }

.ce_dztile__meta {
  font-family: 'Bitter', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.125rem;
  line-height: 1.55556;
  text-align: left;
  text-transform: uppercase; }

.ce_dztile__copy p {
  font-family: 'Bitter', sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.5rem;
  line-height: 1.33333;
  text-align: left; }
  @media (min-width: 576px) {
    .ce_dztile__copy p {
      font-family: 'Bitter', sans-serif;
      font-weight: 700;
      font-style: normal;
      font-size: 1.8125rem;
      line-height: 1.24138; } }

.ce_dztile--bgcolor-green {
  background-color: #B8C931; }

.ce_dztile--bgcolor-darkgreen {
  background-color: #80A51B; }

.ce_dztile--bgcolor-red {
  background-color: #EB5B25; }

.ce_dztile--bgcolor-darkred {
  background-color: #D73F12; }

.ce_dztile--bgcolor-cyan {
  background-color: #4DBDC6; }

.ce_dztile--bgcolor-teal {
  background-color: #008390; }

.ce_dztile--bgcolor-yellow {
  background-color: #FDC400; }

.ce_dztile--bgcolor-lightbeige {
  background-color: #F4F4F4; }

.ce_dztile--bgcolor-beige {
  background-color: #E5E4E3; }

.ce_dztile--bgcolor-midbeige {
  background-color: #E5E4E3; }

.ce_dztile--bgcolor-darkbeige {
  background-color: #C6C3C0; }

.ce_dztile--bgcolor-warmgrey {
  background-color: #8e8882; }

.ce_dztile--bgcolor-darkwarmgrey {
  background-color: #675C53; }

.ce_dztile--bgcolor-white {
  background-color: white; }

.ce_dztile--bgcolor-standard {
  background-color: #E5E4E3; }

.contrast-active .ce_dztile--bgcolor-green {
  background-color: #f4f4f4; }

.contrast-active .ce_dztile--bgcolor-darkgreen {
  background-color: #f4f4f4; }

.contrast-active .ce_dztile--bgcolor-red {
  background-color: #f4f4f4; }

.contrast-active .ce_dztile--bgcolor-darkred {
  background-color: #f4f4f4; }

.contrast-active .ce_dztile--bgcolor-cyan {
  background-color: #f4f4f4; }

.contrast-active .ce_dztile--bgcolor-teal {
  background-color: #f4f4f4; }

.contrast-active .ce_dztile--bgcolor-yellow {
  background-color: #f4f4f4; }

.contrast-active .ce_dztile--bgcolor-lightbeige {
  background-color: #f4f4f4; }

.contrast-active .ce_dztile--bgcolor-beige {
  background-color: #f4f4f4; }

.contrast-active .ce_dztile--bgcolor-midbeige {
  background-color: #f4f4f4; }

.contrast-active .ce_dztile--bgcolor-darkbeige {
  background-color: #f4f4f4; }

.contrast-active .ce_dztile--bgcolor-warmgrey {
  background-color: #f4f4f4; }

.contrast-active .ce_dztile--bgcolor-darkwarmgrey {
  background-color: #f4f4f4; }

.contrast-active .ce_dztile--bgcolor-white {
  background-color: #f4f4f4; }

.contrast-active .ce_dztile--bgcolor-standard {
  background-color: #f4f4f4; }

.contrast-active .ce_dztile.ce_dztile__deckel {
  background-color: #f4f4f4; }

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
@media print {
  *,
  *::before,
  *::after {
    background: #fff !important;
    color: #000 !important;
    /* Black prints faster */
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]::before {
    display: none; }
  a[href]::after {
    content: " [" attr(href) "]";
    font-weight: 400;
    white-space: nowrap;
    position: inherit;
    -webkit-transform: none !important;
            transform: none !important;
    display: inline !important;
    width: auto !important;
    top: auto !important;
    left: auto !important;
    height: auto !important; }
  abbr[title]::after {
    content: " [" attr(title) "]";
    font-weight: 400; }
  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="#"]::after,
  a[href^="javascript:"]::after {
    content: "";
    font-weight: 400; }
  /*
  * Link specails
  */
  .ce_text a {
    padding-left: 0; }
  .ce_text--linklist ul li a[href^="http"]:after,
  .ce_text a[href^="http"]:after {
    content: " [" attr(href) "]" !important;
    position: relative !important;
    top: 0 !important;
    left: 0 !important;
    font-weight: 400; }
  pre {
    white-space: pre-wrap !important; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  /*
   * Printing Tables:
   * https://web.archive.org/web/20180815150934/http://css-discuss.incutio.com/wiki/Printing_Tables
   */
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  /*
   * Do NOT show:
   */
  .topheader,
  .mod_mainnav,
  .mod_searchlink,
  .stage,
  .ce_text--claim,
  .ce_image,
  .ce_image.ce_image--gallery,
  .ce_dzteaser__image-container,
  .ce_dzteaser--claim-background,
  .mod_contentfooter,
  .mod_footernav__copyright-container p:first-child,
  .mod_footernav__nav-container,
  .mod_bottom__nav {
    display: none !important; }
  /*
   * Make full width:
   */
  .container,
  .mod_bottom__inside,
  .mod_footernav__inside {
    max-width: 100%; }
  /*
   * Header Styles:
   */
  .header,
  .header.sticky {
    position: relative;
    margin: auto;
    margin-top: 50px;
    height: auto;
    background: transparent;
    -webkit-transform: none;
            transform: none;
    max-width: none; }
  .header__inside {
    max-width: none; }
  .sticky .mod_logo,
  .mod_logo {
    position: relative;
    bottom: 0;
    left: 0;
    padding-bottom: 1em;
    margin-bottom: 2em;
    border-bottom: 2px solid #1D1D1B; }
    .sticky .mod_logo a:after,
    .mod_logo a:after {
      display: none !important; }
    .sticky .mod_logo img,
    .mod_logo img {
      height: 61px; }
  /*
   * Footer Styles
   */
  footer a[href]::after {
    display: none !important; }
  .mod_footernav__container {
    border-top: 2px solid #1D1D1B;
    padding-top: 1em;
    margin-top: 2em; }
  .mod_footernav__inside {
    padding-top: 0;
    padding-bottom: 0; }
  /*
   * Some Changes to the margins and paddings of content elements
   */
  .content-margin-small,
  .content-margin-standard,
  .content-margin-none {
    margin-bottom: 2em; }
  /*
  .ce_dzteaser,
  .ce_text {
    &.content-margin-small,
    &.content-margin-standard,
    &.content-margin-none {
      margin-bottom:2em;
    }
  }
*/
  .mod_article {
    margin: 0 !important;
    padding: 0 !important;
    margin-bottom: 2em; }
  /*
   * Styleing some content elementes
   */
  .ce_dzteaser--profile,
  .ce_list--background,
  .ce_text--infobox {
    border: 3px solid #70707026;
    padding: 1.4em; }
  .ce_dzteaser--profile .ce_dzteaser__text-container p:first-child:after,
  .ce_dzteaser--profile-2 .ce_dzteaser__text-container p:first-child:after,
  .ce_dzteaser--profile-ext .ce_dzteaser__text-container p:first-child:after,
  .ce_dzteaser--profile .ce_dzteaser__text-container p:nth-child(2):after,
  .ce_dzteaser--profile-2 .ce_dzteaser__text-container p:nth-child(2):after,
  .ce_dzteaser--profile-ext .ce_dzteaser__text-container p:nth-child(2):after {
    content: "";
    top: 0.5em;
    left: 0.3em;
    height: 0.5em;
    width: 0.5em;
    border-radius: 50px;
    background: black !important; }
  .ce_dzteaser.ce_dzteaser--quote .ce_dzteaser__inside .ce_dzteaser__content-container {
    max-width: none; }
  /*
   * Tabs
   */
  .tab-content > .tab-pane {
    display: block; }
  .ce_dztabs.standard .ce_dztabs__pane {
    padding: 0; }
  /*
   * Accordeon
   */
  .accordion.ui-accordion-content {
    display: block !important; }
  /*
   * Typography
   */
  .ce_headline.standard h1,
  .ce_headline--underline h1 {
    font-size: 2.4rem; }
  .ce_headline.standard .h1-subline,
  .ce_headline--underline .h1-subline {
    font-size: 1.5rem; }
  /*
   * Aufzählung
   */
  .ce_text--linklist ul,
  .ce_list ul {
    list-style: disc;
    padding-left: 31px; }
    .ce_text--linklist ul li,
    .ce_list ul li {
      padding-left: 0; }
      .ce_text--linklist ul li i,
      .ce_list ul li i {
        display: none; }
      .ce_text--linklist ul li a,
      .ce_list ul li a {
        padding-left: 0; } }


/*# sourceMappingURL=main.css.map*/