﻿/*!
 * @author Sphinxly
 * @url https://www.sphinxly.se
 * Copyright 2023 Sphinxly
 */
@charset "UTF-8";
@import url(7629f52e84204cfbbc5387224ac057cd.css);

img {
	max-width: 100%;
}

.section-values blue-bg img {
	width: 100%;
	height: 215px;
	object-fit: cover;
}

body.compensate-for-scrollbar {
	overflow: hidden
}

.fancybox-active {
	height: auto
}

.fancybox-is-hidden {
	left: -9999px;
	margin: 0;
	position: absolute !important;
	top: -9999px;
	visibility: hidden
}

.fancybox-container {
	-webkit-backface-visibility: hidden;
	height: 100%;
	left: 0;
	outline: 0;
	position: fixed;
	-webkit-tap-highlight-color: transparent;
	top: 0;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	transform: translateZ(0);
	width: 100%;
	z-index: 99992
}

.fancybox-container * {
	box-sizing: border-box
}

.fancybox-bg,
.fancybox-inner,
.fancybox-outer,
.fancybox-stage {
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0
}

.fancybox-outer {
	-webkit-overflow-scrolling: touch;
	overflow-y: auto
}

.fancybox-bg {
	background: #1e1e1e;
	opacity: 0;
	transition-duration: inherit;
	transition-property: opacity;
	transition-timing-function: cubic-bezier(.47, 0, .74, .71)
}

.fancybox-is-open .fancybox-bg {
	opacity: .9;
	transition-timing-function: cubic-bezier(.22, .61, .36, 1)
}

.fancybox-caption,
.fancybox-infobar,
.fancybox-navigation .fancybox-button,
.fancybox-toolbar {
	direction: ltr;
	opacity: 0;
	position: absolute;
	transition: opacity .25s ease, visibility 0s ease .25s;
	visibility: hidden;
	z-index: 99997
}

.fancybox-show-caption .fancybox-caption,
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-nav .fancybox-navigation .fancybox-button,
.fancybox-show-toolbar .fancybox-toolbar {
	opacity: 1;
	transition: opacity .25s ease 0s, visibility 0s ease 0s;
	visibility: visible
}

.fancybox-infobar {
	color: #ccc;
	font-size: 13px;
	-webkit-font-smoothing: subpixel-antialiased;
	height: 44px;
	left: 0;
	line-height: 44px;
	min-width: 44px;
	mix-blend-mode: difference;
	padding: 0 10px;
	pointer-events: none;
	top: 0;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.fancybox-toolbar {
	right: 0;
	top: 0
}

.fancybox-stage {
	direction: ltr;
	overflow: visible;
	transform: translateZ(0);
	z-index: 99994
}

.fancybox-is-open .fancybox-stage {
	overflow: hidden
}

.fancybox-slide {
	-webkit-backface-visibility: hidden;
	display: none;
	height: 100%;
	left: 0;
	outline: 0;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	padding: 44px;
	position: absolute;
	text-align: center;
	top: 0;
	transition-property: transform, opacity;
	white-space: normal;
	width: 100%;
	z-index: 99994
}

.fancybox-slide:before {
	content: "";
	display: inline-block;
	font-size: 0;
	height: 100%;
	vertical-align: middle;
	width: 0
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--current,
.fancybox-slide--next,
.fancybox-slide--previous {
	display: block
}

.fancybox-slide--image {
	overflow: hidden;
	padding: 44px 0
}

.fancybox-slide--image:before {
	display: none
}

.fancybox-slide--html {
	padding: 6px
}

.fancybox-content {
	background: #fff;
	display: inline-block;
	margin: 0;
	max-width: 100%;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	padding: 44px;
	position: relative;
	text-align: left;
	vertical-align: middle
}

.fancybox-slide--image .fancybox-content {
	animation-timing-function: cubic-bezier(.5, 0, .14, 1);
	-webkit-backface-visibility: hidden;
	background: 0 0;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	left: 0;
	max-width: none;
	overflow: visible;
	padding: 0;
	position: absolute;
	top: 0;
	transform-origin: top left;
	transition-property: transform, opacity;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	z-index: 99995
}

.fancybox-can-zoomOut .fancybox-content {
	cursor: zoom-out
}

.fancybox-can-zoomIn .fancybox-content {
	cursor: zoom-in
}

.fancybox-can-pan .fancybox-content,
.fancybox-can-swipe .fancybox-content {
	cursor: grab
}

.fancybox-is-grabbing .fancybox-content {
	cursor: grabbing
}

.fancybox-container [data-selectable=true] {
	cursor: text
}

.fancybox-image,
.fancybox-spaceball {
	background: 0 0;
	border: 0;
	height: 100%;
	left: 0;
	margin: 0;
	max-height: none;
	max-width: none;
	padding: 0;
	position: absolute;
	top: 0;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	width: 100%
}

.fancybox-spaceball {
	z-index: 1
}

.fancybox-slide--iframe .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--video .fancybox-content {
	height: 100%;
	overflow: visible;
	padding: 0;
	width: 100%
}

.fancybox-slide--video .fancybox-content {
	background: #000
}

.fancybox-slide--map .fancybox-content {
	background: #e5e3df
}

.fancybox-slide--iframe .fancybox-content {
	background: #fff
}

.fancybox-iframe,
.fancybox-video {
	background: 0 0;
	border: 0;
	display: block;
	height: 100%;
	margin: 0;
	overflow: hidden;
	padding: 0;
	width: 100%
}

.fancybox-iframe {
	left: 0;
	position: absolute;
	top: 0
}

.fancybox-error {
	background: #fff;
	cursor: default;
	max-width: 400px;
	padding: 40px;
	width: 100%
}

.fancybox-error p {
	color: #444;
	font-size: 16px;
	line-height: 20px;
	margin: 0;
	padding: 0
}

.fancybox-button {
	background: rgba(30, 30, 30, .6);
	border: 0;
	border-radius: 0;
	box-shadow: none;
	cursor: pointer;
	display: inline-block;
	height: 44px;
	margin: 0;
	padding: 10px;
	position: relative;
	transition: color .2s;
	vertical-align: top;
	visibility: inherit;
	width: 44px
}

.fancybox-button,
.fancybox-button:link,
.fancybox-button:visited {
	color: #ccc
}

.fancybox-button:hover {
	color: #fff
}

.fancybox-button:focus {
	outline: 0
}

.fancybox-button.fancybox-focus {
	outline: 1px dotted
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
	color: #888;
	cursor: default;
	outline: 0
}

.fancybox-button div {
	height: 100%
}

.fancybox-button svg {
	display: block;
	height: 100%;
	overflow: visible;
	position: relative;
	width: 100%
}

.fancybox-button svg path {
	fill: currentColor;
	stroke-width: 0
}

.fancybox-button--fsenter svg:nth-child(2),
.fancybox-button--fsexit svg:first-child,
.fancybox-button--pause svg:first-child,
.fancybox-button--play svg:nth-child(2) {
	display: none
}

.fancybox-progress {
	background: #ff5268;
	height: 2px;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	transform: scaleX(0);
	transform-origin: 0;
	transition-property: transform;
	transition-timing-function: linear;
	z-index: 99998
}

.fancybox-close-small {
	background: 0 0;
	border: 0;
	border-radius: 0;
	color: #ccc;
	cursor: pointer;
	opacity: .8;
	padding: 8px;
	position: absolute;
	right: -12px;
	top: -44px;
	z-index: 401
}

.fancybox-close-small:hover {
	color: #fff;
	opacity: 1
}

.fancybox-slide--html .fancybox-close-small {
	color: currentColor;
	padding: 10px;
	right: 0;
	top: 0
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
	overflow: hidden
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
	display: none
}

.fancybox-navigation .fancybox-button {
	background-clip: content-box;
	height: 100px;
	opacity: 0;
	position: absolute;
	top: calc(50% - 50px);
	width: 70px
}

.fancybox-navigation .fancybox-button div {
	padding: 7px
}

.fancybox-navigation .fancybox-button--arrow_left {
	left: 0;
	left: env(safe-area-inset-left);
	padding: 31px 26px 31px 6px
}

.fancybox-navigation .fancybox-button--arrow_right {
	padding: 31px 6px 31px 26px;
	right: 0;
	right: env(safe-area-inset-right)
}

.fancybox-caption {
	background: linear-gradient(0deg, rgba(0, 0, 0, .85) 0, rgba(0, 0, 0, .3) 50%, rgba(0, 0, 0, .15) 65%, rgba(0, 0, 0, .075) 75.5%, rgba(0, 0, 0, .037) 82.85%, rgba(0, 0, 0, .019) 88%, transparent);
	bottom: 0;
	color: #eee;
	font-size: 14px;
	font-weight: 400;
	left: 0;
	line-height: 1.5;
	padding: 75px 44px 25px;
	pointer-events: none;
	right: 0;
	text-align: center;
	z-index: 99996
}

@supports (padding:max(0px)) {
	.fancybox-caption {
		padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left))
	}
}

.fancybox-caption--separate {
	margin-top: -50px
}

.fancybox-caption__body {
	max-height: 50vh;
	overflow: auto;
	pointer-events: all
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
	color: #ccc;
	text-decoration: none
}

.fancybox-caption a:hover {
	color: #fff;
	text-decoration: underline
}

.fancybox-loading {
	animation: a 1s linear infinite;
	background: 0 0;
	border: 4px solid #888;
	border-bottom-color: #fff;
	border-radius: 50%;
	height: 50px;
	left: 50%;
	margin: -25px 0 0 -25px;
	opacity: .7;
	padding: 0;
	position: absolute;
	top: 50%;
	width: 50px;
	z-index: 99999
}

@keyframes a {
	to {
		transform: rotate(1turn)
	}
}

.fancybox-animated {
	transition-timing-function: cubic-bezier(0, 0, .25, 1)
}

.fancybox-fx-slide.fancybox-slide--previous {
	opacity: 0;
	transform: translate3d(-100%, 0, 0)
}

.fancybox-fx-slide.fancybox-slide--next {
	opacity: 0;
	transform: translate3d(100%, 0, 0)
}

.fancybox-fx-slide.fancybox-slide--current {
	opacity: 1;
	transform: translateZ(0)
}

.fancybox-fx-fade.fancybox-slide--next,
.fancybox-fx-fade.fancybox-slide--previous {
	opacity: 0;
	transition-timing-function: cubic-bezier(.19, 1, .22, 1)
}

.fancybox-fx-fade.fancybox-slide--current {
	opacity: 1
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
	opacity: 0;
	transform: scale3d(1.5, 1.5, 1.5)
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
	opacity: 0;
	transform: scale3d(.5, .5, .5)
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
	opacity: 1;
	transform: scaleX(1)
}

.fancybox-fx-rotate.fancybox-slide--previous {
	opacity: 0;
	transform: rotate(-1turn)
}

.fancybox-fx-rotate.fancybox-slide--next {
	opacity: 0;
	transform: rotate(1turn)
}

.fancybox-fx-rotate.fancybox-slide--current {
	opacity: 1;
	transform: rotate(0)
}

.fancybox-fx-circular.fancybox-slide--previous {
	opacity: 0;
	transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0)
}

.fancybox-fx-circular.fancybox-slide--next {
	opacity: 0;
	transform: scale3d(0, 0, 0) translate3d(100%, 0, 0)
}

.fancybox-fx-circular.fancybox-slide--current {
	opacity: 1;
	transform: scaleX(1) translateZ(0)
}

.fancybox-fx-tube.fancybox-slide--previous {
	transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg)
}

.fancybox-fx-tube.fancybox-slide--next {
	transform: translate3d(100%, 0, 0) scale(.1) skew(10deg)
}

.fancybox-fx-tube.fancybox-slide--current {
	transform: translateZ(0) scale(1)
}

@media (max-height:576px) {
	.fancybox-slide {
		padding-left: 6px;
		padding-right: 6px
	}

	.fancybox-slide--image {
		padding: 6px 0
	}

	.fancybox-close-small {
		right: -6px
	}

	.fancybox-slide--image .fancybox-close-small {
		background: #4e4e4e;
		color: #f2f4f6;
		height: 36px;
		opacity: 1;
		padding: 6px;
		right: 0;
		top: 0;
		width: 36px
	}

	.fancybox-caption {
		padding-left: 12px;
		padding-right: 12px
	}

	@supports (padding:max(0px)) {
		.fancybox-caption {
			padding-left: max(12px, env(safe-area-inset-left));
			padding-right: max(12px, env(safe-area-inset-right))
		}
	}
}

.fancybox-share {
	background: #f4f4f4;
	border-radius: 3px;
	max-width: 90%;
	padding: 30px;
	text-align: center
}

.fancybox-share h1 {
	color: #222;
	font-size: 35px;
	font-weight: 700;
	margin: 0 0 20px
}

.fancybox-share p {
	margin: 0;
	padding: 0
}

.fancybox-share__button {
	border: 0;
	border-radius: 3px;
	display: inline-block;
	font-size: 14px;
	font-weight: 700;
	line-height: 40px;
	margin: 0 5px 10px;
	min-width: 130px;
	padding: 0 15px;
	text-decoration: none;
	transition: all .2s;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	white-space: nowrap
}

.fancybox-share__button:link,
.fancybox-share__button:visited {
	color: #fff
}

.fancybox-share__button:hover {
	text-decoration: none
}

.fancybox-share__button--fb {
	background: #3b5998
}

.fancybox-share__button--fb:hover {
	background: #344e86
}

.fancybox-share__button--pt {
	background: #bd081d
}

.fancybox-share__button--pt:hover {
	background: #aa0719
}

.fancybox-share__button--tw {
	background: #1da1f2
}

.fancybox-share__button--tw:hover {
	background: #0d95e8
}

.fancybox-share__button svg {
	height: 25px;
	margin-right: 7px;
	position: relative;
	top: -1px;
	vertical-align: middle;
	width: 25px
}

.fancybox-share__button svg path {
	fill: #fff
}

.fancybox-share__input {
	background: 0 0;
	border: 0;
	border-bottom: 1px solid #d7d7d7;
	border-radius: 0;
	color: #5d5b5b;
	font-size: 14px;
	margin: 10px 0 0;
	outline: 0;
	padding: 10px 15px;
	width: 100%
}

.fancybox-thumbs {
	background: #ddd;
	bottom: 0;
	display: none;
	margin: 0;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: -ms-autohiding-scrollbar;
	padding: 2px 2px 4px;
	position: absolute;
	right: 0;
	-webkit-tap-highlight-color: transparent;
	top: 0;
	width: 212px;
	z-index: 99995
}

.fancybox-thumbs-x {
	overflow-x: auto;
	overflow-y: hidden
}

.fancybox-show-thumbs .fancybox-thumbs {
	display: block
}

.fancybox-show-thumbs .fancybox-inner {
	right: 212px
}

.fancybox-thumbs__list {
	font-size: 0;
	height: 100%;
	list-style: none;
	margin: 0;
	overflow-x: hidden;
	overflow-y: auto;
	padding: 0;
	position: absolute;
	position: relative;
	white-space: nowrap;
	width: 100%
}

.fancybox-thumbs-x .fancybox-thumbs__list {
	overflow: hidden
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
	width: 7px
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
	background: #fff;
	border-radius: 10px;
	box-shadow: inset 0 0 6px rgba(0, 0, 0, .3)
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
	background: #2a2a2a;
	border-radius: 10px
}

.fancybox-thumbs__list a {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	background-color: rgba(0, 0, 0, .1);
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	cursor: pointer;
	float: left;
	height: 75px;
	margin: 2px;
	max-height: calc(100% - 8px);
	max-width: calc(50% - 4px);
	outline: 0;
	overflow: hidden;
	padding: 0;
	position: relative;
	-webkit-tap-highlight-color: transparent;
	width: 100px
}

.fancybox-thumbs__list a:before {
	border: 6px solid #ff5268;
	bottom: 0;
	content: "";
	left: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 0;
	transition: all .2s cubic-bezier(.25, .46, .45, .94);
	z-index: 99991
}

.fancybox-thumbs__list a:focus:before {
	opacity: .5
}

.fancybox-thumbs__list a.fancybox-thumbs-active:before {
	opacity: 1
}

@media (max-width:576px) {
	.fancybox-thumbs {
		width: 110px
	}

	.fancybox-show-thumbs .fancybox-inner {
		right: 110px
	}

	.fancybox-thumbs__list a {
		max-width: calc(100% - 10px)
	}
}

.hidden {
	display: none !important;
	visibility: hidden
}

.invisible {
	visibility: hidden
}

.clearfix:after,
.clearfix:before {
	content: " ";
	display: table
}

.clearfix:after {
	clear: both
}

.bold {
	font-weight: 700
}

.black {
	color: #000
}

.clear {
	clear: both
}

.js-scroll-reveal {
	opacity: 0
}

.anim-wrapper .animate {
	animation: slideUp 1s forwards
}

.anim-wrapper .animate:nth-child(1) {
	animation-delay: .2s
}

.anim-wrapper .animate:nth-child(2) {
	animation-delay: .4s
}

.anim-wrapper .animate:nth-child(3) {
	animation-delay: .6s
}

.anim-wrapper .animate:nth-child(4) {
	animation-delay: .8s
}

.anim-wrapper .animate:nth-child(5) {
	animation-delay: 1s
}

.anim-wrapper .animate:nth-child(6) {
	animation-delay: 1.2s
}

.anim-wrapper .animate:nth-child(7) {
	animation-delay: 1.4s
}

.anim-wrapper .animate:nth-child(8) {
	animation-delay: 1.6s
}

.anim-wrapper .animate:nth-child(9) {
	animation-delay: 1.8s
}

.anim-wrapper .animate:nth-child(10) {
	animation-delay: 2s
}

.anim-wrapper .animate:nth-child(11) {
	animation-delay: 2.2s
}

.anim-wrapper .animate:nth-child(12) {
	animation-delay: 2.4s
}

.anim-wrapper .animate:nth-child(13) {
	animation-delay: 2.6s
}

.anim-wrapper .animate:nth-child(14) {
	animation-delay: 2.8s
}

.anim-wrapper .animate:nth-child(15) {
	animation-delay: 3s
}

.anim-wrapper .animate:nth-child(16) {
	animation-delay: 3.2s
}

.anim-wrapper .animate:nth-child(17) {
	animation-delay: 3.4s
}

.anim-wrapper .animate:nth-child(18) {
	animation-delay: 3.6s
}

.anim-wrapper .animate:nth-child(19) {
	animation-delay: 3.8s
}

.anim-wrapper .animate:nth-child(20) {
	animation-delay: 4s
}

.anim-wrapper .animate:nth-child(21) {
	animation-delay: 4.2s
}

@keyframes fadeUp {
	0% {
		opacity: 0;
		transform: translateY(20px)
	}

	100% {
		opacity: 1;
		transform: translateY(0)
	}
}

@keyframes scaleUp {
	0% {
		opacity: 0;
		transform: scale(.7)
	}

	80% {
		transform: scale(1.02)
	}

	100% {
		opacity: 1;
		transform: scale(1)
	}
}

