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: none;
	position: fixed;
	-webkit-tap-highlight-color: transparent;
	top: 0;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	width: 100%;
	z-index: 99992;
}

.fancybox-container * {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.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;
	-webkit-transition-duration: inherit;
	transition-duration: inherit;
	-webkit-transition-property: opacity;
	transition-property: opacity;
	-webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
	transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
	opacity: 0.9;
	-webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
	transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
	direction: ltr;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity 0.25s ease, visibility 0s ease 0.25s;
	transition: opacity 0.25s ease, visibility 0s ease 0.25s;
	visibility: hidden;
	z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
	opacity: 1;
	-webkit-transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
	transition: opacity 0.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;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
	overflow: hidden;
}

.fancybox-slide {
	-webkit-backface-visibility: hidden;
	/* Using without prefix would break IE11 */
	display: none;
	height: 100%;
	left: 0;
	outline: none;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	padding: 44px;
	position: absolute;
	text-align: center;
	top: 0;
	transition-property: opacity, -webkit-transform;
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	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--previous,
.fancybox-slide--current,
.fancybox-slide--next {
	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 {
	-webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
	animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
	-webkit-backface-visibility: hidden;
	background: transparent;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	left: 0;
	max-width: none;
	overflow: visible;
	padding: 0;
	position: absolute;
	top: 0;
	-webkit-transform-origin: top left;
	transform-origin: top left;
	transition-property: opacity, -webkit-transform;
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
	cursor: -webkit-zoom-out;
	cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
	cursor: -webkit-zoom-in;
	cursor: zoom-in;
}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
	cursor: -webkit-grab;
	cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
	cursor: -webkit-grabbing;
	cursor: grabbing;
}

.fancybox-container [data-selectable="true"] {
	cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
	background: transparent;
	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--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .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-video,
.fancybox-iframe {
	background: transparent;
	border: 0;
	display: block;
	height: 100%;
	margin: 0;
	overflow: hidden;
	padding: 0;
	width: 100%;
}

/* Fix iOS */
.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;
}

/* Buttons */
.fancybox-button {
	background: rgba(30, 30, 30, 0.6);
	border: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	cursor: pointer;
	display: inline-block;
	height: 44px;
	margin: 0;
	padding: 10px;
	position: relative;
	-webkit-transition: color 0.2s;
	transition: color 0.2s;
	vertical-align: top;
	visibility: inherit;
	width: 44px;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
	color: #ccc;
}

.fancybox-button:hover {
	color: #fff;
}

.fancybox-button:focus {
	outline: none;
}

.fancybox-button.fancybox-focus {
	outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
	color: #888;
	cursor: default;
	outline: none;
}

/* Fix IE11 */
.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--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
	display: none;
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
	display: none;
}

.fancybox-progress {
	background: #ff5268;
	height: 2px;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 0;
	transform-origin: 0;
	transition-property: -webkit-transform;
	-webkit-transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
	z-index: 99998;
}

/* Close button on the top right corner of html content */
.fancybox-close-small {
	background: transparent;
	border: 0;
	border-radius: 0;
	color: #ccc;
	cursor: pointer;
	opacity: 0.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;
}

/* Navigation arrows */
.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;
	padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
	padding: 31px 6px 31px 26px;
	right: 0;
}

/* Caption */
.fancybox-caption {
	bottom: 0;
	color: #eee;
	font-size: 14px;
	font-weight: 400;
	left: 0;
	line-height: 1.5;
	padding: 25px 44px 25px 44px;
	right: 0;
	text-align: center;
	z-index: 99996;
}

.fancybox-caption::before {
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAD6CAQAAADKSeXYAAAAYklEQVQoz42RwQ3AMAgDjfcfup8WoRykfBAK5mQHKSz5rbXJPis1hjiV3CIqgG0hLZPkVkA4p4x5oR1bVeDrdCLrW2Q0D5bcwY3TGMHbdw3mPRuOtaspYP1w//G1OIcW148H0DMCqI/3mMMAAAAASUVORK5CYII=);
	background-repeat: repeat-x;
	background-size: contain;
	bottom: 0;
	content: "";
	display: block;
	left: 0;
	pointer-events: none;
	position: absolute;
	right: 0;
	top: -44px;
	z-index: -1;
}

.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;
}

/* Loading indicator */
.fancybox-loading {
	-webkit-animation: fancybox-rotate 1s linear infinite;
	animation: fancybox-rotate 1s linear infinite;
	background: transparent;
	border: 4px solid #888;
	border-bottom-color: #fff;
	border-radius: 50%;
	height: 50px;
	left: 50%;
	margin: -25px 0 0 -25px;
	opacity: 0.7;
	padding: 0;
	position: absolute;
	top: 50%;
	width: 50px;
	z-index: 99999;
}

@-webkit-keyframes fancybox-rotate {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes fancybox-rotate {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

/* Transition effects */
.fancybox-animated {
	-webkit-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
	transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
	opacity: 0;
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
	opacity: 0;
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
	opacity: 0;
	-webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
	transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
	opacity: 1;
}

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
	opacity: 0;
	-webkit-transform: scale3d(1.5, 1.5, 1.5);
	transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
	opacity: 0;
	-webkit-transform: scale3d(0.5, 0.5, 0.5);
	transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
	opacity: 1;
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
	opacity: 0;
	-webkit-transform: rotate(-360deg);
	transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
	opacity: 0;
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
	opacity: 1;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
	opacity: 0;
	-webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
	transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
	opacity: 0;
	-webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
	transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
	opacity: 1;
	-webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
	transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
	-webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
	transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
	-webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
	transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
	-webkit-transform: translate3d(0, 0, 0) scale(1);
	transform: translate3d(0, 0, 0) scale(1);
}

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
	.fancybox-caption {
		padding: 12px;
	}
	.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;
	}
}

/* Share */
.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 0;
}

.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 5px;
	min-width: 130px;
	padding: 0 15px;
	text-decoration: none;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
	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: transparent;
	border: 0;
	border-bottom: 1px solid #d7d7d7;
	border-radius: 0;
	color: #5d5b5b;
	font-size: 14px;
	margin: 10px 0 0 0;
	outline: none;
	padding: 10px 15px;
	width: 100%;
}

/* Thumbs */
.fancybox-thumbs {
	background: #ddd;
	bottom: 0;
	display: none;
	margin: 0;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: -ms-autohiding-scrollbar;
	padding: 2px 2px 4px 2px;
	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;
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
	box-shadow: inset 0 0 6px rgba(0, 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, 0.1);
	background-position: center center;
	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: none;
	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;
	-webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	z-index: 99991;
}

.fancybox-thumbs__list a:focus::before {
	opacity: 0.5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
	opacity: 1;
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
	.fancybox-thumbs {
		width: 110px;
	}
	.fancybox-show-thumbs .fancybox-inner {
		right: 110px;
	}
	.fancybox-thumbs__list a {
		max-width: calc(100% - 10px);
	}
}

/*!
 * Bootstrap Reboot v4.1.1 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */
*,
::after,
::before {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

html {
	font-family: sans-serif;
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-ms-overflow-style: scrollbar;
	-webkit-tap-highlight-color: transparent;
}

@-ms-viewport {
	width: device-width;
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
	display: block;
}

body {
	margin: 0;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
		"Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
		"Segoe UI Symbol";
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	text-align: left;
	background-color: #fff;
}

[tabindex="-1"]:focus {
	outline: 0 !important;
}

hr {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin-top: 0;
	margin-bottom: 0.5rem;
}

p {
	margin-top: 0;
	margin-bottom: 1rem;
}

abbr[data-original-title],
abbr[title] {
	text-decoration: underline;
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted;
	cursor: help;
	border-bottom: 0;
}

address {
	margin-bottom: 1rem;
	font-style: normal;
	line-height: inherit;
}

dl,
ol,
ul {
	margin-top: 0;
	margin-bottom: 1rem;
}

ol ol,
ol ul,
ul ol,
ul ul {
	margin-bottom: 0;
}

dt {
	font-weight: 700;
}

dd {
	margin-bottom: 0.5rem;
	margin-left: 0;
}

blockquote {
	margin: 0 0 1rem;
}

dfn {
	font-style: italic;
}

b,
strong {
	font-weight: bolder;
}

small {
	font-size: 80%;
}

sub,
sup {
	position: relative;
	font-size: 75%;
	line-height: 0;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

a {
	color: #dcbe84;
	text-decoration: none;
	background-color: transparent;
	-webkit-text-decoration-skip: objects;
}

a:hover {
	color: #b39253;
	text-decoration: underline;
}

a:not([href]):not([tabindex]) {
	color: inherit;
	text-decoration: none;
}

a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
	color: inherit;
	text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
	outline: 0;
}

code,
kbd,
pre,
samp {
	font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
		"Courier New", monospace;
	font-size: 1em;
}

pre {
	margin-top: 0;
	margin-bottom: 1rem;
	overflow: auto;
	-ms-overflow-style: scrollbar;
}

figure {
	margin: 0 0 1rem;
}

img {
	vertical-align: middle;
	border-style: none;
}

svg:not(:root) {
	overflow: hidden;
}

table {
	border-collapse: collapse;
}

caption {
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;
	color: #6c757d;
	text-align: left;
	caption-side: bottom;
}

th {
	text-align: inherit;
}

label {
	display: inline-block;
	margin-bottom: 0.5rem;
}

button {
	border-radius: 0;
}

button:focus {
	outline: 1px dotted;
	outline: 5px auto -webkit-focus-ring-color;
}

button,
input,
optgroup,
select,
textarea {
	margin: 0;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}

button,
input {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

[type="reset"],
[type="submit"],
button,
html [type="button"] {
	-webkit-appearance: button;
}

[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
	padding: 0;
	border-style: none;
}

input[type="checkbox"],
input[type="radio"] {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
}

input[type="date"],
input[type="datetime-local"],
input[type="month"],
input[type="time"] {
	-webkit-appearance: listbox;
}

textarea {
	overflow: auto;
	resize: vertical;
}

fieldset {
	min-width: 0;
	padding: 0;
	margin: 0;
	border: 0;
}

legend {
	display: block;
	width: 100%;
	max-width: 100%;
	padding: 0;
	margin-bottom: 0.5rem;
	font-size: 1.5rem;
	line-height: inherit;
	color: inherit;
	white-space: normal;
}

progress {
	vertical-align: baseline;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

[type="search"] {
	outline-offset: -2px;
	-webkit-appearance: none;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

::-webkit-file-upload-button {
	font: inherit;
	-webkit-appearance: button;
}

output {
	display: inline-block;
}

summary {
	display: list-item;
	cursor: pointer;
}

template {
	display: none;
}

[hidden] {
	display: none !important;
}

/*# sourceMappingURL=bootstrap-reboot.min.css.map */
/* Slider */
.header .carousel__list > div {
	display: none;
}
.header .carousel__list > div:first-child {
	display: block;
}

.header .carousel__list.slick-initialized > div {
	display: block;
}

.slick-slider {
	position: relative;
	display: block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0;
}
.slick-list:focus {
	outline: none;
}
.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	left: 0;
	top: 0;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.slick-track:before,
.slick-track:after {
	content: "";
	display: table;
}
.slick-track:after {
	clear: both;
}
.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
	display: none;
}
[dir="rtl"] .slick-slide {
	float: right;
}
.slick-slide img {
	display: block;
}
.slick-slide.slick-loading img {
	display: none;
}
.slick-slide.dragging img {
	pointer-events: none;
}
.slick-initialized .slick-slide {
	display: block;
}
.slick-loading .slick-slide {
	visibility: hidden;
}
.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
	display: none;
}

a[rel="tracy-debug-panel-WpTracy-WpPanel"] {
	width: 50px;
}

@font-face {
	font-family: "proximanova-regular";
	src: url("../../fonts/proximanova-regular.html") format("woff2"),
		url("../../fonts/proximanova-regular.woff") format("woff");
	font-style: normal;
	font-weight: 400;
}

@font-face {
	font-family: "bebasneue_regular-webfont";
	src: url("../../fonts/bebasneue_regular-webfont.html") format("woff2"),
		url("../../fonts/bebasneue_regular-webfont.woff") format("woff");
	font-style: normal;
	font-weight: 400;
}

body {
	color: #747d87;
	font-family: "proximanova-regular", sans-serif;
	font-size: 18px;
	line-height: 1.8;
	background-color: #fff;
	-webkit-font-smoothing: antialiased;
}

a {
	text-decoration: none;
	outline: 0;
}
a:hover {
	text-decoration: none;
}

button:focus {
	outline: 0;
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}

.upper {
	text-transform: uppercase;
}

.center {
	text-align: center;
}

.ta-right {
	text-align: right;
}

.relative {
	position: relative;
}

.overflowhidden {
	overflow: hidden;
}

.invisible {
	opacity: 0;
	pointer-events: none;
}

.hide {
	display: none !important;
}

@media (max-width: 767px) {
	font-size: 16px;
	line-height: 1.6;
}

@media (max-width: 991px) {
	.brdesktop {
		display: none !important;
	}
	.hide-mobile {
		display: none !important;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.hide-tablet {
		display: none !important;
	}
}

@media (min-width: 992px) {
	.brmobile {
		display: none !important;
	}
	.hide-desktop {
		display: none !important;
	}
}

@-webkit-keyframes spin {
	0% {
		-webkit-transform: rotate(0deg) translateZ(0);
		transform: rotate(0deg) translateZ(0);
	}
	100% {
		-webkit-transform: rotate(360deg) translateZ(0);
		transform: rotate(360deg) translateZ(0);
	}
}

@keyframes spin {
	0% {
		-webkit-transform: rotate(0deg) translateZ(0);
		transform: rotate(0deg) translateZ(0);
	}
	100% {
		-webkit-transform: rotate(360deg) translateZ(0);
		transform: rotate(360deg) translateZ(0);
	}
}

@-webkit-keyframes scroll {
	0% {
		opacity: 0.5;
	}
	50% {
		opacity: 1;
		-webkit-transform: translate(0, 10px);
		transform: translate(0, 10px);
	}
	100% {
		opacity: 0.5;
	}
}

@keyframes scroll {
	0% {
		opacity: 0.5;
	}
	50% {
		opacity: 1;
		-webkit-transform: translate(0, 10px);
		transform: translate(0, 10px);
	}
	100% {
		opacity: 0.5;
	}
}

.icon {
	display: inline-block;
	vertical-align: middle;
	line-height: inherit;
	fill: currentColor;
	position: relative;
}
.icon-logo {
	height: 53px;
	width: 137px;
}
.icon-play,
.icon-link {
	height: 36px;
	width: 36px;
}
.icon-arrow-select {
	height: 5px;
	width: 10px;
}
.icon-arrow-right {
	height: 7px;
	width: 30px;
}
.icon-arrow-right-long {
	height: 7px;
	width: 40px;
}
.icon-arrow-left-xlong,
.icon-arrow-right-xlong {
	height: 12px;
	width: 50px;
}
.icon-arrow-right-short {
	height: 7px;
	width: 20px;
}
.icon-arrow-left-short {
	height: 7px;
	width: 21px;
}
.icon-arrow-down {
	height: 16px;
	width: 11px;
}
.icon-logo-symbol,
.icon-logo-symbol-light,
.icon-logo-symbol-white {
	height: 100px;
	width: 80px;
}
.icon-logo-symbol.view-small,
.icon-logo-symbol-light.view-small,
.icon-logo-symbol-white.view-small {
	height: 79px;
	width: 64px;
}
.icon-logo-symbol.view-xsmall,
.icon-logo-symbol-light.view-xsmall,
.icon-logo-symbol-white.view-xsmall {
	height: 64px;
	width: 51px;
}
.icon-calendar {
	height: 17px;
	width: 19px;
	stroke: currentColor;
	fill: currentColor;
}
.icon-circle-check,
.icon-circle-error {
	height: 81px;
	width: 81px;
}
.icon-circle-phone {
	height: 75px;
	width: 75px;
}
.icon-circle-mail {
	height: 75px;
	width: 75px;
}
.icon-square-materialy,
.icon-square-slozeni,
.icon-square-nozicky,
.icon-square-calouneni,
.icon-square-postel1,
.icon-square-postel2,
.icon-square-postel3,
.icon-square-postel4 {
	height: 62px;
	width: 62px;
}
.icon-close,
.icon-close-gray,
.icon-close-gray-bold {
	height: 20px;
	width: 20px;
}
.icon-checkbox-icon {
	height: 12px;
	width: 17px;
}
.icon-scrollup {
	height: 45px;
	width: 45px;
}
.icon-scroll {
	height: 32px;
	width: 19px;
}

@-webkit-keyframes ajaxSpinner {
	0% {
		-webkit-transform: scale(0.6);
		transform: scale(0.6);
		border-width: 8px;
	}
	50% {
		-webkit-transform: scale(1.5);
		transform: scale(1.5);
		border-width: 2px;
	}
	100% {
		-webkit-transform: scale(0.6);
		transform: scale(0.6);
		border-width: 8px;
	}
}

@keyframes ajaxSpinner {
	0% {
		-webkit-transform: scale(0.6);
		transform: scale(0.6);
		border-width: 8px;
	}
	50% {
		-webkit-transform: scale(1.5);
		transform: scale(1.5);
		border-width: 2px;
	}
	100% {
		-webkit-transform: scale(0.6);
		transform: scale(0.6);
		border-width: 8px;
	}
}

.ajaxForm__parent {
	position: relative;
}

.ajaxForm__message {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 100;
	background-color: #fff;
}
.ajaxForm__message__in {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
	width: 80%;
	max-width: 510px;
	text-align: center;
}
.ajaxForm__message__title.title {
	margin-top: 15px;
}
.ajaxForm__message__desc {
	font-size: 16px;
	margin: 30px 0;
}
.ajaxForm__message__desc p {
	margin: 0;
}

.ajaxForm__submit {
	position: relative;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.ajaxForm__submit.is-loading {
	pointer-events: none;
}
.ajaxForm__submit.is-loading:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	opacity: 0.7;
	z-index: 5;
	background-color: #000;
}
.ajaxForm__submit.is-loading:after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -8px;
	margin-top: -8px;
	height: 16px;
	width: 16px;
	z-index: 10;
	border-radius: 50%;
	border: 2px solid #fff;
	-webkit-animation: 1s infinite ajaxSpinner;
	animation: 1s infinite ajaxSpinner;
}

.anchor {
	min-height: 1px;
}

@media (min-width: 992px) {
	.animate-item:nth-child(2) {
		-webkit-transition-delay: 0.1s;
		transition-delay: 0.1s;
	}
	.animate-item:nth-child(3) {
		-webkit-transition-delay: 0.2s;
		transition-delay: 0.2s;
	}
	.animate-item:nth-child(4) {
		-webkit-transition-delay: 0.3s;
		transition-delay: 0.3s;
	}
	.animate-item:nth-child(5) {
		-webkit-transition-delay: 0.4s;
		transition-delay: 0.4s;
	}
	.animate-item:nth-child(6) {
		-webkit-transition-delay: 0.5s;
		transition-delay: 0.5s;
	}
	.animate-item:nth-child(7) {
		-webkit-transition-delay: 0.6s;
		transition-delay: 0.6s;
	}
	.animate-item:nth-child(8) {
		-webkit-transition-delay: 0.7s;
		transition-delay: 0.7s;
	}
	.animate-item:nth-child(9) {
		-webkit-transition-delay: 0.8s;
		transition-delay: 0.8s;
	}
	.animate-2row:nth-child(even) {
		-webkit-transition-delay: 0.2s;
		transition-delay: 0.2s;
	}
	.animate-fall,
	.animate-fall-long {
		opacity: 0;
		-webkit-transform: translate(0, -10px);
		transform: translate(0, -10px);
		-webkit-transition: 0.5s ease transform, 0.5s ease opacity;
		transition: 0.5s ease transform, 0.5s ease opacity;
	}
	.animate-fall.is-visible,
	.animate-fall-long.is-visible {
		-webkit-transform: translate(0);
		transform: translate(0);
		opacity: 1;
	}
	.animate-fall-long {
		-webkit-transform: translate(0, -50px);
		transform: translate(0, -50px);
	}
	.animate-fall-longslow {
		opacity: 0;
		-webkit-transform: translate(0, -50px);
		transform: translate(0, -50px);
		-webkit-transition: 1s ease transform, 1s ease opacity;
		transition: 1s ease transform, 1s ease opacity;
	}
	.animate-fall-longslow.is-visible {
		-webkit-transform: translate(0);
		transform: translate(0);
		opacity: 1;
	}
	.animate-slidein {
		opacity: 0;
		-webkit-transform: translate(-5%, 0);
		transform: translate(-5%, 0);
		-webkit-transition: 0.5s ease transform, 0.5s ease opacity;
		transition: 0.5s ease transform, 0.5s ease opacity;
	}
	.animate-slidein.is-visible {
		-webkit-transform: translate(0);
		transform: translate(0);
		opacity: 1;
	}
	.animate-slidein-right {
		opacity: 0;
		-webkit-transform: translate(5%, 0);
		transform: translate(5%, 0);
		-webkit-transition: 0.5s ease transform, 0.5s ease opacity;
		transition: 0.5s ease transform, 0.5s ease opacity;
	}
	.animate-slidein-right.is-visible {
		-webkit-transform: translate(0);
		transform: translate(0);
		opacity: 1;
	}
	.animate-pop {
		opacity: 0;
		-webkit-transform: scale(1.2);
		transform: scale(1.2);
		-webkit-transition: 0.5s ease transform, 0.5s ease opacity;
		transition: 0.5s ease transform, 0.5s ease opacity;
	}
	.animate-pop.is-visible {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}
	.animate-fade {
		opacity: 0;
		-webkit-transition: 0.5s ease transform, 0.5s ease opacity;
		transition: 0.5s ease transform, 0.5s ease opacity;
	}
	.animate-fade.is-visible {
		opacity: 1;
	}
}

.aside {
	width: 100%;
	max-width: 700px;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	z-index: 1000;
	-webkit-transition: 1s ease all;
	transition: 1s ease all;
	-webkit-transform: translate(-100%, 0);
	transform: translate(-100%, 0);
}
.aside__innerbg {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: #fff;
	z-index: 15;
}
.aside__in {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
	z-index: 20;
	padding: 30px 10px;
	opacity: 0;
	margin-left: -50px;
	-webkit-transition: 0.7s ease all;
	transition: 0.7s ease all;
}
.aside__close {
	position: absolute;
	top: 25px;
	right: 20px;
	z-index: 150;
	opacity: 0;
	-webkit-transition: 0.7s ease all;
	transition: 0.7s ease all;
}
.aside__header__desc {
	margin: 10px 0 20px;
}
.aside__header__desc p {
	margin: 0;
}
.aside__header__desc a {
	font-weight: bold;
	color: #dcbe84;
}
.aside__bg {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 900;
	background-color: #000;
	opacity: 0;
	pointer-events: none;
	-webkit-transition: 0.3s ease all;
	transition: 0.3s ease all;
}
.aside-is-open .aside__bg {
	opacity: 0.5;
	pointer-events: auto;
}
.aside.is-active {
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0);
}
.aside.is-active .aside__in {
	margin-left: 0;
	opacity: 1;
	-webkit-transition-delay: 0.2s;
	transition-delay: 0.2s;
}
.aside.is-active .aside__close {
	-webkit-transition-delay: 0.7s;
	transition-delay: 0.7s;
	opacity: 1;
}
@media (max-width: 767px) {
	.aside__in {
		max-height: calc(100vh - 85px);
		overflow: scroll;
		padding-bottom: 70px;
	}
	.aside__header {
		text-align: left !important;
	}
}
@media (min-width: 768px) {
	.aside__in {
		padding: 60px;
	}
	.aside__close {
		right: 30px;
		top: 30px;
	}
	.aside__header__desc {
		margin: 30px 0 50px;
	}
}
@media (min-width: 992px) {
	.aside__close {
		cursor: pointer;
		-webkit-transition: 0.3s ease all;
		transition: 0.3s ease all;
	}
	.aside__close:hover {
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg);
	}
}

