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

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

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

.select2-container .select2-selection--single .select2-selection__clear {
	background-color: transparent;
	border: none;
	font-size: 1em;
}

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

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

.select2-container .select2-selection--multiple .select2-selection__rendered {
	display: inline;
	list-style: none;
	padding: 0;
}

.select2-container .select2-selection--multiple .select2-selection__clear {
	background-color: transparent;
	border: none;
	font-size: 1em;
}

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

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

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

.select2-results {
	display: block;
}

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

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

.select2-results__option--selectable {
	cursor: pointer;
}

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

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

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

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

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

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

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

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

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

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

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

.select2-container--default .select2-selection--single .select2-selection__clear {
	cursor: pointer;
	float: right;
	font-weight: bold;
	height: 26px;
	margin-right: 20px;
	padding-right: 0px;
}

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

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

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

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

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

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

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

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

.select2-container--default .select2-selection--multiple {
	background-color: white;
	border: 1px solid #aaa;
	border-radius: 4px;
	cursor: text;
	padding-bottom: 5px;
	padding-right: 5px;
}

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

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

.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
	cursor: default;
	padding-left: 2px;
	padding-right: 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
	background-color: transparent;
	border: none;
	border-right: 1px solid #aaa;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	color: #999;
	cursor: pointer;
	font-size: 1em;
	font-weight: bold;
	padding: 0 4px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover, .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus {
	background-color: #f1f1f1;
	color: #333;
	outline: none;
}

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

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__display {
	padding-left: 5px;
	padding-right: 2px;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
	border-left: 1px solid #aaa;
	border-right: none;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__clear {
	float: left;
	margin-left: 10px;
	margin-right: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.select2-container--default .select2-results__option--group {
	padding: 0;
}

.select2-container--default .select2-results__option--disabled {
	color: #999;
}

.select2-container--default .select2-results__option--selected {
	background-color: #ddd;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
	background-color: #5897fb;
	color: white;
}

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

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

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

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

.select2-container--classic .select2-selection--single .select2-selection__clear {
	cursor: pointer;
	float: right;
	font-weight: bold;
	height: 26px;
	margin-right: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.select2-container--classic .select2-selection--multiple .select2-selection__choice__display {
	cursor: default;
	padding-left: 2px;
	padding-right: 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
	background-color: transparent;
	border: none;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	color: #888;
	cursor: pointer;
	font-size: 1em;
	font-weight: bold;
	padding: 0 4px;
}

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

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

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__display {
	padding-left: 5px;
	padding-right: 2px;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}

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

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

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

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

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

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

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

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

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

.select2-container--classic .select2-results__option--group {
	padding: 0;
}

.select2-container--classic .select2-results__option--disabled {
	color: grey;
}

.select2-container--classic .select2-results__option--highlighted.select2-results__option--selectable {
	background-color: #3875d7;
	color: #fff;
}

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

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

/*!
 * Font Awesome Free 5.15.4 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa, .fas, .far, .fal, .fad, .fab {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
}

.fa-lg {
	font-size: 1.33333em;
	line-height: .75em;
	vertical-align: -.0667em;
}

.fa-xs {
	font-size: .75em;
}

.fa-sm {
	font-size: .875em;
}

.fa-1x {
	font-size: 1em;
}

.fa-2x {
	font-size: 2em;
}

.fa-3x {
	font-size: 3em;
}

.fa-4x {
	font-size: 4em;
}

.fa-5x {
	font-size: 5em;
}

.fa-6x {
	font-size: 6em;
}

.fa-7x {
	font-size: 7em;
}

.fa-8x {
	font-size: 8em;
}

.fa-9x {
	font-size: 9em;
}

.fa-10x {
	font-size: 10em;
}

.fa-fw {
	text-align: center;
	width: 1.25em;
}

.fa-ul {
	list-style-type: none;
	margin-left: 2.5em;
	padding-left: 0;
}

.fa-ul > li {
	position: relative;
}

.fa-li {
	left: -2em;
	position: absolute;
	text-align: center;
	width: 2em;
	line-height: inherit;
}

.fa-border {
	border: solid .08em #eee;
	border-radius: .1em;
	padding: .2em .25em .15em;
}

.fa-pull-left {
	float: left;
}

.fa-pull-right {
	float: right;
}

.fa.fa-pull-left, .fas.fa-pull-left, .far.fa-pull-left, .fal.fa-pull-left, .fab.fa-pull-left {
	margin-right: .3em;
}

.fa.fa-pull-right, .fas.fa-pull-right, .far.fa-pull-right, .fal.fa-pull-right, .fab.fa-pull-right {
	margin-left: .3em;
}

.fa-spin {
	-webkit-animation: fa-spin 2s infinite linear;
	animation: fa-spin 2s infinite linear;
}

.fa-pulse {
	-webkit-animation: fa-spin 1s infinite steps(8);
	animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes fa-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

.fa-rotate-90 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

.fa-rotate-180 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.fa-rotate-270 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
	-webkit-transform: rotate(270deg);
	transform: rotate(270deg);
}

.fa-flip-horizontal {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
	-webkit-transform: scale(-1, 1);
	transform: scale(-1, 1);
}

.fa-flip-vertical {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
	-webkit-transform: scale(1, -1);
	transform: scale(1, -1);
}

.fa-flip-both, .fa-flip-horizontal.fa-flip-vertical {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
	-webkit-transform: scale(-1, -1);
	transform: scale(-1, -1);
}

:root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical, :root .fa-flip-both {
	-webkit-filter: none;
	filter: none;
}

.fa-stack {
	display: inline-block;
	height: 2em;
	line-height: 2em;
	position: relative;
	vertical-align: middle;
	width: 2.5em;
}

.fa-stack-1x, .fa-stack-2x {
	left: 0;
	position: absolute;
	text-align: center;
	width: 100%;
}

.fa-stack-1x {
	line-height: inherit;
}

.fa-stack-2x {
	font-size: 2em;
}

.fa-inverse {
	color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
.fa-500px:before {
	content: "";
}

.fa-accessible-icon:before {
	content: "";
}

.fa-accusoft:before {
	content: "";
}

.fa-acquisitions-incorporated:before {
	content: "";
}

.fa-ad:before {
	content: "";
}

.fa-address-book:before {
	content: "";
}

.fa-address-card:before {
	content: "";
}

.fa-adjust:before {
	content: "";
}

.fa-adn:before {
	content: "";
}

.fa-adversal:before {
	content: "";
}

.fa-affiliatetheme:before {
	content: "";
}

.fa-air-freshener:before {
	content: "";
}

.fa-airbnb:before {
	content: "";
}

.fa-algolia:before {
	content: "";
}

.fa-align-center:before {
	content: "";
}

.fa-align-justify:before {
	content: "";
}

.fa-align-left:before {
	content: "";
}

.fa-align-right:before {
	content: "";
}

.fa-alipay:before {
	content: "";
}

.fa-allergies:before {
	content: "";
}

.fa-amazon:before {
	content: "";
}

.fa-amazon-pay:before {
	content: "";
}

.fa-ambulance:before {
	content: "";
}

.fa-american-sign-language-interpreting:before {
	content: "";
}

.fa-amilia:before {
	content: "";
}

.fa-anchor:before {
	content: "";
}

.fa-android:before {
	content: "";
}

.fa-angellist:before {
	content: "";
}

.fa-angle-double-down:before {
	content: "";
}

.fa-angle-double-left:before {
	content: "";
}

.fa-angle-double-right:before {
	content: "";
}

.fa-angle-double-up:before {
	content: "";
}

.fa-angle-down:before {
	content: "";
}

.fa-angle-left:before {
	content: "";
}

.fa-angle-right:before {
	content: "";
}

.fa-angle-up:before {
	content: "";
}

.fa-angry:before {
	content: "";
}

.fa-angrycreative:before {
	content: "";
}

.fa-angular:before {
	content: "";
}

.fa-ankh:before {
	content: "";
}

.fa-app-store:before {
	content: "";
}

.fa-app-store-ios:before {
	content: "";
}

.fa-apper:before {
	content: "";
}

.fa-apple:before {
	content: "";
}

.fa-apple-alt:before {
	content: "";
}

.fa-apple-pay:before {
	content: "";
}

.fa-archive:before {
	content: "";
}

.fa-archway:before {
	content: "";
}

.fa-arrow-alt-circle-down:before {
	content: "";
}

.fa-arrow-alt-circle-left:before {
	content: "";
}

.fa-arrow-alt-circle-right:before {
	content: "";
}

.fa-arrow-alt-circle-up:before {
	content: "";
}

.fa-arrow-circle-down:before {
	content: "";
}

.fa-arrow-circle-left:before {
	content: "";
}

.fa-arrow-circle-right:before {
	content: "";
}

.fa-arrow-circle-up:before {
	content: "";
}

.fa-arrow-down:before {
	content: "";
}

.fa-arrow-left:before {
	content: "";
}

.fa-arrow-right:before {
	content: "";
}

.fa-arrow-up:before {
	content: "";
}

.fa-arrows-alt:before {
	content: "";
}

.fa-arrows-alt-h:before {
	content: "";
}

.fa-arrows-alt-v:before {
	content: "";
}

.fa-artstation:before {
	content: "";
}

.fa-assistive-listening-systems:before {
	content: "";
}

.fa-asterisk:before {
	content: "";
}

.fa-asymmetrik:before {
	content: "";
}

.fa-at:before {
	content: "";
}

.fa-atlas:before {
	content: "";
}

.fa-atlassian:before {
	content: "";
}

.fa-atom:before {
	content: "";
}

.fa-audible:before {
	content: "";
}

.fa-audio-description:before {
	content: "";
}

.fa-autoprefixer:before {
	content: "";
}

.fa-avianex:before {
	content: "";
}

.fa-aviato:before {
	content: "";
}

.fa-award:before {
	content: "";
}

.fa-aws:before {
	content: "";
}

.fa-baby:before {
	content: "";
}

.fa-baby-carriage:before {
	content: "";
}

.fa-backspace:before {
	content: "";
}

.fa-backward:before {
	content: "";
}

.fa-bacon:before {
	content: "";
}

.fa-bacteria:before {
	content: "";
}

.fa-bacterium:before {
	content: "";
}

.fa-bahai:before {
	content: "";
}

.fa-balance-scale:before {
	content: "";
}

.fa-balance-scale-left:before {
	content: "";
}

.fa-balance-scale-right:before {
	content: "";
}

.fa-ban:before {
	content: "";
}

.fa-band-aid:before {
	content: "";
}

.fa-bandcamp:before {
	content: "";
}

.fa-barcode:before {
	content: "";
}

.fa-bars:before {
	content: "";
}

.fa-baseball-ball:before {
	content: "";
}

.fa-basketball-ball:before {
	content: "";
}

.fa-bath:before {
	content: "";
}

.fa-battery-empty:before {
	content: "";
}

.fa-battery-full:before {
	content: "";
}

.fa-battery-half:before {
	content: "";
}

.fa-battery-quarter:before {
	content: "";
}

.fa-battery-three-quarters:before {
	content: "";
}

.fa-battle-net:before {
	content: "";
}

.fa-bed:before {
	content: "";
}

.fa-beer:before {
	content: "";
}

.fa-behance:before {
	content: "";
}

.fa-behance-square:before {
	content: "";
}

.fa-bell:before {
	content: "";
}

.fa-bell-slash:before {
	content: "";
}

.fa-bezier-curve:before {
	content: "";
}

.fa-bible:before {
	content: "";
}

.fa-bicycle:before {
	content: "";
}

.fa-biking:before {
	content: "";
}

.fa-bimobject:before {
	content: "";
}

.fa-binoculars:before {
	content: "";
}

.fa-biohazard:before {
	content: "";
}

.fa-birthday-cake:before {
	content: "";
}

.fa-bitbucket:before {
	content: "";
}

.fa-bitcoin:before {
	content: "";
}

.fa-bity:before {
	content: "";
}

.fa-black-tie:before {
	content: "";
}

.fa-blackberry:before {
	content: "";
}

.fa-blender:before {
	content: "";
}

.fa-blender-phone:before {
	content: "";
}

.fa-blind:before {
	content: "";
}

.fa-blog:before {
	content: "";
}

.fa-blogger:before {
	content: "";
}

.fa-blogger-b:before {
	content: "";
}

.fa-bluetooth:before {
	content: "";
}

.fa-bluetooth-b:before {
	content: "";
}

.fa-bold:before {
	content: "";
}

.fa-bolt:before {
	content: "";
}

.fa-bomb:before {
	content: "";
}

.fa-bone:before {
	content: "";
}

.fa-bong:before {
	content: "";
}

.fa-book:before {
	content: "";
}

.fa-book-dead:before {
	content: "";
}

.fa-book-medical:before {
	content: "";
}

.fa-book-open:before {
	content: "";
}

.fa-book-reader:before {
	content: "";
}

.fa-bookmark:before {
	content: "";
}

.fa-bootstrap:before {
	content: "";
}

.fa-border-all:before {
	content: "";
}

.fa-border-none:before {
	content: "";
}

.fa-border-style:before {
	content: "";
}

.fa-bowling-ball:before {
	content: "";
}

.fa-box:before {
	content: "";
}

.fa-box-open:before {
	content: "";
}

.fa-box-tissue:before {
	content: "";
}

.fa-boxes:before {
	content: "";
}

.fa-braille:before {
	content: "";
}

.fa-brain:before {
	content: "";
}

.fa-bread-slice:before {
	content: "";
}

.fa-briefcase:before {
	content: "";
}

.fa-briefcase-medical:before {
	content: "";
}

.fa-broadcast-tower:before {
	content: "";
}

.fa-broom:before {
	content: "";
}

.fa-brush:before {
	content: "";
}

.fa-btc:before {
	content: "";
}

.fa-buffer:before {
	content: "";
}

.fa-bug:before {
	content: "";
}

.fa-building:before {
	content: "";
}

.fa-bullhorn:before {
	content: "";
}

.fa-bullseye:before {
	content: "";
}

.fa-burn:before {
	content: "";
}

.fa-buromobelexperte:before {
	content: "";
}

.fa-bus:before {
	content: "";
}

.fa-bus-alt:before {
	content: "";
}

.fa-business-time:before {
	content: "";
}

.fa-buy-n-large:before {
	content: "";
}

.fa-buysellads:before {
	content: "";
}

.fa-calculator:before {
	content: "";
}

.fa-calendar:before {
	content: "";
}

.fa-calendar-alt:before {
	content: "";
}

.fa-calendar-check:before {
	content: "";
}

.fa-calendar-day:before {
	content: "";
}

.fa-calendar-minus:before {
	content: "";
}

.fa-calendar-plus:before {
	content: "";
}

.fa-calendar-times:before {
	content: "";
}

.fa-calendar-week:before {
	content: "";
}

.fa-camera:before {
	content: "";
}

.fa-camera-retro:before {
	content: "";
}

.fa-campground:before {
	content: "";
}

.fa-canadian-maple-leaf:before {
	content: "";
}

.fa-candy-cane:before {
	content: "";
}

.fa-cannabis:before {
	content: "";
}

.fa-capsules:before {
	content: "";
}

.fa-car:before {
	content: "";
}

.fa-car-alt:before {
	content: "";
}

.fa-car-battery:before {
	content: "";
}

.fa-car-crash:before {
	content: "";
}

.fa-car-side:before {
	content: "";
}

.fa-caravan:before {
	content: "";
}

.fa-caret-down:before {
	content: "";
}

.fa-caret-left:before {
	content: "";
}

.fa-caret-right:before {
	content: "";
}

.fa-caret-square-down:before {
	content: "";
}

.fa-caret-square-left:before {
	content: "";
}

.fa-caret-square-right:before {
	content: "";
}

.fa-caret-square-up:before {
	content: "";
}

.fa-caret-up:before {
	content: "";
}

.fa-carrot:before {
	content: "";
}

.fa-cart-arrow-down:before {
	content: "";
}

.fa-cart-plus:before {
	content: "";
}

.fa-cash-register:before {
	content: "";
}

.fa-cat:before {
	content: "";
}

.fa-cc-amazon-pay:before {
	content: "";
}

.fa-cc-amex:before {
	content: "";
}

.fa-cc-apple-pay:before {
	content: "";
}

.fa-cc-diners-club:before {
	content: "";
}

.fa-cc-discover:before {
	content: "";
}

.fa-cc-jcb:before {
	content: "";
}

.fa-cc-mastercard:before {
	content: "";
}

.fa-cc-paypal:before {
	content: "";
}

.fa-cc-stripe:before {
	content: "";
}

.fa-cc-visa:before {
	content: "";
}

.fa-centercode:before {
	content: "";
}

.fa-centos:before {
	content: "";
}

.fa-certificate:before {
	content: "";
}

.fa-chair:before {
	content: "";
}

.fa-chalkboard:before {
	content: "";
}

.fa-chalkboard-teacher:before {
	content: "";
}

.fa-charging-station:before {
	content: "";
}

.fa-chart-area:before {
	content: "";
}

.fa-chart-bar:before {
	content: "";
}

.fa-chart-line:before {
	content: "";
}

.fa-chart-pie:before {
	content: "";
}

.fa-check:before {
	content: "";
}

.fa-check-circle:before {
	content: "";
}

.fa-check-double:before {
	content: "";
}

.fa-check-square:before {
	content: "";
}

.fa-cheese:before {
	content: "";
}

.fa-chess:before {
	content: "";
}

.fa-chess-bishop:before {
	content: "";
}

.fa-chess-board:before {
	content: "";
}

.fa-chess-king:before {
	content: "";
}

.fa-chess-knight:before {
	content: "";
}

.fa-chess-pawn:before {
	content: "";
}

.fa-chess-queen:before {
	content: "";
}

.fa-chess-rook:before {
	content: "";
}

.fa-chevron-circle-down:before {
	content: "";
}

.fa-chevron-circle-left:before {
	content: "";
}

.fa-chevron-circle-right:before {
	content: "";
}

.fa-chevron-circle-up:before {
	content: "";
}

.fa-chevron-down:before {
	content: "";
}

.fa-chevron-left:before {
	content: "";
}

.fa-chevron-right:before {
	content: "";
}

.fa-chevron-up:before {
	content: "";
}

.fa-child:before {
	content: "";
}

.fa-chrome:before {
	content: "";
}

.fa-chromecast:before {
	content: "";
}

.fa-church:before {
	content: "";
}

.fa-circle:before {
	content: "";
}

.fa-circle-notch:before {
	content: "";
}

.fa-city:before {
	content: "";
}

.fa-clinic-medical:before {
	content: "";
}

.fa-clipboard:before {
	content: "";
}

.fa-clipboard-check:before {
	content: "";
}

.fa-clipboard-list:before {
	content: "";
}

.fa-clock:before {
	content: "";
}

.fa-clone:before {
	content: "";
}

.fa-closed-captioning:before {
	content: "";
}

.fa-cloud:before {
	content: "";
}

.fa-cloud-download-alt:before {
	content: "";
}

.fa-cloud-meatball:before {
	content: "";
}

.fa-cloud-moon:before {
	content: "";
}

.fa-cloud-moon-rain:before {
	content: "";
}

.fa-cloud-rain:before {
	content: "";
}

.fa-cloud-showers-heavy:before {
	content: "";
}

.fa-cloud-sun:before {
	content: "";
}

.fa-cloud-sun-rain:before {
	content: "";
}

.fa-cloud-upload-alt:before {
	content: "";
}

.fa-cloudflare:before {
	content: "";
}

.fa-cloudscale:before {
	content: "";
}

.fa-cloudsmith:before {
	content: "";
}

.fa-cloudversify:before {
	content: "";
}

.fa-cocktail:before {
	content: "";
}

.fa-code:before {
	content: "";
}

.fa-code-branch:before {
	content: "";
}

.fa-codepen:before {
	content: "";
}

.fa-codiepie:before {
	content: "";
}

.fa-coffee:before {
	content: "";
}

.fa-cog:before {
	content: "";
}

.fa-cogs:before {
	content: "";
}

.fa-coins:before {
	content: "";
}

.fa-columns:before {
	content: "";
}

.fa-comment:before {
	content: "";
}

.fa-comment-alt:before {
	content: "";
}

.fa-comment-dollar:before {
	content: "";
}

.fa-comment-dots:before {
	content: "";
}

.fa-comment-medical:before {
	content: "";
}

.fa-comment-slash:before {
	content: "";
}

.fa-comments:before {
	content: "";
}

.fa-comments-dollar:before {
	content: "";
}

.fa-compact-disc:before {
	content: "";
}

.fa-compass:before {
	content: "";
}

.fa-compress:before {
	content: "";
}

.fa-compress-alt:before {
	content: "";
}

.fa-compress-arrows-alt:before {
	content: "";
}

.fa-concierge-bell:before {
	content: "";
}

.fa-confluence:before {
	content: "";
}

.fa-connectdevelop:before {
	content: "";
}

.fa-contao:before {
	content: "";
}

.fa-cookie:before {
	content: "";
}

.fa-cookie-bite:before {
	content: "";
}

.fa-copy:before {
	content: "";
}

.fa-copyright:before {
	content: "";
}

.fa-cotton-bureau:before {
	content: "";
}

.fa-couch:before {
	content: "";
}

.fa-cpanel:before {
	content: "";
}

.fa-creative-commons:before {
	content: "";
}

.fa-creative-commons-by:before {
	content: "";
}

.fa-creative-commons-nc:before {
	content: "";
}

.fa-creative-commons-nc-eu:before {
	content: "";
}

.fa-creative-commons-nc-jp:before {
	content: "";
}

.fa-creative-commons-nd:before {
	content: "";
}

.fa-creative-commons-pd:before {
	content: "";
}

.fa-creative-commons-pd-alt:before {
	content: "";
}

.fa-creative-commons-remix:before {
	content: "";
}

.fa-creative-commons-sa:before {
	content: "";
}

.fa-creative-commons-sampling:before {
	content: "";
}

.fa-creative-commons-sampling-plus:before {
	content: "";
}

.fa-creative-commons-share:before {
	content: "";
}

.fa-creative-commons-zero:before {
	content: "";
}

.fa-credit-card:before {
	content: "";
}

.fa-critical-role:before {
	content: "";
}

.fa-crop:before {
	content: "";
}

.fa-crop-alt:before {
	content: "";
}

.fa-cross:before {
	content: "";
}

.fa-crosshairs:before {
	content: "";
}

.fa-crow:before {
	content: "";
}

.fa-crown:before {
	content: "";
}

.fa-crutch:before {
	content: "";
}

.fa-css3:before {
	content: "";
}

.fa-css3-alt:before {
	content: "";
}

.fa-cube:before {
	content: "";
}

.fa-cubes:before {
	content: "";
}

.fa-cut:before {
	content: "";
}

.fa-cuttlefish:before {
	content: "";
}

.fa-d-and-d:before {
	content: "";
}

.fa-d-and-d-beyond:before {
	content: "";
}

.fa-dailymotion:before {
	content: "";
}

.fa-dashcube:before {
	content: "";
}

.fa-database:before {
	content: "";
}

.fa-deaf:before {
	content: "";
}

.fa-deezer:before {
	content: "";
}

.fa-delicious:before {
	content: "";
}

.fa-democrat:before {
	content: "";
}

.fa-deploydog:before {
	content: "";
}

.fa-deskpro:before {
	content: "";
}

.fa-desktop:before {
	content: "";
}

.fa-dev:before {
	content: "";
}

.fa-deviantart:before {
	content: "";
}

.fa-dharmachakra:before {
	content: "";
}

.fa-dhl:before {
	content: "";
}

.fa-diagnoses:before {
	content: "";
}

.fa-diaspora:before {
	content: "";
}

.fa-dice:before {
	content: "";
}

.fa-dice-d20:before {
	content: "";
}

.fa-dice-d6:before {
	content: "";
}

.fa-dice-five:before {
	content: "";
}

.fa-dice-four:before {
	content: "";
}

.fa-dice-one:before {
	content: "";
}

.fa-dice-six:before {
	content: "";
}

.fa-dice-three:before {
	content: "";
}

.fa-dice-two:before {
	content: "";
}

.fa-digg:before {
	content: "";
}

.fa-digital-ocean:before {
	content: "";
}

.fa-digital-tachograph:before {
	content: "";
}

.fa-directions:before {
	content: "";
}

.fa-discord:before {
	content: "";
}

.fa-discourse:before {
	content: "";
}

.fa-disease:before {
	content: "";
}

.fa-divide:before {
	content: "";
}

.fa-dizzy:before {
	content: "";
}

.fa-dna:before {
	content: "";
}

.fa-dochub:before {
	content: "";
}

.fa-docker:before {
	content: "";
}

.fa-dog:before {
	content: "";
}

.fa-dollar-sign:before {
	content: "";
}

.fa-dolly:before {
	content: "";
}

.fa-dolly-flatbed:before {
	content: "";
}

.fa-donate:before {
	content: "";
}

.fa-door-closed:before {
	content: "";
}

.fa-door-open:before {
	content: "";
}

.fa-dot-circle:before {
	content: "";
}

.fa-dove:before {
	content: "";
}

.fa-download:before {
	content: "";
}

.fa-draft2digital:before {
	content: "";
}

.fa-drafting-compass:before {
	content: "";
}

.fa-dragon:before {
	content: "";
}

.fa-draw-polygon:before {
	content: "";
}

.fa-dribbble:before {
	content: "";
}

.fa-dribbble-square:before {
	content: "";
}

.fa-dropbox:before {
	content: "";
}

.fa-drum:before {
	content: "";
}

.fa-drum-steelpan:before {
	content: "";
}

.fa-drumstick-bite:before {
	content: "";
}

.fa-drupal:before {
	content: "";
}

.fa-dumbbell:before {
	content: "";
}

.fa-dumpster:before {
	content: "";
}

.fa-dumpster-fire:before {
	content: "";
}

.fa-dungeon:before {
	content: "";
}

.fa-dyalog:before {
	content: "";
}

.fa-earlybirds:before {
	content: "";
}

.fa-ebay:before {
	content: "";
}

.fa-edge:before {
	content: "";
}

.fa-edge-legacy:before {
	content: "";
}

.fa-edit:before {
	content: "";
}

.fa-egg:before {
	content: "";
}

.fa-eject:before {
	content: "";
}

.fa-elementor:before {
	content: "";
}

.fa-ellipsis-h:before {
	content: "";
}

.fa-ellipsis-v:before {
	content: "";
}

.fa-ello:before {
	content: "";
}

.fa-ember:before {
	content: "";
}

.fa-empire:before {
	content: "";
}

.fa-envelope:before {
	content: "";
}

.fa-envelope-open:before {
	content: "";
}

.fa-envelope-open-text:before {
	content: "";
}

.fa-envelope-square:before {
	content: "";
}

.fa-envira:before {
	content: "";
}

.fa-equals:before {
	content: "";
}

.fa-eraser:before {
	content: "";
}

.fa-erlang:before {
	content: "";
}

.fa-ethereum:before {
	content: "";
}

.fa-ethernet:before {
	content: "";
}

.fa-etsy:before {
	content: "";
}

.fa-euro-sign:before {
	content: "";
}

.fa-evernote:before {
	content: "";
}

.fa-exchange-alt:before {
	content: "";
}

.fa-exclamation:before {
	content: "";
}

.fa-exclamation-circle:before {
	content: "";
}

.fa-exclamation-triangle:before {
	content: "";
}

.fa-expand:before {
	content: "";
}

.fa-expand-alt:before {
	content: "";
}

.fa-expand-arrows-alt:before {
	content: "";
}

.fa-expeditedssl:before {
	content: "";
}

.fa-external-link-alt:before {
	content: "";
}

.fa-external-link-square-alt:before {
	content: "";
}

.fa-eye:before {
	content: "";
}

.fa-eye-dropper:before {
	content: "";
}

.fa-eye-slash:before {
	content: "";
}

.fa-facebook:before {
	content: "";
}

.fa-facebook-f:before {
	content: "";
}

.fa-facebook-messenger:before {
	content: "";
}

.fa-facebook-square:before {
	content: "";
}

.fa-fan:before {
	content: "";
}

.fa-fantasy-flight-games:before {
	content: "";
}

.fa-fast-backward:before {
	content: "";
}

.fa-fast-forward:before {
	content: "";
}

.fa-faucet:before {
	content: "";
}

.fa-fax:before {
	content: "";
}

.fa-feather:before {
	content: "";
}

.fa-feather-alt:before {
	content: "";
}

.fa-fedex:before {
	content: "";
}

.fa-fedora:before {
	content: "";
}

.fa-female:before {
	content: "";
}

.fa-fighter-jet:before {
	content: "";
}

.fa-figma:before {
	content: "";
}

.fa-file:before {
	content: "";
}

.fa-file-alt:before {
	content: "";
}

.fa-file-archive:before {
	content: "";
}

.fa-file-audio:before {
	content: "";
}

.fa-file-code:before {
	content: "";
}

.fa-file-contract:before {
	content: "";
}

.fa-file-csv:before {
	content: "";
}

.fa-file-download:before {
	content: "";
}

.fa-file-excel:before {
	content: "";
}

.fa-file-export:before {
	content: "";
}

.fa-file-image:before {
	content: "";
}

.fa-file-import:before {
	content: "";
}

.fa-file-invoice:before {
	content: "";
}

.fa-file-invoice-dollar:before {
	content: "";
}

.fa-file-medical:before {
	content: "";
}

.fa-file-medical-alt:before {
	content: "";
}

.fa-file-pdf:before {
	content: "";
}

.fa-file-powerpoint:before {
	content: "";
}

.fa-file-prescription:before {
	content: "";
}

.fa-file-signature:before {
	content: "";
}

.fa-file-upload:before {
	content: "";
}

.fa-file-video:before {
	content: "";
}

.fa-file-word:before {
	content: "";
}

.fa-fill:before {
	content: "";
}

.fa-fill-drip:before {
	content: "";
}

.fa-film:before {
	content: "";
}

.fa-filter:before {
	content: "";
}

.fa-fingerprint:before {
	content: "";
}

.fa-fire:before {
	content: "";
}

.fa-fire-alt:before {
	content: "";
}

.fa-fire-extinguisher:before {
	content: "";
}

.fa-firefox:before {
	content: "";
}

.fa-firefox-browser:before {
	content: "";
}

.fa-first-aid:before {
	content: "";
}

.fa-first-order:before {
	content: "";
}

.fa-first-order-alt:before {
	content: "";
}

.fa-firstdraft:before {
	content: "";
}

.fa-fish:before {
	content: "";
}

.fa-fist-raised:before {
	content: "";
}

.fa-flag:before {
	content: "";
}

.fa-flag-checkered:before {
	content: "";
}

.fa-flag-usa:before {
	content: "";
}

.fa-flask:before {
	content: "";
}

.fa-flickr:before {
	content: "";
}

.fa-flipboard:before {
	content: "";
}

.fa-flushed:before {
	content: "";
}

.fa-fly:before {
	content: "";
}

.fa-folder:before {
	content: "";
}

.fa-folder-minus:before {
	content: "";
}

.fa-folder-open:before {
	content: "";
}

.fa-folder-plus:before {
	content: "";
}

.fa-font:before {
	content: "";
}

.fa-font-awesome:before {
	content: "";
}

.fa-font-awesome-alt:before {
	content: "";
}

.fa-font-awesome-flag:before {
	content: "";
}

.fa-font-awesome-logo-full:before {
	content: "";
}

.fa-fonticons:before {
	content: "";
}

.fa-fonticons-fi:before {
	content: "";
}

.fa-football-ball:before {
	content: "";
}

.fa-fort-awesome:before {
	content: "";
}

.fa-fort-awesome-alt:before {
	content: "";
}

.fa-forumbee:before {
	content: "";
}

.fa-forward:before {
	content: "";
}

.fa-foursquare:before {
	content: "";
}

.fa-free-code-camp:before {
	content: "";
}

.fa-freebsd:before {
	content: "";
}

.fa-frog:before {
	content: "";
}

.fa-frown:before {
	content: "";
}

.fa-frown-open:before {
	content: "";
}

.fa-fulcrum:before {
	content: "";
}

.fa-funnel-dollar:before {
	content: "";
}

.fa-futbol:before {
	content: "";
}

.fa-galactic-republic:before {
	content: "";
}

.fa-galactic-senate:before {
	content: "";
}

.fa-gamepad:before {
	content: "";
}

.fa-gas-pump:before {
	content: "";
}

.fa-gavel:before {
	content: "";
}

.fa-gem:before {
	content: "";
}

.fa-genderless:before {
	content: "";
}

.fa-get-pocket:before {
	content: "";
}

.fa-gg:before {
	content: "";
}

.fa-gg-circle:before {
	content: "";
}

.fa-ghost:before {
	content: "";
}

.fa-gift:before {
	content: "";
}

.fa-gifts:before {
	content: "";
}

.fa-git:before {
	content: "";
}

.fa-git-alt:before {
	content: "";
}

.fa-git-square:before {
	content: "";
}

.fa-github:before {
	content: "";
}

.fa-github-alt:before {
	content: "";
}

.fa-github-square:before {
	content: "";
}

.fa-gitkraken:before {
	content: "";
}

.fa-gitlab:before {
	content: "";
}

.fa-gitter:before {
	content: "";
}

.fa-glass-cheers:before {
	content: "";
}

.fa-glass-martini:before {
	content: "";
}

.fa-glass-martini-alt:before {
	content: "";
}

.fa-glass-whiskey:before {
	content: "";
}

.fa-glasses:before {
	content: "";
}

.fa-glide:before {
	content: "";
}

.fa-glide-g:before {
	content: "";
}

.fa-globe:before {
	content: "";
}

.fa-globe-africa:before {
	content: "";
}

.fa-globe-americas:before {
	content: "";
}

.fa-globe-asia:before {
	content: "";
}

.fa-globe-europe:before {
	content: "";
}

.fa-gofore:before {
	content: "";
}

.fa-golf-ball:before {
	content: "";
}

.fa-goodreads:before {
	content: "";
}

.fa-goodreads-g:before {
	content: "";
}

.fa-google:before {
	content: "";
}

.fa-google-drive:before {
	content: "";
}

.fa-google-pay:before {
	content: "";
}

.fa-google-play:before {
	content: "";
}

.fa-google-plus:before {
	content: "";
}

.fa-google-plus-g:before {
	content: "";
}

.fa-google-plus-square:before {
	content: "";
}

.fa-google-wallet:before {
	content: "";
}

.fa-gopuram:before {
	content: "";
}

.fa-graduation-cap:before {
	content: "";
}

.fa-gratipay:before {
	content: "";
}

.fa-grav:before {
	content: "";
}

.fa-greater-than:before {
	content: "";
}

.fa-greater-than-equal:before {
	content: "";
}

.fa-grimace:before {
	content: "";
}

.fa-grin:before {
	content: "";
}

.fa-grin-alt:before {
	content: "";
}

.fa-grin-beam:before {
	content: "";
}

.fa-grin-beam-sweat:before {
	content: "";
}

.fa-grin-hearts:before {
	content: "";
}

.fa-grin-squint:before {
	content: "";
}

.fa-grin-squint-tears:before {
	content: "";
}

.fa-grin-stars:before {
	content: "";
}

.fa-grin-tears:before {
	content: "";
}

.fa-grin-tongue:before {
	content: "";
}

.fa-grin-tongue-squint:before {
	content: "";
}

.fa-grin-tongue-wink:before {
	content: "";
}

.fa-grin-wink:before {
	content: "";
}

.fa-grip-horizontal:before {
	content: "";
}

.fa-grip-lines:before {
	content: "";
}

.fa-grip-lines-vertical:before {
	content: "";
}

.fa-grip-vertical:before {
	content: "";
}

.fa-gripfire:before {
	content: "";
}

.fa-grunt:before {
	content: "";
}

.fa-guilded:before {
	content: "";
}

.fa-guitar:before {
	content: "";
}

.fa-gulp:before {
	content: "";
}

.fa-h-square:before {
	content: "";
}

.fa-hacker-news:before {
	content: "";
}

.fa-hacker-news-square:before {
	content: "";
}

.fa-hackerrank:before {
	content: "";
}

.fa-hamburger:before {
	content: "";
}

.fa-hammer:before {
	content: "";
}

.fa-hamsa:before {
	content: "";
}

.fa-hand-holding:before {
	content: "";
}

.fa-hand-holding-heart:before {
	content: "";
}

.fa-hand-holding-medical:before {
	content: "";
}

.fa-hand-holding-usd:before {
	content: "";
}

.fa-hand-holding-water:before {
	content: "";
}

.fa-hand-lizard:before {
	content: "";
}

.fa-hand-middle-finger:before {
	content: "";
}

.fa-hand-paper:before {
	content: "";
}

.fa-hand-peace:before {
	content: "";
}

.fa-hand-point-down:before {
	content: "";
}

.fa-hand-point-left:before {
	content: "";
}

.fa-hand-point-right:before {
	content: "";
}

.fa-hand-point-up:before {
	content: "";
}

.fa-hand-pointer:before {
	content: "";
}

.fa-hand-rock:before {
	content: "";
}

.fa-hand-scissors:before {
	content: "";
}

.fa-hand-sparkles:before {
	content: "";
}

.fa-hand-spock:before {
	content: "";
}

.fa-hands:before {
	content: "";
}

.fa-hands-helping:before {
	content: "";
}

.fa-hands-wash:before {
	content: "";
}

.fa-handshake:before {
	content: "";
}

.fa-handshake-alt-slash:before {
	content: "";
}

.fa-handshake-slash:before {
	content: "";
}

.fa-hanukiah:before {
	content: "";
}

.fa-hard-hat:before {
	content: "";
}

.fa-hashtag:before {
	content: "";
}

.fa-hat-cowboy:before {
	content: "";
}

.fa-hat-cowboy-side:before {
	content: "";
}

.fa-hat-wizard:before {
	content: "";
}

.fa-hdd:before {
	content: "";
}

.fa-head-side-cough:before {
	content: "";
}

.fa-head-side-cough-slash:before {
	content: "";
}

.fa-head-side-mask:before {
	content: "";
}

.fa-head-side-virus:before {
	content: "";
}

.fa-heading:before {
	content: "";
}

.fa-headphones:before {
	content: "";
}

.fa-headphones-alt:before {
	content: "";
}

.fa-headset:before {
	content: "";
}

.fa-heart:before {
	content: "";
}

.fa-heart-broken:before {
	content: "";
}

.fa-heartbeat:before {
	content: "";
}

.fa-helicopter:before {
	content: "";
}

.fa-highlighter:before {
	content: "";
}

.fa-hiking:before {
	content: "";
}

.fa-hippo:before {
	content: "";
}

.fa-hips:before {
	content: "";
}

.fa-hire-a-helper:before {
	content: "";
}

.fa-history:before {
	content: "";
}

.fa-hive:before {
	content: "";
}

.fa-hockey-puck:before {
	content: "";
}

.fa-holly-berry:before {
	content: "";
}

.fa-home:before {
	content: "";
}

.fa-hooli:before {
	content: "";
}

.fa-hornbill:before {
	content: "";
}

.fa-horse:before {
	content: "";
}

.fa-horse-head:before {
	content: "";
}

.fa-hospital:before {
	content: "";
}

.fa-hospital-alt:before {
	content: "";
}

.fa-hospital-symbol:before {
	content: "";
}

.fa-hospital-user:before {
	content: "";
}

.fa-hot-tub:before {
	content: "";
}

.fa-hotdog:before {
	content: "";
}

.fa-hotel:before {
	content: "";
}

.fa-hotjar:before {
	content: "";
}

.fa-hourglass:before {
	content: "";
}

.fa-hourglass-end:before {
	content: "";
}

.fa-hourglass-half:before {
	content: "";
}

.fa-hourglass-start:before {
	content: "";
}

.fa-house-damage:before {
	content: "";
}

.fa-house-user:before {
	content: "";
}

.fa-houzz:before {
	content: "";
}

.fa-hryvnia:before {
	content: "";
}

.fa-html5:before {
	content: "";
}

.fa-hubspot:before {
	content: "";
}

.fa-i-cursor:before {
	content: "";
}

.fa-ice-cream:before {
	content: "";
}

.fa-icicles:before {
	content: "";
}

.fa-icons:before {
	content: "";
}

.fa-id-badge:before {
	content: "";
}

.fa-id-card:before {
	content: "";
}

.fa-id-card-alt:before {
	content: "";
}

.fa-ideal:before {
	content: "";
}

.fa-igloo:before {
	content: "";
}

.fa-image:before {
	content: "";
}

.fa-images:before {
	content: "";
}

.fa-imdb:before {
	content: "";
}

.fa-inbox:before {
	content: "";
}

.fa-indent:before {
	content: "";
}

.fa-industry:before {
	content: "";
}

.fa-infinity:before {
	content: "";
}

.fa-info:before {
	content: "";
}

.fa-info-circle:before {
	content: "";
}

.fa-innosoft:before {
	content: "";
}

.fa-instagram:before {
	content: "";
}

.fa-instagram-square:before {
	content: "";
}

.fa-instalod:before {
	content: "";
}

.fa-intercom:before {
	content: "";
}

.fa-internet-explorer:before {
	content: "";
}

.fa-invision:before {
	content: "";
}

.fa-ioxhost:before {
	content: "";
}

.fa-italic:before {
	content: "";
}

.fa-itch-io:before {
	content: "";
}

.fa-itunes:before {
	content: "";
}

.fa-itunes-note:before {
	content: "";
}

.fa-java:before {
	content: "";
}

.fa-jedi:before {
	content: "";
}

.fa-jedi-order:before {
	content: "";
}

.fa-jenkins:before {
	content: "";
}

.fa-jira:before {
	content: "";
}

.fa-joget:before {
	content: "";
}

.fa-joint:before {
	content: "";
}

.fa-joomla:before {
	content: "";
}

.fa-journal-whills:before {
	content: "";
}

.fa-js:before {
	content: "";
}

.fa-js-square:before {
	content: "";
}

.fa-jsfiddle:before {
	content: "";
}

.fa-kaaba:before {
	content: "";
}

.fa-kaggle:before {
	content: "";
}

.fa-key:before {
	content: "";
}

.fa-keybase:before {
	content: "";
}

.fa-keyboard:before {
	content: "";
}

.fa-keycdn:before {
	content: "";
}

.fa-khanda:before {
	content: "";
}

.fa-kickstarter:before {
	content: "";
}

.fa-kickstarter-k:before {
	content: "";
}

.fa-kiss:before {
	content: "";
}

.fa-kiss-beam:before {
	content: "";
}

.fa-kiss-wink-heart:before {
	content: "";
}

.fa-kiwi-bird:before {
	content: "";
}

.fa-korvue:before {
	content: "";
}

.fa-landmark:before {
	content: "";
}

.fa-language:before {
	content: "";
}

.fa-laptop:before {
	content: "";
}

.fa-laptop-code:before {
	content: "";
}

.fa-laptop-house:before {
	content: "";
}

.fa-laptop-medical:before {
	content: "";
}

.fa-laravel:before {
	content: "";
}

.fa-lastfm:before {
	content: "";
}

.fa-lastfm-square:before {
	content: "";
}

.fa-laugh:before {
	content: "";
}

.fa-laugh-beam:before {
	content: "";
}

.fa-laugh-squint:before {
	content: "";
}

.fa-laugh-wink:before {
	content: "";
}

.fa-layer-group:before {
	content: "";
}

.fa-leaf:before {
	content: "";
}

.fa-leanpub:before {
	content: "";
}

.fa-lemon:before {
	content: "";
}

.fa-less:before {
	content: "";
}

.fa-less-than:before {
	content: "";
}

.fa-less-than-equal:before {
	content: "";
}

.fa-level-down-alt:before {
	content: "";
}

.fa-level-up-alt:before {
	content: "";
}

.fa-life-ring:before {
	content: "";
}

.fa-lightbulb:before {
	content: "";
}

.fa-line:before {
	content: "";
}

.fa-link:before {
	content: "";
}

.fa-linkedin:before {
	content: "";
}

.fa-linkedin-in:before {
	content: "";
}

.fa-linode:before {
	content: "";
}

.fa-linux:before {
	content: "";
}

.fa-lira-sign:before {
	content: "";
}

.fa-list:before {
	content: "";
}

.fa-list-alt:before {
	content: "";
}

.fa-list-ol:before {
	content: "";
}

.fa-list-ul:before {
	content: "";
}

.fa-location-arrow:before {
	content: "";
}

.fa-lock:before {
	content: "";
}

.fa-lock-open:before {
	content: "";
}

.fa-long-arrow-alt-down:before {
	content: "";
}

.fa-long-arrow-alt-left:before {
	content: "";
}

.fa-long-arrow-alt-right:before {
	content: "";
}

.fa-long-arrow-alt-up:before {
	content: "";
}

.fa-low-vision:before {
	content: "";
}

.fa-luggage-cart:before {
	content: "";
}

.fa-lungs:before {
	content: "";
}

.fa-lungs-virus:before {
	content: "";
}

.fa-lyft:before {
	content: "";
}

.fa-magento:before {
	content: "";
}

.fa-magic:before {
	content: "";
}

.fa-magnet:before {
	content: "";
}

.fa-mail-bulk:before {
	content: "";
}

.fa-mailchimp:before {
	content: "";
}

.fa-male:before {
	content: "";
}

.fa-mandalorian:before {
	content: "";
}

.fa-map:before {
	content: "";
}

.fa-map-marked:before {
	content: "";
}

.fa-map-marked-alt:before {
	content: "";
}

.fa-map-marker:before {
	content: "";
}

.fa-map-marker-alt:before {
	content: "";
}

.fa-map-pin:before {
	content: "";
}

.fa-map-signs:before {
	content: "";
}

.fa-markdown:before {
	content: "";
}

.fa-marker:before {
	content: "";
}

.fa-mars:before {
	content: "";
}

.fa-mars-double:before {
	content: "";
}

.fa-mars-stroke:before {
	content: "";
}

.fa-mars-stroke-h:before {
	content: "";
}

.fa-mars-stroke-v:before {
	content: "";
}

.fa-mask:before {
	content: "";
}

.fa-mastodon:before {
	content: "";
}

.fa-maxcdn:before {
	content: "";
}

.fa-mdb:before {
	content: "";
}

.fa-medal:before {
	content: "";
}

.fa-medapps:before {
	content: "";
}

.fa-medium:before {
	content: "";
}

.fa-medium-m:before {
	content: "";
}

.fa-medkit:before {
	content: "";
}

.fa-medrt:before {
	content: "";
}

.fa-meetup:before {
	content: "";
}

.fa-megaport:before {
	content: "";
}

.fa-meh:before {
	content: "";
}

.fa-meh-blank:before {
	content: "";
}

.fa-meh-rolling-eyes:before {
	content: "";
}

.fa-memory:before {
	content: "";
}

.fa-mendeley:before {
	content: "";
}

.fa-menorah:before {
	content: "";
}

.fa-mercury:before {
	content: "";
}

.fa-meteor:before {
	content: "";
}

.fa-microblog:before {
	content: "";
}

.fa-microchip:before {
	content: "";
}

.fa-microphone:before {
	content: "";
}

.fa-microphone-alt:before {
	content: "";
}

.fa-microphone-alt-slash:before {
	content: "";
}

.fa-microphone-slash:before {
	content: "";
}

.fa-microscope:before {
	content: "";
}

.fa-microsoft:before {
	content: "";
}

.fa-minus:before {
	content: "";
}

.fa-minus-circle:before {
	content: "";
}

.fa-minus-square:before {
	content: "";
}

.fa-mitten:before {
	content: "";
}

.fa-mix:before {
	content: "";
}

.fa-mixcloud:before {
	content: "";
}

.fa-mixer:before {
	content: "";
}

.fa-mizuni:before {
	content: "";
}

.fa-mobile:before {
	content: "";
}

.fa-mobile-alt:before {
	content: "";
}

.fa-modx:before {
	content: "";
}

.fa-monero:before {
	content: "";
}

.fa-money-bill:before {
	content: "";
}

.fa-money-bill-alt:before {
	content: "";
}

.fa-money-bill-wave:before {
	content: "";
}

.fa-money-bill-wave-alt:before {
	content: "";
}

.fa-money-check:before {
	content: "";
}

.fa-money-check-alt:before {
	content: "";
}

.fa-monument:before {
	content: "";
}

.fa-moon:before {
	content: "";
}

.fa-mortar-pestle:before {
	content: "";
}

.fa-mosque:before {
	content: "";
}

.fa-motorcycle:before {
	content: "";
}

.fa-mountain:before {
	content: "";
}

.fa-mouse:before {
	content: "";
}

.fa-mouse-pointer:before {
	content: "";
}

.fa-mug-hot:before {
	content: "";
}

.fa-music:before {
	content: "";
}

.fa-napster:before {
	content: "";
}

.fa-neos:before {
	content: "";
}

.fa-network-wired:before {
	content: "";
}

.fa-neuter:before {
	content: "";
}

.fa-newspaper:before {
	content: "";
}

.fa-nimblr:before {
	content: "";
}

.fa-node:before {
	content: "";
}

.fa-node-js:before {
	content: "";
}

.fa-not-equal:before {
	content: "";
}

.fa-notes-medical:before {
	content: "";
}

.fa-npm:before {
	content: "";
}

.fa-ns8:before {
	content: "";
}

.fa-nutritionix:before {
	content: "";
}

.fa-object-group:before {
	content: "";
}

.fa-object-ungroup:before {
	content: "";
}

.fa-octopus-deploy:before {
	content: "";
}

.fa-odnoklassniki:before {
	content: "";
}

.fa-odnoklassniki-square:before {
	content: "";
}

.fa-oil-can:before {
	content: "";
}

.fa-old-republic:before {
	content: "";
}

.fa-om:before {
	content: "";
}

.fa-opencart:before {
	content: "";
}

.fa-openid:before {
	content: "";
}

.fa-opera:before {
	content: "";
}

.fa-optin-monster:before {
	content: "";
}

.fa-orcid:before {
	content: "";
}

.fa-osi:before {
	content: "";
}

.fa-otter:before {
	content: "";
}

.fa-outdent:before {
	content: "";
}

.fa-page4:before {
	content: "";
}

.fa-pagelines:before {
	content: "";
}

.fa-pager:before {
	content: "";
}

.fa-paint-brush:before {
	content: "";
}

.fa-paint-roller:before {
	content: "";
}

.fa-palette:before {
	content: "";
}

.fa-palfed:before {
	content: "";
}

.fa-pallet:before {
	content: "";
}

.fa-paper-plane:before {
	content: "";
}

.fa-paperclip:before {
	content: "";
}

.fa-parachute-box:before {
	content: "";
}

.fa-paragraph:before {
	content: "";
}

.fa-parking:before {
	content: "";
}

.fa-passport:before {
	content: "";
}

.fa-pastafarianism:before {
	content: "";
}

.fa-paste:before {
	content: "";
}

.fa-patreon:before {
	content: "";
}

.fa-pause:before {
	content: "";
}

.fa-pause-circle:before {
	content: "";
}

.fa-paw:before {
	content: "";
}

.fa-paypal:before {
	content: "";
}

.fa-peace:before {
	content: "";
}

.fa-pen:before {
	content: "";
}

.fa-pen-alt:before {
	content: "";
}

.fa-pen-fancy:before {
	content: "";
}

.fa-pen-nib:before {
	content: "";
}

.fa-pen-square:before {
	content: "";
}

.fa-pencil-alt:before {
	content: "";
}

.fa-pencil-ruler:before {
	content: "";
}

.fa-penny-arcade:before {
	content: "";
}

.fa-people-arrows:before {
	content: "";
}

.fa-people-carry:before {
	content: "";
}

.fa-pepper-hot:before {
	content: "";
}

.fa-perbyte:before {
	content: "";
}

.fa-percent:before {
	content: "";
}

.fa-percentage:before {
	content: "";
}

.fa-periscope:before {
	content: "";
}

.fa-person-booth:before {
	content: "";
}

.fa-phabricator:before {
	content: "";
}

.fa-phoenix-framework:before {
	content: "";
}

.fa-phoenix-squadron:before {
	content: "";
}

.fa-phone:before {
	content: "";
}

.fa-phone-alt:before {
	content: "";
}

.fa-phone-slash:before {
	content: "";
}

.fa-phone-square:before {
	content: "";
}

.fa-phone-square-alt:before {
	content: "";
}

.fa-phone-volume:before {
	content: "";
}

.fa-photo-video:before {
	content: "";
}

.fa-php:before {
	content: "";
}

.fa-pied-piper:before {
	content: "";
}

.fa-pied-piper-alt:before {
	content: "";
}

.fa-pied-piper-hat:before {
	content: "";
}

.fa-pied-piper-pp:before {
	content: "";
}

.fa-pied-piper-square:before {
	content: "";
}

.fa-piggy-bank:before {
	content: "";
}

.fa-pills:before {
	content: "";
}

.fa-pinterest:before {
	content: "";
}

.fa-pinterest-p:before {
	content: "";
}

.fa-pinterest-square:before {
	content: "";
}

.fa-pizza-slice:before {
	content: "";
}

.fa-place-of-worship:before {
	content: "";
}

.fa-plane:before {
	content: "";
}

.fa-plane-arrival:before {
	content: "";
}

.fa-plane-departure:before {
	content: "";
}

.fa-plane-slash:before {
	content: "";
}

.fa-play:before {
	content: "";
}

.fa-play-circle:before {
	content: "";
}

.fa-playstation:before {
	content: "";
}

.fa-plug:before {
	content: "";
}

.fa-plus:before {
	content: "";
}

.fa-plus-circle:before {
	content: "";
}

.fa-plus-square:before {
	content: "";
}

.fa-podcast:before {
	content: "";
}

.fa-poll:before {
	content: "";
}

.fa-poll-h:before {
	content: "";
}

.fa-poo:before {
	content: "";
}

.fa-poo-storm:before {
	content: "";
}

.fa-poop:before {
	content: "";
}

.fa-portrait:before {
	content: "";
}

.fa-pound-sign:before {
	content: "";
}

.fa-power-off:before {
	content: "";
}

.fa-pray:before {
	content: "";
}

.fa-praying-hands:before {
	content: "";
}

.fa-prescription:before {
	content: "";
}

.fa-prescription-bottle:before {
	content: "";
}

.fa-prescription-bottle-alt:before {
	content: "";
}

.fa-print:before {
	content: "";
}

.fa-procedures:before {
	content: "";
}

.fa-product-hunt:before {
	content: "";
}

.fa-project-diagram:before {
	content: "";
}

.fa-pump-medical:before {
	content: "";
}

.fa-pump-soap:before {
	content: "";
}

.fa-pushed:before {
	content: "";
}

.fa-puzzle-piece:before {
	content: "";
}

.fa-python:before {
	content: "";
}

.fa-qq:before {
	content: "";
}

.fa-qrcode:before {
	content: "";
}

.fa-question:before {
	content: "";
}

.fa-question-circle:before {
	content: "";
}

.fa-quidditch:before {
	content: "";
}

.fa-quinscape:before {
	content: "";
}

.fa-quora:before {
	content: "";
}

.fa-quote-left:before {
	content: "";
}

.fa-quote-right:before {
	content: "";
}

.fa-quran:before {
	content: "";
}

.fa-r-project:before {
	content: "";
}

.fa-radiation:before {
	content: "";
}

.fa-radiation-alt:before {
	content: "";
}

.fa-rainbow:before {
	content: "";
}

.fa-random:before {
	content: "";
}

.fa-raspberry-pi:before {
	content: "";
}

.fa-ravelry:before {
	content: "";
}

.fa-react:before {
	content: "";
}

.fa-reacteurope:before {
	content: "";
}

.fa-readme:before {
	content: "";
}

.fa-rebel:before {
	content: "";
}

.fa-receipt:before {
	content: "";
}

.fa-record-vinyl:before {
	content: "";
}

.fa-recycle:before {
	content: "";
}

.fa-red-river:before {
	content: "";
}

.fa-reddit:before {
	content: "";
}

.fa-reddit-alien:before {
	content: "";
}

.fa-reddit-square:before {
	content: "";
}

.fa-redhat:before {
	content: "";
}

.fa-redo:before {
	content: "";
}

.fa-redo-alt:before {
	content: "";
}

.fa-registered:before {
	content: "";
}

.fa-remove-format:before {
	content: "";
}

.fa-renren:before {
	content: "";
}

.fa-reply:before {
	content: "";
}

.fa-reply-all:before {
	content: "";
}

.fa-replyd:before {
	content: "";
}

.fa-republican:before {
	content: "";
}

.fa-researchgate:before {
	content: "";
}

.fa-resolving:before {
	content: "";
}

.fa-restroom:before {
	content: "";
}

.fa-retweet:before {
	content: "";
}

.fa-rev:before {
	content: "";
}

.fa-ribbon:before {
	content: "";
}

.fa-ring:before {
	content: "";
}

.fa-road:before {
	content: "";
}

.fa-robot:before {
	content: "";
}

.fa-rocket:before {
	content: "";
}

.fa-rocketchat:before {
	content: "";
}

.fa-rockrms:before {
	content: "";
}

.fa-route:before {
	content: "";
}

.fa-rss:before {
	content: "";
}

.fa-rss-square:before {
	content: "";
}

.fa-ruble-sign:before {
	content: "";
}

.fa-ruler:before {
	content: "";
}

.fa-ruler-combined:before {
	content: "";
}

.fa-ruler-horizontal:before {
	content: "";
}

.fa-ruler-vertical:before {
	content: "";
}

.fa-running:before {
	content: "";
}

.fa-rupee-sign:before {
	content: "";
}

.fa-rust:before {
	content: "";
}

.fa-sad-cry:before {
	content: "";
}

.fa-sad-tear:before {
	content: "";
}

.fa-safari:before {
	content: "";
}

.fa-salesforce:before {
	content: "";
}

.fa-sass:before {
	content: "";
}

.fa-satellite:before {
	content: "";
}

.fa-satellite-dish:before {
	content: "";
}

.fa-save:before {
	content: "";
}

.fa-schlix:before {
	content: "";
}

.fa-school:before {
	content: "";
}

.fa-screwdriver:before {
	content: "";
}

.fa-scribd:before {
	content: "";
}

.fa-scroll:before {
	content: "";
}

.fa-sd-card:before {
	content: "";
}

.fa-search:before {
	content: "";
}

.fa-search-dollar:before {
	content: "";
}

.fa-search-location:before {
	content: "";
}

.fa-search-minus:before {
	content: "";
}

.fa-search-plus:before {
	content: "";
}

.fa-searchengin:before {
	content: "";
}

.fa-seedling:before {
	content: "";
}

.fa-sellcast:before {
	content: "";
}

.fa-sellsy:before {
	content: "";
}

.fa-server:before {
	content: "";
}

.fa-servicestack:before {
	content: "";
}

.fa-shapes:before {
	content: "";
}

.fa-share:before {
	content: "";
}

.fa-share-alt:before {
	content: "";
}

.fa-share-alt-square:before {
	content: "";
}

.fa-share-square:before {
	content: "";
}

.fa-shekel-sign:before {
	content: "";
}

.fa-shield-alt:before {
	content: "";
}

.fa-shield-virus:before {
	content: "";
}

.fa-ship:before {
	content: "";
}

.fa-shipping-fast:before {
	content: "";
}

.fa-shirtsinbulk:before {
	content: "";
}

.fa-shoe-prints:before {
	content: "";
}

.fa-shopify:before {
	content: "";
}

.fa-shopping-bag:before {
	content: "";
}

.fa-shopping-basket:before {
	content: "";
}

.fa-shopping-cart:before {
	content: "";
}

.fa-shopware:before {
	content: "";
}

.fa-shower:before {
	content: "";
}

.fa-shuttle-van:before {
	content: "";
}

.fa-sign:before {
	content: "";
}

.fa-sign-in-alt:before {
	content: "";
}

.fa-sign-language:before {
	content: "";
}

.fa-sign-out-alt:before {
	content: "";
}

.fa-signal:before {
	content: "";
}

.fa-signature:before {
	content: "";
}

.fa-sim-card:before {
	content: "";
}

.fa-simplybuilt:before {
	content: "";
}

.fa-sink:before {
	content: "";
}

.fa-sistrix:before {
	content: "";
}

.fa-sitemap:before {
	content: "";
}

.fa-sith:before {
	content: "";
}

.fa-skating:before {
	content: "";
}

.fa-sketch:before {
	content: "";
}

.fa-skiing:before {
	content: "";
}

.fa-skiing-nordic:before {
	content: "";
}

.fa-skull:before {
	content: "";
}

.fa-skull-crossbones:before {
	content: "";
}

.fa-skyatlas:before {
	content: "";
}

.fa-skype:before {
	content: "";
}

.fa-slack:before {
	content: "";
}

.fa-slack-hash:before {
	content: "";
}

.fa-slash:before {
	content: "";
}

.fa-sleigh:before {
	content: "";
}

.fa-sliders-h:before {
	content: "";
}

.fa-slideshare:before {
	content: "";
}

.fa-smile:before {
	content: "";
}

.fa-smile-beam:before {
	content: "";
}

.fa-smile-wink:before {
	content: "";
}

.fa-smog:before {
	content: "";
}

.fa-smoking:before {
	content: "";
}

.fa-smoking-ban:before {
	content: "";
}

.fa-sms:before {
	content: "";
}

.fa-snapchat:before {
	content: "";
}

.fa-snapchat-ghost:before {
	content: "";
}

.fa-snapchat-square:before {
	content: "";
}

.fa-snowboarding:before {
	content: "";
}

.fa-snowflake:before {
	content: "";
}

.fa-snowman:before {
	content: "";
}

.fa-snowplow:before {
	content: "";
}

.fa-soap:before {
	content: "";
}

.fa-socks:before {
	content: "";
}

.fa-solar-panel:before {
	content: "";
}

.fa-sort:before {
	content: "";
}

.fa-sort-alpha-down:before {
	content: "";
}

.fa-sort-alpha-down-alt:before {
	content: "";
}

.fa-sort-alpha-up:before {
	content: "";
}

.fa-sort-alpha-up-alt:before {
	content: "";
}

.fa-sort-amount-down:before {
	content: "";
}

.fa-sort-amount-down-alt:before {
	content: "";
}

.fa-sort-amount-up:before {
	content: "";
}

.fa-sort-amount-up-alt:before {
	content: "";
}

.fa-sort-down:before {
	content: "";
}

.fa-sort-numeric-down:before {
	content: "";
}

.fa-sort-numeric-down-alt:before {
	content: "";
}

.fa-sort-numeric-up:before {
	content: "";
}

.fa-sort-numeric-up-alt:before {
	content: "";
}

.fa-sort-up:before {
	content: "";
}

.fa-soundcloud:before {
	content: "";
}

.fa-sourcetree:before {
	content: "";
}

.fa-spa:before {
	content: "";
}

.fa-space-shuttle:before {
	content: "";
}

.fa-speakap:before {
	content: "";
}

.fa-speaker-deck:before {
	content: "";
}

.fa-spell-check:before {
	content: "";
}

.fa-spider:before {
	content: "";
}

.fa-spinner:before {
	content: "";
}

.fa-splotch:before {
	content: "";
}

.fa-spotify:before {
	content: "";
}

.fa-spray-can:before {
	content: "";
}

.fa-square:before {
	content: "";
}

.fa-square-full:before {
	content: "";
}

.fa-square-root-alt:before {
	content: "";
}

.fa-squarespace:before {
	content: "";
}

.fa-stack-exchange:before {
	content: "";
}

.fa-stack-overflow:before {
	content: "";
}

.fa-stackpath:before {
	content: "";
}

.fa-stamp:before {
	content: "";
}

.fa-star:before {
	content: "";
}

.fa-star-and-crescent:before {
	content: "";
}

.fa-star-half:before {
	content: "";
}

.fa-star-half-alt:before {
	content: "";
}

.fa-star-of-david:before {
	content: "";
}

.fa-star-of-life:before {
	content: "";
}

.fa-staylinked:before {
	content: "";
}

.fa-steam:before {
	content: "";
}

.fa-steam-square:before {
	content: "";
}

.fa-steam-symbol:before {
	content: "";
}

.fa-step-backward:before {
	content: "";
}

.fa-step-forward:before {
	content: "";
}

.fa-stethoscope:before {
	content: "";
}

.fa-sticker-mule:before {
	content: "";
}

.fa-sticky-note:before {
	content: "";
}

.fa-stop:before {
	content: "";
}

.fa-stop-circle:before {
	content: "";
}

.fa-stopwatch:before {
	content: "";
}

.fa-stopwatch-20:before {
	content: "";
}

.fa-store:before {
	content: "";
}

.fa-store-alt:before {
	content: "";
}

.fa-store-alt-slash:before {
	content: "";
}

.fa-store-slash:before {
	content: "";
}

.fa-strava:before {
	content: "";
}

.fa-stream:before {
	content: "";
}

.fa-street-view:before {
	content: "";
}

.fa-strikethrough:before {
	content: "";
}

.fa-stripe:before {
	content: "";
}

.fa-stripe-s:before {
	content: "";
}

.fa-stroopwafel:before {
	content: "";
}

.fa-studiovinari:before {
	content: "";
}

.fa-stumbleupon:before {
	content: "";
}

.fa-stumbleupon-circle:before {
	content: "";
}

.fa-subscript:before {
	content: "";
}

.fa-subway:before {
	content: "";
}

.fa-suitcase:before {
	content: "";
}

.fa-suitcase-rolling:before {
	content: "";
}

.fa-sun:before {
	content: "";
}

.fa-superpowers:before {
	content: "";
}

.fa-superscript:before {
	content: "";
}

.fa-supple:before {
	content: "";
}

.fa-surprise:before {
	content: "";
}

.fa-suse:before {
	content: "";
}

.fa-swatchbook:before {
	content: "";
}

.fa-swift:before {
	content: "";
}

.fa-swimmer:before {
	content: "";
}

.fa-swimming-pool:before {
	content: "";
}

.fa-symfony:before {
	content: "";
}

.fa-synagogue:before {
	content: "";
}

.fa-sync:before {
	content: "";
}

.fa-sync-alt:before {
	content: "";
}

.fa-syringe:before {
	content: "";
}

.fa-table:before {
	content: "";
}

.fa-table-tennis:before {
	content: "";
}

.fa-tablet:before {
	content: "";
}

.fa-tablet-alt:before {
	content: "";
}

.fa-tablets:before {
	content: "";
}

.fa-tachometer-alt:before {
	content: "";
}

.fa-tag:before {
	content: "";
}

.fa-tags:before {
	content: "";
}

.fa-tape:before {
	content: "";
}

.fa-tasks:before {
	content: "";
}

.fa-taxi:before {
	content: "";
}

.fa-teamspeak:before {
	content: "";
}

.fa-teeth:before {
	content: "";
}

.fa-teeth-open:before {
	content: "";
}

.fa-telegram:before {
	content: "";
}

.fa-telegram-plane:before {
	content: "";
}

.fa-temperature-high:before {
	content: "";
}

.fa-temperature-low:before {
	content: "";
}

.fa-tencent-weibo:before {
	content: "";
}

.fa-tenge:before {
	content: "";
}

.fa-terminal:before {
	content: "";
}

.fa-text-height:before {
	content: "";
}

.fa-text-width:before {
	content: "";
}

.fa-th:before {
	content: "";
}

.fa-th-large:before {
	content: "";
}

.fa-th-list:before {
	content: "";
}

.fa-the-red-yeti:before {
	content: "";
}

.fa-theater-masks:before {
	content: "";
}

.fa-themeco:before {
	content: "";
}

.fa-themeisle:before {
	content: "";
}

.fa-thermometer:before {
	content: "";
}

.fa-thermometer-empty:before {
	content: "";
}

.fa-thermometer-full:before {
	content: "";
}

.fa-thermometer-half:before {
	content: "";
}

.fa-thermometer-quarter:before {
	content: "";
}

.fa-thermometer-three-quarters:before {
	content: "";
}

.fa-think-peaks:before {
	content: "";
}

.fa-thumbs-down:before {
	content: "";
}

.fa-thumbs-up:before {
	content: "";
}

.fa-thumbtack:before {
	content: "";
}

.fa-ticket-alt:before {
	content: "";
}

.fa-tiktok:before {
	content: "";
}

.fa-times:before {
	content: "";
}

.fa-times-circle:before {
	content: "";
}

.fa-tint:before {
	content: "";
}

.fa-tint-slash:before {
	content: "";
}

.fa-tired:before {
	content: "";
}

.fa-toggle-off:before {
	content: "";
}

.fa-toggle-on:before {
	content: "";
}

.fa-toilet:before {
	content: "";
}

.fa-toilet-paper:before {
	content: "";
}

.fa-toilet-paper-slash:before {
	content: "";
}

.fa-toolbox:before {
	content: "";
}

.fa-tools:before {
	content: "";
}

.fa-tooth:before {
	content: "";
}

.fa-torah:before {
	content: "";
}

.fa-torii-gate:before {
	content: "";
}

.fa-tractor:before {
	content: "";
}

.fa-trade-federation:before {
	content: "";
}

.fa-trademark:before {
	content: "";
}

.fa-traffic-light:before {
	content: "";
}

.fa-trailer:before {
	content: "";
}

.fa-train:before {
	content: "";
}

.fa-tram:before {
	content: "";
}

.fa-transgender:before {
	content: "";
}

.fa-transgender-alt:before {
	content: "";
}

.fa-trash:before {
	content: "";
}

.fa-trash-alt:before {
	content: "";
}

.fa-trash-restore:before {
	content: "";
}

.fa-trash-restore-alt:before {
	content: "";
}

.fa-tree:before {
	content: "";
}

.fa-trello:before {
	content: "";
}

.fa-trophy:before {
	content: "";
}

.fa-truck:before {
	content: "";
}

.fa-truck-loading:before {
	content: "";
}

.fa-truck-monster:before {
	content: "";
}

.fa-truck-moving:before {
	content: "";
}

.fa-truck-pickup:before {
	content: "";
}

.fa-tshirt:before {
	content: "";
}

.fa-tty:before {
	content: "";
}

.fa-tumblr:before {
	content: "";
}

.fa-tumblr-square:before {
	content: "";
}

.fa-tv:before {
	content: "";
}

.fa-twitch:before {
	content: "";
}

.fa-twitter:before {
	content: "";
}

.fa-twitter-square:before {
	content: "";
}

.fa-typo3:before {
	content: "";
}

.fa-uber:before {
	content: "";
}

.fa-ubuntu:before {
	content: "";
}

.fa-uikit:before {
	content: "";
}

.fa-umbraco:before {
	content: "";
}

.fa-umbrella:before {
	content: "";
}

.fa-umbrella-beach:before {
	content: "";
}

.fa-uncharted:before {
	content: "";
}

.fa-underline:before {
	content: "";
}

.fa-undo:before {
	content: "";
}

.fa-undo-alt:before {
	content: "";
}

.fa-uniregistry:before {
	content: "";
}

.fa-unity:before {
	content: "";
}

.fa-universal-access:before {
	content: "";
}

.fa-university:before {
	content: "";
}

.fa-unlink:before {
	content: "";
}

.fa-unlock:before {
	content: "";
}

.fa-unlock-alt:before {
	content: "";
}

.fa-unsplash:before {
	content: "";
}

.fa-untappd:before {
	content: "";
}

.fa-upload:before {
	content: "";
}

.fa-ups:before {
	content: "";
}

.fa-usb:before {
	content: "";
}

.fa-user:before {
	content: "";
}

.fa-user-alt:before {
	content: "";
}

.fa-user-alt-slash:before {
	content: "";
}

.fa-user-astronaut:before {
	content: "";
}

.fa-user-check:before {
	content: "";
}

.fa-user-circle:before {
	content: "";
}

.fa-user-clock:before {
	content: "";
}

.fa-user-cog:before {
	content: "";
}

.fa-user-edit:before {
	content: "";
}

.fa-user-friends:before {
	content: "";
}

.fa-user-graduate:before {
	content: "";
}

.fa-user-injured:before {
	content: "";
}

.fa-user-lock:before {
	content: "";
}

.fa-user-md:before {
	content: "";
}

.fa-user-minus:before {
	content: "";
}

.fa-user-ninja:before {
	content: "";
}

.fa-user-nurse:before {
	content: "";
}

.fa-user-plus:before {
	content: "";
}

.fa-user-secret:before {
	content: "";
}

.fa-user-shield:before {
	content: "";
}

.fa-user-slash:before {
	content: "";
}

.fa-user-tag:before {
	content: "";
}

.fa-user-tie:before {
	content: "";
}

.fa-user-times:before {
	content: "";
}

.fa-users:before {
	content: "";
}

.fa-users-cog:before {
	content: "";
}

.fa-users-slash:before {
	content: "";
}

.fa-usps:before {
	content: "";
}

.fa-ussunnah:before {
	content: "";
}

.fa-utensil-spoon:before {
	content: "";
}

.fa-utensils:before {
	content: "";
}

.fa-vaadin:before {
	content: "";
}

.fa-vector-square:before {
	content: "";
}

.fa-venus:before {
	content: "";
}

.fa-venus-double:before {
	content: "";
}

.fa-venus-mars:before {
	content: "";
}

.fa-vest:before {
	content: "";
}

.fa-vest-patches:before {
	content: "";
}

.fa-viacoin:before {
	content: "";
}

.fa-viadeo:before {
	content: "";
}

.fa-viadeo-square:before {
	content: "";
}

.fa-vial:before {
	content: "";
}

.fa-vials:before {
	content: "";
}

.fa-viber:before {
	content: "";
}

.fa-video:before {
	content: "";
}

.fa-video-slash:before {
	content: "";
}

.fa-vihara:before {
	content: "";
}

.fa-vimeo:before {
	content: "";
}

.fa-vimeo-square:before {
	content: "";
}

.fa-vimeo-v:before {
	content: "";
}

.fa-vine:before {
	content: "";
}

.fa-virus:before {
	content: "";
}

.fa-virus-slash:before {
	content: "";
}

.fa-viruses:before {
	content: "";
}

.fa-vk:before {
	content: "";
}

.fa-vnv:before {
	content: "";
}

.fa-voicemail:before {
	content: "";
}

.fa-volleyball-ball:before {
	content: "";
}

.fa-volume-down:before {
	content: "";
}

.fa-volume-mute:before {
	content: "";
}

.fa-volume-off:before {
	content: "";
}

.fa-volume-up:before {
	content: "";
}

.fa-vote-yea:before {
	content: "";
}

.fa-vr-cardboard:before {
	content: "";
}

.fa-vuejs:before {
	content: "";
}

.fa-walking:before {
	content: "";
}

.fa-wallet:before {
	content: "";
}

.fa-warehouse:before {
	content: "";
}

.fa-watchman-monitoring:before {
	content: "";
}

.fa-water:before {
	content: "";
}

.fa-wave-square:before {
	content: "";
}

.fa-waze:before {
	content: "";
}

.fa-weebly:before {
	content: "";
}

.fa-weibo:before {
	content: "";
}

.fa-weight:before {
	content: "";
}

.fa-weight-hanging:before {
	content: "";
}

.fa-weixin:before {
	content: "";
}

.fa-whatsapp:before {
	content: "";
}

.fa-whatsapp-square:before {
	content: "";
}

.fa-wheelchair:before {
	content: "";
}

.fa-whmcs:before {
	content: "";
}

.fa-wifi:before {
	content: "";
}

.fa-wikipedia-w:before {
	content: "";
}

.fa-wind:before {
	content: "";
}

.fa-window-close:before {
	content: "";
}

.fa-window-maximize:before {
	content: "";
}

.fa-window-minimize:before {
	content: "";
}

.fa-window-restore:before {
	content: "";
}

.fa-windows:before {
	content: "";
}

.fa-wine-bottle:before {
	content: "";
}

.fa-wine-glass:before {
	content: "";
}

.fa-wine-glass-alt:before {
	content: "";
}

.fa-wix:before {
	content: "";
}

.fa-wizards-of-the-coast:before {
	content: "";
}

.fa-wodu:before {
	content: "";
}

.fa-wolf-pack-battalion:before {
	content: "";
}

.fa-won-sign:before {
	content: "";
}

.fa-wordpress:before {
	content: "";
}

.fa-wordpress-simple:before {
	content: "";
}

.fa-wpbeginner:before {
	content: "";
}

.fa-wpexplorer:before {
	content: "";
}

.fa-wpforms:before {
	content: "";
}

.fa-wpressr:before {
	content: "";
}

.fa-wrench:before {
	content: "";
}

.fa-x-ray:before {
	content: "";
}

.fa-xbox:before {
	content: "";
}

.fa-xing:before {
	content: "";
}

.fa-xing-square:before {
	content: "";
}

.fa-y-combinator:before {
	content: "";
}

.fa-yahoo:before {
	content: "";
}

.fa-yammer:before {
	content: "";
}

.fa-yandex:before {
	content: "";
}

.fa-yandex-international:before {
	content: "";
}

.fa-yarn:before {
	content: "";
}

.fa-yelp:before {
	content: "";
}

.fa-yen-sign:before {
	content: "";
}

.fa-yin-yang:before {
	content: "";
}

.fa-yoast:before {
	content: "";
}

.fa-youtube:before {
	content: "";
}

.fa-youtube-square:before {
	content: "";
}

.fa-zhihu:before {
	content: "";
}

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

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

.fab {
	font-family: "Font Awesome 5 Brands";
	font-weight: 400;
}

.far {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

.fa, .fas {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
}

.af2_form_wrapper.af2_form-type-2 .af2_loading_error {
	color: red;
	text-align: center;
	margin-top: 20px;
}

.af2_form {
	text-align: center;
	position: relative;
	z-index: 99999;
	width: 100%;
}

.af2_form_wrapper div::before, .af2_form_wrapper div::after {
	content: none;
}

.af2_form_wrapper.af2_form-type-2 .af2_success_message_screen, .af2_form_wrapper.af2_form-type-2 .af2_success_message_screen.desktop, .af2_form_wrapper.af2_form-type-2 .af2_success_message_screen.af2_mobile {
	display: none !important;
}

.af2_form_wrapper.af2_form-type-2 .af2_success_message_screen.desktop.show {
	display: flex !important;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 40px 0;
}

.af2_form_wrapper.af2_form-type-2.af2_nm_mobile_view .af2_success_message_screen, .af2_form_wrapper.af2_form-type-2.af2_nm_mobile_view .af2_success_message_screen.desktop, .af2_form_wrapper.af2_form-type-2.af2_nm_mobile_view .af2_success_message_screen.af2_mobile {
	display: none !important;
}

.af2_form_wrapper.af2_form-type-2.af2_nm_mobile_view .af2_success_message_screen.desktop.show {
	display: flex !important;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 40px 0;
}

.af2_form_wrapper.af2_form-type-2.af2_nm_ipad_view .af2_success_message_screen, .af2_form_wrapper.af2_form-type-2.af2_nm_ipad_view .af2_success_message_screen.desktop, .af2_form_wrapper.af2_form-type-2.af2_nm_ipad_view .af2_success_message_screen.af2_mobile {
	display: none !important;
}

.af2_form_wrapper.af2_form-type-2.af2_nm_ipad_view .af2_success_message_screen.desktop.show {
	display: flex !important;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 40px 0;
}

.af2_form_wrapper.af2_form-type-2.af2_nm_mobile_view .af2_question_text_type_wrapper.af2_question_wrapper.af2_verification {
	flex-direction: column;
}

.af2_form_wrapper.af2_form-type-2.af2_nm_mobile_view #af_verif.af2_submit_button.newVerification.af_marg {
	margin: 20px 0 0 0 !important;
}

.af2_form_wrapper.af2_form-type-2.af2_nm_mobile_view .af2_success_message_screen.af2_mobile.show {
	display: flex !important;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 40px 0;
}

.af2_form_wrapper.af2_form-type-2.af2_nm_mobile_view .af2_success_message_screen.desktop.show {
	display: none !important;
}

.af2_form_wrapper.af2_form-type-2 .af2_success_image, .af2_success_image img {
	max-height: 190px;
	max-width: 190px;
	min-width: 190px;
	min-height: 190px;
}

.af2_form_progress_bar {
	flex: 1;
}

.af2_form_button {
	white-space: break-spaces;
}

.af2_form_wrapper.af2_form-type-2 .af2_success_image {
	position: relative;
	margin-bottom: 30px;
}

.af2_form_wrapper.af2_form-type-2 .af2_success_text {
	font-size: 20px;
}

.af2_form_wrapper.af2_form-type-2 .af2_slider_frage {
	-webkit-appearance: none;
	-moz-appearance: none;
	transition: all 400ms ease-out;
	width: 100%;
	border: none !important;
}

.af2_form_wrapper.af2_form-type-2 .af2_text_type, .af2_text_type_ {
	transition: all 400ms ease-out;
}

.af2_form_wrapper.af2_form-type-2 .af2_slider_frage_wrapper {
	margin: 0 auto;
}

.af2_form_wrapper.af2_form-type-2 .af2_slider_frage_minmax {
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.af2_form_wrapper.af2_form-type-2 .af2_slider_frage_minmax p {
	font-size: 22px;
}

.af2_form_wrapper.af2_form-type-2 .af2_slider_frage_bullet {
	position: relative;
	max-width: 100%;
	height: 41px;
	line-height: 42px;
	text-align: center;
	display: block;
	margin: 0 auto;
}

.af2_form_wrapper.af2_form-type-2 .af2_slider_frage::-webkit-slider-thumb {
	-webkit-appearance: none;
	-moz-appearance: none;
	width: 25px;
	height: 25px;
	border-radius: 50%;
	cursor: pointer;
	background-color: #7bb9ff;
}

.af2_form_wrapper.af2_form-type-2 .af2_slider_frage::-moz-range-thumb {
	-webkit-appearance: none;
	-moz-appearance: none;
	width: 25px;
	height: 25px;
	border-radius: 50%;
	cursor: pointer;
	background-color: #7bb9ff;
}

.af2_form_wrapper.af2_form-type-2 .af2_form_wrapper {
	position: relative;
	z-index: 0;
	width: 100%;
}

.af2_form_wrapper.af2_form-type-2 .af2_answer {
	cursor: pointer;
}

.af2_form_wrapper.af2_form-type-2 .af2_mobile_grid .af2_answer.af2_mobile {
	min-width: unset;
	max-width: unset;
}

.af2_form_wrapper.af2_form-type-2 .af2_answer_card {
	position: relative;
	justify-content: center;
	align-items: center;
	display: flex;
	border: 3px solid rgba(0, 0, 0, 0);
	margin-bottom: 10px;
	transition: all 400ms ease-out;
}

.af2_form_wrapper.af2_form-type-2 .af2_form_wrapper input, .af2_form_wrapper.af2_form-type-2 input.af2_textfeld_frage, .af2_form_wrapper.af2_form-type-2 input.af2_textbereich_frage, .af2_form_wrapper.af2_form-type-2 input.af2_datum_frage, .af2_form_wrapper.af2_form-type-2 input.af2_slider_frage_val, .af2_form_wrapper.af2_form-type-2 input.select2-search__field, .af2_form_wrapper.af2_form-type-2 input.af2_ad_trans, .af2_form_wrapper.af2_form-type-2 input.af2_datum_frage, .af2_form_wrapper.af2_form-type-2 input.af2_text_type, .af2_form_wrapper.af2_form-type-2 input.af2_text_type_ {
	border: solid 1px #ccc;
	outline: unset !important;
}

.af2_form_wrapper.af2_form-type-2 .af2_text_type, .af2_form_wrapper.af2_form-type-2 .af2_text_type_, .af2_form_wrapper.af2_form-type-2 .af2_textfeld_frage, .af2_form_wrapper.af2_form-type-2 .af2_textbereich_frage, .af2_form_wrapper.af2_form-type-2 .af2_datum_frage, .af2_form_wrapper.af2_form-type-2 .af2_slider_frage_val, .af2_form_wrapper.af2_form-type-2 .af2_slider_frage, .af2_form_wrapper.af2_form-type-2 .af2_ad_trans {
	transition: all 400ms ease-out;
	outline: unset !important;
}

.af2_form_wrapper.af2_form-type-2 .af2_carousel_item {
	min-width: 100%;
	max-width: 100%;
	margin-left: 0%;
	transition: all 500ms ease-out;
	display: flex;
	flex-direction: column;
}

.af2_form_wrapper.af2_form-type-2 .af2_carousel_item.left {
	transform: translateX(-100%);
}

.af2_form_wrapper.af2_form-type-2 .af2_carousel_item.no_trans {
	transition: none;
}

.af2_form_wrapper.af2_form-type-2 .af2_carousel_item.left_marg {
	/*margin-left: -100%;*/
	transform: translateX(-100%);
}

.af2_form_wrapper.af2_form-type-2 .af2_mobile {
	display: none !important;
}

.af2_form_wrapper.af2_form-type-2 .af2_answer_image.pic {
	max-width: 80% !important;
	width: 80% !important;
}

.af2_form_wrapper.af2_form-type-2 .af2_form textarea {
	resize: none;
}

.af2_form_wrapper.af2_form-type-2 .af2_answer.hover .af2_answer_card {
	border: 3px solid;
	cursor: pointer;
	transform: scale(1.05);
	box-shadow: 0 0 10px 0 !important;
}

.af2_form_wrapper.af2_form-type-2 .af2_answer.selected_item .af2_answer_card {
	border: 3px solid;
	box-shadow: 0 0 10px 0 !important;
}

.af2_form_wrapper.af2_form-type-2 .af2_submit_wrapper {
	display: flex;
	justify-content: left;
	align-content: center;
	flex-direction: column;
	width: 100%;
}

.af2_form_wrapper.af2_form-type-2 .af2_answer_container {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.af2_form_wrapper.af2_form-type-2 .af2_text_type, .af2_form_wrapper.af2_form-type-2 .af2_text_type_ {
	width: 100%;
}

.af2_form_wrapper.af2_form-type-2 .af2_response_success {
	color: green;
	text-align: center;
	margin-top: 20px;
}

.af2_form_wrapper.af2_form-type-2 .af2_response_error {
	color: red;
	text-align: left;
	margin-top: 5px;
}

.af2_form_wrapper.af2_form-type-2 .select2-results li {
	font-size: 17px;
	font-weight: 500;
	font-family: "Montserrat";
}

.af2_form_wrapper.af2_form-type-2 .select2-selection.select2-selection--single {
	font-size: 17px;
	font-weight: 500;
	font-family: "Montserrat";
}

.af2_form_wrapper.af2_form-type-2 .af2_question_text_type_wrapper {
	text-align: left;
}

.af2_form_wrapper.af2_form-type-2 .af2_question {
	width: 50%;
}

.af2_form_wrapper.af2_form-type-2 .af2_answer_text {
	width: 100%;
	text-align: center;
	white-space: normal;
}

.af2_form_wrapper.af2_form-type-2 .af2_question_checkbox_type_wrapper {
	display: flex;
	align-items: center;
	text-align: left;
}

.af2_form_wrapper.af2_form-type-2 .af2_form_button {
	transition: background-color 300ms ease-out;
	cursor: pointer;
	margin: 0 !important;
	min-width: 50px !important;
	padding: 0 !important;
	max-width: 50px !important;
	width: 50px !important;
	display: flex;
	justify-content: center;
	align-items: center;
	text-decoration: none !important;
}

.af2_form_wrapper.af2_form-type-2 .af2_submit_button {
	text-decoration: none !important;
	position: relative;
	transition: background-color .2s;
}

.af2_form_wrapper.af2_form-type-2 .af2_submit_button__text {
	transition: all .2s;
}

.af2_form_wrapper.af2_form-type-2 .af2_submit_button--loading .af2_submit_button__text {
	visibility: hidden;
	opacity: 0;
}

.af2_form_wrapper.af2_form-type-2 .af2_calender_wait--loading {
	background: #fff !important;
	border-color: #fff !important;
}

.af2_form_wrapper.af2_form-type-2 .af2_calender_wait--loading::after {
	content: "";
	position: absolute;
	width: 16px;
	height: 16px;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	border: 4px solid transparent;
	border-top-color: rgba(var(--rgb)) !important;
	border-radius: 50%;
	animation: button-loading-spinner 1s ease infinite;
}

.af2_form_wrapper.af2_form-type-2 .af2_submit_button--loading {
	background: #c5c5c5 !important;
}

.af2_form_wrapper.af2_form-type-2 .af2_submit_button--loading::after {
	content: "";
	position: absolute;
	width: 16px;
	height: 16px;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	border: 4px solid transparent;
	border-top-color: #fff;
	border-radius: 50%;
	animation: button-loading-spinner 1s ease infinite;
}

@keyframes button-loading-spinner {
	from {
		transform: rotate(0turn);
	}
	
	to {
		transform: rotate(1turn);
	}
}

.af2_form_wrapper.af2_form-type-2 .af2_form_button.special {
	max-width: unset !important;
	width: unset !important;
	padding: 0 25px !important;
}

.af2_rtl_layout .af2_question_label {
	text-align: right;
}

.af2_form_wrapper.af2_form-type-2 .af2_form_button.desktop {
	display: flex !important;
}

.af2_form_wrapper.af2_form-type-2 .af2_form_button.af2_mobile {
	display: none !important;
}

/*.af2_form_wrapper.af2_form-type-2 .af2_answer_card.desktop .af2_answer_image_wrapper i {
    font-size: 90px !important;
}

.af2_form_wrapper.af2_form-type-2 .af2_desktop_list .af2_answer.desktop .af2_answer_image_wrapper i {
    font-size: 70px !important;
}

.af2_form_wrapper.af2_form-type-2 .af2_desktop_list2 .af2_answer.desktop .af2_answer_image_wrapper i {
    font-size: 60px !important;
}

.af2_form_wrapper.af2_form-type-2 .af2_mobile_list .af2_answer.af2_mobile .af2_answer_image_wrapper.af2_mobile i {
    font-size: 25px !important;
}*/
.af2_form_wrapper.af2_form-type-2 .af2_form_button i {
	min-width: 30px;
}

.af2_form_wrapper.af2_form-type-2 .af2_form_button svg {
	width: 30px;
	height: 25px;
}

.af2_form_wrapper.af2_form-type-2 .af2_form_button.af2_disabled {
	cursor: default;
	pointer-events: none;
}

.af2_form_wrapper.af2_form-type-2 .af2_form_button.af2_mobile {
	min-width: 45px !important;
	max-width: 45px !important;
	width: 45px !important;
	padding: 0 !important;
}

.af2_form_wrapper.af2_form-type-2 .af2_form_button.af2_mobile.special {
	max-width: unset !important;
	width: unset !important;
	padding: 0 35px !important;
}

.af2_form_wrapper.af2_form-type-2 .af2_submit_button {
	cursor: pointer;
}

.af2_form_wrapper.af2_form-type-2 .af2_form_bottombar {
	display: flex;
	align-items: center;
	min-height: 50px !important;
	max-height: 50px !important;
	height: 50px !important;
}

.hide_progress_bar .af2_form_progress_bar {
	opacity: 0 !important;
}

.af2_form_wrapper.af2_form-type-2 .af2_form_progress_bar {
	display: flex;
	justify-content: left;
}

.af2_form_wrapper.af2_form-type-2[data-rtl="1"] .af2_form_progress_bar {
	justify-content: right !important;
}

.af2_form_wrapper.af2_form-type-2 .af2_form_progress {
	width: 0;
	height: 100%;
	transition: width 500ms ease-out;
}

.af2_form_wrapper.af2_form-type-2 .af2_checkbox_type {
	width: 25px;
	height: 25px;
	max-width: 25px;
	max-width: 25px;
	max-height: 25px;
	min-width: 25px;
}

.af2_form_wrapper.af2_form-type-2 .af2_form_bottombar {
	transition: all 400ms ease-out;
}

.af2_form_wrapper.af2_form-type-2 .af2_answer i {
	font-style: normal !important;
}

.af2_form_wrapper.af2_form-type-2 .af2_answer_image_wrapper {
	display: flex;
	align-content: center;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
}

.af2_form_wrapper.af2_form-type-2 .af2_answer_image_wrapper.af2_mobile {
	font-size: 15px;
}

.af2_form_wrapper.af2_form-type-2 .af2_form_percentage_triangle {
	margin: auto;
	border-style: solid;
	border-width: 0 5px 6px 5px;
	transition: all 500ms ease-out;
}

.af2_form_wrapper.af2_form-type-2 .af2_form_carousel {
	position: relative;
	display: flex;
	overflow: hidden;
	max-width: 100%;
	min-width: 100%;
	transition: height 500ms ease-out;
	z-index: 50;
}

.af2_form_wrapper.af2_form-type-2 .af2_loading_overlay {
	width: 100%;
	z-index: 100;
	transition: all 400ms ease-out;
	display: flex;
	justify-content: center;
}

.af2_popup_background {
	display: none;
}

.af2_popup_background.show {
	display: flex;
	justify-content: center;
	align-items: center;
	pointer-events: all;
	background: rgba(0, 0, 0, .8);
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: fixed;
	z-index: 9999997;
}

.af2_popup_wrapper {
	width: 80%;
	position: relative;
	pointer-events: all;
	border-radius: 0;
	box-shadow: 2px 8px 23px 3px rgba(0, 0, 0, 20%);
	z-index: 9999998;
	max-height: 90%;
	display: flex;
}

.af2_form_wrapper.af2_form-type-2 .select2-container {
	z-index: 9999999 !important;
}

.af2_close_popup {
	width: 20px;
	height: 20px;
	background: url("https://cdn-ikpmggl.nitrocdn.com/MGcvJMPBdcSPzeprtlwwXIjbslSMziDE/assets/images/optimized/rev-364b216/gr-ferma.de/wp-content/plugins/Funnelforms-pro/res/images/close_button_af2.png");
	background-size: contain;
	background-repeat: no-repeat;
	cursor: pointer;
	position: absolute;
	z-index: 1;
	top: 15px;
	right: 30px;
}

.af2_popup_wrapper .af2_form_wrapper {
	max-height: 100%;
	width: 100%;
	display: flex;
}

.af2_popup_wrapper .af2_form {
	padding: 23px;
	width: 100%;
	max-width: 100%;
	max-height: 100%;
	overflow-y: scroll;
	border-radius: 0px !important;
}

.af2_popup_wrapper .af2_form_bottombar {
	margin-bottom: 20px;
}

.af2_form_wrapper.af2_form-type-2 .af2_question_text {
	line-height: 20px;
}

.af2_form_wrapper.af2_form-type-2 .af2_question_heading_wrapper.af2_mobile {
	margin: 0 auto 35px auto !important;
}

.af2_form_wrapper.af2_form-type-2.af2_nm_mobile_view .af2_mobile {
	display: block !important;
}

.af2_form_wrapper.af2_form-type-2.af2_nm_mobile_view .af2_answer_image_wrapper {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
}

.af2_form_wrapper.af2_form-type-2.af2_nm_mobile_view .af2_answer_card {
	display: flex !important;
}

.af2_form_wrapper.af2_form-type-2.af2_nm_mobile_view .af2_answer_text {
	text-align: left;
}

.af2_form_wrapper.af2_form-type-2.af2_nm_mobile_view .desktop {
	display: none !important;
}

.af2_form_wrapper.af2_form-type-2.af2_nm_mobile_view .af2_slider_alternate_text_wrap {
	display: block !important;
}

.af2_form_wrapper.af2_form-type-2.af2_nm_mobile_view .af2_slider_input_wrap {
	margin: 10px 0 0 0 !important;
}

.af2_form_wrapper.af2_form-type-2.af2_nm_mobile_view .af2_slider_input_wrap.af2_rtl_layout {
	margin: 0 0 0 10px !important;
}

.af2_form_wrapper.af2_form-type-2.af2_nm_mobile_view .af2_slider_frage_minmax p {
	font-size: 15px;
}

.af2_form_wrapper.af2_form-type-2.af2_nm_mobile_view .select2-results li {
	font-size: 15px;
	font-weight: 500;
	font-family: "Montserrat";
}

.af2_form_wrapper.af2_form-type-2.af2_nm_mobile_view .select2-selection.select2-selection--single {
	font-size: 15px;
	font-weight: 500;
	font-family: "Montserrat";
}

.af2_form_wrapper.af2_form-type-2.af2_nm_mobile_view .af2_answer_image_wrapper.af2_mobile {
	display: flex !important;
}

.af2_form_wrapper.af2_form-type-2.af2_nm_mobile_view .af2_answer_image.pic {
	min-width: 100% !important;
	max-width: 100% !important;
}

.af2_form_wrapper.af2_form-type-2.af2_nm_mobile_view .af2_form_button.af2_mobile {
	display: flex !important;
}

.af2_form_wrapper.af2_form-type-2.af2_nm_mobile_view .af2_form_button.desktop {
	display: none !important;
}

.af2_form_wrapper.af2_form-type-2.af2_nm_mobile_view .af2_slider_frage_wrapper {
	display: block !important;
}

.af2_form_wrapper.af2_form-type-2 .af2_slider_frage_wrapper {
	display: flex;
	justify-content: center;
	align-items: center;
}

.pac-container {
	z-index: 999999999 !important;
}

.af2_form_wrapper.af2_form-type-2 .af2_adress_map_input_wrapper_wrap {
	display: flex;
}

.af2_form_wrapper.af2_form-type-2 .ui-datepicker.ui-widget {
	z-index: 999999 !important;
}

.af2_form_wrapper.af2_form-type-2 .af2-datepicker *, .af2_form_wrapper.af2_form-type-2 .af2_terminbuchung_datewrapper * {
	box-sizing: border-box;
}

.af2_form_wrapper.af2_form-type-2 .af2-datepicker, .af2_form_wrapper.af2_form-type-2 .af2_terminbuchung_datewrapper {
	border: 1px solid #ccc;
	background: #fff;
	position: relative;
	padding: 10px;
	margin: 0 auto;
	box-sizing: border-box !important;
}

.af2_form_wrapper.af2_form-type-2 .af2-datepicker .ui-datepicker, .af2_form_wrapper.af2_form-type-2 .af2_terminbuchung_datewrapper .ui-datepicker {
	width: 100% !important;
	border: none !important;
	padding: 0 !important;
	border-radius: 10px;
}

.af2_form_wrapper.af2_form-type-2 .af2-datepicker .ui-widget-header, .af2_form_wrapper.af2_form-type-2 .af2_terminbuchung_datewrapper .ui-widget-header {
	border: none;
	background: none;
	position: relative;
	padding: 0 !important;
}

.af2_form_wrapper.af2_form-type-2 .af2-datepicker th, .af2_form_wrapper.af2_form-type-2 .af2_terminbuchung_datewrapper th {
	text-align: center;
	vertical-align: middle;
	width: 14%;
	font-size: 12px;
	border-radius: 4px;
	border: 1px solid transparent !important;
	white-space: nowrap;
	cursor: pointer;
	color: #555;
	font-weight: 700;
	padding: 9px 0 !important;
}

.af2_form_wrapper.af2_form-type-2 .af2-datepicker td, .af2_form_wrapper.af2_form-type-2 .af2_terminbuchung_datewrapper td {
	text-align: center;
	vertical-align: middle;
	width: 14%;
	font-size: 12px;
	border-radius: 15px;
	border: 1px solid transparent !important;
	white-space: nowrap;
	cursor: pointer;
	padding: 15px 0 !important;
}

.af2_form_wrapper.af2_form-type-2 .af2_terminbuchung_datewrapper td {
	border-radius: 100% !important;
}

.af2_form_wrapper.af2_form-type-2 .af2-datepicker td:hover, .af2_form_wrapper.af2_form-type-2 .af2_terminbuchung_datewrapper td:hover {
	background-color: #eee;
	border-color: transparent;
	color: inherit;
}

.af2_form_wrapper.af2_form-type-2 .af2-datepicker td .ui-state-default, .af2_form_wrapper.af2_form-type-2 .af2_terminbuchung_datewrapper td .ui-state-default {
	background: none;
	border: none;
	color: #555;
	text-decoration: none !important;
}

.af2_form_wrapper.af2_form-type-2 .af2-datepicker td>a, .af2_form_wrapper.af2_form-type-2 .af2_terminbuchung_datewrapper td>a {
	text-align: center !important;
}

.af2_form_wrapper.af2_form-type-2 .af2-datepicker .ui-datepicker-calendar, .af2_form_wrapper.af2_form-type-2 .af2_terminbuchung_datewrapper .ui-datepicker-calendar {
	margin: 0 0 10px;
	width: 100%;
}

.af2_form_wrapper.af2_form-type-2 .af2-datepicker .ui-datepicker-calendar thead, .af2_form_wrapper.af2_form-type-2 .af2_terminbuchung_datewrapper .ui-datepicker-calendar thead {
	border: none !important;
}

.af2_form_wrapper.af2_form-type-2 .af2-datepicker .ui-datepicker-prev, .af2_form_wrapper.af2_form-type-2 .af2_terminbuchung_datewrapper .ui-datepicker-prev, .af2_form_wrapper.af2_form-type-2 .af2-datepicker .ui-datepicker-next, .af2_form_wrapper.af2_form-type-2 .af2_terminbuchung_datewrapper .ui-datepicker-next {
	box-shadow: 0 0 4px 0 #ccc;
	background: #fff;
	border-radius: 5px !important;
	padding: 5px !important;
	width: 14% !important;
	height: 40px !important;
	display: inline-flex;
	font-size: 15px;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 10px !important;
	cursor: pointer;
	color: #555;
	text-decoration: none !important;
	border: none !important;
}

.af2_form_wrapper.af2_form-type-2 .af2-datepicker .ui-datepicker-prev:hover, .af2_form_wrapper.af2_form-type-2 .af2_terminbuchung_datewrapper .ui-datepicker-prev:hover, .af2_form_wrapper.af2_form-type-2 .af2-datepicker .ui-datepicker-next:hover, .af2_form_wrapper.af2_form-type-2 .af2_terminbuchung_datewrapper .ui-datepicker-next:hover {
	background: #ccc;
	color: #555;
}

.af2_form_wrapper.af2_form-type-2 .af2-datepicker .ui-datepicker-prev, .af2_form_wrapper.af2_form-type-2 .af2_terminbuchung_datewrapper .ui-datepicker-prev {
	left: 10px !important;
}

.af2_form_wrapper.af2_form-type-2 .af2-datepicker .ui-datepicker-next, .af2_form_wrapper.af2_form-type-2 .af2_terminbuchung_datewrapper .ui-datepicker-next {
	right: 10px !important;
}

.af2_form_wrapper.af2_form-type-2 .af2-datepicker .ui-datepicker-prev span, .af2_form_wrapper.af2_form-type-2 .af2_terminbuchung_datewrapper .ui-datepicker-prev span, .af2_form_wrapper.af2_form-type-2 .af2-datepicker .ui-datepicker-next span, .af2_form_wrapper.af2_form-type-2 .af2_terminbuchung_datewrapper .ui-datepicker-next span {
	display: none !important;
}

.af2_form_wrapper.af2_form-type-2 .af2-datepicker .ui-datepicker-prev:before, .af2_form_wrapper.af2_form-type-2 .af2_terminbuchung_datewrapper .ui-datepicker-prev:before {
	content: "";
	font-weight: 900;
	font-family: "Font Awesome 5 Free";
}

.af2_form_wrapper.af2_form-type-2 .af2-datepicker .ui-datepicker-next:before, .af2_form_wrapper.af2_form-type-2 .af2_terminbuchung_datewrapper .ui-datepicker-next:before {
	content: "";
	font-weight: 900;
	font-family: "Font Awesome 5 Free";
}

.af2_form_wrapper.af2_form-type-2 .af2-datepicker .ui-datepicker-title, .af2_form_wrapper.af2_form-type-2 .af2_terminbuchung_datewrapper .ui-datepicker-title {
	width: auto;
	font-size: 17px;
	cursor: pointer;
	color: #555;
	font-weight: 500;
	padding: 10px 0;
	text-align: center;
	line-height: 40px !important;
	margin: 0 !important;
}

.af2_form_wrapper.af2_form-type-2 .af2-datepicker td.ui-datepicker-current-day, .af2_form_wrapper.af2_form-type-2 .af2_terminbuchung_datewrapper td.ui-datepicker-current-day {
	background-color: #c5c5c5;
	border-color: transparent;
	color: #fff;
}

.af2_form_wrapper.af2_form-type-2 .af2-datepicker td.ui-datepicker-current-day .ui-state-highlight, .af2_form_wrapper.af2_form-type-2 .af2_terminbuchung_datewrapper td.ui-datepicker-current-day .ui-state-highlight, .af2_form_wrapper.af2_form-type-2 .af2-datepicker td.ui-datepicker-current-day .ui-state-active, .af2_form_wrapper.af2_form-type-2 .af2_terminbuchung_datewrapper td.ui-datepicker-current-day .ui-state-active {
	color: #fff;
}

.af2_form_wrapper.af2_form-type-2 .af2-datepicker.af2_mobile {
	padding: 9px 10px;
}

.af2_form_wrapper.af2_form-type-2 .af2-datepicker.af2_mobile td, .af2_form_wrapper.af2_form-type-2 .af2-datepicker.af2_mobile th {
	min-width: 12px;
	width: 12px;
	height: 12px;
	line-height: 12px;
	padding: 8px !important;
}

.af2_form_wrapper.af2_form-type-2 .af2-datepicker.af2_mobile .ui-datepicker-prev, .af2_form_wrapper.af2_form-type-2 .af2-datepicker.af2_mobile .ui-datepicker-next {
	padding: 5px !important;
	font-size: 11px;
}

.af2_form_wrapper.af2_form-type-2 .af2-datepicker.af2_mobile .ui-datepicker-title {
	font-size: 12px;
}

.af2_form_wrapper.af2_form-type-2 .selection .select2-selection.select2-selection--single.af2-select2-container {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0;
	height: 50px !important;
}

.af2_form_wrapper.af2_form-type-2 .select2-search__field {
	height: 50px !important;
}

.af2_form_wrapper.af2_form-type-2 .af2-datepicker.af2_mobile .ui-datepicker-calendar {
	margin: 0;
}

.af2_form_wrapper .af2_powered_by {
	margin-top: 20px;
	text-align: center;
}

.af2_form_wrapper .af2_powered_by span {
	font-size: 12px;
	font-style: italic;
	background: #f5f5f5;
	padding: 5px 20px;
	border-radius: 10px;
	font-family: sans-serif;
}

.af2_dateiupload .af2_dateiupload_inner {
	border: 2px dashed #e1e1e1;
	background: white;
	height: 100%;
	padding: 20px;
	cursor: pointer;
}

.af2_dateiupload .af2_dateiupload_inner i {
	font-size: 80px;
	pointer-events: none;
	color: #ccc;
}

.af2_dateiupload .af2_dateiupload_desc {
	font-size: 16px;
	color: #ccc;
	line-height: 1;
	pointer-events: none;
}

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

/*started dropzone css*/
@-webkit-keyframes passing-through {
	0% {
		opacity: 0;
		-webkit-transform: translateY(40px);
		-moz-transform: translateY(40px);
		-ms-transform: translateY(40px);
		-o-transform: translateY(40px);
		transform: translateY(40px);
	}
	
	30%, 70% {
		opacity: 1;
		-webkit-transform: translateY(0px);
		-moz-transform: translateY(0px);
		-ms-transform: translateY(0px);
		-o-transform: translateY(0px);
		transform: translateY(0px);
	}
	
	100% {
		opacity: 0;
		-webkit-transform: translateY(-40px);
		-moz-transform: translateY(-40px);
		-ms-transform: translateY(-40px);
		-o-transform: translateY(-40px);
		transform: translateY(-40px);
	}
}

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

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

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

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

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

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

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

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

.af2_form_wrapper.af2_form-type-2 .af2_dateiupload.dz-clickable {
	cursor: pointer;
}

.af2_form_wrapper.af2_form-type-2 .af2_dateiupload.dz-clickable * {
	cursor: default;
}

.af2_form_wrapper.af2_form-type-2 .af2_dateiupload.dz-clickable .dz-message, .af2_form_wrapper.af2_form-type-2 .af2_dateiupload.dz-clickable .dz-message * {
	cursor: pointer;
}

.af2_form_wrapper.af2_form-type-2 .af2_dateiupload.dz-started .dz-message {
	display: none;
}

.af2_form_wrapper.af2_form-type-2 .af2_dateiupload.dz-drag-hover {
	border-style: solid;
}

.af2_form_wrapper.af2_form-type-2 .af2_dateiupload.dz-drag-hover .dz-message {
	opacity: .5;
}

.af2_form_wrapper.af2_form-type-2 .af2_dateiupload .dz-message {
	text-align: center;
	margin: 2em 0;
}

.af2_form_wrapper.af2_form-type-2 .af2_dateiupload .dz-message .dz-button {
	background: none;
	color: inherit;
	border: none;
	padding: 0;
	font: inherit;
	cursor: pointer;
	outline: inherit;
}

.af2_form_wrapper.af2_form-type-2 .af2_dateiupload .dz-preview {
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin: 16px;
	min-height: 100px;
}

.af2_form_wrapper.af2_form-type-2 .af2_dateiupload .dz-preview:hover {
	z-index: 1000;
}

.af2_form_wrapper.af2_form-type-2 .af2_dateiupload .dz-preview:hover .dz-details {
	opacity: 1;
}

.af2_form_wrapper.af2_form-type-2 .af2_dateiupload .dz-preview.dz-file-preview .dz-image {
	border-radius: 20px;
	background: #999;
	background: linear-gradient(to bottom, #eee, #ddd);
}

.af2_form_wrapper.af2_form-type-2 .af2_dateiupload .dz-preview.dz-file-preview .dz-details {
	opacity: 1;
}

.af2_form_wrapper.af2_form-type-2 .af2_dateiupload .dz-preview.dz-image-preview {
	background: white;
}

.af2_form_wrapper.af2_form-type-2 .af2_dateiupload .dz-preview.dz-image-preview .dz-details {
	-webkit-transition: opacity .2s linear;
	-moz-transition: opacity .2s linear;
	-ms-transition: opacity .2s linear;
	-o-transition: opacity .2s linear;
	transition: opacity .2s linear;
}

.af2_form_wrapper.af2_form-type-2 .af2_dateiupload .dz-preview .dz-remove {
	font-size: 14px;
	text-align: center;
	display: block;
	cursor: pointer;
	border: none;
}

.af2_form_wrapper.af2_form-type-2 .af2_dateiupload .dz-preview .dz-remove:hover {
	text-decoration: underline;
}

.af2_form_wrapper.af2_form-type-2 .af2_dateiupload .dz-preview:hover .dz-details {
	opacity: 1;
}

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

.af2_form_wrapper.af2_form-type-2 .af2_dateiupload .dz-preview .dz-details .dz-size {
	margin-bottom: 1em;
	font-size: 16px;
}

.af2_form_wrapper.af2_form-type-2 .af2_dateiupload .dz-preview .dz-details .dz-filename {
	white-space: nowrap;
}

.af2_form_wrapper.af2_form-type-2 .af2_dateiupload .dz-preview .dz-details .dz-filename:hover span {
	border: 1px solid rgba(200, 200, 200, .8);
	background-color: rgba(255, 255, 255, .8);
}

.af2_form_wrapper.af2_form-type-2 .af2_dateiupload .dz-preview .dz-details .dz-filename:not(:hover) {
	overflow: hidden;
	text-overflow: ellipsis;
}

.af2_form_wrapper.af2_form-type-2 .af2_dateiupload .dz-preview .dz-details .dz-filename:not(:hover) span {
	border: 1px solid transparent;
}

.af2_form_wrapper.af2_form-type-2 .af2_dateiupload .dz-preview .dz-details .dz-filename span, .af2_form_wrapper.af2_form-type-2 .af2_dateiupload .dz-preview .dz-details .dz-size span {
	background-color: rgba(255, 255, 255, .4);
	padding: 0 .4em;
	border-radius: 3px;
}

.af2_form_wrapper.af2_form-type-2 .af2_dateiupload .dz-preview:hover .dz-image img {
	-webkit-transform: scale(1.05, 1.05);
	-moz-transform: scale(1.05, 1.05);
	-ms-transform: scale(1.05, 1.05);
	-o-transform: scale(1.05, 1.05);
	transform: scale(1.05, 1.05);
	-webkit-filter: blur(8px);
	filter: blur(8px);
}

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

.af2_form_wrapper.af2_form-type-2 .af2_dateiupload .dz-preview .dz-image img {
	display: block;
}

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

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

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

.af2_form_wrapper.af2_form-type-2 .af2_dateiupload .dz-preview .dz-success-mark svg, .af2_form_wrapper.af2_form-type-2 .af2_dateiupload .dz-preview .dz-error-mark svg {
	display: block;
	width: 54px;
	height: 54px;
}

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

.af2_form_wrapper.af2_form-type-2 .af2_dateiupload .dz-preview.dz-complete .dz-progress {
	opacity: 0;
	-webkit-transition: opacity .4s ease-in;
	-moz-transition: opacity .4s ease-in;
	-ms-transition: opacity .4s ease-in;
	-o-transition: opacity .4s ease-in;
	transition: opacity .4s ease-in;
}

.af2_form_wrapper.af2_form-type-2 .af2_dateiupload .dz-preview:not(.dz-processing) .dz-progress {
	-webkit-animation: pulse 6s ease infinite;
	-moz-animation: pulse 6s ease infinite;
	-ms-animation: pulse 6s ease infinite;
	-o-animation: pulse 6s ease infinite;
	animation: pulse 6s ease infinite;
}

.af2_form_wrapper.af2_form-type-2 .af2_dateiupload .dz-preview .dz-progress {
	opacity: 1;
	z-index: 1000;
	pointer-events: none;
	position: absolute;
	height: 16px;
	left: 50%;
	top: 50%;
	margin-top: -8px;
	width: 80px;
	margin-left: -40px;
	background: rgba(255, 255, 255, .9);
	-webkit-transform: scale(1);
	border-radius: 8px;
	overflow: hidden;
}

.af2_form_wrapper.af2_form-type-2 .af2_dateiupload .dz-preview .dz-progress .dz-upload {
	background: #333;
	background: linear-gradient(to bottom, #666, #444);
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 0;
	-webkit-transition: width 300ms ease-in-out;
	-moz-transition: width 300ms ease-in-out;
	-ms-transition: width 300ms ease-in-out;
	-o-transition: width 300ms ease-in-out;
	transition: width 300ms ease-in-out;
}

.af2_form_wrapper.af2_form-type-2 .af2_dateiupload .dz-preview.dz-error .dz-error-message {
	display: block;
}

.af2_form_wrapper.af2_form-type-2 .af2_dateiupload .dz-preview.dz-error:hover .dz-error-message {
	opacity: 1;
	pointer-events: auto;
}

.af2_form_wrapper.af2_form-type-2 .af2_dateiupload .dz-preview .dz-error-message {
	pointer-events: none;
	z-index: 1000;
	position: absolute;
	display: block;
	display: none;
	opacity: 0;
	-webkit-transition: opacity .3s ease;
	-moz-transition: opacity .3s ease;
	-ms-transition: opacity .3s ease;
	-o-transition: opacity .3s ease;
	transition: opacity .3s ease;
	border-radius: 8px;
	font-size: 13px;
	top: 0;
	left: -10px;
	width: 140px;
	background: #be2626;
	background: linear-gradient(to bottom, #be2626, #a92222);
	padding: .5em 1.2em;
	color: white;
	transform: translateY(-115%);
}

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

.af2_form_wrapper.af2_form-type-2 .af2_slider_alternate_text_wrap {
	width: 100%;
	text-align: center;
	margin: 25px auto 20px auto;
	display: flex;
	justify-content: left;
	align-items: center;
}

.af2_form_wrapper.af2_form-type-2 .af2_slider_alternate_text_wrap .range_text_box_label {
	font-size: 22px;
}

.af2_form_wrapper.af2_form-type-2 .af2_slider_alternate_text_wrap .af2_slider_input_wrap {
	position: relative;
	height: 50px;
	display: flex;
	flex-grow: 1;
	margin-left: 20px;
}

.af2_form_wrapper.af2_form-type-2 .af2_slider_alternate_text_wrap .af2_slider_input_wrap.af2_rtl_layout {
	position: relative;
	height: 50px;
	display: flex;
	flex-grow: 1;
	margin-left: 0;
	margin-right: 20px;
}

.af2_form_wrapper.af2_form-type-2 .af2_slider_alternate_text_wrap input::-webkit-outer-spin-button, .af2_form_wrapper.af2_form-type-2 .af2_slider_alternate_text_wrap input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.af2_form_wrapper.af2_form-type-2 .af2_slider_alternate_text_wrap .af2_slider_frage_val {
	width: 100%;
	-moz-appearance: textfield;
	font-family: inherit;
	text-align: center;
	border-radius: 7px;
	margin: 0 auto 30px auto;
	height: 100%;
}

.af2_form_wrapper.af2_form-type-2 .af2_slider_alternate_text_wrap .af2_slider_frage_val:focus {
	box-shadow: 0 0 6px;
}

.af2_form_wrapper.af2_form-type-2 .select2-search--dropdown .select2-search__field {
	padding: 0 10px !important;
}

.af2_form_wrapper.af2_form-type-2 .af2_slider_alternate_text_wrap span {
	font-size: 90%;
	height: 100%;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	padding: 10px;
}

.af2_form_wrapper.af2_form-type-2 .alternate_text_wrap_span {
	color: white;
	z-index: 1;
	display: flex;
	justify-content: center;
	align-items: center;
}

.af2_form_wrapper.af2_form-type-2 .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
	background-color: #e1e1e1;
	color: white;
}

/*end dropzone css*/
.af2_form_wrapper.af2_form-type-2 .af2_form .select2-container {
	margin: 0 auto 50px auto !important;
}

.af2_form_wrapper.af2_form-type-2 .af2-select2-container {
	height: auto !important;
	padding: 1rem;
}

.af2_form_wrapper.af2_form-type-2 .select2-container--default .select2-selection--single {
	border-radius: 10px !important;
}

.af2_form_wrapper.af2_form-type-2 .select2-search__field {
	border-radius: 10px;
}

.af2_form_wrapper.af2_form-type-2 .af2-select2-container .select2-selection__arrow {
	height: 100% !important;
	font-family: inherit;
}

.af2_form_wrapper.af2_form-type-2 .af2-select2-container ul {
	font-family: inherit;
}

/* Fontawesome style override */
.af2_form .fa, .af2_form .fas {
	font-family: "Font Awesome 5 Free" !important;
	font-weight: 900 !important;
}

.af2_form .far {
	font-family: "Font Awesome 5 Free" !important;
	font-weight: 400 !important;
}

.af2_form .fab {
	font-family: "Font Awesome 5 Brands" !important;
}

/*grid/list layout*/
.af2_form_wrapper.af2_form-type-2 .af2_desktop_list .af2_answer.desktop {
	width: 80% !important;
	margin: 10px !important;
}

.af2_form_wrapper.af2_form-type-2 .af2_desktop_list2 .af2_answer.desktop {
	width: 40% !important;
	margin: 10px !important;
}

.af2_form_wrapper.af2_form-type-2 .af2_desktop_list .af2_answer_card.desktop, .af2_form_wrapper.af2_form-type-2 .af2_desktop_list2 .af2_answer_card.desktop {
	height: 90px !important;
}

.af2_form_wrapper.af2_form-type-2 .af2_desktop_list .af2_answer_card.desktop .af2_answer_image.pic, .af2_form_wrapper.af2_form-type-2 .af2_desktop_list2 .af2_answer_card.desktop .af2_answer_image.pic {
	max-width: 60px;
	width: auto;
}

.af2_form_wrapper.af2_form-type-2 .af2_desktop_list .af2_answer.desktop .af2_answer_image_wrapper, .af2_form_wrapper.af2_form-type-2 .af2_desktop_list2 .af2_answer.desktop .af2_answer_image_wrapper {
	width: 200px;
	margin-right: 10px;
	padding: 20px !important;
}

.af2_form_wrapper.af2_form-type-2 .af2_desktop_list .af2_answer.desktop .af2_answer_text.desktop, .af2_form_wrapper.af2_form-type-2 .af2_desktop_list2 .af2_answer.desktop .af2_answer_text.desktop {
	text-align: left;
}

.af2_form_wrapper.af2_form-type-2 .af2_mobile_grid .af2_answer.af2_mobile {
	width: 130px !important;
	margin: 0 8px 20px !important;
}

.af2_form_wrapper.af2_form-type-2 .af2_mobile_grid .af2_answer.af2_mobile .af2_answer_card {
	height: 110px !important;
	flex-direction: column;
	padding: 0px;
}

.af2_form_wrapper.af2_form-type-2 .af2_mobile_grid .af2_answer.af2_mobile .af2_answer_card .af2_answer_image_wrapper {
	margin: 0 auto !important;
	padding: 0 !important;
	width: 100% !important;
}

.af2_form_wrapper.af2_form-type-2 .af2_mobile_grid .af2_answer.af2_mobile .af2_answer_card .af2_answer_image_wrapper .pic {
	width: auto;
	max-height: 120px;
	margin: 0 auto;
	padding: 10px !important;
}

.af2_form_wrapper.af2_form-type-2 .af2_mobile_grid .af2_answer.af2_mobile .af2_answer_text.af2_mobile {
	margin: 15px auto 0 !important;
	text-align: center;
}

.af2_form_wrapper.af2_form-type-2 .af2_mobile_list .af2_answer.af2_mobile {
	width: 100% !important;
}

.af2_form_wrapper.af2_form-type-2 span.select2-dropdown.af2-select2-container.select2-dropdown--below {
	margin-top: -17px !important;
	border-radius: 10px !important;
}

/* MAPS STYLES */
.af2_form_wrapper.af2_form-type-2 #af2_adress_field {
	height: 300px;
	width: 100%;
}

.af2_form_wrapper.af2_form-type-2 .af2_adress_input_wrap {
	display: flex;
	flex-direction: column;
	align-items: start;
	margin: 5px 0 20px 0;
	padding: 0 15px;
}

.af2_form_wrapper.af2_form-type-2 .af2_adress_input_wrap.size8 {
	width: 70%;
}

.af2_form_wrapper.af2_form-type-2 .af2_adress_input_wrap.size10 {
	width: 100%;
}

.af2_form_wrapper.af2_form-type-2 .af2_adress_input_wrap.size2 {
	width: 30%;
}

.af2_form_wrapper.af2_form-type-2 .af2_adress_input_wrap.size6 {
	width: 70%;
}

.af2_form_wrapper.af2_form-type-2 .af2_adress_input_wrap.size4 {
	width: 30%;
}

.af2_form_wrapper.af2_form-type-2 .select2-search__field {
	font-family: "Montserrat";
	font-size: 17px;
	font-weight: 500;
}

.af2_form_wrapper.af2_form-type-2 .af2_adress_map_input_wrapper {
	height: 50%;
	max-width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	background-color: #f6f6f6;
	margin-bottom: 20px;
	padding: 15px;
}

.af2_form_wrapper.af2_form-type-2 .af2_carousel_content.af2_address {}

.af2_form_wrapper.af2_form-type-2.af2_nm_mobile_view .af2_adress_mapp_wrapper {
	flex-direction: column;
}

.af2_form_wrapper.af2_form-type-2.af2_nm_mobile_view .af2_carousel_content.af2_address {
	height: unset;
}

.af2_form_wrapper.af2_form-type-2.af2_nm_mobile_view .af2_adress_map_input_wrapper {
	margin: 0 auto 20px;
	max-width: 100%;
	padding: 10px;
	height: unset;
}

.af2_form_wrapper.af2_form-type-2.af2_nm_mobile_view #af2_adress_field {
	width: 100%;
	margin: 0 auto 20px;
}

.af2_form_wrapper.af2_form-type-2.af2_nm_mobile_view .af2_adress_input_wrap {
	margin: 5px 0 5px 0;
}

.af2_form_wrapper.af2_form-type-2.af2_nm_mobile_view .af2_adress_input_wrap {
	padding: 0 5px !important;
}

.af2_form_wrapper.af2_form-type-2.af2_nm_ipad_view .af2_adress_mapp_wrapper {
	flex-direction: column;
}

.af2_form_wrapper.af2_form-type-2.af2_nm_ipad_view .af2_carousel_content.af2_address {
	height: unset;
}

.af2_form_wrapper.af2_form-type-2.af2_nm_ipad_view .af2_adress_map_input_wrapper {
	margin: 0 auto 20px;
	max-width: 100%;
	padding: 10px;
	height: unset;
}

.af2_form_wrapper.af2_form-type-2.af2_nm_ipad_view #af2_adress_field {
	width: 100%;
	margin: 0 auto 20px;
}

.af2_form_wrapper.af2_form-type-2.af2_nm_ipad_view .af2_adress_input_wrap {
	margin: 5px 0 5px 0;
}

.af2_form_wrapper.af2_form-type-2.af2_nm_ipad_view .af2_adress_input_wrap {
	padding: 0 5px !important;
}

.af2_form_wrapper.af2_form-type-2 .af2_noscroll {
	overflow: hidden;
}

.af2_form_wrapper.af2_form-type-2.af2_nm_mobile_view .af2_adress_map_input_wrapper {
	/*width: 100%;*/
	max-width: 100%;
}

.af2_form_wrapper.af2_form-type-2.af2_nm_mobile_view #af2_adress_field {
	width: 100%;
	height: 250px;
}

.af2_form_wrapper.af2_form-type-2.af2_nm_mobile_view .af2_adress_mapp_wrapper {
	position: relative;
	width: 95%;
	margin: 0 auto;
}

.af2_form_wrapper.af2_form-type-2.af2_nm_ipad_view .af2_adress_map_input_wrapper {
	/*width: 100%;*/
	max-width: 100%;
}

.af2_form_wrapper.af2_form-type-2.af2_nm_ipad_view #af2_adress_field {
	width: 100%;
	height: 250px;
}

