@charset "UTF-8";

.banner-area,
.content-header,
.entry__field,
.navbar,
.owl-carousel,
.sib-form .form__entry,
header,
html,
nav.bootsnav .container {
	position: relative
}

input,
input[type=file],
select,
textarea {
	font-family: Arial, sans-serif;
	color: #3c4858
}

#navbar-date,
.checkbox-item.checked,
.radio-item.checked {
	background: #f0f55f
}

#internet-connection {
	background-color: #190023
}

body,
html {
	scroll-behavior: smooth
}

@font-face {
	font-display: swap;
	font-family: AcidGrotesk-OneQrew-Bold;
	src: url(../fonts/AcidGrotesk-OneQrew-Bold.otf) format("embedded-opentype"), url(../fonts/AcidGrotesk-OneQrew-Bold.woff2) format("woff2"), url(../fonts/AcidGrotesk-OneQrew-Bold.woff) format("woff")
}

@font-face {
	font-display: swap;
	font-family: AcidGrotesk-OneQrew-Medium;
	src: url(../fonts/AcidGrotesk-OneQrew-Medium.otf) format("embedded-opentype"), url(../fonts/AcidGrotesk-OneQrew-Medium.woff2) format("woff2"), url(../fonts/AcidGrotesk-OneQrew-Medium.woff) format("woff")
}

@font-face {
	font-display: swap;
	font-family: AcidGrotesk-OneQrew-Book;
	src: url(../fonts/AcidGrotesk-OneQrew-Book.otf) format("embedded-opentype"), url(../fonts/AcidGrotesk-OneQrew-Book.woff2) format("woff2"), url(../fonts/AcidGrotesk-OneQrew-Book.woff) format("woff")
}

#video-overlay,
div.alert,
span.checkbox {
	display: none
}

.navbar-brand>img.alert {
	transform: scale(1);
	animation: 2s infinite pulse
}

#alert {
	display: none !important;
	z-index: 9999;
	position: absolute;
	bottom: 0;
	font-size: 1.1rem;
	border-bottom: 1px solid #f0f55f;
	color: #000;
	right: 30%
}

.separator {
	height: 1px;
	width: 100%;
	margin: 8px 0;
	display: inline-block;
	background: #ddd
}

body {
	overflow-x: hidden;
	height: 100vh;
	width: 100vw;
	display: flex;
	flex-direction: column;
	min-height: 100vh
}

@media (min-width:768px) {
	.content-header {
		min-height: 125px
	}
}

#submit-form,
#unknown-person span {
	background-color: #190023
}

.wrapper {
	position: relative
}

.content-wrapper {
	background-color: #190023;
	flex: 1;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 3em 0
}

#sales-person-list,
.content-box {
	padding: 2rem;
	width: 95%;
	box-shadow: 0 2px 10px rgba(0, 0, 0, .1)
}

#submit-form {
	font-size: 16px;
	text-align: left;
	letter-spacing: 1px;
	font-weight: 700;
	font-family: AcidGrotesk-OneQrew-Medium, Arial, sans-serif;
	color: #fff;
	border-radius: 6px;
	padding: 20px 40px;
	margin: 15px 0
}

#expo {
	font-family: AcidGrotesk-OneQrew-Book;
	font-size: 12px;
	text-align: center
}

#navbar-date {
	font-family: AcidGrotesk-OneQrew-Book;
	font-size: 14px;
	text-align: center
}

.content-box {
	background-color: #fff;
	border-radius: 8px;
	max-width: 800px;
	box-sizing: border-box;
	max-height: 100%;
	height: 100%;
	overflow-y: auto
}

#internet-connection,
.banner-area .form-box,
.btn,
.nope,
.sib-menu__item,
.site-heading,
.visually-hidden,
header,
svg:not(:root) {
	overflow: hidden
}

.content-header #qrcode {
	position: absolute;
	top: -30px;
	right: -20px
}

.form-subheadline {
	font-size: 2.5rem;
	border-bottom: 2px solid #f0f55f;
	color: #190023;
	margin-bottom: 2rem;
	padding: 5px 15px;
	font-weight: 700
}

.form-section {
	margin-bottom: 1rem;
	padding: 1rem;
	background-color: #fff
}

.form-section .row {
	display: flex;
	flex-direction: column;
	justify-content: stretch
}

.form__entry {
	margin-bottom: 1rem
}

.form__label-row {
	display: flex;
	align-items: center
}

input,
select,
textarea {
	border: 1px solid #ddd;
	box-shadow: inherit;
	border-radius: 4px;
	font-size: 16px
}

input:focus,
input:focus-visible,
textarea:focus,
textarea:focus-visible {
	outline: #f0f55f solid 1px
}

.file-input {
	width: 100%;
	padding: .5rem;
	font-size: 1rem;
	border: 2px solid #f0f55f;
	border-radius: 4px;
	box-sizing: border-box
}

.input-group,
.input-item,
.textarea-item {
	display: flex;
	flex-direction: column
}

.checkbox-group,
.input-group,
.radio-group {
	display: flex;
	flex-wrap: wrap;
	gap: .75rem;
	justify-content: space-between;
	padding: 15px;
	background-color: #f9f9f9
}

.input-group {
	flex-wrap: nowrap
}

.checkbox-item,
.radio-item {
	flex: 1 1 calc(50% - 16px);
	box-sizing: border-box;
	display: flex;
	align-items: center;
	background-color: #fff;
	padding: 10px;
	border: 1px solid #ddd;
	border-radius: 4px;
	transition: background-color .3s;
	cursor: pointer
}

