/*! modern-normalize | MIT License | https://github.com/sindresorhus/modern-normalize */

/* Document
   ========================================================================== */

/**
 * Use a better box model (opinionated).
 */

html {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

*,
*::before,
*::after {
	-webkit-box-sizing: inherit;
	box-sizing: inherit;
}

/**
 * Use a more readable tab size (opinionated).
 */

:root {
	-moz-tab-size: 4;
	-o-tab-size: 4;
	tab-size: 4;
}

/**
 * Correct the line height in all browsers.
 */

html {
	line-height: 1.15;
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
}

/**
 * Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
 */

body {
	font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
}

/**
 * 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 height in Firefox.
 */

hr {
	height: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Add the correct text decoration in Chrome, Edge, and Safari.
 */

abbr[title] {
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: bolder;
}

/**
 * 1. Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp,
pre {
	font-family: SFMono-Regular, Consolas, 'Liberation Mono', Menlo, Courier, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

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

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

/**
 * Remove the inheritance of text transform in Edge and Firefox.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type='button'],
[type='reset'],
[type='submit'] {
	-webkit-appearance: button;
}

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

/**
 * Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
	padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome and Firefox.
 */

progress {
	vertical-align: baseline;
}

/**
 * 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 in Chrome and Safari on macOS.
 */

[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 Chrome and Safari.
 */

summary {
	display: list-item;
}

/*
@mixin transition($trans-type, $trans-speed, $trans-timing, null) {
	transition: $trans-type $trans-speed $trans-timing;
	will-change: $trans-type;
}
*/

.bg-ratio {
	display: block;
	width: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.bg-ratio:before {
	content: '';
	display: block;
	width: 100%;
	padding-top: 66.66667%;
}

svg {
	min-height: 0;
	min-width: 0;
}

img {
	display: block;
	margin: 0;
}

.relative {
	position: relative;
}

.ui-hidden {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px !important;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
}

.ui-hide {
	display: none;
}

.clearfix:after {
	content: '';
	clear: both;
	display: table;
}

nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

nav ul li {
	margin: 0;
	padding: 0;
}

.cover {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center 35%;
}

.separate--20 > div + div {
	margin-top: 20px;
}

.gutter-150 {
	margin-left: -60px;
}

.gutter-150 > .grid-item {
	padding-left: 60px;
}

.gutter-140 {
	margin-left: -56px;
}

.gutter-140 > .grid-item {
	padding-left: 56px;
}

.gutter-130 {
	margin-left: -52px;
}

.gutter-130 > .grid-item {
	padding-left: 52px;
}

.gutter-100 {
	margin-left: -40px;
}

.gutter-100 > .grid-item {
	padding-left: 40px;
}

.gutter-60 {
	margin-left: -24px;
}

.gutter-60 > .grid-item {
	padding-left: 24px;
}

.gutter-30 {
	margin-left: -20px;
}

.gutter-30 > .grid-item {
	padding-left: 20px;
}

.padding-40--top {
	padding-top: 20px;
}

.padding-40--bottom {
	padding-bottom: 20px;
}

.margin-50--top {
	margin-top: 20px;
}

.margin-50--bottom {
	margin-bottom: 20px;
}

.margin-40--top {
	margin-top: 20px;
}

.margin-40--bottom {
	margin-bottom: 20px;
}

.margin-20--bottom {
	margin-bottom: 10px;
}

.margin-10--bottom {
	margin-bottom: 5px;
}

.well-20 {
	padding: 20px;
}

.flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.flex--center {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.flex--column {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.flex--row {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
}

.flex--grow {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	width: 1px;
}

.grid {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.grid.grid-row {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
}

.grid.grid-row-reverse {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.grid.grid-column {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.grid.grid-column-reverse {
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
}

.grid.grid-between {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.grid > [class*="grid-"].grid-item--full {
	width: 100%;
}

.grid-4 > .grid-item {
	width: 25%;
}

/* Slider */

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

.slick-slide:focus {
	outline: 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;
}

.step-up {
	opacity: 0;
	-webkit-transform: translateY(20px);
	-ms-transform: translateY(20px);
	transform: translateY(20px);
	-webkit-transition: opacity 1s linear, -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: opacity 1s linear, -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
	-o-transition: opacity 1s linear, transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: opacity 1s linear, transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: opacity 1s linear, transform 1s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.step-up.is-revealed,
.is-revealed .step-up {
	opacity: 1;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

html:not(.loading).no-js .step-up {
	opacity: 1;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

.step-up:nth-child(1) {
	-webkit-transition-delay: 0.15s !important;
	-o-transition-delay: 0.15s !important;
	transition-delay: 0.15s !important;
}

.step-up[data-delay="1"] {
	-webkit-transition-delay: 0.15s !important;
	-o-transition-delay: 0.15s !important;
	transition-delay: 0.15s !important;
}

.step-up:nth-child(2) {
	-webkit-transition-delay: 0.3s !important;
	-o-transition-delay: 0.3s !important;
	transition-delay: 0.3s !important;
}

.step-up[data-delay="2"] {
	-webkit-transition-delay: 0.3s !important;
	-o-transition-delay: 0.3s !important;
	transition-delay: 0.3s !important;
}

.step-up:nth-child(3) {
	-webkit-transition-delay: 0.45s !important;
	-o-transition-delay: 0.45s !important;
	transition-delay: 0.45s !important;
}

.step-up[data-delay="3"] {
	-webkit-transition-delay: 0.45s !important;
	-o-transition-delay: 0.45s !important;
	transition-delay: 0.45s !important;
}

.step-up:nth-child(4) {
	-webkit-transition-delay: 0.6s !important;
	-o-transition-delay: 0.6s !important;
	transition-delay: 0.6s !important;
}

.step-up[data-delay="4"] {
	-webkit-transition-delay: 0.6s !important;
	-o-transition-delay: 0.6s !important;
	transition-delay: 0.6s !important;
}

.step-up:nth-child(5) {
	-webkit-transition-delay: 0.75s !important;
	-o-transition-delay: 0.75s !important;
	transition-delay: 0.75s !important;
}

.step-up[data-delay="5"] {
	-webkit-transition-delay: 0.75s !important;
	-o-transition-delay: 0.75s !important;
	transition-delay: 0.75s !important;
}

.step-up:nth-child(6) {
	-webkit-transition-delay: 0.9s !important;
	-o-transition-delay: 0.9s !important;
	transition-delay: 0.9s !important;
}

.step-up[data-delay="6"] {
	-webkit-transition-delay: 0.9s !important;
	-o-transition-delay: 0.9s !important;
	transition-delay: 0.9s !important;
}

.step-up:nth-child(7) {
	-webkit-transition-delay: 1.05s !important;
	-o-transition-delay: 1.05s !important;
	transition-delay: 1.05s !important;
}

.step-up[data-delay="7"] {
	-webkit-transition-delay: 1.05s !important;
	-o-transition-delay: 1.05s !important;
	transition-delay: 1.05s !important;
}

.step-up:nth-child(8) {
	-webkit-transition-delay: 1.2s !important;
	-o-transition-delay: 1.2s !important;
	transition-delay: 1.2s !important;
}

.step-up[data-delay="8"] {
	-webkit-transition-delay: 1.2s !important;
	-o-transition-delay: 1.2s !important;
	transition-delay: 1.2s !important;
}

.step-up:nth-child(9) {
	-webkit-transition-delay: 1.35s !important;
	-o-transition-delay: 1.35s !important;
	transition-delay: 1.35s !important;
}

.step-up[data-delay="9"] {
	-webkit-transition-delay: 1.35s !important;
	-o-transition-delay: 1.35s !important;
	transition-delay: 1.35s !important;
}

.step-up:nth-child(10) {
	-webkit-transition-delay: 1.5s !important;
	-o-transition-delay: 1.5s !important;
	transition-delay: 1.5s !important;
}

.step-up[data-delay="10"] {
	-webkit-transition-delay: 1.5s !important;
	-o-transition-delay: 1.5s !important;
	transition-delay: 1.5s !important;
}

.step-up:nth-child(11) {
	-webkit-transition-delay: 1.65s !important;
	-o-transition-delay: 1.65s !important;
	transition-delay: 1.65s !important;
}

.step-up[data-delay="11"] {
	-webkit-transition-delay: 1.65s !important;
	-o-transition-delay: 1.65s !important;
	transition-delay: 1.65s !important;
}

.focus-visible {
	outline: 1px dotted #212121;
	outline: 5px auto #05abe0;
}

.text-white {
	color: white;
}

.text-primary {
	color: #9ce743;
}

.text-caps {
	text-transform: uppercase;
}

.text-70 {
	font-size: 30.00429px;
}

.text-50 {
	font-size: 21.43163px;
}

.text-36 {
	font-size: 20px;
}

.text-32 {
	font-size: 20px;
}

.text-30 {
	font-size: 20px;
}

.text-28 {
	font-size: 20px;
}

.text-24 {
	font-size: 20px;
}

.text-22 {
	font-size: 20px;
}

html {
	font-size: 62.5%;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	text-size-adjust: 100%;
}

html,
body {
	text-rendering: geometricPrecision;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.title,
h1,
h2,
h3,
h4,
h5,
h6 {
	margin-top: 0;
	margin-left: 0;
	margin-right: 0;
	font-family: "adobe-caslon-pro", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-weight: 700;
	font-style: normal;
	color: #303030;
	letter-spacing: .02em;
}

.title.text-70 {
	line-height: 1;
}

p {
	margin: 0;
}

b,
strong {
	font-family: "adobe-caslon-pro", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-weight: 700;
	font-style: normal;
}

a {
	text-decoration: none;
	outline: 0;
	-webkit-transition: color 0.2s linear;
	-o-transition: color 0.2s linear;
	transition: color 0.2s linear;
	color: currentColor;
}

@font-face {
	font-family: "icons";
	src: url("resources/icons/icons.woff2") format("woff2"), url("resources/icons/icons.woff") format("woff"), url("resources/icons/icons.ttf") format("truetype");
}

.icon:before {
	font-family: "icons";
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	text-decoration: none;
	text-transform: none;
	line-height: 1;
	display: block;
}

.icon--arrow-bottom:before {
	content: "\EA01";
}

.icon--arrow-left:before {
	content: "\EA02";
}

.icon--arrow-right:before {
	content: "\EA03";
}

.icon--arrow-top:before {
	content: "\EA04";
}

.icon--arrowhead-bottom:before {
	content: "\EA05";
}

.icon--arrowhead-left:before {
	content: "\EA06";
}

.icon--arrowhead-right:before {
	content: "\EA07";
}

.icon--arrowhead-top:before {
	content: "\EA08";
}

.icon--clock:before {
	content: "\EA09";
}

.icon--marker:before {
	content: "\EA0A";
}

.icon--phone:before {
	content: "\EA0B";
}

.icon--schedule:before {
	content: "\EA0C";
}

.buttons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.buttons > *:not(:last-child) {
	margin-right: 20px;
}

.buttons > *:not(:last-child) {
	margin-bottom: 10px;
}

button {
	padding: 0;
	margin: 0;
	border: none;
	outline: none;
	cursor: pointer;
	background-color: transparent;
	border-radius: 0;
}

.btn {
	padding-left: 20px;
	padding-right: 20px;
	height: 50px;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 700;
	background-color: #9ce743;
	color: #1b1b1b;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 3px;
	-webkit-transition: background-color 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
	-o-transition: background-color 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: background-color 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.btn--scrollto {
	background-color: transparent;
	border-radius: 0;
	padding-left: 0 !important;
	padding-right: 0 !important;
	overflow: hidden;
	position: relative;
}

.btn--scrollto:before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 4px;
	display: block;
	background-color: #9ce743;
	-webkit-transform: translateY(4px);
	-ms-transform: translateY(4px);
	transform: translateY(4px);
	-webkit-transition: -webkit-transform 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: -webkit-transform 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
	-o-transition: transform 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: transform 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: transform 0.2s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.btn--white {
	background-color: white;
	color: #303030;
}

.btn--small {
	height: 40px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.btn--cta {
	font-size: 14px;
	color: white;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-weight: 600;
	-webkit-transition: background-color 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
	-o-transition: background-color 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: background-color 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.btn--cta .icon--schedule {
	margin-right: 20px;
}

.btn--cta .icon--schedule:before {
	font-size: 18px;
}

html:not(.mobile):not(.tablet) .btn--cta:hover,
.btn--cta.on_press {
	background-color: #0a0a0a;
}

.btn--cta:not(.btn--cta--jumbo) {
	height: 50px;
}

.btn--cta.btn--cta--jumbo {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding-top: 20px;
	padding-bottom: 20px;
}

.btn--cta.btn--cta--jumbo .btn--cta__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.btn--cta.btn--cta--jumbo .btn--cta__message {
	margin-bottom: 20px;
	font-size: 14px;
	font-weight: 700;
	display: block;
	text-align: center;
	width: 100%;
	max-width: 400px;
	padding-left: 20px;
	padding-right: 20px;
}

.btn [class*="icon--arrow-"]:before {
	-webkit-transition: -webkit-transform 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: -webkit-transform 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
	-o-transition: transform 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: transform 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: transform 0.2s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.btn .icon--arrow-left {
	margin-right: 20px;
}

.btn .icon--arrow-right,
.btn .icon--arrow-top,
.btn .icon--arrow-bottom {
	margin-left: 20px;
}

.btn .icon--arrow-top:before,
.btn .icon--arrow-bottom:before {
	font-size: 7px;
}

.btn .icon--arrow-left:before,
.btn .icon--arrow-right:before {
	font-size: 11px;
}

html:not(.mobile):not(.tablet) a.btn:hover,
a.btn.on_press,
html:not(.mobile):not(.tablet)
button.btn:hover,
button.btn.on_press {
	background-color: #84db1c;
}

html:not(.mobile):not(.tablet) a.btn:hover .icon--arrow-left:before,
a.btn.on_press .icon--arrow-left:before,
html:not(.mobile):not(.tablet)
  button.btn:hover .icon--arrow-left:before,
button.btn.on_press .icon--arrow-left:before {
	-webkit-transform: translateX(-3px);
	-ms-transform: translateX(-3px);
	transform: translateX(-3px);
}

html:not(.mobile):not(.tablet) a.btn:hover .icon--arrow-right:before,
a.btn.on_press .icon--arrow-right:before,
html:not(.mobile):not(.tablet)
  button.btn:hover .icon--arrow-right:before,
button.btn.on_press .icon--arrow-right:before {
	-webkit-transform: translateX(3px);
	-ms-transform: translateX(3px);
	transform: translateX(3px);
}

html:not(.mobile):not(.tablet) a.btn--white:hover,
a.btn--white.on_press,
html:not(.mobile):not(.tablet)
button.btn--white:hover,
button.btn--white.on_press {
	background-color: white;
}

html:not(.mobile):not(.tablet) a.btn--scrollto:hover,
a.btn--scrollto.on_press,
html:not(.mobile):not(.tablet)
button.btn--scrollto:hover,
button.btn--scrollto.on_press {
	background-color: transparent;
}

html:not(.mobile):not(.tablet) a.btn--scrollto:hover:before,
a.btn--scrollto.on_press:before,
html:not(.mobile):not(.tablet)
  button.btn--scrollto:hover:before,
button.btn--scrollto.on_press:before {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

.hamburger {
	position: relative;
	display: inline-block;
	width: 30px;
	height: 23px;
}

.hamburger__inner {
	top: 50%;
	display: block;
	margin-top: -2px;
	-webkit-transition-duration: .22s;
	-o-transition-duration: .22s;
	transition-duration: .22s;
}

.hamburger__inner,
.hamburger__inner:before,
.hamburger__inner:after {
	position: absolute;
	width: 30px;
	height: 3px;
	-webkit-transition: -webkit-transform .15s ease;
	transition: -webkit-transform .15s ease;
	-o-transition: transform .15s ease;
	transition: transform .15s ease;
	transition: transform .15s ease, -webkit-transform .15s ease;
	border-radius: 3px;
	background-color: #303030;
}

.hamburger__inner:before,
.hamburger__inner:after {
	content: "";
	display: block;
}

.hamburger__inner:before {
	top: -10px;
	-webkit-transition: top .1s ease-in .25s, opacity .1s ease-in;
	-o-transition: top .1s ease-in .25s, opacity .1s ease-in;
	transition: top .1s ease-in .25s, opacity .1s ease-in;
}

.hamburger__inner:after {
	bottom: -10px;
	-webkit-transition: bottom 0.1s ease-in 0.25s, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
	transition: bottom 0.1s ease-in 0.25s, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
	-o-transition: bottom 0.1s ease-in 0.25s, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
	transition: bottom 0.1s ease-in 0.25s, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
	transition: bottom 0.1s ease-in 0.25s, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.is-active-hamburger .hamburger .hamburger__inner {
	-webkit-transition-delay: .12s;
	-o-transition-delay: .12s;
	transition-delay: .12s;
	-webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	-o-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	-webkit-transform: rotate(225deg);
	-ms-transform: rotate(225deg);
	transform: rotate(225deg);
}

.is-active-hamburger .hamburger .hamburger__inner:before {
	top: 0;
	opacity: 0;
	-webkit-transition: top .1s ease-out, opacity .1s ease-out .12s;
	-o-transition: top .1s ease-out, opacity .1s ease-out .12s;
	transition: top .1s ease-out, opacity .1s ease-out .12s;
}

.is-active-hamburger .hamburger .hamburger__inner:after {
	bottom: 0;
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
	-webkit-transition: bottom 0.1s ease-out, -webkit-transform 0.22s cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
	transition: bottom 0.1s ease-out, -webkit-transform 0.22s cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
	-o-transition: bottom 0.1s ease-out, transform 0.22s cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
	transition: bottom 0.1s ease-out, transform 0.22s cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
	transition: bottom 0.1s ease-out, transform 0.22s cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s, -webkit-transform 0.22s cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
}

.skip-to-link {
	position: fixed;
	top: 10px;
	left: 10px;
	overflow: hidden;
	width: 1px;
	height: 1px;
	margin: -1px;
	color: #fff;
	background: #7f7f7f;
	opacity: 0;
	text-decoration: none;
	-webkit-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
	-o-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
	z-index: 101;
	outline: none;
	white-space: nowrap;
	clip: rect(0 0 0 0);
	padding: 10px 16px;
}

.skip-to-link:focus {
	overflow: visible;
	width: auto;
	height: auto;
	color: #fff;
	opacity: 1;
	clip: auto;
	white-space: normal;
	outline: none;
}

.skip-to-link:hover {
	background: #666666;
}

.breadcrumbs {
	margin-bottom: 10px;
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 11px;
	font-size: 1.1rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	text-transform: uppercase;
	font-weight: 900;
	color: #303030;
}

.breadcrumbs li {
	margin: 0;
	padding: 0;
}

.breadcrumbs li:not(:last-child) {
	margin-right: 5px;
}

.breadcrumbs a {
	display: block;
	color: #568320;
	-webkit-transition: opacity 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
	-o-transition: opacity 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: opacity 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.breadcrumbs a:after {
	content: '/';
	margin-left: 5px;
}

html:not(.mobile):not(.tablet) .breadcrumbs a:hover,
.breadcrumbs a.on_press {
	opacity: .85;
}

.has-tooltip {
	position: relative;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.has-tooltip .question-mark {
	font-family: "futura-pt", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-weight: 900;
	font-size: 16px;
	background-color: #2c2c2c;
	color: white;
	border-radius: 13px;
	display: block;
	width: 26px;
	height: 26px;
	line-height: 26px;
	text-align: center;
}

.has-tooltip .is-tooltip {
	position: absolute;
	bottom: 100%;
	-webkit-transform: translateY(20px);
	-ms-transform: translateY(20px);
	transform: translateY(20px);
	width: 370px;
	display: block;
	background-color: white;
	border-radius: 3px;
	border: 1px solid #eaeaea;
	padding: 20px 30px;
	color: #7f7f7f;
	font-size: 13px;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	-webkit-transition: visibility 0.2s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.2s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: visibility 0.2s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.2s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
	-o-transition: visibility 0.2s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.2s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: visibility 0.2s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.2s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: visibility 0.2s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.2s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.2s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.has-tooltip .is-tooltip:before,
.has-tooltip .is-tooltip:after {
	content: '';
	position: absolute;
	top: 100%;
	width: 0;
	height: 0;
	border-style: solid;
}

.has-tooltip .is-tooltip:before {
	border-color: #eaeaea transparent transparent transparent;
	border-width: 9px 8px 0 8px;
}

.has-tooltip .is-tooltip:after {
	border-color: white transparent transparent transparent;
	border-width: 8px 7px 0 7px;
}

.has-tooltip .is-tooltip p:not(:last-child) {
	margin-bottom: 20px;
}

.has-tooltip .is-tooltip a {
	position: relative;
}

.has-tooltip .is-tooltip a:before {
	content: '';
	position: absolute;
	left: 0;
	top: 100%;
	width: 100%;
	height: 1px;
	display: block;
	background-color: #9ce743;
	-webkit-transition: -webkit-transform 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: -webkit-transform 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
	-o-transition: transform 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: transform 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: transform 0.2s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}

html:not(.mobile):not(.tablet) .has-tooltip .is-tooltip a:hover:before,
.has-tooltip .is-tooltip a.on_press:before {
	-webkit-transform: translateY(2px);
	-ms-transform: translateY(2px);
	transform: translateY(2px);
}

html:not(.mobile):not(.tablet) .has-tooltip:hover .is-tooltip,
.has-tooltip.on_press .is-tooltip {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
	pointer-events: all;
	visibility: visible;
}

.header-main {
	padding-left: 20px;
	padding-right: 20px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10;
	width: 100vw;
	height: 130px;
	overflow: hidden;
	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;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	background-color: white;
	opacity: 1;
	-webkit-transition: opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1), height 0.2s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-box-shadow 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1), height 0.2s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-box-shadow 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
	-o-transition: opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1), box-shadow 0.2s cubic-bezier(0.215, 0.61, 0.355, 1), height 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1), box-shadow 0.2s cubic-bezier(0.215, 0.61, 0.355, 1), height 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1), box-shadow 0.2s cubic-bezier(0.215, 0.61, 0.355, 1), height 0.2s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-box-shadow 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.header-main__spacer {
	width: 100%;
	height: 130px;
	display: block;
}

.header-main a:not(.btn) {
	color: #303030;
	-webkit-transition: color 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
	-o-transition: color 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: color 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}

html:not(.mobile):not(.tablet) .header-main a:not(.btn):hover,
.header-main a:not(.btn).on_press {
	color: #76c419;
}

.header-main__logo {
	display: block;
	position: absolute;
	left: 20px;
	top: 20px;
	-webkit-transition: opacity 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
	-o-transition: opacity 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: opacity 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.header-main__logo img {
	display: block;
	width: 297px;
	height: 98px;
	-webkit-transform-origin: center left;
	-ms-transform-origin: center left;
	transform-origin: center left;
	-webkit-transition: -webkit-transform 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: -webkit-transform 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
	-o-transition: transform 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: transform 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: transform 0.2s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}

html:not(.mobile):not(.tablet) .header-main__logo:hover,
.header-main__logo.on_press {
	opacity: .85;
}

.header-main__top {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 600;
}

.header-main__top li:not(:last-child) {
	margin-right: 25px;
}

.header-main__top li.is-active a:before {
	content: '';
}

.header-main__top a {
	position: relative;
}

.header-main__top a:before {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 2px;
	display: block;
	background-color: #9ce743;
	-webkit-transition: -webkit-transform 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: -webkit-transform 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
	-o-transition: transform 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: transform 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: transform 0.2s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
	margin-top: 2px;
}

.header-main__top--comingsoon .row {
	margin-left: -40px;
	width: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.header-main__top--comingsoon .row .row-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding-left: 40px;
}

.header-main__top--comingsoon .row .row-item p + p,
.header-main__top--comingsoon .row .row-item a + p {
	margin-top: 10px;
}

.header-main__top--comingsoon .opening-hours strong {
	font-size: 11px;
	font-size: 1.1rem;
	display: block;
	font-family: "futura-pt", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-weight: 900;
	margin-bottom: 5px;
	color: #2c2c2c;
	text-transform: uppercase;
}

.header-main__bottom {
	font-size: 20px;
	font-size: 2rem;
	font-weight: 450;
	-webkit-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
	-o-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.header-main__bottom li:not(:first-child) {
	margin-left: 40px;
}

.is-stickyHeader .header-main__bottom li.is-active a {
	color: #568320;
}

.header-main__bottom li.is-active a:before {
	-webkit-transform: translateY(-4px);
	-ms-transform: translateY(-4px);
	transform: translateY(-4px);
}

.header-main__bottom a {
	position: relative;
	display: block;
}

.header-main__bottom a:before {
	content: '';
	position: absolute;
	bottom: -27px;
	left: 0;
	width: 100%;
	height: 4px;
	display: block;
	background-color: #9ce743;
	-webkit-transition: -webkit-transform 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: -webkit-transform 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
	-o-transition: transform 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: transform 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: transform 0.2s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.header-main__top + .header-main__bottom {
	margin-top: 15px;
}

.header-main nav ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.header-main .btn {
	height: 40px;
	padding-left: 20px;
	padding-right: 20px;
}

.header-main .btn .icon--schedule {
	font-size: 20px;
	margin-right: 12px;
}

.header-main .btn .icon--arrow-right {
	font-size: 9px;
	margin-left: 20px;
}

.is-stickyHeader .header-main {
	-webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.15);
	box-shadow: 0 1px 10px rgba(0, 0, 0, 0.15);
}

body:not(.page-home) .header-main {
	border-bottom: 1px solid #eaeaea;
}

.footer-main__culture {
	position: relative;
	background-color: #f9f9f9;
	z-index: 1;
	padding-top: 100px;
}

.footer-main__culture .container {
	position: relative;
}

.footer-main__culture .container:before {
	content: '';
	display: block;
	width: 100%;
	padding-top: 23.649%;
}

.footer-main__culture .decorative {
	position: absolute;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.footer-main__culture .decorative-square-1,
.footer-main__culture .decorative-square-2 {
	z-index: 1;
	display: block;
	border: 2px solid #9ce743;
}

.footer-main__culture .decorative-square-1:before,
.footer-main__culture .decorative-square-2:before {
	content: '';
	display: block;
	width: 100%;
	padding-top: 100%;
}

.footer-main__culture .decorative-square-1 {
	max-width: 140px;
	width: 10%;
	left: 2%;
	top: -10%;
	z-index: 3;
}

.footer-main__culture .decorative-square-2 {
	max-width: 300px;
	width: 20%;
	right: 5%;
	top: -10%;
}

.footer-main__culture .decorative-1 {
	left: -2%;
	bottom: 10%;
	width: 10%;
	max-width: 180px;
	z-index: 1;
}

.footer-main__culture .decorative-1:before {
	content: '';
	display: block;
	width: 100%;
	padding-top: 100%;
}

.footer-main__culture .decorative-2 {
	left: 5%;
	top: 10%;
	width: 29%;
	max-width: 440px;
	z-index: 2;
}

.footer-main__culture .decorative-2:before {
	content: '';
	display: block;
	width: 100%;
	padding-top: 50%;
}

.footer-main__culture .decorative-3,
.footer-main__culture .decorative-4,
.footer-main__culture .decorative-5 {
	-webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
	box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
}

.footer-main__culture .decorative-3 {
	max-width: 250px;
	width: 17%;
	bottom: -5%;
	left: 23%;
	z-index: 3;
}

.footer-main__culture .decorative-3:before {
	content: '';
	display: block;
	width: 100%;
	padding-top: 100%;
}

.footer-main__culture .decorative-4 {
	max-width: 400px;
	width: 26%;
	bottom: 0%;
	left: 35%;
	z-index: 1;
}

.footer-main__culture .decorative-4:before {
	content: '';
	display: block;
	width: 100%;
	padding-top: 87.5%;
}

.footer-main__culture .decorative-5 {
	max-width: 250px;
	width: 17%;
	bottom: 0%;
	right: 26%;
	z-index: 3;
}

.footer-main__culture .decorative-5:before {
	content: '';
	display: block;
	width: 100%;
	padding-top: 100%;
}

.footer-main__culture .decorative-6 {
	max-width: 300px;
	width: 20%;
	bottom: 10%;
	right: 10%;
	z-index: 2;
}

.footer-main__culture .decorative-6:before {
	content: '';
	display: block;
	width: 100%;
	padding-top: 100%;
}

.footer-main__culture .decorative-7 {
	max-width: 200px;
	width: 15%;
	bottom: 20%;
	right: 0%;
	z-index: 1;
}

.footer-main__culture .decorative-7:before {
	content: '';
	display: block;
	width: 100%;
	padding-top: 100%;
}

.footer-main__navigation,
.footer-main__credits {
	font-weight: 400;
	background-color: #2c2c2c;
	color: #ababab;
}

.footer-main__navigation li,
.footer-main__credits li {
	line-height: 24px;
}

.footer-main__navigation a,
.footer-main__credits a {
	color: white;
}

html:not(.mobile):not(.tablet) .footer-main__navigation a:hover,
.footer-main__navigation a.on_press,
html:not(.mobile):not(.tablet) .footer-main__credits a:hover,
.footer-main__credits a.on_press {
	color: #9ce743;
}

.footer-main__navigation {
	font-size: 16px;
	font-size: 1.6rem;
	position: relative;
	z-index: 2;
}

.footer-main__navigation > .container {
	padding-top: 30px;
	max-width: 1080px;
}

.footer-main__navigation > .container > .grid > .grid-item:nth-child(1) {
	width: 56%;
}

.footer-main__navigation > .container > .grid > .grid-item:nth-child(2),
.footer-main__navigation > .container > .grid > .grid-item:nth-child(3) {
	width: 22%;
}

.footer-main__navigation ul {
	list-style: none;
	padding: 0;
	margin: 0;
	list-style: none;
}

.footer-main__navigation ul li {
	margin: 0;
	padding: 0;
}

.footer-main__navigation ul,
.footer-main__navigation ul li {
	margin: 0;
	padding: 0;
}

.footer-main__navigation strong {
	font-size: 12px;
	font-size: 1.2rem;
	font-family: "futura-pt", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-weight: 900;
	color: white;
	text-transform: uppercase;
	display: block;
}

.footer-main__navigation .title {
	font-size: 18px;
	color: white;
	margin-bottom: 20px;
}

.footer-main__navigation h4 {
	margin-bottom: 0;
}

.footer-main__credits {
	font-size: 14px;
	font-size: 1.4rem;
	position: relative;
	z-index: 2;
}

.footer-main__credits > .container {
	display: block;
	max-width: none;
	padding: 30px;
}

.footer-main__credits .logo {
	display: block;
	margin: 0 auto 20px;
	width: 214px;
	height: 70px;
	-webkit-transition: opacity 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
	-o-transition: opacity 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: opacity 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.footer-main__credits .logo:before {
	content: none;
}

html:not(.mobile):not(.tablet) .footer-main__credits .logo:hover,
.footer-main__credits .logo.on_press {
	opacity: .65;
}

.footer-main__credits .grid-3 {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.footer-main__credits .grid-3 > .grid-item {
	width: auto;
	margin-bottom: 0;
}

.footer-main__credits .grid-3 > .grid-item:nth-child(1),
.footer-main__credits .grid-3 > .grid-item:nth-child(3) {
	width: 150px;
}

.footer-main__credits .grid-3 > .grid-item:nth-child(1) {
	text-align: left;
}

.footer-main__credits .grid-3 > .grid-item:nth-child(2) {
	text-align: center;
}

.footer-main__credits .grid-3 > .grid-item:nth-child(3) {
	text-align: right;
}

.footer-main__credits a {
	color: white;
	display: inline-block;
	position: relative;
}

.footer-main__credits a:before {
	content: '';
	position: absolute;
	left: 0;
	top: 100%;
	width: 100%;
	height: 1px;
	display: block;
	background-color: #9ce743;
}

.footer-contact {
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 400;
	background-color: #f9f9f9;
	color: #303030;
	line-height: 1.6;
}

.footer-contact .container {
	padding-top: 40px;
	padding-bottom: 40px;
}

.footer-contact .grid > .grid-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 300px;
}

.footer-contact .title,
.footer-contact p:not(:last-child) {
	margin-bottom: 20px;
}

.footer-contact .title {
	font-size: 24px;
	font-size: 2.4rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.footer-contact .title .icon {
	color: #9ce743;
}

.footer-contact .map-wrap {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	display: block;
	position: relative;
}

.footer-contact .map-wrap iframe {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: block;
	-webkit-box-shadow: 0 0 100px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 100px rgba(0, 0, 0, 0.1);
}

.footer-contact__col1,
.footer-contact__col3 {
	padding-top: 50px;
	padding-bottom: 50px;
}

.footer-contact__col1 {
	text-align: left;
}

.footer-contact__col1 strong {
	font-size: 14px;
	font-size: 1.4rem;
	display: inline-block;
	width: 40px;
	font-weight: 900;
	color: #303030;
	font-family: "futura-pt", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}

.footer-contact__col1 a {
	position: relative;
}

.footer-contact__col1 a:before {
	content: '';
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #9ce743;
	display: block;
}

.footer-contact__col1 .title {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.footer-contact__col1 .title .icon {
	margin-left: 20px;
}

.footer-contact__col2 {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.footer-contact__col3 {
	text-align: right;
}

.footer-contact__col3 .title {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
}

.footer-contact__col3 .title .icon {
	margin-right: 20px;
}

.footer-contact__col3 strong {
	font-size: 11px;
	font-size: 1.1rem;
	color: #303030;
	font-family: "futura-pt", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	text-transform: uppercase;
	font-weight: 900;
	display: block;
	width: 100%;
}

html {
	height: 100%;
}

body {
	font-size: 14px;
	font-family: "futura-pt", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-weight: 400;
	line-height: 1.4;
	letter-spacing: .02em;
	color: #7f7f7f;
	background-color: #2c2c2c;
}

.content-main {
	position: relative;
	z-index: 3;
}

.container {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	max-width: 1280px;
	padding-left: 20px;
	padding-right: 20px;
}

.container--wide {
	max-width: 1560px;
	padding-left: 20px;
	padding-right: 20px;
}

.container.no-padding {
	max-width: 1200px !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.container--page {
	width: 100%;
	min-height: 100vh;
	overflow: hidden;
	position: relative;
	opacity: 1;
	-webkit-transition: opacity 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
	-o-transition: opacity 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: opacity 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.content-inner {
	background-color: white;
}

.content-inner > .container {
	padding-top: 40px;
	padding-bottom: 40px;
}

.hero {
	min-height: 450px;
	position: relative;
	z-index: 1;
	display: block;
	width: 100vw;
	background-color: white;
}

.hero .bg {
	display: block;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 1;
	background-position: center 15%;
	background-repeat: no-repeat;
	background-size: cover;
}

.hero > * {
	position: relative;
	z-index: 2;
}

.hero__overlay {
	width: 100vw;
	height: auto;
}

.hero__content {
	position: relative;
	z-index: 2;
	text-align: center;
}

.hero .container {
	padding-top: 40px;
	padding-bottom: 40px;
	text-align: center;
}

.hero .title {
	max-width: 430px;
	font-size: 30px;
	font-family: "adobe-caslon-pro", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-weight: 700;
	line-height: 1.2;
	color: #303030;
	margin: 0 auto;
}

.hero .content {
	max-width: 450px;
	font-size: 16px;
	margin: 0 auto;
}

.hero .buttons {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.hero .title + .content {
	margin-top: 20px;
}

.hero .title + .buttons,
.hero .content + .buttons {
	margin-top: 30px;
}

.panel-location {
	position: relative;
}

.panel-location > * {
	position: relative;
	z-index: 3;
}

.panel-location .bg-left,
.panel-location .bg-right {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	z-index: 1;
	display: block;
	pointer-events: none;
}

.panel-location .bg-left {
	margin-right: -40px;
	margin-top: -10px;
	width: 20vw;
	max-width: 276px;
	top: 0;
	right: 100%;
}

.panel-location .bg-left:before {
	content: '';
	display: block;
	width: 100%;
	padding-top: 205%;
}

.panel-location .bg-right {
	margin-left: -100px;
	margin-top: -30px;
	width: 30vw;
	max-width: 343px;
	top: 100%;
	left: 100%;
}

.panel-location .bg-right:before {
	content: '';
	display: block;
	width: 100%;
	padding-top: 63%;
}

.panel-location__inner {
	border-radius: 3px;
	border: 1px solid #eaeaea;
	background-color: #fafafa;
	position: relative;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: block;
	z-index: 2;
}

.panel-location iframe {
	position: absolute;
	right: 0;
	top: 0;
	width: 40%;
	height: 100%;
	display: block;
	border-radius: 0 3px 3px 0;
}

.panel-location__content {
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
	width: 60%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	color: #303030;
}

.panel-location__content .title {
	margin-bottom: 10px;
}

.panel-location__content > div + div {
	margin-top: 40px;
}

.panel-location__address .content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
}

.panel-location__address .content > p {
	width: 50%;
	max-width: 240px;
	line-height: 1.6;
}

.panel-location__address .content > p:nth-child(2) {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 700;
	color: #5e5e5e;
}

.panel-location__landmarks {
	font-size: 16px;
	font-size: 1.6rem;
}

.panel-location__landmarks p {
	display: block;
}

.panel-location__landmarks p:not(:last-child) {
	margin-bottom: 5px;
}

.panel-emergencies {
	position: relative;
	max-width: 950px;
}

.panel-emergencies .bg-left,
.panel-emergencies .bg-right {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	z-index: 1;
	display: block;
	pointer-events: none;
}

.panel-emergencies .bg-left {
	margin-right: -25px;
	margin-top: -10px;
	width: 20vw;
	max-width: 276px;
	top: 0;
	right: 100%;
}

.panel-emergencies .bg-left:before {
	content: '';
	display: block;
	width: 100%;
	padding-top: 205%;
}

.panel-emergencies .bg-right {
	margin-left: -100px;
	margin-top: -30px;
	width: 30vw;
	max-width: 343px;
	top: 100%;
	left: 100%;
}

.panel-emergencies .bg-right:before {
	content: '';
	display: block;
	width: 100%;
	padding-top: 63%;
}

.panel-emergencies__content {
	counter-reset: index-counter;
	background-color: white;
	border: 1px solid #eaeaea;
	border-radius: 3px;
	color: #7f7f7f;
	position: relative;
	z-index: 2;
	list-style: none;
	margin: 0;
	padding: 0;
}

.panel-emergencies__content > li:last-child .panel-emergencies__extra {
	border-bottom: 0;
}

.panel-emergencies__title {
	counter-increment: index-counter;
	margin: 0;
	position: relative;
	color: #2c2c2c;
	background-color: #f9f9f9;
	border-bottom: 1px solid #eaeaea;
	padding-left: 70px;
	padding-right: 70px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.panel-emergencies__title:before {
	content: counter(index-counter) ". ";
	position: absolute;
	left: 0;
	top: 0;
	width: 70px;
	font-size: 18px;
	text-align: center;
	color: #303030;
	font-weight: 900;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.panel-emergencies__extra {
	display: block;
	color: #2c2c2c;
	padding-left: 70px;
	padding-right: 70px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #eaeaea;
}

.panel-emergencies + .panel-emergencies-contact {
	margin-top: 40px;
}

.panel-emergencies-contact {
	position: relative;
	z-index: 4;
}

.panel-emergencies-contact .title {
	margin-bottom: 10px;
}

.panel-emergencies-contact__list {
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 16px;
	color: #2c2c2c;
}

.panel-emergencies-contact__list li {
	margin: 0;
	padding: 0;
}

.panel-emergencies-contact__list li:not(:last-child) {
	margin-bottom: 20px;
}

.panel-emergencies-contact__list strong {
	font-family: "futura-pt", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-weight: 700;
	font-size: 16px;
	max-width: 445px;
	width: 100vw;
	display: inline-block;
}

html:not(.mobile):not(.tablet) .panel-emergencies-contact__list a:hover,
.panel-emergencies-contact__list a.on_press {
	text-decoration: underline;
	color: #2c2c2c;
	opacity: .65;
}

.panel-contact {
	position: relative;
	overflow: hidden;
}

.panel-contact__content {
	max-width: 768px;
	margin-bottom: 50px;
}

.panel-contact__content .cms-block-content {
	color: #303030;
}

.panel-contact__details {
	color: #303030;
}

.panel-contact__details .icon {
	display: block;
	margin-bottom: 20px;
}

.panel-contact__details .icon:before {
	color: #9ce743;
	font-size: 30px;
}

.panel-contact__details .title {
	margin-bottom: 10px;
}

.panel-contact__details strong {
	font-family: "futura-pt", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-weight: 900;
}

.panel-contact__details .grid-item p {
	font-size: 15px;
	line-height: 1.4;
}

.panel-contact__details .grid-item:nth-child(2) strong {
	width: 100vw;
	max-width: 80px;
	font-size: 11px;
	text-transform: uppercase;
	display: inline-block;
}

.panel-contact__details .grid-item:nth-child(3) {
	position: relative;
	z-index: 2;
}

.panel-contact__details .grid-item:nth-child(3):before {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100vw;
	height: 1px;
	display: block;
	background-color: #9ce743;
}

.panel-contact__details .grid-item:nth-child(4) {
	position: relative;
	z-index: 1;
}

.panel-contact__details .grid-item:nth-child(4) .map-wrap,
.panel-contact__details .grid-item:nth-child(4) iframe {
	width: 100%;
}

.panel-contact__details .grid-item:nth-child(4) .map-wrap:after {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	display: block;
	border: 2px solid #9ce743;
	pointer-events: none;
	width: 50px;
	height: 50px;
}

.panel-contact__details .grid-item:nth-child(4) iframe {
	height: 100%;
	min-height: 250px;
	display: block;
}

.panel-contact__details a {
	position: relative;
	display: inline-block;
}

.panel-contact__details a:before {
	content: '';
	position: absolute;
	left: 0;
	top: 100%;
	width: 100%;
	height: 1px;
	display: block;
	background-color: #9ce743;
}

.panel-about {
	position: relative;
}

.panel-about > .container {
	padding-top: 40px;
	padding-bottom: 40px;
}

.panel-about .bg {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center 15%;
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 1;
	max-width: 800px;
	display: block;
	pointer-events: none;
	overflow: hidden;
}

.panel-about .bg:before {
	content: '';
	display: block;
	width: 100%;
	padding-top: 72.5%;
}

.panel-about > * {
	position: relative;
	z-index: 2;
}

.panel-about__intro {
	margin-bottom: 20px;
	font-size: 16px;
	color: #303030;
	max-width: 700px;
}

.panel-about__history {
	font-size: 16px;
	color: #7f7f7f;
	max-width: 640px;
}

.panel-sellingpoint {
	position: relative;
	background-color: #65757e;
	max-height: 800px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.panel-sellingpoint__overlay {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 4;
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.panel-sellingpoint__overlay .title {
	color: white;
	font-weight: 900;
	margin-bottom: 0;
	max-width: 300px;
}

.panel-sellingpoint .bg {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center 15%;
	width: 60vw;
	max-width: 1200px;
	min-height: 200px;
	pointer-events: none;
	display: block;
	position: relative;
	z-index: 1;
}

.panel-sellingpoint .bg:before {
	content: '';
	display: block;
	width: 100%;
	padding-top: 66.6666%;
}

.panel-sellingpoint .bg:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	width: 33.3333%;
	height: 100%;
	background: -webkit-gradient(linear, left top, right top, from(#65757e), to(rgba(101, 117, 126, 0)));
	background: -webkit-linear-gradient(left, #65757e 0%, rgba(101, 117, 126, 0) 100%);
	background: -o-linear-gradient(left, #65757e 0%, rgba(101, 117, 126, 0) 100%);
	background: linear-gradient(to right, #65757e 0%, rgba(101, 117, 126, 0) 100%);
}

.panel-sellingpoint .decorative {
	display: block;
	position: absolute;
	z-index: 2;
	pointer-events: none;
}

.panel-sellingpoint .decorative:before {
	content: '';
	display: block;
	width: 100%;
	padding-top: 100%;
}

.panel-sellingpoint .decorative:before {
	border: 2px solid white;
}

.panel-sellingpoint .decorative-1 {
	top: 10%;
	left: 50%;
	max-width: 80px;
	width: 3vw;
}

.panel-sellingpoint .decorative-1:before {
	opacity: .1;
	-webkit-animation: float 6s ease-in-out infinite;
	animation: float 6s ease-in-out infinite;
}

.panel-sellingpoint .decorative-2 {
	left: 10%;
	top: 85%;
	max-width: 150px;
	width: 8vw;
}

.panel-sellingpoint .decorative-2:before {
	opacity: .8;
	-webkit-animation: float 6s ease-in-out infinite 2s;
	animation: float 6s ease-in-out infinite 2s;
}

.panel-cta {
	position: relative;
	background-color: #2c2c2c;
	color: #7f7f7f;
}

.panel-cta .title {
	color: white;
	margin-bottom: 10px;
}

.panel-cta .content {
	margin-bottom: 20px;
	max-width: 520px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.panel-cta .btn {
	max-width: 330px;
}

.panel-cta .grid {
	margin-left: -20px;
	width: auto;
}

.panel-cta .grid > .grid-item {
	padding: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.panel-services > .container {
	padding-top: 40px;
	padding-bottom: 40px;
}

.panel-services__intro {
	margin-bottom: 40px;
}

.panel-services__intro .title {
	margin-bottom: 0;
}

.panel-services__intro .content {
	font-size: 16px;
	max-width: 700px;
	color: #303030;
}

.panel-services__grid {
	max-width: 1150px;
	margin-bottom: 40px;
}

.panel-services__grid__item {
	margin-bottom: 20px;
	font-size: 15px;
	font-size: 1.5rem;
	max-width: 270px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.panel-services__grid__item .icon {
	max-width: 60px;
	width: 100%;
	margin-bottom: 10px;
	background-size: 40px 40px;
	background-repeat: no-repeat;
	background-position: left center;
}

.panel-services__grid__item .icon:before {
	content: '';
	display: block;
	width: 100%;
	padding-top: 100%;
}

.panel-services__grid__item .title {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	line-height: 1;
}

.panel-services__conditions ul {
	list-style: none;
	padding: 0;
	margin: 0;
	background-color: #f9f9f9;
	border: 1px solid #eaeaea;
	border-radius: 3px;
	color: #7f7f7f;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.panel-services__conditions ul li {
	margin: 0;
	padding: 0;
}

.panel-services__conditions ul li {
	font-size: 15px;
	font-size: 1.5rem;
	border-bottom: 1px solid #ededed;
	line-height: 1.2;
	padding: 6px 20px;
	position: relative;
	margin-bottom: -1px;
}

.panel-intro {
	position: relative;
}

.panel-intro > .container {
	padding-top: 40px;
	padding-bottom: 40px;
}

.panel-intro .content {
	font-size: 16px;
	color: #303030;
	max-width: 700px;
}

.panel-team {
	position: relative;
}

.panel-team .decorative-1,
.panel-team .decorative-2,
.panel-team .decorative-3,
.panel-team .decorative-4 {
	width: 1px;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.panel-team .decorative-1 .bg,
.panel-team .decorative-2 .bg,
.panel-team .decorative-3 .bg,
.panel-team .decorative-4 .bg {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	width: 30vw;
}

.panel-team .decorative-1 .bg {
	right: 0;
	top: 0;
	max-width: 217px;
	-webkit-transform: translateX(35%);
	-ms-transform: translateX(35%);
	transform: translateX(35%);
}

.panel-team .decorative-1 .bg:before {
	content: '';
	display: block;
	width: 100%;
	padding-top: 152.08%;
}

.panel-team .decorative-2 .bg {
	left: 0;
	bottom: 0;
	max-width: 165px;
	-webkit-transform: translateX(-15%);
	-ms-transform: translateX(-15%);
	transform: translateX(-15%);
}

.panel-team .decorative-2 .bg:before {
	content: '';
	display: block;
	width: 100%;
	padding-top: 151.4%;
}

.panel-team .decorative-3 .bg {
	right: 0;
	top: 0;
	max-width: 265px;
	-webkit-transform: translate(35%, -20%);
	-ms-transform: translate(35%, -20%);
	transform: translate(35%, -20%);
}

.panel-team .decorative-3 .bg:before {
	content: '';
	display: block;
	width: 100%;
	padding-top: 172.08%;
}

.panel-team .decorative-4 .bg {
	left: 0;
	top: 100%;
	max-width: 240px;
	-webkit-transform: translate(-35%, -50%);
	-ms-transform: translate(-35%, -50%);
	transform: translate(-35%, -50%);
}

.panel-team .decorative-4 .bg:before {
	content: '';
	display: block;
	width: 100%;
	padding-top: 116.4%;
}

.panel-team + .panel-team {
	margin-top: 40px;
	padding-bottom: 40px;
}

.panel-team .grid {
	width: auto;
	margin-left: -15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.panel-team .grid > .grid-item {
	padding-left: 15px;
	margin-bottom: 15px;
	position: relative;
	z-index: 1;
	max-width: 390px;
}

.panel-team .grid > .grid-item:not(.is-active) .close {
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
}

.panel-team .close {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 4;
	padding: 20px;
	width: 60px;
	height: 60px;
	display: block;
	-webkit-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
	-o-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.panel-team .close:before,
.panel-team .close:after {
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	background-color: white;
	border-radius: 2px;
	width: 2px;
	height: 20px;
	margin-top: -10px;
	margin-left: -1px;
	display: block;
	-webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
	box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
}

.panel-team .close:before {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.panel-team .close:after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

html:not(.mobile):not(.tablet) .panel-team .close:hover,
.panel-team .close.on_press {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

.panel-team__item {
	position: relative;
	display: block;
	width: 100%;
	z-index: 1;
}

.panel-team__item__bg {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center 15%;
	display: block;
	width: 100%;
	position: relative;
	z-index: 2;
}

.panel-team__item__bg:before {
	content: '';
	display: block;
	width: 100%;
	padding-top: 110%;
}

.panel-team__item__content {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	padding: 30px;
	padding-top: 100px;
	text-align: center;
	display: block;
	z-index: 3;
	color: white;
	-webkit-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
	-o-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.65)));
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
	background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
}

.panel-team__item__content .pre-title,
.panel-team__item__content .title {
	-webkit-transition: -webkit-transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: -webkit-transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
	-o-transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.panel-team__item__content .pre-title {
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 900;
	text-transform: uppercase;
	margin-bottom: 6px;
}

.panel-team__item__content .title {
	line-height: 1;
	color: white;
	font-size: 28px;
	margin-bottom: 0;
}

.panel-team__item__content .btn-text {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 900;
	height: 70px;
	line-height: 1;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	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;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
	-o-transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.panel-team__item__content .btn-text .icon {
	margin-left: 30px;
}

.panel-team__item__content .btn-text .icon:before {
	font-size: 12px;
}

html:not(.mobile):not(.tablet) .panel-team__item:hover .panel-team__item__content .pre-title,
html:not(.mobile):not(.tablet) .panel-team__item:hover .panel-team__item__content .title,
.panel-team__item.on_press .panel-team__item__content .pre-title,
.panel-team__item.on_press .panel-team__item__content .title {
	-webkit-transform: translateY(-15px);
	-ms-transform: translateY(-15px);
	transform: translateY(-15px);
}

html:not(.mobile):not(.tablet) .panel-team__item:hover .panel-team__item__content .btn-text,
.panel-team__item.on_press .panel-team__item__content .btn-text {
	opacity: 1;
	visibility: visible;
}

.panel-team__overlay {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	background-color: white;
	display: block;
	border-radius: 4px;
	visibility: hidden;
	opacity: 0;
	pointer-events: none;
	margin-left: -10px;
	margin-right: -10px;
	margin-top: -10px;
	margin-bottom: -10px;
	-webkit-box-shadow: 0 0 35px rgba(0, 0, 0, 0.15);
	box-shadow: 0 0 35px rgba(0, 0, 0, 0.15);
	-webkit-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
	-o-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.panel-team__overlay:before {
	content: '';
	display: block;
	width: 100%;
	padding-top: 110%;
}

.panel-team__overlay__header {
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
	margin-top: -10px;
}

.panel-team__overlay__header .pre-title {
	margin-bottom: 5px;
	text-transform: uppercase;
	font-weight: 900;
	font-size: 11px;
}

.panel-team__overlay__header .title {
	padding-bottom: 10px;
	border-bottom: 1px solid #eaeaea;
	line-height: 1;
	margin-bottom: 0;
}

.panel-team__overlay .cms-block-content {
	font-size: 13px;
	font-size: 1.3rem;
	color: #7f7f7f;
}

.panel-team__overlay .cms-block-content p:not(:last-child) {
	margin-bottom: 20px;
}

.panel-team__overlay .cms-block-content p + p {
	margin-top: 0;
}

.panel-team__overlay__overflow {
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
	max-height: 200px;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
}

.panel-team .grid-item.is-active {
	z-index: 2;
}

.panel-team .grid-item.is-active .panel-team__item__content {
	opacity: 0;
	visibility: hidden;
}

.panel-team .grid-item.is-active .panel-team__overlay {
	visibility: visible;
	opacity: 1;
	pointer-events: all;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

.home-about {
	background-color: white;
}

.home-about > .container {
	padding-top: 20px;
	padding-bottom: 20px;
}

.home-about .grid {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.home-about .grid > .grid-item:nth-child(2) {
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 40px;
}

.home-about .title {
	font-size: 22px;
	line-height: 1;
	padding-top: 2px;
}

.home-about .title,
.home-about .content {
	margin-bottom: 20px;
}

.home-about .content p + p {
	margin-top: 20px;
}

.home-about .bg {
	width: 100%;
	height: 100%;
	display: block;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.home-team {
	position: relative;
	background-color: white;
}

.home-team__overlay {
	padding-top: 20px;
	width: 100%;
	text-align: center;
}

.home-team__overlay:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	display: block;
	background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0)), to(white));
	background: -webkit-linear-gradient(bottom, rgba(255, 255, 255, 0) 0%, white 100%);
	background: -o-linear-gradient(bottom, rgba(255, 255, 255, 0) 0%, white 100%);
	background: linear-gradient(to top, rgba(255, 255, 255, 0) 0%, white 100%);
}

.home-team__overlay:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	width: 100%;
	height: 350px;
	display: block;
	background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0)), color-stop(85%, white));
	background: -webkit-linear-gradient(bottom, rgba(255, 255, 255, 0) 0%, white 85%);
	background: -o-linear-gradient(bottom, rgba(255, 255, 255, 0) 0%, white 85%);
	background: linear-gradient(to top, rgba(255, 255, 255, 0) 0%, white 85%);
}

.home-team__overlay > * {
	position: relative;
	z-index: 2;
}

.home-team .title {
	font-size: 22px;
	line-height: 1;
	padding-top: 2px;
}

.home-team .content {
	max-width: 350px;
}

.home-team .title + .content {
	margin-top: 20px;
}

.home-team .content + .buttons {
	margin-top: 30px;
}

.home-team .bg {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	max-height: 750px;
	display: block;
	position: relative;
	z-index: 1;
}

.home-team .bg:before {
	content: '';
	display: block;
	width: 100%;
	padding-top: 65%;
}

.home-services {
	padding-top: 40px;
	padding-bottom: 40px;
	background-color: white;
}

.home-services .container {
	padding-left: 20px;
	padding-right: 20px;
}

.home-services .grid > .grid-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.home-services__intro {
	margin-bottom: 40px;
	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-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
}

.home-services__intro .title {
	font-size: 22px;
	line-height: 1;
	padding-top: 2px;
}

.home-services__intro .content {
	max-width: 350px;
}

.home-services__item {
	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-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	position: relative;
	z-index: 2;
	border-radius: 3px;
	-webkit-box-shadow: 0 0 100px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 100px rgba(0, 0, 0, 0.1);
	background-color: white;
	padding-bottom: 50px;
}

.home-services__item .bg {
	display: block;
	border-radius: 3px 3px 0 0;
	background-repeat: no-repeat;
	background-position: center 15%;
	background-size: cover;
}

.home-services__item .bg:before {
	content: '';
	display: block;
	width: 100%;
	padding-top: 52.65%;
}

.home-services__item .content {
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 20px;
	padding-right: 20px;
	display: block;
}

.home-services__item .title {
	font-size: 18px;
	line-height: 1.2;
	margin-bottom: 10px;
}

.home-services__item ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: block;
}

.home-services__item ul > li {
	margin: 0;
	padding: 0;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.2;
	font-weight: 450;
	position: relative;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 30px;
	display: block;
	color: #303030;
	letter-spacing: .02em;
}

.home-services__item ul > li .icon--arrowhead-right {
	position: absolute;
	left: 0;
	top: 15px;
}

.home-services__item ul > li .icon--arrowhead-right:before {
	-webkit-transition: -webkit-transform 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: -webkit-transform 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
	-o-transition: transform 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: transform 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: transform 0.2s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
	font-size: 11px;
	color: #9ce743;
}

.home-services__item .btn {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 50px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-radius: 3px;
}

.home-services .decorative-1,
.home-services .decorative-2 {
	position: absolute;
	display: block;
	z-index: 1;
}

.home-services .decorative-1 {
	left: -90px;
	top: -30px;
	width: 218px;
	height: 330px;
}

.home-services .decorative-2 {
	right: -100px;
	bottom: -65px;
	width: 137px;
	height: 240px;
}

.error404 .decorative-leaves--left,
.error404 .decorative-leaves--right {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	top: 0;
	z-index: 1;
	pointer-events: none;
}

.error404 .decorative-leaves--left {
	left: 0;
	max-width: 267px;
	width: 15vw;
}

.error404 .decorative-leaves--left:before {
	content: '';
	display: block;
	width: 100%;
	padding-top: 148%;
}

.error404 .decorative-leaves--right {
	right: 40px;
	max-width: 981px;
	width: 50vw;
}

.error404 .decorative-leaves--right:before {
	content: '';
	display: block;
	width: 100%;
	padding-top: 42.2%;
}

.error404 .hero {
	max-height: 500px;
	position: relative;
	overflow: hidden;
	display: table;
	min-height: 0;
}

.error404 .hero__inner {
	display: table-cell;
	vertical-align: bottom;
}

.error404 .hero .container {
	padding-top: 100px;
	padding-bottom: 100px;
}

.error404 .hero .content {
	max-width: none;
}

.error404 .hero .title + .content,
.error404 .hero .title + .buttons {
	margin-top: 30px;
}

.error404 .hero .buttons a {
	font-size: 16px;
	position: relative;
	color: #303030;
	display: block;
}

.error404 .hero .buttons a:before {
	content: '';
	position: absolute;
	left: 0;
	top: 100%;
	width: 100%;
	height: 1px;
	background-color: #9ce743;
	display: block;
	-webkit-transition: -webkit-transform 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: -webkit-transform 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
	-o-transition: transform 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: transform 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: transform 0.2s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}

html:not(.mobile):not(.tablet) .error404 .hero .buttons a:hover:before,
.error404 .hero .buttons a.on_press:before {
	-webkit-transform: translateY(5px);
	-ms-transform: translateY(5px);
	transform: translateY(5px);
}

.cms-block-content:after {
	content: '';
	clear: both;
	display: table;
}

.cms-block-content .container {
	max-width: 930px;
	padding: 80px 125px;
	position: relative;
	padding-top: 30px;
	padding-bottom: 30px;
	padding-left: 30px;
	padding-right: 30px;
}

.cms-block-content .wp-caption-text {
	width: 80%;
	padding: 0 20px;
}

.cms-block-content .wp-caption {
	font-size: 12px;
	font-size: 1.2rem;
	color: #7f7f7f;
}

.cms-block-content .wp-caption p,
.cms-block-content .wp-caption p + p {
	margin: 0;
}

.cms-block-content .aligncenter,
.cms-block-content .alignnone {
	clear: both;
	width: 100%;
	margin: 50px 0;
	clear: both;
}

.cms-block-content .aligncenter {
	text-align: center;
}

.cms-block-content .aligncenter .wp-caption-text {
	margin-left: auto;
	margin-right: auto;
}

.cms-block-content .aligncenter img {
	margin: 0 auto;
}

.cms-block-content .alignleft img,
.cms-block-content .alignright img,
.cms-block-content .aligncenter img,
.cms-block-content .alignnone img {
	margin-bottom: 13px;
}

.cms-block-content .alignleft {
	margin-left: -30px;
}

.cms-block-content .alignright {
	margin-right: -30px;
}

.cms-block-content img {
	width: auto;
	max-width: 100%;
	height: auto;
	display: block;
}

.cms-block-content img.size-full {
	margin-top: 15px;
	margin-bottom: 15px;
}

.cms-block-content a {
	color: #9ce743;
	text-decoration: underline;
}

.cms-block-content h2,
.cms-block-content h3,
.cms-block-content h4,
.cms-block-content h5,
.cms-block-content h6 {
	font-weight: normal;
}

.cms-block-content h2 {
	font-size: 30px;
}

.cms-block-content h3 {
	font-size: 26px;
}

.cms-block-content h1 + h2,
.cms-block-content h2 + h2,
.cms-block-content h3 + h2,
.cms-block-content h4 + h2,
.cms-block-content h5 + h2,
.cms-block-content h6 + h2,
.cms-block-content img + h2,
.cms-block-content p + h2,
.cms-block-content blockquote + h2,
.cms-block-content iframe + h2,
.cms-block-content a + h2 {
	margin-top: 30px;
}

.cms-block-content h1 + h3,
.cms-block-content h2 + h3,
.cms-block-content h3 + h3,
.cms-block-content h4 + h3,
.cms-block-content h5 + h3,
.cms-block-content h6 + h3,
.cms-block-content img + h3,
.cms-block-content p + h3,
.cms-block-content blockquote + h3,
.cms-block-content iframe + h3,
.cms-block-content a + h3 {
	margin-top: 30px;
}

.cms-block-content h1,
.cms-block-content h2,
.cms-block-content h3,
.cms-block-content h4,
.cms-block-content h5,
.cms-block-content h6,
.cms-block-content p,
.cms-block-content blockquote,
.cms-block-content ul,
.cms-block-content img {
	margin-bottom: 20px;
}

.cms-block-content p + p {
	margin-top: 20px;
}

.cms-block-content blockquote {
	font-size: 18px;
	line-height: 1.4;
	font-style: italic;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	clear: both;
	margin-right: -30px;
	width: 100%;
	max-width: 475px;
	padding: 0 30px 0 50px;
	position: relative;
}

.cms-block-content blockquote .icon {
	position: absolute;
	left: 0;
	top: 0;
	font-size: 12px;
	color: #9ce743;
}

.cms-block-content blockquote .attribution {
	font-size: 14px;
	font-size: 1.4rem;
	color: #7f7f7f;
	display: block;
	margin-top: 20px;
}

.cms-block-content blockquote:after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 10px;
	height: 150px;
	display: block;
	background-color: #9ce743;
}

.cms-block-content *:last-child {
	margin-bottom: 0;
}

.cms-block-content ul {
	margin-top: 15px;
	margin-bottom: 15px;
	padding-left: 30px;
	list-style: disc;
}

.cms-block-content ul li {
	display: list-item;
}

.cms-block-content ul li + li {
	margin-top: 10px;
}

.cms-block-content ul ul {
	list-style: circle;
	margin-bottom: 15px;
}

.iframe-wrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}

.iframe-wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

@media (min-width: 401px) and (max-width: 960px) {

.footer-main__credits .grid-3 {
	padding-bottom: 30px;
	position: relative;
}

.footer-main__credits .grid-3 > .grid-item:nth-child(1),
.footer-main__credits .grid-3 > .grid-item:nth-child(3) {
	position: absolute;
	bottom: 0;
	width: 50%;
	padding: 0 8px;
}

.footer-main__credits .grid-3 > .grid-item:nth-child(1) {
	text-align: right;
	left: 0;
}

.footer-main__credits .grid-3 > .grid-item:nth-child(2) {
	text-align: center;
	width: 100%;
}

.footer-main__credits .grid-3 > .grid-item:nth-child(3) {
	text-align: left;
	right: 0;
}

}

@media (min-width: 441px) and (max-width: 620px) {

.panel-services__conditions ul li {
	width: 50%;
}

}

@media screen and (min-width: 480px) {

.separate--20 > div + div {
	margin-top: calc(20px + 0 * (100vw - 480px) / 1320);
}

.gutter-150 {
	margin-left: calc(-60px + -90 * (100vw - 480px) / 1320);
}

.gutter-150 > .grid-item {
	padding-left: calc(60px + 90 * (100vw - 480px) / 1320);
}

.gutter-140 {
	margin-left: calc(-56px + -84 * (100vw - 480px) / 1320);
}

.gutter-140 > .grid-item {
	padding-left: calc(56px + 84 * (100vw - 480px) / 1320);
}

.gutter-130 {
	margin-left: calc(-52px + -78 * (100vw - 480px) / 1320);
}

.gutter-130 > .grid-item {
	padding-left: calc(52px + 78 * (100vw - 480px) / 1320);
}

.gutter-100 {
	margin-left: calc(-40px + -60 * (100vw - 480px) / 1320);
}

.gutter-100 > .grid-item {
	padding-left: calc(40px + 60 * (100vw - 480px) / 1320);
}

.gutter-60 {
	margin-left: calc(-24px + -36 * (100vw - 480px) / 1320);
}

.gutter-60 > .grid-item {
	padding-left: calc(24px + 36 * (100vw - 480px) / 1320);
}

.gutter-30 {
	margin-left: calc(-20px + -10 * (100vw - 480px) / 1320);
}

.gutter-30 > .grid-item {
	padding-left: calc(20px + 10 * (100vw - 480px) / 1320);
}

.padding-40--top {
	padding-top: calc(20px + 20 * (100vw - 480px) / 1320);
}

.padding-40--bottom {
	padding-bottom: calc(20px + 20 * (100vw - 480px) / 1320);
}

.margin-50--top {
	margin-top: calc(20px + 30 * (100vw - 480px) / 1320);
}

.margin-50--bottom {
	margin-bottom: calc(20px + 30 * (100vw - 480px) / 1320);
}

.margin-40--top {
	margin-top: calc(20px + 20 * (100vw - 480px) / 1320);
}

.margin-40--bottom {
	margin-bottom: calc(20px + 20 * (100vw - 480px) / 1320);
}

.margin-20--bottom {
	margin-bottom: calc(10px + 10 * (100vw - 480px) / 1320);
}

.margin-10--bottom {
	margin-bottom: calc(5px + 5 * (100vw - 480px) / 1320);
}

.well-20 {
	padding: calc(20px + 0 * (100vw - 480px) / 1320);
}

.text-70 {
	font-size: calc(30.00429px + 39.99571 * (100vw - 480px) / 1320);
}

.text-50 {
	font-size: calc(21.43163px + 28.56837 * (100vw - 480px) / 1320);
}

.text-36 {
	font-size: calc(20px + 16 * (100vw - 480px) / 1320);
}

.text-32 {
	font-size: calc(20px + 12 * (100vw - 480px) / 1320);
}

.text-30 {
	font-size: calc(20px + 10 * (100vw - 480px) / 1320);
}

.text-28 {
	font-size: calc(20px + 8 * (100vw - 480px) / 1320);
}

.text-24 {
	font-size: calc(20px + 4 * (100vw - 480px) / 1320);
}

.text-22 {
	font-size: calc(20px + 2 * (100vw - 480px) / 1320);
}

.btn--cta {
	font-size: calc(14px + 8 * (100vw - 480px) / 1320);
}

.btn--cta .icon--schedule:before {
	font-size: calc(18px + 8 * (100vw - 480px) / 1320);
}

.btn--cta:not(.btn--cta--jumbo) {
	height: calc(50px + 50 * (100vw - 480px) / 1320);
}

.btn--cta.btn--cta--jumbo {
	padding-top: calc(20px + 30 * (100vw - 480px) / 1320);
}

.btn--cta.btn--cta--jumbo {
	padding-bottom: calc(20px + 20 * (100vw - 480px) / 1320);
}

.btn--cta.btn--cta--jumbo .btn--cta__message {
	margin-bottom: calc(20px + 20 * (100vw - 480px) / 1320);
}

.btn--cta.btn--cta--jumbo .btn--cta__message {
	font-size: calc(14px + 2 * (100vw - 480px) / 1320);
}

.breadcrumbs {
	margin-bottom: calc(10px + 30 * (100vw - 480px) / 1320);
}

.has-tooltip {
	padding-top: calc(10px + 10 * (100vw - 480px) / 1320);
}

.has-tooltip {
	padding-bottom: calc(10px + 10 * (100vw - 480px) / 1320);
}

.header-main {
	padding-left: calc(20px + 10 * (100vw - 480px) / 1320);
}

.header-main {
	padding-right: calc(20px + 10 * (100vw - 480px) / 1320);
}

.header-main__logo {
	left: calc(20px + 25 * (100vw - 480px) / 1320);
}

.footer-main__navigation > .container {
	padding-top: calc(30px + 20 * (100vw - 480px) / 1320);
}

.footer-main__navigation .title {
	font-size: calc(18px + 6 * (100vw - 480px) / 1320);
}

.footer-contact .container {
	padding-top: calc(40px + 60 * (100vw - 480px) / 1320);
}

.footer-contact .container {
	padding-bottom: calc(40px + 60 * (100vw - 480px) / 1320);
}

body {
	font-size: calc(14px + 4 * (100vw - 480px) / 1320);
}

.content-inner > .container {
	padding-top: calc(40px + 60 * (100vw - 480px) / 1320);
}

.content-inner > .container {
	padding-bottom: calc(40px + 60 * (100vw - 480px) / 1320);
}

.hero {
	min-height: calc(450px + 510 * (100vw - 480px) / 1320);
}

.hero .container {
	padding-top: calc(40px + 60 * (100vw - 480px) / 1320);
}

.hero .container {
	padding-bottom: calc(40px + 60 * (100vw - 480px) / 1320);
}

.hero .title {
	max-width: calc(430px + 550 * (100vw - 480px) / 1320);
}

.hero .title {
	font-size: calc(30px + 40 * (100vw - 480px) / 1320);
}

.hero .content {
	max-width: calc(450px + 300 * (100vw - 480px) / 1320);
}

.hero .content {
	font-size: calc(16px + 4 * (100vw - 480px) / 1320);
}

.panel-location .bg-left {
	margin-right: calc(-40px + -60 * (100vw - 480px) / 1320);
}

.panel-location .bg-left {
	margin-top: calc(-10px + -20 * (100vw - 480px) / 1320);
}

.panel-location .bg-right {
	margin-left: calc(-100px + -50 * (100vw - 480px) / 1320);
}

.panel-location .bg-right {
	margin-top: calc(-30px + -40 * (100vw - 480px) / 1320);
}

.panel-location__content {
	padding-top: calc(20px + 30 * (100vw - 480px) / 1320);
}

.panel-location__content {
	padding-bottom: calc(20px + 30 * (100vw - 480px) / 1320);
}

.panel-location__content {
	padding-left: calc(20px + 40 * (100vw - 480px) / 1320);
}

.panel-location__content {
	padding-right: calc(20px + 40 * (100vw - 480px) / 1320);
}

.panel-emergencies .bg-left {
	margin-right: calc(-25px + -40 * (100vw - 480px) / 1320);
}

.panel-emergencies .bg-left {
	margin-top: calc(-10px + -20 * (100vw - 480px) / 1320);
}

.panel-emergencies .bg-right {
	margin-left: calc(-100px + -50 * (100vw - 480px) / 1320);
}

.panel-emergencies .bg-right {
	margin-top: calc(-30px + -40 * (100vw - 480px) / 1320);
}

.panel-emergencies__title {
	padding-top: calc(10px + 10 * (100vw - 480px) / 1320);
}

.panel-emergencies__title {
	padding-bottom: calc(10px + 10 * (100vw - 480px) / 1320);
}

.panel-emergencies__title:before {
	padding-top: calc(10px + 10 * (100vw - 480px) / 1320);
}

.panel-emergencies__title:before {
	padding-bottom: calc(10px + 10 * (100vw - 480px) / 1320);
}

.panel-emergencies__extra {
	padding-top: calc(10px + 10 * (100vw - 480px) / 1320);
}

.panel-emergencies__extra {
	padding-bottom: calc(10px + 10 * (100vw - 480px) / 1320);
}

.panel-emergencies + .panel-emergencies-contact {
	margin-top: calc(40px + 60 * (100vw - 480px) / 1320);
}

.panel-emergencies-contact__list {
	font-size: calc(16px + 2 * (100vw - 480px) / 1320);
}

.panel-contact__details .grid-item:nth-child(4) .map-wrap:after {
	width: calc(50px + 100 * (100vw - 480px) / 1320);
}

.panel-contact__details .grid-item:nth-child(4) .map-wrap:after {
	height: calc(50px + 100 * (100vw - 480px) / 1320);
}

.panel-about > .container {
	padding-top: calc(40px + 60 * (100vw - 480px) / 1320);
}

.panel-about > .container {
	padding-bottom: calc(40px + 110 * (100vw - 480px) / 1320);
}

.panel-about__intro {
	margin-bottom: calc(20px + 60 * (100vw - 480px) / 1320);
}

.panel-about__intro {
	font-size: calc(16px + 4 * (100vw - 480px) / 1320);
}

.panel-about__history {
	font-size: calc(16px + 2 * (100vw - 480px) / 1320);
}

.panel-sellingpoint__overlay .title {
	max-width: calc(300px + 420 * (100vw - 480px) / 1320);
}

.panel-services > .container {
	padding-top: calc(40px + 60 * (100vw - 480px) / 1320);
}

.panel-services > .container {
	padding-bottom: calc(40px + 110 * (100vw - 480px) / 1320);
}

.panel-services__intro .content {
	font-size: calc(16px + 4 * (100vw - 480px) / 1320);
}

.panel-services__grid {
	margin-bottom: calc(40px + 60 * (100vw - 480px) / 1320);
}

.panel-services__grid__item {
	margin-bottom: calc(20px + 20 * (100vw - 480px) / 1320);
}

.panel-intro > .container {
	padding-top: calc(40px + 60 * (100vw - 480px) / 1320);
}

.panel-intro > .container {
	padding-bottom: calc(40px + 40 * (100vw - 480px) / 1320);
}

.panel-intro .content {
	font-size: calc(16px + 4 * (100vw - 480px) / 1320);
}

.panel-team + .panel-team {
	margin-top: calc(40px + 60 * (100vw - 480px) / 1320);
}

.panel-team + .panel-team {
	padding-bottom: calc(40px + 60 * (100vw - 480px) / 1320);
}

.panel-team__overlay__header {
	padding-left: calc(20px + 20 * (100vw - 480px) / 1320);
}

.panel-team__overlay__header {
	padding-right: calc(20px + 20 * (100vw - 480px) / 1320);
}

.panel-team__overlay__header {
	padding-top: calc(10px + 20 * (100vw - 480px) / 1320);
}

.panel-team__overlay__header .title {
	padding-bottom: calc(10px + 10 * (100vw - 480px) / 1320);
}

.panel-team__overlay__overflow {
	padding-left: calc(20px + 20 * (100vw - 480px) / 1320);
}

.panel-team__overlay__overflow {
	padding-right: calc(20px + 20 * (100vw - 480px) / 1320);
}

.home-about > .container {
	padding-top: calc(20px + 30 * (100vw - 480px) / 1320);
}

.home-about > .container {
	padding-bottom: calc(20px + 30 * (100vw - 480px) / 1320);
}

.home-about .title {
	font-size: calc(22px + 24 * (100vw - 480px) / 1320);
}

.home-about .title,
.home-about .content {
	margin-bottom: calc(20px + 10 * (100vw - 480px) / 1320);
}

.home-team__overlay {
	padding-top: calc(20px + 30 * (100vw - 480px) / 1320);
}

.home-team .title {
	font-size: calc(22px + 38 * (100vw - 480px) / 1320);
}

.home-team .content {
	max-width: calc(350px + 220 * (100vw - 480px) / 1320);
}

.home-services {
	padding-top: calc(40px + 60 * (100vw - 480px) / 1320);
}

.home-services {
	padding-bottom: calc(40px + 60 * (100vw - 480px) / 1320);
}

.home-services .container {
	padding-left: calc(20px + 80 * (100vw - 480px) / 1320);
}

.home-services .container {
	padding-right: calc(20px + 80 * (100vw - 480px) / 1320);
}

.home-services__intro {
	margin-bottom: calc(40px + 45 * (100vw - 480px) / 1320);
}

.home-services__intro .title {
	font-size: calc(22px + 38 * (100vw - 480px) / 1320);
}

.home-services__intro .content {
	max-width: calc(350px + 230 * (100vw - 480px) / 1320);
}

.home-services__item .content {
	padding-top: calc(15px + 15 * (100vw - 480px) / 1320);
}

.home-services__item .content {
	padding-bottom: calc(15px + 15 * (100vw - 480px) / 1320);
}

.home-services__item .content {
	padding-left: calc(20px + 20 * (100vw - 480px) / 1320);
}

.home-services__item .content {
	padding-right: calc(20px + 20 * (100vw - 480px) / 1320);
}

.home-services__item .title {
	font-size: calc(18px + 10 * (100vw - 480px) / 1320);
}

.error404 .hero .container {
	padding-top: calc(100px + 100 * (100vw - 480px) / 1320);
}

.error404 .hero .container {
	padding-bottom: calc(100px + 100 * (100vw - 480px) / 1320);
}

.error404 .hero .title + .content,
.error404 .hero .title + .buttons {
	margin-top: calc(30px + 50 * (100vw - 480px) / 1320);
}

.error404 .hero .buttons a {
	font-size: calc(16px + 4 * (100vw - 480px) / 1320);
}

.cms-block-content .container {
	padding-top: calc(30px + 50 * (100vw - 480px) / 1320);
}

.cms-block-content .container {
	padding-bottom: calc(30px + 50 * (100vw - 480px) / 1320);
}

.cms-block-content .container {
	padding-left: calc(30px + 95 * (100vw - 480px) / 1320);
}

.cms-block-content .container {
	padding-right: calc(30px + 95 * (100vw - 480px) / 1320);
}

.cms-block-content .alignleft {
	margin-left: calc(-30px + -95 * (100vw - 480px) / 1320);
}

.cms-block-content .alignright {
	margin-right: calc(-30px + -95 * (100vw - 480px) / 1320);
}

.cms-block-content img.size-full {
	margin-top: calc(15px + 45 * (100vw - 480px) / 1320);
}

.cms-block-content img.size-full {
	margin-bottom: calc(15px + 45 * (100vw - 480px) / 1320);
}

.cms-block-content h2 {
	font-size: calc(30px + 14 * (100vw - 480px) / 1320);
}

.cms-block-content h3 {
	font-size: calc(26px + 8 * (100vw - 480px) / 1320);
}

.cms-block-content h1 + h2,
.cms-block-content h2 + h2,
.cms-block-content h3 + h2,
.cms-block-content h4 + h2,
.cms-block-content h5 + h2,
.cms-block-content h6 + h2,
.cms-block-content img + h2,
.cms-block-content p + h2,
.cms-block-content blockquote + h2,
.cms-block-content iframe + h2,
.cms-block-content a + h2 {
	margin-top: calc(30px + 40 * (100vw - 480px) / 1320);
}

.cms-block-content h1 + h3,
.cms-block-content h2 + h3,
.cms-block-content h3 + h3,
.cms-block-content h4 + h3,
.cms-block-content h5 + h3,
.cms-block-content h6 + h3,
.cms-block-content img + h3,
.cms-block-content p + h3,
.cms-block-content blockquote + h3,
.cms-block-content iframe + h3,
.cms-block-content a + h3 {
	margin-top: calc(30px + 20 * (100vw - 480px) / 1320);
}

.cms-block-content h1,
.cms-block-content h2,
.cms-block-content h3,
.cms-block-content h4,
.cms-block-content h5,
.cms-block-content h6,
.cms-block-content p,
.cms-block-content blockquote,
.cms-block-content ul,
.cms-block-content img {
	margin-bottom: calc(20px + 10 * (100vw - 480px) / 1320);
}

.cms-block-content p + p {
	margin-top: calc(20px + 10 * (100vw - 480px) / 1320);
}

.cms-block-content blockquote {
	font-size: calc(18px + 10 * (100vw - 480px) / 1320);
}

.cms-block-content blockquote {
	margin-right: calc(-30px + -95 * (100vw - 480px) / 1320);
}

.cms-block-content ul {
	margin-top: calc(15px + 45 * (100vw - 480px) / 1320);
}

.cms-block-content ul {
	margin-bottom: calc(15px + 45 * (100vw - 480px) / 1320);
}

}

@media (min-width: 481px) and (max-width: 960px) {

.grid-3 > .grid-item {
	width: 50%;
	margin-bottom: 30px;
}

}

@media (min-width: 481px) {

.home-team__overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	height: 65%;
	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-align: center;
	-ms-flex-align: center;
	align-items: center;
}

}

@media (min-width: 621px) and (max-width: 780px) {

.panel-services__conditions ul li {
	width: 33.33333%;
}

}

@media (min-width: 651px) and (max-width: 960px) {

.panel-team .grid > .grid-item {
	width: calc(50% - 1px);
}

}

@media (min-width: 768px) {

.hero {
	height: calc(100vh - 130px);
}

.hero .bg {
	position: absolute;
	height: 100%;
}

.hero__overlay {
	position: absolute;
	left: 0;
	bottom: 0;
}

.hero__overlay:before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	display: block;
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(50%, white));
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 50%);
	background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 50%);
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 50%);
}

}

@media (min-width: 769px) and (max-width: 1965px) {

.cms-block-content blockquote {
	float: right;
	width: 65%;
}

}

@media screen and (min-width: 769px) {

.buttons > *:not(:last-child) {
	margin-right: calc(20px + 20 * (100vw - 769px) / 1031);
}

.btn {
	padding-left: calc(20px + 20 * (100vw - 769px) / 1031);
}

.btn {
	padding-right: calc(20px + 20 * (100vw - 769px) / 1031);
}

.btn {
	height: calc(50px + 10 * (100vw - 769px) / 1031);
}

.btn--small {
	height: calc(40px + 10 * (100vw - 769px) / 1031);
}

.container {
	padding-left: calc(20px + 20 * (100vw - 769px) / 1031);
}

.container {
	padding-right: calc(20px + 20 * (100vw - 769px) / 1031);
}

.container--wide {
	padding-left: calc(20px + 20 * (100vw - 769px) / 1031);
}

.container--wide {
	padding-right: calc(20px + 20 * (100vw - 769px) / 1031);
}

.panel-cta .grid {
	margin-left: calc(-20px + -30 * (100vw - 769px) / 1031);
}

.panel-cta .grid > .grid-item {
	padding: calc(20px + 30 * (100vw - 769px) / 1031);
}

.home-about .grid > .grid-item:nth-child(2) {
	padding-top: calc(20px + 26 * (100vw - 769px) / 1031);
}

.home-about .grid > .grid-item:nth-child(2) {
	padding-bottom: calc(20px + 26 * (100vw - 769px) / 1031);
}

.home-about .grid > .grid-item:nth-child(2) {
	padding-left: calc(40px + 60 * (100vw - 769px) / 1031);
}

}

@media (min-width: 769px) {

.grid-2 > .grid-item {
	width: 50%;
}

.panel-about .bg {
	width: 40%;
}

.panel-about__intro,
.panel-about__history {
	width: 60%;
}

.panel-cta .grid > .grid-item:not(:last-child) {
	border-right: 1px solid #393939;
}

.home-about .grid {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
}

.home-about .grid > .grid-item {
	width: 50%;
}

.cms-block-content .alignleft {
	float: left;
	margin-top: 10px;
	margin-bottom: 50px;
	margin-right: 70px;
}

.cms-block-content .alignright {
	float: right;
	margin-top: 10px;
	margin-bottom: 50px;
	margin-left: 70px;
}

}

@media (min-width: 769px) and (max-width: 1490px) {

.cms-block-content .alignleft,
.cms-block-content .alignright {
	width: 50%;
}

}

@media (min-width: 781px) and (max-width: 1024px) {

.panel-services__conditions ul li {
	width: 25%;
}

}

@media (min-width: 801px) {

.panel-emergencies__title .has-tooltip {
	position: absolute;
	right: 0;
	top: 0;
}

}

@media screen and (min-width: 961px) {

.error404 .hero {
	max-height: calc(500px + 490 * (100vw - 961px) / 839);
}

}

@media (min-width: 961px) {

.grid-3 > .grid-item {
	width: 33.333%;
}

.hamburger {
	display: none;
}

.is-stickyHeader .header-main {
	height: 90px;
}

.is-stickyHeader .header-main__logo img {
	-webkit-transform: scale(0.8) translateY(-30px);
	-ms-transform: scale(0.8) translateY(-30px);
	transform: scale(0.8) translateY(-30px);
}

.is-stickyHeader .header-main .btn {
	font-size: 12px;
	font-size: 1.2rem;
	height: 34px;
	padding-left: 15px;
	padding-right: 15px;
}

.is-stickyHeader .header-main .btn .icon--schedule {
	font-size: 16px;
	margin-right: 8px;
}

.is-stickyHeader .header-main .btn .icon--arrow-right {
	margin-left: 8px;
}

.is-stickyHeader .header-main .btn .icon--arrow-right:before {
	font-size: 8px;
}

.is-stickyHeader .header-main .header-main__bottom {
	font-size: 16px;
	font-size: 1.6rem;
	-webkit-transform: translateY(-2px);
	-ms-transform: translateY(-2px);
	transform: translateY(-2px);
}

.is-stickyHeader .header-main .header-main__bottom a.is-active:before {
	bottom: -17px;
}

.header-main__mobile-cta,
.header-main__mobile-item {
	display: none;
}

.panel-team .grid > .grid-item {
	width: calc(33.333% - 1px);
}

.error404 .hero .title {
	max-width: 750px;
	margin: 0;
}

.error404 .hero .container,
.error404 .hero .buttons {
	text-align: left;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

}

@media (min-width: 1025px) and (max-width: 1280px) {

.panel-services__conditions ul li {
	width: 20%;
}

}

@media (min-width: 1089px) {

.cms-block-content img.size-full {
	margin-left: -125px;
	margin-right: -125px;
	width: auto;
	max-width: calc(100% + 250px);
}

}

@media (min-width: 1151px) {

.has-tooltip .is-tooltip {
	left: 50%;
	margin-left: -185px;
}

.has-tooltip .is-tooltip:before,
.has-tooltip .is-tooltip:after {
	left: 50%;
}

.has-tooltip .is-tooltip:before {
	margin-left: -8px;
}

.has-tooltip .is-tooltip:after {
	margin-left: -7px;
}

.panel-contact__details .grid-item:nth-child(3):before {
	content: '';
}

.panel-contact__details .grid-item:nth-child(4) .map-wrap,
.panel-contact__details .grid-item:nth-child(4) iframe {
	position: absolute;
	bottom: 0;
	left: 0;
}

.panel-contact__details .grid-item:nth-child(4) .map-wrap:before {
	content: '';
	display: block;
	width: 100%;
	padding-top: 100%;
}

.panel-contact__details .grid-item:nth-child(4) .map-wrap:after {
	content: '';
}

}

@media (min-width: 1281px) {

.panel-services__conditions ul li {
	width: 16.6666667%;
}

}

@media screen and (min-width: 1800px) {

.separate--20 > div + div {
	margin-top: 20px;
}

.gutter-150 {
	margin-left: -150px;
}

.gutter-150 > .grid-item {
	padding-left: 150px;
}

.gutter-140 {
	margin-left: -140px;
}

.gutter-140 > .grid-item {
	padding-left: 140px;
}

.gutter-130 {
	margin-left: -130px;
}

.gutter-130 > .grid-item {
	padding-left: 130px;
}

.gutter-100 {
	margin-left: -100px;
}

.gutter-100 > .grid-item {
	padding-left: 100px;
}

.gutter-60 {
	margin-left: -60px;
}

.gutter-60 > .grid-item {
	padding-left: 60px;
}

.gutter-30 {
	margin-left: -30px;
}

.gutter-30 > .grid-item {
	padding-left: 30px;
}

.padding-40--top {
	padding-top: 40px;
}

.padding-40--bottom {
	padding-bottom: 40px;
}

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

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

.margin-40--top {
	margin-top: 40px;
}

.margin-40--bottom {
	margin-bottom: 40px;
}

.margin-20--bottom {
	margin-bottom: 20px;
}

.margin-10--bottom {
	margin-bottom: 10px;
}

.well-20 {
	padding: 20px;
}

.text-70 {
	font-size: 70px;
}

.text-50 {
	font-size: 50px;
}

.text-36 {
	font-size: 36px;
}

.text-32 {
	font-size: 32px;
}

.text-30 {
	font-size: 30px;
}

.text-28 {
	font-size: 28px;
}

.text-24 {
	font-size: 24px;
}

.text-22 {
	font-size: 22px;
}

.buttons > *:not(:last-child) {
	margin-right: 40px;
}

.btn {
	padding-left: 40px;
}

.btn {
	padding-right: 40px;
}

.btn {
	height: 60px;
}

.btn--small {
	height: 50px;
}

.btn--cta {
	font-size: 22px;
}

.btn--cta .icon--schedule:before {
	font-size: 26px;
}

.btn--cta:not(.btn--cta--jumbo) {
	height: 100px;
}

.btn--cta.btn--cta--jumbo {
	padding-top: 50px;
}

.btn--cta.btn--cta--jumbo {
	padding-bottom: 40px;
}

.btn--cta.btn--cta--jumbo .btn--cta__message {
	margin-bottom: 40px;
}

.btn--cta.btn--cta--jumbo .btn--cta__message {
	font-size: 16px;
}

.breadcrumbs {
	margin-bottom: 40px;
}

.has-tooltip {
	padding-top: 20px;
}

.has-tooltip {
	padding-bottom: 20px;
}

.header-main {
	padding-left: 30px;
}

.header-main {
	padding-right: 30px;
}

.header-main__logo {
	left: 45px;
}

.footer-main__navigation > .container {
	padding-top: 50px;
}

.footer-main__navigation .title {
	font-size: 24px;
}

.footer-contact .container {
	padding-top: 100px;
}

.footer-contact .container {
	padding-bottom: 100px;
}

body {
	font-size: 18px;
}

.container {
	padding-left: 40px;
}

.container {
	padding-right: 40px;
}

.container--wide {
	padding-left: 40px;
}

.container--wide {
	padding-right: 40px;
}

.content-inner > .container {
	padding-top: 100px;
}

.content-inner > .container {
	padding-bottom: 100px;
}

.hero {
	min-height: 960px;
}

.hero .container {
	padding-top: 100px;
}

.hero .container {
	padding-bottom: 100px;
}

.hero .title {
	max-width: 980px;
}

.hero .title {
	font-size: 70px;
}

.hero .content {
	max-width: 750px;
}

.hero .content {
	font-size: 20px;
}

.panel-location .bg-left {
	margin-right: -100px;
}

.panel-location .bg-left {
	margin-top: -30px;
}

.panel-location .bg-right {
	margin-left: -150px;
}

.panel-location .bg-right {
	margin-top: -70px;
}

.panel-location__content {
	padding-top: 50px;
}

.panel-location__content {
	padding-bottom: 50px;
}

.panel-location__content {
	padding-left: 60px;
}

.panel-location__content {
	padding-right: 60px;
}

.panel-emergencies .bg-left {
	margin-right: -65px;
}

.panel-emergencies .bg-left {
	margin-top: -30px;
}

.panel-emergencies .bg-right {
	margin-left: -150px;
}

.panel-emergencies .bg-right {
	margin-top: -70px;
}

.panel-emergencies__title {
	padding-top: 20px;
}

.panel-emergencies__title {
	padding-bottom: 20px;
}

.panel-emergencies__title:before {
	padding-top: 20px;
}

.panel-emergencies__title:before {
	padding-bottom: 20px;
}

.panel-emergencies__extra {
	padding-top: 20px;
}

.panel-emergencies__extra {
	padding-bottom: 20px;
}

.panel-emergencies + .panel-emergencies-contact {
	margin-top: 100px;
}

.panel-emergencies-contact__list {
	font-size: 18px;
}

.panel-contact__details .grid-item:nth-child(4) .map-wrap:after {
	width: 150px;
}

.panel-contact__details .grid-item:nth-child(4) .map-wrap:after {
	height: 150px;
}

.panel-about > .container {
	padding-top: 100px;
}

.panel-about > .container {
	padding-bottom: 150px;
}

.panel-about__intro {
	margin-bottom: 80px;
}

.panel-about__intro {
	font-size: 20px;
}

.panel-about__history {
	font-size: 18px;
}

.panel-sellingpoint__overlay .title {
	max-width: 720px;
}

.panel-cta .grid {
	margin-left: -50px;
}

.panel-cta .grid > .grid-item {
	padding: 50px;
}

.panel-services > .container {
	padding-top: 100px;
}

.panel-services > .container {
	padding-bottom: 150px;
}

.panel-services__intro .content {
	font-size: 20px;
}

.panel-services__grid {
	margin-bottom: 100px;
}

.panel-services__grid__item {
	margin-bottom: 40px;
}

.panel-intro > .container {
	padding-top: 100px;
}

.panel-intro > .container {
	padding-bottom: 80px;
}

.panel-intro .content {
	font-size: 20px;
}

.panel-team + .panel-team {
	margin-top: 100px;
}

.panel-team + .panel-team {
	padding-bottom: 100px;
}

.panel-team__overlay__header {
	padding-left: 40px;
}

.panel-team__overlay__header {
	padding-right: 40px;
}

.panel-team__overlay__header {
	padding-top: 30px;
}

.panel-team__overlay__header .title {
	padding-bottom: 20px;
}

.panel-team__overlay__overflow {
	padding-left: 40px;
}

.panel-team__overlay__overflow {
	padding-right: 40px;
}

.home-about > .container {
	padding-top: 50px;
}

.home-about > .container {
	padding-bottom: 50px;
}

.home-about .grid > .grid-item:nth-child(2) {
	padding-top: 46px;
}

.home-about .grid > .grid-item:nth-child(2) {
	padding-bottom: 46px;
}

.home-about .grid > .grid-item:nth-child(2) {
	padding-left: 100px;
}

.home-about .title {
	font-size: 46px;
}

.home-about .title,
.home-about .content {
	margin-bottom: 30px;
}

.home-team__overlay {
	padding-top: 50px;
}

.home-team .title {
	font-size: 60px;
}

.home-team .content {
	max-width: 570px;
}

.home-services {
	padding-top: 100px;
}

.home-services {
	padding-bottom: 100px;
}

.home-services .container {
	padding-left: 100px;
}

.home-services .container {
	padding-right: 100px;
}

.home-services__intro {
	margin-bottom: 85px;
}

.home-services__intro .title {
	font-size: 60px;
}

.home-services__intro .content {
	max-width: 580px;
}

.home-services__item .content {
	padding-top: 30px;
}

.home-services__item .content {
	padding-bottom: 30px;
}

.home-services__item .content {
	padding-left: 40px;
}

.home-services__item .content {
	padding-right: 40px;
}

.home-services__item .title {
	font-size: 28px;
}

.error404 .hero {
	max-height: 990px;
}

.error404 .hero .container {
	padding-top: 200px;
}

.error404 .hero .container {
	padding-bottom: 200px;
}

.error404 .hero .title + .content,
.error404 .hero .title + .buttons {
	margin-top: 80px;
}

.error404 .hero .buttons a {
	font-size: 20px;
}

.cms-block-content .container {
	padding-top: 80px;
}

.cms-block-content .container {
	padding-bottom: 80px;
}

.cms-block-content .container {
	padding-left: 125px;
}

.cms-block-content .container {
	padding-right: 125px;
}

.cms-block-content .alignleft {
	margin-left: -125px;
}

.cms-block-content .alignright {
	margin-right: -125px;
}

.cms-block-content img.size-full {
	margin-top: 60px;
}

.cms-block-content img.size-full {
	margin-bottom: 60px;
}

.cms-block-content h2 {
	font-size: 44px;
}

.cms-block-content h3 {
	font-size: 34px;
}

.cms-block-content h1 + h2,
.cms-block-content h2 + h2,
.cms-block-content h3 + h2,
.cms-block-content h4 + h2,
.cms-block-content h5 + h2,
.cms-block-content h6 + h2,
.cms-block-content img + h2,
.cms-block-content p + h2,
.cms-block-content blockquote + h2,
.cms-block-content iframe + h2,
.cms-block-content a + h2 {
	margin-top: 70px;
}

.cms-block-content h1 + h3,
.cms-block-content h2 + h3,
.cms-block-content h3 + h3,
.cms-block-content h4 + h3,
.cms-block-content h5 + h3,
.cms-block-content h6 + h3,
.cms-block-content img + h3,
.cms-block-content p + h3,
.cms-block-content blockquote + h3,
.cms-block-content iframe + h3,
.cms-block-content a + h3 {
	margin-top: 50px;
}

.cms-block-content h1,
.cms-block-content h2,
.cms-block-content h3,
.cms-block-content h4,
.cms-block-content h5,
.cms-block-content h6,
.cms-block-content p,
.cms-block-content blockquote,
.cms-block-content ul,
.cms-block-content img {
	margin-bottom: 30px;
}

.cms-block-content p + p {
	margin-top: 30px;
}

.cms-block-content blockquote {
	font-size: 28px;
}

.cms-block-content blockquote {
	margin-right: -125px;
}

.cms-block-content ul {
	margin-top: 60px;
}

.cms-block-content ul {
	margin-bottom: 60px;
}

}

@media (min-width: 1966px) {

.cms-block-content blockquote {
	position: absolute;
	left: 100%;
	margin: 0 !important;
}

}

@media (max-width: 1200px) {

.panel-contact__details .grid-item:nth-child(4) .map-wrap:after {
	-webkit-transform: translate(-25%, -25%);
	-ms-transform: translate(-25%, -25%);
	transform: translate(-25%, -25%);
}

}

@media (max-width: 1150px) {

.has-tooltip .is-tooltip {
	right: 0;
}

.has-tooltip .is-tooltip:before {
	right: 24px;
}

.has-tooltip .is-tooltip:after {
	right: 25px;
}

.panel-contact__details .grid-item:nth-child(1),
.panel-contact__details .grid-item:nth-child(2),
.panel-contact__details .grid-item:nth-child(3) {
	width: 33.33333%;
}

.panel-contact__details .grid-item:nth-child(4) {
	width: 100%;
	margin-top: 40px;
}

}

@media (max-width: 1024px) {

.panel-location {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
}

.panel-location iframe {
	position: static;
	height: 300px;
}

.panel-location iframe,
.panel-location__content,
.panel-location__content > p {
	width: 100%;
	max-width: auto;
}

}

@media (max-width: 960px) {

.header-main {
	padding-bottom: 50px;
	overflow: visible;
}

.header-main:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: white;
	z-index: 2;
}

.header-main__logo {
	position: absolute;
	left: 15px;
	top: 5px;
	z-index: 3;
}

.header-main__logo img {
	height: 70px;
	width: auto;
	display: block;
}

.header-main .hamburger {
	z-index: 3;
}

.header-main__top {
	display: none;
}

.header-main nav.header-main__bottom {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	background-color: #303030;
	margin-top: 0;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

.is-active-hamburger .header-main nav.header-main__bottom {
	-webkit-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(100%);
}

.header-main nav.header-main__bottom ul {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.header-main nav.header-main__bottom ul li:not(:first-child) {
	margin-left: 0;
}

.header-main nav.header-main__bottom ul li {
	width: 100%;
}

.header-main nav.header-main__bottom ul li + li {
	border-top: 1px solid #3a3a3a;
}

.header-main nav.header-main__bottom ul a {
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 50px;
	height: 50px;
	padding: 0 30px;
	color: white;
	background-color: #303030;
}

.header-main nav.header-main__bottom ul a.is-active {
	color: #9ce743;
}

.header-main nav.header-main__bottom ul a:before {
	content: none;
}

.header-main nav.header-main__bottom ul li.header-main__mobile-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	border-top: 0;
}

.header-main nav.header-main__bottom ul li.header-main__mobile-item ul {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
}

.header-main nav.header-main__bottom ul li.header-main__mobile-item ul li {
	width: 50%;
}

.header-main nav.header-main__bottom ul li.header-main__mobile-item ul li + li {
	border: 0;
}

.header-main nav.header-main__bottom ul li.header-main__mobile-item ul li > a {
	font-size: 16px;
	font-size: 1.6rem;
	width: 50%;
	font-weight: 700;
	text-align: center;
	background-color: #262626;
	display: block;
	width: 100%;
}

.header-main__mobile-cta {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 3;
	width: 100%;
	height: 50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	border-top: 1px solid #eaeaea;
	background-color: #f6f6f6;
}

.header-main__mobile-cta:before {
	content: '';
	position: absolute;
	left: 50%;
	top: -1px;
	width: 1px;
	height: 50px;
	background-color: #eaeaea;
	display: block;
}

.header-main__mobile-cta > a {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 700;
	display: block;
	width: 50%;
	line-height: 50px;
	text-align: center;
}

.footer-contact .grid > .grid-item {
	margin-bottom: 0;
}

.footer-contact .grid > .grid-item:nth-child(1),
.footer-contact .grid > .grid-item:nth-child(3) {
	width: 50%;
	padding: 20px;
}

.footer-contact .grid > .grid-item:nth-child(1) {
	text-align: right;
}

.footer-contact .grid > .grid-item:nth-child(1) .title {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.footer-contact .grid > .grid-item:nth-child(1) .title .icon {
	margin: 0 10px;
}

.footer-contact .grid > .grid-item:nth-child(2) {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

.footer-contact .grid > .grid-item:nth-child(3) {
	text-align: left;
}

.footer-contact .grid > .grid-item:nth-child(3) .title {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.footer-contact .grid > .grid-item:nth-child(3) .title .icon {
	margin: 0 10px;
}

.footer-contact .grid {
	position: relative;
}

.footer-contact .grid:before {
	content: '';
	display: block;
	width: 100%;
	padding-top: 20%;
}

.footer-contact .map-wrap {
	width: 100%;
}

.footer-contact .map-wrap:before {
	content: '';
	display: block;
	width: 100%;
	padding-top: 20%;
}

.footer-contact .map-wrap iframe {
	position: absolute;
	left: 50%;
	top: 0;
	width: 100%;
	height: 100%;
	display: block;
	max-width: 600px;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.error404 .hero .decorative-leaves--left {
	width: 20vw;
}

.error404 .hero .decorative-leaves--right {
	width: 60vw;
	margin-right: -100px;
}

}

@media (max-width: 800px) {

.panel-emergencies__title .has-tooltip {
	padding-left: 0;
	padding-right: 0;
}

.panel-emergencies__title .has-tooltip .question-mark {
	display: none;
}

.panel-emergencies__title .has-tooltip .is-tooltip {
	display: block;
	opacity: 1;
	visibility: visible;
	pointer-events: all;
	position: static;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	width: 100%;
	max-width: none;
}

}

@media (max-width: 768px) {

.grid-2 {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.grid-2 > .grid-item {
	width: 100%;
}

.grid-2 > .grid-item + .grid-item {
	margin-top: 20px;
}

.grid-4 {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.grid-4 > .grid-item {
	width: 100%;
}

.grid-4 > .grid-item {
	margin-bottom: 20px;
}

.title br,
h1 br,
h2 br,
h3 br,
h4 br,
h5 br,
h6 br {
	display: none;
}

.btn--scrollto {
	display: none;
}

.header-main nav.header-main__bottom ul a {
	font-size: 16px;
	font-size: 1.6rem;
}

.header-main nav.header-main__bottom ul li.header-main__mobile-item > a {
	font-size: 14px;
	font-size: 1.4rem;
}

.footer-main__navigation {
	display: none;
}

.footer-contact .grid:before,
.footer-contact .map-wrap:before {
	content: '';
	display: block;
	width: 100%;
	padding-top: 40%;
}

.footer-contact .grid > .grid-item:nth-child(1),
.footer-contact .grid > .grid-item:nth-child(3) {
	width: 100%;
	text-align: left;
	padding-left: 0;
	padding-right: 0;
}

.footer-contact .grid > .grid-item:nth-child(1) .title,
.footer-contact .grid > .grid-item:nth-child(1) p:not(:last-child),
.footer-contact .grid > .grid-item:nth-child(3) .title,
.footer-contact .grid > .grid-item:nth-child(3) p:not(:last-child) {
	margin-bottom: 10px;
}

.footer-contact .grid > .grid-item:nth-child(1) .title,
.footer-contact .grid > .grid-item:nth-child(3) .title {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.footer-contact .grid > .grid-item:nth-child(1) .title .icon,
.footer-contact .grid > .grid-item:nth-child(3) .title .icon {
	margin: 0;
	margin-right: 10px;
}

body {
	font-weight: 450;
}

.hero .bg {
	position: relative;
}

.hero .bg:before {
	content: '';
	display: block;
	width: 100%;
	padding-top: 52.65%;
}

.hero .bg:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: -1px;
	z-index: 1;
	width: 100%;
	height: 50%;
	display: block;
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(white));
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
	background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 100%);
}

.hero__overlay {
	margin-top: -100px;
}

.hero .buttons {
	max-width: 250px;
	margin: 0 auto;
}

.panel-location .title {
	font-size: 20px;
}

.panel-location .content {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.panel-location .content p:not(:last-child) {
	margin-bottom: 10px;
}

.panel-emergencies-contact strong {
	width: 100%;
	max-width: none;
}

.panel-contact__details .grid-item + .grid-item {
	margin-top: 0;
}

.panel-contact__details .grid-item:nth-child(1),
.panel-contact__details .grid-item:nth-child(2) {
	width: 50%;
	margin-bottom: 40px;
}

.panel-contact__details .grid-item:nth-child(3) {
	margin-bottom: 20px;
}

.panel-contact__details .grid-item:nth-child(3),
.panel-contact__details .grid-item:nth-child(4) {
	width: 100%;
}

.panel-about:after {
	width: 100%;
	height: auto;
	display: block;
	padding-top: 72.5%;
}

.panel-about .bg,
.panel-about__intro,
.panel-about__history {
	width: 100%;
}

.panel-about .bg {
	position: relative;
	max-width: 80%;
	margin-left: auto;
	margin-top: -200px;
}

.panel-about .bg:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 400px;
	background: -webkit-gradient(linear, left top, left bottom, from(white), to(rgba(255, 255, 255, 0)));
	background: -webkit-linear-gradient(top, white 0%, rgba(255, 255, 255, 0) 100%);
	background: -o-linear-gradient(top, white 0%, rgba(255, 255, 255, 0) 100%);
	background: linear-gradient(to bottom, white 0%, rgba(255, 255, 255, 0) 100%);
}

.panel-cta .grid {
	margin-left: 0;
}

.panel-cta .grid > .grid-item {
	padding-left: 0;
}

.panel-cta .grid > .grid-item:not(:last-child) {
	border-bottom: 1px solid #393939;
}

.home-about .grid {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.home-about .grid > .grid-item {
	width: 100%;
}

.home-about .grid > .grid-item + .grid-item {
	margin-top: 20px;
}

.home-about .grid > .grid-item:nth-child(2) {
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 0;
}

.home-about .grid .bg:before {
	content: '';
	display: block;
	width: 100%;
	padding-top: 52.65%;
}

.home-services__item ul > li {
	padding-top: 5px;
	padding-bottom: 5px;
}

.home-services__item ul > li .icon--arrowhead-right {
	top: 10px;
}

.error404 .hero .buttons {
	max-width: none;
}

.error404 .hero .buttons {
	display: block;
}

.error404 .hero .buttons > a {
	display: inline-block;
}

.cms-block-content .alignleft,
.cms-block-content .alignright,
.cms-block-content .aligncenter,
.cms-block-content .alignnone {
	text-align: center;
	margin: 30px auto;
}

.cms-block-content .alignleft img,
.cms-block-content .alignleft .wp-caption-text,
.cms-block-content .alignright img,
.cms-block-content .alignright .wp-caption-text,
.cms-block-content .aligncenter img,
.cms-block-content .aligncenter .wp-caption-text,
.cms-block-content .alignnone img,
.cms-block-content .alignnone .wp-caption-text {
	margin-left: auto;
	margin-right: auto;
}

.cms-block-content blockquote:after {
	content: none;
}

.cms-block-content blockquote {
	margin-left: 0 !important;
	margin-right: 0 !important;
}

}

@media (max-width: 650px) {

.panel-team .grid > .grid-item {
	width: calc(100% - 1px);
}

}

@media (max-width: 550px) {

.panel-contact__details .grid-item {
	text-align: center;
}

.panel-contact__details .grid-item + .grid-item {
	margin-top: 0;
}

.panel-contact__details .grid-item:nth-child(n) {
	width: 100%;
}

.panel-contact__details .grid-item:not(:last-child) {
	margin-bottom: 40px;
}

}

@media (max-width: 480px) {

.grid-3 {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.grid-3 > .grid-item {
	width: 100%;
}

.grid-3 > .grid-item {
	margin-bottom: 20px;
}

.buttons {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.buttons .btn {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: auto;
}

.buttons > *:not(:last-child) {
	margin-right: 0;
}

.breadcrumbs {
	margin-bottom: 20px;
}

.footer-main__credits .mobile-hide {
	display: none;
}

.footer-contact .grid:before,
.footer-contact .map-wrap:before {
	content: '';
	display: block;
	width: 100%;
	padding-top: 60%;
}

.footer-contact .grid-3 > .grid-item + .grid-item {
	margin-top: 0;
}

.hero .buttons {
	margin: 0;
	max-width: none;
}

.panel-services .grid > .grid-item {
	width: 50%;
}

.home-team .content {
	margin-left: auto;
	margin-right: auto;
}

.home-team__overlay {
	padding-left: 20px;
	padding-right: 20px;
}

.home-team__overlay:before,
.home-team__overlay:after {
	content: none;
}

.home-team .bg {
	margin-top: -15%;
}

.home-team .bg:before {
	position: relative;
	z-index: 2;
	background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0)), color-stop(85%, white));
	background: -webkit-linear-gradient(bottom, rgba(255, 255, 255, 0) 0%, white 85%);
	background: -o-linear-gradient(bottom, rgba(255, 255, 255, 0) 0%, white 85%);
	background: linear-gradient(to top, rgba(255, 255, 255, 0) 0%, white 85%);
}

.home-team .bg:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	width: 100%;
	height: 25%;
	display: block;
	background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0)), color-stop(85%, white));
	background: -webkit-linear-gradient(bottom, rgba(255, 255, 255, 0) 0%, white 85%);
	background: -o-linear-gradient(bottom, rgba(255, 255, 255, 0) 0%, white 85%);
	background: linear-gradient(to top, rgba(255, 255, 255, 0) 0%, white 85%);
}

.home-team .btn--white {
	background-color: #9ce743;
}

html:not(.mobile):not(.tablet) .home-team .btn--white:hover,
.home-team .btn--white.on_press {
	background-color: #84db1c;
}

.cms-block-content .alignleft,
.cms-block-content .alignright,
.cms-block-content .aligncenter,
.cms-block-content .alignnone {
	width: auto;
	margin: 30px -15px;
}

}

@media (max-width: 440px) {

.panel-services__conditions ul li {
	width: 100%;
}

}

@media (max-width: 400px) {

.footer-main__credits .grid-3 > .grid-item:nth-child(1),
.footer-main__credits .grid-3 > .grid-item:nth-child(2),
.footer-main__credits .grid-3 > .grid-item:nth-child(3) {
	text-align: center;
	width: 100%;
}

}

@media (max-width: 375px) {

.panel-services__grid__item .description {
	display: none;
}

}

@-webkit-keyframes float {

50% {
	-webkit-transform: translatey(-5px);
	transform: translatey(-5px);
}

}

@keyframes float {

50% {
	-webkit-transform: translatey(-5px);
	transform: translatey(-5px);
}

}

