
/* moved by compressor */
@import "../../../typo3conf/ext/base_facelift/Resources/Public/CSS_Static/variables.less";
/* moved by compressor */
.typo3-messages {
	margin-bottom: 30px;
	list-style-type: none;
}
.typo3-messages .alert {
	padding: 15px;
	color: #444;
	font-weight: bold;
	border: 2px solid #444;
}
.typo3-messages .alert-info {
	border-color: rgb(8, 161, 31);
	color: rgb(8, 161, 31);
}
.typo3-messages .alert-danger {
	border-color: #c30c15;
	color: #c30c15;
}
.typo3-validation-errors {
	margin-bottom: 60px;
	padding-left: 15px;
	list-style-type: square;
}
.typo3-validation-errors li {
	margin-bottom: 4px;
	color: #c30c15;
}
.ptests-container {
	position: relative;
}

/* List */
.ptests-filter-status-0 {}
.ptests-filter-status-1 {
	background-color: rgb(8, 161, 31);
	color: #fff;
}
.ptests-filter-status-2 {
	background-color: rgb(255, 168, 46);
	color: #fff;
}
.ptests-filter-status-3 {
	background-color: rgb(176, 11, 11);
	color: #fff;
}

.flatpickr-day.selected {
	background-color: #c30c15;
	border-color: #c30c15;
}
.ptests-results {
	float: left;
}
.ptests-list-status {
	display: inline-block;
	width: 15px;
	height: 15px;
	background-color: rgb(255, 255, 255);
	transform: translateY(2px);
}
.ptests-list-status-0 {
	border: 1px solid #bbb;
}
.ptests-list-status-1 {
	background-color: rgb(8, 161, 31);
}
.ptests-list-status-2 {
	background-color: rgb(255, 168, 46);
}
.ptests-list-status-3 {
	background-color: rgb(176, 11, 11);
}
.ptests-list-item a {
	text-decoration: none;
	color: #555;
}
.ptests-list-item td {
	background-color: #fff;
	transition: background-color ease .2s;
}
.ptests-list-item:hover td {
	background-color: #eee;
}
.f3-widget-paginator {
	display: flex;
	flex-wrap: wrap;
	list-style-type: none;
}
.f3-widget-paginator li {
    margin-right: 4px;
    margin-bottom: 4px;
    font-size: 13px;
    color: #555;	
    text-align: center;
    background-color: #fff;
    border-radius: 2px;
    border-bottom: 2px solid transparent;
    opacity: .75;
    transition: opacity ease .2s;
}
.f3-widget-paginator li.current,
.f3-widget-paginator li a {
	display: block;
    padding: 3px 9px 2px 9px;
    text-decoration: none;
    color: inherit;
}
.f3-widget-paginator li:hover,
.f3-widget-paginator li.current {
	opacity: 1;
	border-bottom: 2px solid #bbb;
}
.ptests-count { float: right; font-size: 14px; }
.ptests-count a { color: inherit; text-decoration: none; }

/* Edit */
.ptests-fieldset,
.ptests-filter-fieldset,
.ptests-admin-fieldset,
.ptests-user-fieldset {
	position: relative;
	margin-bottom: 30px;
	padding: 30px;
	background-color: #eee;
	border: none;
}
.ptests-admin-fieldset[disabled],
.ptests-user-fieldset[disabled],
.ptests-admin-fieldset[disabled] *,
.ptests-user-fieldset[disabled] * {
	cursor: not-allowed;
}
.ptests-edit-tstamp {
	position: absolute;
	right: 15px;
	top: 15px;
	font-size: 13px;
	opacity: .5;
}
.ptests-status-items {
	margin-bottom: 30px;
}
.ptests-status-item {
	display: flex;
	align-items: center;
	margin-bottom: 6px;
	padding: 15px;
	border-left: 13px solid;
	background-color: #fff;
	cursor: pointer;
}
.ptests-status-1 {
	border-color: rgb(8, 161, 31);
}
.ptests-status-2 {
	border-color: rgb(255, 168, 46);
}
.ptests-status-3 {
	border-color: rgb(176, 11, 11);
}
.ptests-status-item input[type="radio"] {
	margin-right: 10px;
}
.ptests-code-select-container {
	display: none;
}
.ptests-code-selects .ptests-code-select:not(:first-child) {
	display: none;
}
.btn-send::after {
	content: '';
	display: inline-block;
	width: 18px;
	height: 18px;
	background-repeat: no-repeat;
	background-image: url('/typo3conf/ext/cyt_producttests/Resources/Public/Icons/icon_paperplane.svg');
	background-size: contain;
	margin-left: 17px;
	transform: rotate(5deg) translateY(2px);
}
.ptests-custom-text {
	display: none;
	margin-bottom: 5px;
}
.ptests-custom-text.is-active {
	display: block;
}
.ptests-edit-custom-text {
	margin-left: auto;
	border: none;
	font-family: inherit;
	font-size: 14px;
	background-color: transparent;
	cursor: pointer;
	opacity: .75;
	transition: opacity ease .15s;
}
.ptests-edit-custom-text span {
	margin-left: 4px;
}
.ptests-edit-custom-text:hover > span {
	text-decoration: underline;
}
.ptests-edit-custom-text:hover {
	opacity: 1;
}
.ptests-edit-custom-text.is-active {
	color: rgb(8, 161, 31);
	font-weight: bold;
}

/* New */
.ptests-form {
	margin-bottom: 60px;
}

/* Nav */
.ptests-nav {
    position: absolute;
    right: 0px;
    transform: translateY(-100%);
    z-index: 10;
}
.ptests-nav-trigger {
    font-size: 20px;
    background-color: transparent;
    border: none;
    color: #777;
    padding: 5px;
    cursor: pointer;
    transition: color ease .15s;
}
.ptests-nav-trigger:hover {
	color: #000;
}
.ptests-nav-dropdown {
	display: none;
    position: absolute;
    padding: 8px 12px;
    background-color: #fff;
    right: 0;
    font-size: 14px;
    transform: translate(0px, -1px);
    border-radius: 3px;
    border: 1px solid #ccc;
}
.ptests-nav-item {
	display: inline-block;
	margin-bottom: 4px;
	text-decoration: none;
	white-space: pre;
	color: #222;
}
.ptests-nav-item:last-child {
	margin-bottom: 0;
}
.ptests-nav-item:hover {
	text-decoration: underline;
}
.typo3-messages {
	margin-bottom: 30px;
	list-style-type: none;
}
.typo3-messages .alert {
	padding: 15px;
	color: #444;
	font-weight: bold;
	border: 2px solid #444;
}
.typo3-messages .alert-info {
	border-color: rgb(8, 161, 31);
	color: rgb(8, 161, 31);
}
.typo3-messages .alert-danger {
	border-color: #c30c15;
	color: #c30c15;
}
.typo3-validation-errors {
	margin-bottom: 60px;
	padding-left: 15px;
	list-style-type: square;
}
.typo3-validation-errors li {
	margin-bottom: 4px;
	color: #c30c15;
}
.ptests-container {
	position: relative;
}

/* List */
.ptests-filter-status-0 {}
.ptests-filter-status-1 {
	background-color: rgb(8, 161, 31);
	color: #fff;
}
.ptests-filter-status-2 {
	background-color: rgb(255, 168, 46);
	color: #fff;
}
.ptests-filter-status-3 {
	background-color: rgb(176, 11, 11);
	color: #fff;
}

.flatpickr-day.selected {
	background-color: #c30c15;
	border-color: #c30c15;
}
.ptests-results {
	float: left;
}
.ptests-list-status {
	display: inline-block;
	width: 15px;
	height: 15px;
	background-color: rgb(255, 255, 255);
	transform: translateY(2px);
}
.ptests-list-status-0 {
	border: 1px solid #bbb;
}
.ptests-list-status-1 {
	background-color: rgb(8, 161, 31);
}
.ptests-list-status-2 {
	background-color: rgb(255, 168, 46);
}
.ptests-list-status-3 {
	background-color: rgb(176, 11, 11);
}
.ptests-list-post-created {
    margin-left: 7px;
    color: #999;
}
.ptests-list-item a {
	text-decoration: none;
	color: #555;
}
.ptests-list-item td {
	background-color: #fff;
	transition: background-color ease .2s;
}
.ptests-list-item:hover td {
	background-color: #eee;
}
.f3-widget-paginator {
	display: flex;
	flex-wrap: wrap;
	list-style-type: none;
}
.f3-widget-paginator li {
    margin-right: 4px;
    margin-bottom: 4px;
    font-size: 13px;
    color: #555;	
    text-align: center;
    background-color: #fff;
    border-radius: 2px;
    border-bottom: 2px solid transparent;
    opacity: .75;
    transition: opacity ease .2s;
}
.f3-widget-paginator li.current,
.f3-widget-paginator li a {
	display: block;
    padding: 3px 9px 2px 9px;
    text-decoration: none;
    color: inherit;
}
.f3-widget-paginator li:hover,
.f3-widget-paginator li.current {
	opacity: 1;
	border-bottom: 2px solid #bbb;
}
.ptests-count { float: right; font-size: 14px; }
.ptests-count a { color: inherit; text-decoration: none; }

/* Edit */
.ptests-fieldset,
.ptests-filter-fieldset,
.ptests-admin-fieldset,
.ptests-user-fieldset {
	position: relative;
	margin-bottom: 30px;
	padding: 30px;
	background-color: #eee;
	border: none;
}
.ptests-admin-fieldset[disabled],
.ptests-user-fieldset[disabled],
.ptests-admin-fieldset[disabled] *,
.ptests-user-fieldset[disabled] * {
	cursor: not-allowed;
}
.ptests-edit-tstamp {
	position: absolute;
	right: 15px;
	top: 15px;
	font-size: 13px;
	opacity: .5;
}
.ptests-status-items {
	margin-bottom: 30px;
}
.ptests-status-item {
	display: flex;
	align-items: center;
	margin-bottom: 6px;
	padding: 15px;
	border-left: 13px solid;
	background-color: #fff;
	cursor: pointer;
}
.ptests-status-1 {
	border-color: rgb(8, 161, 31);
}
.ptests-status-2 {
	border-color: rgb(255, 168, 46);
}
.ptests-status-3 {
	border-color: rgb(176, 11, 11);
}
.ptests-status-item input[type="radio"] {
	margin-right: 10px;
}
.ptests-code-select-container {
	display: none;
}
.ptests-code-selects .ptests-code-select:not(:first-child) {
	display: none;
}
.btn-send::after {
	content: '';
	display: inline-block;
	width: 18px;
	height: 18px;
	background-repeat: no-repeat;
	background-image: url('/typo3conf/ext/cyt_producttests_at/Resources/Public/Icons/icon_paperplane.svg');
	background-size: contain;
	margin-left: 17px;
	transform: rotate(5deg) translateY(2px);
}
.btn-feedback::after {
	content: '';
	display: inline-block;
	width: 18px;
	height: 18px;
	background-repeat: no-repeat;
	background-image: url('/typo3conf/ext/cyt_producttests_at/Resources/Public/Icons/icons_chat-bubble-question.svg');
	/*background-image: url('/typo3conf/ext/cyt_producttests_at/Resources/Public/Icons/icons_bubble-star.svg');*/
	background-size: contain;
	margin-left: 17px;
	transform: rotate(5deg) translateY(2px);
}
.ptests-actions {
	display: flex;
}
.c-style .ptests-actions a.btn {
	color: #fff;
}
.c-style .ptests-actions a.btn:hover {
	text-decoration: none;
}
.ptests-actions .btn-send {
	margin-right: 15px;
}
.ptests-actions .btn-feedback {
	margin-left: auto;
}
.ptests-custom-text {
	display: none;
	margin-bottom: 5px;
}
.ptests-custom-text.is-active {
	display: block;
}
.ptests-edit-custom-text {
	margin-left: auto;
	border: none;
	font-family: inherit;
	font-size: 14px;
	background-color: transparent;
	cursor: pointer;
	opacity: .75;
	transition: opacity ease .15s;
}
.ptests-edit-custom-text span {
	margin-left: 4px;
}
.ptests-edit-custom-text:hover > span {
	text-decoration: underline;
}
.ptests-edit-custom-text:hover {
	opacity: 1;
}
.ptests-edit-custom-text.is-active {
	color: rgb(8, 161, 31);
	font-weight: bold;
}

/* New */
.ptests-form {
	margin-bottom: 60px;
}

/* Nav */
.ptests-nav {
    position: absolute;
    right: 0px;
    transform: translateY(-100%);
    z-index: 10;
}
.ptests-nav-trigger {
    font-size: 20px;
    background-color: transparent;
    border: none;
    color: #777;
    padding: 5px;
    cursor: pointer;
    transition: color ease .15s;
}
.ptests-nav-trigger:hover {
	color: #000;
}
.ptests-nav-dropdown {
	display: none;
    position: absolute;
    padding: 8px 12px;
    background-color: #fff;
    right: 0;
    font-size: 14px;
    transform: translate(0px, -1px);
    border-radius: 3px;
    border: 1px solid #ccc;
}
.ptests-nav-item {
	display: inline-block;
	margin-bottom: 4px;
	text-decoration: none;
	white-space: pre;
	color: #222;
}
.ptests-nav-item:last-child {
	margin-bottom: 0;
}
.ptests-nav-item:hover {
	text-decoration: underline;
}
/* @see cewe.de */
@font-face {
    font-family: 'cewe-icons';
    src: url('/typo3conf/ext/base_facelift/Resources/Public/CSS/vendor/cewe-icons/cewe-icons.eot');
    src: url('/typo3conf/ext/base_facelift/Resources/Public/CSS/vendor/cewe-icons/cewe-icons.eot#iefix') format('embedded-opentype'), url('/typo3conf/ext/base_facelift/Resources/Public/CSS/vendor/cewe-icons/cewe-icons.ttf') format('truetype'), url('/typo3conf/ext/base_facelift/Resources/Public/CSS/vendor/cewe-icons/cewe-icons.woff') format('woff'), url('/typo3conf/ext/base_facelift/Resources/Public/CSS/vendor/cewe-icons/cewe-icons.svg#cewe-icons') format('svg');
    font-weight: normal;
    font-style: normal; 
}

[class^='icon-'],
[class*=' icon-'] {
  font-family: 'cewe-icons';
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-display: block;
  line-height: 1;
  speak: none;
  text-transform: none;
  vertical-align: middle;
}

.icon-forum::before {
  content: "\E9D6"; }

.icon-finishing-active::before {
  content: "\E9D1"; }

.icon-instagram::before {
  content: "\E9D2"; }

.icon-order-at-home::before {
  content: "\E9D3"; }

.icon-paper-grid::before {
  content: "\E9D4"; }

.icon-pinterest::before {
  content: "\E9D5"; }

.icon-set::before {
  content: "\E9D7"; }

.icon-weight::before {
  content: "\E9D8"; }

.icon-info-invert::before {
  content: "\E9D0"; }

.icon-border-color::before {
  content: "\E9C7"; }

.icon-filter::before {
  content: "\E9C8"; }

.icon-image-frames::before {
  content: "\E9C9"; }

.icon-image-optimization::before {
  content: "\E9CA"; }

.icon-masks::before {
  content: "\E9CB"; }

.icon-photo-settings::before {
  content: "\E9CC"; }

.icon-shadow::before {
  content: "\E9CD"; }

.icon-lock::before {
  content: "\E9CE"; }

.icon-unlock::before {
  content: "\E9CF"; }

.icon-size::before {
  content: "\E9C6"; }

.icon-amount::before {
  content: "\E9BC"; }

.icon-capacity::before {
  content: "\E9BD"; }

.icon-diameter::before {
  content: "\E9BE"; }

.icon-door-size::before {
  content: "\E9BF"; }

.icon-filling::before {
  content: "\E9C0"; }

.icon-hint::before {
  content: "\E9C1"; }

.icon-print-area::before {
  content: "\E9C2"; }

.icon-recommendation::before {
  content: "\E9C3"; }

.icon-resolution::before {
  content: "\E9C4"; }

.icon-validity::before {
  content: "\E9C5"; }

.icon-dm-easter-bunny::before {
  content: "\E9BB"; }

.icon-dm-heart::before {
  content: "\E9BA"; }

.icon-success::before {
  content: "\E9B8"; }

.icon-unavailable::before {
  content: "\E9B9"; }

.icon-all-pages-land::before {
  content: "\E9B1"; }

.icon-all-pages-port::before {
  content: "\E9B2"; }

.icon-both-pages-land::before {
  content: "\E9B3"; }

.icon-both-pages-port::before {
  content: "\E9B4"; }

.icon-color-theme::before {
  content: "\E9B5"; }

.icon-one-page-land::before {
  content: "\E9B6"; }

.icon-one-page-port::before {
  content: "\E9B7"; }

.icon-calender-sheet::before {
  content: "\E9B0"; }

.icon-camera::before {
  content: "\E9AF"; }

.icon-add-hexxas::before {
  content: "\E983"; }

.icon-book-binding::before {
  content: "\E9AB"; }

.icon-dm-download::before {
  content: "\E9AC"; }

.icon-dm-photo::before {
  content: "\E9AD"; }

.icon-enjoy-at-home::before {
  content: "\E9AE"; }

.icon-credit-card::before {
  content: "\E9A9"; }

.icon-location::before {
  content: "\E9AA"; }

.icon-passport-photograph::before {
  content: "\E9A6"; }

.icon-print-photograph::before {
  content: "\E9A7"; }

.icon-take-picture::before {
  content: "\E9A8"; }

.icon-cpb-design::before {
  content: "\E99E"; }

.icon-instant-photo-print::before {
  content: "\E99F"; }

.icon-instant-photo-take::before {
  content: "\E9A0"; }

.icon-instant-sticker-design::before {
  content: "\E9A1"; }

.icon-instant-sticker-print::before {
  content: "\E9A2"; }

.icon-instant-sticker-stickon::before {
  content: "\E9A3"; }

.icon-pick-delivery::before {
  content: "\E9A4"; }

.icon-select-format::before {
  content: "\E9A5"; }

.icon-order-cancelled::before {
  content: "\E98C"; }

.icon-order-delivered::before {
  content: "\E98F"; }

.icon-order-processing::before {
  content: "\E990"; }

.icon-order-produced::before {
  content: "\E991"; }

.icon-order-shipped::before {
  content: "\E992"; }

.icon-order-submitted::before {
  content: "\E995"; }

.icon-bookbinding-classic::before {
  content: "\E993"; }

.icon-bookbinding-layflat::before {
  content: "\E994"; }

.icon-pricelist::before {
  content: "\E99D"; }

.icon-delivery::before {
  content: "\E987"; }

.icon-dm-start-printing::before {
  content: "\E988"; }

.icon-inspiration::before {
  content: "\E989"; }

.icon-production-technique::before {
  content: "\E98A"; }

.icon-service::before {
  content: "\E98B"; }

.icon-clock::before {
  content: "\E986"; }

.icon-photo-drop::before {
  content: "\E985"; }

.icon-device::before {
  content: "\E984"; }

.icon-faq::before {
  content: "\E97E"; }

.icon-payment::before {
  content: "\E97F"; }

.icon-online-seminars::before {
  content: "\E980"; }

.icon-giftcards::before {
  content: "\E981"; }

.icon-ordering-options::before {
  content: "\E982"; }

.icon-design-background::before {
  content: "\E97C"; }

.icon-rotate::before {
  content: "\E97D"; }

.icon-custom-size::before {
  content: "\E973"; }

.icon-individual-month::before {
  content: "\E974"; }

.icon-modern-designs::before {
  content: "\E975"; }

.icon-photo-presents::before {
  content: "\E976"; }

.icon-photo-quality::before {
  content: "\E977"; }

.icon-brand-partners::before {
  content: "\E978"; }

.icon-brand-photopaper::before {
  content: "\E979"; }

.icon-latest-models::before {
  content: "\E97A"; }

.icon-personal-consulting::before {
  content: "\E97B"; }

.icon-format::before {
  content: "\E967"; }

.icon-pagination::before {
  content: "\E968"; }

.icon-wallmount::before {
  content: "\E969"; }

.icon-scope-of-delivery::before {
  content: "\E96A"; }

.icon-design::before {
  content: "\E96B"; }

.icon-finishing::before {
  content: "\E96C"; }

.icon-minimal-resolution::before {
  content: "\E96D"; }

.icon-material::before {
  content: "\E96E"; }

.icon-frames::before {
  content: "\E96F"; }

.icon-printable-area::before {
  content: "\E970"; }

.icon-print::before {
  content: "\E971"; }

.icon-settings::before {
  content: "\E966"; }

.icon-redo::before {
  content: "\E965"; }

.icon-info-inverted::before {
  content: "\E964"; }

.icon-layer-backward::before {
  content: "\E960"; }

.icon-layer-forward::before {
  content: "\E961"; }

.icon-pause::before {
  content: "\E962"; }

.icon-play::before {
  content: "\E963"; }

.icon-expand::before {
  content: "\E900"; }

.icon-minus::before {
  content: "\E901"; }

.icon-edit-text::before {
  content: "\E959"; }

.icon-rotate-left-90::before {
  content: "\E95A"; }

.icon-rotate-right-90::before {
  content: "\E95B"; }

.icon-show-password::before {
  content: "\E95C"; }

.icon-transform::before {
  content: "\E95D"; }

.icon-arrow-hint::before {
  content: "\E958"; }

.icon-motion::before {
  content: "\E956"; }

.icon-orderinfo::before {
  content: "\E957"; }

.icon-add::before {
  content: "\E955"; }

.icon-add-photo-box::before {
  content: "\E954"; }

.icon-organisms::before {
  content: "\E942"; }

.icon-molecules::before {
  content: "\E943"; }

.icon-atoms::before {
  content: "\E953"; }

.icon-zoom-in::before {
  content: "\E91E"; }

.icon-zoom-out::before {
  content: "\E941"; }

.icon-apple::before {
  content: "\E90B"; }

.icon-linux::before {
  content: "\E90C"; }

.icon-windows::before {
  content: "\E90D"; }

.icon-cwprint-quality-promise::before {
  content: "\E90A"; }

.icon-check::before {
  content: "\E919"; }

.icon-color::before {
  content: "\E91F"; }

.icon-delete::before {
  content: "\E920"; }

.icon-font-bg-color::before {
  content: "\E921"; }

.icon-font-color::before {
  content: "\E922"; }

.icon-font-style-bold::before {
  content: "\E92F"; }

.icon-font-style-italic::before {
  content: "\E93A"; }

.icon-font-style-underline::before {
  content: "\E93B"; }

.icon-move::before {
  content: "\E93C"; }

.icon-preview::before {
  content: "\E93D"; }

.icon-rotate-left::before {
  content: "\E93E"; }

.icon-rotate-right::before {
  content: "\E940"; }

.icon-add-photo::before {
  content: "\E902"; }

.icon-arrow-down::before {
  content: "\E903"; }

.icon-arrow-left::before {
  content: "\E904"; }

.icon-arrow-right::before {
  content: "\E905"; }

.icon-arrow-up::before {
  content: "\E906"; }

.icon-birthday::before {
  content: "\E907"; }

.icon-bookmark-active::before {
  content: "\E908"; }

.icon-bookmark-inactive::before {
  content: "\E909"; }

.icon-burgermenu::before {
  content: "\E90E"; }

.icon-cart::before {
  content: "\E90F"; }

.icon-cart-simple::before {
  content: "\E972"; }

.icon-cewe-neumueller::before {
  content: "\E910"; }

.icon-cliparts::before {
  content: "\E911"; }

.icon-close-circle::before {
  content: "\E912"; }

.icon-close::before {
  content: "\E913"; }

.icon-customer-examples::before {
  content: "\E914"; }

.icon-cwfotowelt::before {
  content: "\E915"; }

.icon-cwprint::before {
  content: "\E916"; }

.icon-design-layout::before {
  content: "\E917"; }

.icon-download::before {
  content: "\E918"; }

.icon-edit::before {
  content: "\E91A"; }

.icon-effects::before {
  content: "\E91B"; }

.icon-error::before {
  content: "\E91C"; }

.icon-express-service::before {
  content: "\E91D"; }

.icon-facebook::before {
  content: "\E923"; }

.icon-filter-sort::before {
  content: "\E924"; }

.icon-free-shipping-gift::before {
  content: "\E925"; }

.icon-free-shipping::before {
  content: "\E926"; }

.icon-full-arrow-left::before {
  content: "\E927"; }

.icon-full-arrow-right::before {
  content: "\E928"; }

.icon-gender::before {
  content: "\E929"; }

.icon-help::before {
  content: "\E92A"; }

.icon-home::before {
  content: "\E92B"; }

.icon-info::before {
  content: "\E92C"; }

.icon-innovtaive-technology::before {
  content: "\E92D"; }

.icon-investors::before {
  content: "\E92E"; }

.icon-jobs::before {
  content: "\E930"; }

.icon-layers::before {
  content: "\E931"; }

.icon-mail::before {
  content: "\E932"; }

.icon-messages::before {
  content: "\E933"; }

.icon-most-wanted-book::before {
  content: "\E934"; }

.icon-name::before {
  content: "\E935"; }

.icon-phone::before {
  content: "\E936"; }

.icon-photos::before {
  content: "\E937"; }

.icon-press::before {
  content: "\E938"; }

.icon-product-settings::before {
  content: "\E939"; }

.icon-purchase-account::before {
  content: "\E93F"; }

.icon-satisfaction-guarantee::before {
  content: "\E944"; }

.icon-save::before {
  content: "\E945"; }

.icon-search::before {
  content: "\E946"; }

.icon-settings-text::before {
  content: "\E947"; }

.icon-short-delivery-times::before {
  content: "\E948"; }

.icon-star::before {
  content: "\E949"; }

.icon-sustainability::before {
  content: "\E94A"; }

.icon-font-align-bottom::before {
  content: "\E94B"; }

.icon-font-align-center-center::before {
  content: "\E94C"; }

.icon-font-align-center::before {
  content: "\E94D"; }

.icon-font-align-left::before {
  content: "\E94E"; }

.icon-font-align-right::before {
  content: "\E94F"; }

.icon-font-align-top::before {
  content: "\E950"; }

.icon-font-align::before {
  content: "\E951"; }

.icon-font::before {
  content: "\E952"; }

.icon-undo::before {
  content: "\E95E"; }

.icon-youtube::before {
  content: "\E95F"; }
.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;
}

/*!
 * Bootstrap Grid 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)
 */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

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

.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.3333333333%;
          flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.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.6666666667%;
          flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.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.3333333333%;
          flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

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

.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.3333333333%;
          flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

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

.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.3333333333%;
          flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

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

.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.3333333333%;
          flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

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

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

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

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

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

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

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

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

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

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

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

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

@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.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .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.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .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.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

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

  .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.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

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

  .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.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

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

  .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.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

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

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

  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }

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

  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }

  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }

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

  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }

  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }

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

  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }

  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@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.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .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.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .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.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

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

  .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.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

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

  .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.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

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

  .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.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

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

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

  .offset-md-2 {
    margin-left: 16.6666666667%;
  }

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

  .offset-md-4 {
    margin-left: 33.3333333333%;
  }

  .offset-md-5 {
    margin-left: 41.6666666667%;
  }

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

  .offset-md-7 {
    margin-left: 58.3333333333%;
  }

  .offset-md-8 {
    margin-left: 66.6666666667%;
  }

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

  .offset-md-10 {
    margin-left: 83.3333333333%;
  }

  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@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.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .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.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .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.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

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

  .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.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

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

  .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.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

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

  .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.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

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

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

  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }

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

  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }

  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }

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

  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }

  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }

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

  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }

  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@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.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .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.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .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.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

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

  .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.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

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

  .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.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

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

  .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.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

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

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

  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }

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

  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }

  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }

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

  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }

  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }

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

  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }

  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
.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;
  }
}
.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;
  }
}
.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;
}

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

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

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