.checkbox,
.radiobutton {
	width: 20px;
	height: 20px;
	margin-right: 8px;
	cursor: pointer
}

#uploadedImage {
	max-width: 100%;
	padding: 10px
}

.labeltext {
	font-family: AcidGrotesk-OneQrew-Medium, sans-serif
}

.entry__error--primary {
	color: red;
	font-size: .9rem;
	margin-top: .5rem
}

@media (max-width:768px) {
	.content-header h2 {
		margin-bottom: 2rem;
		margin-top: 2rem
	}

	.content-box {
		padding: 4rem 0
	}

	#submit-form {
		margin: 0 auto;
		display: block
	}

	.checkbox-item {
		flex: 1 1 calc(50% - 16px)
	}

	.form-section {
		padding: 0
	}

	.content-box {
		width: 100%;
		max-width: 100%;
		padding: 0
	}

	.checkbox-group,
	.input-group,
	.radio-group {
		background-color: #fff
	}

	.checkbox-item,
	.radio-item {
		background-color: #f9f9f9
	}
}

.delete-uploaded-image {
	position: absolute;
	top: 50%;
	right: .5rem;
	transform: translateY(-50%);
	background: 0 0;
	border: none;
	padding: 0;
	cursor: pointer;
	outline: 0
}

.delete-uploaded-image svg {
	width: 24px;
	height: 24px;
	fill: #190023
}

#deleteUploadedImage {
	margin: 0;
	position: absolute;
	right: 6px;
	top: 4px;
	cursor: pointer;
	display: none
}

.delete-uploaded-image:hover svg {
	fill: #300047
}

input[type=file] {
	font-size: 14px;
	background-color: #fff;
	font-weight: 400;
	border-radius: 6px;
	cursor: pointer;
	max-width: 100%;
	width: 100%
}

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

@media (max-width:480px) {
	.checkbox-item {
		flex: 1 1 100%
	}

	.content-box {
		padding: 3rem 1rem;
		max-width: 100%
	}
}

header {
	background-color: #fff
}

.navbar-header {
	display: flex;
	align-items: center;
	position: relative;
	height: 75px
}

.navbar-brand {
	margin-right: auto
}

.navbar-brand img {
	max-width: 300px;
	height: auto
}

#navbar-date {
	position: absolute;
	top: 0;
	right: 0;
	width: 150px;
	color: #190023;
	padding: 0 25px;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	height: 30px;
	line-height: 30px
}

#expo-name {
	position: absolute;
	right: 0;
	bottom: 0
}

#expo {
	color: #000;
	border: 0;
	height: 40px;
	width: 150px;
	background-color: #f0f55f;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px
}

@media (max-width:560px) {

	#PRODUCT_INTERESTS div.entry__choice>div,
	#RECALL>div {
		width: 100% !important
	}

	#APPOINTMENT div.entry__choice {
		text-align: center !important
	}

	#APPOINTMENT div.entry__choice label {
		padding: 0 !important
	}

	#APPOINTMENT #APPOINTMENT_DATE {
		margin: 0 auto;
		display: block
	}
}

label.entry__error.entry__error--primary {
	padding: 0 !important
}

.hide,
.show {
	transition: .1s
}

body,
input[type=date],
p {
	font-weight: 400
}

p,
ul {
	margin: 0 0 10px
}

p,
select option {
	color: #666
}

button,
html {
	overflow: visible
}

button,
p,
select {
	text-transform: none
}

#internet-connection,
#internet-connection h3,
#sales-person-list,
#sales-person-list h4,
.btn,
.text-center {
	text-align: center
}

.banner-area .box-cell,
.btn,
img {
	vertical-align: middle
}

.btn,
.sib-form-block,
a,
button,
img {
	outline: 0
}

hr {
	border-top: 1px solid #fff;
	color: #eee
}

#sales-person-list li:active,
#sales-person-list li:hover {
	background-color: #f0f55f;
	border-radius: 9px
}

#salesPersonName {
	cursor: pointer;
	margin-top: 10px;
	display: inline-block;
	hyphens: auto
}

#sales-person-dialog {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: rgba(0, 0, 0, .5);
	display: flex;
	justify-content: center;
	align-items: flex-start;
	padding-top: 10vh;
	visibility: visible;
	opacity: 1;
	transition: opacity .3s, visibility .3s
}

#sales-person-list {
	background: #fff;
	border-radius: 8px;
	max-width: 500px
}

.sales-person-container {
	display: flex;
	gap: 1rem;
	flex-wrap: wrap
}

.sales-person-container ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
	width: 100%
}

.sales-person-container li {
	flex: 0 0 calc(50% - 0.5rem);
	font-size: 14px;
	padding: .5rem;
	background: #eee;
	border-radius: 6px;
	text-align: center;
	cursor: pointer
}

@media (max-width:400px) {
	.sales-person-container li {
		flex: 0 0 100%
	}
}

.unknown-person-container {
	margin-top: 1rem;
	padding: 1rem;
	background-color: #eee;
	border-radius: 8px;
	width: 100%
}

#unknown-person {
	display: flex;
	align-items: center;
	gap: .75rem;
	width: 100%
}

#unknown-person input {
	flex: 1;
	padding: .5rem 1rem;
	border: 1px solid #ccc;
	box-sizing: border-box;
	border-radius: 4px
}

#unknown-person span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: .5rem 1rem;
	color: #fff;
	border: 1px solid #190023;
	border-radius: 4px;
	cursor: pointer;
	transition: background-color .3s;
	font-family: AcidGrotesk-OneQrew-Book, Arial, sans-serif;
	white-space: nowrap
}

