.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;
}

body {
  color: #000;
  font-family: Lexend Deca, sans-serif;
  font-size: 16px;
}

h1 {
  color: #360d7a;
  letter-spacing: .01em;
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 52px;
  font-weight: 500;
  line-height: 64px;
}

h2 {
  color: #360d7a;
  letter-spacing: .01em;
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 40px;
  font-weight: 500;
  line-height: 54px;
}

h3 {
  color: #360d7a;
  letter-spacing: .01em;
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
}

h4 {
  color: #360d7a;
  letter-spacing: .01em;
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
}

h5 {
  color: #360d7a;
  letter-spacing: .01em;
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
}

h6 {
  color: #360d7a;
  letter-spacing: .01em;
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

p {
  color: #545454;
  margin-bottom: 16px;
  font-size: 16px;
  line-height: 24px;
}

a {
  color: #5a4992;
  text-decoration: underline;
}

a:hover {
  color: #000;
}

ul {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
}

ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
  list-style-type: none;
}

li {
  margin-top: 8px;
  margin-bottom: 8px;
  padding-left: 24px;
  line-height: 28px;
}

img {
  max-width: 100%;
  margin-bottom: 16px;
  display: inline-block;
}

strong {
  font-weight: 500;
}

figcaption {
  color: #9e9e9e;
  text-align: center;
  background-color: rgba(0, 0, 0, .04);
  border-radius: 3px;
  margin-top: 5px;
  padding-top: 5px;
  padding-bottom: 2px;
  font-size: 12px;
  line-height: 18px;
}

.link--cta-button {
  color: #000;
  letter-spacing: 1px;
  text-transform: uppercase;
  mix-blend-mode: normal;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #000;
  border-radius: 8px;
  margin-top: 16px;
  padding: 16px 32px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1em;
  display: inline-block;
}

.link--cta-button:hover {
  background-color: #fde3a0;
  border-color: #fde3a0;
  box-shadow: 7px 7px 23px rgba(0, 0, 0, .2);
}

.link--cta-button.w--current {
  background-color: #1d2d38;
}

.link--cta-button.button--secondary {
  color: #5a4992;
  background-color: #fff;
  border-color: #5a4992;
}

.link--cta-button.button--secondary:hover {
  color: #360d7a;
  background-color: #f9fafb;
  border-color: #360d7a;
}

.link--cta-button.button--lavender {
  color: #fff;
  background-color: #5a4992;
  border-color: #5a4992;
}

.link--cta-button.button--lavender:hover {
  background-color: #a797db;
  border-color: #a797db;
}

.l-section {
  margin-left: 0;
  margin-right: 0;
  padding-top: 64px;
  padding-bottom: 64px;
  position: relative;
}

