<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* 
==========================================================================
Locanda Margon
Custom styles
========================================================================== 
*/
/* 
==========================================================================
Variables
========================================================================== 
*/
/*
Media Queries
========================================================================== 
*/
/*
Colors
========================================================================== 
*/
/*
Typography
========================================================================== 
*/
/*
Site container
========================================================================== 
*/

.grecaptcha-badge{
  display: none;
}

.site-container {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px; }

/*
Content containers
========================================================================== 
*/
.content-l-container {
  width: calc(100% - 0px);
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px; }
  @media (min-width: 640px) {
    .content-l-container {
      width: calc(100% - 100px); } }
  @media (min-width: 1024px) {
    .content-l-container {
      width: calc(100% - 300px); } }
  @media (min-width: 1200px) {
    .content-l-container {
      width: calc(100% - 400px); } }
  @media (min-width: 1440px) {
    .content-l-container {
      width: calc(100% - 400px); } }
  @media (min-width: 1024px) {
    .content-l-container {
      padding-left: 0;
      padding-right: 0; } }
  .content-l-container.no-pad {
    padding: 0; }

.content-m-container {
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px; }
  @media (min-width: 640px) {
    .content-m-container {
      width: calc(100% - 250px); } }
  @media (min-width: 1024px) {
    .content-m-container {
      max-width: 800px; } }
  @media (min-width: 1200px) {
    .content-m-container {
      max-width: 900px; } }
  @media (min-width: 1440px) {
    .content-m-container {
      max-width: 1000px; } }
  @media (min-width: 1024px) {
    .content-m-container {
      padding-left: 0;
      padding-right: 0; } }
  .content-m-container.no-pad {
    padding: 0; }

.content-s-container {
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px; }
  @media (min-width: 640px) {
    .content-s-container {
      max-width: 600px; } }
  @media (min-width: 1024px) {
    .content-s-container {
      max-width: 600px; } }
  @media (min-width: 1200px) {
    .content-s-container {
      max-width: 700px; } }
  @media (min-width: 1440px) {
    .content-s-container {
      max-width: 750px; } }
  @media (min-width: 1024px) {
    .content-s-container {
      padding-left: 0;
      padding-right: 0; } }
  .content-s-container.no-pad {
    padding: 0; }

/*
Top Bar
========================================================================== 
*/
/*
Mixins and helpers
========================================================================== 
*/
.clearfix:after {
  content: "";
  display: table;
  clear: both; }

.p-rel {
  position: relative; }

/*
Images Ratios
========================================================================== 
*/
.ratio-wr {
  position: relative;
  overflow: hidden; }
  .ratio-wr &gt; img.inner {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0); }
  .ratio-wr &gt; div.inner {
    position: absolute;
    width: 110%;
    height: 110%;
    top: -5%;
    left: -5%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat; }
  .ratio-wr &gt; video.inner {
    /*
    height: 110%;
    width: auto;

    @media (min-width: 1024px) {
      width: 110%;
      height: auto;
    }

    @include absolute-v-o-center;
    */
    position: absolute;
    width: 110%;
    height: 110%;
    top: -5%;
    left: -5%; }

.ratio-wr-small:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 112.69841%; }

.ratio-wr-medium-up:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 48.37662%; }

@media (min-width: 640px) {
  .small-only {
    display: none; } }

/* 
==========================================================================
Basic Styles
========================================================================== 
*/
.hide_text {
  font-size: 0 !important;
  visibility: hidden;
  margin: 0;
  padding: 0;
  background: transparent; }

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

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

html,
body {
  height: 100%; }

body.-no-scroll,
body.-no-scroll {
  overflow: hidden; }

a:focus,
button:focus,
input:focus,
textarea:focus {
  outline: none; }

/* 
Scrollbar
========================================================================== 
*/
[data-simplebar="init"] {
  height: 100%;
  overflow: hidden; }

.simplebar-track {
  z-index: 1000; }

.simplebar-track:hover .simplebar-scrollbar:before,
.simplebar-track .simplebar-scrollbar.visible:before {
  opacity: 0.3; }

.simplebar-scroll-content *,
.simplebar-scroll-content *:before,
.simplebar-scroll-content *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.simplebar-scroll-content {
  overflow-y: scroll;
  /* has to be scroll, not auto */
  -webkit-overflow-scrolling: touch; }

/* 
Text selection
========================================================================== 
*/
::-moz-selection {
  background: #f7f4f1;
  /* WebKit/Blink Browsers */ }
::selection {
  background: #f7f4f1;
  /* WebKit/Blink Browsers */ }

::-moz-selection {
  background: #f7f4f1;
  /* Gecko Browsers */ }

.mb-medium {
  margin-bottom: 60px; }
  @media (min-width: 640px) {
    .mb-medium {
      margin-bottom: 70px; } }
  @media (min-width: 1024px) {
    .mb-medium {
      margin-bottom: 80px; } }
  @media (min-width: 1200px) {
    .mb-medium {
      margin-bottom: 90px; } }
  @media (min-width: 1200px) {
    .mb-medium {
      margin-bottom: 100px; } }

.mb-large {
  margin-bottom: 80px; }
  @media (min-width: 640px) {
    .mb-large {
      margin-bottom: 100px; } }
  @media (min-width: 1024px) {
    .mb-large {
      margin-bottom: 120px; } }
  @media (min-width: 1200px) {
    .mb-large {
      margin-bottom: 140px; } }
  @media (min-width: 1200px) {
    .mb-large {
      margin-bottom: 160px; } }

.mb-xlarge {
  margin-bottom: 100px; }
  @media (min-width: 640px) {
    .mb-xlarge {
      margin-bottom: 150px; } }
  @media (min-width: 1024px) {
    .mb-xlarge {
      margin-bottom: 180px; } }
  @media (min-width: 1200px) {
    .mb-xlarge {
      margin-bottom: 220px; } }
  @media (min-width: 1440px) {
    .mb-xlarge {
      margin-bottom: 260px; } }

/* 
Elements
========================================================================== 
*/
.v-line {
  z-index: 20;
  position: relative;
  width: 1px;
  height: 180px;
  margin-left: auto;
  margin-right: auto; }

.v-line::after,
.v-line::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ece9e3; }

.v-line::before {
  z-index: 20; }

.v-line::after {
  z-index: 21;
  -webkit-transform: scale(1, 0) translate3d(0, 0, 0);
  transform: scale(1, 0) translate3d(0, 0, 0);
  background: #6e6255;
  -webkit-animation: vert_line 6s infinite;
  animation: vert_line 6s infinite; }

@-webkit-keyframes vert_line {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-animation-timing-function: cubic-bezier(0.48, 0.02, 0, 0.99);
    animation-timing-function: cubic-bezier(0.48, 0.02, 0, 0.99); }
  30% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1); }
  40% {
    -webkit-transform-origin: bottom left;
    transform-origin: bottom left;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-animation-timing-function: cubic-bezier(0.48, 0.02, 0, 0.99);
    animation-timing-function: cubic-bezier(0.48, 0.02, 0, 0.99); }
  70% {
    -webkit-transform-origin: bottom left;
    transform-origin: bottom left;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0); }
  100% {
    -webkit-transform-origin: bottom left;
    transform-origin: bottom left;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0); } }

@keyframes vert_line {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-animation-timing-function: cubic-bezier(0.48, 0.02, 0, 0.99);
    animation-timing-function: cubic-bezier(0.48, 0.02, 0, 0.99); }
  30% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1); }
  40% {
    -webkit-transform-origin: bottom left;
    transform-origin: bottom left;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-animation-timing-function: cubic-bezier(0.48, 0.02, 0, 0.99);
    animation-timing-function: cubic-bezier(0.48, 0.02, 0, 0.99); }
  70% {
    -webkit-transform-origin: bottom left;
    transform-origin: bottom left;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0); }
  100% {
    -webkit-transform-origin: bottom left;
    transform-origin: bottom left;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0); } }

/* 
lazyloaded images
========================================================================== 
*/
.lazyload,
.lazyloading {
  opacity: 0;
  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s; }

.lazyloaded {
  opacity: 1; }

