@font-face {
	font-family: "poppins";
	src: url("/wp-content/themes/template/res/fonts/poppins-bold-webfont.woff2") format("woff2"), url("/wp-content/themes/template/res/fonts/poppins-bold-webfont.woff") format("woff");
	font-weight: 600;
	font-style: normal;
}

@font-face {
	font-family: "poppins";
	src: url("/wp-content/themes/template/res/fonts/poppins-italic-webfont.woff2") format("woff2"), url("/wp-content/themes/template/res/fonts/poppins-italic-webfont.woff") format("woff");
	font-weight: normal;
	font-style: italic;
}

@font-face {
	font-family: "poppins";
	src: url("/wp-content/themes/template/res/fonts/poppins-light-webfont.woff2") format("woff2"), url("/wp-content/themes/template/res/fonts/poppins-light-webfont.woff") format("woff");
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: "poppins";
	src: url("/wp-content/themes/template/res/fonts/poppins-lightitalic-webfont.woff2") format("woff2"), url("/wp-content/themes/template/res/fonts/poppins-lightitalic-webfont.woff") format("woff");
	font-weight: 300;
	font-style: italic;
}

@font-face {
	font-family: "poppins";
	src: url("/wp-content/themes/template/res/fonts/poppins-regular-webfont.woff2") format("woff2"), url("/wp-content/themes/template/res/fonts/poppins-regular-webfont.woff") format("woff");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "poppins";
	src: url("/wp-content/themes/template/res/fonts/poppins-semibold-webfont.woff2") format("woff2"), url("/wp-content/themes/template/res/fonts/poppins-semibold-webfont.woff") format("woff");
	font-weight: 500;
	font-style: normal;
}

/*
**	Container(s)
*/

/*
** Media query breakpoints
*/

/*
** Colors
*/

/*
** Fonts
*/

/*
**	Animation
*/

/*
**	Misc
*/

/*
**	Dimensions
*/

/*
**	Project Standard Elements Settings
*/

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

/*
* DO NOT EDIT: if resets needed add to sass/content-elements/resets.scss
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */

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

body {
	line-height: 1;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
	background-color: #fff;
	color: #0B0B0B;
	font-family: "agenda", sans-serif;
	font-size: 20px;
	line-height: 1.5;
	font-weight: 300;
}

body,
html {
	height: 100%;
	width: 100%;
}

section,
.content-wrapper {
	position: relative;
	box-sizing: border-box;
}

.body-gradient {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background: rgb(247, 248, 249);
	background: linear-gradient(180deg, rgb(247, 248, 249) 0%, rgb(255, 255, 255) 100%);
	z-index: -1;
}

a {
	color: #8A939B;
	text-decoration: none;
}

a:hover,
a:active,
a:focus {
	text-decoration: none;
	color: #707a82;
}

#page {
	position: relative;
	margin-top: 80px;
}

b,
strong {
	font-weight: 700;
}

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

img.aligncenter {
	margin-right: auto;
	margin-left: auto;
}

input,
select,
textarea,
button {
	font-family: "agenda", sans-serif;
	appearance: none;
	border-radius: 0;
	margin-left: 0;
	margin-right: 0;
	outline: none;
	background: transparent;
	border: 0;
}

input[type=text],
input[type=email],
input[type=number] {
	display: block;
	margin: 5px 0 0;
	padding: 15px;
	border: 0;
	border-radius: 0;
	outline: 0;
	resize: none;
	font-size: 14px;
	line-height: 17px;
	background-color: white;
	width: 100%;
}

input[type=submit]:disabled {
	cursor: not-allowed;
}

textarea {
	display: block;
	margin: 5px 0 0;
	padding: 15px;
	border: 0;
	border-radius: 0;
	outline: 0;
	resize: none;
	font-size: 14px;
	line-height: 17px;
	background-color: white;
	width: 100%;
}

input[type=checkbox] {
	-webkit-appearance: checkbox;
	-moz-appearance: checkbox;
}

select::-ms-expand {
	display: none;
}

hr {
	height: 1px;
	border: none;
	background-color: black;
}

* {
	box-sizing: border-box;
}

*::selection {
	color: #fff;
	background-color: rgba(0, 0, 0, 0.75);
}

section {
	margin-bottom: 150px;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
	font-family: "baltica", serif;
	font-weight: normal;
	color: #0B0B0B;
	line-height: 1.2;
}

h1,
.h1 {
	font-size: 60px;
	font-weight: normal;
	color: #1F5C70;
}

h2,
.h2 {
	font-size: 55px;
	margin-bottom: 30px;
}

h3,
.h3 {
	font-size: 42px;
	line-height: 1.5;
	font-weight: 500;
	color: #1F5C70;
	margin-bottom: 5px;
}

h4,
.h4 {
	font-size: 32px;
	line-height: 1.2;
	margin-bottom: 10px;
	font-weight: 300;
	color: #8A939B;
}

h5,
.h5 {
	font-family: "agenda", sans-serif;
	font-size: 16px;
	margin-bottom: 10px;
}

h6,
.h6 {
	font-size: 20px;
	margin-bottom: 10px;
}

.outline {
	color: transparent;
	-webkit-text-stroke: 1.5px #1F5C70;
}

body.error404 #page h1 {
	font-size: 400%;
}

body.error404 #page .content-wrapper {
	text-align: center;
}

.ctabtn {
	background: #1F5C70;
	border-radius: 30px;
	padding: 15px 30px;
	box-shadow: 0 3px 6px rgba(126, 139, 119, 0.43);
	color: #FFF !important;
	font-size: 20px;
	transition: all 0.3s;
}

.ctabtn:hover {
	box-shadow: 0 3px 6px rgb(126, 139, 119);
}

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

.wrapper {
	position: relative;
	xmin-height: 100vh;
	xoverflow: hidden;
}

.admin-bar .wrapper {
	min-height: calc(100vh - 32px);
}

.content-wrapper {
	position: relative;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	max-width: 1440px;
}

.breadcrumb-section {
	margin-bottom: 0;
}

.breadcrumbs {
	font-size: 13px;
	margin-left: 0px;
}

section .content-wrapper {
	padding: 0 30px;
}

.fact-box {
	position: relative;
	border-radius: 20px;
	padding: 20px 20px 15px 20px;
	display: flex;
	margin: 20px 0 0 0;
	align-items: center;
	flex-flow: row;
	background: rgb(83, 56, 215);
	background: linear-gradient(340deg, rgb(83, 56, 215) 0%, rgb(228, 32, 163) 100%);
	color: #fff;
}

.fact-box .fact-box-icn {
	position: relative;
	flex-shrink: 1;
	width: 56px !important;
	margin-right: 20px;
}

.fact-box .fact-box-icn img {
	width: 100%;
}

.fact-box .fact-box-info {
	position: relative;
	width: calc(100% - 56px);
}

.fact-box .fact-box-info .value {
	font-size: 32px;
	line-height: 1.2;
	font-weight: 600;
}

.fact-box .fact-box-info p {
	font-size: 13px;
	font-weight: 300;
	line-height: 1.3;
}

