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

/* elements */
body {
  margin: 0;
  font-family: "Roboto", arial, 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: translateY(-30px) translateY(0px);
  }
  100% {
    opacity: 1;
    transform: translateX(0) translateY(0) scale(1);
  }
}
@keyframes closemenu {
  0% {
    opacity: 1;
    transform: translateY(0) translateX(0) scale(1);
  }
  100% {
    opacity: 0;
    transform: translateY(30px) translateX(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: "Roboto", arial, sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #000;
}

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

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

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

a:hover {
  color: inherit;
}

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

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

.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: #C5B386;
}
.title.white span {
  color: #C5B386;
}

.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 {
  font-family: "Roboto", arial, sans-serif;
  font-weight: 300;
  font-style: normal;
}
.intro, quote, .sub-title {
  letter-spacing: 0.5px;
  font-size: 18px;
  line-height: 28px;
  margin: 0;
}
.intro strong, quote strong, .sub-title strong {
  font-size: inherit;
}
@media screen and (min-width: 768px) {
  .intro, quote, .sub-title {
    letter-spacing: 0.5px;
  }
}
@media screen and (min-width: 992px) {
  .intro, quote, .sub-title {
    font-size: 21px;
    line-height: 34px;
  }
}
@media screen and (min-width: 1499px) {
  .intro, quote, .sub-title {
    font-size: 24px;
    line-height: 38px;
  }
}

.placeholder {
  color: #808080 !important;
}

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

.big-title {
  font-family: "Roboto", arial, sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
}
.big-title {
  font-size: 26px;
  line-height: 1.25em;
  color: #000;
  letter-spacing: 0.5px;
}
.big-title span {
  font-size: inherit;
}
.big-title small {
  text-transform: none;
}
@media screen and (min-width: 768px) {
  .big-title {
    font-size: 28px;
  }
}
@media screen and (min-width: 992px) {
  .big-title {
    font-size: 32px;
  }
}
@media screen and (min-width: 1199px) {
  .big-title {
    font-size: 38px;
  }
}
@media screen and (min-width: 1499px) {
  .big-title {
    font-size: 40px;
  }
}

.medium-title,
.custom-wysiwyg h2 {
  font-family: "Roboto", arial, sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
}
.medium-title,
.custom-wysiwyg h2 {
  color: #000;
  font-size: 24px;
  line-height: 1.25em;
}
.medium-title span,
.custom-wysiwyg h2 span {
  color: #000;
  font-size: 16px;
}
@media screen and (min-width: 1199px) {
  .medium-title,
  .custom-wysiwyg h2 {
    font-size: 28px;
  }
}
@media screen and (min-width: 1499px) {
  .medium-title,
  .custom-wysiwyg h2 {
    font-size: 32px;
    line-height: 46px;
  }
}

.pre-title {
  font-family: "Roboto", arial, sans-serif;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 25px;
  color: #C5B386;
}
@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,
.custom-wysiwyg h3,
.custom-wysiwyg h4,
h3, h4 {
  font-family: "Roboto", arial, sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
}
.small-title, .legal-page--wrapper .custom-wysiwyg h2, .legal-page--wrapper .custom-wysiwyg h3,
.custom-wysiwyg h3,
.custom-wysiwyg h4,
h3, h4 {
  letter-spacing: 0.5px;
  font-size: 20px;
  color: #000;
  line-height: 1.4em;
}
.small-title.medium-title, .legal-page--wrapper .custom-wysiwyg h2.medium-title,
.custom-wysiwyg h3.medium-title,
.custom-wysiwyg h4.medium-title,
h3.medium-title, h4.medium-title {
  color: #000;
}
.small-title.medium-title span, .legal-page--wrapper .custom-wysiwyg 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: #000;
}
@media screen and (min-width: 1199px) {
  .small-title, .legal-page--wrapper .custom-wysiwyg h2, .legal-page--wrapper .custom-wysiwyg h3,
  .custom-wysiwyg h3,
  .custom-wysiwyg h4,
  h3, h4 {
    font-size: 24px;
  }
}
@media screen and (min-width: 1499px) {
  .small-title, .legal-page--wrapper .custom-wysiwyg h2, .legal-page--wrapper .custom-wysiwyg h3,
  .custom-wysiwyg h3,
  .custom-wysiwyg h4,
  h3, h4 {
    font-size: 24px;
  }
}

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

.xsmall-title {
  font-family: "Roboto", arial, 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 #C5B386;
  border-right: 1.5px solid #C5B386;
  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: #C5B386;
  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: "Roboto", arial, sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  color: #FFF;
  font-size: 16px;
  border: 2px solid #C5B386;
}
.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: 0;
  background: none;
  text-transform: none !important;
  letter-spacing: 0.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.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
}
.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 #C5B386;
  color: #C5B386;
}
.btn-primary:hover, .btn-filter:hover, .custom-wysiwyg a.btn-filter:hover, .custom-wysiwyg a.btn-primary:hover {
  color: #000;
  border-color: #000;
  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: #000;
  border-color: #000;
}
.btn-secondary:hover, .custom-wysiwyg a.btn-secondary:hover {
  background-color: #000;
  color: #FFF;
}

.btn-white, .btn-play {
  font-family: "Roboto", arial, sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  border: none;
  color: #927335;
  background: #FFF !important;
}
.btn-white, .btn-play {
  padding: 5px 20px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0;
  background: none;
  text-transform: none !important;
  letter-spacing: 0.5px;
  font-size: 16px;
  min-height: 40px;
}
@media screen and (max-width: 768px) {
  .btn-white, .btn-play {
    font-size: 16px;
    min-height: 45px;
  }
}
.btn-white--right {
  padding-right: 50px !important;
}
.btn-white:hover, .btn-play:hover {
  color: #000;
  background-color: #FFF;
}