@keyframes slideRight {
	0% {
		transform: translateX(40px)
	}

	100% {
		transform: translateX(0);
		opacity: 1
	}
}

@keyframes circle {
	0% {
		box-shadow: 0 0 0 0 #7e8f9b;
		transform: scale(0);
		opacity: 1
	}

	40% {
		box-shadow: 0 0 0 20px rgba(126, 143, 155, 0);
		transform: scale(1);
		opacity: 1
	}

	80% {
		box-shadow: 0 0 0 20px rgba(126, 143, 155, 0);
		opacity: 1
	}

	100% {
		box-shadow: 0 0 0 0 rgba(126, 143, 155, 0);
		opacity: 1
	}
}

@keyframes slideUp {
	0% {
		transform: translateY(20px)
	}

	100% {
		transform: translateY(0);
		opacity: 1
	}
}

@font-face {
	font-family: quatro;
	src: url(https://use.typekit.net/af/25b75a/00000000000000003b9afc06/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3) format("woff2"), url(https://use.typekit.net/af/25b75a/00000000000000003b9afc06/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3) format("woff"), url(https://use.typekit.net/af/25b75a/00000000000000003b9afc06/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3) format("opentype");
	font-display: auto;
	font-style: normal;
	font-weight: 700
}

@font-face {
	font-family: quatro-m;
	src: url(https://use.typekit.net/af/e2ef1f/00000000000000003b9afc01/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3) format("woff2"), url(https://use.typekit.net/af/e2ef1f/00000000000000003b9afc01/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3) format("woff"), url(https://use.typekit.net/af/e2ef1f/00000000000000003b9afc01/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3) format("opentype");
	font-display: auto;
	font-style: normal;
	font-weight: 400
}

.banner,
.count,
.tag,
a,
blockquote,
h1,
h2,
h3,
h4 {
	font-family: quatro
}

.tag {
	color: #e9a205;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 1.5px;
	font-size: 2rem
}

@media screen and (max-width:1440px) {
	.tag {
		font-size: 1.8rem
	}
}

.title {
	font-size: 4rem;
	text-align: center;
	margin-bottom: 20px
}

.title.yellow {
	color: #e9a205
}

.title.blue {
	color: #233660
}

.title.white {
	color: #fff;
	position: relative;
	display: inline-block
}

.title.white:after {
	content: "";
	position: absolute;
	top: -50%;
	right: 10%;
	height: 100px;
	width: 100px;
	background: rgba(126, 143, 155, .2);
	border-radius: 50%;
	z-index: -1;
	opacity: 0
}

.title.white.animate {
	animation: slideRight 1s cubic-bezier(0, 0, .1, 1.7) forwards
}

.title.white.animate:after {
	animation: circle 3s linear forwards
}

@media screen and (max-width:1280px) {
	.title {
		font-size: 3rem
	}
}

@media screen and (max-width:680px) {
	.title {
		font-size: 2.5rem
	}
}

.page-content .introduction {
	max-width: 700px
}

@media screen and (max-width:1024px) {
	.page-content .introduction {
		max-width: 100%
	}
}

@media screen and (max-width:768px) {
	.page-content .introduction {
		width: 90%;
		margin: 0 auto
	}
}

.introduction {
	font-size: 2.5rem;
	font-weight: 400;
	color: #585858;
	max-width: 900px
}

.introduction.left-intro {
	animation: slideUp 1s forwards .5s
}

.introduction.center-intro {
	max-width: 100%;
	text-align: center
}

@media screen and (max-width:1440px) {
	.introduction {
		font-size: 2.3rem;
		max-width: 800px
	}
}

@media screen and (max-width:680px) {
	.introduction {
		font-size: 2rem
	}
}

.page-title {
	font-size: 3rem;
	text-transform: uppercase;
	position: relative;
	margin-bottom: 15px
}

@media screen and (max-width:1280px) {
	.page-title {
		font-size: 2.5rem
	}
}

.page-title:after {
	content: "";
	position: absolute;
	top: -50%;
	left: -50px;
	height: 100px;
	width: 100px;
	background: rgba(126, 143, 155, .2);
	border-radius: 50%;
	z-index: -1;
	opacity: 0
}

.page-title.animate {
	animation: slideRight 1s cubic-bezier(0, 0, .1, 1.7) forwards
}

.page-title.animate:after {
	animation: circle 3s linear forwards
}

.md-title {
	font-size: 3.5rem;
	text-transform: uppercase;
	position: relative;
	margin-bottom: 15px;
	font-weight: 900
}

@media screen and (max-width:1440px) {
	.md-title {
		font-size: 3.3rem
	}
}

@media screen and (max-width:1280px) {
	.md-title {
		font-size: 3rem
	}
}

@media screen and (max-width:768px) {
	.md-title {
		font-size: 2.5rem
	}
}

.box-title {
	font-size: 3.2rem;
	letter-spacing: 2px;
	text-transform: uppercase;
	position: relative;
	color: #fff;
	margin: 50px 60px
}

@media screen and (max-width:768px) {
	.box-title {
		font-size: 3rem
	}
}

@media screen and (max-width:680px) {
	.box-title {
		font-size: 2.5rem;
		margin: 30px 50px
	}
}

.box-title:after {
	content: "";
	position: absolute;
	top: -50%;
	left: -50px;
	height: 100px;
	width: 100px;
	background: #7e8f9b;
	border-radius: 50%;
	z-index: -1;
	opacity: 0
}

@media screen and (max-width:680px) {
	.box-title:after {
		top: -20%;
		left: -30px;
		height: 50px;
		width: 50px
	}
}

.box-title.animate {
	animation: slideRight 1s cubic-bezier(0, 0, .1, 1.7) forwards
}

.box-title.animate:after {
	animation: circle 3s linear forwards
}

.page-text p {
	font-size: 2rem;
	font-weight: 400;
	color: #000
}

.page-text.light p {
	color: #fff
}

h6 {
	position: relative;
	font-size: 3rem;
	font-style: italic;
	color: #a5adb3;
	margin: 20px 0;
	display: flex;
	align-items: center
}

@media screen and (max-width:680px) {
	h6 {
		font-size: 2.3rem
	}
}

h6:before {
	content: "";
	height: 100px;
	width: 10px;
	background: #7e8f9b;
	margin-right: 10px
}

.bold {
	font-weight: 600;
	font-size: 2rem;
	text-transform: uppercase
}

@media screen and (max-width:1024px) {
	.bold {
		font-size: 1.8rem
	}
}

.semi-bold {
	font-size: 1.4rem
}

.link {
	position: relative;
	align-self: baseline;
	z-index: 2
}

.link:after {
	content: "";
	position: absolute;
	height: 10px;
	background: rgba(255, 255, 255, .2);
	width: 107%;
	left: -5px;
	bottom: 2px;
	transition: all .3s ease;
	z-index: -1
}

.link:hover:after {
	height: 15px;
	background: rgba(233, 162, 5, .5)
}

.container {
	margin: 0 auto;
	width: 1500px
}

@media screen and (max-width:1600px) {
	.container {
		width: 1300px
	}
}

@media screen and (max-width:1440px) {
	.container {
		width: 1250px
	}
}

@media screen and (max-width:1280px) {
	.container {
		width: 1100px
	}
}

@media screen and (max-width:1024px) {
	.container {
		width: 90%
	}
}

.container-right {
	margin: 0 0 0 auto;
	width: 1162px
}

@media screen and (max-width:1440px) {
	.container-right {
		width: 80%
	}
}

@media screen and (max-width:1280px) {
	.container-right {
		width: 90%
	}
}

@media screen and (max-width:1024px) {
	.container-right {
		width: 90%
	}
}

@media screen and (max-width:768px) {
	.container-right {
		margin: 0 auto
	}
}

.container.sm {
	width: 1300px
}

@media screen and (max-width:1440px) {
	.container.sm {
		width: 1200px
	}
}

@media screen and (max-width:1280px) {
	.container.sm {
		width: 1024px
	}
}

@media screen and (max-width:1024px) {
	.container.sm {
		width: 90%
	}
}

.container.xs {
	width: 1090px
}

@media screen and (max-width:1440px) {
	.container.xs {
		width: 950px
	}
}

@media screen and (max-width:1024px) {
	.container.xs {
		width: 80%
	}
}

@media screen and (max-width:680px) {
	.container.xs {
		width: 90%
	}
}

.container.xs-custom {
	width: 900px
}

@media screen and (max-width:1024px) {
	.container.xs-custom {
		width: 90%
	}
}

@media screen and (max-width:768px) {
	.container.full {
		width: 100%
	}
}

.social-media {
	margin-top: 3rem;
	display: flex;
	justify-content: flex-end;
	align-items: center
}

@media screen and (max-width:1024px) {
	.social-media {
		justify-content: flex-start
	}
}

.social-media-link {
	margin-left: 1rem
}

@media screen and (max-width:1024px) {
	.social-media-link {
		margin-left: 0;
		margin-right: 1rem
	}
}

.social-media-link .twitter {
	width: 36px;
	height: 36px
}

.social-media-link path,
.social-media-link svg {
	width: 40px;
	height: 40px;
	fill: #fff
}

.social-media-link:hover path,
.social-media-link:hover svg {
	fill: #e9a205
}

#overlay {
	position: fixed;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, .7);
	z-index: -100;
	opacity: 0;
	transition: .1s ease-in
}

#overlay.active {
	z-index: 8;
	opacity: 1
}

.parallaxit {
	transition: all .8s ease-out;
	transform: translate3d(var(--parallax-x), var(--parallax-y), 0)
}

.swiper-btns {
	position: absolute;
	right: 50px;
	bottom: 40px;
	display: flex;
	font-family: quatro
}

@media screen and (max-width:1024px) {
	.swiper-btns {
		display: none
	}
}

.swiper-btns.top {
	position: initial
}

@media screen and (max-width:1024px) {
	.swiper-btns.top {
		display: flex
	}
}

.swiper-btns.dark {
	color: #000
}

.swiper-btns div {
	text-transform: uppercase;
	font-weight: 600;
	font-size: 2rem;
	display: flex;
	align-items: center;
	cursor: pointer;
	outline: 0
}

@media screen and (max-width:1440px) {
	.swiper-btns div {
		font-size: 1.8rem
	}
}

.swiper-btns div:first-child:hover .swiper-prev {
	transform: translateX(-5px)
}

.swiper-btns div:last-child:hover .swiper-next {
	transform: translateX(5px)
}

.swiper-btns .line {
	margin-right: 15px
}

.swiper-btns img {
	transition: all .3s ease-in-out
}

.swiper-btns .swiper-next {
	margin-left: 15px
}

.swiper-btns .swiper-prev {
	padding: 10px 15px 10px 20px
}

.circle {
	height: 200px;
	width: 200px;
	border-radius: 50%;
	background: rgba(126, 143, 155, .1);
	z-index: -1;
	position: absolute;
	top: -25px;
	left: -50px
}

.circle-bottom {
	top: initial;
	bottom: -80px
}

.circle-left {
	left: 100px
}

@media screen and (max-width:1280px) {
	.circle-left {
		left: 0
	}
}

@media screen and (max-width:1440px) {
	.circle {
		height: 150px;
		width: 150px
	}
}

.circle.animate {
	opacity: 0;
	animation: circle 3s linear forwards
}

.wrapper {
	position: relative
}

.read-more {
	padding: 10px 20px;
	color: #fff;
	background: #e9a205;
	position: absolute;
	top: 50%;
	right: -41px;
	font-size: 1.4rem;
	transform: rotate(90deg) translateY(-100%) translateX(-10%);
	text-transform: uppercase;
	transition: all .3s ease-in-out;
	font-weight: 700
}

@media screen and (max-width:1024px) {
	.read-more {
		display: none
	}
}

.text-img-wrapper {
	display: flex;
	justify-content: space-between
}

@media screen and (max-width:1024px) {
	.text-img-wrapper {
		flex-direction: column-reverse
	}
}

.text-img-wrapper .col {
	width: 50%
}

@media screen and (max-width:1280px) {
	.text-img-wrapper .col:first-child {
		width: 40%
	}

	.text-img-wrapper .col:last-child {
		width: 60%
	}
}

@media screen and (max-width:1024px) {
	.text-img-wrapper .col:first-child {
		width: 90%
	}

	.text-img-wrapper .col:last-child {
		width: 100%
	}
}

.text-img-wrapper .text-block {
	margin-left: 200px;
	max-width: 600px;
	padding-right: 50px
}

@media screen and (max-width:1600px) {
	.text-img-wrapper .text-block {
		margin-left: 150px
	}
}

@media screen and (max-width:1440px) {
	.text-img-wrapper .text-block {
		margin-left: 100px
	}
}

@media screen and (max-width:1024px) {
	.text-img-wrapper .text-block {
		max-width: 100%;
		padding-right: 0;
		margin: 50px auto 0 auto
	}
}

.text-img-wrapper .full-img {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	padding-top: 5%;
	position: relative;
	align-self: baseline
}

@media screen and (max-width:1024px) {
	.text-img-wrapper .full-img {
		padding-top: 60%
	}
}

@media screen and (max-width:680px) {
	.text-img-wrapper .full-img {
		padding-top: 70%
	}
}

.text-small-img-wrapper {
	display: flex;
	justify-content: space-between
}

@media screen and (max-width:1024px) {
	.text-small-img-wrapper {
		flex-direction: column
	}
}

.text-small-img-wrapper .col {
	align-self: flex-start
}

.text-small-img-wrapper .small-img {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	padding-top: 10%;
	width: 40%;
	    height: 400px;
}

@media screen and (max-width:1440px) {
	.text-small-img-wrapper .small-img {
		width: 35%
	}
}

@media screen and (max-width:1024px) {
	.text-small-img-wrapper .small-img {
		width: 100%;
		padding-top: 70%
	}
}

.text-small-img-wrapper .text-block {
	width: 50%
}

@media screen and (max-width:1440px) {
	.text-small-img-wrapper .text-block {
		width: 55%
	}
}

@media screen and (max-width:1024px) {
	.text-small-img-wrapper .text-block {
		width: 100%;
		margin-top: 50px
	}
}

.small-text-wrapper {
	width: 700px;
	margin: 0 auto;
	text-align: center
}

@media screen and (max-width:768px) {
	.small-text-wrapper {
		width: 80%
	}
}

@media screen and (max-width:680px) {
	.small-text-wrapper {
		width: 100%
	}
}

.small-text-wrapper .page-title {
	margin-bottom: 40px;
	display: inline-block
}

.small-text-wrapper p {
	text-align: left
}

.content-block {
	display: flex;
	justify-content: space-between;
	color: #fff;
	margin-bottom: 100px
}

@media screen and (max-width:1440px) {
	.content-block {
		margin-bottom: 0
	}
}

@media screen and (max-width:768px) {
	.content-block {
		flex-direction: column
	}
}

.content-block h4 {
	font-size: 3rem;
	margin-bottom: 40px
}

@media screen and (max-width:1440px) {
	.content-block h4 {
		font-size: 2.5rem
	}
}

.content-block .col {
	width: 45%
}

@media screen and (max-width:768px) {
	.content-block .col {
		width: 100%
	}

	.content-block .col:first-child {
		margin-bottom: 50px
	}
}

.center-text {
	display: flex;
	justify-content: center
}

.box-dark {
	height: 420px;
	width: 400px;
	background: rgba(0, 0, 0, .2);
	position: absolute;
	top: 0;
	left: 150px
}

@media screen and (max-width:1440px) {
	.box-dark {
		height: 320px;
		width: 300px
	}
}

@media screen and (max-width:1024px) {
	.box-dark {
		left: 0;
		height: 320px;
		width: 40%
	}
}

.box-light {
	height: 420px;
	width: 600px;
	background: rgba(255, 255, 255, .15);
	position: absolute;
	bottom: 0;
	right: 150px
}

.box-light.box-mid {
	bottom: 20%;
	right: 0
}

@media screen and (max-width:680px) {
	.box-light.box-mid {
		bottom: initial;
		right: 0;
		top: 250px
	}
}

@media screen and (max-width:1440px) {
	.box-light {
		height: 420px;
		width: 500px
	}
}

@media screen and (max-width:1024px) {
	.box-light {
		right: 0;
		height: 320px;
		width: 50%
	}
}

.mt-100 {
	margin: 100px 0
}

@media screen and (max-width:1024px) {
	.mb-100 {
		margin-bottom: 100px
	}
}

.pdf-box {
	width: 450px;
	padding: 20px 30px;
	color: #fff;
	background: #233660;
	align-self: baseline
}

@media screen and (max-width:1024px) {
	.pdf-box {
		width: 100%;
		margin-top: 30px
	}
}

.pdf-box h5 {
	font-size: 2rem;
	letter-spacing: 2px
}

.pdf-box ul {
	margin-top: 20px;
	display: inline-flex;
	flex-direction: column
}

.pdf-box ul li:not(:last-child) {
	margin-bottom: 10px
}

.pdf-box li a {
	font-size: 1.4rem;
	color: #fff;
	font-family: lato;
	display: flex;
	align-items: center;
	transition: all .3s ease
}

.pdf-box li a img {
	margin-right: 10px
}

.pdf-box li:hover a {
	color: #e9a205
}

.link-menu {
	display: inline-flex;
	margin-top: 80px;
	position: relative;
	z-index: 8
}

@media screen and (max-width:1024px) {
	.link-menu {
		width: 100%;
		margin-top: 0
	}
}

.link-menu ul {
	transition: all .3s ease;
	display: flex;
	align-items: center;
	width: 100%;
	flex-wrap: wrap;
	top: 92px;
	left: 0;
	-ms-overflow-style: none;
	scrollbar-width: none
}

.link-menu ul::-webkit-scrollbar {
	display: none
}

@media screen and (max-width:1024px) {
	.link-menu ul {
		width: 100%;
		overflow-x: scroll;
		flex-wrap: nowrap
	}
}

.link-menu li {
	text-align: center;
	margin-bottom: 2px;
	display: inline-flex;
	position: relative
}

@media screen and (max-width:1024px) {
	.link-menu li {
		background: #233660;
		margin-bottom: 0;
		align-self: stretch;
		justify-content: center;
		min-width: 250px
	}
}

.link-menu li a {
	padding: 20px;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.6rem;
	transition: all .3s ease;
	background: #233660;
	display: inline-block
}

@media screen and (max-width:1024px) {
	.link-menu li a {
		font-size: 1.4rem;
		padding: 20px 10px
	}
}

.link-menu li:after {
	content: "";
	position: absolute;
	right: 0;
	height: 40px;
	width: 1px;
	background: #fff;
	top: 50%;
	transform: translateY(-50%);
	opacity: .6
}

.link-menu li:hover a {
	color: #e9a205
}

.link-menu li:last-child:after {
	display: none
}

.related-links {
	margin: 1em 0;
	display: inline-flex;
	flex-direction: column
}

.related-links a {
	color: #233660;
	margin: .5em 0
}

.related-links a:hover {
	color: #e9a205
}

