@charset "UTF-8";

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
button {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block
}

body {
	line-height: 1
}

ol,
ul {
	list-style: none
}

blockquote,
q {
	quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none
}

/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
	display: block
}

audio,
canvas,
video {
	display: inline-block
}

audio:not([controls]) {
	display: none;
	height: 0
}

[hidden],
template {
	display: none
}

html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%
}

body {
	margin: 0
}

a {
	background: transparent
}

a:focus {
	outline: thin dotted
}

a:active,
a:hover {
	outline: 0
}

abbr[title] {
	border-bottom: 1px dotted
}

dfn {
	font-style: italic
}

hr {
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0
}

mark {
	background: #ff0;
	color: #000
}

code,
kbd,
pre,
samp {
	font-family: monospace, serif;
	font-size: 1em
}

pre {
	white-space: pre-wrap
}

q {
	quotes: "“" "”" "‘" "’"
}

small {
	font-size: 80%
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline
}

sup {
	top: -.5em
}

sub {
	bottom: -.25em
}

img {
	border: 0
}

svg:not(:root) {
	overflow: hidden
}

figure {
	margin: 0
}

fieldset {
	padding: 0;
	margin: 0
}

legend {
	border: 0;
	padding: 0
}

button,
input,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	margin: 0
}

button,
input {
	line-height: normal
}

button,
select {
	text-transform: none
}

button {
	background: none;
	border: 0
}

button:focus {
	outline: 0
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
	-webkit-appearance: button;
	cursor: pointer;
	outline: none;
	border: none
}

button[disabled],
html input[disabled] {
	cursor: default
}

input[type=checkbox],
input[type=radio] {
	box-sizing: border-box;
	padding: 0
}

input[type=search] {
	-webkit-appearance: textfield;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
	-webkit-appearance: none
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0
}