.aside-is-open {
	overflow: hidden;
}

.btn {
	display: inline-block;
	text-decoration: none;
	outline: none;
	cursor: pointer;
	border: none;
	-webkit-transition: 0.3s ease all;
	transition: 0.3s ease all;
}
.btn svg {
	margin-left: 5px;
	bottom: 1px;
	-webkit-transition: 0.3s ease all;
	transition: 0.3s ease all;
}
.btn--primary {
	color: #dcbe84;
	font-size: 16px;
	font-family: "bebasneue_regular-webfont", sans-serif;
	letter-spacing: 4px;
}
.btn--primary svg {
	position: relative;
	top: 1px;
	color: #dcbe84;
}
.btn--primary--small {
	font-size: 14px;
}
.btn--primary--large {
	font-size: 18px;
}
.btn--primary--full {
	background-color: #dcbe84;
	color: #fff;
	padding: 15px 25px;
}
.btn--primary--full svg {
	color: #fff;
}
.btn--play {
	color: #fff;
	font-size: 14px;
	font-weight: bold;
}
.btn--play svg {
	margin-right: 10px;
}
.btn--play:hover {
	color: #fff;
}
.btn--border {
	color: #dcbe84;
	font-size: 17px;
	font-family: "bebasneue_regular-webfont", sans-serif;
	letter-spacing: 5.7px;
	border: 1px solid #dcbe84;
	border-radius: 2px;
	padding: 8px 25px;
}
.btn--border svg {
	margin-left: 10px;
	color: #dcbe84;
}
.btn--border:hover {
	color: #dcbe84;
}
.btn--iconleft svg {
	margin-left: 0;
	margin-right: 5px;
}
@media (min-width: 768px) {
	.btn--primary {
		font-size: 17px;
		letter-spacing: 1px;
	}
	.btn--primary--small {
		font-size: 15px;
	}
	.btn--primary--large {
		font-size: 20px;
	}
}
@media (min-width: 992px) {
	.btn--play:hover {
		color: #fff;
	}
	.btn--play:hover svg {
		-webkit-transform: scale(1.2);
		transform: scale(1.2);
	}
	.btn--primary:hover {
		color: #b39253;
	}
	.btn--primary:hover svg {
		-webkit-transform: translate(10px, 0);
		transform: translate(10px, 0);
		color: #b39253;
	}
	.btn--primary:hover.btn--primary--full {
		background-color: #b39253;
		color: #fff;
	}
	.btn--primary:hover.btn--primary--full svg {
		color: #fff;
	}
	.btn--iconleft:hover svg {
		-webkit-transform: translate(-10px, 0);
		transform: translate(-10px, 0);
	}
	.btn--border:hover {
		color: #fff;
		border-color: #fff;
	}
	.btn--border:hover svg {
		color: #fff;
	}
}

@media (max-width: 767px) {
	.btns .btn {
		margin-bottom: 10px;
		margin-right: 10px;
	}
	.btns .btn:last-child {
		margin-bottom: 0;
	}
}

@media (min-width: 768px) {
	.btns .btn {
		margin-right: 50px;
	}
	.btns .btn:last-child {
		margin-right: 0;
	}
}

.calendar {
	margin: 30px -20px;
}
.calendar__nav {
	text-transform: uppercase;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	padding: 20px 0;
}
.calendar__nav a {
	font-size: 16px;
	color: #032a58;
	font-family: "bebasneue_regular-webfont", sans-serif;
	letter-spacing: 2px;
	margin: 0 20px;
	position: relative;
	-webkit-transition: 0.3s ease all;
	transition: 0.3s ease all;
}
.calendar__nav a:after {
	content: "";
	position: absolute;
	right: -20px;
	bottom: -22px;
	left: -20px;
	height: 2px;
	background-color: #dcbe84;
	opacity: 0;
}
.calendar__nav a.is-active,
.calendar__nav a:hover {
	color: #dcbe84;
}
.calendar__nav a.is-active:after {
	opacity: 1;
}
.calendar__list {
	max-height: 60vh;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	position: relative;
	padding-bottom: 50px;
}
.calendar__list__message {
	text-align: center;
	border: 1px solid #dcbe84;
	font-size: 20px;
	color: #dcbe84;
	margin: 0 20px;
	padding: 10px;
	position: relative;
	z-index: 100;
}
.calendar__list__message p {
	margin: 0;
}
.calendar__list__out {
	position: relative;
}
.calendar__list__out:after {
	content: "";
	position: absolute;
	right: 0;
	bottom: -2px;
	left: 0;
	height: 100px;
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		from(rgba(255, 255, 255, 0)),
		to(white)
	);
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0), white);
	z-index: 10;
}
.calendar__item {
	padding: 15px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	position: relative;
}
.calendar__item__date {
	color: #dcbe84;
	text-align: center;
	width: 30%;
}
.calendar__item__date span {
	font-family: Georgia, Times, "Times New Roman", serif;
	font-weight: bold;
	font-size: 28px;
	line-height: 1.2;
}
.calendar__item__date div {
	color: #dcbe84;
	font-family: "bebasneue_regular-webfont", sans-serif;
	letter-spacing: 1.5px;
	line-height: 1.2;
	font-size: 15px;
}
.calendar__item__name {
	font-size: 18px;
	font-weight: bold;
	font-family: Georgia, Times, "Times New Roman", serif;
	color: #032a58;
}
.calendar__item--withlink {
	-webkit-transition: 0.3s ease all;
	transition: 0.3s ease all;
}
.calendar__item--withlink:hover {
	background-color: rgba(200, 168, 107, 0.1);
}
@media (min-width: 768px) {
	.calendar {
		margin: 50px -60px;
	}
	.calendar__nav a {
		font-size: 17px;
		letter-spacing: 2.8px;
	}
	.calendar__item {
		padding: 20px 50px;
	}
	.calendar__item__date {
		width: 20%;
	}
	.calendar__item__date span {
		font-size: 35px;
	}
	.calendar__item__date div {
		font-size: 17px;
		letter-spacing: 2.8px;
	}
	.calendar__item__name {
		font-size: 22px;
	}
}

.carousel {
	position: relative;
}

