:root {
  --black: black;
  --combine-library-grey-800: #1f2c3d;
  --combine-library-white: white;
  --combine-library-primary-600: #6157f8;
  --combine-library-primary-800: #472def;
  --combine-library-grey-100: #d9dce2;
  --combine-library-secondary-600: #00a1c1;
  --color: #ab2a3e;
  --combine-library-grey-600: #5f6570;
  --combine-library-warning-400: #f8b34b;
  --combine-library-grey-050: #fff;
  --combine-library-error-800: #e2004f;
  --combine-library-error-100: #ffecec;
  --combine-library-success-800: #6d9400;
  --combine-library-success-100: #ebf7de;
  --combine-library-grey-400: #8c94a5;
  --combine-library-grey-200: #bfc4ce;
  --white: white;
  --systemflow-lite-neutral--10: white;
  --systemflow-lite-primary--60: #2f54eb;
  --lynx-white: white;
  --lynx-black: #1f2022;
  --color-2: white;
}

.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-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 {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 2px;
}

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

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

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

body {
  color: #1a1b1f;
  margin-left: 0;
  margin-right: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

h1 {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 15px;
  margin-left: 10px;
  font-size: 44px;
  font-weight: 400;
  line-height: 62px;
}

h2 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
}

h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 400;
  line-height: 46px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 400;
  line-height: 38px;
}

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

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
}

p {
  margin-bottom: 10px;
}

a {
  color: #1a1b1f;
  justify-content: flex-end;
  margin-left: 0;
  padding-top: 0;
  padding-left: 0;
  /* text-decoration: underline; */
  transition: opacity .2s;
  /* display: block; */

}

a:hover {
  color: #32343a;
}

a:active {
  color: #43464d;
}

ul {
  margin-top: 20px;
  margin-bottom: 10px;
  padding-left: 40px;
  list-style-type: disc;
}

li {
  margin-bottom: 10px;
}

img {
  width: 562px;
  display: block;
}

label {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 15px 30px;
  font-size: 20px;
  line-height: 34px;
}

figcaption {
  opacity: 1;
  text-align: center;
  margin-top: 5px;
  font-size: 14px;
  line-height: 26px;
}

.divider {
  height: 1px;
  background-color: #eee;
}

.styleguide-content-wrap {
  text-align: center;
}

.section {
  margin-top: 10px;
  margin-left: 0;
  margin-right: 0;
  font-family: Vollkorn, serif;
}

.section.cc-cta {
  background-color: #f4f4f4;
  padding-left: 80px;
  padding-right: 80px;
}

.section.cc-home-wrap {
  margin-top: 11px;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
}

.section.cc-store-home-wrap {
  margin-top: 23px;
  margin-left: 0;
  margin-right: 0;
}

.styleguide-block {
  text-align: left;
  flex-direction: column;
  align-items: center;
  margin-top: 80px;
  margin-bottom: 80px;
  display: block;
}

.container {
  width: 100%;
  max-width: 1140px;
  margin-top: 102px;
  margin-left: auto;
  margin-right: auto;
}

.paragraph-tiny {
  font-size: 12px;
  line-height: 20px;
}

