:root {
  --spark-library-foreground-interactive: #5532fa;
  --spark-library-white: white;
  --spark-library-foreground-interactive-hover: #1e116e;
  --spark-library-background--interactive: #f0ecfd;
  --spark-library-light-steel-purple: #a695fb;
  --spark-library-black: black;
  --spark-library-border-default: rgba(0, 0, 0, .16);
  --spark-library-foreground-tertiary: rgba(0, 0, 0, .56);
  --spark-library-foreground-secondary: rgba(0, 0, 0, .76);
  --combine-library-grey-200: #bfc4ce;
  --combine-library-white: white;
  --combine-library-primary-200: #9e97ff;
  --combine-library-grey-800: #1f2c3d;
  --lynx-grey: #797c83;
  --lynx-black: #1f2022;
  --combine-library-warning-400: #f8b34b;
  --lynx-white: white;
  --azul-farmymas: #24428c;
  --naranjo-farmymas: #f08136;
  --combine-library-grey-050: #f2f3f7;
  --untitled-ui-gray600: #475467;
  --untitled-ui--gray200: #eaecf0;
  --untitled-ui--gray500: #667085;
  --untitled-ui--gray50-2: #f9fafb;
  --untitled-ui--white: white;
  --untitled-ui-gray900: #101828;
  --lynx--medium-sea-green: #32b77a;
  --lynx--medium-purple: #8979ec;
  --lynx--deep-pink: #fd4b8b;
  --elements-webflow-library--neutral--300: #eff0f6;
  --elements-webflow-library--neutral--100: white;
  --elements-webflow-library--neutral--800: #211f54;
  --elements-webflow-library--accent--primary-1: #4a3aff;
  --elements-webflow-library--secondary--color-2: #f2f1ff;
  --elements-webflow-library--neutral--600: #6e7191;
  --elements-webflow-library--general--shadow-02: rgba(20, 20, 43, .08);
  --combine-library-grey-600: #5f6570;
  --combine-library-secondary-600: #00a1c1;
  --combine-library-primary-600: #6157f8;
  --elements-webflow-library--secondary--color-1: #281ca5;
}

.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-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

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

.spark-hero-section-image {
  border-radius: 8px;
  flex: 0 auto;
  width: 45%;
  max-width: 50%;
  display: block;
}

.spark-button {
  border: 1px solid var(--spark-library-foreground-interactive);
  background-color: var(--spark-library-foreground-interactive);
  color: var(--spark-library-white);
  border-radius: 8px;
  flex: none;
  padding: 16px;
  font-size: .9375rem;
  font-weight: 500;
  line-height: 1em;
  text-decoration: none;
  transition: border-color .15s, background-color .15s, opacity .15s;
}

.spark-button:hover {
  border-color: var(--spark-library-foreground-interactive-hover);
  background-color: var(--spark-library-foreground-interactive-hover);
  opacity: 1;
}

.spark-button.spark-secondary-button {
  background-color: var(--spark-library-background--interactive);
  box-shadow: inset 0 0 0 1.5px var(--spark-library-foreground-interactive);
  color: var(--spark-library-foreground-interactive);
  border-style: none;
  text-decoration: none;
  transition: color .15s, box-shadow .15s, border-color .15s, background-color .15s, opacity .15s;
}

.spark-button.spark-secondary-button:hover {
  background-color: var(--spark-library-light-steel-purple);
  box-shadow: inset 0 0 0 1.5px var(--spark-library-light-steel-purple);
  color: var(--spark-library-foreground-interactive-hover);
}

.spark-button.spark-light-button {
  border-color: var(--spark-library-white);
  background-color: var(--spark-library-white);
  color: var(--spark-library-black);
  min-height: 0;
  padding: 16px 24px;
  line-height: 1em;
  transition: color .15s, border-color .15s, background-color .15s, opacity .15s;
}

.spark-button.spark-light-button:hover {
  background-color: var(--spark-library-background--interactive);
  color: var(--spark-library-foreground-interactive);
}

