@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap");
:root {
  --wp-admin-theme-color: $primary-text-color;
}

/* elements */
body {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0;
}
body p {
  font-size: 16px;
}

/* Breakpoints */
/* Container */
@keyframes fadein {
  0% {
    display: block;
    opacity: 0;
    transform: translateY(25px);
  }
  100% {
    opacity: 1;
    top: 0;
    transform: translateY(0px);
  }
}
@-moz-keyframes fadein {
  0% {
    display: block;
    opacity: 0;
    transform: translateY(25px);
  }
  100% {
    opacity: 1;
    top: 0;
    transform: translateY(0px);
  }
}
@-webkit-keyframes fadein {
  0% {
    display: block;
    opacity: 0;
    transform: translateY(25px);
  }
  100% {
    opacity: 1;
    top: 0;
    transform: translateY(0px);
  }
}
@keyframes fadedown {
  0% {
    opacity: 0;
    transform: translateY(-30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeup {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeleft {
  0% {
    opacity: 0;
    transform: translateX(-20px) translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0) translateY(0);
  }
}
@keyframes faderight {
  0% {
    opacity: 0;
    transform: translateX(20px) translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0) translateY(0);
  }
}
@keyframes fademenu {
  0% {
    opacity: 0;
    transform: translateX(30px) translateY(0px);
  }
  100% {
    opacity: 1;
    transform: translateX(0) translateY(0) scale(1);
  }
}
@keyframes closemenu {
  0% {
    opacity: 1;
    transform: translateX(0) translateY(0) scale(1);
  }
  100% {
    opacity: 0;
    transform: translateX(30px) translateY(0px);
  }
}
@keyframes fadeout {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeInText {
  0% {
    display: block;
    opacity: 0;
    transform: translateX(35px) translateY(25px) skew(-5deg);
  }
  100% {
    display: block;
    opacity: 1;
    transform: translateX(0) skew(0);
  }
}
@-moz-keyframes fadeInText {
  0% {
    display: block;
    opacity: 0;
    transform: translateX(35px) translateY(25px) skew(-5deg);
  }
  100% {
    display: block;
    opacity: 1;
    transform: translate(0) skew(0);
  }
}
@-webkit-keyframes fadeInText {
  0% {
    display: block;
    opacity: 0;
    transform: translateX(35px) translateY(25px) skew(-5deg);
  }
  100% {
    display: block;
    opacity: 1;
    transform: translate(0) skew(0);
  }
}
@-moz-keyframes fadeInImage {
  0% {
    display: block;
    opacity: 0;
    transform: translateX(30px);
  }
  100% {
    display: block;
    opacity: 1;
    transform: scale(1) translateY(0);
  }
}
@-webkit-keyframes fadeInImage {
  0% {
    display: block;
    opacity: 0;
    transform: translateX(30px);
  }
  100% {
    display: block;
    opacity: 1;
    transform: scale(1) translateY(0);
  }
}
@keyframes fadeInImage {
  0% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@keyframes opacityLoop {
  0% {
    opacity: 0.6;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.6;
  }
}
@keyframes line_anim {
  0% {
    left: 0;
    right: 0;
  }
  50% {
    left: 100%;
    right: 0;
    opacity: 1;
  }
  51% {
    opacity: 0;
    left: 0;
    right: 100%;
  }
  52% {
    opacity: 1;
  }
  100% {
    left: 0;
    right: 0;
  }
}
/* woocommerce mixins */
:root {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #FFF;
}

body, button, input, select, optgroup, textarea {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-style: normal;
}

main p {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-style: normal;
}
main p {
  color: #FFF;
  line-height: 28px;
  font-size: 16px;
  letter-spacing: 1px;
}
@media screen and (min-width: 768px) {
  main p {
    letter-spacing: 1.5px;
  }
}
@media screen and (min-width: 1199px) {
  main p {
    font-size: 16px;
    line-height: 28px;
  }
}

* {
  color: #FFF;
  line-height: 1.35em;
  box-sizing: border-box;
}

a:hover {
  color: inherit;
}

h1, h2, h3, h4 {
  margin: 0;
  font-family: "Montserrat", sans-serif;
}

svg .icon-white {
  fill: #FFF;
}

.title {
  display: block;
  margin-top: 0;
  margin-bottom: 0;
  letter-spacing: 1px;
}
.title + a, .title + ul, .title + ol, .title + .text-wrapper, .title + p {
  margin-top: 20px;
}
.title span {
  color: #FFF;
}
.title.white span {
  color: #FFF;
}

.icon-title {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.icon-title .icon-wrapper {
  margin: 0 20px 0 0;
}
.icon-title .icon-wrapper svg {
  height: 40px;
  width: 40px;
  display: block;
}
@media screen and (min-width: 768px) {
  .icon-title .icon-wrapper .icon {
    margin-right: 20px;
    margin: 0 20px 0 0;
  }
}

small {
  line-height: 1.2em;
}

blockquote {
  margin: 0;
  padding: 20px 0;
  background: none;
  font-size: 16px;
}

.intro, quote, .sub-title, .card--wysiwyg.custom-wysiwyg h2, .card--wysiwyg.custom-wysiwyg h3, .card--wysiwyg.custom-wysiwyg h4, .card--wysiwyg.custom-wysiwyg h5 {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-style: normal;
}
.intro, quote, .sub-title, .card--wysiwyg.custom-wysiwyg h2, .card--wysiwyg.custom-wysiwyg h3, .card--wysiwyg.custom-wysiwyg h4, .card--wysiwyg.custom-wysiwyg h5 {
  letter-spacing: 1px;
  font-size: 18px;
  line-height: 28px;
}
.intro strong, quote strong, .sub-title strong, .card--wysiwyg.custom-wysiwyg h2 strong, .card--wysiwyg.custom-wysiwyg h3 strong, .card--wysiwyg.custom-wysiwyg h4 strong, .card--wysiwyg.custom-wysiwyg h5 strong {
  font-size: inherit;
}
@media screen and (min-width: 768px) {
  .intro, quote, .sub-title, .card--wysiwyg.custom-wysiwyg h2, .card--wysiwyg.custom-wysiwyg h3, .card--wysiwyg.custom-wysiwyg h4, .card--wysiwyg.custom-wysiwyg h5 {
    letter-spacing: 1.5px;
  }
}
@media screen and (min-width: 992px) {
  .intro, quote, .sub-title, .card--wysiwyg.custom-wysiwyg h2, .card--wysiwyg.custom-wysiwyg h3, .card--wysiwyg.custom-wysiwyg h4, .card--wysiwyg.custom-wysiwyg h5 {
    font-size: 18px;
    line-height: 30px;
  }
}
@media screen and (min-width: 1499px) {
  .intro, quote, .sub-title, .card--wysiwyg.custom-wysiwyg h2, .card--wysiwyg.custom-wysiwyg h3, .card--wysiwyg.custom-wysiwyg h4, .card--wysiwyg.custom-wysiwyg h5 {
    font-size: 21px;
    line-height: 36px;
  }
}

.placeholder {
  color: #808080 !important;
}

.title .hidden {
  visibility: hidden;
  height: 0;
  display: none;
}

.big-title {
  font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
.big-title {
  font-size: 32px;
  line-height: 1.25em;
  color: #FFF;
  letter-spacing: 1.5px;
}
.big-title span {
  font-size: inherit;
}
.big-title small {
  text-transform: none;
}
@media screen and (min-width: 768px) {
  .big-title {
    font-size: 34px;
  }
}
@media screen and (min-width: 992px) {
  .big-title {
    font-size: 38px;
  }
}
@media screen and (min-width: 1199px) {
  .big-title {
    font-size: 44px;
  }
}
@media screen and (min-width: 1499px) {
  .big-title {
    font-size: 60px;
  }
}

.medium-title,
.custom-wysiwyg h2 {
  font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
.medium-title,
.custom-wysiwyg h2 {
  color: #FFF;
  font-size: 28px;
  line-height: 1.25em;
}
.medium-title span,
.custom-wysiwyg h2 span {
  color: #D1AA6D;
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  .medium-title,
  .custom-wysiwyg h2 {
    font-size: 28px;
  }
}
@media screen and (min-width: 992px) {
  .medium-title,
  .custom-wysiwyg h2 {
    font-size: 32px;
  }
}
@media screen and (min-width: 1199px) {
  .medium-title,
  .custom-wysiwyg h2 {
    font-size: 38px;
    line-height: 46px;
  }
}
@media screen and (min-width: 1499px) {
  .medium-title,
  .custom-wysiwyg h2 {
    font-size: 42px;
    line-height: 50px;
  }
}

.pre-title {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 25px;
  color: #FFF;
}
@media screen and (min-width: 992px) {
  .pre-title {
    font-size: 16px;
  }
}

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

.small-title, .legal-page--wrapper .custom-wysiwyg h2, .legal-page--wrapper .custom-wysiwyg h3, .wine-list--wrapper h2, .wine-list--wrapper h3, .wine-list--wrapper h4,
.custom-wysiwyg h3,
.custom-wysiwyg h4,
h3, h4 {
  font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
.small-title, .legal-page--wrapper .custom-wysiwyg h2, .legal-page--wrapper .custom-wysiwyg h3, .wine-list--wrapper h2, .wine-list--wrapper h3, .wine-list--wrapper h4,
.custom-wysiwyg h3,
.custom-wysiwyg h4,
h3, h4 {
  letter-spacing: 1.5px;
  font-size: 18px;
  color: #FFF;
  line-height: 1.4em;
}
.small-title.medium-title, .legal-page--wrapper .custom-wysiwyg h2.medium-title, .wine-list--wrapper h2.medium-title,
.custom-wysiwyg h3.medium-title,
.custom-wysiwyg h4.medium-title,
h3.medium-title, h4.medium-title {
  color: #FFF;
}
.small-title.medium-title span, .legal-page--wrapper .custom-wysiwyg h2.medium-title span, .wine-list--wrapper h2.medium-title span,
.custom-wysiwyg h3.medium-title span,
.custom-wysiwyg h4.medium-title span,
h3.medium-title span, h4.medium-title span {
  color: #D1AA6D;
}
@media screen and (min-width: 1199px) {
  .small-title, .legal-page--wrapper .custom-wysiwyg h2, .legal-page--wrapper .custom-wysiwyg h3, .wine-list--wrapper h2, .wine-list--wrapper h3, .wine-list--wrapper h4,
  .custom-wysiwyg h3,
  .custom-wysiwyg h4,
  h3, h4 {
    font-size: 21px;
  }
}
@media screen and (min-width: 1499px) {
  .small-title, .legal-page--wrapper .custom-wysiwyg h2, .legal-page--wrapper .custom-wysiwyg h3, .wine-list--wrapper h2, .wine-list--wrapper h3, .wine-list--wrapper h4,
  .custom-wysiwyg h3,
  .custom-wysiwyg h4,
  h3, h4 {
    font-size: 24px;
  }
}

.title small {
  display: block;
  font-size: 16px;
  line-height: 24px;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.xsmall-title {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-style: normal;
}
.xsmall-title {
  font-size: 21px;
  line-height: 1.45em;
  letter-spacing: 0;
}
address span {
  font-style: normal;
}

.arrow, .arrow--down, .arrow--right, .arrow--left {
  height: 10px;
  width: 10px;
  border-bottom: 1.5px solid #FFF;
  border-right: 1.5px solid #FFF;
  display: block;
  transform: rotate(135deg);
  border-width: 2px;
}
.arrow::before, .arrow--down::before, .arrow--right::before, .arrow--left::before {
  width: 15px;
  height: 2px;
  display: block;
  position: absolute;
  content: "";
  background: #FFF;
  transform: rotate(45deg);
  top: 4px;
}
.arrow--left::before {
  top: 3px;
  left: -3px;
}
.arrow--right {
  transform: rotate(-45deg);
}
.arrow--right::before {
  top: 3px;
  right: -3px;
}
.arrow--down {
  transform: rotate(45deg);
}
.arrow--down::before {
  top: 3px;
  right: -3px;
}

html {
  scroll-behavior: smooth;
  scroll-margin: 120px;
  scroll-padding: 120px;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
    scroll-margin: 0;
  }
}
a {
  text-decoration: none;
  scroll-margin: 120px;
}
a:hover {
  color: #FFF;
  text-decoration: none;
}

.btn-primary, .btn-filter, .custom-wysiwyg a.btn-filter, .custom-wysiwyg a.btn-primary,
.btn-secondary,
.custom-wysiwyg a.btn-secondary {
  font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  transition: all 0.65s;
  -moz-transition: all 0.65s;
  -webkit-transition: all 0.65s;
  color: #FFF;
}
.btn-primary, .btn-filter, .custom-wysiwyg a.btn-filter, .custom-wysiwyg a.btn-primary,
.btn-secondary,
.custom-wysiwyg a.btn-secondary {
  padding: 5px 20px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 40px;
  background: none;
  text-transform: none !important;
  letter-spacing: 1.5px;
  font-size: 16px;
  min-height: 40px;
}
@media screen and (max-width: 768px) {
  .btn-primary, .btn-filter, .custom-wysiwyg a.btn-filter, .custom-wysiwyg a.btn-primary,
  .btn-secondary,
  .custom-wysiwyg a.btn-secondary {
    font-size: 16px;
    min-height: 45px;
  }
}
.btn-primary::before, .btn-filter::before, .custom-wysiwyg a.btn-filter::before, .custom-wysiwyg a.btn-primary::before,
.btn-secondary::before,
.custom-wysiwyg a.btn-secondary::before {
  transition: all 0.65s;
  -moz-transition: all 0.65s;
  -webkit-transition: all 0.65s;
}
.btn-primary:hover::before, .btn-filter:hover::before,
.btn-secondary:hover::before {
  opacity: 0;
}
@media screen and (min-width: 1199px) {
  .btn-primary, .btn-filter, .custom-wysiwyg a.btn-filter, .custom-wysiwyg a.btn-primary,
  .btn-secondary,
  .custom-wysiwyg a.btn-secondary {
    padding: 7.5px 20px;
  }
}

.btn-backdrop {
  backdrop-filter: blur(10px);
}

.btn-primary, .btn-filter, .custom-wysiwyg a.btn-filter, .custom-wysiwyg a.btn-primary {
  border: 2px solid #FFF;
  color: #FFF;
}
.btn-primary:hover, .btn-filter:hover, .custom-wysiwyg a.btn-filter:hover, .custom-wysiwyg a.btn-primary:hover {
  color: #0C0C0C;
  background-color: #FFF;
}
.btn-primary.btn-download, .btn-download.btn-filter, .custom-wysiwyg a.btn-download.btn-filter, .custom-wysiwyg a.btn-download.btn-primary {
  padding-left: 45px;
  position: relative;
}
.btn-primary.btn-download .arrow, .btn-download.btn-filter .arrow, .btn-primary.btn-download .arrow--left, .btn-download.btn-filter .arrow--left, .btn-primary.btn-download .arrow--right, .btn-download.btn-filter .arrow--right, .btn-primary.btn-download .arrow--down, .btn-download.btn-filter .arrow--down {
  position: absolute;
  left: 20px;
  top: 20px;
}
.btn-primary.btn-download .arrow::before, .btn-download.btn-filter .arrow::before, .btn-primary.btn-download .arrow--left::before, .btn-download.btn-filter .arrow--left::before, .btn-primary.btn-download .arrow--right::before, .btn-download.btn-filter .arrow--right::before, .btn-primary.btn-download .arrow--down::before, .btn-download.btn-filter .arrow--down::before {
  width: 1px;
  height: 15px;
  display: block;
  position: absolute;
  content: "";
  background: #FFF;
  transform: rotate(45deg) translateY(-5px);
}

.btn-secondary, .custom-wysiwyg a.btn-secondary {
  background: #FFF;
  color: #0C0C0C;
}
.btn-secondary:hover, .custom-wysiwyg a.btn-secondary:hover {
  background-color: #0C0C0C;
  color: #FFF;
}

.btn-white, .wpcf7 form input[type=submit], .btn-play {
  font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  transition: all 0.65s;
  -moz-transition: all 0.65s;
  -webkit-transition: all 0.65s;
  border: none;
  color: #927335;
  background: #FFF !important;
}
.btn-white, .wpcf7 form input[type=submit], .btn-play {
  padding: 5px 20px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 40px;
  background: none;
  text-transform: none !important;
  letter-spacing: 1.5px;
  font-size: 16px;
  min-height: 40px;
}
@media screen and (max-width: 768px) {
  .btn-white, .wpcf7 form input[type=submit], .btn-play {
    font-size: 16px;
    min-height: 45px;
  }
}
.btn-white--right {
  padding-right: 50px !important;
}
.btn-white:hover, .wpcf7 form input[type=submit]:hover, .btn-play:hover {
  color: #0C0C0C;
  background-color: #FFF;
}

.collapse-list__item:last-of-type .collapse-item {
  border: none;
}

.btn-collapse {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-style: normal;
  transition: all 0.65s;
  -moz-transition: all 0.65s;
  -webkit-transition: all 0.65s;
}
.btn-collapse {
  display: block;
  position: relative;
  font-size: 18px;
  color: #0C0C0C;
  line-height: 1.4em;
  padding: 20px 25px 20px 0;
}
.btn-collapse strong {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-style: normal;
}
.btn-collapse strong {
  font-size: inherit;
  color: #FFF;
}
.btn-collapse::after {
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  content: "";
  transition: all 0.65s;
  -moz-transition: all 0.65s;
  -webkit-transition: all 0.65s;
}
.btn-collapse::after {
  top: 0;
  height: 100%;
  background-image: url("../images/arrow-down.svg");
  background-size: auto 20px;
  background-repeat: no-repeat;
  background-position: center;
  right: 0;
  left: auto;
  transform: rotate(-180deg);
}
.btn-collapse:hover {
  color: #FFF;
}
.btn-collapse.is-active::after {
  transform: rotate(0deg);
}
@media screen and (min-width: 768px) {
  .btn-collapse {
    padding: 20px 40px 20px 0;
    font-size: 18px;
  }
}
@media screen and (min-width: 1199px) {
  .btn-collapse {
    font-size: 20px;
  }
}
@media screen and (min-width: 1499px) {
  .btn-collapse {
    font-size: 20px;
  }
}

.collapse-item {
  transition: all 0.65s;
  -moz-transition: all 0.65s;
  -webkit-transition: all 0.65s;
}
.collapse-item {
  height: 0;
  overflow: hidden;
  border-bottom: 1px solid #D1AA6D;
}
.collapse-item .custom-wysiwyg {
  padding: 0 0 20px;
}
.collapse-item .custom-wysiwyg p {
  margin: 0 0 20px;
}
.collapse-item .custom-wysiwyg ul + p {
  margin-top: 20px;
}
.collapse-item .custom-wysiwyg.is-first {
  transition: all 0.65s;
  -moz-transition: all 0.65s;
  -webkit-transition: all 0.65s;
  height: auto;
}
@media screen and (min-width: 992px) {
  .collapse-item .custom-wysiwyg {
    padding: 0 0 20px;
  }
}

@keyframes scroll-down {
  0% {
    opacity: 0;
    transform: translateY(-15px);
  }
  50% {
    opacity: 1;
    transform: translateY(0px);
  }
  100% {
    opacity: 0;
    transform: translateY(15px);
  }
}
@keyframes infinite_fade {
  0% {
    opacity: 0.2;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.2;
  }
}
.btn-scroll {
  transition: all 0.65s;
  -moz-transition: all 0.65s;
  -webkit-transition: all 0.65s;
}
.btn-scroll {
  display: flex !important;
  justify-content: center;
  /*border: 2px solid rgba($white, 1); */
  background-color: rgba(12, 12, 12, 0.5);
  border-radius: 50px;
  align-items: center;
  width: 40px;
  height: 40px;
  backdrop-filter: blur(5px);
}
.btn-scroll svg {
  animation: infinite_fade 1.8s linear infinite;
  height: 18px;
  width: auto;
}
.btn-scroll svg path {
  fill: #FFF;
}
@media screen and (min-width: 768px) {
  .btn-scroll {
    height: 50px;
    width: 50px;
  }
  .btn-scroll svg {
    height: 22px;
  }
  .btn-scroll:hover {
    background: #FFF;
    border-color: #FFF;
    animation-play-state: paused;
    opacity: 1;
  }
  .btn-scroll:hover svg path {
    fill: #0C0C0C;
  }
}

.btn-filter {
  transition: all 0.2s;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
}
.btn-filter {
  border: none;
  color: rgba(255, 255, 255, 0.7);
}
.btn-filter.is-active {
  background-color: #FFF;
  color: #D1AA6D;
}
.btn-filter.is-active:hover {
  background-color: #FFF;
  color: #D1AA6D;
}
.btn-filter:hover {
  background: none;
  color: #FFF;
}

.btn-linkedin,
.btn-instagram {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  justify-content: center;
}
.btn-linkedin svg,
.btn-instagram svg {
  height: 30px;
  width: 30px;
  margin-left: 10px;
}

.btn-close {
  width: 50px;
  height: 50px;
  display: flex;
  padding: 0;
  margin: 0 0 0 auto;
  border-radius: 50px;
  cursor: pointer;
}
.btn-close::before, .btn-close::after {
  display: none;
}
.btn-close .lines {
  display: block;
  width: 25px;
  height: 0.5px;
  border-radius: 0;
  background-color: #FFF;
  transition: all 0.65s;
  -moz-transition: all 0.65s;
  -webkit-transition: all 0.65s;
  margin: 0 auto;
  position: relative;
  transform: rotate(45deg);
  background: #FFF;
}
.btn-close .lines::after {
  display: block;
  width: 25px;
  height: 0.5px;
  border-radius: 0;
  background-color: #FFF;
  content: "";
  position: absolute;
  transform: rotate(-90deg);
  bottom: 0;
  background: #FFF;
}

.btn-toggle {
  position: relative;
  color: #0C0C0C;
  padding: 10px 30px 10px 0;
  display: flex;
  align-items: center;
  font-size: 20px;
  font-weight: 500;
  transition: all 0.65s;
  -moz-transition: all 0.65s;
  -webkit-transition: all 0.65s;
}
.btn-toggle::before {
  width: 10px;
  height: 10px;
  display: block;
  position: absolute;
  content: "";
  right: 20px;
  top: 24px;
  border-top: 1px solid #FFF;
  border-right: 1px solid #FFF;
  transform: rotate(135deg);
  transition: all 0.65s;
  -moz-transition: all 0.65s;
  -webkit-transition: all 0.65s;
}
.btn-toggle::after {
  width: 100%;
  height: 1px;
  display: block;
  position: absolute;
  content: "";
  background-color: #FFF;
  bottom: 0;
  left: 0;
}
.btn-toggle:hover {
  color: #FFF;
}
.btn-toggle.is-active {
  color: #FFF;
}
.btn-toggle.is-active::before {
  transform: rotate(-45deg);
}
@media screen and (min-width: 1199px) {
  .btn-toggle {
    font-size: 28px;
  }
}

.btn-play {
  transition: all 0.65s;
  -moz-transition: all 0.65s;
  -webkit-transition: all 0.65s;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn-play .icon-play {
  clip-path: polygon(0 0, 50% 50%, 0 100%);
  background: #0C0C0C;
  width: 20px;
  height: 15px;
  display: block;
  border-radius: 2px;
  position: relative;
  top: 1px;
  transition: all 0.65s;
  -moz-transition: all 0.65s;
  -webkit-transition: all 0.65s;
}
.btn-play:hover .icon-play {
  background: #FFF;
}

.btn-wrapper {
  padding-top: 20px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 20px;
}
.btn-wrapper li {
  margin-right: 0;
}
.btn-wrapper li a.btn-white, .btn-wrapper li a.btn-play {
  border: 1px solid #FFF;
}
.btn-wrapper li a.btn-white:hover, .btn-wrapper li a.btn-play:hover {
  background: #FFF;
  color: #FFF;
}
.filters__nav {
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.filters__nav::-webkit-scrollbar {
  width: 0;
  background: transparent;
}
.filters__nav {
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(5px);
  margin: 60px 0 0;
  position: sticky;
  top: 90px;
  border-top: 1px solid #D1AA6D;
  border-bottom: 1px solid #D1AA6D;
  padding: 20px 0;
  display: block;
  white-space: nowrap;
  overflow: scroll;
  text-align: left;
  z-index: 2;
}
.filters__nav ul {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .filters__nav ul {
    width: 680px;
  }
}
@media screen and (min-width: 992px) {
  .filters__nav ul {
    width: 900px;
  }
}
@media screen and (min-width: 1199px) {
  .filters__nav ul {
    width: 1140px;
  }
}
@media screen and (min-width: 1499px) {
  .filters__nav ul {
    width: 1440px;
  }
}
.filters__nav ul {
  margin: 0 auto;
}
@media screen and (max-width: 992px) {
  .filters__nav ul {
    width: 100%;
  }
}
.filters__nav li {
  display: inline-block;
  padding: 0 10px;
}
.filters__nav li a {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.filters__nav li a {
  flex-direction: column;
  gap: 10px 0;
  color: #FFF;
}
.filters__nav li a * {
  transition: all 0.65s;
  -moz-transition: all 0.65s;
  -webkit-transition: all 0.65s;
}
.filters__nav li a:hover *, .filters__nav li a.is-active * {
  color: #FFF;
}
.filters__nav li a strong {
  color: #FFF;
  display: block;
}
.filters__nav li a span {
  font-size: 0.7em;
  display: none;
}
.filters__nav span {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-style: normal;
}
@media screen and (min-width: 768px) {
  .filters__nav ul {
    text-align: center;
  }
  .filters__nav li a span {
    display: block;
  }
}
@media screen and (min-width: 992px) {
  .filters__nav {
    overflow: hidden;
    position: static;
  }
  .filters__nav ul {
    gap: 0;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  }
  .filters__nav li {
    padding: 0;
    text-align: center;
  }
  .filters__nav li a {
    align-items: center;
  }
  .filters__nav li a strong {
    font-size: 18px;
  }
}
@media screen and (min-width: 1199px) {
  .filters__nav li a strong {
    font-size: 21px;
  }
}
@media screen and (min-width: 1499px) {
  .filters__nav {
    padding: 30px 0;
  }
}

.dropdown-container {
  position: relative;
}
.dropdown-container .btn-dropdown {
  width: 180px;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  line-height: 50px;
  padding-top: 0;
  text-align: center;
  padding-bottom: 0;
}
.dropdown-container .dropdown-item {
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.1);
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.dropdown-container .dropdown-item {
  background: #FFF;
  opacity: 0;
  display: none;
  width: 100%;
  border-radius: 20px;
  padding: 20px;
  position: absolute;
  margin-top: 5px;
  z-index: 2;
}
.dropdown-container .dropdown-item.is-visible {
  display: flex;
  animation: fadeup 0.8s 1 forwards;
}
.dropdown-container .dropdown-item ul {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
}
.dropdown-container .dropdown-item ul li {
  border-bottom: 1px solid #D1AA6D;
  width: 100%;
  cursor: pointer;
}
.dropdown-container .dropdown-item ul li:hover span {
  color: #FFF;
}
.dropdown-container .dropdown-item ul li:last-child {
  border: none;
}
.dropdown-container .dropdown-item ul li span {
  transition: all 0.65s;
  -moz-transition: all 0.65s;
  -webkit-transition: all 0.65s;
}
.dropdown-container .dropdown-item ul li span {
  display: block;
  text-align: left;
  font-size: 16px;
  width: 100%;
  padding: 5px 0;
}
@media screen and (min-width: 768px) {
  .dropdown-container .btn-dropdown {
    line-height: 40px;
    height: auto;
    width: 220px;
  }
}

/* config */
main.site-content {
  position: relative;
  z-index: 1;
}

.list-inline {
  padding: 0;
  margin: 0;
}
.list-inline li {
  display: inline-block;
  margin-right: 5px;
}

a:hover {
  opacity: 1;
}

img {
  height: auto;
}

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

.generic-banner {
  padding: 60px 0;
}
.generic-banner .image-wrapper img {
  max-width: 100%;
  display: block;
}
@media screen and (min-width: 992px) {
  .generic-banner {
    padding: 66.6666666667px 0;
  }
}
@media screen and (min-width: 1199px) {
  .generic-banner {
    padding: 100px 0;
  }
}

.container {
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (min-width: 575px) {
  .container {
    max-width: 540px;
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (min-width: 768px) {
  .container {
    max-width: 680px;
  }
}
@media screen and (min-width: 992px) {
  .container {
    max-width: 900px;
  }
}
@media screen and (min-width: 1199px) {
  .container {
    max-width: 1140px;
  }
}
@media screen and (min-width: 1499px) {
  .container {
    max-width: 1440px;
  }
}

.white {
  color: #FFF;
}
.white--bg {
  background: #FFF;
}
.white span {
  color: #D1AA6D;
}

.primary-color {
  color: #FFF;
}
.primary-color--bg {
  background: #FFF;
  color: #FFF;
}

.secondary-color {
  color: #D1AA6D;
}
.secondary-color--bg {
  background: #D1AA6D;
}

.d-desktop {
  display: none !important;
}
@media screen and (min-width: 768px) {
  .d-desktop {
    display: block !important;
  }
}

.d-mobile {
  display: block !important;
}
@media screen and (min-width: 768px) {
  .d-mobile {
    display: none !important;
  }
}

body {
  background-color: #0C0C0C;
}
body * {
  font-size: 16px;
}
body section p strong {
  font-weight: 600;
}

/* End config */
.popup {
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  overflow: scroll;
  background-color: rgba(12, 12, 12, 0.8);
  backdrop-filter: blur(2.5px);
  display: none;
  opacity: 0;
  align-items: center;
  justify-content: center;
  padding: 10px;
}
@media screen and (min-width: 768px) {
  .popup {
    padding: 20px;
  }
}
.popup.is-visible {
  display: block;
  animation: fadein 1s 1 forwards;
}
@media screen and (min-width: 1499px) {
  .popup.is-visible {
    display: flex;
  }
}
.popup--wrapper {
  background: #FFF;
  position: relative;
  width: 100%;
  height: auto;
  border-radius: 10px;
  margin: 0 auto;
  max-width: 900px;
  padding: 0;
}
.popup--wrapper--head {
  border-bottom: 1px solid #D1AA6D;
  flex-direction: row-reverse;
  padding: 20px 70px 20px 20px;
  position: relative;
}
.popup--wrapper--head .title {
  text-align: left;
  padding: 0;
}
.popup--wrapper--head .btn-close {
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.1);
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.popup--wrapper--head .btn-close {
  position: absolute;
  top: 20px;
  border: none;
  right: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FFF;
}
.popup--wrapper--head .btn-close .lines {
  margin: 0;
  position: relative;
  width: 20px;
}
.popup--wrapper--head .btn-close .lines::after {
  bottom: 0;
}
.popup--wrapper--head .btn-close .lines::before {
  display: none;
}
.popup--wrapper--body {
  padding: 20px 0;
}
@media screen and (min-width: 768px) {
  .popup--wrapper--head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .popup--wrapper--head .btn-close {
    position: relative;
    right: 0;
    top: unset;
  }
  .popup--wrapper--head, .popup--wrapper--body {
    padding: 30px;
  }
  .popup--wrapper--body {
    padding: 30px 10px;
  }
}
@media screen and (min-width: 1199px) {
  .popup--wrapper--head {
    padding: 30px 45px;
  }
  .popup--wrapper--body {
    padding: 30px 30px 0;
  }
}

ul {
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 0;
}
ul li {
  list-style: none;
}
ul.custom-list, .custom-wysiwyg ul {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
ul.custom-list li, .custom-wysiwyg ul li {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-style: normal;
}
ul.custom-list li, .custom-wysiwyg ul li {
  padding: 0;
  list-style: none;
  position: relative;
  color: #FFF;
}
ul.custom-list li strong, .custom-wysiwyg ul li strong {
  color: #FFF;
}
ul.custom-list li.more::before, .custom-wysiwyg ul li.more::before {
  display: none;
}
ul.checked-list li {
  position: relative;
  padding-left: 40px;
  margin-bottom: 10px;
  color: #D1AA6D;
}
ul.checked-list li::before {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  content: "";
  border: 2px solid #FFF;
  border-left: none;
  border-bottom: none;
  transform: rotate(135deg);
  height: 6px;
  width: 10px;
  border-radius: 0;
  background: none;
  left: 0;
  top: 5px;
}

.icon-checked {
  display: flex;
  height: 35px;
  width: 35px;
  align-items: center;
  justify-content: center;
  border: 1px solid #FFF;
  border-radius: 100%;
}
.icon-checked__item {
  border: 2px solid #FFF;
  border-left: none;
  border-bottom: none;
  transform: rotate(135deg);
  height: 6px;
  width: 10px;
  border-radius: 0;
  display: block;
  margin-bottom: 5px;
}

.separator {
  transition: all 0.65s;
  -moz-transition: all 0.65s;
  -webkit-transition: all 0.65s;
}
.separator {
  width: 0;
  height: 1px;
  background: #D1AA6D;
}

.is-visible .separator,
.is-active .separator {
  width: 50px;
  transition: width 1s 0.8s;
}

.custom-wysiwyg h2, .custom-wysiwyg h3, .custom-wysiwyg h4 {
  font-weight: 400;
}
.custom-wysiwyg h2 + p, .custom-wysiwyg h2 + ul, .custom-wysiwyg h3 + p, .custom-wysiwyg h3 + ul, .custom-wysiwyg h4 + p, .custom-wysiwyg h4 + ul {
  margin-top: 20px;
}
.custom-wysiwyg strong {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.custom-wysiwyg strong {
  color: #FFF;
}
.custom-wysiwyg p {
  margin-bottom: 0;
  color: #FFF;
  font-size: 16px;
  line-height: 28px;
}
@media screen and (min-width: 992px) {
  .custom-wysiwyg p {
    font-size: 16px;
  }
}
.custom-wysiwyg p a:not(.btn-primary):not(.btn-filter),
.custom-wysiwyg p a:not(.btn-secondary) {
  padding: 0;
  text-decoration: underline;
  background: none;
  color: inherit;
}
.custom-wysiwyg p a:not(.btn-primary):not(.btn-filter):hover,
.custom-wysiwyg p a:not(.btn-secondary):hover {
  color: #FFF;
}
.custom-wysiwyg p + ul, .custom-wysiwyg p + a {
  margin-top: 20px;
}
.custom-wysiwyg p + h2, .custom-wysiwyg p + h3, .custom-wysiwyg p + h4 {
  margin-top: 30px;
}
.custom-wysiwyg ul li {
  color: #FFF;
  line-height: 28px;
}
@media screen and (min-width: 992px) {
  .custom-wysiwyg ul li {
    font-size: 16px;
  }
}
.custom-wysiwyg ul li a:not(.btn-primary):not(.btn-filter),
.custom-wysiwyg ul li a:not(.btn-secondary) {
  padding: 0;
  text-decoration: underline;
  background: none;
  color: inherit;
}
.custom-wysiwyg ul li a:not(.btn-primary):not(.btn-filter):hover,
.custom-wysiwyg ul li a:not(.btn-secondary):hover {
  text-decoration: underline;
  color: #FFF;
}
.custom-wysiwyg ul + a {
  margin-top: 30px;
}
.custom-wysiwyg ol {
  padding-left: 20px;
}
.custom-wysiwyg ol li {
  font-size: 16px;
  line-height: 28px;
}
@media screen and (min-width: 992px) {
  .custom-wysiwyg ol li {
    font-size: 16px;
  }
}
.custom-wysiwyg ol li::marker {
  color: #FFF;
  font-weight: bold;
}
.custom-wysiwyg a {
  background: none;
  padding: 0;
  text-decoration: underline;
  color: inherit;
}
.custom-wysiwyg a:hover {
  color: #FFF;
}
.custom-wysiwyg table {
  margin: 20px 0;
  width: 100%;
}
.custom-wysiwyg table tbody {
  display: block;
}
.custom-wysiwyg table tbody tr {
  width: 100%;
  display: table;
}

section.classic {
  margin-bottom: 0;
  padding-bottom: 0;
}

.error-404 {
  top: 0;
  position: relative;
}
.error-404__bg picture {
  display: flex;
  overflow: hidden;
  position: relative;
  position: relative;
}
.error-404__bg picture img {
  object-fit: cover;
  display: block;
  width: 100%;
  height: auto;
  object-position: center;
}
.error-404__bg picture::before {
  width: 100%;
  height: 100px;
  display: block;
  position: absolute;
  content: "";
}
.error-404__bg picture::before {
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  background: linear-gradient(180deg, #0C0C0C, rgba(12, 12, 12, 0));
}
@media screen and (min-width: 768px) {
  .error-404__bg picture::before {
    height: 150px;
  }
}
@media screen and (min-width: 1199px) {
  .error-404__bg picture::before {
    height: 200px;
  }
}
@media screen and (min-width: 1499px) {
  .error-404__bg picture::before {
    height: 300px;
  }
}
.error-404__bg picture::after {
  width: 100%;
  height: 100px;
  display: block;
  position: absolute;
  content: "";
}
.error-404__bg picture::after {
  z-index: 2;
  top: auto;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(0deg, #0C0C0C, rgba(12, 12, 12, 0));
}
@media screen and (min-width: 768px) {
  .error-404__bg picture::after {
    height: 150px;
  }
}
@media screen and (min-width: 1199px) {
  .error-404__bg picture::after {
    height: 200px;
  }
}
.error-404__bg picture {
  max-height: 100vh;
  min-height: 80vh;
}
@media screen and (max-width: 575px) {
  .error-404__bg picture::before, .error-404__bg picture::after {
    height: 50%;
  }
}
.error-404--wrapper {
  z-index: 2;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.error-404--wrapper .title-wrapper .title, .error-404--wrapper .title-wrapper--center .title {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .error-404--wrapper {
    padding-top: 200px;
    align-items: flex-start;
  }
}
.error-404--text {
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .error-404--text {
    width: 566.6666666667px;
  }
}
@media screen and (min-width: 992px) {
  .error-404--text {
    width: 750px;
  }
}
@media screen and (min-width: 1199px) {
  .error-404--text {
    width: 760px;
  }
}
@media screen and (min-width: 1499px) {
  .error-404--text {
    width: 960px;
  }
}
.error-404--text p {
  text-align: center;
}
.error-404--text .btn-wrapper {
  justify-content: center;
}
.error-404--text .btn-wrapper .btn-primary, .error-404--text .btn-wrapper .btn-filter {
  backdrop-filter: blur(10px);
}

.icon-wrapper img {
  max-width: 100%;
  display: block;
  max-height: 80px;
}

@media screen and (max-width: 992px) {
  .icon-wrapper img {
    max-height: 65px;
  }
}
.twocol--wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.twocol--wrapper {
  gap: 45px 0;
}
.twocol .container {
  padding: 0;
}
.twocol__text {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (min-width: 768px) {
  .twocol__text {
    width: 680px;
  }
}
@media screen and (min-width: 992px) {
  .twocol__text {
    width: 450px;
  }
}
@media screen and (min-width: 1199px) {
  .twocol__text {
    width: 570px;
  }
}
@media screen and (min-width: 1499px) {
  .twocol__text {
    width: 600px;
  }
}
.twocol__text .text-wrapper {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .twocol__text .text-wrapper {
    width: 680px;
  }
}
@media screen and (min-width: 992px) {
  .twocol__text .text-wrapper {
    width: 375px;
  }
}
@media screen and (min-width: 1199px) {
  .twocol__text .text-wrapper {
    width: 475px;
  }
}
@media screen and (min-width: 1499px) {
  .twocol__text .text-wrapper {
    width: 480px;
  }
}
.twocol__text .text-wrapper {
  margin: 0 0 0 auto;
}
.twocol__text .text-wrapper .title-wrapper, .twocol__text .text-wrapper .title-wrapper--center {
  padding-bottom: 10px;
}
.twocol__image {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .twocol__image {
    width: 680px;
  }
}
@media screen and (min-width: 992px) {
  .twocol__image {
    width: 450px;
  }
}
@media screen and (min-width: 1199px) {
  .twocol__image {
    width: 570px;
  }
}
@media screen and (min-width: 1499px) {
  .twocol__image {
    width: 720px;
  }
}
.twocol__image {
  gap: 20px;
}
.twocol__image picture {
  display: flex;
  overflow: hidden;
  width: 100%;
}
.twocol__image picture img {
  object-fit: cover;
  display: block;
  width: 100%;
  height: auto;
  object-position: center;
}
@media screen and (min-width: 768px) {
  .twocol__text {
    padding: 0;
  }
}
@media screen and (min-width: 992px) {
  .twocol__text {
    padding: 0;
  }
  .twocol--wrapper.reverse {
    flex-direction: row-reverse;
  }
  .twocol--wrapper.reverse .twocol__image {
    align-items: flex-end;
  }
  .twocol--wrapper.reverse .text-wrapper {
    margin: 0 auto 0 0;
  }
}
@media screen and (min-width: 1199px) {
  .twocol__text .btn-wrapper {
    padding-top: 30px;
  }
}
@media screen and (min-width: 1499px) {
  .twocol--wrapper.reverse .twocol__text {
    margin: 0 0 0 auto;
  }
  .twocol__text .text-wrapper {
    margin: 0 auto 0 0;
  }
}

/* Video */
.video-wrapper {
  overflow: hidden;
  border-radius: 0;
}
.video-wrapper iframe,
.video-wrapper video {
  width: 100%;
  overflow: hidden;
  display: flex;
  aspect-ratio: 16/9;
  object-fit: cover;
}
.video-wrapper video {
  height: auto;
}
.video-wrapper img {
  width: 100%;
  height: auto;
  display: block;
}

span.line {
  height: 60px;
  width: 2px;
  border-radius: 10px;
  background-color: #FFF;
  display: block;
  margin: 0 auto 0 15px;
}
@media screen and (min-width: 768px) {
  span.line {
    margin: 0 auto;
  }
}
@media screen and (min-width: 992px) {
  span.line {
    height: 80px;
    width: 3px;
  }
}

.hero--generic--wrapper {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .hero--generic--wrapper {
    width: 566.6666666667px;
  }
}
@media screen and (min-width: 992px) {
  .hero--generic--wrapper {
    width: 600px;
  }
}
@media screen and (min-width: 1199px) {
  .hero--generic--wrapper {
    width: 570px;
  }
}
@media screen and (min-width: 1499px) {
  .hero--generic--wrapper {
    width: 720px;
  }
}
.hero--generic--wrapper {
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  gap: 20px;
}
.hero--generic--wrapper .title {
  text-align: left;
  margin: 0;
}
.hero--generic--wrapper p {
  margin: 0;
  text-align: left;
}
.hero--generic--wrapper .btn-wrapper {
  justify-content: flex-start;
  padding: 0;
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  .hero--generic--wrapper {
    align-items: center;
    justify-content: center;
  }
  .hero--generic--wrapper p, .hero--generic--wrapper .title {
    text-align: center;
  }
  .hero--generic--wrapper .btn-wrapper {
    justify-content: center;
  }
}

.hero--generic {
  padding-top: 45px;
}
.hero--generic--wrapper {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .hero--generic--wrapper {
    width: 566.6666666667px;
  }
}
@media screen and (min-width: 992px) {
  .hero--generic--wrapper {
    width: 600px;
  }
}
@media screen and (min-width: 1199px) {
  .hero--generic--wrapper {
    width: 760px;
  }
}
@media screen and (min-width: 1499px) {
  .hero--generic--wrapper {
    width: 960px;
  }
}
.hero--generic--wrapper {
  justify-content: center;
  align-items: center;
}
.hero--generic .line {
  margin: 0 auto;
}
.hero--generic .title {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .hero--generic {
    padding-top: 30px;
  }
}
@media screen and (min-width: 1499px) {
  .hero--generic {
    padding-top: 45px;
  }
}

.banner-video picture, .banner-video video,
.banner-image picture,
.banner-image video {
  display: flex;
  overflow: hidden;
}
.banner-video picture img, .banner-video video img,
.banner-image picture img,
.banner-image video img {
  object-fit: cover;
  display: block;
  width: 100%;
  height: auto;
  object-position: center;
}
.banner-video picture, .banner-video video,
.banner-image picture,
.banner-image video {
  aspect-ratio: 3/4;
}
@media screen and (min-width: 992px) {
  .banner-video,
  .banner-image {
    padding: 0;
  }
  .banner-video picture, .banner-video video,
  .banner-image picture,
  .banner-image video {
    aspect-ratio: 15/7;
  }
}
@media screen and (min-width: 1499px) {
  .banner-video,
  .banner-image {
    padding: 0;
  }
  .banner-video picture, .banner-video video,
  .banner-image picture,
  .banner-image video {
    aspect-ratio: 12/5;
  }
}

.banner-text--wrapper {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .banner-text--wrapper {
    width: 566.6666666667px;
  }
}
@media screen and (min-width: 992px) {
  .banner-text--wrapper {
    width: 600px;
  }
}
@media screen and (min-width: 1199px) {
  .banner-text--wrapper {
    width: 665px;
  }
}
@media screen and (min-width: 1499px) {
  .banner-text--wrapper {
    width: 720px;
  }
}
.banner-text--wrapper {
  margin: 0 auto;
}
.banner-text--wrapper .title-wrapper--center {
  padding-bottom: 10px;
}
.banner-text--wrapper .text-wrapper p {
  text-align: center;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .banner-text--wrapper .title-wrapper--center {
    justify-content: flex-start;
    align-items: flex-start;
  }
  .banner-text--wrapper .title-wrapper--center .separator {
    margin: 20px auto 0 0;
  }
  .banner-text--wrapper .text-wrapper p {
    text-align: left;
  }
}

.banner-cta {
  position: relative;
  padding-top: 100px;
}
.banner-cta__bg {
  position: relative;
  position: relative;
}
.banner-cta__bg::before {
  width: 100%;
  height: 200px;
  display: block;
  position: absolute;
  content: "";
}
.banner-cta__bg::before {
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  background: linear-gradient(180deg, #0C0C0C, rgba(12, 12, 12, 0));
}
@media screen and (min-width: 768px) {
  .banner-cta__bg::before {
    height: 300px;
  }
}
@media screen and (min-width: 1199px) {
  .banner-cta__bg::before {
    height: 400px;
  }
}
@media screen and (min-width: 1499px) {
  .banner-cta__bg::before {
    height: 600px;
  }
}
.banner-cta__bg::after {
  width: 100%;
  height: 200px;
  display: block;
  position: absolute;
  content: "";
}
.banner-cta__bg::after {
  z-index: 2;
  top: auto;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(0deg, #0C0C0C, rgba(12, 12, 12, 0));
}
@media screen and (min-width: 768px) {
  .banner-cta__bg::after {
    height: 300px;
  }
}
@media screen and (min-width: 1199px) {
  .banner-cta__bg::after {
    height: 400px;
  }
}
.banner-cta__bg {
  min-height: 100vh;
  width: 100%;
  display: flex;
  height: auto;
}
.banner-cta__bg picture {
  display: flex;
  overflow: hidden;
}
.banner-cta__bg picture img {
  object-fit: cover;
  display: block;
  width: 100%;
  height: auto;
  object-position: center;
}
.banner-cta__bg picture {
  width: 100%;
}
.banner-cta__bg picture img {
  object-position: top center;
}
.banner-cta__text {
  position: absolute;
  z-index: 4;
  top: 0;
  left: 0;
  right: 0;
  padding: 0 30px;
}
.banner-cta__text .text-wrapper {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .banner-cta__text .text-wrapper {
    width: 566.6666666667px;
  }
}
@media screen and (min-width: 992px) {
  .banner-cta__text .text-wrapper {
    width: 750px;
  }
}
@media screen and (min-width: 1199px) {
  .banner-cta__text .text-wrapper {
    width: 760px;
  }
}
@media screen and (min-width: 1499px) {
  .banner-cta__text .text-wrapper {
    width: 840px;
  }
}
.banner-cta__text .text-wrapper {
  margin: 0 auto;
  text-align: center;
}
.banner-cta__text .text-wrapper .title-wrapper, .banner-cta__text .text-wrapper .title-wrapper--center {
  margin-bottom: 20px;
}
.banner-cta__text .text-wrapper p {
  margin: 0;
}
.banner-cta__text .btn-wrapper {
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .banner-cta {
    padding-top: 0;
  }
  .banner-cta__text {
    padding: 0;
    top: 60px;
  }
}
@media screen and (min-width: 1199px) {
  .banner-cta__text {
    top: 100px;
  }
}
@media screen and (min-width: 1499px) {
  .banner-cta__bg {
    max-height: 150vh;
  }
  .banner-cta__bg::after {
    height: 500px;
  }
  .banner-cta__bg picture img {
    object-position: bottom;
  }
}
@media screen and (max-width: 768px) {
  .banner-cta--contact .banner-cta__text {
    top: 100px;
  }
}

.title-wrapper, .title-wrapper--center {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.title-wrapper, .title-wrapper--center {
  gap: 0;
  flex-direction: column;
}
.title-wrapper p, .title-wrapper--center p {
  margin-top: 20px;
  margin-bottom: 0;
}
.title-wrapper p strong, .title-wrapper--center p strong {
  font-weight: 600;
}
.title-wrapper .separator, .title-wrapper--center .separator {
  margin-top: 20px;
}
.title-wrapper--center {
  justify-content: center;
  align-items: center;
}
.title-wrapper--center p {
  text-align: center;
  margin-top: 20px;
}
.title-wrapper--center .separator {
  margin: 20px auto 0;
}
@media screen and (min-width: 992px) {
  .title-wrapper .separator, .title-wrapper--center .separator {
    margin-top: 25px;
  }
  .title-wrapper--center .separator {
    margin-top: 25px;
  }
}

@media screen and (max-width: 575px) {
  .generic-grid {
    width: 100vw;
  }
}
.generic-grid .container {
  padding-left: 0;
  padding-right: 0;
}
.generic-grid--wrapper {
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .generic-grid--wrapper {
    width: 680px;
  }
}
@media screen and (min-width: 992px) {
  .generic-grid--wrapper {
    width: 900px;
  }
}
@media screen and (min-width: 1199px) {
  .generic-grid--wrapper {
    width: 950px;
  }
}
@media screen and (min-width: 1499px) {
  .generic-grid--wrapper {
    width: 1200px;
  }
}
.generic-grid--wrapper {
  gap: 60px 0;
  margin: 0 auto;
}
.generic-grid--wrapper picture {
  display: flex;
  overflow: hidden;
}
.generic-grid--wrapper picture img {
  object-fit: cover;
  display: block;
  width: 100%;
  height: auto;
  object-position: center;
}
.generic-grid--wrapper picture {
  width: 100%;
}
@media screen and (max-width: 575px) {
  .generic-grid--wrapper picture img {
    width: 100%;
    height: 100%;
  }
}
.generic-grid--wrapper .title-wrapper, .generic-grid--wrapper .title-wrapper--center {
  padding-bottom: 10px;
}
.generic-grid--wrapper .quote-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.generic-grid--wrapper .quote-wrapper {
  gap: 20px 0;
  flex-direction: column;
}
.generic-grid--wrapper .quote-wrapper i {
  font-size: 16px;
  line-height: 28px;
}
.generic-grid--wrapper .quote-wrapper .signature {
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 1.5em;
}
.generic-grid__left, .generic-grid__right {
  display: flex;
  flex-direction: column;
  gap: 45px 0;
}
.generic-grid__left {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .generic-grid__left {
    width: 340px;
  }
}
@media screen and (min-width: 992px) {
  .generic-grid__left {
    width: 450px;
  }
}
@media screen and (min-width: 1199px) {
  .generic-grid__left {
    width: 475px;
  }
}
@media screen and (min-width: 1499px) {
  .generic-grid__left {
    width: 600px;
  }
}
.generic-grid__left {
  padding-left: 20px;
  padding-right: 20px;
}
.generic-grid__left__image {
  display: flex;
  flex-direction: column;
  gap: 10px 0;
  position: relative;
  z-index: 2;
}
.generic-grid__left__image picture {
  aspect-ratio: 4/5;
}
.generic-grid__left__text {
  position: relative;
}
.generic-grid__left__text .title-wrapper, .generic-grid__left__text .title-wrapper--center,
.generic-grid__left__text .custom-wysiwyg {
  position: relative;
  z-index: 2;
}
.generic-grid__left__text::after {
  width: 300px;
  height: 400px;
  display: block;
  position: absolute;
  content: "";
  background: radial-gradient(at center left, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 70%);
  filter: blur(30px);
}
.generic-grid__left__text::after {
  left: -20px;
  top: -250px;
}
@media screen and (min-width: 768px) {
  .generic-grid__left__text::after {
    display: none;
  }
}
.generic-grid__right {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .generic-grid__right {
    width: 283.3333333333px;
  }
}
@media screen and (min-width: 992px) {
  .generic-grid__right {
    width: 375px;
  }
}
@media screen and (min-width: 1199px) {
  .generic-grid__right {
    width: 380px;
  }
}
@media screen and (min-width: 1499px) {
  .generic-grid__right {
    width: 480px;
  }
}
.generic-grid__right__image {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 10px 0;
}
.generic-grid__right__image picture {
  width: 100%;
  aspect-ratio: 3/4;
}
.generic-grid__right__image picture:first-child {
  display: none;
}
.generic-grid__right__text {
  position: relative;
}
.generic-grid__right__text .text-wrapper {
  position: relative;
  z-index: 2;
  padding-left: 20px;
  padding-right: 20px;
}
.generic-grid__right__text::after {
  width: 300px;
  height: 400px;
  display: block;
  position: absolute;
  content: "";
  background: radial-gradient(at center right, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 70%);
  filter: blur(30px);
}
.generic-grid__right__text::after {
  right: 0;
  top: -200px;
}
@media screen and (min-width: 768px) {
  .generic-grid__right__text::after {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .generic-grid__left {
    flex-direction: column-reverse;
    padding: 0;
  }
  .generic-grid__right__image picture:first-child {
    display: block;
  }
  .generic-grid__right__text .text-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
  .generic-grid--wrapper.reverse {
    flex-direction: row-reverse;
  }
}
@media screen and (min-width: 992px) {
  .generic-grid__left, .generic-grid__right {
    gap: 60px 0;
  }
}

@media screen and (max-width: 575px) {
  body.menu-open {
    overflow: hidden;
  }
}
body.menu-open header.site-header.is-active {
  background: rgba(12, 12, 12, 0);
  backdrop-filter: none;
}
@media screen and (min-width: 768px) {
  body.menu-open header.site-header.is-active {
    padding: 20px 0;
  }
}
@media screen and (max-width: 992px) {
  body.menu-open header.site-header ul.social {
    opacity: 0;
  }
}
body.menu-open header.site-header .logo-wrapper .logo {
  opacity: 0;
}

.grecaptcha-badge {
  visibility: hidden !important;
}

header.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  flex-wrap: wrap;
  z-index: 9999 !important;
  opacity: 0;
  padding: 20px 10px;
  animation: fadein 2s 0.3s ease-out 1 forwards;
}
header.site-header .logo-wrapper a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
header.site-header .logo-wrapper img.logo {
  transition: all 0.65s;
  -moz-transition: all 0.65s;
  -webkit-transition: all 0.65s;
}
header.site-header .logo-wrapper img.logo {
  width: auto;
  height: auto;
  max-width: 110px;
  margin: 0 auto 0;
  display: block;
}
header.site-header .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 0;
}
header.site-header .container .site-header--item .xsmall-title {
  font-size: 18px;
}
header.site-header .container .site-header--item .menu-action {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
}
header.site-header .container .site-header--item .menu-action {
  gap: 5px;
}
header.site-header .container .site-header--item .menu-action:has(.active) {
  padding: 0;
}
header.site-header .container .site-header--item .menu-action:has(.active) .btn-link,
header.site-header .container .site-header--item .menu-action:has(.active) .btn-cart {
  display: none;
}
header.site-header .container .site-header--item.left {
  width: 70px;
}
header.site-header .container .site-header--item.right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
}
header.site-header .container .site-header--item.right {
  width: 70px;
  gap: 5px;
}
header.site-header .container .site-header--item.right .btn-primary, header.site-header .container .site-header--item.right .btn-filter {
  display: none;
}
@media screen and (min-width: 768px) {
  header.site-header {
    padding: 20px 0;
  }
  header.site-header .container .site-header--item {
    width: 33%;
  }
  header.site-header .container .site-header--item.logo-wrapper {
    width: auto;
  }
  header.site-header .container .site-header--item.logo-wrapper img.logo {
    max-width: 120px;
    display: block;
  }
  header.site-header .container .site-header--item.left {
    width: 33%;
  }
  header.site-header .container .site-header--item.right {
    width: 33%;
  }
  header.site-header .container .site-header--item.right .btn-primary, header.site-header .container .site-header--item.right .btn-filter {
    display: flex;
  }
}
@media screen and (min-width: 992px) {
  header.site-header .container .site-header--item.logo-wrapper img.logo {
    width: 150px;
    max-width: 170px;
  }
  header.site-header .container .site-header--item a.btn-primary, header.site-header .container .site-header--item a.btn-filter {
    margin-left: 0;
  }
  header.site-header .container .site-header--item ul li a {
    padding: 10px 0;
    display: block;
    position: relative;
    transition: all 0.65s;
    -moz-transition: all 0.65s;
    -webkit-transition: all 0.65s;
  }
  header.site-header .container .site-header--item ul li a:hover {
    color: #FFF;
  }
  header.site-header .container .site-header--item ul li.current_page_item a {
    color: #FFF;
  }
}
@media screen and (min-width: 1499px) {
  header.site-header .container .site-header--item.logo-wrapper img.logo {
    width: 170px;
  }
}
header.is-active {
  transition: all 0.65s;
  -moz-transition: all 0.65s;
  -webkit-transition: all 0.65s;
  padding: 20px 10px;
  background: rgba(12, 12, 12, 0.7);
  backdrop-filter: blur(5px);
}
@media screen and (min-width: 768px) {
  header.is-active {
    padding: 20px 0;
  }
}

#navicon, .btn-close {
  width: 40px;
  min-height: 40px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: auto;
  border-radius: 50px;
}
#navicon .lines, .btn-close .lines {
  border-radius: 5px;
  display: block;
  width: 20px;
  height: 2px;
  background-color: #FFF;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
#navicon .lines, .btn-close .lines {
  width: 20px;
  margin: -10px auto 0;
  height: 2px;
  position: absolute;
}
#navicon .lines::before, .btn-close .lines::before {
  content: "";
  top: -8px;
  border-radius: 5px;
  display: block;
  width: 20px;
  height: 2px;
  background-color: #FFF;
  height: 2px;
  position: absolute;
  display: none;
}
#navicon .lines::after, .btn-close .lines::after {
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  content: "";
  bottom: -8px;
  border-radius: 5px;
  display: block;
  width: 20px;
  height: 2px;
  background-color: #FFF;
  height: 2px;
  position: absolute;
}
#navicon.active, .active.btn-close {
  background-color: #FFF;
}
#navicon.active .lines, .active.btn-close .lines {
  transform: rotate(45deg);
  width: 20px;
  margin: 0;
  background: #0C0C0C;
}
#navicon.active .lines::after, .active.btn-close .lines::after {
  transform: rotate(-90deg);
  bottom: 0;
  background: #0C0C0C;
}
#navicon.active .lines::before, .active.btn-close .lines::before {
  display: none;
}
#navicon.active::before, .active.btn-close::before {
  opacity: 0;
}
#navicon.passive::before, .passive.btn-close::before {
  opacity: 1;
  top: 2px;
  left: 2px;
  right: 2px;
  bottom: 2px;
}

.btn-close {
  display: block;
}

ul.social {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}
ul.social li {
  margin: 0;
}
ul.social .btn-icon {
  display: flex;
  width: 30px;
  height: 40px;
  text-align: center;
  position: relative;
  padding: 0;
  align-items: center;
  justify-content: center;
}
ul.social .btn-icon svg {
  width: 20px;
  height: auto;
}
@media screen and (min-width: 992px) {
  ul.social .btn-icon {
    width: 35px;
  }
}

nav.main-navigation {
  opacity: 0;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  display: none;
  position: fixed;
  z-index: 998;
}
nav.main-navigation .container {
  padding: 0;
}
@media screen and (max-width: 575px) {
  nav.main-navigation .container {
    height: 100%;
  }
}
nav.main-navigation.open {
  transition: all 0.65s;
  -moz-transition: all 0.65s;
  -webkit-transition: all 0.65s;
}
nav.main-navigation.open {
  height: auto;
  display: flex;
  width: auto;
  opacity: 1;
  background: rgba(12, 12, 12, 0.4);
  animation: fadein 0.3s 1 forwards;
}
@media screen and (max-width: 768px) {
  nav.main-navigation.open {
    scrollbar-width: none;
    -ms-overflow-style: none;
    overflow: scroll;
  }
  nav.main-navigation.open::-webkit-scrollbar {
    width: 0;
    background: transparent;
  }
}
@media screen and (min-width: 768px) {
  nav.main-navigation.open {
    justify-content: flex-start;
  }
}
nav.main-navigation.open .menu-wrapper {
  animation: fadein 0.8s ease-out 1 forwards;
}
@media screen and (min-width: 575px) {
  nav.main-navigation.open .menu-wrapper {
    animation: fademenu 0.8s ease-out 1 forwards;
  }
}
nav.main-navigation.open .menu-wrapper--cta a {
  animation: fadedown 0.8s 0.8s 1 forwards;
}
@media screen and (min-width: 768px) {
  nav.main-navigation.open .menu-wrapper--cta a {
    animation-name: fadedown;
  }
}
nav.main-navigation.open .menu li {
  animation: fadein 0.8s 0.1s ease-out 1 forwards;
}
nav.main-navigation.open .menu li:nth-child(2) {
  animation-delay: 0.3s;
}
nav.main-navigation.open .menu li:nth-child(3) {
  animation-delay: 0.4s;
}
nav.main-navigation.open .menu li:nth-child(4) {
  animation-delay: 0.5s;
}
nav.main-navigation.open .menu li:nth-child(5) {
  animation-delay: 0.6s;
}
nav.main-navigation.open .menu li:nth-child(6) {
  animation-delay: 0.7s;
}
nav.main-navigation.open .menu li:nth-child(7) {
  animation-delay: 0.8s;
}
nav.main-navigation.open .menu li:nth-child(8) {
  animation-delay: 0.9s;
}
nav.main-navigation.open .menu li:nth-child(9) {
  animation-delay: 1s;
}
nav.main-navigation.open .menu li:nth-child(10) {
  animation-delay: 1.1s;
}
nav.main-navigation.closing {
  animation: fadeout 0.5s linear 1 forwards;
}
nav.main-navigation.closing .menu-wrapper {
  animation: fadeout 0.4s ease-out 1 forwards;
}
@media screen and (min-width: 575px) {
  nav.main-navigation.closing .menu-wrapper {
    animation-name: closemenu;
  }
}
nav.main-navigation .menu-wrapper {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: flex-start;
  justify-content: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  width: 100%;
  transition: all 0.65s;
  -moz-transition: all 0.65s;
  -webkit-transition: all 0.65s;
  margin: 0;
  gap: 30px 0;
  height: auto;
  background: rgba(12, 12, 12, 0.7);
  backdrop-filter: blur(5px);
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  nav.main-navigation .menu-wrapper {
    width: 453.3333333333px;
  }
}
@media screen and (min-width: 992px) {
  nav.main-navigation .menu-wrapper {
    width: 450px;
  }
}
@media screen and (min-width: 1199px) {
  nav.main-navigation .menu-wrapper {
    width: 475px;
  }
}
@media screen and (min-width: 1499px) {
  nav.main-navigation .menu-wrapper {
    width: 600px;
  }
}
@media screen and (min-width: 575px) {
  nav.main-navigation .menu-wrapper {
    margin: 10px auto;
    border-radius: 20px;
    background: rgba(12, 12, 12, 0.7);
  }
  nav.main-navigation .menu-wrapper:hover {
    background: rgba(12, 12, 12, 0.85);
  }
}
nav.main-navigation .menu-wrapper--nav {
  width: 100%;
  padding: 70px 30px 0;
}
nav.main-navigation .menu-wrapper--nav .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
nav.main-navigation .menu-wrapper--nav .image-wrapper {
  margin-bottom: 30px;
}
nav.main-navigation .menu-wrapper--nav .small-logo {
  width: 100px;
  height: auto;
  display: block;
}
nav.main-navigation .menu-wrapper--cta {
  width: 100%;
  height: auto;
  padding: 0 20px 45px;
  position: relative;
}
nav.main-navigation .menu-wrapper--cta a {
  position: relative;
}
nav.main-navigation .menu-wrapper--cta a::after {
  width: 100%;
  height: 100px;
  display: block;
  position: absolute;
  content: "";
}
nav.main-navigation .menu-wrapper--cta a::after {
  z-index: 2;
  top: auto;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(0deg, #0C0C0C, rgba(12, 12, 12, 0));
}
@media screen and (min-width: 768px) {
  nav.main-navigation .menu-wrapper--cta a::after {
    height: 150px;
  }
}
@media screen and (min-width: 1199px) {
  nav.main-navigation .menu-wrapper--cta a::after {
    height: 200px;
  }
}
nav.main-navigation .menu-wrapper--cta a {
  background: linear-gradient(0deg, rgba(12, 12, 12, 0.5), rgba(12, 12, 12, 0));
  display: flex;
  opacity: 0;
  height: 100%;
  width: 100%;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  nav.main-navigation .menu-wrapper--cta a::after {
    height: 60%;
  }
}
nav.main-navigation .menu-wrapper--cta .text-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  flex-wrap: wrap;
}
nav.main-navigation .menu-wrapper--cta .text-wrapper {
  padding: 20px;
  flex-direction: column;
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 4;
  text-align: left;
}
nav.main-navigation .menu-wrapper--cta .text-wrapper .pre-title {
  font-size: 14px;
}
nav.main-navigation .menu-wrapper--cta picture {
  display: flex;
  overflow: hidden;
}
nav.main-navigation .menu-wrapper--cta picture img {
  object-fit: cover;
  display: block;
  width: 100%;
  height: auto;
  object-position: center;
}
nav.main-navigation .menu-wrapper--cta picture {
  aspect-ratio: 1;
  width: 100%;
  height: 100%;
}
nav.main-navigation ul {
  padding: 0;
  margin: 0;
  display: block;
  width: 100%;
  text-align: left;
}
nav.main-navigation ul.social {
  padding-top: 30px;
  transform: translateX(-5px);
}
nav.main-navigation ul.social li {
  margin: 0;
  display: block;
}
nav.main-navigation ul.social li a svg * {
  fill: #FFF;
}
nav.main-navigation ul.menu li {
  opacity: 0;
}
nav.main-navigation ul.menu li a {
  position: relative;
}
nav.main-navigation ul.menu li a::before {
  width: 0;
  height: 1px;
  display: block;
  position: absolute;
  content: "";
  transition: all 0.65s;
  -moz-transition: all 0.65s;
  -webkit-transition: all 0.65s;
}
nav.main-navigation ul.menu li a::before {
  left: 0;
  background-color: #D1AA6D;
  top: 50%;
}
@media screen and (min-width: 992px) {
  nav.main-navigation ul.menu li a:hover {
    padding-left: 35px;
  }
  nav.main-navigation ul.menu li a:hover::before {
    width: 25px;
  }
}
nav.main-navigation ul li {
  display: block;
}
nav.main-navigation ul li.current_page_item > a {
  background: none;
}
nav.main-navigation ul li.current_page_item a {
  padding-left: 35px;
}
nav.main-navigation ul li.current_page_item a::before {
  width: 25px;
}
nav.main-navigation ul li a {
  transition: all 0.65s;
  -moz-transition: all 0.65s;
  -webkit-transition: all 0.65s;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-style: normal;
}
nav.main-navigation ul li a {
  display: block;
  position: relative;
  padding: 5px 0;
  color: #FFF;
  text-align: left;
  font-size: 18px;
  text-transform: none;
  letter-spacing: 1.5px;
}
nav.main-navigation ul li a:hover {
  color: #FFF;
}
nav.main-navigation ul li a.active {
  color: #FFF;
}
nav.main-navigation ul li.current_page_item a {
  background: none;
  color: #FFF;
}
nav.main-navigation ul li.current_page_item.btn-outline-child a {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-style: normal;
}
@media screen and (min-width: 575px) {
  nav.main-navigation .menu-wrapper--cta picture {
    aspect-ratio: 4/3;
  }
}
@media screen and (min-width: 768px) {
  nav.main-navigation .menu-wrapper {
    margin: 10px -20px 0 auto;
    height: auto;
    gap: 0;
  }
  nav.main-navigation .menu-wrapper--nav {
    padding: 70px 30px 30px;
  }
  nav.main-navigation .menu-wrapper--cta {
    padding: 0 10px 10px;
  }
  nav.main-navigation .menu-wrapper--cta .text-wrapper {
    padding: 20px;
  }
  nav.main-navigation .menu-wrapper--cta picture {
    aspect-ratio: 15/10;
  }
}
@media screen and (min-width: 992px) {
  nav.main-navigation .menu-wrapper--nav {
    padding: 30px;
  }
  nav.main-navigation .menu-wrapper--cta picture {
    aspect-ratio: 16/9;
  }
  nav.main-navigation .menu-wrapper--cta picture img {
    object-position: center;
  }
}
@media screen and (min-width: 1499px) {
  nav.main-navigation .menu-wrapper--cta picture {
    aspect-ratio: 15/10;
  }
}

/* nav on desktop */
@media screen and (min-width: 768px) {
  .site-header .logo-wrapper a {
    position: relative;
    z-index: 2;
  }
}
/* Langues */
header .lang,
nav .lang {
  position: relative;
}
header .lang:hover .lang__switch,
nav .lang:hover .lang__switch {
  opacity: 1;
  display: flex;
}
header .lang:hover .lang__btn,
nav .lang:hover .lang__btn {
  border-radius: 50px 50px 0 0;
  border-bottom-width: 0;
}
header .lang__btn,
nav .lang__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.1);
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
header .lang__btn,
nav .lang__btn {
  position: relative;
  transition: all 0s;
  text-transform: capitalize;
  margin-left: 0;
  border: 2px solid #FFF;
  cursor: pointer;
  color: #FFF;
  background: none;
  width: 40px;
  height: 40px;
  font-weight: bold;
  border-radius: 100%;
  padding: 0;
  font-size: 14px;
}
header .lang__link,
nav .lang__link {
  padding: 5px 0 !important;
}
header .lang__switch,
nav .lang__switch {
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.1);
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
header .lang__switch,
nav .lang__switch {
  display: none;
  position: absolute;
  flex-direction: column;
  margin: 0;
  left: 0;
  padding: 5px 0;
  width: 100%;
  opacity: 0;
  top: 30px;
  z-index: 1;
  background: none;
  border-radius: 0 0 50px 50px;
  border: 2px solid #FFF;
  border-top-width: 0;
}
header .lang__switch .lang__item,
nav .lang__switch .lang__item {
  margin: 0 !important;
  padding: 0;
  text-align: center;
}
header .lang__switch .lang__item a, header .lang__switch .lang__item span,
nav .lang__switch .lang__item a,
nav .lang__switch .lang__item span {
  font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  display: block;
  text-transform: capitalize;
  color: #FFF;
  font-weight: bold;
  font-size: 14px;
}
header .lang__switch .lang__item a:hover, header .lang__switch .lang__item span:hover,
nav .lang__switch .lang__item a:hover,
nav .lang__switch .lang__item span:hover {
  color: #D1AA6D !important;
}
header .lang__switch .lang__item a:hover::after, header .lang__switch .lang__item span:hover::after,
nav .lang__switch .lang__item a:hover::after,
nav .lang__switch .lang__item span:hover::after {
  display: none;
}
@media screen and (max-width: 992px) {
  header,
  nav {
    justify-content: center;
    flex-direction: column;
  }
  header .lang,
  nav .lang {
    margin: 0;
  }
  header .lang__switch,
  nav .lang__switch {
    opacity: 1;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    position: static;
    background: none !important;
    margin: 0 auto 20px;
    padding: 10px 0;
    border: none;
  }
  header .lang__switch a,
  header .lang__switch span,
  nav .lang__switch a,
  nav .lang__switch span {
    padding: 10px 5px !important;
    font-size: 16px;
  }
  header .lang__item.current span,
  nav .lang__item.current span {
    color: #D1AA6D !important;
  }
}
@media screen and (max-width: 575px) {
  header .lang__switch a, header .lang__switch span,
  nav .lang__switch a,
  nav .lang__switch span {
    padding: 10px 5px !important;
  }
}

header .lang {
  display: none;
}
@media screen and (min-width: 992px) {
  header .lang {
    display: flex;
  }
}

nav .lang {
  display: none !important;
}
nav .lang__switch {
  display: flex;
}
@media screen and (max-width: 992px) {
  nav .lang {
    display: flex !important;
  }
  nav .lang__item .lang__link {
    font-size: 14px !important;
  }
  nav .lang__item .lang__link.current {
    color: #FFF;
  }
  nav .lang__item:has(.current) {
    border-bottom: 1px solid #D1AA6D;
  }
  nav .lang__switch {
    display: flex !important;
    justify-content: center;
    align-items: center;
  }
}

.grecaptcha-badge {
  visibility: hidden !important;
}

ul.social {
  text-align: center;
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start;
}
ul.social a.btn-icon svg {
  height: 20px;
  width: 20px;
}
@media screen and (min-width: 1199px) {
  ul.social a.btn-icon svg {
    height: 20px;
    width: 20px;
  }
}

.floating-cta {
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 89;
  padding: 10px;
  opacity: 0;
}
@media screen and (min-width: 768px) {
  .floating-cta {
    display: none;
  }
}

body:has(.site-header.is-active) .floating-cta {
  animation: fadeup 0.8s 0.3s 1 forwards;
}

body.menu-open .floating-cta {
  display: none;
}

.footer-list, .voucher--form--content .contact-us--form__info .custom-wysiwyg ul {
  margin: 0;
  padding: 10px 0 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 5px 0;
  margin: 0 !important;
}
.footer-list li, .voucher--form--content .contact-us--form__info .custom-wysiwyg ul li {
  position: relative;
  padding-left: 20px;
}
.footer-list li::before, .voucher--form--content .contact-us--form__info .custom-wysiwyg ul li::before {
  width: 10px;
  height: 1px;
  display: block;
  position: absolute;
  content: "";
}
.footer-list li::before, .voucher--form--content .contact-us--form__info .custom-wysiwyg ul li::before {
  background-color: #FFF;
  left: 0;
  top: 15px;
}
.footer-list li, .voucher--form--content .contact-us--form__info .custom-wysiwyg ul li {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-style: normal;
}
.footer-list li *, .voucher--form--content .contact-us--form__info .custom-wysiwyg ul li * {
  letter-spacing: 1px;
}
.footer-list li, .voucher--form--content .contact-us--form__info .custom-wysiwyg ul li {
  font-size: 14px;
}
.footer-list li::before, .voucher--form--content .contact-us--form__info .custom-wysiwyg ul li::before {
  top: 10px;
}
.footer-list li strong, .voucher--form--content .contact-us--form__info .custom-wysiwyg ul li strong {
  color: #FFF;
  font-weight: 300;
  font-size: 14px;
}
.footer-list li span, .voucher--form--content .contact-us--form__info .custom-wysiwyg ul li span {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-style: normal;
}
.footer-list li span, .voucher--form--content .contact-us--form__info .custom-wysiwyg ul li span {
  font-size: 14px;
}
.footer-list li span strong, .voucher--form--content .contact-us--form__info .custom-wysiwyg ul li span strong {
  color: #FFF;
}
.footer-list li a, .voucher--form--content .contact-us--form__info .custom-wysiwyg ul li a {
  transition: all 0.65s;
  -moz-transition: all 0.65s;
  -webkit-transition: all 0.65s;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-style: normal;
}
.footer-list li a, .voucher--form--content .contact-us--form__info .custom-wysiwyg ul li a {
  letter-spacing: 1px;
  font-size: 14px;
}
.footer-list li a:hover, .voucher--form--content .contact-us--form__info .custom-wysiwyg ul li a:hover {
  color: #FFF;
}
.footer-list li a strong, .voucher--form--content .contact-us--form__info .custom-wysiwyg ul li a strong {
  color: #FFF;
}

.footer {
  background: #0C0C0C;
  position: relative;
}
.footer::before {
  width: 200px;
  height: 400px;
  display: block;
  position: absolute;
  content: "";
  background: radial-gradient(at center left, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 70%);
  filter: blur(30px);
}
.footer::before {
  left: 0;
  bottom: 20px;
}
.footer .container {
  position: relative;
  z-index: 4;
}
.footer--main {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
.footer--main {
  padding: 60px 0;
  gap: 45px 0;
}
.footer--main__logo {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .footer--main__logo {
    width: 680px;
  }
}
@media screen and (min-width: 992px) {
  .footer--main__logo {
    width: 900px;
  }
}
@media screen and (min-width: 1199px) {
  .footer--main__logo {
    width: 285px;
  }
}
@media screen and (min-width: 1499px) {
  .footer--main__logo {
    width: 360px;
  }
}
.footer--main__logo a {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: flex-start;
}
.footer--main__logo img {
  display: block;
  max-width: 110px;
  height: auto;
  width: 100%;
  margin: 0;
}
@media screen and (max-width: 575px) {
  .footer--main__logo img {
    width: auto;
  }
}
.footer--main__info {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .footer--main__info {
    width: 680px;
  }
}
@media screen and (min-width: 992px) {
  .footer--main__info {
    width: 450px;
  }
}
@media screen and (min-width: 1199px) {
  .footer--main__info {
    width: 475px;
  }
}
@media screen and (min-width: 1499px) {
  .footer--main__info {
    width: 600px;
  }
}
.footer--main__info {
  margin: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.footer--main__info .title {
  color: #FFF;
}
.footer--main__contact {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .footer--main__contact {
    width: 680px;
  }
}
@media screen and (min-width: 992px) {
  .footer--main__contact {
    width: 450px;
  }
}
@media screen and (min-width: 1199px) {
  .footer--main__contact {
    width: 380px;
  }
}
@media screen and (min-width: 1499px) {
  .footer--main__contact {
    width: 480px;
  }
}
.footer--menu {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.footer--menu {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  flex-direction: column;
  padding: 30px 0;
  gap: 20px;
}
.footer--menu .menu {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.footer--menu .menu {
  flex-direction: column;
  gap: 0 20px;
}
.footer--menu .menu li a {
  font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 1px;
  display: flex;
  padding: 5px 0;
  font-size: 16px;
  color: #FFF;
}
.footer--menu .menu li a:hover {
  color: #FFF;
}
@media screen and (min-width: 992px) {
  .footer--menu .menu li a {
    font-size: 14px;
  }
}
.footer--bottom {
  padding: 30px 0;
}
.footer--bottom .container {
  display: flex;
  flex-direction: column;
  gap: 10px 20px;
  align-items: center;
  justify-content: center;
}
.footer--bottom .footer-links li {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-style: normal;
}
.footer--bottom .footer-links li {
  margin: 0;
  position: relative;
  text-align: center;
}
.footer--bottom .footer-links li span {
  color: #FFF;
  font-size: 12px;
}
.footer--bottom .footer-links li a {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-style: normal;
}
.footer--bottom .footer-links li a {
  color: #FFF;
  font-size: 12px;
}
.footer--bottom .footer-links li a:hover {
  color: #FFF;
}
.footer--bottom .copy-signature {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-style: normal;
}
.footer--bottom .copy-signature {
  text-align: center;
  font-size: 12px;
  color: #FFF;
}
.footer--bottom .copy-signature a {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-style: normal;
}
.footer--bottom .copy-signature a {
  font-size: inherit;
  color: #FFF;
}
.footer--bottom .copy-signature a:hover {
  color: #FFF;
}
@media screen and (min-width: 768px) {
  .footer--main {
    justify-content: space-between;
  }
  .footer--main__logo img {
    max-width: 120px;
  }
  .footer--menu {
    flex-direction: row;
    padding: 10px 0;
  }
  .footer--menu .menu {
    flex-direction: row;
  }
  .footer--bottom .container {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  .footer--bottom .footer-links {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
  }
  .footer--bottom .footer-links {
    gap: 5px 20px;
  }
  .footer--bottom .footer-links li {
    margin: 0;
  }
  .footer--bottom .footer-links li:nth-child(1)::before {
    display: none;
  }
}
@media screen and (min-width: 992px) {
  .footer--main__logo img {
    max-width: 150px;
    height: auto;
  }
  .footer--bottom__cookies {
    width: 225px;
  }
  .footer--bottom__notes {
    width: 675px;
  }
}
@media screen and (min-width: 1199px) {
  .footer--main {
    padding: 100px 0;
  }
  .footer--main__info {
    gap: 40px;
    padding: 0 20px 0 0;
  }
}
@media screen and (min-width: 1499px) {
  .footer--main__logo img {
    max-width: 170px;
  }
}

.banner-labels {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.banner-labels .container {
  padding: 0;
}
.banner-labels .labels-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.banner-labels .labels-list {
  gap: 0;
}
.banner-labels .labels-list__item {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .banner-labels .labels-list__item {
    width: 226.6666666667px;
  }
}
@media screen and (min-width: 992px) {
  .banner-labels .labels-list__item {
    width: 300px;
  }
}
@media screen and (min-width: 1199px) {
  .banner-labels .labels-list__item {
    width: 380px;
  }
}
@media screen and (min-width: 1499px) {
  .banner-labels .labels-list__item {
    width: 480px;
  }
}
.banner-labels .labels-list__item .label-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  flex-direction: column;
  font-size: 14px;
  color: #FFF;
  padding: 20px 0;
}
.banner-labels .labels-list__item .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.banner-labels .labels-list__item .image-wrapper {
  height: 50px;
  width: 100%;
}
.banner-labels .labels-list__item .image-wrapper img {
  max-height: 50px;
  width: auto;
  max-width: 150px;
  display: block;
}
@media screen and (min-width: 768px) {
  .banner-labels .labels-list {
    flex-direction: row;
    padding: 0;
  }
  .banner-labels .labels-list__item {
    border-left: 1px solid rgba(255, 255, 255, 0.5);
  }
  .banner-labels .labels-list__item:first-of-type {
    border: none;
  }
}
@media screen and (min-width: 1199px) {
  .banner-labels .labels-list__item .image-wrapper {
    height: 55px;
  }
  .banner-labels .labels-list__item .image-wrapper img {
    max-height: 50px;
  }
}
@media screen and (max-width: 768px) {
  .banner-labels .labels-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .banner-labels .labels-list__item:first-of-type {
    grid-column: 1/-1;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  }
  .banner-labels .labels-list__item:nth-child(2) {
    border-right: 1px solid rgba(255, 255, 255, 0.5);
  }
}

.popup--home.is-visible {
  display: flex;
  align-items: center;
  justify-content: center;
}
.popup--home .popup--home__bg {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}
.popup--home .popup--home__bg::before {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  content: "";
  transition: all 0.65s;
  -moz-transition: all 0.65s;
  -webkit-transition: all 0.65s;
}
.popup--home .popup--home__bg::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.35);
}
.popup--home .popup--home__bg picture {
  display: flex;
  overflow: hidden;
}
.popup--home .popup--home__bg picture img {
  object-fit: cover;
  display: block;
  width: 100%;
  height: auto;
  object-position: center;
}
.popup--home .popup--home__bg picture {
  height: 100%;
  width: 100%;
}
.popup--home .popup--home__bg picture img {
  object-fit: cover;
  object-position: center;
}
.popup--home--wrapper {
  overflow: hidden;
  padding: 30px 20px;
  max-width: 700px;
  position: relative;
}
.popup--home--wrapper .btn-close {
  z-index: 4;
  right: 10px;
  top: 10px;
  border: none;
  position: absolute;
  display: flex;
  align-items: center;
}
.popup--home--wrapper .btn-close .lines {
  width: 15px;
  margin: 0 auto;
}
.popup--home--wrapper .btn-close .lines::after {
  width: 15px;
  bottom: 0;
}
.popup--home__text {
  position: relative;
  gap: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.popup--home__text .circle-image {
  margin-bottom: 20px;
}
.popup--home__text p {
  margin: 0;
  color: #FFF;
  padding: 10px 0 0;
}
.popup--home__text .pre-title, .popup--home__text .title, .popup--home__text p {
  text-align: center;
  color: #FFF;
}
.popup--home__text .btn-wrapper {
  align-items: center;
  padding-top: 10px;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .popup--home--wrapper {
    padding: 45px 30px 30px;
  }
}
.cookies {
  position: fixed;
  bottom: 10px;
  left: 10px;
  right: 10px;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(20px);
}
.cookies.is-visible {
  visibility: visible;
  pointer-events: auto;
  animation: fadeup 0.8s 1 forwards;
}
@media screen and (min-width: 768px) {
  .cookies {
    right: auto;
    left: 20px;
    bottom: 20px;
  }
}
.cookies--wrapper {
  padding: 20px;
  border-radius: 20px;
  background: rgba(12, 12, 12, 0.2);
  backdrop-filter: blur(7.5px);
  max-width: 450px;
  margin: 0 0 0 auto;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.1);
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.cookies--wrapper p {
  font-size: 14px;
}
.cookies--wrapper input[type=text] {
  display: none;
  visibility: hidden;
}
.cookies--wrapper .btn-wrapper {
  margin-top: 0;
  padding-top: 0;
  gap: 5px;
}
.cookies--wrapper .btn-wrapper .btn-white, .cookies--wrapper .btn-wrapper .wpcf7 form input[type=submit], .wpcf7 form .cookies--wrapper .btn-wrapper input[type=submit], .cookies--wrapper .btn-wrapper .btn-play,
.cookies--wrapper .btn-wrapper .btn-primary,
.cookies--wrapper .btn-wrapper .btn-filter {
  cursor: pointer;
  font-size: 14px;
}

.home--hero {
  margin-bottom: 60px;
  position: relative;
}
.home--hero__bg {
  display: flex;
  height: 100vh;
  width: 100%;
  min-height: 500px;
  max-height: 800px;
  padding-bottom: 100px;
}
.home--hero__bg picture {
  display: flex;
  overflow: hidden;
  position: relative;
}
.home--hero__bg picture img {
  object-fit: cover;
  display: block;
  width: 100%;
  height: auto;
  object-position: center;
}
.home--hero__bg picture::after {
  width: 100%;
  height: 100px;
  display: block;
  position: absolute;
  content: "";
}
.home--hero__bg picture::after {
  z-index: 2;
  top: auto;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(0deg, #0C0C0C, rgba(12, 12, 12, 0));
}
@media screen and (min-width: 768px) {
  .home--hero__bg picture::after {
    height: 150px;
  }
}
@media screen and (min-width: 1199px) {
  .home--hero__bg picture::after {
    height: 200px;
  }
}
.home--hero__bg picture {
  width: 100%;
  overflow: hidden;
}
.home--hero__bg picture img {
  object-position: top;
}
@media screen and (max-width: 575px) {
  .home--hero__bg picture::after {
    height: 200px;
  }
}
.home--hero__text {
  z-index: 4;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
.home--hero__text .btn-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.home--hero__text .btn-wrapper {
  margin-bottom: 30px;
  left: 0;
  right: 0;
}
.home--hero__text .text-wrapper {
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .home--hero__text .text-wrapper {
    width: 566.6666666667px;
  }
}
@media screen and (min-width: 992px) {
  .home--hero__text .text-wrapper {
    width: 600px;
  }
}
@media screen and (min-width: 1199px) {
  .home--hero__text .text-wrapper {
    width: 665px;
  }
}
@media screen and (min-width: 1499px) {
  .home--hero__text .text-wrapper {
    width: 720px;
  }
}
.home--content {
  padding-bottom: 60px;
}
@media screen and (min-width: 992px) {
  .home--content {
    padding-bottom: 80px;
  }
}
@media screen and (min-width: 1199px) {
  .home--content {
    padding-bottom: 100px;
  }
}
.home--content {
  position: relative;
}
.home--content .container {
  position: relative;
  z-index: 2;
}
.home--salle {
  position: relative;
  padding-top: 60px;
}
.home--salle::before {
  width: 200px;
  height: 400px;
  display: block;
  position: absolute;
  content: "";
  background: radial-gradient(at center right, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 70%);
  filter: blur(30px);
}
.home--salle::before {
  right: 0;
  top: -200px;
}
.home--salle::after {
  width: 200px;
  height: 400px;
  display: block;
  position: absolute;
  content: "";
  background: radial-gradient(at center left, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 70%);
  filter: blur(30px);
}
.home--salle::after {
  left: 0;
  bottom: 20px;
  display: none;
}
.home--event {
  padding-bottom: 60px;
  padding-top: 45px;
  position: relative;
}
@media screen and (min-width: 992px) {
  .home--event {
    padding-bottom: 80px;
  }
}
@media screen and (min-width: 1199px) {
  .home--event {
    padding-bottom: 100px;
  }
}
.home--event .container {
  position: relative;
  z-index: 4;
}
.home--event::after {
  width: 200px;
  height: 400px;
  display: block;
  position: absolute;
  content: "";
  background: radial-gradient(at center right, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 70%);
  filter: blur(30px);
}
.home--event::after {
  left: auto;
  right: 0;
  top: 0;
  display: block;
}
.home--event--intro {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .home--event--intro {
    width: 680px;
  }
}
@media screen and (min-width: 992px) {
  .home--event--intro {
    width: 750px;
  }
}
@media screen and (min-width: 1199px) {
  .home--event--intro {
    width: 950px;
  }
}
@media screen and (min-width: 1499px) {
  .home--event--intro {
    width: 960px;
  }
}
.home--event--intro {
  margin: 0 auto;
  padding: 0 0 30px;
}
.home--event--listing__grid {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .home--event--listing__grid {
    width: 680px;
  }
}
@media screen and (min-width: 992px) {
  .home--event--listing__grid {
    width: 750px;
  }
}
@media screen and (min-width: 1199px) {
  .home--event--listing__grid {
    width: 950px;
  }
}
@media screen and (min-width: 1499px) {
  .home--event--listing__grid {
    width: 960px;
  }
}
.home--event--listing__grid {
  margin: 0 auto;
}
.home--event--listing__empty {
  padding: 20px;
  border-radius: 20px;
  background-color: #0C0C0C;
  border: 1px dashed rgba(255, 255, 255, 0.5);
}
.home--event--listing__empty p {
  margin: 0;
}
.home--event--listing__all {
  width: 100%;
}
.home--event--listing__all .btn-wrapper {
  justify-content: flex-start;
}
@media screen and (min-width: 768px) {
  .home--salle--wrapper {
    align-items: center;
  }
  .home--salle::before {
    width: 400px;
    height: 600px;
    top: -300px;
  }
  .home--salle::after {
    width: 400px;
    height: 600px;
    display: block;
    top: 0;
  }
}
@media screen and (min-width: 992px) {
  .home--hero {
    position: relative;
  }
  .home--hero__bg {
    min-height: 700px;
  }
  .home--hero__bg picture img {
    object-position: center;
  }
  .home--hero__text {
    bottom: 30px;
  }
  .home--kitchen--wrapper {
    align-items: flex-start;
    position: relative;
  }
  .home--kitchen--wrapper .twocol__text {
    padding-top: 30px;
  }
  .home--salle {
    padding-top: 0;
  }
  .home--event {
    padding-top: 0;
  }
  .home--event::after {
    width: 400px;
    height: 600px;
  }
}
@media screen and (min-width: 1199px) {
  .home--hero__bg {
    height: auto;
    max-height: 800px;
  }
  .home--hero__bg picture img {
    object-position: center;
  }
  .home--kitchen .twocol__text {
    padding-top: 60px;
  }
  .home--salle {
    margin-top: -150px;
  }
  .home--salle--wrapper {
    align-items: flex-end;
  }
}
@media screen and (min-width: 1499px) {
  .home--hero__bg {
    max-height: 900px;
    height: auto;
  }
  .home--hero__text {
    bottom: 60px;
  }
  .home--salle {
    margin-top: -220px;
  }
}

.banner-cta--home {
  margin-top: 60px;
}
@media screen and (min-width: 768px) {
  .banner-cta--home {
    margin-top: 0;
  }
}

.about--hero {
  position: relative;
}
.about--hero__bg {
  display: flex;
  height: auto;
  width: 100%;
  max-height: 800px;
  min-height: 90vh;
}
.about--hero__bg picture {
  display: flex;
  overflow: hidden;
  position: relative;
}
.about--hero__bg picture img {
  object-fit: cover;
  display: block;
  width: 100%;
  height: auto;
  object-position: center;
}
.about--hero__bg picture::after {
  width: 100%;
  height: 100px;
  display: block;
  position: absolute;
  content: "";
}
.about--hero__bg picture::after {
  z-index: 2;
  top: auto;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(0deg, #0C0C0C, rgba(12, 12, 12, 0));
}
@media screen and (min-width: 768px) {
  .about--hero__bg picture::after {
    height: 150px;
  }
}
@media screen and (min-width: 1199px) {
  .about--hero__bg picture::after {
    height: 200px;
  }
}
.about--hero__bg picture {
  width: 100%;
  overflow: hidden;
}
.about--hero__bg picture img {
  object-position: top;
}
@media screen and (max-width: 575px) {
  .about--hero__bg picture::after {
    height: 200px;
  }
}
.about--hero__bg picture::before {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  content: "";
}
.about--hero__bg picture::before {
  top: 0;
  left: 0;
  bottom: 0;
  background: linear-gradient(90deg, rgba(12, 12, 12, 0.8), rgba(12, 12, 12, 0));
}
.about--hero__text {
  z-index: 4;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
}
.about--hero__text .text-wrapper {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .about--hero__text .text-wrapper {
    width: 680px;
  }
}
@media screen and (min-width: 992px) {
  .about--hero__text .text-wrapper {
    width: 825px;
  }
}
@media screen and (min-width: 1199px) {
  .about--hero__text .text-wrapper {
    width: 1045px;
  }
}
@media screen and (min-width: 1499px) {
  .about--hero__text .text-wrapper {
    width: 1320px;
  }
}
.about--hero__text .text-wrapper {
  margin: 0 0 0 auto;
  padding-bottom: 150px;
}
.about--hero__text .text-wrapper .title-wrapper, .about--hero__text .text-wrapper .title-wrapper--center {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .about--hero__text .text-wrapper .title-wrapper, .about--hero__text .text-wrapper .title-wrapper--center {
    width: 566.6666666667px;
  }
}
@media screen and (min-width: 992px) {
  .about--hero__text .text-wrapper .title-wrapper, .about--hero__text .text-wrapper .title-wrapper--center {
    width: 600px;
  }
}
@media screen and (min-width: 1199px) {
  .about--hero__text .text-wrapper .title-wrapper, .about--hero__text .text-wrapper .title-wrapper--center {
    width: 665px;
  }
}
@media screen and (min-width: 1499px) {
  .about--hero__text .text-wrapper .title-wrapper, .about--hero__text .text-wrapper .title-wrapper--center {
    width: 840px;
  }
}
.about--origin {
  padding-bottom: 60px;
  padding-top: 60px;
}
@media screen and (min-width: 992px) {
  .about--origin {
    padding-bottom: 80px;
  }
}
@media screen and (min-width: 1199px) {
  .about--origin {
    padding-bottom: 100px;
  }
}
@media screen and (min-width: 992px) {
  .about--origin {
    padding-top: 80px;
  }
}
@media screen and (min-width: 1199px) {
  .about--origin {
    padding-top: 100px;
  }
}
.about--place {
  position: relative;
}
.about--place::after {
  width: 200px;
  height: 400px;
  display: block;
  position: absolute;
  content: "";
  background: radial-gradient(at center right, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 70%);
  filter: blur(30px);
}
.about--place::after {
  left: auto;
  right: 0;
  top: -200px;
  display: block;
}
.about--content {
  padding-bottom: 100px;
}
.about--food::before {
  display: none;
}
.about--food::after {
  width: 200px;
  height: 400px;
  display: block;
  position: absolute;
  content: "";
  background: radial-gradient(at center left, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 70%);
  filter: blur(30px);
}
.about--food::after {
  left: 0;
  bottom: 50%;
  display: none;
}
.about--gallery {
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.about--gallery::-webkit-scrollbar {
  width: 0;
  background: transparent;
}
.about--gallery {
  overflow: visible;
  z-index: 4;
  position: relative;
  margin: 0;
}
.about--gallery__wrapper {
  width: 100%;
  margin: -60px auto 0;
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  /*overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 0;
  scrollbar-width: none;

  & > * {
    flex: 0 0 auto;
    scroll-snap-align: start;
  } */
}
@media screen and (min-width: 768px) {
  .about--gallery__wrapper {
    width: 680px;
  }
}
@media screen and (min-width: 992px) {
  .about--gallery__wrapper {
    width: 900px;
  }
}
@media screen and (min-width: 1199px) {
  .about--gallery__wrapper {
    width: 1140px;
  }
}
@media screen and (min-width: 1499px) {
  .about--gallery__wrapper {
    width: 1440px;
  }
}
.about--gallery__item {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .about--gallery__item {
    width: 278.3333333333px;
  }
}
@media screen and (min-width: 992px) {
  .about--gallery__item {
    width: 370px;
  }
}
@media screen and (min-width: 1199px) {
  .about--gallery__item {
    width: 470px;
  }
}
@media screen and (min-width: 1499px) {
  .about--gallery__item {
    width: 595px;
  }
}
.about--gallery__item:first-child {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .about--gallery__item:first-child {
    width: 391.6666666667px;
  }
}
@media screen and (min-width: 992px) {
  .about--gallery__item:first-child {
    width: 445px;
  }
}
@media screen and (min-width: 1199px) {
  .about--gallery__item:first-child {
    width: 565px;
  }
}
@media screen and (min-width: 1499px) {
  .about--gallery__item:first-child {
    width: 715px;
  }
}
@media screen and (min-width: 575px) {
  .about--hero__text {
    align-items: center;
  }
  .about--hero__text .text-wrapper {
    padding: 0;
  }
  .about--gallery__wrapper {
    margin: -60px auto 0;
  }
}
@media screen and (min-width: 768px) {
  .about--hero__bg {
    min-height: 500px;
  }
  .about--place::after {
    width: 400px;
    height: 600px;
  }
  .about--content {
    padding-bottom: 45px;
  }
  .about--food--wrapper {
    align-items: center;
  }
  .about--food--wrapper .generic-grid__left {
    padding-top: 60px;
  }
  .about--food::after {
    width: 400px;
    display: block;
    height: 600px;
  }
}
@media screen and (min-width: 992px) {
  .about--gallery__wrapper {
    margin: -100px auto 0;
  }
  .about--food--wrapper .generic-grid__left {
    padding-top: 100px;
  }
}
@media screen and (min-width: 1199px) {
  .about--gallery__item picture {
    max-height: 680px;
  }
}
@media screen and (max-width: 768px) {
  .about--gallery .container {
    padding: 0;
  }
  .about--gallery__wrapper {
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .about--gallery__wrapper::-webkit-scrollbar {
    width: 0;
    background: transparent;
  }
  .about--gallery__wrapper {
    display: block;
    white-space: nowrap;
    overflow: scroll;
  }
  .about--gallery__item {
    display: inline-block;
    width: 80%;
    max-width: 400px;
    margin-right: 10px;
  }
  .about--gallery__item:first-child {
    width: 80%;
    margin-left: 20px;
  }
  .about--gallery__item:last-child {
    margin-right: 20px;
  }
}

.portrait {
  position: relative;
}
.portrait__bg picture {
  display: flex;
  overflow: hidden;
  position: relative;
}
.portrait__bg picture img {
  object-fit: cover;
  display: block;
  width: 100%;
  height: auto;
  object-position: center;
}
.portrait__bg picture::after {
  width: 100%;
  height: 200px;
  display: block;
  position: absolute;
  content: "";
}
.portrait__bg picture::after {
  z-index: 2;
  top: auto;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(0deg, #0C0C0C, rgba(12, 12, 12, 0));
}
@media screen and (min-width: 768px) {
  .portrait__bg picture::after {
    height: 300px;
  }
}
@media screen and (min-width: 1199px) {
  .portrait__bg picture::after {
    height: 400px;
  }
}
.portrait__bg picture {
  width: 100%;
  height: 450px;
}
@media screen and (min-width: 575px) {
  .portrait__bg picture {
    height: 450px;
  }
}
@media screen and (min-width: 992px) {
  .portrait__bg picture {
    height: 500px;
  }
}
@media screen and (min-width: 1199px) {
  .portrait__bg picture {
    height: 600px;
  }
}
@media screen and (min-width: 1499px) {
  .portrait__bg picture {
    height: 700px;
  }
}
@media screen and (max-width: 768px) {
  .portrait__bg picture::after {
    height: 300px;
  }
}
.portrait__text {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 20px;
  z-index: 4;
}
.portrait__text .title-wrapper, .portrait__text .title-wrapper--center {
  margin-bottom: 0;
}
.portrait__text .text-wrapper {
  opacity: 0;
  display: none;
  white-space: wrap;
}
.portrait__text .text-wrapper p {
  margin: 0;
}
.portrait:hover .title-wrapper, .portrait:hover .title-wrapper--center {
  margin-bottom: 20px;
}
@media screen and (max-width: 1199px) {
  .portrait:hover .portrait__bg picture::after {
    transition: all 0.65s;
    -moz-transition: all 0.65s;
    -webkit-transition: all 0.65s;
    height: 100% !important;
  }
}
.portrait:hover .text-wrapper {
  display: block;
  animation: fadeup 0.8s 1 forwards;
}
@media screen and (min-width: 1199px) {
  .portrait .text-wrapper {
    display: block;
    opacity: 1;
    animation: none;
  }
  .portrait .title-wrapper, .portrait .title-wrapper--center {
    margin-bottom: 20px;
  }
  .portrait:hover .text-wrapper {
    animation: none;
  }
}
@media screen and (min-width: 768px) {
  .portrait__text {
    padding: 30px;
  }
}

@media (hover: hover) {
  .about--gallery__wrapper {
    cursor: grab;
  }
  .about--gallery__wrapper:active {
    cursor: grabbing;
  }
}
.footnotes {
  font-size: 14px;
  line-height: 1.6em;
  letter-spacing: 1px;
}
@media screen and (min-width: 992px) {
  .footnotes {
    font-size: 16px;
  }
}

.card {
  /* galerie en mobile */
}
.card--hero {
  position: relative;
}
.card--hero__bg {
  display: flex;
  height: auto;
  width: 100%;
  max-height: 800px;
  min-height: 100vh;
}
.card--hero__bg picture {
  display: flex;
  overflow: hidden;
  position: relative;
  position: relative;
}
.card--hero__bg picture img {
  object-fit: cover;
  display: block;
  width: 100%;
  height: auto;
  object-position: center;
}
.card--hero__bg picture::after {
  width: 100%;
  height: 150px;
  display: block;
  position: absolute;
  content: "";
}
.card--hero__bg picture::after {
  z-index: 2;
  top: auto;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(0deg, #0C0C0C, rgba(12, 12, 12, 0));
}
@media screen and (min-width: 768px) {
  .card--hero__bg picture::after {
    height: 225px;
  }
}
@media screen and (min-width: 1199px) {
  .card--hero__bg picture::after {
    height: 300px;
  }
}
.card--hero__bg picture::before {
  width: 100%;
  height: 100px;
  display: block;
  position: absolute;
  content: "";
}
.card--hero__bg picture::before {
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  background: linear-gradient(180deg, #0C0C0C, rgba(12, 12, 12, 0));
}
@media screen and (min-width: 768px) {
  .card--hero__bg picture::before {
    height: 150px;
  }
}
@media screen and (min-width: 1199px) {
  .card--hero__bg picture::before {
    height: 200px;
  }
}
@media screen and (min-width: 1499px) {
  .card--hero__bg picture::before {
    height: 300px;
  }
}
.card--hero__bg picture {
  width: 100%;
  overflow: hidden;
}
.card--hero__bg picture img {
  object-position: top;
}
@media screen and (max-width: 575px) {
  .card--hero__bg {
    align-items: flex-end;
    justify-content: flex-end;
  }
  .card--hero__bg picture {
    height: 85%;
  }
  .card--hero__bg picture::before {
    height: 300px;
  }
}
.card--hero__text {
  z-index: 4;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.card--hero__text .title-wrapper, .card--hero__text .title-wrapper--center {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .card--hero__text .title-wrapper, .card--hero__text .title-wrapper--center {
    width: 566.6666666667px;
  }
}
@media screen and (min-width: 992px) {
  .card--hero__text .title-wrapper, .card--hero__text .title-wrapper--center {
    width: 750px;
  }
}
@media screen and (min-width: 1199px) {
  .card--hero__text .title-wrapper, .card--hero__text .title-wrapper--center {
    width: 760px;
  }
}
@media screen and (min-width: 1499px) {
  .card--hero__text .title-wrapper, .card--hero__text .title-wrapper--center {
    width: 840px;
  }
}
.card--hero__text .title-wrapper, .card--hero__text .title-wrapper--center {
  margin: 0 auto;
  padding: 150px 0;
}
.card--intro {
  padding-bottom: 45px;
  display: none;
}
.card--intro.is-active {
  display: block;
}
.card--filters {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding-bottom: 60px;
}
@media screen and (min-width: 992px) {
  .card--filters {
    padding-bottom: 80px;
  }
}
@media screen and (min-width: 1199px) {
  .card--filters {
    padding-bottom: 100px;
  }
}
.card--filters {
  position: sticky;
  top: 90px;
  z-index: 8;
  width: 100%;
}
.card--filters__list {
  display: block;
  border-radius: 50px;
  backdrop-filter: blur(10px);
  background: rgba(12, 12, 12, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.5);
  text-align: center;
  margin: 0 auto;
  padding: 5px;
}
.card--filters__list__item {
  display: inline-block;
}
.card--images__wrapper {
  flex-direction: row;
  gap: 10px;
  align-items: flex-start;
  display: none;
}
.card--images__wrapper picture {
  display: flex;
  overflow: hidden;
}
.card--images__wrapper picture img {
  object-fit: cover;
  display: block;
  width: 100%;
  height: auto;
  object-position: center;
}
.card--images__wrapper picture {
  flex: 1;
}
.card--images__wrapper.is-active {
  display: flex;
}
@media screen and (max-width: 768px) {
  .card--item--wrapper {
    gap: 45px 0;
  }
}
.card--content {
  padding-bottom: 60px;
}
@media screen and (min-width: 992px) {
  .card--content {
    padding-bottom: 80px;
  }
}
@media screen and (min-width: 1199px) {
  .card--content {
    padding-bottom: 100px;
  }
}
.card--content {
  position: relative;
  z-index: 6;
  margin-top: -100px;
}
.card--content .generic-grid__left {
  flex-direction: column;
}
@media screen and (max-width: 575px) {
  .card--content .generic-grid__left {
    gap: 60px 0;
  }
}
.card--content .generic-grid__left__text {
  display: none;
  flex-direction: column;
  gap: 25px 0;
  justify-content: flex-start;
  align-items: flex-start;
}
.card--content .generic-grid__left__text .btn-wrapper {
  padding-top: 0;
}
.card--content .generic-grid__left__text.is-active {
  display: flex;
}
.card--content .generic-grid__left__text.is-active .custom-wysiwyg {
  animation: fadein 0.8s 0.3s 1 forwards;
}
.card--content .generic-grid__left__text.is-active .footnotes {
  animation: fadein 0.8s 0.45s 1 forwards;
}
.card--content .generic-grid__left__text.is-active .btn-wrapper {
  animation: fadein 0.8s 0.6s 1 forwards;
}
.card--content .generic-grid__right__image {
  display: none;
}
@media screen and (max-width: 767px) {
  .card--content .generic-grid__right__image {
    display: none !important;
  }
}
.card--content .generic-grid__right__image.is-active {
  display: flex;
}
.card--content .generic-grid__right__image.is-active picture {
  animation: fadeleft 0.8s 0.3s 1 forwards;
}
.card--content .generic-grid__right__image.is-active picture:nth-child(1) {
  display: flex;
}
.card--content .generic-grid__right__image.is-active picture:nth-child(2) {
  animation-delay: 0.6s;
}
.card--wysiwyg.custom-wysiwyg small, .card--wysiwyg.custom-wysiwyg em {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-style: normal;
}
.card--wysiwyg.custom-wysiwyg small, .card--wysiwyg.custom-wysiwyg em {
  display: block;
  padding-top: 5px;
  line-height: 1.5rem;
  font-size: 14px;
}
.card--wysiwyg.custom-wysiwyg ul, .card--wysiwyg.custom-wysiwyg ol, .card--wysiwyg.custom-wysiwyg p {
  gap: 20px 0;
}
.card--wysiwyg.custom-wysiwyg ul + h2, .card--wysiwyg.custom-wysiwyg ul + h3, .card--wysiwyg.custom-wysiwyg ul + h4, .card--wysiwyg.custom-wysiwyg ul + h5, .card--wysiwyg.custom-wysiwyg ol + h2, .card--wysiwyg.custom-wysiwyg ol + h3, .card--wysiwyg.custom-wysiwyg ol + h4, .card--wysiwyg.custom-wysiwyg ol + h5, .card--wysiwyg.custom-wysiwyg p + h2, .card--wysiwyg.custom-wysiwyg p + h3, .card--wysiwyg.custom-wysiwyg p + h4, .card--wysiwyg.custom-wysiwyg p + h5 {
  margin: 0;
}
.card--gallery {
  display: block;
  position: relative;
  z-index: 6;
  padding-bottom: 30px;
}
.card--gallery .container {
  padding: 0;
}
.card--gallery__wrapper {
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.card--gallery__wrapper::-webkit-scrollbar {
  width: 0;
  background: transparent;
}
.card--gallery__wrapper {
  white-space: nowrap;
  overflow: scroll;
  display: none;
}
.card--gallery__wrapper.is-active {
  display: block;
}
.card--gallery__wrapper.is-active .card--gallery__item {
  animation: fadeup 0.8s 0.3s 1 forwards;
}
.card--gallery__wrapper.is-active .card--gallery__item:nth-child(2) {
  animation-delay: 0.45s;
}
.card--gallery__item {
  opacity: 0;
  display: inline-block;
  width: 80%;
  max-width: 400px;
  margin-right: 10px;
}
.card--gallery__item:first-child {
  width: 80%;
}
.card--gallery__item:last-child {
  margin-right: 20px;
}
.card--gallery__item picture {
  display: flex;
  overflow: hidden;
}
.card--gallery__item picture img {
  object-fit: cover;
  display: block;
  width: 100%;
  height: auto;
  object-position: center;
}
.card--gallery__item picture {
  width: 100%;
  height: 400px;
}
@media screen and (min-width: 575px) {
  .card--gallery__item picture {
    height: 450px;
  }
}
@media screen and (min-width: 575px) {
  .card--hero__text {
    justify-content: flex-start;
  }
  .card--hero__text .title-wrapper--center {
    padding: 150px 0 0;
  }
}
@media screen and (min-width: 768px) {
  .card--hero__bg {
    min-height: 520px;
    max-height: 700px;
  }
  .card--intro {
    padding-bottom: 60px;
  }
  .card--gallery {
    display: none !important;
  }
  .card--item {
    position: relative;
  }
  .card--item::before {
    width: 300px;
    height: 600px;
    display: block;
    position: absolute;
    content: "";
    background: radial-gradient(at center left, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 70%);
    filter: blur(30px);
  }
  .card--item::before {
    left: 0;
    right: auto;
    top: 30%;
    display: block;
  }
  .card--item::after {
    width: 300px;
    height: 600px;
    display: block;
    position: absolute;
    content: "";
    background: radial-gradient(at center right, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 70%);
    filter: blur(30px);
  }
  .card--item::after {
    left: auto;
    right: 0;
    top: 45%;
    display: block;
  }
}
@media screen and (min-width: 992px) {
  .card--hero__bg {
    height: 90vh;
    max-height: 800px;
  }
  .card--hero__bg picture img {
    object-position: center;
  }
  .card--hero__text .title-wrapper--center {
    padding-top: 150px;
  }
  .card--filters {
    top: 110px;
  }
}
@media screen and (min-width: 1199px) {
  .card--hero__bg {
    height: auto;
    min-height: 80vh;
    max-height: 90vh;
  }
  .card--content {
    padding-bottom: 60px;
  }
  .card--item--wrapper {
    align-items: center;
  }
}
@media screen and (min-width: 1499px) {
  .card--hero__bg {
    height: 95vh;
    max-height: 1000px;
  }
  .card--item--wrapper {
    align-items: flex-start;
  }
  .card--item--wrapper .generic-grid__left {
    padding-top: 60px;
  }
}

.banner-cta--card .banner-cta__text {
  top: 60px;
}
.banner-cta--card .banner-cta__bg::before {
  height: 50%;
}
@media screen and (min-width: 768px) {
  .banner-cta--card .banner-cta__text {
    top: 120px;
  }
}
@media screen and (min-width: 992px) {
  .banner-cta--card .banner-cta__text {
    top: 150px;
  }
}
@media screen and (min-width: 1199px) {
  .banner-cta--card .banner-cta__text {
    top: 200px;
  }
}
@media screen and (min-width: 1499px) {
  .banner-cta--card .banner-cta__text {
    top: 25%;
  }
}

@media screen and (max-width: 768px) {
  #menu-content {
    scroll-margin: 60px;
  }
}
#wine-content {
  scroll-margin: 100px;
}

.wine-card--hero__bg picture {
  position: relative;
}
.wine-card--hero__bg picture::before {
  width: 100%;
  height: 200px;
  display: block;
  position: absolute;
  content: "";
}
.wine-card--hero__bg picture::before {
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  background: linear-gradient(180deg, #0C0C0C, rgba(12, 12, 12, 0));
}
@media screen and (min-width: 768px) {
  .wine-card--hero__bg picture::before {
    height: 300px;
  }
}
@media screen and (min-width: 1199px) {
  .wine-card--hero__bg picture::before {
    height: 400px;
  }
}
@media screen and (min-width: 1499px) {
  .wine-card--hero__bg picture::before {
    height: 600px;
  }
}
.wine-card--list {
  position: relative;
}
.wine-card--list .container {
  position: relative;
  z-index: 2;
}
.wine-card--list::before {
  width: 300px;
  height: 400px;
  display: block;
  position: absolute;
  content: "";
  background: radial-gradient(at center left, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 70%);
  filter: blur(30px);
}
.wine-card--list::before {
  left: 0;
  right: auto;
  top: auto;
  bottom: -100px;
  display: block;
}
.wine-card--list::after {
  width: 300px;
  height: 400px;
  display: block;
  position: absolute;
  content: "";
  background: radial-gradient(at center right, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 70%);
  filter: blur(30px);
}
.wine-card--list::after {
  left: auto;
  right: 0;
  top: 0;
  bottom: auto;
  display: block;
}
.wine-card--list--wrapper {
  align-items: flex-start;
}
.wine-card--list--wrapper .filter-item {
  display: none;
}
.wine-card--list--wrapper .filter-item .separator {
  width: 0 !important;
}
.wine-card--list--wrapper .filter-item.is-active {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.wine-card--list--wrapper .filter-item.is-active .title-wrapper .pre-title, .wine-card--list--wrapper .filter-item.is-active .title-wrapper--center .pre-title {
  animation: fadein 0.8s 1 forwards;
}
.wine-card--list--wrapper .filter-item.is-active .title-wrapper .title, .wine-card--list--wrapper .filter-item.is-active .title-wrapper--center .title {
  animation: fadein 0.8s 0.3s 1 forwards;
}
.wine-card--list--wrapper .filter-item.is-active .title-wrapper .separator, .wine-card--list--wrapper .filter-item.is-active .title-wrapper--center .separator {
  transition: all 0.65s;
  -moz-transition: all 0.65s;
  -webkit-transition: all 0.65s;
  width: 50px !important;
}
.wine-card--list--wrapper .filter-item.is-active .custom-wysiwyg {
  animation: fadein 0.8s 0.6s 1 forwards;
}
@media screen and (min-width: 768px) {
  .wine-card--content .banner-text--wrapper .title {
    text-align: center;
  }
}
@media screen and (max-width: 575px) {
  .wine-card--content {
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  }
}
@media screen and (min-width: 768px) {
  .wine-card--grid .generic-grid__left {
    padding-top: 60px;
  }
  .wine-card--grid .generic-grid__right__image {
    position: sticky;
    top: 200px;
  }
}
@media screen and (min-width: 992px) {
  .wine-card--list::before, .wine-card--list::after {
    width: 400px;
    height: 600px;
  }
  .wine-card--list::after {
    top: -150px;
  }
  .wine-card--list::before {
    bottom: -50%;
  }
  .wine-card--list--wrapper .twocol__text {
    padding-top: 60px;
  }
  .wine-card--list--wrapper .twocol__image {
    position: sticky;
    top: 100px;
  }
}

.wine-list--wrapper h2 + ul, .wine-list--wrapper h3 + ul, .wine-list--wrapper h4 + ul {
  margin-top: 10px;
}
.wine-list--wrapper ul + h2, .wine-list--wrapper ul + h3, .wine-list--wrapper ul + h4, .wine-list--wrapper ol + h2, .wine-list--wrapper ol + h3, .wine-list--wrapper ol + h4, .wine-list--wrapper p + h2, .wine-list--wrapper p + h3, .wine-list--wrapper p + h4 {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .wine-list--wrapper ul + h2, .wine-list--wrapper ul + h3, .wine-list--wrapper ul + h4, .wine-list--wrapper ol + h2, .wine-list--wrapper ol + h3, .wine-list--wrapper ol + h4, .wine-list--wrapper p + h2, .wine-list--wrapper p + h3, .wine-list--wrapper p + h4 {
    margin-top: 45px;
  }
}
@media screen and (min-width: 1199px) {
  .wine-list--wrapper ul + h2, .wine-list--wrapper ul + h3, .wine-list--wrapper ul + h4, .wine-list--wrapper ol + h2, .wine-list--wrapper ol + h3, .wine-list--wrapper ol + h4, .wine-list--wrapper p + h2, .wine-list--wrapper p + h3, .wine-list--wrapper p + h4 {
    margin-top: 60px;
  }
}
.wine-list--wrapper ul li, .wine-list--wrapper ol li {
  position: relative;
  padding-left: 20px;
}
.wine-list--wrapper ul li::before, .wine-list--wrapper ol li::before {
  width: 10px;
  height: 1px;
  display: block;
  position: absolute;
  content: "";
}
.wine-list--wrapper ul li::before, .wine-list--wrapper ol li::before {
  background-color: #FFF;
  left: 0;
  top: 15px;
}
.wine-list--wrapper ul li, .wine-list--wrapper ol li {
  padding-left: 0;
}
.wine-list--wrapper ul li::after, .wine-list--wrapper ul li::before, .wine-list--wrapper ol li::after, .wine-list--wrapper ol li::before {
  display: none;
}

.avatar {
  display: flex;
  overflow: hidden;
}
.avatar img {
  object-fit: cover;
  display: block;
  width: 100%;
  height: auto;
  object-position: center;
}
.avatar {
  border-radius: 100%;
  height: 60px;
  width: 60px;
}
@media screen and (min-width: 768px) {
  .avatar {
    height: 80px;
    width: 80px;
  }
}
@media screen and (min-width: 1199px) {
  .avatar {
    height: 100px;
    width: 100px;
  }
}

.single-event--hero {
  position: relative;
}
.single-event--hero__bg {
  display: flex;
  height: auto;
  width: 100%;
  max-height: 800px;
  min-height: 90vh;
}
.single-event--hero__bg picture {
  display: flex;
  overflow: hidden;
  position: relative;
}
.single-event--hero__bg picture img {
  object-fit: cover;
  display: block;
  width: 100%;
  height: auto;
  object-position: center;
}
.single-event--hero__bg picture::after {
  width: 100%;
  height: 100px;
  display: block;
  position: absolute;
  content: "";
}
.single-event--hero__bg picture::after {
  z-index: 2;
  top: auto;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(0deg, #0C0C0C, rgba(12, 12, 12, 0));
}
@media screen and (min-width: 768px) {
  .single-event--hero__bg picture::after {
    height: 150px;
  }
}
@media screen and (min-width: 1199px) {
  .single-event--hero__bg picture::after {
    height: 200px;
  }
}
.single-event--hero__bg picture {
  width: 100%;
  overflow: hidden;
}
.single-event--hero__bg picture img {
  object-position: top;
}
@media screen and (max-width: 575px) {
  .single-event--hero__bg picture::after {
    height: 200px;
  }
}
.single-event--hero__bg picture {
  position: relative;
}
.single-event--hero__bg picture::before {
  width: 100%;
  height: 200px;
  display: block;
  position: absolute;
  content: "";
}
.single-event--hero__bg picture::before {
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  background: linear-gradient(180deg, #0C0C0C, rgba(12, 12, 12, 0));
}
@media screen and (min-width: 768px) {
  .single-event--hero__bg picture::before {
    height: 300px;
  }
}
@media screen and (min-width: 1199px) {
  .single-event--hero__bg picture::before {
    height: 400px;
  }
}
@media screen and (min-width: 1499px) {
  .single-event--hero__bg picture::before {
    height: 600px;
  }
}
@media screen and (max-width: 575px) {
  .single-event--hero__bg picture::after {
    height: 50vh;
  }
}
.single-event--hero__text {
  position: absolute;
  width: 100%;
  height: auto;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  top: 0;
  bottom: 60px;
  z-index: 2;
}
.single-event--hero__text .text-wrapper {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .single-event--hero__text .text-wrapper {
    width: 566.6666666667px;
  }
}
@media screen and (min-width: 992px) {
  .single-event--hero__text .text-wrapper {
    width: 600px;
  }
}
@media screen and (min-width: 1199px) {
  .single-event--hero__text .text-wrapper {
    width: 760px;
  }
}
@media screen and (min-width: 1499px) {
  .single-event--hero__text .text-wrapper {
    width: 840px;
  }
}
.single-event--hero__text .text-wrapper {
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  gap: 20px;
}
.single-event--hero__text .text-wrapper p {
  text-align: left;
  margin: 0;
}
.single-event--hero__text .text-wrapper .btn-wrapper {
  padding: 0;
}
.single-event--hero__text .text-wrapper .avatar {
  margin: 0 auto 0 0;
}
.single-event--card .generic-grid__right {
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (max-width: 768px) {
  .single-event--card .generic-grid__left__text::after {
    background: radial-gradient(at center right, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 70%);
    filter: blur(30px);
    top: 60px;
    right: 0;
    width: 200px;
    height: 300px;
    left: auto;
  }
  .single-event--card .generic-grid__right__image picture {
    display: flex !important;
  }
}
.single-event--card__item .custom-wysiwyg p:first-of-type {
  margin-top: 0;
}
.single-event--card__item .generic-grid__left__text {
  flex-direction: column;
  gap: 25px 0;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}
.single-event--card__item .generic-grid__left .btn-wrapper {
  padding-top: 0;
}
@media screen and (min-width: 575px) {
  .single-event--card__item .generic-grid__right {
    padding: 0;
  }
}
@media screen and (min-width: 768px) {
  .single-event--hero__bg {
    min-height: 80vh;
  }
  .single-event--hero__text .text-wrapper {
    justify-content: center;
    align-items: center;
  }
  .single-event--hero__text .text-wrapper .title-wrapper, .single-event--hero__text .text-wrapper .title-wrapper--center {
    align-items: center;
  }
  .single-event--hero__text .text-wrapper .avatar {
    margin-left: auto;
    margin-right: auto;
  }
  .single-event--hero__text .text-wrapper p {
    text-align: center;
  }
  .single-event--hero__text .text-wrapper .btn-wrapper {
    justify-content: center;
  }
  .single-event--card__item {
    align-items: center;
  }
}
@media screen and (min-width: 992px) {
  .single-event--hero__text {
    bottom: 100px;
  }
}
@media screen and (min-width: 1199px) {
  .single-event--hero__bg {
    min-height: 50vh;
  }
  .single-event--hero__bg picture::after {
    height: 400px;
  }
}

.event-vignette {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.event-vignette {
  gap: 20px;
  width: 100%;
  padding: 20px 0;
}
.event-vignette__text {
  flex: 1;
  cursor: pointer;
}
.event-vignette .pre-title {
  text-transform: none;
}
.event-vignette__button {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.event-vignette__button .btn-wrapper {
  padding: 0;
}
.event-vignette__button .btn-primary, .event-vignette__button .custom-wysiwyg a.btn-primary, .custom-wysiwyg .event-vignette__button a.btn-primary, .event-vignette__button .btn-filter, .event-vignette__button .custom-wysiwyg a.btn-filter, .custom-wysiwyg .event-vignette__button a.btn-filter {
  height: auto;
  width: auto;
  border-radius: 50px;
  padding: 0;
}
.event-vignette__button .btn-primary:hover, .event-vignette__button .btn-filter:hover {
  background: none;
}
.event-vignette__button .btn-primary span, .event-vignette__button .btn-filter span {
  display: none;
  transition: all 0.65s;
  -moz-transition: all 0.65s;
  -webkit-transition: all 0.65s;
}
.event-vignette__button .btn-primary .icon-wrapper, .event-vignette__button .btn-filter .icon-wrapper {
  align-items: center;
  justify-content: center;
  display: flex;
  height: 40px;
  width: 40px;
}
.event-vignette__button .btn-primary .icon-wrapper svg, .event-vignette__button .btn-filter .icon-wrapper svg {
  height: 20px;
  transform: rotate(-90deg);
}
.event-vignette__button .btn-primary .icon-wrapper svg path, .event-vignette__button .btn-filter .icon-wrapper svg path {
  transition: all 0.65s;
  -moz-transition: all 0.65s;
  -webkit-transition: all 0.65s;
  fill: #FFF;
}
@media screen and (min-width: 768px) {
  .event-vignette__text:hover + .event-vignette__button .btn-primary, .event-vignette__text:hover + .event-vignette__button .btn-filter {
    background-color: #FFF;
  }
  .event-vignette__text:hover + .event-vignette__button .btn-primary span, .event-vignette__text:hover + .event-vignette__button .btn-filter span {
    color: #0C0C0C;
  }
  .event-vignette__text:hover + .event-vignette__button .btn-primary svg path, .event-vignette__text:hover + .event-vignette__button .btn-filter svg path {
    fill: #0C0C0C;
  }
  .event-vignette__button {
    width: auto;
  }
  .event-vignette__button .btn-primary, .event-vignette__button .custom-wysiwyg a.btn-primary, .custom-wysiwyg .event-vignette__button a.btn-primary, .event-vignette__button .btn-filter, .event-vignette__button .custom-wysiwyg a.btn-filter, .custom-wysiwyg .event-vignette__button a.btn-filter {
    /*padding: 5px 20px;

    span {
      display: flex;
    }
    .icon-wrapper {
      display: none;
    } */
  }
  .event-vignette__button .btn-primary:hover, .event-vignette__button .btn-filter:hover {
    background-color: #FFF;
  }
  .event-vignette__button .btn-primary:hover span, .event-vignette__button .btn-filter:hover span {
    color: #0C0C0C;
  }
  .event-vignette__button .btn-primary:hover svg path, .event-vignette__button .btn-filter:hover svg path {
    fill: #0C0C0C;
  }
}

.archive-event--hero__text {
  align-items: flex-end;
}
@media screen and (min-width: 768px) {
  .archive-event--hero__text {
    align-items: flex-end;
  }
  .archive-event--hero__text .text-wrapper {
    padding-bottom: 150px;
  }
}

.event--listing {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .event--listing {
    width: 680px;
  }
}
@media screen and (min-width: 992px) {
  .event--listing {
    width: 750px;
  }
}
@media screen and (min-width: 1199px) {
  .event--listing {
    width: 950px;
  }
}
@media screen and (min-width: 1499px) {
  .event--listing {
    width: 960px;
  }
}
.event--listing {
  margin: 0 auto;
}
.event--listing__grid {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 0;
}
.event--listing__grid .vignette {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.event--listing__grid .vignette:last-of-type {
  border: none;
}
.event--listing__item {
  width: 100%;
}
.event--listing__past {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.event--listing__past {
  padding-top: 45px;
}
.event--listing__past .btn-dropdown {
  opacity: 0.8;
}
.event--listing__past .btn-dropdown:hover {
  opacity: 1;
}
.event--listing .past-events-wrapper {
  padding: 60px 0 0;
}

.past-events-wrapper {
  display: none;
}
.past-events-wrapper.is-visible {
  display: block;
}

.btn-dropdown span {
  transition: all 0.65s;
  -moz-transition: all 0.65s;
  -webkit-transition: all 0.65s;
  color: #FFF;
}
.btn-dropdown:hover span {
  color: #0C0C0C;
}
.btn-dropdown .label-open {
  display: none;
}
.btn-dropdown .label-closed {
  display: flex;
}
.btn-dropdown.is-active .label-open {
  display: flex;
}
.btn-dropdown.is-active .label-closed {
  display: none;
}

@media screen and (max-width: 768px) {
  .voucher--hero__bg {
    min-height: 90vh;
  }
}
@media screen and (min-width: 1199px) {
  .voucher--hero__bg picture::after {
    height: 500px;
  }
}
.voucher--form.contact-us--form {
  margin-bottom: 0;
}
.voucher--form--content__intro {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.voucher--form--content__intro {
  gap: 20px;
  flex-direction: row;
}
.voucher--form--content__intro .title-wrapper .separator, .voucher--form--content__intro .title-wrapper--center .separator {
  margin-top: 15px !important;
}
.voucher--form--content__intro .voucher-image {
  display: flex;
  overflow: hidden;
  flex: 1;
  border-radius: 5px;
  max-width: 80px;
  max-height: 80px;
}
.voucher--form--content__intro .voucher-image img {
  object-fit: cover;
  display: block;
  width: 100%;
  height: auto;
  object-position: center;
}
@media screen and (min-width: 768px) {
  .voucher--form--content__intro .voucher-image {
    max-width: 60px;
    max-height: 60px;
  }
}
@media screen and (min-width: 1499px) {
  .voucher--form--content__intro .voucher-image {
    max-width: 110px;
    max-height: 110px;
  }
}
.voucher--form--content .contact-us--form__info .custom-wysiwyg p + ul {
  margin-top: 20px !important;
}
.voucher--form--content .contact-us--form__info .custom-wysiwyg ul li {
  letter-spacing: 1.5px;
}
.voucher--form--content .contact-us--form__info .custom-wysiwyg ul li::before {
  top: 15px;
}
.voucher--form--content .contact-us--form__info .custom-wysiwyg ul li strong {
  display: inline-block;
}
.voucher--form .wpcf7 form {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.voucher--form .voucher-part {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
}
.voucher--form .delivery-part {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
}
.voucher--form .delivery-part p.takeaway,
.voucher--form .delivery-part p.shipping-part {
  border-radius: 10px;
  color: #0C0C0C;
  padding: 10px;
  background-color: #FFF;
  font-size: 14px;
  line-height: 1.5em;
}
.voucher--form .delivery-part .shipping-part {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
}
.voucher--form .contact-info-part {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
}

.legal-page {
  position: relative;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.legal-page::before {
  width: 300px;
  height: 400px;
  display: block;
  position: absolute;
  content: "";
  background: radial-gradient(at center left, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 70%);
  filter: blur(30px);
}
.legal-page::before {
  left: 0;
  right: auto;
  top: 120px;
  display: block;
}
.legal-page::after {
  width: 300px;
  height: 400px;
  display: block;
  position: absolute;
  content: "";
  background: radial-gradient(at center right, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 70%);
  filter: blur(30px);
}
.legal-page::after {
  left: auto;
  right: 0;
  top: auto;
  bottom: 120px;
  display: block;
}
.legal-page--intro {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .legal-page--intro {
    width: 680px;
  }
}
@media screen and (min-width: 992px) {
  .legal-page--intro {
    width: 900px;
  }
}
@media screen and (min-width: 1199px) {
  .legal-page--intro {
    width: 950px;
  }
}
@media screen and (min-width: 1499px) {
  .legal-page--intro {
    width: 1200px;
  }
}
.legal-page--intro {
  margin: 0 auto;
  z-index: 2;
  position: relative;
  padding-top: 150px;
}
.legal-page--intro.text-center p {
  text-align: center;
}
.legal-page--wrapper {
  width: 100%;
  padding-bottom: 60px;
}
@media screen and (min-width: 768px) {
  .legal-page--wrapper {
    width: 680px;
  }
}
@media screen and (min-width: 992px) {
  .legal-page--wrapper {
    width: 900px;
  }
}
@media screen and (min-width: 1199px) {
  .legal-page--wrapper {
    width: 950px;
  }
}
@media screen and (min-width: 1499px) {
  .legal-page--wrapper {
    width: 1200px;
  }
}
@media screen and (min-width: 992px) {
  .legal-page--wrapper {
    padding-bottom: 80px;
  }
}
@media screen and (min-width: 1199px) {
  .legal-page--wrapper {
    padding-bottom: 100px;
  }
}
.legal-page--wrapper {
  margin: 0 auto;
  z-index: 2;
  position: relative;
  padding-top: 45px;
}
.legal-page--wrapper .custom-wysiwyg ul li {
  position: relative;
  padding-left: 20px;
}
.legal-page--wrapper .custom-wysiwyg ul li::before {
  width: 10px;
  height: 1px;
  display: block;
  position: absolute;
  content: "";
}
.legal-page--wrapper .custom-wysiwyg ul li::before {
  background-color: #FFF;
  left: 0;
  top: 15px;
}
.legal-page--wrapper .custom-wysiwyg ul li {
  letter-spacing: 1px;
}
.legal-page.booking-page .container {
  padding-left: 0;
  padding-right: 0;
}
@media screen and (max-width: 768px) {
  .legal-page.booking-page .legal-page--intro {
    padding-left: 20px;
    padding-right: 20px;
  }
  .legal-page.booking-page .legal-page--wrapper {
    padding: 30px 0 0;
  }
}

.contact-us--cta {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media screen and (min-width: 992px) {
  .contact-us--cta {
    padding-top: 80px;
  }
}
@media screen and (min-width: 1199px) {
  .contact-us--cta {
    padding-top: 100px;
  }
}
@media screen and (min-width: 992px) {
  .contact-us--cta {
    padding-bottom: 80px;
  }
}
@media screen and (min-width: 1199px) {
  .contact-us--cta {
    padding-bottom: 100px;
  }
}
.contact-us--cta {
  border-top: 1px solid #D1AA6D;
  margin-top: 45px;
}
@media screen and (min-width: 992px) {
  .contact-us--cta {
    margin-top: 0;
    border: none;
  }
}
.contact-us--event {
  padding: 0;
}
.contact-us--form {
  margin-top: -150px;
  margin-bottom: 60px;
  position: relative;
  z-index: 4;
  opacity: 0;
}
.contact-us--form .container {
  padding-left: 0;
  padding-right: 0;
}
.contact-us--form::after {
  width: 200px;
  height: 400px;
  display: block;
  position: absolute;
  content: "";
  background: radial-gradient(at center left, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 70%);
  filter: blur(30px);
}
.contact-us--form::after {
  left: 0;
  right: auto;
  top: auto;
  bottom: 0;
  display: block;
}
.contact-us--form.is-visible {
  animation: fadein 0.8s 0.3s 1 forwards;
}
.contact-us--form--content {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .contact-us--form--content {
    width: 680px;
  }
}
@media screen and (min-width: 992px) {
  .contact-us--form--content {
    width: 900px;
  }
}
@media screen and (min-width: 1199px) {
  .contact-us--form--content {
    width: 1140px;
  }
}
@media screen and (min-width: 1499px) {
  .contact-us--form--content {
    width: 1200px;
  }
}
.contact-us--form--content {
  margin: 0 auto;
  gap: 45px 60px;
  border-radius: 20px;
  padding: 20px;
  background-color: rgba(12, 12, 12, 0.5);
  backdrop-filter: blur(5px);
  position: relative;
  z-index: 2;
}
.contact-us--form__info {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .contact-us--form__info {
    width: 623.3333333333px;
  }
}
@media screen and (min-width: 992px) {
  .contact-us--form__info {
    width: 825px;
  }
}
@media screen and (min-width: 1199px) {
  .contact-us--form__info {
    width: 380px;
  }
}
@media screen and (min-width: 1499px) {
  .contact-us--form__info {
    width: 360px;
  }
}
.contact-us--form__info {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.contact-us--form__info .title {
  padding-bottom: 0;
}
.contact-us--form__info .footer-list, .voucher--form--content .contact-us--form__info .custom-wysiwyg ul {
  padding-top: 0;
  margin: 0;
}
.contact-us--form__info .btn-wrapper {
  padding-top: 0;
}
.contact-us--form__wrapper {
  flex: 1;
}
.contact-us--form__wrapper {
  margin: 0 auto;
  position: relative;
}
@media screen and (min-width: 575px) {
  .contact-us--form {
    margin-top: -200px;
  }
  .contact-us--form--content {
    padding: 30px;
  }
}
@media screen and (min-width: 992px) {
  .contact-us--form {
    margin-top: -150px;
    margin-bottom: 100px;
  }
  .contact-us--form--content {
    padding: 45px 60px;
  }
  .contact-us--form::after {
    width: 300px;
    height: 500px;
    bottom: -100px;
  }
  .contact-us--event::after {
    top: -350px;
  }
}
@media screen and (min-width: 1199px) {
  .contact-us--form {
    margin-top: -200px;
  }
  .contact-us--form--content {
    padding: 60px;
  }
  .contact-us--hero__bg::after {
    height: 150px;
  }
}
@media screen and (min-width: 1499px) {
  .contact-us--form {
    margin-top: -250px;
  }
}
@media screen and (max-width: 575px) {
  .contact-us--form::after {
    bottom: 30%;
  }
}

.contact--stay {
  padding-top: 60px;
  position: relative;
}
@media screen and (min-width: 992px) {
  .contact--stay {
    padding-top: 80px;
  }
}
@media screen and (min-width: 1199px) {
  .contact--stay {
    padding-top: 100px;
  }
}
.contact--stay .container {
  position: relative;
  z-index: 2;
}
.contact--stay::after {
  width: 150px;
  height: 200px;
  display: block;
  position: absolute;
  content: "";
  background: radial-gradient(at center right, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 70%);
  filter: blur(30px);
}
.contact--stay::after {
  left: auto;
  right: 0;
  top: auto;
  bottom: 0;
  display: block;
}
.contact--stay--wrapper {
  align-items: flex-start;
}
.contact--stay__list {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.contact--stay__list {
  flex-direction: column;
  gap: 0;
  padding-top: 30px;
}
.contact--stay__list__item {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  padding: 20px 0;
}
.contact--stay__list__item:last-of-type {
  border: none;
}
.contact--stay__list__item a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.contact--stay__list__item .text-wrapper {
  flex: 1;
}
.contact--stay__list__item .text-wrapper .small-title, .contact--stay__list__item .text-wrapper .wine-list--wrapper h2, .wine-list--wrapper .contact--stay__list__item .text-wrapper h2, .contact--stay__list__item .text-wrapper .wine-list--wrapper h3, .wine-list--wrapper .contact--stay__list__item .text-wrapper h3, .contact--stay__list__item .text-wrapper .wine-list--wrapper h4, .wine-list--wrapper .contact--stay__list__item .text-wrapper h4, .contact--stay__list__item .text-wrapper .legal-page--wrapper .custom-wysiwyg h2, .legal-page--wrapper .custom-wysiwyg .contact--stay__list__item .text-wrapper h2, .contact--stay__list__item .text-wrapper .legal-page--wrapper .custom-wysiwyg h3, .legal-page--wrapper .custom-wysiwyg .contact--stay__list__item .text-wrapper h3 {
  display: block;
}
.contact--stay__list__item .text-wrapper .desc {
  display: block;
  padding-top: 2.5px;
}
.contact--stay__list__item .icon-wrapper {
  align-items: center;
  justify-content: center;
  display: flex;
  height: 40px;
  width: 40px;
  transition: all 0.65s;
  -moz-transition: all 0.65s;
  -webkit-transition: all 0.65s;
  border: 2px solid #FFF;
  border-radius: 50px;
}
.contact--stay__list__item .icon-wrapper svg {
  height: 20px;
  transform: rotate(-90deg);
}
.contact--stay__list__item .icon-wrapper svg path {
  transition: all 0.65s;
  -moz-transition: all 0.65s;
  -webkit-transition: all 0.65s;
  fill: #FFF;
}
.contact--stay__list__item .icon-wrapper svg {
  transition: all 0.65s;
  -moz-transition: all 0.65s;
  -webkit-transition: all 0.65s;
}
.contact--stay__list__item .icon-wrapper svg path {
  transition: all 0.65s;
  -moz-transition: all 0.65s;
  -webkit-transition: all 0.65s;
}
@media screen and (min-width: 768px) {
  .contact--stay__list__item a:hover .icon-wrapper {
    background-color: #FFF;
  }
  .contact--stay__list__item a:hover .icon-wrapper span {
    color: #0C0C0C;
  }
  .contact--stay__list__item a:hover .icon-wrapper svg path {
    fill: #0C0C0C;
  }
}
@media screen and (min-width: 992px) {
  .contact--stay__image {
    position: sticky;
    top: 100px;
  }
  .contact--stay__text {
    padding: 60px 0;
  }
}
@media screen and (min-width: 1199px) {
  .contact--stay::after {
    width: 300px;
    height: 500px;
    top: 0;
  }
}
@media screen and (min-width: 1499px) {
  .contact--stay__text {
    padding: 100px 0;
  }
  .contact--stay::after {
    width: 400px;
    height: 600px;
    top: 200px;
  }
}

/* Half fields */
.half-input {
  padding-bottom: 20px;
}

.form-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.form-row {
  gap: 10px;
  width: 100%;
  position: relative;
}
.form-row label {
  transition: all 0.12s;
  -moz-transition: all 0.12s;
  -webkit-transition: all 0.12s;
}
.form-row label {
  font-size: 16px;
  color: #FFF;
}
.form-row.file p {
  width: 100%;
}
.form-row.file label {
  width: 100%;
  display: flex;
  cursor: pointer;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  justify-content: center;
  border: 2px dashed #D1AA6D;
  padding: 20px;
}
.form-row.file label:hover {
  border-color: #FFF;
}
.form-row.file input[type=file] {
  width: 100%;
}
.form-row.file .wpcf7-not-valid-tip {
  font-size: 10px;
  padding-top: 10px;
  position: relative;
  text-align: center;
}
.form-row .form-row-item {
  width: 100%;
}
.form-row .form-row-item {
  position: relative;
}
.form-row .form-row-item label {
  position: absolute;
  font-weight: 500;
  left: 10px;
  top: 12.5px;
  color: rgba(255, 255, 255, 0.5);
}
.form-row .form-row-item p {
  margin: 0;
}
.form-row .form-row-item:has(input:focus) label, .form-row .form-row-item:has(textarea:focus) label {
  left: 10px;
  font-size: 10px;
  background: #FFF;
  z-index: 2;
  top: -5px;
  border-radius: 5px;
  color: #0C0C0C;
  padding: 0 5px;
}
.form-row .form-row-item:has(.not-empty) label {
  left: 10px;
  font-size: 10px;
  background: #FFF;
  z-index: 2;
  top: -5px;
  opacity: 0;
  border-radius: 5px;
  color: #0C0C0C;
  padding: 0 5px;
}
.form-row .form-row-item:has(.not-empty):has(input:focus) label, .form-row .form-row-item:has(.not-empty):has(textarea:focus) label {
  opacity: 1;
}
.form-row .form-row-item.full {
  width: 100%;
}
.form-row .form-row-item.full span {
  max-width: 600px;
}
@media screen and (min-width: 992px) {
  .form-row .form-row-item {
    flex: 1;
  }
  .form-row .form-row-item.full {
    flex: auto;
    width: 100%;
  }
}

.wpcf7 form {
  display: flex;
  flex-direction: column;
  gap: 10px 0;
  align-items: flex-start;
  justify-content: flex-start;
}
@media screen and (min-width: 992px) {
  .wpcf7 form {
    gap: 10px 0;
  }
}
.wpcf7 form p {
  margin: 0;
}
.wpcf7 form br {
  display: none;
}
.wpcf7 form span.wpcf7-list-item {
  margin: 0;
}
.wpcf7 form select {
  width: 100%;
  padding: 10px 15px;
  margin-top: 5px;
  height: auto;
  color: #FFF;
  font-size: 16px;
  letter-spacing: 1px;
  -moz-appearance: none;
  -webkit-appearance: none;
  border: none;
}
.wpcf7 form input[type=radio],
.wpcf7 form input[type=checkbox] {
  display: none;
}
.wpcf7 form input[type=radio] + span,
.wpcf7 form input[type=checkbox] + span {
  position: relative;
  display: block;
  cursor: pointer;
  padding-left: 25px;
  font-size: 14px;
  color: #FFF;
  letter-spacing: 1.5px;
}
.wpcf7 form input[type=radio] + span::before,
.wpcf7 form input[type=checkbox] + span::before {
  transition: all 0.65s;
  -moz-transition: all 0.65s;
  -webkit-transition: all 0.65s;
}
.wpcf7 form input[type=radio] + span::before,
.wpcf7 form input[type=checkbox] + span::before {
  width: 15px;
  height: 15px;
  display: block;
  position: absolute;
  content: "";
  top: 2px;
  left: 0;
  border-radius: 100%;
  border: 1.5px solid #FFF;
}
.wpcf7 form input[type=radio] + span::after,
.wpcf7 form input[type=checkbox] + span::after {
  border: 2px solid #FFF;
  border-left: none;
  border-bottom: none;
  transform: rotate(135deg);
  height: 6px;
  width: 10px;
  border-radius: 0;
}
.wpcf7 form input[type=radio] + span::after,
.wpcf7 form input[type=checkbox] + span::after {
  content: "";
  top: 3px;
  position: absolute;
  left: 3px;
  opacity: 0;
  display: block;
  border-color: #FFF;
}
.wpcf7 form input[type=radio] + span::before,
.wpcf7 form input[type=checkbox] + span::before {
  transition: all 0.65s;
  -moz-transition: all 0.65s;
  -webkit-transition: all 0.65s;
}
.wpcf7 form input[type=radio]:checked + span::before,
.wpcf7 form input[type=checkbox]:checked + span::before {
  background: #0C0C0C;
  border-radius: 100%;
}
.wpcf7 form input[type=radio]:checked + span::after,
.wpcf7 form input[type=checkbox]:checked + span::after {
  opacity: 1;
}
.wpcf7 form .wpcf7-form-control-wrap {
  position: static;
}
.wpcf7 form .wpcf7-form-control-wrap:hover {
  position: relative;
  z-index: 4;
}
.wpcf7 form .wpcf7-form-control-wrap:hover .wpcf7-not-valid-tip {
  display: none;
}
.wpcf7 form .wpcf7-form-control-wrap:has(input:focus) {
  position: static;
}
.wpcf7 form input[type=text],
.wpcf7 form input[type=email],
.wpcf7 form input[type=phone],
.wpcf7 form input[type=tel],
.wpcf7 form input[type=number],
.wpcf7 form input[type=date],
.wpcf7 form textarea {
  transition: all 0.65s;
  -moz-transition: all 0.65s;
  -webkit-transition: all 0.65s;
  cursor: pointer;
  width: 100%;
  max-width: 100%;
  padding: 5px 10px 0 10px;
  height: 50px;
  border-radius: 10px;
  border: 1px solid #FFF;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  outline: none;
  font-size: 16px;
  color: #FFF;
  caret-color: #FFF;
  letter-spacing: 1px;
}
.wpcf7 form input[type=text]::placeholder,
.wpcf7 form input[type=email]::placeholder,
.wpcf7 form input[type=phone]::placeholder,
.wpcf7 form input[type=tel]::placeholder,
.wpcf7 form input[type=number]::placeholder,
.wpcf7 form input[type=date]::placeholder,
.wpcf7 form textarea::placeholder {
  transition: all 0.65s;
  -moz-transition: all 0.65s;
  -webkit-transition: all 0.65s;
  color: rgba(255, 255, 255, 0);
}
.wpcf7 form input[type=text]:focus,
.wpcf7 form input[type=email]:focus,
.wpcf7 form input[type=phone]:focus,
.wpcf7 form input[type=tel]:focus,
.wpcf7 form input[type=number]:focus,
.wpcf7 form input[type=date]:focus,
.wpcf7 form textarea:focus {
  border-color: #D1AA6D;
}
.wpcf7 form input[type=text]:focus::placeholder,
.wpcf7 form input[type=email]:focus::placeholder,
.wpcf7 form input[type=phone]:focus::placeholder,
.wpcf7 form input[type=tel]:focus::placeholder,
.wpcf7 form input[type=number]:focus::placeholder,
.wpcf7 form input[type=date]:focus::placeholder,
.wpcf7 form textarea:focus::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.wpcf7 form textarea {
  height: 120px;
  border-radius: 10px;
  border: 1px solid #FFF;
  padding: 10px;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 1px;
  color: #FFF;
  background: none;
}
.wpcf7 form textarea:focus {
  border-color: #D1AA6D;
}
.wpcf7 form textarea::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.wpcf7 form .btn-wrapper {
  width: 100%;
  padding-top: 10px;
  justify-content: flex-start;
  align-items: center;
}
.wpcf7 form .btn-wrapper p {
  margin: 0;
}
.wpcf7 form input[type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: flex;
  margin-top: 0;
  font-size: 16px;
}
.wpcf7 form .wpcf7-not-valid-tip {
  font-size: 10px;
  position: absolute;
  right: 10px;
  top: -5px;
  z-index: 4;
  border-radius: 5px;
  padding: 0 5px;
  letter-spacing: 0px;
  background-color: #FFF;
}
.wpcf7 form .wpcf7-spinner {
  display: none;
}
.wpcf7 form .wpcf7-response-output {
  background: #FFF;
  margin: 0;
  text-align: left;
  border-radius: 10px;
  padding: 10px 15px;
  border: none;
  width: 100%;
  font-size: 14px;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.aborted .wpcf7-response-output, .wpcf7 form.spam .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
  background: #D1AA6D;
  color: #0C0C0C;
}
.wpcf7 form.failed .wpcf7-response-output {
  background: #f7cfbb;
  color: rgb(114.5263157895, 47.1578947368, 13.4736842105);
}
.wpcf7 form.sent .wpcf7-response-output {
  background: #e1eabb;
  color: rgb(76.2359550562, 87.8651685393, 27.1348314607);
}

@media screen and (max-width: 575px) {
  .contact-form-wrapper {
    padding: 0;
  }
}
@media screen and (max-width: 992px) {
  .booking-cta--contact {
    border-bottom: 0;
    padding-bottom: 0;
    padding-top: 60px;
    border-top: 1px solid #D1AA6D;
  }
}

.page-reservation .banner-usp {
  border-top: 1px solid #D1AA6D;
}

.reservation--form {
  margin-top: 60px;
  padding: 45px 0;
  border-top: 1px solid #D1AA6D;
  opacity: 0;
}
.reservation--form.is-visible {
  animation: fadeup 0.8s 0.8s 1 forwards;
}
.reservation--form__wrapper {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .reservation--form__wrapper {
    width: 680px;
  }
}
@media screen and (min-width: 992px) {
  .reservation--form__wrapper {
    width: 750px;
  }
}
@media screen and (min-width: 1199px) {
  .reservation--form__wrapper {
    width: 950px;
  }
}
@media screen and (min-width: 1499px) {
  .reservation--form__wrapper {
    width: 1200px;
  }
}
.reservation--form__wrapper {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .reservation {
    padding-bottom: 0;
  }
}

.home--hero__bg {
  opacity: 0;
}
.home--hero__text .btn-wrapper {
  opacity: 0;
}
.home--hero.is-visible .home--hero__bg {
  animation: fadein 1.6s 0.3s 1 forwards;
}
@media screen and (min-width: 992px) {
  .home--hero.is-visible .home--hero__bg {
    animation: fadein 1.6s 0.3s 1 forwards;
  }
}
.home--hero.is-visible .home--hero__text .btn-wrapper {
  animation: fadein 0.8s 0.6s 1 forwards;
}

.about--hero__bg,
.card--hero__bg {
  opacity: 0;
}
.about--hero.is-visible .card--hero__bg,
.about--hero.is-visible .about--hero__bg,
.card--hero.is-visible .card--hero__bg,
.card--hero.is-visible .about--hero__bg {
  opacity: 0;
  animation: fadein 1.6s 0.3s 1 forwards;
}
@media screen and (min-width: 992px) {
  .about--hero.is-visible .card--hero__bg,
  .about--hero.is-visible .about--hero__bg,
  .card--hero.is-visible .card--hero__bg,
  .card--hero.is-visible .about--hero__bg {
    animation: fadein 1.6s 1 forwards;
  }
}

.title-wrapper .title, .title-wrapper p, .title-wrapper .pre-title,
.title-wrapper--center .title,
.title-wrapper--center p,
.title-wrapper--center .pre-title {
  opacity: 0;
}

.quote-wrapper .title, .quote-wrapper i, .quote-wrapper .signature {
  opacity: 0;
}

.is-visible .title-wrapper .pre-title,
.is-visible .title-wrapper--center .pre-title {
  animation: fadein 0.8s 1 forwards;
}
.is-visible .title-wrapper .title,
.is-visible .title-wrapper--center .title {
  animation: fadein 0.8s 0.1s 1 forwards;
}
.is-visible .title-wrapper p,
.is-visible .title-wrapper--center p {
  animation: fadein 0.8s 0.3s 1 forwards;
}
.is-visible .quote-wrapper .title {
  animation: fadein 0.8s 1 forwards;
}
.is-visible .quote-wrapper i {
  animation: fadein 0.8s 0.1s 1 forwards;
}
.is-visible .quote-wrapper .signature {
  animation: fadein 0.8s 0.45s 1 forwards;
}

.banner-labels li {
  opacity: 0;
}
.banner-labels.is-visible li {
  animation: fadein 0.8s 0.2s ease-out 1 forwards;
}
.banner-labels.is-visible li:nth-child(2) {
  animation-delay: 0.6s;
}
.banner-labels.is-visible li:nth-child(3) {
  animation-delay: 0.8s;
}
.banner-labels.is-visible li:nth-child(4) {
  animation-delay: 1s;
}
.banner-labels.is-visible li:nth-child(5) {
  animation-delay: 1.2s;
}

.footer--main__logo {
  opacity: 0;
}
.footer--main__info {
  opacity: 0;
}
.footer--main__contact {
  opacity: 0;
}
.footer--menu, .footer--bottom {
  opacity: 0;
}
.footer.is-visible .footer--main__logo {
  animation: fadein 0.8s linear 1 forwards;
}
.footer.is-visible .footer--main__info {
  animation: fadeup 0.8s 0.15s linear 1 forwards;
}
@media screen and (min-width: 768px) {
  .footer.is-visible .footer--main__info {
    animation-name: fadein;
  }
}
.footer.is-visible .footer--main__contact {
  animation: fadeup 0.8s 0.3s linear 1 forwards;
}
@media screen and (min-width: 768px) {
  .footer.is-visible .footer--main__contact {
    animation-name: fadein;
  }
}
.footer.is-visible .footer--menu {
  animation: fadeup 0.8s 0.8s 1 forwards;
}
@media screen and (min-width: 768px) {
  .footer.is-visible .footer--menu {
    animation-name: fadein;
  }
}
.footer.is-visible .footer--bottom {
  animation: fadein 0.8s 0.8s 1 forwards;
}

.banner-usp {
  opacity: 0;
}
.banner-usp.is-visible {
  animation: fadein 0.8s 0.3s 1 forwards ease-in-out;
}

.collapse-list__item {
  opacity: 0;
}
.collapse-list.is-visible .collapse-list__item {
  animation: fadeup 0.8s 0.3s ease-out 1 forwards;
}
.collapse-list.is-visible .collapse-list__item:nth-child(2) {
  animation-delay: 0.9s;
}
.collapse-list.is-visible .collapse-list__item:nth-child(3) {
  animation-delay: 1.2s;
}
.collapse-list.is-visible .collapse-list__item:nth-child(4) {
  animation-delay: 1.5s;
}
.collapse-list.is-visible .collapse-list__item:nth-child(5) {
  animation-delay: 1.8s;
}
.collapse-list.is-visible .collapse-list__item:nth-child(6) {
  animation-delay: 2.1s;
}
.collapse-list.is-visible .collapse-list__item:nth-child(7) {
  animation-delay: 2.4s;
}
.collapse-list.is-visible .collapse-list__item:nth-child(8) {
  animation-delay: 2.7s;
}
.collapse-list.is-visible .collapse-list__item:nth-child(9) {
  animation-delay: 3s;
}
.collapse-list.is-visible .collapse-list__item:nth-child(10) {
  animation-delay: 3.3s;
}

.filters__nav {
  opacity: 0;
}
.filters__nav li {
  opacity: 0;
}
.filters__nav.is-visible {
  animation: fadein 0.8s 0.3s 1 forwards;
}
.filters__nav.is-visible li {
  animation: fadein 0.8s 0.3s ease-out 1 forwards;
}
.filters__nav.is-visible li:nth-child(2) {
  animation-delay: 0.9s;
}
.filters__nav.is-visible li:nth-child(3) {
  animation-delay: 1.2s;
}
.filters__nav.is-visible li:nth-child(4) {
  animation-delay: 1.5s;
}
.filters__nav.is-visible li:nth-child(5) {
  animation-delay: 1.8s;
}

.twocol__image {
  opacity: 0;
}
.twocol__image.is-visible {
  animation: fadeleft 0.8s 0.3s 1 forwards;
}
.twocol__text .custom-wysiwyg,
.twocol__text .btn-wrapper {
  opacity: 0;
}
.twocol__text.is-visible .custom-wysiwyg {
  animation: fadein 0.8s 0.3s 1 forwards;
}
.twocol__text.is-visible .btn-wrapper {
  animation: fadeup 0.8s 0.6s 1 forwards;
}

.generic-grid__left__image picture, .generic-grid__right__image picture {
  opacity: 0;
}
.generic-grid__left__image.is-visible picture, .generic-grid__right__image.is-visible picture {
  animation: faderight 0.8s 0.3s 1 forwards;
}
.generic-grid__left__image.is-visible picture:nth-child(2), .generic-grid__right__image.is-visible picture:nth-child(2) {
  animation-delay: 0.6s;
}
.generic-grid__left__text .custom-wysiwyg, .generic-grid__left__text .btn-wrapper, .generic-grid__left__text .footnotes {
  opacity: 0;
}
.generic-grid__left__text.is-visible .custom-wysiwyg {
  animation: fadein 0.8s 0.3s 1 forwards;
}
.generic-grid__left__text.is-visible .btn-wrapper {
  animation: fadeup 0.8s 0.6s 1 forwards;
}
.generic-grid__left__text.is-visible .footnotes {
  animation: fadein 0.8s 0.45s 1 forwards;
}
.generic-grid__left__image.is-visible picture {
  animation: fadeleft 0.8s 0.3s 1 forwards;
}
@media screen and (min-width: 768px) {
  .generic-grid__left__image.is-visible picture:nth-child(2) {
    animation-delay: 0.3s;
  }
}

.banner-text .text-wrapper {
  opacity: 0;
}
.banner-text--wrapper.is-visible .text-wrapper {
  animation: fadein 0.8s 0.3s 1 forwards;
}

.banner-cta__bg {
  opacity: 0;
}
.banner-cta__bg.is-visible {
  animation: fadein 1.6s 0.3s 1 forwards;
}
.banner-cta__text p, .banner-cta__text .btn-wrapper {
  opacity: 0;
}
.banner-cta__text.is-visible p {
  animation: fadein 0.8s 0.3s 1 forwards;
}
.banner-cta__text.is-visible .btn-wrapper {
  animation: fadeup 0.8s 0.6s 1 forwards;
}

.about--gallery .portrait {
  opacity: 0;
}
.about--gallery.is-visible .portrait {
  animation: fadeup 0.5s 0.2s ease-out 1 forwards;
}
.about--gallery.is-visible .portrait:nth-child(2) {
  animation-delay: 0.6s;
}
.about--gallery.is-visible .portrait:nth-child(3) {
  animation-delay: 0.8s;
}
.about--gallery.is-visible .portrait:nth-child(4) {
  animation-delay: 1s;
}
.about--gallery.is-visible .portrait:nth-child(5) {
  animation-delay: 1.2s;
}

.card--filters {
  opacity: 0;
}
.card--filters li {
  opacity: 0;
}
.card--filters.is-visible {
  animation: fadein 0.8s 0.3s 1 forwards;
}
.card--filters.is-visible li {
  animation: fadein 0.8s 0.2s ease-out 1 forwards;
}
.card--filters.is-visible li:nth-child(2) {
  animation-delay: 0.6s;
}
.card--filters.is-visible li:nth-child(3) {
  animation-delay: 0.8s;
}
.card--filters.is-visible li:nth-child(4) {
  animation-delay: 1s;
}
.card--filters.is-visible li:nth-child(5) {
  animation-delay: 1.2s;
}

.event .event--listing__title,
.home--event .event--listing__title {
  opacity: 0;
}
.event .event--listing__title.is-visible,
.home--event .event--listing__title.is-visible {
  animation: fadein 0.8s 0.3s 1 forwards;
}
.event .event--listing__grid .vignette,
.home--event .event--listing__grid .vignette {
  opacity: 0;
}
.event .event--listing__grid.is-visible .vignette,
.home--event .event--listing__grid.is-visible .vignette {
  animation: fadeup 0.8s 0.2s ease-out 1 forwards;
}
.event .event--listing__grid.is-visible .vignette:nth-child(2),
.home--event .event--listing__grid.is-visible .vignette:nth-child(2) {
  animation-delay: 0.6s;
}
.event .event--listing__grid.is-visible .vignette:nth-child(3),
.home--event .event--listing__grid.is-visible .vignette:nth-child(3) {
  animation-delay: 0.8s;
}
.event .event--listing__grid.is-visible .vignette:nth-child(4),
.home--event .event--listing__grid.is-visible .vignette:nth-child(4) {
  animation-delay: 1s;
}
.event .event--listing__grid.is-visible .vignette:nth-child(5),
.home--event .event--listing__grid.is-visible .vignette:nth-child(5) {
  animation-delay: 1.2s;
}
.event .event--listing__grid.is-visible .vignette:nth-child(6),
.home--event .event--listing__grid.is-visible .vignette:nth-child(6) {
  animation-delay: 1.4s;
}
.event .event--listing__grid.is-visible .vignette:nth-child(7),
.home--event .event--listing__grid.is-visible .vignette:nth-child(7) {
  animation-delay: 1.6s;
}
.event .event--listing__grid.is-visible .vignette:nth-child(8),
.home--event .event--listing__grid.is-visible .vignette:nth-child(8) {
  animation-delay: 1.8s;
}
.event .event--listing__grid.is-visible .vignette:nth-child(9),
.home--event .event--listing__grid.is-visible .vignette:nth-child(9) {
  animation-delay: 2s;
}
.event .event--listing__grid.is-visible .vignette:nth-child(10),
.home--event .event--listing__grid.is-visible .vignette:nth-child(10) {
  animation-delay: 2.2s;
}

.single-event--hero__text .avatar,
.single-event--hero__text p, .single-event--hero__text .btn-wrapper {
  opacity: 0;
}
.single-event--hero__text.is-visible .avatar {
  animation: fadein 0.8s 1 forwards;
}
.single-event--hero__text.is-visible p {
  animation: fadein 0.8s 0.45s 1 forwards;
}
.single-event--hero__text.is-visible .btn-wrapper {
  animation: fadein 0.8s 0.8s 1 forwards;
}

.legal-page--wrapper {
  opacity: 0;
}
.legal-page--wrapper.is-visible {
  animation: fadein 0.8s 0.3s 1 forwards;
}

.contact--stay__list__item {
  opacity: 0;
}
.contact--stay__list.is-visible .contact--stay__list__item {
  animation: fadeup 0.8s 0.1s ease-out 1 forwards;
}
.contact--stay__list.is-visible .contact--stay__list__item:nth-child(2) {
  animation-delay: 0.3s;
}
.contact--stay__list.is-visible .contact--stay__list__item:nth-child(3) {
  animation-delay: 0.4s;
}
.contact--stay__list.is-visible .contact--stay__list__item:nth-child(4) {
  animation-delay: 0.5s;
}
.contact--stay__list.is-visible .contact--stay__list__item:nth-child(5) {
  animation-delay: 0.6s;
}
.contact--stay__list.is-visible .contact--stay__list__item:nth-child(6) {
  animation-delay: 0.7s;
}
.contact--stay__list.is-visible .contact--stay__list__item:nth-child(7) {
  animation-delay: 0.8s;
}
.contact--stay__list.is-visible .contact--stay__list__item:nth-child(8) {
  animation-delay: 0.9s;
}
.contact--stay__list.is-visible .contact--stay__list__item:nth-child(9) {
  animation-delay: 1s;
}
.contact--stay__list.is-visible .contact--stay__list__item:nth-child(10) {
  animation-delay: 1.1s;
}
.contact--stay__list.is-visible .contact--stay__list__item:nth-child(11) {
  animation-delay: 1.2s;
}
.contact--stay__list.is-visible .contact--stay__list__item:nth-child(12) {
  animation-delay: 1.3s;
}
.contact--stay__list.is-visible .contact--stay__list__item:nth-child(13) {
  animation-delay: 1.4s;
}
.contact--stay__list.is-visible .contact--stay__list__item:nth-child(14) {
  animation-delay: 1.5s;
}
.contact--stay__list.is-visible .contact--stay__list__item:nth-child(15) {
  animation-delay: 1.6s;
}
.contact--stay__list.is-visible .contact--stay__list__item:nth-child(16) {
  animation-delay: 1.7s;
}
.contact--stay__list.is-visible .contact--stay__list__item:nth-child(17) {
  animation-delay: 1.8s;
}
.contact--stay__list.is-visible .contact--stay__list__item:nth-child(18) {
  animation-delay: 1.9s;
}
.contact--stay__list.is-visible .contact--stay__list__item:nth-child(19) {
  animation-delay: 2s;
}
.contact--stay__list.is-visible .contact--stay__list__item:nth-child(20) {
  animation-delay: 2.1s;
}

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