.collapse-list__item {
  border-bottom: 1px solid #C5B386;
}
.collapse-list__item:first-of-type .btn-collapse {
  padding-top: 0;
}
.collapse-list__item:first-of-type .btn-collapse .icon-wrapper {
  top: 0;
}
.collapse-list__item:last-of-type {
  border: none;
}

.btn-collapse {
  font-family: "Roboto", arial, sans-serif;
  font-weight: 300;
  font-style: normal;
  transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
}
.btn-collapse {
  display: block;
  position: relative;
  font-size: 21px;
  color: #000;
  line-height: 1.4em;
  padding: 10px 30px 10px 0;
}
.btn-collapse strong {
  font-family: "Roboto", arial, sans-serif;
  font-weight: 500;
  font-style: normal;
}
.btn-collapse strong {
  font-size: inherit;
  color: #C5B386;
}
.btn-collapse .icon-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  position: absolute;
  right: 0;
  top: 10px;
  height: 30px;
  width: 20px;
}
.btn-collapse .icon-wrapper i::before, .btn-collapse .icon-wrapper i::after {
  width: 20px;
  height: 1px;
  display: block;
  position: absolute;
  content: "";
}
.btn-collapse .icon-wrapper i::before, .btn-collapse .icon-wrapper i::after {
  right: 0;
  background-color: #C5B386;
}
.btn-collapse .icon-wrapper i::after {
  transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  transform: rotate(-90deg);
}
.btn-collapse:hover {
  color: #C5B386;
}
.btn-collapse.is-active {
  color: #C5B386;
}
.btn-collapse.is-active .icon-wrapper i::after {
  transform: rotate(0deg);
}
@media screen and (min-width: 768px) {
  .btn-collapse {
    font-size: 24px;
  }
}
@media screen and (min-width: 1199px) {
  .btn-collapse {
    font-size: 28px;
  }
}
@media screen and (min-width: 1499px) {
  .btn-collapse {
    font-size: 32px;
  }
}

.collapse-div {
  height: 0;
  overflow: hidden;
  transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -webkit-transition: all 0.15s ease-in-out;
}
.collapse-div .custom-wysiwyg {
  padding-bottom: 20px;
}
.collapse-div .custom-wysiwyg p:first-of-type {
  margin: 0;
}

@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.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
}
.btn-scroll {
  display: flex !important;
  justify-content: center;
  /*border: 2px solid rgba($white, 1); */
  background-color: rgba(0, 0, 0, 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: #000;
  }
}

.btn-filter {
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.btn-filter {
  border: none;
  color: rgba(255, 255, 255, 0.7);
}
.btn-filter.is-active {
  background-color: #FFF;
  color: #000;
}
.btn-filter.is-active:hover {
  background-color: #FFF;
  color: #000;
}
.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-icon {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.btn-icon {
  gap: 5px;
}

.btn-link {
  transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
}
.btn-link svg {
  width: 12px;
  height: auto;
}
.btn-link svg path {
  transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
}
.btn-link:hover {
  color: #C5B386;
}
.btn-link:hover svg path {
  fill: #C5B386;
}

.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: #C5B386;
  transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  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: #C5B386;
  content: "";
  position: absolute;
  transform: rotate(-90deg);
  bottom: 0;
  background: #FFF;
}

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

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

.btn-wrapper {
  padding-top: 20px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 10px 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: #C5B386;
}
.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 rgba(197, 179, 134, 0.3);
  border-bottom: 1px solid rgba(197, 179, 134, 0.3);
  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: #000;
}
.filters__nav li a * {
  transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
}
.filters__nav li a:hover *, .filters__nav li a.is-active * {
  color: #C5B386;
}
.filters__nav li a strong {
  color: #C5B386;
  display: block;
}
.filters__nav li a span {
  font-size: 0.7em;
  display: none;
}
.filters__nav span {
  font-family: "Roboto", arial, 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 rgba(197, 179, 134, 0.3);
  width: 100%;
  cursor: pointer;
}
.dropdown-container .dropdown-item ul li:hover span {
  color: #C5B386;
}
.dropdown-container .dropdown-item ul li:last-child {
  border: none;
}
.dropdown-container .dropdown-item ul li span {
  transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
}
.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: #000;
}

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

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

.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: #FFF;
}
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(0, 0, 0, 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 rgba(197, 179, 134, 0.3);
  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: "Roboto", arial, sans-serif;
  font-weight: 300;
  font-style: normal;
}
ul.custom-list li, .custom-wysiwyg ul li {
  padding: 0;
  list-style: none;
  position: relative;
  color: #000;
}
ul.custom-list li strong, .custom-wysiwyg ul li strong {
  color: #C5B386;
}
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: #000;
}
ul.checked-list li::before {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  content: "";
  border: 2px solid #C5B386;
  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 #C5B386;
  border-radius: 100%;
}
.icon-checked__item {
  border: 2px solid #C5B386;
  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.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
}
.separator {
  width: 0;
  height: 1px;
  background: #000;
}

.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: "Roboto", arial, sans-serif;
  font-weight: 600;
  font-style: normal;
}
.custom-wysiwyg strong {
  color: #000;
}
.custom-wysiwyg p {
  margin-bottom: 0;
  color: #000;
  font-size: 16px;
  line-height: 28px;
}
.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: #C5B386;
}
.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 {
  position: relative;
  padding-left: 30px;
}
.custom-wysiwyg ul li::before {
  width: 20px;
  height: 1px;
  display: block;
  position: absolute;
  content: "";
  transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
}
.custom-wysiwyg ul li::before {
  background-color: #000;
  left: 0;
  top: 12px;
}
.custom-wysiwyg ul li a {
  transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
}
.custom-wysiwyg ul li a:hover {
  color: #C5B386;
}
.custom-wysiwyg ul li:hover a {
  color: #C5B386;
}
.custom-wysiwyg ul li:hover::before {
  background-color: #C5B386;
}
.custom-wysiwyg ul li {
  color: #000;
  line-height: 28px;
}
.custom-wysiwyg ul li a {
  text-decoration: none;
}
.custom-wysiwyg ul + a {
  margin-top: 30px;
}
.custom-wysiwyg ol {
  padding-left: 20px;
}
.custom-wysiwyg ol li {
  font-size: 16px;
  line-height: 28px;
}
.custom-wysiwyg ol li::marker {
  color: #C5B386;
  font-weight: bold;
}
.custom-wysiwyg a {
  background: none;
  padding: 0;
  text-decoration: underline;
  color: inherit;
}
.custom-wysiwyg a:hover {
  color: #C5B386;
}
.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, #000, rgba(0, 0, 0, 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, #000, rgba(0, 0, 0, 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: 10px 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: #C5B386;
  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/6;
  }
}

