/*
================================================================================

  Import all SCSS-files

================================================================================
*/
/*
================================================================================

  Variables

================================================================================
*/
/* Grid
------------------------------------ */
/* Fonts
------------------------------------ */
/* Colors
------------------------------------ */
/*
================================================================================

  Form related mixins

================================================================================
*/
/* Placeholder styles
------------------------------------ */
/*
================================================================================

  Grid related mixins

================================================================================
*/
/* Container
------------------------------------ */
/*
================================================================================

  Font related mixins

================================================================================
*/
/* Font smoothing
------------------------------------ */
/*
================================================================================

  MQ Breakpoints settings

================================================================================
*/
/*
================================================================================

  General

================================================================================
*/
html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 100%;
  font-size: 62.5%;
}

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

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  height: 100%;
  color: #2f2f2f;
  font-family: "Poppins", sans-serif;
}

.fancybox-slide--iframe .fancybox-content {
  max-width: 50rem;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  -moz-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font 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;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

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

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/*
================================================================================

  Header

================================================================================
*/
.cta {
  position: absolute;
  top: 15rem;
  left: 0;
  right: 0;
  z-index: 10;
}

.cta-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 8rem;
  max-width: 168rem;
}

.cta-wrapper {
  text-align: center;
  max-width: 30rem;
}

.cta__button {
  background-color: white;
  text-align: left;
  display: inline-block;
  width: 100%;
  -webkit-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  transition: all 250ms ease;
  opacity: 0.85;
  margin-bottom: 1rem;
}

.cta__button:hover {
  opacity: 1.00;
}

.cta__button:last-child {
  margin-bottom: 0;
}

.cta__button-orange {
  background-color: #f08b00;
}

.cta__button-orange:hover {
  background-color: #bd6d00;
}

.cta__button-purple {
  background-color: #8983dc;
}

.cta__button-purple:hover {
  background-color: #635bd1;
}

.cta__button-blue {
  background-color: #4c6bab;
}

.cta__button-blue:hover {
  background-color: #635bd1;
}

.cta__button-green {
  background-color: #AAAD18;	
}

.cta__button a {
  color: white;
  text-decoration: none;
  display: block;
  padding: 2rem;
}

.cta__button span {
  display: block;
}

.cta__button span.cta-xl {
  font-size: 3rem;
  font-weight: bold;
}

.cta__button span.cta-l {
  font-size: 2rem;
  font-weight: bold;
}

.cta__button span.cta-m {
  font-size: 1rem;
}

/* ================================================================================
   RESPONSIVENESS
================================================================================ */
@media (max-width: 79.99em) {
  .cta-container {
    padding-left: 8rem;
  }
  .cta__button span.cta-xl {
    font-size: 2rem;
  }
  .cta__button span.cta-l {
    font-size: 1.5rem;
  }
  .cta__button span.cta-m {
    font-size: 1rem;
  }
}

@media (max-width: 57.49em) {
  .cta {
    top: 11rem;
    z-index: 9;
  }
  .cta-container {
    padding-left: 8rem;
  }
  .cta__button span.cta-xl {
    font-size: 3rem;
  }
  .cta__button span.cta-l {
    font-size: 2rem;
  }
  .cta__button span.cta-m {
    font-size: 1rem;
  }
}

@media (max-width: 47.99em) {
  .cta {
    top: 9rem;
  }
  .cta-container {
    padding-left: 3rem;
  }
}

@media (max-width: 35.49em) {
  .cta__button a {
    padding: 1.5rem;
  }
  .cta__button span.cta-xl {
    font-size: 2.5rem;
  }
  .cta__button span.cta-l {
    font-size: 1.75rem;
  }
  .cta__button span.cta-m {
    font-size: 1rem;
  }
}

@media (max-width: 23.4275em) {
  .cta__button a {
    padding: 1rem;
  }
  .cta__button span.cta-xl {
    font-size: 1.5rem;
  }
  .cta__button span.cta-l {
    font-size: 1rem;
  }
  .cta__button span.cta-m {
    font-size: 0.8rem;
  }
}

/*
================================================================================

  Header

================================================================================
*/
.header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 12;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.header__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  max-width: 131.6rem;
}

.header__hamburger-btn {
  position: absolute;
  top: 50%;
  left: 2.5rem;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  display: none;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  background-color: transparent;
  border: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  outline: 0;
  cursor: pointer;
}

.header__hamburger-btn svg {
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  transform: translateZ(0);
  display: block;
  width: 3.6rem;
  height: 2.6rem;
  stroke: #fff;
}

.header__logo {
  display: block;
  max-width: 17.6rem;
  text-decoration: none;
}

.header__logo--vlaardingen svg {
  width: 17.6rem;
  height: 8.1rem;
}

.header__logo--vlaardingen svg {
  width: 17.6rem;
  height: 8.5rem;
}

.header__logo svg {
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  transform: translateZ(0);
  display: block;
}

.header__m-logo {
  display: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 6.4rem;
  height: 6.4rem;
  text-decoration: none;
}

.header__m-logo--vlaardingen svg {
  width: 6.3rem;
  height: 5.6rem;
}

.header__m-logo--vlaardingen svg {
  width: 5rem;
  height: 5.8rem;
}

.header__m-logo svg {
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  transform: translateZ(0);
  display: block;
}

/* TOP NAVIGATION
============================================================ */
.top-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 3.6rem;
}

.top-nav__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 3rem;
  padding-left: 0;
  padding-right: 3rem;
  border-right: 1px solid #fff;
  list-style-type: none;
}

.top-nav__item {
  margin-right: 3rem;
}

.top-nav__item:last-child {
  margin-right: 0;
}

.top-nav__link {
  color: #fff;
  border-bottom: 1px solid transparent;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.14286;
  text-decoration: none;
  -webkit-transition: all 150ms ease;
  -o-transition: all 150ms ease;
  -moz-transition: all 150ms ease;
  transition: all 150ms ease;
}

.top-nav__link:hover {
  border-bottom-color: #fff;
}

/* Contacts
------------------------------------ */
.top-nav-contacts {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 0.4rem;
}

.top-nav-contacts__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 3rem;
  text-decoration: none;
}

.top-nav-contacts__item:hover .top-nav-contacts__link {
  border-bottom-color: #fff;
}

.top-nav-contacts__item:last-child {
  margin-right: 0;
}

.top-nav-contacts__icon {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  transform: translateZ(0);
  margin-right: 0.8rem;
  fill: #fff;
}

.top-nav-contacts__icon--phone {
  margin-top: -0.3rem;
  width: 1.6rem;
  height: 1.6rem;
}

.top-nav-contacts__icon--email {
  margin-top: -0.2rem;
  width: 2.2rem;
  height: 1.6rem;
}

.top-nav-contacts__link {
  color: #fff;
  border-bottom: 1px solid transparent;
  font-size: 1.2rem;
  line-height: 1.16667;
  -webkit-transition: all 150ms ease;
  -o-transition: all 150ms ease;
  -moz-transition: all 150ms ease;
  transition: all 150ms ease;
}

/* MAIN NAVIGATION
============================================================ */
.main-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.main-nav__header {
  position: relative;
  display: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 6rem;
}

.main-nav__close-btn {
  position: absolute;
  top: 50%;
  left: 2.9rem;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  background-color: transparent;
  border: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  outline: 0;
  cursor: pointer;
}

.main-nav__close-btn svg {
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  transform: translateZ(0);
  display: block;
  width: 2.7rem;
  height: 2.6rem;
  stroke: #fff;
}