.af2_form_wrapper.af2_form-type-2.af2_nm_ipad_view .af2_adress_mapp_wrapper {
	position: relative;
	width: 95%;
	margin: 0 auto;
}

.af2_form_wrapper.af2_form-type-2.af2_nm_mobile_view .af2_adress_map_input_wrapper {
	/*width: 100%;*/
	max-width: 100%;
}

.af2_form_wrapper.af2_form-type-2.af2_nm_mobile_view .selection .select2-selection.select2-selection--single.af2-select2-container.af2_mobile {
	display: flex !important;
}

.af2_form_wrapper.af2_form-type-2.af2_nm_mobile_view #af2_adress_field {
	width: 100%;
}

.af2_form_wrapper.af2_form-type-2.af2_nm_mobile_view .select2-search__field {
	font-size: 15px;
	font-weight: 500;
}

.af2_form_wrapper.af2_form-type-2.af2_nm_mobile_view .alternate_text_wrap_span.af2_mobile {
	display: flex !important;
}

/* 500px */
.af2_form_wrapper.af2_form-type-2.af2_nm_mobile_view .af2_adress_map_input_wrapper_wrap.bl {
	display: block !important;
}

.af2_form_wrapper.af2_form-type-2.af2_nm_mobile_view #af2_adress_field {
	height: 200px;
}