textarea {
	overflow: auto;
	vertical-align: top
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

/*!
 * Bootstrap Grid v4.6.2 (https://getbootstrap.com/)
 * Copyright 2011-2022 The Bootstrap Authors
 * Copyright 2011-2022 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
html {
	box-sizing: border-box;
	-ms-overflow-style: scrollbar
}

*,
*:before,
*:after {
	box-sizing: inherit
}

.container,
.container-fluid,
.container-xl3,
.container-xl2,
.container-xl,
.container-lg,
.container-md,
.container-sm {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto
}

@media (min-width: 576px) {

	.container-sm,
	.container {
		max-width: 540px
	}
}

@media (min-width: 768px) {

	.container-md,
	.container-sm,
	.container {
		max-width: 720px
	}
}

@media (min-width: 992px) {

	.container-lg,
	.container-md,
	.container-sm,
	.container {
		max-width: 960px
	}
}

@media (min-width: 1260px) {

	.container-xl,
	.container-lg,
	.container-md,
	.container-sm,
	.container {
		max-width: 1200px
	}
}

@media (min-width: 1430px) {

	.container-xl2,
	.container-xl,
	.container-lg,
	.container-md,
	.container-sm,
	.container {
		max-width: 1370px
	}
}

@media (min-width: 1630px) {

	.container-xl3,
	.container-xl2,
	.container-xl,
	.container-lg,
	.container-md,
	.container-sm,
	.container {
		max-width: 1570px
	}
}

.row {
	display: flex;
	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-xl3,
.col-xl3-auto,
.col-xl3-12,
.col-xl3-11,
.col-xl3-10,
.col-xl3-9,
.col-xl3-8,
.col-xl3-7,
.col-xl3-6,
.col-xl3-5,
.col-xl3-4,
.col-xl3-3,
.col-xl3-2,
.col-xl3-1,
.col-xl2,
.col-xl2-auto,
.col-xl2-12,
.col-xl2-11,
.col-xl2-10,
.col-xl2-9,
.col-xl2-8,
.col-xl2-7,
.col-xl2-6,
.col-xl2-5,
.col-xl2-4,
.col-xl2-3,
.col-xl2-2,
.col-xl2-1,
.col-xl,
.col-xl-auto,
.col-xl-12,
.col-xl-11,
.col-xl-10,
.col-xl-9,
.col-xl-8,
.col-xl-7,
.col-xl-6,
.col-xl-5,
.col-xl-4,
.col-xl-3,
.col-xl-2,
.col-xl-1,
.col-lg,
.col-lg-auto,
.col-lg-12,
.col-lg-11,
.col-lg-10,
.col-lg-9,
.col-lg-8,
.col-lg-7,
.col-lg-6,
.col-lg-5,
.col-lg-4,
.col-lg-3,
.col-lg-2,
.col-lg-1,
.col-md,
.col-md-auto,
.col-md-12,
.col-md-11,
.col-md-10,
.col-md-9,
.col-md-8,
.col-md-7,
.col-md-6,
.col-md-5,
.col-md-4,
.col-md-3,
.col-md-2,
.col-md-1,
.col-sm,
.col-sm-auto,
.col-sm-12,
.col-sm-11,
.col-sm-10,
.col-sm-9,
.col-sm-8,
.col-sm-7,
.col-sm-6,
.col-sm-5,
.col-sm-4,
.col-sm-3,
.col-sm-2,
.col-sm-1,
.col,
.col-auto,
.col-12,
.col-11,
.col-10,
.col-9,
.col-8,
.col-7,
.col-6,
.col-5,
.col-4,
.col-3,
.col-2,
.col-1 {
	position: relative;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px
}

.col {
	flex-basis: 0;
	flex-grow: 1;
	max-width: 100%
}

.row-cols-1>* {
	flex: 0 0 100%;
	max-width: 100%
}

.row-cols-2>* {
	flex: 0 0 50%;
	max-width: 50%
}

.row-cols-3>* {
	flex: 0 0 33.3333333333%;
	max-width: 33.3333333333%
}

.row-cols-4>* {
	flex: 0 0 25%;
	max-width: 25%
}

.row-cols-5>* {
	flex: 0 0 20%;
	max-width: 20%
}

.row-cols-6>* {
	flex: 0 0 16.6666666667%;
	max-width: 16.6666666667%
}

.col-auto {
	flex: 0 0 auto;
	width: auto;
	max-width: 100%
}

.col-1 {
	flex: 0 0 8.33333333%;
	max-width: 8.33333333%
}

.col-2 {
	flex: 0 0 16.66666667%;
	max-width: 16.66666667%
}

.col-3 {
	flex: 0 0 25%;
	max-width: 25%
}

.col-4 {
	flex: 0 0 33.33333333%;
	max-width: 33.33333333%
}

.col-5 {
	flex: 0 0 41.66666667%;
	max-width: 41.66666667%
}

.col-6 {
	flex: 0 0 50%;
	max-width: 50%
}

.col-7 {
	flex: 0 0 58.33333333%;
	max-width: 58.33333333%
}

.col-8 {
	flex: 0 0 66.66666667%;
	max-width: 66.66666667%
}

.col-9 {
	flex: 0 0 75%;
	max-width: 75%
}

.col-10 {
	flex: 0 0 83.33333333%;
	max-width: 83.33333333%
}

.col-11 {
	flex: 0 0 91.66666667%;
	max-width: 91.66666667%
}

.col-12 {
	flex: 0 0 100%;
	max-width: 100%
}

.order-first {
	order: -1
}

.order-last {
	order: 13
}

.order-0 {
	order: 0
}

.order-1 {
	order: 1
}

.order-2 {
	order: 2
}

.order-3 {
	order: 3
}

.order-4 {
	order: 4
}

.order-5 {
	order: 5
}

.order-6 {
	order: 6
}

.order-7 {
	order: 7
}

.order-8 {
	order: 8
}

.order-9 {
	order: 9
}

.order-10 {
	order: 10
}

.order-11 {
	order: 11
}

.order-12 {
	order: 12
}

.offset-1 {
	margin-left: 8.33333333%
}

.offset-2 {
	margin-left: 16.66666667%
}

.offset-3 {
	margin-left: 25%
}

.offset-4 {
	margin-left: 33.33333333%
}

.offset-5 {
	margin-left: 41.66666667%
}

.offset-6 {
	margin-left: 50%
}

.offset-7 {
	margin-left: 58.33333333%
}

.offset-8 {
	margin-left: 66.66666667%
}

.offset-9 {
	margin-left: 75%
}

.offset-10 {
	margin-left: 83.33333333%
}

.offset-11 {
	margin-left: 91.66666667%
}

@media (min-width: 576px) {
	.col-sm {
		flex-basis: 0;
		flex-grow: 1;
		max-width: 100%
	}

	.row-cols-sm-1>* {
		flex: 0 0 100%;
		max-width: 100%
	}

	.row-cols-sm-2>* {
		flex: 0 0 50%;
		max-width: 50%
	}

	.row-cols-sm-3>* {
		flex: 0 0 33.3333333333%;
		max-width: 33.3333333333%
	}

	.row-cols-sm-4>* {
		flex: 0 0 25%;
		max-width: 25%
	}

	.row-cols-sm-5>* {
		flex: 0 0 20%;
		max-width: 20%
	}

	.row-cols-sm-6>* {
		flex: 0 0 16.6666666667%;
		max-width: 16.6666666667%
	}

	.col-sm-auto {
		flex: 0 0 auto;
		width: auto;
		max-width: 100%
	}

	.col-sm-1 {
		flex: 0 0 8.33333333%;
		max-width: 8.33333333%
	}

	.col-sm-2 {
		flex: 0 0 16.66666667%;
		max-width: 16.66666667%
	}

	.col-sm-3 {
		flex: 0 0 25%;
		max-width: 25%
	}

	.col-sm-4 {
		flex: 0 0 33.33333333%;
		max-width: 33.33333333%
	}

	.col-sm-5 {
		flex: 0 0 41.66666667%;
		max-width: 41.66666667%
	}

	.col-sm-6 {
		flex: 0 0 50%;
		max-width: 50%
	}

	.col-sm-7 {
		flex: 0 0 58.33333333%;
		max-width: 58.33333333%
	}

	.col-sm-8 {
		flex: 0 0 66.66666667%;
		max-width: 66.66666667%
	}

	.col-sm-9 {
		flex: 0 0 75%;
		max-width: 75%
	}

	.col-sm-10 {
		flex: 0 0 83.33333333%;
		max-width: 83.33333333%
	}

	.col-sm-11 {
		flex: 0 0 91.66666667%;
		max-width: 91.66666667%
	}

	.col-sm-12 {
		flex: 0 0 100%;
		max-width: 100%
	}

	.order-sm-first {
		order: -1
	}

	.order-sm-last {
		order: 13
	}

	.order-sm-0 {
		order: 0
	}

	.order-sm-1 {
		order: 1
	}

	.order-sm-2 {
		order: 2
	}

	.order-sm-3 {
		order: 3
	}

	.order-sm-4 {
		order: 4
	}

	.order-sm-5 {
		order: 5
	}

	.order-sm-6 {
		order: 6
	}

	.order-sm-7 {
		order: 7
	}

	.order-sm-8 {
		order: 8
	}

	.order-sm-9 {
		order: 9
	}

	.order-sm-10 {
		order: 10
	}

	.order-sm-11 {
		order: 11
	}

	.order-sm-12 {
		order: 12
	}

	.offset-sm-0 {
		margin-left: 0
	}

	.offset-sm-1 {
		margin-left: 8.33333333%
	}

	.offset-sm-2 {
		margin-left: 16.66666667%
	}

	.offset-sm-3 {
		margin-left: 25%
	}

	.offset-sm-4 {
		margin-left: 33.33333333%
	}

	.offset-sm-5 {
		margin-left: 41.66666667%
	}

	.offset-sm-6 {
		margin-left: 50%
	}

	.offset-sm-7 {
		margin-left: 58.33333333%
	}

	.offset-sm-8 {
		margin-left: 66.66666667%
	}

	.offset-sm-9 {
		margin-left: 75%
	}

	.offset-sm-10 {
		margin-left: 83.33333333%
	}

	.offset-sm-11 {
		margin-left: 91.66666667%
	}
}

@media (min-width: 768px) {
	.col-md {
		flex-basis: 0;
		flex-grow: 1;
		max-width: 100%
	}

	.row-cols-md-1>* {
		flex: 0 0 100%;
		max-width: 100%
	}

	.row-cols-md-2>* {
		flex: 0 0 50%;
		max-width: 50%
	}

	.row-cols-md-3>* {
		flex: 0 0 33.3333333333%;
		max-width: 33.3333333333%
	}

	.row-cols-md-4>* {
		flex: 0 0 25%;
		max-width: 25%
	}

	.row-cols-md-5>* {
		flex: 0 0 20%;
		max-width: 20%
	}

	.row-cols-md-6>* {
		flex: 0 0 16.6666666667%;
		max-width: 16.6666666667%
	}

	.col-md-auto {
		flex: 0 0 auto;
		width: auto;
		max-width: 100%
	}

	.col-md-1 {
		flex: 0 0 8.33333333%;
		max-width: 8.33333333%
	}

	.col-md-2 {
		flex: 0 0 16.66666667%;
		max-width: 16.66666667%
	}

	.col-md-3 {
		flex: 0 0 25%;
		max-width: 25%
	}

	.col-md-4 {
		flex: 0 0 33.33333333%;
		max-width: 33.33333333%
	}

	.col-md-5 {
		flex: 0 0 41.66666667%;
		max-width: 41.66666667%
	}

	.col-md-6 {
		flex: 0 0 50%;
		max-width: 50%
	}

	.col-md-7 {
		flex: 0 0 58.33333333%;
		max-width: 58.33333333%
	}

	.col-md-8 {
		flex: 0 0 66.66666667%;
		max-width: 66.66666667%
	}

	.col-md-9 {
		flex: 0 0 75%;
		max-width: 75%
	}

	.col-md-10 {
		flex: 0 0 83.33333333%;
		max-width: 83.33333333%
	}

	.col-md-11 {
		flex: 0 0 91.66666667%;
		max-width: 91.66666667%
	}

	.col-md-12 {
		flex: 0 0 100%;
		max-width: 100%
	}

	.order-md-first {
		order: -1
	}

	.order-md-last {
		order: 13
	}

	.order-md-0 {
		order: 0
	}

	.order-md-1 {
		order: 1
	}

	.order-md-2 {
		order: 2
	}

	.order-md-3 {
		order: 3
	}

	.order-md-4 {
		order: 4
	}

	.order-md-5 {
		order: 5
	}

	.order-md-6 {
		order: 6
	}

	.order-md-7 {
		order: 7
	}

	.order-md-8 {
		order: 8
	}

	.order-md-9 {
		order: 9
	}

	.order-md-10 {
		order: 10
	}

	.order-md-11 {
		order: 11
	}

	.order-md-12 {
		order: 12
	}

	.offset-md-0 {
		margin-left: 0
	}

	.offset-md-1 {
		margin-left: 8.33333333%
	}

	.offset-md-2 {
		margin-left: 16.66666667%
	}

	.offset-md-3 {
		margin-left: 25%
	}

	.offset-md-4 {
		margin-left: 33.33333333%
	}

	.offset-md-5 {
		margin-left: 41.66666667%
	}

	.offset-md-6 {
		margin-left: 50%
	}

	.offset-md-7 {
		margin-left: 58.33333333%
	}

	.offset-md-8 {
		margin-left: 66.66666667%
	}

	.offset-md-9 {
		margin-left: 75%
	}

	.offset-md-10 {
		margin-left: 83.33333333%
	}

	.offset-md-11 {
		margin-left: 91.66666667%
	}
}

@media (min-width: 992px) {
	.col-lg {
		flex-basis: 0;
		flex-grow: 1;
		max-width: 100%
	}

	.row-cols-lg-1>* {
		flex: 0 0 100%;
		max-width: 100%
	}

	.row-cols-lg-2>* {
		flex: 0 0 50%;
		max-width: 50%
	}

	.row-cols-lg-3>* {
		flex: 0 0 33.3333333333%;
		max-width: 33.3333333333%
	}

	.row-cols-lg-4>* {
		flex: 0 0 25%;
		max-width: 25%
	}

	.row-cols-lg-5>* {
		flex: 0 0 20%;
		max-width: 20%
	}

	.row-cols-lg-6>* {
		flex: 0 0 16.6666666667%;
		max-width: 16.6666666667%
	}

	.col-lg-auto {
		flex: 0 0 auto;
		width: auto;
		max-width: 100%
	}

	.col-lg-1 {
		flex: 0 0 8.33333333%;
		max-width: 8.33333333%
	}

	.col-lg-2 {
		flex: 0 0 16.66666667%;
		max-width: 16.66666667%
	}

	.col-lg-3 {
		flex: 0 0 25%;
		max-width: 25%
	}

	.col-lg-4 {
		flex: 0 0 33.33333333%;
		max-width: 33.33333333%
	}

	.col-lg-5 {
		flex: 0 0 41.66666667%;
		max-width: 41.66666667%
	}

	.col-lg-6 {
		flex: 0 0 50%;
		max-width: 50%
	}

	.col-lg-7 {
		flex: 0 0 58.33333333%;
		max-width: 58.33333333%
	}

	.col-lg-8 {
		flex: 0 0 66.66666667%;
		max-width: 66.66666667%
	}

	.col-lg-9 {
		flex: 0 0 75%;
		max-width: 75%
	}

	.col-lg-10 {
		flex: 0 0 83.33333333%;
		max-width: 83.33333333%
	}

	.col-lg-11 {
		flex: 0 0 91.66666667%;
		max-width: 91.66666667%
	}

	.col-lg-12 {
		flex: 0 0 100%;
		max-width: 100%
	}

	.order-lg-first {
		order: -1
	}

	.order-lg-last {
		order: 13
	}

	.order-lg-0 {
		order: 0
	}

	.order-lg-1 {
		order: 1
	}

	.order-lg-2 {
		order: 2
	}

	.order-lg-3 {
		order: 3
	}

	.order-lg-4 {
		order: 4
	}

	.order-lg-5 {
		order: 5
	}

	.order-lg-6 {
		order: 6
	}

	.order-lg-7 {
		order: 7
	}

	.order-lg-8 {
		order: 8
	}

	.order-lg-9 {
		order: 9
	}

	.order-lg-10 {
		order: 10
	}

	.order-lg-11 {
		order: 11
	}

	.order-lg-12 {
		order: 12
	}

	.offset-lg-0 {
		margin-left: 0
	}

	.offset-lg-1 {
		margin-left: 8.33333333%
	}

	.offset-lg-2 {
		margin-left: 16.66666667%
	}

	.offset-lg-3 {
		margin-left: 25%
	}

	.offset-lg-4 {
		margin-left: 33.33333333%
	}

	.offset-lg-5 {
		margin-left: 41.66666667%
	}

	.offset-lg-6 {
		margin-left: 50%
	}

	.offset-lg-7 {
		margin-left: 58.33333333%
	}

	.offset-lg-8 {
		margin-left: 66.66666667%
	}

	.offset-lg-9 {
		margin-left: 75%
	}

	.offset-lg-10 {
		margin-left: 83.33333333%
	}

	.offset-lg-11 {
		margin-left: 91.66666667%
	}
}

@media (min-width: 1260px) {
	.col-xl {
		flex-basis: 0;
		flex-grow: 1;
		max-width: 100%
	}

	.row-cols-xl-1>* {
		flex: 0 0 100%;
		max-width: 100%
	}

	.row-cols-xl-2>* {
		flex: 0 0 50%;
		max-width: 50%
	}

	.row-cols-xl-3>* {
		flex: 0 0 33.3333333333%;
		max-width: 33.3333333333%
	}

	.row-cols-xl-4>* {
		flex: 0 0 25%;
		max-width: 25%
	}

	.row-cols-xl-5>* {
		flex: 0 0 20%;
		max-width: 20%
	}

	.row-cols-xl-6>* {
		flex: 0 0 16.6666666667%;
		max-width: 16.6666666667%
	}

	.col-xl-auto {
		flex: 0 0 auto;
		width: auto;
		max-width: 100%
	}

	.col-xl-1 {
		flex: 0 0 8.33333333%;
		max-width: 8.33333333%
	}

	.col-xl-2 {
		flex: 0 0 16.66666667%;
		max-width: 16.66666667%
	}

	.col-xl-3 {
		flex: 0 0 25%;
		max-width: 25%
	}

	.col-xl-4 {
		flex: 0 0 33.33333333%;
		max-width: 33.33333333%
	}

	.col-xl-5 {
		flex: 0 0 41.66666667%;
		max-width: 41.66666667%
	}

	.col-xl-6 {
		flex: 0 0 50%;
		max-width: 50%
	}

	.col-xl-7 {
		flex: 0 0 58.33333333%;
		max-width: 58.33333333%
	}

	.col-xl-8 {
		flex: 0 0 66.66666667%;
		max-width: 66.66666667%
	}

	.col-xl-9 {
		flex: 0 0 75%;
		max-width: 75%
	}

	.col-xl-10 {
		flex: 0 0 83.33333333%;
		max-width: 83.33333333%
	}

	.col-xl-11 {
		flex: 0 0 91.66666667%;
		max-width: 91.66666667%
	}

	.col-xl-12 {
		flex: 0 0 100%;
		max-width: 100%
	}

	.order-xl-first {
		order: -1
	}

	.order-xl-last {
		order: 13
	}

	.order-xl-0 {
		order: 0
	}

	.order-xl-1 {
		order: 1
	}

	.order-xl-2 {
		order: 2
	}

	.order-xl-3 {
		order: 3
	}

	.order-xl-4 {
		order: 4
	}

	.order-xl-5 {
		order: 5
	}

	.order-xl-6 {
		order: 6
	}

	.order-xl-7 {
		order: 7
	}

	.order-xl-8 {
		order: 8
	}

	.order-xl-9 {
		order: 9
	}

	.order-xl-10 {
		order: 10
	}

	.order-xl-11 {
		order: 11
	}

	.order-xl-12 {
		order: 12
	}

	.offset-xl-0 {
		margin-left: 0
	}

	.offset-xl-1 {
		margin-left: 8.33333333%
	}

	.offset-xl-2 {
		margin-left: 16.66666667%
	}

	.offset-xl-3 {
		margin-left: 25%
	}

	.offset-xl-4 {
		margin-left: 33.33333333%
	}

	.offset-xl-5 {
		margin-left: 41.66666667%
	}

	.offset-xl-6 {
		margin-left: 50%
	}

	.offset-xl-7 {
		margin-left: 58.33333333%
	}

	.offset-xl-8 {
		margin-left: 66.66666667%
	}

	.offset-xl-9 {
		margin-left: 75%
	}

	.offset-xl-10 {
		margin-left: 83.33333333%
	}

	.offset-xl-11 {
		margin-left: 91.66666667%
	}
}

@media (min-width: 1430px) {
	.col-xl2 {
		flex-basis: 0;
		flex-grow: 1;
		max-width: 100%
	}

	.row-cols-xl2-1>* {
		flex: 0 0 100%;
		max-width: 100%
	}

	.row-cols-xl2-2>* {
		flex: 0 0 50%;
		max-width: 50%
	}

	.row-cols-xl2-3>* {
		flex: 0 0 33.3333333333%;
		max-width: 33.3333333333%
	}

	.row-cols-xl2-4>* {
		flex: 0 0 25%;
		max-width: 25%
	}

	.row-cols-xl2-5>* {
		flex: 0 0 20%;
		max-width: 20%
	}

	.row-cols-xl2-6>* {
		flex: 0 0 16.6666666667%;
		max-width: 16.6666666667%
	}

	.col-xl2-auto {
		flex: 0 0 auto;
		width: auto;
		max-width: 100%
	}

	.col-xl2-1 {
		flex: 0 0 8.33333333%;
		max-width: 8.33333333%
	}

	.col-xl2-2 {
		flex: 0 0 16.66666667%;
		max-width: 16.66666667%
	}

	.col-xl2-3 {
		flex: 0 0 25%;
		max-width: 25%
	}

	.col-xl2-4 {
		flex: 0 0 33.33333333%;
		max-width: 33.33333333%
	}

	.col-xl2-5 {
		flex: 0 0 41.66666667%;
		max-width: 41.66666667%
	}

	.col-xl2-6 {
		flex: 0 0 50%;
		max-width: 50%
	}

	.col-xl2-7 {
		flex: 0 0 58.33333333%;
		max-width: 58.33333333%
	}

	.col-xl2-8 {
		flex: 0 0 66.66666667%;
		max-width: 66.66666667%
	}

	.col-xl2-9 {
		flex: 0 0 75%;
		max-width: 75%
	}

	.col-xl2-10 {
		flex: 0 0 83.33333333%;
		max-width: 83.33333333%
	}

	.col-xl2-11 {
		flex: 0 0 91.66666667%;
		max-width: 91.66666667%
	}

	.col-xl2-12 {
		flex: 0 0 100%;
		max-width: 100%
	}

	.order-xl2-first {
		order: -1
	}

	.order-xl2-last {
		order: 13
	}

	.order-xl2-0 {
		order: 0
	}

	.order-xl2-1 {
		order: 1
	}

	.order-xl2-2 {
		order: 2
	}

	.order-xl2-3 {
		order: 3
	}

	.order-xl2-4 {
		order: 4
	}

	.order-xl2-5 {
		order: 5
	}

	.order-xl2-6 {
		order: 6
	}

	.order-xl2-7 {
		order: 7
	}

	.order-xl2-8 {
		order: 8
	}

	.order-xl2-9 {
		order: 9
	}

	.order-xl2-10 {
		order: 10
	}

	.order-xl2-11 {
		order: 11
	}

	.order-xl2-12 {
		order: 12
	}

	.offset-xl2-0 {
		margin-left: 0
	}

	.offset-xl2-1 {
		margin-left: 8.33333333%
	}

	.offset-xl2-2 {
		margin-left: 16.66666667%
	}

	.offset-xl2-3 {
		margin-left: 25%
	}

	.offset-xl2-4 {
		margin-left: 33.33333333%
	}

	.offset-xl2-5 {
		margin-left: 41.66666667%
	}

	.offset-xl2-6 {
		margin-left: 50%
	}

	.offset-xl2-7 {
		margin-left: 58.33333333%
	}

	.offset-xl2-8 {
		margin-left: 66.66666667%
	}

	.offset-xl2-9 {
		margin-left: 75%
	}

	.offset-xl2-10 {
		margin-left: 83.33333333%
	}

	.offset-xl2-11 {
		margin-left: 91.66666667%
	}
}

@media (min-width: 1630px) {
	.col-xl3 {
		flex-basis: 0;
		flex-grow: 1;
		max-width: 100%
	}

	.row-cols-xl3-1>* {
		flex: 0 0 100%;
		max-width: 100%
	}

	.row-cols-xl3-2>* {
		flex: 0 0 50%;
		max-width: 50%
	}

	.row-cols-xl3-3>* {
		flex: 0 0 33.3333333333%;
		max-width: 33.3333333333%
	}

	.row-cols-xl3-4>* {
		flex: 0 0 25%;
		max-width: 25%
	}

	.row-cols-xl3-5>* {
		flex: 0 0 20%;
		max-width: 20%
	}

	.row-cols-xl3-6>* {
		flex: 0 0 16.6666666667%;
		max-width: 16.6666666667%
	}

	.col-xl3-auto {
		flex: 0 0 auto;
		width: auto;
		max-width: 100%
	}

	.col-xl3-1 {
		flex: 0 0 8.33333333%;
		max-width: 8.33333333%
	}

	.col-xl3-2 {
		flex: 0 0 16.66666667%;
		max-width: 16.66666667%
	}

	.col-xl3-3 {
		flex: 0 0 25%;
		max-width: 25%
	}

	.col-xl3-4 {
		flex: 0 0 33.33333333%;
		max-width: 33.33333333%
	}

	.col-xl3-5 {
		flex: 0 0 41.66666667%;
		max-width: 41.66666667%
	}

	.col-xl3-6 {
		flex: 0 0 50%;
		max-width: 50%
	}

	.col-xl3-7 {
		flex: 0 0 58.33333333%;
		max-width: 58.33333333%
	}

	.col-xl3-8 {
		flex: 0 0 66.66666667%;
		max-width: 66.66666667%
	}

	.col-xl3-9 {
		flex: 0 0 75%;
		max-width: 75%
	}

	.col-xl3-10 {
		flex: 0 0 83.33333333%;
		max-width: 83.33333333%
	}

	.col-xl3-11 {
		flex: 0 0 91.66666667%;
		max-width: 91.66666667%
	}

	.col-xl3-12 {
		flex: 0 0 100%;
		max-width: 100%
	}

	.order-xl3-first {
		order: -1
	}

	.order-xl3-last {
		order: 13
	}

	.order-xl3-0 {
		order: 0
	}

	.order-xl3-1 {
		order: 1
	}

	.order-xl3-2 {
		order: 2
	}

	.order-xl3-3 {
		order: 3
	}

	.order-xl3-4 {
		order: 4
	}

	.order-xl3-5 {
		order: 5
	}

	.order-xl3-6 {
		order: 6
	}

	.order-xl3-7 {
		order: 7
	}

	.order-xl3-8 {
		order: 8
	}

	.order-xl3-9 {
		order: 9
	}

	.order-xl3-10 {
		order: 10
	}

	.order-xl3-11 {
		order: 11
	}

	.order-xl3-12 {
		order: 12
	}

	.offset-xl3-0 {
		margin-left: 0
	}

	.offset-xl3-1 {
		margin-left: 8.33333333%
	}

	.offset-xl3-2 {
		margin-left: 16.66666667%
	}

	.offset-xl3-3 {
		margin-left: 25%
	}

	.offset-xl3-4 {
		margin-left: 33.33333333%
	}

	.offset-xl3-5 {
		margin-left: 41.66666667%
	}

	.offset-xl3-6 {
		margin-left: 50%
	}

	.offset-xl3-7 {
		margin-left: 58.33333333%
	}

	.offset-xl3-8 {
		margin-left: 66.66666667%
	}

	.offset-xl3-9 {
		margin-left: 75%
	}

	.offset-xl3-10 {
		margin-left: 83.33333333%
	}

	.offset-xl3-11 {
		margin-left: 91.66666667%
	}
}

.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: flex !important
}

.d-inline-flex {
	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: flex !important
	}

	.d-sm-inline-flex {
		display: inline-flex !important
	}
}

@media (min-width: 768px) {
	.d-md-none {
		display: none !important
	}

	.d-md-inline {
		display: inline !important
	}

	.d-md-inline-block {
		display: inline-block !important
	}

	.d-md-block {
		display: block !important
	}

	.d-md-table {
		display: table !important
	}

	.d-md-table-row {
		display: table-row !important
	}

	.d-md-table-cell {
		display: table-cell !important
	}

	.d-md-flex {
		display: flex !important
	}

	.d-md-inline-flex {
		display: inline-flex !important
	}
}

@media (min-width: 992px) {
	.d-lg-none {
		display: none !important
	}

	.d-lg-inline {
		display: inline !important
	}

	.d-lg-inline-block {
		display: inline-block !important
	}

	.d-lg-block {
		display: block !important
	}

	.d-lg-table {
		display: table !important
	}

	.d-lg-table-row {
		display: table-row !important
	}

	.d-lg-table-cell {
		display: table-cell !important
	}

	.d-lg-flex {
		display: flex !important
	}

	.d-lg-inline-flex {
		display: inline-flex !important
	}
}

@media (min-width: 1260px) {
	.d-xl-none {
		display: none !important
	}

	.d-xl-inline {
		display: inline !important
	}

	.d-xl-inline-block {
		display: inline-block !important
	}

	.d-xl-block {
		display: block !important
	}

	.d-xl-table {
		display: table !important
	}

	.d-xl-table-row {
		display: table-row !important
	}

	.d-xl-table-cell {
		display: table-cell !important
	}

	.d-xl-flex {
		display: flex !important
	}

	.d-xl-inline-flex {
		display: inline-flex !important
	}
}

@media (min-width: 1430px) {
	.d-xl2-none {
		display: none !important
	}

	.d-xl2-inline {
		display: inline !important
	}

	.d-xl2-inline-block {
		display: inline-block !important
	}

	.d-xl2-block {
		display: block !important
	}

	.d-xl2-table {
		display: table !important
	}

	.d-xl2-table-row {
		display: table-row !important
	}

	.d-xl2-table-cell {
		display: table-cell !important
	}

	.d-xl2-flex {
		display: flex !important
	}

	.d-xl2-inline-flex {
		display: inline-flex !important
	}
}

@media (min-width: 1630px) {
	.d-xl3-none {
		display: none !important
	}

	.d-xl3-inline {
		display: inline !important
	}

	.d-xl3-inline-block {
		display: inline-block !important
	}

	.d-xl3-block {
		display: block !important
	}

	.d-xl3-table {
		display: table !important
	}

	.d-xl3-table-row {
		display: table-row !important
	}

	.d-xl3-table-cell {
		display: table-cell !important
	}

	.d-xl3-flex {
		display: flex !important
	}

	.d-xl3-inline-flex {
		display: inline-flex !important
	}
}

@media print {
	.d-print-none {
		display: none !important
	}

	.d-print-inline {
		display: inline !important
	}

	.d-print-inline-block {
		display: inline-block !important
	}

	.d-print-block {
		display: block !important
	}

	.d-print-table {
		display: table !important
	}

	.d-print-table-row {
		display: table-row !important
	}

	.d-print-table-cell {
		display: table-cell !important
	}

	.d-print-flex {
		display: flex !important
	}

	.d-print-inline-flex {
		display: inline-flex !important
	}
}

.flex-row {
	flex-direction: row !important
}

.flex-column {
	flex-direction: column !important
}

.flex-row-reverse {
	flex-direction: row-reverse !important
}

.flex-column-reverse {
	flex-direction: column-reverse !important
}

.flex-wrap {
	flex-wrap: wrap !important
}

.flex-nowrap {
	flex-wrap: nowrap !important
}

.flex-wrap-reverse {
	flex-wrap: wrap-reverse !important
}

.flex-fill {
	flex: 1 1 auto !important
}

.flex-grow-0 {
	flex-grow: 0 !important
}

.flex-grow-1 {
	flex-grow: 1 !important
}

.flex-shrink-0 {
	flex-shrink: 0 !important
}

.flex-shrink-1 {
	flex-shrink: 1 !important
}

.justify-content-start {
	justify-content: flex-start !important
}

.justify-content-end {
	justify-content: flex-end !important
}

.justify-content-center {
	justify-content: center !important
}

.justify-content-between {
	justify-content: space-between !important
}

.justify-content-around {
	justify-content: space-around !important
}

.align-items-start {
	align-items: flex-start !important
}

.align-items-end {
	align-items: flex-end !important
}

.align-items-center {
	align-items: center !important
}

.align-items-baseline {
	align-items: baseline !important
}

.align-items-stretch {
	align-items: stretch !important
}

.align-content-start {
	align-content: flex-start !important
}

.align-content-end {
	align-content: flex-end !important
}

.align-content-center {
	align-content: center !important
}

.align-content-between {
	align-content: space-between !important
}

.align-content-around {
	align-content: space-around !important
}

.align-content-stretch {
	align-content: stretch !important
}

.align-self-auto {
	align-self: auto !important
}

.align-self-start {
	align-self: flex-start !important
}

.align-self-end {
	align-self: flex-end !important
}

.align-self-center {
	align-self: center !important
}

.align-self-baseline {
	align-self: baseline !important
}

.align-self-stretch {
	align-self: stretch !important
}

@media (min-width: 576px) {
	.flex-sm-row {
		flex-direction: row !important
	}

	.flex-sm-column {
		flex-direction: column !important
	}

	.flex-sm-row-reverse {
		flex-direction: row-reverse !important
	}

	.flex-sm-column-reverse {
		flex-direction: column-reverse !important
	}

	.flex-sm-wrap {
		flex-wrap: wrap !important
	}

	.flex-sm-nowrap {
		flex-wrap: nowrap !important
	}

	.flex-sm-wrap-reverse {
		flex-wrap: wrap-reverse !important
	}

	.flex-sm-fill {
		flex: 1 1 auto !important
	}

	.flex-sm-grow-0 {
		flex-grow: 0 !important
	}

	.flex-sm-grow-1 {
		flex-grow: 1 !important
	}

	.flex-sm-shrink-0 {
		flex-shrink: 0 !important
	}

	.flex-sm-shrink-1 {
		flex-shrink: 1 !important
	}

	.justify-content-sm-start {
		justify-content: flex-start !important
	}

	.justify-content-sm-end {
		justify-content: flex-end !important
	}

	.justify-content-sm-center {
		justify-content: center !important
	}

	.justify-content-sm-between {
		justify-content: space-between !important
	}

	.justify-content-sm-around {
		justify-content: space-around !important
	}

	.align-items-sm-start {
		align-items: flex-start !important
	}

	.align-items-sm-end {
		align-items: flex-end !important
	}

	.align-items-sm-center {
		align-items: center !important
	}

	.align-items-sm-baseline {
		align-items: baseline !important
	}

	.align-items-sm-stretch {
		align-items: stretch !important
	}

	.align-content-sm-start {
		align-content: flex-start !important
	}

	.align-content-sm-end {
		align-content: flex-end !important
	}

	.align-content-sm-center {
		align-content: center !important
	}

	.align-content-sm-between {
		align-content: space-between !important
	}

	.align-content-sm-around {
		align-content: space-around !important
	}

	.align-content-sm-stretch {
		align-content: stretch !important
	}

	.align-self-sm-auto {
		align-self: auto !important
	}

	.align-self-sm-start {
		align-self: flex-start !important
	}

	.align-self-sm-end {
		align-self: flex-end !important
	}

	.align-self-sm-center {
		align-self: center !important
	}

	.align-self-sm-baseline {
		align-self: baseline !important
	}

	.align-self-sm-stretch {
		align-self: stretch !important
	}
}

@media (min-width: 768px) {
	.flex-md-row {
		flex-direction: row !important
	}

	.flex-md-column {
		flex-direction: column !important
	}

	.flex-md-row-reverse {
		flex-direction: row-reverse !important
	}

	.flex-md-column-reverse {
		flex-direction: column-reverse !important
	}

	.flex-md-wrap {
		flex-wrap: wrap !important
	}

	.flex-md-nowrap {
		flex-wrap: nowrap !important
	}

	.flex-md-wrap-reverse {
		flex-wrap: wrap-reverse !important
	}

	.flex-md-fill {
		flex: 1 1 auto !important
	}

	.flex-md-grow-0 {
		flex-grow: 0 !important
	}

	.flex-md-grow-1 {
		flex-grow: 1 !important
	}

	.flex-md-shrink-0 {
		flex-shrink: 0 !important
	}

	.flex-md-shrink-1 {
		flex-shrink: 1 !important
	}

	.justify-content-md-start {
		justify-content: flex-start !important
	}

	.justify-content-md-end {
		justify-content: flex-end !important
	}

	.justify-content-md-center {
		justify-content: center !important
	}

	.justify-content-md-between {
		justify-content: space-between !important
	}

	.justify-content-md-around {
		justify-content: space-around !important
	}

	.align-items-md-start {
		align-items: flex-start !important
	}

	.align-items-md-end {
		align-items: flex-end !important
	}

	.align-items-md-center {
		align-items: center !important
	}

	.align-items-md-baseline {
		align-items: baseline !important
	}

	.align-items-md-stretch {
		align-items: stretch !important
	}

	.align-content-md-start {
		align-content: flex-start !important
	}

	.align-content-md-end {
		align-content: flex-end !important
	}

	.align-content-md-center {
		align-content: center !important
	}

	.align-content-md-between {
		align-content: space-between !important
	}

	.align-content-md-around {
		align-content: space-around !important
	}

	.align-content-md-stretch {
		align-content: stretch !important
	}

	.align-self-md-auto {
		align-self: auto !important
	}

	.align-self-md-start {
		align-self: flex-start !important
	}

	.align-self-md-end {
		align-self: flex-end !important
	}

	.align-self-md-center {
		align-self: center !important
	}

	.align-self-md-baseline {
		align-self: baseline !important
	}

	.align-self-md-stretch {
		align-self: stretch !important
	}
}

@media (min-width: 992px) {
	.flex-lg-row {
		flex-direction: row !important
	}

	.flex-lg-column {
		flex-direction: column !important
	}

	.flex-lg-row-reverse {
		flex-direction: row-reverse !important
	}

	.flex-lg-column-reverse {
		flex-direction: column-reverse !important
	}

	.flex-lg-wrap {
		flex-wrap: wrap !important
	}

	.flex-lg-nowrap {
		flex-wrap: nowrap !important
	}

	.flex-lg-wrap-reverse {
		flex-wrap: wrap-reverse !important
	}

	.flex-lg-fill {
		flex: 1 1 auto !important
	}

	.flex-lg-grow-0 {
		flex-grow: 0 !important
	}

	.flex-lg-grow-1 {
		flex-grow: 1 !important
	}

	.flex-lg-shrink-0 {
		flex-shrink: 0 !important
	}

	.flex-lg-shrink-1 {
		flex-shrink: 1 !important
	}

	.justify-content-lg-start {
		justify-content: flex-start !important
	}

	.justify-content-lg-end {
		justify-content: flex-end !important
	}

	.justify-content-lg-center {
		justify-content: center !important
	}

	.justify-content-lg-between {
		justify-content: space-between !important
	}

	.justify-content-lg-around {
		justify-content: space-around !important
	}

	.align-items-lg-start {
		align-items: flex-start !important
	}

	.align-items-lg-end {
		align-items: flex-end !important
	}

	.align-items-lg-center {
		align-items: center !important
	}

	.align-items-lg-baseline {
		align-items: baseline !important
	}

	.align-items-lg-stretch {
		align-items: stretch !important
	}

	.align-content-lg-start {
		align-content: flex-start !important
	}

	.align-content-lg-end {
		align-content: flex-end !important
	}

	.align-content-lg-center {
		align-content: center !important
	}

	.align-content-lg-between {
		align-content: space-between !important
	}

	.align-content-lg-around {
		align-content: space-around !important
	}

	.align-content-lg-stretch {
		align-content: stretch !important
	}

	.align-self-lg-auto {
		align-self: auto !important
	}

	.align-self-lg-start {
		align-self: flex-start !important
	}

	.align-self-lg-end {
		align-self: flex-end !important
	}

	.align-self-lg-center {
		align-self: center !important
	}

	.align-self-lg-baseline {
		align-self: baseline !important
	}

	.align-self-lg-stretch {
		align-self: stretch !important
	}
}

@media (min-width: 1260px) {
	.flex-xl-row {
		flex-direction: row !important
	}

	.flex-xl-column {
		flex-direction: column !important
	}

	.flex-xl-row-reverse {
		flex-direction: row-reverse !important
	}

	.flex-xl-column-reverse {
		flex-direction: column-reverse !important
	}

	.flex-xl-wrap {
		flex-wrap: wrap !important
	}

	.flex-xl-nowrap {
		flex-wrap: nowrap !important
	}

	.flex-xl-wrap-reverse {
		flex-wrap: wrap-reverse !important
	}

	.flex-xl-fill {
		flex: 1 1 auto !important
	}

	.flex-xl-grow-0 {
		flex-grow: 0 !important
	}

	.flex-xl-grow-1 {
		flex-grow: 1 !important
	}

	.flex-xl-shrink-0 {
		flex-shrink: 0 !important
	}

	.flex-xl-shrink-1 {
		flex-shrink: 1 !important
	}

	.justify-content-xl-start {
		justify-content: flex-start !important
	}

	.justify-content-xl-end {
		justify-content: flex-end !important
	}

	.justify-content-xl-center {
		justify-content: center !important
	}

	.justify-content-xl-between {
		justify-content: space-between !important
	}

	.justify-content-xl-around {
		justify-content: space-around !important
	}

	.align-items-xl-start {
		align-items: flex-start !important
	}

	.align-items-xl-end {
		align-items: flex-end !important
	}

	.align-items-xl-center {
		align-items: center !important
	}

	.align-items-xl-baseline {
		align-items: baseline !important
	}

	.align-items-xl-stretch {
		align-items: stretch !important
	}

	.align-content-xl-start {
		align-content: flex-start !important
	}

	.align-content-xl-end {
		align-content: flex-end !important
	}

	.align-content-xl-center {
		align-content: center !important
	}

	.align-content-xl-between {
		align-content: space-between !important
	}

	.align-content-xl-around {
		align-content: space-around !important
	}

	.align-content-xl-stretch {
		align-content: stretch !important
	}

	.align-self-xl-auto {
		align-self: auto !important
	}

	.align-self-xl-start {
		align-self: flex-start !important
	}

	.align-self-xl-end {
		align-self: flex-end !important
	}

	.align-self-xl-center {
		align-self: center !important
	}

	.align-self-xl-baseline {
		align-self: baseline !important
	}

	.align-self-xl-stretch {
		align-self: stretch !important
	}
}

@media (min-width: 1430px) {
	.flex-xl2-row {
		flex-direction: row !important
	}

	.flex-xl2-column {
		flex-direction: column !important
	}

	.flex-xl2-row-reverse {
		flex-direction: row-reverse !important
	}

	.flex-xl2-column-reverse {
		flex-direction: column-reverse !important
	}

	.flex-xl2-wrap {
		flex-wrap: wrap !important
	}

	.flex-xl2-nowrap {
		flex-wrap: nowrap !important
	}

	.flex-xl2-wrap-reverse {
		flex-wrap: wrap-reverse !important
	}

	.flex-xl2-fill {
		flex: 1 1 auto !important
	}

	.flex-xl2-grow-0 {
		flex-grow: 0 !important
	}

	.flex-xl2-grow-1 {
		flex-grow: 1 !important
	}

	.flex-xl2-shrink-0 {
		flex-shrink: 0 !important
	}

	.flex-xl2-shrink-1 {
		flex-shrink: 1 !important
	}

	.justify-content-xl2-start {
		justify-content: flex-start !important
	}

	.justify-content-xl2-end {
		justify-content: flex-end !important
	}

	.justify-content-xl2-center {
		justify-content: center !important
	}

	.justify-content-xl2-between {
		justify-content: space-between !important
	}

	.justify-content-xl2-around {
		justify-content: space-around !important
	}

	.align-items-xl2-start {
		align-items: flex-start !important
	}

	.align-items-xl2-end {
		align-items: flex-end !important
	}

	.align-items-xl2-center {
		align-items: center !important
	}

	.align-items-xl2-baseline {
		align-items: baseline !important
	}

	.align-items-xl2-stretch {
		align-items: stretch !important
	}

	.align-content-xl2-start {
		align-content: flex-start !important
	}

	.align-content-xl2-end {
		align-content: flex-end !important
	}

	.align-content-xl2-center {
		align-content: center !important
	}

	.align-content-xl2-between {
		align-content: space-between !important
	}

	.align-content-xl2-around {
		align-content: space-around !important
	}

	.align-content-xl2-stretch {
		align-content: stretch !important
	}

	.align-self-xl2-auto {
		align-self: auto !important
	}

	.align-self-xl2-start {
		align-self: flex-start !important
	}

	.align-self-xl2-end {
		align-self: flex-end !important
	}

	.align-self-xl2-center {
		align-self: center !important
	}

	.align-self-xl2-baseline {
		align-self: baseline !important
	}

	.align-self-xl2-stretch {
		align-self: stretch !important
	}
}

@media (min-width: 1630px) {
	.flex-xl3-row {
		flex-direction: row !important
	}

	.flex-xl3-column {
		flex-direction: column !important
	}

	.flex-xl3-row-reverse {
		flex-direction: row-reverse !important
	}

	.flex-xl3-column-reverse {
		flex-direction: column-reverse !important
	}

	.flex-xl3-wrap {
		flex-wrap: wrap !important
	}

	.flex-xl3-nowrap {
		flex-wrap: nowrap !important
	}

	.flex-xl3-wrap-reverse {
		flex-wrap: wrap-reverse !important
	}

	.flex-xl3-fill {
		flex: 1 1 auto !important
	}

	.flex-xl3-grow-0 {
		flex-grow: 0 !important
	}

	.flex-xl3-grow-1 {
		flex-grow: 1 !important
	}

	.flex-xl3-shrink-0 {
		flex-shrink: 0 !important
	}

	.flex-xl3-shrink-1 {
		flex-shrink: 1 !important
	}

	.justify-content-xl3-start {
		justify-content: flex-start !important
	}

	.justify-content-xl3-end {
		justify-content: flex-end !important
	}

	.justify-content-xl3-center {
		justify-content: center !important
	}

	.justify-content-xl3-between {
		justify-content: space-between !important
	}

	.justify-content-xl3-around {
		justify-content: space-around !important
	}

	.align-items-xl3-start {
		align-items: flex-start !important
	}

	.align-items-xl3-end {
		align-items: flex-end !important
	}

	.align-items-xl3-center {
		align-items: center !important
	}

	.align-items-xl3-baseline {
		align-items: baseline !important
	}

	.align-items-xl3-stretch {
		align-items: stretch !important
	}

	.align-content-xl3-start {
		align-content: flex-start !important
	}

	.align-content-xl3-end {
		align-content: flex-end !important
	}

	.align-content-xl3-center {
		align-content: center !important
	}

	.align-content-xl3-between {
		align-content: space-between !important
	}

	.align-content-xl3-around {
		align-content: space-around !important
	}

	.align-content-xl3-stretch {
		align-content: stretch !important
	}

	.align-self-xl3-auto {
		align-self: auto !important
	}

	.align-self-xl3-start {
		align-self: flex-start !important
	}

	.align-self-xl3-end {
		align-self: flex-end !important
	}

	.align-self-xl3-center {
		align-self: center !important
	}

	.align-self-xl3-baseline {
		align-self: baseline !important
	}

	.align-self-xl3-stretch {
		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: .25rem !important
}

.mt-1,
.my-1 {
	margin-top: .25rem !important
}

.mr-1,
.mx-1 {
	margin-right: .25rem !important
}

.mb-1,
.my-1 {
	margin-bottom: .25rem !important
}

.ml-1,
.mx-1 {
	margin-left: .25rem !important
}

.m-2 {
	margin: .5rem !important
}

.mt-2,
.my-2 {
	margin-top: .5rem !important
}

.mr-2,
.mx-2 {
	margin-right: .5rem !important
}

.mb-2,
.my-2 {
	margin-bottom: .5rem !important
}

.ml-2,
.mx-2 {
	margin-left: .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: .25rem !important
}

.pt-1,
.py-1 {
	padding-top: .25rem !important
}

.pr-1,
.px-1 {
	padding-right: .25rem !important
}

.pb-1,
.py-1 {
	padding-bottom: .25rem !important
}

.pl-1,
.px-1 {
	padding-left: .25rem !important
}

.p-2 {
	padding: .5rem !important
}

.pt-2,
.py-2 {
	padding-top: .5rem !important
}

.pr-2,
.px-2 {
	padding-right: .5rem !important
}

.pb-2,
.py-2 {
	padding-bottom: .5rem !important
}

.pl-2,
.px-2 {
	padding-left: .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: -.25rem !important
}

.mt-n1,
.my-n1 {
	margin-top: -.25rem !important
}

.mr-n1,
.mx-n1 {
	margin-right: -.25rem !important
}

.mb-n1,
.my-n1 {
	margin-bottom: -.25rem !important
}

.ml-n1,
.mx-n1 {
	margin-left: -.25rem !important
}

.m-n2 {
	margin: -.5rem !important
}

.mt-n2,
.my-n2 {
	margin-top: -.5rem !important
}

.mr-n2,
.mx-n2 {
	margin-right: -.5rem !important
}

.mb-n2,
.my-n2 {
	margin-bottom: -.5rem !important
}

.ml-n2,
.mx-n2 {
	margin-left: -.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: .25rem !important
	}

	.mt-sm-1,
	.my-sm-1 {
		margin-top: .25rem !important
	}

	.mr-sm-1,
	.mx-sm-1 {
		margin-right: .25rem !important
	}

	.mb-sm-1,
	.my-sm-1 {
		margin-bottom: .25rem !important
	}

	.ml-sm-1,
	.mx-sm-1 {
		margin-left: .25rem !important
	}

	.m-sm-2 {
		margin: .5rem !important
	}

	.mt-sm-2,
	.my-sm-2 {
		margin-top: .5rem !important
	}

	.mr-sm-2,
	.mx-sm-2 {
		margin-right: .5rem !important
	}

	.mb-sm-2,
	.my-sm-2 {
		margin-bottom: .5rem !important
	}

	.ml-sm-2,
	.mx-sm-2 {
		margin-left: .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: .25rem !important
	}

	.pt-sm-1,
	.py-sm-1 {
		padding-top: .25rem !important
	}

	.pr-sm-1,
	.px-sm-1 {
		padding-right: .25rem !important
	}

	.pb-sm-1,
	.py-sm-1 {
		padding-bottom: .25rem !important
	}

	.pl-sm-1,
	.px-sm-1 {
		padding-left: .25rem !important
	}

	.p-sm-2 {
		padding: .5rem !important
	}

	.pt-sm-2,
	.py-sm-2 {
		padding-top: .5rem !important
	}

	.pr-sm-2,
	.px-sm-2 {
		padding-right: .5rem !important
	}

	.pb-sm-2,
	.py-sm-2 {
		padding-bottom: .5rem !important
	}

	.pl-sm-2,
	.px-sm-2 {
		padding-left: .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: -.25rem !important
	}

	.mt-sm-n1,
	.my-sm-n1 {
		margin-top: -.25rem !important
	}

	.mr-sm-n1,
	.mx-sm-n1 {
		margin-right: -.25rem !important
	}

	.mb-sm-n1,
	.my-sm-n1 {
		margin-bottom: -.25rem !important
	}

	.ml-sm-n1,
	.mx-sm-n1 {
		margin-left: -.25rem !important
	}

	.m-sm-n2 {
		margin: -.5rem !important
	}

	.mt-sm-n2,
	.my-sm-n2 {
		margin-top: -.5rem !important
	}

	.mr-sm-n2,
	.mx-sm-n2 {
		margin-right: -.5rem !important
	}

	.mb-sm-n2,
	.my-sm-n2 {
		margin-bottom: -.5rem !important
	}

	.ml-sm-n2,
	.mx-sm-n2 {
		margin-left: -.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: .25rem !important
	}

	.mt-md-1,
	.my-md-1 {
		margin-top: .25rem !important
	}

	.mr-md-1,
	.mx-md-1 {
		margin-right: .25rem !important
	}

	.mb-md-1,
	.my-md-1 {
		margin-bottom: .25rem !important
	}

	.ml-md-1,
	.mx-md-1 {
		margin-left: .25rem !important
	}

	.m-md-2 {
		margin: .5rem !important
	}

	.mt-md-2,
	.my-md-2 {
		margin-top: .5rem !important
	}

	.mr-md-2,
	.mx-md-2 {
		margin-right: .5rem !important
	}

	.mb-md-2,
	.my-md-2 {
		margin-bottom: .5rem !important
	}

	.ml-md-2,
	.mx-md-2 {
		margin-left: .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: .25rem !important
	}

	.pt-md-1,
	.py-md-1 {
		padding-top: .25rem !important
	}

	.pr-md-1,
	.px-md-1 {
		padding-right: .25rem !important
	}

	.pb-md-1,
	.py-md-1 {
		padding-bottom: .25rem !important
	}

	.pl-md-1,
	.px-md-1 {
		padding-left: .25rem !important
	}

	.p-md-2 {
		padding: .5rem !important
	}

	.pt-md-2,
	.py-md-2 {
		padding-top: .5rem !important
	}

	.pr-md-2,
	.px-md-2 {
		padding-right: .5rem !important
	}

	.pb-md-2,
	.py-md-2 {
		padding-bottom: .5rem !important
	}

	.pl-md-2,
	.px-md-2 {
		padding-left: .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: -.25rem !important
	}

	.mt-md-n1,
	.my-md-n1 {
		margin-top: -.25rem !important
	}

	.mr-md-n1,
	.mx-md-n1 {
		margin-right: -.25rem !important
	}

	.mb-md-n1,
	.my-md-n1 {
		margin-bottom: -.25rem !important
	}

	.ml-md-n1,
	.mx-md-n1 {
		margin-left: -.25rem !important
	}

	.m-md-n2 {
		margin: -.5rem !important
	}

	.mt-md-n2,
	.my-md-n2 {
		margin-top: -.5rem !important
	}

	.mr-md-n2,
	.mx-md-n2 {
		margin-right: -.5rem !important
	}

	.mb-md-n2,
	.my-md-n2 {
		margin-bottom: -.5rem !important
	}

	.ml-md-n2,
	.mx-md-n2 {
		margin-left: -.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: .25rem !important
	}

	.mt-lg-1,
	.my-lg-1 {
		margin-top: .25rem !important
	}

	.mr-lg-1,
	.mx-lg-1 {
		margin-right: .25rem !important
	}

	.mb-lg-1,
	.my-lg-1 {
		margin-bottom: .25rem !important
	}

	.ml-lg-1,
	.mx-lg-1 {
		margin-left: .25rem !important
	}

	.m-lg-2 {
		margin: .5rem !important
	}

	.mt-lg-2,
	.my-lg-2 {
		margin-top: .5rem !important
	}

	.mr-lg-2,
	.mx-lg-2 {
		margin-right: .5rem !important
	}

	.mb-lg-2,
	.my-lg-2 {
		margin-bottom: .5rem !important
	}

	.ml-lg-2,
	.mx-lg-2 {
		margin-left: .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: .25rem !important
	}

	.pt-lg-1,
	.py-lg-1 {
		padding-top: .25rem !important
	}

	.pr-lg-1,
	.px-lg-1 {
		padding-right: .25rem !important
	}

	.pb-lg-1,
	.py-lg-1 {
		padding-bottom: .25rem !important
	}

	.pl-lg-1,
	.px-lg-1 {
		padding-left: .25rem !important
	}

	.p-lg-2 {
		padding: .5rem !important
	}

	.pt-lg-2,
	.py-lg-2 {
		padding-top: .5rem !important
	}

	.pr-lg-2,
	.px-lg-2 {
		padding-right: .5rem !important
	}

	.pb-lg-2,
	.py-lg-2 {
		padding-bottom: .5rem !important
	}

	.pl-lg-2,
	.px-lg-2 {
		padding-left: .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: -.25rem !important
	}

	.mt-lg-n1,
	.my-lg-n1 {
		margin-top: -.25rem !important
	}

	.mr-lg-n1,
	.mx-lg-n1 {
		margin-right: -.25rem !important
	}

	.mb-lg-n1,
	.my-lg-n1 {
		margin-bottom: -.25rem !important
	}

	.ml-lg-n1,
	.mx-lg-n1 {
		margin-left: -.25rem !important
	}

	.m-lg-n2 {
		margin: -.5rem !important
	}

	.mt-lg-n2,
	.my-lg-n2 {
		margin-top: -.5rem !important
	}

	.mr-lg-n2,
	.mx-lg-n2 {
		margin-right: -.5rem !important
	}

	.mb-lg-n2,
	.my-lg-n2 {
		margin-bottom: -.5rem !important
	}

	.ml-lg-n2,
	.mx-lg-n2 {
		margin-left: -.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: 1260px) {
	.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: .25rem !important
	}

	.mt-xl-1,
	.my-xl-1 {
		margin-top: .25rem !important
	}

	.mr-xl-1,
	.mx-xl-1 {
		margin-right: .25rem !important
	}

	.mb-xl-1,
	.my-xl-1 {
		margin-bottom: .25rem !important
	}

	.ml-xl-1,
	.mx-xl-1 {
		margin-left: .25rem !important
	}

	.m-xl-2 {
		margin: .5rem !important
	}

	.mt-xl-2,
	.my-xl-2 {
		margin-top: .5rem !important
	}

	.mr-xl-2,
	.mx-xl-2 {
		margin-right: .5rem !important
	}

	.mb-xl-2,
	.my-xl-2 {
		margin-bottom: .5rem !important
	}

	.ml-xl-2,
	.mx-xl-2 {
		margin-left: .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: .25rem !important
	}

	.pt-xl-1,
	.py-xl-1 {
		padding-top: .25rem !important
	}

	.pr-xl-1,
	.px-xl-1 {
		padding-right: .25rem !important
	}

	.pb-xl-1,
	.py-xl-1 {
		padding-bottom: .25rem !important
	}

	.pl-xl-1,
	.px-xl-1 {
		padding-left: .25rem !important
	}

	.p-xl-2 {
		padding: .5rem !important
	}

	.pt-xl-2,
	.py-xl-2 {
		padding-top: .5rem !important
	}

	.pr-xl-2,
	.px-xl-2 {
		padding-right: .5rem !important
	}

	.pb-xl-2,
	.py-xl-2 {
		padding-bottom: .5rem !important
	}

	.pl-xl-2,
	.px-xl-2 {
		padding-left: .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: -.25rem !important
	}

	.mt-xl-n1,
	.my-xl-n1 {
		margin-top: -.25rem !important
	}

	.mr-xl-n1,
	.mx-xl-n1 {
		margin-right: -.25rem !important
	}

	.mb-xl-n1,
	.my-xl-n1 {
		margin-bottom: -.25rem !important
	}

	.ml-xl-n1,
	.mx-xl-n1 {
		margin-left: -.25rem !important
	}

	.m-xl-n2 {
		margin: -.5rem !important
	}

	.mt-xl-n2,
	.my-xl-n2 {
		margin-top: -.5rem !important
	}

	.mr-xl-n2,
	.mx-xl-n2 {
		margin-right: -.5rem !important
	}

	.mb-xl-n2,
	.my-xl-n2 {
		margin-bottom: -.5rem !important
	}

	.ml-xl-n2,
	.mx-xl-n2 {
		margin-left: -.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
	}
}

@media (min-width: 1430px) {
	.m-xl2-0 {
		margin: 0 !important
	}

	.mt-xl2-0,
	.my-xl2-0 {
		margin-top: 0 !important
	}

	.mr-xl2-0,
	.mx-xl2-0 {
		margin-right: 0 !important
	}

	.mb-xl2-0,
	.my-xl2-0 {
		margin-bottom: 0 !important
	}

	.ml-xl2-0,
	.mx-xl2-0 {
		margin-left: 0 !important
	}

	.m-xl2-1 {
		margin: .25rem !important
	}

	.mt-xl2-1,
	.my-xl2-1 {
		margin-top: .25rem !important
	}

	.mr-xl2-1,
	.mx-xl2-1 {
		margin-right: .25rem !important
	}

	.mb-xl2-1,
	.my-xl2-1 {
		margin-bottom: .25rem !important
	}

	.ml-xl2-1,
	.mx-xl2-1 {
		margin-left: .25rem !important
	}

	.m-xl2-2 {
		margin: .5rem !important
	}

	.mt-xl2-2,
	.my-xl2-2 {
		margin-top: .5rem !important
	}

	.mr-xl2-2,
	.mx-xl2-2 {
		margin-right: .5rem !important
	}

	.mb-xl2-2,
	.my-xl2-2 {
		margin-bottom: .5rem !important
	}

	.ml-xl2-2,
	.mx-xl2-2 {
		margin-left: .5rem !important
	}

	.m-xl2-3 {
		margin: 1rem !important
	}

	.mt-xl2-3,
	.my-xl2-3 {
		margin-top: 1rem !important
	}

	.mr-xl2-3,
	.mx-xl2-3 {
		margin-right: 1rem !important
	}

	.mb-xl2-3,
	.my-xl2-3 {
		margin-bottom: 1rem !important
	}

	.ml-xl2-3,
	.mx-xl2-3 {
		margin-left: 1rem !important
	}

	.m-xl2-4 {
		margin: 1.5rem !important
	}

	.mt-xl2-4,
	.my-xl2-4 {
		margin-top: 1.5rem !important
	}

	.mr-xl2-4,
	.mx-xl2-4 {
		margin-right: 1.5rem !important
	}

	.mb-xl2-4,
	.my-xl2-4 {
		margin-bottom: 1.5rem !important
	}

	.ml-xl2-4,
	.mx-xl2-4 {
		margin-left: 1.5rem !important
	}

	.m-xl2-5 {
		margin: 3rem !important
	}

	.mt-xl2-5,
	.my-xl2-5 {
		margin-top: 3rem !important
	}

	.mr-xl2-5,
	.mx-xl2-5 {
		margin-right: 3rem !important
	}

	.mb-xl2-5,
	.my-xl2-5 {
		margin-bottom: 3rem !important
	}

	.ml-xl2-5,
	.mx-xl2-5 {
		margin-left: 3rem !important
	}

	.p-xl2-0 {
		padding: 0 !important
	}

	.pt-xl2-0,
	.py-xl2-0 {
		padding-top: 0 !important
	}

	.pr-xl2-0,
	.px-xl2-0 {
		padding-right: 0 !important
	}

	.pb-xl2-0,
	.py-xl2-0 {
		padding-bottom: 0 !important
	}

	.pl-xl2-0,
	.px-xl2-0 {
		padding-left: 0 !important
	}

	.p-xl2-1 {
		padding: .25rem !important
	}

	.pt-xl2-1,
	.py-xl2-1 {
		padding-top: .25rem !important
	}

	.pr-xl2-1,
	.px-xl2-1 {
		padding-right: .25rem !important
	}

	.pb-xl2-1,
	.py-xl2-1 {
		padding-bottom: .25rem !important
	}

	.pl-xl2-1,
	.px-xl2-1 {
		padding-left: .25rem !important
	}

	.p-xl2-2 {
		padding: .5rem !important
	}

	.pt-xl2-2,
	.py-xl2-2 {
		padding-top: .5rem !important
	}

	.pr-xl2-2,
	.px-xl2-2 {
		padding-right: .5rem !important
	}

	.pb-xl2-2,
	.py-xl2-2 {
		padding-bottom: .5rem !important
	}

	.pl-xl2-2,
	.px-xl2-2 {
		padding-left: .5rem !important
	}

	.p-xl2-3 {
		padding: 1rem !important
	}

	.pt-xl2-3,
	.py-xl2-3 {
		padding-top: 1rem !important
	}

	.pr-xl2-3,
	.px-xl2-3 {
		padding-right: 1rem !important
	}

	.pb-xl2-3,
	.py-xl2-3 {
		padding-bottom: 1rem !important
	}

	.pl-xl2-3,
	.px-xl2-3 {
		padding-left: 1rem !important
	}

	.p-xl2-4 {
		padding: 1.5rem !important
	}

	.pt-xl2-4,
	.py-xl2-4 {
		padding-top: 1.5rem !important
	}

	.pr-xl2-4,
	.px-xl2-4 {
		padding-right: 1.5rem !important
	}

	.pb-xl2-4,
	.py-xl2-4 {
		padding-bottom: 1.5rem !important
	}

	.pl-xl2-4,
	.px-xl2-4 {
		padding-left: 1.5rem !important
	}

	.p-xl2-5 {
		padding: 3rem !important
	}

	.pt-xl2-5,
	.py-xl2-5 {
		padding-top: 3rem !important
	}

	.pr-xl2-5,
	.px-xl2-5 {
		padding-right: 3rem !important
	}

	.pb-xl2-5,
	.py-xl2-5 {
		padding-bottom: 3rem !important
	}

	.pl-xl2-5,
	.px-xl2-5 {
		padding-left: 3rem !important
	}

	.m-xl2-n1 {
		margin: -.25rem !important
	}

	.mt-xl2-n1,
	.my-xl2-n1 {
		margin-top: -.25rem !important
	}

	.mr-xl2-n1,
	.mx-xl2-n1 {
		margin-right: -.25rem !important
	}

	.mb-xl2-n1,
	.my-xl2-n1 {
		margin-bottom: -.25rem !important
	}

	.ml-xl2-n1,
	.mx-xl2-n1 {
		margin-left: -.25rem !important
	}

	.m-xl2-n2 {
		margin: -.5rem !important
	}

	.mt-xl2-n2,
	.my-xl2-n2 {
		margin-top: -.5rem !important
	}

	.mr-xl2-n2,
	.mx-xl2-n2 {
		margin-right: -.5rem !important
	}

	.mb-xl2-n2,
	.my-xl2-n2 {
		margin-bottom: -.5rem !important
	}

	.ml-xl2-n2,
	.mx-xl2-n2 {
		margin-left: -.5rem !important
	}

	.m-xl2-n3 {
		margin: -1rem !important
	}

	.mt-xl2-n3,
	.my-xl2-n3 {
		margin-top: -1rem !important
	}

	.mr-xl2-n3,
	.mx-xl2-n3 {
		margin-right: -1rem !important
	}

	.mb-xl2-n3,
	.my-xl2-n3 {
		margin-bottom: -1rem !important
	}

	.ml-xl2-n3,
	.mx-xl2-n3 {
		margin-left: -1rem !important
	}

	.m-xl2-n4 {
		margin: -1.5rem !important
	}

	.mt-xl2-n4,
	.my-xl2-n4 {
		margin-top: -1.5rem !important
	}

	.mr-xl2-n4,
	.mx-xl2-n4 {
		margin-right: -1.5rem !important
	}

	.mb-xl2-n4,
	.my-xl2-n4 {
		margin-bottom: -1.5rem !important
	}

	.ml-xl2-n4,
	.mx-xl2-n4 {
		margin-left: -1.5rem !important
	}

	.m-xl2-n5 {
		margin: -3rem !important
	}

	.mt-xl2-n5,
	.my-xl2-n5 {
		margin-top: -3rem !important
	}

	.mr-xl2-n5,
	.mx-xl2-n5 {
		margin-right: -3rem !important
	}

	.mb-xl2-n5,
	.my-xl2-n5 {
		margin-bottom: -3rem !important
	}

	.ml-xl2-n5,
	.mx-xl2-n5 {
		margin-left: -3rem !important
	}

	.m-xl2-auto {
		margin: auto !important
	}

	.mt-xl2-auto,
	.my-xl2-auto {
		margin-top: auto !important
	}

	.mr-xl2-auto,
	.mx-xl2-auto {
		margin-right: auto !important
	}

	.mb-xl2-auto,
	.my-xl2-auto {
		margin-bottom: auto !important
	}

	.ml-xl2-auto,
	.mx-xl2-auto {
		margin-left: auto !important
	}
}

@media (min-width: 1630px) {
	.m-xl3-0 {
		margin: 0 !important
	}

	.mt-xl3-0,
	.my-xl3-0 {
		margin-top: 0 !important
	}

	.mr-xl3-0,
	.mx-xl3-0 {
		margin-right: 0 !important
	}

	.mb-xl3-0,
	.my-xl3-0 {
		margin-bottom: 0 !important
	}

	.ml-xl3-0,
	.mx-xl3-0 {
		margin-left: 0 !important
	}

	.m-xl3-1 {
		margin: .25rem !important
	}

	.mt-xl3-1,
	.my-xl3-1 {
		margin-top: .25rem !important
	}

	.mr-xl3-1,
	.mx-xl3-1 {
		margin-right: .25rem !important
	}

	.mb-xl3-1,
	.my-xl3-1 {
		margin-bottom: .25rem !important
	}

	.ml-xl3-1,
	.mx-xl3-1 {
		margin-left: .25rem !important
	}

	.m-xl3-2 {
		margin: .5rem !important
	}

	.mt-xl3-2,
	.my-xl3-2 {
		margin-top: .5rem !important
	}

	.mr-xl3-2,
	.mx-xl3-2 {
		margin-right: .5rem !important
	}

	.mb-xl3-2,
	.my-xl3-2 {
		margin-bottom: .5rem !important
	}

	.ml-xl3-2,
	.mx-xl3-2 {
		margin-left: .5rem !important
	}

	.m-xl3-3 {
		margin: 1rem !important
	}

	.mt-xl3-3,
	.my-xl3-3 {
		margin-top: 1rem !important
	}

	.mr-xl3-3,
	.mx-xl3-3 {
		margin-right: 1rem !important
	}

	.mb-xl3-3,
	.my-xl3-3 {
		margin-bottom: 1rem !important
	}

	.ml-xl3-3,
	.mx-xl3-3 {
		margin-left: 1rem !important
	}

	.m-xl3-4 {
		margin: 1.5rem !important
	}

	.mt-xl3-4,
	.my-xl3-4 {
		margin-top: 1.5rem !important
	}

	.mr-xl3-4,
	.mx-xl3-4 {
		margin-right: 1.5rem !important
	}

	.mb-xl3-4,
	.my-xl3-4 {
		margin-bottom: 1.5rem !important
	}

	.ml-xl3-4,
	.mx-xl3-4 {
		margin-left: 1.5rem !important
	}

	.m-xl3-5 {
		margin: 3rem !important
	}

	.mt-xl3-5,
	.my-xl3-5 {
		margin-top: 3rem !important
	}

	.mr-xl3-5,
	.mx-xl3-5 {
		margin-right: 3rem !important
	}

	.mb-xl3-5,
	.my-xl3-5 {
		margin-bottom: 3rem !important
	}

	.ml-xl3-5,
	.mx-xl3-5 {
		margin-left: 3rem !important
	}

	.p-xl3-0 {
		padding: 0 !important
	}

	.pt-xl3-0,
	.py-xl3-0 {
		padding-top: 0 !important
	}

	.pr-xl3-0,
	.px-xl3-0 {
		padding-right: 0 !important
	}

	.pb-xl3-0,
	.py-xl3-0 {
		padding-bottom: 0 !important
	}

	.pl-xl3-0,
	.px-xl3-0 {
		padding-left: 0 !important
	}

	.p-xl3-1 {
		padding: .25rem !important
	}

	.pt-xl3-1,
	.py-xl3-1 {
		padding-top: .25rem !important
	}

	.pr-xl3-1,
	.px-xl3-1 {
		padding-right: .25rem !important
	}

	.pb-xl3-1,
	.py-xl3-1 {
		padding-bottom: .25rem !important
	}

	.pl-xl3-1,
	.px-xl3-1 {
		padding-left: .25rem !important
	}

	.p-xl3-2 {
		padding: .5rem !important
	}

	.pt-xl3-2,
	.py-xl3-2 {
		padding-top: .5rem !important
	}

	.pr-xl3-2,
	.px-xl3-2 {
		padding-right: .5rem !important
	}

	.pb-xl3-2,
	.py-xl3-2 {
		padding-bottom: .5rem !important
	}

	.pl-xl3-2,
	.px-xl3-2 {
		padding-left: .5rem !important
	}

	.p-xl3-3 {
		padding: 1rem !important
	}

	.pt-xl3-3,
	.py-xl3-3 {
		padding-top: 1rem !important
	}

	.pr-xl3-3,
	.px-xl3-3 {
		padding-right: 1rem !important
	}

	.pb-xl3-3,
	.py-xl3-3 {
		padding-bottom: 1rem !important
	}

	.pl-xl3-3,
	.px-xl3-3 {
		padding-left: 1rem !important
	}

	.p-xl3-4 {
		padding: 1.5rem !important
	}

	.pt-xl3-4,
	.py-xl3-4 {
		padding-top: 1.5rem !important
	}

	.pr-xl3-4,
	.px-xl3-4 {
		padding-right: 1.5rem !important
	}

	.pb-xl3-4,
	.py-xl3-4 {
		padding-bottom: 1.5rem !important
	}

	.pl-xl3-4,
	.px-xl3-4 {
		padding-left: 1.5rem !important
	}

	.p-xl3-5 {
		padding: 3rem !important
	}

	.pt-xl3-5,
	.py-xl3-5 {
		padding-top: 3rem !important
	}

	.pr-xl3-5,
	.px-xl3-5 {
		padding-right: 3rem !important
	}

	.pb-xl3-5,
	.py-xl3-5 {
		padding-bottom: 3rem !important
	}

	.pl-xl3-5,
	.px-xl3-5 {
		padding-left: 3rem !important
	}

	.m-xl3-n1 {
		margin: -.25rem !important
	}

	.mt-xl3-n1,
	.my-xl3-n1 {
		margin-top: -.25rem !important
	}

	.mr-xl3-n1,
	.mx-xl3-n1 {
		margin-right: -.25rem !important
	}

	.mb-xl3-n1,
	.my-xl3-n1 {
		margin-bottom: -.25rem !important
	}

	.ml-xl3-n1,
	.mx-xl3-n1 {
		margin-left: -.25rem !important
	}

	.m-xl3-n2 {
		margin: -.5rem !important
	}

	.mt-xl3-n2,
	.my-xl3-n2 {
		margin-top: -.5rem !important
	}

	.mr-xl3-n2,
	.mx-xl3-n2 {
		margin-right: -.5rem !important
	}

	.mb-xl3-n2,
	.my-xl3-n2 {
		margin-bottom: -.5rem !important
	}

	.ml-xl3-n2,
	.mx-xl3-n2 {
		margin-left: -.5rem !important
	}

	.m-xl3-n3 {
		margin: -1rem !important
	}

	.mt-xl3-n3,
	.my-xl3-n3 {
		margin-top: -1rem !important
	}

	.mr-xl3-n3,
	.mx-xl3-n3 {
		margin-right: -1rem !important
	}

	.mb-xl3-n3,
	.my-xl3-n3 {
		margin-bottom: -1rem !important
	}

	.ml-xl3-n3,
	.mx-xl3-n3 {
		margin-left: -1rem !important
	}

	.m-xl3-n4 {
		margin: -1.5rem !important
	}

	.mt-xl3-n4,
	.my-xl3-n4 {
		margin-top: -1.5rem !important
	}

	.mr-xl3-n4,
	.mx-xl3-n4 {
		margin-right: -1.5rem !important
	}

	.mb-xl3-n4,
	.my-xl3-n4 {
		margin-bottom: -1.5rem !important
	}

	.ml-xl3-n4,
	.mx-xl3-n4 {
		margin-left: -1.5rem !important
	}

	.m-xl3-n5 {
		margin: -3rem !important
	}

	.mt-xl3-n5,
	.my-xl3-n5 {
		margin-top: -3rem !important
	}

	.mr-xl3-n5,
	.mx-xl3-n5 {
		margin-right: -3rem !important
	}

	.mb-xl3-n5,
	.my-xl3-n5 {
		margin-bottom: -3rem !important
	}

	.ml-xl3-n5,
	.mx-xl3-n5 {
		margin-left: -3rem !important
	}

	.m-xl3-auto {
		margin: auto !important
	}

	.mt-xl3-auto,
	.my-xl3-auto {
		margin-top: auto !important
	}

	.mr-xl3-auto,
	.mx-xl3-auto {
		margin-right: auto !important
	}

	.mb-xl3-auto,
	.my-xl3-auto {
		margin-bottom: auto !important
	}

	.ml-xl3-auto,
	.mx-xl3-auto {
		margin-left: auto !important
	}
}

.icon-circle-notch-light:before {
	content: ""
}

.icon-mobile-light:before {
	content: ""
}

.icon-user-plus-light:before {
	content: ""
}

.icon-search-light:before {
	content: ""
}

.icon-exclamation-circle-light:before {
	content: ""
}

.icon-angle-down-light:before {
	content: ""
}

.icon-angle-left-light:before {
	content: ""
}

.icon-angle-right-light:before {
	content: ""
}

.icon-angle-up-light:before {
	content: ""
}

.icon-check-light:before {
	content: ""
}

.icon-cubes-light:before {
	content: ""
}

.icon-envelope-light:before {
	content: ""
}

.icon-external-link-alt-light:before {
	content: ""
}

.icon-file-download-light:before {
	content: ""
}

.icon-history-light:before {
	content: ""
}

.icon-info-light:before {
	content: ""
}

.icon-phone-light:before {
	content: ""
}

.icon-save-light:before {
	content: ""
}

.icon-shopping-cart-light:before {
	content: ""
}

.icon-sign-out-alt-light:before {
	content: ""
}

.icon-user-edit-light:before {
	content: ""
}

.icon-user-lock-light:before {
	content: ""
}

.icon-user-light:before {
	content: ""
}

.icon-users-cog-light:before {
	content: ""
}

.icon-branche-anwendung_fremdbelftung:before {
	content: ""
}

.icon-branche-fan-filter-units:before {
	content: ""
}

.icon-branche-photovoltaik_khlung:before {
	content: ""
}

.icon-branche-rlt-anlage:before {
	content: ""
}

.icon-Digitale_Welten:before {
	content: ""
}

.icon-Modernisierung:before {
	content: ""
}

.icon-produkte-Lufttechnik_Regeltechnik:before {
	content: ""
}

.icon-produkte-Systemkomponenten:before {
	content: ""
}

.icon-branche-dosentrocknung:before {
	content: ""
}

.icon-branche-ein-passende-ventilator:before {
	content: ""
}

.icon-branche-haftwasser-entfernung:before {
	content: ""
}

.icon-branche-investieren:before {
	content: ""
}

.icon-branche-investieren-lont-sich:before {
	content: ""
}

.icon-branche-kosten-senken:before {
	content: ""
}

.icon-branche-verschiedene-technologien:before {
	content: ""
}

.icon-branche-viele-baugroessen:before {
	content: ""
}

.icon-produkte-Aufzugsmotoren-Regeltechnik:before {
	content: ""
}

.icon-produkte-Aufzugsmotoren:before {
	content: ""
}

.icon-produkte-Axialventilatoren:before {
	content: ""
}

.icon-produkte-Motoren:before {
	content: ""
}

.icon-produkte-Prozessluft:before {
	content: ""
}

.icon-produkte-Radialventilatoren:before {
	content: ""
}

.icon-produkte-Spezialantriebe:before {
	content: ""
}

.icon-benefits-betriebsrestaurant:before {
	content: ""
}

.icon-benefits-betriebssportgruppen:before {
	content: ""
}

.icon-benefits-events:before {
	content: ""
}

.icon-benefits-flexible_arbeitszeiten:before {
	content: ""
}

.icon-benefits-gesundheitsangebote:before {
	content: ""
}

.icon-benefits-mitarbeiterrabatte:before {
	content: ""
}

.icon-benefits-mitarbeiterverguenstigung:before {
	content: ""
}

.icon-benefits-mobiles_arbeiten:before {
	content: ""
}

.icon-benefits-parkplatz:before {
	content: ""
}

.icon-benefits-verguetungssystem:before {
	content: ""
}

.icon-benefits-weiterbildung:before {
	content: ""
}

.icon-branche-absauganlagen:before {
	content: ""
}

.icon-branche-aktive_oberflaechenkuehlung:before {
	content: ""
}

.icon-branche-akustikwerte:before {
	content: ""
}

.icon-branche-auszeichnung:before {
	content: ""
}

.icon-branche-betriebsmodi_speichern:before {
	content: ""
}

.icon-branche-bionische_design:before {
	content: ""
}

.icon-branche-energieeffiz_ventilatorsystem:before {
	content: ""
}

.icon-branche-energieeffizienz_vent:before {
	content: ""
}

.icon-branche-ex-ventilatoren:before {
	content: ""
}

.icon-branche-gefaehrliche_umgebungen:before {
	content: ""
}

.icon-branche-hochleistungs-verbundstoffe:before {
	content: ""
}

.icon-branche-innovative_loesungen:before {
	content: ""
}

.icon-branche-kontrollierte_wohnraumlueftung:before {
	content: ""
}

.icon-branche-nutzlast_und_fahrgeschwindigkeit:before {
	content: ""
}

.icon-branche-oel_transformator:before {
	content: ""
}

.icon-branche-permanentmagneterregter_ZAtop:before {
	content: ""
}

.icon-branche-retro-fit_umruestung:before {
	content: ""
}

.icon-branche-schutz-gehaeuse:before {
	content: ""
}

.icon-branche-support_komplettloesungen:before {
	content: ""
}

.icon-branche-verlaesslicher_partner:before {
	content: ""
}

.icon-branche-wohlfuehlklima:before {
	content: ""
}

.icon-branche-ZAplus:before {
	content: ""
}

.icon-zacode-flexibilitaet:before {
	content: ""
}

.icon-zacode-kostensparend:before {
	content: ""
}

.icon-zacode-schnelligkeit:before {
	content: ""
}

.icon-zacode-sicher_zuverlaessig:before {
	content: ""
}

.icon-antriebstechnik:before {
	content: ""
}

.icon-aufzug:before {
	content: ""
}

.icon-automotive:before {
	content: ""
}

.icon-bahn:before {
	content: ""
}

.icon-belueftung_entlueftung:before {
	content: ""
}

.icon-chemische_und_petrochemische_technologie:before {
	content: ""
}

.icon-chiller:before {
	content: ""
}

.icon-container:before {
	content: ""
}

.icon-energie_und_umwelt:before {
	content: ""
}

.icon-frequenzumrichter:before {
	content: ""
}

.icon-gebaeude:before {
	content: ""
}

.icon-geraete-kuehltechnik:before {
	content: ""
}

.icon-getraenke:before {
	content: ""
}

.icon-hvac:before {
	content: ""
}

.icon-industrielle_kueche_baeckerei_konditorei:before {
	content: ""
}

.icon-it_telekommunukation:before {
	content: ""
}

.icon-kealtetechnik:before {
	content: ""
}

.icon-kompressoren:before {
	content: ""
}

.icon-kontrollierte_wohnraumlueftung:before {
	content: ""
}

.icon-kraftwerke:before {
	content: ""
}

.icon-kuehlkette:before {
	content: ""
}

.icon-kuehltheken_Kuehlschraenke:before {
	content: ""
}

.icon-kuehltuerme:before {
	content: ""
}

.icon-lackier--und-absauganlagen:before {
	content: ""
}

.icon-lagerung:before {
	content: ""
}

.icon-lastwagen:before {
	content: ""
}

.icon-lufttechnik:before {
	content: ""
}

.icon-maschinen_industrielle_prozesse:before {
	content: ""
}

.icon-medizinische_geraetetechnik:before {
	content: ""
}

.icon-mobile_anwendungen_fahrzeuge:before {
	content: ""
}

.icon-motoren:before {
	content: ""
}

.icon-nahrungskette:before {
	content: ""
}

.icon-nudeln_pasta_kaffee_tee_gewuerze_tabakwaren:before {
	content: ""
}

.icon-obst_gemuese_blumen:before {
	content: ""
}

.icon-photovoltaik_bioenergie_brennstoffzellen:before {
	content: ""
}

.icon-prozess-und-Industriekaelte:before {
	content: ""
}

.icon-rechenzentren-data-centers:before {
	content: ""
}

.icon-regeltechnik:before {
	content: ""
}

.icon-reinraum_und_medizintechnik:before {
	content: ""
}

.icon-reinraumarbeitsplaetze:before {
	content: ""
}

.icon-reinraumdecken:before {
	content: ""
}

.icon-schiffe:before {
	content: ""
}

.icon-strassennutzfahrzeuge_busse:before {
	content: ""
}

.icon-telekommunikation:before {
	content: ""
}

.icon-tier_fisch_meeresfruechte:before {
	content: ""
}

.icon-transformatoren:before {
	content: ""
}

.icon-trocknungstechnik:before {
	content: ""
}

.icon-verpackungs-und-produktionsmaschinen:before {
	content: ""
}

.icon-waermepumpen:before {
	content: ""
}

.icon-windenergie:before {
	content: ""
}

.icon-tiktok:before {
	content: ""
}

.icon-branche-mobile_applications:before {
	content: ""
}

.icon-branche-notstromgeneratoren:before {
	content: ""
}

.icon-branche-energiespeichersystemen:before {
	content: ""
}

.icon-branche-kompressoren:before {
	content: ""
}

.icon-branche-marine:before {
	content: ""
}

.icon-asterisk:before {
	content: ""
}

.icon-plus:before {
	content: ""
}

.icon-question:before {
	content: ""
}

.icon-minus:before {
	content: ""
}

.icon-glass:before {
	content: ""
}

.icon-music:before {
	content: ""
}

.icon-search:before {
	content: ""
}

.icon-envelope-o:before {
	content: ""
}

.icon-heart:before {
	content: ""
}

.icon-star:before {
	content: ""
}

.icon-star-o:before {
	content: ""
}

.icon-user:before {
	content: ""
}

.icon-film:before {
	content: ""
}

.icon-th-large:before {
	content: ""
}

.icon-th:before {
	content: ""
}

.icon-th-list:before {
	content: ""
}

.icon-check:before {
	content: ""
}

.icon-close:before {
	content: ""
}

.icon-remove:before {
	content: ""
}

.icon-times:before {
	content: ""
}

.icon-search-plus:before {
	content: ""
}

.icon-search-minus:before {
	content: ""
}

.icon-power-off:before {
	content: ""
}

.icon-signal:before {
	content: ""
}

.icon-cog:before {
	content: ""
}

.icon-gear:before {
	content: ""
}

.icon-trash-o:before {
	content: ""
}

.icon-home:before {
	content: ""
}

.icon-file-o:before {
	content: ""
}

.icon-clock-o:before {
	content: ""
}

.icon-road:before {
	content: ""
}

.icon-download:before {
	content: ""
}

.icon-arrow-circle-o-down:before {
	content: ""
}

.icon-arrow-circle-o-up:before {
	content: ""
}

.icon-inbox:before {
	content: ""
}

.icon-play-circle-o:before {
	content: ""
}

.icon-repeat:before {
	content: ""
}

.icon-rotate-right:before {
	content: ""
}

.icon-refresh:before {
	content: ""
}

.icon-list-alt:before {
	content: ""
}

.icon-lock:before {
	content: ""
}

.icon-flag:before {
	content: ""
}

.icon-headphones:before {
	content: ""
}

.icon-volume-off:before {
	content: ""
}

.icon-volume-down:before {
	content: ""
}

.icon-volume-up:before {
	content: ""
}

.icon-tag:before {
	content: ""
}

.icon-tags:before {
	content: ""
}

.icon-book:before {
	content: ""
}

.icon-bookmark:before {
	content: ""
}

.icon-print:before {
	content: ""
}

.icon-camera:before {
	content: ""
}

.icon-video-camera:before {
	content: ""
}

.icon-image:before {
	content: ""
}

.icon-photo:before {
	content: ""
}

.icon-picture-o:before {
	content: ""
}

.icon-pencil:before {
	content: ""
}

.icon-map-marker:before {
	content: ""
}

.icon-adjust:before {
	content: ""
}

.icon-tint:before {
	content: ""
}

.icon-edit:before {
	content: ""
}

.icon-pencil-square-o:before {
	content: ""
}

.icon-share-square-o:before {
	content: ""
}

.icon-check-square-o:before {
	content: ""
}

.icon-arrows:before {
	content: ""
}

.icon-step-backward:before {
	content: ""
}

.icon-fast-backward:before {
	content: ""
}

.icon-backward:before {
	content: ""
}

.icon-play:before {
	content: ""
}

.icon-pause:before {
	content: ""
}

.icon-stop:before {
	content: ""
}

.icon-forward:before {
	content: ""
}

.icon-fast-forward:before {
	content: ""
}

.icon-step-forward:before {
	content: ""
}

.icon-eject:before {
	content: ""
}

.icon-chevron-left:before {
	content: ""
}

.icon-chevron-right:before {
	content: ""
}

.icon-plus-circle:before {
	content: ""
}

.icon-minus-circle:before {
	content: ""
}

.icon-times-circle:before {
	content: ""
}

.icon-check-circle:before {
	content: ""
}

.icon-question-circle:before {
	content: ""
}

.icon-info-circle:before {
	content: ""
}

.icon-crosshairs:before {
	content: ""
}

.icon-times-circle-o:before {
	content: ""
}

.icon-check-circle-o:before {
	content: ""
}

.icon-ban:before {
	content: ""
}

.icon-arrow-left:before {
	content: ""
}

.icon-arrow-right:before {
	content: ""
}

.icon-arrow-up:before {
	content: ""
}

.icon-arrow-down:before {
	content: ""
}

.icon-mail-forward:before {
	content: ""
}

.icon-share:before {
	content: ""
}

.icon-expand:before {
	content: ""
}

.icon-compress:before {
	content: ""
}

.icon-exclamation-circle:before {
	content: ""
}

.icon-eye:before {
	content: ""
}

.icon-eye-slash:before {
	content: ""
}

.icon-exclamation-triangle:before {
	content: ""
}

.icon-warning:before {
	content: ""
}

.icon-plane:before {
	content: ""
}

.icon-calendar:before {
	content: ""
}

.icon-random:before {
	content: ""
}

.icon-comment:before {
	content: ""
}

.icon-magnet:before {
	content: ""
}

.icon-chevron-up:before {
	content: ""
}

.icon-chevron-down:before {
	content: ""
}

.icon-retweet:before {
	content: ""
}

.icon-shopping-cart:before {
	content: ""
}

.icon-folder:before {
	content: ""
}

.icon-folder-open:before {
	content: ""
}

.icon-arrows-v:before {
	content: ""
}

.icon-arrows-h:before {
	content: ""
}

.icon-bar-chart:before {
	content: ""
}

.icon-bar-chart-o:before {
	content: ""
}

.icon-twitter-square:before {
	content: ""
}

.icon-facebook-square:before {
	content: ""
}

.icon-camera-retro:before {
	content: ""
}

.icon-cogs:before {
	content: ""
}

.icon-gears:before {
	content: ""
}

.icon-comments:before {
	content: ""
}

.icon-thumbs-o-up:before {
	content: ""
}

.icon-thumbs-o-down:before {
	content: ""
}

.icon-star-half:before {
	content: ""
}

.icon-heart-o:before {
	content: ""
}

.icon-sign-out:before {
	content: ""
}

.icon-linkedin-square:before {
	content: ""
}

.icon-thumb-tack:before {
	content: ""
}

.icon-external-link:before {
	content: ""
}

.icon-sign-in:before {
	content: ""
}

.icon-trophy:before {
	content: ""
}

.icon-github-square:before {
	content: ""
}

.icon-upload:before {
	content: ""
}

.icon-lemon-o:before {
	content: ""
}

.icon-phone:before {
	content: ""
}

.icon-square-o:before {
	content: ""
}

.icon-bookmark-o:before {
	content: ""
}

.icon-phone-square:before {
	content: ""
}

.icon-twitter:before {
	content: ""
}

.icon-facebook:before {
	content: ""
}

.icon-facebook-f:before {
	content: ""
}

.icon-github:before {
	content: ""
}

.icon-unlock:before {
	content: ""
}

.icon-credit-card:before {
	content: ""
}

.icon-feed:before {
	content: ""
}

.icon-rss:before {
	content: ""
}

.icon-bullhorn:before {
	content: ""
}

.icon-bell-o:before {
	content: ""
}

.icon-arrow-circle-left:before {
	content: ""
}

.icon-arrow-circle-right:before {
	content: ""
}

.icon-arrow-circle-up:before {
	content: ""
}

.icon-arrow-circle-down:before {
	content: ""
}

.icon-globe:before {
	content: ""
}

.icon-wrench:before {
	content: ""
}

.icon-tasks:before {
	content: ""
}

.icon-filter:before {
	content: ""
}

.icon-briefcase:before {
	content: ""
}

.icon-arrows-alt:before {
	content: ""
}

.icon-group:before {
	content: ""
}

.icon-users:before {
	content: ""
}

.icon-chain:before {
	content: ""
}

.icon-link:before {
	content: ""
}

.icon-cloud:before {
	content: ""
}

.icon-flask:before {
	content: ""
}

.icon-cut:before {
	content: ""
}

.icon-scissors:before {
	content: ""
}

.icon-copy:before {
	content: ""
}

.icon-files-o:before {
	content: ""
}

.icon-paperclip:before {
	content: ""
}

.icon-floppy-o:before {
	content: ""
}

.icon-save:before {
	content: ""
}

.icon-square:before {
	content: ""
}

.icon-bars:before {
	content: ""
}

.icon-navicon:before {
	content: ""
}

.icon-reorder:before {
	content: ""
}

.icon-list-ul:before {
	content: ""
}

.icon-list-ol:before {
	content: ""
}

.icon-table:before {
	content: ""
}

.icon-magic:before {
	content: ""
}

.icon-truck:before {
	content: ""
}

.icon-pinterest:before {
	content: ""
}

.icon-pinterest-square:before {
	content: ""
}

.icon-caret-down:before {
	content: ""
}

.icon-caret-up:before {
	content: ""
}

.icon-caret-left:before {
	content: ""
}

.icon-caret-right:before {
	content: ""
}

.icon-columns:before {
	content: ""
}

.icon-sort:before {
	content: ""
}

.icon-unsorted:before {
	content: ""
}

.icon-sort-desc:before {
	content: ""
}

.icon-sort-down:before {
	content: ""
}

.icon-sort-asc:before {
	content: ""
}

.icon-sort-up:before {
	content: ""
}

.icon-envelope:before {
	content: ""
}

.icon-linkedin:before {
	content: ""
}

.icon-rotate-left:before {
	content: ""
}

.icon-undo:before {
	content: ""
}

.icon-comment-o:before {
	content: ""
}

.icon-comments-o:before {
	content: ""
}

.icon-bolt:before {
	content: ""
}

.icon-flash:before {
	content: ""
}

.icon-sitemap:before {
	content: ""
}

.icon-clipboard:before {
	content: ""
}

.icon-paste:before {
	content: ""
}

.icon-lightbulb-o:before {
	content: ""
}

.icon-exchange:before {
	content: ""
}

.icon-cloud-download:before {
	content: ""
}

.icon-cloud-upload:before {
	content: ""
}

.icon-user-md:before {
	content: ""
}

.icon-stethoscope:before {
	content: ""
}

.icon-suitcase:before {
	content: ""
}

.icon-bell:before {
	content: ""
}

.icon-coffee:before {
	content: ""
}

.icon-cutlery:before {
	content: ""
}

.icon-file-text-o:before {
	content: ""
}

.icon-building-o:before {
	content: ""
}

.icon-hospital-o:before {
	content: ""
}

.icon-plus-square:before {
	content: ""
}

.icon-angle-double-left:before {
	content: ""
}

.icon-angle-double-right:before {
	content: ""
}

.icon-angle-double-up:before {
	content: ""
}

.icon-angle-double-down:before {
	content: ""
}

.icon-angle-left:before {
	content: ""
}

.icon-angle-right:before {
	content: ""
}

.icon-angle-up:before {
	content: ""
}

.icon-angle-down:before {
	content: ""
}

.icon-desktop:before {
	content: ""
}

.icon-laptop:before {
	content: ""
}

.icon-tablet:before {
	content: ""
}

.icon-mobile:before {
	content: ""
}

.icon-mobile-phone:before {
	content: ""
}

.icon-mail-reply:before {
	content: ""
}

.icon-reply:before {
	content: ""
}

.icon-folder-o:before {
	content: ""
}

.icon-folder-open-o:before {
	content: ""
}

.icon-keyboard-o:before {
	content: ""
}

.icon-mail-reply-all:before {
	content: ""
}

.icon-reply-all:before {
	content: ""
}

.icon-star-half-empty:before {
	content: ""
}

.icon-star-half-full:before {
	content: ""
}

.icon-star-half-o:before {
	content: ""
}

.icon-location-arrow:before {
	content: ""
}

.icon-info:before {
	content: ""
}

.icon-microphone:before {
	content: ""
}

.icon-microphone-slash:before {
	content: ""
}

.icon-shield:before {
	content: ""
}

.icon-calendar-o:before {
	content: ""
}

.icon-fire-extinguisher:before {
	content: ""
}

.icon-rocket:before {
	content: ""
}

.icon-maxcdn:before {
	content: ""
}

.icon-chevron-circle-left:before {
	content: ""
}

.icon-chevron-circle-right:before {
	content: ""
}

.icon-chevron-circle-up:before {
	content: ""
}

.icon-chevron-circle-down:before {
	content: ""
}

.icon-unlock-alt:before {
	content: ""
}

.icon-file:before {
	content: ""
}

.icon-file-text:before {
	content: ""
}

.icon-sort-alpha-asc:before {
	content: ""
}

.icon-sort-alpha-desc:before {
	content: ""
}

.icon-sort-amount-asc:before {
	content: ""
}

.icon-sort-amount-desc:before {
	content: ""
}

.icon-sort-numeric-asc:before {
	content: ""
}

.icon-sort-numeric-desc:before {
	content: ""
}

.icon-thumbs-up:before {
	content: ""
}

.icon-thumbs-down:before {
	content: ""
}

.icon-youtube-square:before {
	content: ""
}

.icon-youtube:before {
	content: ""
}

.icon-xing:before {
	content: ""
}

.icon-xing-square:before {
	content: ""
}

.icon-youtube-play:before {
	content: ""
}

.icon-instagram:before {
	content: ""
}

.icon-tumblr:before {
	content: ""
}

.icon-tumblr-square:before {
	content: ""
}

.icon-long-arrow-down:before {
	content: ""
}

.icon-long-arrow-up:before {
	content: ""
}

.icon-long-arrow-left:before {
	content: ""
}

.icon-long-arrow-right:before {
	content: ""
}

.icon-apple:before {
	content: ""
}

.icon-windows:before {
	content: ""
}

.icon-android:before {
	content: ""
}

.icon-linux:before {
	content: ""
}

.icon-female:before {
	content: ""
}

.icon-male:before {
	content: ""
}

.icon-gittip:before {
	content: ""
}

.icon-gratipay:before {
	content: ""
}

.icon-sun-o:before {
	content: ""
}

.icon-moon-o:before {
	content: ""
}

.icon-archive:before {
	content: ""
}

.icon-plus-square-o:before {
	content: ""
}

.icon-bank:before {
	content: ""
}

.icon-institution:before {
	content: ""
}

.icon-university:before {
	content: ""
}

.icon-graduation-cap:before {
	content: ""
}

.icon-mortar-board:before {
	content: ""
}

.icon-building:before {
	content: ""
}

.icon-child:before {
	content: ""
}

.icon-cube:before {
	content: ""
}

.icon-cubes:before {
	content: ""
}

.icon-recycle:before {
	content: ""
}

.icon-automobile:before {
	content: ""
}

.icon-car:before {
	content: ""
}

.icon-database:before {
	content: ""
}

.icon-file-pdf-o:before {
	content: ""
}

.icon-file-word-o:before {
	content: ""
}

.icon-file-excel-o:before {
	content: ""
}

.icon-file-powerpoint-o:before {
	content: ""
}

.icon-file-image-o:before {
	content: ""
}

.icon-file-photo-o:before {
	content: ""
}

.icon-file-picture-o:before {
	content: ""
}

.icon-file-archive-o:before {
	content: ""
}

.icon-file-zip-o:before {
	content: ""
}

.icon-file-audio-o:before {
	content: ""
}

.icon-file-sound-o:before {
	content: ""
}

.icon-file-movie-o:before {
	content: ""
}

.icon-file-video-o:before {
	content: ""
}

.icon-file-code-o:before {
	content: ""
}

.icon-circle-o-notch:before {
	content: ""
}

.icon-wechat:before {
	content: ""
}

.icon-weixin:before {
	content: ""
}

.icon-history:before {
	content: ""
}

.icon-sliders:before {
	content: ""
}

.icon-share-alt:before {
	content: ""
}

.icon-share-alt-square:before {
	content: ""
}

.icon-binoculars:before {
	content: ""
}

.icon-plug:before {
	content: ""
}

.icon-newspaper-o:before {
	content: ""
}

.icon-wifi:before {
	content: ""
}

.icon-bell-slash:before {
	content: ""
}

.icon-bell-slash-o:before {
	content: ""
}

.icon-trash:before {
	content: ""
}

.icon-area-chart:before {
	content: ""
}

.icon-pie-chart:before {
	content: ""
}

.icon-line-chart:before {
	content: ""
}

.icon-facebook-official:before {
	content: ""
}

.icon-pinterest-p:before {
	content: ""
}

.icon-whatsapp:before {
	content: ""
}

.icon-user-plus:before {
	content: ""
}

.icon-user-times:before {
	content: ""
}

.icon-television:before {
	content: ""
}

.icon-tv:before {
	content: ""
}

.icon-calendar-plus-o:before {
	content: ""
}

.icon-industry:before {
	content: ""
}

.icon-commenting:before {
	content: ""
}

.icon-commenting-o:before {
	content: ""
}

.icon-shopping-bag:before {
	content: ""
}

.icon-question-circle-o:before {
	content: ""
}

.icon-snapchat-square:before {
	content: ""
}

.icon-fa:before {
	content: ""
}

.icon-font-awesome:before {
	content: ""
}

.icon-handshake-o:before {
	content: ""
}

.icon-envelope-open:before {
	content: ""
}

.icon-envelope-open-o:before {
	content: ""
}

.icon-address-book:before {
	content: ""
}

.icon-address-book-o:before {
	content: ""
}

.icon-address-card:before {
	content: ""
}

.icon-vcard:before {
	content: ""
}

.icon-address-card-o:before {
	content: ""
}

.icon-vcard-o:before {
	content: ""
}

.icon-user-circle:before {
	content: ""
}

.icon-user-circle-o:before {
	content: ""
}

.icon-user-o:before {
	content: ""
}

.icon-id-badge:before {
	content: ""
}

.icon-drivers-license:before {
	content: ""
}

.icon-id-card:before {
	content: ""
}

.icon-drivers-license-o:before {
	content: ""
}

.icon-id-card-o:before {
	content: ""
}

.icon-snowflake-o:before {
	content: ""
}

/* @font-face {
	font-family: IcoMoon;
	src: url(/_assets/40e628dbebcaa0afe76b2a84c53bc24d/Build/asset/icomoon.d08RLeya.eot);
	src: url(/_assets/40e628dbebcaa0afe76b2a84c53bc24d/Build/asset/icomoon.d08RLeya.eot#iefix) format("embedded-opentype"), url(/_assets/40e628dbebcaa0afe76b2a84c53bc24d/Build/asset/icomoon.DHS9SWBu.ttf) format("truetype"), url(/_assets/40e628dbebcaa0afe76b2a84c53bc24d/Build/asset/icomoon.CoWIcoHF.woff) format("woff"), url(/_assets/40e628dbebcaa0afe76b2a84c53bc24d/Build/asset/icomoon.nu3ixC6u.svg#icomoon) format("svg");
	font-weight: 400;
	font-style: normal;
	font-display: block
}

[class^=icon-],
[class*=" icon-"] {
	font-family: icomoon !important;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
} */

@font-face {
	font-family: Arial MT W03;
	font-weight: 300;
	font-display: swap;
	src: url(/_assets/40e628dbebcaa0afe76b2a84c53bc24d/Build/asset/0760e1fc-54d7-49cd-9413-f792b2aa17a5.7b1YaBl1.woff2) format("woff2"), url(/_assets/40e628dbebcaa0afe76b2a84c53bc24d/Build/asset/d30e8716-769f-4f94-bdc3-60db7464de26.B3lw3eEP.woff) format("woff")
}

@font-face {
	font-family: Arial MT W03;
	font-weight: 400;
	font-display: swap;
	src: url(/_assets/40e628dbebcaa0afe76b2a84c53bc24d/Build/asset/64869fb7-e423-4813-a26b-0821c554e3d5.CMaM1uNv.woff2) format("woff2"), url(/_assets/40e628dbebcaa0afe76b2a84c53bc24d/Build/asset/1f9ce1e1-c2a0-4133-aa37-b480d04dc462.BdeGc1Hg.woff) format("woff")
}

@font-face {
	font-family: Arial MT W03;
	font-weight: 700;
	font-display: swap;
	src: url(/_assets/40e628dbebcaa0afe76b2a84c53bc24d/Build/asset/9ecedd5f-920a-4ee9-b68e-6b07d3a22342.D5GI3xq1.woff2) format("woff2"), url(/_assets/40e628dbebcaa0afe76b2a84c53bc24d/Build/asset/51aeb48e-4dba-4ed1-a29d-afb3faa7b47a.XjdCNXYy.woff) format("woff")
}

* {
	box-sizing: border-box
}

html {
	height: 100%
}

body {
	position: relative;
	width: 100%;
	min-height: 100%;
	font-family: Arial MT W03, sans-serif;
	color: #000;
	display: flex;
	flex-direction: column;
	overflow-y: scroll
}

body.loaded {
	opacity: 1 !important
}

body:not(.loaded) * {
	animation-duration: 0s !important;
	-webkit-animation-duration: 0s !important;
	transition: background-color 0s, opacity 0s, color 0s, width 0s, height 0s, padding 0s, margin 0s !important
}

main {
	flex: 1 0 auto
}

a {
	text-decoration: none
}

a:focus {
	outline: none
}

iframe {
	max-width: 100%;
	height: auto
}

::-webkit-scrollbar {
	width: 8px
}

::-webkit-scrollbar-track {
	background: #164194
}

::-webkit-scrollbar-thumb {
	background: #d0ab39
}

::-webkit-scrollbar-thumb:hover {
	background: #d9bc67
}

main,
footer {
	transition: opacity .3s ease;
	opacity: 1;
	filter: none
}

@supports (filter: blur(1px)) {

	main,
	footer {
		transition: filter .3s ease
	}
}

html.no-scroll,
body.no-scroll {
	overflow: hidden
}

body.no-scroll main,
body.no-scroll footer {
	opacity: .5;
	position: relative
}

body.no-scroll main:after,
body.no-scroll footer:after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0
}

