/* Slider */

#trailer {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	overflow: hidden;
}
#trailer > video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

@media (min-aspect-ratio: 16/9) {
	#trailer > video {
		height: 300%;
		top: -100%;
	}
}
@media (max-aspect-ratio: 16/9) {
	#trailer > video {
		width: 320%;
		left: -100%;
	}
}

.slick-slider {
	position: relative;
	display: block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	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;
	top: 0;
	left: 0;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.slick-track:before,
.slick-track:after {
	display: table;
	content: "";
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
}

[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;
}

/*768px */

/*767px // Don't forget to update JS accordingly (e.g. ProjectCarousel.js) */

/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS. */

html {
	line-height: 1.15;
	/* 1 */
	-ms-text-size-adjust: 100%;
	/* 2 */
	-webkit-text-size-adjust: 100%;
	/* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers (opinionated). */

body {
	margin: 0;
}

/**
 * Add the correct display in IE 9-. */

article,
aside,
footer,
header,
nav,
section {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari. */

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE. */

figcaption,
figure,
main {
	display: block;
}

/**
 * Add the correct margin in IE 8. */

figure {
	margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE. */

hr {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	/* 1 */
	height: 0;
	/* 1 */
	overflow: visible;
	/* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers. */

pre {
	font-family: monospace, monospace;
	/* 1 */
	font-size: 1em;
	/* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+. */

a {
	background-color: transparent;
	/* 1 */
	-webkit-text-decoration-skip: objects;
	/* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari. */

abbr[title] {
	border-bottom: none;
	/* 1 */
	text-decoration: underline;
	/* 2 */
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted;
	/* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6. */

b,
strong {
	font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari. */

b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers. */

code,
kbd,
samp {
	font-family: monospace, monospace;
	/* 1 */
	font-size: 1em;
	/* 2 */
}

/**
 * Add the correct font style in Android 4.3-. */

dfn {
	font-style: italic;
}

/**
 * Add the correct background and color in IE 9-. */

mark {
	background-color: #ff0;
	color: #000;
}

/**
 * Add the correct font size in all browsers. */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers. */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Add the correct display in IE 9-. */

audio,
video {
	display: inline-block;
}

/**
 * Add the correct display in iOS 4-7. */

audio:not([controls]) {
	display: none;
	height: 0;
}

/**
 * Remove the border on images inside links in IE 10-. */

img {
	border-style: none;
}

/**
 * Hide the overflow in IE. */

svg:not(:root) {
	overflow: hidden;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari. */

button,
input,
optgroup,
select,
textarea {
	font-family: sans-serif;
	/* 1 */
	font-size: 100%;
	/* 1 */
	line-height: 1.15;
	/* 1 */
	margin: 0;
	/* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge. */

button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox. */

button,
select {
	text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari. */

button,
html [type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
	/* 2 */
}

/**
 * Remove the inner border and padding in Firefox. */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule. */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox. */

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers. */

legend {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	/* 1 */
	color: inherit;
	/* 2 */
	display: table;
	/* 1 */
	max-width: 100%;
	/* 1 */
	padding: 0;
	/* 3 */
	white-space: normal;
	/* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera. */

progress {
	display: inline-block;
	/* 1 */
	vertical-align: baseline;
	/* 2 */
}

/**
 * Remove the default vertical scrollbar in IE. */

textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-. */

[type="checkbox"],
[type="radio"] {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	/* 1 */
	padding: 0;
	/* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome. */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari. */

[type="search"] {
	-webkit-appearance: textfield;
	/* 1 */
	outline-offset: -2px;
	/* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS. */

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari. */

::-webkit-file-upload-button {
	-webkit-appearance: button;
	/* 1 */
	font: inherit;
	/* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox. */

details,
menu {
	display: block;
}

/*
 * Add the correct display in all browsers. */

summary {
	display: list-item;
}

/* Scripting
   ========================================================================== */

/**
 * Add the correct display in IE 9-. */

canvas {
	display: inline-block;
}

/**
 * Add the correct display in IE. */

template {
	display: none;
}

/* Hidden
   ========================================================================== */

/**
 * Add the correct display in IE 10-. */

[hidden] {
	display: none;
}

* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

*:before,
*:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

html {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	font-size: 16px;
}

body {
	font-family: "Montserrat", Arial, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	font-weight: $normal;
	color: #000000;
	background-color: #ffffff;
	line-height: 1.75rem;
}

input,
button,
select,
textarea {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}

a {
	cursor: pointer;
	color: currentColor;
	text-decoration: underline;
	outline: none;
}

figure {
	margin: 0;
}

img {
	vertical-align: middle;
}

hr {
	margin-bottom: 20px;
	margin-top: 20px;
	border: 0;
	border-top: 1px solid #e8eaec;
	clear: both;
}

[role="button"] {
	cursor: pointer;
}

input::-ms-clear,
input::-ms-reveal {
	display: none;
}

html,
body {
	min-height: 100%;
	height: 100%;
}

body {
	min-width: 0;
}

@media (max-width: 979px) {
	body {
		min-width: 320px;
	}
}

body,
input,
button,
textarea {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.wrapper {
	position: relative;
	min-height: 100%;
	height: auto !important;
	overflow: hidden;
	padding-left: 60px;
	padding-right: 60px;
	padding-top: 180px;
	width: 100%;
}

body.home .wrapper {
	padding-top: 0;
}

@media (max-width: 979px) {
	.wrapper {
		padding-left: 25px;
		padding-right: 25px;
		padding-top: 60px;
	}

	body.home .wrapper {
		padding-top: 0;
	}
}

.icon {
	display: inline-block;
	vertical-align: top;
}

.icon.-logo {
	width: 200px;
	/* 210px */
	height: 70px;
	/* 56px */
}
.icon-logo-png {
	object-fit: cover;
}

.icon.-logo.-sm {
	width: 120px;
	height: 34px;
}

.icon.-logo.-home {
	width: 544px;
	height: 218px;
	object-fit: cover;
}

@media (max-width: 799px) {
	.icon.-logo.-home {
		width: 80vw;
	}
}

@media (max-width: 476px) {
	.icon.-logo.-home {
		width: 85vw;
	}
}

@media (max-width: 979px) and (max-height: 485px) {
	.icon.-logo.-home {
		/* width: 250px; */
		/* height: 68px; */
		/* transform: scale(0.7); */
		width: 100vw;
	}
}

.icon.-newsletter {
	width: 24px;
	height: 24px;
}

.icon.-success {
	width: 50px;
	height: 50px;
}

.icon.-facebook {
	width: 9px;
	height: 16px;
}

.icon.-instagram {
	width: 20px;
	height: 20px;
}

p {
	margin: 0;
}

p + p {
	margin-top: 15px;
}

h2 {
	font-size: 2rem;
	margin: 0 0 15px;
	line-height: 1.2;
}

@media (max-width: 979px) {
	h2 {
		font-size: 1.75rem;
		line-height: 2.125rem;
		margin-bottom: 15px;
	}
}

h2:not(:first-child) {
	margin-top: 50px;
	clear: left;
}

.about-intro + h2 {
	margin-top: 0;
	clear: none;
}

h3 {
	font-size: 1.5rem;
	line-height: 1.875rem;
	margin: 0 0 15px;
}

h3:not(:first-child) {
	margin-top: 60px;
}

h4 {
	font-size: 1.125rem;
	margin: 0 0 15px;
}

h4:not(:first-child) {
	margin-top: 60px;
}

@media (max-width: 979px) {
	h4:not(:first-child) {
		margin-top: 30px;
	}
}

.ul,
.text-styles ul {
	margin: 0;
	padding: 0;
}

.ul li,
.text-styles ul li {
	list-style: none;
	padding-left: 18px;
	overflow: hidden;
}

.ul li + li,
.text-styles ul li + li {
	margin-top: 0.5rem;
}

.ul li:before,
.text-styles ul li:before {
	content: "";
	background-color: #000000;
	width: 4px;
	height: 4px;
	float: left;
	margin: 0.55rem -18px -2px;
	border-radius: 50%;
}

.ul li:after,
.text-styles ul li:after {
	clear: left;
	display: table;
	content: "";
}

.text-styles ul {
	-webkit-column-count: 2;
	column-count: 2;
	-webkit-column-gap: 40px;
	column-gap: 40px;
	-webkit-column-width: auto;
	column-width: auto;
}

.table,
.text-styles table {
	width: 100%;
	border-top: 1px solid #e5e5e5;
	margin: 0;
}

.table tr th,
.table tr td,
.text-styles table tr th,
.text-styles table tr td {
	text-align: left;
	vertical-align: top;
	font-size: 0.9375rem;
	padding: 12px 24px 12px 0;
	border-bottom: 1px solid #e5e5e5;
}

.table tbody tr th,
.text-styles table tbody tr th {
	width: 20%;
	white-space: nowrap;
}

.-fade {
	-webkit-transition: opacity 0.5s ease-in-out,
		-webkit-transform 0.5s ease-in-out;
	transition: opacity 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
	transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
	transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out,
		-webkit-transform 0.5s ease-in-out;
}

.-fade.-out {
	opacity: 0;
	-webkit-transform: translateY(50px);
	transform: translateY(50px);
}

.modal {
	color: #000000;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1001;
	-webkit-overflow-scrolling: touch;
	outline: 0;
	width: 100%;
	height: 100%;
	-webkit-transition: opacity 0.15s, visibility 0.15s;
	transition: opacity 0.15s, visibility 0.15s;
}

@media (max-width: 979px) {
	.modal {
		padding: 0 !important;
	}
}

.modal.fade {
	opacity: 0;
	visibility: hidden;
}

.modal.fade.in {
	opacity: 1;
	visibility: visible;
}

.modal-open {
	overflow: hidden;
}

.modal-open .modal {
	overflow: auto;
}

.modal-dialog {
	padding: 20px;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	min-height: 100%;
}

@media (max-width: 979px) {
	.modal-dialog {
		overflow: hidden;
		padding: 0;
	}
}

.modal-content {
	width: 100%;
	max-width: 730px;
	margin: auto;
	position: relative;
	background-color: #ffffff;
	padding: 40px 60px;
}

@media (max-width: 979px) {
	.modal-content {
		padding: 25px;
		margin: 0;
	}
}

.modal-header {
	margin-bottom: 20px;
}

.modal-title {
	padding: 0;
	margin: 0;
	font-size: 2.25rem;
	line-height: 2.875rem;
	font-weight: 300;
}

@media (max-width: 979px) {
	.modal-title {
		font-size: 1.5rem;
		line-height: 1.4;
		font-weight: bold;
	}
}

.modal-title strong {
	font-weight: 300;
	display: block;
}

.modal-body {
	font-size: 1.125rem;
	position: relative;
}

@media (max-width: 979px) {
	.modal-body {
		font-size: 1rem;
		line-height: 1.4;
	}
}

.modal-header + .modal-body {
	padding-top: 0;
}

.modal-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1000;
	background-color: rgba(0, 0, 0, 0.6);
	-webkit-transition: opacity 0.15s, visibility 0.15s;
	transition: opacity 0.15s, visibility 0.15s;
}

.modal-backdrop.fade {
	opacity: 0;
	visibility: hidden;
}

.modal-backdrop.fade.in {
	opacity: 1;
	visibility: visible;
}

.modal-close {
	position: absolute;
	top: 0;
	right: 0;
	width: 60px;
	height: 60px;
	color: #000000;
	outline: none;
	padding: 0;
	border: none;
	cursor: pointer;
	background: none;
}

.modal-close:before,
.modal-close:after {
	content: "";
	display: block;
	width: 16px;
	height: 2px;
	background-color: currentColor;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -2px 0 0 -8px;
}

.modal-close:before {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.modal-close:after {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.modal-scrollbar-measure {
	position: absolute;
	top: -9999px;
	width: 50px;
	height: 50px;
	overflow: scroll;
}

.modal-container {
	padding-left: 30px;
	padding-right: 30px;
	max-width: 1024px;
	margin-left: auto;
	margin-right: auto;
}

.modal-footer {
	padding-top: 40px;
	text-align: right;
}

button:-moz-focusring {
	outline: none;
}

.button {
	outline: none;
	display: inline-block;
	font-weight: bold;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-color: #000000;
	padding: 18px 30px 16px;
	position: relative;
	margin: 0;
	color: #ffffff;
	line-height: 1.75rem;
	border: none;
	font-size: 1.125rem;
	overflow: hidden;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-webkit-transition: background-color 0.15s ease, color 0.15s ease;
	transition: background-color 0.15s ease, color 0.15s ease;
	text-decoration: none;
}

@media (max-width: 979px) {
	.button {
		width: 100%;
		display: block;
		padding: 12px 15px 10px;
	}
}

.button.-default {
	background: none;
	color: #000000;
	-webkit-box-shadow: inset 0 0 0 2px #000000;
	box-shadow: inset 0 0 0 2px #000000;
}

.button.-block {
	display: block;
	width: 100%;
}

.button.-submit {
	min-width: 190px;
}

.button.-cancel {
	background: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #000000;
}

.button.-disabled,
.button.-disabled:hover,
.button.-disabled:focus,
.button.-disabled:active,
.button:disabled,
.button:disabled:hover,
.button:disabled:focus,
.button:disabled:active {
	pointer-events: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	cursor: not-allowed;
	background: #f1f1f1 !important;
	color: #ffffff !important;
	border-color: #f1f1f1 !important;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.button input[type="file"] {
	position: absolute;
	top: -10px;
	right: -10px;
	font-size: 8.75rem;
	cursor: pointer;
	opacity: 0;
}

.button + .button,
.button-group + .button-group,
.button + .button-group,
.button-group + .button {
	margin-left: 10px;
}

.header {
	position: fixed;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 100px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	top: 0;
	left: 0;
	padding-left: 60px;
	padding-right: 60px;
	background-color: #ffffff;
	-webkit-transition: height 0.15s ease, background-color 0.15s ease,
		background 0.15s ease, -webkit-box-shadow 0.15s ease;
	transition: height 0.15s ease, background-color 0.15s ease,
		background 0.15s ease, -webkit-box-shadow 0.15s ease;
	transition: height 0.15s ease, background-color 0.15s ease,
		background 0.15s ease, box-shadow 0.15s ease;
	transition: height 0.15s ease, background-color 0.15s ease,
		background 0.15s ease, box-shadow 0.15s ease, -webkit-box-shadow 0.15s ease;
	-webkit-box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.08);
	box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.08);
	z-index: 10;
}

.header.affix {
	height: 54px;
	/* 64px */
	background-color: #ffffff !important;
	-webkit-box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.08) !important;
	box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.08) !important;
}

@media (max-width: 979px) {
	.header.affix {
		height: 60px;
	}
}

body.home .header.affix {
	background-color: transparent !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}

@media (max-width: 979px) {
	.header {
		height: 60px;
		position: fixed;
		top: 0;
		left: 0;
		background-color: rgba(255, 255, 255, 0.95);
		z-index: 100;
		padding: 0 70px 0 25px;
		-webkit-box-shadow: none;
		box-shadow: none;
	}
}

body.home .header {
	-webkit-box-shadow: none;
	box-shadow: none;
	background-color: transparent;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	z-index: 4;
}

@media (max-width: 979px) {
	body.home .header {
		z-index: 100;
		right: 0;
		position: fixed;
		background-color: transparent;
	}
}

.header a {
	color: currentColor;
}

@media (max-width: 979px) and (orientation: landscape) {
	body.single-post .header:not(.affix),
	body.page-id-10 .header:not(.affix) {
		background: -webkit-gradient(
				linear,
				left top,
				left bottom,
				color-stop(0, rgba(0, 0, 0, 0.5)),
				to(rgba(0, 0, 0, 0))
			)
			transparent;
		background: linear-gradient(
				to bottom,
				rgba(0, 0, 0, 0.5) 0,
				rgba(0, 0, 0, 0)
			)
			transparent;
		color: #fff;
	}
}

@media (max-width: 979px) {
	body.home .header_cb:checked + .header {
		color: #000000;
	}
}

@media (max-width: 979px) and (orientation: landscape) {
	body.single-post .header_cb:checked + .header,
	body.page-id-10 .header_cb:checked + .header {
		color: #000000;
		background: #ffffff;
	}
}

.header_logo {
	margin-right: auto;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	overflow: hidden;
	display: inline-block;
	-webkit-transition: all 0.15s ease;
	transition: all 0.15s ease;
	-webkit-transform-origin: 0 50%;
	transform-origin: 0 50%;
}

@media (max-width: 979px) {
	.header_logo {
		/* width: 92px; */
		/* height: 46px; */
		-webkit-transform: scale(0.5);
		transform: scale(0.5);
	}
}

.header.affix .header_logo,
.header_logo.-sm {
	/* width: 92px; */
	/* height: 46px; */
	-webkit-transform: scale(0.7);
	transform: scale(0.7);
}

body.home .header_logo {
	display: none;
}

@media (max-width: 979px) {
	.header .menu-menu-container {
		display: none;
	}
}

.header_menu {
	white-space: nowrap;
	margin: 0;
	padding: 0;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	font-size: 0.875rem;
}

.header_menu.-home {
	margin-top: 80px;
	font-size: 1.125rem;
	font-weight: bold;
}

@media (max-width: 979px) {
	.header_menu.-home {
		display: block;
		margin-top: 40px;
	}
}

@media (max-width: 979px) {
	.header_menu.-newsletter {
		display: none;
	}
}

body.home .header > .header_menu {
	display: none;
}

.header_menu li {
	list-style: none;
	margin-left: 65px;
}

body.home .header_menu li:first-child {
	margin-left: 0;
}

@media (max-width: 980px) {
	.header_menu li {
		margin-left: 30px;
	}
}

@media (max-width: 979px) {
	.header_menu.-home li {
		display: block;
		margin-left: 0;
		margin-top: 25px;
	}
}

.header_menu a {
	display: inline-block;
	position: relative;
	text-decoration: none;
}

.header_menu a:after {
	content: "";
	display: block;
	position: absolute;
	top: 100%;
	left: 0;
	width: 0;
	height: 2px;
	background-color: currentColor;
	-webkit-transition: width 0.15s ease;
	transition: width 0.15s ease;
}

.header_menu li.current-menu-item a:after {
	width: 16px;
}

.header_menu a:hover:after {
	width: 100% !important;
}

.header_links {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-left: 60px;
	padding-left: 48px;
	position: relative;
}

@media (max-width: 979px) {
	.mobile-menu .header_links {
		display: none;
	}
}

.header_links:before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 50%;
	width: 2px;
	height: 8px;
	margin-top: -4px;
	background-color: #757575;
}

body.home .header_links:before {
	background-color: #ffffff;
	opacity: 0.8;
}

@media (max-width: 979px) {
	.header_links:before {
		display: none;
	}
}

@media (max-width: 980px) {
	.header_links {
		margin-left: 30px;
		padding-left: 18px;
	}
}

.header_language {
	font-size: 0.75rem;
	font-weight: bold;
	display: inline-block;
	width: 32px;
	height: 26px;
	line-height: 1.625rem;
	text-align: center;
	text-decoration: none;
}

.header_language:hover {
	text-decoration: none;
	color: #ffffff;
	background-color: #000000;
}

body.home .header_language:hover {
	background-color: #ffffff;
	color: #000000;
}

.header_language {
	/* @mixin mobile
    text-decoration: none
    color: #ffffff !important
    background-color: $color-text !important
    body.home &
      background-color: #FFFFFF !important
      color: $color-text !important */
}

.header_cb {
	position: fixed;
	z-index: -1;
	width: 0;
	height: 0;
	opacity: 0;
	outline: none;
}

.header_toggle {
	display: none;
}

@media (max-width: 979px) {
	.header_toggle {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		cursor: pointer;
		width: 60px;
		height: 60px;
		-webkit-box-flex: 0;
		-ms-flex: none;
		flex: none;
		border: none;
		background: none;
		outline: none;
		padding: 0;
		position: absolute;
		top: 0;
		right: 0;
		z-index: 12;
	}
}

.header_toggle_icon {
	width: 20px;
	display: block;
	margin: 0 auto;
}

.header_toggle_icon em {
	display: block;
	height: 2px;
	overflow: hidden;
	border-radius: 1px;
	background-color: currentColor;
	margin-top: 4px;
	margin-bottom: 4px;
	transition: margin 0.15s ease, opacity 0.15s ease, transform 0.15s ease,
		-webkit-transform 0.15s ease;
}

.header_cb:checked + .header .header_toggle_icon em {
	margin: -2px 2px;
}

.header_toggle_icon em:nth-child(1n) {
	margin-left: 5px;
}

.header_cb:checked + .header .header_toggle_icon em:nth-child(1n) {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.header_toggle_icon em:nth-child(2n) {
	margin-left: 0;
}

.header_cb:checked + .header .header_toggle_icon em:nth-child(2n) {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.header_toggle_icon em:nth-child(3n) {
	margin-left: 3px;
}

.header_cb:checked + .header .header_toggle_icon em:nth-child(3n) {
	opacity: 0;
}

@media (max-width: 979px) {
	.page_content {
		padding-top: 25px;
	}
}

.page_content img {
	max-width: 100%;
	height: auto;
}

.page-row {
	margin: 0 -30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.page-col {
	width: 50%;
	padding: 0 30px;
}

@media (max-width: 979px) {
	.page-col {
		width: 100%;
	}
}

.footer {
	height: 120px;
	z-index: 2;
	margin-top: 100px;
}

@media (max-width: 979px) {
	.footer {
		margin-top: 25px;
		height: 80px;
	}
}

body.home .footer {
	display: none;
}

.footer a {
	color: currentColor;
}

@media (max-width: 979px) {
	.footer .menu-menu-container,
	.footer .footer_links,
	.footer .header_logo {
		display: none;
	}
}

.footer_links {
	margin: 0;
	padding: 7px 0 0 70px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

@media (max-width: 979px) {
	.mobile-menu .footer_links {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		padding: 25px 0 0;
		position: absolute;
		bottom: 20px;
		left: 25px;
	}
}

.footer_links li {
	list-style: none;
}

.footer_links li + li {
	margin-left: 30px;
}

.footer_links li .icon.-facebook {
	margin-top: 2px;
}

.footer_container {
	height: 120px;
	border-top: 2px solid #e5e5e5;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	position: absolute;
	bottom: 0;
	left: 60px;
	right: 60px;
}

@media (max-width: 979px) {
	.footer_container {
		left: 25px;
		right: 25px;
		height: 80px;
		border: none;
	}
}

.footer_copy {
	padding-right: 20px;
	font-size: 0.75rem;
	line-height: 1rem;
	max-width: 520px;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	margin-right: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.footer_copy p {
	color: #757575;
	margin: 0;
}

.mce-form {
	display: block;
	position: relative;
}

.mce-form.-success .mce-content {
	visibility: hidden;
	opacity: 0;
}

.mce-finish {
	display: none !important;
	position: absolute;
	top: 30px;
	left: 0;
	width: 100%;
	bottom: 0;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.mce-form.-success .mce-finish {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
}

.mce-finish-title {
	padding: 5px 0 5px 80px;
	position: relative;
	margin: auto 0;
}

.mce-finish-title-icon {
	position: absolute;
	left: 0;
	top: 0;
}

.mce-finish-footer {
	text-align: center;
	margin-top: auto;
	padding-top: 50px;
}

.mce-finish-footer-button {
	min-width: 190px;
}

input[type="number"] {
	-moz-appearance: textfield;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	margin: 0;
}

.form {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -30px;
	margin-bottom: -30px;
}

.form_success {
	position: absolute;
	top: 5px;
	left: 220px;
	display: none;
}

.form_error {
	position: absolute;
	top: 100%;
	padding-top: 3px;
	font-size: 0.75rem;
	font-weight: 500;
	color: #ff5346;
	line-height: 1.4;
}

.form_error:empty {
	display: none;
}

.form_label .form_error {
	position: relative;
	padding-top: 0;
	visibility: hidden;
}

.form_group.invalid .form_label .form_error {
	visibility: visible;
}

.form_group {
	width: 100%;
	position: relative;
	margin-bottom: 30px;
	padding-right: 30px;
}

.form_line {
	position: relative;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.form_line > * {
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.form_label {
	cursor: default;
	display: block;
	margin-bottom: 5px;
	color: #000000;
	line-height: normal;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	width: 100%;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	font-size: 0.875rem;
}

.form_field {
	position: relative;
	z-index: 1;
	display: block;
	width: 100%;
	outline: none;
	font-size: 1.125rem;
	padding: 15px 15px 13px;
	background-color: #e5e5e5;
	margin: 0;
	border: 1px solid #e5e5e5;
	line-height: normal;
	border-radius: 0;
	color: #000000;
	-webkit-appearance: none;
	-webkit-transition: all 0.15s ease;
	transition: all 0.15s ease;
}

.form_field:focus,
.-error .form_field[required],
.form_group.invalid .form_field {
	border-color: #000000;
	background-color: #ffffff;
}

.form_field::-webkit-contacts-auto-fill-button {
	visibility: hidden;
	display: none !important;
	pointer-events: none;
	position: absolute;
	right: 0;
}

textarea.form_field {
	resize: vertical;
	min-height: 7.5rem;
}

select.form_field {
	background-repeat: no-repeat;
	background-position: 100% 50%;
	background-image: url("data:image/svg+xml,%0A%3Csvg width='13px' height='6px' viewBox='0 0 13 6' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3C!-- Generator: Sketch 49.2 %2851160%29 - http://www.bohemiancoding.com/sketch --%3E%3Cdesc%3ECreated with Sketch.%3C/desc%3E%3Cdefs%3E%3C/defs%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Group-75' fill='%238790ED' fill-rule='nonzero'%3E%3Cpath d='M4.514746,3.48856076 L7.76236765,0.241773974 C8.04554465,-0.0413302241 8.50460625,-0.0412712111 8.78771045,0.241905783 C9.07081465,0.525082777 9.07075564,0.984144385 8.78757864,1.26724858 L5.02710603,5.02675449 C4.74392904,5.30985869 4.28486743,5.30979968 4.00176323,5.02662268 C3.99544683,5.02030466 3.98927139,5.01389908 3.9832369,5.00740985 C3.97976398,5.00407128 3.97631613,5.00069135 3.97289397,4.99727006 L0.212421357,1.23776416 C-0.0707556365,0.95465996 -0.0708146494,0.495598351 0.212289548,0.212421357 C0.495393746,-0.0707556365 0.954455354,-0.0708146494 1.23763235,0.212289548 L4.514746,3.48856076 Z' id='Combined-Shape'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.form_field[disabled] {
	opacity: 0.3;
	cursor: not-allowed;
}

.form_checkbox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.form_checkbox_input {
	position: fixed;
	z-index: -1;
	opacity: 0;
	visibility: hidden;
	width: 0;
	height: 0;
	left: -999em;
}

.form_checkbox_input:disabled ~ * {
	color: #f1f1f1;
}

.form_checkbox_icon {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	color: #000000;
	display: inline-block;
	width: 20px;
	height: 20px;
	background-color: #e5e5e5;
	position: relative;
	margin-right: 15px;
	margin-top: 1px;
}

.form_checkbox_icon:before {
	color: transparent;
	width: 11px;
	height: 6px;
	content: "";
	display: block;
	border-left: 2px solid currentColor;
	border-bottom: 2px solid currentColor;
	position: absolute;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	left: 5px;
	top: 5px;
}

input[type="checkbox"]:checked ~ .form_checkbox_icon:before {
	color: #000000;
}

.form_checkbox_text {
	font-size: 1rem;
}

.form_radio {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.form_radio_input {
	position: fixed;
	z-index: -1;
	opacity: 0;
	visibility: hidden;
	width: 0;
	height: 0;
	left: -999em;
}

.form_radio_input:disabled ~ * {
	color: #f1f1f1;
}

.form_radio_icon {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	color: #000000;
	display: inline-block;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	border: 2px solid currentColor;
	position: relative;
	margin-right: 15px;
}

@media (min-width: 979px) {
	.form_radio_icon {
		margin-top: 0.2em;
	}
}

.form_radio_icon:before {
	border-radius: 50%;
	color: transparent;
	width: 10px;
	height: 10px;
	content: "";
	display: block;
	background-color: currentColor;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -5px 0 0 -5px;
}

input[type="radio"]:checked ~ .form_radio_icon:before {
	color: currentColor;
}

.form_radio_text {
	font-weight: bold;
	font-size: 1rem;
}

.grid_container {
	padding-top: 80px;
	margin-top: -80px;
}

.filter + .grid_container {
	padding-top: 70px;
	margin-top: -70px;
}

@media (max-width: 979px) {
	.grid_container {
		padding-top: 40px;
		margin-top: -40px;
	}
}

.grid_category {
	padding: 50px 0 20px;
	color: #757575;
	font-size: 1.875rem;
}

@media (max-height: 800px) {
	.grid_category {
		padding-top: 44px;
	}
}

@media (max-width: 979px) {
	.grid_category {
		font-size: 1.5rem;
		padding: 40px 0 15px;
	}

	.filter + .grid_container .grid_category {
		padding-top: 20px;
	}
}

.grid {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -3px -40px;
	/*-12px */
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

@media (max-width: 979px) {
	.grid {
		margin-bottom: -25px;
	}
}

.grid_item {
	width: calc(100% / 3);
	padding: 0 3px 20px;
	/*12px */
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

@media (min-width: 979px) and (max-width: 1023px) {
	.grid_item {
		width: 50%;
	}
}

@media (min-width: 1600px) {
	.grid_item {
		width: calc(100% / 4);
	}
}

@media (max-width: 979px) {
	.grid_item {
		width: 100%;
		padding-bottom: 30px;
	}
}

.grid_item.-sm {
	width: 33.3%;
}

@media (min-width: 979px) and (max-width: 1023px) {
	.grid_item.-sm {
		width: 50%;
	}
}

@media (min-width: 1600px) {
	.grid_item.-sm {
		width: 25%;
	}
}

@media (max-width: 979px) {
	.grid_item.-sm {
		width: 100%;
	}
}

.grid_link {
	text-decoration: none;
	display: block;
	color: currentColor;
}

.grid_link:hover {
	text-decoration: none;
}

.grid_image {
	position: relative;
	display: block;
	overflow: hidden;
	height: 0;
	padding-top: 65%;
	background-color: #e5e5e5;
	margin-bottom: 10px;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

@media (max-width: 979px) {
	.grid_image {
		margin-bottom: 15px;
		margin-right: -25px;
		margin-left: -25px;
	}
}

.grid_image:before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 22px;
	height: 22px;
	margin: -11px 0 0 -11px;
	border: 2px solid #000000;
	border-left-color: transparent;
	border-top-color: transparent;
	z-index: 0;
	border-radius: 50%;
	-webkit-animation: spin 0.6s infinite linear;
	animation: spin 0.6s infinite linear;
}

.grid_image:after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background-color: #ffffff;
	z-index: 3;
	opacity: 0;
	-webkit-transition: opacity 0.15s ease;
	transition: opacity 0.15s ease;
}

.grid_image img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
	z-index: 2;
}

.grid_link:hover .grid_image:after {
	opacity: 0.2;
}

.grid_image_src {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
}

@-webkit-keyframes spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

.grid_title {
	display: block;
	font-size: 1.125rem;
	line-height: 1.5rem;
	font-weight: bold;
	-webkit-transition: color 0.15s ease;
	transition: color 0.15s ease;
	padding-right: 12px;
	text-align: center;
}

@media (max-height: 800px) {
	.grid_title {
		font-size: 1rem;
		line-height: 1.375rem;
	}
}

@media (max-width: 979px) {
	.grid_title {
		font-size: 1.125rem;
		line-height: 1.5rem;
		padding-right: 0;
	}
}

.grid_subtitle {
	display: block;
	font-weight: bold;
	color: #bdbdbd;
	font-size: 0.75rem;
	margin-top: 5px;
	line-height: 1.125rem;
}

@media (max-width: 979px) {
	.grid_subtitle {
		margin-top: 0;
	}
}

.filter {
	position: relative;
	font-size: 1.375rem;
	margin-top: -120px;
	/*-50px */
}

@media (max-height: 800px) {
	.filter {
		margin-top: -114px;
		/* -44px */
	}
}

@media (max-width: 979px) {
	.filter {
		margin-top: 0;
		display: none;
	}
}

.filter_list {
	position: fixed;
	top: 100px;
	left: 0;
	margin: 0;
	height: 70px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #ffffff;
	padding-left: 60px;
	padding-right: 60px;
	z-index: 11;
	/*font-size: 1.25rem;*/
	font-size: 1.17rem;
	-webkit-box-shadow: 0 -2px 0 0 rgba(0, 0, 0, 0.08);
	box-shadow: 0 -2px 0 0 rgba(0, 0, 0, 0.08);
	-webkit-transition: all 0.15s ease;
	transition: all 0.15s ease;
}

.filter_list.affix {
	top: 54px;
	/* 64px */
	height: 54px;
	/* 64px */
	-webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.08),
		0 2px 0 0 rgba(0, 0, 0, 0.08);
	box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.08), 0 2px 0 0 rgba(0, 0, 0, 0.08);
}

.filter_list li {
	list-style: none;
	margin-right: 36px;
}

.filter_list a {
	color: currentColor;
	display: inline-block;
	position: relative;
	text-decoration: none;
}

.filter_list a:after {
	content: "";
	display: block;
	position: absolute;
	top: 100%;
	left: 0;
	width: 0;
	height: 2px;
	background-color: currentColor;
	-webkit-transition: width 0.15s ease;
	transition: width 0.15s ease;
}

.filter_list a.-active:after {
	width: 26px;
}

.filter_list a:hover:after {
	width: 100% !important;
}

body.home {
	background-color: #000000;
	color: #ffffff;
}

body.home a {
	color: currentColor;
}

.front-page {
	height: 100%;
	min-height: 100vh;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 100px 0;
}

.front-page_bg {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.front-page_content {
	margin: auto 0;
	z-index: 2;
	pointer-events: none;
	text-align: center;
	width: 100%;
}

@media (max-width: 979px) and (max-height: 485px) {
	.front-page_content {
		position: relative;
		top: -40px;
	}
}

@media (max-width: 979px) and (max-height: 330px) {
	.front-page_content {
		top: 0;
	}
}

.front-page_content h1 {
	font-size: 1.625rem;
	margin: 55px 0 0;
	line-height: 1;
	font-weight: normal;
	pointer-events: all;
}

@media (max-width: 979px) {
	.front-page_content h1 {
		margin: 20px 0 0;
		font-size: 1.375rem;
	}
}

@media (max-width: 979px) and (max-height: 485px) {
	.front-page_content h1 {
		font-size: 1.25rem;
	}
}

.front-page_content ul {
	position: absolute;
	z-index: 1;
	/*IE fix */
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 100%;
	margin: -52px 0 0;
	padding: 0 75px;
	font-size: 1rem;
	text-align: left;
	-webkit-columns: 2 auto;
	columns: 2 auto;
	pointer-events: all;
}

@media (max-width: 979px) {
	.front-page_content ul {
		right: 0;
		width: 280px;
		margin: 220px auto 0;
		padding: 0;
	}
}

@media (max-width: 979px) and (max-height: 485px) {
	.front-page_content ul {
		width: 250px;
		margin-top: 140px;
	}
}

@media (max-width: 979px) and (max-height: 330px) {
	.front-page_content ul {
		display: none;
	}
}

.front-page_content ul li {
	list-style: none;
	position: relative;
	/*margin-bottom: -35px;
  padding: 35px 0 0;*/
}

.front-page_content ul li:not(:first-child) {
	margin-top: 8px;
}

@media (max-width: 979px) and (max-height: 485px) {
	.front-page_content ul li:not(:first-child) {
		margin-top: 4px;
	}
}

.front-page_content ul li:nth-child(4),
.front-page_content ul li:nth-child(5),
.front-page_content ul li:nth-child(6) {
	text-align: right;
}

.front-page_content ul li span {
	position: relative;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor: pointer;
	z-index: 2;
}

.front-page_content ul li span em {
	cursor: default;
	-webkit-user-select: all;
	-moz-user-select: all;
	-ms-user-select: all;
	user-select: all;
	font-style: normal;
	white-space: nowrap;
	background: rgba(33, 33, 33, 0.95);
	border-radius: 0;
	position: absolute;
	bottom: 100%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: 10;
	margin: 0 0 5px;
	padding: 3px 10px 1px;
	visibility: hidden;
	opacity: 0;
	height: 0;
	width: 0;
	overflow: hidden;
	-webkit-transition: opacity 0s, visibility 0s, height 0s, width 0s,
		overflow 0s;
	transition: opacity 0s, visibility 0s, height 0s, width 0s, overflow 0s;
}

.front-page_content ul li span em:before {
	content: "";
	position: absolute;
	z-index: 2;
	bottom: -4px;
	left: 50%;
	margin-left: -5px;
	width: 0;
	height: 0;
	border-top: solid 5px rgba(33, 33, 33, 0.95);
	border-left: solid 5px transparent;
	border-right: solid 5px transparent;
}

@media (max-width: 979px) {
	.front-page_content ul li span em {
		font-size: 0.875rem;
		padding-top: 2px;
	}
}

.front-page_content ul li span em a {
	text-decoration: none;
	color: #fff;
}

.front-page_content ul li span.-active em {
	opacity: 1;
	visibility: visible;
	height: auto;
	width: auto;
	overflow: visible;
	-webkit-transition: opacity 0.3s, visibility 0s, height 0s, width 0s,
		overflow 0s;
	transition: opacity 0.3s, visibility 0s, height 0s, width 0s, overflow 0s;
}

@media (max-width: 979px) {
	.front-page_content ul li:nth-child(1) span em,
	.front-page_content ul li:nth-child(2) span em,
	.front-page_content ul li:nth-child(3) span em {
		left: -10px;
		-webkit-transform: none;
		transform: none;
		right: auto;
	}

	.front-page_content ul li:nth-child(1) span em:before,
	.front-page_content ul li:nth-child(2) span em:before,
	.front-page_content ul li:nth-child(3) span em:before {
		left: 40px;
	}

	.front-page_content ul li:nth-child(4) span em,
	.front-page_content ul li:nth-child(5) span em,
	.front-page_content ul li:nth-child(6) span em {
		left: auto;
		-webkit-transform: none;
		transform: none;
		right: -10px;
	}

	.front-page_content ul li:nth-child(4) span em:before,
	.front-page_content ul li:nth-child(5) span em:before,
	.front-page_content ul li:nth-child(6) span em:before {
		left: auto;
		right: 35px;
	}
}

a.front-page_logo-link {
	text-decoration: none;
	pointer-events: all;
	position: relative;
	z-index: 2;
}

@-webkit-keyframes stol {
	from {
		-webkit-transform: scale(1);
		transform: scale(1);
	}

	to {
		-webkit-transform: scale(1.5);
		transform: scale(1.5);
	}
}

@keyframes stol {
	from {
		-webkit-transform: scale(1);
		transform: scale(1);
	}

	to {
		-webkit-transform: scale(1.5);
		transform: scale(1.5);
	}
}

@-webkit-keyframes coll {
	from {
		-webkit-transform: scale(1);
		transform: scale(1);
	}

	to {
		-webkit-transform: scale(1.6);
		transform: scale(1.6);
	}
}

@keyframes coll {
	from {
		-webkit-transform: scale(1);
		transform: scale(1);
	}

	to {
		-webkit-transform: scale(1.6);
		transform: scale(1.6);
	}
}

@-webkit-keyframes fon {
	from {
		-webkit-transform: scale(1);
		transform: scale(1);
	}

	to {
		-webkit-transform: scale(1.4);
		transform: scale(1.4);
	}
}

@keyframes fon {
	from {
		-webkit-transform: scale(1);
		transform: scale(1);
	}

	to {
		-webkit-transform: scale(1.4);
		transform: scale(1.4);
	}
}

@-webkit-keyframes light {
	from {
		-webkit-transform: rotateZ(0);
		transform: rotateZ(0);
	}

	to {
		-webkit-transform: rotateZ(-90deg);
		transform: rotateZ(-90deg);
	}
}

@keyframes light {
	from {
		-webkit-transform: rotateZ(0);
		transform: rotateZ(0);
	}

	to {
		-webkit-transform: rotateZ(-90deg);
		transform: rotateZ(-90deg);
	}
}

@-webkit-keyframes shum {
	from {
		background-position: right 100%;
	}

	to {
		background-position: left 100%;
	}
}

@keyframes shum {
	from {
		background-position: right 100%;
	}

	to {
		background-position: left 100%;
	}
}

@-webkit-keyframes blur {
	from {
		background-position: left 100%;
	}

	to {
		background-position: right 100%;
	}
}

@keyframes blur {
	from {
		background-position: left 100%;
	}

	to {
		background-position: right 100%;
	}
}

.parallax .fon,
.parallax div {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	top: 0;
	left: 0;
}

body {
	padding: 0;
	margin: 0;
}

.parallax {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: absolute;
	opacity: 0;
	-webkit-transition: opacity 5s;
	transition: opacity 5s;
}

.parallax.-loaded {
	opacity: 1;
}

.parallax .fon {
	position: relative;
	background-image: url(fon.jpg);
	-webkit-animation: fon 10s infinite;
	animation: fon 10s infinite;
	-webkit-animation-direction: alternate;
	animation-direction: alternate;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
}

.parallax div {
	height: 100%;
	position: absolute;
	right: 0;
	bottom: 0;
}

.parallax .stol {
	background-image: url(stol.png);
	-webkit-animation: stol 10s infinite;
	animation: stol 10s infinite;
	-webkit-animation-direction: alternate;
	animation-direction: alternate;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
}

.parallax .col1 {
	background-image: url(col1.png);
	-webkit-animation: coll 10s infinite;
	animation: coll 10s infinite;
	-webkit-animation-direction: alternate;
	animation-direction: alternate;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
}

.parallax .col2 {
	background-image: url(col2.png);
	-webkit-animation: coll 10s infinite;
	animation: coll 10s infinite;
	-webkit-animation-direction: alternate;
	animation-direction: alternate;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
}

.parallax .top {
	background-image: url(top.png);
	-webkit-animation: stol 10s infinite;
	animation: stol 10s infinite;
	-webkit-animation-direction: alternate;
	animation-direction: alternate;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
}

.parallax .shum {
	background-image: url(shum.png);
	-webkit-animation: shum 10s infinite;
	animation: shum 10s infinite;
	-webkit-animation-direction: alternate;
	animation-direction: alternate;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	opacity: 0.25;
	background-size: 150%;
}

.parallax .blur {
	background-image: url(blur.png);
	-webkit-animation: blur 10s infinite;
	animation: blur 10s infinite;
	-webkit-animation-direction: alternate;
	animation-direction: alternate;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	background-size: 150%;
	opacity: 0.25;
}

.parallax .light {
	background-image: url(light.png);
	-webkit-animation: light 10s infinite;
	animation: light 10s infinite;
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	-webkit-animation-direction: alternate;
	animation-direction: alternate;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	background-size: contain;
	top: -37%;
	right: -63%;
}

@media screen and (max-width: 979px) {
	.parallax .blur,
	.parallax .shum {
		background-size: cover;
	}
}

.fullscreen-photo {
	height: 100vh;
	margin-top: -200px;
	position: relative;
	z-index: 0;
	margin-bottom: 60px;
	min-height: 600px;
}

@media (max-width: 979px) {
	.fullscreen-photo {
		min-height: 320px;
		margin-top: -60px;
		margin-bottom: 25px;
	}
}

.fullscreen-photo_src {
	position: absolute;
	top: 0;
	left: -60px;
	right: -60px;
	bottom: 0;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 0;
	background-color: #e5e5e5;
}

.fullscreen-photo_scroll {
	-webkit-box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.2);
	background-color: rgba(0, 0, 0, 0.2);
	color: #ffffff;
	z-index: 3;
	border: 2px solid currentColor;
	cursor: pointer;
	width: 24px;
	height: 40px;
	border-radius: 13px;
	outline: none;
	position: absolute;
	padding: 0;
	bottom: 30px;
	left: 50%;
	margin-left: -12px;
	-webkit-transition: background-color 0.15s ease, -webkit-box-shadow 0.15s ease;
	transition: background-color 0.15s ease, -webkit-box-shadow 0.15s ease;
	transition: background-color 0.15s ease, box-shadow 0.15s ease;
	transition: background-color 0.15s ease, box-shadow 0.15s ease,
		-webkit-box-shadow 0.15s ease;
	-webkit-animation: scroll 0.5s backwards;
	animation: scroll 0.5s backwards;
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
	cursor: pointer;
}

.fullscreen-photo_scroll:before {
	content: "";
	display: block;
	width: 2px;
	height: 22px;
	border-radius: 50%;
	background-color: currentColor;
	position: absolute;
	top: 8px;
	left: 50%;
	margin-left: -1px;
}

.fullscreen-photo_scroll:after {
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	border-bottom: 2px solid currentColor;
	border-left: 2px solid currentColor;
	position: absolute;
	left: 50%;
	bottom: 8px;
	margin-left: -5px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

@-webkit-keyframes scroll {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-40px);
		transform: translateY(-40px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateY(0px);
		transform: translateY(0px);
	}
}

@keyframes scroll {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-40px);
		transform: translateY(-40px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateY(0px);
		transform: translateY(0px);
	}
}

.alignnone {
	margin: 0;
}

.aligncenter,
div.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}

.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

a img.alignnone {
	margin: 0;
}

a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	position: relative;
	max-width: 100%;
	width: 100% !important;
}

.wp-caption a {
	cursor: -webkit-zoom-in;
	cursor: zoom-in;
	pointer-events: auto;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 100%;
	padding: 0;
	width: auto;
}

.wp-caption .wp-caption-text,
.gallery-caption {
	max-width: 1065px !important;
	font-size: 0.875rem;
	color: #9f9d9d;
	margin: 20px 0 0 auto;
	text-indent: 0 !important;
	padding-left: 85px;
}

@media (max-width: 979px) {
	.wp-caption .wp-caption-text,
	.gallery-caption {
		padding-left: 0;
		margin-top: 10px;
		line-height: 1.4;
	}
}

.wp-caption .wp-caption-text:before,
.gallery-caption:before {
	content: "";
	display: block;
	height: 2px;
	background-color: #000000;
	margin-top: 0.7em;
	position: absolute;
	left: 0;
	width: 60px;
	margin-right: 14px;
}

@media (max-width: 979px) {
	.wp-caption .wp-caption-text:before,
	.gallery-caption:before {
		display: none;
	}
}

.fancybox-caption-wrap {
	display: none !important;
}

.supsystic-social-sharing
	> .social-sharing-button.sharer-flat.counter-standard.without-counter {
	-webkit-transition: color 0.15s ease !important;
	transition: color 0.15s ease !important;
	font-size: 1.125rem !important;
	padding: 0 !important;
	background: none !important;
	color: currentColor !important;
	margin-left: 20px;
}

.quote {
	padding: 0 50px;
	width: calc(100% / 3);
	margin: 50px 0 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

@media (min-width: 979px) and (max-width: 1023px) {
	.quote {
		width: 50%;
	}
}

@media (max-width: 979px) {
	.quote {
		width: 100%;
		padding: 0;
	}
}

.quote_msg {
	font-size: 1.5rem;
	line-height: 1.3;
	font-weight: bold;
}

@media (max-width: 979px) {
	.quote_msg {
		font-size: 1.75rem;
		line-height: 2.125rem;
	}
}

.quote_msg:before {
	content: "\201C";
	display: inline-block;
	width: 13px;
	margin-left: -13px;
}

.quote_msg:after {
	content: "\201D";
	display: inline-block;
	width: 13px;
	margin-right: -13px;
}

.quote_author {
	font-size: 0.875rem;
	line-height: 1.125rem;
	margin-top: 15px;
}

.quote_author,
.quote_author a {
	color: #757575;
}

.quote_author a {
	text-decoration: underline;
	display: inline-block;
}

.quotes {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 50px -50px 100px;
}

@media (max-width: 979px) {
	.quotes {
		margin: 50px 0;
	}
}

.partners-list {
	list-style: none;
	padding: 0;
	margin: 0 -15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

@media (max-width: 979px) {
	.partners-list {
		margin: 0 -4px;
	}
}

.partners-item {
	list-style: none;
	padding: 0 15px 30px;
	width: 20%;
}

@media (min-width: 979px) and (max-width: 1023px) {
	.partners-item {
		width: 25%;
	}
}

@media (min-width: 1600px) {
	.partners-item {
		width: 16.6%;
	}
}

@media (max-width: 979px) {
	.partners-item {
		width: 50%;
		padding: 0 4px 8px;
	}
}

.partners-box {
	border: 1px solid #e5e5e5;
	padding: 20px 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

@media (max-width: 979px) {
	.partners-box {
		padding: 10px;
	}
}

.partners-box img {
	width: 100%;
	height: auto;
	vertical-align: top;
	margin: auto;
}

.post_header {
	position: relative;
	margin: -10px 0 10px;
	padding: 15px 0;
	margin-top: -25px;
}

@media (max-width: 979px) {
	.post_header {
		margin: 0;
		padding: 25px 0;
		max-width: 100%;
	}
}

.post_header h2 {
	line-height: 1.2;
	font-size: 1.625rem;
	margin-bottom: 0;
}

.post_header_insights h2 {
	line-height: 1.2;
	font-size: 1.625rem;
	margin-bottom: 20px;
	margin-top: 50px;
}

@media (max-width: 979px) {
	.post_header h2 {
		font-size: 1.5rem;
	}
}

.post_header-dummy {
	padding: 15px 0;
	line-height: 1.2;
	font-size: 1.625rem;
	font-weight: bold;
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	opacity: 0;
	background-color: #ffffff;
}

@media (max-width: 979px) {
	.post_header-dummy {
		display: none;
	}
}

@media (max-height: 550px) {
	.post_header-dummy {
		display: none;
	}
}

.post_header-dummy.affix {
	opacity: 1;
	position: fixed;
	top: 54px;
	/* 64px */
	width: calc(33% - 60px);
}

.post_header-dummy.affix:before {
	content: "";
	position: absolute;
	left: 100%;
	top: 0;
	bottom: 0;
	width: 100px;
	background: #fff;
}

.post_header-dummy.affix-bottom {
	opacity: 1;
	position: absolute;
	z-index: 1;
}

.post_container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-left: -60px;
}

.post_container_insights {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-left: 0px;
}

@media (max-width: 979px) {
	.post_container {
		margin: 0;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		/* column-reverse */
	}
}

.post_content {
	padding-left: 30px;
	/*40px */
	width: 32%;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 32%;
	flex: 0 0 32%;
	margin: -30px 0 0;
}

.post_content_insights {
	padding-left: 150px;
	padding-right: 150px;
	/*40px */
	width: 100%;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 32%;
	flex: 0 0 32%;
	margin: -30px 0 0;
}

@media (max-width: 1024px) {
	.post_content {
		width: 35%;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 35%;
		flex: 0 0 35%;
	}
}

@media (max-width: 979px) {
	.post_content {
		width: 100%;
		padding: 0;
		margin: 0;
	}
	.post_content_insights {
		width: 100%;
		padding: 0;
		margin: 0;
	}

	.post_content_insights img {
		padding: 0;
		margin: 0;
		width: auto;
		max-width: 100%;
		height: auto;
	}
	.content img {
		padding: 0;
		margin: 0;
		width: auto !important;
		max-width: 100%;
		height: auto;
		margin-bottom: 5px;
	}
}

.post_images {
	margin: -80px 0 0;
	padding: 0;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
}

@media (max-width: 979px) {
	.post_images {
		-webkit-box-flex: 0;
		-ms-flex: none;
		flex: none;
		margin: 0 calc(-25px - 5px) -5px;
	}
}

@media (max-width: 979px) and (orientation: landscape) {
	body.single-post .post_images {
		margin-top: -60px;
	}
}

.post_images_item {
	list-style: none;
	display: block;
	margin: 0;
	padding: 0;
}

.post_images_item + li {
	margin-top: 5px;
	/* 40px */
}

@media (max-width: 979px) {
	.post_images_item + li {
		margin-top: 0;
	}
}

@media (max-width: 979px) {
	.post_images_item {
		padding: 0 5px;
	}
}

.post_images_item img {
	width: 100%;
	vertical-align: top;
}

.post_related {
	margin-top: 100px;
}

@media (max-width: 979px) {
	.post_related {
		margin-top: 50px;
	}
}

.post_share {
	border-top: 2px solid #e5e5e5;
	padding-top: 20px;
	margin-top: 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.post_share_title {
	font-weight: bold;
}

.grey {
	color: #757575;
}

.image-column {
	margin-top: 25px;
	margin-bottom: 25px;
}

.mobile-menu {
	display: none;
}

@media (max-width: 979px) {
	.mobile-menu {
		display: block;
		-webkit-box-shadow: 0 -60px 0 0 #ffffff;
		box-shadow: 0 -60px 0 0 #ffffff;
		position: fixed;
		z-index: 99;
		top: 60px;
		left: 0;
		right: 0;
		bottom: 0;
		overflow: auto;
		background-color: #ffffff;
		color: #000000;
		opacity: 0;
		visibility: hidden;
		-webkit-transition: background-color 0.15s ease, opacity 0.15s ease,
			visibility 0.15s ease;
		transition: background-color 0.15s ease, opacity 0.15s ease,
			visibility 0.15s ease;
	}

	.mobile-menu a {
		color: currentColor;
		text-decoration: none;
	}

	.header_cb:checked ~ .mobile-menu {
		opacity: 1;
		visibility: visible;
	}
}

.mobile-menu_content {
	width: 100%;
	position: relative;
	padding: 25px 25px 80px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.mobile-menu_list {
	margin: 0;
	padding: 0;
	font-size: 1.125rem;
	font-weight: bold;
}

.mobile-menu_list.-newsletter {
	margin-top: -15px;
}

.mobile-menu_list li {
	margin: 15px 0;
	list-style: none;
}

.mobile-menu_list ul {
	margin: 0;
	padding: 0;
	font-weight: normal;
}

.mobile-menu_list ul li {
	margin: 10px 0;
}

.mobile-menu_list ul li:before {
	content: "";
	display: inline-block;
	height: 2px;
	width: 20px;
	margin-right: 10px;
	background-color: #e5e5e5;
	vertical-align: middle;
	margin-bottom: 2px;
}

.about-intro {
	float: left;
	width: 70%;
	margin: 0 40px 40px -60px;
}

@media (max-width: 980px) {
	.about-intro {
		float: none;
		margin: 0 -25px 40px;
		width: auto;
	}
}

@media (max-width: 979px) and (orientation: landscape) {
	.about-intro {
		margin-top: -60px;
	}
}

.about-intro_src {
	vertical-align: top;
	width: 100%;
}

.slick-dots {
	margin: 9px 0;
	padding: 0;
	list-style: none;
	text-align: center;
	line-height: 1;
}

.slick-dots > li {
	display: inline-block;
	width: 10px;
	height: 14px;
	margin: 0 3px;
	padding: 6px 0;
	position: relative;
	overflow: hidden;
}

.slick-dots > li:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 3px;
	height: 2px;
	background: #d6d6d6;
	-webkit-transition: background 0.3s;
	transition: background 0.3s;
}

.slick-dots > li:hover:before {
	background: #8d8d8d;
}

.slick-dots > li.slick-active:before {
	background: #252423;
}

.slick-dots > li > button {
	opacity: 0;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	cursor: pointer;
}
.page-game {
	display: flex;
	justify-content: center;
	align-items: center;
}
@media (max-width: 979px) {
	.gm4html5_div_class #canvas {
		width: 100%;
	}
	.page-game iframe {
		width: 100%;
	}
}
