:root {
  --text--black: #2c2c2c;
  --zigi-fuscia: #f6009e;
  --zigi-indigo: #3663ff;
  --zigi-gris: #f0f0f0;
  --text--body: #707070;
  --zigi-black: #000;
  --zigi-green: #ceff59;
  --cuik--violet-50: #bf87fa;
  --white: white;
  --cuik--violet: #7729cb;
  --transparent: #fff0;
  --cuik--claro: #f8f6fb;
  --zigi-light-green: #cee2d6;
  --body-over-dark: #5a5a5a;
  --cuik--black: #292929;
  --cuik--violet-200: #460b85;
}

.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-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

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

body {
  color: var(--text--black);
  font-family: Roboto, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  color: var(--zigi-fuscia);
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Roboto Condensed, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Roboto Condensed, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

h3 {
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Roboto Condensed, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
}

p {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 22px;
}

a {
  color: var(--zigi-indigo);
  text-decoration: underline;
  transition: all .3s;
}

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

blockquote {
  border-left: 5px solid var(--zigi-gris);
  color: var(--text--body);
  margin-bottom: 10px;
  padding: 10px 20px;
  font-family: Roboto Condensed, sans-serif;
  font-size: 18px;
  line-height: 22px;
}

.button-main {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: var(--zigi-black);
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  border-radius: 100px;
  justify-content: center;
  align-self: auto;
  align-items: center;
  padding: 10px 26px;
  font-family: Roboto Condensed, sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 25px;
  text-decoration: none;
  transition: background-color .2s cubic-bezier(.645, .045, .355, 1);
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-main:hover {
  background-color: #f32991;
}

.button-main.submit {
  margin-top: 40px;
  margin-left: auto;
}

.button-main.dropdown {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  padding-right: 20px;
  font-weight: 400;
}

.button-main.dropdown:hover {
  background-color: var(--zigi-black);
}

.menu-button {
  color: #fff;
}

.nav-link {
  color: #fff;
  border-radius: 8px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 16px;
  font-weight: 500;
  transition: all .3s;
}

.nav-link:hover {
  color: var(--zigi-green);
  background-color: #00000059;
}

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

.nav-link.cuik-link:hover, .nav-link.cuik-link.w--current {
  color: var(--cuik--violet-50);
}

.nav-menu {
  grid-column-gap: 10px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 0;
  display: flex;
}

.nav-menu.align-right {
  justify-content: flex-end;
}

.inner-nav {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.container-nav {
  max-width: 1480px;
  padding-left: 20px;
  padding-right: 20px;
}

.navbar {
  z-index: 10;
  background-color: var(--zigi-black);
  position: sticky;
  top: 0;
}

.container {
  z-index: 2;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: column;
  flex: none;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.container.blog-header {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-items: flex-start;
}

.container.blog-container {
  align-items: flex-start;
  max-width: 800px;
}

.container.half-content {
  padding: 50px;
}

.container.sticky {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  max-width: 500px;
  margin-bottom: 60px;
  position: sticky;
  top: 160px;
}

.container.centered {
  justify-content: flex-start;
  align-items: center;
}

.fn-features-card {
  color: #ecf0ef;
  background-color: #0f1213;
  border: 1px solid #0f1213;
  border-radius: 12px;
  flex-direction: column;
  align-items: flex-start;
  padding: 26px;
  text-decoration: none;
  transition: border-color .25s;
  display: flex;
}

.fn-features-card:hover {
  color: #ecf0ef;
  border-color: #df0;
}

.fn-features-card-with-image {
  color: #ecf0ef;
  background-color: #0f1213;
  border-radius: 12px;
  flex-direction: column;
  align-items: flex-start;
  padding: 0;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.fn-features-card-with-image:hover {
  color: #ecf0ef;
}

.fn-dorpdown-link {
  margin-left: 0;
  margin-right: 0;
}

.fn-get-a-demo-link {
  color: #df0;
  letter-spacing: .1em;
  text-transform: uppercase;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 260px;
  height: 230px;
  font-size: 16px;
  line-height: 1.4em;
  text-decoration: none;
  transition: letter-spacing .25s;
  display: flex;
  position: relative;
}

.fn-get-a-demo-link:hover {
  color: #df0;
  letter-spacing: .3em;
}

.fn-get-a-demo-link.w--current:hover {
  color: #df0;
}

.heading_large {
  color: var(--text--black);
  letter-spacing: -.02em;
  margin-top: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 4.8em;
  font-weight: 700;
  line-height: 1;
}

.heading-medium {
  color: var(--text--black);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto Condensed, sans-serif;
  font-size: 3em;
  font-weight: 700;
  line-height: 1.1;
}

.heading-medium.bold {
  font-weight: 700;
}

.heading-medium.white {
  color: #a0a0a0;
}

.heading-medium.header.white, .heading-medium.full-white {
  color: var(--white);
}

.heading-medium.purple {
  color: var(--cuik--violet);
}

.heading-medium.max-width {
  max-width: 600px;
}

.walsh-link-wrapper {
  color: #000000d9;
  white-space: nowrap;
  border-bottom: 1px dashed #c5c5c5;
  justify-content: space-between;
  align-items: center;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.2em;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.walsh-link-wrapper:hover {
  color: #575555d9;
  padding-right: 0;
}

.cta-block {
  background-color: var(--zigi-green);
  background-image: url('../images/zigi_border.svg');
  background-position: -10%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 100%;
  padding: 5.5em 5.5em 5.5em 8em;
  position: relative;
  overflow: hidden;
}

.link-wrapper {
  color: #000000d9;
  white-space: nowrap;
  border-bottom: 1px dashed #c5c5c5;
  justify-content: space-between;
  align-items: center;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.2em;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.link-wrapper:hover {
  color: #575555d9;
  padding-right: 0;
}

.heading-regular {
  color: var(--zigi-fuscia);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto Condensed, sans-serif;
  font-size: 1.8em;
  font-weight: 600;
  line-height: 1.2;
}

.heading-regular.black {
  color: var(--zigi-black);
  text-transform: uppercase;
  font-family: Roboto Condensed, sans-serif;
}

.card-container {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.card-container.blog {
  padding: 2.6em;
}

.card-img {
  object-fit: cover;
  flex: 1;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.card-img-wrapper {
  border-bottom: 1px solid #000;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 100%;
  height: 20em;
  padding: 0;
  display: flex;
  overflow: hidden;
}

.card {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  background-color: #fff;
  border-radius: 15px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 3em;
  display: flex;
  overflow: hidden;
}

.card.border {
  border: 2px solid var(--zigi-black);
}

.card.border.horizontal {
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
}

.card.horizontal {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
}

.card.small-gap {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
}

.card.blog {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  padding: 0;
}

.main-grid {
  grid-column-gap: 2.2em;
  grid-row-gap: 2.2em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start stretch;
  width: 100%;
  display: grid;
  position: relative;
}

.main-grid.cta-grid {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 120px;
  display: flex;
}

.main-grid.hide {
  display: none;
}

.main-grid.productos {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
}

.button-label {
  text-transform: uppercase;
  font-family: Roboto Condensed, sans-serif;
  font-weight: 600;
}

.button-label-wrapped {
  z-index: 4;
  grid-column-gap: 8px;
  align-items: center;
  display: flex;
  position: relative;
}

.link-button {
  border-bottom: 1px dashed var(--text--body);
  color: var(--zigi-black);
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 16px;
  text-decoration: none;
  transition: all .3s;
  box-shadow: inset 0 -3px #ffffff1a;
}

.link-button:hover {
  border-bottom-color: var(--zigi-black);
  box-shadow: inset 0 -3px 0 0 var(--zigi-fuscia);
  color: var(--zigi-black);
}

.link-button.white {
  border-bottom-color: var(--white);
  color: var(--white);
}

.link-button.black {
  border-bottom-color: var(--zigi-black);
  color: var(--zigi-black);
}

.walsh-link-block-orange-2 {
  color: #fff;
  text-align: center;
  background-color: #ff715b;
  border-radius: 100px;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  padding: 20px 32px;
  text-decoration: none;
  transition: background-color .2s cubic-bezier(.645, .045, .355, 1);
  display: flex;
  position: relative;
  overflow: hidden;
}

.walsh-link-block-orange-2:hover {
  background-color: #ffbba6;
}

.font-color {
  color: var(--zigi-fuscia);
  display: inline-block;
}

.font-color.green {
  color: var(--zigi-green);
}

.left-hero {
  grid-row-gap: 3em;
  color: #fff;
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding-top: 5em;
  padding-bottom: 5em;
  padding-left: 40px;
  display: flex;
}

.hero-grid {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  place-items: start stretch;
  width: 100%;
  max-width: 1480px;
  position: relative;
}

.container-hero {
  z-index: 2;
  background-color: var(--zigi-green);
  flex: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: relative;
}

.heading-small-hero {
  color: var(--zigi-black);
  margin-top: 16px;
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 400;
  position: static;
  inset: auto 0% 0%;
}

.respaldo-bi-container {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  display: flex;
}

.icon-arrow {
  height: 12px;
  margin-top: 0;
}

.link-button-gray {
  color: #000000d9;
  white-space: nowrap;
  border-bottom: 1px dashed #c5c5c5;
  justify-content: space-between;
  align-items: center;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.2em;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.link-button-gray:hover {
  color: #575555d9;
  padding-right: 0;
}

.paragraph {
  color: var(--text--body);
  font-size: 16px;
  line-height: 23px;
}

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

.paragraph.no-space-bellow, .paragraph.p-productos {
  margin-bottom: 0;
}

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

.paragraph.centered-mobile.white.bigger {
  font-size: 20px;
  line-height: 28px;
}

.title-tag {
  color: var(--zigi-fuscia);
  text-transform: uppercase;
  font-family: Roboto Condensed, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.title-tag.blue {
  color: var(--zigi-indigo);
  -webkit-text-stroke-color: var(--zigi-indigo);
}

.title-tag.green {
  color: var(--zigi-green);
}

.title-tag.cuik-tag {
  color: var(--cuik--violet);
}

.title-tag.cuik-tag.green {
  color: var(--zigi-green);
}

.flex-tag {
  grid-column-gap: 10px;
  align-items: center;
  display: flex;
}

.centered-wrapper {
  color: #fff;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 6em;
  padding-bottom: 10px;
  display: flex;
}

.grid-footer {
  grid-column-gap: 2.2em;
  grid-row-gap: 2.2em;
  grid-template-rows: 117px;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  align-items: start;
  width: 100%;
  position: relative;
}

.section {
  z-index: 2;
  flex: none;
  width: 100%;
  padding: 5em 4em 4em;
  position: relative;
  overflow: hidden;
}

.section.green-bg {
  background-color: var(--zigi-green);
}

.section.black-bg {
  background-color: var(--zigi-black);
}

.section.donde-pagar {
  background-color: var(--zigi-black);
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  padding-top: 4em;
  padding-bottom: 0;
  display: flex;
}

.section.same-padding {
  padding-top: 4em;
}

.section.varias-plecas-arriba {
  padding-top: 7em;
}

.section.border-down {
  border-bottom: 1px solid #e9e9e9;
}

.section.no-padding {
  padding-top: 0;
  padding-bottom: 0;
}

.section.no-padding.purple-bg {
  background-color: var(--cuik--violet);
}

.container-centered {
  grid-column-gap: 20px;
  justify-content: center;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.content-wrap {
  grid-row-gap: 2em;
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 42em;
  padding-top: 6em;
  padding-bottom: 6em;
  display: flex;
}

.content-wrap.no-padding-responsive {
  padding-top: 2em;
}

.content-wrap.cuik {
  grid-row-gap: 1em;
  max-width: 50em;
  position: relative;
}

.image {
  object-fit: contain;
  width: 100%;
  max-width: 35em;
  max-height: 35em;
}

.flex-horizontal {
  grid-column-gap: 4em;
  flex-wrap: nowrap;
  justify-content: center;
  width: 100%;
  display: flex;
}

.flex-horizontal.grid-header {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  place-items: center stretch;
  display: grid;
  position: relative;
}

.flex-horizontal.grid-mainpart {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  place-items: center stretch;
  display: grid;
  position: relative;
}

.rounded-container {
  z-index: 2;
  background-color: var(--zigi-black);
  border-radius: 20px;
  flex: none;
  width: 100%;
  max-width: 1480px;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 45px;
  position: relative;
}

.rounded-container.white {
  background-color: var(--white);
}

.rounded-container.transparent {
  background-color: var(--transparent);
}

.heading-large {
  color: var(--zigi-black);
  letter-spacing: -.04em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto Condensed, sans-serif;
  font-size: 4.8em;
  font-weight: 600;
  line-height: 1em;
}

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

.heading-large.white.centered-mobile {
  text-align: left;
}

.heading-large.white.centered {
  text-align: center;
}

.heading-large.green {
  color: var(--zigi-green);
}

.heading-large.green.margin-bottom {
  margin-top: 40px;
  margin-bottom: 40px;
}

.heading-large.margin-bottom {
  margin-top: 10px;
  margin-bottom: 40px;
}

.heading-large.margin-bottom.white.centered {
  text-align: center;
}

.heading-large.pink {
  color: var(--zigi-fuscia);
}

.section-image {
  background-color: var(--white);
  border-radius: 24px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 44em;
  margin-top: 60px;
  margin-bottom: 60px;
  padding: 40px 35px;
  display: flex;
}

.section-image.cuik-bg {
  background-color: var(--cuik--claro);
  min-height: 30em;
}

.section-image.cuik-bg.white-bg {
  background-color: var(--white);
}

.heading-respaldo {
  color: var(--zigi-black);
  text-transform: none;
  margin-right: 25px;
  font-family: Roboto, sans-serif;
  font-size: 35px;
  font-weight: 500;
  line-height: 40px;
}

.respaldo-mid {
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-small {
  color: var(--zigi-fuscia);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto Condensed, sans-serif;
  font-size: 1.7em;
  font-weight: 700;
  line-height: 1.25;
}

.heading-small.black {
  color: var(--zigi-black);
}

.steps-inner-wrap {
  grid-row-gap: .35em;
  flex-direction: column;
  display: flex;
}

.steps-number-medium {
  color: var(--white);
  font-family: Rampart One, sans-serif;
  font-size: 5.2em;
  font-weight: 900;
  line-height: 1;
}

.steps-number-medium.black {
  color: var(--zigi-black);
}

.footer-link {
  color: #0000008a;
  text-align: center;
  font-size: 16px;
  text-decoration: none;
}

.footer-link:hover {
  color: #000;
}

.footer-menu {
  grid-column-gap: 25px;
  justify-content: center;
  display: flex;
}

.icon-social {
  max-height: 18px;
}

.footer-link-social {
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  display: flex;
}

.walsh-footer-grid-social-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: start;
  place-items: center start;
}

.footer-group {
  grid-column-gap: 20px;
  display: flex;
}

.footer-legal-link {
  color: var(--zigi-indigo);
  text-decoration: none;
}

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

.footer-legal-text {
  color: #6e6e6e;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 13px;
}

.logo-footer {
  max-height: none;
  margin-bottom: 0;
}

.footer {
  background-color: #fff;
  padding-top: 4em;
  padding-bottom: 4em;
}

.steps-container {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: column;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.heading-hero {
  color: var(--zigi-black);
  letter-spacing: -.04em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto Condensed, sans-serif;
  font-size: 3.8em;
  font-weight: 700;
  line-height: 1;
}

.heading-hero.referidos {
  font-size: 3.4em;
}

.logo-hero {
  width: 38vh;
  max-width: 350px;
}

.hero {
  background-color: var(--zigi-black);
  height: 85vh;
  position: relative;
}

.footer-logo-wrapper {
  grid-row-gap: 10px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.section-main {
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  width: 100%;
  padding: 6em 4em;
  position: relative;
  overflow: hidden;
}

.section-main.black-bg {
  background-color: var(--zigi-black);
}

.section-main.black-bg.blog-img-bg {
  background-image: url('../images/zigi_details.svg');
  background-position: 98% 0;
  background-repeat: no-repeat;
  background-size: 200px;
}

.button-container {
  grid-column-gap: 1.25em;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.button-container.hide, .navbar-logo-link, .navbar-logo-link.w--current {
  display: none;
}

.navbar-logo-link.show {
  margin-left: 10px;
  display: block;
}

.navbar-logo {
  width: 100px;
}

.big-bi-logo {
  width: 160px;
}

.blog-filter {
  grid-column-gap: 20px;
  grid-row-gap: 10px;
  flex-wrap: wrap;
  place-content: flex-start;
  align-items: center;
  display: flex;
}

.category-tag {
  color: var(--zigi-indigo);
  text-transform: uppercase;
  font-family: Roboto Condensed, sans-serif;
  font-size: 1.2em;
  font-weight: 400;
}

.link-category {
  color: var(--text--body);
  letter-spacing: 0;
  text-transform: uppercase;
  font-family: Roboto Condensed, sans-serif;
  font-size: 1.3em;
  line-height: 1.4;
  text-decoration: none;
  transition: all .3s;
}

.link-category:hover, .link-category.w--current {
  color: var(--zigi-green);
}

.category-title {
  color: var(--white);
  letter-spacing: 0;
  text-transform: uppercase;
  font-family: Roboto Condensed, sans-serif;
  font-size: 1.3em;
  line-height: 1.4;
}

.line-divider {
  background-color: var(--zigi-gris);
  width: 2px;
  min-height: 100%;
  max-height: 100%;
}

.line-divider.dark {
  background-color: #494949;
}

.date-tag {
  color: var(--zigi-black);
  font-size: 1.2em;
  font-weight: 500;
}

.date-tag.white {
  color: var(--white);
}

.flex-tag-blog {
  grid-column-gap: 8px;
  align-items: stretch;
  display: flex;
}

.blog-grid {
  grid-column-gap: 2.2em;
  grid-row-gap: 2.2em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  align-items: start;
  width: 100%;
  position: relative;
}

.section-highlight {
  z-index: 2;
  flex: none;
  width: 100%;
  padding: 4em;
}

.section-highlight.green-bg {
  background-color: var(--zigi-green);
}

.section-highlight.green-bg.full-hight {
  justify-content: center;
  align-items: center;
  min-height: 80vh;
  display: flex;
}

.section-highlight.green-bg.full-hight.bg-imgs-contact {
  background-image: linear-gradient(#ceff598c, #ceff598c), url('../images/ZIGI_logo_white.svg');
  background-position: 0 0, 62%;
  background-repeat: repeat, no-repeat;
  background-size: auto, 110%;
}

.section-todo-en-bi {
  z-index: 2;
  flex: none;
  width: 100%;
  max-width: 1480px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.container-doble-centered {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: row;
  align-items: center;
  display: flex;
}

.blog-image-wrapper {
  justify-content: center;
  align-items: center;
  min-width: 100%;
  max-width: 100%;
  height: 550px;
  display: flex;
  overflow: hidden;
}

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

.button-group {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-wrap: wrap;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.section-divided-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.image-half {
  background-color: var(--zigi-green);
  justify-content: center;
  align-items: center;
  display: flex;
}

.half-image {
  object-fit: cover;
}

.input-field {
  color: var(--zigi-black);
  border-radius: 20px;
  height: auto;
  margin-bottom: 15px;
  padding: 10px 20px;
}

.input-field:focus {
  border: 1px solid var(--zigi-fuscia);
  color: var(--zigi-fuscia);
}

.form-label {
  text-transform: uppercase;
  margin-bottom: 6px;
  font-family: Roboto Condensed, sans-serif;
}

.heading-wrapper-stars {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-items: center;
  display: flex;
}

.section-header {
  background-color: var(--zigi-black);
  width: 100%;
  padding: 100px 60px;
  position: relative;
  overflow: hidden;
}

.form-block {
  min-width: 350px;
}

.form-block.full-width {
  align-self: stretch;
}

.bullet-tag-img {
  width: 22px;
}

.bullet-tag-img.blog {
  flex: none;
  width: 18px;
  height: 18px;
}

.star-contact {
  width: 45px;
}

.video-section {
  height: 50vw;
  position: relative;
}

.video {
  min-height: 100%;
  max-height: 100%;
}

.video.mobile {
  display: none;
}

.section-divided-flex {
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.font-link {
  color: var(--zigi-indigo);
}

.font-link:hover {
  color: var(--zigi-fuscia);
}

.walsh-link-wrapper-2 {
  color: #000000d9;
  white-space: nowrap;
  border-bottom: 1px dashed #c5c5c5;
  justify-content: space-between;
  align-items: center;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.2em;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.walsh-link-wrapper-2:hover {
  color: #575555d9;
  padding-right: 0;
}

.contact-wrap-form {
  grid-row-gap: 2em;
  background-color: var(--white);
  text-align: left;
  border-radius: 50px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 700px;
  padding: 60px 100px;
  display: flex;
  position: relative;
}

.contact-image {
  background-color: var(--transparent);
  border-radius: 24px;
  justify-content: center;
  align-items: center;
  min-width: 300px;
  max-width: none;
  height: 100%;
  margin-bottom: 60px;
  padding: 0;
  display: flex;
}

.contact-image.second {
  display: none;
}

.image-contact-persone {
  max-height: 550px;
}

.flex-horizontal-contact {
  grid-column-gap: 4em;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.ayuda-text-wrapper {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 40px;
  display: flex;
}

.ayuda-qr-img {
  width: 140px;
  display: block;
}

.image-logo {
  object-fit: contain;
  width: 100%;
  max-width: 150px;
}

.logo-wrapper-transparent {
  justify-content: center;
  align-items: center;
  width: auto;
  padding: 1em;
  display: flex;
}

.logo-wrapper-transparent:hover {
  padding: 1.6em;
}

.logo-wrapper-transparent.no-hover:hover {
  padding: 1em;
}

.image-header {
  object-fit: contain;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.image-header.beneficios {
  max-width: 400px;
}

.walsh-link-wrapper-3 {
  color: #000000d9;
  white-space: nowrap;
  border-bottom: 1px dashed #c5c5c5;
  justify-content: space-between;
  align-items: center;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.2em;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.walsh-link-wrapper-3:hover {
  color: #575555d9;
  padding-right: 0;
}

.walsh-link-block-orange {
  color: #fff;
  text-align: center;
  background-color: #ff715b;
  border-radius: 100px;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  padding: 20px 32px;
  text-decoration: none;
  transition: background-color .2s cubic-bezier(.645, .045, .355, 1);
  display: flex;
  position: relative;
  overflow: hidden;
}

.walsh-link-block-orange:hover {
  background-color: #ffbba6;
}

.steps-wrapper {
  grid-row-gap: 1.25em;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.section-main-header {
  z-index: 2;
  background-color: var(--zigi-green);
  background-image: url('../images/Detellos22x.png');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: 150px;
  flex: none;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 40px;
  position: relative;
  overflow: hidden;
}

.section-main-header.black-bg {
  background-color: var(--zigi-black);
  background-position: 98% 0;
  background-size: 100px;
}

.details-ayuda {
  color: var(--zigi-black);
  letter-spacing: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.4;
}

.card-img-icon {
  max-width: 150px;
}

.logo-cuik {
  width: 14.7em;
  margin-bottom: 0;
}

.section-header-promociones {
  z-index: 2;
  background-color: var(--zigi-green);
  background-image: url('../images/Asset-101.svg'), url('../images/Cuik_TelefonoTitular2x_1.webp');
  background-position: -34px 19px, 100% 100%;
  background-repeat: no-repeat, no-repeat;
  background-size: 300px, 300px;
  flex: none;
  max-width: 100vw;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 20px;
  position: relative;
  overflow: hidden;
}

.img-productos {
  width: 350px;
}

.logo-wrapper-productos {
  grid-row-gap: 1.5em;
  color: #fff;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.flex-block-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

.wash-medium-wrapper {
  grid-row-gap: 2em;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 60em;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 4em;
  display: flex;
}

.container-padding-large {
  z-index: 2;
  flex: none;
  width: 100%;
  max-width: 1480px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.logo-remesadora {
  max-width: 100%;
  max-height: 120px;
}

.wrapper-logo-remesadora {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
}

.grid-logos-remesas {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  align-items: start;
  width: 100%;
  position: relative;
}

.grid-logos-remesas.hide {
  display: none;
}

.flex-block-3 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

.heading-cta {
  color: var(--text--black);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto Condensed, sans-serif;
  font-size: 35px;
  font-weight: 400;
  line-height: 1.1;
}

.list-faqs {
  padding-left: 20px;
}

.section-logos {
  background-color: var(--white);
  padding: 100px 4.5em;
  position: relative;
}

.grid-logos-bancos {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  place-items: center stretch;
  width: 100%;
  position: relative;
}

.wrapper-content {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  flex-flow: column;
  margin-bottom: 2em;
  display: flex;
}

.wrapper-content.hide {
  display: none;
}

.card-hero-1 {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.img-card {
  flex: none;
  width: 100px;
}

.heading-card {
  color: var(--white);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto Condensed, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 35px;
}

.link-2 {
  border-bottom: 1px solid var(--zigi-green);
  color: var(--zigi-green);
  letter-spacing: .5px;
  flex: none;
  font-size: 16px;
  text-decoration: none;
}

.link-2:hover, .link-2.blue {
  border-bottom-color: var(--zigi-indigo);
  color: var(--zigi-indigo);
}

.link-2.blue:hover {
  border-bottom-color: var(--zigi-fuscia);
  color: var(--zigi-fuscia);
}

.div-card-content {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.conainter-cards {
  grid-column-gap: 4em;
  grid-row-gap: 4em;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  place-items: stretch stretch;
  max-width: 1000px;
  margin-top: 20px;
  margin-bottom: 20px;
  display: grid;
}

.conainter-cards.productos {
  grid-template-rows: auto;
  align-items: stretch;
  margin-top: 20px;
  margin-bottom: 20px;
}

.conainter-cards.cuik {
  margin-top: 0;
}

.conainter-cards.tres {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.franja {
  margin-bottom: 10px;
  padding: 10px 10px 10px 60px;
  position: relative;
}

.heading-pasos {
  color: var(--white);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto Condensed, sans-serif;
  font-size: 34px;
  font-weight: 700;
  line-height: 35px;
}

.img-hero {
  margin-top: auto;
  margin-bottom: auto;
}

.img-hero.mobile {
  margin-top: 0;
  margin-bottom: 0;
  display: none;
}

.font-hero-sincomplicaciones {
  width: 100%;
}

.hero-sincomplicaciones-div {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
}

.pleca {
  z-index: 2;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
  overflow: hidden;
}

.pleca.inferior {
  inset: auto 0% 0%;
}

.pleca.inferior.hide {
  display: none;
}

.pleca.plecas-varias {
  padding-bottom: 36px;
}

.pleca.pleca-404 {
  margin-top: 90px;
}

.pleca.hide-desktop {
  display: none;
}

.flecha-pleca {
  width: 120px;
  margin-top: -1px;
}

.flecha-pleca.inferior {
  margin-top: 0;
  margin-bottom: -1px;
}

.flecha-pleca.second {
  margin-top: -2px;
}

.header-div {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
}

.header-div.centered {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
}

.paragraph-new {
  max-width: 600px;
  padding-left: 60px;
  font-size: 20px;
  line-height: 25px;
}

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

.numero-pasos {
  width: 80px;
  position: absolute;
  inset: -25px auto auto -37px;
}

.bg-franja {
  z-index: -1;
  background-color: var(--zigi-fuscia);
  width: 100vw;
  position: absolute;
  inset: 0%;
}

.bg-franja.blue {
  background-color: var(--zigi-indigo);
}

.paso-group {
  margin-left: 60px;
}

.paso-group.second, .paso-group.third {
  margin-left: 140px;
}

.paso-group.fourth {
  margin-left: 180px;
}

.paso-group.second-many {
  margin-left: 100px;
}

.paso-group.fifth {
  margin-left: 220px;
}

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

.flex-block-pasos.muchos-pasos {
  grid-column-gap: 4em;
  grid-row-gap: 4em;
  padding-bottom: 40px;
}

.footer-div {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: flex-end;
  margin-left: auto;
}

.rombo-1 {
  vertical-align: text-top;
}

.flex-block-5 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  max-width: 100%;
}

.donde-pagar-persone {
  width: 300px;
  position: relative;
}

.donde-pagar-container {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
}

.heading-donde-pagar {
  color: var(--white);
  letter-spacing: -.04em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 40px;
  font-family: Roboto Condensed, sans-serif;
  font-size: 4.8em;
  font-weight: 600;
  line-height: 1em;
}

.heading-comercios-1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 36px;
  font-weight: 400;
}

.heading-comercios-1.bold {
  font-weight: 700;
}

.slider-logos {
  background-color: var(--transparent);
  height: 200px;
}

.slider-promos {
  background-color: var(--zigi-black);
  height: 384px;
}

.grid-logos {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  display: grid;
}

.arrow-slider {
  width: 100%;
}

.right-arrow {
  justify-content: flex-end;
  align-items: center;
  width: 50px;
  display: flex;
}

.right-arrow.slider-promo {
  margin-right: 40px;
  display: none;
}

.left-arrow {
  justify-content: flex-start;
  align-items: center;
  width: 50px;
  display: flex;
}

.left-arrow.slider-promos {
  margin-left: 20px;
  display: none;
}

.mask-slider {
  padding-left: 70px;
  padding-right: 70px;
}

.slider-container {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.slide-nav.hide {
  display: none;
}

.dropdown-arrow-icon {
  width: 14px;
}

.font-extra-bold {
  font-weight: 900;
}

.slide-nav-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  padding-bottom: 60px;
  padding-left: 15vw;
  display: flex;
}

.slider-promo {
  justify-content: center;
  align-items: center;
  max-width: 1336px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.slider-promo-img {
  max-width: none;
  height: 384px;
}

.slider-promo-img.mobile {
  display: none;
}

.slider-side-pleca {
  justify-content: flex-start;
  align-items: center;
  width: 50px;
  height: 100%;
  margin-left: -1px;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.slider-side-pleca.right {
  margin-left: 0;
  margin-right: -1px;
  inset: 0% 0% 0% auto;
}

._24-7-img {
  display: none;
}

.card-productos {
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
  position: relative;
}

.productos-header-div {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-start;
  align-items: center;
}

.productos-image-wrapper {
  justify-content: center;
  align-items: flex-end;
  padding-top: 20px;
  display: flex;
  position: relative;
}

.productos-planeta {
  width: 150px;
  position: absolute;
  inset: 0% -28% auto auto;
}

.productos-blanco {
  z-index: -1;
  width: 200px;
  position: absolute;
  inset: 33% auto auto -43%;
}

.img-card-productos {
  flex: none;
  width: auto;
  max-width: 120px;
  max-height: 150px;
  margin-top: auto;
  margin-bottom: auto;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.img-card-productos.smaller {
  max-width: 110px;
  margin-left: 5px;
}

.img-card-productos.bigger {
  max-width: none;
  max-height: 160px;
  margin-left: -14px;
}

.card-productos-content {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  background-color: var(--zigi-gris);
  border-radius: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-left: 60px;
  padding: 30px 30px 30px 80px;
  display: flex;
}

.card-productos-content.white {
  background-color: var(--white);
}

.heading-card-productos {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto Condensed, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 35px;
}

.img-promociones {
  width: 100%;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

.img-promociones-div {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.heading-promociones-1 {
  color: var(--zigi-black);
  letter-spacing: -.04em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 2px;
  font-family: Roboto Condensed, sans-serif;
  font-size: 3.8em;
  line-height: 1;
}

.heading-promociones-2 {
  color: var(--zigi-black);
  letter-spacing: -.04em;
  text-transform: uppercase;
  margin-top: 3px;
  margin-bottom: 0;
  font-family: Roboto Condensed, sans-serif;
  font-size: 3em;
  font-weight: 400;
  line-height: 1;
}

.segunda-pleca {
  z-index: -1;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: absolute;
}

.pleca-franja {
  background-color: #ec0295;
  width: 100%;
  height: 72px;
}

.logo-wrapper-promociones {
  grid-row-gap: 1.5em;
  color: #fff;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.tabs {
  width: 100%;
  display: flex;
}

.tabs-menu {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  min-width: 300px;
  display: flex;
}

.tabs-content {
  background-color: var(--zigi-gris);
  width: 100%;
}

.tab-link-desaf-os {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border-right: 5px solid var(--zigi-fuscia);
  background-color: var(--zigi-gris);
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  place-items: center start;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 100px;
  display: grid;
  overflow: hidden;
}

.tab-link-desaf-os:hover {
  border-right-width: 11px;
  transform: translate(6px);
}

.tab-link-desaf-os.w--current {
  border-right-color: var(--zigi-indigo);
  background-color: var(--zigi-gris);
  color: var(--zigi-indigo);
  grid-auto-columns: 1fr;
  box-shadow: 4px 2px 5px #0003;
}

.tab-pane {
  padding: 33px;
}

.promos-grid {
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.promos-grid.dropdown-options {
  grid-template-columns: 1fr 1fr 1fr;
}

.promo-img {
  border: 1px solid #d6d6d6;
  width: 100%;
}

.heading-promo {
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 22px;
}

.promo-div {
  color: var(--zigi-black);
  text-align: center;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
}

.img-promociones-mini {
  min-width: 70px;
  max-width: 70px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 6% auto auto 10px;
}

.img-promociones-mini.smaller {
  min-width: 60px;
  max-width: 60px;
  top: auto;
  bottom: -11px;
  left: 20px;
}

.mensaje-vacio {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto Condensed, sans-serif;
  font-size: 20px;
  line-height: 22px;
}

.div-no-promo {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

._404 {
  background-color: var(--white);
  border-bottom: 1px solid #dbdbdb;
  justify-content: center;
  align-items: center;
  height: 100vh;
  margin-top: -90px;
  padding-top: 90px;
  display: flex;
  position: relative;
}

._404-div {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 400px;
  display: flex;
}

.img-404 {
  width: 300px;
  margin-left: auto;
  margin-right: auto;
}

.heading-tab-promos {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto Condensed, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 30px;
}

.promociones-mobile {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  width: 100%;
  display: none;
}

.header-categor-a {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: var(--zigi-gris);
  border-radius: 10px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  padding: 20px 30px 20px 120px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.img-promociones-mobile {
  min-width: 95px;
  max-width: 95px;
  max-height: none;
  margin-top: auto;
  margin-bottom: auto;
  position: absolute;
  inset: 23% auto 0% 10px;
}

.img-promociones-mobile.smaller {
  min-width: 80px;
  max-width: 80px;
  top: 0%;
  bottom: 32%;
  left: 20px;
}

.img-promociones-mobile.lower {
  top: 63%;
}

.arrow-dropdown {
  width: 18px;
}

.body-promos {
  padding: 20px 20px 60px;
}

.img-no-promo {
  width: 40px;
}

.img-promo-big {
  max-width: 500px;
  margin-bottom: 20px;
  margin-left: 0;
  margin-right: auto;
}

.section-header-productos {
  z-index: 2;
  background-color: var(--zigi-green);
  flex: none;
  max-width: 100vw;
  max-height: 680px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 20px;
  position: relative;
  overflow: hidden;
}

.section-header-cuik {
  background-color: var(--cuik--violet);
  flex: none;
  max-width: 100vw;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  overflow: hidden;
}

.img-cuik {
  width: 370px;
  position: absolute;
  inset: auto -11% 0% auto;
}

.heading-cuik {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 5.7em;
  line-height: .8em;
}

.heading-cuik.margin-up {
  margin-top: .3em;
}

.flex-cuik {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
}

.logo-zigi-en-cuik {
  width: 10em;
}

.img-cuik-estrellas {
  width: 180px;
  margin-top: 20px;
}

.container-cuik {
  z-index: 2;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.list-cuik {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  margin-top: 6px;
  padding-left: 20px;
  list-style-type: decimal;
  display: flex;
}

.list-item-cuik {
  color: var(--text--body);
  font-size: 16px;
  line-height: 23px;
}

.img-card-cuik {
  flex: none;
  width: 100px;
}

.img-card-cuik.big {
  width: 120px;
  margin-right: -20px;
}

.img-card-cuik.tall {
  margin-top: -15px;
  margin-bottom: -15px;
}

.div-card-content-cuik {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  background-color: var(--white);
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 20px 20px 20px 40px;
  display: flex;
  position: relative;
}

.heading-card-cuik {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 25px;
  font-weight: 600;
  line-height: 31px;
}

.card-line {
  background-color: var(--cuik--violet);
  width: 2px;
  height: 120%;
  margin-top: auto;
  margin-bottom: auto;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.card-hero-cuik {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.img-cuik-pago {
  width: 100%;
}

.faqs {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  width: 100%;
  max-width: 600px;
  margin-bottom: 220px;
  display: flex;
}

.faqs.no-marggin {
  margin-bottom: 20px;
}

.header-faqs {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-bottom: 2px solid var(--cuik--violet);
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  padding: 10px 20px;
  font-weight: 400;
  display: flex;
  position: relative;
  overflow: hidden;
}

.header-faqs.blue {
  border-bottom-color: var(--zigi-indigo);
}

.body-faqs {
  padding: 20px 20px 60px;
}

.heading-tab-faqs {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto Condensed, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 25px;
}

.img-cuik-faqs {
  width: 500px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: auto 0% 0%;
}

.card-container-2 {
  grid-row-gap: 1em;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 0;
  display: flex;
}

.section-sticky {
  z-index: 2;
  background-color: var(--zigi-green);
  flex: none;
  width: 100%;
  padding: 4em 4em 5em;
  position: relative;
}

.logo-bg-sticky {
  opacity: .36;
  width: 500px;
  margin-bottom: -10px;
  position: fixed;
  inset: auto 0% 0%;
}

.img-logo-comercios {
  width: 100%;
}

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

.heading-hacelo-todo {
  color: var(--zigi-black);
  text-align: center;
  letter-spacing: -.04em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto Condensed, sans-serif;
  font-size: 4.8em;
  font-weight: 600;
  line-height: 1em;
}

.vertical-card-flex {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  flex-flow: column;
  margin: 20px auto;
  display: flex;
}

.vertical-card-flex.max-width {
  max-width: 800px;
}

.flex-box-referidos {
  position: relative;
}

.referidos-stars {
  width: 80px;
  position: absolute;
  top: 20px;
  left: 10px;
}

.section-header-referidos {
  z-index: 2;
  background-color: var(--zigi-green);
  background-image: linear-gradient(#ceff59e8, #ceff59e8), url('../images/zigi_shape_black_2.svg');
  background-position: 0 0, 50% 95%;
  background-repeat: repeat, repeat-x;
  background-size: auto, auto 120px;
  flex: none;
  max-width: 100vw;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 20px;
  position: relative;
  overflow: hidden;
}

.referidos-header-div {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  text-align: center;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
}

.gana-referidos {
  width: 400px;
}

.logo-zigi-referidos {
  width: 83px;
  margin-top: 5px;
}

.flex-block-referidos, .flex-block-a-zigi {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: row;
}

.section-header-remesas {
  z-index: 2;
  background-color: #f4efe3;
  flex: none;
  max-width: 100vw;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  position: relative;
  overflow: hidden;
}

.cobra-remesas {
  width: 600px;
}

.remesas-header-div {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: center;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 30px;
}

.remesas-stars {
  width: 80px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.remesas-stars.derecha {
  inset: 0% 0% auto auto;
}

.flex-box-remesas {
  position: relative;
}

.escribenos-div {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  border-top: 2px solid #ebebeb;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  padding-top: 40px;
  display: flex;
}

.text-pregunta {
  text-transform: uppercase;
  font-family: Roboto Condensed, sans-serif;
  font-size: 27px;
  font-weight: 600;
  line-height: 1;
}

.img-phone {
  max-width: 700px;
  margin-top: 40px;
}

.container-2 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 100px;
  display: flex;
}

.escribenos-div-2 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  text-align: center;
  border-top: 2px #ebebeb;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  padding-top: 0;
  display: flex;
}

.paragraph-big {
  color: var(--text--body);
  font-size: 21px;
  line-height: 1.3;
}

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

.paragraph-big.no-space-bellow, .paragraph-big.p-productos {
  margin-bottom: 0;
}

.paragraph-big.centered {
  text-align: center;
}

.paragraph-big.centered-mobile.white.bigger {
  font-size: 20px;
  line-height: 28px;
}

.flex-block-6 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
}

@media screen and (min-width: 1280px) {
  .cta-block {
    background-position: 0%;
  }

  .conainter-cards.centered {
    margin-left: auto;
    margin-right: auto;
  }

  .vertical-card-flex.max-width {
    max-width: 900px;
  }
}

@media screen and (min-width: 1440px) {
  .container.sticky {
    position: sticky;
  }

  .cta-block {
    background-position: 2%;
  }

  .heading-regular.black {
    color: var(--zigi-black);
  }

  .card-img-wrapper {
    height: 25em;
  }

  .card.border {
    border-color: var(--zigi-black);
  }

  .main-grid.cta-grid {
    margin-left: auto;
    margin-right: auto;
  }

  .content-wrap.cuik {
    position: relative;
  }

  .heading-hero {
    font-size: 4.2em;
  }

  .logo-hero {
    width: 400px;
  }

  .section-highlight.green-bg.full-hight {
    min-height: 90vh;
  }

  .ayuda-qr-img {
    display: block;
  }

  .image-header {
    right: 10%;
  }

  .section-main-header {
    background-position: 92% 0;
  }

  .section-header-promociones {
    padding-bottom: 60px;
  }

  .conainter-cards.productos {
    margin-left: auto;
    margin-right: auto;
  }

  .slide-nav-2 {
    padding-left: 22vw;
  }

  .img-promociones {
    max-width: 100%;
  }

  .heading-promociones-1, .heading-promociones-2 {
    font-size: 4.2em;
  }

  .img-404 {
    width: 600px;
  }

  .section-header-productos {
    max-height: 670px;
    padding-bottom: 60px;
  }

  .container-cuik {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .logo-bg-sticky {
    width: 40vw;
  }

  .vertical-card-flex.max-width {
    max-width: 1000px;
  }

  .section-header-referidos {
    padding-bottom: 60px;
  }
}

@media screen and (min-width: 1920px) {
  .container.sticky {
    margin-right: 25px;
    top: 180px;
  }

  .cta-block {
    background-position: 0%;
  }

  .main-grid.productos {
    padding-bottom: 60px;
  }

  .section {
    padding-top: 6em;
    padding-bottom: 6em;
  }

  .heading-hero {
    font-size: 5em;
  }

  .heading-hero.referidos {
    font-size: 4em;
  }

  .logo-hero {
    width: 500px;
  }

  .hero {
    height: 60vh;
  }

  .section-main, .section-highlight {
    padding-top: 8em;
    padding-bottom: 8em;
  }

  .section-highlight.green-bg.full-hight {
    min-height: 85vh;
  }

  .image-header {
    margin-left: auto;
    margin-right: auto;
    right: 10%;
  }

  .image-header.beneficios {
    max-width: 450px;
  }

  .section-header-promociones {
    background-position: 20% 0, 85% 100%;
  }

  .img-productos {
    width: 500px;
  }

  .section-logos {
    padding-top: 220px;
    padding-bottom: 220px;
  }

  .conainter-cards.productos {
    margin-left: auto;
    margin-right: auto;
  }

  .donde-pagar-container {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .slide-nav-2 {
    padding-left: 27vw;
  }

  .productos-planeta {
    width: 200px;
  }

  .productos-blanco {
    width: 270px;
  }

  .heading-promociones-1 {
    font-size: 5em;
  }

  .section-header-productos {
    background-image: none;
    max-height: 900px;
  }

  .section-header-cuik {
    background-position: 20% 0, 85% 100%;
  }

  .section-sticky {
    padding-top: 6em;
    padding-bottom: 6em;
  }

  .section-header-referidos {
    max-height: 850px;
  }

  .referidos-header-div {
    margin-bottom: 40px;
  }

  .logo-zigi-referidos {
    flex: none;
    width: 104px;
    margin-top: 4px;
  }

  .flex-block-referidos, .flex-block-a-zigi {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .section-header-remesas {
    padding-bottom: 0;
  }

  .remesas-header-div {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 991px) {
  .button-main.submit {
    margin-left: auto;
  }

  .menu-button {
    color: #fff;
    order: 1;
  }

  .menu-button.w--open {
    z-index: 100;
    background-color: #0000;
  }

  .nav-link {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 0;
  }

  .nav-link:hover {
    background-color: #0000;
  }

  .nav-menu {
    background-color: var(--zigi-black);
    height: 100vh;
    padding: 4em;
  }

  .inner-nav {
    justify-content: space-between;
  }

  .container-nav {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 10px;
  }

  .navbar {
    z-index: 100;
  }

  .container {
    flex: 0 auto;
    width: auto;
  }

  .container.sticky {
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
    max-width: none;
    margin-bottom: 0;
  }

  .fn-features-card:hover {
    border-color: #0f1213;
  }

  .fn-dorpdown-link {
    width: 100%;
  }

  .fn-get-a-demo-link {
    width: 218px;
    height: 218px;
  }

  .fn-get-a-demo-link:hover {
    letter-spacing: .1em;
  }

  .heading_large {
    letter-spacing: -.01em;
    font-size: 3em;
  }

  .heading-medium {
    font-size: 2.7em;
  }

  .cta-block {
    text-align: center;
    background-image: none;
    flex-direction: column;
    align-items: center;
    padding-top: 4em;
    padding-left: 3em;
    padding-right: 3em;
    display: flex;
  }

  .heading-regular.black {
    font-size: 1.6em;
  }

  .card-container {
    justify-content: center;
    align-items: flex-start;
  }

  .card-img-wrapper {
    border-bottom-style: none;
    border-right: 1px solid #000;
    justify-content: center;
    align-self: stretch;
    align-items: center;
    min-width: 15em;
    max-width: 15em;
    height: auto;
    min-height: 20em;
    display: flex;
  }

  .card {
    flex-flow: row;
    grid-template-rows: auto;
    grid-template-columns: .75fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: center;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }

  .card.horizontal {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
  }

  .card.blog {
    align-items: stretch;
  }

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

  .main-grid.cta-grid {
    flex-flow: column;
    max-width: 500px;
    padding-left: 0;
  }

  .walsh-link-block-orange-2 {
    padding-left: 50px;
  }

  .font-color {
    background-size: auto 60%;
  }

  .left-hero {
    padding-left: 10px;
  }

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

  .container-hero {
    border-bottom-right-radius: 0;
    flex: 0 auto;
    width: auto;
  }

  .bi-logo {
    width: 130px;
  }

  .respaldo-bi-container {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

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

  .section {
    flex: 0 auto;
  }

  .content-wrap {
    max-width: none;
    padding-top: 4em;
    padding-bottom: 4em;
  }

  .content-wrap.no-padding-responsive {
    padding-top: 0;
    padding-bottom: 0;
  }

  .content-wrap.cuik {
    max-width: 45em;
  }

  .flex-horizontal {
    flex-flow: column wrap;
  }

  .flex-horizontal.grid-header, .flex-horizontal.grid-mainpart {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    flex-direction: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
  }

  .rounded-container {
    flex: 0 auto;
    width: auto;
    padding: 40px;
  }

  .heading-large {
    letter-spacing: -.01em;
    font-size: 3em;
  }

  .heading-large.green.margin-bottom {
    margin-bottom: 20px;
  }

  .heading-large.heading-ayuda {
    font-size: 3.9em;
    line-height: 1.1em;
  }

  .section-image {
    width: 100%;
    max-width: none;
    margin-top: 0;
    margin-bottom: 60px;
  }

  .section-image.cuik-bg {
    min-height: 20em;
    margin-bottom: 0;
  }

  .heading-respaldo {
    font-size: 35px;
    line-height: 40px;
  }

  .steps-inner-wrap {
    margin-top: 10px;
  }

  .footer-link {
    text-align: center;
  }

  .footer-menu {
    grid-column-gap: 0px;
    grid-row-gap: 12px;
    flex-flow: column wrap;
  }

  .walsh-footer-grid-social-2 {
    width: 100%;
  }

  .steps-container {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .heading-hero {
    font-size: 2.8em;
  }

  .logo-hero {
    width: 37vh;
  }

  .hero {
    height: 85vh;
  }

  .section-main {
    padding: 4em 2.5em;
  }

  .section-main.black-bg.blog-img-bg {
    background-position: 97% 1%;
    background-size: 100px;
  }

  .button-container {
    justify-content: center;
  }

  .navbar-logo-link {
    display: block;
  }

  .navbar-logo-link.w--current {
    z-index: 100;
    display: block;
    position: relative;
  }

  .navbar-logo {
    width: 100px;
    display: block;
  }

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

  .section-highlight {
    flex: 0 auto;
    width: auto;
    padding-left: 2.5em;
    padding-right: 2.5em;
  }

  .section-highlight.green-bg.full-hight {
    min-height: auto;
  }

  .section-highlight.green-bg.full-hight.bg-imgs-contact {
    background-image: linear-gradient(#ceff59e8, #ceff59e8), url('../images/ZIGI_logo_black.svg');
    background-position: 0 0, 50% -2%;
  }

  .section-todo-en-bi {
    flex: 0 auto;
    width: auto;
  }

  .contact-form {
    min-width: auto;
  }

  .section-header {
    padding: 60px 2.5em;
  }

  .form-block {
    align-self: stretch;
  }

  .star-contact {
    width: 35px;
  }

  .video-section {
    height: 60vw;
  }

  .section-divided-flex {
    display: block;
  }

  .contact-wrap-form {
    max-width: none;
    padding-top: 5em;
    padding-bottom: 5em;
  }

  .contact-image {
    width: 100%;
    max-width: none;
    margin-top: 0;
    margin-bottom: 60px;
    display: none;
  }

  .contact-image.second {
    min-width: 0;
    max-width: 100%;
    margin-bottom: 0;
    display: flex;
  }

  .image-contact-persone {
    object-fit: contain;
    min-width: 80%;
    height: 100%;
    max-height: none;
  }

  .flex-horizontal-contact {
    grid-column-gap: 0em;
    grid-row-gap: 0em;
    flex-flow: column wrap;
  }

  .ayuda-text-wrapper {
    align-items: flex-start;
    margin-top: 0;
    margin-left: 40px;
  }

  .logo-wrapper-transparent {
    width: auto;
  }

  .image-header {
    width: 100%;
    right: 0%;
  }

  .walsh-link-block-orange {
    padding-left: 50px;
  }

  .steps-wrapper {
    grid-column-gap: 1.75em;
    grid-row-gap: 1.75em;
    flex-direction: row;
    align-items: flex-start;
  }

  .section-main-header {
    flex: 0 auto;
    width: auto;
  }

  .logo-cuik {
    width: 14.3em;
    margin-bottom: 0;
  }

  .section-header-promociones {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    flex: 0 auto;
    width: auto;
  }

  .wash-medium-wrapper {
    max-width: 100%;
  }

  .container-padding-large {
    flex: 0 auto;
    width: auto;
  }

  .logo-remesadora {
    max-height: 140px;
  }

  .wrapper-logo-remesadora {
    padding: 30px;
  }

  .grid-logos-remesas {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .heading-cta {
    font-size: 40px;
  }

  .section-logos {
    padding: 60px 2.5em;
  }

  .grid-logos-bancos {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .conainter-cards {
    margin-bottom: 0;
    padding-left: 40px;
    padding-right: 40px;
    display: flex;
  }

  .conainter-cards.productos {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
  }

  .img-hero {
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
  }

  .pleca.hide-desktop {
    display: flex;
  }

  .flex-block-pasos {
    min-width: auto;
  }

  .flex-block-pasos.muchos-pasos {
    grid-column-gap: 3em;
    grid-row-gap: 3em;
  }

  .donde-pagar-persone {
    margin-bottom: -4px;
  }

  .heading-donde-pagar {
    letter-spacing: -.01em;
    font-size: 4.1em;
  }

  .slider-promos {
    height: 293px;
  }

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

  .slider-promo {
    max-width: 762px;
  }

  .slider-promo-img {
    display: none;
  }

  .slider-promo-img.mobile {
    height: 293px;
    display: block;
  }

  .mask-slider-promo {
    height: auto;
  }

  ._24-7-img {
    width: 150px;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .img-promociones {
    max-width: 400px;
  }

  .heading-promociones-1, .heading-promociones-2 {
    font-size: 2.8em;
  }

  .tabs {
    display: none;
  }

  .tabs-menu {
    min-width: 250px;
  }

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

  .promos-grid.dropdown-options {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  .heading-promo {
    text-align: left;
    font-size: 18px;
    line-height: 20px;
  }

  .img-promociones-mini {
    max-width: 50px;
  }

  .heading-tab-promos {
    font-size: 25px;
    line-height: 25px;
  }

  .promociones-mobile {
    display: flex;
  }

  .header-categor-a {
    padding-right: 30px;
  }

  .section-header-productos {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    flex: 0 auto;
    width: auto;
    max-height: 670px;
  }

  .section-header-cuik {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    flex: 0 auto;
    width: auto;
  }

  .img-cuik {
    width: 320px;
  }

  .heading-cuik {
    font-size: 5.1em;
  }

  .flex-cuik {
    grid-column-gap: 1em;
    grid-row-gap: 0em;
  }

  .logo-zigi-en-cuik {
    width: 8.7em;
    margin-bottom: 4px;
  }

  .img-cuik-estrellas {
    width: 150px;
  }

  .container-cuik {
    flex: 0 auto;
    width: auto;
  }

  .list-cuik {
    padding-left: 20px;
  }

  .img-card-cuik.big {
    width: 120px;
    margin-right: -20px;
  }

  .img-card-cuik.tall {
    margin-top: -15px;
    margin-bottom: -15px;
  }

  .card-hero-cuik {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    width: 100%;
  }

  .faqs {
    display: flex;
  }

  .faqs.no-marggin {
    max-width: 100%;
    margin-bottom: 20px;
  }

  .card-container-2 {
    justify-content: center;
    align-items: flex-start;
  }

  .section-sticky {
    background-image: url('../images/Cuik_TelefonoTitular2x_1.webp');
    background-position: 3% 99%;
    background-repeat: no-repeat;
    background-size: 200px;
    flex: 0 auto;
    padding-bottom: 4em;
  }

  .logo-bg-sticky {
    display: none;
  }

  .star-faqs {
    margin-left: auto;
    margin-right: auto;
  }

  .img-logo-comercios.hide-desktop {
    display: none;
  }

  .heading-hacelo-todo {
    letter-spacing: -.01em;
    font-size: 4.5em;
  }

  .referidos-stars {
    width: 60px;
  }

  .section-header-referidos, .section-header-remesas {
    flex: 0 auto;
    width: auto;
    padding-top: 20px;
  }

  .remesas-stars {
    width: 60px;
  }

  .img-phone {
    max-width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .container-nav {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 10px;
  }

  .container.sticky {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .container.centered.no-gap {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .fn-features-card {
    padding: 12px;
  }

  .fn-get-a-demo-link {
    width: auto;
    height: auto;
  }

  .heading_large {
    font-size: 2.5em;
    line-height: 1.3;
  }

  .heading-medium {
    font-size: 2.4em;
  }

  .heading-medium.header {
    font-size: 2em;
  }

  .cta-block {
    background-position: 122%, -22% 0;
    padding-top: 4em;
    padding-bottom: 4em;
  }

  .heading-regular {
    font-size: 1.6em;
    line-height: 1.2;
  }

  .card-img-wrapper {
    border-bottom-style: solid;
    border-right-style: none;
    justify-content: center;
    align-items: center;
    min-width: 100%;
    max-width: 100%;
    height: auto;
    max-height: 25em;
  }

  .card {
    margin-left: auto;
    margin-right: auto;
    padding: 3em 2em;
  }

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

  .card.horizontal {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    flex-flow: row;
  }

  .card.blog {
    flex-flow: column;
    align-items: stretch;
  }

  .main-grid {
    grid-column-gap: 1.5em;
    grid-row-gap: 2em;
  }

  .left-hero {
    grid-row-gap: 1.7em;
    justify-content: center;
    align-items: center;
    padding-top: 3em;
    padding-bottom: 3em;
  }

  .container-hero {
    overflow: hidden;
  }

  .paragraph {
    font-size: 1.3em;
    line-height: 1.3;
  }

  .paragraph.centered-mobile {
    text-align: center;
  }

  .centered-wrapper {
    padding-top: 2em;
  }

  .grid-footer {
    grid-column-gap: 1em;
    grid-row-gap: 2em;
  }

  .section {
    padding-left: 2em;
    padding-right: 2em;
  }

  .content-wrap {
    padding-top: 3em;
    padding-bottom: 3em;
  }

  .content-wrap.centered {
    justify-content: center;
    align-items: center;
  }

  .content-wrap.centered.no-padding-down {
    padding-bottom: 2em;
  }

  .content-wrap.cuik {
    max-width: 33.9em;
    padding-bottom: 6em;
  }

  .content-wrap.header {
    padding-top: 2em;
    padding-bottom: 2em;
  }

  .flex-horizontal.grid-header, .flex-horizontal.grid-mainpart {
    grid-template-columns: 1fr;
  }

  .rounded-container {
    padding: 40px;
  }

  .heading-large {
    font-size: 2.5em;
  }

  .heading-large.white.centered-mobile {
    text-align: center;
  }

  .heading-large.green.margin-bottom {
    margin-top: 20px;
  }

  .section-image {
    margin-bottom: 0;
  }

  .section-image.cuik-bg.hide-mobile {
    display: none;
  }

  .heading-respaldo {
    align-self: center;
    margin-right: 0;
    font-size: 27px;
    line-height: 32px;
  }

  .respaldo-mid {
    flex-direction: column;
  }

  .heading-small {
    font-size: 1.5em;
  }

  .steps-number-medium {
    font-size: 5em;
    line-height: 1.1;
  }

  .footer-group {
    grid-row-gap: 10px;
    text-align: center;
    flex-direction: column;
    align-items: center;
  }

  .logo-footer {
    max-height: 56px;
  }

  .heading-hero {
    font-size: 3.2em;
    line-height: 1;
  }

  .heading-hero.referidos {
    font-size: 3em;
  }

  .logo-hero {
    width: 250px;
  }

  .hero {
    height: 85vh;
    min-height: 700px;
  }

  .section-main.black-bg.blog-img-bg {
    background-size: 80px;
  }

  .navbar-logo {
    width: 80px;
  }

  .big-bi-logo {
    width: 160px;
  }

  .blog-grid {
    grid-column-gap: 1em;
    grid-row-gap: 2em;
    flex-direction: column;
    display: flex;
  }

  .blog-image-wrapper {
    height: 400px;
  }

  .contact-form {
    min-width: auto;
  }

  .heading-wrapper-stars {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .section-header {
    padding-left: 1.5em;
    padding-right: 1.5em;
  }

  .form-block {
    align-self: stretch;
    min-width: auto;
  }

  .star-contact {
    width: 30px;
  }

  .video-section {
    height: 120vw;
  }

  .video {
    display: none;
  }

  .video.mobile {
    display: block;
  }

  .contact-wrap-form {
    border-radius: 40px;
    padding: 4em 60px;
  }

  .contact-image {
    margin-bottom: 0;
  }

  .ayuda-text-wrapper {
    margin-top: 20px;
    margin-left: 0;
  }

  .ayuda-qr-img {
    width: 150px;
  }

  .image-header {
    max-width: 350px;
  }

  .image-header.beneficios {
    max-width: 250px;
  }

  .section-main-header {
    background-size: 100px;
  }

  .section-main-header.black-bg {
    background-size: 80px;
  }

  .details-ayuda {
    font-size: 21px;
  }

  .card-img-icon {
    max-width: 140px;
  }

  .img-productos {
    width: 250px;
  }

  .wash-medium-wrapper {
    grid-row-gap: 2em;
    padding-bottom: 4em;
  }

  .logo-remesadora {
    max-height: 100px;
  }

  .wrapper-logo-remesadora {
    padding: 20px;
  }

  .flex-block-3.centered-mobile {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
  }

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

  .section-logos {
    padding: 60px 4em 40px;
  }

  .heading-card {
    font-size: 25px;
    line-height: 28px;
  }

  .conainter-cards.productos {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .conainter-cards.cuik {
    grid-column-gap: 3em;
    grid-row-gap: 3em;
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .img-hero {
    display: none;
  }

  .img-hero.mobile {
    align-self: auto;
    width: 280px;
    display: block;
  }

  .font-hero-sincomplicaciones {
    width: 400px;
  }

  .hero-sincomplicaciones-div {
    justify-content: flex-start;
    align-items: center;
  }

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

  .flecha-pleca {
    width: 100px;
  }

  .header-div.centered {
    margin-top: 20px;
  }

  .paragraph-new {
    font-size: 1.3em;
    line-height: 1.3;
  }

  .paso-group.second, .paso-group.third, .paso-group.fourth, .paso-group.second-many, .paso-group.fifth {
    margin-left: 60px;
  }

  .donde-pagar-persone {
    width: 250px;
    margin-right: -46px;
  }

  .heading-donde-pagar {
    margin-bottom: 20px;
    font-size: 3em;
  }

  .slider-logos {
    max-width: 550px;
    height: 140px;
  }

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

  .slider-side-pleca {
    width: 30px;
  }

  .productos-header-div {
    justify-content: flex-start;
    align-items: center;
  }

  .productos-planeta {
    width: 120px;
    right: -31%;
  }

  .productos-blanco {
    width: 150px;
    left: -48%;
  }

  .img-de-zigi {
    width: 250px;
  }

  .img-de-zigi.promociones {
    width: 350px;
  }

  .heading-card-productos {
    font-size: 25px;
    line-height: 28px;
  }

  .heading-promociones-1 {
    font-size: 3.2em;
    line-height: 1;
  }

  .heading-promociones-2 {
    font-size: 2.2em;
  }

  .promos-grid.dropdown-options {
    grid-template-columns: 1fr 1fr;
  }

  .heading-promo {
    text-align: left;
    font-size: 16px;
    line-height: 18px;
  }

  .div-no-promo {
    justify-content: flex-start;
    align-items: flex-start;
  }

  ._404 {
    height: 85vh;
    min-height: 700px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-tab-promos {
    font-size: 25px;
    line-height: 28px;
  }

  .promociones-mobile {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .header-categor-a {
    padding-right: 30px;
  }

  .img-no-promo {
    width: 30px;
  }

  .img-promo-big {
    max-width: 100%;
  }

  .section-header-productos {
    max-height: 530px;
  }

  .img-cuik {
    width: 250px;
    right: 0%;
  }

  .list-cuik {
    padding-left: 20px;
  }

  .div-card-content-cuik {
    padding: 10px 10px 10px 20px;
  }

  .heading-card-cuik {
    font-size: 22px;
    line-height: 26px;
  }

  .faqs {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-bottom: 190px;
  }

  .img-cuik-faqs {
    width: 450px;
  }

  .card-container-2 {
    padding: 1em 2em 1em 0;
  }

  .section-sticky {
    background-image: url('../images/Asset-34.svg');
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: 100%;
  }

  .img-logo-comercios.hide-mobile {
    display: none;
  }

  .heading-hacelo-todo {
    font-size: 3em;
  }

  .section-header-referidos {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    max-height: 550px;
    padding-top: 20px;
  }

  .referidos-header-div {
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 10px;
  }

  .gana-referidos {
    width: 280px;
  }

  .logo-zigi-referidos {
    height: 33px;
    margin-top: 4px;
  }

  .flex-block-referidos {
    grid-row-gap: 2px;
    flex-flow: wrap;
    justify-content: center;
    align-items: flex-start;
  }

  .section-header-remesas {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    max-height: 550px;
    padding-top: 20px;
  }

  .cobra-remesas {
    width: 500px;
  }

  .remesas-header-div {
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 10px;
  }

  .text-pregunta {
    font-size: 25px;
  }

  .img-phone {
    max-width: 100%;
  }

  .container-2 {
    padding-top: 40px;
  }

  .paragraph-big {
    font-size: 1.3em;
    line-height: 1.3;
  }

  .paragraph-big.centered-mobile {
    text-align: center;
  }
}

@media screen and (max-width: 479px) {
  p {
    text-align: left;
  }

  .button-main {
    padding: 10px 30px;
    font-size: 18px;
    line-height: 20px;
  }

  .button-main.submit {
    width: 100%;
    margin-top: 30px;
    margin-left: 0;
  }

  .nav-link {
    justify-content: center;
    align-items: center;
    padding-top: 15px;
    padding-bottom: 15px;
    display: flex;
  }

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

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

  .container {
    z-index: 2;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex: 0 auto;
    width: 100%;
  }

  .container.centered {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .heading-medium {
    font-size: 1.8em;
  }

  .heading-medium.header {
    text-align: left;
    font-size: 1.5em;
  }

  .walsh-link-wrapper {
    font-size: 16px;
  }

  .cta-block {
    padding: 3em 2em;
  }

  .link-wrapper {
    font-size: 16px;
  }

  .heading-regular {
    font-size: 1.4em;
    line-height: 1.2;
  }

  .card-container {
    grid-column-gap: .5em;
    grid-row-gap: .5em;
  }

  .card-img-wrapper {
    justify-content: center;
    align-items: center;
    width: 150px;
    height: auto;
    min-height: 10em;
    max-height: 15em;
  }

  .card {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 2em;
    padding-bottom: 2em;
  }

  .card.border.horizontal {
    display: flex;
  }

  .card.horizontal {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .button-label {
    font-size: 16px;
  }

  .link-button.left-aligned {
    margin-right: auto;
  }

  .walsh-link-block-orange-2 {
    align-self: center;
    padding-left: 30px;
    padding-right: 25px;
  }

  .font-color {
    background-size: auto 56%;
  }

  .left-hero {
    grid-row-gap: .5em;
    text-align: center;
    align-items: center;
    padding-top: 30px;
    padding-left: 0;
    font-size: 18px;
  }

  .container-hero {
    flex: 0 auto;
    width: 100%;
  }

  .heading-small-hero {
    font-size: 16px;
  }

  .bi-logo {
    width: 100px;
  }

  .respaldo-bi-container {
    margin-bottom: 10px;
  }

  .link-button-gray {
    font-size: 16px;
  }

  .paragraph {
    text-align: left;
    font-size: 16px;
    line-height: 1.3;
  }

  .paragraph.p-productos {
    font-size: 14px;
  }

  .paragraph.centered-mobile {
    text-align: center;
  }

  .title-tag {
    font-size: 16px;
  }

  .flex-tag.left-aligned {
    margin-right: auto;
  }

  .centered-wrapper {
    padding-top: 20px;
    font-size: 18px;
  }

  .section {
    flex: 0 auto;
    width: 100%;
    padding: 5em 20px 4em;
  }

  .section.donde-pagar {
    padding-top: 3em;
  }

  .section.no-padding {
    padding-top: 2em;
    padding-bottom: 1em;
  }

  .content-wrap {
    grid-row-gap: 1.25em;
    text-align: center;
    justify-content: center;
    align-items: flex-start;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 18px;
  }

  .content-wrap.centered {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .content-wrap.centered.no-padding-down {
    padding-bottom: .5em;
  }

  .content-wrap.cuik {
    max-width: 15.3em;
  }

  .flex-horizontal {
    grid-row-gap: 2em;
  }

  .flex-horizontal.grid-header, .flex-horizontal.grid-mainpart {
    grid-column-gap: 0em;
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .rounded-container {
    flex: 0 auto;
    width: 100%;
    padding: 20px;
  }

  .heading-large {
    text-align: left;
    font-size: 2em;
  }

  .heading-large.white {
    font-size: 1.8em;
  }

  .heading-large.white.centered-mobile {
    text-align: center;
  }

  .heading-large.green.margin-bottom {
    margin-top: 0;
  }

  .heading-large.contact-heading {
    font-size: 1.7em;
  }

  .heading-large.heading-ayuda {
    text-align: center;
    font-size: 2em;
  }

  .section-image {
    border-radius: 12px;
    order: -1;
  }

  .heading-respaldo {
    font-size: 20px;
    line-height: 25px;
  }

  .heading-small {
    font-size: 1.3em;
  }

  .steps-number-medium {
    font-size: 3.5em;
  }

  .walsh-footer-grid-social-2 {
    justify-content: center;
    width: 100%;
  }

  .footer-group {
    max-width: 200px;
  }

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

  .footer {
    padding-top: 3em;
    padding-bottom: 3em;
  }

  .heading-hero {
    width: auto;
    font-size: 1.7em;
    line-height: 1;
  }

  .heading-hero.referidos {
    font-size: 2em;
  }

  .logo-hero {
    width: 200px;
  }

  .hero {
    height: auto;
    min-height: auto;
  }

  .footer-logo-wrapper {
    font-size: 18px;
  }

  .section-main {
    padding: 3em 20px;
  }

  .section-main.black-bg {
    padding-top: 4em;
    padding-bottom: 4em;
  }

  .section-main.black-bg.blog-img-bg {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    padding-top: 2em;
    padding-bottom: 2em;
  }

  .button-container {
    grid-row-gap: 1.25em;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }

  .navbar-logo {
    width: 70px;
  }

  .big-bi-logo {
    width: 120px;
  }

  .category-tag {
    font-size: 16px;
  }

  .link-category, .category-title {
    font-size: 1.2em;
  }

  .date-tag {
    font-size: 16px;
  }

  .section-highlight {
    flex: 0 auto;
    width: 100%;
    padding: 1.5em 20px;
  }

  .section-highlight.green-bg.full-hight {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section-highlight.green-bg.full-hight.bg-imgs-contact {
    background-image: linear-gradient(#ceff59ed, #ceff59ed), url('../images/ZIGI_logo_black.svg');
    background-position: 0 0, 50% 1%;
  }

  .section-todo-en-bi {
    flex: 0 auto;
    width: 100%;
  }

  .blog-image-wrapper {
    height: 300px;
  }

  .form-label {
    text-align: left;
    font-size: 16px;
  }

  .section-header {
    padding: 3em 1em;
  }

  .star-contact {
    width: 20px;
  }

  .walsh-link-wrapper-2 {
    font-size: 16px;
  }

  .contact-wrap-form {
    grid-row-gap: 1.2em;
    text-align: center;
    border-radius: 30px;
    align-items: center;
    padding: 2em 25px;
    font-size: 18px;
  }

  .contact-image {
    border-radius: 12px;
  }

  .contact-image.second {
    min-width: auto;
  }

  .image-contact-persone {
    max-width: 90%;
  }

  .ayuda-text-wrapper {
    justify-content: flex-start;
    align-items: center;
  }

  .ayuda-qr-img {
    display: block;
  }

  .logo-wrapper-transparent {
    flex: 0 50%;
    order: 1;
  }

  .image-header {
    width: 100%;
    max-width: 20em;
  }

  .walsh-link-wrapper-3 {
    font-size: 16px;
  }

  .walsh-link-block-orange {
    align-self: center;
    padding-left: 30px;
    padding-right: 25px;
  }

  .steps-wrapper {
    grid-row-gap: 1.25em;
  }

  .section-main-header {
    flex: 0 auto;
    width: 100%;
    padding: 20px;
  }

  .section-main-header.black-bg {
    background-position: 104% 0;
    background-size: 71px;
  }

  .details-ayuda {
    text-align: center;
    margin-top: 0;
    margin-bottom: 14px;
    font-size: 18px;
    line-height: 1.2;
  }

  .card-img-icon {
    flex: none;
    width: 90px;
  }

  .logo-cuik {
    width: 6em;
  }

  .section-header-promociones {
    flex: 0 auto;
  }

  .img-productos {
    width: 180px;
  }

  .logo-wrapper-productos {
    font-size: 18px;
  }

  .wash-medium-wrapper {
    padding-bottom: 3em;
  }

  .container-padding-large {
    flex: 0 auto;
    width: 100%;
  }

  .grid-logos-remesas {
    grid-template-columns: 1fr 1fr;
  }

  .heading-cta {
    font-size: 26px;
  }

  .section-logos {
    padding-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .grid-logos-bancos {
    grid-template-columns: 1fr 1fr;
  }

  .card-hero-1 {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
  }

  .img-card {
    width: 60px;
  }

  .heading-card {
    font-size: 18px;
    line-height: 20px;
  }

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

  .conainter-cards {
    grid-column-gap: 2.2em;
    grid-row-gap: 2.2em;
    padding-left: 0;
    padding-right: 0;
  }

  .conainter-cards.productos {
    margin-top: 0;
  }

  .conainter-cards.cuik {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
  }

  .franja {
    padding-left: 30px;
    padding-right: 0;
  }

  .heading-pasos {
    font-size: 20px;
    line-height: 24px;
  }

  .img-hero.mobile {
    max-width: 230px;
  }

  .hero-sincomplicaciones-div {
    margin-top: 10px;
    margin-bottom: 10px;
  }

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

  .flecha-pleca {
    width: 80px;
  }

  .header-div {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .header-div.centered {
    margin-top: 0;
    margin-bottom: 0;
  }

  .font-img.as--de-facil {
    width: 220px;
  }

  .paragraph-new {
    text-align: left;
    padding-left: 30px;
    font-size: 15px;
    line-height: 1.3;
  }

  .numero-pasos {
    width: 60px;
  }

  .paso-group, .paso-group.second, .paso-group.third, .paso-group.fourth, .paso-group.second-many, .paso-group.fifth {
    margin-left: 40px;
  }

  .flex-block-pasos.muchos-pasos {
    grid-column-gap: 2.5em;
    grid-row-gap: 2.5em;
    padding-bottom: 0;
  }

  .footer-div {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .rombo-1 {
    width: 30px;
  }

  .donde-pagar-persone {
    width: 150px;
    margin-bottom: -2px;
    margin-right: -45px;
  }

  .donde-pagar-container {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .heading-donde-pagar {
    text-align: left;
    margin-bottom: 20px;
    font-size: 1.8em;
  }

  .heading-comercios-1 {
    text-align: center;
    font-size: 22px;
    line-height: 24px;
  }

  .slider-logos {
    height: 120px;
  }

  .slider-promos {
    height: 160px;
  }

  .grid-logos {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .right-arrow, .left-arrow {
    width: 30px;
  }

  .mask-slider {
    padding-left: 40px;
    padding-right: 40px;
  }

  .slide-nav-2 {
    padding-bottom: 0;
    padding-left: 20px;
  }

  .slider-promo {
    max-width: 417px;
  }

  .slider-promo-img.mobile {
    height: 160px;
  }

  .slider-side-pleca {
    width: 20px;
  }

  ._24-7-img {
    width: 100px;
  }

  .card-productos {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    justify-content: flex-start;
    align-items: stretch;
  }

  .productos-header-div {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .productos-header-div.no-margin {
    margin-top: 0;
    margin-bottom: 0;
  }

  .productos-image-wrapper {
    padding-top: 0;
  }

  .productos-planeta {
    width: 80px;
    right: -23%;
  }

  .productos-blanco {
    width: 90px;
    left: -37%;
  }

  .img-de-zigi.promociones {
    width: 250px;
  }

  .img-card-productos {
    width: 80px;
    margin-top: 10%;
    margin-left: -9px;
  }

  .img-card-productos.smaller {
    width: 70px;
    margin-left: -7px;
  }

  .img-card-productos.bigger {
    width: 70px;
    margin-left: 0;
  }

  .card-productos-content {
    margin-left: 30px;
    padding-left: 50px;
  }

  .heading-card-productos {
    font-size: 18px;
    line-height: 20px;
  }

  .img-promociones {
    max-width: 100%;
  }

  .heading-promociones-1 {
    width: auto;
    margin-bottom: 0;
    font-size: 1.7em;
    line-height: 1;
  }

  .heading-promociones-2 {
    width: auto;
    font-size: 1.2em;
    line-height: 1;
  }

  .logo-wrapper-promociones {
    padding-top: 10px;
    font-size: 18px;
  }

  .promos-grid.dropdown-options {
    grid-template-columns: 1fr;
  }

  .img-promociones-mini {
    max-width: 100%;
  }

  .mensaje-vacio {
    font-size: 16px;
    line-height: 18px;
  }

  .div-no-promo {
    justify-content: flex-start;
    align-items: flex-start;
  }

  ._404 {
    height: auto;
    min-height: auto;
    padding-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-tab-promos {
    font-size: 18px;
    line-height: 20px;
  }

  .promociones-mobile {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .header-categor-a {
    padding: 10px 18px 10px 80px;
  }

  .img-promociones-mobile {
    min-width: 60px;
    max-width: 60px;
  }

  .img-promociones-mobile.smaller {
    min-width: 40px;
    max-width: 40px;
    bottom: 0%;
  }

  .arrow-dropdown {
    width: 16px;
  }

  .body-promos {
    padding-bottom: 60px;
    padding-left: 0;
    padding-right: 0;
  }

  .img-no-promo {
    width: 25px;
  }

  .img-promo-big {
    margin-bottom: 10px;
  }

  .section-header-productos {
    flex: 0 auto;
    max-height: 430px;
  }

  .section-header-cuik {
    flex: 0 auto;
  }

  .img-cuik {
    width: 200px;
    right: -13%;
  }

  .heading-cuik {
    font-size: 2.4em;
  }

  .flex-cuik {
    grid-column-gap: .5em;
  }

  .logo-zigi-en-cuik {
    width: 4.4em;
  }

  .img-cuik-estrellas {
    width: 114px;
    margin-top: 10px;
  }

  .container-cuik {
    z-index: 2;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex: 0 auto;
    width: 100%;
  }

  .list-cuik {
    padding-left: 20px;
  }

  .list-item-cuik {
    line-height: 21px;
  }

  .img-card-cuik {
    width: 70px;
  }

  .img-card-cuik.big {
    width: 90px;
    margin-left: -10px;
    margin-right: -10px;
  }

  .heading-card-cuik {
    font-size: 18px;
    line-height: 20px;
  }

  .card-line {
    height: 110%;
  }

  .card-hero-cuik {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .img-cuik-pago {
    margin-top: 40px;
    margin-bottom: 20px;
  }

  .faqs {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    margin-bottom: 120px;
  }

  .header-faqs {
    padding-left: 10px;
    padding-right: 10px;
  }

  .body-faqs {
    padding-bottom: 60px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-tab-faqs {
    text-align: left;
    font-size: 16px;
    line-height: 18px;
  }

  .img-cuik-faqs {
    width: 300px;
  }

  .section-sticky {
    flex: 0 auto;
    width: 100%;
    padding: 4em 20px 3em;
  }

  .heading-hacelo-todo {
    font-size: 2.5em;
  }

  .referidos-stars {
    width: 50px;
    top: 0;
    left: 0;
  }

  .section-header-referidos {
    flex: 0 auto;
    max-height: 450px;
  }

  .referidos-header-div {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .gana-referidos {
    width: 250px;
  }

  .logo-zigi-referidos {
    width: 52px;
    height: auto;
    margin-top: 2px;
  }

  .flex-block-referidos {
    grid-row-gap: 3px;
  }

  .flex-block-a-zigi {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .section-header-remesas {
    flex: 0 auto;
    max-height: 450px;
  }

  .cobra-remesas {
    width: 250px;
  }

  .remesas-header-div {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .remesas-stars {
    width: 50px;
    top: 0;
    left: 0;
  }

  .escribenos-div {
    margin-top: 10px;
    padding-top: 20px;
  }

  .text-pregunta {
    max-width: 200px;
    font-size: 21px;
  }

  .container-2 {
    padding-top: 20px;
  }

  .paragraph-big {
    text-align: left;
    font-size: 16px;
    line-height: 1.3;
  }

  .paragraph-big.p-productos {
    font-size: 14px;
  }

  .paragraph-big.centered-mobile {
    text-align: center;
  }
}

#w-node-_434f85b4-673d-525e-91d0-3654721a5812-e327a188 {
  grid-area: 1 / 2 / 2 / 7;
  align-self: center;
}

#w-node-c1e5c0a1-43f8-555b-cc52-886213b17fa5-e327a188 {
  grid-area: 1 / 8 / 2 / 12;
}

#w-node-_7f43b510-6ada-f494-2de2-956363c0dac2-e327a188, #w-node-e5f6ba9a-640a-ccce-40f9-90d9171f8275-e327a188, #w-node-b40a2bfa-3287-02b7-a9c0-2111c6aa38cd-e327a188, #w-node-_4567b1e1-61b9-1f9e-f0fe-e9706867f1e8-e327a188, #w-node-d0c90afb-172d-7566-b7fb-0dce5bb2634d-e327a188, #w-node-bf9c6b64-718d-bac8-04a1-49aac2049868-e327a188 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fd324d0f-4010-5f49-2714-564792ea1836-92ea1833 {
  grid-area: 1 / 5 / 2 / 9;
  align-self: center;
}

#w-node-fd324d0f-4010-5f49-2714-564792ea1838-92ea1833 {
  grid-area: 2 / 3 / 3 / 11;
  align-self: center;
}

#w-node-fd324d0f-4010-5f49-2714-564792ea1843-92ea1833 {
  grid-area: 3 / 4 / 4 / 10;
  place-self: center;
}

#w-node-fd324d0f-4010-5f49-2714-564792ea184a-92ea1833 {
  grid-area: 4 / 5 / 5 / 9;
  place-self: center;
}

#w-node-fd324d0f-4010-5f49-2714-564792ea184c-92ea1833 {
  justify-self: center;
}

#w-node-d308432a-95cf-e0ac-83aa-95f21c6f998b-1c6f9988 {
  grid-area: 1 / 2 / 2 / 10;
  align-self: start;
}

#w-node-d308432a-95cf-e0ac-83aa-95f21c6f9992-1c6f9988 {
  grid-area: 1 / 10 / 2 / 13;
  align-self: center;
}

#w-node-_8ba5f697-46ce-4aba-2364-04e148d3103a-9713b214, #w-node-_8ba5f697-46ce-4aba-2364-04e148d31046-9713b214, #w-node-_8ba5f697-46ce-4aba-2364-04e148d31052-9713b214, #w-node-_595b7e61-991f-2433-f528-a075705c04ae-9713b214, #w-node-_8fbe421d-ceb9-006c-469a-290ec7580b9b-9713b214, #w-node-_74c43830-ea09-d6b7-99ae-d9ec046e8bc2-9713b214 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: stretch;
}

#w-node-_6cef9cc1-189e-62b1-c3fe-cffc4096ae91-851d7274, #w-node-_90041840-f3f6-3686-7917-fcba82875185-851d7274 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_27b54610-bc36-e194-5cf8-00a47086f302-441bac2c {
  grid-area: 1 / 4 / 2 / 10;
}

#w-node-_24c40b17-2c6c-90fc-7c66-d38bbfe57533-441bac2c {
  grid-area: 2 / 3 / 3 / 11;
  align-self: center;
}

#w-node-e7a9502d-899e-968f-dcda-0701add7c92f-441bac2c, #w-node-_7e6a968b-e4d4-4495-699c-6873c6226e33-441bac2c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a1c57cb-a5e5-b7d8-ad8f-5a596c43d20a-95131334 {
  grid-area: 1 / 3 / 2 / 11;
  align-self: center;
}

#w-node-_9a1c57cb-a5e5-b7d8-ad8f-5a596c43d218-95131334 {
  grid-area: 2 / 1 / 3 / 13;
  place-self: end center;
}

#w-node-f66dd8cc-058b-895e-ab0d-ceb4ea44db6c-092e7976 {
  grid-area: 1 / 3 / 2 / 11;
}

#w-node-_3bef83d4-aea9-cc91-80e8-51b2af05b184-092e7976 {
  grid-area: 2 / 4 / 3 / 10;
}

#w-node-_3d380e0b-c9cf-6b0d-1d45-d1717c7d2f0c-092e7976, #w-node-_3d380e0b-c9cf-6b0d-1d45-d1717c7d2f18-092e7976, #w-node-_94bca252-f179-568c-e5bd-515bcb807580-092e7976 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_176a4d76-9a23-6639-35f4-219e38885455-eaccf606, #w-node-_176a4d76-9a23-6639-35f4-219e38885457-eaccf606 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2afd6ec4-41fc-5811-ffc6-24aa698dbc5b-ca4540e7 {
  grid-area: 1 / 3 / 2 / 11;
}

#w-node-_2afd6ec4-41fc-5811-ffc6-24aa698dbc64-ca4540e7 {
  grid-area: 2 / 4 / 3 / 10;
}

#w-node-_38394291-6d6e-b57a-94ab-a54be5a00ed9-ca4540e7, #w-node-_41b3899f-64dc-5e53-bacd-a43c3c8c2354-ca4540e7, #w-node-fc82b416-3a2c-7785-b011-d40aee802fe0-ca4540e7, #w-node-_8d9df387-e40e-a8a0-654b-878d7d37e5b6-ca4540e7 {
  grid-area: span 1 / span 6 / span 1 / span 6;
  align-self: stretch;
}

#w-node-_97ffe71f-a57a-5aa4-e014-8bed2881e37b-ca4540e7, #w-node-acf63c0a-f39a-3c9a-b3ed-54a66330936a-ca4540e7, #w-node-fc6e9550-9b5c-23d0-8d31-b45bd7e2b320-ca4540e7, #w-node-_7766bea0-ff2c-8837-4a52-21610f123dfd-ca4540e7, #w-node-f46f2f33-fbe6-baa4-6654-77f77156f884-ca4540e7, #w-node-_125d66f4-d142-6a7b-7640-a359beaf9448-ca4540e7, #w-node-_6282ce9c-a270-1cf8-414e-210688abe863-ca4540e7, #w-node-_18ac8a13-c7c3-2b80-0fef-4f839005be60-ca4540e7, #w-node-_6f456725-84e9-e18a-782b-bbe0ca9616ac-ca4540e7, #w-node-_405aa1b3-e2e5-0608-05c8-28f936a7cf3b-ca4540e7, #w-node-bb431b65-4e00-6400-147b-f50cb6798a80-ca4540e7, #w-node-_6dd6e19d-a509-ecfa-2105-6c4f9a681f70-ca4540e7, #w-node-_47e3f771-eff1-8306-e9be-7406facf840b-ca4540e7, #w-node-c1be5e13-2d1b-5692-54e0-4e028b77dce4-ca4540e7, #w-node-_785be5e9-49a6-dcff-ea75-8cc074b2a7fa-ca4540e7, #w-node-_7f80ec5f-2e87-f64b-f436-fd94f548e40c-ca4540e7, #w-node-_12151a8a-5d56-5f50-00d4-1fef6b22215a-ca4540e7, #w-node-_827cd7aa-0e34-1319-da8a-e6b7fbe6e79f-ca4540e7, #w-node-_3e150403-7391-bccc-7c04-5f3b64e46853-ca4540e7, #w-node-d1949f79-f6fb-f544-051a-9f90c3c57b23-ca4540e7, #w-node-b9ca6c66-cbba-b63d-b65b-0d637919df00-ca4540e7, #w-node-b9ca6c66-cbba-b63d-b65b-0d637919df02-ca4540e7, #w-node-b9ca6c66-cbba-b63d-b65b-0d637919df04-ca4540e7, #w-node-b9ca6c66-cbba-b63d-b65b-0d637919df06-ca4540e7, #w-node-b9ca6c66-cbba-b63d-b65b-0d637919df08-ca4540e7, #w-node-b9ca6c66-cbba-b63d-b65b-0d637919df0a-ca4540e7, #w-node-b9ca6c66-cbba-b63d-b65b-0d637919df0c-ca4540e7, #w-node-b9ca6c66-cbba-b63d-b65b-0d637919df0e-ca4540e7, #w-node-b9ca6c66-cbba-b63d-b65b-0d637919df10-ca4540e7, #w-node-b9ca6c66-cbba-b63d-b65b-0d637919df12-ca4540e7, #w-node-b9ca6c66-cbba-b63d-b65b-0d637919df14-ca4540e7, #w-node-b9ca6c66-cbba-b63d-b65b-0d637919df16-ca4540e7, #w-node-b9ca6c66-cbba-b63d-b65b-0d637919df18-ca4540e7, #w-node-b9ca6c66-cbba-b63d-b65b-0d637919df1a-ca4540e7, #w-node-b9ca6c66-cbba-b63d-b65b-0d637919df1c-ca4540e7, #w-node-b9ca6c66-cbba-b63d-b65b-0d637919df1e-ca4540e7, #w-node-b9ca6c66-cbba-b63d-b65b-0d637919df20-ca4540e7, #w-node-b9ca6c66-cbba-b63d-b65b-0d637919df22-ca4540e7, #w-node-b9ca6c66-cbba-b63d-b65b-0d637919df24-ca4540e7, #w-node-b9ca6c66-cbba-b63d-b65b-0d637919df26-ca4540e7, #w-node-b9ca6c66-cbba-b63d-b65b-0d637919df28-ca4540e7, #w-node-b9ca6c66-cbba-b63d-b65b-0d637919df2a-ca4540e7 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: stretch;
}

#w-node-_7791a791-5e9b-25ee-7f65-e81fe04bc628-6c9f68d3 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: center;
}

#w-node-b38d4e74-06cd-885d-cae3-ff71fc8cee7f-6c9f68d3 {
  align-self: stretch;
}

#w-node-b38d4e74-06cd-885d-cae3-ff71fc8cee8e-6c9f68d3, #w-node-b38d4e74-06cd-885d-cae3-ff71fc8cee95-6c9f68d3, #w-node-b38d4e74-06cd-885d-cae3-ff71fc8cee9c-6c9f68d3 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: stretch;
}

#w-node-_31ffdb57-b881-0786-f296-d9f7dbdabeba-c2bd92a5 {
  grid-area: 1 / 3 / 2 / 10;
  align-self: center;
}

#w-node-c0c66339-99cf-5559-67cc-191bf5664069-c2bd92a5, #w-node-_9b4f9603-3a07-9986-ba51-2c7791eaeb94-c2bd92a5, #w-node-_64fad006-a4dc-f2a9-b11d-4e9dca4c50fa-c2bd92a5 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: center;
}

#w-node-_4382612c-d9a3-fc60-2240-bf47ba7717d0-c2bd92a5, #w-node-e83521a1-fca8-6e92-f3e4-7e2272b4361e-c2bd92a5, #w-node-c633254e-517e-1666-000e-741f7d7a4502-c2bd92a5 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_41308578-b6ae-faa4-bf2b-b7549bc374f7-c2bd92a5 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: center;
}

#w-node-f8f9402b-511d-ce6f-051f-283315442527-c2bd92a5 {
  place-self: center;
}

@media screen and (min-width: 1920px) {
  #w-node-d308432a-95cf-e0ac-83aa-95f21c6f998b-1c6f9988 {
    grid-area: 1 / 4 / 2 / 10;
    align-self: start;
  }

  #w-node-d308432a-95cf-e0ac-83aa-95f21c6f9992-1c6f9988 {
    grid-area: 1 / 10 / 2 / 12;
    align-self: center;
  }

  #w-node-_6cef9cc1-189e-62b1-c3fe-cffc4096ae91-851d7274, #w-node-_90041840-f3f6-3686-7917-fcba82875185-851d7274 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_7791a791-5e9b-25ee-7f65-e81fe04bc628-6c9f68d3 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_31ffdb57-b881-0786-f296-d9f7dbdabeba-c2bd92a5 {
    grid-area: 1 / 2 / 2 / 3;
  }
}

@media screen and (min-width: 1440px) {
  #w-node-_434f85b4-673d-525e-91d0-3654721a5812-e327a188 {
    grid-area: 1 / 2 / 2 / 7;
    align-self: center;
  }

  #w-node-d308432a-95cf-e0ac-83aa-95f21c6f998b-1c6f9988 {
    grid-area: 1 / 3 / 2 / 11;
    align-self: start;
  }

  #w-node-_27b54610-bc36-e194-5cf8-00a47086f302-441bac2c {
    grid-area: 1 / 4 / 2 / 10;
  }

  #w-node-_31ffdb57-b881-0786-f296-d9f7dbdabeba-c2bd92a5 {
    grid-area: 1 / 3 / 2 / 10;
    align-self: center;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_434f85b4-673d-525e-91d0-3654721a5812-e327a188 {
    grid-area: 1 / 1 / 2 / 2;
    align-self: center;
  }

  #w-node-c1e5c0a1-43f8-555b-cc52-886213b17fa5-e327a188 {
    grid-area: 1 / 3 / 2 / 12;
  }

  #w-node-fd324d0f-4010-5f49-2714-564792ea1836-92ea1833 {
    grid-column: 1 / 3;
  }

  #w-node-fd324d0f-4010-5f49-2714-564792ea1838-92ea1833 {
    grid-column: 1 / 3;
    justify-self: center;
  }

  #w-node-fd324d0f-4010-5f49-2714-564792ea1843-92ea1833 {
    grid-area: 4 / 1 / 5 / 3;
    justify-self: center;
  }

  #w-node-fd324d0f-4010-5f49-2714-564792ea184a-92ea1833 {
    grid-area: 3 / 1 / 4 / 3;
    justify-self: center;
  }

  #w-node-d308432a-95cf-e0ac-83aa-95f21c6f998b-1c6f9988 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-d308432a-95cf-e0ac-83aa-95f21c6f9992-1c6f9988 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_8ba5f697-46ce-4aba-2364-04e148d3103a-9713b214 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: stretch;
  }

  #w-node-_8ba5f697-46ce-4aba-2364-04e148d3103d-9713b214 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_8ba5f697-46ce-4aba-2364-04e148d31046-9713b214, #w-node-_8ba5f697-46ce-4aba-2364-04e148d31052-9713b214, #w-node-_595b7e61-991f-2433-f528-a075705c04ae-9713b214, #w-node-_8fbe421d-ceb9-006c-469a-290ec7580b9b-9713b214, #w-node-_74c43830-ea09-d6b7-99ae-d9ec046e8bc2-9713b214 {
    grid-column: span 2 / span 2;
  }

  #w-node-_27b54610-bc36-e194-5cf8-00a47086f302-441bac2c {
    grid-area: 1 / 2 / 2 / 7;
  }

  #w-node-_24c40b17-2c6c-90fc-7c66-d38bbfe57533-441bac2c {
    grid-area: 2 / 1 / 3 / 8;
    align-self: center;
  }

  #w-node-_9a1c57cb-a5e5-b7d8-ad8f-5a596c43d20a-95131334 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_9a1c57cb-a5e5-b7d8-ad8f-5a596c43d218-95131334 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-f66dd8cc-058b-895e-ab0d-ceb4ea44db6c-092e7976 {
    grid-area: 1 / 1 / 2 / 7;
  }

  #w-node-_3bef83d4-aea9-cc91-80e8-51b2af05b184-092e7976 {
    grid-area: 2 / 2 / 3 / 6;
  }

  #w-node-_2afd6ec4-41fc-5811-ffc6-24aa698dbc5b-ca4540e7 {
    grid-area: 1 / 1 / 2 / 7;
  }

  #w-node-_2afd6ec4-41fc-5811-ffc6-24aa698dbc64-ca4540e7 {
    grid-area: 2 / 2 / 3 / 6;
  }

  #w-node-_38394291-6d6e-b57a-94ab-a54be5a00ed9-ca4540e7, #w-node-_41b3899f-64dc-5e53-bacd-a43c3c8c2354-ca4540e7, #w-node-fc82b416-3a2c-7785-b011-d40aee802fe0-ca4540e7, #w-node-_8d9df387-e40e-a8a0-654b-878d7d37e5b6-ca4540e7 {
    grid-column: span 2 / span 2;
    align-self: center;
  }

  #w-node-_97ffe71f-a57a-5aa4-e014-8bed2881e37b-ca4540e7, #w-node-acf63c0a-f39a-3c9a-b3ed-54a66330936a-ca4540e7, #w-node-fc6e9550-9b5c-23d0-8d31-b45bd7e2b320-ca4540e7, #w-node-_7766bea0-ff2c-8837-4a52-21610f123dfd-ca4540e7, #w-node-f46f2f33-fbe6-baa4-6654-77f77156f884-ca4540e7, #w-node-_125d66f4-d142-6a7b-7640-a359beaf9448-ca4540e7, #w-node-_6282ce9c-a270-1cf8-414e-210688abe863-ca4540e7, #w-node-_18ac8a13-c7c3-2b80-0fef-4f839005be60-ca4540e7, #w-node-_6f456725-84e9-e18a-782b-bbe0ca9616ac-ca4540e7, #w-node-_405aa1b3-e2e5-0608-05c8-28f936a7cf3b-ca4540e7, #w-node-bb431b65-4e00-6400-147b-f50cb6798a80-ca4540e7, #w-node-_6dd6e19d-a509-ecfa-2105-6c4f9a681f70-ca4540e7, #w-node-_47e3f771-eff1-8306-e9be-7406facf840b-ca4540e7, #w-node-c1be5e13-2d1b-5692-54e0-4e028b77dce4-ca4540e7, #w-node-_785be5e9-49a6-dcff-ea75-8cc074b2a7fa-ca4540e7, #w-node-_7f80ec5f-2e87-f64b-f436-fd94f548e40c-ca4540e7, #w-node-_12151a8a-5d56-5f50-00d4-1fef6b22215a-ca4540e7, #w-node-_827cd7aa-0e34-1319-da8a-e6b7fbe6e79f-ca4540e7, #w-node-_3e150403-7391-bccc-7c04-5f3b64e46853-ca4540e7, #w-node-d1949f79-f6fb-f544-051a-9f90c3c57b23-ca4540e7, #w-node-b9ca6c66-cbba-b63d-b65b-0d637919df00-ca4540e7, #w-node-b9ca6c66-cbba-b63d-b65b-0d637919df02-ca4540e7, #w-node-b9ca6c66-cbba-b63d-b65b-0d637919df04-ca4540e7, #w-node-b9ca6c66-cbba-b63d-b65b-0d637919df06-ca4540e7, #w-node-b9ca6c66-cbba-b63d-b65b-0d637919df08-ca4540e7, #w-node-b9ca6c66-cbba-b63d-b65b-0d637919df0a-ca4540e7, #w-node-b9ca6c66-cbba-b63d-b65b-0d637919df0c-ca4540e7, #w-node-b9ca6c66-cbba-b63d-b65b-0d637919df0e-ca4540e7, #w-node-b9ca6c66-cbba-b63d-b65b-0d637919df10-ca4540e7, #w-node-b9ca6c66-cbba-b63d-b65b-0d637919df12-ca4540e7, #w-node-b9ca6c66-cbba-b63d-b65b-0d637919df14-ca4540e7, #w-node-b9ca6c66-cbba-b63d-b65b-0d637919df16-ca4540e7, #w-node-b9ca6c66-cbba-b63d-b65b-0d637919df18-ca4540e7, #w-node-b9ca6c66-cbba-b63d-b65b-0d637919df1a-ca4540e7, #w-node-b9ca6c66-cbba-b63d-b65b-0d637919df1c-ca4540e7, #w-node-b9ca6c66-cbba-b63d-b65b-0d637919df1e-ca4540e7, #w-node-b9ca6c66-cbba-b63d-b65b-0d637919df20-ca4540e7, #w-node-b9ca6c66-cbba-b63d-b65b-0d637919df22-ca4540e7, #w-node-b9ca6c66-cbba-b63d-b65b-0d637919df24-ca4540e7, #w-node-b9ca6c66-cbba-b63d-b65b-0d637919df26-ca4540e7, #w-node-b9ca6c66-cbba-b63d-b65b-0d637919df28-ca4540e7, #w-node-b9ca6c66-cbba-b63d-b65b-0d637919df2a-ca4540e7 {
    grid-column: span 1 / span 1;
  }

  #w-node-_7791a791-5e9b-25ee-7f65-e81fe04bc628-6c9f68d3 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
  }

  #w-node-_7791a791-5e9b-25ee-7f65-e81fe04bc634-6c9f68d3 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-b38d4e74-06cd-885d-cae3-ff71fc8cee8e-6c9f68d3, #w-node-b38d4e74-06cd-885d-cae3-ff71fc8cee95-6c9f68d3 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: center;
  }

  #w-node-b38d4e74-06cd-885d-cae3-ff71fc8cee9c-6c9f68d3 {
    grid-column: span 2 / span 2;
    align-self: center;
  }

  #w-node-_31ffdb57-b881-0786-f296-d9f7dbdabeba-c2bd92a5 {
    grid-area: 1 / 2 / 2 / 3;
    align-self: center;
  }

  #w-node-c0c66339-99cf-5559-67cc-191bf5664069-c2bd92a5, #w-node-_9b4f9603-3a07-9986-ba51-2c7791eaeb94-c2bd92a5, #w-node-_64fad006-a4dc-f2a9-b11d-4e9dca4c50fa-c2bd92a5, #w-node-_41308578-b6ae-faa4-bf2b-b7549bc374f7-c2bd92a5 {
    grid-area: 1 / 1 / 2 / 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_434f85b4-673d-525e-91d0-3654721a5812-e327a188 {
    grid-area: 1 / 1 / 2 / 3;
    align-self: center;
  }

  #w-node-_74c43830-ea09-d6b7-99ae-d9ec046e8bc2-9713b214 {
    grid-column: span 1 / span 1;
  }

  #w-node-f66dd8cc-058b-895e-ab0d-ceb4ea44db6c-092e7976 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_3bef83d4-aea9-cc91-80e8-51b2af05b184-092e7976 {
    order: -9999;
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_60d0ced4-547b-507f-4090-139bbd653e69-092e7976 {
    order: -9999;
  }

  #w-node-_2afd6ec4-41fc-5811-ffc6-24aa698dbc5b-ca4540e7 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_2afd6ec4-41fc-5811-ffc6-24aa698dbc64-ca4540e7 {
    order: -9999;
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_7791a791-5e9b-25ee-7f65-e81fe04bc634-6c9f68d3 {
    order: -9999;
  }

  #w-node-b38d4e74-06cd-885d-cae3-ff71fc8cee8e-6c9f68d3, #w-node-b38d4e74-06cd-885d-cae3-ff71fc8cee95-6c9f68d3 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: center;
  }

  #w-node-c0c66339-99cf-5559-67cc-191bf5664067-c2bd92a5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-c0c66339-99cf-5559-67cc-191bf5664069-c2bd92a5 {
    grid-area: 1 / 1 / 3 / 2;
    align-self: center;
  }

  #w-node-_9b4f9603-3a07-9986-ba51-2c7791eaeb92-c2bd92a5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_9b4f9603-3a07-9986-ba51-2c7791eaeb94-c2bd92a5 {
    grid-area: 1 / 1 / 3 / 2;
    align-self: center;
  }

  #w-node-_64fad006-a4dc-f2a9-b11d-4e9dca4c50f8-c2bd92a5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_64fad006-a4dc-f2a9-b11d-4e9dca4c50fa-c2bd92a5 {
    grid-area: 1 / 1 / 3 / 2;
    align-self: center;
  }

  #w-node-_41308578-b6ae-faa4-bf2b-b7549bc374f7-c2bd92a5 {
    grid-area: 2 / 1 / 3 / 2;
    align-self: center;
  }

  #w-node-f8f9402b-511d-ce6f-051f-283315442527-c2bd92a5 {
    order: -9999;
    grid-area: 1 / 1 / 2 / 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_434f85b4-673d-525e-91d0-3654721a5812-e327a188, #w-node-fd324d0f-4010-5f49-2714-564792ea1836-92ea1833, #w-node-d308432a-95cf-e0ac-83aa-95f21c6f998b-1c6f9988, #w-node-_27b54610-bc36-e194-5cf8-00a47086f302-441bac2c {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_24c40b17-2c6c-90fc-7c66-d38bbfe57533-441bac2c {
    grid-area: 2 / 1 / 3 / 3;
    align-self: center;
  }

  #w-node-_9a1c57cb-a5e5-b7d8-ad8f-5a596c43d218-95131334 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_3bef83d4-aea9-cc91-80e8-51b2af05b184-092e7976 {
    order: -9999;
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_60d0ced4-547b-507f-4090-139bbd653e69-092e7976 {
    order: -9999;
  }

  #w-node-_2afd6ec4-41fc-5811-ffc6-24aa698dbc64-ca4540e7 {
    order: -9999;
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_7791a791-5e9b-25ee-7f65-e81fe04bc628-6c9f68d3 {
    grid-area: 2 / 1 / 3 / 2;
    justify-self: center;
  }

  #w-node-_7791a791-5e9b-25ee-7f65-e81fe04bc634-6c9f68d3 {
    order: -9999;
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_31ffdb57-b881-0786-f296-d9f7dbdabeba-c2bd92a5 {
    grid-area: 2 / 1 / 3 / 2;
    justify-self: center;
  }

  #w-node-c0c66339-99cf-5559-67cc-191bf5664069-c2bd92a5, #w-node-_9b4f9603-3a07-9986-ba51-2c7791eaeb94-c2bd92a5, #w-node-_64fad006-a4dc-f2a9-b11d-4e9dca4c50fa-c2bd92a5 {
    grid-area: 1 / 1 / 2 / 3;
    place-self: center;
  }

  #w-node-_41308578-b6ae-faa4-bf2b-b7549bc374f7-c2bd92a5 {
    grid-area: 2 / 1 / 3 / 2;
    place-self: center;
  }
}


