@charset "UTF-8";
/*
    Main configuration file
    Created by: Bold Interactive s.r.o.
*/
/***** NORMALIZE *****/
/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}
/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block;
}
/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
}
/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}
/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none;
}
/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}
/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}
/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}
/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}
/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}
/**
 * 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;
}
/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}
/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
}
/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold;
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}
/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}
/**
 * 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 */
}
/***** //NORMALIZE *****/
/***** BASE LAYOUT *****/
@font-face {
  font-family: 'apercubold';
  src: url("../fonts/apercu_bold-webfont.eot");
  src: url("../fonts/apercu_bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/apercu_bold-webfont.otf") format("opentype"), url('../fonts/apercu_bold-webfont.woff2') format('woff2'), url('../fonts/apercu_bold-webfont.woff') format('woff'), url('../fonts/apercu_bold-webfont.ttf') format('truetype'), url('../fonts/apercu_bold-webfont.svg#apercubold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'graphik';
  src: url("../fonts/Graphik-Regular.eot");
  src: url("../fonts/Graphik-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Graphik-Regular.otf") format("opentype"), url('../fonts/Graphik-Regular.woff2') format('woff2'), url('../fonts/Graphik-Regular.woff') format('woff'), url('../fonts/Graphik-Regular.ttf') format('truetype'), url('../fonts/Graphik-Regular.svg#Graphik-Regular') format('svg');
  font-weight: 300;
  font-style: normal;
}
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html {
  font-size: 18px;
  background: #fff;
  height: 100%;
  width: 100%;
}
body {
  font-family: 'graphik', Verdana, sans-serif;
  color: #4b4b4b;
  height: 100%;
  width: 100%;
  font-weight: 400;
}
@media screen and (max-width: 700px) {
  body {
    font-size: 85%;
  }
}
body.no-overflow {
  overflow: hidden;
}
img {
  vertical-align: middle;
  max-width: 100%;
}
a {
  color: #4b4b4b;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}
p {
  margin-bottom: 1.1em;
}
ol {
  margin: 15px;
}
ol li {
  padding: 0 0 10px 25px;
}
b,
strong {
  font-weight: bold;
}
h1,
h2 {
  font-family: 'apercubold', Arial, sans-serif;
}
h1.thin,
h2.thin {
  font-family: 'graphik', Verdana, sans-serif;
}
h3,
h4,
h5,
h6 {
  font-family: 'graphik', Verdana, sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  word-break: break-word;
  font-weight: 500;
  line-height: 1.2em;
  margin-bottom: 1em;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  text-decoration: none;
}
h2 {
  font-size: 42px;
}
@media screen and (max-width: 980px) {
  h2 {
    font-size: 35px;
  }
}
@media screen and (max-width: 600px) {
  h2 {
    font-size: 24px;
  }
}
h3 {
  font-size: 30px;
}
@media screen and (max-width: 980px) {
  h3 {
    font-size: 26px;
  }
}
.fT1 {
  font-size: 70px;
}
@media screen and (max-width: 1400px) {
  .fT1 {
    font-size: 60px;
  }
}
@media screen and (max-width: 1200px) {
  .fT1 {
    font-size: 52px;
  }
}
@media screen and (max-width: 980px) {
  .fT1 {
    font-size: 42px;
  }
}
@media screen and (max-width: 720px) {
  .fT1 {
    font-size: 36px;
  }
}
@media screen and (max-width: 500px) {
  .fT1 {
    font-size: 31px;
  }
}
.fT2 {
  font-size: 52px;
  font-weight: 700;
}
@media screen and (max-width: 1400px) {
  .fT2 {
    font-size: 48px;
  }
}
@media screen and (max-width: 1200px) {
  .fT2 {
    font-size: 44px;
  }
}
@media screen and (max-width: 980px) {
  .fT2 {
    font-size: 42px;
  }
}
@media screen and (max-width: 720px) {
  .fT2 {
    font-size: 36px;
  }
}
@media screen and (max-width: 500px) {
  .fT2 {
    font-size: 31px;
  }
}
/***** //BASE LAYOUT *****/
/***** HELPER *****/
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after,
.separator:after,
.clearfix:before,
.container:before,
.container-fluid:before,
.row:before,
.separator:before {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after,
.separator:after {
  clear: both;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.affix {
  position: fixed;
}
.clear {
  clear: both;
}
.margin__vertical--s {
  margin: 10px 0;
}
.margin__vertical--m {
  margin: 15px 0;
}
.margin__vertical--l {
  margin: 20px 0;
}
.margin__vertical--xl {
  margin: 40px 0;
}
.margin__horizontal--s {
  margin: 0 10px;
}
.margin__horizontal--m {
  margin: 0 15px;
}
.margin__horizontal--l {
  margin: 0 20px;
}
.margin__horizontal--xl {
  margin: 0 40px;
}
.margin__top--s {
  margin-top: 10px;
}
.margin__top--m {
  margin-top: 15px;
}
.margin__top--l {
  margin-top: 20px;
}
.margin__top--xl {
  margin-top: 40px;
}
.margin__bottom--s {
  margin-bottom: 10px;
}
.margin__bottom--m {
  margin-bottom: 15px;
}
.margin__bottom--l {
  margin-bottom: 20px;
}
.margin__bottom--xl {
  margin-bottom: 40px;
}
.txt-uppercase {
  text-transform: uppercase;
}
.txt-lowercase {
  text-transform: lowercase;
}
.txt-strong {
  font-weight: 700;
}
.txt-semibold {
  font-weight: 600;
}
.txt-center {
  text-align: center;
}
.txt-left {
  text-align: left;
}
.txt-right {
  text-align: right;
}
.tablet-hide {
  display: block;
}
.tablet-block {
  display: none;
}
@media screen and (max-width: 992px) {
  .tablet-hide {
    display: none;
  }
  .tablet-block {
    display: block;
  }
}
.mobile-hide {
  display: block;
}
.mobile-block {
  display: none;
}
@media screen and (max-width: 750px) {
  .mobile-hide {
    display: none;
  }
  .mobile-block {
    display: block;
  }
}
.anim1-150 {
  -webkit-transition: 150ms cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: 150ms cubic-bezier(0.77, 0, 0.175, 1);
  -ms-transition: 150ms cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: 150ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: 150ms cubic-bezier(0.77, 0, 0.175, 1);
}
.anim1-350 {
  -webkit-transition: 350ms cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: 350ms cubic-bezier(0.77, 0, 0.175, 1);
  -ms-transition: 350ms cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: 350ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: 350ms cubic-bezier(0.77, 0, 0.175, 1);
}
.flex-center {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.flex-middle {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.flex-middle2 {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.flex {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.flex-self-end {
  -webkit-align-self: flex-end;
  -ms-flex-self: flex-end;
  align-self: flex-end;
}
hr {
  width: 100%;
  float: left;
  margin: 30px 0;
  border: 0px;
  height: 2px;
  background: #ffd8b4;
}
.bc-f {
  background-color: #cacaca;
}
/***** //HELPER *****/
/***** LAYOUT *****/
.pageHeaderLogo {
  height: 150px;
  width: 150px;
  max-width: 150px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  float: left;
  left: 0px;
  -webkit-transition: 350ms cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: 350ms cubic-bezier(0.77, 0, 0.175, 1);
  -ms-transition: 350ms cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: 350ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: 350ms cubic-bezier(0.77, 0, 0.175, 1);
  border-bottom: 1px solid transparent;
  position: fixed;
  top: 0px;
  z-index: 600;
}
@media screen and (max-width: 800px) {
  .pageHeaderLogo {
    width: 125px;
    height: 104px;
  }
}
@media screen and (max-width: 600px), screen and (max-height: 550px) {
  .pageHeaderLogo {
    width: 75px;
    height: 80px;
  }
}
.pageHeaderMenu:not(.mobile) {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  float: right;
  border-bottom: 1px solid transparent;
  z-index: 600;
  -webkit-transition: 350ms cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: 350ms cubic-bezier(0.77, 0, 0.175, 1);
  -ms-transition: 350ms cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: 350ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: 350ms cubic-bezier(0.77, 0, 0.175, 1);
  position: fixed;
  top: 0px;
  right: 0px;
  color: #8ac7b8;
}
@media screen and (max-width: 600px), screen and (max-height: 550px) {
  .pageHeaderMenu:not(.mobile) {
    padding-right: 125px;
    transform: translateX(100%);
  }
}
@media screen and (max-width: 520px) {
  .pageHeaderMenu:not(.mobile) {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
    padding-left: 30px;
  }
}
@media screen and (max-width: 450px) {
  .pageHeaderMenu:not(.mobile) {
    padding-left: 0;
  }
}
@media screen and (max-width: 370px) {
  .pageHeaderMenu:not(.mobile) {
    padding-left: 10px;
  }
}
.pageHeaderMenu:not(.mobile).open {
  border-color: #2e2e2e;
  background: #0d0d0d;
}
@media screen and (max-width: 600px), screen and (max-height: 550px) {
  .pageHeaderMenu:not(.mobile).open {
    transform: translateX(0%);
  }
}
@media screen and (max-width: 600px), screen and (max-height: 550px) {
  .pageHeaderMenu:not(.mobile) .blockMenuOpen {
    display: none;
  }
}
.pageHeaderMenu:not(.mobile).sticky {
  background: #0d0d0d;
}
.pageHeaderMenu:not(.index) {
  background: #0d0d0d;
}
.pageHeaderMenu.mobile {
  display: none;
  float: right;
  z-index: 610;
  position: fixed;
  right: 0px;
  top: 0px;
}
@media screen and (max-width: 600px), screen and (max-height: 550px) {
  .pageHeaderMenu.mobile {
    display: block;
  }
}
.pageHeaderMenu.mobile .menuOpen {
  transform: scale(0.8);
}
.pageHeaderMenu.mobile.open .menuOpen {
  margin: 40px auto 10px;
}
.pageHeaderMenu.mobile .menuOpen {
  margin: 20px auto 5px;
  -webkit-transition: 350ms cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: 350ms cubic-bezier(0.77, 0, 0.175, 1);
  -ms-transition: 350ms cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: 350ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: 350ms cubic-bezier(0.77, 0, 0.175, 1);
}
.pageHeaderMenu .block {
  cursor: pointer;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  flex-wrap: wrap;
  width: 150px;
  max-width: 150px;
  flex: 0 0 150px;
  float: right;
  text-align: Center;
  position: relative;
  border-right: 1px solid transparent;
}
@media screen and (max-width: 800px) {
  .pageHeaderMenu .block {
    width: 125px;
    max-width: 125px;
    flex: 0 0 125px;
  }
}
@media screen and (max-width: 520px) {
  .pageHeaderMenu .block {
    width: 100px;
    max-width: 100px;
    flex: 0 0 100px;
  }
}
.pageHeaderMenu .block .label {
  font-size: 14px;
  color: #515151;
  margin: 16px 0 19px 0;
}
@media screen and (max-height: 750px) {
  .pageHeaderMenu .block .label {
    margin: 7px 0;
  }
}
@media screen and (max-width: 800px), screen and (max-height: 550px) {
  .pageHeaderMenu .block .label {
    margin: 15px 0px 8px;
  }
}
.pageHeaderMenu .block .content {
  font-size: 18px;
  padding: 8px 0px 10px;
  flex: 0 0 100%;
}
@media screen and (max-height: 750px) {
  .pageHeaderMenu .block .content {
    padding: 3px 0;
  }
}
@media screen and (max-width: 800px), screen and (max-height: 550px) {
  .pageHeaderMenu .block .content {
    padding: 3px 0px 4px;
    font-size: 17px;
  }
}
.pageHeaderMenu .block .arrow {
  width: 12px;
  height: 7px;
  clear: both;
  background: url("../../images/menu_ico_arrow.png") no-repeat center center;
  margin: 10px 0 20px;
}
@media screen and (max-width: 800px), screen and (max-height: 550px) {
  .pageHeaderMenu .block .arrow {
    margin: 5px 0 10px;
  }
}
@media screen and (min-width: 521px) {
  .pageHeaderMenu .block:hover .arrow {
    transform: translateY(10px);
  }
}
@media screen and (max-width: 520px) {
  .pageHeaderMenu .block.active .arrow {
    transform: translateY(10px);
  }
}
.pageHeaderMenu .block.dropdown .dropdownContent {
  background: #0d0d0d;
  color: #fff;
  position: Absolute;
  padding: 30px;
  top: 100%;
  left: 0px;
  width: 100%;
  float: left;
  transform: translateY(-20px);
  opacity: 0;
  visibility: hidden;
  text-align: center;
  list-style: none;
}
.pageHeaderMenu .block.dropdown .dropdownContent ul {
  list-style: none;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
}
.pageHeaderMenu .block.dropdown .dropdownContent ul li {
  margin: 15px 0;
  float: left;
  width: 100%;
  max-width: 100%;
  flex: 0 0 100%;
}
@media screen and (max-height: 750px) {
  .pageHeaderMenu .block.dropdown .dropdownContent ul li {
    margin: 10px 0;
  }
}
@media screen and (max-width: 800px) {
  .pageHeaderMenu .block.dropdown .dropdownContent ul li {
    font-size: 16px;
  }
}
@media screen and (max-width: 520px) {
  .pageHeaderMenu .block.dropdown .dropdownContent ul li {
    text-align: center;
  }
}
.pageHeaderMenu .block.dropdown .dropdownContent ul li a {
  text-decoration: none;
  color: #989898;
  float: left;
  width: 100%;
}
.pageHeaderMenu .block.dropdown .dropdownContent ul li a:hover {
  color: #fff;
}
@media screen and (max-height: 750px) and (min-width: 521px) {
  .pageHeaderMenu .block.dropdown .dropdownContent {
    padding: 15px 20px;
  }
}
@media screen and (max-width: 520px) {
  .pageHeaderMenu .block.dropdown .dropdownContent {
    position: fixed;
    height: calc(100vh - 106px);
    width: 100vw;
    top: 106px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    flex-wrap: wrap;
    opacity: 0;
    visibility: hidden;
    cursor: default;
    overflow-x: auto;
  }
}
.pageHeaderMenu .block.dropdown .dropdownContent.citiesDropdown {
  text-align: left;
}
.pageHeaderMenu .block.dropdown .dropdownContent.citiesDropdown li {
  font-size: 20px;
}
@media screen and (max-width: 800px) and (min-width: 521px) {
  .pageHeaderMenu .block.dropdown .dropdownContent.todayOpenDropdown {
    padding: 8px 10px;
  }
}
@media screen and (min-width: 521px) {
  .pageHeaderMenu .block.dropdown .dropdownContent.todayOpenDropdown {
    padding: 30px 15px;
  }
}
.pageHeaderMenu .block.dropdown .dropdownContent.todayOpenDropdown li {
  font-size: 18px;
  color: #989898;
  padding: 0px 0;
  text-align: Center;
  margin: 10px 0;
}
@media screen and (max-width: 800px) {
  .pageHeaderMenu .block.dropdown .dropdownContent.todayOpenDropdown li {
    font-size: 17px;
    margin: 10px 0;
  }
}
.pageHeaderMenu .block.dropdown .dropdownContent.todayOpenDropdown li .date {
  display: block;
  margin-bottom: 4px;
}
.pageHeaderMenu .block.dropdown .dropdownContent.todayOpenDropdown li .time {
  color: #8ac7b8;
}
@media screen and (max-width: 800px) {
  .pageHeaderMenu .block.dropdown .dropdownContent.todayOpenDropdown li .time {
    display: block;
  }
}
.pageHeaderMenu .block.dropdown .dropdownContent.languageDropdown {
  text-align: center;
}
.pageHeaderMenu .block.dropdown .dropdownContent.languageDropdown li {
  font-size: 20px;
}
@media screen and (min-width: 521px) {
  .pageHeaderMenu .block.dropdown:hover .dropdownContent {
    transform: translateY(0px);
    opacity: 1;
    visibility: visible;
  }
}
@media screen and (max-width: 520px) {
  .pageHeaderMenu .block.dropdown.active {
    background: #1b1b1b;
  }
  .pageHeaderMenu .block.dropdown.active .dropdownContent {
    visibility: visible;
    opacity: 1;
    transform: translateY(0px);
    cursor: default;
  }
}
@media screen and (max-width: 400px) {
  .pageHeaderMenu .block.blockMenuOpen {
    width: 75px;
    max-width: 75px;
    flex: 0 0 75px;
  }
}
@media screen and (max-width: 370px) {
  .pageHeaderMenu .block.blockTodayOpen {
    display: none;
  }
}
.pageHeaderMenu .block.blockTodayOpen:hover {
  cursor: default;
}
@media screen and (max-width: 420px) {
  .pageHeaderMenu .block.blockLanguages {
    border-right: 0px;
  }
}
.menuOpen {
  width: 66px;
  margin: 25px auto 0;
  text-align: center;
  display: inline-block;
}
@media screen and (max-height: 750px) {
  .menuOpen {
    margin: 6px 0 0;
  }
}
.menuOpen > span {
  width: 66px;
  height: 3px;
  background: #8ac7b8;
  float: left;
  margin: 5px 0;
  -webkit-transition: 350ms cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: 350ms cubic-bezier(0.77, 0, 0.175, 1);
  -ms-transition: 350ms cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: 350ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: 350ms cubic-bezier(0.77, 0, 0.175, 1);
}
.menuOpen .m {
  position: relative;
}
.menuOpen .m:after {
  content: '';
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Vrstva_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 640.5 213.3' style='enable-background:new 0 0 640.5 213.3;' xml:space='preserve'%3E %3Cstyle type='text/css'%3E .st0%7Bfill:%238ac7b8;%7D %3C/style%3E %3Cpolygon class='st0' points='466.4,165 441.4,165 441.4,101 365.3,47.9 365.3,165 340.3,165 340.3,23.9 360,13.7 466.4,88 '/%3E %3Cpolygon class='st0' points='93.6,0 41.8,51.8 41.9,51.8 0,93.7 0,186.4 25.1,186.4 25.1,104.1 50.7,78.5 76.3,104.1 76.3,186.4 101.3,186.4 101.3,93.7 68.3,60.7 93.6,35.4 133.5,75.3 133.5,186.4 158.5,186.4 158.5,65 '/%3E %3Cpolygon class='st0' points='217.6,165.2 217.6,127.1 265.2,150.7 265.2,122.8 226.2,103.4 297.4,32.3 279.6,14.6 192.5,101.9 192.5,177.7 205.1,190.3 306.3,190.3 306.3,165.2 '/%3E %3Cpolygon class='st0' points='615,183.3 525.1,147.7 525.1,60.7 500.5,60.5 500.5,164.9 622.9,213.3 640,201.7 640.5,27.8 615,14.6 '/%3E %3C/svg%3E ");
  background-position: center center;
  background-repeat: no-repeat;
  height: 0px;
  width: 100%;
  position: absolute;
  float: left;
  margin: 0px;
  left: 0;
  top: 0;
  -webkit-transition: 350ms cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: 350ms cubic-bezier(0.77, 0, 0.175, 1);
  -ms-transition: 350ms cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: 350ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: 350ms cubic-bezier(0.77, 0, 0.175, 1);
  opacity: 0;
}
.menuOpen:hover .m {
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  height: 24px;
  margin: 0px;
}
.menuOpen:hover .m:after {
  height: 24px;
  opacity: 1;
}
.menuOpen.open .m {
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  height: 24px;
  margin: 0px;
}
.menuOpen.open .m {
  height: 0px;
  overflow: hidden;
}
.menuOpen.open .t {
  transform: rotate(25deg) translateY(5px) translateX(5px);
}
.menuOpen.open .b {
  transform: rotate(-25deg) translateY(-5px) translateX(5px);
}
.sticky .block {
  background: #0d0d0d;
  border-color: #2e2e2e;
}
.pageMenu {
  width: 600px;
  position: fixed;
  right: 0px;
  top: 0px;
  height: 100vh;
  z-index: 580;
  -webkit-transition: 350ms cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: 350ms cubic-bezier(0.77, 0, 0.175, 1);
  -ms-transition: 350ms cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: 350ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: 350ms cubic-bezier(0.77, 0, 0.175, 1);
  transform: translateX(100%);
}
@media screen and (max-width: 800px) {
  .pageMenu {
    width: 500px;
  }
}
@media screen and (max-width: 520px) {
  .pageMenu {
    width: 100%;
  }
}
.pageMenu.open {
  transform: translateX(0);
}
.pageMenu .pageMenuContent {
  background: #0d0d0d;
  float: left;
  height: calc(100vh - 20vh);
  width: 100%;
  padding: 200px 50px 50px 120px;
  position: relative;
  z-index: 47;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  overflow-x: auto;
}
@media screen and (max-height: 800px) {
  .pageMenu .pageMenuContent {
    height: 100%;
  }
}
@media screen and (max-width: 800px), screen and (max-height: 550px) {
  .pageMenu .pageMenuContent {
    padding: 150px 50px 50px 120px;
  }
}
@media screen and (max-width: 520px) {
  .pageMenu .pageMenuContent {
    width: 100%;
    height: 100%;
    padding: 120px 50px 50px;
  }
}
@media screen and (max-width: 400px) {
  .pageMenu .pageMenuContent {
    width: 100%;
    height: 100%;
    padding: 130px 30px 80px;
  }
}
.pageMenu .pageMenuContent ul {
  width: 100%;
  float: left;
}
.pageMenu .pageMenuContent ul li {
  list-style: none;
  -webkit-transition: 150ms cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: 150ms cubic-bezier(0.77, 0, 0.175, 1);
  -ms-transition: 150ms cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: 150ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: 150ms cubic-bezier(0.77, 0, 0.175, 1);
  font-size: 30px;
  color: #8ac7b8;
  word-break: break-word;
  float: left;
  width: 100%;
  margin: 9px 0;
}
@media screen and (max-height: 670px), screen and (max-width: 550px) {
  .pageMenu .pageMenuContent ul li {
    font-size: 25px;
  }
}
@media screen and (max-height: 550px), screen and (max-width: 400px) {
  .pageMenu .pageMenuContent ul li {
    font-size: 22px;
  }
}
.pageMenu .pageMenuContent ul li a {
  font-size: 30px;
  color: #8ac7b8;
  text-decoration: none;
}
@media screen and (max-height: 670px), screen and (max-width: 550px) {
  .pageMenu .pageMenuContent ul li a {
    font-size: 25px;
  }
}
@media screen and (max-height: 550px), screen and (max-width: 400px) {
  .pageMenu .pageMenuContent ul li a {
    font-size: 22px;
  }
}
.pageMenu .pageMenuContent ul li a:hover {
  color: #fff;
}
.pageMenu .pageMenuContent ul li > ul {
  margin-left: 25px;
  display: none;
  float: left;
  width: 100%;
}
.pageMenu .pageMenuContent ul li > ul li {
  color: #fff;
  font-size: 25px;
}
.pageMenu .pageMenuContent ul li.parent {
  cursor: pointer;
}
.pageMenu .pageMenuContent ul li.todayOpen {
  display: none;
}
@media screen and (max-width: 370px) {
  .pageMenu .pageMenuContent ul li.todayOpen {
    display: block;
  }
}
.pageMenu .pageMenuContent ul li.todayOpen .label {
  font-size: 20px;
  color: #fff;
  display: inline-block;
}
.pageMenu .pageMenuContent ul li.todayOpen .content {
  font-size: 22px;
  display: inline-block;
}
.pageMenu .pageMenuContent ul.opened li {
  margin: 4px 0;
}
.pageMenu .pageMenuContent .social {
  margin-top: 20px;
}
.pageMenu .pageMenuContent .social svg {
  width: 29px;
  height: 29px;
}
@media screen and (max-width: 550px) {
  .pageMenu .pageMenuContent .social svg {
    width: 20px;
    height: 20px;
  }
}
.pageMenu .pageMenuContent .social svg path {
  fill: #c6c6c6;
}
.pageMenu .pageMenuContent .social a {
  text-decoration: none;
  margin: 3px 22px 5px 0px;
  displaY: inline-block;
}
@media screen and (max-width: 550px) {
  .pageMenu .pageMenuContent .social a {
    margin: 3px 14px 5px 0px;
  }
}
@media screen and (max-width: 350px) {
  .pageMenu .pageMenuContent .social a:nth-child(3) {
    clear: both;
  }
}
.pageMenu .pageMenuContent .social a:hover svg path {
  fill: #8ac7b8;
}
.pageMenu .pageMenuContent .social .back a {
  color: #8ac7b8;
  font-size: 18px;
  margin-bottom: 25px;
}
.pageMenu:before {
  content: "";
  width: 0;
  height: 0;
  border-top: 20vh solid #0d0d0d;
  border-left: 20vh solid transparent;
  float: left;
  position: absolute;
  bottom: 0px;
  left: 0px;
  z-index: 46;
}
@media screen and (max-width: 520px) {
  .pageMenu:before {
    display: none;
  }
}
.pageMenu:after {
  content: "";
  width: calc(100% - 20vh);
  height: 20vh;
  float: left;
  background: #0d0d0d;
  position: absolute;
  bottom: 0px;
  right: 0px;
  z-index: 46;
}
@media screen and (max-width: 520px) {
  .pageMenu:after {
    display: none;
  }
}
#app {
  overflow: hidden;
  position: relative;
}
#app section {
  float: left;
  width: 100%;
  position: relative;
}
.container {
  max-width: 1512px;
  margin: 0 auto;
}
@media screen and (max-width: 1850px) {
  .container {
    padding: 0 150px;
    max-width: 100%;
  }
}
@media screen and (max-width: 1400px) {
  .container {
    padding: 0 90px;
    max-width: 100%;
  }
}
@media screen and (max-width: 700px) {
  .container {
    padding: 0px 40px;
  }
}
@media screen and (max-width: 550px) {
  .container {
    padding: 0px 30px;
  }
}
.customLink {
  padding-bottom: 8px;
  text-decoration: none;
  color: #8ac7b8;
  border-bottom: 2px solid #8ac7b8;
}
.parallax-item {
  z-index: 50;
  position: absolute;
}
@media screen and (max-width: 1850px) {
  .parallax-item {
    background-size: 70% !important;
  }
}
@media screen and (max-width: 1200px) {
  .parallax-item {
    background-size: 60% !important;
  }
}
@media screen and (max-width: 980px) {
  .parallax-item {
    background-size: 50% !important;
  }
}
@media screen and (max-width: 550px) {
  .parallax-item {
    background-size: 40% !important;
  }
}
.hpIconTop_lb {
  bottom: -50px;
  left: 0px;
  float: left;
  width: 216px;
  height: 200px;
  background: url('../../images/parallax/paralax_top_lb.png') no-repeat left center;
}
@media screen and (max-width: 700px) {
  .hpIconTop_lb {
    left: -30px;
  }
}
.hpIconTop_rt {
  top: 300px;
  right: 0px;
  float: right;
  width: 145px;
  height: 160px;
  background: url('../../images/parallax/paralax_top_rt.png') no-repeat right center;
}
@media screen and (max-width: 700px) {
  .hpIconTop_rt {
    right: -30px;
    display: none;
  }
}
.hpIconTop_rb {
  bottom: -50px;
  right: 40px;
  float: right;
  width: 178px;
  height: 181px;
  background: url('../../images/parallax/paralax_top_rb.png') no-repeat right center;
}
@media screen and (max-width: 700px) {
  .hpIconTop_rb {
    right: -40px;
  }
}
.hpIconTop_ml {
  bottom: -400px;
  left: 0px;
  float: left;
  width: 178px;
  height: 181px;
  background: url('../../images/parallax/paralax_top_rb.png') no-repeat left center;
}
@media screen and (max-width: 700px) {
  .hpIconTop_ml {
    left: -30px;
  }
}
.hpIconTop_ml2 {
  top: 80px;
  left: 0px;
  float: left;
  width: 216px;
  height: 200px;
  background: url('../../images/parallax/paralax_top_lb.png') no-repeat left center;
}
@media screen and (max-width: 700px) {
  .hpIconTop_ml2 {
    left: -90px;
    display: none;
  }
}
@media screen and (min-height: 1020px) and (min-width: 2200px) {
  .hpIconTop_ml2 {
    top: -50px;
  }
}
.hpIconTop_mr {
  top: 80px;
  right: 0px;
  float: right;
  width: 183px;
  height: 207px;
  background: url('../../images/parallax/paralax_middle_rt.png') no-repeat right center;
}
@media screen and (max-width: 700px) {
  .hpIconTop_mr {
    right: -90px;
  }
}
.hpIconTop_mr2 {
  top: -100px;
  right: 0px;
  float: right;
  width: 76px;
  height: 181px;
  background: url('../../images/parallax/paralax_bottom_rb.png') no-repeat right center;
}
@media screen and (max-width: 700px) {
  .hpIconTop_mr2 {
    right: -20px;
    display: none;
  }
}
.hpIconTop_ml3 {
  bottom: -200px;
  left: 0px;
  float: left;
  width: 178px;
  height: 181px;
  background: url('../../images/parallax/paralax_top_rb.png') no-repeat left center;
}
@media screen and (max-width: 700px) {
  .hpIconTop_ml3 {
    left: -30px;
  }
}
.hpIconTop_mr3 {
  top: 100px;
  right: 0px;
  float: right;
  width: 76px;
  height: 181px;
  background: url('../../images/parallax/paralax_bottom_rb.png') no-repeat right center;
}
.hpIconTop_mr3.events {
  top: 60%;
  display: none;
}
@media screen and (max-width: 700px) {
  .hpIconTop_mr3.events {
    display: block;
  }
}
.hpIconTop_ml4 {
  bottom: 100px;
  left: 0px;
  float: left;
  width: 79px;
  height: 275px;
  background: url('../../images/parallax/paralax_bottom_lt.png') no-repeat left center;
}
.hpIconTop_br2 {
  bottom: -450px;
  right: 0px;
  float: right;
  width: 106px;
  height: 160px;
  background: url('../../images/parallax/paralax_bottom_rt.png') no-repeat right center;
}
@media screen and (max-width: 450px) {
  .hpIconTop_br2 {
    display: none;
  }
}
.hpIconTop_bl {
  bottom: -100px;
  left: 0px;
  float: left;
  width: 163px;
  height: 186px;
  background: url('../../images/parallax/paralax_middle_lt.png') no-repeat left center;
}
@media screen and (max-width: 700px) {
  .hpIconTop_bl {
    left: -50px;
  }
}
.pageFooter {
  float: left;
  width: 100%;
  padding: 100px 0;
  color: #f3f4f4;
  background: #0d0d0d;
}
@media screen and (max-width: 1100px) {
  .pageFooter {
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 700px) {
  .pageFooter {
    padding: 50px 0 20px;
  }
}
.pageFooter .footerTitle {
  color: #fff;
  font-size: 26px;
}
@media screen and (max-width: 1100px) {
  .pageFooter .footerTitle {
    font-size: 27px;
  }
}
@media screen and (max-width: 600px) {
  .pageFooter .footerTitle {
    font-size: 23px;
  }
}
.pageFooter .block1 {
  width: 35%;
  float: left;
  padding-right: 5%;
}
@media screen and (max-width: 1100px) {
  .pageFooter .block1 {
    width: 100%;
    padding: 0;
  }
  .pageFooter .block1 .form,
  .pageFooter .block1 .sayHi {
    width: 50%;
    float: left;
  }
  .pageFooter .block1 .sayHi {
    padding-left: 55px;
  }
  .pageFooter .block1 .sayHi .customLink {
    margin-top: 15px;
    display: inline-block;
  }
}
@media screen and (max-width: 550px) {
  .pageFooter .block1 .form,
  .pageFooter .block1 .sayHi {
    width: 100%;
    padding: 0;
    text-align: center;
  }
  .pageFooter .block1 .sayHi {
    margin: 30px 0 60px;
  }
}
.pageFooter .block1 .newsletterContainer {
  margin: 0;
  max-width: 370px;
  margin-bottom: 90px;
}
@media screen and (max-width: 550px) {
  .pageFooter .block1 .newsletterContainer {
    margin: 10px auto 20px;
    display: inline-block;
  }
}
.pageFooter .block1 .newsletterContainer input {
  color: #fff;
}
.pageFooter .block1 .newsletterContainer input::placeholder {
  color: #a4a4a4;
  opacity: 1;
}
.pageFooter .block1 .newsletterContainer :-ms-input-placeholder {
  color: #a4a4a4;
}
.pageFooter .block1 .newsletterContainer ::-ms-input-placeholder {
  color: #a4a4a4;
}
.pageFooter .block1 .newsletterContainer .submitBtn {
  transform: scale(0.85);
}
.pageFooter .block1 .newsletter-link {
  display: inline-flex;
  margin-top: 10px;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
}
.pageFooter .block1 .newsletter-link:hover,
.pageFooter .block1 .newsletter-link:focus {
  color: #8ac7b8;
}
.pageFooter .block1 .footerTitle {
  margin-bottom: 28px;
}
@media screen and (max-width: 550px) {
  .pageFooter .block1 .footerTitle {
    margin-bottom: 10px;
  }
}
.pageFooter .block2 {
  width: 35%;
  float: left;
  padding-left: 5.25%;
}
@media screen and (max-width: 1100px) {
  .pageFooter .block2 {
    width: 50%;
    padding: 0;
  }
}
@media screen and (max-width: 800px) {
  .pageFooter .block2 {
    text-align: center;
    width: 100%;
    padding: 0;
  }
}
@media screen and (max-width: 700px) {
  .pageFooter .block2 .line {
    width: 50%;
    float: left;
  }
  .pageFooter .block2 .line:nth-child(odd) {
    padding-left: 12px;
  }
}
@media screen and (max-width: 600px) {
  .pageFooter .block2 .line {
    width: 100%;
    float: left;
  }
  .pageFooter .block2 .line:nth-child(odd) {
    padding-left: 0px;
  }
}
.pageFooter .block2 .line .title {
  width: 70px;
  display: inline-block;
}
@media screen and (max-width: 700px) {
  .pageFooter .block2 .line .title {
    width: 60px;
  }
}
.pageFooter .block2 .line .time {
  color: #8ac7b8;
  padding-bottom: 8px;
  border-bottom: 2px solid #8ac7b8;
  display: inline-block;
}
@media screen and (max-width: 1100px) {
  .pageFooter .block2 .line .time {
    padding-bottom: 5px;
  }
}
.pageFooter .block2 .social {
  margin-top: 140px;
}
@media screen and (max-width: 1100px) {
  .pageFooter .block2 .social {
    margin: 50px 0;
    width: 100%;
    display: inline-block;
  }
}
@media screen and (max-width: 800px) {
  .pageFooter .block2 .social {
    margin: 30px 0;
  }
}
@media screen and (max-width: 700px) {
  .pageFooter .block2 .social {
    text-align: center;
  }
}
.pageFooter .block2 .social svg {
  width: 35px;
  height: 35px;
}
.pageFooter .block2 .social svg path {
  fill: #c6c6c6;
}
.pageFooter .block2 .social a {
  text-decoration: none;
  margin: 0px 22px 8px 0;
  display: inline-block;
}
@media screen and (max-width: 1300px) {
  .pageFooter .block2 .social a {
    margin: 0px 15px 8px 0px;
  }
}
@media screen and (max-width: 800px) {
  .pageFooter .block2 .social a {
    margin: 0px 11px 8px 0px;
  }
}
@media screen and (max-width: 700px) {
  .pageFooter .block2 .social a {
    margin: 0px 6px 8px 6px;
  }
}
.pageFooter .block2 .social a:hover svg path {
  fill: #8ac7b8;
}
.pageFooter .block2 .row {
  font-size: 16px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.pageFooter .block2 .day {
  width: 50%;
  max-width: 50%;
  flex: 0 0 50%;
  padding: 0px 10px 10px 0;
}
@media screen and (max-width: 380px) {
  .pageFooter .block2 .day {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
  }
}
.pageFooter .block2 .day .time {
  color: #8ac7b8;
}
.pageFooter .block3 {
  width: 25%;
  float: right;
}
@media screen and (max-width: 1200px) {
  .pageFooter .block3 {
    width: 28%;
  }
}
@media screen and (max-width: 1100px) {
  .pageFooter .block3 {
    width: 50%;
    padding: 0 0 0 50px;
  }
}
@media screen and (max-width: 700px) {
  .pageFooter .block3 {
    width: 100%;
    padding: 0;
    text-align: center;
  }
}
@media screen and (max-width: 700px) {
  .pageFooter .block3 ul {
    max-width: 550px;
    margin: 0 auto;
    display: inline-block;
  }
}
.pageFooter .block3 ul li {
  list-style: none;
  margin-bottom: 26px;
}
@media screen and (max-width: 1100px) {
  .pageFooter .block3 ul li {
    margin-bottom: 12px;
  }
}
.pageFooter .block3 ul li a {
  padding-bottom: 8px;
  text-decoration: none;
  color: #8ac7b8;
  border-bottom: 2px solid #8ac7b8;
  display: inline-block;
}
@media screen and (max-width: 700px) {
  .pageFooter .block3 ul li a {
    text-align: left;
  }
}
.pageFooter .block3 ul li a:hover {
  color: #fff;
}
.pageFooter .block3 .moreLinks {
  margin-top: 0;
  margin-left: 0;
  display: block;
  color: #fefefe;
}
.pageFooter .block3 .moreLinks a {
  color: #fefefe;
  text-decoration: none;
  position: relative;
}
.pageFooter .block3 .moreLinks a:hover {
  color: #8ac7b8;
}
.pageFooter .block3 .moreLinks a:hover:after {
  background: #fff;
}
.pageFooter .block3 .moreLinks a:after {
  content: "";
  margin: 0px 2px 0px 6px;
  width: 2px;
  height: 16px;
  background: #fefefe;
  position: relative;
  top: 3px;
  display: inline-block;
}
.pageFooter .block3 .moreLinks a:last-child:after {
  display: none;
}
.pageFooter .block3 .moreLinks:not(:last-child) {
  margin-bottom: 30px;
}
.pageFooter .block3 .moreLinks--privacy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.pageFooter .block3 .moreLinks--privacy a {
  display: inline-flex;
}
.pageFooter .block3 .moreLinks--privacy a::after {
  display: none;
}
.pageFooter .block3 .moreLinks--privacy a:not(:last-child) {
  margin-bottom: 10px;
}
.goToTop {
  width: 45px;
  height: 45px;
  background: #fff url('../../images/icons/ico_accordion.png') no-repeat center center;
  position: fixed;
  right: 20px;
  bottom: 20px;
  transform: rotate(180deg);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 250ms cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: 250ms cubic-bezier(0.77, 0, 0.175, 1);
  -ms-transition: 250ms cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: 250ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: 250ms cubic-bezier(0.77, 0, 0.175, 1);
  cursor: pointer;
  z-index: 90;
}
.goToTop.active {
  visibility: visible;
  opacity: 1;
}
/***** //LAYOUT *****/
.btn {
  background: #0d0d0d;
  color: #fff;
  text-align: center;
  display: inline-block;
  border: 0;
  outline: 0;
  -webkit-transition: 150ms cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: 150ms cubic-bezier(0.77, 0, 0.175, 1);
  -ms-transition: 150ms cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: 150ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: 150ms cubic-bezier(0.77, 0, 0.175, 1);
  text-decoration: none;
  font-size: 18px;
  position: relative;
  margin: 10px 0;
}
@media screen and (max-width: 700px) {
  .btn {
    font-size: 22px;
  }
}
@media screen and (max-width: 550px) {
  .btn {
    font-size: 20px;
  }
}
.btn span {
  z-index: 12;
  background: #0d0d0d;
  color: #fff;
  text-align: center;
  display: inline-block;
  padding: 12px 20px;
  -webkit-transition: 300ms cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: 300ms cubic-bezier(0.77, 0, 0.175, 1);
  -ms-transition: 300ms cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: 300ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: 300ms cubic-bezier(0.77, 0, 0.175, 1);
  text-decoration: none;
  font-size: 18px;
  position: relative;
}
@media screen and (max-width: 700px) {
  .btn span {
    font-size: 22px;
  }
}
@media screen and (max-width: 550px) {
  .btn span {
    font-size: 20px;
    padding: 10px 15px;
  }
}
@media screen and (max-width: 400px) {
  .btn span {
    font-size: 18px;
  }
}
.btn:not(:disabled) {
  cursor: pointer;
}
.btn:not(:disabled):hover {
  color: #fff;
  background: #5c3327;
}
.btn.md {
  padding: 12px 20px;
}
@media screen and (max-width: 980px) {
  .btn.md {
    padding: 8px 12px;
  }
}
.btn--orange {
  background: #8ac7b8;
  color: #fff;
}
.btn--white {
  background: #fff;
  color: #000;
}
.btn--white span {
  background: #fff;
  color: #000;
}
.btn:before {
  content: "";
  width: 100%;
  height: 100%;
  background: transparent;
  float: left;
  left: 0;
  top: 0;
  position: absolute;
  -webkit-transition: 300ms cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: 300ms cubic-bezier(0.77, 0, 0.175, 1);
  -ms-transition: 300ms cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: 300ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: 300ms cubic-bezier(0.77, 0, 0.175, 1);
  border: 5px solid #8ac7b8;
  box-sizing: border-box;
  z-index: 10;
}
.btn:hover:before {
  transform: skew(-5deg, 0deg) rotate(4deg) scale(1.07);
}
.customLink {
  padding-bottom: 8px;
  text-decoration: none;
  color: #8ac7b8;
  border-bottom: 2px solid #8ac7b8;
}
a.customLink:hover {
  color: #fff;
}
.showMoreBtn,
.showMoreBtnMasonry {
  padding-bottom: 8px;
  text-decoration: none;
  border-bottom: 2px solid #8ac7b8;
  color: #8ac7b8;
  position: relative;
  margin: 30px 0 10px 0;
  display: inline-block;
}
@media screen and (max-width: 980px) {
  .showMoreBtn,
  .showMoreBtnMasonry {
    margin: 20px 0 10px 0;
  }
}
.defaultBtn {
  border: 1px solid #8ac7b8;
  color: #8ac7b8;
  padding: 15px 30px;
  background: #fff;
  position: relative;
  text-decoration: none;
  font-size: 16px;
  -webkit-transition: 150ms cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: 150ms cubic-bezier(0.77, 0, 0.175, 1);
  -ms-transition: 150ms cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: 150ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: 150ms cubic-bezier(0.77, 0, 0.175, 1);
}
@media screen and (max-width: 700px) {
  .defaultBtn {
    font-size: 15px;
  }
}
.defaultBtn .icoL {
  background: url("../../images/icons/arrow_left.png") no-repeat right top;
  width: 6px;
  height: 10px;
  float: left;
  margin-right: 14px;
  margin-top: 4px;
}
.defaultBtn .icoR {
  background: url("../../images/icons/arrow_right.png") no-repeat left top;
  width: 6px;
  height: 10px;
  float: right;
  margin-left: 14px;
  margin-top: 4px;
}
.defaultBtn:hover {
  background: #8ac7b8;
  color: #fff;
}
.defaultBtn:hover .icoL {
  background-position: top right -6px;
}
.defaultBtn:hover .icoR {
  background-position: top left -6px;
}
.defaultBtn.white {
  border-color: #fff;
  color: #fff;
  background: transparent;
}
.defaultBtn.white:hover {
  background: #fff;
  color: #8ac7b8;
}
.defaultBtn.fullWhite {
  border-color: #fff;
  color: #1d1d1d;
  background: #fff;
}
.defaultBtn.fullWhite:hover {
  background: transparent;
  color: #fff;
}
.defaultBtn.black {
  border-color: #1d1d1d;
  color: #fff;
  background: #1d1d1d;
}
.defaultBtn.black:hover {
  background: #fff;
  color: #1d1d1d;
}
.defaultBtn.paddingS {
  padding: 10px 20px;
}
@media screen and (max-width: 980px) {
  .defaultBtn.paddingS {
    padding: 8px 12px;
  }
}
.defaultBtn.paddingM {
  padding: 15px 43px;
}
@media screen and (max-width: 980px) {
  .defaultBtn.paddingM {
    padding: 11px 22px;
  }
}
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #e5e5e5 inset !important;
}
input[type="text"],
input[type="email"],
input[type="password"],
input[type="tel"] {
  border: 0;
  border: 1px solid #383838;
  background: transparent;
  padding: 15px 25px;
  width: 100%;
  color: #0d0d0d;
}
input[type="text"]:active,
input[type="email"]:active,
input[type="password"]:active,
input[type="tel"]:active,
input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="tel"]:focus {
  outline: 0;
}
select {
  -moz-appearance: none;
  -webkit-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9' height='5.105' viewBox='0 0 9 5.105'%3E %3Cpath id='caret-down' .d='M11.9,192H19.69a.6.6,0,0,1,.427,1.032l-3.893,3.9a.607.607,0,0,1-.857,0l-3.893-3.9A.6.6,0,0,1,11.9,192Z' transform='translate(-11.295 -192)' fill='%2329e688'/%3E %3C/svg%3E ");
  background-repeat: no-repeat;
  background-position: center right 10px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  padding: 8px 25px 8px 15px;
}
select::-ms-expand {
  display: none;
}
select:active,
select:focus {
  outline: 0;
}
/* newsletter form */
.newsletterContainer {
  max-width: 450px;
  margin: 30px auto 0;
  position: relative;
}
.newsletterContainer input {
  padding: 25px 100px 25px 30px;
  font-size: 18px;
}
@media screen and (max-width: 650px) {
  .newsletterContainer input {
    padding: 15px 70px 15px 20px;
    font-size: 16px;
  }
}
.newsletterContainer .submitBtn {
  position: absolute;
  right: 20px;
  top: 5px;
  width: 70px;
  height: 100%;
  padding: 5px;
  border: 0;
  background: transparent;
  cursor: pointer;
  outline: 0;
}
@media screen and (max-width: 650px) {
  .newsletterContainer .submitBtn {
    width: 50px;
  }
}
.newsletterContainer .submitBtn .st0 {
  clip-path: url(#SVGID_2_);
  fill: none;
  stroke: #8ac7b8;
  stroke-width: 22;
  stroke-miterlimit: 10;
}
.customCheckbox {
  text-align: left;
  display: block;
  position: relative;
  padding-left: 35px;
  float: left;
  width: 100%;
  margin-bottom: 13px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #0d0d0d;
}
.customCheckbox a {
  color: #8ac7b8;
}
.customCheckbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.customCheckbox input:checked ~ .checkmark {
  background-color: #ffd8b4;
}
.customCheckbox input:checked ~ .checkmark:after {
  display: block;
}
.customCheckbox .checkmark {
  position: absolute;
  top: 3px;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #fff6ec;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: 2px solid #ffd8b4;
  -webkit-transition: 150ms cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: 150ms cubic-bezier(0.77, 0, 0.175, 1);
  -ms-transition: 150ms cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: 150ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: 150ms cubic-bezier(0.77, 0, 0.175, 1);
}
.customCheckbox .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  left: 5px;
  top: 0px;
  width: 5px;
  height: 11px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.customCheckbox:hover input ~ .checkmark {
  background-color: #ffd8b4;
}
table.table {
  border-collapse: collapse;
  width: 100%;
  height: inherit!important;
  margin-bottom: 32px;
}
table.table td,
table.table th {
  border: 1px solid #ddd;
  padding: 12px;
  height: inherit!important;
}
table.table tr {
  height: inherit!important;
}
table.table tr:nth-child(even) {
  background-color: #f2f2f2;
}
table.table th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #0d0d0d;
  color: white;
  word-break: keep-all;
}
.wContent {
  color: #4b4b4b;
  word-break: break-word;
}
.wContent p {
  color: #4b4b4b;
  line-height: 30px;
}
@media screen and (max-width: 650px) {
  .wContent p {
    line-height: 25px;
  }
}
.wContent h2 {
  font-size: 30px;
}
.wContent h3 {
  font-size: 25px;
}
.wContent h4 {
  font-size: 22px;
}
.wContent h5 {
  font-size: 20px;
}
.wContent h6 {
  font-size: 17px;
}
.wContent h1,
.wContent h2,
.wContent h3,
.wContent h4,
.wContent h5,
.wContent h6 {
  font-family: 'graphik', Verdana, sans-serif;
  color: #0c0c0c;
}
.wContent ul,
.wContent ol {
  margin: 0px 0px 20px 30px;
}
.wContent ul li,
.wContent ol li {
  margin-bottom: 2px;
  padding: 1px 0 1px 7px;
}
.wContent .instagram-media {
  position: relative!important;
  min-width: inherit!important;
  margin-bottom: 25px;
}
.videoPlayer,
.youtubePlayer {
  position: relative;
}
.videoPlayer .videoPlay,
.youtubePlayer .videoPlay {
  position: absolute;
  left: 50%;
  top: 50%;
  float: left;
  cursor: pointer;
  display: none;
}
.videoPlayer .videoPlay svg,
.youtubePlayer .videoPlay svg {
  width: 80px;
  height: 80px;
  transform: translateX(-50%) translateY(-50%);
}
@media screen and (max-width: 980px) {
  .videoPlayer .videoPlay svg,
  .youtubePlayer .videoPlay svg {
    width: 60px;
    height: 60px;
  }
}
@media screen and (max-width: 700px) {
  .videoPlayer .videoPlay svg,
  .youtubePlayer .videoPlay svg {
    width: 50px;
    height: 50px;
  }
}
@media screen and (max-width: 500px) {
  .videoPlayer .videoPlay svg,
  .youtubePlayer .videoPlay svg {
    width: 40px;
    height: 40px;
  }
}
.videoPlayer .videoPlay .st0,
.youtubePlayer .videoPlay .st0 {
  fill: #99daca;
  stroke: #99daca;
  stroke-width: 42;
  stroke-linejoin: bevel;
  stroke-miterlimit: 10;
}
.videoPlayer .videoControlls,
.youtubePlayer .videoControlls {
  position: absolute;
  left: 20px;
  bottom: 20px;
  float: left;
  z-index: 20;
}
@media screen and (max-width: 550px) {
  .videoPlayer .videoControlls,
  .youtubePlayer .videoControlls {
    left: 0px;
    bottom: 0px;
  }
}
.videoPlayer .videoControlls svg,
.youtubePlayer .videoControlls svg {
  width: 40px;
  height: 40px;
  -webkit-transition: 200ms cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: 200ms cubic-bezier(0.77, 0, 0.175, 1);
  -ms-transition: 200ms cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: 200ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: 200ms cubic-bezier(0.77, 0, 0.175, 1);
}
@media screen and (max-width: 700px) {
  .videoPlayer .videoControlls svg,
  .youtubePlayer .videoControlls svg {
    width: 30px;
    height: 30px;
  }
}
@media screen and (max-width: 500px) {
  .videoPlayer .videoControlls svg,
  .youtubePlayer .videoControlls svg {
    width: 23px;
    height: 23px;
  }
}
.videoPlayer .videoControlls .play,
.youtubePlayer .videoControlls .play,
.videoPlayer .videoControlls .pause,
.youtubePlayer .videoControlls .pause,
.videoPlayer .videoControlls .mute,
.youtubePlayer .videoControlls .mute,
.videoPlayer .videoControlls .share,
.youtubePlayer .videoControlls .share,
.videoPlayer .videoControlls .fullscreen,
.youtubePlayer .videoControlls .fullscreen {
  float: left;
  margin: 15px;
  cursor: pointer;
}
@media screen and (max-width: 500px) {
  .videoPlayer .videoControlls .play,
  .youtubePlayer .videoControlls .play,
  .videoPlayer .videoControlls .pause,
  .youtubePlayer .videoControlls .pause,
  .videoPlayer .videoControlls .mute,
  .youtubePlayer .videoControlls .mute,
  .videoPlayer .videoControlls .share,
  .youtubePlayer .videoControlls .share,
  .videoPlayer .videoControlls .fullscreen,
  .youtubePlayer .videoControlls .fullscreen {
    margin: 10px;
  }
}
.videoPlayer .videoControlls .play:hover svg,
.youtubePlayer .videoControlls .play:hover svg,
.videoPlayer .videoControlls .pause:hover svg,
.youtubePlayer .videoControlls .pause:hover svg,
.videoPlayer .videoControlls .mute:hover svg,
.youtubePlayer .videoControlls .mute:hover svg,
.videoPlayer .videoControlls .share:hover svg,
.youtubePlayer .videoControlls .share:hover svg,
.videoPlayer .videoControlls .fullscreen:hover svg,
.youtubePlayer .videoControlls .fullscreen:hover svg {
  transform: scale(1.1);
}
.videoPlayer .videoControlls .play .st0,
.youtubePlayer .videoControlls .play .st0 {
  fill: #99daca;
  stroke: #99daca;
  stroke-width: 42;
  stroke-linejoin: bevel;
  stroke-miterlimit: 10;
}
.videoPlayer .videoControlls .pause .st0,
.youtubePlayer .videoControlls .pause .st0 {
  fill: #99daca;
  stroke: #99daca;
  stroke-width: 70;
  stroke-linejoin: bevel;
  stroke-miterlimit: 10;
}
.videoPlayer .videoControlls .mute .st0,
.youtubePlayer .videoControlls .mute .st0 {
  fill: #99daca;
}
.videoPlayer .videoControlls .mute .muteOn,
.youtubePlayer .videoControlls .mute .muteOn {
  display: block;
}
.videoPlayer .videoControlls .mute .muteOff,
.youtubePlayer .videoControlls .mute .muteOff {
  display: none;
}
.videoPlayer .videoControlls .mute.active .muteOn,
.youtubePlayer .videoControlls .mute.active .muteOn {
  display: none;
}
.videoPlayer .videoControlls .mute.active .muteOff,
.youtubePlayer .videoControlls .mute.active .muteOff {
  display: block;
}
.videoPlayer .videoControlls .share path,
.youtubePlayer .videoControlls .share path {
  fill: #99daca;
  stroke: #99daca;
}
.videoPlayer .videoControlls .fullscreen polygon,
.youtubePlayer .videoControlls .fullscreen polygon {
  fill: #99daca;
}
@media screen and (min-width: 800px) {
  .videoPlayer .videoControlls .fullscreen,
  .youtubePlayer .videoControlls .fullscreen {
    display: none;
  }
}
.videoPlayer .videoOverlayShare,
.youtubePlayer .videoOverlayShare {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  visibility: hidden;
  opacity: 0;
}
.videoPlayer .videoOverlayShare .videoOverlayContent,
.youtubePlayer .videoOverlayShare .videoOverlayContent {
  flex: 0 0 100%;
  max-width: 100%;
  width: 100%;
}
@media screen and (max-width: 650px) {
  .videoPlayer .videoOverlayShare .videoOverlayContent,
  .youtubePlayer .videoOverlayShare .videoOverlayContent {
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 650px) {
  .videoPlayer .videoOverlayShare .videoOverlayContent h3,
  .youtubePlayer .videoOverlayShare .videoOverlayContent h3 {
    margin-bottom: 0px;
  }
}
.videoPlayer .videoOverlayShare .videoOverlayContent input,
.youtubePlayer .videoOverlayShare .videoOverlayContent input {
  background: rgba(255, 255, 255, 0.6);
  color: #000;
  width: 380px;
  text-align: center;
}
@media screen and (max-width: 500px) {
  .videoPlayer .videoOverlayShare .videoOverlayContent input,
  .youtubePlayer .videoOverlayShare .videoOverlayContent input {
    width: 80%;
  }
}
@media screen and (max-width: 450px) {
  .videoPlayer .videoOverlayShare .videoOverlayContent input,
  .youtubePlayer .videoOverlayShare .videoOverlayContent input {
    padding: 10px;
    font-size: 15px;
  }
}
.videoPlayer .videoOverlayShare .videoOverlayContent .icons,
.youtubePlayer .videoOverlayShare .videoOverlayContent .icons {
  margin-top: 35px;
}
@media screen and (max-width: 650px) {
  .videoPlayer .videoOverlayShare .videoOverlayContent .icons,
  .youtubePlayer .videoOverlayShare .videoOverlayContent .icons {
    margin-top: 9px;
  }
}
.videoPlayer .videoOverlayShare .videoOverlayContent .icons a,
.youtubePlayer .videoOverlayShare .videoOverlayContent .icons a,
.videoPlayer .videoOverlayShare .videoOverlayContent .icons span,
.youtubePlayer .videoOverlayShare .videoOverlayContent .icons span {
  margin: 0px 5px;
  cursor: pointer;
  display: inline-block;
}
.videoPlayer .videoOverlayShare .videoOverlayContent .icons svg,
.youtubePlayer .videoOverlayShare .videoOverlayContent .icons svg {
  width: 40px;
  height: 40px;
}
@media screen and (max-width: 650px) {
  .videoPlayer .videoOverlayShare .videoOverlayContent .icons svg,
  .youtubePlayer .videoOverlayShare .videoOverlayContent .icons svg {
    width: 30px;
    height: 30px;
  }
}
.videoPlayer .videoOverlayShare .videoOverlayContent .icons svg path,
.youtubePlayer .videoOverlayShare .videoOverlayContent .icons svg path {
  fill: #99daca;
  stroke: #99daca;
}
.videoPlayer .videoOverlayShare .videoOverlayContent .icons .closeShare,
.youtubePlayer .videoOverlayShare .videoOverlayContent .icons .closeShare {
  color: #fff;
  text-decoration: none;
}
.videoPlayer .videoOverlayShare .videoOverlayContent .icons .closeShare:hover,
.youtubePlayer .videoOverlayShare .videoOverlayContent .icons .closeShare:hover {
  text-decoration: underline;
}
/*
.youtubePlayer {
  position: relative;
  //padding-bottom: 56.25%;
  //padding-top: 30px;
  height: 500px;
  overflow: hidden;
  max-height: 600px;

  iframe,
  object,
  embed {

    width: 100%;
    height: 100%;
    max-height: 600px;
  }

  #youtube-video-player {
    object-fit: cover;
    width: 100%;
    height: 100%;
    min-height: 350px;
    max-height: 600px;
  }
}*/
.popUp {
  width: 710px;
  position: fixed;
  bottom: 20px;
  background: #f1dfe0;
  text-align: center;
  font-size: 16px;
  padding: 50px 80px;
  z-index: 650;
  -webkit-transition: 350ms cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: 350ms cubic-bezier(0.77, 0, 0.175, 1);
  -ms-transition: 350ms cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: 350ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: 350ms cubic-bezier(0.77, 0, 0.175, 1);
}
@media screen and (max-width: 800px) {
  .popUp {
    width: 80%;
    bottom: 0;
    padding: 80px 30px 40px 40px;
  }
}
@media screen and (max-width: 600px) {
  .popUp {
    padding: 55px 20px 10px 20px;
    font-size: 15px;
  }
}
@media screen and (max-width: 350px) {
  .popUp {
    width: 100%;
  }
}
.popUp.closed {
  transform: translateX(-150%);
}
.popUp .close {
  position: Absolute;
  right: 32px;
  top: 27px;
  float: right;
  width: 34px;
  height: 33px;
  background: url('../../images/icons/ico_popup_close_dark.png') no-repeat center;
  cursor: pointer;
  -webkit-transition: 350ms cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: 350ms cubic-bezier(0.77, 0, 0.175, 1);
  -ms-transition: 350ms cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: 350ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: 350ms cubic-bezier(0.77, 0, 0.175, 1);
}
@media screen and (max-width: 600px) {
  .popUp .close {
    right: 10px;
    top: 12px;
    transform: scale(0.7);
  }
}
.popUp .close:hover {
  transform: scale(0.8) rotate(360deg);
}
.popUp > p {
  margin-bottom: 15px;
}
@media screen and (max-width: 400px) {
  .popUp > p {
    margin-bottom: 8px;
  }
}
.popUp .use {
  font-size: 22px;
}
@media screen and (max-width: 800px) {
  .popUp .use {
    font-size: 20px;
  }
}
@media screen and (max-width: 600px) {
  .popUp .use {
    font-size: 18px;
  }
}
.popUp .code {
  font-size: 40px;
}
@media screen and (max-width: 800px) {
  .popUp .code {
    font-size: 32px;
  }
}
@media screen and (max-width: 600px) {
  .popUp .code {
    font-size: 25px;
  }
}
.popUp .btn {
  font-size: 24px;
}
@media screen and (max-width: 800px) {
  .popUp .btn {
    font-size: 22px;
  }
}
@media screen and (max-width: 600px) {
  .popUp .btn {
    font-size: 20px;
  }
}
.popUp.newsletter {
  left: 50%;
  top: 50%;
  bottom: inherit;
  right: inherit;
  transform: translateY(-50%) translateX(-50%);
  z-index: 900;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.popUp.newsletter.closed {
  opacity: 0;
  visibility: hidden;
}
.popUp.newsletter .errorLine {
  margin-top: 15px;
  display: none;
  color: red;
}
.popUp.leftBottom {
  transform: translateX(-100%);
  animation: popUpWoltAnimation 400ms cubic-bezier(0.77, 0, 0.175, 1) 900ms 1 alternate forwards;
  -webkit-animation: popUpWoltAnimation 400ms cubic-bezier(0.77, 0, 0.175, 1) 900ms 1 alternate forwards;
  -ms-animation: popUpWoltAnimation 400ms cubic-bezier(0.77, 0, 0.175, 1) 900ms 1 alternate forwards;
  -webkit-transition: 400ms cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: 400ms cubic-bezier(0.77, 0, 0.175, 1);
  -ms-transition: 400ms cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: 400ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: 400ms cubic-bezier(0.77, 0, 0.175, 1);
}
.popUp.leftBottom.closed {
  margin-lefT: -100%;
}
@media screen and (max-width: 290px) {
  .popUp.leftBottom {
    height: 100%;
    max-height: 70vh;
  }
  .popUp.leftBottom img {
    max-height: 90px;
  }
  .popUp.leftBottom .code {
    font-size: 18px;
  }
  .popUp.leftBottom .popupContent {
    max-height: 100%;
    overflow-y: auto;
  }
}
.popUp.youtubeVideo {
  left: 50%;
  width: 80%;
  max-width: 950px;
  top: 50%;
  bottom: inherit;
  right: inherit;
  transform: translateY(-50%) translateX(-50%);
  z-index: 900;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
}
@media screen and (max-width: 600px) {
  .popUp.youtubeVideo {
    width: 90%;
  }
}
.popUp.youtubeVideo.closed {
  opacity: 0;
  visibility: hidden;
}
.popUp.youtubeVideo .errorLine {
  margin-top: 15px;
  display: none;
  color: red;
}
.popUp.youtubeVideo .lds-ellipsis {
  position: Absolute;
  z-index: 10;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.popUp.youtubeVideo iframe {
  z-index: 20;
  position: relative;
}
.popUp.youtubeVideo .close {
  z-index: 30;
  right: -50px;
  top: 15px;
  background-color: #fff;
  padding: 5px;
  background-position: center center;
  background-size: 70%;
  transform: scale(1.2);
}
.popUp.youtubeVideo .close:hover {
  transform: scale(1) rotate(360deg);
  background-size: 50%;
}
@media screen and (max-width: 850px) {
  .popUp.youtubeVideo .close {
    right: 21px;
    top: -50px;
  }
}
@keyframes popUpWoltAnimation {
  0% {
    transform: translateX(-710px);
  }
  100% {
    transform: translateX(0px);
  }
}
@-webkit-keyframes popUpWoltAnimation {
  0% {
    transform: translateX(-710px);
  }
  100% {
    transform: translateX(0px);
  }
}
@-ms-keyframes popUpWoltAnimation {
  0% {
    transform: translateX(-710px);
  }
  100% {
    transform: translateX(0px);
  }
}
.popUpOverlay:before {
  content: '';
  width: 100%;
  height: 100%;
  background: black;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: 350ms cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: 350ms cubic-bezier(0.77, 0, 0.175, 1);
  -ms-transition: 350ms cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: 350ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: 350ms cubic-bezier(0.77, 0, 0.175, 1);
  opacity: 0.2;
  z-index: 890;
}
.popUpOverlay.closed:before {
  opacity: 0;
  visibility: hidden;
}
.chatBox {
  right: 20px;
  bottom: 20px;
  position: fixed;
  width: 350px;
  background: #fff;
  border: 3px solid #fff;
  z-index: 101;
  transition: height 0.4s ease;
}
@media screen and (max-width: 460px) {
  .chatBox {
    right: inherit;
    left: 20px;
    width: calc(100% - 60px - 45px);
  }
}
.chatBox.moved {
  right: 85px;
}
@media screen and (max-width: 350px) {
  .chatBox.open {
    width: calc(100% - 40px);
  }
}
.chatBox.open .chatBoxHead {
  cursor: default;
}
.chatBox.open .chatBoxHead p {
  margin: 0;
  display: inline-block;
}
.chatBox.open .chatBoxClose {
  opacity: 1;
}
.chatBox .chatBoxHead {
  width: 100%;
  height: 39px;
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  float: left;
  cursor: pointer;
  padding: 15px 25px;
  font-size: 16px;
  font-weight: bold;
}
.chatBox .chatBoxClose {
  top: 0px;
  right: 0px;
  width: 39px;
  height: 36px;
  position: Absolute;
  cursor: pointer;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0;
  -webkit-transition: 250ms cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: 250ms cubic-bezier(0.77, 0, 0.175, 1);
  -ms-transition: 250ms cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: 250ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: 250ms cubic-bezier(0.77, 0, 0.175, 1);
}
.chatBox .chatBoxClose:hover {
  background: #0d0d0d;
  color: #fff;
}
.chatBox .chatBoxBody {
  background: #f1dfe0;
  width: 100%;
  float: left;
  padding: 25px;
  display: none;
  font-size: 17px;
  overflow-x: hidden;
  /* hide anim fly-ins */
  max-height: 320px;
  height: 320px;
  overflow-y: scroll;
}
@media screen and (max-height: 350px) {
  .chatBox .chatBoxBody {
    max-height: calc(100vh - 30px - 39px - 49px);
  }
}
.chatBox .chatBoxBody .btn span {
  font-size: 17px;
}
.chatBox .chatBoxBody label {
  display: block;
}
.chatBox .chatBoxMessage {
  display: none;
  background: #f3ebeb;
  width: 100%;
  float: left;
  font-size: 17px;
}
.chatBox .chatBoxMessage > .chatBoxInput {
  border-width: 0px;
}
.chatBox .chatBodyBubbleContainer {
  float: left;
  display: block;
  width: 100%;
  clear: both;
  margin-bottom: 10px;
}
.chatBox .chatBodyBubble {
  background: #e6cdce;
  float: left;
  padding: 10px;
}
.chatBox .chatBodyOption {
  background: #f1cdcf;
  float: right;
  padding: 10px;
  transition: background 0.3s ease;
}
.chatBox .chatBodyOption.disabled:not(.selected) {
  background: rgba(220, 204, 205, 0.5);
  color: #dccccd;
}
.chatBox .chatBodyOption:not(.disabled):hover {
  background: #e6d3d4;
  cursor: pointer;
}
.chatBox .errorBubble {
  background: #ff9d9d;
}
.lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
}
.lds-ellipsis div {
  position: absolute;
  top: 27px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #fff;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lds-ellipsis div:nth-child(1) {
  left: 6px;
  animation: lds-ellipsis1 0.6s infinite;
}
.lds-ellipsis div:nth-child(2) {
  left: 6px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(3) {
  left: 26px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(4) {
  left: 45px;
  animation: lds-ellipsis3 0.6s infinite;
}
@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(19px, 0);
  }
}
.eventsSliderFrame {
  float: left;
  width: 100%;
}
@media screen and (max-width: 980px) {
  .eventsSliderFrame {
    width: 100%;
    position: relative;
    left: 25px;
  }
}
@media screen and (max-width: 600px) {
  .eventsSliderFrame {
    left: 0;
  }
}
.eventsSliderFrame .eventSliderFrameContainer {
  height: 0;
  overflow: hidden;
  padding-top: 66.55%;
  position: relative;
  background: transparent;
  min-height: 200px;
}
@media screen and (max-width: 980px) {
  .eventsSliderFrame .eventSliderFrameContainer {
    margin: 0 auto;
  }
}
.eventsSliderFrame .eventSliderFrameContainer .eventsSlider {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.eventsSliderFrame .eventSliderFrameContainer .eventsSlider .slick-list {
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  float: left;
  position: relative;
}
.eventsSliderFrame .eventSliderFrameContainer .eventsSlider .slick-list .slick-track {
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  float: left;
  display: flex;
  overflow: hidden;
}
.eventsSliderFrame .eventSliderFrameContainer .eventsSlider .slick-dots {
  bottom: 25px;
}
@media screen and (max-width: 500px) {
  .eventsSliderFrame .eventSliderFrameContainer .eventsSlider .slick-dots {
    bottom: 5px;
  }
}
.eventsSliderFrame .eventSliderFrameContainer .eventsSlider .slick-slide {
  display: flex;
  height: auto;
  align-items: center;
  justify-content: center;
  max-height: 550px;
  background-size: 0px 0px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .eventsSliderFrame .eventSliderFrameContainer .eventsSlider .slick-slide {
    background-size: cover;
    background-position: Center center;
  }
}
.eventsSliderFrame .eventSliderFrameContainer .eventsSlider .slick-slide img {
  object-fit: cover;
  height: 100%;
  width: 100%;
  max-height: 550px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .eventsSliderFrame .eventSliderFrameContainer .eventsSlider .slick-slide img {
    display: none;
  }
}
.eventsSliderFrame .eventSliderFrameContainer .eventsSlider .slick-slide .text {
  position: absolute;
  right: 0px;
  bottom: 90px;
  max-width: 89%;
  font-size: 39px;
  line-height: 1.1em;
  width: auto;
  z-index: 30;
}
@media screen and (max-width: 1400px) {
  .eventsSliderFrame .eventSliderFrameContainer .eventsSlider .slick-slide .text {
    font-size: 31px;
  }
}
@media screen and (max-width: 1100px) {
  .eventsSliderFrame .eventSliderFrameContainer .eventsSlider .slick-slide .text {
    font-size: 26px;
  }
}
@media screen and (max-width: 700px) {
  .eventsSliderFrame .eventSliderFrameContainer .eventsSlider .slick-slide .text {
    bottom: 70px;
    font-size: 24px;
  }
}
@media screen and (max-width: 500px) {
  .eventsSliderFrame .eventSliderFrameContainer .eventsSlider .slick-slide .text {
    font-size: 21px;
    bottom: 35px;
  }
}
.eventsSliderFrame .eventSliderFrameContainer .eventsSlider .slick-slide .text > span {
  background: #fff;
  margin-bottom: 1px;
  float: left;
  display: block;
  word-break: keep-all;
  clear: both;
}
.eventsSliderFrame .eventSliderFrameContainer .eventsSlider .slick-slide .text > span.date {
  color: #8ac7b8;
}
.verticalNavigation {
  position: fixed;
  top: 45%;
  font-size: 14px;
  background: #1d1d1d;
  color: #fff;
  padding: 12px 22px;
  text-decoration: none;
  -webkit-transition: 150ms cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: 150ms cubic-bezier(0.77, 0, 0.175, 1);
  -ms-transition: 150ms cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: 150ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: 150ms cubic-bezier(0.77, 0, 0.175, 1);
  z-index: 500;
  zoom: 1.005;
}
.verticalNavigation p {
  display: inline;
}
@media screen and (max-width: 450px) {
  .verticalNavigation {
    font-size: 13px;
    padding: 10px 18px;
  }
}
.verticalNavigation .ico {
  background: url("../../images/icons/arrow_left.png") no-repeat right top;
  width: 6px;
  height: 10px;
  float: right;
  margin-left: 14px;
  margin-top: 3px;
}
.verticalNavigation.left {
  left: 0px;
  margin-left: 50px;
  transform-origin: 0 50%;
  transform: rotate(-90deg) translate(-50%, 50%);
}
.verticalNavigation.left .ico {
  transform: rotate(90deg);
}
@media screen and (max-width: 1400px) {
  .verticalNavigation.left {
    margin-left: 30px;
  }
}
@media screen and (max-width: 700px) {
  .verticalNavigation.left {
    margin-left: 10px;
  }
}
.verticalNavigation.right {
  right: 0px;
  margin-right: 90px;
  transform-origin: 100% 50%;
  transform: rotate(-90deg) translate(50%, 50%);
}
.verticalNavigation.right .ico {
  transform: rotate(-90deg);
}
@media screen and (max-width: 1900px) {
  .verticalNavigation.right {
    margin-right: 70px;
  }
}
@media screen and (max-width: 700px) {
  .verticalNavigation.right {
    margin-right: 50px;
  }
}
.verticalNavigation:hover {
  background: #fff;
  color: #1d1d1d;
}
.squareBlock {
  padding: 7% 4rem;
  background-color: #8ac7b8;
  color: #0d0d0d;
}
@media screen and (max-width: 1500px) {
  .squareBlock {
    padding: 6% 3rem;
  }
}
@media screen and (max-width: 1200px) {
  .squareBlock {
    padding: 5% 2rem;
  }
}
@media screen and (max-width: 700px) {
  .squareBlock {
    padding: 40px;
  }
}
.squareBlock--squashed {
  padding-top: 5%;
  padding-bottom: 5%;
}
@media screen and (max-width: 700px) {
  .squareBlock--squashed {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.squareBlock--white {
  background-color: #ffffff;
}
.squareBlock--secondary {
  background-color: #0d0d0d;
  color: #ffffff;
}
.squareBlock--grey {
  background-color: #f2f2f2;
}
.counter {
  display: flex;
  flex-direction: column;
  flex: 0 1 0;
}
@media screen and (max-width: 980px) {
  .counter {
    flex: 0 1 auto;
  }
}
.counter__number {
  font-family: 'apercubold', Arial, sans-serif;
  font-size: 42px;
}
@media screen and (max-width: 980px) {
  .counter__number {
    font-size: 35px;
  }
}
@media screen and (max-width: 600px) {
  .counter__number {
    font-size: 24px;
  }
}
.counter__text {
  line-height: 1.4em;
}
.counter__icon {
  flex: 0 0 auto;
  height: 100px;
  width: auto;
  margin-right: 40px;
}
@media screen and (max-width: 980px) {
  .counter__icon {
    height: 75px;
    margin-right: 30px;
  }
}
@media screen and (max-width: 600px) {
  .counter__icon {
    height: 50px;
    margin-right: 20px;
  }
}
.counter__content {
  display: flex;
  flex-direction: column;
  flex: 0 1 0;
}
@media screen and (max-width: 980px) {
  .counter__content {
    flex: 0 1 auto;
  }
}
.counter--icon {
  flex-direction: row;
}
.review {
  color: #0d0d0d;
  max-width: 500px;
}
.review__text {
  line-height: 1.4em;
  font-weight: 700;
  position: relative;
  padding: 60px 0;
}
@media screen and (max-width: 980px) {
  .review__text {
    padding: 40px 0;
    margin: 0 40px;
  }
}
.review__text::before,
.review__text::after {
  content: url(../../images/components/icon-quotes.png);
  display: block;
  position: absolute;
}
.review__text::before {
  top: 0;
  left: 0;
  transform: translate(-100%, 0);
}
@media screen and (max-width: 980px) {
  .review__text::before {
    transform: translate(-100%, 0) scale(0.5);
  }
}
.review__text::after {
  bottom: 0;
  right: 0;
  transform: translate(100%, 0) rotate(180deg);
}
@media screen and (max-width: 980px) {
  .review__text::after {
    transform: translate(100%, 0) rotate(180deg) scale(0.5);
  }
}
@media screen and (max-width: 980px) {
  .review__name {
    display: inline-block;
    margin: 0 40px;
  }
}
.review__logo {
  max-width: 150px;
  height: auto;
}
.review__stars {
  margin-bottom: 20px;
}
@media screen and (max-width: 980px) {
  .review__stars {
    transform: scale(0.75);
    transform-origin: left;
    margin-left: 40px;
    margin-bottom: 0;
  }
}
.claimBox {
  position: relative;
  display: flex;
  align-items: center;
}
.claimBox__img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.claimBox__imgWrap {
  flex: 0 0 50%;
  height: 100%;
}
@media screen and (max-width: 980px) {
  .claimBox__imgWrap {
    flex: 0 0 75%;
  }
}
.claimBox__text {
  flex: 0 0 60%;
  padding: 30px 30px 30px 0;
  margin-left: -10%;
  margin-bottom: 0;
}
@media screen and (max-width: 980px) {
  .claimBox__text {
    flex: 0 0 75%;
    margin-left: -50%;
    padding-right: 0;
  }
}
.claimBox__textInner {
  display: inline;
  color: #0d0d0d;
  background-color: #ffffff;
  line-height: 1.2em;
}
.overlayLetter {
  background-repeat: no-repeat;
  pointer-events: none;
  display: none;
}
.overlayLetter--m {
  width: 201px;
  height: 235px;
  background-image: url(../../images/overlay_letter/floating-m.png);
}
.overlayLetter--a {
  width: 177px;
  height: 195px;
  background-image: url(../../images/overlay_letter/floating-a.png);
}
.overlayLetter--a-primary {
  background-image: url(../../images/overlay_letter/floating-a-primary.png);
}
.overlayLetter--n {
  width: 160px;
  height: 191px;
  background-image: url(../../images/overlay_letter/floating-n.png);
}
.overlayLetter--n-primary {
  background-image: url(../../images/overlay_letter/floating-n-primary.png);
}
.overlayLetter--i {
  width: 115px;
  height: 195px;
  background-image: url(../../images/overlay_letter/floating-i.png);
}
.overlayLetter--f {
  width: 158px;
  height: 207px;
  background-image: url(../../images/overlay_letter/floating-f.png);
}
.overlayLetter--f-primary {
  background-image: url(../../images/overlay_letter/floating-f-primary.png);
}
.overlayLetter--e {
  width: 124px;
  height: 191px;
  background-image: url(../../images/overlay_letter/floating-e.png);
}
.overlayLetter--e-white {
  background-image: url(../../images/overlay_letter/floating-e-white.png);
}
.overlayLetter--s {
  width: 183px;
  height: 230px;
  background-image: url(../../images/overlay_letter/floating-s.png);
}
.overlayLetter--t {
  width: 175px;
  height: 179px;
  background-image: url(../../images/overlay_letter/floating-t.png);
}
.overlayLetter--o {
  bottom: 4rem;
  right: 4rem;
  width: 211px;
  height: 173px;
  background-image: url(../../images/overlay_letter/floating-o.png);
  background-position: right bottom;
}
@media screen and (max-width: 1200px) {
  .overlayLetter--o {
    bottom: 3rem;
    right: 3rem;
  }
}
@media screen and (max-width: 700px) {
  .overlayLetter--o {
    bottom: 20px;
    right: 20px;
  }
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-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);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide.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;
}
/* Slider */
.slick-loading .slick-list {
  background: #fff url('../../images/ajax-loader.gif') center center no-repeat;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
  display: none !important;
}
.slick-prev:hover,
.slick-next:hover,
.slick-prev:focus,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.45;
}
.slick-prev:before,
.slick-next:before {
  font-size: 40px;
  line-height: 1;
  color: white;
  opacity: 0.95;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (max-width: 1200px) {
  .slick-prev:before,
  .slick-next:before {
    font-size: 30px;
  }
}
.slick-prev {
  left: -25px;
}
[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir="rtl"] .slick-prev:before {
  content: "→";
}
.slick-next {
  right: -25px;
}
[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir="rtl"] .slick-next:before {
  content: "←";
}
/* Dots */
.slick-dotted .slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: 50px;
  left: 50%;
  width: 100%;
  transform: translateX(-50%);
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  z-index: 80;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 50px;
  margin: 0 5px;
  padding: 8px 0;
  cursor: pointer;
}
@media screen and (max-width: 500px) {
  .slick-dots li {
    width: 40px;
  }
}
@media screen and (max-width: 400px) {
  .slick-dots li {
    width: 30px;
  }
}
.slick-dots li button {
  border: 0;
  background: #616766;
  display: block;
  width: 100%;
  height: 4px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 0px;
  cursor: pointer;
}
@media screen and (max-width: 700px) {
  .slick-dots li button {
    height: 5px;
  }
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  display: none;
}
.slick-dots li.slick-active button {
  background: #8ac7b8;
}
.slick-slide {
  outline: 0;
}
.ui-icon-loading {
  background: url(../../images/ajax-loader.png);
  background-size: 46px 46px;
  width: 46px;
  height: 46px;
  -webkit-transform: rotate(360deg);
  -webkit-animation-name: spin;
  -webkit-animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
}
@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
.noty_layout .noty_type__error,
.noty_layout .noty_type__success {
  border-radius: 0px !important;
}
.noty_layout .noty_type__error {
  background-color: #0d0d0d !important;
  border-color: transparent !important;
  color: #fff !important;
}
.noty_layout .noty_type__error .noty_progressbar {
  background: #8ac7b8 !important;
  opacity: 1 !important;
}
.noty_layout .noty_type__success {
  background-color: #8ac7b8 !important;
  border-color: #fff !important;
  color: #0d0d0d !important;
}
.noty_layout .noty_type__success .noty_progressbar {
  background: #0d0d0d !important;
  opacity: 1 !important;
}
.imgIntro {
  background: #000;
  height: 80vh;
  min-height: 550px;
  padding: 150px 50px 90px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}
@media screen and (max-width: 700px) {
}
@media screen and (max-width: 550px) {
  .imgIntro {
    padding: 120px 30px 90px;
  }
}
.imgIntro .hpMainTitle {
  overflow: hidden;
  white-space: nowrap;
  display: none;
}
.imgIntro .imgIntroSlider {
  float: left;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.imgIntro .imgIntroSlider .slick-list,
.imgIntro .imgIntroSlider .slick-track {
  height: 100%;
  width: 100%;
  float: left;
  position: absolute;
  left: 0;
  top: 0;
}
.imgIntro .imgIntroSlider .slick-dots {
  bottom: 80px;
}
.imgIntro .imgIntroSlider .slick-slide {
  height: 100%;
  width: 100%;
  position: Absolute;
  float: left;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 150px 50px 120px;
}
@media screen and (max-height: 750px) {
  .imgIntro .imgIntroSlider .slick-slide {
    padding: 120px 50px 100px;
  }
}
@media screen and (max-width: 600px) {
  .imgIntro .imgIntroSlider .slick-slide {
    padding: 90px 50px 120px 50px;
  }
}
@media screen and (max-width: 400px) {
  .imgIntro .imgIntroSlider .slick-slide {
    padding: 90px 20px 120px 20px;
  }
}
.imgIntro .imgIntroSlider .slick-slide video {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  transform: translate(-50%, -50%);
}
.imgIntro .imgIntroSlider .slick-slide iframe {
  position: relative;
  pointer-events: none;
}
.imgIntro .imgIntroSlider .slick-slide figure {
  position: relative;
  height: 100%;
}
.imgIntro .imgIntroSlider .slick-slide:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.imgIntro .bgFull {
  width: 100%;
  height: 100%;
  float: left;
  position: absolute;
  background-repeat: no-repeat;
  background-position: center center;
  top: 0;
  left: 0;
}
.imgIntro .bgFull.sCover {
  background-size: cover;
}
.imgIntro .bgFull.rRepeat {
  background-repeat: repeat;
}
.imgIntro .bgLeft,
.imgIntro .bgRight {
  width: 50%;
  height: 100%;
  float: left;
  position: absolute;
  background-repeat: no-repeat;
  top: 0;
}
.imgIntro .bgLeft.sCover,
.imgIntro .bgRight.sCover {
  background-size: cover;
}
.imgIntro .bgLeft.rRepeat,
.imgIntro .bgRight.rRepeat {
  background-repeat: repeat;
}
.imgIntro .bgLeft {
  left: 0;
  background-position: right center;
}
.imgIntro .bgLeft.pReverse {
  background-position: left center;
}
@media screen and (max-width: 768px) {
  .imgIntro .bgLeft {
    width: 100%;
    background-position: center center;
  }
}
.imgIntro .bgRight {
  right: 0;
  background-position: left center;
}
.imgIntro .bgRight.pReverse {
  background-position: right center;
}
.imgIntro .imgIntroBox {
  max-width: 630px;
  max-height: 700px;
  background: transparent;
  height: 100%;
  width: 100%;
  position: Relative;
}
@media screen and (max-width: 800px) {
  .imgIntro .imgIntroBox {
    max-height: 600px;
  }
}
@media screen and (max-width: 600px) {
  .imgIntro .imgIntroBox {
    height: 100%;
  }
}
.imgIntro .imgIntroBox.shadow {
  -webkit-box-shadow: 9px 9px 16px rgba(11, 11, 11, 0.64);
  -moz-box-shadow: 9px 9px 16px rgba(11, 11, 11, 0.64);
  box-shadow: 9px 9px 16px rgba(11, 11, 11, 0.64);
}
.imgIntro .imgIntroBox.bgPrimary {
  background: #8ac7b8;
}
.imgIntro .imgIntroBox.bgSecondary {
  background: #0d0d0d;
}
.imgIntro .imgIntroBox.vC {
  text-align: center;
}
.imgIntro .imgIntroBox.vC .img {
  text-align: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (max-width: 450px) {
  .imgIntro .imgIntroBox.vC .img {
    width: 220px;
    float: none;
    margin: 0 auto;
  }
}
.imgIntro .imgIntroBox.vC .img svg {
  width: 280px;
  transform: translateX(50px);
}
@media screen and (max-height: 800px) {
  .imgIntro .imgIntroBox.vC .img svg {
    width: 210px;
    transform: translateX(50px);
  }
}
@media screen and (max-width: 1100px) {
  .imgIntro .imgIntroBox.vC .img svg {
    width: 210px;
    transform: translateX(0px);
  }
}
@media screen and (max-width: 700px) {
  .imgIntro .imgIntroBox.vC .img svg {
    transform: translateX(0px);
  }
}
.imgIntro .imgIntroBox.vC .img svg polygon,
.imgIntro .imgIntroBox.vC .img svg path {
  fill: #8ac7b8;
}
.imgIntro .imgIntroBox.vC .text > span {
  background: none;
  color: #fff;
}
@media screen and (max-width: 900px) {
  .imgIntro .imgIntroBox.vC .text > span {
    background: #ffffff;
    color: #000;
  }
}
@media screen and (max-width: 900px) {
  .imgIntro .imgIntroBox.vC .text .btn--white span {
    background: #000;
    color: #fff;
    border: 1px solid #fff;
  }
}
.imgIntro .imgIntroBox.vC .text.rb {
  bottom: 95px;
  right: -15%;
  transform: translateX(50%);
  text-align: left;
}
@media screen and (max-width: 1500px) {
  .imgIntro .imgIntroBox.vC .text.rb {
    max-width: 90%;
    right: 0;
  }
}
@media screen and (max-width: 1200px) {
  .imgIntro .imgIntroBox.vC .text.rb {
    max-width: 80%;
    right: 5%;
  }
}
@media screen and (max-width: 1100px) {
  .imgIntro .imgIntroBox.vC .text.rb {
    max-width: 70%;
    right: 10%;
    bottom: 0;
  }
}
@media screen and (max-width: 1000px) {
  .imgIntro .imgIntroBox.vC .text.rb {
    right: 15%;
  }
}
@media screen and (max-width: 900px) {
  .imgIntro .imgIntroBox.vC .text.rb {
    transform: none;
    right: 0;
    max-width: unset;
  }
}
.imgIntro .imgIntroBox.vD {
  max-width: 850px;
}
.imgIntro .imgIntroBox.vD svg {
  width: 100%;
}
.imgIntro .imgIntroBox.vD svg polygon,
.imgIntro .imgIntroBox.vD svg path {
  fill: #fff;
}
.imgIntro .imgIntroBox .img {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  width: 100%;
  overflow: hidden;
  float: left;
  background-size: cover;
  background-position: center center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .imgIntro .imgIntroBox .img img {
    opacity: 0;
  }
}
.imgIntro .imgIntroBox .img.cover img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.imgIntro .imgIntroBox .text {
  position: absolute;
  font-size: 48px;
  line-height: 1em;
  width: auto;
}
@media screen and (max-width: 600px) {
  .imgIntro .imgIntroBox .text {
    font-size: 38px;
  }
}
@media screen and (max-width: 400px) {
  .imgIntro .imgIntroBox .text {
    font-size: 33px;
  }
}
.imgIntro .imgIntroBox .text.rt {
  top: 65px;
  right: 20px;
}
.imgIntro .imgIntroBox .text.lt {
  top: 65px;
  left: 20px;
}
.imgIntro .imgIntroBox .text.rb {
  bottom: 65px;
  right: 20px;
}
.imgIntro .imgIntroBox .text.lb {
  bottom: 65px;
  left: 20px;
}
.imgIntro .imgIntroBox .text.rt,
.imgIntro .imgIntroBox .text.rb {
  transform: translateX(40%);
}
@media screen and (max-width: 800px) {
  .imgIntro .imgIntroBox .text.rt,
  .imgIntro .imgIntroBox .text.rb {
    transform: translateX(15%);
  }
}
.imgIntro .imgIntroBox .text.lt,
.imgIntro .imgIntroBox .text.lb {
  transform: translateX(-40%);
}
@media screen and (max-width: 800px) {
  .imgIntro .imgIntroBox .text.lt,
  .imgIntro .imgIntroBox .text.lb {
    transform: translateX(-15%);
  }
}
.imgIntro .imgIntroBox .text .btn {
  line-height: 24px;
}
.imgIntro .imgIntroBox .text:not(.lt):not(.lb):not(.rt):not(.rb) {
  text-align: center;
  width: 100%;
  height: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: column;
}
.imgIntro .imgIntroBox .text > span {
  background: #fff;
  margin-bottom: 6px;
  float: left;
  display: block;
  word-break: keep-all;
  clear: both;
}
.imgIntro .imgIntroBox .text > span:after,
.imgIntro .imgIntroBox .text > span:before {
  content: " ";
  display: table;
}
.imgIntro .imgIntroBox .text > span:after {
  clear: both;
}
@media screen and (max-width: 700px) {
  .imgIntro .imgIntroBox .text > span {
    margin-bottom: 3px;
  }
}
@media screen and (max-width: 390px) {
  .imgIntro .imgIntroBox .text > span {
    margin-bottom: 2px;
  }
}
.imgIntro .imgIntroBox .text > span.date {
  color: #8ac7b8;
}
.imgIntro .scrollDown {
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateY(-38px) translateX(-50%);
  color: #fff;
  font-size: 14px;
}
.imgIntro .scrollDown a {
  text-decoration: none;
  color: #fff;
}
.imgIntro .scrollDown p {
  display: inline;
  margin: 0;
}
@media screen and (max-height: 750px) {
  .imgIntro .scrollDown {
    transform: translateY(-45px) translateX(-50%);
    font-size: 16px;
  }
}
.imgIntro .scrollDown:after {
  content: '';
  width: 11px;
  height: 7px;
  margin: 0 auto;
  background: url("data:image/svg+xml,%3Csvg version='1.1' id='Vrstva_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 11 7' style='enable-background:new 0 0 11 7;' xml:space='preserve'%3E %3Cstyle type='text/css'%3E .st0%7Bfill:%23FFFFFF;%7D %3C/style%3E %3Cpolygon class='st0' points='0,0 11,0 5.5,7 '/%3E %3C/svg%3E ") no-repeat center center / cover;
  float: left;
  left: 50%;
  bottom: 0px;
  transform: translateY(13px) translateX(-6px);
  position: absolute;
  -webkit-animation-name: scroll-dropdown;
  animation-name: scroll-dropdown;
  -webkit-animation-duration: 1500ms;
  animation-duration: 1500ms;
  -webkit-animation-delay: 1400ms;
  animation-delay: 1400ms;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
@media screen and (max-width: 450px) {
  .imgIntro .scrollDown:after {
    width: 14px;
    height: 8px;
  }
}
.imgIntro .scrollDown.black {
  color: #0d0d0d;
}
.imgIntro .scrollDown.black:after {
  background: url('../../images/icons/ico_scroll_down_black.png') no-repeat center center;
}
@-webkit-keyframes scroll-dropdown {
  0% {
    transform: translateY(13px) translateX(-6px);
    opacity: 1;
  }
  60% {
    transform: translateY(23px) translateX(-6px);
    opacity: 0;
  }
  100% {
    transform: translateY(23px) translateX(-6px);
    opacity: 0;
  }
}
@keyframes scroll-dropdown {
  0% {
    transform: translateY(13px) translateX(-6px);
    opacity: 1;
  }
  60% {
    transform: translateY(23px) translateX(-6px);
    opacity: 0;
  }
  100% {
    transform: translateY(23px) translateX(-6px);
    opacity: 0;
  }
}
.hpNewsletter {
  text-align: center;
  background: #f2f2f2;
  padding: 70px 0;
}
@media screen and (max-width: 980px) {
  .hpNewsletter {
    padding: 60px 0 10px 0;
  }
}
.hpNewsletter .sectionTitle {
  margin-bottom: 23px;
  letter-spacing: -0.02em;
}
@media screen and (max-width: 980px) {
  .hpNewsletter .sectionTitle {
    font-size: 40px;
  }
}
@media screen and (max-width: 600px) {
  .hpNewsletter .sectionTitle {
    font-size: 32px;
  }
}
.hpNewsletter .signUpText {
  max-width: 220px;
  width: 70%;
}
.hpNewsletter .description {
  font-size: 18px;
  line-height: 1.5em;
}
.hpNewsletter .newsletter-link {
  display: inline-flex;
  margin-top: 10px;
  text-decoration: none;
  font-size: 14px;
}
.hpNewsletter .newsletter-link:hover,
.hpNewsletter .newsletter-link:focus {
  color: #8ac7b8;
}
.splitSlider {
  background: #fff;
  position: relative;
  padding: 40px 0;
  overflow: hidden;
}
.splitSlider .container {
  position: relative;
}
@media screen and (max-width: 700px) {
  .splitSlider .container {
    padding: 0;
  }
}
.splitSlider:before {
  content: '';
  width: 100%;
  height: 50%;
  position: absolute;
  background: #f2f2f2;
  float: left;
  top: 0;
  left: 0;
}
.splitSlider .verticalText {
  position: Absolute;
  top: 0;
  color: #161616;
  font-size: 18px;
  width: 80vh;
  z-index: 60;
  max-width: 890px;
  text-align: center;
}
@media screen and (max-width: 1850px) {
  .splitSlider .verticalText {
    max-width: 750px;
  }
}
@media screen and (max-height: 750px) {
  .splitSlider .verticalText {
    max-width: 650px;
  }
}
@media screen and (max-width: 500px) {
  .splitSlider .verticalText {
    max-width: 550px;
  }
}
@media screen and (max-width: 700px) {
  .splitSlider .verticalText {
    display: none;
  }
}
.splitSlider .verticalText.left {
  transform: rotate(90deg);
  transform-origin: left bottom;
  left: -70px;
  top: 0px;
}
@media screen and (max-width: 1850px) {
  .splitSlider .verticalText.left {
    left: 85px;
  }
}
@media screen and (max-width: 1400px) {
  .splitSlider .verticalText.left {
    left: 25px;
  }
}
.splitSlider .verticalText.left .verticalTextContent {
  transform: rotate(180deg);
  margin-left: -30px;
  width: 100%;
  float: left;
}
.splitSlider .verticalText.right {
  transform: rotate(-90deg);
  transform-origin: right bottom;
  right: -70px;
  top: 0px;
}
@media screen and (max-width: 1850px) {
  .splitSlider .verticalText.right {
    right: 85px;
  }
}
@media screen and (max-width: 1400px) {
  .splitSlider .verticalText.right {
    right: 25px;
  }
}
.splitSlider .verticalText.right .verticalTextContent {
  margin-left: 30px;
  width: 100%;
  float: left;
}
.splitSlider .verticalText .line {
  height: 1px;
  width: 23px;
  background: #161616;
  display: inline-block;
  margin: 0 4px 5px;
}
.splitSlider .spliSliderContainer {
  float: left;
  position: relative;
  width: 100%;
  max-height: 890px;
  height: 80vh;
  background: #0d0d0d;
}
@media screen and (max-width: 800px) {
  .splitSlider .spliSliderContainer {
    height: 60vh;
    min-height: 350px;
  }
}
@media screen and (max-width: 1850px) {
  .splitSlider .spliSliderContainer {
    max-height: 750px;
  }
}
@media screen and (max-height: 750px) {
  .splitSlider .spliSliderContainer {
    max-height: 650px;
  }
}
@media screen and (max-width: 500px) {
  .splitSlider .spliSliderContainer {
    max-height: 550px;
  }
}
.splitSlider .spliSliderContainer .leftSide,
.splitSlider .spliSliderContainer .rightSide {
  position: absolute;
  width: 50%;
  height: 100%;
  top: 0;
  padding-bottom: 80px;
  padding-top: 40px;
}
.splitSlider .spliSliderContainer .leftSide div ~ div,
.splitSlider .spliSliderContainer .rightSide div ~ div {
  display: none;
}
.splitSlider .spliSliderContainer .leftSide .slick-list,
.splitSlider .spliSliderContainer .rightSide .slick-list {
  height: 100%;
  width: 100%;
  float: left;
}
.splitSlider .spliSliderContainer .leftSide .slick-list .slick-track,
.splitSlider .spliSliderContainer .rightSide .slick-list .slick-track {
  height: 100%;
  float: left;
}
.splitSlider .spliSliderContainer .leftSide .slick-list .slick-track .slick-slide,
.splitSlider .spliSliderContainer .rightSide .slick-list .slick-track .slick-slide {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.splitSlider .spliSliderContainer .leftSide .slick-list .slick-track .slick-slide img,
.splitSlider .spliSliderContainer .rightSide .slick-list .slick-track .slick-slide img {
  max-height: 100%;
  /*
              @media screen and (max-width: 1400px),
                screen and (max-height:900px) {
                max-height: 75%;
                max-width: 75%;
              }
            */
}
.splitSlider .spliSliderContainer .leftSide .slick-arrow,
.splitSlider .spliSliderContainer .rightSide .slick-arrow {
  display: none;
  opacity: 0;
  visibility: hidden;
}
.splitSlider .spliSliderContainer .leftSide {
  float: left;
  background: #0d0d0d;
  left: 0;
  padding-lefT: 100px;
}
.splitSlider .spliSliderContainer .leftSide > div {
  text-align: right;
}
@media screen and (max-width: 750px) {
  .splitSlider .spliSliderContainer .leftSide {
    padding-left: 50px;
  }
}
@media screen and (max-width: 500px) {
  .splitSlider .spliSliderContainer .leftSide {
    padding-left: 20px;
  }
}
.splitSlider .spliSliderContainer .leftSide .slick-slide {
  justify-content: flex-end;
}
.splitSlider .spliSliderContainer .rightSide {
  float: right;
  background: #8ac7b8;
  right: 0;
  padding-right: 100px;
}
@media screen and (max-width: 750px) {
  .splitSlider .spliSliderContainer .rightSide {
    padding-right: 50px;
  }
}
@media screen and (max-width: 500px) {
  .splitSlider .spliSliderContainer .rightSide {
    padding-right: 20px;
  }
}
.splitSlider .spliSliderContainer .rightSide .slick-slide {
  justify-content: flex-start;
}
.splitSlider .spliSliderContainer .darkSide {
  position: absolute;
  bottom: 10%;
  width: 100%;
  left: 0;
  text-align: center;
}
.splitSlider .spliSliderContainer .darkSide .darkContent {
  display: inline-block;
  margin: 0 auto;
  position: relative;
  max-width: 80%;
}
@media screen and (max-width: 600px) {
  .splitSlider .spliSliderContainer .darkSide .darkContent {
    display: table;
    max-width: 90%;
  }
}
.splitSlider .spliSliderContainer .darkSide .darkContent:before {
  content: '';
  background: #0d0d0d;
  width: 100%;
  height: 85%;
  position: absolute;
  bottom: 0;
  left: 0;
}
.splitSlider .spliSliderContainer .darkSide .darkContent .text {
  position: relative;
  margin: 0;
  line-height: 1em;
  font-size: 42px;
  color: #fff;
}
@media screen and (max-width: 700px) {
  .splitSlider .spliSliderContainer .darkSide .darkContent .text {
    font-size: 45px;
  }
}
@media screen and (max-width: 600px) {
  .splitSlider .spliSliderContainer .darkSide .darkContent .text {
    font-size: 40px;
  }
}
.upcomingEvents {
  padding: 100px 0 110px 0;
  background: #fff;
}
@media screen and (max-width: 980px) {
  .upcomingEvents {
    padding: 50px 0 60px 0;
  }
}
@media screen and (max-width: 600px) {
  .upcomingEvents {
    padding: 10px 0 30px 0;
  }
}
.upcomingEvents .container {
  position: relative;
}
.upcomingEvents .verticalText {
  position: Absolute;
  top: 0;
  color: #161616;
  font-size: 18px;
  text-align: center;
  z-index: 60;
  min-width: 200px;
}
@media screen and (max-width: 700px) {
  .upcomingEvents .verticalText {
    display: none;
  }
}
.upcomingEvents .verticalText.right {
  right: -50px;
  transform-origin: 100% 50%;
  transform: rotate(-90deg) translate(0%, 100%);
}
@media screen and (max-width: 1850px) {
  .upcomingEvents .verticalText.right {
    right: 85px;
  }
}
@media screen and (max-width: 1400px) {
  .upcomingEvents .verticalText.right {
    right: 50px;
  }
}
@media screen and (max-width: 980px) {
  .upcomingEvents .verticalText.right {
    transform: rotate(-90deg) translate(100%, 0%);
    bottom: 0;
    top: inherit;
  }
}
.upcomingEvents .verticalText .line {
  height: 1px;
  width: 23px;
  background: #161616;
  display: inline-block;
  margin: 0 4px 5px;
}
.upcomingEvents .eventsSliderFrame {
  float: left;
  width: 50%;
}
@media screen and (max-width: 980px) {
  .upcomingEvents .eventsSliderFrame {
    width: 100%;
    position: relative;
    left: 25px;
  }
}
@media screen and (max-width: 600px) {
  .upcomingEvents .eventsSliderFrame {
    left: 0;
  }
}
.upcomingEvents .eventsSliderFrame .eventSliderFrameContainer {
  height: 0;
  overflow: hidden;
  padding-top: 66.55%;
  position: relative;
  background: transparent;
  min-height: 200px;
}
@media screen and (max-width: 980px) {
  .upcomingEvents .eventsSliderFrame .eventSliderFrameContainer {
    margin: 0 auto;
  }
}
.upcomingEvents .eventsSliderFrame .eventSliderFrameContainer .eventsSlider .slick-slide:before {
  content: '';
  width: 55px;
  height: 101%;
  background: #fff;
  float: right;
  position: absolute;
  right: -5px;
  top: 0;
}
@media screen and (max-width: 600px) {
  .upcomingEvents .eventsSliderFrame .eventSliderFrameContainer .eventsSlider .slick-slide:before {
    display: none;
  }
}
.upcomingEvents .eventsSliderFrame .eventSliderFrameContainer .eventsSlider__logo {
  max-height: 50px;
  max-width: 150px;
  object-fit: contain;
}
.upcomingEvents .eventsList {
  float: right;
  width: 45%;
  padding: 0px 40px 0 5.5%;
}
@media screen and (max-width: 1300px) {
  .upcomingEvents .eventsList {
    padding-right: 0;
  }
}
@media screen and (max-width: 980px) {
  .upcomingEvents .eventsList {
    clear: both;
    width: 100%;
    max-width: 550px;
    margin: 0px auto;
    padding: 70px 0 0 25px;
    float: none;
  }
}
@media screen and (max-width: 600px) {
  .upcomingEvents .eventsList {
    padding: 50px 0 0 0;
  }
}
.upcomingEvents .eventsList .sectionTitle {
  margin-top: -11px;
  padding-left: 13px;
  line-height: 50px;
  margin-bottom: 25px;
  letter-spacing: -0.02em;
}
@media screen and (max-width: 980px) {
  .upcomingEvents .eventsList .sectionTitle {
    font-size: 42px;
    line-height: 42px;
  }
}
@media screen and (max-width: 600px) {
  .upcomingEvents .eventsList .sectionTitle {
    font-size: 33px;
    line-height: 33px;
  }
}
.upcomingEvents .eventsList .listContainer {
  margin-bottom: 30px;
  float: left;
  width: 100%;
}
.upcomingEvents .eventsList .listContainer--mb-0 {
  margin-bottom: 0;
}
.upcomingEvents .eventsList .event {
  border-bottom: 1px solid #8d8d8d;
  float: left;
  width: 100%;
  position: relative;
  padding: 14px 35px 14px 110px;
  text-decoration: none;
}
@media screen and (max-width: 600px) {
  .upcomingEvents .eventsList .event {
    padding: 14px 15px 14px 90px;
  }
}
@media screen and (max-width: 400px) {
  .upcomingEvents .eventsList .event {
    padding: 14px 0px 14px 70px;
  }
}
.upcomingEvents .eventsList .event .dateContainer {
  position: Absolute;
  left: 0px;
  color: #8ac7b8;
  text-align: center;
  height: 100%;
  width: 87px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  flex-direction: column;
}
@media screen and (max-width: 600px) {
  .upcomingEvents .eventsList .event .dateContainer {
    width: 70px;
  }
}
@media screen and (max-width: 400px) {
  .upcomingEvents .eventsList .event .dateContainer {
    width: 50px;
  }
}
.upcomingEvents .eventsList .event .dateContainer .day {
  font-size: 42px;
  line-height: 1em;
  display: block;
}
@media screen and (max-width: 1200px) {
  .upcomingEvents .eventsList .event .dateContainer .day {
    font-size: 40px;
  }
}
@media screen and (max-width: 600px) {
  .upcomingEvents .eventsList .event .dateContainer .day {
    font-size: 35px;
  }
}
@media screen and (max-width: 400px) {
  .upcomingEvents .eventsList .event .dateContainer .day {
    font-size: 32px;
  }
}
.upcomingEvents .eventsList .event .dateContainer .month {
  font-size: 26px;
}
@media screen and (max-width: 400px) {
  .upcomingEvents .eventsList .event .dateContainer .month {
    font-size: 22px;
  }
}
.upcomingEvents .eventsList .event .contentContainer .title {
  position: static;
  max-width: unset;
  color: #4b4b4b;
  margin: 0;
  font-size: 26px;
  -webkit-transition: 150ms cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: 150ms cubic-bezier(0.77, 0, 0.175, 1);
  -ms-transition: 150ms cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: 150ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: 150ms cubic-bezier(0.77, 0, 0.175, 1);
}
@media screen and (max-width: 1200px) {
  .upcomingEvents .eventsList .event .contentContainer .title {
    font-size: 22px;
  }
}
@media screen and (max-width: 980px) {
  .upcomingEvents .eventsList .event .contentContainer .title {
    font-size: 19px;
  }
}
.upcomingEvents .eventsList .event .contentContainer .description {
  font-size: 14px;
  color: #848484;
}
.upcomingEvents .eventsList .event:hover .title {
  color: #8ac7b8;
}
.upcomingEvents .eventsList .btn {
  margin-left: 15px;
}
@media screen and (max-width: 980px) {
  .upcomingEvents .eventsList .btn {
    margin: 10px auto;
    display: table;
  }
}
.hpVideo {
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  height: 80vh;
  max-height: 800px;
  height: auto;
  overflow: hidden;
}
.hpVideo video {
  object-fit: cover;
  width: 100%;
  height: 100%;
  float: left;
}
.inNews {
  background: #f1dfe0;
  padding: 120px 0;
}
@media screen and (max-width: 980px) {
  .inNews {
    padding: 60px 0;
  }
}
@media screen and (max-width: 600px) {
  .inNews {
    padding: 30px 0;
  }
}
.inNews .sectionTitle {
  color: #e0b3b3;
  font-weight: bold;
  width: 100%;
  line-height: 0.93em;
  margin-left: -8px;
}
@media screen and (max-width: 980px) {
  .inNews .sectionTitle {
    margin: 0 auto 40px;
    text-align: center;
  }
}
@media screen and (max-width: 550px) {
  .inNews .sectionTitle {
    margin: 0 auto 10px;
  }
}
.inNews .inNewsSlider {
  float: left;
  width: 50%;
}
@media screen and (max-width: 980px) {
  .inNews .inNewsSlider {
    width: 100%;
    margin-top: 40px;
  }
}
@media screen and (max-width: 600px) {
  .inNews .inNewsSlider {
    margin-top: 0px;
  }
}
.inNews .inNewsSlider .slick-dots {
  bottom: -30px;
  left: 185px;
  text-align: left;
  transform: translateX(0px);
}
@media screen and (max-width: 980px) {
  .inNews .inNewsSlider .slick-dots {
    left: 50%;
  }
}
@media screen and (max-width: 600px) {
  .inNews .inNewsSlider .slick-dots {
    left: 0;
    width: 100%;
    text-align: center;
    transform: translateX(0%);
    top: inherit;
    bottom: 30px;
  }
}
.inNews .inNewsSlider .slick-slide {
  text-decoration: none;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
}
@media screen and (max-width: 600px) {
  .inNews .inNewsSlider .slick-slide {
    display: block;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.inNews .inNewsSlider .slick-slide .logo {
  float: left;
  width: 180px;
  padding-right: 40px;
}
@media screen and (max-width: 600px) {
  .inNews .inNewsSlider .slick-slide .logo {
    width: 100%;
    padding: 20px 0;
  }
}
@media screen and (max-width: 450px) {
  .inNews .inNewsSlider .slick-slide .logo {
    padding: 0px 0;
  }
}
.inNews .inNewsSlider .slick-slide .logo img {
  margin-top: 45px;
  max-height: 120px;
}
@media screen and (max-width: 600px) {
  .inNews .inNewsSlider .slick-slide .logo img {
    margin-top: 15px;
  }
}
@media screen and (max-width: 450px) {
  .inNews .inNewsSlider .slick-slide .logo img {
    margin-top: 0px;
  }
}
.inNews .inNewsSlider .slick-slide .text {
  float: left;
  width: auto;
  font-size: 26px;
  max-width: 320px;
  min-width: 80px;
  min-height: 160px;
  padding-left: 10px;
  color: #0d0d0d;
  line-height: 1.4em;
}
@media screen and (max-width: 1100px) {
  .inNews .inNewsSlider .slick-slide .text {
    font-size: 26px;
  }
}
@media screen and (max-width: 980px) {
  .inNews .inNewsSlider .slick-slide .text {
    max-width: 100%;
    font-size: 22px;
  }
}
@media screen and (max-width: 600px) {
  .inNews .inNewsSlider .slick-slide .text {
    width: 100%;
    padding: 20px 0px 10px;
    font-size: 19px;
  }
}
.inNews .inNewsSlider .slick-slide .text > div:before {
  content: '';
  width: 100%;
  height: 45px;
  float: left;
  position: Relative;
  background: url('../../images/icons/ico_qMarks.png') no-repeat left center;
}
.inNews .inNewsSlider .slick-slide .text > div:after {
  content: '';
  width: 100%;
  height: 45px;
  float: left;
  position: Relative;
  background: url('../../images/icons/ico_qMarks_end.png') no-repeat right center;
}
.inNews .tenantsWanted {
  float: right;
  width: 38.5%;
}
@media screen and (max-width: 980px) {
  .inNews .tenantsWanted {
    width: 100%;
    margin-top: 100px;
    text-align: center;
  }
}
@media screen and (max-width: 700px) {
  .inNews .tenantsWanted {
    margin-top: 70px;
  }
}
@media screen and (max-width: 550px) {
  .inNews .tenantsWanted {
    margin-top: 30px;
  }
}
.inNews .tenantsWanted .title {
  font-size: 42px;
  line-height: 50px;
  position: relative;
}
@media screen and (max-width: 980px) {
  .inNews .tenantsWanted .title {
    font-size: 40px;
  }
}
@media screen and (max-width: 600px) {
  .inNews .tenantsWanted .title {
    font-size: 35px;
  }
}
.inNews .tenantsWanted .title span {
  position: relative;
}
.inNews .tenantsWanted .title:before {
  content: '';
  background: url('../../images/vendor_news_title.png') no-repeat center;
  width: 301px;
  height: 245px;
  position: absolute;
  left: 160px;
  top: -130px;
}
@media screen and (max-width: 980px) {
  .inNews .tenantsWanted .title:before {
    left: inherit;
    right: 0;
    top: -30px;
  }
}
.inNews .tenantsWanted .description {
  margin-top: 10px;
  margin-bottom: 43px;
  max-width: 350px;
  line-height: 1.4em;
  position: relative;
}
@media screen and (max-width: 980px) {
  .inNews .tenantsWanted .description {
    margin: 0 auto 60px;
  }
}
.bookIgloo {
  background: #75cab7;
  position: relative;
  padding: 10px 0 17px;
  overflow: hidden;
}
.bookIgloo .container {
  position: relative;
}
.bookIgloo:before {
  content: "";
  height: 100%;
  width: 50%;
  position: absolute;
  background: #0d0d0d;
  float: left;
  top: 0;
  left: 0;
  z-index: 9;
}
.bookIgloo:after {
  content: "";
  width: 100%;
  height: 50%;
  position: absolute;
  background: #f1dfe0;
  float: left;
  top: 0;
  left: 0;
  z-index: 10;
}
.bookIgloo .verticalText {
  position: Absolute;
  top: 0;
  color: #fff;
  font-size: 18px;
  width: 80vh;
  max-width: 790px;
  text-align: center;
  z-index: 60;
}
@media screen and (max-width: 700px) {
  .bookIgloo .verticalText {
    display: none;
  }
}
.bookIgloo .verticalText.left {
  transform: rotate(90deg);
  transform-origin: left bottom;
  left: -70px;
  top: 0px;
}
@media screen and (max-width: 1850px) {
  .bookIgloo .verticalText.left {
    left: 85px;
  }
}
@media screen and (max-width: 1400px) {
  .bookIgloo .verticalText.left {
    left: 25px;
  }
}
.bookIgloo .verticalText.left .verticalTextContent {
  transform: rotate(180deg);
  margin-left: -30px;
  width: 100%;
  float: left;
}
.bookIgloo .verticalText.right {
  transform: rotate(-90deg);
  transform-origin: right bottom;
  right: -70px;
  top: 0px;
}
@media screen and (max-width: 1850px) {
  .bookIgloo .verticalText.right {
    right: 85px;
  }
}
@media screen and (max-width: 1400px) {
  .bookIgloo .verticalText.right {
    right: 25px;
  }
}
.bookIgloo .verticalText.right .verticalTextContent {
  margin-left: 30px;
  width: 100%;
  float: left;
}
.bookIgloo .verticalText .line {
  height: 1px;
  width: 23px;
  background: #161616;
  display: inline-block;
  margin: 0 4px 5px;
}
.bookIgloo .bookContainer {
  z-index: 11;
  float: left;
  position: relative;
  width: 100%;
  height: 80vh;
  max-height: 790px;
  background: #fff;
  -webkit-box-shadow: 9px 9px 16px rgba(11, 11, 11, 0.02);
  -moz-box-shadow: 9px 9px 16px rgba(11, 11, 11, 0.02);
  box-shadow: 9px 9px 16px rgba(11, 11, 11, 0.02);
}
@media screen and (max-width: 980px) {
  .bookIgloo .bookContainer {
    max-height: inherit;
    height: auto;
  }
}
.bookIgloo .bookContainer .left {
  float: left;
  width: 50%;
  height: 100%;
  position: Absolute;
  left: 0;
  top: 0;
  background-size: cover;
  background-position: center center;
}
@media screen and (max-width: 980px) {
  .bookIgloo .bookContainer .left {
    width: 100%;
    position: static;
    height: 400px;
  }
}
@media screen and (max-width: 600px) {
  .bookIgloo .bookContainer .left {
    height: 300px;
  }
}
.bookIgloo .bookContainer .left img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .bookIgloo .bookContainer .left img {
    display: none;
  }
}
.bookIgloo .bookContainer .right {
  float: right;
  width: 50%;
  height: 100%;
  position: Absolute;
  right: 0;
  top: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 160px;
  margin-top: -23px;
}
@media screen and (max-width: 1300px) {
  .bookIgloo .bookContainer .right {
    padding-left: 100px;
  }
}
@media screen and (max-width: 1100px) {
  .bookIgloo .bookContainer .right {
    padding-left: 50px;
  }
}
@media screen and (max-width: 980px) {
  .bookIgloo .bookContainer .right {
    width: 100%;
    position: static;
    padding: 60px;
    text-align: center;
  }
}
@media screen and (max-width: 550px) {
  .bookIgloo .bookContainer .right {
    padding: 80px 20px 50px;
  }
}
.bookIgloo .bookContainer .right > div {
  margin-bottom: -200px;
}
@media screen and (max-width: 1400px), screen and (max-height: 630px) {
  .bookIgloo .bookContainer .right > div {
    margin-bottom: -100px;
  }
}
@media screen and (max-width: 980px) {
  .bookIgloo .bookContainer .right > div {
    margin: 0 auto;
  }
}
.bookIgloo .bookContainer .right .title {
  font-size: 42px;
  line-height: 1.1em;
  position: relative;
  color: #1d1d1d;
  padding-left: 7px;
  margin-bottom: 90px;
}
@media screen and (max-width: 1500px) {
  .bookIgloo .bookContainer .right .title {
    font-size: 65px;
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 1100px) {
  .bookIgloo .bookContainer .right .title {
    font-size: 60px;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 980px) {
  .bookIgloo .bookContainer .right .title {
    padding-left: 0;
  }
}
@media screen and (max-width: 800px) {
  .bookIgloo .bookContainer .right .title {
    font-size: 50px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 600px) {
  .bookIgloo .bookContainer .right .title {
    font-size: 40px;
    margin-bottom: 30px;
  }
}
.bookIgloo .bookContainer .right .title:before {
  content: "";
  background: url("../../images/booking_title_icon.png") no-repeat center;
  width: 300px;
  height: 256px;
  float: left;
  position: Absolute;
  left: -212px;
  top: -163px;
}
@media screen and (max-width: 1400px), screen and (max-height: 630px) {
  .bookIgloo .bookContainer .right .title:before {
    top: -100px;
  }
}
@media screen and (max-width: 980px) {
  .bookIgloo .bookContainer .right .title:before {
    transform: scale(0.7);
  }
}
@media screen and (max-width: 550px) {
  .bookIgloo .bookContainer .right .title:before {
    transform: scale(0.4) translateX(100px) translateY(30px);
  }
}
.bookIgloo .bookContainer .right .title span {
  position: Relative;
}
.bookIgloo .bookContainer .right .btn {
  margin: 5px 0 0 15px;
}
@media screen and (max-width: 980px) {
  .bookIgloo .bookContainer .right .btn {
    margin: 0;
  }
}
.rateUs {
  background: #75cab7;
  position: relative;
  padding: 70px 0 160px;
}
@media screen and (max-width: 1400px), screen and (max-height: 750px) {
  .rateUs {
    padding: 50px 0px 100px;
  }
}
.rateUs .sectionTitle {
  color: #8ac7b8;
  margin-bottom: 0;
  z-index: 20;
  position: relative;
  background: #0d0d0d;
  display: inline-block;
  margin-bottom: 20px;
}
@media screen and (max-width: 700px) {
  .rateUs .sectionTitle {
    text-align: center;
    background: #0d0d0d;
    display: table;
    margin: 0 auto 20px;
    padding: 0px 25px;
  }
}
.rateUs:before {
  content: '';
  height: 100%;
  width: 50%;
  position: absolute;
  background: #0d0d0d;
  float: left;
  top: 0;
  left: 0;
  z-index: 9;
}
.rateUs .rateUsBg {
  width: 50%;
  height: 50%;
  position: absolute;
  background-color: #8ac7b8;
  float: left;
  right: 0;
  bottom: 0;
  z-index: 10;
  background-image: url('../../images/rateUsBlock_right_bg.png');
}
.rateUs .rateUsBg.bgCover {
  background-repeat: no-repeat;
  background-size: cover;
}
.rateUs .rateUsBg.bgRepeat {
  background-repeat: repeat;
}
.rateUs .rateUsBg img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.rateUs .rateUsContainer {
  z-index: 11;
  padding: 50px 90px 80px 90px;
  position: relative;
  width: 100%;
  max-width: 620px;
  -webkit-box-shadow: 9px 9px 16px rgba(11, 11, 11, 0.02);
  -moz-box-shadow: 9px 9px 16px rgba(11, 11, 11, 0.02);
  box-shadow: 9px 9px 16px rgba(11, 11, 11, 0.02);
  background: #fff;
  margin: 0 auto;
  text-align: center;
  color: #0d0d0d;
}
@media screen and (max-width: 550px) {
  .rateUs .rateUsContainer {
    padding: 40px 30px 30px;
  }
}
.rateUs .rateUsContainer .rateUsSlider {
  padding-top: 50px;
  padding-bottom: 30px;
}
@media screen and (max-width: 550px) {
  .rateUs .rateUsContainer .rateUsSlider {
    padding-top: 0;
  }
}
.rateUs .rateUsContainer .rateUsSlider .slick-dots {
  bottom: 30px;
}
.rateUs .rateUsContainer .vote {
  padding: 10px 0 45px 0;
}
@media screen and (max-width: 800px) {
  .rateUs .rateUsContainer .vote {
    padding: 25px 0;
  }
}
@media screen and (max-width: 550px) {
  .rateUs .rateUsContainer .vote {
    padding-top: 0;
  }
}
.rateUs .rateUsContainer .text {
  margin: 15px 0;
  line-height: 1.4em;
  font-size: 26px;
}
@media screen and (max-width: 800px) {
  .rateUs .rateUsContainer .text {
    font-size: 24px;
    margin: 5px 0;
  }
}
@media screen and (max-width: 600px) {
  .rateUs .rateUsContainer .text {
    font-size: 19px;
  }
}
.rateUs .rateUsContainer .name {
  font-size: 18px;
  padding-left: 4px;
  margin: 30px 0px 50px 20px;
  text-align: center;
}
@media screen and (max-width: 800px) {
  .rateUs .rateUsContainer .name {
    text-align: center;
    margin: 30px 0 50px;
  }
}
@media screen and (max-width: 600px) {
  .rateUs .rateUsContainer .name {
    font-size: 18px;
    margin: 20px 0 30px;
  }
}
.rateUs .rateUsContainer .name:before {
  content: '';
  width: 34px;
  height: 2px;
  background: #0d0d0d;
  margin-right: 23px;
  top: -4px;
  position: relative;
  display: inline-block;
}
@media screen and (max-width: 800px) {
  .rateUs .rateUsContainer .name:before {
    margin: 0 auto 15px;
    display: block;
    position: static;
  }
}
.hpMap {
  width: 100%;
  position: relative;
}
.hpMap .hpMapOverlay {
  position: Absolute;
  top: -45px;
  left: -5px;
  width: 100%;
  z-index: 20;
  letter-spacing: -0.02em;
}
@media screen and (max-width: 1300px) and (min-width: 980px) {
  .hpMap .hpMapOverlay {
    top: -75px;
  }
}
@media screen and (max-width: 980px) and (min-width: 720px) {
  .hpMap .hpMapOverlay {
    top: -58px;
  }
}
.hpMap .hpMapOverlay .title {
  color: #8ac7b8;
  margin-bottom: 0;
}
@media screen and (max-width: 1300px) {
  .hpMap .hpMapOverlay .title {
    display: inline-block;
    background: #0d0d0d;
  }
}
.hpMap .hpMapOverlay .adress {
  background: #0d0d0d;
  display: inline-block;
  color: #8ac7b8;
  padding: 5px 10px;
  margin-top: 15px;
}
.hpMap .hpMapContainer {
  min-height: 600px;
}
@media screen and (max-width: 700px) {
  .hpMap .hpMapContainer {
    min-height: 350px;
  }
}
.postFilter .search .searchBtn {
  padding: 20px 47px 17px;
  border: 1px solid #0d0d0d;
  background: #fff;
  display: inline-block;
  text-decoration: none;
  font-size: 14px;
  -webkit-transition: 150ms cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: 150ms cubic-bezier(0.77, 0, 0.175, 1);
  -ms-transition: 150ms cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: 150ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: 150ms cubic-bezier(0.77, 0, 0.175, 1);
}
@media screen and (max-width: 650px) {
  .postFilter .search .searchBtn {
    padding: 12px 30px 10px;
  }
}
.postFilter .search .searchBtn:hover {
  color: #fff;
  background: #0d0d0d;
}
.postFilter .search .searchContainer {
  display: inline-block;
  position: relative;
}
@media screen and (max-width: 800px) {
  .postFilter .search .searchContainer {
    width: 100%;
  }
}
.postFilter .search .searchContainer .searchInput {
  display: inline-block;
  width: 250px;
  border-width: 0px 0px 1px 0px;
  padding: 18px 35px 20px 6px;
  margin-left: 37px;
  font-size: 14px;
  -webkit-transition: 150ms cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: 150ms cubic-bezier(0.77, 0, 0.175, 1);
  -ms-transition: 150ms cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: 150ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: 150ms cubic-bezier(0.77, 0, 0.175, 1);
  text-align: center;
}
@media screen and (max-width: 800px) {
  .postFilter .search .searchContainer .searchInput {
    width: 100%;
    margin-left: 0;
    margin-top: 25px;
    padding: 12px 35px 14px 6px;
  }
}
.postFilter .search .searchContainer .searchSubmit {
  display: inline-block;
  width: 19px;
  height: 19px;
  border: 0px;
  margin: 0px;
  position: absolute;
  outline: 0;
  cursor: pointer;
  right: 2px;
  top: 16px;
  background: url("../../images/icons/post_search_btn.png") no-repeat center center;
}
@media screen and (max-width: 650px) {
  .postFilter .search .searchContainer .searchSubmit {
    top: 41px;
  }
}
.postFilter .categories {
  margin: 22px 0 20px;
}
.postFilter .categories li {
  list-style: none;
}
.postFilter .categories li a {
  display: inline-block;
  margin: 8px 8px 0px 5px;
  font-size: 14px;
  color: #898989;
  padding-bottom: 3px;
  text-decoration: none;
  border-bottom: 1px solid #898989;
}
.postFilter .categories li a:hover {
  color: #8ac7b8;
  border-color: #8ac7b8;
  padding-bottom: 3px;
}
.postFilter .categories li a.active {
  font-weight: bold;
  color: #8ac7b8;
  padding-bottom: 3px;
  border-bottom: 2px solid #8ac7b8;
}
.postFilter .categories li a.active::after {
  content: ' ⛌';
  color: lightgray;
  line-height: 14px;
}
.postFilter .categories li a.active:hover::after {
  color: gray;
}
@media screen and (max-width: 1100px) {
  .postFilter .categories li a {
    margin-bottom: 5px;
  }
}
.postFilter .categories--pills li {
  display: flex;
  flex-wrap: wrap;
}
.postFilter .categories--pills li a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #898989;
  padding: 7px 25px 5px;
  border-radius: 25px;
  margin: 0px 5px 10px;
  transition: all 150ms;
}
.postFilter .categories--pills li a:hover {
  padding-bottom: 5px;
}
.postFilter .categories--pills li a.active {
  background-color: #8ac7b8;
  color: #FFFFFF;
  border: 1px solid #8ac7b8;
  border-bottom: 1px solid #8ac7b8;
  padding-bottom: 5px;
}
.postFilter .categories--pills li a.active::after {
  display: none;
}
.postTitleArea {
  padding: 33px 0 66px;
  border-bottom: 1px solid #8ac7b8;
  margin-bottom: 33px;
}
.postTitleArea__title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 52px;
  font-family: 'graphik', Verdana, sans-serif;
  font-weight: 500;
  color: #0d0d0d;
}
@media screen and (max-width: 980px) {
  .postTitleArea__title {
    font-size: 42px;
  }
}
@media screen and (max-width: 720px) {
  .postTitleArea__title {
    font-size: 36px;
  }
}
@media screen and (max-width: 500px) {
  .postTitleArea__title {
    font-size: 31px;
  }
}
.postTitleArea__description {
  columns: 2;
  column-gap: 90px;
  margin-bottom: 0;
  margin-top: 30px;
}
@media screen and (max-width: 1100px) {
  .postTitleArea__description {
    column-gap: 50px;
    margin-top: 25px;
  }
}
@media screen and (max-width: 850px) {
  .postTitleArea__description {
    columns: 1;
    column-gap: 0;
    margin-top: 20px;
  }
}
@media screen and (max-width: 1100px) {
  .postTitleArea {
    padding: 20px 0 40px;
    margin-bottom: 20px;
  }
}
.postGrid .item {
  position: relative;
  width: 50%;
  float: left;
  padding: 33px 45px;
}
@media screen and (max-width: 1100px) {
  .postGrid .item {
    padding: 20px 25px;
  }
}
@media screen and (max-width: 850px) {
  .postGrid .item {
    width: 100%;
  }
}
.postGrid .item .title {
  position: absolute;
  left: 22px;
  top: 45px;
  max-width: 80%;
  font-size: 30px;
  font-family: 'graphik', Verdana, sans-serif;
  -webkit-transition: 150ms cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: 150ms cubic-bezier(0.77, 0, 0.175, 1);
  -ms-transition: 150ms cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: 150ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: 150ms cubic-bezier(0.77, 0, 0.175, 1);
}
@media screen and (max-width: 1100px) {
  .postGrid .item .title {
    left: 10px;
    font-size: 27px;
  }
}
.postGrid .item .title > span {
  background: #fff;
  margin-bottom: 2px;
  float: left;
  display: block;
  line-height: 1.07em;
  word-break: keep-all;
  clear: both;
}
.postGrid .item .title > span:after,
.postGrid .item .title > span:before {
  content: " ";
  display: table;
}
.postGrid .item .title > span:after {
  clear: both;
}
.postGrid .item .title .number {
  display: block;
  color: #8ac7b8;
}
.postGrid .item .image {
  height: 240px;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
}
@media screen and (max-width: 980px) {
  .postGrid .item .image {
    height: 190px;
  }
}
.postGrid .item .image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .postGrid .item .image img {
    display: none;
  }
}
.postGrid .item:hover .title {
  left: 65px;
}
.postGrid .item.noResultSearch {
  margin: 0px 30px;
}
.postGrid .item.video .left:after {
  content: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 338.2 374.9' style='enable-background:new 0 0 338.2 374.9;' xml:space='preserve'%3E %3Cstyle type='text/css'%3E .st0%7Bfill:%23FFFFFF;stroke:%23FFFFFF;stroke-width:42;stroke-linejoin:bevel;stroke-miterlimit:10;%7D %3C/style%3E %3Cpolygon class='st0' points='21,18.4 21,356.5 328.1,187.4 '/%3E %3C/svg%3E ");
  width: 30px;
  height: 30px;
  padding: 25px;
  position: absolute;
  left: 25%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #8ac7b8;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  opacity: 0.8;
  -webkit-transition: 150ms linear;
  -moz-transition: 150ms linear;
  -ms-transition: 150ms linear;
  -o-transition: 150ms linear;
  transition: 150ms linear;
}
@media screen and (max-width: 980px) {
  .postGrid .item.video .left:after {
    left: 50%;
    top: 25%;
    transform: translate(-50%, -25%);
  }
}
.postGrid .item.video .left:hover:after {
  opacity: 0.95;
}
.masonryGrid__grid-sizer {
  width: 10px;
}
.masonryGrid__gutter-sizer {
  width: calc((100% - 20px) / 3);
}
@media screen and (max-width: 1260px) {
  .masonryGrid__gutter-sizer {
    width: calc((100% - 10px) / 2);
  }
}
@media screen and (max-width: 860px) {
  .masonryGrid__gutter-sizer {
    width: 100%;
  }
}
.masonryGrid__item {
  width: calc((100% - 20px) / 3);
  border: 1px solid #898989;
  display: flex;
  flex-direction: column;
  margin-bottom: 10px;
}
.masonryGrid__item .item__header {
  display: flex;
  overflow: hidden;
}
.masonryGrid__item .item__image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.masonryGrid__item .item__title {
  font-size: 20px;
  color: #0d0d0d;
  border-bottom: 1px solid #8ac7b8;
  padding-bottom: 15px;
  font-weight: 700;
}
.masonryGrid__item .item__perex {
  font-size: 16px;
  line-height: 1.3;
  margin-bottom: 0;
}
.masonryGrid__item .item__readMore {
  display: inline-flex;
}
.masonryGrid__item .item__body {
  padding: 15px;
}
.masonryGrid__item .item__footer {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding: 15px;
}
.masonryGrid__item .item__logo {
  flex-shrink: 1;
  max-height: 50px;
  max-width: 150px;
  object-fit: contain;
}
.masonryGrid__item .item__socialIcons {
  display: flex;
}
.masonryGrid__item .item__socialIcons .link {
  margin-left: 15px;
  text-decoration: none;
  display: flex;
}
.masonryGrid__item .item__socialIcons .link .icon {
  width: 30px;
  height: auto;
}
@media screen and (max-width: 1260px) {
  .masonryGrid__item {
    width: calc((100% - 10px) / 2);
  }
}
@media screen and (max-width: 860px) {
  .masonryGrid__item {
    width: 100%;
  }
}
.faqContainer {
  position: relative;
}
.faqSection {
  background: #f1dfe0;
  padding: 165px 100px;
  position: relative;
}
@media screen and (max-width: 1100px) {
  .faqSection {
    padding: 90px 60px;
  }
}
@media screen and (max-width: 980px) {
  .faqSection {
    padding: 60px 30px;
  }
}
@media screen and (max-width: 600px) {
  .faqSection {
    padding: 30px 30px;
  }
}
.faqSection:before {
  content: '';
  position: absolute;
  background: #8ac7b8;
  left: -100%;
  top: 0;
  height: 100%;
  width: 100%;
}
.faqSection .row.flex {
  flex-wrap: wrap;
}
.faqSection .row.flex .col {
  width: 50%;
  max-width: 50%;
  flex: 0 0 50%;
}
@media screen and (max-width: 980px) {
  .faqSection .row.flex .col {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
  }
}
.faqSection .accordion {
  margin: 0 0 30px 7px;
}
@media screen and (max-width: 980px) {
  .faqSection .accordion {
    margin: 0 0 10px 0;
  }
}
.faqSection .accordion .accordionTitle {
  cursor: pointer;
  position: relative;
  padding: 3px 0px 15px 40px;
}
@media screen and (max-width: 980px) {
  .faqSection .accordion .accordionTitle {
    padding: 3px 0px 15px 25px;
    font-size: 16px;
  }
}
.faqSection .accordion .accordionTitle:before {
  content: '';
  width: 18px;
  height: 10px;
  float: left;
  position: absolute;
  left: 0px;
  top: 9px;
  background: url('../../images/icons/ico_accordion.png') no-repeat center;
  -webkit-transition: 250ms cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: 250ms cubic-bezier(0.77, 0, 0.175, 1);
  -ms-transition: 250ms cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: 250ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: 250ms cubic-bezier(0.77, 0, 0.175, 1);
}
@media screen and (max-width: 980px) {
  .faqSection .accordion .accordionTitle:before {
    transform: scale(0.7);
  }
}
.faqSection .accordion .accordionTitle:hover {
  color: #8ac7b8;
}
.faqSection .accordion .accordionContent {
  display: none;
  padding: 0px 0px 15px 40px;
  font-size: 18px;
}
@media screen and (max-width: 980px) {
  .faqSection .accordion .accordionContent {
    padding: 0px 0px 15px 0px;
    font-size: 16px;
  }
}
.faqSection .accordion.open .accordionTitle:before {
  transform: rotate(-90deg);
}
.B2BHalves {
  display: flex;
}
@media screen and (max-width: 980px) {
  .B2BHalves {
    flex-direction: column;
  }
}
.B2BHalves__content {
  flex: 0 0 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.B2BHalves__img {
  flex: 0 0 50%;
  min-height: 700px;
  background-size: cover;
}
@media screen and (max-width: 980px) {
  .B2BHalves__img {
    min-height: 350px;
  }
}
.B2BHalves__title {
  margin-bottom: 0.5em;
}
.B2BHalves__text {
  line-height: 1.4em;
}
.B2BHalves__counters {
  margin-top: 2rem;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
@media screen and (max-width: 980px) {
  .B2BHalves__counters {
    margin-top: 0;
  }
}
.B2BHalves__counters .counter {
  margin: 2rem 4rem 0 0;
}
.B2BHalves__counters .counter:last-child {
  margin-right: 0;
}
.B2BHalves__form {
  margin-top: 4rem;
  position: relative;
}
@media screen and (max-width: 980px) {
  .B2BHalves__form {
    margin-top: 2rem;
  }
}
.B2BHalves__form input {
  padding: 25px 100px 25px 30px;
  font-size: 18px;
  background-color: #ffffff;
}
@media screen and (max-width: 650px) {
  .B2BHalves__form input {
    padding: 15px 70px 15px 20px;
    font-size: 16px;
  }
}
.B2BHalves__form .submitBtn {
  position: absolute;
  right: 20px;
  top: 5px;
  width: 70px;
  height: 100%;
  padding: 5px;
  border: 0;
  background: transparent;
  cursor: pointer;
  outline: 0;
}
@media screen and (max-width: 650px) {
  .B2BHalves__form .submitBtn {
    width: 50px;
  }
}
.B2BHalves__form .submitBtn .st0 {
  clip-path: url(#SVGID_2_);
  fill: none;
  stroke: #8ac7b8;
  stroke-width: 22;
  stroke-miterlimit: 10;
}
.B2BReviews {
  padding-top: 10rem;
  padding-bottom: 10rem;
}
@media screen and (max-width: 1100px) {
  .B2BReviews {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }
}
@media screen and (max-width: 700px) {
  .B2BReviews {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.B2BReviews__title {
  color: #0d0d0d;
  margin-bottom: 0;
}
@media screen and (max-width: 980px) {
  .B2BReviews__title {
    margin-bottom: 1em;
  }
}
.B2BReviews__inner {
  display: flex;
}
@media screen and (max-width: 980px) {
  .B2BReviews__inner {
    flex-direction: column;
  }
}
.B2BReviews__left {
  flex: 0 0 50%;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 980px) {
  .B2BReviews__left {
    justify-content: flex-start;
  }
}
.B2BReviews__right {
  flex: 0 0 50%;
  display: flex;
  justify-content: center;
  padding: 0 4rem;
}
@media screen and (max-width: 980px) {
  .B2BReviews__right {
    justify-content: flex-start;
    padding: 40px 40px 0;
  }
}
.B2BReviews__img {
  display: flex;
  align-items: center;
  justify-content: center;
}
.B2BReviews__img .img {
  object-fit: cover;
  width: 250px;
  height: 250px;
}
@media screen and (max-width: 980px) {
  .B2BReviews__img .img {
    width: 150px;
    height: 150px;
  }
}
.B2BBoxes {
  padding-top: 10rem;
  padding-bottom: 10rem;
}
@media screen and (max-width: 1100px) {
  .B2BBoxes {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }
}
@media screen and (max-width: 700px) {
  .B2BBoxes {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.B2BBoxes__title {
  color: #0d0d0d;
  margin-bottom: 1em;
}
.B2BBoxes__inner {
  display: flex;
  flex-wrap: wrap;
}
.B2BBoxes__inner .claimBox {
  flex: 0 0 50%;
  margin-bottom: 30px;
}
@media screen and (max-width: 980px) {
  .B2BBoxes__inner .claimBox {
    flex: 0 0 100%;
  }
}
.B2BBoxes__spacer {
  flex: 0 0 50%;
}
@media screen and (max-width: 980px) {
  .B2BBoxes__spacer {
    display: none;
  }
}
.B2BBoxes__btn {
  margin-top: 30px;
}
.B2BBoxes__btn .arrow {
  margin-top: -20px;
  margin-left: 60px;
}
@media screen and (max-width: 980px) {
  .B2BBoxes__btn .arrow {
    transform: scale(0.5);
    margin-top: -10px;
    margin-left: 30px;
  }
}
/***** SUBPAGE *****/
.subpage {
  overflow: hidden;
  float: left;
  width: 100%;
  position: relative;
  padding: 90px 0 160px 0;
}
@media screen and (max-width: 600px) {
  .subpage {
    padding-bottom: 50px;
  }
}
.subpage .subpageTitle {
  padding-left: 100px;
}
@media screen and (max-width: 1000px) {
  .subpage .subpageTitle {
    padding-lefT: 0;
  }
}
.subpage .subpageTitle .title {
  color: #8ac7b8;
  font-size: 48px;
  line-height: 1em;
  font-weight: 300;
  font-family: 'graphik', Verdana, sans-serif;
  margin-bottom: 40px;
  margin-top: 32px;
  max-width: 43%;
}
@media screen and (max-width: 1100px) {
  .subpage .subpageTitle .title {
    background: #0d0d0d;
    margin: 70px 0px 40px;
    padding: 0px 25px;
    font-size: 42px;
    display: inline-block;
  }
}
@media screen and (max-width: 800px) {
  .subpage .subpageTitle .title {
    margin: 40px auto 30px;
    max-width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .subpage .subpageTitle .title {
    margin: 0px auto 30px;
    font-size: 35px;
  }
}
.subpage .subpageContent {
  padding: 67px 100px;
  background: #fff;
  float: left;
  width: 100%;
}
@media screen and (max-width: 1200px) {
  .subpage .subpageContent {
    padding: 40px 50px;
  }
}
@media screen and (max-width: 600px) {
  .subpage .subpageContent {
    padding: 30px 30px;
  }
}
.subpage .container {
  position: relative;
}
.subpage.vendor {
  background: #f2f2f2;
  margin-bottom: 0px;
}
.subpage.vendor .leftIco {
  width: 157px;
  height: 186px;
  float: left;
  background: url("../../images/vendor_left_ico.png") no-repeat center;
  position: absolute;
  left: 0px;
  top: 57%;
}
.subpage.vendor .rightIco {
  width: 108px;
  height: 181px;
  float: left;
  background: url("../../images/vendor_right_ico.png") no-repeat right;
  position: absolute;
  right: 0px;
  top: 48%;
}
.subpage.vendor .vendorBgTop {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 1500px;
  float: left;
  background: #0d0d0d;
}
.subpage.vendor .vendorBgTop .slideLeft,
.subpage.vendor .vendorBgTop .slideRight {
  position: absolute;
  width: 50%;
  height: 100%;
  top: 0;
}
.subpage.vendor .vendorBgTop .slideLeft .slick-list,
.subpage.vendor .vendorBgTop .slideRight .slick-list {
  height: 100%;
  width: 100%;
  float: left;
}
.subpage.vendor .vendorBgTop .slideLeft .slick-list .slick-track,
.subpage.vendor .vendorBgTop .slideRight .slick-list .slick-track {
  height: 100%;
  float: left;
}
.subpage.vendor .vendorBgTop .slideLeft .slick-arrow,
.subpage.vendor .vendorBgTop .slideRight .slick-arrow {
  display: none;
  opacity: 0;
  visibility: hidden;
}
.subpage.vendor .vendorBgTop .slideLeft {
  position: absolute;
  width: 400px;
  left: 0px;
  top: 500px;
  float: left;
}
.subpage.vendor .vendorBgTop .slideRight {
  position: absolute;
  width: 400px;
  right: 0px;
  top: 500px;
  text-align: right;
  float: right;
}
.subpage.vendor .vendorBgTop:before {
  content: "";
  background-color: #8ac7b8;
  width: 50%;
  position: absolute;
  top: 0px;
  right: 0px;
  height: 100%;
  float: right;
}
.subpage.vendor .vendorBgTop:after {
  content: "";
  background-image: url("../../images/vendor_bgTop-right_ico.png");
  background-repeat: no-repeat;
  background-position: right center;
  width: 167px;
  position: absolute;
  bottom: -155px;
  right: 0px;
  height: 179px;
  float: right;
}
.subpage.vendor .vendorBgBottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  min-height: 1300px;
  float: left;
}
.subpage.vendor .vendorBgBottom .right {
  background-color: #8ac7b8;
  width: 50%;
  position: absolute;
  bottom: 0%;
  right: 0px;
  height: 100%;
  float: right;
}
.subpage.vendor .vendorBgBottom .right:after {
  content: "";
  background-color: #8ac7b8;
  background-image: url("../../images/vendor_bgBottom-right.png");
  background-repeat: repeat;
  background-position: right 5% bottom 50%;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0px;
  height: 50%;
  float: right;
}
.subpage.vendor .vendorBgBottom .left {
  background-color: #f1dfe0;
  width: 50%;
  position: absolute;
  bottom: 0px;
  left: 0px;
  height: 50%;
  float: right;
}
.subpage.vendor .vendorBgBottom .left:before {
  content: "";
  position: absolute;
  left: 0px;
  top: -18px;
  width: 120px;
  height: 173px;
  background: url("../../images/vendor_bgBottom-left_ico.png") no-repeat center center;
}
.subpage.vendor .postGrid {
  margin: 0px -45px;
}
.subpage.vendor .postGrid .item {
  position: relative;
}
@media screen and (max-width: 850px) {
  .subpage.vendor .postGrid .item {
    position: relative !important;
    top: inherit !important;
    left: inherit !important;
    padding: 20px 15px;
  }
}
@media screen and (max-width: 850px) {
  .subpage.vendor .postGrid .item .title {
    left: 30px;
  }
}
.subpage.vendor .postGrid .item.special {
  left: 0;
  top: 616px;
  position: absolute;
}
@media screen and (max-width: 1100px) {
  .subpage.vendor .postGrid .item.special {
    top: 560px;
  }
}
@media screen and (max-width: 980px) {
  .subpage.vendor .postGrid .item.special {
    top: 460px;
  }
}
@media screen and (max-width: 850px) {
  .subpage.vendor .postGrid .item.special {
    position: Static;
    top: inherit;
  }
}
.subpage.vendor .postGrid .item.special .bg {
  background: #8ac7b8;
  float: left;
  width: 100%;
  height: 848px;
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-right: 30px;
}
@media screen and (max-width: 1100px) {
  .subpage.vendor .postGrid .item.special .bg {
    height: 800px;
  }
}
@media screen and (max-width: 1000px) {
  .subpage.vendor .postGrid .item.special .bg {
    height: 520px;
  }
}
@media screen and (max-width: 850px) {
  .subpage.vendor .postGrid .item.special .bg {
    padding: 30px;
    height: inherit;
    text-align: center;
    display: block;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .subpage.vendor .postGrid .item.special .bg {
    display: block;
  }
}
.subpage.vendor .postGrid .item.special .bg:before {
  content: "";
  width: 1000%;
  height: 100%;
  position: absolute;
  left: -1000%;
  top: 0;
  background: #8ac7b8;
}
@media screen and (max-width: 850px) {
  .subpage.vendor .postGrid .item.special .bg:before {
    display: none;
  }
}
.subpage.vendor .showMoreBtn {
  margin: 95px 0px 35px 0;
  display: inline-block;
  padding-bottom: 5px;
  border-bottom-width: 1px;
}
@media screen and (max-width: 700px) {
  .subpage.vendor .showMoreBtn {
    margin: 50px 0 35px 0;
  }
}
.subpage.vendor .showMoreBtn:after {
  content: "";
  width: 12px;
  height: 7px;
  display: block;
  background: url("../../images/icons/showMoreBtn_arrow.png") no-repeat center bottom;
  margin: 28px 0px 15px -7px;
  left: 50%;
  position: absolute;
  -webkit-transition: 150ms cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: 150ms cubic-bezier(0.77, 0, 0.175, 1);
  -ms-transition: 150ms cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: 150ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: 150ms cubic-bezier(0.77, 0, 0.175, 1);
}
.subpage.vendor .showMoreBtn:hover:after {
  margin: 35px 0 15px -7px;
}
.subpage.vendor .inNews.upcomingEvents {
  background: #fff;
  border-top: 8px solid #d3f4ec;
  margin-top: 0px;
  padding: 100px;
}
@media screen and (max-width: 1300px) {
  .subpage.vendor .inNews.upcomingEvents {
    padding: 100px 50px;
  }
}
@media screen and (max-width: 980px) {
  .subpage.vendor .inNews.upcomingEvents {
    padding: 50px 50px;
  }
}
@media screen and (max-width: 600px) {
  .subpage.vendor .inNews.upcomingEvents {
    padding: 30px 30px;
  }
}
.subpage.vendor .inNews.upcomingEvents .container {
  padding: 0;
}
.subpage.vendor .inNews.upcomingEvents .tenantsWanted {
  background: url("../../images/vendor_news_title.png") no-repeat center top;
  padding-top: 220px;
}
@media screen and (max-width: 980px) {
  .subpage.vendor .inNews.upcomingEvents .tenantsWanted {
    padding: 0px 0 0 130px;
    background-position: left top;
  }
}
@media screen and (max-width: 800px) {
  .subpage.vendor .inNews.upcomingEvents .tenantsWanted {
    padding: 0;
    background-size: 80%;
  }
}
@media screen and (max-width: 600px) {
  .subpage.vendor .inNews.upcomingEvents .tenantsWanted {
    padding: 0;
    background-size: 50%;
  }
}
.subpage.vendor .inNews.upcomingEvents .tenantsWanted .title:before {
  display: none;
}
.subpage.vendor .bookIgloo {
  padding: 0;
}
.subpage.vendor .bookIgloo .right {
  background: #0d0d0d;
  margin-top: 0px;
  padding-left: 130px;
}
@media screen and (max-width: 1400px) {
  .subpage.vendor .bookIgloo .right {
    padding-left: 80px;
  }
}
@media screen and (max-width: 1100px) {
  .subpage.vendor .bookIgloo .right {
    padding-left: 50px;
  }
}
@media screen and (max-width: 600px) {
  .subpage.vendor .bookIgloo .right {
    padding: 50px 30px;
  }
}
.subpage.vendor .bookIgloo .right .title {
  color: #fff;
  font-size: 60px;
  line-height: 1em;
}
@media screen and (max-width: 1300px) {
  .subpage.vendor .bookIgloo .right .title {
    font-size: 50px;
  }
}
@media screen and (max-width: 1200px) {
  .subpage.vendor .bookIgloo .right .title {
    font-size: 40px;
    line-height: 1.2em;
  }
}
@media screen and (max-width: 550px) {
  .subpage.vendor .bookIgloo .right .title {
    font-size: 30px;
  }
}
@media screen and (max-width: 400px) {
  .subpage.vendor .bookIgloo .right .title {
    font-size: 24px;
  }
}
.subpage.vendor .bookIgloo .right .title:before {
  background: url("../../images/vendor_igloo_title.png") no-repeat center;
  margin-left: -30px;
}
.subpage.vendor .bookIgloo .right .btn span {
  background: #1d1d1d;
}
.subpage.vendor--detail {
  position: relative;
  padding-bottom: 0;
  background-color: #0d0d0d;
}
.subpage.vendor--detail::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 50%;
  background-color: #8ac7b8;
}
.subpage.vendor .sectionVendor {
  background-color: #ffffff;
}
.subpage.vendor .sectionVendor__content {
  flex: 0 0 50%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}
.subpage.vendor .sectionVendor__contentTop {
  margin-bottom: 3rem;
}
.subpage.vendor .sectionVendor__content .postGrid {
  width: calc(40px + 100% + 40px);
  margin: 0 -40px;
}
@media screen and (max-width: 980px) {
  .subpage.vendor .sectionVendor__content .postGrid {
    margin: 0;
    width: 100%;
  }
}
.subpage.vendor .sectionVendor__content .postGrid .item {
  width: 100%;
  padding: 0 40px 40px;
}
@media screen and (max-width: 980px) {
  .subpage.vendor .sectionVendor__content .postGrid .item {
    padding: 0 0 40px;
  }
}
.subpage.vendor .sectionVendor__content .postGrid .item:hover .title {
  transform: translateX(0);
}
.subpage.vendor .sectionVendor__content .postGrid .item .title {
  font-size: 40px;
  color: #0d0d0d;
  left: 40px;
  top: 60px;
  transform: translateX(-50%);
}
@media screen and (max-width: 980px) {
  .subpage.vendor .sectionVendor__content .postGrid .item .title {
    top: 40px;
    transform: translateX(0);
  }
}
.subpage.vendor .sectionVendor__content .postGrid .item .title > span {
  margin-bottom: 0;
  padding: 5px 10px;
}
.subpage.vendor .sectionVendor__content .postGrid .item .image {
  height: 350px;
}
@media screen and (max-width: 980px) {
  .subpage.vendor .sectionVendor__content .postGrid .item .image {
    height: 250px;
  }
}
.subpage.vendor .sectionVendor__content--bgPrimary {
  background-color: #8ac7b8;
}
.subpage.vendor .sectionVendor__content--bgSecondary {
  background-color: #0d0d0d;
}
.subpage.vendor .sectionVendor__img {
  flex: 0 0 50%;
  display: flex;
}
.subpage.vendor .sectionVendor__img .img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.subpage.vendor .sectionVendor__title {
  margin-top: 0;
  margin-bottom: 0.5em;
}
.subpage.vendor .sectionVendor__title--primary {
  color: #8ac7b8;
}
@media screen and (max-width: 600px) {
  .subpage.vendor .sectionVendor__title .img {
    width: 30px;
  }
}
.subpage.vendor .sectionVendor__text {
  line-height: 1.4em;
  margin-bottom: 0;
}
.subpage.vendor .sectionVendor__btn {
  display: flex;
  align-items: center;
}
.subpage.vendor .sectionVendor__btn .arrow {
  width: 120px;
}
@media screen and (max-width: 1500px) {
  .subpage.vendor .sectionVendor__btn .arrow {
    width: 100px;
  }
}
@media screen and (max-width: 1200px) {
  .subpage.vendor .sectionVendor__btn .arrow {
    width: 80px;
  }
}
@media screen and (max-width: 980px) {
  .subpage.vendor .sectionVendor__btn .arrow {
    width: 60px;
  }
}
.subpage.vendor .sectionVendor__btn .arrow--right {
  margin-left: 60px;
}
@media screen and (max-width: 1200px) {
  .subpage.vendor .sectionVendor__btn .arrow--right {
    margin-left: 40px;
  }
}
.subpage.vendor .sectionVendor__btn .arrow--left {
  margin-right: 60px;
}
@media screen and (max-width: 1200px) {
  .subpage.vendor .sectionVendor__btn .arrow--left {
    margin-right: 40px;
  }
}
.subpage.vendor .sectionVendor__btn .arrow--small {
  width: 80px;
}
@media screen and (max-width: 980px) {
  .subpage.vendor .sectionVendor__btn .arrow--small {
    width: 60px;
  }
}
.subpage.vendor .sectionVendor__social {
  margin-top: -20px;
}
@media screen and (max-width: 980px) {
  .subpage.vendor .sectionVendor__social {
    flex-wrap: wrap;
  }
}
.subpage.vendor .sectionVendor__socialIcons {
  display: flex;
  align-items: center;
  margin-top: 20px;
}
.subpage.vendor .sectionVendor__social .arrow {
  margin-top: 20px;
}
.subpage.vendor .sectionVendor__icon {
  display: flex;
  margin-right: 60px;
}
@media screen and (max-width: 1200px) {
  .subpage.vendor .sectionVendor__icon {
    margin-right: 40px;
  }
}
@media screen and (max-width: 980px) {
  .subpage.vendor .sectionVendor__icon {
    transform: scale(0.75);
    transform-origin: left;
    margin-right: 20px;
  }
}
.subpage.vendor .sectionVendor__icon:last-child {
  margin-right: 0;
}
.subpage.vendor .sectionVendor__reviews {
  margin: 0 -50px 100px;
}
@media screen and (max-width: 980px) {
  .subpage.vendor .sectionVendor__reviews {
    margin: 0 -50px 50px;
  }
}
.subpage.vendor .sectionVendor__reviewsSlide {
  padding: 0 50px;
}
.subpage.vendor .sectionVendor__reviews .review {
  padding-left: 100px;
  padding-right: 100px;
  max-width: unset;
}
@media screen and (max-width: 980px) {
  .subpage.vendor .sectionVendor__reviews .review {
    padding-left: 0;
    padding-right: 0;
  }
}
.subpage.vendor .sectionVendor__reviews .review__text::before,
.subpage.vendor .sectionVendor__reviews .review__text::after {
  content: url("../../images/vendor/icon-quotes.png");
}
.subpage.vendor .sectionVendor__reviews .slick-dots {
  bottom: -100px;
}
@media screen and (max-width: 980px) {
  .subpage.vendor .sectionVendor__reviews .slick-dots {
    bottom: -50px;
  }
}
.subpage.vendor .sectionVendor--halves {
  display: flex;
}
@media screen and (max-width: 980px) {
  .subpage.vendor .sectionVendor--halves {
    flex-direction: column;
  }
}
@media screen and (max-width: 980px) {
  .subpage.vendor .sectionVendor--mobileReverse {
    flex-direction: column-reverse;
  }
}
.subpage.vendor .sectionVendor .overlayLetter--m {
  bottom: -60px;
  left: -60px;
  background-position: left;
}
.subpage.vendor .sectionVendor .overlayLetter--a {
  top: 25%;
  left: calc(50% - (177px / 2));
  background-position: center;
}
.subpage.vendor .sectionVendor .overlayLetter--n {
  top: -60px;
  right: -60px;
  background-position: right;
}
.subpage.vendor .sectionVendor .overlayLetter--i {
  top: calc(0px - (195px / 2));
  left: -20px;
  background-position: left;
}
.subpage.vendor .sectionVendor .overlayLetter--f {
  bottom: 4rem;
  right: -40px;
  background-position: right;
}
.subpage.vendor .sectionVendor .overlayLetter--e {
  bottom: 25%;
  left: calc(50% - (124px / 2));
  background-position: center;
}
.subpage.vendor .sectionVendor .overlayLetter--s {
  bottom: 4rem;
  left: -40px;
  background-position: left;
}
.subpage.vendor .sectionVendor .overlayLetter--t {
  bottom: calc(-179px / 2);
  right: 25%;
  background-position: right;
}
.subpage.vendor--menu {
  position: relative;
  background-color: #0d0d0d;
  padding-bottom: 0;
}
.subpage.vendor--menu::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 50%;
  background-color: #8ac7b8;
}
.subpage .vendorMenu {
  max-width: 1024px;
}
.subpage .vendorMenu__menu {
  border-bottom: 1px solid #8ac7b8;
}
.subpage .vendorMenu__title {
  color: #0d0d0d;
  margin-right: 20px;
  margin-bottom: 0;
}
.subpage .vendorMenu__titleWrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 60px;
}
.subpage .vendorMenu__titleWrap .defaultBtn {
  white-space: nowrap;
  display: flex;
  align-items: center;
}
.subpage .vendorMenu__titleWrap .defaultBtn svg {
  width: 30px;
  margin-left: 10px;
}
.subpage .vendorMenu__titleWrap .defaultBtn svg .st0 {
  clip-path: url(#SVGID_2_);
  fill: none;
  stroke: #8ac7b8;
  stroke-width: 22;
  stroke-miterlimit: 10;
}
@media screen and (max-width: 980px) {
  .subpage .vendorMenu__titleWrap {
    padding-bottom: 20px;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media screen and (max-width: 980px) {
  .subpage .vendorMenu__title {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.subpage .vendorMenu__category {
  padding-top: 40px;
  margin-bottom: 60px;
  border-top: 1px solid #8ac7b8;
}
@media screen and (max-width: 980px) {
  .subpage .vendorMenu__category {
    margin-bottom: 40px;
  }
}
.subpage .vendorMenu__categoryHeader {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 980px) {
  .subpage .vendorMenu__categoryHeader {
    align-items: flex-start;
    flex-direction: column;
  }
}
.subpage .vendorMenu__categoryTitle {
  color: #8ac7b8;
  text-transform: uppercase;
  margin-right: 60px;
  margin-bottom: 0;
  flex: 0 0 315px;
}
@media screen and (max-width: 1200px) {
  .subpage .vendorMenu__categoryTitle {
    margin-right: 40px;
  }
}
@media screen and (max-width: 980px) {
  .subpage .vendorMenu__categoryTitle {
    flex: 0 0 auto;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.subpage .vendorMenu__categoryDescription {
  font-size: 20px;
  line-height: 1.4;
  margin-bottom: 0;
}
.subpage .vendorMenu__item {
  width: 100%;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 980px) {
  .subpage .vendorMenu__item {
    align-items: flex-start;
    flex-direction: column;
    margin-bottom: 40px;
  }
}
.subpage .vendorMenu__item + .vendorMenu__item {
  margin-top: 20px;
}
.subpage .vendorMenu__itemImg {
  flex: 0 0 315px;
  margin-right: 60px;
}
@media screen and (max-width: 1200px) {
  .subpage .vendorMenu__itemImg {
    margin-right: 40px;
  }
}
@media screen and (max-width: 980px) {
  .subpage .vendorMenu__itemImg {
    margin-right: 0;
    margin-bottom: 20px;
    flex: 0 0 auto;
  }
}
.subpage .vendorMenu__itemImg .img {
  object-fit: cover;
}
.subpage .vendorMenu__itemInner {
  flex: 1 1 auto;
  display: flex;
  align-items: baseline;
}
@media screen and (max-width: 980px) {
  .subpage .vendorMenu__itemInner {
    align-items: flex-start;
    flex-direction: column;
  }
}
.subpage .vendorMenu__itemText {
  flex: 1 1 auto;
  width: 100%;
  margin-right: 60px;
}
@media screen and (max-width: 1200px) {
  .subpage .vendorMenu__itemText {
    margin-right: 40px;
  }
}
.subpage .vendorMenu__itemTitle {
  color: #8ac7b8;
}
.subpage .vendorMenu__itemPrice {
  font-size: 22px;
  flex: 0 0 auto;
}
.subpage.events {
  background: #f2f2f2;
  margin-bottom: 0px;
}
@media screen and (max-width: 980px) {
  .subpage.events {
    padding: 90px 0 60px 0;
  }
}
.subpage.events .leftIco {
  width: 86px;
  height: 266px;
  float: left;
  background: url("../../images/events_element_left_02.png") no-repeat center;
  position: absolute;
  left: 0px;
  top: 900px;
}
.subpage.events .leftIco3 {
  width: 157px;
  height: 186px;
  float: left;
  background: url("../../images/events_element_left_03.png") no-repeat center;
  position: absolute;
  left: 0px;
  top: 55%;
}
.subpage.events .rightIco {
  width: 234px;
  height: 213px;
  float: left;
  background: url("../../images/events_element_right_02.png") no-repeat right;
  position: absolute;
  right: 0px;
  top: 70%;
}
.subpage.events .vendorBgTop {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 1500px;
  float: left;
  background: #0d0d0d;
  background-image: url("../../images/events_element_left_01.png");
  background-repeat: no-repeat;
  background-position: left top 25.5%;
}
.subpage.events .vendorBgTop:before {
  content: "";
  background: #f1dfe0 url('../../images/events_bg_pattern.png') repeat;
  width: 50%;
  position: absolute;
  top: 0px;
  right: 0px;
  height: 100%;
  float: right;
}
.subpage.events .vendorBgTop:after {
  content: "";
  background-image: url("../../images/events_element_right_01.png");
  background-repeat: no-repeat;
  background-position: right center;
  width: 118px;
  position: absolute;
  bottom: -155px;
  right: 0px;
  height: 208px;
  float: right;
}
.subpage.events .vendorBgBottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  float: left;
  background: #8ac7b8;
}
.subpage.events .vendorBgBottom:before {
  content: "";
  background: #f2f2f2;
  width: 50%;
  position: absolute;
  top: 0;
  right: 0px;
  height: 100%;
  float: right;
}
.subpage.events .vendorBgBottom:after {
  content: "";
  background-image: url("../../images/events_element_left_04.png");
  background-repeat: no-repeat;
  background-position: right center;
  width: 120px;
  position: absolute;
  bottom: 355px;
  left: 0px;
  height: 173px;
  float: right;
}
.subpage.events .eventHeader {
  width: 100%;
  height: 520px;
  overflow: hidden;
}
@media screen and (max-width: 980px) {
  .subpage.events .eventHeader {
    width: 100%;
    height: auto;
  }
}
.subpage.events .eventHeader.slider {
  background: #8ac7b8;
}
.subpage.events .eventHeader.slider .eventsSlider .image {
  float: left;
  width: 50%;
  overflow: hidden;
  height: 520px;
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 980px) {
  .subpage.events .eventHeader.slider .eventsSlider .image {
    width: 100%;
    height: 350px;
  }
}
@media screen and (max-width: 450px) {
  .subpage.events .eventHeader.slider .eventsSlider .image {
    width: 100%;
    height: 280px;
  }
}
.subpage.events .eventHeader.slider .eventsSlider .image img {
  object-fit: cover;
  height: 100%;
  width: 100%;
  display: none;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
}
.subpage.events .eventHeader.slider .eventsSlider .content {
  float: left;
  width: 50%;
  height: 520px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  flex-wrap: wrap;
  padding: 85px 110px 85px 65px;
}
@media screen and (max-width: 1400px) {
  .subpage.events .eventHeader.slider .eventsSlider .content {
    padding: 40px;
  }
}
@media screen and (max-width: 980px) {
  .subpage.events .eventHeader.slider .eventsSlider .content {
    width: 100%;
    height: auto;
    padding: 25px;
  }
}
.subpage.events .eventHeader.slider .eventsSlider .content > header {
  width: 100%;
  max-width: 100%;
  flex: 0 100%;
}
.subpage.events .eventHeader.slider .eventsSlider .content .defaultBtn {
  float: right;
}
@media screen and (max-width: 450px) {
  .subpage.events .eventHeader.slider .eventsSlider .content .defaultBtn {
    display: block;
    float: none;
    text-align: center;
    margin-bottom: 30px;
  }
}
.subpage.events .eventHeader.slider .eventsSlider .content .articleTitle {
  font-size: 44px;
  line-height: 1em;
  color: #0c0c0c;
  font-family: 'graphik', Verdana, sans-serif;
  margin-bottom: 25px;
  width: 100%;
  max-width: 100%;
  flex: 0 100%;
}
.subpage.events .eventHeader.slider .eventsSlider .content .articleTitle a {
  color: #0c0c0c;
}
.subpage.events .eventHeader.slider .eventsSlider .content .articleTitle a:hover {
  color: #fff;
}
@media screen and (max-width: 1200px) {
  .subpage.events .eventHeader.slider .eventsSlider .content .articleTitle {
    font-size: 35px;
  }
}
@media screen and (max-width: 980px) {
  .subpage.events .eventHeader.slider .eventsSlider .content .articleTitle {
    font-size: 27px;
  }
}
@media screen and (max-width: 600px) {
  .subpage.events .eventHeader.slider .eventsSlider .content .articleTitle {
    font-size: 23px;
  }
}
.subpage.events .eventHeader.slider .eventsSlider .content .articleDate {
  color: #fff;
  font-size: 16px;
  margin-bottom: 20px;
  display: block;
  width: 100%;
  max-width: 100%;
  flex: 0 100%;
}
.subpage.events .eventHeader.slider .eventsSlider .content .articleDate span {
  display: inline-block;
}
@media screen and (max-width: 600px) {
  .subpage.events .eventHeader.slider .eventsSlider .content .articleDate .separator {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  .subpage.events .eventHeader.slider .eventsSlider .content .articleDate .timeM {
    display: block;
    margin-top: 5px;
  }
}
.subpage.events .eventHeader.slider .eventsSlider .content .articleContent {
  color: #0d0d0d;
  font-size: 16px;
  line-height: 1.3em;
  width: 100%;
  max-width: 100%;
  flex: 0 100%;
  padding-bottom: 35px;
}
.subpage.events .eventHeader.slider .eventsSlider .content .articleContent a {
  color: #fff;
  text-decoration: none;
}
.subpage.events .eventHeader.slider .eventsSlider .slick-dots {
  left: 50%;
  bottom: 30px;
  transform: translateX(-50%);
}
@media screen and (max-width: 700px) {
  .subpage.events .eventHeader.slider .eventsSlider .slick-dots {
    width: 100%;
  }
}
.subpage.events .eventHeader.slider .eventsSlider .slick-dots li button {
  background: #b1dbd1;
}
.subpage.events .eventHeader.slider .eventsSlider .slick-dots li.slick-active button {
  background: #fff;
}
.subpage.events .eventHeader.slider .eventsSlider .slick-prev,
.subpage.events .eventHeader.slider .eventsSlider .slick-next {
  z-index: 50;
}
@media screen and (max-width: 980px) {
  .subpage.events .eventHeader.slider .eventsSlider .slick-prev,
  .subpage.events .eventHeader.slider .eventsSlider .slick-next {
    display: inline-block !important;
  }
}
.subpage.events .eventHeader.slider .eventsSlider .slick-prev {
  left: 35px;
}
@media screen and (max-width: 1200px) {
  .subpage.events .eventHeader.slider .eventsSlider .slick-prev {
    left: 25px;
    top: 40%;
  }
}
@media screen and (max-width: 980px) {
  .subpage.events .eventHeader.slider .eventsSlider .slick-prev {
    top: 30%;
  }
}
@media screen and (max-width: 450px) {
  .subpage.events .eventHeader.slider .eventsSlider .slick-prev {
    top: 20%;
  }
}
.subpage.events .eventHeader.slider .eventsSlider .slick-next {
  right: 35px;
}
@media screen and (max-width: 1200px) {
  .subpage.events .eventHeader.slider .eventsSlider .slick-next {
    right: 25px;
    top: 40%;
  }
}
@media screen and (max-width: 980px) {
  .subpage.events .eventHeader.slider .eventsSlider .slick-next {
    top: 30%;
  }
}
@media screen and (max-width: 450px) {
  .subpage.events .eventHeader.slider .eventsSlider .slick-next {
    top: 20%;
  }
}
.subpage.events .eventHeader.image {
  position: relative;
  height: 595px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1100px) {
  .subpage.events .eventHeader.image {
    height: 500px;
  }
}
@media screen and (max-width: 980px) {
  .subpage.events .eventHeader.image {
    height: 400px;
  }
}
@media screen and (max-width: 600px) {
  .subpage.events .eventHeader.image {
    height: 300px;
  }
}
.subpage.events .eventHeader.image img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .subpage.events .eventHeader.image img {
    display: none;
  }
}
.subpage.events .eventHeader.image .title {
  position: absolute;
  left: 100px;
  bottom: 40px;
  font-size: 54px;
  font-family: 'graphik', Verdana, sans-serif;
  margin-bottom: 0;
  width: calc(100% - 200px);
}
@media screen and (max-width: 1100px) {
  .subpage.events .eventHeader.image .title {
    font-size: 45px;
    left: 50px;
    width: calc(100% - 100px);
  }
}
@media screen and (max-width: 980px) {
  .subpage.events .eventHeader.image .title {
    font-size: 40px;
  }
}
@media screen and (max-width: 600px) {
  .subpage.events .eventHeader.image .title {
    font-size: 29px;
    left: 15px;
    bottom: 15px;
    width: calc(100% - 30px);
  }
}
.subpage.events .eventHeader.image .title > span {
  background: #fff;
  margin-bottom: 2px;
  float: left;
  display: block;
  line-height: 1.07em;
  word-break: keep-all;
  clear: both;
}
.subpage.events .eventHeader.image .title > span:after,
.subpage.events .eventHeader.image .title > span:before {
  content: " ";
  display: table;
}
.subpage.events .eventHeader.image .title > span:after {
  clear: both;
}
.subpage.events .eventHeader.image .title .number {
  display: block;
  color: #8ac7b8;
}
.subpage.events .subpageContent {
  padding-top: 50px;
}
@media screen and (max-width: 600px) {
  .subpage.events .subpageContent {
    padding-top: 30px;
  }
}
.subpage.events .subpageContent.eventsDetail {
  padding-top: 85px;
}
@media screen and (max-width: 1100px) {
  .subpage.events .subpageContent.eventsDetail {
    padding-top: 50px;
  }
}
@media screen and (max-width: 750px) {
  .subpage.events .subpageContent.eventsDetail {
    padding: 35px;
  }
}
.subpage.events .subpageContent.eventsDetail .eventGallery {
  float: left;
  width: 50%;
  padding-right: 47px;
}
@media screen and (max-width: 1200px) {
  .subpage.events .subpageContent.eventsDetail .eventGallery {
    padding-right: 30px;
  }
}
@media screen and (max-width: 980px) {
  .subpage.events .subpageContent.eventsDetail .eventGallery {
    width: 100%;
    padding: 0px;
    margin-top: 20px;
  }
}
.subpage.events .subpageContent.eventsDetail .eventGallery .eventImgContainer {
  position: relative;
  margin-bottom: 80px;
}
@media screen and (max-width: 980px) {
  .subpage.events .subpageContent.eventsDetail .eventGallery .eventImgContainer {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 600px) {
  .subpage.events .subpageContent.eventsDetail .eventGallery .eventImgContainer {
    margin-bottom: 20px;
  }
}
.subpage.events .subpageContent.eventsDetail .eventGallery .eventImgContainer .text {
  position: absolute;
  font-size: 30px;
  line-height: 30px;
  width: auto;
}
@media screen and (max-width: 600px) {
  .subpage.events .subpageContent.eventsDetail .eventGallery .eventImgContainer .text {
    font-size: 22px;
    line-height: 22px;
  }
}
.subpage.events .subpageContent.eventsDetail .eventGallery .eventImgContainer .text.rt {
  top: 65px;
  right: 10px;
}
.subpage.events .subpageContent.eventsDetail .eventGallery .eventImgContainer .text.lt {
  top: 65px;
  left: 10px;
}
.subpage.events .subpageContent.eventsDetail .eventGallery .eventImgContainer .text.rb {
  bottom: 65px;
  right: 10px;
}
.subpage.events .subpageContent.eventsDetail .eventGallery .eventImgContainer .text.lb {
  bottom: 65px;
  left: 10px;
}
.subpage.events .subpageContent.eventsDetail .eventGallery .eventImgContainer .text.rt,
.subpage.events .subpageContent.eventsDetail .eventGallery .eventImgContainer .text.rb {
  transform: translateX(20%);
}
.subpage.events .subpageContent.eventsDetail .eventGallery .eventImgContainer .text.lt,
.subpage.events .subpageContent.eventsDetail .eventGallery .eventImgContainer .text.lb {
  transform: translateX(-20%);
}
.subpage.events .subpageContent.eventsDetail .eventGallery .eventImgContainer .text:not(.lt):not(.lb):not(.rt):not(.rb) {
  text-align: center;
  width: 100%;
  height: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: column;
}
.subpage.events .subpageContent.eventsDetail .eventGallery .eventImgContainer .text > span {
  background: #fff;
  margin-bottom: 1px;
  float: left;
  display: block;
  word-break: keep-all;
  clear: both;
}
.subpage.events .subpageContent.eventsDetail .eventGallery .eventImgContainer .text > span:after,
.subpage.events .subpageContent.eventsDetail .eventGallery .eventImgContainer .text > span:before {
  content: " ";
  display: table;
}
.subpage.events .subpageContent.eventsDetail .eventGallery .eventImgContainer .text > span:after {
  clear: both;
}
.subpage.events .subpageContent.eventsDetail .eventGallery .eventImgContainer .text > span.color {
  color: #8ac7b8;
}
.subpage.events .subpageContent.eventsDetail .eventContent {
  float: right;
  width: 50%;
  padding-left: 64px;
}
@media screen and (max-width: 1200px) {
  .subpage.events .subpageContent.eventsDetail .eventContent {
    padding-left: 30px;
  }
}
@media screen and (max-width: 980px) {
  .subpage.events .subpageContent.eventsDetail .eventContent {
    width: 100%;
    padding: 0;
  }
}
.subpage.events .subpageContent.eventsDetail .eventContent > header {
  float: left;
  width: 100%;
  margin-bottom: 25px;
}
.subpage.events .subpageContent.eventsDetail .eventContent .articleDate {
  line-height: 2em;
}
@media screen and (max-width: 1200px) and (min-width: 981px), screen and (max-width: 750px) {
  .subpage.events .subpageContent.eventsDetail .eventContent .articleDate br {
    display: none;
  }
}
.subpage.events .subpageContent.eventsDetail .eventContent .categories {
  margin: 12px 0 20px;
}
.subpage.events .subpageContent.eventsDetail .eventContent .categories li {
  list-style: none;
}
.subpage.events .subpageContent.eventsDetail .eventContent .categories li a {
  display: inline-block;
  margin-right: 13px;
  font-size: 14px;
  color: #898989;
  padding-bottom: 5px;
  text-decoration: none;
  border-bottom: 1px solid #898989;
}
.subpage.events .subpageContent.eventsDetail .eventContent .categories li a:hover {
  color: #8ac7b8;
  border-color: #8ac7b8;
  padding-bottom: 3px;
}
.subpage.events .subpageContent.eventsDetail .eventContent .defaultBtn {
  float: right;
}
.subpage.events .subpageContent.eventsDetail .eventContent .ticketContainer {
  float: right;
  text-align: center;
  padding-top: 4px;
}
@media screen and (max-width: 1200px) and (min-width: 980px), screen and (max-width: 750px) {
  .subpage.events .subpageContent.eventsDetail .eventContent .ticketContainer {
    margin: 0 auto 20px;
    clear: both;
    float: none;
  }
}
.subpage.events .subpageContent.eventsDetail .eventContent .ticketContainer .defaultBtn {
  margin-bottom: 15px;
  padding: 10px 25px;
  font-size: 18px;
}
@media screen and (max-width: 1200px) and (min-width: 980px), screen and (max-width: 750px) {
  .subpage.events .subpageContent.eventsDetail .eventContent .ticketContainer .defaultBtn {
    clear: both;
    float: none !important;
    display: inline-block;
  }
}
.subpage.events .subpageContent.eventsDetail .eventContent .ticketContainer .ticketPrice {
  font-size: 16px;
  color: #8ac7b8;
}
@media screen and (max-width: 1200px) and (min-width: 980px), screen and (max-width: 750px) {
  .subpage.events .subpageContent.eventsDetail .eventContent .ticketContainer .ticketPrice {
    clear: both;
  }
}
.subpage.events .subpageContent.eventsDetail .eventContent .articleTitle {
  font-size: 44px;
  color: #0c0c0c;
  line-height: 1.1em;
  font-family: 'graphik', Verdana, sans-serif;
  margin-top: -4px;
  margin-bottom: 20px;
}
@media screen and (max-width: 1200px) and (min-width: 980px), screen and (max-width: 750px) {
  .subpage.events .subpageContent.eventsDetail .eventContent .articleTitle {
    clear: both;
  }
}
@media screen and (max-width: 980px) {
  .subpage.events .subpageContent.eventsDetail .eventContent .articleTitle {
    font-size: 36px;
  }
}
@media screen and (max-width: 600px) {
  .subpage.events .subpageContent.eventsDetail .eventContent .articleTitle {
    font-size: 27px;
  }
}
.subpage.events .subpageContent.eventsDetail .eventContent .articleDate {
  color: #8ac7b8;
  font-size: 16px;
  margin-bottom: 20px;
  display: block;
}
.subpage.events .subpageContent.eventsDetail .eventContent .articleContent {
  color: #898989;
  font-size: 16px;
  line-height: 1.3em;
  margin-top: 30px;
}
.subpage.events .subpageContent.eventsDetail .eventContent .articleContent a {
  color: #8ac7b8;
  text-decoration: none;
}
.subpage.events #pastPosts .item .image img {
  filter: grayscale(1);
}
.subpage.events .postGrid {
  margin: 0px -45px;
}
@media screen and (max-width: 1100px) {
  .subpage.events .postGrid {
    margin: 0px -25px;
  }
}
.subpage.events .postGrid .item {
  width: 100%;
}
.subpage.events .postGrid .item .left {
  float: left;
  width: 50%;
  padding-right: 45px;
}
@media screen and (max-width: 1100px) {
  .subpage.events .postGrid .item .left {
    padding-left: 10px;
  }
}
@media screen and (max-width: 980px) {
  .subpage.events .postGrid .item .left {
    width: 100%;
    padding: 0;
  }
}
.subpage.events .postGrid .item .left .title {
  left: 32px;
  top: 50px;
  z-index: 20;
  display: flex;
}
.subpage.events .postGrid .item .left .title > span {
  margin-bottom: 0;
}
.subpage.events .postGrid .item .left .title .number {
  padding-right: 4px;
}
.subpage.events .postGrid .item .right {
  float: right;
  width: 50%;
  padding: 0px 20px 0px 60px;
}
@media screen and (max-width: 1100px) {
  .subpage.events .postGrid .item .right {
    padding: 0px 0px 0px 20px;
  }
}
@media screen and (max-width: 980px) {
  .subpage.events .postGrid .item .right {
    width: 100%;
    padding: 20px 0 0 0;
  }
}
.subpage.events .postGrid .item .right .defaultBtn {
  float: right;
}
.subpage.events .postGrid .item .right .articleTitle {
  font-size: 30px;
  color: #0c0c0c;
  font-family: 'graphik', Verdana, sans-serif;
  margin-bottom: 7px;
}
@media screen and (max-width: 980px) {
  .subpage.events .postGrid .item .right .articleTitle {
    font-size: 24px;
  }
}
.subpage.events .postGrid .item .right .articleDate {
  color: #8ac7b8;
  font-size: 16px;
  margin-bottom: 20px;
  display: block;
}
.subpage.events .postGrid .item .right .articleContent {
  color: #898989;
  font-size: 16px;
  line-height: 1.3em;
  margin-top: 30px;
}
@media screen and (max-width: 980px) {
  .subpage.events .postGrid .item .right .articleContent {
    margin-top: 15px;
  }
}
.subpage.events .postGrid .item .right .articleContent a {
  color: #8ac7b8;
  text-decoration: none;
}
.subpage.events .postGrid .item .categories {
  margin: 12px 0 20px;
}
.subpage.events .postGrid .item .categories li {
  list-style: none;
}
.subpage.events .postGrid .item .categories li a {
  display: inline-block;
  margin-right: 13px;
  font-size: 14px;
  color: #898989;
  padding-bottom: 5px;
  text-decoration: none;
  border-bottom: 1px solid #898989;
}
.subpage.events .postGrid .item .categories li a:hover {
  color: #8ac7b8;
  border-color: #8ac7b8;
  padding-bottom: 3px;
}
.subpage.events .showMoreBtn {
  margin: 51px 0px 35px 0;
  display: inline-block;
  padding-bottom: 5px;
  border-bottom-width: 1px;
}
@media screen and (max-width: 980px) {
  .subpage.events .showMoreBtn {
    margin: 30px 0px 20px 0;
  }
}
.subpage.events .showMoreBtn:after {
  content: "";
  width: 12px;
  height: 7px;
  display: block;
  background: url("../../images/icons/showMoreBtn_arrow.png") no-repeat center bottom;
  margin: 28px 0px 15px -7px;
  left: 50%;
  position: absolute;
  -webkit-transition: 150ms cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: 150ms cubic-bezier(0.77, 0, 0.175, 1);
  -ms-transition: 150ms cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: 150ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: 150ms cubic-bezier(0.77, 0, 0.175, 1);
}
.subpage.events .showMoreBtn:hover:after {
  margin: 35px 0 15px -7px;
}
.subpage.events .inNews.upcomingEvents {
  padding: 170px 100px;
}
@media screen and (max-width: 1300px) {
  .subpage.events .inNews.upcomingEvents {
    padding: 100px 60px;
  }
}
@media screen and (max-width: 980px) {
  .subpage.events .inNews.upcomingEvents {
    padding: 60px;
  }
}
@media screen and (max-width: 600px) {
  .subpage.events .inNews.upcomingEvents {
    padding: 30px 20px;
  }
}
.subpage.events .inNews.upcomingEvents .tenantsWanted {
  float: left;
  width: 50%;
  position: relative;
}
@media screen and (max-width: 980px) {
  .subpage.events .inNews.upcomingEvents .tenantsWanted {
    width: 100%;
    margin: 30px 0;
  }
}
@media screen and (max-width: 600px) {
  .subpage.events .inNews.upcomingEvents .tenantsWanted {
    margin: 0px 0;
  }
}
.subpage.events .inNews.upcomingEvents .tenantsWanted:before {
  content: '';
  width: 170px;
  height: 262px;
  position: absolute;
  left: 200px;
  top: -50px;
  background: url('../../images/events_slider_title.png') no-repeat center;
}
@media screen and (max-width: 980px) {
  .subpage.events .inNews.upcomingEvents .tenantsWanted:before {
    top: -50px;
    left: initial;
    right: 0px;
    transform: scale(0.7);
  }
}
.subpage.events .inNews.upcomingEvents .tenantsWanted .title {
  margin-top: 150px;
  font-size: 46px;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .subpage.events .inNews.upcomingEvents .tenantsWanted .title {
    margin-top: 75px;
  }
}
@media screen and (max-width: 980px) {
  .subpage.events .inNews.upcomingEvents .tenantsWanted .title {
    margin-top: 0;
    font-size: 38px;
    line-height: 1.4em;
  }
}
@media screen and (max-width: 600px) {
  .subpage.events .inNews.upcomingEvents .tenantsWanted .title {
    font-size: 29px;
  }
}
.subpage.events .inNews.upcomingEvents .tenantsWanted .title:before {
  display: none;
}
.subpage.events .inNews.upcomingEvents .tenantsWanted .description {
  position: relative;
}
@media screen and (max-width: 980px) {
  .subpage.events .inNews.upcomingEvents .eventsSlider {
    width: 100%;
    padding-left: 0;
    margin-top: 40px;
  }
}
.subpage.events .inNews.upcomingEvents .eventsSlider .slick-slide .text {
  font-size: 30px;
}
@media screen and (max-width: 650px) {
  .subpage.events .inNews.upcomingEvents .eventsSlider .slick-slide .text {
    font-size: 24px;
  }
}
@media screen and (max-width: 500px) {
  .subpage.events .inNews.upcomingEvents .eventsSlider .slick-slide .text {
    bottom: 55px;
  }
}
.subpage.events .inNews.upcomingEvents .eventsSlider .slick-slide:before {
  background: #f1dfe0;
}
@media screen and (max-width: 980px) {
  .subpage.events .inNews.upcomingEvents .eventsSlider .slick-slide:before {
    width: 35px;
  }
}
@media screen and (max-width: 550px) {
  .subpage.events .inNews.upcomingEvents .eventsSlider .slick-slide:before {
    display: none;
  }
}
.subpage.blog {
  background: #f2f2f2;
  margin-bottom: 0px;
}
.subpage.blog .leftIco {
  width: 136px;
  height: 221px;
  float: left;
  background: url("../../images/blog_element_left_01.png") no-repeat center;
  position: absolute;
  left: 0px;
  top: 350px;
}
.subpage.blog .leftIco2 {
  width: 86px;
  height: 266px;
  float: left;
  background: url("../../images/events_element_left_02.png") no-repeat center;
  position: absolute;
  left: 0px;
  top: 900px;
}
.subpage.blog .leftIco3 {
  width: 157px;
  height: 186px;
  float: left;
  background: url("../../images/events_element_left_03.png") no-repeat center;
  position: absolute;
  left: 0px;
  top: 55%;
}
.subpage.blog .rightIco2 {
  width: 118px;
  height: 208px;
  float: left;
  background: url("../../images/blog_element_right_02.png") no-repeat right;
  position: absolute;
  right: 0px;
  top: 50%;
}
.subpage.blog .rightIco3 {
  width: 234px;
  height: 223px;
  float: left;
  background: url("../../images/blog_element_right_03.png") no-repeat right;
  position: absolute;
  right: 0px;
  bottom: 20%;
}
.subpage.blog .vendorBgTop {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 730px;
  float: left;
  background: #f1dfe0;
}
.subpage.blog .vendorBgTop:before {
  content: "";
  background: #f1dfe0 url('../../images/blog_bg_pattern.png') repeat;
  width: 50%;
  position: absolute;
  top: 0px;
  right: 0px;
  height: 100%;
  float: right;
}
.subpage.blog .vendorBgTop:after {
  content: "";
  background-image: url("../../images/blog_element_right_01.png");
  background-repeat: no-repeat;
  background-position: right center;
  width: 183px;
  position: absolute;
  top: 110%;
  right: 0px;
  height: 218px;
  float: right;
}
.subpage.blog .vendorBgBottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  float: left;
  background: #0d0d0d;
}
.subpage.blog .vendorBgBottom:before {
  content: "";
  background: #8ac7b8;
  width: 50%;
  position: absolute;
  top: 0;
  right: 0px;
  height: 100%;
  float: right;
}
.subpage.blog .vendorBgBottom:after {
  content: "";
  background-image: url("../../images/events_element_left_04.png");
  background-repeat: no-repeat;
  background-position: right center;
  width: 120px;
  position: absolute;
  bottom: 355px;
  left: 0px;
  height: 173px;
  float: right;
}
@media screen and (max-width: 1100px) {
  .subpage.blog .subpageTitle .title {
    background: #f1dfe0;
  }
}
@media screen and (max-width: 650px) {
  .subpage.blog .subpageTitle .title br {
    display: none;
  }
}
.subpage.blog .subpageContent {
  padding-top: 90px;
}
@media screen and (max-width: 980px) {
  .subpage.blog .subpageContent {
    padding-top: 30px;
  }
}
.subpage.blog .subpageContent.blogDetail {
  padding-top: 40px;
}
@media screen and (max-width: 650px) {
  .subpage.blog .subpageContent.blogDetail {
    padding-top: 20px;
  }
}
@media screen and (min-width: 980px) {
  .subpage.blog .subpageContent.blogDetail .postGrid .item {
    display: block;
  }
}
.subpage.blog .subpageContent.blogDetail .postGrid .item .articleTitle {
  font-size: 44px;
  margin-bottom: 15px;
  padding-right: 120px;
}
@media screen and (max-width: 980px) {
  .subpage.blog .subpageContent.blogDetail .postGrid .item .articleTitle {
    font-size: 35px;
  }
}
@media screen and (max-width: 650px) {
  .subpage.blog .subpageContent.blogDetail .postGrid .item .articleTitle {
    clear: both;
    padding-top: 25px;
    font-size: 30px;
    padding-right: 0;
  }
}
@media screen and (max-width: 500px) {
  .subpage.blog .subpageContent.blogDetail .postGrid .item .articleTitle {
    font-size: 24px;
  }
}
@media screen and (max-width: 400px) {
  .subpage.blog .subpageContent.blogDetail .postGrid .item .articleTitle {
    clear: both;
  }
}
.subpage.blog .subpageContent.blogDetail .postGrid .item .articleContent {
  margin-top: 45px;
}
.subpage.blog .subpageContent.blogDetail .postGrid .item .left {
  width: 100%;
}
.subpage.blog .subpageContent.blogDetail .postGrid .item .right {
  width: 100%;
}
.subpage.blog .subpageContent.blogDetail .sourceUrlLink {
  word-break: break-all;
}
.subpage.blog .blogHeader {
  width: 100%;
  height: 600px;
  overflow: hidden;
  background: #fff;
  position: relative;
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 1100px) {
  .subpage.blog .blogHeader {
    height: 500px;
  }
}
@media screen and (max-width: 980px) {
  .subpage.blog .blogHeader {
    height: 400px;
  }
}
@media screen and (max-width: 600px) {
  .subpage.blog .blogHeader {
    height: 300px;
  }
}
.subpage.blog .blogHeader img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .subpage.blog .blogHeader img {
    display: none;
  }
}
.subpage.blog .postGrid {
  margin: 0px -45px;
}
.subpage.blog .postGrid .item {
  width: 100%;
  padding: 25px 45px;
}
@media screen and (min-width: 980px) {
  .subpage.blog .postGrid .item {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.subpage.blog .postGrid .item .image {
  position: relative;
  height: auto;
}
.subpage.blog .postGrid .item .image:before {
  content: '';
  padding-top: 54.66%;
  width: 100%;
  float: left;
  position: relative;
}
.subpage.blog .postGrid .item .image img {
  position: absolute;
  top: 0px;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 650px) {
  .subpage.blog .postGrid .item {
    padding: 15px 45px;
  }
}
.subpage.blog .postGrid .item .left {
  float: left;
  width: 50%;
  padding-top: 30px;
  padding-right: 45px;
}
@media screen and (max-width: 980px) {
  .subpage.blog .postGrid .item .left {
    width: 100%;
    padding: 0;
  }
}
.subpage.blog .postGrid .item .left .title {
  left: 32px;
  top: 50px;
}
.subpage.blog .postGrid .item .right {
  float: left;
  width: 50%;
  padding: 0px 20px 0px 60px;
}
@media screen and (max-width: 1150px) {
  .subpage.blog .postGrid .item .right {
    padding: 0px 0px 0px 20px;
  }
}
@media screen and (max-width: 980px) {
  .subpage.blog .postGrid .item .right {
    width: 100%;
    padding: 20px 0 0;
  }
}
.subpage.blog .postGrid .item .defaultBtn {
  font-size: 16px;
}
@media screen and (max-width: 980px) {
  .subpage.blog .postGrid .item .defaultBtn {
    clear: both;
  }
}
.subpage.blog .postGrid .item .defaultBtn.blogList {
  margin-top: 20px;
  float: left;
}
.subpage.blog .postGrid .item .defaultBtn.moved {
  width: 100%;
  margin-top: 25px;
  text-align: center;
}
.subpage.blog .postGrid .item .articleTitle {
  font-size: 30px;
  color: #0c0c0c;
  font-family: 'graphik', Verdana, sans-serif;
  margin-bottom: 0px;
  margin-top: 28px;
}
@media screen and (max-width: 1150px) {
  .subpage.blog .postGrid .item .articleTitle {
    margin-top: 0px;
  }
}
@media screen and (max-width: 980px) {
  .subpage.blog .postGrid .item .articleTitle {
    font-size: 27px;
  }
}
@media screen and (max-width: 600px) {
  .subpage.blog .postGrid .item .articleTitle {
    font-size: 23px;
  }
}
.subpage.blog .postGrid .item .articleDate {
  color: #8ac7b8;
  font-size: 16px;
  margin-bottom: 20px;
  display: block;
}
.subpage.blog .postGrid .item .categories {
  margin: 12px 0 20px;
}
.subpage.blog .postGrid .item .categories li {
  list-style: none;
}
.subpage.blog .postGrid .item .categories li a {
  display: inline-block;
  margin-right: 13px;
  font-size: 14px;
  color: #898989;
  padding-bottom: 5px;
  text-decoration: none;
  border-bottom: 1px solid #898989;
}
.subpage.blog .postGrid .item .categories li a:hover {
  color: #8ac7b8;
  border-color: #8ac7b8;
  padding-bottom: 3px;
}
.subpage.blog .postGrid .item .articleContent {
  color: #898989;
  font-size: 16px;
  line-height: 1.3em;
  margin-top: 30px;
}
@media screen and (max-width: 600px) {
  .subpage.blog .postGrid .item .articleContent {
    font-size: 14px;
  }
}
.subpage.blog .postGrid .item .articleContent a {
  color: #8ac7b8;
  text-decoration: none;
}
.subpage.blog .postGrid .item.reverse .left {
  padding: 0px 20px 0px 60px;
  float: right;
}
@media screen and (max-width: 980px) {
  .subpage.blog .postGrid .item.reverse .left {
    padding: 0;
  }
}
.subpage.blog .postGrid .item.reverse .right {
  padding: 0px 45px 0px 0px;
  float: left;
}
@media screen and (max-width: 980px) {
  .subpage.blog .postGrid .item.reverse .right {
    padding: 20px 0 0;
  }
}
.subpage.blog .showMoreBtn,
.subpage.blog .showMoreBtnMasonry {
  margin: 51px 0px 35px 0;
  display: inline-block;
  padding-bottom: 5px;
  border-bottom-width: 1px;
}
.subpage.blog .showMoreBtn::after,
.subpage.blog .showMoreBtnMasonry::after {
  content: "";
  width: 12px;
  height: 7px;
  display: block;
  background: url("../../images/icons/showMoreBtn_arrow.png") no-repeat center bottom;
  margin: 28px 0px 15px -7px;
  left: 50%;
  position: absolute;
  -webkit-transition: 150ms cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: 150ms cubic-bezier(0.77, 0, 0.175, 1);
  -ms-transition: 150ms cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: 150ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: 150ms cubic-bezier(0.77, 0, 0.175, 1);
}
.subpage.blog .showMoreBtn:hover::after,
.subpage.blog .showMoreBtnMasonry:hover::after {
  margin: 35px 0 15px -7px;
}
@media screen and (max-width: 980px) {
  .subpage.blog .showMoreBtn,
  .subpage.blog .showMoreBtnMasonry {
    margin: 30px 0px 20px 0;
  }
}
.subpage.contact {
  background: #0d0d0d;
  margin-bottom: 0px;
}
@media screen and (max-width: 650px) {
  .subpage.contact .subpageTitle .title br {
    display: none;
  }
}
.subpage.contact .subpageContent {
  padding-top: 112px;
}
@media screen and (max-width: 1200px) {
  .subpage.contact .subpageContent {
    padding: 60px 50px;
  }
}
@media screen and (max-width: 980px) {
  .subpage.contact .subpageContent {
    padding: 30px 30px;
  }
}
.subpage.contact .leftIco {
  width: 136px;
  height: 221px;
  float: left;
  background: url("../../images/blog_element_left_01.png") no-repeat left center;
  position: absolute;
  left: 0px;
  top: 350px;
}
@media screen and (max-width: 980px) {
  .subpage.contact .leftIco {
    background-size: 70%;
  }
}
@media screen and (max-width: 600px) {
  .subpage.contact .leftIco {
    background-size: 50%;
  }
}
.subpage.contact .leftIco2 {
  width: 86px;
  height: 266px;
  float: left;
  background: url("../../images/events_element_left_02.png") no-repeat left center;
  position: absolute;
  left: 0px;
  top: 900px;
}
@media screen and (max-width: 980px) {
  .subpage.contact .leftIco2 {
    background-size: 70%;
  }
}
@media screen and (max-width: 600px) {
  .subpage.contact .leftIco2 {
    background-size: 50%;
  }
}
.subpage.contact .leftIco3 {
  width: 157px;
  height: 186px;
  float: left;
  background: url("../../images/events_element_left_03.png") no-repeat left center;
  position: absolute;
  left: 0px;
  top: -150px;
}
@media screen and (max-width: 980px) {
  .subpage.contact .leftIco3 {
    background-size: 70%;
    width: 80px;
    height: 90px;
  }
}
.subpage.contact .rightIco2 {
  width: 118px;
  height: 208px;
  float: left;
  background: url("../../images/blog_element_right_02.png") no-repeat right;
  position: absolute;
  right: 0px;
  top: 800px;
}
@media screen and (max-width: 980px) {
  .subpage.contact .rightIco2 {
    background-size: 70%;
  }
}
@media screen and (max-width: 600px) {
  .subpage.contact .rightIco2 {
    background-size: 50%;
  }
}
.subpage.contact .rightIco3 {
  width: 234px;
  height: 223px;
  float: left;
  background: url("../../images/blog_element_right_03.png") no-repeat right;
  position: absolute;
  right: 0px;
  top: 1000px;
}
@media screen and (max-width: 980px) {
  .subpage.contact .rightIco3 {
    background-size: 70%;
  }
}
@media screen and (max-width: 600px) {
  .subpage.contact .rightIco3 {
    background-size: 50%;
  }
}
.subpage.contact .vendorBgTop {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  float: left;
  background: #0d0d0d url('../../images/contact_bg_pattern.png') repeat;
}
.subpage.contact .vendorBgTop:before {
  content: "";
  background: #f1dfe0;
  width: 100%;
  position: absolute;
  top: 0px;
  right: 0px;
  height: 1400px;
  float: right;
}
.subpage.contact .vendorBgBottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  float: left;
  background: #0d0d0d;
}
.subpage.contact .vendorBgBottom:before {
  content: "";
  background: #8ac7b8;
  width: 50%;
  position: absolute;
  left: 0;
  bottom: 0px;
  height: 300px;
  float: right;
}
.subpage.contact .row {
  float: left;
  width: 100%;
}
.subpage.contact .row:before {
  display: none;
}
.subpage.contact .row > .col {
  float: left;
  width: 50%;
}
@media screen and (max-width: 980px) {
  .subpage.contact .row > .col {
    width: 100%;
  }
}
.subpage.contact .row > .col:nth-of-type(odd) {
  padding: 0 42px 0 0;
}
@media screen and (max-width: 980px) {
  .subpage.contact .row > .col:nth-of-type(odd) {
    padding: 0;
  }
}
.subpage.contact .row > .col:nth-of-type(even) {
  padding: 0px 40px 0px 66px;
}
@media screen and (max-width: 980px) {
  .subpage.contact .row > .col:nth-of-type(even) {
    padding: 0;
  }
}
.subpage.contact .sectionTitle {
  font-family: 'graphik', Verdana, sans-serif;
}
@media screen and (max-width: 1100px) {
  .subpage.contact .sectionTitle {
    font-size: 42px;
  }
}
@media screen and (max-width: 980px) {
  .subpage.contact .sectionTitle {
    font-size: 36px;
  }
}
@media screen and (max-width: 600px) {
  .subpage.contact .sectionTitle {
    font-size: 27px;
  }
}
.subpage.contact .openingHours {
  margin: 0 0 105px 7px;
}
@media screen and (max-width: 1100px) {
  .subpage.contact .openingHours {
    margin: 0 0 40px 7px;
  }
}
.subpage.contact .openingHours .day {
  float: left;
  padding-right: 20px;
  margin-bottom: 25px;
  width: 210px;
}
.subpage.contact .openingHours .day:nth-child(odd) {
  clear: both;
}
.subpage.contact .openingHours .day .dayName {
  width: 30px;
  display: inline-block;
}
@media screen and (max-width: 980px) {
  .subpage.contact .openingHours .day {
    width: 50%;
    margin: 5px 0px 15px;
    float: left;
  }
}
@media screen and (max-width: 450px) {
  .subpage.contact .openingHours .day {
    width: 100%;
  }
}
.subpage.contact .openingHours .day .customLink {
  margin-left: 10px;
}
.subpage.contact .listLocation .location {
  float: left;
  width: 100%;
  margin-bottom: 35px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1000px) {
  .subpage.contact .listLocation .location {
    display: block;
    margin-bottom: 0;
  }
}
.subpage.contact .listLocation .location .left,
.subpage.contact .listLocation .location .right {
  width: 50%;
  max-width: 50%;
  flex: 0 0 50%;
}
@media screen and (max-width: 1000px) {
  .subpage.contact .listLocation .location .left,
  .subpage.contact .listLocation .location .right {
    width: 100%;
    max-width: 100%;
  }
}
.subpage.contact .listLocation .location .left {
  float: left;
  max-height: 350px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
@media screen and (max-width: 1000px) {
  .subpage.contact .listLocation .location .left {
    height: 250px;
  }
}
.subpage.contact .listLocation .location .left img {
  object-fit: cover;
  height: 100%;
  width: 100%;
  max-height: 350px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .subpage.contact .listLocation .location .left img {
    display: none;
  }
}
.subpage.contact .listLocation .location .right {
  float: right;
  padding: 30px 0 50px 100px;
}
@media screen and (max-width: 1000px) {
  .subpage.contact .listLocation .location .right {
    padding: 30px 0 20px 0;
  }
}
.subpage.contact .listLocation .location .right .locationTitle {
  font-size: 46px;
  margin-bottom: 15px;
}
@media screen and (max-width: 1300px) {
  .subpage.contact .listLocation .location .right .locationTitle {
    font-size: 42px;
  }
}
@media screen and (max-width: 900px) {
  .subpage.contact .listLocation .location .right .locationTitle {
    font-size: 32px;
  }
}
@media screen and (max-width: 600px) {
  .subpage.contact .listLocation .location .right .locationTitle {
    font-size: 26px;
  }
}
@media screen and (max-width: 450px) {
  .subpage.contact .listLocation .location .right .locationTitle {
    font-size: 23px;
  }
}
.subpage.contact .listLocation .location .right .locationAddress,
.subpage.contact .listLocation .location .right .locationOP {
  font-size: 20px;
  padding-left: 35px;
  position: relative;
  margin-bottom: 15px;
}
@media screen and (max-width: 450px) {
  .subpage.contact .listLocation .location .right .locationAddress,
  .subpage.contact .listLocation .location .right .locationOP {
    font-size: 18px;
  }
}
.subpage.contact .listLocation .location .right .locationAddress i,
.subpage.contact .listLocation .location .right .locationOP i {
  position: absolute;
  left: 0;
  top: 0;
  color: #8ac7b8;
}
.subpage.contact .listLocation .location .right .locationAddress .title,
.subpage.contact .listLocation .location .right .locationOP .title {
  color: #8ac7b8;
  display: block;
  font-size: 20px;
}
.subpage.contact .listLocation .location .right .locationOP .title {
  margin-bottom: 13px;
}
.subpage.contact .listLocation .location .right .locationOP .row {
  font-size: 16px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  max-width: 320px;
}
.subpage.contact .listLocation .location .right .locationOP .day {
  width: 150px;
  max-width: 150px;
  flex: 0 0 150px;
  margin: 0px 10px 10px 0;
}
.subpage.contact .listLocation .location .right .locationOP .day .time {
  color: #8ac7b8;
}
.subpage.contact .listLocation .location .right .locationDescription {
  color: gray;
  margin-top: 20px;
  font-size: 16px;
}
.subpage.contact .mapLocation {
  margin-bottom: 50px;
  min-height: 450px;
  position: relative;
}
@media screen and (max-width: 980px) {
  .subpage.contact .mapLocation {
    display: block;
    min-height: inherit;
    margin-bottom: 0;
  }
}
.subpage.contact .mapLocation .firstCol {
  position: relative;
  padding-right: 50px !important;
}
@media screen and (max-width: 1300px) {
  .subpage.contact .mapLocation .firstCol {
    padding-right: 0 !important;
  }
}
.subpage.contact .mapLocation .secondCol .sectionTitle {
  margin-bottom: 30px;
}
.subpage.contact .mapLocation #mapContact {
  width: 100%;
  height: 100%;
  float: left;
  position: absolute;
  top: 0;
  left: 0;
  min-height: 350px;
}
@media screen and (max-width: 980px) {
  .subpage.contact .mapLocation #mapContact {
    margin-bottom: 50px;
    position: relative;
  }
}
@media screen and (max-width: 750px) {
  .subpage.contact .mapLocation #mapContact {
    margin: 0px -30px 40px;
    width: calc(100% + 60px);
  }
}
.subpage.contact .mapLocation .location {
  counter-increment: locationTitle;
  margin-bottom: 17px;
  float: left;
  width: 100%;
}
.subpage.contact .mapLocation .location:last-child {
  margin-bottom: 0px;
}
.subpage.contact .mapLocation .location:last-child .description {
  margin-bottom: 0px;
}
.subpage.contact .mapLocation .location .locationTitle {
  color: #8ac7b8;
  font-size: 22px;
  line-height: 1.5em;
  padding: 0 0 8px 0;
  margin: 0 0 12px 30px;
  border-bottom: 2px solid #8ac7b8;
  display: inline-block;
  position: relative;
}
.subpage.contact .mapLocation .location .locationTitle:after,
.subpage.contact .mapLocation .location .locationTitle:before {
  content: " ";
  display: table;
}
.subpage.contact .mapLocation .location .locationTitle:after {
  clear: both;
}
@media screen and (max-width: 980px) {
  .subpage.contact .mapLocation .location .locationTitle {
    font-size: 18px;
  }
}
.subpage.contact .mapLocation .location .locationTitle:before {
  content: counter(locationTitle) ".";
  width: 30px;
  height: 30px;
  float: left;
  position: absolute;
  left: -30px;
  top: 0px;
  color: #0d0d0d;
}
.subpage.contact .mapLocation .location .description {
  color: #4b4b4b;
  font-size: 19px;
  line-height: 1.323em;
}
@media screen and (max-width: 980px) {
  .subpage.contact .mapLocation .location .description {
    font-size: 16px;
  }
}
.subpage.contact .contactAddress {
  margin: 50px 0 0;
  float: left;
  width: 100%;
}
@media screen and (max-width: 980px) {
  .subpage.contact .contactAddress {
    margin: 10px 0 0;
  }
}
.subpage.contact .contactAddress .titleAdress {
  margin-bottom: 33px;
}
@media screen and (max-width: 980px) {
  .subpage.contact .contactAddress .titleAdress {
    margin-bottom: 15px;
  }
}
.subpage.contact .contactAddress .rowAdress {
  padding: 0px 7px;
}
@media screen and (max-width: 980px) {
  .subpage.contact .contactAddress .rowAdress {
    padding: 0;
  }
}
.subpage.contact .contactAddress .rowAdress.flex {
  flex-wrap: wrap;
}
.subpage.contact .contactAddress .rowAdress.flex .col.address {
  width: 49%;
  max-width: 49%;
  flex: 0 0 49%;
}
@media screen and (max-width: 980px) {
  .subpage.contact .contactAddress .rowAdress.flex .col.address {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
  }
}
.subpage.contact .contactAddress .address {
  font-size: 24px;
  margin-bottom: 50px;
  line-height: 1.5em;
}
@media screen and (max-width: 980px) {
  .subpage.contact .contactAddress .address {
    font-size: 20px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 600px) {
  .subpage.contact .contactAddress .address {
    font-size: 17px;
    margin-bottom: 20px;
  }
}
.subpage.contact .contactAddress .address a {
  color: #8ac7b8;
}
.subpage.contact .socialMedia {
  margin-top: 40px;
  padding: 0px 7px;
}
.subpage.contact .socialMedia svg {
  width: 29px;
  height: 29px;
}
.subpage.contact .socialMedia svg path {
  fill: #8ac7b8;
}
.subpage.contact .socialMedia a {
  text-decoration: none;
  margin-right: 22px;
}
.subpage.contact .socialMedia a:hover svg path {
  fill: #c6c6c6;
}
.subpage.aboutus {
  overflow: visible;
}
@media screen and (max-width: 980px) {
  .subpage.aboutus {
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 650px) {
  .subpage.aboutus .subpageTitle .title br {
    display: none;
  }
}
.subpage.aboutus .subpageContent {
  padding: 0;
}
.subpage.aboutus.first {
  padding-bottom: 0;
}
.subpage.aboutus.second {
  padding-top: 0;
}
@media screen and (max-width: 1400px) {
  .subpage.aboutus .leftIco,
  .subpage.aboutus .leftIco2,
  .subpage.aboutus .leftIco3,
  .subpage.aboutus .rightIco,
  .subpage.aboutus .rightIco2,
  .subpage.aboutus .rightIco3 {
    background-size: 70% !important;
  }
}
@media screen and (max-width: 1200px) {
  .subpage.aboutus .leftIco,
  .subpage.aboutus .leftIco2,
  .subpage.aboutus .leftIco3,
  .subpage.aboutus .rightIco,
  .subpage.aboutus .rightIco2,
  .subpage.aboutus .rightIco3 {
    background-size: 60% !important;
  }
}
@media screen and (max-width: 980px) {
  .subpage.aboutus .leftIco,
  .subpage.aboutus .leftIco2,
  .subpage.aboutus .leftIco3,
  .subpage.aboutus .rightIco,
  .subpage.aboutus .rightIco2,
  .subpage.aboutus .rightIco3 {
    background-size: 50% !important;
  }
}
@media screen and (max-width: 550px) {
  .subpage.aboutus .leftIco,
  .subpage.aboutus .leftIco2,
  .subpage.aboutus .leftIco3,
  .subpage.aboutus .rightIco,
  .subpage.aboutus .rightIco2,
  .subpage.aboutus .rightIco3 {
    background-size: 40% !important;
  }
}
.subpage.aboutus .leftIco {
  width: 127px;
  height: 207px;
  float: left;
  background: url("../../images/about_elementleft_01.png") no-repeat center;
  position: absolute;
  left: 0px;
  top: 355px;
}
.subpage.aboutus .leftIco2 {
  width: 133px;
  height: 267px;
  float: left;
  background: url("../../images/about_element_left_02.png") no-repeat center;
  position: absolute;
  left: 0px;
  top: 1080px;
}
.subpage.aboutus .leftIco3 {
  width: 157px;
  height: 186px;
  float: left;
  background: url("../../images/events_element_left_03.png") no-repeat center;
  position: absolute;
  left: 0px;
  top: -150px;
}
.subpage.aboutus .rightIco {
  width: 150px;
  height: 179px;
  float: left;
  background: url("../../images/about_element_right_01.png") no-repeat right;
  position: absolute;
  right: 0px;
  top: 800px;
}
.subpage.aboutus .rightIco2 {
  width: 116px;
  height: 181px;
  float: left;
  background: url("../../images/about_element_right_02.png") no-repeat right;
  position: absolute;
  right: 0px;
  top: -70px;
}
.subpage.aboutus .rightIco3 {
  width: 234px;
  height: 223px;
  float: left;
  background: url("../../images/blog_element_right_03.png") no-repeat right;
  position: absolute;
  right: 0px;
  top: 1000px;
}
.subpage.aboutus .aboutBgTop {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  float: left;
  background: #f2f2f2;
}
.subpage.aboutus .aboutBgTop:before {
  content: "";
  background: #0d0d0d;
  width: 50%;
  position: absolute;
  top: 0px;
  left: 0px;
  height: 730px;
  float: left;
}
.subpage.aboutus .aboutBgTop:after {
  content: "";
  background: #8ac7b8;
  width: 50%;
  position: absolute;
  top: 0px;
  right: 0px;
  height: 100%;
  float: right;
}
.subpage.aboutus .aboutBgBottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  float: left;
  background: #f2f2f2;
}
.subpage.aboutus .aboutBgBottom:before {
  content: "";
  background: #0d0d0d;
  width: 50%;
  position: absolute;
  right: 0;
  bottom: 0px;
  height: 100%;
  float: right;
}
.subpage.aboutus .aboutBgBottom .aboutBgLeftBottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50%;
  height: 1090px;
  float: left;
  background: url('../../images/about_bg_pattern.jpg') repeat left top;
  overflow: hidden;
}
.subpage.aboutus .aboutBgBottom .aboutBgLeftBottom:before {
  content: '';
  width: 150%;
  height: 50%;
  right: 0;
  top: 0;
  position: absolute;
  background: #f2f2f2;
  transform: rotate(30deg) translateY(-300px);
}
.subpage.aboutus .aboutHeader {
  padding-bottom: 100px;
  background: url('../../images/events_bg_pattern.png') repeat;
  float: left;
  width: 100%;
  border-left: 1px solid #0d0d0d;
  position: relative;
}
@media screen and (max-width: 980px) {
  .subpage.aboutus .aboutHeader {
    padding-bottom: 0;
    border-left: 0px;
  }
}
.subpage.aboutus .aboutHeader .text,
.subpage.aboutus .aboutHeader .img {
  width: 50%;
  position: relative;
  top: 0;
}
@media screen and (max-width: 980px) {
  .subpage.aboutus .aboutHeader .text,
  .subpage.aboutus .aboutHeader .img {
    width: 100%;
    float: left;
    position: relative;
  }
}
.subpage.aboutus .aboutHeader .text {
  background: #0d0d0d;
  color: #fff;
  float: right;
  padding: 155px 64px 140px;
  font-size: 48px;
  line-height: 1.11em;
  font-family: 'graphik', Verdana, sans-serif;
  left: 0%;
  height: 80%;
}
@media screen and (max-width: 1400px) {
  .subpage.aboutus .aboutHeader .text {
    font-size: 42px;
  }
}
@media screen and (max-width: 1300px) {
  .subpage.aboutus .aboutHeader .text {
    padding: 80px 64px;
  }
}
@media screen and (max-width: 1200px) {
  .subpage.aboutus .aboutHeader .text {
    font-size: 36px;
  }
}
@media screen and (max-width: 980px) {
  .subpage.aboutus .aboutHeader .text {
    font-size: 37px;
    position: relative;
    z-index: 15;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 600px) {
  .subpage.aboutus .aboutHeader .text {
    font-size: 32px;
    padding: 50px 30px;
  }
}
@media screen and (max-width: 550px) {
  .subpage.aboutus .aboutHeader .text {
    font-size: 24px;
  }
}
.subpage.aboutus .aboutHeader .img {
  left: 0;
  position: absolute;
  height: 92%;
}
@media screen and (max-width: 980px) {
  .subpage.aboutus .aboutHeader .img {
    position: relative;
    max-height: 350px;
    object-fit: cover;
    overflow: hidden;
  }
}
.subpage.aboutus .aboutHeader .img img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.subpage.aboutus .aboutStory {
  float: left;
  width: 100%;
  background: #0d0d0d;
}
.subpage.aboutus .aboutStory .left {
  width: 50%;
  float: left;
  padding: 113px 150px 113px 105px;
  font-size: 46px;
  color: #8ac7b8;
}
@media screen and (max-width: 1200px) {
  .subpage.aboutus .aboutStory .left {
    padding: 113px 20px 113px 105px;
  }
}
@media screen and (max-width: 1024px) {
  .subpage.aboutus .aboutStory .left {
    width: 100%;
    padding: 90px;
    font-size: 40px;
  }
}
@media screen and (max-width: 980px) {
  .subpage.aboutus .aboutStory .left {
    padding: 30px 50px;
    font-size: 35px;
  }
}
@media screen and (max-width: 650px) {
  .subpage.aboutus .aboutStory .left {
    padding: 40px 40px 0px;
    font-size: 30px;
  }
}
@media screen and (max-width: 500px) {
  .subpage.aboutus .aboutStory .left {
    padding: 30px 30px 0px;
  }
}
.subpage.aboutus .aboutStory .left svg {
  margin-top: 25px;
}
@media screen and (max-width: 650px) {
  .subpage.aboutus .aboutStory .left svg {
    max-width: 80%;
    min-width: 150px;
  }
}
.subpage.aboutus .aboutStory .left svg path,
.subpage.aboutus .aboutStory .left svg polygon {
  fill: #fff;
}
.subpage.aboutus .aboutStory .right {
  width: 50%;
  float: right;
  padding: 119px 100px 132px 67px;
  color: #fff;
  font-size: 22px;
}
@media screen and (max-width: 1024px) {
  .subpage.aboutus .aboutStory .right {
    width: 100%;
    padding: 0 90px 90px;
  }
}
@media screen and (max-width: 980px) {
  .subpage.aboutus .aboutStory .right {
    padding: 20px 40px 50px;
    font-size: 18px;
  }
}
@media screen and (max-width: 650px) {
  .subpage.aboutus .aboutStory .right {
    padding: 20px 30px;
    font-size: 16px;
  }
}
.subpage.aboutus .aboutStory .right .wContent p {
  color: #fff;
  line-height: 1.45em;
  margin-bottom: 35px;
}
@media screen and (max-width: 650px) {
  .subpage.aboutus .aboutStory .right .wContent p {
    margin-bottom: 20px;
  }
}
.subpage.aboutus .aboutJobs {
  float: left;
  width: 100%;
  padding: 100px 40px 20px;
  background: #f1dfe0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 1550px) {
  .subpage.aboutus .aboutJobs {
    padding: 70px 40px 40px;
  }
}
@media screen and (max-width: 1200px) {
  .subpage.aboutus .aboutJobs {
    padding: 30px 30px 30px;
  }
}
@media screen and (max-width: 600px) {
  .subpage.aboutus .aboutJobs {
    padding: 20px 30px 30px;
  }
}
.subpage.aboutus .aboutJobs .block {
  width: 50%;
  max-width: 50%;
  flex: 0 0 50%;
  float: left;
  padding: 100px 66px;
  position: relative;
}
@media screen and (max-width: 1500px) {
  .subpage.aboutus .aboutJobs .block {
    padding: 60px 30px;
  }
}
@media screen and (max-width: 980px) {
  .subpage.aboutus .aboutJobs .block {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
    padding: 30px;
  }
}
@media screen and (max-width: 650px) {
  .subpage.aboutus .aboutJobs .block {
    padding: 15px 0;
  }
}
.subpage.aboutus .aboutJobs .block .blockBg {
  width: 301px;
  height: 245px;
  position: absolute;
  background: url('../../images/vendor_news_title.png') no-repeat center center;
  left: 36%;
  top: 30px;
  z-index: 5;
  float: left;
}
@media screen and (max-width: 980px) {
  .subpage.aboutus .aboutJobs .block .blockBg {
    transform: scale(0.7);
    left: initial;
    right: 0px;
    top: -90px;
  }
}
@media screen and (max-width: 650px) {
  .subpage.aboutus .aboutJobs .block .blockBg {
    top: -30px;
    right: -30px;
  }
}
.subpage.aboutus .aboutJobs .block .blockTitle {
  font-size: 42px;
  line-height: 1.1em;
  position: relative;
  z-index: 10;
  margin-bottom: 52px;
}
@media screen and (max-width: 980px) {
  .subpage.aboutus .aboutJobs .block .blockTitle {
    font-size: 39px;
  }
}
@media screen and (max-width: 650px) {
  .subpage.aboutus .aboutJobs .block .blockTitle {
    font-size: 33px;
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 500px) {
  .subpage.aboutus .aboutJobs .block .blockTitle {
    font-size: 25px;
  }
}
.subpage.aboutus .aboutJobs .block .blockDescription {
  position: relative;
  line-height: 1.3em;
  z-index: 10;
}
.subpage.aboutus .aboutJobs .block .btn {
  margin-top: 40px;
}
.subpage.aboutus .aboutMedia {
  float: left;
  width: 100%;
  padding: 20px 40px 100px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  background: #f1dfe0;
}
@media screen and (max-width: 980px) {
  .subpage.aboutus .aboutMedia {
    padding: 20px 40px 20px;
  }
}
@media screen and (max-width: 650px) {
  .subpage.aboutus .aboutMedia {
    padding: 30px 40px;
  }
}
@media screen and (max-width: 500px) {
  .subpage.aboutus .aboutMedia {
    padding: 0 30px 30px;
  }
}
.subpage.aboutus .aboutMedia .sectionTitle {
  width: 100%;
  max-width: 100%;
  flex: 0 0 100%;
  padding: 20px 55px;
  font-family: 'graphik', Verdana, sans-serif;
  font-size: 42px;
}
@media screen and (max-width: 1500px) {
  .subpage.aboutus .aboutMedia .sectionTitle {
    padding: 20px 30px;
  }
}
@media screen and (max-width: 980px) {
  .subpage.aboutus .aboutMedia .sectionTitle {
    font-size: 39px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 650px) {
  .subpage.aboutus .aboutMedia .sectionTitle {
    padding: 0px 0px;
    font-size: 28px;
  }
}
.subpage.aboutus .aboutMedia .block {
  padding: 50px 60px;
  width: 50%;
  max-width: 50%;
  flex: 0 0 50%;
}
@media screen and (max-width: 1500px) {
  .subpage.aboutus .aboutMedia .block {
    padding: 50px 30px;
  }
}
@media screen and (max-width: 1200px) {
  .subpage.aboutus .aboutMedia .block {
    padding: 30px;
  }
}
@media screen and (max-width: 1100px) {
  .subpage.aboutus .aboutMedia .block {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
  }
}
@media screen and (max-width: 980px) {
  .subpage.aboutus .aboutMedia .block {
    padding: 30px;
  }
}
@media screen and (max-width: 650px) {
  .subpage.aboutus .aboutMedia .block {
    padding: 25px 0px 15px;
  }
}
@media screen and (max-width: 1100px) {
  .subpage.aboutus .aboutMedia .block:nth-child(5) ~ .block {
    display: none;
  }
}
.subpage.aboutus .aboutMedia .block .logo {
  float: left;
  width: 180px;
  padding-right: 40px;
}
@media screen and (max-width: 1300px) {
  .subpage.aboutus .aboutMedia .block .logo {
    width: 130px;
  }
}
@media screen and (max-width: 980px) {
  .subpage.aboutus .aboutMedia .block .logo {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 550px) {
  .subpage.aboutus .aboutMedia .block .logo {
    width: 100%;
    text-align: center;
    padding-right: 0;
  }
}
.subpage.aboutus .aboutMedia .block .text {
  float: left;
  width: calc(100% - 180px);
  font-size: 28px;
  line-height: 1.4em;
  padding-left: 7px;
  color: #0d0d0d;
}
@media screen and (max-width: 1500px) {
  .subpage.aboutus .aboutMedia .block .text {
    font-size: 22px;
  }
}
@media screen and (max-width: 1300px) {
  .subpage.aboutus .aboutMedia .block .text {
    width: calc(100% - 130px);
  }
}
@media screen and (max-width: 980px) {
  .subpage.aboutus .aboutMedia .block .text {
    font-size: 18px;
    padding-left: 0;
  }
}
@media screen and (max-width: 550px) {
  .subpage.aboutus .aboutMedia .block .text {
    width: 100%;
    font-size: 16px;
    text-align: center;
  }
}
.subpage.aboutus .aboutList {
  list-style: none;
  margin-top: 30px;
  font-size: 28px;
}
.subpage.aboutus .aboutList li {
  margin-top: 9px;
}
.subpage.aboutus .aboutList li a {
  color: #8ac7b8;
}
.subpage.blog.media .blogHeader {
  padding: 67px 100px 0;
  text-align: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (max-width: 1200px) {
  .subpage.blog.media .blogHeader {
    padding: 25px 45px 0;
  }
}
.subpage.blog.media .blogHeader img {
  width: auto;
  height: auto;
}
.subpage.blog.media .blogHeader.image {
  background: #fff !important;
}
.subpage.blog.media .postGrid .item .left {
  padding-top: 30px;
  padding-right: 0;
}
@media screen and (max-width: 590px) {
  .subpage.blog.media .postGrid .item .left {
    width: 100%;
  }
}
.subpage.blog.media .postGrid .item .left .image {
  position: relative;
  height: auto;
}
.subpage.blog.media .postGrid .item .left .image:before {
  content: '';
  padding-top: 54.66%;
  width: 100%;
  float: left;
  position: relative;
}
.subpage.blog.media .postGrid .item .left .image img {
  position: absolute;
  top: 0px;
  left: 0;
  width: 100%;
  height: 100%;
}
.subpage.blog.media .postGrid .item .right {
  width: calc(100% - 200px);
}
@media screen and (max-width: 590px) {
  .subpage.blog.media .postGrid .item .right {
    width: 100%;
  }
}
.subpage.blog.media .vendorBgBottom:after {
  bottom: 150px;
}
.subpage.blog.media .leftIco2 {
  display: none;
}
.subpage.blog.media .leftIco3 {
  display: none;
}
.subpage.blog.media .rightIco3 {
  display: none;
}
.subpage.blog.media .subpageContent {
  min-height: 900px;
}
.subpage.blog.simple .customGrid {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0px -20px;
}
@media screen and (max-width: 1024px) {
  .subpage.blog.simple .customGrid {
    flex-wrap: wrap;
  }
}
.subpage.blog.simple .customGrid .col {
  flex: 1 0 auto;
  padding: 0px 20px;
}
.subpage.blog.simple .customGrid.grid1 .col {
  width: 100%;
}
.subpage.blog.simple .customGrid.grid2 .col {
  width: 50%;
}
@media screen and (max-width: 1024px) {
  .subpage.blog.simple .customGrid.grid2 .col {
    width: 100%;
  }
}
.subpage.blog.simple .customGrid.grid3 .col {
  width: 33.3333%;
}
@media screen and (max-width: 1024px) {
  .subpage.blog.simple .customGrid.grid3 .col {
    width: 100%;
  }
}
body.landing {
  height: 100%;
  overflow: hidden;
  background: #0d0d0d;
}
#app.landing {
  background: #111111;
  height: 100%;
  width: 100%;
  float: left;
}
#app.landing .icon {
  display: block;
  width: 1.5em;
  height: 1.5em;
  margin: 0 auto;
  fill: #fff;
}
#app.landing .scene-nav {
  font-size: 1.15em;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  background: none;
  border: 0;
  right: 0;
  padding: 1.5em;
  color: #fff;
}
#app.landing .scene-nav:focus {
  outline: none;
}
#app.landing .scene-nav--prev {
  left: 0;
}
#app.landing .slide-wrapper {
  display: none;
}
#app.landing .icon--arrow-nav-next {
  transform: rotate(-180deg);
}
#app.landing .site-wrapper {
  float: left;
  width: 66.66666%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 1500px) {
  #app.landing .site-wrapper {
    width: calc(100% - 500px);
  }
}
@media screen and (max-width: 900px) {
  #app.landing .site-wrapper {
    width: calc(100% - 450px);
  }
}
@media screen and (max-width: 720px) {
  #app.landing .site-wrapper {
    width: 100%;
    height: 40%;
    top: 20%;
  }
}
@media screen and (max-height: 750px) and (max-width: 720px) {
  #app.landing .site-wrapper {
    height: 35%;
    top: 25%;
  }
}
@media screen and (max-width: 680px) and (max-height: 380px) {
  #app.landing .site-wrapper {
    display: none;
  }
}
#app.landing .site-wrapper .content {
  position: relative;
  min-height: 100%;
  margin: 0 auto;
}
#app.landing .site-wrapper .leftSlider {
  float: left;
  width: 100%;
  height: 100%;
  position: absolute;
}
#app.landing .site-wrapper .leftSlider .slick-track,
#app.landing .site-wrapper .leftSlider .slick-list {
  float: left;
  width: 100%;
  height: 100%;
}
#app.landing .site-wrapper .leftSlider .slide-item {
  float: left;
  width: 100%;
  height: 100%;
  position: relative;
  left: 0;
  top: 0;
}
#app.landing .site-wrapper .leftSlider .slide-item .slide-item__image {
  float: left;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#app.landing .site-wrapper .leftSlider .slide-item .slide-item__image.video {
  display: none;
}
#app.landing .site-wrapper .leftSlider .slide-item.disabledColor img {
  -webkit-filter: grayscale(100%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}
#app.landing .site-wrapper .leftSlider .slide-item video {
  object-fit: cover;
  width: 100%;
  height: 100%;
  float: left;
}
#app.landing .sideNav {
  float: left;
  width: 33.33333%;
  min-width: 300px;
  height: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  flex-wrap: wrap;
  padding-top: 15vh;
  position: relative;
  background: #111111;
}
@media screen and (max-width: 1500px) {
  #app.landing .sideNav {
    width: 500px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    overflow: hidden;
  }
}
@media screen and (max-width: 900px) {
  #app.landing .sideNav {
    width: 450px;
  }
}
@media screen and (max-width: 720px) {
  #app.landing .sideNav {
    width: 100%;
    height: 100%;
    top: 0%;
    padding-top: 50px;
    background: transparent;
  }
}
@media screen and (max-width: 500px) {
  #app.landing .sideNav {
    width: 100%;
    padding-top: 100px;
  }
}
#app.landing .sideNav .logo {
  float: left;
  width: 100%;
  position: Absolute;
  top: 15vh;
  left: 0;
  padding: 0 50px;
}
@media screen and (max-width: 720px) {
  #app.landing .sideNav .logo {
    top: 50px;
  }
}
@media screen and (max-height: 570px) and (max-width: 450px) {
  #app.landing .sideNav .logo {
    top: 30px;
  }
}
@media screen and (max-height: 800px) and (min-width: 720px) {
  #app.landing .sideNav .logo {
    top: 30px;
  }
}
@media screen and (max-height: 500px) and (min-width: 720px) {
  #app.landing .sideNav .logo {
    text-align: center;
  }
}
@media screen and (max-height: 650px) and (max-width: 720px) {
  #app.landing .sideNav .logo {
    text-align: center;
  }
}
#app.landing .sideNav .logo .logoContainer {
  max-width: 480px;
  margin: 0 auto;
}
#app.landing .sideNav .logo .hpMainTitle {
  overflow: hidden;
  white-space: nowrap;
  display: none;
}
#app.landing .sideNav .logo svg {
  max-width: 380px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-height: 500px) and (min-width: 720px) {
  #app.landing .sideNav .logo svg {
    max-width: 200px;
  }
}
@media screen and (max-height: 650px) and (max-width: 720px) {
  #app.landing .sideNav .logo svg {
    max-width: 200px;
  }
}
#app.landing .sideNav .logo svg polygon,
#app.landing .sideNav .logo svg path {
  fill: #fff;
}
#app.landing .sideNav .nav {
  float: left;
  width: 100%;
  max-width: 100%;
  flex: 0 0 100%;
  padding: 0 40px;
}
@media screen and (max-width: 720px) {
  #app.landing .sideNav .nav {
    bottom: 20px;
    position: absolute;
    left: 0;
    height: 30%;
  }
}
@media screen and (max-width: 700px) {
  #app.landing .sideNav .nav {
    padding: 0px 30px;
  }
}
@media screen and (max-width: 680px) and (max-height: 380px) {
  #app.landing .sideNav .nav {
    bottom: 100px;
  }
}
#app.landing .sideNav .nav .navSlider {
  text-align: center;
}
#app.landing .sideNav .nav .navSlider a {
  font-size: 46px;
  color: #fff;
  text-decoration: none;
  display: block;
}
#app.landing .sideNav .nav .navSlider .text {
  font-size: 14px;
}
#app.landing .sideNav .nav .navSlider .slick-slide {
  color: #fff;
  height: 100px;
  overflow: hidden;
  bottom: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: 150ms linear;
  -moz-transition: 150ms linear;
  -ms-transition: 150ms linear;
  -o-transition: 150ms linear;
  transition: 150ms linear;
}
@media screen and (max-width: 600px) {
  #app.landing .sideNav .nav .navSlider .slick-slide {
    height: 80px;
  }
}
@media screen and (max-height: 600px) {
  #app.landing .sideNav .nav .navSlider .slick-slide {
    height: 70px;
  }
}
#app.landing .sideNav .nav .navSlider .slick-slide .title {
  font-size: 22px;
  margin-bottom: 0;
  float: left;
  width: 100%;
  -webkit-transition: 150ms cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: 150ms cubic-bezier(0.77, 0, 0.175, 1);
  -ms-transition: 150ms cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: 150ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: 150ms cubic-bezier(0.77, 0, 0.175, 1);
  font-weight: 700;
}
#app.landing .sideNav .nav .navSlider .slick-slide .text {
  font-size: 14px;
  float: left;
  width: 100%;
  -webkit-transition: 150ms cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: 150ms cubic-bezier(0.77, 0, 0.175, 1);
  -ms-transition: 150ms cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: 150ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: 150ms cubic-bezier(0.77, 0, 0.175, 1);
}
#app.landing .sideNav .nav .navSlider .slick-slide.slick-center a {
  color: #8ac7b8;
}
#app.landing .sideNav .nav .navSlider .slick-slide.slick-center .title {
  font-size: 46px;
}
@media screen and (max-width: 1100px) {
  #app.landing .sideNav .nav .navSlider .slick-slide.slick-center .title {
    font-size: 42px;
  }
}
@media screen and (max-width: 900px) {
  #app.landing .sideNav .nav .navSlider .slick-slide.slick-center .title {
    font-size: 36px;
  }
}
@media screen and (max-width: 600px) {
  #app.landing .sideNav .nav .navSlider .slick-slide.slick-center .title {
    font-size: 32px;
  }
}
@media screen and (max-width: 400px) {
  #app.landing .sideNav .nav .navSlider .slick-slide.slick-center .title {
    font-size: 28px;
  }
}
@media screen and (min-width: 720px) and (max-height: 600px) {
  #app.landing .sideNav .nav .navSlider .slick-slide.slick-center .title {
    font-size: 36px;
  }
}
#app.landing .sideNav .nav .navSlider .slick-slide.slick-center .text {
  font-size: 22px;
  display: none;
}
@media screen and (max-width: 600px) {
  #app.landing .sideNav .nav .navSlider .slick-slide.slick-center .text {
    font-size: 20px;
  }
}
@media screen and (max-width: 400px) {
  #app.landing .sideNav .nav .navSlider .slick-slide.slick-center .text {
    font-size: 18px;
  }
}
#app.landing .sideNav .nav .navSlider .slick-slide.slick-center.disabledColor a {
  color: #848484;
}
#app.landing .sideNav .nav .navSlider .slick-slide.o05 {
  opacity: 0.5;
}
#app.landing .sideNav .nav .navSlider .slick-slide.o08 {
  opacity: 0.8;
}
.imgIntro--B2B {
  min-height: 750px;
}
.imgIntro--B2B .imgIntroBox.vC {
  max-width: unset;
}
.imgIntro--B2B .imgIntroBox.vC .text.rb {
  text-align: left;
  transform: translateX(-20%);
  right: 0;
  max-width: 500px;
  width: 100%;
}
@media screen and (max-width: 1400px) {
  .imgIntro--B2B .imgIntroBox.vC .text.rb {
    transform: translateX(0%);
  }
}
.imgIntro--B2B .imgIntroBox.vC .text.rb .subtitle {
  font-size: 1rem;
  line-height: 1.4em;
  margin: 1.5rem 0;
}
.B2BLetter {
  background-repeat: no-repeat;
  pointer-events: none;
}
.B2BLetter--a {
  bottom: calc(-227px * 0.5);
  left: 4rem;
  width: 205px;
  height: 227px;
  background-image: url(../../images/B2B/letter-a.png);
  background-position: left;
}
@media screen and (max-width: 1100px) {
  .B2BLetter--a {
    left: 3rem;
  }
}
@media screen and (max-width: 700px) {
  .B2BLetter--a {
    left: 20px;
  }
}
.B2BLetter--n {
  bottom: calc(-221px * 0.5);
  right: 4rem;
  width: 183px;
  height: 221px;
  background-image: url(../../images/B2B/letter-n.png);
  background-position: right;
}
@media screen and (max-width: 1100px) {
  .B2BLetter--n {
    right: 3rem;
  }
}
@media screen and (max-width: 700px) {
  .B2BLetter--n {
    right: 20px;
  }
}
.B2BLetter--i {
  bottom: calc(-224px * 0.5);
  left: 4rem;
  width: 131px;
  height: 224px;
  background-image: url(../../images/B2B/letter-i.png);
  background-position: left;
}
@media screen and (max-width: 1100px) {
  .B2BLetter--i {
    left: 3rem;
  }
}
@media screen and (max-width: 700px) {
  .B2BLetter--i {
    left: 20px;
  }
}
.B2BLetter--f {
  top: calc(-240px * 0.25);
  right: 50%;
  width: 182px;
  height: 240px;
  background-image: url(../../images/B2B/letter-f.png);
  background-position: right;
}
@media screen and (max-width: 1100px) {
  .B2BLetter--f {
    right: 3rem;
  }
}
@media screen and (max-width: 700px) {
  .B2BLetter--f {
    right: 20px;
  }
}
.B2BLetter--e {
  bottom: calc(-257px * 0.25);
  left: 4rem;
  width: 166px;
  height: 257px;
  background-image: url(../../images/B2B/letter-e.png);
  background-position: left;
}
@media screen and (max-width: 1100px) {
  .B2BLetter--e {
    left: 3rem;
  }
}
@media screen and (max-width: 700px) {
  .B2BLetter--e {
    left: 20px;
  }
}
.B2BLetter--s {
  top: calc(-266px * 0.25);
  right: 4rem;
  width: 210px;
  height: 266px;
  background-image: url(../../images/B2B/letter-s.png);
  background-position: right;
}
@media screen and (max-width: 1100px) {
  .B2BLetter--s {
    right: 3rem;
  }
}
@media screen and (max-width: 700px) {
  .B2BLetter--s {
    right: 20px;
  }
}
.B2BLetter--t {
  bottom: calc(-205px * 0.5);
  right: 25%;
  width: 205px;
  height: 205px;
  background-image: url(../../images/B2B/letter-t.png);
  background-position: right;
}
@media screen and (max-width: 1100px) {
  .B2BLetter--t {
    right: 3rem;
  }
}
@media screen and (max-width: 700px) {
  .B2BLetter--t {
    right: 20px;
  }
}
.B2BLetter--o {
  bottom: 4rem;
  right: 4rem;
  width: 246px;
  height: 200px;
  background-image: url(../../images/B2B/letter-o.png);
  background-position: right bottom;
}
@media screen and (max-width: 1100px) {
  .B2BLetter--o {
    bottom: 3rem;
    right: 3rem;
  }
}
@media screen and (max-width: 700px) {
  .B2BLetter--o {
    bottom: 20px;
    right: 20px;
  }
}
.sectionHome {
  background-color: #ffffff;
}
.sectionHome__content {
  flex: 0 0 50%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  overflow: hidden;
}
.sectionHome__contentTop {
  margin-bottom: 3rem;
}
@media screen and (max-width: 980px) {
  .sectionHome__contentTop {
    margin-bottom: 1rem;
  }
}
.sectionHome__content--bgPrimary {
  background-color: #8ac7b8;
}
.sectionHome__content--bgSecondary {
  background-color: #0d0d0d;
}
.sectionHome__content--nospace {
  justify-content: flex-start;
}
.sectionHome__counters {
  margin: -15px;
  padding-bottom: 3rem;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 980px) {
  .sectionHome__counters {
    padding-bottom: 0;
  }
}
.sectionHome__counters .counter {
  padding: 15px;
  flex: 0 0 50%;
}
.sectionHome__counters .counter__content {
  flex: 0 1 auto;
}
.sectionHome__counters .counter__number {
  font-size: 35px;
}
@media screen and (max-width: 600px) {
  .sectionHome__counters .counter__number {
    font-size: 24px;
  }
}
@media screen and (max-width: 1400px) {
  .sectionHome__counters .counter {
    flex: 0 0 100%;
  }
}
.sectionHome__claims {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 3rem;
}
@media screen and (max-width: 980px) {
  .sectionHome__claims {
    margin-bottom: 0;
  }
}
.sectionHome__claims .claimBox {
  flex: 0 0 50%;
  margin-bottom: 50px;
  padding-right: 50px;
}
@media screen and (max-width: 980px) {
  .sectionHome__claims .claimBox {
    flex: 0 0 100%;
    margin-bottom: 30px;
    padding-right: 0;
  }
}
.sectionHome__img {
  flex: 0 0 50%;
  display: flex;
}
.sectionHome__img .img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.sectionHome__title {
  margin-top: 0;
  margin-bottom: 0.5em;
  font-size: 52px;
  font-weight: 700;
}
@media screen and (max-width: 980px) {
  .sectionHome__title {
    font-size: 42px;
  }
}
@media screen and (max-width: 720px) {
  .sectionHome__title {
    font-size: 36px;
  }
}
@media screen and (max-width: 500px) {
  .sectionHome__title {
    font-size: 31px;
  }
}
.sectionHome__title .time {
  display: block;
  color: #8ac7b8;
  margin-top: 10px;
}
.sectionHome__title .time--white {
  color: #ffffff;
}
.sectionHome__title--slim {
  font-family: 'graphik', Verdana, sans-serif;
  font-weight: 500;
}
.sectionHome__title--bold {
  font-weight: 700;
}
.sectionHome__text {
  line-height: 1.4em;
  margin-bottom: 0;
}
.sectionHome__btn {
  display: flex;
  align-items: center;
}
.sectionHome__btn .arrow {
  width: 100px;
}
@media screen and (max-width: 980px) {
  .sectionHome__btn .arrow {
    width: 60px;
  }
}
.sectionHome__btn .arrow--right {
  margin-left: 40px;
}
@media screen and (max-width: 980px) {
  .sectionHome__btn .arrow--right {
    margin-left: 20px;
  }
}
.sectionHome__btn .arrow--left {
  margin-right: 40px;
}
@media screen and (max-width: 980px) {
  .sectionHome__btn .arrow--left {
    margin-right: 20px;
  }
}
.sectionHome__reviews {
  margin: 0 -50px 100px;
}
@media screen and (max-width: 980px) {
  .sectionHome__reviews {
    margin: 0 -50px 50px;
  }
}
.sectionHome__reviewsSlide {
  padding: 0 50px;
  height: inherit;
}
.sectionHome__reviews .review {
  padding-left: 100px;
  padding-right: 100px;
  max-width: unset;
}
.sectionHome__reviews .review__text::before,
.sectionHome__reviews .review__text::after {
  content: url(../../images/home/icon-quotes-white.png);
}
@media screen and (max-width: 980px) {
  .sectionHome__reviews .review {
    padding-left: 0;
    padding-right: 0;
  }
}
.sectionHome__reviews .slick-dots {
  bottom: -100px;
}
.sectionHome__reviews .slick-dots li.slick-active button {
  background-color: #ffffff;
}
@media screen and (max-width: 980px) {
  .sectionHome__reviews .slick-dots {
    bottom: -50px;
  }
}
.sectionHome__reviews--white .review__text::before,
.sectionHome__reviews--secondary .review__text::before,
.sectionHome__reviews--white .review__text::after,
.sectionHome__reviews--secondary .review__text::after {
  content: url(../../images/home/icon-quotes-primary.png);
}
.sectionHome__reviews--white .slick-dots li.slick-active button,
.sectionHome__reviews--secondary .slick-dots li.slick-active button {
  background-color: #8ac7b8;
}
.sectionHome__reviews--secondary .review__text {
  color: #ffffff;
}
.sectionHome__reviews--secondary .review__name {
  color: #ffffff;
}
.sectionHome__inNews {
  width: 100%;
}
.sectionHome__inNews .sectionHome__reviews {
  margin-bottom: 50px;
}
.sectionHome__inNews .sectionHome__reviews .slick-dots {
  bottom: -50px;
}
.sectionHome__signUp {
  width: 100%;
}
@media screen and (max-width: 980px) {
  .sectionHome__signUp {
    margin-top: 1rem;
  }
}
.sectionHome__signUp .signUpImg {
  max-width: 250px;
}
.sectionHome__signUp .newsletterContainer {
  max-width: unset;
}
.sectionHome__signUp .newsletterContainer .submitBtn .st0 {
  stroke: #ffffff;
}
.sectionHome__signUp .newsletter-link {
  display: inline-flex;
  margin-top: 10px;
  text-decoration: none;
  font-size: 14px;
  color: #0d0d0d;
  opacity: 0.6;
}
.sectionHome__signUp .newsletter-link:hover,
.sectionHome__signUp .newsletter-link:focus {
  text-decoration: underline;
}
.sectionHome__signUp--white .newsletterContainer .submitBtn .st0,
.sectionHome__signUp--secondary .newsletterContainer .submitBtn .st0 {
  stroke: #8ac7b8;
}
.sectionHome__signUp--secondary .newsletter-link {
  color: #ffffff;
  opacity: 0.6;
}
.sectionHome__signUp--secondary .newsletterContainer input {
  color: #ffffff;
}
.sectionHome--halves {
  display: flex;
}
@media screen and (max-width: 980px) {
  .sectionHome--halves {
    flex-direction: column;
  }
}
@media screen and (max-width: 980px) {
  .sectionHome--mobileReverse {
    flex-direction: column-reverse;
  }
}
.sectionHome .overlayLetter--a {
  top: calc(-195px / 2);
  left: 4rem;
  background-position: left;
}
@media screen and (max-width: 1200px) {
  .sectionHome .overlayLetter--a {
    left: 3rem;
  }
}
@media screen and (max-width: 700px) {
  .sectionHome .overlayLetter--a {
    left: 20px;
  }
}
.sectionHome .overlayLetter--n {
  top: calc(-191px / 2);
  right: calc(50% + 4rem);
  background-position: right;
}
@media screen and (max-width: 1200px) {
  .sectionHome .overlayLetter--n {
    right: calc(50% + 3rem);
  }
}
@media screen and (max-width: 700px) {
  .sectionHome .overlayLetter--n {
    right: calc(50% + 20px);
  }
}
.sectionHome .overlayLetter--i {
  top: calc(0px - (195px / 2));
  right: 4rem;
  background-position: right;
}
@media screen and (max-width: 1200px) {
  .sectionHome .overlayLetter--i {
    right: 3rem;
  }
}
@media screen and (max-width: 700px) {
  .sectionHome .overlayLetter--i {
    right: 20px;
  }
}
.sectionHome .overlayLetter--f {
  top: calc(-207px / 2);
  left: 4rem;
  background-position: left;
}
@media screen and (max-width: 1200px) {
  .sectionHome .overlayLetter--f {
    left: 3rem;
  }
}
@media screen and (max-width: 700px) {
  .sectionHome .overlayLetter--f {
    left: 20px;
  }
}
.sectionHome .overlayLetter--e {
  bottom: calc(-191px / 1.25);
  left: calc(50% - (124px / 2));
  background-position: center;
}
.sectionHome .overlayLetter--s {
  top: 0;
  left: 4rem;
  background-position: left;
}
@media screen and (max-width: 1200px) {
  .sectionHome .overlayLetter--s {
    left: 3rem;
  }
}
@media screen and (max-width: 700px) {
  .sectionHome .overlayLetter--s {
    top: 50%;
    left: 20px;
  }
}
.sectionHome .overlayLetter--t {
  bottom: calc(-179px / 2);
  right: 35%;
  background-position: center;
}
.sectionHome--hpMapOverlay {
  margin-top: 150px;
}
@media screen and (max-width: 980px) {
  .sectionHome--hpMapOverlay {
    margin-top: 0;
  }
}
.sectionHome--hpMapOverlay .hpMapOverlay {
  left: 0;
  top: 0;
  transform: translateY(-50%);
}
@media screen and (max-width: 980px) {
  .sectionHome--hpMapOverlay .hpMapOverlay {
    position: relative;
    transform: none;
  }
  .sectionHome--hpMapOverlay .hpMapOverlay__title {
    display: none;
  }
  .sectionHome--hpMapOverlay .hpMapOverlay .container {
    padding: 0;
  }
}
.sectionHome--hpMapOverlay .sectionHome__title {
  margin-bottom: 0;
}
@media screen and (max-width: 980px) {
  .sectionHome--hpMapOverlay .sectionHome__title {
    display: none;
  }
}
.sectionHome--hpMapOverlay .sectionHome__content .adress {
  background-color: transparent;
  margin-top: 0;
  padding: 0;
}
.sectionHome--hpMapOverlay .sectionHome__content .adress__item {
  display: block;
  color: #0d0d0d;
  line-height: 1.4em;
}
.sectionHome--hpMapOverlay .squareBlock {
  padding-top: 40px;
  padding-bottom: 40px;
  justify-content: center;
}
.sectionHome--hpMapOverlay .squareBlock--secondary .adress__item {
  color: #ffffff;
}
.sectionHome--splitSlider {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 4rem;
  overflow: visible;
}
@media screen and (max-width: 1200px) {
  .sectionHome--splitSlider {
    margin-bottom: 3rem;
  }
}
@media screen and (max-width: 700px) {
  .sectionHome--splitSlider {
    margin-bottom: 0;
  }
}
.sectionHome--splitSlider .spliSliderContainer .darkSide {
  width: unset;
  left: 4rem;
}
@media screen and (max-width: 980px) {
  .sectionHome--splitSlider .spliSliderContainer .darkSide {
    left: 40px;
  }
}
.sectionHome--upcomingEvents.upcomingEvents {
  padding: 0;
}
.sectionHome--upcomingEvents.upcomingEvents .eventsList {
  float: none;
  width: 100%;
  padding: 0;
}
.sectionHome--upcomingEvents.upcomingEvents .eventsSlider {
  width: 100%;
}
.sectionHome--upcomingEvents.upcomingEvents .eventsSlider__slideLink {
  text-decoration: none;
}
.sectionHome--upcomingEvents.upcomingEvents .eventsSlider__slideText {
  margin-top: 30px;
}
.sectionHome--upcomingEvents.upcomingEvents .eventsSlider__readMore {
  margin-right: 30px;
  display: inline-flex;
}
.sectionHome--upcomingEvents.upcomingEvents .eventsSlider__footer {
  display: flex;
  align-items: flex-end;
  margin-top: 20px;
}
.sectionHome--upcomingEvents.upcomingEvents .eventsSlider__logo {
  flex-shrink: 1;
  max-height: 50px;
  max-width: 150px;
  object-fit: contain;
  margin-right: 30px;
}
@media screen and (max-width: 980px) {
  .sectionHome--upcomingEvents.upcomingEvents .eventsSlider__social {
    flex-wrap: wrap;
  }
}
.sectionHome--upcomingEvents.upcomingEvents .eventsSlider__socialIcons {
  display: flex;
  align-items: center;
}
.sectionHome--upcomingEvents.upcomingEvents .eventsSlider__icon {
  display: flex;
  margin-right: 20px;
}
.sectionHome--upcomingEvents.upcomingEvents .eventsSlider__icon:last-child {
  margin-right: 0;
}
.sectionHome--upcomingEvents.upcomingEvents .eventsSlider .slick-dots {
  bottom: -50px;
}
@media screen and (max-width: 980px) {
  .sectionHome--ourSpace .sectionHome__img {
    display: none;
  }
}
.imgIntro--home {
  min-height: 750px;
}
.imgIntro--home .header-6 .imgIntroBox.vC {
  max-width: unset;
}
.imgIntro--home .header-6 .imgIntroBox.vC .text.rb {
  text-align: left;
  transform: translateX(-10%);
  right: 0;
  max-width: 32%;
  width: 100%;
}
@media screen and (max-width: 1600px) {
  .imgIntro--home .header-6 .imgIntroBox.vC .text.rb {
    transform: translateX(0%);
    max-width: 35%;
  }
}
@media screen and (max-width: 1400px) {
  .imgIntro--home .header-6 .imgIntroBox.vC .text.rb {
    max-width: 45%;
  }
}
@media screen and (max-width: 768px) {
  .imgIntro--home .header-6 .imgIntroBox.vC .text.rb {
    max-width: 100%;
  }
}
.imgIntro--home .header-6 .imgIntroBox.vC .text.rb .subtitle {
  font-size: 1rem;
  line-height: 1.4em;
  margin: 1.5rem 0;
}
/***** //SUBPAGE *****/