.carousel__arrows a {
	text-decoration: none;
	display: inline-block;
	vertical-align: middle;
	color: #dcbe84;
	-webkit-transition: 0.3s ease all;
	transition: 0.3s ease all;
}
.carousel__arrows a svg {
	-webkit-transition: 0.3s ease transform;
	transition: 0.3s ease transform;
}
.carousel__arrows a.slick-disabled {
	color: #000;
	opacity: 0.2;
	pointer-events: none;
}
.carousel__arrows a.slick-disabled svg {
	-webkit-transform: scale(0.8);
	transform: scale(0.8);
}
.carousel__arrows a:last-child {
	margin-left: 20px;
	position: relative;
	bottom: 1px;
}
.carousel__arrows--top {
	margin-bottom: 30px;
}
.carousel__nav {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 10;
	padding-bottom: 20px;
}
.carousel__nav__in {
	padding: 0 40px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	position: relative;
}
.carousel__nav__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
}
.carousel__nav__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	color: #fff;
	opacity: 0.6;
	padding-bottom: 30px;
	cursor: pointer;
	text-decoration: none;
	-webkit-transition: 0.3s ease all;
	transition: 0.3s ease all;
}
.carousel__nav__item span {
	font-family: "bebasneue_regular-webfont", sans-serif;
	letter-spacing: 2px;
	font-size: 17px;
	margin-right: 10px;
}
.carousel__nav__item i {
	font-family: Georgia, Times, "Times New Roman", serif;
	font-style: normal;
	font-weight: bold;
	font-size: 13px;
	line-height: 1.2;
	display: none;
}
.carousel__nav__item:hover {
	color: #fff;
	opacity: 1;
}
.carousel__nav__item.is-active {
	opacity: 1;
}
.carousel__indicator {
	position: absolute;
	bottom: 0;
	left: 0;
	height: 2px;
	width: 0;
	background-color: #dcbe84;
}
.carousel__indicator.is-slide1 {
	left: 0;
}
.carousel__indicator.is-slide2 {
	left: 33.33%;
}
.carousel__indicator.is-slide3 {
	left: 66.66%;
}
.carousel__indicator.is-active {
	width: 33.333%;
	-webkit-transition: 3.9s linear all;
	transition: 3.9s linear all;
}
.carousel__indicator__wrapper {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
}
@media (max-width: 767px) {
	.carousel__list.js-headercarousel .slick-list,
	.carousel__list.js-headercarousel .slick-slide,
	.carousel__list.js-headercarousel .header__item {
		height: calc(100vh - 20px - 77px);
	}
	.carousel__nav__item {
		padding: 15px 10px;
	}
	.carousel__nav__item span {
		margin: 0 5px;
	}
}
@media (max-width: 768px) and (orientation: landscape) {
	.carousel__list.js-headercarousel .slick-list,
	.carousel__list.js-headercarousel .slick-slide,
	.carousel__list.js-headercarousel .header__item {
		height: calc(100vh - 20px - 20px);
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.carousel__nav__in {
		padding: 0 15px;
	}
	.carousel__nav__item {
		padding-right: 50px;
	}
}

@media (min-width:345px){
	.carousel__nav {
		top:300px;
	}
}

@media (max-width:550px){
	.carousel__nav {
		top:450px;
	}
}

@media (min-width: 768px) {
	.carousel__nav {
		padding-bottom: 40px;
		opacity: 0;
		-webkit-transform: translate(0, 10px);
		transform: translate(0, 10px);
		-webkit-transition: 0.3s ease all;
		transition: 0.3s ease all;
		-webkit-transition-delay: 0.6s;
		transition-delay: 0.6s;
	}
	.run-animation .carousel__nav {
		opacity: 1;
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
	}
	.carousel__nav__list {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	.carousel__nav__item {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
	.carousel__nav__item i {
		display: block;
	}
	.carousel__indicator.is-active {
		-webkit-transition: 19s linear all;
		transition: 19s linear all;
	}
}

@media (min-width: 992px) {
	.carousel__indicator__wrapper {
		left: 40px;
		right: 40px;
	}
}

.centerlinksbox__list {
	border-top: 1px solid #ebebeb;
	padding: 30px 0;
	margin-top: 30px;
}

.centerlinksbox--nmt .centerlinksbox__list {
	margin-top: 0;
}

@media (max-width: 767px) {
	.centerlinksbox__list .btn + .btn {
		margin-top: 20px;
	}
}

@media (min-width: 768px) {
	.centerlinksbox__list {
		padding: 50px 0;
		margin-top: 60px;
	}
	.centerlinksbox__list .btn + .btn {
		margin-left: 80px;
	}
}

.checkbox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	position: relative;
	overflow: hidden;
	margin: 10px auto;
	width: 100%;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.checkbox__el {
	position: absolute;
	top: 5px;
	left: 5px;
	opacity: 0;
}
.checkbox__icon {
	height: 22px;
	width: 22px;
	border-radius: 50%;
	background-color: #d7d7d7;
	margin-top: -2px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	position: relative;
}
.checkbox__icon svg {
	position: absolute;
	top: 4px;
	right: 0;
}
.checkbox__label {
	font-size: 16px;
	color: #747d87;
	padding-left: 15px;
}
.checkbox__label a {
	color: #dcbe84;
}
.checkbox__el:checked + .checkbox__icon {
	background-color: #dcbe84;
}

.clickgallery__nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	max-width: 380px;
	margin: 40px auto 0;
}
.clickgallery__nav__item {
	border: 1px solid #e9e9e9;
	cursor: pointer;
	margin: 0 2px;
	padding: 5px;
	-webkit-transition: 0.3s ease all;
	transition: 0.3s ease all;
}
.clickgallery__nav__item.is-active {
	border-color: #dcbe84;
}
.clickgallery__nav__item:first-child {
	margin-left: 0;
}
.clickgallery__nav__item:last-child {
	margin-right: 0;
}

@media (max-width: 767px) {
	.clickgallery {
		margin-top: 40px;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.clickgallery {
		text-align: center;
		margin: 40px 0 20px;
	}
}

@media (min-width: 992px) {
	.clickgallery__nav__item:not(.is-active):hover {
		border-color: #ccc;
	}
}

#cmplz-cookiebanner-container .cmplz-cookiebanner {
	border-radius: 0;
	padding: 30px 20px 10px 20px;
}

#cmplz-cookiebanner-container .cmplz-title {
	display: none;
}

#cmplz-cookiebanner-container .cmplz-btn {
	line-height: 24px;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 2px;
}

#cmplz-cookiebanner-container .cmplz-message {
	font-size: 15px;
	max-width: 580px;
	line-height: 1.45;
	margin: 0;
}

#cmplz-cookiebanner-container .cmplz-categories {
	margin-top: 20px;
}

#cmplz-cookiebanner-container .cmplz-header {
	position: absolute;
	right: 10px;
	top: 10px;
}

#cmplz-cookiebanner-container
	.cmplz-cookiebanner
	.cmplz-categories
	.cmplz-category {
	background-color: #17315a;
}

#cmplz-cookiebanner-container
	.cmplz-cookiebanner
	.cmplz-categories
	.cmplz-category
	.cmplz-category-header
	.cmplz-always-active {
	color: #fff;
}

#cmplz-cookiebanner-container
	.cmplz-cookiebanner
	.cmplz-categories
	.cmplz-category
	.cmplz-category-header
	.cmplz-icon.cmplz-open {
	-webkit-filter: grayscale(1) invert(1);
	filter: grayscale(1) invert(1);
	opacity: 0.5;
}

#cmplz-cookiebanner-container
	.cmplz-cookiebanner
	.cmplz-buttons
	.cmplz-btn.cmplz-save-preferences {
	background-color: var(--cmplz_slider_active_color);
}

#cmplz-cookiebanner-container .cmplz-cookiebanner .cmplz-links .cmplz-link {
	text-decoration: none;
}
#cmplz-cookiebanner-container
	.cmplz-cookiebanner
	.cmplz-links
	.cmplz-link:hover {
	color: #fff;
}

.collectionlist__item {
	margin: 30px auto;
	max-width: 980px;
}
.collectionlist__item__img {
	text-align: center;
}
.collectionlist__item__desc {
	max-width: 440px;
	margin: 20px auto;
	font-size: 16px;
}
.collectionlist__item:nth-child(even) .collectionlist__item__img {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
}

@media (max-width: 767px) {
	.collectionlist__item {
		width: 90%;
		margin: 50px auto;
	}
}

@media (min-width: 768px) {
	.collectionlist__item {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		margin: 65px auto;
	}
	.collectionlist__item__img,
	.collectionlist__item__main {
		width: 50%;
	}
}

.collections__header {
	margin-bottom: 30px;
}
.collections__header p {
	font-size: 18px;
	color: #747d87;
}

.collections__other {
	margin: 30px 0;
}
.collections__other__list {
	padding: 0;
	margin: 0;
	list-style: none;
}
.collections__other__item {
	display: block;
	height: 159px;
	border: 1px solid #e5e5e5;
	position: relative;
}
.collections__other__item__hr {
	position: absolute;
	top: 50px;
	left: 30px;
	height: 1px;
	width: 40px;
	background-color: #dcbe84;
}
.collections__other__item img {
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	z-index: -1;
}
.collections__other__item h3 {
	text-transform: uppercase;
	font-size: 17px;
	color: #032a58;
	position: absolute;
	bottom: 40px;
	left: 30px;
	font-family: Georgia, Times, "Times New Roman", serif;
}