.custom-tooltip {
	position: absolute;
	border: 1px solid #ddd;
	background-color: #fff;
	padding: 10px;
	z-index: 1000;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.anim {
	visibility: hidden;
	opacity: 0;
	transition: all 2s cubic-bezier(0.19, 1, 0.22, 1);
}

.anim--default {
	transform: scale(0.95);
}

.anim--fade-left {
	transform: translate3d(-100px, 0, 0);
}

.anim--fade-right {
	transform: translate3d(100px, 0, 0);
}

.anim--fade-top {
	transform: translate3d(0, -100px, 0);
}

.anim--fade-bottom {
	transform: translate3d(0, 100px, 0);
}

.anim--delay200 {
	transition-delay: 0.2s;
}

.animated {
	visibility: visible;
	opacity: 1;
	transform: translate3d(0, 0, 0) scale(1);
}

.hamburger-white .hamburger-inner,
.hamburger-white .hamburger-inner::before,
.hamburger-white .hamburger-inner::after {
	background: #fff;
}

.hamburger {
	padding: 0 0;
	display: flex;
	cursor: pointer;
	transition-property: all;
	transition-duration: 0.15s;
	transition-timing-function: linear;
	font: inherit;
	color: inherit;
	text-transform: none;
	background-color: transparent;
	border: 0;
	margin: 0;
	overflow: visible;
}

.hamburger:hover {
	opacity: 1;
}

.hamburger-box {
	width: 32px;
	height: 22px;
	display: inline-block;
	position: relative;
}

.hamburger-inner {
	display: block;
	top: 50%;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
	width: 32px;
	height: 4px;
	background-color: #1F5C70;
	border-radius: 4px;
	position: absolute;
	left: 0;
	transition-property: transform;
	transition-duration: 0.15s;
	transition-timing-function: ease;
	width: 32px;
}

.hamburger-inner::before,
.hamburger-inner::after {
	content: "";
	display: block;
}

.hamburger-inner::before {
	top: -9px;
}

.hamburger-inner::after {
	bottom: -9px;
}

/*
 * Squeeze
 */

.hamburger--squeeze .hamburger-inner {
	transition-duration: 0.075s;
	transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze .hamburger-inner::before {
	transition: top 0.075s 0.12s ease, opacity 0.075s ease;
}

.hamburger--squeeze .hamburger-inner::after {
	transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze.is-active .hamburger-inner {
	transform: rotate(45deg);
	color: #fff !important;
	background-color: #fff !important;
	transition-delay: 0.12s;
	transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--squeeze.is-active .hamburger-inner::before {
	color: #fff !important;
	background-color: #fff !important;
	top: 0;
	opacity: 0;
	transition: top 0.075s ease, opacity 0.075s 0.12s ease;
}

.hamburger--squeeze.is-active .hamburger-inner::after {
	color: #fff !important;
	background-color: #fff !important;
	bottom: 0;
	transform: rotate(-90deg);
	transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Collapse
 */

.hamburger--collapse .hamburger-inner {
	top: auto;
	bottom: 0;
	transition-duration: 0.13s;
	transition-delay: 0.13s;
	transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse .hamburger-inner::after {
	top: -18px;
	transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}

.hamburger--collapse .hamburger-inner::before {
	transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse.is-active .hamburger-inner {
	transform: translate3d(0, -9px, 0) rotate(-45deg);
	transition-delay: 0.22s;
	transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--collapse.is-active .hamburger-inner::after {
	top: 0;
	opacity: 0;
	transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}

.hamburger--collapse.is-active .hamburger-inner::before {
	top: 0;
	transform: rotate(-90deg);
	transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}

#header {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	padding-top: 0;
	margin: 0px 0 0 0;
	z-index: 99;
	transition: all 0.75s;
}

.contact a {
	color: #1F5C70;
}

.navigation {
	position: relative;
	display: flex;
	justify-content: space-between;
	xbackground: #FFF;
	xborder: 1px solid #e9edf0;
	bxorder-radius: 20px;
	padding: 10px 20px 10px 30px;
	align-items: center;
	height: 80px;
}

.navigation .btn {
	position: fixed;
	right: 20px;
	z-index: 99;
}

.logo {
	position: relative;
	width: 183px;
}

/*
* MENU
*/

.menu {
	display: flex;
	text-align: center;
	xtransition: all 0.75s;
}

.menu a {
	display: inline-block;
	color: #1F5C70;
	cursor: pointer;
}

.menu a.menu--active {
	color: #2a7d98;
}

.menu a:hover {
	text-decoration: underline;
}

.menu .menu__item--active a {
	font-weight: bold;
}

.menu .menu__item--has-mega-nav .menu__item--mega-wrapper {
	z-index: 98;
	position: fixed;
	xborder-left: 1px solid #e9edf0;
	xborder-right: 1px solid #e9edf0;
	xborder-bottom: 1px solid #e9edf0;
	border-radius: 0 0 20px 20px;
	background: #fff;
	width: 90% !important;
	max-width: 1440px !important;
	left: 50%;
	transform: translateX(-50%);
	padding: 50px 30px 30px 30px !important;
	justify-content: space-around;
}

.menu .menu__item--has-mega-nav .menu__item--mega-wrapper .menu__item--mega-column {
	position: relative;
	width: 30%;
	justify-content: flex-start;
	text-align: left;
	border-bottom: 0 !important;
}

.menu .menu__item--has-mega-nav .menu__item--mega-wrapper .menu__item--mega-column a {
	text-align: left;
}

.menu .menu__item--has-mega-nav .menu__item--mega-wrapper .menu__item--third-column {
	position: relative;
	width: 30%;
	justify-content: flex-start;
	text-align: left;
	border-bottom: 0 !important;
}

.menu .menu__item--has-mega-nav .menu__item--mega-wrapper .menu__item--third-column a {
	text-align: left;
}

.menu .menu__item--has-mega-nav .menu__item--mega-wrapper .menu__item--third-column img {
	width: 100%;
}

.menu .menu__item--mega-column ul {
	display: flex;
	flex-flow: column;
}

.menu .menu__item--has-mega-nav .menu__sub {
	display: none;
	justify-content: space-around;
	width: 100%;
}

.menu .menu__item--has-mega-nav .menu__sub .menu-description {
	font-size: 13px;
	color: #8A939B;
}

.menu .menu__item--has-mega-nav .menu__sub .menu__item--mega-item {
	width: 100%;
	border-bottom: 1px solid #e9edf0;
	margin: 0px 0 15px 0;
	padding: 15px 20px 15px 20px;
	border-radius: 15px;
	transition: all 0.3s;
}

.menu .menu__item--has-mega-nav .menu__sub .menu__item--mega-item:hover {
	background: #e9edf0;
}

.menu .menu__item--has-mega-nav .menu__sub .menu__item--third-column .menu__subitem {
	border-bottom: 0 !important;
	text-align: center;
}

.menu .menu__item--has-mega-nav .menu__sub .menu__item--third-column .menu__subitem:hover {
	background: none;
}

.menu .menu__item--has-mega-nav:hover .menu__sub {
	display: flex;
}

.menu .menu__item--mega-wrapper a,
.menu .menu__item--mega-column a {
	display: none;
}

.menu .menu__item--mega-item {
	position: relative;
}

.menu .menu__item--mega-item a {
	display: block;
}

.menu__item--active a {
	font-weight: 500;
}

#nav {
	position: relative;
	xwidth: 100%;
	text-align: center;
}

#main__menu {
	flex-flow: row;
	justify-content: center;
}

#nav-mobile {
	position: fixed;
	top: 0;
	left: 0;
	width: 250px;
	height: 100%;
	background: #1F5C70;
	transform: translateX(-100%);
	transition: all 0.5s;
	z-index: 8888;
}

#nav-mobile .content-wrapper {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	text-align: left;
	width: 100%;
}

#nav-mobile .menu__link {
	color: #fff;
	font-size: 19px;
	font-weight: 500;
	transition: all 0.75s;
}

#nav-mobile .menu__item--active .menu__link {
	xfont-size: 52px;
	font-weight: 700;
}

#nav-mobile .menu {
	position: fixed;
	width: auto;
	flex-flow: column !important;
	text-align: left;
}

.menu__link {
	font-size: 22px;
	font-family: "agenda", sans-serif;
	color: #1F5C70;
	font-weight: normal;
	margin: 10px 10px;
	cursor: pointer;
	padding: 0;
	position: relative;
}

.menu__link:hover::after {
	width: 60px;
}

.menu__item--active .menu__link {
	xcolor: #1F5C70 !important;
}

#burger {
	position: fixed;
	left: 30px;
	top: 25px;
	z-index: 9999;
	display: none;
}