.main-nav__logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 6.4rem;
  height: 6.4rem;
  text-decoration: none;
}

.main-nav__logo--vlaardingen svg {
  width: 6.3rem;
  height: 5.6rem;
}

.main-nav__logo--vlaardingen svg {
  width: 5rem;
  height: 5.8rem;
}

.main-nav__logo svg {
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  transform: translateZ(0);
  display: block;
}

.main-nav__list {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
}

.main-nav__item {
  margin-right: 2.8rem;
  padding-bottom: 1rem;
}

.main-nav__item:hover .main-nav__link {
  position: relative;
}

.main-nav__item:hover .main-nav__link::before {
  visibility: visible;
  opacity: 1;
  -webkit-transition-delay: 10ms;
  -moz-transition-delay: 10ms;
  -o-transition-delay: 10ms;
  transition-delay: 10ms;
}

.main-nav__item:hover .main-nav__link svg {
  opacity: 0;
}

.main-nav__item:hover .main-nav-location-dropdown {
  visibility: visible;
  opacity: 1;
  -webkit-transition-delay: 10ms;
  -moz-transition-delay: 10ms;
  -o-transition-delay: 10ms;
  transition-delay: 10ms;
}

.main-nav__item:hover .main-nav-dropdown {
  visibility: visible;
  opacity: 1;
  -webkit-transition-delay: 10ms;
  -moz-transition-delay: 10ms;
  -o-transition-delay: 10ms;
  transition-delay: 10ms;
}

.main-nav__item:last-child {
  margin-right: 0;
}

.main-nav__link {
  display: block;
  color: #fff;
  border-bottom: 1px solid transparent;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.42857;
  text-decoration: none;
  -webkit-transition: all 150ms ease;
  -o-transition: all 150ms ease;
  -moz-transition: all 150ms ease;
  transition: all 150ms ease;
  cursor: pointer;
}

.main-nav__link:hover {
  border-bottom-color: #fff;
}

.main-nav__link--dropdown:hover {
  border-bottom-color: transparent;
}

.main-nav__link--dropdown::before {
  content: '';
  position: absolute;
  top: -webkit-calc(100% + 0.1rem);
  top: -moz-calc(100% + 0.1rem);
  top: calc(100% + 0.1rem);
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  visibility: hidden;
  border: 1rem solid transparent;
  border-top: 0;
  border-bottom-color: #fff;
  opacity: 0;
  -webkit-transition: all 150ms ease;
  -o-transition: all 150ms ease;
  -moz-transition: all 150ms ease;
  transition: all 150ms ease;
}

.main-nav__link svg {
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  transform: translateZ(0);
  display: block;
  margin-top: 0.3rem;
  margin-left: auto;
  margin-right: auto;
  width: 1rem;
  height: 0.6rem;
  fill: #fff;
  -webkit-transition: all 150ms ease;
  -o-transition: all 150ms ease;
  -moz-transition: all 150ms ease;
  transition: all 150ms ease;
}

/* Location dropdown
------------------------------------ */
.main-nav-location-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  visibility: hidden;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0.8rem;
  padding-bottom: 0.6rem;
  padding-left: 0.8rem;
  padding-right: 0.8rem;
  background-color: #fff;
  opacity: 0;
  list-style-type: none;
  -webkit-transition: all 150ms ease;
  -o-transition: all 150ms ease;
  -moz-transition: all 150ms ease;
  transition: all 150ms ease;
}

.main-nav-location-dropdown__item {
  margin-right: 1.6rem;
  width: 17rem;
}

.main-nav-location-dropdown__item:last-child {
  margin-right: 0;
}

.main-nav-location-dropdown__link {
  text-decoration: none;
}

.main-nav-location-dropdown__photo {
  display: block;
  margin-bottom: 0.4rem;
  max-width: 100%;
}

.main-nav-location-dropdown__title {
  display: block;
  color: #000;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.5;
}

/* Dropdown
------------------------------------ */
.main-nav-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  visibility: hidden;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 1.2rem;
  padding-bottom: 1.5rem;
  padding-left: 1.2rem;
  padding-right: 1.2rem;
  background-color: #fff;
  opacity: 0;
  list-style-type: none;
  -webkit-transition: all 150ms ease;
  -o-transition: all 150ms ease;
  -moz-transition: all 150ms ease;
  transition: all 150ms ease;
}

.main-nav-dropdown__section {
  margin-right: 3rem;
  width: -webkit-calc(25% - 2.25rem);
  width: -moz-calc(25% - 2.25rem);
  width: calc(25% - 2.25rem);
}

.main-nav-dropdown__section:last-child {
  margin-right: 0;
}

.main-nav-dropdown__section--small {
  width: -webkit-calc(20% - 2.25rem);
  width: -moz-calc(20% - 2.25rem);
  width: calc(20% - 2.25rem);
}

.main-nav-dropdown__title {
  margin-bottom: 1.2rem;
  color: #f08b00;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.16667;
}

.main-nav-dropdown__list {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
}

.main-nav-dropdown__item {
  margin-bottom: 0.7rem;
}

.main-nav-dropdown__item:last-child {
  margin-bottom: 0;
}

.main-nav-dropdown__link {
  color: #000;
  border-bottom: 1px solid transparent;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
  -webkit-transition: all 150ms ease;
  -o-transition: all 150ms ease;
  -moz-transition: all 150ms ease;
  transition: all 150ms ease;
}

.main-nav-dropdown__link:hover {
  border-bottom-color: #000;
}

/* ================================================================================
   RESPONSIVENESS
================================================================================ */
@media (max-width: 79.99em) {
  .top-nav {
    display: block;
  }
  .top-nav__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-bottom: 2rem;
    margin-right: 0;
    padding-right: 0;
    border-right: 0;
  }
  .top-nav-contacts {
    margin-top: 0;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}

