:root {
  --indicator-pos-x: 0;
  --indicator-pos-y: 0;
}

/* Font Weight */
/* Color Scheme */
/* GREEN */
/* Btns */
/* Alerts */
/* Dimensions */
/* Devices Width */
/* Container Width */
/* Speeds */
/* Paddings */
* {
  outline: 0 none;
  -moz-outline: 0 none;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  border: none;
  font-family: "Roboto", sans-serif;
}
*:focus {
  outline: 0 none;
  -moz-outline: 0 none;
}
*:before, *:after {
  box-sizing: border-box;
}
* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  font-kerning: none;
  letter-spacing: 0;
  font-variant-numeric: lining-nums;
  font-optical-sizing: auto;
}

html {
  transition: 100ms cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: 100ms cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: 100ms cubic-bezier(0.42, 0, 0.58, 1);
  -webkit-transition: 100ms cubic-bezier(0.42, 0, 0.58, 1);
  position: relative;
  float: right;
  width: 100%;
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-content: flex-start;
  background-color: #FFFFFF;
}
html.dropin:before {
  content: " ";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 2000;
}
html.locked {
  overflow: hidden;
}

body {
  position: relative;
  float: right;
  width: 100%;
  padding: 0;
  margin: 0 auto;
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-content: flex-start;
  min-height: 100vh;
  background-color: transparent;
}

h1, h2, h3, h4, h5, h6 {
  text-transform: uppercase;
  font-family: "Spectral", serif;
}

h2, h1 {
  font-size: clamp(45px, 4vw, 90px);
  line-height: clamp(45px, 4.1vw, 90px);
  font-weight: 400;
  color: inherit;
}

h3 {
  font-size: clamp(20px, 1vw, 30px);
  line-height: clamp(25px, 1.2vw, 35px);
  font-weight: 500;
  color: inherit;
}

ul, ol, li, p, table th, table td {
  font-size: clamp(20px, 1vw, 30px);
  line-height: clamp(30px, 1.2vw, 40px);
  font-weight: 300;
  color: inherit;
}
ul a,
ul a:focus,
ul a:active,
ul a:visited,
ul strong, ol a,
ol a:focus,
ol a:active,
ol a:visited,
ol strong, li a,
li a:focus,
li a:active,
li a:visited,
li strong, p a,
p a:focus,
p a:active,
p a:visited,
p strong, table th a,
table th a:focus,
table th a:active,
table th a:visited,
table th strong, table td a,
table td a:focus,
table td a:active,
table td a:visited,
table td strong {
  color: inherit;
}

.contain {
  position: relative;
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
  display: flex;
  flex-flow: row nowrap;
  justify-content: stretch;
  align-content: stretch;
  padding: 0 10vh;
}
@media (min-width: 1500px) {
  .contain {
    padding: 0 80px;
  }
}
@media (max-width: 1900px) {
  .contain {
    padding: 0 60px;
  }
}
@media (max-width: 1250px) {
  .contain {
    padding: 0 40px;
  }
}
@media (max-width: 450px) {
  .contain {
    padding: 0 20px;
  }
}