@supports (filter: blur(1px)) {

	body.no-scroll main,
	body.no-scroll footer {
		opacity: 1;
		filter: blur(4px)
	}
}

body.no-scroll div[id*=userlike-] {
	display: none
}

img {
	display: block;
	max-width: 100%;
	height: auto
}

video {
	max-width: 100%;
	height: auto
}

.container .container-fluid:not(.keep-padding),
.container .container-sm:not(.keep-padding),
.container .container-md:not(.keep-padding),
.container .container-lg:not(.keep-padding),
.container .container-xl:not(.keep-padding),
.container .container-xl2:not(.keep-padding),
.container .container-xl3:not(.keep-padding),
.container .container:not(.keep-padding) {
	padding-left: 0;
	padding-right: 0
}

@media (min-width: 1260px) {
	.container-type-small {
		max-width: 1200px
	}
}

.breakpoints {
	position: relative;
	visibility: hidden;
	z-index: 0
}

@media (min-width: 576px) {
	.breakpoints {
		z-index: 1
	}
}

@media (min-width: 768px) {
	.breakpoints {
		z-index: 2
	}
}

@media (min-width: 992px) {
	.breakpoints {
		z-index: 3
	}
}

@media (min-width: 1260px) {
	.breakpoints {
		z-index: 4
	}
}