#nav-mobile .mobile-social {
	position: fixed;
	bottom: 10px;
	width: 100%;
	display: flex;
	justify-content: center;
}

#nav-mobile .mobile-social i {
	color: #fff !important;
	font-size: 22px;
}

body.admin-bar #page {
	padding-top: 32px;
}

body.admin-bar #header.fixed {
	top: 32px;
}

#footer {
	padding: 50px 0;
	background-color: #1F5C70;
	color: #FCF5F2;
	overflow: hidden;
	position: relative;
}

#footer h3 {
	color: #fff;
	font-weight: 300;
	font-size: 62px;
}

#footer::after {
	position: absolute;
	content: "";
	background-image: url("/wp-content/themes/template/res/img/footer-logo.png");
	background-size: auto 100%;
	background-repeat: no-repeat;
	width: 300px;
	height: 80%;
	right: 10%;
	bottom: 0px;
}

#footer a {
	color: #FCF5F2;
}

#footer .comp__mail {
	xcolor: #1F5C70;
}

#footer .comp__name {
	font-weight: 700;
	xfont-size: 110%;
}

#footer .comp__address {
	text-decoration: underline;
}

#footer .legal-links:first-of-type {
	margin-right: 10px;
}

#footer .legal-links:nth-of-type(2) {
	margin-left: 10px;
}

.footer__wrapper {
	position: relative;
	margin-top: 0px;
	display: flex;
	flex-flow: column;
	align-items: center;
	padding: 0 10px;
}

.footer__wrapper .agencylife-icon {
	width: 60px;
	margin-bottom: 30px;
}

.footer__wrapper-split {
	position: relative;
	width: 100%;
	display: flex;
	justify-content: center;
	flex-flow: column;
	text-align: center;
}

.footer__wrapper-split .info {
	font-size: 13px;
	color: #8A939B;
	margin-bottom: 30px;
}

.footer__wrapper-column {
	max-width: 30%;
}

#footer ul {
	display: flex;
	flex-flow: row;
	justify-content: center;
	text-align: left;
	margin-bottom: 30px;
	font-family: "baltica", serif;
}

#footer ul a {
	color: #FCF5F2;
	xfont-size: 15px;
	margin: 0 10px;
	font-family: "baltica", serif;
}

#footer ul .menu__item--main-point a {
	color: #1F5C70;
	font-size: 20px;
	font-weight: 500;
}

.splitfoot {
	display: flex;
	flex-flow: row;
	margin-top: 100px;
	width: 100%;
	justify-content: space-between;
}

.splitfoot h3 {
	color: #fff;
}

.splitfoot .splitleft {
	flex-basis: 40%;
}

.splitfoot .splitleft input[type=text],
.splitfoot .splitleft input[type=email],
.splitfoot .splitleft input[type=number],
.splitfoot .splitleft textarea {
	background: none !important;
	border-bottom: 1px solid white !important;
	color: #fff !important;
}

.splitfoot .splitleft .wpcf7 label {
	color: #fff;
}

.splitfoot .splitleft .wpcf7 input[type=submit] {
	background: #fff;
	color: #1F5C70;
	border-radius: 3px;
	font-size: 20px;
	padding: 8px 20px;
}

.splitfoot .splitright {
	flex-basis: 50%;
	font-size: 16px;
}

.splitfoot .splitright .credit {
	font-size: 13px;
}

.splitfoot .splitright a {
	color: #fff !important;
}

.footer__top {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 20px;
}

.footer__bottom {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;
}

.footer__cell--logo {
	xposition: absolute;
	width: 100%;
	margin-top: 30px;
	text-align: center;
}

.footer__cell--logo img {
	height: 40px;
}

.footnav {
	width: 100%;
	text-align: center;
}

#btt {
	position: absolute;
	right: 25px;
	top: 25px;
	color: #333;
	margin: 0;
	z-index: 9999;
	width: 52px;
	height: 52px;
	line-height: 52px;
	text-decoration: none;
	xborder: 2px solid #e8e8e8;
	border-radius: 52px;
	text-align: center;
	line-height: 0;
	z-index: 1;
	opacity: 1;
}

#btt:hover {
	cursor: pointer;
	xbackground-color: #000;
}

#btt.show {
	opacity: 1;
}

.alcredit {
	text-align: center;
}

#agencylife-credit {
	position: relative;
	margin-top: 20px;
	right: 0;
	display: inline-flex;
	align-items: center;
}

#agencylife-credit span {
	color: #8A939B !important;
}

#agencylife-credit img {
	width: 50px;
}

/**
 * Swiper 11.1.4
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2024 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: May 30, 2024
 */

/* FONT_START */

@font-face {
	font-family: "swiper-icons";
	src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
	font-weight: 400;
	font-style: normal;
}

/* FONT_END */

:root {
	--swiper-theme-color: #007aff; /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}

:host {
	position: relative;
	display: block;
	margin-left: auto;
	margin-right: auto;
	z-index: 1;
}

.swiper {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0; /* Fix of Webkit flickering */
	z-index: 1;
	display: block;
}

.swiper-vertical > .swiper-wrapper {
	flex-direction: column;
}

.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: flex;
	transition-property: transform;
	transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
	box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
	transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
	touch-action: pan-y;
}

.swiper-vertical {
	touch-action: pan-x;
}

.swiper-slide {
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
	transition-property: transform;
	display: block;
}

.swiper-slide-invisible-blank {
	visibility: hidden;
}

/* Auto Height */

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
	height: auto;
}

.swiper-autoheight .swiper-wrapper {
	align-items: flex-start;
	transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

/* 3D Effects */

.swiper-3d.swiper-css-mode .swiper-wrapper {
	perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
	transform-style: preserve-3d;
}

.swiper-3d {
	perspective: 1200px;
}

.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
	transform-style: preserve-3d;
}

/* CSS Mode */

.swiper-css-mode > .swiper-wrapper {
	overflow: auto;
	scrollbar-width: none; /* For Firefox */
	-ms-overflow-style: none; /* For Internet Explorer and Edge */
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
	display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
	scroll-snap-align: start start;
}

.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
	scroll-snap-type: x mandatory;
}

.swiper-css-mode.swiper-vertical > .swiper-wrapper {
	scroll-snap-type: y mandatory;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
	scroll-snap-type: none;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
	scroll-snap-align: none;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
	content: "";
	flex-shrink: 0;
	order: 9999;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
	scroll-snap-align: center center;
	scroll-snap-stop: always;
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
	margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
	height: 100%;
	min-height: 1px;
	width: var(--swiper-centered-offset-after);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
	margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
	width: 100%;
	min-width: 1px;
	height: var(--swiper-centered-offset-after);
}

/* Slide styles start */

/* 3D Shadows */

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
	background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
	background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
	background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-lazy-preloader {
	width: 42px;
	height: 42px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -21px;
	margin-top: -21px;
	z-index: 10;
	transform-origin: 50%;
	box-sizing: border-box;
	border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
	border-radius: 50%;
	border-top-color: transparent;
}

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
	animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
	--swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
	--swiper-preloader-color: #000;
}

/* Slide styles end */

.swiper-virtual .swiper-slide {
	-webkit-backface-visibility: hidden;
	transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
	height: 1px;
	width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
	width: 1px;
	height: var(--swiper-virtual-size);
}

