@charset "UTF-8";
.image-background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.image-background img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* 
Responsive between
Ej: @include responsiveB('mobile-v', 'mobile-h'){
*/
/*
tr( duracion, propiedades, delay)
*/
/*
tre( duracion, propiedades, delay)
a diferencia de tr(), tre tiene un easign aplicado que hace la animacion mas natural
*/
/*
fade( x, y, defaulttransition, delay );
Añade transformacion x e y, y opacity 0 al elemento.
Se pueden pasar valores negativos, por ejemplo, para desplazar x hacia la izquierda
Tambien se puede pasar un porcentaje
defaulttransition aplica la variable $transition-default definida en _variables.scss
delay aplica un delay multiplicando el valor por $transition-default-delay para hacer aparecer los elementos de forma escalonada
*/
.in {
  --fade-opacity: 1;
  --fade-transform: translateX(0px) translateY(0px);
  --p100: 100%;
  --p0: 0%;
  --v1: 1;
  --v0: 0;
}

/*
fadein();
Aplica transformX(0px), transformY(0px) y opacity 1 para hacer aparecer el objecto
*/
/*
Se usa igual que fade, pero crea un loop para animar los elementos de forma ordenada
*/
/*
Use:
@if editor() {
  font-size: 90px;
}
*/
/* Text Block Custom Style */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: -webkit-fill-available;
}

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

* {
  margin: 0;
  padding: 0;
  border: none;
  text-decoration: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: #44433B;
}
body img {
  max-width: 100%;
  height: auto;
}
body ul li {
  list-style: none;
}
body p:not(:last-child) {
  margin-bottom: 20px;
}

.hidden {
  display: none;
}

input[type=text],
input[type=email],
input[type=search],
input[type=submit],
textarea,
button {
  font-family: "Montserrat", sans-serif;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
  color: #44433B;
}

button {
  background-color: transparent;
}

select {
  font-family: "Montserrat", sans-serif;
}

h1,
.h1,
.h1 p {
  font-family: "Montserrat", sans-serif;
  font-size: clamp(25px, -8.6px + 0.056 * 100vw, 50px);
}

h2,
.h2,
.h2 p {
  font-family: "Montserrat", sans-serif;
  font-size: clamp(22px, 4.6px + 0.029 * 100vw, 35px);
}

h3,
.h3,
.h3 p {
  font-family: "Montserrat", sans-serif;
  font-size: clamp(18px, 15.6px + 0.004 * 100vw, 20px);
}

h4,
.h4,
.h4 p {
  font-family: "Montserrat", sans-serif;
  font-size: clamp(18px, 18px + 0 * 100vw, 18px);
}

h5,
.h5,
.h5 p {
  font-family: "Montserrat", sans-serif;
  font-size: clamp(16px, 16px + 0 * 100vw, 16px);
}

h6,
.h6,
.h6 p {
  font-family: "Montserrat", sans-serif;
  font-size: clamp(14px, 14px + 0 * 100vw, 14px);
}

.sh1 {
  font-family: "Montserrat", sans-serif;
  font-size: clamp(30px, -10.2px + 0.067 * 100vw, 60px);
}

a {
  color: #462149;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

b,
strong,
strong * {
  font-weight: 600;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}

.container {
  max-width: 1490px;
  margin: 0 auto;
  padding: 0 25px;
  width: 100%;
}

.centerDiv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.iframe-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  padding-top: 56.25%;
  position: relative;
}
.iframe-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.site-content {
  padding-bottom: 1px;
}