.container {
  position: relative;
  margin: auto;
  z-index: 10;
  padding: 0 30px;
}
@media (min-width: 500px) {
  .container {
    width: 100%;
  }
}
@media (min-width: 900px) {
  .container {
    width: 100%;
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .container {
    width: 100%;
    max-width: 100%;
  }
}
@media (min-width: 1251px) {
  .container {
    max-width: 985px;
    max-width: 90%;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1685px;
  }
}

.forth-w {
  position: relative;
  padding-left: 30px;
  padding-right: 30px;
  max-width: 25%;
  width: 100%;
  float: left;
}
@media (max-width: 767px) {
  .forth-w {
    max-width: 100%;
  }
}

.third-w {
  position: relative;
  padding-left: 30px;
  padding-right: 30px;
  max-width: 33.33333333%;
  width: 100%;
  float: left;
}
@media (max-width: 767px) {
  .third-w {
    max-width: 100%;
  }
}

.half-w {
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  max-width: 50%;
  width: 100%;
  float: left;
}
@media (max-width: 767px) {
  .half-w {
    max-width: 100%;
  }
}

.full-w {
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
  float: left;
}
@media (max-width: 767px) {
  .full-w {
    max-width: 100%;
  }
}

.col-1 {
  position: relative;
  float: left;
  width: 4.1%;
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 767px) {
  .col-1 {
    padding-left: 5px;
    padding-right: 5px;
    width: 100%;
  }
}

.col-2 {
  position: relative;
  float: left;
  width: 8.3%;
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 767px) {
  .col-2 {
    padding-left: 5px;
    padding-right: 5px;
  }
}

.col-3 {
  position: relative;
  float: left;
  width: 12.5%;
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 767px) {
  .col-3 {
    padding-left: 5px;
    padding-right: 5px;
    width: 100%;
  }
}

.col-4 {
  position: relative;
  display: block;
  float: left;
  width: 16.6%;
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 767px) {
  .col-4 {
    padding-left: 5px;
    padding-right: 5px;
    width: 100%;
  }
}

.col-5 {
  position: relative;
  float: left;
  width: 20.8%;
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 767px) {
  .col-5 {
    padding-left: 5px;
    padding-right: 5px;
    width: 100%;
  }
}

.col-6 {
  position: relative;
  float: left;
  width: 25%;
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 767px) {
  .col-6 {
    padding-left: 5px;
    padding-right: 5px;
    width: 100%;
  }
}

.col-7 {
  position: relative;
  float: left;
  width: 29.1%;
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 767px) {
  .col-7 {
    padding-left: 5px;
    padding-right: 5px;
    width: 100%;
  }
}

.col-8 {
  position: relative;
  float: left;
  width: 33.3%;
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 767px) {
  .col-8 {
    padding-left: 5px;
    padding-right: 5px;
    width: 100%;
  }
}

.col-9 {
  position: relative;
  float: left;
  width: 37.5%;
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 767px) {
  .col-9 {
    padding-left: 5px;
    padding-right: 5px;
    width: 100%;
  }
}

.col-10 {
  position: relative;
  float: left;
  width: 41.6%;
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 767px) {
  .col-10 {
    padding-left: 5px;
    padding-right: 5px;
    width: 100%;
  }
}

.col-11 {
  position: relative;
  float: left;
  width: 45.8%;
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 767px) {
  .col-11 {
    padding-left: 5px;
    padding-right: 5px;
    width: 100%;
  }
}

.col-12 {
  position: relative;
  float: left;
  width: 50%;
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 767px) {
  .col-12 {
    padding-left: 5px;
    padding-right: 5px;
    width: 100%;
  }
}

.col-13 {
  position: relative;
  float: left;
  width: 54.1%;
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 767px) {
  .col-13 {
    padding-left: 5px;
    padding-right: 5px;
    width: 100%;
  }
}

.col-14 {
  position: relative;
  float: left;
  width: 58.3%;
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 767px) {
  .col-14 {
    padding-left: 5px;
    padding-right: 5px;
    width: 100%;
  }
}

.col-15 {
  position: relative;
  float: left;
  width: 62.5%;
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 767px) {
  .col-15 {
    padding-left: 5px;
    padding-right: 5px;
    width: 100%;
  }
}

.col-16 {
  position: relative;
  float: left;
  width: 66.6%;
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 767px) {
  .col-16 {
    padding-left: 5px;
    padding-right: 5px;
    width: 100%;
  }
}

.col-17 {
  position: relative;
  float: left;
  width: 70.8%;
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 767px) {
  .col-17 {
    padding-left: 5px;
    padding-right: 5px;
    width: 100%;
  }
}

.col-18 {
  position: relative;
  float: left;
  width: 75%;
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 767px) {
  .col-18 {
    padding-left: 5px;
    padding-right: 5px;
    width: 100%;
  }
}

.col-19 {
  position: relative;
  float: left;
  width: 79.1%;
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 767px) {
  .col-19 {
    padding-left: 5px;
    padding-right: 5px;
    width: 100%;
  }
}

.col-20 {
  position: relative;
  float: left;
  width: 83.3%;
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 767px) {
  .col-20 {
    padding-left: 5px;
    padding-right: 5px;
    width: 100%;
  }
}

.col-21 {
  position: relative;
  float: left;
  width: 87.5%;
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 767px) {
  .col-21 {
    padding-left: 5px;
    padding-right: 5px;
    width: 100%;
  }
}

.col-22 {
  position: relative;
  float: left;
  width: 91.6%;
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 767px) {
  .col-22 {
    padding-left: 5px;
    padding-right: 5px;
    width: 100%;
  }
}

.col-23 {
  position: relative;
  float: left;
  width: 95.8%;
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 767px) {
  .col-23 {
    padding-left: 5px;
    padding-right: 5px;
    width: 100%;
  }
}

.col-24 {
  position: relative;
  float: left;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 767px) {
  .col-24 {
    padding-left: 5px;
    padding-right: 5px;
    width: 100%;
  }
}

.hidden {
  display: none !important;
}
@media (max-width: 767px) {
  .hidden-phone {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 899px) {
  .hidden-phone {
    display: block !important;
  }
}
@media (min-width: 900px) {
  .hidden-phone {
    display: block !important;
  }
}
@media (min-width: 1251px) {
  .hidden-phone {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .hidden-phone {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .hidden-tablet-middle {
    display: block;
  }
}
@media (min-width: 768px) and (max-width: 899px) {
  .hidden-tablet-middle {
    display: none !important;
  }
}
@media (min-width: 900px) {
  .hidden-tablet-middle {
    display: block;
  }
}
@media (min-width: 1251px) {
  .hidden-tablet-middle {
    display: block;
  }
}
@media (min-width: 1200px) {
  .hidden-tablet-middle {
    display: block;
  }
}
@media (max-width: 767px) {
  .hidden-tablet {
    display: block;
  }
}
@media (min-width: 768px) and (max-width: 899px) {
  .hidden-tablet {
    display: block;
  }
}
@media (min-width: 900px) {
  .hidden-tablet {
    display: none !important;
  }
}
@media (min-width: 1251px) {
  .hidden-tablet {
    display: block;
  }
}
@media (min-width: 1200px) {
  .hidden-tablet {
    display: block;
  }
}
@media (max-width: 767px) {
  .hidden-desktop {
    display: block;
  }
}
@media (min-width: 768px) and (max-width: 899px) {
  .hidden-desktop {
    display: block;
  }
}
@media (min-width: 900px) {
  .hidden-desktop {
    display: block;
  }
}
@media (min-width: 1251px) {
  .hidden-desktop {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-desktop {
    display: block;
  }
}
@media (max-width: 767px) {
  .hidden-desktop-large {
    display: block;
  }
}
@media (min-width: 768px) and (max-width: 899px) {
  .hidden-desktop-large {
    display: block;
  }
}
@media (min-width: 900px) {
  .hidden-desktop-large {
    display: block;
  }
}
@media (min-width: 1251px) {
  .hidden-desktop-large {
    display: block;
  }
}
@media (min-width: 1200px) {
  .hidden-desktop-large {
    display: none !important;
  }
}

.visible {
  display: block !important;
}
@media (max-width: 767px) {
  .visible-phone {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 899px) {
  .visible-phone {
    display: none !important;
  }
}
@media (min-width: 900px) {
  .visible-phone {
    display: none !important;
  }
}
@media (min-width: 1251px) {
  .visible-phone {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .visible-phone {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .visible-tablet-middle {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 899px) {
  .visible-tablet-middle {
    display: block !important;
  }
}
@media (min-width: 900px) {
  .visible-tablet-middle {
    display: none;
  }
}
@media (min-width: 1251px) {
  .visible-tablet-middle {
    display: none;
  }
}
@media (min-width: 1200px) {
  .visible-tablet-middle {
    display: none;
  }
}
@media (max-width: 767px) {
  .visible-tablet {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 899px) {
  .visible-tablet {
    display: block !important;
  }
}
@media (min-width: 900px) {
  .visible-tablet {
    display: block !important;
  }
}
@media (min-width: 1251px) {
  .visible-tablet {
    display: none;
  }
}
@media (min-width: 1200px) {
  .visible-tablet {
    display: none;
  }
}
@media (max-width: 767px) {
  .visible-desktop {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 899px) {
  .visible-desktop {
    display: none;
  }
}
@media (min-width: 900px) {
  .visible-desktop {
    display: none;
  }
}
@media (min-width: 1251px) {
  .visible-desktop {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-desktop {
    display: none;
  }
}
@media (max-width: 767px) {
  .visible-desktop-large {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 899px) {
  .visible-desktop-large {
    display: none;
  }
}
@media (min-width: 900px) {
  .visible-desktop-large {
    display: none;
  }
}
@media (min-width: 1251px) {
  .visible-desktop-large {
    display: none;
  }
}
@media (min-width: 1200px) {
  .visible-desktop-large {
    display: block !important;
  }
}

.unvisible {
  visibility: hidden !important;
}

.align__left {
  text-align: left !important;
}
.align__center {
  text-align: center !important;
}
.align__right {
  text-align: right !important;
}

.shadows {
  -moz-box-shadow: 0px 0px 20px #ddd;
  -webkit-box-shadow: 0px 0px 20px #ddd;
  box-shadow: 0px 0px 20px #ddd;
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=20, Direction=90, Color='#dddddd')";
  filter: progid:DXImageTransform.Microsoft.Shadow(Strength=20, Direction=90, Color='#dddddd');
}

.right {
  float: right;
}

nav {
  transition: 350ms cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: 350ms cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: 350ms cubic-bezier(0.42, 0, 0.58, 1);
  -webkit-transition: 350ms cubic-bezier(0.42, 0, 0.58, 1);
  transition-property: transform;
  -moz-transition-property: transform;
  -o-transition-property: transform;
  -webkit-transition-property: transform;
  position: fixed;
  left: 0;
  width: 100%;
  z-index: 100;
  color: #FFFFFF;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-content: center;
  top: 0;
  transform: translateY(-100%);
  pointer-events: none;
}
nav div.container {
  pointer-events: all;
  width: 100%;
  max-width: 1500px;
  background-color: #FFFFFF;
  padding: 20px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-content: space-between;
}
nav div.container a:not(.prices),
nav div.container a:not(.prices):focus,
nav div.container a:not(.prices):active,
nav div.container a:not(.prices):visited {
  position: relative;
  margin: auto 0;
}
nav div.container a:not(.prices) svg,
nav div.container a:not(.prices):focus svg,
nav div.container a:not(.prices):active svg,
nav div.container a:not(.prices):visited svg {
  transition: 350ms cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: 350ms cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: 350ms cubic-bezier(0.42, 0, 0.58, 1);
  -webkit-transition: 350ms cubic-bezier(0.42, 0, 0.58, 1);
  transition-property: fill;
  -moz-transition-property: fill;
  -o-transition-property: fill;
  -webkit-transition-property: fill;
  height: 40px;
  fill: #515436;
}
nav div.container a:not(.prices):hover svg,
nav div.container a:not(.prices):focus:hover svg,
nav div.container a:not(.prices):active:hover svg,
nav div.container a:not(.prices):visited:hover svg {
  fill: #9c9260;
}
nav div.container a.prices,
nav div.container a.prices:focus,
nav div.container a.prices:active,
nav div.container a.prices:visited,
nav div.container button,
nav div.container button:focus,
nav div.container button:active,
nav div.container button:visited {
  transition: 350ms cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: 350ms cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: 350ms cubic-bezier(0.42, 0, 0.58, 1);
  -webkit-transition: 350ms cubic-bezier(0.42, 0, 0.58, 1);
  transition-property: background-color, color;
  -moz-transition-property: background-color, color;
  -o-transition-property: background-color, color;
  -webkit-transition-property: background-color, color;
  position: relative;
  float: left;
  width: auto;
  display: flex;
  padding: 10px 15px;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-content: flex-start;
  font-weight: 400;
  font-family: "Spectral", serif;
  gap: 10px;
  font-size: 18px;
  line-height: 24px;
  background-color: transparent;
  color: #515436;
  text-transform: uppercase;
  border: 2px solid #515436;
  cursor: pointer;
  margin: auto 0;
  text-decoration: none;
}
nav div.container a.prices svg,
nav div.container a.prices:focus svg,
nav div.container a.prices:active svg,
nav div.container a.prices:visited svg,
nav div.container button svg,
nav div.container button:focus svg,
nav div.container button:active svg,
nav div.container button:visited svg {
  transition: 350ms cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: 350ms cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: 350ms cubic-bezier(0.42, 0, 0.58, 1);
  -webkit-transition: 350ms cubic-bezier(0.42, 0, 0.58, 1);
  transition-property: fill;
  -moz-transition-property: fill;
  -o-transition-property: fill;
  -webkit-transition-property: fill;
  width: 24px;
  height: 24px;
  display: block;
  fill: #515436;
}
@media (max-width: 767px) {
  nav div.container a.prices svg,
  nav div.container a.prices:focus svg,
  nav div.container a.prices:active svg,
  nav div.container a.prices:visited svg,
  nav div.container button svg,
  nav div.container button:focus svg,
  nav div.container button:active svg,
  nav div.container button:visited svg {
    display: none;
  }
}
nav div.container a.prices:hover,
nav div.container a.prices:focus:hover,
nav div.container a.prices:active:hover,
nav div.container a.prices:visited:hover,
nav div.container button:hover,
nav div.container button:focus:hover,
nav div.container button:active:hover,
nav div.container button:visited:hover {
  color: #FFFFFF;
  background-color: #515436;
}
nav div.container a.prices:hover svg,
nav div.container a.prices:focus:hover svg,
nav div.container a.prices:active:hover svg,
nav div.container a.prices:visited:hover svg,
nav div.container button:hover svg,
nav div.container button:focus:hover svg,
nav div.container button:active:hover svg,
nav div.container button:visited:hover svg {
  fill: #FFFFFF;
}
@media (max-width: 767px) {
  nav div.container a.prices,
  nav div.container a.prices:focus,
  nav div.container a.prices:active,
  nav div.container a.prices:visited,
  nav div.container button,
  nav div.container button:focus,
  nav div.container button:active,
  nav div.container button:visited {
    font-size: 16px;
  }
}
nav.scroll {
  transform: translateY(0);
}

section.cookies {
  color: #313131;
  position: fixed;
  right: 50%;
  bottom: 50%;
  z-index: 10000;
  background-color: #e0d8cf;
  width: 100%;
  padding: 30px 30px 0 30px !important;
  pointer-events: all;
  max-width: 800px;
  max-height: 90vh;
  overflow: auto;
  box-shadow: 0 0 60px rgba(0, 0, 0, 0.4);
  transform: translate(50%, 50%);
}
section.cookies.alert {
  max-width: 400px;
  bottom: 50%;
  transform: translate(50%, 50%);
}
@media (max-width: 767px) {
  section.cookies {
    padding: 20px;
    width: 100%;
  }
}
section.cookies p:not(.title) {
  position: relative;
  font-weight: 300;
  font-size: 14px;
  line-height: 20px;
  margin: auto 0 auto auto;
  width: 100%;
  color: #313131;
}
section.cookies p:not(.title) a,
section.cookies p:not(.title) a:focus,
section.cookies p:not(.title) a:active,
section.cookies p:not(.title) a:visited,
section.cookies p:not(.title) strong {
  font-weight: 600;
  color: inherit;
}
section.cookies p:not(.title) a,
section.cookies p:not(.title) a:focus,
section.cookies p:not(.title) a:active,
section.cookies p:not(.title) a:visited {
  position: relative;
  transition: 300ms cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: 300ms cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: 300ms cubic-bezier(0.42, 0, 0.58, 1);
  -webkit-transition: 300ms cubic-bezier(0.42, 0, 0.58, 1);
  transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  -webkit-transition-property: opacity;
  font-weight: 600;
  display: inline;
  border: none;
  font-size: 14px;
  line-height: 20px;
  float: none;
  margin: 0;
  padding: 0;
  background-color: transparent;
}
section.cookies p:not(.title) a:hover,
section.cookies p:not(.title) a:focus:hover,
section.cookies p:not(.title) a:active:hover,
section.cookies p:not(.title) a:visited:hover {
  opacity: 0.5;
  border: none;
  background-color: transparent !important;
}
@media (max-width: 767px) {
  section.cookies p:not(.title) {
    font-size: 14px;
    line-height: 20px;
  }
}
section.cookies p.title,
section.cookies h4 {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-content: flex-start;
  font-size: 20px;
  line-height: 24px;
  margin: auto 0;
  color: #313131;
  font-weight: 600;
}
section.cookies p.title svg,
section.cookies h4 svg {
  width: 24px;
  height: 24px;
  fill: #313131;
  margin: 0 10px auto 0;
  padding: 2px 0;
}
section.cookies h5 {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-content: flex-start;
  font-size: 16px;
  line-height: 30px;
  margin: 0 0 15px 0;
  color: inherit;
  font-weight: 600;
}
section.cookies button,
section.cookies button:focus,
section.cookies button:active,
section.cookies button:visited,
section.cookies a,
section.cookies a:focus,
section.cookies a:active,
section.cookies a:visited {
  transition: 300ms cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: 300ms cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: 300ms cubic-bezier(0.42, 0, 0.58, 1);
  -webkit-transition: 300ms cubic-bezier(0.42, 0, 0.58, 1);
  transition-property: background-color, border;
  -moz-transition-property: background-color, border;
  -o-transition-property: background-color, border;
  -webkit-transition-property: background-color, border;
  padding: 0 15px 0 15px;
  margin: 0;
  position: absolute;
  font-weight: 600;
  font-size: 16px;
  line-height: 40px;
  cursor: pointer;
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-end;
  align-content: flex-end;
  width: auto;
  text-align: right;
  top: 0;
  right: 0;
  color: #e0d8cf;
  pointer-events: all;
  background-color: #e0d8cf;
}
section.cookies button svg,
section.cookies button:focus svg,
section.cookies button:active svg,
section.cookies button:visited svg,
section.cookies a svg,
section.cookies a:focus svg,
section.cookies a:active svg,
section.cookies a:visited svg {
  transition: 300ms cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: 300ms cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: 300ms cubic-bezier(0.42, 0, 0.58, 1);
  -webkit-transition: 300ms cubic-bezier(0.42, 0, 0.58, 1);
  transition-property: fill;
  -moz-transition-property: fill;
  -o-transition-property: fill;
  -webkit-transition-property: fill;
  width: 20px;
  height: 30px;
  fill: #e0d8cf;
  margin: auto 0;
  padding: 2px 0;
}
section.cookies button span,
section.cookies button:focus span,
section.cookies button:active span,
section.cookies button:visited span,
section.cookies a span,
section.cookies a:focus span,
section.cookies a:active span,
section.cookies a:visited span {
  transition: 300ms cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: 300ms cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: 300ms cubic-bezier(0.42, 0, 0.58, 1);
  -webkit-transition: 300ms cubic-bezier(0.42, 0, 0.58, 1);
  transition-property: color;
  -moz-transition-property: color;
  -o-transition-property: color;
  -webkit-transition-property: color;
  color: inherit;
  margin: auto 10px;
  font-weight: 600;
  font-size: 12px;
}
@media (hover: hover) {
  section.cookies button:hover,
  section.cookies button:focus:hover,
  section.cookies button:active:hover,
  section.cookies button:visited:hover,
  section.cookies a:hover,
  section.cookies a:focus:hover,
  section.cookies a:active:hover,
  section.cookies a:visited:hover {
    background-color: rgba(49, 49, 49, 0.1) !important;
  }
  section.cookies button:hover.acceptall, section.cookies button:hover.save,
  section.cookies button:focus:hover.acceptall,
  section.cookies button:focus:hover.save,
  section.cookies button:active:hover.acceptall,
  section.cookies button:active:hover.save,
  section.cookies button:visited:hover.acceptall,
  section.cookies button:visited:hover.save,
  section.cookies a:hover.acceptall,
  section.cookies a:hover.save,
  section.cookies a:focus:hover.acceptall,
  section.cookies a:focus:hover.save,
  section.cookies a:active:hover.acceptall,
  section.cookies a:active:hover.save,
  section.cookies a:visited:hover.acceptall,
  section.cookies a:visited:hover.save {
    background-color: rgba(49, 49, 49, 0.1) !important;
  }
}
section.cookies header {
  position: relative;
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-content: flex-start;
  margin: 0 0 20px 0;
}
section.cookies div.form,
section.cookies form {
  position: relative;
  width: 100%;
  margin: 20px 0 0 0;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-content: flex-start;
  padding: 0;
  color: #313131;
  background-color: transparent;
}
section.cookies div.form ul,
section.cookies form ul {
  list-style: none;
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
  color: inherit;
}
section.cookies div.form ul li,
section.cookies form ul li {
  position: relative;
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-content: flex-start;
  color: inherit;
}
section.cookies div.form ul li button,
section.cookies div.form ul li button:focus,
section.cookies div.form ul li button:active,
section.cookies div.form ul li button:visited,
section.cookies form ul li button,
section.cookies form ul li button:focus,
section.cookies form ul li button:active,
section.cookies form ul li button:visited {
  background-color: transparent;
  position: relative;
  width: 100%;
  padding: 0 40px 0 10px;
  text-align: left;
  justify-content: flex-start;
  align-content: flex-start;
  border: none !important;
  border-top: 1px dotted #e0d8cf !important;
  color: inherit;
}
section.cookies div.form ul li button svg,
section.cookies div.form ul li button:focus svg,
section.cookies div.form ul li button:active svg,
section.cookies div.form ul li button:visited svg,
section.cookies form ul li button svg,
section.cookies form ul li button:focus svg,
section.cookies form ul li button:active svg,
section.cookies form ul li button:visited svg {
  margin: auto 10px auto 0;
  fill: #313131;
}
section.cookies div.form ul li button small,
section.cookies div.form ul li button:focus small,
section.cookies div.form ul li button:active small,
section.cookies div.form ul li button:visited small,
section.cookies form ul li button small,
section.cookies form ul li button:focus small,
section.cookies form ul li button:active small,
section.cookies form ul li button:visited small {
  color: inherit;
  font-size: 14px;
  line-height: 16px;
  padding: 0 3px;
  text-align: center;
  margin: auto auto auto 10px;
}
section.cookies div.form ul li button.open svg,
section.cookies div.form ul li button:focus.open svg,
section.cookies div.form ul li button:active.open svg,
section.cookies div.form ul li button:visited.open svg,
section.cookies form ul li button.open svg,
section.cookies form ul li button:focus.open svg,
section.cookies form ul li button:active.open svg,
section.cookies form ul li button:visited.open svg {
  transform: rotate(180deg);
}
section.cookies div.form ul li label,
section.cookies form ul li label {
  color: inherit;
  position: absolute;
  top: 1px;
  right: 0;
  margin: auto 0 auto auto;
}
section.cookies div.form ul li div,
section.cookies form ul li div {
  position: relative;
  width: 100%;
  display: none;
  padding: 20px;
  overflow: auto;
  max-height: 180px;
  color: inherit;
}
section.cookies div.form ul li div.open,
section.cookies form ul li div.open {
  display: block;
}
section.cookies div.form ul li div table,
section.cookies form ul li div table {
  position: relative;
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
  text-align: left;
  border: none;
  background-color: transparent;
  color: inherit;
}
section.cookies div.form ul li div table *,
section.cookies form ul li div table * {
  margin: 0;
  padding: 0;
  text-align: left;
  border: none;
  background-color: transparent;
  font-size: 14px;
  line-height: 24px;
  color: inherit;
  font-weight: 300;
}
section.cookies div.form ul li div table caption,
section.cookies form ul li div table caption {
  margin: 0 0 10px 0;
}
section.cookies div.form ul li div table thead,
section.cookies div.form ul li div table thead *,
section.cookies form ul li div table thead,
section.cookies form ul li div table thead * {
  margin: 0;
  font-weight: 600;
  padding: 5px 0;
  border-bottom: 1px dotted rgba(49, 49, 49, 0.5);
}
section.cookies div.form ul li div table tbody td,
section.cookies form ul li div table tbody td {
  padding-left: 5px;
  padding-right: 5px;
}
section.cookies div.form ul li div table tbody tr:first-child td,
section.cookies form ul li div table tbody tr:first-child td {
  padding: 5px 5px 0 5px;
}
section.cookies div.form ul li div table thead,
section.cookies form ul li div table thead {
  position: sticky;
  position: -moz-sticky;
  position: -ms-sticky;
  position: -o-sticky;
  top: -20px;
  z-index: 100;
  background-color: #e0d8cf;
}
section.cookies div.form label,
section.cookies form label {
  position: relative;
  margin: auto 30px auto 0;
  width: auto !important;
  font-size: 16px;
  line-height: 40px;
  padding: 0 0 0 35px;
  cursor: pointer;
  color: inherit;
}
section.cookies div.form label input,
section.cookies form label input {
  transition: 300ms cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: 300ms cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: 300ms cubic-bezier(0.42, 0, 0.58, 1);
  -webkit-transition: 300ms cubic-bezier(0.42, 0, 0.58, 1);
  transition-property: background-color, border, background-image, background-position;
  -moz-transition-property: background-color, border, background-image, background-position;
  -o-transition-property: background-color, border, background-image, background-position;
  -webkit-transition-property: background-color, border, background-image, background-position;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 7px;
  left: 0;
  width: 25px;
  height: 25px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: 1px solid rgba(49, 49, 49, 0.4);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24' viewBox='0 -960 960 960' width='24'%3E%3Cpath style='fill: %23000000;' d='M382-253.847 168.616-467.231l42.769-42.768L382-339.384l366.615-366.615 42.769 42.768L382-253.847Z'/%3E%3C/svg%3E");
  background-position: center -30px;
  background-repeat: no-repeat;
  background-size: 90%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
section.cookies div.form label input:hover,
section.cookies form label input:hover {
  background-position: center;
}
section.cookies div.form label input:after, section.cookies div.form label input:before,
section.cookies form label input:after,
section.cookies form label input:before {
  display: none !important;
}
section.cookies div.form label input:checked,
section.cookies form label input:checked {
  background-position: center;
  border: 1px solid rgba(49, 49, 49, 0.4);
}
section.cookies div.form label input:disabled,
section.cookies form label input:disabled {
  opacity: 0.5;
}
section.cookies div.footer,
section.cookies footer {
  position: sticky;
  position: -moz-sticky;
  position: -ms-sticky;
  position: -o-sticky;
  position: -webkit-sticky;
  bottom: 0;
  background-color: #e0d8cf;
  width: 100%;
  border-top: 1px dashed rgba(49, 49, 49, 0.5);
  margin: 30px 0 0 0;
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-end;
  align-content: flex-start;
  padding: 30px 0;
  color: #313131;
  min-height: 0;
}
section.cookies div.footer button,
section.cookies div.footer button:focus,
section.cookies div.footer button:active,
section.cookies div.footer button:visited,
section.cookies div.footer a,
section.cookies div.footer a:focus,
section.cookies div.footer a:active,
section.cookies div.footer a:visited,
section.cookies footer button,
section.cookies footer button:focus,
section.cookies footer button:active,
section.cookies footer button:visited,
section.cookies footer a,
section.cookies footer a:focus,
section.cookies footer a:active,
section.cookies footer a:visited {
  justify-content: flex-start;
  align-content: flex-start;
  text-align: left;
  padding: 10px 15px;
  margin: 0 0 0 20px;
  position: relative;
  line-height: 16px;
  font-weight: 600;
  text-decoration: none;
  color: inherit;
}
section.cookies div.footer button svg,
section.cookies div.footer button:focus svg,
section.cookies div.footer button:active svg,
section.cookies div.footer button:visited svg,
section.cookies div.footer a svg,
section.cookies div.footer a:focus svg,
section.cookies div.footer a:active svg,
section.cookies div.footer a:visited svg,
section.cookies footer button svg,
section.cookies footer button:focus svg,
section.cookies footer button:active svg,
section.cookies footer button:visited svg,
section.cookies footer a svg,
section.cookies footer a:focus svg,
section.cookies footer a:active svg,
section.cookies footer a:visited svg {
  fill: #313131;
}
section.cookies div.footer button span,
section.cookies div.footer button:focus span,
section.cookies div.footer button:active span,
section.cookies div.footer button:visited span,
section.cookies div.footer a span,
section.cookies div.footer a:focus span,
section.cookies div.footer a:active span,
section.cookies div.footer a:visited span,
section.cookies footer button span,
section.cookies footer button:focus span,
section.cookies footer button:active span,
section.cookies footer button:visited span,
section.cookies footer a span,
section.cookies footer a:focus span,
section.cookies footer a:active span,
section.cookies footer a:visited span {
  font-size: 12px;
  font-weight: 600;
  color: inherit;
}
section.cookies div.footer button.acceptall, section.cookies div.footer button.save,
section.cookies div.footer button:focus.acceptall,
section.cookies div.footer button:focus.save,
section.cookies div.footer button:active.acceptall,
section.cookies div.footer button:active.save,
section.cookies div.footer button:visited.acceptall,
section.cookies div.footer button:visited.save,
section.cookies div.footer a.acceptall,
section.cookies div.footer a.save,
section.cookies div.footer a:focus.acceptall,
section.cookies div.footer a:focus.save,
section.cookies div.footer a:active.acceptall,
section.cookies div.footer a:active.save,
section.cookies div.footer a:visited.acceptall,
section.cookies div.footer a:visited.save,
section.cookies footer button.acceptall,
section.cookies footer button.save,
section.cookies footer button:focus.acceptall,
section.cookies footer button:focus.save,
section.cookies footer button:active.acceptall,
section.cookies footer button:active.save,
section.cookies footer button:visited.acceptall,
section.cookies footer button:visited.save,
section.cookies footer a.acceptall,
section.cookies footer a.save,
section.cookies footer a:focus.acceptall,
section.cookies footer a:focus.save,
section.cookies footer a:active.acceptall,
section.cookies footer a:active.save,
section.cookies footer a:visited.acceptall,
section.cookies footer a:visited.save {
  color: inherit;
  font-weight: 600;
  background-color: rgba(49, 49, 49, 0.05);
}
section.cookies div.footer button.acceptall svg, section.cookies div.footer button.save svg,
section.cookies div.footer button:focus.acceptall svg,
section.cookies div.footer button:focus.save svg,
section.cookies div.footer button:active.acceptall svg,
section.cookies div.footer button:active.save svg,
section.cookies div.footer button:visited.acceptall svg,
section.cookies div.footer button:visited.save svg,
section.cookies div.footer a.acceptall svg,
section.cookies div.footer a.save svg,
section.cookies div.footer a:focus.acceptall svg,
section.cookies div.footer a:focus.save svg,
section.cookies div.footer a:active.acceptall svg,
section.cookies div.footer a:active.save svg,
section.cookies div.footer a:visited.acceptall svg,
section.cookies div.footer a:visited.save svg,
section.cookies footer button.acceptall svg,
section.cookies footer button.save svg,
section.cookies footer button:focus.acceptall svg,
section.cookies footer button:focus.save svg,
section.cookies footer button:active.acceptall svg,
section.cookies footer button:active.save svg,
section.cookies footer button:visited.acceptall svg,
section.cookies footer button:visited.save svg,
section.cookies footer a.acceptall svg,
section.cookies footer a.save svg,
section.cookies footer a:focus.acceptall svg,
section.cookies footer a:focus.save svg,
section.cookies footer a:active.acceptall svg,
section.cookies footer a:active.save svg,
section.cookies footer a:visited.acceptall svg,
section.cookies footer a:visited.save svg {
  fill: #313131;
}
@media (max-width: 800px) {
  section.cookies div.footer button,
  section.cookies div.footer button:focus,
  section.cookies div.footer button:active,
  section.cookies div.footer button:visited,
  section.cookies div.footer a,
  section.cookies div.footer a:focus,
  section.cookies div.footer a:active,
  section.cookies div.footer a:visited,
  section.cookies footer button,
  section.cookies footer button:focus,
  section.cookies footer button:active,
  section.cookies footer button:visited,
  section.cookies footer a,
  section.cookies footer a:focus,
  section.cookies footer a:active,
  section.cookies footer a:visited {
    justify-content: center;
    align-content: center;
    margin: 20px 0 0 10px;
    width: calc(50% - 10px);
  }
  section.cookies div.footer button:nth-child(odd),
  section.cookies div.footer button:focus:nth-child(odd),
  section.cookies div.footer button:active:nth-child(odd),
  section.cookies div.footer button:visited:nth-child(odd),
  section.cookies div.footer a:nth-child(odd),
  section.cookies div.footer a:focus:nth-child(odd),
  section.cookies div.footer a:active:nth-child(odd),
  section.cookies div.footer a:visited:nth-child(odd),
  section.cookies footer button:nth-child(odd),
  section.cookies footer button:focus:nth-child(odd),
  section.cookies footer button:active:nth-child(odd),
  section.cookies footer button:visited:nth-child(odd),
  section.cookies footer a:nth-child(odd),
  section.cookies footer a:focus:nth-child(odd),
  section.cookies footer a:active:nth-child(odd),
  section.cookies footer a:visited:nth-child(odd) {
    margin: 20px 10px 0 0;
  }
}
section.cookies div.footer a:not(.acceptall),
section.cookies div.footer a:not(.acceptall):focus,
section.cookies div.footer a:not(.acceptall):active,
section.cookies div.footer a:not(.acceptall):visited,
section.cookies footer a:not(.acceptall),
section.cookies footer a:not(.acceptall):focus,
section.cookies footer a:not(.acceptall):active,
section.cookies footer a:not(.acceptall):visited {
  transition: 300ms cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: 300ms cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: 300ms cubic-bezier(0.42, 0, 0.58, 1);
  -webkit-transition: 300ms cubic-bezier(0.42, 0, 0.58, 1);
  transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  -webkit-transition-property: opacity;
  padding: 0;
  margin: auto 30px auto 0;
  position: relative;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  cursor: pointer;
  background-color: transparent;
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-end;
  align-content: flex-end;
  width: auto;
  text-align: right;
  color: inherit;
  pointer-events: all;
  text-decoration: none;
  border: none;
}
section.cookies div.footer a:not(.acceptall) span,
section.cookies div.footer a:not(.acceptall):focus span,
section.cookies div.footer a:not(.acceptall):active span,
section.cookies div.footer a:not(.acceptall):visited span,
section.cookies footer a:not(.acceptall) span,
section.cookies footer a:not(.acceptall):focus span,
section.cookies footer a:not(.acceptall):active span,
section.cookies footer a:not(.acceptall):visited span {
  color: inherit;
  margin: auto 0;
  font-weight: 600;
  font-size: 14px;
}
section.cookies div.footer a:not(.acceptall):after,
section.cookies div.footer a:not(.acceptall):focus:after,
section.cookies div.footer a:not(.acceptall):active:after,
section.cookies div.footer a:not(.acceptall):visited:after,
section.cookies footer a:not(.acceptall):after,
section.cookies footer a:not(.acceptall):focus:after,
section.cookies footer a:not(.acceptall):active:after,
section.cookies footer a:not(.acceptall):visited:after {
  position: absolute;
  right: -15px;
  width: 1px;
  height: 100%;
  top: 0;
  background-color: #313131;
  content: " ";
  display: block;
}
@media (max-width: 800px) {
  section.cookies div.footer a:not(.acceptall):after,
  section.cookies div.footer a:not(.acceptall):focus:after,
  section.cookies div.footer a:not(.acceptall):active:after,
  section.cookies div.footer a:not(.acceptall):visited:after,
  section.cookies footer a:not(.acceptall):after,
  section.cookies footer a:not(.acceptall):focus:after,
  section.cookies footer a:not(.acceptall):active:after,
  section.cookies footer a:not(.acceptall):visited:after {
    right: -5px;
  }
}
section.cookies div.footer a:not(.acceptall):last-of-type,
section.cookies div.footer a:not(.acceptall):focus:last-of-type,
section.cookies div.footer a:not(.acceptall):active:last-of-type,
section.cookies div.footer a:not(.acceptall):visited:last-of-type,
section.cookies footer a:not(.acceptall):last-of-type,
section.cookies footer a:not(.acceptall):focus:last-of-type,
section.cookies footer a:not(.acceptall):active:last-of-type,
section.cookies footer a:not(.acceptall):visited:last-of-type {
  margin: auto auto auto 0;
  text-align: left;
}
section.cookies div.footer a:not(.acceptall):last-of-type:after,
section.cookies div.footer a:not(.acceptall):focus:last-of-type:after,
section.cookies div.footer a:not(.acceptall):active:last-of-type:after,
section.cookies div.footer a:not(.acceptall):visited:last-of-type:after,
section.cookies footer a:not(.acceptall):last-of-type:after,
section.cookies footer a:not(.acceptall):focus:last-of-type:after,
section.cookies footer a:not(.acceptall):active:last-of-type:after,
section.cookies footer a:not(.acceptall):visited:last-of-type:after {
  display: none;
}
@media (hover: hover) {
  section.cookies div.footer a:not(.acceptall):hover,
  section.cookies div.footer a:not(.acceptall):focus:hover,
  section.cookies div.footer a:not(.acceptall):active:hover,
  section.cookies div.footer a:not(.acceptall):visited:hover,
  section.cookies footer a:not(.acceptall):hover,
  section.cookies footer a:not(.acceptall):focus:hover,
  section.cookies footer a:not(.acceptall):active:hover,
  section.cookies footer a:not(.acceptall):visited:hover {
    background-color: transparent !important;
    opacity: 0.5;
  }
}
@media (max-width: 800px) {
  section.cookies div.footer a:not(.acceptall),
  section.cookies div.footer a:not(.acceptall):focus,
  section.cookies div.footer a:not(.acceptall):active,
  section.cookies div.footer a:not(.acceptall):visited,
  section.cookies footer a:not(.acceptall),
  section.cookies footer a:not(.acceptall):focus,
  section.cookies footer a:not(.acceptall):active,
  section.cookies footer a:not(.acceptall):visited {
    justify-content: center;
    align-content: center;
    margin: 0 0 0 5px !important;
    width: calc(50% - 5px);
  }
  section.cookies div.footer a:not(.acceptall):nth-child(odd),
  section.cookies div.footer a:not(.acceptall):focus:nth-child(odd),
  section.cookies div.footer a:not(.acceptall):active:nth-child(odd),
  section.cookies div.footer a:not(.acceptall):visited:nth-child(odd),
  section.cookies footer a:not(.acceptall):nth-child(odd),
  section.cookies footer a:not(.acceptall):focus:nth-child(odd),
  section.cookies footer a:not(.acceptall):active:nth-child(odd),
  section.cookies footer a:not(.acceptall):visited:nth-child(odd) {
    margin: 0 5px 0 0 !important;
  }
}
@media (max-width: 800px) {
  section.cookies div.footer,
  section.cookies footer {
    flex-flow: row wrap;
  }
}
@media (max-width: 767px) {
  section.cookies div.footer,
  section.cookies footer {
    padding: 20px 0 10px 0;
  }
}
section.cookies.settings {
  display: none;
}

button.cookies:not(.inline),
button.cookies:not(.inline):focus,
button.cookies:not(.inline):active,
button.cookies:not(.inline):visited {
  transition: 300ms cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: 300ms cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: 300ms cubic-bezier(0.42, 0, 0.58, 1);
  -webkit-transition: 300ms cubic-bezier(0.42, 0, 0.58, 1);
  transition-property: background-color, color;
  -moz-transition-property: background-color, color;
  -o-transition-property: background-color, color;
  -webkit-transition-property: background-color, color;
  padding: 10px 20px;
  margin: 0;
  position: relative;
  float: left;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 16px;
  line-height: 40px;
  cursor: pointer;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-content: center;
  min-width: 60px;
  text-align: right;
  width: 100%;
  color: #0f1012;
  pointer-events: all;
  z-index: 90;
  background-color: #e0d8cf;
}
button.cookies:not(.inline) svg,
button.cookies:not(.inline):focus svg,
button.cookies:not(.inline):active svg,
button.cookies:not(.inline):visited svg {
  transition: 300ms cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: 300ms cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: 300ms cubic-bezier(0.42, 0, 0.58, 1);
  -webkit-transition: 300ms cubic-bezier(0.42, 0, 0.58, 1);
  transition-property: fill;
  -moz-transition-property: fill;
  -o-transition-property: fill;
  -webkit-transition-property: fill;
  width: 20px;
  height: 20px;
  fill: #0f1012;
  margin: auto 0;
  padding: 0;
}
button.cookies:not(.inline) span,
button.cookies:not(.inline):focus span,
button.cookies:not(.inline):active span,
button.cookies:not(.inline):visited span {
  font-size: 18px;
  font-weight: 500;
  color: inherit;
  margin: auto 0 auto 10px;
  font-family: "Spectral", serif;
}
@media (hover: hover) {
  button.cookies:not(.inline):hover,
  button.cookies:not(.inline):focus:hover,
  button.cookies:not(.inline):active:hover,
  button.cookies:not(.inline):visited:hover {
    background-color: #515436;
    color: #FFFFFF;
  }
  button.cookies:not(.inline):hover svg,
  button.cookies:not(.inline):focus:hover svg,
  button.cookies:not(.inline):active:hover svg,
  button.cookies:not(.inline):visited:hover svg {
    fill: #FFFFFF;
  }
}

.cookiemsg {
  padding: 30px;
  margin: 0;
  position: relative;
  float: left;
  font-weight: 300;
  font-size: 16px;
  line-height: 40px;
  background-color: rgba(127, 104, 80, 0.2);
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-content: flex-start;
  min-width: 60px;
  text-align: left;
  width: 100%;
  color: #313131;
  pointer-events: all;
  z-index: 90;
}
.cookiemsg p {
  margin: 0 !important;
  padding-left: 40px !important;
  text-align: left !important;
  width: 100%;
}
.cookiemsg p strong, .cookiemsg p em, .cookiemsg p u {
  color: inherit;
}
.cookiemsg p.title,
.cookiemsg h3 {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-content: flex-start;
  font-size: 30px !important;
  line-height: 40px !important;
  color: inherit;
  font-weight: 600;
  margin: 0;
  width: 100%;
  padding: 0;
  text-align: left !important;
}
.cookiemsg p.title svg,
.cookiemsg h3 svg {
  width: 30px;
  height: 30px;
  fill: #313131;
  margin: 5px 10px auto 0;
  padding: 2px 0;
}
.cookiemsg button,
.cookiemsg button:focus,
.cookiemsg button:active,
.cookiemsg button:visited {
  margin: 20px 0 0 auto !important;
}

#hero {
  position: relative;
  width: 100%;
  height: 100svh;
  min-height: 750px;
  background-color: #515436;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  z-index: 100;
}
#hero:before {
  display: block;
  content: " ";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background: #FFFFFF;
  width: 2px;
  height: clamp(40px, 5vw, 100px);
  z-index: 100;
}
#hero div.slides, #hero div.slide, #hero video, #hero picture, #hero img {
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
#hero div.slide {
  transition: 500ms cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: 500ms cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: 500ms cubic-bezier(0.42, 0, 0.58, 1);
  -webkit-transition: 500ms cubic-bezier(0.42, 0, 0.58, 1);
  transition-property: opacity, transform;
  -moz-transition-property: opacity, transform;
  -o-transition-property: opacity, transform;
  -webkit-transition-property: opacity, transform;
  opacity: 0;
  transform: scale(1.1);
}
#hero div.slide img {
  transition: 500ms cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: 500ms cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: 500ms cubic-bezier(0.42, 0, 0.58, 1);
  -webkit-transition: 500ms cubic-bezier(0.42, 0, 0.58, 1);
  transition-property: opacity, transform;
  -moz-transition-property: opacity, transform;
  -o-transition-property: opacity, transform;
  -webkit-transition-property: opacity, transform;
}
#hero div.slide.active {
  opacity: 1;
  transform: scale(1);
}
#hero div.slide.active img {
  transition: 7000ms cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: 7000ms cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: 7000ms cubic-bezier(0.42, 0, 0.58, 1);
  -webkit-transition: 7000ms cubic-bezier(0.42, 0, 0.58, 1);
  transform: scale(1.1);
}
#hero video, #hero img {
  opacity: 0.3;
  object-fit: cover;
  object-position: center;
  -o-object-fit: cover;
  -o-object-position: center;
}
#hero div.container {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
}
#hero div.container svg {
  filter: drop-shadow(0 0 15px rgba(0, 0, 0, 0.9));
  fill: #FFFFFF;
  position: relative;
  display: inline-block;
  width: clamp(250px, 30vw, 300px);
  height: clamp(250px, 30vw, 300px);
}

.slider {
  position: relative;
  width: 100%;
  height: 90svh;
  min-height: 750px;
  background-color: #515436;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  z-index: 100;
  overflow: hidden;
}
.slider picture {
  transition: 500ms cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: 500ms cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: 500ms cubic-bezier(0.42, 0, 0.58, 1);
  -webkit-transition: 500ms cubic-bezier(0.42, 0, 0.58, 1);
  transition-property: opacity, transform;
  -moz-transition-property: opacity, transform;
  -o-transition-property: opacity, transform;
  -webkit-transition-property: opacity, transform;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transform: scale(1.1);
}
.slider picture img {
  transition: 500ms cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: 500ms cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: 500ms cubic-bezier(0.42, 0, 0.58, 1);
  -webkit-transition: 500ms cubic-bezier(0.42, 0, 0.58, 1);
  transition-property: opacity, transform;
  -moz-transition-property: opacity, transform;
  -o-transition-property: opacity, transform;
  -webkit-transition-property: opacity, transform;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.slider picture.active {
  opacity: 1;
  transform: scale(1);
}
.slider picture.active img {
  transition: 7000ms cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: 7000ms cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: 7000ms cubic-bezier(0.42, 0, 0.58, 1);
  -webkit-transition: 7000ms cubic-bezier(0.42, 0, 0.58, 1);
  transform: scale(1.1);
}
.slider video, .slider img {
  opacity: 1;
  object-fit: cover;
  object-position: center;
  -o-object-fit: cover;
  -o-object-position: center;
}
@media (max-width: 767px) {
  .slider {
    min-height: 0;
  }
}

#gallery {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-content: flex-start;
  gap: clamp(30px, 5vw, 100px);
}
#gallery a.image.big,
#gallery a.image.big:focus,
#gallery a.image.big:active,
#gallery a.image.big:visited {
  position: relative;
  float: left;
  width: 100%;
  height: 100svh;
  max-height: 1000px;
  background-color: #313131;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-content: center;
  color: #FFFFFF;
  text-decoration: none;
  gap: 40px;
  padding: clamp(40px, 5vw, 100px);
}
#gallery a.image.big svg,
#gallery a.image.big:focus svg,
#gallery a.image.big:active svg,
#gallery a.image.big:visited svg {
  display: block;
  background-color: #FFFFFF;
  fill: #313131;
  margin: 0 auto;
  z-index: 10;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  padding: clamp(20px, 1vw, 50px);
  width: clamp(80px, 5vw, 150px);
  height: clamp(80px, 5vw, 150px);
}
#gallery a.image.big picture, #gallery a.image.big img,
#gallery a.image.big:focus picture,
#gallery a.image.big:focus img,
#gallery a.image.big:active picture,
#gallery a.image.big:active img,
#gallery a.image.big:visited picture,
#gallery a.image.big:visited img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 0;
  overflow: hidden;
}
#gallery a.image.big img,
#gallery a.image.big:focus img,
#gallery a.image.big:active img,
#gallery a.image.big:visited img {
  transition: 500ms cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: 500ms cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: 500ms cubic-bezier(0.42, 0, 0.58, 1);
  -webkit-transition: 500ms cubic-bezier(0.42, 0, 0.58, 1);
  transition-property: transform;
  -moz-transition-property: transform;
  -o-transition-property: transform;
  -webkit-transition-property: transform;
  object-fit: cover;
  object-position: center;
  -o-object-fit: cover;
  -o-object-position: center;
}
#gallery a.image.big h2,
#gallery a.image.big:focus h2,
#gallery a.image.big:active h2,
#gallery a.image.big:visited h2 {
  width: 100%;
  max-width: 900px;
  text-align: center;
  margin: 0 auto;
  z-index: 10;
}
#gallery a.image.big:hover img,
#gallery a.image.big:focus:hover img,
#gallery a.image.big:active:hover img,
#gallery a.image.big:visited:hover img {
  transform: scale(1.1);
}
@media (max-width: 767px) {
  #gallery a.image.big,
  #gallery a.image.big:focus,
  #gallery a.image.big:active,
  #gallery a.image.big:visited {
    max-height: 70vh;
  }
}
#gallery section.gallery {
  position: relative;
  width: calc(100% - clamp(40px, 5vw, 100px) * 2);
  max-width: 1700px;
  margin: 0 auto;
}
#gallery section.gallery button.nav,
#gallery section.gallery button.nav:focus,
#gallery section.gallery button.nav:active,
#gallery section.gallery button.nav:visited {
  transition: 500ms cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: 500ms cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: 500ms cubic-bezier(0.42, 0, 0.58, 1);
  -webkit-transition: 500ms cubic-bezier(0.42, 0, 0.58, 1);
  transition-property: background-color;
  -moz-transition-property: background-color;
  -o-transition-property: background-color;
  -webkit-transition-property: background-color;
  position: absolute;
  z-index: 100;
  top: 50%;
  transform: translateY(-50%);
  right: 100%;
  width: clamp(40px, 5vw, 100px);
  height: clamp(40px, 5vw, 100px);
  background-color: transparent;
  cursor: pointer;
}
@media (max-width: 1250px) {
  #gallery section.gallery button.nav,
  #gallery section.gallery button.nav:focus,
  #gallery section.gallery button.nav:active,
  #gallery section.gallery button.nav:visited {
    height: calc(clamp(40px, 5vw, 100px) * 2);
  }
}
#gallery section.gallery button.nav svg,
#gallery section.gallery button.nav:focus svg,
#gallery section.gallery button.nav:active svg,
#gallery section.gallery button.nav:visited svg {
  fill: #7f6850;
}
#gallery section.gallery button.nav.next,
#gallery section.gallery button.nav:focus.next,
#gallery section.gallery button.nav:active.next,
#gallery section.gallery button.nav:visited.next {
  left: 100%;
  right: auto;
}
#gallery section.gallery button.nav:hover,
#gallery section.gallery button.nav:focus:hover,
#gallery section.gallery button.nav:active:hover,
#gallery section.gallery button.nav:visited:hover {
  background-color: rgba(127, 104, 80, 0.1);
}
#gallery ul {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  overflow: hidden;
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
  gap: 30px;
  scrollbar-color: rgba(15, 16, 18, 0.5) #e0d8cf;
  scrollbar-width: thin;
}
#gallery ul li {
  position: relative;
  width: 100%;
  min-width: calc(33.3333333333% - 20px);
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-items: center;
}
#gallery ul li a.image,
#gallery ul li a.image:focus,
#gallery ul li a.image:active,
#gallery ul li a.image:visited {
  position: relative;
  float: left;
  width: 100%;
  aspect-ratio: 4/3;
}
#gallery ul li a.image picture, #gallery ul li a.image img,
#gallery ul li a.image:focus picture,
#gallery ul li a.image:focus img,
#gallery ul li a.image:active picture,
#gallery ul li a.image:active img,
#gallery ul li a.image:visited picture,
#gallery ul li a.image:visited img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 0;
  overflow: hidden;
}
#gallery ul li a.image img,
#gallery ul li a.image:focus img,
#gallery ul li a.image:active img,
#gallery ul li a.image:visited img {
  transition: 500ms cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: 500ms cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: 500ms cubic-bezier(0.42, 0, 0.58, 1);
  -webkit-transition: 500ms cubic-bezier(0.42, 0, 0.58, 1);
  transition-property: transform;
  -moz-transition-property: transform;
  -o-transition-property: transform;
  -webkit-transition-property: transform;
  object-fit: cover;
  object-position: center;
  -o-object-fit: cover;
  -o-object-position: center;
}
#gallery ul li a.image:hover img,
#gallery ul li a.image:focus:hover img,
#gallery ul li a.image:active:hover img,
#gallery ul li a.image:visited:hover img {
  transform: scale(1.1);
}
@media (max-width: 767px) {
  #gallery ul li {
    min-width: calc(33.3333333333% - 10px);
  }
}
@media (max-width: 767px) {
  #gallery ul {
    gap: 15px;
  }
}