:root {
	--swiper-navigation-size: 44px; /*
  --swiper-navigation-top-offset: 50%;
  --swiper-navigation-sides-offset: 10px;
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

.swiper-button-prev,
.swiper-button-next {
	position: absolute;
	top: var(--swiper-navigation-top-offset, 50%);
	width: calc(var(--swiper-navigation-size) / 44 * 27);
	height: var(--swiper-navigation-size);
	margin-top: calc(0px - var(--swiper-navigation-size) / 2);
	z-index: 10;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
	opacity: 0.35;
	cursor: auto;
	pointer-events: none;
}

.swiper-button-prev.swiper-button-hidden,
.swiper-button-next.swiper-button-hidden {
	opacity: 0;
	cursor: auto;
	pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-prev,
.swiper-navigation-disabled .swiper-button-next {
	display: none !important;
}

.swiper-button-prev svg,
.swiper-button-next svg {
	width: 100%;
	height: 100%;
	object-fit: contain;
	transform-origin: center;
}

.swiper-rtl .swiper-button-prev svg,
.swiper-rtl .swiper-button-next svg {
	transform: rotate(180deg);
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
	left: var(--swiper-navigation-sides-offset, 10px);
	right: auto;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
	right: var(--swiper-navigation-sides-offset, 10px);
	left: auto;
}

.swiper-button-lock {
	display: none;
}

/* Navigation font start */

.swiper-button-prev:after,
.swiper-button-next:after {
	font-family: swiper-icons;
	font-size: var(--swiper-navigation-size);
	text-transform: none !important;
	letter-spacing: 0;
	font-variant: initial;
	line-height: 1;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
	content: "prev";
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
	right: var(--swiper-navigation-sides-offset, 10px);
	left: auto;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
	content: "next";
}

/* Navigation font end */

:root { /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-left: auto;
  --swiper-pagination-right: 8px;
  --swiper-pagination-bottom: 8px;
  --swiper-pagination-top: auto;
  --swiper-pagination-fraction-color: inherit;
  --swiper-pagination-progressbar-bg-color: rgba(0,0,0,0.25);
  --swiper-pagination-progressbar-size: 4px;
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-border-radius: 50%;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */
}

.swiper-pagination {
	position: absolute;
	text-align: center;
	transition: 300ms opacity;
	transform: translate3d(0, 0, 0);
	z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
	opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
	display: none !important;
}

/* Common Styles */

.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
	bottom: var(--swiper-pagination-bottom, 8px);
	top: var(--swiper-pagination-top, auto);
	left: 0;
	width: 100%;
}

/* Bullets */

.swiper-pagination-bullets-dynamic {
	overflow: hidden;
	font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	transform: scale(0.33);
	position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
	transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
	transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
	transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
	transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
	transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
	transform: scale(0.33);
}

.swiper-pagination-bullet {
	width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
	height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
	display: inline-block;
	border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
	background: var(--swiper-pagination-bullet-inactive-color, #000);
	opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
	border: none;
	margin: 0;
	padding: 0;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
	cursor: pointer;
}

.swiper-pagination-bullet:only-child {
	display: none !important;
}

.swiper-pagination-bullet-active {
	opacity: var(--swiper-pagination-bullet-opacity, 1);
	background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
	right: var(--swiper-pagination-right, 8px);
	left: var(--swiper-pagination-left, auto);
	top: 50%;
	transform: translate3d(0px, -50%, 0);
}

.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
	display: block;
}

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	top: 50%;
	transform: translateY(-50%);
	width: 8px;
}

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	display: inline-block;
	transition: 200ms transform, 200ms top;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	left: 50%;
	transform: translateX(-50%);
	white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	transition: 200ms transform, 200ms left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	transition: 200ms transform, 200ms right;
}

/* Fraction */

.swiper-pagination-fraction {
	color: var(--swiper-pagination-fraction-color, inherit);
}

/* Progress */

.swiper-pagination-progressbar {
	background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
	position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	background: var(--swiper-pagination-color, var(--swiper-theme-color));
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transform: scale(0);
	transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
	width: 100%;
	height: var(--swiper-pagination-progressbar-size, 4px);
	left: 0;
	top: 0;
}

.swiper-vertical > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
	width: var(--swiper-pagination-progressbar-size, 4px);
	height: 100%;
	left: 0;
	top: 0;
}

.swiper-pagination-lock {
	display: none;
}

:root { /*
  --swiper-scrollbar-border-radius: 10px;
  --swiper-scrollbar-top: auto;
  --swiper-scrollbar-bottom: 4px;
  --swiper-scrollbar-left: auto;
  --swiper-scrollbar-right: 4px;
  --swiper-scrollbar-sides-offset: 1%;
  --swiper-scrollbar-bg-color: rgba(0, 0, 0, 0.1);
  --swiper-scrollbar-drag-bg-color: rgba(0, 0, 0, 0.5);
  --swiper-scrollbar-size: 4px;
  */
}

.swiper-scrollbar {
	border-radius: var(--swiper-scrollbar-border-radius, 10px);
	position: relative;
	touch-action: none;
	background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1));
}

.swiper-scrollbar-disabled > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
	display: none !important;
}

.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
	position: absolute;
	left: var(--swiper-scrollbar-sides-offset, 1%);
	bottom: var(--swiper-scrollbar-bottom, 4px);
	top: var(--swiper-scrollbar-top, auto);
	z-index: 50;
	height: var(--swiper-scrollbar-size, 4px);
	width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-vertical > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-vertical {
	position: absolute;
	left: var(--swiper-scrollbar-left, auto);
	right: var(--swiper-scrollbar-right, 4px);
	top: var(--swiper-scrollbar-sides-offset, 1%);
	z-index: 50;
	width: var(--swiper-scrollbar-size, 4px);
	height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar-drag {
	height: 100%;
	width: 100%;
	position: relative;
	background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
	border-radius: var(--swiper-scrollbar-border-radius, 10px);
	left: 0;
	top: 0;
}

.swiper-scrollbar-cursor-drag {
	cursor: move;
}

.swiper-scrollbar-lock {
	display: none;
}

/* Zoom container styles start */

.swiper-zoom-container {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
}

/* Zoom container styles end */

.swiper-slide-zoomed {
	cursor: move;
	touch-action: none;
}

/* a11y */

.swiper .swiper-notification {
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
	opacity: 0;
	z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
	transition-timing-function: ease-out;
	margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
	flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
	flex-wrap: wrap;
	flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
	transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
	pointer-events: none;
	transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
	pointer-events: none;
}

.swiper-fade .swiper-slide-active {
	pointer-events: auto;
}

.swiper-fade .swiper-slide-active .swiper-slide-active {
	pointer-events: auto;
}

.swiper-cube {
	overflow: visible;
}

.swiper-cube .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1;
	visibility: hidden;
	transform-origin: 0 0;
	width: 100%;
	height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
	pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
	transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
	pointer-events: auto;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-prev {
	pointer-events: auto;
	visibility: visible;
}

.swiper-cube .swiper-cube-shadow {
	position: absolute;
	left: 0;
	bottom: 0px;
	width: 100%;
	height: 100%;
	opacity: 0.6;
	z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
	content: "";
	background: #000;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	filter: blur(50px);
}

.swiper-cube .swiper-slide-next + .swiper-slide {
	pointer-events: auto;
	visibility: visible;
}

/* Cube slide shadows start */

.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

/* Cube slide shadows end */

.swiper-flip {
	overflow: visible;
}

.swiper-flip .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
	pointer-events: none;
}

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
	pointer-events: auto;
}

/* Flip slide shadows start */

.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

/* Flip slide shadows end */

.swiper-creative .swiper-slide {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	overflow: hidden;
	transition-property: transform, opacity, height;
}

.swiper-cards {
	overflow: visible;
}

.swiper-cards .swiper-slide {
	transform-origin: center bottom;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	overflow: hidden;
}

.btn {
	xbackground-color: white;
	border-radius: 30px;
	color: #FCF5F2;
	font-size: 16px;
	line-height: 30px;
	height: 50px;
	cursor: pointer;
	display: inline-block;
	transition: all 0.3s;
	align-items: center;
	padding: 10px 20px;
	border: 1px solid #FCF5F2;
}

.btn:hover {
	color: #fff;
	background-color: #FCF5F2;
}

.btn--white {
	background-color: #fff !important;
	color: #0B0B0B !important;
}

.btn--white:hover {
	color: #fff !important;
	background-color: #0B0B0B !important;
}

.btn--ci-color {
	background-color: #1F5C70 !important;
	color: #0B0B0B !important;
}