.af2_form_wrapper.af2_form-type-2.af2_nm_mobile_view .af2_adress_input_wrap.size8 {
	width: 100%;
}

.af2_form_wrapper.af2_form-type-2.af2_nm_mobile_view .af2_adress_input_wrap.size10 {
	width: 100%;
}

.af2_form_wrapper.af2_form-type-2.af2_nm_mobile_view .af2_adress_input_wrap.size2 {
	width: 100%;
}

.af2_form_wrapper.af2_form-type-2.af2_nm_mobile_view .af2_adress_input_wrap.size6 {
	width: 65%;
}

.af2_form_wrapper.af2_form-type-2.af2_nm_mobile_view .af2_adress_input_wrap.size4 {
	width: 35%;
}

.af2_form_wrapper.af2_form-type-2 .af2_ad_trans_tabel.af2_mobile {
	text-align: left;
}

.af2_form_wrapper.af2_form-type-2 .af2_ad_trans {
	transition: all 300ms ease-out;
}

.af2_form_wrapper.af2_form-type-2 .af2_question_cf_text_type_wrapper {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
}

.af2_form_wrapper.af2_form-type-2 .af2_question_cf_text_type_icon {
	display: flex;
	justify-content: center;
	align-items: center;
}

.af2_form_wrapper.af2_form-type-2 .af2_question_cf_text_type_icon {
	color: white;
}