.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, #000, rgba(0, 0, 0, 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, #000, rgba(0, 0, 0, 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: 0.5px;
  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(255, 255, 255, 0);
  transition: all 0s;
  backdrop-filter: none;
}
@media screen and (min-width: 768px) {
  body.menu-open header.site-header.is-active {
    padding: 20px;
  }
}
@media screen and (max-width: 992px) {
  body.menu-open header.site-header ul.social {
    opacity: 0;
  }
}
body.menu-open header.site-header .container-fluid .site-header--item.logo-wrapper {
  animation: fadeout 0.15s 1 forwards;
}

.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;
  padding: 20px;
}
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.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
}
header.site-header .logo-wrapper img.logo {
  height: auto;
  max-width: 160px;
  width: 160px;
  margin: 0 auto 0;
  display: block;
}
header.site-header .container-fluid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 0;
}
header.site-header .container-fluid .site-header--item .xsmall-title {
  font-size: 18px;
}
header.site-header .container-fluid .site-header--item .menu-action {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
}
header.site-header .container-fluid .site-header--item .menu-action {
  gap: 5px;
}
header.site-header .container-fluid .site-header--item .menu-action:has(.active) {
  padding: 0;
}
header.site-header .container-fluid .site-header--item .menu-action:has(.active) .btn-link,
header.site-header .container-fluid .site-header--item .menu-action:has(.active) .btn-cart {
  display: none;
}
header.site-header .container-fluid .site-header--item.left {
  width: 70px;
}
header.site-header .container-fluid .site-header--item.right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
}
header.site-header .container-fluid .site-header--item.right {
  width: 70px;
  gap: 5px;
}
header.site-header .container-fluid .site-header--item.right .btn-primary, header.site-header .container-fluid .site-header--item.right .btn-filter {
  display: none;
}
@media screen and (min-width: 768px) {
  header.site-header .container-fluid .site-header--item {
    width: 33%;
  }
  header.site-header .container-fluid .site-header--item.logo-wrapper {
    width: auto;
    opacity: 1;
    /*
    animation: fadein $delay 0s 1 forwards;
     */
  }
  header.site-header .container-fluid .site-header--item.logo-wrapper img.logo {
    max-width: 180px;
    display: block;
    width: 180px;
  }
  header.site-header .container-fluid .site-header--item.right {
    width: 33%;
  }
  header.site-header .container-fluid .site-header--item.right .btn-primary, header.site-header .container-fluid .site-header--item.right .btn-filter {
    display: flex;
  }
}
@media screen and (min-width: 992px) {
  header.site-header .container-fluid .site-header--item.logo-wrapper img.logo {
    width: 200px;
    max-width: 200px;
  }
  header.site-header .container-fluid .site-header--item a.btn-primary, header.site-header .container-fluid .site-header--item a.btn-filter {
    margin-left: 0;
  }
  header.site-header .container-fluid .site-header--item ul li a {
    padding: 10px 0;
    display: block;
    position: relative;
    transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
  }
  header.site-header .container-fluid .site-header--item ul li a:hover {
    color: #C5B386;
  }
  header.site-header .container-fluid .site-header--item ul li.current_page_item a {
    color: #C5B386;
  }
}
@media screen and (min-width: 1499px) {
  header.site-header .container-fluid .site-header--item.logo-wrapper img.logo {
    width: 250px;
    max-width: 250px;
  }
}
header.is-active {
  transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -webkit-transition: all 0.15s ease-in-out;
  padding: 20px;
  background: white;
}
@media screen and (min-width: 768px) {
  header.is-active {
    padding: 20px;
  }
}
#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: #C5B386;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
#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: #C5B386;
  height: 2px;
  position: absolute;
  display: none;
}
#navicon .lines::after, .btn-close .lines::after {
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  content: "";
  bottom: -8px;
  border-radius: 5px;
  display: block;
  width: 20px;
  height: 2px;
  background-color: #C5B386;
  height: 2px;
  position: absolute;
}
#navicon.active, .active.btn-close {
  background-color: rgba(0, 0, 0, 0.05);
}
#navicon.active .lines, .active.btn-close .lines {
  transform: rotate(45deg);
  width: 20px;
  margin: 0;
  background: #000;
}
#navicon.active .lines::after, .active.btn-close .lines::after {
  transform: rotate(-90deg);
  bottom: 0;
  background: #000;
}
#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;
}

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;
  width: 100%;
  max-width: 100%;
}
@media screen and (max-width: 575px) {
  nav.main-navigation .container {
    height: 100%;
  }
}
nav.main-navigation.open {
  transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
}
nav.main-navigation.open {
  height: auto;
  display: flex;
  width: auto;
  opacity: 1;
  background: rgba(0, 0, 0, 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.15s ease-out 1 forwards;
}
@media screen and (min-width: 575px) {
  nav.main-navigation.open .menu-wrapper {
    animation: fademenu 0.1s ease-out 1 forwards;
  }
}
nav.main-navigation.open .menu-wrapper ul.social {
  opacity: 1;
  /*
  animation : fadein $duration ($duration) 1 forwards;
   */
}
nav.main-navigation.open .menu li {
  opacity: 1;
  /*@include fadein_foreach($duration, 0.1s, 10); */
}
nav.main-navigation.open .menu-wrapper--contact {
  opacity: 1;
  /*
  	animation: fadein $duration ($delay * 2) 1 forwards;
  */
}
nav.main-navigation.closing {
  animation: fadeout 0.1s linear 1 forwards;
}
nav.main-navigation.closing .menu-wrapper {
  animation: fadeout 0.1s 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.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  margin: 0;
  gap: 30px 0;
  height: 100vh;
  background: white;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  nav.main-navigation .menu-wrapper {
    width: 226.6666666667px;
  }
}
@media screen and (min-width: 992px) {
  nav.main-navigation .menu-wrapper {
    width: 300px;
  }
}
@media screen and (min-width: 1199px) {
  nav.main-navigation .menu-wrapper {
    width: 380px;
  }
}
@media screen and (min-width: 1499px) {
  nav.main-navigation .menu-wrapper {
    width: 360px;
  }
}
@media screen and (min-width: 575px) {
  nav.main-navigation .menu-wrapper {
    margin: 10px auto;
    border-radius: 0;
  }
  nav.main-navigation .menu-wrapper:hover {
    background: white;
  }
}
nav.main-navigation .menu-wrapper--nav {
  width: 100%;
  padding: 40px 20px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
nav.main-navigation .menu-wrapper--nav .xsmall-title {
  font-size: 16px;
  color: #C5B386;
  padding-bottom: 20px;
}
nav.main-navigation .menu-wrapper--nav .xsmall-title img {
  width: 160px;
  max-width: 160px;
  height: auto;
  display: block;
}
@media screen and (min-width: 1499px) {
  nav.main-navigation .menu-wrapper--nav .xsmall-title {
    padding-bottom: 60px;
  }
}
nav.main-navigation .menu-wrapper--contact {
  opacity: 0;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  padding: 20px 0;
}
nav.main-navigation .menu-wrapper--contact li, nav.main-navigation .menu-wrapper--contact li a {
  font-size: 14px;
  letter-spacing: 0.5px;
}
nav.main-navigation ul {
  padding: 0;
  margin: 0;
  display: block;
  width: 100%;
  text-align: left;
}
nav.main-navigation ul.social {
  opacity: 0;
  padding-top: 0;
  transform: translateX(-6.5px);
}
nav.main-navigation ul.social li {
  margin: 0;
  display: block;
}
nav.main-navigation ul.social li a svg * {
  fill: #C5B386;
}
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.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
}
nav.main-navigation ul.menu li a::before {
  left: 0;
  background-color: #000;
  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: 0;
}
nav.main-navigation ul li.current_page_item a::before {
  width: 0;
}
nav.main-navigation ul li a {
  transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  font-family: "Roboto", arial, sans-serif;
  font-weight: 300;
  font-style: normal;
}
nav.main-navigation ul li a {
  display: block;
  position: relative;
  padding: 5px 0;
  color: #000;
  text-align: left;
  font-size: 18px;
  text-transform: none;
  letter-spacing: 0.5px;
}
nav.main-navigation ul li a:hover {
  color: #C5B386;
}
nav.main-navigation ul li a.active {
  color: #000;
}
nav.main-navigation ul li.current_page_item a {
  background: none;
  color: #000;
}
nav.main-navigation ul li.current_page_item.btn-outline-child a {
  font-family: "Roboto", arial, 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: 0 0 0 auto;
    height: 100vh;
    gap: 0;
  }
  nav.main-navigation .menu-wrapper--nav {
    height: 100%;
    padding: 40px 30px 30px;
  }
}
@media screen and (min-width: 992px) {
  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: "Roboto", arial, sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  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: #C5B386;
  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: "Roboto", arial, sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  display: block;
  text-transform: capitalize;
  color: #000;
  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: #000 !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: #000 !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 #000;
  }
  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;
  }
}

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 {
  margin: 0;
  padding: 20px 0 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 5px 0;
}
.footer-list li {
  position: relative;
  padding-left: 30px;
}
.footer-list li::before {
  width: 20px;
  height: 1px;
  display: block;
  position: absolute;
  content: "";
  transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
}
.footer-list li::before {
  background-color: #000;
  left: 0;
  top: 12px;
}
.footer-list li a {
  transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
}
.footer-list li a:hover {
  color: #C5B386;
}
.footer-list li:hover a {
  color: #C5B386;
}
.footer-list li:hover::before {
  background-color: #C5B386;
}
.footer-list li {
  font-family: "Roboto", arial, sans-serif;
  font-weight: 300;
  font-style: normal;
}
.footer-list li * {
  letter-spacing: 0.5px;
}
.footer-list li strong {
  color: #000;
  font-weight: 300;
  font-size: 14px;
}
.footer-list li span {
  font-family: "Roboto", arial, sans-serif;
  font-weight: 300;
  font-style: normal;
}
.footer-list li span strong {
  color: #000;
}
.footer-list li a {
  transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  font-family: "Roboto", arial, sans-serif;
  font-weight: 300;
  font-style: normal;
}
.footer-list li a {
  letter-spacing: 0.5px;
}
.footer-list li a:hover {
  color: #C5B386;
}
.footer-list li a strong {
  color: #C5B386;
}