#comodidades {
  position: relative;
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
}
#comodidades:before {
  content: " ";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  height: calc(100% - clamp(40px, 5vw, 100px));
  z-index: 0;
  background-size: 40px;
  opacity: 0.2;
  background-position: center;
  background-image: url("https://static.vecteezy.com/system/resources/thumbnails/036/481/421/small/black-seamless-abstract-pattern-overlay-for-background-and-backdrop-ornamental-design-graphic-illustration-with-transparent-background-png.png");
  background-image: url("/images/pattern.png");
}
#comodidades header {
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin: auto;
  max-width: 1500px;
  background-color: #e0d8cf;
  padding: clamp(80px, 5vw, 200px) calc(clamp(80px, 5vw, 200px) * 2);
  gap: 20px;
  z-index: 10;
  color: #313131;
}
#comodidades header section.comodidades {
  position: relative;
  width: 100%;
  float: left;
}
#comodidades header section.comodidades button.nav,
#comodidades header section.comodidades button.nav:focus,
#comodidades header section.comodidades button.nav:active,
#comodidades header section.comodidades button.nav:visited {
  transition: 500ms cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: 500ms cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: 500ms cubic-bezier(0.42, 0, 0.58, 1);
  -webkit-transition: 500ms cubic-bezier(0.42, 0, 0.58, 1);
  transition-property: background-color;
  -moz-transition-property: background-color;
  -o-transition-property: background-color;
  -webkit-transition-property: background-color;
  position: absolute;
  z-index: 100;
  top: 50%;
  transform: translateY(-50%);
  right: calc(100% + clamp(40px, 5vw, 100px) / 2);
  width: clamp(40px, 5vw, 100px);
  height: clamp(40px, 5vw, 100px);
  background-color: transparent;
  cursor: pointer;
}
#comodidades header section.comodidades button.nav svg,
#comodidades header section.comodidades button.nav:focus svg,
#comodidades header section.comodidades button.nav:active svg,
#comodidades header section.comodidades button.nav:visited svg {
  fill: #515436;
}
@media (max-width: 767px) {
  #comodidades header section.comodidades button.nav,
  #comodidades header section.comodidades button.nav:focus,
  #comodidades header section.comodidades button.nav:active,
  #comodidades header section.comodidades button.nav:visited {
    right: 100%;
    height: calc(clamp(40px, 5vw, 100px) * 2);
  }
}
#comodidades header section.comodidades button.nav.next,
#comodidades header section.comodidades button.nav:focus.next,
#comodidades header section.comodidades button.nav:active.next,
#comodidades header section.comodidades button.nav:visited.next {
  left: calc(100% + clamp(40px, 5vw, 100px) / 2);
  right: auto;
}
@media (max-width: 767px) {
  #comodidades header section.comodidades button.nav.next,
  #comodidades header section.comodidades button.nav:focus.next,
  #comodidades header section.comodidades button.nav:active.next,
  #comodidades header section.comodidades button.nav:visited.next {
    left: 100%;
    right: auto;
  }
}
#comodidades header section.comodidades button.nav:hover,
#comodidades header section.comodidades button.nav:focus:hover,
#comodidades header section.comodidades button.nav:active:hover,
#comodidades header section.comodidades button.nav:visited:hover {
  background-color: rgba(127, 104, 80, 0.1);
}
#comodidades header h2, #comodidades header h1 {
  font-size: clamp(20px, 1vw, 30px);
  line-height: clamp(25px, 1.2vw, 35px);
}
#comodidades header h3 {
  font-size: clamp(40px, 4vw, 90px);
  line-height: clamp(45px, 4.2vw, 95px);
  color: #313131;
}
#comodidades header ul {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  overflow: hidden;
  list-style: none;
  margin: 30px 0 0 0;
  padding: 0;
  scrollbar-color: rgba(15, 16, 18, 0.5) #e0d8cf;
  scrollbar-width: thin;
}
#comodidades header ul li {
  position: relative;
  width: 100%;
  min-width: 20%;
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
  padding: 0 20px;
  text-align: center;
  color: #313131;
}
#comodidades header ul li p {
  line-height: clamp(24px, 1.2vw, 40px);
}
#comodidades header ul li svg {
  position: relative;
  float: left;
  width: 100%;
  height: 100%;
  max-width: 60px;
  max-height: 60px;
  fill: #515436;
}
@media (max-width: 900px) {
  #comodidades header ul li {
    min-width: 25%;
  }
}
@media (max-width: 767px) {
  #comodidades header ul li {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  #comodidades header ul {
    margin: 15px 0 0 0;
  }
}
@media (max-width: 1250px) {
  #comodidades header {
    padding: clamp(80px, 5vw, 200px);
  }
}
@media (max-width: 767px) {
  #comodidades header {
    padding: clamp(80px, 5vw, 200px) clamp(40px, 5vw, 100px);
  }
}