#unknown-person span:hover {
	background-color: #300047
}

@media (max-width:600px) {
	#unknown-person {
		flex-direction: column;
		align-items: stretch
	}

	#unknown-person input,
	#unknown-person span {
		width: 100%;
		border-radius: 4px
	}

	#unknown-person span {
		border-left: 1px solid #190023;
		margin-top: .5rem
	}
}

#internet-connection,
.nope {
	height: 100%
}

#internet-connection {
	top: 0;
	color: #fff;
	backdrop-filter: blur(10px);
	z-index: 10000;
	width: 100%
}

#internet-connection h3 {
	color: #fff;
	z-index: 9999;
	margin: 20% 0;
	display: inline-block
}

.hide {
	display: none !important;
	visibility: hidden !important
}

#deleteUploadedImage.show,
.show {
	display: block !important
}

.show {
	visibility: visible !important
}

#salesPersonName,
h1 {
	font-family: AcidGrotesk-OneQrew-Bold !important
}

h2,
h3 {
	font-family: AcidGrotesk-OneQrew-Book !important
}

.sales-person-container li,
a {
	font-family: AcidGrotesk-OneQrew-Book
}

.labeltext,
a {
	background-color: transparent
}

button.sib-form-block__button.sib-form-block__button-with-loader:hover {
	background-color: #463250 !important
}

input[type=checkbox]:checked+label,
input[type=radio]:checked+label {
	background-color: #f0f55f;
	color: #190023
}

input.input,
textarea,
select {
	padding: 1rem
}

.sib-form span.entry__choice {
	text-indent: 0 !important
}

.testimonials-area .testimonial-items .owl-dots .owl-dot span {
	background: #fff;
	border: 2px solid;
	height: 15px;
	margin: 0 5px;
	width: 15px
}

.testimonials-area .testimonial-items .owl-dots .owl-dot.active span {
	background: #190023;
	border-color: #190023
}

.companies-area .clients-items .owl-nav,
.companies-area .info p,
.feature-content-items .item p {
	margin: 0
}

#salesPersonName,
.companies-area .clients-items .owl-nav .owl-prev {
	border-bottom: 2px solid #ff0
}

.companies-area .clients-items .owl-nav .owl-next {
	background: 0 0;
	color: #fff;
	font-size: 30px;
	height: 35px;
	line-height: 35px;
	margin-top: -18px;
	padding: 0;
	position: absolute;
	text-align: center;
	top: 50%;
	width: 35px;
	left: auto;
	right: -25px
}

.attr-nav {
	float: right;
	display: inline-block;
	margin-left: 15px
}

.attr-nav>ul {
	padding: 0;
	margin: 0 0 -17px;
	list-style: none;
	display: inline-block
}

nav.navbar.bootsnav.navbar-fixed {
	display: block;
	position: fixed;
	width: 100%;
	z-index: 100;
	box-shadow: 0 8px 25px 0 rgba(0, 0, 0, .04);
	-moz-box-shadow: 0 8px 25px 0 rgba(0, 0, 0, .04);
	-webkit-box-shadow: 0 8px 25px 0 rgba(0, 0, 0, .04);
	-o-box-shadow: 0 8px 25px 0 rgba(0, 0, 0, .04);
	top: 0
}

@media (max-width:1023px) {
	img.logo {
		max-width: 200px !important
	}

	nav.navbar.bootsnav .navbar-brand {
		display: inline-block
	}

	.form-box {
		width: auto !important
	}

	nav.navbar.bootsnav .navbar-header {
		float: none;
		display: block;
		text-align: center;
		padding-left: 30px;
		padding-right: 30px
	}

	.attr-nav>ul>li {
		padding: 11px 0 !important
	}

	.navbar.navbar-fixed .attr-nav>ul>li {
		padding: 16px 0 !important
	}

	.attr-nav>ul>li>a {
		padding: 17px 0 !important
	}

	.attr-nav {
		position: absolute;
		right: 60px
	}

	.attr-nav>ul {
		padding: 0;
		margin: 0 -15px -7px 0
	}

	nav.navbar.bootsnav.navbar-fixed .logo-scrolled {
		display: block !important
	}

	nav.navbar.bootsnav.navbar-fixed .logo-display {
		display: none !important
	}
}

@media (max-width:767px) {

	#expo-name,
	#navbar-date {
		margin-left: auto;
		margin-right: 0
	}

	.navbar-brand {
		margin-right: 0
	}

	#form>div.form-box {
		width: 100% !important
	}

	.hide-mobile {
		display: none
	}

	.legalText {
		max-width: 350px
	}

	nav.navbar.bootsnav .navbar-header {
		padding-left: 15px;
		padding-right: 15px
	}

	.attr-nav {
		right: 30px
	}

	.attr-nav>ul {
		margin-right: -25px
	}

	.attr-nav>ul>li>a {
		padding: 16px 10px 15px;
		padding-left: 0 !important
	}
}

.banner-area a,
.bulletpoint i {
	margin-right: 5px
}

.banner-area .box-cell,
.banner-area .box-cell div,
.navbar-brand>img {
	height: auto
}

.testimonial-image:after,
.testimonial-image:before {
	opacity: .75;
	position: absolute;
	top: 50%;
	height: 50px;
	background: #fff;
	display: block;
	left: 50%
}

.attr-nav>ul>li {
	float: left;
	display: block;
	padding: 25px 0;
	font-size: 18px;
	margin-left: 5px
}

.attr-nav>ul>li:last-child {
	margin-left: 8px
}