.footer {
  background: none;
  position: relative;
  border-top: 1px solid rgba(197, 179, 134, 0.3);
}
.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 .social {
  padding-top: 10px;
  transform: translateX(-7px);
}
.footer .social svg path.icon-white {
  fill: #000;
}
.footer--main {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
.footer--main {
  padding: 60px 0;
  gap: 45px 0;
  flex-direction: column-reverse;
}
.footer--main__logo {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .footer--main__logo {
    width: 226.6666666667px;
  }
}
@media screen and (min-width: 992px) {
  .footer--main__logo {
    width: 225px;
  }
}
@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-end;
}
.footer--main__logo img {
  display: block;
  max-width: 240px;
  height: auto;
  width: 100%;
  margin: 0;
}
@media screen and (max-width: 575px) {
  .footer--main__logo a {
    justify-content: flex-start;
  }
  .footer--main__logo img {
    width: auto;
    max-width: 160px;
  }
}
.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: 900px;
  }
}
@media screen and (min-width: 1199px) {
  .footer--main__contact {
    width: 1140px;
  }
}
@media screen and (min-width: 1499px) {
  .footer--main__contact {
    width: 1440px;
  }
}
.footer--main__contact p {
  margin: 0;
  letter-spacing: 0.5px;
}
.footer--main__contact p br {
  display: none;
}
.footer--main__contact ul li {
  font-size: 16px;
}
.footer--main__contact ul li a {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .footer--main__contact .medium-title {
    font-size: 18px;
  }
}
.footer--bottom {
  padding: 0 0 30px;
}
.footer--bottom .container {
  display: flex;
  flex-direction: column;
  gap: 10px 20px;
  align-items: flex-start;
  justify-content: 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;
}
.footer--bottom .footer-links li {
  font-family: "Roboto", arial, sans-serif;
  font-weight: 300;
  font-style: normal;
}
.footer--bottom .footer-links li {
  margin: 0;
  position: relative;
  text-align: left;
}
.footer--bottom .footer-links li span {
  color: #C5B386;
  font-size: 12px;
}
.footer--bottom .footer-links li a {
  font-family: "Roboto", arial, sans-serif;
  font-weight: 300;
  font-style: normal;
}
.footer--bottom .footer-links li a {
  color: #C5B386;
  font-size: 12px;
}
.footer--bottom .footer-links li a:hover {
  color: #C5B386;
}
@media screen and (max-width: 575px) {
  .footer--bottom .footer-links li span, .footer--bottom .footer-links li a {
    color: #000;
  }
}
.footer--bottom .copy-signature {
  font-family: "Roboto", arial, sans-serif;
  font-weight: 300;
  font-style: normal;
}
.footer--bottom .copy-signature {
  text-align: center;
  font-size: 12px;
  color: #C5B386;
}
.footer--bottom .copy-signature a {
  font-family: "Roboto", arial, sans-serif;
  font-weight: 300;
  font-style: normal;
}
.footer--bottom .copy-signature a {
  font-size: inherit;
  color: #C5B386;
}
.footer--bottom .copy-signature a:hover {
  color: #C5B386;
}
@media screen and (max-width: 575px) {
  .footer--bottom .copy-signature {
    color: #000;
  }
  .footer--bottom .copy-signature a {
    color: #000;
  }
  .footer--bottom .copy-signature a:hover {
    color: #000;
  }
}
@media screen and (min-width: 768px) {
  .footer--main {
    flex-direction: row;
    justify-content: space-between;
  }
  .footer--main__logo {
    margin: 0 0 0 auto;
  }
  .footer--main__logo img {
    max-width: 300px;
  }
  .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;
  }
}
@media screen and (min-width: 992px) {
  .footer--main__logo img {
    max-width: 400px;
    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;
  }
}
.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: 10px 20px;
  flex-direction: column;
  font-size: 14px;
  color: #C5B386;
  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.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
}
.popup--home .popup--home__bg::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 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: 0;
  left: 0;
  right: 0;
  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;
  }
}
.cookies--wrapper {
  padding: 20px;
  border-radius: 5px;
  background: white;
  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;
  margin: 10px 0;
}
.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 .btn-play,
.cookies--wrapper .btn-wrapper .btn-primary,
.cookies--wrapper .btn-wrapper .btn-filter {
  cursor: pointer;
  font-size: 14px;
}