.draggable {
  pointer-events: all;
}

.draggable.grab {
  cursor: grabbing;
  cursor: -moz-grabbing;
  cursor: -webkit-grabbing;
  scroll-snap-type: initial !important;
}

@media (hover: hover) and (pointer: fine) {
  .draggable:hover {
    cursor: move; /* fallback if grab cursor is unsupported */
    cursor: grab;
    cursor: -moz-grab;
    cursor: -webkit-grab;
  }
  .draggable:hover span {
    opacity: 1;
  }
}
.drag * {
  pointer-events: none;
}

main {
  position: relative;
  float: left;
  width: 100%;
  min-height: 100vh;
  z-index: 10;
  margin: 0 auto;
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-content: stretch;
  background-color: #FFFFFF;
  color: #313131;
  max-width: 2500px;
  gap: clamp(30px, 5vw, 80px);
}

.temp {
  color: indianred !important;
}

* {
  margin: 0;
  color: #FFFFFF;
}

::-moz-selection { /* Code for Firefox */
  background: rgba(0, 0, 0, 0.6);
  color: #FFFFFF;
}

::selection {
  background: rgba(0, 0, 0, 0.6);
  color: #FFFFFF;
}

body {
  margin: 0;
  padding: 0;
}

section.main {
  position: relative;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-content: flex-start;
  max-width: 1500px;
  margin: 0 auto;
  gap: calc(clamp(40px, 5vw, 100px) / 2);
  padding: calc(clamp(40px, 5vw, 100px) / 2);
  z-index: 1;
  color: inherit;
}
section.main:before {
  display: block;
  content: " ";
  position: absolute;
  bottom: calc(100% - clamp(40px, 5vw, 100px) / 5.5);
  left: 50%;
  transform: translateX(-50%);
  background: #313131;
  width: 2px;
  height: calc(clamp(40px, 5vw, 100px) * 2);
}
section.main svg.icon {
  position: relative;
  display: inline-block;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  max-width: 50px;
  max-height: 50px;
  fill: #515436;
}
section.main h1 {
  position: relative;
  width: 100%;
  font-size: clamp(20px, 1vw, 30px);
  line-height: clamp(25px, 1.2vw, 35px);
  text-align: center;
}
@media (max-width: 767px) {
  section.main h1 {
    text-align: left;
    padding: 0 clamp(40px, 5vw, 100px);
  }
}
section.main h2 {
  position: relative;
  width: 100%;
  text-align: center;
}
@media (max-width: 767px) {
  section.main h2 {
    text-align: left;
    padding: 0 clamp(40px, 5vw, 100px);
  }
}
section.main video {
  position: relative;
  width: calc(100% + clamp(40px, 5vw, 100px) * 1.5);
  aspect-ratio: 16/9;
  object-fit: cover;
  object-position: center;
  -o-object-fit: cover;
  -o-object-position: center;
}
@media (max-width: 767px) {
  section.main video {
    width: 100%;
  }
}
section.main picture, section.main img {
  position: relative;
  width: 100%;
}
section.main div.col {
  color: inherit;
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-content: flex-start;
  gap: 30px;
  width: 100%;
  max-width: calc(50% - clamp(40px, 5vw, 100px));
  padding: calc(clamp(40px, 5vw, 100px) / 2) 0;
}
@media (max-width: 767px) {
  section.main div.col {
    max-width: 100%;
    padding: 0 clamp(40px, 5vw, 100px);
  }
}
section.main ul.downloads {
  position: relative;
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-content: flex-start;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 20px;
}
section.main a.download,
section.main a.download:focus,
section.main a.download:active,
section.main a.download:visited,
section.main button,
section.main button:focus,
section.main button:active,
section.main button:visited {
  transition: 350ms cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: 350ms cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: 350ms cubic-bezier(0.42, 0, 0.58, 1);
  -webkit-transition: 350ms cubic-bezier(0.42, 0, 0.58, 1);
  transition-property: background-color, color;
  -moz-transition-property: background-color, color;
  -o-transition-property: background-color, color;
  -webkit-transition-property: background-color, color;
  position: relative;
  float: left;
  width: auto;
  margin: 0 auto 0 0;
  display: flex;
  padding: calc(clamp(20px, 1vw, 30px) / 1.5) clamp(20px, 1vw, 30px);
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-content: flex-start;
  border: 2px solid #515436;
  color: #515436;
  font-weight: 400;
  font-family: "Spectral", serif;
  text-decoration: none;
  gap: 10px;
  font-size: clamp(20px, 1vw, 30px);
  line-height: clamp(30px, 1.2vw, 40px);
  background-color: transparent;
  text-transform: uppercase;
  cursor: pointer;
}
section.main a.download svg,
section.main a.download:focus svg,
section.main a.download:active svg,
section.main a.download:visited svg,
section.main button svg,
section.main button:focus svg,
section.main button:active svg,
section.main button:visited svg {
  transition: 350ms cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: 350ms cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: 350ms cubic-bezier(0.42, 0, 0.58, 1);
  -webkit-transition: 350ms cubic-bezier(0.42, 0, 0.58, 1);
  transition-property: fill;
  -moz-transition-property: fill;
  -o-transition-property: fill;
  -webkit-transition-property: fill;
  width: clamp(30px, 1.2vw, 40px);
  height: clamp(30px, 1.2vw, 40px);
  display: block;
  fill: #515436;
}
section.main a.download:hover,
section.main a.download:focus:hover,
section.main a.download:active:hover,
section.main a.download:visited:hover,
section.main button:hover,
section.main button:focus:hover,
section.main button:active:hover,
section.main button:visited:hover {
  background-color: #515436;
  color: #FFFFFF;
}
section.main a.download:hover svg,
section.main a.download:focus:hover svg,
section.main a.download:active:hover svg,
section.main a.download:visited:hover svg,
section.main button:hover svg,
section.main button:focus:hover svg,
section.main button:active:hover svg,
section.main button:visited:hover svg {
  fill: #FFFFFF;
}
section.main.other {
  color: #7a743d;
}
section.main.other:before {
  display: none;
}
section.main.other h2 {
  text-align: left;
  text-transform: none;
  padding: 0;
}
@media (max-width: 767px) {
  section.main {
    flex-flow: column nowrap;
    padding: calc(clamp(40px, 5vw, 100px) / 2) 0;
  }
}