.btn--ci-color:hover {
	color: #1F5C70 !important;
	background-color: #0B0B0B !important;
}

.overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 7777;
}

.scrolldown {
	position: absolute;
	bottom: 5%;
	border-left: 5px solid #1F5C70;
	border-bottom: 5px solid #1F5C70;
	width: 30px;
	height: 30px;
	opacity: 0.8;
	transition: all 0.5s;
	transform: rotate(-45deg);
}

.scrolldown:hover {
	cursor: pointer;
	bottom: 2.5%;
	opacity: 1;
}

.arrow {
	position: relative;
	display: inline-block;
	background-color: #000;
	height: 1px;
	width: 30px;
	transition: all 0.5s;
}

.arrow.slick-arrow {
	background-color: #000;
	height: 1px;
}

.arrow .touchzone {
	display: block;
	padding: 15px 0;
	margin-top: -15px;
}

.arrow:after {
	content: "";
	position: absolute;
	right: 0;
	top: 50%;
	height: 10px;
	width: 10px;
	border: 1px solid transparent;
	border-top-color: #000;
	border-left-color: #000;
	transform: translateY(-50%) rotate(135deg);
	transition: all 0.5s;
}

.arrow:hover {
	cursor: pointer;
	width: 40px;
}

.arrow--toleft {
	top: 0;
	transform: translateX(-100%);
}

.arrow--toleft:after {
	right: auto;
	left: 0;
	transform: translateY(-50%) rotate(-45deg);
}

.arrow--white {
	background-color: #fff;
}

.arrow--white:after {
	border-top-color: #fff;
	border-left-color: #fff;
}

.arrow--small {
	width: 15px;
}

.arrow--small:after {
	height: 8px;
	width: 8px;
}

.arrow--small:hover {
	width: 20px;
}

.play-btn {
	position: absolute;
	border-radius: 100%;
	background-color: #fff;
	width: 100px;
	height: 100px;
	z-index: 10;
	transition: all 0.5s;
}

.play-btn:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 0;
	height: 0;
	border-top: 15px solid transparent;
	border-bottom: 15px solid transparent;
	border-left: 20px solid #000;
	transition: all 0.5s;
}

.play-btn:hover {
	cursor: pointer;
}

.play-btn:hover:before {
	border-top-width: 20px;
	border-bottom-width: 20px;
	border-left-width: 25px;
}

.play-btn--pause {
	opacity: 0.5;
}

.play-btn--pause:before {
	border-style: double;
	border-width: 20px 0px 20px 20px;
}

.modal {
	z-index: 9500;
}

.modal-dialog {
	width: 80%;
}

.modal-content {
	padding: 30px;
}

.social-icons {
	display: inline-block;
	margin: 0 15px;
	width: 25px;
	font-size: 35px;
}

.social-icons:last-of-type {
	margin-right: 0;
}

.wpcf7 {
	margin: 0 !important;
}

form input,
form textarea {
	border-radius: 5px !important;
	border: none !important;
	font-size: 18px !important;
	padding: 10px 15px !important;
}

form textarea {
	padding: 15px !important;
}

form .wpcf7-submit {
	background-color: #FF3454 !important;
	border: none;
	border-radius: 15px;
	font-weight: 400;
	color: #fff;
	font-size: 16px;
	line-height: 32px;
	height: 50px;
	cursor: pointer;
	display: inline-block;
	transition: all 0.3s;
	align-items: center;
	padding: 10px 20px;
}

form .wpcf7-submit:hover {
	color: #fff;
	background-color: #FF3454 !important;
	box-shadow: 0 1px 5px #FAA4B1;
}

.case-teaser {
	position: relative;
	width: 300px;
	height: 600px;
}

.case-teaser .teaser-wrapper {
	position: relative;
	border-radius: 15px;
	overflow: hidden;
	width: 100%;
	height: 100%;
	transition: all 0.3s;
	background: #1F5C70;
}

.case-teaser .teaser-image {
	position: relative;
	opacity: 0.3;
	transition: all 0.8s;
}

.case-teaser:after {
	z-index: -1;
	position: absolute;
	top: 0px;
	left: 0;
	width: 300px;
	height: 600px;
	border-radius: 15px;
	overflow: hidden;
	content: "";
	border: 1px solid #1F5C70;
	transition: all 0.3s;
	opacity: 0;
	transform: rotate(0deg) !important;
}

.case-teaser:hover .teaser-wrapper {
	transform: rotate(-2deg) translateY(-30px);
	mxargin-top: -40px;
}

.case-teaser:hover .teaser-image {
	opacity: 1;
}

.case-teaser:hover .teaser-title {
	bottom: -200px;
}

.case-teaser:hover:after {
	opacity: 1;
}

.case-teaser .teaser-title {
	position: absolute;
	left: 20px;
	bottom: 20px;
	transition: all 0.3s;
}

.case-teaser .teaser-title h4 {
	color: #fff;
}

.hidden {
	display: none;
}

/*
* include/exclude needed modules
*/

.blog--section .teasers {
	position: relative;
	display: flex;
	width: 100%;
	justify-content: center;
	flex-direction: row;
	flex-wrap: wrap;
}

.blog-teaser {
	position: relative;
	display: block;
	width: calc(32% - 15px);
	margin: 15px;
	transition: all 0.3s;
}

.blog-teaser .teaser-image-wrap {
	position: relative;
	border-radius: 20px;
	height: 310px;
	width: 100%;
	display: block;
	overflow: hidden;
	transition: all 0.5s;
}

