@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: #464646;
	font-family: "Inter", sans-serif;
	font-size: 16px;
	line-height: 1.8;
	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: 20vh;
}

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: "Inter", 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: neulis-cursive, sans-serif;
	font-weight: 600;
	color: black;
	line-height: 1.2;
	letter-spacing: -3px;
}

h1,
.h1 {
	font-size: 80px;
	line-height: 0.9;
	letter-spacing: -4px;
	color: #E5356F;
	margin: 15px 0;
}

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

h3,
.h3 {
	font-size: 22px;
	line-height: 1.5;
	letter-spacing: -1px;
	color: #E5356F;
	text-decoration: underline;
}

h4,
.h4 {
	font-size: 22px;
	line-height: 1.2;
	margin-bottom: 10px;
	font-weight: 600;
	letter-spacing: -1px;
	color: #000;
}

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

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

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

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

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

.ctabtn {
	background: #E5356F;
	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);
}

.section-indicator {
	position: absolute;
	margin-top: -15vh;
}

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

/**
 * Swiper 11.1.15
 * 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: November 18, 2024
 */

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

:root {
	--swiper-theme-color: #007aff;
}

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

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

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

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

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

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

.swiper-css-mode > .swiper-wrapper {
	overflow: auto;
	scrollbar-width: none;
	-ms-overflow-style: none;
}

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

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
	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-watch-progress .swiper-slide-visible .swiper-lazy-preloader,
.swiper:not(.swiper-watch-progress) .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;
}

.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-button-next,
.swiper-button-prev {
	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-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
	opacity: 0.35;
	cursor: auto;
	pointer-events: none;
}

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

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

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

.swiper-rtl .swiper-button-next svg,
.swiper-rtl .swiper-button-prev 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;
}

.swiper-button-next:after,
.swiper-button-prev: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";
}

.swiper-pagination {
	position: absolute;
	text-align: center;
	transition: 0.3s 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;
}

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

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

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

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

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	display: inline-block;
	transition: 0.2s transform, 0.2s 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: 0.2s transform, 0.2s left;
}

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

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

.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-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
	width: 100%;
	height: var(--swiper-pagination-progressbar-size, 4px);
	left: 0;
	top: 0;
}

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

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

.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-scrollbar.swiper-scrollbar-vertical,
.swiper-vertical > .swiper-scrollbar {
	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;
}

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

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

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

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

.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,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

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

.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,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

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

.swiper.swiper-cards {
	overflow: visible;
}

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

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

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

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

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

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

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

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

.anim--delay300 {
	transition-delay: 0.3s;
}

.anim--delay400 {
	transition-delay: 0.4s;
}

.anim--delay500 {
	transition-delay: 0.5s;
}

.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: #E5356F;
}

.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: #E5356F;
	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: #E5356F !important;
	background-color: #E5356F !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: #E5356F !important;
	background-color: #E5356F !important;
	top: 0;
	opacity: 0;
	transition: top 0.075s ease, opacity 0.075s 0.12s ease;
}

.hamburger--squeeze.is-active .hamburger-inner::after {
	color: #E5356F !important;
	background-color: #E5356F !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: fixed;
	top: 0;
	left: 0;
	width: 100%;
	padding-top: 30px;
	margin: 0px 0 0 0;
	z-index: 9999;
	transition: all 0.75s;
}

.contact a {
	color: #E5356F;
}

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

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

/*
* MENU
*/

.menu {
	display: flex;
	opacity: 1;
	text-align: center;
}

.menu__link {
	font-size: 18px;
	font-family: neulis-cursive, sans-serif;
	color: #464646;
	font-weight: 400;
	margin: 15px 20px;
	cursor: pointer;
	padding: 0;
	position: relative;
}

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

.menu__item--active .menu__link {
	color: #E5356F !important;
}

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

#nav {
	position: relative;
	xwidth: 100%;
	text-align: center;
	background: rgba(252, 250, 251, 0.7) 0% 0% no-repeat padding-box;
	backdrop-filter: blur(9px);
	-webkit-backdrop-filter: blur(9px);
	height: 60px;
	padding: 12px 20px 0 20px;
	border: 1px solid #F7F0F8;
	border-radius: 50px;
	opacity: 1;
}

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

