@charset "utf-8";
@font-face {
  font-family: 'Larsseit';
  src: url('../fonts/Larsseit/Larsseit-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Larsseit';
  src: url('../fonts/Larsseit/Larsseit-LightItalic.woff') format('woff');
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: 'Larsseit';
  src: url('../fonts/Larsseit/Larsseit.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Larsseit';
  src: url('../fonts/Larsseit/Larsseit-Italic.woff') format('woff');
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: 'Larsseit';
  src: url('../fonts/Larsseit/Larsseit-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Larsseit';
  src: url('../fonts/Larsseit/Larsseit-MediumItalic.woff') format('woff');
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: 'Larsseit';
  src: url('../fonts/Larsseit/Larsseit-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Larsseit';
  src: url('../fonts/Larsseit/Larsseit-BoldItalic.woff') format('woff');
  font-weight: 700;
  font-style: italic;
}
@keyframes bounce {
  0% {
    transform: translate3d(-60%, 10%, 0) scale(0.9);
  }
  30% {
    transform: translate3d(-30%, 5%, 0) scale(0.95);
  }
  50% {
    transform: translate3d(0, 0, 0) scale(1);
  }
  70% {
    transform: translate3d(30%, 5%, 0) scale(0.95);
  }
  100% {
    transform: translate3d(60%, 10%, 0) scale(0.9);
  }
}
@keyframes hover {
  0% {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(0, 5rem, 0) scale(1.05);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes hoverMin {
  0% {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(0, 2.5rem, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
button,
html [type='button'],
input,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  font-weight: inherit;
  line-height: inherit;
  font-family: inherit;
  font-size: inherit;
  box-sizing: border-box;
  box-shadow: none;
  border-radius: 0;
  background-color: transparent;
}
input[type='date']::-webkit-inner-spin-button,
input[type='date']::-webkit-outer-spin-button,
input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
}
select::-ms-expand {
  display: none;
}
main,
article,
section,
header {
  display: block;
}
*,
*:before,
*:after {
  box-sizing: border-box;
  box-shadow: none;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: transparent;
  color: inherit;
  outline: none;
  padding: 0;
  line-height: inherit;
  border-width: 0;
  border-style: solid;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -moz-font-feature-settings: "liga", "kern";
  text-rendering: optimizeLegibility;
  letter-spacing: 0.05em;
}
html {
  background-color: #fff;
  color: #2b2b2b;
  font-size: 10px;
}
body {
  margin: 0;
  background-color: inherit;
  color: inherit;
  position: relative;
  font-weight: 300;
  font-size: 1.6rem;
  line-height: 1.5;
}
body ::-webkit-selection {
  color: #fff;
  background-color: #c59771;
}
body :-moz-selection {
  color: #fff;
  background-color: #c59771;
}
body ::selection {
  color: #fff;
  background-color: #c59771;
}
body ::-webkit-input-placeholder,
body :-moz-placeholder,
body :-ms-input-placeholder {
  color: #2b2b2b;
  transition: all 280ms cubic-bezier(0.23, 1, 0.32, 1);
}
a {
  color: #c59771;
}
a[href^='tel'] {
  color: inherit;
  text-decoration: none;
}
table {
  max-width: 100%;
}
table a {
  text-decoration: underline;
}
tr {
  vertical-align: top;
}
td {
  text-align: inherit;
}
img {
  max-width: 100%;
}
h1,
h2,
h3,
h4,
h5 {
  font-family: 'Larsseit';
  margin: 0;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.2;
}
@media only screen and (min-width: 835px) {
  h1,
  h2,
  h3,
  h4,
  h5 {
    line-height: 1.25;
  }
}
h1 {
  font-size: 3rem;
}
@media only screen and (min-width: 835px) {
  h1 {
    font-size: 4.8rem;
  }
}
h2 {
  font-size: 3rem;
}
@media only screen and (min-width: 835px) {
  h2 {
    font-size: 3.6rem;
  }
}
h3 {
  font-size: 2.4rem;
  letter-spacing: .025em;
  color: #2b2b2b;
}
@media only screen and (min-width: 835px) {
  h3 {
    font-size: 3rem;
  }
}
h4 {
  font-size: 1.8rem;
  line-height: 1.25;
}
@media only screen and (min-width: 835px) {
  h4 {
    font-size: 2.4rem;
  }
}
p {
  margin: 1.5em 0;
}
@media only screen and (min-width: 835px) {
  p {
    margin: 1.5em 0;
  }
}
p img {
  width: 100%;
}
svg:not(:root) {
  overflow: visible;
}
option {
  width: 100%;
  display: block;
}
ul {
  margin: 0;
  list-style-type: none;
}
li {
  margin: 0;
}
select {
  display: inline-block;
  width: 100%;
}
blockquote {
  margin: 0.2rem 0;
  font-weight: 500;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url('../img/pattern--dark.png');
  position: relative;
  text-align: center;
  color: #fff;
  font-size: 1.8rem;
  padding: 12rem 5% 5.1rem;
  line-height: 1.33;
}
@media only screen and (min-width: 835px) {
  blockquote {
    margin: 0.4rem 0;
    line-height: 1.2;
    font-size: 3rem;
    padding: 13.4rem 21% 7rem;
  }
}
blockquote:before {
  content: '';
  position: absolute;
  width: 6rem;
  height: 4.8rem;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url('../img/icon--quotes.svg');
  left: calc(50% - 3rem);
  top: 4.7rem;
}
@media only screen and (min-width: 835px) {
  blockquote:before {
    top: 6.6rem;
  }
}
.oc-text-bordered {
  padding: 20px 0;
  border-top: 1px solid #000000 !important;
  border-bottom: 1px solid #000000 !important;
}
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  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;
  flex-direction: column;
}
.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;
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}
.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide {
  -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 {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  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: 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: 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: 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: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-autoheight {
  height: auto;
}
.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;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  -o-transition-property: transform, height;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.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;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}
.swiper-invisible-blank-slide {
  visibility: hidden;
}
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  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 .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 .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 .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 .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 .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 .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-container .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-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms opacity;
  -o-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-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);
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  -ms-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);
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  -ms-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);
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-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);
  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%);
  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;
  transition: 200ms transform, 200ms top;
  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%);
  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;
  transition: 200ms transform, 200ms left;
  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;
  transition: 200ms transform, 200ms right;
  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);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-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;
  transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progressbar {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-container-vertical > .swiper-pagination-progressbar {
  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;
}
/* Scrollbar */
.swiper-scrollbar {
  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);
  border-radius: 10px;
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-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%;
  transform-origin: 50%;
  -webkit-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%;
  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);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    -webkit-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;
  transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-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;
  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;
  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;
}
.flatpickr-calendar {
  background: transparent;
  opacity: 0;
  display: none;
  text-align: center;
  visibility: hidden;
  padding: 0;
  -webkit-animation: none;
  animation: none;
  direction: ltr;
  border: 0;
  font-size: 14px;
  line-height: 24px;
  border-radius: 5px;
  position: absolute;
  width: 307.875px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  background: #fff;
  -webkit-box-shadow: 1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6, 0 -1px 0 #e6e6e6, 0 3px 13px rgba(0, 0, 0, 0.08);
  box-shadow: 1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6, 0 -1px 0 #e6e6e6, 0 3px 13px rgba(0, 0, 0, 0.08);
}
.flatpickr-calendar.open,
.flatpickr-calendar.inline {
  opacity: 1;
  max-height: 640px;
  visibility: visible;
}
.flatpickr-calendar.open {
  display: inline-block;
  z-index: 99999;
}
.flatpickr-calendar.animate.open {
  -webkit-animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
  animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.flatpickr-calendar.inline {
  display: block;
  position: relative;
  top: 2px;
}
.flatpickr-calendar.static {
  position: absolute;
  top: calc(102%);
}
.flatpickr-calendar.static.open {
  z-index: 999;
  display: block;
}
.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+1) .flatpickr-day.inRange:nth-child(7n+7) {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+2) .flatpickr-day.inRange:nth-child(7n+1) {
  -webkit-box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
  box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
}
.flatpickr-calendar .hasWeeks .dayContainer,
.flatpickr-calendar .hasTime .dayContainer {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.flatpickr-calendar .hasWeeks .dayContainer {
  border-left: 0;
}
.flatpickr-calendar.showTimeInput.hasTime .flatpickr-time {
  height: 40px;
  border-top: 1px solid #e6e6e6;
}
.flatpickr-calendar.noCalendar.hasTime .flatpickr-time {
  height: auto;
}
.flatpickr-calendar:before,
.flatpickr-calendar:after {
  position: absolute;
  display: block;
  pointer-events: none;
  border: solid transparent;
  content: '';
  height: 0;
  width: 0;
  left: 22px;
}
.flatpickr-calendar.rightMost:before,
.flatpickr-calendar.rightMost:after {
  left: auto;
  right: 22px;
}
.flatpickr-calendar:before {
  border-width: 5px;
  margin: 0 -5px;
}
.flatpickr-calendar:after {
  border-width: 4px;
  margin: 0 -4px;
}
.flatpickr-calendar.arrowTop:before,
.flatpickr-calendar.arrowTop:after {
  bottom: 100%;
}
.flatpickr-calendar.arrowTop:before {
  border-bottom-color: #e6e6e6;
}
.flatpickr-calendar.arrowTop:after {
  border-bottom-color: #fff;
}
.flatpickr-calendar.arrowBottom:before,
.flatpickr-calendar.arrowBottom:after {
  top: 100%;
}
.flatpickr-calendar.arrowBottom:before {
  border-top-color: #e6e6e6;
}
.flatpickr-calendar.arrowBottom:after {
  border-top-color: #fff;
}
.flatpickr-calendar:focus {
  outline: 0;
}
.flatpickr-wrapper {
  position: relative;
  display: inline-block;
}
.flatpickr-months {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.flatpickr-months .flatpickr-month {
  background: transparent;
  color: rgba(0, 0, 0, 0.9);
  fill: rgba(0, 0, 0, 0.9);
  height: 28px;
  line-height: 1;
  text-align: center;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow: hidden;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.flatpickr-months .flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month {
  text-decoration: none;
  cursor: pointer;
  position: absolute;
  top: 0;
  line-height: 16px;
  height: 28px;
  padding: 10px;
  z-index: 3;
  color: rgba(0, 0, 0, 0.9);
  fill: rgba(0, 0, 0, 0.9);
}
.flatpickr-months .flatpickr-prev-month.disabled,
.flatpickr-months .flatpickr-next-month.disabled {
  display: none;
}
.flatpickr-months .flatpickr-prev-month i,
.flatpickr-months .flatpickr-next-month i {
  position: relative;
}
.flatpickr-months .flatpickr-prev-month.flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month.flatpickr-prev-month {
  /*
      /*rtl:begin:ignore*/
  left: 0;
  /*
      /*rtl:end:ignore*/
}
/*
      /*rtl:begin:ignore*/
/*
      /*rtl:end:ignore*/
.flatpickr-months .flatpickr-prev-month.flatpickr-next-month,
.flatpickr-months .flatpickr-next-month.flatpickr-next-month {
  /*
      /*rtl:begin:ignore*/
  right: 0;
  /*
      /*rtl:end:ignore*/
}
/*
      /*rtl:begin:ignore*/
/*
      /*rtl:end:ignore*/
.flatpickr-months .flatpickr-prev-month:hover,
.flatpickr-months .flatpickr-next-month:hover {
  color: #959ea9;
}
.flatpickr-months .flatpickr-prev-month:hover svg,
.flatpickr-months .flatpickr-next-month:hover svg {
  fill: #f64747;
}
.flatpickr-months .flatpickr-prev-month svg,
.flatpickr-months .flatpickr-next-month svg {
  width: 14px;
  height: 14px;
}
.flatpickr-months .flatpickr-prev-month svg path,
.flatpickr-months .flatpickr-next-month svg path {
  -webkit-transition: fill .1s;
  transition: fill .1s;
  fill: inherit;
}
.numInputWrapper {
  position: relative;
  height: auto;
}
.numInputWrapper input,
.numInputWrapper span {
  display: inline-block;
}
.numInputWrapper input {
  width: 100%;
}
.numInputWrapper input::-ms-clear {
  display: none;
}
.numInputWrapper span {
  position: absolute;
  right: 0;
  width: 14px;
  padding: 0 4px 0 2px;
  height: 50%;
  line-height: 50%;
  opacity: 0;
  cursor: pointer;
  border: 1px solid rgba(57, 57, 57, 0.15);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.numInputWrapper span:hover {
  background: rgba(0, 0, 0, 0.1);
}
.numInputWrapper span:active {
  background: rgba(0, 0, 0, 0.2);
}
.numInputWrapper span:after {
  display: block;
  content: "";
  position: absolute;
}
.numInputWrapper span.arrowUp {
  top: 0;
  border-bottom: 0;
}
.numInputWrapper span.arrowUp:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid rgba(57, 57, 57, 0.6);
  top: 26%;
}
.numInputWrapper span.arrowDown {
  top: 50%;
}
.numInputWrapper span.arrowDown:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid rgba(57, 57, 57, 0.6);
  top: 40%;
}
.numInputWrapper span svg {
  width: inherit;
  height: auto;
}
.numInputWrapper span svg path {
  fill: rgba(0, 0, 0, 0.5);
}
.numInputWrapper:hover {
  background: rgba(0, 0, 0, 0.05);
}
.numInputWrapper:hover span {
  opacity: 1;
}
.flatpickr-current-month {
  font-size: 135%;
  line-height: inherit;
  font-weight: 300;
  color: inherit;
  position: absolute;
  width: 75%;
  left: 12.5%;
  padding: 6.16px 0 0 0;
  line-height: 1;
  height: 28px;
  display: inline-block;
  text-align: center;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.flatpickr-current-month span.cur-month {
  font-family: inherit;
  font-weight: 700;
  color: inherit;
  display: inline-block;
  margin-left: .5ch;
  padding: 0;
}
.flatpickr-current-month span.cur-month:hover {
  background: rgba(0, 0, 0, 0.05);
}
.flatpickr-current-month .numInputWrapper {
  width: 6ch;
  width: 7ch\0;
  display: inline-block;
}
.flatpickr-current-month .numInputWrapper span.arrowUp:after {
  border-bottom-color: rgba(0, 0, 0, 0.9);
}
.flatpickr-current-month .numInputWrapper span.arrowDown:after {
  border-top-color: rgba(0, 0, 0, 0.9);
}
.flatpickr-current-month input.cur-year {
  background: transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  cursor: text;
  padding: 0 0 0 .5ch;
  margin: 0;
  display: inline-block;
  font-size: inherit;
  font-family: inherit;
  font-weight: 300;
  line-height: inherit;
  height: auto;
  border: 0;
  border-radius: 0;
  vertical-align: initial;
}
.flatpickr-current-month input.cur-year:focus {
  outline: 0;
}
.flatpickr-current-month input.cur-year[disabled],
.flatpickr-current-month input.cur-year[disabled]:hover {
  font-size: 100%;
  color: rgba(0, 0, 0, 0.5);
  background: transparent;
  pointer-events: none;
}
.flatpickr-weekdays {
  background: transparent;
  text-align: center;
  overflow: hidden;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 28px;
}
.flatpickr-weekdays .flatpickr-weekdaycontainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
span.flatpickr-weekday {
  cursor: default;
  font-size: 90%;
  background: transparent;
  color: rgba(0, 0, 0, 0.54);
  line-height: 1;
  margin: 0;
  text-align: center;
  display: block;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-weight: bolder;
}
.dayContainer,
.flatpickr-weeks {
  padding: 1px 0 0 0;
}
.flatpickr-days {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 307.875px;
}
.flatpickr-days:focus {
  outline: 0;
}
.dayContainer {
  padding: 0;
  outline: 0;
  text-align: left;
  width: 307.875px;
  min-width: 307.875px;
  max-width: 307.875px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.dayContainer + .dayContainer {
  -webkit-box-shadow: -1px 0 0 #e6e6e6;
  box-shadow: -1px 0 0 #e6e6e6;
}
.flatpickr-day {
  background: none;
  border: 1px solid transparent;
  border-radius: 150px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #393939;
  cursor: pointer;
  font-weight: 400;
  width: 14.2857143%;
  -webkit-flex-basis: 14.2857143%;
  -ms-flex-preferred-size: 14.2857143%;
  flex-basis: 14.2857143%;
  max-width: 39px;
  height: 39px;
  line-height: 39px;
  margin: 0;
  display: inline-block;
  position: relative;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.flatpickr-day.inRange,
.flatpickr-day.prevMonthDay.inRange,
.flatpickr-day.nextMonthDay.inRange,
.flatpickr-day.today.inRange,
.flatpickr-day.prevMonthDay.today.inRange,
.flatpickr-day.nextMonthDay.today.inRange,
.flatpickr-day:hover,
.flatpickr-day.prevMonthDay:hover,
.flatpickr-day.nextMonthDay:hover,
.flatpickr-day:focus,
.flatpickr-day.prevMonthDay:focus,
.flatpickr-day.nextMonthDay:focus {
  cursor: pointer;
  outline: 0;
  background: #e6e6e6;
  border-color: #e6e6e6;
}
.flatpickr-day.today {
  border-color: #959ea9;
}
.flatpickr-day.today:hover,
.flatpickr-day.today:focus {
  border-color: #959ea9;
  background: #959ea9;
  color: #fff;
}
.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange,
.flatpickr-day.selected.inRange,
.flatpickr-day.startRange.inRange,
.flatpickr-day.endRange.inRange,
.flatpickr-day.selected:focus,
.flatpickr-day.startRange:focus,
.flatpickr-day.endRange:focus,
.flatpickr-day.selected:hover,
.flatpickr-day.startRange:hover,
.flatpickr-day.endRange:hover,
.flatpickr-day.selected.prevMonthDay,
.flatpickr-day.startRange.prevMonthDay,
.flatpickr-day.endRange.prevMonthDay,
.flatpickr-day.selected.nextMonthDay,
.flatpickr-day.startRange.nextMonthDay,
.flatpickr-day.endRange.nextMonthDay {
  background: #569ff7;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
  border-color: #569ff7;
}
.flatpickr-day.selected.startRange,
.flatpickr-day.startRange.startRange,
.flatpickr-day.endRange.startRange {
  border-radius: 50px 0 0 50px;
}
.flatpickr-day.selected.endRange,
.flatpickr-day.startRange.endRange,
.flatpickr-day.endRange.endRange {
  border-radius: 0 50px 50px 0;
}
.flatpickr-day.selected.startRange + .endRange:not(:nth-child(7n+1)),
.flatpickr-day.startRange.startRange + .endRange:not(:nth-child(7n+1)),
.flatpickr-day.endRange.startRange + .endRange:not(:nth-child(7n+1)) {
  -webkit-box-shadow: -10px 0 0 #569ff7;
  box-shadow: -10px 0 0 #569ff7;
}
.flatpickr-day.selected.startRange.endRange,
.flatpickr-day.startRange.startRange.endRange,
.flatpickr-day.endRange.startRange.endRange {
  border-radius: 50px;
}
.flatpickr-day.inRange {
  border-radius: 0;
  -webkit-box-shadow: -5px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
  box-shadow: -5px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
}
.flatpickr-day.disabled,
.flatpickr-day.disabled:hover,
.flatpickr-day.prevMonthDay,
.flatpickr-day.nextMonthDay,
.flatpickr-day.notAllowed,
.flatpickr-day.notAllowed.prevMonthDay,
.flatpickr-day.notAllowed.nextMonthDay {
  color: rgba(57, 57, 57, 0.3);
  background: transparent;
  border-color: transparent;
  cursor: default;
}
.flatpickr-day.disabled,
.flatpickr-day.disabled:hover {
  cursor: not-allowed;
  color: rgba(57, 57, 57, 0.1);
}
.flatpickr-day.week.selected {
  border-radius: 0;
  -webkit-box-shadow: -5px 0 0 #569ff7, 5px 0 0 #569ff7;
  box-shadow: -5px 0 0 #569ff7, 5px 0 0 #569ff7;
}
.flatpickr-day.hidden {
  visibility: hidden;
}
.rangeMode .flatpickr-day {
  margin-top: 1px;
}
.flatpickr-weekwrapper {
  display: inline-block;
  float: left;
}
.flatpickr-weekwrapper .flatpickr-weeks {
  padding: 0 12px;
  -webkit-box-shadow: 1px 0 0 #e6e6e6;
  box-shadow: 1px 0 0 #e6e6e6;
}
.flatpickr-weekwrapper .flatpickr-weekday {
  float: none;
  width: 100%;
  line-height: 28px;
}
.flatpickr-weekwrapper span.flatpickr-day,
.flatpickr-weekwrapper span.flatpickr-day:hover {
  display: block;
  width: 100%;
  max-width: none;
  color: rgba(57, 57, 57, 0.3);
  background: transparent;
  cursor: default;
  border: none;
}
.flatpickr-innerContainer {
  display: block;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}
.flatpickr-rContainer {
  display: inline-block;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.flatpickr-time {
  text-align: center;
  outline: 0;
  display: block;
  height: 0;
  line-height: 40px;
  max-height: 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.flatpickr-time:after {
  content: "";
  display: table;
  clear: both;
}
.flatpickr-time .numInputWrapper {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 40%;
  height: 40px;
  float: left;
}
.flatpickr-time .numInputWrapper span.arrowUp:after {
  border-bottom-color: #393939;
}
.flatpickr-time .numInputWrapper span.arrowDown:after {
  border-top-color: #393939;
}
.flatpickr-time.hasSeconds .numInputWrapper {
  width: 26%;
}
.flatpickr-time.time24hr .numInputWrapper {
  width: 49%;
}
.flatpickr-time input {
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
  border-radius: 0;
  text-align: center;
  margin: 0;
  padding: 0;
  height: inherit;
  line-height: inherit;
  color: #393939;
  font-size: 14px;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.flatpickr-time input.flatpickr-hour {
  font-weight: bold;
}
.flatpickr-time input.flatpickr-minute,
.flatpickr-time input.flatpickr-second {
  font-weight: 400;
}
.flatpickr-time input:focus {
  outline: 0;
  border: 0;
}
.flatpickr-time .flatpickr-time-separator,
.flatpickr-time .flatpickr-am-pm {
  height: inherit;
  display: inline-block;
  float: left;
  line-height: inherit;
  color: #393939;
  font-weight: bold;
  width: 2%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}
.flatpickr-time .flatpickr-am-pm {
  outline: 0;
  width: 18%;
  cursor: pointer;
  text-align: center;
  font-weight: 400;
}
.flatpickr-time input:hover,
.flatpickr-time .flatpickr-am-pm:hover,
.flatpickr-time input:focus,
.flatpickr-time .flatpickr-am-pm:focus {
  background: #f3f3f3;
}
.flatpickr-input[readonly] {
  cursor: pointer;
}
@-webkit-keyframes fpFadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fpFadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
/**
 * selectize.css (v0.12.6)
 * Copyright (c) 2013–2015 Brian Reavis & contributors
 *
 * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this
 * file except in compliance with the License. You may obtain a copy of the License at:
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software distributed under
 * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF
 * ANY KIND, either express or implied. See the License for the specific language
 * governing permissions and limitations under the License.
 *
 * @author Brian Reavis <brian@thirdroute.com>
 */
.selectize-control.plugin-drag_drop.multi > .selectize-input > div.ui-sortable-placeholder {
  visibility: visible !important;
  background: #f2f2f2 !important;
  background: rgba(0, 0, 0, 0.06) !important;
  border: 0 none !important;
  -webkit-box-shadow: inset 0 0 12px 4px #fff;
  box-shadow: inset 0 0 12px 4px #fff;
}
.selectize-control.plugin-drag_drop .ui-sortable-placeholder::after {
  content: '!';
  visibility: hidden;
}
.selectize-control.plugin-drag_drop .ui-sortable-helper {
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
.selectize-dropdown-header {
  position: relative;
  padding: 5px 8px;
  border-bottom: 1px solid #d0d0d0;
  background: #f8f8f8;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}
.selectize-dropdown-header-close {
  position: absolute;
  right: 8px;
  top: 50%;
  color: #303030;
  opacity: 0.4;
  margin-top: -12px;
  line-height: 20px;
  font-size: 20px !important;
}
.selectize-dropdown-header-close:hover {
  color: #000000;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup {
  border-right: 1px solid #f2f2f2;
  border-top: 0 none;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup:last-child {
  border-right: 0 none;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup:before {
  display: none;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup-header {
  border-top: 0 none;
}
.selectize-control.plugin-remove_button [data-value] {
  position: relative;
  padding-right: 24px !important;
}
.selectize-control.plugin-remove_button [data-value] .remove {
  z-index: 1;
  /* fixes ie bug (see #392) */
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 17px;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
  color: inherit;
  text-decoration: none;
  vertical-align: middle;
  display: inline-block;
  padding: 2px 0 0 0;
  border-left: 1px solid #d0d0d0;
  -webkit-border-radius: 0 2px 2px 0;
  -moz-border-radius: 0 2px 2px 0;
  border-radius: 0 2px 2px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.selectize-control.plugin-remove_button [data-value] .remove:hover {
  background: rgba(0, 0, 0, 0.05);
}
.selectize-control.plugin-remove_button [data-value].active .remove {
  border-left-color: #cacaca;
}
.selectize-control.plugin-remove_button .disabled [data-value] .remove:hover {
  background: none;
}
.selectize-control.plugin-remove_button .disabled [data-value] .remove {
  border-left-color: #ffffff;
}
.selectize-control.plugin-remove_button .remove-single {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 23px;
}
.selectize-control {
  position: relative;
}
.selectize-dropdown,
.selectize-input,
.selectize-input input {
  color: #303030;
  font-family: inherit;
  font-size: 13px;
  line-height: 18px;
  -webkit-font-smoothing: inherit;
}
.selectize-input,
.selectize-control.single .selectize-input.input-active {
  background: #fff;
  cursor: text;
  display: inline-block;
}
.selectize-input {
  border: 1px solid #d0d0d0;
  padding: 8px 8px;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.selectize-control.multi .selectize-input.has-items {
  padding: 6px 8px 3px;
}
.selectize-input.full {
  background-color: #fff;
}
.selectize-input.disabled,
.selectize-input.disabled * {
  cursor: default !important;
}
.selectize-input.focus {
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
}
.selectize-input.dropdown-active {
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}
.selectize-input > * {
  vertical-align: baseline;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.selectize-control.multi .selectize-input > div {
  cursor: pointer;
  margin: 0 3px 3px 0;
  padding: 2px 6px;
  background: #f2f2f2;
  color: #303030;
  border: 0 solid #d0d0d0;
}
.selectize-control.multi .selectize-input > div.active {
  background: #e8e8e8;
  color: #303030;
  border: 0 solid #cacaca;
}
.selectize-control.multi .selectize-input.disabled > div,
.selectize-control.multi .selectize-input.disabled > div.active {
  color: #7d7d7d;
  background: #ffffff;
  border: 0 solid #ffffff;
}
.selectize-input > input {
  display: inline-block !important;
  padding: 0 !important;
  min-height: 0 !important;
  max-height: none !important;
  max-width: 100% !important;
  margin: 0 2px 0 0 !important;
  text-indent: 0 !important;
  border: 0 none !important;
  background: none !important;
  line-height: inherit !important;
  -webkit-user-select: auto !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.selectize-input > input::-ms-clear {
  display: none;
}
.selectize-input > input:focus {
  outline: none !important;
}
.selectize-input::after {
  content: ' ';
  display: block;
  clear: left;
}
.selectize-input.dropdown-active::before {
  content: ' ';
  display: block;
  position: absolute;
  background: #f0f0f0;
  height: 1px;
  bottom: 0;
  left: 0;
  right: 0;
}
.selectize-dropdown {
  position: absolute;
  z-index: 10;
  border: 1px solid #d0d0d0;
  background: #fff;
  margin: -1px 0 0 0;
  border-top: 0 none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
}
.selectize-dropdown [data-selectable] {
  cursor: pointer;
  overflow: hidden;
}
.selectize-dropdown [data-selectable] .highlight {
  background: rgba(125, 168, 208, 0.2);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}
.selectize-dropdown .option,
.selectize-dropdown .optgroup-header {
  padding: 5px 8px;
}
.selectize-dropdown .option,
.selectize-dropdown [data-disabled],
.selectize-dropdown [data-disabled] [data-selectable].option {
  cursor: inherit;
  opacity: 0.5;
}
.selectize-dropdown [data-selectable].option {
  opacity: 1;
}
.selectize-dropdown .optgroup:first-child .optgroup-header {
  border-top: 0 none;
}
.selectize-dropdown .optgroup-header {
  color: #303030;
  background: #fff;
  cursor: default;
}
.selectize-dropdown .active {
  background-color: #f5fafd;
  color: #495c68;
}
.selectize-dropdown .active.create {
  color: #495c68;
}
.selectize-dropdown .create {
  color: rgba(48, 48, 48, 0.5);
}
.selectize-dropdown-content {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 200px;
  -webkit-overflow-scrolling: touch;
}
.selectize-control.single .selectize-input,
.selectize-control.single .selectize-input input {
  cursor: pointer;
}
.selectize-control.single .selectize-input.input-active,
.selectize-control.single .selectize-input.input-active input {
  cursor: text;
}
.selectize-control.single .selectize-input:after {
  content: ' ';
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -3px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #808080 transparent transparent transparent;
}
.selectize-control.single .selectize-input.dropdown-active:after {
  margin-top: -4px;
  border-width: 0 5px 5px 5px;
  border-color: transparent transparent #808080 transparent;
}
.selectize-control.rtl.single .selectize-input:after {
  left: 15px;
  right: auto;
}
.selectize-control.rtl .selectize-input > input {
  margin: 0 4px 0 -2px !important;
}
.selectize-control .selectize-input.disabled {
  opacity: 0.5;
  background-color: #fafafa;
}
.parsley-errors-list {
  position: absolute;
  color: #a71c1c;
  bottom: -2rem;
  left: 0;
  font-size: 1.2rem;
}
.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange,
.flatpickr-day.selected.inRange,
.flatpickr-day.startRange.inRange,
.flatpickr-day.endRange.inRange,
.flatpickr-day.selected:focus,
.flatpickr-day.startRange:focus,
.flatpickr-day.endRange:focus,
.flatpickr-day.selected:hover,
.flatpickr-day.startRange:hover,
.flatpickr-day.endRange:hover,
.flatpickr-day.selected.prevMonthDay,
.flatpickr-day.startRange.prevMonthDay,
.flatpickr-day.endRange.prevMonthDay,
.flatpickr-day.selected.nextMonthDay,
.flatpickr-day.startRange.nextMonthDay,
.flatpickr-day.endRange.nextMonthDay {
  border-color: #c59771;
  background: #c59771;
}
.flatpickr-day.selected.startRange,
.flatpickr-day.startRange.startRange,
.flatpickr-day.endRange.startRange,
.flatpickr-day,
.flatpickr-day.selected.endRange,
.flatpickr-day.startRange.endRange,
.flatpickr-day.endRange.endRange {
  border-radius: 0;
}
.flatpickr-calendar {
  border-radius: 0;
  box-shadow: none;
  border: 1px solid #efefef;
  margin-top: 0.7rem;
}
.flatpickr-months .flatpickr-month {
  height: 32px;
}
.selectize-control.single .selectize-input:after {
  display: none;
  padding: 1rem 0;
}
.selectize-input,
.selectize-input.focus,
.selectize-input.dropdown-active,
.selectize-input > * {
  font-size: 1.4rem !important;
  line-height: 1.2;
  padding: 0;
  margin: 0;
  box-shadow: none;
  border: none;
  border-radius: 0;
}
.selectize-input:before,
.selectize-input.focus:before,
.selectize-input.dropdown-active:before,
.selectize-input > *:before,
.selectize-input:after,
.selectize-input.focus:after,
.selectize-input.dropdown-active:after,
.selectize-input > *:after {
  display: none;
}
.selectize-dropdown {
  position: absolute;
  border: 1px solid #efefef;
  border-radius: 0;
  margin: 0.3rem 0 0;
  box-shadow: none;
}
.selectize-dropdown-content {
  max-height: 14.6rem;
}
.selectize-dropdown .option,
.selectize-dropdown .optgroup-header {
  padding: 0.9rem 3rem;
}
.selectize-dropdown .option.active,
.selectize-dropdown .optgroup-header.active {
  background: #e6e6e6;
}
.back {
  text-decoration: none;
  display: inline-block;
  position: relative;
  transition: transform 350ms cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 350ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.back__arrow {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-image: url('../img/back.svg');
  width: 3.5rem;
  height: 1rem;
  position: absolute;
  left: 0.3rem;
  top: 0.8rem;
  transition: transform 350ms cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 350ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media only screen and (min-width: 835px) {
  .back__arrow {
    top: 0.8rem;
  }
}
.back__text {
  padding-left: 5.2rem;
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: .1em;
  text-decoration: none;
  color: inherit;
}
.h .back:hover {
  opacity: .8;
}
.h .back:hover .back__arrow {
  transform: translate3d(-0.3rem, 0, 0);
}
.btn {
  transition: border-color 220ms cubic-bezier(0.25, 0.46, 0.45, 0.94), background-color 220ms cubic-bezier(0.25, 0.46, 0.45, 0.94), color 220ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  display: inline-block;
  width: 100%;
  text-align: center;
  cursor: pointer;
  color: #fff;
  background-color: #c59771;
  border: solid 1px #c59771;
  position: relative;
  text-decoration: none;
  font-weight: 500;
  padding: 0.8rem 1.8rem 0.9rem;
  font-size: 1.2rem;
}
.h .btn:hover {
  background-color: #ba8f5d;
  text-decoration: none;
}
.btn--l {
  padding: 2rem;
}
.btn--white {
  background-color: #fff;
  border-color: #fff;
  color: #173966;
}
.h .btn--white:hover {
  background-color: #ebf6f9;
}
.btn--ghost {
  background-color: transparent;
  border-color: #e0e0e0;
  color: #2b2b2b;
}
.h .btn--ghost:hover {
  border-color: #bbbbbb;
  background-color: #fff;
}
.container {
  margin: auto;
  width: 100%;
  max-width: 104.4rem;
  padding: 0 2rem;
}
.container--s {
  max-width: 72.8rem;
}
.form__row {
  zoom: 1;
  margin: 0 0;
  position: relative;
  display: flex;
  flex: 1 1 auto;
}
.form__row:before,
.form__row:after {
  content: '';
  display: table;
}
.form__row:after {
  clear: both;
}
.form__item {
  padding: 0 0;
  vertical-align: top;
  position: relative;
  z-index: 1;
  width: 100%;
  flex: 1 1 auto;
  margin: 1.4rem 0;
}
@media only screen and (min-width: 835px) {
  .form__item {
    margin: 0.9rem 0;
  }
}
.form__item.has-file .form__input {
  opacity: 1;
}
.form__item.has-file .form__attach {
  opacity: 0;
}
.form__input {
  font-size: 1.6rem;
  position: relative;
  display: inline-block;
  vertical-align: top;
  z-index: 2;
  width: 100%;
  outline: 0;
  color: currentColor;
  transition: background-color 1ms linear 999s, color 1ms linear 999s, background-color 1ms linear 999s, background-position 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94), border-color 220ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  font-weight: 500;
  padding: 0.9rem 0;
  text-align: left;
  resize: none;
  background-repeat: no-repeat;
  background-size: 300% 1px;
  background-position: 0% 100%;
  min-height: 4.2rem;
  border-bottom: solid 1px rgba(150, 150, 150, 0.5);
}
.form__input--file {
  opacity: 0;
  z-index: 2;
  display: block;
}
.form__input.parsley-error {
  border-bottom-color: #a71c1c;
}
.form__input:focus {
  border-bottom-color: currentColor;
}
.form__input:focus + .parsley-errors-list + .form__placeholder,
.form__input:focus + .form__placeholder {
  transform: translate3d(0, -1.2rem, 0) scale(0.7);
  opacity: .7;
}
.form__input:not(.placeholder-shown) + .parsley-errors-list + .form__placeholder,
.form__input:not(.placeholder-shown) + .form__placeholder {
  transform: translate3d(0, -1.2rem, 0) scale(0.7);
  opacity: .7;
}
.form__input::-ms-expand {
  display: none;
}
.form__placeholder {
  position: absolute;
  color: currentColor;
  top: 0.8rem;
  left: 0;
  pointer-events: none;
  z-index: 1;
  font-size: 1.6rem;
  transform-origin: 0 0;
  white-space: nowrap;
  transition: transform cubic-bezier(0.25, 0.46, 0.45, 0.94) 100ms, color cubic-bezier(0.25, 0.46, 0.45, 0.94) 200ms;
}
.form__placeholder.has-value {
  color: #e0e0e0;
  transform: translate3d(0, -1.6rem, 0) scale(0.7);
}
.form__placeholder.is-focused {
  transform: translate3d(0, -1.6rem, 0) scale(0.7);
  color: #c59771;
}
.form__caret {
  position: absolute;
  right: 0;
  top: 2rem;
  pointer-events: none;
  z-index: 1;
  width: 0.8rem;
  height: 0.8rem;
  transition: transform cubic-bezier(0.455, 0.03, 0.515, 0.955) 200ms, border-color cubic-bezier(0.455, 0.03, 0.515, 0.955) 200ms;
  border-bottom: solid 2px #efefef;
  border-right: solid 2px #efefef;
  transform: rotate(45deg);
}
.form__caret.is-focused {
  transform: translate3d(0, 0.5rem, 0) rotateX(180deg) rotate(45deg);
  border-color: #c59771;
}
.form__label {
  font-size: 1.4rem;
  flex: 0 0 50%;
}
.form__control {
  display: block;
  cursor: pointer;
  background-color: transparent;
  text-align: center;
  transition: border-color 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94), background-color 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  position: absolute;
  width: 2rem;
  height: 2rem;
  top: 0rem;
  left: 0;
  border: solid 1px #efefef;
}
.form__control:before {
  transition: opacity 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
  content: "";
  position: absolute;
  top: 0.3rem;
  left: 0.4rem;
  width: 1rem;
  height: 0.8rem;
  border-bottom: solid 2px currentColor;
  border-left: solid 2px currentColor;
  opacity: 0;
  transform: rotate(-135deg) scale(0.1);
}
.form__control.has-value:before {
  transform: rotate(-45deg) scale(1);
  opacity: 1;
}
.form__native {
  width: 0;
  height: 0;
  opacity: 0;
  position: absolute;
  pointer-events: none;
  z-index: -9;
  overflow: hidden;
  display: block;
}
.form__native:checked + .form__control:before {
  transform: rotate(-45deg) scale(1);
  opacity: 1;
}
.form__native[disabled] {
  cursor: not-allowed;
}
.form__native[disabled] + .form__control {
  cursor: not-allowed;
  border-color: #bbb;
}
.form__native[disabled] + .form__control + .form__inlabel {
  cursor: not-allowed;
  color: #9c9c9c;
}
.form__attach {
  position: absolute;
  top: 1rem;
  background-size: 2rem 1.8rem;
  background-repeat: no-repeat;
  background-image: url('../img/icon--clip.svg');
  padding-left: 3rem;
  border-bottom: solid 1px rgba(255, 255, 255, 0.5);
  z-index: 1;
}
.form__inlabel {
  font-size: 1.6rem;
  cursor: pointer;
  display: block;
  line-height: 1.29;
  padding-left: 3.3rem;
  font-size: 1.4rem;
  padding: 0.1rem 0rem 0.3rem 2.8rem;
}
.form__inlabel a {
  color: inherit;
}
.form__intro {
  padding: .5rem 0;
}
@media only screen and (min-width: 835px) {
  .form__intro {
    padding: 2.6rem 0 2.6rem;
  }
}
.form__intro--newsletter {
  padding-bottom: 0.6rem;
}
.form__lead {
  padding: 0.9rem 0;
}
@media only screen and (min-width: 835px) {
  .form__content--newsletter {
    position: relative;
    padding-right: 40%;
  }
}
.form__success {
  display: none;
}
.form__submit {
  margin: 0.2rem 0;
}
.form__submit--request {
  float: right;
  display: block;
  width: auto;
  padding: 0.9rem 3.6rem 0.8rem;
  margin: 1.4rem 0;
}
@media only screen and (min-width: 835px) {
  .form__submit--newsletter {
    position: absolute;
    bottom: 4.3rem;
    right: 0rem;
    width: 29%;
  }
}
.trigger {
  position: relative;
  display: inline-block;
  color: #c59771;
  text-decoration: none;
  cursor: pointer;
  font-weight: 500;
  transition: opacity 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.trigger:after {
  content: '';
  position: absolute;
  height: 1px;
  background-color: #c59771;
  bottom: -0.1rem;
  bottom: 0;
  left: 0;
  right: 0;
  transform-origin: 0% 50%;
  transition: transform 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.h .trigger:hover {
  opacity: .8;
}
.h .trigger:hover:after {
  transform: scale(0, 1);
  transform-origin: 100% 50%;
}
.trigger--white {
  color: #fff;
}
.trigger--white:after {
  background-color: #fff;
}
.trigger--black {
  color: #2b2b2b;
}
.trigger--black:after {
  background-color: #2b2b2b;
}
.trigger--spa {
  color: #2b2b2b;
}
@media only screen and (min-width: 835px) {
  .trigger--spa {
    color: #fff;
  }
}
.trigger--spa:after {
  background-color: #2b2b2b;
}
@media only screen and (min-width: 835px) {
  .trigger--spa:after {
    background-color: #fff;
  }
}
.banner {
  position: relative;
  min-height: 24.6rem;
  margin-bottom: 2.4rem;
  padding: 3.7rem 11% 3rem 11%;
  margin: 2.4rem auto;
}
@media only screen and (min-width: 835px) {
  .banner {
    min-height: 21rem;
    margin: 5rem auto;
    padding: 2rem 8% 1.4rem 7%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-content: center;
    align-items: center;
  }
}
.banner__background {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  z-index: 1;
}
.banner__background--overlay {
  z-index: 2;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.5) 100%);
}
.banner__background--desktop {
  display: none;
}
@media only screen and (min-width: 835px) {
  .banner__background--desktop {
    display: block;
  }
}
@media only screen and (min-width: 835px) {
  .banner__background--mobile {
    display: none;
  }
}
.banner__content {
  position: relative;
  z-index: 3;
}
@media only screen and (min-width: 835px) {
  .banner__content {
    width: 57%;
  }
}
.banner__title {
  color: #fff;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: .05em;
}
@media only screen and (min-width: 835px) {
  .banner__title {
    font-size: 3.6rem;
  }
}
.banner__title--white {
  color: #fff;
}
.banner__title--light {
  color: #98b3b9;
}
.banner__title--brown {
  color: #c59771;
}
.banner__title--blue {
  color: #173966;
}
.banner__title--black {
  color: #231f20;
}
.banner__subtitle {
  color: #fff;
  font-size: 1.8rem;
  letter-spacing: .05em;
  padding: 1rem 0;
}
@media only screen and (min-width: 835px) {
  .banner__subtitle {
    padding: 0;
    font-size: 2.4rem;
    letter-spacing: .05em;
  }
}
.banner__subtitle--white {
  color: #fff;
}
.banner__subtitle--light {
  color: #98b3b9;
}
.banner__subtitle--brown {
  color: #c59771;
}
.banner__subtitle--blue {
  color: #173966;
}
.banner__subtitle--black {
  color: #231f20;
}
.banner__btn {
  position: relative;
  z-index: 4;
  text-decoration: none;
  cursor: pointer;
  background-color: #fff;
  text-align: center;
  padding: 1.2rem;
  display: block;
  margin-top: 2.4rem;
  transition: background-color 220ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.banner__btn--white {
  background-color: #fff;
}
.h .banner__btn--white:hover {
  background-color: #ebf6f9;
}
.banner__btn--light {
  background-color: #c4e5ed;
}
.h .banner__btn--light:hover {
  background-color: #ebf6f9;
}
.banner__btn--brown {
  background-color: #c59771;
}
.h .banner__btn--brown:hover {
  background-color: #cca483;
}
.banner__btn--blue {
  background-color: #173966;
}
.h .banner__btn--blue:hover {
  background-color: #1c457b;
}
.banner__btn--black {
  background-color: #231f20;
}
.h .banner__btn--black:hover {
  background-color: #312b2c;
}
@media only screen and (min-width: 835px) {
  .banner__btn {
    margin: 0;
    width: 30%;
    padding: 1.8rem;
  }
}
.banner__btn-text {
  transition: color 220ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  color: #173966;
  font-size: 1.2rem;
  font-weight: 500;
  display: inline-block;
  letter-spacing: .1em;
}
.banner__btn-text--white {
  color: #fff;
}
.banner__btn-text--light {
  color: #98b3b9;
}
.banner__btn-text--brown {
  color: #c59771;
}
.banner__btn-text--blue {
  color: #173966;
}
.banner__btn-text--black {
  color: #231f20;
}
.booking__form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media only screen and (min-width: 835px) {
  .booking__form {
    flex-wrap: nowrap;
  }
}
.booking__block {
  position: relative;
  flex: 1 1 100%;
  width: 100%;
  margin: 0.6rem 0;
}
@media only screen and (min-width: 835px) {
  .booking__block {
    margin: 0;
    flex: 1 1 26%;
    width: 26%;
    border-right: 1px solid #efefef;
  }
}
.booking__block--submit {
  border-right: none;
}
@media only screen and (min-width: 835px) {
  .booking__block--submit {
    flex: 1 1 17%;
    width: 15%;
    padding: 2.4rem 3rem;
  }
}
.booking__block--s {
  flex: 0 1 48%;
  width: 48%;
}
@media only screen and (min-width: 835px) {
  .booking__block--s {
    flex: 1 1 17%;
    width: 15%;
  }
}
.booking__control {
  display: block;
  position: relative;
  background-color: #fff;
  line-height: 1.2;
}
.booking__label {
  line-height: 1.2;
  color: #9c9c9c;
  font-size: 1.4rem;
  font-weight: 300;
  display: block;
  pointer-events: none;
  z-index: 2;
  position: absolute;
  top: 1.3rem;
  left: 2.1rem;
}
@media only screen and (min-width: 835px) {
  .booking__label {
    top: 1.7rem;
    left: 3rem;
  }
}
.booking__input {
  font-size: 1.4rem;
  display: block;
  width: 100%;
  position: relative;
  padding: 3.4rem 2.1rem 0.9rem;
}
@media only screen and (min-width: 835px) {
  .booking__input {
    padding: 4.7rem 3rem 2.1rem;
  }
  .booking__input.selectize-control {
    height: auto;
    padding: 0;
  }
  .booking__input.selectize-control .selectize-input {
    padding: 4.4rem 3rem 2.1rem;
  }
}
.booking__calendar {
  display: block;
  position: absolute;
  width: 2.4rem;
  height: 2.4rem;
  right: 1.9rem;
  top: 1.9rem;
  pointer-events: none;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50% 50%;
  background-image: url('../img/icon--calendar.svg');
}
@media only screen and (min-width: 835px) {
  .booking__calendar {
    top: 2.4rem;
  }
}
.booking__caret {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  pointer-events: none;
  z-index: 2;
}
.booking__caret:before {
  content: '';
  position: absolute;
  width: 0.8rem;
  height: 0.8rem;
  top: 2.3rem;
  right: 2.1rem;
  border-bottom: solid 2px #9c9c9c;
  border-right: solid 2px #9c9c9c;
  transform: rotate(45deg);
}
@media only screen and (min-width: 835px) {
  .booking__caret:before {
    top: 3rem;
  }
}
.booking__submit {
  padding: 1.4rem;
}
@media only screen and (min-width: 835px) {
  .booking__submit {
    padding: 0.8rem;
  }
}
.cover {
  position: relative;
}
.cover__container {
  position: relative;
  z-index: 3;
  height: inherit;
  display: flex;
  align-items: flex-end;
  margin: auto;
}
@media only screen and (min-width: 835px) {
  .cover__container {
    align-items: center;
  }
}
.cover__content {
  padding: 0 26% 4.4rem 0;
  position: relative;
}
@media only screen and (min-width: 835px) {
  .cover__content {
    padding: 0 26% 0 0;
    margin: auto;
  }
}
.cover__back {
  margin: 2.8rem 0;
  color: #fff;
}
@media only screen and (min-width: 835px) {
  .cover__back {
    margin: 5.3rem 0;
  }
}
.cover__overlay {
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.27) 100%);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
}
.cover__image {
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.cover__image--desktop {
  display: none;
}
@media only screen and (min-width: 835px) {
  .cover__image--desktop {
    display: block;
  }
}
@media only screen and (min-width: 835px) {
  .cover__image--mobile {
    display: none;
  }
}
.cover__background {
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.cover .back__arrow {
  background-image: url('../img/back--white.svg');
}
.cover__meta {
  padding-top: 1rem;
}
@media only screen and (min-width: 835px) {
  .cover__meta {
    position: absolute;
    bottom: -5.1rem;
    left: .3rem;
  }
}
@media only screen and (min-width: 835px) {
  .expert {
    padding: 2.6rem 0;
  }
}
.expert__meta {
  color: #9C9C9C;
}
.expert__content {
  padding: 2.4rem 0 0;
}
.expert__content p {
  margin-top: 0.8em;
}
.eu {
  position: relative;
  display: flex;
  padding: 1.2rem 0;
  align-items: center;
  flex-wrap: wrap;
}
@media only screen and (min-width: 835px) {
  .eu {
    padding: 3.2rem 0;
  }
}
.eu__logo {
  display: block;
  width: 9rem;
}
.eu__label {
  display: block;
  font-size: 1.2rem;
  line-height: 1.3333333;
  color: #9C9C9C;
  padding-left: 1.5rem;
  max-width: 50%;
}
.eu__link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.feat__pattern {
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding-bottom: 60%;
}
@media only screen and (min-width: 835px) {
  .feat__pattern {
    padding-bottom: 55.5%;
  }
}
.feat__pattern--dark {
  background-image: url('../img/pattern--dark.png');
}
.feat__pattern--light {
  background-image: url('../img/pattern--light.png');
}
.feat__image {
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  position: absolute;
  top: 0;
  left: 29.4%;
  right: 7%;
  padding-top: 75.8%;
}
@media only screen and (min-width: 835px) {
  .feat__image {
    left: 30.1%;
    right: 15.5%;
    padding-top: 0;
    height: 58.1rem;
  }
}
.gallery {
  position: relative;
  height: 19.2rem;
}
@media only screen and (min-width: 835px) {
  .gallery {
    height: 56.4rem;
  }
}
.gallery__swiper {
  height: inherit;
}
.gallery__wrapper {
  height: inherit;
}
.gallery__slide {
  height: inherit;
  position: relative;
}
.gallery__streetview {
  height: inherit;
  position: relative;
}
.gallery__streetview.is-active .gallery__iframe {
  opacity: 1;
}
.gallery__streetview.is-active .gallery__image {
  opacity: 0;
  pointer-events: none;
}
.gallery__iframe {
  position: relative;
  height: inherit;
  z-index: 1;
  height: 19.2rem;
  opacity: 0;
}
@media only screen and (min-width: 835px) {
  .gallery__iframe {
    height: 56.4rem;
  }
}
.gallery__iframe--set {
  height: 18rem;
}
@media only screen and (min-width: 835px) {
  .gallery__iframe--set {
    height: 54rem;
  }
}
.gallery__iframe--basic-intro {
  height: 18.1rem;
}
@media only screen and (min-width: 835px) {
  .gallery__iframe--basic-intro {
    height: 40.1rem;
  }
}
.gallery__image {
  height: inherit;
  z-index: 2;
  display: block;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: opacity 650ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.gallery__icon {
  display: block;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 0;
  left: 0;
  cursor: pointer;
  background-image: url('../img/icon--360.svg');
  z-index: 3;
  width: 8.7rem;
  height: 7.1rem;
  background-size: 4.8rem 3.3rem;
  transition: transform 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media only screen and (min-width: 835px) {
  .gallery__icon {
    width: 12.4rem;
    height: 8.4rem;
    background-size: 6.4rem 4.4rem;
  }
}
.h .gallery__icon:hover {
  opacity: .7;
  transform: scale(1.02);
}
.gallery__nav {
  position: absolute;
  bottom: 4.9rem;
  right: 1rem;
  z-index: 3;
}
@media only screen and (min-width: 835px) {
  .gallery__nav {
    bottom: 5.6rem;
    right: 2rem;
  }
}
.gallery__arrow {
  display: block;
  width: 5.5rem;
  height: 3rem;
  cursor: pointer;
  background-repeat: no-repeat;
  background-size: 3.5rem 1rem;
  background-position: 50% 50%;
  position: absolute;
  top: 0;
  transition: transform 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.gallery__arrow--prev {
  background-image: url('../img/back--white.svg');
  right: 5.5rem;
}
.h .gallery__arrow--prev:hover {
  transform: translate3d(-0.4rem, 0, 0);
  opacity: .8;
}
.gallery__arrow--next {
  right: 0;
  background-image: url('../img/next--white.svg');
}
.h .gallery__arrow--next:hover {
  transform: translate3d(0.4rem, 0, 0);
  opacity: .8;
}
.hero__background {
  display: block;
  border-spacing: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.hero__image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.hero__image--desktop {
  display: none;
}
@media only screen and (min-width: 835px) {
  .hero__image--desktop {
    display: block;
  }
}
@media only screen and (min-width: 835px) {
  .hero__image--mobile {
    display: none;
  }
}
.hero__overlay {
  display: block;
  opacity: 0.42;
  background-image: linear-gradient(to top, rgba(255, 255, 255, 0) 0%, #000 100%);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
}
.hero__video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  z-index: 1;
  width: auto;
  height: 100%;
  backface-visibility: hidden;
}
@media only screen and (min-width: 835px) {
  .hero__video {
    display: block;
  }
}
@media screen and (min-width: 176vh) {
  .hero__video {
    width: 100%;
    height: auto;
  }
}
.hero__container {
  position: relative;
  z-index: 3;
  margin: 0;
  padding: 12rem 2rem 3.4rem;
}
@media only screen and (min-width: 835px) {
  .hero__container {
    margin: auto;
    padding: 0 2rem .4rem;
  }
}
.hero__intro {
  border-spacing: 0;
  color: #fff;
  padding: 0 15% 2.6rem 0;
  opacity: 0;
  transform: translateZ(0) translateY(8vh);
  transition: all 1800ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.hero__intro.in-viewport {
  transform: translateZ(0) translateY(0);
  opacity: 1;
}
@media only screen and (min-width: 835px) {
  .hero__intro {
    padding: 0 46% 5.5rem 0;
  }
}
.hero__booking {
  opacity: 0;
  border-spacing: 0;
  transform: translateZ(0) translateY(5vh);
  transition: all 1200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.hero__booking.in-viewport {
  transform: translateZ(0) translateY(0);
  opacity: 1;
}
@media only screen and (min-width: 835px) {
  .hero__booking {
    background-color: #fff;
  }
}
.hero__scrolldown {
  color: #fff;
  position: absolute;
  bottom: -22vh;
  left: -1%;
  font-size: 1.4rem;
  cursor: pointer;
  transform: rotate(90deg);
  display: none;
  transition: transform 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94), bottom 1ms linear 999s;
}
.h .hero__scrolldown:hover {
  transform: translate3d(0, -0.4rem, 0) rotate(90deg);
  opacity: .8;
}
@media only screen and (min-width: 835px) {
  .hero__scrolldown {
    display: block;
  }
}
@media only screen and (min-width: 835px) {
  .info {
    max-width: 50rem;
  }
}
@media only screen and (min-width: 835px) {
  .info--spa {
    color: #fff;
  }
}
.info__title {
  font-weight: 400;
  font-size: 3rem;
}
@media only screen and (min-width: 835px) {
  .info__title {
    line-height: 1.25;
    font-size: 4.8rem;
  }
}
.info__intro {
  padding: 0.8rem 0;
}
@media only screen and (min-width: 835px) {
  .info__intro {
    padding: 2.2rem 30% 2.2rem 0;
  }
}
.info__trigger {
  font-size: 1.3rem;
  margin: 1.5rem 0 2.2rem;
}
@media only screen and (min-width: 835px) {
  .info__trigger {
    margin: 2rem 0;
  }
}
.logo__link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.logo__svg {
  width: 100%;
  height: 100%;
  vertical-align: top;
  display: inline-block;
  width: 6.1rem;
  height: 5.4rem;
}
@media only screen and (min-width: 835px) {
  .logo__svg {
    width: 6.1rem;
    height: 5.4rem;
  }
}
.logo__icon {
  fill: #002E6D;
  transform-origin: 50% 50%;
  transition: transform 350ms cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 350ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.logo__text {
  fill: #002E6D;
  transform-origin: 50% 50%;
  transition: transform 350ms cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 350ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.logo__label {
  display: block;
  text-align: center;
  color: #c59771;
  font-weight: 500;
  font-size: 1.5rem;
}
@media only screen and (min-width: 835px) {
  .logo__label {
    padding: 0rem 0;
  }
}
.h .logo:hover {
  opacity: .7;
}
.method__scene {
  position: relative;
  width: 80%;
  padding-top: 80%;
  margin: 7.9% auto 21.8%;
}
@media only screen and (min-width: 835px) {
  .method__scene {
    width: 55.6%;
    padding-top: 55.6%;
    margin: 4.9% auto;
  }
}
.method__bubbles {
  position: absolute;
  top: 1%;
  left: 1%;
  right: 1%;
  bottom: 1%;
  border-radius: 50%;
  border: solid 1px #c59771;
  transition: opacity 3000ms cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 3000ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  opacity: 0;
  transform: scale(0.8);
}
@media only screen and (min-width: 835px) {
  .method__bubbles {
    border: solid 2px #c59771;
  }
}
.method__bubble {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-content: center;
  align-items: center;
  text-align: center;
  position: absolute;
  border-radius: 50%;
  background-color: #fff;
  width: 28.6%;
  height: 28.6%;
  padding: 2%;
  color: #c59771;
  letter-spacing: 0;
  border: solid 1px #c59771;
  font-size: 0.8rem;
  opacity: 0;
  transform: scale(0.7) rotate(-15deg);
  transition: opacity 600ms cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 1200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media only screen and (min-width: 835px) {
  .method__bubble {
    font-size: 1.8rem;
    border: solid 2px #c59771;
  }
}
.method__bubble--1 {
  top: -9.5%;
  right: 15.4%;
  transition-delay: 800ms;
}
.method__bubble--2 {
  top: 17.7%;
  right: -13.6%;
  transition-delay: 1000ms;
}
.method__bubble--3 {
  bottom: 17.7%;
  right: -13.6%;
  transition-delay: 1200ms;
}
.method__bubble--4 {
  bottom: -9.5%;
  right: 15.4%;
  transition-delay: 1400ms;
}
.method__bubble--5 {
  bottom: -9.5%;
  left: 15.4%;
  transition-delay: 1600ms;
}
.method__bubble--6 {
  bottom: 17.7%;
  left: -13.6%;
  transition-delay: 1800ms;
}
.method__bubble--7 {
  top: 17.7%;
  left: -13.6%;
  transition-delay: 2000ms;
}
.method__bubble--8 {
  top: -9.5%;
  left: 15.4%;
  transition-delay: 2200ms;
}
.method__image {
  position: absolute;
  left: 22.5%;
  right: 22.5%;
  top: 22.4%;
  transition: opacity 800ms cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 1000ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 250ms;
  transform: rotate(-30deg) scale(0.8);
  opacity: 0;
}
.method.in-viewport .method__image {
  opacity: 1;
  transform: rotate(0deg) scale(1);
}
.method.in-viewport .method__bubbles {
  opacity: 1;
  transform: scale(1);
}
.method.in-viewport .method__bubble {
  opacity: 1;
  transform: scale(1);
}
.newsletter {
  color: #fff;
  position: relative;
  margin: 7.9rem auto 13.6rem;
}
.newsletter:before {
  content: '';
  position: absolute;
  right: 50%;
  top: 8rem;
  width: 50vw;
  z-index: -1;
  background-color: #f9f9f9;
  bottom: -8rem;
}
.newsletter__background {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  z-index: 1;
}
.newsletter__background--desktop {
  display: none;
}
@media only screen and (min-width: 835px) {
  .newsletter__background--desktop {
    display: block;
  }
}
@media only screen and (min-width: 835px) {
  .newsletter__background--mobile {
    display: none;
  }
}
.newsletter__form {
  background-color: #173966;
  background-image: url('../img/newsletter__background.png');
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  padding: 3.7rem 11% 3rem 11%;
  z-index: 2;
}
@media only screen and (min-width: 835px) {
  .newsletter__form {
    padding: 0.8rem 8.3% 3.3rem;
  }
}
.newsletter h3 {
  color: #fff;
}
@media only screen and (min-width: 835px) {
  .newsletter h3 {
    font-size: 4.8rem;
  }
}
.pricing__intro {
  padding: 1.8rem 0 0;
}
@media only screen and (min-width: 835px) {
  .pricing__intro {
    padding: 4.8rem 0 0;
  }
}
.pricing__top {
  position: relative;
  padding-right: 11rem;
}
.pricing__subtitle {
  color: #c59771;
  font-weight: 500;
  font-size: 1.6rem;
  padding-top: 2.9rem;
  padding-bottom: 1.6rem;
}
@media only screen and (min-width: 835px) {
  .pricing__subtitle {
    font-size: 1.8rem;
    padding-top: 4rem;
    padding-bottom: 1.6rem;
  }
}
.pricing__icon {
  display: block;
  position: absolute;
  right: 0;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50% 50%;
  top: 1.1rem;
  width: 6.6rem;
  height: 6.6rem;
}
@media only screen and (min-width: 835px) {
  .pricing__icon {
    top: -3.6rem;
    width: 9.6rem;
    height: 9.6rem;
  }
}
.pricing__icon--left {
  position: relative;
  top: auto;
  margin: 3rem 0 0;
  background-position: 0% 50%;
}
@media only screen and (min-width: 835px) {
  .pricing__icon--left {
    background-position: 50% 50%;
    position: absolute;
    right: auto;
    left: -14.1%;
    top: 0.8rem;
  }
}
.pricing__table {
  border-top: solid 1px #efefef;
}
.pricing__expand {
  cursor: pointer;
}
.pricing__expand.is-active .pricing__row {
  color: #C59771;
  font-weight: 500;
  border-bottom-color: #C59771;
}
.pricing__expand.is-active .pricing__row:before {
  transform: rotateX(180deg) rotate(-45deg) translate3d(0.3rem, -0.3rem, 0);
}
.pricing__row {
  transition: color 220ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  padding: 0.7rem 0 0.9rem;
  font-size: 1.4rem;
  line-height: 1.29;
  position: relative;
  border-bottom: solid 1px #E5E5E5;
}
@media only screen and (min-width: 835px) {
  .pricing__row {
    display: flex;
    align-items: center;
    line-height: 1.5;
    font-size: 1.6rem;
    padding: 0;
    min-height: 6rem;
  }
}
.pricing__row.is-active {
  display: block;
}
.pricing__row--expand {
  padding: 0.7rem 0 0.9rem 2.6rem;
}
.pricing__row--expand:before {
  content: '';
  position: absolute;
  top: 2.2rem;
  left: 0rem;
  width: .8rem;
  height: .8rem;
  border-left: solid 1px currentColor;
  border-bottom: solid 1px currentColor;
  transform: rotate(-45deg);
  transition: transform 220ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.pricing__label {
  padding: 0.8rem 0 1.6rem;
}
@media only screen and (min-width: 835px) {
  .pricing__label {
    padding: 0.8rem 0 1rem  1.8rem ;
    width: 60%;
    flex: 1 1 60%;
  }
}
.pricing__label a {
  color: inherit;
  text-decoration: none;
}
.pricing__label a:hover {
  color: #9c9c9c;
}
.pricing__label--expand {
  padding-left: 2rem;
}
.pricing__cols {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
@media only screen and (min-width: 835px) {
  .pricing__cols {
    justify-content: flex-end;
    flex: 1 1 40%;
    width: 40%;
  }
}
.pricing__col {
  min-width: 29%;
  padding: 0.7rem 1rem;
  text-align: left;
}
@media only screen and (min-width: 835px) {
  .pricing__col {
    text-align: center;
  }
}
.pricing__col--btn {
  padding: 0;
  align-self: flex-end;
}
.pricing__col:first-child {
  padding-left: 0;
}
@media only screen and (min-width: 835px) {
  .pricing__col:first-child {
    padding-left: 1rem;
  }
}
@media only screen and (min-width: 835px) {
  .pricing__col:last-child {
    padding-right: 0;
    text-align: right;
  }
}
.pricing__booking {
  margin: 4rem 0;
}
@media only screen and (min-width: 835px) {
  .pricing__booking {
    width: auto;
  }
}
.pricing__content {
  display: none;
  cursor: default;
  border-bottom: solid 1px #E5E5E5;
}
.pricing__text {
  padding-bottom: 2rem;
  color: #2B2B2B;
}
.pricing__text p {
  margin: 1.5em 0 0;
}
.pricing__text ul {
  font-size: 1.4rem;
  padding: 1.4rem 0;
}
.pricing__text ul li {
  padding: 0.1rem 0 0.2rem 2rem;
  position: relative;
}
.pricing__text ul li:before {
  content: '';
  width: .8rem;
  height: .8rem;
  border-radius: 50%;
  background-color: #c59771;
  display: block;
  position: absolute;
  top: 0.7rem;
  left: 0rem;
}
.promo__content {
  position: absolute;
  bottom: 5rem;
  left: 4rem;
  right: 5rem;
}
.promo__action {
  width: auto;
  padding: 0.7rem 1.8rem 0.9rem;
  margin-top: 2.1rem;
}
.services__container {
  z-index: 2;
  position: relative;
}
@media only screen and (min-width: 835px) {
  .services__container {
    display: flex;
    flex-wrap: wrap;
    margin: 8.1rem -16.6rem 3.2rem -2rem;
  }
}
.services__block {
  padding: 0.9rem 0;
  position: relative;
}
@media only screen and (min-width: 835px) {
  .services__block {
    padding: 0.1rem 2rem;
    width: 25%;
  }
}
@media only screen and (min-width: 835px) {
  .services__block:nth-child(6n + 3) {
    width: 50%;
    top: -13.5rem;
  }
  .services__block:nth-child(6n + 3) .services__media {
    padding-top: 89.3%;
  }
}
@media only screen and (min-width: 835px) {
  .services__block:nth-child(6n + 4) {
    width: 50%;
  }
  .services__block:nth-child(6n + 4) .services__media {
    padding-top: 84.2%;
  }
}
@media only screen and (min-width: 835px) {
  .services__block:nth-child(6n + 5),
  .services__block:nth-child(6n + 6) {
    top: -10.6rem;
  }
}
.services__media {
  padding-top: 120%;
  position: relative;
  overflow: hidden;
}
@media only screen and (min-width: 835px) {
  .services__media {
    padding-top: 182.8%;
  }
}
.services__image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: transform 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.services__label {
  padding: 1.6rem 0;
  font-size: 1.8rem;
  font-weight: 400;
  transition: transform 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media only screen and (min-width: 835px) {
  .services__label {
    padding: 1.3rem 0;
    font-size: 1.6rem;
  }
}
.services__trigger {
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.services__footer {
  text-align: center;
  padding: 1.8rem 0;
}
.services__more {
  font-size: 1.4rem;
}
.slider__top {
  padding: 3.8rem 4rem 2.1rem 0;
  position: relative;
}
@media only screen and (min-width: 835px) {
  .slider__top {
    padding: 5.4rem 11rem 5.4rem 0;
  }
}
.slider__nav {
  position: absolute;
  bottom: 2.8rem;
  right: -1rem;
}
@media only screen and (min-width: 835px) {
  .slider__nav {
    bottom: 7.4rem;
    right: -1rem;
  }
}
.slider__arrow {
  display: block;
  width: 5.5rem;
  height: 3rem;
  cursor: pointer;
  background-repeat: no-repeat;
  background-size: 3.5rem 1rem;
  background-position: 50% 50%;
  position: absolute;
  bottom: 0;
  transition: transform 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.slider__arrow--prev {
  background-image: url('../img/back.svg');
  right: 5.5rem;
}
.h .slider__arrow--prev:hover {
  transform: translate3d(-0.4rem, 0, 0);
  opacity: 0.8;
}
.slider__arrow--next {
  right: 0;
  background-image: url('../img/next.svg');
}
.h .slider__arrow--next:hover {
  transform: translate3d(0.4rem, 0, 0);
  opacity: 0.8;
}
.slider__swiper {
  margin: 0;
}
.slider__swiper--suite {
  overflow: visible;
  width: 91%;
}
.slider__swiper--suite:before {
  content: '';
  position: absolute;
  background-color: #fff;
  top: 0;
  bottom: 0;
  right: 100%;
  width: 100vw;
  z-index: 3;
}
@media only screen and (min-width: 835px) {
  .slider__swiper--suite {
    width: 41.6%;
  }
}
.slider__swiper--multi {
  overflow: visible;
  width: 91%;
}
.slider__swiper--multi:before {
  content: '';
  position: absolute;
  background-color: #fff;
  top: 0;
  bottom: 0;
  right: 100%;
  width: 100vw;
  z-index: 3;
}
@media only screen and (min-width: 835px) {
  .slider__swiper--multi {
    width: 75.5%;
  }
}
.slider__bar {
  position: absolute;
  display: block;
  top: -1px;
  bottom: 3.7rem;
  width: 2.3rem;
  z-index: 2;
  background-color: #fff;
  display: none !important;
}
@media only screen and (min-width: 835px) {
  .slider__bar {
    bottom: 5.7rem;
    width: 4.6rem;
  }
}
.slider__bar--1 {
  right: 0;
}
.slider__bar--2 {
  right: -100%;
}
.slider__bar--3 {
  right: -200%;
}
.slider__bar--4 {
  right: -300%;
}
.slider__bar--grey {
  background-color: #f9f9f9;
}
.slider__slide.swiper-slide-active .slider__media {
  transform: scale(1);
}
.h .slider__slide:hover .slider__image--pools,
.slider__slide.is-active .slider__image--pools {
  transform: none;
}
.h .slider__slide:hover .slider__caption,
.slider__slide.is-active .slider__caption {
  transform: translate3d(0.4rem, 0, 0);
}
.slider__image {
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  transition: transform 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media only screen and (min-width: 835px) {
  .slider__image {
    padding-top: 57.6%;
  }
}
.slider__image--multi {
  padding-top: 58.8%;
}
@media only screen and (min-width: 835px) {
  .slider__image--multi {
    padding-top: 56.9%;
  }
}
.slider__image--pools {
  padding-top: 51.6%;
}
@media only screen and (min-width: 835px) {
  .slider__image--pools {
    padding-top: 49.7%;
  }
}
.slider__meta {
  position: relative;
  top: 1.2rem;
}
.slider__caption {
  padding: 0.9rem 0;
  font-size: 1.4rem;
  font-weight: 500;
  transition: transform 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media only screen and (min-width: 835px) {
  .slider__caption {
    padding: 1.6rem 0;
    font-size: 1.8rem;
  }
}
.slider__link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.slider__footer {
  text-align: center;
  padding: 2.7rem 0 0;
}
@media only screen and (min-width: 835px) {
  .slider__footer {
    padding: 6.5vh 0 0;
  }
}
.slider__trigger {
  font-size: 1.3rem;
}
.slider__trigger:after {
  bottom: 0;
}
.socials {
  display: flex;
  align-items: center;
}
.socials__items {
  display: flex;
  align-items: center;
}
.socials__item {
  display: flex;
  position: relative;
  margin: 0 .6rem;
}
.h .socials__item:hover .socials__icon {
  border-color: #c59771;
}
.h .socials__item:hover .socials__icon svg {
  transform: scale(1.1);
}
.h .socials__item:hover .socials__icon svg path {
  fill: #c59771;
}
.socials__icon {
  display: block;
  padding: 1rem;
  width: 3.6rem;
  height: 3.6rem;
  border: 0.1rem solid #efefef;
  transition: background-color 220ms cubic-bezier(0.25, 0.46, 0.45, 0.94), border-color 220ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.socials__icon svg {
  display: block;
  width: 100%;
  height: 100%;
  max-width: 1.8rem;
  max-height: 1.8rem;
  transition: transform 220ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.socials__icon svg path {
  transition: fill 220ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.socials__link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.success__icon {
  transition: opacity 450ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  display: block;
  margin: 3rem auto;
  width: 10.2rem;
  height: 10.2rem;
  border-radius: 50%;
  border: solid 2px #c59771;
  position: relative;
  opacity: 0;
}
.success__icon:after {
  transition: opacity 450ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 200ms, transform 450ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 200ms;
  content: '';
  position: absolute;
  left: 3.2rem;
  top: 3.6rem;
  width: 3.6rem;
  height: 2rem;
  border-bottom: solid 2px #c59771;
  border-left: solid 2px #c59771;
  opacity: 0;
}
.success__icon--light {
  border-color: #fff;
}
.success__icon--light:after {
  border-color: #fff;
}
.success__text {
  text-align: center;
  padding: 2rem;
}
.success.is-ready .success__icon {
  opacity: 1;
}
.success.is-ready .success__icon:after {
  transform: rotate(-45deg);
  opacity: 1;
}
.timer__time {
  display: inline-block;
  vertical-align: top;
  text-align: center;
}
.timer__number {
  border-radius: 0.4rem;
  border: 0.2rem solid #fff;
  font-size: 3rem;
  font-weight: 500;
  text-align: center;
  min-width: 5rem;
  height: 6rem;
  padding: 0.7rem 0;
}
.timer__label {
  font-size: .8rem;
  padding: 0.5rem;
}
.timer__colon {
  display: inline-block;
  vertical-align: top;
  font-size: 3rem;
  font-weight: 500;
  padding: 0.6rem 0.6rem;
}
.video {
  position: relative;
}
.video__container {
  position: relative;
  font-size: 0;
  margin: 0;
}
.video__overlay {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  transition: transform 350ms cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 350ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.video__overlay.is-hidden {
  opacity: 0;
  pointer-events: none;
}
.video__play {
  position: absolute;
  left: 0;
  cursor: pointer;
  padding: 2.5rem 2rem;
  font-weight: 500;
  top: auto;
  bottom: 0;
  color: #fff;
}
@media only screen and (min-width: 835px) {
  .video__play {
    padding: 3.7rem 4rem;
    max-width: 40rem;
  }
}
.h .video__play:hover .video__icon {
  opacity: .8;
  transform: translate3d(0.3rem, 0, 0);
}
.h .video__play:hover .video__label {
  opacity: .8;
}
.h .video__play:hover .video__label:before {
  transform-origin: 100% 50%;
  transform: scale(0, 0);
}
.video__player {
  width: 100%;
  z-index: 2;
  position: relative;
}
.video__icon {
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.5rem 0 0.5rem 0.6rem;
  border-color: transparent transparent transparent #fff;
  left: 2rem;
  transition: transform 350ms cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 350ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  bottom: 3.6rem;
}
@media only screen and (min-width: 835px) {
  .video__icon {
    bottom: 6rem;
    left: 4rem;
  }
}
.video__label {
  display: inline-block;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  font-weight: 400;
  transition: transform 350ms cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 350ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  position: relative;
  padding: 0.5rem 1.8rem;
}
@media only screen and (min-width: 835px) {
  .video__label {
    font-size: 1.6rem;
    padding: 1.5rem 1.8rem;
  }
}
.video__label:before,
.video__label:after {
  transform-origin: 0% 50%;
  content: '';
  position: absolute;
  width: 111%;
  left: 0;
  bottom: -2px;
  height: 2px;
  background-color: #fff;
  transition: transform 350ms cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 350ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.video__label:after {
  opacity: .5;
  opacity: 0;
}
.video__intro {
  padding: 0.9rem 0;
  font-size: 1.4rem;
}
@media only screen and (min-width: 835px) {
  .video__intro {
    font-size: 1.6rem;
  }
}
.imgmodal div {
  text-align: center;
}
.imgmodal img.desktop {
  display: none;
}
@media only screen and (min-width: 835px) {
  .imgmodal img.desktop {
    display: block;
  }
}
@media only screen and (min-width: 835px) {
  .imgmodal img.mobile {
    display: none;
  }
}
.app {
  font-family: 'Larsseit';
  position: relative;
}
.app__header {
  top: 0;
  left: 0;
  z-index: 3;
  width: 100vw;
  position: fixed;
  will-change: transform;
  color: #fff;
  height: 5.4rem;
  transition: transform 350ms cubic-bezier(0.25, 0.46, 0.45, 0.94), height 350ms cubic-bezier(0.25, 0.46, 0.45, 0.94), background-color 350ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media only screen and (min-width: 835px) {
  .app__header {
    height: 16rem;
    color: #173966;
  }
}
.app__page {
  position: relative;
  transition: transform 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 1;
}
@media only screen and (min-width: 835px) {
  .app__page {
    transition: none;
  }
}
.app__modal {
  display: none;
}
.app__cookies {
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 5;
  box-shadow: 0 0 5rem rgba(0, 0, 0, 0.16);
  background-color: #fff;
  padding-bottom: 2rem;
}
@media only screen and (min-width: 835px) {
  .app__cookies {
    padding-bottom: 0;
  }
}
@media only screen and (min-width: 835px) {
  .app.light-header .app__header {
    color: #fff;
  }
}
.app.light-header .langs {
  color: #fff;
}
.app.light-header .langs__current:after {
  border-color: #fff transparent transparent transparent;
}
.app.light-header .logo__icon {
  fill: #fff;
}
.app.light-header .logo__text {
  fill: #fff;
}
.app.light-header .logo__label {
  color: #fff;
}
.app.light-header .nav__trigger:before {
  background-color: #fff;
}
.app.light-header .navicon__bar {
  background-color: #fff;
}
.app.header-narrow .header {
  background-color: #ffffff;
  box-shadow: 0 0 5rem rgba(0, 0, 0, 0.16);
}
@media only screen and (min-width: 835px) {
  .app.header-narrow .header {
    transform: translate3d(0, -0.4rem, 0);
  }
}
.app.header-narrow .header .navicon {
  transform: translate3d(0, -3rem, 0);
}
@media only screen and (min-width: 835px) {
  .app.header-narrow .header .navicon {
    transform: none;
  }
}
.app.header-narrow .header .logo {
  transform: translate3d(0, -4.4rem, 0);
}
@media only screen and (min-width: 835px) {
  .app.header-narrow .header .logo {
    transform: translate3d(0, -2.7rem, 0);
  }
}
.app.header-narrow .header .logo__icon {
  opacity: 0;
  transform: scale(0.5);
}
.app.header-narrow .nav__container--bottom {
  border-top: 1px solid rgba(197, 151, 113, 0.2);
}
@media only screen and (min-width: 835px) {
  .app.header-narrow .nav .nav__item--mega:after,
  .app.header-narrow .nav .nav__item--submenu:after,
  .app.header-narrow .nav .nav__item--about:after {
    border-color: #c59771 transparent transparent transparent;
  }
}
.app.nav-open .page {
  transform: translate3d(-50%, 0, 0);
}
.app.nav-open .nav {
  transform: translate3d(0, 0, 0);
}
.app.nav-open .navicon {
  transform: translate3d(0, -2.8rem, 0);
}
.app.nav-open .navicon__bar {
  background-color: #fff;
}
.app.nav-open .navicon__bar--1 {
  transform: rotate(-135deg);
}
.app.nav-open .navicon__bar--2 {
  transform: rotate(135deg);
}
.app.submenu-open .nav__trigger {
  transform: translate3d(-25vw, 0, 0);
}
@media only screen and (min-width: 835px) {
  .app.submenu-open .nav__trigger {
    transform: none;
  }
}
.app.bar-visible .bar {
  transform: rotateX(0deg);
}
.bar {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  z-index: 4;
  box-shadow: 0 0 5rem rgba(0, 0, 0, 0.16);
  padding: 1rem 0;
  transform-origin: 50% 100%;
  transform: translate3d(0, 100%, 0);
  transition: transform 350ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.bar__container {
  position: relative;
}
.bar__text {
  padding: 0.7rem 18rem 0.5rem 0;
  display: none;
  color: #000;
  font-size: 2rem;
  font-weight: 400;
}
@media only screen and (min-width: 835px) {
  .bar__text {
    display: block;
  }
}
@media only screen and (min-width: 835px) {
  .bar__btn {
    width: auto;
    top: 0.1rem;
    right: 2rem;
    position: absolute;
    padding: 1rem 6rem;
  }
}
.cookies__container {
  pointer-events: all;
}
.cookies__content {
  color: #2b2b2b;
  position: relative;
  font-size: 1.4rem;
  width: 100%;
}
.cookies__content a {
  color: #c59771;
  font-weight: 500;
}
@media only screen and (min-width: 835px) {
  .cookies__content {
    padding: 0 26% 0 0;
  }
}
.cookies__text {
  padding: 1rem 0 0.8rem;
}
.cookies__action {
  border-color: rgba(0, 0, 0, 0.15);
  padding: 0.9rem 1rem 0.7rem;
}
.h .cookies__action:hover {
  border-color: rgba(0, 0, 0, 0.3);
}
@media only screen and (min-width: 835px) {
  .cookies__action {
    position: absolute;
    top: 1.4rem;
    right: 0;
    width: 17%;
  }
}
.footer__container {
  position: relative;
}
.footer__banner {
  margin: 0rem auto;
}
@media only screen and (min-width: 835px) {
  .footer__banner {
    margin: 5.4rem auto 5.4rem;
  }
}
.footer__copyright {
  padding: 1.5rem 0;
}
@media only screen and (min-width: 835px) {
  .footer__copyright {
    padding: 1.5rem 0;
  }
}
@media only screen and (min-width: 835px) {
  .footer__actions {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.footer__blocks {
  color: #9c9c9c;
  padding: 2.5rem 0;
}
@media only screen and (min-width: 835px) {
  .footer__blocks {
    display: flex;
    padding: 0.3rem 0;
  }
}
.footer__block {
  position: relative;
}
@media only screen and (min-width: 835px) {
  .footer__block--rooms {
    width: 24.8%;
  }
}
@media only screen and (min-width: 835px) {
  .footer__block--spa {
    width: 46.6%;
  }
}
@media only screen and (min-width: 835px) {
  .footer__block--contact {
    width: 28.6%;
  }
}
.footer__block.is-open .footer__caret {
  transform: rotate(135deg);
}
.footer__label {
  color: #2b2b2b;
  font-weight: 500;
  position: relative;
  padding: 1.9rem 0 0.5rem;
  border-bottom: 0.1rem solid #efefef;
  cursor: pointer;
}
@media only screen and (min-width: 835px) {
  .footer__label {
    cursor: default;
    padding: 1.6rem 0;
    border-bottom: none;
  }
}
.footer__label--no-border {
  border-bottom: none;
}
.footer__content {
  display: none;
  border-bottom: 0.1rem solid #efefef;
}
@media only screen and (min-width: 835px) {
  .footer__content {
    border-bottom: none;
    display: flex;
  }
}
.footer__caret {
  position: absolute;
  top: 2.4rem;
  right: 0;
  width: .8rem;
  height: .8rem;
  display: block;
  border-left: solid 2px #231f20;
  border-bottom: solid 2px #231f20;
  transform: rotate(-45deg);
  transition: transform 150ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media only screen and (min-width: 835px) {
  .footer__caret {
    display: none;
  }
}
@media only screen and (min-width: 835px) {
  .footer__list {
    padding-right: 3rem;
  }
}
@media only screen and (min-width: 835px) {
  .footer__list--spa1 {
    width: 55.2%;
  }
}
@media only screen and (min-width: 835px) {
  .footer__list--spa2 {
    width: 44.8%;
  }
}
.footer__trigger {
  text-decoration: none;
  color: #9c9c9c;
  font-size: 1.4rem;
  line-height: 1.29;
  display: block;
  padding: 0.6rem 0;
  transition: color 180ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media only screen and (min-width: 835px) {
  .footer__trigger {
    padding: 0.6rem 0;
  }
}
.h .footer__trigger:hover {
  color: #231f20;
}
.footer__phone {
  display: block;
  font-size: 1.4rem;
  transition: color 180ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  margin-top: 1.4rem;
}
@media only screen and (min-width: 835px) {
  .footer__phone {
    margin-top: 0;
    padding: 0.4rem 0;
  }
}
.h .footer__phone:hover {
  color: #231f20;
}
.footer__mail {
  display: inline-block;
  font-size: 1.4rem;
  text-decoration: none;
  color: #c59771;
  position: relative;
  padding: 0.5rem 0;
}
.footer__mail:after {
  bottom: .5rem;
}
.footer__bottom {
  padding: 0.5rem 0 1rem;
  border-top: solid 1px #EFEFEF;
  margin: -0.7rem auto 0;
}
@media only screen and (min-width: 835px) {
  .footer__bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 2.4rem 0 1rem;
    margin: 6.5rem auto 0;
  }
}
.footer__copyright {
  font-size: 1.4rem;
}
.footer__socials {
  margin: 0 -0.6rem;
}
.header {
  position: fixed;
  box-shadow: 0 0 0rem rgba(0, 0, 0, 0);
  will-change: transform, opacity;
  transition: transform 350ms cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 350ms cubic-bezier(0.25, 0.46, 0.45, 0.94), background-color 350ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.header__container {
  position: relative;
  max-width: 127.4rem;
  padding: 0;
}
.header__logo {
  position: absolute;
  left: 0rem;
  width: 13.2rem;
  height: 8.7rem;
  padding: 1.1rem;
  z-index: 1;
  will-change: transform, opacity;
  transition: transform 350ms cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 350ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  text-align: center;
  top: 0.8rem;
}
@media only screen and (min-width: 835px) {
  .header__logo {
    top: 1rem;
    left: 1rem;
    width: 14.8rem;
    height: 10.8rem;
    padding: 1.9rem;
    z-index: 3;
  }
}
.h .header__logo:hover {
  opacity: 0.8;
}
.header__nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: #173966;
  font-weight: 500;
  color: inherit;
  z-index: 2;
  transition: transform 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94), height 1ms linear 999s;
  transform: translate3d(100vw, 0, 0);
  backface-visibility: visible;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-image: url('../img/nav__background.png');
  background-size: cover;
}
@media only screen and (min-width: 835px) {
  .header__nav {
    background-image: none;
    overflow: visible;
    transition: none;
    background-color: transparent;
    position: relative;
    width: 100%;
    height: auto;
    transform: none;
  }
}
.header__navicon {
  cursor: pointer;
  position: fixed;
  top: 0;
  right: 0;
  width: 6.4rem;
  height: 7.2rem;
  padding: 5.4rem 2.1rem;
  z-index: 3;
  pointer-events: all;
  transition: transform 350ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media only screen and (min-width: 835px) {
  .header__navicon {
    display: none;
  }
}
.innovations {
  width: 26.5rem;
}
.innovations__image {
  padding: 0 2.3rem;
}
.innovations__image svg {
  display: block;
  width: 100%;
}
.innovations__label {
  padding: 1rem;
  font-size: 1.4rem;
  color: #c59771;
}
.innovations__link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.langs {
  font-size: 1.2rem;
  position: relative;
  text-align: center;
}
.langs__current {
  display: none;
  text-transform: uppercase;
}
@media only screen and (min-width: 835px) {
  .langs__current {
    display: block;
    padding: 2rem 2.4rem 2.5rem;
    text-align: center;
    position: relative;
  }
  .langs__current:after {
    position: absolute;
    top: 2.6rem;
    right: 1.3rem;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0.3rem 0.3rem 0 0.3rem;
    border-color: #c59771 transparent transparent transparent;
    transition: transform 220ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
}
@media only screen and (min-width: 835px) {
  .langs__list {
    padding: 0 1.4rem;
    display: block;
    position: absolute;
    background-color: #fff;
    top: 4.8rem;
    left: 0;
    pointer-events: none;
    opacity: 0;
    transform: translate3d(0, -2rem, 0);
    transition: transform 220ms cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 220ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
}
.langs__item {
  padding-right: 0.5rem;
  display: inline-block;
}
@media only screen and (min-width: 835px) {
  .langs__item {
    display: block;
  }
}
.langs__item.is-active .langs__trigger {
  color: #c59771;
  background-color: #fff;
  border-color: #fff;
}
@media only screen and (min-width: 835px) {
  .langs__item.is-active .langs__trigger {
    background-color: transparent;
  }
}
.langs__trigger {
  text-transform: uppercase;
  width: 3.6rem;
  height: 3.6rem;
  border: solid 1px rgba(255, 255, 255, 0.2);
  color: #fff;
  letter-spacing: 0.1em;
  display: block;
  text-align: center;
  text-decoration: none;
  padding: 0.9rem 0.4rem;
  transition: color 220ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media only screen and (min-width: 835px) {
  .langs__trigger {
    width: 3.6rem;
    height: auto;
    padding: 0.9rem 0.1rem;
    border: none;
    color: #9c9c9c;
  }
}
.h .langs__trigger:hover {
  color: #2b2b2b;
}
.h .langs:hover .langs__list {
  pointer-events: all;
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.h .langs:hover .langs__current:after {
  transform: rotateX(180deg);
}
.mega__columns {
  display: flex;
  padding: 3.6rem 6% 3.4rem;
  background-color: #fff;
  max-width: 100rem;
  box-shadow: 0 1.7rem 3rem rgba(0, 0, 0, 0.1);
}
.mega__list {
  padding: 0.7rem 0;
}
.mega__trigger {
  display: inline-block;
  font-size: 1.4rem;
  color: #2b2b2b;
  text-decoration: none;
  padding: 0.9rem 2rem;
  color: #9c9c9c;
  line-height: 1.29;
  letter-spacing: .03em;
  transition: color 220ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.h .mega__trigger:hover {
  color: #2b2b2b;
}
.mega__innovations {
  text-align: center;
  color: #c59771;
  position: relative;
}
.modal {
  opacity: 0;
  display: none;
  transition: opacity 320ms cubic-bezier(0.25, 0.46, 0.45, 0.94), height 1ms linear 999s;
  position: fixed;
  -webkit-overflow-scrolling: touch;
  pointer-events: none;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 5;
  overflow: hidden;
}
@media only screen and (min-width: 835px) {
  .modal {
    overflow-x: hidden;
    overflow-y: auto;
    padding: 5rem;
    flex-wrap: wrap;
    margin: auto;
  }
}
.modal.is-entering {
  display: block;
}
@media only screen and (min-width: 835px) {
  .modal.is-entering {
    display: flex;
  }
}
.modal.is-active {
  opacity: 1;
  pointer-events: all;
  display: block;
}
@media only screen and (min-width: 835px) {
}
.modal.is-leaving {
  opacity: 0;
}
.modal__backdrop {
  z-index: 1;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}
.modal__backdrop:after {
  content: '';
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.53;
  background: linear-gradient(to top, #000000 0%, rgba(0, 0, 0, 0) 100%);
}
.modal__dialog {
  max-width: 80rem;
  position: relative;
  overflow: hidden;
  margin: auto;
  z-index: 2;
  width: 100%;
  height: 100%;
}
@media only screen and (min-width: 835px) {
  .modal__dialog {
    overflow: visible;
    height: auto;
    display: flex;
  }
}
.modal__dialog--s {
  max-width: 62.8rem;
}
.modal__dialog video {
  display: inline-block;
  width: 100%;
  max-width: 100%;
  pointer-events: all;
}
.modal__content {
  color: #2b2b2b;
  background-color: #fff;
  position: relative;
  z-index: 1;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  height: 100%;
  width: 100%;
  padding: 6.3rem 2rem;
  margin: auto;
}
@media only screen and (min-width: 835px) {
  .modal__content {
    padding: 4.4rem 11.3rem;
    overflow: visible;
    height: auto;
  }
}
.modal__top {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 2;
  background-color: #fff;
  height: 6rem;
}
@media only screen and (min-width: 835px) {
  .modal__top {
    background-color: transparent;
  }
}
.modal__close {
  cursor: pointer;
  top: 0;
  right: 0;
  display: block;
  z-index: 2;
  width: 4.8rem;
  height: 4.8rem;
  transition: opacity 150ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  position: absolute;
}
.modal__close:before,
.modal__close:after {
  content: '';
  position: absolute;
  transform-origin: 50% 50%;
  top: 2.9rem;
  right: 1.9rem;
  width: 2.2rem;
  height: 0.2rem;
  background-color: #c59771;
  border-radius: 0;
}
.modal__close:before {
  transform: rotate(45deg);
}
.modal__close:after {
  transform: rotate(-45deg);
}
.modal__close--white:before,
.modal__close--white:after {
  background-color: #fff;
}
.h .modal__close:hover {
  opacity: 0.7;
}
.modal__background {
  z-index: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}
@media only screen and (min-width: 835px) {
  .modal__background--mobile {
    display: none;
  }
}
.modal__background--desktop {
  display: none;
}
@media only screen and (min-width: 835px) {
  .modal__background--desktop {
    display: block;
  }
}
.modal__promo {
  z-index: 1;
  position: relative;
  color: #fff;
  height: 100%;
  min-height: 60rem;
  padding: 4rem 4rem;
  width: 100%;
}
.modal__image {
  z-index: 1;
  position: relative;
  color: #fff;
  height: 75%;
  min-height: 60rem;
  padding: 4rem 4rem;
  width: 100%;
}
.nav__container {
  display: flex;
  flex-direction: column;
  color: inherit;
  padding: 5rem 2rem;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  pointer-events: all;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
@media only screen and (min-width: 835px) {
  .nav__container {
    flex-direction: row;
  }
}
.nav__container--top {
  order: 2;
}
@media only screen and (min-width: 835px) {
  .nav__container--top {
    order: 0;
  }
}
.nav__container--top .langs {
  z-index: 2;
}
.nav__container--top .btn {
  padding: 0.7rem 1rem 0.7rem 1.5rem;
  font-size: 1.2rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  text-align: left;
  user-select: none;
  text-align: center;
}
@media only screen and (min-width: 835px) {
  .nav__container--top .btn {
    text-align: left;
  }
}
.nav__container--top .btn span {
  display: block;
  font-size: 1.1rem;
}
.nav__container--top .nav__item:last-of-type {
  border-bottom: none;
}
@media only screen and (min-width: 835px) {
  .nav__container--top .nav__item:last-of-type {
    margin-left: 2.4rem;
    border-bottom: 1px solid rgba(239, 239, 239, 0.15);
  }
}
.nav__container--bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
@media only screen and (min-width: 835px) {
  .nav__container {
    transition: transform 350ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    position: relative;
    overflow-x: visible;
    overflow-y: visible;
    padding: 1.5rem 1rem 1.5rem 0;
    display: flex;
    max-width: 100%;
    justify-content: flex-end;
    flex-wrap: wrap;
  }
}
.nav__list {
  color: inherit;
}
@media only screen and (min-width: 835px) {
  .nav__list {
    display: flex;
    align-items: center;
  }
}
.nav__item {
  color: inherit;
  padding: 1.6rem 0 1.5rem;
  border-bottom: 1px solid rgba(239, 239, 239, 0.15);
}
.nav__item--langs {
  display: none;
}
@media only screen and (min-width: 835px) {
  .nav__item--langs {
    display: list-item;
  }
}
@media only screen and (min-width: 835px) {
  .nav__item {
    position: relative;
    padding: 0;
    border-bottom: none;
  }
  .h .nav__item:hover .nav__trigger:before,
  .nav__item.is-active .nav__trigger:before {
    transform: scale(1, 1);
    transform-origin: 0% 50%;
  }
  .h .nav__item:hover:after {
    transform: translate3d(0, 0.2rem, 0);
    opacity: 1;
  }
  .h .nav__item:hover .nav__trigger:after {
    display: block;
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
  .h .nav__item:hover .nav__mega {
    display: block;
    transform: translate3d(0, 0, 0);
    opacity: 1;
    pointer-events: all;
  }
  .h .nav__item:hover .nav__submenu {
    pointer-events: all;
    opacity: 1;
    transform: translate3d(-50%, 0, 0);
    display: block;
  }
  .h .nav__item:hover .nav__submenu--about {
    transform: translate3d(0, 0, 0);
  }
}
@media only screen and (min-width: 835px) {
  .nav__item--mega:after,
  .nav__item--submenu:after,
  .nav__item--about:after {
    content: '';
    position: absolute;
    transform: none;
    top: 2.6rem;
    right: 1rem;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0.3rem 0.3rem 0 0.3rem;
    border-color: #fff transparent transparent transparent;
    opacity: 0.7;
    transition: transform 350ms cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 350ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
}
.nav__item.is-open .nav__submenu {
  pointer-events: all;
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.nav__trigger {
  display: inline-block;
  padding: 0.2rem 0;
  text-decoration: none;
  color: inherit;
  font-weight: 500;
  transition: opacity 350ms cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  position: relative;
  cursor: pointer;
}
@media only screen and (min-width: 835px) {
  .nav__trigger {
    font-size: 1.2rem;
    text-transform: uppercase;
    display: block;
    padding: 2rem 2.4rem 2.5rem;
    letter-spacing: 0.1em;
  }
  .nav__trigger:before {
    content: '';
    position: absolute;
    height: 1px;
    background-color: #173966;
    bottom: 2.1rem;
    left: 2.5rem;
    right: 2.5rem;
    transform: scale(0, 1);
    transform-origin: 100% 50%;
    transition: transform 350ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
}
.nav__trigger--submenu,
.nav__trigger--mega {
  position: relative;
}
.nav__trigger--submenu:after,
.nav__trigger--mega:after {
  content: '';
  width: 0.8rem;
  height: 0.8rem;
  border-right: solid 2px #fff;
  border-bottom: solid 2px #fff;
  transform: rotate(-45deg);
  transition: transform 150ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -0.1rem;
  left: 0.3rem;
}
@media only screen and (min-width: 835px) {
  .nav__trigger--submenu:after,
  .nav__trigger--mega:after {
    position: absolute;
    transform: none;
    top: 5.8rem;
    left: calc(50% - .4rem);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0.4rem 0.6rem 0.4rem;
    border-color: transparent transparent #fff transparent;
    transform: translate3d(0, -2rem, 0);
    opacity: 0;
    transition: transform 350ms cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 350ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
}
.nav__trigger--mega:after {
  display: none;
}
@media only screen and (min-width: 835px) {
  .nav__trigger--mega:after {
    display: block;
  }
}
.nav__submenu {
  font-weight: 300;
  top: 0;
  position: fixed;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 2;
  transition: transform 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94), height 1ms linear 999s;
  backface-visibility: visible;
  transform: translate3d(100%, 0, 0);
  opacity: 0;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-image: url('../img/nav__background.png');
  background-size: cover;
  background-color: #173966;
}
@media only screen and (min-width: 835px) {
  .nav__submenu {
    opacity: 1;
    width: auto;
    height: auto;
    text-align: center;
    background-color: transparent;
    transform: none;
    overflow: visible;
    background-image: none;
    top: 6.3rem;
    position: absolute;
    left: 50%;
    transform: translate3d(-50%, -2rem, 0);
    white-space: nowrap;
    opacity: 0;
    transition: transform 350ms cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 350ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    pointer-events: none;
    box-shadow: 0 1.7rem 3rem rgba(0, 0, 0, 0.1);
  }
}
@media only screen and (min-width: 835px) {
  .nav__submenu--about {
    top: 100%;
    left: auto;
    right: 0;
    position: absolute;
    width: 64.6rem;
    transform: translate3d(0, -2rem, 0);
  }
}
.nav__mega {
  font-weight: 300;
  left: 0;
  right: 0;
  position: fixed;
  top: 14.2rem;
  transform: translate3d(0, -2rem, 0);
  opacity: 0;
  pointer-events: none;
  transition: transform 350ms cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 350ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.nav__socials {
  justify-content: center;
  padding: 2rem;
  order: 4;
}
.nav__socials .socials__icon {
  border-color: #5c7392;
}
.nav__socials .socials__icon path {
  fill: #fff;
}
@media only screen and (min-width: 835px) {
  .nav__socials {
    display: none;
  }
}
.nav .mobile-only {
  order: 5;
}
@media only screen and (min-width: 835px) {
  .nav .mobile-only {
    display: none;
  }
}
.navicon__bars {
  position: relative;
}
.navicon__bar {
  display: block;
  position: absolute;
  top: 0;
  height: 2px;
  background-color: #173966;
  width: 100%;
  transition: transform 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94), background-color 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.navicon__bar--1 {
  transform: translate3d(0.1rem, -0.5rem, 0);
}
.navicon__bar--2 {
  transform: translate3d(0.4rem, 0.4rem, 0) scale(0.75, 1);
}
.page__post {
  position: relative;
}
@media only screen and (min-width: 835px) {
  .page__post {
    border-bottom: solid 1px #EFEFEF;
  }
}
.page__post:before {
  content: '';
  position: absolute;
  left: 0;
  top: 135.4rem;
  bottom: 0;
  width: 50%;
  z-index: 1;
  background-color: #f9f9f9;
}
@media only screen and (min-width: 835px) {
  .page__post:before {
    width: 57%;
  }
}
.page__post--blank:before {
  display: none;
}
.page__blog {
  padding: 15.9rem 0 0rem;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 835px) {
  .page__blog {
    padding: 26.9rem 0 0;
  }
}
.page__blog:before {
  content: '';
  position: absolute;
  right: 0;
  top: 36.8rem;
  bottom: -17rem;
  width: 57%;
  z-index: 1;
  width: 50%;
  background-color: #f9f9f9;
}
@media only screen and (min-width: 835px) {
  .page__blog:before {
    top: 55.8rem;
    width: 57%;
  }
}
.page__basic {
  padding: 15.9rem 0 0rem;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 835px) {
  .page__basic {
    padding: 31.7rem 0 0;
  }
}
.page__basic:before {
  content: '';
  position: absolute;
  right: 0;
  top: 55.8rem;
  bottom: -17rem;
  width: 72%;
  z-index: 1;
  background-color: #f9f9f9;
  display: none;
}
@media only screen and (min-width: 835px) {
  .page__basic:before {
    display: block;
  }
}
.page__basic--spa:before {
  display: block;
}
@media only screen and (min-width: 835px) {
  .page__basic--spa:before {
    bottom: -17rem;
    width: 42.8%;
  }
}
@media only screen and (min-width: 835px) {
  .page__basic--404:before {
    display: none;
  }
}
.page__contact {
  padding: 16.1rem 0 3.1rem;
}
@media only screen and (min-width: 835px) {
  .page__contact {
    overflow: hidden;
    padding: 26.9rem 0 4rem;
  }
}
.page__default {
  padding: 15.9rem 0 0rem;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 835px) {
  .page__default {
    padding: 26.9rem 0 0;
  }
}
.page__default:before {
  content: '';
  position: absolute;
  left: 0;
  top: 175.1rem;
  bottom: -17rem;
  width: 56.7%;
  z-index: 1;
  background-color: #f9f9f9;
  display: none;
}
@media only screen and (min-width: 835px) {
  .page__default:before {
    display: block;
  }
}
.page__default--about:before {
  display: block;
  bottom: 130rem;
  top: 141.1rem;
  width: 50%;
}
@media only screen and (min-width: 835px) {
  .page__default--about:before {
    width: 56.7%;
    top: 175.1rem;
  }
}
.page__default--method:before {
  display: block;
  bottom: 12rem;
  top: 236rem;
  width: 50%;
}
@media only screen and (min-width: 835px) {
  .page__default--method:before {
    bottom: 30rem;
    width: 56.7%;
    top: 275.1rem;
  }
}
.page__listing {
  padding: 15.9rem 0 0rem;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 835px) {
  .page__listing {
    padding: 26.9rem 0 0;
  }
}
.page__home {
  padding-bottom: 6rem;
}
@media only screen and (min-width: 835px) {
  .page__home {
    padding-bottom: 0;
  }
}
.page__footer {
  position: relative;
  z-index: 2;
}
.submenu__container {
  text-align: left;
  color: inherit;
  padding: 5rem 2rem;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  pointer-events: all;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
@media only screen and (min-width: 835px) {
  .submenu__container {
    overflow: visible;
    position: relative;
    display: inline-block;
    background-color: #fff;
    padding: 1.4rem 0;
    pointer-events: none;
  }
}
@media only screen and (min-width: 835px) {
  .submenu__container--about {
    padding: 3.6rem 6rem 3.4rem;
    display: flex;
    justify-content: space-between;
  }
}
.submenu__back {
  position: relative;
  display: block;
  padding: 1.8rem 1.2rem 1.5rem;
  border-bottom: 1px solid rgba(239, 239, 239, 0.15);
  font-weight: 500;
  cursor: pointer;
}
.submenu__back:before {
  content: '';
  width: .8rem;
  height: .8rem;
  border-left: solid 2px #fff;
  border-bottom: solid 2px #fff;
  transform: rotate(45deg);
  transition: transform 150ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -0.1rem;
  left: -1rem;
}
@media only screen and (min-width: 835px) {
  .submenu__back {
    display: none;
  }
}
.submenu__item {
  color: inherit;
  padding: 1.6rem 0 1.5rem;
  border-bottom: 1px solid rgba(239, 239, 239, 0.15);
}
@media only screen and (min-width: 835px) {
  .submenu__item {
    padding: 0;
    border-bottom: none;
  }
}
.submenu__trigger {
  display: inline-block;
  padding: 0.2rem 0;
  text-decoration: none;
  color: inherit;
  font-weight: 500;
  transition: opacity 350ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  position: relative;
  cursor: pointer;
}
@media only screen and (min-width: 835px) {
  .submenu__trigger {
    font-weight: 300;
    color: #9c9c9c;
    font-size: 1.4rem;
    display: inline-block;
    text-decoration: none;
    padding: 0.7rem 4.8rem;
    transition: color 220ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
  .h .submenu__trigger:hover {
    color: #c59771;
  }
}
.submenu__innovations {
  display: none;
}
@media only screen and (min-width: 835px) {
  .submenu__innovations {
    display: block;
  }
}
.submenu__innovations.innovations {
  position: relative;
}
.h .submenu:hover .submenu__container {
  pointer-events: all;
}
.basic__container {
  z-index: 2;
  position: relative;
  zoom: 1;
}
.basic__container:before,
.basic__container:after {
  content: '';
  display: table;
}
.basic__container:after {
  clear: both;
}
.basic__intro {
  position: relative;
}
@media only screen and (min-width: 835px) {
  .basic__intro {
    padding: 0 58% 32.9rem 0;
  }
}
.basic__intro--spa {
  padding: 1.3rem 0 0;
}
@media only screen and (min-width: 835px) {
  .basic__intro--spa {
    padding: 0 58% 30.1rem 0;
  }
}
@media only screen and (min-width: 835px) {
  .basic__intro--404 {
    padding: 0 58% 0 0;
  }
}
.basic__media {
  position: relative;
  height: 18.1rem;
  overflow: hidden;
  margin: 3.9rem 0 0;
}
@media only screen and (min-width: 835px) {
  .basic__media {
    height: auto;
    position: absolute;
  }
}
@media only screen and (min-width: 835px) {
  .basic__media--1 {
    top: -11.3rem;
    right: 0%;
    width: 57.7%;
    height: 40.1rem;
  }
}
@media only screen and (min-width: 835px) {
  .basic__media--2 {
    top: 18.7rem;
    left: 0%;
    width: 33.9%;
    height: 20.9rem;
  }
}
.basic__intro-gallery {
  height: inherit;
}
@media only screen and (min-width: 835px) {
  .basic__intro-gallery {
    top: 0;
    left: 0;
    right: 0;
    position: absolute;
  }
}
.basic__image {
  transition: transform 350ms cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 350ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  display: block;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.basic__content {
  position: relative;
  padding: 1.2rem 0 0.7rem 0;
  transition: transform 350ms cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 350ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media only screen and (min-width: 835px) {
  .basic__content {
    padding: 1rem 0 1rem 33.9%;
  }
}
@media only screen and (min-width: 835px) {
  .basic__content--spa {
    padding: 10rem 0 2.4rem 19.5%;
  }
}
.basic__content--404 {
  padding: 0;
}
@media only screen and (min-width: 835px) {
  .basic__content--404 {
    padding: 0 0 6rem;
  }
}
.basic__text {
  padding: 0rem 0 1.6rem;
}
@media only screen and (min-width: 835px) {
  .basic__text {
    padding: 4.6rem 0;
  }
}
.basic__careers {
  padding: 1.3rem 0 4rem;
}
.basic__back {
  position: relative;
  color: #2b2b2b;
  top: -1.6rem;
}
@media only screen and (min-width: 835px) {
  .basic__back {
    top: -4.5rem;
  }
}
.basic__pricing {
  padding: 0rem 0 3.4rem;
}
@media only screen and (min-width: 835px) {
  .basic__pricing {
    padding: 0 0 3.4rem;
  }
}
.blog__container {
  z-index: 2;
  position: relative;
  zoom: 1;
}
.blog__container:before,
.blog__container:after {
  content: '';
  display: table;
}
.blog__container:after {
  clear: both;
}
@media only screen and (min-width: 835px) {
  .blog__intro {
    padding: 0 58% 0 0;
  }
}
.blog__blocks {
  padding: 2.2rem 0;
}
@media only screen and (min-width: 835px) {
  .blog__blocks {
    padding: 7rem 0 0;
    clear: both;
  }
}
.blog__block {
  position: relative;
  padding: 1.7rem 0 0.7rem;
}
@media only screen and (min-width: 835px) {
  .blog__block {
    padding: 10.8rem 0;
  }
}
@media only screen and (min-width: 835px) {
  .blog__block:nth-child(4n + 1) {
    padding-left: 53.8%;
  }
  .blog__block:nth-child(4n + 1) .blog__media {
    top: 2.1rem;
    left: 0%;
    width: 48.8%;
    height: 32.4rem;
  }
}
@media only screen and (min-width: 835px) {
  .blog__block:nth-child(4n + 2) {
    padding-right: 45%;
    padding-left: 20.7%;
  }
  .blog__block:nth-child(4n + 2) .blog__media {
    top: 9.1rem;
    right: 8.5%;
    width: 33.8%;
    height: 21rem;
  }
}
@media only screen and (min-width: 835px) {
  .blog__block:nth-child(4n + 3) {
    padding-left: 64.7%;
  }
  .blog__block:nth-child(4n + 3) .blog__media {
    top: 1rem;
    left: 8.5%;
    width: 49.3%;
    height: 34.3rem;
  }
}
@media only screen and (min-width: 835px) {
  .blog__block:nth-child(4n + 4) {
    padding-right: 45%;
    padding-left: 20.7%;
  }
  .blog__block:nth-child(4n + 4) .blog__media {
    top: 5.6rem;
    right: 0%;
    width: 42.3%;
    height: 28.2rem;
  }
}
.blog__block.is-ready {
  opacity: 1;
}
.h .blog__block:hover .blog__image {
  transform: scale(1.04);
}
.h .blog__block:hover .blog__arrow {
  transform: translate3d(0.3rem, 0, 0);
  opacity: .8;
}
.h .blog__block:hover .blog__subtitle {
  opacity: .8;
}
.blog__media {
  position: relative;
  height: 18.6rem;
  overflow: hidden;
}
@media only screen and (min-width: 835px) {
  .blog__media {
    width: 48.8%;
    position: absolute;
  }
}
.blog__image {
  display: block;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: transform 350ms cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 350ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.blog__meta {
  padding: 0.7rem 0;
  font-size: 1.4rem;
}
@media only screen and (min-width: 835px) {
  .blog__meta {
    padding: 1.6rem 0;
  }
}
.blog__link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.blog__content {
  position: relative;
  padding: 1.4rem 0 0.7rem 0;
  transition: transform 350ms cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 350ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media only screen and (min-width: 835px) {
  .blog__content {
    padding: 1rem 15% 1rem 0;
  }
}
.blog__arrow {
  display: block;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-image: url('../img/next.svg');
  width: 3.5rem;
  height: 1rem;
  cursor: pointer;
  transition: transform 350ms cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 350ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  margin: 1.3rem 0;
}
@media only screen and (min-width: 835px) {
  .blog__arrow {
    margin: 1.5rem 0;
  }
}
.career__position.is-open .career__label {
  color: #c59771;
  border-color: #c59771;
}
.career__position.is-open .career__label:after {
  border-color: #c59771;
  transform: translate3d(0, 0.6rem, 0) rotate(135deg);
}
.h .career__position:hover .career__label {
  color: #c59771;
}
.career__label {
  cursor: pointer;
  position: relative;
  border-bottom: solid 1px #e5e5e5;
  padding: 1.9rem 0 1.1rem;
  font-size: 1.4rem;
  transition: color 150ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media only screen and (min-width: 835px) {
  .career__label {
    font-size: 1.6rem;
    padding: 2.4rem 0 1.1rem;
  }
}
.career__label:after {
  content: '';
  position: absolute;
  top: 2.2rem;
  right: 0.1rem;
  width: .8rem;
  height: .8rem;
  display: block;
  transform: rotate(-45deg);
  transition: transform 150ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  border-left: solid 1px #231f20;
  border-bottom: solid 1px #231f20;
}
@media only screen and (min-width: 835px) {
  .career__label:after {
    top: 3.1rem;
    right: 2rem;
    border-left: solid 2px #231f20;
    border-bottom: solid 2px #231f20;
  }
}
.career__description {
  display: none;
  border-bottom: solid 1px #e5e5e5;
  font-size: 1.4rem;
}
@media only screen and (min-width: 835px) {
  .career__description {
    font-size: 1.6rem;
  }
}
.career__description h4 {
  margin-top: 3.4rem;
  font-size: 1.4rem;
}
@media only screen and (min-width: 835px) {
  .career__description h4 {
    font-size: 1.6rem;
  }
}
.career__description ul {
  margin: 1.6rem 0;
}
.career__description ul li {
  font-size: 1.4rem;
  padding: 0.1rem 1.9rem .2rem;
  position: relative;
}
.career__description ul li:before {
  content: '';
  border-radius: 50%;
  background-color: #c59771;
  width: 0.8rem;
  height: 0.8rem;
  top: 0.7rem;
  left: 0.1rem;
  position: absolute;
}
.contact__content {
  position: relative;
}
@media only screen and (min-width: 835px) {
  .contact__content {
    padding: 0rem 56% 1rem 0;
  }
}
.contact__intro {
  padding: 0 8rem 0 0;
}
.contact__map {
  position: relative;
  padding: 13.4% 0 21.4% 33%;
}
@media only screen and (min-width: 835px) {
  .contact__map {
    padding: 0;
    position: absolute;
    top: 7.3rem;
    right: 0%;
    width: 48%;
    height: 58.2rem;
  }
}
.contact__embed {
  height: 22.7rem;
  position: relative;
  width: 100%;
  z-index: 2;
}
@media only screen and (min-width: 835px) {
  .contact__embed {
    height: 58.2rem;
  }
}
.contact__pattern {
  position: absolute;
  left: 0;
  right: -2rem;
  bottom: 0;
  padding-bottom: 64%;
  background-repeat: no-repeat;
  background-image: url('../img/texture--light.png');
  background-size: cover;
}
@media only screen and (min-width: 835px) {
  .contact__pattern {
    left: 11%;
    right: -29%;
    bottom: -12.7rem;
    padding-bottom: 102.2%;
  }
}
.contact__blocks {
  padding: 2.6rem 0 1rem;
}
@media only screen and (min-width: 835px) {
  .contact__blocks {
    padding: 6.6rem 0 0.6rem;
    margin-right: -19%;
  }
}
@media only screen and (min-width: 835px) {
  .contact__row {
    display: flex;
  }
}
.contact__block {
  padding: 0.4rem 0;
}
@media only screen and (min-width: 835px) {
  .contact__block {
    padding: 1rem 0;
    flex: 1 1 50%;
    width: 50%;
  }
}
.contact__label {
  padding: 1.4rem 0;
  font-weight: 500;
  position: relative;
}
.contact__label:before {
  content: '';
  height: 1px;
  background-color: #efefef;
  width: 17rem;
  position: absolute;
  bottom: 0;
  left: 0;
}
.contact__values {
  display: block;
  padding: 0.9rem 0;
}
.contact__value {
  display: block;
  text-decoration: none;
  color: inherit;
}
.contact__request {
  margin: 0rem 0;
  padding: 0.7rem 0 3.5rem;
  border-bottom: solid 1px #efefef;
  font-weight: 500;
}
@media only screen and (min-width: 835px) {
  .contact__request {
    margin: 0;
    padding: 2.3rem 0 5.3rem;
  }
}
.contact__legal {
  padding: 3.5rem 0 1.4rem;
}
@media only screen and (min-width: 835px) {
  .contact__legal {
    padding: 7.5rem 0 2.1rem;
    margin-right: -42%;
  }
}
.default__container {
  z-index: 2;
  position: relative;
  zoom: 1;
}
.default__container:before,
.default__container:after {
  content: '';
  display: table;
}
.default__container:after {
  clear: both;
}
.default__intro {
  position: relative;
  padding: 0 5rem 33rem 0;
}
@media only screen and (min-width: 835px) {
  .default__intro {
    padding: 0 58% 58.9rem 0;
  }
}
.default__feat {
  position: absolute;
  top: 14.7rem;
  right: -2rem;
  bottom: 0.3rem;
  width: 107.2%;
}
@media only screen and (min-width: 835px) {
  .default__feat {
    position: absolute;
    top: 7.3rem;
    right: -13.7%;
    bottom: -1.3rem;
    width: 88.3%;
  }
}
.default__content {
  position: relative;
  padding: 1.2rem 0 0.7rem 0;
  transition: transform 350ms cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 350ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media only screen and (min-width: 835px) {
  .default__content {
    padding: 1rem 0 1rem 0;
  }
}
.default__section--text {
  padding: 0rem 0 1.6rem;
}
@media only screen and (min-width: 835px) {
  .default__section--text {
    padding: 4.6rem 15.8%;
  }
}
@media only screen and (min-width: 835px) {
  .default__section--text--right {
    padding-right: 0;
    padding-left: 19.6%;
  }
}
.default__section--text ul {
  margin: -1.5em 0 0;
}
.default__section--text li {
  padding: 0 0 0 0.7rem;
  position: relative;
}
.default__section--text li:before {
  content: '';
  position: absolute;
  top: 1.3rem;
  left: 0rem;
  width: 2px;
  height: 2px;
  border-radius: 50%;
  background-color: #2b2b2b;
}
.default__section--images {
  position: relative;
  margin-top: -3.5rem;
  padding-bottom: 1.5rem;
}
@media only screen and (min-width: 835px) {
  .default__section--images {
    margin-top: 14.9rem;
    padding-bottom: 39.5rem;
  }
}
.default__section--gallery {
  margin: 4.6rem 0 1.6rem;
  background-color: #e0e0e0;
}
.default__section--video {
  padding: 0.3rem 0 1.1rem;
}
@media only screen and (min-width: 835px) {
  .default__section--video {
    padding: 3.2rem 0 3.1rem;
  }
}
.default__section--quote {
  padding: 0rem 0 1.6rem;
}
@media only screen and (min-width: 835px) {
  .default__section--quote {
    padding: .4rem 0 3.1rem;
  }
}
.default__media {
  position: relative;
  height: 18.1rem;
  overflow: hidden;
  margin: 3.9rem 0 0;
}
@media only screen and (min-width: 835px) {
  .default__media {
    margin: 0;
    position: absolute;
  }
}
@media only screen and (min-width: 835px) {
  .default__media--1 {
    top: -11.3rem;
    right: 0%;
    width: 57.7%;
    height: 40.1rem;
  }
}
@media only screen and (min-width: 835px) {
  .default__media--2 {
    top: 18.7rem;
    left: 0%;
    width: 33.9%;
    height: 20.9rem;
  }
}
.default__image {
  display: block;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transition: transform 350ms cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 350ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.default__careers {
  padding: 1.3rem 0 4rem;
}
.default__back {
  position: relative;
  color: #2b2b2b;
  top: -1.6rem;
}
@media only screen and (min-width: 835px) {
  .default__back {
    top: -4.5rem;
  }
}
.default__pricing {
  padding: 0rem 0 3.4rem;
}
@media only screen and (min-width: 835px) {
  .default__pricing {
    padding: 0 0 3.4rem 19.6%;
  }
}
.home__section {
  position: relative;
}
@media only screen and (min-width: 835px) {
  .home__section {
    min-height: 100vh;
  }
}
@media only screen and (min-width: 835px) {
  .home__section--slider {
    padding: 4.1vh 0;
  }
}
.home__section--slider:before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  z-index: -1;
  background-color: #f9f9f9;
  bottom: -19rem;
}
@media only screen and (min-width: 835px) {
  .home__section--slider:before {
    bottom: -14rem;
  }
}
.home__section--banner {
  margin: 4.8rem 0 -1.6rem;
}
@media only screen and (min-width: 835px) {
  .home__section--banner {
    min-height: initial;
    margin: -0.4rem 0 -1rem;
  }
}
.home__section--pools {
  padding: 0 0 9rem;
}
@media only screen and (min-width: 835px) {
  .home__section--pools {
    padding: 0 0 22.5vh;
  }
}
.home__section--pools:before {
  content: '';
  position: absolute;
  left: 0;
  width: 50%;
  z-index: -1;
  background-color: #f9f9f9;
  top: 33rem;
  bottom: 4rem;
}
@media only screen and (min-width: 835px) {
  .home__section--pools:before {
    bottom: 11rem;
    top: 44rem;
  }
}
.home__section--spa {
  padding-bottom: 1.3rem;
  overflow: hidden;
}
.home__section--restaurant {
  background-color: #F9F9F9;
  padding-top: 1.4rem;
}
@media only screen and (min-width: 835px) {
  .home__section--restaurant {
    min-height: 81.5vh;
    min-height: 100vh;
    margin-bottom: 7.4rem;
  }
}
@media only screen and (min-width: 835px) {
  .home__section--innovations {
    padding-top: 6vh;
    padding-bottom: 12vh;
    min-height: 80vh;
  }
}
.home__section--innovations:before {
  content: '';
  position: absolute;
  right: 0;
  top: 64.5vh;
  width: 69.3%;
  z-index: -1;
  background-color: #f9f9f9;
  bottom: -0.8vh;
}
@media only screen and (min-width: 835px) {
  .home__section--innovations:before {
    bottom: -14rem;
  }
}
.home__section--services {
  padding-bottom: 8.3rem;
}
.home__section--newsletter {
  min-height: auto;
  padding: 3.7rem 0;
}
.home__section--newsletter {
  min-height: auto;
  padding: 3.7rem 0;
}
.home__hero {
  min-height: 100vh;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
  transition: min-height 1ms linear 999s;
}
@media only screen and (min-width: 835px) {
  .home__hero {
    transition: none;
    justify-content: center;
  }
}
.home__slider {
  overflow: hidden;
}
.home__container {
  position: relative;
  z-index: 2;
  min-height: inherit;
}
.home__background {
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  will-change: transform;
  z-index: 1;
}
.home__background--desktop {
  display: none;
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  bottom: 0;
  transition: all 2500ms cubic-bezier(0.19, 1, 0.22, 1);
}
@media only screen and (min-width: 835px) {
  .home__background--desktop {
    display: block;
  }
}
.home__background--mobile {
  padding-top: 54.4%;
}
@media only screen and (min-width: 835px) {
  .home__background--mobile {
    display: none;
  }
}
.home__info {
  padding-top: 2.4rem;
}
@media only screen and (min-width: 835px) {
  .home__info {
    padding-top: 2vh;
    min-height: inherit;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }
}
@media only screen and (min-width: 835px) {
  .home__info--services {
    min-height: 0;
  }
}
@media only screen and (min-width: 835px) {
  .home__media {
    overflow: hidden;
    position: absolute;
    top: 11vh;
    right: 2%;
    z-index: 1;
    width: 52.7%;
    padding-top: 63.3%;
  }
}
@media only screen and (min-width: 835px) {
  .home__media--innovations {
    top: 2.8vh;
    padding-top: 64.9%;
  }
}
.home__image {
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  padding-top: 119.7%;
}
@media only screen and (min-width: 835px) {
  .home__image {
    padding-top: 0;
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
    bottom: 0;
    border-spacing: 0;
  }
}
.listing__container {
  z-index: 2;
  position: relative;
  max-width: 128rem;
  zoom: 1;
}
.listing__container:before,
.listing__container:after {
  content: '';
  display: table;
}
.listing__container:after {
  clear: both;
}
.listing__intro {
  position: relative;
  padding: 0 11% 1.9rem 0;
}
@media only screen and (min-width: 835px) {
  .listing__intro {
    padding: 0 58% 3.1rem 9.5%;
  }
}
.listing__sections {
  padding: 1rem 0;
}
@media only screen and (min-width: 835px) {
  .listing__sections {
    padding: 1rem 0;
  }
}
.listing__section {
  padding: 1rem 0;
}
@media only screen and (min-width: 835px) {
  .listing__section {
    padding: 3rem 5rem 3rem 0;
  }
}
.listing__wrapper {
  background-color: #f9f9f9;
  position: relative;
}
@media only screen and (min-width: 835px) {
  .listing__wrapper {
    padding: 4.5rem 69.6% 3.9rem 3.1rem;
    height: 54rem;
  }
}
.listing__info {
  width: 100%;
  padding: 2.6rem 2rem;
}
@media only screen and (min-width: 835px) {
  .listing__info {
    padding: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}
.listing__price {
  color: #c59771;
  font-weight: 400;
  font-size: 1.4rem;
}
@media only screen and (min-width: 835px) {
  .listing__price {
    font-size: 1.8rem;
  }
}
.listing__content {
  padding: 1.9rem 0 0;
}
@media only screen and (min-width: 835px) {
  .listing__content {
    padding: 5.2rem 0 0;
  }
}
.listing__content h4 {
  font-size: 2.4rem;
}
.listing__details {
  letter-spacing: .1em;
  font-size: 1.3rem;
}
@media only screen and (min-width: 835px) {
  .listing__details {
    font-size: 1.2rem;
  }
}
.listing__description {
  padding: 2.1rem 0 2.2rem;
  margin-right: -2rem;
  font-size: 1.4rem;
  line-height: 1.29;
}
@media only screen and (min-width: 835px) {
  .listing__description {
    padding: 3.4rem 23% 3.4rem 0;
    font-size: 1.4rem;
    line-height: 1.29;
  }
}
.listing__actions {
  width: 100%;
}
@media only screen and (min-width: 835px) {
  .listing__actions {
    padding: 1rem 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
.listing__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.8rem 0.8rem 0.9rem;
  margin-bottom: 1rem;
}
@media only screen and (min-width: 835px) {
  .listing__btn {
    padding: 0.8rem 0.8rem 0.9rem;
    width: 48%;
  }
}
.listing__gallery {
  position: relative;
  height: 18rem;
  background-color: #bbbbbb;
}
@media only screen and (min-width: 835px) {
  .listing__gallery {
    height: auto;
    position: absolute;
    top: 2rem;
    right: -5rem;
    width: 71.4%;
    height: 54rem;
  }
}
.post__cover {
  color: #fff;
  height: 46.2rem;
}
@media only screen and (min-width: 835px) {
  .post__cover {
    height: 68.4rem;
  }
}
.post__article {
  position: relative;
  z-index: 2;
  padding: 1.2rem 0;
}
@media only screen and (min-width: 835px) {
  .post__article {
    padding: 0.9rem 0;
  }
}
.post__section {
  position: relative;
}
@media only screen and (min-width: 835px) {
  .post__section {
    padding-top: 3.9rem;
    padding-bottom: 3.9rem;
  }
}
@media only screen and (min-width: 835px) {
  .post__section--text {
    padding-left: 15.8%;
    padding-right: 15.8%;
  }
}
.post__section--images {
  position: relative;
  margin-top: -3.5rem;
  padding-bottom: 1.5rem;
}
@media only screen and (min-width: 835px) {
  .post__section--images {
    margin-top: 14.9rem;
    padding-bottom: 39.5rem;
  }
}
.post__section ul {
  margin: 1em 0;
}
.post__section li {
  padding: 0 0 0 0.7rem;
  position: relative;
}
.post__section li:before {
  content: '';
  position: absolute;
  top: 1.3rem;
  left: 0rem;
  width: 2px;
  height: 2px;
  border-radius: 50%;
  background-color: #2b2b2b;
}
.post__media {
  position: relative;
  height: 18.1rem;
  overflow: hidden;
  margin: 3.9rem 0 0;
}
@media only screen and (min-width: 835px) {
  .post__media {
    height: auto;
    margin: 0;
    position: absolute;
  }
}
@media only screen and (min-width: 835px) {
  .post__media--1 {
    top: -11.3rem;
    right: 0%;
    width: 57.7%;
    padding-top: 40%;
  }
}
@media only screen and (min-width: 835px) {
  .post__media--2 {
    top: 18.7rem;
    left: 0%;
    width: 33.9%;
    padding-top: 20.9%;
  }
}
.post__image {
  transition: transform 350ms cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 350ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  display: block;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.masonry {
  padding: 15.9rem 0 0rem;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 835px) {
  .masonry {
    padding: 26.9rem 0 0;
  }
}
.masonry:before {
  content: '';
  position: absolute;
  right: 0;
  top: 55.8rem;
  bottom: -17rem;
  width: 72%;
  z-index: 1;
  background-color: #f9f9f9;
  display: none;
}
@media only screen and (min-width: 835px) {
  .masonry:before {
    display: block;
  }
}
.masonry__container {
  z-index: 2;
  position: relative;
  zoom: 1;
}
.masonry__container:before,
.masonry__container:after {
  content: '';
  display: table;
}
.masonry__container:after {
  clear: both;
}
.masonry__intro {
  position: relative;
  padding: 0 5rem 3rem 0;
}
@media only screen and (min-width: 835px) {
  .masonry__intro {
    padding: 0 60% 3.8rem 0;
  }
}
.masonry__blocks {
  padding: 0 14.5% 0 0;
}
@media only screen and (min-width: 835px) {
  .masonry__blocks {
    display: flex;
    flex-wrap: wrap;
    padding: 0 5.5%;
    margin-bottom: -10rem;
  }
}
.masonry__block {
  padding: 0.9rem 0;
  position: relative;
}
@media only screen and (min-width: 835px) {
  .masonry__block {
    padding: 5.1rem 3rem;
    width: 33.33%;
  }
}
@media only screen and (min-width: 835px) {
  .masonry__block:nth-child(3n + 2) {
    top: -13.1rem;
  }
}
@media only screen and (min-width: 835px) {
  .masonry__block:nth-child(3n + 3) {
    top: 3.2rem;
  }
}
.h .masonry__block:hover .masonry__image {
  transform: scale(1.02);
}
.h .masonry__block:hover .masonry__label {
  transform: translate3d(0.4rem, 0, 0);
}
.masonry__media {
  padding-top: 135.4%;
  position: relative;
  overflow: hidden;
}
@media only screen and (min-width: 835px) {
  .masonry__media {
    padding-top: 136.8%;
  }
}
.masonry__image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: transform 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.masonry__label {
  padding: 1.6rem 0;
  font-size: 1.8rem;
  font-weight: 400;
  transition: transform 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media only screen and (min-width: 835px) {
  .masonry__label {
    padding: 1rem 0;
    font-size: 1.4rem;
  }
}
.masonry__trigger {
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.suite {
  overflow: hidden;
}
.suite__hero {
  position: relative;
  height: calc(100vh - 3rem);
}
@media only screen and (min-width: 835px) {
  .suite__hero {
    height: calc(100vh - 12rem);
  }
}
.suite__background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  z-index: 1;
}
.suite__background--desktop {
  display: none;
}
@media only screen and (min-width: 835px) {
  .suite__background--desktop {
    display: block;
  }
}
@media only screen and (min-width: 835px) {
  .suite__background--mobile {
    display: none;
  }
}
.suite__overlay {
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 100%);
  opacity: 0.68;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}
.suite__intro {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 3;
  color: #fff;
  bottom: 4rem;
}
@media only screen and (min-width: 835px) {
  .suite__intro {
    bottom: 4.5rem;
    padding: 0 1rem;
  }
}
.suite__subtitle {
  font-weight: 400;
  padding: 1.1rem 0 3.3rem;
  font-size: 1.8rem;
  line-height: 1.33;
}
@media only screen and (min-width: 835px) {
  .suite__subtitle {
    line-height: 1.5;
    font-size: 2.4rem;
    padding: 0rem 0 3.1rem;
  }
}
.suite__info {
  font-weight: 400;
}
@media only screen and (min-width: 835px) {
  .suite__info {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding-right: 11.5%;
  }
}
.suite__details {
  font-weight: 400;
  display: flex;
}
.suite__details--desktop {
  display: none;
}
@media only screen and (min-width: 835px) {
  .suite__details--desktop {
    display: flex;
  }
}
.suite__details--mobile {
  padding: 2rem 1rem 0.4rem;
  background-color: #f9f9f9;
}
@media only screen and (min-width: 835px) {
  .suite__details--mobile {
    display: none;
  }
}
.suite__detail {
  border-left: 0.1rem solid rgba(255, 255, 255, 0.2);
  padding: 0rem 1rem 1rem;
  flex: 1 1 auto;
}
@media only screen and (min-width: 835px) {
  .suite__detail {
    padding: 0rem 1.9rem 1rem;
    min-width: 20.1rem;
  }
}
.suite__label {
  opacity: 0.8;
  font-size: 0.9rem;
  text-transform: uppercase;
}
@media only screen and (min-width: 835px) {
  .suite__label {
    opacity: 0.8;
    font-size: 1.2rem;
  }
}
.suite__value {
  font-size: 1.4rem;
}
@media only screen and (min-width: 835px) {
  .suite__value {
    font-size: 2.4rem;
  }
}
@media only screen and (min-width: 835px) {
  .suite__action {
    width: 28.3%;
  }
}
.suite__container {
  position: relative;
  z-index: 3;
}
.suite__content {
  padding: 0rem 0 0.1rem;
}
@media only screen and (min-width: 835px) {
  .suite__content {
    padding: 1.3rem 0 0.1rem;
  }
}
@media only screen and (min-width: 835px) {
  .suite__section--text {
    padding: 4.6rem 15.8%;
  }
}
@media only screen and (min-width: 835px) {
  .suite__section--text--right {
    padding-right: 0;
    padding-left: 33.9%;
  }
}
.suite__section--text h4 {
  margin: 1.7em 0;
  font-size: 2.4rem;
}
.suite__section--text ul {
  margin: -1.5em 0 0;
}
.suite__section--text li {
  padding: 0 0 0 1.5rem;
  position: relative;
}
.suite__section--text li:before {
  content: '';
  position: absolute;
  top: 1.3rem;
  left: 0rem;
  width: 0.7rem;
  height: 1px;
  background-color: #2b2b2b;
}
.suite__section--images {
  position: relative;
  margin-top: -3.5rem;
  padding-bottom: 1.5rem;
}
@media only screen and (min-width: 835px) {
  .suite__section--images {
    margin-top: 11.7rem;
    padding-bottom: 39.5rem;
  }
}
@media only screen and (min-width: 835px) {
  .suite__section--gallery {
    margin: 0.5rem 0 0.3rem;
  }
}
.suite__section--video {
  padding: 0.3rem 0 1.1rem;
}
@media only screen and (min-width: 835px) {
  .suite__section--video {
    padding: 3.2rem 0 3.1rem;
  }
}
.suite__section--quote {
  padding: 0rem 0 1.6rem;
}
@media only screen and (min-width: 835px) {
  .suite__section--quote {
    padding: .4rem 0 3.1rem;
  }
}
.suite__media {
  position: relative;
  height: 18.1rem;
  overflow: hidden;
  margin: 3.9rem 0 0;
}
@media only screen and (min-width: 835px) {
  .suite__media {
    height: auto;
    margin: 0;
    position: absolute;
  }
}
@media only screen and (min-width: 835px) {
  .suite__media--1 {
    top: -11.3rem;
    right: 0%;
    width: 57.7%;
    padding-top: 40%;
  }
}
@media only screen and (min-width: 835px) {
  .suite__media--2 {
    top: 18.7rem;
    left: 0%;
    width: 33.9%;
    padding-top: 20.9%;
  }
}
.suite__image {
  display: block;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.suite__slider {
  position: relative;
  padding: 0.4rem 0 3.4rem;
}
@media only screen and (min-width: 835px) {
  .suite__slider {
    padding: 4.3rem 0 0;
  }
}
.appear {
  opacity: 0;
  transform: translateZ(0) translateY(10vh);
  transition: all 3000ms cubic-bezier(0.19, 1, 0.22, 1);
  will-change: opacity, transform;
}
.appear.in-viewport {
  transform: translateZ(0) translateY(0);
  opacity: 1;
}
._cf {
  zoom: 1;
}
._cf:before,
._cf:after {
  content: '';
  display: table;
}
._cf:after {
  clear: both;
}
@media only screen and (min-width: 835px) {
  ._only-mobile {
    display: none;
  }
}
@media only screen and (max-width: 834px) {
  ._only-desktop {
    display: none;
  }
}
._wysiwyg ul li {
  padding: 0.1rem 1.9rem .2rem;
  position: relative;
}
._wysiwyg ul li:before {
  content: '';
  border-radius: 50%;
  background-color: #c59771;
  width: 0.8rem;
  height: 0.8rem;
  top: 0.9rem;
  left: 0.1rem;
  position: absolute;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .banner {
    height: 21rem;
  }
  .hero {
    min-height: initial;
    padding-top: 30vh;
  }
  .hero__video {
    width: 100%;
    height: auto;
  }
}
.is-ios input[type='text'],
.is-ios input[type='number'],
.is-ios input[type='email'],
.is-ios input[type='password'],
.is-ios textarea {
  font-size: 16px;
}

/*# sourceMappingURL=app.css.map */