.navbar .attr-nav.button.theme li:first-child a {
	background: 0 0;
	border: 1px solid #e7e7e7;
	color: #190023
}

.attr-nav>ul>li>a {
	color: #333;
	display: block;
	position: relative;
	font-size: 18px;
	padding: 5px 10px !important
}

@media (max-width:992px) {
	nav.navbar .navbar-brand {
		margin-top: 0
	}

	.attr-nav>ul>li>a {
		padding: 20px 15px 15px
	}
}

span.headline-term {
	text-transform: capitalize
}

.btn,
.site-heading h2 {
	text-transform: uppercase
}

.nav-btn {
	z-index: 1000;
	transform: scale(1);
	animation: 2s infinite pulse;
	border: 0 !important;
	background-color: #e1000f !important;
	color: #fff !important;
	border-radius: 3px
}

.testimonial-image {
	position: relative;
	border: 1px solid #ccc;
	border-radius: 3px
}

.testimonial-image:before {
	content: "";
	z-index: 0;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	width: 50px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-webkit-animation: 1.5s ease-out infinite pulse-border;
	animation: 1.5s ease-out infinite pulse-border
}

.testimonial-image:after {
	content: "\f04b";
	z-index: 1;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	width: 50px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	padding-top: 17px
}

.bulletpoint i {
	color: #a9ffae
}

.video-overlay {
	position: fixed;
	z-index: -1;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0, .8);
	opacity: 0
}

.video-overlay-close {
	position: absolute;
	z-index: 1000;
	top: 15px;
	right: 20px;
	font-size: 36px;
	line-height: 1;
	font-weight: 400;
	color: #fff;
	text-decoration: none;
	margin-top: 15px !important;
	margin-right: 25px !important
}

* {
	padding: 0;
	margin: 0
}

::-webkit-scrollbar {
	display: none
}

.banner-area,
.banner-area div,
body,
html {
	height: 100%
}

h1,
h2,
h3,
h4 {
	color: #190023;
	letter-spacing: 0;
	margin: 0 0 15px
}

a img {
	border: none
}

p {
	line-height: 26px
}

.preview li,
ul {
	list-style-type: none
}

a {
	color: #337ab7;
	text-decoration: none
}

.btn,
.form-subheadline,
html {
	font-family: Arial, sans-serif
}

.text-light a,
.text-light h1,
.text-light h2,
.text-light h3,
.text-light h4,
.text-light p {
	color: #fff
}

.default-padding {
	padding-top: 120px;
	padding-bottom: 120px
}

.btn {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px
}

.navbar .attr-nav.button a {
	border: 1px solid #fff;
	display: inline-block;
	font-size: 16px;
	font-weight: 600;
	padding: 10px 25px !important;
	text-transform: uppercase
}

.navbar .attr-nav.button.theme a {
	background: #190023;
	border: 1px solid transparent;
	color: #fff
}

.site-heading h2 {
	display: block;
	font-weight: 700;
	margin-bottom: 10px
}

.companies-area .clients-items .single-item a,
.site-heading h4 {
	display: inline-block
}

.site-heading h4 {
	padding-bottom: 20px;
	position: relative;
	z-index: 1
}

.site-heading h4::before {
	background: #190023;
	bottom: 0;
	content: "";
	height: 2px;
	left: 50%;
	margin-left: -25px;
	position: absolute;
	width: 50px
}

.site-heading h2 span {
	color: #190023
}

.site-heading {
	margin-bottom: 60px;
	margin-top: -5px
}

.banner-area .box-cell {
	display: table-cell;
	width: 100%
}

.banner-area .box-table {
	display: table;
	width: 100%
}

.banner-area .content {
	position: relative;
	z-index: 9
}

.banner-area.content-double .double-items,
.companies-area .row {
	align-items: center;
	align-self: center;
	display: flex;
	justify-content: center;
	vertical-align: middle
}

.banner-area p {
	font-size: 18px;
	line-height: 30px
}

.banner-area.text-xl .double-items h1 {
	font-weight: 500;
	text-align: center;
	font-size: 22px
}

.banner-area.text-xl .double-items h1 strong {
	font-weight: 600;
	display: block;
	font-size: 50px;
	line-height: 1.1;
	margin-top: 25px
}

.banner-area.text-xl .double-items a {
	margin-top: 20px
}

.banner-area .fixed-shape {
	position: absolute;
	left: 0;
	bottom: 0;
	height: 100%;
	width: 100%;
	background-size: cover;
	background-position: bottom center;
	background-repeat: no-repeat;
	margin-bottom: -2px
}

.banner-area .form-box h2 {
	color: #190023;
	font-weight: 700;
	font-size: 32px;
	line-height: 1.5
}

.banner-area .form-box h2 span {
	color: #190023;
	font-weight: 700
}

.owl-item.cloned:last-of-type,
.sib-hide-loader-icon,
[hidden] {
	display: none
}

select option:first-child {
	color: #c0ccda !important
}

.banner-area .form-box button {
	font-size: 16px;
	border: none;
	background: #190023;
	color: #fff;
	padding: 20px 40px;
	border-radius: 6px;
	font-weight: 600;
	margin: 15px 0
}

.banner-area.top-pad-80 .double-items {
	padding-top: 110px
}

.feature-content-area .fixed-shape {
	position: absolute;
	left: 50%;
	bottom: 30px;
	transform: translateX(-50%)
}

.feature-content-items .single-item {
	margin-bottom: 30px
}