@media (max-width: 57.49em) {
  .header {
    padding-top: 0;
    padding-bottom: 0;
  }
  .header__container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 6rem;
    background-color: #000;
  }
  .header__hamburger-btn {
    display: block;
  }
  .header__logo {
    display: none;
  }
  .header__m-logo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .top-nav {
    display: none;
  }
  .main-nav {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    display: none;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    background-color: #2e2e2e;
  }
  .main-nav.js-open {
    display: block;
  }
  .main-nav__header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 6rem;
  }
  .main-nav__list {
    display: block;
    padding-bottom: 5rem;
    padding-left: 3rem;
    padding-right: 3rem;
    height: -webkit-calc(100% - 12rem + 0.1rem);
    height: -moz-calc(100% - 12rem + 0.1rem);
    height: calc(100% - 12rem + 0.1rem);
  }
  .main-nav__item {
    margin-right: 0;
    padding-bottom: 0;
    border-bottom: 1px solid #fff;
  }
  .main-nav__item:hover .main-nav__link {
    position: static;
  }
  .main-nav__item:hover .main-nav__link::before {
    display: none;
  }
  .main-nav__item:hover .main-nav__link svg {
    opacity: 1;
  }
  .main-nav__item:hover .main-nav-location-dropdown,
  .main-nav__item:hover .main-nav-dropdown {
    -webkit-transition: none;
    -o-transition: none;
    -moz-transition: none;
    transition: none;
  }
  .main-nav__item:last-child {
    border-bottom: 0;
  }
  .main-nav__item.js-open .main-nav__link--dropdown svg {
    -webkit-transform: rotate(0) translateZ(0);
    -moz-transform: rotate(0) translateZ(0);
    transform: rotate(0) translateZ(0);
  }
  .main-nav__item.js-open .main-nav-location-dropdown,
  .main-nav__item.js-open .main-nav-dropdown {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .main-nav__link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 1rem;
    padding-right: 1rem;
    width: 100%;
    height: 6rem;
    border-bottom: 0;
    font-size: 1.8rem;
  }
  .main-nav__link--dropdown::before {
    display: none;
  }
  .main-nav__link svg {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-transform: rotate(-90deg) translateZ(0);
    -moz-transform: rotate(-90deg) translateZ(0);
    transform: rotate(-90deg) translateZ(0);
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    width: 1.4rem;
    height: 0.9rem;
  }
  .main-nav-location-dropdown {
    position: static;
    display: none;
    visibility: visible;
    padding-bottom: 3rem;
    background-color: transparent;
    opacity: 1;
    -webkit-transition: none;
    -o-transition: none;
    -moz-transition: none;
    transition: none;
  }
  .main-nav-location-dropdown__item {
    width: 100%;
    max-width: 17rem;
  }
  .main-nav-location-dropdown__photo {
    margin-bottom: 0.8rem;
  }
  .main-nav-location-dropdown__title {
    color: #fff;
    font-size: 1.6rem;
  }
  .main-nav-dropdown {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: static;
    display: none;
    visibility: visible;
    padding-bottom: 4rem;
    background-color: transparent;
    opacity: 1;
    -webkit-transition: none;
    -o-transition: none;
    -moz-transition: none;
    transition: none;
  }
  .main-nav-dropdown__section {
    margin-bottom: 3rem;
    margin-right: 4rem;
    width: -webkit-calc(50% - 2rem);
    width: -moz-calc(50% - 2rem);
    width: calc(50% - 2rem);
  }
  .main-nav-dropdown__section:nth-child(2n) {
    margin-right: 0;
  }
  .main-nav-dropdown__section:nth-last-child(-n+2) {
    margin-bottom: 0;
  }
  .main-nav-dropdown__section--small {
    width: -webkit-calc(50% - 2rem);
    width: -moz-calc(50% - 2rem);
    width: calc(50% - 2rem);
  }
  .main-nav-dropdown__title {
    font-size: 1.4rem;
  }
  .main-nav-dropdown__item {
    margin-bottom: 1rem;
  }
  .main-nav-dropdown__link {
    color: #fff;
    border-bottom: 0;
    font-size: 1.4rem;
  }
}

@media (max-width: 47.99em) {
  .header__container {
    padding-left: 1.6rem;
    padding-right: 1.6rem;
  }
  .header__hamburger-btn {
    left: 1.6rem;
  }
  .main-nav__close-btn {
    left: 2rem;
  }
  .main-nav__list {
    padding-left: 1.6rem;
    padding-right: 1.6rem;
    height: -webkit-calc(100% - 10rem + 0.1rem);
    height: -moz-calc(100% - 10rem + 0.1rem);
    height: calc(100% - 10rem + 0.1rem);
  }
}

@media (max-width: 35.49em) {
  .main-nav__header {
    margin-bottom: 4rem;
  }
  .main-nav__list {
    padding-bottom: 4rem;
  }
}

@media (max-width: 23.4275em) {
  .main-nav__header {
    margin-bottom: 2rem;
  }
  .main-nav__list {
    padding-bottom: 2rem;
    height: -webkit-calc(100% - 8rem + 0.1rem);
    height: -moz-calc(100% - 8rem + 0.1rem);
    height: calc(100% - 8rem + 0.1rem);
  }
  .main-nav__item.js-open .main-nav-dropdown {
    display: block;
  }
  .main-nav-dropdown__section {
    margin-bottom: 3rem;
    margin-right: 0;
    width: 100%;
  }
  .main-nav-dropdown__section:nth-last-child(-n+2) {
    margin-bottom: 3rem;
  }
  .main-nav-dropdown__section:last-child {
    margin-bottom: 0;
  }
  .main-nav-dropdown__section--small {
    width: 100%;
  }
}

/*
================================================================================

  "Front" page

================================================================================
*/
/* HERO
============================================================ */
.front-hero {
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  height: -webkit-calc(100% - 4rem);
  height: -moz-calc(100% - 4rem);
  height: calc(100% - 4rem);
  background-color: #000;
}

.front-hero__section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 5rem;
  padding-bottom: 5rem;
  padding-left: 5rem;
  padding-right: 5rem;
  background-position: 50% 50%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  outline: 0;
  text-decoration: none;
  -webkit-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  transition: all 250ms ease;
}

.front-hero__section::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 1;
  -webkit-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  transition: all 200ms ease;
}

.front-hero__section:first-child {
  width: 18.5%;
  background-image: url("../img/pages/front/front-hero-vlaardingen.jpg");
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (min-resolution: 144dpi) {
  .front-hero__section:first-child {
    background-image: url("../img/pages/front/front-hero-vlaardingen@2x.jpg");
  }
}

.front-hero__section:first-child.js-open {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 82.5%;
  -moz-box-flex: 0;
  -ms-flex: 0 1 82.5%;
  flex: 0 1 82.5%;
  width: 82.5%;
  border-right: 1rem solid #000;
}

.front-hero__section:first-child.js-open::before {
  content: '';
  opacity: 0;
}

.front-hero__section:first-child.js-open::after {
  opacity: 0;
}

.front-hero__section:last-child {
  width: 18.5%;
  background-image: url("../img/pages/front/front-hero-polderpoort.jpg");
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (min-resolution: 144dpi) {
  .front-hero__section:last-child {
    background-image: url("../img/pages/front/front-hero-polderpoort@2x.jpg");
  }
}

.front-hero__section:last-child.js-open {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 82.5%;
  -moz-box-flex: 0;
  -ms-flex: 0 1 82.5%;
  flex: 0 1 82.5%;
  width: 82.5%;
  border-left: 1rem solid #fff;
}

.front-hero__section:last-child.js-open::before {
  content: '';
  opacity: 0;
}

.front-hero__section:last-child.js-open::after {
  opacity: 0;
}

.front-hero__logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.front-hero__logo svg {
  display: block;
  width: 100%;
  -webkit-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  transition: all 200ms ease;
}

/* FOOTER
============================================================ */
.front-footer {
  background-color: #000;
}

.front-footer__container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  max-width: 105rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 4rem;
}

.front-footer__checkbox input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.front-footer__checkbox input:checked + label::after {
  opacity: 1;
}

.front-footer__checkbox label {
  position: relative;
  display: inline-block;
  padding-left: 2.8rem;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.42857;
  cursor: pointer;
}

.front-footer__checkbox label::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 1.8rem;
  height: 1.8rem;
  background-color: #fff;
  -moz-border-radius: 0.4rem;
  border-radius: 0.4rem;
}

.front-footer__checkbox label::after {
  content: '';
  position: absolute;
  top: 0.4rem;
  left: 0.4rem;
  width: 1rem;
  height: 1rem;
  background-color: #f08b00;
  -moz-border-radius: 0.2rem;
  border-radius: 0.2rem;
  opacity: 0;
  -webkit-transition: all 150ms ease;
  -o-transition: all 150ms ease;
  -moz-transition: all 150ms ease;
  transition: all 150ms ease;
}

