@font-face {
  font-family: Neueplak;
  src: url('../fonts/NeuePlak-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --azul-masfazzil: #014ecb;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

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

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

.background-video {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: auto;
  padding: 20px;
  display: flex;
}

.nav {
  background-color: #fff;
  border-radius: 4px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  display: flex;
}

.container-enlaces {
  justify-content: space-between;
  align-items: center;
  margin-right: 20px;
  display: flex;
}

.enlace {
  height: 100%;
  margin-left: 10px;
  margin-right: 10px;
  text-decoration: none;
  display: flex;
}

.textos-botones {
  color: #1d1d1d;
  text-align: center;
  justify-content: center;
  align-items: center;
  padding: 10px 0;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 17px;
  display: flex;
}

.textos-botones:hover {
  color: gray;
  font-weight: 400;
}

.textos-botones.azul {
  background-color: #0766f1;
}

.textos-botones.azul.blanco {
  color: #fff;
  border-radius: 4px;
  width: 140px;
  height: 40px;
  margin-top: 0;
}

.textos-botones.azul.blanco:hover {
  background-color: #333;
}

.textos-botones.azul.blanco.header, .textos-botones.azul.blanco.inicio {
  margin-top: 0;
}

.textos-botones.azul.btn-blanco {
  color: #333;
  background-color: #fff;
  border: 1.5px solid #bbb;
  border-radius: 4px;
  width: 140px;
  height: 40px;
  margin-top: 0;
  font-family: Roboto, sans-serif;
}

.textos-botones.azul.btn-blanco:hover {
  color: #fff;
  background-color: #014ecb;
}

.menu-button {
  display: none;
}

.menu-line {
  height: 2px;
}

.mobile-menu {
  display: none;
}

.enlace-movil, .enlaces-adicionales-movil {
  height: 100%;
  margin-left: 20px;
  margin-right: 20px;
  text-decoration: none;
  display: flex;
}

.heading {
  text-align: center;
  margin-top: 100px;
  font-family: Neueplak, Arial, sans-serif;
  font-size: 5rem;
  line-height: 4.5rem;
}

.heading-2 {
  text-align: center;
  width: 650px;
  margin-top: 0;
  margin-left: 20px;
  margin-right: 20px;
  font-family: Roboto, sans-serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 32px;
}

.contenedor-titulares {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.dropdown-toggle {
  border: 1.5px solid #a3a3a3;
  border-radius: 4px;
  justify-content: space-between;
  align-items: center;
  height: 40px;
  display: flex;
}

.dropdown-toggle:hover {
  background-color: #dde9ff;
}

.dropdown-list {
  border-radius: 5px;
}

.dropdown-list.w--open {
  background-color: #fff;
  border: 1px solid #a3a3a3;
  border-radius: 5px;
  margin-top: 5px;
}

.dropdown-link {
  border: 1px solid #a3a3a3;
}

.dropdown-link:hover {
  color: #fff;
  background-color: #0566f1;
}

.dropdown-link.primero {
  border-color: #a3a3a3;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.dropdown-link.ultimo {
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}

.productos-slider {
  z-index: 100000;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 300px;
  margin-top: 10px;
  padding-top: 10px;
  display: flex;
  position: relative;
  overflow: visible;
}

.productos-slider.soluciones {
  flex-flow: row;
}

.tarjeta-inicio {
  background-color: #fff;
  border: 1px solid #d8d8d8;
  border-radius: 10px;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  width: 200px;
  height: 100%;
  margin-left: 5px;
  margin-right: 5px;
  padding: 20px 20px 15px;
  text-decoration: none;
  display: flex;
  position: relative;
  box-shadow: 0 2px 3px #0003;
}

.tarjeta-inicio.tarjeta-copetrol {
  display: none;
}

.contenedor-logo-cards {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  margin-bottom: 12px;
  display: flex;
}

.contenedor-cards {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.descripciones-cards {
  color: #2e2e2e;
  margin-top: 0;
  margin-bottom: 15px;
  padding-left: 0;
  padding-right: 0;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  line-height: 18px;
  position: relative;
}

.button {
  color: #404040;
  background-color: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 40px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 500;
  display: flex;
}

.button:hover {
  color: #fff;
  background-color: #014ecb;
}

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

.dropdown-mobile {
  border: 1.5px solid #a3a3a3;
  border-radius: 4px;
  justify-content: space-between;
  align-items: center;
  height: 40px;
  display: flex;
}

.dropdown-mobile:hover {
  background-color: #dde9ff;
}

.text-block {
  color: #014ecb;
  margin-bottom: 5px;
  font-family: Neueplak, Arial, sans-serif;
  font-size: 22px;
  line-height: 22px;
}

.agrupador-titular-sublinea {
  flex-flow: column;
  display: flex;
}

.sublinea-hero {
  text-shadow: 0 3px 10px #0000008c;
  margin-top: 20px;
  font-family: Roboto, sans-serif;
  font-size: 15px;
}

.logos-clientes {
  justify-content: center;
  align-items: center;
}

.container {
  max-width: 1200px;
}

.contenedor-bento {
  background-color: #f0f0f0;
  border-radius: 25px;
  justify-content: center;
  align-items: center;
  margin-left: 20px;
  margin-right: 20px;
  padding: 20px;
  display: flex;
}

.quick-stack, .quick-stack-2 {
  width: 100%;
  padding: 0;
}

.contenedor-detalle-bento {
  width: 100%;
  height: 310px;
}

.contenedor-detalle-bento._310 {
  background-color: #fff;
  border-radius: 10px;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  padding: 30px;
  display: flex;
  box-shadow: 0 0 15px #0003;
}

.contenedor-detalle-bento._310.apple-pay {
  margin-bottom: 0;
  position: relative;
  overflow: hidden;
}

.contenedor-detalle-bento._310.android-pay {
  position: relative;
}

.contenedor-detalle-bento._250 {
  background-color: #fff;
  border-radius: 10px;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  height: 250px;
  padding: 30px;
  display: flex;
  box-shadow: 0 0 15px #0003;
}

.contenedor-detalle-bento._250.pago-pesos {
  background-image: url('../images/bento-cobros-y-pagos-argentina.jpg');
  background-position: 40px 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.contenedor-detalle-bento._250.pago-pix {
  background-image: url('../images/bento-cobros-y-pagos-pix.jpg');
  background-position: 140%;
  background-repeat: no-repeat;
  background-size: 390px;
}

.contenedor-detalle-bento._250.nfc {
  background-image: url('../images/bento-nfc-fondo.jpg');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 280px;
}

.contenedor-detalle-bento._250.ticket-fazzil {
  background-image: url('../images/bento-ticket-facil-fondo.jpg');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: 150px;
  height: 280px;
}

.contenedor-detalle-bento._250.wallet {
  background-image: url('../images/bento-wallet-marca-blanca-fondo.jpg');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: 160px;
  height: 280px;
}

.contenedor-detalle-bento._665 {
  background-color: #fff;
  border-radius: 10px;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  height: 100%;
  padding: 30px;
  display: flex;
  position: relative;
  box-shadow: 0 0 15px #0003;
}

.bento-contenedor-abajo {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.boton-ver-mas {
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  width: 120px;
  margin-top: 0;
  padding: 10px 20px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 17px;
  display: flex;
  position: relative;
}

.boton-ver-mas:hover {
  color: #fff;
  background-color: #0566f1;
  font-weight: 400;
}

.boton-ver-mas.quienes-somos-inicio {
  margin-top: 20px;
}

.titulares-bento {
  color: #000;
  margin-bottom: 5px;
  font-family: Neueplak, Arial, sans-serif;
  font-size: 25px;
  line-height: 28px;
}

.titulares-bento.automatiza {
  width: 280px;
  line-height: 28px;
}

.bentos-textos {
  width: 290px;
  font-family: Roboto, sans-serif;
  font-size: 15px;
  line-height: 21px;
}

.bentos-textos._200 {
  width: 210px;
}

.bentos-textos.pesos {
  width: 250px;
}

.bentos-textos.pix {
  width: 220px;
}

.bentos-textos.nfc, .bentos-textos.ticket-fazzil {
  width: 150px;
  line-height: 21px;
}

.bentos-textos.wallet {
  width: 150px;
}

.image {
  margin-bottom: 20px;
}

.container-2 {
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  margin-left: 25px;
  margin-right: 25px;
  padding-top: 70px;
  padding-bottom: 70px;
  display: block;
}

.text-block-3 {
  font-family: Neueplak, Arial, sans-serif;
  font-size: 25px;
}

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

.boton-ver-soluciones {
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  width: auto;
  padding: 10px 20px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 17px;
  display: flex;
}

.boton-ver-soluciones:hover {
  color: #fff;
  background-color: #0566f1;
  font-weight: 400;
}

.contendor-datos-empresa {
  background-image: url('../images/dots.png'), linear-gradient(#00013d, #0132b2 33%, #056df9 49%, #c3d9de 67%, #fff);
  background-position: 50% 4%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: contain, auto;
  border-radius: 30px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  height: 630px;
  margin-left: 25px;
  margin-right: 25px;
  padding: 100px 80px 10px;
  display: flex;
}

.grilla-datos-empresa-inicio {
  width: 100%;
  padding: 0;
}

.contendor-datos-destacados {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.textos-datos-destacados {
  color: #ffffffb3;
  text-align: center;
  font-family: Roboto, sans-serif;
  font-size: 20px;
  line-height: 25px;
}

.titular-datos-destacados {
  color: #fff;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 5px;
  font-family: Neueplak, Arial, sans-serif;
  font-size: 40px;
  line-height: 40px;
}

.textos-datos-destacados-descripcion {
  color: #fff;
  text-align: center;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  line-height: 20px;
}

.image-3 {
  margin-bottom: 10px;
}

.staff-masfazzil {
  border-radius: 20px;
  margin-top: 40px;
  position: relative;
}

.container-3 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

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

.image-4 {
  width: 100%;
}

.quick-stack-3 {
  width: 700px;
  margin-top: -130px;
  padding: 0;
}

.miembro {
  justify-content: center;
  align-items: center;
}

.pre-footer {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 100px;
  display: flex;
}

.pre-footer.soluciones {
  margin-top: 0;
  padding-top: 20px;
}

.container-4 {
  background-color: #f1f1f1;
  border-radius: 15px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-left: 25px;
  margin-right: 25px;
  display: flex;
}

.quick-stack-4 {
  width: 100%;
  padding: 60px;
}

.sub-footer {
  background-image: url('../images/universo-fondo-footer.webp');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 1728px;
  justify-content: center;
  align-items: flex-end;
  height: 690px;
  margin-top: 20px;
  display: flex;
  overflow: visible;
}

.contenedor-elementos-footer {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  height: auto;
  display: flex;
}

.masfazzil-logo-footer {
  margin-bottom: 25px;
}

.claim-footer {
  color: #fff;
  font-family: Neueplak, Arial, sans-serif;
  font-size: 50px;
  line-height: 55px;
}

.footer-bajada-texto {
  color: #fff;
  width: 410px;
  font-family: Roboto, sans-serif;
  font-size: 22px;
  line-height: 25px;
}

.espaciador-20px {
  width: 100%;
  height: 20px;
}

.boton-solicitar-demo-ahora {
  color: #000;
  text-align: center;
  background-color: #fff;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  width: 200px;
  margin-top: 0;
  padding: 10px 20px;
  font-family: Roboto, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 17px;
  display: flex;
  position: relative;
}

.boton-solicitar-demo-ahora:hover {
  color: #fff;
  background-color: #0566f1;
  font-weight: 400;
}

.container-6 {
  justify-content: flex-start;
  align-items: center;
  max-width: 1200px;
  margin-top: 40px;
  display: flex;
}

.image-5 {
  margin-left: 20px;
  margin-right: 20px;
}

.link-block {
  justify-content: flex-start;
  align-items: center;
  width: 175px;
  padding: 8px;
  text-decoration: none;
  display: flex;
}

.text-block-5 {
  color: #000;
  font-family: Roboto, sans-serif;
  font-size: 15px;
}

.image-6 {
  margin-right: 5px;
}

.copyright {
  margin-bottom: 0;
  margin-left: 10px;
  margin-right: 10px;
  font-family: Roboto, sans-serif;
  font-size: 13px;
  line-height: 16px;
}

.enlaces-footer {
  text-decoration: none;
}

.textos-enlaces-footer {
  color: #313131;
  margin-bottom: 15px;
  font-family: Roboto, sans-serif;
  font-weight: 400;
  text-decoration: none;
}

.textos-enlaces-footer.titular {
  text-align: center;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 600;
}

.textos-enlaces-footer.titular.redes {
  font-size: 16px;
}

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

.quick-stack-5 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  width: 100%;
  padding: 0;
}

.enlace-redes {
  justify-content: center;
  align-items: center;
  width: 55px;
  height: 55px;
  display: flex;
}

.celda-redes {
  justify-content: center;
  align-items: center;
}

.div-block-2 {
  background-color: #272727;
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.logos-tech {
  justify-content: space-around;
  align-items: center;
  width: 100%;
  display: flex;
}

.image-7 {
  mix-blend-mode: multiply;
}

.cell-3, .cell-4 {
  justify-content: center;
  align-items: center;
}

.cell-5 {
  flex-flow: row;
  justify-content: center;
  align-items: center;
}

.contenedor-1200 {
  width: 100%;
  max-width: none;
  padding-left: 0;
  padding-right: 0;
}

.contenedor-1200.redondeado-20 {
  border-radius: 20px;
  margin-left: 25px;
  margin-right: 25px;
  padding-left: 0;
  padding-right: 0;
}

.contenedor-1200.redondeado-20.mapa {
  background-image: url('../images/masfazzil-mapa-fondo.jpg');
  background-position: 50%;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.contenedor-1200.quienes-somos {
  background-image: url('../images/quienesp-somos-senor-setando-en-sillon-azul-con-tarjeta-y-celular-haciendo-un-pago.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 600px;
}

.contenedor-1200.quienes-somos.redondeado-20 {
  background-color: #ebf2ff;
  background-image: none;
  justify-content: center;
  align-items: center;
  height: auto;
  padding: 60px;
  display: flex;
}

.contenedor-1200.quienes-somos.redondeado-20.color-arena {
  background-color: #eee8e2;
}

.contenedor-1200.equipo-ejecutivo {
  background-image: linear-gradient(#bfd3f2, #fff);
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-left: 25px;
  margin-right: 25px;
  padding: 20px;
  display: flex;
}

.seccion-1 {
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.seccion-1.inicio {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
}

.quick-stack-6 {
  width: 100%;
  padding: 0;
}

.image-8 {
  z-index: 0;
  position: relative;
}

.sublinea {
  width: 400px;
  font-family: Roboto, sans-serif;
  font-size: 20px;
  line-height: 25px;
}

.cell-7 {
  justify-content: center;
  align-items: flex-start;
}

.redondeado-20 {
  border-radius: 20px;
}

.grilla-contenidos {
  grid-column-gap: 110px;
  grid-row-gap: 110px;
  width: 100%;
  height: auto;
  padding: 0;
}

.grilla-contenidos.capas {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  margin-top: 60px;
  margin-bottom: 60px;
}

.h2 {
  color: #014ecb;
  font-family: Neueplak, Arial, sans-serif;
  font-size: 32px;
  line-height: 36px;
}

.image-9 {
  margin-right: 20px;
}

.borde-fotos {
  border-radius: 10px;
}

.contendor-textos {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-left: 30px;
  display: flex;
}

.paragraph-2 {
  font-family: Roboto, sans-serif;
  font-size: 20px;
  line-height: 27px;
}

.columna-01 {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
}

.columna-02 {
  justify-content: center;
  align-items: center;
}

.seccion-2, .seccion-3 {
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.image-10 {
  mix-blend-mode: multiply;
}

.paragraph-3 {
  color: #014ecb;
  font-family: Roboto, sans-serif;
  font-size: 30px;
  font-style: italic;
  font-weight: 600;
  line-height: 35px;
  text-decoration: none;
}

.seccion-5 {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 20px;
  display: flex;
}

.seccion-4 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.mapa-recuadro-paises {
  background-color: #fafafa;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  width: 600px;
  height: 300px;
  display: flex;
}

.mapa-contorno-interno {
  border: 3.5px solid #b0ceff;
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 90%;
  height: 85%;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
}

.image-11 {
  margin-top: -22px;
  padding-top: 0;
}

.mapa-bloque-pais {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 65px;
  display: flex;
}

.mapa-texto-pais {
  color: #034ecb;
  font-family: Neueplak, Arial, sans-serif;
  font-size: 35px;
}

.mapa-pais {
  width: 160px;
}

.mapa-proximamente {
  color: #fff;
  margin-top: 30px;
  margin-bottom: 20px;
  font-family: Neueplak, Arial, sans-serif;
  font-size: 25px;
  line-height: 25px;
}

.btn-mapa-consulta-aqui {
  color: #fff;
  background-color: #3898ec00;
  border: 3px solid #fff;
  border-radius: 5px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
}

.btn-mapa-consulta-aqui:hover {
  color: #034ecb;
  background-color: #fff;
}

.contendor-directorio {
  background-image: url('../images/masfazzil-directorio.jpg');
  background-position: 50%;
  background-size: 673px;
  width: 100%;
  height: 100%;
}

.contendor-directorio.redondeado-20 {
  background-repeat: no-repeat;
  background-size: cover;
  height: 500%;
}

.detalle-directorio {
  width: 100%;
  height: 100%;
}

.detalle-directorio.redondeado-20 {
  background-image: linear-gradient(#ecf1ff, #b0ceff);
  padding: 40px;
}

.quick-stack-8-copy {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  width: 100%;
  height: auto;
  padding: 0;
}

.redondeado-10 {
  border-radius: 10px;
  width: 75%;
  margin-bottom: 40px;
}

.contenedor-directorio-nombre-cargo {
  width: auto;
  height: auto;
  margin-left: 0;
}

.directorio-nombre-apellido {
  font-family: Neueplak, Arial, sans-serif;
  font-size: 22px;
  line-height: 26px;
}

.celda-directorio {
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
}

.directorio-cargo {
  font-family: Roboto, sans-serif;
  font-size: 17px;
  line-height: 22px;
}

.seccion-6 {
  margin-bottom: 20px;
}

.fondo-puntos {
  background-image: url('../images/equipo-ejecutivofondo-dots.png');
  background-position: 50% 0;
  background-size: cover;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding-top: 65px;
  display: flex;
}

.h1 {
  color: #000;
  font-family: Neueplak, Arial, sans-serif;
}

.h3, .h4 {
  color: #014ecb;
  font-family: Neueplak, Arial, sans-serif;
  font-size: 32px;
  line-height: 36px;
}

.h5 {
  text-align: center;
  width: auto;
  font-family: Neueplak, Arial, sans-serif;
  font-size: 30px;
  line-height: 36px;
}

.mensaje-final {
  width: 340px;
}

.paragraph-4 {
  color: #333;
  text-align: center;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  line-height: 25px;
}

.contenedor-solicitar-demo {
  background-image: linear-gradient(#fff0, #ebf1fb);
  border-radius: 45px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 400px;
  height: auto;
  margin-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.image-12 {
  margin-top: 45px;
}

.image-13 {
  margin-bottom: 50px;
}

.quick-stack-9 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

.grilla-directorios {
  padding: 0 20px;
}

.quick-stack-10 {
  height: 100%;
  padding: 0;
}

.contenedor-textos-hero-internas {
  padding-left: 40px;
}

.container-7, .container-8 {
  max-width: 1200px;
}

.section-4 {
  background-color: #ecf0ff;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.quick-stack-11 {
  padding: 0;
}

.cell-11 {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
}

.intro {
  color: var(--azul-masfazzil);
  margin-left: 30px;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  line-height: 22px;
}

.container-9 {
  max-width: 1200px;
}

.section-5 {
  background-image: linear-gradient(#fff, #ecf1ff);
  padding: 90px 20px;
}

.quick-stack-12 {
  padding: 0;
}

.quick-stack-13 {
  width: 100%;
  height: 100%;
  padding: 0;
}

.heading-5 {
  width: auto;
  color: var(--azul-masfazzil);
  margin-top: 0;
  font-family: Roboto, sans-serif;
  font-size: 28px;
  line-height: 32px;
}

.paragraph-5 {
  font-family: Roboto, sans-serif;
  font-size: 18px;
  line-height: 23px;
}

.contenedor-elementos-col-soluciones {
  width: 320px;
}

.paragraph-6 {
  font-family: Roboto, sans-serif;
  font-size: 16px;
}

.image-20 {
  margin-top: 20px;
  margin-bottom: 10px;
}

.rectangulo-vertical-color {
  background-color: var(--azul-masfazzil);
  width: 10px;
  height: 50px;
  margin-right: 20px;
}

.rectangulo-vertical-color.lila {
  background-color: #5932bf;
}

.text-block-7 {
  font-family: Neueplak, Arial, sans-serif;
  font-size: 25px;
  line-height: 25px;
}

.contenedor-encabezados-servicio {
  width: 100%;
  margin-bottom: 35px;
  display: flex;
}

.list {
  padding-left: 20px;
  font-family: Roboto, sans-serif;
  font-size: 20px;
}

.soluciones-items {
  color: #353535;
  margin-bottom: 20px;
  font-size: 17px;
}

.container-10 {
  max-width: 1200px;
}

.quick-stack-14 {
  padding: 0;
}

.grilla-solucion-marca-blanca {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  width: 100%;
  padding: 0;
}

.image-21 {
  margin-bottom: 18px;
}

.cta {
  background-image: linear-gradient(#ecf1ff, #fff);
  padding-top: 90px;
  padding-bottom: 60px;
}

.image-22 {
  margin-top: 40px;
}

.titulos-solucion-marca-blanca {
  color: var(--azul-masfazzil);
  margin-bottom: 15px;
  font-family: Neueplak, Arial, sans-serif;
  font-size: 20px;
  line-height: 22px;
}

.solucion-marca-blanca-descripcion {
  font-family: Roboto, sans-serif;
  font-size: 16px;
}

.celda-descripcion {
  justify-content: flex-start;
  align-items: flex-start;
}

.grilla-solucion-modulos-financieros {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  width: 100%;
  padding: 0;
}

.modulos-financieros-recuadro {
  background-color: #fff;
  background-image: linear-gradient(#fff, #edf2ff);
  border: 3px solid #fff;
  border-radius: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 20px;
  display: flex;
  box-shadow: 0 8px 10px #0003;
}

.titulos-solucion-modulos-financieros {
  color: var(--azul-masfazzil);
  text-align: center;
  margin-bottom: 15px;
  font-family: Neueplak, Arial, sans-serif;
  font-size: 20px;
  line-height: 22px;
}

.modulos-financieros-fondo-azul {
  background-color: #014ecb;
  border-radius: 0 0 5px 5px;
}

.modulos-financieros-fondo-azul.cabecera {
  background-color: #01317f;
  border-radius: 5px 5px 0 0;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  padding: 8px 15px;
  display: flex;
}

.modulos-financieros-fondo-azul.abajo {
  padding: 10px 15px;
}

.contenedor-tab-modulos-financieros {
  margin-bottom: 10px;
}

.contenedor-tab-modulos-financieros.proximos-pasos {
  margin-bottom: 0;
}

.titular-modulos-financieros {
  color: #fff;
  font-family: Neueplak, Arial, sans-serif;
  font-size: 15px;
  line-height: 17px;
}

.textos-modulos-financieros {
  color: #fff;
  font-family: Roboto, sans-serif;
  font-size: 15px;
}

.grilla-solucion-casos-de-uso {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  width: 100%;
  padding: 0;
}

.contenedor-foto-casos-de-uso {
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.bordes-redondeados-10px {
  border-radius: 10px;
  width: auto;
  margin-top: 40px;
}

.titular-casos-de-uso {
  color: var(--azul-masfazzil);
  margin-bottom: 5px;
  font-family: Neueplak, Arial, sans-serif;
  font-size: 18px;
}

.paragraph-7 {
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 21px;
}

.grilla-solucion-impacto {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  width: 100%;
  padding: 0;
}

.texto-numero-grande {
  color: var(--azul-masfazzil);
  text-align: center;
  font-family: Neueplak, Arial, sans-serif;
  font-size: 40px;
  line-height: 40px;
}

.texto-numero-grande.masgrande {
  font-size: 45px;
}

.texto-descripcion-numero-grande {
  color: var(--azul-masfazzil);
  text-align: center;
  font-family: Neueplak, Arial, sans-serif;
  font-size: 30px;
  line-height: 32px;
}

.texto-descripcion-numero-grande.maschico {
  font-size: 28px;
}

.texto-descripcion-numero-grande.masgrande {
  font-size: 40px;
}

.texto-descripcion-impacto {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 22px;
  line-height: 23px;
}

.titular-impacto {
  text-align: center;
  margin-bottom: 10px;
  font-family: Roboto, sans-serif;
  font-size: 23px;
  font-weight: 400;
  line-height: 24px;
}

.grilla-logos-01 {
  height: 120px;
  overflow: hidden;
}

.grilla-solucion-baas {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  width: 100%;
  padding: 0;
}

.modulos-servicios-baas {
  background-color: #fff;
  background-image: linear-gradient(#fff, #edf2ff);
  border: 3px solid #fff;
  border-radius: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 20px;
  display: flex;
  box-shadow: 0 8px 10px #0003;
}

.texto-titulares-servicios-baas {
  color: var(--azul-masfazzil);
  text-align: left;
  font-family: Neueplak, Arial, sans-serif;
  font-size: 25px;
  line-height: 27px;
}

.texto-descripcion-servicios-baas {
  text-align: left;
  margin-top: 10px;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 17px;
  line-height: 23px;
}

.servicios-baas {
  background-image: linear-gradient(#ecf1ff, #fff);
  padding-top: 90px;
  padding-bottom: 0;
}

.grilla-retorno-de-inversion {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  width: 100%;
  padding: 0;
}

.texto-titulares-retorno-de-inversion {
  color: #000;
  text-align: left;
  font-family: Neueplak, Arial, sans-serif;
  font-size: 23px;
  line-height: 25px;
}

.texto-descripcion-retorno-de-inversion {
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 17px;
  line-height: 23px;
}

.texto-descripcion-retorno-de-inversion.letra-grande {
  font-family: Neueplak, Arial, sans-serif;
  font-size: 27px;
  line-height: 32px;
}

.texto-descripcion-retorno-de-inversion.letra-grande.azul {
  color: var(--azul-masfazzil);
  line-height: 28px;
}

.texto-descripcion-retorno-de-inversion.ancho-fijo {
  width: 230px;
}

.lineas-azules {
  background-color: var(--azul-masfazzil);
  width: 100%;
  height: 3px;
  margin-top: 10px;
  margin-bottom: 8px;
}

.lineas-azules.proximos-pasos {
  margin-top: 20px;
  margin-bottom: 20px;
}

.texto-descripcion-retorno-de-inversion-2 {
  text-align: left;
  margin-top: 10px;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 17px;
  line-height: 23px;
}

.contenedor-texto-icono-retorno-inversion {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 5px;
  margin-bottom: 5px;
  display: flex;
}

.contenedor-texto-icono-retorno-inversion.contendor-icono {
  justify-content: flex-end;
  align-items: center;
}

.cell-12 {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
}

.contenedor-textos-payback {
  margin-left: 30px;
}

.grilla-proximos-pasos {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  width: 100%;
  padding: 0;
}

.texto-titulares-proximos-pasos {
  color: #000;
  text-align: left;
  font-family: Neueplak, Arial, sans-serif;
  font-size: 23px;
  line-height: 25px;
}

.contenedor-tiempo {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.texto-proximos-pasos-tiempo {
  color: var(--azul-masfazzil);
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 15px;
  font-family: Roboto, sans-serif;
  font-size: 23px;
  font-weight: 500;
  line-height: 26px;
}

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

.text-span {
  color: var(--azul-masfazzil);
}

.pre-footer-interna-servicios {
  justify-content: center;
  align-items: flex-start;
  max-width: 1200px;
  display: flex;
}

.clientes-masfazzil {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.logo-cliente-small {
  max-width: 70%;
}

.grilla-logos-02, .grilla-logos-03, .grilla-logos-04 {
  height: 120px;
  overflow: hidden;
}

.bentos-contenedor {
  max-width: 1200px;
}

.grilla-bentos {
  width: 100%;
  padding: 0;
}

.image-bento {
  z-index: 0;
  max-width: 100%;
  position: absolute;
  inset: auto 0% 0% auto;
}

.image-bento._100 {
  height: auto;
}

.z-arriba {
  z-index: 1;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
  display: flex;
  position: relative;
}

.apple-pay, .g-pay {
  margin-bottom: 20px;
}

.quick-stack-15 {
  margin-top: 40px;
  padding: 0;
}

.form-block {
  width: 100%;
}

.submit-button {
  background-color: #0566f1;
  border-radius: 3px;
}

.div-block-4 {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

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

.section-7 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.recuadro-masfazzil-contacto {
  border-radius: 10px;
  width: 100%;
  height: auto;
}

.quick-stack-8 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  margin-top: 40px;
}

.cell-13 {
  justify-content: center;
  align-items: center;
}

.botones-soporte {
  background-color: #0566f1;
  border-radius: 5px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 53px;
  margin-bottom: 15px;
  padding: 12px;
  text-decoration: none;
  display: flex;
}

.botones-soporte:hover {
  background-color: #056ccc;
}

.textos-botones-soporte {
  color: #fff;
  text-align: left;
  width: auto;
  margin-top: 0;
  font-size: 16px;
}

.contenedor-mapa {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-top: 0;
  display: flex;
}

.mapa-mediano {
  margin-bottom: 0;
}

.mapa-pequeno {
  margin-bottom: 60px;
  display: none;
}

.paragraph-15 {
  text-align: center;
  width: 50%;
  margin-top: 20px;
  font-size: 18px;
  line-height: 23px;
}

.texto-direccion {
  color: #000;
  text-align: left;
  width: 50%;
  margin-top: 0;
  margin-bottom: 40px;
  font-family: Neueplak, Arial, sans-serif;
  font-size: 17px;
  line-height: 26px;
}

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

.icon {
  margin-top: 0;
  margin-bottom: 0;
}

.cell-15 {
  justify-content: space-between;
  align-items: flex-end;
}

.con-nuestra-pasarela-b2b {
  margin-top: 60px;
  margin-bottom: 60px;
}

.reduccion-incremento {
  background-color: #004ecb;
}

.container-11 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-5-copy {
  width: auto;
  color: var(--azul-masfazzil);
  margin-top: 0;
  font-family: Roboto, sans-serif;
  font-size: 28px;
}

.titulares-reduccion-incremento {
  color: #fff;
  font-family: Neueplak, Arial, sans-serif;
  font-size: 45px;
  line-height: 45px;
}

.text-block-8 {
  color: #fff;
  text-align: center;
  font-family: Roboto, sans-serif;
  font-size: 25px;
}

.textos-reduccion-incremento {
  color: #fff;
  text-align: center;
  font-family: Roboto, sans-serif;
  font-size: 25px;
  line-height: 25px;
}

.image-26 {
  margin-top: 100px;
  margin-bottom: 100px;
}

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

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

.checkmark-point {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: 15px;
  font-weight: 500;
  display: flex;
}

.image-29 {
  margin-right: 20px;
}

.text-block-9, .textos-checkmarks-beneficios {
  font-family: Roboto, sans-serif;
  font-size: 16px;
}

.section-8 {
  background-color: #014ecb;
  padding-top: 60px;
  padding-bottom: 60px;
}

.como-funciona {
  color: #fff;
  text-align: center;
  margin-bottom: 40px;
}

.quick-stack-16 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: row;
}

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

.contenedor-numero-lista-como-funciona {
  background-color: #fff;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 80px;
  margin-right: 20px;
  padding: 15px 20px;
  display: flex;
}

.text-block-10 {
  color: var(--azul-masfazzil);
  text-align: center;
  font-family: Neueplak, Arial, sans-serif;
}

.numero-lista-como-funciona {
  color: var(--azul-masfazzil);
  text-align: center;
  font-family: Neueplak, Arial, sans-serif;
  font-size: 35px;
  line-height: 45px;
}

.cell-16 {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
}

.textos-puntos-como-funciona {
  color: #fff;
  width: 230px;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
}

.celda-beneficios {
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
}

.comop-fuciona {
  background-color: #014ecb;
  padding-top: 60px;
  padding-bottom: 60px;
}

.beneficios-clave-sub-head {
  width: auto;
  color: var(--azul-masfazzil);
  margin-top: 0;
  font-family: Roboto, sans-serif;
  font-size: 22px;
  line-height: 32px;
}

.heading-6 {
  font-family: Roboto, sans-serif;
}

.cta-debitos-automaticos {
  width: 300px;
  color: var(--azul-masfazzil);
  text-align: center;
  margin-bottom: 40px;
  font-family: Roboto, sans-serif;
  font-size: 22px;
}

.cobros-con-qr-y-links-segundo-fold {
  margin-top: 40px;
  padding: 0;
}

.cobros-con-qr-y-links-segundo-fold-section {
  margin-top: 0;
  margin-bottom: 0;
}

.celda-chica-albirroja {
  justify-content: flex-end;
  align-items: flex-end;
}

.titular-segundo-fold {
  color: var(--azul-masfazzil);
  font-family: Neueplak, Arial, sans-serif;
  font-size: 26px;
  line-height: 28px;
}

.titular-segundo-fold-qr-links {
  width: auto;
}

.celda-titular-qr-links {
  justify-content: center;
  align-items: flex-start;
}

.link-block-2, .link-block-3, .link-block-4, .link-block-5, .link-block-6 {
  text-decoration: none;
}

.espaciador-80px {
  width: 100%;
  height: 80px;
}

.grilla-1-apple-pay {
  width: 100%;
  height: 100%;
  padding: 0;
}

.paragraph-16 {
  font-family: Roboto, sans-serif;
  font-size: 17px;
}

.image-31 {
  margin-top: 40px;
}

.contenedor-proxi-ticket-fazzil {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 1200px;
  display: flex;
}

.text-block-11 {
  text-align: center;
  font-family: Roboto, sans-serif;
  font-size: 22px;
}

.heading-7 {
  color: var(--azul-masfazzil);
  font-size: 35px;
}

.div-block-6 {
  width: 300px;
  height: 100px;
  margin-top: 20px;
}

.text-block-12 {
  text-align: center;
  font-family: Roboto, sans-serif;
  font-size: 16px;
}

.link-block-7, .link-block-8, .link-block-9, .link-block-10, .link-block-11 {
  text-decoration: none;
}

.text-block-13 {
  margin-top: 0;
}

.link-block-12 {
  margin-top: 15px;
  text-decoration: none;
}

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

.botones-cta {
  flex-flow: column;
  display: flex;
}

.link-block-14 {
  margin-top: 30px;
  text-decoration: none;
}

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

.masfazzil-edificio {
  border-radius: 10px;
  margin-bottom: 20px;
}

.div-block-7 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  display: flex;
}

.texto-clientes {
  text-align: center;
  font-family: Roboto, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 18px;
}

@media screen and (max-width: 991px) {
  .background-video {
    height: auto;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .nav {
    border-radius: 0;
    width: 100%;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 20px;
  }

  .container-enlaces {
    flex-flow: column;
    margin-right: 0;
    display: flex;
  }

  .enlace {
    flex-flow: row;
    display: none;
    position: relative;
  }

  .textos-botones {
    border-radius: 3px;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .textos-botones:hover {
    background-color: #e8effe;
  }

  .textos-botones.azul.blanco {
    margin-top: 20px;
  }

  .textos-botones.azul.blanco:hover {
    background-color: #002fff;
  }

  .textos-botones.azul.btn-blanco {
    margin-top: 20px;
  }

  .textos-botones.azul.btn-blanco:hover {
    background-color: #002fff;
  }

  .menu-button {
    z-index: 30;
    cursor: pointer;
    background-color: #f7f7f7;
    border: 1px solid #cecece;
    border-radius: 5px;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    width: 44px;
    height: 44px;
    padding: 10px;
    display: flex;
    position: relative;
  }

  .menu-line {
    background-color: #242424;
    border-radius: 0;
    width: 22px;
    height: 2px;
  }

  .mobile-menu {
    z-index: 110000;
    background-color: #fff;
    border-radius: 4px;
    width: 100%;
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
  }

  .mobile-menu-inner {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    border-radius: 0;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 40px 24px;
    display: flex;
    box-shadow: 0 15px 25px #0000004d;
  }

  .enlace-movil {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .header-warp {
    width: 100%;
    margin-top: 5px;
    display: flex;
    position: relative;
  }

  .mobile-menu-cta {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: auto;
    height: 320px;
    padding-left: 24px;
    padding-right: 24px;
    display: flex;
  }

  .enlaces-adicionales-movil {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }

  .heading {
    font-size: 4rem;
    line-height: 3.5rem;
  }

  .dropdown-toggle {
    display: none;
  }

  .productos-slider {
    justify-content: flex-start;
    width: auto;
    padding-top: 0;
    padding-bottom: 20px;
    padding-left: 20px;
    overflow: visible;
  }

  .tarjeta-inicio {
    border-radius: 3px;
    flex: none;
    width: 190px;
    padding-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
    overflow: visible;
  }

  .button {
    border-radius: 4px;
  }

  .div-block {
    width: 100%;
    overflow: auto;
  }

  .dropdown-mobile {
    width: 100%;
    display: flex;
  }

  .contenedor-detalle-bento._310.apple-pay {
    background-image: none;
    margin-bottom: 0;
    padding: 30px;
  }

  .contenedor-detalle-bento._310.android-pay {
    background-image: none;
    padding: 30px;
  }

  .contenedor-detalle-bento._250.pago-pesos {
    background-position: 40% 100%;
    padding: 20px;
  }

  .contenedor-detalle-bento._250.pago-pix {
    background-position: -50% 100%;
    padding: 20px;
  }

  .contenedor-detalle-bento._250.nfc {
    background-position: 103% 60%;
    background-size: 197px;
    padding: 20px;
  }

  .contenedor-detalle-bento._250.ticket-fazzil {
    background-position: 100% 100%;
    padding: 20px;
  }

  .contenedor-detalle-bento._250.wallet {
    padding: 20px;
  }

  .contenedor-detalle-bento._665 {
    background-image: none;
    padding: 30px;
  }

  .bento-contenedor-arriba {
    margin-bottom: 5px;
  }

  .bento-contenedor-abajo {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .boton-ver-mas {
    border-radius: 3px;
    justify-content: center;
    align-items: center;
    width: 120px;
    display: flex;
  }

  .boton-ver-mas:hover {
    background-color: #0400ff;
  }

  .titulares-bento {
    margin-bottom: 3px;
  }

  .bentos-textos {
    width: 300px;
  }

  .bentos-textos._200 {
    width: 170px;
    line-height: 21px;
  }

  .bentos-textos.pesos {
    width: 170px;
  }

  .bentos-textos.pix {
    width: 185px;
  }

  .bentos-textos.nfc, .bentos-textos.ticket-fazzil, .bentos-textos.wallet {
    width: 200px;
  }

  .image {
    margin-bottom: 10px;
  }

  .image-2 {
    display: none;
  }

  .boton-ver-soluciones {
    border-radius: 3px;
    justify-content: center;
    align-items: center;
    width: 260px;
    display: flex;
  }

  .boton-ver-soluciones:hover {
    background-color: #0400ff;
  }

  .contendor-datos-empresa {
    width: auto;
    padding-top: 60px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .grilla-datos-empresa-inicio {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .textos-datos-destacados {
    font-size: 20px;
  }

  .titular-datos-destacados {
    font-size: 30px;
  }

  .quick-stack-3 {
    width: 550px;
    margin-top: -103px;
  }

  .pre-footer {
    margin-left: 20px;
    margin-right: 20px;
  }

  .container-4 {
    margin-left: 25px;
    margin-right: 25px;
  }

  .quick-stack-4 {
    padding: 40px 0 40px 40px;
  }

  .sub-footer {
    background-size: cover;
    height: auto;
    margin-top: 40px;
  }

  .contenedor-elementos-footer {
    flex-flow: column;
    padding-top: 60px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .contendor-elementos-cta-footer {
    order: -9999;
  }

  .boton-solicitar-demo-ahora {
    border-radius: 3px;
    justify-content: center;
    align-items: center;
    width: 200px;
    display: flex;
  }

  .boton-solicitar-demo-ahora:hover {
    background-color: #0400ff;
  }

  .link-block {
    justify-content: flex-end;
    align-items: center;
  }

  .copyright {
    margin-left: 0;
  }

  .cell-3 {
    justify-content: center;
    align-items: flex-end;
  }

  .cell-5 {
    justify-content: flex-start;
    align-items: center;
  }

  .contenedor-1200 {
    margin-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .contenedor-1200.redondeado-20 {
    margin-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .contenedor-1200.quienes-somos.redondeado-20 {
    margin-left: 25px;
    margin-right: 25px;
    padding: 40px;
  }

  .contenedor-1200.capa {
    padding-left: 60px;
    padding-right: 60px;
  }

  .seccion-1 {
    margin-bottom: 0;
  }

  .quick-stack-6 {
    padding-left: 0;
    padding-right: 0;
  }

  .sublinea {
    width: 350px;
  }

  .grilla-contenidos {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .h2 {
    font-size: 30px;
  }

  .image-9 {
    display: none;
  }

  .contendor-textos {
    margin-left: 0;
  }

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

  .columna-01 {
    justify-content: center;
    align-items: center;
  }

  .body {
    padding-left: 0;
    padding-right: 0;
  }

  .seccion-2, .seccion-3, .seccion-5, .seccion-4 {
    margin-bottom: 0;
  }

  .contendor-directorio.redondeado-20 {
    background-position: 50% 0;
    height: 450px;
  }

  .detalle-directorio.redondeado-20 {
    height: auto;
    padding: 30px;
  }

  .quick-stack-8-copy {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .redondeado-10 {
    width: 100%;
    margin-bottom: 40px;
  }

  .contenedor-directorio-nombre-cargo {
    margin-top: 10px;
    margin-left: 0;
  }

  .directorio-nombre-apellido {
    font-size: 18px;
    line-height: 22px;
  }

  .celda-directorio {
    flex-flow: column;
  }

  .directorio-cargo {
    font-size: 16px;
    line-height: 21px;
  }

  .seccion-6 {
    margin-bottom: 0;
  }

  .h3, .h4 {
    font-size: 30px;
  }

  .quick-stack-10 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

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

  .section-4 {
    justify-content: center;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .intro {
    margin-bottom: 0;
  }

  .section-5 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .quick-stack-12 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-5 {
    font-size: 22px;
    line-height: 28px;
  }

  .contenedor-elementos-col-soluciones {
    display: block;
  }

  .cta {
    padding: 40px 20px;
  }

  .image-22 {
    display: none;
  }

  .modulos-financieros-recuadro {
    justify-content: flex-start;
    align-items: center;
  }

  .texto-numero-grande.masgrande {
    font-size: 35px;
  }

  .texto-descripcion-numero-grande.maschico {
    font-size: 24px;
  }

  .texto-descripcion-numero-grande.masgrande {
    font-size: 30px;
  }

  .texto-descripcion-impacto {
    font-size: 18px;
    line-height: 20px;
  }

  .titular-impacto {
    font-size: 20px;
  }

  .servicios-baas {
    margin-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .texto-titulares-retorno-de-inversion {
    font-size: 20px;
  }

  .texto-descripcion-retorno-de-inversion.letra-grande.azul {
    font-size: 22px;
    line-height: 25px;
  }

  .texto-titulares-proximos-pasos {
    font-size: 22px;
  }

  .apple-pay {
    display: block;
  }

  .g-pay {
    margin-bottom: 20px;
  }

  .image-23 {
    width: 100%;
    display: none;
  }

  .botones-soporte {
    width: 50%;
  }

  .contenedor-mapa {
    justify-content: center;
    align-items: center;
  }

  .mapa-pequeno {
    display: none;
  }

  .texto-direccion {
    text-align: center;
  }

  .cell-14 {
    justify-content: center;
    align-items: center;
  }

  .con-nuestra-pasarela-b2b {
    margin-bottom: 40px;
  }

  .heading-5-copy, .beneficios-clave-sub-head {
    font-size: 22px;
    line-height: 28px;
  }

  .cobros-con-qr-y-links-segundo-fold {
    padding-left: 20px;
    padding-right: 20px;
  }

  .cobros-con-qr-y-links-segundo-fold-section {
    margin-bottom: 0;
  }

  .titular-segundo-fold-qr-links {
    display: block;
  }

  .contenedor-proxi-ticket-fazzil {
    justify-content: space-between;
    align-items: center;
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  .background-video {
    padding-top: 0;
  }

  .nav {
    padding-left: 0;
  }

  .heading {
    font-size: 3.5rem;
    line-height: 3.2rem;
  }

  .heading-2 {
    width: auto;
    font-size: 23px;
    line-height: 30px;
  }

  .productos-slider {
    z-index: 10;
  }

  .sublinea-hero {
    text-align: center;
  }

  .quick-stack {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex: 0 auto;
    order: 1;
  }

  .quick-stack-2 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .contenedor-detalle-bento._310.apple-pay {
    background-image: linear-gradient(#0000, #0000);
    height: auto;
    overflow: hidden;
  }

  .contenedor-detalle-bento._310.android-pay {
    background-image: none;
    height: auto;
    overflow: hidden;
  }

  .contenedor-detalle-bento._250.pago-pesos {
    background-position: 100%;
    height: auto;
  }

  .contenedor-detalle-bento._250.pago-pix {
    background-position: 100%;
    height: 200%;
  }

  .contenedor-detalle-bento._250.nfc, .contenedor-detalle-bento._250.ticket-fazzil, .contenedor-detalle-bento._250.wallet {
    height: auto;
  }

  .contenedor-detalle-bento._665 {
    flex: 0 auto;
    order: 1;
    overflow: hidden;
  }

  .bentos-textos {
    width: 260px;
  }

  .bentos-textos.pesos {
    width: 270px;
    margin-bottom: 20px;
  }

  .bentos-textos.pix, .bentos-textos.nfc, .bentos-textos.ticket-fazzil, .bentos-textos.wallet {
    margin-bottom: 20px;
  }

  .boton-ver-soluciones {
    width: 220px;
  }

  .textos-datos-destacados {
    font-size: 18px;
  }

  .titular-datos-destacados {
    line-height: 32px;
  }

  .textos-datos-destacados-descripcion {
    font-size: 16px;
    line-height: 20px;
  }

  .quick-stack-3 {
    width: 400px;
    margin-top: -74px;
  }

  .quick-stack-4 {
    padding: 40px 0 40px 40px;
  }

  .contenedor-elementos-footer {
    flex-flow: column;
  }

  .contenedor-1200 {
    margin-bottom: 0;
  }

  .contenedor-1200.redondeado-20.mapa {
    padding-left: 20px;
    padding-right: 20px;
  }

  .sublinea {
    font-size: 18px;
    line-height: 22px;
  }

  .grilla-contenidos.capas {
    padding-left: 60px;
    padding-right: 60px;
  }

  .borde-fotos {
    width: 100%;
  }

  .contendor-textos {
    margin-left: 0;
  }

  .columna-01 {
    justify-content: center;
    align-items: center;
  }

  .paragraph-3 {
    font-size: 24px;
    line-height: 30px;
  }

  .mapa-recuadro-paises {
    width: 100%;
  }

  .mapa-contorno-interno {
    padding-left: 20px;
    padding-right: 20px;
  }

  .mapa-texto-pais {
    font-size: 30px;
    line-height: 30px;
  }

  .mapa-proximamente {
    text-align: center;
  }

  .contendor-directorio.redondeado-20 {
    background-position: 50% 40%;
    height: 350px;
  }

  .directorio-nombre-apellido {
    margin-bottom: 5px;
    line-height: 21px;
  }

  .directorio-cargo {
    font-size: 15px;
    line-height: 20px;
  }

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

  .quick-stack-9 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .section-5 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .soluciones-items {
    font-size: 16px;
  }

  .image-22 {
    display: none;
  }

  .bordes-redondeados-10px {
    width: 90%;
  }

  .grilla-bentos {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex: 0 auto;
    order: 1;
  }

  .image-bento {
    overflow: visible;
  }

  .quick-stack-15 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .recuadro-masfazzil-contacto {
    width: auto;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .botones-soporte {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .contenedor-mapa {
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
  }

  .mapa-mediano {
    display: flex;
  }

  .mapa-pequeno {
    display: none;
  }

  .texto-direccion {
    text-align: center;
    margin-bottom: 20px;
  }

  .cell-14 {
    justify-content: flex-start;
    align-items: center;
    padding-bottom: 40px;
    padding-left: 40px;
    padding-right: 40px;
  }

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

  .con-nuestra-pasarela-b2b {
    margin-bottom: 40px;
  }

  .cobros-con-qr-y-links-segundo-fold-section {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 479px) {
  .background-video {
    padding-top: 0;
  }

  .nav {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
  }

  .textos-botones.azul.blanco {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .textos-botones.azul.btn-blanco {
    width: 100%;
  }

  .heading {
    font-size: 2rem;
    line-height: 2rem;
  }

  .heading-2 {
    width: 80%;
    font-size: 18px;
    line-height: 22px;
  }

  .sublinea-hero {
    margin-left: 20px;
    margin-right: 20px;
  }

  .contenedor-bento {
    margin-left: 10px;
    margin-right: 10px;
  }

  .quick-stack-2 {
    width: 100%;
  }

  .contenedor-detalle-bento._310.apple-pay {
    justify-content: space-between;
    align-items: stretch;
  }

  .contenedor-detalle-bento._310.android-pay {
    background-position: -200% 170%;
  }

  .contenedor-detalle-bento._250.pago-pesos {
    background-position: -60px 30px;
  }

  .contenedor-detalle-bento._250.pago-pix {
    background-position: -50% 10%;
  }

  .contenedor-detalle-bento._250.ticket-fazzil {
    background-position: 104%;
  }

  .contenedor-detalle-bento._250.wallet {
    background-position: 117% 100%;
  }

  .contenedor-detalle-bento._665 {
    background-position: 70% 30%;
  }

  .titulares-bento {
    font-size: 22px;
    line-height: 25px;
  }

  .bentos-textos {
    width: auto;
    margin-bottom: 10px;
  }

  .bentos-textos.pesos {
    width: 165px;
    font-size: 15px;
    line-height: 20px;
  }

  .cell {
    justify-content: space-between;
    align-items: center;
  }

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

  .text-block-3 {
    text-align: center;
    margin-left: 40px;
    margin-right: 40px;
    font-size: 22px;
    line-height: 29px;
  }

  .contendor {
    flex-flow: column;
  }

  .boton-ver-soluciones {
    margin-top: 20px;
  }

  .contendor-datos-empresa {
    height: 900px;
    margin-left: 10px;
    margin-right: 10px;
    padding-top: 20px;
  }

  .contendor-datos-destacados {
    margin-top: 40px;
  }

  .staff-masfazzil {
    border-radius: 10px;
  }

  .section-3 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .image-4 {
    display: none;
  }

  .quick-stack-3 {
    width: auto;
    margin-top: -32px;
  }

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

  .container-4 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    margin-left: 20px;
    margin-right: 20px;
  }

  .quick-stack-4 {
    margin-left: 0;
    margin-right: 0;
    padding: 25px;
  }

  .sub-footer {
    background-position: 50%;
    background-size: cover;
    height: auto;
    padding-top: 40px;
  }

  .contenedor-elementos-footer {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .contendor-elementos-cta-footer {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin-bottom: 20px;
    display: flex;
  }

  .claim-footer {
    text-align: center;
    font-size: 30px;
    line-height: 30px;
  }

  .footer-bajada-texto {
    text-align: center;
    width: auto;
    font-size: 16px;
    line-height: 24px;
  }

  .boton-solicitar-demo-ahora {
    margin-top: 10px;
  }

  .link-block {
    justify-content: center;
    align-items: center;
  }

  .copyright {
    text-align: center;
  }

  .cell-3, .cell-5, .cell-6 {
    justify-content: center;
    align-items: center;
  }

  .contenedor-1200 {
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .contenedor-1200.redondeado-20 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .contenedor-1200.redondeado-20.mapa {
    border-radius: 30px;
    margin-left: 10px;
    margin-right: 10px;
    padding-top: 20px;
    padding-bottom: 40px;
  }

  .contenedor-1200.quienes-somos.redondeado-20 {
    margin-left: 20px;
    margin-right: 20px;
    padding-top: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .contenedor-1200.quienes-somos.redondeado-20.color-arena {
    margin-left: 20px;
    margin-right: 20px;
    padding-top: 0;
    padding-bottom: 20px;
  }

  .contenedor-1200.capa {
    padding-left: 40px;
    padding-right: 40px;
  }

  .contenedor-1200.equipo-ejecutivo {
    padding-left: 20px;
    padding-right: 20px;
  }

  .quick-stack-6 {
    padding-left: 0;
    padding-right: 0;
  }

  .sublinea {
    width: auto;
    font-size: 17px;
  }

  .grilla-contenidos.capas {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .h2 {
    font-size: 25px;
  }

  .paragraph-2 {
    font-size: 16px;
    line-height: 22px;
  }

  .paragraph-3 {
    font-size: 20px;
    line-height: 25px;
  }

  .mapa-recuadro-paises {
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .mapa-contorno-interno {
    width: 85%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .mapa-texto-pais {
    font-size: 25px;
    line-height: 25px;
  }

  .mapa-pais {
    width: 115px;
  }

  .quick-stack-8-copy {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .redondeado-10 {
    width: 100%;
    margin-bottom: 0;
  }

  .contenedor-directorio-nombre-cargo {
    width: 100%;
  }

  .directorio-nombre-apellido {
    margin-bottom: 3px;
    line-height: 20px;
  }

  .celda-directorio {
    justify-content: center;
    align-items: flex-start;
  }

  .fondo-puntos {
    padding-top: 20px;
  }

  .h1 {
    margin-bottom: 0;
    font-size: 28px;
  }

  .h3 {
    font-size: 25px;
    line-height: 30px;
  }

  .h4 {
    font-size: 25px;
  }

  .h5 {
    font-size: 21px;
    line-height: 25px;
  }

  .mensaje-final {
    width: auto;
  }

  .paragraph-4 {
    font-size: 16px;
    line-height: 22px;
  }

  .contenedor-solicitar-demo {
    border-radius: 15px;
    width: 100%;
    padding-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .quick-stack-9 {
    padding-bottom: 0;
  }

  .grilla-directorios {
    margin-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .quick-stack-10 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    width: 100%;
  }

  .image-14, .image-15, .image-16 {
    display: none;
  }

  .image-17, .image-18, .image-19 {
    margin-right: 5px;
  }

  .contenedor-textos-hero-internas {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .cell-11 {
    flex-flow: column;
  }

  .intro {
    margin-left: 0;
    font-size: 17px;
  }

  .contenedor-elementos-col-soluciones {
    width: auto;
  }

  .text-block-7 {
    font-size: 22px;
    line-height: 23px;
  }

  .bordes-redondeados-10px {
    width: 95%;
  }

  .grilla-logos-01 {
    height: auto;
  }

  .texto-descripcion-retorno-de-inversion.letra-grande {
    font-size: 22px;
    line-height: 25px;
  }

  .grilla-logos-02, .grilla-logos-03, .grilla-logos-04 {
    height: auto;
  }

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

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

  .recuadro-masfazzil-contacto {
    border-radius: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .quick-stack-8 {
    margin-top: 10px;
  }

  .botones-soporte {
    width: 100%;
  }

  .mapa-mediano {
    display: none;
  }

  .mapa-pequeno {
    margin-bottom: 0;
    display: flex;
  }

  .paragraph-15, .texto-direccion {
    width: 80%;
    font-size: 16px;
  }

  .cell-14 {
    padding-bottom: 40px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .div-block-5 {
    margin-left: 0;
    margin-right: 0;
  }

  .cell-15 {
    flex-flow: row;
    justify-content: center;
    align-items: center;
  }

  .con-nuestra-pasarela-b2b {
    margin-bottom: 40px;
  }

  .image-27, .image-28 {
    width: 80%;
  }

  .cobros-con-qr-y-links-segundo-fold-section {
    margin-bottom: 0;
  }

  .titular-segundo-fold-qr-links {
    width: auto;
  }

  .image-30 {
    width: 100%;
  }

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

  .texto-clientes {
    margin: 15px 20px;
  }
}

#w-node-debe1fb7-6597-db8f-66a7-27cd7feb1e19-726f2447, #w-node-_717c0f1e-c379-ee4f-7a49-c014c81541cf-726f2447, #w-node-de55f885-3d20-fc63-878e-1f3cee5d2174-726f2447, #w-node-cab1f3f1-df3e-a4d7-26ea-c5fa828b2151-726f2447 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_3e50608d-de4e-c791-6c54-38141087bb37-726f2447 {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-f341d400-7de6-478a-0722-30d13fcfa952-726f2447 {
  grid-row: span 2 / span 2;
}

#w-node-ce7f84b8-fc9c-1502-bb9d-87d6ae00dc6e-726f2447 {
  grid-column: span 2 / span 2;
}

#w-node-a8822825-3573-4d60-68df-793cab320fa1-726f2447, #w-node-a4e451fd-ac61-f251-2fe6-afe3523e0df4-726f2447 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_74cc82f8-0b05-b549-b141-032d73574187-726f2447 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_92acfb5d-b413-321a-04b6-7ac7e6547e3c-e6547e3a {
  grid-template-rows: auto;
  grid-template-columns: .75fr .75fr .75fr;
}

#w-node-_92acfb5d-b413-321a-04b6-7ac7e6547e74-e6547e3a {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

#w-node-_92acfb5d-b413-321a-04b6-7ac7e6547e79-e6547e3a {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-_92acfb5d-b413-321a-04b6-7ac7e6547e8b-e6547e3a {
  grid-template-rows: auto;
  grid-template-columns: 1.5fr .25fr 3.25fr .25fr;
}

#w-node-_20ace1b9-eaae-295f-e691-19a7fb2c159d-31a634cd, #w-node-_3c753914-2d7d-7833-3387-ef20fba269f6-31a634cd, #w-node-_5d78f2bf-0842-cf78-0887-042889f16967-31a634cd, #w-node-_6e4a0a5f-fedc-f5ab-9fea-f7e784e2b8a2-31a634cd {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-fde85371-aac0-60de-3bb3-2516ec997c74-31a634cd {
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
}

#w-node-_5e7ab69f-abf9-3fa9-1da1-53e8ffb6427f-31a634cd {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_5f47cde7-ff1c-2ffa-9944-238eb7006c21-31a634cd {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
}

#w-node-_95c48be8-7d00-ff62-09c7-8ef48293937e-31a634cd, #w-node-_2e72bc5b-89bc-6a53-281d-3e08177dba68-31a634cd, #w-node-a89a592c-f4d9-10d8-acd0-a44291f6158a-31a634cd {
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
}

#w-node-_20ace1b9-eaae-295f-e691-19a7fb2c159d-e323d468, #w-node-_8dcaa215-54f0-269c-10e0-768dcc1a4ffc-e323d468, #w-node-e414521e-a7e3-1fcb-7508-d237b1f7d414-e323d468, #w-node-b3b8fb78-774d-c332-769b-64f15dec9c08-e323d468 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_81d6945e-52b7-03e5-0c8f-45b1cb03483e-e323d468 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.75fr;
}

#w-node-f5bad61e-7073-e639-b2b4-ad722747f665-e323d468 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_4744acac-280f-bce4-3383-671db83748ee-e323d468 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 2.25fr;
}

#w-node-_4744acac-280f-bce4-3383-671db83748f8-e323d468 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_9bdb8dee-4674-cfe2-0823-68e8851bdd80-e323d468 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 2.5fr;
}

#w-node-_9bdb8dee-4674-cfe2-0823-68e8851bdd8a-e323d468 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_67e1f012-f015-ec8b-2e03-f353a56524c9-e323d468 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 2.25fr;
}

#w-node-_67e1f012-f015-ec8b-2e03-f353a56524d3-e323d468 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-f6d7b45d-8b2e-f04c-b7b9-33e29ca31679-e323d468 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.75fr;
}

#w-node-f6d7b45d-8b2e-f04c-b7b9-33e29ca31683-e323d468 {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_9fd6f839-447b-60ee-aa27-8c04dd70eecc-e323d468 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.75fr;
}

#w-node-_9fd6f839-447b-60ee-aa27-8c04dd70eed6-e323d468 {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_16fb7c90-e692-593a-5a70-5b9b4e5f05bd-e323d468 {
  grid-column: span 2 / span 2;
}

#w-node-ffaf86ca-bf6c-76f5-7fcd-5ae238d9faf5-e323d468 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.75fr;
}

#w-node-ffaf86ca-bf6c-76f5-7fcd-5ae238d9fafe-e323d468 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_5eb07980-a9c1-b635-d207-e4ae7bbbf2df-e60bc2b0, #w-node-_20ace1b9-eaae-295f-e691-19a7fb2c159d-dfad39e2, #w-node-_8dcaa215-54f0-269c-10e0-768dcc1a4ffc-dfad39e2, #w-node-d3083964-4792-7f7a-9174-bab6fa3cb866-dfad39e2, #w-node-d2a5ec4e-02a0-f0af-c676-1ac822e9790e-dfad39e2 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_494bfd6b-4aa2-43cc-d389-60aab568a0ed-dfad39e2 {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
}

#w-node-_1b7acd3e-95a2-dd8a-c921-52dc78f65b1c-dfad39e2, #w-node-_20ace1b9-eaae-295f-e691-19a7fb2c159d-e6fe70c2, #w-node-_8dcaa215-54f0-269c-10e0-768dcc1a4ffc-e6fe70c2, #w-node-d3083964-4792-7f7a-9174-bab6fa3cb866-e6fe70c2, #w-node-d2a5ec4e-02a0-f0af-c676-1ac822e9790e-e6fe70c2 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_494bfd6b-4aa2-43cc-d389-60aab568a0ed-e6fe70c2 {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
}

#w-node-_1b7acd3e-95a2-dd8a-c921-52dc78f65b1c-e6fe70c2, #w-node-_20ace1b9-eaae-295f-e691-19a7fb2c159d-784fb4ba, #w-node-_8dcaa215-54f0-269c-10e0-768dcc1a4ffc-784fb4ba, #w-node-d3083964-4792-7f7a-9174-bab6fa3cb866-784fb4ba {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_494bfd6b-4aa2-43cc-d389-60aab568a0ed-784fb4ba {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
}

#w-node-_4cf59293-205a-c15b-d916-b975dc1548d9-784fb4ba, #w-node-_4cf59293-205a-c15b-d916-b975dc1548e4-784fb4ba, #w-node-_99508c7a-6fc8-84b8-2fb5-aa53f62726fa-784fb4ba, #w-node-_99508c7a-6fc8-84b8-2fb5-aa53f6272700-784fb4ba, #w-node-_20ace1b9-eaae-295f-e691-19a7fb2c159d-50d4c414, #w-node-_8dcaa215-54f0-269c-10e0-768dcc1a4ffc-50d4c414, #w-node-d3083964-4792-7f7a-9174-bab6fa3cb866-50d4c414 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_494bfd6b-4aa2-43cc-d389-60aab568a0ed-50d4c414 {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
}

#w-node-_4cf59293-205a-c15b-d916-b975dc1548d9-50d4c414, #w-node-_4cf59293-205a-c15b-d916-b975dc1548e4-50d4c414, #w-node-_99508c7a-6fc8-84b8-2fb5-aa53f62726fa-50d4c414, #w-node-_99508c7a-6fc8-84b8-2fb5-aa53f6272700-50d4c414, #w-node-_20ace1b9-eaae-295f-e691-19a7fb2c159d-267eb141, #w-node-_8dcaa215-54f0-269c-10e0-768dcc1a4ffc-267eb141, #w-node-d3083964-4792-7f7a-9174-bab6fa3cb866-267eb141 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_494bfd6b-4aa2-43cc-d389-60aab568a0ed-267eb141 {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
}

#w-node-_4cf59293-205a-c15b-d916-b975dc1548d9-267eb141, #w-node-_4cf59293-205a-c15b-d916-b975dc1548e4-267eb141, #w-node-_99508c7a-6fc8-84b8-2fb5-aa53f62726fa-267eb141, #w-node-_99508c7a-6fc8-84b8-2fb5-aa53f6272700-267eb141, #w-node-_20ace1b9-eaae-295f-e691-19a7fb2c159d-4e42f015, #w-node-_8dcaa215-54f0-269c-10e0-768dcc1a4ffc-4e42f015, #w-node-d3083964-4792-7f7a-9174-bab6fa3cb866-4e42f015 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_494bfd6b-4aa2-43cc-d389-60aab568a0ed-4e42f015 {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
}

#w-node-_4cf59293-205a-c15b-d916-b975dc1548d9-4e42f015, #w-node-_4cf59293-205a-c15b-d916-b975dc1548e4-4e42f015, #w-node-_99508c7a-6fc8-84b8-2fb5-aa53f62726fa-4e42f015, #w-node-_99508c7a-6fc8-84b8-2fb5-aa53f6272700-4e42f015, #w-node-_20ace1b9-eaae-295f-e691-19a7fb2c159d-40d92ae7, #w-node-_8dcaa215-54f0-269c-10e0-768dcc1a4ffc-40d92ae7, #w-node-_4cf59293-205a-c15b-d916-b975dc1548d9-40d92ae7 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_4cf59293-205a-c15b-d916-b975dc1548e4-40d92ae7 {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

#w-node-_73b3e3ea-3f2e-5fce-5b88-10246e2b50ce-40d92ae7 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_73b3e3ea-3f2e-5fce-5b88-10246e2b50d4-40d92ae7 {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

#w-node-aec61f99-ec7b-ed47-4623-027abe518148-40d92ae7 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-aec61f99-ec7b-ed47-4623-027abe51815b-40d92ae7 {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

#w-node-_9a7e2d7b-b9cb-fb92-7bc4-d5645129a17c-40d92ae7 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_9a7e2d7b-b9cb-fb92-7bc4-d5645129a188-40d92ae7 {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

#w-node-_20ace1b9-eaae-295f-e691-19a7fb2c159d-dfca7a3d, #w-node-_8dcaa215-54f0-269c-10e0-768dcc1a4ffc-dfca7a3d, #w-node-_4cf59293-205a-c15b-d916-b975dc1548d9-dfca7a3d {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_4cf59293-205a-c15b-d916-b975dc1548e4-dfca7a3d {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

#w-node-_73b3e3ea-3f2e-5fce-5b88-10246e2b50ce-dfca7a3d {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_73b3e3ea-3f2e-5fce-5b88-10246e2b50d4-dfca7a3d {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

#w-node-aec61f99-ec7b-ed47-4623-027abe518148-dfca7a3d {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-aec61f99-ec7b-ed47-4623-027abe51815b-dfca7a3d {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

#w-node-_9a7e2d7b-b9cb-fb92-7bc4-d5645129a17c-dfca7a3d {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_9a7e2d7b-b9cb-fb92-7bc4-d5645129a188-dfca7a3d {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

#w-node-_20ace1b9-eaae-295f-e691-19a7fb2c159d-f769f194, #w-node-_8dcaa215-54f0-269c-10e0-768dcc1a4ffc-f769f194, #w-node-_4cf59293-205a-c15b-d916-b975dc1548d9-f769f194 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_4cf59293-205a-c15b-d916-b975dc1548e4-f769f194 {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

#w-node-_73b3e3ea-3f2e-5fce-5b88-10246e2b50ce-f769f194 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_73b3e3ea-3f2e-5fce-5b88-10246e2b50d4-f769f194 {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

#w-node-aec61f99-ec7b-ed47-4623-027abe518148-f769f194 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-aec61f99-ec7b-ed47-4623-027abe51815b-f769f194 {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

#w-node-_9a7e2d7b-b9cb-fb92-7bc4-d5645129a17c-f769f194 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_9a7e2d7b-b9cb-fb92-7bc4-d5645129a188-f769f194 {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

#w-node-_20ace1b9-eaae-295f-e691-19a7fb2c159d-4e50fba4, #w-node-_20ace1b9-eaae-295f-e691-19a7fb2c159d-4e541e09, #w-node-_8dcaa215-54f0-269c-10e0-768dcc1a4ffc-4e541e09 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-f6d7b45d-8b2e-f04c-b7b9-33e29ca31679-4e541e09 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.75fr;
}

#w-node-f6d7b45d-8b2e-f04c-b7b9-33e29ca31683-4e541e09 {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
}

@media screen and (max-width: 991px) {
  #w-node-_3e50608d-de4e-c791-6c54-38141087bb37-726f2447 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-f341d400-7de6-478a-0722-30d13fcfa952-726f2447 {
    grid-row: span 2 / span 2;
  }

  #w-node-a8822825-3573-4d60-68df-793cab320fa1-726f2447 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_74cc82f8-0b05-b549-b141-032d73574187-726f2447 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  #w-node-_92acfb5d-b413-321a-04b6-7ac7e6547e3c-e6547e3a {
    grid-template-rows: auto;
    grid-template-columns: .75fr .75fr;
  }

  #w-node-_92acfb5d-b413-321a-04b6-7ac7e6547e8b-e6547e3a {
    grid-template-rows: auto;
    grid-template-columns: 1.5fr .25fr;
  }

  #w-node-_3c753914-2d7d-7833-3387-ef20fba269f6-31a634cd, #w-node-_5d78f2bf-0842-cf78-0887-042889f16967-31a634cd, #w-node-_6e4a0a5f-fedc-f5ab-9fea-f7e784e2b8a2-31a634cd, #w-node-fde85371-aac0-60de-3bb3-2516ec997c74-31a634cd, #w-node-_5e7ab69f-abf9-3fa9-1da1-53e8ffb6427f-31a634cd {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_5f47cde7-ff1c-2ffa-9944-238eb7006c21-31a634cd {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  #w-node-_95c48be8-7d00-ff62-09c7-8ef48293937e-31a634cd, #w-node-_2e72bc5b-89bc-6a53-281d-3e08177dba68-31a634cd, #w-node-a89a592c-f4d9-10d8-acd0-a44291f6158a-31a634cd {
    grid-template-rows: auto;
    grid-template-columns: .75fr;
  }

  #w-node-_8dcaa215-54f0-269c-10e0-768dcc1a4ffc-e323d468, #w-node-e414521e-a7e3-1fcb-7508-d237b1f7d414-e323d468, #w-node-_81d6945e-52b7-03e5-0c8f-45b1cb03483e-e323d468 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-f5bad61e-7073-e639-b2b4-ad722747f665-e323d468 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_4744acac-280f-bce4-3383-671db83748ee-e323d468, #w-node-_9bdb8dee-4674-cfe2-0823-68e8851bdd80-e323d468, #w-node-_67e1f012-f015-ec8b-2e03-f353a56524c9-e323d468, #w-node-f6d7b45d-8b2e-f04c-b7b9-33e29ca31679-e323d468, #w-node-_9fd6f839-447b-60ee-aa27-8c04dd70eecc-e323d468, #w-node-ffaf86ca-bf6c-76f5-7fcd-5ae238d9faf5-e323d468, #w-node-_5eb07980-a9c1-b635-d207-e4ae7bbbf2df-e60bc2b0, #w-node-_8dcaa215-54f0-269c-10e0-768dcc1a4ffc-dfad39e2, #w-node-d3083964-4792-7f7a-9174-bab6fa3cb866-dfad39e2 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-d2a5ec4e-02a0-f0af-c676-1ac822e9790e-dfad39e2, #w-node-_1b7acd3e-95a2-dd8a-c921-52dc78f65b1c-dfad39e2 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_8dcaa215-54f0-269c-10e0-768dcc1a4ffc-e6fe70c2, #w-node-d3083964-4792-7f7a-9174-bab6fa3cb866-e6fe70c2 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-d2a5ec4e-02a0-f0af-c676-1ac822e9790e-e6fe70c2, #w-node-_1b7acd3e-95a2-dd8a-c921-52dc78f65b1c-e6fe70c2 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_8dcaa215-54f0-269c-10e0-768dcc1a4ffc-784fb4ba, #w-node-d3083964-4792-7f7a-9174-bab6fa3cb866-784fb4ba, #w-node-_4cf59293-205a-c15b-d916-b975dc1548d9-784fb4ba, #w-node-_99508c7a-6fc8-84b8-2fb5-aa53f62726fa-784fb4ba, #w-node-_8dcaa215-54f0-269c-10e0-768dcc1a4ffc-50d4c414, #w-node-d3083964-4792-7f7a-9174-bab6fa3cb866-50d4c414, #w-node-_4cf59293-205a-c15b-d916-b975dc1548d9-50d4c414, #w-node-_99508c7a-6fc8-84b8-2fb5-aa53f62726fa-50d4c414, #w-node-_8dcaa215-54f0-269c-10e0-768dcc1a4ffc-267eb141, #w-node-d3083964-4792-7f7a-9174-bab6fa3cb866-267eb141, #w-node-_4cf59293-205a-c15b-d916-b975dc1548d9-267eb141, #w-node-_99508c7a-6fc8-84b8-2fb5-aa53f62726fa-267eb141, #w-node-_8dcaa215-54f0-269c-10e0-768dcc1a4ffc-4e42f015, #w-node-d3083964-4792-7f7a-9174-bab6fa3cb866-4e42f015, #w-node-_4cf59293-205a-c15b-d916-b975dc1548d9-4e42f015, #w-node-_99508c7a-6fc8-84b8-2fb5-aa53f62726fa-4e42f015, #w-node-_8dcaa215-54f0-269c-10e0-768dcc1a4ffc-40d92ae7, #w-node-_4cf59293-205a-c15b-d916-b975dc1548d9-40d92ae7, #w-node-_73b3e3ea-3f2e-5fce-5b88-10246e2b50ce-40d92ae7, #w-node-aec61f99-ec7b-ed47-4623-027abe518148-40d92ae7, #w-node-_9a7e2d7b-b9cb-fb92-7bc4-d5645129a17c-40d92ae7, #w-node-_8dcaa215-54f0-269c-10e0-768dcc1a4ffc-dfca7a3d, #w-node-_4cf59293-205a-c15b-d916-b975dc1548d9-dfca7a3d, #w-node-_73b3e3ea-3f2e-5fce-5b88-10246e2b50ce-dfca7a3d, #w-node-aec61f99-ec7b-ed47-4623-027abe518148-dfca7a3d, #w-node-_9a7e2d7b-b9cb-fb92-7bc4-d5645129a17c-dfca7a3d, #w-node-_8dcaa215-54f0-269c-10e0-768dcc1a4ffc-f769f194, #w-node-_4cf59293-205a-c15b-d916-b975dc1548d9-f769f194, #w-node-_73b3e3ea-3f2e-5fce-5b88-10246e2b50ce-f769f194, #w-node-aec61f99-ec7b-ed47-4623-027abe518148-f769f194, #w-node-_9a7e2d7b-b9cb-fb92-7bc4-d5645129a17c-f769f194, #w-node-_8dcaa215-54f0-269c-10e0-768dcc1a4ffc-4e541e09, #w-node-f6d7b45d-8b2e-f04c-b7b9-33e29ca31679-4e541e09 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_3e50608d-de4e-c791-6c54-38141087bb37-726f2447 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-f341d400-7de6-478a-0722-30d13fcfa952-726f2447 {
    grid-row: span 2 / span 2;
  }

  #w-node-ce7f84b8-fc9c-1502-bb9d-87d6ae00dc6e-726f2447 {
    grid-column: span 1 / span 1;
  }

  #w-node-a8822825-3573-4d60-68df-793cab320fa1-726f2447 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_74cc82f8-0b05-b549-b141-032d73574187-726f2447, #w-node-_4744acac-280f-bce4-3383-671db83748f8-e323d468 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_5eb07980-a9c1-b635-d207-e4ae7bbbf2df-e60bc2b0 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_5eb07980-a9c1-b635-d207-e4ae7bbbf2e1-e60bc2b0 {
    order: -9999;
  }

  #w-node-d2a5ec4e-02a0-f0af-c676-1ac822e9790e-dfad39e2, #w-node-_1b7acd3e-95a2-dd8a-c921-52dc78f65b1c-dfad39e2, #w-node-d2a5ec4e-02a0-f0af-c676-1ac822e9790e-e6fe70c2, #w-node-_1b7acd3e-95a2-dd8a-c921-52dc78f65b1c-e6fe70c2 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  #w-node-debe1fb7-6597-db8f-66a7-27cd7feb1e19-726f2447, #w-node-_717c0f1e-c379-ee4f-7a49-c014c81541cf-726f2447, #w-node-de55f885-3d20-fc63-878e-1f3cee5d2174-726f2447, #w-node-cab1f3f1-df3e-a4d7-26ea-c5fa828b2151-726f2447 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  #w-node-_3e50608d-de4e-c791-6c54-38141087bb37-726f2447 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-f341d400-7de6-478a-0722-30d13fcfa952-726f2447 {
    grid-row: span 2 / span 2;
  }

  #w-node-ce7f84b8-fc9c-1502-bb9d-87d6ae00dc6e-726f2447 {
    grid-column: span 1 / span 1;
  }

  #w-node-a4e451fd-ac61-f251-2fe6-afe3523e0df4-726f2447, #w-node-_74cc82f8-0b05-b549-b141-032d73574187-726f2447 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_92acfb5d-b413-321a-04b6-7ac7e6547e8b-e6547e3a {
    grid-template-rows: auto;
    grid-template-columns: 1.5fr;
  }

  #w-node-_20ace1b9-eaae-295f-e691-19a7fb2c159d-31a634cd, #w-node-_5f47cde7-ff1c-2ffa-9944-238eb7006c21-31a634cd, #w-node-_95c48be8-7d00-ff62-09c7-8ef48293937e-31a634cd, #w-node-_2e72bc5b-89bc-6a53-281d-3e08177dba68-31a634cd, #w-node-a89a592c-f4d9-10d8-acd0-a44291f6158a-31a634cd, #w-node-_20ace1b9-eaae-295f-e691-19a7fb2c159d-e323d468, #w-node-b3b8fb78-774d-c332-769b-64f15dec9c08-e323d468, #w-node-_4744acac-280f-bce4-3383-671db83748f8-e323d468 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_9bdb8dee-4674-cfe2-0823-68e8851bdd8a-e323d468, #w-node-_67e1f012-f015-ec8b-2e03-f353a56524d3-e323d468 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-f6d7b45d-8b2e-f04c-b7b9-33e29ca31683-e323d468 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_9fd6f839-447b-60ee-aa27-8c04dd70eed6-e323d468 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_16fb7c90-e692-593a-5a70-5b9b4e5f05bd-e323d468 {
    grid-column: span 1 / span 1;
  }

  #w-node-ffaf86ca-bf6c-76f5-7fcd-5ae238d9fafe-e323d468 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_5eb07980-a9c1-b635-d207-e4ae7bbbf2e1-e60bc2b0 {
    order: -9999;
  }

  #w-node-_20ace1b9-eaae-295f-e691-19a7fb2c159d-dfad39e2, #w-node-_20ace1b9-eaae-295f-e691-19a7fb2c159d-e6fe70c2, #w-node-_20ace1b9-eaae-295f-e691-19a7fb2c159d-784fb4ba, #w-node-_4cf59293-205a-c15b-d916-b975dc1548e4-784fb4ba, #w-node-_99508c7a-6fc8-84b8-2fb5-aa53f6272700-784fb4ba, #w-node-_20ace1b9-eaae-295f-e691-19a7fb2c159d-50d4c414, #w-node-_4cf59293-205a-c15b-d916-b975dc1548e4-50d4c414, #w-node-_99508c7a-6fc8-84b8-2fb5-aa53f6272700-50d4c414, #w-node-_20ace1b9-eaae-295f-e691-19a7fb2c159d-267eb141, #w-node-_4cf59293-205a-c15b-d916-b975dc1548e4-267eb141, #w-node-_99508c7a-6fc8-84b8-2fb5-aa53f6272700-267eb141, #w-node-_20ace1b9-eaae-295f-e691-19a7fb2c159d-4e42f015, #w-node-_4cf59293-205a-c15b-d916-b975dc1548e4-4e42f015, #w-node-_99508c7a-6fc8-84b8-2fb5-aa53f6272700-4e42f015, #w-node-_20ace1b9-eaae-295f-e691-19a7fb2c159d-40d92ae7, #w-node-_4cf59293-205a-c15b-d916-b975dc1548e4-40d92ae7, #w-node-_73b3e3ea-3f2e-5fce-5b88-10246e2b50d4-40d92ae7, #w-node-aec61f99-ec7b-ed47-4623-027abe51815b-40d92ae7, #w-node-_9a7e2d7b-b9cb-fb92-7bc4-d5645129a188-40d92ae7, #w-node-_20ace1b9-eaae-295f-e691-19a7fb2c159d-dfca7a3d, #w-node-_4cf59293-205a-c15b-d916-b975dc1548e4-dfca7a3d, #w-node-_73b3e3ea-3f2e-5fce-5b88-10246e2b50d4-dfca7a3d, #w-node-aec61f99-ec7b-ed47-4623-027abe51815b-dfca7a3d, #w-node-_9a7e2d7b-b9cb-fb92-7bc4-d5645129a188-dfca7a3d, #w-node-_20ace1b9-eaae-295f-e691-19a7fb2c159d-f769f194, #w-node-_4cf59293-205a-c15b-d916-b975dc1548e4-f769f194, #w-node-_73b3e3ea-3f2e-5fce-5b88-10246e2b50d4-f769f194, #w-node-aec61f99-ec7b-ed47-4623-027abe51815b-f769f194, #w-node-_9a7e2d7b-b9cb-fb92-7bc4-d5645129a188-f769f194, #w-node-_20ace1b9-eaae-295f-e691-19a7fb2c159d-4e50fba4, #w-node-_20ace1b9-eaae-295f-e691-19a7fb2c159d-4e541e09 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-f6d7b45d-8b2e-f04c-b7b9-33e29ca31683-4e541e09 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }
}


@font-face {
  font-family: 'Neueplak';
  src: url('../fonts/NeuePlak-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}