@media (min-width: 1430px) {
	.breakpoints {
		z-index: 5
	}
}

@media (min-width: 1630px) {
	.breakpoints {
		z-index: 6
	}
}

.frame-space-before-extra-small {
	padding-top: 8px
}

@media (max-width: 991.98px) {
	.frame-space-before-extra-small {
		padding-top: 6.4px
	}
}

.frame-space-after-extra-small {
	padding-bottom: 8px
}

@media (max-width: 991.98px) {
	.frame-space-after-extra-small {
		padding-bottom: 6.4px
	}
}

.margin-space-before-extra-small {
	margin-top: 8px
}

@media (max-width: 991.98px) {
	.margin-space-before-extra-small {
		margin-top: 6.4px
	}
}

.margin-space-after-extra-small {
	margin-bottom: 8px
}

@media (max-width: 991.98px) {
	.margin-space-after-extra-small {
		margin-bottom: 6.4px
	}
}

.frame-space-before-small {
	padding-top: 15px
}

@media (max-width: 991.98px) {
	.frame-space-before-small {
		padding-top: 12px
	}
}

.frame-space-after-small {
	padding-bottom: 15px
}

@media (max-width: 991.98px) {
	.frame-space-after-small {
		padding-bottom: 12px
	}
}

.margin-space-before-small {
	margin-top: 15px
}

@media (max-width: 991.98px) {
	.margin-space-before-small {
		margin-top: 12px
	}
}

.margin-space-after-small {
	margin-bottom: 15px
}

@media (max-width: 991.98px) {
	.margin-space-after-small {
		margin-bottom: 12px
	}
}

.frame-space-before-medium {
	padding-top: 30px
}

@media (max-width: 991.98px) {
	.frame-space-before-medium {
		padding-top: 24px
	}
}

.frame-space-after-medium {
	padding-bottom: 30px
}

@media (max-width: 991.98px) {
	.frame-space-after-medium {
		padding-bottom: 24px
	}
}

.margin-space-before-medium {
	margin-top: 30px
}

@media (max-width: 991.98px) {
	.margin-space-before-medium {
		margin-top: 24px
	}
}

.margin-space-after-medium {
	margin-bottom: 30px
}

@media (max-width: 991.98px) {
	.margin-space-after-medium {
		margin-bottom: 24px
	}
}

.frame-space-before-large {
	padding-top: 60px
}

@media (max-width: 991.98px) {
	.frame-space-before-large {
		padding-top: 48px
	}
}

.frame-space-after-large {
	padding-bottom: 60px
}

@media (max-width: 991.98px) {
	.frame-space-after-large {
		padding-bottom: 48px
	}
}

.margin-space-before-large {
	margin-top: 60px
}

@media (max-width: 991.98px) {
	.margin-space-before-large {
		margin-top: 48px
	}
}

.margin-space-after-large {
	margin-bottom: 60px
}

@media (max-width: 991.98px) {
	.margin-space-after-large {
		margin-bottom: 48px
	}
}

.frame-space-before-extra-large {
	padding-top: 90px
}

@media (max-width: 991.98px) {
	.frame-space-before-extra-large {
		padding-top: 72px
	}
}

.frame-space-after-extra-large {
	padding-bottom: 90px
}

@media (max-width: 991.98px) {
	.frame-space-after-extra-large {
		padding-bottom: 72px
	}
}

.margin-space-before-extra-large {
	margin-top: 90px
}

@media (max-width: 991.98px) {
	.margin-space-before-extra-large {
		margin-top: 72px
	}
}

.margin-space-after-extra-large {
	margin-bottom: 90px
}

@media (max-width: 991.98px) {
	.margin-space-after-extra-large {
		margin-bottom: 72px
	}
}

.no-space-before--first-el>[class^=frame-space-before-]:first-child,
.no-space-before--first-el>[class*=" frame-space-before-"]:first-child {
	padding-top: 0
}

.no-space-after--last-el>[class^=frame-space-after-]:last-child,
.no-space-after--last-el>[class*=" frame-space-after-"]:last-child {
	padding-bottom: 0
}

.inner-container.remove-spacing,
.inner-container.remove-spacing .fluid-container {
	padding-left: 0;
	padding-right: 0
}

.inner-container.remove-spacing [class^=frame-space-before-],
.inner-container.remove-spacing [class*=" frame-space-before-"] {
	padding-top: 0
}

.inner-container.remove-spacing [class^=frame-space-after-],
.inner-container.remove-spacing [class*=" frame-space-after-"] {
	padding-bottom: 0
}

.inner-container.remove-spacing [class^=col-],
.inner-container.remove-spacing [class*=col-] {
	padding-left: 0;
	padding-right: 0;
	margin-top: 0 !important;
	margin-bottom: 0 !important
}

.inner-container.remove-spacing .row {
	margin-left: 0;
	margin-right: 0
}

*:not(.background-inside).background-style--white {
	background: #fff
}

*:not(.background-inside).background-style--za-light {
	background: #e5ecf4
}

*:not(.background-inside).background-style--za {
	background: #164194
}

*:not(.background-inside).background-style--light-gray {
	background: #f9f9f9
}

.background-inside .inner-background {
	padding: 0 15px;
	margin: 15px 0
}

.background-inside.background-style--white .inner-background {
	background: #fff
}

.background-inside.background-style--za-light .inner-background {
	background: #e5ecf4
}

.background-inside.background-style--za .inner-background {
	background: #164194
}

.background-inside.background-style--light-gray .inner-background {
	background: #f9f9f9
}

.background-style--image {
	position: relative
}

.background-style--image:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: #fff;
	opacity: .35
}

.background-style--image>div {
	position: relative;
	z-index: 1
}

.collapse-content {
	position: relative
}

.collapse-content.open {
	padding-bottom: 30px !important
}

.collapse-content:not(.open) {
	max-height: 0;
	overflow: hidden
}

.collapse-content:not(.open):after {
	opacity: 1
}

.collapse-content:after {
	content: "";
	display: block;
	height: 30px;
	width: 100%
}

.collapse-content.overlay-active .collapse-button:after {
	opacity: 1
}

.collapse-content .collapse-button {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	text-align: center;
	line-height: 25px;
	z-index: 2
}

.collapse-content .collapse-button:after {
	content: "";
	position: absolute;
	display: block;
	height: 60px;
	width: 100%;
	bottom: 0;
	left: 0;
	right: 0;
	opacity: 0;
	background: #fff;
	box-shadow: #fff 0 -30px 40px 20px;
	transition: opacity .3s ease-in-out;
	z-index: 1
}

.collapse-content .collapse-button button {
	position: relative;
	margin-bottom: 18px;
	color: #164194;
	z-index: 10
}

.collapse-content .collapse-button button:after {
	font-family: icomoon !important;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "";
	font-size: 25px;
	vertical-align: top;
	width: 25px;
	padding-left: 14px
}

.collapse-content .collapse-button button span {
	display: inline-block
}

.collapse-content .collapse-button button:not(.collapse-active) .more {
	display: none
}

.collapse-content .collapse-button button.collapse-active .less {
	display: none
}

.collapse-content .collapse-button button.collapse-active:after {
	font-family: icomoon !important;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: ""
}

.background-style--white .collapse-content .collapse-button:after {
	background: #fff;
	box-shadow: #fff 0 -30px 40px 20px
}

.background-style--za-light .collapse-content .collapse-button:after {
	background: #e5ecf4;
	box-shadow: #e5ecf4 0 -30px 40px 20px
}

.background-style--za .collapse-content .collapse-button:after {
	background: #164194;
	box-shadow: #164194 0 -30px 40px 20px
}

.background-style--light-gray .collapse-content .collapse-button:after {
	background: #f9f9f9;
	box-shadow: #f9f9f9 0 -30px 40px 20px
}

.has-icon {
	line-height: 30px;
	min-height: 30px;
	padding-left: 30px;
	display: inline-block;
	position: relative;
	z-index: auto
}

.has-icon:before {
	font-family: icomoon !important;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: absolute;
	text-align: center;
	left: 0;
	top: 5px
}

.loading-overlay {
	position: relative;
	z-index: auto;
	cursor: wait
}

.loading-overlay:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 9999999
}

.loading-overlay.ajax {
	min-height: 55px;
	min-width: 55px
}

.loading-overlay.ajax:before {
	background: url(/_assets/40e628dbebcaa0afe76b2a84c53bc24d/Build/asset/loading.AbPxK-uy.gif) center center no-repeat
}

.loading-overlay.ajax.small:before {
	background-size: 20%
}

.loading-overlay>* {
	opacity: .5;
	transition: opacity .3s
}

.responsive-image {
	height: 100%;
	width: 100%;
	background-position: center;
	background-size: cover
}

.responsive-image>picture,
.responsive-image>img {
	display: none
}

.tx-hbziehlabegg #copyLinkPopup {
	width: 80%;
	position: fixed;
	left: 10%;
	top: 40%;
	z-index: 9999999;
	background: #fff;
	padding: 20px;
	display: none;
	border: 1px solid #bababa;
	box-shadow: 0 0 15px 5px #0000001c
}

.tx-hbziehlabegg #copyLinkPopup .text {
	margin-bottom: 20px
}

.tx-hbziehlabegg #copyLinkPopup #copyLinkField {
	border: 1px solid #164194;
	background: #164194;
	color: #fff
}

.tx-hbziehlabegg #copyLinkPopup a.copy {
	display: block
}

.tx-hbziehlabegg #copyLinkPopup a.close {
	position: absolute;
	right: 5px;
	top: 5px;
	z-index: auto;
	color: #000;
	font-size: 25px;
	cursor: pointer
}

.filter-header {
	padding-bottom: 35px;
	margin-bottom: 10px;
	border-bottom: 1px solid #F9F9F9
}

.filter-header .header .filter-toggle {
	position: relative;
	width: 100%;
	padding: 11px 15px;
	margin-bottom: 10px;
	cursor: pointer;
	background: #f9f9f9
}

.filter-header .header .filter-toggle:after {
	content: "";
	position: absolute;
	left: 0;
	top: 100%;
	height: 10px;
	width: 100%;
	background: transparent
}

.filter-header .header .filter-toggle i {
	display: inline-block;
	vertical-align: middle;
	font-size: 22px;
	color: #164194;
	padding-right: 15px
}

.filter-header .header .filter-toggle span {
	vertical-align: middle;
	color: #5d5d5d;
	font-size: 13px
}

.filter-header .header .filter-toggle .status-icon {
	position: absolute;
	right: 12px;
	top: 16px;
	font-size: 12px;
	color: #363636
}

.filter-header .header .filter-toggle .status-icon:after {
	font-family: icomoon !important;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: ""
}

.filter-header .header .filter-toggle.active:after {
	background: #f9f9f9
}

.filter-header .header .filter-toggle.active .status-icon:after {
	content: ""
}

.filter-header .header .filter-toggle .filter-count {
	position: absolute;
	left: 25px;
	top: 10px;
	color: #fff;
	background: #164194;
	border-radius: 50%;
	width: 11px;
	height: 11px;
	text-align: center;
	line-height: 11px;
	font-size: 8px
}

.filter-header .header .filter-reset,
.filter-header .header .filter-copy {
	display: inline-block;
	background: #f9f9f9;
	border-radius: 20px;
	padding: 3px 8px;
	cursor: pointer;
	opacity: 0;
	visibility: hidden;
	transition: opacity .3s ease, visibility .3s ease;
	margin-top: auto;
	margin-bottom: 10px
}

.filter-header .header .filter-reset:not(:first-child),
.filter-header .header .filter-copy:not(:first-child) {
	margin-left: 10px
}

.filter-header .header .filter-reset i,
.filter-header .header .filter-copy i {
	display: inline-block;
	vertical-align: middle;
	padding-right: 8px;
	font-size: 12px;
	line-height: 18px;
	color: #164194
}

.filter-header .header .filter-reset span,
.filter-header .header .filter-copy span {
	display: inline-block;
	vertical-align: middle;
	color: #5d5d5d;
	font-size: 12px
}

.filter-header .header .filter-reset.active,
.filter-header .header .filter-copy.active {
	opacity: 1;
	visibility: visible
}

.filter-header .header .search {
	position: relative;
	width: 100%;
	border: 1px solid #F9F9F9;
	padding: 10px 15px;
	text-align: right
}

.filter-header .header .search i {
	position: absolute;
	right: 0;
	display: inline-block;
	vertical-align: middle;
	font-size: 18px;
	color: #5d5d5d;
	padding-right: 8px
}

.filter-header .header .search input {
	display: inline-block;
	vertical-align: middle;
	width: 100%;
	font-size: 13px;
	line-height: 20px;
	outline: 0;
	border: 0
}

.filter-header.loading,
.filter-header.loading label {
	cursor: wait
}

.filter-header .extended-filter {
	display: none;
	width: 100%
}

.filter-header .extended-filter label {
	text-transform: uppercase
}

.filter-header .extended-filter .input label {
	text-transform: unset
}

.default-form label {
	display: block;
	font-weight: 700;
	font-size: 16px;
	line-height: 28px;
	color: #4d4d4d;
	margin: 16px 0 8px
}

.default-form label a {
	color: #164194
}

.default-form label a:hover {
	text-decoration: underline
}

.default-form input[type=date],
.default-form input[type=datetime-local],
.default-form input[type=file],
.default-form input[type=month],
.default-form input[type=time],
.default-form input[type=url],
.default-form input[type=week],
.default-form input[type=email],
.default-form input[type=password],
.default-form input[type=search],
.default-form input[type=text],
.default-form input[type=number],
.default-form input[type=tel] {
	display: block;
	width: 100%;
	padding: 8px 15px;
	font-size: 16px;
	line-height: 22.4px;
	outline: none;
	border: 0;
	box-shadow: inset 0 0 0 .05rem #646363;
	box-sizing: border-box;
	background: none;
	-webkit-appearance: none
}

.default-form input[type=date]:focus,
.default-form input[type=datetime-local]:focus,
.default-form input[type=file]:focus,
.default-form input[type=month]:focus,
.default-form input[type=time]:focus,
.default-form input[type=url]:focus,
.default-form input[type=week]:focus,
.default-form input[type=email]:focus,
.default-form input[type=password]:focus,
.default-form input[type=search]:focus,
.default-form input[type=text]:focus,
.default-form input[type=number]:focus,
.default-form input[type=tel]:focus {
	box-shadow: inset 0 0 0 .1rem #646363
}

.default-form .inputButtonCombo {
	position: relative;
	z-index: auto
}

.default-form .inputButtonCombo input {
	height: 40px;
	padding-right: 40px
}

.default-form .inputButtonCombo button,
.default-form .inputButtonCombo .submit {
	position: absolute;
	z-index: 5;
	right: 0;
	top: 0;
	height: 100%
}

.default-form textarea {
	display: block;
	width: 100%;
	padding: 8px 15px;
	font-size: 16px;
	line-height: 22.4px;
	outline: none;
	border: 0;
	box-shadow: inset 0 0 0 .05rem #646363;
	box-sizing: border-box;
	background: none;
	-webkit-appearance: none;
	resize: none;
	resize: vertical;
	min-height: 168px
}

.default-form textarea:focus {
	box-shadow: inset 0 0 0 .1rem #646363
}

.default-form div.select-wrapper {
	position: relative;
	z-index: auto;
	background: #fff
}

.default-form div.select-wrapper select {
	display: block;
	width: 100%;
	padding: 9px 40px 8px 15px;
	font-size: 16px;
	line-height: 22.4px;
	outline: none;
	border: 0;
	box-shadow: inset 0 0 0 .05rem #646363;
	box-sizing: border-box;
	background: none;
	-webkit-appearance: none;
	-moz-appearance: none
}

.default-form div.select-wrapper select:focus {
	box-shadow: inset 0 0 0 .1rem #646363
}

.default-form div.select-wrapper:before {
	font-family: icomoon !important;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: absolute;
	text-align: center;
	content: "";
	line-height: 30px;
	width: 33px;
	left: unset;
	right: 3px;
	top: 3px;
	bottom: 3px;
	pointer-events: none;
	background: #fff;
	z-index: 1
}

.default-form input[type=radio]+label:before {
	border-radius: 50%
}

.default-form input[type=radio]:checked+label:before {
	box-shadow: inset 0 0 0 .2rem #fff;
	border: 1px solid #F0F0F0
}

.default-form input[type=radio],
.default-form input[type=checkbox] {
	position: absolute;
	opacity: 0
}

.default-form input[type=radio]+label,
.default-form input[type=checkbox]+label {
	display: inline-block;
	position: relative;
	padding-left: 26px;
	margin: 0;
	font-weight: 400
}

.default-form input[type=radio]+label:before,
.default-form input[type=checkbox]+label:before {
	position: absolute;
	top: 5px;
	left: 0;
	content: "";
	width: 16px;
	height: 16px;
	background: #fff;
	box-shadow: inset 0 0 0 .05rem #bababa
}

.default-form input[type=radio]:not(:checked):focus+label:before,
.default-form input[type=checkbox]:not(:checked):focus+label:before {
	box-shadow: inset 0 0 0 .1rem #bababa
}

.default-form input[type=radio]:checked+label:before,
.default-form input[type=checkbox]:checked+label:before {
	background: #757575
}

.default-form input[type=radio]:disabled+label,
.default-form input[type=checkbox]:disabled+label {
	opacity: .3
}

.default-form input[type=radio]:disabled+label:before,
.default-form input[type=checkbox]:disabled+label:before {
	background: #646363
}

.default-form input[type=checkbox]:checked+label:before {
	font-family: icomoon !important;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "";
	color: #fff;
	font-size: 14px;
	text-align: center;
	line-height: 16px
}

.default-form input[type=checkbox]:disabled:checked+label {
	opacity: 1
}

.default-form input[type=checkbox]:disabled:checked+label:before {
	content: "";
	background: #757575;
	border: 4px solid white;
	border-bottom: 6px solid white;
	border-top: 6px solid white;
	outline: 1px solid #bababa
}

.default-form input[type=submit] {
	padding: 10px 20px;
	color: #fff;
	background-color: #164194;
	transition: background-color .3s ease
}

.default-form input[type=submit]:hover {
	background-color: #366cab
}

.default-form .priority-list .draggable-area {
	display: flex;
	flex-direction: row;
	align-items: center;
	counter-increment: section
}

.default-form .priority-list .draggable-area:before {
	content: counter(section) ".";
	font-size: 20px;
	padding-right: 15px
}

.default-form .priority-list .draggable-area .content {
	display: flex;
	flex-direction: row;
	align-items: center;
	flex-grow: 1;
	border: 1px solid #646363;
	border-radius: 4px;
	padding: 8px 15px;
	margin: 12px 0;
	cursor: grab
}

.default-form .priority-list .draggable-area .content label {
	cursor: grab;
	flex-grow: 1;
	margin: 0
}

.default-form .priority-list .draggable-area .content i {
	color: #646363
}

.default-form .priority-list .draggable-area .content .icon-th-large {
	font-size: 22px;
	margin-right: 15px
}

.default-form .priority-list .draggable-area .content .icon-chevron-up,
.default-form .priority-list .draggable-area .content .icon-chevron-down {
	cursor: pointer;
	margin: 0 5px;
	font-size: 18px
}

.default-form .priority-list .draggable-area:first-child .content .meta-order .icon-chevron-up,
.default-form .priority-list .draggable-area:last-child .content .meta-order .icon-chevron-down {
	opacity: 0
}

.min-max-slider .label {
	display: flex;
	margin-bottom: 15px;
	font-size: 13px;
	color: #5d5d5d
}

.min-max-slider .label .min-label,
.min-max-slider .label .max-label {
	display: inline-block
}

.min-max-slider .label .max-label {
	margin-left: auto
}

.min-max-slider .track {
	position: relative;
	height: 7.5px;
	width: 100%;
	background: #fff
}

.min-max-slider .track .min-thumb,
.min-max-slider .track .max-thumb {
	position: absolute;
	top: -6.25px;
	width: 20px;
	height: 20px;
	border-radius: 10px;
	background: #757575;
	z-index: 10
}

.min-max-slider .track .min-thumb {
	margin-left: -10px
}

.min-max-slider .track .max-thumb {
	margin-right: -10px
}

.min-max-slider .track .selected-range {
	position: absolute;
	height: 7.5px;
	background: #bababa
}

.customerportal-form .form-headline {
	height: 37px;
	line-height: 37px;
	font-size: 24px;
	font-weight: lighter;
	margin-bottom: 15px
}

.customerportal-form .field {
	margin-bottom: 20px
}

.customerportal-form .field.error * {
	color: #b60000
}

.customerportal-form .field.error p.error {
	margin: 0
}

.customerportal-form label {
	display: inline-block;
	font-size: 12px;
	text-transform: uppercase;
	padding: 5px 0
}

.customerportal-form input[type=date],
.customerportal-form input[type=datetime-local],
.customerportal-form input[type=file],
.customerportal-form input[type=month],
.customerportal-form input[type=time],
.customerportal-form input[type=url],
.customerportal-form input[type=week],
.customerportal-form input[type=email],
.customerportal-form input[type=password],
.customerportal-form input[type=search],
.customerportal-form input[type=text],
.customerportal-form input[type=number],
.customerportal-form input[type=tel] {
	-webkit-appearance: none;
	outline: none;
	width: 100%;
	height: 48px;
	padding: 0 15px;
	border: 1px solid #F0F0F0;
	border-radius: 5px;
	background: #fff;
	color: #4d4d4d
}

.customerportal-form input[type=radio],
.customerportal-form input[type=checkbox] {
	-webkit-appearance: none
}

.customerportal-form input[type=radio]+label,
.customerportal-form input[type=checkbox]+label {
	width: 100%;
	text-transform: none;
	font-size: inherit;
	padding-left: 25px;
	position: relative;
	z-index: auto
}

.customerportal-form input[type=radio]+label:before,
.customerportal-form input[type=checkbox]+label:before {
	content: "";
	display: inline-block;
	position: absolute;
	z-index: auto;
	left: 0;
	top: 3px;
	height: 20px;
	line-height: 20px;
	aspect-ratio: 1/1;
	border: 1px solid #bababa;
	background: #fff;
	font-family: IcoMoon;
	font-size: inherit
}

.customerportal-form input[type=checkbox]+label:before {
	content: "";
	text-align: center;
	color: #fff
}

.customerportal-form input[type=checkbox]:checked+label:before {
	background: #757575
}

.customerportal-form input[type=radio]+label:before {
	border-radius: 50%
}

.customerportal-form input[type=radio]+label:after {
	content: "";
	display: block;
	position: absolute;
	left: 3px;
	top: 6px;
	z-index: auto;
	height: 14px;
	aspect-ratio: 1/1;
	border-radius: 50%
}

.customerportal-form input[type=radio]:checked+label:after {
	background: #757575
}

.customerportal-form .select-wrapper {
	position: relative;
	z-index: auto
}

.customerportal-form .select-wrapper select,
.customerportal-form .select-wrapper button {
	-webkit-appearance: none;
	width: 100%;
	height: 48px;
	padding: 0 50px 0 15px;
	border: 1px solid #F0F0F0;
	border-radius: 5px;
	background: #fff;
	color: #4d4d4d;
	display: inline-block
}

.customerportal-form .select-wrapper:before {
	content: "";
	display: block;
	width: 40px;
	height: 48px;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
	font-family: IcoMoon;
	font-size: 12px;
	line-height: 48px;
	text-align: center;
	pointer-events: none
}

@-moz-keyframes spin {
	to {
		-moz-transform: rotate(360deg)
	}
}

@-webkit-keyframes spin {
	to {
		-webkit-transform: rotate(360deg)
	}
}

@keyframes spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0)
	}

	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

.text-style--normal,
.paragraph,
p {
	color: #5d5d5d;
	font-size: 16px;
	line-height: 28px
}

figcaption {
	padding: 5px 3px;
	color: #5d5d5d;
	font-size: 14px;
	line-height: 18px
}

*:not(div)+p {
	margin-top: 18px
}

@media (max-width: 991.98px) {
	*:not(div)+p {
		margin-top: 12.6px
	}
}

p+table,
p+ul {
	margin-top: 8px
}

@media (max-width: 991.98px) {

	p+table,
	p+ul {
		margin-top: 5.6px
	}
}

p+p:not(:last-child) {
	margin-bottom: 8px
}

@media (max-width: 991.98px) {
	p+p:not(:last-child) {
		margin-bottom: 5.6px
	}
}

h1,
.h1,
h2,
.h2 {
	font-size: 48px;
	line-height: 60px;
	font-weight: 700;
	color: #164194
}

@media (max-width: 1259.98px) {

	h1,
	.h1,
	h2,
	.h2 {
		font-size: 43.2px;
		line-height: 54px
	}
}

@media (max-width: 991.98px) {

	h1,
	.h1,
	h2,
	.h2 {
		font-size: 38.4px;
		line-height: 48px
	}
}

@media (max-width: 767.98px) {

	h1,
	.h1,
	h2,
	.h2 {
		font-size: 28.8px;
		line-height: 36px
	}
}

h2,
.h2 {
	font-weight: 300
}

h3,
.h3 {
	font-size: 28px;
	line-height: 35px;
	font-weight: 300;
	color: #164194
}

@media (max-width: 991.98px) {

	h3,
	.h3 {
		font-size: 22.4px;
		line-height: 28px
	}
}

h4,
.h4 {
	font-size: 24px;
	line-height: 30px;
	color: #164194
}

@media (max-width: 991.98px) {

	h4,
	.h4 {
		font-size: 19.2px;
		line-height: 19.2px
	}
}

.ce-bodytext .h2,
.ce-bodytext h2,
.ce-bodytext .h1,
.ce-bodytext h1 {
	margin-bottom: 28px
}

@media (max-width: 991.98px) {

	.ce-bodytext .h2,
	.ce-bodytext h2,
	.ce-bodytext .h1,
	.ce-bodytext h1 {
		margin-bottom: 19.6px
	}
}

.ce-bodytext *:not(div)+.h2,
.ce-bodytext *:not(div)+h2,
.ce-bodytext *:not(div)+.h1,
.ce-bodytext *:not(div)+h1 {
	margin-top: 28px
}

@media (max-width: 991.98px) {

	.ce-bodytext *:not(div)+.h2,
	.ce-bodytext *:not(div)+h2,
	.ce-bodytext *:not(div)+.h1,
	.ce-bodytext *:not(div)+h1 {
		margin-top: 19.6px
	}
}

.ce-bodytext h4,
.ce-bodytext .h4,
.ce-bodytext h3,
.ce-bodytext .h3 {
	margin-bottom: 8px
}

.ce-bodytext *:not(div)+.h4,
.ce-bodytext *:not(div)+h4,
.ce-bodytext *:not(div)+.h3,
.ce-bodytext *:not(div)+h3 {
	margin-top: 8px
}