.home--hero {
  padding-bottom: 60px;
  position: relative;
}
@media screen and (min-width: 992px) {
  .home--hero {
    padding-bottom: 80px;
  }
}
@media screen and (min-width: 1199px) {
  .home--hero {
    padding-bottom: 100px;
  }
}
.home--hero__bg {
  display: flex;
  height: 100vh;
  width: 100%;
  min-height: 500px;
  max-height: 1100px;
}
.home--hero__bg picture {
  display: flex;
  overflow: hidden;
}
.home--hero__bg picture img {
  object-fit: cover;
  display: block;
  width: 100%;
  height: auto;
  object-position: center;
}
.home--hero__bg picture {
  width: 100%;
  overflow: hidden;
}
.home--hero__bg picture img {
  object-position: top;
}
.home--office picture.home--office--image img {
  object-position: right;
}
@media screen and (min-width: 768px) {
  .home--office picture.home--office--image {
    aspect-ratio: 23/15;
  }
}
.home--atelier {
  padding-bottom: 60px;
}
@media screen and (min-width: 992px) {
  .home--atelier {
    padding-bottom: 80px;
  }
}
@media screen and (min-width: 1199px) {
  .home--atelier {
    padding-bottom: 100px;
  }
}
.home--atelier .col-left {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .home--atelier .col-left {
    width: 226.6666666667px;
  }
}
@media screen and (min-width: 992px) {
  .home--atelier .col-left {
    width: 300px;
  }
}
@media screen and (min-width: 1199px) {
  .home--atelier .col-left {
    width: 380px;
  }
}
@media screen and (min-width: 1499px) {
  .home--atelier .col-left {
    width: 480px;
  }
}
.home--atelier .col-right {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .home--atelier .col-right {
    width: 396.6666666667px;
  }
}
@media screen and (min-width: 992px) {
  .home--atelier .col-right {
    width: 525px;
  }
}
@media screen and (min-width: 1199px) {
  .home--atelier .col-right {
    width: 665px;
  }
}
@media screen and (min-width: 1499px) {
  .home--atelier .col-right {
    width: 840px;
  }
}
.home--atelier picture {
  display: flex;
  overflow: hidden;
  opacity: 1;
}
.home--atelier picture img {
  object-fit: cover;
  display: block;
  width: 100%;
  height: auto;
  object-position: center;
}
.home--atelier picture:before {
  /*
  @include set-before(100%, 100%);
  @include transition(1.2s);
  & {
    transition-timing-function: ease-in-out;
    bottom: 0;
    top: auto;
    left: 0;
    right: 0;
    background: $white;
  } */
}
.home--atelier picture.is-visible {
  /*
    animation: fadeup $duration $delay 1 forwards;
    &::before {
      height: 0;
    }
  */
}
.home--atelier--wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
.home--atelier--wrapper {
  gap: 30px 0;
}
.home--atelier__intro {
  padding-bottom: 45px;
}
.home--atelier__intro .title {
  display: none;
}
.home--atelier__intro .title + p {
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  .home--atelier--wrapper .col-left {
    position: sticky;
    top: 100px;
  }
}
.home--team {
  padding-bottom: 60px;
  padding-top: 60px;
}
@media screen and (min-width: 992px) {
  .home--team {
    padding-bottom: 80px;
  }
}
@media screen and (min-width: 1199px) {
  .home--team {
    padding-bottom: 100px;
  }
}
@media screen and (min-width: 992px) {
  .home--team {
    padding-top: 80px;
  }
}
@media screen and (min-width: 1199px) {
  .home--team {
    padding-top: 100px;
  }
}
.home--team__wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
.home--team__wrapper {
  gap: 45px 0;
}
.home--team__left {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .home--team__left {
    width: 396.6666666667px;
  }
}
@media screen and (min-width: 992px) {
  .home--team__left {
    width: 525px;
  }
}
@media screen and (min-width: 1199px) {
  .home--team__left {
    width: 665px;
  }
}
@media screen and (min-width: 1499px) {
  .home--team__left {
    width: 840px;
  }
}
.home--team__right {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .home--team__right {
    width: 226.6666666667px;
  }
}
@media screen and (min-width: 992px) {
  .home--team__right {
    width: 300px;
  }
}
@media screen and (min-width: 1199px) {
  .home--team__right {
    width: 380px;
  }
}
@media screen and (min-width: 1499px) {
  .home--team__right {
    width: 480px;
  }
}
.home--projects {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media screen and (min-width: 992px) {
  .home--projects {
    padding-top: 80px;
  }
}
@media screen and (min-width: 1199px) {
  .home--projects {
    padding-top: 100px;
  }
}
.home--projects__wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media screen and (min-width: 992px) {
  .home--projects {
    padding-bottom: 100px;
  }
}

.hidden-title {
  visibility: hidden;
  opacity: 0;
  height: 0;
  width: 0;
  display: block;
  overflow: hidden;
  color: #FFF;
}

.team-list__item {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 20px 0;
  border-bottom: 1px solid rgba(197, 179, 134, 0.3);
}
.team-list__item:first-of-type {
  padding-top: 0;
}
.team-list__item:last-of-type {
  border: none;
  padding-bottom: 0;
}
.team-list__top {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.team-list__top span {
  font-size: 16px;
  line-height: 1em;
  letter-spacing: 0.5px;
}
.team-list__infos li {
  position: relative;
  padding-left: 30px;
}
.team-list__infos li::before {
  width: 20px;
  height: 1px;
  display: block;
  position: absolute;
  content: "";
  transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
}
.team-list__infos li::before {
  background-color: #000;
  left: 0;
  top: 12px;
}
.team-list__infos li a {
  transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
}
.team-list__infos li a:hover {
  color: #C5B386;
}
.team-list__infos li:hover a {
  color: #C5B386;
}
.team-list__infos li:hover::before {
  background-color: #C5B386;
}
.team-list__infos {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 5px;
}
.team-list__infos li::before {
  background-color: #C5B386;
}

.project-list {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.project-list {
  gap: 20px;
}
.project-list__item {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .project-list__item {
    width: 326.5px;
  }
}
@media screen and (min-width: 992px) {
  .project-list__item {
    width: 286.5px;
  }
}
@media screen and (min-width: 1199px) {
  .project-list__item {
    width: 366.5px;
  }
}
@media screen and (min-width: 1499px) {
  .project-list__item {
    width: 466.5px;
  }
}
.project-list__item {
  opacity: 0;
}
.project-list.is-visible .project-list__item {
  animation: fadeup 0.8s 0.2s ease-out 1 forwards;
}
.project-list.is-visible .project-list__item:nth-child(2) {
  animation-delay: 0.4s;
}
.project-list.is-visible .project-list__item:nth-child(3) {
  animation-delay: 0.6s;
}
.project-list.is-visible .project-list__item:nth-child(4) {
  animation-delay: 0.8s;
}
.project-list.is-visible .project-list__item:nth-child(5) {
  animation-delay: 1s;
}
.project-list.is-visible .project-list__item:nth-child(6) {
  animation-delay: 1.2s;
}

.vignette-item.highlight {
  opacity: 0;
}
.vignette-item.highlight .vignette-item__image {
  aspect-ratio: 3/4;
}
@media screen and (min-width: 992px) {
  .vignette-item.highlight .vignette-item__image {
    aspect-ratio: 15/7;
  }
}
@media screen and (min-width: 1499px) {
  .vignette-item.highlight .vignette-item__image {
    aspect-ratio: 12/6;
  }
}
.vignette-item.highlight.is-visible {
  animation: fadeup 0.8s 0.3s 1 forwards;
}
.vignette-item .icon-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  position: absolute;
  right: 0;
  top: 0;
  height: 40px;
  width: 20px;
}
.vignette-item a {
  display: flex;
  flex-direction: column;
}
.vignette-item__image {
  display: flex;
  overflow: hidden;
}
.vignette-item__image img {
  object-fit: cover;
  display: block;
  width: 100%;
  height: auto;
  object-position: center;
}
.vignette-item__image {
  position: relative;
  width: 100%;
  aspect-ratio: 10/15;
}
.vignette-item__title {
  font-family: "Roboto", arial, sans-serif;
  font-weight: 500;
  font-style: normal;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.vignette-item__title {
  width: 100%;
  position: relative;
  height: 40px;
  padding-right: 40px;
}
@media screen and (min-width: 992px) {
  .vignette-item .icon-wrapper {
    opacity: 0;
  }
  .vignette-item:hover .icon-wrapper {
    animation: fadein 0.2s 1 forwards;
  }
}

.icon-wrapper .icon-more::before, .icon-wrapper .icon-more::after {
  width: 20px;
  height: 1px;
  display: block;
  position: absolute;
  content: "";
}
.icon-wrapper .icon-more::before, .icon-wrapper .icon-more::after {
  right: 0;
  background-color: #C5B386;
}
.icon-wrapper .icon-more::after {
  transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  transform: rotate(-90deg);
}

picture:has(.overlay-picture) {
  position: relative;
}
picture .overlay-picture {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
}
picture .overlay-picture {
  opacity: 0;
  flex-direction: column;
  gap: 5px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
picture .overlay-picture::before {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  content: "";
}
picture .overlay-picture::before {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.2);
}
picture .overlay-picture .read-more {
  position: relative;
  z-index: 2;
  color: #FFF;
  font-size: 18px;
  letter-spacing: 0.5px;
}
picture .overlay-picture .icon-wrapper {
  z-index: 2;
  position: relative;
  opacity: 1 !important;
  height: 30px;
  width: 30px;
}
picture .overlay-picture .icon-wrapper .icon-more {
  position: relative;
}
picture .overlay-picture .icon-wrapper .icon-more::before {
  position: relative;
}
picture .overlay-picture .icon-wrapper .icon-more::before, picture .overlay-picture .icon-wrapper .icon-more::after {
  background: #FFF;
}
@media screen and (min-width: 992px) {
  picture:has(.overlay-picture):hover img {
    transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    filter: grayscale(100%);
  }
  picture:has(.overlay-picture):hover .overlay-picture {
    opacity: 1;
  }
}

.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: 30px;
}
.legal-page--wrapper .custom-wysiwyg ul li::before {
  width: 20px;
  height: 1px;
  display: block;
  position: absolute;
  content: "";
  transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
}
.legal-page--wrapper .custom-wysiwyg ul li::before {
  background-color: #000;
  left: 0;
  top: 12px;
}
.legal-page--wrapper .custom-wysiwyg ul li a {
  transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
}
.legal-page--wrapper .custom-wysiwyg ul li a:hover {
  color: #C5B386;
}
.legal-page--wrapper .custom-wysiwyg ul li:hover a {
  color: #C5B386;
}
.legal-page--wrapper .custom-wysiwyg ul li:hover::before {
  background-color: #C5B386;
}
.legal-page--wrapper .custom-wysiwyg ul li {
  letter-spacing: 0.5px;
}
.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;
  }
}