#nav-mobile {
	position: fixed;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: rgba(252, 250, 251, 0.7) 0% 0% no-repeat padding-box;
	backdrop-filter: blur(9px);
	-webkit-backdrop-filter: blur(9px);
	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__item {
	margin: 10px 0;
}

#nav-mobile .menu__link {
	color: #000;
	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: center;
}

#burger {
	position: fixed;
	right: 40px;
	top: 40px;
	z-index: 99999;
	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: #FCFAFB;
	border-top: 1px solid #F7F0F8;
	color: #E5356F;
	overflow: hidden;
	position: relative;
	background-image: url("/wp-content/themes/template/res/img/bg-footer.png");
	background-repeat: no-repeat;
	background-size: 600px auto;
	background-position: center bottom;
}

#footer a {
	color: #E5356F;
	text-decoration: underline;
}

#footer b {
	color: #E5356F;
	font-family: neulis-cursive, sans-serif;
}

#footer .comp__mail {
	color: #E5356F;
}

#footer .comp__name {
	font-weight: 700;
	font-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;
}

.split01 {
	align-self: flex-start;
	color: #8A939B;
}

.maillink {
	color: #000 !important;
}

.split02 {
	text-align: center;
}

.split03 {
	text-align: right;
}

.footer__wrapper {
	position: relative;
	margin-top: 0px;
	display: flex;
	align-items: space-between;
	justify-content: center;
	padding: 0 10px;
	grid-gap: 10px;
}

.footer__wrapper-split {
	position: relative;
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin: 0 10px;
}

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

.footer__wrapper-column {
	width: 100%;
}

#footer ul {
	display: flex;
	flex-flow: column;
	justify-content: flex-start;
	text-align: left;
	margin: 30px 0;
}

#footer ul a {
	color: #8A939B;
	font-size: 13px;
	text-transform: uppercase;
	margin-left: 0;
	font-family: "Inter", sans-serif;
}

#footer ul .menu__item--main-point a {
	color: #E5356F;
	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: #E5356F;
	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;
}

.btn {
	xbackground-color: white;
	border-radius: 30px;
	color: #29A3B2;
	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 #29A3B2;
}

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

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

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

.btn--ci-color {
	background-color: #E5356F !important;
	color: #464646 !important;
}

.btn--ci-color:hover {
	color: #E5356F !important;
	background-color: #464646 !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 #E5356F;
	border-bottom: 5px solid #E5356F;
	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: #E5356F;
}

.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 #E5356F;
	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: #E5356F;
}

.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 #E5356F;
	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 #E5356F;
	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: #E5356F;
}

.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: #E5356F !important;
}

.downloads__section .download-wrapper .download-item {
	position: relative;
	display: flex;
	padding: 30px 40px;
	margin: 10px 0;
	background: #F7F0F8;
	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 #FCFAFB;
	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: #FCFAFB;
}

.faq-answer {
	display: none;
	padding: 20px 25px;
	background: #FCFAFB;
	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: #FCFAFB;
	color: #8A939B;
	text-align: center;
}

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

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

.hero__section-wrapper {
	position: relative;
	display: flex;
	justify-content: space-between;
	width: 100%;
	align-items: center;
	margin: 0vh 0 20vh 0;
	padding-bottom: 10vh;
}

.hero__section-info-container {
	position: relative;
	width: 42%;
	text-align: left;
	justify-content: flex-start;
	align-content: center;
}

.hero__section-info-container p {
	margin-top: 40px;
}

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

.hero__section-img-container {
	position: relative;
	width: 57%;
	animation: blurani 2s ease 1s forwards;
	opacity: 0;
	filter: blur(12px);
	transform: scale(0.95);
}

.scrolling {
	position: absolute;
	left: calc(50% - 13px);
	width: 26px;
	height: 38px;
	border: 1px solid black;
	border-radius: 40px;
	bottom: 0px;
}

.scrolling .scroller {
	position: absolute;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: black;
	left: 6px;
	top: 6px;
	opacity: 0;
	animation: scrolli 1.5s ease infinite;
}