.blog-teaser .teaser-image-wrap .teaser-image {
	position: absolute;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.blog-teaser .teaser-image-wrap .teaser-image img {
	position: absolute;
	vertical-align: middle;
	text-align: center;
	min-height: 100%;
	min-width: 100%;
	max-width: none !important;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.blog-teaser .teaser-image-wrap .teaser-author {
	position: absolute;
	left: 20px;
	top: 20px;
	border-radius: 50%;
	width: 50px;
	height: 50px;
	border: 1px solid white;
}

.blog-teaser .teaser-image-wrap .teaser-author img {
	border-radius: 50%;
	width: 50px;
	height: 50px;
}

.blog-teaser .teaser-title {
	margin: 15px 10px 10px 20px;
	width: 100%;
}

.blog-teaser .teaser-title h4 {
	color: #1F5C70;
}

.blog-teaser:after {
	z-index: -1;
	position: absolute;
	top: 0px;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 15px;
	overflow: hidden;
	content: "";
	border: 1px solid #1F5C70;
	transition: all 0.3s;
	opacity: 0;
	transform: rotate(0deg) !important;
}

.blog-teaser:hover .teaser-image-wrap {
	transform: rotate(-2deg) translateY(-30px);
	mxargin-top: -40px;
}

.blog-teaser:hover .teaser-image {
	opacity: 1;
}

.blog-teaser:hover .teaser-title {
	bottom: -200px;
}

.blog-teaser:hover:after {
	opacity: 1;
}

.wpcf7 {
	margin-top: 50px;
	margin-bottom: 50px;
}

.wpcf7 .row {
	margin-bottom: 50px;
}

.wpcf7 .row.nomargin {
	margin-bottom: 0;
}

.wpcf7 p {
	margin: 10px 0;
}

.wpcf7 label {
	padding-top: 42px;
	padding-left: 18px;
	transition: all 0.5s;
	pointer-events: none;
	color: #8A939B;
	position: absolute;
	z-index: 2;
}

.wpcf7 label.active {
	padding-top: 20px;
	padding-left: 0;
	font-size: 13px;
}

.wpcf7 label.active.labeltextarea {
	padding-top: 10px;
}

.wpcf7 .wpcf7-acceptance label {
	position: relative;
	margin-top: 0;
	pointer-events: all;
	padding-left: 0;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #000;
	font-size: 15px;
}

.wpcf7 input[type=submit] {
	border: 0;
	background: none;
	margin-top: 30px;
	font-size: 24px;
}

.wpcf7 input[type=submit]:disabled {
	opacity: 0.5;
}

.wpcf7 input[type=checkbox] {
	width: 25px;
	height: 25px;
	vertical-align: middle;
	margin: 0 10px 0 0;
}

.wpcf7 textarea {
	position: relative;
	border-top: 2px solid #1F5C70;
	transition: all 0.5s;
	font-size: 20px;
	color: #8A939B;
	background-color: #fff;
}

.wpcf7 input[type=text],
.wpcf7 input[type=email],
.wpcf7 input[type=number],
.wpcf7 .wpcf7-tel {
	position: relative;
	border-bottom: 2px solid #000;
	border-top: 0;
	border-left: 0;
	border-right: 0;
	width: 100%;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	font-size: 20px;
	color: #8A939B;
	padding: 15px;
}

.wpcf7 input[type=text]:focus,
.wpcf7 input[type=email]:focus,
.wpcf7 input[type=number]:focus,
.wpcf7 .wpcf7-tel:focus {
	border-color: #1F5C70;
}

.wpcf7 span.wpcf7-not-valid-tip {
	color: #a50000;
	margin-top: 5px;
}

.wpcf7 div.wpcf7-validation-errors,
.wpcf7 div.wpcf7-acceptance-missing {
	border: none;
	color: #a50000;
	margin: 0;
	padding: 0;
}

.wpcf7 div.wpcf7-response-output {
	border-color: #1F5C70 !important;
}

.downloads__section .download-wrapper .download-item {
	position: relative;
	display: flex;
	padding: 30px 40px;
	margin: 10px 0;
	background: #516676;
	color: #fff;
	align-items: center;
	border-radius: 20px;
}

.downloads__section .download-wrapper .download-item .download-icon {
	width: 35px;
	font-size: 45px;
	line-height: 1;
}

.downloads__section .download-wrapper .download-item .download-info {
	position: relative;
	margin-right: 30px;
	width: calc(100% - 60px);
}

.faq__section-wrapper {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.faq__section-fullwidth {
	position: relative;
	width: 100%;
}

.faq__section-left-column {
	position: relative;
	width: 35%;
	align-items: flex-start;
}

.faq__section-left-column .fact-box {
	width: 90%;
}

.faq__section-right-column {
	position: relative;
	width: 60%;
}

.faq-item {
	position: relative;
	margin-bottom: 10px;
	border: 1px solid #e9edf0;
	border-radius: 20px !important;
	background: #fff;
	overflow: hidden;
}

.faq-item p {
	width: calc(100% - 80px);
}

.faq-question {
	padding: 20px 25px;
	cursor: pointer;
	position: relative;
	xborder-radius: 20px;
	transition: all 0.3s;
	font-weight: 500;
}

.faq-question:hover {
	background: #e9edf0;
}

.faq-answer {
	display: none;
	padding: 20px 25px;
	background: #e9edf0;
	xborder-radius: 20px;
	font-size: 16px;
	font-weight: 300;
}

.faq-question::after {
	content: "+";
	position: absolute;
	top: 50%;
	right: 20px;
	font-weight: normal;
	width: 38px;
	height: 38px;
	transform: translateY(-50%);
	font-size: 32px;
	line-height: 38px;
	border-radius: 50%;
	background: #e9edf0;
	color: #8A939B;
	text-align: center;
}

.active {
	display: block;
	background: #e9edf0;
}

.active::after {
	content: "-" !important;
	background: #fff;
	line-height: 34px;
}

.hero__section-wrapper {
	position: relative;
	display: flex;
	justify-content: center;
	flex-flow: column;
	width: 100%;
	align-items: flex-start;
	margin: 10vh 0;
	height: auto;
}

.hero__section-container {
	position: relative;
	width: 100%;
	text-align: left;
	justify-content: flex-start;
	align-content: flex-start;
	margin-top: 30px;
}

.hero__section-container h1 {
	margin: 100px 0;
	color: #0B0B0B;
	line-height: 1.5;
}

.hero__section .infobox {
	position: relative;
	padding: 70px 70px 40px 70px;
	background: #FCF5F2;
	width: 70%;
}

.hero__section .infobox .infobox-link {
	position: relative;
	width: 100%;
	text-align: right;
	margin-top: 20px;
	padding-right: 50px;
}

.hero__section .infobox .infobox-link::after {
	position: absolute;
	content: "";
	right: 0;
	top: 6px;
	width: 20px;
	height: 35px;
	background: url("/wp-content/themes/template/res/img/arrow-right.png") no-repeat;
	transition: all 0.2s;
}

.hero__section .infobox .infobox-link:hover:after {
	right: -10px !important;
}

.hero__section .infobox a {
	position: relative;
	width: 100%;
	color: #0B0B0B;
	text-transform: uppercase;
	text-align: right;
	font-family: "baltica", serif;
	font-style: italic;
	font-size: 18px;
}

.hero__section #animated-text {
	display: inline-block;
	border-right: 3px solid;
	font-size: 90px;
	line-height: 1;
	height: 90px;
	animation: caret 0.7s steps(1) infinite;
	text-align: left;
	line-height: 1;
	padding-right: 10px;
	color: #1F5C70;
}

.hero__section .parallax-container {
	position: absolute;
	right: 0;
	top: -300px;
	width: 471px;
	height: 100%;
	overflow: hidden;
}

.hero__section .parallax-container img {
	width: 100%;
}

.hero__section .floating-element {
	position: absolute;
	width: 471px;
	will-change: transform;
	animation: float 4s ease-in-out infinite;
}

.hero__section .floating-element::after {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	width: 471px;
	height: 570px;
	background: url("/wp-content/themes/template/res/img/img-shape.png") no-repeat;
	background-size: cover;
}

.hero__section #element1 {
	animation-duration: 3s;
	top: 300px;
}

.hero__section-info {
	position: relative;
	width: 30%;
	text-align: center;
	display: inline-block;
}

/* IMAGE SECTION */

.image--section {
	position: relative;
	width: 100%;
	margin: 10vh auto;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0;
}

.image--section .image-wrapper {
	display: block;
	width: 100%;
}

.image--section .desktop {
	display: block;
}

.image--section .mobile {
	display: none;
}

.image--section img {
	width: 100%;
}

.image--section .content-wrapper img {
	border-radius: 30px;
	line-height: 0;
}

.text__section-wrapper {
	position: relative;
	display: flex;
	justify-content: center;
	flex-flow: column;
	width: 100%;
	align-items: center;
}

.text__section-container {
	position: relative;
	width: 70%;
	text-align: justify;
	text-justify: inter-word;
	justify-content: center;
	align-content: center;
}

.text__section-info {
	position: relative;
	width: 30%;
	text-align: center;
	display: inline-block;
}

/* VIDEO SECTION */

.video--section {
	position: relative;
	width: 100%;
	max-width: 1800px;
	margin: 10vh auto;
	display: flex;
	justify-content: center;
	align-items: center;
}

.video--section .video-wrapper {
	width: 100%;
	height: 0;
	padding-bottom: 56.25%; /* 16:9 ratio */
	position: relative;
	overflow: hidden;
	border-radius: 30px;
}

.video--section .video-wrapper h2 {
	position: absolute;
	z-index: 11;
	left: 0;
	width: 43%;
	text-align: right;
	color: #fff;
	height: 100%;
	display: flex;
	align-items: center;
	pointer-events: none;
	justify-content: flex-end;
}

.video--section .video-wrapper h2 span {
	color: #1F5C70;
}

.video--section .video-wrapper video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: contain;
	overflow: hidden;
	z-index: 8;
}

.video--section .video-wrapper #volumeBtn {
	position: absolute;
	right: 30px;
	bottom: 30px;
	width: 30px;
	height: 30px;
	z-index: 10;
	background: url("/wp-content/themes/template/res/img/mute.png");
	background-size: 100% auto;
	border: none;
}