/*!
 * Font Awesome Free 5.0.7 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa,.fab,.fal,.far,.fas{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1}.fa-lg{font-size:1.33333em;line-height:.75em;vertical-align:-.0667em}.fa-xs{font-size:.75em}.fa-sm{font-size:.875em}.fa-1x{font-size:1em}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-6x{font-size:6em}.fa-7x{font-size:7em}.fa-8x{font-size:8em}.fa-9x{font-size:9em}.fa-10x{font-size:10em}.fa-fw{text-align:center;width:1.25em}.fa-ul{list-style-type:none;margin-left:2.5em;padding-left:0}.fa-ul>li{position:relative}.fa-li{left:-2em;position:absolute;text-align:center;width:2em;line-height:inherit}.fa-border{border:.08em solid #eee;border-radius:.1em;padding:.2em .25em .15em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left,.fab.fa-pull-left,.fal.fa-pull-left,.far.fa-pull-left,.fas.fa-pull-left{margin-right:.3em}.fa.fa-pull-right,.fab.fa-pull-right,.fal.fa-pull-right,.far.fa-pull-right,.fas.fa-pull-right{margin-left:.3em}.fa-spin{-webkit-animation:a 2s infinite linear;animation:a 2s infinite linear}.fa-pulse{-webkit-animation:a 1s infinite steps(8);animation:a 1s infinite steps(8)}@-webkit-keyframes a{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes a{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scaleX(-1);transform:scaleX(-1)}.fa-flip-vertical{-webkit-transform:scaleY(-1);transform:scaleY(-1)}.fa-flip-horizontal.fa-flip-vertical,.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"}.fa-flip-horizontal.fa-flip-vertical{-webkit-transform:scale(-1);transform:scale(-1)}:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270{-webkit-filter:none;filter:none}.fa-stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width:2em}.fa-stack-1x,.fa-stack-2x{left:0;position:absolute;text-align:center;width:100%}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-500px:before{content:"\f26e"}.fa-accessible-icon:before{content:"\f368"}.fa-accusoft:before{content:"\f369"}.fa-address-book:before{content:"\f2b9"}.fa-address-card:before{content:"\f2bb"}.fa-adjust:before{content:"\f042"}.fa-adn:before{content:"\f170"}.fa-adversal:before{content:"\f36a"}.fa-affiliatetheme:before{content:"\f36b"}.fa-algolia:before{content:"\f36c"}.fa-align-center:before{content:"\f037"}.fa-align-justify:before{content:"\f039"}.fa-align-left:before{content:"\f036"}.fa-align-right:before{content:"\f038"}.fa-amazon:before{content:"\f270"}.fa-amazon-pay:before{content:"\f42c"}.fa-ambulance:before{content:"\f0f9"}.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-amilia:before{content:"\f36d"}.fa-anchor:before{content:"\f13d"}.fa-android:before{content:"\f17b"}.fa-angellist:before{content:"\f209"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-down:before{content:"\f107"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angrycreative:before{content:"\f36e"}.fa-angular:before{content:"\f420"}.fa-app-store:before{content:"\f36f"}.fa-app-store-ios:before{content:"\f370"}.fa-apper:before{content:"\f371"}.fa-apple:before{content:"\f179"}.fa-apple-pay:before{content:"\f415"}.fa-archive:before{content:"\f187"}.fa-arrow-alt-circle-down:before{content:"\f358"}.fa-arrow-alt-circle-left:before{content:"\f359"}.fa-arrow-alt-circle-right:before{content:"\f35a"}.fa-arrow-alt-circle-up:before{content:"\f35b"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-down:before{content:"\f063"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrows-alt:before{content:"\f0b2"}.fa-arrows-alt-h:before{content:"\f337"}.fa-arrows-alt-v:before{content:"\f338"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asterisk:before{content:"\f069"}.fa-asymmetrik:before{content:"\f372"}.fa-at:before{content:"\f1fa"}.fa-audible:before{content:"\f373"}.fa-audio-description:before{content:"\f29e"}.fa-autoprefixer:before{content:"\f41c"}.fa-avianex:before{content:"\f374"}.fa-aviato:before{content:"\f421"}.fa-aws:before{content:"\f375"}.fa-backward:before{content:"\f04a"}.fa-balance-scale:before{content:"\f24e"}.fa-ban:before{content:"\f05e"}.fa-band-aid:before{content:"\f462"}.fa-bandcamp:before{content:"\f2d5"}.fa-barcode:before{content:"\f02a"}.fa-bars:before{content:"\f0c9"}.fa-baseball-ball:before{content:"\f433"}.fa-basketball-ball:before{content:"\f434"}.fa-bath:before{content:"\f2cd"}.fa-battery-empty:before{content:"\f244"}.fa-battery-full:before{content:"\f240"}.fa-battery-half:before{content:"\f242"}.fa-battery-quarter:before{content:"\f243"}.fa-battery-three-quarters:before{content:"\f241"}.fa-bed:before{content:"\f236"}.fa-beer:before{content:"\f0fc"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-bell:before{content:"\f0f3"}.fa-bell-slash:before{content:"\f1f6"}.fa-bicycle:before{content:"\f206"}.fa-bimobject:before{content:"\f378"}.fa-binoculars:before{content:"\f1e5"}.fa-birthday-cake:before{content:"\f1fd"}.fa-bitbucket:before{content:"\f171"}.fa-bitcoin:before{content:"\f379"}.fa-bity:before{content:"\f37a"}.fa-black-tie:before{content:"\f27e"}.fa-blackberry:before{content:"\f37b"}.fa-blind:before{content:"\f29d"}.fa-blogger:before{content:"\f37c"}.fa-blogger-b:before{content:"\f37d"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-bold:before{content:"\f032"}.fa-bolt:before{content:"\f0e7"}.fa-bomb:before{content:"\f1e2"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-bowling-ball:before{content:"\f436"}.fa-box:before{content:"\f466"}.fa-boxes:before{content:"\f468"}.fa-braille:before{content:"\f2a1"}.fa-briefcase:before{content:"\f0b1"}.fa-btc:before{content:"\f15a"}.fa-bug:before{content:"\f188"}.fa-building:before{content:"\f1ad"}.fa-bullhorn:before{content:"\f0a1"}.fa-bullseye:before{content:"\f140"}.fa-buromobelexperte:before{content:"\f37f"}.fa-bus:before{content:"\f207"}.fa-buysellads:before{content:"\f20d"}.fa-calculator:before{content:"\f1ec"}.fa-calendar:before{content:"\f133"}.fa-calendar-alt:before{content:"\f073"}.fa-calendar-check:before{content:"\f274"}.fa-calendar-minus:before{content:"\f272"}.fa-calendar-plus:before{content:"\f271"}.fa-calendar-times:before{content:"\f273"}.fa-camera:before{content:"\f030"}.fa-camera-retro:before{content:"\f083"}.fa-car:before{content:"\f1b9"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-caret-square-down:before{content:"\f150"}.fa-caret-square-left:before{content:"\f191"}.fa-caret-square-right:before{content:"\f152"}.fa-caret-square-up:before{content:"\f151"}.fa-caret-up:before{content:"\f0d8"}.fa-cart-arrow-down:before{content:"\f218"}.fa-cart-plus:before{content:"\f217"}.fa-cc-amazon-pay:before{content:"\f42d"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-apple-pay:before{content:"\f416"}.fa-cc-diners-club:before{content:"\f24c"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-cc-visa:before{content:"\f1f0"}.fa-centercode:before{content:"\f380"}.fa-certificate:before{content:"\f0a3"}.fa-chart-area:before{content:"\f1fe"}.fa-chart-bar:before{content:"\f080"}.fa-chart-line:before{content:"\f201"}.fa-chart-pie:before{content:"\f200"}.fa-check:before{content:"\f00c"}.fa-check-circle:before{content:"\f058"}.fa-check-square:before{content:"\f14a"}.fa-chess:before{content:"\f439"}.fa-chess-bishop:before{content:"\f43a"}.fa-chess-board:before{content:"\f43c"}.fa-chess-king:before{content:"\f43f"}.fa-chess-knight:before{content:"\f441"}.fa-chess-pawn:before{content:"\f443"}.fa-chess-queen:before{content:"\f445"}.fa-chess-rook:before{content:"\f447"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-down:before{content:"\f078"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-chevron-up:before{content:"\f077"}.fa-child:before{content:"\f1ae"}.fa-chrome:before{content:"\f268"}.fa-circle:before{content:"\f111"}.fa-circle-notch:before{content:"\f1ce"}.fa-clipboard:before{content:"\f328"}.fa-clipboard-check:before{content:"\f46c"}.fa-clipboard-list:before{content:"\f46d"}.fa-clock:before{content:"\f017"}.fa-clone:before{content:"\f24d"}.fa-closed-captioning:before{content:"\f20a"}.fa-cloud:before{content:"\f0c2"}.fa-cloud-download-alt:before{content:"\f381"}.fa-cloud-upload-alt:before{content:"\f382"}.fa-cloudscale:before{content:"\f383"}.fa-cloudsmith:before{content:"\f384"}.fa-cloudversify:before{content:"\f385"}.fa-code:before{content:"\f121"}.fa-code-branch:before{content:"\f126"}.fa-codepen:before{content:"\f1cb"}.fa-codiepie:before{content:"\f284"}.fa-coffee:before{content:"\f0f4"}.fa-cog:before{content:"\f013"}.fa-cogs:before{content:"\f085"}.fa-columns:before{content:"\f0db"}.fa-comment:before{content:"\f075"}.fa-comment-alt:before{content:"\f27a"}.fa-comments:before{content:"\f086"}.fa-compass:before{content:"\f14e"}.fa-compress:before{content:"\f066"}.fa-connectdevelop:before{content:"\f20e"}.fa-contao:before{content:"\f26d"}.fa-copy:before{content:"\f0c5"}.fa-copyright:before{content:"\f1f9"}.fa-cpanel:before{content:"\f388"}.fa-creative-commons:before{content:"\f25e"}.fa-credit-card:before{content:"\f09d"}.fa-crop:before{content:"\f125"}.fa-crosshairs:before{content:"\f05b"}.fa-css3:before{content:"\f13c"}.fa-css3-alt:before{content:"\f38b"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-cut:before{content:"\f0c4"}.fa-cuttlefish:before{content:"\f38c"}.fa-d-and-d:before{content:"\f38d"}.fa-dashcube:before{content:"\f210"}.fa-database:before{content:"\f1c0"}.fa-deaf:before{content:"\f2a4"}.fa-delicious:before{content:"\f1a5"}.fa-deploydog:before{content:"\f38e"}.fa-deskpro:before{content:"\f38f"}.fa-desktop:before{content:"\f108"}.fa-deviantart:before{content:"\f1bd"}.fa-digg:before{content:"\f1a6"}.fa-digital-ocean:before{content:"\f391"}.fa-discord:before{content:"\f392"}.fa-discourse:before{content:"\f393"}.fa-dna:before{content:"\f471"}.fa-dochub:before{content:"\f394"}.fa-docker:before{content:"\f395"}.fa-dollar-sign:before{content:"\f155"}.fa-dolly:before{content:"\f472"}.fa-dolly-flatbed:before{content:"\f474"}.fa-dot-circle:before{content:"\f192"}.fa-download:before{content:"\f019"}.fa-draft2digital:before{content:"\f396"}.fa-dribbble:before{content:"\f17d"}.fa-dribbble-square:before{content:"\f397"}.fa-dropbox:before{content:"\f16b"}.fa-drupal:before{content:"\f1a9"}.fa-dyalog:before{content:"\f399"}.fa-earlybirds:before{content:"\f39a"}.fa-edge:before{content:"\f282"}.fa-edit:before{content:"\f044"}.fa-eject:before{content:"\f052"}.fa-elementor:before{content:"\f430"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-ember:before{content:"\f423"}.fa-empire:before{content:"\f1d1"}.fa-envelope:before{content:"\f0e0"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-square:before{content:"\f199"}.fa-envira:before{content:"\f299"}.fa-eraser:before{content:"\f12d"}.fa-erlang:before{content:"\f39d"}.fa-ethereum:before{content:"\f42e"}.fa-etsy:before{content:"\f2d7"}.fa-euro-sign:before{content:"\f153"}.fa-exchange-alt:before{content:"\f362"}.fa-exclamation:before{content:"\f12a"}.fa-exclamation-circle:before{content:"\f06a"}.fa-exclamation-triangle:before{content:"\f071"}.fa-expand:before{content:"\f065"}.fa-expand-arrows-alt:before{content:"\f31e"}.fa-expeditedssl:before{content:"\f23e"}.fa-external-link-alt:before{content:"\f35d"}.fa-external-link-square-alt:before{content:"\f360"}.fa-eye:before{content:"\f06e"}.fa-eye-dropper:before{content:"\f1fb"}.fa-eye-slash:before{content:"\f070"}.fa-facebook:before{content:"\f09a"}.fa-facebook-f:before{content:"\f39e"}.fa-facebook-messenger:before{content:"\f39f"}.fa-facebook-square:before{content:"\f082"}.fa-fast-backward:before{content:"\f049"}.fa-fast-forward:before{content:"\f050"}.fa-fax:before{content:"\f1ac"}.fa-female:before{content:"\f182"}.fa-fighter-jet:before{content:"\f0fb"}.fa-file:before{content:"\f15b"}.fa-file-alt:before{content:"\f15c"}.fa-file-archive:before{content:"\f1c6"}.fa-file-audio:before{content:"\f1c7"}.fa-file-code:before{content:"\f1c9"}.fa-file-excel:before{content:"\f1c3"}.fa-file-image:before{content:"\f1c5"}.fa-file-pdf:before{content:"\f1c1"}.fa-file-powerpoint:before{content:"\f1c4"}.fa-file-video:before{content:"\f1c8"}.fa-file-word:before{content:"\f1c2"}.fa-film:before{content:"\f008"}.fa-filter:before{content:"\f0b0"}.fa-fire:before{content:"\f06d"}.fa-fire-extinguisher:before{content:"\f134"}.fa-firefox:before{content:"\f269"}.fa-first-aid:before{content:"\f479"}.fa-first-order:before{content:"\f2b0"}.fa-firstdraft:before{content:"\f3a1"}.fa-flag:before{content:"\f024"}.fa-flag-checkered:before{content:"\f11e"}.fa-flask:before{content:"\f0c3"}.fa-flickr:before{content:"\f16e"}.fa-flipboard:before{content:"\f44d"}.fa-fly:before{content:"\f417"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-font:before{content:"\f031"}.fa-font-awesome:before{content:"\f2b4"}.fa-font-awesome-alt:before{content:"\f35c"}.fa-font-awesome-flag:before{content:"\f425"}.fa-fonticons:before{content:"\f280"}.fa-fonticons-fi:before{content:"\f3a2"}.fa-football-ball:before{content:"\f44e"}.fa-fort-awesome:before{content:"\f286"}.fa-fort-awesome-alt:before{content:"\f3a3"}.fa-forumbee:before{content:"\f211"}.fa-forward:before{content:"\f04e"}.fa-foursquare:before{content:"\f180"}.fa-free-code-camp:before{content:"\f2c5"}.fa-freebsd:before{content:"\f3a4"}.fa-frown:before{content:"\f119"}.fa-futbol:before{content:"\f1e3"}.fa-gamepad:before{content:"\f11b"}.fa-gavel:before{content:"\f0e3"}.fa-gem:before{content:"\f3a5"}.fa-genderless:before{content:"\f22d"}.fa-get-pocket:before{content:"\f265"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-gift:before{content:"\f06b"}.fa-git:before{content:"\f1d3"}.fa-git-square:before{content:"\f1d2"}.fa-github:before{content:"\f09b"}.fa-github-alt:before{content:"\f113"}.fa-github-square:before{content:"\f092"}.fa-gitkraken:before{content:"\f3a6"}.fa-gitlab:before{content:"\f296"}.fa-gitter:before{content:"\f426"}.fa-glass-martini:before{content:"\f000"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-globe:before{content:"\f0ac"}.fa-gofore:before{content:"\f3a7"}.fa-golf-ball:before{content:"\f450"}.fa-goodreads:before{content:"\f3a8"}.fa-goodreads-g:before{content:"\f3a9"}.fa-google:before{content:"\f1a0"}.fa-google-drive:before{content:"\f3aa"}.fa-google-play:before{content:"\f3ab"}.fa-google-plus:before{content:"\f2b3"}.fa-google-plus-g:before{content:"\f0d5"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-wallet:before{content:"\f1ee"}.fa-graduation-cap:before{content:"\f19d"}.fa-gratipay:before{content:"\f184"}.fa-grav:before{content:"\f2d6"}.fa-gripfire:before{content:"\f3ac"}.fa-grunt:before{content:"\f3ad"}.fa-gulp:before{content:"\f3ae"}.fa-h-square:before{content:"\f0fd"}.fa-hacker-news:before{content:"\f1d4"}.fa-hacker-news-square:before{content:"\f3af"}.fa-hand-lizard:before{content:"\f258"}.fa-hand-paper:before{content:"\f256"}.fa-hand-peace:before{content:"\f25b"}.fa-hand-point-down:before{content:"\f0a7"}.fa-hand-point-left:before{content:"\f0a5"}.fa-hand-point-right:before{content:"\f0a4"}.fa-hand-point-up:before{content:"\f0a6"}.fa-hand-pointer:before{content:"\f25a"}.fa-hand-rock:before{content:"\f255"}.fa-hand-scissors:before{content:"\f257"}.fa-hand-spock:before{content:"\f259"}.fa-handshake:before{content:"\f2b5"}.fa-hashtag:before{content:"\f292"}.fa-hdd:before{content:"\f0a0"}.fa-heading:before{content:"\f1dc"}.fa-headphones:before{content:"\f025"}.fa-heart:before{content:"\f004"}.fa-heartbeat:before{content:"\f21e"}.fa-hips:before{content:"\f452"}.fa-hire-a-helper:before{content:"\f3b0"}.fa-history:before{content:"\f1da"}.fa-hockey-puck:before{content:"\f453"}.fa-home:before{content:"\f015"}.fa-hooli:before{content:"\f427"}.fa-hospital:before{content:"\f0f8"}.fa-hospital-symbol:before{content:"\f47e"}.fa-hotjar:before{content:"\f3b1"}.fa-hourglass:before{content:"\f254"}.fa-hourglass-end:before{content:"\f253"}.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-start:before{content:"\f251"}.fa-houzz:before{content:"\f27c"}.fa-html5:before{content:"\f13b"}.fa-hubspot:before{content:"\f3b2"}.fa-i-cursor:before{content:"\f246"}.fa-id-badge:before{content:"\f2c1"}.fa-id-card:before{content:"\f2c2"}.fa-image:before{content:"\f03e"}.fa-images:before{content:"\f302"}.fa-imdb:before{content:"\f2d8"}.fa-inbox:before{content:"\f01c"}.fa-indent:before{content:"\f03c"}.fa-industry:before{content:"\f275"}.fa-info:before{content:"\f129"}.fa-info-circle:before{content:"\f05a"}.fa-instagram:before{content:"\f16d"}.fa-internet-explorer:before{content:"\f26b"}.fa-ioxhost:before{content:"\f208"}.fa-italic:before{content:"\f033"}.fa-itunes:before{content:"\f3b4"}.fa-itunes-note:before{content:"\f3b5"}.fa-jenkins:before{content:"\f3b6"}.fa-joget:before{content:"\f3b7"}.fa-joomla:before{content:"\f1aa"}.fa-js:before{content:"\f3b8"}.fa-js-square:before{content:"\f3b9"}.fa-jsfiddle:before{content:"\f1cc"}.fa-key:before{content:"\f084"}.fa-keyboard:before{content:"\f11c"}.fa-keycdn:before{content:"\f3ba"}.fa-kickstarter:before{content:"\f3bb"}.fa-kickstarter-k:before{content:"\f3bc"}.fa-korvue:before{content:"\f42f"}.fa-language:before{content:"\f1ab"}.fa-laptop:before{content:"\f109"}.fa-laravel:before{content:"\f3bd"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-leaf:before{content:"\f06c"}.fa-leanpub:before{content:"\f212"}.fa-lemon:before{content:"\f094"}.fa-less:before{content:"\f41d"}.fa-level-down-alt:before{content:"\f3be"}.fa-level-up-alt:before{content:"\f3bf"}.fa-life-ring:before{content:"\f1cd"}.fa-lightbulb:before{content:"\f0eb"}.fa-line:before{content:"\f3c0"}.fa-link:before{content:"\f0c1"}.fa-linkedin:before{content:"\f08c"}.fa-linkedin-in:before{content:"\f0e1"}.fa-linode:before{content:"\f2b8"}.fa-linux:before{content:"\f17c"}.fa-lira-sign:before{content:"\f195"}.fa-list:before{content:"\f03a"}.fa-list-alt:before{content:"\f022"}.fa-list-ol:before{content:"\f0cb"}.fa-list-ul:before{content:"\f0ca"}.fa-location-arrow:before{content:"\f124"}.fa-lock:before{content:"\f023"}.fa-lock-open:before{content:"\f3c1"}.fa-long-arrow-alt-down:before{content:"\f309"}.fa-long-arrow-alt-left:before{content:"\f30a"}.fa-long-arrow-alt-right:before{content:"\f30b"}.fa-long-arrow-alt-up:before{content:"\f30c"}.fa-low-vision:before{content:"\f2a8"}.fa-lyft:before{content:"\f3c3"}.fa-magento:before{content:"\f3c4"}.fa-magic:before{content:"\f0d0"}.fa-magnet:before{content:"\f076"}.fa-male:before{content:"\f183"}.fa-map:before{content:"\f279"}.fa-map-marker:before{content:"\f041"}.fa-map-marker-alt:before{content:"\f3c5"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-mars:before{content:"\f222"}.fa-mars-double:before{content:"\f227"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-maxcdn:before{content:"\f136"}.fa-medapps:before{content:"\f3c6"}.fa-medium:before{content:"\f23a"}.fa-medium-m:before{content:"\f3c7"}.fa-medkit:before{content:"\f0fa"}.fa-medrt:before{content:"\f3c8"}.fa-meetup:before{content:"\f2e0"}.fa-meh:before{content:"\f11a"}.fa-mercury:before{content:"\f223"}.fa-microchip:before{content:"\f2db"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-microsoft:before{content:"\f3ca"}.fa-minus:before{content:"\f068"}.fa-minus-circle:before{content:"\f056"}.fa-minus-square:before{content:"\f146"}.fa-mix:before{content:"\f3cb"}.fa-mixcloud:before{content:"\f289"}.fa-mizuni:before{content:"\f3cc"}.fa-mobile:before{content:"\f10b"}.fa-mobile-alt:before{content:"\f3cd"}.fa-modx:before{content:"\f285"}.fa-monero:before{content:"\f3d0"}.fa-money-bill-alt:before{content:"\f3d1"}.fa-moon:before{content:"\f186"}.fa-motorcycle:before{content:"\f21c"}.fa-mouse-pointer:before{content:"\f245"}.fa-music:before{content:"\f001"}.fa-napster:before{content:"\f3d2"}.fa-neuter:before{content:"\f22c"}.fa-newspaper:before{content:"\f1ea"}.fa-nintendo-switch:before{content:"\f418"}.fa-node:before{content:"\f419"}.fa-node-js:before{content:"\f3d3"}.fa-npm:before{content:"\f3d4"}.fa-ns8:before{content:"\f3d5"}.fa-nutritionix:before{content:"\f3d6"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-opencart:before{content:"\f23d"}.fa-openid:before{content:"\f19b"}.fa-opera:before{content:"\f26a"}.fa-optin-monster:before{content:"\f23c"}.fa-osi:before{content:"\f41a"}.fa-outdent:before{content:"\f03b"}.fa-page4:before{content:"\f3d7"}.fa-pagelines:before{content:"\f18c"}.fa-paint-brush:before{content:"\f1fc"}.fa-palfed:before{content:"\f3d8"}.fa-pallet:before{content:"\f482"}.fa-paper-plane:before{content:"\f1d8"}.fa-paperclip:before{content:"\f0c6"}.fa-paragraph:before{content:"\f1dd"}.fa-paste:before{content:"\f0ea"}.fa-patreon:before{content:"\f3d9"}.fa-pause:before{content:"\f04c"}.fa-pause-circle:before{content:"\f28b"}.fa-paw:before{content:"\f1b0"}.fa-paypal:before{content:"\f1ed"}.fa-pen-square:before{content:"\f14b"}.fa-pencil-alt:before{content:"\f303"}.fa-percent:before{content:"\f295"}.fa-periscope:before{content:"\f3da"}.fa-phabricator:before{content:"\f3db"}.fa-phoenix-framework:before{content:"\f3dc"}.fa-phone:before{content:"\f095"}.fa-phone-square:before{content:"\f098"}.fa-phone-volume:before{content:"\f2a0"}.fa-php:before{content:"\f457"}.fa-pied-piper:before{content:"\f2ae"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pills:before{content:"\f484"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-p:before{content:"\f231"}.fa-pinterest-square:before{content:"\f0d3"}.fa-plane:before{content:"\f072"}.fa-play:before{content:"\f04b"}.fa-play-circle:before{content:"\f144"}.fa-playstation:before{content:"\f3df"}.fa-plug:before{content:"\f1e6"}.fa-plus:before{content:"\f067"}.fa-plus-circle:before{content:"\f055"}.fa-plus-square:before{content:"\f0fe"}.fa-podcast:before{content:"\f2ce"}.fa-pound-sign:before{content:"\f154"}.fa-power-off:before{content:"\f011"}.fa-print:before{content:"\f02f"}.fa-product-hunt:before{content:"\f288"}.fa-pushed:before{content:"\f3e1"}.fa-puzzle-piece:before{content:"\f12e"}.fa-python:before{content:"\f3e2"}.fa-qq:before{content:"\f1d6"}.fa-qrcode:before{content:"\f029"}.fa-question:before{content:"\f128"}.fa-question-circle:before{content:"\f059"}.fa-quidditch:before{content:"\f458"}.fa-quinscape:before{content:"\f459"}.fa-quora:before{content:"\f2c4"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-random:before{content:"\f074"}.fa-ravelry:before{content:"\f2d9"}.fa-react:before{content:"\f41b"}.fa-rebel:before{content:"\f1d0"}.fa-recycle:before{content:"\f1b8"}.fa-red-river:before{content:"\f3e3"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-alien:before{content:"\f281"}.fa-reddit-square:before{content:"\f1a2"}.fa-redo:before{content:"\f01e"}.fa-redo-alt:before{content:"\f2f9"}.fa-registered:before{content:"\f25d"}.fa-rendact:before{content:"\f3e4"}.fa-renren:before{content:"\f18b"}.fa-reply:before{content:"\f3e5"}.fa-reply-all:before{content:"\f122"}.fa-replyd:before{content:"\f3e6"}.fa-resolving:before{content:"\f3e7"}.fa-retweet:before{content:"\f079"}.fa-road:before{content:"\f018"}.fa-rocket:before{content:"\f135"}.fa-rocketchat:before{content:"\f3e8"}.fa-rockrms:before{content:"\f3e9"}.fa-rss:before{content:"\f09e"}.fa-rss-square:before{content:"\f143"}.fa-ruble-sign:before{content:"\f158"}.fa-rupee-sign:before{content:"\f156"}.fa-safari:before{content:"\f267"}.fa-sass:before{content:"\f41e"}.fa-save:before{content:"\f0c7"}.fa-schlix:before{content:"\f3ea"}.fa-scribd:before{content:"\f28a"}.fa-search:before{content:"\f002"}.fa-search-minus:before{content:"\f010"}.fa-search-plus:before{content:"\f00e"}.fa-searchengin:before{content:"\f3eb"}.fa-sellcast:before{content:"\f2da"}.fa-sellsy:before{content:"\f213"}.fa-server:before{content:"\f233"}.fa-servicestack:before{content:"\f3ec"}.fa-share:before{content:"\f064"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-share-square:before{content:"\f14d"}.fa-shekel-sign:before{content:"\f20b"}.fa-shield-alt:before{content:"\f3ed"}.fa-ship:before{content:"\f21a"}.fa-shipping-fast:before{content:"\f48b"}.fa-shirtsinbulk:before{content:"\f214"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-shopping-cart:before{content:"\f07a"}.fa-shower:before{content:"\f2cc"}.fa-sign-in-alt:before{content:"\f2f6"}.fa-sign-language:before{content:"\f2a7"}.fa-sign-out-alt:before{content:"\f2f5"}.fa-signal:before{content:"\f012"}.fa-simplybuilt:before{content:"\f215"}.fa-sistrix:before{content:"\f3ee"}.fa-sitemap:before{content:"\f0e8"}.fa-skyatlas:before{content:"\f216"}.fa-skype:before{content:"\f17e"}.fa-slack:before{content:"\f198"}.fa-slack-hash:before{content:"\f3ef"}.fa-sliders-h:before{content:"\f1de"}.fa-slideshare:before{content:"\f1e7"}.fa-smile:before{content:"\f118"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-snowflake:before{content:"\f2dc"}.fa-sort:before{content:"\f0dc"}.fa-sort-alpha-down:before{content:"\f15d"}.fa-sort-alpha-up:before{content:"\f15e"}.fa-sort-amount-down:before{content:"\f160"}.fa-sort-amount-up:before{content:"\f161"}.fa-sort-down:before{content:"\f0dd"}.fa-sort-numeric-down:before{content:"\f162"}.fa-sort-numeric-up:before{content:"\f163"}.fa-sort-up:before{content:"\f0de"}.fa-soundcloud:before{content:"\f1be"}.fa-space-shuttle:before{content:"\f197"}.fa-speakap:before{content:"\f3f3"}.fa-spinner:before{content:"\f110"}.fa-spotify:before{content:"\f1bc"}.fa-square:before{content:"\f0c8"}.fa-square-full:before{content:"\f45c"}.fa-stack-exchange:before{content:"\f18d"}.fa-stack-overflow:before{content:"\f16c"}.fa-star:before{content:"\f005"}.fa-star-half:before{content:"\f089"}.fa-staylinked:before{content:"\f3f5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-steam-symbol:before{content:"\f3f6"}.fa-step-backward:before{content:"\f048"}.fa-step-forward:before{content:"\f051"}.fa-stethoscope:before{content:"\f0f1"}.fa-sticker-mule:before{content:"\f3f7"}.fa-sticky-note:before{content:"\f249"}.fa-stop:before{content:"\f04d"}.fa-stop-circle:before{content:"\f28d"}.fa-stopwatch:before{content:"\f2f2"}.fa-strava:before{content:"\f428"}.fa-street-view:before{content:"\f21d"}.fa-strikethrough:before{content:"\f0cc"}.fa-stripe:before{content:"\f429"}.fa-stripe-s:before{content:"\f42a"}.fa-studiovinari:before{content:"\f3f8"}.fa-stumbleupon:before{content:"\f1a4"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-subscript:before{content:"\f12c"}.fa-subway:before{content:"\f239"}.fa-suitcase:before{content:"\f0f2"}.fa-sun:before{content:"\f185"}.fa-superpowers:before{content:"\f2dd"}.fa-superscript:before{content:"\f12b"}.fa-supple:before{content:"\f3f9"}.fa-sync:before{content:"\f021"}.fa-sync-alt:before{content:"\f2f1"}.fa-syringe:before{content:"\f48e"}.fa-table:before{content:"\f0ce"}.fa-table-tennis:before{content:"\f45d"}.fa-tablet:before{content:"\f10a"}.fa-tablet-alt:before{content:"\f3fa"}.fa-tachometer-alt:before{content:"\f3fd"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-tasks:before{content:"\f0ae"}.fa-taxi:before{content:"\f1ba"}.fa-telegram:before{content:"\f2c6"}.fa-telegram-plane:before{content:"\f3fe"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-terminal:before{content:"\f120"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-th:before{content:"\f00a"}.fa-th-large:before{content:"\f009"}.fa-th-list:before{content:"\f00b"}.fa-themeisle:before{content:"\f2b2"}.fa-thermometer:before{content:"\f491"}.fa-thermometer-empty:before{content:"\f2cb"}.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thumbs-down:before{content:"\f165"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbtack:before{content:"\f08d"}.fa-ticket-alt:before{content:"\f3ff"}.fa-times:before{content:"\f00d"}.fa-times-circle:before{content:"\f057"}.fa-tint:before{content:"\f043"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-trademark:before{content:"\f25c"}.fa-train:before{content:"\f238"}.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-trash:before{content:"\f1f8"}.fa-trash-alt:before{content:"\f2ed"}.fa-tree:before{content:"\f1bb"}.fa-trello:before{content:"\f181"}.fa-tripadvisor:before{content:"\f262"}.fa-trophy:before{content:"\f091"}.fa-truck:before{content:"\f0d1"}.fa-tty:before{content:"\f1e4"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-tv:before{content:"\f26c"}.fa-twitch:before{content:"\f1e8"}.fa-twitter:before{content:"\f099"}.fa-twitter-square:before{content:"\f081"}.fa-typo3:before{content:"\f42b"}.fa-uber:before{content:"\f402"}.fa-uikit:before{content:"\f403"}.fa-umbrella:before{content:"\f0e9"}.fa-underline:before{content:"\f0cd"}.fa-undo:before{content:"\f0e2"}.fa-undo-alt:before{content:"\f2ea"}.fa-uniregistry:before{content:"\f404"}.fa-universal-access:before{content:"\f29a"}.fa-university:before{content:"\f19c"}.fa-unlink:before{content:"\f127"}.fa-unlock:before{content:"\f09c"}.fa-unlock-alt:before{content:"\f13e"}.fa-untappd:before{content:"\f405"}.fa-upload:before{content:"\f093"}.fa-usb:before{content:"\f287"}.fa-user:before{content:"\f007"}.fa-user-circle:before{content:"\f2bd"}.fa-user-md:before{content:"\f0f0"}.fa-user-plus:before{content:"\f234"}.fa-user-secret:before{content:"\f21b"}.fa-user-times:before{content:"\f235"}.fa-users:before{content:"\f0c0"}.fa-ussunnah:before{content:"\f407"}.fa-utensil-spoon:before{content:"\f2e5"}.fa-utensils:before{content:"\f2e7"}.fa-vaadin:before{content:"\f408"}.fa-venus:before{content:"\f221"}.fa-venus-double:before{content:"\f226"}.fa-venus-mars:before{content:"\f228"}.fa-viacoin:before{content:"\f237"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-viber:before{content:"\f409"}.fa-video:before{content:"\f03d"}.fa-vimeo:before{content:"\f40a"}.fa-vimeo-square:before{content:"\f194"}.fa-vimeo-v:before{content:"\f27d"}.fa-vine:before{content:"\f1ca"}.fa-vk:before{content:"\f189"}.fa-vnv:before{content:"\f40b"}.fa-volleyball-ball:before{content:"\f45f"}.fa-volume-down:before{content:"\f027"}.fa-volume-off:before{content:"\f026"}.fa-volume-up:before{content:"\f028"}.fa-vuejs:before{content:"\f41f"}.fa-warehouse:before{content:"\f494"}.fa-weibo:before{content:"\f18a"}.fa-weight:before{content:"\f496"}.fa-weixin:before{content:"\f1d7"}.fa-whatsapp:before{content:"\f232"}.fa-whatsapp-square:before{content:"\f40c"}.fa-wheelchair:before{content:"\f193"}.fa-whmcs:before{content:"\f40d"}.fa-wifi:before{content:"\f1eb"}.fa-wikipedia-w:before{content:"\f266"}.fa-window-close:before{content:"\f410"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-windows:before{content:"\f17a"}.fa-won-sign:before{content:"\f159"}.fa-wordpress:before{content:"\f19a"}.fa-wordpress-simple:before{content:"\f411"}.fa-wpbeginner:before{content:"\f297"}.fa-wpexplorer:before{content:"\f2de"}.fa-wpforms:before{content:"\f298"}.fa-wrench:before{content:"\f0ad"}.fa-xbox:before{content:"\f412"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-y-combinator:before{content:"\f23b"}.fa-yahoo:before{content:"\f19e"}.fa-yandex:before{content:"\f413"}.fa-yandex-international:before{content:"\f414"}.fa-yelp:before{content:"\f1e9"}.fa-yen-sign:before{content:"\f157"}.fa-yoast:before{content:"\f2b1"}.fa-youtube:before{content:"\f167"}.fa-youtube-square:before{content:"\f431"}.sr-only{border:0;clip:rect(0,0,0,0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.sr-only-focusable:active,.sr-only-focusable:focus{clip:auto;height:auto;margin:0;overflow:visible;position:static;width:auto}@font-face{font-family:Font Awesome\ 5 Brands;font-style:normal;font-weight:400;src:url('../../../typo3conf/ext/base_facelift/Resources/Public/CSS/vendor/fontawesome-free-5.0.7/web-fonts-with-css/webfonts/fa-brands-400.eot');src:url('../../../typo3conf/ext/base_facelift/Resources/Public/CSS/vendor/fontawesome-free-5.0.7/web-fonts-with-css/webfonts/fa-brands-400.eot?#iefix') format("embedded-opentype"),url('../../../typo3conf/ext/base_facelift/Resources/Public/CSS/vendor/fontawesome-free-5.0.7/web-fonts-with-css/webfonts/fa-brands-400.woff2') format("woff2"),url('../../../typo3conf/ext/base_facelift/Resources/Public/CSS/vendor/fontawesome-free-5.0.7/web-fonts-with-css/webfonts/fa-brands-400.woff') format("woff"),url('../../../typo3conf/ext/base_facelift/Resources/Public/CSS/vendor/fontawesome-free-5.0.7/web-fonts-with-css/webfonts/fa-brands-400.ttf') format("truetype"),url('../../../typo3conf/ext/base_facelift/Resources/Public/CSS/vendor/fontawesome-free-5.0.7/web-fonts-with-css/webfonts/fa-brands-400.svg#fontawesome') format("svg")}.fab{font-family:Font Awesome\ 5 Brands}@font-face{font-family:Font Awesome\ 5 Free;font-style:normal;font-weight:400;src:url('../../../typo3conf/ext/base_facelift/Resources/Public/CSS/vendor/fontawesome-free-5.0.7/web-fonts-with-css/webfonts/fa-regular-400.eot');src:url('../../../typo3conf/ext/base_facelift/Resources/Public/CSS/vendor/fontawesome-free-5.0.7/web-fonts-with-css/webfonts/fa-regular-400.eot?#iefix') format("embedded-opentype"),url('../../../typo3conf/ext/base_facelift/Resources/Public/CSS/vendor/fontawesome-free-5.0.7/web-fonts-with-css/webfonts/fa-regular-400.woff2') format("woff2"),url('../../../typo3conf/ext/base_facelift/Resources/Public/CSS/vendor/fontawesome-free-5.0.7/web-fonts-with-css/webfonts/fa-regular-400.woff') format("woff"),url('../../../typo3conf/ext/base_facelift/Resources/Public/CSS/vendor/fontawesome-free-5.0.7/web-fonts-with-css/webfonts/fa-regular-400.ttf') format("truetype"),url('../../../typo3conf/ext/base_facelift/Resources/Public/CSS/vendor/fontawesome-free-5.0.7/web-fonts-with-css/webfonts/fa-regular-400.svg#fontawesome') format("svg")}.far{font-weight:400}@font-face{font-family:Font Awesome\ 5 Free;font-style:normal;font-weight:900;src:url('../../../typo3conf/ext/base_facelift/Resources/Public/CSS/vendor/fontawesome-free-5.0.7/web-fonts-with-css/webfonts/fa-solid-900.eot');src:url('../../../typo3conf/ext/base_facelift/Resources/Public/CSS/vendor/fontawesome-free-5.0.7/web-fonts-with-css/webfonts/fa-solid-900.eot?#iefix') format("embedded-opentype"),url('../../../typo3conf/ext/base_facelift/Resources/Public/CSS/vendor/fontawesome-free-5.0.7/web-fonts-with-css/webfonts/fa-solid-900.woff2') format("woff2"),url('../../../typo3conf/ext/base_facelift/Resources/Public/CSS/vendor/fontawesome-free-5.0.7/web-fonts-with-css/webfonts/fa-solid-900.woff') format("woff"),url('../../../typo3conf/ext/base_facelift/Resources/Public/CSS/vendor/fontawesome-free-5.0.7/web-fonts-with-css/webfonts/fa-solid-900.ttf') format("truetype"),url('../../../typo3conf/ext/base_facelift/Resources/Public/CSS/vendor/fontawesome-free-5.0.7/web-fonts-with-css/webfonts/fa-solid-900.svg#fontawesome') format("svg")}.fa,.far,.fas{font-family:Font Awesome\ 5 Free}.fa,.fas{font-weight:900}
/*! nouislider - 8.5.1 - 2016-04-24 16:00:30 */