.af2_form_wrapper.af2_form-type-2 .af2_form_heading, .af2_form_wrapper.af2_form-type-2 .af2_question_heading_wrapper, .af2_form_wrapper.af2_form-type-2 .af2_content_frage, .af2_form_wrapper.af2_form-type-2 .af2_dateiupload, .af2_form_wrapper.af2_form-type-2 .af2_textfeld_frage, .af2_form_wrapper.af2_form-type-2 .af2_datum_frage, .af2_form_wrapper.af2_form-type-2 .af2_slider_frage_wrapper, .af2_form_wrapper.af2_form-type-2 .af2_textbereich_frage, .af2_form_wrapper.af2_form-type-2 .af2-datepicker, .af2_form_wrapper.af2_form-type-2 .af2-datepicker.af2_mobile, .af2_form_wrapper.af2_form-type-2 .af2_adress_mapp_wrapper, .af2_form_wrapper.af2_form-type-2 .select2.select2-container.select2-container--default {
	width: 84% !important;
	min-width: 84% !important;
	max-width: 84% !important;
}

.af2_form_wrapper.af2_form-type-2 .af2_answer.af2_mobile {
	width: 84%;
	min-width: 84%;
	max-width: 84%;
}

.af2_form_wrapper.af2_form-type-2 .af2_adress_mapp_wrapper {
	margin: 0 auto;
}