.feature-content-items .item {
	overflow: hidden;
	position: relative;
	z-index: 1;
	padding: 60px 20px;
	background: #fff;
	box-shadow: 0 0 10px #ccc
}

.feature-content-items .item i {
	display: inline-block;
	font-size: 50px;
	color: #190023;
	margin-bottom: 25px
}

.companies-area .info h3,
.feature-content-items .item h4 {
	font-weight: 600
}

.feature-content-area {
	position: relative;
	z-index: 1
}

.company-items.default-padding {
	border-bottom: 1px solid #e7e7e7
}

.companies-area .clients-items img {
	width: auto;
	margin: auto
}

.companies-area .info span {
	color: #190023;
	font-weight: 900;
	font-size: 36px
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.banner-area.top-pad-80 .double-items {
		padding-top: 80px
	}

	.companies-area .row {
		align-items: inherit;
		align-self: inherit;
		display: inherit;
		justify-content: inherit;
		vertical-align: inherit
	}

	.companies-area .info {
		text-align: center
	}

	.companies-area .clients .clients-items {
		margin-top: 30px
	}
}

@media only screen and (max-width:767px) {
	h1 {
		font-size: 30px
	}

	h2 {
		font-size: 26px
	}

	h3 {
		font-size: 20px
	}

	h4 {
		font-size: 18px;
		line-height: 1.4
	}

	.default-padding {
		padding-top: 50px;
		padding-bottom: 50px
	}

	.site-heading {
		margin-bottom: 30px
	}

	.attr-nav {
		margin-right: 10px
	}

	.banner-area,
	.banner-area div,
	body {
		height: auto
	}

	.banner-area .content {
		padding: 100px 0
	}

	.banner-area.content-double .double-items {
		display: block
	}

	.banner-area.content-double .content {
		padding: 40px 0 30px;
		text-align: center
	}

	.banner-area.content-double .content.inc-video,
	.banner-area.content-double .form {
		padding-bottom: 50px
	}

	.banner-area.text-xl .double-items h1 strong {
		font-size: 36px;
		line-height: 1.2
	}

	.banner-area.top-pad-80 .double-items {
		padding-top: 80px
	}

	.companies-area .row {
		align-items: inherit;
		align-self: inherit;
		display: inherit;
		justify-content: inherit;
		vertical-align: inherit
	}

	.companies-area .info {
		text-align: center
	}

	.companies-area .clients .clients-items {
		margin-top: 30px
	}
}

@media only screen and (max-width:600px) {
	.attr-nav {
		position: inherit !important
	}
}

.navbar-brand>img,
header,
nav {
	display: block
}

strong {
	font-weight: 700
}

h1 {
	margin: .67em 0
}

img {
	max-width: 100%;
	border: 0
}

button,
input,
select {
	margin: 0;
	font: inherit;
	color: inherit
}

button {
	-webkit-appearance: button
}

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

input {
	line-height: normal
}

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

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

html {
	width: 100%;
	-ms-overflow-style: none;
	scrollbar-width: none;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	font-size: 10px
}

.btn,
body {
	font-size: 16px;
	line-height: 1.42857143
}

body {
	margin: 0;
	padding: 0;
	font-family: Arial, sans-serif;
	color: #333
}

button,
input,
select {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit
}

h1,
h2,
h3,
h4 {
	font-weight: 500;
	line-height: 1.1;
	color: inherit;
	margin-top: 10px;
	margin-bottom: 10px
}

h1 {
	font-size: 40px
}

h2 {
	font-size: 36px
}

h3 {
	font-size: 24px
}

h4 {
	font-size: 18px
}

.container {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto
}

.col-md-12,
.col-md-3,
.col-md-6,
.col-md-7,
.col-md-8,
.col-sm-6 {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px
}

.btn {
	padding: 6px 12px;
	margin-bottom: 0;
	font-weight: 400;
	white-space: nowrap;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px
}

.container:after,
.container:before,
.navbar-header:after,
.navbar-header:before,
.navbar:after,
.navbar:before,
.row:after,
.row:before {
	display: table;
	content: " "
}

.container:after,
.navbar-header:after,
.navbar:after,
.row:after {
	clear: both
}

.fa-solid {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: var(--fa-display, inline-block);
	font-style: normal;
	font-variant: normal;
	line-height: 1;
	text-rendering: auto;
	font-family: "Font Awesome 6 Free";
	font-weight: 900
}

.entry__choice,
.sib-form {
	font-family: Roboto, sans-serif
}

.fa-at:before {
	content: "\40"
}

.fa-cash-register:before {
	content: "\f788"
}

.fa-chevron-right:before {
	content: "\f054"
}

.fa-clock:before {
	content: "\f017"
}

.fa-coins:before {
	content: "\f51e"
}

.fa-file-import:before {
	content: "\f56f"
}

.fa-file-lines:before {
	content: "\f15c"
}

.fa-mobile-screen-button:before {
	content: "\f3cd"
}

:root {
	--fa-font-brands: normal 400 1em/1 "Font Awesome 6 Brands";
	--fa-font-regular: normal 400 1em/1 "Font Awesome 6 Free";
	--fa-font-solid: normal 900 1em/1 "Font Awesome 6 Free"
}

.owl-carousel {
	display: none;
	width: 100%;
	z-index: 1
}

@keyframes pulse {
	30% {
		transform: scale(.9)
	}

	100%,
	50% {
		transform: scale(.95)
	}

	0% {
		transform: scale(.98);
		box-shadow: rgba(225, 0, 15, .1)
	}

	70% {
		transform: scale(1);
		box-shadow: rgba(225, 0, 15, 0)
	}

	100% {
		transform: scale(.98);
		box-shadow: rgba(225, 0, 15, 0)
	}
}

