@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
@import url("https://fonts.googleapis.com/css2?family=Italianno&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cinzel:wght@400..900&family=Playfair+Display+SC&family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Raleway:ital,wght@0,400..900;1,400..900&display=swap");
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

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

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

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

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

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

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

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

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

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

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

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*! HTML5 Boilerplate v8.0.0 | MIT License | https://html5boilerplate.com/ */
/* main.css 2.1.0 | MIT License | https://github.com/h5bp/main.css#readme */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html {
  color: #222;
  font-size: 1em;
  line-height: 1.4; }

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

::selection {
  background: #b3d4fc;
  text-shadow: none; }

/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle; }

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical; }

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Hide visually and from screen readers
 */
.hidden,
[hidden] {
  display: none !important; }

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */
.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  /* 1 */ }

/*
 * Extends the .sr-only class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */
.sr-only.focusable:active,
.sr-only.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto; }

/*
 * Hide visually and from screen readers, but maintain layout
 */
.invisible {
  visibility: hidden; }

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix::before,
.clearfix::after {
  content: " ";
  display: table; }

.clearfix::after {
  clear: both; }

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */ }

@media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 1.25dppx), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */ }

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
@media print {
  *,
  *::before,
  *::after {
    background: #fff !important;
    color: #000 !important;
    /* Black prints faster */
    box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]::after {
    content: " (" attr(href) ")"; }
  abbr[title]::after {
    content: " (" attr(title) ")"; }
  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="#"]::after,
  a[href^="javascript:"]::after {
    content: ""; }
  pre {
    white-space: pre-wrap !important; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  /*
   * Printing Tables:
   * https://web.archive.org/web/20180815150934/http://css-discuss.incutio.com/wiki/Printing_Tables
   */
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; } }

.font-normal {
  font-family: "Playfair Display", serif !important; }

.font-title {
  font-family: "Cinzel", serif !important; }

.font-focus {
  font-family: "Raleway", sans-serif !important; }

.font-focus2 {
  font-family: "Italianno", cursive !important; }