ul.points {
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-content: flex-start;
  gap: calc(clamp(40px, 5vw, 100px) / 4) calc(clamp(40px, 5vw, 100px) / 2);
}
ul.points li {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-content: center;
  position: relative;
  min-height: 40px;
  padding: 0 0 0 50px;
  gap: 10px;
}
ul.points li strong {
  color: inherit;
  font-weight: 400;
}
ul.points li svg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  max-width: 40px;
  max-height: 40px;
  fill: #9c9260;
}

a.video.big,
a.video.big:focus,
a.video.big:active,
a.video.big:visited {
  position: relative;
  float: left;
  width: 100%;
  height: 100svh;
  max-height: 1000px;
  background-color: #313131;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-content: center;
  color: #FFFFFF;
  text-decoration: none;
  gap: 40px;
  padding: clamp(40px, 5vw, 100px);
}
a.video.big svg,
a.video.big:focus svg,
a.video.big:active svg,
a.video.big:visited svg {
  display: block;
  background-color: #FFFFFF;
  fill: #313131;
  margin: 0 auto;
  z-index: 10;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  padding: clamp(20px, 1vw, 50px);
  width: clamp(80px, 5vw, 150px);
  height: clamp(80px, 5vw, 150px);
}
a.video.big picture, a.video.big img,
a.video.big:focus picture,
a.video.big:focus img,
a.video.big:active picture,
a.video.big:active img,
a.video.big:visited picture,
a.video.big:visited img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 0;
  opacity: 0.7;
  overflow: hidden;
}
a.video.big img,
a.video.big:focus img,
a.video.big:active img,
a.video.big:visited img {
  transition: 500ms cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: 500ms cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: 500ms cubic-bezier(0.42, 0, 0.58, 1);
  -webkit-transition: 500ms cubic-bezier(0.42, 0, 0.58, 1);
  transition-property: transform;
  -moz-transition-property: transform;
  -o-transition-property: transform;
  -webkit-transition-property: transform;
  object-fit: cover;
  object-position: center;
  -o-object-fit: cover;
  -o-object-position: center;
}
a.video.big h2,
a.video.big:focus h2,
a.video.big:active h2,
a.video.big:visited h2 {
  width: 100%;
  max-width: 1000px;
  text-align: center;
  margin: 0 auto;
  z-index: 10;
}
a.video.big:hover img,
a.video.big:focus:hover img,
a.video.big:active:hover img,
a.video.big:visited:hover img {
  transform: scale(1.1);
}
@media (max-width: 767px) {
  a.video.big,
  a.video.big:focus,
  a.video.big:active,
  a.video.big:visited {
    max-height: 70vh;
  }
}

