/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}
body {
  margin: 0;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}
a {
  background-color: transparent;
}
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}
button,
input {
/* 1 */
  overflow: visible;
}
button,
select {
/* 1 */
  text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
details {
  display: block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
html {
  font-family: 'Open Sans', sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}
h1,
h2,
h3,
h4 {
  font-family: 'Old Standard TT', serif;
  color: #37383c;
}
h1 {
  position: relative;
  margin: 12px 0 18px;
  font-size: 36px;
}
h1:after {
  content: ' ';
  position: absolute;
  bottom: -16px;
  left: 0;
  right: 0;
  width: 100%;
  height: 14px;
  background-image: url("/images/wave.svg");
  background-size: 90px 14px;
  background-position: center center;
  background-repeat: no-repeat;
}
@media (min-width: $screen-th) {
  h1 {
    font-size: 42px;
  }
}
@media (min-width: 500px) {
  h1 {
    margin: 20px 0 18px;
    font-size: 64px;
  }
}
h2 {
  position: relative;
  margin: 0 0 38px;
  font-size: 32px;
}
h2:after {
  content: ' ';
  position: absolute;
  bottom: -16px;
  left: 0;
  right: 0;
  width: 100%;
  height: 14px;
  background-image: url("/images/wave.svg");
  background-size: 90px 14px;
  background-position: center center;
  background-repeat: no-repeat;
}
@media (min-width: 500px) {
  h2 {
    margin: 20px 0 52px;
    font-size: 48px;
  }
}
h3 {
  font-size: 32px;
  font-weight: 700;
}
h4 {
  font-size: 26px;
  font-weight: 700;
}
p,
ul,
li {
  font-size: 16px;
  color: #7b7b7b;
  line-height: 1.5;
}
@media (min-width: 500px) {
  p,
  ul,
  li {
    font-size: 18px;
  }
}
ul {
  list-style: circle;
}
ul,
li {
  line-height: 1.7;
}
html,
body {
  margin: 0;
  padding: 0;
}
* {
  box-sizing: border-box;
}
a {
  color: #7b7b7b;
  text-decoration: none;
  border-bottom: solid 1px transparent;
  transition: border-color ease-in-out 100ms;
}
a:not(.no-underline):hover {
  border-bottom-color: #7b7b7b;
}
p {
  line-height: 1.4;
}
p a,
li a {
  border-bottom: solid 1px #7b7b7b;
}
p a:hover,
li a:hover {
  border-bottom-color: transparent;
}
.button {
  padding: 17px 65px;
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  color: #fff;
  text-transform: uppercase;
  background-color: #bf9410;
  border: none;
  outline: none;
  cursor: pointer;
  transition: background-color ease-in-out 150ms, opacity ease-in-out 150ms;
}
.button:hover {
  background-color: #d7b44a;
}
.button[disabled] {
  cursor: not-allowed;
  background-color: #d7b44a !important;
}
.button--small {
  padding: 10px 14px;
  font-size: 14px;
}
.button--white {
  background-color: #fff;
  color: #bf9410;
  opacity: 1;
}
.button--white:hover {
  background-color: #fff;
  opacity: 0.8;
}
.container {
  width: 100%;
  max-width: 1210px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 15px;
}
.container--tighter {
  max-width: 800px;
}
.container--tight {
  max-width: 1020px;
}
.container--no-padding {
  padding: 0;
}
.container--fluid {
  max-width: 100%;
}
.section {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (min-width: 768px) {
  .section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.section--darker {
  background-color: #f8f9fb;
}
.section--gold {
  background-color: #bf9410;
  color: #fff;
}
.section--tighter {
  padding-top: 30px;
  padding-bottom: 30px;
}
.slick-slider {
  position: relative;
}
.slick-slider--with-arrows {
  padding: 0 37px;
}
@media (min-width: 1220px) {
  .slick-slider--with-arrows {
    padding: 0;
  }
}
.slick-slider__arrow {
  position: absolute;
  top: 50%;
  margin-top: -25px;
  width: 25px;
  height: 50px;
  background-image: url("/images/icons/arrow-right.svg");
  background-size: 25px 50px;
  background-position: center center;
  background-repeat: no-repeat;
  cursor: pointer;
  opacity: 1;
  transition: opacity ease-in-out 150ms;
}
.slick-slider__arrow:hover {
  opacity: 0.5;
}
.slick-slider__arrow.slick-disabled {
  opacity: 0;
}
.slick-slider__arrow--prev {
  left: 0;
  transform: scaleX(-1);
}
@media (min-width: 1220px) {
  .slick-slider__arrow--prev {
    left: -35px;
  }
}
.slick-slider__arrow--next {
  right: 0;
}
@media (min-width: 1220px) {
  .slick-slider__arrow--next {
    right: -35px;
  }
}
.slick-slider__arrow--white {
  background-image: url("/images/icons/arrow-right-white.svg");
}
.slick-slider * {
  outline: none;
}
.form {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}
.form__row {
  display: flex;
  flex-direction: column;
  margin: 10px 0;
}
@media (min-width: 660px) {
  .form__row {
    flex-direction: row;
  }
}
.form__item {
  flex: 0 0 50%;
}
.form__item:first-child {
  padding: 0 0 10px;
}
@media (min-width: 660px) {
  .form__item:first-child {
    padding: 0 10px 0 0;
  }
}
.form__item:last-child {
  padding: 10px 0 0;
}
@media (min-width: 660px) {
  .form__item:last-child {
    padding: 0 0 0 10px;
  }
}
.form__item--single {
  padding: 0 !important;
  flex: 0 0 100%;
}
.input {
  width: 100%;
  padding: 12px 14px;
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #7b7b7b;
  border: solid 3px #bf9410;
  outline: none;
  resize: none;
}
.input:disabled {
  cursor: not-allowed;
  background-color: #ebebe3;
}
.input--small {
  padding: 4px 10px;
  font-size: 14px;
}
.input--white {
  background-color: #fff;
  color: #bf9410;
  border-color: #fff;
}
.modal {
  position: fixed;
  height: 100%;
  overflow: auto;
  background-color: #000;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 100;
}
.modal--noOverscroll {
  -webkit-overflow-scroling: none;
}
.modal__content {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 50px 0 0;
}
.modal__close {
  position: absolute;
  right: 0;
  top: 0;
  color: #999;
  cursor: pointer;
  font-size: 24px;
  height: 47px;
  line-height: 27px;
  padding: 10px 0;
  text-align: center;
  width: 50px;
  text-decoration: none !important;
  outline: 0;
  background: 0 0;
  border: none;
  box-shadow: none;
  transition: color 0.2s linear;
}
.modal__close:before {
  font-family: lg;
  font-weight: 400;
  content: "\E070";
}
.masonry-gallery {
  columns: 2;
  column-gap: 10px;
}
@media (min-width: 980px) {
  .masonry-gallery {
    columns: 3;
  }
}
.masonry-gallery__item {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 10px;
  cursor: pointer;
}
.masonry-gallery__item img {
  max-width: 100%;
}
.masonry-gallery__item:hover .masonry-gallery__itemOverlay {
  opacity: 0.5;
}
.masonry-gallery__itemOverlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  background: #000;
  opacity: 0;
  transition: opacity ease-in-out 300ms;
}
.nav {
  padding: 15px 0 0;
}
.nav__top {
  display: flex;
}
.nav__contactItems {
  flex: 1;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.nav__contactItems a {
  margin: 0 3px;
  border-bottom-color: transparent;
  opacity: 1;
  transition: opacity ease-in-out 150ms;
}
.nav__contactItems a:hover {
  opacity: 0.7;
}
.nav__languages {
  flex: 1;
  display: flex;
  justify-content: flex-end;
}
.nav__languages a {
  margin: 0 4px;
  font-weight: 600;
  color: #37383c;
}
.nav__languages a:hover {
  border-bottom-color: #37383c;
}
.nav__logo {
  text-align: center;
}
@media (min-width: 768px) {
  .nav__logo {
    margin-top: -10px;
  }
}
.nav__logo svg {
  font-size: 80px;
  margin-bottom: 6px;
}
.nav__logoSubtitle {
  margin: 20px 0 0;
  font-size: 14px;
  text-align: center;
  text-transform: uppercase;
  color: #bf9410;
}
@media (min-width: 500px) {
  .nav__logoSubtitle {
    margin: 30px 0 0;
    font-size: 18px;
  }
}
.nav__links {
  display: flex;
  justify-content: center;
  margin: 34px auto 15px;
}
.nav__links a {
  margin: 0 6px;
  cursor: pointer;
}
@media (min-width: 500px) {
  .nav__links a {
    margin: 0 12px;
  }
}
.nav-fixed {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 100;
  background: #fff;
  padding: 10px 0;
  transform: translateY(-100%);
  transition: transform ease-in-out 300ms;
}
.nav-fixed--visible {
  transform: translateY(0);
}
.nav-fixed__contactItems {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.nav-fixed__contactItems a {
  margin: 0 3px;
}
.nav-fixed .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.nav-fixed__languages {
  display: block;
  display: flex;
  justify-content: center;
}
.nav-fixed__languages a {
  margin: 0 4px;
  font-weight: 600;
  color: #37383c;
}
.nav-fixed__languages a:hover {
  border-bottom-color: #37383c;
  border-bottom-color: transparent;
  opacity: 1;
  transition: opacity ease-in-out 150ms;
}
.nav-fixed__languages a:hover:hover {
  opacity: 0.7;
}
.nav-fixed h3 {
  font-weight: 400;
  margin: 5px 0 0;
}
@media (max-width: 500px) {
  .nav-fixed h3 {
    font-size: 22px;
  }
}
.nav-fixed .nav__links {
  justify-content: flex-start;
  margin: 0 auto 0 28px;
  display: none;
}
@media (min-width: 768px) {
  .nav-fixed .nav__links {
    display: flex;
  }
}
.header {
  position: relative;
}
.header__featuredNews {
  bottom: 0;
  left: 0;
  right: 0;
}
@media (min-width: 768px) {
  .header__featuredNews {
    position: absolute;
    z-index: 1;
  }
}
.header__featuredNews .container {
  background: #bf9410;
  padding: 5px 10px;
  text-align: center;
}
.header__featuredNews p {
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  margin: 0;
}
.header__slider {
  position: relative;
  z-index: 0;
}
.header__slider:not(.slick-initialized) > div:not(:first-child) {
  display: none;
}
.header__slider .slick-slider__arrow--prev {
  left: 15px;
  z-index: 1;
}
.header__slider .slick-slider__arrow--next {
  right: 15px;
}
.header__slide {
  width: 100%;
}
.header__slide > div {
  width: 100%;
  height: 350px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
@media (min-width: 500px) {
  .header__slide > div {
    height: 600px;
  }
}
@media (min-width: 1440px) {
  .header__slide > div {
    height: 750px;
  }
}
.about {
  background-color: #fff;
}
.about__buttons {
  margin: 10px 0 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.about__buttons a {
  border-bottom-color: transparent !important;
}
.about button {
  margin: 10px 15px;
  width: 240px;
}
.news {
  text-align: center;
}
@media (min-width: 500px) {
  .news {
    padding: 75px 0 120px;
  }
}
.news .container {
  padding: 0 10px;
}
@media (min-width: 768px) {
  .news__item {
    padding: 0 25px;
  }
}
.news__itemInner {
  padding: 28px 30px 20px;
  background-color: #fff;
}
.news__itemInner h3 {
  margin: 32px 0 10px;
}
.news__itemInner .news__image img {
  max-width: 100%;
  cursor: pointer;
}
.news__itemInner .news__image div {
  font-size: 14px;
  margin: 6px 0 0;
  color: #7b7b7b;
}
.news__itemInner .news__link {
  text-align: center;
  margin: 12px 0 0;
}
.news__slider:not(.slick-initialized) > div:not(:first-child) {
  display: none;
}
.news__itemDateWrapper {
  display: inline-block;
  padding: 15px 20px 10px;
  font-weight: 700;
  color: #37383c;
  text-align: center;
  line-height: 1;
  background-color: #e5e5e5;
}
.news__itemDateWrapper > :nth-child(1) {
  font-family: 'Old Standard TT', serif;
  font-size: 40px;
}
.news__itemDateWrapper > :nth-child(2) {
  margin: 4px 0 0;
  font-size: 24px;
  text-transform: uppercase;
}
.image-carousel__slider:not(.slick-initialized) > div:not(:first-child) {
  display: none;
}
.image-carousel__image {
  width: 100%;
}
.image-carousel__image > div {
  width: 100%;
  height: 360px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
@media (min-width: 395px) {
  .image-carousel__image > div {
    height: 500px;
  }
}
.image-carousel .slick-slider__arrow--prev {
  left: 15px;
  z-index: 1;
}
.image-carousel .slick-slider__arrow--next {
  right: 15px;
}
@media (min-width: 980px) {
  .room {
    padding: 0 14px;
  }
}
.room__inner {
  position: relative;
  height: 400px;
  padding: 170px 15px 25px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  text-align: center;
  cursor: pointer;
}
.room__inner:hover .room__overlay {
  opacity: 0.35;
}
.room__content {
  position: relative;
  z-index: 3;
}
.room h3 {
  margin: 0 0 0;
  font-size: 30px;
  color: #fff;
}
.room p {
  font-size: 18px;
  font-weight: 600;
  color: #c5c4c4;
  line-height: 25px;
}
.room__overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  background: linear-gradient(transparent, rgba(0,0,0,0.85));
  opacity: 1;
  transition: opacity ease-in-out 300ms;
}
.room__background {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.room--big .room__inner {
  height: 480px;
}
.room--big .room__price {
  font-size: 22px;
}
.room--big h3 {
  font-size: 38px;
}
@media (min-width: 768px) {
  .room--big h3 {
    font-size: 48px;
  }
  .room--big p {
    min-height: 140px;
  }
  .room--big .room__buttons {
    flex-direction: row;
    max-width: 100%;
    justify-content: center;
  }
  .room--big .room__buttons button {
    width: 220px;
    padding-left: 65px;
    padding-right: 65px;
    margin-left: 10px;
    margin-right: 10px;
  }
}
.room__gallery h3 {
  color: #fff;
}
.room__gallery h3:first-child {
  margin-top: 0;
}
.rooms .container {
  padding: 0 10px;
}
.rooms__slider {
  margin: 25px 0 0;
}
@media (min-width: 768px) {
  .rooms__slider {
    margin: 60px 0 0;
  }
}
.rooms__slider:not(.slick-initialized) > div:not(:first-child) {
  display: none;
}
.rooms__vr {
  padding: 40px 22px 10px !important;
}
.rooms__vrThumbnail {
  width: 100%;
  height: 450px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  cursor: pointer;
}
.rooms__vrThumbnail:hover .rooms__vrThumbnailOverlay {
  opacity: 0.35;
}
.rooms__vrThumbnailOverlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  background: linear-gradient(transparent, rgba(0,0,0,0.85));
  opacity: 1;
  transition: opacity ease-in-out 300ms;
}
.rooms__vrThumbnailContent {
  position: relative;
  z-index: 3;
  padding: 0 10px;
}
.rooms__vrThumbnailContent h3 {
  margin: 0 0 0;
  font-size: 30px;
  color: #fff;
}
.rooms__vrThumbnailContent p {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  line-height: 25px;
}
.house__slider {
  margin: 25px 0 0;
}
@media (min-width: 768px) {
  .house__slider {
    margin: 60px 0 0;
  }
}
.house__slider:not(.slick-initialized) > div:not(:first-child) {
  display: none;
}
.house__book {
  padding: 25px 0 0;
  text-align: center;
}
.house__bookLink {
  margin-top: 25px;
  display: inline-block;
  border-bottom: none !important;
}
.house__iconCards {
  margin: -10px 0 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.house__iconCards > div {
  margin: 10px;
}
.owner-notes__slider {
  margin: 45px 0 0;
}
@media (min-width: 500px) {
  .owner-notes__slider {
    margin: 65px 0 0;
  }
}
.owner-notes__slider:not(.slick-initialized) > div:not(:first-child) {
  display: none;
}
.owner-notes__slider .slick-slider__arrow--prev {
  left: 15px;
  z-index: 1;
}
.owner-notes__slider .slick-slider__arrow--next {
  right: 15px;
}
.owner-notes__slide {
  width: 100%;
}
.owner-notes__slide > div {
  width: 100%;
  height: 350px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
@media (min-width: 500px) {
  .owner-notes__slide > div {
    height: 400px;
  }
}
@media (min-width: 1440px) {
  .owner-notes__slide > div {
    height: 460px;
  }
}
.contact__row {
  display: flex;
  align-items: center;
  flex-direction: column;
}
@media (min-width: 980px) {
  .contact__row {
    flex-direction: row;
  }
  .contact__row > div {
    flex: 1;
  }
}
.contact__row > div:first-child {
  text-align: center;
  font-size: 180px;
  display: none;
}
@media (min-width: 980px) {
  .contact__row > div:first-child {
    display: block;
  }
}
.contact__logoMobile {
  font-size: 120px;
  display: block;
  text-align: center;
  margin: 30px 0 0;
}
@media (min-width: 980px) {
  .contact__logoMobile {
    display: none;
  }
}
@media (min-width: 500px) {
  .contact__logoMobile {
    margin: 60px 0 0;
  }
}
.contact__map {
  width: 100%;
  height: 450px;
}
.contact__address {
  margin: -5px 0 40px;
  font-size: 22px;
  color: #7b7b7b;
  text-align: center;
  line-height: 1.5;
}
.contact__address p {
  margin: 5px 0;
}
.contact__ctaWrapper {
  margin: 0 0 20px;
  display: flex;
  justify-content: center;
}
@media (min-width: 500px) {
  .contact__ctaWrapper {
    margin: 0 0 60px;
  }
}
.contact__ctaWrapper a {
  border-bottom-color: transparent !important;
}
.contact__itemsWrapper {
  margin: 20px 0 40px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (min-width: 395px) {
  .contact__itemsWrapper {
    flex-wrap: no-wrap;
  }
}
@media (min-width: 980px) {
  .contact__itemsWrapper {
    margin: 60px 0 40px;
  }
}
.contact__item {
  margin: 15px 0;
  flex: 0 0 100%;
}
@media (min-width: 395px) {
  .contact__item {
    flex: 0 0 50%;
  }
}
@media (min-width: 768px) {
  .contact__item {
    margin: 0;
    flex: 1;
  }
}
.contact__item a {
  display: flex;
  flex-direction: column;
  align-items: center;
  border-bottom-color: transparent !important;
  opacity: 1;
  transition: opacity ease-in-out 150ms;
}
.contact__item a:hover {
  opacity: 0.7;
}
.contact__item svg {
  font-size: 30px;
  margin-bottom: 8px;
}
.contact__item--small {
  flex: 0;
  margin: 0;
}
.contact__item--small svg {
  font-size: 22px;
}
.footer {
  padding: 18px 0 14px;
  font-size: 14px;
  color: #7b7b7b;
}
.footer .container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.footer .container div {
  margin: 5px 0;
}
@media (min-width: 395px) {
  .footer .container {
    flex-direction: row;
    justify-content: space-between;
  }
  .footer .container div {
    margin: 0;
  }
}
.book {
  position: relative;
}
.book__calendar {
  height: 340px;
  max-width: 685px;
  width: 100%;
  margin: 0 auto 10px;
}
.book__calendar iframe {
  width: 100%;
  height: 100%;
}
.book__form {
  max-width: 685px;
  margin-top: 10px;
}
.book__formAction {
  margin: 5px 0 0;
  display: flex;
  flex-direction: column-reverse;
  justify-content: space-between;
}
.book__formAction button {
  margin: 5px 0;
  width: 100%;
}
.book__formAction a {
  border-bottom: none !important;
}
@media (min-width: 500px) {
  .book__formAction {
    margin: 10px 0 0;
    flex-direction: row;
  }
  .book__formAction button {
    margin: 0;
    width: 260px;
  }
}
.book__formOverlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 10;
  background-color: rgba(255,255,255,0.8);
  display: flex;
  justify-content: center;
  align-items: center;
}
.reviews {
  padding: 40px 0 60px;
}
.reviews h2 {
  margin-bottom: 20px;
}
.reviews__review {
  text-align: center;
  padding: 0 5px;
}
@media (min-width: 768px) {
  .reviews__review {
    padding: 0 20px;
  }
}
.reviews__review p {
  font-size: 16px;
  margin: 0;
}
.reviews__reviewContent {
  font-size: 18px !important;
  font-style: italic;
  margin: 0 0 20px !important;
  color: #000;
  line-height: 1.6;
}
@media (min-width: 768px) {
  .reviews__reviewContent {
    font-size: 20px !important;
  }
}
.reviews__slider {
  margin: 25px 0 0;
}
@media (min-width: 768px) {
  .reviews__slider {
    margin: 60px 0 0;
  }
}
.reviews__slider:not(.slick-initialized) > div:not(:first-child) {
  display: none;
}
.partners__grid {
  margin-top: 20px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
}
@media (min-width: 660px) {
  .partners__grid {
    grid-template-columns: 1fr 1fr;
  }
}
.partners__item {
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.subscribe {
  color: #fff;
}
.subscribe__container {
  display: grid;
  grid-template-columns: 65% 35%;
  align-items: center;
  gap: 10px;
  grid-template-columns: 1fr;
}
@media (min-width: 768px) {
  .subscribe__container {
    grid-template-columns: 65% 35%;
  }
}
.subscribe__title h4,
.subscribe__title p {
  color: #fff;
  margin: 0;
  text-align: left;
}
.subscribe__title p {
  font-size: 0.875rem;
}
.subscribe form {
  height: 40px;
  display: flex;
}
.subscribe form input,
.subscribe form button {
  height: 100%;
}
.vr {
  color: #fff;
  text-align: center;
}
.vr__iframe {
  width: 100%;
  height: 75vh;
}
@media (min-width: 768px) {
  .vr__iframe {
    height: 75vh;
  }
}
@media (max-width: 768px) {
  .vr h2 {
    font-size: 1.5rem;
  }
}
.vr button {
  margin-top: 20px;
}