.scroll-top {
	height: 50px;
	width: 50px;
	background: #233660;
	border-radius: 50%;
	position: fixed;
	bottom: 20px;
	right: 20px;
	border: 1px solid #fff;
	z-index: 8;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer
}

.scroll-top img {
	transform: rotate(-90deg);
	height: 15px
}

@media screen and (max-width:1024px) {
	.scroll-top {
		display: none
	}
}

.col-2 {
	display: flex;
	justify-content: space-between
}

@media screen and (max-width:768px) {
	.col-2 {
		flex-direction: column
	}
}

.col-2 .col {
	width: 100%;
	position: relative
}

.col-3>div {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	column-gap: 50px;
	grid-row-gap: 50px
}

@media screen and (max-width:1280px) {
	.col-3>div {
		column-gap: 20px;
		grid-row-gap: 20px
	}
}

@media screen and (max-width:768px) {
	.col-3>div {
		grid-template-columns: 1fr 1fr
	}
}

@media screen and (max-width:680px) {
	.col-3>div {
		grid-template-columns: 1fr;
		grid-row-gap: 50px
	}
}

@media all and (-ms-high-contrast:none),
(-ms-high-contrast:active) {
	.col-3>div {
		display: flex;
		flex-wrap: wrap;
		width: 100%
	}

	.col-3>div .col {
		width: 33.3333333333%;
		min-width: 300px
	}
}

* {
	margin: 0;
	padding: 0
}

html {
	font-size: 10px;
	box-sizing: border-box
}

html *,
html :after,
html :before {
	box-sizing: inherit
}

body {
	font-family: Lato, sans-serif;
	font-size: 1.8rem;
	line-height: 1.5;
	color: #000;
	background-color: #fff;
	overflow-x: hidden
}

.no-scroll {
	overflow: hidden
}

a,
button {
	text-decoration: none;
	transition: color .3s ease-in-out
}

a:active,
a:focus,
a:hover,
button:active,
button:focus,
button:hover {
	outline: 0
}

input {
	outline: 0
}

li {
	list-style-type: none
}

a {
	text-decoration: none
}

img.fr-dib {
	margin: 0 auto;
	display: block;
	float: none;
	vertical-align: top
}

img.fr-dib.fr-fil {
	margin-left: 0
}

img.fr-dib.fr-fir {
	margin-right: 0
}

img.fr-dii {
	display: inline-block;
	float: none;
	vertical-align: bottom;
	margin-left: 0;
	margin-right: 0
}

img.fr-dii.fr-fil {
	float: left;
	margin: 0
}

img.fr-dii.fr-fir {
	float: right;
	margin: 0
}

@media print {
	* {
		background: 0 0 !important;
		color: #000 !important;
		box-shadow: none !important;
		text-shadow: none !important
	}

	a,
	a:visited {
		text-decoration: underline
	}

	a[href]:after {
		content: " (" attr(href) ")"
	}

	abbr[title]:after {
		content: " (" attr(title) ")"
	}

	.ir a:after,
	a[href^="#"]:after,
	a[href^="javascript:"]:after {
		content: ""
	}

	blockquote,
	pre {
		border: 1px solid #999;
		page-break-inside: avoid
	}

	thead {
		display: table-header-group
	}

	img,
	tr {
		page-break-inside: avoid
	}

	img {
		max-width: 100% !important
	}

	@page {
		margin: .5cm
	}

	h2,
	h3,
	p {
		orphans: 3;
		widows: 3
	}

	h2,
	h3 {
		page-break-after: avoid
	}
}

.gensitemap ul {
	list-style: none;
	margin: 0;
	padding: 0
}

.gensitemap ul li {
	box-shadow: 0 0 1px rgba(0, 0, 0, .3);
	display: block;
	float: left;
	padding: 2%;
	width: 30.333333333%;
	margin: 0 1.5% 3% 1.5%;
	background: #fff
}

.gensitemap ul li li a {
	font-size: 3.8rem;
	display: block;
	text-decoration: none
}

.gensitemap ul li li a:hover {
	text-decoration: underline
}

.gensitemap ul li.last {
	margin-right: 0
}

.gensitemap ul li ul {
	border-top: 1px dotted #dfdfdf;
	padding-top: 5px;
	margin-top: 5px
}

.gensitemap ul li ul ul {
	border: none;
	padding-top: 0;
	margin-top: 0
}

.gensitemap ul li ul li {
	float: none;
	box-shadow: none;
	padding: 4px 0;
	width: auto;
	margin: 0
}

.gensitemap ul li ul ul li {
	padding-left: 5%
}

.gensitemap ul li ul li a {
	font-size: 1.8rem;
	margin-bottom: 0;
	border: none;
	padding: 0
}

.gensitemap-2-col ul li {
	width: 47%
}

:root {
	--input-padding-x: 10px;
	--input-padding-y: 10px;
	--input-font-size: 1.8rem
}

.pro-form {
	max-width: 1920px;
	width: 100%
}

.pro-form .form-label-group {
	margin: 20px 0;
	position: relative;
	height: auto
}

.pro-form .form-label-group label {
	position: absolute;
	left: var(--input-padding-x);
	top: var(--input-padding-y);
	font-size: var(--input-font-size);
	pointer-events: none;
	transition: all .2s ease-in-out;
	width: 100%
}

.pro-form .form-label-group label.js-active-label {
	top: calc(var(--input-padding-y) - 5px);
	font-size: calc(var(--input-font-size) - 30%);
	transition: all .2s ease-in-out
}

.pro-form .form-label-group input,
.pro-form .form-label-group textarea {
	font-family: Lato, sans-serif;
	border: none;
	border-bottom: 2px solid #000;
	width: 100%;
	min-height: 50px;
	padding: var(--input-padding-y) var(--input-padding-x);
	font-size: var(--input-font-size);
	margin-top: 6px;
	padding-bottom: 0;
	background-color: transparent
}

.pro-form .form-label-group input::-webkit-input-placeholder,
.pro-form .form-label-group textarea::-webkit-input-placeholder {
	color: transparent
}

.pro-form .form-label-group input:-ms-input-placeholder,
.pro-form .form-label-group textarea:-ms-input-placeholder {
	color: transparent
}

.pro-form .form-label-group input::placeholder,
.pro-form .form-label-group textarea::placeholder {
	color: transparent
}

.pro-form .form-label-group input.input-validation-error {
	border-bottom: 2px solid #d9534f
}

.pro-form .form-label-group input::moz-input-placeholder,
.pro-form .form-label-group input::ms-input-placeholder,
.pro-form .form-label-group input::webkit-input-placeholder {
	color: transparent
}

.pro-form .form-label-group textarea {
	min-height: 140px;
	padding-top: calc(var(--input-padding-y) + 7px);
	resize: none
}

.pro-form .form-label-group textarea:focus {
	outline: 0
}

.pro-form .form-label-group textarea::moz-textarea-placeholder,
.pro-form .form-label-group textarea::ms-textarea-placeholder,
.pro-form .form-label-group textarea::webkit-textarea-placeholder {
	color: transparent
}

.pro-form button {
	padding: 15px 40px;
	font-size: calc(var(--input-font-size) - 25%);
	color: #000;
	text-transform: uppercase;
	background-color: #fff;
	outline: 0;
	box-shadow: none;
	border: 2px solid #000;
	transition: all .2s ease-out;
	cursor: pointer
}

.pro-form button:hover {
	background-color: #000;
	color: #fff;
	border: 2px solid transparent;
	transition: all .4s ease-out
}

.pro-form .formcaptcha2,
.pro-form .formfield {
	display: none
}

.pro-form .field-validation-error {
	color: red;
	font-size: calc(var(--input-font-size) - 40%);
	position: absolute;
	right: 10px;
	top: var(--input-padding-y);
	display: block
}

@media screen and (max-width:550px) {
	.pro-form .field-validation-error {
		font-size: calc(var(--input-font-size) - 50%);
		top: calc(var(--input-padding-y) - 10px)
	}
}

.ew ul {
	padding-left: 22px
}

.ew li {
	list-style-type: initial
}

.ew-content {
	padding: 0 80px;
	position: relative
}

@media screen and (max-width:1440px) {
	.ew-content {
		padding: 0 60px
	}
}

@media screen and (max-width:1024px) {
	.ew-content {
		padding: 0
	}
}

.page-content {
	display: flex;
	justify-content: space-between
}

@media screen and (max-width:1024px) {
	.page-content {
		flex-direction: column
	}
}

#ew-cookieinfo-container {
	width: 450px;
	position: fixed;
	left: 20px;
	bottom: 20px;
	background: linear-gradient(to bottom, #fcfcfc 0, #f7f7f7 100%);
	padding: 30px;
	font-family: Lato, sans-serif;
	font-size: 1.4rem
}

@media screen and (max-width:680px) {
	#ew-cookieinfo-container {
		width: 100%;
		left: 0;
		bottom: 0
	}
}

#ew-cookieinfo-container .hidden,
#ew-cookieinfo-container.hidden {
	display: none
}

#ew-cookieinfo-container span {
	display: flex;
	flex-direction: column
}

#ew-cookieinfo-container span a {
	color: #000;
	margin-top: 15px;
	display: block;
	text-decoration: underline;
	color: #000;
	transition: all .4s
}

#ew-cookieinfo-container span a:hover {
	color: #000;
	transition: all .4s
}

#ew-cookieinfo-container #ew-cookieinfo-button-ok {
	display: block;
	margin-top: 25px;
	padding: 10px;
	text-align: center;
	text-transform: uppercase;
	font-weight: 600;
	font-family: Lato, sans-serif;
	color: #fff;
	background: #54aaf0;
	cursor: pointer;
	transition: all .4s
}

#ew-cookieinfo-container #ew-cookieinfo-button-ok:hover {
	background: #76bef5;
	transition: all .4s
}

#ew-cookiebar-standard {
	width: 450px;
	position: fixed;
	left: 20px;
	bottom: 20px;
	background: linear-gradient(to bottom, #fcfcfc 0, #f7f7f7 100%);
	padding: 30px;
	font-family: Lato, sans-serif;
	font-size: 1.4rem
}

#ew-cookiebar-standard svg {
	width: 15px;
	height: 15px
}

#ew-cookiebar-standard svg .path {
	fill: #54aaf0
}

#ew-cookiebar-standard .powered-by {
	position: absolute;
	right: 10px;
	bottom: 10px;
	display: flex;
	flex-direction: row
}

#ew-cookiebar-standard .hidden,
#ew-cookiebar-standard.hidden {
	display: none
}

#ew-cookiebar-standard span {
	display: flex;
	flex-direction: column
}

#ew-cookiebar-standard span a {
	color: #000;
	margin-top: 15px;
	display: block;
	text-decoration: underline;
	color: #000;
	transition: all .4s
}

#ew-cookiebar-standard span a:hover {
	color: #000;
	transition: all .4s
}

#ew-cookiebar-standard #ew-cookieinfo-button-ok {
	display: block;
	margin-top: 25px;
	padding: 10px;
	text-align: center;
	text-transform: uppercase;
	font-weight: 600;
	font-family: Lato, sans-serif;
	color: #fff;
	background: #54aaf0;
	cursor: pointer;
	transition: all .4s
}

#ew-cookiebar-standard #ew-cookieinfo-button-ok:hover {
	background: #76bef5;
	transition: all .4s
}

@media screen and (max-width:680px) {
	#ew-cookiebar-standard {
		width: 100%;
		left: 0;
		bottom: 0
	}
}

#ew-cookiebar-full {
	position: fixed;
	bottom: 10px;
	left: 10px;
	width: 60%;
	z-index: 5000;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 99;
	border-radius: 10px;
	max-width: 1150px
}

#ew-cookiebar-full .content-full {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%
}

@media screen and (max-width:1024px) {
	#ew-cookiebar-full .content-full {
		flex-direction: column
	}
}

#ew-cookiebar-full>div {
	background: #e9a205;
	border-radius: 10px;
	position: relative;
	height: 100%;
	padding: 5px;
	box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, .25);
	color: #fff
}

@media screen and (max-width:1024px) {
	#ew-cookiebar-full>div {
		box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, .25);
		overflow: auto;
		padding: 20px
	}
}

#ew-cookiebar-full a {
	color: #fff;
	transition: all .3s ease
}

#ew-cookiebar-full a:hover {
	opacity: .7
}

#ew-cookiebar-full .text-block {
	max-width: 60%;
	max-height: 110px
}

@media screen and (max-width:1024px) {
	#ew-cookiebar-full .text-block {
		max-width: 100%;
		margin-left: 30px
	}
}

#ew-cookiebar-full .text-block .ew p {
	font-size: 16px;
	margin: 0
}

#ew-cookiebar-full .text-block .ew .text-underline {
	text-decoration: underline;
	margin-right: 10px;
	font-size: 14px
}

#ew-cookiebar-full .tooltip {
	position: relative;
	padding-top: 10px;
	padding-bottom: 10px
}

@media screen and (max-width:1024px) {
	#ew-cookiebar-full .tooltip {
		margin: 10px 0
	}
}

#ew-cookiebar-full .tooltip:hover .tooltip-content {
	opacity: 1;
	visibility: visible;
	display: block
}

#ew-cookiebar-full .tooltip .tooltip-content {
	opacity: 0;
	visibility: hidden;
	transition: all .3s ease;
	position: absolute;
	top: -325px;
	left: 50%;
	transform: translateX(-50%)
}

@media screen and (max-width:1024px) {
	#ew-cookiebar-full .tooltip .tooltip-content {
		opacity: 1;
		visibility: visible;
		position: initial;
		top: initial;
		left: initial;
		transform: none;
		border-collapse: separate;
		border-radius: 20px
	}
}

#ew-cookiebar-full .tooltip .tooltip-content .ew {
	width: 430px;
	height: 315px;
	overflow: auto;
	border-radius: 7px;
	background: #212121;
	color: #fff;
	box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, .25);
	padding: 20px;
	font-size: 16px
}

@media screen and (max-width:1024px) {
	#ew-cookiebar-full .tooltip .tooltip-content .ew {
		width: 100%;
		height: auto;
		max-height: 95px;
		border-radius: initial;
		box-shadow: none;
		margin: 0 auto;
		background-color: #fff;
		color: #212121;
		padding: 15px 0 15px 15px;
		border-radius: 9px
	}
}

#ew-cookiebar-full .tooltip .tooltip-content .ew:hover {
	cursor: text
}

#ew-cookiebar-full .tooltip .tooltip-content .ew::-webkit-scrollbar {
	width: 15px;
	height: 2px;
	background: #fff;
	border-radius: 9px
}

#ew-cookiebar-full .tooltip .tooltip-content .ew::-webkit-scrollbar-thumb {
	border-radius: 10px;
	background: #3eb6e1;
	border: 4px solid transparent;
	background-clip: padding-box
}

@media screen and (max-width:1024px) {

	#ew-cookiebar-full .tooltip .tooltip-content .ew a,
	#ew-cookiebar-full .tooltip .tooltip-content .ew a:visited {
		color: #212121
	}
}

@media screen and (max-width:1024px) {
	#ew-cookiebar-full .tooltip .tooltip-content .ew p:nth-child(1) {
		margin-top: 0
	}

	#ew-cookiebar-full .tooltip .tooltip-content .ew p:nth-last-child(1) {
		margin-bottom: 0
	}
}

#ew-cookiebar-full .tooltip .tooltip-content:before {
	content: "";
	position: absolute;
	left: 50%;
	bottom: -3px;
	transform: translateX(-50%) rotate(45deg);
	background: #212121;
	height: 6px;
	width: 6px;
	box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, .25)
}

@media screen and (max-width:1024px) {
	#ew-cookiebar-full .tooltip .tooltip-content:before {
		display: none
	}
}

#ew-cookiebar-full .tooltip .tooltip-button {
	padding: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #000;
	color: #fff;
	border: 1px solid transparent;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	border-radius: 100%;
	height: 25px;
	width: 25px;
	transition: all .3s ease
}

@media screen and (max-width:1024px) {
	#ew-cookiebar-full .tooltip .tooltip-button {
		display: none
	}
}

#ew-cookiebar-full .tooltip .tooltip-button:hover {
	cursor: pointer;
	background-color: #fff;
	color: #212121;
	border: 1px solid #000
}

#ew-cookiebar-full .tooltip .tooltip-button:after {
	content: "?"
}

@media screen and (max-width:1024px) {
	#ew-cookiebar-full .tooltip .tooltip-button:after {
		content: "+ Visa mer.."
	}
}

@media screen and (max-width:1024px) {
	#ew-cookiebar-full .tooltip .tooltip-button {
		background-color: transparent;
		color: #fff;
		border: none;
		width: 100%;
		height: auto;
		border-radius: initial;
		justify-content: flex-start;
		padding: 0
	}
}

#ew-cookiebar-full .powered-by {
	display: flex;
	flex-direction: row;
	padding-left: 10px;
	padding-right: 10px
}

#ew-cookiebar-full .powered-by svg {
	width: 15px;
	height: 15px
}

#ew-cookiebar-full .powered-by svg .path {
	fill: #fff
}

@media screen and (max-width:1024px) {
	#ew-cookiebar-full .powered-by {
		padding: 0;
		position: absolute;
		display: inline;
		left: 20px
	}
}

#ew-cookiebar-full .choice-container {
	padding-right: 5px;
	display: flex
}

@media screen and (max-width:1024px) {
	#ew-cookiebar-full .choice-container {
		flex-direction: column
	}
}

@media screen and (max-width:1024px) {
	#ew-cookiebar-full .choice-container .row {
		flex-direction: column
	}
}

#ew-cookiebar-full .choice-container .cookie-option button[data-opt-key=none] {
	background-color: #000;
	color: #fff;
	border: 1px solid transparent
}

#ew-cookiebar-full .choice-container .cookie-option button[data-opt-key=none]:hover {
	background-color: #fff;
	color: #000;
	border: 1px solid #000
}

@media screen and (max-width:1024px) {
	#ew-cookiebar-full .choice-container .cookie-option {
		margin-left: 0
	}
}

@media screen and (max-width:1024px) {
	#ew-cookiebar-full .choice-container {
		padding-right: 0
	}
}

#ew-cookiebar-full #current-choice-container {
	display: none !important
}

#ew-cookiebar-full button {
	display: block;
	padding: 10px;
	text-align: center;
	text-transform: uppercase;
	font-weight: 600;
	font-family: Lato, sans-serif;
	color: #000;
	background: #fff;
	cursor: pointer;
	transition: all .4s;
	border: none;
	border: 1px solid #212121;
	border-radius: 10px
}

#ew-cookiebar-full button:hover {
	color: #fff;
	background: #000;
	border: 1px solid #fff;
	transition: all .4s
}

@media screen and (max-width:1024px) {
	#ew-cookiebar-full button {
		width: 100%;
		margin-bottom: 10px
	}
}

@media screen and (max-width:1280px) {
	#ew-cookiebar-full {
		width: 95%;
		max-width: initial
	}
}

@media screen and (max-width:1024px) {
	#ew-cookiebar-full {
		width: 100%;
		bottom: 0;
		left: 0;
		padding: 0
	}
}

