:root {
  --medium-sea-green: #4096cf;
  --sea-green: #4179b9;
  --dark-grey: #b3b3b3;
  --bg-grey: #fafafa;
  --dark-grey-2: #999;
  --white: white;
  --black: black;
  --memberstack-library--ms-main-cta-color: #2962ff;
  --memberstack-library--ms-main-cta-hover: #1051b9;
  --memberstack-library--ms-border-color: rgba(18, 19, 49, .25);
  --memberstack-library--ms-shadow-color: rgba(0, 0, 0, .1);
  --memberstack-library--ms-main-text-color: #121331;
  --memberstack-library--ms-input-placeholder: rgba(18, 19, 49, .6);
}

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

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

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

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

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

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

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

.w-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-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

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

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

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: bold;
  line-height: 44px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: bold;
  line-height: 36px;
}

h3 {
  color: #000;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Libre Franklin, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}

h4 {
  color: #000;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Libre Franklin, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: bold;
  line-height: 18px;
}

p {
  margin-bottom: 10px;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

li {
  color: #000;
  margin-top: 5px;
  margin-bottom: 5px;
  font-family: IBM Plex Mono, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

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

blockquote {
  border-color: var(--medium-sea-green) var(--medium-sea-green) var(--medium-sea-green) #e6e6e6;
  color: #000;
  border-left-style: solid;
  border-left-width: 5px;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-family: IBM Plex Mono, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

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

.navigation {
  z-index: 2147483647;
  background-color: #000;
  justify-content: center;
  align-items: center;
  padding-left: 30px;
  padding-right: 30px;
  transition: all .2s;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.navigation-container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1170px;
  height: 90px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.header {
  background-color: #000;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: -90px;
  padding: 210px 30px 120px;
  display: flex;
}

.header.logo1 {
  background-image: linear-gradient(#000, rgba(255, 255, 255, 0)), linear-gradient(rgba(0, 0, 0, .12), rgba(0, 0, 0, .12)), url('../../images/1._QUANPOLA-2.png');
  background-position: 0 0, 0 0, 50% 100%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  height: 550px;
}

.header.logo1.inicio {
  background-image: linear-gradient(#000, rgba(255, 255, 255, 0)), linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url('../../images/1._QUANPOLA-2.png');
  background-position: 0 0, 0 0, 50% 100%;
}

.navigation-links {
  justify-content: center;
  align-items: center;
  display: flex;
}

.navigation-link {
  color: #fff;
  margin-left: 15px;
  margin-right: 15px;
  font-family: Libre Franklin, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
}

.bullet {
  background-color: #fff;
  border-radius: 50%;
  width: 4px;
  height: 4px;
  margin-left: 15px;
  margin-right: 15px;
}

.navigation-button {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #fff;
  border-radius: 4px;
  margin-left: 15px;
  font-family: Libre Franklin, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  transition: background-color .2s, color .2s;
}

.navigation-button:hover {
  color: #000;
  background-color: #fff;
}

.header-content {
  perspective: 2000px;
  text-align: center;
  max-width: 770px;
}

.h1 {
  color: #fff;
  letter-spacing: -1px;
  margin-top: 0;
  margin-bottom: 30px;
  font-family: Libre Franklin, sans-serif;
  font-size: 72px;
  font-weight: 800;
  line-height: 78px;
}

.h1.cc-black {
  color: #000;
  text-align: center;
  margin-top: 15px;
  margin-bottom: 60px;
}

.paragraph {
  color: #fff;
  font-family: Figtree, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.paragraph.cc-gray {
  color: #999;
}

.button {
  background-color: var(--medium-sea-green);
  color: #fff;
  border-radius: 4px;
  margin-top: 50px;
  padding: 15px 30px;
  font-family: Libre Franklin, sans-serif;
  font-size: 16px;
  font-weight: 800;
  line-height: 30px;
  transition: background-color .2s;
}

.button:hover {
  background-color: var(--sea-green);
}

.button.cc-cta {
  margin-top: 0;
}

.button.cc-banner {
  color: #000;
  background-color: #fff;
}

.button.cc-banner:hover {
  background-color: #e6e6e6;
}

.button.menos-espacio {
  margin-top: 10px;
}

.button.centro {
  text-align: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 10px;
}

.container {
  z-index: 1;
  width: 100%;
  max-width: 1170px;
  position: relative;
}

.container.cc-center {
  justify-content: center;
  align-items: center;
  display: flex;
}

.container.cc-cta {
  display: flex;
}

.container.cc-footer {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.container.cc-right {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.container.cc-blogpost {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  max-width: 770px;
  display: block;
}

.container.cc-contact {
  display: flex;
}

.features {
  justify-content: center;
  align-items: center;
  padding: 120px 30px;
  display: flex;
}

.h2 {
  color: var(--dark-grey);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Figtree, sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 36px;
}

.h2.cc-center {
  margin-bottom: 40px;
  font-family: Figtree, sans-serif;
}

.h2.cc-2-rows {
  margin-bottom: 25px;
}

.h2.cc-white-text {
  color: #fff;
}

.h2.text-span.cc-post-text {
  margin-bottom: 15px;
}

.h2.izq {
  text-align: left;
}

.h2._20 {
  margin-bottom: 20px;
}

.h2-container {
  width: 35%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}

.h2-container.cc-center {
  text-align: center;
  width: 65%;
  margin-bottom: 0;
}

.h2-container.cc-questions {
  margin-bottom: 60px;
}

.text-span {
  color: #000;
  font-weight: 800;
  text-decoration: none;
}

.text-span.cc-white-text {
  color: #fff;
}

.text-span.linktitulo {
  color: #000;
  text-decoration: underline;
}

.feature-item-container {
  border: 1px solid #f7f7f7;
  height: 330px;
  padding: 50px 40px;
  transition: box-shadow .2s;
  box-shadow: 0 5px 20px rgba(0, 0, 0, .05);
}

.collection-list {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
}

.collection-list.cc-feature-row {
  margin-bottom: -20px;
}

.h3 {
  color: #000;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Libre Franklin, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.h3.cc-cta {
  color: var(--medium-sea-green);
  margin-bottom: 0;
}

.h3.cc-header {
  color: #fff;
  margin-bottom: 0;
  text-decoration: none;
}

.h3.cc-header.grande {
  font-size: 25px;
  line-height: 29px;
}

.h3.cc-pricing {
  width: 100%;
}

.h3.cc-team-title {
  width: 100%;
  margin-bottom: 0;
}

.h3.cc-latest-posts {
  margin-bottom: 40px;
}

.slider-section {
  background-color: #fafafa;
  flex-flow: wrap;
  align-content: stretch;
  justify-content: center;
  align-items: center;
  margin-top: 360px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  position: relative;
}

.slider {
  flex: 1;
  max-width: 1440px;
  height: 720px;
  margin-top: -360px;
}

.slide {
  background-image: url('../../images/image-slider-01.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-nav {
  font-size: 6px;
}

.icon {
  width: 30px;
  height: 30px;
}

.left-arrow, .right-arrow {
  display: none;
}

.slide-2 {
  background-image: url('../../images/image-slider-02.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-3 {
  background-image: url('../../images/image-slider-03.jpg');
  background-position: 50%;
  background-size: cover;
}

.body {
  font-family: Figtree, sans-serif;
}

.about {
  background-color: #fafafa;
  justify-content: center;
  align-items: center;
  padding: 115px 30px;
  display: flex;
}

.link {
  color: var(--medium-sea-green);
  text-transform: uppercase;
  font-family: IBM Plex Mono, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  text-decoration: none;
  transition: color .2s;
}

.link:hover {
  color: #48944f;
}

.separator {
  justify-content: center;
  align-items: center;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.separator.cc-background-grey {
  background-color: var(--bg-grey);
}

.line-color {
  background-color: #e6e6e6;
  height: 1px;
}

.premium {
  background-color: #fafafa;
  justify-content: center;
  align-items: center;
  padding: 120px 30px;
  display: flex;
}

.premium.cc-background {
  background-color: rgba(0, 0, 0, 0);
}

._2-row-image.cc-bottom {
  margin-right: 0;
}

._2-row-image.cc-row-spacing {
  margin-right: 100px;
}

._2-row-text {
  max-width: 370px;
  margin-right: 100px;
}

._2-row-text.cc-bottom {
  margin-right: 100px;
}

._2-row-text.cc-bottom.cc-reverse {
  margin-left: 100px;
  margin-right: 0;
}

.row {
  flex: 1;
  display: flex;
}

.row.cc-bottom {
  flex-direction: row-reverse;
  margin-top: 90px;
}

.row.cc-bottom.cc-reverse {
  flex-direction: row;
}

.row.cc-reverse {
  flex-direction: row-reverse;
}

._2-row-action-text {
  text-align: center;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-top: 110px;
}

.cta {
  background-color: #fafafa;
  justify-content: center;
  align-items: center;
  padding: 150px 30px;
  display: flex;
}

.cta-line {
  background-color: var(--medium-sea-green);
  width: 30px;
  height: 2px;
  margin-left: 20px;
}

.cta-line.cc-header {
  background-color: #fff;
}

.cta-column {
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  width: 50%;
  display: flex;
}

.cta-left-top {
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 15px;
  display: flex;
}

.footer {
  background-color: #000;
  justify-content: center;
  align-items: center;
  padding: 120px 30px 150px;
  display: flex;
}

.footer-column {
  width: 50%;
  display: flex;
}

.footer-column.cc-footer {
  flex-direction: column;
}

.text-footer-credits {
  color: #666;
  margin-top: 15px;
  font-family: Libre Franklin, sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
}

.footer-links-list {
  flex-direction: column;
  padding-right: 50px;
  display: flex;
}

.link-footer {
  color: #fff;
  margin-bottom: 25px;
  font-family: Libre Franklin, sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
  text-decoration: none;
  transition: color .2s;
}

.link-footer:hover {
  color: rgba(255, 255, 255, .7);
}

.link-social {
  justify-content: center;
  align-items: center;
  width: 15px;
  height: 15px;
  margin-right: 15px;
  display: flex;
}

.footer-social {
  justify-content: flex-start;
  width: 25%;
  display: flex;
}

.collection-item {
  width: 33.3333%;
  padding-left: 10px;
  padding-right: 10px;
}

.collection-item.cc-feature-row {
  width: 25%;
  margin-bottom: 20px;
}

.feature-icon {
  align-items: center;
  width: 60px;
  height: 60px;
  margin-bottom: 25px;
  display: flex;
}

.nav-button {
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: none;
}

.nav-icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  display: flex;
}

.nav-icon-piece {
  background-color: #000;
  width: 100%;
  height: 2px;
  position: relative;
}

.nav-icon-piece.top {
  position: absolute;
  transform: translate(0, -8px);
}

.nav-icon-piece.bottom {
  position: absolute;
  transform: translate(0, 8px);
}

.header-inner {
  background-color: var(--medium-sea-green);
  background-image: url('../../images/9402.jpg');
  background-position: 50% 0;
  background-size: cover;
  justify-content: center;
  align-items: center;
  margin-top: -90px;
  padding: 180px 30px 90px;
  display: flex;
}

.header-inner.cc-header-extra {
  z-index: 0;
  background-image: linear-gradient(90deg, #000, rgba(255, 255, 255, 0)), url('../../images/1._TRENZADO.JPG');
  background-position: 0 0, 50% 31%;
  background-size: auto, cover;
  padding-bottom: 210px;
}

.header-inner.cc-header-extra.condiciones-de-subasta {
  background-image: linear-gradient(90deg, #000, rgba(255, 255, 255, 0)), url('../../images/4._CROSS.png');
  background-position: 0 0, 50%;
}

.header-inner.cc-header-extra.sobre-nosotros {
  background-image: linear-gradient(90deg, #000, rgba(255, 255, 255, 0)), url('../../images/2._CASSIMIRO_G.jpg');
}

.header-inner.cc-header-extra.noticia {
  background-image: linear-gradient(90deg, #000, rgba(255, 255, 255, 0)), url('../../images/CARLOS_DERECHA_PATAS.jpg');
}

.header-inner.contacto {
  background-image: linear-gradient(90deg, #000, rgba(255, 255, 255, 0)), url('../../images/2._DAFO_LATERAL_IZQUIERDO_COLOR.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.header-inner.detalle-caballo {
  background-image: linear-gradient(90deg, rgba(0, 0, 0, .73), rgba(255, 255, 255, 0)), url('../../images/13621.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.header-inner.detalle-caballo.si-imagen {
  background-image: none;
}

.header-inner.puja {
  background-image: url('../../images/2148103939.jpg');
  background-position: 50%;
  background-size: cover;
}

.header-inner.foto-noticia {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../../images/2149318857.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.header-inner.perfil {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../../images/2149396009.jpg');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
}

.header-inner-content {
  width: 57%;
}

.header-inner-content.subastas {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 61%;
  display: flex;
}

.header-inner-content.sobre-nosotros {
  width: 52%;
}

.inner-category {
  align-items: center;
  margin-bottom: 30px;
  display: flex;
}

.premium-banner {
  background-image: url('../../images/image-premium-banner.jpg');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-height: 720px;
  padding: 120px 30px;
  display: flex;
}

.premium-banner-inner {
  background-color: var(--medium-sea-green);
  max-width: 370px;
  padding: 60px 50px;
}

.premium-intro {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 120px 30px;
  display: flex;
}

.premium-image-banner {
  flex: 1;
  justify-content: center;
  align-items: center;
  max-width: 1440px;
  max-height: 720px;
  display: flex;
  overflow: hidden;
}

.premium-image-container {
  background-color: #fff;
  border: 1px solid #f7f7f7;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1170px;
  margin-top: -60px;
  margin-bottom: 120px;
  padding: 40px 60px;
  display: flex;
  box-shadow: 0 5px 20px rgba(0, 0, 0, .05);
}

.image-banner {
  margin-right: 60px;
}

.container-quote {
  text-align: center;
  width: 70%;
}

.block-quote {
  color: var(--medium-sea-green);
  border-left: 0 rgba(0, 0, 0, 0);
  font-family: Libre Franklin, sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 36px;
}

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

.image {
  border-radius: 50%;
  width: 40px;
  height: 40px;
}

.text-block {
  color: #000;
  margin-left: 20px;
  font-family: IBM Plex Mono, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.container-pricing {
  justify-content: center;
  align-items: stretch;
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
}

.pricing-block {
  border: 1px solid #f7f7f7;
  flex-wrap: wrap;
  align-content: space-between;
  align-items: stretch;
  width: 33.3333%;
  margin-left: 10px;
  margin-right: 10px;
  transition: box-shadow .2s;
  display: flex;
  box-shadow: 0 5px 20px rgba(0, 0, 0, .05);
}

.pricing-block:hover {
  box-shadow: 0 5px 20px rgba(0, 0, 0, .14);
}

.price {
  color: #000;
  font-family: Libre Franklin, sans-serif;
  font-size: 72px;
  font-weight: 800;
  line-height: 78px;
}

.price-block {
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.currency {
  color: #999;
  margin-top: 40px;
  margin-left: 10px;
  font-family: IBM Plex Mono, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.small-text {
  color: #000;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: IBM Plex Mono, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
}

.small-text.cc-light {
  color: #999;
  margin-top: 0;
  margin-bottom: 0;
}

.pricing-block-separator {
  background-color: var(--medium-sea-green);
  width: 100%;
  height: 1px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.pricing-info {
  padding: 50px 40px 40px;
}

.button-pricing {
  background-color: var(--medium-sea-green);
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 60px;
  font-family: Libre Franklin, sans-serif;
  font-size: 16px;
  font-weight: 800;
  line-height: 30px;
  transition: background-color .2s;
  display: flex;
}

.button-pricing:hover {
  background-color: #48944f;
}

.container-facts {
  justify-content: center;
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
}

.facts {
  justify-content: center;
  align-items: center;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  position: relative;
}

.fact-block {
  background-color: #fff;
  border: 1px solid #f7f7f7;
  padding: 50px 40px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, .05);
}

.image-2 {
  margin-bottom: 20px;
}

.facts-gray-background {
  background-color: #fafafa;
  width: 100%;
  height: 70%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.faq {
  background-color: #fafafa;
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
  padding: 120px 30px;
  display: flex;
}

.container-questions {
  flex-wrap: nowrap;
  align-content: flex-start;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin: -30px -10px;
  display: flex;
}

.question-block {
  width: 50%;
  margin: 30px 50px 30px 10px;
}

.container-facts-inner {
  width: 25%;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.header-banner {
  justify-content: center;
  align-items: center;
  margin-top: -120px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.header-banner.noticia {
  margin-top: -65px;
}

.about-intro {
  justify-content: center;
  align-items: center;
  padding: 115px 30px 75px;
  display: flex;
}

.goals-container {
  align-items: flex-start;
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
}

.goals-container-inner {
  width: 33.3333%;
  margin-left: 10px;
  margin-right: 10px;
}

.team {
  justify-content: center;
  align-items: center;
  padding: 120px 30px;
  display: flex;
}

.collection-list-2 {
  margin: -10px;
}

.team-member {
  padding-top: 10px;
  padding-bottom: 10px;
}

.team-inner-container {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
  box-shadow: 0 5px 20px rgba(0, 0, 0, .05);
}

.team-avatar {
  width: 100%;
  height: 100%;
}

.team-member-info {
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 20px 30px 10px;
  display: flex;
}

.our-goals {
  justify-content: center;
  align-items: center;
  padding: 120px 30px;
  display: flex;
}

.blog-posts {
  justify-content: center;
  align-items: center;
  margin-top: -120px;
  margin-bottom: 120px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.blog-posts.sin-tanto-espacio {
  margin-top: -65px;
}

.blog-posts.sin-tanto-espacio.n0 {
  margin-top: -120px;
}

.blog-posts.sin-tanto-espacio.n0.sin {
  margin-top: 0;
}

.blog-posts.sin-tanto-espacio.n0.sin.espacio {
  padding-top: 80px;
}

.blog-posts.sin-tanto-espacio.no {
  margin-bottom: 40px;
}

.blog-posts-item {
  flex-wrap: wrap;
  align-content: stretch;
  justify-content: center;
  align-items: stretch;
  width: 33.3333%;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.post-list {
  flex-wrap: wrap;
  align-content: stretch;
  justify-content: flex-start;
  margin: -10px;
  display: flex;
}

.blog-posts-item-container {
  background-color: #fff;
  flex-wrap: wrap;
  align-content: stretch;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  box-shadow: 0 5px 20px rgba(0, 0, 0, .05);
}

.post-info {
  padding: 30px;
}

.post-date {
  color: #000;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-family: IBM Plex Mono, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
}

.header-blog {
  justify-content: center;
  align-items: center;
  margin-top: -90px;
  padding-top: 90px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  position: relative;
}

.header-image {
  z-index: 1;
  max-width: 1440px;
  max-height: 750px;
  position: relative;
}

.header-color {
  background-color: var(--medium-sea-green);
  width: 100%;
  height: 75%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.content {
  justify-content: center;
  align-items: center;
  padding: 90px 30px;
  display: flex;
}

.contact-intro {
  flex-flow: column wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  padding: 120px 30px;
  display: flex;
}

.contact-info {
  width: 50%;
  margin-top: -10px;
  margin-bottom: -10px;
}

.contact-info-row {
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
}

.contact-info-text {
  color: #999;
  width: 25%;
  font-family: Figtree, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.contact-info-text.cc-text-black {
  color: #000;
  width: auto;
  font-family: Figtree, sans-serif;
}

.form-input {
  width: 50%;
  margin-top: -10px;
  margin-bottom: -10px;
}

.text-field {
  color: #b3b3b3;
  border: 1px #000;
  border-bottom: 1px solid #e6e6e6;
  height: 60px;
  padding-left: 0;
  padding-right: 0;
  font-family: Figtree, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.text-field:hover {
  border-bottom-color: #000;
}

.text-field:active {
  color: #000;
}

.text-field:focus {
  color: #000;
  border-bottom-color: #000;
}

.text-field::placeholder {
  color: #b3b3b3;
}

.rich-text {
  color: #000;
  font-family: IBM Plex Mono, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
}

.rich-text h2 {
  font-family: Libre Franklin, sans-serif;
  font-size: 24px;
  font-weight: 800;
}

.rich-text p {
  color: #000;
  margin-top: 25px;
  margin-bottom: 25px;
  font-family: IBM Plex Mono, sans-serif;
  font-size: 14px;
  line-height: 24px;
}

.rich-text img {
  margin-top: 30px;
  margin-bottom: 30px;
}

.rich-text figcaption {
  color: #777;
  text-align: left;
  margin-top: 0;
  margin-bottom: 25px;
  font-family: Libre Franklin, sans-serif;
  font-size: 12px;
  line-height: 20px;
}

.logo {
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
}

.nav-menu {
  justify-content: center;
  align-items: center;
  display: flex;
}

.nav-link {
  color: #fff;
  font-family: Libre Franklin, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
}

.nav-link.w--current {
  color: #fff;
}

.latest-posts {
  justify-content: center;
  align-items: center;
  padding: 90px 30px;
  display: flex;
}

.style-guide-label {
  color: #777;
  border-bottom: 1px solid #777;
  flex: 1;
  margin-bottom: 20px;
  padding-bottom: 10px;
  font-size: 13px;
  line-height: 14px;
}

.image-licensing {
  background-color: rgba(0, 0, 0, .05);
  border: 1px solid rgba(0, 0, 0, .1);
  padding: 15px;
  line-height: 24px;
}

.section {
  z-index: 1;
  justify-content: center;
  align-items: center;
  margin-top: -120px;
  padding: 0 0 50px;
  display: flex;
  position: relative;
}

.div-block-10 {
  background-color: #fff;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}

.heading-3 {
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
  display: block;
}

.div-block-9 {
  background-color: var(--sea-green);
}

.div-block-8 {
  background-color: var(--medium-sea-green);
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  margin-top: 30px;
  margin-bottom: 30px;
  display: flex;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.heading-4 {
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
  font-size: 23px;
}

.grid-3 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  margin-left: 20px;
  margin-right: 20px;
}

.grid-4 {
  grid-column-gap: 16px;
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  margin: 20px;
}

.heading-5 {
  color: rgba(0, 0, 0, .66);
  text-align: center;
  font-size: 23px;
}

.heading-5.gris {
  color: rgba(0, 0, 0, .25);
}

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

.div-block-11 {
  margin-bottom: 30px;
  display: block;
}

.div-block-12 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
}

.div-block-13 {
  padding-left: 0;
  padding-right: 0;
}

.div-block-14 {
  background-color: #fff;
  border-radius: 10px;
  width: 376px;
  height: 330px;
  padding: 50px 40px;
  box-shadow: 0 2px 15px -6px rgba(0, 0, 0, .2);
}

.div-block-15 {
  flex-flow: column;
  width: 93%;
  max-width: 1200px;
  display: flex;
}

.div-block-16 {
  z-index: 1;
  background-color: #fff;
  min-height: 300px;
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
  position: relative;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.div-block-17 {
  background-image: url('../../images/14887919.jpg');
  background-position: 58%;
  background-size: cover;
  width: 300px;
  margin-right: 20px;
}

.div-block-18 {
  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-18.inicio {
  padding-right: 0;
}

.button-2 {
  border: 2px solid var(--medium-sea-green);
  background-color: var(--medium-sea-green);
  text-align: center;
  border-radius: 5px;
  align-self: flex-end;
  padding: 14px 20px;
  font-size: 16px;
  font-weight: 700;
  transition: background-color .2s;
}

.button-2:hover {
  border-color: var(--sea-green);
  background-color: var(--sea-green);
}

.button-2.entero {
  width: 100%;
  margin-top: 10px;
}

.button-2.entero.otro {
  margin-top: 20px;
}

.button-2.centro {
  width: 100%;
  margin-bottom: 10px;
}

.button-2.centro.final {
  border-color: var(--dark-grey-2);
  background-color: var(--dark-grey-2);
}

.button-2._2 {
  border: 2px solid var(--medium-sea-green);
  background-color: var(--white);
  color: var(--sea-green);
}

.button-2._2.entero.especaio {
  margin-bottom: 20px;
}

.button-2.eliminar {
  color: var(--medium-sea-green);
  background-color: #fff;
}

.fecha {
  color: rgba(0, 0, 0, .6);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 19px;
  text-decoration: none;
}

.fecha.centro {
  text-align: center;
}

.heading-6 {
  align-self: auto;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Figtree, sans-serif;
  font-size: 19px;
  line-height: 19px;
}

.heading-6._2 {
  text-align: center;
}

.heading-6.grande {
  color: var(--white);
  font-size: 29px;
  line-height: 33px;
}

.heading-6._3 {
  height: 54px;
}

.heading-6._3.sin {
  height: auto;
}

.heading-6._5 {
  margin-bottom: 5px;
  margin-left: 0;
  font-size: 14px;
  line-height: 16px;
}

.heading-6._5._2 {
  margin-top: 20px;
  font-size: 30px;
  line-height: 37px;
}

.div-block-19.espacio {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.div-block-19.espacio.izq {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: block;
}

.div-block-19.espacio.izq.sin {
  margin-top: 0;
}

.text-span-2 {
  color: var(--medium-sea-green);
  font-family: Figtree, sans-serif;
  font-size: 15px;
  font-weight: 600;
}

.text-span-2.grande {
  font-size: 20px;
  line-height: 23px;
}

.text-span-3 {
  color: rgba(0, 0, 0, .6);
  font-family: Figtree, sans-serif;
  font-size: 15px;
}

.text-span-3.azul {
  color: var(--medium-sea-green);
}

.text-span-3.grande {
  color: rgba(255, 255, 255, .88);
  font-size: 21px;
  line-height: 28px;
}

.text-span-3.grande.negro {
  color: var(--medium-sea-green);
}

.body-3 {
  font-family: Figtree, sans-serif;
}

.paragraph-2 {
  font-size: 14px;
}

.paragraph-3 {
  color: var(--white);
  margin-top: 10px;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
}

.paragraph-3.negro {
  color: #707070;
}

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

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

.div-block-21.entero {
  flex: 1;
}

.div-block-22 {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.div-block-22.auto {
  height: auto;
}

.div-block-23 {
  background-image: url('../../images/2149318857.jpg');
  background-position: 0%;
  background-size: cover;
  width: 80%;
  height: 250px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-23.caballo {
  background-image: url('../../images/2149312906.jpg');
  background-position: 50%;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.div-block-24 {
  flex-flow: column;
  height: 312px;
  padding: 15px 30px 30px;
  display: flex;
}

.div-block-24.mejor-subasta {
  background-image: linear-gradient(rgba(0, 0, 0, .4), rgba(0, 0, 0, .4)), url('../../images/PATAS.jpg');
  background-position: 0 0, 0%;
  background-size: auto, cover;
  border-radius: 10px;
  flex-flow: column;
  height: 400px;
  display: flex;
}

.div-block-24.sin {
  height: auto;
}

.body-4 {
  font-family: Figtree, sans-serif;
}

.text-block-2 {
  color: #999;
  text-align: center;
  margin-top: 0;
  font-size: 19px;
  font-weight: 300;
  line-height: 23px;
}

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

.svg-icon {
  color: #e2e2e2;
  width: 100%;
  height: 100%;
}

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

.svg-icon._1 {
  width: 25px;
  height: 25px;
}

.svg-icon._1.blanco {
  color: #fff;
}

.svg-icon._2 {
  color: var(--medium-sea-green);
  width: 40px;
  height: 40px;
}

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

.path, .path-2, .rect, .rect-2 {
  color: var(--medium-sea-green);
}

.section-2 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: -90px;
  display: flex;
}

.section-2._20 {
  padding-bottom: 20px;
}

.section-2._20.mas {
  margin-bottom: -40px;
  padding-bottom: 80px;
}

.body-5, .body-6, .body-7 {
  font-family: Figtree, sans-serif;
}

.checkbox-label {
  color: #b3b3b3;
}

.link-2 {
  color: var(--sea-green);
}

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

.section-3 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: -65px;
  display: flex;
}

.section-3._40 {
  margin-bottom: 30px;
}

.div-block-26 {
  background-image: url('../../images/18193.jpg');
  background-position: 50% 39%;
  background-size: cover;
  width: 100%;
  height: 357px;
  position: relative;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.div-block-27 {
  background-color: var(--white);
  min-width: 900px;
  max-width: 50%;
  margin-top: -90px;
  margin-bottom: 20px;
  padding: 110px 20px 20px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.link-block-3 {
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  text-decoration: none;
  display: flex;
  position: static;
  top: -9%;
  bottom: auto;
  left: auto;
  right: 3.5%;
}

.link-block-3.button-2 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  display: flex;
}

.link-block-3.button-2:hover {
  border-color: var(--sea-green);
}

.div-block-28 {
  background-color: #fff;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}

.heading-7 {
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
  display: block;
}

.div-block-29 {
  background-color: var(--sea-green);
}

.div-block-30 {
  background-color: var(--medium-sea-green);
  border-radius: 5px;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  margin-top: 30px;
  margin-bottom: 30px;
  display: flex;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.heading-8 {
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
  font-size: 23px;
}

.grid-5 {
  grid-column-gap: 16px;
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  margin: 20px;
}

.heading-9 {
  color: rgba(0, 0, 0, .66);
  text-align: center;
  font-size: 23px;
}

.heading-9.gris {
  color: rgba(0, 0, 0, .25);
}

.text-block-3 {
  color: #fff;
}

.slide-4 {
  width: 100%;
  height: auto;
}

.mask {
  width: auto;
  height: auto;
}

.slider-2 {
  width: 560px;
  height: 357px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-31 {
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
  overflow: visible;
}

.div-block-32, .div-block-33, .div-block-34 {
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.div-block-35 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.div-block-36 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border: 1px solid var(--dark-grey);
  flex-flow: column;
  padding: 4px;
  display: flex;
}

.div-block-36.nuevo {
  border-bottom-width: 0;
  border-right-width: 0;
}

.div-block-36.nuevo._2 {
  border-bottom-width: 1px;
}

.div-block-36.nuevo._2._3 {
  grid-column-gap: 70px;
  grid-row-gap: 70px;
}

.div-block-36.nuevo._2._3._5 {
  border-top-width: 0;
  border-left-width: 0;
  padding: 0;
}

.text-block-4, .text-block-5 {
  color: #acacac;
  font-size: 11px;
}

.text-block-6 {
  color: #acacac;
  margin-top: 0;
  margin-left: 0;
  font-size: 11px;
}

.text-block-6.con {
  margin-top: 4px;
  margin-left: 4px;
}

.text-block-7 {
  color: #000;
  margin-bottom: 0;
  margin-left: 0;
  font-size: 13px;
}

.text-block-7.con {
  color: #000;
  margin-bottom: 4px;
  margin-left: 4px;
}

.text-block-8, .text-block-9, .text-block-10, .text-block-11 {
  color: #000;
  font-size: 13px;
}

.body-8 {
  font-family: Figtree, sans-serif;
}

.text-span-5, .text-span-6, .text-span-7, .text-span-8 {
  color: #6d6d6d;
  font-weight: 600;
}

.div-block-37 {
  background-color: var(--white);
  min-width: 900px;
  max-width: 50%;
  margin-bottom: 20px;
  padding: 20px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.text-span-9 {
  color: var(--medium-sea-green);
  font-weight: 600;
}

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

.div-block-39 {
  background-color: #9f5f3c;
  border-radius: 3px;
  width: 15px;
  height: 15px;
  margin-left: 5px;
  margin-right: 5px;
}

.text-span-10 {
  color: rgba(0, 0, 0, .6);
}

.slider-3 {
  width: auto;
  height: auto;
}

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

.link-3, .link-4 {
  text-decoration: none;
}

.section-4 {
  justify-content: center;
  align-items: center;
  margin-top: -65px;
  padding-bottom: 20px;
  display: flex;
}

.div-block-41 {
  background-color: var(--white);
  width: 95%;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.div-block-42 {
  background-color: var(--sea-green);
  justify-content: center;
  align-items: center;
  height: 75px;
  display: flex;
}

.div-block-43 {
  background-image: linear-gradient(rgba(0, 0, 0, .56), rgba(0, 0, 0, .56)), url('../../images/21897827.jpg');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: 800px;
  padding: 20px 0 0;
  display: flex;
}

.div-block-44 {
  background-color: #e2e2e2;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  align-self: flex-start;
  max-width: 600px;
  margin-bottom: 10px;
  padding: 10px;
  display: inline-block;
  position: relative;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.div-block-44._2 {
  border-radius: 0 15px 15px;
}

.div-block-44._2.yo {
  border-top-left-radius: 15px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 15px;
}

.div-block-44.yo {
  background-color: var(--sea-green);
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 15px;
  align-self: flex-end;
}

.div-block-44.yo.solo {
  border-bottom-right-radius: 15px;
}

.div-block-44._3 {
  border-top-left-radius: 0;
}

.text-block-12 {
  align-self: flex-start;
  margin-bottom: 10px;
}

.text-block-12.usuario {
  font-weight: 600;
}

.body-9 {
  font-family: Figtree, sans-serif;
}

.paragraph-5 {
  color: #000;
  margin-bottom: 0;
  font-size: 14px;
}

.paragraph-5.yo {
  color: var(--white);
}

.text-block-13 {
  color: #8f8f8f;
  text-align: right;
  font-size: 13px;
}

.text-block-13.yo {
  color: #fff;
  font-weight: 300;
}

.div-block-45 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-self: flex-start;
  margin-left: 20px;
  margin-right: 20px;
  display: flex;
}

.div-block-45.derecha {
  align-self: flex-end;
  margin-left: 20px;
  margin-right: 20px;
}

.div-block-46 {
  width: 50px;
  height: 50px;
}

.paragraph-6 {
  width: 78px;
}

.div-block-47 {
  flex-flow: column;
  display: flex;
}

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

.div-block-49 {
  flex-flow: column;
  flex: 1;
  justify-content: flex-end;
  align-self: stretch;
  align-items: stretch;
  display: flex;
}

.div-block-50 {
  background-color: #fff;
  height: 75px;
  display: flex;
}

.div-block-51 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  display: flex;
}

.div-block-52 {
  background-color: #e2e2e2;
  border: 1px #fff;
  border-radius: 20px;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  padding-left: 20px;
  display: flex;
}

.text-block-14 {
  color: #000;
}

.div-block-53 {
  justify-content: center;
  align-items: center;
  width: 100px;
  display: flex;
}

.image-4 {
  z-index: 1;
  position: relative;
}

.paragraph-7 {
  max-width: 900px;
  margin-bottom: 0;
}

.section-5 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 60px 30px;
  display: flex;
}

.image-5 {
  max-width: 900px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.body-10, .body-11, .body-12, .body-13 {
  font-family: Figtree, sans-serif;
}

.text-span-11 {
  color: var(--medium-sea-green);
}

.div-block-54 {
  width: 100%;
  max-width: 900px;
}

.div-block-54.hueco {
  background-color: #fff;
  border-radius: 10px;
  padding: 20px;
  display: flex;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.section-6 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 60px;
  display: flex;
}

.section-6.subir {
  z-index: 9999;
  margin-top: -70px;
  margin-bottom: 40px;
  padding-top: 0;
  position: relative;
}

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

.div-block-56 {
  background-color: #fff;
  border-radius: 10px;
  padding: 20px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.heading-10 {
  margin-top: 0;
  margin-bottom: 0;
}

.ms-button-svg {
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.ms-button-flex {
  grid-column-gap: 8px;
  align-items: center;
  display: flex;
}

.ms-button {
  border: 1px solid var(--memberstack-library--ms-main-cta-color);
  background-color: var(--memberstack-library--ms-main-cta-color);
  color: #fff;
  text-align: center;
  letter-spacing: .03em;
  border-radius: 8px;
  flex: none;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-bottom: 15px;
  padding: 13px 16px 11.5px;
  font-size: 1em;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: transform .2s cubic-bezier(.645, .045, .355, 1), border-color .2s cubic-bezier(.645, .045, .355, 1), border-radius .2s cubic-bezier(.645, .045, .355, 1), box-shadow .2s cubic-bezier(.645, .045, .355, 1), background-color .2s cubic-bezier(.645, .045, .355, 1);
  display: inline-block;
  position: relative;
  top: 0;
  box-shadow: 1px 1px 5px rgba(255, 255, 255, .25), 0 10px 20px -5px rgba(45, 62, 80, .3);
}

.ms-button:hover {
  background-color: var(--memberstack-library--ms-main-cta-hover);
  box-shadow: none;
  color: #fff;
  transform: translate(0, 2px);
}

.ms-button:active {
  background-color: #0a3092;
}

.ms-button.ms-is-light {
  color: #070e27;
  background-color: #fff;
  background-image: none;
  background-size: auto;
  border: 1px solid #dbe2eb;
  box-shadow: 0 1px 3px rgba(255, 255, 255, .25), 0 10px 20px -5px rgba(45, 62, 80, .1);
}

.ms-button.ms-is-light:hover {
  box-shadow: none;
  color: #1051b9;
  background-color: #fff;
  border-color: #1051b9;
}

.ms-button.ms-is-light:active {
  color: #fff;
  background-color: #356af0;
}

.ms-button.ms-is-light.ms-is-small {
  margin-bottom: 0;
}

.ms-button.ms-is-light.ms-is-small.ms-is-documentation {
  width: 100%;
  margin-top: 3em;
  display: flex;
}

.ms-button.ms-is-small {
  border-radius: 6px;
  height: auto;
  padding: 7px 16px;
  font-size: .85em;
  font-weight: 500;
  transform: perspective(1000px);
}

.ms-button.ms-is-form {
  background-color: var(--medium-sea-green);
  border-style: none;
  width: 100%;
}

.ms-link {
  color: var(--memberstack-library--ms-main-cta-color);
  border-bottom: 1px solid rgba(41, 98, 255, .01);
  font-weight: 500;
  text-decoration: none;
  transition: border-color .2s;
}

.ms-link:hover {
  border-bottom-color: var(--memberstack-library--ms-main-cta-color);
  color: var(--memberstack-library--ms-main-cta-hover);
}

.ms-link.ms-is-forgot {
  float: right;
  color: var(--medium-sea-green);
  font-size: 90%;
}

.ms-input {
  border: 1px solid var(--memberstack-library--ms-border-color);
  box-shadow: 0 5px 10px -5px var(--memberstack-library--ms-shadow-color);
  color: var(--memberstack-library--ms-main-text-color);
  background-color: #fff;
  border-radius: 5px;
  min-height: 40px;
  margin-bottom: 20px;
  padding: 8px 12px;
  transition: box-shadow .2s, color .2s, box-shadow .2s, border-color .2s;
  position: relative;
}

.ms-input:hover {
  z-index: 2;
  border-color: var(--memberstack-library--ms-main-cta-color);
  box-shadow: none;
}

.ms-input::placeholder {
  color: var(--memberstack-library--ms-input-placeholder);
}

.ms-input-label {
  text-align: left;
  margin-bottom: 5px;
  font-size: .9em;
  font-weight: 600;
}

.ms-form-heading {
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 29px;
  font-weight: 500;
  line-height: 1.4em;
}

.ms-form {
  background-color: #fff;
  border-radius: 10px;
  width: 100%;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.ms-form-block {
  margin-top: -70px;
  margin-bottom: 30px;
  padding-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
}

.text-block-15 {
  text-align: center;
  margin-bottom: 20px;
}

.link-5, .link-6 {
  color: var(--medium-sea-green);
}

.ms-input-2 {
  border: 1px solid var(--memberstack-library--ms-border-color);
  box-shadow: 0 5px 10px -5px var(--memberstack-library--ms-shadow-color);
  color: var(--memberstack-library--ms-main-text-color);
  background-color: #fff;
  border-radius: 5px;
  min-height: 40px;
  margin-bottom: 1.333em;
  padding: 8px 12px;
  transition: box-shadow .2s, color .2s, box-shadow .2s, border-color .2s;
  position: relative;
}

.ms-input-2:hover {
  z-index: 2;
  border-color: var(--memberstack-library--ms-main-cta-color);
  box-shadow: none;
}

.ms-input-2::placeholder {
  color: var(--memberstack-library--ms-input-placeholder);
}

.ms-form-sub-heading {
  margin-top: -15px;
  margin-bottom: 20px;
}

.ms-form-heading-2 {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 29px;
  font-weight: 500;
  line-height: 1.4em;
}

.ms-form-2 {
  background-color: #fff;
  border-radius: 10px;
  min-width: 400px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.ms-form-block-2 {
  margin-top: -70px;
  margin-bottom: 30px;
  padding-left: 20px;
  padding-right: 20px;
}

.link-7 {
  color: var(--medium-sea-green);
}

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

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

.text-block-16 {
  font-weight: 700;
}

.text-block-16._2 {
  margin-top: 20px;
}

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

.container-6 {
  color: #000;
}

.heading-11 {
  color: #000;
  text-align: center;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
}

.text-block-17 {
  color: #9c7f43;
  margin-bottom: 5px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 17px;
}

.bold-text-15 {
  color: var(--medium-sea-green);
}

.paragraph-9 {
  color: #1f1f1f;
  margin-bottom: 50px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 26px;
}

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

.link-8 {
  color: var(--medium-sea-green);
}

.image-6 {
  margin-top: -90px;
}

.body-14 {
  flex-flow: column;
  display: flex;
}

.section-7 {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../../images/fondo.png');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
}

.section-8 {
  flex-flow: column;
  padding: 20px;
  display: flex;
}

.section-8._2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: row;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
}

.div-block-61 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  flex: 1;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-62, .div-block-63 {
  flex: 1;
}

.div-block-64 {
  flex: 1;
  max-width: 500px;
  margin-top: 20px;
}

.espacio {
  margin-top: 20px;
}

.espacio.sin {
  margin-top: 0;
}

.link-9 {
  color: var(--medium-sea-green);
}

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

.section-9 {
  background-image: linear-gradient(90deg, #000, rgba(255, 255, 255, 0)), url('../../images/27942.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: flex-start;
  align-items: center;
  height: 700px;
  padding: 20px;
  display: flex;
}

.fn-section {
  color: #ecf0ef;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-top: 40px;
  padding-bottom: 80px;
  font-family: Open Sans, sans-serif;
  display: flex;
}

.fn-container-grid-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1310px;
  padding-left: 15px;
  padding-right: 15px;
  display: grid;
}

.fn-slide-item-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fff;
  border-radius: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 16px;
  display: grid;
  overflow: hidden;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.fn-slider-image {
  object-fit: cover;
  background-color: rgba(0, 0, 0, 0);
  width: 100%;
}

.fn-slider-column {
  padding: 46px 100px 46px 24px;
}

.fn-label-icon {
  background-color: #000;
  width: 63px;
  height: 1px;
  margin-bottom: 24px;
}

.fn-heading-3 {
  color: #000;
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Libre Franklin, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.3em;
}

.fn-paragraph {
  color: #777;
  margin-bottom: 32px;
  font-family: Figtree, sans-serif;
  font-size: 16px;
  line-height: 1.6em;
}

.tab-link-tab-1 {
  background-color: #fff;
  font-size: 16px;
}

.tab-link-tab-1.w--current {
  border-bottom: 3px solid var(--medium-sea-green);
  background-color: #fff;
}

.tab-link-tab-2 {
  background-color: #fff;
  border-bottom: 3px solid #fff;
  font-size: 16px;
}

.tab-link-tab-2.w--current {
  border-bottom-width: 3px;
  border-bottom-color: var(--medium-sea-green);
  background-color: #fff;
  font-size: 16px;
}

.tab-link-tab-3 {
  background-color: #fff;
  border-bottom: 3px solid #fff;
  font-size: 16px;
}

.tab-link-tab-3.w--current {
  border-bottom-color: var(--medium-sea-green);
  background-color: #fff;
}

.tab-link-tab-1-2 {
  background-color: #fff;
  border-bottom: 3px solid #fff;
  font-size: 16px;
}

.tab-link-tab-1-2.w--current {
  border-bottom: 3px solid var(--medium-sea-green);
  background-color: #fff;
}

.tab-link-tab-2-2 {
  background-color: #fff;
  border-bottom: 3px solid #fff;
  font-size: 16px;
}

.tab-link-tab-2-2.w--current {
  border-bottom-color: var(--medium-sea-green);
  background-color: #fff;
}

.tab-link-tab-3-2 {
  background-color: #fff;
  border-bottom: 3px solid #fff;
  font-size: 16px;
}

.tab-link-tab-3-2.w--current {
  border-bottom-color: var(--medium-sea-green);
  background-color: #fff;
  font-size: 16px;
}

.div-block-65 {
  background-color: #fff;
  border-radius: 10px;
  width: 100%;
  max-width: 900px;
  padding: 20px;
}

.text-field-2 {
  border-radius: 10px;
}

.select-field {
  color: #5c5c5c;
  background-color: #fff;
  border-radius: 5px;
  min-height: 40px;
  margin-bottom: 20px;
}

.video {
  width: 150px;
  padding-bottom: 0;
}

.youtube-2 {
  width: 46%;
  min-height: 24px;
}

.video-2 {
  display: block;
}

.div-block-66 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  height: 130px;
  padding: 20px 0;
  display: grid;
}

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

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

.div-block-70._5 {
  margin-bottom: 5px;
}

.div-block-71 {
  color: #fff;
  background-color: #4096cf;
  border-radius: 20px;
  margin-left: 5px;
  padding: 2px 7px;
}

.div-block-71.final {
  background-color: var(--dark-grey-2);
}

.div-block-72, .div-block-73 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 5px;
  display: flex;
}

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

.div-block-75, .div-block-76 {
  flex: 1;
}

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

.div-block-78, .div-block-79 {
  flex: 1;
}

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

.div-block-81, .div-block-82 {
  flex: 1;
}

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

.div-block-84, .div-block-85 {
  flex: 1;
}

.tabs-content {
  border: 1px solid #e6e6e6;
  border-radius: 10px;
  margin-top: 20px;
  padding: 20px;
}

.dropdown-toggle {
  color: #fff;
  font-family: Libre Franklin, sans-serif;
  font-weight: 600;
}

.dropdown-list {
  background-color: #705757;
}

.dropdown-list.w--open {
  background-color: #fff;
  border-radius: 5px;
  font-family: Libre Franklin, sans-serif;
}

._1 {
  color: #646464;
}

._1:hover, ._1.w--current {
  color: #000;
}

._2 {
  color: #646464;
}

._2:hover, ._2.w--current {
  color: #000;
}

.tabs-content-2 {
  border: 1px solid #e6e6e6;
  border-radius: 10px;
  margin-top: 20px;
  padding: 20px;
}

.div-block-86 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 1px solid #e6e6e6;
  border-radius: 10px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 1200px;
  margin-top: 41px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  display: flex;
}

.section-10 {
  background-color: #fff;
  border-radius: 10px;
  padding: 20px;
}

.section-10.sin {
  padding-bottom: 0;
}

.section-11 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 10px;
  flex-flow: column;
  padding: 20px;
  display: flex;
}

.text-block-18 {
  color: #4196cf;
  text-align: center;
  font-size: 16px;
}

.text-block-18.izq {
  color: #969696;
  text-align: left;
}

.text-block-19 {
  color: #4196cf;
  text-align: center;
  margin-top: 10px;
  font-size: 19px;
  line-height: 25px;
}

.grid-6 {
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  max-width: 200px;
  margin-top: 19px;
  margin-left: auto;
  margin-right: auto;
}

.grid-6._2 {
  grid-column-gap: 0px;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  max-width: 175px;
  margin-top: 0;
  margin-bottom: 15px;
}

.div-block-87 {
  border-bottom: 1px solid #4196cf;
  width: 100%;
  margin-top: 20px;
}

.text-span-12 {
  color: #969696;
  font-size: 18px;
}

.heading-12 {
  color: #4196cf;
  text-align: center;
  font-weight: 400;
}

.div-block-88 {
  flex-flow: row;
  max-width: 300px;
  height: 50px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-89 {
  background-color: #4196cf;
  background-image: url('../../images/plus.svg');
  background-position: 40%;
  background-repeat: no-repeat;
  background-size: 30px;
  border: 2px solid #4196cf;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  width: 50px;
  height: 50px;
}

.div-block-89._2 {
  background-image: url('../../images/minus.svg');
  background-position: 60%;
  border-radius: 20px 0 0 20px;
}

.div-block-90 {
  border: 2px solid #4196cf;
  flex: 1;
  justify-content: center;
  align-items: center;
  height: 50px;
  display: flex;
}

.text-block-20 {
  color: #969696;
  font-size: 16px;
  line-height: 22px;
}

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

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

.text-block-21 {
  color: #4196cf;
  font-weight: 700;
}

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

.div-block-93._20 {
  margin-top: 40px;
}

.heading-13 {
  color: #4196cf;
  margin-top: 0;
  margin-bottom: 0;
}

.div-block-94 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 5px;
  display: flex;
}

.div-block-95 {
  background-color: #4196cf;
  border-radius: 20px;
  padding: 4px 10px;
}

.div-block-95.fin {
  background-color: #afafaf;
}

.div-block-95.prox {
  background-color: rgba(255, 165, 75, .78);
}

.text-block-22 {
  color: #fff;
}

.div-block-96 {
  height: 54px;
}

.bold-text-16 {
  color: #4196cf;
  margin-right: 0;
}

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

.div-block-98 {
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.bold-text-17 {
  font-size: 29px;
}

.div-block-99, .div-block-100 {
  flex: 1;
  display: flex;
}

.div-block-107 {
  margin-left: 70px;
}

@media screen and (max-width: 991px) {
  .navigation {
    z-index: 999;
    padding-left: 1px;
    padding-right: 10px;
  }

  .header {
    padding-left: 60px;
    padding-right: 60px;
  }

  .bullet {
    display: none;
  }

  .navigation-button {
    width: 75%;
    margin: 20px 30px;
  }

  .h1 {
    margin-bottom: 10px;
    font-size: 32px;
    line-height: 42px;
  }

  .container.cc-contact {
    flex-wrap: wrap;
  }

  .h2.izq {
    font-size: 18px;
    line-height: 21px;
  }

  .h2-container {
    width: 58%;
  }

  .h2-container.cc-center {
    width: 80%;
  }

  .feature-item-container {
    height: auto;
  }

  .collection-list {
    align-items: stretch;
    margin-left: -5px;
    margin-right: -5px;
  }

  .slider-section {
    margin-top: 240px;
  }

  .slider {
    height: 480px;
    margin-top: -240px;
  }

  ._2-row-image {
    max-width: 50%;
    margin-right: 30px;
  }

  ._2-row-image.cc-row-spacing {
    margin-right: 50px;
  }

  ._2-row-image.cc-row-reverse, ._2-row-text {
    margin-right: 0;
  }

  ._2-row-text.cc-bottom {
    margin-right: 50px;
  }

  ._2-row-text.cc-bottom.cc-reverse {
    margin-left: 50px;
  }

  ._2-row-text.cc-row-reverse {
    margin-right: 50px;
  }

  .collection-item {
    width: 33.3333%;
    padding-left: 5px;
    padding-right: 5px;
  }

  .collection-item.cc-feature-row {
    width: 50%;
    display: flex;
  }

  .header-inner.cc-header-extra.condiciones-de-subasta {
    background-position: 0 0, 100%;
  }

  .header-inner-content {
    width: 80%;
  }

  .premium-image-container {
    margin-top: 0;
  }

  .container-quote {
    width: 100%;
  }

  .container-pricing {
    flex-wrap: wrap;
    align-items: flex-start;
    margin-top: -10px;
    margin-bottom: -10px;
  }

  .pricing-block {
    align-content: flex-start;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .container-facts {
    flex-wrap: wrap;
    align-content: flex-start;
    align-items: stretch;
    margin: -10px;
  }

  .fact-block {
    flex-wrap: wrap;
    align-items: flex-start;
    display: flex;
  }

  .container-facts-inner {
    width: 50%;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .team {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .collection-list-2 {
    flex-wrap: wrap;
    display: flex;
  }

  .team-member {
    width: 33.3333%;
  }

  .blog-posts-item {
    width: 50%;
  }

  .header-color {
    height: 85%;
  }

  .contact-intro {
    flex-flow: wrap;
    padding-bottom: 110px;
  }

  .contact-info {
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
  }

  .form-input {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 0;
  }

  .nav-menu {
    background-color: var(--medium-sea-green);
    padding-top: 30px;
    padding-bottom: 30px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, .2);
  }

  .nav-link {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .icon-2 {
    color: #fff;
    font-size: 32px;
  }

  .menu-button {
    border-radius: 10px;
    padding: 8px;
  }

  .menu-button:active, .menu-button.w--open {
    background-color: var(--medium-sea-green);
  }

  .div-block-18 {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 20px;
  }

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

  .heading-6 {
    margin-top: 0;
  }

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

  .div-block-24 {
    height: 324px;
  }

  .div-block-27 {
    min-width: 701px;
  }

  .image-3 {
    width: 63px;
  }

  .slider-2 {
    width: 100%;
  }

  .div-block-37 {
    min-width: 701px;
  }

  .section-4 {
    margin-top: 0;
    padding-bottom: 0;
  }

  .div-block-41 {
    width: 100%;
  }

  .section-5 {
    padding-top: 30px;
  }

  .image-5 {
    max-width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
  }

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

  .ms-button {
    position: relative;
  }

  .text-block-17 {
    margin-bottom: 5px;
  }

  .section-8._2 {
    flex-flow: column;
  }

  .div-block-61 {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-flow: column;
    width: 100%;
    max-width: 1200px;
  }

  .div-block-64 {
    max-width: none;
  }

  .section-9 {
    height: 500px;
  }

  .fn-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .fn-container-grid-2 {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .fn-slider-column {
    padding-right: 34px;
  }

  .fn-heading-3 {
    font-size: 32px;
  }

  ._1, ._2 {
    text-align: center;
  }

  .dropdown {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .div-block-101, .div-block-102, .div-block-103 {
    border-bottom: 1px solid rgba(255, 255, 255, .29);
    width: 96%;
    margin-left: auto;
    margin-right: auto;
  }

  .dropdown-2 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .div-block-104, .div-block-105, .div-block-106 {
    border-bottom: 1px solid rgba(255, 255, 255, .29);
    width: 96%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 767px) {
  .navigation {
    padding-left: 10px;
  }

  .header {
    height: 600px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .navigation-links {
    display: none;
  }

  .h1 {
    font-size: 30px;
    line-height: 34px;
  }

  .h1.cc-black {
    margin-bottom: 50px;
  }

  .container.cc-cta, .container.cc-footer {
    flex-wrap: wrap;
  }

  .features {
    padding-top: 60px;
  }

  .h2-container {
    width: 100%;
    margin-bottom: 60px;
  }

  .h2-container.cc-center {
    width: 100%;
  }

  .feature-item-container {
    height: auto;
  }

  .collection-list {
    flex-direction: column;
    margin: -10px 0;
  }

  .slider-section {
    margin-top: 150px;
  }

  .slider {
    height: 300px;
    margin-top: -150px;
  }

  .about {
    padding-top: 55px;
    padding-bottom: 55px;
  }

  .premium {
    padding-top: 60px;
    padding-bottom: 90px;
  }

  ._2-row-image {
    max-width: 100%;
    margin-bottom: 60px;
    margin-right: 0;
    display: flex;
  }

  ._2-row-image.cc-row-spacing, ._2-row-text, ._2-row-text.cc-bottom {
    margin-right: 0;
  }

  ._2-row-text.cc-bottom.cc-reverse {
    margin-left: 0;
  }

  ._2-row-text.cc-row-reverse {
    margin-right: 0;
  }

  .row {
    flex-wrap: wrap;
    justify-content: center;
  }

  ._2-row-action-text {
    margin-top: 50px;
  }

  .cta {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .cta-column {
    justify-content: flex-start;
    width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .footer {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .footer-column {
    width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .footer-column.cc-footer {
    width: 100%;
  }

  .collection-item {
    width: 100%;
    margin: 10px 0;
    padding-left: 0;
    padding-right: 0;
  }

  .collection-item.cc-feature-row {
    flex: 1;
    width: 100%;
  }

  .nav-button {
    display: flex;
  }

  .nav-icon-piece, .nav-icon-piece.top {
    background-color: #fff;
  }

  .collection-list-wrapper.cc-feature-row {
    margin-bottom: -60px;
  }

  .header-inner {
    padding-top: 150px;
    padding-bottom: 60px;
  }

  .header-inner.cc-header-extra {
    padding-bottom: 180px;
  }

  .header-inner-content {
    width: 100%;
  }

  .premium-intro {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .premium-image-container {
    margin-bottom: 90px;
  }

  .about-intro {
    padding-top: 85px;
    padding-bottom: 45px;
  }

  .goals-container {
    flex-wrap: wrap;
    margin-top: -15px;
    margin-bottom: -25px;
  }

  .goals-container-inner {
    width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .team-member {
    width: 50%;
  }

  .our-goals {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .blog-posts.sin-tanto-espacio.no {
    margin-top: -40px;
  }

  .blog-posts-item {
    width: 100%;
  }

  .header-color {
    height: 85%;
  }

  .content {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .contact-intro {
    padding-top: 90px;
    padding-bottom: 80px;
  }

  .contact-info-row {
    flex-wrap: wrap;
    align-items: flex-start;
  }

  .contact-info-text {
    width: 100%;
  }

  .heading-3 {
    margin-top: 2vw;
    margin-bottom: 2vw;
    font-size: 6vw;
    line-height: 7vw;
  }

  .div-block-8 {
    margin-top: 2vw;
    margin-bottom: 2vw;
  }

  .heading-4 {
    margin-top: 2vw;
    margin-bottom: 2vw;
    font-size: 2.5vw;
    line-height: 4vw;
  }

  .grid-3 {
    margin-left: 2vw;
    margin-right: 2vw;
  }

  .heading-5 {
    margin-top: 2vw;
    margin-bottom: 1vw;
    font-size: 3vw;
    line-height: 5vw;
  }

  .div-block-16 {
    flex-flow: column;
    min-height: auto;
  }

  .div-block-17 {
    background-repeat: repeat;
    width: 100%;
    height: 300px;
    margin-right: 0;
  }

  .div-block-18 {
    padding-left: 20px;
  }

  .div-block-18.inicio {
    padding-left: 0;
  }

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

  .button-2.entero {
    align-self: flex-end;
  }

  .heading-6 {
    margin-top: 0;
  }

  .div-block-21 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    min-width: 100%;
  }

  .div-block-23.caballo {
    background-position: 50%;
  }

  .div-block-26 {
    width: 100%;
    height: 300px;
  }

  .div-block-27 {
    width: 87%;
    min-width: auto;
    max-width: none;
  }

  .link-block-3 {
    top: -4%;
  }

  .link-block-3.calendario {
    top: -11.1vw;
  }

  .heading-7 {
    margin-top: 2vw;
    margin-bottom: 2vw;
    font-size: 6vw;
    line-height: 7vw;
  }

  .div-block-30 {
    margin-top: 2vw;
    margin-bottom: 2vw;
  }

  .heading-8 {
    margin-top: 2vw;
    margin-bottom: 2vw;
    font-size: 2.5vw;
    line-height: 4vw;
  }

  .heading-9 {
    margin-top: 2vw;
    margin-bottom: 1vw;
    font-size: 3vw;
    line-height: 5vw;
  }

  .image-3 {
    width: 52px;
  }

  .slider-2 {
    width: 100%;
    height: 300px;
  }

  .div-block-37 {
    width: 87%;
    min-width: auto;
    max-width: none;
  }

  .youtube, .lightbox-link {
    width: 100%;
  }

  .div-block-45 {
    flex-flow: column;
  }

  .div-block-46 {
    width: 30px;
    height: 30px;
  }

  .div-block-54.hueco {
    flex-flow: column;
  }

  .ms-form-heading {
    font-size: 24px;
  }

  .ms-form-block._2 {
    margin-top: -60px;
  }

  .ms-form-heading-2 {
    font-size: 24px;
  }

  .div-block-57 {
    align-self: center;
  }

  .div-block-58 {
    margin-left: 0;
  }

  .container-6 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-11 {
    font-size: 30px;
  }

  .text-block-17 {
    text-align: center;
    margin-bottom: 5px;
  }

  .paragraph-9 {
    margin-bottom: 30px;
  }

  .div-block-61 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .fn-section {
    padding-top: 32px;
    padding-bottom: 32px;
    overflow: visible;
  }

  .fn-container-grid-2 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .fn-slide-item-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .fn-slider-image {
    height: 280px;
  }

  .fn-slider-column {
    padding: 15px;
  }

  .fn-heading-3 {
    margin-bottom: 12px;
    font-size: 28px;
  }

  .fn-paragraph {
    margin-bottom: 24px;
  }

  .div-block-66 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
    justify-items: center;
    height: auto;
    display: grid;
  }

  .div-block-68, .div-block-69 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 20px;
    display: flex;
  }

  .div-block-107 {
    margin-left: 0;
  }
}

@media screen and (max-width: 479px) {
  .navigation {
    padding-left: 10px;
  }

  .header {
    height: 100vh;
    margin-top: -60px;
    padding-top: 120px;
    padding-bottom: 60px;
  }

  .header.logo1 {
    margin-top: -102px;
  }

  .h1 {
    letter-spacing: 0;
    margin-bottom: 10px;
    font-size: 19px;
    line-height: 23px;
  }

  .h1.centro {
    text-align: center;
  }

  .paragraph {
    font-size: 14px;
    line-height: 19px;
  }

  .button.menos-espacio.entero {
    text-align: center;
    width: 100%;
  }

  .h2 {
    font-size: 20px;
    line-height: 30px;
  }

  .h2.izq {
    text-align: center;
  }

  .h3.cc-header {
    font-size: 16px;
  }

  .slider-section {
    margin-top: 75px;
  }

  .slider {
    height: 150px;
    margin-top: -75px;
  }

  ._2-row-image {
    align-items: flex-start;
    margin-bottom: 60px;
  }

  ._2-row-text {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  ._2-row-text.cc-bottom {
    margin-right: 0;
  }

  ._2-row-text.cc-bottom.cc-reverse {
    margin-left: 0;
  }

  .row.cc-bottom {
    margin-top: 60px;
  }

  .footer-column {
    flex-wrap: wrap;
  }

  .footer-links-list, .footer-social {
    width: 50%;
  }

  .header-inner {

    padding-top: 120px;
    padding-bottom: 60px;
  }

  .header-inner.cc-header-extra {
    padding-bottom: 150px;
  }

  .header-inner-content.sobre-nosotros {
    width: 100%;
  }

  .premium-banner {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .premium-banner-inner {
    padding-left: 30px;
    padding-right: 30px;
  }

  .premium-intro {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .premium-image-container {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 60px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .image-banner {
    margin-bottom: 30px;
    margin-right: 0;
  }

  .faq {
    padding-top: 90px;
    padding-bottom: 60px;
  }

  .container-questions {
    flex-wrap: wrap;
    justify-content: center;
    margin: 0;
  }

  .question-block {
    width: 100%;
    margin: 15px 0;
  }

  .container-facts-inner, .team-member {
    width: 100%;
  }

  .blog-posts {
    margin-top: -90px;
    margin-bottom: 90px;
  }

  .blog-posts.sin-tanto-espacio {
    margin-top: -50px;
  }

  .header-color {
    height: 85%;
  }

  .contact-intro {
    padding-bottom: 80px;
  }

  .nav-menu {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .heading-4 {
    margin-left: -10vw;
    margin-right: -10vw;
  }

  .div-block-14 {
    width: 100%;
  }

  .div-block-18.inicio {
    overflow-wrap: anywhere;
    padding-left: 0;
  }

  .heading-6 {
    margin-top: 0;
  }

  .heading-6.nombre-caballo {
    font-size: 15px;
  }

  .div-block-21 {
    min-width: 100%;
  }

  .div-block-23.caballo {
    background-position: 50%;
  }

  .div-block-24 {
    height: 331px;
  }

  .div-block-24.mejor-subasta {
    height: auto;
  }

  .section-3 {
    margin-top: -55px;
  }

  .div-block-26 {
    height: 200px;
  }

  .link-block-3.calendario {
    top: -13%;
  }

  .heading-8 {
    margin-left: -10vw;
    margin-right: -10vw;
  }

  .image-3 {
    width: 41px;
  }

  .slider-2 {
    height: 200px;
  }

  .div-block-31 {
    overflow: scroll;
  }

  .youtube, .lightbox-link {
    width: 100%;
  }

  .div-block-45 {
    flex-flow: column;
  }

  .div-block-46 {
    width: 30px;
    height: 30px;
  }

  .ms-button {
    width: 100%;
    min-height: auto;
    padding: .6em 1.3em;
    font-size: 14px;
    font-style: normal;
  }

  .ms-button.ms-is-light {
    max-width: 100vw;
  }

  .ms-input {
    font-size: 12px;
  }

  .ms-input-label.ms-is-forgot-password {
    justify-content: space-between;
  }

  .ms-form {
    width: 100%;
    min-width: auto;
  }

  .ms-form-block {
    width: 100%;
    margin-top: -40px;
  }

  .ms-input-2 {
    font-size: 12px;
  }

  .ms-form-2 {
    width: 100%;
    min-width: auto;
  }

  .ms-form-block-2 {
    width: 100%;
    margin-top: -40px;
  }

  .div-block-57 {
    width: 250px;
    height: 250px;
  }

  .div-block-58 {
    margin-left: 0;
  }

  .heading-11 {
    font-size: 23px;
  }

  .text-block-17 {
    text-align: center;
    margin-bottom: 5px;
  }

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

  .section-9 {
    background-image: linear-gradient(rgba(0, 0, 0, .38), rgba(0, 0, 0, .38)), linear-gradient(90deg, #000, rgba(255, 255, 255, 0)), url('../../images/27942.jpg');
/*    background-position: 0 0, 0 0, 50%;
    background-size: auto, auto, cover;*/
  }

  .tab-link-tab-1, .tab-link-tab-1.w--current, .tab-link-tab-2, .tab-link-tab-2.w--current, .tab-link-tab-3, .tab-link-tab-1-2, .tab-link-tab-1-2.w--current, .tab-link-tab-2-2, .tab-link-tab-3-2, .tab-link-tab-3-2.w--current {
    font-size: 13px;
  }

  .tabs-menu {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .tabs-menu-2, .tabs-menu-3, .tabs-menu-4 {
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .div-block-74, .div-block-77, .div-block-80, .div-block-83 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
  }

  .dropdown-toggle {
    vertical-align: baseline;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  ._1, ._2 {
    text-align: center;
  }

  .heading-12 {
    margin-bottom: 20px;
    line-height: 24px;
  }

  .div-block-91 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
  }

  .dropdown {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .icon-3 {
    align-self: flex-start;
  }

  .text-block-23 {
    align-self: flex-end;
  }

  .div-block-101, .div-block-102, .div-block-103 {
    border-bottom: 1px solid rgba(255, 255, 255, .29);
    width: 96%;
    margin-left: auto;
    margin-right: auto;
  }

  .text-block-24 {
    align-self: flex-end;
  }

  .icon-4 {
    align-self: flex-start;
  }

  .dropdown-2 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .div-block-104, .div-block-105, .div-block-106 {
    border-bottom: 1px solid rgba(255, 255, 255, .29);
    width: 96%;
    margin-left: auto;
    margin-right: auto;
  }
}

#w-node-bdd4d71c-4c27-6031-ac87-fe162adced46-8cb4ab7a {
  grid-area: 2 / 2 / 3 / 12;
}

#w-node-bdd4d71c-4c27-6031-ac87-fe162adced47-8cb4ab7a {
  align-self: stretch;
}

#w-node-bdd4d71c-4c27-6031-ac87-fe162adced48-8cb4ab7a {
  align-self: stretch;
  justify-self: center;
}

#w-node-e249ad5b-02cb-f24c-ca5f-5a247b005e12-1fab6144, #w-node-e249ad5b-02cb-f24c-ca5f-5a247b005e14-1fab6144, #w-node-_36a1c414-eca5-e03d-0f96-2a7a83d9be56-d0eb505e, #w-node-_36a1c414-eca5-e03d-0f96-2a7a83d9be59-d0eb505e, #w-node-_36a1c414-eca5-e03d-0f96-2a7a83d9be5c-d0eb505e, #w-node-_36a1c414-eca5-e03d-0f96-2a7a83d9be5f-d0eb505e, #w-node-_36a1c414-eca5-e03d-0f96-2a7a83d9be62-d0eb505e, #w-node-_36a1c414-eca5-e03d-0f96-2a7a83d9be65-d0eb505e, #w-node-_36a1c414-eca5-e03d-0f96-2a7a83d9be68-d0eb505e, #w-node-_36a1c414-eca5-e03d-0f96-2a7a83d9be6d-d0eb505e, #w-node-_36a1c414-eca5-e03d-0f96-2a7a83d9be70-d0eb505e, #w-node-_36a1c414-eca5-e03d-0f96-2a7a83d9be73-d0eb505e, #w-node-_36a1c414-eca5-e03d-0f96-2a7a83d9be76-d0eb505e, #w-node-_36a1c414-eca5-e03d-0f96-2a7a83d9be79-d0eb505e, #w-node-_36a1c414-eca5-e03d-0f96-2a7a83d9be7c-d0eb505e, #w-node-_36a1c414-eca5-e03d-0f96-2a7a83d9be7f-d0eb505e, #w-node-_36a1c414-eca5-e03d-0f96-2a7a83d9be82-d0eb505e, #w-node-_36a1c414-eca5-e03d-0f96-2a7a83d9be85-d0eb505e, #w-node-_36a1c414-eca5-e03d-0f96-2a7a83d9be88-d0eb505e, #w-node-_36a1c414-eca5-e03d-0f96-2a7a83d9be8b-d0eb505e, #w-node-_36a1c414-eca5-e03d-0f96-2a7a83d9be8e-d0eb505e, #w-node-_36a1c414-eca5-e03d-0f96-2a7a83d9be91-d0eb505e, #w-node-_36a1c414-eca5-e03d-0f96-2a7a83d9be94-d0eb505e, #w-node-_36a1c414-eca5-e03d-0f96-2a7a83d9be97-d0eb505e, #w-node-_36a1c414-eca5-e03d-0f96-2a7a83d9be9a-d0eb505e, #w-node-_36a1c414-eca5-e03d-0f96-2a7a83d9be9d-d0eb505e, #w-node-_36a1c414-eca5-e03d-0f96-2a7a83d9bea0-d0eb505e, #w-node-_36a1c414-eca5-e03d-0f96-2a7a83d9bea3-d0eb505e, #w-node-_36a1c414-eca5-e03d-0f96-2a7a83d9bea6-d0eb505e, #w-node-_36a1c414-eca5-e03d-0f96-2a7a83d9bea9-d0eb505e, #w-node-_36a1c414-eca5-e03d-0f96-2a7a83d9beac-d0eb505e, #w-node-_36a1c414-eca5-e03d-0f96-2a7a83d9beaf-d0eb505e, #w-node-_36a1c414-eca5-e03d-0f96-2a7a83d9beb2-d0eb505e, #w-node-_36a1c414-eca5-e03d-0f96-2a7a83d9beb5-d0eb505e, #w-node-_36a1c414-eca5-e03d-0f96-2a7a83d9beb8-d0eb505e, #w-node-_36a1c414-eca5-e03d-0f96-2a7a83d9bebb-d0eb505e, #w-node-_36a1c414-eca5-e03d-0f96-2a7a83d9bebe-d0eb505e, #w-node-_36a1c414-eca5-e03d-0f96-2a7a83d9bec1-d0eb505e, #w-node-_36a1c414-eca5-e03d-0f96-2a7a83d9bec4-d0eb505e, #w-node-_36a1c414-eca5-e03d-0f96-2a7a83d9bec7-d0eb505e, #w-node-_36a1c414-eca5-e03d-0f96-2a7a83d9beca-d0eb505e, #w-node-_36a1c414-eca5-e03d-0f96-2a7a83d9becd-d0eb505e, #w-node-_36a1c414-eca5-e03d-0f96-2a7a83d9bed0-d0eb505e, #w-node-_36a1c414-eca5-e03d-0f96-2a7a83d9bed3-d0eb505e, #w-node-_6806c0cf-4ee6-75c3-39c9-853e15c18080-c35de02a, #w-node-_9c3f55db-6db5-fea9-46a4-50d45c2f8b3e-c35de02a, #w-node-_6e0250da-093e-4799-b53e-112b633a9620-c35de02a, #w-node-_7fda5be3-964a-5dc9-58c6-7e891c0a94e5-c35de02a, #w-node-addcae34-7146-636e-9f9e-3d0ef2f87c16-c35de02a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c7bfae53-5b0b-6409-d36c-3f60b43ff1cd-c35de02a {
  grid-area: span 2 / span 3 / span 2 / span 3;
}

#w-node-_214c5f04-532e-c4e7-9fbd-4212b1f05db5-c35de02a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7a77e059-2cca-255b-95cd-6723eefdeab3-c35de02a {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-_6806c0cf-4ee6-75c3-39c9-853e15c18080-5ac780c2, #w-node-_9c3f55db-6db5-fea9-46a4-50d45c2f8b3e-5ac780c2, #w-node-_6e0250da-093e-4799-b53e-112b633a9620-5ac780c2, #w-node-_7fda5be3-964a-5dc9-58c6-7e891c0a94e5-5ac780c2, #w-node-addcae34-7146-636e-9f9e-3d0ef2f87c16-5ac780c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c7bfae53-5b0b-6409-d36c-3f60b43ff1cd-5ac780c2 {
  grid-area: span 2 / span 3 / span 2 / span 3;
}

#w-node-_6806c0cf-4ee6-75c3-39c9-853e15c18080-f523273c, #w-node-_9c3f55db-6db5-fea9-46a4-50d45c2f8b3e-f523273c, #w-node-_6e0250da-093e-4799-b53e-112b633a9620-f523273c, #w-node-_7fda5be3-964a-5dc9-58c6-7e891c0a94e5-f523273c, #w-node-addcae34-7146-636e-9f9e-3d0ef2f87c16-f523273c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c7bfae53-5b0b-6409-d36c-3f60b43ff1cd-f523273c {
  grid-area: span 2 / span 3 / span 2 / span 3;
}

@media screen and (max-width: 991px) {
  #w-node-bdd4d71c-4c27-6031-ac87-fe162adced46-8cb4ab7a {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }
}

@media screen and (max-width: 767px) {
  #w-node-bdd4d71c-4c27-6031-ac87-fe162adced46-8cb4ab7a {
    grid-column: span 4 / span 4;
  }

  #w-node-bdd4d71c-4c27-6031-ac87-fe162adced47-8cb4ab7a, #w-node-bdd4d71c-4c27-6031-ac87-fe162adced48-8cb4ab7a {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