.af2_form_wrapper.af2_form-type-2 .af2_radio_label, .af2_form_wrapper.af2_form-type-2 .af2_question_cb_label, .af2_form_wrapper.af2_form-type-2 .af2_slider_alternate_text_wrap .range_text_box_label, .af2_form_wrapper.af2_form-type-2 .af2_question_text {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}

.af2_form_wrapper.af2_form-type-2 .af2_text_type {
	margin: 0 !important;
}

.af2_form_wrapper.af2_form-type-2 input[type="email"]:focus, .af2_form_wrapper.af2_form-type-2 input[type="password"]:focus, .af2_form_wrapper.af2_form-type-2 input[type="reset"]:focus, .af2_form_wrapper.af2_form-type-2 input[type="search"]:focus, .af2_form_wrapper.af2_form-type-2 input[type="tel"]:focus, .af2_form_wrapper.af2_form-type-2 input[type="text"]:focus, .af2_form_wrapper.af2_form-type-2 input[type="url"]:focus, .af2_form_wrapper.af2_form-type-2 select:focus, .af2_form_wrapper.af2_form-type-2 textarea:focus {
	background-color: field;
}

.af2_form_wrapper.af2_form-type-2 .af2_html_content_summary {
	justify-content: center;
	align-items: center;
	display: flex;
	flex-direction: column;
	max-width: 100%;
	min-width: 100%;
	margin: 0 auto;
	position: relative;
	background-color: #f6f6f6;
	margin-bottom: 20px;
	padding: 15px;
}