#ew-cookiebar-manage {
	position: fixed;
	bottom: 10px;
	left: 10px;
	width: 30px;
	height: 30px;
	line-height: 15px;
	cursor: pointer;
	background-color: transparent;
	transform-style: preserve-3d;
	transition: all .3s ease;
	perspective: 1000px;
	z-index: 9;
	animation: slide-from-left .3s ease forwards
}

@media screen and (max-width:1024px) {
	#ew-cookiebar-manage {
		width: 30px;
		height: 30px
	}
}

#ew-cookiebar-manage:hover {
	cursor: pointer
}

#ew-cookiebar-manage:hover span {
	opacity: 1;
	visibility: visible;
	animation: slide-from-left .3s ease forwards
}

#ew-cookiebar-manage button {
	border-radius: 7px;
	border: none;
	background: #e9a205;
	width: 100%;
	height: 100%;
	box-shadow: 0 0 2px 2px rgba(69, 190, 237, .2);
	transition: all .3s ease
}

#ew-cookiebar-manage button:hover {
	cursor: pointer
}

#ew-cookiebar-manage span {
	position: absolute;
	top: 50%;
	left: 100%;
	margin-left: 15px;
	transform: translateY(-50%);
	font-size: 15px;
	background: #f1f1f1;
	padding: 7px;
	border-radius: 7px;
	opacity: 0;
	visibility: hidden;
	transition: all .3s ease
}

#ew-cookiebar-manage span:after {
	content: "";
	position: absolute;
	left: -3px;
	top: 50%;
	transform: translateY(-50%) rotate(45deg);
	background: #f1f1f1;
	height: 6px;
	width: 6px
}

#ew-cookiebar-manage svg {
	width: 100%;
	height: 80%;
	display: block
}

#ew-cookiebar-manage svg .path {
	fill: #fff
}

#ew-cookiebar-manage svg:hover {
	cursor: pointer
}

#ew-cookiebar-full .row {
	display: flex;
	flex-wrap: wrap
}

#ew-cookiebar-full .row * {
	box-sizing: border-box
}

#ew-cookiebar-full .col {
	flex: 1
}

#ew-cookiebar-full .col-1 {
	width: 4.1666666667%
}

#ew-cookiebar-full .col-2 {
	width: 8.3333333333%
}

#ew-cookiebar-full .col-3 {
	width: 12.5%
}

#ew-cookiebar-full .col-4 {
	width: 16.6666666667%
}

#ew-cookiebar-full .col-5 {
	width: 20.8333333333%
}

#ew-cookiebar-full .col-6 {
	width: 25%
}

#ew-cookiebar-full .col-7 {
	width: 29.1666666667%
}

#ew-cookiebar-full .col-8 {
	width: 33.3333333333%
}

#ew-cookiebar-full .col-9 {
	width: 37.5%
}

#ew-cookiebar-full .col-10 {
	width: 41.6666666667%
}

#ew-cookiebar-full .col-11 {
	width: 45.8333333333%
}

#ew-cookiebar-full .col-12 {
	width: 50%
}

#ew-cookiebar-full .col-13 {
	width: 54.1666666667%
}

#ew-cookiebar-full .col-14 {
	width: 58.3333333333%
}

#ew-cookiebar-full .col-15 {
	width: 62.5%
}

#ew-cookiebar-full .col-16 {
	width: 66.6666666667%
}

#ew-cookiebar-full .col-17 {
	width: 70.8333333333%
}

#ew-cookiebar-full .col-18 {
	width: 75%
}

#ew-cookiebar-full .col-19 {
	width: 79.1666666667%
}

#ew-cookiebar-full .col-20 {
	width: 83.3333333333%
}

#ew-cookiebar-full .col-21 {
	width: 87.5%
}

#ew-cookiebar-full .col-22 {
	width: 91.6666666667%
}

#ew-cookiebar-full .col-23 {
	width: 95.8333333333%
}

#ew-cookiebar-full .col-24 {
	width: 100%
}

@media screen and (max-width:1740px) {
	#ew-cookiebar-full .col-xl-1 {
		width: 4.1666666667%
	}

	#ew-cookiebar-full .col-xl-2 {
		width: 8.3333333333%
	}

	#ew-cookiebar-full .col-xl-3 {
		width: 12.5%
	}

	#ew-cookiebar-full .col-xl-4 {
		width: 16.6666666667%
	}

	#ew-cookiebar-full .col-xl-5 {
		width: 20.8333333333%
	}

	#ew-cookiebar-full .col-xl-6 {
		width: 25%
	}

	#ew-cookiebar-full .col-xl-7 {
		width: 29.1666666667%
	}

	#ew-cookiebar-full .col-xl-8 {
		width: 33.3333333333%
	}

	#ew-cookiebar-full .col-xl-9 {
		width: 37.5%
	}

	#ew-cookiebar-full .col-xl-10 {
		width: 41.6666666667%
	}

	#ew-cookiebar-full .col-xl-11 {
		width: 45.8333333333%
	}

	#ew-cookiebar-full .col-xl-12 {
		width: 50%
	}

	#ew-cookiebar-full .col-xl-13 {
		width: 54.1666666667%
	}

	#ew-cookiebar-full .col-xl-14 {
		width: 58.3333333333%
	}

	#ew-cookiebar-full .col-xl-15 {
		width: 62.5%
	}

	#ew-cookiebar-full .col-xl-16 {
		width: 66.6666666667%
	}

	#ew-cookiebar-full .col-xl-17 {
		width: 70.8333333333%
	}

	#ew-cookiebar-full .col-xl-18 {
		width: 75%
	}

	#ew-cookiebar-full .col-xl-19 {
		width: 79.1666666667%
	}

	#ew-cookiebar-full .col-xl-20 {
		width: 83.3333333333%
	}

	#ew-cookiebar-full .col-xl-21 {
		width: 87.5%
	}

	#ew-cookiebar-full .col-xl-22 {
		width: 91.6666666667%
	}

	#ew-cookiebar-full .col-xl-23 {
		width: 95.8333333333%
	}

	#ew-cookiebar-full .col-xl-24 {
		width: 100%
	}
}

@media screen and (max-width:1600px) {
	#ew-cookiebar-full .col-lg-1 {
		width: 4.1666666667%
	}

	#ew-cookiebar-full .col-lg-2 {
		width: 8.3333333333%
	}

	#ew-cookiebar-full .col-lg-3 {
		width: 12.5%
	}

	#ew-cookiebar-full .col-lg-4 {
		width: 16.6666666667%
	}

	#ew-cookiebar-full .col-lg-5 {
		width: 20.8333333333%
	}

	#ew-cookiebar-full .col-lg-6 {
		width: 25%
	}

	#ew-cookiebar-full .col-lg-7 {
		width: 29.1666666667%
	}

	#ew-cookiebar-full .col-lg-8 {
		width: 33.3333333333%
	}

	#ew-cookiebar-full .col-lg-9 {
		width: 37.5%
	}

	#ew-cookiebar-full .col-lg-10 {
		width: 41.6666666667%
	}

	#ew-cookiebar-full .col-lg-11 {
		width: 45.8333333333%
	}

	#ew-cookiebar-full .col-lg-12 {
		width: 50%
	}

	#ew-cookiebar-full .col-lg-13 {
		width: 54.1666666667%
	}

	#ew-cookiebar-full .col-lg-14 {
		width: 58.3333333333%
	}

	#ew-cookiebar-full .col-lg-15 {
		width: 62.5%
	}

	#ew-cookiebar-full .col-lg-16 {
		width: 66.6666666667%
	}

	#ew-cookiebar-full .col-lg-17 {
		width: 70.8333333333%
	}

	#ew-cookiebar-full .col-lg-18 {
		width: 75%
	}

	#ew-cookiebar-full .col-lg-19 {
		width: 79.1666666667%
	}

	#ew-cookiebar-full .col-lg-20 {
		width: 83.3333333333%
	}

	#ew-cookiebar-full .col-lg-21 {
		width: 87.5%
	}

	#ew-cookiebar-full .col-lg-22 {
		width: 91.6666666667%
	}

	#ew-cookiebar-full .col-lg-23 {
		width: 95.8333333333%
	}

	#ew-cookiebar-full .col-lg-24 {
		width: 100%
	}
}

@media screen and (max-width:1440px) {
	#ew-cookiebar-full .col-md-1 {
		width: 4.1666666667%
	}

	#ew-cookiebar-full .col-md-2 {
		width: 8.3333333333%
	}

	#ew-cookiebar-full .col-md-3 {
		width: 12.5%
	}

	#ew-cookiebar-full .col-md-4 {
		width: 16.6666666667%
	}

	#ew-cookiebar-full .col-md-5 {
		width: 20.8333333333%
	}

	#ew-cookiebar-full .col-md-6 {
		width: 25%
	}

	#ew-cookiebar-full .col-md-7 {
		width: 29.1666666667%
	}

	#ew-cookiebar-full .col-md-8 {
		width: 33.3333333333%
	}

	#ew-cookiebar-full .col-md-9 {
		width: 37.5%
	}

	#ew-cookiebar-full .col-md-10 {
		width: 41.6666666667%
	}

	#ew-cookiebar-full .col-md-11 {
		width: 45.8333333333%
	}

	#ew-cookiebar-full .col-md-12 {
		width: 50%
	}

	#ew-cookiebar-full .col-md-13 {
		width: 54.1666666667%
	}

	#ew-cookiebar-full .col-md-14 {
		width: 58.3333333333%
	}

	#ew-cookiebar-full .col-md-15 {
		width: 62.5%
	}

	#ew-cookiebar-full .col-md-16 {
		width: 66.6666666667%
	}

	#ew-cookiebar-full .col-md-17 {
		width: 70.8333333333%
	}

	#ew-cookiebar-full .col-md-18 {
		width: 75%
	}

	#ew-cookiebar-full .col-md-19 {
		width: 79.1666666667%
	}

	#ew-cookiebar-full .col-md-20 {
		width: 83.3333333333%
	}

	#ew-cookiebar-full .col-md-21 {
		width: 87.5%
	}

	#ew-cookiebar-full .col-md-22 {
		width: 91.6666666667%
	}

	#ew-cookiebar-full .col-md-23 {
		width: 95.8333333333%
	}

	#ew-cookiebar-full .col-md-24 {
		width: 100%
	}
}

@media screen and (max-width:1280px) {
	#ew-cookiebar-full .col-sm-1 {
		width: 4.1666666667%
	}

	#ew-cookiebar-full .col-sm-2 {
		width: 8.3333333333%
	}

	#ew-cookiebar-full .col-sm-3 {
		width: 12.5%
	}

	#ew-cookiebar-full .col-sm-4 {
		width: 16.6666666667%
	}

	#ew-cookiebar-full .col-sm-5 {
		width: 20.8333333333%
	}

	#ew-cookiebar-full .col-sm-6 {
		width: 25%
	}

	#ew-cookiebar-full .col-sm-7 {
		width: 29.1666666667%
	}

	#ew-cookiebar-full .col-sm-8 {
		width: 33.3333333333%
	}

	#ew-cookiebar-full .col-sm-9 {
		width: 37.5%
	}

	#ew-cookiebar-full .col-sm-10 {
		width: 41.6666666667%
	}

	#ew-cookiebar-full .col-sm-11 {
		width: 45.8333333333%
	}

	#ew-cookiebar-full .col-sm-12 {
		width: 50%
	}

	#ew-cookiebar-full .col-sm-13 {
		width: 54.1666666667%
	}

	#ew-cookiebar-full .col-sm-14 {
		width: 58.3333333333%
	}

	#ew-cookiebar-full .col-sm-15 {
		width: 62.5%
	}

	#ew-cookiebar-full .col-sm-16 {
		width: 66.6666666667%
	}

	#ew-cookiebar-full .col-sm-17 {
		width: 70.8333333333%
	}

	#ew-cookiebar-full .col-sm-18 {
		width: 75%
	}

	#ew-cookiebar-full .col-sm-19 {
		width: 79.1666666667%
	}

	#ew-cookiebar-full .col-sm-20 {
		width: 83.3333333333%
	}

	#ew-cookiebar-full .col-sm-21 {
		width: 87.5%
	}

	#ew-cookiebar-full .col-sm-22 {
		width: 91.6666666667%
	}

	#ew-cookiebar-full .col-sm-23 {
		width: 95.8333333333%
	}

	#ew-cookiebar-full .col-sm-24 {
		width: 100%
	}
}

@media screen and (max-width:1024px) {
	#ew-cookiebar-full .col-tablet-1 {
		width: 4.1666666667%
	}

	#ew-cookiebar-full .col-tablet-2 {
		width: 8.3333333333%
	}

	#ew-cookiebar-full .col-tablet-3 {
		width: 12.5%
	}

	#ew-cookiebar-full .col-tablet-4 {
		width: 16.6666666667%
	}

	#ew-cookiebar-full .col-tablet-5 {
		width: 20.8333333333%
	}

	#ew-cookiebar-full .col-tablet-6 {
		width: 25%
	}

	#ew-cookiebar-full .col-tablet-7 {
		width: 29.1666666667%
	}

	#ew-cookiebar-full .col-tablet-8 {
		width: 33.3333333333%
	}

	#ew-cookiebar-full .col-tablet-9 {
		width: 37.5%
	}

	#ew-cookiebar-full .col-tablet-10 {
		width: 41.6666666667%
	}

	#ew-cookiebar-full .col-tablet-11 {
		width: 45.8333333333%
	}

	#ew-cookiebar-full .col-tablet-12 {
		width: 50%
	}

	#ew-cookiebar-full .col-tablet-13 {
		width: 54.1666666667%
	}

	#ew-cookiebar-full .col-tablet-14 {
		width: 58.3333333333%
	}

	#ew-cookiebar-full .col-tablet-15 {
		width: 62.5%
	}

	#ew-cookiebar-full .col-tablet-16 {
		width: 66.6666666667%
	}

	#ew-cookiebar-full .col-tablet-17 {
		width: 70.8333333333%
	}

	#ew-cookiebar-full .col-tablet-18 {
		width: 75%
	}

	#ew-cookiebar-full .col-tablet-19 {
		width: 79.1666666667%
	}

	#ew-cookiebar-full .col-tablet-20 {
		width: 83.3333333333%
	}

	#ew-cookiebar-full .col-tablet-21 {
		width: 87.5%
	}

	#ew-cookiebar-full .col-tablet-22 {
		width: 91.6666666667%
	}

	#ew-cookiebar-full .col-tablet-23 {
		width: 95.8333333333%
	}

	#ew-cookiebar-full .col-tablet-24 {
		width: 100%
	}
}

@media screen and (max-width:870px) {
	#ew-cookiebar-full .col-mdtablet-1 {
		width: 4.1666666667%
	}

	#ew-cookiebar-full .col-mdtablet-2 {
		width: 8.3333333333%
	}

	#ew-cookiebar-full .col-mdtablet-3 {
		width: 12.5%
	}

	#ew-cookiebar-full .col-mdtablet-4 {
		width: 16.6666666667%
	}

	#ew-cookiebar-full .col-mdtablet-5 {
		width: 20.8333333333%
	}

	#ew-cookiebar-full .col-mdtablet-6 {
		width: 25%
	}

	#ew-cookiebar-full .col-mdtablet-7 {
		width: 29.1666666667%
	}

	#ew-cookiebar-full .col-mdtablet-8 {
		width: 33.3333333333%
	}

	#ew-cookiebar-full .col-mdtablet-9 {
		width: 37.5%
	}

	#ew-cookiebar-full .col-mdtablet-10 {
		width: 41.6666666667%
	}

	#ew-cookiebar-full .col-mdtablet-11 {
		width: 45.8333333333%
	}

	#ew-cookiebar-full .col-mdtablet-12 {
		width: 50%
	}

	#ew-cookiebar-full .col-mdtablet-13 {
		width: 54.1666666667%
	}

	#ew-cookiebar-full .col-mdtablet-14 {
		width: 58.3333333333%
	}

	#ew-cookiebar-full .col-mdtablet-15 {
		width: 62.5%
	}

	#ew-cookiebar-full .col-mdtablet-16 {
		width: 66.6666666667%
	}

	#ew-cookiebar-full .col-mdtablet-17 {
		width: 70.8333333333%
	}

	#ew-cookiebar-full .col-mdtablet-18 {
		width: 75%
	}

	#ew-cookiebar-full .col-mdtablet-19 {
		width: 79.1666666667%
	}

	#ew-cookiebar-full .col-mdtablet-20 {
		width: 83.3333333333%
	}

	#ew-cookiebar-full .col-mdtablet-21 {
		width: 87.5%
	}

	#ew-cookiebar-full .col-mdtablet-22 {
		width: 91.6666666667%
	}

	#ew-cookiebar-full .col-mdtablet-23 {
		width: 95.8333333333%
	}

	#ew-cookiebar-full .col-mdtablet-24 {
		width: 100%
	}
}

@media screen and (max-width:768px) {
	#ew-cookiebar-full .col-smtablet-1 {
		width: 4.1666666667%
	}

	#ew-cookiebar-full .col-smtablet-2 {
		width: 8.3333333333%
	}

	#ew-cookiebar-full .col-smtablet-3 {
		width: 12.5%
	}

	#ew-cookiebar-full .col-smtablet-4 {
		width: 16.6666666667%
	}

	#ew-cookiebar-full .col-smtablet-5 {
		width: 20.8333333333%
	}

	#ew-cookiebar-full .col-smtablet-6 {
		width: 25%
	}

	#ew-cookiebar-full .col-smtablet-7 {
		width: 29.1666666667%
	}

	#ew-cookiebar-full .col-smtablet-8 {
		width: 33.3333333333%
	}

	#ew-cookiebar-full .col-smtablet-9 {
		width: 37.5%
	}

	#ew-cookiebar-full .col-smtablet-10 {
		width: 41.6666666667%
	}

	#ew-cookiebar-full .col-smtablet-11 {
		width: 45.8333333333%
	}

	#ew-cookiebar-full .col-smtablet-12 {
		width: 50%
	}

	#ew-cookiebar-full .col-smtablet-13 {
		width: 54.1666666667%
	}

	#ew-cookiebar-full .col-smtablet-14 {
		width: 58.3333333333%
	}

	#ew-cookiebar-full .col-smtablet-15 {
		width: 62.5%
	}

	#ew-cookiebar-full .col-smtablet-16 {
		width: 66.6666666667%
	}

	#ew-cookiebar-full .col-smtablet-17 {
		width: 70.8333333333%
	}

	#ew-cookiebar-full .col-smtablet-18 {
		width: 75%
	}

	#ew-cookiebar-full .col-smtablet-19 {
		width: 79.1666666667%
	}

	#ew-cookiebar-full .col-smtablet-20 {
		width: 83.3333333333%
	}

	#ew-cookiebar-full .col-smtablet-21 {
		width: 87.5%
	}

	#ew-cookiebar-full .col-smtablet-22 {
		width: 91.6666666667%
	}

	#ew-cookiebar-full .col-smtablet-23 {
		width: 95.8333333333%
	}

	#ew-cookiebar-full .col-smtablet-24 {
		width: 100%
	}
}