/* ================================================================================
   RESPONSIVENESS
================================================================================ */
@media (max-width: 63.99em) {
  .front-hero {
    display: block;
    height: -webkit-calc(100% - 4rem);
    height: -moz-calc(100% - 4rem);
    height: calc(100% - 4rem);
    min-height: 60rem;
  }
  .front-hero__section {
    height: 50%;
  }
  .front-hero__section::after {
    display: none;
  }
  .front-hero__section:first-child {
    width: 100%;
  }
  .front-hero__section:first-child.js-open {
    width: 100%;
    border-right: 0;
  }
  .front-hero__section:first-child.js-open::before {
    display: none;
  }
  .front-hero__section:last-child {
    width: 100%;
  }
  .front-hero__section:last-child.js-open {
    width: 100%;
    border-left: 0;
  }
  .front-hero__section:last-child.js-open::before {
    display: none;
  }
  .front-hero__logo svg {
    display: block;
    max-width: 100%;
    -webkit-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    transition: all 200ms ease;
  }
}

@media (max-width: 35.49em) {
  .front-hero {
    display: block;
    height: -webkit-calc(100% - 6.8rem);
    height: -moz-calc(100% - 6.8rem);
    height: calc(100% - 6.8rem);
  }
  .front-footer__container {
    height: 6.8rem;
  }
  .front-footer__checkbox {
    margin-left: auto;
    margin-right: auto;
    max-width: 30rem;
  }
}

/*
================================================================================

  "Gallery" page

================================================================================
*/
/* GALLERY
============================================================ */
.gallery-detail .home-hero {
  height: 60%;
  min-height: auto;
  overflow: hidden;
}

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

.gallery__detail-item {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 33.333%;
  -moz-box-flex: 1;
  -ms-flex: 1 0 33.333%;
  flex: 1 0 33.333%;
  /* explanation below */
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  border-top: 2px solid white;
  position: relative;
}

.gallery__detail-item:nth-of-type(3n) {
  border-left: 2px solid white;
}

.gallery__detail-item:nth-of-type(3n + 1) {
  border-right: 2px solid white;
}

.gallery__detail-item a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3;
  background-image: url("/assets/img/play-circle.svg");
  -webkit-background-size: 50% 50%;
  -moz-background-size: 50% 50%;
  background-size: 50% 50%;
  background-repeat: no-repeat;
  opacity: 0.8;
  background-position: center;
}

.gallery__detail h3 {
  font-size: 2rem;
  line-height: 1;
  color: white;
  margin: 0;
  padding: 1.5rem;
  display: block;
}

.gallery__detail-ratio {
  width: 100%;
  padding-top: 50%;
  display: block;
  position: relative;
  z-index: 2;
}

.gallery__container::before {
  background-image: none;
}

.gallery__item {
  border-top: 2px solid white;
  height: 80vh;
  width: 100%;
  background-attachment: scroll;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  position: relative;
}

.gallery__item::before {
  background-color: white;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 10%;
  width: 5px;
  z-index: 2;
}

.gallery__item::after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  height: 30rem;
  background-image: -webkit-gradient(linear, left bottom, left top, from(black), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(bottom, black 0%, rgba(0, 0, 0, 0) 100%);
  background-image: -moz-linear-gradient(bottom, black 0%, rgba(0, 0, 0, 0) 100%);
  background-image: linear-gradient(to top, black 0%, rgba(0, 0, 0, 0) 100%);
}

.gallery__item-link {
  position: absolute;
  z-index: 4;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.gallery__item-link-placeholder {
  text-decoration: underline;
}

.gallery__item .swiper-container {
  height: 100%;
}

.gallery__item .swiper-slide {
  height: 100%;
  background-position: 50% 50%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  color: #ffffff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-repeat: no-repeat;
  padding-top: 10rem;
}

.gallery__item .swiper-slide::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  height: 100%;
  pointer-events: none;
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.75)));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
  background-image: -moz-linear-gradient(right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
}

.gallery__item-meta {
  position: absolute;
  bottom: 0;
  left: 10%;
  right: 10%;
  z-index: 2;
  padding-bottom: 4rem;
}

.gallery__item-meta::before {
  //content: " ";
  background-color: white;
  position: absolute;
  top: 1.5rem;
  bottom: 0;
  left: 0;
  width: 5px;
}

.gallery__item-meta a {
  color: white;
}

.gallery__item-meta h2 {
  color: white;
  margin: 0 0 1rem 4rem;
  font-size: 4rem;
}

.gallery__item-meta h2::before {
  //content: " ";
  width: 3rem;
  height: 3rem;
  -moz-border-radius: 1.5rem;
  border-radius: 1.5rem;
  background: white;
  position: absolute;
  left: -1.25rem;
  top: 0.75rem;
}

.gallery__item-meta p {
  margin: 0 0 1rem 4rem;
  font-size: 1.5rem;
  color: white;
  max-width: 50%;
}

.gallery__item-meta .swiper-pagination {
  position: relative;
  text-align: left;
  margin: 0 0 1rem 4rem;
}

.gallery__item-meta .swiper-pagination-bullet {
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
  font-size: 1.2rem;
  background: white;
  text-align: center;
  margin-right: 1rem;
}

.gallery__item-meta .swiper-pagination-bullet:last-child {
  margin-right: 0;
}

.gallery__item-meta .swiper-pagination-bullet-active {
  background: white;
}

.gallery__item-meta .default-page-content-links {
  margin-left: 4rem;
  margin-top: 2rem;
}

/* ================================================================================
   RESPONSIVENESS
================================================================================ */
@media (max-width: 63.99em) {
  .gallery-detail .home-hero {
    margin-bottom: 0;
  }
  .gallery-detail .home-hero__container {
    height: 100%;
  }
  .gallery__detail-item {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 50%;
    -moz-box-flex: 1;
    -ms-flex: 1 0 50%;
    flex: 1 0 50%;
    /* explanation below */
  }
  .gallery__detail-item:nth-of-type(3n) {
    border-left: none;
  }
  .gallery__detail-item:nth-of-type(3n + 1) {
    border-right: none;
  }
  .gallery__detail-item:nth-of-type(2n) {
    border-left: 2px solid white;
  }
  .gallery__item-meta {
    position: absolute;
    bottom: 0;
    left: 10%;
    right: 10%;
    z-index: 2;
    padding-bottom: 2rem;
  }
  .gallery__item-meta::before {
    content: " ";
    background-color: white;
    position: absolute;
    top: 1.5rem;
    bottom: 0;
    left: 0;
    width: 5px;
  }
  .gallery__item-meta h2 {
    font-size: 2rem;
  }
  .gallery__item-meta h2::before {
    width: 2rem;
    height: 2rem;
    -moz-border-radius: 1rem;
    border-radius: 1rem;
    left: -0.75rem;
    top: 0.25rem;
  }
  .gallery__item-meta p {
    max-width: 50%;
  }
}

@media (max-width: 47.99em) {
  .gallery-detail .home-hero {
    margin-bottom: 0;
  }
  .gallery__detail-item {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 100%;
    -moz-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    /* explanation below */
  }
  .gallery__detail-item:nth-of-type(2n) {
    border-left: none;
  }
  .gallery__item-meta p {
    max-width: 100%;
  }
}

/*
================================================================================

  "Home" page

================================================================================
*/
/* HERO
============================================================ */
.home-hero {
  position: relative;
  height: 80%;
  min-height: 75rem;
}