#location header {
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin: auto;
  max-width: 1500px;
  padding: 0 calc(clamp(80px, 5vw, 200px) * 2) clamp(80px, 5vw, 200px) calc(clamp(80px, 5vw, 200px) * 2);
  gap: 20px;
  z-index: 10;
  color: #515436;
}
#location header h2, #location header h1 {
  font-size: clamp(20px, 1vw, 30px);
  line-height: clamp(25px, 1.2vw, 35px);
}
#location header h3 {
  font-size: clamp(40px, 4vw, 90px);
  line-height: clamp(45px, 4.2vw, 95px);
  color: #313131;
}
#location header ul.points {
  margin: 40px 0;
}
@media (max-width: 1250px) {
  #location header {
    padding: clamp(80px, 5vw, 200px);
  }
}
@media (max-width: 767px) {
  #location header {
    padding: clamp(80px, 5vw, 200px) clamp(40px, 5vw, 100px);
  }
}
#location #map {
  position: relative;
  float: left;
  width: 100%;
  height: 80svh;
  max-height: 1000px;
  background-color: #9c9260;
}

#popupbrochura,
#brochura {
  position: relative;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-content: flex-start;
  max-width: 1700px;
  width: 100%;
  margin: 0 auto;
  gap: clamp(40px, 5vw, 100px);
  padding: calc(clamp(40px, 5vw, 100px) / 2);
  z-index: 1;
  color: inherit;
}
#popupbrochura h2,
#brochura h2 {
  position: relative;
  width: 100%;
}
#popupbrochura table,
#brochura table {
  width: 100%;
  color: inherit;
  border-collapse: collapse;
  border-top: 1px solid #9c9260;
  border-left: 1px solid #9c9260;
}
#popupbrochura table thead, #popupbrochura table tbody, #popupbrochura table tr,
#brochura table thead,
#brochura table tbody,
#brochura table tr {
  color: inherit;
}
#popupbrochura table th,
#brochura table th {
  font-weight: 400;
}
#popupbrochura table th,
#popupbrochura table td,
#brochura table th,
#brochura table td {
  vertical-align: top;
  text-align: left;
  color: inherit;
  border-right: 1px solid #9c9260;
  border-bottom: 1px solid #9c9260;
  padding: 10px;
}
@media (max-width: 767px) {
  #popupbrochura table,
  #brochura table {
    margin: 0 clamp(40px, 5vw, 100px);
    width: calc(100% - clamp(40px, 5vw, 100px) * 2);
  }
}
#popupbrochura picture,
#brochura picture {
  position: absolute;
  width: 100%;
  height: calc(100% - clamp(40px, 5vw, 100px));
  max-height: 1500px;
  right: 100%;
  top: 0;
}
#popupbrochura picture img,
#brochura picture img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  -o-object-fit: cover;
  -o-object-position: center;
}
#popupbrochura header,
#brochura header {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-content: flex-start;
  gap: 20px;
  width: 100%;
  max-width: 1000px;
  margin: 0 0 0 auto;
  padding: 0 clamp(40px, 5vw, 100px);
  color: inherit;
}
#popupbrochura header form,
#brochura header form {
  color: inherit;
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-content: flex-start;
  gap: 20px;
  width: 100%;
  max-width: 900px;
  margin: 0 0 0 auto;
  padding: clamp(40px, 3vw, 80px);
  background-color: #e0d8cf;
}
#popupbrochura header form div.row,
#brochura header form div.row {
  color: inherit;
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-content: flex-start;
  width: 100%;
  gap: 20px;
}
@media (max-width: 500px) {
  #popupbrochura header form div.row,
  #brochura header form div.row {
    flex-flow: column nowrap;
  }
}
#popupbrochura header form div.col,
#brochura header form div.col {
  color: inherit;
  display: flex;
  flex-flow: column wrap;
  justify-content: flex-start;
  align-content: flex-start;
  gap: 10px;
  width: 100%;
}
#popupbrochura header form div.col label,
#brochura header form div.col label {
  color: inherit;
  position: relative;
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-content: flex-start;
  font-size: clamp(20px, 1vw, 30px);
  line-height: clamp(30px, 1.2vw, 40px);
  font-weight: 300;
}
#popupbrochura header form div.col label strong,
#popupbrochura header form div.col label a,
#popupbrochura header form div.col label a:focus,
#popupbrochura header form div.col label a:active,
#popupbrochura header form div.col label a:visited,
#brochura header form div.col label strong,
#brochura header form div.col label a,
#brochura header form div.col label a:focus,
#brochura header form div.col label a:active,
#brochura header form div.col label a:visited {
  color: inherit;
  font-weight: 500;
}
#popupbrochura header form div.col label a,
#popupbrochura header form div.col label a:focus,
#popupbrochura header form div.col label a:active,
#popupbrochura header form div.col label a:visited,
#brochura header form div.col label a,
#brochura header form div.col label a:focus,
#brochura header form div.col label a:active,
#brochura header form div.col label a:visited {
  transition: 350ms cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: 350ms cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: 350ms cubic-bezier(0.42, 0, 0.58, 1);
  -webkit-transition: 350ms cubic-bezier(0.42, 0, 0.58, 1);
  transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  -webkit-transition-property: opacity;
}
#popupbrochura header form div.col label a:hover,
#popupbrochura header form div.col label a:focus:hover,
#popupbrochura header form div.col label a:active:hover,
#popupbrochura header form div.col label a:visited:hover,
#brochura header form div.col label a:hover,
#brochura header form div.col label a:focus:hover,
#brochura header form div.col label a:active:hover,
#brochura header form div.col label a:visited:hover {
  opacity: 0.5;
}
#popupbrochura header form div.col label small,
#brochura header form div.col label small {
  color: inherit;
  margin-top: auto;
  font-weight: 500;
  font-size: 12px;
}
#popupbrochura header form div.col label:has(input[type=checkbox]),
#brochura header form div.col label:has(input[type=checkbox]) {
  padding-left: 40px;
  font-size: 16px;
  line-height: 24px;
  display: block;
}
#popupbrochura header form div.col label:has(input[type=checkbox]) small,
#brochura header form div.col label:has(input[type=checkbox]) small {
  margin-left: 10px;
}
#popupbrochura header form div.col label input,
#brochura header form div.col label input {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background-color: #FFFFFF;
  width: 24px;
  height: 24px;
  position: absolute;
  left: 0;
  top: 0;
}
#popupbrochura header form div.col label input:checked,
#brochura header form div.col label input:checked {
  border: 8px solid #FFFFFF !important;
  background-color: #313131 !important;
}
#popupbrochura header form div.col label:hover input,
#brochura header form div.col label:hover input {
  border: 8px solid #FFFFFF;
  background-color: #e0d8cf;
}
#popupbrochura header form div.col input:not([type=checkbox]),
#popupbrochura header form div.col textarea,
#brochura header form div.col input:not([type=checkbox]),
#brochura header form div.col textarea {
  color: inherit;
  position: relative;
  width: 100%;
  font-size: clamp(20px, 1vw, 30px);
  line-height: clamp(30px, 1.2vw, 40px);
  font-weight: 300;
  padding: 10px 15px;
  background-repeat: no-repeat;
  background-position: center right -50%;
  background-size: 16px;
}
#popupbrochura header form div.col input:not([type=checkbox]):user-invalid,
#popupbrochura header form div.col textarea:user-invalid,
#brochura header form div.col input:not([type=checkbox]):user-invalid,
#brochura header form div.col textarea:user-invalid {
  background-position: bottom 17px right 15px;
  background-image: url("../images/circle-xmark.svg");
}
#popupbrochura header form div.col input:not([type=checkbox]):valid,
#popupbrochura header form div.col textarea:valid,
#brochura header form div.col input:not([type=checkbox]):valid,
#brochura header form div.col textarea:valid {
  background-position: bottom 17px right 15px;
  background-image: url("../images/circle-check.svg");
}
#popupbrochura header form div.col textarea,
#brochura header form div.col textarea {
  resize: none;
  height: calc(clamp(30px, 1.2vw, 40px) * 8);
}
#popupbrochura header form div.col p, #popupbrochura header form div.col p small,
#brochura header form div.col p,
#brochura header form div.col p small {
  color: inherit;
  font-size: 16px;
  line-height: 24px;
}
#popupbrochura header form div.col p a,
#popupbrochura header form div.col p a:focus,
#popupbrochura header form div.col p a:active,
#popupbrochura header form div.col p a:visited, #popupbrochura header form div.col p small a,
#popupbrochura header form div.col p small a:focus,
#popupbrochura header form div.col p small a:active,
#popupbrochura header form div.col p small a:visited,
#brochura header form div.col p a,
#brochura header form div.col p a:focus,
#brochura header form div.col p a:active,
#brochura header form div.col p a:visited,
#brochura header form div.col p small a,
#brochura header form div.col p small a:focus,
#brochura header form div.col p small a:active,
#brochura header form div.col p small a:visited {
  color: inherit;
}
#popupbrochura header form div.col:has(input[type=checkbox]),
#brochura header form div.col:has(input[type=checkbox]) {
  gap: 20px;
}
@media (max-width: 1250px) {
  #popupbrochura header,
  #brochura header {
    max-width: 70%;
  }
}
@media (max-width: 767px) {
  #popupbrochura header,
  #brochura header {
    max-width: 100%;
    padding: 0;
  }
  #popupbrochura header h2, #popupbrochura header h3, #popupbrochura header p,
  #brochura header h2,
  #brochura header h3,
  #brochura header p {
    padding: 0 clamp(40px, 3vw, 80px);
  }
  #popupbrochura header ul, #popupbrochura header ol,
  #brochura header ul,
  #brochura header ol {
    padding: 0 clamp(40px, 3vw, 80px) 0 calc(clamp(40px, 3vw, 80px) * 2);
  }
}
#popupbrochura button,
#popupbrochura button:focus,
#popupbrochura button:active,
#popupbrochura button:visited,
#brochura button,
#brochura button:focus,
#brochura button:active,
#brochura button:visited {
  transition: 350ms cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: 350ms cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: 350ms cubic-bezier(0.42, 0, 0.58, 1);
  -webkit-transition: 350ms cubic-bezier(0.42, 0, 0.58, 1);
  transition-property: background-color, color;
  -moz-transition-property: background-color, color;
  -o-transition-property: background-color, color;
  -webkit-transition-property: background-color, color;
  position: relative;
  float: left;
  width: auto;
  margin: 0 auto 0 0;
  display: flex;
  padding: calc(clamp(20px, 1vw, 30px) / 1.5) clamp(20px, 1vw, 30px);
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-content: flex-start;
  color: #FFFFFF;
  font-weight: 400;
  gap: 10px;
  font-size: clamp(20px, 1vw, 30px);
  line-height: clamp(30px, 1.2vw, 40px);
  text-transform: uppercase;
  cursor: pointer;
  background-color: #7f6850;
  font-family: "Spectral", serif;
}
#popupbrochura button svg,
#popupbrochura button:focus svg,
#popupbrochura button:active svg,
#popupbrochura button:visited svg,
#brochura button svg,
#brochura button:focus svg,
#brochura button:active svg,
#brochura button:visited svg {
  width: clamp(30px, 1.2vw, 40px);
  height: clamp(30px, 1.2vw, 40px);
  display: block;
  fill: #FFFFFF;
}
#popupbrochura button:hover,
#popupbrochura button:focus:hover,
#popupbrochura button:active:hover,
#popupbrochura button:visited:hover,
#brochura button:hover,
#brochura button:focus:hover,
#brochura button:active:hover,
#brochura button:visited:hover {
  background-color: #515436;
}
@media (max-width: 767px) {
  #popupbrochura,
  #brochura {
    flex-flow: column nowrap;
    padding: calc(clamp(40px, 5vw, 100px) / 2) 0;
  }
}