@media screen and (max-width:680px) {
	#ew-cookiebar-full .col-xlphone-1 {
		width: 4.1666666667%
	}

	#ew-cookiebar-full .col-xlphone-2 {
		width: 8.3333333333%
	}

	#ew-cookiebar-full .col-xlphone-3 {
		width: 12.5%
	}

	#ew-cookiebar-full .col-xlphone-4 {
		width: 16.6666666667%
	}

	#ew-cookiebar-full .col-xlphone-5 {
		width: 20.8333333333%
	}

	#ew-cookiebar-full .col-xlphone-6 {
		width: 25%
	}

	#ew-cookiebar-full .col-xlphone-7 {
		width: 29.1666666667%
	}

	#ew-cookiebar-full .col-xlphone-8 {
		width: 33.3333333333%
	}

	#ew-cookiebar-full .col-xlphone-9 {
		width: 37.5%
	}

	#ew-cookiebar-full .col-xlphone-10 {
		width: 41.6666666667%
	}

	#ew-cookiebar-full .col-xlphone-11 {
		width: 45.8333333333%
	}

	#ew-cookiebar-full .col-xlphone-12 {
		width: 50%
	}

	#ew-cookiebar-full .col-xlphone-13 {
		width: 54.1666666667%
	}

	#ew-cookiebar-full .col-xlphone-14 {
		width: 58.3333333333%
	}

	#ew-cookiebar-full .col-xlphone-15 {
		width: 62.5%
	}

	#ew-cookiebar-full .col-xlphone-16 {
		width: 66.6666666667%
	}

	#ew-cookiebar-full .col-xlphone-17 {
		width: 70.8333333333%
	}

	#ew-cookiebar-full .col-xlphone-18 {
		width: 75%
	}

	#ew-cookiebar-full .col-xlphone-19 {
		width: 79.1666666667%
	}

	#ew-cookiebar-full .col-xlphone-20 {
		width: 83.3333333333%
	}

	#ew-cookiebar-full .col-xlphone-21 {
		width: 87.5%
	}

	#ew-cookiebar-full .col-xlphone-22 {
		width: 91.6666666667%
	}

	#ew-cookiebar-full .col-xlphone-23 {
		width: 95.8333333333%
	}

	#ew-cookiebar-full .col-xlphone-24 {
		width: 100%
	}
}

@media screen and (max-width:550px) {
	#ew-cookiebar-full .col-lgphone-1 {
		width: 4.1666666667%
	}

	#ew-cookiebar-full .col-lgphone-2 {
		width: 8.3333333333%
	}

	#ew-cookiebar-full .col-lgphone-3 {
		width: 12.5%
	}

	#ew-cookiebar-full .col-lgphone-4 {
		width: 16.6666666667%
	}

	#ew-cookiebar-full .col-lgphone-5 {
		width: 20.8333333333%
	}

	#ew-cookiebar-full .col-lgphone-6 {
		width: 25%
	}

	#ew-cookiebar-full .col-lgphone-7 {
		width: 29.1666666667%
	}

	#ew-cookiebar-full .col-lgphone-8 {
		width: 33.3333333333%
	}

	#ew-cookiebar-full .col-lgphone-9 {
		width: 37.5%
	}

	#ew-cookiebar-full .col-lgphone-10 {
		width: 41.6666666667%
	}

	#ew-cookiebar-full .col-lgphone-11 {
		width: 45.8333333333%
	}

	#ew-cookiebar-full .col-lgphone-12 {
		width: 50%
	}

	#ew-cookiebar-full .col-lgphone-13 {
		width: 54.1666666667%
	}

	#ew-cookiebar-full .col-lgphone-14 {
		width: 58.3333333333%
	}

	#ew-cookiebar-full .col-lgphone-15 {
		width: 62.5%
	}

	#ew-cookiebar-full .col-lgphone-16 {
		width: 66.6666666667%
	}

	#ew-cookiebar-full .col-lgphone-17 {
		width: 70.8333333333%
	}

	#ew-cookiebar-full .col-lgphone-18 {
		width: 75%
	}

	#ew-cookiebar-full .col-lgphone-19 {
		width: 79.1666666667%
	}

	#ew-cookiebar-full .col-lgphone-20 {
		width: 83.3333333333%
	}

	#ew-cookiebar-full .col-lgphone-21 {
		width: 87.5%
	}

	#ew-cookiebar-full .col-lgphone-22 {
		width: 91.6666666667%
	}

	#ew-cookiebar-full .col-lgphone-23 {
		width: 95.8333333333%
	}

	#ew-cookiebar-full .col-lgphone-24 {
		width: 100%
	}
}

@media screen and (max-width:414px) {
	#ew-cookiebar-full .col-mdphone-1 {
		width: 4.1666666667%
	}

	#ew-cookiebar-full .col-mdphone-2 {
		width: 8.3333333333%
	}

	#ew-cookiebar-full .col-mdphone-3 {
		width: 12.5%
	}

	#ew-cookiebar-full .col-mdphone-4 {
		width: 16.6666666667%
	}

	#ew-cookiebar-full .col-mdphone-5 {
		width: 20.8333333333%
	}

	#ew-cookiebar-full .col-mdphone-6 {
		width: 25%
	}

	#ew-cookiebar-full .col-mdphone-7 {
		width: 29.1666666667%
	}

	#ew-cookiebar-full .col-mdphone-8 {
		width: 33.3333333333%
	}

	#ew-cookiebar-full .col-mdphone-9 {
		width: 37.5%
	}

	#ew-cookiebar-full .col-mdphone-10 {
		width: 41.6666666667%
	}

	#ew-cookiebar-full .col-mdphone-11 {
		width: 45.8333333333%
	}

	#ew-cookiebar-full .col-mdphone-12 {
		width: 50%
	}

	#ew-cookiebar-full .col-mdphone-13 {
		width: 54.1666666667%
	}

	#ew-cookiebar-full .col-mdphone-14 {
		width: 58.3333333333%
	}

	#ew-cookiebar-full .col-mdphone-15 {
		width: 62.5%
	}

	#ew-cookiebar-full .col-mdphone-16 {
		width: 66.6666666667%
	}

	#ew-cookiebar-full .col-mdphone-17 {
		width: 70.8333333333%
	}

	#ew-cookiebar-full .col-mdphone-18 {
		width: 75%
	}

	#ew-cookiebar-full .col-mdphone-19 {
		width: 79.1666666667%
	}

	#ew-cookiebar-full .col-mdphone-20 {
		width: 83.3333333333%
	}

	#ew-cookiebar-full .col-mdphone-21 {
		width: 87.5%
	}

	#ew-cookiebar-full .col-mdphone-22 {
		width: 91.6666666667%
	}

	#ew-cookiebar-full .col-mdphone-23 {
		width: 95.8333333333%
	}

	#ew-cookiebar-full .col-mdphone-24 {
		width: 100%
	}
}

@media screen and (max-width:375px) {
	#ew-cookiebar-full .col-smphone-1 {
		width: 4.1666666667%
	}

	#ew-cookiebar-full .col-smphone-2 {
		width: 8.3333333333%
	}

	#ew-cookiebar-full .col-smphone-3 {
		width: 12.5%
	}

	#ew-cookiebar-full .col-smphone-4 {
		width: 16.6666666667%
	}

	#ew-cookiebar-full .col-smphone-5 {
		width: 20.8333333333%
	}

	#ew-cookiebar-full .col-smphone-6 {
		width: 25%
	}

	#ew-cookiebar-full .col-smphone-7 {
		width: 29.1666666667%
	}

	#ew-cookiebar-full .col-smphone-8 {
		width: 33.3333333333%
	}

	#ew-cookiebar-full .col-smphone-9 {
		width: 37.5%
	}

	#ew-cookiebar-full .col-smphone-10 {
		width: 41.6666666667%
	}

	#ew-cookiebar-full .col-smphone-11 {
		width: 45.8333333333%
	}

	#ew-cookiebar-full .col-smphone-12 {
		width: 50%
	}

	#ew-cookiebar-full .col-smphone-13 {
		width: 54.1666666667%
	}

	#ew-cookiebar-full .col-smphone-14 {
		width: 58.3333333333%
	}

	#ew-cookiebar-full .col-smphone-15 {
		width: 62.5%
	}

	#ew-cookiebar-full .col-smphone-16 {
		width: 66.6666666667%
	}

	#ew-cookiebar-full .col-smphone-17 {
		width: 70.8333333333%
	}

	#ew-cookiebar-full .col-smphone-18 {
		width: 75%
	}

	#ew-cookiebar-full .col-smphone-19 {
		width: 79.1666666667%
	}

	#ew-cookiebar-full .col-smphone-20 {
		width: 83.3333333333%
	}

	#ew-cookiebar-full .col-smphone-21 {
		width: 87.5%
	}

	#ew-cookiebar-full .col-smphone-22 {
		width: 91.6666666667%
	}

	#ew-cookiebar-full .col-smphone-23 {
		width: 95.8333333333%
	}

	#ew-cookiebar-full .col-smphone-24 {
		width: 100%
	}
}

@media screen and (max-width:360px) {
	#ew-cookiebar-full .col-miniphone-1 {
		width: 4.1666666667%
	}

	#ew-cookiebar-full .col-miniphone-2 {
		width: 8.3333333333%
	}

	#ew-cookiebar-full .col-miniphone-3 {
		width: 12.5%
	}

	#ew-cookiebar-full .col-miniphone-4 {
		width: 16.6666666667%
	}

	#ew-cookiebar-full .col-miniphone-5 {
		width: 20.8333333333%
	}

	#ew-cookiebar-full .col-miniphone-6 {
		width: 25%
	}

	#ew-cookiebar-full .col-miniphone-7 {
		width: 29.1666666667%
	}

	#ew-cookiebar-full .col-miniphone-8 {
		width: 33.3333333333%
	}

	#ew-cookiebar-full .col-miniphone-9 {
		width: 37.5%
	}

	#ew-cookiebar-full .col-miniphone-10 {
		width: 41.6666666667%
	}

	#ew-cookiebar-full .col-miniphone-11 {
		width: 45.8333333333%
	}

	#ew-cookiebar-full .col-miniphone-12 {
		width: 50%
	}

	#ew-cookiebar-full .col-miniphone-13 {
		width: 54.1666666667%
	}

	#ew-cookiebar-full .col-miniphone-14 {
		width: 58.3333333333%
	}

	#ew-cookiebar-full .col-miniphone-15 {
		width: 62.5%
	}

	#ew-cookiebar-full .col-miniphone-16 {
		width: 66.6666666667%
	}

	#ew-cookiebar-full .col-miniphone-17 {
		width: 70.8333333333%
	}

	#ew-cookiebar-full .col-miniphone-18 {
		width: 75%
	}

	#ew-cookiebar-full .col-miniphone-19 {
		width: 79.1666666667%
	}

	#ew-cookiebar-full .col-miniphone-20 {
		width: 83.3333333333%
	}

	#ew-cookiebar-full .col-miniphone-21 {
		width: 87.5%
	}

	#ew-cookiebar-full .col-miniphone-22 {
		width: 91.6666666667%
	}

	#ew-cookiebar-full .col-miniphone-23 {
		width: 95.8333333333%
	}

	#ew-cookiebar-full .col-miniphone-24 {
		width: 100%
	}
}

@font-face {
	font-family: swiper-icons;
	src: url("../fonts/08222344c40b4dd78603b1f6b50dc78f.woff") format("woff");
	font-weight: 400;
	font-style: normal
}

:root {
	--swiper-theme-color: #007aff
}

.swiper-container {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	z-index: 1
}

.swiper-container-vertical>.swiper-wrapper {
	flex-direction: column
}

.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: flex;
	transition-property: transform;
	box-sizing: content-box
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
	transform: translate3d(0, 0, 0)
}

.swiper-container-multirow>.swiper-wrapper {
	flex-wrap: wrap
}

.swiper-container-multirow-column>.swiper-wrapper {
	flex-wrap: wrap;
	flex-direction: column
}

.swiper-container-free-mode>.swiper-wrapper {
	transition-timing-function: ease-out;
	margin: 0 auto
}

.swiper-slide {
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
	transition-property: transform
}

.swiper-slide-invisible-blank {
	visibility: hidden
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
	height: auto
}

.swiper-container-autoheight .swiper-wrapper {
	align-items: flex-start;
	transition-property: transform, height
}

.swiper-container-3d {
	perspective: 1200px
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
	transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
	background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-right {
	background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-top {
	background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-bottom {
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-css-mode>.swiper-wrapper {
	overflow: auto;
	scrollbar-width: none;
	-ms-overflow-style: none
}

.swiper-container-css-mode>.swiper-wrapper::-webkit-scrollbar {
	display: none
}

.swiper-container-css-mode>.swiper-wrapper>.swiper-slide {
	scroll-snap-align: start start
}

.swiper-container-horizontal.swiper-container-css-mode>.swiper-wrapper {
	-webkit-scroll-snap-type: x mandatory;
	-ms-scroll-snap-type: x mandatory;
	scroll-snap-type: x mandatory
}

.swiper-container-vertical.swiper-container-css-mode>.swiper-wrapper {
	-webkit-scroll-snap-type: y mandatory;
	-ms-scroll-snap-type: y mandatory;
	scroll-snap-type: y mandatory
}

:root {
	--swiper-navigation-size: 44px
}

.swiper-button-next,
.swiper-button-prev {
	position: absolute;
	top: 50%;
	width: calc(var(--swiper-navigation-size)/ 44 * 27);
	height: var(--swiper-navigation-size);
	margin-top: calc(-1 * 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: .35;
	cursor: auto;
	pointer-events: 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;
	text-transform: none;
	font-variant: initial;
	line-height: 1
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
	left: 10px;
	right: auto
}

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
	content: "prev"
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
	right: 10px;
	left: auto
}

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
	content: "next"
}

.swiper-button-next.swiper-button-white,
.swiper-button-prev.swiper-button-white {
	--swiper-navigation-color: #ffffff
}

.swiper-button-next.swiper-button-black,
.swiper-button-prev.swiper-button-black {
	--swiper-navigation-color: #000000
}

.swiper-button-lock {
	display: none
}

.swiper-pagination {
	position: absolute;
	text-align: center;
	transition: .3s opacity;
	transform: translate3d(0, 0, 0);
	z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
	opacity: 0
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
	bottom: 10px;
	left: 0;
	width: 100%
}

.swiper-pagination-bullets-dynamic {
	overflow: hidden;
	font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	transform: scale(.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(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
	transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
	transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
	transform: scale(.33)
}

.swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	display: inline-block;
	border-radius: 100%;
	background: #000;
	opacity: .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-active {
	opacity: 1;
	background: var(--swiper-pagination-color, var(--swiper-theme-color))
}

.swiper-container-vertical>.swiper-pagination-bullets {
	right: 10px;
	top: 50%;
	transform: translate3d(0, -50%, 0)
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 6px 0;
	display: block
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	top: 50%;
	transform: translateY(-50%);
	width: 8px
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	display: inline-block;
	transition: .2s transform, .2s top
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 4px
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	left: 50%;
	transform: translateX(-50%);
	white-space: nowrap
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	transition: .2s transform, .2s left
}

.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	transition: .2s transform, .2s right
}

.swiper-pagination-progressbar {
	background: rgba(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-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	transform-origin: right top
}

.swiper-container-horizontal>.swiper-pagination-progressbar,
.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
	width: 100%;
	height: 4px;
	left: 0;
	top: 0
}

.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-container-vertical>.swiper-pagination-progressbar {
	width: 4px;
	height: 100%;
	left: 0;
	top: 0
}

.swiper-pagination-white {
	--swiper-pagination-color: #ffffff
}

.swiper-pagination-black {
	--swiper-pagination-color: #000000
}

.swiper-pagination-lock {
	display: none
}

.swiper-scrollbar {
	border-radius: 10px;
	position: relative;
	-ms-touch-action: none;
	background: rgba(0, 0, 0, .1)
}

.swiper-container-horizontal>.swiper-scrollbar {
	position: absolute;
	left: 1%;
	bottom: 3px;
	z-index: 50;
	height: 5px;
	width: 98%
}

.swiper-container-vertical>.swiper-scrollbar {
	position: absolute;
	right: 3px;
	top: 1%;
	z-index: 50;
	width: 5px;
	height: 98%
}

.swiper-scrollbar-drag {
	height: 100%;
	width: 100%;
	position: relative;
	background: rgba(0, 0, 0, .5);
	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
}

.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%;
	animation: swiper-preloader-spin 1s infinite linear;
	box-sizing: border-box;
	border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
	border-radius: 50%;
	border-top-color: transparent
}

.swiper-lazy-preloader-white {
	--swiper-preloader-color: #fff
}

.swiper-lazy-preloader-black {
	--swiper-preloader-color: #000
}

@keyframes swiper-preloader-spin {
	100% {
		transform: rotate(360deg)
	}
}

.swiper-container .swiper-notification {
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
	opacity: 0;
	z-index: -1000
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
	transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
	pointer-events: none;
	transition-property: opacity
}

.swiper-container-fade .swiper-slide .swiper-slide {
	pointer-events: none
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}

.swiper-container-cube {
	overflow: visible
}

.swiper-container-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-container-cube .swiper-slide .swiper-slide {
	pointer-events: none
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
	transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next+.swiper-slide,
.swiper-container-cube .swiper-slide-prev {
	pointer-events: auto;
	visibility: visible
}

.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.swiper-container-cube .swiper-cube-shadow {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: .6;
	-webkit-filter: blur(50px);
	filter: blur(50px);
	z-index: 0
}

.swiper-container-flip {
	overflow: visible
}

.swiper-container-flip .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1
}

.swiper-container-flip .swiper-slide .swiper-slide {
	pointer-events: none
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}

.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.back-link {
	margin-bottom: 30px;
	display: inline-flex;
	align-items: center;
	color: #e9a205;
	text-align: center
}

.back-link img {
	transform: rotate(180deg);
	margin-right: 5px;
	transition: all .3s ease
}

.back-link:hover img {
	transform: rotate(180deg) translateX(5px)
}

.default-btn {
	margin: 20px 0;
	padding: 10px 0
}

@media screen and (max-width:680px) {
	.default-btn {
		display: flex;
		text-align: center;
		justify-content: center
	}
}

.default-btn.center {
	text-align: center
}

.default-btn.blue a,
.default-btn.blue span {
	color: #233660;
	border: 1px solid #233660
}

.default-btn.blue a:hover,
.default-btn.blue span:hover {
	color: #fff;
	background-color: #233660
}

.default-btn.yellow a {
	color: #e9a205;
	border: 1px solid #e9a205
}

.default-btn.yellow a:hover {
	color: #fff;
	background-color: #e9a205
}

.default-btn a,
.default-btn span {
	color: #fff;
	font-size: 1.6rem;
	padding: 10px 50px;
	border: 1px solid #fff;
	border-radius: 30px;
	text-transform: uppercase;
	position: relative;
	transition: all .3s ease;
	cursor: pointer
}

@media screen and (max-width:1440px) {

	.default-btn a,
	.default-btn span {
		font-size: 1.4rem
	}
}

@media screen and (max-width:680px) {

	.default-btn a,
	.default-btn span {
		width: 100%
	}
}

.default-btn a:hover,
.default-btn span:hover {
	color: #233660;
	background-color: #fff;
	box-shadow: 0 2.8px 2.2px rgba(0, 0, 0, .034), 0 6.7px 5.3px rgba(0, 0, 0, .048), 0 12.5px 10px rgba(0, 0, 0, .06), 0 22.3px 17.9px rgba(0, 0, 0, .072), 0 41.8px 33.4px rgba(0, 0, 0, .086), 0 100px 80px rgba(0, 0, 0, .12)
}

.hero {
	z-index: 3
}

.hero.swiper-container {
	width: 100%;
	height: 100vh
}

@media screen and (max-width:680px) {
	.hero.swiper-container {
		height: 90vh
	}
}

.hero .swiper-slide {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
	display: flex;
	align-items: center
}

@media screen and (max-width:1024px) {
	.hero .swiper-slide {
		justify-content: center
	}
}

@media screen and (max-width:680px) {
	.hero .swiper-slide {
		align-items: flex-end
	}
}

.hero .swiper-slide:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: rgba(35, 54, 96, .3)
}

.hero .swiper-slide-active .tag {
	animation: fadeUp .8s ease-in-out forwards
}

.hero .swiper-slide-active h1 {
	animation: fadeUp .8s ease-in-out forwards;
	animation-delay: .2s
}

.hero .swiper-slide-active .default-btn {
	animation: fadeUp .8s ease-in-out forwards;
	animation-delay: .4s
}

.swiper-box {
	max-width: 600px;
	color: #fff;
	position: relative;
	z-index: 2;
	background: rgba(35, 54, 96, .7);
	padding: 30px 40px
}

@media screen and (max-width:1440px) {
	.swiper-box {
		max-width: 500px
	}
}

@media screen and (max-width:1024px) {
	.swiper-box {
		max-width: initial;
		text-align: center
	}
}

@media screen and (max-width:680px) {
	.swiper-box {
		padding: 20px 10px;
		margin-bottom: 50px
	}
}

.swiper-box h1 {
	text-transform: uppercase;
	font-size: 3rem;
	word-break: break-word;
	margin-top: 10px;
	opacity: 0
}

@media screen and (max-width:1440px) {
	.swiper-box h1 {
		font-size: 2.5rem
	}
}

@media screen and (max-width:680px) {
	.swiper-box h1 {
		font-size: 2.5rem
	}
}

.swiper-box .default-btn {
	opacity: 0
}

.swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	margin-right: 5px;
	background: #fff;
	margin-bottom: 10px
}

.page-hero {
	width: 100%;
	height: 55vh;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	display: flex;
	align-items: flex-end;
	position: relative
}

@media screen and (max-width:1024px) {
	.page-hero {
		height: 30vh
	}
}

@media screen and (max-width:680px) {
	.page-hero {
		height: 40vh
	}
}

.hero-title {
	font-size: 3.5rem;
	font-weight: 900;
	color: #fff;
	text-transform: uppercase;
	position: relative;
	z-index: 3;
	display: inline-block;
	background: rgba(35, 54, 96, .7);
	padding: 10px 50px;
	position: absolute;
	bottom: 0;
	left: 0
}

.hero-title .letter {
	display: inline-block;
	line-height: 1em
}

@media screen and (max-width:1440px) {
	.hero-title {
		font-size: 3rem
	}
}

@media screen and (max-width:1024px) {
	.hero-title {
		font-size: 2.5rem;
		padding: 10px 20px
	}
}

@media screen and (max-width:680px) {
	.hero-title {
		font-size: 2rem;
		right: 0
	}
}

.counter {
	display: flex;
	flex-wrap: wrap
}

.count-item {
	text-align: center;
	width: 25%;
	font-family: quatro;
	cursor: default
}

@media screen and (max-width:1024px) {
	.count-item {
		width: 50%;
		margin-bottom: 20px;
		opacity: 1
	}
}

.count-item:nth-child(even).animate {
	animation: fallDown 1s ease-in-out forwards
}

@media screen and (max-width:680px) {
	.count-item:nth-child(even).animate {
		animation: none
	}
}

.count-item:nth-child(odd).animate {
	animation: fallUp 1s ease-in-out forwards
}

@media screen and (max-width:680px) {
	.count-item:nth-child(odd).animate {
		animation: none
	}
}

.count-item .count-img {
	height: 200px;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center
}

@media screen and (max-width:1440px) {
	.count-item .count-img {
		height: 160px
	}
}

@media screen and (max-width:680px) {
	.count-item .count-img {
		height: 120px
	}
}

.count-item img {
	height: 90%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) scale(1) translateY(-50%);
	transition: all .6s ease-out;
	object-fit: scale-down;
	max-width: 160px
}