.af2_form_wrapper.af2_form-type-2 .af2_html_content_summary.af2_mobile {
	padding: 10px;
}

.af2_form_wrapper.af2_form-type-2 .af2_html_content_summary_object {
	display: flex;
	margin: 10px 0;
	width: 100%;
}

.af2_form_wrapper.af2_form-type-2 .af2_html_content_summary_object_title {
	width: 50%;
	text-align: left;
	padding: 10px;
}

.af2_form_wrapper.af2_form-type-2 .af2_html_content_summary_object_answer {
	width: 50%;
	text-align: left;
	padding: 10px;
}

.af2_form_wrapper.af2_form-type-2 .af2_html_content_summary_object.af2_mobile {
	display: flex !important;
	margin: 10px 0;
	width: 100%;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
}

.af2_form_wrapper.af2_form-type-2 .af2_html_content_summary_object.af2_bottom_border {
	border-bottom: 1px solid rgba(133, 134, 140, .31);
}

.af2_form_wrapper.af2_form-type-2 .af2_html_content_summary_object_title.af2_mobile {
	text-align: center;
	width: 100%;
}

.af2_form_wrapper.af2_form-type-2 .af2_html_content_summary_object_answer.af2_mobile {
	text-align: center;
	width: 100%;
}

.af2_form_wrapper.af2_form-type-2 .af2_question_wrapper input[type="checkbox"] {
	-webkit-appearance: checkbox !important;
}

.af2_form_wrapper.af2_form-type-2 .af2_question_wrapper input[type="radio"] {
	-webkit-appearance: radio !important;
}

.af2_form_wrapper.af2_form-type-2 .af2_carousel_content .af2_answer_container.af2_mobile_list.af2_desktop_list2 .af2_answer_card.desktop .af2_answer_image.pic {
	max-width: 65% !important;
	width: 65% !important;
}

.af2_form_wrapper.af2_form-type-2 .af2_question_cf_text_type_wrapper.af2_verification {
	width: 85%;
}

.af2_form_wrapper.af2_form-type-2 .af2_question_text_type_wrapper.af2_question_wrapper.af2_verification {
	display: flex;
	justify-content: left;
	align-items: center;
}

.af2_question_text_type_wrapper i {
	font-size: 25px !important;
}

.af2_form_wrapper.af2_form-type-2 #af_verif.af2_submit_button.newVerification {
	margin: 0 0 0 20px !important;
	background-color: #fff;
	color: rgba(var(--rgb), .7) !important;
	border: 2px solid rgba(var(--rgb), .7) !important;
	padding: 10px 0;
}

.af2_form_wrapper.af2_form-type-2 .af2_change_verify_number {
	cursor: pointer;
}

