:root {
  --white: white;
  --black: #0fa275;
  --dark-grey: #33383f;
  --light-grey: #99a4af;
  --grey: #626a72;
  --gradient-red: #ff010126;
  --back-grey: #f5f6f7;
  --gradient-blue: #7aa7ff52;
  --dim-grey: #495158;
  --silver: #e7ecf0;
  --soft-grey: #cbd5df;
  --gradient-pink: #ef98cf40;
  --untitled-ui--gray600: #475467;
  --untitled-ui--gray900: #101828;
  --untitled-ui--gray200: #eaecf0;
  --untitled-ui--gray100: #f2f4f7;
  --untitled-ui--gray700: #344054;
  --untitled-ui--pink50: #fdf2fa;
  --untitled-ui--pink700: #c11574;
  --untitled-ui--indigo50: #eef4ff;
  --untitled-ui--indigo700: #3538cd;
  --untitled-ui--primary50: #f9f5ff;
  --untitled-ui--primary700: #0fa275;
  --untitled-ui--gray400: #98a2b3;
  --untitled-ui--gray300: #d0d5dd;
  --untitled-ui--white: white;
  --untitled-ui--gray50: #f9fafb;
  --untitled-ui--gray800: #1d2939;
  --untitled-ui--primary800: #0fa275;
  --untitled-ui--gray500: #667085;
  --untitled-ui--primary600: #0fa275;
  --untitled-ui--primary100: #f4ebff;
  --fondo: #fafafa;
}