@media screen and (max-width:680px) {
	.count-item img {
		max-width: 120px
	}
}

.count-item .blob {
	height: 120px;
	width: 120px;
	border-radius: 50%;
	z-index: -1;
	position: relative;
	margin: 0 auto
}

@media screen and (max-width:680px) {
	.count-item .blob {
		animation: none;
		height: 80px;
		width: 80px;
		opacity: 1
	}
}

.count-item .blob.animate {
	animation: scaleIn 2s ease-in-out forwards
}

@media screen and (max-width:680px) {
	.count-item .blob.animate {
		animation: none
	}
}

.count-item .title {
	font-size: 4rem;
	font-weight: 900
}

@media screen and (max-width:1280px) {
	.count-item .title {
		font-size: 3.5rem
	}
}

.count-item .small {
	text-transform: uppercase;
	font-weight: 900
}

@media screen and (max-width:1440px) {
	.count-item .small {
		font-size: 1.6rem
	}
}

@media screen and (max-width:680px) {
	.count-item .small {
		font-size: 1.4rem
	}
}

.count-item:hover img {
	transform: translateX(-50%) scale(1.05) translateY(-50%)
}

.count-item:nth-child(1) .count-img .animate {
	animation-delay: .2s
}

.count-item:nth-child(2) .count-img .animate {
	animation-delay: .4s
}

.count-item:nth-child(3) .count-img .animate {
	animation-delay: .6s
}

.count-item:nth-child(4) .count-img .animate {
	animation-delay: .8s
}

.count-item:nth-child(5) .count-img .animate {
	animation-delay: 1s
}

.count-item:nth-child(6) .count-img .animate {
	animation-delay: 1.2s
}

.count-item:nth-child(7) .count-img .animate {
	animation-delay: 1.4s
}

.count-item:nth-child(8) .count-img .animate {
	animation-delay: 1.6s
}

.count-item:nth-child(9) .count-img .animate {
	animation-delay: 1.8s
}

.count-item:nth-child(10) .count-img .animate {
	animation-delay: 2s
}

.count-item:nth-child(11) .count-img .animate {
	animation-delay: 2.2s
}

.count-item:nth-child(12) .count-img .animate {
	animation-delay: 2.4s
}

.count-item:nth-child(13) .count-img .animate {
	animation-delay: 2.6s
}

.count-item:nth-child(14) .count-img .animate {
	animation-delay: 2.8s
}

.count-item:nth-child(15) .count-img .animate {
	animation-delay: 3s
}

.count-item:nth-child(16) .count-img .animate {
	animation-delay: 3.2s
}

.count-item:nth-child(17) .count-img .animate {
	animation-delay: 3.4s
}

.count-item:nth-child(18) .count-img .animate {
	animation-delay: 3.6s
}

.count-item:nth-child(19) .count-img .animate {
	animation-delay: 3.8s
}

.count-item:nth-child(20) .count-img .animate {
	animation-delay: 4s
}

.count-item:nth-child(21) .count-img .animate {
	animation-delay: 4.2s
}

.count-item:nth-child(1) .blob {
	background: rgba(233, 162, 5, .5)
}

.count-item:nth-child(2) .blob {
	background: rgba(28, 148, 40, .5)
}

.count-item:nth-child(3) .blob {
	background: rgba(2, 74, 42, .5)
}

.count-item:nth-child(4) .blob {
	background: rgba(35, 54, 96, .5)
}

@keyframes scaleIn {
	0% {
		height: 120px;
		width: 120px;
		box-shadow: 0 0 0 0 #7e8f9b;
		opacity: 0
	}

	80% {
		height: 160px;
		width: 160px;
		box-shadow: 0 0 0 30px rgba(126, 143, 155, 0);
		opacity: 1
	}

	100% {
		height: 150px;
		width: 150px;
		box-shadow: 0 0 0 0 rgba(126, 143, 155, 0);
		opacity: 1
	}
}

@keyframes fallDown {
	0% {
		transform: translateY(-20px);
		opacity: 0
	}

	80% {
		transform: translateY(10px)
	}

	100% {
		transform: translateY(0);
		opacity: 1
	}
}

@keyframes fallUp {
	0% {
		transform: translateY(20px);
		opacity: 0
	}

	80% {
		transform: translateY(-10px)
	}

	100% {
		transform: translateY(0);
		opacity: 1
	}
}

.back-link {
	margin-bottom: 30px;
	display: inline-flex;
	align-items: center;
	color: #e9a205;
	text-align: center
}

.back-link img {
	transform: rotate(180deg);
	margin-right: 5px;
	transition: all .3s ease
}

.back-link:hover img {
	transform: rotate(180deg) translateX(5px)
}

.default-btn {
	margin: 20px 0;
	padding: 10px 0
}

@media screen and (max-width:680px) {
	.default-btn {
		display: flex;
		text-align: center;
		justify-content: center
	}
}

.default-btn.center {
	text-align: center
}

.default-btn.blue a,
.default-btn.blue span {
	color: #233660;
	border: 1px solid #233660
}

.default-btn.blue a:hover,
.default-btn.blue span:hover {
	color: #fff;
	background-color: #233660
}

.default-btn.yellow a {
	color: #e9a205;
	border: 1px solid #e9a205
}

.default-btn.yellow a:hover {
	color: #fff;
	background-color: #e9a205
}

.default-btn a,
.default-btn span {
	color: #fff;
	font-size: 1.6rem;
	padding: 10px 50px;
	border: 1px solid #fff;
	border-radius: 30px;
	text-transform: uppercase;
	position: relative;
	transition: all .3s ease;
	cursor: pointer
}

@media screen and (max-width:1440px) {

	.default-btn a,
	.default-btn span {
		font-size: 1.4rem
	}
}

@media screen and (max-width:680px) {

	.default-btn a,
	.default-btn span {
		width: 100%
	}
}

.default-btn a:hover,
.default-btn span:hover {
	color: #233660;
	background-color: #fff;
	box-shadow: 0 2.8px 2.2px rgba(0, 0, 0, .034), 0 6.7px 5.3px rgba(0, 0, 0, .048), 0 12.5px 10px rgba(0, 0, 0, .06), 0 22.3px 17.9px rgba(0, 0, 0, .072), 0 41.8px 33.4px rgba(0, 0, 0, .086), 0 100px 80px rgba(0, 0, 0, .12)
}

.section-about .hex-3 {
	position: absolute;
	left: -25%;
	top: -100%;
	height: 750px;
	z-index: 2;
	width: 70%;
	opacity: .05
}

@media screen and (max-width:1440px) {
	.section-about .hex-3 {
		left: -5%;
		top: -70%;
		height: 550px
	}
}

@media screen and (max-width:1280px) {
	.section-about .hex-3 {
		height: 550px;
		left: -10%;
		top: -50%
	}
}

@media screen and (max-width:1024px) {
	.section-about .hex-3 {
		height: 450px;
		left: -30%;
		width: 50%;
		top: -20%
	}
}

@media screen and (max-width:680px) {
	.section-about .hex-3 {
		height: 250px;
		left: -20%;
		top: 100px;
		width: 50%
	}
}

.hex-2 {
	position: absolute;
	height: 200px;
	bottom: 50px;
	right: 50px;
	opacity: .4
}

@media screen and (max-width:1440px) {
	.hex-2 {
		bottom: 20px
	}
}

@media screen and (max-width:680px) {
	.hex-2 {
		bottom: 10px;
		right: 10px;
		height: 150px
	}
}

.section-text-full-img .hex-3 {
	height: 800px;
	opacity: .1;
	position: absolute;
	right: -300px;
	top: -300px
}

@media screen and (max-width:1440px) {
	.section-text-full-img .hex-3 {
		top: -200px;
		height: 700px
	}
}

@media screen and (max-width:1280px) {
	.section-text-full-img .hex-3 {
		height: 600px
	}
}

@media screen and (max-width:1024px) {
	.section-text-full-img .hex-3 {
		right: 0;
		top: 0
	}
}

@media screen and (max-width:680px) {
	.section-text-full-img .hex-3 {
		display: none
	}
}

.ew-content .hex-2 {
	bottom: initial;
	right: -100px;
	top: -100px;
	z-index: -1;
	opacity: .1
}

@media screen and (max-width:768px) {
	.ew-content .hex-2 {
		right: 0
	}
}

@media screen and (max-width:680px) {
	.ew-content .circle {
		display: none
	}
}

.ew-content .hex-3 {
	position: absolute;
	left: -20%;
	bottom: 0;
	height: 450px;
	z-index: -1;
	width: 30%;
	opacity: .1
}

@media screen and (max-width:1440px) {
	.ew-content .hex-3 {
		height: 450px
	}
}

@media screen and (max-width:1280px) {
	.ew-content .hex-3 {
		left: -10%;
		width: 30%;
		height: 350px
	}
}

@media screen and (max-width:768px) {
	.ew-content .hex-3 {
		left: -20%;
		width: 30%;
		height: 250px
	}
}

@media screen and (max-width:680px) {
	.ew-content .hex-3 {
		left: -20%;
		bottom: 5%;
		width: 50%;
		height: 250px;
		z-index: -5
	}
}

.large-img {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	width: 100%;
	padding-top: 60%;
	margin: 60px 0;
	position: relative;
	z-index: 2
}

@media screen and (max-width:1024px) {
	.large-img-box {
		padding-top: 60%
	}
}

@media screen and (max-width:680px) {
	.large-img-box {
		padding-top: 70%;
		margin: 40px 0
	}
}

.values {
	text-align: center;
	position: relative
}

.values .page-text {
	padding: 0 300px
}

@media screen and (max-width:1280px) {
	.values .page-text {
		padding: 0 100px
	}
}

@media screen and (max-width:1024px) {
	.values .page-text {
		padding: 0
	}
}

.js-values {
	width: 100%;
	margin: 50px 0
}

.js-values .swiper-slide {
	/* background: #fff;
	box-shadow: 0 1px 2px rgba(0, 0, 0, .07), 0 2px 4px rgba(0, 0, 0, .07), 0 4px 8px rgba(0, 0, 0, .07), 0 8px 16px rgba(0, 0, 0, .07), 0 16px 32px rgba(0, 0, 0, .07), 0 32px 64px rgba(0, 0, 0, .07);
	 */
	height: auto
}

.js-values .swiper-slide .top {
	/* height: 211px; */
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
	color: #fff
}

.js-values .swiper-slide .top .banner {
	text-transform: uppercase;
	background: rgba(35, 54, 96, .5);
	position: absolute;
	bottom: 0;
	width: 100%;
	padding: 10px;
	font-size: 2rem
}

.js-values .swiper-slide .bottom {
	padding: 30px 50px;
	text-align: left
}

@media screen and (max-width:1280px) {
	.js-values .swiper-slide .bottom {
		padding: 20px 30px
	}
}

.js-values .swiper-slide ul li {
	display: flex;
	align-items: center;
	text-transform: uppercase;
	font-size: 1.6rem
}

.js-values .swiper-slide ul li:before {
	content: "•";
	font-size: 2.5rem;
	color: #233660;
	font-weight: 700;
	display: inline-block;
	width: 1em;
	margin-left: -1em
}

@media screen and (max-width:1280px) {
	.js-values .swiper-slide ul li:before {
		margin-left: -.5rem
	}
}

.js-values .swiper-slide ul li:not(:last-child) {
	margin-bottom: 15px
}

@media screen and (max-width:1280px) {
	.js-values .swiper-slide ul li:not(:last-child) {
		margin-bottom: 10px
	}
}

.area-wrapper .col {
	display: flex;
	flex-direction: column;
	justify-content: space-between
}

.area {
	height: 49%;
	width: 98%;
	position: relative;
	box-shadow: 0 1px 2px rgba(0, 0, 0, .07), 0 2px 4px rgba(0, 0, 0, .07), 0 4px 8px rgba(0, 0, 0, .07), 0 8px 16px rgba(0, 0, 0, .07), 0 16px 32px rgba(0, 0, 0, .07), 0 32px 64px rgba(0, 0, 0, .07);
	transition: all .3s ease-in-out;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center
}

@media screen and (max-width:768px) {
	.area {
		padding-top: 80%;
		width: 100%;
		margin-bottom: 20px;
		width: 100%
	}
}

@media screen and (max-width:680px) {
	.area {
		padding-top: 130%
	}
}

.area.full {
	padding-top: 80%
}

@media screen and (max-width:680px) {
	.area.full {
		padding-top: 130%
	}
}

.area .tag {
	position: absolute;
	bottom: 0;
	left: 0;
	background: rgba(35, 54, 96, .8);
	padding: 10px 15px;
	color: #fff;
	text-transform: uppercase;
	transition: all .5s ease-in-out
}

@media screen and (max-width:1600px) {
	.area .tag {
		font-size: 2.1rem
	}
}

@media screen and (max-width:768px) {
	.area .tag {
		opacity: 0
	}
}

.area:hover .tag {
	opacity: 0
}

.area:hover .area-info {
	opacity: 1;
	transform: scale(1) translateX(-10%)
}

@media screen and (max-width:768px) {
	.area:hover .area-info {
		transform: initial
	}
}

.area-info {
	width: 100%;
	position: absolute;
	transform: translateX(-10%) scale(.8);
	background: #7e8f9b;
	bottom: 5%;
	color: #fff;
	padding: 30px 50px 30px 100px;
	z-index: 2;
	opacity: 0;
	transition: all .5s ease-in-out
}

@media screen and (max-width:1600px) {
	.area-info {
		padding: 20px 40px 20px 60px
	}
}

@media screen and (max-width:768px) {
	.area-info {
		opacity: 1;
		transform: translateX(0) scale(1);
		background: rgba(35, 54, 96, .8);
		padding: 20px 10px;
		bottom: 0
	}
}

.area-info h4 {
	text-transform: uppercase;
	font-size: 2.5rem;
	margin-bottom: 10px
}

@media screen and (max-width:1600px) {
	.area-info h4 {
		font-size: 2.2rem
	}
}

.slider-wrapper {
	width: 100%;
	overflow: visible !important
}

.slider-wrapper .swiper-wrapper {
	overflow: visible !important
}