@keyframes pulse-border {
	0% {
		transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
		opacity: 1
	}

	100% {
		transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
		opacity: 0
	}
}

@-webkit-keyframes pulse-border {
	0% {
		-webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
		transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
		opacity: 1
	}

	100% {
		-webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
		transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
		opacity: 0
	}
}

@keyframes pulse-border {
	0% {
		-webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
		transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
		opacity: 1
	}

	100% {
		-webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
		transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
		opacity: 0
	}
}

@font-face {
	font-family: "Font Awesome 6 Free";
	font-style: normal;
	font-weight: 400;
	font-display: block;
	src: url("assets/fonts/fa-regular-400.woff2") format("woff2"), url("assets/fonts/fa-regular-400.") format("truetype")
}

@font-face {
	font-family: "Font Awesome 6 Free";
	font-style: normal;
	font-weight: 900;
	font-display: block;
	src: url("assets/fonts/fa-solid-900.woff2") format("woff2"), url("assets/fonts/fa-solid-900.") format("truetype")
}

.sib-form *,
.sib-form ::after,
.sib-form ::before {
	box-sizing: border-box
}

.sib-form {
	background-attachment: fixed;
	font-size: 16px;
	padding: 32px 12px;
	margin: 0
}

#sib-container {
	background: #fff;
	margin: 0 auto;
	padding: 17px;
	width: 100%
}

#sib-form {
	text-align: left
}

.sib-menu__item {
	line-height: 1.5em;
	padding: 4px 16px
}

.checkbox.checkbox_tick_positive::before {
	left: calc(50% - 1px)
}

.entry__choice {
	width: 100%;
	margin-bottom: 3px;
	word-wrap: break-all;
	word-wrap: break-word
}

.entry__error {
	width: 100%;
	display: none;
	margin-top: 6px;
	margin-bottom: 6px;
	background: 0 0
}

.sib-form-block {
	padding: 0 16px;
	word-wrap: break-word
}

.sib-form-block__button {
	display: inline-block;
	padding: 8px 18px;
	border: none;
	overflow-wrap: break-word;
	max-width: 100%
}

.sib-form-block__button-with-loader {
	min-height: 40px;
	line-height: 23px
}

.form__label-row {
	display: flex;
	flex-direction: column;
	justify-content: stretch
}

.input {
	width: 100%
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
select::-webkit-input-placeholder {
	color: #bfcad8
}

input::-moz-placeholder,
textarea::-moz-placeholder,
select::-moz-placeholder {
	color: #bfcad8
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder,
select:-ms-input-placeholder {
	color: #bfcad8
}

input:-moz-placeholder,
textarea:-moz-placeholder,
select:-moz-placeholder {
	color: #bfcad8
}

select.input {
  color: #bfcad8;
}

.form__entry {
	position: static;
	margin-left: 0;
	padding-left: 0
}

.sib-form-message-panel {
	margin: 0 0 1.25rem;
	width: 100%;
	padding: .4375rem;
	border: 1px solid;
	display: none
}

.sib-form-message-panel__text {
	display: flex;
	align-items: center;
	margin: 0;
	padding: .5rem
}

.sib-form-message-panel__text .sib-icon {
	contain: strict;
	display: inline-block;
	fill: currentColor
}

.sib-form-message-panel__text .sib-notification__icon {
	height: 1.5em;
	width: 1.5em;
	flex-shrink: 0;
	margin-right: calc(1rem - 1px)
}

.checkbox_tick_positive:before {
	left: 49%
}

@media screen and (max-width:500px) {
	#sib-container {
		padding: 32px 9px
	}
}

@media screen and (max-width:400px) {
	#sib-container {
		padding: 32px 0
	}
}

.sib-form ::-webkit-input-placeholder {
	color: #c0ccda;
	opacity: 1
}

.sib-form ::-moz-placeholder {
	color: #c0ccda;
	opacity: 1
}

.sib-form :-ms-input-placeholder {
	color: #c0ccda;
	opacity: 1
}

.sib-form ::-ms-input-placeholder {
	color: #c0ccda;
	opacity: 1
}

.sib-form .form__entry {
	border: 0;
	margin: 0;
	padding: 0
}

.sib-form .entry__field {
	-webkit-align-items: center;
	align-items: center;
	background: #fff;
	border: 1px solid #c0ccda;
	border-radius: 3px;
	display: -webkit-inline-flex;
	display: inline-flex;
	margin: .25rem 0;
	max-width: 100%
}

.sib-form select.input {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 286.1 167'%3E%3Cpath d='M24.1 0h238c21.4 0 32.1 25.9 17 41l-119 119c-9.4 9.4-24.6 9.4-33.9 0L7.1 41C-8 25.9 2.7 0 24.1 0z' fill='%233c4858'/%3E%3C/svg%3E");
	background-position: right .65em top 50%;
	background-repeat: no-repeat;
	background-size: .65em auto
}

.sib-form select.input:first-child,
.sib-form select.input:last-child {
	padding-right: calc(2rem - 1px)
}

.sib-form .entry__error {
	max-width: 40em;
	display: block;
	color: #ff4949;
	font-size: .87055056rem;
	line-height: 1rem
}

.sib-form .entry__choice {
	padding-left: 1.5em
}

.sib-form .checkbox {
	background: #fff;
	border: 1px solid #687484;
	display: inline-block;
	border-radius: 3px
}