header:not(#main-header) .h2,
header:not(#main-header) h2,
header:not(#main-header) .h1,
header:not(#main-header) h1 {
	margin-bottom: 56px
}

@media (max-width: 991.98px) {

	header:not(#main-header) .h2,
	header:not(#main-header) h2,
	header:not(#main-header) .h1,
	header:not(#main-header) h1 {
		margin-bottom: 39.2px
	}
}

header:not(#main-header) *:not(div)+.h2,
header:not(#main-header) *:not(div)+h2,
header:not(#main-header) *:not(div)+.h1,
header:not(#main-header) *:not(div)+h1 {
	margin-top: 56px
}

@media (max-width: 991.98px) {

	header:not(#main-header) *:not(div)+.h2,
	header:not(#main-header) *:not(div)+h2,
	header:not(#main-header) *:not(div)+.h1,
	header:not(#main-header) *:not(div)+h1 {
		margin-top: 39.2px
	}
}

header:not(#main-header) h4,
header:not(#main-header) .h4,
header:not(#main-header) h3,
header:not(#main-header) .h3 {
	margin-bottom: 16px
}

header:not(#main-header) *:not(div)+.h4,
header:not(#main-header) *:not(div)+h4,
header:not(#main-header) *:not(div)+.h3,
header:not(#main-header) *:not(div)+h3 {
	margin-top: 16px
}

p a,
.ce-bodytext a {
	text-decoration: underline;
	color: #164194;
	transition: color .3s ease
}

p a:focus,
p a:hover,
.ce-bodytext a:focus,
.ce-bodytext a:hover {
	color: #366cab
}

b,
strong {
	font-weight: 700
}

.ce-headline-center,
.align-center {
	text-align: center
}

.ce-headline-right,
.align-right {
	text-align: right
}

.ce-headline-left,
.align-left {
	text-align: left
}

.align-justify {
	text-align: justify
}

.ce-bodytext p img {
	display: inline-block;
	vertical-align: top;
	padding: 5px
}

.ce-bodytext ul li,
p ul li {
	position: relative;
	padding-left: 18px;
	color: #5d5d5d;
	font-size: 16px;
	line-height: 28px
}

.ce-bodytext ul li:before,
p ul li:before {
	content: "";
	position: absolute;
	top: 9px;
	left: 3px;
	width: 5px;
	height: 5px;
	background: #d0ab39
}

.text-style--small {
	display: inline-block;
	font-size: 10px;
	line-height: 15px
}

.text-style--medium {
	font-size: 20px;
	line-height: 24px;
	font-weight: 300;
	color: #5d5d5d
}

.text-style--big {
	font-size: 28px;
	line-height: 35px;
	font-weight: 300;
	color: #5d5d5d
}

@media (max-width: 1259.98px) {
	.text-style--big {
		font-size: 22.4px;
		line-height: 28px
	}
}

.text-color--black {
	color: #000
}

.text-color--grey {
	color: #5d5d5d
}

.text-color--success {
	color: #407230
}

.text-color--info {
	color: #3e6a8d
}

.text-color--warning {
	color: #856e34
}

.text-color--error {
	color: #b60000
}

.text-color--za {
	color: #164194
}

.text-color--orange {
	color: #d0ab39
}

.cke_editable table img,
.ce-bodytext table img,
.frame-type-table table img {
	display: inline-block
}

.cke_editable table.ce-table,
.cke_editable table.contenttable,
.ce-bodytext table.ce-table,
.ce-bodytext table.contenttable,
.frame-type-table table.ce-table,
.frame-type-table table.contenttable {
	display: block;
	max-width: 100%;
	overflow-x: auto
}

.cke_editable table.ce-table::-webkit-scrollbar,
.cke_editable table.contenttable::-webkit-scrollbar,
.ce-bodytext table.ce-table::-webkit-scrollbar,
.ce-bodytext table.contenttable::-webkit-scrollbar,
.frame-type-table table.ce-table::-webkit-scrollbar,
.frame-type-table table.contenttable::-webkit-scrollbar {
	height: 4px
}

.cke_editable table.ce-table tr:nth-child(odd),
.cke_editable table.contenttable tr:nth-child(odd),
.ce-bodytext table.ce-table tr:nth-child(odd),
.ce-bodytext table.contenttable tr:nth-child(odd),
.frame-type-table table.ce-table tr:nth-child(odd),
.frame-type-table table.contenttable tr:nth-child(odd) {
	background: #f9f9f9
}

.cke_editable table.ce-table tr td,
.cke_editable table.contenttable tr td,
.ce-bodytext table.ce-table tr td,
.ce-bodytext table.contenttable tr td,
.frame-type-table table.ce-table tr td,
.frame-type-table table.contenttable tr td {
	padding: 5px 10px;
	border: 1px solid #e6ecf4;
	color: #5d5d5d;
	font-size: 16px;
	line-height: 28px
}

.cke_editable table.full-width-table,
.ce-bodytext table.full-width-table,
.frame-type-table table.full-width-table {
	width: 100%;
	overflow-x: auto;
	table-layout: fixed
}

.cke_editable table.full-width-table::-webkit-scrollbar,
.ce-bodytext table.full-width-table::-webkit-scrollbar,
.frame-type-table table.full-width-table::-webkit-scrollbar {
	height: 4px
}

.cke_editable table.full-width-table tbody,
.ce-bodytext table.full-width-table tbody,
.frame-type-table table.full-width-table tbody {
	width: 100%
}

.cke_editable table.full-width-table td,
.ce-bodytext table.full-width-table td,
.frame-type-table table.full-width-table td {
	color: #5d5d5d;
	font-size: 16px;
	line-height: 28px;
	vertical-align: top;
	padding: 5px 15px
}

body .button--default {
	display: inline-block;
	border: 1px solid #646363;
	color: #646363;
	background: transparent;
	min-height: 40px;
	line-height: 40px;
	padding: 0 12px;
	text-align: center;
	transition: border .5s ease, color .5s ease, background .5s ease
}

body .button--default.active,
body .button--default:hover {
	color: #fff;
	background: #164194;
	border-color: #164194
}

body .button--default.active:before,
body .button--default:hover:before {
	color: #fff;
	transition: border .5s ease, color .5s ease, background .5s ease
}

body .button--default.error {
	border-color: red;
	color: red
}

body .button--default.error:before {
	content: "";
	font-size: 16px;
	color: red
}

body .button--background,
body .button--background--blue,
body .button--background--orange {
	padding: 0 20px;
	min-height: 44px;
	line-height: 46px;
	background-color: #646363;
	color: #fff;
	text-decoration: none;
	text-align: center;
	display: inline-block;
	opacity: 1;
	transition: opacity .5s ease
}

body .button--background--orange {
	background: #d0ab39
}

body .button--background--blue {
	background: #164194
}

body .button--background:hover,
body .button--background--orange:hover,
body .button--background--blue:hover {
	opacity: .9
}

body .button--arrow {
	display: inline-block;
	border: 1px solid #646363;
	color: #646363;
	background: transparent;
	min-height: 40px;
	line-height: 40px;
	padding: 0 12px;
	text-align: center;
	transition: border .5s ease, color .5s ease, background .5s ease;
	margin-top: 25px
}

body .button--arrow.active,
body .button--arrow:hover {
	color: #fff;
	background: #164194;
	border-color: #164194
}

body .button--arrow.active:before,
body .button--arrow:hover:before {
	color: #fff;
	transition: border .5s ease, color .5s ease, background .5s ease
}

body .button--arrow.error {
	border-color: red;
	color: red
}

body .button--arrow.error:before {
	content: "";
	font-size: 16px;
	color: red
}

body .button--arrow.without-border {
	padding: 0 8px;
	border: 0;
	color: #164194;
	font-weight: 600
}

body .button--arrow.without-border.active,
body .button--arrow.without-border:hover {
	background: none
}

body .button--arrow.without-border.active:before,
body .button--arrow.without-border:hover:before {
	color: #646363
}

body .button--arrow:not([class*=icon-]).active:before,
body .button--arrow:not([class*=icon-]):hover:before {
	transform: translate(20%)
}

body .button--arrow:not([class*=icon-]):before {
	content: ""
}

body .button--arrow[class*=icon-] {
	font-family: Arial MT W03, sans-serif !important
}

body .button--arrow:before {
	display: inline-block;
	color: #646363;
	vertical-align: middle;
	padding-right: 8px;
	margin-top: -4px;
	font-family: IcoMoon;
	font-size: 27px;
	transform: translate(0);
	transition: transform .5s ease, color .5s ease !important
}

body .linked-content:hover .button--arrow {
	color: #fff;
	background: #164194;
	border-color: #164194
}

body .linked-content:hover .button--arrow:before {
	color: #fff;
	transform: translate(20%)
}

body .button--icon {
	display: inline-block;
	border: 1px solid #646363;
	color: #646363;
	background: transparent;
	min-height: 40px;
	line-height: 40px;
	padding: 0 12px;
	text-align: center;
	transition: border .5s ease, color .5s ease, background .5s ease;
	border: none
}

body .button--icon.active,
body .button--icon:hover {
	color: #fff;
	background: #164194;
	border-color: #164194
}

body .button--icon.active:before,
body .button--icon:hover:before {
	color: #fff;
	transition: border .5s ease, color .5s ease, background .5s ease
}

body .button--icon.error {
	border-color: red;
	color: red
}

body .button--icon.error:before {
	content: "";
	font-size: 16px;
	color: red
}

body .button--has-icon {
	display: inline-block;
	border: 1px solid #646363;
	color: #646363;
	background: transparent;
	min-height: 40px;
	line-height: 40px;
	text-align: center;
	transition: border .5s ease, color .5s ease, background .5s ease;
	position: relative;
	z-index: auto;
	font-family: inherit !important;
	padding: 0 12px 0 35px
}

body .button--has-icon.active,
body .button--has-icon:hover {
	color: #fff;
	background: #164194;
	border-color: #164194
}

body .button--has-icon.active:before,
body .button--has-icon:hover:before {
	color: #fff;
	transition: border .5s ease, color .5s ease, background .5s ease
}

body .button--has-icon.error {
	border-color: red;
	color: red
}

body .button--has-icon.error:before {
	content: "";
	font-size: 16px;
	color: red
}

body .button--has-icon:before {
	display: block;
	position: absolute;
	top: 0;
	z-index: auto;
	font-family: IcoMoon;
	speak: none;
	font-size: 16px;
	line-height: inherit;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

body .button--has-icon:before {
	left: 12px
}

body .button--has-icon-right {
	display: inline-block;
	border: 1px solid #646363;
	color: #646363;
	background: transparent;
	min-height: 40px;
	line-height: 40px;
	padding: 0 40px 0 12px;
	text-align: center;
	transition: border .5s ease, color .5s ease, background .5s ease;
	position: relative;
	z-index: auto;
	font-family: inherit !important
}

body .button--has-icon-right.active,
body .button--has-icon-right:hover {
	color: #fff;
	background: #164194;
	border-color: #164194
}

body .button--has-icon-right.active:before,
body .button--has-icon-right:hover:before {
	color: #fff;
	transition: border .5s ease, color .5s ease, background .5s ease
}

body .button--has-icon-right.error {
	border-color: red;
	color: red
}

body .button--has-icon-right.error:before {
	content: "";
	font-size: 16px;
	color: red
}

body .button--has-icon-right:before {
	display: block;
	position: absolute;
	top: 0;
	z-index: auto;
	font-family: IcoMoon;
	speak: none;
	font-size: 16px;
	line-height: inherit;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

body .button--has-icon-right:before {
	right: 15px
}

body .button--full-width {
	width: 100%;
	display: block;
	text-align: left
}

body .button--slim-box-style {
	display: inline-block;
	padding: 10px 45px;
	color: #164194;
	border: 1px solid #164194;
	background: transparent;
	transition: background .5s ease, color .5s ease, border .5s ease;
	line-height: 28px;
	text-decoration: none !important
}

body .button--slim-box-style.active,
body .button--slim-box-style:hover {
	background: #646363;
	color: #fff;
	border: 1px solid #646363
}

body .button--block-box-style {
	display: inline-block;
	padding: 10px 45px;
	background: #164194;
	color: #fff;
	transition: background .5s ease;
	line-height: 28px;
	text-align: center;
	text-decoration: none !important
}

body .button--block-box-style.active,
body .button--block-box-style:hover {
	color: #fff;
	background: #646363
}

body [class*=button--cp] {
	display: inline-block;
	min-height: 41px;
	line-height: 41px;
	padding: 0 25px;
	border: 1px solid #F0F0F0;
	border-radius: 5px;
	color: #4d4d4d;
	font-weight: lighter;
	background: #fff;
	cursor: pointer
}

body [class*=button--cp][class*=--small] {
	min-height: 32px;
	line-height: 32px
}

body [class*=button--cp][class*=--tide] {
	padding: 0 8px
}

body [class*=button--cp][class*=--tide] i {
	margin: 0
}

body [class*=button--cp]:hover {
	background: #f0f0f0
}

body [class*=button--cp] i {
	margin-right: 5px;
	position: relative;
	top: 5px;
	font-size: 24px
}

body [class*=button--cp].active {
	background: #164194;
	color: #fff
}

body [class*=button--cp].active:hover {
	background: #113272
}

.background-style--za p,
.background-style--za h1,
.background-style--za h2,
.background-style--za h3,
.background-style--za h4,
.background-style--za h5 {
	color: #fff
}

.background-style--za .button--slim-box-style,
.background-style--za .button--arrow {
	color: #fff;
	border-color: #fff
}

.background-style--za .button--arrow:before {
	color: #fff
}

.background-style--za .button--arrow.active,
.background-style--za .button--arrow:hover {
	background: #fff;
	color: #5d5d5d
}

.background-style--za .button--arrow.active:before,
.background-style--za .button--arrow:hover:before {
	color: #5d5d5d
}

.background-style--za-light .button--slim-box-style {
	color: #fff;
	border: 1px solid white
}

.background-style--za-light .button--slim-box-style.active,
.background-style--za-light .button--slim-box-style:hover {
	background: #fff;
	color: #4d4d4d;
	border: 1px solid white
}

.background-style--za-light .button--block-box-style {
	background: #646363
}

.background-style--za-light .button--block-box-style.active,
.background-style--za-light .button--block-box-style:hover {
	background: #164194
}

@media screen and (max-width: 1900px) {
	footer {
		margin-bottom: 75px
	}
}

footer .top-footer .left-footer #footer-logo {
	display: inline-block;
	margin-top: -18px
}

footer .top-footer .left-footer #footer-logo img {
	width: 210px
}

footer .top-footer .left-footer .slogan {
	margin-top: 25px;
	font-size: 14.4px;
	line-height: 22px
}

footer .top-footer .left-footer .social {
	margin-top: 55px
}

footer .top-footer .left-footer .social a {
	display: inline-block;
	margin-right: 7px
}

footer .top-footer .left-footer .social a i {
	display: inline-block;
	color: #fff;
	width: 25px;
	height: 25px;
	text-align: center;
	background: #bababa;
	transition: background .5s ease
}

footer .top-footer .left-footer .social a i.icon-tiktok {
	transition: unset
}

footer .top-footer .left-footer .social a:hover .icon-linkedin {
	background: #007bb6
}

footer .top-footer .left-footer .social a:hover .icon-youtube-play {
	background: #b00
}

footer .top-footer .left-footer .social a:hover .icon-instagram {
	background: #517fa4
}

footer .top-footer .left-footer .social a:hover .icon-facebook {
	background: #3b5998
}

footer .top-footer .left-footer .social a:hover .icon-xing {
	background: #126567
}

footer .top-footer .left-footer .social a:hover .icon-wechat {
	background: #7bb32e
}

footer .top-footer .left-footer .social a:hover .icon-tiktok {
	background: linear-gradient(90deg, #25f4ee, #fe2c55)
}

footer .top-footer .left-footer .social a i {
	line-height: 25px
}

footer .top-footer .top-footer-menu .title {
	text-transform: uppercase
}

@media (min-width: 992px) and (max-width: 1429.98px) {
	footer .top-footer .top-footer-menu .title {
		font-size: 20px
	}
}

footer .top-footer .top-footer-menu li li {
	margin: 18px 0
}

footer .top-footer .top-footer-menu li li a {
	text-decoration: none;
	font-size: 14.4px;
	color: #646363;
	transition: color .5s ease
}

footer .top-footer .top-footer-menu li li a:hover {
	color: #164194
}

footer .top-footer .ce-bodytext,
footer .top-footer .ce-bodytext p {
	font-size: 14.4px
}

footer .bottom-footer {
	display: flex
}

footer .bottom-footer .system-pages-menu li {
	display: inline-block
}

footer .bottom-footer .system-pages-menu li:not(:first-child):before {
	content: ".";
	margin: 0 2px;
	color: #646363
}

footer .bottom-footer .system-pages-menu li a {
	text-decoration: none;
	color: #646363;
	transition: color .5s ease;
	font-size: 12.8px
}

footer .bottom-footer .system-pages-menu li a:hover {
	color: #164194
}

footer .bottom-footer .copyright {
	margin-left: auto;
	font-size: 12.8px;
	color: #646363
}

@media (max-width: 991.98px) {
	body>footer {
		text-align: center
	}

	body>footer .top-footer-menu {
		margin: 20px 0
	}

	body>footer .top-footer .left-footer .social {
		margin-top: 10px
	}

	body>footer .bottom-footer {
		display: block
	}

	body>footer .bottom-footer .copyright {
		margin-top: 20px
	}
}

#main-header {
	position: relative;
	padding-top: 80px
}

@media (max-width: 991.98px) {
	#main-header {
		padding-top: 60px
	}
}

#main-header #logo {
	max-width: 270px;
	margin: auto 0 15px;
	height: 64px
}

@media (max-width: 991.98px) {
	#main-header #logo {
		height: 48px
	}
}

#main-header #logo img {
	height: 100%
}

#main-header #fixed-header {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	height: 80px;
	background: #fff;
	box-shadow: 0 0 3px #000;
	transform: translateY(-100%);
	transition: transform .3s ease-out;
	z-index: 10000
}

@media (max-width: 991.98px) {
	#main-header #fixed-header {
		height: 60px
	}
}

#main-header #fixed-header.active {
	transform: translateY(0)
}

#main-header #fixed-header>.container {
	height: 100%
}

#main-header #fixed-header .inner-header {
	display: flex;
	height: 100%;
	position: relative;
	z-index: auto
}

.header-visible #scroll-to-top {
	visibility: hidden;
	opacity: 0
}

#scroll-to-top {
	position: fixed;
	bottom: 25px;
	left: 25px;
	padding: 10px 15px;
	border: 1px solid #164194;
	cursor: pointer;
	opacity: 1;
	visibility: visible;
	transition: visibility .5s ease, opacity .5s ease;
	z-index: 1000;
	background: #fff
}

#scroll-to-top i {
	display: block;
	color: #164194;
	font-size: 28px;
	transform: translateY(0);
	transition: transform .5s ease
}

#scroll-to-top:hover i {
	transform: translateY(-15%)
}

body.mainmenu--active .mainmenu--stretch {
	z-index: 10000
}

#mainmenu--toggle {
	position: relative;
	height: 30px;
	display: flex;
	align-items: center;
	margin: auto 0 12px 30px;
	padding-right: 15px;
	outline: 0;
	transition: color .3s ease
}

#mainmenu--toggle:hover .burger,
#mainmenu--toggle:hover .burger:before,
#mainmenu--toggle:hover .burger:after {
	background-color: #366cab
}

#mainmenu--toggle:hover span {
	color: #366cab
}

#mainmenu--toggle .title {
	color: #164194;
	padding-left: 50px;
	font-size: 26px;
	transition: color .3s ease
}

#mainmenu--toggle .burger,
#mainmenu--toggle .burger:before,
#mainmenu--toggle .burger:after {
	position: absolute;
	left: 0;
	content: "";
	background: #164194;
	border-radius: 3px;
	width: 30px;
	height: 4px;
	transform: rotate(0);
	transition: transform .3s ease, background .1s ease, top .3s ease, background-color .3s ease
}

#mainmenu--toggle .burger {
	top: 13px
}

#mainmenu--toggle .burger:before {
	top: -8px
}

#mainmenu--toggle .burger:after {
	bottom: -8px
}

#mainmenu--toggle.active .burger {
	background: transparent
}

#mainmenu--toggle.active .burger:before {
	top: 0;
	transform: rotate(-45deg)
}

#mainmenu--toggle.active .burger:after {
	bottom: 0;
	transform: rotate(45deg)
}

@media (max-width: 767.98px) {
	#mainmenu--toggle {
		border: 0;
		margin-left: 15px;
		margin-right: 10px;
		padding-right: 35px
	}

	#mainmenu--toggle .title {
		display: none
	}
}

@media (min-width: 1260px) {
	#mainmenu--toggle {
		display: none
	}

	#mainmenu-desktop {
		display: flex;
		margin-left: 35px
	}

	#mainmenu-desktop ul {
		display: flex;
		margin: auto 0 11px;
		flex-direction: row
	}

	#mainmenu-desktop ul li {
		margin: 0 5px
	}

	#mainmenu-desktop ul li.home-icon a {
		font-size: 25px;
		padding: 5px 15px
	}

	#mainmenu-desktop ul li a {
		position: relative;
		display: block;
		padding: 10px 15px;
		color: #4d4d4d;
		transition: color .3s ease;
		text-transform: uppercase;
		overflow: hidden
	}

	#mainmenu-desktop ul li a:after {
		content: "";
		position: absolute;
		right: 15px;
		bottom: 0;
		left: 15px;
		height: 3px;
		background: #164194;
		transform: translateY(4px);
		transition: transform .3s ease
	}

	#mainmenu-desktop ul li:hover a,
	#mainmenu-desktop ul li.active a {
		color: #164194
	}

	#mainmenu-desktop ul li:hover a:after,
	#mainmenu-desktop ul li.active a:after {
		transform: translateY(0)
	}

	#mainmenu .menu--container[data-level="1"]>li>.overlay {
		transition: opacity .5s ease-in, visibility .5s ease-in !important
	}
}

@media (max-width: 1259.98px) {
	#mainmenu-desktop {
		display: none
	}
}

.mainmenu--shadow.mainmenu--stretch {
	position: fixed;
	top: 80px;
	right: 0;
	left: 0;
	z-index: -1;
	border-top: 4px solid white;
	background: #f9f9f9;
	opacity: 0;
	visibility: hidden;
	transition: opacity .3s ease .3s, visibility .3s ease .3s, z-index .5s ease .3s;
	box-shadow: 0 3px 3px #0000001c
}

@media (max-width: 991.98px) {
	.mainmenu--shadow.mainmenu--stretch {
		top: 60px
	}
}

@media (max-width: 1259.98px) {
	.mainmenu--shadow.mainmenu--stretch {
		background: #fff
	}
}

.mainmenu--active .mainmenu--shadow {
	opacity: 1;
	visibility: visible;
	transition: opacity .3s ease, visibility .3s ease, z-index 0s ease
}

#mainmenu--container {
	width: 100%;
	height: 100%;
	max-height: 100%;
	max-width: 1570px;
	margin: 0 auto;
	overflow: hidden;
	transition: height .3s ease
}

#mainmenu {
	position: relative;
	height: 100%;
	margin: 0 auto;
	opacity: 0;
	transition: transform .3s ease-in-out
}

#mainmenu li a {
	position: relative;
	display: block;
	width: 100%;
	padding: 12px 30px 12px 0;
	outline: 0;
	color: #4d4d4d;
	line-height: 20px
}

#mainmenu .title {
	font-weight: 600;
	color: #4d4d4d
}

#mainmenu .menu--divider {
	position: relative
}

#mainmenu .menu--divider:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 1px;
	top: 50%;
	right: 0;
	left: 0;
	background: #e5ecf4
}

#mainmenu li:focus>a,
#mainmenu li:hover>a,
#mainmenu li.active>a,
#mainmenu li.current>a {
	width: 100%;
	padding-right: 20px;
	color: #164194;
	font-weight: 700
}

#mainmenu li:focus>a:after,
#mainmenu li:hover>a:after,
#mainmenu li.active>a:after,
#mainmenu li.current>a:after {
	transform: translate(35%)
}

#mainmenu .has-sub>a:after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	padding: 15px 10px;
	font-family: IcoMoon;
	font-weight: 400;
	font-size: 25px;
	transform: translate(0);
	transition: transform .3s ease, color .3s ease
}

#mainmenu .overlay {
	box-sizing: content-box
}

#mainmenu .overlay .hide-overflow {
	height: 100%;
	overflow: hidden
}

#mainmenu .overlay .menu--container {
	width: calc(100% + 20px);
	height: 100%;
	overflow-y: scroll;
	overflow-x: hidden;
	background: #fff;
	padding: 30px
}

#mainmenu>.overlay {
	position: relative;
	height: 100%;
	width: 25%;
	z-index: 1
}

@media (max-width: 1259.98px) {
	#mainmenu>.overlay {
		width: 50%
	}
}

@media (max-width: 767.98px) {
	#mainmenu>.overlay {
		width: 100%
	}
}

#mainmenu>.overlay .overlay {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 100%;
	opacity: 0;
	visibility: hidden;
	transform: translate(-100%);
	z-index: -1
}

#mainmenu>.overlay .overlay li {
	opacity: 0;
	transition: opacity .3s ease .2s
}

#mainmenu>.overlay li.current>.overlay,
#mainmenu>.overlay li.active>.overlay {
	transform: translate(0);
	visibility: visible;
	opacity: 1
}

#mainmenu>.overlay li.current>.overlay>.hide-overflow>.menu--container>li,
#mainmenu>.overlay li.active>.overlay>.hide-overflow>.menu--container>li {
	opacity: 1
}

#mainmenu>.overlay li.current .hide-overflow {
	border-right: 0
}

#mainmenu>.overlay li.animate>.overlay {
	transition: transform .3s ease-in-out
}

#mainmenu .back-btn {
	cursor: pointer;
	transition: max-height .3s ease .3s, opacity .3s ease, visibility .3s ease !important;
	max-height: 0px;
	overflow: hidden
}

#mainmenu .back-btn:after {
	content: "";
	display: block;
	padding: 10px 0;
	font-family: IcoMoon;
	font-weight: 400;
	font-size: 20px;
	color: #4d4d4d
}

#mainmenu .back-btn:hover:after {
	color: #164194
}

#mainmenu .last-visible>.hide-overflow>.menu--container>.back-btn {
	max-height: 80px;
	transition: max-height .5s ease, opacity .3s ease .5s, visibility .3s ease .5s !important
}

.frame-type-menu_sitemap_page_and_subpages ul li {
	margin-left: 25px;
	font-size: 25px;
	padding: 20px 0
}

.frame-type-menu_sitemap_page_and_subpages ul li a {
	color: #164194
}

.frame-type-menu_sitemap_page_and_subpages ul li ul {
	padding-bottom: 10px
}

.frame-type-menu_sitemap_page_and_subpages ul li ul li {
	font-size: 20px;
	padding: 15px 0
}

.frame-type-menu_sitemap_page_and_subpages ul li ul li ul li {
	font-size: 18px;
	padding: 10px 0
}

.frame-type-menu_sitemap_page_and_subpages ul li ul li ul li ul li {
	font-size: 16px;
	padding: 7px 0
}

.frame-type-menu_sitemap_page_and_subpages ul li ul li ul li ul li ul {
	padding: 10px 0
}

.frame-type-menu_sitemap_page_and_subpages ul li ul li ul li ul li ul li {
	font-size: 14px;
	padding: 5px 0
}

#metamenu {
	display: flex;
	margin-left: auto;
	flex-direction: column;
	align-items: flex-end
}

#metamenu>ul {
	display: flex;
	flex-direction: row;
	margin: 5px 0
}

#metamenu>ul>li {
	margin: 0 5px
}

#metamenu>ul>li>a {
	position: relative;
	display: block;
	padding: 10px 10px 12px;
	font-size: 22px;
	margin-right: 5px;
	color: #4d4d4d;
	transition: color .3s ease;
	text-transform: uppercase;
	overflow: hidden
}

#metamenu #metamenu__sites li.item--meta {
	display: none
}

@media (min-width: 1260px) {
	#metamenu #metamenu__sites li.item--meta {
		display: list-item
	}
}

#metamenu #metamenu__sites li.item--meta a {
	font-size: 12px;
	padding-bottom: 0
}

#metamenu #metamenu__controls {
	margin-top: auto
}

@media (min-width: 1260px) {

	#metamenu #metamenu__controls li a,
	#metamenu #metamenu__controls li button {
		padding-top: 0
	}
}

.breadcrumb {
	padding-top: 20px;
	margin-bottom: 10px
}

.breadcrumb:after {
	content: "";
	display: block;
	width: 100%;
	max-width: 100px;
	height: 1.5px;
	margin-top: 30px;
	background: #366cab
}

.breadcrumb ul li {
	display: inline-block;
	font-size: 12px
}

.breadcrumb ul li a {
	color: #646363
}

.breadcrumb ul li:not(:last-child):after {
	content: "|";
	padding: 0 6px;
	color: #646363
}

.breadcrumb ul li:last-child a {
	color: #164194;
	font-weight: 700
}

body.header-visible #page-section-menu {
	transform: translate(-400%)
}

#page-section-menu {
	position: fixed;
	display: flex;
	height: 100%;
	left: 15px;
	transform: translate(0);
	transition: transform .3s ease
}

@media (max-width: 991.98px) {
	#page-section-menu {
		display: none
	}
}

#page-section-menu ul {
	margin: auto 0;
	list-style: none;
	width: 25px;
	cursor: pointer
}

#page-section-menu ul:hover {
	width: 300px
}

#page-section-menu ul li {
	position: relative;
	margin: 30px 0
}

#page-section-menu ul li a .button {
	display: block;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: #646363;
	transition: background .3s ease;
	z-index: 1
}

#page-section-menu ul li a .button:after {
	position: absolute;
	display: block;
	top: -4px;
	left: -4px;
	width: 13px;
	height: 13px;
	content: "";
	background: transparent;
	border: 2px #164194 solid;
	border-radius: 50%;
	transform: scale(.2);
	transition: transform .5s ease;
	transform-style: preserve-3d;
	z-index: -1
}

#page-section-menu ul li a .header {
	position: absolute;
	top: -10px;
	left: 0;
	display: block;
	min-width: 250px;
	margin-left: 20px;
	padding: 5px 8px;
	color: #fff;
	font-size: 13px;
	background: #164194;
	transform: translate(-180%);
	opacity: 0;
	transition: transform .2s ease-out, opacity .5s ease-in
}

#page-section-menu ul li.active a .button,
#page-section-menu ul li a:hover .button {
	background: #164194;
	transition: background .5s ease
}

#page-section-menu ul li.active a .button:after,
#page-section-menu ul li a:hover .button:after {
	transform: scale(1);
	top: -5px;
	left: -5px;
	width: 15px;
	height: 15px
}

#page-section-menu ul:hover .header {
	transform: translate(0);
	opacity: 1;
	transition: transform .3s ease-in, opacity .5s ease-in
}

#fixed-header.active #language-menu.active {
	opacity: 1;
	visibility: visible
}

#language-menu {
	position: absolute;
	right: 0;
	top: 80px;
	max-width: 100%;
	padding: 25px 15px;
	background: #fff;
	box-shadow: 0 1px 1px #000;
	opacity: 0;
	visibility: hidden;
	transition: opacity .3s ease, visibility .3s ease
}

@media (max-width: 991.98px) {
	#language-menu {
		top: 60px
	}
}

#language-menu .close {
	position: absolute;
	right: 15px;
	top: 22px;
	font-size: 22px;
	color: #4d4d4d
}

#language-menu .title {
	margin-bottom: 35px;
	max-width: 300px;
	font-size: 18px;
	line-height: 25px;
	padding-right: 30px;
	color: #164194;
	font-weight: 700;
	text-transform: uppercase
}

#language-menu .country,
#language-menu .language {
	margin: 8px 0;
	font-size: 15px;
	color: #5d5d5d;
	text-transform: uppercase
}

#language-menu .language-select {
	margin-top: 35px
}

#language-menu .language-select label {
	font-size: 14px;
	font-weight: 400
}

.language-country-popup {
	position: relative;
	visibility: hidden;
	opacity: 0;
	transition: opacity .2s ease, visibility .2s ease;
	z-index: 999999
}

.language-country-popup.active {
	visibility: visible;
	opacity: 1;
	transition: opacity .1s ease, visibility .1s ease
}

.language-country-popup.active .content {
	animation: bounce 1s ease;
	animation-fill-mode: forwards;
	transition: transform 0s ease
}

@keyframes bounce {
	0% {
		transform: translateY(-115%)
	}

	10% {
		transform: translateY(-90%)
	}

	20% {
		transform: translateY(-40%)
	}

	30% {
		transform: translateY(-10%)
	}

	40% {
		transform: translateY(0)
	}

	50% {
		transform: translateY(-8%)
	}

	60% {
		transform: translateY(0)
	}

	70% {
		transform: translateY(-5%)
	}

	80% {
		transform: translateY(0)
	}

	90% {
		transform: translateY(-3%)
	}

	to {
		transform: translateY(0)
	}
}

.language-country-popup:before {
	content: "";
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: #16419466
}

.language-country-popup .alternative,
.language-country-popup.country-gr .default {
	display: none
}

.language-country-popup.country-gr .country-gr {
	display: block
}

.language-country-popup .content {
	--language-padding-x: 40px;
	--language-padding-y: 80px;
	position: fixed;
	top: calc(50% - 140px);
	right: 30px;
	left: 30px;
	margin: auto;
	max-width: 720px;
	font-size: 14px;
	background: #fff;
	border-radius: 8px;
	padding: var(--language-padding-y) var(--language-padding-x);
	text-align: center;
	z-index: 9999999
}

@media (max-width: 991.98px) {
	.language-country-popup .content {
		--language-padding-x: 18px;
		--language-padding-y: 28px
	}
}

.language-country-popup .content .scroll-area {
	max-height: calc(100vh - var(--language-padding-x) - 100px);
	overflow-x: auto
}

.language-country-popup .content .text-style--big {
	font-weight: 400
}

.language-country-popup .content>i {
	position: absolute;
	width: 54px;
	height: 54px;
	padding: 7px;
	top: -26px;
	left: calc(50% - 27px);
	background: #fff;
	border-radius: 50%;
	text-align: center;
	vertical-align: middle;
	font-size: 35px;
	color: #164194
}

.language-country-popup .content .action {
	display: flex;
	flex-direction: row;
	justify-content: center;
	margin-top: 25px
}

.language-country-popup .content .action button {
	margin: 0 15px
}

@media (max-width: 767.98px) {
	.language-country-popup .content .action {
		flex-direction: column;
		align-items: center;
		gap: 16px
	}

	.language-country-popup .content .action button {
		max-width: 280px;
		width: 100%;
		padding: 8px 24px
	}
}

div[id*=userlike-] iframe {
	height: 100%
}

div[id*=userlike-] div[class*=umm] {
	z-index: 2147483600 !important
}

@media (min-width: 576px) {
	div[id*=userlike-] div[class*=umm] {
		left: auto;
		right: 95px;
		bottom: 25px
	}
}

@media (max-width: 767.98px) {
	div[id*=userlike-]:not(.open) div[class*=umm] {
		left: auto;
		right: 25px;
		bottom: 25px
	}
}

.youtube-iframe .uc-embedding-container {
	position: absolute;
	top: 0;
	bottom: 0;
	min-height: auto;
	overflow: unset
}

#uc-privacy-chip {
	display: none
}

button.userlikeHintButton {
	position: fixed;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center;
	width: 64px;
	min-width: 64px;
	height: 64px;
	min-height: 64px;
	padding: 0;
	cursor: pointer;
	background-color: #646363;
	border: 0px;
	border-radius: 12px;
	color: #fff;
	font-size: 40px;
	opacity: 1;
	visibility: visible;
	transition: visibility .5s ease, opacity .5s ease
}

.header-visible button.userlikeHintButton {
	visibility: hidden;
	opacity: 0
}

@media screen and (min-width: 768px) {
	button.userlikeHintButton {
		right: 95px;
		bottom: 25px
	}
}

@media screen and (max-width: 767px) {
	button.userlikeHintButton {
		right: 25px;
		bottom: 25px
	}
}

button.userlikeHintButton path {
	border-width: 0px;
	border-style: solid;
	box-sizing: border-box;
	overflow-wrap: break-word
}

body.header-visible #quick-access-toolbar ul {
	transform: translate(100%, calc(50dvh - 50%))
}

@media (max-width: 767.98px) {
	#quick-access-toolbar {
		display: none
	}
}

#quick-access-toolbar ul {
	position: fixed;
	right: 0;
	transform: translateY(calc(50dvh - 50%));
	z-index: 100;
	background: #164194;
	border-right: 0 solid #164194;
	transition: transform .5s ease
}

#quick-access-toolbar ul li .toolbar-item {
	position: relative;
	background: #164194;
	backface-visibility: hidden;
	z-index: 100
}

#quick-access-toolbar ul li .toolbar-item a {
	display: block
}

#quick-access-toolbar ul li .toolbar-item .title {
	position: absolute;
	top: 0;
	right: 100%;
	text-align: center;
	height: 45px;
	line-height: 45px;
	color: #fff;
	padding: 0 11px;
	font-family: Arial MT W03, sans-serif;
	font-size: 13px;
	white-space: pre;
	text-transform: uppercase;
	background: #164194;
	transform: perspective(200px) rotateY(270deg);
	transform-origin: 100% 50% 0;
	backface-visibility: hidden;
	transition: transform .5s ease
}

#quick-access-toolbar ul li .toolbar-item:hover .title {
	transform: perspective(200px) rotateY(360deg)
}

#quick-access-toolbar ul li .toolbar-item .icon {
	height: 45px;
	width: 45px;
	background: #164194;
	color: #fff;
	font-size: 22px;
	line-height: 45px;
	text-align: center
}

#quick-access-toolbar ul li .toolbar-item#userlikeCustomTab:hover {
	cursor: pointer
}

.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent
}

.slick-list {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0
}

.slick-list:focus {
	outline: none
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translateZ(0)
}

.slick-track {
	position: relative;
	left: 0;
	top: 0;
	display: block;
	margin-left: auto;
	margin-right: auto
}

.slick-track:before,
.slick-track:after {
	content: "";
	display: table
}

.slick-track:after {
	clear: both
}

.slick-loading .slick-track {
	visibility: hidden
}

.slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
	display: none
}

[dir=rtl] .slick-slide {
	float: right
}

.slick-slide img {
	display: block
}

.slick-slide.slick-loading img {
	display: none
}

.slick-slide.dragging img {
	pointer-events: none
}

.slick-initialized .slick-slide {
	display: block
}

.slick-loading .slick-slide {
	visibility: hidden
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent
}

.slick-arrow.slick-hidden {
	display: none
}

#lbal_search {
	min-height: 250px
}

#lbal_search .results {
	margin-top: 25px
}

#lbal_search .results .headline {
	line-height: 44px;
	margin-top: 25px
}

#lbal_search .results hr {
	margin: 15px 0
}

#lbal_search .results .files h4 {
	margin-bottom: -14px
}

#lbal_search .results .result-item {
	padding-top: 25px;
	margin: 25px 0;
	border-top: 1px solid #bababa
}

#lbal_search .results .result-item:last-child {
	padding-bottom: 25px;
	border-bottom: 1px solid #bababa
}

#lbal_search .results .result-item .file-description {
	line-height: 34px;
	margin-top: 20px
}

#lbal_search .results .result-item .language-files {
	margin-top: 20px
}

#lbal_search .results .result-item .language-files a {
	display: block;
	margin-bottom: 20px
}

.bal.downloads .result.error {
	color: #a00
}

.bal.downloads .result.error select,
.bal.downloads .result.error select:invalid {
	color: #a00;
	box-shadow: inset 0 0 0 .05rem #a00
}

.tx-hbziehlabegg {
	position: relative;
	z-index: auto
}

.tx-hbziehlabegg .downloads .list .searchbox button.button--icon.clear {
	display: none
}

.tx-hbziehlabegg .downloads .list .searchbox.filled button.button--icon.clear {
	display: block
}

.tx-hbziehlabegg .downloads .list .searchbox.filled button.button--icon.submit {
	display: none
}

.tx-hbziehlabegg .downloads .list .filters .header {
	margin: 25px 0
}

.tx-hbziehlabegg .downloads .list .filters .header>.row>div {
	margin-bottom: 15px
}

.tx-hbziehlabegg .downloads .list .filters input[type=radio]+label {
	color: #5d5d5d
}

.tx-hbziehlabegg .downloads .list .filters .main-categories {
	margin: 50px 0 20px
}

.tx-hbziehlabegg .downloads .list .filters .main-categories .muted {
	color: #aaa
}

.tx-hbziehlabegg .downloads .list .filters .main-categories .field {
	text-align: center;
	margin-bottom: 50px
}

.tx-hbziehlabegg .downloads .list .filters .main-categories .field input[type=radio]+label {
	min-width: 75px;
	text-align: center;
	padding-left: 0;
	padding-top: 85px;
	cursor: pointer;
	font-weight: 700
}