.video--section .video-wrapper .muted {
	background: url("/wp-content/themes/template/res/img/muted.png") !important;
}

.video--section .video-wrapper #playPauseBtn {
	z-index: 10;
}

.video--section .video-wrapper .paused {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: url("/wp-content/themes/template/res/img/play.png") no-repeat;
	background-size: 35% auto;
	background-position: center center;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	background-color: #fff;
	border: none;
	padding: 50px;
	cursor: pointer;
}

.video--section .video-wrapper .playing {
	position: absolute;
	left: 30px;
	bottom: 30px;
	width: 30px;
	height: 30px;
	z-index: 10;
	background: url("/wp-content/themes/template/res/img/pause.png");
	background-size: 100% auto;
	transform: translate(0, 0);
	border: none;
	cursor: pointer;
}

.video--section .video-wrapper .overlay {
	pointer-events: none;
	z-index: 9;
	transition: all 0.3s;
}

.herausforderungen__section .content-wrapper {
	text-align: center;
}

.swiper {
	position: relative;
	margin-top: 50px;
	width: 100%;
	height: 100%;
}

.swiper .swiper-wrapper {
	margin-bottom: 50px;
}

.swiper-button-prev,
.swiper-button-next {
	color: #afcb37;
	z-index: 999;
}

.swiper-slide {
	background: none;
	display: block;
	height: 600px;
	cursor: move; /* fallback if grab cursor is unsupported */
	cursor: grab;
	cursor: -moz-grab;
	cursor: -webkit-grab;
}

.swiper-slide .challenge {
	background: #1F5C70;
	color: #FCF5F2;
	padding: 50px;
}

.swiper-slide .challenge .preline {
	font-size: 18px;
	font-style: italic;
}

.swiper-slide .challenge h3 {
	color: #FCF5F2;
	font-weight: bold;
	margin: 30px 0 10px 0;
}

.swiper-slide .solution {
	position: relative;
	background: #FCF5F2;
	padding: 30px 50px;
	color: #0B0B0B;
	transition: all 0.3s;
}

.swiper-slide .solution .teaser {
	position: relative;
	font-style: italic;
	color: #0B0B0B;
	font-size: 32px;
	font-family: "baltica", serif;
	transition: all 0.2s;
}

.swiper-slide .solution .teaser::after {
	position: absolute;
	content: "";
	right: 0;
	top: 12px;
	width: 35px;
	height: 20px;
	background: url("/wp-content/themes/template/res/img/arrow-down.png") no-repeat;
	transition: all 0.2s;
}

.swiper-slide .solution .solution-info {
	display: none;
	margin-top: 30px;
	transition: all 0.2s;
}

.swiper-slide:hover .solution .teaser {
	font-size: 18px;
}

.swiper-slide:hover .solution .teaser:after {
	transform: rotate(180deg) scale(0.5);
	top: 0px;
}

.swiper-slide:hover .solution .solution-info {
	display: block;
}

.kompetenzen__section .content-wrapper {
	text-align: center;
}

.kompetenzen__section .intro {
	margin-left: 15%;
	width: 70%;
}

.kompetenzen__section .kompetenz-wrapper {
	position: relative;
	display: flex;
	justify-content: space-between;
	flex-flow: wrap;
	width: 100%;
	margin-top: 50px;
	perspective: 1000px;
}

.kompetenz-container {
	position: relative;
	width: 320px;
	height: 330px;
	perspective: 1000px;
	margin: 50px 10px 20px 10px;
}

.kompetenz {
	width: 100%;
	height: 100%;
	position: relative;
	transform-style: preserve-3d;
	transition: transform 0.5s ease-in-out;
}

.trigger {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	cursor: pointer;
	background-color: transparent;
}

h3 {
	font-size: 32px;
	font-weight: bold;
	color: #0B0B0B;
}

.trigger:hover + .kompetenz {
	transform: rotateY(180deg);
}

.frontside,
.backside {
	position: absolute;
	width: 100%;
	height: 100%;
	backface-visibility: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	text-align: center;
	padding: 70px 30px 30px 30px;
}

.frontside {
	background-color: #FCF5F2;
	z-index: 1;
}

.frontside:after {
	position: absolute;
	top: -30px;
	content: "";
	background: url("/wp-content/themes/template/res/img/kompetenz-u.png") no-repeat;
	width: 73px;
	height: 95px;
	left: calc(50% - 36px);
	z-index: 2;
}

.backside {
	background-color: #1F5C70;
	color: #fff;
	transform: rotateY(180deg);
	z-index: 1;
}

.backside:after {
	position: absolute;
	top: -30px;
	content: "";
	background: url("/wp-content/themes/template/res/img/kompetenz-ub.png") no-repeat;
	width: 73px;
	height: 95px;
	left: calc(50% - 36px);
	z-index: 2;
}

.stats__section {
	text-align: center;
}

.intro {
	margin-left: 15%;
	width: 70%;
}

.stats__wrapper {
	margin-top: 30px;
	display: flex;
	justify-content: space-between;
}

.stats__wrapper .stats__item {
	position: relative;
	margin: 20px 0;
}

.stats__wrapper .stats__item-number {
	font-size: 92px;
	line-height: 1.5;
	color: #1F5C70;
	font-weight: 600;
	font-family: "baltica", serif;
}

.stats__wrapper .stats__item-number::before {
	content: "> ";
	position: absolute;
	font-size: 32px;
	font-weight: 300;
	top: 44px;
	margin-left: -40px;
}

.stats__wrapper .stats__item .euro::before {
	content: "> € ";
	position: absolute;
	font-size: 32px;
	font-weight: 300;
	top: 44px;
	margin-left: -55px;
}

.stats__wrapper .stats__item .euro::after {
	content: "Mrd. ";
	position: absolute;
	font-size: 32px;
	font-weight: 300;
	top: 44px;
	margin-left: 20px;
}

.stats__wrapper .stats__item .suffix-mio::after {
	content: " mio";
	position: relative;
	font-size: 32px;
}

.stats__wrapper .stats__item-info {
	font-size: 22px;
	line-height: 1.3;
}

.team__section .content-wrapper {
	text-align: center;
}

.team__section .intro {
	margin-left: 15%;
	width: 70%;
}

.team__section .team-wrapper {
	position: relative;
	display: flex;
	justify-content: space-between;
	flex-flow: wrap;
	width: 100%;
	margin-top: 50px;
	perspective: 1000px;
}

.team-container {
	position: relative;
	width: calc(33% - 20px);
	height: 550px;
	perspective: 1000px;
	margin: 50px 10px 20px 10px;
}

.team {
	width: 100%;
	height: 100%;
	position: relative;
	transform-style: preserve-3d;
	transition: transform 0.5s ease-in-out;
	transform: rotateY(180deg);
}

.trigger {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	cursor: pointer;
	background-color: transparent;
}

h3 {
	font-size: 32px;
	font-weight: bold;
	color: #0B0B0B;
}

.trigger:hover + .team {
	xtransform: rotateY(180deg);
}

.frontside,
.backside {
	position: absolute;
	width: 100%;
	height: 100%;
	backface-visibility: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	text-align: center;
	padding: 70px 30px 30px 30px;
}

.frontside {
	background-color: #FCF5F2;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	z-index: 1;
}

.frontside:after {
	position: absolute;
	top: -30px;
	content: "";
	background: url("/wp-content/themes/template/res/img/kompetenz-u.png") no-repeat;
	width: 73px;
	height: 95px;
	left: calc(50% - 36px);
	z-index: 2;
}

.backside {
	background-color: #1F5C70;
	color: #fff;
	transform: rotateY(180deg);
	z-index: 1;
}

.backside:after {
	position: absolute;
	top: -30px;
	content: "";
	background: url("/wp-content/themes/template/res/img/kompetenz-ub.png") no-repeat;
	width: 73px;
	height: 95px;
	left: calc(50% - 36px);
	z-index: 2;
}

.kundenslider__section {
	padding-top: 50px;
}