.slider-wrapper .swiper-slide {
	padding-top: 27%;
	position: relative;
	overflow-x: hidden;
	overflow: visible !important;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center
}

.slider-wrapper .swiper-slide.media {
	padding-top: 0
}

@media screen and (max-width:768px) {
	.slider-wrapper .swiper-slide {
		padding-top: 100%
	}
}

@media screen and (max-width:680px) {
	.slider-wrapper .swiper-slide {
		padding-top: 150%
	}
}

.slider-wrapper .swiper-slide-active {
	overflow: visible
}

.slider-wrapper .swiper-slide-active li {
	animation: fadeUp .8s ease-in-out forwards
}

.slider-wrapper .swiper-slide-active li:nth-child(1) {
	animation-delay: .1s
}

.slider-wrapper .swiper-slide-active li:nth-child(2) {
	animation-delay: .2s
}

.slider-wrapper .swiper-slide-active li:nth-child(3) {
	animation-delay: .3s
}

.slider-wrapper .swiper-slide-active li:nth-child(4) {
	animation-delay: .4s
}

.slider-wrapper .swiper-slide-active li:nth-child(5) {
	animation-delay: .5s
}

.slider-wrapper .swiper-slide-active li:nth-child(6) {
	animation-delay: .6s
}

.slider-wrapper .swiper-slide-active li:nth-child(7) {
	animation-delay: .7s
}

.slider-wrapper .swiper-slide-active li:nth-child(8) {
	animation-delay: .8s
}

.slider-wrapper .swiper-slide-active li:nth-child(9) {
	animation-delay: .9s
}

.slider-wrapper .swiper-slide-active li:nth-child(10) {
	animation-delay: 1s
}

.slider-wrapper .swiper-slide-active li:nth-child(11) {
	animation-delay: 1.1s
}

.slider-wrapper .swiper-slide-active li:nth-child(12) {
	animation-delay: 1.2s
}

.slider-wrapper .swiper-slide-active li:nth-child(13) {
	animation-delay: 1.3s
}

.slider-wrapper .swiper-slide-active li:nth-child(14) {
	animation-delay: 1.4s
}

.slider-wrapper .swiper-slide-active li:nth-child(15) {
	animation-delay: 1.5s
}

.slider-wrapper .swiper-slide-active li:nth-child(16) {
	animation-delay: 1.6s
}

.slider-wrapper .swiper-slide-active li:nth-child(17) {
	animation-delay: 1.7s
}

.slider-wrapper .swiper-slide-active li:nth-child(18) {
	animation-delay: 1.8s
}

.slider-wrapper .swiper-slide-active li:nth-child(19) {
	animation-delay: 1.9s
}

.slider-wrapper .swiper-slide-active li:nth-child(20) {
	animation-delay: 2s
}

.slider-wrapper .swiper-slide-active li:nth-child(21) {
	animation-delay: 2.1s
}

.slider-wrapper .swiper-slide-active .default-btn {
	animation: fadeUp .8s ease-in-out forwards;
	animation-delay: .6s
}

.slider-wrapper .box-blue {
	background: rgba(35, 54, 96, .9);
	width: 35%;
	position: absolute;
	top: -20px;
	left: -20px
}

@media screen and (max-width:768px) {
	.slider-wrapper .box-blue {
		width: 70%;
		top: 30px
	}
}

@media screen and (max-width:680px) {
	.slider-wrapper .box-blue {
		width: 100%
	}
}

.slider-wrapper .info {
	color: #fff;
	padding: 0% 10% 10%
}

@media screen and (max-width:1280px) {
	.slider-wrapper .info {
		padding-top: 10%
	}
}

@media screen and (max-width:680px) {
	.slider-wrapper .info {
		padding-top: 0;
		padding-bottom: 20px
	}
}

.slider-wrapper .info li {
	opacity: 0
}

.slider-wrapper .info li span {
	font-weight: 600
}

.slider-wrapper .info .default-btn {
	margin-top: 50px;
	opacity: 0
}

@media screen and (max-width:680px) {
	.slider-wrapper .info .default-btn {
		margin-top: 30px
	}
}

.media {
	/* padding-top: 45%; */
	position: relative;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	width: 80%;
	margin-left: auto
}

@media screen and (max-width:1024px) {
	.media {
		width: 100%;
		padding-top: 70%
	}
}

@media screen and (max-width:680px) {
	.media {
		padding-top: 150%
	}
}

.media .ref-pagination {
	position: absolute
}

@media screen and (max-width:680px) {
	.media .ref-pagination {
		display: none
	}
}

@media screen and (max-width:680px) {
	.media .swiper-ref-btns {
		top: 0;
		bottom: initial
	}
}

.media .box-blue {
	top: 20px;
	left: 0
}

@media screen and (max-width:1024px) {
	.media .box-blue {
		top: initial;
		bottom: -50px
	}
}

@media screen and (max-width:768px) {
	.media .box-blue {
		width: 40%
	}
}

@media screen and (max-width:680px) {
	.media .box-blue {
		width: 100%;
		left: -15px
	}
}

@media screen and (max-width:680px) {
	.media .box-blue .default-btn {
		display: none
	}
}

.media>a {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: rgba(35, 54, 96, .5);
	display: flex;
	justify-content: center;
	align-items: center
}

@media screen and (max-width:680px) {
	.media>a {
		justify-content: flex-start;
		align-items: flex-start
	}
}

.media>a:hover .play img {
	transform: scale(1.1)
}

.media .play {
	position: relative;
	z-index: 3;
	display: flex;
	flex-direction: column
}

@media screen and (max-width:680px) {
	.media .play {
		margin: 10px 0 0 10px
	}
}

.media .play img {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	margin: 0 auto;
	transition: all .3s ease-in-out
}

@media screen and (max-width:680px) {
	.media .play img {
		width: 40px;
		height: 40px
	}
}

.media .play span {
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 2rem;
	margin-top: 10px
}

@media screen and (max-width:680px) {
	.media .play span {
		font-size: 1.4rem
	}
}

.ref-pagination {
	color: #fff;
	font-weight: 400;
	display: flex;
	align-items: center;
	font-size: 1.6rem;
	justify-content: flex-end;
	margin-left: -150px;
	margin-bottom: 15px
}

.ref-pagination .swiper-pagination-current {
	display: flex;
	align-items: center
}

.ref-pagination .swiper-pagination-current:after {
	content: "";
	height: 1px;
	width: 60px;
	background: #fff;
	margin: 0 10px
}

.swiper-ref-btns {
	position: absolute;
	right: 0;
	bottom: 0;
	display: flex;
	cursor: pointer
}

.swiper-ref-btns .ref-button-next,
.swiper-ref-btns .ref-button-prev {
	background: #7e8f9b;
	padding: 15px 25px;
	outline: 0;
	transition: all .3s ease
}

.swiper-ref-btns .ref-button-next:hover,
.swiper-ref-btns .ref-button-prev:hover {
	background: #233660
}

.swiper-ref-btns .ref-button-next {
	margin-left: 1px
}

.content-slider {
	overflow: inherit
}

.content-slider .swiper-slide {
	overflow: visible;
	display: flex;
	justify-content: space-between;
	min-height: 54vh
}

@media screen and (max-width:1440px) {
	.content-slider .swiper-slide {
		min-height: 60vh
	}
}

@media screen and (max-width:1024px) {
	.content-slider .swiper-slide {
		min-height: 25vh
	}
}

@media screen and (max-width:768px) {
	.content-slider .swiper-slide {
		min-height: 45vh
	}
}

.content-slider .swiper-slide-active .content-quote {
	animation: fadeUp .8s ease-in-out forwards
}

.content-slider .swiper-slide-active .author p {
	animation: fadeUp .8s ease-in-out forwards
}

.content-slider .swiper-slide-active .author p:nth-child(1) {
	animation-delay: .1s
}

.content-slider .swiper-slide-active .author p:nth-child(2) {
	animation-delay: .2s
}

.content-slider .swiper-slide-active .author p:nth-child(3) {
	animation-delay: .3s
}

.content-slider .swiper-slide-active .author p:nth-child(4) {
	animation-delay: .4s
}

.content-slider .swiper-slide-active .author p:nth-child(5) {
	animation-delay: .5s
}

.content-slider .swiper-slide-active .author p:nth-child(6) {
	animation-delay: .6s
}

.content-slider .swiper-slide-active .author p:nth-child(7) {
	animation-delay: .7s
}

.content-slider .swiper-slide-active .author p:nth-child(8) {
	animation-delay: .8s
}

.content-slider .swiper-slide-active .author p:nth-child(9) {
	animation-delay: .9s
}

.content-slider .swiper-slide-active .author p:nth-child(10) {
	animation-delay: 1s
}

.content-slider .swiper-slide-active .author p:nth-child(11) {
	animation-delay: 1.1s
}

.content-slider .swiper-slide-active .author p:nth-child(12) {
	animation-delay: 1.2s
}

.content-slider .swiper-slide-active .author p:nth-child(13) {
	animation-delay: 1.3s
}

.content-slider .swiper-slide-active .author p:nth-child(14) {
	animation-delay: 1.4s
}

.content-slider .swiper-slide-active .author p:nth-child(15) {
	animation-delay: 1.5s
}

.content-slider .swiper-slide-active .author p:nth-child(16) {
	animation-delay: 1.6s
}

.content-slider .swiper-slide-active .author p:nth-child(17) {
	animation-delay: 1.7s
}

.content-slider .swiper-slide-active .author p:nth-child(18) {
	animation-delay: 1.8s
}

.content-slider .swiper-slide-active .author p:nth-child(19) {
	animation-delay: 1.9s
}

.content-slider .swiper-slide-active .author p:nth-child(20) {
	animation-delay: 2s
}

.content-slider .swiper-slide-active .author p:nth-child(21) {
	animation-delay: 2.1s
}

.content-slider .swiper-slide-active .content-img {
	animation: scaleUp .8s ease-in-out forwards
}

.content-slider .swiper-slide-active .content-img:last-of-type {
	animation-delay: .2s
}

.content-slider .swiper-slide:not(.swiper-slide-active) {
	opacity: 0 !important
}

.box-yellow {
	position: absolute;
	width: 65%;
	background: #e9a205;
	padding-top: 30%;
	right: 0
}

@media screen and (max-width:768px) {
	.box-yellow {
		padding-top: 50%;
		right: 0;
		width: 45%
	}
}

@media screen and (max-width:680px) {
	.box-yellow {
		padding-top: 75%
	}
}

.box-yellow .hex-3 {
	position: absolute;
	top: -130px;
	height: 75vh;
	right: 10%;
	opacity: .1;
	width: 55%
}

@media screen and (max-width:1440px) {
	.box-yellow .hex-3 {
		top: -80px
	}
}

@media screen and (max-width:1280px) {
	.box-yellow .hex-3 {
		height: 70vh
	}
}

@media screen and (max-width:1024px) {
	.box-yellow .hex-3 {
		height: 30vh;
		top: initial;
		bottom: -129px;
		width: 75%
	}
}

@media screen and (max-width:680px) {
	.box-yellow .hex-3 {
		bottom: -100px
	}
}

.quote-wrapper {
	display: flex;
	flex-direction: column;
	justify-content: space-between
}

.quote-wrapper .author {
	margin-bottom: 20px
}

.quote-wrapper .author p {
	opacity: 0;
	font-weight: 600;
	font-size: 1.6rem
}

.quote-wrapper .author p:first-of-type {
	font-weight: 400
}

.content-quote {
	font-size: 3.5rem;
	font-weight: 600;
	max-width: 700px;
	opacity: 0;
	position: relative;
	z-index: 4
}

@media screen and (max-width:1440px) {
	.content-quote {
		font-size: 3rem;
		max-width: 600px
	}
}

@media screen and (max-width:1024px) {
	.content-quote {
		max-width: 50%
	}
}

@media screen and (max-width:768px) {
	.content-quote {
		max-width: 70%
	}
}

@media screen and (max-width:680px) {
	.content-quote {
		font-size: 1.8rem;
		max-width: 80%
	}
}

.content-img {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	z-index: 3;
	box-shadow: 0 1px 1px rgba(0, 0, 0, .11), 0 2px 2px rgba(0, 0, 0, .11), 0 4px 4px rgba(0, 0, 0, .11), 0 8px 8px rgba(0, 0, 0, .11), 0 16px 16px rgba(0, 0, 0, .11), 0 32px 32px rgba(0, 0, 0, .11);
	opacity: 0
}

.content-img:first-of-type {
	width: 20vw;
	height: 25vw;
	right: 0;
	top: -40px
}

@media screen and (max-width:1440px) {
	.content-img:first-of-type {
		width: 25vw;
		height: 26vw
	}
}

@media screen and (max-width:1024px) {
	.content-img:first-of-type {
		top: initial;
		bottom: 0
	}
}

@media screen and (max-width:768px) {
	.content-img:first-of-type {
		width: 26vw;
		height: 32vw;
		right: -20px
	}
}

@media screen and (max-width:680px) {
	.content-img:first-of-type {
		height: 40vw;
		right: -4vw
	}
}

.content-img:last-of-type {
	width: 16vw;
	height: 19vw;
	bottom: -20px;
	right: 15vw
}

@media screen and (max-width:1440px) {
	.content-img:last-of-type {
		width: 20vw;
		height: 23vw;
		bottom: -10px
	}
}

@media screen and (max-width:1024px) {
	.content-img:last-of-type {
		display: none
	}
}

.map-img {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	width: 100%;
	/* padding-top: 55%; */
	margin-top: 20px
}

.map-wrapper {
	display: flex;
	justify-content: flex-end
}

.map-info {
	width: 50%;
	display: flex;
	flex-direction: column
}

@media screen and (max-width:1024px) {
	.map-info {
		width: 100%
	}
}

.map-info h3,
.map-info p {
	width: 70%
}

@media screen and (max-width:1440px) {

	.map-info h3,
	.map-info p {
		width: 100%
	}
}

@media screen and (max-width:1024px) {

	.map-info h3,
	.map-info p {
		opacity: 1
	}
}

.map-info h3.animate {
	animation: slideUp 1s forwards
}

@media screen and (max-width:1024px) {
	.map-info h3.animate {
		animation: none
	}
}

.map-info .text-wrapper {
	display: flex
}

@media screen and (max-width:1024px) {
	.map-info .text-wrapper {
		margin-bottom: 15px
	}
}

.map-info .line {
	width: 60px;
	height: 2px;
	background: rgba(35, 54, 96, .5);
	margin-top: 15px;
	margin-right: 10px;
	opacity: 0
}

@media screen and (max-width:680px) {
	.map-info .line {
		display: none
	}
}

.map-info .line.animate {
	animation: line ease-in-out .5s forwards .5s
}

.map-info p {
	font-size: 2rem;
	display: flex;
	opacity: 0
}

@media screen and (max-width:1024px) {
	.map-info p {
		opacity: 1
	}
}

.map-info p.animate {
	animation: slideUp 1s forwards 1s
}

@media screen and (max-width:1024px) {
	.map-info p.animate {
		animation: none
	}
}

@keyframes line {
	0% {
		width: 0
	}

	100% {
		width: 60px;
		opacity: 1
	}
}

.news-wrapper {
	position: absolute;
	bottom: 0;
	z-index: 3;
	display: flex;
	justify-content: space-between;
	background: rgba(35, 54, 96, .7)
}

@media screen and (max-width:1440px) {
	.news-wrapper {
		position: relative;
		background: #233660
	}
}

.latest-news {
	padding: 20px 60px;
	font-weight: 700;
	font-size: 1.8rem;
	position: relative;
	color: #fff
}

@media screen and (max-width:1600px) {
	.latest-news {
		padding: 20px 40px;
		font-size: 1.8rem
	}
}

@media screen and (max-width:768px) {
	.latest-news:not(:first-child) {
		display: none
	}
}

@media screen and (max-width:680px) {
	.latest-news {
		padding: 30px 20px
	}
}

.latest-news:nth-child(2):after {
	content: "";
	height: 100px;
	width: 1px;
	background: #fff;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%)
}

.latest-news:nth-child(2):before {
	content: "";
	height: 100px;
	width: 1px;
	background: #fff;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%)
}

.latest-news:hover h4 {
	text-decoration: underline
}

.news-tag {
	font-size: 1.4rem;
	margin-bottom: 10px;
	opacity: .6;
	text-transform: uppercase
}

.section-news .wrapper {
	margin-bottom: 100px
}

@media screen and (max-width:768px) {
	.section-news .wrapper {
		margin-bottom: 50px
	}
}

.news {
	color: #000;
	box-shadow: none;
	transition: all .3s ease;
	overflow: hidden;
	border: 1px solid rgba(0, 0, 0, .1);
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px
}

.news .news-link-img {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	width: 100%;
	padding-top: 60%;
	position: relative
}

.news .news-tag {
	padding: 10px 20px;
	background: #233660;
	color: #fff;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 1
}

.news .read-more {
	padding: 10px 20px;
	color: #fff;
	background: #e9a205;
	position: absolute;
	top: 50%;
	right: -42px;
	font-size: 1.4rem;
	transform: rotate(90deg) translateY(-100%) translateX(-10%);
	text-transform: uppercase;
	transition: all .3s ease-in-out;
	font-weight: 700
}

@media screen and (max-width:1024px) {
	.news .read-more {
		display: none
	}
}

.news .text-content {
	padding: 30px 20px
}

@media screen and (max-width:1440px) {
	.news .text-content {
		padding: 20px 15px
	}
}

@media screen and (max-width:680px) {
	.news .text-content {
		padding: 20px 10px
	}
}

.news h4 {
	font-size: 1.8rem;
	margin-bottom: 10px
}

@media screen and (max-width:768px) {
	.news h4 {
		font-size: 1.6rem
	}
}

.news p {
	font-size: 1.6rem;
	font-family: Lato, sans-serif
}

.news:hover {
	box-shadow: 0 2.8px 2.2px rgba(0, 0, 0, .034), 0 6.7px 5.3px rgba(0, 0, 0, .048), 0 12.5px 10px rgba(0, 0, 0, .06), 0 22.3px 17.9px rgba(0, 0, 0, .072), 0 41.8px 33.4px rgba(0, 0, 0, .086), 0 100px 80px rgba(0, 0, 0, .12)
}

@media screen and (max-width:1024px) {
	.news:hover {
		box-shadow: none;
		transform: none
	}
}

.news:hover .read-more {
	transform: rotate(90deg) translateY(0) translateX(-10%)
}

.section-references .wrapper {
	margin-bottom: 100px
}

@media screen and (max-width:768px) {
	.section-references .wrapper {
		margin-bottom: 50px
	}
}

.reference {
	color: #000;
	background: #fff;
	transition: all .3s ease-in-out;
	height: auto;
	overflow: hidden
}

@media screen and (max-width:680px) {
	.reference {
		background: #233660;
		color: #fff
	}
}

.reference .link-img {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	width: 100%;
	padding-top: 60%;
	position: relative
}

.reference .text-wrapper {
	color: #000;
	transition: all .3s ease-in-out
}