.single-project--thumbnail {
  padding-top: 60px;
}
@media screen and (min-width: 992px) {
  .single-project--thumbnail {
    padding-top: 80px;
  }
}
@media screen and (min-width: 1199px) {
  .single-project--thumbnail {
    padding-top: 100px;
  }
}
@media screen and (max-width: 575px) {
  .single-project--thumbnail {
    padding-top: 100px;
  }
}
@media screen and (min-width: 768px) {
  .single-project--thumbnail picture {
    aspect-ratio: 23/15;
  }
}
@media screen and (min-width: 1199px) {
  .single-project--thumbnail {
    padding-top: 120px;
  }
}
.single-project--hero__text {
  padding: 30px 0;
}
.single-project--hero__text .title-wrapper, .single-project--hero__text .title-wrapper--center {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.single-project--hero__text .back-link {
  padding: 0;
}
.single-project--hero .taxonomy-list {
  display: none;
}
@media screen and (min-width: 768px) {
  .single-project--hero__text {
    padding: 60px 0 30px;
  }
}
.single-project--content {
  padding-bottom: 60px;
}
@media screen and (min-width: 992px) {
  .single-project--content {
    padding-bottom: 80px;
  }
}
@media screen and (min-width: 1199px) {
  .single-project--content {
    padding-bottom: 100px;
  }
}
.single-project--content__wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
.single-project--content__wrapper {
  gap: 30px;
}
.single-project--content__left {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .single-project--content__left {
    width: 680px;
  }
}
@media screen and (min-width: 992px) {
  .single-project--content__left {
    width: 300px;
  }
}
@media screen and (min-width: 1199px) {
  .single-project--content__left {
    width: 285px;
  }
}
@media screen and (min-width: 1499px) {
  .single-project--content__left {
    width: 360px;
  }
}
.single-project--content__right {
  width: 100%;
  /*
   opacity: 0;
   &.is-visible {
     animation: fadein $duration $delay 1 forwards;
   }
  */
}
@media screen and (min-width: 768px) {
  .single-project--content__right {
    width: 680px;
  }
}
@media screen and (min-width: 992px) {
  .single-project--content__right {
    width: 525px;
  }
}
@media screen and (min-width: 1199px) {
  .single-project--content__right {
    width: 760px;
  }
}
@media screen and (min-width: 1499px) {
  .single-project--content__right {
    width: 960px;
  }
}
@media screen and (min-width: 768px) {
  .single-project--content__wrapper {
    flex-direction: row-reverse;
    gap: 45px 0;
  }
}

.taxonomy-list {
  display: flex;
  align-items: center flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.taxonomy-list {
  margin: 0 !important;
  gap: 5px;
}
.taxonomy-list__item {
  border: 1px solid #C5B386;
  color: #C5B386;
  padding: 2.5px 10px;
}

.spec-list {
  /*
  &.is-visible {
    .spec-list__item {
      @include fadeup_foreach($duration, 0.25s, 10);
    }
  } */
}
.spec-list__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.spec-list__item {
  gap: 10px;
  flex-wrap: nowrap;
  padding: 10px 0;
  border-bottom: 1px solid rgba(197, 179, 134, 0.3);
}
.spec-list__item .label {
  font-family: "Roboto", arial, sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #000;
}
.spec-list__item .value {
  color: #C5B386;
  text-align: right;
}
@media screen and (min-width: 992px) {
  .spec-list__item .value {
    text-align: right;
  }
}
.spec-list__item:last-of-type {
  border: none;
}
@media screen and (min-width: 768px) {
  .spec-list__item {
    padding: 5px 0;
  }
}

/* Listing */
.projects--listing {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media screen and (min-width: 992px) {
  .projects--listing {
    padding-top: 80px;
  }
}
@media screen and (min-width: 1199px) {
  .projects--listing {
    padding-top: 100px;
  }
}
@media screen and (min-width: 992px) {
  .projects--listing {
    padding-bottom: 80px;
  }
}
@media screen and (min-width: 1199px) {
  .projects--listing {
    padding-bottom: 100px;
  }
}
.projects--listing__intro {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .projects--listing__intro {
    width: 566.6666666667px;
  }
}
@media screen and (min-width: 992px) {
  .projects--listing__intro {
    width: 750px;
  }
}
@media screen and (min-width: 1199px) {
  .projects--listing__intro {
    width: 665px;
  }
}
@media screen and (min-width: 1499px) {
  .projects--listing__intro {
    width: 840px;
  }
}
.projects--listing__intro {
  padding: 0 0 60px;
}
.projects--listing__intro p {
  margin: 10px 0 0;
}

.home--hero__bg {
  /*
  opacity: 0;
  &::before {
  	@include set-before(100%, 100%);
  	@include transition(2s);
  	& {
  		border: 300px solid $white;
  		z-index: 2;
  		box-sizing: border-box;
  		@media screen and (max-width: $xs) {
  			border: 125px solid $white;
  		}
  	}
  }
  */
}
.home--hero__text .btn-wrapper {
  opacity: 0;
}
.home--hero.is-visible .home--hero__bg {
  /*animation: fadein $delay 0.15s 1 forwards;*/
}
.home--hero.is-visible .home--hero__text .btn-wrapper {
  animation: fadein 0.8s 0.6s 1 forwards;
}

/*
.home {
	&--team {
		&__left {
			opacity: 0;
		}
		&.is-visible {
			.home--team__left {
				animation: fadein $duration $delay 1 forwards;
			}
		}
	}
} */
.banner-image picture,
.banner-image video {
  /*@include transition($duration); */
  opacity: 1;
  position: relative;
  /*
  img {
  	transform: scale(0.80);
  	@include transition($duration);
  }*/
  /*
  &::before {
  	@include transition(1s);
  	@include set-before(100%, 100%);
  	& {
  		top: auto;
  		left: 0;
  		right: 0;
  		bottom: 0;
  		border: 300px solid $white;
  		z-index: 2;
  		box-sizing: border-box;
  	}
  } */
}
.banner-image.from-left picture::before {
  background: #FFF;
  border: none;
  width: 100%;
  top: 0;
  left: auto;
  right: 0;
}
.banner-image.from-left.is-visible picture::before {
  width: 0;
  border: none;
}
.banner-image.is-visible picture::before,
.banner-image.is-visible video::before {
  border: 0 solid #FFF;
}

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

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

.is-visible {
	.title-wrapper,
	.title-wrapper--center {
		.pre-title {
			animation: fadein $duration 1 forwards;
		}
		.title {
			animation: fadein $duration 0.1s 1 forwards;
		}
		p {
			animation: fadein $duration $delay 1 forwards;
		}
	}
	.quote-wrapper {
		.title {
			animation: fadein $duration 1 forwards;
		}
		i {
			animation: fadein $duration 0.1s 1 forwards;
		}
		.signature {
			animation: fadein $duration ($delay * 1.5) 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.4s;
}
.banner-labels.is-visible li:nth-child(3) {
  animation-delay: 0.6s;
}
.banner-labels.is-visible li:nth-child(4) {
  animation-delay: 0.8s;
}
.banner-labels.is-visible li:nth-child(5) {
  animation-delay: 1s;
}

.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;
	}
	&.is-visible {
		.collapse-list__item {
			@include fadein_foreach($duration, 0.25s, 10);
		}
	}
}*/
.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.6s;
}
.filters__nav.is-visible li:nth-child(3) {
  animation-delay: 0.9s;
}
.filters__nav.is-visible li:nth-child(4) {
  animation-delay: 1.2s;
}
.filters__nav.is-visible li:nth-child(5) {
  animation-delay: 1.5s;
}

.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.4s;
}
.about--gallery.is-visible .portrait:nth-child(3) {
  animation-delay: 0.6s;
}
.about--gallery.is-visible .portrait:nth-child(4) {
  animation-delay: 0.8s;
}
.about--gallery.is-visible .portrait:nth-child(5) {
  animation-delay: 1s;
}

.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.4s;
}
.card--filters.is-visible li:nth-child(3) {
  animation-delay: 0.6s;
}
.card--filters.is-visible li:nth-child(4) {
  animation-delay: 0.8s;
}
.card--filters.is-visible li:nth-child(5) {
  animation-delay: 1s;
}

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

/*
.team-list {
	&__item {
		opacity: 0;
	}
	&.is-visible {
		.team-list__item {
			@include fadein_foreach($duration, 0.1s, 10);
		}
	}
} */

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