.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-users-userformpagewrap {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  max-width: 340px;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.w-users-userformheader {
  text-align: center;
}

.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-users-userloginformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-users-userformbutton {
  text-align: center;
  width: 100%;
}

.w-users-userformfooter {
  justify-content: space-between;
  margin-top: 12px;
  display: flex;
}

.w-users-userformerrorstate {
  margin-left: 20px;
  margin-right: 20px;
  position: absolute;
  top: 100%;
  left: 0%;
  right: 0%;
}

.w-users-userresetpasswordformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-users-userformsuccessstate {
  display: none;
}

.w-users-usersignupformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.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-users-usersignupverificationmessage {
  display: none;
}

.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-users-userupdatepasswordformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-users-useraccountwrapper {
  background-color: #f5f5f5;
  width: 100%;
  min-height: 100vh;
  padding: 20px;
}

.w-users-blockcontent {
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  margin-bottom: 20px;
  padding: 20px;
}

.w-users-blockheader {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  justify-content: space-between;
  align-items: baseline;
  padding: 4px 20px;
  display: flex;
}

.w-users-useraccountformsavebutton {
  text-align: center;
  margin-right: 8px;
}

.w-users-useraccountformcancelbutton {
  text-align: center;
  color: #333;
  background-color: #d3d3d3;
}

.w-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

body {
  background-color: var(--white);
  color: var(--black);
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 20px;
}

h1 {
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 45px;
  font-weight: 500;
  line-height: 1.25em;
}

h2 {
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 34px;
  font-weight: 500;
  line-height: 1.2em;
}

h3 {
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 26px;
  font-weight: 500;
  line-height: 1.4em;
}

h4 {
  color: var(--dark-grey);
  margin-top: 0;
  margin-bottom: 12px;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.4em;
}

h5 {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5em;
}

h6 {
  color: var(--light-grey);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.5em;
}

p {
  opacity: .9;
  margin-bottom: 16px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5em;
}

a {
  color: var(--grey);
  text-decoration: none;
  transition: color .2s;
}

ul {
  margin-top: 0;
  margin-bottom: 16px;
  padding-left: 20px;
}

li {
  opacity: .9;
  margin-bottom: 8px;
  font-size: 18px;
  line-height: 1.4em;
}

img {
  max-width: 100%;
  display: inline-block;
}

label {
  color: var(--grey);
  margin-bottom: 6px;
  font-size: 15px;
  font-weight: 400;
  display: block;
}

em {
  letter-spacing: -.5px;
  font-style: italic;
}

blockquote {
  border-left: 5px solid var(--gradient-red);
  color: var(--dark-grey);
  margin-bottom: 16px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 1.4em;
}

figcaption {
  text-align: center;
  margin-top: 12px;
}

.page-wrapper {
  width: 100%;
  min-height: 90vh;
  position: relative;
}

.page-wrapper.light-grey {
  background-color: var(--back-grey);
}

.section {
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.section.light-grey {
  background-color: var(--back-grey);
  position: relative;
}

.section.small {
  padding-top: 40px;
  padding-bottom: 40px;
}

.section.light-color-gradient {
  background-color: var(--back-grey);
  background-image: linear-gradient(#fff, #8a8a8a00 30%, #c6c6c600 66%, #fafafa), linear-gradient(#00000030, #00000030), url('../images/28345.jpg');
  background-position: 0 0, 0 0, 50%;
  background-size: auto, auto, cover;
  justify-content: center;
  align-items: center;
  height: 600px;
  display: flex;
  position: relative;
}

.section.light-color-gradient.comercio {
  background-image: linear-gradient(180deg, #fff, #8a8a8a00 30%, #c6c6c600 66%, var(--black)), linear-gradient(to bottom, #00000030, #00000030), url('../images/28345.jpg');
  background-position: 0 0, 0 0, 50%;
  background-size: auto, auto, cover;
}

.section.light-color-gradient.slider {
  background-color: var(--white);
  background-image: none;
  padding-top: 0;
  padding-bottom: 0;
}

.section.daek-page-header {
  background-color: var(--black);
  background-image: radial-gradient(circle farthest-corner at 0% 50%, var(--gradient-red), #0000 47%), radial-gradient(circle farthest-corner at 30% 150%, var(--gradient-blue), #0000 58%);
  color: var(--white);
  padding-top: 96px;
  padding-bottom: 32px;
}

.section.black-gradient {
  background-color: var(--black);
  color: var(--white);
}

.section.light-page-header {
  background-color: var(--back-grey);
  background-image: radial-gradient(circle at 0%, #ff010121, #0000 41%), radial-gradient(circle at 30% 150%, #7aa7ff3d, #0000 54%);
  padding-top: 96px;
  padding-bottom: 32px;
}

.button {
  background-color: var(--black);
  color: var(--white);
  text-align: center;
  border-radius: 9px;
  flex: none;
  align-self: flex-end;
  margin-bottom: 8px;
  padding: 8px 28px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  transition: box-shadow .2s, transform .2s, border-color .2s, color .2s, background-color .2s;
  box-shadow: 0 2px #2020200d;
}

.button:hover {
  background-color: var(--white);
  color: var(--black);
}

.button:active {
  background-color: var(--grey);
  transform: translate(0, 2px);
  box-shadow: 0 0 #20202000;
}

.button.no-margin {
  margin-left: 0;
  margin-right: 0;
}

.button.outline {
  background-color: var(--white);
  box-shadow: inset 0 0 0 1px var(--dim-grey);
  color: var(--black);
}

.button.outline:hover {
  background-color: var(--silver);
}

.button.outline:active {
  background-color: var(--dim-grey);
  color: var(--white);
}

.button.light {
  background-color: var(--back-grey);
  box-shadow: none;
  color: var(--grey);
}

.button.light:hover {
  background-color: var(--silver);
  color: var(--grey);
}

.button.light:active {
  background-color: var(--soft-grey);
  color: var(--dark-grey);
}

.button.light.mobile-hidden {
  box-shadow: inset 0 0 0 1px var(--silver);
}

.button.disabled {
  background-color: var(--back-grey);
  box-shadow: none;
  opacity: .7;
  color: var(--soft-grey);
}

.button.disabled:active {
  transform: none;
}

.button.subscribe {
  margin-bottom: 0;
  margin-left: -24px;
  padding-left: 22px;
  padding-right: 22px;
}

.button.dark {
  background-color: var(--dim-grey);
}

.button.dark:hover {
  background-color: var(--dark-grey);
}

.button.dark:active {
  background-color: var(--light-grey);
}

.button.white {
  background-color: var(--white);
  color: var(--black);
  font-weight: 500;
}

.button.white:hover {
  background-color: var(--silver);
}

.button.white:active {
  background-color: var(--soft-grey);
}

.button.turistico {
  border-radius: 0;
  flex-direction: row;
  flex: 0 auto;
  justify-content: center;
  align-self: auto;
  align-items: stretch;
  margin-bottom: 0;
  display: flex;
}

.button.centro {
  align-self: flex-end;
}

.button.entero {
  align-self: stretch;
}

.spacer {
  background-color: var(--silver);
  height: 48px;
}

.spacer._64 {
  background-color: #0000;
  width: 64px;
  height: 64px;
}

.spacer._32 {
  background-color: #0000;
  border-radius: 6px;
  width: 32px;
  height: 32px;
}

.spacer._24 {
  text-transform: uppercase;
  background-color: #0000;
  width: 24px;
  height: 24px;
}

.spacer._48 {
  background-color: #0000;
  border-radius: 6px;
  width: 48px;
}

.spacer._128 {
  background-color: #0000;
  width: 128px;
  height: 128px;
}

.spacer._80 {
  background-color: #0000;
  width: 80px;
  height: 80px;
}

.spacer._96 {
  background-color: #5eb2f400;
  width: 96px;
  height: 96px;
}

.spacer._32 {
  background-color: #0000;
  height: 32px;
}

.spacer._16 {
  background-color: #0000;
  flex: none;
  width: 16px;
  height: 16px;
}

.text-box {
  max-width: 650px;
  position: relative;
}

.text-box.center-align {
  text-align: center;
  align-self: center;
  margin-left: auto;
  margin-right: auto;
}

.text-box._550px {
  max-width: 550px;
}

.text-box._500px {
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  max-width: 500px;
  display: flex;
}

.text-box.centered {
  margin-left: auto;
  margin-right: auto;
}

._12-columns {
  flex-flow: wrap;
  place-content: stretch center;
  align-items: center;
  margin-left: -16px;
  margin-right: -16px;
  display: flex;
}

._12-columns.flex-horizontal {
  flex-wrap: nowrap;
  justify-content: flex-start;
  display: flex;
}

._12-columns.align-top {
  align-items: flex-start;
}

._12-columns.align-left {
  justify-content: flex-start;
}

.container {
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: 900px;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 50px;
  padding-right: 50px;
  display: block;
  position: relative;
}

.container._2 {
  max-width: 900px;
}

.container.sin {
  max-width: none;
}

.container.sin.espacioo {
  padding-top: 20px;
}

.color-block {
  background-color: var(--black);
  border-radius: 5px;
  width: 100%;
  height: 60px;
  margin-bottom: 10px;
  margin-left: 0;
  margin-right: 0;
}

.color-block.grey {
  background-color: var(--grey);
}

.color-block.light-grey {
  background-color: var(--light-grey);
}

.color-block.dark-grey {
  background-color: var(--dark-grey);
}

.color-block.back-grey {
  border: 1px solid var(--silver);
  background-color: var(--back-grey);
}

.color-block.soft-grey {
  background-color: var(--soft-grey);
}

.color-block.silver {
  background-color: var(--silver);
}

.color-block.white {
  border: 1px solid var(--silver);
  background-color: #fff;
}

.color-block.soft-red {
  border: 1px solid var(--silver);
  background-color: var(--gradient-red);
}

.color-block.soft-blue {
  border: 1px solid var(--silver);
  background-color: var(--gradient-blue);
}

.color-block.soft-pink {
  border: 1px solid var(--silver);
  background-color: var(--gradient-pink);
}

.white {
  color: #fff;
  font-weight: 300;
}

.column-styleguide {
  background-color: var(--silver);
  border-radius: 2px;
  width: 100%;
  height: 40px;
  margin-bottom: 20px;
}

.column {
  flex-flow: column;
  flex: 0 auto;
  align-items: stretch;
  min-height: 32px;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
  position: relative;
}

.column.desk-10 {
  width: 83.33%;
}

.column.desk-12 {
  width: 100%;
}

.column.desk-11 {
  width: 91.66%;
}

.column.desk-6 {
  width: 50%;
}

.column.desk-5 {
  width: 41.66%;
}

.column.desk-1 {
  flex: 0 auto;
  width: 8.33%;
}

.column.desk-4 {
  width: 33.33%;
}

.column.desk-9 {
  width: 75%;
}

.column.desk-3 {
  flex: none;
  width: 25%;
}

.column.desk-2 {
  width: 16.66%;
}

.column.desk-7 {
  width: 58.3333%;
}

.column.desk-8 {
  width: 66.6667%;
}

.ds-block {
  margin-bottom: 32px;
  font-size: 18px;
}

.horizontal-line {
  background-color: var(--silver);
  width: 100%;
  height: 1px;
  margin-bottom: 36px;
}

.horizontal-line.design-system {
  position: relative;
  bottom: -80px;
}

.rich-text {
  text-align: left;
}

.rich-text img {
  border-radius: 5px;
}

.rich-text h4, .rich-text h3 {
  margin-top: 24px;
}

.nav-content {
  flex-flow: wrap;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 727.969px;
  margin-left: 0;
  display: flex;
  position: relative;
}

.nav-cta-button-container {
  align-items: center;
  display: flex;
}

.menu-button.w--open {
  color: #096ad033;
  background-color: #fff;
}

.nav-bar {
  z-index: 200;
  border-bottom: 1px solid var(--back-grey);
  background-color: var(--white);
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
  position: sticky;
  top: 0;
}

.logo-div {
  flex: 0 auto;
  justify-content: space-between;
  align-items: center;
  display: block;
}

.nav-logo {
  transition: opacity .2s;
}

.nav-logo:hover {
  opacity: .75;
}

.footer-logo {
  margin-bottom: 20px;
}

.footer-link {
  color: #fffc;
  cursor: pointer;
  margin-bottom: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
  text-decoration: none;
  transition: color .2s ease-in-out;
  display: block;
}

.footer-link:hover, .footer-link.w--current {
  opacity: 1;
  color: #fff;
}

.footer-links-container {
  flex-direction: column;
  display: flex;
}

.footer {
  z-index: 0;
  background-color: #0ba175;
  padding-top: 24px;
  padding-bottom: 24px;
  position: relative;
}

.footer.gris {
  background-color: #7a7a7a;
}

.icon {
  color: #fff;
  width: 64px;
  height: 64px;
  margin-bottom: 16px;
  font-size: 24px;
}

.icon.large {
  width: 128px;
  height: 128px;
}

.search-banner {
  text-align: center;
  justify-content: space-between;
  align-items: center;
  margin-right: auto;
  padding-right: 4px;
  font-size: 14px;
  line-height: 1.4em;
  display: flex;
}

.nav-dropdown {
  color: var(--dark-grey);
  border-radius: 5px;
  margin-left: 6px;
  margin-right: 2px;
  padding: 5px 22px 5px 8px;
  font-weight: 500;
  line-height: 26px;
  transition: color .2s;
  position: relative;
}

.nav-dropdown:hover {
  opacity: 1;
  color: #1b9cca;
}

.nav-dropdown.w--current {
  color: #096ad0;
  font-weight: 700;
  transition-property: none;
}

.paragraph.small {
  opacity: .75;
  margin-bottom: 15px;
  font-size: 14px;
  line-height: 1.4em;
}

.paragraph.small.color {
  z-index: 1;
  opacity: 1;
  color: #ffffffd1;
  margin-bottom: 50px;
  margin-left: 0%;
  margin-right: 0%;
}

.paragraph.large {
  font-size: 20px;
  line-height: 1.5em;
}

.paragraph.large.blanco {
  color: var(--back-grey);
}

.paragraph.large.blanco.centro {
  text-align: center;
}

.paragraph.medium {
  font-size: 18px;
}

.paragraph.small {
  opacity: .75;
  opacity: .75;
  margin-bottom: 15px;
  font-size: 14px;
  line-height: 1.4em;
}

.no-margin {
  margin-top: 0;
  margin-bottom: 0;
}

.nav-menu {
  text-align: right;
  margin-right: 0;
}

.ds-menu-brand {
  width: 160px;
  margin-bottom: 50px;
  margin-left: 30px;
}

.ds-menu {
  width: 100%;
}

.ds-menu-link {
  color: var(--silver);
  border-left: 4px solid #0000;
  width: 100%;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 27px;
}

.ds-menu-link:hover {
  color: var(--soft-grey);
}

.ds-menu-link.w--current {
  background-color: var(--dark-grey);
  color: var(--white);
  padding-right: 0;
  font-weight: 500;
}

.ds-nav {
  background-color: var(--black);
  background-image: radial-gradient(circle farthest-corner at 0% 100%, var(--gradient-red), #0000 43%);
  width: 240px;
  padding-top: 40px;
  position: fixed;
  inset: 0% auto 0% 0%;
  overflow: auto;
}

.form-radio-button {
  margin-bottom: 16px;
  padding-left: 24px;
}

.radio-button {
  width: 20px;
  height: 20px;
  margin-top: 0;
  margin-left: -24px;
  margin-right: 10px;
}

.radio-button.w--redirected-checked {
  border-width: 6px;
  border-color: #197dff;
}

.form-error {
  background-color: var(--silver);
  color: var(--black);
  border-radius: 6px;
  padding: 16px;
  font-size: 14px;
  line-height: 18px;
}

.form {
  margin-bottom: 0;
}

.checkbox-field {
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: stretch;
  margin-bottom: 16px;
  padding-left: 24px;
  display: flex;
  position: relative;
}

.check-box {
  width: 14px;
  height: 14px;
  margin-top: 2px;
  margin-left: -24px;
  margin-right: 10px;
}

.check-box.w--redirected-checked {
  background-color: #197dff;
  background-position: 50%;
  background-size: 16px;
  border-color: #197dff;
}

.ds-content {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  margin-left: 240px;
  display: flex;
  position: relative;
}

.form-success {
  background-color: var(--silver);
  color: var(--dark-grey);
  border-radius: 8px;
  width: 100%;
  padding: 16px 32px;
  font-size: 16px;
  line-height: 1.4em;
}

.form-success.dark {
  background-color: var(--dim-grey);
  color: var(--white);
}

.ds-section {
  z-index: 0;
  text-align: left;
  padding: 60px 80px 48px 60px;
  position: relative;
}

.ds-section.header {
  background-color: var(--back-grey);
  color: var(--black);
}

.ds-title {
  color: var(--dark-grey);
  margin-bottom: 8px;
}

.ds-section-header {
  margin-bottom: 50px;
}

.text-field {
  border: 1px solid var(--silver);
  background-color: var(--back-grey);
  border-radius: 9px;
  min-width: 120px;
  height: 44px;
  margin-bottom: 16px;
  padding: 19px 12px;
  font-size: 15px;
  line-height: 1.4em;
  transition: border-color .2s;
}

.text-field:focus {
  border-color: var(--dark-grey);
}

.text-field::placeholder {
  color: var(--soft-grey);
}

.text-field.no-margin {
  margin-bottom: 0;
}

.ebook-box {
  color: var(--black);
  text-align: left;
  border-radius: 4px;
  flex-direction: column;
  width: 100%;
  height: 100%;
  transition: transform .2s, opacity .2s;
  overflow: hidden;
}

.ebook-box:hover {
  transform: translate(0, -3px);
}

.ebook-thumbnail {
  background-image: url('../images/area8-203-203.jpg');
  background-position: 50% 0;
  background-size: cover;
  width: 100%;
  height: 200px;
  margin-bottom: 16px;
}

.ebook-thumbnail.turistico-2 {
  background-image: url('../images/Hotel-Cofrentes-02-300x300.jpg');
  background-position: 50%;
}

.ebook-thumbnail.turistico-3 {
  background-image: url('../images/03.jpg');
  background-position: 50%;
}

.ebook-thumbnail.turistico-4 {
  background-image: url('../images/RCF_2083-300x300.jpg');
  background-position: 50%;
}

.ebook-thumbnail.turistico-5 {
  background-image: url('../images/01-1.jpg');
  background-position: 50% 29%;
}

.text-area {
  border: 1px solid var(--silver);
  background-color: var(--back-grey);
  border-radius: 6px;
  min-height: 120px;
  margin-bottom: 16px;
  padding: 16px;
  font-size: 15px;
  box-shadow: 0 0 10px #00000003;
}

.text-area::placeholder {
  color: var(--soft-grey);
}

.tabs-menu {
  justify-content: center;
  width: 100%;
  margin-bottom: 48px;
  display: flex;
}

.vertical-tab {
  width: 100%;
  margin-top: 24px;
  margin-bottom: 24px;
}

.tab-link {
  border-bottom: 2px solid var(--silver);
  opacity: .5;
  color: var(--grey);
  text-align: center;
  background-color: #0000;
  flex: 0 auto;
  margin-left: 0;
  margin-right: 0;
  padding: 15px 20px;
  font-size: 18px;
}

.tab-link:hover {
  border-bottom-color: var(--soft-grey);
  color: var(--grey);
}

.tab-link.w--current {
  opacity: 1;
  color: #197dff;
  background-color: #0000;
  border-bottom-color: #197dff;
  font-weight: 600;
}

.ds-description {
  color: var(--grey);
  max-width: 400px;
}

.small-button {
  background-color: var(--black);
  color: var(--white);
  text-align: center;
  border-radius: 8px;
  flex: none;
  margin-bottom: 16px;
  padding: 5px 16px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.5;
  transition: transform .2s, border-color .2s, color .2s, box-shadow .2s, background-color .2s;
  box-shadow: 0 1px #0000000f;
}

.small-button:hover {
  background-color: var(--dark-grey);
  color: #fff;
}

.small-button:active {
  background-color: var(--dim-grey);
  transform: translate(0, 1px);
  box-shadow: 0 0 #0000000f;
}

.small-button.light {
  background-color: var(--back-grey);
  box-shadow: none;
  color: var(--grey);
  margin-right: 0;
}

.small-button.light:hover {
  background-color: var(--silver);
}

.small-button.light:active {
  background-color: var(--soft-grey);
  color: var(--dark-grey);
}

.small-button.dark {
  background-color: var(--dim-grey);
  box-shadow: none;
  margin-right: 0;
}

.small-button.dark:hover {
  background-color: var(--dark-grey);
}

.small-button.dark:active {
  background-color: var(--black);
}

.nav-container {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1230px;
  height: 130px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 50px;
  display: flex;
  top: 0;
  left: 0;
  right: 0;
}

.error-2 {
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
}

.nav-link {
  color: var(--grey);
  cursor: pointer;
  background-color: #0000;
  margin-left: 4px;
  margin-right: 4px;
  padding: 6px 8px;
  font-size: 15px;
  font-weight: 500;
  line-height: 24px;
  transition: background-color .2s, transform .2s, color .2s;
}

.nav-link:hover {
  color: var(--black);
}

.nav-link:active {
  color: var(--grey);
}

.nav-link.w--current {
  color: var(--black);
}

.nav-link.cta-button {
  background-color: var(--black);
  box-shadow: 0 2px 0 0 var(--back-grey);
  color: var(--white);
  border-radius: 8px;
  padding-left: 20px;
  padding-right: 20px;
  transition: box-shadow .2s, background-color .2s, transform .2s, color .2s;
}

.nav-link.cta-button:hover {
  background-color: var(--dark-grey);
}

.nav-link.cta-button:active {
  background-color: var(--grey);
  box-shadow: 0 0 0 0 var(--silver);
  transform: translate(0, 1px);
}

.form-dropdown {
  border: 1px solid var(--silver);
  background-color: var(--back-grey);
  color: var(--light-grey);
  border-radius: 6px;
  width: 100%;
  height: 44px;
  margin-bottom: 16px;
  padding: 8px 12px;
  font-size: 15px;
  position: relative;
}

.form-dropdown:focus {
  color: #37474e;
}

.form-dropdown::placeholder {
  color: #999;
  font-size: 15px;
}

.field-block {
  z-index: 1;
  border: 1px solid #0000;
  flex-direction: column;
  flex: 1;
  align-items: stretch;
  min-width: 50px;
  min-height: 20px;
  margin-bottom: 8px;
  display: flex;
}

.error {
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
}

.footer-header {
  color: var(--white);
  letter-spacing: .6px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;
}

.footer-container {
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: 1230px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 50px;
  display: block;
}

.footer-container.gris {
  background-color: var(--dark-grey);
}

.ds-colour-block {
  width: 12.5%;
  padding-right: 16px;
  display: inline-block;
}

.ds-colour-grid {
  flex-wrap: wrap;
  margin-top: 24px;
  display: flex;
}

.ds-module {
  background-color: var(--silver);
  border-radius: 2px;
  flex-direction: column;
  min-width: 100px;
  min-height: 100px;
  display: flex;
  position: relative;
}

._1-2-grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  position: relative;
}

._2-1-grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  position: relative;
}

.heading {
  font-weight: 600;
  display: block;
}

.heading.h1 {
  margin-bottom: 18px;
  font-size: 40px;
  line-height: 1.25em;
}

.heading.h1.small-margin {
  margin-bottom: 6px;
}

.heading.h1.blanco {
  color: var(--white);
}

.heading.h1.blanco.centro {
  text-align: center;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-weight: 600;
}

.heading.h2 {
  margin-bottom: 16px;
  font-size: 36px;
  line-height: 1.3em;
}

.heading.h3 {
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 13px;
  line-height: 1.4em;
}

.heading.h3.no-margin {
  margin-bottom: 0;
}

.heading.h3.bloque {
  z-index: 1;
  color: var(--white);
  align-self: flex-start;
  margin-top: 120px;
}

.heading.h4 {
  margin-bottom: 12px;
  font-size: 22px;
  line-height: 1.45em;
}

.heading.h5 {
  color: var(--dark-grey);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5em;
}

.heading.h6 {
  color: var(--grey);
  font-size: 13px;
  font-weight: 500;
  line-height: 1.5em;
}

.heading.large-h1 {
  margin-bottom: 16px;
  font-size: 64px;
  line-height: 1.15em;
}

.error-3 {
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: 1230px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  display: block;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
}

.licenses-grid {
  grid-column-gap: 96px;
  grid-row-gap: 24px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-bottom: 24px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  position: relative;
}

.utility-page-wrap {
  background-color: var(--black);
  color: var(--white);
  background-image: radial-gradient(circle at 50% 0, #ef98cf33, #0000 57%), radial-gradient(circle at 0 20%, #7aa7ff40, #0000 42%);
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 90vh;
  min-height: auto;
  max-height: 100%;
  padding: 20px;
  display: flex;
}

.utility-page-wrap.center-align {
  background-image: radial-gradient(circle farthest-corner at 50% -20%, #ef98cf33, #0000 61%), radial-gradient(circle farthest-corner at 0% 20%, var(--gradient-blue), #0000 42%);
  text-align: center;
}

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

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 400px;
  display: flex;
}

.visible-spacer {
  background-color: var(--silver);
  border-radius: 2px;
  margin-bottom: 24px;
  display: inline-block;
}

.email-form {
  flex-direction: row;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  max-width: 450px;
  display: flex;
}

.email-form.center-align {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
}

.section-top {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 24px;
  display: flex;
}

._3-grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

._4-grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.email-subscribe {
  grid-column-gap: 12px;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.search {
  align-items: flex-start;
  margin-bottom: 0;
}

.terms-card {
  z-index: 2;
  background-color: #fff;
  border-radius: 12px;
  max-width: 800px;
  margin-top: -180px;
  margin-left: auto;
  margin-right: auto;
  padding: 80px 64px 48px;
  position: relative;
  box-shadow: 0 3px 12px #0000000f;
}

.popular-posts-grid {
  grid-column-gap: 80px;
  grid-row-gap: 64px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.container-2 {
  z-index: 2;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: 1280px;
  min-height: 50px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  display: block;
  position: relative;
}

.hidden {
  display: none;
}

.search-bar {
  border: 1px solid var(--back-grey);
  background-color: var(--back-grey);
  color: var(--black);
  background-image: url('../images/MagnifyingGlass-Grey.svg');
  background-position: 8px;
  background-repeat: no-repeat;
  background-size: 18px;
  border-radius: 6px;
  width: 280px;
  height: 36px;
  margin-bottom: 0;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 32px;
  font-size: 15px;
  font-weight: 400;
  transition: border-color .2s;
}

.search-bar:hover, .search-bar:focus {
  border-color: var(--soft-grey);
}

.search-bar::placeholder {
  color: var(--light-grey);
}

.search-section {
  flex-direction: row;
  align-items: center;
  display: flex;
}

.card-text-link {
  color: var(--black);
  text-align: left;
  border-radius: 4px;
  flex-direction: column;
  width: 100%;
  max-width: 450px;
  transition: transform .2s, opacity .2s;
  overflow: hidden;
}

.card-text-link:hover {
  color: var(--dark-grey);
}

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

.form-card {
  background-color: var(--white);
  color: var(--black);
  text-align: left;
  border-radius: 12px;
  padding: 40px;
}

.title-tag {
  color: var(--silver);
  margin-bottom: 12px;
  font-weight: 500;
}

.cta-banner {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-top: 1px solid var(--silver);
  border-bottom: 1px solid var(--silver);
  text-align: left;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  padding-top: 32px;
  padding-bottom: 32px;
  display: grid;
  position: relative;
  overflow: hidden;
}

.error-4 {
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: 1230px;
  min-height: 50px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 50px;
  padding-right: 50px;
  display: block;
  position: relative;
}

.grey-text-link {
  border-bottom: 1px solid var(--soft-grey);
  color: var(--grey);
}

.grey-text-link:hover {
  border-bottom-color: var(--light-grey);
  color: var(--dark-grey);
}

.banner-section {
  z-index: 200;
  background-color: var(--white);
  background-image: radial-gradient(circle at 25% -20%, #7aa7ff26, #fff0 52%), radial-gradient(circle at 100% 0, #ff010114, #fff0 25%);
  padding-left: 50px;
  padding-right: 50px;
  position: relative;
}

.banner-container {
  flex: 1;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.banner {
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4em;
  display: flex;
}

.banner-link {
  color: var(--light-grey);
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  line-height: 1.3em;
  text-decoration: none;
  display: inline;
}

.banner-link:hover {
  color: var(--black);
}

.hero-grid {
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1.4fr 1fr;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.hero-illustration {
  mix-blend-mode: multiply;
  margin-left: auto;
  margin-right: auto;
}

.large-3-grid {
  grid-column-gap: 48px;
  grid-row-gap: 32px;
  grid-template: ". Area"
  / 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.footer-grid {
  grid-template-rows: auto;
  grid-template-columns: 3fr 1fr 1fr .8fr;
}

.footer-logo-block {
  flex-direction: column;
  align-items: flex-start;
  max-width: 650px;
  display: flex;
  position: relative;
}

.ebook-header-block {
  max-width: 650px;
  height: 50px;
  position: relative;
}

.ebook-page-grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 400px;
}

.ebook-cover {
  border-radius: 8px;
  margin-bottom: 16px;
  overflow: hidden;
  box-shadow: 0 4px 12px #0000000d;
}

.ebook-mobile-block {
  max-width: 650px;
  height: 50px;
  display: none;
  position: relative;
}

.full-page-wrapper {
  background-color: var(--black);
  color: var(--white);
  align-items: center;
  width: 100%;
  max-width: none;
  padding: 24px 12px;
}

.form-page-logo {
  width: 190px;
}

.form-card-header {
  text-align: center;
  margin-bottom: 32px;
}

.admin-form-card {
  background-color: var(--white);
  color: var(--black);
  border-radius: 12px;
  width: 100%;
  max-width: 380px;
  padding: 40px;
}

.admin-form-card.center-align {
  text-align: center;
}

.form-card-footer {
  grid-column-gap: 8px;
  flex-wrap: wrap;
  justify-content: center;
  font-size: 14px;
}

.below-card-link {
  color: var(--back-grey);
  margin-top: 24px;
  font-size: 14px;
  display: inline-block;
}

.below-card-link:hover {
  color: var(--soft-grey);
}

.checkbox-label {
  flex: 1;
  font-size: 14px;
  display: inline-block;
}

.white-text-link {
  border-bottom: 1px solid var(--grey);
  color: var(--white);
  transition: border-color .2s, color .2s;
}

.white-text-link:hover {
  border-bottom-color: var(--soft-grey);
  color: var(--soft-grey);
}

.field-label {
  color: #202020;
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3em;
}

.field-label.no-margin {
  margin-bottom: 0;
}

.account-header {
  border-style: none none solid;
  border-bottom-color: #e7ecf0;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.account-info-wrapper {
  margin-top: 24px;
}

.account-card {
  background-color: var(--white);
  color: var(--black);
  border-radius: 12px;
  width: 100%;
  max-width: 380px;
  padding: 24px 32px;
}

.account-page-wrapper {
  background-color: var(--silver);
  color: var(--white);
  background-image: radial-gradient(circle at 50% 0, #ef98cf33, #0000 57%), radial-gradient(circle at 0 20%, #7aa7ff40, #0000 42%);
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 90vh;
  min-height: 650px;
  max-height: 100%;
  padding: 20px;
  display: flex;
}

.form-2-grid {
  grid-column-gap: 24px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
}

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

.form-page-logo-link {
  margin-bottom: 32px;
  transition: opacity .2s, color .2s;
}

.form-page-logo-link:hover {
  opacity: .9;
}

.section-2 {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
  margin-top: 0;
  padding-top: 0%;
  padding-bottom: 0%;
  display: flex;
}

.image-2 {
  margin-top: 200px;
  margin-bottom: 0;
}

.div-block-11 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: 70%;
  display: flex;
}

.heading-11 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 13px;
  font-weight: 300;
}

.link-5, .link-4, .link-4.w--current {
  color: #fff;
  text-decoration: none;
}

.body {
  flex-direction: column;
  display: flex;
}

.grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-columns: 1fr 1fr 1fr;
}

.section-3 {
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
}

.background-video {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  background-color: #000;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-self: stretch;
  align-items: center;
  display: flex;
}

.dropdown-toggle {
  padding: 0 20px 0 8px;
}

.dropdown-toggle.nav-link {
  margin-left: 0;
}

.icon-2 {
  margin-right: 0;
}

.div-block-12 {
  border: 2px none var(--black);
  background-color: #fff;
  background-image: linear-gradient(0deg, #0ba1756e, #0000), url('../images/area8-203-203.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  border-radius: 5px;
  flex-flow: column;
  align-items: center;
  width: 356px;
  height: 100%;
  padding: 20px;
  display: flex;
  position: relative;
  box-shadow: 0 2px 5px #0003;
}

.div-block-12._2 {
  background-image: linear-gradient(0deg, #0ba1756e, #0000), url('../images/Hotel-Cofrentes-02-300x300.jpg');
  background-position: 0 0, 50%;
}

.div-block-12._3 {
  background-image: linear-gradient(0deg, #0ba1756e, #0000), url('../images/156-150x150.jpg');
}

.div-block-12._4 {
  background-image: linear-gradient(0deg, #0ba1756e, #0000), url('../images/RCF_2083-300x300.jpg');
}

.div-block-12._5 {
  background-image: linear-gradient(0deg, #0ba1756e, #0000), url('../images/01-1.jpg');
  background-position: 0 0, 50%;
}

.div-block-13 {
  flex: 1;
  justify-content: center;
  align-self: stretch;
  align-items: flex-start;
  display: flex;
}

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

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

.uui-blogpost03_author-image {
  object-fit: cover;
  border-radius: 100%;
  width: 3.5rem;
  min-width: 3.5rem;
  height: 3.5rem;
  min-height: 3.5rem;
}

.uui-blogpost03_author-image-wrapper {
  margin-right: 1rem;
}

.uui-blogpost03_author-wrapper {
  align-items: center;
  margin-bottom: 2rem;
}

.uui-blogpost03_author-wrapper.content-bottom {
  margin-bottom: 0;
  display: flex;
}

.uui-blogpost03_divider {
  background-color: var(--untitled-ui--gray200);
  width: 100%;
  max-width: 48rem;
  height: 1px;
  margin-top: 3rem;
  margin-bottom: 1.5rem;
}

.uui-badge {
  grid-column-gap: .375rem;
  background-color: var(--untitled-ui--gray100);
  color: var(--untitled-ui--gray700);
  white-space: nowrap;
  border-radius: 10rem;
  align-items: center;
  padding: .125rem .625rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
  display: flex;
}

.uui-badge.is-pink {
  background-color: var(--untitled-ui--pink50);
  color: var(--untitled-ui--pink700);
}

.uui-badge.is-indigo {
  background-color: var(--untitled-ui--indigo50);
  color: var(--untitled-ui--indigo700);
}

.uui-badge.is-primary {
  background-color: var(--untitled-ui--primary50);
  color: var(--untitled-ui--primary700);
}

.uui-blogpost03_tag-list {
  grid-column-gap: .5rem;
  flex-wrap: wrap;
  justify-content: flex-end;
  display: flex;
}

.uui-blogpost03_tag-list-wrapper {
  width: 50%;
}

.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;
}

.uui-button-icon.text-color-gray400 {
  color: var(--untitled-ui--gray400);
}

.uui-button-secondary-gray {
  grid-column-gap: .5rem;
  border: 1px solid var(--untitled-ui--gray300);
  background-color: var(--untitled-ui--white);
  color: var(--untitled-ui--gray700);
  text-align: center;
  white-space: nowrap;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-button-secondary-gray:hover {
  background-color: var(--untitled-ui--gray50);
  color: var(--untitled-ui--gray800);
}

.uui-button-secondary-gray:focus {
  background-color: var(--untitled-ui--white);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui--gray100);
}

.uui-button-secondary-gray.is-button-small {
  grid-column-gap: .5rem;
  padding: .5rem 1rem;
  font-size: 1rem;
}

.uui-button-secondary-gray.is-button-small.icon-only {
  width: 2.5rem;
  height: 2.5rem;
  padding: 0;
}

.uui-button-secondary-gray.icon-only {
  justify-content: center;
  align-items: center;
  width: 2.75rem;
  height: 2.75rem;
  padding: 0;
  display: flex;
}

.uui-button-secondary-gray.show-tablet {
  display: none;
}

.uui-blogpost03_share {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-items: start;
  margin-top: 1rem;
  display: grid;
}

.uui-blogpost03_share-heading {
  color: var(--untitled-ui--gray900);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
}

.uui-blogpost03_share-wrapper {
  flex-direction: column;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.uui-blogpost03_content-bottom {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.uui-text-rich-text {
  color: var(--untitled-ui--gray600);
  flex: 1;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}

.uui-text-rich-text h1 {
  margin-top: 2rem;
  margin-bottom: 1.5rem;
}

.uui-text-rich-text h2 {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}

.uui-text-rich-text h3 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.uui-text-rich-text h4 {
  margin-top: 1.5rem;
  margin-bottom: 1.25rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}

.uui-text-rich-text h5, .uui-text-rich-text h6 {
  margin-top: 1.25rem;
  margin-bottom: 1rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}

.uui-text-rich-text p {
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}

.uui-text-rich-text blockquote {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-style: italic;
}

.uui-text-rich-text a {
  text-decoration: underline;
}

.uui-text-rich-text figcaption {
  text-align: left;
}

.uui-blogpost03_content {
  margin-bottom: 0;
}

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

.uui-max-width-large.align-center {
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.align-center {
  margin-left: auto;
  margin-right: auto;
}

.uui-blogpost03_image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  margin-top: 20px;
  position: absolute;
  inset: 0%;
}

.uui-blogpost03_image._2 {
  height: auto;
}

.uui-blogpost03_image-wrapper {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40%;
  position: relative;
  overflow: hidden;
}

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

.uui-blogpost03_date-wrapper {
  margin-bottom: 1rem;
  display: flex;
}

.uui-blogpost03_author-heading {
  color: var(--untitled-ui--gray900);
  letter-spacing: normal;
  margin-left: .25rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.5;
}

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

.uui-blogpost03_author-text {
  display: flex;
}

.uui-blogpost03_content-top {
  flex-direction: column;
  flex: 1;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  margin-top: 3rem;
  display: flex;
}

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

.uui-heading-large.blanco.gymkana {
  color: var(--dark-grey);
  text-align: center;
  margin-top: 2rem;
  margin-bottom: 4rem;
  font-weight: 300;
}

.uui-heading-large.visita-virtual {
  text-align: center;
  width: 100%;
  font-size: 2rem;
  font-weight: 700;
}

.uui-breadcrumb-link {
  color: var(--untitled-ui--gray600);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 500;
  text-decoration: none;
  transition: all .3s;
}

.uui-breadcrumb-link:hover {
  color: var(--untitled-ui--gray700);
}

.uui-breadcrumb-link.w--current {
  color: var(--untitled-ui--primary700);
  font-weight: 600;
}

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

.uui-breadcrumb-divider {
  color: var(--untitled-ui--gray500);
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  margin-left: .5rem;
  margin-right: .5rem;
  display: flex;
}

.uui-blogpost03_breadcrumb {
  align-items: center;
  width: 80%;
  margin-bottom: 1rem;
  display: flex;
}

.uui-blogpost03_breadcrumb.entero {
  width: 100%;
}

.uui-blogpost03_title-wrapper {
  flex-direction: column;
  max-width: 46rem;
  display: flex;
}

.uui-blogpost03_title-wrapper._2030 {
  width: 100%;
  max-width: none;
}

.uui-blogpost03_title-wrapper.ruta-virtual {
  max-width: none;
}

.uui-blogpost03_header {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  margin-bottom: 0;
  display: grid;
}

.uui-blogpost03_header._2030 {
  background-image: linear-gradient(270deg, #0000, #000000c7), url('../images/Ods.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-radius: 5px;
  height: 26.9rem;
  margin-bottom: 3rem;
  padding: 20px;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.uui-blogpost03_header._2030.ambiental {
  background-image: linear-gradient(100deg, #000, #fff0), url('../images/FOTO-AREA-AMBIENTAL.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  height: 26.9rem;
}

.uui-blogpost03_header._2030.econ-mica {
  background-image: linear-gradient(270deg, #0000, #000000c7), url('../images/FOTO-AREA-ECONOMICA.png');
  background-position: 0 0, 50% 17%;
}

.uui-blogpost03_header._2030.social {
  background-image: linear-gradient(270deg, #0000, #000000c7), url('../images/FOTO-AREA-SOCIAL.png');
}

.uui-blogpost03_header._2030._2 {
  background-image: linear-gradient(270deg, #0000, #000000c7), url('../images/Cofrentes-1-768x479.jpg');
  margin-bottom: 0;
}

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

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

.uui-page-padding {
  padding-bottom: 20px;
  padding-left: 2rem;
  padding-right: 2rem;
}

.uui-section_blogpost03 {
  margin-top: -90px;
  position: relative;
}

.uui-section_blogpost03.sin {
  margin-top: 0;
}

.paragraph-2 {
  color: var(--untitled-ui--gray600);
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}

.paragraph-2.blanco {
  width: 60%;
}

.paragraph-2.tama-os {
  margin-top: 0;
  font-size: 14px;
}

.uui-navbar07_menu-button {
  padding: 0;
}

.uui-button {
  grid-column-gap: .5rem;
  border: 1px solid var(--untitled-ui--primary600);
  background-color: var(--untitled-ui--primary600);
  color: var(--untitled-ui--white);
  text-align: center;
  white-space: nowrap;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

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

.uui-button:focus {
  background-color: var(--untitled-ui--primary600);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui--primary100);
}

.uui-button._2030 {
  align-self: flex-end;
}

.uui-button._2030.bloques {
  text-align: center;
  border-width: 1px;
}

.uui-button._2030.bloques.espacio {
  width: 100%;
  margin-top: 20px;
}

.uui-button._2030.bloques.gym {
  align-self: stretch;
}

.uui-button._2030.bloques.entero {
  flex: 1;
}

.uui-button._2030.bloques.entero.cerrar-sesi-n {
  border-style: solid;
  border-color: var(--black);
  background-color: var(--black);
}

.uui-button._2030.bloques.entero.cerrar-sesi-n.eliminar {
  border: 2px solid var(--black);
  color: #e03f3f;
  -webkit-text-stroke-width: 0px;
  background-color: #fff;
}

.uui-button._2030.bloques.entero.cerrar-sesi-n.rojo {
  color: #fff;
  background-color: #cf2929;
  border-color: #cf2929;
}

.uui-button._2030.bloques.cerrar {
  background-color: #cf2929;
  border-color: #cf2929;
}

.uui-button._2030.bloques.eliminar {
  border-color: var(--untitled-ui--gray400);
  background-color: var(--untitled-ui--gray400);
}

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

.uui-button-tertiary-gray:hover {
  background-color: var(--untitled-ui--gray50);
  color: var(--untitled-ui--gray700);
}

.show-tablet {
  display: none;
}

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

.uui-navbar07_menu-right {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: center;
  align-items: center;
  display: flex;
}

.uui-navbar07_link {
  color: var(--untitled-ui--gray600);
  align-items: center;
  padding: .75rem 1rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  transition: all .3s;
}

.uui-navbar07_link:hover {
  color: var(--untitled-ui--gray700);
}

.uui-navbar07_link.w--current {
  color: #000;
}

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

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

.uui-navbar07_item-right {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  font-weight: 400;
  display: flex;
}

.uui-icon-1x1-xsmall {
  width: 1.5rem;
  height: 1.5rem;
}

.uui-navbar07_icon-wrapper {
  color: var(--untitled-ui--primary600);
  flex: none;
}

.uui-navbar07_dropdown-link {
  grid-column-gap: 1rem;
  grid-row-gap: 0px;
  border-radius: .5rem;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  padding: .75rem;
  text-decoration: none;
  transition: all .3s;
  display: grid;
}

.uui-navbar07_dropdown-link:hover {
  background-color: var(--untitled-ui--gray50);
}

.uui-navbar07_dropdown-link-list {
  grid-column-gap: 0px;
  grid-row-gap: .5rem;
  grid-template-rows: max-content;
  grid-template-columns: 1fr;
  grid-auto-rows: max-content;
  grid-auto-columns: 1fr;
  display: grid;
}

.uui-navbar07_dropdown-list {
  box-shadow: 0 12px 16px -4px #00000014, 0 4px 6px -2px #10182808;
}

.uui-navbar07_dropdown-list.w--open {
  border: 1px solid var(--untitled-ui--gray200);
  background-color: var(--untitled-ui--white);
  border-radius: .75rem;
  width: 247px;
  padding: .75rem;
  right: -36%;
}

.uui-dropdown-icon {
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  margin-right: 1rem;
  display: flex;
  position: absolute;
  inset: auto 0% auto auto;
}

.uui-navbar07_dropdown-toggle {
  color: var(--untitled-ui--gray600);
  align-items: center;
  padding: .75rem 2.5rem .75rem 1rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  transition: all .3s;
  display: flex;
}

.uui-navbar07_dropdown-toggle:hover {
  color: var(--black);
}

.barra-header {
  flex-flow: wrap;
  font-size: 16px;
  display: flex;
}

.uui-navbar07_menu {
  flex: 0 auto;
  justify-content: space-between;
  align-self: stretch;
  align-items: center;
  margin-left: 0;
  display: flex;
  position: static;
}

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

.uui-logo_logotype {
  flex: none;
}

.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: #fff3;
  border-bottom-right-radius: .5rem;
  border-bottom-left-radius: .5rem;
  width: 100%;
  height: 50%;
  position: absolute;
  inset: 50% 0% 0%;
  overflow: hidden;
}

.uui-styleguide_logomark-bg {
  border-radius: 8px;
  width: 2rem;
  height: 2rem;
  position: absolute;
  inset: 0%;
}

.uui-logo_logomark {
  border: .1px solid #dae0e8;
  border-radius: .5rem;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 1px 1px #1018280f, 0 1px 2px #1018281a;
}

.uui-logo_component {
  flex-wrap: nowrap;
  width: auto;
  height: 3.8rem;
  display: flex;
}

.uui-logo_component.escudo {
  height: 7rem;
}

.uui-navbar07_logo-link {
  padding-left: 0;
}

.uui-navbar07_container {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.uui-navbar07_component {
  border-top: 10px solid #0fa275;
  border-bottom: 1px none var(--untitled-ui--gray100);
  background-color: #fff;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.grid-2 {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  place-items: center;
}

.footer-link-2 {
  color: #626a72;
  cursor: pointer;
  margin-bottom: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 15px;
  text-decoration: none;
  transition: color .2s ease-in-out;
  display: block;
}

.footer-link-2:hover {
  opacity: 1;
  color: #0fa275;
}

.footer-link-2.w--current {
  opacity: 1;
}

.footer-header-2 {
  color: #99a4af;
  letter-spacing: .6px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;
}

.footer-2 {
  z-index: 0;
  background-color: #f5f6f7;
  padding-top: 24px;
  padding-bottom: 24px;
  position: relative;
}

.spacer-2 {
  background-color: #e7ecf0;
  height: 48px;
}

.spacer-2._16 {
  background-color: #0000;
  flex: none;
  width: 16px;
  height: 16px;
}

.div-block-15 {
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.section-4 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 20px 2rem;
  display: flex;
}

.heading-12 {
  color: var(--black);
  text-align: left;
  align-self: flex-start;
  margin-bottom: 10px;
  font-size: 23px;
  font-weight: 600;
}

.heading-12.bloque {
  color: var(--white);
}

.paragraph-3 {
  color: var(--dark-grey);
  text-align: justify;
  width: 100%;
  font-size: 14px;
}

.paragraph-3.bloque {
  opacity: 1;
  color: var(--silver);
}

.paragraph-3.centro {
  justify-content: center;
  align-items: center;
  display: flex;
}

.grid-3 {
  grid-template-rows: auto auto auto;
  grid-auto-flow: column;
  width: 50%;
  margin-top: 20px;
  margin-bottom: 16px;
}

.text-block-2 {
  color: var(--light-grey);
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-13 {
  justify-content: center;
  align-items: center;
  font-weight: 700;
  display: flex;
}

.div-block-17 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: left;
  background-color: #fff;
  border-radius: 5px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 0;
  padding: 20px;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.div-block-17.iconos-sostenibilidad {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
}

.div-block-17.iconos-sostenibilidad.espacio {
  margin-bottom: 20px;
}

.div-block-17.espacio {
  margin-top: 20px;
}

.div-block-17.no-bloque {
  box-shadow: none;
  background-color: #fff0;
}

.div-block-18 {
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 70%;
  margin-top: 40px;
  display: flex;
}

.div-block-18.entero {
  background-color: #fff;
  border-radius: 5px;
  width: 100%;
  margin-top: 20px;
  padding: 20px;
  box-shadow: 0 2px 5px #0003;
}

.div-block-19 {
  flex-flow: column;
  justify-content: flex-start;
  align-self: stretch;
  align-items: center;
  display: flex;
}

.heading-14 {
  text-align: left;
  align-self: flex-start;
}

.bold-text {
  text-align: left;
  font-size: 22px;
}

.image-3 {
  margin-top: 20px;
}

.link-6, .link-7, .link-8 {
  color: var(--black);
}

.link-block {
  align-self: flex-start;
  margin-bottom: 40px;
}

.link-block.centro {
  align-self: center;
}

.div-block-20 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: flex-start;
  display: flex;
}

.div-block-20.centro {
  align-self: center;
}

.text-block-3 {
  color: var(--dark-grey);
}

.link-9 {
  color: var(--untitled-ui--gray600);
}

.link-9:hover {
  color: var(--black);
}

.link-10 {
  color: var(--untitled-ui--gray600);
}

.link-10:hover {
  color: var(--black);
}

.link-11 {
  color: var(--untitled-ui--gray600);
}

.link-11:hover {
  color: var(--black);
}

.youtube {
  width: 100%;
  margin-top: 20px;
}

.grid-4 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.image-4, .image-5, .image-6 {
  margin-bottom: 20px;
}

.grid-5 {
  grid-template-columns: 1fr 1fr 1fr;
}

.link-12 {
  color: var(--black);
}

.section-5 {
  padding: 20px;
}

.body-2 {
  background-color: var(--fondo);
}

.button-2 {
  align-self: flex-start;
}

.button-large {
  color: #fff;
  text-transform: uppercase;
  background-color: #18181d;
  justify-content: space-between;
  align-items: center;
  padding: 30px 36px;
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
  text-decoration: none;
  display: flex;
}

.button-large:hover {
  background-color: #272731;
}

.button-large.hero3-button {
  z-index: 0;
  background-color: #18181d00;
  border-radius: 5px;
  flex-flow: row;
  flex: 0 auto;
  justify-content: flex-start;
  align-self: auto;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 20px;
  transition: background-color .2s;
  position: absolute;
  inset: auto auto 0% 0%;
}

.button-large.hero3-button:hover {
  background-color: #a3100e00;
}

.button-arrow {
  flex: none;
  align-self: flex-end;
  margin-bottom: 7px;
  margin-left: 10px;
  display: inline-block;
}

.text-block-4 {
  text-transform: capitalize;
  align-self: flex-end;
  font-size: 13px;
  font-weight: 400;
}

.heading-15 {
  text-align: left;
}

.heading-15.graficas {
  text-align: center;
}

.heading-15.tama-os {
  margin-bottom: 0;
  font-size: 18px;
}

.body-3, .body-4 {
  background-color: var(--fondo);
}

.text-block-5, .text-block-6, .text-block-7 {
  font-weight: 600;
}

.link-block-2 {
  color: var(--black);
  background-image: linear-gradient(0deg, #00000080, #0000), url('../images/Cofrentes-1-768x479.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-radius: 5px;
  padding: 20px;
}

.div-block-9 {
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
  display: flex;
}

.unsplash-image {
  object-fit: cover;
  object-position: 50% 50%;
  width: 20rem;
  height: 20rem;
  margin-right: 20px;
  display: block;
}

.unsplash-image._2 {
  margin-left: 20px;
  margin-right: 0;
}

.paragraph-4 {
  text-align: justify;
  max-width: 878px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 600;
}

.div-block-21 {
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
  display: flex;
}

.div-block-21._2 {
  flex-flow: row-reverse;
}

.blanco {
  color: var(--back-grey);
}

.svg-icon {
  width: 1.8rem;
  height: 1.8rem;
}

.svg-icon:hover {
  cursor: pointer;
}

.body-5 {
  background-color: var(--fondo);
}

.div-block-22 {
  align-self: stretch;
}

.div-block-22.bloques {
  text-align: left;
  background-color: #fff;
  border-radius: 5px;
  margin-bottom: 20px;
  padding: 20px;
  box-shadow: 0 2px 5px #0003;
}

.div-block-22.bloques.gym {
  flex-flow: column;
  display: flex;
}

.div-block-22.bloques.espacio {
  margin-top: 20px;
}

.div-block-23 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  align-self: stretch;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
}

.heading-16 {
  color: #0fa2757d;
  margin-bottom: 0;
  font-size: 18px;
}

.heading-16:hover {
  color: var(--black);
}

.grid-6 {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr .75fr .5fr .25fr;
}

.heading-17 {
  margin-bottom: 0;
}

.heading-18 {
  margin: 5px;
}

.heading-19, .heading-20 {
  margin-bottom: 0;
}

.text-block-8 {
  font-size: 14px;
}

.text-block-9 {
  color: var(--white);
  font-size: 12px;
}

.text-block-9.verde {
  color: var(--black);
}

.div-block-24 {
  background-color: #0fa2755e;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: 5px;
  display: flex;
}

.div-block-25, .div-block-26, .div-block-27 {
  display: flex;
}

.div-block-28, .div-block-29, .div-block-30 {
  background-color: #0fa27508;
  padding: 5px;
}

.div-block-31 {
  background-color: #0fa27508;
}

.div-block-32, .div-block-33, .div-block-34, .div-block-35 {
  background-color: #0fa27508;
  justify-content: center;
  align-items: center;
  padding: 5px;
  display: flex;
}

.div-block-36 {
  background-color: #0fa2755e;
  padding: 5px;
  display: flex;
}

.div-block-37, .div-block-38, .div-block-39 {
  background-color: #0fa2755e;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-40 {
  padding: 20px 40px;
}

.body-6 {
  background-color: var(--fondo);
  flex-flow: column;
  display: flex;
}

.div-block-41 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.image-7 {
  border-radius: 5px;
  align-self: flex-start;
  box-shadow: 0 2px 5px #0003;
}

.div-block-42 {
  background-image: url('../images/mapa-con-bloques.svg');
  background-position: 0 0;
  background-size: cover;
  flex: 1;
  width: 100%;
  height: 100%;
}

.text-span {
  color: var(--dark-grey);
}

.link-13 {
  color: var(--black);
}

.text-span-2 {
  color: var(--dark-grey);
}

.link-14 {
  color: var(--black);
}

.iconos {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-43 {
  background-color: #fff;
  border-radius: 5px;
  align-self: stretch;
  margin-top: 20px;
  padding: 20px;
  box-shadow: 0 2px 5px #0003;
}

.paragraph-5 {
  color: var(--dark-grey);
}

.form-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.form-block {
  margin-top: 20px;
  margin-bottom: 0;
}

.div-block-44 {
  display: flex;
}

.grid-8 {
  flex: 1;
  margin-left: 20px;
}

.div-block-45 {
  flex-flow: row;
  display: flex;
}

.div-block-46 {
  flex: 1;
  align-self: center;
}

.div-block-46.tarjetas {
  border: 1px solid #e6e6e6;
  border-radius: 8px;
  padding: 20px;
}

.div-block-47, .div-block-48, .div-block-49 {
  display: flex;
}

.paragraph-6 {
  color: var(--dark-grey);
  margin-bottom: 0;
}

.paragraph-6.tama-o {
  color: var(--dim-grey);
  font-size: 14px;
}

.div-block-50 {
  justify-content: flex-end;
  align-items: center;
  margin-top: 10px;
  display: flex;
}

.div-block-51 {
  background-color: #fff;
  border: 1px solid #cecece;
  border-radius: 20px;
  width: 20px;
  height: 20px;
}

.body-7 {
  background-color: var(--untitled-ui--white);
}

.body-7.sin-verde {
  background-color: var(--white);
}

.body-7.verde {
  background-color: var(--black);
}

.body-8, .body-9, .body-10, .body-11, .body-12, .body-13, .body-14, .body-15, .body-16, .body-17, .body-18, .body-19, .body-20, .body-21, .body-22, .body-23, .body-24, .body-25 {
  background-color: var(--fondo);
}

.div-block-52 {
  padding: 20px;
}

.div-block-53 {
  background-color: var(--white);
  border-radius: 8px;
  padding: 20px;
  box-shadow: 0 2px 5px #0003;
}

.div-block-54 {
  display: flex;
}

.div-block-55 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.div-block-56 {
  background-color: var(--back-grey);
  border-radius: 12px;
  align-self: flex-start;
  padding: 8px 14px;
  box-shadow: 0 2px 5px #0003;
}

.div-block-57 {
  flex-flow: column;
  flex: 1;
  margin-left: 20px;
  display: flex;
}

.heading-21 {
  color: var(--dark-grey);
}

.text-block-10 {
  color: var(--light-grey);
  font-size: 14px;
}

.text-block-10.puntos {
  margin-bottom: 5px;
  font-size: 14px;
}

.div-block-58 {
  margin-bottom: 20px;
}

.div-block-58.sin-espacio {
  margin-bottom: 0;
}

.heading-22 {
  font-weight: 600;
}

.div-block-59 {
  border: 1px solid var(--silver);
  border-radius: 8px;
  padding: 20px;
}

.div-block-59.espacio {
  margin-bottom: 20px;
}

.path {
  font-size: 16px;
}

.button-3 {
  color: var(--dark-grey);
  background-color: #3898ec00;
  border-radius: 8px;
  margin-top: 10px;
  box-shadow: 0 2px 5px #0003;
}

.log-in-form {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-60 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  margin-top: 20px;
  display: flex;
}

.div-block-60.abajo {
  flex: 1;
}

.text-span-3, .text-span-4 {
  color: var(--black);
  font-weight: 600;
}

.text-block-11 {
  font-weight: 600;
}

.div-block-61 {
  background-color: #fff;
  border-radius: 10px;
  padding: 20px;
  box-shadow: 0 2px 5px #0003;
}

.div-block-62 {
  flex-flow: wrap;
  justify-content: space-around;
  margin-top: 20px;
  margin-bottom: 30px;
  display: flex;
}

.heading-23 {
  text-align: center;
  margin-top: 5px;
  font-size: 16px;
  font-weight: 700;
}

.div-block-63 {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.image-9, .image-10, .image-11, .image-12 {
  margin-bottom: 10px;
}

.div-block-64 {
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.div-block-65 {
  flex: 1;
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
}

.div-block-66 {
  flex-flow: column;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.div-block-67 {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  background-color: #000;
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-self: stretch;
  align-items: center;
  display: flex;
}

.div-block-68 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: wrap;
  display: flex;
}

.section-6 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  padding: 20px;
  display: flex;
}

.text-span-5 {
  color: #4096cf;
  font-size: 15px;
  font-weight: 600;
}

.text-span-6 {
  color: #0009;
  font-size: 15px;
}

.fecha {
  color: #0009;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 19px;
  text-decoration: none;
}

.paragraph-7 {
  color: #000;
  margin-top: 10px;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
}

.div-block-69 {
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 20px;
  display: flex;
}

.div-block-70 {
  z-index: 1;
  background-color: #fff;
  border-radius: 10px;
  min-height: 300px;
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
  position: relative;
  box-shadow: 0 2px 5px #0003;
}

.div-block-71 {
  background-image: url('../images/40.jpg');
  background-position: 58%;
  background-size: cover;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  width: 300px;
  margin-right: 20px;
}

.heading-6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 19px;
  line-height: 27px;
}

.button-4 {
  text-align: center;
  background-color: #ccc;
  border-radius: 5px;
  align-self: flex-end;
  padding: 14px 20px;
  font-size: 16px;
  font-weight: 700;
  transition: background-color .2s;
}

.button-4.activo {
  background-color: var(--untitled-ui--primary800);
}

.button-4.activo.entero {
  width: 100%;
}

.image-13 {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.div-block-73 {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.body-26 {
  background-color: var(--fondo);
}

.section-7 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 0 0 20px;
  display: flex;
}

.div-block-74 {
  background-color: #fff;
  border-radius: 10px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  max-width: 900px;
  margin-top: -175px;
  padding: 20px;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.text-block-12 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 10px;
  font-weight: 500;
}

.text-block-12.color {
  color: #cf2929;
  -webkit-text-stroke-color: #cf2929;
  font-size: 20px;
  font-weight: 700;
}

.div-block-75 {
  background-image: url('../images/40.jpg');
  background-position: 50%;
  background-size: cover;
  align-self: stretch;
  height: 300px;
}

.paragraph-8 {
  color: var(--grey);
  text-align: justify;
  width: auto;
  margin-top: 10px;
  margin-bottom: 0;
}

.div-block-76 {
  flex-flow: wrap;
  display: flex;
}

.div-block-77 {
  padding: 30px;
}

.text-span-7 {
  color: #0009;
  font-size: 15px;
}

.text-span-7.azul {
  color: #4096cf;
}

.div-block-78 {
  background-image: url('../images/40.jpg');
  background-position: 0%;
  background-size: cover;
  width: 100%;
  height: 250px;
}

.div-block-79 {
  flex-flow: wrap;
  justify-content: center;
  align-items: stretch;
  margin: -10px;
  display: flex;
}

.paragraph-9 {
  color: #000;
  margin-top: 10px;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
}

.div-block-80 {
  flex-flow: wrap;
  width: 33.3333%;
  min-width: 396px;
  padding: 10px;
  display: flex;
}

.link-block-3 {
  text-decoration: none;
}

.div-block-81 {
  background-color: #fff;
  box-shadow: 0 2px 5px #0003;
}

.heading-24 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 19px;
  line-height: 27px;
}

.div-block-83 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.text-block-13 {
  font-size: 21px;
  font-weight: 700;
}

.heading-25 {
  margin-top: 20px;
}

.section-8 {
  background-color: #f5f6f7;
}

.div-block-84 {
  background-image: url('../images/28345.jpg');
  background-position: 0 0;
  background-size: auto;
  height: 600px;
}

.div-block-85 {
  color: var(--dark-grey);
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  display: flex;
}

.div-block-85.alreves {
  flex-flow: row-reverse;
}

.div-block-85.espacio {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.div-block-85.espacio.abajo {
  flex-flow: column;
}

.div-block-85.bloque {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 2px 5px #0003;
}

.div-block-85.bloque.con-foto {
  margin-top: -85px;
}

.heading-26 {
  margin-bottom: 0;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-weight: 600;
}

.div-block-86 {
  background-image: url('../images/F1.png');
  background-position: 0 0;
  background-size: cover;
  width: 500px;
  height: 400px;
  margin-right: 20px;
}

.div-block-86.alreves {
  background-image: url('../images/F2.png');
  margin-left: 20px;
  margin-right: 0;
}

.div-block-87 {
  flex: 1;
  align-self: center;
}

.section-9, .section-10, .section-11 {
  background-color: #f5f6f7;
  padding-top: 20px;
  padding-bottom: 20px;
}

.div-block-88 {
  background-image: url('../images/F3.png');
  background-position: 0 0;
  background-size: cover;
  flex: 1;
  height: 400px;
}

.div-block-88._2 {
  background-image: none;
  justify-content: flex-start;
  align-items: center;
  height: 600px;
  display: flex;
  position: relative;
}

.div-block-89 {
  flex-flow: column;
  flex: 1;
  align-self: center;
  display: flex;
}

.div-block-89.izq {
  align-self: flex-start;
}

.div-block-90 {
  background-color: #0fa275;
  padding: 20px;
}

.heading-27 {
  color: var(--white);
  margin-bottom: 10px;
  font-size: 38px;
}

.paragraph-10 {
  color: var(--white);
  margin-bottom: 0;
}

.div-block-91 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  display: flex;
}

.div-block-92, .div-block-93, .div-block-94 {
  flex: 1;
}

.div-block-95 {
  background-image: url('../images/28345.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 500px;
}

.paragraph-11 {
  color: var(--light-grey);
  text-align: justify;
  font-size: 14px;
}

.div-block-96 {
  z-index: 3;
  background-image: url('../images/28342.jpg');
  background-position: 50%;
  background-size: cover;
  border: 4px solid #f5f6f7;
  justify-content: flex-end;
  align-items: flex-end;
  width: 300px;
  height: 450px;
  display: flex;
  position: relative;
}

.div-block-96.ab {
  z-index: 2;
  width: 250px;
  height: 400px;
  position: absolute;
  inset: 16% 0% 0% 30%;
}

.div-block-96.ab._2 {
  width: 200px;
  height: 350px;
  top: 20%;
  left: 59%;
}

.image-15 {
  margin-bottom: 10px;
  margin-right: 10px;
}

.heading-28 {
  margin-top: 10px;
  margin-bottom: 5px;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
}

.paragraph-12, .paragraph-13, .paragraph-14, .paragraph-15, .paragraph-16 {
  color: var(--dim-grey);
}

.text-span-8 {
  color: #0009;
  font-size: 15px;
}

.paragraph-17 {
  color: var(--dim-grey);
  margin-top: 10px;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}

.div-block-97 {
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 20px;
  display: flex;
}

.div-block-98 {
  z-index: 1;
  background-color: #fff;
  border-radius: 5px;
  min-height: 300px;
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
  position: relative;
  box-shadow: 0 2px 5px #0003;
}

.div-block-99 {
  background-image: url('../images/Cofrentes-1-768x479.jpg');
  background-position: 58%;
  background-size: cover;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  width: 300px;
  margin-right: 20px;
}

.div-block-99._2 {
  background-image: url('../images/FOTO-AREA-AMBIENTAL.png');
}

.div-block-99._3 {
  background-image: url('../images/FOTO-AREA-ECONOMICA.png');
}

.div-block-99._4 {
  background-image: url('../images/FOTO-AREA-SOCIAL.png');
  background-position: 0%;
}

.div-block-99._5 {
  background-image: url('../images/Ods.jpg');
  background-position: 100%;
}

.heading-29 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 19px;
  line-height: 27px;
}

.button-5 {
  text-align: center;
  background-color: #4096cf;
  border-radius: 5px;
  align-self: flex-end;
  padding: 14px 20px;
  font-size: 16px;
  font-weight: 700;
  transition: background-color .2s;
}

.button-5:hover {
  background-color: #4179b9;
}

.div-block-101 {
  padding: 80px 20px 0;
}

.div-block-101.espacio-abajo {
  padding-bottom: 80px;
}

.div-block-101.espacio-abajo.sin-espacio-arriba {
  padding-top: 0;
}

.div-block-102 {
  justify-content: space-between;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-102.espacio {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.div-block-103 {
  flex-flow: row;
  flex: 1;
  justify-content: space-between;
  display: flex;
}

.div-block-104 {
  justify-content: flex-start;
  align-items: center;
  width: 25%;
  display: flex;
}

.div-block-104.arriba {
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
}

.div-block-104.arriba.ruta {
  flex: 1;
}

.heading-30 {
  color: #000;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
}

.heading-30.arriba {
  margin-top: 80px;
  margin-bottom: 20px;
}

.div-block-105 {
  background-image: linear-gradient(#0000, #0ba1757d), url('../images/F3.png');
  background-position: 0 0, 0%;
  background-size: auto, cover;
  border-radius: 10px;
  width: 21vw;
  min-width: 230px;
  max-width: 260px;
  height: 24vw;
  min-height: 280px;
  max-height: 300px;
  margin-bottom: 5px;
}

.text-block-14 {
  color: #868686;
  margin: 0 0 0 5px;
  font-size: 12px;
}

.heading-31 {
  margin-bottom: 0;
  margin-left: 5px;
  font-size: 17px;
  font-weight: 400;
}

.div-block-106 {
  width: 260px;
}

.div-block-107 {
  align-self: stretch;
  display: flex;
}

.div-block-107.espacio {
  margin-bottom: 20px;
}

.paragraph-18 {
  color: #868686;
  text-align: justify;
  flex: 1;
}

.paragraph-18.ruta {
  flex: 0 auto;
}

.paragraph-18.tope {
  width: 34vw;
  max-width: 435px;
}

.div-block-108 {
  flex: 0 auto;
  width: 60px;
  margin-right: 10px;
}

.div-block-109 {
  background-color: #0ba175;
  height: 10px;
  margin-top: 7px;
}

.div-block-110 {
  justify-content: flex-end;
  align-self: stretch;
  align-items: center;
  display: flex;
}

.div-block-110.izq {
  align-self: flex-start;
}

.div-block-111 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #dbf0e9;
  border: 1px solid #0ba175;
  border-radius: 10px;
  justify-content: flex-start;
  align-items: center;
  padding: 10px 20px;
  display: flex;
}

.div-block-111._2 {
  background-color: #31ae89;
  border-color: #fff;
}

.div-block-112 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: wrap;
  justify-content: space-around;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-113 {
  background-color: #0ba175;
  border-radius: 10px;
  width: 15vw;
  min-width: 169.047px;
  height: 15vw;
  min-height: 169.047px;
}

.heading-32 {
  color: var(--light-grey);
  margin-top: 10px;
  margin-bottom: 0;
}

.heading-33 {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 700;
}

.text-block-15 {
  color: var(--black);
}

.text-block-16 {
  color: #0ba175;
}

.text-block-16.blanco {
  color: #fff;
}

.div-block-114 {
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  padding-top: 80px;
  display: flex;
}

.image-16 {
  margin-bottom: 40px;
}

.div-block-115 {
  z-index: 1;
  background-image: url('../images/MONTAÑA.png');
  background-position: 50%;
  background-size: cover;
  width: 34vw;
  max-width: 435px;
  height: 48vw;
  max-height: 614px;
  margin-bottom: 40px;
  position: relative;
  box-shadow: 26px -42px 0 -9px #0ba175;
}

.div-block-115.cta-banner {
  z-index: 0;
  background-color: #0ba175;
  background-image: none;
  border-top-style: none;
  border-bottom-style: none;
  position: absolute;
  top: 915.797px;
  left: 754.062px;
}

.image-17 {
  align-self: flex-end;
}

.text-block-17 {
  color: var(--black);
  font-size: 20px;
  font-weight: 400;
}

.grid-9 {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.div-block-116 {
  background-image: url('../images/galeria1.png');
  background-position: 50%;
  background-size: cover;
  height: 32vw;
  max-height: 400px;
}

.div-block-117, .div-block-118, .div-block-119, .div-block-120 {
  background-image: url('../images/galeria2.png');
  background-position: 50%;
  background-size: cover;
}

.div-block-121 {
  align-self: stretch;
  width: 100%;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.text-block-18 {
  margin-bottom: 20px;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 22px;
}

.div-block-122 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-start;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-123 {
  border: 1px solid #0ba175;
  border-radius: 10px;
  padding: 20px;
}

.div-block-124 {
  justify-content: space-between;
  width: 200px;
  display: flex;
}

.div-block-124.espacio {
  margin-bottom: 10px;
}

.text-block-19 {
  color: #000;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 20px;
}

.text-block-20 {
  color: var(--grey);
  text-align: justify;
  flex: 1;
  font-size: 11px;
}

.heading-34 {
  color: var(--white);
  text-align: center;
  align-self: flex-start;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-weight: 500;
}

.text-block-21 {
  color: var(--white);
  text-align: center;
  border-bottom: 2px solid #fff;
  align-self: center;
  width: 150px;
  margin-bottom: 20px;
}

.div-block-125 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.div-block-126 {
  justify-content: space-between;
  width: 100%;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.paragraph-19 {
  color: var(--white);
  width: 300px;
}

.div-block-127 {
  border: 1px solid var(--black);
  background-color: #fff;
  border-radius: 10px;
  justify-content: flex-end;
  align-items: center;
  width: 500px;
  height: 30px;
  display: flex;
}

.image-18 {
  margin-left: 10px;
  margin-right: 10px;
}

.div-block-128 {
  border-right: 1px solid #0fa275;
  height: 80%;
}

.uui-text-size-large-2 {
  color: #475467;
  letter-spacing: normal;
  font-size: 1.125rem;
  line-height: 1.5;
}

.uui-space-medium {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  width: 100%;
  min-height: 2rem;
  padding-bottom: 10px;
  display: flex;
}

.uui-faq01_cta {
  background-color: #f9fafb;
  border-radius: 1rem;
  justify-content: center;
  margin-top: 4rem;
  padding: 2rem;
  display: flex;
}

.uui-heading-xxsmall {
  color: #101828;
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5;
}

.uui-faq01_answer {
  overflow: hidden;
}

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

.uui-faq01_heading {
  color: #fff;
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.125rem;
  font-weight: 500;
}

.accordion-icon_horizontal-line {
  background-color: #fff;
  border-radius: 1px;
  width: .75rem;
  height: 2px;
  position: absolute;
}

.uui-space-xxsmall {
  width: 100%;
  min-height: .5rem;
}

.accordion-icon_component {
  color: #98a2b3;
  border: 2px solid #fff;
  border-radius: 50%;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
  position: relative;
}

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

.uui-button-row.button-row-center {
  justify-content: center;
}

.uui-faq01_question {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  display: flex;
}

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

.accordion-icon_vertical-line {
  background-color: #fff;
  border-radius: 1px;
  width: 2px;
  height: .75rem;
  position: absolute;
}

.uui-faq01_icon-wrapper {
  color: #fff;
}

.uui-faq01_list {
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.uui-button-2 {
  grid-column-gap: .5rem;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #4a1a84;
  border: 1px solid #4a1a84;
  border-radius: .2rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-button-2:hover {
  background-color: #8c63be;
  border-color: #8c63be;
}

.uui-button-2:focus, .uui-button-2:focus-visible, .uui-button-2[data-wf-focus-visible] {
  background-color: #8c63be;
  border-color: #8c63be;
  box-shadow: 0 1px 2px #1018280d, 0 0 0 4px #1e676826;
}

.uui-button-2.w--current:hover {
  background-color: #955df1;
}

.uui-faq01_component {
  margin-top: 4rem;
}

.uui-text-size-medium-2 {
  color: #475467;
  letter-spacing: normal;
  font-size: 1rem;
  line-height: 1.5;
}

.uui-faq01_accordion {
  border-bottom: 1px solid #eaecf0;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

.uui-faq01_accordion.last-item {
  border-bottom-color: #0000;
}

.div-block-129 {
  display: flex;
}

.div-block-130 {
  border-bottom: 1px solid #fff;
  align-self: center;
  width: 80px;
  margin-right: 10px;
}

.div-block-131 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #fff;
  flex-flow: wrap;
  justify-content: space-around;
  align-items: flex-start;
  height: 300px;
  padding: 20px;
  display: flex;
  overflow: auto;
}

.div-block-132 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.text-block-22 {
  color: var(--white);
}

.div-block-133 {
  display: flex;
}

.text-block-23 {
  color: var(--white);
  align-self: flex-start;
}

.div-block-134 {
  justify-content: space-around;
  width: 300px;
  display: flex;
}

.div-block-135 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-136 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.heading-35 {
  color: var(--white);
  margin-bottom: 0;
  font-size: 37px;
}

.heading-36 {
  color: var(--white);
  font-size: 17px;
  font-weight: 400;
}

.paragraph-20 {
  color: var(--white);
  text-align: justify;
  width: 100%;
  font-size: 14px;
}

.div-block-137 {
  flex: 1;
}

.div-block-138 {
  flex: none;
  width: 450px;
}

.heading-37 {
  color: var(--white);
  font-size: 17px;
  font-weight: 600;
}

.div-block-139 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

.grid-10 {
  height: 100%;
}

.div-block-140, .div-block-141 {
  background-image: url('../images/galeria2.png');
  background-position: 50%;
  background-size: cover;
}

.div-block-142 {
  background-image: url('../images/MONTAÑA.png');
  background-position: 50%;
  background-size: cover;
}

.slider {
  background-color: #ddd0;
  align-self: stretch;
  width: 100%;
  height: 100%;
}

.div-block-143 {
  background-image: linear-gradient(#fff, #8a8a8a00 33%, #c6c6c600 66%, #fff), linear-gradient(#0000003d, #0000003d), url('../images/_LUK2731.jpg');
  background-position: 0 0, 0 0, 50%;
  background-size: auto, auto, cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
}

.div-block-143._2 {
  background-image: linear-gradient(#fff, #8a8a8a00 33%, #c6c6c600 66%, #fff), linear-gradient(#0000003d, #0000003d), url('../images/_PLU5803.jpg');
  background-position: 0 0, 0 0, 50%;
  background-size: auto, auto, cover;
}

.div-block-143._3 {
  background-image: linear-gradient(#fff, #8a8a8a00 33%, #c6c6c600 66%, #fff), linear-gradient(#0000003d, #0000003d), url('../images/_PLU6175.jpg');
  background-position: 0 0, 0 0, 50%;
  background-size: auto, auto, cover;
}

.div-block-143._5 {
  background-image: linear-gradient(#fff, #8a8a8a00 33%, #c6c6c600 66%, #fff), linear-gradient(#0000003d, #0000003d), url('../images/_PLU7244.jpg');
}

.div-block-143._4 {
  background-image: linear-gradient(#fff, #8a8a8a00 33%, #c6c6c600 66%, #fff), linear-gradient(#0000003d, #0000003d), url('../images/_PLU6223.jpg');
}

.footer-gris {
  background-color: var(--dark-grey);
  padding-top: 24px;
  padding-bottom: 24px;
  position: relative;
}

.text-block-24 {
  color: var(--white);
}

.text-block-25 {
  color: var(--black);
}

.columns {
  width: 350px;
}

.heading-38 {
  color: var(--dim-grey);
  text-align: center;
}

.text-block-26 {
  text-align: center;
  margin-bottom: 10px;
}

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

.text-block-29 {
  color: var(--white);
  text-align: center;
  font-size: 13px;
}

.div-block-145 {
  flex: 1;
}

.div-block-146 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: flex-start;
  margin-top: 20px;
  display: flex;
}

.div-block-147 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  justify-content: center;
  align-items: flex-start;
  margin: 20px;
  display: flex;
}

.div-block-148 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

.div-block-149 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.link-block-4 {
  display: flex;
}

.f-accordian-wrapper-2 {
  grid-row-gap: 24px;
  flex-direction: column;
  padding: 0 10px;
  display: flex;
}

.f-accordian-dropdown-2 {
  margin-left: 0;
  margin-right: 0;
  transition: all .3s;
  display: block;
}

.f-accordian-list-2 {
  background-color: #0000;
  width: 100%;
  display: block;
  position: static;
  overflow: hidden;
}

.f-accordian-content-2 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 4px;
  padding-bottom: 4px;
}

.f-accordian-icon-2 {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.f-accordian-title-3 {
  letter-spacing: -.01em;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
}

.nav-dropdown-link-2 {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link-2:focus-visible, .nav-dropdown-link-2[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-link-2.acordeon {
  margin-left: 10px;
  margin-right: 10px;
  padding-left: 0;
  padding-right: 0;
}

.nav-dropdown-link-2.acordeon.w--current {
  color: var(--black);
}

.f-accordian-title-wrapper-2 {
  white-space: normal;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: .75rem;
  padding-bottom: .75rem;
  display: flex;
}

.f-accordian-toggle-2 {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 4px;
  padding: 0;
}

.bold-text-2, .bold-text-3 {
  color: #0ba175;
  font-size: 33px;
}

.pop-up {
  background-image: url('../images/Captura-de-pantalla-2025-01-21-a-las-11.14.26.png');
  background-position: 50% 0;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-150 {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-image: linear-gradient(#00000080, #00000080);
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  display: flex;
}

.div-block-151 {
  background-color: #fff;
  border-radius: 20px;
  padding: 30px;
}

@media screen and (min-width: 1280px) {
  .container.sin.espacioo {
    max-width: 1300px;
  }

  .footer.gris {
    background-color: gray;
  }

  .banner-container {
    max-width: 1140px;
  }

  .grid {
    place-items: center stretch;
  }

  .div-block-12 {
    border-radius: 5px;
  }

  .div-block-12._3 {
    background-image: linear-gradient(0deg, #000000b8, #0000), url('../images/03.jpg');
  }

  .div-block-12._4 {
    background-image: linear-gradient(0deg, #000000b8, #0000), url('../images/RCF_2083-300x300.jpg');
  }

  .div-block-12._5 {
    background-image: linear-gradient(0deg, #000000b8, #0000), url('../images/01-1.jpg');
    background-position: 0 0, 50%;
  }

  .uui-blogpost03_header._2030 {
    background-image: linear-gradient(270deg, #0000, #fff 81%), url('../images/Ods.jpg');
  }

  .paragraph-2 {
    text-align: left;
  }

  .uui-navbar07_menu {
    align-self: stretch;
  }

  .section-4 {
    padding-left: 60px;
    padding-right: 60px;
  }

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

  .heading-12.bloque {
    text-align: left;
  }

  .heading-12.grande {
    text-align: left;
    display: block;
  }

  .paragraph-3 {
    color: var(--dark-grey);
    text-align: justify;
    width: 100%;
  }

  .grid-3 {
    grid-template-rows: auto auto auto;
    width: 50%;
  }

  .text-block {
    font-size: 14px;
  }

  .text-block-2 {
    color: var(--dark-grey);
    margin-bottom: 10px;
  }

  .div-block-16 {
    text-align: center;
  }

  .heading-13 {
    font-size: 16px;
  }

  .div-block-17, .div-block-18 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    margin-top: 20px;
    display: flex;
  }

  .div-block-19 {
    margin-top: 20px;
  }

  .button-large.hero3-button {
    border-radius: 6px;
  }

  .button-arrow {
    margin-bottom: 7px;
    margin-left: 10px;
  }

  .heading-15 {
    flex: 1;
    justify-content: flex-start;
    align-items: flex-end;
    display: flex;
  }

  .body-3, .body-4 {
    background-color: #fafafa;
  }

  .div-block-40.grande {
    align-self: center;
    max-width: 1300px;
  }

  .div-block-40.lista-gymkana {
    min-width: 1300px;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-52 {
    flex-flow: row;
    justify-content: center;
    align-items: stretch;
    display: flex;
  }

  .div-block-53 {
    flex: 1;
    align-self: stretch;
    max-width: 80%;
  }

  .div-block-62 {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
    justify-content: center;
  }

  .div-block-101.espacio-abajo.sin-espacio-arriba {
    padding-top: 0;
  }

  .div-block-113 {
    max-width: 206.25px;
    max-height: 206.25px;
  }

  .heading-32 {
    color: var(--light-grey);
    margin-top: 10px;
    margin-bottom: 0;
  }

  .heading-33 {
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 700;
  }

  .div-block-131 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    object-fit: fill;
    background-color: #fff;
    flex-flow: wrap;
    justify-content: space-around;
    align-items: flex-start;
    height: 300px;
    padding: 20px;
    display: flex;
    overflow: auto;
  }

  .div-block-132 {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }

  .text-span-9 {
    color: #0ba175;
    font-weight: 700;
  }

  .link-block-4 {
    display: flex;
  }
}

@media screen and (max-width: 991px) {
  .button {
    position: relative;
  }

  .button.turistico {
    font-size: 14px;
  }

  ._12-columns {
    flex-flow: wrap;
  }

  .container {
    padding-left: 30px;
    padding-right: 30px;
  }

  .column {
    width: 50%;
  }

  .column.desk-3 {
    flex-wrap: nowrap;
    width: 33.33%;
  }

  .ds-block {
    margin-bottom: 40px;
  }

  .menu-icon {
    color: #096ad0;
  }

  .nav-content {
    flex-direction: row;
    justify-content: center;
    margin-left: 0;
  }

  .menu-button.w--open {
    color: #096ad0;
    background-color: #0000;
  }

  .logo-div {
    flex: 0 auto;
  }

  .nav-logo {
    flex: 1;
  }

  .footer-links-container {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .search-banner {
    display: none;
  }

  .nav-dropdown {
    text-align: center;
    flex: 1;
    margin-left: 0;
    margin-right: 0;
    padding-left: 8px;
    padding-right: 8px;
    font-size: 15px;
    display: block;
  }

  .ds-menu-brand {
    margin-bottom: 0;
    top: 5px;
  }

  .ds-menu {
    z-index: 500;
    border-bottom: 1px solid var(--silver);
    background-color: #197dff;
    padding-top: 16px;
    padding-bottom: 16px;
    display: block;
    position: absolute;
    inset: 80px auto auto 0%;
  }

  .ds-nav {
    z-index: 10;
    width: 100%;
    padding-top: 20px;
    position: sticky;
    bottom: auto;
    left: auto;
    overflow: visible;
  }

  .ds-content {
    margin-left: 0;
    position: static;
  }

  .ds-section {
    padding-left: 30px;
    padding-right: 30px;
  }

  .small-button {
    position: relative;
  }

  .nav-container {
    padding-left: 30px;
    padding-right: 30px;
  }

  .nav-link {
    margin-left: 0;
    margin-right: 0;
    font-size: 15px;
  }

  .nav-link.cta-button {
    padding-left: 16px;
    padding-right: 16px;
  }

  .footer-container {
    padding-left: 30px;
    padding-right: 30px;
  }

  ._1-2-grid, ._2-1-grid {
    margin-left: 0;
  }

  .heading.h1 {
    font-size: 40px;
  }

  .error-3 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .licenses-grid {
    grid-column-gap: 40px;
    margin-left: 0;
  }

  .ds-body {
    flex-direction: column;
    display: flex;
  }

  .ds-menu-button {
    color: var(--white);
    margin-right: 12px;
    top: -10px;
  }

  .ds-menu-button.w--open {
    background-color: #197dff;
    border-radius: 40px;
  }

  ._3-grid, ._4-grid {
    grid-template-columns: 1fr 1fr;
  }

  .terms-card {
    padding-top: 64px;
  }

  .popular-posts-grid {
    grid-template-columns: 1fr;
  }

  .container-2 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .search-bar {
    width: 220px;
    font-size: 14px;
  }

  .error-4 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .banner-section {
    padding-left: 60px;
    padding-right: 60px;
  }

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

  .hero-grid {
    justify-content: center;
    align-items: center;
  }

  .large-3-grid {
    grid-template-columns: 1fr 1fr;
  }

  .footer-grid {
    grid-template-columns: 2fr 1fr 1fr .8fr;
  }

  .div-block-11 {
    grid-column-gap: 29%;
    grid-row-gap: 29%;
    width: 83%;
  }

  .grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: wrap;
    justify-content: center;
    align-items: flex-start;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .div-block-12 {
    width: 340px;
    height: 340px;
  }

  .uui-button-secondary-gray.show-tablet {
    display: block;
  }

  .uui-blogpost03_content {
    margin-bottom: 3rem;
  }

  .uui-heading-large {
    font-size: 2.75rem;
  }

  .uui-blogpost03_header {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .uui-blogpost03_header._2030 {
    background-position: 0 0, 100%;
    background-repeat: repeat, no-repeat;
    height: auto;
  }

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

  .menu-icon_line-bottom {
    background-color: var(--untitled-ui--gray700);
    border-radius: 1rem;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon_line-middle-inner {
    width: 4px;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon_line-middle {
    background-color: var(--untitled-ui--gray700);
    border-radius: 1rem;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .menu-icon_line-top {
    background-color: var(--untitled-ui--gray700);
    border-radius: 1rem;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon_component {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin-right: -.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .uui-navbar07_menu-button.w--open {
    background-color: #0000;
  }

  .hide-tablet {
    display: none;
  }

  .show-tablet {
    display: block;
  }

  .uui-navbar07_button-wrapper {
    flex-direction: column-reverse;
    align-items: stretch;
    display: flex;
  }

  .uui-navbar07_menu-right {
    flex-direction: column-reverse;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    align-self: stretch;
    align-items: stretch;
    margin-top: 1.5rem;
    padding-bottom: 7rem;
  }

  .uui-navbar07_link {
    color: var(--untitled-ui--gray900);
    width: 100%;
    padding: .75rem 0;
    font-size: 1.125rem;
  }

  .uui-navbar07_link:hover {
    color: var(--untitled-ui--gray900);
  }

  .uui-navbar07_dropdown-link {
    padding-left: 0;
    padding-right: 0;
  }

  .uui-navbar07_dropdown-link:hover {
    background-color: #0000;
  }

  .uui-navbar07_dropdown-link-list {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .uui-navbar07_dropdown-list {
    position: static;
    overflow: hidden;
  }

  .uui-navbar07_dropdown-list.w--open {
    box-shadow: none;
    border-style: none;
    border-color: #0000;
    width: auto;
    padding: 0;
  }

  .uui-dropdown-icon {
    color: var(--untitled-ui--gray500);
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
    inset: auto 0% auto auto;
  }

  .uui-navbar07_dropdown-toggle {
    color: var(--untitled-ui--gray900);
    align-items: center;
    padding-top: .75rem;
    padding-bottom: .75rem;
    padding-left: 0;
    font-size: 1.125rem;
    display: flex;
  }

  .uui-navbar07_dropdown-toggle:hover {
    color: var(--untitled-ui--gray900);
  }

  .uui-navbar07_menu-dropdown {
    width: 100%;
    position: relative;
  }

  .barra-header {
    grid-column-gap: 0px;
    grid-row-gap: .5rem;
    color: var(--untitled-ui--gray900);
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    display: flex;
  }

  .uui-navbar07_menu {
    border-top: 1px solid var(--untitled-ui--gray100);
    -webkit-text-fill-color: inherit;
    background-color: #fff;
    background-clip: border-box;
    align-items: flex-start;
    height: 100vh;
    margin-left: 0;
    padding: 1.5rem 2rem 5.2rem;
    position: absolute;
    overflow: auto;
  }

  .button-large {
    width: 100%;
  }

  .text-block-5, .text-block-6, .text-block-7 {
    text-align: center;
  }

  .div-block-9 {
    flex-flow: column;
  }

  .unsplash-image {
    margin-bottom: 10px;
    margin-right: 0;
  }

  .unsplash-image._2 {
    margin-left: 0;
  }

  .div-block-21, .div-block-21._2 {
    flex-flow: column;
  }

  .div-block-42 {
    background-position: 18%;
  }

  .div-block-44 {
    flex-flow: column;
  }

  .grid-8 {
    margin-left: 0;
  }

  .image-8 {
    align-self: center;
    margin-bottom: 20px;
  }

  .div-block-62 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .div-block-69 {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 20px;
  }

  .heading-6 {
    margin-top: 0;
  }

  .div-block-72 {
    margin-bottom: 20px;
  }

  .button-4 {
    align-self: flex-end;
  }

  .div-block-74 {
    width: 96%;
  }

  .heading-24 {
    margin-top: 0;
  }

  .div-block-82 {
    margin-bottom: 20px;
  }

  .div-block-85, .div-block-85.alreves {
    flex-flow: column;
  }

  .div-block-85.espacio {
    flex-flow: column-reverse;
  }

  .div-block-85.con-foto.espacio {
    flex-flow: column;
  }

  .div-block-86 {
    width: 100%;
    margin-right: 0;
  }

  .div-block-86.alreves {
    margin-left: 0;
  }

  .div-block-88._2 {
    max-width: 768px;
    margin-left: -1%;
  }

  .div-block-88._3 {
    flex: none;
  }

  .div-block-91 {
    flex-flow: column;
  }

  .div-block-96 {
    margin-left: 8%;
  }

  .div-block-96.ab {
    top: 5%;
  }

  .div-block-96.ab._2 {
    top: 10%;
  }

  .div-block-97 {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 20px;
  }

  .heading-29 {
    margin-top: 0;
  }

  .div-block-100 {
    margin-bottom: 20px;
  }

  .button-5 {
    align-self: flex-end;
  }

  .div-block-102 {
    flex-flow: column;
  }

  .div-block-102.espacio {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .div-block-103 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: center;
    align-items: center;
  }

  .div-block-104.arriba {
    align-self: flex-start;
  }

  .div-block-106 {
    width: 230px;
  }

  .paragraph-18.tope {
    width: 100%;
    max-width: none;
  }

  .div-block-110 {
    align-self: stretch;
  }

  .div-block-111 {
    flex: 1;
    justify-content: center;
    align-self: stretch;
    align-items: center;
  }

  .div-block-112 {
    justify-content: center;
    align-items: flex-start;
  }

  .div-block-115 {
    width: 100%;
    max-width: none;
  }

  .image-17 {
    width: 100%;
  }

  .div-block-116 {
    height: 100%;
  }

  .heading-34, .div-block-134 {
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-139 {
    margin-bottom: 10px;
  }

  .div-block-144 {
    flex: 1;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .image-19 {
    align-self: center;
  }

  .div-block-147 {
    flex-flow: wrap;
    justify-content: center;
    align-items: flex-start;
  }

  .div-block-148 {
    flex-flow: column;
  }

  .f-accordian-list-2 {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 36px;
  }

  h2 {
    font-size: 32px;
  }

  h3 {
    font-size: 22px;
  }

  p {
    font-size: 15px;
  }

  .section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section.daek-page-header, .section.light-page-header {
    padding-top: 80px;
    padding-bottom: 16px;
  }

  .button.light.mobile-hidden {
    display: none;
  }

  .button.turistico {
    font-size: 13px;
  }

  .spacer {
    height: 32px;
  }

  .spacer._64 {
    height: 48px;
  }

  .spacer._80 {
    width: 64px;
    height: 64px;
  }

  ._12-columns {
    flex-wrap: wrap;
  }

  ._12-columns.flex-horizontal {
    flex-flow: wrap;
    margin-bottom: 0;
  }

  .column.desk-6, .column.desk-5, .column.desk-4, .column.desk-9, .column.desk-7, .column.desk-8 {
    width: 100%;
  }

  .nav-content {
    border-top: 1px solid var(--silver);
    background-color: var(--white);
    flex-flow: column wrap;
    flex: none;
    justify-content: center;
    width: 100%;
    height: 394px;
    margin-left: 0;
    padding-top: 20px;
    padding-bottom: 40px;
    position: absolute;
  }

  .nav-cta-button-container {
    flex-direction: column;
    align-items: stretch;
    margin-top: 10px;
  }

  .menu-button {
    justify-content: center;
    align-items: center;
    width: 56px;
    height: 56px;
    margin-right: -12px;
    padding: 16px;
  }

  .nav-bar {
    border: 1px #000;
  }

  .logo-div {
    margin-right: auto;
  }

  .footer-logo {
    padding-left: 0;
  }

  .footer-links-container {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 24px;
    display: flex;
  }

  .nav-dropdown {
    padding-top: 13px;
    padding-bottom: 13px;
    font-size: 16px;
  }

  .nav-dropdown:hover {
    transform: none;
  }

  .paragraph {
    font-size: 15px;
  }

  .nav-menu {
    text-align: center;
    margin-right: 0;
    padding-right: 0;
  }

  .ds-menu-brand.w--current {
    margin-top: 14px;
  }

  .ds-content {
    margin-left: 0;
  }

  .ds-section {
    padding-left: 30px;
    padding-right: 30px;
  }

  .tabs-menu {
    flex-wrap: wrap;
  }

  .tab-link {
    width: auto;
  }

  .nav-container {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .nav-link {
    text-align: center;
    margin-left: 25px;
    margin-right: 25px;
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 16px;
  }

  .nav-link:hover {
    transform: none;
  }

  .field-block {
    min-height: auto;
  }

  .footer-container {
    flex-direction: column;
  }

  .ds-colour-block {
    width: 25%;
  }

  ._1-2-grid, ._2-1-grid {
    grid-template-columns: 2fr;
    margin-left: 0;
  }

  .heading.h1 {
    font-size: 35px;
  }

  .heading.h2 {
    margin-bottom: 16px;
    font-size: 28px;
  }

  .heading.h4 {
    font-size: 20px;
  }

  .heading.large-h1 {
    font-size: 48px;
  }

  .licenses-grid {
    grid-template-columns: 1fr;
    margin-left: 0;
  }

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

  .section-top._2 {
    flex-flow: column;
  }

  ._3-grid {
    grid-template-columns: 1fr;
  }

  .terms-card {
    padding-top: 48px;
    padding-left: 48px;
    padding-right: 48px;
  }

  .popular-posts-grid {
    grid-template-columns: 1fr;
  }

  .container-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .search-bar {
    width: 100%;
  }

  .cta-banner {
    text-align: center;
    flex-direction: column;
    grid-template-columns: auto;
    padding: 40px;
  }

  .banner-section {
    text-align: left;
    justify-content: flex-start;
    padding-left: 30px;
    padding-right: 30px;
  }

  .banner-container {
    text-align: left;
  }

  .banner {
    text-align: left;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .hero-grid {
    grid-template-columns: 1fr;
  }

  .hero-illustration {
    width: 120px;
    margin-left: 0;
  }

  .large-3-grid {
    grid-template-columns: 1fr;
  }

  .footer-grid {
    grid-template-columns: 1fr .8fr;
  }

  .footer-logo-block {
    margin-bottom: 40px;
  }

  .ebook-header-block {
    height: auto;
    display: none;
  }

  .ebook-page-grid {
    grid-template-columns: 1fr;
  }

  .ebook-mobile-block {
    height: auto;
    display: block;
  }

  .grid {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .dropdown-toggle.nav-link {
    width: 95%;
    margin-right: 0;
  }

  .uui-blogpost03_author-heading-bottom {
    font-size: 1rem;
  }

  .uui-blogpost03_author-image {
    width: 3rem;
    min-width: 3rem;
    height: 3rem;
    min-height: 3rem;
  }

  .uui-blogpost03_author-image-wrapper {
    margin-right: .75rem;
  }

  .uui-blogpost03_divider {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .uui-badge {
    padding: .125rem .5rem;
  }

  .uui-button-secondary-gray {
    padding-left: 1.25rem;
    font-size: 1rem;
  }

  .uui-button-secondary-gray:hover {
    background-color: var(--untitled-ui--white);
    color: var(--untitled-ui--gray700);
  }

  .uui-text-rich-text figure {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .uui-blogpost03_content {
    margin-bottom: 2rem;
  }

  .uui-blogpost03_date-wrapper {
    margin-bottom: .75rem;
  }

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

  .uui-blogpost03_content-top {
    margin-top: 2rem;
  }

  .uui-heading-large {
    font-size: 2.25rem;
  }

  .uui-blogpost03_header {
    grid-row-gap: 3rem;
    margin-bottom: 4rem;
  }

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

  .uui-page-padding {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .div-block-14 {
    flex-direction: column;
    align-self: stretch;
    align-items: center;
    display: flex;
  }

  .dropdown {
    justify-content: center;
    width: 100%;
    display: flex;
  }

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

  .uui-button:hover {
    border-color: var(--untitled-ui--primary600);
    background-color: var(--untitled-ui--primary600);
  }

  .uui-button._2030, .uui-button._2030.bloques {
    align-self: stretch;
  }

  .uui-button-tertiary-gray:hover {
    color: var(--untitled-ui--gray600);
    background-color: #0000;
  }

  .uui-navbar07_link {
    font-size: 1rem;
  }

  .uui-navbar07_dropdown-link-list {
    grid-row-gap: .5rem;
    max-width: none;
    padding-top: .75rem;
    padding-bottom: .75rem;
  }

  .uui-navbar07_dropdown-toggle {
    font-size: 1rem;
  }

  .uui-navbar07_menu {
    padding-left: 1rem;
    padding-right: 1rem;
  }

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

  .uui-navbar07_component {
    min-height: 4.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .spacer-2 {
    height: 32px;
  }

  .paragraph-3 {
    width: 100%;
  }

  .grid-3 {
    width: 80%;
  }

  .button-arrow.flecha {
    width: 199px;
  }

  .text-block-5, .text-block-6, .text-block-7 {
    text-align: center;
  }

  .grid-7 {
    flex-flow: column;
    display: flex;
  }

  .div-block-42 {
    background-position: 23%;
  }

  .form-2 {
    flex-flow: wrap;
  }

  .div-block-54 {
    flex-flow: column;
  }

  .div-block-55 {
    flex-flow: column;
    margin-bottom: 20px;
  }

  .div-block-56 {
    align-self: center;
  }

  .div-block-57 {
    margin-left: 0;
  }

  .div-block-60 {
    flex-flow: column;
    justify-content: center;
    align-items: flex-end;
  }

  .div-block-68 {
    margin-top: 20px;
  }

  .div-block-69 {
    padding-left: 20px;
  }

  .div-block-70 {
    flex-flow: column;
    min-height: auto;
  }

  .div-block-71 {
    background-repeat: repeat;
    width: 100%;
    height: 300px;
    margin-right: 0;
  }

  .heading-6 {
    margin-top: 0;
  }

  .button-4 {
    align-self: stretch;
  }

  .div-block-80 {
    min-width: 100%;
  }

  .heading-24 {
    margin-top: 0;
  }

  .image-14 {
    width: 50%;
  }

  .perfil {
    width: 100%;
  }

  .div-block-95 {
    height: 300px;
  }

  .div-block-96 {
    margin-left: 0%;
  }

  .div-block-97 {
    padding-left: 20px;
  }

  .div-block-98 {
    flex-flow: column;
    min-height: auto;
  }

  .div-block-99 {
    background-repeat: repeat;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 0;
    width: 100%;
    height: 300px;
    margin-right: 0;
  }

  .heading-29 {
    margin-top: 0;
  }

  .button-5 {
    align-self: stretch;
  }

  .div-block-103, .div-block-126 {
    flex-flow: column;
  }

  .paragraph-19 {
    text-align: center;
    align-self: center;
  }

  .div-block-127 {
    align-self: center;
  }

  .div-block-127.pocientp {
    width: 100%;
  }

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

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

  .uui-faq01_cta {
    margin-top: 3rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .uui-heading-xxsmall {
    font-size: 1.125rem;
  }

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

  .uui-button-row.button-row-center.is-reverse-mobile-landscape {
    flex-direction: column-reverse;
  }

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

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

  .uui-button-2:hover {
    background-color: #7f56d9;
    border-color: #7f56d9;
  }

  .uui-faq01_component {
    margin-top: 3rem;
  }

  .div-block-136 {
    flex-flow: column;
  }

  .div-block-138 {
    width: 100%;
  }

  .columns {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    display: flex;
  }

  .div-block-147 {
    justify-content: center;
    align-items: flex-start;
  }
}

@media screen and (max-width: 479px) {
  body {
    font-size: 14px;
  }

  h1 {
    font-size: 32px;
  }

  h2 {
    font-size: 28px;
  }

  .section.light-color-gradient.slider {
    height: 300px;
  }

  .button {
    width: 100%;
    font-size: 16px;
    line-height: 1.8em;
  }

  .button.subscribe {
    margin-left: 0;
  }

  ._12-columns.flex-horizontal {
    flex-direction: row;
  }

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

  .color-block {
    margin-bottom: 20px;
  }

  .column {
    margin-bottom: 0;
  }

  .column.desk-6, .column.desk-5, .column.desk-3 {
    width: 100%;
  }

  .menu-button {
    flex: 0 auto;
  }

  .search-banner {
    justify-content: space-between;
  }

  .paragraph.medium {
    font-size: 16px;
  }

  .ds-menu-brand {
    margin-left: 16px;
  }

  .ds-section {
    padding-left: 16px;
    padding-right: 16px;
  }

  .text-field, .text-area {
    width: 100%;
  }

  .nav-container {
    height: 64px;
    padding: 2px 20px;
  }

  .footer-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading.h1.blanco.centro {
    font-size: 21px;
  }

  .heading.large-h1 {
    font-size: 42px;
  }

  .error-3 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .ds-menu-button {
    margin-right: 6px;
  }

  .email-form {
    flex-direction: column;
    width: 100%;
  }

  ._4-grid {
    grid-template-columns: 1fr;
  }

  .email-subscribe {
    grid-row-gap: 12px;
    flex-direction: column;
    width: 100%;
  }

  .search {
    flex-direction: column;
  }

  .terms-card {
    padding-top: 24px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .container-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .search-bar {
    width: 100%;
  }

  .form-card {
    padding: 24px;
  }

  .title-tag {
    margin-bottom: 6px;
  }

  .cta-banner {
    padding: 32px;
  }

  .error-4 {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .banner {
    text-align: left;
    justify-content: space-between;
  }

  .banner-link {
    flex: 0 auto;
    width: 100%;
  }

  .form-page-logo {
    width: 160px;
  }

  .admin-form-card, .account-card {
    padding: 28px;
  }

  .form-2-grid {
    grid-template-columns: 1fr;
  }

  .form-page-logo-link {
    margin-bottom: 24px;
  }

  .div-block-11 {
    flex-direction: column;
  }

  .heading-11 {
    margin-bottom: 40px;
  }

  .grid {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .uui-blogpost03_tag-list {
    justify-content: flex-start;
  }

  .uui-blogpost03_tag-list-wrapper {
    width: 100%;
  }

  .uui-blogpost03_share-wrapper {
    width: 100%;
    margin-bottom: 1.5rem;
  }

  .uui-blogpost03_content-bottom {
    flex-direction: column;
    align-items: flex-start;
  }

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

  .uui-button._2030.bloques {
    align-self: stretch;
  }

  .uui-navbar07_dropdown-link {
    padding-left: 0;
  }

  .heading-12 {
    text-align: center;
    align-self: center;
  }

  .paragraph-3 {
    text-align: justify;
  }

  .grid-3 {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    grid-template-rows: auto auto auto;
    grid-auto-flow: column;
    width: 100%;
  }

  .text-block-2 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-block-17.iconos-sostenibilidad {
    flex-flow: wrap;
  }

  .button-large {
    font-size: 14px;
    line-height: 22px;
  }

  .grid-6 {
    overflow: scroll;
  }

  .div-block-42 {
    background-position: 28%;
  }

  .grid-8 {
    grid-template-columns: 1fr;
  }

  .div-block-55 {
    flex-flow: column;
    margin-bottom: 20px;
  }

  .div-block-57 {
    margin-left: 0;
  }

  .heading-22 {
    text-align: center;
    font-size: 22px;
  }

  .div-block-60 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .heading-6 {
    margin-top: 0;
  }

  .text-block-12.color {
    font-size: 14px;
  }

  .div-block-80 {
    min-width: 100%;
  }

  .heading-24 {
    margin-top: 0;
  }

  .div-block-88._2 {
    justify-content: center;
    align-items: center;
    margin-left: 0%;
  }

  .div-block-96 {
    margin-left: 0%;
  }

  .heading-29 {
    margin-top: 0;
  }

  .div-block-102.espacio {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .grid-9 {
    grid-template-rows: auto auto auto auto auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .heading-34 {
    align-self: center;
  }

  .div-block-134 {
    width: 100%;
  }

  .icon-3 {
    margin-left: 10px;
    font-size: 20px;
  }

  .icon-4 {
    margin-right: 10px;
    font-size: 20px;
  }

  .slide-nav {
    font-size: 9px;
  }

  .text-block-28 {
    white-space: normal;
    font-size: 1rem;
  }
}

#w-node-a133917f-7ac6-c086-8d44-761d8ff2afc1-4e6265fb, #w-node-_4c991469-abaf-cb80-1c70-d330e84b1232-4e6265fb, #w-node-_90a0b491-696d-09f4-8f6e-1531851d0291-4e6265fb, #w-node-fc5ad563-c37a-236d-4388-930c16c21701-3f61fa82, #w-node-_8676e0bc-c829-c64c-3918-6d8a4caa83aa-3f61fa82, #w-node-a8a98405-3413-c6de-4320-cb3de6b0a4b9-3f61fa82, #w-node-ef31c9e8-78ae-ec5a-928f-9b88dfd0cc37-3f61fa82, #w-node-_31e0562e-686f-7efb-46cd-a7f5c67d5b29-3f61fa82, #w-node-_69097599-6e67-9ef7-ba93-ec5e803ca0ae-3f61fa82, #w-node-e76e7cc9-95ff-de8f-6479-21c9d4af2010-3f61fa82, #w-node-_62a03a7c-00dc-c815-4e27-f813c79224e7-3f61fa82, #w-node-_3b7e1f0c-2d34-691c-d664-3d6194223ab7-3f61fa82, #w-node-c912040f-d467-1e20-01a0-762a36462e22-3f61fa82, #w-node-_77e0e0aa-5d3d-352c-1d46-eeeac8687c73-3f61fa82, #w-node-_980a5aec-c8d0-c326-3931-c25521be62c7-3f61fa82, #w-node-_7e69b2fa-6441-8390-1621-4f0814646139-3f61fa82, #w-node-bda7acaa-e37d-c8f1-dcde-650b1a950c22-3f61fa82, #w-node-caa721e2-839e-8170-91f3-66213f61faa6-3f61fa82, #w-node-caa721e2-839e-8170-91f3-66213f61faac-3f61fa82, #w-node-fd041948-b88a-0d2c-2ffa-4fba204970be-3f61fa82, #w-node-_68e9286e-dc09-5538-e644-01a4545f3f21-3f61fa82, #w-node-caa721e2-839e-8170-91f3-66213f61fb17-3f61fa82, #w-node-caa721e2-839e-8170-91f3-66213f61fb1f-3f61fa82, #w-node-caa721e2-839e-8170-91f3-66213f61fb27-3f61fa82, #w-node-caa721e2-839e-8170-91f3-66213f61fb2f-3f61fa82, #w-node-_29ff7ca7-485a-6a9a-b9b7-13afcb0da17a-3f61fa82, #w-node-_1f0befd0-a345-95f9-1b68-d1d2814f622b-3f61fa82 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-b49c48ad-b3b4-f319-67e3-9d04be5835dc-4e626605, #w-node-_0a57f092-020e-a403-18f2-e840acc27a6b-4e62660c, #w-node-_0a57f092-020e-a403-18f2-e840acc27a6d-4e62660c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_62b23e3845c1a6d0f6be4e4900000000001b-4e626623 {
  margin-top: 20px;
  margin-bottom: 20px;
}

#w-node-_62b23e3845c1a6d0f6be4e49000000000020-4e626623 {
  border: 1px solid #e6e6e6;
}

#w-node-_62b23e3845c1a6d0f6be4e49000000000021-4e626623 {
  margin-top: 10px;
}

#w-node-_62b23e3845c1a6d0f6be4e49000000000024-4e626623 {
  position: initial;
  margin-left: 0;
  margin-right: 0;
}

#w-node-_94507135-dd1d-4d74-9f29-ce21e725305a-f6d4cfb1, #w-node-_94507135-dd1d-4d74-9f29-ce21e7253063-f6d4cfb1, #w-node-_94507135-dd1d-4d74-9f29-ce21e725306c-f6d4cfb1, #w-node-_94507135-dd1d-4d74-9f29-ce21e7253075-f6d4cfb1, #w-node-_94507135-dd1d-4d74-9f29-ce21e725307e-f6d4cfb1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_81ec481b-caf8-0221-fdc8-21b865ebbdd1-afb0b26a {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_914150ab-894d-7c10-2bc6-b27485bdfca3-afb0b26a {
  grid-area: span 4 / span 3 / span 4 / span 3;
}

#w-node-da02e323-499a-34be-6e28-5f2ed8396c1f-afb0b26a, #w-node-_9246c903-6486-08a4-6c7b-6fc72c34445b-afb0b26a, #w-node-_2f1e7977-4859-dd5a-be2d-61160ab967b9-afb0b26a, #w-node-_08831276-3ee1-e292-4a0a-667bb0d0870a-afb0b26a {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_4063a1b4-51dd-7561-cbe7-549cc12a5148-2589895b, #w-node-_4063a1b4-51dd-7561-cbe7-549cc12a5151-2589895b, #w-node-_4063a1b4-51dd-7561-cbe7-549cc12a515a-2589895b, #w-node-_4063a1b4-51dd-7561-cbe7-549cc12a5163-2589895b, #w-node-_4063a1b4-51dd-7561-cbe7-549cc12a516c-2589895b, #w-node-d0425baf-8cfa-dd92-eb36-cdad080a06f2-a0f339e2, #w-node-d0425baf-8cfa-dd92-eb36-cdad080a06fb-a0f339e2, #w-node-d0425baf-8cfa-dd92-eb36-cdad080a0704-a0f339e2, #w-node-d0425baf-8cfa-dd92-eb36-cdad080a070d-a0f339e2, #w-node-d0425baf-8cfa-dd92-eb36-cdad080a0716-a0f339e2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_27c4377e-e49a-cca3-9cf7-dc7ca7261103-4a509d6a {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_4d10da4c-1eb2-02a6-50e7-844eaac71ca4-4a509d6a {
  grid-area: span 4 / span 3 / span 4 / span 3;
}

#w-node-_4d10da4c-1eb2-02a6-50e7-844eaac71ca5-4a509d6a, #w-node-_4d10da4c-1eb2-02a6-50e7-844eaac71ca6-4a509d6a, #w-node-_4d10da4c-1eb2-02a6-50e7-844eaac71ca7-4a509d6a, #w-node-_4d10da4c-1eb2-02a6-50e7-844eaac71ca8-4a509d6a {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-f1e8dcb0-b9b3-f536-a002-150f83dc4edb-eba8b3d4 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-bc621aaa-9bb8-ec3a-0723-c790ddc15f4d-eba8b3d4 {
  grid-area: span 4 / span 3 / span 4 / span 3;
}

#w-node-bc621aaa-9bb8-ec3a-0723-c790ddc15f4e-eba8b3d4, #w-node-bc621aaa-9bb8-ec3a-0723-c790ddc15f4f-eba8b3d4, #w-node-bc621aaa-9bb8-ec3a-0723-c790ddc15f50-eba8b3d4, #w-node-bc621aaa-9bb8-ec3a-0723-c790ddc15f51-eba8b3d4 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_6dcbec75-e329-fe23-c543-9fab63362260-c1ac2a16, #w-node-_6dcbec75-e329-fe23-c543-9fab63362260-77613f8b, #w-node-_6dcbec75-e329-fe23-c543-9fab63362260-a2ba1cfe {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_99799a59-8f82-5a0f-1ad0-79590805fa4b-a2ba1cfe {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_27c4377e-e49a-cca3-9cf7-dc7ca7261103-d49e3df9 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_4d10da4c-1eb2-02a6-50e7-844eaac71ca4-d49e3df9 {
  grid-area: span 4 / span 3 / span 4 / span 3;
}

#w-node-_4d10da4c-1eb2-02a6-50e7-844eaac71ca5-d49e3df9, #w-node-_4d10da4c-1eb2-02a6-50e7-844eaac71ca6-d49e3df9, #w-node-_4d10da4c-1eb2-02a6-50e7-844eaac71ca7-d49e3df9, #w-node-_4d10da4c-1eb2-02a6-50e7-844eaac71ca8-d49e3df9 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-a133917f-7ac6-c086-8d44-761d8ff2afc1-428b3f55, #w-node-_4c991469-abaf-cb80-1c70-d330e84b1232-428b3f55, #w-node-_90a0b491-696d-09f4-8f6e-1531851d0291-428b3f55, #w-node-f1e8dcb0-b9b3-f536-a002-150f83dc4edb-80f79b68 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-bc621aaa-9bb8-ec3a-0723-c790ddc15f4d-80f79b68 {
  grid-area: span 4 / span 3 / span 4 / span 3;
}

#w-node-bc621aaa-9bb8-ec3a-0723-c790ddc15f4e-80f79b68, #w-node-bc621aaa-9bb8-ec3a-0723-c790ddc15f4f-80f79b68, #w-node-bc621aaa-9bb8-ec3a-0723-c790ddc15f50-80f79b68, #w-node-bc621aaa-9bb8-ec3a-0723-c790ddc15f51-80f79b68 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-f1e8dcb0-b9b3-f536-a002-150f83dc4edb-e50bf0d7 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-bc621aaa-9bb8-ec3a-0723-c790ddc15f4d-e50bf0d7 {
  grid-area: span 4 / span 3 / span 4 / span 3;
}

#w-node-bc621aaa-9bb8-ec3a-0723-c790ddc15f4e-e50bf0d7, #w-node-bc621aaa-9bb8-ec3a-0723-c790ddc15f4f-e50bf0d7, #w-node-bc621aaa-9bb8-ec3a-0723-c790ddc15f50-e50bf0d7, #w-node-bc621aaa-9bb8-ec3a-0723-c790ddc15f51-e50bf0d7 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-f1e8dcb0-b9b3-f536-a002-150f83dc4edb-18c5c182 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-bc621aaa-9bb8-ec3a-0723-c790ddc15f4d-18c5c182 {
  grid-area: span 4 / span 3 / span 4 / span 3;
}

#w-node-bc621aaa-9bb8-ec3a-0723-c790ddc15f4e-18c5c182, #w-node-bc621aaa-9bb8-ec3a-0723-c790ddc15f4f-18c5c182, #w-node-bc621aaa-9bb8-ec3a-0723-c790ddc15f50-18c5c182, #w-node-bc621aaa-9bb8-ec3a-0723-c790ddc15f51-18c5c182 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-f1e8dcb0-b9b3-f536-a002-150f83dc4edb-66461b2d {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-bc621aaa-9bb8-ec3a-0723-c790ddc15f4d-66461b2d {
  grid-area: span 4 / span 3 / span 4 / span 3;
}

#w-node-bc621aaa-9bb8-ec3a-0723-c790ddc15f4e-66461b2d, #w-node-bc621aaa-9bb8-ec3a-0723-c790ddc15f4f-66461b2d, #w-node-bc621aaa-9bb8-ec3a-0723-c790ddc15f50-66461b2d, #w-node-bc621aaa-9bb8-ec3a-0723-c790ddc15f51-66461b2d {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_6dcbec75-e329-fe23-c543-9fab63362260-c2c57b14, #w-node-a133917f-7ac6-c086-8d44-761d8ff2afc1-eb872f47, #w-node-_4c991469-abaf-cb80-1c70-d330e84b1232-eb872f47, #w-node-_90a0b491-696d-09f4-8f6e-1531851d0291-eb872f47, #w-node-a133917f-7ac6-c086-8d44-761d8ff2afc1-4f80a760, #w-node-_4c991469-abaf-cb80-1c70-d330e84b1232-4f80a760, #w-node-_90a0b491-696d-09f4-8f6e-1531851d0291-4f80a760, #w-node-a133917f-7ac6-c086-8d44-761d8ff2afc1-028304c8, #w-node-_4c991469-abaf-cb80-1c70-d330e84b1232-028304c8, #w-node-_90a0b491-696d-09f4-8f6e-1531851d0291-028304c8, #w-node-a133917f-7ac6-c086-8d44-761d8ff2afc1-daccea01, #w-node-_4c991469-abaf-cb80-1c70-d330e84b1232-daccea01, #w-node-_90a0b491-696d-09f4-8f6e-1531851d0291-daccea01, #w-node-a133917f-7ac6-c086-8d44-761d8ff2afc1-433297f6, #w-node-_4c991469-abaf-cb80-1c70-d330e84b1232-433297f6, #w-node-_90a0b491-696d-09f4-8f6e-1531851d0291-433297f6, #w-node-a133917f-7ac6-c086-8d44-761d8ff2afc1-e9f7426d, #w-node-_4c991469-abaf-cb80-1c70-d330e84b1232-e9f7426d, #w-node-_90a0b491-696d-09f4-8f6e-1531851d0291-e9f7426d, #w-node-a133917f-7ac6-c086-8d44-761d8ff2afc1-ef9f02c5, #w-node-_4c991469-abaf-cb80-1c70-d330e84b1232-ef9f02c5, #w-node-_90a0b491-696d-09f4-8f6e-1531851d0291-ef9f02c5, #w-node-a133917f-7ac6-c086-8d44-761d8ff2afc1-3af06b97, #w-node-_4c991469-abaf-cb80-1c70-d330e84b1232-3af06b97, #w-node-_90a0b491-696d-09f4-8f6e-1531851d0291-3af06b97, #w-node-a133917f-7ac6-c086-8d44-761d8ff2afc1-2b10af1a, #w-node-_4c991469-abaf-cb80-1c70-d330e84b1232-2b10af1a, #w-node-_90a0b491-696d-09f4-8f6e-1531851d0291-2b10af1a, #w-node-f1e8dcb0-b9b3-f536-a002-150f83dc4edb-3d1ec679 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-bc621aaa-9bb8-ec3a-0723-c790ddc15f4d-3d1ec679 {
  grid-area: span 4 / span 3 / span 4 / span 3;
}

#w-node-bc621aaa-9bb8-ec3a-0723-c790ddc15f4e-3d1ec679, #w-node-bc621aaa-9bb8-ec3a-0723-c790ddc15f4f-3d1ec679, #w-node-bc621aaa-9bb8-ec3a-0723-c790ddc15f50-3d1ec679, #w-node-bc621aaa-9bb8-ec3a-0723-c790ddc15f51-3d1ec679 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-f1e8dcb0-b9b3-f536-a002-150f83dc4edb-6a62a97b {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-bc621aaa-9bb8-ec3a-0723-c790ddc15f4d-6a62a97b {
  grid-area: span 4 / span 3 / span 4 / span 3;
}

#w-node-bc621aaa-9bb8-ec3a-0723-c790ddc15f4e-6a62a97b, #w-node-bc621aaa-9bb8-ec3a-0723-c790ddc15f4f-6a62a97b, #w-node-bc621aaa-9bb8-ec3a-0723-c790ddc15f50-6a62a97b, #w-node-bc621aaa-9bb8-ec3a-0723-c790ddc15f51-6a62a97b {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-f1e8dcb0-b9b3-f536-a002-150f83dc4edb-597cab38 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-bc621aaa-9bb8-ec3a-0723-c790ddc15f4d-597cab38 {
  grid-area: span 4 / span 3 / span 4 / span 3;
}

#w-node-bc621aaa-9bb8-ec3a-0723-c790ddc15f4e-597cab38, #w-node-bc621aaa-9bb8-ec3a-0723-c790ddc15f4f-597cab38, #w-node-bc621aaa-9bb8-ec3a-0723-c790ddc15f50-597cab38, #w-node-bc621aaa-9bb8-ec3a-0723-c790ddc15f51-597cab38 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-a133917f-7ac6-c086-8d44-761d8ff2afc1-be4ddf7a, #w-node-_4c991469-abaf-cb80-1c70-d330e84b1232-be4ddf7a, #w-node-_90a0b491-696d-09f4-8f6e-1531851d0291-be4ddf7a, #w-node-_6dcbec75-e329-fe23-c543-9fab63362260-14155c06, #w-node-f1e8dcb0-b9b3-f536-a002-150f83dc4edb-f86b4376 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-bc621aaa-9bb8-ec3a-0723-c790ddc15f4d-f86b4376 {
  grid-area: span 4 / span 3 / span 4 / span 3;
}

#w-node-bc621aaa-9bb8-ec3a-0723-c790ddc15f4e-f86b4376, #w-node-bc621aaa-9bb8-ec3a-0723-c790ddc15f4f-f86b4376, #w-node-bc621aaa-9bb8-ec3a-0723-c790ddc15f50-f86b4376, #w-node-bc621aaa-9bb8-ec3a-0723-c790ddc15f51-f86b4376 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-a133917f-7ac6-c086-8d44-761d8ff2afc1-c934d6cb, #w-node-_4c991469-abaf-cb80-1c70-d330e84b1232-c934d6cb, #w-node-_90a0b491-696d-09f4-8f6e-1531851d0291-c934d6cb, #w-node-a133917f-7ac6-c086-8d44-761d8ff2afc1-74c7aab3, #w-node-_4c991469-abaf-cb80-1c70-d330e84b1232-74c7aab3, #w-node-_90a0b491-696d-09f4-8f6e-1531851d0291-74c7aab3, #w-node-a133917f-7ac6-c086-8d44-761d8ff2afc1-490ab3d6, #w-node-_4c991469-abaf-cb80-1c70-d330e84b1232-490ab3d6, #w-node-_90a0b491-696d-09f4-8f6e-1531851d0291-490ab3d6, #w-node-a133917f-7ac6-c086-8d44-761d8ff2afc1-3523956b, #w-node-_4c991469-abaf-cb80-1c70-d330e84b1232-3523956b, #w-node-_90a0b491-696d-09f4-8f6e-1531851d0291-3523956b, #w-node-a133917f-7ac6-c086-8d44-761d8ff2afc1-4119622e, #w-node-_4c991469-abaf-cb80-1c70-d330e84b1232-4119622e, #w-node-_90a0b491-696d-09f4-8f6e-1531851d0291-4119622e, #w-node-_6dcbec75-e329-fe23-c543-9fab63362260-f8c96738 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (min-width: 1280px) {
  #w-node-af7224a1-cef5-d1b9-632b-735542ac0bfc-3f61fa82, #w-node-fc5ad563-c37a-236d-4388-930c16c21701-3f61fa82, #w-node-_8676e0bc-c829-c64c-3918-6d8a4caa83aa-3f61fa82, #w-node-a8a98405-3413-c6de-4320-cb3de6b0a4b9-3f61fa82, #w-node-ef31c9e8-78ae-ec5a-928f-9b88dfd0cc37-3f61fa82, #w-node-_31e0562e-686f-7efb-46cd-a7f5c67d5b29-3f61fa82, #w-node-_69097599-6e67-9ef7-ba93-ec5e803ca0ae-3f61fa82, #w-node-e76e7cc9-95ff-de8f-6479-21c9d4af2010-3f61fa82, #w-node-caa721e2-839e-8170-91f3-66213f61faac-3f61fa82, #w-node-fd041948-b88a-0d2c-2ffa-4fba204970be-3f61fa82, #w-node-_94507135-dd1d-4d74-9f29-ce21e7253063-f6d4cfb1, #w-node-_94507135-dd1d-4d74-9f29-ce21e725306c-f6d4cfb1, #w-node-_94507135-dd1d-4d74-9f29-ce21e7253075-f6d4cfb1, #w-node-_94507135-dd1d-4d74-9f29-ce21e725307e-f6d4cfb1 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_4063a1b4-51dd-7561-cbe7-549cc12a5148-2589895b {
    place-self: center;
  }

  #w-node-_4063a1b4-51dd-7561-cbe7-549cc12a5151-2589895b {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center;
  }

  #w-node-_4063a1b4-51dd-7561-cbe7-549cc12a515a-2589895b {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-_4063a1b4-51dd-7561-cbe7-549cc12a5163-2589895b, #w-node-_4063a1b4-51dd-7561-cbe7-549cc12a516c-2589895b {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center;
  }

  #w-node-d0425baf-8cfa-dd92-eb36-cdad080a06fb-a0f339e2, #w-node-d0425baf-8cfa-dd92-eb36-cdad080a0704-a0f339e2, #w-node-d0425baf-8cfa-dd92-eb36-cdad080a070d-a0f339e2, #w-node-d0425baf-8cfa-dd92-eb36-cdad080a0716-a0f339e2 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-b8d7be4a-ce45-83ab-5947-02d204c8bff0-cf3fcb86, #w-node-_2e233e9d-b8f5-4ce1-ac2e-53870ee819bd-4e626605 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: center;
  }

  #w-node-_4d10da4c-1eb2-02a6-50e7-844eaac71ca4-4a509d6a {
    grid-area: span 4 / span 3 / span 4 / span 3;
  }

  #w-node-_7dbfbac6-319c-8ed1-829a-b6a614ff4600-77613f8b {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-a2b38906-c185-88e6-e46e-b8bbcd378511-a2ba1cfe {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: center;
  }

  #w-node-_4d10da4c-1eb2-02a6-50e7-844eaac71ca4-d49e3df9 {
    grid-area: span 4 / span 3 / span 4 / span 3;
  }

  #w-node-_7dbfbac6-319c-8ed1-829a-b6a614ff4600-c2c57b14, #w-node-_7dbfbac6-319c-8ed1-829a-b6a614ff4600-14155c06 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_4d10da4c-1eb2-02a6-50e7-844eaac71ca4-4a509d6a, #w-node-bc621aaa-9bb8-ec3a-0723-c790ddc15f4d-eba8b3d4, #w-node-_4d10da4c-1eb2-02a6-50e7-844eaac71ca4-d49e3df9, #w-node-bc621aaa-9bb8-ec3a-0723-c790ddc15f4d-80f79b68, #w-node-bc621aaa-9bb8-ec3a-0723-c790ddc15f4d-e50bf0d7, #w-node-bc621aaa-9bb8-ec3a-0723-c790ddc15f4d-18c5c182, #w-node-bc621aaa-9bb8-ec3a-0723-c790ddc15f4d-66461b2d, #w-node-bc621aaa-9bb8-ec3a-0723-c790ddc15f4d-3d1ec679, #w-node-bc621aaa-9bb8-ec3a-0723-c790ddc15f4d-6a62a97b, #w-node-bc621aaa-9bb8-ec3a-0723-c790ddc15f4d-597cab38, #w-node-bc621aaa-9bb8-ec3a-0723-c790ddc15f4d-f86b4376 {
    grid-area: span 4 / span 2 / span 4 / span 2;
  }
}