.af2_form_wrapper.af2_form-type-2 #af_verif.af2_submit_button.newVerification:hover {
	color: rgba(var(--rgbcol), .9);
	background-color: rgba(var(--rgb), .9) !important;
	border: 2px solid rgba(var(--rgb), .9) !important;
}

.af2_form_wrapper.af2_form-type-2 #af_verif.af2_submit_button.newVerification.waiting {
	border: 2px solid rgba(var(--rgb), .4) !important;
	color: rgba(var(--rgb), .4) !important;
	cursor: not-allowed;
	background-color: #fff;
}

.af2_form_wrapper.af2_form-type-2 #af_verif.af2_submit_button.newVerification.waiting:hover {
	border: 2px solid rgba(var(--rgb), .4) !important;
	color: rgba(var(--rgb), .4) !important;
	cursor: not-allowed;
	background-color: #fff;
}

/* TERMINBUCHUNG */
.af2_form_wrapper.af2_form-type-2 .af2_terminbuchungs_wrapper {
	min-width: 84% !important;
	max-width: 84% !important;
	width: 84% !important;
	display: flex;
	margin: auto;
	justify-content: center;
}

.af2_form_wrapper.af2_form-type-2 .af2_terminbuchungs_wrap {
	width: 100%;
	margin: 10px 20px !important;
	position: relative;
}

.af2_form_wrapper.af2_form-type-2 .af2_terminbuchung_durations {
	display: flex;
	width: 100%;
	justify-content: center;
	align-items: center;
}

.af2_form_wrapper.af2_form-type-2 .af2_terminbuchung_datewrapper td.ui-state-disabled span {
	color: #ccc !important;
}

.af2_form_wrapper.af2_form-type-2 .af2_terminbuchung_duration {
	width: 30%;
	padding: 2px 0;
	border: 1px solid #ccc;
	cursor: pointer;
	margin-top: 5px;
	margin-left: 2.5px;
	margin-right: 2.5px;
	background-color: #fff;
	color: rgba(var(--rgb), 1) !important;
	transition: 300ms ease-out;
}

.af2_form_wrapper.af2_form-type-2 .af2_terminbuchung_duration.af2_duration_selected {
	background-color: rgba(var(--rgb), .2) !important;
	border-color: rgba(var(--rgb)) !important;
}

.af2_form_wrapper.af2_form-type-2 .af2_terminbuchung_duration:hover {
	background-color: rgba(var(--rgb), .1) !important;
	border-color: rgba(var(--rgb)) !important;
}

.af2_form_wrapper.af2_form-type-2 .af2_terminbuchung_time {
	margin: auto;
	width: 100%;
	padding: 5px 0;
	border: 1px solid #ccc;
	cursor: pointer;
	margin-top: 5px;
	margin-bottom: 0 !important;
	background-color: #fff;
	color: rgba(var(--rgb), 1) !important;
	transition: 300ms ease-out;
}

.af2_form_wrapper.af2_form-type-2 .af2_terminbuchung_time:hover {
	background-color: rgba(var(--rgb), .1) !important;
	border-color: rgba(var(--rgb)) !important;
}

.af2_form_wrapper.af2_form-type-2 .af2_terminbuchung_time.af2_time_selected {
	background-color: rgba(var(--rgb), .2) !important;
	border-color: rgba(var(--rgb)) !important;
}

.af2_form_wrapper.af2_form-type-2 .af2_terminbuchung_times {
	display: flex;
	flex-wrap: wrap;
	overflow-y: scroll;
	max-height: 200px;
	align-items: center;
	flex-direction: row;
	align-content: flex-start;
}

.af2_form_wrapper.af2_form-type-2 .af2_terminbuchung_dur_wrap {
	margin-bottom: 25px;
}

.af2_notification {
	margin: 20px auto;
	font-weight: 500;
	font-size: 17px;
	white-space: pre-wrap;
	padding: 50px;
	color: rgba(var(--rgb), 1) !important;
}

.af2_form_wrapper.af2_form-type-2 .af2_terminbuchung_duration, .af2_form_wrapper.af2_form-type-2 .af2_terminbuchung_time {
	font-size: 15px;
}

.af2_form_wrapper.af2_form-type-2.af2_nm_mobile_view .af2_question {
	width: 100% !important;
}

.af2_form_wrapper.af2_form-type-2.af2_nm_mobile_view .af2_submit_button {
	width: 90% !important;
}

.af2_form_wrapper.af2_form-type-2.af2_nm_mobile_view .af2_question_text {
	line-height: 20px;
}

.af2_form_wrapper.af2_form-type-2.af2_nm_mobile_view .af2_terminbuchungs_wrapper {
	flex-direction: column;
}

.af2_form_wrapper.af2_form-type-2.af2_nm_mobile_view .af2_terminbuchungs_wrap {
	margin-left: 0 !important;
	margin-right: 0 !important;
}

.af2_form_wrapper.af2_form-type-2.af2_nm_mobile_view .af2_terminbuchung_times {
	min-height: 360px !important;
	max-height: 360px !important;
	height: 360px !important;
}

.af2_form_wrapper.af2_form-type-2.af2_nm_mobile_view .af2_terminbuchung_duration {
	width: 45%;
}

.af2_form_wrapper.af2_form-type-2.af2_nm_mobile_view .af2_terminbuchung_durations {
	flex-wrap: wrap;
}

.af2_form_wrapper.af2_form-type-2.af2_nm_ipad_view .af2_question {
	width: 100% !important;
}

.af2_form_wrapper.af2_form-type-2.af2_nm_ipad_view .af2_submit_button {
	width: 90% !important;
}

.af2_form_wrapper.af2_form-type-2.af2_nm_ipad_view .af2_question_text {
	line-height: 20px;
}

.af2_form_wrapper.af2_form-type-2.af2_nm_ipad_view .af2_terminbuchungs_wrapper {
	flex-direction: column;
}

.af2_form_wrapper.af2_form-type-2.af2_nm_ipad_view .af2_terminbuchungs_wrap {
	margin-left: 0 !important;
	margin-right: 0 !important;
}

.af2_form_wrapper.af2_form-type-2.af2_nm_ipad_view .af2_terminbuchung_times {
	min-height: 360px !important;
	max-height: 360px !important;
	height: 360px !important;
}

.af2_form_wrapper.af2_form-type-2.af2_nm_ipad_view .af2_terminbuchung_duration {
	width: 45%;
}

.af2_form_wrapper.af2_form-type-2.af2_nm_ipad_view .af2_terminbuchung_durations {
	flex-wrap: wrap;
}

.af2_form_wrapper.af2_form-type-2 .af2_terminbuchungs_wrap span.select2-selection__arrow {
	display: none;
}

.af2_form_wrapper.af2_form-type-2 .af2_terminbuchungs_wrap span#select2-af2_zeitzone-container.select2-selection__rendered {}

.af2_form_wrapper.af2_form-type-2 .af2_terminbuchungs_wrap span.select2-selection.select2-selection--single {
	border: 0;
}

.af2_form_wrapper.af2_form-type-2 .af2_terminbuchungs_wrap #select2-af2_zeitzone-container.select2-selection__rendered {
	color: rgba(var(--rgb));
	text-decoration: underline;
}

.af2_form_wrapper.af2_form-type-2 .slider_icon {
	margin-left: 30px;
}

.af2_form_wrapper.af2_form-type-2 .af2_terminbuchungs_wrap {
	width: 375px;
}

.af2_form_wrapper.af2_form-type-2 .af2_terminbuchung_datewrapper  .ui-datepicker-calendar tr {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 5px 0;
}

.af2_form_wrapper.af2_form-type-2 .af2_terminbuchung_datewrapper  td, .af2_terminbuchung_datewrapper  th {
	padding: 0 !important;
	border: none !important;
	border-radius: 100px !important;
	display: flex;
	justify-content: center;
	align-content: center;
	width: 30px !important;
}

.af2_form_wrapper.af2_form-type-2 .af2_terminbuchung_datewrapper  .ui-datepicker-current-day {
	background-color: transparent !important;
	padding: 0 !important;
	border: none !important;
	border-radius: 100px !important;
	display: flex;
	justify-content: center;
	align-content: center;
	width: 30px;
}

.af2_form_wrapper.af2_form-type-2 .af2_terminbuchung_datewrapper  .ui-state-active {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 30px;
	border-radius: 100px !important;
	padding: 15px 0;
	border: none;
	width: 30px;
}

.af2_form_wrapper.af2_form-type-2 .af2_terminbuchung_datewrapper td .ui-state-default {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 30px;
	border-radius: 100px !important;
	padding: 5px 0;
	border: none !important;
	width: 30px;
}

.af2_form_wrapper.af2_form-type-2 .af2_terminbuchung_datewrapper  td {
	min-width: 30px !important;
	height: 30px !important;
	padding: 0 !important;
}

.af2_form_wrapper.af2_form-type-2 .af2_terminbuchung_datewrapper  th {
	min-width: 30px !important;
	height: auto !important;
	padding: 0 !important;
}

.af2_form_wrapper.af2_form-type-2 .af2_terminbuchung_datewrapper .ui-datepicker-calendar thead tr {
	margin: 10px 0 0;
}

/* .af2_nm_mobile_view             360px     */

/* .af2_nm_ipad_view               780px     */

/* .af2_nm_desktop_view                      */
.af2_form_wrapper.af2_form-type-2.af2_nm_mobile_view .af2-datepicker.af2_mobile .ui-datepicker-calendar tr {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 5px 0;
}

.af2_form_wrapper.af2_form-type-2.af2_nm_mobile_view .af2-datepicker.af2_mobile td, .af2-datepicker.af2_mobile th {
	padding: 0 !important;
	border: none !important;
	border-radius: 100px !important;
	display: flex;
	justify-content: center;
	align-content: center;
	width: 30px !important;
}

.af2_form_wrapper.af2_form-type-2.af2_nm_mobile_view .af2-datepicker.af2_mobile  .ui-datepicker-current-day {
	background-color: transparent !important;
	padding: 0 !important;
	border: none !important;
	border-radius: 100px !important;
	display: flex;
	justify-content: center;
	align-content: center;
	width: 30px;
}

.af2_form_wrapper.af2_form-type-2.af2_nm_mobile_view .af2-datepicker.af2_mobile  .ui-state-active {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 30px;
	border-radius: 100px !important;
	padding: 15px 0;
	border: none;
	width: 30px;
}

.af2_form_wrapper.af2_form-type-2.af2_nm_mobile_view .af2-datepicker.af2_mobile td .ui-state-default {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 30px;
	border-radius: 100px !important;
	padding: 5px 0;
	border: none !important;
	width: 30px;
}

.af2_form_wrapper.af2_form-type-2.af2_nm_mobile_view .af2-datepicker.af2_mobile td {
	min-width: 30px !important;
	height: 30px !important;
	padding: 0 !important;
}

.af2_form_wrapper.af2_form-type-2.af2_nm_mobile_view .af2_form_heading, .af2_form_wrapper.af2_form-type-2.af2_nm_mobile_view .af2_question_heading_wrapper, .af2_form_wrapper.af2_form-type-2.af2_nm_mobile_view .af2_content_frage, .af2_dateiupload, .af2_form_wrapper.af2_form-type-2.af2_nm_mobile_view .af2_textfeld_frage, .af2_datum_frage, .af2_form_wrapper.af2_form-type-2.af2_nm_mobile_view .af2_slider_frage_wrapper, .af2_form_wrapper.af2_form-type-2.af2_nm_mobile_view .af2_textbereich_frage, .af2_form_wrapper.af2_form-type-2.af2_nm_mobile_view .af2-datepicker, .af2_form_wrapper.af2_form-type-2.af2_nm_mobile_view .af2-datepicker.af2_mobile, .af2_form_wrapper.af2_form-type-2.af2_nm_mobile_view .af2_adress_mapp_wrapper, .af2_form_wrapper.af2_form-type-2.af2_nm_mobile_view .select2.select2-container.select2-container--default {
	width: auto !important;
	min-width: inherit !important;
	max-width: 375px !important;
}

.af2_form_wrapper.af2_form-type-2.af2_nm_mobile_view .af2-datepicker.af2_mobile th {
	min-width: 30px !important;
	height: auto !important;
	padding: 0 !important;
}

.af2_form_wrapper.af2_form-type-2.af2_nm_mobile_view .af2-datepicker.af2_mobile .ui-datepicker-calendar thead tr {
	margin: 10px 0 0;
}

.af2_form_wrapper.af2_form-type-2.af2_nm_mobile_view .af2_form_heading, .af2_form_wrapper.af2_form-type-2.af2_nm_mobile_view .af2_question_heading_wrapper, .af2_form_wrapper.af2_form-type-2.af2_nm_mobile_view .af2_content_frage, .af2_form_wrapper.af2_form-type-2.af2_nm_mobile_view .af2_dateiupload, .af2_form_wrapper.af2_form-type-2.af2_nm_mobile_view .af2_textfeld_frage, .af2_form_wrapper.af2_form-type-2.af2_nm_mobile_view .af2_datum_frage, .af2_form_wrapper.af2_form-type-2.af2_nm_mobile_view .af2_slider_frage_wrapper, .af2_form_wrapper.af2_form-type-2.af2_nm_mobile_view .af2_textbereich_frage, .af2_form_wrapper.af2_form-type-2.af2_nm_mobile_view .af2-datepicker, .af2_form_wrapper.af2_form-type-2.af2_nm_mobile_view .af2-datepicker.af2_mobile, .af2_form_wrapper.af2_form-type-2.af2_nm_mobile_view .af2_adress_mapp_wrapper, .af2_form_wrapper.af2_form-type-2.af2_nm_mobile_view .select2.select2-container.select2-container--default {
	width: calc(100% - 30px) !important;
	min-width: calc(100% - 30px) !important;
	max-width: calc(100% - 30px) !important;
}

.af2_form_wrapper.af2_form-type-2.af2_nm_mobile_view .af2_terminbuchungs_wrap {
	width: 100%;
}

.af2_form_wrapper.af2_form-type-2.af2_nm_mobile_view .af2_terminbuchungs_wrapper {
	min-width: 100% !important;
	max-width: 100% !important;
	width: 100% !important;
}

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

span.select2-container.select2-container--default.select2-container--open {
	z-index: 99999;
}

.iti {
	position: relative;
	display: inline-block;
}

.iti * {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.iti__hide {
	display: none;
}

.iti__v-hide {
	visibility: hidden;
}

.iti input, .iti input[type=text], .iti input[type=tel] {
	position: relative;
	z-index: 0;
	margin-top: 0 !important;
	margin-bottom: 0 !important;
	padding-right: 36px;
	margin-right: 0;
}

.iti__flag-container {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	padding: 1px;
}

.iti__selected-flag {
	z-index: 1;
	position: relative;
	display: flex;
	align-items: center;
	height: 100%;
	padding: 0 6px 0 8px;
}

.iti__arrow {
	margin-left: 6px;
	width: 0;
	height: 0;
	border-left: 3px solid transparent;
	border-right: 3px solid transparent;
	border-top: 4px solid #555;
}

.iti__arrow--up {
	border-top: none;
	border-bottom: 4px solid #555;
}

.iti__country-list {
	position: absolute;
	z-index: 2;
	list-style: none;
	text-align: left;
	padding: 0;
	margin: 0 0 0 -1px;
	box-shadow: 1px 1px 4px rgba(0, 0, 0, .2);
	background-color: white;
	border: 1px solid #ccc;
	white-space: nowrap;
	max-height: 200px;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
}

.iti__country-list--dropup {
	bottom: 100%;
	margin-bottom: -1px;
}

@media (max-width: 500px) {
	.iti__country-list {
		white-space: normal;
	}
}

.iti__flag-box {
	display: inline-block;
	width: 20px;
}

.iti__divider {
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: 1px solid #ccc;
}

.iti__country {
	padding: 5px 10px;
	outline: none;
}

.iti__dial-code {
	color: #999;
}

.iti__country.iti__highlight {
	background-color: rgba(0, 0, 0, .05);
}

.iti__flag-box, .iti__country-name, .iti__dial-code {
	vertical-align: middle;
}

.iti__flag-box, .iti__country-name {
	margin-right: 6px;
}

.iti--allow-dropdown input, .iti--allow-dropdown input[type=text], .iti--allow-dropdown input[type=tel], .iti--separate-dial-code input, .iti--separate-dial-code input[type=text], .iti--separate-dial-code input[type=tel] {
	padding-right: 6px;
	padding-left: 52px;
	margin-left: 0;
}

.iti--allow-dropdown .iti__flag-container, .iti--separate-dial-code .iti__flag-container {
	right: auto;
}

.iti--allow-dropdown .iti__flag-container:hover {
	cursor: pointer;
}

.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
	background-color: rgba(0, 0, 0, .05);
}

.iti--allow-dropdown input[disabled] + .iti__flag-container:hover, .iti--allow-dropdown input[readonly] + .iti__flag-container:hover {
	cursor: default;
}

.iti--allow-dropdown input[disabled] + .iti__flag-container:hover .iti__selected-flag, .iti--allow-dropdown input[readonly] + .iti__flag-container:hover .iti__selected-flag {
	background-color: transparent;
}

.iti--separate-dial-code .iti__selected-flag {
	background-color: rgba(0, 0, 0, .05);
}

.iti--separate-dial-code .iti__selected-dial-code {
	margin-left: 6px;
}

.iti--container {
	position: absolute;
	top: -1000px;
	left: -1000px;
	z-index: 1060;
	padding: 1px;
}

.iti--container:hover {
	cursor: pointer;
}

.iti-mobile .iti--container {
	top: 30px;
	bottom: 30px;
	left: 30px;
	right: 30px;
	position: fixed;
}

.iti-mobile .iti__country-list {
	max-height: 100%;
	width: 100%;
}

.iti-mobile .iti__country {
	padding: 10px 10px;
	line-height: 1.5em;
}

.iti__flag {
	width: 20px;
}

.iti__flag.iti__be {
	width: 18px;
}

.iti__flag.iti__ch {
	width: 15px;
}

.iti__flag.iti__mc {
	width: 19px;
}

.iti__flag.iti__ne {
	width: 18px;
}

.iti__flag.iti__np {
	width: 13px;
}

.iti__flag.iti__va {
	width: 15px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
	.iti__flag {
		background-size: 5652px 15px;
	}
}

.iti__flag.iti__ac {
	height: 10px;
	background-position: 0px 0px;
}

.iti__flag.iti__ad {
	height: 14px;
	background-position: -22px 0px;
}

.iti__flag.iti__ae {
	height: 10px;
	background-position: -44px 0px;
}

.iti__flag.iti__af {
	height: 14px;
	background-position: -66px 0px;
}

.iti__flag.iti__ag {
	height: 14px;
	background-position: -88px 0px;
}

.iti__flag.iti__ai {
	height: 10px;
	background-position: -110px 0px;
}

.iti__flag.iti__al {
	height: 15px;
	background-position: -132px 0px;
}

.iti__flag.iti__am {
	height: 10px;
	background-position: -154px 0px;
}

.iti__flag.iti__ao {
	height: 14px;
	background-position: -176px 0px;
}

.iti__flag.iti__aq {
	height: 14px;
	background-position: -198px 0px;
}

.iti__flag.iti__ar {
	height: 13px;
	background-position: -220px 0px;
}

.iti__flag.iti__as {
	height: 10px;
	background-position: -242px 0px;
}

.iti__flag.iti__at {
	height: 14px;
	background-position: -264px 0px;
}

.iti__flag.iti__au {
	height: 10px;
	background-position: -286px 0px;
}

.iti__flag.iti__aw {
	height: 14px;
	background-position: -308px 0px;
}

.iti__flag.iti__ax {
	height: 13px;
	background-position: -330px 0px;
}

.iti__flag.iti__az {
	height: 10px;
	background-position: -352px 0px;
}

.iti__flag.iti__ba {
	height: 10px;
	background-position: -374px 0px;
}

.iti__flag.iti__bb {
	height: 14px;
	background-position: -396px 0px;
}

.iti__flag.iti__bd {
	height: 12px;
	background-position: -418px 0px;
}

.iti__flag.iti__be {
	height: 15px;
	background-position: -440px 0px;
}

.iti__flag.iti__bf {
	height: 14px;
	background-position: -460px 0px;
}

.iti__flag.iti__bg {
	height: 12px;
	background-position: -482px 0px;
}

.iti__flag.iti__bh {
	height: 12px;
	background-position: -504px 0px;
}

.iti__flag.iti__bi {
	height: 12px;
	background-position: -526px 0px;
}

.iti__flag.iti__bj {
	height: 14px;
	background-position: -548px 0px;
}

.iti__flag.iti__bl {
	height: 14px;
	background-position: -570px 0px;
}

.iti__flag.iti__bm {
	height: 10px;
	background-position: -592px 0px;
}

.iti__flag.iti__bn {
	height: 10px;
	background-position: -614px 0px;
}

.iti__flag.iti__bo {
	height: 14px;
	background-position: -636px 0px;
}

.iti__flag.iti__bq {
	height: 14px;
	background-position: -658px 0px;
}

.iti__flag.iti__br {
	height: 14px;
	background-position: -680px 0px;
}

.iti__flag.iti__bs {
	height: 10px;
	background-position: -702px 0px;
}

.iti__flag.iti__bt {
	height: 14px;
	background-position: -724px 0px;
}

.iti__flag.iti__bv {
	height: 15px;
	background-position: -746px 0px;
}

.iti__flag.iti__bw {
	height: 14px;
	background-position: -768px 0px;
}

.iti__flag.iti__by {
	height: 10px;
	background-position: -790px 0px;
}

.iti__flag.iti__bz {
	height: 14px;
	background-position: -812px 0px;
}

.iti__flag.iti__ca {
	height: 10px;
	background-position: -834px 0px;
}

.iti__flag.iti__cc {
	height: 10px;
	background-position: -856px 0px;
}

.iti__flag.iti__cd {
	height: 15px;
	background-position: -878px 0px;
}

.iti__flag.iti__cf {
	height: 14px;
	background-position: -900px 0px;
}

.iti__flag.iti__cg {
	height: 14px;
	background-position: -922px 0px;
}

.iti__flag.iti__ch {
	height: 15px;
	background-position: -944px 0px;
}

.iti__flag.iti__ci {
	height: 14px;
	background-position: -961px 0px;
}

.iti__flag.iti__ck {
	height: 10px;
	background-position: -983px 0px;
}

.iti__flag.iti__cl {
	height: 14px;
	background-position: -1005px 0px;
}

.iti__flag.iti__cm {
	height: 14px;
	background-position: -1027px 0px;
}