/* 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 h3 {
	text-align: center;
}

.text__section-wrapper {
	position: relative;
	display: flex;
	justify-content: center;
	xflex-flow: column;
	width: 100%;
	align-items: flex-start;
	margin: 50px 0;
	xpadding: 0 10%;
}

.text__section-container {
	position: relative;
	width: 40%;
	text-align: justify;
	text-justify: inter-word;
	justify-content: center;
	align-content: center;
	margin: 0 20px;
}

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

.text__section h1,
.text__section h2,
.text__section h3 {
	text-align: center;
}

.text__section-wrapper {
	position: relative;
	display: flex;
	justify-content: center;
	xflex-flow: column;
	width: 100%;
	align-items: flex-start;
	margin: 50px 0;
	xpadding: 0 10%;
}

.text__section-container {
	position: relative;
	width: 40%;
	text-align: justify;
	text-justify: inter-word;
	justify-content: center;
	align-content: center;
	margin: 0 20px;
}

.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: #E5356F;
}

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

.leistungen__section {
	background-image: url("/wp-content/themes/template/res/img/bg-leistungen.png");
	background-repeat: no-repeat;
	background-position: left center;
	background-size: auto 100%;
	text-align: center;
}

.leistungen__section .leistungen__wrapper {
	position: relative;
	margin-top: 30px;
	display: flex;
	justify-content: space-between;
}

.leistungen__section .leistungen__wrapper .leistungscolumn {
	position: relative;
	width: calc(50% - 10px);
	display: block;
}

.leistungen__section .leistungen__wrapper .lcol {
	position: relative;
	display: flex;
	height: auto;
	box-sizing: border-box;
}

.leistungen__section .leistungen__wrapper .lcol .leistung {
	position: relative;
	display: flex;
	flex-flow: column;
	justify-content: space-between;
}

.leistungen__section .leistungen__wrapper .lcol .leistung .leistungsicon {
	text-align: center;
}

.leistungen__section .leistungen__wrapper .lcol .leistung .leistungsinfo {
	position: relative;
	display: flex;
	align-self: flex-end;
	xheight: 100%;
	justify-content: flex-end;
	flex-flow: column;
}

.leistungen__section .leistungen__wrapper .leistung {
	position: relative;
	width: 100%;
	padding: 20px 30px;
	border-radius: 10px;
	border: 1px solid #F7F0F8;
	background: #FCFAFB;
	margin: 20px 10px;
	text-align: left;
	height: auto;
	box-sizing: border-box;
	transition: all 0.3s;
}

.leistungen__section .leistungen__wrapper .leistung:hover {
	transform: scale(1.025);
}

.leistungen__section .leistungen__wrapper .leistung .number {
	color: #C0C5CD;
	font-weight: 600;
	font-size: 20px;
	letter-spacing: -1px;
}

.leistungen__section .leistungen__wrapper .leistung .leistungsicon {
	position: relative;
	text-align: right;
	xmargin: 20px 0;
}

.leistungen__section .leistungen__wrapper .leistung .leistungsinfo {
	position: relative;
	display: block;
	box-sizing: border-box;
}

.portfolio__section h3,
.portfolio__section h2,
.portfolio__section p {
	text-align: center;
}

.portfolio__section h2 {
	margin-top: 20px;
}

.portfolio__section p {
	margin: 20px 0;
}

.portfolio__section .portfolio__wrapper {
	position: relative;
	margin: 50px 0;
}

.portfolio__section .portfolio__wrapper .swiper-wrapper {
	align-items: center;
}

.portfolio__section .portfolio__wrapper .swiper {
	position: relative;
	width: 100%;
	height: 100%;
}

.portfolio__section .portfolio__wrapper .swiper::before {
	position: absolute;
	left: 5px;
	top: 5%;
	content: "";
	width: calc(100% - 10px);
	height: 90%;
	background: #FCFAFB;
	border: 1px solid #F7F0F8;
	border-radius: 10px;
}

.portfolio__section .portfolio__wrapper .swiper-slide {
	text-align: center;
	font-size: 18px;
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 200px;
	position: relative;
}

.portfolio__section .portfolio__wrapper .swipe-wrap {
	position: relative;
	width: 100%;
	height: 100%;
	display: flex;
	flex-flow: row;
	align-items: center;
}

.portfolio__section .portfolio__wrapper .swipe-wrap .swipe-img {
	position: relative;
	width: 45%;
}

.portfolio__section .portfolio__wrapper .swipe-wrap .swipe-info {
	position: relative;
	width: 55%;
	padding: 30px;
	text-align: left;
}

.portfolio__section .portfolio__wrapper .swipe-wrap .swipe-info .swipe-text {
	font-style: italic;
	font-family: neulis-cursive, sans-serif;
	font-weight: 300;
	font-size: 26px;
	line-height: 1.2;
	margin-bottom: 30px;
}

.portfolio__section .portfolio__wrapper .swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.portfolio__section .swiper-pagination {
	position: absolute;
	bottom: -10px;
}

.portfolio__section .swiper-pagination-bullet-active {
	background: #E5356F !important;
}

.portfolio__section .swiper-pagination-bullet {
	width: 17px;
	height: 17px;
	text-align: center;
	line-height: 17px;
	font-size: 12px;
	color: #464646;
	opacity: 1;
	background: #464646;
}

/*
* BELOW sass is OPTIONAL
*/

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