.tx-hbziehlabegg .downloads .list .filters .main-categories .field input[type=radio]+label:before {
	width: 100%;
	height: 85px;
	content: "";
	top: 0;
	border-radius: unset;
	border: unset;
	box-shadow: unset;
	background:url("data:image/svg+xml,%3csvg%20id='Ebene_1'%20data-name='Ebene%201'%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20188.21%20176.59'%3e%3cdefs%3e%3cstyle%3e.cls-1{fill:%23767676;}%3c/style%3e%3c/defs%3e%3cpath%20class='cls-1'%20d='M454.52,279.68h16a5.06,5.06,0,0,0,2.94-.95,5.11,5.11,0,0,0,1.83-2.5l.78-2.38h19.32a2.42,2.42,0,0,1,1,.19,2.52,2.52,0,0,1,1.09.9,2.38,2.38,0,0,1,.41,1.37v86.81l-29-66.57h0a6.93,6.93,0,0,0-6.33-4.14H450.3l4.22-12.73Zm-75.33-28.52h78.29l-8.08,24.46,0,0-5.53,16.76h-76l11.34-41.25Zm25.54-17.9h78.33l-13.32,40.28H456.55l7-21.22.05-.21v0a.08.08,0,0,0,0,0,5.26,5.26,0,0,0,.2-1.47,5.52,5.52,0,0,0-.41-2.12,5.63,5.63,0,0,0-2-2.44,5.46,5.46,0,0,0-1.47-.73,5.56,5.56,0,0,0-1.68-.25H400.75l4-11.77Zm25.57-17.9h78.34l-13.32,40.28h-13.2l7.25-21.92a5,5,0,0,0,.25-1.58,4.94,4.94,0,0,0-.38-1.92,5.08,5.08,0,0,0-1.79-2.21,5.08,5.08,0,0,0-2.85-.89H426.06l4.24-11.76ZM351,341.85a3.07,3.07,0,0,0,1.37-4.12l-19.16-38.08a1,1,0,0,1-.09-.34,1,1,0,0,1,.06-.28.76.76,0,0,1,.28-.35.48.48,0,0,1,.19-.09.55.55,0,0,1,.24,0H462.53a.74.74,0,0,1,.42.12.78.78,0,0,1,.28.34h0l34.65,79.46v.85a.74.74,0,0,1-.21.22l-.19.1a.78.78,0,0,1-.24,0H373.94a.8.8,0,0,1-.4-.11,1.05,1.05,0,0,1-.28-.31h0l-10.59-21.06a3.07,3.07,0,0,0-5.48,2.76h0L367.78,382a6.91,6.91,0,0,0,6.16,3.8H497.25a6.91,6.91,0,0,0,6.9-6.9,6.37,6.37,0,0,0-.13-1.3V276.31a8.58,8.58,0,0,0-8.6-8.59H478.13l2-6a3,3,0,0,0,.61.07h15.39a5,5,0,0,0,4.77-3.45L515,215.82a5.06,5.06,0,0,0,.25-1.58,5.07,5.07,0,0,0-2.17-4.13,5.16,5.16,0,0,0-1.33-.66,5.23,5.23,0,0,0-1.52-.23H429.51a5,5,0,0,0-2.94.95,5.1,5.1,0,0,0-1.8,2.42h0l-5.23,14.53h-15.6a5.06,5.06,0,0,0-2.95.95,5.15,5.15,0,0,0-1.83,2.5v0l-4.65,13.74a2.69,2.69,0,0,0-.14.74H378.74a5.55,5.55,0,0,0-5.27,3.8l0,.15-11.95,43.43H333.9a7.06,7.06,0,0,0-2.76.57,6.94,6.94,0,0,0-4.15,6.33,7,7,0,0,0,.74,3.1l19.16,38.08a3.08,3.08,0,0,0,4.12,1.36Z'%20transform='translate(-326.99%20-209.22)'/%3e%3c/svg%3e") top center no-repeat;
	background-size: 75px
}

.tx-hbziehlabegg .downloads .list .filters .main-categories .field input[type=radio]:checked+label:before {
	content: "";
	background-image:url("data:image/svg+xml,%3csvg%20id='Ebene_1'%20data-name='Ebene%201'%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20182.51%20170.86'%3e%3cdefs%3e%3cstyle%3e.cls-1{fill:%23144391;}%3c/style%3e%3c/defs%3e%3cpath%20class='cls-1'%20d='M473.48,294.7l34.8,79.79v0a.43.43,0,0,0,.83-.16V271.13a5.54,5.54,0,0,0-5.54-5.54H484.09l-4,12a9.63,9.63,0,0,1-9.16,6.62h-7.47a9.63,9.63,0,0,1-4.83-1.3l-1.6,4.83h5.87a11.55,11.55,0,0,1,10.57,6.92Z'%20transform='translate(-330.12%20-212.08)'/%3e%3cpath%20class='cls-1'%20d='M374.1,383H497.71a3.84,3.84,0,0,0,3.52-5.38l-34.8-79.79a3.84,3.84,0,0,0-3.52-2.31H334a3.84,3.84,0,0,0-3.43,5.57l40.13,79.79A3.87,3.87,0,0,0,374.1,383Z'%20transform='translate(-330.12%20-212.08)'/%3e%3cpath%20class='cls-1'%20d='M461.6,274a2,2,0,0,0,1.87,2.58h7.47a2,2,0,0,0,1.86-1.35l14.09-42.61A2,2,0,0,0,485,230H404.17a2,2,0,0,0-1.86,1.34l-2.1,6.34a2,2,0,0,0,1.86,2.57H471.6a.83.83,0,0,1,.79,1.08L461.6,274Z'%20transform='translate(-330.12%20-212.08)'/%3e%3cpath%20class='cls-1'%20d='M428,213.42l-2.1,6.34a2,2,0,0,0,1.86,2.58h69.53a.82.82,0,0,1,.78,1.08L487.24,256a2,2,0,0,0,1.86,2.57h7.48a2,2,0,0,0,1.86-1.34l14.09-42.62a2,2,0,0,0-1.87-2.57H429.81a2,2,0,0,0-1.86,1.34Z'%20transform='translate(-330.12%20-212.08)'/%3e%3cpath%20class='cls-1'%20d='M378.91,248a2.49,2.49,0,0,0-2.36,1.71L364,287.78h85l3.71-11.22h0L461,251.24v0h0a2.49,2.49,0,0,0-2.37-3.24H378.91Z'%20transform='translate(-330.12%20-212.08)'/%3e%3c/svg%3e")
}

.tx-hbziehlabegg .downloads .list .filters .filter-options {
	transition: max-height .3s ease-in-out, padding .3s ease-in-out;
	max-height: 1500px;
	overflow: hidden;
	border: none;
	box-shadow: inset 0 0 0 .05rem #646363
}

.tx-hbziehlabegg .downloads .list .filters .filter-options .filter-toggle {
	padding: 9px 15px 8px 18px;
	line-height: 22px;
	position: relative;
	z-index: auto;
	cursor: default
}

.tx-hbziehlabegg .downloads .list .filters .filter-options .filter-toggle:before {
	position: absolute;
	right: 3px;
	top: 3px;
	width: 33px;
	line-height: 30px;
	content: "" !important;
	font-family: IcoMoon !important;
	text-align: center
}

.tx-hbziehlabegg .downloads .list .filters .filter-options.closed {
	padding-top: 0;
	padding-bottom: 0;
	max-height: 39px
}

.tx-hbziehlabegg .downloads .list .filters .file-types {
	padding: 20px 50px
}

.tx-hbziehlabegg .downloads .list .filters .file-types>.row>div {
	display: flex;
	border-right: 1px solid #bababa
}

.tx-hbziehlabegg .downloads .list .filters .file-types>.row>div:last-child {
	border: none
}

.tx-hbziehlabegg .downloads .list .filters .file-types .left,
.tx-hbziehlabegg .downloads .list .filters .file-types .center,
.tx-hbziehlabegg .downloads .list .filters .file-types .right {
	width: 100%;
	padding: 30px 0
}

.tx-hbziehlabegg .downloads .list .filters .file-types .field {
	padding: 5px 0
}

.tx-hbziehlabegg .downloads .list .filters .file-types .title {
	margin-bottom: 10px
}

.tx-hbziehlabegg .downloads .list .filters .searchbox label {
	margin: unset
}

.tx-hbziehlabegg .downloads .list .filters .searchbox input {
	padding: unset;
	box-shadow: unset
}

.tx-hbziehlabegg .downloads .list .num-results {
	min-height: 30px;
	line-height: 30px;
	text-align: center
}

.tx-hbziehlabegg .downloads .list .num-results span {
	background: #164194;
	color: #fff;
	padding: 5px
}

.tx-hbziehlabegg .downloads .list .results .sorting-container .sorting {
	margin-bottom: 25px
}

.tx-hbziehlabegg .downloads .list .results .sorting-container .sorting label {
	min-height: 30px;
	line-height: 30px
}

.tx-hbziehlabegg .downloads .list .results .result-wrapper {
	height: 100%;
	padding: 15px 0
}

.tx-hbziehlabegg .downloads .list .results .result-wrapper .result {
	height: 100%;
	position: relative;
	z-index: auto;
	text-align: center;
	color: #5d5d5d;
	padding: 25px 25px 270px;
	border: 1px solid #bababa
}

.tx-hbziehlabegg .downloads .list .results .result-wrapper .result .icon {
	max-width: 75px;
	margin: 0 auto 10px;
	display: block
}

.tx-hbziehlabegg .downloads .list .results .result-wrapper .result .title {
	color: #164194;
	font-size: 18px;
	line-height: 26px;
	margin: 5px 0;
	cursor: pointer
}

.tx-hbziehlabegg .downloads .list .results .result-wrapper .result .description {
	line-height: 20px
}

.tx-hbziehlabegg .downloads .list .results .result-wrapper .result .additional-data {
	width: 100%;
	padding: 0 25px;
	position: absolute;
	left: 0;
	bottom: 25px;
	z-index: auto;
	text-align: left
}

.tx-hbziehlabegg .downloads .list .results .result-wrapper .result .additional-data .meta {
	width: 100%;
	line-height: 20px;
	margin: 5px 0
}

.tx-hbziehlabegg .downloads .list .results .result-wrapper .result .additional-data hr {
	border: none;
	border-top: 1px solid #bababa;
	margin: 20px 0
}

.tx-hbziehlabegg .downloads .list .results .result-wrapper .result .additional-data .select-wrapper {
	margin-bottom: 15px
}

.tx-hbziehlabegg .downloads .list .results .result-wrapper .result.error .select-wrapper {
	color: #a00
}

.tx-hbziehlabegg .downloads .list .results .result-wrapper .result.error .select-wrapper select {
	color: #a00;
	box-shadow: inset 0 0 0 .05rem #a00
}

.tx-hbziehlabegg .downloads .list .results .result-wrapper .result .download-preview button {
	width: 100%
}

.tx-hbziehlabegg .downloads .list .results .result-wrapper .result .download-preview button:before {
	left: 0;
	right: 0
}

.tx-hbziehlabegg .downloads .list .results .result-wrapper .result .copy-link {
	margin-top: 15px
}

.tx-hbziehlabegg .downloads .list .results .result-wrapper .result .copy-link button {
	width: 100%;
	text-align: center
}

.tx-hbziehlabegg .downloads .list .results .no-results {
	padding-top: 50px
}

@media (min-width: 992px) {
	.tx-hbziehlabegg .downloads .list .results .sorting-container {
		position: relative;
		z-index: auto
	}

	.tx-hbziehlabegg .downloads .list .results .sorting-container .sorting {
		width: 30%;
		position: absolute;
		z-index: auto;
		right: 0;
		top: -54px
	}

	.tx-hbziehlabegg .downloads .list .results .sorting-container .sorting .sorting-inner {
		margin-left: auto
	}
}

@media (max-width: 992px) {
	.tx-hbziehlabegg .downloads .list .filters .file-types>.row>div {
		border-right: none;
		border-bottom: 1px solid #bababa
	}
}

@media (min-width: 1260px) {
	.width-xl-20 {
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%
	}

	.width-xl-40 {
		-ms-flex: 0 0 40%;
		flex: 0 0 40%;
		max-width: 40%
	}
}

@media (min-width: 1330px) {
	.width-xxl-20 {
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%
	}

	.width-xxl-40 {
		-ms-flex: 0 0 40%;
		flex: 0 0 40%;
		max-width: 40%
	}
}

.za-glossary [class*=col-] {
	float: none;
	display: table-cell;
	vertical-align: top;
	margin-bottom: 50px
}

.za-glossary .za-glossary-letter {
	padding: 15px;
	background: #f9f9f9;
	height: 100%
}

.za-glossary .za-glossary-letter .letter {
	font-size: 22px;
	line-height: 28px;
	color: #164194;
	margin-bottom: 16px
}

.za-glossary .za-glossary-letter ul li {
	margin-top: 15px
}

.za-glossary .za-glossary-letter ul li a,
.calendarize a {
	color: #164194
}

.generic-list-partial .ajax-loading:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 9999999;
	background: url(/_assets/40e628dbebcaa0afe76b2a84c53bc24d/Build/asset/ziehl-abegg.CCZ8ISq_.svg) center 50px no-repeat
}

.tx-kesearch-pi1 .filters-and-list .result-list #kesearch_results.no-results a,
.calendarize a {
	color: #164194
}

.regularMonthView td {
	height: 8em;
	width: 100px
}

.regularMonthView td ul {
	margin-left: 10px;
	font-size: 12px;
	list-style-type: disc
}

.regularMonthView .not-current-month {
	background: #eee;
	color: #bbb !important
}

.regularMonthView .selectedDay {
	background-color: #e6ecf4 !important
}

.news-single .news-list-date+.news-list-tags:before {
	content: "|";
	padding: 0 4px
}

.news-single .media-body .mediaelement {
	margin-bottom: 15px
}

.news-single .news-apply-wrap {
	margin-top: 15px;
	float: left;
	margin-left: 15px
}

.news-single .news-apply-wrap a {
	padding: 11px 45px
}

.news-single .news-backlink-wrap {
	margin-top: 15px
}

.news-single .news-backlink-wrap.peopleforce {
	float: left
}

.news .page-navigation {
	display: flex;
	flex-direction: row
}

.news .page-navigation .f3-widget-paginator {
	margin: 0 0 0 auto
}

.no-news-found {
	color: #5d5d5d
}

.news-list-tags span:not(:last-child):after {
	content: ", "
}

.news-list-layout-default .article {
	margin: 30px 0
}

.news-list-layout-default .article+.article {
	padding-top: 20px
}

.news-list-layout-default .article .news-list-date+.news-list-tags:before {
	content: "|";
	padding: 0 4px
}

.news-list-layout-image .article {
	height: 100%;
	border: 1px solid #c9c9c9
}

.news-list-layout-image .image {
	padding-top: 15%
}

.news-list-layout-image .image img {
	margin: auto
}

.news-list-layout-image .body {
	text-align: center;
	padding-bottom: 4%;
	padding-top: 4%;
	line-height: 28px
}

.news-list-layout-image .body .header,
.news-list-layout-image .body .date,
.news-list-layout-image .body span {
	color: #5d5d5d
}

.news-list-layout-image .body .hall {
	margin-right: 3%
}

.news-list-layout-imageonly .article {
	width: 100%;
	padding-top: 100%;
	position: relative
}

.news-list-layout-imageonly .image {
	position: absolute;
	bottom: 0
}

.news-list-layout-imageonly .title {
	background-color: #0006;
	position: absolute;
	bottom: 0;
	height: 100%;
	width: 100%
}

.news-list-layout-imageonly .title p {
	color: #fff;
	word-break: break-word;
	line-height: 16px;
	position: absolute;
	width: 100%;
	bottom: 0;
	padding: 5px;
	font-weight: 600
}

.news-list-layout-buttonlist .article {
	width: 100%;
	position: relative
}

.news-list-layout-buttonlist .article>a,
.news-list-layout-buttonlist .article>span {
	display: block;
	padding: 12px;
	text-align: center;
	border: 2px solid #164194;
	margin-bottom: 10px;
	color: #164194;
	font-size: 16px
}

.news-list-layout-buttonlist .article>a:hover,
.news-list-layout-buttonlist .article>a:active,
.news-list-layout-buttonlist .article>a:focus,
.news-list-layout-buttonlist .article>span:hover,
.news-list-layout-buttonlist .article>span:active,
.news-list-layout-buttonlist .article>span:focus {
	color: #fff;
	background-color: #164194
}

.news-list-layout-block .article {
	height: 100%;
	box-shadow: 1px 1px 6px #e5ecf4;
	padding: 10px 15px;
	transform: translateZ(0);
	transition: box-shadow .3s ease, transform .3s ease
}

.news-list-layout-block .article:hover {
	transform: translate3d(-2.5px, -2.5px, 0);
	box-shadow: 2px 2px 7px 1px #e5ecf4
}

.news-list-layout-block .article .meta-info p {
	font-size: 14px
}

.news-list-layout-block1column .article {
	border: 1px solid #164194;
	padding: 15px;
	transition: background .3s ease
}

.news-list-layout-block1column .article .meta-info {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 8px;
	font-weight: 700;
	color: #164194
}

.news-list-layout-block1column .article .meta-info .news-list-tags {
	font-size: 28px;
	line-height: 35px;
	color: #164194
}

@media (max-width: 991.98px) {
	.news-list-layout-block1column .article .meta-info .news-list-tags {
		font-size: 22.4px;
		line-height: 28px
	}
}

@media (max-width: 767.98px) {
	.news-list-layout-block1column .article .meta-info .news-list-tags {
		font-size: 16px;
		line-height: 28px
	}
}

.news-list-layout-block1column .article:hover {
	background: #164194
}

.news-list-layout-block1column .article:hover .meta-info,
.news-list-layout-block1column .article:hover h3,
.news-list-layout-block1column .article:hover .news-list-tags,
.news-list-layout-block1column .article:hover p {
	color: #fff
}

.news-list-layout-slider {
	position: relative;
	padding: 0 25px
}

.news-list-layout-slider .slick-arrow {
	position: absolute;
	top: 28%;
	font-size: 0;
	z-index: 100
}

.news-list-layout-slider .slick-arrow:before {
	font-size: 40px;
	color: #4d4d4d;
	font-family: IcoMoon
}

.news-list-layout-slider .slick-arrow.slick-prev {
	left: 0
}

.news-list-layout-slider .slick-arrow.slick-prev:before {
	content: ""
}

.news-list-layout-slider .slick-arrow.slick-next {
	right: 0
}

.news-list-layout-slider .slick-arrow.slick-next:before {
	content: ""
}

.news-list-layout-slider .slick-arrow[aria-disabled=true] {
	opacity: .5
}

.news-list-layout-slider .article>a,
.news-list-layout-slider .article>span {
	max-width: 450px;
	display: flex;
	flex-direction: row;
	margin: 0 15px
}

.news-list-layout-slider .article>a .image,
.news-list-layout-slider .article>span .image {
	display: flex;
	width: 100px;
	height: 100px
}

.news-list-layout-slider .article>a .image img,
.news-list-layout-slider .article>span .image img {
	margin: auto
}

.news-list-layout-slider .article>a .image+.body,
.news-list-layout-slider .article>span .image+.body {
	margin: auto 0 auto 20px
}

.news-list-layout-slider .article>a .body,
.news-list-layout-slider .article>span .body {
	flex: 1 0 0
}

.news-list-layout-slider .article>a .body .header,
.news-list-layout-slider .article>span .body .header {
	color: #5d5d5d;
	font-weight: 700;
	font-size: 22px;
	line-height: 24px;
	margin-bottom: 10px
}

.news-list-layout-slider .article>a .body span,
.news-list-layout-slider .article>a .body p,
.news-list-layout-slider .article>span .body span,
.news-list-layout-slider .article>span .body p {
	font-size: 16px;
	line-height: 22px
}

.news-list-layout-slider .articletype-3 .body .date,
.news-list-layout-slider .articletype-3 .body span {
	color: #5d5d5d
}

.news-list-layout-slider .articletype-3 .body span+span:before {
	content: ",";
	padding-right: 3px
}

.news-tags {
	margin: -15px -5px
}

.news-tags li {
	display: inline-block;
	margin: 17px 5px
}

.news-tags li input[type=checkbox] {
	display: none
}

.news-tags li input[type=checkbox].active+label {
	background: #164194
}

.news-tags li label {
	padding: 12px 18px;
	color: #fff;
	background: #646363;
	cursor: pointer
}

.news-tags li label:hover,
.news-tags li label:focus {
	background: #366cab
}

.news-tags li label .count {
	display: inline-block;
	vertical-align: middle;
	margin-top: -1px;
	margin-left: 5px;
	padding: 3px 7px;
	background: #fff;
	min-width: 10px;
	font-size: 12px;
	line-height: 1;
	text-align: center;
	color: #164194;
	white-space: nowrap;
	border-radius: 10px
}

.news-search-form.layout-default label {
	display: block;
	font-weight: 700;
	font-size: 13px;
	color: #5d5d5d;
	margin: 16px 0 8px
}

.news-search-form.layout-default input,
.news-search-form.layout-default select {
	display: block;
	outline: 0;
	border: 1px solid #bababa;
	width: 100%;
	height: 35px;
	padding: 0 10px;
	line-height: 35px;
	font-size: 14px;
	background: #f9f9f9;
	color: #5d5d5d
}

.news-search-form.layout-reduced .news-tags-checkbox {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0 -15px
}

.news-search-form.layout-reduced .news-tags-checkbox input {
	display: none
}

.news-search-form.layout-reduced .news-tags-checkbox .column {
	padding: 15px;
	flex: 0 0 20%;
	width: 20%
}

.news-search-form.layout-reduced .news-tags-checkbox .column .tag {
	display: flex;
	height: 100%;
	padding: 15px;
	flex-direction: column;
	align-items: center;
	cursor: pointer;
	background: #164194;
	border: 1px solid #164194
}

.news-search-form.layout-reduced .news-tags-checkbox .column .tag .title,
.news-search-form.layout-reduced .news-tags-checkbox .column .tag .svg {
	margin: auto
}

.news-search-form.layout-reduced .news-tags-checkbox .column .tag .svg {
	padding-bottom: 5px
}

.news-search-form.layout-reduced .news-tags-checkbox .column .tag .svg svg {
	height: 40px;
	width: auto
}

.news-search-form.layout-reduced .news-tags-checkbox .column .tag .svg svg path {
	fill: #fff !important
}

.news-search-form.layout-reduced .news-tags-checkbox .column .tag .title {
	font-weight: 600;
	text-transform: uppercase;
	text-align: center;
	color: #fff
}

.news-search-form.layout-reduced .news-tags-checkbox .column .tag:not(.toggled):hover,
.news-search-form.layout-reduced .news-tags-checkbox .column .tag.active {
	background: #fff
}

.news-search-form.layout-reduced .news-tags-checkbox .column .tag:not(.toggled):hover .title,
.news-search-form.layout-reduced .news-tags-checkbox .column .tag.active .title {
	color: #164194
}

.news-search-form.layout-reduced .news-tags-checkbox .column .tag:not(.toggled):hover .svg svg path,
.news-search-form.layout-reduced .news-tags-checkbox .column .tag.active .svg svg path {
	fill: #164194 !important
}

.news-search-form.layout-reduced .news-tags-checkbox .column input:checked+.tag {
	background: #fff
}

.news-search-form.layout-reduced .news-tags-checkbox .column input:checked+.tag .title {
	color: #164194
}

.news-search-form.layout-reduced .news-tags-checkbox .column input:checked+.tag .svg svg path {
	fill: #164194 !important
}

@media (max-width: 1259.98px) {
	.news-search-form.layout-reduced .news-tags-checkbox .column {
		flex: 0 0 33.333%;
		width: 33.333%
	}

	.news-search-form.layout-reduced .news-tags-checkbox .column svg {
		height: 20px
	}
}

@media (max-width: 991.98px) {
	.news-search-form.layout-reduced .news-tags-checkbox {
		margin: 0
	}

	.news-search-form.layout-reduced .news-tags-checkbox .column {
		flex: 0 0 100%;
		width: 100%
	}

	.news-search-form.layout-reduced .news-tags-checkbox .column svg {
		height: 20px
	}
}

.news-search-form.layout-reduced .search-input {
	position: relative;
	max-width: 600px;
	margin: 55px auto
}

.news-search-form.layout-reduced .search-input input {
	height: 50px;
	width: 100%;
	border: 1px solid #d3d1d1;
	color: #164194;
	box-shadow: unset;
	padding-left: 10px
}

.news-search-form.layout-reduced .search-input input::placeholder {
	color: #164194
}

.news-search-form.layout-reduced .search-input .icon-search {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 20px;
	background: #d3d1d1;
	color: #164194
}

.tx-powermail .powermail_form.family>h3,
.tx-powermail .powermail_form.fanselect>h3 {
	display: none
}

.tx-powermail .powermail_fieldwrap.hide {
	display: none
}

.tx-powermail .powermail_fieldwrap ul.powermail-errors-list {
	margin-top: 10px
}

.tx-powermail .powermail_fieldwrap_type_text,
.tx-powermail input[type=submit] {
	margin-top: 15px
}

.tx-powermail input[type=submit].disabled {
	opacity: .4
}

.tx-powermail .onecolumn .col-md-6 {
	margin-right: 50%
}

.tx-powermail label {
	position: relative;
	z-index: auto
}

.tx-powermail label .icon-info-circle {
	display: inline-block;
	color: #164194;
	margin: 0 5px;
	position: absolute;
	right: 0;
	top: 5px;
	z-index: auto
}

.tx-powermail label .icon-info-circle span {
	display: none
}

.tx-powermail label .icon-info-circle+.description {
	position: absolute;
	z-index: auto;
	top: 0;
	right: 25px;
	border: 1px solid #164194;
	background: #366cab;
	color: #fff;
	padding: 10px;
	font-size: 12px;
	line-height: 16px;
	font-weight: 400;
	width: 80%;
	display: none
}

.tx-powermail label .icon-info-circle:hover+.description {
	display: block
}

.tx-powermail .onecolumn .col-md-6 {
	max-width: 100%;
	flex: 0 0 100%
}

.tx-powermail .powermail_morestep>fieldset legend {
	display: none
}

.tx-powermail .powermail_morestep .btn-group .btn-default {
	display: inline-block;
	border: 1px solid #646363;
	color: #646363;
	background: transparent;
	min-height: 40px;
	line-height: 40px;
	padding: 0 12px;
	text-align: center;
	transition: border .5s ease, color .5s ease, background .5s ease;
	margin-right: 10px
}

.tx-powermail .powermail_morestep .btn-group .btn-default.active,
.tx-powermail .powermail_morestep .btn-group .btn-default:hover {
	color: #fff;
	background: #164194;
	border-color: #164194
}

.tx-powermail .powermail_morestep .btn-group .btn-default.active:before,
.tx-powermail .powermail_morestep .btn-group .btn-default:hover:before {
	color: #fff;
	transition: border .5s ease, color .5s ease, background .5s ease
}

.tx-powermail .powermail_morestep .btn-group .btn-default.error {
	border-color: red;
	color: red
}

.tx-powermail .powermail_morestep .btn-group .btn-default.error:before {
	content: "";
	font-size: 16px;
	color: red
}

.tx-powermail .powermail_morestep .btn-group .btn-default.btn-primary {
	color: #fff;
	background: #164194;
	border-color: #164194
}

.tx-powermail .powermail_morestep .btn-group .btn-default.btn-primary:before {
	color: #fff;
	transition: border .5s ease, color .5s ease, background .5s ease
}

.tx-powermail .powermail_morestep .btn-group .btn-default.btn-danger:after {
	font-family: icomoon !important;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: red;
	padding-left: 10px;
	content: ""
}

.tx-powermail .powermail_morestep .powermail_tab_navigation {
	text-align: right
}

.tx-powermail .powermail_morestep .powermail_tab_navigation .btn {
	display: inline-block;
	border: 1px solid #646363;
	color: #646363;
	background: transparent;
	min-height: 40px;
	line-height: 40px;
	padding: 0 12px;
	text-align: center;
	transition: border .5s ease, color .5s ease, background .5s ease;
	font-size: 0;
	margin-left: 10px
}

.tx-powermail .powermail_morestep .powermail_tab_navigation .btn.active,
.tx-powermail .powermail_morestep .powermail_tab_navigation .btn:hover {
	color: #fff;
	background: #164194;
	border-color: #164194
}

.tx-powermail .powermail_morestep .powermail_tab_navigation .btn.active:before,
.tx-powermail .powermail_morestep .powermail_tab_navigation .btn:hover:before {
	color: #fff;
	transition: border .5s ease, color .5s ease, background .5s ease
}

.tx-powermail .powermail_morestep .powermail_tab_navigation .btn.error {
	border-color: red;
	color: red
}

.tx-powermail .powermail_morestep .powermail_tab_navigation .btn.error:before {
	content: "";
	font-size: 16px;
	color: red
}

.tx-powermail .powermail_morestep .powermail_tab_navigation .btn:after {
	font-family: icomoon !important;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "";
	font-size: 20px;
	vertical-align: middle
}

.tx-powermail .powermail_morestep .powermail_tab_navigation .btn.btn-warning {
	border: 1px solid red;
	color: red
}

.tx-powermail .powermail_morestep .powermail_tab_navigation .btn-primary:after {
	font-family: icomoon !important;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "";
	font-size: 20px;
	vertical-align: middle
}

.cluster span {
	color: #fff
}

.map-wrapper .overlay {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	opacity: .7;
	z-index: 1
}

.map-wrapper .overlay.hidden {
	display: none
}

.map-wrapper .contact-header {
	display: none;
	padding: 40px 20px;
	font-weight: 400
}

.lds-spinner {
	display: inline-block;
	width: 80px;
	height: 80px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%)
}

.lds-spinner.hidden {
	display: none
}

.lds-spinner div {
	transform-origin: 40px 40px;
	animation: lds-spinner 1.2s linear infinite
}

.lds-spinner div:after {
	content: " ";
	display: block;
	position: absolute;
	top: 3px;
	left: 37px;
	width: 6px;
	height: 18px;
	border-radius: 20%;
	background: #000
}

.lds-spinner div:nth-child(1) {
	transform: rotate(0);
	animation-delay: -1.1s
}

.lds-spinner div:nth-child(2) {
	transform: rotate(30deg);
	animation-delay: -1s
}

.lds-spinner div:nth-child(3) {
	transform: rotate(60deg);
	animation-delay: -.9s
}

.lds-spinner div:nth-child(4) {
	transform: rotate(90deg);
	animation-delay: -.8s
}

.lds-spinner div:nth-child(5) {
	transform: rotate(120deg);
	animation-delay: -.7s
}

.lds-spinner div:nth-child(6) {
	transform: rotate(150deg);
	animation-delay: -.6s
}

.lds-spinner div:nth-child(7) {
	transform: rotate(180deg);
	animation-delay: -.5s
}

.lds-spinner div:nth-child(8) {
	transform: rotate(210deg);
	animation-delay: -.4s
}

.lds-spinner div:nth-child(9) {
	transform: rotate(240deg);
	animation-delay: -.3s
}

.lds-spinner div:nth-child(10) {
	transform: rotate(270deg);
	animation-delay: -.2s
}

.lds-spinner div:nth-child(11) {
	transform: rotate(300deg);
	animation-delay: -.1s
}

.lds-spinner div:nth-child(12) {
	transform: rotate(330deg);
	animation-delay: 0s
}

@keyframes lds-spinner {
	0% {
		opacity: 1
	}

	to {
		opacity: 0
	}
}

.show-on-map {
	display: none
}

#ttaddress__records .ttaddress__record {
	display: flex;
	flex-direction: column
}

#ttaddress__records .ttaddress__record.ventilation_systems {
	order: 0
}

#ttaddress__records .ttaddress__record.drive_technology {
	order: 1
}

#ttaddress__records .ttaddress__record.automotive {
	order: 2
}

#ttaddress__records .ttaddress__record.hidden {
	display: none
}

#ttaddress__records .ttaddress__record h6 {
	color: #164194;
	font-size: 28px;
	padding: 20px 20px 0
}

#ttaddress__records .ttaddress__record h6 span {
	float: right
}

#ttaddress__records .ttaddress__record h6 span a {
	color: #fff;
	display: inline-block
}

#ttaddress__records .ttaddress__record>div {
	padding: 20px;
	flex-grow: 1;
	color: #000
}

#ttaddress__records .ttaddress__record>div header {
	font-weight: 700;
	margin-bottom: 20px;
	color: #000
}

#ttaddress__records .ttaddress__record>div .address {
	margin-bottom: 20px
}

#ttaddress__records .ttaddress__record .address,
#ttaddress__records .ttaddress__record .list-unstyled {
	line-height: 1.3;
	color: #5d5d5d
}

#ttaddress__records .ttaddress__record .address a,
#ttaddress__records .ttaddress__record .list-unstyled a {
	text-decoration: underline;
	color: #164194
}

#ttaddress__map h6.sector {
	display: none
}

.tt_address_zip .vcard {
	display: flex;
	flex-direction: column
}

.tt_address_zip .vcard.hidden {
	display: none
}

.tt_address_zip .vcard h6 {
	color: #164194;
	font-size: 20px;
	padding: 0 20px 20px 0
}

.tt_address_zip .vcard h6 span {
	float: right
}

.tt_address_zip .vcard h6 span a {
	color: #fff;
	display: inline-block
}

.tt_address_zip .vcard .bu {
	display: block;
	font-size: 28px;
	margin-bottom: 15px;
	color: #164194
}

.tt_address_zip .vcard header {
	font-weight: 700;
	margin-bottom: 20px;
	color: #000
}

.tt_address_zip .vcard .address {
	margin-bottom: 20px
}

.tt_address_zip .vcard .address,
.tt_address_zip .vcard .list-unstyled {
	line-height: 1.3;
	color: #5d5d5d
}

.tt_address_zip .vcard .address a,
.tt_address_zip .vcard .list-unstyled a {
	text-decoration: underline;
	color: #164194
}

.view-application-show h1 {
	text-transform: uppercase
}

.view-application-show .full-width-media {
	position: relative;
	max-height: 950px;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center
}

.view-application-show .full-width-media .video,
.view-application-show .full-width-media .image {
	width: 100%
}

.view-application-show .full-width-media .image img {
	height: auto;
	width: 100%
}

.view-application-show .full-width-media .video video {
	width: 100%;
	height: auto
}

.view-category-show h1 {
	text-transform: uppercase
}

.view-series-show .overview .text-img-block:after {
	content: "";
	display: table;
	clear: both
}

.view-series-show .product-detail-slider {
	position: relative;
	float: right;
	width: 40%;
	max-width: 650px;
	margin: 0 0 55px 35px
}

.view-series-show .result-info {
	text-align: center;
	font-size: 13px;
	line-height: 19px
}

.view-series-show .result-info .current {
	display: inline-block;
	margin: 0 3px;
	padding: 3px 10px;
	background: #164194;
	color: #fff
}

.view-series-show .body.downloads .download-link {
	display: block
}

.view-series-show .body.downloads .download-link .inner {
	position: relative;
	display: block;
	width: 100%;
	padding-bottom: 140%
}

.view-series-show .body.downloads .download-link .inner .center {
	position: absolute;
	display: flex;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border: 1px solid #bababa;
	overflow: hidden
}

.view-series-show .body.downloads .download-link .inner .center img {
	margin: auto
}

.view-series-show .body.downloads .download-link .file-size {
	display: block;
	margin: 15px 0;
	padding: 15px 0;
	background: #164194;
	font-size: 16px;
	text-align: center;
	color: #fff;
	transition: background .5s ease
}

.view-series-show .body.downloads .download-link .file-size:before {
	content: "";
	font-family: IcoMoon;
	padding-right: 10px
}

.view-series-show .body.downloads .download-link:hover .file-size {
	background: #366cab
}

.view-series-show .body.downloads .download-link .file-title {
	font-size: 20px;
	line-height: 24px;
	color: #5d5d5d
}

.view-series-show .body.downloads .download-link .file-description {
	margin-top: 10px;
	font-size: 16px;
	line-height: 28px;
	color: #5d5d5d
}

.generic-list-partial {
	padding: 25px 0
}

.generic-list-partial .inner {
	height: 100%;
	padding: 55px 0
}

@media (max-width: 1259.98px) {
	.generic-list-partial .inner {
		padding: 35px 0
	}
}

@media (max-width: 991.98px) {
	.generic-list-partial .inner {
		padding: 18px 0
	}
}

.generic-list-partial .inner a {
	display: flex;
	flex-direction: column;
	height: 100%
}

.generic-list-partial .inner a .image {
	margin: auto;
	transition: transform .5s ease;
	transform: scale(1);
	text-align: center
}

.generic-list-partial .inner a .image i {
	font-size: 130px;
	color: #164194
}

@media (max-width: 1259.98px) {
	.generic-list-partial .inner a .image i {
		font-size: 100px
	}
}

@media (max-width: 991.98px) {
	.generic-list-partial .inner a .image i {
		font-size: 60px
	}
}

.generic-list-partial .inner a h2 {
	margin-top: 35px;
	font-weight: 400;
	font-size: 20px;
	line-height: 26px;
	text-align: center;
	color: #5d5d5d;
	transition: color .5s ease
}

.generic-list-partial .inner a:hover .image {
	transform: scale(1.07)
}

.generic-list-partial .inner a:hover h2 {
	color: #164194
}

.generic-list-partial .ajax-loading {
	position: relative;
	z-index: auto
}

.generic-list-partial .ajax-loading:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 9999999;
	background: url(/_assets/40e628dbebcaa0afe76b2a84c53bc24d/Build/asset/ziehl-abegg.CCZ8ISq_.svg) center 50px no-repeat
}

.generic-list-partial .ajax-loading>* {
	opacity: .5
}