.paragraph-bigger {
  opacity: 1;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

.paragraph-bigger.cc-bigger-light, .paragraph-bigger.cc-bigger-white-light {
  opacity: .6;
}

.button {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #000;
  border-radius: 0;
  margin-top: 0;
  margin-left: 0;
  padding: 12px 25px;
  font-family: Vollkorn, serif;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, color .4s;
}

.button:hover {
  color: #fff;
  background-color: #32343a;
}

.button:active {
  background-color: #43464d;
}

.button.cc-jumbo-button {
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

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

.button.cc-jumbo-button.cc-jumbo-white:hover {
  background-color: #f1f1f1;
}

.button.cc-jumbo-button.cc-jumbo-white:active {
  background-color: #e1e1e1;
}

.button.cc-contact-us {
  z-index: 5;
  background-color: #ab2a3e;
  position: relative;
}

.button.cc-white-button {
  color: #202020;
  background-color: #fff;
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.button.cc-white-button:hover {
  background-color: rgba(255, 255, 255, .8);
}

.button.cc-white-button:active {
  background-color: rgba(255, 255, 255, .9);
}

.label {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
}

.label.cc-styleguide-label {
  margin-bottom: 25px;
}

.label.cc-light {
  opacity: 1;
  color: #000;
  font-family: Vollkorn, serif;
  font-size: 14px;
  font-weight: 700;
}

.label.cc-light.fecha {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 16px;
}

.label.cc-blog-date {
  opacity: .6;
  margin-top: 20px;
}

.heading-jumbo-tiny {
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.rich-text {
  width: 70%;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
}

.rich-text p {
  opacity: .6;
  margin-top: 15px;
  margin-bottom: 25px;
}

.rich-text figcaption {
  opacity: .6;
}

.rich-text figure {
  margin-top: 25px;
  padding-bottom: 20px;
}

.paragraph-light {
  opacity: .6;
  text-align: justify;
  margin-top: 10px;
  padding-top: 0;
  font-family: Vollkorn, serif;
  font-weight: 400;
}

.heading-jumbo {
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Vollkorn, serif;
  font-size: 64px;
  line-height: 80px;
}

.heading-jumbo-small {
  text-align: center;
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Vollkorn, serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: 50px;
}

.heading-jumbo-small.slider-logos {
  color: #777;
  margin-top: 15px;
  padding-bottom: 0;
  font-weight: 400;
}

.heading-jumbo-small.revista {
  color: #fff;
  text-align: left;
}

.styleguide-button-wrap {
  margin-top: 10px;
  margin-bottom: 10px;
}

.styleguide-header-wrap {
  height: 460px;
  color: #fff;
  text-align: center;
  background-color: #1a1b1f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px;
  display: flex;
}

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

.logo-link {
  z-index: 1;
  margin-left: 0;
  padding-left: 0;
}

.logo-link:hover {
  opacity: .8;
}

.logo-link:active {
  opacity: .7;
}

.logo-link.w--current {
  color: #000;
  margin-bottom: 0;
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
  transition-property: none;
}

.menu {
  z-index: 0;
  justify-content: center;
  align-items: center;
  padding-bottom: 0;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.navigation-wrap {
  color: #000;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 168px;
  display: flex;
  position: relative;
}

.navigation {
  color: #000;
  -webkit-text-stroke-color: #000;
  background-color: rgba(0, 0, 0, 0);
  align-items: center;
  margin-bottom: -96px;
  padding: 30px 50px 0;
  display: flex;
}

.navigation-item {
  opacity: 1;
  color: #000;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-top: 9px;
  padding-bottom: 9px;
  font-family: Vollkorn, serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
  transition-property: none;
}

.navigation-item:hover {
  opacity: .9;
}

.navigation-item:active {
  opacity: .8;
}

.navigation-item.w--current {
  opacity: 1;
  color: #1a1b1f;
  font-weight: 600;
}

.navigation-item.w--current:hover {
  opacity: .8;
  color: #32343a;
}

.navigation-item.w--current:active {
  opacity: .7;
  color: #32343a;
}

.logo-image {
  margin-left: 586px;
  display: block;
}

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

.footer-wrap {
  justify-content: center;
  align-items: center;
  padding-top: 70px;
  padding-bottom: 70px;
  display: flex;
}

.webflow-link {
  opacity: .5;
  align-items: center;
  text-decoration: none;
  transition: opacity .4s;
  display: flex;
}

.webflow-link:hover {
  opacity: 1;
}

.webflow-link:active {
  opacity: .8;
}

.webflow-logo-tiny {
  margin-top: -2px;
  margin-right: 8px;
}

.cta-text {
  width: 70%;
  margin-bottom: 35px;
  margin-left: auto;
  margin-right: auto;
}

.cta-wrap {
  text-align: center;
  justify-content: center;
  padding-top: 110px;
  padding-bottom: 120px;
  display: flex;
}

.intro-header {
  height: 620px;
  opacity: 1;
  color: #fff;
  mix-blend-mode: normal;
  background-color: #000;
  background-image: url('../images/Captura-de-pantalla-2023-10-04-a-las-7.49.09.png');
  background-position: 0 0;
  background-size: cover;
  justify-content: center;
  align-items: center;
  margin-bottom: 100px;
  display: flex;
  box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0);
}

.intro-header.cc-subpage {
  height: 200px;
  color: #fff;
  background-color: #000;
  background-image: url('../images/Captura-de-pantalla-2023-10-04-a-las-7.49.00.png');
  background-position: 0 0;
  background-size: cover;
  margin-top: 0;
}

.intro-content {
  width: 70%;
  max-width: 1140px;
  text-align: center;
}

.intro-content.cc-homepage {
  margin-bottom: 20px;
}

.motto-wrap {
  width: 80%;
  text-align: center;
  margin-bottom: 85px;
  margin-left: auto;
  margin-right: auto;
}

.about-story-wrap {
  width: 80%;
  text-align: center;
  margin: 80px auto;
}

.our-services-grid {
  grid-column-gap: 80px;
  grid-row-gap: 60px;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-areas: ". . ."
                       ". . .";
  margin-bottom: 120px;
}

.section-heading-wrap {
  text-align: center;
  margin-top: 80px;
  margin-bottom: 80px;
}

.service-icon {
  margin-bottom: 30px;
}

.status-message {
  color: #fff;
  text-align: center;
  background-color: #202020;
  padding: 9px 30px;
  font-size: 14px;
  line-height: 26px;
}

.status-message.cc-success-message {
  background-color: #12b878;
}

.status-message.cc-error-message {
  background-color: #db4b68;
}

.status-message.cc-no-data {
  width: 70%;
  margin: 100px auto;
  display: block;
}

.contact-form-wrap {
  border: 1px solid #eee;
  padding: 45px 50px 50px;
}

.contact-form-grid {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 2.5fr 1fr;
  align-items: start;
  margin-top: 100px;
  margin-bottom: 100px;
}

.details-wrap {
  margin-bottom: 30px;
}

.get-in-touch-form {
  flex-direction: column;
  display: flex;
}

.text-field {
  border: 1px solid #e4e4e4;
  border-radius: 0;
  margin-bottom: 18px;
  padding: 21px 20px;
  font-size: 14px;
  line-height: 26px;
  transition: border-color .4s;
}

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

.text-field:active, .text-field:focus {
  border-color: #43464d;
}

.text-field::-ms-input-placeholder {
  color: rgba(50, 52, 58, .4);
}

.text-field::placeholder {
  color: rgba(50, 52, 58, .4);
}

.text-field.cc-contact-field {
  margin-bottom: 25px;
  font-family: Vollkorn, serif;
}

.text-field.cc-textarea {
  height: 200px;
  padding-top: 12px;
}

.contact-form {
  width: 100%;
  flex-direction: column;
  align-items: stretch;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.contact-form-heading-wrap {
  margin-bottom: 40px;
}

.contact-heading {
  margin-top: 0;
  margin-bottom: 15px;
  font-weight: 400;
}

.map {
  height: 460px;
  background-image: url('../images/Captura-de-pantalla-2023-10-04-a-las-10.05.34.png');
  background-position: 0 0;
  background-size: 533px;
  margin-bottom: 100px;
  line-height: 20px;
}

.contact-team-name-wrap {
  margin-bottom: 30px;
}

.our-contacts {
  grid-column-gap: 80px;
  grid-row-gap: 60px;
  text-align: center;
  grid-template: ". . ."
  / 1fr 1fr 1fr;
  margin-bottom: 120px;
}

.contact-team-details-wrap {
  margin-top: 30px;
}

.contact-team-pic {
  height: 150px;
  background-color: #f4f4f4;
  margin-bottom: 30px;
}

.team-pic {
  width: 100%;
  height: 375px;
  background-color: #f4f4f4;
  background-image: url('../images/presi-4.jpeg');
  background-position: 0 0;
  background-size: cover;
  margin-bottom: 40px;
}

.team-members {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template: ". . ."
                 ". . ."
                 / 1fr 1fr 1fr;
  margin-bottom: 60px;
}

.team-member-title-wrap {
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
  display: flex;
}

.team-member-name {
  opacity: 1;
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
  text-decoration: underline;
}

.projects-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template: "."
                 "."
                 "."
                 / 1fr;
  margin-bottom: 60px;
}

.project-name-wrap {
  width: 100%;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
  display: flex;
}

.project-name-link {
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
  text-decoration: none;
}

.project-name-link:hover {
  opacity: .8;
}

.project-name-link:active {
  opacity: .7;
}

.project-cover-link {
  margin-bottom: 40px;
}

.project-cover-link:hover {
  opacity: .8;
}

.project-cover-link:active {
  opacity: .7;
}

.project-overview-header {
  height: 620px;
  color: #fff;
  background-color: #f4f4f4;
  background-image: url('../images/portfolio-1---wide.svg');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  margin-bottom: 100px;
  display: flex;
}

.project-overview-header.cc-project-2-header {
  background-image: url('../images/portfolio-2---wide.svg');
  background-position: 50%;
}

.project-overview-header.cc-project-3-header {
  background-image: url('../images/portfolio-3---wide.svg');
  background-size: cover;
}

.project-details-grid {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 1fr 2fr;
  align-items: start;
  margin-top: 100px;
  margin-bottom: 100px;
}

.project-pics {
  margin-bottom: 120px;
}

.detail-image {
  width: 100%;
  margin-bottom: 30px;
}

.blog-detail-header-wrap {
  width: 70%;
  margin: 60px auto;
}

.detail-header-image {
  width: 100%;
  height: 620px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: cover;
  margin-bottom: 60px;
  display: block;
}

.detail-header-image.w--current {
  margin-bottom: 60px;
}

.blog-list-wrap {
  margin-bottom: 100px;
}

.blog-item {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.blog-preview-image {
  width: 100%;
  height: 620px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: cover;
  margin-bottom: 45px;
  transition: opacity .6s;
  display: block;
}

.blog-preview-image:hover {
  opacity: .8;
}

.blog-preview-image:active {
  opacity: .7;
}

.blog-summary-wrap {
  width: 70%;
  text-align: left;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

.blog-heading-link {
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 400;
  line-height: 46px;
  text-decoration: none;
}

.blog-heading-link:hover {
  opacity: .8;
}

.blog-heading-link:active {
  opacity: .7;
}

.contact-email-link {
  opacity: .6;
  margin-bottom: 5px;
  text-decoration: underline;
}

.contact-email-link:hover {
  opacity: 1;
}

.contact-email-link:active {
  opacity: .8;
}

.protected-form {
  flex-direction: column;
  display: flex;
}

.protected-wrap {
  justify-content: center;
  padding-top: 90px;
  padding-bottom: 100px;
  display: flex;
}

.protected-heading {
  margin-bottom: 30px;
}

.utility-page-wrap {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  padding: 30px;
  display: flex;
}

._404-wrap {
  width: 100%;
  height: 100%;
  background-color: #1a1b1f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px;
  display: flex;
}

._404-content-wrap {
  margin-bottom: 20px;
}

.home-content-wrap {
  margin-top: 30px;
  margin-bottom: 50px;
}

.home-section-wrap {
  margin-bottom: 30px;
}

.section-heading {
  text-align: left;
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: Vollkorn, serif;
  font-weight: 400;
}

.about-grid {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 1fr 2fr;
  align-items: center;
  margin-bottom: 80px;
}

.about-grid.cc-about-2 {
  grid-template-columns: 2fr 1fr;
  grid-template-areas: ". .";
}

.intro-text {
  width: 80%;
  margin-bottom: 35px;
  margin-left: auto;
  margin-right: auto;
}

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

.work-heading {
  margin-top: 10px;
  margin-bottom: 20px;
  font-weight: 400;
}

.blog-heading {
  text-align: center;
  margin-bottom: 60px;
}

.blog-preview-wrap {
  width: 33.33%;
  padding-bottom: 30px;
  padding-left: 15px;
  padding-right: 45px;
}

.collection-list-wrapper {
  margin-bottom: 120px;
}

.business-article-heading {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 500;
  line-height: 38px;
  text-decoration: none;
}

.business-article-heading:hover {
  opacity: .8;
}

.business-article-heading:active {
  opacity: .7;
}

._w-lightbox-caption {
  background-color: rgba(0, 0, 0, .6);
}

.pricing-overview {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-2 {
  width: auto;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.centered-heading {
  text-align: center;
  margin-bottom: 16px;
}

.pricing-description {
  max-width: 550px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.pricing-grid {
  grid-column-gap: 64px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
  display: grid;
}

.pricing-card-three {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.pricing-image {
  width: 80px;
  height: 80px;
  object-fit: cover;
  margin-bottom: 16px;
}

.pricing-card-text {
  margin-bottom: 20px;
}

.text-link-arrow {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed {
  margin-left: 2px;
  display: flex;
}

.team-slider {
  background-color: #fff;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.centered-subheading {
  max-width: 530px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.team-slider-wrapper {
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 50px;
}

.team-slide-wrapper {
  width: 30%;
  border-radius: 10px;
  margin: 20px 1% 20px 20px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

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

.team-member-image-two {
  background-image: url('../images/Captura-de-pantalla-2023-10-04-a-las-7.49.00.png');
  background-position: 0 0;
  background-size: contain;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  margin-bottom: 18px;
}

.team-block-info {
  flex-direction: column;
  align-items: center;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.team-member-name-two {
  margin-bottom: 12px;
  font-family: Vollkorn, serif;
  font-weight: 600;
}

.team-member-name-two.logos {
  color: #777;
  margin-bottom: 0;
  font-size: 25px;
}

.team-member-name-two.logos.ventanas {
  color: #000;
  margin-top: 10px;
  font-size: 20px;
}

.team-member-text {
  text-align: center;
  align-self: center;
  margin-bottom: 20px;
  font-family: Vollkorn, serif;
}

.team-slider-arrow {
  display: none;
}

.team-slider-nav {
  margin-top: 0;
  font-size: 10px;
  position: static;
  bottom: -60px;
}

.hero-stack {
  background-color: #ffffff;
  border-bottom: 1px solid #e4ebf3;
  padding: 26px 30px 80px;
  font-family: Vollkorn, serif;
  position: relative;
}

.hero-wrapper-two {
  max-width: 750px;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.margin-bottom-24px {
  text-align: justify;
  margin-bottom: 24px;
  padding-top: 40px;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.button-primary.footer-form-button {
  background-color: #a72e42;
  padding: 8px 18px;
  font-family: Vollkorn, serif;
  position: absolute;
  right: 8px;
}

.hero-image {
  width: 100%;
  margin-top: 50px;
}

.grid {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
  grid-template-areas: "Area";
}

.body {
  background-color: rgba(255, 255, 255, 0);
}

.heading {
  text-align: center;
  flex-wrap: wrap;
  flex: none;
  align-content: stretch;
  justify-content: flex-end;
  align-self: flex-end;
  align-items: flex-start;
  display: flex;
}

.gallery-overview {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  margin: 0;
  padding: 27px 30px 80px;
  position: relative;
  bottom: -3px;
}

.gallery-overview.colab {
  margin-top: 0;
}

.gallery-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.gallery-wrapper.colab {
  grid-template-columns: 1fr 1fr;
}

.gallery-wrapper.bene {
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.gallery-block {
  text-align: left;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.gallery-features-block {
  margin-top: 16px;
  margin-bottom: 24px;
}

.gallery-feature {
  background-image: url('../images/');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 20px;
  margin-bottom: 8px;
  padding-left: 30px;
  font-size: 14px;
  line-height: 24px;
}

.gallery-grid {
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.gallery-image {
  width: 100%;
}

.checkbox-label {
  text-transform: none;
  padding-bottom: 13px;
  font-family: Vollkorn, serif;
}

.image {
  padding-top: 40px;
}

.footer-subscribe {
  border-bottom: 1px solid #e4ebf3;
  padding: 0 0 40px;
  position: relative;
}

.footer-subscribe.dgd {
  margin-top: 60px;
}

.footer-form-two {
  background-color: #000;
  margin-bottom: 40px;
  padding: 64px;
}

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

.footer-form-title {
  color: #fff;
  font-family: Vollkorn, serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
}

.footer-form-block-two {
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.footer-form-input {
  width: 460px;
  height: 48px;
  border: 1px #000;
  margin-bottom: 0;
  padding: 12px 180px 12px 20px;
  font-family: Vollkorn, serif;
}

.footer-form-input::-ms-input-placeholder {
  color: rgba(26, 27, 31, .8);
}

.footer-form-input::placeholder {
  color: rgba(26, 27, 31, .8);
}

.footer-wrapper-three {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-block-three {
  justify-content: flex-start;
  align-items: center;
  margin-right: 0;
  padding-right: 0;
  display: flex;
}

.footer-link-three {
  color: #1a1b1f;
  margin-left: 20px;
  margin-right: 20px;
  font-family: Vollkorn, serif;
  text-decoration: none;
}

.footer-link-three:hover {
  color: rgba(26, 27, 31, .75);
}

.footer-social-block-three {
  justify-content: flex-start;
  align-items: center;
  margin-right: 50px;
  display: flex;
}

.footer-social-link-three {
  margin-left: 32px;
}

.footer-divider-two {
  width: 100%;
  height: 1px;
  background-color: #e4ebf3;
  margin-top: 40px;
  margin-bottom: 40px;
}

.footer-bottom {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-copyright {
  color: #3a4554;
  font-family: Vollkorn, serif;
}

.footer-legal-block {
  justify-content: flex-start;
  align-items: center;
  font-family: Vollkorn, serif;
  display: flex;
}

.footer-legal-link {
  color: #3a4554;
  margin-left: 24px;
}

.footer-legal-link:hover {
  color: #3a4554;
}

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

.link {
  text-align: center;
  margin-left: 0;
  padding-left: 0;
}

.container-3 {
  width: auto;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.slider {
  height: fit-content;
}

.grid-2 {
  grid-template-areas: "Area"
                       "Area-2";
  padding-left: 41px;
  padding-right: 36px;
}

.heading-2 {
  margin-top: 10px;
  margin-bottom: -152px;
  font-size: 20px;
  font-weight: 500;
  line-height: 20px;
}

.testimonial-column-light {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 0;
  font-family: Vollkorn, serif;
  position: relative;
}

.container-4 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.centered-heading-2 {
  text-align: center;
  margin-bottom: 16px;
}

.testimonial-grid-two {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
  display: grid;
}

.testimonial-card-two {
  border: 1px solid #e4ebf3;
  flex-direction: column;
  padding: 32px 16px 16px;
  display: flex;
}

.testimonial-text-two {
  margin-bottom: 52px;
}

.testimonial-info-three {
  color: #cdcfd9;
  background-color: #e5e6e9;
  align-items: center;
  padding: 24px 16px;
  display: flex;
}

.testimonial-image {
  width: 60px;
  height: 60px;
  object-fit: cover;
  border-radius: 50%;
  margin-right: 16px;
}

.testimonial-main-heading {
  color: #000;
  margin-bottom: 2px;
  font-weight: 600;
}

.hero-heading-left {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.hero-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-split {
  max-width: 46%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.margin-bottom-24px-2 {
  margin-bottom: 24px;
}

.button-primary-2 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-2:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-2:active {
  background-color: #43464d;
}

.shadow-two {
  box-shadow: 0 4px 24px rgba(150, 163, 181, .08);
}

.combine-gallery2_image {
  width: auto;
  height: auto;
  object-fit: cover;
}

.combine-gallery2_image-wrapper {
  width: 100%;
  height: 17rem;
  border-radius: .75rem;
  display: flex;
  overflow: hidden;
}

.combine-gallery2_component {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.combine-space-large {
  height: 4rem;
}

.combine-text-size-regular {
  color: var(--black);
  margin-bottom: 0;
  font-family: Vollkorn, serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
}

.combine-space-medium {
  width: 100%;
  height: 1.5rem;
}

.combine-heading-style-h2 {
  color: var(--combine-library-grey-800);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.35;
}

.combine-text-align-center {
  text-align: center;
  font-family: Vollkorn, serif;
}

.combine-container-small {
  width: 100%;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.combine-padding-section-medium {
  padding-top: 0;
  padding-bottom: 4rem;
}

.combine-padding-global {
  margin-top: 0;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.combine-section_gallery2 {
  background-color: var(--combine-library-white);
}

.combine-icon_small {
  width: 1.25rem;
  height: 1.25rem;
  cursor: pointer;
  display: flex;
}

.combine-close_icon {
  color: var(--combine-library-white);
  background-color: rgba(255, 255, 255, .2);
  border-radius: 4rem;
  justify-content: center;
  align-items: center;
  padding: .25rem;
  display: flex;
  position: absolute;
  right: 0;
}

.combine-banner3_button {
  background-color: var(--combine-library-primary-600);
  border-radius: .5rem;
  margin-right: 3rem;
  padding: .5rem 1.25rem;
  font-family: Open Sans, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
  transition: background-color .25s;
}

.combine-banner3_button:hover {
  background-color: var(--combine-library-primary-800);
}

.combine-banner3_text {
  color: var(--combine-library-grey-100);
  font-family: Vollkorn, serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
}

.combine-banner3_title {
  color: var(--combine-library-white);
  font-family: Vollkorn, serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
}

.combine-icon_medium {
  width: 2.25rem;
  height: 2.25rem;
  color: var(--black);
}

.combine-banner3_icon {
  height: 2.25rem;
  background-color: var(--combine-library-white);
  color: var(--combine-library-secondary-600);
  border-radius: 1rem;
}

.combine-banner3_content {
  grid-column-gap: .5rem;
  grid-row-gap: .125rem;
  grid-template-rows: auto;
  grid-template-columns: max-content auto;
  grid-auto-columns: 1fr;
  display: grid;
}

.combine-banner3_component {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: space-between;
  align-items: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
  position: relative;
}

.combine-section_banner3 {
  background-color: var(--color);
  -webkit-text-fill-color: inherit;
  background-clip: padding-box;
  margin-top: 0;
}

.combine-section_banner3.revista {
  background-image: linear-gradient(rgba(114, 20, 34, .76), rgba(114, 20, 34, .76)), url('../images/foto-cabecera.jpeg');
  background-position: 0 0, 50% 70%;
  background-size: auto, cover;
}

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

.combine-gallery1_image-wrapper {
  width: 100%;
  height: 17rem;
  border-radius: .75rem;
  display: flex;
  overflow: hidden;
}

.combine-gallery1_component {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.combine-section_gallery1 {
  background-color: var(--combine-library-white);
}

.team-slider-2 {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  font-family: Vollkorn, serif;
  position: relative;
}

.container-5 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.centered-heading-3 {
  text-align: center;
  margin-bottom: 16px;
}

.centered-subheading-2 {
  max-width: 530px;
  text-align: justify;
  margin-left: auto;
  margin-right: auto;
}

.team-slider-wrapper-2 {
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 50px;
}

.team-slide-wrapper-2 {
  width: 30%;
  margin-right: 5%;
}

.team-block-2 {
  background-color: #fff;
  padding-bottom: 24px;
}

.team-member-image-two-2 {
  margin-bottom: 18px;
}

.team-block-info-2 {
  text-align: center;
  flex-direction: column;
  align-items: center;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.team-member-name-two-2 {
  text-align: center;
  margin-bottom: 12px;
  font-weight: 600;
}

.team-member-text-2 {
  margin-bottom: 20px;
}

.text-link-arrow-2 {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  margin-left: 222px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.text-link-arrow-2.vid {
  margin-left: 148px;
}

.text-link-arrow-2.vid-2 {
  margin-left: 84px;
}

.arrow-embed-2 {
  margin-left: 2px;
  display: flex;
}

.team-slider-arrow-2 {
  display: none;
}

.team-slider-nav-2 {
  margin-top: 24px;
  font-size: 10px;
  position: static;
  bottom: -60px;
}

.gallery-scroll {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.gallery-wrapper-2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.gallery-sticky {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 80px;
}

.gallery-link {
  color: #1a1b1f;
  margin-bottom: 35px;
  font-size: 24px;
  line-height: 32px;
  text-decoration: none;
}

.gallery-link:hover {
  color: rgba(26, 27, 31, .8);
}

.gallery-link.w--current {
  font-weight: 600;
}

.gallery-grid-2 {
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.gallery-image-wrapper {
  position: relative;
}

.gallery-image-2 {
  width: 100%;
}

.gallery-image-text {
  color: #f5f7fa;
  margin-bottom: 0;
  position: absolute;
  bottom: 16px;
  left: 16px;
  right: 16px;
}

.video {
  width: 43%;
  height: 100em;
}

.features-table {
  border-bottom: 1px solid #e4ebf3;
  padding: 0 30px 80px;
  position: relative;
}

.comparison-table {
  flex-direction: column;
  margin-top: 50px;
  display: flex;
}

.comparison-row-main {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #a72e42;
  border-bottom: 1px solid #e4ebf3;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 24px;
  padding-bottom: 24px;
  display: grid;
}

.comparison-title {
  color: #fff;
  margin-bottom: 0;
  margin-left: 24px;
}

.comparison-row {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-bottom: 1px solid #e4ebf3;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 24px;
  padding-bottom: 24px;
  display: grid;
}

.comparison-negative {
  background-image: none;
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-left: 24px;
  padding-left: 40px;
  text-decoration: underline;
}

.comparison-positive {
  margin-left: 24px;
  padding-left: 40px;
}

.pricing-overview-2 {
  border-bottom: 1px solid #e4ebf3;
  padding: 0 30px 3px;
  position: relative;
}

.pricing-description-2 {
  max-width: 550px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.pricing-grid-2 {
  grid-column-gap: 64px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
  display: grid;
}

.pricing-card-three-2 {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.pricing-image-2 {
  width: 80px;
  height: 80px;
  object-fit: cover;
  margin-bottom: 16px;
}

.pricing-card-text-2 {
  margin-bottom: 20px;
}

.logos-title-large {
  border-bottom: 1px solid #e4ebf3;
  padding: 0 30px;
  position: relative;
}

.clients-title {
  text-align: center;
  font-size: 24px;
  line-height: 32px;
}

.clients-wrapper {
  max-width: 750px;
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.features-table-2 {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.hero-stack-2 {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.hero-wrapper-two-2 {
  max-width: 750px;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.margin-bottom-24px-3 {
  margin-bottom: 24px;
  font-family: Vollkorn, serif;
}

.button-primary-3 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-3:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-3:active {
  background-color: #43464d;
}

.hero-image-2 {
  width: 100%;
  margin-top: 50px;
}

.hero-heading-right {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  font-family: Vollkorn, serif;
  position: relative;
}

.hero-wrapper-2 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-split-2 {
  max-width: 46%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.shadow-two-2 {
  box-shadow: 0 4px 24px rgba(150, 163, 181, .08);
}

.combine-chevron-right_icon {
  width: 1rem;
  height: 1rem;
  cursor: pointer;
  display: flex;
}

.combine-button-content {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.combine-button-icon {
  color: var(--combine-library-grey-800);
  align-items: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
}

.combine-button-icon:hover {
  color: var(--combine-library-primary-600);
}

.combine-blog4_paragraph {
  color: var(--combine-library-grey-600);
  font-family: Open Sans, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
}

.combine-heading-style-h6 {
  color: var(--combine-library-grey-800);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.5;
}

.combine-blog4_date {
  color: var(--combine-library-grey-600);
  font-family: Open Sans, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
}

.combine-blog4_content {
  width: 100%;
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-left: 1rem;
  display: flex;
}

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

.combine-blog4_label {
  z-index: 2;
  background-color: var(--combine-library-white);
  color: var(--combine-library-grey-800);
  border-radius: 4rem;
  margin-top: .75rem;
  margin-left: .75rem;
  padding: .25rem .75rem;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.combine-blog4_image-wrapper {
  width: 100%;
  max-width: 12rem;
  border-radius: 1.25rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.combine-blog4_item {
  color: var(--combine-library-grey-800);
  flex-direction: row;
  text-decoration: none;
  display: flex;
}

.combine-blog4_wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  display: flex;
}

.combine-heading-style-h5 {
  color: var(--combine-library-grey-800);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5;
}

.combine-blog4_content-featured {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 1rem;
  display: flex;
}

.combine-blog4_image-featured {
  width: 100%;
  height: 24rem;
  min-width: 12rem;
  border-radius: 1.25rem;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.combine-blog4_featured {
  background-color: var(--combine-library-white);
  color: var(--combine-library-grey-800);
  border-radius: 1.25rem;
  flex-direction: column;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.combine-blog4_component {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.combine-section_blog4 {
  background-color: var(--combine-library-white);
}

.combine-space-small {
  width: 100%;
  height: 1rem;
}

.combine-faq3_title {
  color: var(--combine-library-grey-800);
  font-family: Vollkorn, serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5;
}

.combine-icon_color1 {
  color: var(--combine-library-primary-600);
}

.combine-faq3_question {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  align-items: center;
  font-family: Vollkorn, serif;
  display: flex;
}

.combine-icon_color3 {
  color: var(--combine-library-warning-400);
}

.combine-icon_color2 {
  color: var(--combine-library-secondary-600);
}

.combine-faq3_wrapper {
  grid-column-gap: 2.25rem;
  grid-row-gap: 2.25rem;
  flex-direction: column;
  display: flex;
}

.combine-faq3_component {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.combine-section_faq3 {
  background-color: var(--combine-library-white);
}

.features-table-3 {
  border-bottom: 0 #e4ebf3;
  padding: 10px 0 80px;
  font-family: Vollkorn, serif;
  position: relative;
}

.comparison-negative-2, .comparison-positive-2 {
  margin-left: 24px;
  padding-left: 40px;
}

.testimonial-column-light-2 {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  font-family: Vollkorn, serif;
  position: relative;
}

.testimonial-grid-two-2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
  display: grid;
}

.testimonial-card-two-2 {
  border: 1px solid #e4ebf3;
  flex-direction: column;
  padding: 32px 16px 16px;
  display: flex;
}

.testimonial-text-two-2 {
  text-transform: capitalize;
  margin-top: 10px;
  margin-bottom: 52px;
}

.testimonial-info-three-2 {
  background-color: #f5f7fa;
  align-items: center;
  padding: 24px 16px;
  display: flex;
}

.testimonial-image-2 {
  width: 60px;
  height: 60px;
  object-fit: cover;
  border-radius: 50%;
  margin-right: 16px;
}

.testimonial-main-heading-2 {
  margin-bottom: 2px;
  font-size: 20px;
  font-weight: 600;
  line-height: 25px;
}

.comparison-negative-3, .comparison-positive-3 {
  margin-left: 24px;
  padding-left: 40px;
}

.combine-gallery2_image-2 {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.combine-text-size-regular-2 {
  color: var(--combine-library-grey-600);
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.combine-heading-style-h2-2 {
  color: var(--combine-library-grey-800);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.35;
}

.image-2 {
  width: 50%;
  height: 50%;
}

.paragraph, .paragraph-2 {
  text-decoration: underline;
}

.combine-text-size-small {
  color: var(--combine-library-grey-800);
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
}

.combine-text-color-grey {
  color: var(--combine-library-grey-600);
}

.combine-blog2_date {
  color: var(--combine-library-grey-600);
  font-family: Open Sans, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
}

.combine-blog2_image {
  width: 100%;
  height: 150%;
  object-fit: cover;
  border-radius: 20px;
  flex: none;
}

.combine-blog2_label {
  z-index: 2;
  background-color: var(--combine-library-white);
  color: var(--combine-library-grey-800);
  border-radius: 4rem;
  margin-top: .75rem;
  margin-right: .75rem;
  padding: .25rem .75rem;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.combine-blog2_image-wrapper {
  width: 100%;
  height: 12rem;
  border-radius: 1.25rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.combine-blog2_item {
  width: 60%;
  height: 70%;
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  color: var(--combine-library-grey-800);
  flex-direction: column;
  font-size: 0%;
  line-height: 0%;
  text-decoration: none;
  transition: transform .25s, color .25s;
  display: flex;
}

.combine-blog2_item:hover {
  transform: translate(0, -.75rem);
}

.combine-blog2_component {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.combine-text-size-regular-3 {
  color: var(--combine-library-grey-600);
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.combine-heading-style-h2-3 {
  color: var(--combine-library-grey-800);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.35;
}

.combine-section_blog2 {
  background-color: var(--combine-library-white);
}

.bold-text-2 {
  color: var(--black);
  font-family: Montserrat, sans-serif;
}

.bold-text-3 {
  font-weight: 400;
  text-decoration: underline;
}

.bold-text-4 {
  font-weight: 400;
}

.bold-text-5 {
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.bold-text-6 {
  font-weight: 400;
}

.combine-text-size-regular-4 {
  color: var(--black);
  margin-top: 20px;
  margin-bottom: 0;
  font-family: Vollkorn, serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.combine-faq2_answer {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  overflow: hidden;
}

.combine-icon_color4 {
  color: var(--combine-library-grey-600);
}

.combine-faq2_title {
  color: var(--combine-library-grey-800);
  font-family: Open Sans, sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5;
}

.combine-faq2_question {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  cursor: pointer;
  border-radius: 10px;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 1.25rem 1.5rem;
  display: flex;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.combine-faq2_accordion {
  background-color: var(--combine-library-white);
  border-radius: 1.25rem;
}

.combine-faq2_component {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.combine-container-medium {
  width: 100%;
  max-width: 58rem;
  margin-left: auto;
  margin-right: auto;
}

.combine-heading-style-h2-4 {
  color: var(--combine-library-grey-800);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.35;
}

.combine-padding-section-medium-2 {
  padding-top: 0;
  padding-bottom: 4rem;
  font-family: Vollkorn, serif;
}

.combine-section_faq2 {
  background-color: var(--combine-library-grey-050);
}

.combine-button {
  background-color: var(--combine-library-grey-800);
  color: #fff;
  text-align: center;
  border-radius: .5rem;
  padding: .75rem 1.75rem;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
  transition-property: background-color;
}

.combine-button:hover {
  background-color: rgba(40, 54, 74, .9);
}

.combine-button-white {
  background-color: var(--combine-library-white);
  color: var(--combine-library-grey-800);
  text-align: center;
  border-radius: .5rem;
  padding: .75rem 1.75rem;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
}

.combine-button-white:hover {
  color: var(--combine-library-primary-600);
}

.combine-button-wrapper {
  grid-column-gap: 1rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.combine-text-color-gradient {
  background-image: linear-gradient(to right, var(--combine-library-warning-400), #ec80b4 14%, var(--combine-library-primary-600) 45%, var(--combine-library-secondary-600));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  justify-content: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.5;
}

.combine-cta1_subtitle-wrapper {
  justify-content: center;
  display: flex;
}

.combine-heading-style-h2-5 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.35;
}

.combine-padding-section-large {
  padding-top: 0;
  padding-bottom: 6rem;
}

.combine-section_cta1 {
  background-color: var(--combine-library-grey-050);
}

.combine-form_error-message {
  border: 1px solid var(--combine-library-error-800);
  background-color: var(--combine-library-error-100);
  color: var(--combine-library-error-800);
  border-radius: .25rem;
  margin-top: .5rem;
  padding: .5rem 1.25rem;
  font-size: .875rem;
}

.combine-form_success-message {
  border: 1px solid var(--combine-library-success-800);
  background-color: var(--combine-library-success-100);
  color: var(--combine-library-success-800);
  text-align: left;
  border-radius: .25rem;
  padding: .5rem 1.25rem;
  font-size: .875rem;
}

.combine-form_text-link {
  color: var(--combine-library-primary-600);
  text-decoration: underline;
}

.combine-form_text-link:hover {
  color: var(--combine-library-grey-800);
}

.combine-form_text {
  color: var(--combine-library-grey-400);
  font-family: Open Sans, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
}

.combine-form_input-grey {
  height: 3rem;
  min-width: 16rem;
  border: 1px solid var(--combine-library-grey-050);
  background-color: var(--combine-library-grey-050);
  color: var(--combine-library-grey-800);
  border-radius: .5rem;
  margin-bottom: 0;
  padding: .5rem 1.25rem;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  transition: border-color .25s;
}

.combine-form_input-grey:hover {
  border-color: var(--combine-library-grey-100);
}

.combine-form_input-grey:focus {
  border-color: var(--combine-library-primary-600);
}

.combine-form_input-grey::-ms-input-placeholder {
  color: var(--combine-library-grey-200);
}

.combine-form_input-grey::placeholder {
  color: var(--combine-library-grey-200);
}

.combine-form {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  display: grid;
}

.combine-form_wrapper {
  margin-bottom: 0;
}

.combine-cta2_max-width {
  width: 100%;
  max-width: 28rem;
  margin-left: auto;
  margin-right: auto;
}

.combine-cta2_span {
  background-image: url('../images/gradient-underline.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-attachment: scroll;
  margin-bottom: -1rem;
  padding-bottom: 1rem;
  display: inline-block;
}

.combine-heading-style-h2-6 {
  color: var(--combine-library-grey-800);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.35;
}

.combine-section_cta2 {
  background-color: var(--combine-library-white);
}

.combine-heading-style-h2-7 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.35;
}

.image-3 {
  margin-top: 0;
  padding-top: 0;
  padding-right: 0;
  display: inline-block;
}

.combine-heading-style-h2-8 {
  color: var(--combine-library-grey-800);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.35;
}

.bold-text-7, .bold-text-8, .bold-text-9, .bold-text-10, .bold-text-11 {
  font-family: Vollkorn, serif;
  font-weight: 600;
}

.text-block {
  margin-left: -200px;
  padding-left: 0;
  padding-right: 0;
  font-family: Vollkorn, serif;
}

.text-block.homer {
  margin-left: 138px;
}

.text-block-2 {
  margin-left: -200px;
  font-family: Vollkorn, serif;
}

.text-block-2.homer {
  margin-left: 138px;
}

.text-block-3 {
  margin-left: -200px;
  font-family: Vollkorn, serif;
}

.text-block-3.homer {
  margin-left: 138px;
}

.field-label, .field-label-2, .field-label-3, .div-block {
  font-family: Vollkorn, serif;
}

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

.text-block-5 {
  color: #000;
  -webkit-text-stroke-color: var(--black);
}

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

.combine-button-colored {
  background-color: var(--combine-library-primary-600);
  color: #fff;
  text-align: center;
  border-radius: .5rem;
  padding: .75rem 1.75rem;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
  transition: background-color .25s;
}

.combine-button-colored:hover {
  background-color: var(--combine-library-primary-800);
}

.combine-button-white-2 {
  background-color: var(--combine-library-white);
  color: var(--combine-library-grey-800);
  text-align: center;
  border-radius: .5rem;
  padding: .75rem 1.75rem;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
}

.combine-button-white-2:hover {
  color: var(--combine-library-primary-600);
}

.combine-button-wrapper-2 {
  grid-column-gap: 1rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.combine-space-medium-2 {
  width: 100%;
  height: 1.5rem;
}

.combine-text-color-white {
  color: var(--white);
  font-family: Vollkorn, serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.combine-cta3_span {
  background-image: url('../images/gradient-underline.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-attachment: scroll;
  margin-bottom: -1rem;
  padding-bottom: 1rem;
  display: inline-block;
}

.combine-cta3_title {
  color: var(--combine-library-white);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Vollkorn, serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.35;
}

.combine-text-align-center-2 {
  text-align: center;
}

.combine-container-small-2 {
  width: 100%;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.combine-cta3_component {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  background-color: var(--color);
  color: #000;
  border-radius: 1.25rem;
  align-items: center;
  padding: 4rem;
  display: flex;
}

.combine-container-large-2 {
  width: 100%;
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
}

.combine-padding-section-large-2 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  font-family: Vollkorn, serif;
}

.combine-padding-global-2 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.combine-section_cta3 {
  background-color: var(--combine-library-grey-050);
}

.link-2 {
  color: #fff;
}

.bold-text-12, .bold-text-13, .bold-text-14, .bold-text-15 {
  font-family: Vollkorn, serif;
}

.image-4 {
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
}

.image-5 {
  margin-left: 143px;
}

.combine-social_icon {
  width: 1.5rem;
  height: 1.5rem;
}

.combine-team3_social-link {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  color: var(--combine-library-grey-600);
  justify-content: center;
  align-items: center;
  display: flex;
}

.combine-team3_social-link:hover {
  color: var(--combine-library-primary-600);
}

.combine-team3_social-links {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  align-items: center;
  display: flex;
}

.combine-text-size-regular-5 {
  color: var(--combine-library-grey-600);
  margin-bottom: 0;
  font-family: Vollkorn, serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.combine-team3_job-title {
  color: var(--combine-library-grey-600);
  font-family: Open Sans, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
}

.combine-heading-style-h6-2 {
  color: var(--combine-library-grey-800);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Vollkorn, serif;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.5;
}

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

.combine-team3_image-wrapper {
  width: 100%;
  height: 15rem;
  border-radius: .75rem;
  overflow: hidden;
}

.combine-team3_item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: var(--combine-library-white);
  text-align: center;
  border-radius: 0;
  flex-direction: column;
  flex: 1;
  align-items: center;
  padding: 1rem 1rem 2.5rem;
  display: flex;
}

.combine-team3_component {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: start;
  display: flex;
}

.combine-container-large-3 {
  width: 100%;
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
}

.combine-space-large-2 {
  height: 4rem;
}

.combine-space-medium-3 {
  width: 100%;
  height: 1.5rem;
}

.combine-heading-style-h2-9 {
  color: var(--combine-library-grey-800);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Vollkorn, serif;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.35;
}

.combine-text-align-center-3 {
  text-align: center;
}

.combine-container-small-3 {
  width: 100%;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.combine-padding-section-medium-3 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.combine-padding-global-3 {
  padding-bottom: 761px;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.combine-padding-global-3.otros-docs {
  padding-bottom: 0;
}

.combine-section_team3 {
  background-color: var(--combine-library-grey-050);
}

.link-3 {
  font-family: Vollkorn, serif;
}

.heading-3 {
  margin-top: -10px;
  margin-bottom: -52px;
  font-size: 35px;
  font-weight: 400;
}

.combine-chevron-right_icon-2 {
  width: 1rem;
  height: 1rem;
  cursor: pointer;
  display: flex;
}

.combine-button-content-2 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.combine-button-icon-2 {
  color: var(--combine-library-grey-800);
  align-items: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
}

.combine-button-icon-2:hover {
  color: var(--combine-library-primary-600);
}

.combine-text-size-small-2 {
  color: var(--combine-library-grey-800);
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
}

.combine-text-size-small-2.combine-text-color-grey {
  font-family: Vollkorn, serif;
}

.combine-text-color-grey-2 {
  color: var(--combine-library-grey-600);
}

.combine-heading-style-h5-2 {
  color: var(--combine-library-grey-800);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Vollkorn, serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5;
}

.combine-blog1_date {
  color: var(--combine-library-grey-600);
  font-family: Vollkorn, serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
}

.combine-blog1_content {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  align-items: flex-start;
  padding: 1rem;
  display: flex;
}

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

.combine-blog1_label {
  z-index: 2;
  background-color: var(--combine-library-white);
  color: var(--combine-library-grey-800);
  border-radius: 4rem;
  margin-top: 1rem;
  margin-right: 1rem;
  padding: .25rem .75rem;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.combine-blog1_image-wrapper {
  width: 100%;
  height: 17rem;
  position: relative;
  overflow: hidden;
}

.combine-blog1_item {
  background-color: var(--combine-library-white);
  color: var(--combine-library-grey-800);
  border-radius: 0;
  flex-direction: column;
  text-decoration: none;
  transition: box-shadow .25s, transform .25s, color .25s;
  display: flex;
  overflow: hidden;
}

.combine-blog1_item:hover {
  transform: translate(0, -.75rem);
  box-shadow: 0 16px 20px rgba(140, 148, 165, .2);
}

.combine-blog1_component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.combine-text-size-regular-6 {
  color: var(--combine-library-grey-600);
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.combine-heading-style-h2-10 {
  color: var(--combine-library-grey-800);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Vollkorn, serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.35;
}

.combine-section_blog1 {
  background-color: var(--combine-library-grey-050);
}

.text-block-7, .text-block-8, .text-block-9 {
  font-family: Vollkorn, serif;
}

.bold-text-16, .bold-text-17 {
  font-size: 25px;
}

.paragraph-3 {
  text-align: justify;
  font-family: Vollkorn, serif;
}

.sysf-avatar {
  width: 64px;
  height: 64px;
  object-fit: cover;
  border-radius: 50%;
}

.sysf-avatar.sysf-default {
  width: 44px;
  height: 44px;
  border: 2px solid var(--systemflow-lite-neutral--10);
  box-shadow: 0 0 0 3px var(--systemflow-lite-primary--60);
}

.sysf-avatar.sysf-default.sysf-group {
  box-shadow: none;
  margin-right: -8px;
}

.lynx-image-customer {
  width: auto;
  max-height: 100px;
}

.lynx-image-customer.ximenez {
  margin-left: 25px;
}

.lynx-customer {
  min-height: 120px;
  background-color: var(--lynx-white);
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  padding: 20px 59px 20px 29px;
  display: flex;
  box-shadow: 0 10px 15px -10px rgba(31, 32, 34, .1);
}

.lynx-grid-4-customers {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  margin-top: 14px;
}

.lynx-grid-5-customers {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  margin-top: 14px;
}

.lynx-heading {
  max-width: 740px;
  color: var(--lynx-black);
  margin-top: 0;
  margin-bottom: 36px;
  font-family: PT Serif, serif;
  font-size: 46px;
  font-weight: 400;
  line-height: 120%;
}

.lynx-subtitle {
  color: var(--lynx-black);
  letter-spacing: 1.3px;
  text-transform: uppercase;
  font-family: Varela, sans-serif;
  font-size: 12px;
  line-height: 140%;
}

.lynx-block-center {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-left: 30px;
  margin-right: 30px;
  padding-left: 0;
  text-decoration: none;
  display: flex;
}

.lynx-content {
  width: 100%;
  max-width: 1080px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.slide-nav {
  margin-top: auto;
  padding-top: 0;
}

.dropdown-toggle {
  opacity: 1;
  margin-left: -40px;
  padding-right: 19px;
}

.drop-links {
  opacity: 1;
  color: var(--color-2);
  word-break: normal;
  -webkit-text-fill-color: inherit;
  object-fit: fill;
  background-color: #ab2a3ecc;
  background-clip: border-box;
  border-radius: 0;
  font-size: 14px;
  transition: opacity .2s;
}

.drop-links.w--current {
  color: var(--combine-library-grey-050);
}

.div-block-2 {
  margin-top: 386px;
  margin-left: 100px;
  margin-right: 300px;
}

.titulo-slider {
  color: #fff;
  text-align: left;
  border-bottom: 0 solid #fff;
  font-size: 50px;
  font-weight: 700;
}

.previa-texto-slider {
  color: #fff;
  margin-top: -11px;
  padding-right: 0;
}

.boton-slider {
  background-color: rgba(171, 42, 62, .69);
  border-radius: 0;
  margin-top: 5px;
  margin-left: 0;
}

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

.div-block-3 {
  margin-top: -585px;
  margin-left: 100px;
  margin-right: 100px;
}

.div-block-4 {
  margin-top: -563px;
  margin-left: 100px;
  margin-right: 100px;
}

.div-block-4.slide-2 {
  margin-top: 386px;
  margin-right: 300px;
}

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

.search {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .25fr;
  grid-auto-columns: 1fr;
  align-content: center;
  margin-top: 25px;
  display: grid;
}

.search-button {
  text-align: left;
  background-color: #ab2a3e;
  margin-top: 0;
  margin-bottom: 17px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Vollkorn, serif;
  display: block;
}

.search-input {
  border-radius: 0;
  margin-right: -72px;
  padding-right: 0;
  font-family: Vollkorn, serif;
}

.heading-6 {
  text-decoration: none;
}

.grid-3 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin: 10px 0 0;
}

.slider-2 {
  background-color: #fff;
  margin-bottom: -50px;
}

.image-6 {
  padding-top: 30px;
}

.grid-4 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 15px;
  margin-left: 150px;
  margin-right: 0;
}

.image-7 {
  padding-left: 0;
}

.image-8 {
  padding-top: 10px;
  padding-right: 0;
}

.heading-7 {
  text-align: center;
}

.slide-nav-2 {
  margin-bottom: 92px;
}

.image-9 {
  width: 300px;
  margin-left: 0;
  padding-bottom: 0;
}

.image-9.home {
  margin-left: 460px;
}

.grid-11 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: stretch;
  padding-top: 20px;
  padding-left: 45px;
  padding-right: 45px;
}

.link-4 {
  color: #ab2a3e;
  background-image: url('../images/Vector-4-1.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto 10px;
  border-bottom-color: #081158;
  margin-top: 10px;
  margin-left: 517px;
  padding-left: 13px;
  transition: padding .5s cubic-bezier(.23, 1, .32, 1), background-position .5s cubic-bezier(.23, 1, .32, 1);
}

.link-4:hover {
  background-position: 7px;
  border-bottom-color: rgba(32, 52, 146, 0);
  padding-left: 20px;
}

.link-4.home-confe {
  margin-left: 4px;
}

.link-4.actos {
  margin-top: 140px;
  margin-left: 485px;
}

.link-4._6 {
  margin-left: 489px;
}

.label-2 {
  color: #081158;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 0;
  font-weight: 500;
}

.label-2._15-margin {
  color: #fff;
  margin-bottom: 15px;
  padding-right: 80px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  text-decoration: none;
}

.product-card {
  border: 1px #000;
  border-radius: 10px;
  flex-direction: column;
  flex: 1;
  margin-left: 0;
  margin-right: -368px;
  padding-left: 0;
  text-decoration: none;
  transition: box-shadow .5s, transform .6s cubic-bezier(.23, 1, .32, 1), opacity .5s;
  display: flex;
  overflow: hidden;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.product-card:hover {
  transform: translate(0, -5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, .05);
}

.product-description {
  background-color: #fff;
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  margin-top: -51px;
  padding: 0 15px;
  display: flex;
  position: relative;
}

.product-description.conferenciaas {
  margin-top: -75px;
  padding-bottom: 0;
}

.div-block-9 {
  margin-top: 0;
  margin-left: 0;
}

.heading-9 {
  aspect-ratio: auto;
  color: #000;
  font-size: 16px;
}

.div-block-12 {
  margin-bottom: 0;
  margin-right: 0;
}

.product-image-wrap {
  width: 100%;
  height: 200px;
}

.div-block-11 {
  margin-bottom: 0;
  margin-left: 0;
}

.product-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  padding-bottom: 43px;
  padding-right: 0;
}

.div-block-8 {
  margin-bottom: 6px;
  padding-bottom: 0;
}

.div-block-10 {
  margin-top: 0;
  margin-right: 0;
}

.mask {
  width: auto;
  height: fit-content;
  opacity: 1;
  margin-left: 10px;
  margin-right: 10px;
  padding-left: 0;
}

.slider-3 {
  height: auto;
  float: none;
  clear: both;
  background-color: var(--white);
  margin-left: -7px;
  position: relative;
}

/* .right-arrow {
  margin-right: -45px;
} */

.left-arrow {
  margin-left: -32px;
}

.slide-nav-3 {
  padding-top: 30px;
}

.dropdown-list {
  margin-top: -5px;
}

.dropdown-list.w--open, .dropdown-list-2, .dropdown-list-3, .dropdown-list-4, .dropdown-list-5, .dropdown-list-6 {
  margin-top: -20px;
}

.image-10 {
  width: auto;
  margin-left: 30px;
  padding-left: 34px;
}

.heading-10 {
  color: #fff;
  margin-top: -20px;
  font-family: Vollkorn, serif;
  font-size: 26px;
  font-weight: 400;
}

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

.container-6 {
  margin-top: 50px;
}

.slider-4 {
  background-color: #fff;
  margin-bottom: 46px;
}

.section-2 {
  margin-top: 49px;
}

.slide-nav-4 {
  padding-top: 41px;
}

.slide {
  margin-bottom: 11px;
}

.grid-13 {
  grid-template-rows: auto;
  margin-top: 40px;
  padding-top: 0;
}

.button-2 {
  background-color: #ab2a3e;
  font-family: Vollkorn, serif;
}

.section-3 {
  margin-bottom: 40px;
}

.section-4 {
  margin-top: 30px;
}

.section-5 {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/Entrega_premios_Academia_IMG_9956.jpg');
  background-position: 0 0, 50% 40%;
  background-size: auto, cover;
  margin-top: 50px;
}

.heading-11 {
  color: #fff;
  margin-top: 66px;
  margin-bottom: 0;
  margin-left: 0;
  font-family: Vollkorn, serif;
  font-weight: 700;
}

.heading-11.sub {
  margin-top: 0;
  margin-left: 0;
  font-size: 27px;
}

.button-3 {
  opacity: 1;
  background-color: rgba(171, 42, 62, .82);
  margin-top: 37px;
  margin-bottom: 152px;
  margin-left: 1px;
  font-family: Vollkorn, serif;
}

.grid-14 {
  grid-column-gap: 6px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr;
}

.image-11 {
  width: 60px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

.heading-12 {
  color: #fff;
  margin-top: 22px;
  font-family: Vollkorn, serif;
}

.heading-13 {
  color: #fff;
  margin-top: 22px;
  font-family: Vollkorn, serif;
  font-size: 30px;
}

.grid-15 {
  flex-direction: column;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  margin-top: 30px;
  display: flex;
}

.grid-16 {
  grid-column-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: .25fr .25fr .75fr;
}

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

.div-block-13.cachao {
  margin-left: -30px;
}

.heading-14 {
  margin-bottom: -10px;
  margin-left: 30px;
  font-family: Vollkorn, serif;
  font-size: 30px;
}

.heading-14._9 {
  text-align: left;
}

.image-12 {
  border-radius: 10px;
  padding-right: 0;
}

.paragraph-4 {
  height: 13px;
  margin: 13px 20px 0 30px;
}

.paragraph-4._2 {
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 700;
}

.paragraph-4._3 {
  height: auto;
  margin-top: 0;
}

.paragraph-4._5 {
  height: auto;
}

.div-block-14, .div-block-15, .div-block-16 {
  border-radius: 10px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.slide-2 {
  padding-right: 0;
}

.container-7 {
  margin-left: auto;
  margin-right: auto;
}

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

.paragraph-5 {
  padding-left: 160px;
  padding-right: 160px;
}

.grid-17 {
  grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto;
}

.image-13 {
  margin-left: auto;
  margin-right: auto;
}

.div-block-17 {
  margin-bottom: 15px;
}

.paragraph-6 {
  padding-left: 160px;
  padding-right: 160px;
}

.container-8 {
  margin-top: -100px;
}

.heading-16 {
  text-align: left;
  margin-left: 360px;
  font-family: Vollkorn, serif;
}

.heading-16.team-member-name-two {
  margin-left: 383px;
}

.image-14, .image-15 {
  margin-top: 10px;
}

.link-5 {
  margin-left: 170px;
  padding-left: 0;
}

.link-5.grande {
  margin-left: 170px;
}

.link-6 {
  margin-left: 0;
  padding-left: 0;
}

.link-7 {
  margin-left: 170px;
}

.text-block-10 {
  margin-left: -68px;
  padding-left: 0;
}

.text-block-11, .text-block-12 {
  margin-left: -68px;
}

.mask-2 {
  margin-left: 0;
  padding-bottom: 0;
}

.premios-leermas {
  margin-left: 475px;
}

.text-block-13 {
  padding-left: 0;
}

.noti-2 {
  margin-left: -178px;
}

.section-6 {
  margin-top: 95px;
}

.image-16 {
  margin-top: 10px;
}

.image-17 {
  width: 319px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-18 {
  margin-top: 50px;
}

.slide-3 {
  -webkit-text-fill-color: inherit;
  background-color: rgba(19, 19, 19, 0);
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/foto-cabecera.jpeg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-clip: border-box;
}

.slide-4 {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/Captura-de-pantalla-2023-10-04-a-las-7.49.00.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.slide-5 {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/Captura-de-pantalla-2023-10-04-a-las-7.49.09.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.slide-6 {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/foto-cabecera.jpeg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.div-block-19 {
  height: 505px;
  filter: brightness(76%);
  margin-top: -561px;
  margin-bottom: -48px;
  padding-top: 0;
}

.image-19 {
  width: 30px;
}

.section-7 {
  height: 334px;
  background-image: url('../images/Captura-de-pantalla-2023-10-04-a-las-7.49.00.png');
  background-position: 50% 100%;
  background-size: cover;
}

.image-20 {
  width: 1900px;
  height: 415px;
}

.image-21 {
  width: 30px;
  margin-right: 20px;
}

.heading-17 {
  margin-bottom: 0;
  font-family: Vollkorn, serif;
  font-weight: 700;
}

.heading-18 {
  margin-top: -10px;
  font-family: Vollkorn, serif;
  font-size: 30px;
}

.paragraph-8 {
  text-align: center;
}

.container-9 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.button-4 {
  background-color: #ab2a3e;
  border-radius: 10px;
  margin-top: 10px;
}

.button-4.historico {
  margin-left: 385px;
  margin-right: auto;
}

.heading-19 {
  text-align: center;
  margin-bottom: -30px;
  font-family: Vollkorn, serif;
  font-size: 20px;
  font-weight: 700;
}

.slider-5 {
  height: 78px;
  background-color: rgba(221, 221, 221, 0);
}

.icon-2 {
  opacity: 1;
  background-color: #ab2a3e;
  border-radius: 10px;
}

.icon-3 {
  background-color: #ab2a3e;
  border-radius: 10px;
}

.button-5 {
  width: 142px;
  text-align: center;
  background-color: #ab2a3e;
  border-radius: 10px;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.heading-20 {
  font-family: Vollkorn, serif;
  font-weight: 700;
}

.section-8 {
  margin-top: 0;
}

.link-8, .link-8.grande, .link-9, .link-9.grande, .link-10, .link-10.grande, .link-11 {
  margin-left: 170px;
}

@media screen and (max-width: 991px) {
  .section.cc-cta {
    padding-left: 0;
    padding-right: 0;
  }

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

  .container {
    margin-top: 66px;
  }

  .button {
    justify-content: center;
    font-size: 10px;
  }

  .button.cc-contact-us {
    display: none;
  }

  .label.cc-light {
    font-size: 13px;
  }

  .label.cc-light.fecha {
    font-size: 14px;
  }

  .paragraph-light {
    text-align: justify;
  }

  .heading-jumbo {
    font-size: 56px;
    line-height: 70px;
  }

  .heading-jumbo-small {
    font-size: 26px;
  }

  .logo-link.w--current {
    flex: 1;
  }

  .menu-icon {
    width: 25px;
    display: block;
  }

  .menu {
    margin-left: 30px;
    position: static;
  }

  .navigation-wrap {
    background-color: #fff;
    margin-bottom: 15px;
    padding-bottom: 0;
  }

  .navigation {
    padding: 25px 30px;
  }

  .navigation.home {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .navigation-item {
    text-align: center;
    padding: 15px 30px;
    transition: background-color .4s, opacity .4s, color .4s;
  }

  .navigation-item:hover {
    background-color: #f7f8f9;
  }

  .navigation-item:active {
    background-color: #eef0f3;
  }

  .menu-button {
    padding: 0;
  }

  .menu-button.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .navigation-items {
    background-color: #fff;
  }

  .cta-text {
    width: auto;
  }

  .cta-wrap {
    width: auto;
    padding: 80px 50px 90px;
  }

  .our-services-grid {
    width: 80%;
    text-align: center;
    grid-template: ". ."
                   ". ."
                   ". ."
                   / 1fr 1fr;
    margin-left: auto;
    margin-right: auto;
  }

  .service-icon {
    display: inline-block;
  }

  .contact-form-grid {
    width: 80%;
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
    margin-left: auto;
    margin-right: auto;
  }

  .get-in-touch-form {
    text-align: left;
  }

  .our-contacts {
    width: 80%;
    grid-template: "."
                   "."
                   "."
                   / 1fr;
    margin-left: auto;
    margin-right: auto;
  }

  .team-pic {
    margin-left: auto;
    margin-right: auto;
  }

  .team-members {
    flex-direction: column;
    grid-template: ". ."
                   ". ."
                   ". ."
                   / 1fr 1fr;
    align-items: center;
    display: flex;
  }

  .team-member-title-wrap {
    margin-bottom: 30px;
  }

  .project-details-grid {
    width: 80%;
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
    margin-left: auto;
    margin-right: auto;
  }

  .blog-detail-header-wrap {
    width: 70%;
  }

  .detail-header-image {
    height: 460px;
  }

  .blog-item {
    width: 80%;
  }

  .blog-preview-image {
    height: 460px;
  }

  .blog-summary-wrap {
    width: 100%;
  }

  .home-content-wrap {
    margin-bottom: 84px;
  }

  .section-heading {
    text-align: center;
  }

  .about-grid {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
  }

  .about-grid.cc-about-2 {
    grid-template-columns: 1fr;
    grid-template-areas: "."
                         ".";
  }

  .intro-text {
    width: auto;
  }

  .collection-wrap {
    flex-flow: column;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
  }

  .blog-preview-wrap {
    width: 80%;
    text-align: center;
    padding-right: 15px;
  }

  .container-2 {
    max-width: 728px;
  }

  .pricing-grid {
    grid-column-gap: 30px;
  }

  .team-slider {
    padding-top: 0;
  }

  .team-slide-wrapper {
    width: 30%;
    margin-right: 0%;
  }

  .team-member-name-two.logos.ventanas {
    font-size: 16px;
  }

  .gallery-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .image {
    margin-left: auto;
    margin-right: auto;
  }

  .footer-subscribe {
    margin-top: -250px;
    padding-top: 0;
  }

  .footer-subscribe.dgd {
    margin-top: 25px;
  }

  .footer-form-two {
    padding: 40px;
  }

  .footer-form-title {
    margin-right: 15px;
  }

  .footer-form-input {
    width: 400px;
    padding-right: 180px;
  }

  .footer-wrapper-three {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .footer-block-three {
    margin-left: auto;
    margin-right: auto;
    font-size: 14px;
  }

  .footer-social-block-three {
    margin-top: 40px;
    margin-left: 286px;
    margin-right: auto;
  }

  .footer-copyright, .footer-legal-link {
    font-size: 14px;
  }

  .container-3 {
    max-width: 728px;
  }

  .slider {
    height: 364px;
  }

  .container-4 {
    max-width: 728px;
  }

  .testimonial-grid-two {
    grid-column-gap: 30px;
  }

  .testimonial-info-three {
    flex-direction: column;
  }

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .combine-gallery2_image-wrapper {
    height: 14rem;
  }

  .combine-text-size-regular {
    margin-top: -60px;
  }

  .combine-heading-style-h2 {
    font-size: 2.5rem;
  }

  .combine-padding-global {
    padding-left: 0;
    padding-right: 0;
  }

  .container-5 {
    max-width: 728px;
  }

  .team-slide-wrapper-2 {
    width: 47%;
    margin-right: 6%;
  }

  .gallery-wrapper-2 {
    grid-template-columns: 1fr 1fr;
  }

  .gallery-sticky {
    position: relative;
    top: 0;
  }

  .pricing-grid-2 {
    grid-column-gap: 30px;
  }

  .clients-title {
    margin-bottom: 32px;
  }

  .hero-wrapper-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split-2 {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .combine-button-icon {
    white-space: nowrap;
  }

  .combine-blog4_component {
    grid-template-columns: 1fr;
  }

  .combine-faq3_component {
    margin-left: 30px;
    margin-right: 30px;
  }

  .testimonial-grid-two-2 {
    grid-column-gap: 30px;
  }

  .testimonial-info-three-2 {
    flex-direction: column;
  }

  .combine-heading-style-h2-2 {
    font-size: 2.5rem;
  }

  .combine-blog2_component {
    grid-template-columns: 1fr 1fr;
  }

  .combine-heading-style-h2-3 {
    font-size: 2.5rem;
  }

  .combine-text-size-regular-4 {
    font-size: 14px;
  }

  .combine-container-medium {
    padding-left: 15px;
    padding-right: 15px;
  }

  .combine-heading-style-h2-4, .combine-heading-style-h2-5 {
    font-size: 2.5rem;
  }

  .combine-form_input-grey {
    min-width: 12rem;
  }

  .combine-heading-style-h2-6, .combine-heading-style-h2-7, .combine-heading-style-h2-8 {
    font-size: 2.5rem;
  }

  .text-block.homer, .text-block-2.homer, .text-block-3.homer {
    margin-left: 84px;
  }

  .combine-cta3_component {
    margin-left: 15px;
    margin-right: 15px;
    padding: 3rem;
  }

  .combine-padding-global-2 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .combine-team3_image.descuadrado {
    padding-left: 120px;
    padding-right: 120px;
  }

  .combine-team3_component {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-direction: column;
    align-items: center;
  }

  .combine-heading-style-h2-9 {
    font-size: 2.5rem;
  }

  .combine-padding-global-3 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .combine-button-icon-2 {
    white-space: nowrap;
  }

  .combine-blog1_image-wrapper {
    height: 14rem;
  }

  .combine-blog1_item {
    max-width: 32rem;
  }

  .combine-blog1_component {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .combine-heading-style-h2-10 {
    font-size: 2.5rem;
  }

  .paragraph-3 {
    margin-left: 30px;
    margin-right: 30px;
  }

  .lynx-customer {
    padding-left: 25px;
    padding-right: 25px;
  }

  .lynx-grid-4-customers {
    margin-top: 10px;
  }

  .lynx-grid-5-customers {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-end;
    align-items: center;
    display: grid;
  }

  .lynx-heading {
    font-size: 38px;
  }

  .div-block-2 {
    margin-top: 165px;
    margin-left: 78px;
    margin-right: 70px;
  }

  .titulo-slider {
    font-size: 30px;
    line-height: 40px;
  }

  .previa-texto-slider, .boton-slider {
    font-size: 14px;
  }

  .div-block-4.slide-2 {
    margin-top: 165px;
    margin-right: 70px;
  }

  .grid-4 {
    margin-left: auto;
    margin-right: auto;
  }

  .grid-11 {
    width: 769px;
    height: 799px;
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .link-4 {
    margin-top: -39px;
    margin-left: 481px;
  }

  .link-4.home-confe {
    margin-left: 52px;
    padding-left: 8px;
    font-size: 14px;
  }

  .link-4.actos {
    margin-top: 160px;
    margin-left: 337px;
  }

  .link-4._6 {
    margin-top: -20px;
    margin-left: 328px;
  }

  .product-card.tablet-1 {
    margin-right: 0;
  }

  .product-description {
    padding: 20px;
  }

  .product-image-wrap {
    height: 250px;
  }

  .mask, .slider-3 {
    height: 814px;
  }

  .slide-nav-3 {
    margin-bottom: -42px;
  }

  .image-10 {
    width: auto;
    margin-bottom: 9px;
    margin-left: 19px;
    padding-left: 0;
  }

  .slider-4 {
    height: 339px;
  }

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

  .heading-11 {
    font-size: 38px;
    line-height: 40px;
  }

  .heading-11.sub {
    font-size: 24px;
  }

  .image-11 {
    margin-left: auto;
    margin-right: auto;
  }

  .heading-12 {
    margin-top: 20px;
    font-size: 33px;
  }

  .heading-13 {
    margin-top: 20px;
    font-size: 20px;
  }

  .div-block-13 {
    height: 197px;
    margin-bottom: 65px;
    margin-left: -9px;
  }

  .heading-14._9 {
    font-size: 24px;
    line-height: 30px;
  }

  .image-12 {
    width: 594px;
    height: 197px;
    padding-right: 0;
  }

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

  .paragraph-4._5 {
    height: 136px;
  }

  .div-block-14 {
    height: 197px;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .div-block-15, .div-block-16 {
    height: 177px;
  }

  .container-7 {
    padding-bottom: 0;
  }

  .heading-16 {
    margin-left: auto;
    margin-right: auto;
  }

  .link-5 {
    margin-left: 60px;
  }

  .mask-2 {
    margin-left: -14px;
  }

  .image-18 {
    margin-top: 50px;
  }

  .div-block-20 {
    margin-left: 10px;
  }

  .slide-7 {
    padding-top: 0;
  }

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

  .image-19, .image-21 {
    width: 40px;
  }

  .button-4.historico {
    margin-left: 280px;
    margin-right: auto;
  }

  .link-8, .link-9 {
    margin-left: 60px;
  }

  .link-10, .link-11 {
    margin-left: 70px;
  }

  .div-block-21 {
    margin-bottom: 40px;
  }

  .div-block-22 {
    height: 211px;
  }
}

@media screen and (max-width: 767px) {
  .section {
    margin-left: 0;
    margin-right: 0;
  }

  .section.cc-cta {
    padding: 15px;
  }

  .section.cc-home-wrap, .section.cc-store-home-wrap {
    margin-left: 0;
    margin-right: 0;
  }

  .container {
    text-align: center;
  }

  .paragraph-bigger {
    font-size: 16px;
    line-height: 28px;
  }

  .button {
    margin-top: 5px;
  }

  .rich-text {
    width: 90%;
    max-width: 470px;
    text-align: left;
  }

  .paragraph-light {
    text-align: justify;
    font-size: 14px;
    line-height: 24px;
  }

  .heading-jumbo {
    font-size: 50px;
    line-height: 64px;
  }

  .heading-jumbo-small {
    font-size: 24px;
    line-height: 36px;
  }

  .heading-jumbo-small.revista {
    margin-top: 35px;
    font-size: 25px;
    line-height: 40px;
  }

  .logo-link {
    padding-left: 0;
  }

  .navigation {
    padding: 20px 30px;
  }

  .cta-wrap {
    padding-left: 30px;
    padding-right: 30px;
  }

  .intro-content {
    width: 80%;
  }

  .our-services-grid {
    grid-row-gap: 60px;
    grid-template: "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   / 1fr;
  }

  .status-message.cc-no-data {
    width: 80%;
    max-width: 470px;
  }

  .contact-form-wrap {
    padding: 30px;
  }

  .text-field.cc-contact-field, .text-field.cc-textarea {
    text-align: left;
  }

  .team-pic {
    height: 300px;
    margin-bottom: 30px;
  }

  .team-member-name {
    font-size: 16px;
    line-height: 28px;
  }

  .project-name-wrap {
    margin-bottom: 30px;
  }

  .project-name-link {
    font-size: 16px;
    line-height: 28px;
  }

  .detail-image {
    margin-bottom: 15px;
  }

  .blog-detail-header-wrap {
    width: 90%;
    max-width: 470px;
    text-align: left;
  }

  .blog-item {
    width: 90%;
    max-width: 470px;
  }

  .blog-summary-wrap {
    text-align: center;
  }

  .utility-page-wrap {
    padding: 15px;
  }

  ._404-wrap {
    padding: 30px;
  }

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

  .pricing-overview, .team-slider {
    padding: 60px 15px;
  }

  .team-slide-wrapper {
    margin-right: -1%;
  }

  .team-member-name-two.logos.ventanas {
    margin-top: -9px;
    font-size: 14px;
  }

  .team-slider-nav {
    padding-top: 40px;
  }

  .hero-stack, .gallery-overview {
    padding: 60px 15px;
  }

  .gallery-wrapper.bene {
    margin-left: 15px;
    margin-right: 15px;
  }

  .footer-subscribe {
    margin-top: 43px;
    padding-left: 0;
    padding-right: 0;
  }

  .footer-subscribe.dgd {
    margin-top: 34px;
  }

  .footer-form-two {
    margin-left: -20px;
    margin-right: -20px;
  }

  .footer-form-container-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-form-title {
    margin-left: auto;
    margin-right: auto;
  }

  .footer-form-block-two {
    width: 100%;
    margin-top: 20px;
  }

  .footer-form-input {
    width: 100%;
  }

  .footer-block-three {
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    margin-left: auto;
    margin-right: auto;
  }

  .footer-link-three {
    margin-bottom: 10px;
  }

  .footer-social-block-three {
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
  }

  .footer-social-link-three {
    margin-left: 0;
    padding-left: 5px;
    padding-right: 5px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .footer-copyright {
    margin-left: auto;
    margin-right: auto;
    font-size: 14px;
    line-height: 20px;
  }

  .footer-legal-block {
    margin-top: 15px;
    margin-left: -24px;
  }

  .footer-legal-link {
    justify-content: center;
    margin-left: 30px;
    margin-right: auto;
    padding-left: 0;
    font-size: 14px;
    line-height: 20px;
    display: flex;
  }

  .testimonial-column-light {
    padding: 60px 15px;
  }

  .testimonial-grid-two {
    grid-template-columns: 1fr;
  }

  .testimonial-info-three {
    flex-direction: row;
  }

  .testimonial-main-heading {
    font-size: 26px;
  }

  .hero-heading-left {
    padding: 60px 15px;
  }

  .combine-gallery2_component {
    grid-template-columns: 1fr 1fr;
  }

  .combine-text-size-regular {
    margin-top: -50px;
  }

  .combine-padding-global {
    padding-left: 0;
    padding-right: 0;
  }

  .combine-gallery1_component {
    grid-template-columns: 1fr 1fr;
  }

  .team-slider-2 {
    padding: 60px 15px;
  }

  .container-5 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .centered-heading-3 {
    margin-top: 20px;
  }

  .centered-subheading-2 {
    margin-top: 0;
    font-size: 14px;
  }

  .gallery-scroll, .features-table {
    padding: 60px 15px;
  }

  .comparison-title {
    font-size: 20px;
  }

  .comparison-negative, .comparison-positive {
    font-size: 14px;
  }

  .pricing-overview-2, .logos-title-large {
    padding: 60px 15px;
  }

  .clients-wrapper {
    flex-wrap: wrap;
    justify-content: space-around;
    margin-bottom: -20px;
  }

  .clients-image {
    margin-bottom: 30px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .features-table-2, .hero-stack-2, .hero-heading-right {
    padding: 60px 15px;
  }

  .combine-faq3_component {
    margin-top: -60px;
  }

  .features-table-3 {
    padding: 60px 0;
  }

  .testimonial-column-light-2 {
    padding: 60px 15px;
  }

  .testimonial-grid-two-2 {
    grid-template-columns: 1fr;
  }

  .testimonial-info-three-2 {
    flex-direction: row;
  }

  .combine-blog2_component {
    grid-template-columns: 1fr 1fr;
  }

  .combine-text-size-regular-4 {
    margin-top: 0;
    font-size: 14px;
  }

  .combine-faq2_question {
    margin-top: -8px;
    margin-left: 15px;
    margin-right: 15px;
  }

  .combine-form_input-grey {
    min-width: 0;
  }

  .text-block.homer, .text-block-2.homer, .text-block-3.homer {
    margin-left: 33px;
  }

  .text-block-4, .text-block-5, .text-block-6 {
    font-size: 14px;
  }

  .combine-cta3_component {
    padding: 2.5rem;
  }

  .combine-padding-global-2 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .combine-team3_component {
    flex-direction: column;
    align-items: center;
  }

  .combine-padding-global-3 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .combine-blog1_image-wrapper {
    height: 20rem;
    justify-content: center;
    align-items: center;
  }

  .combine-blog1_component {
    grid-template-columns: 1fr;
  }

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

  .lynx-grid-4-customers {
    grid-template-columns: 1fr 1fr;
  }

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

  .lynx-heading {
    max-width: 540px;
    font-size: 34px;
  }

  .div-block-2 {
    margin-top: 187px;
    margin-left: 58px;
  }

  .div-block-2.slider-movil {
    margin-left: 70px;
  }

  .titulo-slider {
    font-size: 25px;
    line-height: 30px;
  }

  .previa-texto-slider {
    font-size: 12px;
  }

  .boton-slider {
    padding-top: 0;
    padding-bottom: 0;
    font-size: 12px;
  }

  .div-block-4.slide-2 {
    margin-top: 185px;
    margin-left: 70px;
  }

  .grid-3 {
    margin-left: -20px;
  }

  .slider-2 {
    background-color: rgba(255, 255, 255, 0);
  }

  .grid-11 {
    width: 580px;
    height: auto;
    grid-template-rows: auto;
  }

  .link-4 {
    margin-left: 470px;
  }

  .link-4.home-confe {
    margin-left: 5px;
  }

  .link-4.actos {
    margin-top: 124px;
    margin-left: 461px;
  }

  .link-4._6 {
    margin-left: 445px;
  }

  .product-card {
    height: 221px;
  }

  .product-card.tablet-1 {
    height: 300px;
  }

  .product-description {
    margin-top: -65px;
    padding-bottom: 1px;
  }

  .heading-9 {
    margin-top: -13px;
    padding-top: 0;
    font-size: 14px;
  }

  .product-image {
    width: 123%;
    height: 105%;
  }

  .mask {
    height: 760px;
  }

  .slider-3 {
    height: 569px;
  }

  .slide-nav-3 {
    margin-bottom: 0;
    padding-top: 0;
  }

  .image-10 {
    margin-left: 0;
  }

  .heading-10 {
    font-size: 20px;
  }

  .grid-12 {
    margin-left: 5px;
    margin-right: 5px;
  }

  .grid-13 {
    flex-direction: column;
    display: flex;
  }

  .button-2 {
    margin-top: 10px;
    margin-left: 225px;
    margin-right: auto;
  }

  .section-5 {
    margin-top: 0;
  }

  .heading-11, .heading-11.sub {
    margin-left: 20px;
  }

  .button-3 {
    margin-top: 81px;
    margin-bottom: 66px;
    margin-left: 20px;
  }

  .heading-12 {
    font-size: 26px;
  }

  .heading-13 {
    margin-top: 20px;
    margin-bottom: 11px;
    font-size: 15px;
  }

  .grid-16 {
    flex-direction: column;
    display: flex;
  }

  .div-block-13 {
    height: 73px;
    background-color: rgba(255, 255, 255, 0);
    margin-top: -10px;
  }

  .div-block-13._57, .div-block-13.siuu {
    margin-top: 38px;
  }

  .div-block-13.ee {
    margin-top: 50px;
  }

  .heading-14._9 {
    margin-top: 5px;
    margin-left: 50px;
    line-height: 20px;
  }

  .heading-14._9.eeo {
    margin-top: 50px;
  }

  .image-12 {
    height: 104px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .paragraph-4 {
    padding-left: 10px;
  }

  .paragraph-4._2 {
    margin-bottom: 15px;
  }

  .div-block-14 {
    height: 285px;
  }

  .div-block-15 {
    height: 289px;
    margin-top: 0;
  }

  .div-block-16 {
    height: 273px;
  }

  .heading-16.team-member-name-two {
    margin-left: auto;
    margin-right: auto;
  }

  .link-5, .link-7 {
    margin-left: -30px;
  }

  .mask-2 {
    margin-top: -90px;
    margin-bottom: -44px;
    padding-bottom: 0;
  }

  .image-17 {
    width: 182px;
  }

  .image-18 {
    width: auto;
    height: 286px;
  }

  .paragraph-7 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-19 {
    margin-left: 30px;
    margin-right: auto;
    padding-right: 0;
  }

  .slide-8 {
    height: 578px;
    margin-bottom: 0;
  }

  .heading-17 {
    font-size: 36px;
  }

  .paragraph-8 {
    margin-left: 15px;
    margin-right: 15px;
    font-size: 14px;
  }

  .button-4.historico {
    margin-left: 200px;
  }

  .link-8, .link-9, .link-10, .link-11 {
    margin-left: -30px;
  }

  .link-12 {
    font-size: 14px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 36px;
    line-height: 52px;
  }

  .section {
    margin-left: 0;
    margin-right: 0;
  }

  .container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .button {
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .label {
    margin-bottom: 57px;
  }

  .label.cc-light {
    margin-bottom: 10px;
  }

  .rich-text {
    width: 100%;
    max-width: none;
  }

  .paragraph-light {
    text-align: justify;
    margin: -60px auto -9px;
    font-size: 12px;
  }

  .heading-jumbo {
    font-size: 36px;
    line-height: 48px;
  }

  .heading-jumbo-small {
    margin-bottom: 10px;
    font-size: 18px;
  }

  .heading-jumbo-small.revista {
    margin-left: auto;
    margin-right: auto;
  }

  .menu {
    margin-left: 15px;
  }

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

  .menu-button, .menu-button.w--open {
    flex: none;
  }

  .cta-wrap {
    padding-left: 15px;
    padding-right: 15px;
  }

  .intro-header.cc-subpage {
    margin-bottom: -40px;
  }

  .status-message.cc-no-data {
    width: 100%;
  }

  .contact-form-grid {
    width: 100%;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .details-wrap.datos-de-cotacto {
    margin-bottom: -30px;
  }

  .contact-heading {
    margin-bottom: 77px;
  }

  .our-contacts {
    width: 90%;
  }

  .team-members {
    grid-template: "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   / 1fr;
  }

  .project-details-grid {
    width: 100%;
  }

  .blog-detail-header-wrap, .blog-item {
    width: 100%;
    max-width: none;
  }

  .contact-email-link {
    margin-top: -39px;
  }

  .home-content-wrap {
    margin-bottom: 237px;
  }

  .section-heading {
    margin-top: -60px;
    margin-bottom: -40px;
    font-size: 18px;
  }

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

  .centered-heading {
    margin-bottom: 24px;
  }

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

  .team-slide-wrapper {
    width: 92%;
    margin-right: 0%;
  }

  .team-member-name-two.logos.ventanas {
    margin-top: 0;
  }

  .button-primary.footer-form-button {
    position: relative;
    right: 0;
  }

  .gallery-wrapper {
    grid-template-columns: 1fr;
  }

  .gallery-wrapper.colab {
    flex-direction: column;
    align-items: center;
    margin-bottom: 30px;
    display: flex;
  }

  .gallery-wrapper.bene {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .image {
    height: auto;
  }

  .footer-subscribe {
    margin-top: 57px;
  }

  .footer-subscribe.dgd {
    margin-top: 25px;
  }

  .footer-form-two {
    padding: 20px;
  }

  .footer-form-container-two {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-form-block-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-form-input {
    margin-bottom: 10px;
    padding-right: 20px;
  }

  .footer-block-three {
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .footer-legal-link {
    margin-left: 20px;
    margin-right: auto;
  }

  .link {
    margin-bottom: 60px;
  }

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

  .slider {
    height: 400px;
  }

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

  .centered-heading-2 {
    margin-top: 60px;
    margin-bottom: -32px;
  }

  .testimonial-main-heading {
    font-size: 24px;
  }

  .combine-gallery2_component {
    grid-template-columns: 1fr;
  }

  .combine-text-size-regular {
    margin-top: 70px;
  }

  .combine-padding-global {
    padding-left: 0;
    padding-right: 0;
  }

  .combine-banner3_icon {
    display: none;
  }

  .combine-banner3_content {
    grid-row-gap: .5rem;
    grid-template-columns: auto;
    justify-items: start;
  }

  .combine-banner3_component {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: column;
    align-items: center;
    padding-right: 0;
  }

  .combine-gallery1_component {
    grid-template-columns: 1fr;
  }

  .container-5 {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .centered-heading-3 {
    margin-bottom: 24px;
  }

  .centered-subheading-2 {
    margin-top: 61px;
    padding-left: 15px;
    padding-right: 15px;
    line-height: 20px;
  }

  .team-slide-wrapper-2 {
    width: 100%;
    margin-right: 0%;
  }

  .gallery-wrapper-2 {
    grid-template-columns: 1fr;
  }

  .comparison-row-main {
    grid-column-gap: 20px;
  }

  .comparison-title {
    margin-left: 10px;
  }

  .comparison-row {
    grid-column-gap: 20px;
    justify-content: center;
    margin-left: 15px;
    margin-right: 15px;
    display: flex;
  }

  .comparison-negative {
    background-position: 0 5px;
    background-size: 14px;
    margin-left: 10px;
    padding-left: 20px;
  }

  .comparison-positive {
    background-image: none;
    margin-left: -1px;
    padding-left: 0;
    padding-right: 0;
  }

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

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

  .combine-blog4_content {
    margin-left: 0;
  }

  .combine-blog4_image-wrapper {
    max-width: none;
  }

  .combine-blog4_item {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: column;
  }

  .combine-space-small {
    margin-bottom: -70px;
  }

  .combine-faq3_component {
    grid-template-columns: 1fr;
    margin-top: 60px;
  }

  .features-table-3 {
    padding-left: 0;
    padding-right: 0;
  }

  .comparison-negative-2 {
    background-position: 0 5px;
    background-size: 14px;
    margin-left: 10px;
    padding-left: 20px;
  }

  .comparison-positive-2 {
    background-position: 0 4px;
    background-size: 16px;
    margin-left: 10px;
    padding-left: 20px;
  }

  .comparison-negative-3 {
    background-position: 0 5px;
    background-size: 14px;
    margin-left: 10px;
    padding-left: 20px;
  }

  .comparison-positive-3 {
    background-position: 0 4px;
    background-size: 16px;
    margin-left: 10px;
    padding-left: 20px;
  }

  .combine-blog2_component {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .combine-text-size-regular-4 {
    margin-top: 60px;
    margin-bottom: 1rem;
    padding-left: 15px;
    padding-right: 15px;
  }

  .combine-faq2_answer {
    margin-top: -51px;
  }

  .combine-faq2_question {
    margin: 11px 15px 13px;
  }

  .combine-container-medium {
    margin-top: 60px;
  }

  .combine-button-wrapper {
    width: 100%;
    grid-row-gap: 1rem;
    text-align: center;
    flex-direction: column;
    align-items: stretch;
    margin-top: -40px;
  }

  .combine-padding-section-large {
    padding-bottom: 1.5rem;
  }

  .combine-form {
    grid-template-columns: 1fr;
  }

  .div-block {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .text-block-4, .text-block-5, .text-block-6 {
    font-size: 14px;
  }

  .combine-button-wrapper-2 {
    width: 100%;
    grid-row-gap: 1rem;
    text-align: center;
    flex-direction: column;
    align-items: stretch;
  }

  .combine-cta3_component {
    padding: 1.5rem;
  }

  .combine-padding-global-2 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .bold-text-12, .bold-text-13, .bold-text-14, .bold-text-15 {
    font-size: 16px;
  }

  .combine-padding-global-3 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .combine-text-size-regular-6 {
    font-size: 14px;
  }

  .combine-heading-style-h2-10 {
    margin-top: -2.6rem;
  }

  .bold-text-16, .bold-text-17 {
    font-size: 20px;
  }

  .lynx-grid-4-customers, .lynx-grid-5-customers {
    grid-template-columns: 1fr;
  }

  .lynx-heading {
    font-size: 29px;
  }

  .slide-nav {
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-2 {
    flex-direction: column;
    align-items: center;
    margin-top: 216px;
    margin-left: 70px;
    display: flex;
  }

  .titulo-slider {
    font-size: 16px;
  }

  .previa-texto-slider {
    text-align: center;
    margin-bottom: 0;
    font-size: 10px;
    line-height: 12px;
  }

  .boton-slider {
    margin-top: 10px;
  }

  .slider-2 {
    margin-top: 80px;
    margin-bottom: -200px;
  }

  .image-6 {
    padding-top: 5px;
  }

  .slide-nav-2 {
    margin-bottom: 204px;
  }

  .grid-11 {
    width: 367px;
    height: 793px;
    grid-column-gap: 12px;
    grid-row-gap: 40px;
    grid-template-rows: auto;
    grid-template-columns: 2.5fr 2.5fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    margin-left: -23px;
    display: grid;
  }

  .link-4 {
    margin-left: 257px;
  }

  .link-4.home-confe {
    margin-left: 33px;
    padding-left: 8px;
  }

  .link-4.actos {
    margin-top: 273px;
    margin-left: 219px;
  }

  .link-4._6 {
    margin-left: 228px;
  }

  .product-card {
    margin-right: -355px;
  }

  /* .product-card.conferencias {
    height: 135px;
    margin-right: 0;
  } */

  .product-description {
    margin-top: -28px;
    margin-bottom: 1px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .div-block-9 {
    padding-bottom: 0;
  }

  .product-image {
    padding-bottom: 56px;
  }

  .mask {
    height: 791px;
    margin-bottom: 40px;
  }

  .slider-3 {
    margin-bottom: 268px;
    margin-left: -23px;
  }

  .slide-nav-3 {
    margin-bottom: -269px;
    margin-left: 31px;
  }

  .image-10 {
    height: 63px;
  }

  .heading-10 {
    font-size: 14px;
  }

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

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

  .heading-12 {
    margin-top: 30px;
    margin-bottom: 0;
  }

  .grid-16 {
    flex-direction: column;
    display: flex;
  }

  .div-block-13 {
    margin-left: -30px;
  }

  .div-block-14 {
    height: 319px;
  }

  .div-block-15 {
    height: 293px;
  }

  .div-block-16 {
    height: 277px;
  }

  .heading-16.team-member-name-two {
    margin-left: auto;
    margin-right: auto;
  }

  .image-17 {
    width: 296px;
  }

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

  .paragraph-7 {
    margin-top: 0;
  }

  .button-4.historico {
    margin-left: 75px;
  }

  .heading-19 {
    margin-top: 15px;
    margin-left: 0;
  }

  .icon-2 {
    margin-right: 5px;
  }

  .icon-3 {
    margin-left: 5px;
  }

  .left-arrow-2 {
    margin-bottom: 150px;
  }

  .right-arrow-2 {
    margin-bottom: 151px;
  }

  .image-23, .image-24 {
    width: 232px;
  }

  .container-10 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .mask-4 {
    margin-top: 7px;
    padding-bottom: 0;
  }

  .bold-text-18, .bold-text-19, .bold-text-20 {
    margin-bottom: -30px;
    display: block;
  }
}

#w-node-_6bfac777-5bf6-7104-319d-8732e35b5a8a-a296f523, #w-node-_6bfac777-5bf6-7104-319d-8732e35b5a96-a296f523, #w-node-_6bfac777-5bf6-7104-319d-8732e35b5aa2-a296f523, #w-node-_6bfac777-5bf6-7104-319d-8732e35b5abb-a296f523, #w-node-_6bfac777-5bf6-7104-319d-8732e35b5ac7-a296f523, #w-node-_6bfac777-5bf6-7104-319d-8732e35b5ad3-a296f523, #w-node-_6bfac777-5bf6-7104-319d-8732e35b5aed-a296f523, #w-node-_6bfac777-5bf6-7104-319d-8732e35b5af9-a296f523, #w-node-_6bfac777-5bf6-7104-319d-8732e35b5b11-a296f523, #w-node-_6bfac777-5bf6-7104-319d-8732e35b5b1e-a296f523, #w-node-_6bfac777-5bf6-7104-319d-8732e35b5b2a-a296f523, #w-node-_6bfac777-5bf6-7104-319d-8732e35b5b36-a296f523 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_014dbe48-8ad0-e7a3-4f70-b744bfd78b47-a296f523 {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-_2fe52fee-cf0e-94d1-442e-df4a64fb83fb-a296f523, #w-node-_592f6bfd-93cc-040c-592a-f110f02e676a-a296f523, #w-node-_6929a22a-e8de-62ee-f8ed-d46e7c8f9ccc-a296f523, #w-node-_1c6f80fb-cf51-d245-2a32-cd6cdd8ccbb8-a296f523, #w-node-b48b8b71-c3d5-8b15-6ea8-6996df5399cb-a296f523, #w-node-_76e17d83-8941-a060-f04f-b63d998730fd-a296f523, #w-node-_3a54bc88-ebdd-6b19-0b28-d97b3188440b-a296f523, #w-node-cd93e27b-b36f-ed9a-3230-c466b7b0440c-a296f523, #w-node-cd93e27b-b36f-ed9a-3230-c466b7b0440d-a296f523, #w-node-cd93e27b-b36f-ed9a-3230-c466b7b0440e-a296f523, #w-node-_5c021319-28e8-f277-82d3-db768cf1e6dc-a296f523, #w-node-_4f207321-282f-44ad-1a85-ee5f7e37d176-a296f523, #w-node-_4f207321-282f-44ad-1a85-ee5f7e37d177-a296f523, #w-node-_90f087ef-8dd9-34d6-c4fb-d84a449f8dac-a296f523, #w-node-af12ab13-226e-2ce9-455d-e1d1f3069e51-a296f523, #w-node-c02e54b4-1005-3c26-640e-85d5f608683c-f6086829, #w-node-c02e54b4-1005-3c26-640e-85d5f608682b-f6086829, #w-node-c02e54b4-1005-3c26-640e-85d5f608682d-f6086829, #w-node-c02e54b4-1005-3c26-640e-85d5f608682f-f6086829, #w-node-c02e54b4-1005-3c26-640e-85d5f6086831-f6086829, #w-node-c02e54b4-1005-3c26-640e-85d5f6086833-f6086829, #w-node-c02e54b4-1005-3c26-640e-85d5f608683a-f6086829, #w-node-c02e54b4-1005-3c26-640e-85d5f6086836-f6086829, #w-node-c02e54b4-1005-3c26-640e-85d5f6086838-f6086829, #w-node-_25aed5af-a768-3f06-76ab-cd66aeacd507-b27a4e25 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ca1212d8-4247-8b87-bc90-543393b118e6-a296f526 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-ca1212d8-4247-8b87-bc90-543393b118ec-a296f526 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-ca1212d8-4247-8b87-bc90-543393b118f2-a296f526 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-ca1212d8-4247-8b87-bc90-543393b118f8-a296f526 {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-ca1212d8-4247-8b87-bc90-543393b11905-a296f526 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-c0bd9ee7-f39a-07ff-08d6-b6f853dfcfbf-a296f527, #w-node-c0bd9ee7-f39a-07ff-08d6-b6f853dfcfc1-a296f527, #w-node-c0bd9ee7-f39a-07ff-08d6-b6f853dfcfc4-a296f527, #w-node-c0bd9ee7-f39a-07ff-08d6-b6f853dfcfc6-a296f527, #w-node-c0bd9ee7-f39a-07ff-08d6-b6f853dfcfc9-a296f527, #w-node-_84ff4aee-7a6d-0393-e050-55015115a515-a296f527, #w-node-_3dfa4a00-8f7a-8d63-596e-38f949710cdf-a296f527, #w-node-_84ff4aee-7a6d-0393-e050-55015115a519-a296f527 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3f61509a-fac7-b0d5-3763-509be705858e-a296f528 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_3f61509a-fac7-b0d5-3763-509be70585a6-a296f528 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-c28cc763-f708-1e61-f196-6bd9fce9803c-a296f52f {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-c28cc763-f708-1e61-f196-6bd9fce98043-a296f52f {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-c28cc763-f708-1e61-f196-6bd9fce9804a-a296f52f {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-b574f2c2-d7ec-b429-b3a8-84b35ca110a2-40606493 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-be072e34-b39f-acff-cd75-790520872975-40606493, #w-node-_917dcda0-9d29-dd5c-adfa-fda3f214fc9d-40606493, #w-node-_841c0e1c-c636-81f1-df9c-9d7c36295946-40606493, #w-node-cb5d1191-5174-7ee1-abed-f909349d88da-40606493, #w-node-_49a980ed-0828-327a-b56d-30e8dc0a2d1b-40606493, #w-node-_7543ad1e-e052-76b8-f0b1-61a47886d8e2-40606493 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5aa19acd-abfb-0ac0-9822-14634cb72e14-40606493 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_4ec3c05d-3657-d10a-6f69-7696ef613cc8-b6acb0d1, #w-node-_4ec3c05d-3657-d10a-6f69-7696ef613cd2-b6acb0d1, #w-node-_4ec3c05d-3657-d10a-6f69-7696ef613cdc-b6acb0d1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7c14ba83-749b-e8a6-9eef-2658add4c7b0-9560af18, #w-node-_7c14ba83-749b-e8a6-9eef-2658add4c7c2-9560af18, #w-node-_7c14ba83-749b-e8a6-9eef-2658add4c7d4-9560af18 {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-dd26cb3a-c48c-4d24-7ff1-642b451218a1-143727f5, #w-node-_00d153f7-f9a0-8384-7b1a-4cf8df861f46-143727f5, #w-node-_00d153f7-f9a0-8384-7b1a-4cf8df861f50-143727f5, #w-node-aa524b66-c444-095d-6353-df704d3e7b08-62678d9e, #w-node-aa524b66-c444-095d-6353-df704d3e7b0a-62678d9e, #w-node-aa524b66-c444-095d-6353-df704d3e7b0d-62678d9e, #w-node-aa524b66-c444-095d-6353-df704d3e7b0f-62678d9e, #w-node-aa524b66-c444-095d-6353-df704d3e7b12-62678d9e, #w-node-aa524b66-c444-095d-6353-df704d3e7b14-62678d9e, #w-node-aa524b66-c444-095d-6353-df704d3e7b17-62678d9e, #w-node-aa524b66-c444-095d-6353-df704d3e7b19-62678d9e, #w-node-aa524b66-c444-095d-6353-df704d3e7b1c-62678d9e, #w-node-aa524b66-c444-095d-6353-df704d3e7b1e-62678d9e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f8b4f76e-7ceb-b2e9-af39-63c7d6cc4ed4-39211dbe {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-f8b4f76e-7ceb-b2e9-af39-63c7d6cc4ede-39211dbe {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-f8b4f76e-7ceb-b2e9-af39-63c7d6cc4ee9-39211dbe {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-ed70c1da-b6ba-73c9-09ac-fa2168143ddf-79324a6a, #w-node-ed70c1da-b6ba-73c9-09ac-fa2168143dea-79324a6a, #w-node-ed70c1da-b6ba-73c9-09ac-fa2168143df5-79324a6a, #w-node-ed70c1da-b6ba-73c9-09ac-fa2168143e00-79324a6a, #w-node-_953f8282-711f-2d0d-06f8-1ff7f3cbe73c-93cbef99, #w-node-_953f8282-711f-2d0d-06f8-1ff7f3cbe73d-93cbef99, #w-node-_953f8282-711f-2d0d-06f8-1ff7f3cbe758-93cbef99, #w-node-_953f8282-711f-2d0d-06f8-1ff7f3cbe759-93cbef99, #w-node-_91e7ef55-3211-41a8-4845-3ba19de67291-b5db8dbf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_892f067a-96ba-6ffa-04c1-89df4f303a9e-b5db8dbf {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-e33e4517-c26e-e328-c385-1456e9684e2d-b5db8dbf, #w-node-f3c6cbff-21b4-9375-e772-e721ace6aa03-b5db8dbf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f3c6cbff-21b4-9375-e772-e721ace6aa05-b5db8dbf {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-f3c6cbff-21b4-9375-e772-e721ace6aa07-b5db8dbf, #w-node-ce4696b1-f09b-cdb1-4289-4c3ac8f43fd0-b5db8dbf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ce4696b1-f09b-cdb1-4289-4c3ac8f43fd2-b5db8dbf {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-ce4696b1-f09b-cdb1-4289-4c3ac8f43fd4-b5db8dbf, #w-node-_413126cf-f927-4252-372f-b6dce220ccb8-256fd92d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_413126cf-f927-4252-372f-b6dce220ccba-256fd92d {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_413126cf-f927-4252-372f-b6dce220ccbc-256fd92d, #w-node-_413126cf-f927-4252-372f-b6dce220ccc3-256fd92d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_413126cf-f927-4252-372f-b6dce220ccc5-256fd92d {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_413126cf-f927-4252-372f-b6dce220ccc7-256fd92d, #w-node-_413126cf-f927-4252-372f-b6dce220ccce-256fd92d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_413126cf-f927-4252-372f-b6dce220ccd0-256fd92d {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_413126cf-f927-4252-372f-b6dce220ccd2-256fd92d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_73a119c8-adad-49ff-1606-0afa31bbe14f-1fc948f4, #w-node-_3ae8814f-6c73-ca94-5058-77829ad4ab3e-1fc948f4, #w-node-_4ae6b91a-d1e0-3bbb-bfb7-90965c8ea97b-1fc948f4, #w-node-_29c3c08f-4a0c-8d26-05a0-410551d2fad3-1fc948f4, #w-node-_247ff0fe-5caa-423f-4bb8-d9195609154a-1fc948f4, #w-node-_315d2b94-ff29-e985-ffa3-75ef80363cc6-1fc948f4, #w-node-_05fdbd66-d740-9552-2cdd-7256c77fd7c4-1fc948f4, #w-node-ed921aec-1819-6591-7419-de3ca7d08e9d-1fc948f4, #w-node-_97fb343b-cd8b-fc37-ba48-183f7f3ea390-1fc948f4, #w-node-_26c852c6-89d8-7713-990f-30fd1a4b53c8-1fc948f4, #w-node-_1ccc7d2a-7928-ce0a-bc11-c0e9517658b7-1fc948f4, #w-node-e9dda146-e0af-88f3-6821-fbf451bab5f9-1fc948f4, #w-node-_9a802fbb-7a16-3e7d-ce31-e24fc61e1c5b-1fc948f4, #w-node-c204e8cf-bb81-a776-2a59-b3285377a36d-1fc948f4, #w-node-_28c1fe1c-e9b8-0367-85e4-9911083f2442-1fc948f4, #w-node-_238ab640-ac3a-eb1f-c1ec-a7fff2ece59d-1fc948f4, #w-node-_4dbfd342-3fb9-595c-d27e-27677f19e071-1fc948f4, #w-node-e324e075-b4bb-3af0-50ed-10989cf0a70c-6cf50606 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-e324e075-b4bb-3af0-50ed-10989cf0a70f-6cf50606, #w-node-e324e075-b4bb-3af0-50ed-10989cf0a710-6cf50606, #w-node-_1fca69b4-da82-5b79-c639-e5503fa6af57-bf4f0a50 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1fca69b4-da82-5b79-c639-e5503fa6af59-bf4f0a50 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_1fca69b4-da82-5b79-c639-e5503fa6af5b-bf4f0a50, #w-node-_1fca69b4-da82-5b79-c639-e5503fa6af62-bf4f0a50 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1fca69b4-da82-5b79-c639-e5503fa6af64-bf4f0a50 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_1fca69b4-da82-5b79-c639-e5503fa6af66-bf4f0a50, #w-node-_1fca69b4-da82-5b79-c639-e5503fa6af6d-bf4f0a50 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1fca69b4-da82-5b79-c639-e5503fa6af6f-bf4f0a50 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_1fca69b4-da82-5b79-c639-e5503fa6af71-bf4f0a50, #w-node-_3f0dacf7-a22c-8d34-ab71-6bd3abac659d-0c1c3caf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3f0dacf7-a22c-8d34-ab71-6bd3abac659f-0c1c3caf {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_3f0dacf7-a22c-8d34-ab71-6bd3abac65a1-0c1c3caf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f10fcf59-a6bd-80f6-6c8a-658bbd6e1afb-0c1c3caf {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-f10fcf59-a6bd-80f6-6c8a-658bbd6e1afd-0c1c3caf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_48afbd53-a3c2-b2a7-fd9f-cef9abeb7dc7-0c1c3caf {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_48afbd53-a3c2-b2a7-fd9f-cef9abeb7dc9-0c1c3caf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-c02e54b4-1005-3c26-640e-85d5f6086836-f6086829 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-ca1212d8-4247-8b87-bc90-543393b118f2-a296f526 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-ca1212d8-4247-8b87-bc90-543393b118f8-a296f526 {
    grid-area: 3 / 2 / 4 / 3;
  }

  #w-node-ca1212d8-4247-8b87-bc90-543393b11905-a296f526 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_3f61509a-fac7-b0d5-3763-509be70585a6-a296f528, #w-node-c28cc763-f708-1e61-f196-6bd9fce9804a-a296f52f {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-b574f2c2-d7ec-b429-b3a8-84b35ca110a2-40606493 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-f8b4f76e-7ceb-b2e9-af39-63c7d6cc4ee9-39211dbe {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-e324e075-b4bb-3af0-50ed-10989cf0a70c-6cf50606 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-b48b8b71-c3d5-8b15-6ea8-6996df5399cb-a296f523 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-ca1212d8-4247-8b87-bc90-543393b118ec-a296f526 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-ca1212d8-4247-8b87-bc90-543393b118f2-a296f526 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-ca1212d8-4247-8b87-bc90-543393b118f8-a296f526 {
    grid-area: 6 / 1 / 7 / 2;
  }

  #w-node-ca1212d8-4247-8b87-bc90-543393b11905-a296f526 {
    grid-area: 5 / 1 / 6 / 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-c28cc763-f708-1e61-f196-6bd9fce98043-a296f52f {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-c28cc763-f708-1e61-f196-6bd9fce9804a-a296f52f {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-b574f2c2-d7ec-b429-b3a8-84b35ca110a2-40606493 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-f8b4f76e-7ceb-b2e9-af39-63c7d6cc4ede-39211dbe {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-f8b4f76e-7ceb-b2e9-af39-63c7d6cc4ee9-39211dbe {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-e324e075-b4bb-3af0-50ed-10989cf0a70c-6cf50606 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

.page-item.active .page-link{
  background-color: #a72e42;
  border-color: #a72e42;
}

.page-link{
  color:#a72e42;
}