.spark-flex-row {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.spark-flex-row.spark-left-aligned {
  grid-column-gap: 16px;
  justify-content: flex-start;
}

.spark-flex-row.spark-5-spacing {
  grid-column-gap: 5%;
  align-items: center;
}

.spark-hero-sub-paragraph {
  width: 100%;
  margin-bottom: 64px;
}

.spark-hero-section-left-side {
  width: 50%;
}

.spark-container {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: 55px;
}

.spark-container.spark-centered-content {
  text-align: center;
  background-color: #fff;
  border: 8px solid #fff;
  border-radius: 20px;
  flex-direction: column;
  align-items: center;
  max-width: 900px;
  padding: 26px;
  display: flex;
  position: absolute;
}

.spark-container.spark-centered-content.meh {
  position: static;
}

.spark-container.spark-centered-content {
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 900px;
  display: flex;
}

.spark-line-3 {
  z-index: 2;
  background-color: var(--spark-library-black);
  width: 35px;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 30px;
  left: 0;
  right: 0;
}

.spark-line-3.spark-simple-line {
  background-color: var(--spark-library-foreground-interactive);
  border-radius: 3px;
  width: 12.75px;
  height: 3.3px;
  margin-left: 18px;
  top: 38px;
}

.spark-line-2 {
  z-index: 1;
  background-color: var(--spark-library-black);
  width: 35px;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
}

.spark-line-2.spark-simple-line {
  background-color: var(--spark-library-foreground-interactive);
  border-radius: 3px;
  width: 24px;
  height: 3.3px;
  top: 28px;
}

.spark-line-1 {
  z-index: 2;
  background-color: var(--spark-library-black);
  width: 35px;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
}

.spark-line-1.spark-simple-line {
  background-color: var(--spark-library-foreground-interactive);
  border-radius: 3px;
  width: 24px;
  height: 3.3px;
  top: 18px;
}

.spark-simple-menu-button {
  background-color: #fff;
  width: 60px;
  height: 60px;
  padding: 0 0 0 18px;
  overflow: hidden;
}

.spark-simple-menu-button.w--open {
  background-color: var(--spark-library-background--interactive);
  border-radius: 8px;
}

.spark-nav-link {
  color: var(--spark-library-black);
  text-align: center;
  border-radius: 8px;
  margin-left: 8px;
  padding: 16px 24px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  transition: background-color .15s, color .15s, opacity .15s;
}

.spark-nav-link:hover {
  background-color: var(--spark-library-background--interactive);
  opacity: 1;
  color: var(--spark-library-foreground-interactive);
}

.spark-nav-link.w--current {
  color: var(--spark-library-foreground-interactive);
}

.spark-nav-link.spark-button {
  background-color: var(--spark-library-foreground-interactive);
  color: var(--spark-library-white);
  text-align: center;
  border-style: none;
  border-radius: 999px;
  margin-right: 0;
  padding: 16px 24px;
  font-size: 1rem;
  line-height: 1em;
  transition: background-color .15s, opacity .15s;
}

.spark-nav-link.spark-button:hover {
  background-color: var(--spark-library-foreground-interactive-hover);
  opacity: 1;
  color: var(--spark-library-white);
}

.spark-nav-link.spark-button.w--current {
  opacity: .5;
  color: var(--spark-library-white);
}

.spark-nav-menu {
  align-items: center;
  display: flex;
  left: -30px;
}

.spark-brand-logo {
  z-index: 2;
  padding-left: 0;
}

.spark-rounded-edge-nav-bar-inner {
  justify-content: space-between;
  align-items: center;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
}

.spark-rounded-edge-navbar {
  z-index: 99;
  background-color: var(--spark-library-white);
  border-radius: 999px;
  width: 95%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
  position: -webkit-sticky;
  position: sticky;
  top: 32px;
  box-shadow: 2px 0 8px rgba(0, 0, 0, .1);
}

.spark-rounded-edge-navbar.spark-absolute-positioned-navbar {
  width: 95%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 32px;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.spark-section {
  width: 100%;
  padding: 102px 64px 128px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  position: relative;
}

.spark-section.spark-light-background {
  background-color: var(--spark-library-background--interactive);
}

.spark-section h5 {
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.3;
}

.spark-section h4 {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.4;
}

.spark-section h1 {
  background-image: linear-gradient(to bottom, #453b74, var(--spark-library-foreground-interactive) 28%, #12d2dc 87%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  margin-bottom: 1rem;
  font-size: 4rem;
  font-weight: 600;
  line-height: 1.1;
}

.spark-section h2 {
  margin-top: 1rem;
  margin-bottom: 2rem;
  font-size: 3.5rem;
  font-weight: 600;
  line-height: 1.2;
}

.spark-section h3 {
  margin-top: 2.5rem;
  margin-bottom: 1rem;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.3;
}

.spark-section h6 {
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  font-size: .8125rem;
  font-weight: 700;
  line-height: 1.5;
}

.spark-section p {
  border-radius: 12px;
}

.spark-section ul {
  margin-top: 2rem;
  margin-bottom: 3rem;
  padding-left: 14px;
}

.spark-section li {
  margin-bottom: .5rem;
}

.spark-section.spark-hero-background-image-with-centered-content {
  background-image: linear-gradient(rgba(239, 244, 255, .9), rgba(239, 244, 255, .9)), url('../images/image_1image.webp');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  align-items: center;
  min-height: 100vh;
  display: flex;
}

.spark-section.spark-shortened {
  padding-bottom: 64px;
}

.spark-section.spark-128px-margin-bottom {
  padding-bottom: 128px;
}

.spark-input {
  border: 1px solid var(--spark-library-border-default);
  background-color: var(--spark-library-white);
  border-radius: 8px;
  height: 48px;
  margin-bottom: 32px;
  padding: 8px 16px;
  font-size: 1rem;
}

.spark-input:focus {
  border-color: var(--spark-library-foreground-interactive);
}

.spark-input::placeholder {
  color: var(--spark-library-foreground-tertiary);
}

.spark-input.spark-with-a-inner-shadow {
  box-shadow: inset 0 0 0 1px var(--spark-library-border-default);
  width: 342px;
  max-width: 100%;
  margin-bottom: 0;
  transition: box-shadow .15s;
}

.spark-input.spark-with-a-inner-shadow:hover, .spark-input.spark-with-a-inner-shadow:focus {
  box-shadow: inset 0 0 0 1px var(--spark-library-foreground-interactive-hover);
}

.spark-field-label {
  text-align: left;
}

.spark-flexed-form {
  grid-column-gap: 16px;
  align-items: flex-end;
  display: flex;
}

.spark-centered-content {
  text-align: center;
}

.spark-line-4 {
  z-index: 1;
  background-color: var(--spark-library-black);
  width: 35px;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
}

.spark-line-4.spark-simple-line {
  background-color: var(--spark-library-foreground-interactive);
  border-radius: 3px;
  width: 24px;
  height: 3.3px;
  top: 28px;
}

.spark-line-5 {
  z-index: 2;
  background-color: var(--spark-library-black);
  width: 35px;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
}

.spark-line-5.spark-simple-line {
  background-color: var(--spark-library-foreground-interactive);
  border-radius: 3px;
  width: 24px;
  height: 3.3px;
  top: 18px;
}

.spark-square-menu-inner {
  background-color: #fff;
  border-radius: 20px;
  justify-content: space-between;
  align-items: center;
  max-width: 1440px;
  margin-left: auto;
  margin-right: 0;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-right: 0;
  display: flex;
}

.spark-square-menu-with-links {
  background-color: rgba(0, 0, 0, 0);
  width: 100%;
  padding-left: 64px;
  padding-right: 64px;
  position: absolute;
  top: 3%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.image {
  position: relative;
  left: 45px;
}

.spark-small-sub-paragraph {
  color: var(--spark-library-foreground-secondary);
  margin-bottom: 0;
  font-size: .8rem;
  line-height: 1.3;
}

.spark-bold-heading {
  margin-bottom: .5rem;
  font-weight: 600;
  line-height: 1;
  display: inline-block;
}

.spark-bold-heading.spark-card-title {
  font-size: 1.2rem;
}

.spark-bold-heading.spark-no-bottom-margin {
  margin-bottom: 0;
}

.spark-card-details {
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: flex-start;
  max-width: 590px;
  padding-bottom: 32px;
  padding-left: 8px;
  padding-right: 8px;
  display: flex;
}

.spark-square-image-card {
  object-fit: cover;
  border-radius: 12px;
  width: 100%;
  height: auto;
  display: block;
}

.spark-wrapped-card {
  grid-column-gap: 24px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.spark-wrapped-card.spark-stacked {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  transition: border-color .15s;
}

.spark-three-column-grid {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.spark-two-column-grid {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.spark-wider-simple-icon-tabs-content {
  width: 75%;
  display: block;
}

.spark-small-icon {
  flex: none;
  width: 24px;
  height: 24px;
  display: inline-block;
}

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

.spark-simple-side-icon-tab {
  background-color: var(--spark-library-background--interactive);
  color: var(--spark-library-black);
  border-radius: 12px;
  margin-bottom: 1rem;
  padding: 14px;
  transition: background-color .15s, color .15s;
  display: block;
}

.spark-simple-side-icon-tab:hover {
  border-bottom-color: var(--spark-library-light-steel-purple);
  background-color: var(--spark-library-background--interactive);
  opacity: 1;
  color: var(--spark-library-foreground-interactive);
}

.spark-simple-side-icon-tab.w--current {
  border-bottom-color: var(--spark-library-foreground-interactive);
  background-color: var(--spark-library-foreground-interactive);
  color: #fff;
}

.spark-simple-side-icon-tab.spark-with-arrow {
  box-shadow: inset 0 -3px 0 0 var(--spark-library-background--interactive);
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/arrow-right.svg');
  background-position: 120%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-bottom: 16px;
  padding-right: 42px;
  transition: background-position .15s, background-color .15s, color .15s;
}

.spark-simple-side-icon-tab.spark-with-arrow.w--current {
  background-color: var(--spark-library-background--interactive);
  color: var(--spark-library-foreground-interactive);
  background-image: url('../images/Right-Icon.svg');
  background-position: 95%;
  background-repeat: no-repeat;
  background-size: auto;
}

.spark-wide-simple-stacked-icon-tabs {
  float: left;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: center;
  width: 20%;
  margin-bottom: 0;
  margin-right: 5%;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 150px;
}

.spark-side-flat-tab-parent {
  width: 100%;
  display: block;
}

.spark-secondary-paragraph {
  color: var(--spark-library-foreground-secondary);
  margin-bottom: 64px;
}

.spark-centered-900 {
  text-align: center;
  width: 900px;
  max-width: 100%;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
}

.spark-social-icon-svg {
  width: 20px;
  height: 20px;
}

.spark-social-link {
  background-color: var(--spark-library-white);
  color: var(--spark-library-foreground-interactive);
  border-radius: 8px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  padding: 5px 8px;
  transition: color .15s, background-color .15s;
  display: flex;
}

.spark-social-link:hover {
  background-color: var(--spark-library-foreground-interactive);
  opacity: 1;
  color: var(--spark-library-white);
}

.spark-social-link.primary {
  background-color: var(--spark-library-background--interactive);
}

.spark-social-link.primary:hover {
  background-color: var(--spark-library-foreground-interactive);
  color: var(--spark-library-background--interactive);
}

.spark-social-link-row {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-end;
  display: flex;
}

.spark-footer-text {
  margin-bottom: 0;
}

.spark-foreground-secondary {
  color: var(--spark-library-foreground-secondary);
}

.spark-footer-bottom {
  background-color: var(--spark-library-background--interactive);
  padding: 1rem 64px;
}

.spark-footer-bottom.spark-top-border {
  border-top: 1px solid var(--spark-library-border-default);
  background-color: var(--spark-library-white);
}

.spark-flexed-row-of-links {
  grid-column-gap: 16px;
  align-items: center;
  display: flex;
}

.spark-flexed-row-of-links.spark-centered-row {
  justify-content: center;
}

.spark-brand {
  width: 132px;
  display: inline-block;
}

.spark-brand.spark-margin-bottom-32px {
  width: 132px;
  margin-bottom: 32px;
}

.spark-footer {
  width: 100%;
  height: 682px;
  position: relative;
}

.spark-button-text {
  flex: none;
  margin-bottom: 0;
  line-height: 1;
  display: inline-block;
  position: relative;
}

.spark-footer-link-with-icon {
  grid-column-gap: 12px;
  border: 1px solid var(--spark-library-foreground-interactive);
  background-color: var(--spark-library-foreground-interactive);
  color: var(--spark-library-white);
  border-radius: 8px;
  align-items: center;
  min-height: 48px;
  padding: 12px 16px;
  font-size: .9375rem;
  font-weight: 500;
  line-height: 1.4em;
  text-decoration: none;
  transition: color .15s, border-color .15s, background-color .15s, opacity .15s;
  display: flex;
}

.spark-footer-link-with-icon:hover {
  opacity: 1;
  color: var(--spark-library-foreground-interactive-hover);
}

.spark-footer-link-with-icon.spark-secondary-button {
  background-color: var(--spark-library-background--interactive);
  color: var(--spark-library-foreground-interactive);
  border-style: none;
  align-items: center;
  text-decoration: none;
}

.spark-footer-link-with-icon.spark-secondary-button:hover {
  background-color: var(--spark-library-light-steel-purple);
}

.spark-footer-column {
  grid-row-gap: 16px;
  flex-direction: column;
  display: flex;
}

.spark-max-width-416 {
  max-width: 416px;
}

.spark-footer-grid {
  grid-template-rows: auto;
  grid-template-columns: 2.25fr 1fr 1fr 1fr 1fr;
  margin-bottom: 6rem;
}

.combine-footer2_link {
  color: var(--combine-library-grey-200);
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-family: Open Sans, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
}

.combine-footer2_link:hover {
  color: var(--combine-library-white);
}

.combine-footer2_nav-menu {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.combine-footer2_bottom-text-link {
  color: var(--combine-library-primary-200);
  text-decoration: none;
}

.combine-footer2_bottom-text-link:hover {
  color: var(--combine-library-white);
}

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

.combine-footer2_bottom {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.combine-padding-section-small {
  justify-content: space-between;
  align-items: center;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

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

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

.combine-footer2_column {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

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

.combine-footer2_social-link {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  color: var(--combine-library-white);
  justify-content: center;
  align-items: center;
}

.combine-footer2_social-link:hover {
  color: var(--combine-library-primary-200);
}

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

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

.combine-footer2_logo {
  height: 100%;
  max-height: 2rem;
}

.combine-footer2_info {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 25rem;
  display: flex;
}

.combine-footer2_grid {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto;
  grid-template-columns: max-content auto auto auto;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: grid;
}

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

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

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

.combine-footer2_component {
  background-color: var(--combine-library-grey-800);
}

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

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

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

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

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

.lynx-paragraph-features {
  color: var(--lynx-grey);
  max-width: 294px;
  margin-bottom: 0;
  font-family: Varela, sans-serif;
  font-size: 16px;
  line-height: 165%;
}

.lynx-heading-features-small {
  color: var(--lynx-black);
  margin-top: 0;
  margin-bottom: 20px;
  font-family: PT Serif, serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 128%;
}

.lynx-icon-features-small {
  width: 28px;
  height: 28px;
  display: block;
}

.lynx-block-features-green {
  background-color: rgba(50, 183, 122, .1);
  border-radius: 25px;
  margin-bottom: 20px;
  padding: 22px;
  position: static;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.lynx-features-bg {
  background-color: var(--combine-library-warning-400);
  border-radius: 30px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 30px;
  display: flex;
  box-shadow: 0 10px 15px -10px rgba(31, 32, 34, .1);
}

.lynx-block-features-purple {
  background-color: rgba(137, 121, 236, .1);
  border-radius: 25px;
  margin-bottom: 20px;
  padding: 22px;
}

.lynx-block-features-pink {
  background-color: rgba(253, 75, 139, .1);
  border-radius: 25px;
  margin-bottom: 20px;
  padding: 22px;
  position: relative;
  left: 36%;
}

.lynx-grid-features {
  grid-column-gap: 26px;
  grid-row-gap: 26px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: start;
  width: 100%;
  margin-top: 14px;
}

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

.lynx-text-check {
  color: var(--lynx-grey);
  font-family: Varela, sans-serif;
  font-size: 18px;
  line-height: 140%;
}

.lynx-icon-check {
  width: 20px;
  height: 20px;
  margin-right: 12px;
}

.lynx-check {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 14px;
  display: flex;
}

.lynx-heading {
  color: var(--lynx-black);
  max-width: 740px;
  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-right {
  padding-left: 10%;
}

.lynx-image {
  object-fit: cover;
  border-radius: 30px;
  min-height: 500px;
  position: relative;
  top: -28px;
  box-shadow: 0 60px 60px -15px rgba(31, 32, 34, .1);
}

.lynx-icon-heading {
  color: var(--lynx-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: PT Serif, serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 132%;
}

.lynx-icon {
  width: 28px;
  height: 28px;
  margin-right: 15px;
}

.lynx-block-icon-heading {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 16px;
  display: flex;
}

.lynx-block-absolute {
  z-index: 50;
  background-color: var(--lynx-white);
  border-radius: 30px;
  padding: 30px 35px;
  position: absolute;
  top: auto;
  bottom: -4%;
  left: -4%;
  right: auto;
  box-shadow: 0 60px 60px -15px rgba(31, 32, 34, .1);
}

.lynx-block-image {
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  display: flex;
  position: relative;
}

.lynx-grid-image-left {
  grid-column-gap: 26px;
  grid-row-gap: 26px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.2fr;
  align-items: center;
  width: 100%;
}

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

.hero-intro {
  color: #111;
  text-align: center;
  background-color: #fff;
  border-radius: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 570px;
  margin-top: -81px;
  margin-left: -90px;
  padding: 30px 48px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.heading-2 {
  color: #24428c;
  margin-top: 10px;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-weight: 700;
}

.mouse-wheel-icon {
  background-color: #bbb;
  border-radius: 50%;
  width: 4px;
  height: 4px;
  margin-top: 6px;
}

.section {
  background-color: #f8f8f8;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 120px 24px;
  display: flex;
}

.section.hero-section {
  background-color: var(--spark-library-white);
  opacity: 1;
  outline-offset: 0px;
  background-image: url('../images/farmymas_banner-web.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  outline: 3px #333;
  width: 100%;
  height: 0%;
  padding: 0;
  display: block;
  position: relative;
}

.section.haze {
  background-color: #fff;
  padding-bottom: 100px;
}

.section.hero-section {
  opacity: 1;
  outline-offset: 0px;
  opacity: 1;
  outline-offset: 0px;
  background-color: #fff;
  background-image: url('../images/farmymas_banner-web.jpg');
  background-position: -10% 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  outline: 3px #333;
  height: 72vh;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 20px;
  position: relative;
}

.wrapper {
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  display: flex;
  position: relative;
}

.wrapper.text-white {
  overflow: hidden;
}

.scroll-mouse-link {
  z-index: 2;
  background-color: #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  margin-bottom: -32px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  box-shadow: 0 1px 2px rgba(0, 0, 0, .15);
}

.mouse-icon {
  border: 2px solid #bbb;
  border-radius: 12px;
  justify-content: center;
  align-items: flex-start;
  width: 20px;
  height: 30px;
  display: flex;
}

.title {
  color: #f08136;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 16px;
}

.spark-line-6 {
  z-index: 2;
  background-color: var(--spark-library-black);
  width: 35px;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 30px;
  left: 0;
  right: 0;
}

.spark-line-6.spark-simple-line {
  background-color: var(--spark-library-foreground-interactive);
  border-radius: 3px;
  width: 12.75px;
  height: 3.3px;
  margin-left: 18px;
  top: 38px;
}

.spark-line-7 {
  z-index: 1;
  background-color: var(--spark-library-black);
  width: 35px;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
}

.spark-line-7.spark-simple-line {
  background-color: var(--spark-library-foreground-interactive);
  border-radius: 3px;
  width: 24px;
  height: 3.3px;
  top: 28px;
}

.spark-line-8 {
  z-index: 2;
  background-color: var(--spark-library-black);
  width: 35px;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
}

.spark-line-8.spark-simple-line {
  background-color: var(--spark-library-foreground-interactive);
  border-radius: 3px;
  width: 24px;
  height: 3.3px;
  top: 18px;
}

.spark-simple-menu-button-2 {
  background-color: #fff;
  width: 60px;
  height: 60px;
  padding: 0 0 0 18px;
  overflow: hidden;
}

.spark-simple-menu-button-2.w--open {
  background-color: var(--spark-library-background--interactive);
  border-radius: 8px;
}

.spark-nav-link-2 {
  color: var(--spark-library-black);
  text-align: center;
  border-radius: 8px;
  margin-left: 8px;
  padding: 16px 24px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  transition: background-color .15s, color .15s, opacity .15s;
}

.spark-nav-link-2:hover {
  background-color: var(--spark-library-background--interactive);
  opacity: 1;
  color: var(--spark-library-foreground-interactive);
}

.spark-nav-link-2.w--current {
  color: var(--spark-library-foreground-interactive);
}

.spark-nav-link-2.spark-square-button {
  background-color: var(--spark-library-foreground-interactive);
  color: var(--spark-library-white);
  text-align: center;
  border-style: none;
  border-radius: 8px;
  margin-right: 0;
  padding: 16px 24px;
  font-size: 1rem;
  line-height: 1em;
  transition: color .15s, background-color .15s, opacity .15s;
}

.spark-nav-link-2.spark-square-button:hover {
  background-color: var(--spark-library-foreground-interactive-hover);
  opacity: 1;
}

.spark-nav-link-2.spark-with-mega-dropdown {
  grid-column-gap: 16px;
  padding-right: 16px;
  display: flex;
}

.spark-nav-link-2.spark-with-mega-dropdown.w--open {
  background-color: var(--spark-library-background--interactive);
  color: var(--spark-library-foreground-interactive);
  border-radius: 8px;
  transition: color .15s, background-color .15s, opacity .15s;
  position: static;
}

.spark-left-aligned-link {
  color: var(--spark-library-black);
  border-radius: 8px;
  margin-bottom: 0;
  padding: 12px;
  font-weight: 500;
  line-height: 1.3em;
  text-decoration: none;
  transition: background-color .15s, color .15s;
}

.spark-left-aligned-link:hover {
  background-color: var(--spark-library-background--interactive);
  opacity: 1;
  color: var(--spark-library-foreground-interactive);
}

.spark-bold-sub-heading {
  padding-left: 12px;
  padding-right: 12px;
  font-size: 1.2rem;
  font-weight: 600;
}

.spark-sub-nav-list {
  flex-direction: column;
  width: 200px;
  display: flex;
}

.spark-sub-nav-list.spark-half-split-nav-list {
  grid-row-gap: 8px;
  width: 50%;
}

.spark-mega-dropdown-card {
  grid-column-gap: 32px;
  grid-row-gap: 16px;
  background-color: var(--spark-library-white);
  border-radius: 8px;
  justify-content: space-between;
  width: 100%;
  padding: 32px;
  display: flex;
}

.spark-mega-dropdown-card.spark-left-aligned {
  justify-content: flex-start;
}

.spark-mega-dropdown-card.spark-left-aligned.spark-simple-shadow-tiny-on-dropdown {
  perspective-origin: 0 0;
  transform-origin: 0 0;
}

.spark-container-2 {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.spark-mega-dropdown-list.w--open {
  background-color: var(--spark-library-white);
  width: 100%;
  height: auto;
  position: absolute;
  top: 72px;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.spark-icon {
  width: 12px;
  display: inline-block;
}

.spark-mega-dropdown {
  position: static;
}

.spark-nav-menu-2 {
  align-items: center;
  display: flex;
}

.spark-brand-logo-2 {
  z-index: 2;
  padding-left: 0;
}

.spark-nav-bar-inner {
  justify-content: space-between;
  align-items: center;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
}

.spark-nav-bar {
  z-index: 9999;
  background-color: var(--spark-library-white);
  width: 100%;
  padding-left: 64px;
  padding-right: 64px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.navbar-logo-left-container {
  z-index: 5;
  background-color: rgba(0, 0, 0, 0);
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  width: 100%;
  max-width: 1140px;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

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

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

.nav-menu-two {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

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

.nav-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

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

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: rgba(26, 27, 31, .75);
}

.nav-dropdown-toggle:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

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

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

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

.nav-dropdown-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

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

.nav-divider {
  background-color: #e4ebf3;
  width: 1px;
  height: 22px;
  margin-left: 15px;
  margin-right: 15px;
}

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

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

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

.combine-menu-icon_line-bottom {
  background-color: var(--azul-farmymas);
  border-radius: 1rem;
  width: 1.25rem;
  height: .125rem;
}

.combine-menu-icon_line-middle {
  background-color: var(--combine-library-grey-800);
  border-radius: 1rem;
  width: 1.25rem;
  height: .125rem;
  margin-top: .25rem;
  margin-bottom: .25rem;
}

.combine-menu-icon_line-top {
  background-color: var(--combine-library-grey-800);
  border-radius: 1rem;
  width: 1.25rem;
  height: .125rem;
}

.combine-menu-icon {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.combine-nav4_menu-button {
  padding: .5rem;
}

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

.combine-button-small {
  background-color: var(--naranjo-farmymas);
  color: var(--combine-library-white);
  text-align: center;
  border-radius: .5rem;
  padding: .75rem 1.5rem;
  font-family: Lato, sans-serif;
  font-size: .875rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5;
  text-decoration: none;
  transition: background-color .25s;
}

.combine-button-small:hover {
  background-color: var(--azul-farmymas);
}

.combine-nav4_button-wrapper {
  grid-column-gap: 1rem;
  align-items: center;
  margin-left: 1.25rem;
  display: flex;
}

.combine-nav4_link {
  color: var(--combine-library-grey-800);
  padding: .5rem 1.25rem;
  font-family: Lato, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
  transition: color .25s;
}

.combine-nav4_link:hover {
  color: var(--naranjo-farmymas);
}

.combine-nav4_dropdown-column {
  min-width: 10rem;
}

.combine-nav4_dropdown-wrapper {
  grid-column-gap: 1rem;
  background-color: var(--combine-library-grey-050);
  align-items: center;
  display: flex;
}

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

.combine-nav4_dropdown-list.w--open {
  background-color: rgba(0, 0, 0, 0);
  position: static;
}

.combine-nav4_icon {
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 1.25rem;
}

.combine-nav4_dropdown-toggle {
  justify-content: flex-start;
  padding: .5rem 2.5rem .5rem 1.25rem;
  font-size: .875rem;
  transition: color .25s;
}

.combine-nav4_dropdown-toggle:hover {
  color: var(--naranjo-farmymas);
}

.combine-nav4_dropdown {
  color: var(--combine-library-grey-800);
  flex-direction: column;
  width: 100%;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.combine-nav4_menu {
  background-color: #fff;
  border: 1px #000;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding-top: .5rem;
  padding-bottom: 1rem;
  display: flex;
}

.combine-nav4_logo {
  height: 100%;
  max-height: 2rem;
}

.combine-nav4_logo-link.w--current {
  align-items: center;
  display: flex;
}

.combine-nav4_container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.combine-nav4_component {
  background-color: var(--spark-library-white);
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  box-shadow: 0 2px 11px rgba(0, 0, 0, .07);
}

.combine-nav4_component.mobile {
  display: none;
}

.hero-heading-right {
  background-color: var(--spark-library-white);
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

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

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

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

.combine-heading-style-h6 {
  color: #24428c;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.5;
}

.combine-section_feature8 {
  background-color: #fff;
}

.combine-padding-section-medium-2 {
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.combine-feature8_content {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 33rem;
  display: flex;
}

.text-span {
  color: #f08136;
  font-weight: 900;
}

.combine-feature8_number {
  color: #f08136;
  font-family: Lato, sans-serif;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.5;
}

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

.combine-heading-style-h2 {
  color: #24428c;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.35;
}

.combine-feature8_component {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.combine-feature8_item {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  align-items: flex-start;
  font-family: Lato, sans-serif;
  display: flex;
}

.combine-text-size-regular {
  color: #5f6570;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.combine-text-size-regular._2 {
  color: var(--spark-library-white);
  width: 85%;
  padding-top: 20px;
  font-size: 18px;
}

.combine-button-icon {
  color: #1f2c3d;
  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: #6157f8;
}

.footer-dark {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 15px;
  position: relative;
}

.footer-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-content {
  grid-column-gap: 70px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: auto auto 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.title-small {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.footer-link {
  color: #1a1b1f;
  margin-top: 12px;
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
}

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

.footer-social-block {
  justify-content: flex-start;
  align-items: center;
  margin-top: 12px;
  margin-left: -12px;
  display: flex;
}

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

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

.footer-copyright-center {
  text-align: center;
  font-size: 14px;
  line-height: 16px;
}

.spark-social-icon-svg-2 {
  color: var(--azul-farmymas);
  width: 20px;
  height: 20px;
}

.spark-social-link-2 {
  background-color: var(--spark-library-white);
  color: var(--spark-library-foreground-interactive);
  text-align: center;
  border-radius: 8px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  margin-left: 20px;
  padding: 5px 8px;
  transition: color .15s, background-color .15s;
  display: flex;
  position: relative;
  top: 28px;
}

.spark-social-link-2:hover {
  background-color: var(--naranjo-farmymas);
  opacity: 1;
  color: var(--spark-library-white);
}

.spark-social-link-row-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-end;
  display: flex;
}

.spark-footer-text-2 {
  margin-bottom: 0;
}

.spark-footer-text-2.spark-foreground-secondary {
  color: var(--spark-library-white);
  display: none;
}

.spark-foreground-secondary-2 {
  color: var(--spark-library-foreground-secondary);
}

.spark-flex-row-2 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.spark-flex-row-2.spark-24px-row-spacing {
  justify-content: center;
  margin-top: 23px;
}

.spark-container-3 {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.spark-container-3.spark-centered-content {
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 900px;
  display: flex;
}

.spark-footer-bottom-2 {
  background-color: var(--spark-library-background--interactive);
  padding: 1rem 64px;
}

.spark-footer-bottom-2.spark-top-border {
  border-top: 1px solid var(--spark-library-border-default);
  background-color: var(--naranjo-farmymas);
  display: none;
}

.spark-button-2 {
  border: 1px solid var(--spark-library-foreground-interactive);
  background-color: var(--spark-library-foreground-interactive);
  color: var(--spark-library-white);
  border-radius: 8px;
  flex: none;
  padding: 16px;
  font-size: .9375rem;
  font-weight: 500;
  line-height: 1em;
  text-decoration: none;
  transition: border-color .15s, background-color .15s, opacity .15s;
}

.spark-button-2:hover {
  border-color: var(--spark-library-foreground-interactive-hover);
  background-color: var(--spark-library-foreground-interactive-hover);
  opacity: 1;
}

.spark-button-2.spark-light-button {
  border-color: var(--azul-farmymas);
  color: var(--spark-library-white);
  background-color: rgba(0, 0, 0, 0);
  min-height: 0;
  padding: 16px 24px;
  font-family: Lato, sans-serif;
  line-height: 1em;
  transition: color .15s, border-color .15s, background-color .15s, opacity .15s;
}

.spark-button-2.spark-light-button:hover {
  background-color: var(--azul-farmymas);
  color: var(--naranjo-farmymas);
}

.spark-flexed-row-of-links-2 {
  grid-column-gap: 16px;
  align-items: center;
  display: flex;
}

.spark-flexed-row-of-links-2.spark-centered-row {
  justify-content: center;
}

.spark-brand-2 {
  width: 132px;
  display: inline-block;
}

.spark-brand-2.spark-margin-bottom-32px {
  width: 132px;
  margin-bottom: 32px;
}

.spark-centered-content-2 {
  text-align: center;
}

.spark-section-2 {
  width: 100%;
  padding: 176px 64px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  position: relative;
}

.spark-section-2.spark-shortened {
  background-color: var(--azul-farmymas);
  padding-top: 100px;
  padding-bottom: 64px;
}

.spark-section-2 h5 {
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.3;
}

.spark-section-2 h4 {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.4;
}

.spark-section-2 h1 {
  margin-bottom: 1rem;
  font-size: 4rem;
  font-weight: 600;
  line-height: 1.1;
}

.spark-section-2 h2 {
  margin-top: 1rem;
  margin-bottom: 2rem;
  font-size: 3.5rem;
  font-weight: 600;
  line-height: 1.2;
}

.spark-section-2 h3 {
  margin-top: 2.5rem;
  margin-bottom: 1rem;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.3;
}

.spark-section-2 h6 {
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  font-size: .8125rem;
  font-weight: 700;
  line-height: 1.5;
}

.spark-section-2 ul {
  margin-top: 2rem;
  margin-bottom: 3rem;
  padding-left: 14px;
}

.spark-section-2 li {
  margin-bottom: .5rem;
}

.spark-footer-2 {
  width: 100%;
  position: relative;
}

.spark-footer-2.mobile {
  display: none;
}

.hero-heading-left {
  background-color: var(--spark-library-white);
  border-bottom: 1px solid #e4ebf3;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 40px 30px;
  display: flex;
  position: relative;
}

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

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

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

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

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

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

.map {
  width: 1171px;
  height: 400px;
  margin-top: 40px;
  margin-left: 0;
  padding-top: 0;
  padding-left: 0;
}

.text-block {
  font-family: Lato, sans-serif;
  font-size: 1rem;
}

.html-embed {
  margin-top: 71px;
  padding-top: 0;
}

.html-embed.tablet, .html-embed.invertido, .html-embed.telefono {
  display: none;
}

.div-block {
  position: absolute;
  top: -153.5px;
  left: -167.5px;
}

.image-2 {
  position: relative;
  top: 40px;
  left: 51px;
}

.italic-text {
  font-style: normal;
}

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

.html-embed-2 {
  text-align: center;
  padding-bottom: 74px;
}

.html-embed-3 {
  display: none;
}

.footer-light {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px 40px;
  position: relative;
}

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

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

.footer-block-two {
  color: var(--spark-library-white);
  flex-direction: column;
  flex: none;
  justify-content: flex-start;
  align-self: center;
  align-items: flex-start;
  font-family: Lato, sans-serif;
  display: flex;
}

.footer-title {
  font-size: 18px;
  font-weight: 700;
  line-height: 32px;
}

.footer-link-two {
  color: var(--spark-library-white);
  margin-top: 20px;
  text-decoration: none;
}

.footer-link-two:hover {
  color: var(--naranjo-farmymas);
}

.footer-form {
  width: 315px;
  max-width: 100%;
  margin-bottom: 0;
}

.footer-form-block {
  justify-content: center;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.footer-form-field {
  border: 1px solid #a6b1bf;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  height: 48px;
  margin-bottom: 0;
  padding: 12px 16px;
  font-size: 14px;
  line-height: 22px;
  transition: all .2s;
}

.footer-form-field:hover, .footer-form-field:focus {
  border-color: #76879d;
}

.footer-form-field::placeholder {
  color: rgba(26, 27, 31, .8);
  font-size: 14px;
  line-height: 22px;
}

.footer-form-submit {
  background-color: #1a1b1f;
  background-image: url('../images/');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  width: 50px;
  height: 48px;
  transition: all .2s;
}

.footer-form-submit:hover {
  background-color: #3a4554;
}

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

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

.footer-copyright {
  color: var(--spark-library-white);
  text-align: left;
  align-self: flex-start;
  padding-top: 23px;
  font-family: Lato, sans-serif;
  display: flex;
}

.footer-social-block-two {
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-left: -12px;
  display: flex;
}

.footer-social-link-2 {
  margin-left: 12px;
}

.cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.cell-5 {
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
}

.combine-gallery1_image {
  object-fit: cover;
  border-radius: 20px;
  width: auto;
  height: auto;
}

.combine-gallery1_image-wrapper {
  border-radius: .75rem;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 17rem;
  display: flex;
  overflow: hidden;
}

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

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

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

.combine-text-size-regular-2 {
  color: var(--lynx-white);
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.combine-text-size-regular-2._1 {
  color: var(--azul-farmymas);
}

.combine-text-size-regular-2._1._2 {
  color: var(--lynx-white);
  text-transform: uppercase;
  width: 80%;
  margin-top: 20px;
  font-size: 10px;
  font-style: italic;
  font-weight: 700;
  line-height: 15px;
}

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

.combine-heading-style-h2-2 {
  color: var(--lynx-white);
  margin-top: 0;
  margin-bottom: -1.2rem;
  padding-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.35;
}

.combine-heading-style-h2-2._1 {
  color: var(--azul-farmymas);
}

.combine-text-align-center {
  text-align: center;
  padding-bottom: 40px;
}

.combine-text-align-center._1 {
  padding-bottom: 0;
}

.combine-text-align-center._1._2 {
  padding-bottom: 40px;
}

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

.combine-padding-section-medium-3 {
  background-color: var(--lynx-white);
  padding-top: 80px;
  padding-bottom: 60px;
}

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

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

.text-span-2 {
  color: var(--lynx-white);
  font-weight: 900;
}

.text-span-2._1 {
  color: var(--naranjo-farmymas);
}

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

.uui-heading-large {
  color: var(--lynx-white);
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 60px;
  font-family: Lato, sans-serif;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 1.35;
}

.uui-header07_component {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.uui-padding-vertical-xhuge {
  padding-top: 80px;
  padding-bottom: 80px;
}

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

.uui-page-padding {
  background-color: var(--naranjo-farmymas);
  padding-bottom: 0;
  padding-left: 2rem;
  padding-right: 2rem;
}

.uui-page-padding._2 {
  background-color: var(--naranjo-farmymas);
}

.text-span-3 {
  font-weight: 700;
}

.text-span-4 {
  color: var(--azul-farmymas);
  font-weight: 700;
}

.text-span-4._2 {
  color: #0f255a;
}

.image-5 {
  width: 50px;
}

.slider {
  width: 100%;
  height: 100%;
}

.slider.web {
  width: 100%;
  height: 750px;
}

.slider.mobile {
  display: none;
}

.slide-nav {
  margin-bottom: 40px;
}

.slide {
  background-image: url('../images/farmymas_banner2-web.webp');
  background-position: 0 0;
  background-size: cover;
}

.slide-2 {
  background-image: url('../images/farmymas_banner1-web.webp');
  background-position: 0 0;
  background-size: cover;
}

.uui-testimonial05_slide-nav {
  height: 1.75rem;
  font-size: .5rem;
}

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

.uui-testimonial05_arrow {
  border: 1px solid var(--untitled-ui--gray200);
  color: var(--untitled-ui--gray500);
  background-color: #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3.5rem;
  height: 3.5rem;
  transition: all .3s;
  display: flex;
}

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

.uui-testimonial05_arrow.hide-mobile-landscape {
  color: var(--untitled-ui--gray500);
}

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

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

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

.uui-testimonial05_client-image-wrapper {
  margin-top: 2rem;
  margin-bottom: 1rem;
}

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

.uui-heading-medium.text-weight-medium {
  font-weight: 500;
}

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

.uui-testimonial05_logo-wrapper {
  margin-bottom: 2rem;
}

.uui-testimonial05_content {
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 64rem;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.uui-testimonial05_slide {
  padding-left: 4rem;
  padding-right: 4rem;
}

.uui-testimonial05_component {
  background-color: rgba(0, 0, 0, 0);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-bottom: 4rem;
}

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

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

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

.testimonial-slider-large {
  background-color: var(--naranjo-farmymas);
  border-bottom: 0 solid #e4ebf3;
  padding: 80px 30px;
  display: block;
  position: relative;
}

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

.testimonial-slider-two {
  background-color: rgba(0, 0, 0, 0);
  height: auto;
}

.testimonial-slide {
  background-color: #fff;
  border-radius: 40px;
  justify-content: space-between;
  align-items: center;
  padding: 60px 40px 60px 64px;
  display: flex;
}

.testimonial-slide._1 {
  height: 614px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.testimonial-slide._2 {
  height: 614px;
  padding-top: 70px;
  padding-bottom: 70px;
}

.testimonial-slide._3 {
  height: 614px;
  padding-top: 82px;
  padding-bottom: 82px;
}

.testimonial-content {
  flex-direction: column;
  align-items: flex-start;
  max-width: 460px;
  margin-right: 40px;
  display: flex;
}

.testimonial-quote-icon {
  color: var(--naranjo-farmymas);
  margin-bottom: 24px;
}

.testimonial-quote {
  color: var(--azul-farmymas);
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 40px;
}

.testimonial-info-two {
  align-items: center;
  display: flex;
}

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

.testimonial-author-name {
  font-weight: 700;
}

.testimonial-image-two {
  object-fit: cover;
  border-radius: 40px;
  width: 350px;
  height: 400px;
}

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

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

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

.paragraph {
  color: #5f6570;
  font-family: Lato, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.paragraph._2 {
  font-size: 13px;
}

.text-span-5 {
  color: var(--naranjo-farmymas);
}

.text-block-2 {
  color: var(--naranjo-farmymas);
  padding-bottom: 20px;
  font-family: Lato, sans-serif;
  font-style: italic;
  font-weight: 400;
}

.text-span-6 {
  font-weight: 700;
}

.lynx-paragraph-process {
  color: var(--lynx-grey);
  max-width: 294px;
  margin-bottom: 0;
  font-family: Varela, sans-serif;
  font-size: 16px;
  line-height: 165%;
}

.lynx-heading-process {
  color: var(--lynx-black);
  margin-top: 0;
  margin-bottom: 20px;
  font-family: PT Serif, serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 128%;
}

.lynx-process-number {
  color: var(--lynx-white);
  font-family: PT Serif, serif;
  font-size: 30px;
  font-style: italic;
  line-height: 110%;
}

.lynx-block-process-green {
  background-color: var(--lynx--medium-sea-green);
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  margin-bottom: 36px;
  display: flex;
  box-shadow: 0 0 0 15px rgba(50, 183, 122, .1);
}

.lynx-process {
  text-align: center;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.lynx-block-process-purple {
  background-color: var(--lynx--medium-purple);
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  margin-bottom: 36px;
  display: flex;
  box-shadow: 0 0 0 15px rgba(137, 121, 236, .1);
}

.lynx-block-process-pink {
  background-color: var(--lynx--deep-pink);
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  margin-bottom: 36px;
  display: flex;
  box-shadow: 0 0 0 15px rgba(253, 75, 139, .1);
}

.lynx-grid-process {
  grid-column-gap: 26px;
  grid-row-gap: 26px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: start;
  width: 100%;
  margin-top: 14px;
}

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

.lynx-subtitle-2 {
  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;
  display: flex;
}

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

.text-block-3 {
  color: var(--azul-farmymas);
  padding-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.consejos2, .text-span-7 {
  color: var(--naranjo-farmymas);
}

.slide-3 {
  width: 940px;
  height: 570px;
}

.slide-4, .slide-5 {
  width: 940px;
  height: 614px;
}

.div-block-3 {
  position: absolute;
  top: -153.5px;
  left: -167.5px;
}

.image-6 {
  position: relative;
  top: 40px;
  left: 51px;
}

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

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

.pricing-wrapper-two {
  flex-direction: column;
  margin-bottom: -40px;
  display: flex;
}

.pricing-card-two {
  background-color: #f5f7fa;
  justify-content: space-between;
  margin-bottom: 40px;
  padding: 40px 32px;
  display: flex;
}

.pricing-image-two {
  max-width: 30%;
  margin-right: 40px;
}

.pricing-content {
  background-color: #fff;
  flex-direction: column;
  flex: 1;
  padding: 16px;
  display: flex;
}

.tagline {
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 16px;
}

.pricing-info {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.pricing-divider-two {
  background-color: #e4ebf3;
  height: 1px;
  margin: 9px -16px 16px;
}

.pricing-details {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.pricing-block {
  margin-bottom: -10px;
}

.pricing-details-text {
  margin-bottom: 8px;
}

.brix---bg-image-full-width {
  z-index: -1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.brix---cta-v17-half-image-right {
  z-index: 0;
  width: 46%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.brix---btn-secondary-white {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  color: var(--elements-webflow-library--neutral--100);
  text-align: center;
  transform-style: preserve-3d;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 48px;
  padding: 26px 38px;
  font-size: 18px;
  line-height: 20px;
  transition: border-color .3s, transform .3s, background-color .3s, color .3s;
  box-shadow: 0 4px 10px rgba(20, 20, 43, .04);
}

.brix---btn-secondary-white:hover {
  border-color: var(--elements-webflow-library--neutral--100);
  background-color: var(--elements-webflow-library--neutral--100);
  color: var(--elements-webflow-library--neutral--800);
  transform: translate3d(0, -3px, .01px);
}

.brix---btn-primary-white {
  background-color: var(--elements-webflow-library--neutral--100);
  color: var(--elements-webflow-library--accent--primary-1);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  justify-content: center;
  padding: 26px 38px;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.brix---btn-primary-white:hover {
  background-color: var(--elements-webflow-library--secondary--color-2);
  color: var(--elements-webflow-library--accent--primary-1);
  transform: translate3d(0, -3px, .01px);
}

.brix---button-row-left {
  margin-right: 24px;
}

.brix---buttons-row {
  align-items: center;
  display: flex;
}

.brix---heading-h2-size {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 50px;
  font-weight: 400;
  line-height: 60px;
}

.brix---color-neutral-100 {
  color: var(--elements-webflow-library--neutral--100);
}

.brix---mg-bottom-32px {
  margin-bottom: 32px;
}

.brix---grid-cta-v16 {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .8fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.brix---cta-v4-floating-item-01 {
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.brix---cta-v17-card {
  background-color: var(--azul-farmymas);
  border-radius: 0;
  align-items: center;
  min-height: 510px;
  padding: 100px 60px 100px 100px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.brix---container-default {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

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

.text-span-8 {
  color: var(--naranjo-farmymas);
  font-weight: 700;
}

.text-span-9 {
  font-size: 20px;
  font-style: italic;
  font-weight: 700;
}

.text-span-10 {
  font-size: 18px;
  font-style: italic;
}

.text-span-11 {
  text-transform: uppercase;
  font-size: 10px;
  font-style: italic;
  line-height: 0;
}

.text-block-4 {
  width: 100%;
}

.text-block-4._2 {
  color: var(--spark-library-white);
  width: auto;
  font-family: Lato, sans-serif;
  font-size: 17px;
  line-height: 30px;
}

.container-7 {
  background-color: #1ea4aa;
  border-radius: 20px;
  width: 70%;
  max-width: none;
  margin-top: 20px;
  margin-left: 0;
  margin-right: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
}

.text-span-12 {
  font-style: italic;
  font-weight: 700;
}

.image-7 {
  max-width: 35%;
  margin-bottom: 20px;
}

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

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

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.brix---btn-primary-small {
  background-color: var(--naranjo-farmymas);
  color: var(--elements-webflow-library--neutral--100);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 11px;
  justify-content: center;
  padding: 18px 24px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.brix---btn-primary-small:hover {
  background-color: var(--naranjo-farmymas);
  color: var(--elements-webflow-library--neutral--100);
  transform: translate3d(0, -3px, .01px);
}

.brix---btn-primary-small._1 {
  background-color: var(--azul-farmymas);
}

.brix---btn-header-hidden-on-mbl {
  margin-left: 24px;
}

.brix---btn-header-hidden-on-mbl._1 {
  margin-left: 0;
}

.brix---link-text {
  transition: color .3s;
  display: inline-block;
}

.brix---link-icon-left {
  margin-right: 6px;
}

.brix---link-wrapper {
  color: var(--elements-webflow-library--neutral--800);
  align-items: center;
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
  transition: color .3s;
  display: flex;
}

.brix---link-wrapper:hover {
  color: var(--elements-webflow-library--accent--primary-1);
}

.brix---hamburger-menu-bar-bottom, .brix---hamburger-menu-bar-top {
  background-color: var(--elements-webflow-library--neutral--800);
  border-radius: 20px;
  width: 52px;
  height: 4px;
  margin-top: 12px;
  margin-bottom: 12px;
}

.brix---hamburger-menu-wrapper {
  padding: 0;
  transition: transform .3s;
}

.brix---hamburger-menu-wrapper:hover {
  transform: scale(.96);
}

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

.brix---header-right-col {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.brix---header-nav-list-item-show-in-mbl {
  margin-bottom: 0;
  padding-left: 32px;
  display: none;
}

.brix---header-nav-link {
  color: var(--elements-webflow-library--neutral--800);
  padding: 0;
  font-size: 18px;
  line-height: 20px;
  transition: color .3s;
}

.brix---header-nav-link:hover {
  color: var(--elements-webflow-library--accent--primary-1);
}

.brix---header-nav-list-item-left {
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 32px;
}

.brix---dropdown-link {
  color: var(--elements-webflow-library--neutral--600);
  align-items: center;
  width: 100%;
  padding: 0;
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
  transition: color .3s;
  display: flex;
}

.brix---dropdown-link:hover {
  color: var(--elements-webflow-library--accent--primary-1);
}

.brix---dropdown-links-grid {
  grid-column-gap: 0px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.brix---dropdown-pd {
  padding: 40px;
}

.brix---dropdown-card {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  box-shadow: 0 2px 12px 0 var(--elements-webflow-library--general--shadow-02);
  border-radius: 20px;
  min-width: 280px;
  top: 32px;
  overflow: hidden;
}

.brix---dropdown-column-wrapper {
  background-color: rgba(0, 0, 0, 0);
  padding-top: 32px;
  transform: translate(0);
}

.brix---dropdown-column-wrapper.w--open {
  transform: translate(-50%);
}

.brix---dropdown-chevron {
  width: 14px;
  margin-left: 6px;
}

.brix---dropdown-toggle {
  color: var(--elements-webflow-library--neutral--800);
  align-items: center;
  padding: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 18px;
  line-height: 20px;
  transition: color .3s;
  display: flex;
}

.brix---dropdown-toggle:hover {
  color: var(--elements-webflow-library--accent--primary-1);
}

.brix---header-nav-menu-list {
  z-index: 1;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.brix---header-logo {
  max-width: 250px;
}

.brix---header-logo-link-left {
  transform-style: preserve-3d;
  padding-left: 0;
  padding-right: 40px;
  transition: transform .3s, color .3s;
}

.brix---header-logo-link-left:hover {
  transform: scale3d(.96, .96, 1.01);
}

.brix---header-left-col {
  align-items: center;
  display: flex;
}

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

.brix---container-default-2 {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---header-wrapper {
  background-color: var(--elements-webflow-library--neutral--100);
  padding-top: 32px;
  padding-bottom: 32px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
}

.div-block-5 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 40px;
  padding-left: 220px;
  padding-right: 220px;
  display: grid;
}

.image-8 {
  border-radius: 40px;
  width: auto;
  max-width: none;
  height: 400px;
  margin-bottom: 0;
  margin-right: 0;
}

@media screen and (min-width: 1920px) {
  .section.hero-section {
    background-image: url('../images/farmymas_banner-web.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    width: 100%;
    height: 72vh;
  }

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

  .combine-text-size-regular._2._3 {
    font-size: 20px;
  }

  .slider.web {
    width: 100%;
    height: 850px;
  }

  .slide, .slide-2 {
    background-size: cover;
  }
}

@media screen and (max-width: 991px) {
  .spark-hero-section-image {
    width: 100%;
    max-width: 100%;
  }

  .spark-flex-row.spark-5-spacing {
    grid-row-gap: 2rem;
    flex-direction: column-reverse;
    align-items: flex-start;
  }

  .spark-hero-section-left-side {
    width: 100%;
  }

  .spark-line-3.spark-simple-line {
    background-color: var(--spark-library-foreground-interactive);
    border-radius: 3px;
    width: 12.75px;
    height: 3.33px;
    margin-left: 0;
    left: 18px;
  }

  .spark-line-2.spark-simple-line {
    background-color: var(--spark-library-foreground-interactive);
    border-radius: 3px;
    width: 24px;
    height: 3.33px;
  }

  .spark-line-1.spark-simple-line {
    background-color: var(--spark-library-foreground-interactive);
    border-radius: 2px;
    width: 24px;
    height: 3.33px;
  }

  .spark-simple-menu-button {
    background-color: rgba(0, 0, 0, 0);
    padding-left: 18px;
  }

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

  .spark-nav-link {
    text-align: left;
    margin-bottom: 1rem;
    margin-left: 0;
  }

  .spark-nav-link.spark-button {
    text-align: center;
    margin-bottom: 0;
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .spark-nav-menu {
    z-index: 99;
    background-color: var(--spark-library-white);
    border-bottom-right-radius: 42px;
    border-bottom-left-radius: 42px;
    margin-top: 0;
    padding: 2rem 1rem 1rem;
  }

  .spark-nav-menu.spark-rounded-corners {
    border-radius: 40px;
    margin-top: 1rem;
    box-shadow: 0 0 8px rgba(0, 0, 0, .17);
  }

  .spark-rounded-edge-nav-bar-inner {
    padding: 0;
  }

  .spark-rounded-edge-navbar {
    padding-left: 32px;
    padding-right: 32px;
  }

  .spark-section {
    padding-top: 104px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .spark-section.spark-128px-margin-bottom {
    padding-bottom: 64px;
  }

  .spark-line-4.spark-simple-line {
    background-color: var(--spark-library-foreground-interactive);
    border-radius: 3px;
    width: 24px;
    height: 3.33px;
  }

  .spark-line-5.spark-simple-line {
    background-color: var(--spark-library-foreground-interactive);
    border-radius: 2px;
    width: 24px;
    height: 3.33px;
  }

  .spark-square-menu-inner {
    padding: 0;
  }

  .spark-square-menu-with-links {
    padding-left: 32px;
    padding-right: 32px;
  }

  .spark-wrapped-card {
    width: 45%;
  }

  .spark-three-column-grid, .spark-two-column-grid {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: wrap;
    justify-content: space-between;
    display: flex;
  }

  .spark-wider-simple-icon-tabs-content {
    width: 65%;
  }

  .spark-wide-simple-stacked-icon-tabs {
    width: 30%;
    margin-bottom: 64px;
    margin-right: 5%;
  }

  .spark-footer-bottom {
    padding-left: 32px;
    padding-right: 32px;
  }

  .spark-flexed-row-of-links.spark-centered-row {
    flex-wrap: wrap;
  }

  .spark-footer-column {
    align-items: flex-start;
    min-width: 180px;
  }

  .spark-footer-grid {
    grid-row-gap: 64px;
    grid-template-columns: 2.25fr;
  }

  .combine-footer2_nav-menu {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .combine-footer2_bottom {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .combine-footer2_grid {
    grid-template-columns: auto auto auto;
  }

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

  .container {
    max-width: 728px;
  }

  .lynx-heading-features-small {
    font-size: 19px;
  }

  .lynx-grid-features {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

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

  .lynx-icon-heading {
    font-size: 19px;
  }

  .lynx-grid-image-left {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .hero-intro {
    max-width: 480px;
    margin-top: 91px;
    margin-left: 58px;
    padding: 40px;
  }

  .section {
    padding: 88px 8px;
  }

  .section.hero-section {
    background-position: 50% 16%;
    height: auto;
    padding: 184px 16px;
  }

  .scroll-mouse-link {
    padding-bottom: 24px;
    display: none;
  }

  .spark-line-6.spark-simple-line {
    background-color: var(--spark-library-foreground-interactive);
    border-radius: 3px;
    width: 12.75px;
    height: 3.33px;
    margin-left: 0;
    left: 18px;
  }

  .spark-line-7.spark-simple-line {
    background-color: var(--spark-library-foreground-interactive);
    border-radius: 3px;
    width: 24px;
    height: 3.33px;
  }

  .spark-line-8.spark-simple-line {
    background-color: var(--spark-library-foreground-interactive);
    border-radius: 2px;
    width: 24px;
    height: 3.33px;
  }

  .spark-simple-menu-button-2 {
    background-color: rgba(0, 0, 0, 0);
    padding-left: 18px;
  }

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

  .spark-nav-link-2 {
    text-align: left;
    margin-bottom: 1rem;
    margin-left: 0;
  }

  .spark-nav-link-2.spark-square-button {
    text-align: center;
    margin-bottom: 0;
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .spark-sub-nav-list {
    width: 100%;
  }

  .spark-mega-dropdown-card {
    z-index: 1;
    grid-column-gap: 32px;
    flex-wrap: wrap;
    padding-left: 16px;
    padding-right: 16px;
    position: relative;
  }

  .spark-mega-dropdown-card.spark-left-aligned {
    flex-wrap: nowrap;
  }

  .spark-mega-dropdown-card.spark-left-aligned.spark-simple-shadow-tiny-on-dropdown {
    box-shadow: none;
    padding-left: 20px;
    padding-right: 20px;
  }

  .spark-mega-dropdown-list.w--open {
    z-index: 10;
    box-shadow: none;
    position: relative;
    top: 0;
  }

  .spark-mega-dropdown {
    width: 100%;
    position: relative;
  }

  .spark-nav-menu-2 {
    z-index: 99;
    background-color: var(--spark-library-white);
    border-bottom-right-radius: 42px;
    border-bottom-left-radius: 42px;
    margin-top: 0;
    padding: 2rem 1rem 1rem;
  }

  .spark-nav-bar-inner, .spark-nav-bar {
    padding-left: 32px;
    padding-right: 32px;
  }

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

  .nav-menu-wrapper {
    background-color: rgba(0, 0, 0, 0);
  }

  .nav-menu-two {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .menu-button {
    padding: 12px;
  }

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

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

  .combine-nav4_button-wrapper {
    margin-left: 2.5rem;
  }

  .combine-nav4_link {
    width: 100%;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .combine-nav4_dropdown-list.w--open {
    justify-content: center;
    align-items: center;
    padding-bottom: .5rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .combine-nav4_dropdown-toggle {
    padding-left: 2.5rem;
  }

  .combine-nav4_dropdown {
    width: 100%;
  }

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

  .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-heading-style-h2 {
    font-size: 2.5rem;
  }

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

  .footer-content {
    grid-column-gap: 60px;
  }

  .spark-footer-bottom-2 {
    padding-left: 32px;
    padding-right: 32px;
  }

  .spark-flexed-row-of-links-2.spark-centered-row {
    flex-wrap: wrap;
  }

  .spark-section-2 {
    padding-top: 104px;
    padding-left: 32px;
    padding-right: 32px;
  }

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

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

  .html-embed.compu {
    display: none;
  }

  .html-embed.tablet {
    display: block;
  }

  .div-block {
    top: 12.5px;
    left: 21.5px;
  }

  .image-2 {
    top: 46px;
    left: 10px;
  }

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

  .footer-wrapper-two {
    flex-wrap: wrap;
  }

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

  .footer-form-container {
    max-width: 350px;
  }

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

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

  .uui-heading-large {
    font-size: 2.75rem;
  }

  .uui-header07_component {
    grid-column-gap: 3rem;
    grid-row-gap: 2rem;
  }

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

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

  .testimonial-slide {
    padding-left: 32px;
  }

  .testimonial-quote {
    overflow: visible;
  }

  .lynx-heading-process {
    font-size: 22px;
  }

  .lynx-grid-process {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

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

  .div-block-3 {
    top: 12.5px;
    left: 21.5px;
  }

  .image-6 {
    top: 46px;
    left: 10px;
  }

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

  .pricing-card-two {
    align-items: center;
    padding: 24px;
  }

  .pricing-image-two {
    margin-right: 20px;
  }

  .brix---cta-v17-half-image-right {
    width: 100%;
    height: 52%;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .brix---btn-primary-white {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .brix---heading-h2-size {
    font-size: 30px;
    line-height: 46px;
  }

  .brix---mg-bottom-32px {
    margin-bottom: 24px;
  }

  .brix---grid-cta-v16 {
    grid-template-columns: 1fr;
  }

  .brix---cta-v17-card {
    align-items: flex-start;
    min-height: 600px;
    padding: 60px 54px 228px;
  }

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

  .brix---hamburger-menu-bar-bottom {
    width: 44px;
    height: 3px;
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .brix---hamburger-menu-bar-top {
    width: 44px;
    height: 3px;
  }

  .brix---hamburger-menu-wrapper {
    order: -1;
    transition: transform .3s;
  }

  .brix---hamburger-menu-wrapper:hover {
    transform: scale(.96);
  }

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

  .brix---header-nav-list-item-show-in-mbl, .brix---header-nav-list-item-left {
    margin-bottom: 16px;
    padding-left: 0;
  }

  .brix---dropdown-pd {
    padding: 20px 0 14px;
  }

  .brix---dropdown-card {
    box-shadow: none;
    background-color: rgba(0, 0, 0, 0);
    border-width: 0;
    border-radius: 0;
    min-width: auto;
  }

  .brix---dropdown-card.w--open {
    position: static;
  }

  .brix---dropdown-column-wrapper {
    padding-top: 0;
    position: static;
  }

  .brix---dropdown-column-wrapper.w--open {
    transform: none;
  }

  .brix---header-nav-menu-list {
    flex-direction: column;
    align-items: flex-start;
  }

  .brix---header-menu-wrapper {
    border-top: 1px solid var(--elements-webflow-library--neutral--300);
    border-bottom: 1px solid var(--elements-webflow-library--neutral--300);
    background-color: var(--elements-webflow-library--neutral--100);
    padding: 24px;
  }

  .brix---header-logo {
    max-width: 232px;
  }

  .brix---header-wrapper {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}

@media screen and (max-width: 767px) {
  .spark-hero-section-image {
    width: 100%;
    max-width: 100%;
  }

  .spark-flex-row {
    flex-direction: column;
  }

  .spark-flex-row.spark-left-aligned {
    flex-direction: row;
    align-items: flex-start;
  }

  .spark-flex-row.spark-5-spacing {
    grid-row-gap: 24px;
    flex-direction: column-reverse;
  }

  .spark-flex-row.spark-24px-row-spacing {
    grid-row-gap: 24px;
  }

  .spark-hero-sub-paragraph {
    margin-bottom: 32px;
  }

  .spark-hero-section-left-side, .spark-container {
    width: 100%;
  }

  .spark-nav-link {
    padding-left: 20px;
    padding-right: 20px;
  }

  .spark-nav-menu {
    max-height: 90vh;
    overflow: scroll;
  }

  .spark-rounded-edge-nav-bar-inner {
    padding-left: 0;
    padding-right: 0;
  }

  .spark-rounded-edge-navbar {
    width: 98%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .spark-section {
    padding-top: 88px;
    padding-bottom: 88px;
  }

  .spark-section.spark-light-background {
    padding-top: 128px;
  }

  .spark-input.spark-with-a-inner-shadow {
    width: 240px;
  }

  .spark-square-menu-inner {
    padding-left: 0;
    padding-right: 0;
  }

  .spark-square-menu-with-links {
    padding-left: 20px;
    padding-right: 20px;
  }

  .spark-small-sub-paragraph {
    line-height: 1.3;
  }

  .spark-wrapped-card {
    width: 100%;
  }

  .spark-wrapped-card.spark-stacked {
    grid-row-gap: 16px;
    width: 100%;
  }

  .spark-three-column-grid, .spark-two-column-grid {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .spark-wider-simple-icon-tabs-content {
    width: 100%;
  }

  .spark-simple-side-icon-tab {
    flex: none;
    margin-bottom: 1rem;
    padding-left: 32px;
    padding-right: 32px;
  }

  .spark-simple-side-icon-tab.spark-with-arrow {
    padding-left: 14px;
  }

  .spark-wide-simple-stacked-icon-tabs {
    z-index: 10;
    grid-column-gap: 16px;
    background-color: var(--spark-library-white);
    flex-direction: row;
    justify-content: flex-start;
    width: 100vw;
    margin-bottom: 0;
    margin-left: -32px;
    margin-right: 0%;
    padding-top: 16px;
    padding-bottom: 16px;
    top: 90px;
    overflow: scroll;
  }

  .spark-secondary-paragraph {
    margin-bottom: 32px;
  }

  .spark-flexed-row-of-links {
    grid-row-gap: 16px;
    flex-wrap: wrap;
  }

  .combine-footer2_bottom-text {
    order: 1;
  }

  .combine-footer2_bottom {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: column;
    align-items: flex-start;
  }

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

  .hero-without-image {
    padding: 60px 15px;
  }

  .lynx-grid-features {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .lynx-heading {
    max-width: 540px;
    font-size: 34px;
  }

  .lynx-block-right {
    padding-left: 5%;
    padding-right: 5%;
  }

  .lynx-block-absolute {
    bottom: -2%;
    left: -2%;
  }

  .lynx-grid-image-left {
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
  }

  .hero-intro {
    margin-top: 90px;
    margin-left: 26px;
  }

  .section {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .section.hero-section {
    background-position: 59% 14%;
    padding-top: 104px;
    padding-bottom: 104px;
  }

  .scroll-mouse-link {
    display: none;
  }

  .spark-nav-link-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .spark-nav-link-2.spark-square-button {
    padding-left: 16px;
    padding-right: 16px;
  }

  .spark-nav-link-2.spark-with-mega-dropdown {
    justify-content: space-between;
  }

  .spark-mega-dropdown-card {
    padding: 16px;
  }

  .spark-container-2 {
    width: 100%;
  }

  .spark-nav-menu-2 {
    max-height: 90vh;
    overflow: scroll;
  }

  .spark-nav-bar-inner {
    padding-left: 0;
    padding-right: 0;
  }

  .spark-nav-bar {
    padding-left: 20px;
    padding-right: 20px;
  }

  .navbar-logo-left-container {
    max-width: 100%;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu-two {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-divider {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

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

  .hero-heading-right {
    padding: 60px 15px;
  }

  .combine-feature8_component {
    flex-direction: column;
    margin-top: 82px;
  }

  .footer-dark {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .footer-content {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .footer-block {
    align-items: center;
  }

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

  .footer-social-block {
    margin-top: 20px;
    margin-left: -20px;
  }

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

  .footer-divider {
    margin-top: 60px;
  }

  .spark-flex-row-2 {
    flex-direction: column;
  }

  .spark-flex-row-2.spark-24px-row-spacing {
    grid-row-gap: 24px;
  }

  .spark-container-3 {
    width: 100%;
  }

  .spark-flexed-row-of-links-2 {
    grid-row-gap: 16px;
    flex-wrap: wrap;
  }

  .spark-section-2 {
    padding-top: 88px;
    padding-bottom: 88px;
  }

  .hero-heading-left {
    padding: 60px 15px;
  }

  .html-embed.tablet {
    display: none;
  }

  .html-embed.invertido {
    display: block;
  }

  .image-2 {
    position: relative;
    top: 44px;
    left: -10px;
  }

  .footer-light {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-copyright {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-social-block-two {
    margin-top: 20px;
  }

  .footer-social-link-2 {
    margin-left: 20px;
  }

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

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

  .uui-text-size-xlarge {
    font-size: 1.125rem;
  }

  .uui-heading-large {
    font-size: 2.25rem;
  }

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

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

  .uui-page-padding {
    padding-left: 1rem;
    padding-right: 1rem;
  }

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

  .hide-mobile-landscape {
    display: none;
  }

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

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

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

  .uui-testimonial05_component {
    padding-bottom: 3rem;
  }

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

  .uui-page-padding-2 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .testimonial-slider-large {
    padding: 60px 15px;
  }

  .testimonial-slide {
    flex-direction: column;
    padding: 23px;
  }

  .testimonial-content {
    max-width: none;
    margin-bottom: 40px;
    margin-right: 0;
  }

  .testimonial-quote-icon {
    width: 50px;
    margin-bottom: 16px;
  }

  .testimonial-image-two {
    width: 100%;
    height: auto;
  }

  .lynx-heading-process {
    font-size: 20px;
  }

  .lynx-grid-process {
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
  }

  .lynx-heading-2 {
    max-width: 540px;
    font-size: 34px;
  }

  .image-6 {
    position: relative;
    top: 44px;
    left: -10px;
  }

  .pricing-items {
    padding: 60px 15px;
  }

  .pricing-card-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
  }

  .pricing-image-two {
    max-width: 100%;
    margin-bottom: 30px;
    margin-right: 0;
  }

  .brix---cta-v17-half-image-right {
    height: 50%;
  }

  .brix---btn-secondary-white {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .brix---btn-primary-white {
    padding: 20px 32px;
  }

  .brix---button-row-left {
    margin-right: 16px;
  }

  .brix---heading-h2-size {
    font-size: 28px;
    line-height: 40px;
  }

  .brix---grid-cta-v16 {
    grid-template-columns: 1fr;
  }

  .brix---cta-v17-card {
    padding-left: 40px;
    padding-right: 40px;
  }

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

  .brix---btn-primary-small {
    padding: 20px 32px;
  }

  .brix---btn-header-hidden-on-mbl {
    display: none;
  }

  .brix---header-nav-list-item-show-in-mbl {
    display: block;
  }

  .brix---header-logo {
    max-width: 90%;
  }
}

@media screen and (max-width: 479px) {
  .spark-flex-row {
    align-items: flex-start;
  }

  .spark-flex-row.spark-left-aligned {
    grid-row-gap: 16px;
    flex-wrap: wrap;
  }

  .spark-flex-row.spark-24px-row-spacing {
    grid-row-gap: 24px;
    justify-content: space-between;
    align-items: center;
  }

  .spark-simple-menu-button {
    padding-left: 0;
  }

  .spark-nav-link {
    margin-bottom: .5rem;
  }

  .spark-nav-menu {
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px;
    max-height: 90vh;
    padding: 1rem .5rem;
  }

  .spark-rounded-edge-nav-bar-inner {
    padding: 0 12px;
  }

  .spark-rounded-edge-navbar {
    padding-left: 0;
    padding-right: 0;
  }

  .spark-section {
    padding: 64px 20px;
  }

  .spark-section h1 {
    font-size: 3rem;
  }

  .spark-section h2 {
    font-size: 2.5rem;
  }

  .spark-section.spark-hero-background-image-with-centered-content {
    padding-bottom: 64px;
  }

  .spark-input.spark-with-a-inner-shadow, .spark-form-label-and-input {
    width: 100%;
  }

  .spark-flexed-form {
    grid-row-gap: 16px;
    flex-direction: column;
    align-items: flex-start;
  }

  .spark-square-menu-inner {
    background-color: var(--spark-library-white);
    padding-top: 0;
    padding-bottom: 0;
  }

  .spark-square-menu-with-links {
    padding-right: 0;
  }

  .spark-bold-heading {
    line-height: 1.3;
  }

  .spark-wrapped-card.spark-stacked {
    width: 100%;
  }

  .spark-simple-side-icon-tab {
    padding: 16px;
    line-height: 1em;
  }

  .spark-simple-side-icon-tab.spark-with-arrow {
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .spark-wide-simple-stacked-icon-tabs {
    width: 100vw;
    margin-bottom: 32px;
    margin-left: -20px;
    padding: 16px 20px;
    top: 60px;
  }

  .spark-centered-900 {
    margin-bottom: 64px;
  }

  .spark-footer-bottom {
    padding-left: 20px;
    padding-right: 20px;
  }

  .spark-flexed-row-of-links {
    flex-direction: column;
    align-items: flex-start;
  }

  .spark-flexed-row-of-links.spark-centered-row {
    align-items: center;
  }

  .spark-footer-grid.spark-collapsed-bottom {
    margin-bottom: 0;
  }

  .combine-footer2_nav-menu {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-wrap: wrap;
  }

  .combine-footer2_grid {
    grid-template-columns: auto;
  }

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

  .container {
    max-width: none;
  }

  .lynx-heading-features-small {
    font-size: 18px;
  }

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

  .lynx-icon-heading {
    font-size: 18px;
  }

  .hero-intro {
    margin-left: 0;
  }

  .section.hero-section {
    background-image: none;
    background-size: auto;
    padding: 0;
  }

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

  .section.hero-section {
    aspect-ratio: 3 / 2;
    background-image: url('../images/farmymas_banner-mobile.jpg');
    background-size: contain;
    width: 100%;
    max-width: 100%;
    height: 100%;
    max-height: 100%;
    padding-bottom: 140px;
    position: static;
  }

  .spark-simple-menu-button-2 {
    padding-left: 0;
  }

  .spark-nav-link-2 {
    margin-bottom: .5rem;
  }

  .spark-nav-link-2.spark-square-button {
    margin-left: .5rem;
    margin-right: .5rem;
    font-size: .75rem;
  }

  .spark-nav-link-2.spark-with-mega-dropdown {
    justify-content: space-between;
    margin-bottom: .5rem;
  }

  .spark-bold-sub-heading {
    padding-left: 0;
  }

  .spark-sub-nav-list.spark-half-split-nav-list {
    width: 100%;
  }

  .spark-mega-dropdown-card.spark-left-aligned {
    grid-column-gap: 16px;
  }

  .spark-mega-dropdown-card.spark-left-aligned.spark-simple-shadow-tiny-on-dropdown {
    flex-wrap: wrap;
  }

  .spark-nav-menu-2 {
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px;
    max-height: 90vh;
    padding: 1rem .5rem;
  }

  .spark-nav-bar-inner {
    padding-left: 12px;
    padding-right: 12px;
  }

  .spark-nav-bar-inner.spark-short-nav-bar {
    padding: 0 0 0 20px;
  }

  .spark-nav-bar {
    padding-left: 0;
    padding-right: 0;
  }

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

  .nav-menu-two {
    flex-direction: column;
  }

  .combine-button-small {
    display: none;
  }

  .combine-nav4_button-wrapper {
    grid-column-gap: .5rem;
    margin-left: auto;
  }

  .combine-nav4_logo-link.w--current {
    align-items: center;
  }

  .combine-nav4_container {
    white-space: nowrap;
    padding-left: 0;
  }

  .combine-padding-global-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1.3fr .25fr;
    grid-auto-columns: 1fr;
    padding-left: 1rem;
    padding-right: 1rem;
    display: grid;
  }

  .combine-nav4_component.desktop {
    display: none;
  }

  .combine-nav4_component.mobile {
    display: block;
  }

  .combine-feature8_content {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-top: -57px;
  }

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

  .combine-feature8_wrapper {
    flex-direction: column;
  }

  .combine-heading-style-h2 {
    text-align: center;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-top: 0;
    font-size: 30px;
    display: flex;
  }

  .combine-feature8_component {
    margin-top: 80px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .combine-feature8_item {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .combine-text-size-regular {
    text-align: center;
    margin-bottom: -1px;
  }

  .combine-text-size-regular._2._3 {
    text-align: center;
    font-size: 15px;
  }

  .spark-social-link-2 {
    margin-left: 0;
  }

  .spark-flex-row-2 {
    align-items: flex-start;
  }

  .spark-flex-row-2.spark-24px-row-spacing {
    grid-row-gap: 24px;
    justify-content: space-between;
    align-items: center;
  }

  .spark-container-3.spark-centered-content {
    display: block;
  }

  .spark-footer-bottom-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .spark-button-2.spark-light-button {
    overflow: visible;
  }

  .spark-flexed-row-of-links-2 {
    flex-direction: column;
    align-items: flex-start;
  }

  .spark-flexed-row-of-links-2.spark-centered-row {
    align-items: center;
    overflow: visible;
  }

  .spark-section-2 {
    padding: 64px 20px;
  }

  .spark-section-2.spark-shortened {
    padding-top: 40px;
    padding-bottom: 10px;
  }

  .spark-section-2 h1 {
    font-size: 3rem;
  }

  .spark-section-2 h2 {
    font-size: 2.5rem;
  }

  .spark-footer-2.desktop {
    display: none;
  }

  .spark-footer-2.mobile {
    display: block;
  }

  .hero-heading-left {
    padding-top: 40px;
    padding-bottom: 40px;
  }

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

  .text-block {
    text-align: center;
    font-size: 12px;
  }

  .html-embed.invertido {
    display: none;
  }

  .html-embed.telefono {
    margin-top: 40px;
    display: block;
  }

  .div-block {
    display: none;
  }

  .image-3 {
    max-width: 75%;
  }

  .html-embed-2.desktop {
    display: none;
  }

  .html-embed-3 {
    display: block;
  }

  .html-embed-3.mobile {
    text-align: center;
    padding-bottom: 72px;
  }

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

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

  .footer-block-two {
    margin-top: 40px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-social-block-two {
    margin-top: 20px;
  }

  .cell-2, .cell-3 {
    display: block;
  }

  .cell-4 {
    text-align: left;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .combine-gallery1_image {
    padding-left: 20px;
    padding-right: 20px;
  }

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

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

  .combine-text-size-regular-2 {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 12px;
  }

  .combine-text-size-regular-2._1._2 {
    text-align: center;
    width: 100%;
  }

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

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

  .uui-header07_content-right {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .uui-heading-large {
    text-align: center;
    width: 60%;
    padding-left: 10px;
    font-size: 2rem;
  }

  .uui-header07_content-left {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

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

  .image-4 {
    width: 200px;
    padding-left: 20px;
  }

  .slider.web {
    display: none;
  }

  .slider.mobile {
    width: 320px;
    height: 300px;
    display: block;
  }

  .slide-nav {
    margin-bottom: 0;
  }

  .testimonial-slider-large {
    flex-direction: row;
    padding-left: 30px;
    padding-right: 30px;
    display: block;
  }

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

  .testimonial-slider-two {
    height: auto;
  }

  .testimonial-slide._1, .testimonial-slide._2, .testimonial-slide._3 {
    height: 1081.43px;
  }

  .testimonial-quote-icon {
    width: 30px;
  }

  .testimonial-quote {
    font-size: 22px;
    line-height: 30px;
  }

  .testimonial-author-image-three {
    margin-right: 16px;
  }

  .lynx-heading-process {
    font-size: 19px;
  }

  .lynx-heading-2 {
    font-size: 29px;
  }

  .slide-3, .slide-4, .slide-5 {
    width: auto;
    height: auto;
  }

  .slide-6 {
    background-image: url('../images/farmymas_banner1-mobile.webp');
    background-position: 0 0;
    background-size: cover;
  }

  .slide-7 {
    background-image: url('../images/farmymas_banner2-mobile.webp');
    background-position: 0 0;
    background-size: cover;
  }

  .div-block-3 {
    display: none;
  }

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

  .pricing-card-two {
    padding: 15px;
  }

  .pricing-info {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .pricing-details {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -10px;
  }

  .pricing-block {
    margin-bottom: 10px;
  }

  .brix---bg-image-full-width {
    margin-top: 140px;
  }

  .brix---cta-v17-half-image-right {
    height: 40%;
    margin-top: 0;
  }

  .brix---btn-secondary-white, .brix---btn-primary-white {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 16px;
    line-height: 18px;
  }

  .brix---button-row-left {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .brix---buttons-row {
    flex-direction: column;
    align-items: stretch;
  }

  .brix---heading-h2-size {
    text-align: center;
    font-size: 30px;
    line-height: 34px;
  }

  .brix---color-neutral-100, .brix---mg-bottom-32px {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .brix---cta-v17-card {
    padding-left: 24px;
    padding-right: 24px;
  }

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

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

  .text-span-9 {
    font-size: 17px;
  }

  .text-block-4._2 {
    text-align: center;
  }

  .container-7 {
    width: auto;
    padding-right: 20px;
  }

  .text-span-12 {
    font-size: 20px;
  }

  .image-7 {
    max-width: 60%;
  }

  .div-block-4 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .text-span-13 {
    font-size: 17px;
  }

  .brix---btn-primary-small {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .brix---hamburger-menu-wrapper {
    color: var(--azul-farmymas);
    width: auto;
    height: auto;
  }

  .brix---header-nav-list-item-show-in-mbl, .brix---header-nav-list-item-left {
    text-align: left;
    width: 100%;
  }

  .brix---header-logo {
    max-width: 84%;
  }

  .brix---container-default-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-5 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    margin-bottom: 50px;
    padding-left: 60px;
    padding-right: 60px;
    display: grid;
  }

  .image-8 {
    height: 250px;
    margin-bottom: 0;
    margin-right: 0;
  }

  .html-embed-4 {
    width: 200px;
    height: 90px;
  }
}

#w-node-d177a4a7-2e0f-2954-c0e2-82a295cfd87f-ee0aea2f, #w-node-d177a4a7-2e0f-2954-c0e2-82a295cfd881-ee0aea2f, #w-node-_9a692ced-471f-70c6-e326-c6452a1f01f5-ee0aea2f, #w-node-_30d16911-850d-197c-b4cc-38faee31fee5-ee0aea2f, #w-node-_6f75e073-749a-4aeb-b2d1-f8dbe60d6419-ee0aea2f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3d016198-f4d4-b926-f0ea-d4bad88ee3e5-ee0aea2f, #w-node-_170102a3-5fad-e0de-c910-ba861a8d5d28-ee0aea2f {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

@media screen and (max-width: 479px) {
  #w-node-_170102a3-5fad-e0de-c910-ba861a8d5d28-ee0aea2f {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}