.view-series-list .single-series {
	display: flex;
	flex-direction: column;
	height: 100%
}

.view-series-list .single-series .image {
	transform: scale(1);
	transition: transform .5s ease
}

.view-series-list .single-series .categories {
	margin-top: 20px;
	font-size: 13px;
	color: #5d5d5d
}

.view-series-list .single-series h3 {
	margin: 20px 0;
	font-weight: 400
}

.view-series-list .single-series .more {
	margin-top: auto
}

.view-series-list .single-series:hover .image {
	transform: scale(1.04)
}

.product-detail-slider {
	opacity: 0;
	transition: opacity .3s ease
}

.product-detail-slider .inner {
	padding-bottom: 85px
}

.product-detail-slider.active {
	opacity: 1
}

.product-detail-slider .slick-track,
.product-detail-slider .slick-list {
	height: 100%
}

.product-detail-slider .slick-status {
	position: absolute;
	bottom: 55px;
	width: 100%;
	text-align: center;
	color: #5d5d5d;
	font-size: 18px;
	letter-spacing: 2.5px
}

.product-detail-slider figure img {
	margin: auto
}

.product-detail-slider .slick-dots {
	position: absolute;
	bottom: 15px;
	width: 100%;
	text-align: center;
	z-index: 100
}

.product-detail-slider .slick-dots li {
	display: inline-block;
	margin: 0 4px;
	font-size: 0;
	width: 35px;
	padding: 10px 0;
	cursor: pointer
}

.product-detail-slider .slick-dots li:after {
	content: "";
	display: block;
	width: 85%;
	height: 2px;
	background: #bababa;
	transition: background .5s ease
}

.product-detail-slider .slick-dots li:hover:after,
.product-detail-slider .slick-dots li.slick-active:after {
	background: #164194
}

.product-detail-slider .slick-arrow {
	position: absolute;
	top: 40%;
	font-size: 0;
	z-index: 100
}

@media (max-width: 991.98px) {
	.product-detail-slider .slick-arrow {
		top: 20%
	}
}

.product-detail-slider .slick-arrow:before {
	font-size: 45px;
	color: #4d4d4d;
	font-family: IcoMoon
}

.product-detail-slider .slick-arrow.slick-prev {
	left: 12px
}

.product-detail-slider .slick-arrow.slick-prev:before {
	content: ""
}

.product-detail-slider .slick-arrow.slick-next {
	right: 12px
}

.product-detail-slider .slick-arrow.slick-next:before {
	content: ""
}

.ai-product-list .product {
	position: relative;
	cursor: pointer
}

.ai-product-list .product .image {
	position: relative;
	display: flex;
	height: 240px;
	background: #f9f9f9;
	margin-bottom: 12px
}

.ai-product-list .product .image.cliche .cliche-image {
	display: none
}

.ai-product-list .product .image figcaption {
	position: absolute;
	top: 8px;
	left: 8px;
	padding: 4px 12px;
	background: #eef2fe;
	color: #164194
}

.ai-product-list .product .image img {
	margin: auto;
	max-height: 80%
}

.ai-product-list .product .text p {
	line-height: 20px
}

.ai-product-list .product .text .code {
	font-size: 13px
}

.ai-product-list .product .footer {
	display: flex;
	margin-top: 8px;
	flex-direction: row;
	align-items: baseline
}

.ai-product-list .product .footer .price {
	font-size: 22px;
	color: #000
}

.ai-product-list .product .footer .vat {
	padding-left: 5px
}

.ai-product-list .product .footer .inquiry {
	font-weight: 300
}

.ai-product-list .product .footer .inquiry+.vat {
	display: none
}

.ai-product-list .product .footer .price-information {
	display: none
}

.ai-product-list .product .footer .shop-cart {
	margin-left: auto
}

.ai-product-list .product .footer .shop-cart button {
	color: #fff;
	padding: 5px 15px;
	font-size: 20px;
	background: #164194;
	border-radius: 5px
}

.ai-product-list .product:before {
	content: "";
	position: absolute;
	top: -10px;
	right: -10px;
	bottom: -10px;
	left: -10px;
	box-shadow: 0 0 7px 0 transparent;
	z-index: -1;
	transition: box-shadow .3s ease
}

.ai-product-list .product:hover:before {
	box-shadow: 0 0 7px #bababa
}

.ai-product-list .product:hover .image.cliche .product-image {
	display: none
}

.ai-product-list .product:hover .image.cliche .cliche-image {
	display: block
}

.ai-product-list .pagination {
	text-align: center
}

.ai-product-list .pagination button {
	vertical-align: middle;
	margin: 0 10px;
	padding: 5px 25px;
	font-size: 22px;
	color: #757575;
	border-radius: 4px;
	border: 1px solid #F0F0F0
}

.ai-product-list .pagination button.hidden {
	opacity: 0
}

.ai-product-list .pagination span {
	vertical-align: middle;
	padding: 0 10px;
	font-size: 13px;
	color: #646363
}

.ai-product-detail .back-to-overview button {
	color: #363636;
	text-transform: uppercase;
	font-size: 14px
}

.ai-product-detail .back-to-overview button i {
	vertical-align: middle
}

.ai-product-detail .product-container {
	position: relative
}

.ai-product-detail .detail-image {
	position: relative;
	background: #f9f9f9
}

.ai-product-detail .detail-image img {
	margin: auto;
	width: auto !important;
	max-width: 85%
}

@media (max-width: 991.98px) {
	.ai-product-detail .detail-image img {
		max-height: 300px
	}
}

.ai-product-detail .header:after {
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	margin: 25px 15px;
	background: #e6ecf4
}

.ai-product-detail .header .product-order {
	background: #f9f9f9;
	padding: 15px;
	margin: 25px 0
}

@media (min-width: 768px) {
	.ai-product-detail .header .product-order {
		display: flex;
		align-items: center
	}
}

@media (max-width: 991.98px) {
	.ai-product-detail .header .product-order .price-container {
		margin-bottom: 8px
	}
}

.ai-product-detail .header .product-order .price-container {
	margin-right: auto
}

.ai-product-detail .header .product-order .inquiry,
.ai-product-detail .header .product-order .price {
	font-size: 28px;
	color: #5d5d5d;
	font-weight: 300
}

.ai-product-detail .header .product-order .price:after {
	content: "*"
}

.ai-product-detail .header .product-order .vat {
	font-size: 14px;
	color: #5d5d5d;
	font-weight: 300
}

.ai-product-detail .header .product-order .inquiry+.vat+.price-information,
.ai-product-detail .header .product-order .inquiry+.vat {
	display: none
}

.ai-product-detail .header .product-order .price-information {
	margin-top: 10px;
	font-size: 10px;
	font-weight: 300;
	color: #5d5d5d;
	display: block
}

.ai-product-detail .header .product-order .shop-cart {
	display: flex;
	flex-direction: row
}

.ai-product-detail .header .product-order .shop-cart input {
	text-align: center;
	border: 1px solid #F0F0F0;
	border-radius: 4px;
	height: 50px;
	width: 50px;
	margin-top: 1px;
	-moz-appearance: textfield
}

.ai-product-detail .header .product-order .shop-cart input::-webkit-outer-spin-button,
.ai-product-detail .header .product-order .shop-cart input::-webkit-inner-spin-button {
	-webkit-appearance: none
}

.ai-product-detail .header .product-order .shop-cart button {
	position: relative;
	border-radius: 4px;
	text-transform: uppercase;
	font-weight: lighter;
	padding-left: 45px
}

.ai-product-detail .header .product-order .shop-cart button:before {
	font-family: icomoon !important;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: absolute;
	left: 11px;
	top: 11px;
	width: 24px;
	height: 24px;
	content: "";
	font-size: 22px;
	color: #fff
}

.ai-product-detail .header .product-order .shop-cart button.loading:before {
	content: "";
	animation: spin 3s linear infinite
}

.ai-product-detail .column-2 {
	column-count: 2
}

.ai-product-detail .column-2 .contenttitle {
	break-after: avoid
}

.ai-product-detail .column-2 .content {
	break-inside: avoid
}

.ai-product-detail .column-2 ul {
	break-inside: avoid;
	break-before: avoid
}

.ai-product-detail .ce-bodytext+.ce-bodytext {
	margin-top: 28px
}

.ai-product-detail .product-description .data-block {
	padding: 20px;
	background: #f9f9f9
}

.ai-product-detail .product-description table {
	display: block;
	max-width: 100%;
	width: 100%;
	table-layout: fixed;
	overflow-wrap: break-word;
	overflow-x: auto
}

.ai-product-detail .product-description table tbody {
	display: table;
	width: 100%
}

.ai-product-detail .product-description table::-webkit-scrollbar {
	height: 4px
}

.ai-product-detail .product-description table tr {
	width: 100%
}

.ai-product-detail .product-description table tr:nth-child(odd) {
	background: #f9f9f9
}

.ai-product-detail .product-description table tr td {
	padding: 5px 10px;
	color: #5d5d5d;
	font-size: 16px;
	line-height: 28px;
	word-break: break-all
}

.ai-product-detail .meta-additional .additional-information label,
.ai-product-detail .meta-additional .downloads-container label {
	display: block;
	color: #5d5d5d;
	font-weight: 700;
	font-size: 16px;
	line-height: 28px;
	text-transform: uppercase;
	margin-bottom: 12px
}

.ai-product-detail .meta-additional .downloads-container li {
	color: #5d5d5d;
	font-size: 16px;
	line-height: 28px;
	margin: 14px 0
}

.ai-product-detail .meta-additional .downloads-container li .file-description {
	display: block
}

.ai-product-detail .meta-additional .downloads-container li .download-section {
	display: flex;
	flex-direction: row
}

.ai-product-detail .meta-additional .downloads-container li .download-section button {
	margin-left: 15px
}

.ai-product-detail .meta-additional .downloads-container li .download-section .select-wrapper {
	flex-grow: 1
}

@media (min-width: 992px) and (max-width: 1259.98px) {
	.ai-product-detail .meta-additional .downloads-container li .download-section {
		display: block
	}

	.ai-product-detail .meta-additional .downloads-container li .download-section button {
		width: calc(50% - 8px);
		margin: 8px 0 0
	}

	.ai-product-detail .meta-additional .downloads-container li .download-section button.download {
		margin-right: 11px
	}
}

.ai-product-detail .meta-additional .additional-information li:not(:last-child) {
	margin-bottom: 5px
}

.ai-product-detail .meta-additional .additional-information li button {
	display: block;
	color: #5d5d5d;
	size: 16px;
	line-height: 28px;
	word-break: break-all;
	text-align: left
}

.ai-product-detail .meta-additional .additional-information li button i {
	font-size: 16px;
	padding-right: 5px
}

.ai-product-detail .air-flow-direction img {
	display: inline-block;
	margin: 0 10px
}

.ai-product-detail .technical-data table {
	display: table;
	width: 100%;
	max-width: 100%;
	overflow: auto;
	font-size: 16px;
	line-height: 18px
}

.ai-product-detail .technical-data table thead th {
	background: #164194;
	text-align: left;
	color: #fff;
	padding: 8px
}

.ai-product-detail .technical-data table tbody tr {
	background: #fff
}

.ai-product-detail .technical-data table tbody tr:hover {
	background: #f9f9f9
}

.ai-product-detail .technical-data table tbody tr td {
	vertical-align: top;
	border: 1px solid #e6ecf4;
	padding: 8px;
	color: #5d5d5d
}

.ai-product-detail .characteristic table {
	display: block;
	width: 100%;
	max-width: 100%;
	overflow: auto
}

.ai-product-detail .characteristic table thead th {
	vertical-align: top;
	padding: 6px 10px;
	border-top: 1px solid #bababa;
	border-bottom: 1px solid #bababa;
	background: #f9f9f9;
	font-size: 14px;
	line-height: 18px;
	font-weight: 700;
	text-align: center;
	color: #4d4d4d
}

.ai-product-detail .characteristic table thead th .unit {
	color: #646363;
	font-size: 12px;
	font-weight: 400
}

.ai-product-detail .characteristic table td {
	text-align: center;
	padding: 4px;
	border-top: 1px dotted;
	border-bottom: 1px dotted;
	color: #5d5d5d
}

.ai-product-detail .sensors .sensor:not(:last-child) {
	margin-bottom: 15px
}

.ai-product-detail .sensors .sensor img {
	display: inline-block;
	vertical-align: middle;
	margin-right: 15px
}

.ai-product-detail .sensors .sensor .ce-bodytext {
	display: inline-block;
	vertical-align: middle
}

.ai-checkout-steps {
	display: flex;
	justify-content: center;
	align-items: center
}

.ai-checkout-steps .divider {
	border-bottom: 1px dashed #164194;
	width: 50px;
	height: 0;
	margin: 0 35px
}

.ai-checkout-steps .step:not(.active) {
	opacity: .3
}

.ai-checkout-steps .step img {
	width: 45px;
	margin-right: 8px
}

.ai-checkout-steps .step img,
.ai-checkout-steps .step .description {
	display: inline-block
}

#ai-basket-standard .check-basket-content {
	padding: 30px
}

#ai-basket-standard .check-basket-content .product-list-header {
	margin: 30px 0 10px;
	padding-bottom: 15px;
	border-bottom: 1px solid #bababa
}

#ai-basket-standard .product-body .amount {
	display: none
}

#ai-basket-standard .number-input-with-buttons {
	display: flex;
	margin-top: auto;
	height: 44px;
	width: 100px
}

#ai-basket-standard .number-input-with-buttons input {
	flex: 80% 0 0;
	width: 100%;
	padding: 10px;
	border: 1px solid #bababa;
	-moz-appearance: textfield
}

#ai-basket-standard .number-input-with-buttons input::-webkit-inner-spin-button,
#ai-basket-standard .number-input-with-buttons input::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0
}

#ai-basket-standard .number-input-with-buttons input:focus-visible {
	border: 1px solid #646363;
	border-radius: 0
}

#ai-basket-standard .number-input-with-buttons .buttons {
	flex: 20% 0 0;
	flex-direction: column;
	margin-left: 4px
}

#ai-basket-standard .number-input-with-buttons .buttons button {
	width: 20px;
	height: 20px;
	border: 1px solid #bababa;
	color: #164194;
	font-size: 20px;
	line-height: 16px
}

#ai-basket-standard .number-input-with-buttons .buttons .decrease {
	margin-top: 4px
}

#ai-checkout-summary .error-list {
	text-align: center
}

#ai-checkout-summary .error-list i {
	margin-right: 5px
}

#ai-checkout-summary .info {
	padding: 30px
}

#ai-checkout-summary .info .contact-data,
#ai-checkout-summary .info .account-data {
	padding-top: 18px
}

#ai-checkout-summary .info .contact-data p,
#ai-checkout-summary .info .account-data p {
	margin-top: 10px;
	line-height: 22px
}

@media (max-width: 991.98px) {
	#ai-checkout-summary .info {
		padding: 15px
	}
}

#ai-checkout-summary .order {
	padding: 30px
}

#ai-checkout-summary .order .ai-product-basket .remove-product {
	display: none
}

#ai-checkout-summary .ai-cost-summary {
	margin-top: 25px
}

.ai-cost-summary {
	margin-bottom: 15px;
	color: #5d5d5d;
	font-size: 16px;
	line-height: 28px;
	text-align: left
}

.ai-cost-summary.inquiry {
	display: none
}

.ai-cost-summary .subtotal .number-currency,
.ai-cost-summary .vat .number-currency,
.ai-cost-summary .cost-total .number-currency {
	white-space: nowrap;
	text-align: right
}

.ai-cost-summary .subtotal .number-currency:after,
.ai-cost-summary .vat .number-currency:after,
.ai-cost-summary .cost-total .number-currency:after {
	text-align: right;
	display: inline-block;
	width: 15px;
	content: "*"
}

.ai-cost-summary .vat .number-currency:after {
	content: ""
}

.ai-cost-summary .cost-total {
	font-weight: 700
}

.ai-cost-summary .cost-total:before {
	content: "";
	width: 100%;
	height: 1px;
	background: #bababa;
	margin: 8px 15px
}

.ai-cost-summary .cost-total .number-currency:after {
	content: "**"
}

.ai-cost-summary .price-information {
	font-size: 10px;
	font-weight: 300;
	color: #5d5d5d;
	display: block
}

.ai-product-basket {
	padding: 18px 0
}

.ai-product-basket:not(:last-child) {
	border-bottom: 1px solid #bababa
}

.ai-product-basket .product-body {
	display: flex;
	flex-direction: row
}

.ai-product-basket .product-body .vat-notification {
	font-size: 14px;
	color: #5d5d5d;
	font-weight: 300
}

.ai-product-basket .product-body .product-image {
	display: flex;
	width: 100px;
	height: 110px
}

.ai-product-basket .product-body .product-image img {
	margin: auto
}

.ai-product-basket .product-body .description {
	flex-grow: 1;
	margin-left: 25px
}

.ai-product-basket .product-body .amount-price {
	display: flex;
	flex-direction: row
}

.ai-product-basket .product-body .amount-price .amount {
	margin-right: auto
}

.ai-product-basket .product-body .amount-price .price:after {
	text-align: right;
	display: inline-block;
	width: 15px;
	height: 100%;
	content: "*"
}

.ai-product-basket .remove-product {
	margin-top: 20px;
	font-weight: 300;
	color: #bababa
}

.ai-product-basket .remove-product i {
	margin-right: 5px
}

#ai-open-basket {
	position: relative;
	font-size: 22px;
	color: #464646;
	padding: 10px 10px 10px 12px;
	margin-right: 5px
}

#ai-open-basket.disabled {
	cursor: not-allowed;
	color: #bababa
}

#ai-open-basket .count {
	position: absolute;
	top: -5px;
	right: 0;
	background: #d0ab39;
	border-radius: 50%;
	font-size: 11px;
	width: 18px;
	height: 18px;
	line-height: 18px;
	text-align: center;
	color: #363636
}

#ai-open-basket .count:empty {
	display: none
}

#ai-basket-standard .total {
	text-align: right
}

#ai-basket-standard .single-product-summary {
	margin: auto 0 0 auto;
	color: #5d5d5d;
	font-size: 16px;
	line-height: 28px
}

#ai-basket-standard .single-product-summary .product-price-total:after {
	text-align: right;
	display: inline-block;
	width: 15px;
	content: "*"
}

#ai-basket-standard .ai-cost-summary {
	margin-top: 25px
}

#ajax-ai-basket {
	top: 80px;
	max-height: calc(100vh - 80px);
	position: fixed;
	right: 0;
	width: 100%;
	max-width: 520px;
	background: #fff;
	z-index: 1000;
	box-shadow: 0 0 3px #aaa;
	display: flex;
	opacity: 0;
	visibility: hidden
}

@media (max-width: 991.98px) {
	#ajax-ai-basket {
		top: 60px;
		max-height: calc(100vh - 60px)
	}
}

#ajax-ai-basket.active {
	opacity: 1;
	visibility: visible
}

#ajax-ai-basket .close {
	position: absolute;
	right: 15px;
	top: 22px;
	font-size: 22px;
	color: #464646
}

#ajax-ai-basket .vat-notification {
	font-size: 14px;
	color: #5d5d5d;
	font-weight: 300
}

#ajax-ai-basket .status-messages {
	position: relative
}

#ajax-ai-basket .status-messages i {
	margin-right: 4px
}

#ajax-ai-basket .status-messages span {
	position: absolute;
	top: 5px;
	display: block;
	transition: opacity .3s ease;
	opacity: 0
}

#ajax-ai-basket .status-messages span.active {
	opacity: 1
}

#ajax-ai-basket .status-messages .add-product {
	color: #d0ab39
}

#ajax-ai-basket .status-messages .remove-product {
	color: #b60000
}

#ajax-ai-basket #ai-basket-mini {
	max-height: 100%;
	width: 100%;
	display: flex;
	flex-direction: column
}

#ajax-ai-basket #ai-basket-mini .header {
	height: 75px;
	padding: 10px 30px
}

#ajax-ai-basket #ai-basket-mini .basket-product-list {
	padding: 10px 30px;
	overflow: auto;
	flex-grow: 1
}

#ajax-ai-basket #ai-basket-mini .footer {
	position: relative;
	text-align: center;
	box-shadow: 0 -2px 2px #d2d2d2;
	padding: 15px 30px 10px;
	z-index: 1
}

#ajax-ai-basket #ai-basket-mini .footer .submit {
	padding-left: 30px;
	padding-right: 30px
}

#ajax-ai-basket #ai-basket-mini .footer a,
#ajax-ai-basket #ai-basket-mini .footer button {
	margin: 5px 0
}

#mainmenu li[data-uid="38550"] a,
.customerportal-navigation li.productfinder a {
	margin-top: 15px;
	padding: 12px 15px;
	background: #164194;
	color: #fff;
	border-radius: 8px
}

#mainmenu li[data-uid="38550"] a:before,
.customerportal-navigation li.productfinder a:before {
	font-family: icomoon !important;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "";
	font-size: 24px;
	padding-right: 6px;
	vertical-align: bottom
}

#mainmenu li[data-uid="38550"] a:hover,
.customerportal-navigation li.productfinder a:hover {
	color: #fff;
	font-weight: 400;
	background: #366cab
}

.customerportal-navigation li.productfinder a:hover {
	font-weight: lighter
}

.tx-jpfaq .searchform {
	margin-bottom: 25px
}

.tx-jpfaq .jpfaqCategory {
	margin: 25px 0 10px
}

.tx-jpfaq .jpfaqList .jpfaqAnswer {
	padding: 30px 0
}

.tx-kesearch-pi1 .filters-and-list .kesearchbox {
	margin-bottom: 25px
}

.tx-kesearch-pi1 .filters-and-list .filters {
	margin-bottom: 75px
}

.tx-kesearch-pi1 .filters-and-list .filters .head {
	display: none
}

.tx-kesearch-pi1 .filters-and-list .result-list #kesearch_num_results {
	margin: 120px 0 60px;
	text-align: center
}

.tx-kesearch-pi1 .filters-and-list .result-list .sort-by {
	margin-top: 25px;
	min-height: 30px;
	line-height: 30px
}

.tx-kesearch-pi1 .filters-and-list .result-list .sort-by .sort-item {
	text-align: right
}

.tx-kesearch-pi1 .filters-and-list .result-list .sort-by .sortlink {
	padding-left: 20px
}

.tx-kesearch-pi1 .filters-and-list .result-list .sort-by .sortlink:before {
	font-size: 22px
}

.tx-kesearch-pi1 .filters-and-list .result-list .sort-by .sortlink a {
	color: #000
}

.tx-kesearch-pi1 .filters-and-list .result-list .sort-by .down.sortlink:before {
	content: ""
}

.tx-kesearch-pi1 .filters-and-list .result-list .sort-by .down.sortlink:hover:before {
	content: ""
}

.tx-kesearch-pi1 .filters-and-list .result-list .sort-by .up.sortlink:before {
	content: ""
}

.tx-kesearch-pi1 .filters-and-list .result-list .sort-by .up.sortlink:hover:before {
	content: ""
}

.tx-kesearch-pi1 .filters-and-list .result-list .result_txt {
	margin-bottom: 10px
}

.tx-kesearch-pi1 .filters-and-list .result-list #kesearch_pagebrowser_top {
	margin: 25px 0 35px
}

.tx-kesearch-pi1 .filters-and-list .result-list #kesearch_pagebrowser_bottom {
	margin-top: 35px
}

.tx-kesearch-pi1 .filters-and-list .result-list .kesearch_pagebrowser ul:after {
	display: block;
	content: "";
	clear: both
}

.tx-kesearch-pi1 .filters-and-list .result-list .kesearch_pagebrowser ul li {
	float: left;
	margin: 0 10px 10px 0
}

.tx-kesearch-pi1 .filters-and-list .result-list .kesearch_pagebrowser ul li a {
	display: inline-block;
	height: 30px;
	width: 30px;
	line-height: 30px;
	text-align: center;
	color: #000;
	background: #f9f9f9;
	border: 1px solid #bababa
}

.tx-kesearch-pi1 .filters-and-list .result-list .kesearch_pagebrowser ul li a:not(.nolink):hover {
	border-color: #164194;
	background: #e5ecf4
}

.tx-kesearch-pi1 .filters-and-list .result-list .kesearch_pagebrowser ul li a.prev,
.tx-kesearch-pi1 .filters-and-list .result-list .kesearch_pagebrowser ul li a.next {
	position: relative;
	z-index: auto;
	text-indent: -9999px
}

.tx-kesearch-pi1 .filters-and-list .result-list .kesearch_pagebrowser ul li a.prev:before,
.tx-kesearch-pi1 .filters-and-list .result-list .kesearch_pagebrowser ul li a.next:before {
	display: block;
	width: 30px;
	height: 30px;
	position: absolute;
	left: 0;
	top: 5px;
	z-index: auto;
	text-indent: 0;
	font-family: icomoon !important;
	speak: none;
	font-size: 18px;
	font-style: normal;
	font-weight: lighter;
	font-variant: normal;
	text-transform: none;
	line-height: 18px;
	text-align: center;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.tx-kesearch-pi1 .filters-and-list .result-list .kesearch_pagebrowser ul li a.prev.nolink,
.tx-kesearch-pi1 .filters-and-list .result-list .kesearch_pagebrowser ul li a.next.nolink {
	opacity: .5
}

.tx-kesearch-pi1 .filters-and-list .result-list .kesearch_pagebrowser ul li a.prev:before {
	content: ""
}

.tx-kesearch-pi1 .filters-and-list .result-list .kesearch_pagebrowser ul li a.next:before {
	content: ""
}

.tx-kesearch-pi1 .filters-and-list .result-list .kesearch_pagebrowser ul li a.current,
.tx-kesearch-pi1 .filters-and-list .result-list .kesearch_pagebrowser ul li a.current:hover {
	background: #366cab;
	border-color: #164194;
	color: #fff
}

.tx-kesearch-pi1 .filters-and-list .result-list #kesearch_results .result-list-item {
	padding: 30px 0;
	border-bottom: 1px solid #bababa
}

.tx-kesearch-pi1 .filters-and-list .result-list #kesearch_results .result-list-item:first-child {
	border-top: 1px solid #bababa
}

.tx-kesearch-pi1 .filters-and-list .result-list #kesearch_results .result-list-item .result-title {
	display: block;
	min-height: 40px;
	line-height: 40px;
	font-size: 30px;
	position: relative;
	z-index: auto;
	padding-left: 55px;
	color: #646363
}

.tx-kesearch-pi1 .filters-and-list .result-list #kesearch_results .result-list-item .result-title .icon-angle-right {
	width: 40px;
	height: 40px;
	line-height: 36px;
	border: 1px solid #bababa;
	display: inline-block;
	text-align: center;
	font-weight: lighter;
	font-size: 36px;
	position: absolute;
	z-index: auto;
	left: 0;
	top: 0;
	transition: transform .25s ease-in-out
}

.tx-kesearch-pi1 .filters-and-list .result-list #kesearch_results .result-list-item .result-title a,
.tx-kesearch-pi1 .filters-and-list .result-list #kesearch_results .result-list-item .result-title span {
	color: inherit;
	font-weight: lighter
}

.tx-kesearch-pi1 .filters-and-list .result-list #kesearch_results .result-list-item .result-teaser {
	transition: max-height .25s ease-in-out
}

.tx-kesearch-pi1 .filters-and-list .result-list #kesearch_results .result-list-item .result-teaser:before {
	display: block;
	content: "";
	width: 100%;
	padding-top: 20px
}

.tx-kesearch-pi1 .filters-and-list .result-list #kesearch_results .result-list-item .hit {
	color: #fff;
	background: #164194;
	font-weight: 700
}

.tx-kesearch-pi1 .filters-and-list .result-list #kesearch_results .result-list-item .add-info {
	margin-top: 30px;
	color: #bababa
}

.tx-kesearch-pi1 .filters-and-list .result-list #kesearch_results .result-list-item .add-info .result-url {
	margin-bottom: 10px
}

.tx-kesearch-pi1 .filters-and-list .result-list #kesearch_results .result-list-item .add-info .result-url .icon {
	font-weight: lighter
}

.tx-kesearch-pi1 .filters-and-list .result-list #kesearch_results .result-list-item .add-info .result-url a {
	color: inherit
}

.tx-kesearch-pi1 .filters-and-list .result-list #kesearch_results .result-list-item .ajax-content {
	max-height: 0;
	overflow: hidden;
	transition: max-height .5s ease
}

.tx-kesearch-pi1 .filters-and-list .result-list #kesearch_results .result-list-item .ajax-content.open {
	max-height: 1500px
}

.tx-kesearch-pi1 .filters-and-list .result-list #kesearch_results .result-list-item .ajax-content .ai-product-detail {
	margin-top: 25px;
	padding-top: 25px;
	border-top: 1px solid #e5ecf4
}

.tx-kesearch-pi1 .filters-and-list .result-list #kesearch_results .result-list-item .direct-link {
	margin-top: 25px;
	padding-top: 25px;
	border-top: 1px solid #e5ecf4;
	text-align: right
}

.tx-kesearch-pi1 .filters-and-list .result-list #kesearch_results .result-list-item.result-list-item-type-faqindexer .result-teaser {
	display: block;
	max-height: 0;
	overflow: hidden
}

.tx-kesearch-pi1 .filters-and-list .result-list #kesearch_results .result-list-item.result-list-item-type-faqindexer.open .result-title .icon-angle-right {
	transform: rotate(90deg)
}

.tx-kesearch-pi1 .filters-and-list .result-list #kesearch_results .result-list-item.result-list-item-type-faqindexer.open .result-teaser {
	max-height: 250px
}

.tx-kesearch-pi1 .filters-and-list .result-list #kesearch_results.no-results a {
	color: #164194
}

.frame-container.accordion section>header {
	position: relative;
	padding: 13px 130px 15px 40px;
	border: 1px solid #d1d1d1;
	color: #464646;
	font-size: 18px;
	cursor: pointer;
	background: transparent;
	transition: background .3s ease;
	line-height: 26px
}

@media (max-width: 767.98px) {
	.frame-container.accordion section>header {
		padding: 13px 85px 15px 12px
	}
}

.frame-container.accordion section>header:after {
	content: "+";
	position: absolute;
	top: -1px;
	right: -1px;
	bottom: -1px;
	font-size: 24px;
	line-height: 22px;
	width: 90px;
	text-align: center;
	color: #464646;
	padding: 15px 0;
	background: #d1d1d1;
	transition: background .5s ease
}

@media (max-width: 767.98px) {
	.frame-container.accordion section>header:after {
		width: 55px
	}
}

.frame-container.accordion section>header:hover:after {
	background: #b7b7b7
}

.frame-container.accordion section.active>header:after {
	content: "-";
	font-size: 42px
}

.frame-container.accordion section .content {
	padding: 0 25px;
	border: 1px solid #d1d1d1;
	border-top: 0
}

.frame-container.accordion section:not(:first-child)>header {
	border-top: 0
}

.atex-icons {
	margin: 0 auto;
	padding-left: 10px
}

.atex-icons>ul {
	position: relative;
	z-index: auto
}

.atex-icons>ul:after {
	content: "";
	display: block;
	clear: both
}

.atex-icons>ul li.atex-icon {
	width: 75px;
	height: 75px;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px
}

.atex-icons>ul li.atex-icon.has-description {
	cursor: pointer
}

.atex-icons>ul li.atex-icon--m {
	width: 160px
}

.atex-icons>ul li.atex-icon--l {
	width: 245px
}

.atex-icons>ul li.atex-icon--xl {
	width: 330px
}

.atex-icons>ul li.atex-icon div.text,
.atex-icons>ul li.atex-icon div.image {
	line-height: 70px;
	font-size: 25px;
	text-align: center;
	color: #fff;
	font-weight: 700
}

.atex-icons>ul li.atex-icon div.image {
	position: relative;
	z-index: auto;
	width: 100%;
	height: 100%
}

.atex-icons>ul li.atex-icon div.image>img {
	position: absolute;
	top: -9999px;
	right: -9999px;
	bottom: -9999px;
	left: -9999px;
	margin: auto;
	max-height: 70%;
	max-width: 80%
}

.atex-icons>ul li.atex-icon div.description {
	text-align: center;
	color: #707070;
	width: 350px;
	position: absolute;
	z-index: auto;
	left: 50%;
	top: 38%;
	margin-left: -175px;
	padding: 30px;
	background: #fff;
	border: 1px solid #6f7070;
	display: none
}

.atex-icons>ul li.atex-icon div.description.hover,
.atex-icons>ul li.atex-icon div.description.sticky {
	display: block
}

.atex-icons>ul li.atex-icon div.description.sticky {
	padding-bottom: 75px
}

.atex-icons>ul li.atex-icon div.description a.close {
	width: 150px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	color: #fff;
	font-size: 14px;
	position: absolute;
	left: 50%;
	bottom: 30px;
	margin-left: -75px;
	z-index: auto;
	display: none;
	background: #164194
}

.atex-icons>ul li.atex-icon div.description.sticky a.close {
	display: block
}

.atex-icons>ul li.atex-icon div.description p {
	margin: 0
}

.atex-icons img.touch {
	margin: 10px auto
}

.mask_azure_newsletter .inner-wrap {
	position: relative;
	overflow: hidden
}

.mask_azure_newsletter .inner-wrap .image {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 100%;
	background-color: #164194
}

.mask_azure_newsletter .inner-wrap .image img {
	height: auto;
	width: 100%;
	transform: scale(1.1)
}

.mask_azure_newsletter .inner-wrap .content {
	padding: 90px 0 50px
}

@media (min-width: 768px) {
	.mask_azure_newsletter .inner-wrap .content .text {
		text-align: right
	}
}

@media (max-width: 991.98px) {
	.mask_azure_newsletter .inner-wrap .content .text {
		text-align: center
	}
}

.mask_azure_newsletter .inner-wrap .content .text p,
.mask_azure_newsletter .inner-wrap .content .text h1,
.mask_azure_newsletter .inner-wrap .content .text h2,
.mask_azure_newsletter .inner-wrap .content .text h3,
.mask_azure_newsletter .inner-wrap .content .text h4,
.mask_azure_newsletter .inner-wrap .content .text h5,
.mask_azure_newsletter .inner-wrap .content .text span {
	color: #fff
}

.content-slider:not(.hide-pagination) {
	padding-bottom: 40px
}

.content-slider__slide .row,
.content-slider__slide .ce-bodytext {
	padding-right: 20px;
	padding-left: 20px
}

.content-slider .slick-dots {
	position: absolute;
	bottom: -20px;
	right: 0;
	width: 100%;
	text-align: center;
	z-index: 100
}

.content-slider .slick-dots li {
	display: inline-block;
	margin: 0 3px;
	font-size: 0;
	width: 55px;
	height: 15px;
	border-bottom: 4px solid #bababa;
	transition: border .5s ease;
	cursor: pointer
}

.content-slider .slick-dots li.slick-active {
	border-bottom: 4px solid #164194
}

.content-slider .slick-dots li:hover {
	border-bottom: 6px solid #164194
}

@media (max-width: 991.98px) {
	.content-slider.hide-pagination {
		padding-bottom: 15px
	}

	.content-slider.hide-pagination .slick-arrow {
		bottom: 0;
		top: unset
	}

	.content-slider.hide-pagination .slick-arrow.slick-next {
		right: 30%
	}

	.content-slider.hide-pagination .slick-arrow.slick-prev {
		left: 30%
	}
}

.content-slider .slick-arrow {
	position: absolute;
	height: 40px;
	width: 60px;
	color: #4d4d4d;
	z-index: 1;
	top: 50%
}

.content-slider .slick-arrow.slick-next {
	right: -35px
}

.content-slider .slick-arrow.slick-prev {
	left: -35px
}

.content-slider .slick-arrow span {
	font-size: 40px
}

.content-slider .slick-arrow .icon-arrow-right:before {
	content: ""
}

.content-slider .slick-arrow .icon-arrow-left:before {
	content: ""
}

.mask_counter_icon {
	--counter-size: 48px
}

.mask_counter_icon .row>div {
	margin: 25px 0
}