.home-hero::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  height: 30rem;
  background-image: -webkit-gradient(linear, left top, left bottom, from(black), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, black 0%, rgba(0, 0, 0, 0) 100%);
  background-image: -moz-linear-gradient(top, black 0%, rgba(0, 0, 0, 0) 100%);
  background-image: linear-gradient(to bottom, black 0%, rgba(0, 0, 0, 0) 100%);
}

.home-hero__container {
  height: 100%;
}

.home-hero__container .swiper-container,
.home-hero__container .swiper-wrapper {
  height: 100%;
}

.home-hero__container .swiper-slide {
  height: 100%;
  background-position: 50% 50%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  color: #ffffff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-repeat: no-repeat;
  padding-top: 10rem;
	position:relative;
}

.home-hero__container .swiper-slide::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  height: 100%;
  pointer-events: none;
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.75)));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
  background-image: -moz-linear-gradient(right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
}

.home-hero__container .swiper-slide__container {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 8rem;
  padding-right: 8rem;
  padding-bottom: 8rem;
  width: 100%;
  max-width: 168rem;
  position: relative;
  z-index: 100;
}

.details {
  max-width: 60rem;
  width: 100%;
}

.details__img {
  margin-bottom: 1.5rem;
}

.details__img img {
  max-width: 15rem;
}

.details__title {
  margin-top: 0;
  margin-bottom: 0;
  color: #fff;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.25;
}

.details__desc {
  margin-bottom: 1.7rem;
  color: #fff;
  font-size: 2rem;
  line-height: 1.25;
}

.details__desc a {
  color: #0f74ff;
  border-bottom: 0.2rem solid #0f74ff;
  text-decoration: none;
  -webkit-transition: border 200ms ease;
  -o-transition: border 200ms ease;
  -moz-transition: border 200ms ease;
  transition: border 200ms ease;
}

.details__desc a:hover {
  border-bottom-color: transparent;
}

.details__desc *:first-child {
  margin-top: 0;
}

.details__desc *:last-child {
  margin-bottom: 0;
}

.details__actions {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 1.7rem;
}

/* BENEFITS
============================================================ */
.home-benefits {
  border: 1rem solid #fff;
}

.home-benefits__section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1rem solid #fff;
}

.home-benefits__section:last-child {
  border-bottom: 0;
}

.home-benefits__section--reversed {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.home-benefits__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 50%;
  min-height: 42.2rem;
}

.home-benefits__content-container {
  max-width: 30rem;
}

.home-benefits__title {
  margin-top: 0;
  margin-bottom: 0.6rem;
  color: #fff;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.53333;
}

.home-benefits__desc {
  margin-bottom: 2.5rem;
  color: #fff;
  font-size: 1.7rem;
  line-height: 1.52941;
}

.home-benefits__desc *:first-child {
  margin-top: 0;
}

.home-benefits__desc *:last-child {
  margin-bottom: 0;
}

.home-benefits__btn {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  min-width: 24.5rem;
  height: 4.4rem;
  color: #000;
  background-color: #fff;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: normal;
  text-decoration: none;
  -webkit-transition: all 150ms ease;
  -o-transition: all 150ms ease;
  -moz-transition: all 150ms ease;
  transition: all 150ms ease;
}

.home-benefits__btn:hover {
  background-color: #f2f2f2;
}

.home-benefits__btn svg {
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  transform: translateZ(0);
  display: block;
  margin-left: 2.5rem;
  width: 0.6rem;
  height: 1rem;
  fill: #000;
}

.home-benefits__photo {
  width: 50%;
  min-height: 42.2rem;
  background-position: 50% 50%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}

/* TESTIMONIALS
============================================================ */
.home-testimonials {
  padding-top: 6.4rem;
  padding-bottom: 6.4rem;
  background-color: #fff;
}

.home-testimonials__container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  max-width: 105rem;
  max-width: 68.8rem;
}

.home-testimonials__header {
  margin-bottom: 1.5rem;
}

.home-testimonials__title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.5;
}

/* Item
------------------------------------ */
.home-testimonials-item {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.home-testimonials-item__photo {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 3.4rem;
  max-width: 20.5rem;
}

.home-testimonials-item__photo img {
  display: block;
  width: 100%;
}

.home-testimonials-item__content {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.home-testimonials-item__name {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.5;
}

.home-testimonials-item__desc {
  margin-top: 0;
  margin-bottom: 1.5rem;
  margin-left: 0;
  margin-right: 0;
  font-size: 1.2rem;
  line-height: 1.5;
}

.home-testimonials-item__desc *:first-child {
  margin-top: 0;
}

.home-testimonials-item__desc *:last-child {
  margin-bottom: 0;
}

.home-testimonials-item__btn {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 1.3rem;
  padding-bottom: 1.3rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  width: 100%;
  min-height: 4.4rem;
  color: #fff;
  background-color: #000;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.28571;
  text-decoration: none;
  -webkit-transition: all 150ms ease;
  -o-transition: all 150ms ease;
  -moz-transition: all 150ms ease;
  transition: all 150ms ease;
}

.home-testimonials-item__btn:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

.home-testimonials-item__btn svg {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  transform: translateZ(0);
  display: block;
  margin-left: 2.5rem;
  width: 0.6rem;
  height: 1rem;
  fill: #fff;
}

/* WORKING HOURS
============================================================ */
.home-hours {
  padding-top: 10rem;
  padding-bottom: 14rem;
  background-color: #838383;
}

.home-hours__container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  max-width: 105rem;
  color: #fff;
}

.home-hours__header {
  margin-bottom: 5rem;
}

.home-hours__title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.53333;
}

.home-hours__inner-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

/* NEWSLETTER
============================================================ */
.home-newsletter {
  padding-top: 10rem;
  padding-bottom: 14rem;
  background-color: #f6f6f6;
}

.home-newsletter__container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  max-width: 105rem;
  color: #000;
}

.home-newsletter__header {
  margin-bottom: 5rem;
}

.home-newsletter__title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.53333;
}

.home-newsletter__inner-container {
  font-size: 1.7rem;
  line-height: 1.25;
}

.home-newsletter .ml-form-embedContainer#mlb2-1356994 .ml-form-embedWrapper .ml-form-embedBody, .home-newsletter .ml-form-embedContainer#mlb2-1356994 .ml-form-embedWrapper .ml-form-successBody {
  padding: 0;
}

.home-newsletter .ml-form-embedContainer#mlb2-1356994 .ml-form-embedWrapper .ml-form-embedBody .ml-form-successContent h4, .home-newsletter .ml-form-embedContainer#mlb2-1356994 .ml-form-embedWrapper .ml-form-embedBody .ml-form-successContent p, .home-newsletter .ml-form-embedContainer#mlb2-1356994 .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent h4, .home-newsletter .ml-form-embedContainer#mlb2-1356994 .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent p {
  font-family: "Poppins", sans-serif;
}

.home-newsletter .ml-form-embedContainer#mlb2-1356994 .ml-form-embedWrapper .ml-form-horizontalRow input, .home-newsletter .ml-form-embedContainer#mlb2-1356994 .ml-form-embedWrapper .ml-form-horizontalRow button {
  font-family: "Poppins", sans-serif;
}

/* Section
------------------------------------ */
.home-hours-section {
  width: 50%;
}

.home-hours-section__container {
  max-width: 28rem;
}

.home-hours-section__title {
  margin-top: 0;
  margin-bottom: 2rem;
  font-size: 1.7rem;
  font-weight: 600;
  line-height: 1.52941;
}