.sib-form .checkbox_tick_positive:before {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	border-color: #fff;
	border-style: solid;
	border-width: 0 2px 2px 0;
	bottom: 1px;
	content: "";
	left: 50%;
	margin-left: -25%;
	position: absolute;
	top: 1px;
	-webkit-transform-origin: 80% 45%;
	transform-origin: 80% 45%;
	width: 50%
}

.sib-form ::-ms-reveal {
	display: none
}

.sib-form ::-webkit-inner-spin-button,
.sib-form ::-webkit-search-decoration {
	display: none
}

.sib-form .clickable__icon {
	height: 1.5rem;
	vertical-align: bottom;
	width: 1.5rem
}

.sib-form .clickable__icon:not(.sib-icon_standalone) {
	margin-right: calc(.7002rem - 1px)
}

.sib-form .progress-indicator__icon {
	-webkit-animation: 1.3s cubic-bezier(.46, .35, .39, .85) infinite indicator-spin;
	animation: 1.3s cubic-bezier(.46, .35, .39, .85) infinite indicator-spin
}

@-webkit-keyframes indicator-spin {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}

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

@keyframes indicator-spin {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}

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

label.entry__error.entry__error--primary,
span.labeltext {
	text-align: left;
	font-family: AcidGrotesk-OneQrew-Book, Arial, sans-serif;
	font-weight: 400
}

label.entry__error.entry__error--primary {
	color: #661d1d;
	margin-left: 5px;
	margin-top: 0;
	font-size: 12px
}

.labeltext {
	font-size: 15px;
	color: #3c4858
}

input[type=file]::file-selector-button {
	font-size: 14px;
	font-family: Arial, sans-serif;
	background: #f0f55f;
	border: 0;
	color: #190023;
	padding: 1rem 1.25rem;
	cursor: pointer;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	margin-right: 5px
}

.preview {
	text-align: center;
	margin: 0 auto;
	width: 100%
}

.preview img {
	border-radius: 3px;
	border: 2px solid #f0f55f;
	width: 100%
}

.banner-area .form-box {
	background: #fff;
	padding: 25px
}

.form-box {
	box-shadow: 2px 6px 6px 2px rgba(0, 0, 0, .1);
	position: relative
}

.navbar-header {
	max-width: 800px;
	margin: 0 auto
}

input[type=date],
input[type=datetime-local] {
	color: #000;
	background-color: #fff;
	text-align: center;
	display: block;
	-webkit-appearance: textfield;
	-moz-appearance: textfield;
	min-height: 2.5em;
	height: 2.5em;
	line-height: 2.5em;
	cursor: pointer;
	min-width: 250px;
	padding: 0 15px;
	border-radius: 8px;
	border: 2px solid #f0f55f
}

.form-box>div.sib-form {
	margin-top: 50px
}

@media (max-width:767px) {
	@supports (-webkit-overflow-scrolling:touch) {
		input[type=date] {
			-webkit-text-fill-color: #ccc;
			-webkit-opacity: 1;
			padding: 5px 10px;
			min-width: 90%
		}

		#qrcode {
			display: none !important
		}
	}

	.hide-mobile {
		display: none
	}

	#qrcode {
		display: none !important
	}

	.sales-person-container ul {
		gap: .75rem
	}

	span.labeltext {
		font-size: 14px;
		white-space: nowrap
	}

	.radio-item {
		flex: 1 calc(50% - 5px)
	}

	#sales-person-list li {
		display: flex;
		justify-content: space-around;
		align-items: center;
		margin-bottom: 0;
		flex: 0 0 calc(50% - 0.5rem)
	}

	h1,
	h2,
	h3,
	h4 {
		text-align: center
	}

	h2 {
		font-size: 28px !important
	}

	.form-box>div.sib-form {
		margin-top: 15px !important
	}

	.banner-area .form-box {
		padding: 0
	}

	#home nav.navbar #navbar-date,
	#home nav.navbar .navbar-brand {
		margin: 0
	}
}

#sales-person-list.landscape {
	top: 0;
	margin: 0;
	width: 100%
}

#sales-person-list.landscape li {
	font-size: 14px;
	padding: 5px;
	margin-bottom: 3px
}

#sales-person-list.landscape .sales-person-container {
	width: 265px
}

.spinner {
	border: 4px solid rgba(0, 0, 0, .1);
	border-left-color: #000;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	animation: 1s linear infinite spin;
	margin: 20px auto
}

@keyframes spin {
	0% {
		transform: rotate(0)
	}

	100% {
		transform: rotate(360deg)
	}
}

#qrcode {
	border-bottom-left-radius: 8px;
	border-left: 4px solid #190023;
	border-bottom: 4px solid #190023;
}

#submit-form {
	cursor: pointer;
}

#notification-area {
	position: fixed;
	pointer-events: none;
	right: 0;
	bottom: 0;
	width: 250px;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	opacity: 0.5;
}

#notification-area .notification {
	position: relative;
	pointer-events: none;
	padding: 15px 10px;
	background: #111;
	color: #f5f5f5;
	font-size: 14px;
	font-weight: 600;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	margin: 5px 0;
	opacity: 0;
	transform: translateX(100%);
	will-change: opacity, transform;
}

@keyframes fadeInLeftOutRight {
	0% {
		opacity: 0;
		transform: translateX(100%);
	}

	20% {
		opacity: 1;
		transform: translateX(0);
	}

	80% {
		opacity: 1;
		transform: translateX(0);
	}

	100% {
		opacity: 0;
		transform: translateX(100%);
	}
}