.mask_counter_icon .counter-size-xxl {
	--counter-size: 100px
}

.mask_counter_icon .counter-size-xl {
	--counter-size: 80px
}

.mask_counter_icon .counter-size-l {
	--counter-size: 60px
}

.mask_counter_icon .counter-size-m {
	--counter-size: 48px
}

.mask_counter_icon .counter-size-s {
	--counter-size: 32px
}

.mask_counter_icon .counter-icon-element {
	text-align: center;
	height: 100%;
	display: flex;
	flex-direction: column
}

.mask_counter_icon .counter-icon-element .media {
	display: flex;
	align-items: center;
	justify-content: center;
	color: #164194
}

.mask_counter_icon .counter-icon-element .media .icon {
	font-size: calc(var(--counter-size) * 1.1)
}

.mask_counter_icon .counter-icon-element .media .number svg {
	width: 100%;
	height: 100%;
	max-height: var(--counter-size);
	max-width: calc(var(--counter-size) + 3)
}

.mask_counter_icon .counter-icon-element .media .number svg text {
	fill: #164194
}

.mask_counter_icon .counter-icon-element .media .animation,
.mask_counter_icon .counter-icon-element .media .svg {
	margin: 0 auto;
	max-width: 25%
}

@media (min-width: 992px) and (max-width: 1259.98px) {

	.mask_counter_icon .counter-icon-element .media .animation,
	.mask_counter_icon .counter-icon-element .media .svg {
		max-width: 30%
	}
}

@media (min-width: 768px) and (max-width: 991.98px) {

	.mask_counter_icon .counter-icon-element .media .animation,
	.mask_counter_icon .counter-icon-element .media .svg {
		max-width: 35%
	}
}

.mask_counter_icon .counter-icon-element .media .svg img {
	max-height: 70px;
	width: 100%
}

.mask_counter_icon .counter-icon-element .ce-bodytext {
	padding-top: 15px
}

.mask_counter_icon.with-background .counter-icon-element {
	display: flex;
	flex-direction: column;
	text-align: center;
	height: 100%
}

.mask_counter_icon.with-background .counter-icon-element .ce-bodytext {
	position: relative;
	display: block;
	margin-top: 15px;
	flex: 1 0 0;
	padding: 25px 15px;
	background: #f9f9f9
}

.mask_counter_icon.with-background .counter-icon-element .ce-bodytext p {
	color: #164194
}

.mask_counter_icon.with-background .counter-icon-element .ce-bodytext:before {
	content: "";
	position: absolute;
	left: 0;
	top: -5px;
	right: 0;
	width: 100%;
	height: 8px;
	background: #fff;
	background: radial-gradient(circle, #f5ecd0, #d0ab39 43%)
}

.mask_fullwidthmedia .content {
	position: relative;
	max-height: 950px;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center
}

.mask_fullwidthmedia .content .video,
.mask_fullwidthmedia .content .image {
	width: 100%
}

.mask_fullwidthmedia .content .image {
	opacity: 0;
	will-change: opacity, transform;
	transform: translateZ(0);
	transition: opacity .05s ease-in
}

.mask_fullwidthmedia .content .image img {
	height: auto;
	width: 100%;
	transform: scale(1.1)
}

.mask_fullwidthmedia .content .video video {
	width: 100%;
	height: auto
}

.gallery-slider .slick-track {
	display: flex
}

.gallery-slider .slick-track .slick-slide {
	display: flex;
	height: auto;
	align-items: center;
	justify-content: center
}

.gallery-slider .slick-dots {
	position: absolute;
	bottom: -15px;
	right: 0;
	width: 100%;
	text-align: right;
	z-index: 100
}

.gallery-slider .slick-dots li {
	display: inline-block;
	margin: 0 3px;
	font-size: 0;
	width: 55px;
	height: 15px;
	border-bottom: 4px solid #bababa;
	transition: border .5s ease;
	cursor: pointer
}

.gallery-slider .slick-dots li.slick-active {
	border-bottom: 4px solid #164194
}

.gallery-slider .slick-dots li:hover {
	border-bottom: 6px solid #164194
}

.container-slider {
	position: relative
}

.container-slider.full-height {
	height: calc(100vh - 80px)
}

@media (max-width: 991.98px) {
	.container-slider.full-height {
		height: calc(100vh - 60px)
	}
}

.container-slider .slick-track,
.container-slider .slick-list {
	height: 100%
}

.container-slider .slick-dots {
	position: absolute;
	bottom: 5px;
	width: 100%;
	text-align: center;
	z-index: 100
}

.container-slider .slick-dots li {
	display: inline-block;
	margin: 0 4px;
	font-size: 0;
	width: 55px;
	padding: 10px 0;
	opacity: .5;
	transition: opacity .5s ease;
	cursor: pointer
}

.container-slider .slick-dots li:after {
	content: "";
	display: block;
	width: 96%;
	height: 2px;
	background: #fff;
	box-shadow: 1px 1px 3px #4d4d4d
}

.container-slider .slick-dots li:hover,
.container-slider .slick-dots li.slick-active {
	opacity: 1
}

@media (min-width: 992px) {
	.container-slider .scroll-down {
		position: absolute;
		bottom: 50px;
		margin: 0 auto;
		left: 0;
		right: 0;
		width: 35px;
		height: 50px;
		cursor: pointer;
		background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACMAAAAyCAYAAADWU2JnAAAACXBIWXMAAAsTAAALEwEAmpwYAAAGymlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMxNDggNzkuMTY0MDM2LCAyMDE5LzA4LzEzLTAxOjA2OjU3ICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIiB4bWxuczpzdFJlZj0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlUmVmIyIgeG1sbnM6c3RFdnQ9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZUV2ZW50IyIgeG1sbnM6ZGM9Imh0dHA6Ly9wdXJsLm9yZy9kYy9lbGVtZW50cy8xLjEvIiB4bWxuczpwaG90b3Nob3A9Imh0dHA6Ly9ucy5hZG9iZS5jb20vcGhvdG9zaG9wLzEuMC8iIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTkgKFdpbmRvd3MpIiB4bXA6Q3JlYXRlRGF0ZT0iMjAxOS0xMS0xMVQwNjo1ODoyMyswMTowMCIgeG1wOk1vZGlmeURhdGU9IjIwMTktMTEtMTFUMDc6MDU6NTcrMDE6MDAiIHhtcDpNZXRhZGF0YURhdGU9IjIwMTktMTEtMTFUMDc6MDU6NTcrMDE6MDAiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MzMxNGQ0OWItN2U1ZS03MzRkLWIxNTgtOGQ3YzFlMGIxMWFjIiB4bXBNTTpEb2N1bWVudElEPSJhZG9iZTpkb2NpZDpwaG90b3Nob3A6YjlmYTI4N2QtZmVlOC0zYTQwLTg2ZTMtMzI5YTViY2MyMTdiIiB4bXBNTTpPcmlnaW5hbERvY3VtZW50SUQ9InhtcC5kaWQ6NzUxRERBM0NFQTY5MTFFOTg0NjFDOEQyMjQ0QUFERTIiIGRjOmZvcm1hdD0iaW1hZ2UvcG5nIiBwaG90b3Nob3A6Q29sb3JNb2RlPSIzIiBwaG90b3Nob3A6SUNDUHJvZmlsZT0ic1JHQiBJRUM2MTk2Ni0yLjEiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo3NTFEREEzOUVBNjkxMUU5ODQ2MUM4RDIyNDRBQURFMiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo3NTFEREEzQUVBNjkxMUU5ODQ2MUM4RDIyNDRBQURFMiIvPiA8eG1wTU06SGlzdG9yeT4gPHJkZjpTZXE+IDxyZGY6bGkgc3RFdnQ6YWN0aW9uPSJzYXZlZCIgc3RFdnQ6aW5zdGFuY2VJRD0ieG1wLmlpZDoxZTgzYTExZi0zNzYyLWMyNGUtODg1OS0xNzQxNmYwOTZmYTYiIHN0RXZ0OndoZW49IjIwMTktMTEtMTFUMDc6MDU6NTcrMDE6MDAiIHN0RXZ0OnNvZnR3YXJlQWdlbnQ9IkFkb2JlIFBob3Rvc2hvcCAyMS4wIChXaW5kb3dzKSIgc3RFdnQ6Y2hhbmdlZD0iLyIvPiA8cmRmOmxpIHN0RXZ0OmFjdGlvbj0ic2F2ZWQiIHN0RXZ0Omluc3RhbmNlSUQ9InhtcC5paWQ6MzMxNGQ0OWItN2U1ZS03MzRkLWIxNTgtOGQ3YzFlMGIxMWFjIiBzdEV2dDp3aGVuPSIyMDE5LTExLTExVDA3OjA1OjU3KzAxOjAwIiBzdEV2dDpzb2Z0d2FyZUFnZW50PSJBZG9iZSBQaG90b3Nob3AgMjEuMCAoV2luZG93cykiIHN0RXZ0OmNoYW5nZWQ9Ii8iLz4gPC9yZGY6U2VxPiA8L3htcE1NOkhpc3Rvcnk+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+0VcvawAAA99JREFUWIXtmF2IVVUUx3/XmUbD1ElnMguqEc2HIUNDMKLIICuRIijpoS8IUXEMQREph0CxUbCIeRjqJQjKHiqMUtOEEpUwK0FTCBVFEMQcc4xRaq53/j2sfW3PmX3O/TinI4F/2Jx71tp7n/9Ze931cQqSiME24Avgw7gJWWNEgq6xgj5zFBIskzuS3nw80JQXEUgmcxJYnxcRML+IQzewOycewP/IZx4F7syJB5BMZgfwZl5EIJnMAuCdGN1M4AAg4AKwCiikZiOp1tEiqVfSKUkrJX0mw+I69hoykpQTJY0MyDvcw9s92T5Jh9KSSTqm48CGgPweoB846sn2AHenPaUkMmOAWwPyRqAUkQ2kJVKJTO64QSYOPpk3gIdj5hWAFcCkvMgsA3YCjwWI9ACbgDuq2HM0dVrcXzQXuAxsjRDqARYDm4GDCXs1OH0/8Cewlhqjsl9C/OpIfOcIAcwGpjkiL2PhP4RRmEWagdeBB4BOoA/4GngQuAh8C/wdyyYQCe+TdF7/4hNJDZ7+PUl9kTVfubn3e7Kdbp+St9dvkibVEoHLFhoEDjuLRINcFGOd1Q55shNAC7AFK0XmYj7XDXQBP2KVwdNJlqk0QpbZLWkwIvvGWWOiJ+uWdFVSUdIWSUfcnOeTctNo4CVgKXBvBavE4WZ3PefJGjFHfw14FpiBlSLrysoo7gK+Bya7+xLwKvBxnaR83O6un7trETvGLgjHgx4sQT4EtAK7sK7ykYSHFBn+T7sSmHc1oPvr2q+ATxQlve3d3+JqlV5JbTE+c5ukxyOyFklPRmTNkuZFZMud3wQtMxi578c8voTFn7GBNb9jFvTRi/1bfPQB2wPrgfAx7QVeYKg/ncYcbgrwStxmaREiswFow1KAjx+AhTFrskFMLNnhfKQ5oFsraVcd8SluXPOZuAnTXRDblOFDK5KJM/lh4COggwwK7WqRdP6dWOxYlxOXRDJngHeBF4Hp15sMwEasfe3KgUtFMuWKbR4w53qTAfgA+4q1kSya++EYhctr1ZAZANYAs4Dn/gMy44E/oPovVwXgZywvtZNRO+uwDZgAzK42tAtYieWmjgyJjMAs/os9pbZo+aWki5ImZBR957joOz8pHcSNqZIGJL2fEZnNshx4Uz1kkLTevc0TKYm0y/JfZ1lWzyYjJf0k6ZKkmXUSaZK0X9JZWSVZNxlk7ccxR+iZGtc2yhrDkiIlaBozt0ra447sU0nTqlgzVdZjSdKSqD7tF/IGrLd+CxgH7Mc+8Z/EOoYyWrHu4ikswC3CWpShSGEZf4xxb7pd0gUNR1HSQUmrFa4ekcQ/U5uEwxIWScMAAAAASUVORK5CYII=) no-repeat center
	}
}

.container-slider .slides:not(.slick-slider) .mask_slide .text {
	opacity: 1
}

.container-slider.fixed-ratio.aspect-ratio-16-10 .video,
.container-slider.fixed-ratio.aspect-ratio-16-10 .responsive-image {
	padding-bottom: 62.5%
}

.container-slider.fixed-ratio.aspect-ratio-16-9 .video,
.container-slider.fixed-ratio.aspect-ratio-16-9 .responsive-image {
	padding-bottom: 56.25%
}

.container-slider.fixed-ratio.aspect-ratio-2-1 .video,
.container-slider.fixed-ratio.aspect-ratio-2-1 .responsive-image {
	padding-bottom: 50%
}

.container-slider.fixed-ratio.aspect-ratio-21-9 .video,
.container-slider.fixed-ratio.aspect-ratio-21-9 .responsive-image {
	padding-bottom: 42.8571%
}

.container-slider.fixed-ratio.aspect-ratio-48-9 .video,
.container-slider.fixed-ratio.aspect-ratio-48-9 .responsive-image {
	padding-bottom: 18.75%
}

.mask_slide {
	opacity: 0;
	transition: opacity .5s ease-in .2s
}

.mask_slide.slick-active {
	opacity: 1
}

.mask_slide.slick-active .text {
	opacity: 1;
	transform: translateY(0);
	transition: opacity .5s ease-in .5s, transform .3s ease-in .5s
}

.mask_slide,
.mask_slide .inner-slide {
	height: 100%;
	width: 100%
}

.mask_slide .inner-slide {
	display: flex
}

.mask_slide .text {
	position: absolute;
	align-self: center;
	left: 50px;
	padding: 55px 45px;
	background: #1641948c;
	transform: translateY(5%);
	opacity: 0;
	transition: opacity .5s ease-out, transform .3s ease-out;
	max-width: 820px
}

@media (max-width: 991.98px) {
	.mask_slide .text {
		width: 100%;
		max-width: 100%;
		padding: 15px 20px 40px;
		left: 0;
		right: 0;
		bottom: 0;
		transform: translateY(0)
	}
}

.mask_slide .text p,
.mask_slide .text h1,
.mask_slide .text h2,
.mask_slide .text h3 {
	color: #fff
}

.mask_slide .text .h1,
.mask_slide .text h1 {
	font-size: 48px;
	line-height: 68px;
	font-weight: 700
}

.mask_slide .text .h2,
.mask_slide .text h2 {
	font-size: 24px;
	line-height: 34px;
	font-weight: 300
}

@media (max-width: 1259.98px) {

	.mask_slide .text .h1,
	.mask_slide .text h1 {
		font-size: 38px;
		line-height: 58px
	}

	.mask_slide .text .h2,
	.mask_slide .text h2 {
		font-size: 18px;
		line-height: 24px
	}
}

@media (max-width: 991.98px) {

	.mask_slide .text .h1,
	.mask_slide .text h1 {
		font-size: 30px;
		line-height: 40px
	}
}

.mask_slide .video {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
	display: flex;
	justify-content: center
}

.mask_slide .video video {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	object-fit: cover
}

.history-slider {
	--slide-width: 300px;
	padding: 40px 0
}

@media screen and (max-width: 321px) {
	.history-slider {
		--slide-width: 250px
	}
}

@media (min-width: 768px) {
	.history-slider {
		--slide-width: 250px
	}
}

@media (min-width: 1260px) {
	.history-slider {
		--slide-width: 300px
	}
}

@media (min-width: 1430px) {
	.history-slider {
		--slide-width: 250px
	}
}

@media (min-width: 1630px) {
	.history-slider {
		--slide-width: 300px
	}
}

.history-slider__slide .year {
	color: #164194;
	font-size: 40px;
	text-align: center;
	width: var(--slide-width);
	padding-top: 10px
}

.history-slider__slide .slide-arrows {
	display: flex
}

.history-slider__slide .slide-arrows .slide-arrow {
	display: inline-block;
	height: 22px;
	position: relative;
	background-color: var(--slide-arrow-bg);
	width: calc(var(--slide-width) + 15px);
	padding-left: 20px
}

.history-slider__slide .slide-arrows .slide-arrow:after {
	content: "";
	position: absolute;
	right: -15px;
	bottom: 0;
	width: 0;
	height: 0;
	border-left: 15px solid var(--slide-arrow-bg);
	border-top: 11px solid transparent;
	border-bottom: 11px solid transparent
}

.history-slider__slide .slide-arrows .slide-arrow:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 0;
	height: 0;
	border-left: 15px solid white;
	border-top: 11px solid transparent;
	border-bottom: 11px solid transparent
}

.history-slider__slide .slide-arrows .slide-arrow--blue {
	--slide-arrow-bg: #164194
}

.history-slider__slide .slide-arrows .slide-arrow--gray {
	--slide-arrow-bg: #e4e4e4;
	width: auto;
	margin: 0 18px;
	flex-grow: 1
}

.history-slider__slide .text,
.history-slider__slide .image {
	width: var(--slide-width);
	padding: 20px 0 0 20px
}

.history-slider .slick-dots {
	display: flex;
	justify-content: center;
	padding-top: 40px;
	padding-bottom: 13px
}

.history-slider .slick-dots li {
	padding: 0 10px
}

.history-slider .slick-dots li button {
	color: transparent;
	border: 2px solid #164194;
	transition: transform .3s ease;
	line-height: 0;
	height: 10px;
	width: 10px;
	background: #e4e4e4
}

.history-slider .slick-dots li.slick-active button {
	transform: scale(1.2)
}

.history-slider .slick-arrow {
	position: absolute;
	bottom: 0;
	height: 40px;
	width: 60px;
	color: #4d4d4d;
	background-color: #fff;
	z-index: 1
}

.history-slider .slick-arrow.slick-next {
	right: 40px
}

.history-slider .slick-arrow.slick-prev {
	left: 40px
}

.history-slider .slick-arrow span {
	font-size: 40px
}

.history-slider .slick-arrow .icon-arrow-right:before {
	content: ""
}

.history-slider .slick-arrow .icon-arrow-left:before {
	content: ""
}

.history-slider:not(.display-dots) .slick-arrow {
	top: 75px
}

@media screen and (min-width: 1430px) and (max-width: 1629px) {
	.history-slider:not(.display-dots) .slick-arrow {
		top: 60px
	}
}

@media screen and (min-width: 768px) and (max-width: 1259px) {
	.history-slider:not(.display-dots) .slick-arrow {
		top: 60px
	}
}

.history-slider .display-historyarrows .slick-arrow {
	top: 150px
}

@media screen and (min-width: 1430px) and (max-width: 1629px) {
	.history-slider .display-historyarrows .slick-arrow {
		top: 135px
	}
}

@media screen and (min-width: 768px) and (max-width: 1259px) {
	.history-slider .display-historyarrows .slick-arrow {
		top: 135px
	}
}

.frame-type-hb_image_hotspots .image-hotspot-wrap {
	position: relative;
	display: flex;
	flex-direction: column
}

.frame-type-hb_image_hotspots .image-hotspot-wrap .overflow-content {
	position: relative
}

.frame-type-hb_image_hotspots .image-hotspot-wrap.fixed-height img {
	height: 300px;
	max-width: unset
}

.frame-type-hb_image_hotspots .image-hotspot-wrap.fixed-height .overflow-text {
	margin: 39px 15px 0;
	max-width: 100%
}

.frame-type-hb_image_hotspots .image-hotspot-wrap.fixed-height .hotspot .text-block {
	display: none !important
}

.frame-type-hb_image_hotspots .image-hotspot-wrap.fixed-height .scroll-area {
	overflow-x: auto
}

.frame-type-hb_image_hotspots .image-hotspot-wrap.fixed-height .scroll-area::-webkit-scrollbar {
	width: 2px;
	height: 10px
}

.frame-type-hb_image_hotspots .image-hotspot-wrap.fixed-height:after {
	content: "";
	display: block;
	width: 160px;
	height: 107px;
	background-size: cover;
	background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='171.375'%20height='230.5'%20viewBox='0%200%20171.375%20230.5'%3e%3cg%20id='Gruppe_11'%20data-name='Gruppe%2011'%20transform='translate(-76.313%20-21)'%3e%3cpath%20id='Ellipse_3'%20data-name='Ellipse%203'%20d='M30,4A26.008,26.008,0,0,0,19.881,53.958,26.008,26.008,0,0,0,40.119,6.042,25.833,25.833,0,0,0,30,4m0-4A30,30,0,1,1,0,30,30,30,0,0,1,30,0Z'%20transform='translate(108%2031)'%20fill='%23164194'/%3e%3ccircle%20id='Ellipse_4'%20data-name='Ellipse%204'%20cx='19'%20cy='19'%20r='19'%20transform='translate(119%2042)'%20fill='%23164194'/%3e%3cpath%20id='Ellipse_4_-_Kontur'%20data-name='Ellipse%204%20-%20Kontur'%20d='M19,4A15,15,0,0,0,8.393,29.607,15,15,0,1,0,29.607,8.393,14.9,14.9,0,0,0,19,4m0-4A19,19,0,1,1,0,19,19,19,0,0,1,19,0Z'%20transform='translate(119%2042)'%20fill='%23164194'/%3e%3cpath%20id='Ellipse_5'%20data-name='Ellipse%205'%20d='M40,4A36.011,36.011,0,0,0,25.988,73.173,36.01,36.01,0,0,0,54.012,6.827,35.771,35.771,0,0,0,40,4m0-4A40,40,0,1,1,0,40,40,40,0,0,1,40,0Z'%20transform='translate(98%2021)'%20fill='%23164194'/%3e%3cpath%20id='Pfad_1'%20data-name='Pfad%201'%20d='M20,0C31.046,0,40,10.521,40,23.5c0,6.632,1.824,40.408-5.441,51.592C27.869,85.391,12.2,73.256,6.8,73.256-4.245,73.256,0,36.479,0,23.5S8.954,0,20,0Z'%20transform='translate(119.802%2057)'%20fill='%23fff'/%3e%3cpath%20id='hand-pointer-regular_-_Kontur'%20data-name='hand-pointer-regular%20-%20Kontur'%20d='M120.8,80.548l-2.546-1.94a22.351,22.351,0,0,0-13.672-4.546H92.327V29.953a22.451,22.451,0,1,0-44.9,0v82.078L36.649,106.8a14.791,14.791,0,0,0-6.877-1.37c-15.423,0-22.272,12.866-22.272,21.56a21.188,21.188,0,0,0,4.312,12.833l32.516,43.36A55.945,55.945,0,0,0,88.9,205.5h45.637a18.481,18.481,0,0,0,5.274-.748c11.164-2.181,20.264-7.2,27.186-14.747a43.607,43.607,0,0,0,11.875-30.172v-45.72A23.085,23.085,0,0,0,156.587,91.2l-3.468-.1L150.947,88.4a23.093,23.093,0,0,0-17.83-8.614h-5.708a22.2,22.2,0,0,0-3.442.269ZM69.52,12.469A17.5,17.5,0,0,1,87,29.953V82.9a18.967,18.967,0,0,1,11.882-3.864h5.708c8.35,0,12.165,4.671,14.214,7.18.157.193.3.39.457.578a17.168,17.168,0,0,1,8.147-2.049h5.708c10.179,0,13.793,6.384,15.734,9.814a13.325,13.325,0,0,0,1.116,1.787l5.962-.191A17.984,17.984,0,0,1,173.9,114.109v45.725a38.818,38.818,0,0,1-10.546,26.807c-6.311,6.881-14.659,11.373-24.737,13.271a12.96,12.96,0,0,1-4.079.62H88.9a51,51,0,0,1-40.6-20.3L15.783,136.876a16.653,16.653,0,0,1-3.306-9.908c0-11.414,9.67-16.548,16.536-16.548a16.428,16.428,0,0,1,13.228,6.639L52.42,130.633,52.41,29.953C52.41,20.476,60.246,12.469,69.52,12.469Z'%20transform='translate(68.813%2046)'%20fill='%23164194'/%3e%3c/g%3e%3c/svg%3e");
	margin: 15px auto 0
}

.frame-type-hb_image_hotspots .image-hotspot-wrap:not(.fixed-height) .overflow-text {
	display: none !important
}

.frame-type-hb_image_hotspots .image-hotspot-wrap .text-block {
	display: none;
	position: absolute;
	max-width: 600px;
	width: 100%;
	opacity: 0;
	padding: 20px;
	z-index: 999999;
	transition: opacity .3s ease-in
}

.frame-type-hb_image_hotspots .image-hotspot-wrap .text-block.active {
	opacity: 1
}

.frame-type-hb_image_hotspots .image-hotspot-wrap .text-block * {
	color: #fff
}

.frame-type-hb_image_hotspots .image-hotspot-wrap .hotspot .marker {
	position: absolute;
	width: 36px;
	height: 36px;
	margin-top: -18px;
	margin-left: -18px;
	cursor: pointer;
	border-radius: 50%;
	z-index: 1
}

.frame-type-hb_image_hotspots .image-hotspot-wrap .hotspot .marker.magenta {
	background: #bc0065
}

.frame-type-hb_image_hotspots .image-hotspot-wrap .hotspot .marker.magenta:after {
	border-color: #bc0065
}

.frame-type-hb_image_hotspots .image-hotspot-wrap .hotspot .marker.purple {
	background: #164194
}

.frame-type-hb_image_hotspots .image-hotspot-wrap .hotspot .marker.purple:after {
	border-color: #164194
}

.frame-type-hb_image_hotspots .image-hotspot-wrap .hotspot .marker.orange {
	background: #d0ab39
}

.frame-type-hb_image_hotspots .image-hotspot-wrap .hotspot .marker.orange:after {
	border-color: #d0ab39
}

.frame-type-hb_image_hotspots .image-hotspot-wrap .hotspot .marker.grey {
	background: #f9f9f9
}

.frame-type-hb_image_hotspots .image-hotspot-wrap .hotspot .marker.grey:after {
	border-color: #f9f9f9
}

.frame-type-hb_image_hotspots .image-hotspot-wrap .hotspot .marker.white {
	background: #fff
}

.frame-type-hb_image_hotspots .image-hotspot-wrap .hotspot .marker.white:after {
	border-color: #fff
}

.frame-type-hb_image_hotspots .image-hotspot-wrap .hotspot .marker:before {
	content: "";
	position: absolute;
	top: 12px;
	border-right: 14px solid transparent;
	border-bottom: 14px solid #164194;
	border-left: 14px solid transparent;
	opacity: 0;
	transition: opacity 0s ease-in
}

.frame-type-hb_image_hotspots .image-hotspot-wrap .hotspot .marker:after {
	position: absolute;
	content: "";
	display: block;
	border-radius: 50%;
	width: 100%;
	height: 100%;
	background: transparent;
	border: 1px solid transparent;
	transform: scale(1.3)
}

.frame-type-hb_image_hotspots .image-hotspot-wrap .hotspot.active .marker:before {
	opacity: 1;
	transition: opacity .3s ease-in
}

.frame-type-hb_image_hotspots .image-hotspot-wrap .hotspot.active .text-block {
	opacity: 1
}

.frame-type-hb_image_hotspots .image-hotspot-wrap .hotspot[data-position=right] .marker:before {
	transform: rotate(-90deg) translateY(45px)
}

.frame-type-hb_image_hotspots .image-hotspot-wrap .hotspot[data-position=right] .text-block {
	margin-top: -35px;
	transform: translate(48px)
}

.frame-type-hb_image_hotspots .image-hotspot-wrap .hotspot[data-position=left] .marker:before {
	transform: rotate(90deg) translateY(37px)
}

.frame-type-hb_image_hotspots .image-hotspot-wrap .hotspot[data-position=left] .text-block {
	margin-top: -35px;
	transform: translate(calc(-100% - 48px))
}

.frame-type-hb_image_hotspots .image-hotspot-wrap .hotspot[data-position=top] .marker:before {
	transform: translateY(33px);
	margin-left: 3px
}

.frame-type-hb_image_hotspots .image-hotspot-wrap .hotspot[data-position=top] .text-block {
	left: 0 !important;
	right: 0;
	margin-left: 15px;
	margin-right: 15px;
	margin-top: 38px;
	max-width: calc(100% - 30px)
}

.f3-widget-paginator {
	margin: 25px 0
}

.f3-widget-paginator.no-margin {
	margin: 0 -10px -10px 0
}

.f3-widget-paginator:after {
	display: block;
	content: "";
	clear: both
}

.f3-widget-paginator li {
	display: inline-block;
	vertical-align: bottom;
	height: 40px;
	width: 40px;
	line-height: 40px;
	text-align: center;
	margin: 0 10px 10px 0
}

.f3-widget-paginator li:hover {
	border-color: #164194;
	background: #e5ecf4
}

.f3-widget-paginator li.current,
.f3-widget-paginator li.current span,
.f3-widget-paginator li.current a {
	background: #164194;
	color: #fff
}

.f3-widget-paginator li.previous a,
.f3-widget-paginator li.previous span,
.f3-widget-paginator li.next a,
.f3-widget-paginator li.next span {
	position: relative;
	z-index: auto;
	text-indent: -9999px
}

.f3-widget-paginator li.previous a:before,
.f3-widget-paginator li.previous span:before,
.f3-widget-paginator li.next a:before,
.f3-widget-paginator li.next span:before {
	display: block;
	height: 40px;
	width: 40px;
	position: absolute;
	left: 0;
	top: 11px;
	z-index: auto;
	text-indent: 0;
	font-family: icomoon !important;
	speak: none;
	font-size: 22px;
	font-style: normal;
	font-weight: lighter;
	font-variant: normal;
	text-transform: none;
	line-height: 18px;
	text-align: center;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.f3-widget-paginator li.previous span:before,
.f3-widget-paginator li.previous a:before {
	content: ""
}

.f3-widget-paginator li.next span:before,
.f3-widget-paginator li.next a:before {
	content: ""
}

.f3-widget-paginator li a,
.f3-widget-paginator li span {
	display: block;
	width: 101%;
	height: 101%;
	color: #000;
	cursor: pointer
}

.news-uploads.type-only-file-name li:not(:last-child),
.ce-uploads.type-only-file-name li:not(:last-child) {
	margin-bottom: 5px
}

.news-uploads.type-only-file-name li a,
.ce-uploads.type-only-file-name li a {
	display: inline-block;
	position: relative;
	padding-left: 30px;
	margin-bottom: 5px;
	color: #5d5d5d;
	font-size: 16px;
	line-height: 28px;
	text-decoration: none;
	transition: color .3s ease
}

.news-uploads.type-only-file-name li a:hover,
.ce-uploads.type-only-file-name li a:hover {
	color: #164194
}

.news-uploads.type-only-file-name li a:before,
.ce-uploads.type-only-file-name li a:before {
	position: absolute;
	left: 0;
	font-family: IcoMoon;
	content: ""
}

.news-uploads.type-only-file-name li a .description,
.ce-uploads.type-only-file-name li a .description {
	display: block;
	font-size: 14px;
	font-weight: 300
}

.news-uploads.type-detailed li:not(:last-child),
.ce-uploads.type-detailed li:not(:last-child) {
	margin-bottom: 5px
}

.news-uploads.type-detailed li a,
.ce-uploads.type-detailed li a {
	position: relative;
	display: block;
	padding-left: 39px;
	color: #5d5d5d;
	font-size: 16px;
	font-weight: 700;
	line-height: 20px;
	transition: color .3s ease;
	word-break: break-all
}

.news-uploads.type-detailed li a:hover,
.ce-uploads.type-detailed li a:hover {
	color: #164194
}

.news-uploads.type-detailed li a:before,
.ce-uploads.type-detailed li a:before {
	position: absolute;
	top: 8px;
	left: 0;
	font-family: IcoMoon;
	font-size: 20px;
	content: ""
}

.news-uploads.type-detailed li a .detailed,
.ce-uploads.type-detailed li a .detailed {
	display: block;
	font-size: 14px;
	font-weight: 300
}

.news-uploads.type-detailed li a .detailed .file-type,
.ce-uploads.type-detailed li a .detailed .file-type {
	text-transform: uppercase
}

.news-uploads.type-detailed li a .detailed .file-type:after,
.ce-uploads.type-detailed li a .detailed .file-type:after {
	content: "|";
	margin: 0 5px
}

.tab-element .tab-menu ul {
	display: flex;
	flex-direction: row;
	overflow-x: auto
}

.tab-element .tab-menu ul::-webkit-scrollbar {
	height: 4px;
	width: 2px
}

.tab-element .tab-menu li button {
	display: block;
	padding: 15px 25px;
	color: #fff;
	background: #164194;
	transition: background .3s ease, color .3s ease
}

@media (hover: hover) {
	.tab-element .tab-menu li:hover button {
		color: #164194;
		background: #fff
	}
}

.tab-element .tab-menu li.active button {
	color: #164194;
	background: #fff
}

.tab-element.flatt-display .tab-content>.body {
	margin: 50px 0
}

.tab-element:not(.flatt-display) .tab-content>.body {
	display: none;
	margin: 35px 0;
	opacity: 0;
	visibility: hidden;
	transition: visibility .3s ease, opacity .3s ease
}

.tab-element:not(.flatt-display) .tab-content>.body.active {
	opacity: 1;
	visibility: visible
}

.frame-type-textmedia .linked-content a figure {
	overflow: hidden
}

.frame-type-textmedia .linked-content a figure img {
	transform: scale(1);
	transition: transform .5s ease
}

.frame-type-textmedia .linked-content a:hover figure img {
	transform: scale(1.04)
}

.frame-type-textmedia figure {
	position: relative
}

.frame-type-textmedia figure figcaption {
	position: absolute;
	display: inline-block;
	left: 10px;
	bottom: 10px;
	padding: 10px;
	font-size: 15px;
	background: #164194;
	color: #fff;
	opacity: 0;
	visibility: hidden;
	transition: opacity .3s ease, visibility .3s ease
}

.frame-type-textmedia figure:hover figcaption {
	opacity: 1;
	visibility: visible
}

@media (max-width: 991.98px) {
	.frame-type-textmedia figure figcaption {
		position: relative;
		opacity: 1;
		visibility: visible
	}
}

@media (max-width: 767.98px) {
	.frame-type-textmedia .beside-text-right .gallery {
		order: 1
	}

	.frame-type-textmedia .beside-text-right .ce-bodytext {
		order: 2
	}
}

.ce-gallery .video-embed button.youtube-iframe {
	position: relative;
	display: inline-block
}

.ce-gallery .video-embed button.youtube-iframe img {
	display: block
}

.ce-gallery .video-embed button.youtube-iframe:not(.active):before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #0000004d;
	z-index: 1
}

.ce-gallery .video-embed button.youtube-iframe:not(.active):after {
	font-family: icomoon !important;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "";
	position: absolute;
	top: calc(50% - 30px);
	left: 0;
	width: 100%;
	text-align: center;
	font-size: 60px;
	color: #fff;
	transform: scale(1);
	transition: transform .5s ease;
	z-index: 10
}

.ce-gallery .video-embed button.youtube-iframe:hover:after {
	transform: scale(1.1)
}

.ce-gallery.ce-left figure {
	text-align: left;
	margin-right: auto
}

.ce-gallery.ce-center {
	text-align: center
}

.ce-gallery.ce-center figure {
	margin: auto
}

.ce-gallery.ce-center figure img {
	margin: auto
}

.ce-gallery.ce-right figure {
	text-align: right;
	margin-left: auto
}

.linked-content {
	height: 100%
}

.linked-content>a {
	display: flex;
	flex-direction: column;
	height: 100%
}

.linked-content .ce-bodytext {
	flex: 1 0 0
}

.container-sticky .sticky-part {
	position: sticky;
	top: 0;
	z-index: 100;
	transition: top .3s ease-out
}

.container-sticky .sticky-part .background-style--default {
	background: #fff
}

.active-menu .container-sticky .sticky-part {
	top: 80px
}

@media (max-width: 991.98px) {
	.active-menu .container-sticky .sticky-part {
		top: 60px
	}
}