.home-hours-section__table {
  width: 100%;
  border: 0;
  border-collapse: collapse;
  font-size: 1.7rem;
  line-height: 1.52941;
}

.home-hours-section__table td:last-child {
  text-align: right;
}

/* SCHEDULE
============================================================ */
.home-schedule {
  padding-top: 10rem;
  padding-bottom: 14rem;
}

.home-schedule__container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  max-width: 105rem;
}

.home-schedule__header {
  margin-bottom: 5rem;
}

.home-schedule__title {
  margin-top: 0;
  margin-bottom: 0;
  color: #2f2f2f;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.53333;
}

.home-schedule__inner-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 5rem;
}

.home-schedule__more-link {
  color: #0f74ff;
  border-bottom: 1px solid #0f74ff;
  font-size: 1.7rem;
  line-height: 1.52941;
  text-decoration: none;
  -webkit-transition: all 150ms ease;
  -o-transition: all 150ms ease;
  -moz-transition: all 150ms ease;
  transition: all 150ms ease;
}

.home-schedule__more-link:hover {
  border-bottom-color: transparent;
}

/* Section
------------------------------------ */
.home-schedule-section {
  width: 50%;
}

.home-schedule-section__header {
  margin-bottom: 2.5rem;
  font-size: 1.7rem;
  line-height: 1.52941;
}

.home-schedule-section__weekday {
  margin-top: 0;
  margin-bottom: 0;
  color: #f08b00;
  font-weight: 600;
}

.home-schedule-section__table {
  width: 100%;
  font-size: 1.7rem;
  line-height: 1.52941;
}

.home-schedule-section__table tr.inactive {
  color: rgba(47, 47, 47, 0.5);
}

.home-schedule-section__table td {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

/* CONTACTS
============================================================ */
.home-contacts {
  padding-top: 9rem;
  padding-bottom: 20rem;
  background-color: rgba(0, 0, 0, 0.1);
}

.home-contacts-nomargin {
  padding-bottom: 9rem;
}

.home-contacts-nomargin .home-contacts-apps {
  margin-bottom: 0;
}

.home-contacts__container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  max-width: 105rem;
}

.home-contacts__inner-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.home-contacts__section {
  width: 50%;
}

.home-contacts__address {
  font-size: 1.7rem;
  font-style: normal;
  line-height: 1.64706;
}

.home-contacts__address a {
  color: #2f2f2f;
  border-bottom: 1px solid transparent;
  text-decoration: none;
  -webkit-transition: all 150ms ease;
  -o-transition: all 150ms ease;
  -moz-transition: all 150ms ease;
  transition: all 150ms ease;
}

.home-contacts__address a:hover {
  border-bottom-color: #2f2f2f;
}

.home-contacts__links {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
}

.home-contacts__links li {
  margin-bottom: 0.5rem;
}

.home-contacts__links li:last-child {
  margin-bottom: 0;
}

.home-contacts__links a {
  color: #0f74ff;
  border-bottom: 1px solid transparent;
  font-size: 1.7rem;
  line-height: 1.52941;
  text-decoration: none;
  -webkit-transition: all 150ms ease;
  -o-transition: all 150ms ease;
  -moz-transition: all 150ms ease;
  transition: all 150ms ease;
}

.home-contacts__links a:hover {
  border-bottom-color: #0f74ff;
}

/* Social
------------------------------------ */
.home-contacts-social {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 11rem;
}

.home-contacts-social__item {
  margin-right: 9.5rem;
  text-align: center;
  text-decoration: none;
}

.home-contacts-social__item:hover .home-contacts-social__icon svg {
  fill: #000;
}

.home-contacts-social__item:hover .home-contacts-social__title {
  color: #000;
}

.home-contacts-social__item:last-child {
  margin-right: 0;
}

.home-contacts-social__icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 2rem;
  margin-left: auto;
  margin-right: auto;
  width: 3.8rem;
  height: 3.8rem;
}

.home-contacts-social__icon--facebook svg {
  width: 1.9rem;
  height: 3.8rem;
}

.home-contacts-social__icon--instagram svg {
  width: 3.8rem;
  height: 3.8rem;
}

.home-contacts-social__icon svg {
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  transform: translateZ(0);
  display: block;
  fill: #2f2f2f;
  -webkit-transition: all 150ms ease;
  -o-transition: all 150ms ease;
  -moz-transition: all 150ms ease;
  transition: all 150ms ease;
}

.home-contacts-social__title {
  color: #2f2f2f;
  font-size: 1.7rem;
  font-weight: 600;
  line-height: 1.52941;
  text-align: center;
  -webkit-transition: all 150ms ease;
  -o-transition: all 150ms ease;
  -moz-transition: all 150ms ease;
  transition: all 150ms ease;
}

/* Apps
------------------------------------ */
.home-contacts-apps {
  margin-bottom: 11rem;
  text-align: center;
}

.home-contacts-apps__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.home-contacts-apps__title {
  color: #2f2f2f;
  font-size: 1.7rem;
  font-weight: 600;
  line-height: 1.52941;
  text-align: center;
  -webkit-transition: all 150ms ease;
  -o-transition: all 150ms ease;
  -moz-transition: all 150ms ease;
  transition: all 150ms ease;
  margin-bottom: 2rem;
}

.home-contacts-apps__item {
  margin-right: 9.5rem;
  text-align: center;
  text-decoration: none;
  opacity: 0.8;
  -webkit-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  transition: all 200ms ease;
}

.home-contacts-apps__item:hover {
  opacity: 1.0;
}

.home-contacts-apps__item:last-child {
  margin-right: 0;
}

.home-contacts-apps__image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 2rem;
  margin-left: auto;
  margin-right: auto;
  width: 20rem;
}

.home-contacts-apps__title {
  color: #2f2f2f;
  font-size: 1.7rem;
  font-weight: 600;
  line-height: 1.52941;
  text-align: center;
  -webkit-transition: all 150ms ease;
  -o-transition: all 150ms ease;
  -moz-transition: all 150ms ease;
  transition: all 150ms ease;
}

/* FITNESS
============================================================ */
.default-page-content {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.default-page-content__container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  max-width: 105rem;
}

.default-page-content__title {
  margin-top: 0;
  margin-bottom: 5rem;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.53333;
}

.default-page-content__desc {
  margin-bottom: 5rem;
  font-size: 1.7rem;
  line-height: 1.52941;
}

.default-page-content__desc *:first-child {
  margin-top: 0;
}

.default-page-content__desc *:last-child {
  margin-bottom: 0;
}

.default-page-content__subtitle {
  margin-top: 0;
  margin-bottom: 2rem;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.5;
}

.default-page-content iframe {
  width: 100%;
}

.default-page-content img {
  max-width: 100%;
}

/* Links
------------------------------------ */
.default-page-content-links {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
}

.default-page-content-links__item {
  margin-bottom: 1.4rem;
}

.default-page-content-links__item:last-child {
  margin-bottom: 0;
}

.default-page-content-links__link {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  height: 4.4rem;
  color: #fff;
  background-color: #0f74ff;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: normal;
  text-decoration: none;
  -webkit-transition: all 150ms ease;
  -o-transition: all 150ms ease;
  -moz-transition: all 150ms ease;
  transition: all 150ms ease;
}

.default-page-content-links__link:hover {
  background-color: #0067f5;
}

.default-page-content-links__link svg {
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  transform: translateZ(0);
  display: block;
  margin-left: 2rem;
  width: 0.6rem;
  height: 1rem;
  fill: #fff;
}