#notification-area div.success {
	display: block;
	pointer-events: none;
	background-size: contain;
	background-position: left;
	background-repeat: no-repeat;
	width: 100%;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 5px;
	max-width: 230px;
	min-height: 40px;
	position: relative;
}

#notification-area div.bluesolution {
	background-color: #01294D;
	background-image: url(https://vertrieb.oneqrew.com/assets/img/BLUESOLUTION_WHITE.svg);
	background-size: 170px auto;
	width: 210px !important;
}

#notification-area div.accantum {
	background-color: #29579A;
	background-image: url(https://vertrieb.oneqrew.com/assets/img/ACCANTUM_WHITE.svg);
	background-size: 140px auto;
	width: 170px !important;
}

#notification-area div.msoft {
	background-color: #E10B15;
	background-image: url(https://vertrieb.oneqrew.com/assets/img/MSOFT_WHITE.svg);
	background-size: 115px auto;
	width: 140px !important;
}

#notification-area div.m-soft {
	background-color: #E10B15;
	background-image: url(https://vertrieb.oneqrew.com/assets/img/MSOFT_WHITE.svg);
	background-size: 115px auto;
	width: 140px !important;
}

#notification-area div.taifun {
	background-color: #005BAA;
	background-image: url(https://vertrieb.oneqrew.com/assets/img/TAIFUN_WHITE.svg);
	background-size: 110px auto;
	width: 150px !important;
}

#notification-area div.sykasoft {
	background-color: #0331BA;
	background-image: url(https://vertrieb.oneqrew.com/assets/img/SYKASOFT_WHITE.svg);
	background-size: 140px auto;
	width: 170px !important;
}

#notification-area div.extragroup {
	background-color: #D83B3E;
	background-image: url(https://vertrieb.oneqrew.com/assets/img/EXTRAGROUP_WHITE.svg);
	background-size: 160px auto;
	width: 190px !important;
}

#notification-area div.pinncalc {
	background-color: #C05711;
	background-image: url(https://vertrieb.oneqrew.com/assets/img/PINNCALC_WHITE.svg);
	background-size: 140px auto;
	width: 170px !important;
}

#notification-area div.digi {
	background-color: #CF0108;
	background-image: url(https://vertrieb.oneqrew.com/assets/img/DIGI_WHITE.svg);
	background-size: 120px auto;
	width: 140px !important;
}

#notification-area div.qomet {
	background-color: #B8362F;
	background-image: url(https://vertrieb.oneqrew.com/assets/img/QOMET_WHITE.svg);
	background-size: 120px auto;
	width: 150px !important;
}

#notification-area div.mexxsoft {
	background-color: #3071D5;
	background-image: url(https://vertrieb.oneqrew.com/assets/img/MEXXSOFT_WHITE.svg);
	background-size: 140px auto;
	width: 170px !important;
}

#notification-area .notification.success img {
	width: 24px;
	height: 24px;
	float: right;
}

#notification-area .fade_out,
#notification-area .move_element_up {
	animation: fadeInLeftOutRight 3s cubic-bezier(0.25, 0.1, 0.25, 1) forwards;
}

.sales-person-container li.active {
	background-color: #f0f55f;
}

@media print {

	/* Allgemeine Druck-Einstellungen */
	body {
		font-family: Arial, sans-serif;
		font-size: 12pt;
		color: #000;
		background: #fff;
		margin: 0;
		padding: 0;
	}

	/* Verstecke nicht benötigte Elemente */
	header,
	nav,
	#sales-person-dialog,
	#notification-area,
	#deleteUploadedImage,
	.sib-form-block__button,
	#imageUpload,
	#deleteUploadedImage,
	#APPOINTMENT_DATE,
	.form-section:last-child,
	#qrcode>canvas {
		display: none;
	}

	/* Optimierung der Formularstruktur */
	#oq-form {
		border: none;
		padding: 10px;
		width: 100%;
		max-width: 100%;
	}

	.form-section {
		margin-bottom: 15px;
		padding: 5px 0;
		page-break-inside: avoid;
	}

	.form-section h3 {
		font-size: 14pt;
		margin-bottom: 5px;
	}

	.form__entry {
		margin-bottom: 10px;
	}

	label {
		font-weight: bold;
		margin-bottom: 3px;
	}

	input,
	textarea,
	select {
		width: 100%;
		padding: 5px;
		margin-bottom: 8px;
		border: 1px solid #ccc;
	}

	/* Verstecke den Dateiupload-Block */
	.form-section input[type="file"] {
		display: none;
	}

	/* Checkbox- und Radio-Styling optimieren */
	.checkbox-group label,
	.radio-group label {
		display: block;
		margin-bottom: 5px;
	}

	input[type="checkbox"],
	input[type="radio"] {
		display: inline-block;
		margin-right: 8px;
	}

	/* QR-Code Darstellung */
	#qrcode img {
		max-width: 100px;
		margin: 10px auto;
		display: block;
	}

	.form-subheadline {
		margin-bottom: 25px;
	}

	/* Anpassungen für Notizen */
	#INTERNAL_NOTES {
		margin-bottom: 15px;
		height: auto;
	}

	/* Vermeidung von großen Paddings */
	.input-group,
	.radio-group,
	.form-section,
	.checkbox-group {
		padding: 0;
		margin-bottom: 10px;
	}

	.checkbox-group,
	.radio-group {
		margin-bottom: 10px;
	}

	/* Kleinere Optimierungen */
	img {
		max-width: 100%;
		height: auto;
	}

	/* Schriftgröße leicht reduzieren, um Platz zu sparen */
	h2,
	h3,
	h4 {
		font-size: 13pt;
	}
}