/* 
==========================================================================
Typography
========================================================================== 
*/
/*
@font-face {
  font-family: "SangBleuSunrise-Light";
  src: url("https://2829ee75a1cd59b8bc4c-caff8e98d47f174777e2bdf42adc27ae.ssl.cf3.rackcdn.com/fonts/SangBleuSunrise-Light.woff2")
      format("woff2"),
    url("https://2829ee75a1cd59b8bc4c-caff8e98d47f174777e2bdf42adc27ae.ssl.cf3.rackcdn.com/fonts/SangBleuSunrise-Light.woff")
      format("woff"),
    url("https://2829ee75a1cd59b8bc4c-caff8e98d47f174777e2bdf42adc27ae.ssl.cf3.rackcdn.com/fonts/SangBleuSunrise-Light.ttf")
      format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Cormorant-Italic";
  src: url("https://2829ee75a1cd59b8bc4c-caff8e98d47f174777e2bdf42adc27ae.ssl.cf3.rackcdn.com/fonts/Cormorant-Italic.woff2")
      format("woff2"),
    url("https://2829ee75a1cd59b8bc4c-caff8e98d47f174777e2bdf42adc27ae.ssl.cf3.rackcdn.com/fonts/Cormorant-Italic.woff")
      format("woff"),
    url("https://2829ee75a1cd59b8bc4c-caff8e98d47f174777e2bdf42adc27ae.ssl.cf3.rackcdn.com/fonts/Cormorant-Italic.ttf")
      format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Cormorant-Regular";
  src: url("https://2829ee75a1cd59b8bc4c-caff8e98d47f174777e2bdf42adc27ae.ssl.cf3.rackcdn.com/fonts/Cormorant-Regular.woff2")
      format("woff2"),
    url("https://2829ee75a1cd59b8bc4c-caff8e98d47f174777e2bdf42adc27ae.ssl.cf3.rackcdn.com/fonts/Cormorant-Regular.woff")
      format("woff"),
    url("https://2829ee75a1cd59b8bc4c-caff8e98d47f174777e2bdf42adc27ae.ssl.cf3.rackcdn.com/fonts/Cormorant-Regular.ttf")
      format("truetype");
  font-weight: normal;
  font-style: normal;
}
*/
@font-face {
  font-family: "SangBleuSunrise-Light";
  src: url("/assets/fonts/SangBleuSunrise-Light.woff2") format("woff2"), url("/assets/fonts/SangBleuSunrise-Light.woff") format("woff"), url("/assets/fonts/SangBleuSunrise-Light.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

/*
@mixin font-serif {
  font-family: "Cormorant-Regular", serif;
  font-weight: normal;
  font-style: normal;
}

@mixin font-serif-italic {
  font-family: "Cormorant-Italic", serif;
  font-weight: normal;
  font-style: normal;
}

@mixin font-sans-serif {
  font-family: "SangBleuSunrise-Light", sans-serif;
  font-weight: normal;
  font-style: normal;
  letter-spacing: 0.06em;
}
*/
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "SangBleuSunrise-Light", sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1.3;
  color: #6e6255; }

h1,
h2,
h3,
h4,
h5,
h6,
ul,
li,
blockquote,
p {
  margin-top: 0;
  font-weight: normal;
  font-style: normal; }

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1;
  margin-bottom: 0.3em; }

a,
a:active,
a:visited {
  text-decoration: none;
  color: inherit; }

ul {
  padding-left: 0;
  list-style-type: none; }

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

.italic {
  font-family: "SangBleuSunrise-Light", sans-serif;
  font-weight: normal;
  font-style: normal; }

.h-1 {
  font-size: 50px; }
  @media (min-width: 640px) {
    .h-1 {
      font-size: 100px; } }
  @media (min-width: 1024px) {
    .h-1 {
      font-size: 120px; } }
  @media (min-width: 1200px) {
    .h-1 {
      font-size: 140px; } }
  @media (min-width: 1200px) {
    .h-1 {
      font-size: 140px; } }

.h-1-subtitle {
  font-family: "SangBleuSunrise-Light", sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1.8;
  font-size: 18px; }
  @media (min-width: 640px) {
    .h-1-subtitle {
      font-size: 22px; } }
  @media (min-width: 1024px) {
    .h-1-subtitle {
      font-size: 22px; } }
  @media (min-width: 1200px) {
    .h-1-subtitle {
      font-size: 24px; } }
  @media (min-width: 1200px) {
    .h-1-subtitle {
      font-size: 24px; } }

.h-2 {
  font-size: 30px;
  line-height: 1.3; }
  @media (min-width: 640px) {
    .h-2 {
      font-size: 60px; } }
  @media (min-width: 1024px) {
    .h-2 {
      font-size: 75px; } }
  @media (min-width: 1200px) {
    .h-2 {
      font-size: 80px; } }
  @media (min-width: 1200px) {
    .h-2 {
      font-size: 82px; } }

.h-3 {
  font-size: 25px;
  line-height: 1.25; }
  @media (min-width: 640px) {
    .h-3 {
      font-size: 40px; } }
  @media (min-width: 1024px) {
    .h-3 {
      font-size: 60px; } }
  @media (min-width: 1200px) {
    .h-3 {
      font-size: 62px; } }
  @media (min-width: 1200px) {
    .h-3 {
      font-size: 64px; } }

.h-small {
  font-family: "SangBleuSunrise-Light", sans-serif;
  font-weight: normal;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  margin-bottom: 4em;
  font-size: 12px; }
  @media (min-width: 640px) {
    .h-small {
      font-size: 12px; } }
  @media (min-width: 1024px) {
    .h-small {
      font-size: 14px; } }
  @media (min-width: 1200px) {
    .h-small {
      font-size: 15px; } }
  @media (min-width: 1200px) {
    .h-small {
      font-size: 16px; } }

.h-small-serif {
  font-family: "SangBleuSunrise-Light", sans-serif;
  font-weight: normal;
  font-style: normal;
  margin-bottom: 1em;
  font-size: 48px; }
  @media (min-width: 640px) {
    .h-small-serif {
      font-size: 30px; } }

.p-normal,
.p-normal p {
  font-size: 16px;
  line-height: 2.3;
  margin-bottom: 2em; }
  @media (min-width: 640px) {
    .p-normal,
    .p-normal p {
      font-size: 18px; } }
  @media (min-width: 1024px) {
    .p-normal,
    .p-normal p {
      font-size: 20px; } }
  @media (min-width: 1200px) {
    .p-normal,
    .p-normal p {
      font-size: 21px; } }
  @media (min-width: 1440px) {
    .p-normal,
    .p-normal p {
      font-size: 21px; } }

.p-medium,
.p-medium p {
  font-size: 18px;
  line-height: 1.7;
  margin-bottom: 3em; }
  @media (min-width: 640px) {
    .p-medium,
    .p-medium p {
      font-size: 24px; } }
  @media (min-width: 1024px) {
    .p-medium,
    .p-medium p {
      font-size: 25px; } }
  @media (min-width: 1200px) {
    .p-medium,
    .p-medium p {
      font-size: 26px; } }
  @media (min-width: 1440px) {
    .p-medium,
    .p-medium p {
      font-size: 28px; } }

.p-large,
.p-large p {
  font-size: 30px;
  line-height: 1.3; }
  @media (min-width: 640px) {
    .p-large,
    .p-large p {
      font-size: 32px; } }
  @media (min-width: 1024px) {
    .p-large,
    .p-large p {
      font-size: 35px; } }
  @media (min-width: 1200px) {
    .p-large,
    .p-large p {
      font-size: 40px; } }
  @media (min-width: 1440px) {
    .p-large,
    .p-large p {
      font-size: 48px; } }

.small-cta {
  cursor: pointer;
  position: relative;
  font-family: "SangBleuSunrise-Light", sans-serif;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  text-transform: uppercase;
  font-size: 14px; }
  @media (min-width: 1024px) {
    .small-cta {
      font-size: 16px; } }
  .small-cta:after {
    display: block;
    content: "";
    height: 1px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: currentColor;
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    -o-transition: transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s; }
  .small-cta:hover:after {
    -webkit-transform: scaleX(0.9);
    -ms-transform: scaleX(0.9);
    transform: scaleX(0.9); }

.minimal-cta {
  cursor: pointer;
  position: relative;
  font-family: "SangBleuSunrise-Light", sans-serif;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.05em;
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s; }
  @media (min-width: 1024px) {
    .minimal-cta {
      font-size: 12px; } }
  @media (min-width: 1200px) {
    .minimal-cta {
      font-size: 14px; } }
  .minimal-cta:hover {
    opacity: 0.6; }

.block-cta {
  background-color: transparent;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  max-width: 100%;
  text-align: center;
  padding: 1.4em 2em;
  font-size: 14px;
  font-family: "SangBleuSunrise-Light", sans-serif;
  font-weight: normal;
  font-style: normal;
  text-transform: uppercase;
  color: #6e6255;
  white-space: normal;
  -webkit-box-shadow: 0 0 0px 1px #a59789;
  box-shadow: 0 0 0px 1px #a59789;
  -webkit-transition: -webkit-box-shadow 0.3s ease-in-out;
  transition: -webkit-box-shadow 0.3s ease-in-out;
  -o-transition: box-shadow 0.3s ease-in-out;
  transition: box-shadow 0.3s ease-in-out;
  transition: box-shadow 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out; }
  @media (min-width: 1024px) {
    .block-cta {
      padding: 1.3em 4em; } }
  @media (min-width: 1024px) {
    .block-cta {
      font-size: 16px; } }
  .block-cta span {
    position: relative;
    top: 2px; }
  .block-cta:hover {
    -webkit-box-shadow: 0 0 0px 2px #a59789;
    box-shadow: 0 0 0px 2px #a59789; }
  @media (max-width: 639px) {
    .block-cta {
      width: 100%; } }

.shadow-underline {
  text-shadow: -2px -2px white, -2px 2px white, 2px -2px white, 2px 2px white;
  background-size: 1px 1em;
  -webkit-box-shadow: inset 0 -0.175em white, inset 0 -0.2em currentColor;
  box-shadow: inset 0 -0.175em white, inset 0 -0.2em currentColor;
  display: inline;
  padding-bottom: 0em; }

/* 
wysiwyg blocks
========================================================================== 
*/
.wysiwyg-content p,
.wysiwyg-content li,
.wysiwyg-content blockquote {
  font-size: 16px;
  line-height: 2.3;
  margin-bottom: 2em; }
  @media (min-width: 640px) {
    .wysiwyg-content p,
    .wysiwyg-content li,
    .wysiwyg-content blockquote {
      font-size: 18px; } }
  @media (min-width: 1024px) {
    .wysiwyg-content p,
    .wysiwyg-content li,
    .wysiwyg-content blockquote {
      font-size: 20px; } }
  @media (min-width: 1200px) {
    .wysiwyg-content p,
    .wysiwyg-content li,
    .wysiwyg-content blockquote {
      font-size: 21px; } }
  @media (min-width: 1440px) {
    .wysiwyg-content p,
    .wysiwyg-content li,
    .wysiwyg-content blockquote {
      font-size: 21px; } }

.wysiwyg-content h2 {
  font-size: 2em; }

.wysiwyg-content h3 {
  font-size: 1.8em; }

.wysiwyg-content h4 {
  font-size: 1.6em; }

.wysiwyg-content h5 {
  font-size: 1.4em; }

.wysiwyg-content h6 {
  font-size: 1.2em; }

.wysiwyg-content h2,
.wysiwyg-content h3,
.wysiwyg-content h4,
.wysiwyg-content h5,
.wysiwyg-content h6 {
  margin-top: 1.5em;
  margin-bottom: 1em;
  color: #a8a299; }

.wysiwyg-content li {
  list-style-type: circle;
  margin-left: 1em;
  margin-bottom: 0.3em; }
  .wysiwyg-content li p {
    margin-bottom: 0.3em; }

.wysiwyg-content a {
  text-decoration: underline; }

.wysiwyg-content figure {
  margin: 0; }

.wysiwyg-content img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 4rem auto; }
  @media (min-width: 640px) {
    .wysiwyg-content img {
      width: 90%; } }

/* 
==========================================================================
Cookies check component
========================================================================== 
*/
.cookies-advice {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  display: none; }

.cookies-advice &gt; div {
  background-color: #fdfbf9;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 1rem; }
  @media (min-width: 1024px) {
    .cookies-advice &gt; div {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row; } }
  @media (min-width: 1024px) {
    .cookies-advice &gt; div {
      padding: 1.5rem; } }

.cookies-advice p {
  text-align: center;
  font-size: 13px;
  margin-bottom: 0; }
  @media (min-width: 640px) {
    .cookies-advice p {
      text-align: left;
      font-size: 14px; } }
  @media (min-width: 1024px) {
    .cookies-advice p {
      font-size: 15px; } }
  .cookies-advice p:first-child {
    margin-bottom: 1em; }
  @media (min-width: 1024px) {
    .cookies-advice p:first-child {
      margin-bottom: 0; } }

.cookies-cta {
  cursor: pointer;
  font-size: inherit;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
  color: #6e6255; }
  .cookies-cta.-close {
    margin-left: 1em; }
  @media (min-width: 640px) {
    .cookies-cta {
      margin-left: 1em; } }
  .cookies-cta:hover {
    color: #1a1612; }

.with-table table {
  border-collapse: collapse; }

.with-table table tr {
  border-bottom: 1pt solid #a8a299; }

.with-table table th {
  font-weight: 700; }

.with-table table th, .with-table table td {
  padding: 8px; }

/* 
==========================================================================
Loading overlay component
========================================================================== 
*/
.loading-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 200;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .loading-overlay__bar {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 6px;
    background-color: #c5c0b6; }
  .loading-overlay__logo {
    display: block;
    width: 100px;
    height: auto; }
    @media (min-width: 640px) {
      .loading-overlay__logo {
        width: 120px; } }
    @media (min-width: 1024px) {
      .loading-overlay__logo {
        width: 140px; } }
    @media (min-width: 1200px) {
      .loading-overlay__logo {
        width: 160px; } }

/* 
==========================================================================
Navigation component
========================================================================== 
*/
.nav {
  visibility: hidden;
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 2rem;
  background-color: #202425;
  color: #a0988f; }
  .nav a {
    color: inherit;
    -webkit-transition: color 0.3s;
    -o-transition: color 0.3s;
    transition: color 0.3s; }
    .nav a:hover, .nav a.-is-active {
      color: #e4e6e5; }
  .nav__close-btn {
    position: absolute;
    top: 10px;
    right: 10px; }

@media (min-width: 1024px) {
  .nav__primary {
    width: 100%;
    position: relative;
    top: 0; }
    .nav__primary ul {
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row; }
    .nav__primary li {
      width: 25%;
      padding: 0 1.5rem; } }

.nav__secondary {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center; }

/* 
Primary Menu Item
========================================================================== 
*/
.menu-p {
  margin-bottom: 20vh; }
  @media (min-width: 1024px) {
    .menu-p {
      margin-bottom: 0; } }

.menu-p-item {
  text-align: center;
  margin-bottom: 10px; }
  .menu-p-item &gt; * {
    pointer-events: none; }
  @media (min-width: 1024px) {
    .menu-p-item {
      margin-bottom: 0;
      width: 130%;
      position: relative;
      left: -15%;
      top: -15%;
      -webkit-transform: scale(0.7);
      -ms-transform: scale(0.7);
      transform: scale(0.7);
      -webkit-transform-origin: center 30%;
      -ms-transform-origin: center 30%;
      transform-origin: center 30%; } }
  .menu-p-item.-is-hovering {
    z-index: 1; }
  .menu-p-item__image-wr {
    display: none;
    position: relative; }
    @media (min-width: 1024px) {
      .menu-p-item__image-wr {
        display: block; } }
    .menu-p-item__image-wr:before {
      display: block;
      content: "";
      width: 100%;
      padding-top: 66.66667%; }
    .menu-p-item__image-wr &gt; .inner {
      position: absolute;
      top: -2.5%;
      left: -2.5%;
      width: 105%;
      height: 105%;
      background-size: cover;
      background-position: center center;
      overflow: hidden; }
      .menu-p-item__image-wr &gt; .inner &gt; video {
        height: 110%;
        width: auto;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate3d(-50%, -50%, 0);
        transform: translate3d(-50%, -50%, 0); }
  .menu-p-item__label {
    display: inline-block;
    font-size: 30px; }
    @media (min-width: 640px) {
      .menu-p-item__label {
        font-size: 40px; } }
    @media (min-width: 1024px) {
      .menu-p-item__label {
        margin-top: 1.5em;
        font-size: 26px; } }
    @media (min-width: 1200px) {
      .menu-p-item__label {
        font-size: 30px; } }
    @media (min-width: 1440px) {
      .menu-p-item__label {
        font-size: 40px; } }
  .menu-p-item__line {
    display: block;
    content: "";
    width: 1px;
    height: 80px;
    position: absolute;
    left: 50%;
    bottom: -45px;
    background-color: #a0988f;
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    opacity: 0; }

/* 
Secondary Menu Item
========================================================================== 
*/
.menu-s {
  text-align: center;
  margin-bottom: 35px; }
  @media (min-width: 640px) {
    .menu-s {
      margin-bottom: 45px; } }
  @media (min-width: 1024px) {
    .menu-s {
      margin-bottom: 50px; } }
  @media (min-width: 1200px) {
    .menu-s {
      margin-bottom: 70px; } }

.menu-s-item {
  font-size: 18px;
  margin-bottom: 0.5em; }
  @media (min-width: 640px) {
    .menu-s-item {
      font-size: 18px; }
      .menu-s-item:not(:first-child) {
        margin-left: 1.5em; } }
  @media (min-width: 1024px) {
    .menu-s-item {
      display: inline-block;
      font-size: 20px; } }
  @media (min-width: 1200px) {
    .menu-s-item {
      font-size: 20px; } }
  @media (min-width: 1200px) {
    .menu-s-item {
      font-size: 20px; } }

/* 
Languages Menu Item
========================================================================== 
*/
.menu-l {
  font-family: "SangBleuSunrise-Light", sans-serif;
  font-weight: normal;
  font-style: normal;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 30px; }
  @media (min-width: 640px) {
    .menu-l {
      margin-bottom: 80px; } }
  @media (min-width: 1024px) {
    .menu-l {
      margin-bottom: 60px; } }
  @media (min-width: 1200px) {
    .menu-l {
      margin-bottom: 70px; } }
  @media (min-width: 1200px) {
    .menu-l {
      margin-bottom: 80px; } }

.menu-l-item {
  display: inline-block;
  font-size: 13px;
  margin-left: 0.8em; }

/* 
==========================================================================
Floating CTAs
========================================================================== 
*/
.floating-cta {
  display: block;
  position: fixed;
  top: 0;
  z-index: 150;
  width: 50%;
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: background-color 1s, color 0.3s;
  -o-transition: background-color 1s, color 0.3s;
  transition: background-color 1s, color 0.3s;
  background-color: transparent; }
  @media (min-width: 640px) {
    .floating-cta {
      width: 50%;
      height: 120px; } }
  @media (min-width: 1024px) {
    .floating-cta {
      width: 150px;
      height: 150px; } }
  @media (min-width: 1200px) {
    .floating-cta {
      width: 200px;
      height: 175px; } }
  @media (min-width: 1440px) {
    .floating-cta {
      width: 200px;
      height: 175px; } }
  .floating-cta.-left {
    left: 0;
    padding-left: 30px; }
  .floating-cta.-right {
    right: 0;
    padding-right: 30px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
  @media (min-width: 1024px) {
    .floating-cta {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
      .floating-cta.-left {
        padding-left: 0; }
      .floating-cta.-right {
        padding-right: 0;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; } }
  .has-scrolled .floating-cta {
    -webkit-transition: background-color 1s 1.5s, color 0.3s;
    -o-transition: background-color 1s 1.5s, color 0.3s;
    transition: background-color 1s 1.5s, color 0.3s;
    background-color: #fff; }
  @media (min-width: 1024px) {
    .floating-cta {
      background-color: transparent !important; }
      .has-scrolled .floating-cta {
        background-color: transparent !important; } }
  .nav-is-open .floating-cta {
    -webkit-transition: background-color 1s, color 0.3s;
    -o-transition: background-color 1s, color 0.3s;
    transition: background-color 1s, color 0.3s;
    background-color: transparent; }

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 15px 0;
  display: inline-block;
  cursor: pointer;
  -webkit-transition-property: opacity, -webkit-filter;
  transition-property: opacity, -webkit-filter;
  -o-transition-property: opacity, filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  -webkit-transition-duration: 0.15s;
  -o-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -webkit-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible; }
  .hamburger:hover {
    opacity: 0.7; }

.hamburger-box {
  width: 40px;
  height: 23px;
  display: inline-block;
  position: relative;
  pointer-events: none; }

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -0.5px; }
  .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 40px;
    height: 1px;
    background-color: #c5c0b6;
    border-radius: 0;
    position: absolute;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: 0.15s;
    -o-transition-duration: 0.15s;
    transition-duration: 0.15s;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease; }
  .hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block; }
  .hamburger-inner::before {
    top: -11px; }
  .hamburger-inner::after {
    bottom: -11px; }

/*
   * Spring
   */
.hamburger--spring .hamburger-inner {
  top: 0.5px;
  -webkit-transition: background-color 0s 0.13s linear;
  -o-transition: background-color 0s 0.13s linear;
  transition: background-color 0s 0.13s linear; }
  .hamburger--spring .hamburger-inner::before {
    top: 11px;
    -webkit-transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), width 0.5s, -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), width 0.5s, -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -o-transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), width 0.5s, transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), width 0.5s, transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), width 0.5s, transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--spring .hamburger-inner::after {
    top: 22px;
    -webkit-transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -o-transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spring.-is-active .hamburger-inner {
  -webkit-transition-delay: 0.22s;
  -o-transition-delay: 0.22s;
  transition-delay: 0.22s;
  background-color: transparent !important; }
  .hamburger--spring.-is-active .hamburger-inner::before {
    top: 0;
    -webkit-transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 11px, 0) rotate(45deg);
    transform: translate3d(0, 11px, 0) rotate(45deg); }
  .hamburger--spring.-is-active .hamburger-inner::after {
    top: 0;
    -webkit-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 11px, 0) rotate(-45deg);
    transform: translate3d(0, 11px, 0) rotate(-45deg); }

.hamburger-inner:before {
  width: 80%;
  right: 0; }

.hamburger:hover .hamburger-inner:before,
.hamburger.-is-active .hamburger-inner:before {
  -webkit-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0;
  width: 100%; }

@media (max-width: 639px) {
  .hamburger {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8); } }

/* 
Floating Close Btn
========================================================================== 
*/
.floating-el {
  display: block;
  position: fixed;
  top: 0;
  z-index: 150;
  width: 50%;
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  @media (min-width: 640px) {
    .floating-el {
      width: 50%;
      height: 120px; } }
  @media (min-width: 1024px) {
    .floating-el {
      width: 150px;
      height: 150px; } }
  @media (min-width: 1200px) {
    .floating-el {
      width: 200px;
      height: 175px; } }
  @media (min-width: 1440px) {
    .floating-el {
      width: 200px;
      height: 175px; } }
  .floating-el.-left {
    left: 0;
    padding-left: 30px; }
  .floating-el.-right {
    right: 0;
    padding-right: 30px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
  @media (min-width: 1024px) {
    .floating-el {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
      .floating-el.-left {
        padding-left: 0; }
      .floating-el.-right {
        padding-right: 0;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; } }

.floating-el-left {
  display: block;
  position: fixed;
  top: 0;
  z-index: 150;
  width: 50%;
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  left: 0;
  display: flex;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  @media (min-width: 640px) {
    .floating-el-left {
      width: 50%;
      height: 120px; } }
  @media (min-width: 1024px) {
    .floating-el-left {
      width: 150px;
      height: 150px; } }
  @media (min-width: 1200px) {
    .floating-el-left {
      width: 200px;
      height: 175px; } }
  @media (min-width: 1440px) {
    .floating-el-left {
      width: 200px;
      height: 175px; } }
  .floating-el-left.-left {
    left: 0;
    padding-left: 30px; }
  .floating-el-left.-right {
    right: 0;
    padding-right: 30px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
  @media (min-width: 1024px) {
    .floating-el-left {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
      .floating-el-left.-left {
        padding-left: 0; }
      .floating-el-left.-right {
        padding-right: 0;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; } }

.floating-el-right {
  display: block;
  position: fixed;
  top: 0;
  z-index: 150;
  width: 50%;
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  right: 0;
  display: flex;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  @media (min-width: 640px) {
    .floating-el-right {
      width: 50%;
      height: 120px; } }
  @media (min-width: 1024px) {
    .floating-el-right {
      width: 150px;
      height: 150px; } }
  @media (min-width: 1200px) {
    .floating-el-right {
      width: 200px;
      height: 175px; } }
  @media (min-width: 1440px) {
    .floating-el-right {
      width: 200px;
      height: 175px; } }
  .floating-el-right.-left {
    left: 0;
    padding-left: 30px; }
  .floating-el-right.-right {
    right: 0;
    padding-right: 30px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
  @media (min-width: 1024px) {
    .floating-el-right {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
      .floating-el-right.-left {
        padding-left: 0; }
      .floating-el-right.-right {
        padding-right: 0;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; } }

/* 
Colors
========================================================================== 
*/
.floating-cta.-book {
  color: #6e6255; }

.nav-is-open .floating-cta.-book {
  color: #c5c0b6; }

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
  background-color: #6e6255; }

.nav-is-open .hamburger-inner,
.nav-is-open .hamburger-inner::before,
.nav-is-open .hamburger-inner::after {
  background-color: #c5c0b6; }

/* 
==========================================================================
Header Logo component
========================================================================== 
*/
.header-logo-wr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 10vh; }
  @media (min-width: 640px) {
    .header-logo-wr {
      margin-bottom: 15vh; } }
  [data-namespace="menu"] .header-logo-wr,
  [data-namespace="cantina"] .header-logo-wr {
    margin-bottom: 0; }
  .cover-splash-wrapper .header-logo-wr {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    z-index: 140;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    margin-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    @media (max-width: 639px) {
      .cover-splash-wrapper .header-logo-wr {
        display: none; } }
  @media (max-width: 639px) {
    .header-logo-wr {
      display: none; } }

.header-link {
  display: inline-block;
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  @media (min-width: 640px) {
    .header-link {
      height: 120px; } }
  @media (min-width: 1024px) {
    .header-link {
      height: 150px; } }
  @media (min-width: 1200px) {
    .header-link {
      height: 175px; } }
  .header-link svg {
    display: block;
    height: 100%;
    max-height: 90px;
    width: auto; }
    .header-link svg path {
      fill: #c5c0b6;
      fill-opacity: 1;
      -webkit-transition: fill 0.3s linear;
      -o-transition: fill 0.3s linear;
      transition: fill 0.3s linear; }

/* 
==========================================================================
Footer component
========================================================================== 
*/
.footer {
  padding-top: 85px;
  padding-bottom: 65px;
  padding-left: 30px;
  padding-right: 30px;
  background-color: #faf9f8;
  color: #6e6255;
  text-align: center; }
  @media (min-width: 1200px) {
    .footer {
      padding-left: 50px;
      padding-right: 50px; } }
  @media (min-width: 1440px) {
    .footer {
      padding-left: 70px;
      padding-right: 70px; } }
  .footer a {
    color: inherit;
    -webkit-transition: color 0.3s;
    -o-transition: color 0.3s;
    transition: color 0.3s; }
  .footer a:hover,
  .footer a:focus {
    color: #b1aa9d; }

.footer-logo {
  display: block;
  width: 85px;
  height: auto;
  margin-left: auto;
  margin-right: auto; }

.menu-f {
  margin-top: 100px;
  margin-bottom: 60px; }
  @media (min-width: 1024px) {
    .menu-f {
      margin-top: 150px;
      margin-bottom: 60px; } }
  @media (min-width: 1200px) {
    .menu-f {
      margin-top: 160px;
      margin-bottom: 60px; } }
  @media (min-width: 1440px) {
    .menu-f {
      margin-top: 190px;
      margin-bottom: 70px; } }
  @media (min-width: 1024px) {
    .menu-f {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      max-width: 1280px;
      margin-left: auto;
      margin-right: auto; } }
  .menu-f__item {
    font-size: 24px;
    margin-left: 0.5em;
    margin-right: 0.5em;
    margin-bottom: 1em; }
    @media (min-width: 640px) {
      .menu-f__item {
        font-size: 24px; } }
    @media (min-width: 1024px) {
      .menu-f__item {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        font-size: 25px; } }
    @media (min-width: 1200px) {
      .menu-f__item {
        font-size: 28px; } }
    @media (min-width: 1440px) {
      .menu-f__item {
        font-size: 28px; } }
    @media (min-width: 1024px) {
      .menu-f__item {
        margin-bottom: 0; } }

.footer-fusione {
  margin-bottom: 70px;
}  

 @media (max-width: 640px) {
      .footer-fusione {
        font-size: 11px; } }

/* @media (min-width: 1200px) {
    .footer-fusione {
      font-size: 13px; } } */     

.footer-stars {
  display: block;
  width: 80px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px; }
  @media (min-width: 1024px) {
    .footer-stars {
      width: 90px; } }

.footer-closing {
  color: #6e6255;
  font-family: "SangBleuSunrise-Light", sans-serif;
  font-weight: normal;
  font-style: normal;
  text-transform: uppercase;
  line-height: 1.5;
  font-size: 12px; }
  @media (min-width: 1200px) {
    .footer-closing {
      font-size: 13px; } }
  .footer-closing p {
    margin-bottom: 40px; }
    @media (min-width: 1024px) {
      .footer-closing p {
        margin-bottom: 0; } }
  .footer-closing a {
    display: inline-block; }
  @media (min-width: 1024px) {
    .footer-closing {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      .footer-closing &gt; div:nth-of-type(1) {
        text-align: left;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1; }
      .footer-closing &gt; div:nth-of-type(2) {
        margin-bottom: 0; }
      .footer-closing &gt; div:nth-of-type(3) {
        text-align: right;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1; } }

.footer-legals p {
  text-transform: none;
  margin-bottom: 20px;
  font-size: 11px; }
  @media (min-width: 1024px) {
    .footer-legals p {
      margin-bottom: 0; } }
  @media (min-width: 1200px) {
    .footer-legals p {
      font-size: 13px; } }
  .footer-legals p a {
    text-decoration: underline;
    text-decoration-skip-ink: auto; }

.footer-credits p {
  margin-bottom: 0; }

/* 
==========================================================================
Secondary menu component
========================================================================== 
*/
.secondary-menu {
  text-align: center;
  margin-top: 110px;
  margin-bottom: 10vh; }
  @media (min-width: 640px) {
    .secondary-menu {
      margin-top: 80px;
      margin-bottom: 10vh; } }
  @media (min-width: 1024px) {
    .secondary-menu {
      margin-top: 45px; } }
  @media (max-width: 639px) {
    .secondary-menu {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%; } }

.sec-menu-item {
  font-size: 18px;
  margin-left: 0.8em;
  margin-right: 0.8em;
  margin-bottom: 1em;
  display: inline-block; }
  @media (min-width: 640px) {
    .sec-menu-item {
      font-size: 20px; } }
  @media (min-width: 1024px) {
    .sec-menu-item {
      font-size: 22px; } }
  @media (min-width: 1200px) {
    .sec-menu-item {
      font-size: 25px; } }
  .sec-menu-item a {
    color: #6e6255;
    -webkit-transition: color 0.3s;
    -o-transition: color 0.3s;
    transition: color 0.3s; }
    .sec-menu-item a:hover {
      color: #c5c0b6; }
  .sec-menu-item.-is-active a {
    color: #a0988f; }

/* 
==========================================================================
Bottom links component
========================================================================== 
*/
.bottom-links {
  padding-top: 3rem;
  padding-bottom: 3rem; }
  @media (min-width: 640px) {
    .bottom-links {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: columns;
      flex-direction: columns; }
      .bottom-links .bottom-link {
        width: 100%; } }
    @media (min-width: 640px) and (min-width: 640px) {
      .bottom-links .bottom-link:nth-child(1) {
        padding-right: 30px; }
      .bottom-links .bottom-link:nth-child(2) {
        padding-left: 30px; } }
    @media (min-width: 640px) and (min-width: 1200px) {
      .bottom-links .bottom-link:nth-child(1) {
        padding-right: 50px; }
      .bottom-links .bottom-link:nth-child(2) {
        padding-left: 50px; } }
  .bottom-links .bottom-link:first-child {
    position: relative; }
    .bottom-links .bottom-link:first-child:after {
      content: "";
      display: block;
      position: absolute;
      top: 100%;
      right: 33.3%;
      width: 33.3%;
      height: 1px;
      background-color: #e4e6e5; }
      @media (min-width: 640px) {
        .bottom-links .bottom-link:first-child:after {
          top: 0;
          right: 0;
          width: 1px;
          height: 100%; } }

.bottom-link {
  text-align: center;
  padding: 35px 0 70px; }
  .bottom-link__wrapper {
    width: 100%;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1; }
  .bottom-link__title {
    font-size: 44px;
    margin-bottom: 1em; }
    @media (min-width: 640px) {
      .bottom-link__title {
        font-size: 45px; } }
    @media (min-width: 1024px) {
      .bottom-link__title {
        font-size: 50px; } }
    @media (min-width: 1200px) {
      .bottom-link__title {
        font-size: 60px; } }
    @media (min-width: 1440px) {
      .bottom-link__title {
        font-size: 75px; } }
    @media (min-width: 1600px) {
      .bottom-link__title {
        font-size: 80px; } }
  .bottom-link__text {
    font-size: 18px;
    line-height: 1.7;
    margin-bottom: 2em; }
    @media (min-width: 640px) {
      .bottom-link__text {
        font-size: 16px; } }
    @media (min-width: 1024px) {
      .bottom-link__text {
        font-size: 15px; } }
    @media (min-width: 1200px) {
      .bottom-link__text {
        font-size: 15px; } }
    @media (min-width: 1440px) {
      .bottom-link__text {
        font-size: 18px; } }
    @media (min-width: 1600px) {
      .bottom-link__text {
        font-size: 20px; } }
  @media (min-width: 640px) {
    .bottom-link {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
      .bottom-link__text {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1; } }

/* 
==========================================================================
Gallery Component
========================================================================== 
*/
/* 
Gallery Slider
========================================================================== 
*/
.gallery-slider-wr {
  overflow: hidden;
  position: relative; }
  .gallery-slider-wr:after {
    content: "";
    display: table;
    clear: both; }
  @media (max-width: 639px) {
    .gallery-slider-wr .swiper-container {
      padding: 0; } }
  .gallery-slider-wr .swiper-container .img-wr {
    pointer-events: none;
    position: relative;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto; }
    @media (min-width: 1024px) {
      .gallery-slider-wr .swiper-container .img-wr {
        margin-left: auto;
        margin-right: auto; } }
    .gallery-slider-wr .swiper-container .img-wr:before {
      display: block;
      content: "";
      width: 100%;
      padding-top: 66.66667%; }
    .gallery-slider-wr .swiper-container .img-wr &gt; .inner {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
  .gallery-slider-wr .swiper-container .-is-central {
    cursor: pointer; }
  .gallery-slider-wr .swiper-slide-prev img,
  .gallery-slider-wr .swiper-slide-next img {
    cursor: pointer; }

.gallery-slider-info {
  position: relative;
  z-index: 1;
  width: 100%;
  text-align: center; }
  @media (min-width: 1024px) {
    .gallery-slider-info {
      -webkit-transform: translateY(-20%);
      -ms-transform: translateY(-20%);
      transform: translateY(-20%); } }

.g-counter {
  text-align: center;
  margin-bottom: 0.3em;
  font-size: 40px;
  overflow: hidden !important; }
  @media (min-width: 640px) {
    .g-counter {
      font-size: 60px; } }
  @media (min-width: 1024px) {
    .g-counter {
      font-size: 60px;
      margin-bottom: 0.1em; } }
  @media (min-width: 1200px) {
    .g-counter {
      font-size: 72px; } }
  .g-counter__current {
    position: relative;
    top: 3px;
    overflow: hidden !important; }
    @media (min-width: 1024px) {
      .g-counter__current {
        top: 5px; } }
  .g-counter .g-dummy {
    visibility: hidden; }
  .g-counter .g-count {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%; }

.gallery-trigger {
  cursor: pointer;
  position: relative;
  font-family: "SangBleuSunrise-Light", sans-serif;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.05em;
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s; }
  @media (min-width: 1024px) {
    .gallery-trigger {
      font-size: 12px; } }
  @media (min-width: 1200px) {
    .gallery-trigger {
      font-size: 14px; } }
  .gallery-trigger:hover {
    opacity: 0.6; }

/* 
Gallery Zoom
========================================================================== 
*/
.gallery-layer {
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 200;
  background-color: #fff; }

.gallery-list {
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  z-index: 200;
  background-color: #fff;
  padding: 0 0;
  overflow: auto; }
  @media (max-width: 639px) {
    .gallery-list {
      padding: 100px 0 50px; } }
  .is-not-touch .gallery-list__scroller {
    padding: 150px 0; }
  .gallery-list__title {
    pointer-events: none;
    font-size: 50px;
    text-align: center;
    margin-bottom: 80px; }
    @media (min-width: 640px) {
      .gallery-list__title {
        font-size: 100px; } }
    @media (min-width: 1024px) {
      .gallery-list__title {
        font-size: 120px; } }
    @media (min-width: 1200px) {
      .gallery-list__title {
        font-size: 140px; } }
    @media (min-width: 1200px) {
      .gallery-list__title {
        font-size: 140px; } }
    @media (min-width: 640px) {
      .gallery-list__title {
        position: fixed;
        top: 50%;
        left: 0;
        width: 100%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        z-index: 0; } }
    @media (min-width: 1600px) {
      .gallery-list__title {
        font-size: 160px; } }
  @media (min-width: 640px) {
    .gallery-list__images {
      z-index: 1;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      .gallery-list__images:after {
        content: "";
        -webkit-box-flex: 1;
        -ms-flex: auto;
        flex: auto; } }
  .gallery-list__item {
    text-align: center;
    width: 100%;
    margin-bottom: 40px; }
    @media (min-width: 640px) {
      .gallery-list__item {
        width: 50%;
        margin-bottom: 60px; }
        .gallery-list__item:nth-child(odd) {
          padding-right: 5%; }
        .gallery-list__item:nth-child(even) {
          padding-left: 5%; } }
    @media (min-width: 1024px) {
      .gallery-list__item {
        width: 33.3%;
        margin-bottom: 80px; }
        .gallery-list__item:nth-child(odd) {
          padding-right: 0; }
        .gallery-list__item:nth-child(even) {
          padding-left: 0; }
        .gallery-list__item:nth-of-type(3n + 1) {
          padding-right: 6%; }
        .gallery-list__item:nth-of-type(3n + 2) {
          padding: 0 3%;
          margin-top: 40px; }
        .gallery-list__item:nth-of-type(3n + 3) {
          padding-left: 6%; } }
    @media (min-width: 1200px) {
      .gallery-list__item {
        margin-bottom: 120px; } }
    @media (min-width: 1440px) {
      .gallery-list__item {
        margin-bottom: 150px; }
        .gallery-list__item:nth-of-type(3n + 1) {
          padding-right: 8%; }
        .gallery-list__item:nth-of-type(3n + 2) {
          padding: 0 4%;
          margin-top: 80px; }
        .gallery-list__item:nth-of-type(3n + 3) {
          padding-left: 8%; } }
  .gallery-list__item .img-wr {
    position: relative;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    background-color: #fff; }
    .gallery-list__item .img-wr:before {
      display: block;
      content: "";
      width: 100%;
      padding-top: 66.66667%; }
    .gallery-list__item .img-wr &gt; .inner {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
  .gallery-list__item img {
    width: 100%;
    cursor: pointer;
    opacity: 1;
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s; }
    .gallery-list__item img:hover {
      opacity: 0.8; }

.is-not-touch [data-autoscroll] {
  width: 100%;
  height: 100%;
  overflow: hidden; }

.gallery-zoom {
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  z-index: 210;
  background-color: #fff; }

.gallery-zoom .zoom-slider {
  width: 100% !important;
  height: 100%; }

.gallery-zoom .swiper-slide {
  width: 100% !important;
  height: 100%;
  overflow: scroll;
  overflow-y: scroll;
  /* has to be scroll, not auto */
  -webkit-overflow-scrolling: touch; }
  @media (min-width: 640px) {
    .gallery-zoom .swiper-slide {
      overflow: auto;
      overflow-y: auto;
      /* has to be scroll, not auto */
      -webkit-overflow-scrolling: auto;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; } }

.zoom-slider__item {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  right: auto;
  bottom: auto;
  height: 100%;
  width: 250% !important; }
  @media (min-width: 640px) {
    .zoom-slider__item {
      height: auto;
      width: 90% !important; }
      .zoom-slider__item:before {
        display: block;
        content: "";
        width: 100%;
        padding-top: 66.66667%; } }
  @media (min-width: 1024px) {
    .zoom-slider__item {
      width: 100% !important;
      height: 100%;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center center; }
      .zoom-slider__item:before {
        display: none; } }

.zoom-slider-nav {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  z-index: 10; }
  .zoom-slider-nav span {
    cursor: pointer;
    display: inline-block;
    height: 60px;
    line-height: 60px;
    padding: 0 1rem;
    font-family: "SangBleuSunrise-Light", sans-serif;
    font-weight: normal;
    font-style: normal;
    text-transform: uppercase;
    font-size: 14px;
    position: relative;
    top: 2px;
    opacity: 1;
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s; }
    @media (min-width: 640px) {
      .zoom-slider-nav span {
        height: 80px;
        line-height: 80px; } }
    @media (min-width: 1024px) {
      .zoom-slider-nav span {
        height: 60px;
        line-height: 60px; } }
    .zoom-slider-nav span img {
      width: 30px;
      height: auto; }
    .is-not-touch .zoom-slider-nav span img {
      display: none; }
  .is-not-touch .zoom-slider-nav span:hover {
    opacity: 0.6; }
  .zoom-slider-nav span.swiper-button-disabled {
    opacity: 0.3;
    cursor: not-allowed; }
  .zoom-slider-nav .zoom-slider-prev {
    padding-left: 40px;
    width: 50%;
    float: left;
    border: none; }
    @media (min-width: 640px) {
      .zoom-slider-nav .zoom-slider-prev {
        padding-left: 45px; } }
    @media (min-width: 1024px) {
      .zoom-slider-nav .zoom-slider-prev {
        padding-left: 65px; } }
  .zoom-slider-nav .zoom-slider-next {
    padding-right: 40px;
    width: 50%;
    float: right;
    text-align: right; }
    @media (min-width: 640px) {
      .zoom-slider-nav .zoom-slider-next {
        padding-right: 45px; } }
    @media (min-width: 1024px) {
      .zoom-slider-nav .zoom-slider-next {
        padding-right: 65px; } }

.is-not-touch .zoom-slider-nav {
  cursor: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background-color: transparent !important; }
  .is-not-touch .zoom-slider-nav .zoom-slider-prev,
  .is-not-touch .zoom-slider-nav .zoom-slider-next {
    position: absolute;
    top: 0;
    width: 50%;
    height: 100%;
    font-size: 0; }
  .is-not-touch .zoom-slider-nav .zoom-slider-prev {
    left: 0;
    cursor: none; }
  .is-not-touch .zoom-slider-nav .zoom-slider-next {
    left: 50%;
    cursor: none; }

.circle-cursor {
  cursor: none;
  display: block;
  width: 60px;
  height: 60px;
  background-color: rgba(197, 192, 182, 0.9);
  position: absolute;
  z-index: 500;
  top: 0;
  left: 0;
  border-radius: 50%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  pointer-events: none;
  opacity: 0.5;
  background-position: center center;
  background-size: auto 30px;
  background-repeat: no-repeat; }
  @media (max-width: 639px) {
    .circle-cursor {
      display: none; } }
  .is-touch .circle-cursor {
    display: none; }
  .circle-cursor img {
    display: block;
    height: 20px;
    width: auto;
    position: absolute;
    top: 0;
    left: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    opacity: 0; }
    .circle-cursor img:nth-child(1) {
      opacity: 1; }

.gallery-list {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch; }
  .gallery-list .inner-el {
    height: 100%;
    opacity: 0;
    -webkit-transition: opacity 0.6s;
    -o-transition: opacity 0.6s;
    transition: opacity 0.6s; }
  .gallery-list.-show-gallery-elements .inner-el {
    opacity: 1; }

.gallery-zoom .inner-el {
  height: 100%;
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s; }

.gallery-zoom.-show-gallery-elements .inner-el {
  opacity: 1; }

/* 
Easings
========================================================================== 
*/
.gallery-slider .swiper-wrapper,
.zoom-slider .swiper-wrapper {
  -webkit-transition-timing-function: cubic-bezier(0.16, 0.96, 0.28, 0.98);
  -o-transition-timing-function: cubic-bezier(0.16, 0.96, 0.28, 0.98);
  transition-timing-function: cubic-bezier(0.16, 0.96, 0.28, 0.98); }

/* 
UI Elements
========================================================================== 
*/
.close-btn {
  cursor: pointer;
  display: block;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 100; }
  .close-btn:before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    pointer-events: none;
    background-image: url("/assets/img/ui/close-cross.svg");
    background-size: 100% 100%; }
  .close-btn:before {
    background-image: url("/assets/img/ui/close-cross.svg"); }

.enlarge-btn {
  cursor: pointer;
  display: block;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 100; }
  .enlarge-btn:before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    pointer-events: none;
    background-image: url("/assets/img/ui/close-cross.svg");
    background-size: 100% 100%; }
  .enlarge-btn:before {
    background-image: url("/assets/img/ui/enlarge-icon.svg"); }

.thumbs-btn {
  cursor: pointer;
  display: block;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 100; }
  .thumbs-btn:before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    pointer-events: none;
    background-image: url("/assets/img/ui/close-cross.svg");
    background-size: 100% 100%; }
  .thumbs-btn:before {
    background-image: url("/assets/img/ui/thumbs-icon.svg"); }

/* 
==========================================================================
Quote component
========================================================================== 
*/
.quote {
  display: block;
  margin-left: 0;
  margin-right: 0;
  text-align: center;
  padding: 50px 0;
  position: relative; }
  @media (min-width: 640px) {
    .quote {
      padding: 60px 0; } }
  @media (min-width: 1024px) {
    .quote {
      padding: 80px 0; } }
  @media (min-width: 1200px) {
    .quote {
      padding: 90px 0; } }
  .quote__content {
    font-family: "SangBleuSunrise-Light", sans-serif;
    font-weight: normal;
    font-style: normal;
    line-height: 1.6;
    color: #c5c0b6;
    font-size: 24px;
    margin-bottom: 1.5em; }
    @media (min-width: 640px) {
      .quote__content {
        font-size: 30px; } }
    @media (min-width: 1024px) {
      .quote__content {
        font-size: 32px; } }
    @media (min-width: 1200px) {
      .quote__content {
        font-size: 38px; } }
    @media (min-width: 1440px) {
      .quote__content {
        font-size: 46px; } }
  .quote__footer {
    font-family: "SangBleuSunrise-Light", sans-serif;
    font-weight: normal;
    font-style: normal;
    text-transform: uppercase;
    color: #a0988f;
    font-size: 14px; }
    @media (min-width: 640px) {
      .quote__footer {
        font-size: 16px; } }

/*
========================================================================== 
Menu List Component
========================================================================== 
*/
.menu-list {
  text-align: center; }
  .menu-list__title {
    font-family: "SangBleuSunrise-Light", sans-serif;
    font-weight: normal;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    margin-bottom: 4em;
    font-size: 12px; }
    @media (min-width: 640px) {
      .menu-list__title {
        font-size: 12px; } }
    @media (min-width: 1024px) {
      .menu-list__title {
        font-size: 14px; } }
    @media (min-width: 1200px) {
      .menu-list__title {
        font-size: 15px; } }
    @media (min-width: 1200px) {
      .menu-list__title {
        font-size: 16px; } }
  .menu-list__item {
    font-size: 21px;
    margin-bottom: 1.2em; }
    @media (min-width: 640px) {
      .menu-list__item {
        font-size: 24px; } }
    @media (min-width: 1024px) {
      .menu-list__item {
        font-size: 28px; } }
    @media (min-width: 1200px) {
      .menu-list__item {
        font-size: 34px; } }
    .menu-list__item span,
    .menu-list__item a {
      cursor: pointer;
      text-decoration: underline;
      -webkit-text-decoration-color: #beb9b3;
      text-decoration-color: #beb9b3;
      -webkit-text-decoration-skip: ink;
      text-decoration-skip: ink;
      color: #6e6255;
      -webkit-transition: color 0.3s;
      -o-transition: color 0.3s;
      transition: color 0.3s; }
      @media (min-width: 640px) {
        .menu-list__item span,
        .menu-list__item a {
          text-decoration: none;
          position: relative;
          display: inline-block; }
          .menu-list__item span:after,
          .menu-list__item a:after {
            content: "";
            display: block;
            width: 100%;
            height: 1px;
            background-color: currentColor;
            position: absolute;
            bottom: -2px;
            left: 0; } }
      .menu-list__item span:hover,
      .menu-list__item a:hover {
        color: #c5c0b6; }

.menu-list-fallback {
  text-align: center; }

/*
========================================================================== 
Menu Viewer Component
========================================================================== 
*/
.menu-viewer {
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 600;
  overflow: auto;
  background: #fff;
  overflow-y: scroll;
  /* has to be scroll, not auto */
  -webkit-overflow-scrolling: touch; }
  .menu-viewer:after {
    content: "";
    display: table;
    clear: both; }
  @media (min-width: 640px) {
    .menu-viewer {
      background: rgba(54, 63, 65, 0.8); } }
  @media (min-width: 640px) {
    .menu-viewer__scroller {
      padding-top: 80px;
      padding-bottom: 80px; } }
  @media (min-width: 1024px) {
    .menu-viewer__scroller {
      padding-top: 120px;
      padding-bottom: 120px; } }
  @media (min-width: 1200px) {
    .menu-viewer__scroller {
      padding-top: 150px;
      padding-bottom: 150px; } }

.menu-item {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #fff;
  text-align: center;
  position: relative; }
  .menu-item * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  @media (min-width: 640px) {
    .menu-item {
      padding-top: 80px;
      padding-bottom: 80px;
      padding-left: 0;
      padding-right: 0; } }
  @media (min-width: 1024px) {
    .menu-item {
      padding-top: 120px;
      padding-bottom: 120px; } }
  @media (min-width: 1200px) {
    .menu-item {
      padding-top: 150px;
      padding-bottom: 150px; } }
  .menu-item__close {
    position: absolute;
    top: 1rem;
    right: 1rem;
    width: 40px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: opacity 1s, -webkit-transform 1s;
    transition: opacity 1s, -webkit-transform 1s;
    -o-transition: opacity 1s, transform 1s;
    transition: opacity 1s, transform 1s;
    transition: opacity 1s, transform 1s, -webkit-transform 1s; }
    @media (min-width: 1024px) {
      .menu-item__close {
        top: 1rem;
        right: 1rem; } }
    .menu-item__close svg {
      display: block;
      width: 20px;
      height: 20px;
      pointer-events: none; }
    .swiper-slide-active .menu-item__close {
      -webkit-transition-delay: 1s;
      -o-transition-delay: 1s;
      transition-delay: 1s;
      opacity: 1;
      -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
      transform: translateY(0); }
  .menu-item__pretitle {
    display: block;
    font-family: "SangBleuSunrise-Light", sans-serif;
    font-weight: normal;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    margin-bottom: 4em;
    font-size: 12px;
    margin-bottom: 4em; }
    @media (min-width: 640px) {
      .menu-item__pretitle {
        font-size: 12px; } }
    @media (min-width: 1024px) {
      .menu-item__pretitle {
        font-size: 14px; } }
    @media (min-width: 1200px) {
      .menu-item__pretitle {
        font-size: 15px; } }
    @media (min-width: 1200px) {
      .menu-item__pretitle {
        font-size: 16px; } }
  .menu-item__title {
    font-size: 30px;
    line-height: 1.3;
    margin-bottom: 2em; }
    @media (min-width: 640px) {
      .menu-item__title {
        font-size: 60px; } }
    @media (min-width: 1024px) {
      .menu-item__title {
        font-size: 75px; } }
    @media (min-width: 1200px) {
      .menu-item__title {
        font-size: 80px; } }
    @media (min-width: 1200px) {
      .menu-item__title {
        font-size: 82px; } }
    @media (max-width: 639px) {
      .menu-item__title {
        font-size: 40px; } }
  .menu-item__content {
    margin-bottom: 80px;
    line-height: 2.5em; }
    .menu-item__content h2 {
      margin-bottom: 0.1em;
      font-size: 22px;
      margin-top: 2.5em; }
      @media (min-width: 640px) {
        .menu-item__content h2 {
          font-size: 27px; } }
      @media (min-width: 1024px) {
        .menu-item__content h2 {
          font-size: 32px; } }
      @media (min-width: 1200px) {
        .menu-item__content h2 {
          font-size: 37px; } }
    .menu-item__content h3 {
      margin-bottom: 0.1em;
      line-height: inherit;
      font-size: 20px;
      margin-top: 2em; }
      @media (min-width: 640px) {
        .menu-item__content h3 {
          font-size: 25px; } }
      @media (min-width: 1024px) {
        .menu-item__content h3 {
          font-size: 25px; } }
      @media (min-width: 1200px) {
        .menu-item__content h3 {
          font-size: 26px; } }
      @media (min-width: 1200px) {
        .menu-item__content h3 {
          font-size: 30px; } }
    .menu-item__content p {
      margin-bottom: 0.1em;
      line-height: inherit;
      font-size: 16px; }
      @media (min-width: 640px) {
        .menu-item__content p {
          font-size: 18px; } }
      @media (min-width: 1024px) {
        .menu-item__content p {
          font-size: 18px; } }
      @media (min-width: 1200px) {
        .menu-item__content p {
          font-size: 19px; } }
      @media (min-width: 1440px) {
        .menu-item__content p {
          font-size: 21px; } }
    .menu-item__content em {
      font-family: "SangBleuSunrise-Light", sans-serif;
      font-weight: normal;
      font-style: normal;
      line-height: inherit; }
  .menu-item__closing {
    margin-bottom: 80px;
    font-size: 16px;
    line-height: 2.3;
    margin-bottom: 2em; }
    @media (min-width: 640px) {
      .menu-item__closing {
        margin-bottom: 100px; } }
    @media (min-width: 1024px) {
      .menu-item__closing {
        margin-bottom: 130px; } }
    @media (min-width: 640px) {
      .menu-item__closing {
        font-size: 18px; } }
    @media (min-width: 1024px) {
      .menu-item__closing {
        font-size: 20px; } }
    @media (min-width: 1200px) {
      .menu-item__closing {
        font-size: 21px; } }
    @media (min-width: 1440px) {
      .menu-item__closing {
        font-size: 21px; } }
  .menu-item__link-wr {
    padding-top: 80px;
    text-align: center;
    position: relative; }
    @media (min-width: 640px) {
      .menu-item__link-wr {
        padding-top: 90px; } }
    .menu-item__link-wr:before {
      display: block;
      content: "";
      width: 50%;
      height: 1px;
      background-color: #e4e6e5;
      position: absolute;
      top: 0;
      left: 50%;
      margin-left: -25%; }
  .menu-item__link {
    font-size: 18px;
    line-height: 1.7;
    margin-bottom: 3em;
    position: relative;
    -webkit-transition: color 0.3s;
    -o-transition: color 0.3s;
    transition: color 0.3s; }
    @media (min-width: 640px) {
      .menu-item__link {
        font-size: 24px; } }
    @media (min-width: 1024px) {
      .menu-item__link {
        font-size: 25px; } }
    @media (min-width: 1200px) {
      .menu-item__link {
        font-size: 26px; } }
    @media (min-width: 1440px) {
      .menu-item__link {
        font-size: 28px; } }
    @media (min-width: 1200px) {
      .menu-item__link {
        font-size: 34px; } }
    .menu-item__link:after {
      display: block;
      content: "";
      width: 100%;
      height: 1px;
      background-color: currentColor;
      position: absolute;
      bottom: 0;
      left: 0; }
    .menu-item__link:hover {
      color: #c5c0b6; }

.menu-next-btn,
.menu-prev-btn {
  display: none;
  position: fixed;
  top: 0;
  z-index: 150;
  width: 0px;
  font-family: "SangBleuSunrise-Light", sans-serif;
  font-weight: normal;
  font-style: normal;
  text-transform: uppercase;
  font-size: 16px;
  color: #ffffff;
  text-align: center;
  letter-spacing: 0.125em;
  cursor: pointer;
  opacity: 1;
  -webkit-transition: opacity 0.8s;
  -o-transition: opacity 0.8s;
  transition: opacity 0.8s; }
  @media (min-width: 1024px) {
    .menu-next-btn,
    .menu-prev-btn {
      display: block; } }
  @media (min-width: 640px) {
    .menu-next-btn,
    .menu-prev-btn {
      width: 100px; } }
  @media (min-width: 1024px) {
    .menu-next-btn,
    .menu-prev-btn {
      width: 150px; } }
  @media (min-width: 1200px) {
    .menu-next-btn,
    .menu-prev-btn {
      width: 200px; } }
  @media (min-width: 1440px) {
    .menu-next-btn,
    .menu-prev-btn {
      width: 200px; } }
  .menu-next-btn.-left,
  .menu-prev-btn.-left {
    left: 0;
    padding-left: 30px; }
  .menu-next-btn.-right,
  .menu-prev-btn.-right {
    right: 0;
    padding-right: 30px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
  .menu-next-btn:hover,
  .menu-prev-btn:hover {
    opacity: 0.7; }
  .menu-next-btn.-is-hidden,
  .menu-prev-btn.-is-hidden {
    opacity: 0; }

.menu-prev-btn {
  top: 50%;
  left: 0;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg); }

.menu-next-btn {
  top: 50%;
  right: 0;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg); }

/* 
Easings
========================================================================== 
*/
.menu-viewer .swiper-wrapper {
  -webkit-transition-timing-function: cubic-bezier(0.16, 0.96, 0.28, 0.98);
  -o-transition-timing-function: cubic-bezier(0.16, 0.96, 0.28, 0.98);
  transition-timing-function: cubic-bezier(0.16, 0.96, 0.28, 0.98); }

/* 
==========================================================================
Animations
========================================================================== 
*/
/* 
Barba transitions
========================================================================== 
*/
.-hide-elements .header-link {
  opacity: 0;
  -webkit-transform: translateY(-50px);
  -ms-transform: translateY(-50px);
  transform: translateY(-50px); }

.-hide-elements .page-head__title {
  opacity: 0;
  -webkit-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px); }

.-hide-elements .page-head__subtitle {
  opacity: 0;
  -webkit-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px); }

.-hide-elements .page-head__line {
  opacity: 0;
  -webkit-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px); }

.-hide-elements .secondary-menu {
  opacity: 0; }

.-hide-elements .page-content {
  opacity: 0; }

.-show-elements .header-link {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, -webkit-transform 1s;
  -o-transition: opacity 1s, transform 1s;
  transition: opacity 1s, transform 1s;
  transition: opacity 1s, transform 1s, -webkit-transform 1s; }

.-show-elements .page-head__title {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, -webkit-transform 1s;
  -o-transition: opacity 1s, transform 1s;
  transition: opacity 1s, transform 1s;
  transition: opacity 1s, transform 1s, -webkit-transform 1s; }

.-show-elements .page-head__subtitle {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: opacity 1s 0.3s, -webkit-transform 1s 0.3s;
  transition: opacity 1s 0.3s, -webkit-transform 1s 0.3s;
  -o-transition: opacity 1s 0.3s, transform 1s 0.3s;
  transition: opacity 1s 0.3s, transform 1s 0.3s;
  transition: opacity 1s 0.3s, transform 1s 0.3s, -webkit-transform 1s 0.3s; }

.-show-elements .page-head__line {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: opacity 1s 0.6s, -webkit-transform 1s 0.6s;
  transition: opacity 1s 0.6s, -webkit-transform 1s 0.6s;
  -o-transition: opacity 1s 0.6s, transform 1s 0.6s;
  transition: opacity 1s 0.6s, transform 1s 0.6s;
  transition: opacity 1s 0.6s, transform 1s 0.6s, -webkit-transform 1s 0.6s; }

.-show-elements .secondary-menu {
  opacity: 1;
  -webkit-transition: opacity 1s 1.2s;
  -o-transition: opacity 1s 1.2s;
  transition: opacity 1s 1.2s; }

.-show-elements .page-content {
  opacity: 1;
  -webkit-transition: opacity 1s 1.6s;
  -o-transition: opacity 1s 1.6s;
  transition: opacity 1s 1.6s; }

.-hide-ctas .floating-cta {
  opacity: 0;
  -webkit-transform: translateY(-50px);
  -ms-transform: translateY(-50px);
  transform: translateY(-50px); }

.-show-ctas .floating-cta {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: opacity 1s 1.9s, -webkit-transform 1s 1.9s;
  transition: opacity 1s 1.9s, -webkit-transform 1s 1.9s;
  -o-transition: opacity 1s 1.9s, transform 1s 1.9s;
  transition: opacity 1s 1.9s, transform 1s 1.9s;
  transition: opacity 1s 1.9s, transform 1s 1.9s, -webkit-transform 1s 1.9s; }

/* 
On scroll scale
========================================================================== 
*/
.ken-burns {
  overflow: hidden; }
  .ken-burns &gt; .inner {
    -webkit-animation: ken-burns-animation 40s infinite;
    animation: ken-burns-animation 40s infinite; }

@-webkit-keyframes ken-burns-animation {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  50% {
    -webkit-transform: scale(0.92);
    transform: scale(0.92); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes ken-burns-animation {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  50% {
    -webkit-transform: scale(0.92);
    transform: scale(0.92); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

/* 
==========================================================================
Shared pages styles
========================================================================== 
*/
.page {
  position: relative;
  overflow: hidden;
  padding-top: 40vh; }
  @media (min-width: 640px) {
    .page {
      padding-top: 0; } }

.page-head {
  text-align: center; }
  .page-head__title {
    font-size: 50px;
    margin-bottom: 0.4em;
    line-height: 1.2; }
    @media (min-width: 640px) {
      .page-head__title {
        font-size: 100px; } }
    @media (min-width: 1024px) {
      .page-head__title {
        font-size: 120px; } }
    @media (min-width: 1200px) {
      .page-head__title {
        font-size: 140px; } }
    @media (min-width: 1200px) {
      .page-head__title {
        font-size: 140px; } }
  .page-head__title.h-3{
    font-size: 25px;
    line-height: 1.25; }
  @media (min-width: 640px) {
    .page-head__title.h-3 {
      font-size: 40px; } }
  @media (min-width: 1024px) {
    .page-head__title.h-3 {
      font-size: 60px; } }
  @media (min-width: 1200px) {
    .page-head__title.h-3 {
      font-size: 62px; } }
  @media (min-width: 1200px) {
    .page-head__title.h-3 {
      font-size: 64px; } }

  .page-head__subtitle {
    font-family: "SangBleuSunrise-Light", sans-serif;
    font-weight: normal;
    font-style: normal;
    line-height: 1.8;
    font-size: 18px;
    margin-bottom: 80px; }
    @media (min-width: 640px) {
      .page-head__subtitle {
        font-size: 22px; } }
    @media (min-width: 1024px) {
      .page-head__subtitle {
        font-size: 22px; } }
    @media (min-width: 1200px) {
      .page-head__subtitle {
        font-size: 24px; } }
    @media (min-width: 1200px) {
      .page-head__subtitle {
        font-size: 24px; } }
    .page-head__subtitle a {
      text-decoration: underline;
      -webkit-text-decoration-color: #beb9b3;
      text-decoration-color: #beb9b3;
      -webkit-text-decoration-skip: ink;
      text-decoration-skip: ink; }
  .page-head .v-line {
    margin-bottom: 150px; }
    @media (max-width: 639px) {
      .page-head .v-line {
        -webkit-transform: scaleY(0.8);
        -ms-transform: scaleY(0.8);
        transform: scaleY(0.8);
        -webkit-transform-origin: top center;
        -ms-transform-origin: top center;
        transform-origin: top center; } }
  .page-head__img-wr {
    position: relative;
    overflow: hidden; }
    .page-head__img-wr &gt; img.inner {
      width: 100%;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate3d(-50%, -50%, 0);
      transform: translate3d(-50%, -50%, 0); }
    .page-head__img-wr &gt; div.inner {
      position: absolute;
      width: 110%;
      height: 110%;
      top: -5%;
      left: -5%;
      background-size: cover;
      background-position: center center;
      background-repeat: no-repeat; }
    .page-head__img-wr &gt; video.inner {
      /*
    height: 110%;
    width: auto;

    @media (min-width: 1024px) {
      width: 110%;
      height: auto;
    }

    @include absolute-v-o-center;
    */
      position: absolute;
      width: 110%;
      height: 110%;
      top: -5%;
      left: -5%; }
    .page-head__img-wr:before {
      display: block;
      content: "";
      width: 100%;
      padding-top: 112.69841%; }
    @media (min-width: 640px) {
      .page-head__img-wr:before {
        display: block;
        content: "";
        width: 100%;
        padding-top: 48.37662%; } }
    .page-head__img-wr &gt; div.inner {
      width: 110%;
      height: 110%;
      top: -5%;
      left: -5%; }

/* 
==========================================================================
Inline Images
========================================================================== 
*/
.inline-images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }
  @media (min-width: 640px) {
    .inline-images {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; } }
  @media (min-width: 640px) {
    .inline-images.-two .inline-img-wr {
      width: 48%; } }
  @media (min-width: 1024px) {
    .inline-images.-two .inline-img-wr {
      width: 46%; } }

.inline-img.first-of-two {
  margin-bottom: 50px; }

.inline-img-wr {
  padding: 0 20px; }
  @media (min-width: 1024px) {
    .inline-img-wr {
      padding: 0; } }
  .inline-img-wr img {
    display: block;
    max-width: 100%;
    height: auto; }
  .inline-img-wr.no-pad {
    padding: 0; }

@media (min-width: 1200px) {
  .floating-img-wr {
    position: absolute;
    bottom: 0; }
    .floating-img-wr.-left {
      right: 100%; }
    .floating-img-wr.-right {
      left: 100%; } }

.has-floating-image {
  position: relative; }
  .has-floating-image img {
    display: block;
    margin-bottom: 50px; }
  @media (min-width: 640px) {
    .has-floating-image img {
      display: inline;
      max-width: 30%; }
    .has-floating-image.-left img {
      float: left;
      margin-right: 50px;
      margin-bottom: 50px;
      margin-top: 50px; }
    .has-floating-image.-right img {
      float: right;
      margin-left: 50px;
      margin-bottom: 50px;
      margin-top: 50px; } }
  @media (min-width: 1440px) {
    .has-floating-image img {
      display: block;
      position: absolute;
      bottom: 0; }
    .has-floating-image.-left img {
      float: none;
      right: 100%; }
    .has-floating-image.-right img {
      float: none;
      left: 100%; } }

.closing-img-wr {
  position: relative;
  overflow: hidden; }
  .closing-img-wr:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 72%; }
    @media (min-width: 640px) {
      .closing-img-wr:before {
        padding-top: 66.66667%; } }
  .closing-img-wr &gt; .inner {
    position: absolute;
    top: 0;
    left: -10%;
    width: 120%;
    height: auto; }
    @media (min-width: 640px) {
      .closing-img-wr &gt; .inner {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; } }

/* 
==========================================================================
Home Page
========================================================================== 
*/
/* 
Cover splash
========================================================================== 
*/
.cover-splash-wrapper {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  z-index: 1;
  position: relative; }

.cover-splash,
.cover-splash__swiper,
.swiper-slide {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden; }

.splash-img-wr {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-transition: -webkit-transform 10s;
  transition: -webkit-transform 10s;
  -o-transition: transform 10s;
  transition: transform 10s;
  transition: transform 10s, -webkit-transform 10s; }

.cover-splash .swiper-slide {
  /*
  &amp;:nth-child(even) .splash-img-wr {
    transform: scale(1);
  }
  &amp;:nth-child(even).swiper-slide-active .splash-img-wr {
    transform: scale(1.1);
  }

  &amp;:nth-child(odd) .splash-img-wr {
    transform: scale(1.1);
  }
  &amp;:nth-child(odd).swiper-slide-active .splash-img-wr {
    transform: scale(1);
  }
  */ }
  .cover-splash .swiper-slide .splash-img-wr {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform 5s;
    transition: -webkit-transform 5s;
    -o-transition: transform 5s;
    transition: transform 5s;
    transition: transform 5s, -webkit-transform 5s; }
  .cover-splash .swiper-slide.swiper-slide-active .splash-img-wr,
  .cover-splash .swiper-slide.swiper-slide-duplicate-active .splash-img-wr,
  .cover-splash .swiper-slide.swiper-slide-prev .splash-img-wr {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: -webkit-transform 10s;
    transition: -webkit-transform 10s;
    -o-transition: transform 10s;
    transition: transform 10s;
    transition: transform 10s, -webkit-transform 10s; }

.home-scroll-invite {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  text-align: center;
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s; }
  .home-scroll-invite__label {
    margin-top: 30px;
    display: inline-block;
    font-family: "SangBleuSunrise-Light", sans-serif;
    font-weight: normal;
    font-style: normal;
    color: #fff;
    font-size: 14px; }
    @media (min-width: 1024px) {
      .home-scroll-invite__label {
        font-size: 18px; } }
  .has-scrolled .home-scroll-invite {
    opacity: 0; }

.cover-small-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  z-index: 1;
  display: none;
  width: 140px;
  height: auto; }
  @media (min-width: 1024px) {
    .cover-small-logo {
      display: none; } }

/* 
Home page news bar
========================================================================== 
*/
.newsbar {
  background-color: #4f585a;
  color: #fff;
  text-align: center;
  font-size: 14px;
  letter-spacing: 0.01em;
  padding: 1.1em 30px; }
  @media (min-width: 640px) {
    .newsbar {
      padding: 0.8em 30px;
      font-size: 16px; } }
  .newsbar p {
    margin: 0; }
  .newsbar a {
    text-decoration: underline; }

/* 
Home sections component
========================================================================== 
*/
.home-sections {
  padding-top: 70px; }
  @media (min-width: 640px) {
    .home-sections {
      padding-top: 120px; } }
  @media (min-width: 1024px) {
    .home-sections {
      padding-top: 120px; } }
  @media (min-width: 1200px) {
    .home-sections {
      padding-top: 175px; } }

.home-section {
  text-align: center; }
  .home-section__image-or-video-wr {
    position: relative;
    overflow: hidden; }
    .home-section__image-or-video-wr &gt; img.inner {
      width: 100%;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate3d(-50%, -50%, 0);
      transform: translate3d(-50%, -50%, 0); }
    .home-section__image-or-video-wr &gt; div.inner {
      position: absolute;
      width: 110%;
      height: 110%;
      top: -5%;
      left: -5%;
      background-size: cover;
      background-position: center center;
      background-repeat: no-repeat; }
    .home-section__image-or-video-wr &gt; video.inner {
      /*
    height: 110%;
    width: auto;

    @media (min-width: 1024px) {
      width: 110%;
      height: auto;
    }

    @include absolute-v-o-center;
    */
      position: absolute;
      width: 110%;
      height: 110%;
      top: -5%;
      left: -5%; }
    .home-section__image-or-video-wr:before {
      display: block;
      content: "";
      width: 100%;
      padding-top: 112.69841%; }
    @media (min-width: 640px) {
      .home-section__image-or-video-wr:before {
        display: block;
        content: "";
        width: 100%;
        padding-top: 48.37662%; } }
  .home-section__title {
    margin-top: 0.85em;
    margin-bottom: 0.6em;
    font-size: 48px;
    z-index: 1;
    position: relative; }
    @media (min-width: 640px) {
      .home-section__title {
        font-size: 80px; } }
    @media (min-width: 1024px) {
      .home-section__title {
        font-size: 100px;
        margin-bottom: 0.2em; } }
    @media (min-width: 1200px) {
      .home-section__title {
        font-size: 120px; } }
    @media (min-width: 1200px) {
      .home-section__title {
        font-size: 120px; } }
    @media (min-width: 640px) {
      .home-section__title {
        margin-top: -0.35em; } }
  .home-section__subtitle {
    font-family: "SangBleuSunrise-Light", sans-serif;
    font-weight: normal;
    font-style: normal;
    line-height: 2;
    font-size: 16px; }
    @media (min-width: 640px) {
      .home-section__subtitle {
        font-size: 20px; } }
    @media (min-width: 1024px) {
      .home-section__subtitle {
        font-size: 22px; } }
    @media (min-width: 1200px) {
      .home-section__subtitle {
        font-size: 22px; } }
    @media (min-width: 1200px) {
      .home-section__subtitle {
        font-size: 22px; } }
  .home-section__link {
    font-family: "SangBleuSunrise-Light", sans-serif;
    font-weight: normal;
    font-style: normal;
    text-transform: uppercase;
    font-size: 14px;
    display: inline-block;
    margin-top: 1em; }
    @media (min-width: 1024px) {
      .home-section__link {
        display: none; } }

/* 
Home page ctas color
========================================================================== 
*/
.has-not-scrolled[data-page-namespace="home"]:not(.nav-is-open) .floating-cta {
  color: #fff; }

.has-not-scrolled[data-page-namespace="home"]:not(.nav-is-open) .hamburger-inner,
.has-not-scrolled[data-page-namespace="home"]:not(.nav-is-open) .hamburger-inner::before,
.has-not-scrolled[data-page-namespace="home"]:not(.nav-is-open) .hamburger-inner::after {
  background-color: #fff; }

.has-not-scrolled[data-page-namespace="home"]:not(.nav-is-open) .header-logo-wr svg path {
  fill: #fff; }

#toggleAudio {
  position: absolute;
  bottom: 1.5rem;
  right: 2rem;
  z-index: 2000; }

@media (min-width: 1024px) {
  #toggleAudio {
    right: 5rem;
    bottom: 4rem; } }

#toggleAudio.audioPlay svg #HP {
  fill: #C5C0B6; }

/* 
==========================================================================
Menu page
========================================================================== 
*/
/*
Percorso
========================================================================== 
*/
.path-title {
  font-size: 25px;
  line-height: 1.25;
  margin-bottom: 0.8em; }
  @media (min-width: 640px) {
    .path-title {
      font-size: 40px; } }
  @media (min-width: 1024px) {
    .path-title {
      font-size: 60px; } }
  @media (min-width: 1200px) {
    .path-title {
      font-size: 62px; } }
  @media (min-width: 1200px) {
    .path-title {
      font-size: 64px; } }

.path-content {
  font-size: 16px;
  line-height: 2.3;
  margin-bottom: 2em;
  font-family: "SangBleuSunrise-Light", sans-serif;
  font-weight: normal;
  font-style: normal;
  margin-bottom: 1.2em;
  line-height: 1.7;
  margin-bottom: 2em; }
  @media (min-width: 640px) {
    .path-content {
      font-size: 18px; } }
  @media (min-width: 1024px) {
    .path-content {
      font-size: 20px; } }
  @media (min-width: 1200px) {
    .path-content {
      font-size: 21px; } }
  @media (min-width: 1440px) {
    .path-content {
      font-size: 21px; } }
  @media (min-width: 1024px) {
    .path-content {
      font-size: 18px; } }
  @media (min-width: 1200px) {
    .path-content {
      font-size: 20px; } }
  @media (min-width: 1440px) {
    .path-content {
      font-size: 24px; } }

.path-link {
  cursor: pointer;
  position: relative;
  font-family: "SangBleuSunrise-Light", sans-serif;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.05em;
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s; }
  @media (min-width: 1024px) {
    .path-link {
      font-size: 12px; } }
  @media (min-width: 1200px) {
    .path-link {
      font-size: 14px; } }
  .path-link:hover {
    opacity: 0.6; }

.menu-item__closing__smaller {
  font-size: 13px; }
  @media (min-width: 640px) {
    .menu-item__closing__smaller {
      font-size: 15px; } }
  @media (min-width: 1024px) {
    .menu-item__closing__smaller {
      font-size: 17px; } }
  @media (min-width: 1200px) {
    .menu-item__closing__smaller {
      font-size: 18px; } }

/* 
==========================================================================
Chef page
========================================================================== 
*/
/* 
==========================================================================
Locanda page
========================================================================== 
*/
.prizes-list {
  max-width: 830px;
  margin-top: 70px;
  margin-left: auto;
  margin-right: auto; }

.prize-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  margin-bottom: 50px; }
  @media (min-width: 640px) {
    .prize-item {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      text-align: left;
      margin-bottom: 50px; }
      .prize-item:nth-child(even) .prize-item__content-wr {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1; }
      .prize-item:nth-child(even) .prize-item__img-wr {
        text-align: right; } }
  @media (min-width: 1024px) {
    .prize-item {
      margin-bottom: 100px; } }
  @media (min-width: 1200px) {
    .prize-item {
      margin-bottom: 120px; } }
  @media (min-width: 1440px) {
    .prize-item {
      margin-bottom: 150px; } }
  .prize-item__img-wr {
    padding: 10px 15px 0 10px; }
    @media (min-width: 640px) {
      .prize-item__img-wr {
        max-width: none;
        width: 50%; } }
  .prize-item__content-wr {
    padding: 0 10px 0 15px; }
    @media (min-width: 640px) {
      .prize-item__content-wr {
        width: 50%; } }
  .prize-item__img {
    width: 250px;
    max-width: 100%;
    margin-bottom: 40px; }
  .prize-item__year {
    font-size: 50px;
    margin-bottom: 0.2em; }
    @media (min-width: 640px) {
      .prize-item__year {
        font-size: 60px; } }
    @media (min-width: 1024px) {
      .prize-item__year {
        font-size: 65px; } }
    @media (min-width: 1200px) {
      .prize-item__year {
        font-size: 70px; } }
    @media (min-width: 1440px) {
      .prize-item__year {
        font-size: 72px; } }
  .prize-item__description {
    font-family: "SangBleuSunrise-Light", sans-serif;
    font-weight: normal;
    font-style: normal;
    line-height: 1.7;
    font-size: 16px;
    margin-bottom: 2em; }
  .prize-item__description a {
    text-decoration: underline;
    text-decoration-thickness: from-font;
    }
    @media (min-width: 640px) {
      .prize-item__description {
        font-size: 18px; } }
    @media (min-width: 1024px) {
      .prize-item__description {
        font-size: 18px; } }
    @media (min-width: 1200px) {
      .prize-item__description {
        font-size: 20px; } }
    @media (min-width: 1440px) {
      .prize-item__description {
        font-size: 21px; } }

/* 
==========================================================================
Lunelli page
========================================================================== 
*/
.logos-lunelli {
  padding: 3rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }
  @media (min-width: 640px) {
    .logos-lunelli {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; } }
  .logos-lunelli__item {
    text-align: center; }
  .logos-lunelli img {
    display: block;
    max-width: 100%;
    width: 250px; }
  .logos-lunelli a {
    position: relative;
    display: inline-block;
    opacity: 1;
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s; }
  .logos-lunelli a:hover {
    opacity: 0.7; }

/* 
==========================================================================
Raggiungici / Prenota pages
========================================================================== 
*/
.address__subtitle {
  margin-bottom: 2.3em;
  line-height: 2; }

.address__text {
  font-family: "SangBleuSunrise-Light", sans-serif;
  font-weight: normal;
  font-style: normal;
  margin-bottom: 1.2em; }

/* 
Forms
========================================================================== 
*/
.uniform__potty {
  position: absolute;
  left: -9999px; }

.form {
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 80px; }

.form-row {
  position: relative;
  text-align: left;
  margin-bottom: 30px; }
  @media (min-width: 1024px) {
    .form-row {
      margin-bottom: 50px; } }
  .form-row.-last-row {
    margin-bottom: 40px; }
    @media (min-width: 1024px) {
      .form-row.-last-row {
        margin-bottom: 70px; } }

.form-row.-text input,
.form-row.-text textarea,
.form-row.-textarea input,
.form-row.-textarea textarea {
  display: block;
  width: 100%;
  background-color: transparent;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 16px;
  padding: 0.6em 0;
  border-radius: 0;
  border-bottom: 1px solid #bebebe;
  -webkit-transition: border-color 0.4s;
  -o-transition: border-color 0.4s;
  transition: border-color 0.4s; }
  @media (min-width: 640px) {
    .form-row.-text input,
    .form-row.-text textarea,
    .form-row.-textarea input,
    .form-row.-textarea textarea {
      font-size: 20px; } }
  @media (min-width: 1200px) {
    .form-row.-text input,
    .form-row.-text textarea,
    .form-row.-textarea input,
    .form-row.-textarea textarea {
      font-size: 21px; } }
  .form-row.-text input:focus,
  .form-row.-text textarea:focus,
  .form-row.-textarea input:focus,
  .form-row.-textarea textarea:focus {
    border-bottom: 1px solid #bda78e; }

.form-row.-text textarea,
.form-row.-textarea textarea {
  resize: none; }

.form-row.-text label,
.form-row.-textarea label {
  pointer-events: none;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  color: #a0988f;
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  font-size: 16px;
  padding: 0.6em 0;
  -webkit-animation: labelAnim 1s forwards;
  animation: labelAnim 1s forwards; }
  @media (min-width: 640px) {
    .form-row.-text label,
    .form-row.-textarea label {
      font-size: 20px; } }
  @media (min-width: 1200px) {
    .form-row.-text label,
    .form-row.-textarea label {
      font-size: 21px; } }

.form-row.-text.-is-filled label,
.form-row.-textarea.-is-filled label,
.form-row.-text.-label-up label {
  -webkit-animation: labelAnimOnFocus 1s forwards;
  animation: labelAnimOnFocus 1s forwards; }

input[type="date"]::-webkit-datetime-edit-text,
input[type="date"]::-webkit-datetime-edit-month-field,
input[type="date"]::-webkit-datetime-edit-day-field,
input[type="date"]::-webkit-datetime-edit-year-field {
  color: #a0988f;
}

/* regular text style */
.-is-filled input[type="date"]::-webkit-datetime-edit-text,
.-is-filled input[type="date"]::-webkit-datetime-edit-month-field,
.-is-filled input[type="date"]::-webkit-datetime-edit-day-field,
.-is-filled input[type="date"]::-webkit-datetime-edit-year-field {
  color: #6e6255;
}

.form-row.-text.-textarea label,
.form-row.-textarea.-textarea label {
  bottom: auto;
  top: 0; }

.form-row.-text.-is-filled input,
.form-row.-text.-is-filled textarea,
.form-row.-textarea.-is-filled input,
.form-row.-textarea.-is-filled textarea {
  border-radius: 0;
  border-bottom: 1px solid #6e6255;
  -webkit-transition: border-color 0.4s;
  -o-transition: border-color 0.4s;
  transition: border-color 0.4s; }
  .form-row.-text.-is-filled input:focus,
  .form-row.-text.-is-filled textarea:focus,
  .form-row.-textarea.-is-filled input:focus,
  .form-row.-textarea.-is-filled textarea:focus {
    border-bottom: 1px solid #bda78e; }

@-webkit-keyframes labelAnim {
  0% {
    opacity: 1;
    -webkit-transform: translate3d(0, -50%, 0) scale(0.7);
    transform: translate3d(0, -50%, 0) scale(0.7); }
  50% {
    opacity: 0;
    -webkit-transform: translate3d(0, -50%, 0) scale(0.7);
    transform: translate3d(0, -50%, 0) scale(0.7); }
  51% {
    opacity: 0;
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes labelAnim {
  0% {
    opacity: 1;
    -webkit-transform: translate3d(0, -50%, 0) scale(0.7);
    transform: translate3d(0, -50%, 0) scale(0.7); }
  50% {
    opacity: 0;
    -webkit-transform: translate3d(0, -50%, 0) scale(0.7);
    transform: translate3d(0, -50%, 0) scale(0.7); }
  51% {
    opacity: 0;
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@-webkit-keyframes labelAnimOnFocus {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  50% {
    opacity: 0;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0); }
  51% {
    opacity: 1;
    -webkit-transform: translate3d(0, -60%, 0) scale(0.7);
    transform: translate3d(0, -60%, 0) scale(0.7); }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, -50%, 0) scale(0.7);
    transform: translate3d(0, -50%, 0) scale(0.7); } }

@keyframes labelAnimOnFocus {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  50% {
    opacity: 0;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0); }
  51% {
    opacity: 1;
    -webkit-transform: translate3d(0, -60%, 0) scale(0.7);
    transform: translate3d(0, -60%, 0) scale(0.7); }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, -50%, 0) scale(0.7);
    transform: translate3d(0, -50%, 0) scale(0.7); } }

/* https://codepen.io/imohkay/pen/bCpxm */
.form-checkb {
  position: relative;
  text-align: left;
  margin-bottom: 80px;
  float: left; }
  @media (min-width: 1024px) {
    .form-checkb {
      margin-bottom: 100px; } }
  .form-checkb__input, .form-checkb__label {
    display: inline-block;
    vertical-align: middle;
    margin: 5px;
    cursor: pointer;
    -webkit-animation: none;
    animation: none;
    position: relative;
    left: auto;
    bottom: auto;
    top: auto; }
  .form-checkb__input {
    opacity: 0;
    position: absolute; }
  .form-checkb__label {
    position: relative; }
    .form-checkb__label a, .form-checkb__line a {
      text-decoration: underline;
      text-decoration-skip-ink: auto;
      opacity: 1;
      -webkit-transition: 0.3s opacity;
      -o-transition: 0.3s opacity;
      transition: 0.3s opacity; }
      .form-checkb__label a:hover, .form-checkb__line a:hover{
        opacity: 0.7; }
    .form-checkb__label &gt; span {
      padding-left: 35px;
      display: block; }
      @media (min-width: 640px) {
        .form-checkb__label &gt; span {
          padding-left: 45px; } }

.form-checkb__input {
  opacity: 0;
  position: absolute; }

.form-checkb__input,
.form-checkb__label {
  display: inline-block;
  vertical-align: middle;
  margin: 5px;
  cursor: pointer; }

.form-checkb__label {
  position: relative; }

.form-checkb__input + .form-checkb__label:before {
  content: "";
  background: #fff;
  border: 1px solid #c5c0b6;
  display: inline-block;
  width: 20px;
  height: 20px;
  padding: 2px;
  text-align: center;
  margin-top: 5px;
  position: absolute;
  top: 0;
  left: 0; }
  @media (min-width: 640px) {
    .form-checkb__input + .form-checkb__label:before {
      width: 25px;
      height: 25px;
      margin-top: 2px; } }

.form-checkb__input:checked + .form-checkb__label:before {
  background: #79746b;
  -webkit-box-shadow: inset 0px 0px 0px 4px #fff;
  box-shadow: inset 0px 0px 0px 4px #fff; }
  @media (min-width: 1024px) {
    .form-checkb__input:checked + .form-checkb__label:before {
      -webkit-box-shadow: inset 0px 0px 0px 6px #fff;
      box-shadow: inset 0px 0px 0px 6px #fff; } }

.form-checkb__input:focus + .form-checkb__label {
  outline: 1px solid #ddd;
  /* focus style */ }

.form-radiob{
  position: relative;
  text-align: left;
  margin-bottom: 80px;
  float: left; 
}

@media (min-width: 1024px) {
  .form-radiob {
    margin-bottom: 100px;
  }
}

.form-checkb.form-checkb--less-margin, .form-radiob.form-radiob--less-margin{
  margin-bottom: 40px;
}

.invisible-input {
  opacity: 0;
  height: 0;
  width: 0;
  padding: 0;
  margin: 0; }

.form-error {
  border-color: red; }

.form-error-message {
  position: absolute;
  top: 110%;
  left: 0;
  font-family: "SangBleuSunrise-Light", sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #d22828;
  font-size: 12px; }

.form-checkb, .form-radiob {
  width: 100%;
  line-height: 1.5;
  font-size: 13px; }
  .form-checkb__line {
    position: relative;
    margin-bottom: 1em; }
  .form-checkb .form-error-message {
    top: 90%;
    padding-left: 40px; }
    @media (min-width: 640px) {
      .form-checkb .form-error-message {
        padding-left: 55px; } }

/* 
Popups
========================================================================== 
*/
.popup {
  position: relative; }
  .popup__trigger {
    cursor: pointer;
    font-size: 16px;
    padding: 0.6em 0;
    border-radius: 0;
    border-bottom: 1px solid #bebebe;
    -webkit-transition: border-color 0.4s;
    -o-transition: border-color 0.4s;
    transition: border-color 0.4s; }
    @media (min-width: 640px) {
      .popup__trigger {
        font-size: 20px; } }
    @media (min-width: 1200px) {
      .popup__trigger {
        font-size: 21px; } }
    .popup__trigger:focus {
      border-bottom: 1px solid #bda78e; }
    .popup__trigger:first-letter {
      text-transform: uppercase; }
    .popup__trigger__icon {
      display: block;
      float: right;
      -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
      transform: rotate(0);
      -webkit-transition: -webkit-transform 0.3s;
      transition: -webkit-transform 0.3s;
      -o-transition: transform 0.3s;
      transition: transform 0.3s;
      transition: transform 0.3s, -webkit-transform 0.3s; }
    .-is-open .popup__trigger__icon {
      -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      transform: rotate(180deg); }
  .popup__content {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    z-index: 1;
    background-color: #fff;
    -webkit-box-shadow: 0 0 10px 0 #e2e2e2;
    box-shadow: 0 0 10px 0 #e2e2e2;
    padding: 30px 20px;
    opacity: 0;
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
    visibility: hidden;
    -webkit-transition: opacity 0.3s, visibility 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, visibility 0.3s, -webkit-transform 0.3s;
    -o-transition: opacity 0.3s, transform 0.3s, visibility 0.3s;
    transition: opacity 0.3s, transform 0.3s, visibility 0.3s;
    transition: opacity 0.3s, transform 0.3s, visibility 0.3s, -webkit-transform 0.3s; }
    .-is-open .popup__content {
      opacity: 1;
      -webkit-transform: translateY(-1px);
      -ms-transform: translateY(-1px);
      transform: translateY(-1px);
      visibility: visible;
      -webkit-transition: opacity 0.3s, visibility 0s, -webkit-transform 0.3s;
      transition: opacity 0.3s, visibility 0s, -webkit-transform 0.3s;
      -o-transition: opacity 0.3s, transform 0.3s, visibility 0s;
      transition: opacity 0.3s, transform 0.3s, visibility 0s;
      transition: opacity 0.3s, transform 0.3s, visibility 0s, -webkit-transform 0.3s; }
  .popup__content__info {
    margin-bottom: 0;
    text-align: center;
    font-size: 18px; }

.popup.-is-filled .popup__trigger {
  border-radius: 0;
  border-bottom: 1px solid #6e6255;
  -webkit-transition: border-color 0.4s;
  -o-transition: border-color 0.4s;
  transition: border-color 0.4s; }
  .popup.-is-filled .popup__trigger:focus {
    border-bottom: 1px solid #bda78e; }

/* 
Radios policy
========================================================================== 
*/
.radios3{
  display: flex;
  flex-wrap: nowrap;
}
.radios3__item{
  margin-right: 15px;
}
@media (min-width: 640px) {
  .radios3__item{
    margin-right: 20px;
  }
}
.radio-custom {
  opacity: 0;
  position: absolute;   
}
.radio-custom, .radio-custom-label {
  display: inline-block;
  vertical-align: middle;
  margin: 5px;
  cursor: pointer;
}
.radio-custom-label {
  position: relative;
}
.radio-custom + .radio-custom-label:before {
  content: '';
  background: #fff;
  border: 1px solid #c5c0b6;
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 24px;
  padding: 2px;
  margin-right: 10px;
  text-align: center;
}
@media (min-width: 640px) {
  .radio-custom + .radio-custom-label:before {
    margin-right: 20px;
  }
}

.radio-custom + .radio-custom-label:before {
  border-radius: 50%;
}

.radio-custom:checked + .radio-custom-label:before {
  background: #79746b;
  box-shadow: inset 0px 0px 0px 4px #FFF;
}


.radio-custom:focus + .radio-custom-label {
  outline: 0px solid #FFF; /* focus style */
}

/* 
Radios v 1
========================================================================== 
*/
.radios1 {
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .radios1__item {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1; }
  .radios1 input {
    visibility: hidden;
    position: absolute; }
  .radios1 label {
    margin-bottom: 1em;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    cursor: pointer; }
    .radios1 label &gt; span {
      display: block;
      width: 40px;
      height: 40px;
      line-height: 40px;
      font-family: "SangBleuSunrise-Light", sans-serif;
      font-weight: normal;
      font-style: normal;
      text-align: center;
      font-size: 16px;
      cursor: pointer;
      background-color: transparent;
      -webkit-transition: background-color 0.3s;
      -o-transition: background-color 0.3s;
      transition: background-color 0.3s;
      position: relative; }
      .radios1 label &gt; span &gt; span {
        pointer-events: none;
        position: relative;
        z-index: 1; }
      .radios1 label &gt; span:before, .radios1 label &gt; span:after {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border-radius: 50%;
        -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
        transform: scale(0.8);
        opacity: 0;
        -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
        transition: opacity 0.3s, -webkit-transform 0.3s;
        -o-transition: transform 0.3s, opacity 0.3s;
        transition: transform 0.3s, opacity 0.3s;
        transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s; }
      .radios1 label &gt; span:before {
        background-color: #f7f7f7; }
      .radios1 label &gt; span:hover:before {
        opacity: 1;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1); }
      .radios1 label &gt; span:after {
        background-color: #f5eee5; }

input[type="radio"]:checked + label &gt; span:after {
  opacity: 1;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1); }

/* 
Radios v 2
========================================================================== 
*/
.radios2 {
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .radios2__item {
    width: 25%; }
  .radios2 input {
    visibility: hidden;
    position: absolute; }
  .radios2 label {
    margin-bottom: 1em;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    cursor: pointer; }
    .radios2 label.is-disabled {
      opacity: 0.5;
      cursor: not-allowed; }
      .radios2 label.is-disabled &gt; span {
        cursor: not-allowed; }
    .radios2 label &gt; span {
      display: block;
      font-family: "SangBleuSunrise-Light", sans-serif;
      font-weight: normal;
      font-style: normal;
      text-align: center;
      font-size: 16px;
      cursor: pointer;
      background-color: transparent;
      -webkit-transition: background-color 0.3s;
      -o-transition: background-color 0.3s;
      transition: background-color 0.3s;
      position: relative; }
      .radios2 label &gt; span &gt; span {
        pointer-events: none;
        position: relative;
        z-index: 1; }
      .radios2 label &gt; span:before {
        content: "";
        display: block;
        position: absolute;
        bottom: 0;
        left: -5%;
        width: 110%;
        height: 1px;
        background-color: #eee5d9;
        -webkit-transform: translateY(3px) scaleX(0.9);
        -ms-transform: translateY(3px) scaleX(0.9);
        transform: translateY(3px) scaleX(0.9);
        opacity: 0;
        -webkit-transition: opacity 0.3s, background-color 0.3s, -webkit-transform 0.3s;
        transition: opacity 0.3s, background-color 0.3s, -webkit-transform 0.3s;
        -o-transition: transform 0.3s, opacity 0.3s, background-color 0.3s;
        transition: transform 0.3s, opacity 0.3s, background-color 0.3s;
        transition: transform 0.3s, opacity 0.3s, background-color 0.3s, -webkit-transform 0.3s; }
      .radios2 label &gt; span:hover:before {
        -webkit-transform: translateY(0) scaleX(0.9);
        -ms-transform: translateY(0) scaleX(0.9);
        transform: translateY(0) scaleX(0.9);
        opacity: 1; }

input[type="radio"]:checked + label:not(.is-disabled) &gt; span:before {
  -webkit-transform: translateY(0) scaleX(1);
  -ms-transform: translateY(0) scaleX(1);
  transform: translateY(0) scaleX(1);
  opacity: 1;
  background-color: #9b948b; }

/* 
Date picker
========================================================================== 
*/
.date-input-wr .date-input {
  visibility: hidden;
  opacity: 0;
  height: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  pointer-events: none; }

.date-input-wr .flatpickr-calendar {
  width: 100%;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  top: 0;
  margin: 0;
  padding: 0;
  visibility: inherit; }

.date-input-wr .flatpickr-month {
  margin-bottom: 30px;
  overflow: visible; }

.date-input-wr .flatpickr-rContainer,
.date-input-wr .flatpickr-days,
.date-input-wr .dayContainer {
  width: 100%;
  max-width: none; }

.date-input-wr .flatpickr-day {
  max-width: 14%;
  font-family: "SangBleuSunrise-Light", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  height: 40px;
  border: none; }

.date-input-wr .flatpickr-day:focus {
  outline: none; }

.date-input-wr .flatpickr-day.today,
.date-input-wr .flatpickr-day.selected,
.date-input-wr .flatpickr-day:hover,
.date-input-wr .flatpickr-day.today:focus {
  background-color: transparent;
  border: none;
  color: #393939; }

.date-input-wr .flatpickr-day:before {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  border-radius: 50%;
  background-color: transparent;
  z-index: -1;
  -webkit-transition: background-color 1s;
  -o-transition: background-color 1s;
  transition: background-color 1s; }

.date-input-wr .flatpickr-day.disabled:hover {
  color: rgba(57, 57, 57, 0.3) !important; }

.date-input-wr .flatpickr-day.disabled:before {
  opacity: 0; }

.date-input-wr .flatpickr-day:hover:before {
  background-color: #f7f7f7; }

.date-input-wr .flatpickr-day.today:before {
  background-color: transparent;
  -webkit-box-shadow: inset 0px 0px 0px 1px #a8a8a8;
  box-shadow: inset 0px 0px 0px 1px #a8a8a8; }

.date-input-wr .flatpickr-day.selected:before {
  background-color: #f5eee5;
  -webkit-box-shadow: none;
  box-shadow: none; }

.date-input-wr .flatpickr-current-month {
  pointer-events: none; }

.form {
  opacity: 1;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }

.form.-submitting {
  opacity: 0.5;
  pointer-events: none; }

.form-row.popup .popup__trigger__dyn-label {
  color: #a0988f; }

.form-row.popup.-is-filled .popup__trigger__dyn-label {
  color: #1c1c1b; }

/* curriculum */
.stv_cv-inout[type="text"]:focus {
  border: 0;
  border-left: 0 !important; }

.stv_cv-inout[type="text"]::-moz-placeholder, .stv_cv-inout[type="text"]::-webkit-input-placeholder, .stv_cv-inout[type="text"]::-webkit-file-upload-button {
  opacity: 1;
  color: #1c1c1b; }

/* input field */
.form-row.-fileinput {
  display: block;
  float: left;
  z-index: 10; }

.stv_file-input-wrapper label.reale {
  width: 50%;
  float: left; }

.stv_file-input-wrapper .input-group {
  width: 50%;
  float: left;
  text-align: right; }

#stv_cv-inout {
  margin-top: 10px; }

input.form-control.stv_cv-inout {
  text-align: right; }

.stv_file-input-wrapper {
  margin-bottom: 30px; }

.stv_file-input {
  display: none !important; }

.stv_cv-inout {
  background-color: #fff !important;
  border: 0;
  top: 24px;
  height: 34px;
  border-left: 0; }

.btn.gray-light {
  background-color: transparent;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  padding: 1.4em 2em;
  font-size: 14px;
  font-family: "SangBleuSunrise-Light", sans-serif;
  font-weight: normal;
  font-style: normal;
  text-transform: uppercase;
  color: #6e6255;
  white-space: normal;
  -webkit-box-shadow: 0 0 0px 1px #a59789;
  box-shadow: 0 0 0px 1px #a59789; }

.stv_file-input-wrapper .input-group-btn {
  width: 28%; }

.stv_file-input-wrapper .stv_cv-inout {
  width: 100%; }

.form-row.-fileinput label.reale {
  pointer-events: none;
  display: block;
  color: #a0988f;
  font-size: 16px;
  padding: 0.6em 0;
  display: inline-block; }

@media (min-width: 640px) {
  .form-row.-fileinput label.reale {
    font-size: 20px; } }

@media (min-width: 1200px) {
  .form-row.-fileinput label.reale {
    font-size: 21px; } }

#error-for-file.form-error-message {
  position: absolute;
  top: 0;
  text-transform: none;
  position: absolute;
  left: 0;
  top: 3rem; }

/* 
Simple pages
========================================================================== 
*/
.page.-simple .page-head .v-line {
  display: none; }

.page.-simple .page-head h1 {
  font-size: 25px;
  line-height: 1.25; }
  @media (min-width: 640px) {
    .page.-simple .page-head h1 {
      font-size: 40px; } }
  @media (min-width: 1024px) {
    .page.-simple .page-head h1 {
      font-size: 60px; } }
  @media (min-width: 1200px) {
    .page.-simple .page-head h1 {
      font-size: 62px; } }
  @media (min-width: 1200px) {
    .page.-simple .page-head h1 {
      font-size: 64px; } }

.title__ico {
  width: 45%;
  height: auto;
  display: inline-block;
  max-width: 550px;
  min-width: 175px; }

.title__hided {
  opacity: 0;
  position: absolute;
  pointer-events: none; }

[data-namespace="modulo-inviato"] .page-content {
  text-align: center; }

.press_element {
  max-width: 500px;
  position: relative;
  margin-bottom: 120px; }
  @media (min-width: 1024px) {
    .press_element {
      width: 45%;
      margin: 2.5%;
      float: left;
      max-width: none;
      margin-bottom: 120px; } }

.press_element h3 {
  margin-top: 3.5rem;
  margin-bottom: 1rem; }

.press_element h3, .press_element p {
  text-align: center;
  display: block; }

.press_element, .press_element * {
  position: relative; }

.press_element_Logotipo .press_element__div {
  border: 1px solid #dedede; }

.press_element a {
  display: block;
  position: relative; }

.press_element__div {
  overflow: hidden;
  position: relative; }

.press_element__ingombro {
  width: 100%;
  height: auto;
  display: block; }

.press_element .press_element__img {
  width: 100%;
  height: auto;
  display: block;
  top: 50%;
  left: 50%;
  width: 100%;
  height: auto;
  position: absolute;
  -webkit-transform: translate3d(-50%, -50%, 0) scale(1);
  -moz-transform: translate3d(-50%, -50%, 0) scale(1);
  -ms-transform: translate3d(-50%, -50%, 0) scale(1);
  transform: translate3d(-50%, -50%, 0) scale(1);
  -webkit-transition: -webkit-transform ease-in-out 0.35s;
  -moz-transition: -moz-transform ease-in-out 0.35s;
  -ms-transition: -ms-transform ease-in-out 0.35s;
  transition: -webkit-transform ease-in-out 0.35s;
  -o-transition: transform ease-in-out 0.35s;
  transition: transform ease-in-out 0.35s;
  transition: transform ease-in-out 0.35s, -webkit-transform ease-in-out 0.35s; }

.press_element:hover .press_element__img {
  -webkit-transform: translate3d(-50%, -50%, 0) scale(1.1);
  -moz-transform: translate3d(-50%, -50%, 0) scale(1.1);
  -ms-transform: translate3d(-50%, -50%, 0) scale(1.1);
  transform: translate3d(-50%, -50%, 0) scale(1.1); }

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

.form-row.--double-inputs {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin-bottom: 0 !important;
}
.form-row.--double-inputs .form-row.popup {
  width: 170px;
  top: -3px;
}
.form-row.--double-inputs .form-row.popup .popup__content {
  display: flex;
  flex-wrap: wrap;
  height: 200px;
  overflow: scroll;
  padding: 15px 20px;
}
.form-row.--double-inputs .form-row.popup .popup__content .radios2 {
  width: 100%;
  margin: 0;
}
.form-row.--double-inputs .form-row.popup .popup__content .radios2 .radios2__item {
  width: 100%;
}
.form-row.--double-inputs .form-row.popup .popup__content .radios2 label {
  justify-content: flex-start;
}
.form-row.--double-inputs .form-row.-text {
  width: calc(100% - 190px);
}
</pre></body></html>