#popupbrochura {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 999;
  width: 90vw;
  max-width: 1200px;
  background-color: #ffffff;
  color: #313131;
  overflow: auto;
  height: auto;
  max-height: 80vh;
  padding: 0;
  gap: 0;
  flex-flow: row nowrap;
  filter: drop-shadow(0 0 2vw rgba(0, 0, 0, 0.2));
}
#popupbrochura button,
#popupbrochura button:focus,
#popupbrochura button:active,
#popupbrochura button:visited {
  position: sticky;
  top: 0;
  z-index: 999;
  margin: 0 0 auto 0;
}
@media (max-width: 767px) {
  #popupbrochura button,
  #popupbrochura button:focus,
  #popupbrochura button:active,
  #popupbrochura button:visited {
    margin: 0 0 0 auto;
  }
}
#popupbrochura header {
  padding: clamp(40px, 5vw, 100px) 0 clamp(40px, 5vw, 100px) clamp(40px, 5vw, 100px);
  max-width: 800px;
}
@media (max-width: 767px) {
  #popupbrochura header {
    padding: clamp(40px, 5vw, 100px) 0;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  #popupbrochura {
    flex-flow: column-reverse nowrap;
  }
}

#caracteristicas {
  position: relative;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  margin: auto;
  max-width: 1580px;
  padding: 0 40px;
  gap: 40px;
}
#caracteristicas article {
  position: relative;
  background-color: #fbf8f4;
  color: #7a743d;
  background-color: #7a743d;
  color: #fbf8f4;
  width: 100%;
  max-width: calc(50% - 20px);
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 10px;
  padding: calc(clamp(80px, 5vw, 200px) / 2);
  overflow: hidden;
}
#caracteristicas article h3 {
  font-size: clamp(40px, 4vw, 90px);
  line-height: clamp(45px, 4vw, 95px);
  text-transform: none;
  padding-bottom: calc(clamp(80px, 5vw, 200px) / 2);
  margin-bottom: auto;
}
#caracteristicas article h3, #caracteristicas article p {
  z-index: 10;
}
#caracteristicas article p {
  color: #FFFFFF;
}
#caracteristicas article picture, #caracteristicas article img {
  position: absolute;
  right: 0;
  top: 0;
  width: calc(100% - 80px);
  height: calc(100% - 20px);
  object-fit: cover;
  object-position: center;
  -o-object-fit: cover;
  -o-object-position: center;
  z-index: 0;
}
#caracteristicas article picture {
  mix-blend-mode: luminosity;
  opacity: 0.1;
}
#caracteristicas article svg {
  width: clamp(40px, 4vw, 90px);
  height: clamp(40px, 4vw, 90px);
  fill: #7a743d;
  fill: #fbf8f4;
  z-index: 10;
}
#caracteristicas article svg.back {
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0.05;
  pointer-events: none;
  filter: blur(5px);
  display: none;
}
@media (max-width: 767px) {
  #caracteristicas article {
    max-width: 100%;
  }
}