.text_block h1,
.text_block h2,
.text_block h3,
.text_block h4,
.text_block h5,
.text_block h6 {
  color: #44433B;
  margin-bottom: 20px;
}
.text_block .sh1 {
  font-family: "Montserrat", sans-serif;
  font-size: clamp(30px, -10.2px + 0.067 * 100vw, 60px);
}
.text_block h1, .text_block .h1 {
  font-family: "Montserrat", sans-serif;
  font-size: clamp(25px, -8.6px + 0.056 * 100vw, 50px);
}
.text_block h2, .text_block .h2 {
  font-family: "Montserrat", sans-serif;
  font-size: clamp(22px, 4.6px + 0.029 * 100vw, 35px);
}
.text_block h3, .text_block .h3 {
  font-family: "Montserrat", sans-serif;
  font-size: clamp(18px, 15.6px + 0.004 * 100vw, 20px);
}
.text_block h4, .text_block .h4 {
  font-family: "Montserrat", sans-serif;
  font-size: clamp(18px, 18px + 0 * 100vw, 18px);
}
.text_block h5, .text_block .h5 {
  font-family: "Montserrat", sans-serif;
  font-size: clamp(16px, 16px + 0 * 100vw, 16px);
}
.text_block h6, .text_block .h6 {
  font-family: "Montserrat", sans-serif;
  font-size: clamp(14px, 14px + 0 * 100vw, 14px);
}
.text_block ul,
.text_block ol {
  padding-left: 15px;
  margin-bottom: 28px;
  line-height: 1.6;
}
.text_block ul li {
  list-style: disc;
}
.text_block a:not(.button) {
  color: #462149;
  text-decoration: none;
}
.text_block a:not(.button):hover {
  text-decoration: underline;
}
.text_block blockquote {
  padding-left: 30px;
  border-left: 3px solid #44433B;
}
.text_block blockquote p {
  font-family: "Montserrat", sans-serif;
  font-size: clamp(18px, 18px + 0 * 100vw, 18px);
}
.text_block img {
  width: auto;
  height: auto;
  max-width: 100%;
  margin: 0 0 28px 0;
}
.text_block .alignleft {
  float: left;
  max-width: 50%;
  margin-right: 30px;
}
@media only screen and (max-width: 750px) {
  .text_block .alignleft {
    max-width: 100%;
  }
}
.text_block .aligncenter {
  margin: 30px auto;
  display: block;
}
.text_block .alignright {
  float: right;
  max-width: 50%;
  margin-left: 30px;
}
@media only screen and (max-width: 750px) {
  .text_block .alignright {
    max-width: 100%;
  }
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  padding: 25px 0;
  transition: all 0.4s ease-in-out;
  z-index: 11;
}
@media only screen and (min-width: 1100px) {
  .header {
    padding-top: 35px;
    padding-bottom: 0;
  }
}
.admin-bar .header {
  top: 46px;
}
@media only screen and (min-width: 1100px) {
  .admin-bar .header {
    top: 32px;
  }
}
.header .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media only screen and (min-width: 1100px) {
  .header .container {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 30px;
  }
}
.header__left {
  position: relative;
  z-index: 12;
}
@media only screen and (min-width: 1100px) {
  .header__left {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
.header__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  position: relative;
}
@media only screen and (min-width: 1100px) {
  .header__right {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.header__right .header__right__button {
  position: absolute;
  top: -30px;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
}
@media only screen and (max-width: 1100px) {
  .header__right .header__right__button {
    display: none;
  }
}
.header__right .header__right__button svg {
  width: 16px;
  height: auto;
}
.header--sticky {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(10px);
  -webkit-filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.1));
          filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.1));
  padding: 15px 0;
}
@media only screen and (min-width: 1100px) {
  .header--sticky {
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media only screen and (min-width: 1100px) {
  .header--sticky .header__left {
    padding-bottom: 15px;
    padding-top: 15px;
  }
}
.header--sticky .header__right .header__right__button {
  top: -40px;
}
.header--sticky::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(217, 217, 217, 0.8)), to(rgba(217, 217, 217, 0)));
  background: linear-gradient(90deg, rgba(217, 217, 217, 0.8) 0%, rgba(217, 217, 217, 0) 100%);
}
.admin-bar .header--sticky {
  top: 46px;
}
@media only screen and (min-width: 1100px) {
  .admin-bar .header--sticky {
    top: 32px;
  }
}