.l-section.l-section__bg--grey-curve-top {
  background-image: url('../images/bg-section-1.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding-top: 32px;
  padding-bottom: 32px;
}

.l-section.l-section__bg--grey {
  background-color: #f8f8f8;
}

.l-section.l-section--top-padd {
  padding-top: 96px;
}

.l-section.l-section__bg--wave-footer-2 {
  background-image: url('../images/bg-footer-1.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  margin-top: -64px;
  padding-top: 32px;
  padding-bottom: 32px;
}

.l-section.l-section--lavender-bg {
  background-color: #f8f3ff;
}

.l-section.l-section--lavender-bg.l-section--no-bottom {
  padding-bottom: 0;
}

.l-section.l-grid--riders {
  grid-column-gap: 32px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto minmax(auto, 1120px) auto;
  grid-auto-columns: 1fr;
  display: grid;
  overflow: hidden;
}

.l-section.l-section__two-tone-bg {
  background-image: linear-gradient(#f8f3ff 40%, #eee3fd 40%);
}

.l-section.l-section--dark-lavender-bg {
  color: #fff;
  background-color: #360d7a;
}

.l-section.l-grid--contact {
  grid-column-gap: 32px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto minmax(auto, 1120px) auto;
  grid-auto-columns: 1fr;
  align-items: start;
  padding-bottom: 0;
  display: grid;
}

.l-section.l-section--cta-form {
  margin-top: -80px;
  padding-top: 0;
}

.l-section.l-grid--steps {
  grid-column-gap: 32px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto minmax(auto, 1120px) auto;
  grid-auto-columns: 1fr;
  display: grid;
  overflow: hidden;
}

.l-section.l-section--cta {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  background-color: #a797db;
  grid-template-rows: auto;
  grid-template-columns: auto minmax(auto, 1220px) auto;
  grid-auto-columns: 1fr;
  padding-bottom: 128px;
  display: grid;
}

.l-section.l-grid--pricing {
  grid-column-gap: 32px;
  grid-row-gap: 0px;
  background-image: linear-gradient(#f8f3ff 40%, #fff 40%);
  grid-template-rows: auto 1fr 1fr auto;
  grid-template-columns: auto minmax(auto, 1120px) auto;
  grid-auto-columns: 1fr;
  display: block;
  overflow: hidden;
}

.contact-popup {
  z-index: 2000;
  width: 100%;
  height: 100%;
  background-color: rgba(31, 35, 42, .9);
  display: none;
  position: fixed;
}

.faq-answer-block {
  overflow: hidden;
}

.faq-icon {
  height: 12px;
  position: absolute;
  top: 16px;
  right: 0;
}

.utility-page-wrap {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  color: #fff;
  background-image: linear-gradient(17deg, #f47e22, #f9a241 36%, #fbb34f 64%, #fff);
  justify-content: center;
  align-items: center;
  display: flex;
}

.utility-page-content {
  width: 260px;
  text-align: center;
  flex-direction: column;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.h1--centered, .h2--centered {
  text-align: center;
}

.h2--centered.h2--narrow {
  color: #000;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 16.66%;
  padding-right: 16.66%;
  font-size: 32px;
}

.h3--centered, .h4--centered, .h5--centered {
  text-align: center;
}

.h6-like {
  font-size: 14px;
  line-height: 24px;
}

.p--centered {
  text-align: center;
}

.p--small {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
}

.p--small.p--white {
  color: #000;
}

.p--smallest {
  font-size: 12px;
  line-height: 16px;
}

.p--bold {
  font-weight: 700;
}

.l-container {
  max-width: 1280px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #fff;
  text-align: left;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding-left: 40px;
  padding-right: 40px;
  display: block;
}

.l-container.l-container--valign-center {
  flex-direction: row;
  flex: 1;
  justify-content: space-around;
  align-items: center;
  display: flex;
  position: relative;
}

.l-container.l-container--valign-center.l-container--404 {
  text-align: center;
  justify-content: flex-end;
}

.l-container.l-container--center {
  justify-content: center;
  display: flex;
  position: relative;
}

.l-container.l-container--hero {
  min-height: 82vh;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.l-container.l-container--hero.l-container--menu {
  min-height: 75vh;
}

.l-container.l-container--center-content {
  text-align: center;
  padding-left: 100px;
  padding-right: 100px;
}

.l-container.l-container--services {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 2fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.l-container.l-container--steps {
  display: flex;
}

.l-container.l-continer--carta {
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  grid-template-rows: min-content auto 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 5fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.c-nav {
  background-color: #fff !important;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.c-nav.c-nav--no-menu {
  z-index: 1;
  background-color: rgba(0, 0, 0, 0);
  position: absolute;
}

.c-nav__logo {
  max-height: 100px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.c-nav__logo.c-nav__logo--small {
  max-height: 54px;
  margin-top: 8px;
  margin-bottom: 8px;
}

.c-menu {
  justify-content: flex-end;
  margin-top: 12px;
  margin-bottom: 12px;
  padding-left: 40px;
  display: flex;
}

.c-menu__nav-link {
  border-bottom: 2px solid rgba(0, 0, 0, 0);
  margin-left: 12px;
  margin-right: 12px;
  padding: 18px 0;
  font-size: 1em;
  font-weight: 500;
  line-height: 1em;
  transition: border-color .2s;
}

.c-menu__nav-link:hover {
  border-bottom-color: #000;
}

.c-menu__nav-link.w--current {
  color: #000;
  border-bottom-color: #000;
  margin-left: 12px;
  margin-right: 12px;
  padding-left: 0;
  padding-right: 0;
}

.c-menu__nav-dropdown {
  border-bottom: 2px solid rgba(0, 0, 0, 0);
  margin-left: 12px;
  margin-right: 24px;
  font-size: 1em;
  font-weight: 700;
  line-height: 1em;
  transition: border-color .2s;
}

.link--cta-primary {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #360d7a;
  border: 2px solid #360d7a;
  border-radius: 32px;
  margin-top: 16px;
  padding: 16px 32px;
  font-size: .875em;
  font-weight: 500;
  line-height: 1em;
  text-decoration: none;
  transition: all .15s;
  display: inline-block;
  position: relative;
}

.link--cta-primary:hover {
  color: #fff;
  background-color: #8372b8;
  border-color: #8372b8;
  box-shadow: 0 0 0 1px #8372b8;
}

.link--cta-primary.link--cta-primary-lavender {
  color: #fff;
  background-color: #5a4992;
  border-color: #5a4992;
}

.link--cta-primary.link--cta-primary-lavender:hover {
  background-color: #a797db;
  border-color: #a797db;
  box-shadow: 0 0 0 1px #a797db;
}

.link--cta-primary.link--cta-primary--download {
  display: none;
}

.link--cta-primary.link--cta-primary--centered {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.link--cta-secondary {
  color: #5a4992;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #fff;
  border: 2px solid #5a4992;
  border-radius: 32px;
  padding: 16px 32px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1em;
  text-decoration: none;
  display: inline-block;
}

.link--cta-secondary:hover {
  color: #360d7a;
  background-color: #f9fafb;
}

.c-hero, .c-hero-legal {
  min-height: 82vh;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #eee3fd;
  background-image: url('../images/hero.png');
  background-size: cover;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding-top: 38px;
  padding-bottom: 38px;
  display: flex;
  position: relative;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
}
.c-hero-legal {
  padding-top: 10px;
  padding-bottom: 10px;
  min-height: 25vh;
}

.c-hero.c-hero--alternative-bg {
  background-image: url('../images/bg-header-2.svg');
  background-size: auto 70%;
}

.c-hero.c-hero--thanks {
  min-height: 95vh;
  background-image: url('../images/thank-you.jpg');
  background-size: cover;
  border-radius: 0;
}

.c-hero.c-hero--404 {
  min-height: 95vh;
  background-image: url('../images/404-pag.jpg');
  background-position: 100% 0;
  background-size: cover;
  border-radius: 0;
}

.c-hero.c-hero--menu {
  overflow: visible;
}

.c-hero__content {
  flex: 1;
  margin-top: 70px;
  margin-bottom: 40px;
  text-align: center;
}

.c-hero__content.c-hero__content--404 {
  margin-bottom: 120px;
  padding-left: 55%;
}

.c-hero__content.c-hero__content--thank-you {
  padding-bottom: 120px;
  padding-right: 50%;
}

.c-hero__image-wrapper {
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: absolute;
  top: -24px;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.c-menu__nav-dropdown-list {
  background-color: #fff;
  padding: 8px;
}

.c-menu__nav-dropdown-list.w--open {
  flex-direction: column;
  align-items: flex-start;
  margin-top: 4px;
  display: flex;
}

.p--highlight {
  color: #545454;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
}

.p--highlight.c-hero__date {
  margin-bottom: 0;
}

.p--highlight.p--separator {
  padding-left: 8px;
  padding-right: 8px;
}

.p--highlight p {
  font-size: 20px;
  line-height: 28px;
}

.p--highlight.p--lavender, .p--highlight.p--lavender.c-steps__subheading {
  flex: 0 auto;
}

.p--highlight.p--darker {
  color: #000;
}

.l-row.l-row--full-height {
  display: flex;
  position: relative;
}

.c-faq__icon {
  justify-content: center;
  align-items: center;
  position: relative;
}

.faq-a-text {
  color: #545454;
  margin-bottom: 0;
}

._w-faq-icon {
  width: 32px;
  height: 32px;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 4px;
  transition: all .2s;
  display: flex;
  position: relative;
}

._w-faq-icon._w-faq-icon--shadow {
  box-shadow: 0 0 20px rgba(0, 0, 0, .3);
}

.c-accordion__item {
  cursor: pointer;
  margin-bottom: 16px;
  padding: 16px 24px;
  position: relative;
}

.c-section-heading {
  margin-bottom: 40px;
  margin-left: 16.66%;
  margin-right: 16.66%;
}

.c-section-heading.c-section-heading--centered {
  text-align: center;
}

.c-faq__h {
  align-items: center;
  display: flex;
}

.c-faq__q-text {
  flex: 1;
  padding-right: 8px;
}

.c-faq__a-text {
  padding-top: 8px;
}

.c-faq__a {
  perspective-origin: 50% 0;
  transform-origin: 50% 0;
  overflow: hidden;
}

.c-faq {
  border-radius: 4px;
  margin-left: 8.88px;
  margin-right: 8.88px;
  overflow: hidden;
}

.c-faq__item {
  cursor: pointer;
  border-bottom: 1px solid #5a4992;
  padding: 24px 0;
  font-size: 1.2em;
  line-height: 1.6em;
  transition: all .2s;
}

.c-faq__item.c-faq__item-last {
  border-bottom-color: #fff;
}

.c-faq__h3 {
  color: #000;
  margin-bottom: 0;
  font-size: 24px;
  line-height: 32px;
}

.c-personal-info__link {
  color: #000;
  cursor: pointer;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.c-footer {
  color: #fff;
  text-align: center;
  background-color: #fff;
  border-top-left-radius: 120px;
  border-top-right-radius: 120px;
  align-items: flex-start;
  margin-top: 0;
  padding-top: 60px;
  padding-bottom: 40px;
  position: relative;
}

.c-footer__logo-link {
  text-align: left;
  flex: 0 auto;
  align-items: flex-start;
  margin-bottom: 0;
  display: flex;
}

.c-footer__logo-link.w--current {
  margin-top: 0;
}

.c-footer__logo {
  max-height: 74px;
  text-align: left;
  object-fit: contain;
  object-position: 0% 50%;
  position: relative;
}

.c-footer__logo-gob {
  max-height: 100px;
  text-align: left;
  object-fit: contain;
  object-position: 0% 50%;
  position: relative;
}

.c-footer__heading {
  color: #000;
  text-align: left;
  margin-top: 0;
  margin-bottom: 12px;
  font-size: 16px;
  line-height: 24px;
}

.l-grid--footer {
  grid-column-gap: 32px;
  grid-row-gap: 24px;
  grid-template: "."
  / 4fr 3fr 5fr;
  grid-auto-rows: minmax(auto, .25fr);
}

.h2--small-uppercase {
  text-transform: uppercase;
  font-size: 20px;
  line-height: 28px;
}

.h2--small-uppercase.h2--smaller {
  color: #545454;
  margin-top: 32px;
  font-size: 16px;
  line-height: 24px;
}

.h1--no-margin {
  margin-bottom: 0;
}

.l--rich-text {
  text-align: center;
}

.l--rich-text h2 {
  text-transform: uppercase;
  margin-top: 32px;
  margin-bottom: 8px;
  font-size: 20px;
  line-height: 28px;
}

.l--rich-text h3 {
  margin-bottom: 8px;
  font-size: 20px;
  line-height: 28px;
}

.l-legals {
  margin-bottom: 120px;
  padding-right: 16.66%;
}

.c-personal-info__img {
  max-height: 150px;
  margin-right: 16px;
}

.c-personal-info__img.c-personal-info_img--rounded {
  max-height: 86px;
  filter: grayscale();
  border-radius: 50%;
}

.c-aside {
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
}

.c-aside.c-aside--webinars {
  background-color: #fff;
  border-radius: 4px;
  margin-left: 8.88%;
  padding: 32px;
  top: 32px;
  box-shadow: 0 0 40px rgba(54, 54, 54, .1);
}

.c-aside.c-aside--no-nav {
  top: 32px;
}

.link-5 {
  color: #000;
  text-decoration: none;
}

.collection-item {
  margin-bottom: 16px;
}

.collection-item-2 {
  margin-bottom: 12px;
}

.c-hero__image {
  max-width: 35%;
  padding-top: 64px;
}

.c-hero__image.c-hero__image--margin-right {
  margin-right: 8.88%;
}

.c-footer__copyright {
  text-align: left;
}

.c-footer__link {
  color: #000;
  text-align: left;
  margin-bottom: 16px;
  font-size: 14px;
  text-decoration: none;
  display: block;
}

.c-footer__link:hover {
  color: #d6c9ff;
}

.c-footer__link.c-footere__link--legals {
  padding-right: 16px;
}

.paragraph {
  color: #545454;
  text-align: center;
  align-items: center;
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
  display: block;
}

.paragraph.l-container {
  text-align: center;
}

.c-menu__nav-toggle {
  padding: 18px 0;
}

.c-footer__socials-wrapper {
  align-items: center;
  display: flex;
}

.c-footer__socials-icon {
  max-height: 32px;
  max-width: 32px;
  filter: brightness(0%);
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 8px;
  margin-bottom: 8px;
  margin-right: 8px;
}

.c-footer__socials-icon.c-footer__socials-icon--padding {
  width: 34px;
  height: 34px;
  padding: 4px 0 4px 4px;
}

.c-footer__socials-link {
  margin-top: -8px;
  margin-right: 0;
}

.brand {
  padding-left: 0;
}

.p--uppercase {
  color: #545454;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
}

.c-personal-info__name {
  margin-bottom: -16px;
  display: flex;
}

.c-hero__date {
  margin-top: -8px;
  margin-bottom: -16px;
  display: flex;
}

.h3--smaller {
  font-size: 20px;
  line-height: 28px;
}

.c-hero__logo-colab {
  max-height: 120px;
  position: absolute;
  top: 80px;
  right: 7%;
}

.c-aside__form {
  margin-top: 24px;
}

.c-faq__icon-img {
  width: 24px;
  height: auto;
  margin-bottom: 0;
}

.c-faq__icon-img.left {
  transform: rotate(90deg);
}

.c-faq__icon-img.right {
  transform: rotate(-90deg);
}

.c-measurements__content {
  max-width: 50%;
  padding-right: 16px;
}

.c-benefit {
  background-color: #fff;
  border-radius: 8px;
  flex: 1;
  margin-left: 16px;
  margin-right: 16px;
}

.c-benefit.c-benefit--low {
  margin-top: 72px;
}

.c-benefit__img {
  width: 100%;
  height: auto;
  max-width: 158px;
  object-fit: contain;
  border-radius: 8px;
  margin-bottom: 0;
}

.c-benefit__item {
  cursor: pointer;
  padding: 24px 16px;
  font-size: 1.2em;
  line-height: 1.6em;
}

.c-benefit__h3 {
  color: #360d7a;
  margin-bottom: 8px;
}

.c-benefit__row {
  align-items: flex-start;
  margin-left: -16px;
  margin-right: -16px;
  display: flex;
}

.faq-stripe-1 {
  width: 2px;
  height: 12px;
  background-color: #360d7a;
}

.faq-stripe-2 {
  width: 12px;
  height: 2px;
  background-color: #360d7a;
  position: absolute;
}

.c-benefit__block {
  margin-bottom: 0;
  display: flex;
}

.c-faq__image {
  width: 100%;
  max-height: 384px;
  object-fit: cover;
  margin-top: -64px;
  margin-bottom: 64px;
}

.c-measurements__img {
  width: 50vw;
  height: auto;
  margin-bottom: 0;
}

.c-testimonial {
  color: #f9fafb;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 8px;
  flex: 1;
  margin-left: 16px;
  margin-right: 16px;
  padding: 32px;
  position: relative;
  overflow: hidden;
}

.c-testimonial.c-testimonial--ligh {
  background-color: #fdb945;
}

.c-testimonial__row {
  margin-left: -16px;
  margin-right: -16px;
  padding-left: 0;
  display: flex;
}

.c-testimonial__row.c-slider {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-top: 40px;
  padding-left: 146px;
  padding-right: 146px;
  display: flex;
}

.c-testimonial__img {
  width: 60px;
  height: 60px;
  object-fit: cover;
  border-radius: 30px;
  margin-bottom: 0;
  margin-right: 16px;
}

.c-testimonial__quote-mark {
  position: absolute;
  bottom: 40px;
  right: 32px;
}

.c-testiomonial__test {
  z-index: 1;
  color: #000;
  padding-top: 16px;
  font-weight: 400;
  position: relative;
}

.c-testiomonial__test.c-testimonial__test-dark {
  color: #360d7a;
}

.c-data__row {
  max-width: 94vw;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #d6c9ff;
  border-radius: 80px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-left: -96px;
  margin-right: -96px;
  display: grid;
  overflow: hidden;
}

.c-data__img {
  object-fit: cover;
  flex: 1;
  align-self: stretch;
  margin-bottom: 0;
  position: relative;
}

.c-data__content {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  margin-right: 1px;
  padding: 40px 25% 40px 96px;
  display: flex;
}

.c-contact__img {
  width: 40vw;
  height: 100%;
  object-fit: cover;
  margin-bottom: 0;
}

.c-contact__content {
  max-width: 50%;
  padding-bottom: 0;
  padding-left: 16px;
}

.c-colaborator__logo {
  margin-bottom: -64px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.h2--white, .p--white {
  color: #fff;
}

.h2--lavender {
  color: #a797db;
}

.h3-like {
  color: #360d7a;
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
}

.l-column--horizontal {
  display: flex;
}

.h2-like {
  font-size: 40px;
  font-weight: 500;
  line-height: 54px;
}

.c-data__slide {
  height: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
  position: relative;
}

.slide-nav {
  display: none;
}

.c-slider {
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  display: flex;
}

.c-slider__left-arrow {
  width: 25%;
  align-items: flex-end;
  margin-left: 50%;
  padding-bottom: 24px;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
  overflow: visible;
}

.c-slider__right-arrow {
  width: 25%;
  justify-content: flex-end;
  align-items: flex-end;
  padding-bottom: 24px;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
  right: 0;
  overflow: visible;
}

.l-legals-page {
  background-color: #f8f3ff;
}

.mask {
  height: auto;
}

.grid {
  grid-template-columns: 1fr 1fr 1fr;
}

.c-hero__img-container {
  flex: 1;
  position: relative;
}

.c-hero__img {
  position: relative;
}

.c-hero__img.c-hero__img--chef {
  padding-left: 8%;
  padding-right: 12%;
  position: absolute;
  left: 0;
}

.c-hero__img.c-hero__img--mockup {
  z-index: 5;
  width: 33%;
  margin-bottom: -80px;
  margin-right: 8.88%;
}

.c-cta-form__card {
  text-align: center;
  background-color: #fff;
  border-radius: 32px;
  margin-left: 8.88%;
  margin-right: 8.88%;
  padding: 40px 8.88%;
  box-shadow: 2px 0 12px rgba(0, 0, 0, .25);
}

.c-cta-form__paragraph {
  font-size: 24px;
  font-weight: 300;
  line-height: 32px;
}

.c-features__column {
  text-align: center;
  padding-top: 40px;
}

.c-features__img {
  max-height: 224px;
  margin-bottom: 40px;
  padding-left: 12%;
  padding-right: 12%;
}

.c-features_heading {
  color: #360d7a;
  font-size: 40px;
  line-height: 48px;
}

.h2--lighter {
  color: #8372b8;
}

.c-benefit__wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto;
  padding-top: 40px;
}

.c-benefit__content {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-left: 24px;
  display: flex;
}

.c-spiral {
  max-height: 400px;
  max-width: 400px;
  opacity: .1;
  margin-left: -200px;
}

.c-spiral.c-spiral--left {
  max-height: 248px;
  margin-top: -40px;
  margin-left: 0;
  margin-right: -120px;
}

.c-spiral.c-spiral_pricing--left {
  max-height: 264px;
  flex: 0 auto;
  margin-top: -40px;
  margin-left: 0;
  margin-right: -96px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.c-spiral.c-spiral_pricing--right {
  max-height: 264px;
  margin-top: 0;
  margin-left: -80px;
  margin-right: auto;
  position: absolute;
}

.c-spiral.c-spiral__services {
  max-height: 320px;
  max-width: 320px;
  margin-bottom: 0;
  margin-left: auto;
  transform: translate(72px);
}

.c-riders__bg-shape {
  width: 80%;
  height: 100%;
  max-height: 50%;
  background-color: #a797db;
  border-top-left-radius: 48px;
  margin-bottom: 52px;
}

.c-riders__content {
  width: 50%;
  background-color: #eee3fd;
  border-radius: 48px;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-start;
  margin-left: 16.66%;
  padding: 84px 8.88%;
  display: flex;
}

.c-riders__wrapper {
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.c-riders__img {
  width: 33.33%;
  height: auto;
  object-fit: cover;
  object-position: 0% 100%;
  border-top-right-radius: 48px;
  flex: 0 auto;
  margin-top: 52px;
  margin-bottom: 52px;
}

.c-testimonial__client {
  border-bottom: 1px solid #6b6d76;
  align-items: center;
  padding-bottom: 16px;
  display: flex;
}

.c-testiomonial__name {
  color: #000;
  margin-bottom: 4px;
  font-weight: 700;
}

.c-testiomonial__name.c-testimonial__name-darker {
  color: #360d7a;
}

.c-testimonial__job {
  color: #000;
  margin-bottom: 0;
}

.c-testimonial__job.c-testimonial__job--dark {
  color: #360d7a;
}

.c-steps__bg-shape {
  width: 84.44%;
  height: 100%;
  max-height: 50%;
  background-color: #fdb945;
  border-top-right-radius: 48px;
  margin-bottom: 104px;
}

.c-steps__wrapper {
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
  position: relative;
}

.c-steps__img {
  width: 33.33%;
  object-fit: contain;
  object-position: 0% 0%;
  flex: 0 auto;
  margin-bottom: 0;
  margin-left: 4.44%;
  margin-right: 4.44%;
  position: relative;
}

.c-steps__content {
  width: 46.66%;
  height: auto;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 52px;
  margin-bottom: 52px;
  display: flex;
}

.p--lavender {
  color: #360d7a;
  flex: 1;
}

.c-steps__item {
  align-self: stretch;
  align-items: flex-start;
  display: flex;
}

.image {
  background-image: url('../images/logos-kit-digital.png');
  background-position: 0 0;
  background-size: 100% 100%;
  margin-top: 40px;
}

.c-steps__img-column {
  max-width: 120px;
  flex-direction: column;
  margin-right: 16px;
  display: flex;
}

.c-steps__img--step {
  width: 100%;
  max-width: 150px;
  margin-bottom: 8px;
}

.c-steps__list {
  flex: 1;
  padding-left: 16px;
  list-style-type: none;
}

.c-steps__list-item {
  grid-column-gap: 24px;
  flex-direction: row;
  align-items: center;
  margin-bottom: 24px;
  padding-left: 8px;
  list-style-type: none;
  display: flex;
}

.c-steps__list-item.c-steps__list-item--last-child {
  margin-bottom: 0;
}

.h2--light {
  color: #5a4992;
}

.c-cta__background {
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 50%, #fff 50%);
}

.c-cta__wrapper {
  display: flex;
}

.c-cta__img {
  width: 41.66%;
  height: 100%;
  max-height: 100%;
  object-fit: cover;
  border-top-left-radius: 48px;
  border-bottom-left-radius: 48px;
  margin-bottom: 0;
  margin-left: 8.88%;
}

.c-cta__content {
  width: 50%;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 32px;
  display: flex;
}

.link--cta-primary-2 {
  color: #262626;
  letter-spacing: 1px;
  text-transform: none;
  background-color: #99ebff;
  border: 2px solid #99ebff;
  border-radius: 2px;
  padding: 16px 32px;
  font-size: 1em;
  font-weight: 600;
  line-height: 1em;
  text-decoration: none;
  transition: all .15s;
  display: inline-block;
  position: relative;
}

.link--cta-primary-2:hover {
  box-shadow: 0 0 0 1px #363636;
}

.link--cta-primary-2.link--cta-primary--download {
  display: none;
}

.link-cta_icon {
  max-width: 24px;
  margin-bottom: 0;
  margin-right: 8px;
}

.link-cta_icon.link-cta__icon--white {
  filter: brightness(400%);
}

.link--cta-stores {
  align-items: center;
  display: flex;
}

.link--cta-stores.link--cta-primary.c-download__link.c-download__link--last-child {
  margin-left: 16px;
}

.link--cta-stores.link--cta-primary.c-download__link.c-download__link--last-child.c-download__link--apple, .link--cta-stores.link--cta-primary.c-download__link.c-download__link--google {
  margin-top: 0;
}

.c-download {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  display: flex;
}

.c-newsletter {
  padding: 16px;
}

.c-pricing__wrapper {
  width: 100%;
  justify-content: center;
  align-items: flex-start;
  padding-top: 40px;
  padding-left: 28%;
  padding-right: 28%;
  display: flex;
}

.link--cta-primary-3 {
  color: #262626;
  letter-spacing: 1px;
  text-transform: none;
  background-color: #99ebff;
  border: 2px solid #99ebff;
  border-radius: 2px;
  padding: 16px 32px;
  font-size: 1em;
  font-weight: 600;
  line-height: 1em;
  text-decoration: none;
  transition: all .15s;
  display: inline-block;
}

.link--cta-primary-3:hover {
  box-shadow: 0 0 0 1px #363636;
}

.link--cta-primary-3.link--cta-primary--download {
  display: none;
}

.c-pricing__features {
  flex-direction: column;
  align-items: center;
  padding: 16px 16px 8px;
  display: flex;
}

.c-pricing__feature-text {
  text-align: left;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 24px;
}

.c-pricing__month {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.c-pricing__feature {
  align-items: center;
  padding-bottom: 16px;
  display: flex;
}

.c-pricing__feature.c-pricing__feature--lastl-child {
  padding-bottom: 0;
}

.c-pricing__pricing {
  color: #545454;
  border-bottom: 0 solid #e6e6e6;
  padding: 16px 16px 8px;
  font-size: 40px;
  font-weight: 700;
  line-height: 40px;
}

.c-pricing__pricing.c-pricing__pricing--subtitle {
  text-align: center;
  border-bottom-width: 1px;
  padding-top: 0;
  padding-bottom: 16px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.c-pricing__feature-icon {
  width: 40px;
  height: 40px;
  margin-bottom: 0;
  margin-right: 8px;
}

.c-pricing__from {
  color: #545454;
  padding: 16px 16px 4px;
  font-size: 14px;
  line-height: 14px;
}

.c-pricing__subtitle {
  color: #000;
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 16px;
  padding-left: 16px;
  padding-right: 16px;
  font-weight: 700;
}

.c-pricing__card {
  color: #000;
  text-align: center;
  background-color: #f7f8fa;
  border-top: 0 solid #a797db;
  border-radius: 32px;
  flex: 1;
  margin-left: 16px;
  margin-right: 16px;
  padding: 0 0 32px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 40px rgba(0, 0, 0, .15);
}

.c-pricing__card.c-pricing__card--basic {
  margin-top: 24px;
}

.c-pricing__card.c-pricing__card--pack {
  background-color: #eee3fd;
  border-radius: 16px;
  margin-top: 40px;
  margin-left: 8.88%;
  margin-right: 8.88%;
  padding: 32px 24px 24px;
  overflow: visible;
}

.c-pricing__card.c-pricing__card--pack.c-pricing__card--darker {
  background-color: #d6c9ff;
  padding-top: 32px;
  overflow: visible;
}

.c-pricing__title {
  color: #5a4992;
  text-transform: uppercase;
  margin-bottom: 4px;
  padding-left: 16px;
  padding-right: 16px;
  font-size: 20px;
  line-height: 28px;
}

.c-pricing__title.c-pricing__title--pro {
  color: #fdb945;
}

.c-pricing__border {
  height: 8px;
  background-color: #a797db;
  margin-bottom: 24px;
}

.c-pricing__border.c-pricing__border--pro {
  background-color: #fdb945;
}

.c-pricing__label {
  color: #000;
  text-transform: none;
  margin-bottom: 4px;
  font-size: 16px;
  line-height: 24px;
}

.c-pricing__label.c-pricing__label--no-details {
  margin-bottom: 16px;
}

.c-pricing__detail {
  color: #360d7a;
  margin-bottom: 16px;
  padding-bottom: 0;
  font-size: 14px;
  line-height: 24px;
}

.c-pricing__detail.c-pricing__detail--bg {
  background-color: #fdb945;
  margin-top: 8px;
  padding: 2px 4px;
}

.c-pricing__img {
  z-index: 1;
  width: 24%;
  position: absolute;
}

.c-pricing__disclaimer {
  color: #545454;
  font-size: 12px;
  line-height: 24px;
}

.c-menu__link {
  text-transform: none;
  align-self: center;
  font-weight: 500;
  text-decoration: none;
  position: absolute;
  top: 24px;
  bottom: auto;
  left: auto;
  right: 0%;
}

.c-menu-2 {
  justify-content: flex-end;
  margin-top: 16px;
  margin-bottom: 16px;
  display: flex;
}

.c-menu__nav-link-2 {
  color: #360d7a;
  text-align: right;
  justify-content: flex-end;
  align-items: center;
  margin-top: 12px;
  margin-left: 24px;
  margin-right: 0;
  padding: 16px 0;
  font-size: 1em;
  font-weight: 500;
  line-height: 1em;
  transition: border-color .2s;
  display: flex;
}

.c-menu__nav-link-2:hover {
  color: #620991;
  text-align: left;
  border-bottom-color: #363636;
}

.c-menu__nav-link-2.w--current {
  color: #176a43;
  margin-left: 12px;
  margin-right: 12px;
  padding-left: 0;
  padding-right: 0;
}

.c-cta__wrapper-2 {
  color: #176a43;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1em;
  text-decoration: none;
  transition: all .15s;
  display: inline-block;
  position: relative;
}

.c-cta__wrapper-2:hover {
  color: #176a43;
}

.c-cta__wrapper-2:focus-visible {
  color: #fff;
  background-color: #176a43;
}

.c-cta__wrapper-2[data-wf-focus-visible] {
  color: #fff;
  background-color: #176a43;
}

.c-cta__wrapper-2.c-cta__wrapper--black {
  color: #000;
}

.c-cta__border {
  transform-origin: 50% 100%;
  transform-style: preserve-3d;
  border: 2px solid #176a43;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  transform: scale3d(1, 0, 1);
}

.c-cta__border.c-cta__boder--black {
  border-color: #000;
}

.c-cta__text {
  z-index: 2;
  border-bottom: 2px solid #176a43;
  padding: 16px 32px;
  position: relative;
}

.c-cta__text.c-cta__text--black {
  border-bottom-color: #000;
}

.c-cta__text.c-cta__text--black:focus-visible {
  color: #fff;
  background-color: #000;
}

.c-cta__text.c-cta__text--black[data-wf-focus-visible] {
  color: #fff;
  background-color: #000;
}

.strike {
  text-decoration: line-through;
}

.c-pricing__title--subheading {
  color: #000;
  text-transform: none;
}

.c-pricing__explanation {
  color: #000;
  margin-bottom: 0;
}

.c-features__paragraph {
  color: #000;
  font-size: 24px;
}

.c-services__card {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #fff;
  border-radius: 16px;
  grid-template-rows: auto 1fr;
  grid-template-columns: minmax(96px, 1fr) 3fr;
  grid-auto-columns: 1fr;
  justify-content: end;
  align-items: center;
  display: grid;
  position: relative;
  overflow: hidden;
  box-shadow: 3px 2px 20px rgba(0, 0, 0, .3);
}

.c-services__card.c-services__card--small {
  width: auto;
  flex: 1;
  grid-template-rows: auto 1fr;
  align-self: stretch;
  overflow: hidden;
}

.c-services__heading {
  width: auto;
  max-width: 440px;
  margin-top: 24px;
  margin-bottom: 0;
  padding-right: 24px;
  font-size: 40px;
  line-height: 54px;
}

.c-services__heading.c-services__heading---small {
  width: auto;
  max-width: 440px;
  font-size: 16px;
  line-height: 24px;
  position: relative;
}

.c-services__image {
  align-self: flex-end;
  margin-bottom: 0;
  line-height: 24px;
  position: relative;
}

.c-services__image.c-services__image--comandero {
  padding-left: 24px;
  padding-right: 24px;
  display: block;
}

.c-services__content {
  margin-bottom: 16px;
  margin-right: 24px;
  position: relative;
}

.c-steps__content-copy {
  width: 46.66%;
  height: auto;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 52px;
  margin-bottom: 52px;
  display: flex;
}

.c-steps__content-copy.old {
  background-color: #eee3fd;
  border-top-right-radius: 48px;
  border-bottom-right-radius: 48px;
  margin-left: -2px;
  padding: 54px 24px;
}

.c-steps__img-old {
  width: 33.33%;
  object-fit: contain;
  object-position: 0% 0%;
  flex: 0 auto;
  margin-bottom: 0;
  margin-left: 8.88%;
  position: relative;
}

.c-menu__row {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  display: grid;
}

.c-digital-menu__img {
  width: 100%;
  max-height: 100%;
  margin-bottom: 0;
  position: relative;
}

.c-digital-menu__img.c-digital-emu__img-3 {
  margin-top: 24px;
}

.c-digital-menu__img.c-digital-emu__img-2 {
  margin-top: 40px;
}

.c-popup__overlay {
  z-index: 1001;
  width: 100vw;
  height: 100vh;
  background-color: rgba(46, 25, 75, .3);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.c-popup__overlay.c-popup__overlay--demo {
  background-color: rgba(46, 25, 75, .3);
  display: flex;
}

.c-popup__wrapper {
  width: 100%;
  max-height: 100vh;
  max-width: 834px;
  background-color: #f8f3ff;
  background-image: url('../images/Kit-Digital-background.png');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: auto 100%;
  border-radius: 4px;
  flex-direction: column;
  align-items: center;
  margin-left: 16px;
  margin-right: 16px;
  padding: 48px 32px;
  display: block;
  position: relative;
}

.c-popup__heading {
  max-width: 484px;
  color: #360d7a;
  text-align: left;
  object-fit: fill;
  font-size: 56px;
  font-weight: 700;
  line-height: 64px;
}

.c-demo-form__wrapper {
  width: 100%;
  max-height: 560px;
  text-align: center;
  margin-top: 24px;
  margin-bottom: 24px;
  overflow: auto;
}

.button-2 {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #363636;
  border: 2px solid #363636;
  border-radius: 4px;
  padding: 16px 32px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1em;
}

.button-2:hover {
  color: #fff;
  background-color: #555;
  box-shadow: 7px 7px 23px rgba(0, 0, 0, .2);
}

.button-2:active {
  background-color: #070707;
}

.button-2.w--current {
  background-color: #1d2d38;
}

.button-2.button--secondary {
  color: #363636;
  background-color: #fff;
}

.button-2.button--secondary.button--borderless {
  border-width: 0;
}

.button-2.button--secondary.button--borderless:hover {
  box-shadow: none;
}

.c-menu__container {
  grid-column-gap: 24px;
  justify-content: center;
  margin-top: 56px;
  padding-left: 16.66%;
  padding-right: 16.66%;
  display: flex;
  position: relative;
}

.c-section-subheading--small {
  font-size: 20px;
  line-height: 20px;
}

.c-services__card-content {
  width: 75%;
  grid-row-gap: 8px;
  flex-direction: column;
  padding-top: 24px;
  padding-bottom: 24px;
  padding-right: 24px;
  display: flex;
}

.c-services__heading-container {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.c-pricing__icon {
  position: absolute;
  top: -24px;
  bottom: auto;
  left: auto;
  right: auto;
  transform: translate(-24px);
}

.hidden {
  display: none;
}

.c-footers__colabs-text {
  color: #000;
  margin-top: 16px;
  margin-bottom: 0;
  font-size: 12px;
  line-height: 16px;
}

.c-footer__logo-colab {
  max-height: 140px;
  filter: contrast(200%) brightness(94%) grayscale() invert();
  margin-bottom: 0;
  transform: translate(-14px);
}

.c-ivf__wrapper {
  position: relative;
}

.c-ivf__link {
  position: absolute;
}

.c-ivf__link.c-ivf__link-1 {
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 42%;
}

.c-ivf__link.c-ivf__link-2 {
  top: 0%;
  bottom: 0%;
  left: 58%;
  right: 0%;
}

.c-ivf__link-text {
  opacity: 0;
}

.c-popup__wrapper-2 {
  width: 100%;
  max-height: 100vh;
  max-width: 834px;
  background-color: #fff;
  border-radius: 4px;
  flex-direction: column;
  align-items: center;
  margin-left: 16px;
  margin-right: 16px;
  padding: 48px 32px;
  display: flex;
  overflow: hidden;
}

.c-popup__subheading {
  max-width: 440px;
  color: #360d7a;
  text-align: left;
  margin-top: 24px;
  font-size: 24px;
  font-weight: 300;
  line-height: 26px;
  display: block;
}

.c-popup__form {
  max-width: 486px;
  padding-bottom: 8px;
}

.button-3 {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #363636;
  border: 2px solid #363636;
  border-radius: 4px;
  padding: 16px 32px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1em;
}

.button-3:hover {
  color: #fff;
  background-color: #555;
  box-shadow: 7px 7px 23px rgba(0, 0, 0, .2);
}

.button-3:active {
  background-color: #070707;
}

.button-3.w--current {
  background-color: #1d2d38;
}

.button-3.button--secondary {
  color: #fff;
  background-color: #360d7a;
  border-width: 0;
  border-radius: 20px;
}

.button-3.button--secondary.button--borderless {
  border-width: 0;
}

.button-3.button--secondary.button--borderless:hover {
  box-shadow: none;
}

.lavender {
  color: #a797db;
}

.p-bold, .bold-text-2 {
  font-weight: 700;
}

.c-popup__logos {
  max-width: 33%;
  object-fit: fill;
  margin-top: 8px;
  margin-bottom: 0;
  padding-left: 40px;
  padding-right: 0;
  line-height: 12px;
  display: inline-block;
  overflow: scroll;
}

.c-popup__close {
  width: 40px;
  height: 40px;
  cursor: pointer;
  position: absolute;
  top: -40px;
  bottom: auto;
  left: auto;
  right: 0%;
}

.paragraph-2 {
  text-align: center;
}

.c-text_note {
  width: 100%;
  color: #a797db;
  text-align: center;
  border-bottom: 0 solid #000;
  margin-top: 32px;
  margin-bottom: 8px;
  font-size: 8px;
  line-height: 12px;
}

.c-pop-up__border {
  height: 1px;
  background-color: #b17fcb;
  margin-left: 44%;
  margin-right: 44%;
}

.section {
  margin-top: 60px;
  margin-bottom: 0;
  padding-top: 40px;
  padding-bottom: 40px;
}

.heading {
  text-align: center;
  padding-top: 8px;
  padding-left: 24.24%;
  padding-right: 24.24%;
}

.c-subheading {
  height: auto;
  max-height: 44px;
  min-height: 0;
  color: #000;
  text-align: center;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  margin-bottom: 0;
  padding-left: 1%;
  padding-right: 1%;
  font-size: 14px;
  line-height: 29px;
  display: inline-block;
  position: static;
}

.button-header {
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #000;
  border-radius: 8px;
  flex: 0 auto;
  align-self: center;
  margin-left: 220px;
  padding: 12px 16px;
  font-size: 14px;
  font-weight: 500;
}

.heading-2 {
  color: white;
  justify-content: center;
  align-items: center;
  display: flex;
}

.c-news__horizontal-line {
  width: 8.88%;
  height: 2px;
  background-color: #fff;
  flex: none;
  align-self: flex-start;
  margin-top: 16px;
  margin-right: 12px;
}

.c-news__wrapper {
  color: #fff;
  background-image: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  flex-direction: column;
  justify-content: flex-end;
  padding-top: 80px;
  display: flex;
}

.c-news__wrapper.c-news__wrapper--6 {
  background-image: linear-gradient(rgba(0, 0, 0, .85), rgba(0, 0, 0, .85)), url('../images/noticia-4.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.c-news__wrapper.c-news__wrapper--3 {
  background-image: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)), url('../images/noticia-6.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.c-news__wrapper.c-news__wrapper--8 {
  background-image: linear-gradient(rgba(0, 0, 0, .85), rgba(0, 0, 0, .85)), url('../images/noticia-5.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.c-news__wrapper.c-news__wrapper--4 {
  background-image: linear-gradient(rgba(0, 0, 0, .85), rgba(0, 0, 0, .85)), url('../images/noticia-7.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.c-news__wrapper.c-news__wrapper--5 {
  background-image: linear-gradient(rgba(0, 0, 0, .85), rgba(0, 0, 0, .85)), url('../images/noticia-1.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.c-news__wrapper.c-news__wraper--1 {
  background-image: linear-gradient(rgba(0, 0, 0, .85), rgba(0, 0, 0, .85)), url('../images/noticia-2.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.c-news__wrapper.c-news__wrapper--2 {
  background-image: linear-gradient(rgba(0, 0, 0, .8), rgba(0, 0, 0, .8)), url('../images/noticia-8.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.c-news__wrapper.c-news__wrapper--6-copy {
  background-image: linear-gradient(rgba(0, 0, 0, .85), rgba(0, 0, 0, .85)), url('../images/noticia-4.jpg');
  background-size: auto, cover;
}

.c-news__wrapper.c-news__wrapper--6-copy._7 {
  background-image: linear-gradient(rgba(0, 0, 0, .85), rgba(0, 0, 0, .85)), url('../images/noticia-3.jpg');
  background-position: 0 0, 50%;
}

.c-news___link {
  color: #fff;
  cursor: pointer;
  padding-right: 8.88%;
  text-decoration: none;
}

.c-news___link:hover {
  color: #fff;
}

.c-news__heading-row {
  align-items: center;
  margin-bottom: 12px;
  display: flex;
}

.c-news__paragraph {
  margin-left: 12px;
  padding-left: 8.88%;
  padding-right: 8.88%;
}

.c-menu__wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.c-news__heading {
  flex: 1;
  margin-bottom: 0;
}

.c-menu__image {
  width: 100%;
  height: 100%;
  max-height: 440px;
  object-fit: cover;
  margin-bottom: 0;
}

.c-houses-types__wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin: 40px;
  display: grid;
}

.c-product-types__img {
  border-radius: 0;
}

.c-product-types__heading {
  color: #000;
  margin-bottom: 4px;
  font-size: 20px;
  line-height: 2rem;
}

.c-house-type__heading {
  grid-column-gap: 16px;
  border-bottom: 1px solid #000;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.container {
  justify-content: center;
  display: flex;
}

.l-section-contact {
  background-color: #e6e6e6;
  padding-top: 40px;
  padding-bottom: 40px;
}

.container-contact {
  justify-content: center;
  align-items: center;
  padding-top: 0;
  display: flex;
}

.image-contact {
  background-color: #3d3d3d;
  border-radius: 80px;
  padding: 8px 12px;
}

.container-2 {
  display: flex;
}

.l-container-contact {
  align-items: center;
  display: flex;
}

html.w-mod-js [data-ix="hide-block-title"] {
  opacity: 0;
  transform: translate(0, -10px);
}

html.w-mod-js [data-ix="hide-block-description"] {
  opacity: 0;
  transform: translate(0, 10px);
}

html.w-mod-js [data-ix="hide-block-button"] {
  opacity: 0;
}

html.w-mod-js [data-ix="hide-block-overlay"] {
  opacity: 0;
  display: none;
}

html.w-mod-js [data-ix="fade-in-on-load"] {
  opacity: 0;
  transform: translate(0, 30px);
}

html.w-mod-js [data-ix="fade-in-on-load-2"], html.w-mod-js [data-ix="fade-in-on-load-3"], html.w-mod-js [data-ix="fade-in-on-load-4"] {
  opacity: 0;
}

html.w-mod-js [data-ix="fade-in-on-scroll"], html.w-mod-js [data-ix="fade-in-on-scroll-2"], html.w-mod-js [data-ix="fade-in-on-scroll-3"], html.w-mod-js [data-ix="slide-title"], html.w-mod-js [data-ix="slide-title-2"], html.w-mod-js [data-ix="slide-title-3"], html.w-mod-js [data-ix="slide-title-4"] {
  opacity: 0;
  transform: translate(0, 20px);
}

html.w-mod-js [data-ix="mockup-fade-in"], html.w-mod-js [data-ix="mockup-fade-in-2"] {
  opacity: 0;
  transform: translate(-50px);
}

html.w-mod-js [data-ix="mockup-move"] {
  transform: translate(50px);
}

html.w-mod-js [data-ix="fade-in-zoom"], html.w-mod-js [data-ix="fade-in-zoom-2"], html.w-mod-js [data-ix="fade-in-zoom-3"] {
  opacity: 0;
  transform: scale(.9);
}

html.w-mod-js [data-ix="hide-popup"] {
  opacity: 0;
  display: none;
  transform: scale(1.1);
}

html.w-mod-js [data-ix="hide-gallery-overlay"] {
  opacity: 0;
  display: none;
}

html.w-mod-js [data-ix="fade-in-on-load-5"] {
  opacity: 0;
  transform: translate(0, 30px);
}

html.w-mod-js [data-ix="hide-faq-answer"] {
  opacity: 0;
  height: 0;
  display: none;
}

html.w-mod-js [data-ix="hide-hero-gradient"] {
  opacity: 0;
}

@media screen and (max-width: 991px) {
  li {
    font-size: 13px;
  }

  .l-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .h2--centered.h2--narrow {
    padding-left: 8.88%;
    padding-right: 8.88%;
    font-size: 24px;
  }

  .l-container {
    border-radius: 0;
  }

  .l-container.l-container--valign-center.l-container--thanks {
    min-height: 70vh;
  }

  .l-container.l-container--hero {
    min-height: auto;
  }

  .l-container.l-container--services {
    grid-template-columns: 1fr;
  }

  .l-container.l-continer--carta {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 5fr;
  }

  .c-menu {
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    margin-top: 8px;
    margin-bottom: 0;
    padding-left: 32px;
    padding-right: 32px;
    display: flex;
  }

  .c-menu__nav-link {
    border-bottom-width: 0;
  }

  .c-menu__nav-link.w--current {
    color: #545454;
  }

  .link--cta-primary {
    align-self: flex-start;
  }

  .link--cta-primary.link--cta-primary-left {
    float: left;
  }

  .link--cta-primary.link--cta-primary--download {
    display: block;
  }

  .c-hero {
    min-height: auto;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .c-hero.c-hero--404 {
    background-position: 100% 0;
  }

  .c-hero__content {
    width: 100%;

    margin-bottom: 80px;
    padding-left: 0%;
  }


  .c-hero__image-wrapper {
    display: none;
  }

  .c-menu__nav-dropdown-list {
    padding-top: 0;
    padding-bottom: 16px;
    padding-left: 0;
    display: block;
  }

  .p--highlight.p--lavender.c-steps__subheading {
    padding-right: 0%;
  }

  .c-section-heading {
    margin-left: 0%;
    margin-right: 0%;
  }

  .c-personal-info__link {
    text-align: center;
    flex-direction: column;
  }

  .c-personal-info__link.c-personal-info__link--webinars {
    flex-direction: row;
  }

  .c-footer {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    margin-top: -40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .l-grid--footer {
    grid-template-columns: 1fr 1fr 2fr;
  }

  .l-legals {
    margin-bottom: 40px;
    padding-right: 0%;
  }

  .c-personal-info__img {
    margin-top: 8px;
    margin-bottom: 8px;
  }

  .c-aside.c-aside--webinars {
    margin-left: 0%;
  }

  .menu-button {
    flex-flow: row;
    justify-content: center;
    align-items: flex-start;
  }

  .menu-button.w--open {
    color: #000;
    background-color: rgba(0, 0, 0, 0);
    flex-direction: row;
  }

  .paragraph {
    font-size: 16px;
    display: block;
  }

  .paragraph.l-container {
    font-size: 16px;
  }

  .div-block-11 {
    align-items: flex-start;
    display: flex;
  }

  .c-personal-info__content.c-personal-info__content--webinar {
    text-align: left;
  }

  .c-benefit__img {
    max-width: 120px;
  }

  .c-benefit__block {
    align-items: center;
    margin-bottom: 0;
  }

  .c-testimonial__row.c-slider {
    padding-left: 10px;
    padding-right: 10px;
  }

  .c-data__row {
    border-radius: 32px;
    margin-left: 0;
    margin-right: 0;
  }

  .c-data__img {
    align-self: stretch;
  }

  .c-data__content {
    padding-left: 32px;
    padding-right: 24%;
  }

  .l-column--horizontal {
    flex-direction: column;
  }

  .c-hero__img.c-hero__img--mockup {
    width: 44%;
    margin-bottom: 0;
    margin-right: 0%;
  }

  .c-cta-form__card {
    padding-left: 40px;
    padding-right: 40px;
  }

  .c-benefit__wrapper {
    grid-row-gap: 16px;
  }

  .c-spiral {
    max-height: 320px;
    margin-left: -240px;
    display: none;
  }

  .c-spiral.c-spiral--left, .c-spiral.c-spiral_pricing--left, .c-spiral.c-spiral_pricing--right {
    margin-right: -160px;
  }

  .c-riders__bg-shape {
    width: 99%;
    border-top-left-radius: 32px;
  }

  .c-riders__content {
    width: 66.66%;
    border-radius: 32px;
    flex: 0 auto;
    justify-content: flex-start;
    align-items: stretch;
    margin-left: 0%;
    padding: 54px 40px;
  }

  .c-steps__bg-shape {
    width: 99%;
    border-top-right-radius: 32px;
  }

  .c-steps__img {
    align-self: center;
    margin-left: 0%;
  }

  .c-steps__content {
    width: 66.66%;
    border-top-right-radius: 32px;
    border-bottom-right-radius: 32px;
    align-items: stretch;
    padding: 40px;
  }

  .p--lavender {
    flex: 0 auto;
  }

  .c-cta__img {
    width: 50%;
    object-fit: cover;
    border-top-left-radius: 32px;
    border-bottom-left-radius: 32px;
    margin-left: 0%;
  }

  .link--cta-primary-2 {
    align-self: flex-start;
  }

  .link--cta-primary-2.link--cta-primary--download {
    margin-top: 16px;
    padding-left: 16px;
    padding-right: 16px;
    display: block;
  }

  .link--cta-stores.link--cta-primary.c-download__link.c-download__link--last-child.c-download__link--apple, .link--cta-stores.link--cta-primary.c-download__link.c-download__link--google {
    display: none;
  }

  .c-pricing__wrapper {
    padding-left: 15%;
    padding-right: 15%;
  }

  .link--cta-primary-3 {
    align-self: flex-start;
  }

  .link--cta-primary-3.link--cta-primary--download {
    margin-top: 0;
    padding-left: 16px;
    padding-right: 16px;
    display: block;
  }

  .c-pricing__feature.c-pricing__feature--lastl-child {
    padding-bottom: 16px;
  }

  .c-pricing__card {
    flex: 1;
    margin-bottom: 0;
  }

  .c-pricing__card.c-pricing__card--pack {
    margin-left: 16px;
    margin-right: 16px;
  }

  .c-pricing__card.c-pricing__card--pack.c-pricing__card--darker {
    margin-left: 0;
    margin-right: 0;
  }

  .c-pricing__img {
    width: 200px;
  }

  .c-menu-2 {
    background-color: #fff;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 0;
    margin-bottom: 0;
    padding: 12px 32px 32px;
  }

  .c-menu__nav-link-2 {
    border-bottom-width: 0;
    align-self: auto;
  }

  .c-menu__nav-link-2.w--current {
    color: #176a43;
    margin-left: 24px;
    margin-right: 24px;
  }

  .c-cta__wrapper-2 {
    align-self: auto;
  }

  .c-cta__wrapper-2.c-cta__wrapper--black {
    display: flex;
  }

  .c-features__paragraph {
    font-size: 16px;
  }

  .c-steps__content-copy {
    width: 66.66%;
    border-top-right-radius: 32px;
    border-bottom-right-radius: 32px;
    align-items: stretch;
    padding: 40px;
  }

  .c-steps__img-old {
    margin-left: 0%;
  }

  .c-popup__heading {
    font-size: 48px;
    line-height: 56px;
  }

  .c-menu__container {
    align-items: stretch;
    margin-top: 32px;
    padding-left: 0%;
    padding-right: 0%;
  }

  .c-services__heading-container {
    text-align: center;
    margin-bottom: 24px;
  }

  .c-popup__subheading {
    margin-top: 8px;
  }

  .c-subheading {
    margin-bottom: 16px;
  }

  .button-header {
    text-align: center;
    flex: none;
    margin-left: 0;
    padding-left: 8px;
    padding-right: 8px;
    display: block;
  }

  .heading-2 {
    padding-top: 40px;
    
  }

  .c-menu__wrapper {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .c-houses-types__wrapper {
    grid-template-columns: 1fr 1fr;
    padding-left: 0%;
    padding-right: 0%;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 32px;
    line-height: 44px;
  }

  h2 {
    font-size: 28px;
    line-height: 36px;
  }

  .l-section {
    padding: 32px 0;
  }

  .l-section.l-section__bg--wave-footer-2 {
    margin-top: -32px;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .l-section.l-grid--riders {
    grid-template-rows: auto;
    grid-template-columns: 8px minmax(auto, 1120px) 8px;
  }

  .l-section.l-grid--contact {
    grid-row-gap: 24px;
    grid-template-rows: auto auto;
    grid-template-columns: 8px minmax(auto, 1120px) 8px;
    padding-top: 0;
    padding-bottom: 80px;
  }

  .l-section.l-section--cta-form {
    margin-top: -40px;
  }

  .l-section.l-grid--steps {
    grid-template-rows: auto;
    grid-template-columns: 8px minmax(auto, 1120px) 8px;
  }

  .l-section.l-section--cta {
    grid-template-columns: 40px minmax(auto, 1220px) 40px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .l-section.l-grid--pricing {
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 8px minmax(auto, 1120px) 8px;
    display: flex;
  }

  .contact-popup {
    overflow: auto;
  }

  .h2--centered.h2--narrow {
    padding-left: 0%;
    padding-right: 0%;
  }

  .p--smallest {
    text-align: left;
    margin-top: 24px;
    margin-bottom: 8px;
  }

  .l-container {
    align-items: flex-start;
    padding-left: 24px;
    padding-right: 24px;
    display: block;
  }

  .l-container.l-container--hero.l-container--menu {
    min-height: auto;
  }

  .l-container.l-container--center-content {
    display: block;
  }

  .l-container.l-container--steps {
    flex-direction: column;
  }

  .l-container.l-continer--carta {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }

  .c-nav__logo {
    max-height: 64px;
  }

  .c-menu {
    padding-right: 0;
  }

  .c-hero {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    margin-bottom: 0;
    padding-top: 0;
  }

  .c-hero.c-hero--thanks {
    background-position: 50% 0;
  }

  .c-hero.c-hero--menu {
    margin-bottom: 0;
  }

  .c-hero__content {
    margin-top: 80px;
    margin-bottom: 40px;
  }

  .p--highlight.p--lavender.c-steps__subheading {
    font-size: 16px;
    line-height: 24px;
  }

  .l-row.l-row--full-height {
    flex-direction: column;
  }

  .c-footer {
    padding: 40px 20px;
  }

  .c-footer__logo-link.w--current {
    margin-top: 0;
  }

  .c-footer__logo {
    object-fit: contain;
  }

  .c-footer__logo-gob {
    object-fit: contain;
  }

  .c-footer__heading {
    margin-top: 0;
    margin-bottom: 8px;
  }

  .l-grid--footer {
    grid-row-gap: 16px;
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .c-aside {
    display: none;
  }

  .c-aside.c-aside--webinars {
    display: block;
  }

  .c-footer__link {
    margin-bottom: 8px;
  }

  .menu-button {
    padding-right: 0;
  }

  .c-measurements__content {
    max-width: none;
    padding-right: 0;
  }

  .c-benefit__row {
    flex-wrap: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .c-benefit__block {
    padding-left: 8.88%;
    padding-right: 8.88%;
  }

  .c-measurements__img {
    width: 100%;
    padding-left: 4%;
  }

  .c-testimonial {
    margin-bottom: 32px;
  }

  .c-testimonial__row {
    flex-direction: column;
  }

  .c-testimonial__row.c-slider {
    padding-left: 40px;
    padding-right: 40px;
  }

  .c-data__content {
    padding-right: 32px;
  }

  .c-contact__img {
    width: 100vw;
    max-height: 320px;
  }

  .c-contact__content {
    max-width: none;
    padding-bottom: 0;
  }

  .h3-like {
    font-size: 20px;
    line-height: 32px;
  }

  .l-column--horizontal {
    flex-direction: column;
  }

  .h2-like {
    font-size: 28px;
    line-height: 36px;
  }

  .c-data__slide {
    flex-direction: column-reverse;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .c-slider__left-arrow {
    width: auto;
    align-items: flex-start;
    margin-left: 0%;
    padding-top: 45vw;
    padding-left: 8px;
  }

  .c-slider__right-arrow {
    width: auto;
    align-items: flex-start;
    padding-top: 45vw;
    padding-right: 8px;
  }

  .c-hero__img-container {
    align-self: center;
  }

  .c-cta-form__card {
    margin-left: 0%;
    margin-right: 0%;
  }

  .c-cta-form__paragraph {
    font-size: 16px;
    line-height: 24px;
  }

  .c-features__column {
    margin-bottom: 24px;
  }

  .c-features__img {
    max-width: 240px;
    margin-bottom: 24px;
  }

  .c-features_heading {
    margin-bottom: 8px;
    font-size: 32px;
    line-height: 32px;
  }

  .c-benefit__wrapper {
    grid-row-gap: 16px;
    grid-template-columns: 1fr;
  }

  .c-spiral {
    display: none;
  }

  .c-spiral.c-spiral_pricing--right {
    position: relative;
  }

  .c-riders__bg-shape {
    width: 97%;
    max-height: 64%;
  }

  .c-riders__content {
    width: 100%;
    border-radius: 0;
    padding: 24px 24px 32px;
  }

  .c-riders__wrapper {
    border-radius: 32px;
    flex-direction: column-reverse;
    overflow: hidden;
  }

  .c-riders__img {
    width: 100%;
    border-radius: 0;
    margin-top: 0;
    margin-bottom: 0;
  }

  .c-steps__bg-shape {
    width: 97%;
    max-height: 64%;
  }

  .c-steps__wrapper {
    background-color: #eee3fd;
    border-radius: 32px;
    flex-direction: column-reverse;
    margin-bottom: 220px;
  }

  .c-steps__img {
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
  }

  .c-steps__content {
    width: 100%;
    background-color: rgba(0, 0, 0, 0);
    border-radius: 0;
    margin-top: 0;
    margin-bottom: 0;
    padding: 24px 24px 32px;
  }

  .c-cta__background {
    display: none;
  }

  .c-cta__wrapper {
    flex-direction: column;
  }

  .c-cta__img {
    width: 100%;
    border-top-right-radius: 32px;
    border-bottom-left-radius: 0;
  }

  .c-cta__content {
    width: 100%;
    border-bottom-right-radius: 32px;
    border-bottom-left-radius: 32px;
    padding-right: 32px;
  }

  .link--cta-primary-2 {
    align-self: center;
  }

  .link--cta-primary-2.link--cta-primary--download {
    margin-top: 12px;
  }

  .c-pricing__wrapper {
    flex-direction: column;
    align-items: stretch;
    margin-top: -40px;
    padding-top: 40px;
    padding-left: 10%;
    padding-right: 10%;
    display: block;
  }

  .link--cta-primary-3 {
    align-self: center;
  }

  .link--cta-primary-3.link--cta-primary--download {
    margin-top: 0;
  }

  .c-pricing__features {
    padding-top: 12px;
  }

  .c-pricing__feature-text {
    font-size: 14px;
  }

  .c-pricing__feature {
    padding-bottom: 8px;
  }

  .c-pricing__pricing {
    padding-bottom: 12px;
    font-size: 24px;
    line-height: 32px;
  }

  .c-pricing__feature-icon {
    width: 32px;
  }

  .c-pricing__from {
    padding-top: 12px;
  }

  .c-pricing__subtitle {
    padding-bottom: 12px;
    font-size: 14px;
  }

  .c-pricing__card {
    padding-top: 0;
    position: static;
  }

  .c-pricing__card.c-pricing__card--basic {
    margin-top: 0;
    margin-bottom: 24px;
  }

  .c-pricing__card.c-pricing__card--pack {
    margin-top: 24px;
    position: relative;
  }

  .c-pricing__card.c-pricing__card--pack.c-pricing__card--darker {
    position: relative;
  }

  .c-pricing__img {
    display: none;
  }

  .c-menu__nav-link-2 {
    font-size: .875rem;
  }

  .c-features__paragraph {
    font-size: 20px;
  }

  .c-services__card {
    grid-template-columns: minmax(96px, 2fr) 3fr;
  }

  .c-services__card.c-services__card--small {
    grid-template-columns: minmax(96px, 1fr) 3fr;
    margin-bottom: 24px;
  }

  .c-services__heading {
    font-size: 28px;
    line-height: 32px;
  }

  .c-steps__content-copy {
    width: 100%;
    background-color: rgba(0, 0, 0, 0);
    border-radius: 0;
    margin-top: 0;
    margin-bottom: 0;
    padding: 24px 24px 32px;
  }

  .c-steps__img-old {
    width: 100%;
    margin-bottom: -220px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .c-digital-menu__img.c-digital-emu__img-3 {
    margin-bottom: 32px;
  }

  .c-popup__wrapper {
    padding-top: 24px;
    padding-bottom: 24px;
    line-height: 40px;
  }

  .c-popup__heading {
    margin-bottom: 8px;
    font-size: 32px;
    line-height: 40px;
  }

  .c-menu__container {
    flex-direction: column;
  }

  .c-popup__subheading {
    max-width: 250px;
    margin-top: 0;
    font-size: 16px;
    line-height: 20px;
  }

  .c-popup__logos {
    padding-left: 16px;
  }

  .c-popup__close {
    width: 24px;
    height: 24px;
    margin-bottom: 0;
    top: -32px;
  }

  .c-text_note {
    margin-top: 24px;
  }

  .heading-2 {
    margin-top: 40px;
  }

  .c-menu__wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .c-houses-types__wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .c-product-types__heading {
    font-size: 1.25rem;
  }

  .c-houses-types__paragraph {
    padding-left: 0%;
    padding-right: 0%;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 31px;
    line-height: 37px;
  }

  h2 {
    font-size: 24px;
    line-height: 29px;
  }

  .link--cta-button {
    margin-top: 10px;
  }

  .link--cta-button.button--lavender {
    text-align: center;
    font-size: 12px;
  }

  .l-section {
    padding: 24px 0;
  }

  .l-section.l-grid--riders {
    grid-column-gap: 24px;
    grid-template-columns: 0 minmax(auto, 1120px) 0;
  }

  .l-section.l-section--cta-form {
    margin-top: -40px;
  }

  .l-section.l-grid--steps {
    grid-column-gap: 24px;
    grid-template-columns: 0 minmax(auto, 1120px) 0;
  }

  .l-section.l-section--cta {
    grid-template-columns: 24px minmax(auto, 1220px) 24px;
  }

  .l-section.l-grid--pricing {
    grid-column-gap: 24px;
    grid-template-columns: 0 minmax(auto, 1120px) 0;
    display: flex;
  }

  .h2--centered.h2--narrow {
    padding-bottom: 40px;
  }

  .p--small.p--white {
    position: relative;
  }

  .l-container {
    padding-left: 24px;
    padding-right: 24px;
  }

  .l-container.l-container--hero {
    min-height: auto;
    flex-direction: column;
  }

  .l-container.l-container--center-content {
    padding-left: 16px;
    padding-right: 16px;
  }

  .c-menu__nav-link.c-menu__nav-link--access {
    display: none;
  }

  .link--cta-primary.link--cta-primary--download {
    margin-top: 0;
  }

  .c-hero {
    padding-top: 96px;
  }

  .c-hero.c-hero--alternative-bg {
    background-image: none;
  }

  .c-hero.c-hero--thanks {
    background-image: linear-gradient(#eee3fd, #eee3fd), url('../images/thansk.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
  }

  .c-hero.c-hero--404 {
    background-image: linear-gradient(#eee3fd, #eee3fd), url('../images/404error.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
  }

  .c-hero__content {
    width: 100%;
    margin-top: 15px;
    margin-bottom: 24px;
  }

  .c-hero__content.c-hero__content--404 {
    width: 100%;
    padding-left: 0%;
  }

  .c-hero__content.c-hero__content--thank-you {
    text-align: center;
    padding-left: 0%;
    padding-right: 0%;
  }

  .c-personal-info__link.c-personal-info__link--webinars {
    flex-direction: column;
  }

  .c-footer {
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
  }

  .c-footer__logo-link {
    height: 60px;
  }

  .c-footer__logo-link.w--current {
    margin-bottom: 16px;
  }

  .c-footer__heading {
    margin-top: 20px;
  }

  .c-footer__socials-wrapper {
    flex-wrap: wrap;
  }

  .c-personal-info__name {
    justify-content: center;
  }

  .c-personal-info__content.c-personal-info__content--webinar {
    text-align: center;
  }

  .c-benefit {
    margin-bottom: 32px;
  }

  .c-benefit.c-benefit--low {
    margin-top: 0;
  }

  .c-benefit__row {
    grid-template-columns: 1fr;
    display: grid;
  }

  .c-benefit__block {
    text-align: center;
    flex-direction: column;
    margin-top: 0;
    padding-left: 0%;
    padding-right: 0%;
  }

  .c-testimonial__row.c-slider {
    padding-left: 8px;
    padding-right: 8px;
  }

  .c-data__row {
    flex-direction: column-reverse;
    grid-template-columns: 1fr;
    display: flex;
  }

  .c-data__img {
    border-bottom-right-radius: 0;
  }

  .c-data__content {
    padding: 24px 24px 32px;
  }

  .c-contact__content {
    padding-top: 0;
    padding-bottom: 0;
  }

  .c-slider__left-arrow, .c-slider__right-arrow {
    padding-top: 40vw;
  }

  .c-hero__img.c-hero__img--mockup {
    width: 100%;
    margin-bottom: 24px;
  }

  .c-cta-form__card {
    padding: 32px 24px;
  }

  .c-features__column {
    margin-bottom: 16px;
  }

  .c-features_heading {
    margin-bottom: 8px;
  }

  .c-benefit__content {
    align-items: center;
    margin-left: 0;
  }

  .c-riders__content {
    width: 100%;
    border-radius: 0 0 32px 32px;
    padding: 24px 24px 32px;
  }

  .c-riders__wrapper {
    flex-direction: column-reverse;
  }

  .c-riders__img {
    width: 100%;
    border-top-left-radius: 32px;
    border-top-right-radius: 32px;
    margin-top: 0;
    margin-bottom: 0;
  }

  .c-steps__content {
    padding: 24px 24px 32px;
  }

  .c-steps__item {
    flex-direction: column;
    align-items: stretch;
  }

  .c-steps__img-column {
    width: 100%;
    max-width: none;
    flex-flow: row;
    justify-content: space-between;
    align-items: flex-start;
    margin-right: 0;
    overflow: visible;
  }

  .c-steps__img--step {
    width: 33%;
    flex: 0 auto;
  }

  .c-steps__list {
    padding-left: 0;
  }

  .c-steps__list-item {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 16px;
  }

  .c-cta__content {
    align-items: stretch;
    padding: 24px 24px 32px;
  }

  .link--cta-primary-2.link--cta-primary--download {
    margin-top: 24px;
  }

  .c-download {
    align-items: center;
  }

  .c-pricing__wrapper {
    flex-direction: column-reverse;
  }

  .link--cta-primary-3.link--cta-primary--download {
    margin-top: 0;
  }

  .c-pricing__card {
    margin-bottom: 24px;
  }

  .c-pricing__card.c-pricing__card--pack {
    margin-top: 0;
  }

  .c-services__card {
    grid-template-columns: 1fr;
  }

  .c-services__heading {
    margin-top: 8px;
    padding-left: 24px;
  }

  .c-services__heading.c-services__heading---small {
    margin-top: 16px;
    padding-left: 0;
    padding-right: 16px;
  }

  .c-services__image {
    margin-top: 8px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .c-services__image.c-services__image--comandero {
    padding-left: 48px;
    padding-right: 48px;
  }

  .c-services__image.c-services__images-small {
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .c-services__content {
    margin-bottom: 8px;
    margin-left: 24px;
  }

  .c-services__content.c-services__content-small {
    margin-left: 0;
    margin-right: 16px;
  }

  .c-steps__content-copy {
    padding: 24px 24px 32px;
  }

  .c-popup__wrapper {
    background-image: none;
    display: flex;
  }

  .c-popup__heading {
    text-align: center;
    line-height: 36px;
  }

  .button-2 {
    margin-top: 10px;
  }

  .c-popup__subheading {
    text-align: center;
    margin-bottom: 0;
  }

  .button-3 {
    margin-top: 10px;
  }

  .c-popup__logos {
    max-width: 100%;
    margin-top: 0;
    padding-bottom: 16px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .c-text_note {
    width: 100%;
  }

  .c-menu__wrapper, .c-houses-types__wrapper {
    grid-template-columns: 1fr;
  }
}

#w-node-_8ce58b42-ef12-8e08-f2f4-9967fbb2eac2-228f9aca {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: stretch;
}

#w-node-_07b04c9d-d752-0d10-73cb-ac9cf57b123a-228f9aca, #w-node-_5e122b6a-ba44-78f3-af14-edb6d58a22ee-228f9aca, #w-node-_6e65e459-edf7-389f-a68e-eea46133d422-228f9aca, #w-node-_0cf3d70e-6e18-dbe8-131f-ed2260dfe6a1-228f9aca {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: stretch;
}

#w-node-_8af9874c-ba2f-0598-a4c1-6f2599341cd2-228f9aca {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: stretch;
}

#w-node-_2392e8f0-4e67-2b02-412f-4da878c7ab0b-6681d18f {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_2d40b0ef-17c5-32a6-66f2-26b9fcc24ea2-6681d18f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_593f032c-748f-9ce8-bafd-2cd9acd58f64-6681d18f {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_9eaeb871-03d2-03af-0d22-aae6db0bd23d-6681d18f {
  grid-area: 3 / 1 / 4 / 3;
}

#w-node-_97b3c761-3739-a7ab-3fbe-9f0a8f535148-6681d18f {
  grid-area: 2 / 3 / 4 / 4;
  align-self: end;
}

#w-node-e06fba33-9f3e-f151-cc7b-19dac982b3f2-a08f9b62 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-e06fba33-9f3e-f151-cc7b-19dac982b3f3-a08f9b62 {
  grid-area: 1 / 1 / 2 / 4;
  align-self: end;
  justify-self: end;
}

#w-node-e06fba33-9f3e-f151-cc7b-19dac982b3f4-a08f9b62 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: end;
  justify-self: end;
}

#w-node-_6128b8ff-0854-ed60-d87d-879e9fff72e4-a08f9b62 {
  grid-area: 1 / 1 / 2 / 4;
  justify-self: end;
}

#w-node-_6128b8ff-0854-ed60-d87d-879e9fff72e5-a08f9b62 {
  grid-area: 1 / 1 / 2 / 4;
  align-self: end;
  justify-self: start;
}

#w-node-_6128b8ff-0854-ed60-d87d-879e9fff72e6-a08f9b62 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: end;
  justify-self: start;
}

#w-node-c217933b-bf3c-7b5f-4fac-a094abff2cf1-a08f9b62 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-c217933b-bf3c-7b5f-4fac-a094abff2cf2-a08f9b62 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: stretch;
}

@media screen and (max-width: 991px) {
  #w-node-_8ce58b42-ef12-8e08-f2f4-9967fbb2eac2-228f9aca, #w-node-_8af9874c-ba2f-0598-a4c1-6f2599341cd2-228f9aca {
    grid-column: span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_2392e8f0-4e67-2b02-412f-4da878c7ab0b-6681d18f {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_2d40b0ef-17c5-32a6-66f2-26b9fcc24ea2-6681d18f {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_593f032c-748f-9ce8-bafd-2cd9acd58f64-6681d18f {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_9eaeb871-03d2-03af-0d22-aae6db0bd23d-6681d18f {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-_97b3c761-3739-a7ab-3fbe-9f0a8f535148-6681d18f {
    grid-area: 5 / 1 / 6 / 2;
    align-self: end;
  }
}
.text-grey {
  color: #545454;
}
.mb-1 {
  margin-bottom: 3px;
}
.mb-2 {
  margin-bottom: 6px;
}
.mb-3 {
  margin-bottom: 10px;
}
.mb-4 {
  margin-bottom: 15px;
}
.ul-legal li {
  font-size: 16px;
  line-height : 20px;
}

.loader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url('../images/food-delivery.gif') 50% 50% no-repeat rgb(249,249,249);
  background-size: 180px;
  opacity: .8;
}