#plantas {
  position: relative;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  background-color: #fbf8f4;
  padding: calc(clamp(80px, 5vw, 200px) / 2);
  color: #313131;
}
#plantas header {
  color: #313131;
  position: relative;
  width: 100%;
  max-width: 1580px;
  padding: 40px;
}
#plantas header h2, #plantas header h1 {
  font-size: clamp(20px, 1vw, 30px);
  line-height: clamp(25px, 1.2vw, 35px);
}
#plantas header h3 {
  font-size: clamp(40px, 4vw, 90px);
  line-height: clamp(45px, 4.2vw, 95px);
  color: #313131;
}
#plantas header ul {
  position: relative;
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-content: flex-start;
  margin: 40px 0;
  padding: 0;
  gap: 40px;
  list-style: none;
}
#plantas header ul li button,
#plantas header ul li button:active,
#plantas header ul li button:focus,
#plantas header ul li button:visited {
  transition: 350ms cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: 350ms cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: 350ms cubic-bezier(0.42, 0, 0.58, 1);
  -webkit-transition: 350ms cubic-bezier(0.42, 0, 0.58, 1);
  transition-property: background-color, color;
  -moz-transition-property: background-color, color;
  -o-transition-property: background-color, color;
  -webkit-transition-property: background-color, color;
  position: relative;
  padding: 0;
  font-family: "Spectral", serif;
  font-size: calc(clamp(40px, 4vw, 90px) / 2);
  line-height: calc(clamp(45px, 4vw, 95px) / 2);
  color: #7f6850;
  background: transparent;
  cursor: pointer;
}
#plantas header ul li button:hover,
#plantas header ul li button:active:hover,
#plantas header ul li button:focus:hover,
#plantas header ul li button:visited:hover {
  color: #313131;
}
#plantas header ul li button.active,
#plantas header ul li button:active.active,
#plantas header ul li button:focus.active,
#plantas header ul li button:visited.active {
  color: #313131;
}

[id*=btn_] {
  transition: 350ms cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: 350ms cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: 350ms cubic-bezier(0.42, 0, 0.58, 1);
  -webkit-transition: 350ms cubic-bezier(0.42, 0, 0.58, 1);
  transition-property: fill, opacity;
  -moz-transition-property: fill, opacity;
  -o-transition-property: fill, opacity;
  -webkit-transition-property: fill, opacity;
  fill: #515436;
  cursor: pointer;
  opacity: 0;
}
[id*=btn_]:hover {
  opacity: 0.3;
}

svg text {
  fill: #FFFFFF;
  font-family: "Spectral", serif;
  font-size: 14px;
  text-align: center;
}

svg circle {
  fill: #515436;
}

footer {
  background-color: #7f6850;
  padding: clamp(40px, 5vw, 100px);
}
footer div.container {
  color: #FFFFFF;
}
footer div.container > ul {
  display: flex;
  flex-flow: row nowrap;
  list-style: none;
  margin: 0;
  padding: 0;
  color: inherit;
  gap: calc(clamp(40px, 5vw, 100px) / 2) clamp(40px, 5vw, 100px);
}
footer div.container > ul li {
  color: inherit;
}
footer div.container > ul li p,
footer div.container > ul li h3,
footer div.container > ul li a,
footer div.container > ul li a:focus,
footer div.container > ul li a:active,
footer div.container > ul li a:visited {
  color: inherit;
  white-space: nowrap;
  position: relative;
  text-decoration: none;
  font-size: clamp(16px, 0.8vw, 20px);
  font-weight: 300;
  background-color: transparent;
  padding: 0;
  width: auto;
  float: left;
}
footer div.container > ul li p small,
footer div.container > ul li p span,
footer div.container > ul li h3 small,
footer div.container > ul li h3 span,
footer div.container > ul li a small,
footer div.container > ul li a span,
footer div.container > ul li a:focus small,
footer div.container > ul li a:focus span,
footer div.container > ul li a:active small,
footer div.container > ul li a:active span,
footer div.container > ul li a:visited small,
footer div.container > ul li a:visited span {
  color: inherit;
  white-space: initial;
}
footer div.container > ul li p svg,
footer div.container > ul li h3 svg,
footer div.container > ul li a svg,
footer div.container > ul li a:focus svg,
footer div.container > ul li a:active svg,
footer div.container > ul li a:visited svg {
  fill: #FFFFFF;
  height: calc(clamp(40px, 5vw, 100px) * 0.6);
}
@media (max-width: 1200px) {
  footer div.container > ul li p svg,
  footer div.container > ul li h3 svg,
  footer div.container > ul li a svg,
  footer div.container > ul li a:focus svg,
  footer div.container > ul li a:active svg,
  footer div.container > ul li a:visited svg {
    width: 100%;
    height: auto;
  }
}
footer div.container > ul li p,
footer div.container > ul li h3 {
  width: 100%;
  font-weight: 300;
  text-transform: uppercase;
  font-size: 12px;
  line-height: clamp(20px, 1vw, 30px);
}
footer div.container > ul li a,
footer div.container > ul li a:focus,
footer div.container > ul li a:active,
footer div.container > ul li a:visited {
  transition: 350ms cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: 350ms cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: 350ms cubic-bezier(0.42, 0, 0.58, 1);
  -webkit-transition: 350ms cubic-bezier(0.42, 0, 0.58, 1);
  transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  -webkit-transition-property: opacity;
  cursor: pointer;
}
footer div.container > ul li a:hover,
footer div.container > ul li a:focus:hover,
footer div.container > ul li a:active:hover,
footer div.container > ul li a:visited:hover {
  opacity: 0.5;
}
footer div.container > ul li a.active:after,
footer div.container > ul li a:focus.active:after,
footer div.container > ul li a:active.active:after,
footer div.container > ul li a:visited.active:after {
  background-color: #FFFFFF;
  transform: scaleX(1);
}
footer div.container > ul li ul {
  position: relative;
  float: left;
  width: 100%;
  color: inherit;
  list-style: none;
  margin: calc(clamp(40px, 5vw, 100px) / 4) 0 0 0;
  padding: 0;
  display: flex;
  flex-flow: column nowrap;
  gap: 10px;
}
footer div.container > ul li ul li {
  width: 100%;
}
footer div.container > ul li:first-child {
  width: 100%;
}
@media (max-width: 1200px) {
  footer div.container > ul {
    flex-flow: row wrap;
  }
  footer div.container > ul > li:not(:first-child) {
    width: calc(33.3333333333% - clamp(40px, 5vw, 100px) * 2 / 3);
  }
}
@media (max-width: 767px) {
  footer div.container > ul > li:not(:first-child) {
    width: calc(50% - clamp(40px, 5vw, 100px) / 2);
  }
}
@media (max-width: 500px) {
  footer div.container > ul li:last-child {
    width: 100%;
  }
}
footer div.bottom {
  margin: calc(clamp(40px, 5vw, 100px) / 2) 0 0 0;
  color: inherit;
}
footer div.bottom div.container {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: calc(clamp(40px, 5vw, 100px) / 4);
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  color: inherit;
}
footer div.bottom div.container:before, footer div.bottom div.container:after {
  display: none;
}
footer div.bottom div.container a,
footer div.bottom div.container a:focus,
footer div.bottom div.container a:active,
footer div.bottom div.container a:visited,
footer div.bottom div.container p {
  font-size: 12px;
  line-height: 12px;
  font-weight: 300;
  color: inherit;
  text-decoration: none;
}
footer div.bottom div.container a span,
footer div.bottom div.container a:focus span,
footer div.bottom div.container a:active span,
footer div.bottom div.container a:visited span,
footer div.bottom div.container p span {
  font-size: inherit;
  line-height: inherit;
  color: inherit;
}
footer div.bottom div.container a,
footer div.bottom div.container a:focus,
footer div.bottom div.container a:active,
footer div.bottom div.container a:visited {
  display: flex;
  flex-flow: row nowrap;
  gap: 10px;
}
footer div.bottom div.container a img,
footer div.bottom div.container a:focus img,
footer div.bottom div.container a:active img,
footer div.bottom div.container a:visited img {
  height: 12px;
  width: auto;
}
@media (max-width: 767px) {
  footer {
    padding: clamp(40px, 5vw, 100px) 0;
  }
}