.kundenslider__section h2 {
	color: #FCF5F2;
}

.kundenslider__section .content-wrapper {
	text-align: center;
}

.kundenslider__section::before {
	position: absolute;
	background-color: #1F5C70;
	background-image: url("/wp-content/themes/template/res/img/pattern.png");
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: bottom left;
	content: "";
	width: 100%;
	height: 75%;
	margin-top: -80px;
}

.kundenslider__section .swiper {
	position: relative;
	margin-top: 50px;
	width: 100%;
	height: 100%;
}

.kundenslider__section .swiper .swiper-wrapper {
	margin-bottom: 50px;
}

.kundenslider__section .swiper-button-prev,
.kundenslider__section .swiper-button-next {
	color: white;
	z-index: 999;
	background: black;
	border-radius: 50%;
	width: 65px;
	height: 65px;
	margin-top: -50px;
	text-align: center;
}

.kundenslider__section .swiper-button-prev::after,
.kundenslider__section .swiper-button-next::after {
	font-size: 32px;
}

.kundenslider__section .swiper-button-next {
	right: 0;
}

.kundenslider__section .swiper-button-prev {
	left: 0;
}

.kundenslider__section .swiper-slide {
	background: none;
	display: block;
	width: 100%;
	height: auto;
	cursor: move; /* fallback if grab cursor is unsupported */
	cursor: grab;
	cursor: -moz-grab;
	cursor: -webkit-grab;
}

.kundenslider__section .swiper-slide img {
	width: 100%;
}

.kundenslider__section .swiper-slide .slide-img {
	line-height: 0;
	font-size: 0;
}

.kundenslider__section .swiper-slide .slide-info {
	background: #FCF5F2;
	padding: 30px;
	margin-top: 0;
}

.logo-section {
	text-align: center;
}

.logo-section .logo-wrapper {
	position: relative;
	display: flex;
	flex-flow: wrap;
	justify-content: center;
}

.logo-section .logo-wrapper .prod-logo {
	position: relative;
	width: calc(20% - 20px);
	margin: 10px;
	border: 1px solid white;
	transition: all 0.3s;
}

.logo-section .logo-wrapper .prod-logo .prod-img {
	position: relative;
}

.logo-section .logo-wrapper .prod-logo .prod-info {
	position: absolute;
	font-size: 20px;
	opacity: 0;
	padding: 20px;
	background: rgba(255, 255, 255, 0.6);
	bottom: 0;
	transition: all 0.3s;
}

.logo-section .logo-wrapper .prod-logo:hover {
	bxorder: 1px solid grey;
}

.logo-section .logo-wrapper .prod-logo:hover .prod-info {
	opacity: 1;
}

/*
* BELOW sass is OPTIONAL
*/

@media screen and (max-width: 1440px) {

#nav {
	display: none;
}

#burger {
	display: block;
}

.wpcf7 {
	margin-bottom: 70px;
}

}

@media screen and (max-width: 1199px) {

body {
	font-size: 16px;
}

#page {
	margin-top: 0px;
}

section {
	margin-bottom: 110px;
}

h1,
.h1 {
	font-size: 82px;
}

h2,
.h2 {
	font-size: 55px;
	margin-bottom: 15px;
}

.outline {
	-webkit-text-stroke: 1px #1F5C70;
}

.menu__link {
	font-size: 16px;
	margin: 0 15px;
}

.play-btn {
	width: 80px;
	height: 80px;
}

.hero__section-wrapper {
	margin: 20vh 0;
}

}

@media screen and (max-width: 1023px) {

h1,
.h1 {
	font-size: 72px;
}

h4,
.h4 {
	font-size: 29px;
}

#header {
	padding: 0 10px;
}

.navigation .btn {
	display: none;
}

.blog-teaser {
	width: calc(50% - 30px);
}

.blog-teaser .teaser-image-wrap {
	height: 250px;
}

.faq__section-wrapper {
	display: block;
}

.faq__section-left-column {
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.faq__section-left-column .fact-box {
	width: 40%;
}

.faq__section-info {
	width: 50%;
}

.faq__section-right-column {
	width: 100%;
	margin-top: 30px;
}

.hero__section-container {
	width: 70%;
}

.hero__section-info {
	width: 50%;
}

.text__section-container {
	width: 70%;
}

.text__section-info {
	width: 50%;
}

.video--section {
	xwidth: calc(100% - 20px);
}

.video--section .video-wrapper h2 {
	transform: scale(0.7);
}

}

@media screen and (max-width: 782px) {

#wpadminbar {
	position: fixed;
}

.admin-bar .wrapper {
	min-height: calc(100vh - 46px);
}

}

@media screen and (max-width: 767px) {

body {
	font-size: 15px;
}

input[type=text],
input[type=email],
input[type=number] {
	line-height: 1;
	margin: 3px 0 0;
}

textarea {
	padding: 5px;
	font-size: 11px;
	line-height: 1;
	margin: 3px 0 0;
	height: 100px;
}

section {
	margin-bottom: 50px;
}

h1,
.h1 {
	font-size: 42px;
}

h2,
.h2 {
	font-size: 42px;
}

h3,
.h3 {
	font-size: 16px;
}

h4,
.h4 {
	font-size: 26px;
}

h5,
.h5 {
	font-size: 12px;
}

h6,
.h6 {
	font-size: 18px;
}

table {
	display: block;
	width: 100%;
	overflow-x: scroll;
}

section .content-wrapper {
	padding: 0 30px;
}

#burger {
	left: 25px;
	top: 27px;
}

.footer__wrapper-split {
	display: block;
}

.footer__wrapper-column {
	max-width: 100%;
}

.splitfoot {
	display: block;
}

.splitfoot .splitleft {
	flex-basis: 100% !important;
}

.splitfoot .splitright {
	flex-basis: 100% !important;
}

#btt {
	transform: scale(0.75) !important;
	right: 20px;
	bottom: 20px;
}

.play-btn {
	width: 50px;
	height: 50px;
	bottom: 0;
}

.play-btn:before {
	border-top-width: 9px;
	border-bottom-width: 9px;
	border-left-width: 15px;
}

.play-btn:hover:before {
	border-top-width: 10px;
	border-bottom-width: 10px;
	border-left-width: 15px;
}

.modal-content {
	padding: 10px;
}

.case-teaser .teaser-title h4 {
	font-size: 5vw;
}

.blog-teaser {
	width: 100%;
	margin: 15px 0;
}

.blog-teaser .teaser-image-wrap {
	height: 220px;
}

.downloads__section .download-wrapper .download-item {
	padding: 20px 25px;
}

.downloads__section .download-wrapper .download-item .download-icon {
	width: 25px;
	font-size: 25px;
}

.downloads__section .download-wrapper .download-item .download-info {
	line-height: 1.25;
}

.faq__section-left-column {
	display: block;
}

.faq__section-left-column .fact-box {
	width: 100%;
}

.faq__section-info {
	width: 100%;
}

.hero__section-container {
	width: 100%;
}

.hero__section-info {
	width: 100%;
}

.image--section .desktop {
	display: none;
}

.image--section .mobile {
	display: block;
}

.text__section-container {
	width: 100%;
}

.text__section-info {
	width: 100%;
}

.video--section .video-wrapper {
	border-radius: 25px;
	padding-bottom: 177.77%; /* 9:16 ratio */
}

.video--section .video-wrapper h2 {
	display: none;
}

.stats__wrapper {
	flex-flow: wrap;
	justify-content: center;
}

.stats__wrapper .stats__item {
	width: 50%;
}

.stats__wrapper .stats__item-number {
	font-size: 52px;
}

.stats__wrapper .stats__item .suffix-mio::after {
	font-size: 17px;
}

.stats__wrapper .stats__item-info {
	font-size: 13px;
}

}

@keyframes swiper-preloader-spin {

0% {
	transform: rotate(0deg);
}

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

}

@keyframes caret {

50% {
	border-color: transparent;
}

}