/* ================================================================================
   RESPONSIVENESS
================================================================================ */
@media (max-width: 57.49em) {
  .home-hero::before {
    height: 11rem;
  }
  .details {
    margin-right: 0px;
  }
  .details__img {
    margin-bottom: 1.5rem;
  }
  .details__img img {
    max-width: 150px;
  }
  .details__title {
    font-size: 3rem;
  }
  .details__desc {
    margin-bottom: 1.5rem;
    font-size: 1.5rem;
  }
}

@media (max-width: 47.99em) {
  .home-hero {
    margin-bottom: 1rem;
    height: 64.6rem;
    min-height: auto;
  }
  .home-hero::before {
    display: none;
  }
  .home-hero__container {
    height: 64.6rem;
  }
  .home-hero__container .swiper-slide__container {
    padding-top: 6rem;
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .home-benefits {
    border: 0;
  }
  .home-benefits__section {
    display: block;
  }
  .home-benefits__content {
    display: block;
    padding-top: 3rem;
    padding-bottom: 4rem;
    padding-left: 3rem;
    padding-right: 3rem;
    width: 100%;
    min-height: 0;
  }
  .home-benefits__title {
    line-height: 1.2;
  }
  .home-benefits__photo {
    width: 100%;
    min-height: 20rem;
  }
  .home-testimonials__container {
    max-width: none;
  }
  .home-testimonials__header {
    margin-bottom: 3rem;
    text-align: center;
  }
  .home-testimonials-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
  .home-testimonials-item__desc {
    margin-left: auto;
    margin-right: auto;
    max-width: 28rem;
  }
  .home-testimonials-item__btn {
    text-align: left;
  }
  .home-testimonials-item__photo {
    margin-bottom: 2rem;
    margin-right: 0;
  }
  .home-hours {
    padding-top: 5rem;
    padding-bottom: 7rem;
  }
  .home-hours__container {
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .home-hours__inner-container {
    display: block;
  }
  .home-newsletter {
    padding-top: 5rem;
    padding-bottom: 7rem;
  }
  .home-newsletter__container {
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .home-newsletter__inner-container {
    display: block;
  }
  .home-hours-section {
    margin-bottom: 5rem;
    width: 100%;
  }
  .home-hours-section:last-child {
    margin-bottom: 0;
  }
  .home-hours-section__container {
    max-width: none;
  }
  .home-schedule {
    padding-top: 5rem;
    padding-bottom: 7rem;
  }
  .home-schedule__container {
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .home-schedule__inner-container {
    display: block;
  }
  .home-schedule-section {
    margin-bottom: 5rem;
    width: 100%;
  }
  .home-schedule-section:last-child {
    margin-bottom: 0;
  }
  .home-schedule-section__table td:first-child {
    min-width: 10rem;
  }
  .home-contacts {
    padding-top: 8rem;
    padding-bottom: 18rem;
  }
  .home-contacts__container {
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .home-contacts__inner-container {
    display: block;
  }
  .home-contacts__section {
    margin-bottom: 5rem;
    width: 100%;
  }
  .home-contacts__section:last-child {
    margin-bottom: 0;
  }
  .home-contacts-social {
    margin-bottom: 5rem;
  }
  .home-contacts-social__item {
    margin-right: 4rem;
  }
  .home-contacts-social__icon {
    margin-bottom: 1.5rem;
    width: 3rem;
    height: 3rem;
  }
  .home-contacts-social__icon--facebook svg {
    width: 1.5rem;
    height: 3rem;
  }
  .home-contacts-social__icon--instagram svg {
    width: 3rem;
    height: 3rem;
  }
  .home-contacts-social__title {
    font-size: 1.4rem;
  }
  .home-contacts-apps {
    margin-bottom: 5rem;
  }
  .home-contacts-apps__title {
    font-size: 1.4rem;
  }
  .home-contacts-apps__item {
    margin-right: 4rem;
  }
  .home-contacts-apps__image {
    width: 13rem;
  }
  .default-page-content {
    padding-top: 5rem;
    padding-bottom: 8rem;
  }
  .default-page-content__container {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

@media (max-width: 25.865em) {
  .home-hero {
    height: 58rem;
  }
  .home-hero__container {
    height: 58rem;
  }
}

@media (max-width: 23.4275em) {
  .home-hero {
    height: 56rem;
  }
  .home-hero__container {
    height: 56rem;
  }
  .home-benefits__title {
    font-size: 2.6rem;
  }
  .home-benefits__desc {
    font-size: 1.6rem;
  }
  .home-hours__container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .home-newsletter__container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .home-schedule__container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .home-contacts__container {
    padding-left: 2rem;
    padding-right: 7rem;
  }
  .home-contacts__address {
    font-size: 1.6rem;
  }
  .default-page-content__container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .default-page-content__title {
    margin-bottom: 3rem;
  }
  .default-page-content__desc {
    margin-bottom: 3rem;
    font-size: 1.6rem;
  }
  .default-page-content__subtitle {
    margin-bottom: 3rem;
  }
}

/*
================================================================================

  "Front" page

================================================================================
*/
/* PAGE
============================================================ */
body.content-page .home-hero {
  height: 40%;
}

body.content-page .home-hero__container .swiper-slide {
  background-position: 50% 30%;
}

body.content-page .home-hero__container .swiper-slide::before {
  background-image: none;
}

/* ================================================================================
   RESPONSIVENESS
================================================================================ */
@media (max-width: 63.99em) {
  body.content-page .home-hero {
    height: 46rem;
  }
  body.content-page .home-hero__container {
    height: 46rem;
  }
}

@media (max-width: 47.99em) {
  body.content-page .home-hero {
    height: 40rem;
  }
  body.content-page .home-hero__container {
    height: 40rem;
  }
}

@media (max-width: 35.49em) {
  body.content-page .home-hero {
    height: 45rem;
  }
  body.content-page .home-hero__container {
    height: 45rem;
  }
}

body.compensate-for-scrollbar {
  overflow: hidden;
}

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

.fancybox-container * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  -webkit-transition-duration: inherit;
  -moz-transition-duration: inherit;
  -o-transition-duration: inherit;
  transition-duration: inherit;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  -moz-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
  -moz-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
  -o-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: .9;
  -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
  -moz-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
  -o-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  -webkit-transition: opacity .25s ease, visibility 0s ease .25s;
  -o-transition: opacity .25s ease, visibility 0s ease .25s;
  -moz-transition: opacity .25s ease, visibility 0s ease .25s;
  transition: opacity .25s ease, visibility 0s ease .25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  -webkit-transition: opacity .25s ease 0s, visibility 0s ease 0s;
  -o-transition: opacity .25s ease 0s, visibility 0s ease 0s;
  -moz-transition: opacity .25s ease 0s, visibility 0s ease 0s;
  transition: opacity .25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-toolbar {
  right: 0;
  top: 0;
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  transform: translateZ(0);
  z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  /* Using without prefix would break IE11 */
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: opacity, -o-transform;
  -moz-transition-property: transform, opacity, -moz-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform, -moz-transform, -o-transform;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}

.fancybox-slide::before {
  content: '';
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block;
}

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}

.fancybox-slide--image::before {
  display: none;
}

.fancybox-slide--html {
  padding: 6px;
}

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -moz-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -ms-transform-origin: top left;
  -webkit-transform-origin: top left;
  -moz-transform-origin: top left;
  -o-transform-origin: top left;
  transform-origin: top left;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: opacity, -o-transform;
  -moz-transition-property: transform, opacity, -moz-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform, -moz-transform, -o-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: -webkit-zoom-out;
  cursor: -moz-zoom-out;
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing;
}

.fancybox-container [data-selectable='true'] {
  cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video .fancybox-content {
  background: #000;
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}

.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

/* Fix iOS */
.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

/* Buttons */
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  -webkit-transition: color .2s;
  -o-transition: color .2s;
  -moz-transition: color .2s;
  transition: color .2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc;
}

.fancybox-button:hover {
  color: #fff;
}

.fancybox-button:focus {
  outline: none;
}

.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}

/* Fix IE11 */
.fancybox-button div {
  height: 100%;
}

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
  display: none;
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
  display: none;
}

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -ms-transform: scaleX(0);
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  -ms-transform-origin: 0;
  -webkit-transform-origin: 0;
  -moz-transform-origin: 0;
  -o-transform-origin: 0;
  transform-origin: 0;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: -o-transform;
  -moz-transition-property: transform, -moz-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform, -moz-transform, -o-transform;
  -webkit-transition-timing-function: linear;
  -moz-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
  z-index: 99998;
}

/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: .8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}

/* Navigation arrows */
.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: -webkit-calc(50% - 50px);
  top: -moz-calc(50% - 50px);
  top: calc(50% - 50px);
  width: 70px;
}