.wpcf7 {
	margin-bottom: 70px;
}

}

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

body {
	font-size: 16px;
}

section {
	margin-bottom: 110px;
}

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

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

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

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

#burger {
	top: 30px;
	right: 30px;
	transform: scale(0.9);
}

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

}

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

#page {
	margin-top: 13vh;
}

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

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

#header {
	padding: 20px 0 0 0;
}

#nav {
	display: none;
}

#burger {
	display: block;
}

.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-wrapper {
	display: block;
	margin: 13vh 0;
	padding-bottom: 30px;
}

.hero__section-info-container {
	width: 70%;
	margin-left: 15%;
	margin-bottom: 50px;
	text-align: center;
}

.hero__section-info {
	width: 70%;
}

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

.text__section-container {
	width: 70%;
}

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

.leistungen__section .leistungen__wrapper {
	display: block;
}

.leistungen__section .leistungen__wrapper .leistungscolumn {
	width: 100%;
}

.leistungen__section .leistungen__wrapper .lcol {
	display: block;
}

.leistungen__section .leistungen__wrapper .leistung {
	margin: 20px 0;
}

.portfolio__section .portfolio__wrapper .swiper-slide {
	min-height: 300px;
}

}

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

#page {
	margin-top: 18vh;
}

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: 47px;
}

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

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

.logo {
	width: 210px;
}

.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-wrapper {
	margin: 18vh 0;
	padding-bottom: 8vh;
}

.hero__section-info-container {
	text-align: center;
	width: 100%;
	margin-left: 0;
}

.hero__section-info {
	width: 100%;
}

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

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

.text__section-wrapper {
	display: block;
}

.text__section-container {
	width: calc(100% - 40px);
	margin: 20px 20px;
}

.text__section-info {
	width: 100%;
}

.text__section-wrapper {
	display: block;
}

.text__section-container {
	width: calc(100% - 40px);
	margin: 20px 20px;
}

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

.portfolio__section .portfolio__wrapper .swipe-wrap {
	display: block;
}

.portfolio__section .portfolio__wrapper .swipe-wrap .swipe-img {
	width: 80%;
	margin-left: 10%;
}

.portfolio__section .portfolio__wrapper .swipe-wrap .swipe-info {
	width: 100%;
	padding: 30px 30px 50px 30px;
}

.portfolio__section .portfolio__wrapper .swipe-wrap .swipe-info .swipe-text {
	font-size: 20px;
}

}

@keyframes swiper-preloader-spin {

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

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

}

@keyframes blurani {

0% {
	opacity: 0;
	filter: blur(12px);
	transform: scale(0.98);
}

50% {
	opacity: 1;
	filter: blur(0);
	transform: scale(1.02);
}

100% {
	opacity: 1;
	filter: blur(0);
	transform: scale(1);
}

}

@keyframes scrolli {

0% {
	top: 6px;
	opacity: 0;
}

50% {
	top: 12px;
	opacity: 1;
}

100% {
	top: 20px;
	opacity: 0;
}

}