.bg-vl-grey {
  background-color: #eaeaea; }

.text-vl-grey {
  color: #eaeaea; }

.bg-vl-grey-2 {
  background-color: #dcdcdc; }

.text-vl-grey-2 {
  color: #dcdcdc; }

.bg-l-grey {
  background-color: #999; }

.text-l-grey {
  color: #999; }

.bg-grey {
  background-color: #777; }

.text-grey {
  color: #777; }

.bg-d-grey {
  background-color: #333; }

.text-d-grey {
  color: #333; }

.bg-first {
  background-color: #b5985f; }

.text-first {
  color: #b5985f; }

@keyframes animateHoverPagination {
  0% {
    width: 13px;
    height: 13px; }
  33% {
    width: 15px;
    height: 15px; }
  100% {
    width: 13px;
    height: 13px; } }

@keyframes animatedLink {
  0% {
    left: 0;
    width: 100%; }
  25% {
    left: 20%;
    width: 60%; }
  50% {
    left: 10%;
    width: 80%; }
  75% {
    left: 20%;
    width: 60%; }
  100% {
    left: 0;
    width: 100%; } }

.wrap {
  width: calc(100% - 100px);
  max-width: 1650px;
  padding-left: 50px;
  padding-right: 50px;
  margin-left: auto;
  margin-right: auto; }
  .wrap.wrap-form {
    max-width: 1100px; }
  @media (max-width: 768px) {
    .wrap {
      padding-left: 40px;
      padding-right: 40px;
      width: calc(100% - 80px); } }
  @media (max-width: 500px) {
    .wrap {
      padding-left: 30px;
      padding-right: 30px;
      width: calc(100% - 60px); } }
  .wrap p,
  .wrap ul.list-text {
    color: #777;
    font-size: 18px;
    line-height: 1.4em;
    font-family: "Playfair Display", serif;
    font-weight: 400; }
    @media (max-width: 1200px) {
      .wrap p,
      .wrap ul.list-text {
        font-size: 18px; } }
    @media (max-width: 768px) {
      .wrap p,
      .wrap ul.list-text {
        font-size: 14.4px; } }
    .wrap p strong,
    .wrap ul.list-text strong {
      font-weight: 800; }
    .wrap p a,
    .wrap ul.list-text a {
      position: relative;
      color: #b5985f;
      text-decoration: none; }
      .wrap p a .grey,
      .wrap ul.list-text a .grey {
        color: #333; }
      .wrap p a:after,
      .wrap ul.list-text a:after {
        position: absolute;
        content: '';
        display: block;
        bottom: -1px;
        width: 100%;
        height: 1px;
        left: 0;
        background-color: #b5985f; }
      .wrap p a:hover:after,
      .wrap ul.list-text a:hover:after {
        animation: animatedLink 1.35s linear infinite; }
    .wrap p.big,
    .wrap ul.list-text.big {
      color: #777;
      font-size: 21px;
      line-height: 1.6em;
      font-family: "Playfair Display", serif; }
      @media (max-width: 1200px) {
        .wrap p.big,
        .wrap ul.list-text.big {
          font-size: 21px; } }
      @media (max-width: 768px) {
        .wrap p.big,
        .wrap ul.list-text.big {
          font-size: 16.8px; } }
    .wrap p.center,
    .wrap ul.list-text.center {
      text-align: center; }
    .wrap p.small-text,
    .wrap ul.list-text.small-text {
      font-size: 15px; }
      @media (max-width: 1200px) {
        .wrap p.small-text,
        .wrap ul.list-text.small-text {
          font-size: 15px; } }
      @media (max-width: 768px) {
        .wrap p.small-text,
        .wrap ul.list-text.small-text {
          font-size: 12px; } }
    .wrap p.infographic,
    .wrap ul.list-text.infographic {
      display: flex;
      align-items: center;
      padding: 15px 10px;
      margin-bottom: 30px;
      border-top: 1px solid #b5985f;
      border-bottom: 1px solid #b5985f; }
      .wrap p.infographic i,
      .wrap ul.list-text.infographic i {
        font-size: 25px;
        margin-right: 10px; }
        @media (max-width: 1200px) {
          .wrap p.infographic i,
          .wrap ul.list-text.infographic i {
            font-size: 25px; } }
        @media (max-width: 768px) {
          .wrap p.infographic i,
          .wrap ul.list-text.infographic i {
            font-size: 20px; } }
      .wrap p.infographic i,
      .wrap p.infographic .deco,
      .wrap ul.list-text.infographic i,
      .wrap ul.list-text.infographic .deco {
        color: #b5985f; }
      .wrap p.infographic .deco,
      .wrap ul.list-text.infographic .deco {
        margin-left: 30px;
        margin-right: 30px; }
    .wrap p.text-two-column,
    .wrap ul.list-text.text-two-column {
      -moz-column-count: 2;
           column-count: 2;
      -moz-column-gap: 75px;
           column-gap: 75px; }
      @media (max-width: 760px) {
        .wrap p.text-two-column,
        .wrap ul.list-text.text-two-column {
          -moz-column-count: 1;
               column-count: 1;
          -moz-column-gap: 0;
               column-gap: 0; } }
  .wrap .focus {
    padding-top: 1em;
    padding-bottom: 1.5em; }
    .wrap .focus img {
      width: 180px;
      max-width: 35%;
      display: block;
      margin: 0 auto 25px; }
    .wrap .focus p {
      color: #777;
      font-size: 30px;
      line-height: 1.1em;
      font-family: "Italianno", cursive;
      margin-bottom: 0;
      margin-top: 0; }
      @media (max-width: 1200px) {
        .wrap .focus p {
          font-size: 30px; } }
      @media (max-width: 768px) {
        .wrap .focus p {
          font-size: 24px; } }
      .wrap .focus p strong {
        color: #b5985f; }
  .wrap h1,
  .wrap h2,
  .wrap h3 {
    color: black;
    font-size: 48px;
    line-height: 1em;
    font-family: "Cinzel", serif;
    font-weight: 400; }
    @media (max-width: 1200px) {
      .wrap h1,
      .wrap h2,
      .wrap h3 {
        font-size: 38.4px; } }
    @media (max-width: 768px) {
      .wrap h1,
      .wrap h2,
      .wrap h3 {
        font-size: 36.92308px; } }
    .wrap h1 span,
    .wrap h2 span,
    .wrap h3 span {
      color: #b5985f; }
    .wrap h1.center,
    .wrap h2.center,
    .wrap h3.center {
      text-align: center; }
    .wrap h1.subtitle,
    .wrap h2.subtitle,
    .wrap h3.subtitle {
      padding-left: 30px; }
      .wrap h1.subtitle span,
      .wrap h2.subtitle span,
      .wrap h3.subtitle span {
        margin-left: -30px;
        font-size: 30px; }
        @media (max-width: 1200px) {
          .wrap h1.subtitle span,
          .wrap h2.subtitle span,
          .wrap h3.subtitle span {
            font-size: 30px; } }
        @media (max-width: 768px) {
          .wrap h1.subtitle span,
          .wrap h2.subtitle span,
          .wrap h3.subtitle span {
            font-size: 24px; } }
      .wrap h1.subtitle.center,
      .wrap h2.subtitle.center,
      .wrap h3.subtitle.center {
        padding-left: 0 !important; }
        .wrap h1.subtitle.center span,
        .wrap h2.subtitle.center span,
        .wrap h3.subtitle.center span {
          margin-left: 0 !important; }
  .wrap h2 {
    font-size: 35px; }
    @media (max-width: 1200px) {
      .wrap h2 {
        font-size: 31.81818px; } }
    @media (max-width: 768px) {
      .wrap h2 {
        font-size: 23.33333px; } }
    .wrap h2.subtitle {
      padding-left: 20px; }
      .wrap h2.subtitle span {
        margin-left: -20px;
        font-size: 25px; }
        @media (max-width: 1200px) {
          .wrap h2.subtitle span {
            font-size: 25px; } }
        @media (max-width: 768px) {
          .wrap h2.subtitle span {
            font-size: 20px; } }
      .wrap h2.subtitle.no-padding {
        padding-left: 0; }
        .wrap h2.subtitle.no-padding span {
          margin-left: 0; }
  .wrap h3 {
    font-size: 25px; }
    @media (max-width: 1200px) {
      .wrap h3 {
        font-size: 25px; } }
    @media (max-width: 768px) {
      .wrap h3 {
        font-size: 20px; } }
    .wrap h3.subtitle {
      padding-left: 15px; }
      .wrap h3.subtitle span {
        margin-left: -15px;
        font-size: 18px; }
        @media (max-width: 1200px) {
          .wrap h3.subtitle span {
            font-size: 18px; } }
        @media (max-width: 768px) {
          .wrap h3.subtitle span {
            font-size: 14.4px; } }

@media (min-width: 1024px) {
  .padding-x-30 {
    padding-left: 30px;
    padding-right: 30px; } }

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

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

.padding-left {
  padding-left: 40px; }
  .padding-left.half {
    padding-left: 20px; }

.padding-right {
  padding-right: 40px; }
  .padding-right.half {
    padding-right: 20px; }

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

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

@media (max-width: 768px) {
  .padding-left {
    padding-left: 50px; }
  .padding-right {
    padding-right: 50px; }
  .padding-top {
    padding-top: 50px; }
  .padding-bottom {
    padding-bottom: 50px; }
  .margin-top {
    margin-top: 50px; }
  .margin-bottom {
    margin-bottom: 50px; } }

@media (max-width: 500px) {
  .padding-left {
    padding-left: 35px; }
    .padding-left.half {
      padding-left: 20px; }
  .padding-right {
    padding-right: 35px; }
    .padding-right.half {
      padding-right: 20px; }
  .padding-top {
    padding-top: 35px; }
    .padding-top.half {
      padding-top: 20px; }
  .padding-bottom {
    padding-bottom: 35px; }
    .padding-bottom.half {
      padding-bottom: 20px; }
  .margin-top {
    margin-top: 35px; }
    .margin-top.half {
      margin-top: 20px; }
  .margin-bottom {
    margin-bottom: 35px; }
    .margin-bottom.half {
      margin-bottom: 20px; } }

a.link {
  position: relative;
  color: #b5985f;
  text-decoration: none; }
  a.link .grey {
    color: #333; }
  a.link:after {
    position: absolute;
    content: '';
    display: block;
    bottom: -1px;
    width: 100%;
    height: 1px;
    left: 0;
    background-color: #b5985f; }
  a.link:hover:after {
    animation: animatedLink 1.35s linear infinite; }

.flex {
  display: flex;
  align-items: center;
  flex-wrap: wrap; }
  .flex.no-wrap {
    flex-wrap: nowrap; }
  .flex.align-t {
    align-items: flex-start; }
  .flex.justify-c {
    justify-content: center; }
  .flex.justify-sa {
    justify-content: space-around; }
  .flex.justify-sb {
    justify-content: space-between; }
  .flex .box-1-4 {
    width: 22.5%; }
  .flex .box-2-4 {
    width: 45%; }
  .flex .box-3-4 {
    width: 67.5%; }
  .flex .box-1-3 {
    width: 30%; }
  .flex .box-2-3 {
    width: 65%; }
  .flex .box-1-2 {
    width: 45%; }

.gmap {
  height: 700px; }
  @media (max-width: 1600px) {
    .gmap {
      height: 560px; } }
  @media (max-width: 1200px) {
    .gmap {
      height: 500px; } }
  @media (max-width: 768px) {
    .gmap {
      height: 437.5px; } }
  @media (max-width: 500px) {
    .gmap {
      height: 350px; } }

#marker-map {
  color: #777;
  font-size: 16px;
  line-height: 1.4em;
  font-family: "Playfair Display", serif; }
  @media (max-width: 1200px) {
    #marker-map {
      font-size: 16px; } }
  @media (max-width: 768px) {
    #marker-map {
      font-size: 12.8px; } }
  #marker-map a {
    color: #b5985f;
    transition: 0.25s color linear; }
    #marker-map a:hover {
      color: #333; }

.box-services {
  background-color: #eaeaea; }
  .box-services .content {
    padding: 30px 30px 0;
    align-items: center;
    justify-content: space-around; }
  .box-services .item {
    width: 29%;
    padding-top: 10px;
    text-align: center;
    padding-bottom: 30px; }
  .box-services i {
    font-size: 30px;
    color: #333; }
    @media (max-width: 1200px) {
      .box-services i {
        font-size: 30px; } }
    @media (max-width: 768px) {
      .box-services i {
        font-size: 24px; } }
  .box-services span {
    display: block;
    text-align: center;
    padding-top: 5px;
    color: #333;
    font-size: 14px;
    line-height: 1em;
    font-family: "Raleway", sans-serif;
    font-weight: 500; }
    @media (max-width: 1200px) {
      .box-services span {
        font-size: 14px; } }
    @media (max-width: 768px) {
      .box-services span {
        font-size: 11.2px; } }
  .box-services.big-box-services .item {
    padding-top: 20px;
    width: 10%;
    padding-left: 3%;
    padding-right: 3%; }
  .box-services.big-box-services i {
    font-size: 40px;
    color: #b5985f; }
    @media (max-width: 1200px) {
      .box-services.big-box-services i {
        font-size: 40px; } }
    @media (max-width: 768px) {
      .box-services.big-box-services i {
        font-size: 32px; } }
  .box-services.big-box-services span {
    padding-top: 10px; }

.box-list {
  color: #333;
  font-size: 14px;
  line-height: 1.4em;
  font-family: "Raleway", sans-serif; }
  @media (max-width: 1200px) {
    .box-list {
      font-size: 14px; } }
  @media (max-width: 768px) {
    .box-list {
      font-size: 11.2px; } }
  .box-list strong {
    font-weight: 750; }
  .box-list ul {
    list-style: none; }
  .box-list li {
    position: relative;
    margin-bottom: 15px; }
    .box-list li:last-child {
      margin-bottom: 0; }
    .box-list li:after {
      display: block;
      content: '';
      width: 6px;
      height: 6px;
      background-color: #b5985f;
      border-radius: 100%;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      left: -25px; }

.box-grey {
  background-color: #eaeaea; }

.deco-full {
  width: 100%;
  height: 1px;
  background-color: #b5985f; }

.user-select {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none; }
  .user-select:focus, .user-select:active, .user-select:focus:active {
    background-image: none;
    outline: 0;
    box-shadow: none; }

i.icon-big {
  color: #b5985f;
  font-size: 45px; }
  @media (max-width: 1200px) {
    i.icon-big {
      font-size: 45px; } }
  @media (max-width: 768px) {
    i.icon-big {
      font-size: 36px; } }

@font-face {
  font-family: 'icomoon';
  src: url("/assets/fonts/icomoon/icomoon.eot?ewnjbu");
  src: url("/assets/fonts/icomoon/icomoon.eot?ewnjbu#iefix") format("embedded-opentype"), url("/assets/fonts/icomoon/icomoon.ttf?ewnjbu") format("truetype"), url("/assets/fonts/icomoon/icomoon.woff?ewnjbu") format("woff"), url("/assets/fonts/icomoon/icomoon.svg?ewnjbu#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block; }

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-mouse:before {
  content: "\e900"; }

.icon-facebook:before {
  content: "\e901"; }

.icon-instagram:before {
  content: "\e902"; }

.icon-open-menu:before {
  content: "\e903"; }

.icon-calendar:before {
  content: "\e904"; }

.icon-close:before {
  content: "\e905"; }

.icon-fireworks:before {
  content: "\e906"; }

.icon-couple:before {
  content: "\e907"; }

.icon-wedding-cake:before {
  content: "\e908"; }

.icon-play-button:before {
  content: "\e909"; }

.icon-stop-button:before {
  content: "\e90a"; }

.icon-radio-waves:before {
  content: "\e90b"; }

.icon-play:before {
  content: "\e90c"; }

.icon-stop:before {
  content: "\e90d"; }

.icon-telephone:before {
  content: "\e90e"; }

.icon-whatsapp:before {
  content: "\e90f"; }

.icon-iphone:before {
  content: "\e910"; }

.icon-envelope:before {
  content: "\e911"; }

.icon-users:before {
  content: "\e912"; }

.icon-reservation:before {
  content: "\e913"; }

.icon-bed:before {
  content: "\e914"; }

.icon-house:before {
  content: "\e915"; }

.icon-telephone-1:before {
  content: "\e916"; }

.icon-bathtub:before {
  content: "\e917"; }

.icon-parking:before {
  content: "\e918"; }

.icon-air-conditioner:before {
  content: "\e919"; }

.icon-meal:before {
  content: "\e91a"; }

.icon-reception:before {
  content: "\e91b"; }

.icon-restaurant:before {
  content: "\e91c"; }

.icon-cocktail:before {
  content: "\e91d"; }

.icon-wifi:before {
  content: "\e91e"; }

.icon-bell:before {
  content: "\e91f"; }

.icon-elevator:before {
  content: "\e920"; }

.icon-hairdryer:before {
  content: "\e921"; }

.icon-luggage:before {
  content: "\e922"; }

.icon-wine:before {
  content: "\e923"; }

.icon-bathrobe:before {
  content: "\e924"; }

.icon-coffee:before {
  content: "\e925"; }

.icon-pool:before {
  content: "\e926"; }

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

.icon-next:before {
  content: "\e928"; }

.icon-scale:before {
  content: "\e929"; }

.icon-plan:before {
  content: "\e92a"; }

.icon-guests:before {
  content: "\e92b"; }

.icon-slippers:before {
  content: "\e92c"; }

.icon-quill:before {
  content: "\e92d"; }

.icon-name:before {
  content: "\e92e"; }

.icon-wifi-signal:before {
  content: "\e92f"; }

.icon-breakfast:before {
  content: "\e930"; }

.icon-luggage1:before {
  content: "\e931"; }

.icon-handicapped:before {
  content: "\e932"; }

.icon-concierge:before {
  content: "\e933"; }

.icon-cloche:before {
  content: "\e934"; }

.icon-gluten:before {
  content: "\e935"; }

.icon-chauffeur:before {
  content: "\e936"; }

.icon-dog:before {
  content: "\e937"; }

.icon-distance:before {
  content: "\e938"; }

.icon-time:before {
  content: "\e939"; }

.icon-360-degree:before {
  content: "\e93a"; }

.icon-villa:before {
  content: "\e93b"; }

.icon-horse-head:before {
  content: "\e93c"; }

.icon-baking:before {
  content: "\e93d"; }

.icon-wine-tasting:before {
  content: "\e93e"; }

.icon-helicopter:before {
  content: "\e93f"; }

.icon-air-conditioner-2:before {
  content: "\e940"; }

.icon-minibar:before {
  content: "\e941"; }

.icon-safe-box:before {
  content: "\e942"; }

.icon-tv:before {
  content: "\e943"; }

.icon-tv-2:before {
  content: "\e944"; }

.icon-wifi-2:before {
  content: "\e945"; }

.icon-bed-king:before {
  content: "\e946"; }

.icon-living-room:before {
  content: "\e947"; }

.icon-hairdryer1:before {
  content: "\e948"; }

.icon-coffee-machine:before {
  content: "\e949"; }

.icon-sauna:before {
  content: "\e94a"; }

.icon-bathtube:before {
  content: "\e94b"; }

.icon-spa:before {
  content: "\e94c"; }

.icon-full-length-mirror:before {
  content: "\e94d"; }

.icon-beach-chair:before {
  content: "\e94e"; }

.icon-crib:before {
  content: "\e94f"; }

.icon-balcony:before {
  content: "\e950"; }

.icon-panorama:before {
  content: "\e951"; }

.icon-shampoo:before {
  content: "\e952"; }

.icon-shower-head:before {
  content: "\e953"; }

.icon-bath-2:before {
  content: "\e954"; }

.icon-quill1:before {
  content: "\e955"; }

.icon-door:before {
  content: "\e956"; }

.icon-children:before {
  content: "\e957"; }

.icon-car:before {
  content: "\e958"; }

.icon-train:before {
  content: "\e959"; }

.icon-plane:before {
  content: "\e95a"; }

.icon-vespa:before {
  content: "\e95b"; }

.icon-laundry:before {
  content: "\e95c"; }

.icon-antibacterial:before {
  content: "\e95d"; }

.icon-sun:before {
  content: "\e95e"; }

.icon-day:before {
  content: "\e95f"; }

.icon-cloud:before {
  content: "\e960"; }

.icon-cloud-1:before {
  content: "\e961"; }

.icon-light-rain:before {
  content: "\e962"; }

.icon-light-rain-1:before {
  content: "\e963"; }

.icon-rain:before {
  content: "\e964"; }

.icon-snowflake:before {
  content: "\e965"; }

.icon-fog:before {
  content: "\e966"; }

.slider-01 .swiper-slide .flex {
  padding-top: 0 !important;
  padding-bottom: 0 !important; }

.slider-01 .swiper-slide .bg-image {
  position: relative;
  width: 100%;
  aspect-ratio: 4 / 3; }
  .slider-01 .swiper-slide .bg-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center center;
       object-position: center center; }
  .slider-01 .swiper-slide .bg-image .hover-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.25s ease;
    background-color: rgba(0, 0, 0, 0.75); }

.slider-01 .swiper-slide:hover .bg-image .hover-overlay {
  opacity: 1; }

.slider-01 .pagination {
  padding-top: 30px;
  text-align: center; }
  .slider-01 .pagination .bullet {
    display: inline-block;
    width: 8px;
    height: 8px;
    margin: 0 10px;
    background: #dcdcdc;
    border-radius: 100%;
    position: relative;
    transition: 0.25s background-color linear;
    cursor: pointer; }
    .slider-01 .pagination .bullet:hover {
      background-color: #b5985f; }
      .slider-01 .pagination .bullet:hover:after {
        border-color: #b5985f;
        animation: animateHoverPagination 1s ease-in-out infinite; }
    .slider-01 .pagination .bullet:after {
      z-index: -1;
      position: absolute;
      content: '';
      display: block;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      width: 5px;
      height: 5px;
      border: 1px transparent solid;
      border-radius: 100%;
      transition: 0.25s width linear, 0.25s height linear, 0.25s border-color linear; }
    .slider-01 .pagination .bullet.active {
      background-color: #b5985f; }
      .slider-01 .pagination .bullet.active:after {
        border-color: #b5985f;
        width: 15px;
        height: 15px; }

.gallery-box {
  text-decoration: none;
  margin-bottom: 3rem; }
  .gallery-box .flex {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .gallery-box .bg-image {
    position: relative;
    width: 100%;
    aspect-ratio: 4 / 3; }
    .gallery-box .bg-image img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      -o-object-position: center center;
         object-position: center center; }
    .gallery-box .bg-image .hover-overlay {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      opacity: 0;
      transition: opacity 0.25s ease;
      background-color: rgba(0, 0, 0, 0.75); }
  .gallery-box:hover .bg-image .hover-overlay {
    opacity: 1; }

.slider-02 .swiper {
  position: relative; }
  .slider-02 .swiper .swiper-slide img {
    width: 100%;
    aspect-ratio: 16 / 9; }
  .slider-02 .swiper .next-slide,
  .slider-02 .swiper .prev-slide {
    font-size: 20px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: white;
    z-index: 1;
    cursor: pointer;
    padding: 8px;
    background-color: rgba(0, 0, 0, 0.5); }
    @media (max-width: 1200px) {
      .slider-02 .swiper .next-slide,
      .slider-02 .swiper .prev-slide {
        font-size: 20px; } }
    @media (max-width: 768px) {
      .slider-02 .swiper .next-slide,
      .slider-02 .swiper .prev-slide {
        font-size: 16px; } }
  .slider-02 .swiper .next-slide {
    right: 16px; }
  .slider-02 .swiper .prev-slide {
    left: 16px; }
  .slider-02 .swiper .slide-counter {
    font-size: 60px;
    font-family: "Cinzel", serif;
    z-index: 1;
    position: absolute;
    bottom: 16px;
    width: 100%;
    text-align: center;
    color: white; }
    @media (max-width: 1024px) {
      .slider-02 .swiper .slide-counter {
        display: none; } }
    @media (max-width: 1200px) {
      .slider-02 .swiper .slide-counter {
        font-size: 60px; } }
    @media (max-width: 768px) {
      .slider-02 .swiper .slide-counter {
        font-size: 48px; } }

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

.slider-navigation {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 0 0; }

#instagram-feed .slick-slide {
  margin: 0 20px; }
  @media (max-width: 760px) {
    #instagram-feed .slick-slide {
      margin: 0 10px; } }

#instagram-feed .caption {
  position: absolute;
  top: -150%;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding: 40px;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  background: radial-gradient(circle, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0.9) 100%);
  text-decoration: none;
  color: white;
  font-size: 18px;
  line-height: 1.4em;
  font-family: "Playfair Display", serif;
  transition: 0.35s top linear; }
  @media (max-width: 1200px) {
    #instagram-feed .caption {
      font-size: 18px; } }
  @media (max-width: 768px) {
    #instagram-feed .caption {
      font-size: 14.4px; } }
  @media (max-width: 960px) {
    #instagram-feed .caption {
      padding: 20px; } }
  @media (max-width: 760px) {
    #instagram-feed .caption {
      padding: 15px; } }

#instagram-feed a {
  position: relative;
  width: 25%;
  display: inline-block;
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none; }
  #instagram-feed a:focus, #instagram-feed a:active, #instagram-feed a:focus:active {
    background-image: none;
    outline: 0;
    box-shadow: none; }
  #instagram-feed a img {
    width: 100% !important;
    height: 100% !important;
    margin: 0 !important;
    -o-object-fit: cover;
       object-fit: cover;
    transition: 0.7s filter linear; }
  #instagram-feed a:hover img {
    filter: grayscale(100%); }
  #instagram-feed a:hover .caption {
    top: 0;
    transition-delay: 0.4s; }

.slider-dots {
  margin: 0;
  list-style: none;
  font-size: 0;
  order: 2; }
  .slider-dots ul {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 10px;
    padding: 0; }
    .slider-dots ul li {
      padding: 5px 10px; }
    .slider-dots ul button {
      -webkit-user-select: none;
         -moz-user-select: none;
              user-select: none;
      padding: 0;
      width: 8px;
      height: 8px;
      background: #999;
      border-radius: 100%;
      position: relative;
      transition: 0.25s background-color linear;
      cursor: pointer;
      display: block;
      border: none;
      font-size: 0; }
      .slider-dots ul button:focus, .slider-dots ul button:active, .slider-dots ul button:focus:active {
        background-image: none;
        outline: 0;
        box-shadow: none; }
      .slider-dots ul button:after {
        z-index: -1;
        position: absolute;
        content: '';
        display: block;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        width: 5px;
        height: 5px;
        border: 1px #b5985f solid;
        border-radius: 100%;
        transition: 0.25s width linear,0.25s height linear,0.25s border-color linear; }
      .slider-dots ul button:hover {
        background-color: #333 !important; }
        .slider-dots ul button:hover:after {
          border-color: #333;
          animation: animateHoverPagination 1s ease-in-out infinite; }
    .slider-dots ul .slick-active button {
      background-color: #b5985f; }
      .slider-dots ul .slick-active button:after {
        width: 15px;
        height: 15px; }

.slick-arrow {
  transition: 0.2s color linear;
  cursor: pointer;
  font-size: 15px;
  display: flex;
  align-items: center;
  color: #777; }
  @media (max-width: 1200px) {
    .slick-arrow {
      font-size: 15px; } }
  @media (max-width: 768px) {
    .slick-arrow {
      font-size: 12px; } }
  .slick-arrow:hover {
    color: #b5985f; }

.prev {
  order: 1; }

.next {
  order: 3; }

.slick-gallery, .slick-gallery-fast {
  height: 980px; }
  @media (max-width: 1600px) {
    .slick-gallery, .slick-gallery-fast {
      height: 753.84615px; } }
  @media (max-width: 1200px) {
    .slick-gallery, .slick-gallery-fast {
      height: 612.5px; } }
  @media (max-width: 768px) {
    .slick-gallery, .slick-gallery-fast {
      height: 490px; } }
  @media (max-width: 500px) {
    .slick-gallery, .slick-gallery-fast {
      height: 337.93103px; } }
  .slick-gallery .slide-container, .slick-gallery-fast .slide-container {
    overflow: hidden;
    height: 980px;
    position: relative; }
    @media (max-width: 1600px) {
      .slick-gallery .slide-container, .slick-gallery-fast .slide-container {
        height: 753.84615px; } }
    @media (max-width: 1200px) {
      .slick-gallery .slide-container, .slick-gallery-fast .slide-container {
        height: 612.5px; } }
    @media (max-width: 768px) {
      .slick-gallery .slide-container, .slick-gallery-fast .slide-container {
        height: 490px; } }
    @media (max-width: 500px) {
      .slick-gallery .slide-container, .slick-gallery-fast .slide-container {
        height: 337.93103px; } }
    .slick-gallery .slide-container picture, .slick-gallery-fast .slide-container picture {
      height: 100%; }
  .slick-gallery .caption, .slick-gallery-fast .caption {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
    color: white;
    font-size: 121px;
    line-height: 1em;
    font-family: "Cinzel", serif;
    bottom: 30px;
    font-weight: 400;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2); }
    @media (max-width: 1200px) {
      .slick-gallery .caption, .slick-gallery-fast .caption {
        font-size: 96.8px; } }
    @media (max-width: 768px) {
      .slick-gallery .caption, .slick-gallery-fast .caption {
        font-size: 60.5px; } }
    .slick-gallery .caption span, .slick-gallery-fast .caption span {
      font-weight: 400; }
    .slick-gallery .caption .small, .slick-gallery-fast .caption .small {
      font-size: 70px; }
      @media (max-width: 1200px) {
        .slick-gallery .caption .small, .slick-gallery-fast .caption .small {
          font-size: 56px; } }
      @media (max-width: 768px) {
        .slick-gallery .caption .small, .slick-gallery-fast .caption .small {
          font-size: 35px; } }
    .slick-gallery .caption .big, .slick-gallery-fast .caption .big {
      font-size: 80px; }
      @media (max-width: 1200px) {
        .slick-gallery .caption .big, .slick-gallery-fast .caption .big {
          font-size: 64px; } }
      @media (max-width: 768px) {
        .slick-gallery .caption .big, .slick-gallery-fast .caption .big {
          font-size: 40px; } }
  .slick-gallery img, .slick-gallery-fast img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; }

.control-slick-gallery .slick-arrow {
  position: absolute;
  font-size: 25px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 200;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  border: 1px solid white;
  background-color: rgba(0, 0, 0, 0.5);
  width: 60px;
  height: 60px;
  transition: 0.35s left linear,0.35s right linear,0.25s background-color linear,0.25s color linear,0.35s opacity linear,0.25s border-color linear;
  opacity: 0; }
  @media (max-width: 1200px) {
    .control-slick-gallery .slick-arrow {
      font-size: 25px; } }
  @media (max-width: 768px) {
    .control-slick-gallery .slick-arrow {
      font-size: 20px; } }
  .control-slick-gallery .slick-arrow.prev {
    left: -50px; }
  .control-slick-gallery .slick-arrow.next {
    right: -50px; }

.slick-gallery-wrap {
  position: relative;
  overflow: hidden; }
  .slick-gallery-wrap:hover .slick-arrow {
    opacity: 0.5; }
    .slick-gallery-wrap:hover .slick-arrow:hover {
      opacity: 1;
      color: #b5985f;
      background-color: white;
      border-color: #b5985f; }
    .slick-gallery-wrap:hover .slick-arrow.prev {
      left: 30px; }
    .slick-gallery-wrap:hover .slick-arrow.next {
      right: 30px; }

/* ==========================================================================
   $BASE-PICKER
   ========================================================================== */
/**
 * Note: the root picker element should *NOT* be styled more than what’s here.
 */
.picker {
  font-size: 16px;
  text-align: left;
  line-height: 1.2;
  color: #000000;
  position: absolute;
  z-index: 10000;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  font-family: "Playfair Display", serif; }

/**
 * The picker input element.
 */
.picker__input {
  cursor: default; }

/**
 * When the picker is opened, the input element is “activated”.
 */
.picker__input.picker__input--active {
  border-color: #0089ec; }

/**
 * The holder is the only “scrollable” top-level container element.
 */
.picker__holder {
  width: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch; }

/*!
 * Default mobile-first, responsive styling for pickadate.js
 * Demo: http://amsul.github.io/pickadate.js
 */
/**
 * Note: the root picker element should *NOT* be styled more than what’s here.
 */
/**
 * Make the holder and frame fullscreen.
 */
.picker__holder,
.picker__frame {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transform: translateY(100%); }

/**
 * The holder should overlay the entire screen.
 */
.picker__holder {
  position: fixed;
  transition: background 0.15s ease-out, transform 0s 0.15s;
  -webkit-backface-visibility: hidden; }

/**
 * The frame that bounds the box contents of the picker.
 */
.picker__frame {
  position: absolute;
  margin: 0 auto;
  min-width: 256px;
  max-width: 666px;
  width: 100%;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  transition: all 0.15s ease-out; }

@media (min-height: 33.875em) {
  .picker__frame {
    overflow: visible;
    top: auto;
    bottom: -100%;
    max-height: 80%; } }

@media (min-height: 40.125em) {
  .picker__frame {
    margin-bottom: 7.5%; } }

/**
 * The wrapper sets the stage to vertically align the box contents.
 */
.picker__wrap {
  display: table;
  width: 100%;
  height: 100%; }

@media (min-height: 33.875em) {
  .picker__wrap {
    display: block; } }

/**
 * The box contains all the picker contents.
 */
.picker__box {
  background: #ffffff;
  display: table-cell;
  vertical-align: middle; }

@media (min-height: 26.5em) {
  .picker__box {
    font-size: 1.25em; } }

@media (min-height: 33.875em) {
  .picker__box {
    display: block;
    font-size: 1.33em;
    border: 1px solid #777777;
    border-top-color: #898989;
    border-bottom-width: 0;
    border-radius: 5px 5px 0 0;
    box-shadow: 0 12px 36px 16px rgba(0, 0, 0, 0.24); } }

@media (min-height: 40.125em) {
  .picker__box {
    font-size: 1.5em;
    border-bottom-width: 1px;
    border-radius: 5px; } }

/**
 * When the picker opens...
 */
.picker--opened .picker__holder {
  transform: translateY(0);
  background: transparent;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#1E000000,endColorstr=#1E000000)";
  zoom: 1;
  background: rgba(0, 0, 0, 0.32);
  transition: background 0.15s ease-out; }

.picker--opened .picker__frame {
  transform: translateY(0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1; }

@media (min-height: 33.875em) {
  .picker--opened .picker__frame {
    top: auto;
    bottom: 0; } }

/* ==========================================================================
   $BASE-DATE-PICKER
   ========================================================================== */
/**
 * The picker box.
 */
.picker__box {
  padding: 0 1em; }

/**
 * The header containing the month and year stuff.
 */
.picker__header {
  text-align: center;
  position: relative;
  margin-top: .75em; }

/**
 * The month and year labels.
 */
.picker__month,
.picker__year {
  font-weight: 500;
  display: inline-block;
  margin-left: .25em;
  margin-right: .25em; }

.picker__year {
  color: #999999;
  font-size: .8em;
  font-style: italic; }

/**
 * The month and year selectors.
 */
.picker__select--month,
.picker__select--year {
  border: 1px solid #b7b7b7;
  height: 2em;
  padding: .5em;
  margin-left: .25em;
  margin-right: .25em; }

@media (min-width: 24.5em) {
  .picker__select--month,
  .picker__select--year {
    margin-top: -0.5em; } }

.picker__select--month {
  width: 35%; }

.picker__select--year {
  width: 22.5%; }

.picker__select--month:focus,
.picker__select--year:focus {
  border-color: #0089ec; }

/**
 * The month navigation buttons.
 */
.picker__nav--prev,
.picker__nav--next {
  position: absolute;
  padding: .5em 1.25em;
  width: 1em;
  height: 1em;
  box-sizing: content-box;
  top: -0.25em; }

@media (min-width: 24.5em) {
  .picker__nav--prev,
  .picker__nav--next {
    top: -0.33em; } }

.picker__nav--prev {
  left: -1em;
  padding-right: 1.25em; }

@media (min-width: 24.5em) {
  .picker__nav--prev {
    padding-right: 1.5em; } }

.picker__nav--next {
  right: -1em;
  padding-left: 1.25em; }

@media (min-width: 24.5em) {
  .picker__nav--next {
    padding-left: 1.5em; } }

.picker__nav--prev:before,
.picker__nav--next:before {
  content: " ";
  border-top: .5em solid transparent;
  border-bottom: .5em solid transparent;
  border-right: 0.75em solid #000000;
  width: 0;
  height: 0;
  display: block;
  margin: 0 auto; }

.picker__nav--next:before {
  border-right: 0;
  border-left: 0.75em solid #000000; }

.picker__nav--prev:hover,
.picker__nav--next:hover {
  cursor: pointer;
  color: #000000;
  background: #b1dcfb; }

.picker__nav--disabled,
.picker__nav--disabled:hover,
.picker__nav--disabled:before,
.picker__nav--disabled:before:hover {
  cursor: default;
  background: none;
  border-right-color: #f5f5f5;
  border-left-color: #f5f5f5; }

/**
 * The calendar table of dates
 */
.picker__table {
  text-align: center;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
  font-size: inherit;
  width: 100%;
  margin-top: .75em;
  margin-bottom: .5em; }

@media (min-height: 33.875em) {
  .picker__table {
    margin-bottom: .75em; } }

.picker__table td {
  margin: 0;
  padding: 0; }

/**
 * The weekday labels
 */
.picker__weekday {
  width: 14.285714286%;
  font-size: .75em;
  padding-bottom: .25em;
  color: #999999;
  font-weight: 500;
  /* Increase the spacing a tad */ }

@media (min-height: 33.875em) {
  .picker__weekday {
    padding-bottom: .5em; } }

/**
 * The days on the calendar
 */
.picker__day {
  padding: .3125em 0;
  font-weight: 200;
  border: 1px solid transparent; }

.picker__day--today {
  position: relative; }

.picker__day--today:before {
  content: " ";
  position: absolute;
  top: 2px;
  right: 2px;
  width: 0;
  height: 0;
  border-top: 0.5em solid #0059bc;
  border-left: .5em solid transparent; }

.picker__day--disabled:before {
  border-top-color: #aaaaaa; }

.picker__day--outfocus {
  color: #dddddd; }

.picker__day--infocus:hover,
.picker__day--outfocus:hover {
  cursor: pointer;
  color: #000000;
  background: #b1dcfb; }

.picker__day--highlighted {
  border-color: #0089ec; }

.picker__day--highlighted:hover,
.picker--focused .picker__day--highlighted {
  cursor: pointer;
  color: #000000;
  background: #b1dcfb; }

.picker__day--selected,
.picker__day--selected:hover,
.picker--focused .picker__day--selected {
  background: #0089ec;
  color: #ffffff; }

.picker__day--disabled,
.picker__day--disabled:hover,
.picker--focused .picker__day--disabled {
  background: #f5f5f5;
  border-color: #f5f5f5;
  color: #dddddd;
  cursor: default; }

.picker__day--highlighted.picker__day--disabled,
.picker__day--highlighted.picker__day--disabled:hover {
  background: #bbbbbb; }

/**
 * The footer containing the "today", "clear", and "close" buttons.
 */
.picker__footer {
  text-align: center; }

.picker__button--today {
  display: none; }

.picker__button--clear,
.picker__button--close {
  border: 1px solid #ffffff;
  background: #ffffff;
  font-size: .8em;
  padding: .66em 0;
  font-weight: bold;
  width: 33%;
  display: inline-block;
  vertical-align: bottom; }

.picker__button--today:hover,
.picker__button--clear:hover,
.picker__button--close:hover {
  cursor: pointer;
  color: #000000;
  background: #b1dcfb;
  border-bottom-color: #b1dcfb; }

.picker__button--today:focus,
.picker__button--clear:focus,
.picker__button--close:focus {
  background: #b1dcfb;
  border-color: #0089ec;
  outline: none; }

.picker__button--today:before,
.picker__button--clear:before,
.picker__button--close:before {
  position: relative;
  display: inline-block;
  height: 0; }

.picker__button--today:before,
.picker__button--clear:before {
  content: " ";
  margin-right: .45em; }

.picker__button--today:before {
  top: -0.05em;
  width: 0;
  border-top: 0.66em solid #0059bc;
  border-left: .66em solid transparent; }

.picker__button--clear:before {
  top: -0.25em;
  width: .66em;
  border-top: 3px solid #ee2200; }

.picker__button--close:before {
  content: "\D7";
  top: -0.1em;
  vertical-align: top;
  font-size: 1.1em;
  margin-right: .35em;
  color: #777777; }

.picker__button--today[disabled],
.picker__button--today[disabled]:hover {
  background: #f5f5f5;
  border-color: #f5f5f5;
  color: #dddddd;
  cursor: default; }

.picker__button--today[disabled]:before {
  border-top-color: #aaaaaa; }

/* ==========================================================================
   $DEFAULT-DATE-PICKER
   ========================================================================== */
/* ==========================================================================
   $BASE-TIME-PICKER
   ========================================================================== */
/**
 * The list of times.
 */
.picker__list {
  list-style: none;
  padding: 0.75em 0 4.2em;
  margin: 0; }

/**
 * The times on the clock.
 */
.picker__list-item {
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
  margin-bottom: -1px;
  position: relative;
  background: #fff;
  padding: .75em 1.25em; }

@media (min-height: 46.75em) {
  .picker__list-item {
    padding: .5em 1em; } }

/* Hovered time */
.picker__list-item:hover {
  cursor: pointer;
  color: #000;
  background: #b1dcfb;
  border-color: #0089ec;
  z-index: 10; }

/* Highlighted and hovered/focused time */
.picker__list-item--highlighted {
  border-color: #0089ec;
  z-index: 10; }

.picker__list-item--highlighted:hover,
.picker--focused .picker__list-item--highlighted {
  cursor: pointer;
  color: #000;
  background: #b1dcfb; }

/* Selected and hovered/focused time */
.picker__list-item--selected,
.picker__list-item--selected:hover,
.picker--focused .picker__list-item--selected {
  background: #0089ec;
  color: #fff;
  z-index: 10; }

/* Disabled time */
.picker__list-item--disabled,
.picker__list-item--disabled:hover,
.picker--focused .picker__list-item--disabled {
  background: #f5f5f5;
  border-color: #f5f5f5;
  color: #ddd;
  cursor: default;
  border-color: #ddd;
  z-index: auto; }

/**
 * The clear button
 */
.picker--time .picker__button--clear {
  display: block;
  width: 80%;
  margin: 1em auto 0;
  padding: 1em 1.25em;
  background: none;
  border: 0;
  font-weight: 500;
  font-size: .67em;
  text-align: center;
  text-transform: uppercase;
  color: #666; }

.picker--time .picker__button--clear:hover,
.picker--time .picker__button--clear:focus {
  color: #000;
  background: #b1dcfb;
  background: #e20;
  border-color: #e20;
  cursor: pointer;
  color: #fff;
  outline: none; }

.picker--time .picker__button--clear:before {
  top: -0.25em;
  color: #666;
  font-size: 1.25em;
  font-weight: bold; }

.picker--time .picker__button--clear:hover:before,
.picker--time .picker__button--clear:focus:before {
  color: #fff;
  border-color: #fff; }

/* ==========================================================================
   $CLASSIC-TIME-PICKER
   ========================================================================== */
/**
 * Note: the root picker element should __NOT__ be styled
 * more than what’s here. Style the `.picker__holder` instead.
 */
.picker--time {
  min-width: 256px;
  max-width: 320px; }

/**
 * The holder is the base of the picker.
 */
.picker--time .picker__holder {
  background: #f2f2f2; }

@media (min-height: 40.125em) {
  .picker--time .picker__holder {
    font-size: .875em; } }

/**
 * The box contains the list of times.
 */
.picker--time .picker__box {
  padding: 0;
  position: relative; }

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

.fancybox-active {
  height: auto; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fancybox-inner {
  cursor: zoom-out; }

.fancybox-progress {
  background-color: #b5985f !important; }

a.fancybox {
  position: relative;
  overflow: hidden;
  display: block;
  cursor: zoom-in; }
  a.fancybox img {
    width: 100%; }
  a.fancybox img, a.fancybox picture {
    transition: all 0.35s ease-in; }
  a.fancybox:after {
    font-family: 'icomoon' !important;
    position: absolute;
    content: "\e929";
    color: white;
    font-size: 0;
    line-height: 1em;
    left: 50%;
    display: block;
    z-index: 2;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: 0.25s font-size linear; }
  a.fancybox:before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 0;
    height: 0;
    content: '';
    background-color: rgba(181, 152, 95, 0.15);
    z-index: 1;
    display: block;
    border-radius: 100%;
    transition: width 0.25s linear,height 0.25s linear; }
  a.fancybox:hover:before {
    width: 1500px;
    height: 1500px; }
  a.fancybox:hover:after {
    font-size: 70px; }
    @media (max-width: 1200px) {
      a.fancybox:hover:after {
        font-size: 56px; } }
    @media (max-width: 768px) {
      a.fancybox:hover:after {
        font-size: 46.66667px; } }
  a.fancybox:hover picture {
    filter: blur(3px); }
  a.fancybox:hover img {
    filter: grayscale(75%); }
  a.fancybox:active, a.fancybox:focus {
    outline: none;
    border: none; }

#spa-popup {
  width: 550px;
  max-width: 70vw;
  padding: 40px;
  text-align: center;
  border: 10px solid white;
  overflow: visible; }
  #spa-popup .logo {
    position: relative;
    z-index: 100;
    margin-bottom: 40px;
    text-align: center; }
    #spa-popup .logo img {
      display: inline-block; }
      #spa-popup .logo img.graphic {
        width: 100px;
        margin-bottom: 7px; }
      #spa-popup .logo img.text {
        width: 350px;
        max-width: 90%; }
  #spa-popup h2, #spa-popup p {
    z-index: 100;
    position: relative; }
  #spa-popup h2 {
    margin-top: 0;
    font-size: 35px; }
    @media (max-width: 1200px) {
      #spa-popup h2 {
        font-size: 30.43478px; } }
    @media (max-width: 768px) {
      #spa-popup h2 {
        font-size: 25px; } }
  #spa-popup p {
    font-size: 19px;
    color: #333; }
    @media (max-width: 1200px) {
      #spa-popup p {
        font-size: 18.09524px; } }
    @media (max-width: 768px) {
      #spa-popup p {
        font-size: 15.2px; } }
  #spa-popup .bckg img {
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    top: 0;
    left: 0;
    z-index: 0;
    opacity: 0.2; }
  #spa-popup .fancybox-button {
    top: -30px;
    right: -30px;
    background-color: white;
    border-radius: 100%;
    opacity: 1;
    transition: 0.25s color linear,0.25s background-color linear; }
    #spa-popup .fancybox-button:hover {
      background-color: #777;
      color: #eaeaea; }

header.header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
  transition: 0.25s background-color linear, 0.35s top linear;
  justify-content: space-around;
  align-items: center;
  height: 100px;
  width: 100%;
  box-sizing: border-box; }
  header.header .wrap {
    justify-content: space-between; }
  header.header .left {
    padding-left: 15px;
    z-index: 999; }
  header.header .right {
    justify-content: flex-end; }
  header.header .left,
  header.header .right {
    width: 20%;
    height: 100%;
    align-items: center; }
    header.header .left .button,
    header.header .right .button {
      text-decoration: none;
      color: white;
      font-size: 18px;
      line-height: 1em;
      font-family: "Playfair Display", serif;
      transition: 0.25s color linear;
      cursor: pointer;
      text-transform: uppercase; }
      @media (max-width: 1200px) {
        header.header .left .button,
        header.header .right .button {
          font-size: 18px; } }
      @media (max-width: 768px) {
        header.header .left .button,
        header.header .right .button {
          font-size: 14.4px; } }
      header.header .left .button i,
      header.header .right .button i {
        font-size: 26px;
        margin-right: 10px; }
        @media (max-width: 1200px) {
          header.header .left .button i,
          header.header .right .button i {
            font-size: 26px; } }
        @media (max-width: 768px) {
          header.header .left .button i,
          header.header .right .button i {
            font-size: 20.8px; } }
      header.header .left .button:hover,
      header.header .right .button:hover {
        color: #b5985f !important; }
    header.header .left .deco,
    header.header .right .deco {
      margin: 0 15px;
      width: 1px;
      height: 40%;
      background-color: white; }
  header.header .lang a {
    margin-right: 15px; }
    @media (max-width: 768px) {
      header.header .lang a {
        margin-right: 10px; } }
    header.header .lang a.current {
      position: relative; }
      header.header .lang a.current:after {
        position: absolute;
        content: '';
        display: block;
        left: 0;
        bottom: -1px;
        width: 100%;
        height: 1px;
        background-color: #b5985f; }
    header.header .lang a:last-child {
      margin-right: 0; }

.logo-header {
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  text-decoration: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none; }
  .logo-header:focus, .logo-header:active, .logo-header:focus:active {
    background-image: none;
    outline: 0;
    box-shadow: none; }
  .logo-header img {
    display: inline-block; }
  .logo-header div {
    display: none; }
  .logo-header .inline {
    text-align: center; }
    .logo-header .inline img {
      height: 65px; }
    .logo-header .inline .graphic {
      margin-right: 30px; }
  .logo-header .logo-home {
    padding-top: 50px;
    text-align: center; }
    .logo-header .logo-home .graphic {
      width: 250px;
      margin-bottom: 35px; }
    .logo-header .logo-home .text {
      width: 700px;
      max-width: 80%; }
    .logo-header .logo-home .text-responsive {
      display: none; }

a.logo-header {
  transition: 0.3s opacity linear; }
  a.logo-header:hover {
    opacity: 0.5; }

.button-header {
  position: relative;
  height: 100%;
  cursor: pointer;
  color: white;
  font-size: 18px;
  line-height: 1em;
  font-family: "Playfair Display", serif;
  transition: 0.25s color linear;
  text-transform: uppercase; }
  @media (max-width: 1200px) {
    .button-header {
      font-size: 18px; } }
  @media (max-width: 768px) {
    .button-header {
      font-size: 14.4px; } }
  .button-header i {
    font-size: 26px;
    margin-right: 10px; }
    @media (max-width: 1200px) {
      .button-header i {
        font-size: 26px; } }
    @media (max-width: 768px) {
      .button-header i {
        font-size: 20.8px; } }
    .button-header i.icon-close {
      display: none; }
  .button-header:after, .button-header:before {
    transform: translateX(-50%);
    left: 50%;
    width: 150%;
    display: block;
    position: absolute;
    transition: 0.35s top linear;
    content: '';
    top: -150%;
    height: calc(100% + 25px);
    -webkit-clip-path: polygon(100% 0, 100% 85%, 50% 100%, 0 85%, 0 0);
            clip-path: polygon(100% 0, 100% 85%, 50% 100%, 0 85%, 0 0);
    z-index: -1; }
  .button-header:before {
    background-color: #b5985f; }
  .button-header:after {
    width: calc(150% - 2px);
    background-color: white; }
  .button-header:hover {
    color: #b5985f !important; }
    .button-header:hover .line-menu {
      background-color: #b5985f !important; }
  .button-header.open {
    color: black; }
    .button-header.open i.hidden-button-icon {
      display: none;
      margin-right: 0; }
    .button-header.open i.icon-close {
      display: inline-block;
      margin-left: 10px; }
    .button-header.open:before {
      top: 0; }
    .button-header.open:after {
      top: -1px; }
    .button-header.open .line-menu {
      background-color: black; }
    .button-header.open:hover {
      color: #b5985f !important; }
      .button-header.open:hover .line-menu {
        background-color: #b5985f !important; }

body.menu-responsive .button-header,
body.menu-booking .button-header,
body.fixed-menu.show-fixed-menu .button-header {
  color: black; }
  body.menu-responsive .button-header .line-menu,
  body.menu-booking .button-header .line-menu,
  body.fixed-menu.show-fixed-menu .button-header .line-menu {
    background-color: black; }

.button-menu {
  flex-wrap: nowrap;
  margin-right: 40px; }
  .button-menu .burger-menu {
    margin-right: 10px;
    width: 20px;
    height: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: transform 0.25s ease-out; }
  .button-menu .line-menu {
    background-color: #fff;
    border-radius: 2px;
    width: 100%;
    height: 2px;
    transition: 0.25s width linear, transform 0.25s cubic-bezier(0.54, -0.81, 0.57, 0.57), 0.25s background-color linear; }
  .button-menu .start {
    transform-origin: right; }
  .button-menu .end {
    align-self: flex-end;
    transform-origin: left; }
  .button-menu.open .start {
    transform: rotate(-90deg) translateX(2px); }
  .button-menu.open .end {
    transform: rotate(-90deg) translateX(-2px); }
  .button-menu.open .burger-menu {
    transform: rotate(-45deg); }
  .button-menu.open .start,
  .button-menu.open .end {
    width: 50%; }

.caption-page {
  text-align: left; }
  .caption-page .title-page {
    color: white;
    font-size: 70px;
    line-height: 1em;
    font-family: "Cinzel", serif;
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5); }
    @media (max-width: 1200px) {
      .caption-page .title-page {
        font-size: 46.66667px; } }
    @media (max-width: 768px) {
      .caption-page .title-page {
        font-size: 28px; } }
  .caption-page .subtitle-page {
    color: white;
    font-size: 35px;
    line-height: 1em;
    font-family: "Cinzel", serif;
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5); }
    @media (max-width: 1200px) {
      .caption-page .subtitle-page {
        font-size: 25.92593px; } }
    @media (max-width: 768px) {
      .caption-page .subtitle-page {
        font-size: 17.5px; } }

.button-contact {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 50%;
  height: 50px;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  text-transform: uppercase;
  display: none; }
  .button-contact i {
    margin-right: 5px;
    font-size: 26px; }
    @media (max-width: 1200px) {
      .button-contact i {
        font-size: 26px; } }
    @media (max-width: 768px) {
      .button-contact i {
        font-size: 20.8px; } }

@keyframes LineWidth {
  0% {
    width: 0; }
  100% {
    width: 100%; } }

@keyframes LineHeight {
  0% {
    height: 0; }
  100% {
    height: 100%; } }

.wrap-menu {
  z-index: -2;
  position: absolute;
  justify-content: space-between;
  top: -150vh;
  left: 0;
  width: 100%;
  height: calc((var(--vh, 1vh) * 100) - 100px);
  background-color: white;
  transition: 0.35s top linear,0.25s opacity linear,0.15s background-color linear;
  opacity: 0;
  overflow-y: scroll; }
  .wrap-menu .aside {
    min-height: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 35%;
    text-align: center;
    background-color: #eaeaea;
    color: #333;
    font-size: 16px;
    line-height: 1em;
    font-family: "Playfair Display", serif; }
    @media (max-width: 1200px) {
      .wrap-menu .aside {
        font-size: 16px; } }
    @media (max-width: 768px) {
      .wrap-menu .aside {
        font-size: 12.8px; } }
    .wrap-menu .aside i {
      font-size: 30px;
      margin-right: 20px; }
      @media (max-width: 1200px) {
        .wrap-menu .aside i {
          font-size: 30px; } }
      @media (max-width: 768px) {
        .wrap-menu .aside i {
          font-size: 24px; } }
    .wrap-menu .aside p {
      text-align: left;
      line-height: 1.6em; }
    .wrap-menu .aside a {
      transition: 0.25s color linear;
      color: #b5985f; }
    .wrap-menu .aside .graphic {
      width: 250px;
      margin-bottom: 20px; }
    .wrap-menu .aside .text {
      width: 235px; }
    .wrap-menu .aside .flex {
      width: 200px;
      justify-content: flex-start; }
  .wrap-menu i.icon-next {
    display: inline-block;
    font-size: 18px;
    transition: 0.25s transform linear; }
    @media (max-width: 1200px) {
      .wrap-menu i.icon-next {
        font-size: 18px; } }
    @media (max-width: 768px) {
      .wrap-menu i.icon-next {
        font-size: 14.4px; } }
    @media (max-width: 800px) {
      .wrap-menu i.icon-next {
        transform: rotate(90deg); } }
  .wrap-menu .menu {
    width: 600px;
    display: flex;
    justify-content: flex-end;
    background: white;
    min-height: 100%; }
  .wrap-menu ul.nav {
    list-style: none;
    margin: 0 auto;
    position: relative; }
    .wrap-menu ul.nav a {
      text-decoration: none;
      transition: 0.25s color linear;
      color: #333;
      font-size: 25px;
      line-height: 1em;
      font-family: "Playfair Display", serif;
      text-transform: uppercase; }
      @media (max-width: 1200px) {
        .wrap-menu ul.nav a {
          font-size: 20px; } }
      @media (max-width: 768px) {
        .wrap-menu ul.nav a {
          font-size: 16.66667px; } }
      .wrap-menu ul.nav a:hover {
        color: #b5985f !important; }
      .wrap-menu ul.nav a.nav {
        padding-top: 25px;
        padding-bottom: 25px; }
    .wrap-menu ul.nav ul {
      list-style: none;
      overflow: hidden;
      max-height: 0;
      opacity: 0;
      transition: 0.5s max-height linear,0.35s opacity linear,0.45s left ease-in-out,0.5s opacity linear; }
      .wrap-menu ul.nav ul li:first-child {
        margin-top: 25px; }
      .wrap-menu ul.nav ul li:last-child {
        margin-bottom: 35px; }
      .wrap-menu ul.nav ul a {
        padding: 15px 0;
        font-size: 20px;
        color: #777;
        font-style: italic;
        text-transform: none;
        display: block; }
        @media (max-width: 1200px) {
          .wrap-menu ul.nav ul a {
            font-size: 19.04762px; } }
        @media (max-width: 768px) {
          .wrap-menu ul.nav ul a {
            font-size: 15.38462px; } }
        .wrap-menu ul.nav ul a .img {
          display: none; }
    .wrap-menu ul.nav li.open ul {
      max-height: 500px;
      opacity: 1; }
    .wrap-menu ul.nav li.open i.icon-next {
      transform: rotate(-90deg); }
      @media (min-width: 800px) {
        .wrap-menu ul.nav li.open i.icon-next {
          transform: rotate(180deg); } }
  .wrap-menu a.nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding-right: 60px; }
  .wrap-menu [class^="line-"] {
    position: absolute;
    background-color: #eaeaea;
    display: block; }
  .wrap-menu .line-1 {
    top: 0;
    right: 0;
    height: 1px;
    width: 2; }
  .wrap-menu .line-2 {
    top: 0;
    left: 0;
    width: 1px;
    height: 02; }
  .wrap-menu .line-3 {
    bottom: 0;
    left: 0;
    height: 1px;
    width: 0; }
  .wrap-menu .line-4 {
    background-color: white;
    width: 2px;
    height: calc(100% - 2px);
    right: 1px;
    top: 1px;
    transition: 0.25s right linear; }
  .wrap-menu li.nav {
    display: block; }
    @media (max-width: 800px) {
      .wrap-menu li.nav {
        border-bottom: 1px solid #eaeaea; } }

.menu-contact {
  justify-content: center;
  width: 100%;
  flex-direction: column; }
  .menu-contact .flex {
    width: 200px;
    justify-content: flex-start; }
  .menu-contact i {
    font-size: 30px;
    margin-right: 20px; }
    @media (max-width: 1200px) {
      .menu-contact i {
        font-size: 30px; } }
    @media (max-width: 768px) {
      .menu-contact i {
        font-size: 24px; } }

header.header {
  background: transparent; }

body.menu-responsive, body.menu-booking, body.open-contact {
  height: 100vh;
  overflow-y: hidden; }
  body.menu-responsive .logo-header .logo-fixed-menu, body.menu-booking .logo-header .logo-fixed-menu, body.open-contact .logo-header .logo-fixed-menu {
    display: block; }
  body.menu-responsive .logo-header .logo-home, body.menu-booking .logo-header .logo-home, body.open-contact .logo-header .logo-home {
    display: none !important; }
  body.menu-responsive .logo-header .logo-page, body.menu-booking .logo-header .logo-page, body.open-contact .logo-header .logo-page {
    display: none !important; }
  body.menu-responsive .wrap-menu, body.menu-booking .wrap-menu, body.open-contact .wrap-menu {
    top: 100px;
    opacity: 1; }
  body.menu-responsive .left .button, body.menu-responsive .right .button, body.menu-booking .left .button, body.menu-booking .right .button, body.open-contact .left .button, body.open-contact .right .button {
    color: black; }
  body.menu-responsive .left .deco, body.menu-responsive .right .deco, body.menu-booking .left .deco, body.menu-booking .right .deco, body.open-contact .left .deco, body.open-contact .right .deco {
    background-color: black; }
  body.menu-responsive header.header, body.menu-booking header.header, body.open-contact header.header {
    position: fixed;
    background-color: white;
    border-bottom: 1px solid #999; }

body.menu-booking .menu, body.menu-booking .menu-contact {
  display: none; }

body.menu-booking .booking-header {
  display: block; }

body.menu-responsive .menu {
  display: flex; }

body.menu-responsive .booking-header, body.menu-responsive .menu-contact, body.menu-responsive .wrap-menu .aside {
  display: none; }

body.menu-responsive .wrap-menu {
  background-color: rgba(0, 0, 0, 0.7); }

body.open-contact .menu-contact {
  display: flex; }

body.open-contact .menu, body.open-contact .booking-header {
  display: none; }

body.open-contact .button-header {
  color: black; }

body.open-contact .button-menu .line-menu {
  background-color: black; }

body.fixed-menu header.header {
  position: fixed;
  top: -150px;
  transition: 0.25s top linear; }

body.fixed-menu.homepage .logo-header .logo-home {
  opacity: 0; }

body.fixed-menu.page .logo-header .logo-page {
  opacity: 0; }

body.fixed-menu.show-fixed-menu .left .button, body.fixed-menu.show-fixed-menu .right .button {
  color: black; }

body.fixed-menu.show-fixed-menu .left .deco, body.fixed-menu.show-fixed-menu .right .deco {
  background-color: black; }

body.fixed-menu.show-fixed-menu .logo-header .logo-fixed-menu {
  display: block; }

body.fixed-menu.show-fixed-menu .logo-header .logo-home {
  display: none; }

body.fixed-menu.show-fixed-menu .logo-header .logo-page {
  display: none; }

body.fixed-menu.show-fixed-menu header.header {
  position: fixed;
  background-color: white;
  border-bottom: 1px solid #999;
  top: -550px; }

body.fixed-menu.show-fixed-menu.show-fixed-menu header.header {
  top: 0; }

body.page .logo-header .logo-page {
  display: block; }

body.homepage .logo-header .logo-home {
  display: block; }

@media (min-width: 800px) {
  .wrap-menu ul.nav {
    padding-left: 50px;
    width: calc(100% - 50px); }
    .wrap-menu ul.nav ul.sub-nav {
      position: absolute;
      left: 0;
      top: 0;
      border-left: 1px #eaeaea solid;
      background-color: white;
      max-height: 100% !important;
      height: 100%;
      z-index: -1;
      padding: 0 50px;
      display: flex;
      flex-direction: column;
      justify-content: flex-start;
      opacity: 0; }
      .wrap-menu ul.nav ul.sub-nav li {
        flex: 1 1 auto;
        margin: 0;
        display: flex;
        justify-content: center;
        min-width: 340px;
        max-height: 30vh; }
      .wrap-menu ul.nav ul.sub-nav a {
        position: relative;
        display: flex;
        align-items: flex-end; }
        .wrap-menu ul.nav ul.sub-nav a .img {
          display: block;
          width: 320px;
          background: #b5985f;
          background: radial-gradient(circle, rgba(181, 152, 95, 0.45) 0%, #b5985f 100%);
          position: absolute;
          top: 15px;
          left: 50%;
          transform: translateX(-50%);
          height: calc(100% - 70px); }
          .wrap-menu ul.nav ul.sub-nav a .img img {
            width: 100%;
            height: 100%;
            -o-object-fit: cover;
               object-fit: cover;
            transition: all 0.35s ease-in-out; }
        .wrap-menu ul.nav ul.sub-nav a:hover img {
          filter: grayscale(95%);
          opacity: 0.45; }
  .wrap-menu a.nav {
    padding-left: 15px; }
  .wrap-menu li.nav {
    transition: 0.25s background-color linear; }
    .wrap-menu li.nav:hover, .wrap-menu li.nav.open {
      background-color: white; }
      .wrap-menu li.nav:hover [class^="line-"], .wrap-menu li.nav.open [class^="line-"] {
        animation-duration: 0.35s;
        animation-timing-function: ease-in-out;
        animation-fill-mode: forwards; }
      .wrap-menu li.nav:hover .line-1, .wrap-menu li.nav.open .line-1 {
        animation-name: LineWidth; }
      .wrap-menu li.nav:hover .line-2, .wrap-menu li.nav.open .line-2 {
        animation-name: LineHeight;
        animation-delay: 0.35s; }
      .wrap-menu li.nav:hover .line-3, .wrap-menu li.nav.open .line-3 {
        animation-name: LineWidth;
        animation-delay: 0.7s; }
    .wrap-menu li.nav.open ul.sub-nav {
      left: 100%;
      opacity: 1; }
    .wrap-menu li.nav.open .line-4 {
      right: -1px; } }

@media (min-width: 800px) and (max-width: 1200px) {
  .wrap-menu .menu {
    width: 40%; }
  .wrap-menu ul.nav {
    padding-left: 10%;
    width: 91%; } }

.booking-header {
  min-height: 100%;
  width: 65%;
  position: relative; }

.wrap-form-header {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 150px;
  margin-bottom: 100px; }
  .wrap-form-header form {
    transition: 0.5s opacity linear;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    order: 2;
    text-align: center;
    width: 100%; }
  .wrap-form-header.open-booking form.booking {
    order: 1;
    opacity: 1;
    max-height: 1000px; }
  .wrap-form-header.open-event form.event {
    order: 1;
    opacity: 1;
    max-height: 1000px; }
  .wrap-form-header .item {
    text-align: center;
    width: 25%;
    display: inline-block;
    margin: 0 10% 55px; }
    .wrap-form-header .item.small {
      width: 18%;
      margin-left: 3%;
      margin-right: 3%; }
    .wrap-form-header .item i {
      font-size: 30px;
      margin-right: 15px; }
      @media (max-width: 1200px) {
        .wrap-form-header .item i {
          font-size: 30px; } }
      @media (max-width: 768px) {
        .wrap-form-header .item i {
          font-size: 24px; } }
    .wrap-form-header .item input, .wrap-form-header .item select {
      margin-top: 10px;
      padding-top: 7px;
      padding-bottom: 7px;
      display: block;
      background-color: transparent;
      border: none;
      border-bottom: 1px solid #333;
      width: 100%;
      color: #777;
      font-size: 20px;
      line-height: 1em;
      font-family: "Playfair Display", serif;
      font-style: italic;
      text-align: center;
      -webkit-user-select: none;
         -moz-user-select: none;
              user-select: none; }
      @media (max-width: 1200px) {
        .wrap-form-header .item input, .wrap-form-header .item select {
          font-size: 20px; } }
      @media (max-width: 768px) {
        .wrap-form-header .item input, .wrap-form-header .item select {
          font-size: 16px; } }
      .wrap-form-header .item input:focus, .wrap-form-header .item input:active, .wrap-form-header .item input:focus:active, .wrap-form-header .item select:focus, .wrap-form-header .item select:active, .wrap-form-header .item select:focus:active {
        background-image: none;
        outline: 0;
        box-shadow: none; }
    .wrap-form-header .item label {
      color: #333;
      font-size: 25px;
      line-height: 1em;
      font-family: "Playfair Display SC", serif; }
      @media (max-width: 1200px) {
        .wrap-form-header .item label {
          font-size: 25px; } }
      @media (max-width: 768px) {
        .wrap-form-header .item label {
          font-size: 20px; } }
  .wrap-form-header button.button {
    display: block;
    color: white;
    font-size: 18px;
    line-height: 1em;
    font-family: "Playfair Display", serif;
    background-color: #b5985f;
    margin: 30px auto 0;
    padding: 15px 35px;
    border: none;
    text-transform: uppercase;
    transition: 0.25s background-color linear;
    cursor: pointer; }
    @media (max-width: 1200px) {
      .wrap-form-header button.button {
        font-size: 18px; } }
    @media (max-width: 768px) {
      .wrap-form-header button.button {
        font-size: 14.4px; } }
    .wrap-form-header button.button:hover {
      background-color: #333; }

.select-form {
  width: 100%; }
  .select-form .flex {
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    cursor: pointer;
    height: 100px;
    width: 50%;
    box-sizing: border-box;
    border-left: 1px solid #999;
    border-right: 1px solid #999;
    border-bottom: 1px solid #999;
    justify-content: center;
    color: #333;
    font-size: 25px;
    line-height: 1em;
    font-family: "Playfair Display SC", serif;
    position: relative;
    transition: 0.25s color linear,0.25s norder-color linear,0.25s background-color linear; }
    .select-form .flex:focus, .select-form .flex:active, .select-form .flex:focus:active {
      background-image: none;
      outline: 0;
      box-shadow: none; }
    @media (max-width: 1200px) {
      .select-form .flex {
        font-size: 18.51852px; } }
    @media (max-width: 768px) {
      .select-form .flex {
        font-size: 14.28571px; } }
    .select-form .flex i {
      font-size: 35px;
      margin-right: 20px; }
      @media (max-width: 1200px) {
        .select-form .flex i {
          font-size: 35px; } }
      @media (max-width: 768px) {
        .select-form .flex i {
          font-size: 28px; } }
    .select-form .flex:after {
      width: 100%;
      position: absolute;
      top: 100%;
      left: 0;
      height: 25px;
      content: '';
      display: block;
      background-color: #eaeaea;
      -webkit-clip-path: polygon(100% 0, 0 0, 50% 100%);
              clip-path: polygon(100% 0, 0 0, 50% 100%);
      transition: 0.25s opacity linear,0.25s background-color linear;
      opacity: 0; }
    .select-form .flex:hover {
      background-color: #333;
      color: white; }
    .select-form .flex.active {
      background-color: #eaeaea;
      border-color: #eaeaea; }
      .select-form .flex.active:after {
        opacity: 1; }
      .select-form .flex.active:hover {
        color: white;
        background-color: #333; }
        .select-form .flex.active:hover:after {
          background-color: #333; }

.wrap-video-home, #video-home_html5_api {
  width: 100vw;
  height: calc(var(--vh, 1vh) * 100);
  -o-object-fit: cover;
     object-fit: cover;
  position: fixed;
  top: 0;
  left: 0;
  transition: 0.35s opacity linear;
  z-index: -10;
  opacity: 0; }

.wrap-video-home .btn {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 50px;
  z-index: 1100; }

.wrap-video-home:after, .wrap-video-home:before {
  display: block;
  content: '';
  position: absolute;
  left: 0;
  z-index: 1050;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.45) 0%, rgba(0, 0, 0, 0) 100%);
  width: 100%;
  height: 15%; }

.wrap-video-home:after {
  top: 0; }

.wrap-video-home:before {
  bottom: 0;
  transform: rotate(180deg); }

.vjs-default-skin div, .vjs-default-skin .vjs-big-play-button {
  display: none; }

body.open-video .wrap-video-home, body.open-video #video-home_html5_api {
  z-index: 1000;
  opacity: 1; }

.video-info-smartphone {
  position: absolute;
  left: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: 10px;
  opacity: 0;
  color: white;
  font-size: 15px;
  line-height: 1em;
  font-family: "Raleway", sans-serif;
  z-index: 1200;
  transition: 0.3s opacity linear; }
  @media (max-width: 1200px) {
    .video-info-smartphone {
      font-size: 15px; } }
  @media (max-width: 768px) {
    .video-info-smartphone {
      font-size: 12px; } }
  .video-info-smartphone i {
    font-size: 25px;
    margin-right: 15px; }
    @media (max-width: 1200px) {
      .video-info-smartphone i {
        font-size: 25px; } }
    @media (max-width: 768px) {
      .video-info-smartphone i {
        font-size: 20px; } }
  @media only screen and (max-width: 760px) and (orientation: portrait) {
    .video-info-smartphone {
      opacity: 1; } }

.logo-video {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  z-index: 1300;
  top: 30px;
  display: flex;
  align-items: center;
  justify-content: center; }
  .logo-video img {
    display: inline-block; }
  .logo-video .graphic {
    width: 80px;
    margin-right: 40px; }
  .logo-video .text {
    width: 650px; }
  @media (max-width: 760px) {
    .logo-video {
      display: none; } }

.btn {
  display: inline-block;
  padding: 13px 20px;
  text-decoration: none;
  position: relative;
  background: transparent;
  border: 1px solid white;
  color: white;
  font-size: 18px;
  line-height: 1em;
  font-family: "Playfair Display", serif;
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5);
  letter-spacing: 0.4em;
  text-align: center;
  text-indent: 2px;
  text-transform: uppercase;
  transition: color 0.1s linear 0.05s;
  z-index: 9999;
  cursor: pointer; }
  @media (max-width: 1200px) {
    .btn {
      font-size: 18px; } }
  @media (max-width: 768px) {
    .btn {
      font-size: 14.4px; } }
  .btn::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    background: #b5985f;
    z-index: 1;
    opacity: 0;
    transition: height 0.2s ease, top 0.2s ease, opacity 0s linear 0.2s; }
  .btn::after {
    transition: border 0.1s linear 0.05s; }
  .btn .btn-inner {
    position: relative;
    z-index: 2; }
  .btn:hover {
    text-shadow: none;
    transition: color 0.1s linear 0s; }
    .btn:hover::before {
      top: 0;
      height: 100%;
      opacity: 1;
      transition: height 0.2s ease, top 0.2s ease, opacity 0s linear 0s; }
    .btn:hover::after {
      border-color: #b5985f;
      transition: border 0.1s linear 0s; }

.slideshow {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: calc(var(--vh, 1vh) * 100);
  z-index: 1; }
  .slideshow .slideshow-inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .slideshow .slides {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1; }
  .slideshow .slide {
    display: none;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    transition: opacity 0.3s ease; }
    .slideshow .slide.is-active {
      display: block; }
    .slideshow .slide.is-loaded {
      opacity: 1; }
    .slideshow .slide .caption {
      padding: 0 100px; }
      @media (max-width: 1024px) {
        .slideshow .slide .caption {
          padding: 0 50px; } }
      @media (max-width: 760px) {
        .slideshow .slide .caption {
          padding: 0 25px; } }
    .slideshow .slide .image-container {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 3;
      image-rendering: optimizeQuality; }
      .slideshow .slide .image-container:after, .slideshow .slide .image-container:before {
        display: block;
        content: '';
        position: absolute;
        left: 0;
        z-index: 2;
        background: linear-gradient(180deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
        width: 100%; }
      .slideshow .slide .image-container:after {
        top: 0;
        height: 300px; }
      .slideshow .slide .image-container:before {
        height: 200px;
        bottom: 0;
        transform: rotate(180deg); }
      .slideshow .slide .image-container img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover; }
      .slideshow .slide .image-container .desktop, .slideshow .slide .image-container .mobile {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }
      .slideshow .slide .image-container .mobile {
        display: none; }
      @media (max-width: 760px) {
        .slideshow .slide .image-container .mobile {
          display: block; }
        .slideshow .slide .image-container .desktop {
          display: none; } }
    .slideshow .slide-content {
      position: absolute;
      bottom: 12.5vh;
      left: 0;
      width: 100%;
      z-index: 999;
      color: #fff;
      text-align: center;
      display: flex;
      justify-content: center;
      align-items: center; }
      @media (max-width: 760px) {
        .slideshow .slide-content {
          bottom: 130px; } }
    .slideshow .slide .title {
      margin: 0 auto 15px;
      color: white;
      font-size: 55px;
      line-height: 1em;
      font-family: "Cinzel", serif;
      text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5); }
      @media (max-width: 1200px) {
        .slideshow .slide .title {
          font-size: 36.66667px; } }
      @media (max-width: 768px) {
        .slideshow .slide .title {
          font-size: 27.5px; } }
    .slideshow .slide .btn {
      margin: 15px 0 0;
      border-color: #fff; }
  .slideshow .pagination {
    position: absolute;
    bottom: 30px;
    left: 30px;
    cursor: default;
    z-index: 999;
    text-align: center; }
    @media (max-width: 760px) {
      .slideshow .pagination {
        bottom: 15px;
        left: 20px; } }
    .slideshow .pagination .item {
      display: inline-block;
      width: 8px;
      height: 8px;
      margin: 0 10px;
      background: #999;
      border-radius: 100%;
      position: relative;
      transition: 0.25s background-color linear;
      cursor: pointer; }
      .slideshow .pagination .item:after {
        z-index: -1;
        position: absolute;
        content: '';
        display: block;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        width: 5px;
        height: 5px;
        border: 1px white solid;
        border-radius: 100%;
        transition: 0.25s width linear,0.25s height linear,0.25s border-color linear; }
      .slideshow .pagination .item.is-active {
        background-color: white; }
        .slideshow .pagination .item.is-active:after {
          width: 15px;
          height: 15px; }
      .slideshow .pagination .item:hover {
        background-color: #b5985f; }
        .slideshow .pagination .item:hover:after {
          border-color: #b5985f;
          animation: animateHoverPagination 1s ease-in-out infinite; }
  .slideshow .arrows .arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 3; }
  .slideshow .arrows .prev {
    left: 30px; }
    .slideshow .arrows .prev:hover .svg {
      left: -10px; }
  .slideshow .arrows .next {
    right: 30px; }
    .slideshow .arrows .next:hover .svg {
      left: 10px; }
  @media (max-width: 768px) {
    .slideshow .arrows .prev {
      left: 8px; }
    .slideshow .arrows .next {
      right: 8px; } }
  .slideshow .arrows .svg {
    filter: drop-shadow(2px 3px 2px rgba(0, 0, 0, 0.5));
    position: relative;
    left: 0;
    width: 14px;
    height: 26px;
    fill: #fff;
    transition: left 0.2s ease; }

body.height-img-header-fixed .slideshow {
  height: 100vh; }

.scroll-down {
  position: absolute;
  z-index: 999;
  bottom: 30px;
  right: 30px; }
  @media (max-width: 760px) {
    .scroll-down {
      right: 20px; } }
  .scroll-down span {
    color: white;
    font-size: 12px;
    line-height: 1em;
    font-family: "Playfair Display", serif;
    text-transform: uppercase; }
    @media (max-width: 1200px) {
      .scroll-down span {
        font-size: 12px; } }
    @media (max-width: 768px) {
      .scroll-down span {
        font-size: 9.6px; } }
  .scroll-down svg.mouse {
    width: 25px;
    height: auto;
    fill: white; }
    .scroll-down svg.mouse .in {
      animation: scroll 1.5s ease-in-out infinite; }

@keyframes scroll {
  0% {
    opacity: 0.75;
    transform: translateY(10%); }
  33% {
    opacity: 1;
    transform: translateY(0); }
  100% {
    opacity: 0.75;
    transform: translateY(10%); } }

.wrap-preloader {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999999;
  width: 100%;
  height: 100%;
  background-color: #333;
  transition: 0.6s top linear,0.35s opacity linear; }
  .wrap-preloader .content {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column; }
  .wrap-preloader img {
    transition: 0.35s width linear,0.35s opacity linear;
    opacity: 0.15; }
    .wrap-preloader img.graphic {
      width: 50px; }
    .wrap-preloader img.text {
      width: 75px;
      margin-top: 15px; }
  .wrap-preloader.open-content img {
    opacity: 1; }
    .wrap-preloader.open-content img.graphic {
      width: 300px; }
    .wrap-preloader.open-content img.text {
      width: 450px;
      max-width: 85vw; }

body.preloader .wrap-preloader {
  top: -150%;
  opacity: 0.3; }

.ow-widget {
  border-top: 1px solid #b5985f;
  border-bottom: 1px solid #b5985f; }
  .ow-widget span.max {
    color: #b5985f; }
  .ow-widget span.min {
    color: #999; }
  .ow-widget span.small {
    font-size: 18px; }
    @media (max-width: 1200px) {
      .ow-widget span.small {
        font-size: 18px; } }
    @media (max-width: 768px) {
      .ow-widget span.small {
        font-size: 14.4px; } }
  .ow-widget .date span {
    color: #b5985f; }
  .ow-widget .today {
    justify-content: space-between;
    flex-wrap: wrap; }
    .ow-widget .today .item {
      width: calc(50% - 175px);
      text-align: center;
      color: #333;
      font-size: 35px;
      line-height: 1em;
      font-family: "Cinzel", serif; }
      @media (max-width: 1200px) {
        .ow-widget .today .item {
          font-size: 28px; } }
      @media (max-width: 768px) {
        .ow-widget .today .item {
          font-size: 23.33333px; } }
      .ow-widget .today .item .ow-ico-current {
        font-size: 60px;
        margin-right: 15px; }
        @media (max-width: 1200px) {
          .ow-widget .today .item .ow-ico-current {
            font-size: 60px; } }
        @media (max-width: 768px) {
          .ow-widget .today .item .ow-ico-current {
            font-size: 48px; } }
      .ow-widget .today .item.flex {
        justify-content: center; }
      .ow-widget .today .item span.small {
        font-size: 25px; }
        @media (max-width: 1200px) {
          .ow-widget .today .item span.small {
            font-size: 25px; } }
        @media (max-width: 768px) {
          .ow-widget .today .item span.small {
            font-size: 20px; } }
    .ow-widget .today .info-today p {
      margin: 0;
      color: #333;
      font-size: 25px;
      line-height: 1em;
      font-family: "Cinzel", serif; }
      @media (max-width: 1200px) {
        .ow-widget .today .info-today p {
          font-size: 20px; } }
      @media (max-width: 768px) {
        .ow-widget .today .info-today p {
          font-size: 16.66667px; } }
    @media (max-width: 768px) {
      .ow-widget .today .item {
        width: 50%;
        order: 1; }
      .ow-widget .today img {
        order: 2;
        max-width: 80%;
        margin: 15px auto 0; } }
  .ow-widget .ow-forecast {
    justify-content: space-around;
    color: #333;
    font-size: 25px;
    line-height: 1em;
    font-family: "Cinzel", serif; }
    .ow-widget .ow-forecast .deco {
      height: 115px;
      width: 1px;
      background-color: #999;
      display: block;
      opacity: 0.5; }
    @media (max-width: 1200px) {
      .ow-widget .ow-forecast {
        font-size: 21.73913px; } }
    @media (max-width: 768px) {
      .ow-widget .ow-forecast {
        font-size: 19.23077px; } }
    .ow-widget .ow-forecast .ow-ico-forecast {
      font-size: 40px;
      margin-right: 20px; }
      @media (max-width: 1200px) {
        .ow-widget .ow-forecast .ow-ico-forecast {
          font-size: 40px; } }
      @media (max-width: 768px) {
        .ow-widget .ow-forecast .ow-ico-forecast {
          font-size: 32px; } }
    .ow-widget .ow-forecast .ow-forecast-item {
      text-align: center; }
      .ow-widget .ow-forecast .ow-forecast-item .flex {
        margin-top: 15px;
        justify-content: center;
        line-height: 1em; }
    @media (max-width: 1000px) {
      .ow-widget .ow-forecast .hide-mobile {
        display: none; } }
    @media (max-width: 768px) {
      .ow-widget .ow-forecast {
        justify-content: center; }
        .ow-widget .ow-forecast .transform-mobile {
          width: 100%;
          height: 1px;
          margin-top: 20px;
          margin-bottom: 20px; }
        .ow-widget .ow-forecast .ow-forecast-item {
          width: calc(50% - 1px); } }

@keyframes sound {
  0% {
    opacity: 0.15;
    height: 4px; }
  100% {
    opacity: 1;
    height: 15px; } }

@keyframes blink {
  0% {
    color: white; }
  100% {
    color: #b5985f; } }

@keyframes blink-bg {
  0% {
    background-color: white; }
  100% {
    background-color: #b5985f; } }

.control-audio {
  cursor: pointer;
  z-index: 999;
  justify-content: space-between;
  width: 100px;
  transition: 0.25s opacity linear; }
  .control-audio:hover {
    opacity: 0.5; }
  .control-audio .bars {
    height: 15px;
    width: 25px;
    position: relative; }
  .control-audio .bar {
    background: #fff;
    bottom: 1px;
    height: 3px;
    position: absolute;
    width: 3px;
    animation: sound 0ms -800ms linear infinite alternate;
    animation-play-state: paused; }
    .control-audio .bar:nth-child(1) {
      left: 1px;
      animation-duration: 520ms; }
    .control-audio .bar:nth-child(2) {
      left: 6px;
      animation-duration: 415ms; }
    .control-audio .bar:nth-child(3) {
      left: 11px;
      animation-duration: 400ms; }
    .control-audio .bar:nth-child(4) {
      left: 16px;
      animation-duration: 550ms; }
    .control-audio .bar:nth-child(5) {
      left: 21px;
      animation-duration: 450ms; }
    .control-audio .bar:nth-child(6) {
      left: 26px;
      animation-duration: 600ms; }
  .control-audio .play {
    height: 15px;
    width: 15px;
    position: relative;
    overflow: hidden; }
    .control-audio .play:after, .control-audio .play:before {
      transition: 0.25s width linear;
      content: '';
      background: white;
      width: 0;
      height: 100%;
      display: block;
      top: 0;
      position: absolute; }
    .control-audio .play:after {
      left: 0; }
    .control-audio .play:before {
      left: 10px; }
    .control-audio .play .button {
      background: white;
      animation: blink-bg infinite alternate 0.5s;
      position: absolute;
      width: 100%;
      height: 100%;
      border-radius: 1px;
      top: 0;
      left: -10px;
      transform: rotate(45deg);
      transition: 0.4s left linear; }
  .control-audio .text {
    color: white;
    font-size: 18px;
    line-height: 1em;
    font-family: "Playfair Display", serif;
    animation: blink infinite alternate 0.5s; }
    @media (max-width: 1200px) {
      .control-audio .text {
        font-size: 18px; } }
    @media (max-width: 768px) {
      .control-audio .text {
        font-size: 14.4px; } }
    .control-audio .text .text-pause {
      display: none; }
  .control-audio .bar {
    animation-play-state: running; }
  .control-audio.active .play:after, .control-audio.active .play:before {
    width: 5px; }
  .control-audio.active .play .button {
    left: -50px; }
  .control-audio.active .text .text-pause {
    display: inline-block; }
  .control-audio.active .text .text-play {
    display: none; }

body.menu-responsive .control-audio .bar, body.fixed-menu .control-audio .bar, body.menu-booking .control-audio .bar {
  background: black; }

body.menu-responsive .control-audio .text, body.fixed-menu .control-audio .text, body.menu-booking .control-audio .text {
  color: black; }

body.menu-responsive .control-audio .play:after, body.menu-responsive .control-audio .play:before, body.fixed-menu .control-audio .play:after, body.fixed-menu .control-audio .play:before, body.menu-booking .control-audio .play:after, body.menu-booking .control-audio .play:before {
  background: black; }

body.menu-responsive .control-audio .play .button, body.fixed-menu .control-audio .play .button, body.menu-booking .control-audio .play .button {
  background: black; }

footer.footer .cert-qualita {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2rem; }
  footer.footer .cert-qualita a {
    padding: 0 15px;
    width: 40%; }
    footer.footer .cert-qualita a img {
      width: 100%;
      -o-object-fit: contain;
         object-fit: contain;
      -o-object-position: center center;
         object-position: center center; }

footer.footer a {
  white-space: nowrap; }

footer.footer .top-border {
  padding-top: 2rem;
  border-top: 1px solid #b5985f; }

footer.footer .wrap p {
  color: #777;
  font-size: 16px;
  line-height: 1.4em;
  font-family: "Playfair Display", serif; }
  @media (max-width: 1200px) {
    footer.footer .wrap p {
      font-size: 16px; } }
  @media (max-width: 768px) {
    footer.footer .wrap p {
      font-size: 12.8px; } }

footer.footer .wrap.link {
  color: #777;
  font-size: 14px;
  line-height: 1.4em;
  font-family: "Playfair Display", serif;
  justify-content: space-between; }
  @media (max-width: 1200px) {
    footer.footer .wrap.link {
      font-size: 14px; } }
  @media (max-width: 768px) {
    footer.footer .wrap.link {
      font-size: 11.2px; } }
  footer.footer .wrap.link .deco {
    background-color: #b5985f;
    height: 1px;
    width: calc(50% - 80px); }

footer.footer h4 {
  color: black;
  font-size: 18px;
  line-height: 1em;
  font-family: "Playfair Display SC", serif;
  margin-bottom: 0; }
  @media (max-width: 1200px) {
    footer.footer h4 {
      font-size: 18px; } }
  @media (max-width: 768px) {
    footer.footer h4 {
      font-size: 14.4px; } }

footer.footer .info {
  text-align: center;
  justify-content: space-around;
  align-items: flex-start; }
  footer.footer .info .first {
    color: #777;
    font-size: 14px;
    line-height: 1.4em;
    font-family: "Playfair Display", serif; }
    @media (max-width: 1200px) {
      footer.footer .info .first {
        font-size: 14px; } }
    @media (max-width: 768px) {
      footer.footer .info .first {
        font-size: 11.2px; } }
  footer.footer .info .logo .graphic,
  footer.footer .info .logo .text {
    display: inline-block; }
  footer.footer .info .logo .graphic {
    width: 250px;
    margin-bottom: 10px; }
  footer.footer .info .logo .text {
    width: 330px;
    margin-bottom: 20px;
    max-width: 90%; }
  footer.footer .info .item {
    width: 400px;
    max-width: 100%; }
    @media (max-width: 1300px) {
      footer.footer .info .item {
        width: auto; } }
    footer.footer .info .item.central {
      width: auto; }
  @media (max-width: 1024px) {
    footer.footer .info .first {
      width: 100%;
      padding-bottom: 30px;
      margin-bottom: 30px;
      border-bottom: 1px #999 solid; } }
  @media (max-width: 500px) {
    footer.footer .info .item {
      width: 100% !important; }
    footer.footer .info .central {
      padding-bottom: 30px;
      margin-bottom: 30px;
      border-bottom: 1px #999 solid; } }
  footer.footer .info p.link-social a {
    margin: 0 5px;
    font-size: 25px;
    transition: 0.25s color linear;
    color: #333;
    text-decoration: none; }
    @media (max-width: 1200px) {
      footer.footer .info p.link-social a {
        font-size: 25px; } }
    @media (max-width: 768px) {
      footer.footer .info p.link-social a {
        font-size: 20px; } }
    footer.footer .info p.link-social a:after {
      display: none; }
    footer.footer .info p.link-social a:hover {
      color: #b5985f; }

.card-link {
  justify-content: space-between; }
  .card-link .bckg-img {
    position: relative;
    overflow: hidden;
    height: 500px; }
    @media (max-width: 1600px) {
      .card-link .bckg-img {
        height: 400px; } }
    @media (max-width: 1200px) {
      .card-link .bckg-img {
        height: 357.14286px; } }
    @media (max-width: 768px) {
      .card-link .bckg-img {
        height: 312.5px; } }
    @media (max-width: 500px) {
      .card-link .bckg-img {
        height: 250px; } }
    .card-link .bckg-img img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
    .card-link .bckg-img:after {
      position: absolute;
      content: '';
      display: block;
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      background-color: rgba(0, 0, 0, 0.25);
      transition: 0.25s background-color linear;
      z-index: 1; }
  .card-link .text-parallax {
    z-index: 2;
    position: absolute;
    right: 30px;
    bottom: 30px;
    opacity: 0.75;
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5);
    color: white;
    font-size: 115px;
    line-height: 1em;
    font-family: "Cinzel", serif;
    flex-wrap: nowrap;
    padding: 0 !important; }
    @media (max-width: 1200px) {
      .card-link .text-parallax {
        font-size: 76.66667px; } }
    @media (max-width: 768px) {
      .card-link .text-parallax {
        font-size: 38.33333px; } }
  .card-link .left-text .text-parallax {
    right: auto;
    left: 30px; }
  .card-link .box-half {
    width: calc(50% - 15px); }
  .card-link a {
    position: relative;
    text-decoration: none;
    transition: 0.25s background-color linear;
    display: block;
    border-bottom: 1px solid #b5985f;
    overflow: hidden; }
    .card-link a .flex {
      padding: 20px 30px;
      justify-content: space-between; }
    .card-link a .link {
      text-align: center;
      position: absolute;
      right: 50px;
      bottom: -150px;
      transition: 0.35s bottom linear;
      z-index: 1; }
    .card-link a .button-link {
      padding: 10px 20px !important; }
    .card-link a:hover {
      background-color: #eaeaea; }
      .card-link a:hover .bckg-img:after {
        background-color: rgba(0, 0, 0, 0.65); }
      .card-link a:hover .link {
        bottom: 50px; }

.img-box {
  justify-content: space-between;
  align-items: center; }
  .img-box > div:not(.text-box) {
    height: 600px; }
    @media (max-width: 1600px) {
      .img-box > div:not(.text-box) {
        height: 480px; } }
    @media (max-width: 1200px) {
      .img-box > div:not(.text-box) {
        height: 428.57143px; } }
    @media (max-width: 768px) {
      .img-box > div:not(.text-box) {
        height: 375px; } }
    @media (max-width: 500px) {
      .img-box > div:not(.text-box) {
        height: 300px; } }
  .img-box img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center center;
       object-position: center center; }
  .img-box .full {
    width: 100%; }
  .img-box .img-1-3 {
    width: calc(35% - 30px); }
  .img-box .img-2-3 {
    width: calc(65% - 30px); }
  .img-box .img-3-3 {
    width: 100%; }
  .img-box .text-box {
    align-self: stretch;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 30px; }
  .img-box .quote::before, .img-box .quote::after {
    font-size: 5rem; }
  .img-box .quote::before {
    content: "\""; }
  .img-box .quote::after {
    content: "\""; }
  .img-box iframe.video {
    width: 100%;
    height: 100%;
    border: 0;
    outline: 0; }
  .img-box.img-box-free img {
    height: auto; }
  .img-box.img-box-free > div:not(.text-box) {
    height: auto; }

.img-100 img {
  width: 100%; }

.box-review blockquote {
  justify-content: space-around;
  flex-direction: column;
  align-items: stretch;
  margin: 0;
  height: 100%;
  box-sizing: border-box;
  padding: 100px 20%;
  flex-wrap: nowrap; }

.box-review.small-text {
  display: flex;
  align-items: center; }
  .box-review.small-text .content {
    padding: 20px 20%; }
  @media (max-width: 1024px) {
    .box-review.small-text {
      height: auto !important;
      order: 0; }
      .box-review.small-text .content {
        padding: 20px; } }

.box-review blockquote p {
  position: relative; }
  .box-review blockquote p:after, .box-review blockquote p:before {
    position: absolute;
    color: #777;
    font-size: 180px;
    line-height: 1em;
    font-family: "Playfair Display", serif; }
    @media (max-width: 1200px) {
      .box-review blockquote p:after, .box-review blockquote p:before {
        font-size: 180px; } }
    @media (max-width: 768px) {
      .box-review blockquote p:after, .box-review blockquote p:before {
        font-size: 144px; } }
  .box-review blockquote p:after {
    content: '“';
    top: 0;
    left: 0;
    transform: translate(-100%, -40%); }
  .box-review blockquote p:before {
    content: '”';
    bottom: 0;
    right: 0;
    transform: translate(100%, 60%); }

.box-review cite {
  text-align: right;
  color: #333;
  font-size: 21px;
  line-height: 1em;
  font-family: "Cinzel", serif; }
  @media (max-width: 1200px) {
    .box-review cite {
      font-size: 21px; } }
  @media (max-width: 768px) {
    .box-review cite {
      font-size: 16.8px; } }
  .box-review cite span {
    color: #b5985f;
    font-size: 15px; }
    @media (max-width: 1200px) {
      .box-review cite span {
        font-size: 15px; } }
    @media (max-width: 768px) {
      .box-review cite span {
        font-size: 12px; } }

.logo-inlne-small img {
  height: 70px; }

.logo-inlne-small .graphic {
  margin-right: 20px; }

.picker--opened .picker__holder {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none; }
  .picker--opened .picker__holder:focus, .picker--opened .picker__holder:active, .picker--opened .picker__holder:focus:active {
    background-image: none;
    outline: 0;
    box-shadow: none; }

.form-big {
  z-index: 999;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  overflow: hidden; }
  .form-big:focus, .form-big:active, .form-big:focus:active {
    background-image: none;
    outline: 0;
    box-shadow: none; }
  .form-big .item {
    width: 29%;
    border-bottom: 1px solid #eaeaea;
    margin-bottom: 50px; }
    .form-big .item.item-big {
      width: 48%; }
    .form-big .item.full {
      width: 100%; }
    .form-big .item label {
      color: #b5985f;
      font-size: 24px;
      line-height: 1em;
      font-family: "Playfair Display SC", serif; }
      @media (max-width: 1200px) {
        .form-big .item label {
          font-size: 24px; } }
      @media (max-width: 768px) {
        .form-big .item label {
          font-size: 19.2px; } }
    .form-big .item i {
      font-size: 28px;
      color: #333;
      margin-right: 7px; }
      @media (max-width: 1200px) {
        .form-big .item i {
          font-size: 28px; } }
      @media (max-width: 768px) {
        .form-big .item i {
          font-size: 22.4px; } }
    .form-big .item input, .form-big .item textarea, .form-big .item select {
      border: none;
      width: 100%;
      color: #777;
      font-size: 20px;
      line-height: 1em;
      font-family: "Playfair Display", serif;
      font-style: italic;
      padding: 10px;
      box-sizing: border-box;
      margin-top: 10px; }
      @media (max-width: 1200px) {
        .form-big .item input, .form-big .item textarea, .form-big .item select {
          font-size: 20px; } }
      @media (max-width: 768px) {
        .form-big .item input, .form-big .item textarea, .form-big .item select {
          font-size: 16px; } }
      .form-big .item input:focus, .form-big .item input:active, .form-big .item input:focus:active, .form-big .item textarea:focus, .form-big .item textarea:active, .form-big .item textarea:focus:active, .form-big .item select:focus, .form-big .item select:active, .form-big .item select:focus:active {
        background-image: none;
        outline: 0;
        box-shadow: none; }
  .form-big .checkbox-form {
    padding-top: 20px;
    padding-bottom: 10px;
    justify-content: space-around; }
    .form-big .checkbox-form input {
      margin-top: 0;
      margin-right: 7px;
      display: block;
      width: 15px;
      height: 15px; }
    .form-big .checkbox-form label {
      padding: 10px 15px;
      cursor: pointer;
      display: flex;
      align-items: center;
      color: #777;
      font-size: 20px;
      line-height: 1em;
      font-family: "Playfair Display", serif;
      font-style: italic; }
      @media (max-width: 1200px) {
        .form-big .checkbox-form label {
          font-size: 20px; } }
      @media (max-width: 768px) {
        .form-big .checkbox-form label {
          font-size: 16px; } }
  .form-big label.privacy-label {
    padding-top: 30px;
    padding-bottom: 30px;
    color: #333;
    font-size: 14px;
    line-height: 1em;
    font-family: "Raleway", sans-serif; }
    @media (max-width: 1200px) {
      .form-big label.privacy-label {
        font-size: 14px; } }
    @media (max-width: 768px) {
      .form-big label.privacy-label {
        font-size: 11.2px; } }
    .form-big label.privacy-label input {
      margin-right: 8px; }
    .form-big label.privacy-label a {
      color: #b5985f;
      transition: 0.25s color linear; }
      .form-big label.privacy-label a:hover {
        color: #777; }

.button-link {
  display: inline-block;
  text-decoration: none;
  color: #b5985f;
  font-size: 18px;
  line-height: 1em;
  font-family: "Playfair Display", serif;
  text-transform: uppercase;
  border: 1px solid #b5985f;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  padding: 0 30px;
  background-color: transparent;
  transition: 0.35s color linear,0.15s background-color linear;
  position: relative;
  overflow: hidden;
  line-height: 60px; }
  @media (max-width: 1200px) {
    .button-link {
      font-size: 18px; } }
  @media (max-width: 768px) {
    .button-link {
      font-size: 14.4px; } }
  .button-link:focus, .button-link:active, .button-link:focus:active {
    background-image: none;
    outline: 0;
    box-shadow: none; }
  .button-link i {
    vertical-align: middle;
    margin-right: 8px;
    font-size: 30px; }
    @media (max-width: 1200px) {
      .button-link i {
        font-size: 30px; } }
    @media (max-width: 768px) {
      .button-link i {
        font-size: 24px; } }
  .button-link:after, .button-link:before {
    width: 140%;
    background-color: #b5985f;
    transition: 0.35s all linear;
    height: 0;
    position: absolute;
    content: '';
    left: -20%;
    opacity: 0.8;
    z-index: -1;
    transform: rotate(10deg); }
  .button-link:after {
    top: -50%; }
  .button-link:before {
    bottom: -50%; }
  .button-link:hover {
    color: white; }
    .button-link:hover:after, .button-link:hover:before {
      height: 120%;
      transform: rotate(-8deg);
      opacity: 1; }
  .button-link.button-gold {
    color: white; }
    .button-link.button-gold span.bck-gold {
      display: block;
      position: absolute;
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      background-color: #b5985f;
      z-index: -2; }
    .button-link.button-gold:after, .button-link.button-gold:before {
      background-color: white; }
    .button-link.button-gold:hover {
      color: #b5985f;
      background-color: transparent; }

.hide {
  display: none; }

.alert {
  padding: 1rem;
  border-width: 1px;
  border-style: solid;
  border-radius: 0.25rem; }
  .alert.hide {
    display: none; }
  .alert.success {
    background-color: #bbeebb;
    border-color: #282; }
  .alert.error {
    background-color: #eebbbb;
    border-color: #822; }

.box-link-suites .img {
  height: 500px;
  width: 100%;
  overflow: hidden; }
  @media (max-width: 1600px) {
    .box-link-suites .img {
      height: 400px; } }
  @media (max-width: 1200px) {
    .box-link-suites .img {
      height: 357.14286px; } }
  @media (max-width: 768px) {
    .box-link-suites .img {
      height: 312.5px; } }
  @media (max-width: 500px) {
    .box-link-suites .img {
      height: 250px; } }
  .box-link-suites .img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    transition: 0.35s width linear,0.35s height linear,0.35s margin-left linear; }

.box-link-suites .info, .box-link-suites .hover-room-services, .box-link-suites .button-link {
  position: absolute;
  z-index: 3;
  cursor: pointer; }

.box-link-suites .hover-room-services {
  transition: 0.4s top linear;
  color: white;
  font-size: 16px;
  line-height: 1em;
  font-family: "Playfair Display SC", serif;
  text-align: center;
  left: 10%;
  top: -250px;
  width: 80%; }
  @media (max-width: 1200px) {
    .box-link-suites .hover-room-services {
      font-size: 16px; } }
  @media (max-width: 768px) {
    .box-link-suites .hover-room-services {
      font-size: 12.8px; } }
  .box-link-suites .hover-room-services span {
    display: block;
    text-align: center;
    padding-bottom: 30px; }
  .box-link-suites .hover-room-services i {
    font-size: 30px;
    margin: 0 7px;
    line-height: 1.5em; }
    @media (max-width: 1200px) {
      .box-link-suites .hover-room-services i {
        font-size: 30px; } }
    @media (max-width: 768px) {
      .box-link-suites .hover-room-services i {
        font-size: 24px; } }

.box-link-suites .button-link {
  left: 50%;
  transform: translateX(-50%);
  transition: 0.4s bottom linear;
  bottom: -200px;
  display: flex !important;
  justify-content: center;
  line-height: 1em !important;
  min-height: 60px;
  align-items: center;
  text-align: center; }

.box-link-suites .info {
  bottom: 0;
  left: 0;
  justify-content: space-around;
  height: 180px;
  width: 100%;
  transition: 0.35s bottom linear; }
  .box-link-suites .info .item span {
    color: #777;
    font-size: 18px;
    line-height: 1em;
    font-family: "Playfair Display", serif; }
    @media (max-width: 1200px) {
      .box-link-suites .info .item span {
        font-size: 18px; } }
    @media (max-width: 768px) {
      .box-link-suites .info .item span {
        font-size: 14.4px; } }
  .box-link-suites .info .item i {
    color: #b5985f;
    margin-right: 10px;
    font-size: 35px; }
    @media (max-width: 1200px) {
      .box-link-suites .info .item i {
        font-size: 35px; } }
    @media (max-width: 768px) {
      .box-link-suites .info .item i {
        font-size: 28px; } }

.box-link-suites a {
  width: calc(50% - 15px);
  position: relative;
  border-bottom: 1px solid #b5985f;
  margin-bottom: 50px;
  overflow: hidden;
  padding-bottom: 180px;
  text-decoration: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none; }
  .box-link-suites a:focus, .box-link-suites a:active, .box-link-suites a:focus:active {
    background-image: none;
    outline: 0;
    box-shadow: none; }
  .box-link-suites a:after, .box-link-suites a:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    transition: 0.35s height linear;
    height: 0;
    cursor: pointer; }
  .box-link-suites a:after {
    z-index: 1;
    top: 0;
    background-color: rgba(0, 0, 0, 0.5); }
  .box-link-suites a:before {
    z-index: 2;
    bottom: 0;
    background-color: #eaeaea; }
  .box-link-suites a:hover img {
    width: 120%;
    margin-left: -10%; }
  .box-link-suites a:hover:after {
    height: 100%; }
  .box-link-suites a:hover:before {
    height: 280px; }
  .box-link-suites a:hover .info {
    bottom: 100px; }
  .box-link-suites a:hover .button-link {
    bottom: 20px; }
  .box-link-suites a:hover .hover-room-services {
    top: 130px; }

.carousel-accommodation {
  flex-wrap: nowrap; }
  .carousel-accommodation .slick-slide {
    margin: 0 8px; }
    .carousel-accommodation .slick-slide.slick-active {
      margin-right: 0;
      margin-left: 16px; }
      .carousel-accommodation .slick-slide.slick-active.slick-current {
        margin-right: 16px;
        margin-left: 0; }

.control-slick-accommodation {
  flex-wrap: nowrap; }
  .control-slick-accommodation .prev {
    order: 1; }
  .control-slick-accommodation .next {
    order: 3; }
  .control-slick-accommodation .prev, .control-slick-accommodation .next {
    position: relative;
    width: 60px;
    height: 60px;
    color: #b5985f;
    border: 1px solid #b5985f;
    transition: 0.25s background-color linear,0.25s color linear; }
    .control-slick-accommodation .prev:hover, .control-slick-accommodation .next:hover {
      color: white;
      background-color: #b5985f; }
    .control-slick-accommodation .prev i, .control-slick-accommodation .next i {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      font-size: 25px; }
      @media (max-width: 1200px) {
        .control-slick-accommodation .prev i, .control-slick-accommodation .next i {
          font-size: 16.66667px; } }
      @media (max-width: 768px) {
        .control-slick-accommodation .prev i, .control-slick-accommodation .next i {
          font-size: 12.5px; } }
  .control-slick-accommodation .slider-dots-acccommodation {
    order: 2;
    font-size: 0; }
    .control-slick-accommodation .slider-dots-acccommodation ul {
      list-style: none;
      padding: 0;
      margin: 0;
      display: flex; }
    .control-slick-accommodation .slider-dots-acccommodation li {
      width: 50px;
      height: 5px;
      border: 1px solid #b5985f;
      transition: 0.25s background-color linear,0.25s border-color linear;
      cursor: pointer;
      margin: 0 5px; }
      .control-slick-accommodation .slider-dots-acccommodation li.slick-active {
        background-color: #b5985f; }
      .control-slick-accommodation .slider-dots-acccommodation li:hover {
        background-color: #999 !important;
        border-color: #999; }
      .control-slick-accommodation .slider-dots-acccommodation li button {
        display: none; }

.d-flex {
  display: flex; }

.d-inline-flex {
  display: inline-flex; }

.align-items-center {
  align-items: center; }

.justify-content-center {
  justify-content: center; }

.align-items-start {
  align-items: flex-start; }

.w-25 {
  width: 25%; }

.h-25 {
  height: 25%; }

.w-50 {
  width: 50%; }

.h-50 {
  height: 50%; }

.w-75 {
  width: 75%; }

.h-75 {
  height: 75%; }

.w-100 {
  width: 100%; }

.h-100 {
  height: 100%; }

.text-center {
  text-align: center; }

.text-left,
.text-start {
  text-align: left; }

.text-end {
  text-align: end; }

.gallery-1 {
  font-size: 0;
  -moz-columns: 2;
       columns: 2;
  -moz-column-gap: 1rem;
       column-gap: 1rem; }
  @media (min-width: 1024px) {
    .gallery-1 {
      -moz-columns: 3;
           columns: 3; } }
  .gallery-1 a {
    position: relative;
    cursor: pointer;
    display: inline-block;
    width: 100%;
    margin-bottom: 1rem; }
    .gallery-1 a img {
      width: 100%; }
    .gallery-1 a .overlay {
      display: flex;
      align-items: center;
      justify-content: center;
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      font-size: 2rem;
      opacity: 0;
      background-color: rgba(0, 0, 0, 0.5);
      color: white;
      transition: opacity 0.25s ease; }
      .gallery-1 a .overlay i {
        position: relative;
        top: -2rem;
        transition: top 0.25s ease; }
    .gallery-1 a:hover .overlay {
      opacity: 1; }
      .gallery-1 a:hover .overlay i {
        top: 0; }

.gallery-search-pages {
  text-align: center; }
  .gallery-search-pages a {
    padding: 0.5rem 0.75rem;
    text-decoration: none;
    display: inline-block;
    color: #b5985f;
    border: 1px solid #b5985f;
    transition: color 0.25s ease, background-color 0.25s ease; }
    .gallery-search-pages a:hover {
      background-color: #b5985f;
      color: white; }

.gallery-search {
  position: relative;
  display: flex;
  align-items: stretch;
  flex-wrap: wrap; }
  .gallery-search .gallery-box {
    box-sizing: border-box;
    transition: background-color 0.25s ease;
    border-bottom: 1px solid #b5985f;
    display: block;
    height: 100%; }
    .gallery-search .gallery-box:hover {
      background-color: #eaeaea; }
    .gallery-search .gallery-box .flex {
      padding: 20px 30px;
      flex-grow: 1; }
  .gallery-search > div {
    box-sizing: border-box;
    width: 100%;
    padding-bottom: 40px;
    display: flex;
    flex-direction: column; }
  @media (min-width: 1024px) {
    .gallery-search {
      margin-left: -40px;
      margin-right: -40px; }
      .gallery-search > div {
        width: 50%;
        padding-left: 40px;
        padding-right: 40px; } }
  @media (min-width: 1400px) {
    .gallery-search > div {
      width: 33.333%; } }

.gruppo {
  padding-top: 2rem;
  padding-bottom: 2rem;
  border-top: 1px solid #999; }
  .gruppo > h4 {
    text-align: center;
    color: black;
    font-size: 18px;
    line-height: 1em;
    font-family: "Playfair Display SC", serif; }
    @media (max-width: 1200px) {
      .gruppo > h4 {
        font-size: 18px; } }
    @media (max-width: 768px) {
      .gruppo > h4 {
        font-size: 14.4px; } }
  .gruppo .links {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap; }
    .gruppo .links a {
      margin: 2rem 1rem;
      width: 15rem; }
      .gruppo .links a img {
        width: 100%;
        height: 100%;
        -o-object-fit: contain;
           object-fit: contain;
        -o-object-position: center center;
           object-position: center center; }

.swiper-gallery .swiper .swiper-slide a {
  cursor: pointer;
  width: 100%; }
  .swiper-gallery .swiper .swiper-slide a img {
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center center;
       object-position: center center;
    aspect-ratio: 1 / 1;
    width: 100%; }

.swiper-gallery .controls {
  margin-top: 1rem;
  color: black;
  font-size: 60px;
  line-height: 1em;
  font-family: "Cinzel", serif;
  display: flex;
  align-items: center;
  justify-content: center; }
  @media (max-width: 1200px) {
    .swiper-gallery .controls {
      font-size: 48px; } }
  @media (max-width: 768px) {
    .swiper-gallery .controls {
      font-size: 30px; } }
  .swiper-gallery .controls button {
    cursor: pointer;
    border: 0;
    background-color: transparent;
    margin: 0 1rem;
    width: 1.2em;
    aspect-ratio: 1 / 1;
    text-align: center;
    border-radius: 50%;
    transition: color 0.25s ease, background-color 0.25s ease; }
    .swiper-gallery .controls button:hover:not(:disabled) {
      background-color: #b5985f;
      color: white; }

.auto-height {
  height: auto !important; }

@media (max-width: 1750px) {
  header.header {
    justify-content: space-between;
    padding-left: 20px;
    padding-right: 20px; }
    header.header .left,
    header.header .right {
      width: auto; }
    header.header .button-booking {
      margin: 0 40px; }
    header.header .deco {
      margin: 0 15px; }
  .logo-header {
    z-index: -1; }
  .box-link-suites a h2 {
    width: 90%;
    box-sizing: border-box;
    margin: 0 0 10px; }
  .wrap-form-header .item {
    width: 40%;
    margin-left: 4%;
    margin-right: 4%; } }

@media (max-width: 1200px) {
  body.page .logo-header .logo-page {
    display: flex;
    flex-direction: column; }
    body.page .logo-header .logo-page .graphic {
      margin-right: 0;
      margin-bottom: 10px; }
  .box-services.big-box-services .item {
    width: 19%; } }

@media (max-width: 1024px) {
  .wrap-form-header .item {
    width: 80%; }
    .wrap-form-header .item.small {
      width: 40%; }
  .no-tablet {
    display: none !important; } }

@media (max-width: 1300px) {
  .box-link-suites a:hover .hover-room-services {
    top: 50px; } }

@media (max-width: 1024px) {
  .wrap h1.subtitle,
  .wrap h2.subtitle,
  .wrap h3.subtitle {
    padding-left: 0; }
    .wrap h1.subtitle span,
    .wrap h2.subtitle span,
    .wrap h3.subtitle span {
      margin-left: 0; }
  header.header {
    justify-content: space-between; }
  .img-box .text-box:not(.keep-padding) {
    padding: 0; }
  .img-box.reverse {
    flex-direction: column-reverse; }
  .img-box .img-1-3,
  .img-box .img-2-3 {
    width: 100% !important;
    margin-bottom: 20px; }
  .full-responsive {
    width: 100% !important; }
    .full-responsive.margin-top-responsive {
      margin-top: 50px; }
  .box-list .content {
    width: 100%; }
  .box-list ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center; }
  .box-list li {
    width: 30%; }
    .box-list li:last-child {
      margin-bottom: 15px; }
  .box-list a.margin-top {
    margin-top: 35px !important; }
  .flex .box-1-3 {
    width: 100%; }
  .flex .box {
    width: 100%; }
  .flex .box-1-4 {
    width: 45% !important; }
  .flex .box-2-4,
  .flex .box-3-4 {
    width: 100% !important; }
  .form-big .item {
    width: 45%; }
  .card-link .box-half {
    width: 100%;
    margin-bottom: 50px; }
    .card-link .box-half .bckg-img {
      height: 500px; } }
    @media (max-width: 1024px) and (max-width: 1600px) {
      .card-link .box-half .bckg-img {
        height: 400px; } }
    @media (max-width: 1024px) and (max-width: 1200px) {
      .card-link .box-half .bckg-img {
        height: 357.14286px; } }
    @media (max-width: 1024px) and (max-width: 768px) {
      .card-link .box-half .bckg-img {
        height: 312.5px; } }
    @media (max-width: 1024px) and (max-width: 500px) {
      .card-link .box-half .bckg-img {
        height: 250px; } }

@media (max-width: 1024px) {
  .card-link .box-2-4,
  .card-link .box-3-4 {
    width: calc(100% - 200px) !important; }
  .control-slick-accommodation .prev,
  .control-slick-accommodation .next {
    width: 40px;
    height: 40px; }
  .control-slick-accommodation .slider-dots-acccommodation li {
    width: 30px;
    height: 4px; } }

@media (max-width: 800px) {
  .grecaptcha-badge {
    margin-bottom: 55px !important; }
  .box-services.big-box-services .item {
    width: 27%; }
  footer.footer {
    padding-bottom: 50px; }
  body {
    padding-bottom: 50px; }
  .slideshow .pagination,
  .scroll-down {
    bottom: 16px; }
  .no-mobile {
    display: none !important; }
  .logo-header .inline .graphic {
    margin-right: 0 !important;
    width: 120px; }
  body.homepage .logo-header {
    width: 100%; }
  .logo-header .logo-home {
    padding-top: 100px; }
    .logo-header .logo-home .graphic {
      width: 250px;
      margin-bottom: 20px; }
    .logo-header .logo-home .text {
      width: 300px;
      max-width: 98%; }
  .wrap-menu {
    height: calc((var(--vh, 1vh) * 100) - 150px);
    background-color: white; }
    .wrap-menu .menu {
      height: calc((var(--vh, 1vh) * 100) - 150px);
      background-color: white; }
    .wrap-menu li.nav {
      padding-left: 20px;
      padding-right: 27px;
      width: calc(100% - 47px);
      background-color: white; }
      .wrap-menu li.nav:first-child {
        margin-top: 20px; }
      .wrap-menu li.nav:last-child {
        margin-bottom: 40px; }
    .wrap-menu .menu,
    .wrap-menu .menu-contact {
      padding-top: 50px;
      padding-bottom: 50px; }
    .wrap-menu ul.nav {
      padding-left: 0 !important;
      padding-right: 0 !important;
      width: 100%;
      padding-top: 0 !important;
      background-color: white; }
      .wrap-menu ul.nav ul {
        padding-left: 20px; }
        .wrap-menu ul.nav ul li:first-child {
          margin-top: 0; }
  .button-booking {
    position: fixed;
    bottom: 0;
    left: 0;
    height: 50px;
    margin: 0 !important;
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center; }
  .button-contact {
    display: flex; }
  .button-booking,
  .button-contact {
    transition: 0.25s background-color linear, 0.25s color linear; }
    .button-booking:hover,
    .button-contact:hover {
      color: #b5985f !important; }
    .button-booking.open:hover,
    .button-contact.open:hover {
      color: #b5985f !important; }
    .button-booking:before, .button-booking:after,
    .button-contact:before,
    .button-contact:after {
      top: auto;
      bottom: -150%;
      transition: 0.35s bottom linear;
      transform: rotate(180deg); }
    .button-booking:before,
    .button-contact:before {
      left: 0;
      width: 100%; }
    .button-booking:after,
    .button-contact:after {
      left: 1px;
      width: calc(100% - 2px); }
    .button-booking.open:after,
    .button-contact.open:after {
      top: auto;
      bottom: -1px; }
    .button-booking.open:before,
    .button-contact.open:before {
      top: auto;
      bottom: 0; }
    .button-booking.open:hover,
    .button-contact.open:hover {
      color: #b5985f !important; }
  body.menu-booking header.header,
  body.open-contact header.header {
    top: 0 !important; }
  body.fixed-menu .button-booking,
  body.fixed-menu .button-contact,
  body.menu-booking .button-booking,
  body.menu-booking .button-contact,
  body.open-contact .button-booking,
  body.open-contact .button-contact,
  body.menu-responsive .button-booking,
  body.menu-responsive .button-contact {
    background-color: white;
    border: 1px solid #eaeaea;
    color: black;
    box-sizing: border-box; }
  body.fixed-menu .button-contact,
  body.menu-booking .button-contact,
  body.open-contact .button-contact,
  body.menu-responsive .button-contact {
    border-left: none; }
  .booking-header {
    width: 100%; }
  .wrap-menu .menu {
    width: 100%; }
  .select-form {
    text-align: center; }
  .wrap-form-header {
    padding-top: 75px;
    padding-bottom: 75px; }
  .box-review blockquote {
    padding-top: 30px;
    padding-bottom: 30px; }
  .control-slick-accommodation .prev,
  .control-slick-accommodation .next {
    width: 30px;
    height: 30px; }
  .control-slick-accommodation .slider-dots-acccommodation li {
    width: 15px;
    height: 3px; }
  .form-big .item.small {
    width: 45%; } }

@media (max-width: 760px) {
  #spa-popup {
    padding: 20px;
    border: 7px solid white; }
  .control-slick-gallery .slick-arrow {
    width: 40px;
    height: 40px; }
  .box-link-suites a {
    width: 100%; }
    .box-link-suites a:hover .info {
      bottom: 10px; }
    .box-link-suites a:hover:before {
      height: 180px; }
  .box-link-suites .button-link {
    display: none; }
  .flex .box-1-3,
  .flex .box-2-3,
  .flex .box-1-4,
  .flex .box-1-2 {
    width: 100% !important; }
  .form-big .item,
  .form-big .item.item-big {
    width: 100%; }
  .card-link a .link {
    display: none; }
  .card-link a .flex {
    padding: 20px 0; }
  .card-link .box-half {
    width: 100%; }
    .card-link .box-half .bckg-img {
      height: 500px; } }
    @media (max-width: 760px) and (max-width: 1600px) {
      .card-link .box-half .bckg-img {
        height: 400px; } }
    @media (max-width: 760px) and (max-width: 1200px) {
      .card-link .box-half .bckg-img {
        height: 357.14286px; } }
    @media (max-width: 760px) and (max-width: 768px) {
      .card-link .box-half .bckg-img {
        height: 312.5px; } }
    @media (max-width: 760px) and (max-width: 500px) {
      .card-link .box-half .bckg-img {
        height: 250px; } }

@media (max-width: 760px) {
  .card-link .box-2-4,
  .card-link .box-3-4 {
    width: 100% !important; }
  .box-list li {
    width: 45%; }
  .wrap-menu ul.nav {
    padding-bottom: 100px; } }

@media (max-width: 550px) {
  #spa-popup {
    padding: 15px;
    border: 5px solid white; }
    #spa-popup .fancybox-button {
      width: 35px;
      height: 35px;
      padding: 5px;
      top: -25px;
      right: -25px; }
  .box-services.big-box-services .item {
    width: 44%; } }

@media (max-height: 550px) {
  .slideshow .slide .title {
    display: none; } }

@media (max-height: 480px) {
  .slideshow .slide-content {
    bottom: 70px; }
  .logo-header {
    top: 0; }
    .logo-header .logo-home .text,
    .logo-header .logo-home br {
      display: none; }
    .logo-header .logo-home .graphic {
      margin-right: 25px; }
    .logo-header .logo-home .text-responsive {
      display: inline-block;
      height: 70px; } }

body[data-aos-duration='50'] [data-aos], [data-aos][data-aos][data-aos-duration='50'] {
  transition-duration: 50ms; }

body[data-aos-delay='50'] [data-aos], [data-aos][data-aos][data-aos-delay='50'] {
  transition-delay: 0s; }
  body[data-aos-delay='50'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='50'].aos-animate {
    transition-delay: 50ms; }

body[data-aos-duration='100'] [data-aos], [data-aos][data-aos][data-aos-duration='100'] {
  transition-duration: 100ms; }

body[data-aos-delay='100'] [data-aos], [data-aos][data-aos][data-aos-delay='100'] {
  transition-delay: 0s; }
  body[data-aos-delay='100'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='100'].aos-animate {
    transition-delay: 100ms; }

body[data-aos-duration='150'] [data-aos], [data-aos][data-aos][data-aos-duration='150'] {
  transition-duration: 150ms; }

body[data-aos-delay='150'] [data-aos], [data-aos][data-aos][data-aos-delay='150'] {
  transition-delay: 0s; }
  body[data-aos-delay='150'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='150'].aos-animate {
    transition-delay: 150ms; }

body[data-aos-duration='200'] [data-aos], [data-aos][data-aos][data-aos-duration='200'] {
  transition-duration: 200ms; }

body[data-aos-delay='200'] [data-aos], [data-aos][data-aos][data-aos-delay='200'] {
  transition-delay: 0s; }
  body[data-aos-delay='200'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='200'].aos-animate {
    transition-delay: 200ms; }

body[data-aos-duration='250'] [data-aos], [data-aos][data-aos][data-aos-duration='250'] {
  transition-duration: 250ms; }

body[data-aos-delay='250'] [data-aos], [data-aos][data-aos][data-aos-delay='250'] {
  transition-delay: 0s; }
  body[data-aos-delay='250'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='250'].aos-animate {
    transition-delay: 250ms; }

body[data-aos-duration='300'] [data-aos], [data-aos][data-aos][data-aos-duration='300'] {
  transition-duration: 300ms; }

body[data-aos-delay='300'] [data-aos], [data-aos][data-aos][data-aos-delay='300'] {
  transition-delay: 0s; }
  body[data-aos-delay='300'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='300'].aos-animate {
    transition-delay: 300ms; }

body[data-aos-duration='350'] [data-aos], [data-aos][data-aos][data-aos-duration='350'] {
  transition-duration: 350ms; }

body[data-aos-delay='350'] [data-aos], [data-aos][data-aos][data-aos-delay='350'] {
  transition-delay: 0s; }
  body[data-aos-delay='350'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='350'].aos-animate {
    transition-delay: 350ms; }

body[data-aos-duration='400'] [data-aos], [data-aos][data-aos][data-aos-duration='400'] {
  transition-duration: 400ms; }

body[data-aos-delay='400'] [data-aos], [data-aos][data-aos][data-aos-delay='400'] {
  transition-delay: 0s; }
  body[data-aos-delay='400'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='400'].aos-animate {
    transition-delay: 400ms; }

body[data-aos-duration='450'] [data-aos], [data-aos][data-aos][data-aos-duration='450'] {
  transition-duration: 450ms; }

body[data-aos-delay='450'] [data-aos], [data-aos][data-aos][data-aos-delay='450'] {
  transition-delay: 0s; }
  body[data-aos-delay='450'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='450'].aos-animate {
    transition-delay: 450ms; }

body[data-aos-duration='500'] [data-aos], [data-aos][data-aos][data-aos-duration='500'] {
  transition-duration: 500ms; }

body[data-aos-delay='500'] [data-aos], [data-aos][data-aos][data-aos-delay='500'] {
  transition-delay: 0s; }
  body[data-aos-delay='500'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='500'].aos-animate {
    transition-delay: 500ms; }

body[data-aos-duration='550'] [data-aos], [data-aos][data-aos][data-aos-duration='550'] {
  transition-duration: 550ms; }

body[data-aos-delay='550'] [data-aos], [data-aos][data-aos][data-aos-delay='550'] {
  transition-delay: 0s; }
  body[data-aos-delay='550'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='550'].aos-animate {
    transition-delay: 550ms; }

body[data-aos-duration='600'] [data-aos], [data-aos][data-aos][data-aos-duration='600'] {
  transition-duration: 600ms; }

body[data-aos-delay='600'] [data-aos], [data-aos][data-aos][data-aos-delay='600'] {
  transition-delay: 0s; }
  body[data-aos-delay='600'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='600'].aos-animate {
    transition-delay: 600ms; }

body[data-aos-duration='650'] [data-aos], [data-aos][data-aos][data-aos-duration='650'] {
  transition-duration: 650ms; }

body[data-aos-delay='650'] [data-aos], [data-aos][data-aos][data-aos-delay='650'] {
  transition-delay: 0s; }
  body[data-aos-delay='650'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='650'].aos-animate {
    transition-delay: 650ms; }

body[data-aos-duration='700'] [data-aos], [data-aos][data-aos][data-aos-duration='700'] {
  transition-duration: 700ms; }

body[data-aos-delay='700'] [data-aos], [data-aos][data-aos][data-aos-delay='700'] {
  transition-delay: 0s; }
  body[data-aos-delay='700'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='700'].aos-animate {
    transition-delay: 700ms; }

body[data-aos-duration='750'] [data-aos], [data-aos][data-aos][data-aos-duration='750'] {
  transition-duration: 750ms; }

body[data-aos-delay='750'] [data-aos], [data-aos][data-aos][data-aos-delay='750'] {
  transition-delay: 0s; }
  body[data-aos-delay='750'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='750'].aos-animate {
    transition-delay: 750ms; }

body[data-aos-duration='800'] [data-aos], [data-aos][data-aos][data-aos-duration='800'] {
  transition-duration: 800ms; }

body[data-aos-delay='800'] [data-aos], [data-aos][data-aos][data-aos-delay='800'] {
  transition-delay: 0s; }
  body[data-aos-delay='800'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='800'].aos-animate {
    transition-delay: 800ms; }

body[data-aos-duration='850'] [data-aos], [data-aos][data-aos][data-aos-duration='850'] {
  transition-duration: 850ms; }

body[data-aos-delay='850'] [data-aos], [data-aos][data-aos][data-aos-delay='850'] {
  transition-delay: 0s; }
  body[data-aos-delay='850'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='850'].aos-animate {
    transition-delay: 850ms; }

body[data-aos-duration='900'] [data-aos], [data-aos][data-aos][data-aos-duration='900'] {
  transition-duration: 900ms; }

body[data-aos-delay='900'] [data-aos], [data-aos][data-aos][data-aos-delay='900'] {
  transition-delay: 0s; }
  body[data-aos-delay='900'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='900'].aos-animate {
    transition-delay: 900ms; }

body[data-aos-duration='950'] [data-aos], [data-aos][data-aos][data-aos-duration='950'] {
  transition-duration: 950ms; }

body[data-aos-delay='950'] [data-aos], [data-aos][data-aos][data-aos-delay='950'] {
  transition-delay: 0s; }
  body[data-aos-delay='950'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='950'].aos-animate {
    transition-delay: 950ms; }

body[data-aos-duration='1000'] [data-aos], [data-aos][data-aos][data-aos-duration='1000'] {
  transition-duration: 1000ms; }

body[data-aos-delay='1000'] [data-aos], [data-aos][data-aos][data-aos-delay='1000'] {
  transition-delay: 0s; }
  body[data-aos-delay='1000'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1000'].aos-animate {
    transition-delay: 1000ms; }

body[data-aos-duration='1050'] [data-aos], [data-aos][data-aos][data-aos-duration='1050'] {
  transition-duration: 1050ms; }

body[data-aos-delay='1050'] [data-aos], [data-aos][data-aos][data-aos-delay='1050'] {
  transition-delay: 0s; }
  body[data-aos-delay='1050'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1050'].aos-animate {
    transition-delay: 1050ms; }

body[data-aos-duration='1100'] [data-aos], [data-aos][data-aos][data-aos-duration='1100'] {
  transition-duration: 1100ms; }

body[data-aos-delay='1100'] [data-aos], [data-aos][data-aos][data-aos-delay='1100'] {
  transition-delay: 0s; }
  body[data-aos-delay='1100'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1100'].aos-animate {
    transition-delay: 1100ms; }

body[data-aos-duration='1150'] [data-aos], [data-aos][data-aos][data-aos-duration='1150'] {
  transition-duration: 1150ms; }

body[data-aos-delay='1150'] [data-aos], [data-aos][data-aos][data-aos-delay='1150'] {
  transition-delay: 0s; }
  body[data-aos-delay='1150'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1150'].aos-animate {
    transition-delay: 1150ms; }

body[data-aos-duration='1200'] [data-aos], [data-aos][data-aos][data-aos-duration='1200'] {
  transition-duration: 1200ms; }

body[data-aos-delay='1200'] [data-aos], [data-aos][data-aos][data-aos-delay='1200'] {
  transition-delay: 0s; }
  body[data-aos-delay='1200'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1200'].aos-animate {
    transition-delay: 1200ms; }

body[data-aos-duration='1250'] [data-aos], [data-aos][data-aos][data-aos-duration='1250'] {
  transition-duration: 1250ms; }

body[data-aos-delay='1250'] [data-aos], [data-aos][data-aos][data-aos-delay='1250'] {
  transition-delay: 0s; }
  body[data-aos-delay='1250'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1250'].aos-animate {
    transition-delay: 1250ms; }

body[data-aos-duration='1300'] [data-aos], [data-aos][data-aos][data-aos-duration='1300'] {
  transition-duration: 1300ms; }

body[data-aos-delay='1300'] [data-aos], [data-aos][data-aos][data-aos-delay='1300'] {
  transition-delay: 0s; }
  body[data-aos-delay='1300'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1300'].aos-animate {
    transition-delay: 1300ms; }

body[data-aos-duration='1350'] [data-aos], [data-aos][data-aos][data-aos-duration='1350'] {
  transition-duration: 1350ms; }

body[data-aos-delay='1350'] [data-aos], [data-aos][data-aos][data-aos-delay='1350'] {
  transition-delay: 0s; }
  body[data-aos-delay='1350'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1350'].aos-animate {
    transition-delay: 1350ms; }

body[data-aos-duration='1400'] [data-aos], [data-aos][data-aos][data-aos-duration='1400'] {
  transition-duration: 1400ms; }

body[data-aos-delay='1400'] [data-aos], [data-aos][data-aos][data-aos-delay='1400'] {
  transition-delay: 0s; }
  body[data-aos-delay='1400'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1400'].aos-animate {
    transition-delay: 1400ms; }

body[data-aos-duration='1450'] [data-aos], [data-aos][data-aos][data-aos-duration='1450'] {
  transition-duration: 1450ms; }

body[data-aos-delay='1450'] [data-aos], [data-aos][data-aos][data-aos-delay='1450'] {
  transition-delay: 0s; }
  body[data-aos-delay='1450'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1450'].aos-animate {
    transition-delay: 1450ms; }

body[data-aos-duration='1500'] [data-aos], [data-aos][data-aos][data-aos-duration='1500'] {
  transition-duration: 1500ms; }

body[data-aos-delay='1500'] [data-aos], [data-aos][data-aos][data-aos-delay='1500'] {
  transition-delay: 0s; }
  body[data-aos-delay='1500'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1500'].aos-animate {
    transition-delay: 1500ms; }

body[data-aos-duration='1550'] [data-aos], [data-aos][data-aos][data-aos-duration='1550'] {
  transition-duration: 1550ms; }

body[data-aos-delay='1550'] [data-aos], [data-aos][data-aos][data-aos-delay='1550'] {
  transition-delay: 0s; }
  body[data-aos-delay='1550'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1550'].aos-animate {
    transition-delay: 1550ms; }

body[data-aos-duration='1600'] [data-aos], [data-aos][data-aos][data-aos-duration='1600'] {
  transition-duration: 1600ms; }

body[data-aos-delay='1600'] [data-aos], [data-aos][data-aos][data-aos-delay='1600'] {
  transition-delay: 0s; }
  body[data-aos-delay='1600'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1600'].aos-animate {
    transition-delay: 1600ms; }

body[data-aos-duration='1650'] [data-aos], [data-aos][data-aos][data-aos-duration='1650'] {
  transition-duration: 1650ms; }

body[data-aos-delay='1650'] [data-aos], [data-aos][data-aos][data-aos-delay='1650'] {
  transition-delay: 0s; }
  body[data-aos-delay='1650'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1650'].aos-animate {
    transition-delay: 1650ms; }

body[data-aos-duration='1700'] [data-aos], [data-aos][data-aos][data-aos-duration='1700'] {
  transition-duration: 1700ms; }

body[data-aos-delay='1700'] [data-aos], [data-aos][data-aos][data-aos-delay='1700'] {
  transition-delay: 0s; }
  body[data-aos-delay='1700'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1700'].aos-animate {
    transition-delay: 1700ms; }

body[data-aos-duration='1750'] [data-aos], [data-aos][data-aos][data-aos-duration='1750'] {
  transition-duration: 1750ms; }

body[data-aos-delay='1750'] [data-aos], [data-aos][data-aos][data-aos-delay='1750'] {
  transition-delay: 0s; }
  body[data-aos-delay='1750'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1750'].aos-animate {
    transition-delay: 1750ms; }

body[data-aos-duration='1800'] [data-aos], [data-aos][data-aos][data-aos-duration='1800'] {
  transition-duration: 1800ms; }

body[data-aos-delay='1800'] [data-aos], [data-aos][data-aos][data-aos-delay='1800'] {
  transition-delay: 0s; }
  body[data-aos-delay='1800'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1800'].aos-animate {
    transition-delay: 1800ms; }

body[data-aos-duration='1850'] [data-aos], [data-aos][data-aos][data-aos-duration='1850'] {
  transition-duration: 1850ms; }

body[data-aos-delay='1850'] [data-aos], [data-aos][data-aos][data-aos-delay='1850'] {
  transition-delay: 0s; }
  body[data-aos-delay='1850'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1850'].aos-animate {
    transition-delay: 1850ms; }

body[data-aos-duration='1900'] [data-aos], [data-aos][data-aos][data-aos-duration='1900'] {
  transition-duration: 1900ms; }

body[data-aos-delay='1900'] [data-aos], [data-aos][data-aos][data-aos-delay='1900'] {
  transition-delay: 0s; }
  body[data-aos-delay='1900'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1900'].aos-animate {
    transition-delay: 1900ms; }

body[data-aos-duration='1950'] [data-aos], [data-aos][data-aos][data-aos-duration='1950'] {
  transition-duration: 1950ms; }

body[data-aos-delay='1950'] [data-aos], [data-aos][data-aos][data-aos-delay='1950'] {
  transition-delay: 0s; }
  body[data-aos-delay='1950'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1950'].aos-animate {
    transition-delay: 1950ms; }

body[data-aos-duration='2000'] [data-aos], [data-aos][data-aos][data-aos-duration='2000'] {
  transition-duration: 2000ms; }

body[data-aos-delay='2000'] [data-aos], [data-aos][data-aos][data-aos-delay='2000'] {
  transition-delay: 0s; }
  body[data-aos-delay='2000'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2000'].aos-animate {
    transition-delay: 2000ms; }

body[data-aos-duration='2050'] [data-aos], [data-aos][data-aos][data-aos-duration='2050'] {
  transition-duration: 2050ms; }

body[data-aos-delay='2050'] [data-aos], [data-aos][data-aos][data-aos-delay='2050'] {
  transition-delay: 0s; }
  body[data-aos-delay='2050'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2050'].aos-animate {
    transition-delay: 2050ms; }

body[data-aos-duration='2100'] [data-aos], [data-aos][data-aos][data-aos-duration='2100'] {
  transition-duration: 2100ms; }

body[data-aos-delay='2100'] [data-aos], [data-aos][data-aos][data-aos-delay='2100'] {
  transition-delay: 0s; }
  body[data-aos-delay='2100'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2100'].aos-animate {
    transition-delay: 2100ms; }

body[data-aos-duration='2150'] [data-aos], [data-aos][data-aos][data-aos-duration='2150'] {
  transition-duration: 2150ms; }

body[data-aos-delay='2150'] [data-aos], [data-aos][data-aos][data-aos-delay='2150'] {
  transition-delay: 0s; }
  body[data-aos-delay='2150'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2150'].aos-animate {
    transition-delay: 2150ms; }

body[data-aos-duration='2200'] [data-aos], [data-aos][data-aos][data-aos-duration='2200'] {
  transition-duration: 2200ms; }

body[data-aos-delay='2200'] [data-aos], [data-aos][data-aos][data-aos-delay='2200'] {
  transition-delay: 0s; }
  body[data-aos-delay='2200'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2200'].aos-animate {
    transition-delay: 2200ms; }

body[data-aos-duration='2250'] [data-aos], [data-aos][data-aos][data-aos-duration='2250'] {
  transition-duration: 2250ms; }

body[data-aos-delay='2250'] [data-aos], [data-aos][data-aos][data-aos-delay='2250'] {
  transition-delay: 0s; }
  body[data-aos-delay='2250'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2250'].aos-animate {
    transition-delay: 2250ms; }

body[data-aos-duration='2300'] [data-aos], [data-aos][data-aos][data-aos-duration='2300'] {
  transition-duration: 2300ms; }

body[data-aos-delay='2300'] [data-aos], [data-aos][data-aos][data-aos-delay='2300'] {
  transition-delay: 0s; }
  body[data-aos-delay='2300'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2300'].aos-animate {
    transition-delay: 2300ms; }

body[data-aos-duration='2350'] [data-aos], [data-aos][data-aos][data-aos-duration='2350'] {
  transition-duration: 2350ms; }

body[data-aos-delay='2350'] [data-aos], [data-aos][data-aos][data-aos-delay='2350'] {
  transition-delay: 0s; }
  body[data-aos-delay='2350'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2350'].aos-animate {
    transition-delay: 2350ms; }

body[data-aos-duration='2400'] [data-aos], [data-aos][data-aos][data-aos-duration='2400'] {
  transition-duration: 2400ms; }

body[data-aos-delay='2400'] [data-aos], [data-aos][data-aos][data-aos-delay='2400'] {
  transition-delay: 0s; }
  body[data-aos-delay='2400'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2400'].aos-animate {
    transition-delay: 2400ms; }

body[data-aos-duration='2450'] [data-aos], [data-aos][data-aos][data-aos-duration='2450'] {
  transition-duration: 2450ms; }

body[data-aos-delay='2450'] [data-aos], [data-aos][data-aos][data-aos-delay='2450'] {
  transition-delay: 0s; }
  body[data-aos-delay='2450'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2450'].aos-animate {
    transition-delay: 2450ms; }

body[data-aos-duration='2500'] [data-aos], [data-aos][data-aos][data-aos-duration='2500'] {
  transition-duration: 2500ms; }

body[data-aos-delay='2500'] [data-aos], [data-aos][data-aos][data-aos-delay='2500'] {
  transition-delay: 0s; }
  body[data-aos-delay='2500'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2500'].aos-animate {
    transition-delay: 2500ms; }

body[data-aos-duration='2550'] [data-aos], [data-aos][data-aos][data-aos-duration='2550'] {
  transition-duration: 2550ms; }

body[data-aos-delay='2550'] [data-aos], [data-aos][data-aos][data-aos-delay='2550'] {
  transition-delay: 0s; }
  body[data-aos-delay='2550'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2550'].aos-animate {
    transition-delay: 2550ms; }

body[data-aos-duration='2600'] [data-aos], [data-aos][data-aos][data-aos-duration='2600'] {
  transition-duration: 2600ms; }

body[data-aos-delay='2600'] [data-aos], [data-aos][data-aos][data-aos-delay='2600'] {
  transition-delay: 0s; }
  body[data-aos-delay='2600'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2600'].aos-animate {
    transition-delay: 2600ms; }

body[data-aos-duration='2650'] [data-aos], [data-aos][data-aos][data-aos-duration='2650'] {
  transition-duration: 2650ms; }

body[data-aos-delay='2650'] [data-aos], [data-aos][data-aos][data-aos-delay='2650'] {
  transition-delay: 0s; }
  body[data-aos-delay='2650'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2650'].aos-animate {
    transition-delay: 2650ms; }

body[data-aos-duration='2700'] [data-aos], [data-aos][data-aos][data-aos-duration='2700'] {
  transition-duration: 2700ms; }

body[data-aos-delay='2700'] [data-aos], [data-aos][data-aos][data-aos-delay='2700'] {
  transition-delay: 0s; }
  body[data-aos-delay='2700'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2700'].aos-animate {
    transition-delay: 2700ms; }

body[data-aos-duration='2750'] [data-aos], [data-aos][data-aos][data-aos-duration='2750'] {
  transition-duration: 2750ms; }

body[data-aos-delay='2750'] [data-aos], [data-aos][data-aos][data-aos-delay='2750'] {
  transition-delay: 0s; }
  body[data-aos-delay='2750'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2750'].aos-animate {
    transition-delay: 2750ms; }

body[data-aos-duration='2800'] [data-aos], [data-aos][data-aos][data-aos-duration='2800'] {
  transition-duration: 2800ms; }

body[data-aos-delay='2800'] [data-aos], [data-aos][data-aos][data-aos-delay='2800'] {
  transition-delay: 0s; }
  body[data-aos-delay='2800'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2800'].aos-animate {
    transition-delay: 2800ms; }

body[data-aos-duration='2850'] [data-aos], [data-aos][data-aos][data-aos-duration='2850'] {
  transition-duration: 2850ms; }

body[data-aos-delay='2850'] [data-aos], [data-aos][data-aos][data-aos-delay='2850'] {
  transition-delay: 0s; }
  body[data-aos-delay='2850'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2850'].aos-animate {
    transition-delay: 2850ms; }

body[data-aos-duration='2900'] [data-aos], [data-aos][data-aos][data-aos-duration='2900'] {
  transition-duration: 2900ms; }

body[data-aos-delay='2900'] [data-aos], [data-aos][data-aos][data-aos-delay='2900'] {
  transition-delay: 0s; }
  body[data-aos-delay='2900'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2900'].aos-animate {
    transition-delay: 2900ms; }

body[data-aos-duration='2950'] [data-aos], [data-aos][data-aos][data-aos-duration='2950'] {
  transition-duration: 2950ms; }

body[data-aos-delay='2950'] [data-aos], [data-aos][data-aos][data-aos-delay='2950'] {
  transition-delay: 0s; }
  body[data-aos-delay='2950'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2950'].aos-animate {
    transition-delay: 2950ms; }

body[data-aos-duration='3000'] [data-aos], [data-aos][data-aos][data-aos-duration='3000'] {
  transition-duration: 3000ms; }

body[data-aos-delay='3000'] [data-aos], [data-aos][data-aos][data-aos-delay='3000'] {
  transition-delay: 0s; }
  body[data-aos-delay='3000'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='3000'].aos-animate {
    transition-delay: 3000ms; }

[data-aos] {
  pointer-events: none; }
  [data-aos].aos-animate {
    pointer-events: auto; }

body[data-aos-easing="linear"] [data-aos], [data-aos][data-aos][data-aos-easing="linear"] {
  transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75); }

body[data-aos-easing="ease"] [data-aos], [data-aos][data-aos][data-aos-easing="ease"] {
  transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1); }

body[data-aos-easing="ease-in"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in"] {
  transition-timing-function: cubic-bezier(0.42, 0, 1, 1); }

body[data-aos-easing="ease-out"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-out"] {
  transition-timing-function: cubic-bezier(0, 0, 0.58, 1); }

body[data-aos-easing="ease-in-out"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in-out"] {
  transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1); }

body[data-aos-easing="ease-in-back"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in-back"] {
  transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045); }

body[data-aos-easing="ease-out-back"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-out-back"] {
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275); }

body[data-aos-easing="ease-in-out-back"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in-out-back"] {
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55); }

body[data-aos-easing="ease-in-sine"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in-sine"] {
  transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715); }

body[data-aos-easing="ease-out-sine"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-out-sine"] {
  transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1); }

body[data-aos-easing="ease-in-out-sine"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in-out-sine"] {
  transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95); }

body[data-aos-easing="ease-in-quad"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in-quad"] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53); }

body[data-aos-easing="ease-out-quad"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-out-quad"] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94); }

body[data-aos-easing="ease-in-out-quad"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in-out-quad"] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955); }

body[data-aos-easing="ease-in-cubic"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in-cubic"] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53); }

body[data-aos-easing="ease-out-cubic"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-out-cubic"] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94); }

body[data-aos-easing="ease-in-out-cubic"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in-out-cubic"] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955); }

body[data-aos-easing="ease-in-quart"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in-quart"] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53); }

body[data-aos-easing="ease-out-quart"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-out-quart"] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94); }

body[data-aos-easing="ease-in-out-quart"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in-out-quart"] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955); }

@media screen {
  html:not(.no-js) {
    /**
    * Fade animations:
    * fade
    * fade-up, fade-down, fade-left, fade-right
    * fade-up-right, fade-up-left, fade-down-right, fade-down-left
    */
    /**
    * Zoom animations:
    * zoom-in, zoom-in-up, zoom-in-down, zoom-in-left, zoom-in-right
    * zoom-out, zoom-out-up, zoom-out-down, zoom-out-left, zoom-out-right
    */
    /**
    * Slide animations
    */
    /**
    * Flip animations:
    * flip-left, flip-right, flip-up, flip-down
    */ }
    html:not(.no-js) [data-aos^='fade'][data-aos^='fade'] {
      opacity: 0;
      transition-property: opacity, transform; }
      html:not(.no-js) [data-aos^='fade'][data-aos^='fade'].aos-animate {
        opacity: 1;
        transform: none; }
    html:not(.no-js) [data-aos='fade-up'] {
      transform: translate3d(0, 100px, 0); }
    html:not(.no-js) [data-aos='fade-down'] {
      transform: translate3d(0, -100px, 0); }
    html:not(.no-js) [data-aos='fade-right'] {
      transform: translate3d(-100px, 0, 0); }
    html:not(.no-js) [data-aos='fade-left'] {
      transform: translate3d(100px, 0, 0); }
    html:not(.no-js) [data-aos='fade-up-right'] {
      transform: translate3d(-100px, 100px, 0); }
    html:not(.no-js) [data-aos='fade-up-left'] {
      transform: translate3d(100px, 100px, 0); }
    html:not(.no-js) [data-aos='fade-down-right'] {
      transform: translate3d(-100px, -100px, 0); }
    html:not(.no-js) [data-aos='fade-down-left'] {
      transform: translate3d(100px, -100px, 0); }
    html:not(.no-js) [data-aos^='zoom'][data-aos^='zoom'] {
      opacity: 0;
      transition-property: opacity, transform; }
      html:not(.no-js) [data-aos^='zoom'][data-aos^='zoom'].aos-animate {
        opacity: 1;
        transform: translate3d(0, 0, 0) scale(1); }
    html:not(.no-js) [data-aos='zoom-in'] {
      transform: scale(0.6); }
    html:not(.no-js) [data-aos='zoom-in-up'] {
      transform: translate3d(0, 100px, 0) scale(0.6); }
    html:not(.no-js) [data-aos='zoom-in-down'] {
      transform: translate3d(0, -100px, 0) scale(0.6); }
    html:not(.no-js) [data-aos='zoom-in-right'] {
      transform: translate3d(-100px, 0, 0) scale(0.6); }
    html:not(.no-js) [data-aos='zoom-in-left'] {
      transform: translate3d(100px, 0, 0) scale(0.6); }
    html:not(.no-js) [data-aos='zoom-out'] {
      transform: scale(1.2); }
    html:not(.no-js) [data-aos='zoom-out-up'] {
      transform: translate3d(0, 100px, 0) scale(1.2); }
    html:not(.no-js) [data-aos='zoom-out-down'] {
      transform: translate3d(0, -100px, 0) scale(1.2); }
    html:not(.no-js) [data-aos='zoom-out-right'] {
      transform: translate3d(-100px, 0, 0) scale(1.2); }
    html:not(.no-js) [data-aos='zoom-out-left'] {
      transform: translate3d(100px, 0, 0) scale(1.2); }
    html:not(.no-js) [data-aos^='slide'][data-aos^='slide'] {
      transition-property: transform;
      visibility: hidden; }
      html:not(.no-js) [data-aos^='slide'][data-aos^='slide'].aos-animate {
        visibility: visible;
        transform: translate3d(0, 0, 0); }
    html:not(.no-js) [data-aos='slide-up'] {
      transform: translate3d(0, 100%, 0); }
    html:not(.no-js) [data-aos='slide-down'] {
      transform: translate3d(0, -100%, 0); }
    html:not(.no-js) [data-aos='slide-right'] {
      transform: translate3d(-100%, 0, 0); }
    html:not(.no-js) [data-aos='slide-left'] {
      transform: translate3d(100%, 0, 0); }
    html:not(.no-js) [data-aos^='flip'][data-aos^='flip'] {
      -webkit-backface-visibility: hidden;
              backface-visibility: hidden;
      transition-property: transform; }
    html:not(.no-js) [data-aos='flip-left'] {
      transform: perspective(2500px) rotateY(-100deg); }
      html:not(.no-js) [data-aos='flip-left'].aos-animate {
        transform: perspective(2500px) rotateY(0); }
    html:not(.no-js) [data-aos='flip-right'] {
      transform: perspective(2500px) rotateY(100deg); }
      html:not(.no-js) [data-aos='flip-right'].aos-animate {
        transform: perspective(2500px) rotateY(0); }
    html:not(.no-js) [data-aos='flip-up'] {
      transform: perspective(2500px) rotateX(-100deg); }
      html:not(.no-js) [data-aos='flip-up'].aos-animate {
        transform: perspective(2500px) rotateX(0); }
    html:not(.no-js) [data-aos='flip-down'] {
      transform: perspective(2500px) rotateX(100deg); }
      html:not(.no-js) [data-aos='flip-down'].aos-animate {
        transform: perspective(2500px) rotateX(0); } }

body {
  width: 100vw;
  overflow-x: hidden;
  padding-bottom: 10px; }

.video-page .video-js {
  width: 100%;
  height: 100%; }
  .video-page .video-js .vjs-big-play-button {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }

.video-page .vjs-poster {
  background-size: cover; }

.video-page video {
  -o-object-fit: cover;
     object-fit: cover; }

html:lang(ru) .wrap .focus p {
  font-size: 19px;
  font-style: italic; }
  @media (max-width: 1200px) {
    html:lang(ru) .wrap .focus p {
      font-size: 19px; } }
  @media (max-width: 768px) {
    html:lang(ru) .wrap .focus p {
      font-size: 15.2px; } }

html:lang(ru) .control-audio {
  width: 110px; }
  html:lang(ru) .control-audio .text {
    font-size: 12px; }

.ws-no-wrap {
  white-space: nowrap; }

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