:root {
  --colores--negro: black;
  --gaps--1-rem-gap: 1rem;
  --colores--verde-oscuro: #005944;
  --colores--blanco: white;
  --colores--verde-oscuro-20-sobre-claro: #7db054;
  --colores--verde-claro: #9dc858;
  --colores--mid-grey: #727272;
  --colores--light-grey: #ddd;
  --colores--bg-navbar: #9dc858;
  --untitled-ui--white: white;
  --untitled-ui--primary700: #6941c6;
  --untitled-ui--primary800: #53389e;
  --untitled-ui--gray600: #475467;
  --untitled-ui--gray900: #101828;
  --untitled-ui--gray500: #667085;
  --untitled-ui--primary600: #7f56d9;
  --image-slider-padding: -15rem;
  --untitled-ui--gray400: #98a2b3;
  --colores--verde-claro-20-sobre-oscuro: #1f7048;
  --untitled-ui--gray50-2: #f9fafb;
  --untitled-ui--gray200: #eaecf0;
  --untitled-ui--gray700: #344054;
  --text-color: #9dc858;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: var(--colores--negro);
  letter-spacing: 0;
  font-family: Robotoslab Variablefont Wght, Georgia, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

h1 {
  margin-top: 0;
  margin-bottom: var(--gaps--1-rem-gap);
  font-family: "Mplusrounded 1 C", sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.1;
}

h2 {
  margin-top: 0;
  margin-bottom: var(--gaps--1-rem-gap);
  font-family: "Mplusrounded 1 C", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.1;
}

h3 {
  margin-top: 0;
  margin-bottom: var(--gaps--1-rem-gap);
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: 700;
}

p {
  margin-bottom: var(--gaps--1-rem-gap);
}

a {
  color: var(--colores--verde-oscuro);
  text-decoration: underline;
}

li {
  margin-bottom: .3rem;
}

.section-padding {
  padding-left: 20px;
  padding-right: 20px;
}

.container {
  flex: 1;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2rem;
  padding-right: 2rem;
  position: relative;
}

.container.container-navbar {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.style-guide-grid {
  grid-column-gap: 40px;
  grid-row-gap: 41px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr;
  grid-auto-columns: 1fr;
  margin-top: 30px;
  margin-bottom: 30px;
  display: grid;
}

.style-guide-category {
  text-transform: uppercase;
  border-bottom: 1px solid #e6e6e6;
  margin-top: 20px;
  padding-bottom: 5px;
  font-weight: 700;
}

.style-guide-edit {
  text-transform: uppercase;
  border-bottom: 1px solid #e6e6e6;
  margin-top: 10px;
  margin-bottom: 10px;
}

.light-text {
  color: var(--colores--blanco);
}

.style-guide-element {
  background-color: var(--colores--verde-oscuro);
  color: #fff;
  margin-top: 3px;
  margin-bottom: 3px;
  padding: 3px 5px;
  font-size: 14px;
  font-weight: 300;
  display: inline-block;
}

.style-guide-class {
  background-color: var(--colores--verde-oscuro);
  color: #fff;
  border-radius: 3px;
  padding: 3px 8px;
  font-size: 14px;
  font-weight: 300;
  display: inline-block;
}

.style-guide-class.tag-class {
  background-color: var(--colores--verde-oscuro-20-sobre-claro);
}

.style-guide-edit-wrap {
  opacity: .4;
}

.style-guide-edit-wrap:hover {
  opacity: 1;
}

.small-p {
  font-size: .8rem;
  line-height: 1.5;
}

.large-p {
  font-size: 1.5rem;
  line-height: 1.5;
}

.style-guide-color-wrap {
  background-color: var(--colores--negro);
  justify-content: flex-start;
  align-items: center;
  height: 100px;
  margin-top: 30px;
  padding: 15px 30px;
  display: flex;
}

.style-guide-color-wrap.primary-color-background {
  background-color: var(--colores--verde-oscuro);
}

.style-guide-color-wrap.secondary-color-background {
  background-color: var(--colores--verde-claro);
}

.style-guide-color-wrap.mid-grey-color-background {
  background-color: var(--colores--mid-grey);
}

.style-guide-color-wrap.light-color-background, .style-guide-color-wrap.white-background {
  background-color: var(--colores--blanco);
}

.style-guide-color-wrap.light-grey-color-background {
  background-color: var(--colores--light-grey);
}

.button {
  background-color: var(--colores--verde-oscuro);
  pointer-events: auto;
  margin-top: 0;
  padding: .5em 1em;
  font-size: 1rem;
  transition: transform .2s;
}

.button:hover {
  transform: scale(1.1);
}

.button.ghost-button {
  border: 2px solid var(--colores--verde-oscuro);
  color: var(--colores--verde-oscuro);
  background-color: rgba(0, 0, 0, 0);
}

.button.ghost-button.invese-ghost {
  border-color: var(--colores--blanco);
  color: var(--colores--blanco);
}

.button.inverse-button {
  background-color: var(--colores--blanco);
  color: var(--colores--verde-oscuro);
}

.button.form-submit {
  margin-top: 15px;
}

.button.button-nav {
  margin-left: 1rem;
  margin-right: 0;
}

.button.button-nav.button-nav-j {
  color: var(--colores--verde-claro);
}

.button.button-nav.button-nav-j.button-nav-legal {
  order: 1;
}

.button.button-nav.button-nav-j.button-nav-legal.w--current {
  color: var(--colores--blanco);
}

.button.button-nav.toggle-j {
  box-shadow: inset -2px 0 0 0 var(--colores--verde-oscuro), inset 2px 0 0 0 var(--colores--verde-oscuro), inset 0 -2px 0 0 var(--colores--verde-oscuro), inset 0 2px 0 0 var(--colores--verde-oscuro);
  background-color: rgba(0, 0, 0, 0);
  padding-right: .8rem;
}

.button.button-nav.toggle-j:hover {
  transform: none;
}

.button.button-j {
  background-color: var(--colores--verde-oscuro);
  color: var(--colores--verde-claro);
}

.button.mas-servicios-button {
  margin-top: .5rem;
  margin-left: -.4rem;
  transform: scale(.9)translate(0);
}

.button.mas-servicios-button:hover {
  transform: scale(1)translate(0);
}

.button.mas-servicios-button.color-j {
  color: var(--colores--verde-claro);
}

.button.button-g {
  background-color: var(--colores--verde-claro);
  color: var(--colores--verde-oscuro);
}

.button.button-g.button-contact {
  margin-bottom: 1rem;
  text-decoration: none;
}

.button.sp-menu {
  background-color: var(--colores--verde-oscuro);
  pointer-events: auto;
  color: var(--colores--verde-claro);
  padding: .6em;
  display: none;
}

.button.button-legal {
  cursor: pointer;
  order: 1;
}

.button.button-404 {
  background-color: var(--colores--verde-claro);
  color: var(--colores--verde-oscuro);
}

.style-guide-grid-item-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 0px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  justify-items: stretch;
  padding-top: 10px;
  display: grid;
}

.list {
  padding-left: 15px;
}

.list-item {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

.form-field.form-select {
  background-color: var(--colores--blanco);
}

.form-lable {
  margin-top: 20px;
}

.form-checkbox {
  width: 20px;
}

.style-guide-layout-demo {
  background-color: #d3d3d3;
  border: 1px solid #d3d3d3;
}

.style-guide-layout-demo.section-padding {
  margin-top: 30px;
}

.style-guide-white-div {
  background-color: #fff;
  width: 100%;
  height: 100%;
  padding: 20px;
}

.popup-background-wrap {
  z-index: 100;
  background-color: rgba(0, 0, 0, .8);
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.popup-card {
  background-color: var(--colores--blanco);
  text-align: center;
  border-radius: 5px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 450px;
  padding: 30px;
  display: flex;
  position: relative;
}

.style-guide-wrap {
  padding-top: 20px;
}

.close-popup-button {
  color: var(--colores--negro);
  padding: 15px;
  font-size: 20px;
  text-decoration: none;
  position: absolute;
  top: -5px;
  bottom: auto;
  left: auto;
  right: -5px;
}

.style-guide-popup-wrap {
  background-color: var(--colores--negro);
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 30px;
  padding: 22px;
  display: flex;
}

.delete-this {
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  display: flex;
}

.style-guide-color-wrap-2 {
  background-color: var(--colores--blanco);
  justify-content: flex-start;
  align-items: center;
  height: 100px;
  margin-top: 30px;
  padding: 15px 30px;
  display: flex;
}

.style-guide-color-wrap-2.primary-color-background {
  background-color: var(--colores--verde-oscuro);
}

.style-guide-color-wrap-2.secondary-color-background {
  background-color: var(--colores--verde-claro);
}

.style-guide-color-wrap-2.mid-grey-color-background {
  background-color: var(--colores--mid-grey);
}

.style-guide-color-wrap-2.light-color-background, .style-guide-color-wrap-2.white-background {
  background-color: var(--colores--blanco);
}

.style-guide-color-wrap-2.light-grey-color-background {
  background-color: var(--colores--light-grey);
}

.color-text {
  color: var(--colores--verde-oscuro);
}

.color-light-text {
  color: var(--colores--verde-claro);
}

.body-jardineria {
  background-color: var(--colores--verde-claro);
  color: var(--colores--verde-oscuro);
  cursor: none;
}

.body-jardineria.body-nosaltres {
  background-color: var(--colores--blanco);
}

.body-jardineria.body-home {
  background-color: var(--colores--negro);
}

.seccion {
  z-index: 1;
  background-image: url('../images/Lottie-Jardins.json');
  background-position: 0 0;
  background-size: auto;
  width: 100svw;
  position: relative;
}

.seccion.alt-j {
  z-index: 2;
  background-color: var(--colores--verde-oscuro-20-sobre-claro);
}

.seccion.alt-h {
  color: var(--colores--blanco);
  background-color: #000;
  background-image: none;
}

.seccion.alt-n {
  color: var(--colores--verde-oscuro);
  background-color: #e5e5e5;
  background-image: none;
}

.navbar {
  z-index: 100;
  pointer-events: none;
  background-image: none;
  justify-content: space-between;
  align-items: flex-start;
  width: 100svw;
  margin-top: 0;
  padding-top: 2rem;
  padding-bottom: 2rem;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.navbar.nav-legal {
  margin-bottom: 3rem;
  position: relative;
}

.navbar-side {
  flex: 1;
}

.navbar-side.r-side {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.navbar-side.l-side {
  flex: none;
  order: -1;
}

.navbar-container {
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.navbar-logo-link {
  pointer-events: auto;
  width: 7rem;
  height: auto;
  transition: transform .2s;
  overflow: hidden;
}

.navbar-logo-link:hover {
  transform: scale(1.1);
}

.navbar-logo-link.logo-legal {
  cursor: pointer;
}

.logonav.logo-on {
  display: none;
}

.nav-link {
  pointer-events: auto;
  margin-left: .7rem;
  margin-right: .7rem;
  text-decoration: none;
}

.nav-link:hover {
  text-decoration: underline;
}

.nav-link.w--current {
  pointer-events: none;
  text-decoration: underline;
}

.navbar-margin {
  height: 8.5rem;
}

.dropdown-toggle {
  padding: 0 1rem 0 0;
}

.dropdown-toggle.toggle-j {
  color: var(--colores--verde-oscuro);
}

.icon {
  margin-top: .25em;
  margin-bottom: 0;
  margin-right: 0;
}

.dropdown-link {
  padding: .5rem 1rem;
}

.dropdown-link.dropdown-j {
  background-color: var(--colores--verde-oscuro);
  color: var(--colores--verde-claro);
}

.dropdown-list {
  background-color: #fff;
  margin-left: 0;
}

.dropdown-list.w--open {
  margin-top: .5rem;
  margin-left: -1rem;
}

.dropdown-list.dropdown-j, .dropdown-list.dropdown-j.w--open {
  background-color: var(--colores--verde-oscuro);
}

.portada-div {
  justify-content: space-between;
  align-items: center;
  height: 100svh;
  min-height: 50rem;
  max-height: 70rem;
  margin-top: 0;
  padding-top: 2rem;
  display: flex;
}

.portada-div.portada-home {
  height: 100svh;
  max-height: 120rem;
}

.portada-div.portada-home.auto-h {
  height: auto;
  min-height: auto;
  max-height: none;
}

.portada-side {
  flex: 1;
}

.portada-side.portada-l-side {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.portada-side.portada-l-side.portada-side-home {
  color: var(--colores--blanco);
  text-align: left;
  flex: 0 auto;
  width: 50%;
}

.portada-side.portada-l-nosaltres {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.subtitulo {
  text-wrap: pretty;
  margin-bottom: 2rem;
  font-size: 1.3rem;
  font-weight: 700;
}

.subtitulo.sub-nosaltres {
  text-wrap: pretty;
  margin-bottom: 0;
  padding-right: 3rem;
  font-size: 1.2rem;
  font-weight: 400;
}

.subtitulo.sob-nosaltres-sp {
  text-wrap: pretty;
  margin-bottom: 0;
  padding-right: 3rem;
  font-size: 1.2rem;
  font-weight: 400;
  display: none;
}

.titulo {
  text-wrap: balance;
  font-size: 5rem;
}

.titulo.titulo2 {
  margin-top: 3rem;
  margin-bottom: 3rem;
  font-size: 4rem;
}

.titulo.titulo-home {
  white-space: nowrap;
  word-break: normal;
}

.lottie-portada {
  height: 85svh;
  max-height: 60rem;
  margin-top: 0;
}

.lottie-portada.lottie-g {
  height: 92svh;
  margin-top: 7svh;
}

.intro {
  border: 12px solid var(--colores--verde-oscuro);
  background-color: var(--colores--verde-oscuro);
  color: var(--colores--verde-claro);
  justify-content: space-between;
  align-items: center;
  margin-top: 6rem;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 3rem;
  display: flex;
}

.intro.why {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: #005944;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  min-height: 20rem;
  margin-top: 0;
  margin-bottom: 2rem;
  padding: 0 0 0 1rem;
  display: grid;
  position: relative;
}

.intro.intro-n {
  color: var(--colores--verde-oscuro);
  background-color: rgba(0, 0, 0, 0);
  border-style: none;
}

.transition {
  background-image: url('../images/MÓN-VERD_svg_transición_verdeoscuro20_1.svg');
  background-position: 50% 0;
  background-repeat: repeat-x;
  background-size: auto 100%;
  width: 100svw;
  height: 6rem;
  margin-top: 0;
  margin-bottom: -6rem;
  transform: translate(0, -100%);
}

.transition.end-transition {
  z-index: 3;
  transform-style: preserve-3d;
  margin-bottom: 0;
  position: relative;
  transform: rotateX(-180deg)rotateY(0)rotateZ(0);
}

.transition.no-overlap {
  margin-top: 6rem;
}

.transition.transition-g {
  background-image: url('../images/MÓN-VERD_svg_transición_verdeclaro20.svg');
}

.transition.transition-n {
  background-image: url('../images/MÓN-VERD_svg_transición_e5e5e5.svg');
}

.intro-txt {
  text-wrap: pretty;
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 1.2rem;
}

.intro-txt.contacto-txt {
  margin-top: 0;
  margin-bottom: 0;
}

.intro-img {
  aspect-ratio: 16 / 12;
  flex: none;
  justify-content: center;
  align-items: flex-start;
  width: 45%;
  margin-right: 3rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.intro-img.parallax-effect.img-why {
  aspect-ratio: auto;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-left: 3rem;
  margin-right: 0;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.intro-img.intro-img-n {
  aspect-ratio: 1;
  justify-content: center;
  align-items: center;
  width: 10.5rem;
  margin-right: 2rem;
}

.parallax-img {
  width: 100%;
  position: absolute;
}

.parallax-img.parallax-bg.why-bg {
  height: 100%;
  position: relative;
}

.content {
  overflow: clip;
}

.hidden-css {
  display: none;
}

.servicios {
  flex-flow: column;
  margin-top: 6rem;
  margin-bottom: 6rem;
  display: flex;
  position: relative;
}

.servicios.servicios-50 {
  width: 50%;
  padding-bottom: 3rem;
  padding-right: 0;
  position: relative;
}

.servicios.fotos {
  margin-top: 0;
  margin-bottom: 6rem;
}

.h2-servicios {
  text-wrap: pretty;
  margin-bottom: 3rem;
  font-size: 3rem;
}

.h2-servicios.h2-50 {
  width: 50%;
  padding-right: 2rem;
}

.h2-servicios.h2-contacto {
  flex: 1;
  margin-bottom: 1rem;
  margin-right: 0;
  font-size: 2rem;
}

.nav-bg-v2 {
  z-index: -1;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: rgba(157, 200, 88, .9);
  width: 100vw;
  height: 7rem;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.nav-bg-v2.nav-bg-n {
  background-color: rgba(255, 255, 255, .9);
}

.nav-bg-v2.nav-bg-home {
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  background-color: rgba(157, 200, 88, 0);
  background-image: linear-gradient(rgba(0, 0, 0, .86), rgba(0, 0, 0, .56) 25%, rgba(0, 0, 0, .31) 48%, rgba(0, 0, 0, .17) 67%, rgba(0, 0, 0, .06) 88%, rgba(0, 0, 0, 0));
  height: 12.9rem;
}

.lista-servicios {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 0;
  display: grid;
}

.list-h3 {
  margin-bottom: .5rem;
}

.list-list {
  text-wrap: pretty;
  font-size: .9rem;
}

.list-list.bullets-list {
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 1rem;
  padding-left: 1rem;
  padding-right: 0;
}

.list-list.points {
  margin-top: -1rem;
}

.list-img {
  width: 4rem;
  margin-bottom: 1rem;
}

.mas-servicios-50 {
  flex: 0 auto;
  justify-content: space-between;
  align-items: center;
  width: 50%;
  display: flex;
}

.mas-servicios {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.mas-servicios-txt1 {
  text-wrap: balance;
  font-family: "Mplusrounded 1 C", sans-serif;
  font-size: 3rem;
  font-weight: 700;
}

.mas-servicios-div2 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.mas-servicios-txt2 {
  margin-bottom: 1rem;
}

.why-div {
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: auto;
  margin-top: 1rem;
  margin-bottom: 1rem;
  display: flex;
}

.why-p {
  text-wrap: pretty;
  margin-top: -.5rem;
  margin-bottom: 0;
  overflow: hidden;
}

.why-h3 {
  text-wrap: pretty;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 0;
  display: flex;
}

.img-why {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.list-2 {
  margin-bottom: 0;
}

.list-list-item {
  margin-bottom: -1rem;
}

.nav-bg-v3 {
  z-index: -1;
  transform-style: preserve-3d;
  background-image: url('../images/MÓN-VERD_svg_transición_verdeoscuro20.svg');
  background-position: 50% 0;
  background-repeat: repeat-x;
  background-size: auto;
  background-attachment: scroll;
  width: 100vw;
  height: 9rem;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
  transform: rotateX(180deg)rotateY(0)rotateZ(0);
}

.img-why-img {
  width: 100%;
  max-width: none;
  position: absolute;
}

.why-div-v2 {
  background-color: var(--colores--verde-oscuro-20-sobre-claro);
  color: var(--colores--verde-oscuro);
  width: 100%;
  margin-top: .5rem;
  margin-bottom: 1rem;
  padding: 1.5rem 1.5rem 1.75rem;
}

.why-side-img-div {
  z-index: 0;
  box-sizing: content-box;
  width: calc(50% - 2rem);
  height: calc(100% + 6.3rem);
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 50%;
  right: auto;
}

.why-side-img {
  z-index: -1;
  background-color: var(--colores--verde-oscuro);
  object-fit: cover;
  justify-content: flex-start;
  align-items: flex-start;
  width: 132%;
  height: 100%;
  max-height: none;
  margin-bottom: 6rem;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 68%;
  right: 0%;
  overflow: hidden;
}

.why-story {
  object-fit: cover;
  width: 100%;
  height: 100%;
  padding: 0;
  overflow: visible;
}

.h3-icon {
  width: 1.7em;
  height: 1.7em;
  margin-right: .75rem;
  display: inline;
  transform: translate(0, -.1em);
}

.h3-txt-inside {
  display: inline;
}

.why-story-img {
  object-fit: cover;
  width: 100%;
  height: 50%;
  margin-bottom: 0;
  padding-top: 12px;
}

.div-img-scroll {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
  display: flex;
}

.why-img {
  opacity: 1;
  object-fit: cover;
  width: 100%;
  height: calc(100% + 20rem);
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.why-img.img01, .why-img.img02, .why-img.img03, .why-img.img04, .why-img.img05 {
  opacity: 0;
}

.why-img.img00 {
  z-index: 1;
}

.portada-scroll-trigger {
  width: 1px;
  height: 100svh;
  padding-right: 0;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.uui-testimonial18_slide-nav {
  height: 1.75rem;
  font-size: .5rem;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.uui-button-icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  min-width: 1.25rem;
  height: 1.25rem;
  min-height: 1.25rem;
  display: flex;
  transform: scale(1.5);
}

.uui-testimonial18_arrow {
  border: 2px solid var(--colores--verde-oscuro);
  background-color: var(--colores--verde-oscuro);
  color: var(--colores--verde-claro);
  border-radius: 0%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  transition: all .3s;
  display: flex;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.uui-testimonial18_arrow:hover {
  color: var(--colores--verde-oscuro);
  background-color: rgba(0, 0, 0, 0);
}

.uui-testimonial18_arrow.left {
  right: 4rem;
}

.uui-button-link {
  grid-column-gap: .5rem;
  color: var(--untitled-ui--primary700);
  white-space: nowrap;
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  padding: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.uui-button-link:hover {
  color: var(--untitled-ui--primary800);
}

.uui-button-link.is-alternate {
  color: var(--untitled-ui--white);
}

.uui-button-row {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.uui-space-medium {
  width: 100%;
  min-height: 2rem;
}

.uui-space-small {
  width: 100%;
  min-height: 1.5rem;
}

.uui-text-size-medium {
  color: var(--untitled-ui--gray600);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

.uui-text-size-medium.text-color-white {
  color: var(--untitled-ui--white);
}

.uui-space-xsmall {
  width: 100%;
  min-height: 1rem;
}

.uui-heading-small {
  color: var(--untitled-ui--gray900);
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1.875rem;
  font-weight: 600;
  line-height: 1.4;
}

.uui-heading-small.text-color-white {
  color: var(--untitled-ui--white);
}

.uui-testimonial18_content-wrapper {
  -webkit-backdrop-filter: blur(24px);
  backdrop-filter: blur(24px);
  color: var(--untitled-ui--white);
  background-color: rgba(255, 255, 255, .3);
  border: 1px solid rgba(255, 255, 255, .5);
  padding: 1.5rem;
}

.uui-testimonial17_logo {
  max-height: 3rem;
}

.uui-testimonial18_logo-wrapper {
  margin-top: .5rem;
  margin-left: .5rem;
}

.uui-testimonial18_content {
  background-color: var(--untitled-ui--gray500);
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 32rem;
  padding: 0;
  display: flex;
}

.uui-testimonial18_content.background-color-orange600 {
  background-color: #e04f16;
}

.uui-testimonial18_content.background-color-lightblue600 {
  background-color: #0086c9;
}

.uui-testimonial18_content.background-color-pink600 {
  background-color: #dd2590;
}

.uui-testimonial18_content.background-color-indigo600 {
  background-color: #444ce7;
}

.uui-testimonial18_content.background-color-blue600 {
  background-color: #1570ef;
}

.uui-testimonial18_content.background-color-primary600 {
  background-color: var(--untitled-ui--primary600);
}

.uui-testimonial18_slide {
  padding-right: 2rem;
}

.uui-testimonial18_mask {
  width: 33.33%;
  overflow: visible;
}

.uui-testimonial18_component {
  background-color: rgba(0, 0, 0, 0);
  height: auto;
  margin-top: 0;
  padding-bottom: 5rem;
  position: relative;
}

.uui-text-size-large {
  color: var(--untitled-ui--gray600);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
}

.uui-heading-medium {
  color: var(--untitled-ui--gray900);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.3;
}

.uui-max-width-large {
  width: 100%;
  max-width: 48rem;
}

.uui-padding-vertical-xhuge {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.uui-container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.uui-page-padding {
  padding-left: 0;
  padding-right: 0;
}

.uui-section_testimonial17 {
  overflow: hidden;
}

.imatge {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.global-styles {
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.html {
  width: 0;
  height: 0;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.container-2 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 100em;
  min-height: 100vh;
  margin-left: auto;
  margin-right: auto;
  padding: 0 6em;
  display: flex;
}

.tricks-slider {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.tricks-slider_slide {
  color: #fff;
  text-align: center;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 45%;
  height: 40rem;
  max-height: 80vw;
  margin-right: 1em;
  padding: 2em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.tricks-slider_slide.slider-final {
  background-color: var(--colores--verde-oscuro);
}

.image {
  z-index: 1;
  margin-top: var(--image-slider-padding);
  object-fit: cover;
  width: 130%;
  max-width: none;
  height: calc(100% + 15rem);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.tricks-slider_text {
  z-index: 2;
  letter-spacing: -.08em;
  font-size: 9.3em;
  font-weight: 400;
  position: relative;
}

.progress {
  background-color: var(--colores--verde-oscuro-20-sobre-claro);
  width: 100%;
  height: 5px;
  margin-top: 2.5em;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
}

.progress_fill {
  background-color: var(--colores--verde-oscuro);
  width: 0%;
  height: 100%;
  position: relative;
}

.div-ig {
  color: var(--colores--verde-claro);
  text-align: left;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
}

.slider-final-txt {
  text-wrap: balance;
  margin-bottom: 1rem;
  font-family: "Mplusrounded 1 C", sans-serif;
  font-size: 2rem;
  font-weight: 700;
}

.uui-footer04_legal-link {
  font-size: .875rem;
  text-decoration: none;
  transition: all .3s;
}

.uui-footer04_legal-link:hover {
  text-decoration: underline;
}

.uui-footer04_legal-list {
  grid-column-gap: 1rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: center;
  display: grid;
}

.uui-text-size-small {
  letter-spacing: normal;
  font-size: .875rem;
  line-height: 1.5;
}

.uui-footer04_bottom-wrapper {
  grid-column-gap: 1.5rem;
  border-top: 2px solid var(--colores--verde-oscuro);
  justify-content: flex-start;
  align-items: stretch;
  margin-top: .2rem;
  padding-top: 1rem;
  display: flex;
}

.uui-footer04_bottom-wrapper.noline {
  border-top-width: 0;
  margin-top: .5rem;
  padding-top: 0;
}

.uui-footer04_social-icon {
  width: 1.5rem;
  height: 1.5rem;
}

.uui-footer04_social-link {
  color: var(--untitled-ui--gray400);
  align-items: center;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.uui-footer04_social-link:hover {
  color: var(--untitled-ui--gray500);
}

.uui-footer04_social-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  align-items: start;
  justify-items: start;
  display: flex;
}

.uui-footer04_link {
  grid-column-gap: .5rem;
  text-align: center;
  flex-wrap: nowrap;
  align-items: center;
  padding: .5rem 0;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.uui-footer04_link:hover {
  text-decoration: underline;
}

.uui-footer04_link-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: center;
  align-items: stretch;
  justify-items: start;
  display: grid;
}

.uui-logo_image {
  flex: none;
  width: auto;
  height: 100%;
  display: none;
}

.uui-logo_logotype {
  flex: none;
  width: auto;
  height: 100%;
}

.uui-logo_logomark-dot {
  z-index: 1;
  background-image: linear-gradient(26.5deg, #6941c6, #53389e);
  border-radius: 50%;
  width: 50%;
  height: 50%;
  position: relative;
}

.uui-logo_logomark-blur {
  z-index: 2;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  background-color: rgba(255, 255, 255, .2);
  border-bottom-right-radius: .5rem;
  border-bottom-left-radius: .5rem;
  width: 100%;
  height: 50%;
  position: absolute;
  top: 50%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.uui-styleguide_logomark-bg {
  flex: 1;
  max-width: none;
  height: 2rem;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.uui-logo_logomark {
  flex: none;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 2rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.uui-logo_component {
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  width: auto;
  height: 2rem;
  display: flex;
}

.uui-footer04_top-wrapper {
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr .25fr;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.uui-padding-vertical-xlarge {
  padding-top: 0;
  padding-bottom: 2rem;
}

.contacto-div {
  border: 12px solid var(--colores--verde-oscuro);
  background-color: var(--colores--verde-oscuro);
  color: var(--colores--verde-claro);
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 1rem;
  display: flex;
}

.contacto-div.why {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: #005944;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  min-height: 20rem;
  margin-top: 0;
  margin-bottom: 2rem;
  padding: 0 0 0 1rem;
  display: grid;
  position: relative;
}

.contacto-inside-div {
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.contacto-inside-div.left {
  flex: 1;
  padding-right: 3rem;
}

.svg-button {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 1em;
  height: 1em;
  margin-right: .7em;
  display: inline;
  transform: translate(0, 10%)scale(1.6);
}

.text-block {
  display: inline;
}

.txt-label-contact {
  margin-bottom: .3rem;
}

.contact-p {
  text-wrap: pretty;
}

.contacto-alt {
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 1rem;
  display: flex;
}

.alt-link {
  font-weight: 700;
  text-decoration: none;
}

.alt-link:hover {
  text-decoration: underline;
}

.contacto-div-div {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.anchor-fix {
  width: 1px;
  height: 10rem;
  margin-top: -10rem;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.customcursor-div {
  z-index: 199;
  opacity: 0;
  pointer-events: none;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.customcursor {
  width: 64px;
  max-width: none;
  height: 64px;
}

.customcursor.cursor1 {
  display: block;
}

.customcursor.cursor2, .customcursor.cursor3 {
  display: none;
}

.islink, .isdraggable {
  cursor: none;
}

.disablescroll {
  overflow: hidden;
}

.loadingscreen {
  z-index: 999;
  background-color: var(--colores--verde-claro);
  color: var(--colores--verde-oscuro);
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.loadingscreen.verdeclaro {
  color: #005944;
  background-color: #9dc858;
}

.loadingscreen.verdeoscuro {
  background-color: #005944;
}

.loadingscreen.blanco {
  background-color: var(--colores--blanco);
}

.loadingscreen.negro {
  background-color: var(--colores--negro);
}

.cargando {
  width: 4rem;
  height: 4rem;
  display: none;
}

.loadingscreen-verdeoscuro {
  z-index: 999;
  background-color: var(--colores--verde-oscuro);
  color: var(--colores--verde-claro);
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.loadingscreen-blanco {
  z-index: 999;
  background-color: var(--colores--blanco);
  color: var(--colores--verde-oscuro);
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.loadingscreen-negro {
  z-index: 999;
  background-color: var(--colores--negro);
  color: var(--colores--blanco);
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.page-transition {
  z-index: 1000;
  opacity: 0;
  background-color: #fff;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.svg-menu {
  width: 3rem;
  height: 3rem;
  display: block;
}

.why-sp-img-div, .extra-margin-sp, .cambio-colores-variables {
  display: none;
}

.map-div {
  width: 100%;
  height: 25rem;
  margin-top: 1rem;
}

.embed-map {
  width: 100%;
  height: 100%;
}

.n-img {
  object-fit: contain;
  object-position: 50% 100%;
  width: 100%;
  height: 100svh;
  min-height: 50rem;
  max-height: 70rem;
  padding-top: 9rem;
}

.css-especifico {
  display: none;
}

.text-span {
  margin-top: .8rem;
  display: inline-block;
}

.color-selection {
  display: none;
}

.intro-img-n-100 {
  width: 100%;
  height: 100%;
}

.tabs-menu {
  display: flex;
}

.tab-link-tab-2, .tab-link-tab-2.w--current {
  background-color: var(--colores--blanco);
  color: var(--colores--verde-oscuro);
}

.tablink {
  border: 2px solid var(--colores--verde-oscuro);
  color: var(--colores--verde-oscuro);
  background-color: rgba(0, 0, 0, 0);
  margin-bottom: .5rem;
  margin-right: .5rem;
  padding: .5rem 1rem;
}

.tablink.w--current {
  background-color: var(--colores--verde-oscuro);
  color: var(--colores--blanco);
}

.tablink.tablink-n {
  border-color: var(--colores--blanco);
  color: var(--colores--blanco);
}

.tablink.tablink-n.w--current {
  background-color: var(--colores--blanco);
  color: var(--colores--verde-oscuro);
}

.tablink.tablink-legal {
  cursor: pointer;
}

.tabs-content {
  overflow: visible;
}

.hidecontent {
  z-index: 99;
  background-color: var(--colores--negro);
  width: 200svw;
  height: 200svh;
  margin-top: -20rem;
  margin-left: -20rem;
  display: none;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.home-parallax-div {
  position: relative;
  overflow: hidden;
}

.home-parallax-div.sep01 {
  background-color: #1a2100;
}

.home-parallax-img {
  z-index: -1;
  object-fit: cover;
  width: 100%;
  height: calc(100% + 20rem);
  margin-top: -10rem;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.home-parallax-img.hp-a {
  z-index: -2;
}

.home-parallax-img.hp-b {
  z-index: -3;
}

.home-parallax-img.hp-c {
  z-index: -4;
}

.drop-shadow-txt {
  text-shadow: .2em .2em 1em #000;
}

.home-scroll-trigger {
  width: 1px;
  height: 100svh;
  padding-right: 0;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.home-parallax-separador {
  width: 100%;
  height: 20rem;
}

.home-parallax-separador.separador01 {
  background-color: #192204;
}

.home-svg {
  object-fit: contain;
  width: 100%;
  height: 100%;
  padding-left: 3rem;
}

.cortina {
  z-index: -1;
  opacity: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.cortina.c01 {
  background-color: #1a2100;
}

.cortina.c02 {
  background-color: #01120b;
}

.home-side {
  color: var(--colores--blanco);
  flex: 0 auto;
  width: 50%;
}

.home-side.portada-l-side {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.home-side.portada-l-side.portada-side-home {
  color: var(--colores--blanco);
  text-align: left;
  flex: 0 auto;
  width: 50%;
}

.home-side.portada-l-nosaltres {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.drop-shadow-txt-nosp {
  text-shadow: .2em .2em 1em #000;
}

.noise {
  z-index: -1;
  opacity: .5;
  mix-blend-mode: overlay;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.separador-sp {
  display: none;
}

.noise2 {
  z-index: -1;
  opacity: .75;
  mix-blend-mode: overlay;
  object-fit: cover;
  background-image: url('../images/NOISE-2.png');
  background-position: 50%;
  background-size: 20rem;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.black-gradient {
  z-index: 1;
  pointer-events: none;
  background-image: linear-gradient(rgba(0, 0, 0, 0), #000 69%);
  width: 100%;
  height: 20rem;
  margin-top: -20rem;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.slider-buttons-div {
  z-index: 2;
  box-sizing: content-box;
  pointer-events: none;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
}

.slider-button {
  pointer-events: auto;
  color: var(--colores--verde-oscuro);
  width: 3rem;
  height: 3rem;
}

.slider-button.prev-button {
  margin-left: -3rem;
  transform: rotate(0);
}

.slider-button.next-button-no {
  pointer-events: auto;
}

.slider-button.next-button {
  margin-right: -3rem;
  transform: rotate(180deg);
}

.next-button.prev-button {
  transform: rotate(180deg);
}

.next-button.next-button-no {
  pointer-events: auto;
}

.prev-button.prev-button-no {
  transform: rotate(180deg);
}

.prev-button.next-button-no {
  pointer-events: auto;
}

.slider-button-svg {
  width: 100%;
  height: 100%;
}

.tricks-slider-div-relativo {
  position: relative;
}

.comportamiento-cursor-slider, .solo-sp {
  display: none;
}

.rich-txt-legal {
  color: var(--colores--verde-oscuro);
  padding-top: 3rem;
}

.fs-cc-prefs2_option {
  border-bottom: 1px solid rgba(192, 192, 192, .3);
  padding-top: 16px;
  padding-bottom: 16px;
}

.fs-cc-prefs2_close {
  color: #fff;
  background-color: #005944;
  padding: 12px;
  font-size: 20px;
  text-decoration: none;
  position: absolute;
  top: 0;
  bottom: auto;
  left: auto;
  right: 0;
  box-shadow: -1px 1px 4px rgba(51, 51, 51, .1);
}

.fs-cc-prefs2_overlay {
  z-index: -1;
  background-color: rgba(0, 0, 0, .8);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.fs-cc-prefs2_label {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 32px;
  font-size: 16px;
  font-weight: 700;
}

.fs-cc-prefs2_form-wrapper {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding: 30px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.fs-cc-prefs2_toggle-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.fs-cc-banner2_component {
  z-index: 198;
  color: #9dc858;
  background-color: #005944;
  width: 450px;
  padding: 30px;
  display: none;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.cookies-consent {
  display: block;
}

.fs-cc-prefs2_checkbox-label {
  display: none;
}

.fs-cc-manager2_button_no {
  color: #0540f2;
  cursor: pointer;
  background-color: #fff;
  flex-direction: column;
  width: 48px;
  padding: 8px;
  transition: color .2s;
  display: flex;
}

.fs-cc-manager2_button_no:hover {
  color: #4353ff;
}

.fs-cc-manager2_component {
  z-index: 999;
  display: none;
  position: fixed;
  top: auto;
  bottom: 20px;
  left: 20px;
  right: auto;
}

.fs-cc-banner2_text {
  text-wrap: pretty;
  font-size: 15px;
}

.fs-cc-prefs2_title {
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2em;
}

.fs-cc-banner2_text-link {
  color: #fff;
  border-bottom: 2px solid #fff;
  font-weight: 400;
  text-decoration: none;
}

.fs-cc-prefs2_button {
  text-align: center;
  background-color: #005944;
  border: 1px solid #005944;
  padding: 12px 20px;
  font-weight: 700;
}

.fs-cc-prefs2_button.fs-cc-button-alt {
  color: #005944;
  background-color: #fff;
  border-color: #005944;
  margin-bottom: 12px;
}

.fs-cc-banner2_container {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 990px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.fs-cc-prefs2_content {
  color: #005944;
  background-color: #fff;
  height: 100%;
  padding: 40px 32px;
}

.fs-cc-prefs2_checkbox {
  z-index: 1;
  cursor: none;
  background-color: #fff;
  border-width: 2px;
  border-color: #005944;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.fs-cc-prefs2_checkbox.w--redirected-checked {
  background-color: #005944;
  background-size: auto;
  border-color: #005944;
}

.fs-cc-prefs2_form {
  color: #fff;
  background-color: #333;
  width: 100%;
  max-width: 400px;
  max-height: 85vh;
  margin-bottom: 0;
  position: relative;
}

.fs-cc-prefs2_submit {
  color: #005944;
  text-align: center;
  background-color: #9dc858;
  margin-top: 12px;
  padding: 12px 20px;
  font-weight: 700;
}

.fs-cc-prefs2_component {
  z-index: 198;
  opacity: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding: 32px;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.fs-cc-prefs2_space-small {
  margin-bottom: 12px;
}

.fs-cc-preferences2_close-icon {
  color: #fff;
  width: 24px;
  height: 24px;
}

.fs-cc-banner2_buttons-wrapper {
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-top: 16px;
  display: flex;
}

.fs-cc-banner2_button {
  color: #005944;
  text-align: center;
  text-transform: uppercase;
  background-color: #9dc858;
  flex: 1;
  min-width: 120px;
  margin-left: 8px;
  margin-right: 8px;
  padding: 8px 20px;
  font-weight: 700;
}

.fs-cc-banner2_button.fs-cc-button-alt {
  color: #9dc858;
  background-color: #1f7048;
  margin-left: 0;
}

.fs-cc-prefs2_buttons-wrapper {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  margin-top: 16px;
  display: flex;
}

.fs-cc-prefs2_checkbox-field {
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  margin-bottom: 0;
  padding: 2px;
  display: flex;
  position: relative;
}

.cookies-link {
  text-align: center;
  margin-top: 16px;
  text-decoration: none;
  display: block;
}

.cookies-link:hover {
  text-decoration: underline;
}

.cookies-customcss {
  display: none;
}

.body-legal {
  color: var(--colores--verde-oscuro);
}

.body-blackbg {
  background-color: #000;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 260px;
  display: flex;
}

.body-404 {
  color: #fff;
  background-color: #000;
}

._4040-img {
  filter: invert();
  margin-bottom: 2rem;
}

@media screen and (min-width: 1440px) {
  .nav-bg {
    z-index: -1;
    background-image: linear-gradient(180deg, var(--colores--bg-navbar) 10%, rgba(0, 0, 0, 0));
    width: 100svw;
    height: 17rem;
    position: absolute;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: auto;
  }

  .nav-bg-v2 {
    z-index: -1;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background-color: rgba(157, 200, 88, .8);
  }

  .div-block {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .nav-bg-v3 {
    z-index: -1;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background-color: rgba(157, 200, 88, .8);
    width: 100svw;
    height: 9rem;
    position: absolute;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: auto;
  }
}

@media screen and (max-width: 991px) {
  .button.button-nav.button-nav-j {
    background-color: var(--colores--verde-claro);
    color: var(--colores--verde-oscuro);
    margin-top: 2rem;
    padding: .3rem 1.2rem;
    font-family: "Mplusrounded 1 C", sans-serif;
    font-size: 2rem;
    font-weight: 700;
  }

  .button.button-nav.toggle-j {
    box-shadow: inset -2px 0 0 0 var(--colores--verde-claro), inset 2px 0 0 0 var(--colores--verde-claro), inset 0 -2px 0 0 var(--colores--verde-claro), inset 0 2px 0 0 var(--colores--verde-claro);
    order: 1;
    margin-top: 5rem;
  }

  .button.sp-menu {
    color: var(--colores--verde-oscuro);
    background-color: rgba(0, 89, 68, 0);
    display: block;
  }

  .button.sp-menu.close {
    color: var(--colores--verde-claro);
  }

  .button.sp-menu.open {
    padding-left: 0;
    padding-right: 0;
  }

  .body-jardineria {
    cursor: auto;
  }

  .navbar {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .navbar-side.r-side {
    z-index: 1;
    background-color: var(--colores--verde-oscuro);
    pointer-events: auto;
    color: var(--colores--verde-claro);
    flex-flow: column;
    flex: none;
    justify-content: flex-start;
    align-items: flex-end;
    width: auto;
    height: 200svh;
    margin-right: 0;
    padding-top: 2rem;
    padding-left: 2rem;
    padding-right: 2rem;
    display: none;
    position: fixed;
    top: 0%;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .navbar-side.l-side {
    flex: 1;
  }

  .navbar-logo-link {
    width: 6rem;
  }

  .nav-link {
    white-space: nowrap;
    font-family: "Mplusrounded 1 C", sans-serif;
    font-size: 2rem;
    font-weight: 700;
  }

  .dropdown-toggle.toggle-j {
    color: var(--colores--verde-claro);
  }

  .dropdown-link.dropdown-j {
    background-color: var(--colores--verde-claro);
    color: var(--colores--verde-oscuro);
  }

  .portada-div.portada-div-r {
    flex-flow: column;
    height: auto;
    min-height: auto;
    max-height: none;
  }

  .portada-side.portada-l-nosaltres {
    justify-content: flex-start;
    align-items: flex-start;
    min-height: 100svh;
    margin-top: 0;
    padding-top: 5rem;
  }

  .subtitulo.sub-nosaltres {
    display: none;
  }

  .subtitulo.sob-nosaltres-sp {
    margin-top: 5rem;
    padding-right: 0;
    font-size: 1rem;
    display: block;
  }

  .titulo.titulo-n {
    text-align: center;
    width: 100%;
    font-size: 28vw;
  }

  .titulo.titulo2 {
    font-size: 2rem;
  }

  .intro {
    border-width: 0;
    flex-flow: column;
    padding: 1rem;
  }

  .intro.intro-n {
    padding: 0;
  }

  .intro-txt {
    margin-bottom: 0;
    font-size: 1rem;
  }

  .intro-img.parallax-effect {
    width: 100%;
    margin-right: 0;
  }

  .intro-img.intro-img-n {
    align-self: flex-start;
    width: 5rem;
    margin-right: 0;
  }

  .servicios.servicios-50 {
    width: 100%;
    margin-bottom: 3rem;
  }

  .h2-servicios.h2-50 {
    width: 100%;
  }

  .nav-bg-v2 {
    height: 5.5rem;
  }

  .lista-servicios {
    grid-row-gap: 2.5rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .why-p {
    width: 100%;
  }

  .why-div-v2 {
    width: 66%;
    margin-left: 0;
    padding: 1rem 1rem 1.2rem;
    position: relative;
  }

  .why-side-img {
    margin-top: 0;
    display: none;
    left: 86%;
  }

  .uui-testimonial18_mask {
    width: 50%;
  }

  .uui-testimonial18_component {
    padding-left: 0;
    padding-right: 0;
  }

  .uui-padding-vertical-xhuge {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .container-2 {
    padding-left: 4em;
    padding-right: 4em;
  }

  .tricks-slider_slide {
    width: 70svw;
    height: 70svh;
    max-height: none;
  }

  .progress {
    margin-top: 30px;
  }

  .uui-footer04_top-wrapper {
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
    justify-content: center;
    justify-items: center;
  }

  .uui-padding-vertical-xlarge {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .customcursor-div {
    display: none;
  }

  .islink {
    cursor: pointer;
  }

  .why-sp-img-div {
    background-color: var(--colores--verde-oscuro-20-sobre-claro);
    flex-flow: column;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    height: 100%;
    display: flex;
    position: absolute;
    top: 0%;
    bottom: auto;
    left: 100%;
    right: auto;
    overflow: hidden;
  }

  .why-sp-img {
    object-fit: cover;
    width: 100%;
    max-width: none;
    height: calc(100% + 5rem);
    padding-left: 1rem;
    padding-right: 1rem;
    display: block;
  }

  .why-sp-borders {
    border: 1rem solid var(--colores--verde-oscuro-20-sobre-claro);
    width: 100%;
    height: 100%;
    position: absolute;
  }

  .div-block-2 {
    width: 1px;
    position: absolute;
    top: auto;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .extra-margin-sp {
    z-index: -1;
    background-color: var(--colores--verde-oscuro);
    width: 4rem;
    height: 100%;
    padding-bottom: 0;
    padding-right: 0;
    display: none;
    position: absolute;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: auto;
    transform: translate(-90%);
  }

  .n-img {
    object-fit: cover;
    object-position: 50% 0%;
    height: 120svh;
    min-height: auto;
    max-height: none;
    padding-top: 12rem;
    position: absolute;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: auto;
  }

  .home-side.portada-l-nosaltres {
    justify-content: flex-start;
    align-items: flex-start;
    min-height: 100svh;
    margin-top: 0;
    padding-top: 5rem;
  }

  .slider-buttons-div {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .style-guide-color-wrap {
    height: auto;
  }

  .button.button-g {
    font-size: 3.3vw;
  }

  .style-guide-color-wrap-2 {
    height: auto;
  }

  .portada-div.portada-home {
    height: 90svh;
  }

  .portada-div.portada-home.medida-sp {
    height: 50rem;
    min-height: auto;
    max-height: none;
  }

  .portada-side.portada-l-side, .portada-side.portada-l-nosaltres {
    min-width: 100%;
  }

  .subtitulo {
    font-size: 1.2rem;
  }

  .subtitulo.home-sub {
    font-size: 1rem;
  }

  .titulo {
    font-size: 4rem;
  }

  .titulo.titulo2 {
    padding-right: 5rem;
  }

  .titulo.titulo-home {
    font-size: 13vw;
  }

  .lottie-portada {
    z-index: -1;
    opacity: .2;
    width: 100vw;
    height: 90svh;
    max-height: none;
    margin-top: 7svh;
    position: absolute;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: auto;
    transform: scale(1.1);
  }

  .lottie-portada.lottie-g {
    margin-top: 11svh;
    transform: scale(1.15);
  }

  .intro-txt.contacto-txt {
    margin-bottom: 2rem;
  }

  .why-p {
    font-size: .8rem;
  }

  .why-h3 {
    font-size: 1rem;
  }

  .uui-testimonial18_arrow:hover {
    background-color: var(--untitled-ui--white);
  }

  .uui-testimonial18_arrow.left {
    right: 3.5rem;
  }

  .uui-button-link {
    font-size: 1rem;
  }

  .uui-button-link:hover {
    color: var(--untitled-ui--primary700);
  }

  .uui-button-link.is-alternate:hover {
    color: var(--untitled-ui--white);
  }

  .uui-button-row {
    align-self: stretch;
  }

  .uui-space-medium {
    min-height: 1.5rem;
  }

  .uui-space-small {
    min-height: 1.25rem;
  }

  .uui-space-xsmall {
    min-height: .75rem;
  }

  .uui-heading-small {
    font-size: 1.5rem;
  }

  .uui-testimonial17_logo {
    max-height: 2.5rem;
  }

  .uui-testimonial18_slide {
    padding-right: 1.5rem;
  }

  .uui-testimonial18_mask {
    width: 80%;
  }

  .uui-text-size-large {
    font-size: 1rem;
  }

  .uui-heading-medium {
    font-size: 1.75rem;
    line-height: 1.4;
  }

  .uui-padding-vertical-xhuge {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .tricks-slider {
    width: 100vw;
    margin-left: -2rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .tricks-slider_text {
    font-size: 9.9em;
  }

  .slider-final-txt {
    font-size: 5vw;
  }

  .uui-footer04_legal-link:hover {
    color: var(--untitled-ui--gray400);
  }

  .uui-footer04_legal-list {
    margin-bottom: 1rem;
  }

  .uui-footer04_bottom-wrapper {
    flex-direction: column-reverse;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 1rem;
  }

  .uui-footer04_bottom-wrapper.noline {
    margin-top: 0;
    padding-top: 0;
  }

  .uui-footer04_social-link:hover {
    color: var(--untitled-ui--gray400);
  }

  .uui-footer04_link {
    padding-top: 0;
    padding-bottom: 0;
  }

  .uui-footer04_link:hover {
    color: var(--untitled-ui--gray500);
  }

  .uui-footer04_link-list {
    grid-column-gap: 1rem;
    grid-row-gap: .5rem;
    flex-flow: column;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-flow: row;
    justify-content: center;
    align-items: flex-start;
    justify-items: center;
    display: flex;
  }

  .uui-styleguide_logomark-bg {
    background-image: url('../images/untitled-ui-logomark.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .uui-padding-vertical-xlarge {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .contacto-inside-div.left {
    padding-right: 0;
  }

  .contacto-div-div {
    flex-flow: column;
  }

  .map-div {
    margin-top: 1.5rem;
  }

  .home-parallax-div {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .home-parallax-div.primera {
    width: 120%;
  }

  .home-side {
    width: 100%;
    margin-top: 11rem;
    padding-left: 2rem;
    padding-right: 2rem;
    position: absolute;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: auto;
  }

  .home-side.portada-l-side, .home-side.portada-l-nosaltres {
    min-width: 100%;
  }

  .home-side.primero {
    width: 95vw;
    margin-top: 7rem;
  }

  .drop-shadow-txt-nosp {
    text-shadow: none;
  }

  .noise.noise-separador {
    z-index: 0;
    -webkit-mask-image: linear-gradient(rgba(0, 0, 0, 0), #000, rgba(0, 0, 0, 0));
    mask-image: linear-gradient(rgba(0, 0, 0, 0), #000, rgba(0, 0, 0, 0));
  }

  .separador-sp {
    pointer-events: none;
    background-image: linear-gradient(rgba(26, 33, 0, 0), #1a2100 40%, #1a2100 60%, rgba(26, 33, 0, 0));
    width: 100%;
    height: 16rem;
    margin-top: -8rem;
    margin-bottom: -8rem;
    display: block;
    position: relative;
  }

  .separador-sp.separador-sp-2 {
    background-color: #01120b;
  }

  .separador-sp.separador-sp-3 {
    background-color: #000;
  }

  .separador-sp.separador-sp-final {
    background-image: linear-gradient(rgba(26, 33, 0, 0), #01120b 40%, #01120b 60%, rgba(26, 33, 0, 0));
  }

  .separador-bg {
    z-index: -1;
    background-color: #1a2100;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: auto;
  }

  .solo-pc {
    display: none;
  }

  .solo-sp {
    display: block;
  }

  .fs-cc-prefs2_title {
    font-size: 20px;
  }

  .fs-cc-banner2_text-link {
    margin-right: 8px;
  }

  .fs-cc-banner2_container {
    flex-direction: column;
    align-items: flex-start;
  }

  .fs-cc-banner2_buttons-wrapper {
    margin-top: 12px;
  }

  .fs-cc-banner2_button {
    margin-left: 0;
    margin-right: 8px;
  }
}

@media screen and (max-width: 479px) {
  .style-guide-grid {
    flex-direction: column;
    grid-template-columns: 1fr;
    display: flex;
  }

  .style-guide-grid-item-wrap {
    grid-template-columns: 1fr;
  }

  .uui-testimonial18_mask {
    width: 95%;
  }

  .tricks-slider_text {
    font-size: 20em;
  }

  .uui-footer04_link-list {
    grid-template-columns: 1fr 1fr;
  }

  .fs-cc-prefs2_close {
    padding: 8px;
  }

  .fs-cc-prefs2_label {
    font-size: 14px;
  }

  .fs-cc-banner2_component {
    width: 100%;
  }

  .fs-cc-prefs2_title {
    font-size: 18px;
  }

  .fs-cc-prefs2_button.fs-cc-button-alt {
    margin-bottom: 8px;
  }

  .fs-cc-prefs2_content {
    padding: 24px;
  }

  .fs-cc-prefs2_submit {
    margin-top: 8px;
  }

  .fs-cc-prefs2_component {
    padding: 24px;
  }
}

#w-node-af6ac8e3-b1ce-cda6-23dc-a32b43a6a065-0ee9482c {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-cef64361-1f9b-8732-7793-1d4785eeed97-0ee9482c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c4313243-b51c-03bb-11ad-c431ebe2a80b-0ee9482c {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-d0d2d682-3502-a29f-1a22-871f47028af2-0ee9482c, #w-node-eb00ca3d-f0c1-8354-e9aa-1faf574614be-0ee9482c, #w-node-_85cb43b8-5298-9d0a-b169-853350d81ae0-0ee9482c, #w-node-_5ce572de-a6ee-b264-99b3-588be3f1debe-0ee9482c, #w-node-e573c9ae-1e4b-15b0-7098-638502628a9c-0ee9482c, #w-node-_0c02166c-4ee3-9762-cc8d-f567a47991b2-0ee9482c, #w-node-_31bfd8e3-b79a-c6a8-c644-de3e1d6aef06-0ee9482c, #w-node-_8101b2ee-d87b-6d50-ecc4-1cc6560df4db-0ee9482c, #w-node-aa9291ec-5ca1-3ae2-496b-ff742d602a68-0ee9482c, #w-node-_479385eb-f044-0d6d-9fb9-3510fe0092c5-0ee9482c, #w-node-_36d6a540-3dac-ba1b-4887-4e460e7ddc86-0ee9482c, #w-node-_58a77a61-8d2a-f298-bcf8-5b5d6bda4258-0ee9482c, #w-node-_84eebd00-708d-d564-7474-81a48d7f1aa8-0ee9482c, #w-node-c0ceb277-bbf2-2cf4-4072-7fa273a7e783-0ee9482c, #w-node-_293d8aee-201d-8e8e-7d11-7b9b1bf3932f-0ee9482c, #w-node-e02f6cf5-e81b-07a2-d153-c916403846e7-0ee9482c, #w-node-_90e05c14-0560-63b0-7156-ffcbe12cdec6-0ee9482c, #w-node-_90e05c14-0560-63b0-7156-ffcbe12cdec7-0ee9482c, #w-node-_4fe45aa3-4f2f-5de4-bc16-fd84f342088d-0ee9482c, #w-node-_68e11e32-8df2-410b-bfd4-8daaf50c4759-0ee9482c, #w-node-_68e11e32-8df2-410b-bfd4-8daaf50c475a-0ee9482c, #w-node-_342f8463-80fe-8f20-601f-eff5eba45c85-0ee9482c, #w-node-_69b8287e-9149-5a33-6507-e305f36fd921-0ee9482c, #w-node-_69b8287e-9149-5a33-6507-e305f36fd922-0ee9482c, #w-node-_40d4d6df-e38b-f778-5115-ea8f93d0542e-0ee9482c, #w-node-c9d7c3ab-d31b-4fe2-e290-666f73a76a6a-0ee9482c, #w-node-_1cb2eaff-c085-9ab3-df4a-1725ee4f484b-0ee9482c, #w-node-_1229091c-99d0-b728-5727-37785a9996e2-0ee9482c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f637bbff-835b-0236-4124-4ac1eef82ac3-0ee9482c {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_826fbc41-7f9a-f875-b76e-3e9c3ff2002b-0ee9482c, #w-node-ed82fd76-b394-3b31-d285-0d24c40a28ca-0ee9482c, #w-node-_11717b33-079b-321a-8523-e173de28bfe2-0ee9482c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e383549d-c8b3-87cd-ee42-73f99aa01117-0ee9482c {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_55db6e40-b97b-9254-09df-2929df1b67ad-0ee9482c, #w-node-_8a96fce1-c74f-35f2-c6f4-3587e7d0e79a-0ee9482c, #w-node-bfdc7d70-2863-8331-b4f9-ad395f381310-0ee9482c, #w-node-_8219438d-b20e-01aa-f124-d537d0821573-0ee9482c, #w-node-df52a5df-cf6e-cd43-ccd8-20633efad3fb-0ee9482c, #w-node-cd8a551e-24bb-f985-80c2-ed654c7036ec-0ee9482c, #w-node-c73ec5c5-9d1c-c71a-647d-93fd71def3a3-0ee9482c, #w-node-b28db8fa-48cc-0fc7-f454-c90e65fa4e38-0ee9482c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_18765f94-c4e6-c755-ac1d-a3de06ce4dbc-0ee9482c {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_91cfe370-0245-0733-cc80-e0128461d2a5-0ee9482c, #w-node-_983a314a-baad-360b-c27c-560bd790abd0-0ee9482c, #w-node-dec986e8-2989-ac3d-9697-51959cdb817b-0ee9482c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_539debc5-c3bf-e500-5373-a3259d80206f-0ee9482c {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-aecd07ed-cd8b-1716-e906-11a45aa52757-0ee9482c, #w-node-_432c5549-5a58-4527-4926-71dbf8e6a1d1-0ee9482c, #w-node-_165d79eb-b2a5-28c4-eb36-16dde57c961e-0ee9482c, #w-node-c962fc9a-3fcf-08e3-bdf2-4ecd4a9701dd-0ee9482c, #w-node-_448e0e5a-f5bb-b07f-46a7-e322d88554aa-0ee9482c, #w-node-_448e0e5a-f5bb-b07f-46a7-e322d88554ab-0ee9482c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bca97c44-ed2a-c4d2-234a-6c62ee4dc6b5-0ee9482c {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_65cb131a-038a-ef25-ea34-fb9ed9c178b0-0ee9482c, #w-node-_50c4eecd-635c-c0cb-6b83-c35774246b79-0ee9482c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


@font-face {
  font-family: 'Robotoslab Variablefont Wght';
  src: url('../fonts/RobotoSlab-VariableFont_wght.ttf') format('truetype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Mplusrounded 1 C';
  src: url('../fonts/MPLUSRounded1c-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Mplusrounded 1 C';
  src: url('../fonts/MPLUSRounded1c-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Mplusrounded 1 C';
  src: url('../fonts/MPLUSRounded1c-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}