.site-logo {
  display: block;
  max-width: 200px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
@media only screen and (min-width: 1100px) {
  .site-logo {
    max-width: 350px;
  }
}
.header--show .site-logo {
  max-width: 175px;
}
@media only screen and (min-width: 1100px) {
  .header--show .site-logo {
    max-width: 200px;
  }
}
.header--sticky .site-logo {
  max-width: 175px;
}
@media only screen and (min-width: 1100px) {
  .header--sticky .site-logo {
    max-width: 200px;
  }
}
.site-logo img {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.main-menu {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media only screen and (min-width: 1100px) {
  .main-menu {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.main-menu .menu-primary-menu-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
@media only screen and (min-width: 1100px) {
  .main-menu .menu-primary-menu-container {
    height: 100%;
    width: auto;
  }
}
@media only screen and (min-width: 1100px) {
  .main-menu.search-open {
    pointer-events: none;
  }
}
.main-menu a.main-menu__button {
  display: none;
}
@media only screen and (max-width: 1100px) {
  .main-menu a.main-menu__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8px;
    position: absolute;
    bottom: 20px;
    left: 20px;
    font-size: 14px;
    right: 20px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .main-menu a.main-menu__button svg {
    width: 15px;
  }
}
.main-menu .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
}
@media only screen and (min-width: 1100px) {
  .main-menu .menu {
    height: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 30px;
    width: auto;
  }
}
.header--show .main-menu .menu {
  gap: 20px;
}
.header--sticky .main-menu .menu {
  gap: 20px;
}
.main-menu .menu > li {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid rgba(68, 67, 59, 0.3);
  width: 100%;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media only screen and (min-width: 1100px) {
  .main-menu .menu > li {
    height: 100%;
    border-bottom: 0 none;
    width: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.main-menu .menu > li.current_page_item > a, .main-menu .menu > li.current_page_ancestor > a {
  color: #462149;
}
.main-menu .menu > li.current_page_item > a::after, .main-menu .menu > li.current_page_ancestor > a::after {
  width: 100%;
}
@media only screen and (min-width: 1100px) {
  .main-menu .menu > li.menu-item-has-children:hover > .sub-menu {
    height: auto;
    display: block;
    visibility: visible;
    margin-top: 0;
    opacity: 1;
  }
}
.main-menu .menu > li.menu-item-has-children:hover > .sub-menu > li {
  -webkit-animation: fadeIn 0.5s ease-in-out;
          animation: fadeIn 0.5s ease-in-out;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
.main-menu .menu > li.menu-item-has-children .submenu-toggle {
  display: block;
  position: absolute;
  right: 7px;
  top: 7px;
  color: #44433B;
  font-size: 24px;
  width: 40px;
  text-align: right;
}
@media only screen and (min-width: 1100px) {
  .main-menu .menu > li.menu-item-has-children .submenu-toggle {
    display: none;
  }
}
.main-menu .menu > li.menu-item-has-children.open .sub-menu {
  height: 100%;
  display: block;
  visibility: visible;
  opacity: 1;
}
@media only screen and (min-width: 1100px) {
  .main-menu .menu > li.custom-menu-header:hover > .sub-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    pointer-events: all;
  }
  .main-menu .menu > li.custom-menu-header > .sub-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 40px;
    left: 0;
    right: auto;
    pointer-events: none;
    -webkit-transform: translateX(-27%);
            transform: translateX(-27%);
  }
  .main-menu .menu > li.custom-menu-header > .sub-menu > .menu-item {
    border: 0 none;
  }
  .main-menu .menu > li.custom-menu-header > .sub-menu > .menu-item > a {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    height: auto;
    color: #44433B;
    border-bottom: 1px solid rgba(68, 67, 59, 0.3);
  }
  .main-menu .menu > li.custom-menu-header > .sub-menu > .menu-item > a::after {
    width: 0;
  }
  .main-menu .menu > li.custom-menu-header > .sub-menu > .menu-item > .sub-menu {
    position: relative;
    left: 0;
    right: 0;
    background: #f2f1ec;
    -webkit-filter: none;
            filter: none;
    border: 0 none;
    opacity: 1;
    visibility: visible;
  }
}
@media only screen and (min-width: 1100px) {
  .main-menu .menu > li:hover > a {
    color: #462149;
  }
}
@media only screen and (min-width: 1100px) {
  .main-menu .menu > li:hover > a::after {
    width: 100%;
  }
}
.main-menu .menu > li > a {
  text-decoration: none;
  font-size: 14px;
  color: #44433B;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  position: relative;
  width: 100%;
  padding-block: 15px;
}
@media only screen and (min-width: 1100px) {
  .main-menu .menu > li > a {
    height: 100%;
    width: auto;
    padding-block: 0;
    font-size: 18px;
  }
}
.main-menu .menu > li > a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: #44433B;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
@media only screen and (min-width: 1100px) {
  .main-menu .menu > li > a::after {
    background: #462149;
    height: 4px;
  }
}
@media only screen and (max-width: 1100px) {
  .main-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100dvh;
    background: #f2f1ec;
    padding: 100px 30px 30px;
    z-index: 10;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
  }
  .menu-open .main-menu {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  .main-menu ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .main-menu a {
    font-size: 22px;
    color: #44433B;
  }
}
.main-menu .sub-menu {
  min-width: 250px;
  position: relative;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 0;
  width: 100%;
  padding-left: 20px;
  top: -8px;
}
@media only screen and (min-width: 1100px) {
  .main-menu .sub-menu {
    position: absolute;
    background: #f2f1ec;
    top: 100%;
    margin-top: 20px;
    padding: 20px;
    padding-top: 3px;
    width: auto;
    height: auto;
    -webkit-filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.1));
            filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.1));
  }
}
.main-menu .sub-menu {
  /*
  		.header--sticky & {
  			@include responsiveMin("menu-bp") {
  				background: rgba(255, 255, 255, 1);
  				backdrop-filter: blur(10px);
  				filter: drop-shadow(0 0 20px rgba(0, 0, 0, 0.25));
  			}
  		}
  */
}
.main-menu .sub-menu .menu-expand {
  display: none !important;
}
.main-menu .sub-menu li {
  width: 100%;
  border-bottom: 1px solid rgba(68, 67, 59, 0.3);
}
@media only screen and (min-width: 1100px) {
  .main-menu .sub-menu li {
    border-bottom: 1px solid rgba(68, 67, 59, 0.3);
  }
}
@media only screen and (max-width: 1100px) {
  .main-menu .sub-menu li.menu-item-has-children {
    position: relative;
  }
  .main-menu .sub-menu li.menu-item-has-children .sub-menu {
    position: static;
  }
}
@media only screen and (min-width: 1100px) {
  .main-menu .sub-menu li.menu-item-has-children:hover > .sub-menu {
    display: block;
    visibility: visible;
    opacity: 1;
  }
}
.main-menu .sub-menu li:last-child {
  margin-bottom: 0 !important;
}
@media only screen and (max-width: 1100px) {
  .main-menu .sub-menu li:last-child {
    border-bottom: 0 none;
  }
}
.main-menu .sub-menu li a {
  text-decoration: none;
  font-size: 14px;
  padding-block: 10px;
  color: #44433B;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  position: relative;
}
@media only screen and (min-width: 1100px) {
  .main-menu .sub-menu li a {
    height: 100%;
    padding-block: 17px;
  }
}
.main-menu .sub-menu li a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: rgba(68, 67, 59, 0.3);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
@media only screen and (min-width: 1100px) {
  .main-menu .sub-menu li a::after {
    background: #381E49;
  }
}
.main-menu .sub-menu li.current_page_item > a, .main-menu .sub-menu li:hover > a {
  color: #462149;
}
.main-menu .sub-menu li.current_page_item > a::after, .main-menu .sub-menu li:hover > a::after {
  width: 100%;
}
@media only screen and (min-width: 1100px) {
  .main-menu .sub-menu .sub-menu {
    background-color: white;
    left: 100%;
    top: 0;
    margin-top: 0;
    margin-left: 0;
  }
}
@media only screen and (min-width: 1100px) {
  .main-menu .menu > li:nth-last-child(-n+2) .sub-menu {
    left: auto;
    right: 0;
  }
}
@media only screen and (min-width: 1100px) {
  .main-menu .menu > li:nth-last-child(-n+3) .sub-menu .sub-menu {
    left: auto;
    right: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}

.menu-open {
  overflow: hidden;
}

body:has(.half--hero) .header:not(.header--sticky) .main-menu .menu > li > a {
  color: #44433B;
}
body:has(.half--hero) .header:not(.header--sticky) .main-menu .menu > li > a::after {
  background: #44433B;
}
body:has(.half--hero) .header:not(.header--sticky) .site-logo img {
  -webkit-filter: none;
          filter: none;
}
body:has(.half--hero) .header:not(.header--sticky) .search-action__button svg path {
  stroke: #44433B;
}
body:not(.menu-open):has(.half--hero) .header:not(.header--sticky) .main-menu .menu > li > a {
  color: #44433B;
}
body:not(.menu-open):has(.half--hero) .header:not(.header--sticky) .main-menu .menu > li > a::after {
  background: #44433B;
}
body:not(.menu-open):has(.half--hero) .header:not(.header--sticky) .site-logo img {
  -webkit-filter: none;
          filter: none;
}
body:not(.menu-open):has(.half--hero) .header:not(.header--sticky) .search-action__button svg path {
  stroke: #44433B;
}
body:not(.menu-open):has(.half--hero) .header:not(.header--sticky) .search-action__button.active svg path {
  stroke: #f2f1ec;
}
body:not(.menu-open):has(.half--hero) .header:not(.header--sticky) .responsive-btn span {
  background: #44433B;
}
body:not(.menu-open):has(.light_header) .header:not(.header--sticky) .main-menu .menu > li > a {
  color: #f2f1ec;
}
body:not(.menu-open):has(.light_header) .header:not(.header--sticky) .main-menu .menu > li > a::after {
  background: #f2f1ec;
}
body:not(.menu-open):has(.light_header) .header:not(.header--sticky) .site-logo img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
body:not(.menu-open):has(.light_header) .header:not(.header--sticky) .search-action__button svg path {
  stroke: #f2f1ec;
}
body:not(.menu-open):has(.light_header) .header:not(.header--sticky) .search-action__button.active svg path {
  stroke: #381E49;
}
body:not(.menu-open):has(.light_header) .header:not(.header--sticky) .responsive-btn span {
  background: #f2f1ec;
}

.hero-homepage {
  margin-bottom: 0 !important;
  position: relative;
  overflow: hidden;
  background: #ffffff;
}
@media only screen and (min-width: 1050px) {
  .hero-homepage {
    min-height: 100dvh;
  }
}
.hero-homepage.half {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
@media only screen and (min-width: 1050px) {
  .hero-homepage.half {
    min-height: auto;
  }
}
.hero-homepage__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
}
.hero-homepage__bg.half {
  position: relative;
  min-height: 300px;
}
@media only screen and (min-width: 1050px) {
  .hero-homepage__bg.half {
    max-height: 440px;
    height: 100dvh;
  }
}
@media screen and (min-width: 1024px) and (max-height: 850px) {
  .hero-homepage__bg.half {
    max-height: 300px;
  }
}
.hero-homepage__bg.half.is-iframe {
  height: auto;
  min-height: 0;
  max-height: none;
}
@media only screen and (min-width: 1050px) {
  .hero-homepage__bg.half.is-iframe {
    height: auto;
    max-height: none;
  }
}
@media screen and (min-width: 1024px) and (max-height: 850px) {
  .hero-homepage__bg.half.is-iframe {
    max-height: none;
  }
}
.hero-homepage__bg.half.is-iframe .hero-homepage__bg__iframe-wrap {
  position: relative;
  inset: auto;
  width: 100%;
  overflow: hidden;
  height: 0;
  padding-bottom: 33%;
}
@media only screen and (min-width: 750px) {
  .hero-homepage__bg.half.is-iframe .hero-homepage__bg__iframe-wrap {
    padding-bottom: 28.125%;
  }
}
.hero-homepage__bg.half.is-iframe .hero-homepage__bg__iframe-wrap iframe {
  position: absolute;
  left: 0;
  width: 130%;
  height: 61.25vw;
  top: -12.0625vw;
  left: -13vw;
  -webkit-transform: none;
          transform: none;
  min-height: unset;
  min-width: unset;
  border: 0;
}
@media only screen and (min-width: 750px) {
  .hero-homepage__bg.half.is-iframe .hero-homepage__bg__iframe-wrap iframe {
    width: 100%;
    height: 56.25vw;
    left: 0;
    top: -14.0625vw;
  }
}
.hero-homepage__bg__img {
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: bottom;
     object-position: bottom;
  width: 100%;
  height: 100%;
}
.hero-homepage__bg__video {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  margin-top: 0;
}
@media only screen and (min-width: 1050px) {
  .hero-homepage__bg__video {
    position: relative;
  }
}
.hero-homepage__bg__iframe-wrap {
  position: absolute;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
}
.hero-homepage__bg__iframe-wrap iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100vw;
  height: 56.25vw;
  min-height: 100%;
  min-width: 177.78vh;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 0;
  pointer-events: none;
}
.hero-homepage__content {
  position: relative;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-top: 100px;
  padding-bottom: 200px;
}
.hero-homepage__content.half {
  position: relative;
  padding-bottom: 45px;
}
@media only screen and (min-width: 600px) {
  .hero-homepage__content {
    padding-bottom: 300px;
  }
}
@media only screen and (min-width: 1050px) {
  .hero-homepage__content {
    position: absolute;
    left: 0;
    top: 0;
    padding-bottom: 80px;
    padding-top: 170px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.hero-homepage__content__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100%;
}
.hero-homepage__content__grid--text {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 15px;
  color: #44433B;
}
.hero-homepage__content__grid--text.light_texts {
  color: #f2f1ec;
}
@media only screen and (min-width: 1050px) {
  .hero-homepage__content__grid--text {
    gap: 25px;
  }
}
@media only screen and (min-width: 1200px) {
  .hero-homepage__content__grid--text {
    gap: 15px;
  }
}
@media only screen and (min-width: 1440px) {
  .hero-homepage__content__grid--text {
    gap: 25px;
  }
}
.hero-homepage__content__grid--text h3 {
  font-weight: 500;
  font-size: clamp(18px, 7.2px + 0.018 * 100vw, 26px);
  line-height: 1.4;
  opacity: var(--fade-opacity, 0);
  -webkit-transform: var(--fade-transform, translateX(-100px) translateY(0));
          transform: var(--fade-transform, translateX(-100px) translateY(0));
  -webkit-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
@media only screen and (min-width: 1200px) {
  .hero-homepage__content__grid--text h3 {
    font-size: 22px;
  }
}
@media only screen and (min-width: 1440px) {
  .hero-homepage__content__grid--text h3 {
    font-size: clamp(18px, 7.2px + 0.018 * 100vw, 26px);
  }
}
.hero-homepage__content__grid--text h2 {
  font-weight: 400;
  line-height: 1.13;
  text-transform: uppercase;
  margin: 0;
  opacity: var(--fade-opacity, 0);
  -webkit-transform: var(--fade-transform, translateX(-100px) translateY(0));
          transform: var(--fade-transform, translateX(-100px) translateY(0));
  -webkit-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
@media only screen and (min-width: 1050px) {
  .hero-homepage__content__grid--text h2 {
    line-height: 1.11;
  }
}
@media only screen and (min-width: 1200px) {
  .hero-homepage__content__grid--text h2 {
    font-size: 40px;
  }
}
@media only screen and (min-width: 1440px) {
  .hero-homepage__content__grid--text h2 {
    font-family: "Montserrat", sans-serif;
    font-size: clamp(30px, -10.2px + 0.067 * 100vw, 60px);
  }
}
.hero-homepage__content__grid--text h2 strong {
  font-weight: 700;
}
.hero-homepage__corner {
  width: 45px;
  height: 45px;
  position: absolute;
  pointer-events: none;
  left: 0;
  bottom: -1px;
  right: auto;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
.hero-homepage__corner svg {
  width: 100%;
  height: 100%;
}
.hero-homepage__corner svg path {
  fill: #f2f1ec;
}
@media only screen and (min-width: 1050px) {
  .hero-homepage__corner {
    width: 90px;
    height: 90px;
    position: absolute;
    pointer-events: none;
    right: 0;
    bottom: -1px;
    left: auto;
    -webkit-transform: none;
            transform: none;
  }
  .hero-homepage__corner svg {
    width: 100%;
    height: 100%;
  }
  .hero-homepage__corner svg path {
    fill: #f2f1ec;
  }
}
/*# sourceMappingURL=main-above.css.map */