.fancybox-navigation .fancybox-button div {
  padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  right: env(safe-area-inset-right);
}

/* Caption */
.fancybox-caption {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.85)), color-stop(50%, rgba(0, 0, 0, 0.3)), color-stop(65%, rgba(0, 0, 0, 0.15)), color-stop(75.5%, rgba(0, 0, 0, 0.075)), color-stop(82.85%, rgba(0, 0, 0, 0.037)), color-stop(88%, rgba(0, 0, 0, 0.019)), to(rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, rgba(0, 0, 0, 0) 100%);
  background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, rgba(0, 0, 0, 0) 100%);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px 44px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}

@supports (padding: 0px) {
  .fancybox-caption {
    padding: 75px 44px 25px 44px;
  }
}

.fancybox-caption--separate {
  margin-top: -50px;
}

.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}

/* Loading indicator */
.fancybox-loading {
  -webkit-animation: fancybox-rotate 1s linear infinite;
  -moz-animation: fancybox-rotate 1s linear infinite;
  animation: fancybox-rotate 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  -moz-border-radius: 50%;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: .7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}

@-webkit-keyframes fancybox-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-moz-keyframes fancybox-rotate {
  100% {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes fancybox-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* Transition effects */
.fancybox-animated {
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
  -moz-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
  -o-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  -moz-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  -moz-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  -moz-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -ms-transform: rotate(-360deg);
  -webkit-transform: rotate(-360deg);
  -moz-transform: rotate(-360deg);
  -o-transform: rotate(-360deg);
  transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -ms-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  -moz-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  -moz-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  -moz-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  -moz-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  -moz-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  -moz-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1);
}

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }
  .fancybox-slide--image {
    padding: 6px 0;
  }
  .fancybox-close-small {
    right: -6px;
  }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }
  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px;
  }
  @supports (padding: 0px) {
    .fancybox-caption {
      padding-left: 12px;
      padding-right: 12px;
    }
  }
}

/* Share */
.fancybox-share {
  background: #f4f4f4;
  -moz-border-radius: 3px;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0;
}

.fancybox-share p {
  margin: 0;
  padding: 0;
}

.fancybox-share__button {
  border: 0;
  -moz-border-radius: 3px;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  -moz-transition: all .2s;
  transition: all .2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff;
}

.fancybox-share__button:hover {
  text-decoration: none;
}

.fancybox-share__button--fb {
  background: #3b5998;
}

.fancybox-share__button--fb:hover {
  background: #344e86;
}

.fancybox-share__button--pt {
  background: #bd081d;
}

.fancybox-share__button--pt:hover {
  background: #aa0719;
}

.fancybox-share__button--tw {
  background: #1da1f2;
}

.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}

.fancybox-share__button svg path {
  fill: #fff;
}

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  -moz-border-radius: 0;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}

/* Thumbs */
.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995;
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: -webkit-calc(100% - 8px);
  max-height: -moz-calc(100% - 8px);
  max-height: calc(100% - 8px);
  max-width: -webkit-calc(50% - 4px);
  max-width: -moz-calc(50% - 4px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}

.fancybox-thumbs__list a::before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: '';
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}

.fancybox-thumbs__list a:focus::before {
  opacity: .5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
  opacity: 1;
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }
  .fancybox-thumbs__list a {
    max-width: -webkit-calc(100% - 10px);
    max-width: -moz-calc(100% - 10px);
    max-width: calc(100% - 10px);
  }
}

/*
================================================================================

  "Swiper" styles

================================================================================
*/
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  -o-transition-property: -o-transform;
  -moz-transition-property: transform, -moz-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform, -moz-transform, -o-transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  -moz-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  -o-transition-property: -o-transform;
  -moz-transition-property: transform, -moz-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform, -moz-transform, -o-transform;
  transition-property: transform, -webkit-transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  -moz-box-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  -o-transition-property: transform, height;
  -o-transition-property: height, -o-transform;
  -moz-transition-property: transform, height, -moz-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform, -moz-transform, -o-transform;
  transition-property: transform, height, -webkit-transform;
}

/* 3D Effects */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -moz-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* IE10 Windows Phone 8 Fixes */
.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  -webkit-background-size: 27px 44px;
  -moz-background-size: 27px 44px;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms opacity;
  -o-transition: 300ms opacity;
  -moz-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  -moz-transform: scale(0.33);
  -o-transform: scale(0.33);
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  -moz-transform: scale(0.66);
  -o-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  -moz-transform: scale(0.33);
  -o-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  -moz-transform: scale(0.66);
  -o-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  -moz-transform: scale(0.33);
  -o-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  -moz-border-radius: 100%;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  -moz-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms top, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms top;
  -o-transition: 200ms top, 200ms -o-transform;
  -moz-transition: 200ms transform, 200ms top, 200ms -moz-transform;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform, 200ms -moz-transform, 200ms -o-transform;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms left, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms left;
  -o-transition: 200ms left, 200ms -o-transform;
  -moz-transition: 200ms transform, 200ms left, 200ms -moz-transform;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform, 200ms -moz-transform, 200ms -o-transform;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms right, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms right;
  -o-transition: 200ms right, 200ms -o-transform;
  -moz-transition: 200ms transform, 200ms right, 200ms -moz-transform;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform, 200ms -moz-transform, 200ms -o-transform;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform;
}

/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  -moz-transform-origin: left top;
  -o-transform-origin: left top;
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  -moz-transform-origin: right top;
  -o-transform-origin: right top;
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #ffffff;
}

.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #ffffff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000000;
}

.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000000;
}

.swiper-pagination-lock {
  display: none;
}

/* Scrollbar */
.swiper-scrollbar {
  -moz-border-radius: 10px;
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  -moz-border-radius: 10px;
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  -moz-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -moz-box-align: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  -moz-transform-origin: 50%;
  -o-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  -moz-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-moz-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  -moz-transition-property: opacity;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  -o-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}

.swiper-container-flip {
  overflow: visible;
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-coverflow .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px;
}

.home-hero-video {
	position: absolute;
width: 100%;
height: 100%;
object-fit: cover;
	top: 0;}