.collections__item {
	position: relative;
	color: #fff;
	text-align: center;
	padding: 220px 0 40px;
}
.collections__item:after {
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	height: 300px;
}
.collections__item__layer {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 50;
	opacity: 0;
	-webkit-transition: 0.3s ease all;
	transition: 0.3s ease all;
	pointer-events: none;
}
.collections__item__layer__in {
	-webkit-transition: 0.3s ease all;
	transition: 0.3s ease all;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	padding-top: 50px;
	-webkit-transform: translate(0, 15px);
	transform: translate(0, 15px);
}
.collections__item__layer p {
	margin: 0;
}
.collections__item__layer ul {
	padding: 0;
	margin: 0;
	list-style: none;
	margin: 35px 0;
}
.collections__item__layer ul li {
	margin: 5px 0;
}
.collections__item__layer ul a {
	color: #e5c78e;
	font-weight: bold;
	font-size: 17px;
	font-family: Georgia, Times, "Times New Roman", serif;
	-webkit-transition: 0.3s ease all;
	transition: 0.3s ease all;
}
.collections__item__layer ul a:hover {
	color: #fff;
}
.collections__item__layer__footer {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 20px 0;
	font-family: "bebasneue_regular-webfont", sans-serif;
	letter-spacing: 4px;
	text-transform: uppercase;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.collections__item__layer__footer a {
	color: #e5c78e;
	-webkit-transition: 0.3s ease all;
	transition: 0.3s ease all;
}
.collections__item__layer__footer a:hover {
	color: #fff;
}
.collections__item__description {
	font-size: 18px;
	font-family: "bebasneue_regular-webfont", sans-serif;
	letter-spacing: 4px;
}
.collections__item__bg {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
.collections__item__icon {
	position: relative;
	z-index: 5;
}
.collections__item__main {
	position: relative;
	z-index: 5;
}
.collections__item__main p {
	font-family: "bebasneue_regular-webfont", sans-serif;
	letter-spacing: 4px;
	font-size: 18px;
	margin: 0;
}
.collections__item__title {
	font-family: Georgia, Times, "Times New Roman", serif;
	font-size: 40px;
	font-weight: bold;
	line-height: 1.1;
}
.collections__item--bgdark .collections__item__layer {
	background-color: rgba(3, 42, 88, 0.85);
}
.collections__item--bgdark:after {
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		from(#032a58),
		to(rgba(3, 42, 88, 0))
	);
	background-image: linear-gradient(0deg, #032a58 0%, rgba(3, 42, 88, 0) 100%);
}
.collections__item--bgprimary .collections__item__layer {
	background-color: rgba(130, 105, 79, 0.85);
}
.collections__item--bgprimary:after {
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		from(#82684e),
		to(rgba(130, 104, 78, 0))
	);
	background-image: linear-gradient(
		0deg,
		#82684e 0%,
		rgba(130, 104, 78, 0) 100%
	);
}
.collections__item--bglight .collections__item__layer {
	background-color: rgba(200, 168, 107, 0.85);
}
.collections__item--bglight .collections__item__layer a {
	color: #f4e3c3;
}
.collections__item--bglight .collections__item__layer__footer a {
	color: #f4e3c3;
}
.collections__item--bglight .collections__item__layer__footer a:hover {
	color: #fff;
}
.collections__item--bglight:after {
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		from(#c8a86b),
		to(rgba(200, 168, 107, 0))
	);
	background-image: linear-gradient(
		0deg,
		#c8a86b 0%,
		rgba(200, 168, 107, 0) 100%
	);
}

@media (max-width: 767px) {
	.collections__item {
		margin-bottom: 10px;
		padding-top: 260px;
	}
	.collections__item__icon {
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		width: 100%;
	}
	.collections__item__icon svg.icon {
		height: 55px;
		width: 44px;
	}
	.collections__item:last-child {
		margin-bottom: 0;
	}
}

@media (min-width: 768px) {
	.collections__list {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}
	.collections__header {
		margin-bottom: 60px;
	}
	.collections__other {
		margin: 90px 0;
	}
	.collections__item {
		width: calc(100% / 3 - 7px);
		padding: 240px 0 250px;
	}
	.collections__item__main {
		position: absolute;
		right: 0;
		bottom: 50px;
		left: 0;
	}
	.collections__item__main p {
		font-size: 18px;
		letter-spacing: 4px;
	}
	.collections__item__title {
		font-size: 40px;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.collections__header {
		margin-top: 100px;
	}
}

@media (max-width: 991px) {
	.collections__other__item {
		margin-bottom: 20px;
	}
}

@media (min-width: 992px) {
	.collections__other {
		margin: 80px 0;
	}
	.collections__other__list {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-webkit-box-align: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}
	.collections__other__item {
		width: calc(100% / 3 - 20px);
	}
	.collections__other__item__hr {
		-webkit-transition: 0.3s ease all;
		transition: 0.3s ease all;
	}
	.collections__other__item:nth-child(2) {
		margin: 0 30px;
	}
	.collections__other__item:hover .collections__other__item__hr {
		width: 70px;
	}
	.collections__item {
		padding: 260px 0 235px;
	}
	.collections__item__main p {
		font-size: 20px;
		letter-spacing: 5.5px;
	}
	.collections__item__description {
		font-size: 20px;
		letter-spacing: 5.5px;
	}
	.collections__item__title {
		font-size: 50px;
	}
	.collections__item:hover .collections__item__layer {
		pointer-events: auto;
		opacity: 1;
	}
	.collections__item:hover .collections__item__layer__in {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
	}
}

.collectionsnav {
	margin-bottom: 80px;
	text-align: left;
}
.collectionsnav__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
}
.collectionsnav__column {
	width: calc(100% / 4 - 60px);
}
.collectionsnav__column__title {
	font-family: "bebasneue_regular-webfont", sans-serif;
	color: #032a58;
	letter-spacing: 4px;
	font-size: 22px;
	margin-bottom: 20px;
}
.collectionsnav__column__title a {
	color: currentColor;
}
.collectionsnav__column__title:after {
	content: "";
	height: 1px;
	width: 40px;
	background-color: currentColor;
	display: inline-block;
	vertical-align: middle;
	margin-left: 15px;
}
.collectionsnav__column__list ul {
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1.2;
	-webkit-columns: 2;
	-moz-columns: 2;
	columns: 2;
	-webkit-column-gap: 20px;
	-moz-column-gap: 20px;
	column-gap: 20px;
}
.collectionsnav__column__list li {
	margin-bottom: 4px;
}
.collectionsnav__column__list a {
	font-size: 14px;
	color: #747d87;
}
.collectionsnav__column.countchildrens-2 .collectionsnav__column__list ul {
	-webkit-columns: 1;
	-moz-columns: 1;
	columns: 1;
}
.collectionsnav--nmb {
	margin-bottom: 0;
}
@media (min-width: 992px) {
	.collectionsnav__column__title a {
		-webkit-transition: 0.3s ease all;
		transition: 0.3s ease all;
	}
	.collectionsnav__column__title a:hover {
		color: #dcbe84;
	}
	.collectionsnav__column__list {
		max-width: 94%;
	}
	.collectionsnav__column__list a {
		-webkit-transition: 0.3s ease all;
		transition: 0.3s ease all;
	}
	.collectionsnav__column__list a:hover {
		color: #032a58;
	}
}

.cols {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.cols > .cols__item {
	position: relative;
}
@media (max-width: 991px) {
	.cols > .cols__item {
		width: 100%;
	}
	.cols > .cols__item--moblast {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
		margin-top: 30px;
	}
}
@media (max-width: 767px) {
	.colsmob > .cols__item {
		margin-right: 10px;
		margin-bottom: 10px;
	}
	.colsmob > .cols__item--right {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		-webkit-box-align: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}
	.colsmob--6 > .cols__item {
		width: calc(100% / 6 - 40px);
		margin-right: 40px;
	}
	.colsmob--6 > .cols__item:nth-child(6n) {
		margin-right: 0;
	}
	.colsmob--4 > .cols__item {
		width: calc(100% / 4 - 15px);
	}
	.colsmob--4 > .cols__item:nth-child(4n) {
		margin-right: 0;
	}
	.colsmob--3 > .cols__item {
		width: calc(100% / 3 - 15px);
	}
	.colsmob--3 > .cols__item:nth-child(3n) {
		margin-right: 0;
	}
	.colsmob--2 > .cols__item {
		width: calc(100% / 2 - 5px);
	}
	.colsmob--2 > .cols__item:nth-child(2n) {
		margin-right: 0;
	}
	.colsmob--1 > .cols__item {
		margin-right: 0;
		width: 100%;
		margin-bottom: 10px;
	}
	.colsmob--1 > .cols__item:last-child {
		margin-bottom: 0;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.colstablet > .cols__item {
		margin-right: 20px;
		margin-bottom: 20px;
	}
	.colstablet > .cols__item--right {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		-webkit-box-align: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}
	.colstablet--6 > .cols__item {
		width: calc(100% / 6 - 40px);
		margin-right: 40px;
	}
	.colstablet--6 > .cols__item:nth-child(6n) {
		margin-right: 0;
	}
	.colstablet--4 > .cols__item {
		width: calc(100% / 4 - 15px);
	}
	.colstablet--4 > .cols__item:nth-child(4n) {
		margin-right: 0;
	}
	.colstablet--3 > .cols__item {
		width: calc(100% / 3 - 15px);
	}
	.colstablet--3 > .cols__item:nth-child(3n) {
		margin-right: 0;
	}
	.colstablet--2 > .cols__item {
		width: calc(100% / 2 - 10px);
	}
	.colstablet--2 > .cols__item:nth-child(2n) {
		margin-right: 0;
	}
	.colstablet--1 > .cols__item {
		margin-right: 0;
		width: 100%;
		margin-bottom: 10px;
	}
	.colstablet--1 > .cols__item:last-child {
		margin-bottom: 0;
	}
}
@media (min-width: 992px) {
	.cols > .cols__item {
		margin-right: 36px;
		margin-bottom: 50px;
	}
	.cols > .cols__item _:-ms-fullscreen,
	:root .cols > .cols__item {
		margin-right: 19px;
	}
	.cols > .cols__item--right {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		-webkit-box-align: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}
	.cols--6 > .cols__item {
		width: calc(100% / 6 - 40px);
		margin-right: 40px;
	}
	.cols--6 > .cols__item:nth-child(6n) {
		margin-right: 0;
	}
	.cols--5 > .cols__item {
		width: calc(100% / 5 - 40px);
		margin-right: 40px;
	}
	.cols--5 > .cols__item:nth-child(6n) {
		margin-right: 0;
	}
	.cols--4 > .cols__item {
		width: calc(100% / 4 - 15px);
		margin-right: 20px;
	}
	.cols--4 > .cols__item:nth-child(4n) {
		margin-right: 0;
	}
	.cols--4s > .cols__item {
		width: calc(100% / 4 - 7.5px);
		margin-right: 10px;
		margin-bottom: 10px;
	}
	.cols--4s > .cols__item:nth-child(4n) {
		margin-right: 0;
	}
	.cols--3 > .cols__item {
		width: calc(100% / 3 - 24px);
	}
	.cols--3 > .cols__item:nth-child(3n) {
		margin-right: 0;
	}
	.cols--2 > .cols__item {
		width: calc(100% / 2 - 40px);
		margin-right: 80px;
	}
	.cols--2 > .cols__item:nth-child(2n) {
		margin-right: 0;
	}
	.cols--center {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.cols--nmb > .cols__item {
		margin-bottom: 0;
	}
}

.contactrow__list {
	text-align: center;
}

.contactrow__item {
	line-height: 1.2;
}
.contactrow__item .title.title--subtitle {
	color: #dcbe84;
	margin-bottom: 5px;
}
.contactrow__item svg {
	margin-right: 20px;
}
.contactrow__item__value {
	font-size: 20px;
	white-space: nowrap;
}
.contactrow__item__value a {
	text-decoration: none;
	color: currentColor;
}

@media (max-width: 767px) {
	.contactrow__item.cols__item {
		width: 100%;
		margin-bottom: 30px;
	}
	.contactrow__item.cols__item svg {
		display: none;
	}
	.contactrow__item.cols__item:last-child {
		margin-bottom: 0;
	}
}

@media (min-width: 768px) {
	.contactrow__list {
		text-align: left;
	}
	.contactrow__item {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		width: 50%;
	}
	.contactrow__item__value {
		font-size: 23px;
	}
}

@media (min-width: 992px) {
	.contactrow__item .title.title--subtitle {
		-webkit-transition: 0.3s ease all;
		transition: 0.3s ease all;
	}
	.contactrow__item .contactrow__item__value {
		-webkit-transition: 0.3s ease all;
		transition: 0.3s ease all;
	}
	.contactrow__item > div:hover .title.title--subtitle {
		opacity: 0;
	}
	.contactrow__item > div:hover .contactrow__item__value {
		-webkit-transform: translate(0, -12px);
		transform: translate(0, -12px);
	}
}

.container {
	width: 90%;
	max-width: 1130px;
	margin: 0 auto;
}
.container--650 {
	max-width: 650px;
}
.container--750 {
	max-width: 750px;
}
.container--800 {
	max-width: 800px;
}
.container--1100 {
	max-width: 1100px;
}
.container--1200 {
	width: 95%;
	max-width: 1200px;
}
.container--1400 {
	width: 90%;
	max-width: 1440px;
}
@media (max-width: 767px) {
	.container {
		width: 100%;
		padding: 0 15px;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.container {
		width: 100%;
		padding: 0 30px;
	}
	.container--tablet10 {
		padding: 0 10px;
	}
}

.coverlink {
	position: relative;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 50;
	cursor: pointer;
}

.field {
	border: 1px solid #e4e4e4;
	background-color: #fff;
	padding: 10px 10px;
	font-size: 14px;
	outline: 0;
	-webkit-transition: 0.3s ease all;
	transition: 0.3s ease all;
}
.field:focus {
	border-color: #dcbe84;
}
@media (min-width: 768px) {
	.field {
		padding: 10px 20px;
		font-size: 15px;
	}
}
@media (min-width: 992px) {
	.field:hover {
		border-color: #cac8c8;
	}
	.field:focus {
		border-color: #dcbe84;
	}
}

@media (min-width: 768px) {
	.fontsize--small {
		font-size: 16px;
	}
	.fontsize--xsmall {
		font-size: 15px;
	}
}


.footer {
	background-color: #032a58;
	color: #fff;
	position: relative;
	margin: 0 10px 10px 10px;
}
.footer:before,
.footer:after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	height: 280px;
}
.footer:before {
	background-image: url("../images/footer.jpg");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
.footer:after {
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(30%, rgba(3, 42, 88, 0)),
		to(#032a58)
	);
	background: linear-gradient(to bottom, rgba(3, 42, 88, 0) 30%, #032a58 100%);
}
.textbox a:not([class]) {
	text-decoration: underline;
}
.footer__textbox {
	padding: 150px 10px 40px;
	position: relative;
	z-index: 5;
}
.footer__contact {
	max-width: 1200px;
	margin: 0 auto;
	border-top: 1px solid rgba(255, 255, 255, 0.2);
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	padding: 40px 0;
}
.footer__contact .title--subtitle {
	margin-bottom: 0;
}
.footer__partners .container {
	overflow: hidden;
	position: relative;
}
.footer__partners .container:before,
.footer__partners .container:after {
	content: "";
	z-index: 100;
	width: 60px;
	pointer-events: none;
}
.footer__partners .container:before {
	position: absolute;
	top: 30px;
	bottom: 30px;
	left: 0;
	background: -webkit-gradient(
		linear,
		left top,
		right top,
		from(#062b57),
		to(rgba(6, 43, 87, 0))
	);
	background: linear-gradient(to right, #062b57, rgba(6, 43, 87, 0));
}
.footer__partners .container:after {
	position: absolute;
	top: 30px;
	right: 0;
	bottom: 30px;
	background: -webkit-gradient(
		linear,
		right top,
		left top,
		from(#062b57),
		to(rgba(6, 43, 87, 0))
	);
	background: linear-gradient(to left, #062b57, rgba(6, 43, 87, 0));
}
.footer__nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.footer__nav__column {
	width: calc(100% / 2 - 10px);
	margin-right: 20px;
}
.footer__nav__column:nth-child(2n) {
	margin-right: 0;
}
.footer__nav__list a {
	text-decoration: none;
	color: #fff;
	opacity: 0.8;
	font-size: 14px;
	margin: 0 0 5px;
	-webkit-transition: 0.3s ease all;
	transition: 0.3s ease all;
}
.footer__copy {
	position: relative;
	font-size: 12px;
	color: rgba(255, 255, 255, 0.7);
}
.footer__copy a {
	color: inherit;
}
.footer__copy p {
	margin: 0;
}
.footer__copy__logo {
	text-align: center;
	color: #fff;
	pointer-events: none;
}
.footer__copy__nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
}
.footer__copy__nav a {
	color: currentColor;
	text-decoration: none;
	margin-left: 15px;
}
.footer__sites {
	background-color: #032753;
	margin-top: 30px;
}
.footer__sites__list {
	padding: 30px 0;
}
.footer__sites__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	color: #dcbe84;
	margin-bottom: 30px;
}
.footer__sites__item:last-child {
	margin: 0;
}
.footer__sites__item__img {
	margin-right: 25px;
	margin-top: -5px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-webkit-transition: 0.3s ease all;
	transition: 0.3s ease all;
	opacity: 0.2;
}
.footer__sites__item h6,
.footer__sites__item p {
	margin: 0;
}
.footer__sites__item h6 {
	line-height: 1.1;
	color: #dcbe84;
	font-size: 15px;
	margin-bottom: 5px;
	letter-spacing: 2.5px;
	font-weight: normal;
}
.footer__sites__item h6 svg {
	margin-left: 5px;
}
.footer__sites__item p {
	font-size: 13px;
	line-height: 1.1;
	color: #8a9cb1;
}
@media (max-width: 767px) {
	.footer {
		margin: 0 10px 10px;
	}
	.footer__textbox p {
		font-size: 15px;
	}
	.footer__partners .title {
		width: 90%;
		margin: 0 auto;
	}
	.footer__contact {
		width: 90%;
	}
	.footer__nav {
		padding: 60px 10px 0;
	}
	.footer__nav__column {
		margin-bottom: 30px;
	}
	.footer__copy {
		text-align: center;
	}
	.footer__copy > div:first-child {
		margin-bottom: 40px;
	}
	.footer__copy__logo {
		padding: 40px 0;
	}
}
@media (min-width: 768px) {
	.footer {
		overflow: hidden;
	}
/*	.footer:before,*/
/*
	.footer:after {
		height: 700px;
	}
*/
/*
	.footer__textbox {
		padding: 300px 0 20px;
	}
*/
	.footer__contact {
		padding: 60px 0;
	}
	.footer__nav {
		padding: 100px 0;
	}
	.footer__nav__column {
		width: calc(100% / 3 - 16px);
	}
	.footer__sites {
		margin-top: 80px;
	}
	.footer__sites__list {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		padding: 60px 0;
	}
	.footer__sites__item {
		width: calc(100% / 3);
		margin-right: 30px;
		margin-bottom: 0;
	}
	.footer__copy {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}
	.footer__copy__logo {
		position: absolute;
		top: 89%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		width: 100%;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.footer__textbox {
		padding-left: 30px;
		padding-right: 30px;
		padding-bottom: 100px;
	}
	.footer__partners .title {
		padding-left: 30px;
	}
	.footer__nav {
		padding: 100px 15px 40px;
	}
	.footer__nav__column {
		margin-bottom: 60px;
	}
	.footer__nav__column:nth-child(3n) {
		margin-right: 0;
	}
	.footer__copy {
		padding: 0 15px;
	}
	.footer__copy__nav {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-flow: column;
		flex-flow: column;
	}
	.footer__contact {
		padding-left: 5px;
		padding-right: 5px;
	}
	.footer__sites {
		padding: 0 15px;
	}
	.footer__sites__list {
		padding: 75px 0 60px;
	}
	.footer__sites__item {
		display: block;
		text-align: center;
	}
	.footer__sites__item__img {
		margin-right: 0 !important;
		margin-bottom: 20px;
		display: block;
	}
}
@media (max-width: 991px) {
	.footer__sites__item__img {
		margin-right: 20px;
	}
	.footer__sites__item h6 {
		margin-bottom: 5px;
	}
	.footer__sites__item h6 svg {
		display: none;
	}
}
@media (min-width: 992px) {
	.footer:before {
		opacity: 0;
		-webkit-transition: 2s linear all;
		transition: 2s linear all;
	}
	.footer.is-visible:before {
		opacity: 1;
	}
	.footer__nav__column {
		width: calc(100% / 5 - 16px);
	}
	.footer__nav__column:last-child {
		margin-right: 0;
	}
	.footer__nav__list a:hover {
		opacity: 1;
	}
	.footer__copy a {
		-webkit-transition: 0.3s ease all;
		transition: 0.3s ease all;
	}
	.footer__copy a:hover {
		color: #fff;
	}
	.footer__sites__item__title {
		white-space: nowrap;
	}
	.footer__sites__item .icon-arrow-right {
		-webkit-transition: 0.3s ease all;
		transition: 0.3s ease all;
	}
	.footer__sites__item:hover .footer__sites__item__img {
		opacity: 1;
	}
	.footer__sites__item:hover .icon-arrow-right {
		-webkit-transform: translate(10px, 0);
		transform: translate(10px, 0);
	}
}
@media (min-width: 1200px) {
	.footer__contact .container {
		width: 100%;
	}
}

.form__row {
	margin-bottom: 10px;
}
.form__row .labelh {
	font-size: 0;
	margin: 0;
}
.form__row--double {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
}
.form__row--double > .field,
.form__row--double > label {
	width: calc(100% / 2 - 5px);
}
.form__row--double > label > .field {
	width: 100%;
}
.form__row--w100 input,
.form__row--w100 button,
.form__row--w100 textarea,
.form__row--w100 label {
	width: 100%;
	display: block;
}
.form__row--checkboxes {
	margin: 30px 0;
}

.form--w370 {
	max-width: 370px;
}

.fullcarousel__header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	padding-bottom: 15px;
}
.fullcarousel__header__title {
	margin-right: 30px;
}

.fullcarousel__item {
	padding-right: 10px;
}

.fullcarousel__list {
	margin-bottom: 10px;
}

@media (max-width: 767px) {
	.fullcarousel {
		padding-left: 15px;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.fullcarousel {
		padding-left: 30px;
	}
}

@media (max-width: 991px) {
	.fullcarousel__list img {
		max-height: 300px;
		max-width: 80vw;
	}
}

@media (min-width: 992px) {
	.fullcarousel__list {
		margin-left: -70px;
	}
}

@media (min-width: 1200px) {
	.fullcarousel__list {
		margin-left: -230px;
	}
}

.header {
/*	margin: 10px;*/
	position: relative;
}
.header:after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	/*height: 220px;*/
	opacity: 0.3;
	z-index: 10;
	background-image: -webkit-gradient(
		linear,
		left top,
		left bottom,
		from(#000000),
		to(rgba(0, 0, 0, 0))
	);
	background-image: linear-gradient(-180deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
}
.header:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	opacity: 0.3;
	z-index: 10;
	background-color: #000;
}
.header__scroller {
	width: 100%;
	text-align: right;
	z-index: 10;
	pointer-events: none;
	opacity: 0;
	-webkit-transition: 1s ease all;
	transition: 1s ease all;
	-webkit-transition-delay: 1s;
	transition-delay: 1s;
}
.run-animation .header__scroller {
	opacity: 1;
}
.header__scroller svg {
	-webkit-animation: scroll 2s linear infinite;
	animation: scroll 2s linear infinite;
}
.header__item {
	position: relative;
	padding: 180px 0;
	color: #fff;
}
.header__item__center {
	text-align: center;
}
.header__item__center .btn--play {
	position: relative;
	z-index: 10;
}
.header__item__bg {
	background-image: url("../images/dummy/xl.html");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.header__item__video {
	/* height: 100%; */
	-o-object-fit: cover;
	object-fit: cover;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.header__item__in {
	position: relative;
	z-index: 15;
}
.header__item__title {
	margin: 20px auto;
	width: 90%;
	max-width: 700px;
}
.header__item__desc {
	margin: 25px auto 15px auto;
	width: 90%;
	max-width: 570px;
	line-height: 1.5;
}
.header__item-btns a + a {
	margin-left: 10px;
}
.header__item__scrollbtn {
	text-align: right;
	margin-top: 50px;
}
.header__contactrow {
	max-width: 800px;
	margin: 60px auto 0 auto;
}
.header--single:before {
	opacity: 0.4;
}
.header--single .header__item {
	padding: 150px 0 70px;
}
.header--single .header__item__title {
	margin-bottom: 0;
}
.header--single .header__item__desc {
	max-width: 700px;
}
.header--largedesc .header__item__desc {
	font-size: 21px;
}
.header--withcontact .header__item {
	padding: 150px 0 80px;
}
.header--withscrollbtn .header__item {
	padding: 150px 0 30px;
}
.header--carousel:before {
	display: none;
}
@media (max-width: 767px) {
	.header__scroller {
		position: absolute;
		right: 0;
		bottom: 85px;
		text-align: center;
	}
	.header__item {
		height: calc(100vh - 20px - 77px);
	}
	.header__item__in {
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		width: 100%;
	}
	.header__item__video {
		/* display: none; */
	}
}

/* @media (min-width: 412px){
	.header__item__video {
		-o-object-fit: cover;
		object-fit: cover;
		position: absolute;
		top: 100px;
		right: 0;
		bottom: 0;
		left: 0;
	}
} */

@media (min-width: 300px){
	.header__item__video {
		-o-object-fit: cover;
		object-fit: cover;
		position: absolute;
		top: 100px;
		right: 0;
		bottom: -100px;
		left: 0;
	}
}

@media (min-width: 768px) {
	.header__scroller {
		position: absolute;
		top: 50%;
		right: 0;
		-webkit-transform: translate(0, -80%);
		transform: translate(0, -80%);
	}
	.header__item {
		padding: 300px 0;
	}
	.header__item__title {
		margin: 30px auto 45px;
	}
	.header__item__scrollbtn {
		margin-top: 170px;
	}
	.header__item-btns a + a {
		margin-left: 20px;
	}
	.header__item--withvideo {
		background-color: #000;
	}
	.header__item--withvideo .header__item__bg {
		display: none !important;
	}
	.header__contactrow {
		margin: 100px auto 0 auto;
	}
	.header--single .header__item {
		padding: 320px 0 250px;
	}
	.header--withcontact .header__item {
		padding: 250px 0 100px;
	}
	.header--withscrollbtn .header__item {
		padding: 320px 0 70px;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.header__contactrow {
		padding: 0 40px 0 30px;
	}
}

@media (min-width: 992px) {
	.header--single .header__item__desc {
		height: 81px;
	}
	.header--carousel .carousel__list,
	.header--carousel .slick-slide,
	.header--carousel .header__item {
		height: calc(100vh - 20px);
	}
	.header--carousel .header__item__center {
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		width: 100%;
		text-align: center;
	}
	.header--carousel .header__item:not(.header__item--first) .title--subtitle,
	.header--carousel
		.header__item:not(.header__item--first)
		.header__item__title,
	.header--carousel .header__item:not(.header__item--first) .btn--play {
		opacity: 0;
		-webkit-transform: translate(0, -50px);
		transform: translate(0, -50px);
		-webkit-transition: 0.8s ease all;
		transition: 0.8s ease all;
	}
	.header--carousel
		.header__item:not(.header__item--first)
		.header__item__title {
		-webkit-transition-delay: 0.1s;
		transition-delay: 0.1s;
	}
	.header--carousel .header__item:not(.header__item--first) .btn--play {
		-webkit-transition-delay: 0.2s;
		transition-delay: 0.2s;
	}
	.header--carousel
		.slick-active:not(:first-child)
		.header__item
		.title--subtitle,
	.header--carousel
		.slick-active:not(:first-child)
		.header__item
		.header__item__title,
	.header--carousel .slick-active:not(:first-child) .header__item .btn--play {
		opacity: 1;
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
	}
	.header--carousel .header__item--first .title--subtitle,
	.header--carousel .header__item--first .header__item__title,
	.header--carousel .header__item--first .btn--play {
		opacity: 0;
		-webkit-transform: translate(0, -50px);
		transform: translate(0, -50px);
		-webkit-transition: 0.8s ease all;
		transition: 0.8s ease all;
	}
	.headercarousel-is-init
		.header--carousel
		.header__item--first
		.title--subtitle,
	.headercarousel-is-init
		.header--carousel
		.header__item--first
		.header__item__title,
	.headercarousel-is-init .header--carousel .header__item--first .btn--play {
		opacity: 1;
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
	}
	.header--carousel .header__item--first .header__item__title {
		-webkit-transition-delay: 0.1s;
		transition-delay: 0.1s;
	}
	.header--carousel .header__item--first .btn--play {
		-webkit-transition-delay: 0.2s;
		transition-delay: 0.2s;
	}
	--single .header__item {
		padding: 340px 0 180px;
	}
	--withcontact .header__item {
		padding: 250px 0 100px;
	}
	--withscrollbtn .header__item {
		padding: 320px 0 70px;
	}
}

@media (min-width: 1200px) and (max-height: 700px) {
	.header__item__video {
		width: 100%;
	}
}

@media (min-width: 1400px) {
	.header__scroller {
		-webkit-transform: translate(-40px, -80%);
		transform: translate(-40px, -80%);
	}
}

@media (min-width: 2560px) {
	.header__item__video {
		width: 100%;
	}
}

body:not(.headercarousel-is-init):not(.headercarousel-isnot-init)
	.header--carousel
	.slick-active
	.header__item--first
	.title--subtitle,
body:not(.headercarousel-is-init):not(.headercarousel-isnot-init)
	.header--carousel
	.slick-active
	.header__item--first
	.header__item__title,
body:not(.headercarousel-is-init):not(.headercarousel-isnot-init)
	.header--carousel
	.slick-active
	.header__item--first
	.btn--play {
	opacity: 1;
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0);
}

.iconlinksbox__item__icon {
	margin-bottom: 20px;
}

.iconlinksbox__item__desc {
	margin: 20px auto;
	max-width: 330px;
}
.iconlinksbox__item__desc p {
	margin: 0;
}

@media (max-width: 767px) {
	.iconlinksbox__item {
		margin-bottom: 60px;
	}
	.iconlinksbox__item:last-child {
		margin-bottom: 0;
	}
}

.input {
	display: block;
	width: 100%;
	background-color: #fefefe;
	border: 1px solid #dcbe84;
	min-height: 50px;
	outline: 0;
	padding: 0 15px;
	color: #4b4b4b;
	border-radius: 0;
	font-size: 16px;
	-webkit-transition: 0.3s ease all;
	transition: 0.3s ease all;
	-webkit-appearance: none;
}
.input::-webkit-input-placeholder {
	opacity: 0.8;
	color: #4b4b4b;
}
.input::-moz-placeholder {
	opacity: 0.8;
	color: #4b4b4b;
}
.input::-ms-input-placeholder {
	opacity: 0.8;
	color: #4b4b4b;
}
.input::placeholder {
	opacity: 0.8;
	color: #4b4b4b;
}
.input:hover,
.input:focus {
	border-color: #dcbe84;
}

textarea.input {
	padding-top: 15px;
	padding-bottom: 15px;
	line-height: 1.5;
}

input[type="text"],
input[type="password"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.jstabs__list > div {
	display: none;
}
.jstabs__list > div.is-active {
	display: block;
}

.lang-ru .sticky__nav {
	font-size: 13px;
	letter-spacing: 2px;
}
.lang-ru .sticky__nav li {
	margin: 0 15px;
}

.legendsbox__item {
	border-top: 1px solid #e7e4e4;
	padding: 40px 0;
}
.legendsbox__item__img img {
	display: block;
	width: 100%;
}
.legendsbox__item__title.title {
	font-family: Georgia, Times, "Times New Roman", serif;
	font-size: 25px;
	font-weight: bold;
	color: #032a58;
}
.legendsbox__item__title.title small {
	font-size: 15px;
}
.legendsbox__item__desc {
	font-size: 15px;
	margin-top: 20px;
}
.legendsbox__item:last-child {
	border-bottom: 1px solid #e7e4e4;
}

@media (max-width: 991px) {
	.legendsbox__item__img {
		margin-bottom: 30px;
	}
}

.linksbox {
	max-width: 1200px;
	margin: 0 auto;
}
.linksbox__item__title.title {
	color: #032a58;
	font-family: Georgia, Times, "Times New Roman", serif;
	font-weight: bold;
	letter-spacing: 0;
}
.linksbox__item__title.title:before {
	margin-right: 20px;
}
@media (max-width: 767px) {
	.linksbox__item {
		padding: 30px 0;
		width: 100%;
		border-top: 1px solid #ebebeb;
	}
	.linksbox__item__title.title {
		padding-left: 10px;
		padding-right: 40px;
		margin: 0;
		font-size: 16px;
		position: relative;
	}
	.linksbox__item__title.title svg {
		color: #dcbe84;
		position: absolute;
		top: 50%;
		right: 10px;
		-webkit-transform: translate(0, -50%);
		transform: translate(0, -50%);
	}
	.linksbox__item__title.title:before {
		display: none;
	}
	.linksbox__item__desc,
	.linksbox__item__btn {
		display: none;
	}
}
@media (min-width: 768px) {
	.linksbox {
		padding: 50px 0;
		border-top: 1px solid #ebebeb;
	}
	.linksbox__item__title.title svg {
		display: none;
	}
}

.map {
	margin: 50px 10px;
	height: 500px;
}

.mt-10 {
	margin-top: 10px;
}

.mb-10 {
	margin-bottom: 10px;
}

.mt-20 {
	margin-top: 20px;
}

.mb-20 {
	margin-bottom: 20px;
}

.mt-30 {
	margin-top: 30px;
}

.mb-30 {
	margin-bottom: 30px;
}

.mt-40 {
	margin-top: 40px;
}

.mb-40 {
	margin-bottom: 40px;
}

.mt-50 {
	margin-top: 50px;
}

.mb-50 {
	margin-bottom: 50px;
}

.mt-70 {
	margin-top: 70px;
}

.mb-70 {
	margin-bottom: 70px;
}

.mt-80 {
	margin-top: 80px;
}

.mb-80 {
	margin-bottom: 80px;
}

.mt-90 {
	margin-top: 90px;
}

.mb-90 {
	margin-bottom: 90px;
}

.mt-100 {
	margin-top: 100px;
}

.mb-100 {
	margin-bottom: 100px;
}

.masonrygallery__item {
	width: calc(100% / 2 - 8px);
	margin-bottom: 12px;
}
.masonrygallery__item img {
	display: block;
	width: 100%;
}

@media (min-width: 768px) {
	.masonrygallery__item {
		width: calc(100% / 3 - 8px);
	}
}

@media (min-width: 992px) {
	.masonrygallery__item {
		-webkit-transition: 0.3s ease all;
		transition: 0.3s ease all;
	}
	.masonrygallery__item a {
		cursor: -webkit-zoom-in;
		cursor: zoom-in;
	}
	.masonrygallery__item:hover {
		-webkit-transform: scale(1.02);
		transform: scale(1.02);
	}
}

.materialsgallery__header {
	margin: 55px 0;
}

.materialsgallery__item img {
	width: 100%;
	display: block;
}

.materialsgallery__group--rows .materialsgallery__item {
	margin-bottom: 10px;
}

.mobilenav__toggle {
	position: relative;
	z-index: 10;
}
.mobilenav__toggle__button {
	position: absolute;
	top: -15px;
	right: -15px;
	bottom: -15px;
	left: 0;
}
.mobilenav__toggle span {
	display: block;
	height: 1px;
	background-color: currentColor;
	-webkit-transition: 0.3s ease all;
	transition: 0.3s ease all;
}
.mobilenav__toggle span:nth-child(1) {
	width: 26px;
}
.mobilenav__toggle span:nth-child(2) {
	width: 13px;
	margin: 6px 0;
}
.mobilenav__toggle span:nth-child(3) {
	width: 20px;
}
.mobilenav-is-open .mobilenav__toggle span {
	width: 30px;
}
.mobilenav-is-open .mobilenav__toggle span:nth-child(1) {
	-webkit-transform: rotate(45deg) translate(0px, 10px);
	transform: rotate(45deg) translate(0px, 10px);
}
.mobilenav-is-open .mobilenav__toggle span:nth-child(2) {
	opacity: 0;
}
.mobilenav-is-open .mobilenav__toggle span:nth-child(3) {
	-webkit-transform: rotate(-45deg) translate(0px, -10px);
	transform: rotate(-45deg) translate(0px, -10px);
}

@media (max-width: 991px) {
	.mobilenav {
		display: none;
		position: absolute;
		top: 50px;
		right: -5%;
		left: -5%;
		background-color: #dcbe84;
		color: #fff;
		padding: 20px 0;
	}
	.mobilenav-is-open .mobilenav {
		display: block;
	}
}

@media (min-width: 992px) {
	.mobilenav__toggle,
	.mobilenav__social {
		display: none;
	}
}

.newslist {
	margin: 50px 0;
}
.newslist__wrapper {
	position: relative;
}
.newslist__list {
	overflow: hidden;
}
.newslist__item {
	text-align: center;
	margin-bottom: 30px;
	position: relative;
}
.newslist__item__main {
	padding: 0 10px;
}
.newslist__item__img {
	position: relative;
}
.newslist__item__img img {
	display: block;
	width: 100%;
}
.newslist__item__header {
	font-family: "bebasneue_regular-webfont", sans-serif;
	color: #dcbe84;
	letter-spacing: 3px;
	font-size: 20px;
	margin: 10px 0 5px;
}
.newslist__item__desc {
	max-width: 450px;
	margin: 10px auto 0;
}
.newslist__item__desc p {
	margin: 0;
}
@media (max-width: 767px) {
	.newslist__header {
		margin-bottom: 30px;
	}
}
@media (min-width: 768px) {
	.newslist {
		margin: 120px 0;
	}
	.newslist__header {
		position: absolute;
		top: 0;
		left: 0;
	}
	.newslist__item {
		width: 49%;
		margin: 0 0 2%;
		margin-bottom: 60px;
		float: left;
		clear: left;
	}
	.newslist__item__main {
		padding: 0 30px;
	}
	.newslist__item__main .title {
		height: 74px;
	}
	.newslist__item__header {
		margin: 30px 0 5px;
	}
	.newslist__item__desc {
		margin: 20px auto 0;
	}
	.newslist__item:nth-child(even) {
		float: right;
		clear: right;
	}
}
@media (min-width: 992px) {
	.newslist__item__img {
		overflow: hidden;
	}
	.newslist__item__img img {
		-webkit-transition: 1s linear all;
		transition: 1s linear all;
	}
	.newslist__item .title.title--section {
		-webkit-transition: 0.3s ease all;
		transition: 0.3s ease all;
	}
	.newslist__item:hover .newslist__item__img img {
		-webkit-transform: scale(1.2);
		transform: scale(1.2);
		-webkit-transition: 10s linear all;
		transition: 10s linear all;
	}
	.newslist__item:hover .title.title--section {
		color: #dcbe84;
	}
}

.paging {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	margin-top: 50px;
}
.paging__item {
	font-size: 30px;
	font-family: Georgia, Times, "Times New Roman", serif;
	font-weight: bold;
	color: #032a58;
	margin: 0 20px;
}
.paging__item a {
	color: currentColor;
}
.paging__item.is-active {
	color: #dcbe84;
}

.partners__item {
	text-align: center;
	border: 1px solid #ebebeb;
	padding-bottom: 20px;
	position: relative;
}
.partners__item__img {
	height: 210px;
	position: relative;
	margin-bottom: 20px;
}
.partners__item__img img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
	width: auto;
	min-width: 200px;
	max-height: 115px;
}
.partners__item__title {
	color: #032a58;
	font-family: Georgia, Times, "Times New Roman", serif;
	font-size: 20px;
	font-weight: bold;
	margin: 15px 0;
}
.partners__item__desc {
	font-size: 16px;
	line-height: 1.4;
	max-width: 275px;
	margin: 0 auto;
}

.partners__list--view3 .partners__item {
	border-bottom: none;
	padding-bottom: 0;
}

.partners--bw .partners__item__img {
	opacity: 1;
}

@media (max-width: 991px) {
	.partners__item {
		padding: 20px 0;
		width: 100%;
	}
}

@media (min-width: 992px) {
	.partners__item.cols__item {
		margin-bottom: 36px;
	}
	.partners__item--link {
		-webkit-transition: 0.3s ease all;
		transition: 0.3s ease all;
	}
	.partners__item--link:hover {
		border-color: #dcbe84;
		-webkit-transform: translate(0, -10px);
		transform: translate(0, -10px);
	}
}

.photobox__header {
	position: relative;
	margin-bottom: 60px;
}
.photobox__header__in {
	max-width: 600px;
}

.photobox__main__btns {
	position: absolute;
	right: 0;
	bottom: 20px;
	left: 0;
}

.photobox__content {
	margin: 30px 0;
}

.photobox__photo {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
}

@media (max-width: 767px) {
	.photobox__main {
		margin: 50px 0;
	}
	.photobox__photo {
		margin: 50px 0;
	}
	.photobox__photo img {
		width: 70%;
	}
}

@media (min-width: 768px) {
	.photobox__in {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}
	.photobox__photo,
	.photobox__main {
		width: 50%;
	}
	.photobox__main {
		padding: 100px 0;
	}
}

.photoproductgallery {
	margin: 50px;
}
.photoproductgallery__list {
	position: relative;
}
.photoproductgallery__list:after {
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	height: 1px;
	background-color: #fff;
}
.photoproductgallery__item {
	border-bottom: 1px solid #e7e4e4;
	padding-bottom: 50px;
	padding-top: 40px;
	font-size: 16px;
}
.photoproductgallery__item__main {
	line-height: 1.5;
}
.photoproductgallery__item__title {
	font-family: Georgia, Times, "Times New Roman", serif;
	color: #032a58;
	font-size: 20px;
	margin: 15px 0 10px;
}
.photoproductgallery__item__attrs {
	font-weight: bold;
}
.photoproductgallery__item__attrs span {
	display: inline-block;
	margin-right: 30px;
	position: relative;
}
.photoproductgallery__item__attrs span:after {
	content: "";
	height: 4px;
	width: 4px;
	background-color: currentColor;
	border-radius: 50%;
	position: absolute;
	top: 10px;
	right: -19px;
}
.photoproductgallery__item__attrs span:last-child {
	margin-right: 0;
}
.photoproductgallery__item__attrs span:last-child:after {
	display: none;
}
@media (min-width: 992px) {
	.photoproductgallery {
		margin: 80px 0;
	}
}

.pointsrow {
	margin: 70px 0;
}
.pointsrow__list {
	text-align: left;
}
.pointsrow__item {
	line-height: 1.5;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
}
.pointsrow__item__text {
	font-size: 18px;
	font-weight: bold;
	color: #032a58;
	font-family: Georgia, Times, "Times New Roman", serif;
	max-width: 250px;
}
.pointsrow__item svg {
	margin-right: 20px;
}

.popup {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 200;
	background-color: #fff;
	-webkit-transition: 1.1s ease transform, 0.6s ease opacity;
	transition: 1.1s ease transform, 0.6s ease opacity;
	opacity: 0;
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
	pointer-events: none;
}
.popup.is-active {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
	pointer-events: auto;
}
.popup__in {
	padding: 10px;
}
.popup__nav {
	border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.popup__nav__wrapper {
	position: relative;
}
.popup__nav .select__wrapper {
	position: relative;
	margin-bottom: 10px;
}
.popup__nav .select__wrapper svg {
	position: absolute;
	top: 50%;
	left: 5px;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
}
.popup__nav select {
	text-transform: uppercase;
	color: #032a58;
	padding: 10px 0;
	font-family: "bebasneue_regular-webfont", sans-serif;
	font-size: 19px;
	width: 100%;
	letter-spacing: 3px;
	text-indent: 25px;
	outline: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	border: none;
	background: none;
	margin: 0;
}
.popup__nav a {
	font-family: "bebasneue_regular-webfont", sans-serif;
	color: #032a58;
	letter-spacing: 2px;
	font-size: 17px;
	padding: 0 10px;
	position: relative;
	text-align: center;
	line-height: 1.2;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.popup__nav a:before {
	content: "";
	position: absolute;
	right: 10px;
	bottom: -50px;
	left: 10px;
	height: 2px;
	background-color: #dcbe84;
	opacity: 0;
	-webkit-transition: 0.3s ease all;
	transition: 0.3s ease all;
}
.popup__nav a small {
	color: #8c949f;
	font-size: 12px;
	letter-spacing: 3px;
	display: block;
	width: 100%;
	padding-bottom: 10px;
}
.popup__nav a span {
	display: block;
	width: 100%;
}
.popup__nav a.is-active {
	color: #dcbe84;
}
.popup__nav a.is-active:before {
	opacity: 1;
}
.popup__nav--large a {
	padding: 0 60px;
	font-size: 23px;
	letter-spacing: 4px;
}
.popup__tabs {
	padding: 30px 0;
	max-height: calc(100vh - 145px);
	-webkit-overflow-scrolling: touch;
	overflow: auto;
}
.popup__tabs__desc {
	margin-top: 20px;
}
.popup__tabs__desc blockquote {
	margin: 25px 0;
	max-width: 611px;
	font-weight: bold;
	color: #032a58;
	font-size: 15px;
	line-height: 1.5;
	font-family: Georgia, Times, "Times New Roman", serif;
	position: relative;
	padding-left: 60px;
}
.popup__tabs__desc blockquote:before {
	content: "";
	height: 1px;
	width: 40px;
	background-color: currentColor;
	position: absolute;
	top: 15px;
	left: 0;
}
.popup__tabs__in {
	max-width: 550px;
	margin: 0 auto;
}
.popup__tabs--halfbg .popup__tabs__middlebg {
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
}
.popup__tabs--halfbg .popup__tabs__item__in__wrapper {
	position: relative;
}
.popup__tabs--halfbg .popup__tabs__in > * {
	max-width: 520px;
}
.popup__sidebar__logo {
	position: absolute;
	right: 50px;
	bottom: 50px;
}
.popup__sidebar__img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	background-color: #032a58;
}
.popup__sidebar__close {
	position: absolute;
	top: 5px;
	right: 5px;
	height: 42px;
	width: 42px;
	padding-top: 4px;
	padding-left: 1px;
	color: #fff;
	z-index: 5;
	text-align: center;
	cursor: pointer;
}
.popup__sidebar__close--gray {
	opacity: 1;
}
.popup--full .popup__in {
	padding: 0;
}
.popup--full .popup__nav {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
}
.popup--full .popup__tabs {
	width: 100%;
	max-height: calc(100vh - 123px);
}
.popup--full .popup__tabs__desc {
	margin-top: 0;
}
.popup--full .popup__tabs__in {
	max-width: 1070px;
	width: calc(100% - 60px);
}
.popup--full--navleft .popup__nav {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}
.popup--double {
	max-height: 100vh;
	-webkit-overflow-scrolling: touch;
	overflow: auto;
}
.popup--double .popup__tabs {
	max-height: none;
}
@media (max-width: 767px) {
	.popup__sidebar__logo {
		display: none;
	}
	.popup__tabs__cornerbg {
		position: absolute;
		top: 10px;
		right: 10px;
		left: 10px;
	}
	.popup__nav a.is-active:before {
		display: none;
	}
	.popup__nav--desktop {
		display: none;
	}
	.popup__tabs {
		max-height: calc(100vh - 170px - 55px);
		overflow: visible;
		padding: 0;
	}
	.popup__tabs__in {
		padding: 0;
	}
	.popup__tabs__in__in {
		padding: 30px 10px 120px;
		max-height: calc(100vh - 170px - 55px);
		padding: 30px 0 120px;
		overflow: scroll;
	}
	.popup__tabs__desc {
		font-size: 15px;
		line-height: 1.6;
	}
	.popup--full .popup__nav__wrapper {
		position: static;
		max-width: 260px;
		padding-top: 10px;
		padding-left: 15px;
	}
	.popup--full .popup__sidebar__close {
		position: fixed;
		top: 15px;
	}
	.popup--full .popup__nav {
		margin-top: 0;
	}
	.popup--full .popup__tabs {
		max-height: calc(100vh - 53px);
	}
	.popup--full .popup__tabs__cornerbg {
		position: static;
		margin-bottom: 20px;
	}
}
@media (max-width: 1199px) {
	.popup__sidebar {
		position: absolute;
		top: 10px;
		right: 10px;
		left: 10px;
		height: 170px;
	}
	.popup__nav {
		margin-top: 180px;
	}
}
@media (min-width: 768px) {
	.popup__nav {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		padding: 50px 30px;
	}
	.popup__nav a {
		padding: 0 20px;
	}
	.popup__nav select {
		font-size: 30px;
		padding: 10px 0;
	}
	.popuptabs--materials .popup__nav {
		padding: 50px 0;
	}
	.popuptabs--materials .popup__nav a {
		padding: 0 15px;
	}
	.popup__nav--count4 a {
		width: 25%;
	}
	.popup__nav--count5 a {
		width: 20%;
	}
	.popup__nav--count6 a {
		width: 16.6666%;
	}
	.popup__nav--mobile {
		display: none;
	}
	.popup__tabs {
		padding: 80px 0;
	}
	.popup__tabs__desc {
		margin-top: 50px;
	}
	.popup__tabs__desc blockquote {
		padding-left: 60px;
		margin: 45px 0;
		font-size: 18px;
		max-width: 580px;
		line-height: 1.75;
	}
	.popup--full .popup__nav__wrapper {
		width: calc(100% - 40px);
		margin: 0 auto;
	}
	.popup--full .popup__nav__wrapper a {
		font-size: 21px;
		letter-spacing: 3px;
		padding: 0 10px;
	}
	.popup--full .popup__nav {
		width: 100%;
		margin-top: 0;
		padding: 30px 0;
	}
	.popup--full .popup__sidebar__close {
		opacity: 0.5;
		position: absolute;
		top: 50%;
		right: 0;
		-webkit-transform: translate(0, -50%);
		transform: translate(0, -50%);
	}
	.popup--full .popup__sidebar__close--gray {
		opacity: 1;
	}
	.popup--full .popup__tabs {
		position: relative;
	}
	.popup--full .popup__tabs__desc {
		font-size: 16px;
	}
	.popup--full .popup__tabs__cornerbg {
		position: absolute;
		top: 0;
		right: 0;
		max-width: 600px;
	}
	.popup--full .popup__tabs__cornerbg__img--offset {
		margin-top: 100px;
	}
}
@media (min-width: 992px) {
	.popup--full .popup__nav__wrapper a {
		font-size: 23px;
		letter-spacing: 4px;
		padding: 30px;
	}
	.popup--full .popup__nav__wrapper a:before {
		bottom: -30px;
	}
	.popup--full .popup__nav {
		padding: 30px;
	}
}
@media (min-width: 768px) and (max-width: 1199px) {
	.popup__sidebar {
		height: 30vh;
	}
	.popup__nav {
		margin-top: 30vh;
		padding: 30px;
	}
	.popup__nav a:before {
		bottom: -30px;
	}
	.popup__tabs {
		max-height: calc(100vh - 30vh - 101px);
	}
	.popup__tabs__in {
		max-width: none;
		padding: 0 30px;
	}
	.popup--full .popup__tabs {
		padding-top: 0;
	}
	.popup--full .popup__tabs__cornerbg {
		position: static;
		text-align: right;
		max-width: none;
		margin-bottom: 30px;
	}
	.popup--full .popup__tabs__cornerbg__img--offset {
		margin-top: 30px;
	}
	.popup--full .popup__sidebar__close {
		top: 10px;
		right: -10px;
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
	}
}
@media (min-width: 1200px) {
	.popup__sidebar {
		position: absolute;
		top: 10px;
		right: 10px;
		bottom: 10px;
		width: calc(35% - 40px);
		max-height: 60vw;
	}
	.popup__sidebar__close svg {
		-webkit-transition: 0.3s ease all;
		transition: 0.3s ease all;
	}
	.popup__sidebar__close:hover svg {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
	.popup__nav {
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
		width: 65%;
	}
	.popup__nav a {
		-webkit-transition: 0.3s ease all;
		transition: 0.3s ease all;
	}
	.popup__nav a:hover {
		color: #dcbe84;
	}
	.popup__tabs {
		width: 65%;
		max-height: calc(100vh - 145px);
	}
	.popup--full .popup__nav__wrapper {
		width: calc(100% - 100px);
	}
}

.popup__bg {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 90;
	background-color: #032a58;
	opacity: 0;
	pointer-events: none;
	-webkit-transition: 0.3s ease all;
	transition: 0.3s ease all;
}
.popup-is-open .popup__bg {
	opacity: 0.95;
	pointer-events: auto;
}

.popup-is-open {
	overflow: hidden;
}

.popuptabs {
	margin-bottom: 40px;
}
.popuptabs__header {
	max-width: 590px;
	margin: 40px auto;
}
.popuptabs__item {
	position: relative;
	overflow: hidden;
}
.popuptabs__item:before {
	content: "";
	height: 1px;
	width: 100px;
	background-color: #dcbe84;
	position: absolute;
	top: 80px;
	right: 0;
	left: 0;
	z-index: 5;
	margin: 0 auto;
	-webkit-transition: 0.3s ease all;
	transition: 0.3s ease all;
}
.popuptabs__item:after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		from(rgba(0, 0, 0, 0)),
		to(rgba(0, 0, 0, 0.7))
	);
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7));
	opacity: 0.3;
	-webkit-transition: 0.3s ease all;
	transition: 0.3s ease all;
}
.popuptabs__item__bg {
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: 1s linear all;
	transition: 1s linear all;
}
.popuptabs__item__main {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 5;
	text-align: center;
	color: #fff;
	height: 250px;
	padding: 0 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-transition: 0.3s ease all;
	transition: 0.3s ease all;
}
.popuptabs__item__title {
	font-size: 30px;
	line-height: 1.2;
	margin: 0 0 10px;
	font-family: Georgia, Times, "Times New Roman", serif;
}
.popuptabs__item__desc {
	line-height: 1.4;
	font-size: 16px;
}
.popuptabs__item__desc p {
	margin: 0;
}
.popuptabs__item__hover {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
    text-align: center;
    padding: 38px 15px;
    opacity: 0;
    -webkit-transform: translate(0, 50px);
    transform: translate(0, 50px);
    -webkit-transition: 0.3s ease all;
    transition: 0.3s ease all;
    background-color: #0000005e;
}
.popuptabs__item__hover .btn {
	color: #fff;
}
@media (max-width: 767px) {
	.popuptabs__item {
		margin-bottom: 10px;
	}
	.popuptabs__item__bg {
		max-height: 300px;
		-o-object-fit: cover;
		object-fit: cover;
	}
}
@media (min-width: 768px) {
	.popuptabs {
		margin-bottom: 80px;
	}
	.popuptabs__header {
		margin: 80px auto 60px;
	}
}
@media (min-width: 992px) {
	.popuptabs__item:hover:before {
		width: 150px;
	}
	.popuptabs__item:hover:after {
		opacity: 1;
	}
	.popuptabs__item:hover .popuptabs__item__bg {
		-webkit-transform: scale(1.2);
		transform: scale(1.2);
		-webkit-transition: 10s linear all;
		transition: 10s linear all;
	}
	.popuptabs__item:hover .popuptabs__item__main {
		-webkit-transform: translate(0, -50px);
		transform: translate(0, -50px);
	}
	.popuptabs__item:hover .popuptabs__item__hover {
		opacity: 1;
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
	}
}

@media (max-width: 767px) {
	.press__section {
		padding: 120px 0 50px;
	}
	.press__section .stickysubnav__item__textbox {
		text-align: center;
	}
	.press__section .cols__item {
		width: 100%;
	}
	.press__section .cols__item + .cols__item {
		margin-top: 40px;
	}
	.press__section .form.form--w370 {
		max-width: none;
	}
}

@media (min-width: 768px) {
	.press__section {
		padding: 183px 0 100px;
	}
}

.scrollup {
	position: fixed;
	right: 15px;
	bottom: 15px;
	z-index: 100;
	-webkit-transform: translate(60px, 0);
	transform: translate(60px, 0);
	opacity: 0.9;
	-webkit-transition: 0.3s ease all;
	transition: 0.3s ease all;
}
.is-scrolled .scrollup {
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0);
}
@media (min-width: 992px) {
	.scrollup {
		position: fixed;
		right: 30px;
		bottom: 30px;
		-webkit-transform: translate(75px, 0);
		transform: translate(75px, 0);
	}
	.scrollup:hover {
		opacity: 1;
	}
}

.section {
	margin-top: 60px;
	margin-bottom: 60px;
}
.section__desc {
	font-size: 18px;
	margin-top: 30px;
}
.section--nmt {
	margin-top: 0 !important;
}
.section--nmb {
	margin-bottom: 0 !important;
}
@media (min-width: 768px) {
	.section {
		margin-top: 80px;
		margin-bottom: 80px;
	}
}
@media (min-width: 992px) {
	.section {
		margin-top: 120px;
		margin-bottom: 120px;
	}
}

.single__header {
	background-size: cover;
	background-position: center center;
	background-color: #032a58;
	padding: 80px 0;
	position: relative;
	color: #fff;
}
.single__header:after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: #000;
	opacity: 0.4;
}
.single__header__in {
	position: relative;
	z-index: 5;
}
.single__header__date {
	font-family: "bebasneue_regular-webfont", sans-serif;
	letter-spacing: 3px;
	font-size: 22px;
	margin-bottom: 10px;
}

.single__content {
	margin: 40px 0;
}
.single__content h1,
.single__content h2,
.single__content h3,
.single__content h4,
.single__content h5,
.single__content h6 {
	line-height: 1.2;
	color: #032a58;
	margin: 40px 0 10px;
}

@media (min-width: 768px) {
	.single__header {
		padding: 200px 0;
		margin-top: 75px;
	}
	.single__header__date {
		font-size: 26px;
		letter-spacing: 4px;
	}
	.single__content {
		margin: 70px 0;
	}
	.single__content img {
		max-width: none;
		margin: 30px -30px;
		width: calc(100% + 60px);
	}
}

@media (min-width: 992px) {
	.single__header {
		padding: 250px 0;
	}
}

.site {
	overflow: hidden;
}

.sizerow {
	border-top: 1px solid #e9e9e9;
	border-bottom: 1px solid #e9e9e9;
	padding: 35px 0;
	margin: 40px 0;
}
.sizerow__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
}
.sizerow__item__dot {
	height: 3px;
	width: 3px;
	background-color: #032a58;
	display: inline-block;
	vertical-align: middle;
	border-radius: 50%;
	margin: 0 10px;
	position: relative;
}
.sizerow__item__title {
	color: #032a58;
	font-family: Georgia, Times, "Times New Roman", serif;
	font-size: 18px;
	margin: 0;
}
.sizerow__item__desc {
	font-size: 12px;
	letter-spacing: 1px;
}
.sizerow__item__desc p {
	margin: 0;
}
.sizerow__item__icon {
	width: 80px;
	padding-top: 20px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}
.sizerow__item__points {
	line-height: 1.3;
	margin-top: 5px;
}
.sizerow__item__points table {
	white-space: nowrap;
}
.sizerow__item__points ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.sizerow__item__points table {
	width: 100%;
}
.sizerow__item__points li,
.sizerow__item__points td {
	font-size: 14px;
	color: #032a58;
	font-family: Georgia, Times, "Times New Roman", serif;
	font-weight: bold;
	display: inline-block;
	vertical-align: middle;
}
.sizerow__item__points td:last-child .sizerow__item__dot {
	display: none;
}
.sizerow__item__points li {
	margin-right: 25px;
}
.sizerow--single {
	border: none;
	padding: 0;
}
.sizerow--single .sizerow__item {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.sizerow--single .sizerow__item__icon {
	padding-top: 0;
}
@media (max-width: 767px) {
	.sizerow__item {
		border-bottom: 1px solid #e9e9e9;
		padding-bottom: 30px;
		margin-bottom: 30px;
	}
	.sizerow__item:last-child {
		padding-bottom: 0;
		border: none;
		margin-bottom: 0;
	}
}
@media (min-width: 768px) {
	.sizerow__item__icon {
		width: 90px;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.sizerow__item {
		margin-bottom: 40px;
	}
	.sizerow__item:last-child {
		margin-bottom: 0;
	}
}

.sociallinks {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
}
.sociallinks a {
	color: #dcbe84;
	margin-right: 25px;
}
.sociallinks a svg {
	height: 24px;
	width: 24px;
	-webkit-transition: 0.3s ease all;
	transition: 0.3s ease all;
}
.sociallinks--sticky {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background-color: #fff;
	border-top: 1px solid rgba(0, 0, 0, 0.08);
	padding: 20px 0;
}
.sociallinks--sticky a {
	color: #b39253;
	margin: 0 20px;
}
@media (min-width: 768px) and (max-width: 991px) {
	.sociallinks--sticky {
		padding: 50px 0;
	}
	.sociallinks--sticky a {
		margin: 0 30px;
	}
}
@media (min-width: 992px) {
	.sociallinks a:hover svg {
		color: #b39253;
		-webkit-transform: translate(0, -2px);
		transform: translate(0, -2px);
	}
}

.staticsubnav {
	position: absolute;
	top: 133px;
	right: 0;
	left: 0;
	z-index: 15;
	-webkit-transition: 0.3s ease all;
	transition: 0.3s ease all;
}
.is-scrolled .staticsubnav {
	opacity: 0;
	-webkit-transform: translate(0, -40px);
	transform: translate(0, -40px);
}
.staticsubnav__title.title {
	font-size: 22px;
	margin-right: 50px;
}
.staticsubnav__single__in {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
}
.staticsubnav + .section {
	margin-top: 160px;
}
.staticsubnav--dark .staticsubnav__title a {
	color: #032a58;
}
.staticsubnav--dark .stickysubnav__menu--white a {
	color: #032a58;
}
@media (max-width: 991px) {
	.staticsubnav {
		display: none;
	}
}

.sticky {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 150;
	color: #fff;
    background-color: #000000;
    
}
.sticky:after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: #000000;
	opacity: 0;
	z-index: 50;
	pointer-events: none;
	-webkit-transition: 0.3s ease all;
	transition: 0.3s ease all;
}
.sticky__bg {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 45;
	background-color: #000;
	opacity: 0;
	pointer-events: none;
	-webkit-transition: 0.3s ease all;
	transition: 0.3s ease all;
}
.sticky__placeholder {
	height: 86px;
	margin-bottom: 40px;
}
.sticky__container {
	width: 90%;
	max-width: 1440px;
	margin: 0 auto;
	position: relative;
	z-index: 55;
}
.sticky__logo {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
	width: auto;
	text-align: center;
	pointer-events: none;
}
.sticky__logo h1 {
	display: none;
}
.sticky__logo a {
	pointer-events: auto;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 10;
}
.sticky__logo svg {
	-webkit-transition: 0.3s ease all;
	transition: 0.3s ease all;
	fill: #fff;
}
.sticky__nav {
	font-family: "bebasneue_regular-webfont", sans-serif;
	font-size: 17px;
	letter-spacing: 3.3px;
}
.sticky__nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.sticky__nav a {
	text-decoration: none;
	color: currentColor;
   color: #ffffff;
}
.sticky__nav a.is-active {
	color: #dcbe84;
}
.sticky__lang {
	position: absolute;
	top: -9px;
	right: 10px;
	-webkit-transition: 0.3s ease all;
	transition: 0.3s ease all;
}
.sticky__lang a {
	font-family: "bebasneue_regular-webfont", sans-serif;
	font-size: 17px;
	letter-spacing: 3.3px;
	color: currentColor;
	text-decoration: none;
}
.sticky--dark {
	color: #032a58;
}
.sticky--dark .sticky__logo svg {
	fill: #032a58;
}
.sticky--dark:after {
	opacity: 1;
}
.is-scrolled .sticky,
.mobilelang-is-open .sticky {
	color: #032a58;
}
.is-scrolled .sticky:after,
.mobilelang-is-open .sticky:after {
	opacity: 1;
}
.is-scrolled .sticky .sticky__logo svg,
.mobilelang-is-open .sticky .sticky__logo svg {
	fill: #032a58;
}
.sticky--dark .sticky__in {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.is-scrolled .sticky {
	border-bottom: 1px solid #ebebeb;
}
.is-scrolled .sticky.sticky--dark .sticky__in {
	border-bottom: 0;
}
.is-scrolled .sticky .sticky__logo svg {
	height: 35px;
	width: 90px;
}
@media (max-width: 767px) {
	.sticky:after {
		-webkit-transition: 0.3s ease all;
		transition: 0.3s ease all;
	}
	.sticky__logo {
		margin-top: -2px;
	}
	.sticky__logo svg {
		height: 35px;
		width: 90px;
	}
}
@media (max-width: 991px) {
	.sticky {
		padding: 40px 10px 30px 10px;
		-webkit-transition: 0.3s ease padding, 0.3s ease transform;
		transition: 0.3s ease padding, 0.3s ease transform;
		border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	}
	.sticky__container {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		width: 100%;
		    padding: 17px 20px;
	}
	.sticky__in {
		display: none;
		position: absolute;
		top: 45px;
		right: -10px;
		left: -10px;
		background-color: #fff;
		height: calc(100vh - 45px);
		overflow: scroll;
		-webkit-overflow-scrolling: touch;
		padding-bottom: 40px;
		padding-top: 20px;
	}
	.sticky__logo a {
		display: block;
	}
	.sticky__lang {
		right: 20px;
	}
	.sticky__nav {
		padding: 0 30px;
		font-size: 20px;
		text-align: center;
	}
	.sticky__nav a {
		display: block;
		padding: 5px 0;
	}
	.sticky__nav ul ul {
		display: none;
	}
	.sticky__nav ul ul.is-active {
		display: block;
	}
	.sticky__nav ul ul a {
		color: #808080;
	}
	.sticky__nav ul ul li,
	.sticky__nav ul ul .btn {
		font-size: 16px;
		letter-spacing: 3px;
	}
	.sticky--dark {
		border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	}
	.is-scrolled .sticky {
		padding-left: 0;
		padding-right: 0;
		-webkit-transform: translate(0, -10px);
		transform: translate(0, -10px);
	}
	.mobilenav-is-open .sticky {
		color: #032a58;
	}
	.mobilenav-is-open .sticky:after {
		opacity: 1;
	}
	.mobilenav-is-open .sticky .sticky__logo svg {
		fill: #032a58;
	}
	.mobilenav-is-open .sticky .sticky__in {
		display: block;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.sticky {
		padding-top: 60px;
		padding-bottom: 50px;
	}
	.sticky__container {
		padding: 0 30px;
	}
	.sticky__lang {
		right: 30px;
	}
	.sticky__logo svg {
		width: 137px !important;
		height: 53px !important;
	}
	.sticky__nav {
		font-size: 34px;
	}
	.sticky__nav a {
		padding: 8px 30px;
	}
	.sticky__nav ul ul li,
	.sticky__nav ul ul .btn {
		font-size: 26px;
	}
}
@media (min-width: 992px) {
	.sticky__placeholder {
		height: 133px;
		margin-bottom: 40px;
	}
	.sticky__in {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		height: 133px;
		padding: 0;
		border-bottom: 1px solid rgba(255, 255, 255, 0.2);
		-webkit-transition: 0.3s ease all;
		transition: 0.3s ease all;
	}
	.sticky__in > div {
		width: 50%;
	}
	.sticky__in > div:first-child {
		/*margin-right: 100px;*/
		/*text-align: right;*/
	}
	.sticky__in > div:last-child {
		margin-left: 100px;
		text-align: left;
	}
	.sticky__lang {
		top: 50px;
		right: 0;
	}
	.sticky__nav li {
		display: inline-block;
		margin: 0 20px;
	}
	.sticky__nav ul ul {
		display: none;
	}
	.is-scrolled .sticky__lang {
		top: 18px;
	}
}
@media (min-width: 992px) {
	.sticky__nav a:hover {
		-webkit-transition: 0.3s ease all;
		transition: 0.3s ease all;
		color: #dcbe84;
	}
	.sticky:hover {
		color: #032a58;
	}
	.sticky:hover .sticky__in {
		border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	}
	.sticky:hover .sticky__logo svg {
		fill: #032a58;
	}
	.sticky:hover:after {
		opacity: 1;
	}
	.is-scrolled .sticky:hover {
		color: #032a58;
	}
	.is-scrolled .sticky:hover:after {
		opacity: 1;
	}
	.sticky:hover + .sticky__bg {
		opacity: 0.5;
	}
	.is-scrolled .sticky .sticky__in {
		height: 67px;
	}
	.sticky__lang a:hover {
		-webkit-transition: 0.3s ease all;
		transition: 0.3s ease all;
		color: #dcbe84;
	}
.is-scrolled .sticky:after {
    background-color: #fff;
}
.is-scrolled .sticky__nav a{
	color: #032a58;
}
.is-scrolled .sticky__nav a:hover{
	color: #dcbe84;
}
.sticky__logo img{
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
}
.is-scrolled .sticky__logo img{
	filter: brightness(0);
}

}
@media (min-width: 1400px) {
	.sticky__lang {
		right: 40px;
	}
}

.stickymobile {
	position: absolute;
	top: 85px;
	right: 0;
	left: 0;
	z-index: 10000;
	border-top: 1px solid rgba(0, 0, 0, 0.08);
	height: calc(100vh - 75px);
	background-color: #000000;
	color: #032a58;
	opacity: 0;
	-webkit-transition: 0.3s ease all;
	transition: 0.3s ease all;
	pointer-events: none;
}
.stickymobile__in {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
	width: 100%;
	margin-top: -36px;
	overflow: scroll;
	-webkit-overflow-scrolling: touch;
	max-height: calc(100vh - 85px - 73px);
	padding: 30px 0;
}
.stickymobile__in .sticky__nav {
	-webkit-transform: translate(0, -10px);
	transform: translate(0, -10px);
	-webkit-transition: 0.6s ease all;
	transition: 0.6s ease all;
	overflow: hidden;
}
.stickymobile__social {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
}
.mobilenav-is-open .stickymobile {
	pointer-events: auto;
	opacity: 1;
}
.mobilenav-is-open .stickymobile .sticky__nav {
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0);
}
@media (min-width: 768px) and (max-width: 991px) {
	.stickymobile {
		top: 123px;
		height: calc(100vh - 113px);
	}
	.stickymobile__in {
		margin-top: -55px;
	}
}

.stickynews {
	position: fixed;
	right: 10px;
	bottom: 10px;
	z-index: 100;
	background-color: #032a58;
	width: calc(100% - 20px);
	max-width: 340px;
	text-align: center;
	padding: 27px 30px;
	-webkit-transition: 0.3s ease transform, 0.3s ease opacity;
	transition: 0.3s ease transform, 0.3s ease opacity;
}
.stickynews__close {
	position: absolute;
	right: 12px;
	top: 5px;
	opacity: 0.5;
	cursor: pointer;
}
.stickynews__close svg {
	height: 10px;
	width: 10px;
}
@media (min-width: 992px) {
	.stickynews__close {
		-webkit-transition: 0.3s ease opacity;
		transition: 0.3s ease opacity;
	}
	.stickynews__close:hover {
		opacity: 1;
	}
}
.stickynews__date {
	font-size: 19px;
	letter-spacing: 2px;
	font-weight: bold;
	font-family: Georgia, Times, "Times New Roman", serif;
	color: #fff;
}
.stickynews__title {
	font-family: Georgia, Times, "Times New Roman", serif;
	font-size: 17px;
	font-weight: bold;
	color: #fff;
}
.stickynews__title p {
	line-height: 1.5;
	margin: 15px 0 0;
}
.stickynews__button {
	margin-top: 20px;
}
.stickynews__button a {
	border: 1px solid rgba(223, 188, 121, 0.22);
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 1.85px;
	padding: 10px 34px;
	border-radius: 4px;
	display: inline-block;
	color: #dcbe84;
}
@media (min-width: 992px) {
	.stickynews__button a {
		-webkit-transition: 0.3s ease all;
		transition: 0.3s ease all;
	}
	.stickynews__button a:hover {
		border-color: #dcbe84;
	}
}
.stickynews--hidden {
	-webkit-transform: translate(100%);
	transform: translate(100%);
	opacity: 0;
}

.stickysubnav {
	position: absolute;
	top: 100%;
	right: 0;
	left: 0;
	z-index: 50;
	color: #000;
}
.stickysubnav__box {
	position: absolute;
	top: 50%;
	right: 0;
	left: 0;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
}
.stickysubnav__box__in {
	background-color: #fff;
	text-align: left;
	float: left;
	padding: 30px 85px 30px 25px;
}
.stickysubnav__box__in p {
	font-size: 15px;
	color: #747d87;
	line-height: 1.6;
	margin: 10px 0 0;
}
.stickysubnav__item {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	opacity: 0;
	background-color: #fff;
	pointer-events: none;
	text-align: center;
}
.stickysubnav__item__img img {
	width: 100%;
}
.stickysubnav__item__in {
	padding: 40px 0 30px 0;
}
.stickysubnav__item__in--offset {
	padding: 40px 0;
}
.stickysubnav__item__textbox {
	text-align: left;
}
.stickysubnav__item__textbox .title + p {
	margin-top: 10px;
}
.stickysubnav__item__textbox p {
	font-size: 15px;
	color: #747d87;
}
.stickysubnav__item.is-active {
	opacity: 1;
	pointer-events: auto;
}
.stickysubnav__item.is-firstactive,
.stickysubnav__item.is-lastactive {
	-webkit-transition: 0.3s ease all;
	transition: 0.3s ease all;
}
.stickysubnav__menu {
	padding: 25px 0;
	font-family: "bebasneue_regular-webfont", sans-serif;
	font-size: 15px;
	letter-spacing: 3.3px;
	position: relative;
}
.stickysubnav__menu .container {
	position: relative;
}
.stickysubnav__menu a {
	text-decoration: none;
	color: #032a58;
	display: inline-block;
	margin: 0 10px;
	position: relative;
	-webkit-transition: 0.3s ease all;
	transition: 0.3s ease all;
}
.stickysubnav__menu a svg {
	color: #032a58;
}
.stickysubnav__menu a:before {
	content: "";
	position: absolute;
	top: -26px;
	right: -25px;
	left: -25px;
	height: 2px;
	background-color: #dcbe84;
	display: none;
}
.stickysubnav__menu a.is-active {
	color: #dcbe84;
}
.stickysubnav__menu a.is-active:before {
	display: block;
}
.stickysubnav__menu a:hover {
	color: #dcbe84;
}
.stickysubnav__menu__btn {
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
}
.stickysubnav__menu--white a {
	color: #fff;
}
.stickysubnav__menu--white a svg {
	color: #fff;
}
.sticky--dark .stickysubnav__menu--white a {
	color: #000;
}
.sticky--dark .stickysubnav__menu--white a:hover {
	color: #dcbe84;
}
.sticky--dark .stickysubnav__menu--white a.is-active {
	color: #dcbe84;
}
.stickysubnav__menu--single a {
	margin: 0 20px;
}
.stickysubnav__menu--single a:before {
	left: -20px;
	right: -20px;
}
@media (max-width: 767px) {
	.stickysubnav__menu a {
		font-size: 12px;
	}
}
@media (min-width: 768px) {
	.stickysubnav__menu a {
		padding: 0;
	}
}
@media (min-width: 1200px) {
	.stickysubnav__menu a {
		margin: 0 25px;
	}
	.stickysubnav__menu--single a {
		margin: 0 20px;
	}
}

.structurebox {
	margin-bottom: 40px;
}
.structurebox__header {
	max-width: 600px;
	margin: 90px auto 60px;
}
.structurebox__header .title--subtitle--small {
	margin-bottom: 10px;
}
.structurebox__header--single {
	margin: 55px auto 60px;
}
.structurebox__carousel .carousel__list .slick-list {
	padding-top: 15px;
	margin-top: -15px;
}
.structurebox__carousel .carousel__list .slick-track {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: stretch;
	-ms-flex-pack: stretch;
	justify-content: stretch;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
}
.structurebox__carousel .carousel__list .slick-slide {
	margin-left: 10px;
	width: 275px !important;
	height: auto !important;
}
.structurebox__carousel .carousel__list .slick-slide > div {
	height: 100%;
}
.structurebox__carousel
	.carousel__list
	.slick-slide
	> div
	> .structurebox__item {
	height: 100%;
}
.structurebox__carousel .carousel__list .slick-slide:first-child {
	margin-left: 0;
}
.structurebox__carousel__arrows {
	margin-top: 20px;
}
.structurebox__item__in {
	background-color: #f4f4f4;
	padding-bottom: 40px;
	position: relative;
	height: 100%;
}
.structurebox__item__img {
	margin-bottom: 10px;
}
.structurebox__item__img img {
	width: 100%;
}
.structurebox__item__subtitle {
	color: #dcbe84;
	font-size: 17px;
	letter-spacing: 5px;
	font-family: "bebasneue_regular-webfont", sans-serif;
}
.structurebox__item__title {
	font-family: Georgia, Times, "Times New Roman", serif;
	font-size: 27px;
	line-height: 1.3;
	font-weight: bold;
	color: #032a58;
	margin-bottom: 10px;
}
.structurebox__item__title small {
	font-size: 15px;
}
.structurebox__item__desc {
	font-size: 15px;
	line-height: 1.7;
	color: #747d87;
	max-width: 215px;
	margin: 0 auto;
}
.structurebox__item__desc p {
	margin: 0;
}
@media (max-width: 767px) {
	.structurebox__item {
		margin-bottom: 10px;
	}
	.structurebox__item__in {
		padding-bottom: 30px;
	}
	.structurebox__item__desc {
		display: none;
	}
	.structurebox__item__img {
		text-align: right;
	}
	.structurebox__item__img img {
		width: 100%;
	}
	.structurebox__item:last-child {
		margin-bottom: 0;
	}
}
@media (min-width: 992px) {
	.structurebox {
		margin-bottom: 70px;
	}
	.structurebox__item__title {
		font-size: 22px;
	}
	.structurebox__item__in {
		-webkit-transition: 0.3s ease all;
		transition: 0.3s ease all;
	}
	.structurebox__item__in:before {
		content: "";
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		z-index: 5;
		border: 1px solid #dcbe84;
		opacity: 0;
		-webkit-transition: 0.3s ease all;
		transition: 0.3s ease all;
	}
	.structurebox__item:hover .structurebox__item__in {
		-webkit-transform: translate(0, -15px);
		transform: translate(0, -15px);
	}
	.structurebox__item:hover .structurebox__item__in:before {
		opacity: 1;
	}
}
@media (min-width: 1700px) {
	.structurebox__carousel__arrows {
		display: none;
	}
}

.tablesquare {
	width: 100%;
}
.tablesquare td {
	vertical-align: top;
	width: 50%;
	padding: 0 50px 30px 0;
}
.tablesquare td:last-child {
	padding-right: 0;
}
.tablesquare h3 {
	color: #032a58;
	font-family: Georgia, Times, "Times New Roman", serif;
	font-size: 20px;
	line-height: 1.2;
	margin: 0 0 20px;
}
.tablesquare p {
	margin: 0;
	font-size: 15px;
}
.tablesquare a {
	color: #dcbe84;
}
@media (max-width: 991px) {
	.tablesquare {
		margin-top: 50px;
	}
	.tablesquare td {
		padding-right: 20px;
		display: block;
		width: 100%;
	}
	.tablesquare td:last-child {
		padding-right: 0;
	}
	.tablesquare h3 {
		font-size: 18px;
		margin-bottom: 10px;
	}
	.tablesquare p {
		font-size: 14px;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.tablesquare {
		margin-left: 50px;
	}
}
@media (min-width: 992px) {
	.tablesquare tr:last-child td {
		padding-bottom: 0;
	}
}

.tabsnav__item {
	position: relative;
}
.tabsnav__item__img {
	margin-bottom: 25px;
	position: relative;
	overflow: hidden;
}
.tabsnav__item__img img {
	width: 100%;
	display: block;
	-webkit-transition: 10s linear all;
	transition: 10s linear all;
}
.tabsnav__item__img:after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		from(rgba(0, 0, 0, 0)),
		to(rgba(0, 0, 0, 0.7))
	);
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7));
	opacity: 0;
	-webkit-transition: 0.3s ease all;
	transition: 0.3s ease all;
}
.tabsnav__item__text {
	color: #032a58;
	font-size: 20px;
	font-family: Georgia, Times, "Times New Roman", serif;
	font-weight: bold;
	line-height: 1.4;
	max-width: 100%;
}

@media (max-width: 767px) {
	.tabsnav__item__main {
		padding: 0 15px 15px;
	}
}

@media (min-width: 768px) {
	.tabsnav__item__img {
		margin-bottom: 30px;
	}
}

@media (min-width: 992px) {
	.tabsnav__item__img,
	.tabsnav__item__main {
		-webkit-transition: 0.3s ease all;
		transition: 0.3s ease all;
	}
	.tabsnav__item:hover .tabsnav__item__img img {
		-webkit-transform: scale(1.2);
		transform: scale(1.2);
		-webkit-transition: 10s linear all;
		transition: 10s linear all;
	}
	.tabsnav__item:hover .tabsnav__item__img:after {
		opacity: 1;
	}
	.tabsnav__item:hover .tabsnav__item__img .popuptabs__item__hover {
		opacity: 1;
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
	}
}

.textbox__header {
	position: relative;
	margin-bottom: 25px;
}
.textbox__header__in {
	max-width: 700px;
}
.textbox__header__icon {
	position: absolute;
	top: 10px;
	right: 10px;
}
.textbox__header__icon svg {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	opacity: 0.3;
}

.textbox--carousel .textbox__content {
	margin: 10px 0;
}

.textbox--carousel .textbox__carousel {
	position: relative;
}
.textbox--carousel .textbox__carousel .carousel {
	position: relative;
}
.textbox--carousel .textbox__carousel__item {
	padding-left: 10px;
}
.textbox--carousel .textbox__carousel__item img {
	width: calc(50vw - 60px / 3);
}
.textbox--carousel .textbox__carousel__arrows {
	position: absolute;
	right: 0;
	bottom: -40px;
}

.textbox--carousel .textbox__main {
	padding-top: 40px;
}

@media (max-width: 767px) {
	.textbox__main--shortmobile {
/*		height: 230px;*/
		overflow: hidden;
		position: relative;
	}
	.textbox__main--shortmobile:after {
		content: "";
		position: absolute;
		right: 0;
		bottom: 0;
		left: 0;
		height: 100px;
		background: -webkit-gradient(
			linear,
			left top,
			left bottom,
			from(rgba(255, 255, 255, 0)),
			to(#fff)
		);
		background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff);
	}
	.textbox__main--shortmobile.is-toggled {
		height: auto;
		padding-bottom: 20px;
	}
	.textbox__main--shortmobile.is-toggled:after {
		display: none;
	}
	.textbox__main__showmore {
		margin-top: -10px;
	}
	.textbox__main__showmore a {
		font-size: 16px;
		color: #dcbe84;
	}
	.textbox__header__link {
		margin-top: 20px;
	}
	.textbox__header__icon {
		display: none;
	}
	.textbox__main {
		font-size: 16px;
	}
	.textbox__main__btns {
		margin-top: 20px;
	}
	.textbox__main__btns .btn + .btn {
		margin-top: 10px;
		margin-left: 20px;
	}
	.textbox--carousel + .textbox--carousel {
		margin-top: 80px;
	}
	.textbox--carousel .textbox__in {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-webkit-box-align: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.textbox--carousel .textbox__carousel,
	.textbox--carousel .textbox__main {
		width: 100%;
	}
	.textbox--carousel .textbox__carousel {
		width: calc(100% + 20px);
		margin-left: -15px;
		margin-right: -15px;
	}
	.textbox--carousel .textbox__carousel__arrows {
		display: none;
	}
	.textbox--carousel--right .textbox__main {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}
}

@media (min-width: 768px) {
	.textbox__header {
		margin-bottom: 60px;
	}
	.textbox--carousel .textbox__in {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}
	.textbox--carousel .textbox__content {
		margin: 30px 0;
	}
	.textbox--carousel .textbox__carousel,
	.textbox--carousel .textbox__main {
		width: 50%;
	}
	.textbox--carousel .textbox__main {
		padding: 70px 0;
	}
	.textbox--carousel .textbox__main .title,
	.textbox--carousel .textbox__main .textbox__content {
		max-width: 400px;
	}
	.textbox--carousel--left .textbox__carousel__in {
		position: absolute;
		top: 50%;
		right: 60px;
		-webkit-transform: translate(0, -50%);
		transform: translate(0, -50%);
		width: calc(50vw + 100px);
	}
	.textbox--carousel--right .textbox__carousel__in {
		position: absolute;
		top: 50%;
		left: -10px;
		-webkit-transform: translate(0, -50%);
		transform: translate(0, -50%);
		width: calc(50vw + 100px);
	}
	.textbox--carousel--right .textbox__carousel__arrows {
		right: auto;
		left: 0;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.textbox__header__link {
		margin-top: 20px;
	}
	.textbox__main__btns {
		margin-top: 30px;
	}
}

@media (min-width: 992px) {
	.textbox__header__link {
		position: absolute;
		right: 10px;
		bottom: 0;
	}
	.textbox__main__btns {
		position: absolute;
		right: 0;
		bottom: 20px;
		left: 0;
	}
	.textbox--carousel .textbox__main {
		padding: 100px 0;
	}
	.textbox--first {
		opacity: 0;
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
		-webkit-transition: 0.6s ease all;
		transition: 0.6s ease all;
		-webkit-transition-delay: 0.8s;
		transition-delay: 0.8s;
	}
	.run-animation .textbox--first {
		opacity: 1;
	}
	.textbox--carousel--right .textbox__carousel__in {
		position: absolute;
		top: 50%;
		left: -60px;
	}
}

@media (min-width: 768px) {
	.textcolumns--2 {
		-webkit-columns: 2;
		-moz-columns: 2;
		columns: 2;
		-webkit-column-gap: 50px;
		-moz-column-gap: 50px;
		column-gap: 50px;
	}
	.textcolumns--onerow {
		-webkit-columns: 1;
		-moz-columns: 1;
		columns: 1;
		width: 50%;
	}
}

.ticker {
	height: 85px;
	margin: 10px 0 40px;
}
.ticker__list {
	font-size: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
}
.ticker__item {
	text-align: center;
	width: calc(100% / 2);
	padding: 20px;
	position: relative;
}
@media (min-width: 768px) {
	.ticker {
		height: 155px;
		margin: 30px 0 50px;
	}
	.ticker__item {
/*		width: calc(100% / 6);*/
	}
}
@media (min-width: 992px) {
	.ticker__item img {
/*		opacity: 0.5;*/
		-webkit-transition: 0.3s ease all;
		transition: 0.3s ease all;
	}
	.ticker__item:hover img {
		opacity: 1;
	}
}

.title {
	margin: 0;
	padding: 0;
	line-height: 1.1;
	font-weight: normal;
	position: relative;
}
.title--subtitle {
	font-family: "bebasneue_regular-webfont", sans-serif;
	color: #dcbe84;
	letter-spacing: 4px;
	font-size: 17px;
	margin-bottom: 25px;
}
.title--subtitle--light {
	color: #355a85;
}
.title--subtitle--lined {
	position: relative;
	padding-left: 45px;
}
.title--subtitle--lined:before {
	content: "";
	height: 1px;
	width: 40px;
	background-color: currentColor;
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
}
.title--subtitle--small {
	font-size: 16px;
	letter-spacing: 3px;
}
.title--subtitle--small.title--subtitle--lined:before {
	width: 30px;
}
.title--subtitle--nmb {
	margin-bottom: 0;
}
.title--section {
	font-family: Georgia, Times, "Times New Roman", serif;
	font-size: 22px;
	line-height: 1.25;
	font-weight: bold;
	color: #032a58;
}
.title--section--xxs {
	font-size: 16px;
}
.title--section--xs {
	font-size: 17px;
}
.title--section--s {
	font-size: 22px;
	line-height: 1.6;
}
.title--section--m {
	font-size: 23px;
}
.title--section--l {
	font-size: 27px;
	line-height: 1.1;
}
.title--section--xl {
	font-size: 28px;
	line-height: 1.1;
}
.title--section--xxl {
	font-size: 30px;
	line-height: 1.1;
}
.title--alt {
	color: #fff;
}
@media (min-width: 768px) {
	.title--subtitle {
		font-size: 19px;
		letter-spacing: 6px;
	}
	.title--subtitle--lined {
		padding-left: 55px;
	}
	.title--subtitle--small {
		font-size: 19px;
		letter-spacing: 4px;
	}
	.title--section {
		font-size: 40px;
	}
	.title--section--xxs {
		font-size: 19px;
	}
	.title--section--xs {
		font-size: 28px;
	}
	.title--section--s {
		font-size: 32px;
	}
	.title--section--m {
		font-size: 36px;
	}
	.title--section--l {
		font-size: 45px;
		line-height: 1.1;
	}
	.title--section--xl {
		font-size: 50px;
		line-height: 1.1;
	}
	.title--section--xxl {
		font-size: 56px;
		line-height: 1.1;
	}
}
@media (min-width: 992px) {
	.title--section {
		font-size: 42px;
	}
	.title--section--xxs {
		font-size: 20px;
	}
	.title--section--xs {
		font-size: 30px;
	}
	.title--section--s {
		font-size: 36px;
		line-height: 1.28;
	}
	.title--section--m {
		font-size: 40px;
	}
	.title--section--l {
		font-size: 46px;
		line-height: 1.1;
	}
	.title--section--xl {
		font-size: 60px;
		line-height: 1.1;
	}
	.title--section--xxl {
		font-size: 70px;
		line-height: 1.1;
	}
}