.reference .text-wrapper h4 {
	transition: all .3s ease-in-out;
	padding: 20px 10px 20px 0;
	font-size: 1.8rem
}

@media screen and (max-width:680px) {
	.reference .text-wrapper h4 {
		color: #fff;
		transform: initial;
		padding: 15px 20px
	}
}

.reference:hover {
	background: #233660;
	box-shadow: 0 2.8px 2.2px rgba(0, 0, 0, .034), 0 6.7px 5.3px rgba(0, 0, 0, .048), 0 12.5px 10px rgba(0, 0, 0, .06), 0 22.3px 17.9px rgba(0, 0, 0, .072), 0 41.8px 33.4px rgba(0, 0, 0, .086), 0 100px 80px rgba(0, 0, 0, .12)
}

@media screen and (max-width:1024px) {
	.reference:hover {
		box-shadow: none;
		transform: none
	}
}

.reference:hover .read-more {
	transform: rotate(90deg) translateY(0) translateX(-10%)
}

.reference:hover h4 {
	color: #fff;
	transform: translateX(10px)
}

.section-process {
	overflow-x: hidden
}

.section-process .hex-3 {
	height: 550px;
	position: absolute;
	opacity: .1;
	top: 50px;
	left: 15%;
	width: 20%
}

@media screen and (max-width:1600px) {
	.section-process .hex-3 {
		left: 0;
		width: 25%
	}
}

@media screen and (max-width:1440px) {
	.section-process .hex-3 {
		height: 500px
	}
}

@media screen and (max-width:1280px) {
	.section-process .hex-3 {
		height: 350px;
		top: 100px
	}
}

@media screen and (max-width:768px) {
	.section-process .hex-3 {
		display: none
	}
}

.section-process .md-title {
	text-align: center;
	margin-bottom: 20px
}

.section-process .process-intro {
	text-align: center;
	max-width: 600px;
	margin: 0 auto
}

.js-process {
	margin-top: 50px
}

.js-process .process-img {
	width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	padding-top: 70%;
	position: relative
}

@media screen and (max-width:1024px) {
	.js-process .process-img {
		padding-top: 60%
	}
}

@media screen and (max-width:680px) {
	.js-process .process-img {
		padding-top: 70%
	}
}

.js-process .count {
	position: absolute;
	right: 0;
	bottom: 0;
	color: #e9a205;
	background: #fff;
	font-size: 3rem;
	height: 60px;
	width: 60px;
	display: flex;
	justify-content: center;
	align-items: center
}

@media screen and (max-width:768px) {
	.js-process .count {
		font-size: 2rem;
		height: 50px;
		width: 50px
	}
}

.js-process .process-content {
	margin-top: 20px
}

.js-process .process-content h4 {
	text-transform: uppercase;
	font-size: 2rem;
	margin-bottom: 10px
}

.pro-btns {
	display: flex;
	margin-bottom: 10px;
	cursor: pointer;
	font-family: quatro
}

@media screen and (max-width:768px) {
	.pro-btns {
		justify-content: center;
		margin-bottom: 20px
	}
}

@media screen and (max-width:768px) {
	.pro-btns {
		display: none
	}
}

.pro-button-prev {
	margin-right: 10px
}

.pro-button-next,
.pro-button-prev {
	height: 40px;
	width: 40px;
	background: #233660;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all .3s ease;
	outline: 0
}

.pro-button-next:hover,
.pro-button-prev:hover {
	background: #e9a205
}

.contact-box {
	overflow: hidden
}

.contact-box .offices {
	background: #233660;
	color: #fff
}

.contact-box .offices .col {
	width: 40%;
	margin-bottom: 60px
}

@media screen and (max-width:680px) {
	.contact-box .offices .col {
		width: 100%
	}
}

.contact-box .job-form {
	display: flex;
	flex-direction: column
}

.contact-form,
.job-apply,
.offices {
	padding: 60px 80px
}

@media screen and (max-width:1440px) {

	.contact-form,
	.job-apply,
	.offices {
		padding: 60px 60px
	}
}

@media screen and (max-width:680px) {

	.contact-form,
	.job-apply,
	.offices {
		padding: 40px 20px
	}
}

.contact-form {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
	height: 100%
}

.contact-form:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: #233660;
	opacity: .8
}

.contact-form .pro-form {
	position: relative;
	z-index: 3;
	color: #fff
}

.contact-form .pro-form input,
.contact-form .pro-form textarea {
	border-color: #fff;
	color: #fff
}

.contact-form .pro-form button {
	width: 100%;
	border-radius: 30px;
	border: none;
	font-family: quatro
}

.contact-form .pro-form button:hover {
	background: #e9a205
}

.job-apply {
	background: #dadddf
}

.job-apply .title {
	text-align: left
}

.office-wrapper {
	margin-top: 60px
}

.office-wrapper a {
	color: #e9a205
}

.office-address {
	margin: 20px 0
}

.office-address li {
	font-size: 1.4rem
}

.office-links a {
	font-size: 1.4rem;
	color: #fff
}

.office-links a:last-child {
	margin-top: 5px
}

.jobs {
	margin-top: 40px
}

.jobs p {
	font-weight: 600
}

.jobs .jobs-list {
	display: flex;
	flex-direction: column
}

.jobs .list {
	display: flex;
	justify-content: space-between;
	border-bottom: 2px solid rgba(0, 0, 0, .3);
	display: flex;
	font-family: Lato, sans-serif;
	color: #233660
}

.jobs .list:first-child {
	border-top: 2px solid rgba(0, 0, 0, .3)
}

.jobs .list span {
	padding: 10px 0
}

.jobs .list:hover {
	color: #fff
}

.jobs .list:hover .apply-btn {
	background: #233660
}

.jobs .apply-btn {
	padding: 10px 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #7e8f9b;
	transition: all .5s ease
}

.event-popup {
	position: fixed;
	right: 0;
	top: 50%;
	transform: translateY(-50%) translateX(90%);
	z-index: 3;
	width: 350px;
	display: flex;
	justify-content: space-between;
	transition: all .3s ease;
	box-shadow: 0 1px 1px 1px rgba(0, 0, 0, .15)
}

.event-popup.open {
	transform: translateY(-50%) translateX(0)
}

@media screen and (max-width:680px) {
	.event-popup {
		position: absolute
	}
}

.event-btn {
	width: 10%;
	background: #e9a205;
	color: #fff;
	text-transform: uppercase;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: all .3s ease
}

.event-btn span {
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	-webkit-text-orientation: revert;
	text-orientation: revert;
	display: none;
	font-weight: 600;
	font-size: 1.6rem
}

.event-btn span.show {
	display: flex;
	align-items: center;
	justify-content: center
}

.event-btn:hover {
	background: #c58800
}

.event {
	background: #fff;
	width: 90%;
	color: #000
}

.event:hover h2,
.event:hover p {
	text-decoration: underline
}

.event-img {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	padding-top: 50%;
	position: relative
}

.event .event-tag {
	background: rgba(35, 54, 96, .5);
	position: absolute;
	bottom: 0;
	color: #fff;
	width: 100%;
	text-align: center;
	font-size: 1.6rem;
	padding: 5px
}

.event-intro {
	padding: 30px 30px
}

.event h2 {
	font-size: 2.2rem
}

.event p {
	font-family: Lato, sans-serif
}

.type-startpage .header {
	background: 0 0;
	padding: 20px 50px
}

@media screen and (max-width:1024px) {
	.type-startpage .header {
		padding: 10px 20px
	}
}

.type-startpage .header svg path {
	fill: #fff
}

.type-startpage .nav-menu a {
	color: #fff
}

.type-startpage .burger-icon span {
	background-color: #fff
}

.type-startpage .burger-icon p {
	color: #fff
}

.header {
	position: fixed;
	top: 0;
	z-index: 9;
	width: 100%;
	padding: 10px 50px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: #fff;
	transition: .3s;
	background: #fff
}

.header.scroll-header {
	background: #fff;
	padding-top: 10px;
	padding-bottom: 10px;
	box-shadow: 0 2.8px 2.2px rgba(0, 0, 0, .034), 0 6.7px 5.3px rgba(0, 0, 0, .048), 0 12.5px 10px rgba(0, 0, 0, .06), 0 22.3px 17.9px rgba(0, 0, 0, .072), 0 41.8px 33.4px rgba(0, 0, 0, .086), 0 100px 80px rgba(0, 0, 0, .12)
}

.header.scroll-header svg {
	width: 176px;
	height: 49px
}

@media screen and (max-width:680px) {
	.header.scroll-header svg {
		width: 140px;
		height: 50px
	}
}

.header.scroll-header svg path {
	fill: #233660
}

.header.scroll-header .nav-menu a {
	color: #000
}

.header.scroll-header .burger-icon span {
	background-color: #233660
}

.header.scroll-header .burger-icon p {
	color: #233660
}

@media screen and (max-width:1024px) {
	.header {
		padding: 10px 20px
	}
}

.header svg {
	transition: .3s
}

@media screen and (max-width:680px) {
	.header svg {
		width: 140px;
		height: 50px
	}
}

.header svg path {
	fill: #233660
}

.navigation {
	display: flex;
	align-items: center
}

.nav-menu {
	display: flex;
	margin-right: 40px
}

@media screen and (max-width:1024px) {
	.nav-menu {
		display: none
	}
}

.nav-menu li {
	margin-right: 30px
}

.nav-menu li:hover a:before {
	visibility: visible;
	transform: scaleX(1)
}

.nav-menu .active a:before {
	visibility: visible;
	transform: scaleX(1)
}

.nav-menu a {
	color: #000;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 2px;
	transition: all .3s ease;
	font-size: 1.8rem;
	position: relative
}

.nav-menu a:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 2px;
	bottom: -4px;
	left: 0;
	background-color: #e9a205;
	visibility: hidden;
	transform: scaleX(0);
	transition: all .3s ease-in-out 0s
}

.menu {
	position: fixed;
	top: 0;
	right: 0;
	transform: translateX(100%);
	background: #233660;
	height: 100%;
	width: 30%;
	transition: .8s;
	overflow-y: scroll
}

.menu::-webkit-scrollbar {
	width: 0
}

@media screen and (max-width:1024px) {
	.menu {
		width: 100%
	}
}

.menu .active a:before {
	visibility: visible;
	transform: scaleX(1)
}

.menu.open {
	transform: translateX(0)
}

.menu.open li {
	opacity: 1;
	transform: translateX(0);
	transition: .6s
}

.menu.open li:nth-child(1) {
	transition-delay: .25s
}

.menu.open li:nth-child(2) {
	transition-delay: .4s
}

.menu.open li:nth-child(3) {
	transition-delay: .55s
}

.menu.open li:nth-child(4) {
	transition-delay: .7s
}

.menu.open li:nth-child(5) {
	transition-delay: .85s
}

.menu.open li:nth-child(6) {
	transition-delay: 1s
}

.menu.open li:nth-child(7) {
	transition-delay: 1.15s
}

.menu.open li:nth-child(8) {
	transition-delay: 1.3s
}

.menu.open li:nth-child(9) {
	transition-delay: 1.45s
}

.menu.open li:nth-child(10) {
	transition-delay: 1.6s
}

.menu ul {
	padding: 150px 100px;
	word-break: break-word
}

@media screen and (max-width:1440px) {
	.menu ul {
		padding: 100px 80px
	}
}

@media screen and (max-width:768px) {
	.menu ul {
		padding: 70px 40px
	}
}

.menu li {
	margin-bottom: 20px;
	transform: translateX(-40px);
	opacity: 0
}

.menu a {
	font-size: 2rem;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	position: relative;
	font-family: quatro-m;
	color: #fff;
	transition: all .3s ease
}

.menu a:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 2px;
	bottom: -4px;
	left: 0;
	background-color: #e9a205;
	visibility: hidden;
	transform: scaleX(0);
	transition: all .3s ease-in-out 0s
}

@media screen and (max-width:1440px) {
	.menu a {
		font-size: 1.8rem
	}
}

.menu a:hover:before {
	visibility: visible;
	transform: scaleX(1)
}

@media screen and (max-width:1024px) {
	.menu a:hover:before {
		visibility: hidden;
		transform: scaleX(0)
	}
}

.menu li:nth-child(-n+4) a {
	color: #e9a205;
	font-size: 2rem;
	font-weight: 600
}

@media screen and (max-width:1440px) {
	.menu li:nth-child(-n+4) a {
		font-size: 1.8rem
	}
}

@media screen and (max-width:680px) {
	.menu li:nth-child(-n+4) a {
		font-size: 2rem
	}
}

.menu li:first-child {
	margin-bottom: 50px
}

.menu li:first-child a {
	color: #fff;
	font-size: 1.8rem
}

@media screen and (max-width:1440px) {
	.menu li:first-child a {
		font-size: 1.8rem
	}
}

@media screen and (max-width:680px) {
	.menu li:first-child a {
		margin-bottom: 25px
	}
}

.header-hex {
	position: absolute;
	right: 50px;
	bottom: 20px;
	opacity: .4
}

@media screen and (max-width:680px) {
	.header-hex {
		bottom: 80px
	}
}

.header-hex img {
	height: 300px
}

@media screen and (max-width:1440px) {
	.header-hex img {
		height: 180px
	}
}

@media screen and (max-width:680px) {
	.header-hex img {
		height: 150px
	}
}

.burger-icon {
	width: 48px;
	height: 45px;
	position: relative;
	transform: rotate(0);
	transition: .5s ease-in-out;
	cursor: pointer;
	z-index: 9
}

.burger-icon span {
	display: block;
	position: absolute;
	height: 4px;
	width: 100%;
	background: #fff;
	border-radius: 9px;
	opacity: 1;
	left: 0;
	transform: rotate(0);
	transition: .25s ease-in-out;
	background: #233660
}

.burger-icon span.open {
	background-color: #fff !important;
	animation: none !important
}

.burger-icon span:nth-child(1) {
	top: 0
}

.burger-icon span:nth-child(1).open {
	top: 10px;
	transform: rotate(135deg)
}

.burger-icon span:nth-child(2) {
	top: 10px
}

.burger-icon span:nth-child(2).open {
	opacity: 0;
	left: -60px
}

.burger-icon span:nth-child(3) {
	top: 20px
}

.burger-icon span:nth-child(3).open {
	top: 10px;
	transform: rotate(-135deg)
}

.burger-icon p {
	font-size: 1.2rem;
	position: absolute;
	bottom: 0;
	letter-spacing: 4px;
	transition: .5s ease-in-out;
	color: #233660
}

.burger-icon p.open {
	opacity: 0
}

.burger-icon:hover span {
	animation: burger-hover 1s infinite ease-in-out alternate forwards
}

@media screen and (max-width:1024px) {
	.burger-icon:hover span {
		animation: none
	}
}

.burger-icon:hover span:nth-child(2) {
	animation-delay: .3s
}

.burger-icon:hover span:nth-child(3) {
	animation-delay: .6s
}

@keyframes burger-hover {
	0% {
		width: 100%
	}

	50% {
		width: 50%
	}

	100% {
		width: 100%
	}
}

.top-footer {
	padding: 60px 0;
	background: #233660;
	position: relative;
	color: #fff
}

.top-footer .hex-2 {
	height: 250px
}

@media screen and (max-width:768px) {
	.top-footer .hex-2 {
		height: 200px;
		top: 0;
		bottom: initial
	}
}

.top-footer:before {
	content: "";
	background: rgba(35, 54, 96, .2);
	height: 20px;
	width: 100%;
	display: block;
	position: absolute;
	top: -20px
}

.top-footer .wrapper {
	display: flex
}

@media screen and (max-width:1024px) {
	.top-footer .wrapper {
		flex-direction: column
	}
}

.top-footer .wrapper .col {
	width: 25%
}

@media screen and (max-width:1280px) {
	.top-footer .wrapper .col:not(:last-child) {
		margin-bottom: 20px
	}
}

@media screen and (max-width:1024px) {
	.top-footer .wrapper .col {
		width: 100%
	}
}

.top-footer .wrapper .col:last-child {
	margin-left: auto
}

@media screen and (max-width:1024px) {
	.top-footer .wrapper .col:last-child {
		margin-left: initial
	}
}

.link-wrapper {
	display: inline-flex;
	flex-direction: column;
	margin-top: auto
}

.footer-links,
.other-region,
.region-contact {
	display: flex;
	flex-direction: column;
	justify-content: space-between
}

.footer-links .page-links {
	display: inline-flex;
	flex-direction: column
}

.footer-links .page-links a {
	color: #fff;
	margin-left: auto;
	font-size: 2.5rem
}

@media screen and (max-width:1024px) {
	.footer-links .page-links a {
		margin-left: initial;
		font-size: 2rem
	}
}

.footer-links .ext-links {
	text-align: right
}

@media screen and (max-width:1024px) {
	.footer-links .ext-links {
		text-align: left
	}
}

.footer-links .ext-links a {
	color: #fff;
	display: block;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	font-size: 1.6rem;
	margin-left: auto
}

@media screen and (max-width:1024px) {
	.footer-links .ext-links a {
		margin-left: initial;
		margin-right: auto;
		margin-top: 20px
	}
}

.bottom-footer {
	padding: 15px 0
}

.bottom-footer .container {
	display: flex;
	justify-content: space-between;
	align-items: center
}

@media screen and (max-width:680px) {
	.bottom-footer .container {
		flex-direction: column
	}
}

@media screen and (max-width:1440px) {
	.bottom-footer .footer-logo svg {
		height: 50px
	}
}

@media screen and (max-width:680px) {
	.bottom-footer .footer-logo svg {
		margin-bottom: 15px
	}
}

.bottom-footer .cert-logo {
	display: flex;
	margin-bottom: 10px
}

.bottom-footer .cert-logo img {
	height: 80px
}

@media screen and (max-width:1440px) {
	.bottom-footer .cert-logo img {
		height: 60px
	}
}

@media screen and (max-width:768px) {
	.copy-prod {
		order: 3
	}
}

.copy,
.prod-by a {
	font-size: 14px;
	color: #9c9c9c;
	font-family: Lato;
	text-align: center
}

.prod-by a:first-child {
	padding-right: 10px;
	border-right: 1px solid #9c9c9c
}

.prod-by a:last-child {
	padding-left: 10px
}

.prod-by a:hover {
	text-decoration: underline;
	color: #233660
}

footer,
section {
	padding: 100px 0;
	position: relative
}

@media screen and (max-width:680px) {

	footer,
	section {
		padding: 50px 0
	}
}

footer.full,
section.full {
	padding: 0
}

footer.blue-bg,
section.blue-bg {
	background: #233660;
	overflow: hidden
}

footer {
	padding-bottom: 0
}
@media screen and (max-width: 1381px) {
	.nav-menu li{    margin-right: 15px;}
	.nav-menu a{font-size: 1.4rem;}
}


@media screen and (max-width: 1281px) {
	.slider-wrapper .swiper-slide{    padding-top: 46%;}
}

@media screen and (max-width: 760px) {
	.slider-wrapper .box-blue{left:0}
}