.noUi-target,.noUi-target *{-webkit-touch-callout:none;-webkit-user-select:none;-ms-touch-action:none;touch-action:none;-ms-user-select:none;-moz-user-select:none;user-select:none;-moz-box-sizing:border-box;box-sizing:border-box}.noUi-target{position:relative;direction:ltr}.noUi-base{width:100%;height:100%;position:relative;z-index:1}.noUi-origin{position:absolute;right:0;top:0;left:0;bottom:0}.noUi-handle{position:relative;z-index:1}.noUi-stacking .noUi-handle{z-index:10}.noUi-state-tap .noUi-origin{-webkit-transition:left .3s,top .3s;transition:left .3s,top .3s}.noUi-state-drag *{cursor:inherit!important}.noUi-base,.noUi-handle{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.noUi-horizontal{height:18px}.noUi-horizontal .noUi-handle{width:34px;height:28px;left:-17px;top:-6px}.noUi-vertical{width:18px}.noUi-vertical .noUi-handle{width:28px;height:34px;left:-6px;top:-17px}.noUi-background{background:#FAFAFA;box-shadow:inset 0 1px 1px #f0f0f0}.noUi-connect{background:#3FB8AF;box-shadow:inset 0 0 3px rgba(51,51,51,.45);-webkit-transition:background 450ms;transition:background 450ms}.noUi-origin{border-radius:2px}.noUi-target{border-radius:4px;border:1px solid #D3D3D3;box-shadow:inset 0 1px 1px #F0F0F0,0 3px 6px -5px #BBB}.noUi-target.noUi-connect{box-shadow:inset 0 0 3px rgba(51,51,51,.45),0 3px 6px -5px #BBB}.noUi-draggable{cursor:w-resize}.noUi-vertical .noUi-draggable{cursor:n-resize}.noUi-handle{border:1px solid #D9D9D9;border-radius:3px;background:#FFF;cursor:default;box-shadow:inset 0 0 1px #FFF,inset 0 1px 7px #EBEBEB,0 3px 6px -3px #BBB}.noUi-active{box-shadow:inset 0 0 1px #FFF,inset 0 1px 7px #DDD,0 3px 6px -3px #BBB}.noUi-handle:after,.noUi-handle:before{content:"";display:block;position:absolute;height:14px;width:1px;background:#E8E7E6;left:14px;top:6px}.noUi-handle:after{left:17px}.noUi-vertical .noUi-handle:after,.noUi-vertical .noUi-handle:before{width:14px;height:1px;left:6px;top:14px}.noUi-vertical .noUi-handle:after{top:17px}[disabled] .noUi-connect,[disabled].noUi-connect{background:#B8B8B8}[disabled] .noUi-handle,[disabled].noUi-origin{cursor:not-allowed}.noUi-pips,.noUi-pips *{-moz-box-sizing:border-box;box-sizing:border-box}.noUi-pips{position:absolute;color:#999}.noUi-value{position:absolute;text-align:center}.noUi-value-sub{color:#ccc;font-size:10px}.noUi-marker{position:absolute;background:#CCC}.noUi-marker-large,.noUi-marker-sub{background:#AAA}.noUi-pips-horizontal{padding:10px 0;height:80px;top:100%;left:0;width:100%}.noUi-value-horizontal{-webkit-transform:translate3d(-50%,50%,0);transform:translate3d(-50%,50%,0)}.noUi-marker-horizontal.noUi-marker{margin-left:-1px;width:2px;height:5px}.noUi-marker-horizontal.noUi-marker-sub{height:10px}.noUi-marker-horizontal.noUi-marker-large{height:15px}.noUi-pips-vertical{padding:0 10px;height:100%;top:0;left:100%}.noUi-value-vertical{-webkit-transform:translate3d(0,-50%,0);transform:translate3d(0,-50%,0);padding-left:25px}.noUi-marker-vertical.noUi-marker{width:5px;height:2px;margin-top:-1px}.noUi-marker-vertical.noUi-marker-sub{width:10px}.noUi-marker-vertical.noUi-marker-large{width:15px}.noUi-tooltip{display:block;position:absolute;border:1px solid #D9D9D9;border-radius:3px;background:#fff;padding:5px;text-align:center}.noUi-horizontal .noUi-handle-lower .noUi-tooltip{top:-32px}.noUi-horizontal .noUi-handle-upper .noUi-tooltip{bottom:-32px}.noUi-vertical .noUi-handle-lower .noUi-tooltip{left:120%}.noUi-vertical .noUi-handle-upper .noUi-tooltip{right:120%}
.video-js .vjs-big-play-button:before,.video-js .vjs-control:before,.video-js .vjs-modal-dialog,.vjs-modal-dialog .vjs-modal-dialog-content{position:absolute;top:0;left:0;width:100%;height:100%}.video-js .vjs-big-play-button:before,.video-js .vjs-control:before{text-align:center}@font-face{font-family:VideoJS;src:url('../../../typo3conf/ext/base_facelift/Resources/Public/CSS/vendor/video-js/font/VideoJS.eot?#iefix') format("eot")}@font-face{font-family:VideoJS;src:url(data:application/font-woff;charset=utf-8;base64,d09GRgABAAAAAA54AAoAAAAAFmgAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABPUy8yAAAA9AAAAD4AAABWUZFeBWNtYXAAAAE0AAAAOgAAAUriMBC2Z2x5ZgAAAXAAAAouAAAPUFvx6AdoZWFkAAALoAAAACsAAAA2DIPpX2hoZWEAAAvMAAAAGAAAACQOogcgaG10eAAAC+QAAAAPAAAAfNkAAABsb2NhAAAL9AAAAEAAAABAMMg06m1heHAAAAw0AAAAHwAAACABMAB5bmFtZQAADFQAAAElAAACCtXH9aBwb3N0AAANfAAAAPwAAAGBZkSN43icY2BkZ2CcwMDKwMFSyPKMgYHhF4RmjmEIZzzHwMDEwMrMgBUEpLmmMDh8ZPwoxw7iLmSHCDOCCADvEAo+AAB4nGNgYGBmgGAZBkYGEHAB8hjBfBYGDSDNBqQZGZgYGD7K/f8PUvCREUTzM0DVAwEjG8OIBwCPdwbVAAB4nI1Xe1CU1xX/zv1eLItLln0JwrIfC7sJGET2hRJ2N1GUoBJE8AESQEEhmBHjaB7UuBMTO4GMaSu7aY3RNlOdRPNqO2pqRmuTaSZtR6JJILUZk00a/4imjpmiecB303O/XUgMJOPufvd+99xzzz33nN855y4HHH7EfrGfIxwHRiANvF/sH71I9BzHszmpW+rGOQOXxXE6YhI4PoMT8zkT4cDFuf1cwMrZJI5cglM0HKVv0MaUFDgIFfg9mJJCG+kbKn1JkqBOVaFOkuhLpARq8fu0Nnc9/zdvfY9PxXW4PdH0C6N+PCejhorxFjAqRjgFRXSINEARbBGsoxcFK7IJmr4OycFJnInL59zIXwxui80fkGRbEHyosMWaATJKUfCskmwJQsAWANkmnIGOhlf514h7U8HNIv3owoHB0WMt0Eb3sx0guLi5pq/8Ny1q6969fKR9X9GBV6dPv6dp04K99SOwtmyPl47ApRa6n4ZpP1yjr5fn7MmYP/vXLUJs715UguklHBaHOZHZmG1N9FAIW2mf0MqWCIdo/8RZ1yGfxKUldDcGIbFA7ICO+vqOMSPTh/ZrSqgHi/bB/O8E8Mnzp+M+acxfpsTShBwej26TiGxBn7m4eEIO+Rueu6Hj+IFBnh88cAEUEQ//nVLx5C7kf+yIR47QEe+eMlhz9SqsGbe3hh2R03NGzoY6O42Kz8l7fB6fAk6LYnTyFo/FYyT6GGyNx2Jx2sdH4rA1Fo/HyCXaFyOp8dhYBCfJb2NIn1ImE6CYNGmgSTb52DawJR6jfXEmDU4xyTEmpgHHOIStoxfjSGdkbsK2w2jbdMQG4sgAstEONgURYCwGHhEhhscioQaAhhCf7McifEQc0l6+mxj9nI+gmSdiQ0Zbm7gZnIO7GSMEXG6UDAVocxAV8GcEXCKg1a02RcTtwANWRGIAyElor6n/+ZU2yOB3+T77Hb1MLqhn4KHVnQBjJnqe9QZSon6Kc5DxAD2vMdPL/BXSmQGwspa67z9wLUjdi9TN7QC7lyyBr9rpt7uXVC1CMpyjKRoXnGPHTuiaPLsNdc2dbAFQLAooPkXEh33FodHl4XpC6sPCIa0ftUIhHSYXVSu5iME+DIXsbZJ51BeidCgajcai43jU9nVzoSn2dPqcFvSoxSzJzgRKAx47WMRxOrIj3Wf0+hndxhJTiOkSEqxar3b3RKM9hY64oxBA64ieURLvCfpkDb8siBdUJ1bgT+urJ5PGfewQrmm5R5+0HmfyIPySD7OYkT0WxRePah8oEiyjlxIP74thVoRTURpmL6QhGuWS+QDjdANXjIM8SQa/1w128ODx0Qp4aLMNg9+JL3joUn8AMxW+aLNiuKjarn4uyyTdXjOzZTsh21uwldUvJoYza+zELALfu3p1L8/3krtyZ0Ag058J3hxHghvbGZn0dHZy6Mim/7Blre4lpHd1c28yVqRViO153F2oIWoXCIKbL4Z0cM1iaQn9mI5KuV2SzEvWXJDMNtkANpMdQoDDhIdD4A/YrP6Aye9ysxyE+uOEAcTDorgvVZJjcua043PnZ/PmdDqcbibZlXOOT8uSo7Kof0YUn9GL+Jo17ficymxiTofC6znUso0DhAxs1Fo+kF+d36vLmgZ8mk5cdGv2mwYj5k3Dm9m3LhJ1aVRNm6HrTbLgYAoWXDhDd/u4PGy5CT+xGMdiaBovewUCF/1BiWNljI9MLn7jeScpg+WyH6mfU62eVDql7hsrmvx1ezp/YldE2LhjbkiDnAn8tGy/MW3IXRMYJduvq9HpmIcKuFt+JCtgdGEGKAcF6UacVwIYbVPGfw/+YuNBS4cx/CUHcnyfc+wRDMtTr72mMSBjT/yn/GKSdeDWQUCH6Xoqq5R10RE60gV6erUL0iCti16d0hZjxut4QI/rEpgSh6WjnJXdBXRg1GKCucGJPtFqM27aD1tOqqKonsQ2KsFSSmEpmvRlsR+TcD9OFwrqXxIclL4sJTnGMSuG8KpkZvKdeVIOKDyWSyPLV16/p1QMPbP8NihwUzr47bdnXtwtjdCvqqpO0H+pOvIl3Pzv46e5CT/tQjklXCXXym1AaWY7bzHLkuDMc7ldKCvgxzLn8wYkJLBhEDyK7MT8bTbwbkxbfp+3mKAGsmTBpabSIEECzMIcQlzOPAMKsxMs7uhsnxPLuofPDTc1hkuq6MX9j16YU7CqegcYHbmWYuvAP6tCS97tgWf7dlQvnl25YPavXLVZvrzQPeHCpZmzzEUVq/xzu5sChnSTPTW7oOYmh69z4zL/gk3b+O6hoa733uviP82vnFcbqWlc9tDmZa23LVzaV1yXURi+JX+28NeBuj3+O8IrQ080Vm1eWB4OKjPmrJu7c1udWynvKF6/vs479lSW9+5gZkn+dKfellNGDPllzeULustz+A0bPvhgw7lkvEUwn/N4Ty7U7nhGsEpFkOfy+kutbOh1JQxhVDJumoW11hnkPThznh6FFlhfT+ra1x9sF56kx5YuDzVY9PQYAYA7iblw4frQ4TPCk2MK/xGU3rlmze62trHz6lsko+v+So/do74PT8KVkpJfOErKcv8znrMGsHTNxoEkWy1mYgDB6XBbPaWsuiS6CryGaL6zCjaXBgvtkuyXBua1wOKnh+k7L9AvPnYWffxK18FcJbuosGf3/Jo7amY+CE1vppzY+UTrva0FXc1i55pKQ/YjVL187N5fCn1kW5uot/1hi+DiZ+5atnJR9E+prvydJ9ZZ5mwOpU5gM4KYysMBQ71UzPuMTl9QQOyUo5nwioeYCPjFklrbK6s6X+ypUZ6rum9+CZYzWRiBJfSP0xzzSmrg7f86g0DKVj/wwFzieD9rRfPGFbeKMl05pn5j9/rsQJJ2iEgRrpohlyBo3f4QK7Kl+EcAYZgAoNVmZWXK704YAa3FwBxgSGUOs5htvGRz4Sgj3yFkSJFBuv/sxu5yk998T8WDJzvv/2RX19HtTUW1S+wpKRKRjJ6zzz/1/OPdFdWGlAKbvzS4PHOtURikg9AGz0LbIB85S/cPOpoXvuue8/iV2H1vPTy3ddvOeZ37HGmO3OmSzVzR+NS53+84dHlFhXPLqtzSO+5ruHM2vXtBdxP87LOzKAD359j/INYIbyPabIi3Cq6Wa+SaGe78diIzu7qcblcAa6/fJRvNopXFJnO+U9KKM5bqH5LM0iQSVmpPCPDu7ZT4Aoubz3709EBTyrTDjyx8MQXgUH1nqm7TWng4TzE4i4AsKskBITXfSyC4Fkl5MxnJDiKSIDSJAsGvd1y+/eNDp2e+A+5d8HeiiunrTkT6TqWLIs+/QRoWr98s0qj8uuzLuS22Ytufg3rdTaHn1m46sfgGKHXt0MGnLaRHdnwN37tvHcWKo2V6lnPxL4UvUQcRdOzmZSQs8X5CH5OxXMXpkATuDz8Et0SH4uyCRR+TjmBDP1GvsVrWEGVzEj33YVQ9jAtIKpqsl/s/0xrocwAAeJxjYGRgYADig3cEzsTz23xl4GZnAIHLRucNkWl2BrA4BwMTiAIAF4IITwB4nGNgZGBgZwCChWASxGZkQAXyABOUANh4nGNnYGBgHyAMADa8ANoAAAAAAAAOAFAAZgCyAMYA5gEeAUgBdAGcAfICLgKOAroDCgOOA7AD6gQ4BHwEuAToBQwFogXoBjYGbAbaB3IHqHicY2BkYGCQZ8hlYGcAASYg5gJCBob/YD4DABbVAaoAeJxdkE1qg0AYhl8Tk9AIoVDaVSmzahcF87PMARLIMoFAl0ZHY1BHdBJIT9AT9AQ9RQ9Qeqy+yteNMzDzfM+88w0K4BY/cNAMB6N2bUaPPBLukybCLvleeAAPj8JD+hfhMV7hC3u4wxs7OO4NzQSZcI/8Ltwnfwi75E/hAR7wJTyk/xYeY49fYQ/PztM+jbTZ7LY6OWdBJdX/pqs6NYWa+zMxa13oKrA6Uoerqi/JwtpYxZXJ1coUVmeZUWVlTjq0/tHacjmdxuL90OR8O0UEDYMNdtiSEpz5XQGqzlm30kzUdAYFFOb8R7NOZk0q2lwAyz1i7oAr1xoXvrOgtYhZx8wY5KRV269JZ5yGpmzPTjQhvY9je6vEElPOuJP3mWKnP5M3V+YAAAB4nG2P2XLCMAxFfYFspGUp3Te+IB9lHJF4cOzUS2n/voaEGR6qB+lKo+WITdhga/a/bRnDBFPMkCBFhhwF5ihxg1sssMQKa9xhg3s84BFPeMYLXvGGd3zgE9tZr/hveXKVkFYoSnoeHJXfRoWOqi54mo9ameNFdrK+dLSyaVf7oJQTlkhXpD3Z5XXhR/rUfQVuKXO91Jps4cLOS6/I5YL3XhodRRsVWZe4NnZOhWnSAWgxhMoEr6SmzZieF43Mk7ZOBdeCVGrp9Eu+54J2xhySplfB5XHwQLXUmT9KH6+kPnQ7ZYuIEzNyfs1DLU1VU4SWZ6LkXGHsD1ZKbMw=) format("woff"),url(data:application/x-font-ttf;charset=utf-8;base64,AAEAAAAKAIAAAwAgT1MvMlGRXgUAAAEoAAAAVmNtYXDiMBC2AAAB/AAAAUpnbHlmW/HoBwAAA4gAAA9QaGVhZAyD6V8AAADQAAAANmhoZWEOogcgAAAArAAAACRobXR42QAAAAAAAYAAAAB8bG9jYTDINOoAAANIAAAAQG1heHABMAB5AAABCAAAACBuYW1l1cf1oAAAEtgAAAIKcG9zdGZEjeMAABTkAAABgQABAAAHAAAAAKEHAAAAAAAHAAABAAAAAAAAAAAAAAAAAAAAHwABAAAAAQAAwdxheF8PPPUACwcAAAAAANMyzzEAAAAA0zLPMQAAAAAHAAcAAAAACAACAAAAAAAAAAEAAAAfAG0ABwAAAAAAAgAAAAoACgAAAP8AAAAAAAAAAQcAAZAABQAIBHEE5gAAAPoEcQTmAAADXABXAc4AAAIABQMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUGZFZABA8QHxHgcAAAAAoQcAAAAAAAABAAAAAAAABwAAAAcAAAAHAAAABwAAAAcAAAAHAAAABwAAAAcAAAAHAAAABwAAAAcAAAAHAAAABwAAAAcAAAAHAAAABwAAAAcAAAAHAAAABwAAAAcAAAAHAAAABwAAAAcAAAAHAAAABwAAAAcAAAAHAAAABwAAAAcAAAAHAAAABwAAAAAAAAMAAAADAAAAHAABAAAAAABEAAMAAQAAABwABAAoAAAABgAEAAEAAgAA8R7//wAAAADxAf//AAAPAAABAAAAAAAAAAABBgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAFAAZgCyAMYA5gEeAUgBdAGcAfICLgKOAroDCgOOA7AD6gQ4BHwEuAToBQwFogXoBjYGbAbaB3IHqAABAAAAAAWLBYsAAgAAAREBAlUDNgWL++oCCwAAAwAAAAAGawZrAAIADgAaAAAJAhMEAAMSAAUkABMCAAEmACc2ADcWABcGAALrAcD+QJX+w/5aCAgBpgE9AT0BpggI/lr+w/3+rgYGAVL9/QFSBgb+rgIwAVABUAGbCP5a/sP+w/5aCAgBpgE9AT0BpvrIBgFS/f0BUgYG/q79/f6uAAAAAgAAAAAFQAWLAAMABwAAASERKQERIREBwAEr/tUCVQErAXUEFvvqBBYAAAAEAAAAAAYgBiAABgATACQAJwAAAS4BJxUXNjcGBxc+ATUmACcVFhIBBwEhESEBEQEGBxU+ATcXNwEHFwTQAWVVuAO7AidxJSgF/t/lpc77t18BYf6fASsBdQE+TF1OijuZX/1gnJwDgGSeK6W4GBhqW3FGnFT0AWM4mjT+9AHrX/6f/kD+iwH2/sI7HZoSRDGYXwSWnJwAAAEAAAAABKsF1gAFAAABESEBEQECCwEqAXb+igRg/kD+iwSq/osAAAACAAAAAAVmBdYABgAMAAABLgEnET4BAREhAREBBWUBZVRUZfwRASsBdf6LA4Bkniv9piueAUT+QP6LBKr+iwAAAwAAAAAGIAYPAAUADAAaAAATESEBEQEFLgEnET4BAxUWEhcGAgcVNgA3JgDgASsBdf6LAsUBZVVVZbqlzgMDzqXlASEFBf7fBGD+QP6LBKr+i+Bkniv9piueAvOaNP70tbX+9DSaOAFi9fUBYgAAAAQAAAAABYsFiwAFAAsAEQAXAAABIxEhNSMDMzUzNSEBIxUhESMDFTMVMxECC5YBduCWluD+igOA4AF2luDglgLr/oqWAgrglvyAlgF2AqCW4AF2AAQAAAAABYsFiwAFAAsAEQAXAAABMxUzESETIxUhESMBMzUzNSETNSMRITUBdeCW/org4AF2lgHAluD+ipaWAXYCVeABdgHAlgF2++rglgHA4P6KlgAAAAACAAAAAAXWBdYADwATAAABIQ4BBxEeARchPgE3ES4BAyERIQVA/IA/VQEBVT8DgD9VAQFVP/yAA4AF1QFVP/yAP1UBAVU/A4A/VfvsA4AAAAYAAAAABmsGawAHAAwAEwAbACAAKAAACQEmJw4BBwElLgEnAQUhATYSNyYFAQYCBxYXIQUeARcBMwEWFz4BNwECvgFkTlSH8GEBEgOONemh/u4C5f3QAXpcaAEB/BP+3VxoAQEOAjD95DXpoQESeP7dTlSH8GH+7gPwAmgSAQFYUP4nd6X2Pv4nS/1zZAEBk01NAfhk/v+TTUhLpfY+Adn+CBIBAVhQAdkAAAAFAAAAAAZrBdYADwATABcAGwAfAAABIQ4BBxEeARchPgE3ES4BASEVIQEhNSEFITUhNSE1IQXV+1ZAVAICVEAEqkBUAgJU+xYBKv7WAur9FgLqAcD+1gEq/RYC6gXVAVU//IA/VQEBVT8DgD9V/ayV/tWVlZWWlQADAAAAAAYgBdYADwAnAD8AAAEhDgEHER4BFyE+ATcRLgEBIzUjFTM1MxUUBgcjLgEnET4BNzMeARUFIzUjFTM1MxUOAQcjLgE1ETQ2NzMeARcFi/vqP1QCAlQ/BBY/VAICVP1rcJWVcCog4CAqAQEqIOAgKgILcJWVcAEqIOAgKiog4CAqAQXVAVU//IA/VQEBVT8DgD9V/fcl4CVKICoBASogASogKgEBKiBKJeAlSiAqAQEqIAEqICoBASogAAAGAAAAAAYgBPYAAwAHAAsADwATABcAABMzNSMRMzUjETM1IwEhNSERITUhERUhNeCVlZWVlZUBKwQV++sEFfvrBBUDNZb+QJUBwJX+QJb+QJUCVZWVAAAAAQAAAAAGIAZsAC4AAAEiBgcBNjQnAR4BMz4BNy4BJw4BBxQXAS4BIw4BBx4BFzI2NwEGBx4BFz4BNy4BBUArSh797AcHAg8eTixffwICf19ffwIH/fEeTixffwICf18sTh4CFAUBA3tcXHsDA3sCTx8bATcZNhkBNB0gAn9fX38CAn9fGxn+zRwgAn9fX38CIBz+yhcaXHsCAntcXXsAAAIAAAAABlkGawBDAE8AAAE2NCc3PgEnAy4BDwEmLwEuASchDgEPAQYHJyYGBwMGFh8BBhQXBw4BFxMeAT8BFh8BHgEXIT4BPwE2NxcWNjcTNiYnBS4BJz4BNx4BFw4BBasFBZ4KBgeWBxkNujpEHAMUD/7WDxQCHEU5ug0aB5UHBQudBQWdCwUHlQcaDbo5RRwCFA8BKg8UAhxFOboNGgeVBwUL/ThvlAIClG9vlAIClAM3JEokewkaDQEDDAkFSy0cxg4RAQERDsYcLUsFCQz+/QwbCXskSiR7CRoN/v0MCQVLLRzGDhEBAREOxhwtSwUJDAEDDBsJQQKUb2+UAgKUb2+UAAAAAAEAAAAABmsGawALAAATEgAFJAATAgAlBACVCAGmAT0BPQGmCAj+Wv7D/sP+WgOA/sP+WggIAaYBPQE9AaYICP5aAAAAAgAAAAAGawZrAAsAFwAAAQQAAxIABSQAEwIAASYAJzYANxYAFwYAA4D+w/5aCAgBpgE9AT0BpggI/lr+w/3+rgYGAVL9/QFSBgb+rgZrCP5a/sP+w/5aCAgBpgE9AT0BpvrIBgFS/f0BUgYG/q79/f6uAAADAAAAAAZrBmsACwAXACMAAAEEAAMSAAUkABMCAAEmACc2ADcWABcGAAMOAQcuASc+ATceAQOA/sP+WggIAaYBPQE9AaYICP5a/sP9/q4GBgFS/f0BUgYG/q4dAn9fX38CAn9fX38Gawj+Wv7D/sP+WggIAaYBPQE9Aab6yAYBUv39AVIGBv6u/f3+rgJPX38CAn9fX38CAn8AAAAEAAAAAAYgBiAADwAbACUAKQAAASEOAQcRHgEXIT4BNxEuAQEjNSMVIxEzFTM1OwEhHgEXEQ4BByE3MzUjBYv76j9UAgJUPwQWP1QCAlT9a3CVcHCVcJYBKiAqAQEqIP7WcJWVBiACVD/76j9UAgJUPwQWP1T8gpWVAcC7uwEqIP7WICoBcOAAAgAAAAAGawZrAAsAFwAAAQQAAxIABSQAEwIAEwcJAScJATcJARcBA4D+w/5aCAgBpgE9AT0BpggI/lo4af70/vRpAQv+9WkBDAEMaf71BmsI/lr+w/7D/loICAGmAT0BPQGm/BFpAQv+9WkBDAEMaf71AQtp/vQAAQAAAAAF1ga2ABYAAAERCQERHgEXDgEHLgEnIxYAFzYANyYAA4D+iwF1vv0FBf2+vv0FlQYBUf7+AVEGBv6vBYsBKv6L/osBKgT9v779BQX9vv7+rwYGAVH+/gFRAAAAAQAAAAAFPwcAABQAAAERIyIGHQEhAyMRIREjETM1NDYzMgU/nVY8ASUn/v7O///QrZMG9P74SEi9/tj9CQL3ASjaus0AAAAABAAAAAAGjgcAADAARQBgAGwAAAEUHgMVFAcGBCMiJicmNTQ2NzYlLgE1NDcGIyImNTQ2Nz4BMyEHIx4BFRQOAycyNjc2NTQuAiMiBgcGFRQeAxMyPgI1NC4BLwEmLwImIyIOAxUUHgIBMxUjFSM1IzUzNTMDH0BbWkAwSP7qn4TlOSVZSoMBESAfFS4WlMtIP03TcAGiioNKTDFFRjGSJlAaNSI/akAqURkvFCs9WTY6a1s3Dg8THgocJU4QIDVob1M2RnF9A2vV1WnU1GkD5CRFQ1CATlpTenNTYDxHUYouUhIqQCkkMQTBlFKaNkJAWD+MWkhzRztAPiEbOWY6hn1SJyE7ZS5nZ1I0/JcaNF4+GTAkGCMLFx04Ag4kOF07Rms7HQNsbNvbbNkAAwAAAAAGgAZsAAMADgAqAAABESERARYGKwEiJjQ2MhYBESERNCYjIgYHBhURIRIQLwEhFSM+AzMyFgHd/rYBXwFnVAJSZGemZASP/rdRVj9VFQv+twIBAQFJAhQqR2c/q9AEj/whA98BMkliYpNhYfzd/cgCEml3RTMeM/3XAY8B8DAwkCAwOB/jAAABAAAAAAaUBgAAMQAAAQYHFhUUAg4BBCMgJxYzMjcuAScWMzI3LgE9ARYXLgE1NDcWBBcmNTQ2MzIXNjcGBzYGlENfAUyb1v7SrP7x4SMr4bBpph8hHCsqcJNETkJOLHkBW8YIvYaMYG1gJWldBWhiRQ4cgv797rdtkQSKAn1hBQsXsXUEJgMsjlNYS5WzCiYkhr1mFTlzPwoAAAABAAAAAAWABwAAIgAAARcOAQcGLgM1ESM1PgQ3PgE7AREhFSERFB4CNzYFMFAXsFlorXBOIahIckQwFAUBBwT0AU3+sg0gQzBOAc/tIz4BAjhceHg6AiDXGlddb1ctBQf+WPz9+h40NR4BAgABAAAAAAaABoAASgAAARQCBCMiJzY/AR4BMzI+ATU0LgEjIg4DFRQWFxY/ATY3NicmNTQ2MzIWFRQGIyImNz4CNTQmIyIGFRQXAwYXJgI1NBIkIAQSBoDO/p/Rb2s7EzYUaj15vmh34o5ptn9bK1BNHggIBgIGETPRqZepiWs9Sg4IJRc2Mj5WGWMRBM7+zgFhAaIBYc4DgNH+n84gXUfTJzmJ8JZyyH46YH2GQ2ieIAwgHxgGFxQ9WpfZpIOq7lc9I3VZHzJCclVJMf5eRmtbAXzp0QFhzs7+nwAABwAAAAAHAATPAA4AFwAqAD0AUABaAF0AAAERNh4CBw4BBwYmIycmNxY2NzYmBxEUBRY2Nz4BNy4BJyMGHwEeARcOARcWNjc+ATcuAScjBh8BHgEXFAYXFjY3PgE3LgEnIwYfAR4BFw4BBTM/ARUzESMGAyUVJwMchM2UWwgNq4JHrQgBAapUaAoJcWMBfiIhDiMrAQJLMB0BBAokNAIBPmMiIQ4iLAECSzAeAQUKJDQBP2MiIQ4iLAECSzAeAQUKJDQBAT75g+5B4arNLNIBJ44ByQL9BQ9mvYCKwA8FBQMDwwJVTGdzBf6VB8IHNR08lld9uT4LCRA/qGNxvUwHNR08lld9uT4LCRA/qGNxvUwHNR08lld9uT4LCRA/qGNxvVJkAWUDDEf+tYP5AQAAAAEAAAAABiAGtgAbAAABBAADER4BFzMRITU2ADcWABcVIREzPgE3EQIAA4D+4v6FBwJ/X+D+1QYBJ97eAScG/tXgX38CB/6FBrUH/oX+4v32X38CAlWV3gEnBgb+2d6V/asCf18CCgEeAXsAAAAAEADGAAEAAAAAAAEABwAAAAEAAAAAAAIABwAHAAEAAAAAAAMABwAOAAEAAAAAAAQABwAVAAEAAAAAAAUACwAcAAEAAAAAAAYABwAnAAEAAAAAAAoAKwAuAAEAAAAAAAsAEwBZAAMAAQQJAAEADgBsAAMAAQQJAAIADgB6AAMAAQQJAAMADgCIAAMAAQQJAAQADgCWAAMAAQQJAAUAFgCkAAMAAQQJAAYADgC6AAMAAQQJAAoAVgDIAAMAAQQJAAsAJgEeVmlkZW9KU1JlZ3VsYXJWaWRlb0pTVmlkZW9KU1ZlcnNpb24gMS4wVmlkZW9KU0dlbmVyYXRlZCBieSBzdmcydHRmIGZyb20gRm9udGVsbG8gcHJvamVjdC5odHRwOi8vZm9udGVsbG8uY29tAFYAaQBkAGUAbwBKAFMAUgBlAGcAdQBsAGEAcgBWAGkAZABlAG8ASgBTAFYAaQBkAGUAbwBKAFMAVgBlAHIAcwBpAG8AbgAgADEALgAwAFYAaQBkAGUAbwBKAFMARwBlAG4AZQByAGEAdABlAGQAIABiAHkAIABzAHYAZwAyAHQAdABmACAAZgByAG8AbQAgAEYAbwBuAHQAZQBsAGwAbwAgAHAAcgBvAGoAZQBjAHQALgBoAHQAdABwADoALwAvAGYAbwBuAHQAZQBsAGwAbwAuAGMAbwBtAAAAAgAAAAAAAAARAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfAAABAgEDAQQBBQEGAQcBCAEJAQoBCwEMAQ0BDgEPARABEQESARMBFAEVARYBFwEYARkBGgEbARwBHQEeAR8EcGxheQtwbGF5LWNpcmNsZQVwYXVzZQt2b2x1bWUtbXV0ZQp2b2x1bWUtbG93CnZvbHVtZS1taWQLdm9sdW1lLWhpZ2gQZnVsbHNjcmVlbi1lbnRlcg9mdWxsc2NyZWVuLWV4aXQGc3F1YXJlB3NwaW5uZXIJc3VidGl0bGVzCGNhcHRpb25zCGNoYXB0ZXJzBXNoYXJlA2NvZwZjaXJjbGUOY2lyY2xlLW91dGxpbmUTY2lyY2xlLWlubmVyLWNpcmNsZQJoZAZjYW5jZWwGcmVwbGF5CGZhY2Vib29rBWdwbHVzCGxpbmtlZGluB3R3aXR0ZXIGdHVtYmxyCXBpbnRlcmVzdBFhdWRpby1kZXNjcmlwdGlvbgVhdWRpbwAAAAAA) format("truetype");font-weight:400;font-style:normal}.vjs-icon-play,.video-js .vjs-big-play-button,.video-js .vjs-play-control{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-play:before,.video-js .vjs-big-play-button:before,.video-js .vjs-play-control:before{content:"\f101"}.vjs-icon-play-circle{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-play-circle:before{content:"\f102"}.vjs-icon-pause,.video-js .vjs-play-control.vjs-playing{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-pause:before,.video-js .vjs-play-control.vjs-playing:before{content:"\f103"}.vjs-icon-volume-mute,.video-js .vjs-mute-control.vjs-vol-0,.video-js .vjs-volume-menu-button.vjs-vol-0{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-volume-mute:before,.video-js .vjs-mute-control.vjs-vol-0:before,.video-js .vjs-volume-menu-button.vjs-vol-0:before{content:"\f104"}.vjs-icon-volume-low,.video-js .vjs-mute-control.vjs-vol-1,.video-js .vjs-volume-menu-button.vjs-vol-1{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-volume-low:before,.video-js .vjs-mute-control.vjs-vol-1:before,.video-js .vjs-volume-menu-button.vjs-vol-1:before{content:"\f105"}.vjs-icon-volume-mid,.video-js .vjs-mute-control.vjs-vol-2,.video-js .vjs-volume-menu-button.vjs-vol-2{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-volume-mid:before,.video-js .vjs-mute-control.vjs-vol-2:before,.video-js .vjs-volume-menu-button.vjs-vol-2:before{content:"\f106"}.vjs-icon-volume-high,.video-js .vjs-mute-control,.video-js .vjs-volume-menu-button{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-volume-high:before,.video-js .vjs-mute-control:before,.video-js .vjs-volume-menu-button:before{content:"\f107"}.vjs-icon-fullscreen-enter,.video-js .vjs-fullscreen-control{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-fullscreen-enter:before,.video-js .vjs-fullscreen-control:before{content:"\f108"}.vjs-icon-fullscreen-exit,.video-js.vjs-fullscreen .vjs-fullscreen-control{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-fullscreen-exit:before,.video-js.vjs-fullscreen .vjs-fullscreen-control:before{content:"\f109"}.vjs-icon-square{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-square:before{content:"\f10a"}.vjs-icon-spinner{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-spinner:before{content:"\f10b"}.vjs-icon-subtitles,.video-js .vjs-subtitles-button{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-subtitles:before,.video-js .vjs-subtitles-button:before{content:"\f10c"}.vjs-icon-captions,.video-js .vjs-captions-button{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-captions:before,.video-js .vjs-captions-button:before{content:"\f10d"}.vjs-icon-chapters,.video-js .vjs-chapters-button{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-chapters:before,.video-js .vjs-chapters-button:before{content:"\f10e"}.vjs-icon-share{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-share:before{content:"\f10f"}.vjs-icon-cog{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-cog:before{content:"\f110"}.vjs-icon-circle,.video-js .vjs-mouse-display,.video-js .vjs-play-progress,.video-js .vjs-volume-level{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-circle:before,.video-js .vjs-mouse-display:before,.video-js .vjs-play-progress:before,.video-js .vjs-volume-level:before{content:"\f111"}.vjs-icon-circle-outline{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-circle-outline:before{content:"\f112"}.vjs-icon-circle-inner-circle{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-circle-inner-circle:before{content:"\f113"}.vjs-icon-hd{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-hd:before{content:"\f114"}.vjs-icon-cancel,.video-js .vjs-control.vjs-close-button{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-cancel:before,.video-js .vjs-control.vjs-close-button:before{content:"\f115"}.vjs-icon-replay{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-replay:before{content:"\f116"}.vjs-icon-facebook{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-facebook:before{content:"\f117"}.vjs-icon-gplus{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-gplus:before{content:"\f118"}.vjs-icon-linkedin{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-linkedin:before{content:"\f119"}.vjs-icon-twitter{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-twitter:before{content:"\f11a"}.vjs-icon-tumblr{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-tumblr:before{content:"\f11b"}.vjs-icon-pinterest{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-pinterest:before{content:"\f11c"}.vjs-icon-audio-description,.video-js .vjs-descriptions-button{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-audio-description:before,.video-js .vjs-descriptions-button:before{content:"\f11d"}.vjs-icon-audio,.video-js .vjs-audio-button{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-audio:before,.video-js .vjs-audio-button:before{content:"\f11e"}.video-js{display:block;vertical-align:top;box-sizing:border-box;color:#fff;background-color:#000;position:relative;padding:0;font-size:10px;line-height:1;font-weight:400;font-style:normal;font-family:Arial,Helvetica,sans-serif;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.video-js:-moz-full-screen{position:absolute}.video-js:-webkit-full-screen{width:100%!important;height:100%!important}.video-js *,.video-js :before,.video-js :after{box-sizing:inherit}.video-js ul{font-family:inherit;font-size:inherit;line-height:inherit;list-style-position:outside;margin-left:0;margin-right:0;margin-top:0;margin-bottom:0}.video-js.vjs-fluid,.video-js.vjs-16-9,.video-js.vjs-4-3{width:100%;max-width:100%;height:0}.video-js.vjs-16-9{padding-top:56.25%}.video-js.vjs-4-3{padding-top:75%}.video-js.vjs-fill{width:100%;height:100%}.video-js .vjs-tech{position:absolute;top:0;left:0;width:100%;height:100%}body.vjs-full-window{padding:0;margin:0;height:100%;overflow-y:auto}.vjs-full-window .video-js.vjs-fullscreen{position:fixed;overflow:hidden;z-index:1000;left:0;top:0;bottom:0;right:0}.video-js.vjs-fullscreen{width:100%!important;height:100%!important;padding-top:0!important}.video-js.vjs-fullscreen.vjs-user-inactive{cursor:none}.vjs-hidden{display:none!important}.vjs-disabled{opacity:.5;cursor:default}.video-js .vjs-offscreen{height:1px;left:-9999px;position:absolute;top:0;width:1px}.vjs-lock-showing{display:block!important;opacity:1;visibility:visible}.vjs-no-js{padding:20px;color:#fff;background-color:#000;font-size:18px;font-family:Arial,Helvetica,sans-serif;text-align:center;width:300px;height:150px;margin:0 auto}.vjs-no-js a,.vjs-no-js a:visited{color:#66A8CC}.video-js .vjs-big-play-button{font-size:3em;line-height:1.5em;height:1.5em;width:3em;display:block;position:absolute;top:10px;left:10px;padding:0;cursor:pointer;opacity:1;border:.06666em solid #fff;background-color:#2B333F;background-color:rgba(43,51,63,.7);-webkit-border-radius:.3em;-moz-border-radius:.3em;border-radius:.3em;-webkit-transition:all .4s;-moz-transition:all .4s;-o-transition:all .4s;transition:all .4s}.vjs-big-play-centered .vjs-big-play-button{top:50%;left:50%;margin-top:-.75em;margin-left:-1.5em}.video-js:hover .vjs-big-play-button,.video-js .vjs-big-play-button:focus{outline:0;border-color:#fff;background-color:#73859f;background-color:rgba(115,133,159,.5);-webkit-transition:all 0s;-moz-transition:all 0s;-o-transition:all 0s;transition:all 0s}.vjs-controls-disabled .vjs-big-play-button,.vjs-has-started .vjs-big-play-button,.vjs-using-native-controls .vjs-big-play-button,.vjs-error .vjs-big-play-button{display:none}.video-js button{background:0 0;border:0;color:inherit;display:inline-block;overflow:visible;font-size:inherit;line-height:inherit;text-transform:none;text-decoration:none;transition:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.video-js .vjs-control.vjs-close-button{cursor:pointer;height:3em;position:absolute;right:0;top:.5em;z-index:2}.vjs-menu-button{cursor:pointer}.vjs-menu-button.vjs-disabled{cursor:default}.vjs-workinghover .vjs-menu-button.vjs-disabled:hover .vjs-menu{display:none}.vjs-menu .vjs-menu-content{display:block;padding:0;margin:0;overflow:auto}.vjs-scrubbing .vjs-menu-button:hover .vjs-menu{display:none}.vjs-menu li{list-style:none;margin:0;padding:.2em 0;line-height:1.4em;font-size:1.2em;text-align:center;text-transform:lowercase}.vjs-menu li:focus,.vjs-menu li:hover{outline:0;background-color:#73859f;background-color:rgba(115,133,159,.5)}.vjs-menu li.vjs-selected,.vjs-menu li.vjs-selected:focus,.vjs-menu li.vjs-selected:hover{background-color:#fff;color:#2B333F}.vjs-menu li.vjs-menu-title{text-align:center;text-transform:uppercase;font-size:1em;line-height:2em;padding:0;margin:0 0 .3em;font-weight:700;cursor:default}.vjs-menu-button-popup .vjs-menu{display:none;position:absolute;bottom:0;width:10em;left:-3em;height:0;margin-bottom:1.5em;border-top-color:rgba(43,51,63,.7)}.vjs-menu-button-popup .vjs-menu .vjs-menu-content{background-color:#2B333F;background-color:rgba(43,51,63,.7);position:absolute;width:100%;bottom:1.5em;max-height:15em}.vjs-workinghover .vjs-menu-button-popup:hover .vjs-menu,.vjs-menu-button-popup .vjs-menu.vjs-lock-showing{display:block}.video-js .vjs-menu-button-inline{-webkit-transition:all .4s;-moz-transition:all .4s;-o-transition:all .4s;transition:all .4s;overflow:hidden}.video-js .vjs-menu-button-inline:before{width:2.222222222em}.video-js .vjs-menu-button-inline:hover,.video-js .vjs-menu-button-inline:focus,.video-js .vjs-menu-button-inline.vjs-slider-active,.video-js.vjs-no-flex .vjs-menu-button-inline{width:12em}.video-js .vjs-menu-button-inline.vjs-slider-active{-webkit-transition:none;-moz-transition:none;-o-transition:none;transition:none}.vjs-menu-button-inline .vjs-menu{opacity:0;height:100%;width:auto;position:absolute;left:4em;top:0;padding:0;margin:0;-webkit-transition:all .4s;-moz-transition:all .4s;-o-transition:all .4s;transition:all .4s}.vjs-menu-button-inline:hover .vjs-menu,.vjs-menu-button-inline:focus .vjs-menu,.vjs-menu-button-inline.vjs-slider-active .vjs-menu{display:block;opacity:1}.vjs-no-flex .vjs-menu-button-inline .vjs-menu{display:block;opacity:1;position:relative;width:auto}.vjs-no-flex .vjs-menu-button-inline:hover .vjs-menu,.vjs-no-flex .vjs-menu-button-inline:focus .vjs-menu,.vjs-no-flex .vjs-menu-button-inline.vjs-slider-active .vjs-menu{width:auto}.vjs-menu-button-inline .vjs-menu-content{width:auto;height:100%;margin:0;overflow:hidden}.video-js .vjs-control-bar{display:none;width:100%;position:absolute;bottom:0;left:0;right:0;height:3em;background-color:#2B333F;background-color:rgba(43,51,63,.7)}.vjs-has-started .vjs-control-bar{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;visibility:visible;opacity:1;-webkit-transition:visibility .1s,opacity .1s;-moz-transition:visibility .1s,opacity .1s;-o-transition:visibility .1s,opacity .1s;transition:visibility .1s,opacity .1s}.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar{visibility:visible;opacity:0;-webkit-transition:visibility 1s,opacity 1s;-moz-transition:visibility 1s,opacity 1s;-o-transition:visibility 1s,opacity 1s;transition:visibility 1s,opacity 1s}@media \0screen{.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar{visibility:hidden}}.vjs-controls-disabled .vjs-control-bar,.vjs-using-native-controls .vjs-control-bar,.vjs-error .vjs-control-bar{display:none!important}.vjs-audio.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar{opacity:1;visibility:visible}@media \0screen{.vjs-user-inactive.vjs-playing .vjs-control-bar :before{content:""}}.vjs-has-started.vjs-no-flex .vjs-control-bar{display:table}.video-js .vjs-control{outline:0;position:relative;text-align:center;margin:0;padding:0;height:100%;width:4em;-webkit-box-flex:none;-moz-box-flex:none;-webkit-flex:none;-ms-flex:none;flex:none}.video-js .vjs-control:before{font-size:1.8em;line-height:1.67}.video-js .vjs-control:focus:before,.video-js .vjs-control:hover:before,.video-js .vjs-control:focus{text-shadow:0 0 1em #fff}.video-js .vjs-control-text{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.vjs-no-flex .vjs-control{display:table-cell;vertical-align:middle}.video-js .vjs-custom-control-spacer{display:none}.video-js .vjs-progress-control{-webkit-box-flex:auto;-moz-box-flex:auto;-webkit-flex:auto;-ms-flex:auto;flex:auto;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;min-width:4em}.vjs-live .vjs-progress-control{display:none}.video-js .vjs-progress-holder{-webkit-box-flex:auto;-moz-box-flex:auto;-webkit-flex:auto;-ms-flex:auto;flex:auto;-webkit-transition:all .2s;-moz-transition:all .2s;-o-transition:all .2s;transition:all .2s;height:.3em}.video-js .vjs-progress-control:hover .vjs-progress-holder{font-size:1.666666666666666666em}.video-js .vjs-progress-control:hover .vjs-time-tooltip,.video-js .vjs-progress-control:hover .vjs-mouse-display:after,.video-js .vjs-progress-control:hover .vjs-play-progress:after{font-family:Arial,Helvetica,sans-serif;visibility:visible;font-size:.6em}.video-js .vjs-progress-holder .vjs-play-progress,.video-js .vjs-progress-holder .vjs-load-progress,.video-js .vjs-progress-holder .vjs-tooltip-progress-bar,.video-js .vjs-progress-holder .vjs-load-progress div{position:absolute;display:block;height:.3em;margin:0;padding:0;width:0;left:0;top:0}.video-js .vjs-mouse-display:before{display:none}.video-js .vjs-play-progress{background-color:#fff}.video-js .vjs-play-progress:before{position:absolute;top:-.333333333333333em;right:-.5em;font-size:.9em}.video-js .vjs-time-tooltip,.video-js .vjs-mouse-display:after,.video-js .vjs-play-progress:after{visibility:hidden;pointer-events:none;position:absolute;top:-3.4em;right:-1.9em;font-size:.9em;color:#000;content:attr(data-current-time);padding:6px 8px 8px;background-color:#fff;background-color:rgba(255,255,255,.8);-webkit-border-radius:.3em;-moz-border-radius:.3em;border-radius:.3em}.video-js .vjs-time-tooltip,.video-js .vjs-play-progress:before,.video-js .vjs-play-progress:after{z-index:1}.video-js .vjs-progress-control .vjs-keep-tooltips-inside:after{display:none}.video-js .vjs-load-progress{background:#bfc7d3;background:rgba(115,133,159,.5)}.video-js .vjs-load-progress div{background:#fff;background:rgba(115,133,159,.75)}.video-js.vjs-no-flex .vjs-progress-control{width:auto}.video-js .vjs-time-tooltip{display:inline-block;height:2.4em;position:relative;float:right;right:-1.9em}.vjs-tooltip-progress-bar{visibility:hidden}.video-js .vjs-progress-control .vjs-mouse-display{display:none;position:absolute;width:1px;height:100%;background-color:#000;z-index:1}.vjs-no-flex .vjs-progress-control .vjs-mouse-display{z-index:0}.video-js .vjs-progress-control:hover .vjs-mouse-display{display:block}.video-js.vjs-user-inactive .vjs-progress-control .vjs-mouse-display,.video-js.vjs-user-inactive .vjs-progress-control .vjs-mouse-display:after{visibility:hidden;opacity:0;-webkit-transition:visibility 1s,opacity 1s;-moz-transition:visibility 1s,opacity 1s;-o-transition:visibility 1s,opacity 1s;transition:visibility 1s,opacity 1s}.video-js.vjs-user-inactive.vjs-no-flex .vjs-progress-control .vjs-mouse-display,.video-js.vjs-user-inactive.vjs-no-flex .vjs-progress-control .vjs-mouse-display:after{display:none}.vjs-mouse-display .vjs-time-tooltip,.video-js .vjs-progress-control .vjs-mouse-display:after{color:#fff;background-color:#000;background-color:rgba(0,0,0,.8)}.video-js .vjs-slider{outline:0;position:relative;cursor:pointer;padding:0;margin:0 .45em;background-color:#73859f;background-color:rgba(115,133,159,.5)}.video-js .vjs-slider:focus{text-shadow:0 0 1em #fff;-webkit-box-shadow:0 0 1em #fff;-moz-box-shadow:0 0 1em #fff;box-shadow:0 0 1em #fff}.video-js .vjs-mute-control,.video-js .vjs-volume-menu-button{cursor:pointer;-webkit-box-flex:none;-moz-box-flex:none;-webkit-flex:none;-ms-flex:none;flex:none}.video-js .vjs-volume-control{width:5em;-webkit-box-flex:none;-moz-box-flex:none;-webkit-flex:none;-ms-flex:none;flex:none;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.video-js .vjs-volume-bar{margin:1.35em .45em}.vjs-volume-bar.vjs-slider-horizontal{width:5em;height:.3em}.vjs-volume-bar.vjs-slider-vertical{width:.3em;height:5em;margin:1.35em auto}.video-js .vjs-volume-level{position:absolute;bottom:0;left:0;background-color:#fff}.video-js .vjs-volume-level:before{position:absolute;font-size:.9em}.vjs-slider-vertical .vjs-volume-level{width:.3em}.vjs-slider-vertical .vjs-volume-level:before{top:-.5em;left:-.3em}.vjs-slider-horizontal .vjs-volume-level{height:.3em}.vjs-slider-horizontal .vjs-volume-level:before{top:-.3em;right:-.5em}.vjs-volume-bar.vjs-slider-vertical .vjs-volume-level{height:100%}.vjs-volume-bar.vjs-slider-horizontal .vjs-volume-level{width:100%}.vjs-menu-button-popup.vjs-volume-menu-button .vjs-menu{display:block;width:0;height:0;border-top-color:transparent}.vjs-menu-button-popup.vjs-volume-menu-button-vertical .vjs-menu{left:.5em;height:8em}.vjs-menu-button-popup.vjs-volume-menu-button-horizontal .vjs-menu{left:-2em}.vjs-menu-button-popup.vjs-volume-menu-button .vjs-menu-content{height:0;width:0;overflow-x:hidden;overflow-y:hidden}.vjs-volume-menu-button-vertical:hover .vjs-menu-content,.vjs-volume-menu-button-vertical:focus .vjs-menu-content,.vjs-volume-menu-button-vertical.vjs-slider-active .vjs-menu-content,.vjs-volume-menu-button-vertical .vjs-lock-showing .vjs-menu-content{height:8em;width:2.9em}.vjs-volume-menu-button-horizontal:hover .vjs-menu-content,.vjs-volume-menu-button-horizontal:focus .vjs-menu-content,.vjs-volume-menu-button-horizontal .vjs-slider-active .vjs-menu-content,.vjs-volume-menu-button-horizontal .vjs-lock-showing .vjs-menu-content{height:2.9em;width:8em}.vjs-volume-menu-button.vjs-menu-button-inline .vjs-menu-content{background-color:transparent!important}.vjs-poster{display:inline-block;vertical-align:middle;background-repeat:no-repeat;background-position:50% 50%;background-size:contain;background-color:#000;cursor:pointer;margin:0;padding:0;position:absolute;top:0;right:0;bottom:0;left:0;height:100%}.vjs-poster img{display:block;vertical-align:middle;margin:0 auto;max-height:100%;padding:0;width:100%}.vjs-has-started .vjs-poster{display:none}.vjs-audio.vjs-has-started .vjs-poster{display:block}.vjs-controls-disabled .vjs-poster{display:none}.vjs-using-native-controls .vjs-poster{display:none}.video-js .vjs-live-control{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:flex-start;-webkit-align-items:flex-start;-ms-flex-align:flex-start;align-items:flex-start;-webkit-box-flex:auto;-moz-box-flex:auto;-webkit-flex:auto;-ms-flex:auto;flex:auto;font-size:1em;line-height:3em}.vjs-no-flex .vjs-live-control{display:table-cell;width:auto;text-align:left}.video-js .vjs-time-control{-webkit-box-flex:none;-moz-box-flex:none;-webkit-flex:none;-ms-flex:none;flex:none;font-size:1em;line-height:3em;min-width:2em;width:auto;padding-left:1em;padding-right:1em}.vjs-live .vjs-time-control{display:none}.video-js .vjs-current-time,.vjs-no-flex .vjs-current-time{display:none}.video-js .vjs-duration,.vjs-no-flex .vjs-duration{display:none}.vjs-time-divider{display:none;line-height:3em}.vjs-live .vjs-time-divider{display:none}.video-js .vjs-play-control{cursor:pointer;-webkit-box-flex:none;-moz-box-flex:none;-webkit-flex:none;-ms-flex:none;flex:none}.vjs-text-track-display{position:absolute;bottom:3em;left:0;right:0;top:0;pointer-events:none}.video-js.vjs-user-inactive.vjs-playing .vjs-text-track-display{bottom:1em}.video-js .vjs-text-track{font-size:1.4em;text-align:center;margin-bottom:.1em;background-color:#000;background-color:rgba(0,0,0,.5)}.vjs-subtitles{color:#fff}.vjs-captions{color:#fc6}.vjs-tt-cue{display:block}video::-webkit-media-text-track-display{-moz-transform:translateY(-3em);-ms-transform:translateY(-3em);-o-transform:translateY(-3em);-webkit-transform:translateY(-3em);transform:translateY(-3em)}.video-js.vjs-user-inactive.vjs-playing video::-webkit-media-text-track-display{-moz-transform:translateY(-1.5em);-ms-transform:translateY(-1.5em);-o-transform:translateY(-1.5em);-webkit-transform:translateY(-1.5em);transform:translateY(-1.5em)}.video-js .vjs-fullscreen-control{cursor:pointer;-webkit-box-flex:none;-moz-box-flex:none;-webkit-flex:none;-ms-flex:none;flex:none}.vjs-playback-rate .vjs-playback-rate-value{font-size:1.5em;line-height:2;position:absolute;top:0;left:0;width:100%;height:100%;text-align:center}.vjs-playback-rate .vjs-menu{width:4em;left:0}.vjs-error .vjs-error-display .vjs-modal-dialog-content{font-size:1.4em;text-align:center}.vjs-error .vjs-error-display:before{color:#fff;content:'X';font-family:Arial,Helvetica,sans-serif;font-size:4em;left:0;line-height:1;margin-top:-.5em;position:absolute;text-shadow:.05em .05em .1em #000;text-align:center;top:50%;vertical-align:middle;width:100%}.vjs-loading-spinner{display:none;position:absolute;top:50%;left:50%;margin:-25px 0 0 -25px;opacity:.85;text-align:left;border:6px solid rgba(43,51,63,.7);box-sizing:border-box;background-clip:padding-box;width:50px;height:50px;border-radius:25px}.vjs-seeking .vjs-loading-spinner,.vjs-waiting .vjs-loading-spinner{display:block}.vjs-loading-spinner:before,.vjs-loading-spinner:after{content:"";position:absolute;margin:-6px;box-sizing:inherit;width:inherit;height:inherit;border-radius:inherit;opacity:1;border:inherit;border-color:transparent;border-top-color:#fff}.vjs-seeking .vjs-loading-spinner:before,.vjs-seeking .vjs-loading-spinner:after,.vjs-waiting .vjs-loading-spinner:before,.vjs-waiting .vjs-loading-spinner:after{-webkit-animation:vjs-spinner-spin 1.1s cubic-bezier(0.6,.2,0,.8) infinite,vjs-spinner-fade 1.1s linear infinite;animation:vjs-spinner-spin 1.1s cubic-bezier(0.6,.2,0,.8) infinite,vjs-spinner-fade 1.1s linear infinite}.vjs-seeking .vjs-loading-spinner:before,.vjs-waiting .vjs-loading-spinner:before{border-top-color:#fff}.vjs-seeking .vjs-loading-spinner:after,.vjs-waiting .vjs-loading-spinner:after{border-top-color:#fff;-webkit-animation-delay:.44s;animation-delay:.44s}@keyframes vjs-spinner-spin{100%{transform:rotate(360deg)}}@-webkit-keyframes vjs-spinner-spin{100%{-webkit-transform:rotate(360deg)}}@keyframes vjs-spinner-fade{0%{border-top-color:#73859f}20%{border-top-color:#73859f}35%{border-top-color:#fff}60%{border-top-color:#73859f}100%{border-top-color:#73859f}}@-webkit-keyframes vjs-spinner-fade{0%{border-top-color:#73859f}20%{border-top-color:#73859f}35%{border-top-color:#fff}60%{border-top-color:#73859f}100%{border-top-color:#73859f}}.vjs-chapters-button .vjs-menu ul{width:24em}.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-custom-control-spacer{-webkit-box-flex:auto;-moz-box-flex:auto;-webkit-flex:auto;-ms-flex:auto;flex:auto}.video-js.vjs-layout-tiny:not(.vjs-fullscreen).vjs-no-flex .vjs-custom-control-spacer{width:auto}.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-current-time,.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-time-divider,.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-duration,.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-remaining-time,.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-playback-rate,.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-progress-control,.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-mute-control,.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-volume-control,.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-volume-menu-button,.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-chapters-button,.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-captions-button,.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-subtitles-button{display:none}.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-current-time,.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-time-divider,.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-duration,.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-remaining-time,.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-playback-rate,.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-mute-control,.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-volume-control,.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-volume-menu-button,.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-chapters-button,.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-captions-button,.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-subtitles-button{display:none}.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-current-time,.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-time-divider,.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-duration,.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-remaining-time,.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-playback-rate,.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-mute-control,.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-volume-control,.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-chapters-button,.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-captions-button,.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-subtitles-button{display:none}.vjs-caption-settings{position:relative;top:1em;background-color:#2B333F;background-color:rgba(43,51,63,.75);color:#fff;margin:0 auto;padding:.5em;height:15em;font-size:12px;width:40em}.vjs-caption-settings .vjs-tracksettings{top:0;bottom:2em;left:0;right:0;position:absolute;overflow:auto}.vjs-caption-settings .vjs-tracksettings-colors,.vjs-caption-settings .vjs-tracksettings-font{float:left}.vjs-caption-settings .vjs-tracksettings-colors:after,.vjs-caption-settings .vjs-tracksettings-font:after,.vjs-caption-settings .vjs-tracksettings-controls:after{clear:both}.vjs-caption-settings .vjs-tracksettings-controls{position:absolute;bottom:1em;right:1em}.vjs-caption-settings .vjs-tracksetting{margin:5px;padding:3px;min-height:40px}.vjs-caption-settings .vjs-tracksetting label{display:block;width:100px;margin-bottom:5px}.vjs-caption-settings .vjs-tracksetting span{display:inline;margin-left:5px}.vjs-caption-settings .vjs-tracksetting>div{margin-bottom:5px;min-height:20px}.vjs-caption-settings .vjs-tracksetting>div:last-child{margin-bottom:0;padding-bottom:0;min-height:0}.vjs-caption-settings label>input{margin-right:10px}.vjs-caption-settings input[type=button]{width:40px;height:40px}.video-js .vjs-modal-dialog{background:rgba(0,0,0,.8);background:-webkit-linear-gradient(-90deg,rgba(0,0,0,.8),rgba(255,255,255,0));background:linear-gradient(180deg,rgba(0,0,0,.8),rgba(255,255,255,0))}.vjs-modal-dialog .vjs-modal-dialog-content{font-size:1.2em;line-height:1.5;padding:20px 24px;z-index:1}
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

.youtube-lazy-embed {
	position: relative;
	padding: 30px 0 56.24% 0;
	height: 0; overflow: hidden;
	cursor: pointer;
}
.youtube-lazy-iframe {
	position: absolute;
	top: 0; left: 0;
	width: 100%;
	height: 100%;
	border: none;
}
.youtube-lazy-preview {}
.youtube-lazy-preview-image {}

.youtube-lazy-play-button {
  border: none;
  outline: 0;
  color: inherit;
  text-align: inherit;
  font-size: 100%;
  font-family: inherit;
  cursor: default;
  line-height: inherit;
  padding: 0;
  background: transparent;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 68px;
  height: 48px;
  margin-left: -34px;
  margin-top: -24px;
  -moz-transition: opacity .25s cubic-bezier(0.0,0.0,0.2,1);
  -webkit-transition: opacity .25s cubic-bezier(0.0,0.0,0.2,1);
  transition: opacity .25s cubic-bezier(0.0,0.0,0.2,1);
  cursor: pointer;
  pointer-events: none;
}
.youtube-lazy-is-playing .youtube-lazy-play-button,
.youtube-lazy-is-playing .youtube-lazy-preview {
	display: none;
}
.youtube-lazy-play-button-bg {
    -moz-transition: fill .1s cubic-bezier(0.4, 0.0, 1, 1), opacity .1s cubic-bezier(0.4, 0.0, 1, 1);
    -webkit-transition: fill .1s cubic-bezier(0.4, 0.0, 1, 1), opacity .1s cubic-bezier(0.4, 0.0, 1, 1);
    transition: fill .1s cubic-bezier(0.4, 0.0, 1, 1), opacity .1s cubic-bezier(0.4, 0.0, 1, 1);
    fill: #1f1f1f;
    opacity: .9
}

.youtube-lazy-embed:hover .youtube-lazy-play-button-bg {
    -moz-transition: fill .1s cubic-bezier(0.0, 0.0, 0.2, 1), opacity .1s cubic-bezier(0.0, 0.0, 0.2, 1);
    -webkit-transition: fill .1s cubic-bezier(0.0, 0.0, 0.2, 1), opacity .1s cubic-bezier(0.0, 0.0, 0.2, 1);
    transition: fill .1s cubic-bezier(0.0, 0.0, 0.2, 1), opacity .1s cubic-bezier(0.0, 0.0, 0.2, 1);
    fill: #cc181e;
    opacity: 1
}
.mejs__offscreen{border:0;clip:rect(1px,1px,1px,1px);-webkit-clip-path:inset(50%);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;word-wrap:normal}.mejs__container{background:#000;font-family:Helvetica,Arial,serif;position:relative;text-align:left;text-indent:0;vertical-align:top}.mejs__container,.mejs__container *{box-sizing:border-box}.mejs__container video::-webkit-media-controls,.mejs__container video::-webkit-media-controls-panel,.mejs__container video::-webkit-media-controls-panel-container,.mejs__container video::-webkit-media-controls-start-playback-button{-webkit-appearance:none;display:none!important}.mejs__fill-container,.mejs__fill-container .mejs__container{height:100%;width:100%}.mejs__fill-container{background:transparent;margin:0 auto;overflow:hidden;position:relative}.mejs__container:focus{outline:none}.mejs__iframe-overlay{height:100%;position:absolute;width:100%}.mejs__embed,.mejs__embed body{background:#000;height:100%;margin:0;overflow:hidden;padding:0;width:100%}.mejs__fullscreen{overflow:hidden!important}.mejs__container-fullscreen{bottom:0;left:0;overflow:hidden;position:fixed;right:0;top:0;z-index:1000}.mejs__container-fullscreen .mejs__mediaelement,.mejs__container-fullscreen video{height:100%!important;width:100%!important}.mejs__background,.mejs__mediaelement{left:0;position:absolute;top:0}.mejs__mediaelement{height:100%;width:100%;z-index:0}.mejs__poster{background-position:50% 50%;background-repeat:no-repeat;background-size:cover;left:0;position:absolute;top:0;z-index:1}:root .mejs__poster-img{display:none}.mejs__poster-img{border:0;padding:0}.mejs__overlay{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;left:0;position:absolute;top:0}.mejs__layer{z-index:1}.mejs__overlay-play{cursor:pointer}.mejs__overlay-button{background:url('../../../typo3conf/ext/base_facelift/Resources/Public/JS/vendor/mediaelement-4.2.10/build/mejs-controls.svg') no-repeat;background-position:0 -39px;height:80px;width:80px}.mejs__overlay:hover>.mejs__overlay-button{background-position:-80px -39px}.mejs__overlay-loading{height:80px;width:80px}.mejs__overlay-loading-bg-img{-webkit-animation:a 1s linear infinite;animation:a 1s linear infinite;background:transparent url('../../../typo3conf/ext/base_facelift/Resources/Public/JS/vendor/mediaelement-4.2.10/build/mejs-controls.svg') -160px -40px no-repeat;display:block;height:80px;width:80px;z-index:1}@-webkit-keyframes a{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes a{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.mejs__controls{bottom:0;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;height:40px;left:0;list-style-type:none;margin:0;padding:0 10px;position:absolute;width:100%;z-index:3}.mejs__controls:not([style*="display: none"]){background:rgba(255,0,0,.7);background:-webkit-linear-gradient(transparent,rgba(0,0,0,.35));background:linear-gradient(transparent,rgba(0,0,0,.35))}.mejs__button,.mejs__time,.mejs__time-rail{font-size:10px;height:40px;line-height:10px;margin:0;width:32px}.mejs__button>button{background:transparent url('../../../typo3conf/ext/base_facelift/Resources/Public/JS/vendor/mediaelement-4.2.10/build/mejs-controls.svg');border:0;cursor:pointer;display:block;font-size:0;height:20px;line-height:0;margin:10px 6px;overflow:hidden;padding:0;position:absolute;text-decoration:none;width:20px}.mejs__button>button:focus{outline:1px dotted #999}.mejs__container-keyboard-inactive [role=slider],.mejs__container-keyboard-inactive [role=slider]:focus,.mejs__container-keyboard-inactive a,.mejs__container-keyboard-inactive a:focus,.mejs__container-keyboard-inactive button,.mejs__container-keyboard-inactive button:focus{outline:0}.mejs__time{box-sizing:content-box;color:#fff;font-size:11px;font-weight:700;height:24px;overflow:hidden;padding:16px 6px 0;text-align:center;width:auto}.mejs__play>button{background-position:0 0}.mejs__pause>button{background-position:-20px 0}.mejs__replay>button{background-position:-160px 0}.mejs__time-rail{direction:ltr;-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;height:40px;margin:0 10px;padding-top:10px;position:relative}.mejs__time-buffering,.mejs__time-current,.mejs__time-float,.mejs__time-float-corner,.mejs__time-float-current,.mejs__time-hovered,.mejs__time-loaded,.mejs__time-marker,.mejs__time-total{border-radius:2px;cursor:pointer;display:block;height:10px;position:absolute}.mejs__time-total{background:hsla(0,0%,100%,.3);margin:5px 0 0;width:100%}.mejs__time-buffering{-webkit-animation:b 2s linear infinite;animation:b 2s linear infinite;background:-webkit-linear-gradient(135deg,hsla(0,0%,100%,.4) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.4) 0,hsla(0,0%,100%,.4) 75%,transparent 0,transparent);background:linear-gradient(-45deg,hsla(0,0%,100%,.4) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.4) 0,hsla(0,0%,100%,.4) 75%,transparent 0,transparent);background-size:15px 15px;width:100%}@-webkit-keyframes b{0%{background-position:0 0}to{background-position:30px 0}}@keyframes b{0%{background-position:0 0}to{background-position:30px 0}}.mejs__time-loaded{background:hsla(0,0%,100%,.3)}.mejs__time-current,.mejs__time-handle-content{background:hsla(0,0%,100%,.9)}.mejs__time-hovered{background:hsla(0,0%,100%,.5);z-index:10}.mejs__time-hovered.negative{background:rgba(0,0,0,.2)}.mejs__time-buffering,.mejs__time-current,.mejs__time-hovered,.mejs__time-loaded{left:0;-webkit-transform:scaleX(0);-ms-transform:scaleX(0);transform:scaleX(0);-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0;-webkit-transition:all .15s ease-in;transition:all .15s ease-in;width:100%}.mejs__time-buffering{-webkit-transform:scaleX(1);-ms-transform:scaleX(1);transform:scaleX(1)}.mejs__time-hovered{-webkit-transition:height .1s cubic-bezier(.44,0,1,1);transition:height .1s cubic-bezier(.44,0,1,1)}.mejs__time-hovered.no-hover{-webkit-transform:scaleX(0)!important;-ms-transform:scaleX(0)!important;transform:scaleX(0)!important}.mejs__time-handle,.mejs__time-handle-content{border:4px solid transparent;cursor:pointer;left:0;position:absolute;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0);z-index:11}.mejs__time-handle-content{border:4px solid hsla(0,0%,100%,.9);border-radius:50%;height:10px;left:-7px;top:-4px;-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0);width:10px}.mejs__time-rail .mejs__time-handle-content:active,.mejs__time-rail .mejs__time-handle-content:focus,.mejs__time-rail:hover .mejs__time-handle-content{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.mejs__time-float{background:#eee;border:1px solid #333;bottom:100%;color:#111;display:none;height:17px;margin-bottom:9px;position:absolute;text-align:center;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);width:36px}.mejs__time-float-current{display:block;left:0;margin:2px;text-align:center;width:30px}.mejs__time-float-corner{border:5px solid #eee;border-color:#eee transparent transparent;border-radius:0;display:block;height:0;left:50%;line-height:0;position:absolute;top:100%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);width:0}.mejs__long-video .mejs__time-float{margin-left:-23px;width:64px}.mejs__long-video .mejs__time-float-current{width:60px}.mejs__broadcast{color:#fff;height:10px;position:absolute;top:15px;width:100%}.mejs__fullscreen-button>button{background-position:-80px 0}.mejs__unfullscreen>button{background-position:-100px 0}.mejs__mute>button{background-position:-60px 0}.mejs__unmute>button{background-position:-40px 0}.mejs__volume-button{position:relative}.mejs__volume-button>.mejs__volume-slider{-webkit-backface-visibility:hidden;background:rgba(50,50,50,.7);border-radius:0;bottom:100%;display:none;height:115px;left:50%;margin:0;position:absolute;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);width:25px;z-index:1}.mejs__volume-button:hover{border-radius:0 0 4px 4px}.mejs__volume-total{background:hsla(0,0%,100%,.5);height:100px;left:50%;margin:0;position:absolute;top:8px;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);width:2px}.mejs__volume-current{left:0;margin:0;width:100%}.mejs__volume-current,.mejs__volume-handle{background:hsla(0,0%,100%,.9);position:absolute}.mejs__volume-handle{border-radius:1px;cursor:ns-resize;height:6px;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);width:16px}.mejs__horizontal-volume-slider{display:block;height:36px;position:relative;vertical-align:middle;width:56px}.mejs__horizontal-volume-total{background:rgba(50,50,50,.8);height:8px;top:16px;width:50px}.mejs__horizontal-volume-current,.mejs__horizontal-volume-total{border-radius:2px;font-size:1px;left:0;margin:0;padding:0;position:absolute}.mejs__horizontal-volume-current{background:hsla(0,0%,100%,.8);height:100%;top:0;width:100%}.mejs__horizontal-volume-handle{display:none}.mejs__captions-button,.mejs__chapters-button{position:relative}.mejs__captions-button>button{background-position:-140px 0}.mejs__chapters-button>button{background-position:-180px 0}.mejs__captions-button>.mejs__captions-selector,.mejs__chapters-button>.mejs__chapters-selector{background:rgba(50,50,50,.7);border:1px solid transparent;border-radius:0;bottom:100%;margin-right:-43px;overflow:hidden;padding:0;position:absolute;right:50%;visibility:visible;width:86px}.mejs__chapters-button>.mejs__chapters-selector{margin-right:-55px;width:110px}.mejs__captions-selector-list,.mejs__chapters-selector-list{list-style-type:none!important;margin:0;overflow:hidden;padding:0}.mejs__captions-selector-list-item,.mejs__chapters-selector-list-item{color:#fff;cursor:pointer;display:block;list-style-type:none!important;margin:0 0 6px;overflow:hidden;padding:0}.mejs__captions-selector-list-item:hover,.mejs__chapters-selector-list-item:hover{background-color:#c8c8c8!important;background-color:hsla(0,0%,100%,.4)!important}.mejs__captions-selector-input,.mejs__chapters-selector-input{clear:both;float:left;left:-1000px;margin:3px 3px 0 5px;position:absolute}.mejs__captions-selector-label,.mejs__chapters-selector-label{cursor:pointer;float:left;font-size:10px;line-height:15px;padding:4px 10px 0;width:100%}.mejs__captions-selected,.mejs__chapters-selected{color:#21f8f8}.mejs__captions-translations{font-size:10px;margin:0 0 5px}.mejs__captions-layer{bottom:0;color:#fff;font-size:16px;left:0;line-height:20px;position:absolute;text-align:center}.mejs__captions-layer a{color:#fff;text-decoration:underline}.mejs__captions-layer[lang=ar]{font-size:20px;font-weight:400}.mejs__captions-position{bottom:15px;left:0;position:absolute;width:100%}.mejs__captions-position-hover{bottom:35px}.mejs__captions-text,.mejs__captions-text *{background:hsla(0,0%,8%,.5);box-shadow:5px 0 0 hsla(0,0%,8%,.5),-5px 0 0 hsla(0,0%,8%,.5);padding:0;white-space:pre-wrap}.mejs__container.mejs__hide-cues video::-webkit-media-text-track-container{display:none}.mejs__overlay-error{position:relative}.mejs__overlay-error>img{left:0;max-width:100%;position:absolute;top:0;z-index:-1}.mejs__cannotplay,.mejs__cannotplay a{color:#fff;font-size:.8em}.mejs__cannotplay{position:relative}.mejs__cannotplay a,.mejs__cannotplay p{display:inline-block;padding:0 15px;width:100%}
/**
 * Swiper 5.0.3
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://swiperjs.com
 *
 * Copyright 2014-2019 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: September 19, 2019
 */

@font-face{font-family:swiper-icons;src:url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper-container{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-container-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}.swiper-container-android .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-container-multirow>.swiper-wrapper{flex-wrap:wrap}.swiper-container-multirow-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-container-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide{height:auto}.swiper-container-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-container-3d{perspective:1200px}.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-container-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-container-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-container-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-container-horizontal.swiper-container-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-container-vertical.swiper-container-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(-1 * var(--swiper-navigation-size)/ 2);z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size)}.swiper-button-prev,.swiper-container-rtl .swiper-button-next{left:10px;right:auto}.swiper-button-prev:after,.swiper-container-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-container-rtl .swiper-button-prev{right:10px;left:auto}.swiper-button-next:after,.swiper-container-rtl .swiper-button-prev:after{content:'next'}.swiper-button-next.swiper-button-white,.swiper-button-prev.swiper-button-white{--swiper-navigation-color:#ffffff}.swiper-button-next.swiper-button-black,.swiper-button-prev.swiper-button-black{--swiper-navigation-color:#000000}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:8px;height:8px;display:inline-block;border-radius:100%;background:#000;opacity:.2}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet-active{opacity:1;background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-container-vertical>.swiper-pagination-bullets{right:10px;top:50%;transform:translate3d(0px,-50%,0)}.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:6px 0;display:block}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 4px}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-container-horizontal>.swiper-pagination-progressbar,.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-container-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-white{--swiper-pagination-color:#ffffff}.swiper-pagination-black{--swiper-pagination-color:#000000}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-container-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-container-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;animation:swiper-preloader-spin 1s infinite linear;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{100%{transform:rotate(360deg)}}.swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-container-fade.swiper-container-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-container-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-container-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube{overflow:visible}.swiper-container-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-container-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-cube.swiper-container-rtl .swiper-slide{transform-origin:100% 0}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;background:#000;opacity:.6;-webkit-filter:blur(50px);filter:blur(50px);z-index:0}.swiper-container-flip{overflow:visible}.swiper-container-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-container-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right,.swiper-container-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}
@font-face {
    font-family: 'cewe-text-regular';
    src: 
        url('/typo3conf/ext/base_facelift/Resources/Public/Fonts/CEWE/210505_Fonts/WEB/WOFF2/CEWEText-Regular.woff2') format("woff2"),
        url('/typo3conf/ext/base_facelift/Resources/Public/Fonts/CEWE/210505_Fonts/WEB/WOFF/CEWEText-Regular.woff') format("woff")
    ;
}
@font-face {
    font-family: 'cewe-text-medium';
    src: 
        url('/typo3conf/ext/base_facelift/Resources/Public/Fonts/CEWE/210505_Fonts/WEB/WOFF2/CEWEText-Medium.woff2') format("woff2"),
        url('/typo3conf/ext/base_facelift/Resources/Public/Fonts/CEWE/210505_Fonts/WEB/WOFF/CEWEText-Medium.woff') format("woff")
    ;
}
@font-face {
    font-family: 'cewe-text-bold';
    src: 
        url('/typo3conf/ext/base_facelift/Resources/Public/Fonts/CEWE/210505_Fonts/WEB/WOFF2/CEWEText-Regular.woff2') format("woff2"),
        url('/typo3conf/ext/base_facelift/Resources/Public/Fonts/CEWE/210505_Fonts/WEB/WOFF/CEWEText-Regular.woff') format("woff")
    ;
}
@font-face {
    font-family: 'cewe-head-bold';
    src: 
        url('/typo3conf/ext/base_facelift/Resources/Public/Fonts/CEWE/210505_Fonts/WEB/WOFF2/CEWEHead-Bold.woff2') format("woff2"),
        url('/typo3conf/ext/base_facelift/Resources/Public/Fonts/CEWE/210505_Fonts/WEB/WOFF/CEWEHead-Bold.woff') format("woff")
    ;
}


/* Webfont: Lato-Regular */@font-face {
    font-family: 'lato';
    src: url('/typo3conf/ext/base_facelift/Resources/Public/Fonts/Lato2OFLWeb/LatoLatin/fonts/LatoLatin-Regular.eot'); /* IE9 Compat Modes */
    src: url('/typo3conf/ext/base_facelift/Resources/Public/Fonts/Lato2OFLWeb/LatoLatin/fonts/LatoLatin-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('/typo3conf/ext/base_facelift/Resources/Public/Fonts/Lato2OFLWeb/LatoLatin/fonts/LatoLatin-Regular.woff2') format('woff2'), /* Modern Browsers */
         url('/typo3conf/ext/base_facelift/Resources/Public/Fonts/Lato2OFLWeb/LatoLatin/fonts/LatoLatin-Regular.woff') format('woff'), /* Modern Browsers */
         url('/typo3conf/ext/base_facelift/Resources/Public/Fonts/Lato2OFLWeb/LatoLatin/fonts/LatoLatin-Regular.ttf') format('truetype');
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}

/* Webfont: Lato-Semibold */@font-face {
    font-family: 'lato-semibold';
    src: url('/typo3conf/ext/base_facelift/Resources/Public/Fonts/Lato2OFLWeb/LatoLatin/fonts/LatoLatin-Semibold.eot'); /* IE9 Compat Modes */
    src: url('/typo3conf/ext/base_facelift/Resources/Public/Fonts/Lato2OFLWeb/LatoLatin/fonts/LatoLatin-Semibold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('/typo3conf/ext/base_facelift/Resources/Public/Fonts/Lato2OFLWeb/LatoLatin/fonts/LatoLatin-Semibold.woff2') format('woff2'), /* Modern Browsers */
         url('/typo3conf/ext/base_facelift/Resources/Public/Fonts/Lato2OFLWeb/LatoLatin/fonts/LatoLatin-Semibold.woff') format('woff'), /* Modern Browsers */
         url('/typo3conf/ext/base_facelift/Resources/Public/Fonts/Lato2OFLWeb/LatoLatin/fonts/LatoLatin-Semibold.ttf') format('truetype');
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}
/* Webfont: Lato-Bold */@font-face {
    font-family: 'lato-bold';
    src: url('/typo3conf/ext/base_facelift/Resources/Public/Fonts/Lato2OFLWeb/LatoLatin/fonts/LatoLatin-Bold.eot'); /* IE9 Compat Modes */
    src: url('/typo3conf/ext/base_facelift/Resources/Public/Fonts/Lato2OFLWeb/LatoLatin/fonts/LatoLatin-Bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('/typo3conf/ext/base_facelift/Resources/Public/Fonts/Lato2OFLWeb/LatoLatin/fonts/LatoLatin-Bold.woff2') format('woff2'), /* Modern Browsers */
         url('/typo3conf/ext/base_facelift/Resources/Public/Fonts/Lato2OFLWeb/LatoLatin/fonts/LatoLatin-Bold.woff') format('woff'), /* Modern Browsers */
         url('/typo3conf/ext/base_facelift/Resources/Public/Fonts/Lato2OFLWeb/LatoLatin/fonts/LatoLatin-Bold.ttf') format('truetype');
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}

@font-face {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/typo3conf/ext/base_facelift/Resources/Public/Fonts/Montserrat/montserrat-v13-latin_latin-ext-regular.eot);
  /* IE9 Compat Modes */
  src: url(/typo3conf/ext/base_facelift/Resources/Public/Fonts/Montserrat/montserrat-v13-latin_latin-ext-regular.eot?#iefix) format("embedded-opentype"), url(/typo3conf/ext/base_facelift/Resources/Public/Fonts/Montserrat/montserrat-v13-latin_latin-ext-regular.woff2) format("woff2"), url(/typo3conf/ext/base_facelift/Resources/Public/Fonts/Montserrat/montserrat-v13-latin_latin-ext-regular.woff) format("woff"), url(/typo3conf/ext/base_facelift/Resources/Public/Fonts/Montserrat/montserrat-v13-latin_latin-ext-regular.ttf) format("truetype"); }

@font-face {
  font-family: Montserrat;
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(/typo3conf/ext/base_facelift/Resources/Public/Fonts/Montserrat/montserrat-v13-latin_latin-ext-italic.eot);
  /* IE9 Compat Modes */
  src: url(/typo3conf/ext/base_facelift/Resources/Public/Fonts/Montserrat/montserrat-v13-latin_latin-ext-italic.eot?#iefix) format("embedded-opentype"), url(/typo3conf/ext/base_facelift/Resources/Public/Fonts/Montserrat/montserrat-v13-latin_latin-ext-italic.woff2) format("woff2"), url(/typo3conf/ext/base_facelift/Resources/Public/Fonts/Montserrat/montserrat-v13-latin_latin-ext-italic.woff) format("woff"), url(/typo3conf/ext/base_facelift/Resources/Public/Fonts/Montserrat/montserrat-v13-latin_latin-ext-italic.ttf) format("truetype"); }

@font-face {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(/typo3conf/ext/base_facelift/Resources/Public/Fonts/Montserrat/montserrat-v13-latin_latin-ext-700.eot);
  /* IE9 Compat Modes */
  src: url(/typo3conf/ext/base_facelift/Resources/Public/Fonts/Montserrat/montserrat-v13-latin_latin-ext-700.eot?#iefix) format("embedded-opentype"), url(/typo3conf/ext/base_facelift/Resources/Public/Fonts/Montserrat/montserrat-v13-latin_latin-ext-700.woff2) format("woff2"), url(/typo3conf/ext/base_facelift/Resources/Public/Fonts/Montserrat/montserrat-v13-latin_latin-ext-700.woff) format("woff"), url(/typo3conf/ext/base_facelift/Resources/Public/Fonts/Montserrat/montserrat-v13-latin_latin-ext-700.ttf) format("truetype"); }

@font-face {
  font-family: Montserrat;
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url(/typo3conf/ext/base_facelift/Resources/Public/Fonts/Montserrat/montserrat-v13-latin_latin-ext-700italic.eot);
  /* IE9 Compat Modes */
  src: url(/typo3conf/ext/base_facelift/Resources/Public/Fonts/Montserrat/montserrat-v13-latin_latin-ext-700italic.eot?#iefix) format("embedded-opentype"), url(/typo3conf/ext/base_facelift/Resources/Public/Fonts/Montserrat/montserrat-v13-latin_latin-ext-700italic.woff2) format("woff2"), url(/typo3conf/ext/base_facelift/Resources/Public/Fonts/Montserrat/montserrat-v13-latin_latin-ext-700italic.woff) format("woff"), url(/typo3conf/ext/base_facelift/Resources/Public/Fonts/Montserrat/montserrat-v13-latin_latin-ext-700italic.ttf) format("truetype"); }



/* Simple CSS reset */
* { margin: 0; padding: 0; }
html, body { font-size: 100%; }
textarea { resize: vertical; }
/* Grids & helper classes */

*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; 
}


::selection {
	color: #fff;
	background-color: #c30c15;
}
::-moz-selection {
	color: #fff;
	background-color: #c30c15;
}

img,
object,
embed {
  	max-width: 100%;
  	height: auto; 
}

object,
embed {
  	height: 100%; 
}

img {
  	-ms-interpolation-mode: bicubic; 
}

a img { border: none; }

.debug-only { display: none !important; }
.debug .debug-only { display: initial !important; }

/* responsive YouTube iframe embed */
.iframe-container--youtube {
	position: relative;
	padding: 30px 0 56.24% 0;
	height: 0; overflow: hidden;
}
.iframe-container--youtube > iframe {
	position: absolute;
	top: 0; left: 0;
	width: 100%;
	height: 100%;
	border: none;
}

.aural-only {
	position: absolute !important;
	height: 1px; width: 1px; 
	overflow: hidden;
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);	
}
.hide { display: none; }

.clear { clear: both; }
.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    *zoom: 1;
}

.center-h {
	position: relative;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}
.center-v {
	position: relative;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
}
.center-h.center-v {
	position: relative;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.no-user-selection {
	-moz-user-select: none;
	user-select: none;
}
.no-tap-highlight {
	-webkit-tap-highlight-color: transparent;
}

/** standard grid base **/
.container {
	/*width: 1200px;*/
	width: 1370px;
	max-width: none;
	margin-left: auto;
	margin-right: auto;
}
.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.container-fluid:before,
.container-fluid:after {
  display: table;
  content: " ";
}

.container-fluid:after {
  clear: both;
}

.container-fluid:before,
.container-fluid:after {
  display: table;
  content: " ";
}
.container-fluid:after {
  clear: both;
}

.is-full-width > .container {
	width: 100%;
	margin-left: 0;
	margin-right: 0;
	padding-left: 15px;
	padding-right: 15px;
}

/*
.row {
	margin-left: -15px;
	margin-right: -15px;
}
.row:before,
.row:after {
	content: "";
	display: table;
}
.row:after {
	clear: both;
}
[class*="col-"] {
	float: left;
	position: relative;
	padding-left: 15px;
	padding-right: 15px;
}
*/
/*
.col-1 { width: 8.33333%; }
.col-2 { width: 16.66667%; }
.col-3 { width: 25%; }
.col-4 { width: 33.33333%; }
.col-5 { width: 41.66667%; }
.col-6 { width: 50%; }
.col-7 { width: 58.33333%; }
.col-8 { width: 66.66667%; }
.col-9 { width: 75%; }
.col-10 { width: 83.33333%; }
.col-11 { width: 91.66667%; }
.col-12 { width: 100%; }
*/
.col-center {
	margin-left: auto;
	margin-right: auto;
	float: none;
}

.col-center .container {
	width: auto;
}

/* Push and pull */
/*
.col-pull-6 {
	left: -50%;
}
.col-push-6 {
	position: relative;
	left: 50%;
}
*/

/* Extra large @mediaquery */
/*
@media only screen and (max-width: 1200px) {
	.col-xl-1 { width: 8.33333%; }
	.col-xl-2 { width: 16.66667%; }
	.col-xl-3 { width: 25%; }
	.col-xl-4 { width: 33.33333%; }
	.col-xl-5 { width: 41.66667%; }
	.col-xl-6 { width: 50%; }
	.col-xl-7 { width: 58.33333%; }
	.col-xl-8 { width: 66.66667%; }
	.col-xl-9 { width: 75%; }
	.col-xl-10 { width: 83.33333%; }
	.col-xl-11 { width: 91.66667%; }
	.col-xl-12 { width: 100%; }
	
	

}
*/
/* Large @mediaquery */
/*
@media only screen and (max-width: 992px) {
	.col-lg-1 { width: 8.33333%; }
	.col-lg-2 { width: 16.66667%; }
	.col-lg-3 { width: 25%; }
	.col-lg-4 { width: 33.33333%; }
	.col-lg-5 { width: 41.66667%; }
	.col-lg-6 { width: 50%; }
	.col-lg-7 { width: 58.33333%; }
	.col-lg-8 { width: 66.66667%; }
	.col-lg-9 { width: 75%; }
	.col-lg-10 { width: 83.33333%; }
	.col-lg-11 { width: 91.66667%; }
	.col-lg-12 { width: 100%; }

	.col-lg-pull-0,
	.col-lg-push-0 { left: auto; }

}
*/
/* Medium @mediaquery */
/*
@media only screen and (max-width: 768px) {
	.col-md-1 { width: 8.33333%; }
	.col-md-2 { width: 16.66667%; }
	.col-md-3 { width: 25%; }
	.col-md-4 { width: 33.33333%; }
	.col-md-5 { width: 41.66667%; }
	.col-md-6 { width: 50%; }
	.col-md-7 { width: 58.33333%; }
	.col-md-8 { width: 66.66667%; }
	.col-md-9 { width: 75%; }
	.col-md-10 { width: 83.33333%; }
	.col-md-11 { width: 91.66667%; }
	.col-md-12 { width: 100%; }
	
	.clearfix-md:before,
	.clearfix-md:after {
		content: "";
		display: table;
	}
	.clearfix-md:after {
		clear: both;
	}

}
*/
/* Small @mediaquery */
/*
@media only screen and (max-width: 544px) {
	.col-sm-1 { width: 8.33333%; }
	.col-sm-2 { width: 16.66667%; }
	.col-sm-3 { width: 25%; }
	.col-sm-4 { width: 33.33333%; }
	.col-sm-5 { width: 41.66667%; }
	.col-sm-6 { width: 50%; }
	.col-sm-7 { width: 58.33333%; }
	.col-sm-8 { width: 66.66667%; }
	.col-sm-9 { width: 75%; }
	.col-sm-10 { width: 83.33333%; }
	.col-sm-11 { width: 91.66667%; }
	.col-sm-12 { width: 100%; }

}
*/
/* Extra small @mediaquery */
/*
@media only screen and (max-width: 380px) {
	.col-xs-1 { width: 8.33333%; }
	.col-xs-2 { width: 16.66667%; }
	.col-xs-3 { width: 25%; }
	.col-xs-4 { width: 33.33333%; }
	.col-xs-5 { width: 41.66667%; }
	.col-xs-6 { width: 50%; }
	.col-xs-7 { width: 58.33333%; }
	.col-xs-8 { width: 66.66667%; }
	.col-xs-9 { width: 75%; }
	.col-xs-10 { width: 83.33333%; }
	.col-xs-11 { width: 91.66667%; }
	.col-xs-12 { width: 100%; }
	
}
*/

/* utility classes */
.u-container-padding {
	padding-left: 30px;
	padding-right: 30px;
}
.u-left {
	float: left;
}
.u-right {
	float: right;
}
.u-ripple {
  position: relative;
  overflow: hidden;
  transform: translate3d(0, 0, 0);
}
.u-ripple:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
  background-image: radial-gradient(circle, #000 10%, transparent 10.01%);
  background-repeat: no-repeat;
  background-position: 50%;
  transform: scale(10, 10);
  opacity: 0;
  transition: transform .2s, opacity .5s;
}
.u-ripple:active:after {
  transform: scale(0, 0);
  opacity: .2;
  transition: 0s;
}

/* Basic content and RTE styles */


body {
	background-color: #fff;
	color: #222222;
	font-family: 'cewe-text-regular', Arial, sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.3;
}

/**
 * Die Klasse c-style wird immer als Container für die Content Stile genutzt
 */

/* Headlines */


/* Text & Inline styles */
.c-style p {
	margin-bottom: 16px;
}
p.highlight {
	background-color: #f5f5f5;
	border: 1px solid #888;
	padding: 10px;
}
.text--highlight-red { color: #c30c15;  }
.text--size-up-1 { font-size: 120%;  }
.text--size-down-1 { font-size: 80%;  }
.text--size-down-2 { font-size: 70%;  }

/* Links */
/*
.c-style a:not(.button),
a.link-default {
	position: relative;
	color: #c30c15;
	text-decoration: none;
}
.c-style a:not(.button):after,
a.link-default:after {
	content: '';
	position: absolute;
	left: 0; bottom: -1px;
	display: inline-block;
	width: 100%; height: 1px;
	border-bottom: 1px solid #c30c15;
	opacity: 0;
	transition: opacity 0.18s ease;
	pointer-events: none;
}
.c-style a:not(.button):hover:after,
.c-style a:not(.button):focus:after,
a.link-default:hover:after,
a.link-default:focus:after {
	opacity: 1;
}
*/

.c-style a:not(.button),
a.link-default {
	color: #c30c15;
	text-decoration: none;
}

.c-style a:not(.button):hover,
.c-style a:not(.button):focus,
a.link-default:hover,
a.link-default:focus {
	text-decoration: underline;
	text-decoration-color: rgba(195, 12, 21, .4);
}

a.link-download {
	color: #c30c15;
	text-decoration: none;
}
a.link-download:before {
	margin-right: 6px;
	content: '\f019';
	font-family: Font Awesome\ 5 Free;
	display: inline-block;
	font-size: 15px;
	font-weight: 600;
}
a.link-zip {
	color: #c30c15;
	text-decoration: none;
}
a.link-zip:before {
	margin-right: 6px;
	content: '\f1c6';
	font-family: Font Awesome\ 5 Free;
	display: inline-block;
	font-size: 15px;
	font-weight: 600;
}


/* Buttons */
/*
.button {
	display: inline-block;
	padding: 6px 20px;
	color: #fff;
	font: inherit;
	font-weight: 200;
	background-color: #c30c15;
	background-image: linear-gradient(to bottom, #de0813, #a41815);
	text-decoration: none;
	cursor: pointer;
	border: none;
}
.button:hover,
.button:focus {
	background-image: linear-gradient(to bottom, #de0813, #a41815)-light;
}
.button:active {
	box-shadow: 3px 3px 9px rgba(0, 0, 0, 0.2) inset;
}

.button-download {
	display: inline-block;
	padding: 4px 7px;
	border: 1px solid #ccc;
	text-decoration: none;
	color: #777;
	background-color: #fff;
	background-image: linear-gradient(to bottom, #fff, #f9f9f9);
	border-radius: 1px;
	transition: all 0.18s ease;
}
.button-download:before {
	content: '\f019';
	font-family: Font Awesome\ 5 Free;
	font-size: 14px;
	font-weight: 900;
	display: inline-block;
	margin-right: 6px;
	padding-right: 6px;
	border-right: 1px solid rgba(0, 0, 0, 0.25);
	opacity: 0.7;
} 
.button-download:hover,
.button-download:focus {
	color: #444;
	border-color: #bbb;
}
.button-large {
	padding-top: 10px;
	padding-bottom: 10px;
	font-weight: 400;
}
.button-secondary {
	background-image: linear-gradient(to bottom, #aaa, #999);
}
.button-secondary:hover,
.button-secondary:focus {
	background-image: linear-gradient(to bottom, #bbb, #aaa);
}
*/

.btn,
.button {
	position: relative;
	display: inline-block;
	min-width: 40px;
	padding: 8px 16px;
	box-shadow: 0 1px 3px rgba(0,0,0,0.4);
	background-color: #c30c15;
	color: #fff;
	font-family: 'cewe-text-regular', sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.7;
	letter-spacing: .5px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	border-radius: 3px;
	outline: none;
	border: none;
	cursor: pointer;
	user-select: none;
	transition: all ease-out .1s;
}
.btn:active,
.button:active {
	box-shadow: 0 4px 8px rgba(0,0,0,0.2);
}
.btn-secondary {
	background-color: rgb(150,150,150);
}
.btn-group.submit {
	margin-top: 20px;
	display: block;
}
.button-small {
	padding: 4px 8px;
	font-size: 12px;
}

.button-pos-center {
	text-align: center;
}
.button-pos-left {
	text-align: left;
}
.button-pos-right {
	text-align: right;
}
.button[href$=".pdf"] {
	display: inline-flex;
}
.button[href$=".pdf"]::after {
	content: '';
	display: inline-block;
	width: 25px;
	height: 25px;
	background-image: url("/typo3conf/ext/base_facelift/Resources/Public/Images/Icons/icon_pdf_01.svg");
	background-repeat: no-repeat;
	background-size: contain;
	line-height: 20px;
	margin-left: 15px;
}

/* Table styles */

table.default-table {
	margin-bottom: 20px;
	border-collapse: collapse;
	text-align: left;
}
table.default-table th {
	padding: 6px 10px;
	background-color: #c30c15;
	color: #fff;
	vertical-align: top;
}
table.default-table td {
	padding: 6px 10px;
	vertical-align: top;
	border-bottom: 1px solid #999;
}
table.default-table tr:last-child td {
	border-bottom: none;
}
td.special-td-grey { background-color: #d1d1d1; }
td.special-td-red { background-color: #c30c15; color: #fff; }


.scrollable-table--wrap { position: relative; }
.scrollable-table--wrap.is-active .scrollable-table--inner {
	overflow-x: scroll;
}
.scrollable-table--wrap:after {
	content: '';
}
.scrollable-table--wrap.is-active:after {
	position: absolute;
	z-index: 90;
	right: 0; top: 0; 
	width: 60px; height: 100%;
	background-image: linear-gradient(to left, #f1f1f1 50%, transparent);
	pointer-events: none;
	opacity: 0.8;
	transition: opacity 3s ease;
}
.scrollable-table--wrap.is-active.is-touched:after {
	opacity: 0.4;
}

.content__author {
  margin-top: 15px;
  text-align: right;
  font-style: italic;
  color: #808080;
}

/* List styles */
.c-style ul,
.c-style ol {
	padding-left: 16px;
	margin-bottom: 16px;
	overflow: auto;
}
.c-style ol {
	padding-left: 19px;
}
.c-style ul > li {
	list-style-type: square;
	margin-bottom: 3px;
}
.c-style ol > li {
	margin-bottom: 3px;
}

/* Language Switcher */
.content-language-nav {
	float: right;
	margin-right: 30px;
}
.content-language-nav li {
	list-style-type: none;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.3;
	text-align: left;
	background-image: url('/typo3conf/ext/base_facelift/Resources/Public/Images/Icons/flag_de.png');
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 30px;
}
.content-language-nav li.en {
	background-image: url('/typo3conf/ext/base_facelift/Resources/Public/Images/Icons/flag_en.png');
}
.content-language-nav a {
	color: #222222;
	text-decoration: none;
	line-height: 23px;
}

.headline-sub {
	font-size: 70%;
	opacity: .7;
}
.headline-sub::before {
	content: '//';
	margin: 0 4px;
}
.no-text-transform {
	text-transform: none !important;
}

/* futurezone-feedback */
.feedback__entry .content__text {
  font-size: 16px;
  line-height: 20px;
  font-weight: 200;
}
.feedback__entry:first-child .content__text {
  font-size: 24px;
  line-height: 28px;
}
.feedback__entry .content__headline--h2 {
  margin-bottom: 0.4em;
}
.feedback__entry .content__headline--h2 > * {
  font-weight: 400;
}
.feedback__entry:not(:first-child) .content__headline--h2 > * {
  font-size: 18px;
}
.feedback__entry .content__author {
  font-size: 14px;
}
.feedback__entry:first-child .content__author {
  font-size: 18px;
}
.page-uid-297 .content-box {
  height: 665px;
  overflow: hidden;
  position: relative;
}
.gradient-bg-white {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 60px;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+73,ffffff+100&0+1,0.62+34,1+99 */
background: -moz-linear-gradient(top, rgba(255,255,255,0) 1%, rgba(255,255,255,0.62) 34%, rgba(255,255,255,0.85) 73%, rgba(255,255,255,1) 99%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(255,255,255,0) 1%,rgba(255,255,255,0.62) 34%,rgba(255,255,255,0.85) 73%,rgba(255,255,255,1) 99%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(255,255,255,0) 1%,rgba(255,255,255,0.62) 34%,rgba(255,255,255,0.85) 73%,rgba(255,255,255,1) 99%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}
.feedback__entry {
  padding-top: 15px;
  margin-top: 15px;
  border-top: 1px solid #e8e8e8;
}
.feedback__entry:first-child {
  padding-top: 0;
  margin-top: 0;
  border-top: none;
}
/* Basic and specific form styles */
.form-group,
.mf-row {
	margin-bottom: 12px;
}
.control-label,
.mf-label {
	display: block;
	margin-bottom: 5px;
}
input[type="text"].form-control,
input[type="password"].form-control,
input[type="email"].form-control,
textarea.form-control,
.mf-textarea,
.mf-input {
	width: 100%;
	padding: 6px 10px;
	border: 1px solid #222;
	font: inherit;
	background-color: #fff;
	transition: box-shadow 0.18s ease;
}
textarea.form-control {
	min-height: 130px;
}
.mf-inline {
	width: auto;
	display: inline-block;
}
.mf-disabled {
    opacity: 0.5;
    text-decoration: line-through;
}
.mf-label + .mf-inline { margin-left: 8px; }
select.form-control,
.mf-select {
	min-width: 200px;
	max-width: 100%;
	padding: 6px 30px 6px 10px;
	border: 1px solid #222;
	font: inherit;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: #fff;
	background-image: url('/typo3conf/ext/base_facelift/Resources/Public/Images/Icons/arrow_down.svg');
	background-repeat: no-repeat;
	background-size: 13px auto;
	background-position: right 10px center;
	transition: box-shadow 0.18s ease;
}
.form-control:hover,
.form-control:focus,
.mf-input:hover,
.mf-input:focus,
.mf-textarea:hover,
.mf-textarea:focus,
.mf-select:hover,
.mf-select:focus { 
	box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5);
}
.mf-checkbox,
.mf-radio {
	margin-right: 6px;
}
.mf-checkboxes label,
.mf-radios label {
	/*display: inline-block;*/
	display: inline;
}
.mf-submit {
	margin: 10px 0 20px;
	padding: 8px 26px;
}
.mf-submit.mf-submit-xl {
	margin: 20px 0 20px;
	padding: 15px 90px;
	text-transform: capitalize;
	font-size: 22px;
	font-weight: bold;
}
.mf-divider {
	margin: 40px 0;
	padding: 20px 0;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.mf-divider > :last-child {
	margin-bottom: 0;
}

@media only screen and (max-width: 980px) {
	.mf-input-wrapper .mf-select {
		min-width: 130px;
	}
}
@media only screen and (max-width: 550px) {
	.mf-input-wrapper .mf-select {
		margin-bottom: 5px;
	}
	.mf-input-wrapper .mf-input {
		margin-left: 0 !important;
		width: 100% !important;
	}
}

.error.mailform__error {
    color: #c30c15;
    font-weight: bold;
    margin-bottom: 20px;
}
[aria-invalid="true"] {
	border: 1px solid #c30c15;
}
.mf-checkbox[aria-invalid] ~ label,
.mf-radio[aria-invalid] ~ label {
    color: #c30c15;
    text-decoration: underline;
}
.required-mark { color: #c30c15; }
.combined-input {
	position: relative;
	display: inline-block;
	padding-right: 26px;
	border: 1px solid #000;
}
.combined-input__input {
	width: 100%;
	padding: 4px 9px;
	font: inherit;
	border: none;
}
.combined-input__button {
	position: absolute;
	right: 0; top: 0; bottom: 0;
	width: 30px; 
	background-image: linear-gradient(to bottom, #de0813, #a41815);
	border: none;
	cursor: pointer;
	text-indent: 110%;
	overflow: hidden;
	transition: background-image 0.18s ease;
}
.combined-input__button:hover,
.combined-input__button:focus {
	background-image: linear-gradient(to bottom, #de0813, #a41815)-light;
}
.combined-input__button:active {
	box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.3) inset;
}

.combined-input__button:after {
	content: '';
	position: absolute;
	left: 50%; top: 50%;
	transform: translate(-30%, -50%);
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 0 5px 7px;
	border-color: transparent transparent transparent #fff;
}
.combined-input--newsletter { width: 80%; }
.combined-input--newsletter .combined-input__input { 
	font-size: 14px;  
}

/* Photokina 2018 */
/*#mailform--photokina .mf-disabled {
	display: none;
}*/

form.mailform--product-tester .mf-textarea {
    min-height: 150px
}

form.mailform--product-tester .errors p {
    display: none;
}
form.mailform--product-tester .errors p:last-child {
    display: block;
}
form.mailform--product-tester .socialmediarow {
    display: flex;
    align-items: center;
}
form.mailform--product-tester .socialmediarow .mf-label {
    margin-right: 5px;
    width: 225px;
}
.form-group.has-error .control-label {
	color: #c30c15;
	font-weight: bold;
}
/*
.form-group.has-error .recaptcha {
    border: 2px solid #c30c15;
    padding: 10px;
}
.recaptcha .help-block {
    margin-top: 15px;
    display: block;
}
*/
.easycaptcha {
	display: flex;
	align-items: flex-end;
}
.easycaptcha #captcha-image {
    border: 1px solid #000;
    border-radius: 2px;
}
.easycaptcha svg.icon-color {
    width: 40px;
    height: 40px;
    padding: 6px;
}
.easycaptcha .form-group {
	margin-bottom: 0;
}
.easycaptcha .captcha-actions {
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 10px;
}

/* FutureZone 2022 */
#futureZone-11005 h2 {
    font-size: 18px;
    margin-bottom: 10px;
    margin-top: 10px;
}
fieldset.form-group {
    margin-bottom: 40px;
    padding: 30px;
    border: 1px solid rgba(0, 0, 0, .7);
}
fieldset.form-group legend {
    font-size: 26px;
    font-family: 'cewe-text-medium';
    color: #333;
    float: left;
    width: 100%;
    margin-bottom: 20px;
}
.form-group .help-block {
    display: block;
    margin-top: 8px;
    font-size: 13px;
}
/* Icons. */
i[class^="ico--"] {
	display: inline-block;
	width: 20px; height: 20px;
	background-repeat: no-repeat;
	background-size: contain;
}

.ico--customer-service {
	background-image: url('/typo3conf/ext/base_facelift/Resources/Public/Images/Icons/customer_service.svg');
}
.ico--magnifier {
	background-image: url('/typo3conf/ext/base_facelift/Resources/Public/Images/Icons/magnifier.svg');
}
/* Header */
.header {
	position: relative;
}
.header__inner {
	position: relative;
	z-index: 91;
	width: 100%;
	padding-top: 20px;
	top: 0;
	background-color: #c30c15;
}
.logo {
	display: inline-block;
	margin-right: auto;
}
.logo > img {
	display: inline-block;
	width: 170px; 
	vertical-align: bottom;
}

/* Meta bar */
.meta-bar { 
	margin-top: 20px;
	float: right; 
	color: #fff; 
	opacity: 1;
	transition: 0.6s ease;
	position: relative;
}
.meta-bar > * { margin-left: 30px; }
.meta-container {
	display: flex;
	align-items: center;
	margin-bottom: 15px;
}
.header-meta {
	display: flex;
	margin-left: auto;
}
.header-meta-item {
	margin-right: 15px;
	text-decoration: none;
	color: #fff;
	font-size: 14px;
}
.meta-press {
	padding: 15px 0 15px 38px;
	background-image: url('/typo3conf/ext/base_facelift/Resources/Public/Images/Icons/icon_bell_ringing.svg');
	background-repeat: no-repeat;
	background-size: 29px;
	background-position-y: ~'calc(50% - 2px)';
}
/*
.quick-search {
	width: 50px;
	color: #fff;
	background-image: url('/typo3conf/ext/base/Resources/Public/Images/Icons/magnifier.svg');
	background-repeat: no-repeat;
	background-size: 40%;
	overflow: hidden;
	text-indent: 120%;
	background-position: center;
}
*/
.header-nav {
	float: left;
}
.header-nav__item { list-style-type: none; }
.header-nav__item > a {
	color: inherit;
	text-decoration: none;
}

.menu-trigger {
	display: none;
	float: right;
	position: relative;
	width: 34px; height: 26px;
	margin-left: 40px;
	border: none;
	border-top: 4px solid #fff;
	border-bottom: 4px solid #fff;
	background: transparent none;
	cursor: pointer;
	outline: none;
	-moz-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: transparent;
}
.menu-trigger:after {
	content: '';
	position: absolute;
	left: 0; top: 7px;
	background-color: #fff;
	width: 100%; height: 4px;
}

@media only screen and (max-width: 1100px) {

}

@media only screen and (max-width: 720px) {

}


.audio-player {
	margin-bottom: 30px;
}
.audio-player .mejs__container {
	margin-bottom: 15px;
	background: rgba(195, 12, 21, 1);
}
.audio-player .mejs__controls:not([style*="display: none"]) {
	background: transparent none;
}

.mfp-audio-container {
	max-width: 600px;
	margin: 0 auto;
} 
/* Navigation */
/* Main Nav */
.main-nav {
	margin: 0 -4px;
}
.main-nav-item {
	margin: 0 8px;
	float: left;
	list-style-type: none;
}
.main-nav-item > a {
	display: block;
	padding: 12px 0;
	font-size: 16px;
	text-decoration: none;
	color: #fff;
	border-bottom: 4px solid transparent;
	transition: 0.4s border-bottom-color;
}
.main-nav-item.is-active  > a,
.main-nav-item > a:hover,
.main-nav-item:hover > a,
.main-nav-item > a:focus {
	border-bottom-color: #fff;
}
/*.sub-nav-bg {
	background-color: lightblue;
	height: 45px;
	position: absolute;
	left: 0;
	right: 0;
	top: 100%;
	background-color: #fff;
	box-shadow: 0 8px 6px -6px #a0a0a0;
}*/
.sub-nav {
	display: none;
	position: absolute;
	z-index: 20;
	left: 0; right: 0;
	background-color: #fff;
	box-shadow: 0 8px 6px -6px #a0a0a0;
}
.sub-nav-list {
	margin: 0 -8px;
}
.main-nav-item.is-active > .sub-nav {
	display: block;
}
.sub-nav-item {
	margin: 0 8px;
	list-style-type: none;
	float: left;
}
.sub-nav-item > a {
	display: block;
	padding: 12px 0;
	font-size: 14px;
	text-decoration: none;
	color: #4c4c4c;
	border-bottom: 3px solid transparent;
	transition: 0.4s border-bottom-color;
}
.sub-nav-item.is-active > a,
.sub-nav-item > a:hover,
.sub-nav-item > a:focus,
.sub-nav-item.is-active.has-sub:hover > a:hover {
	border-bottom-color: #c30c15;
}
.sub-nav-item.is-active.has-sub:hover > a {
	border-bottom-color: transparent;
}
.nav-container {
	display: flex;
}

.action-nav {
	display: flex;
	margin-left: auto;
	border-left: 1px solid #fff;
	font-size: 14px;
}
.action-contact {
	display: flex;
	align-items: center; 
	padding-left: 25px;
	margin: 0 15px;
	background: transparent url('/typo3conf/ext/base_facelift/Resources/Public/Images/Icons/icon_phone.svg') no-repeat 0 50%;
	background-size: 22px;
	background-position: 0 50%;
	text-decoration: none;
	color: #fff;
}
.action-search {
	display: flex;
	align-items: center;
	padding-left: 25px;
	margin: 0 15px;
	background: transparent url("/typo3conf/ext/base_facelift/Resources/Public/Images/Icons/magnifier.svg") no-repeat 0 50%;
	background-size: 19px;
	background-position: 0 50%;
	text-decoration: none;
	color: #fff;
}
.action-products {
	display: flex;
	align-items: center;
	/*padding-left: 48px;*/
	margin: 0 15px;
	/*
	background: transparent url("/typo3conf/ext/base_facelift/Resources/Public/Images/cewe.png") no-repeat 0 50%;
	background-size: 43px;
	background-position: 0 15px;
	*/
	text-decoration: none;
	color: #fff;
}

/* Dropdown Nav */
.dropdown-nav {
	display: none;
	position: absolute;
	margin-left: -18px;
	background-color: #fff;
	border: 1px solid #ddd;
	border-top: none;
}
.dropdown-nav::after {
	content: '';
	position: absolute;
	z-index: -1;
	left: -1px;
	right: -1px;
	top: -1px;
	bottom: -1px;
	background-color: #777;
}
.sub-nav-item.has-sub:hover .dropdown-nav {
	display: block;
}
.dropdown-nav-items {
	padding: 12px 18px;
}
.dropdown-nav-item {
	margin-bottom: 3px;
	list-style-type: none;
}
.dropdown-nav-item > a {
	color: #4c4c4c;
	font-size: 14px;
	text-decoration: none;
	opacity: .8;
	transition: opacity ease .2s;
}
.dropdown-nav-item.is-active > a {
	color: #c30c15;
}
.dropdown-nav-item > a:focus,
.dropdown-nav-item > a:hover {
	opacity: 1;
}
.dropdown-nav::after {
	content: '';
	position: absolute;
	z-index: -1;
	left: 0;
	right: 0;
	top: 7px;
	bottom: 0;
	box-shadow: 0px 0px 7px 0px #a0a0a0;
}

/* Breadcrumb */
.breadcrumb {
	padding-top: 12px;
	padding-bottom: 12px;
}
.breadcrumb-items {
	display: flex;
	align-items: center;
	list-style-type: none;
}
.breadcrumb-item .icon-home {
	transform: translateY(-1px);
	display: inline-block;
}
.breadcrumb .icon-arrow-right {
	margin: 0 12px;
	color: #4c4c4c;
}
.breadcrumb-item {
	display: flex;
	align-items: center;
}
.breadcrumb-item > * {
	font-size: 12px;
}
.breadcrumb-item > a {
	text-decoration: none;
	color: #4c4c4c;
	font-size: 12px;
	white-space: pre;
	transition: color .3s ease;
}
.breadcrumb-items .breadcrumb-item:last-child > a {
	white-space: normal;
}
.breadcrumb-item.is-active > a {
	font-weight: bold;
}
.breadcrumb-item > a:hover,
.breadcrumb-item > a:focus {
	color: #408fc8;
}

/* Meta Nav (Footer) */
.meta-nav__item {
	margin: 0 4px;
	display: inline-block;
	list-style-type: none;
}
.meta-nav__item:after {
	content: '|';
	margin-left: 8px;
}
.meta-nav__item:last-child:after { display: none; }

/* Mobile Nav */
.mobile-nav {
	display: none;
	position: absolute;
	background-color: #fff;
	box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.3);
	left: 0;
	right: 0;
	top: 100%;
}
.mobile-nav--is-visible { display: block; }

.mobile-nav__item {
	position: relative;
	list-style-type: none;
}
.mobile-nav__item > a {
	display: block;
	padding: 10px 14px;
	text-decoration: none;
	color: #444;
}
.mobile-nav__level-1 > .mobile-nav__item {
	border-bottom: 1px solid #eee;
}
.mobile-nav__level-2 > .mobile-nav__item > a {
	background-color: #eee;
}
.mobile-nav__level-3 > .mobile-nav__item > a {
	background-color: #ccc;
}
.mobile-nav__sub { display: none; }
.mobile-nav__sub--is-visible { display: block; }
.mobile-nav__sub-trigger {
	position: absolute;
	top: 0; right: 0;
	width: 40px; height: 40px;
	background-color: transparent;
	border: none;
	cursor: pointer;
}
.mobile-nav__level-1 > .mobile-nav__item > .mobile-nav__sub-trigger {
	background-color: #c30c15;
}
.mobile-nav__level-1 > .mobile-nav__item > .mobile-nav__sub-trigger:after {
	content: '';
	display: inline-block;
	position: relative;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 7px 7px 0 7px;
	border-color: #fff transparent transparent transparent;
}
.mobile-nav__level-1 > .mobile-nav__item > .mobile-nav__sub-trigger.mobile-nav__sub--is-visible:after {
	transform: rotate(180deg);
}
.mobile-nav__level-2 > .mobile-nav__item > .mobile-nav__sub-trigger:after,
.mobile-nav__level-3 > .mobile-nav__item > .mobile-nav__sub-trigger:after {
	display: inline-block;
	content: '+';
	font-size: 18px;
}
.mobile-nav__level-2 > .mobile-nav__item > .mobile-nav__sub-trigger.mobile-nav__sub--is-visible:after,
.mobile-nav__level-3 > .mobile-nav__item > .mobile-nav__sub-trigger.mobile-nav__sub--is-visible:after {
	transform: rotate(45deg);
}

/* Language Nav */
.lang-nav {
	display: flex;
	position: absolute;
	right: 60px;
	font-size: 14px;
	list-style-type: none;
}
.lang-nav-item {}
.lang-nav-item::after {
	content: '|';
	margin: 0 3px;
	color: #fff;
}
.lang-nav-item > a {
	text-decoration: none;
	color: #fff;
}
.lang-nav-item.is-active > a {
	font-weight: bold;
	line-height: 1;
}
.lang-nav-item:last-child::after {
	display: none;
}

@media only screen and (max-width: 1530px) {
	.lang-nav {
		position: static;
	}
	.header-meta {
		margin-right: 30px;
	}
}

@media only screen and (max-width: 1040px) {
	.nav-container { display: none; }
	.menu-trigger {
		display: inline-block;
	}
}

@media only screen and (max-width: 640px) {
	.header {
		padding-top: 0;
	}
	.header__container {
		padding: 8px 15px;
		margin: 0;
	}
	.meta-container {
		margin-bottom: 0;
	}
	.header-meta-item span {
		display: none;
	}
	.logo > img {
		width: 150px;
	}
	.breadcrumb {
		padding: 5px 0 5px 7px;
	}

}
/* Feature */
.feature {
	position: relative;
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
}
.page-has-subnav .feature {
	margin-top: 87px;
}
.feature__item {
	position: relative;
	-moz-user-select: none;
	user-select: none;
}
.feature__image { position: relative; }
.feature__image img { width: 100%; display: block; }
.feature__content {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 380px;
	margin-top: -130px;
	margin-left: -550px;
	padding: 20px;
	z-index: 10;
	background-color: rgba(255, 255, 255, 0.83);
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
}
.feature__box-image {
	margin-bottom: 15px;
	text-align: center;
}
.feature__box-image > img {
	max-width: 150px;
}
.feature__content--pos-center {
	bottom: 60px; top: auto;
	width: 600px;
	margin-left: -300px;
	text-align: center;
}
.feature__headline {
	margin-bottom: 14px;
	line-height: 1.2;
	font-size: 32px;
	font-weight: 400;
	color: #333;
}
.feature__headline > * { font: inherit; }
.feature__text {}
.feature__text p:last-child { margin-bottom: 0; }

/* Ausnahmen */
.page-uid-178 .feature__content,
.page-uid-165 .feature__content {
	background-color: transparent;
	box-shadow: none;
	padding-left: 0;
	padding-right: 0;
	margin-left: -600px;
}
.page-uid-178 .feature__headline,
.page-uid-178 .feature__text,
.page-uid-165 .feature__headline,
.page-uid-165 .feature__text {
	color: #c30c15;
	font-size: 22px;	
}

.page-uid-178 .feature__headline > * {
	font-size: 38px;
}

/* Slider */
.slider__nav {
	position: absolute;
	right: 30px; bottom: 30px; 

	z-index: 10;
	overflow: hidden;
} 
.slider__control-nav {
	float: right;
	margin-bottom: 14px;
}
.slider__control-nav li {
	float: left;
	margin-left: 8px;
	list-style-type: none;
}
.slider__control-nav li > a {
	display: block;
	width: 20px; height: 20px;
	background-color: #c30c15;
	text-indent: 120%;
	overflow: hidden;
	border: 5px solid rgba(255, 255, 255, 0.6);
} 
.slider__control-nav li > a.slider__active {
	border-color: rgba(255, 255, 255, 1);
} 
.slider__direction-nav { 
	display: none; 
	position: absolute;
	left: 0; right: 0;
	z-index: 20;
	top: 50%;
}
.slider__direction-nav .slider__prev, 
.slider__direction-nav .slider__next {
	position: absolute;
	top: -50px; 
	display: block;
	width: 40px; height: 40px;
	background-color: red;
	overflow: hidden;
	text-indent: 120%;
	white-space: pre;
	filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.3));
}

.slider__direction-nav .slider__prev {
	left: 10px;
	background: transparent url('../../../typo3conf/ext/base_facelift/Resources/Public/CSS_Static/modules/@{icon-path}arrow_left.svg');
	background-size: contain;
}
.slider__direction-nav .slider__next {
	right: 10px;
	background: transparent url('../../../typo3conf/ext/base_facelift/Resources/Public/CSS_Static/modules/@{icon-path}arrow_right.svg');
	background-size: contain;
}

@media only screen and (max-width: 1300px) {
	/*.feature__image img { 
		width: 1300px; 
		max-width: 1300px;

		position: relative;
		left: 50%;
		margin-left: -650px;
	}*/
	
}

@media only screen and (max-width: 1210px) {
	.slider__nav {
		width: 100%;
		margin-left: 0;
		margin-right: 0;
		left: auto;
		right: 2%;
	}
}

@media only screen and (max-width: 1220px) {
	.page-uid-178 .feature__content {
		left: 2%;
		margin-left: 0;
	}
}

@media only screen and (max-width: 1180px) {
	.feature__content:not(.feature__content--pos-center) {
		left: 2%;
		margin-left: 0;
	}

}

@media only screen and (max-width: 1100px) {
	.page-has-subnav .feature,
	.feature { margin-top: 0; }

}

@media only screen and (max-width: 1024px) {
	.slider__nav { display: none; }

	.slider__direction-nav {
		display: block;
	}
	/*
	.feature__content {
		width: auto;
		left: 0; right: 0;
		top: 100%; bottom: auto;
		text-align: center;
		margin-left: 2%;
		margin-right: 2%;
		margin-top: -60px;
		background-color: #fff;
	}*/
	.feature {
		box-shadow: none;
	}
	.feature__content {
		width: auto;
		position: static;
		text-align: center;
		margin: 0;
		margin-left: 2%;
		margin-right: 2%;
		margin-bottom: 50px;
		background-color: #fff;
	}
	.feature__headline { 
		width: 100%; 
		margin-bottom: 10px;
		font-size: 30px;
	}
	.feature__text { font-size: 110%; }
	.slider--default,
	.feature--has-text {
		margin-bottom: 40px;
	}
	.slider--default .slider__nav {
		top: 85%;
	}
}

@media only screen and (max-width: 700px) {
	.feature__headline { 
		font-size: 24px;
	}
	.feature__text {
		font-size: 100%;
	}
	/*
	.feature__content {
		margin-top: -50px;
	}
	*/

	/*.feature__image img { 
		width: 700px; 
		max-width: 700px;

		position: relative;
		left: 50%;
		margin-left: -350px;
	}*/

}

@media only screen and (max-width: 580px) {
	.slider--default,
	.feature--has-text {
		margin-bottom: 40px;
	}
}

@media only screen and (max-width: 480px) {
	/*.feature__image img {
		width: 600px;
		margin-left: -300px;
	}*/
}

@media only screen and (max-width: 480px) {
	.slider__direction-nav .slider__prev, 
	.slider__direction-nav .slider__next {
		top: -70px;
	}
}


.color-feature {
	position: relative;
	height: 280px;
	padding-bottom: 30px;
	margin-bottom: 30px;
	background: transparent url('/fileadmin/Resources/Public/Images/Color_Feature_Background.png') no-repeat 0px 0px;
	background-size: cover;
	box-shadow: 0px 0px 80px rgba(0, 0, 0, 0.4) inset;
}

.page-has-subnav .color-feature {
	margin-top: 87px;
}

.color-feature__headline {
	width: 1200px;
	position: absolute;
	left: 50%; bottom: 50px;
	margin-left: -600px;
	padding-left: 30px;
	padding-right: 30px;
	color: #fff;
	font-size: 44px;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}
.color-feature__headline > h1 { font: inherit; }

@media only screen and (max-width: 1210px) {
	.color-feature__headline {
		width: auto;
		left: 0;
		margin-left: 0;
		padding-left: 45px;
		padding-right: 45px;
	}
}

@media only screen and (max-width: 1100px) {
	.page-has-subnav .color-feature,
	.color-feature { margin-top: 0; }

}

@media only screen and (max-width: 940px) {
	.color-feature__headline {
		font-size: 40px;
	}
}

@media only screen and (max-width: 740px) {
	.color-feature { height: 200px; }
	.color-feature__headline {
		font-size: 34px;
	}
}

@media only screen and (max-width: 540px) {
	.color-feature__headline {
		font-size: 30px;
	}
}
/* Content Box */

.content-box {
	padding-top: 40px;
	margin-bottom: 20px;
	background-color: #fff;
}
.content-box > .container-fluid {
	padding-left: 30px;
	padding-right: 30px;
}
/* prevent collapsing margins */
.content-box:before {
	content: '';
	display: table;
}
/* Tail box */

.tail-boxes {
	margin: 0 -15px;
	padding-bottom: 40px;
	overflow: hidden;
	background-color: #f3f3f3;
}
.tail-boxes__wrapper { overflow: hidden; margin: 0px 7px 7px 7px; }
.tail-boxes__item {
	position: relative;
	padding: 10px 15px;
}
.tail-boxes__headline {
	padding-bottom: 12px;
	margin-bottom: 12px;
	line-height: 1.15;
	font-size: 26px;
	font-weight: 200;
	border-bottom: 1px solid #222;
}
.tail-boxes__headline > * { font: inherit; }
.tail-boxes__headline__cut { display: block; }

/* Variants */
.tail-boxes--grid-3x .tail-boxes__item {
	float: left;
	width: 33.33333%;
}
.tail-boxes--grid-3x .tail-boxes__item:after {
	content: '';
	position: absolute;
	right: -3px; top: 0; bottom: -400px; 
	width: 6px;
	background-color: #fff;
}
.tail-boxes--grid-3x .tail-boxes__item:last-child:after { display: none; } 

@media only screen and (max-width: 820px) {
	.tail-boxes--grid-3x .tail-boxes__item {
		float: none;
		width: 100%;
		margin-bottom: 20px;
		border-bottom: 1px solid #fff;
	}
	.tail-boxes--grid-3x .tail-boxes__item:after { display: none; }
	.tail-boxes--grid-3x .tail-boxes__headline__cut {
		display: inline;
	}
}
.download-box__list {
	margin: 0 -6px;
}
.download-box__sub {
	margin-left: 8px;
}
.download-box__items {
	margin-bottom: 45px;
	padding-bottom: 15px;
	border-bottom: 1px solid #ddd;
}
.download-box__item {
	float: left;
	width: 25%;
	padding: 0 6px;
	margin-bottom: 30px;
}
.download-box__item:nth-child(4n+1) {
	clear: left;
}
.download-box__inner {}
.download-box__image {
	position: relative;
	height: 200px;
	border: 1px solid #ddd;
	background-color: #f3f3f3;
	text-align: center;
}
.download-box__image img {
	max-height: 100%;
	width: auto;
}
.download-box__content {
	padding: 8px 0;
}
.download-box__title {
	display: inline-block;
	margin-bottom: 10px;
	/*min-height: 46px;*/
	font-weight: normal;
	color: #444;
}
.download-box__description {
	font-size: 13px;
	margin-bottom: 12px;
}
.download-box__downloads { margin-top: 14px; }

@media only screen and (max-width: 1100px) {
	.download-box__image {
		height: 160px;
	}
}

@media only screen and (max-width: 980px) {
	.download-box__item:nth-child(3n+1) {
		clear: left !important;
	}
	.download-box__item {
		width: 33.33333%;
		clear: none !important;
	}
}

@media only screen and (max-width: 700px) {
	.download-box__item:nth-child(2n+1) {
		clear: left !important;
	}
	.download-box__item {
		width: 50%;
		clear: none !important;
	}
}

@media only screen and (max-width: 460px) {
	.download-box__item {
		float: none;
		width: 100%;
	}
}
/* Intro Text */
.intro {
	max-width: 1200px;
	margin-top: 50px;
	margin-bottom: 60px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	position: relative;
}
.intro.is-headline-only {
	margin-bottom: 45px;
}
.content-box > .intro:first-child {
	margin-top: 20px;
}
.content-box > .intro:last-child { padding-bottom: 60px; }

.intro__headline {
	padding: 0 14%;
	margin-bottom: 10px;
	font-family: 'cewe-head-bold', sans-serif;
	font-size: 36px;
	font-weight: bold;
	color: #4c4c4c;
}
.intro__content {
	padding: 0 14%;
	font-size: 24px;
	font-weight: 400;
	color: #4c4c4c;
}
.intro__content > p {
	margin-bottom: 12px;
}

@media only screen and (max-width: 700px) {
	.intro__headline {
		padding: 0;
		font-size: 36px;
	}
	.intro__content {
		padding: 0;
		font-size: 22px;
	}
}

@media only screen and (max-width: 500px) {
	.intro__headline {
		font-size: 30px;
	}
	.intro__content {
		font-size: 18px;
	}
}

/* Teaser */
.teaser {
	margin-bottom: 20px;
	padding-bottom: 20px;
}
.teaser--image-only {
	margin-bottom: 30px;
	padding-bottom: 0;
}
.teaser__image {
	margin-bottom: 10px;
	overflow: hidden;
}
.teaser__image > a { display: block; }
.teaser__image img {
	width: 100%; height: auto;
	display: block;
	/*transition: transform 0.8s ease;
	transform: translateZ(0) scale(1.0);*/
}
/*.teaser__image:hover img { 
	transform: translateZ(0) scale(1.1);
}*/
.teaser__headline {
	margin-top: 20px;
	margin-bottom: 14px;
	line-height: 1.15;
	font-weight: 800;
	font-size: 25px;
}
.teaser__headline > * { font: inherit;  }

.teaser__headline__cut {
	display: block;
}
.teaser__content {
	padding-right: 30px;
}
.accordion .teaser__content { padding-right: 0; }

/* Teaser Specials */
/* Special 1 */
.teaser--special-1 {
	padding-top: 20px;
	padding-left: 30px;
	padding-right: 30px;
	background-color: #f3f3f3;
}
.teaser--special-1 .teaser__headline {
	margin-bottom: 24px;
}

/* Special Small */
.teaser--special-small {
	text-align: center;
}
.teaser--special-small > a { 
	display: block;
	text-decoration: none; 
	color: inherit; 
}
.teaser--special-small .teaser__headline { 
	margin-bottom: 4px;
	padding: 0 12%;
	font-weight: 600; 
	font-size: inherit; 
}
.teaser--special-small .teaser__content { 
	padding: 0 12%;
}

/* Special Combo */
.teaser--special-combo {
	padding-bottom: 0;
	margin-bottom: 40px;
	overflow: hidden;
}
.teaser--special-combo.teaser--style-grey { background-color: #d2d2d2; }
.teaser--special-combo .teaser__content-wrap { 
	float: left;
	width: 33.33333%;
	padding-top: 30px;  
	padding-left: 30px;  
}
.teaser--special-combo .teaser__image {
	float: left;
	width: 66%;
	margin-bottom: 0;
}
.teaser--special-combo .teaser__image > img { vertical-align: middle; }

@media only screen and (max-width: 1240px) {
	.teaser__content {
		padding-right: 0;
	}
}

@media only screen and (max-width: 1024px) {
	.teaser--special-combo.teaser--style-grey { background-color: transparent; }
	.teaser--special-combo { margin-bottom: 60px; overflow: visible; }
	.teaser--special-combo .teaser__image {
		float: none;
		width: auto;
		margin-bottom: 12px;
	}
	.teaser--special-combo .teaser__content-wrap {
		float: none;
		width: auto;
		padding-left: 0;
		padding-top: 0;
	}
}

@media only screen and (max-width: 720px) {
	.teaser--image-only { margin-bottom: 0; }
	.teaser__headline { font-size: 22px; }
}
/* Einfacher Teaser */
.simple-teaser {
	margin-bottom: 30px;
	padding: 20px 30px;
	background-color: #f3f3f3;
}

.simple-teaser__title {
    font-size: 26px;
    font-weight: 200;
    line-height: 1.15;
    margin-bottom: 14px;
}

.simple-teaser.simple-teaser--special {
	border-left: 4px solid #c30c15;
}
/* Content */
.content {
	margin-bottom: 40px;
}
.content__headline--h1,
.c-style h1 {
	font-size: 42px;
	margin-bottom: 0.8em;
	line-height: 1.15;
	font-weight: 200;
}
.content__headline--h1 > * {
	font: inherit;
}
.content__headline--h2,
.c-style h2 {
	font-size: 26px;
	margin-bottom: 0.8em;
	line-height: 1.15;
	font-weight: 200;
}
.content__headline--h2 > * {
	font: inherit;
}
.content__headline--h3,
.c-style h3 {
	font-size: 21px;
	margin-bottom: 0.8em;
	line-height: 1.15;
	font-weight: 400;
}
.content__headline--h3 > * {
	font: inherit;
}
.content__headline--has-prefix > *:before {
	display: inline-block;
	content: '//';
	opacity: 0.6;
	margin-right: 6px;
}
.c-style p + h3 {
	margin-top: 30px;
}
.content__subline {
	margin-top: 0.4em;
	font-size: 70%;
}
.content--headline-only { margin-bottom: 0; }
.content__headline__cut { display: block; }

.content--image-left .content__image {
	float: left;
	padding-right: 15px;
}
.content--image-left .content__text {
	padding-left: 15px;
	overflow: hidden;
}

.content--image-right .content__image {
	float: right;
	width: 50%;
	padding-left: 15px;
}
.content--image-right .content__text {
	padding-right: 15px;
	overflow: hidden;
}
.content--image-flow.content--image-right .content__image { margin-left: 15px; }
.content--image-flow.content--image-left .content__image { margin-right: 15px; }
.content--image-flow .content__text { 
	overflow: visible; 
	padding-left: 0;
	padding-right: 0;
}
.content--image-center .content__image {
	text-align: center;
}
.content__image[data-image-big^=fileadmin] {
	position: relative;
	cursor: pointer;
}
.content__image[data-image-big^=fileadmin]::after {
	position: absolute;
	right: 30px; bottom: 0;
	content: '';
	display: block;
	width: 45px; height: 45px;
	background: transparent url(/typo3conf/ext/base/Resources/Public/Images/Icons/image_zoom.svg) no-repeat 0px 0px;
	background-size: contain;
}
.content__image-pic {
	position: relative
}
.content__image-title {
	position: absolute;
	right: 15px; bottom: 15px;
	font-size: 13px;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8);
	color: #fff;
}
.content__image-description {
	margin-top: 5px;
	font-size: 13px;
	opacity: 0.9;
}
.fa-phone + span {
  white-space: nowrap;
}
.content-layout-center {
	text-align: center;
}
/* Divider */
.divider {
	margin: 20px 0;
}
.divider__line {
	border: none;
	border-top: 1px solid #666;
}

.accordion__content .content + .divider {
    margin-left: -90px;
    margin-right: -90px;
    padding-left: 0;
    padding-right: 0;
}

.u-container-padding .divider {
	padding-right: 0;
	padding-left: 0;
}
.button-list {
	margin: 0 -6px 30px -6px;
}
.button-list__item {
	float: left;
	margin: 0 6px 12px;
	list-style-type: none;
}
.button-list__button {
	display: block;
	padding: 8px 10px 7px 10px;
	background-color: #f2f2f2;
	border-bottom: 3px solid #bbb;
	color: #555;
	text-decoration: none;
	transition: color 0.18s ease, border-color 0.18s ease;
}
.button-list__button:hover,
.button-list__button:focus,
.button-list__item--active .button-list__button {
	border-color: #c30c15;
	color: #c30c15;
}
/* Accordion */
.accordion {
	margin-bottom: 3px;
	flex: 0 !important; 
}
.accordion-header {
	position: relative;
	border-left: 3px solid #c30c15;
	transition: border-color ease .2s;
}
.accordion.is-active .accordion-header,
.accordion .accordion-header:hover {
	border-color: #333;
}
.accordion-header::after {
	content: '';
	position: absolute;
	right: 20px; top: 25px;
	display: inline-block;
	width: 27px;
	height: 10px;
	background-image: url(/typo3conf/ext/base_facelift/Resources/Public/Images/Icons/arrow_down_grey.svg);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: 27px auto;
	transition: transform ease .25s;
	pointer-events: none;
}
.accordion.is-active .accordion-header::after {
	transform: rotate(180deg);
}
.accordion-headline {
	padding: 20px 60px 20px 40px;
	font-size: 18px;
	font-weight: 400;
	color: #444;
	background-color: #f4f4f4;
	cursor: pointer;
	transition: background-color ease .2s;
}
.accordion.is-active .accordion-headline,
.accordion-headline:hover {
	background-color: #ececec;
}
.accordion-content {
	padding: 30px 40px;
}
.accordion-content > :last-child {
	margin-bottom: 0;
}
.accordion-content .container {
	width: auto;
	margin: 0;
	padding: 0;
}

@media only screen and (max-width: 860px) {

}

@media only screen and (max-width: 500px) {

}
.video-player {
	padding: 0 10%;
	margin-bottom: 40px;
	background-color: #f3f3f3;
}
.video-player .vjs-poster { background-size: cover; }
.video-player .vjs-big-play-button {
	border-radius: 50%;
	width: 2.5em; height: 2.5em;
	margin-top: -1.25em;
	margin-left: -1.25em;
	background-color: transparent;
	font-size: 40px;
	border-width: 4px;
}
.video-player .vjs-big-play-button:before {
	padding-top: 19%;
	font-size: 60px;
}
.video-player .caption {
    padding: 10px 0;
}

@media only screen and (max-width: 640px) {
	.video-player { padding: 0; }
}
.youtube-box {
	margin-bottom: 30px;
}
.youtube-box__title {
    font-size: 18px;
    font-weight: 200;
    height: 30px;
    margin-bottom: 24px;
    margin-top: 12px;
}
@media(max-width: 576px) {
    .youtube-box__title {
        height: unset;
    }
}
.youtube-box__description {
	position: relative;
	/*height: 100px;
	overflow: hidden;*/
}
/*.youtube-box__description:after {
    background-image: linear-gradient(to bottom, transparent 0%, #fff 65%);
    bottom: 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
}*/
.youtube-box__link {
    text-decoration: none;
    color: inherit;
}

.youtube-box__more {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    bottom: 9px;
    color: #c30c15;
    font-size: 16px;
    padding-bottom: 8px;
    position: absolute;
    text-align: center;
    text-decoration: none;
    width: 100%;
    z-index: 20;
}
.youtube-box .youtube-lazy-embed {
	padding-top: 0;
}
.youtube-box .youtube-lazy-play-button {
    z-index: 90;
}
.youtube-box__yt-thumb {
    width: 100%;
    transform: translateY(-12.5%);
}

/* Embed (Layout) */
.youtube-box.is-embed {
	margin-bottom: 40px;
}
.youtube-box.is-embed .youtube-box-video {
	padding: 0 10%;
	background-color: #f3f3f3;
}
.youtube-box.is-embed .youtube-lazy-embed {
	padding-top: 0;
}
.youtube-box.is-embed .youtube-box-description {
	margin-top: 15px;
	padding: 0 10%;
}
/* Zitat/Quote */
.quote {
	position: relative;
	margin-bottom: 40px;
	padding: 18px 8%;
	border: 1px solid #c30c15;
	color: #c30c15;
	text-align: center;
}
.quote:before,
.quote:after {
	content: '';
	display: block;
	width: 70px; height: 43px;
	position: absolute;
	left: 30px; top: -19px;
	background: #fff url('/typo3conf/ext/base/Resources/Public/Images/Icons/quote_bottom.svg') no-repeat;
	background-size: contain;
}
.quote:after {
	content: '';
	left: auto; top: auto;
	right: 30px; bottom: -19px;
	background-image: url('/typo3conf/ext/base/Resources/Public/Images/Icons/quote_top.svg');
}
.quote__text {
	font-size: 26px;
	font-weight: 200;
	overflow: hidden;
}
.quote__source {
	display: inline-block;
	margin-top: 8px;
	font-size: 14px;
	font-weight: 200;
	font-style: normal;
}

/* Variants */
.quote--small {
	padding: 25px 6%;
}
.quote--small:before,
.quote--small:after {
	height: 33px;
	width: 54px;
}
.quote--small:before { left: 20px; }
.quote--small:after { right: 20px; }
.quote--small .quote__text { font-size: 16px; font-weight: 400; }
.quote--small .quote__source { font-size: 14px; margin-top: 0; }

.quote--image.quote { padding-left: 30px; }
.quote--image .quote__text { margin-top: 45px; }

.quote--image .quote__image {
	float: left;
	margin-top: 20px;
	margin-right: 40px;
	text-align: left;
}
.quote--image .quote__source { display: block; margin-top: 9px; }


@media only screen and (max-width: 740px) {
	.quote--image .quote__image {
		float: none;
	}
}

@media only screen and (max-width: 660px) {
	.quote,
	.quote.quote--image {
		padding: 18px 4%;
	}
	.quote__text { font-size: 20px; }
	.quote__source { font-size: 12px; }
	.quote:before,
	.quote:after {
		height: 30px; width: 45px;
	}
	.quote:after { right: 15px; }
	.quote:before { left: 15px; }
}

@media only screen and (max-width: 400px) {
	.quote__text { font-size: 16px; }
}
.timeline {}
.timeline__items {
	position: relative;
	overflow: hidden;
}
/* Strahl */
.timeline__items:before {
    content: '';
	background-color: #ccc;
    background-image: linear-gradient(to bottom, #f3f3f3, #9a9a9a);
    bottom: 0; top: 0;
    display: block;
    width: 64px;
    left: 50%;
    margin-left: -32px;
    margin-bottom: 50px;
    position: absolute;
}
/* Pfeil */
.timeline__items:after {
	content: '';
	display: block;
	position: absolute;
	bottom: 34px;
	left: 50%;
	margin-left: -32px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 16px 32px 0 32px;
	border-color: #9a9a9a transparent transparent transparent;
}
.timeline__item {
	position: relative;
}
.timeline__item .timeline__content:after {
	content: '';
	position: absolute;
	width: 90px;
	display: block;
	top: 0; right: -100px;
	border-bottom: 1px solid #555;
}
.timeline__item:nth-child(2n+1) {
	clear: left;
	float: right;
	width: 50%;
	padding-left: 32px;
}
.timeline__item:nth-child(2n+1) .timeline__content:after {
	left: -100px;
}
.timeline__item:nth-child(2n+1) > .timeline__content {
	margin-left: 100px;
	/*background-color: yellow;*/
}

.timeline__item:nth-child(2n) {
	clear: right;
	float: left;
	width: 50%;
	padding-right: 32px;	
	text-align: right;
}
.timeline__item:nth-child(2n):after {
	right: 32px;
}
.timeline__item:nth-child(2n) > .timeline__content {
	margin-right: 100px;
	/*background-color: green;*/
}
.timeline__image {
	display: inline-block;
}
.timeline__item:nth-child(2n) .timeline__image {
	margin-right: 100px;
}
.timeline__item:nth-child(2n+1) .timeline__image {
	margin-left: 100px;
}
.timeline__header {
	color: #c30c15;
}
.timeline__content { position: relative; }
.timeline__text { 
	float: left;
	max-width: 330px; 
}
.timeline__item:nth-child(2n) .timeline__text {
	float: right;
}
.timeline__special-year {
	display: inline-block;
	position: absolute;
	left: -182px; top: -100px;
	font-size: 41px;
	font-weight: bold;
	color: #fff;
	transform: rotate(-90deg);
}
.timeline__item:nth-child(2n) .timeline__special-year {
	left: auto; right: -178px;
}
.timeline__arrow {
	content: '';
	display: block;
	position: absolute;
	left: -164px; top: -16px;	
	width: 64px; height: 30px;
	background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNC4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDQzMzYzKSAgLS0+DQo8IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPg0KPHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJFYmVuZV8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCINCgkgd2lkdGg9IjYwMHB4IiBoZWlnaHQ9IjE2My42MjdweCIgdmlld0JveD0iMCAwIDYwMCAxNjMuNjI3IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA2MDAgMTYzLjYyNyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8cG9seWdvbiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZmlsbD0iI0ZGRkZGRiIgcG9pbnRzPSIxLjQ0MSwwIDMwMC44OSwxMjAuMjM2IDYwMC4zNjEsMCA2MDAuMzYxLDQzLjM4OCANCgkzMDAuODksMTYzLjYyNyAxLjQ0MSw0My4zODggMS40NDEsMCAiLz4NCjwvc3ZnPg0K');
	background-repeat: no-repeat;
	background-size: contain;
}
.timeline__item:nth-child(2n) .timeline__arrow {
	left: auto; right: -164px;
}

@media only screen and (max-width: 710px) {
	.timeline__items {
		padding-left: 60px;
		overflow: visible;
	}
	.timeline__items:before {
		left: 0;
		margin-left: 0;
		width: 6px;
	}
	.timeline__item {
		width: auto !important;
		float: none !important;
		margin-top: 0 !important;
		margin-bottom: 20px;
		padding: 0 !important;
		text-align: left !important;
	}
	.timeline__text { 
		max-width: none; 
		float: none !important; 
	}
	.timeline__content {
		margin: 0 !important;
	}
	.timeline__content:before {
		content: '';
		position: absolute;
		left: -66px; top: -8px;
		display: block;
		width: 18px; height: 18px;
		background-color: #c30c15;
		border-radius: 50%;
	}
	.timeline__content:after {
		width: 40px !important;
		left: -43px !important;
		right: auto !important;
	}
	.timeline__image {
		margin: 0 !important;
	}

	.timeline__special-year,
	.timeline__arrow,
	.timeline__items:after {
		display: none;
	}

}
/* Quick contacts */
.quickcontacts { margin-bottom: 60px; }

label[for="quickcontacts__select"] {
	display: block;
	font-weight: 600;
}
.quickcontacts__select {
	margin-top: 16px;
	margin-bottom: 80px;
}
.quickcontacts__intro {
	margin-top: 40px;
	margin-bottom: 40px;
	font-style: italic;
}
.quickcontacts__image {
	float: right;
	margin-left: 20px;
}
.main .quickcontacts--top-image .quickcontacts__image,
.content-box-quickcontact .quickcontacts--press .quickcontacts__image {
	float: none;
	max-width: none;
	margin: 8px 0 8px 0;
	text-align: center;
	background-color: #f3f3f3;
}
.main .quickcontacts--top-image .quickcontacts__image img,
.content-box-quickcontact .quickcontacts--press .quickcontacts__image img {
	max-width: 70%;
	vertical-align: bottom;
}
.quickcontacts__info {
	margin-top: 15px;
	margin-bottom: 15px;
}
.quickcontacts__info .fa {
    color: #333;
    font-size: 15px;
    margin-right: 5px;
    position: relative;
}
.quickcontacts__hint {
	padding-top: 20px;
}
.quickcontacts__hint .fa {
	margin-left: 8px;
}
.main .quickcontacts {
	padding-bottom: 10px;
	margin-bottom: 20px;
	border-bottom: 1px solid #777;
}
.main .quickcontacts:last-child {
	border-bottom: none;
}
.main .quickcontacts__image {
	max-width: 160px;
}
.content-box-quickcontact .quickcontacts--press .quickcontacts__image {
	margin-left: 0;
}

@media only screen and (max-width: 600px) {
	.quickcontacts__image {
		float: none;
		margin-left: 0;
		margin-bottom: 20px;
	}	
}
.route-planner { 
	border: 1px solid #ddd;
	margin-bottom: 30px;
}
.route-planner__title {
	margin-bottom: 8px;
	font-size: 22px;
	font-weight: 200;
}

.route-planner__picture {
	position: relative;
}
.route-planner__picture > img {
	display: block;
	width: 100%; height: auto;
}
.route-planner__popup {
	position: absolute;	
	top: 43%; transform: translate(0, -50%);
	left: 55%;
	margin-right: 7px;
	padding: 7px;
	background-color: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	border-radius: 2px;
	font-size: 11px;
}
.route-planner__popup:before {
	content: '';
	position: absolute;
	right: 100%;
	top: 50%;
	margin-top: -10px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 12px 10px 0;
	border-color: transparent #fff transparent transparent;
}
.route-planner__form {
	padding: 10px 10px 16px 10px;
	background-color: #fafafa;
	border-top: 1px solid #ddd;
}
.route-planner__form .combined-input { width: 70%; }
/* Footer */
.footer {
	margin-top: 80px;
}

.underlined-heading {
	margin-bottom: 8px;
	padding-bottom: 3px;
	font-size: 18px;
	font-weight: 400;
	border-bottom: 1px solid #222;
	color: #3a3a3a;
}
.underlined-heading > * { font: inherit; }
.underlined-heading a {
	text-decoration: none;
	color: inherit;
}

/* Quick access */
.quick-access__primary {
	padding-bottom: 20px;
	background-image: linear-gradient(to bottom, #eee, #fefefe);
}
.quick-access__secondary {
	padding-top: 40px;
	padding-bottom: 30px;
	background-image: linear-gradient(to bottom, #dadada, #eaeaea);
}
.quick-access__secondary .underlined-heading {
	margin-bottom: 20px;
}
.quick-access__sitemaps { margin-top: 40px; }
.sitemap {
	margin-bottom: 30px;
}
.sitemap__items {
	margin-top: 14px;
}
.sitemap__item {
	margin-bottom: 6px;
	list-style-type: none;
	font-size: 13px;
}
.sitemap__item > a {
	text-decoration: none;
	color: #9c9c9c;	
	transition: color 0.18s ease;
}
.sitemap__item > a:hover,
.sitemap__item > a:focus {
	color: #222;
}

.quick-access__primary .ico--customer-service {
	float: left;
	width: 40px; height: 40px;
	margin-right: 5px;
	opacity: 0.45;
} 

.quick-access__primary .ico--customer-service + .underlined-heading {
	overflow: hidden;
}
.quick-access__primary .ico--customer-service ~ p {
	margin-left: 45px;
	line-height: 1;
}

@media only screen and (max-width: 640px) {
	.quick-access__sitemaps { display: none; }
	.quick-access__actions > * { margin-bottom: 40px; }
}

/* Logo list */
.logo-list {
	margin-top: 15px;
	padding-top: 25px;
	/*border-top: 1px solid #e0e0e0;*/
	text-align: center;
}
.logo-list strong {
	font-weight: normal;
	font-size: 17px;
}
.logo-list-items {
	margin-top: 25px;
	list-style-type: none;
}
.logo-list-item {
	display: inline-block;
}

/* Footer tail */
.footer-tail {
	padding-top: 30px;
	padding-bottom: 30px;
	color: #fff;
	/*background-image: linear-gradient(to bottom, #e10713, #bf1014);*/
	background-color: #c30c15;
	text-align: center;
	font-size: 14px;
}
.footer-tail a { 
	position: relative;
	color: inherit; 
	text-decoration: none; 
}
.meta-nav__item > a:after {
	content: '';
	position: absolute;
	bottom: -1px;
	right: 0; left: 0;
	border-bottom: 1px solid #fff;
	opacity: 0.6;
}
/*.footer-tail > p:first-child { white-space: pre; }*/

/* Footer Facts */
.footer-facts {
	/*float: left;
	text-align: left;*/
    text-align: center;
}
.footer-facts__item {
	display: inline-block;
	margin: 0 8px 4px 8px;
}
.footer-facts__item > a::after {
	display: none;
}

/* Footer Links */
.footer-links {
	margin-bottom: 25px;
}
.footer-links__item {
	margin-top: 25px;
	position: relative;
	padding-left: 40px;
	margin-right: 12px;
	display: inline-block;
	font-weight: 900;
}
.footer-links__item:after { left: 40px !important; }

.footer-links__item:before {
	font-family: 'Font Awesome\ 5 Free';
	font-size: 16px;
	line-height: 1.2;
	display: inline-block;
	width: 30px; height: 30px;
	padding-top: 4px;
	position: absolute;
	left: 0; top: -5px;
	border-radius: 50%;
	background-color: #fff;
	color: #c30c15;
	text-align: center;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	vertical-align: baseline;
}
.footer-links__item--mail:before {
	content: '\f1fa';
	padding-top: 6px;
}
.footer-links__item--skype:before {
	content: '\f17e';
	font-size: 19px;
}
.footer-links__item--vcf:before {
	content: '\f019';
	font-size: 15px;
	padding-top: 7px;
}
.footer-links__item--route:before {
	content: '\f1b9';
	font-size: 17px;
	padding-top: 4px;
}
.footer-links__item--global:before {
	content: '\f0ac';
	font-size: 21px;
	padding-top: 3px;
}
.meta-nav {
	/*float: right;*/
    text-align: center;
    margin-top: 20px;
}

/* Social links */
.social-links {}
.social-links__item {
	margin: 10px 0;
	list-style-type: none;
}
.social-links__item > a {
	position: relative;
	display: inline-block;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 50px;
	text-decoration: none;
	font-size: 15px;
	color: inherit;
}
.social-links__item > a:before {
	position: absolute;
	left: 0; top: 0;
	font-family: Font Awesome\ 5 Brands;
	font-size: 21px;
	width: 34px; height: 34px;
	padding-top: 5px;
	color: #fff;
	text-align: center;
	border-radius: 50%;
}
.social-links__item--twitter > a:before {
	content: "\f099";
	background-color: #00acec;
	font-size: 19px;
}
.social-links__item--facebook > a:before {
	content: "\f39e";
	background-color: #385b9b;
	font-size: 20px;
}
.social-links__item--instagram > a:before {
	content: "\f16d";
	background-color: #d93175;
	font-size: 17px;
	padding-top: 6px;
}
.social-links__item--youtube > a::before {
	content: "\f167";
	background-color: #cf382f;
	font-size: 17px;
	padding-top: 6px;
	padding-left: 1px;
}
.social-links__item--xing > a:before {
	content: "\f168";
	background-color: #007575;
	font-size: 18px;
	padding-top: 6px;
}
.social-links__item--linkedin > a:before {
	content: "\f0e1";
	background-color: #0073b1;
	font-size: 16px;
	padding-top: 5px;
}

/* Social Icons */
.social-icons {
	margin-bottom: 30px;
	margin-top: 15px;
	text-align: center;
}
.social-icons-item {
	display: inline-block;
	margin: 0 15px;
	width: 27px; height: 27px;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	text-decoration: none;
}
.social-icons-item::after {
	display: none;
}
.social-icons-xing {
	background-image: url('/typo3conf/ext/base_facelift/Resources/Public/Images/Icons/icon_xing.svg');
}
.social-icons-kununu {
	background-image: url('/typo3conf/ext/base_facelift/Resources/Public/Images/Icons/icon_kununu.svg');
}
.social-icons-linkedin {
	background-image: url('/typo3conf/ext/base_facelift/Resources/Public/Images/Icons/icon_linkedin.svg');
}
.social-icons-twitter {
	background-image: url('/typo3conf/ext/base_facelift/Resources/Public/Images/Icons/icon_twitter.svg');
}
.social-icons-facebook {
	background-image: url('/typo3conf/ext/base_facelift/Resources/Public/Images/Icons/icon_facebook.svg');
}
.social-icons-instagram {
	background-image: url('/typo3conf/ext/base_facelift/Resources/Public/Images/Icons/icon_instagram.svg');
}
.social-icons-youtube {
	background-image: url('/typo3conf/ext/base_facelift/Resources/Public/Images/Icons/icon_youtube.svg');
}

/* Teaser */
.job-teaser {
	margin-top: -12px;
}
.job-teaser__list {
	margin-bottom: 18px;
	list-style-type: none;
}
.job-teaser__item {
	margin-bottom: 6px;
	padding-bottom: 6px;
	border-bottom: 1px solid #ddd;
}
.job-teaser__overline {
	color: #888;
	font-size: 13px;
}
.job-teaser__item:last-child {
	border-bottom: none;
}
.job-teaser__link {
	text-decoration: none;
	color: #c30c15;
}
.job-teaser__location:after {
	content: '//';
	margin: 0 2px 0 4px;
}
.job-teaser__category {}
.job-teaser__title {
	display: block;
}

/* Job Intro */
.job-intro-row {
	margin-bottom: 20px;
}
.job-intro {
	margin-bottom: 30px;
	opacity: 1;
	transition: opacity .3s;
}
.job-intro:hover {
	opacity: .87;
}
.job-intro-image {
	margin-bottom: 5px;
}
.job-intro-image img {
	width: 100%; height: auto;
}
.job-intro-title {}
.job-intro-title > a {
	position: relative;
	display: block;
	text-decoration: none;
	font-size: 17px;
	color: #222;
}
.job-intro-bubble {
	display: inline-block;
	width: 23px;
	height: 23px;
	padding-top: 4px;
	font-size: 11px;
	font-weight: bold;
	border-radius: 50%;
	position: relative;
	top: -3px;
	left: 9px;
	background-color: #c30c15;
	color: #fff;
	text-align: center;
}
.job-intro-title .fa-angle-right {
	margin-left: 6px;
	color: #c30c15;
}

@media only screen and (max-width: 460px) {
	.job-intro-row {
		display: none;
	}
	.job-intro-image {
		display: none;
	}
	.job-intro-row .col {
		float: none;
		width: 100%;
	}
}



/* List */
.job-list-table {
	width: 100%;
	border-collapse: collapse;
}
.job-list-table th {
	padding: 10px 15px;
	color: #c30c15;
	text-align: right;
	font-weight: normal;
	border-bottom: 1px solid #999;
	cursor: pointer;
}
.job-list-table th.sorting_disabled {
	cursor: default;
}
.job-list-table th.sorting_asc::after,
.job-list-table th.sorting_desc::after {
	content: '';
	display: inline-block;
	width: 11px; height: 16px;
	margin-left: 3px;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: right center;
}
.job-list-table th.sorting_asc::after {
	background-image: url('../../../typo3conf/ext/base_facelift/Resources/Public/CSS_Static/modules/@{icon-path}sort_up.svg');
	background-position: 0 5px;
}
.job-list-table th.sorting_desc::after {
	background-image: url('../../../typo3conf/ext/base_facelift/Resources/Public/CSS_Static/modules/@{icon-path}sort_down.svg');
	background-position: 0px -1px;
}
.job-list-table td {
	padding: 10px 15px;
	text-align: right;
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.job-list-table .even td {
	background-color: #f9f9f9;
	transition: background-color ease 0.25s;
}
.job-list-table tr:hover td {
	background-color: #efefef;
}
.job-list-table .column-job {
	text-align: left;
}
/*.job-list-indicator {
	opacity: 0;
	width: 0px;
	height: 2px;
	background-color: #c30c15;
	transition: all 1s;
}
.job-list-indicator.is-active {
	opacity: 1;
	width: 100%;
}
*/
.column-target-group-mobile {
	display: none;
}
.column-mobile {
	display: none;
}
/* Search & Filter */
.job-list .dataTables_length,
.job-list .dataTables_filter,
.job-list .dataTables_info {
	display: none;
}
.job-filter {
	margin-bottom: 30px;
	overflow: hidden;
}
.job-filter-search-wrapper {
	min-width: 130px;
	position: relative;
}
.job-filter-search-wrapper .fa-search {
	position: absolute;
	right: 9px; top: 10px;
	font-size: 17px;
	pointer-events: none;
	opacity: 0.4;
}
.job-filter-search {
	height: 36px;
	margin-bottom: 8px;
	padding-right: 30px;
	border-color: #bbb;
}
.job-filter .mf-select {
	width: 100%;
	margin-bottom: 8px;
	border-color: #bbb;
	background-image: url('../../../typo3conf/ext/base_facelift/Resources/Public/CSS_Static/modules/@{icon-path}arrow_down_background.svg');
	background-size: contain;
	background-position: right;
}
.job-filter-reset {
	float: right;
	width: 30px;
	padding: 8px 10px;
	background-color: #fff;
	border: none;
	cursor: pointer;
}
.job-filter-reset .fa-undo {
	opacity: 0.7;
}
.job-list .dataTables_info {
	margin-top: 30px;
	text-align: center;
}
.job-list .dataTables_paginate {
	margin-top: 20px;
	margin-bottom: 15px;
	text-align: center;
}
.job-list .paginate_button,
.job-list .paginate_button {
	padding: 5px 10px;
	margin: 0 5px;
	font-size: 14px;
	cursor: pointer;
}
.job-list span .paginate_button,
.job-list span .paginate_button {
	border: 1px solid #bbb;
	transition: background-color 0.15s ease, color 0.15s ease;
}
.job-list span .paginate_button:hover,
.job-list span .paginate_button.current {
	background-color: #c30c15;
	color: #fff;
}
.job-list .paginate_button.disabled {
	cursor: default;
}

/* Detail */
.job-detail {
	padding-bottom: 60px;
}
.job-detail > h1 {
	color: #c30c15;
	font-size: 32px;
	font-weight: 400;
}
.job-detail h2 {
	display: block;
	margin-bottom: 0.8em;
	font-size: 22px;
	font-family: 'cewe-text-regular', sans-serif;
	line-height: 1.15;
	font-weight: 200;
}
.job-detail-bottom {
	margin-top: 30px;
	padding-top: 30px;
	border-top: 1px solid #999;
}
.job-detail-submit {
	min-width: 255px;
	text-align: center;
}

@media only screen and (max-width: 750px) {
	.job-filter-reset { width: 30px; }
	.column-target-group-mobile {
		display: block;
	}
	.column-target-group {
		display: none;
	}
	td.column-category {
		-moz-hyphens: auto;
		hyphens: auto;
	}
}

@media only screen and (max-width: 550px) {
	.column-mobile {
		display: table-cell;
	}
	.column-category,
	.column-location { display: none; }
}
.cc-no-consent .footer-tail {
	padding-bottom: 150px;
}
.cc-no-consent .lift {
	bottom: 60px;
}
.cc-grower {
  transition: max-height 0.3s !important;
  overflow: visible !important;
}
.cc-window.cc-type-info {
    background-color: #292929;
    bottom: 15px;
    color: #fff;
    left: 10px;
    margin: 0 auto;
    max-width: 800px;
    padding: 15px;
    position: fixed;
    right: 10px;
    text-align: center;
    align-items: normal;
    /*font-family: Lato;*/
    font-family: 'cewe-text-regular';
    line-height: 1.3;
    z-index: 777;
}
.cc-window .cc-compliance {
  display: block;
  margin-top: 7px;
}
.cc-window .cc-message {
  padding-left: 15px;
  padding-right: 15px;
}
.cc-window.cc-type-info .cc-btn {
  text-decoration: none;
  min-width: 0;
  padding: 0px 7px;
  margin: 3px 0;
  margin-left: 15px;
  background: transparent none;
  color: #7db3da;
  font-weight: bold;
  text-transform: uppercase;
  border: none;
}
.cc-window.cc-type-info .cc-btn:focus,
.cc-window.cc-type-info .cc-btn:active {
	box-shadow: none;
}
.cc-window.cc-type-info .cc-link {
	color: #7db3da;
	opacity: 1;
  text-decoration: none;
}

/* Lightbox */
.mfp-default.mfp-fade.mfp-bg {
	opacity: 0;
	transition: all 0.5s;
    background-color: #fff;
}

.mfp-default.mfp-fade.mfp-bg.mfp-ready { opacity: 0.95; }
.mfp-default.mfp-fade.mfp-bg.mfp-removing { opacity: 0; }

.mfp-default.mfp-fade.mfp-wrap .mfp-content {
	opacity: 0;
	transition: all 2s;
}

.mfp-default.mfp-fade.mfp-wrap.mfp-ready .mfp-content    { opacity: 1; }
.mfp-default.mfp-fade.mfp-wrap.mfp-removing .mfp-content { opacity: 0; }

.mfp-default .mfp-content {
	position: static;
}

.mfp-wrap.mfp-default .mfp-close {
	top: 20px;
	right: 20px;
	color: #c30c15;
	font-size: 60px;
	opacity: 1;
}

.mfp-default .mfp-iframe-scaler {
	position: relative;
}
.mfp-default .mfp-title {
	margin-bottom: 18px;
	padding-right: 0;
	font-size: 28px;
	line-height: normal;
	color: #c30c15;
}
.mfp-default .mfp-description {
	margin-top: 20px;
	padding: 12px 0;
	border-top: 1px solid #eee;
	line-height: normal;
}
.image-teaser {
	position: relative;
	margin: 0 -15px 40px -15px;
}
.image-teaser-link {
	display: block;
}
.image-teaser-label {
	position: absolute;
	left: 0;
	bottom: 15%;
	padding: 8px 14px;
	background-color: #c30c15;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	pointer-events: none;
}
.image-teaser-pic img {
	width: 100%; 
	height: auto;
	vertical-align: bottom;
}
.header-image {
	display: flex;
	margin-bottom: 30px;
}
.header-image-pic {
	min-width: 70%;
	padding-right: 10px;
}
.header-image.is-full-width .header-image-pic {
	padding-right: 0;
}
.header-image-pic > img {
	width: 100%; 
	height: auto;
	vertical-align: bottom;
}
.header-image-topline {
	margin-bottom: 20px;
	text-transform: uppercase;
}
.header-image-title {
	margin-bottom: 20px;
	font-size: 24px;
	line-height: 1.2;
}
.header-image-content {
	max-width: 30%;
	color: #fff;
	font-size: 16px;
	background-color: #c30c15;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 20px 50px;
	font-family: 'cewe-text-medium';
	line-height: 22.4px;
}
.header-image-text a {
	display: inline-block;
	padding: 10px 14px;
	color: inherit;
	text-decoration: none;
	border: 1px solid #fff;
	border-radius: 3px;
}

@media only screen and (max-width: 1210px) {
	.header-image {
		flex-direction: column;
	}
	.header-image-pic {
		padding-right: 0;
	}
	.header-image-content {
		max-width: none;
		padding: 50px;
	}
    .header-image-title {

    }
}
/* Latest */
.dates-latest {
	margin-bottom: 40px;
}
.dates-latest-items {
	margin-bottom: 46px;
}
.dates-latest-item {
	display: flex;
	align-items: center;
	margin-bottom: 15px;
	padding: 11px 20px;
	border: 1px solid #d9d9d9;
	border-radius: 4px;
}
.dates-latest-datetime {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	width: 66px; 
	min-width: 66px;
	height: 66px;
	margin-right: 65px;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	background-color: #c30c15;
	border-radius: 50%;
	user-select: none;
}
.dates-latest-datetime-y {
	margin-left: -3px;
}

.dates-latest-text {
	font-size: 18px;
	color: #444;
}
.dates-latest-title {
	font-weight: 500;
}
.dates-latest-datetext::before,
.dates-latest-location::before {
	content: '//';
	margin: 0 6px;
}
.dates-latest-link {
	display: inline-block;
	padding: 15px 37px 15px 0;
	color: inherit;
	text-decoration: none;
	background: transparent url('/typo3conf/ext/base_facelift/Resources/Public/Images/Icons/arrow_right_red.svg') no-repeat;
	background-position: calc(~'100% - 3px') 50%;
	background-size: 18px auto;
	transition: background-position .2s ease;
}
.dates-latest-link:hover,
.dates-latest-link:focus {
	background-position: 100% 50%;
}

/* List */
.dates-list-table {
	width: 100%;
	border-collapse: collapse;
	text-align: left;
}
.dates-list-table th {
	padding: 6px;
	border-bottom: 1px solid #ccc;
	font-weight: 500;
	color: #444;
}
.dates-list-table td {
	padding: 6px;
	vertical-align: middle;
}
.dates-list-datetime,
.dates-list-title {
	font-weight: 500;
}
.dates-list-more {
	display: inline-block;
	padding-right: 26px;
	color: #c30c15;
	font-weight: 600;
	text-decoration: none;
	background: transparent url('/typo3conf/ext/base_facelift/Resources/Public/Images/Icons/arrow_right_red.svg') no-repeat;
	background-position: calc(100% - 3px) 50%;
	background-size: 15px auto;
	transition: background-position .2s ease;
}
.dates-list-more:hover,
.dates-list-more:focus {
	background-position: 100% 50%;
}
.content-slider {
	padding-left: 5px;
	padding-right: 5px;
}
.page-uid-356 .content-slider {
	margin-top: 45px;
}
.content-slider-container {
	position: relative;
}
.content-slider-item {
	display: flex;
	user-select: none;
	height: auto;
}
.swiper-button-next,
.swiper-button-prev {
	width: 40px; height: 40px;
	background-color: #c30c15;
	border-radius: 50%;
	box-shadow: 0 2px 4px rgba(0, 0, 0, .3);
	text-align: center;
	outline: none;
}
.swiper-button-next::after,
.swiper-button-prev::after {
	content: '\E905';
	font-family: 'cewe-icons';
	font-size: 25px;
	color: #fff;
}
.swiper-button-prev::after {
	content: '\E904';
}
.content-slider-container .swiper-button-prev,
.content-slider-container .swiper-button-next {
	transform: translateY(-25px);
}
.content-slider-container .swiper-button-prev {
	left: -40px;
}
.content-slider-container .swiper-button-next {
	right: -40px;
}
/*
.content-slider-ctype-mask_headerimage {
	margin: 0 40px;
}
*/
.content-slider-ctype-mask_headerimage .content-slider-item .u-container-padding {
	padding: 0;
}
.content-slider-ctype-mask_headerimage.content-slider-container .swiper-button-prev {
	left: 0px;
}
.content-slider-ctype-mask_headerimage.content-slider-container .swiper-button-next {
	right: 0px;
}
/*
.content-slider-container .swiper-button-prev::after,
.content-slider-container .swiper-button-next::after {
	content: '';
	display: inline-block;
	width: 25px;
	height: 50px;
	font-family: sans-serif;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: 50% 50%;
}
*/

/*
.content-slider-container .swiper-button-prev::after {
	background-image: url('/typo3conf/ext/base_facelift/Resources/Public/Images/Icons/pagination_prev.svg');
}
.content-slider-container .swiper-button-next::after {
	background-image: url('/typo3conf/ext/base_facelift/Resources/Public/Images/Icons/pagination_next.svg');
}
*/

/* CE Teaser */
.content-slider-item .teaser__headline {
	margin-top: 20px;
	font-weight: 800;
	font-size: 25px;
}
.content-slider-item .teaser__content {
	padding-right: 0;
}

/* YouTube-Box */
.content-slider-ctype-mask_youtubebox.content-slider-container .swiper-button-prev {
	left: -50px;
}
.content-slider-ctype-mask_youtubebox.content-slider-container .swiper-button-next {
	right: -50px;
}

@media(min-width: 1370px) {
	.content-slider-ctype-mask_headerimage.content-slider-container .swiper-button-prev {
		left: -40px;
	}
	.content-slider-ctype-mask_headerimage.content-slider-container .swiper-button-next {
		right: -40px;
	}
}

@media(max-width:  600px) {
	.content-slider-ctype-mask_youtubebox {
		padding: 0 30px;
	}
	.content-slider-ctype-mask_youtubebox.content-slider-container .swiper-button-prev {
		left: -37px;
	}
	.content-slider-ctype-mask_youtubebox.content-slider-container .swiper-button-next {
		right: -37px;
	}

}
.nozzleteaser-container {
	margin-bottom: 60px;
	padding: 90px 0;
	background-color: #e4e4e4;
}
.nozzleteaser-items {
	display: flex;
	flex-wrap: wrap;
}
.nozzleteaser-item {
	position: relative;
	display: flex;
	flex-direction: column;
	width: 33.33333%;
	margin-bottom: 20px;
}
.nozzleteaser-image img {
	display: block;
	width: 100%;
	height: auto;
}
.nozzleteaser-title h2 {
	font-weight: 800;
	font-size: 25px;
	color: #444;
}
.nozzleteaser-image {
}
.nozzleteaser-content {
	display: flex;
	flex-direction: column;
	height: 290px;
	background-color: #fff;
}
.nozzleteaser-content-inner {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 30px;
	background-color: #fff;
	transition: all .4s ease;
}
.nozzleteaser-content-inner::before {
	content: '';
	position: absolute;
	top: -20px;
	left: 50%;
	transform: translateX(-50%);
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 38px 30px 38px;
	border-color: transparent transparent #fff transparent;
}
.nozzleteaser-item:nth-child(3n+2) .nozzleteaser-content {
	order: -1;
}
.nozzleteaser-item:nth-child(3n+2) .nozzleteaser-content-inner {
	bottom: 50%;
	top: 0;
}
.nozzleteaser-item:nth-child(3n+2) .nozzleteaser-content-inner::before {
	top: auto;
	bottom: -18px;
	border-width: 18px 25px 0 25px;
	border-color: #fff transparent transparent transparent;
}
.nozzleteaser-text {
	position: relative;
	max-height: 140px;
	padding-right: 15px;
	margin-right: 2px;
	overflow: hidden;
	margin-bottom: auto;
	scrollbar-color: transparent transparent;
	scrollbar-width: thin;
}
.nozzleteaser-item.is-active .nozzleteaser-text {
	max-height: none;
	height: ~'calc(100% - 80px)';
	overflow-y: auto;
}
.nozzleteaser-item.is-active.is-finished .nozzleteaser-text {
	scrollbar-color: #ccc #f7f7f7;
}
.nozzleteaser-text::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
	background-image: linear-gradient(to top, #fff 0%, transparent 70%);
	pointer-events: none;
	opacity: 1;
	transition: opacity .2s ease;
}
.nozzleteaser-more {
	position: absolute;
	right: 15px;
	bottom: 15px;
	display: inline-block;
	width: 40px;
	height: 40px;
	background-color: #fff;
	color: #c30c15;
	transition: background-color ease .4s;
	border: none;
	border-radius: 50%;
	box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.3);
	cursor: pointer;
	font-size: 28px;
	line-height: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: 'cewe-text-medium';
	outline: none;
	transform: rotate(0deg);
	transition: transform .2s;
}
.nozzleteaser-more::before {
	content: '';
	position: absolute;
	z-index: 10;
	width: 32px; height: 32px;
	border: 2px solid #c30c15;
	border-radius: 50%;
	opacity: 1;
	transition: opacity .2s;
}
.nozzleteaser-more:hover {
	background-color: #c30c15;
	color: #fff;
}
.nozzleteaser-more:active {
	opacity: .85;
}
.nozzleteaser-more:hover::before {
	opacity: 0;
}
.nozzleteaser-item.is-active .nozzleteaser-more {
	transform: rotate(45deg);
}
.nozzleteaser-item.is-active .nozzleteaser-content-inner {
	top: 0;
}
.nozzleteaser-item.is-active:nth-child(3n+2) .nozzleteaser-content-inner {
	bottom: 0;
}

.nozzleteaser-item.is-active .nozzleteaser-text::after,
.nozzleteaser-item.is-active .nozzleteaser-content-inner::before {
	opacity: 0;
}

.nozzleteaser-item.is-active .nozzleteaser-text::-webkit-scrollbar {
	width: 7px;
}
.nozzleteaser-item.is-active .nozzleteaser-text::-webkit-scrollbar-track {
	background-color: #f7f7f7;
}
.nozzleteaser-item.is-active .nozzleteaser-text::-webkit-scrollbar-thumb {
	background-color: #ccc;
}


@media only screen and (max-width: 1430px) {
	.nozzleteaser-item {
		width: 50%;
	}
	.nozzleteaser-item:nth-child(3n+2) .nozzleteaser-content {
		order: unset;
	}
	.nozzleteaser-item:nth-child(2n) .nozzleteaser-content {
		border-left: 1px solid #ddd;
	}
	.nozzleteaser-content-inner::before,
	.nozzleteaser-content-inner::after {
		display: none;
	}
	.nozzleteaser-content {
		height: 100%;
	}
	.nozzleteaser-content-inner {
		position: static;
	}
	.nozzleteaser-text {
		max-height: none;
		overflow: visible;
	}
	.nozzleteaser-text::after {
		display: none;
	}
	.nozzleteaser-more {
		display: none;
	}
}

@media only screen and (max-width: 720px) {
	.nozzleteaser-item {
		width: auto;
	}
	.nozzleteaser-item:nth-child(2n) .nozzleteaser-content {
		border-left: none;
	}
}
.suggest-teaser-intro {
	padding: 0 14%;
	margin-bottom: 50px;
	font-family: 'cewe-head-bold', sans-serif;
	font-size: 36px;
	font-weight: 800;
	color: #4c4c4c;
	text-align: center;
}
.suggest-teaser-item {
	margin-bottom: 30px;
}
.suggest-teaser-header {
	font-size: 26px;
	font-weight: 200;
	margin-bottom: 15px;
	display: block;
}
.suggest-teaser-header > a {
	text-decoration: none;
	color: inherit;
}
.benefit-items {
	margin-left: -15px;
	margin-right: -15px;
	margin-bottom: 80px;
}
.benefit-item {
	position: relative;
	padding-left: 15px;
	padding-right: 15px;
}
.benefit-items .benefit-item {
	float: left;
	width: 25%;
	margin-bottom: 30px;
}
.benefit-item:nth-child(4n+1) {
	clear: both;
}
.benefit-item::after {
	content: '';
	padding-bottom: 100%;
	display: block;
	pointer-events: none;
}
.benefit-item-inner {
	display: flex;
	flex-direction: column;
	position: absolute;
	left: 15px; right: 15px;
	top: 0; bottom: 0;
	padding: 10px;
	border: 3px solid #c30c15;
}
.benefit-items .benefit-item-inner {
	cursor: pointer;
	background-color: #fff;
	transition: background-color .3s ease;
}
.benefit-icon {
	position: relative;
	margin-top: 10%;
	margin-left: 20%;
	margin-right: 20%;
}
.benefit-icon img {
	width: 100%; height: auto;
}
.benefit-icon-color {
	opacity: 1;
	transition: opacity .15s ease;
}
.benefit-icon-plain {
	position: absolute;
	left: 0; right: 0; top: 0;
	transition: opacity .15s ease;
	opacity: 0;
}
.benefit-lightbox-icon .benefit-item-inner,
.benefit-items .benefit-item-inner:hover {
	background-color: #c30c15;
}
.benefit-lightbox-icon .benefit-item-inner .benefit-icon-color,
.benefit-items .benefit-item-inner:hover .benefit-icon-color {
	opacity: 0;
}
.benefit-lightbox-icon .benefit-item-inner .benefit-icon-plain,
.benefit-items .benefit-item-inner:hover .benefit-icon-plain {
	opacity: 1;
}
.benefit-title {
	margin-top: 20px;
	font-size: 20px;
	font-weight: bold;
	color: #c30c15;
	text-align: center;
	transition: color .15s ease;
}
.benefit-lightbox-icon .benefit-item-inner .benefit-title,
.benefit-items .benefit-item-inner:hover .benefit-title {
	color: #fff;
}
.benefit-lightbox-contents {
	display: none;
}
.benefit-lightbox-icon {
	float: left;
	width: 37%;
	margin-left: -15px;
}
.benefit-lightbox-text {
	float: left;
	width: 63%;
	margin-top: 30px;
	padding-left: 30px;
	padding-right: 30px;
}
.benefit-lightbox-text h2 {
	margin-bottom: 10px;
	font-size: 18px;
	font-weight: bold;
}
.mfp-wrap.mfp-benefits .mfp-close {
	top: 5px;
	right: 5px;
	font-size: 40px;
}
.mfp-benefits.mfp-fade.mfp-bg {
	background-color: rgba(0, 0, 0, .65);
	transition: all .5s;
} 
.mfp-benefits .mfp-content {
	position: relative;
	max-width: 1100px;
	padding: 30px;
	background-color: #fff;
	border: 3px solid #c30c15;
}
.mfp-benefits.mfp-fade.mfp-wrap .mfp-content {
	transition: all .5s;
}

@media (max-width: 1370px) {
	.benefit-title {
		margin-top: 5px;
		-webkit-hyphens: auto;
		hyphens: auto;
	}
}

@media (max-width: 1140px) {
	.benefit-items .benefit-item {
		width: 33.33333%;
	}
	.benefit-item:nth-child(4n+1) {
		clear: none;
	}
	.benefit-item:nth-child(3n+1) {
		clear: both;
	}
}

@media (max-width: 910px) {
	.benefit-icon {
		margin-top: 0;
	}
	.benefit-title {
		margin-top: 15px;
		font-size: 16px;
	}

}

@media (max-width: 740px) {
	.benefit-items .benefit-item {
		width: 50%;
	}
	.benefit-item:nth-child(4n+1) {
		clear: none;
	}
	.benefit-item:nth-child(3n+1) {
		clear: none;
	}
	.benefit-item:nth-child(2n+1) {
		clear: both;
	}
	.benefit-icon {
		margin-top: 15px;
	}
	.benefit-title {
		margin-top: 15px;
		font-size: 20px;
	}
	.benefit-lightbox-icon { display: none; }
	.benefit-lightbox-text { width: auto; }

}

@media (max-width: 580px) {
	.mfp-benefits .mfp-content {
		padding: 15px;		
	}
	.benefit-items .benefit-icon { margin-top: 0; }
	.benefit-items .benefit-title { font-size: 14px; }
}

@media (max-width: 460px) {
	.benefit-items .benefit-item {
		float: none;
		width: auto;
	}
	
	.benefit-items .benefit-icon { margin-top: 10px; }

	.benefit-items .benefit-title {
		margin-top: 20px;
		font-size: 20px;
	}

}

/* Variante Mini Benefits */
.mini-benefit-items {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 60px;
}
.mini-benefit-item {
	position: relative;
	width: 42px; height: 42px;
	margin-right: 4px;
	margin-bottom: 40px;
	cursor: pointer;
}
.mini-benefit-icon {
	opacity: 1;
	transition: opacity ease .3s;
}
.mini-benefit-icon img {
	width: 42px; height: 42px;
	height: auto;
	vertical-align: bottom;
}
.mini-benefit-item:hover .mini-benefit-icon {
	opacity: .85;
}
.mini-benefit-item::before {
	content: attr(data-title);
	position: absolute;
	z-index: 10;
	top: calc(100% + 8px);
	padding: 4px 6px;
	background-color: #c30c15;
	color: #fff;
	/*font-family: lato-semibold;*/
	font-family: 'cewe-text-medium';
	font-size: 12px;
	opacity: 0;
	transition: opacity ease .3s;
	transform: translateX(-50%);
	left: 50%;
	border-radius: 2px;
	text-align: center;
	pointer-events: none;
}
/*
.mini-benefit-item:first-child::before {
	opacity: 1;
} 
*/
.mini-benefit-item:hover::before {
	opacity: 1;
}
.mini-benefit-item::after {
	content: '+';
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 34px;
	height: 34px;
	line-height: 35px;
	text-align: center;
	font-size: 34px;
	color: rgba(0, 0, 0, 0.6);
	transition: opacity ease .3s;
	/*font-family: lato-bold;*/
	font-family: 'cewe-text-bold';
	opacity: 0;
	background-color: #fff;
	border-radius: 50%;
	pointer-events: none;
}
.mini-benefit-item:hover::after {
	opacity: .85;
}
/*
.mini-benefit-item:first-child::after {
	opacity: 1;
}
*/

.process-list {
	margin: 60px auto 60px auto;
	width: 65%;
	position: relative;
}
.process-list::before {
	content: '';
	display: inline-block;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	background-color: #fff;
	position: absolute;
	left: 77px;
	top: -30px;
	border: 9px solid #c30c15;
}
.process-list::after {
	content: '';
	position: absolute;
	left: 88px;
	top: 0;
	z-index: 5;
	height: 100%;
	width: 2px;
	background-color: #c30c15;
}
.process-list-item {
	position: relative;
	display: flex;
	flex-direction: row;
	align-items: center;
	margin-bottom: 60px;
	cursor: default;
}
.process-list-item:first-child {
	padding-top: 30px;
}
.process-list-item:last-child {
	margin-bottom: 0;
}
.process-list-item::before {
	content: attr(data-title);
	position: absolute;
	right: calc(100% + 5px);
	top: 50%;
	transform: translateY(-50%);
	opacity: 1;
	background-color: #4c4c4c;
	font-size: 13px;
	text-shadow: 0px 0px 3px rgba(0, 0, 0, .3);
	padding: 8px 15px;
	color: #fff;
	border-radius: 1px;
	opacity: 0;
	transition: opacity ease .6s;
	pointer-events: none;
}
.process-list-item:first-child::before {
	margin-top: 15px;
}
.process-list-item:hover::before {
	opacity: 1;
}
.process-list-image {
	position: relative;
	width: 120px;
	padding-left: 15px;
	padding-right: 15px;
	flex-shrink: 0;
}
.process-list-image img {
	width: 100%;
	position: relative;
	vertical-align: bottom;
	z-index: 10;
}
/*
.process-list-item:first-child .process-list-image::before {
	height: 500px;
}
*/
.process-list-image::after {
	content: '';
	position: absolute;
	left: 50%;
	bottom: 1px;
	width: 20px;
	height: 6px;
	background-color: #fff;
	transform: translateX(-50%) translateY(100%);
	z-index: 6;
}
/*
.process-list-item:last-child .process-list-image::after {
	height: 500px;
}
*/
.process-list-image::before {
	content: '';
	position: absolute;
	left: 50%;
	top: 0;
	width: 20px;
	height: 6px;
	background-color: #fff;
	transform: translateX(-50%) translateY(-100%);
	z-index: 6;
}
.process-list-content {
	padding-left: 15px;
	padding-right: 15px;
}
.process-list-content p:last-child {
	margin-bottom: 0;
}

@media (max-width: 1000px) {
	.process-list {
		width: auto;
		padding-right: 0;
		margin-left: -60px;
	}
	.process-list-item {
		margin-bottom: 80px;
	}
	.process-list-item::before {
		opacity: 1;
		top: -26px;
		z-index: 20;
		left: 135px;
		display: block;
		right: auto;
		background-color: #888;
	}
}


.card-teaser {
	flex: 1;
	margin-bottom: 60px;
	background-color: #fafafa;
	box-shadow: 0 1px 3px rgba(0, 0, 0, .4);
	transition: box-shadow ease .1s;
}
.card-teaser.has-lightbox {
	cursor: pointer;
}
.section-bg-lightgray .card-teaser {
	background-color: #fff;
}
.card-teaser.is-xl .card-teaser-content {
	flex-direction: row;
}
.card-teaser.has-button .card-teaser-content-inner {
	margin-bottom: 20px;
}
.card-teaser.is-xl .card-teaser-content-inner {
	margin-bottom: 0;
	flex: 1 0 0;
}
.card-teaser.is-xl .card-teaser-heading {
	font-size: 24px;
}
.card-teaser.is-xl .card-teaser-text {
	max-width: 70%;
	font-size: 18px;
	line-height: 1.5;
}
.card-teaser:hover {
	box-shadow: 0 4px 8px rgba(0, 0, 0, .2);
}
.card-teaser-link {
	text-decoration: none;
	color: inherit;
}
.card-teaser-image img {
	vertical-align: bottom;
	width: 100%;
	max-height: auto;
}
.card-teaser-link {
	display: flex;
	flex-direction: column;
	height: 100%;
}
.card-teaser-content {
	display: flex;
	flex-direction: column;
	height: 100%;
	padding: 20px 16px 16px 16px;
}
.card-teaser-text {
	margin-bottom: auto;
	color: rgb(41, 41, 41);
}
.card-teaser-heading {
	margin-bottom: 10px;
	font-size: 18px;
	/*font-family: 'lato-semibold';*/
	font-family: 'cewe-text-medium';
	color: rgb(76, 76, 76);
}
.card-teaser-heading:last-child {
	margin-bottom: 0;
}
.card-teaser-button {
	display: inline-block;
	margin-top: auto;
	margin-left: auto;
	align-self: end;
}
.card-teaser-lightbox {
	display: none;
}
.card-teaser-lightbox-text {
	padding-right: 30px;
	overflow: hidden;
}
.card-teaser-lightbox-text h2 {
	margin-bottom: 10px;
	font-size: 18px;
	font-weight: bold;
}
.card-teaser-lightbox-image {
	float: left;
	margin-right: 30px;
	overflow: hidden;
	width: 40%;
}

@media (max-width: 600px) {
	.card-teaser-lightbox-image {
		display: none;
	}
}
/* Fotothemen */
.photo-topic-header {
	margin-bottom: 15px;
}
.photo-topic-teaser {
	margin-bottom: 30px;
}
.photo-topic-related {
	margin-bottom: 60px;
}
.photo-topic-media {
	display: flex;
	flex-wrap: wrap;
	border-bottom: 1px solid #ccc;
	margin-bottom: 60px;
	padding-bottom: 15px;
}
.photo-topic-media .photo-topic-media-item {
	width: 16.66667%;
}

@media only screen and (max-width: 1170px) {
	.photo-topic-media .photo-topic-media-item {
		width: 20%;
	}
}

@media only screen and (max-width: 920px) {
	.photo-topic-media .photo-topic-media-item {
		width: 25%;
	}
}

@media only screen and (max-width: 780px) {
	.photo-topic-media .photo-topic-media-item {
		width: 33.33333%;
	}
}

@media only screen and (max-width: 600px) {
	.photo-topic-media .photo-topic-media-item {
		width: 50%;
	}
}
.highlight-content {
	padding: 15px;
	margin-bottom: 60px;
	border: 3px solid #c30c15;
	color: #c30c15;
	line-height: 1.5;
	text-align: center;
}
.highlight-content b {
	font-size: 150%;
	font-weight: bold;
}
.imagemap-outer {
	background-color: #ececec;
	overflow: hidden;
}
.imagemap-container {
	margin-top: -15%;
	margin-bottom: -6%;
}
.imagemap {
	position: relative;
}
.imagemap-bg {
	position: relative;
}
.imagemap-bg img {
	vertical-align: bottom;
	user-select: none;
}
.imagemap-marker {
	position: absolute;
	display: inline-block;
	width: 10px; height: 10px;
	border: 2px solid #c30c15;
	background-color: #c30c15;
	border-radius: 50%;
	color: #333;
	cursor: pointer;
	transition: opacity .2s ease;
}
.imagemap-marker-1 {
	border: 2px solid #333;
	border-radius: 0;
}
.imagemap-marker:hover {
	opacity: .8;
}
.imagemap-label {
	position: absolute;
	font-weight: bold;
	font-size: 11px;
	white-space: pre;
}
.imagemap-label-left .imagemap-label {
	left: -6px;
	top: -4px;
	transform: translateX(-100%);	
}
.imagemap-label-right .imagemap-label,
.imagemap-label-default .imagemap-label {
	right: -6px;
	top: -4px;
	transform: translateX(100%);	
}
.imagemap-label-top .imagemap-label {
	transform: translateX(-50%);
	left: 50%;
	top: -20px;
}
.imagemap-label-bottom .imagemap-label {
	transform: translateX(-50%);
	left: 50%;
	top: 12px;
}

@media(max-width: 1000px) {
	.imagemap-label {
		display: none;
	}
	.imagemap-marker:hover .imagemap-label {
		display: block;
	}
}

@media(max-width: 640px) {
	.imagemap-outer {
		display: none;
	}
}
.ml-teaser {
	padding: 55px 40px;
	margin-top: 60px;
	margin-bottom: 60px;
	background: transparent url('/fileadmin/user_upload_facelift/Presse/presseverteiler_teaser_background.jpg') no-repeat 0 0 / cover;
	text-align: center;
}
.ml-teaser-header {
	margin-bottom: 5px;
	color: #fff;
	font-size: 30px;
	font-weight: 600;
}
.ml-teaser-text {
	color: #fff;
	font-size: 20px;
	text-shadow: 1px 1px 5px rgba(0, 0, 0, .7);
}
.ml-teaser-input {
	padding: 20px 16px;
	font-family: 'cewe-text-regular', sans-serif;
	max-width: 400px;
	text-align: center;
	margin-top: 50px;
	margin-bottom: 40px;
	font-size: 16px;
	width: 100%;
}
.ml-teaser-submit {
	width: 200px;
	border: none;
	cursor: pointer;
}
.page-uid-334 .container,
.page-uid-322 .container {
	width: 1370px;
}
.page-uid-322 .header
.page-uid-334 .header {
	position: static !important;
}
.page-uid-322 .extbase-debugger,
.page-uid-334 .extbase-debugger {
	position: relative;
	z-index: 100;
}
.media-list {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -10px;
}
.debug .media::before {
	content: attr(data-uid);
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 99;
	transform: translate(-50%, -50%);
	text-shadow: 0px 0px 10px rgba(0, 0, 0, 1);
	color: #fff;
	font-size: 30px;
	font-weight: bold;
}
.media {
	position: relative;
	display: flex;
	flex-direction: column;
	width: 25%;
	margin-bottom: 40px;
	padding: 10px;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
}
.media-search-hint {
	margin-bottom: 30px;
	font-size: 18px;
}
.media-search-sword {
	color: #c30c15;
	font-weight: bold;
}
.media-search-count {
	float: right;
	margin-top: 4px;
	color: #777;
	font-size: 13px;
}
.media-title {
	display: block;
	margin-bottom: 15px;
	font-size: 15px;
	font-weight: 400;
	color: #444;
}
.media-preview {
	position: relative;
	margin-bottom: 10px;
}
.media-preview::before {
	display: block;
	content: '';
	width: 100%;
	padding-top: calc((17 / 20) * 100%); /* 200x170 Ratio */
}
.media-preview-inner {
	display: flex;
	position: absolute;
	top: 0; right: 0;
	bottom: 0; left: 0;
	z-index: 10;
	border: 1px solid #e9e9e9;
	background-color: #fff;
}
.media-type-youtube .media-preview-inner {
	display: flex;
	align-items: center;
	justify-content: center;
}
.media-preview-inner .youtube-lazy-play-button {
	width: 55px; height: 40px;
	margin: 0;
	transform: translate(-50%, -50%);
}
.media-preview-rootline {
	display: none;
	position: absolute;
	bottom: 100%;
	right: 0;
	z-index: 5;
	font-size: 10px;
	background-color: rgba(233, 233, 233, .85);
	padding: 3px 6px;
	color: #777;
	opacity: 0;
	transform: translateY(100%);
	pointer-events: none;
	user-select: none;
	transition: opacity .8s ease, transform .5s ease;
}
/*
.media-overview:hover .media-preview-rootline,
.media-list:hover .media-preview-rootline {
	transform: translateY(0);
	opacity: 1;
}
*/
.media-preview-image {
	display: flex;	
	align-items: center;
	justify-content: center;
}
.media-preview-image img {
	max-height: 100%;
	width: auto;
}
.media-subline {
	margin-top: -6px;
	margin-bottom: 15px;
	font-size: 13px;
	color: #444;
}
.media-button {
	margin-top: auto;
}
.media-button::after {
	content: '\f019';
	margin-left: 10px;
	position: relative;
	font-family: 'Font Awesome 5 Free';
	display: inline-block;
	font-size: 16px;
	font-weight: 600;
	opacity: 1;
	transform: translateY(-1px);
	transition: opacity 0.2s ease, transform .5s ease;
	pointer-events: none;
}
.media-button:active::after {
	transform: translateY(4px);
}
.media-button.is-clicked::after {
	animation-name: icon-float-away;
	animation-timing-function: ease-out;  
	animation-duration: .8s;
	animation-fill-mode: forwards;
}
.media-button.is-resetted::after {
	opacity: 0;
}
.media-button > span {
	opacity: 1;
	transition: opacity 0.4s ease;
}
.media-button:active > span {
	opacity: .7;
}

/* Audio */
.media-button.media-type-audio::after {
	content: '\f028';
	margin-left: 15px;
}
/* Video */
.media-button.media-type-video::after {
	content: '\f144';
	margin-left: 15px;
}
/* YouTube */
.media-type-youtube .media-preview-inner::after,
.media-type-youtube .media-preview-inner::before {
	content: '';
	position: absolute;
	left: 0; right: 0;
	padding-bottom: 15.5%;
	background-color: #fff;
}
.media-type-youtube .media-preview-inner::before {
	top: 0;
}
.media-type-youtube .media-preview-inner::after {
	bottom: 0;
}


@keyframes icon-float-away {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translateY(-1em);
  }
}

/* Buttons */
.button-rounded {
	display: inline-block;
	border-radius: 0px;
	padding: 10px 17px;
	border: 1px solid #c30c15;
	font-family: Lato;
	font-size: 18px;
	font-weight: 400;
	cursor: pointer;
	transition: ease background-color .3s, ease border-color .3s, ease color .5s;
	line-height: 1;
	text-decoration: none;
}
.button-rounded.button-rounded-primary {
	background-color: #c30c15;
	color: #fff;
}
.button-rounded.button-rounded-secondary {
	align-self: start;
	background-color: #fff;
	color: #c30c15;
}
.button-rounded.button-rounded-primary:hover,
.button-rounded.button-rounded-primary:focus {
	background-color: #fff;
	color: #c30c15;
}
.button-rounded.button-rounded-secondary:hover,
.button-rounded.button-rounded-secondary:focus {
	background-color: #c30c15;
	color: #fff;
}

/* Pagination */
.pagination {
	margin-top: 60px;
	margin-bottom: 60px;
}
.pagination-list {}
.pagination-list > li {
	float: left;
	margin: 0 3px;
	list-style-type: none;
}
.pagination-item > a,
.pagination-item > span {
	display: block;
	min-width: 26px;
	padding: 2px;
	background-color: #fff;
	border: 1px solid #c30c15;
	color: #c30c15;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	transition: ease .15s all;
}
.pagination-item > a:hover,
.pagination-item > a:focus,
.pagination-current > span {
	background-color: #c30c15;
	color: #fff;
}
.pagination-current > span {
	cursor: default;
}
.pagination-list .pagination-previous {
	margin-left: -20px;
}
.pagination-previous > a,
.pagination-next > a {
	display: block;
	width: 17px; height: 25px;
	background: transparent url('/typo3conf/ext/base/Resources/Public/Images/Icons/pagination_prev.svg') no-repeat right 50%;
	text-decoration: none;
}
.pagination-next > a {
	background: transparent url('/typo3conf/ext/base/Resources/Public/Images/Icons/pagination_next.svg') no-repeat left 50%;
}

/* Media Overview */
.media-overview {

}
.media-category {
	margin-bottom: 30px;
}
.media-category-header {
	margin-bottom: 10px;
}
.media-category-selection {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -10px;
}
.media-category-headline {
	float: left;
	font-size: 20px;
	color: #444;
}
.media-category-count {
	margin-left: 10px;
	font-size: 16px;
	font-weight: normal;
	color: #acacac;
}
.media-category-view {
	float: right;
	padding-right: 25px;
	font-size: 16px;
	color: #444;
	background: transparent url('/typo3conf/ext/base/Resources/Public/Images/Icons/media_grid.svg') no-repeat 100% 50% / 18px auto;
}

/* Media Selection */
.media-selection {
	margin-bottom: 15px;
	overflow: hidden;
}
.media-selection-item {
	float: left;
	margin-right: 4px;
	margin-bottom: 4px;
	list-style-type: none;
}
.media-selection-remove {
	padding: 5px 9px;
	border: none;
	color: #333;
	background-color: #ddd;
	font-family: Lato;
	font-size: 11px;
	cursor: pointer;
	transition: background-color ease .2s;
}
.media-selection-remove::after {
	content: '🗙';
	display: inline-block;
	margin-left: 5px;
	color: #999;
	transform: translateY(-1px);
	transition: color ease .2s;
}
.media-selection-remove:hover,
.media-selection-remove:focus {
	background-color: #aaa;
	color: #222;
}
.media-selection-remove:hover::after,
.media-selection-remove:focus::after,
.media-selection-remove:active::after {
	color: #fff;
}
.media-selection-remove:active {
	background-color: #999;
}

.media-selection-reset {
	margin-left: 8px;
	font-size: 12px;
	color: #777;
	transition: color ease 0.2s;
}
.media-selection-reset:hover,
.media-selection-reset:focus {
	color: #555;
}

/* Filter */
.filter {
	margin-bottom: 60px;
}
.filter-box {
	margin-bottom: 35px;
}
.filter-box-header {
	margin-bottom: 12px;
	font-weight: bold;
	font-size: 18px;
	color: #444;
}
.filter-box-body {
	padding: 20px 17px;
	border: 2px solid #b7b7b7;
}
.filter-search .filter-box-body {
	display: flex;
	padding: 0;
}
.filter-search-input {
	width: 100%;
	height: 65px;
	padding: 25px 20px;
	font-size: 16px;
	font-family: Lato;
	border: none;
}
.filter-search-input::placeholder {
	color: #777;
}
.filter-search-button {
	width: 80px;
	background: transparent url('/typo3conf/ext/base/Resources/Public/Images/Icons/magnifier_filter.svg') no-repeat 50% / 26px auto;
	border: none;
	cursor: pointer;
	opacity: .4;
	transition: opacity .25s ease;
}
.filter-search-button:hover,
.filter-search-button:focus {
	opacity: .8;
}
.filter-reset {
	float: right;
}
.filter-checkbox {
	position: relative;
	margin-bottom: 4px;
	color: #888;
}
.filter-checkbox-label {
	-moz-user-select: none;	
	-webkit-user-select: none;	
	-ms-user-select: none;	
	user-select: none;	
}
.filter-checkbox-title {
	margin-left: 6px;
	vertical-align: text-bottom;
}
.filter-checkbox-input.is-parent + .filter-checkbox-title::after {
	content: attr(data-count);
	float: right;
	margin-right: 11px;
}
.filter-checkbox-container {
	margin: 8px 0;
}
.filter-checkbox.is-child {
	padding-left: 24px;
}
.filter-actions {
	display: flex;
	position: sticky;
	bottom: 0px;
	border-bottom: 5px solid #fff;
	background-color: rgba(255, 255, 255, .5);
}
.filter-actions .button-rounded {
	flex-grow: 1;
}
.filter-actions .button-rounded:not(:first-child) {
	margin-left: 15px;
}

@media only screen and (max-width: 960px) {
	.media {
		width: 33.33333%;
	}
}

@media only screen and (max-width: 690px) {
	.media {
		width: 50%;
	}
}

@media only screen and (max-width: 690px) {
	.media-button::after {
		display: none;
	}
}
.anchor-list {
	margin-bottom: 30px;
	list-style-type: square;
	list-style-position: inside;
}
.anchor-list-item {
	margin-bottom: 2px;
	border-bottom: 1px solid #ccc;
}
.anchor-list-item > a {
    text-decoration: none;
    color: #c30c15;
    padding: 4px 0px;
    display: inline-block;
}
.news-latest {}
.news-latest-item {
	display: flex;
	margin-bottom: 50px;
}
.news-latest-image {
	flex: 0 0 30%;
}
.news-latest-header {
	margin-bottom: 15px;
}
.news-latest-datetime {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	width: 66px; 
	min-width: 66px; 
	height: 66px;
	margin-right: 20px;
	margin-left: 20px;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	background-color: #c30c15;
	border-radius: 50%;
	user-select: none;
}
.news-latest-datetime-y {
	margin-left: -3px;
}
/*
.has-no-image .news-latest-datetime,*/
.news-category-141 .news-latest-datetime {
    margin-left: 0;
}

.news-latest-header > h3 {
	font-weight: 600;
	font-size: 20px;
	color: #444;
}
.news-latest-header > h3 > a {
	text-decoration: none;
	color: inherit;
}
.news-latest-content {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
.news-latest-text {
	margin-bottom: auto;
}
.news-latest-text a {
	text-decoration: none;
	color: inherit;
}
.news-latest-more {
	margin-top: 20px;
}
.news-latest-item.news-latest-topitem {
	display: block;
}
.news-latest-item.news-latest-secitem .news-latest-text p:last-child {
	display: inline;
}
.news-latest-item.news-latest-secitem .news-latest-text p:last-child::after {
	content: '';
	display: inline-block;
	width: 17px;
	height: 13px;
	background: transparent url('/typo3conf/ext/base_facelift/Resources/Public/Images/Icons/arrow_right_red_02.svg') no-repeat 0 0 / contain;
	margin-left: 8px;
}
.news-overview .news-latest-item:not(.news-latest-topitem) {
	margin-bottom: 10px;
	padding: 20px 20px 20px 0;
	border: 1px solid #bbb;
	border-radius: 3px;
}
.news-latest-item.news-latest-topitem .news-latest-image {
	margin-bottom: 10px;
}
.news-latest-category::before {
	content: '|';
	margin: 0 5px;
}
.news-latest-overline {
	font-size: 18px;
}
.news-latest-secitem .news-latest-overline {
	font-size: 16px;
	opacity: .5;
}
.news-overview-all {
	width: auto;
	margin: 45px auto 80px auto;
}
.filter-category-item {
	margin-bottom: 8px;
	list-style-type: none;
}
.filter-category-list .filter-category-item:last-child {
	margin-bottom: 0;
}
.filter-category-item > a {
	text-decoration: none;
	color: #777;
	transition: color ease .2s;
}
.filter-category-item.is-active > a,
.filter-category-item > a:hover {
	color: #c30c15;
}

/* ALT */
.daterange-slider--year,
.daterange-slider--month {
	margin-left: 3px;
	margin-right: 3px;
}


.daterange-slider--year {
	margin-top: 20px;
	margin-bottom: 70px;
}
.daterange-slider--month {
	margin-bottom: 70px;
}

.noUi-handle {
	background: #eee;
}
.noUi-handle::after, 
.noUi-handle::before {
	background-color: rgba(0, 0, 0, 0.2);
}
.noUi-connect {
	background-image: linear-gradient(to bottom, #de0813, #a41815);
}

/* Pressemitteilungen Suchergebnisse */
.news-search-result__message {
	margin-top: 30px;
	margin-bottom: 40px;
	font-size: 30px;
	font-weight: 200;
}
.news-search-result__term {
    margin-right: 2px;
    font-style: italic;
    font-weight: 400;
    opacity: 0.7;
}
.news-search-result .download-list {
	display: none;
}

/* Pressemitteilungen Teaser */
.news-teaser__header {
	font-size: 20px;
}
.news-teaser__date {
	opacity: 0.6;
}
.news-teaser__date:after {
	content: '//';
	display: inline-block;
	margin: 0 2px;
}
.news-teaser__title > a {
	text-decoration: none;
	color: inherit;
}
/* Pressemitteilungen Liste */
.news-list__spinner {
	display: none;
	position: absolute;
	left: 0; top: 0; right: 0; bottom: 0;
	padding-top: 40px;
	background-color: rgba(255, 255, 255, 0.85);
	text-align: center;
}
.news-list__spinner > .fa-spin {
	animation-duration: 4s;
	color: #777;
}
.news-list--is-loading .news-list__spinner {
	display: block;
}
.news-list { 
	position: relative; 
	min-height: 400px;
	margin-top: 120px; 
}
.news-list__item {
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #eee;
}

.news-list__title {
	font-weight: 200;
	margin-bottom: 14px;
}

.news-list__title > a {
	text-decoration: none;
	color: inherit;
}
.news-list__date {
	opacity: 0.6;
}
.news-list__date:after {
	content: '//';
	display: inline-block;
	margin: 0 2px;
}
.news-list__text {
	margin-bottom: 20px;
}
.news-list__image {
	float: right;
	margin-left: 30px;
	margin-bottom: 20px;
	width: 25%;
}
.news-list__actions {
}
.news-list__more {}
.news-list__downloads {
	float: right;
}
.download-list__item {
	display: flex;
	float: left;
	width: 25%;
	margin-bottom: 10px;
	list-style-type: none;
}
.download-list__inner {
	display: flex;
	width: 100%;
	padding-left: 5px;
	padding-right: 5px;
}
.download-list .media {
	width: 100%;
	margin-bottom: 0;
}
.download-list .media-preview {
	margin-bottom: 20px;
}
.download-list .media-preview::before {
	display: block;
	content: '';
	width: 100%;
	padding-top: calc((401 / 600) * 100%);
}
/*
.download-list__item:after {
	content: '/';
	display: inline-block;
	margin: 0 4px;
	opacity: 0.6;
}
.download-list__item:last-child:after { content: ''; display: none; }  
*/
.download-list-preview {
	margin-bottom: 8px;
	text-align: center;
	border: 1px solid #e9e9e9;
}
.download-list-preview img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}
.download-list-preview.is-portrait img {
}
/* Pressemitteilungen Detail */
.news-detail__title {
	margin-bottom: 30px;
	font-size: 30px;
	font-weight: 200;
}
.news-detail__teaser {
	font-style: italic;
	margin-bottom: 40px;
}
.news-detail__image {
	float: left;
	width: 30%;
	margin-right: 15px;
	margin-bottom: 10px;
}
.news-detail__date {
	opacity: 0.6;
}
.news-detail__date:after {
	content: '//';
	display: inline-block;
	margin: 0 2px;
}
.news-detail__title > a {
	text-decoration: none;
	color: inherit;
}
.news-detail__downloads {
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid #ccc;
	clear: both;
}
.news-detail-related {
	margin-bottom: 20px;
}
.news-detail-related .link-download { 
	float: left;
	margin-bottom: 4px;
	margin-right: 15px;
}
.news-detail-related .link-zip {
	float: right;
}
.news-detail__downloads .download-list {
	display: flex;
	flex-wrap: wrap;
	overflow: hidden;
	margin: 0 -15px;
	clear: both;
}
.news-detail__downloads .download-list__item {
	float: none;
	margin-bottom: 15px;
	font-size: 14px;
}
.news-detail__downloads .download-list__item a:hover {
	text-decoration: none;
}
.news-detail__downloads .download-list-description {
	margin-top: 4px;
	font-size: 14px;
}
.news-detail__back {
	margin-top: 40px;
	text-align: right;
}
.news-detail-photo-note {
	margin-bottom: 20px;
	margin-top: 30px;
}

@media only screen and (max-width: 980px) {
	.download-list__item {
		width: 33.33333%;
	}
}

@media only screen and (max-width: 680px) {
	.download-list__item {
		width: 50%;
	}
}
.pm-teaser-list {
	margin-bottom: 30px;
}
.pm-teaser-list-items {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px;
}
.pm-teaser-list-items .pm-item {
	width: 50%;
	padding-left: 15px;
	padding-right: 15px;
}
.pm-item-image-container {
	position: relative;
	margin-bottom: 15px;
	border: 1px solid #a4a4a4;
}
.pm-item-image-container::before {
	display: block;
	content: '';
	width: 100%;
	padding-top: calc((1 / 2) * 100%);
}
.pm-item-image {
	position: absolute;
	top: 0; right: 0;
	left: 0; bottom: 0;
	text-align: center;
}
.pm-item-image img {
	height: 100%;
	width: auto;
}
.pm-media-count {
	position: absolute;
	right: 5px; bottom: 5px;
	display: flex;
	width: 40px; height: 40px;
	align-items: center;
	justify-content: center;
	background-color: #d24950;
	color: #fff;
	font-size: 17px;
	font-weight: 800;
	border-radius: 50%;
	pointer-events: none;
}
.pm-media-count::before {
	content: '+';
	margin-right: 1px;
}
.pm-item-header {}
.pm-item-header > a {
	color: #444;
	font-weight: bold;
	font-size: 16px;
	text-decoration: none;
}
.pm-item-date::after {
	content: '|';
	display: inline-block;
	margin: 0 5px;
	transform: translateY(-1px);
}
.pm-item-title { 
	display: inline;
	font-size: inherit; 
}
.pm-item-subheader > a {
	color: inherit;
	text-decoration: none;
}
.pm-item-short {
	margin-top: 15px;
	margin-bottom: 30px;
}
.pm-item-short > a {
	color: inherit;
	text-decoration: none;
}

.pm-item.is-top-news {
    order: 1;
}

/* Press newsletter */
.press-newsletter .main .container {
	width: 660px;
}
.press-newsletter-header {
	margin-bottom: 15px;
	font-size: 85%;
	color: #c30c15;
}
.press-newsletter-header h3 {
	color: #222;
}
.press-newsletter-divider {
	border: none;
	height: 2px;
	margin-top: 30px;
	margin-bottom: 30px;
	background-color: #eaeaea;
}
.press-newsletter-image:not(:last-child) {
	margin-bottom: 40px;
}
.press-newsletter-image-description {
	margin-top: 10px;
	padding-left: 15px;
	padding-right: 15px;
	font-style: italic;
}
.press-newsletter-content {
	margin-bottom: 30px;
}
.press-newsletter-text {
	margin-bottom: 30px;
}
.press-newsletter-content.is-small-font {
	font-size: 85%;
}
.press-newsletter-content.is-custom-frame {
	padding: 15px;
	border: 2px dashed #c30c15;
}
.press-newsletter-content.is-custom-frame .press-newsletter-header {
	color: inherit;
}
.press-newsletter-content.is-custom-frame .press-newsletter-text:last-child {
	margin-bottom: 0;
}
.press-newsletter-content.is-custom-frame .press-newsletter-text:last-child p:last-child {
	margin-bottom: 0;
}
.press-newsletter-tipp {
	margin-bottom: 30px;
	display: flex;
	background-color: #eee;
}
.press-newsletter-tipp-text {
    display: flex;
    align-items: center;
	text-align: center;
	padding: 15px;
	font-style: italic;
}
.press-newsletter-tipp-image {
	flex: 0 0 35%;
	align-self: center;
}
.press-newsletter-tipp-image img {
	max-width: none;
	width: 100%;
	vertical-align: bottom;
}

@media only screen and (max-width: 740px) {
	.pm-teaser-list-items .pm-item {
		width: 100%;
		margin-bottom: 30px;
	}
}

/* Newsletter subscription */
#presseverteilerv2-9315 .element-gridrow-1,
#presseverteilerv2-9315 .element-gridrow-2 {
	display: none;
}
/*
#presseverteilerv2-10635 .element-radiobutton-1,
#presseverteilerv2-10635 .element-radiobutton-1 .form-group {
	margin-bottom: 0;
}*/
/* Search */
.search-form {
	margin-bottom: 40px;
	position: relative;
}
.search-form__combination {
	width: 70%;
	position: relative;
	border: none;
}
.search-form--is-disabled .search-form__combination:after {
	content: '';
	position: absolute;
	top: 0; right: 0; bottom: 0; left: 0;
	background-color: #ccc;
	opacity: 0.3;
	cursor: not-allowed;
}
.search-form__term {
	width: 100%;
	padding: 10px 14px;
	font-family: 'cewe-text-regular', Arial, sans-serif;
	font-size: 16px;
	color: inherit;
	border: none;
	border: 1px solid #ddd;
	border-radius: 2px 0px 0px 2px;
}
.search-form__term:focus {
	border-color: #ccc;
}
.search-form__term:focus + .search-form__submit {
	border-color: #ccc;
}

.search-form__submit {
	position: absolute;
	width: 42px;
	right: 0; top: 0; bottom: 0;
	color: #888;
	background-color: #fff;
	background-image: linear-gradient(to bottom, #fff, #f8f8f8);
	border: 1px solid #ddd;
	font-size: 21px;
	cursor: pointer;
}
.search-form__submit:focus {
	color: #777;
	background-image: linear-gradient(to bottom, #fff, #f4f4f4);
}
.search-form__submit:active {
	color: #666;
	background-image: linear-gradient(to bottom, #fff, #f1f1f1);
}

/* Results */
.search-result__teaser .hit { color: #c30c15; }
.search-result__count { 
	margin-bottom: 20px; 
	font-size: 22px;
}
.search-result__items {
	margin-bottom: 20px;
}
.search-result__item {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #eee;
}
.search-result__number {
	margin-right: 3px;
}
.search-result__title > a {
	color: #666;
}
.search-result__teaser { margin-top: 6px; }
.search-result__teaser a { text-decoration: none; color: inherit; }

/* Pagebrowser */
.page-browser__nav { margin: 15px 0; }
.page-browser__nav ul {
	overflow: hidden;
}
.page-browser__nav li {
	float: left;
	margin-right: 6px;
	margin-bottom: 6px;
	list-style-type: none;
}
.page-browser__nav li > a {
	display: inline-block;
	padding: 3px 9px;
	background-color: #fff;
	border: 1px solid #ddd;
	text-decoration: none;
	color: #777;
}
.page-browser__nav li > a.current { 
	background-color: #c30c15; 
	border-color: #c30c15;
	color: #fff;
}



/* Variants */
.search-form--news {
	margin-bottom: 40px;
}


@media only screen and (max-width: 640px) {
	.search-form__combination { width: auto; }
}
.signet-container {
    position: absolute;
    right: 0;
    z-index: 90;
    transform: translateX(350px);
    transition: transform .8s ease;
    filter: drop-shadow(0px 0px 4px rgba(0,0,0,.3));
}
.signet-container.is-active {
    transform: translateX(0) !important;
}
.signet-image {
    float: left;
    cursor: pointer;
}
.signet-image img {
    height: auto;
}
.signet-title {
    display: block;
    margin-bottom: 7px;
}
.signet-title.sm { 
    display: none; 
    padding: 15px;
    padding-bottom: 0;
}
.signet-content {
    width: 350px;
    height: 192px;
    background-color: #e1e1e1;
    overflow: hidden;
    padding: 15px;
    font-size: 12px;
    hyphens: auto;
}

/* youtube-container */
.signet-content .youtube-container {
    display: flex;
    height: 100%;
}
.signet-content .youtube-container iframe {
    /*height: auto;
    width: 270px;*/
    width: 100%;
    height: auto;
}

@media (max-width: 1024px) {
    .signet-container {
        position: static;
        transform: unset !important;
        filter: unset;
        background-color: #e1e1e1;
        margin-bottom: 25px;
    }
    .signet-container.youtube-video {
        display: flex;
    }
    .signet-container.youtube-video .signet-image {
        float: none;
    }
    .signet-container.youtube-video .signet-image img {
        display: block;
    }
    .signet-container.youtube-video .signet-content {
        flex-grow: 1;
    }
    .signet-title { display: none; }
    .signet-title.sm { display: block; }
    .signet-content {
        width: auto !important;
        height: auto !important;
        overflow: unset;
        font-size: unset;
    }
    .signet-image {
        width: 40%;
        padding: 15px;
        margin-right: 10px;
    }
    .signet-image img {
        width: 100%;
        height: auto;
    }

}
/* Layout sections and everything that does not fit anywhere else */
.main { 
	position: relative; 
	z-index: 5; 
	min-height: 500px; 
}
.page-layout-base__no-header .main {
	margin-top: 130px;
}
.section-bg {
	margin-bottom: 60px;
}
.section-bg-lightgray {
	background-color: rgb(228, 228, 228);
	border: 1px solid rgb(228, 228, 228);
}
.section-bg-lightgray > :first-child {
	margin-top: 60px;
}

.main .row .col-md-12 {
	display: flex;
	flex-direction: column;
}
/*
.main .row .col-md-12 > * {
	flex: 1;
}
*/

.page-uid-356 .content-slider-ctype-mask_headerimage {
	margin-top: 60px;
}

.lift {
	position: fixed;
	z-index: 99;
	left: 50%;
	bottom: 20px;
	display: inline-block;
	padding: 10px;
	margin-left: 620px;
	border-radius: 50%;
	font-size: 24px;
	background-color: rgba(0, 0, 0, 0.15);
	color: #fff;
	text-decoration: none;
	transition: background-color 0.18s ease, opacity 0.18s ease;
	opacity: 0;
	pointer-events: none;
}
.lift.lift--visible { opacity: 1; pointer-events: auto; }
.lift:hover,
.lift:focus {
	background-color: rgba(0, 0, 0, 0.3);
}

/* IR IFrame */
#ir-embed iframe {
	width: 100%;
	height: 530px;
}
.mfp-iframe-scaler iframe { background-color: #fff; }
.mfp-iframe-holder { padding-left: 60px; padding-right: 60px; }
.mfp-iframe-holder .mfp-close { font-size: 50px; right: -50px; top: -50px; }

@media only screen and (max-width: 1360px) {
	.lift { 
		margin-left: 0; 
		right: 40px; left: auto; 
	}
}

@media only screen and (max-width: 1370px) {
	.container { width: 96%; }
}

/* Print optimization */

@media print {
	/* Datenschutz optimieren */
	.page-uid-42 .header,
	.page-uid-42 .feature,
	.page-uid-42 .content-box-quickcontact,
	.page-uid-42 .footer {
		display: none;
	}
	.page-uid-42 .container {
		width: auto !important;
	}
}