.iti__flag.iti__cn {
	height: 14px;
	background-position: -1049px 0px;
}

.iti__flag.iti__co {
	height: 14px;
	background-position: -1071px 0px;
}

.iti__flag.iti__cp {
	height: 14px;
	background-position: -1093px 0px;
}

.iti__flag.iti__cr {
	height: 12px;
	background-position: -1115px 0px;
}

.iti__flag.iti__cu {
	height: 10px;
	background-position: -1137px 0px;
}

.iti__flag.iti__cv {
	height: 12px;
	background-position: -1159px 0px;
}

.iti__flag.iti__cw {
	height: 14px;
	background-position: -1181px 0px;
}

.iti__flag.iti__cx {
	height: 10px;
	background-position: -1203px 0px;
}

.iti__flag.iti__cy {
	height: 14px;
	background-position: -1225px 0px;
}

.iti__flag.iti__cz {
	height: 14px;
	background-position: -1247px 0px;
}

.iti__flag.iti__de {
	height: 12px;
	background-position: -1269px 0px;
}

.iti__flag.iti__dg {
	height: 10px;
	background-position: -1291px 0px;
}

.iti__flag.iti__dj {
	height: 14px;
	background-position: -1313px 0px;
}

.iti__flag.iti__dk {
	height: 15px;
	background-position: -1335px 0px;
}

.iti__flag.iti__dm {
	height: 10px;
	background-position: -1357px 0px;
}

.iti__flag.iti__do {
	height: 14px;
	background-position: -1379px 0px;
}

.iti__flag.iti__dz {
	height: 14px;
	background-position: -1401px 0px;
}

.iti__flag.iti__ea {
	height: 14px;
	background-position: -1423px 0px;
}

.iti__flag.iti__ec {
	height: 14px;
	background-position: -1445px 0px;
}

.iti__flag.iti__ee {
	height: 13px;
	background-position: -1467px 0px;
}

.iti__flag.iti__eg {
	height: 14px;
	background-position: -1489px 0px;
}

.iti__flag.iti__eh {
	height: 10px;
	background-position: -1511px 0px;
}

.iti__flag.iti__er {
	height: 10px;
	background-position: -1533px 0px;
}

.iti__flag.iti__es {
	height: 14px;
	background-position: -1555px 0px;
}

.iti__flag.iti__et {
	height: 10px;
	background-position: -1577px 0px;
}

.iti__flag.iti__eu {
	height: 14px;
	background-position: -1599px 0px;
}

.iti__flag.iti__fi {
	height: 12px;
	background-position: -1621px 0px;
}

.iti__flag.iti__fj {
	height: 10px;
	background-position: -1643px 0px;
}

.iti__flag.iti__fk {
	height: 10px;
	background-position: -1665px 0px;
}

.iti__flag.iti__fm {
	height: 11px;
	background-position: -1687px 0px;
}

.iti__flag.iti__fo {
	height: 15px;
	background-position: -1709px 0px;
}

.iti__flag.iti__fr {
	height: 14px;
	background-position: -1731px 0px;
}

.iti__flag.iti__ga {
	height: 15px;
	background-position: -1753px 0px;
}

.iti__flag.iti__gb {
	height: 10px;
	background-position: -1775px 0px;
}

.iti__flag.iti__gd {
	height: 12px;
	background-position: -1797px 0px;
}

.iti__flag.iti__ge {
	height: 14px;
	background-position: -1819px 0px;
}

.iti__flag.iti__gf {
	height: 14px;
	background-position: -1841px 0px;
}

.iti__flag.iti__gg {
	height: 14px;
	background-position: -1863px 0px;
}

.iti__flag.iti__gh {
	height: 14px;
	background-position: -1885px 0px;
}

.iti__flag.iti__gi {
	height: 10px;
	background-position: -1907px 0px;
}

.iti__flag.iti__gl {
	height: 14px;
	background-position: -1929px 0px;
}

.iti__flag.iti__gm {
	height: 14px;
	background-position: -1951px 0px;
}

.iti__flag.iti__gn {
	height: 14px;
	background-position: -1973px 0px;
}

.iti__flag.iti__gp {
	height: 14px;
	background-position: -1995px 0px;
}

.iti__flag.iti__gq {
	height: 14px;
	background-position: -2017px 0px;
}

.iti__flag.iti__gr {
	height: 14px;
	background-position: -2039px 0px;
}

.iti__flag.iti__gs {
	height: 10px;
	background-position: -2061px 0px;
}

.iti__flag.iti__gt {
	height: 13px;
	background-position: -2083px 0px;
}

.iti__flag.iti__gu {
	height: 11px;
	background-position: -2105px 0px;
}

.iti__flag.iti__gw {
	height: 10px;
	background-position: -2127px 0px;
}

.iti__flag.iti__gy {
	height: 12px;
	background-position: -2149px 0px;
}

.iti__flag.iti__hk {
	height: 14px;
	background-position: -2171px 0px;
}

.iti__flag.iti__hm {
	height: 10px;
	background-position: -2193px 0px;
}

.iti__flag.iti__hn {
	height: 10px;
	background-position: -2215px 0px;
}

.iti__flag.iti__hr {
	height: 10px;
	background-position: -2237px 0px;
}

.iti__flag.iti__ht {
	height: 12px;
	background-position: -2259px 0px;
}

.iti__flag.iti__hu {
	height: 10px;
	background-position: -2281px 0px;
}

.iti__flag.iti__ic {
	height: 14px;
	background-position: -2303px 0px;
}

.iti__flag.iti__id {
	height: 14px;
	background-position: -2325px 0px;
}

.iti__flag.iti__ie {
	height: 10px;
	background-position: -2347px 0px;
}

.iti__flag.iti__il {
	height: 15px;
	background-position: -2369px 0px;
}

.iti__flag.iti__im {
	height: 10px;
	background-position: -2391px 0px;
}

.iti__flag.iti__in {
	height: 14px;
	background-position: -2413px 0px;
}

.iti__flag.iti__io {
	height: 10px;
	background-position: -2435px 0px;
}

.iti__flag.iti__iq {
	height: 14px;
	background-position: -2457px 0px;
}

.iti__flag.iti__ir {
	height: 12px;
	background-position: -2479px 0px;
}

.iti__flag.iti__is {
	height: 15px;
	background-position: -2501px 0px;
}

.iti__flag.iti__it {
	height: 14px;
	background-position: -2523px 0px;
}

.iti__flag.iti__je {
	height: 12px;
	background-position: -2545px 0px;
}

.iti__flag.iti__jm {
	height: 10px;
	background-position: -2567px 0px;
}

.iti__flag.iti__jo {
	height: 10px;
	background-position: -2589px 0px;
}

.iti__flag.iti__jp {
	height: 14px;
	background-position: -2611px 0px;
}

.iti__flag.iti__ke {
	height: 14px;
	background-position: -2633px 0px;
}

.iti__flag.iti__kg {
	height: 12px;
	background-position: -2655px 0px;
}

.iti__flag.iti__kh {
	height: 13px;
	background-position: -2677px 0px;
}

.iti__flag.iti__ki {
	height: 10px;
	background-position: -2699px 0px;
}

.iti__flag.iti__km {
	height: 12px;
	background-position: -2721px 0px;
}

.iti__flag.iti__kn {
	height: 14px;
	background-position: -2743px 0px;
}

.iti__flag.iti__kp {
	height: 10px;
	background-position: -2765px 0px;
}

.iti__flag.iti__kr {
	height: 14px;
	background-position: -2787px 0px;
}

.iti__flag.iti__kw {
	height: 10px;
	background-position: -2809px 0px;
}

.iti__flag.iti__ky {
	height: 10px;
	background-position: -2831px 0px;
}

.iti__flag.iti__kz {
	height: 10px;
	background-position: -2853px 0px;
}

.iti__flag.iti__la {
	height: 14px;
	background-position: -2875px 0px;
}

.iti__flag.iti__lb {
	height: 14px;
	background-position: -2897px 0px;
}

.iti__flag.iti__lc {
	height: 10px;
	background-position: -2919px 0px;
}

.iti__flag.iti__li {
	height: 12px;
	background-position: -2941px 0px;
}

.iti__flag.iti__lk {
	height: 10px;
	background-position: -2963px 0px;
}

.iti__flag.iti__lr {
	height: 11px;
	background-position: -2985px 0px;
}

.iti__flag.iti__ls {
	height: 14px;
	background-position: -3007px 0px;
}

.iti__flag.iti__lt {
	height: 12px;
	background-position: -3029px 0px;
}

.iti__flag.iti__lu {
	height: 12px;
	background-position: -3051px 0px;
}

.iti__flag.iti__lv {
	height: 10px;
	background-position: -3073px 0px;
}

.iti__flag.iti__ly {
	height: 10px;
	background-position: -3095px 0px;
}

.iti__flag.iti__ma {
	height: 14px;
	background-position: -3117px 0px;
}

.iti__flag.iti__mc {
	height: 15px;
	background-position: -3139px 0px;
}

.iti__flag.iti__md {
	height: 10px;
	background-position: -3160px 0px;
}

.iti__flag.iti__me {
	height: 10px;
	background-position: -3182px 0px;
}

.iti__flag.iti__mf {
	height: 14px;
	background-position: -3204px 0px;
}

.iti__flag.iti__mg {
	height: 14px;
	background-position: -3226px 0px;
}

.iti__flag.iti__mh {
	height: 11px;
	background-position: -3248px 0px;
}

.iti__flag.iti__mk {
	height: 10px;
	background-position: -3270px 0px;
}

.iti__flag.iti__ml {
	height: 14px;
	background-position: -3292px 0px;
}

.iti__flag.iti__mm {
	height: 14px;
	background-position: -3314px 0px;
}

.iti__flag.iti__mn {
	height: 10px;
	background-position: -3336px 0px;
}

.iti__flag.iti__mo {
	height: 14px;
	background-position: -3358px 0px;
}

.iti__flag.iti__mp {
	height: 10px;
	background-position: -3380px 0px;
}

.iti__flag.iti__mq {
	height: 14px;
	background-position: -3402px 0px;
}

.iti__flag.iti__mr {
	height: 14px;
	background-position: -3424px 0px;
}

.iti__flag.iti__ms {
	height: 10px;
	background-position: -3446px 0px;
}

.iti__flag.iti__mt {
	height: 14px;
	background-position: -3468px 0px;
}

.iti__flag.iti__mu {
	height: 14px;
	background-position: -3490px 0px;
}

.iti__flag.iti__mv {
	height: 14px;
	background-position: -3512px 0px;
}

.iti__flag.iti__mw {
	height: 14px;
	background-position: -3534px 0px;
}

.iti__flag.iti__mx {
	height: 12px;
	background-position: -3556px 0px;
}

.iti__flag.iti__my {
	height: 10px;
	background-position: -3578px 0px;
}

.iti__flag.iti__mz {
	height: 14px;
	background-position: -3600px 0px;
}

.iti__flag.iti__na {
	height: 14px;
	background-position: -3622px 0px;
}

.iti__flag.iti__nc {
	height: 10px;
	background-position: -3644px 0px;
}

.iti__flag.iti__ne {
	height: 15px;
	background-position: -3666px 0px;
}

.iti__flag.iti__nf {
	height: 10px;
	background-position: -3686px 0px;
}

.iti__flag.iti__ng {
	height: 10px;
	background-position: -3708px 0px;
}

.iti__flag.iti__ni {
	height: 12px;
	background-position: -3730px 0px;
}

.iti__flag.iti__nl {
	height: 14px;
	background-position: -3752px 0px;
}

.iti__flag.iti__no {
	height: 15px;
	background-position: -3774px 0px;
}

.iti__flag.iti__np {
	height: 15px;
	background-position: -3796px 0px;
}

.iti__flag.iti__nr {
	height: 10px;
	background-position: -3811px 0px;
}

.iti__flag.iti__nu {
	height: 10px;
	background-position: -3833px 0px;
}

.iti__flag.iti__nz {
	height: 10px;
	background-position: -3855px 0px;
}

.iti__flag.iti__om {
	height: 10px;
	background-position: -3877px 0px;
}

.iti__flag.iti__pa {
	height: 14px;
	background-position: -3899px 0px;
}

.iti__flag.iti__pe {
	height: 14px;
	background-position: -3921px 0px;
}

.iti__flag.iti__pf {
	height: 14px;
	background-position: -3943px 0px;
}

.iti__flag.iti__pg {
	height: 15px;
	background-position: -3965px 0px;
}

.iti__flag.iti__ph {
	height: 10px;
	background-position: -3987px 0px;
}

.iti__flag.iti__pk {
	height: 14px;
	background-position: -4009px 0px;
}

.iti__flag.iti__pl {
	height: 13px;
	background-position: -4031px 0px;
}

.iti__flag.iti__pm {
	height: 14px;
	background-position: -4053px 0px;
}

.iti__flag.iti__pn {
	height: 10px;
	background-position: -4075px 0px;
}

.iti__flag.iti__pr {
	height: 14px;
	background-position: -4097px 0px;
}

.iti__flag.iti__ps {
	height: 10px;
	background-position: -4119px 0px;
}

.iti__flag.iti__pt {
	height: 14px;
	background-position: -4141px 0px;
}

.iti__flag.iti__pw {
	height: 13px;
	background-position: -4163px 0px;
}

.iti__flag.iti__py {
	height: 11px;
	background-position: -4185px 0px;
}

.iti__flag.iti__qa {
	height: 8px;
	background-position: -4207px 0px;
}

.iti__flag.iti__re {
	height: 14px;
	background-position: -4229px 0px;
}

.iti__flag.iti__ro {
	height: 14px;
	background-position: -4251px 0px;
}

.iti__flag.iti__rs {
	height: 14px;
	background-position: -4273px 0px;
}

.iti__flag.iti__ru {
	height: 14px;
	background-position: -4295px 0px;
}

.iti__flag.iti__rw {
	height: 14px;
	background-position: -4317px 0px;
}

.iti__flag.iti__sa {
	height: 14px;
	background-position: -4339px 0px;
}

.iti__flag.iti__sb {
	height: 10px;
	background-position: -4361px 0px;
}

.iti__flag.iti__sc {
	height: 10px;
	background-position: -4383px 0px;
}

.iti__flag.iti__sd {
	height: 10px;
	background-position: -4405px 0px;
}

.iti__flag.iti__se {
	height: 13px;
	background-position: -4427px 0px;
}

.iti__flag.iti__sg {
	height: 14px;
	background-position: -4449px 0px;
}

.iti__flag.iti__sh {
	height: 10px;
	background-position: -4471px 0px;
}

.iti__flag.iti__si {
	height: 10px;
	background-position: -4493px 0px;
}

.iti__flag.iti__sj {
	height: 15px;
	background-position: -4515px 0px;
}

.iti__flag.iti__sk {
	height: 14px;
	background-position: -4537px 0px;
}

.iti__flag.iti__sl {
	height: 14px;
	background-position: -4559px 0px;
}

.iti__flag.iti__sm {
	height: 15px;
	background-position: -4581px 0px;
}

.iti__flag.iti__sn {
	height: 14px;
	background-position: -4603px 0px;
}

.iti__flag.iti__so {
	height: 14px;
	background-position: -4625px 0px;
}

.iti__flag.iti__sr {
	height: 14px;
	background-position: -4647px 0px;
}

.iti__flag.iti__ss {
	height: 10px;
	background-position: -4669px 0px;
}

.iti__flag.iti__st {
	height: 10px;
	background-position: -4691px 0px;
}

.iti__flag.iti__sv {
	height: 12px;
	background-position: -4713px 0px;
}

.iti__flag.iti__sx {
	height: 14px;
	background-position: -4735px 0px;
}

.iti__flag.iti__sy {
	height: 14px;
	background-position: -4757px 0px;
}

.iti__flag.iti__sz {
	height: 14px;
	background-position: -4779px 0px;
}

.iti__flag.iti__ta {
	height: 10px;
	background-position: -4801px 0px;
}

.iti__flag.iti__tc {
	height: 10px;
	background-position: -4823px 0px;
}

.iti__flag.iti__td {
	height: 14px;
	background-position: -4845px 0px;
}

.iti__flag.iti__tf {
	height: 14px;
	background-position: -4867px 0px;
}

.iti__flag.iti__tg {
	height: 13px;
	background-position: -4889px 0px;
}

.iti__flag.iti__th {
	height: 14px;
	background-position: -4911px 0px;
}

.iti__flag.iti__tj {
	height: 10px;
	background-position: -4933px 0px;
}

.iti__flag.iti__tk {
	height: 10px;
	background-position: -4955px 0px;
}

.iti__flag.iti__tl {
	height: 10px;
	background-position: -4977px 0px;
}

.iti__flag.iti__tm {
	height: 14px;
	background-position: -4999px 0px;
}

.iti__flag.iti__tn {
	height: 14px;
	background-position: -5021px 0px;
}

.iti__flag.iti__to {
	height: 10px;
	background-position: -5043px 0px;
}

.iti__flag.iti__tr {
	height: 14px;
	background-position: -5065px 0px;
}

.iti__flag.iti__tt {
	height: 12px;
	background-position: -5087px 0px;
}

.iti__flag.iti__tv {
	height: 10px;
	background-position: -5109px 0px;
}

.iti__flag.iti__tw {
	height: 14px;
	background-position: -5131px 0px;
}

.iti__flag.iti__tz {
	height: 14px;
	background-position: -5153px 0px;
}

.iti__flag.iti__ua {
	height: 14px;
	background-position: -5175px 0px;
}

.iti__flag.iti__ug {
	height: 14px;
	background-position: -5197px 0px;
}

.iti__flag.iti__um {
	height: 11px;
	background-position: -5219px 0px;
}

.iti__flag.iti__un {
	height: 14px;
	background-position: -5241px 0px;
}

.iti__flag.iti__us {
	height: 11px;
	background-position: -5263px 0px;
}

.iti__flag.iti__uy {
	height: 14px;
	background-position: -5285px 0px;
}

.iti__flag.iti__uz {
	height: 10px;
	background-position: -5307px 0px;
}

.iti__flag.iti__va {
	height: 15px;
	background-position: -5329px 0px;
}

.iti__flag.iti__vc {
	height: 14px;
	background-position: -5346px 0px;
}

.iti__flag.iti__ve {
	height: 14px;
	background-position: -5368px 0px;
}

.iti__flag.iti__vg {
	height: 10px;
	background-position: -5390px 0px;
}

.iti__flag.iti__vi {
	height: 14px;
	background-position: -5412px 0px;
}

.iti__flag.iti__vn {
	height: 14px;
	background-position: -5434px 0px;
}

.iti__flag.iti__vu {
	height: 12px;
	background-position: -5456px 0px;
}

.iti__flag.iti__wf {
	height: 14px;
	background-position: -5478px 0px;
}

.iti__flag.iti__ws {
	height: 10px;
	background-position: -5500px 0px;
}

.iti__flag.iti__xk {
	height: 15px;
	background-position: -5522px 0px;
}

.iti__flag.iti__ye {
	height: 14px;
	background-position: -5544px 0px;
}

.iti__flag.iti__yt {
	height: 14px;
	background-position: -5566px 0px;
}

.iti__flag.iti__za {
	height: 14px;
	background-position: -5588px 0px;
}

.iti__flag.iti__zm {
	height: 14px;
	background-position: -5610px 0px;
}

.iti__flag.iti__zw {
	height: 10px;
	background-position: -5632px 0px;
}

.iti__flag {
	height: 15px;
	box-shadow: 0px 0px 1px 0px #888;
	background-image: url("https://cdn-ikpmggl.nitrocdn.com/MGcvJMPBdcSPzeprtlwwXIjbslSMziDE/assets/images/source/rev-364b216/gr-ferma.de/wp-content/plugins/Funnelforms-pro/res/images/flags.png");
	background-repeat: no-repeat;
	background-color: #dbdbdb;
	background-position: 20px 0;
}

.iti__flag.nitro-lazy {
	background-image: none !important;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
	.iti__flag {
		background-image: url("https://cdn-ikpmggl.nitrocdn.com/MGcvJMPBdcSPzeprtlwwXIjbslSMziDE/assets/images/optimized/rev-364b216/gr-ferma.de/wp-content/plugins/Funnelforms-pro/res/images/flags@2x.png");
	}
	
	.iti__flag.nitro-lazy {
		background-image: none !important;
	}
}

.iti__flag.iti__np {
	background-color: transparent;
}

.wdt_intl_dropdown li.iti__country.iti__standard {
	white-space: normal;
}

.iti--allow-dropdown input.filter_country {
	padding-left: 10px !important;
	width: 96%;
	padding-top: 5px;
	padding-bottom: 5px;
}

ul.iti__country-list li.iti__country.iti__standard.filter_input_box span {
	width: 100%;
	display: block;
	border-bottom: 1px solid #333;
	padding-bottom: 4px;
}

.af2_form .iti.iti--allow-dropdown {
	z-index: 10;
	width: auto;
	margin: auto;
}

.wdt_intl_dropdown ul.iti__country-list {
	z-index: 2;
	list-style: none;
	position: absolute;
	padding: 0;
	margin: 1px 0 10px -1px;
	box-shadow: 1px 2px 10px rgba(0, 0, 0, .35);
	background-color: white;
	width: 437px;
	max-height: 200px;
	overflow-y: scroll;
	border-radius: 0 0 3px 3px;
}

.wdt_intl_dropdown ul .filter_input_box {
	position: sticky;
	top: 0;
	background-color: #fff;
	padding: 10px 0 6px 10px;
}

.iti {
	height: 50px;
}

.iti--allow-dropdown .iti__flag-container:hover {
	background-color: transparent !important;
}

.wdt_intl_dropdown  ul li.iti__country.iti__standard {
	font-size: 14px;
}

@media only screen and (max-width: 1161px) {
	.wdt_intl_dropdown ul.iti__country-list {
		width: 290px !important;
	}
}

@media only screen and (max-width: 800px) {
	.wdt_intl_dropdown ul.iti__country-list {
		width: 500px !important;
	}
}

@media only screen and (max-width: 678px) {
	.wdt_intl_dropdown ul.iti__country-list {
		width: 400px !important;
	}
}

@media only screen and (max-width: 550px) {
	.wdt_intl_dropdown ul.iti__country-list {
		width: 320px !important;
	}
}

@media only screen and (max-width: 450px) {
	.wdt_intl_dropdown ul.iti__country-list {
		width: 264px !important;
	}
}

.iti__flag-container {
	width: unset;
	height: unset;
	background: unset;
}
