:root {
  --alley-component-library--gray--100: #b2b3bd;
  --alley-component-library--neutral--black: black;
  --walsh--walsh-dark-green: #2c5c5d;
  --black: black;
  --walsh--walsh-dark-green-2: #fff;
  --walsh--walsh-mid-green: #47888a;
  --alley-component-library--blue--900: #5167f6;
  --alley-component-library--gray--0: #dedfe3;
  --alley-component-library--blue--800: #6478f7;
  --alley-component-library--blue--700: #7788f8;
  --alley-component-library--gray--900: #131316;
  --white: white;
  --alley-component-library--gray--800: #26272c;
  --walsh--black: #2c2c2c;
  --walsh--walsh-light-green: #c2ecd5;
}

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

.a-icon-small {
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  display: flex;
}

.a-banner-button-small {
  color: var(--alley-component-library--gray--100);
  background-color: #d9dbe5;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  padding: 4px;
  transition: color .2s, background-color .2s;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.a-banner-button-small:hover {
  color: var(--alley-component-library--neutral--black);
  background-color: #a1acff;
}

.a-banner-button {
  color: #fff;
  white-space: nowrap;
  background-color: #062ca4;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 4px 12px;
  font-family: Open Sans, sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  text-decoration: none;
  transition: color .3s, background-color .3s;
  display: flex;
}

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

.a-banner-button.red {
  background-color: #d60001;
}

.a-paragraph-small {
  color: #000;
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.8;
}

.a-banner-text-wrapper {
  grid-column-gap: 8px;
  align-items: center;
  display: flex;
}

.a-banner-container {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1140px;
  display: flex;
  position: relative;
}

.a-banner-announcement {
  color: #fff;
  text-align: center;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  min-height: 40px;
  padding: 16px 5%;
  display: flex;
}

.a-banner-announcement.red {
  padding-top: 10px;
  padding-bottom: 10px;
}

.walsh-menu-button {
  color: #fff;
}

.walsh-button-hover-fill {
  background-color: #000;
  border-radius: 100%;
  width: 5em;
  height: 5em;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: -100% auto auto -46%;
}

.walsh-icon-arrow-flip {
  height: 12px;
}

.walsh-icon-arrow-flip.whats {
  height: 20px;
  position: static;
  overflow: visible;
}

.walsh-arrow-wrapper {
  grid-row-gap: 0px;
  flex-direction: column;
  flex: none;
  align-items: center;
  height: 12px;
  display: flex;
  overflow: hidden;
}

.walsh-label-button {
  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;
}

.walsh-label-button.pink {
  color: #cf2c95;
}

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

.walsh-link-block-orange {
  color: #fff;
  text-align: center;
  background-color: #24d165;
  border-radius: 100px;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  padding: 8px 15px 8px 25px;
  font-family: Open Sans, sans-serif;
  font-size: 11px;
  text-decoration: none;
  transition: background-color .2s cubic-bezier(.645, .045, .355, 1);
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.walsh-link-block-orange.line {
  color: #fff;
  background-color: #062ca4;
  border: 1px #141414;
  font-family: Open Sans, sans-serif;
}

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

.walsh-link-block-orange.line.online {
  padding-right: 25px;
}

.walsh-flex-nav-buttons {
  grid-column-gap: 10px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.walsh-nav-link-white {
  color: #fff;
  border-radius: 8px;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

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

.walsh-nav-link-white.w--current {
  color: #fff;
}

.walsh-nav-menu-green {
  grid-column-gap: 8px;
  align-items: center;
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
}

.walsh-nav-logo {
  height: 32px;
  margin-right: 15px;
}

.walsh-brand-block {
  z-index: 2;
  align-items: center;
  width: auto;
  height: 100%;
  display: flex;
}

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

.walsh-container-nav {
  background-color: #062ca4;
  max-width: none;
  height: 60px;
  padding-left: 4rem;
  padding-right: 4rem;
}

.walsh-main-nav {
  background-color: #0000;
}

.walsh-nav-wrapper-green {
  z-index: 200;
  background-color: #204f58;
  position: sticky;
  top: 0;
}

.walsh-button-label-white-w {
  z-index: 4;
  grid-column-gap: 8px;
  color: #fff;
  align-items: center;
  font-size: 12px;
  display: flex;
  position: relative;
}

.walsh-link-block-white {
  color: #000;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Open Sans, sans-serif;
  text-decoration: none;
  transition: box-shadow .2s cubic-bezier(.645, .045, .355, 1);
  box-shadow: inset 0 -3px #ffffff1a;
}

.walsh-link-block-white:hover {
  color: #444;
  box-shadow: inset 0 -3px #cf2c95;
}

.walsh-link-block-white.space {
  margin-left: 10px;
  margin-right: 5px;
  padding-top: 10px;
}

.walsh-link-block-white.space.up {
  margin-top: 11px;
  margin-bottom: 22px;
}

.walsh-hero-div-block {
  grid-column-gap: 1.25em;
  justify-content: flex-end;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.walsh-hero-div-block.center {
  justify-content: center;
  align-items: center;
}

.walsh-hero-div-block.menos {
  padding-top: 0;
}

.walsh-paragraph-serif-left-hero {
  color: var(--black);
  max-width: 22em;
  margin-bottom: .75em;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  line-height: 1.6;
}

.walsh-text-burst {
  color: #cf2c95;
  background-image: url('../images/scribble-burst.svg');
  background-position: 102% 100%;
  background-repeat: no-repeat;
  background-size: auto 38%;
  padding-bottom: .2em;
  padding-right: .1em;
  display: inline-block;
}

.walsh-text-lightgreen {
  color: #b0ebb9;
}

.walsh-main-grid-no-gap {
  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;
}

.walsh-background-darkgreen {
  background-color: var(--walsh--walsh-dark-green-2);
  position: relative;
}

.walsh-cover-image {
  object-fit: cover;
  flex: 1;
  width: 100%;
  height: 100%;
  overflow: visible;
}

.walsh-hero-frame-square {
  border-radius: 10px;
  flex: none;
  width: 100%;
  max-width: 22em;
  display: flex;
  overflow: hidden;
}

.walsh-inner-rail-bottom {
  grid-column-gap: 1em;
  flex: none;
  display: flex;
}

.walsh-hero-rail {
  grid-column-gap: 1em;
  width: 100%;
  height: 20em;
  display: flex;
}

.walsh-inner-rail-top {
  grid-column-gap: 1em;
  flex: none;
  display: flex;
}

.walsh-hero-sub-bg {
  grid-row-gap: 1em;
  background-color: var(--walsh--walsh-mid-green);
  background-image: url('../images/blue-back.webp');
  background-position: 0 0;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 120vh;
  min-height: 100vh;
  display: flex;
  overflow: hidden;
}

.walsh-heading-xlarge-white {
  color: #000;
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 6.65em;
  font-weight: 700;
  line-height: 1;
}

.walsh-left-hero-content {
  grid-row-gap: 1.25em;
  color: #fff;
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  padding-top: 2em;
  padding-bottom: 6em;
  padding-right: 3em;
  display: flex;
}

.walsh-left-hero-content.norem {
  padding-top: 0;
  padding-bottom: 0;
}

.walsh-container-hero {
  z-index: 5;
  width: 100%;
  max-width: 1480px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  position: relative;
}

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

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

.menu-promo {
  z-index: 20;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #f7f7f7;
  background-color: #cf2c95;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-left: 4%;
  padding-right: 4%;
  display: grid;
  position: static;
  top: 60px;
}

.link-block {
  color: #fff;
  text-align: center;
  background-color: #0000;
  border: 3px #000;
  border-bottom: 3px solid #0000;
  justify-content: center;
  align-items: center;
  padding: 25px 40px;
  font-family: Open Sans, sans-serif;
  font-weight: 700;
  text-decoration: none;
  display: flex;
}

.link-block.w--current {
  color: #fff;
  background-color: #fff0;
  border-bottom: 3px #00529b;
}

.centrar {
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  font-family: Open Sans, sans-serif;
  font-weight: 600;
  display: flex;
}

.centrar.prepago {
  margin-top: 50px;
}

.centrar.upper-space {
  margin-top: 80px;
}

.t-tulo-telcel-cambio {
  color: #000;
  font-size: 30px;
  font-weight: 600;
  line-height: 35px;
}

.t-tulo-telcel-cambio.cambio {
  margin-top: 10px;
  margin-bottom: 16px;
  font-size: 24px;
  font-weight: 300;
}

.t-tulo-telcel-cambio.cambio.cero {
  margin-top: 0;
}

.t-tulo-telcel-cambio.cambio.cero.one {
  margin-bottom: 16px;
}

.t-tulo-telcel-cambio.modal {
  font-family: Open Sans, sans-serif;
  font-weight: 600;
}

.t-tulo-telcel-cambio.modal.down {
  margin-bottom: 3px;
}

.t-tulo-telcel-cambio.cero {
  margin-bottom: 0;
}

.activate-seccion {
  padding: 30px 4rem;
}

.activate-seccion.ende {
  padding-bottom: 99px;
}

.activate-seccion.ende.grey {
  background-color: #f7fcff;
  padding-top: 60px;
  padding-bottom: 60px;
}

.div-block-439 {
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 100%;
  margin-bottom: 89px;
  display: flex;
}

.div-block-439.whats {
  margin-top: 10px;
}

.link-block-14 {
  color: #fff;
  background-color: #062ca4;
  border-radius: 100px;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 230px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 8px 25px;
  text-decoration: none;
  display: flex;
}

.link-block-14:hover {
  background-color: #cf2c95;
}

.link-block-14.whatsapp-link {
  background-color: #24d165;
  border-radius: 100px;
  width: 230px;
  font-family: Open Sans, sans-serif;
}

.link-block-14.whatsapp-link:hover {
  background-color: #cf2c95;
}

.link-block-14.whatsapp-link.form {
  width: 100%;
  margin-top: 8px;
  margin-left: 0;
  margin-right: 0;
}

.link-block-14.whatsapp-link.form.auto {
  width: auto;
  margin-left: 5px;
  margin-right: 5px;
}

.link-block-14.whatsapp-link.form.auto.blue {
  background-color: #062ca4;
  margin-left: 5px;
  margin-right: 5px;
}

.link-block-14.whatsapp-link.form.auto.blue:hover {
  background-color: #cf2c95;
}

.link-block-14.whatsapp-link.form.auto.blue.one {
  margin-top: 15px;
}

.link-block-14.whatsapp-link.form.auto.middle {
  margin-top: 14px;
}

.link-block-14.whatsapp-link.form.auto.middle.align {
  flex-flow: row;
}

.image-58 {
  width: 21px;
  margin-right: 6px;
}

.beneficios {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 20px;
  margin-bottom: 120px;
  display: grid;
}

.beneficios.space {
  margin-bottom: 60px;
}

.beneficio {
  text-align: center;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  font-family: Open Sans, sans-serif;
  display: flex;
}

.beneficio.card {
  background-color: #fff;
  border-radius: 8px;
  padding: 15px;
  box-shadow: 0 2px 30px #0003;
}

.image-2 {
  width: 50px;
  margin-bottom: 10px;
}

.image-2.iconos {
  width: 60px;
}

.image-2.caja {
  width: 40px;
}

.text-block {
  margin-bottom: 5px;
  font-family: Open Sans, sans-serif;
  font-size: 17px;
  font-weight: 700;
}

.text-block-2 {
  font-family: Open Sans, sans-serif;
  font-size: 15px;
}

.div-block-429 {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 26px;
  display: flex;
}

.div-block-429.cero {
  margin-bottom: 0;
}

.image-61 {
  width: 130px;
  margin-top: 0;
  margin-left: 7px;
  margin-right: 15px;
}

.image-61.fin {
  margin-right: 5px;
}

.html-embed-2 {
  width: 100%;
}

.html-embed-2.suc {
  margin-top: 150px;
  margin-bottom: 150px;
}

.html-embed-2.suc._2.cero {
  margin-top: 0;
}

.html-embed-2.suc._2 {
  margin-top: 30px;
}

.div-block-17 {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.footer {
  width: 100%;
  padding-top: 0;
  padding-left: 4%;
  padding-right: 4%;
}

.footer.general {
  background-color: #032264;
  padding-bottom: 40px;
}

.servicio-domicilio-hide {
  width: 100%;
}

.image-4 {
  width: 160px;
  margin-top: 18px;
}

.footer-text {
  color: #f2f7f9;
  font-family: Open Sans, sans-serif;
  font-size: 12px;
  font-weight: 400;
}

.footer-text.header {
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: 600;
}

.footer-text.header.metodos {
  margin-bottom: 0;
  padding-right: 20px;
}

.image-3 {
  width: 140px;
}

.link-block-3 {
  width: 100%;
  margin-top: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  text-decoration: none;
}

.link-block-3.social {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-line-pagos {
  justify-content: space-between;
  align-items: center;
  margin-top: 50px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.footer-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 42px;
  display: grid;
}

.image-5 {
  height: 40px;
}

.image-6 {
  height: 50px;
}

.pagos {
  align-items: center;
  display: flex;
}

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

.image-62 {
  width: 25px;
}

.image-62.social {
  width: 21px;
  margin-right: 9px;
}

.whatsapp-2 {
  z-index: 100;
  background-color: #24d165;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  display: flex;
  position: fixed;
  inset: auto 1.5% 2% auto;
}

.link-block-7 {
  box-shadow: none;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
  transition: all .25s ease-in-out;
  display: flex;
  overflow: hidden;
}

.link-block-7:hover {
  box-shadow: 0 6px 12px 2px #00000073;
}

.image-63 {
  width: 30px;
  margin-right: 0;
}

.walsh-heading-xsmall {
  margin-bottom: 3px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.25;
}

.walsh-info-wrap {
  text-align: left;
}

.walsh-profile-wrapper {
  grid-column-gap: 20px;
  align-items: center;
  display: flex;
}

.walsh-flex-col-wide {
  grid-column-gap: 2em;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 13px;
  display: flex;
}

.walsh-image-ratings {
  max-height: 16px;
  margin-right: 5px;
}

.walsh-ratings-wrapper {
  align-items: center;
  padding-top: 0;
  padding-bottom: 7px;
  display: flex;
}

.walsh-main-paragraph-2 {
  color: #0009;
  letter-spacing: 0;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  line-height: 1.5;
}

.walsh-paragraph-wrapper, .walsh-quote-wrapper {
  grid-row-gap: 0em;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

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

.walsh-rounded-box-2 {
  grid-row-gap: 1.2em;
  background-color: #fff;
  border-radius: 15px;
  flex-direction: column;
  padding: 20px;
  display: flex;
  box-shadow: 0 0 11px 3px #00000014;
}

.walsh-main-grid-2 {
  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%;
  margin-bottom: 30px;
  position: relative;
}

.image-64 {
  width: 100px;
  margin-left: -11px;
}

.liverpool-header {
  width: 80px;
  margin-left: -5px;
  margin-right: -5px;
}

.favorita {
  width: 130px;
}

.liv-holder {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

._100-link {
  width: 100%;
}

.code-embed {
  max-width: 500px;
  margin-bottom: 26px;
}

.promociones {
  width: 100%;
  max-width: 800px;
}

.link-block-15 {
  width: 100%;
}

.section-divider {
  padding-bottom: 30px;
  padding-left: 5%;
  padding-right: 5%;
}

.divider {
  justify-content: center;
  align-items: center;
  height: 32px;
  display: flex;
}

.section-main {
  padding-left: 5%;
  padding-right: 5%;
}

.container {
  width: 100%;
}

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

.image-dark {
  background-image: linear-gradient(142deg, #0048ff, #00eaff);
  border: 3px #4070f4;
  border-radius: 60px;
  padding: 3px;
}

.image-dark:hover {
  background-image: linear-gradient(#fff, #0283fe);
}

.heading-name-dark {
  color: #f8faff;
  margin-top: 12px;
  margin-bottom: 4px;
  font-size: 20px;
  line-height: 28px;
}

.heading-name-dark.smaller {
  font-weight: 400;
}

.holder-text {
  justify-content: center;
  align-items: center;
  width: 400px;
  display: flex;
}

.subtitle-dark {
  color: #6e8aa3;
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-2 {
  justify-content: center;
  align-items: center;
  display: flex;
}

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

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

.image-67 {
  width: 30px;
  margin-bottom: 9px;
}

.image-67.liverpool {
  width: 100px;
}

.image-67.whatsapp {
  width: 30px;
}

.image-67.liverpool2 {
  width: 60px;
  margin-bottom: 0;
  margin-left: 5px;
}

.section-links {
  margin-top: 20px;
  padding-left: 5%;
  padding-right: 5%;
}

.text-dark {
  color: #f8faff;
  font-weight: 500;
  text-decoration: none;
}

.text-dark.telcel {
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 28px;
  font-weight: 800;
}

.text-dark.small-text {
  letter-spacing: .5px;
  font-size: 11px;
  font-weight: 400;
}

.links {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 100px;
  transition: all .2s ease-in-out;
  display: flex;
}

.link-dark {
  color: #0c152e;
  text-align: center;
  background-color: #021b44b8;
  border: 2px solid #051f4e;
  border-radius: 12px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 350px;
  height: auto;
  margin-top: 12px;
  margin-bottom: 0;
  padding: 25px 24px;
  text-decoration: none;
  transition: box-shadow .5s;
  display: flex;
}

.link-dark:hover {
  color: #f8faff;
  background-color: #f8faff08;
  border: 2px solid #006aff;
  transform: translate(0);
  box-shadow: 11px 11px 16px #00000069;
}

.section-social-links {
  margin-top: 20px;
  padding-left: 5%;
  padding-right: 5%;
}

.section-footer {
  margin-top: 60px;
  padding-left: 5%;
  padding-right: 5%;
}

.whatsapp-3 {
  z-index: 100;
  background-color: #0084ff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  display: flex;
  position: fixed;
  inset: auto 1.5% 2% auto;
}

.link-block-16 {
  box-shadow: none;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
  transition: all .25s ease-in-out;
  display: flex;
  overflow: hidden;
}

.link-block-16:hover {
  box-shadow: 0 6px 12px 2px #00000073;
}

.image-68 {
  width: 30px;
  margin-right: 0;
}

.body {
  background-color: #07214e;
  background-image: url('../images/668ec02df8102d4a23cf78ef_Fondo.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.div-block-441 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-442 {
  background-color: #fff;
  width: 100%;
  height: 1px;
  margin-top: 7px;
  margin-bottom: 7px;
}

.image-69 {
  width: 30px;
  margin-bottom: 9px;
}

.image-69.liverpool {
  width: 100px;
}

.image-69.whatsapp {
  width: 30px;
}

.image-69.liverpool2 {
  width: 60px;
  margin-bottom: 0;
  margin-left: 5px;
}

.div-block-443 {
  background-color: #fff;
  width: 100%;
  height: 1px;
  margin-top: 7px;
  margin-bottom: 7px;
}

.image-70 {
  width: 30px;
  margin-bottom: 9px;
}

.image-70.liverpool {
  width: 100px;
}

.image-70.whatsapp {
  width: 30px;
}

.fondo-azul {
  background-image: url('../images/668ec02df8102d4a23cf78ef_Fondo.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.form-block {
  width: 500px;
}

.activate-input {
  border-radius: 100px;
  font-weight: 400;
}

.submit-button {
  background-color: #062ca4;
  border-radius: 100px;
  width: 100%;
  font-weight: 400;
}

.submit-button:hover {
  background-color: #cf2c95;
}

.back {
  color: #fff;
  text-decoration: none;
}

.blog-holder {
  flex-flow: column;
  order: 0;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 50px 4%;
  display: flex;
}

.collection-list-wrapper {
  width: 100%;
  max-width: 50rem;
}

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

.blog-head {
  background-image: url('../images/Celex_fondo-contacto.jpg');
  background-position: 50% 0;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 220px;
  display: flex;
}

.titulo {
  color: #fff;
  text-align: center;
  width: 560px;
  font-family: Open Sans, sans-serif;
}

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

.a-text-link-regular {
  color: var(--alley-component-library--blue--900);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.8;
}

.a-paragraph-regular {
  letter-spacing: -.02em;
  margin-top: 4px;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  line-height: 1.3;
}

.a-margin-bottom-16 {
  margin-bottom: 0;
}

.a-subheading-large {
  color: #10255f;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
}

.a-blog-details-wrapper {
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  height: auto;
  padding: 0;
  display: flex;
}

.a-blog-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.a-blog-image-wrapper {
  width: 100%;
  height: 200px;
  overflow: hidden;
}

.a-blog-card-outline {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 1px solid var(--alley-component-library--gray--0);
  border-radius: 10px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.a-caption {
  letter-spacing: -.01em;
  font-size: 12px;
  font-weight: 500;
  line-height: 24px;
}

.a-button-primary {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: var(--alley-component-library--blue--900);
  color: #fff;
  text-align: center;
  letter-spacing: -.02em;
  border-radius: 99px;
  flex-direction: row;
  flex: none;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 12px 32px;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-decoration: none;
  transition: all .5s cubic-bezier(.6, .6, 0, 1);
}

.a-button-primary:hover {
  background-color: var(--alley-component-library--blue--800);
}

.a-button-primary:active {
  background-color: var(--alley-component-library--blue--700);
}

.a-h3-heading {
  color: var(--alley-component-library--gray--900);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  line-height: 1.1;
}

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

.a-detail-regular {
  color: #062ca4;
  letter-spacing: 0;
  text-transform: none;
  font-family: Open Sans, sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.8;
}

.a-blog-title-grid-item {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  height: 100%;
  display: flex;
}

.a-blog-grid-large {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.a-container-large {
  width: 100%;
  max-width: 70rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.a-section-regular {
  padding: 50px 5%;
  position: relative;
}

.a-section-regular.video-section {
  background-image: linear-gradient(#e4eeff80, #e4eeff80);
  padding-top: 10px;
  padding-bottom: 10px;
}

.a-section-regular.video-section.center {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.submit-button-2 {
  color: #fff;
  background-color: #f60;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  padding: 9px 20px;
  font-size: 15px;
  display: flex;
}

.submit-button-2:hover {
  background-color: #e25a00;
}

.submit-button-2.blog {
  border-radius: 5px;
  padding-top: 6px;
  padding-bottom: 6px;
  font-size: 12px;
  line-height: 20px;
}

.submit-button-2.blog.dos {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 14px;
}

.info-holder {
  width: 100%;
  height: auto;
  padding: 24px;
}

.videos {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 70rem;
  margin-top: 35px;
  margin-bottom: 35px;
  display: grid;
}

.lightbox-link {
  color: #fff;
  text-transform: none;
  background-image: linear-gradient(0deg, #0000008a, #fff0 72%), url('../images/cambiarte.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  height: 260px;
  text-decoration: none;
  display: flex;
}

.image-71 {
  width: 80px;
  display: block;
  position: absolute;
}

.div-block-444 {
  background-color: #000000ab;
  width: 100%;
  height: 100%;
  position: absolute;
}

.link-block-17 {
  color: #333;
  height: 100%;
  text-decoration: none;
}

.video-1, .video-2 {
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  padding-bottom: 15px;
  padding-left: 15px;
  display: flex;
}

.lightbox-link-1 {
  color: #fff;
  text-transform: none;
  background-image: linear-gradient(0deg, #0000008a, #fff0 72%), url('../images/cambiarte.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  height: 300px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.lightbox-link-2 {
  color: #fff;
  text-transform: none;
  background-image: linear-gradient(0deg, #0000008a, #fff0 72%), url('../images/cambiarte2.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  height: 300px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.tambien {
  margin-top: 17px;
  margin-bottom: 28px;
  font-size: 25px;
  line-height: 35px;
}

.blog-container {
  width: 100%;
  max-width: 60rem;
}

.body-2 {
  flex-direction: column;
  display: flex;
}

.body-2.contact {
  padding-bottom: 50px;
}

.div-block-445 {
  background-color: #cfcfcf;
  width: 100%;
  height: 1px;
  margin-top: 48px;
}

.espacio-80 {
  height: 110px;
}

.beneficios-exclusivos {
  flex-direction: column;
  align-items: center;
  margin-bottom: 100px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.beneficios-exclusivos.inicio {
  padding-top: 40px;
}

.div-block-430 {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.faq-min-height {
  min-height: 0;
  margin-top: 31px;
  margin-bottom: 0;
}

.faq-plus-wrap {
  flex: none;
  justify-content: center;
  align-items: center;
  min-width: 16px;
  min-height: 16px;
  display: flex;
  position: relative;
}

.faq-answer {
  letter-spacing: 0;
  border-bottom: 1px #1d2b4c1a;
  padding-top: 10px;
  padding-left: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 12px;
  overflow: hidden;
}

.centrar-2 {
  text-align: center;
  margin-top: 0;
  font-family: Open Sans, sans-serif;
  font-weight: 600;
}

._1-2gb {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: none;
}

.div-block-446 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.t-tulo-telcel-cambio-2 {
  color: #000;
  font-size: 30px;
  font-weight: 600;
  line-height: 35px;
}

.t-tulo-telcel-cambio-2.cambio {
  margin-top: 10px;
  font-size: 24px;
  font-weight: 300;
}

.faq-answer-text {
  margin-bottom: 30px;
  font-size: 14px;
}

.faq-question {
  cursor: pointer;
  border-radius: 4px;
  justify-content: space-between;
  align-items: center;
  height: 50px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 15px;
  font-weight: 400;
  display: flex;
  overflow: hidden;
  box-shadow: 0 2px 9px #00000017;
}

.image-73 {
  width: 100px;
  margin-top: 5px;
  margin-left: 15px;
  margin-right: 15px;
}

.image-73.cero {
  margin-left: 0;
}

.image-73.cero.del-sl {
  width: 70px;
  margin-left: 15px;
}

.epacio-siguiente {
  flex-direction: column;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.holder-tab {
  flex-direction: column;
  padding-top: 30px;
  padding-left: 4%;
  padding-right: 4%;
  display: flex;
}

.text-block-4 {
  color: #aaa;
  margin-top: 12px;
  margin-bottom: 11px;
  font-family: Open Sans, sans-serif;
  font-size: 12px;
}

.faq-plus {
  background-color: #062f87;
  border-radius: 3px;
  width: 100%;
  height: 4px;
}

.bold-text {
  font-weight: 600;
}

.heading {
  color: #00529b;
  font-family: Open Sans, sans-serif;
  font-size: 23px;
  font-weight: 700;
  line-height: 30px;
}

.heading.faq {
  margin-top: 0;
}

.faq-plus-l {
  background-color: #062f87;
  border-radius: 3px;
  width: 4px;
  height: 100%;
  position: absolute;
}

._9gb {
  display: none;
}

.whatsap-link1 {
  color: #0c152e;
  text-align: center;
  background-color: #021b44b8;
  border: 2px solid #051f4e;
  border-radius: 12px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 350px;
  height: auto;
  margin-top: 12px;
  margin-bottom: 0;
  padding: 25px 24px;
  text-decoration: none;
  transition: box-shadow .5s;
  display: flex;
}

.whatsap-link1:hover {
  color: #f8faff;
  background-color: #f8faff08;
  border: 2px solid #006aff;
  transform: translate(0);
  box-shadow: 11px 11px 16px #00000069;
}

.div-block-447 {
  flex-flow: column;
  display: flex;
}

.full-width {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.equipo.card {
  border-radius: 15px;
  overflow: hidden;
}

.button-holder {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 15px;
  display: flex;
}

.image-74 {
  z-index: 10;
  width: 70px;
  position: relative;
  bottom: -65px;
  left: 25px;
  transform: rotate(-9deg);
}

.activo-1, .activo-2, .activo-3, .activo-4, .activo-5, .activo-6 {
  border: 2px solid #fff;
  border-radius: 17px;
}

.module-header-left {
  width: 50%;
  height: 100%;
  display: flex;
}

.icon-2 {
  width: 25px;
}

.modal-element {
  background-color: #fff;
  border-radius: 6px;
  width: 100%;
  max-width: 430px;
}

.left-arrow {
  display: none;
}

.div-block-5 {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.modal-slider {
  background-color: #0000;
  height: 100%;
}

.modal-content {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  padding: 15px 38px;
  display: flex;
}

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

.icon-wrapper-2 {
  background-color: #f5f5f5;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  padding: 3px;
  display: flex;
  overflow: hidden;
}

.close {
  opacity: .5;
  transition: opacity .2s;
}

.close:hover {
  opacity: 1;
}

.modal-overlay {
  z-index: 99999999;
  background-color: #040509e6;
  justify-content: center;
  align-items: center;
  padding-left: 3%;
  padding-right: 3%;
  display: none;
  position: fixed;
  inset: 0%;
}

.modal-overlay._2 {
  display: none;
  overflow: visible;
}

.modal-slide {
  color: #151c34;
}

.slide-navigation {
  color: #2451e9;
  font-size: 10px;
  display: none;
  bottom: 10px;
}

.right-arrow {
  display: none;
}

.paragraph-standard {
  color: #151c34cc;
  font-size: 15px;
  line-height: 1.5;
}

.html-embed-3 {
  margin-top: -40px;
}

.modal-header {
  border-bottom: 1px solid #151c341a;
  justify-content: space-between;
  align-items: center;
  min-height: 55px;
  padding-left: 25px;
  padding-right: 25px;
  display: flex;
}

.light {
  color: #a3aac2;
}

.line-blue {
  background-color: #062ca4;
  width: 90%;
  height: 1px;
  margin-top: 4px;
  margin-bottom: 6px;
  padding-top: 0;
}

.image-75 {
  width: 50px;
}

.text-span {
  color: #d60000;
}

.div-block-448 {
  width: 100%;
  max-width: 900px;
}

.div-block-15 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-bottom: 0;
  display: grid;
}

._100 {
  width: 100%;
}

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

.form-holer {
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-right: 0;
  display: flex;
}

.submit-button-3 {
  color: #fff;
  background-color: #f60;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 9px 70px;
  font-size: 15px;
  display: flex;
}

.submit-button-3:hover {
  background-color: #e25a00;
}

.form {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  margin-top: 55px;
  display: flex;
}

.pasos {
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  margin-bottom: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.centrar-3 {
  text-align: center;
  margin-top: 0;
  font-family: Open Sans, sans-serif;
  font-weight: 600;
}

.beneficios-exclusivos-2 {
  flex-direction: column;
  align-items: center;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.linea {
  align-items: center;
  width: 100%;
  display: flex;
}

.form-square {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 800px;
  max-width: none;
  display: flex;
}

.paso-circulo {
  background-color: #0000;
  border: 2px solid #00529b;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-right: 10px;
  display: flex;
}

.paso-circulo.secundario {
  background-color: #cce0e7;
  border-color: #cce0e7;
}

.text-field {
  background-color: #0000;
  border: 1px solid #dae5e9;
  border-radius: 0;
  width: 100%;
}

.text-field.image {
  border-style: solid;
  border-color: #dae5e9e0;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 38px;
  margin-bottom: 10px;
  display: flex;
}

.text-field.image:hover {
  background-color: #dae5e93d;
}

.text-block-102 {
  color: #000;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 18px;
}

.text-block-102.secundario {
  color: #fff;
  font-weight: 700;
}

.subir {
  color: #75878d;
  font-size: 12px;
}

.text-block-103 {
  color: #aaa;
  margin-top: 12px;
  margin-bottom: 11px;
  font-family: Open Sans, sans-serif;
  font-size: 12px;
}

.field-label {
  color: #000;
  font-family: Open Sans, sans-serif;
  font-weight: 400;
}

.field-label.ayuda {
  color: #0096d1;
  margin-left: 8px;
}

.file-upload {
  width: 100%;
}

.lightbox-link-6 {
  text-decoration: none;
}

.text-block-104 {
  font-family: Open Sans, sans-serif;
  font-size: 15px;
}

.text-block-104.secundario {
  opacity: .39;
}

.paso {
  justify-content: center;
  align-items: center;
  margin-right: 50px;
  display: flex;
}

.div-block-449 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-bottom: 0;
  display: grid;
}

.submit-button-4 {
  color: #fff;
  background-color: #f60;
  justify-content: center;
  align-items: center;
  padding: 9px 70px;
  font-size: 15px;
  display: flex;
}

.submit-button-4:hover {
  background-color: #e25a00;
}

.submit-button-4.w--current {
  border-radius: 100px;
}

.centrar-4 {
  text-align: center;
  margin-top: 0;
  font-family: Open Sans, sans-serif;
  font-weight: 600;
}

.beneficios-exclusivos-3 {
  flex-direction: column;
  align-items: center;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.form-block-4 {
  width: 600px;
}

.text-block-105 {
  color: #000;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 18px;
}

.text-block-105.secundario {
  color: #fff;
  font-weight: 700;
}

.text-block-106 {
  color: #aaa;
  margin-top: 12px;
  margin-bottom: 11px;
  font-family: Open Sans, sans-serif;
  font-size: 12px;
}

.text-block-107 {
  font-family: Open Sans, sans-serif;
  font-size: 15px;
}

.text-block-107.secundario {
  opacity: .39;
}

.div-block-450 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-bottom: 0;
  display: grid;
}

.div-block-450.direccion {
  grid-template-columns: 1fr 1fr 1fr;
}

.submit-button-5 {
  color: #fff;
  background-color: #f60;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 9px 70px;
  font-size: 15px;
  display: flex;
}

.submit-button-5:hover {
  background-color: #e25a00;
}

.centrar-5 {
  text-align: center;
  margin-top: 0;
  font-family: Open Sans, sans-serif;
  font-weight: 600;
}

.beneficios-exclusivos-4 {
  flex-direction: column;
  align-items: center;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.text-block-108 {
  color: #000;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 18px;
}

.text-block-108.secundario {
  color: #fff;
  font-weight: 700;
}

.text-block-109 {
  color: #aaa;
  margin-top: 12px;
  margin-bottom: 11px;
  font-family: Open Sans, sans-serif;
  font-size: 12px;
}

.text-block-110 {
  font-family: Open Sans, sans-serif;
  font-size: 15px;
}

.text-block-110.secundario {
  opacity: .39;
}

.info-in-a-box {
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin: 0 30px;
  padding: 24px 30px 30px;
  display: flex;
}

.image-76 {
  width: 30px;
  margin-left: 10px;
}

.heading-16 {
  color: #000;
  text-align: center;
  margin-top: 0;
  font-size: 17px;
  font-weight: 700;
  line-height: 22px;
}

.link-block-9 {
  color: #fff;
  background-color: #24d366;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  text-decoration: none;
  transition: all .2s ease-in-out;
  display: flex;
}

.link-block-9:hover {
  box-shadow: 1px 5px 13px #0003;
}

.image-42 {
  filter: brightness(161%) hue-rotate(110deg);
  width: 25px;
  margin-right: 13px;
}

.pago-completado {
  background-color: #fff;
  border-radius: 19px;
  flex-direction: column;
  align-items: center;
  width: 430px;
  min-width: 250px;
  height: auto;
  min-height: 300px;
  margin-top: 50px;
  margin-bottom: 50px;
  padding: 0;
  display: flex;
  overflow: hidden;
  box-shadow: 1px 1px 20px 2px #bec9d57a;
}

.pago {
  color: #000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 30px;
}

.beneficios-exclusivos-5 {
  flex-direction: column;
  align-items: center;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.text-block-90 {
  color: #fff;
  background-color: #f60;
  border-radius: 0;
  padding: 2px 10px;
  font-size: 12px;
}

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

.lottie-animation {
  width: 30px;
  height: 30px;
  margin-bottom: 7px;
}

.pagos-parcialidades {
  justify-content: flex-end;
  width: 100%;
  margin-bottom: -20px;
  padding-top: 16px;
  padding-right: 20px;
  display: flex;
  position: relative;
}

.btn-black {
  color: #001d44;
  text-align: center;
  background-color: #0000;
  border: 1px solid #001d44;
  border-radius: 0;
  width: 100%;
  margin-top: 21px;
  margin-bottom: 10px;
  padding-top: 13px;
  padding-bottom: 13px;
  font-size: 14px;
  line-height: 14px;
  transition: all .2s;
}

.btn-black:hover {
  color: #fff;
  background-color: #001d44;
  border-radius: 0;
}

.btn-black.ok-k {
  border-color: #96a5b4;
  border-radius: 5px;
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
}

.btn-black.ok-k:hover {
  color: #343944;
  background-color: #6e77813b;
  border-style: solid;
  border-color: #96a5b4;
}

.btn-black.cotizacion {
  border-radius: 100px;
  margin-top: 0;
}

.btn-black.cotizacion:hover {
  background-color: #f60;
}

.contenedor-de-pagos {
  flex-direction: column;
  align-items: center;
  padding-top: 0;
  padding-right: 0;
  display: flex;
}

.div-block-415 {
  background-color: #bec9d53b;
  border: 1px solid #00a524;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: auto;
  margin-bottom: 0;
  padding: 20px;
  display: flex;
  overflow: hidden;
}

.informacion-pago {
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-top: 37px;
  margin-bottom: 21px;
  display: flex;
}

.informacion-pago.info-less {
  margin-top: 0;
}

.row-pago {
  justify-content: space-between;
  width: 100%;
  margin-bottom: 5px;
  display: flex;
}

.image-77 {
  border-radius: 13px;
  margin-top: 5px;
  margin-bottom: 20px;
  overflow: hidden;
}

@media screen and (min-width: 1280px) {
  .collection-list-wrapper {
    max-width: 60rem;
  }
}

@media screen and (min-width: 1920px) {
  .a-banner-button-small {
    width: 35px;
    height: 35px;
  }

  .a-banner-button {
    padding: 15px 30px;
    font-size: 22px;
    font-weight: 400;
  }

  .a-paragraph-small {
    font-size: 24px;
  }

  .walsh-icon-arrow-flip.whats {
    height: 30px;
  }

  .walsh-label-button.pink {
    font-size: 30px;
  }

  .walsh-link-block-orange {
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 22px;
  }

  .walsh-link-block-orange:hover {
    color: #fff;
    padding-top: 15px;
    padding-bottom: 15px;
    font-weight: 400;
  }

  .walsh-nav-link-white {
    font-size: 25px;
  }

  .walsh-nav-logo {
    height: 60px;
  }

  .walsh-container-nav {
    height: 100px;
  }

  .walsh-paragraph-serif-left-hero {
    font-size: 28px;
  }

  .walsh-heading-xlarge-white {
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    font-size: 10em;
  }

  .walsh-container-hero {
    max-width: 1990px;
    padding-left: 3%;
    padding-right: 3%;
  }

  .link-block {
    font-size: 24px;
  }

  .t-tulo-telcel-cambio {
    font-size: 45px;
  }

  .t-tulo-telcel-cambio.cambio {
    font-size: 40px;
  }

  .link-block-14.whatsapp-link.form {
    min-height: 60px;
    font-size: 25px;
  }

  .image-58 {
    width: 35px;
    margin-right: 12px;
  }

  .text-block {
    font-size: 30px;
  }

  .text-block-2 {
    margin-top: 16px;
    font-size: 30px;
    line-height: 40px;
  }

  .image-61 {
    width: 180px;
  }

  .image-4 {
    width: 300px;
    margin-bottom: 19px;
  }

  .footer-text {
    font-size: 24px;
    line-height: 35px;
  }

  .footer-text.header {
    font-size: 30px;
  }

  .image-3 {
    width: 300px;
  }

  .link-block-3 {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .link-block-3.social {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .image-5, .image-6 {
    height: 80px;
  }

  .walsh-heading-xsmall {
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    font-size: 30px;
  }

  .walsh-image-ratings {
    max-height: 25px;
  }

  .walsh-ratings-wrapper {
    margin-top: 13px;
  }

  .walsh-main-paragraph-2 {
    font-size: 28px;
  }

  .walsh-rounded-box-2 {
    padding: 30px;
  }

  .image-64 {
    width: 170px;
  }

  .liverpool-header {
    width: 150px;
  }

  .form-block {
    width: 800px;
    margin-top: 27px;
  }

  .activate-input {
    min-height: 60px;
    margin-bottom: 20px;
    font-size: 25px;
  }

  .submit-button {
    min-height: 60px;
    font-size: 22px;
  }

  .blog-holder {
    justify-content: center;
    align-items: center;
    padding-left: 10%;
    padding-right: 10%;
  }

  .collection-list-wrapper {
    max-width: 100rem;
  }

  .blog-head {
    height: 350px;
  }

  .titulo {
    width: 800px;
  }

  .heading-20 {
    font-size: 60px;
    line-height: 70px;
  }

  .submit-button-2.blog {
    padding: 15px 40px;
    font-size: 22px;
  }

  .tambien {
    margin-top: 95px;
    margin-bottom: 33px;
    font-size: 30px;
  }

  .paragraph-5 {
    margin-top: 11px;
    font-size: 20px;
  }

  .text-block-101 {
    font-size: 24px;
  }

  .blog-container {
    max-width: 90rem;
  }
}

@media screen and (max-width: 991px) {
  .a-banner-container {
    justify-content: flex-start;
  }

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

  .walsh-menu-button.w--open {
    background-color: #0000;
  }

  .walsh-button-hover-fill {
    display: none;
  }

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

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

  .walsh-flex-nav-buttons {
    justify-content: flex-start;
    margin-top: 15px;
  }

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

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

  .walsh-nav-menu-green {
    background-color: var(--walsh--walsh-dark-green);
    padding-top: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .walsh-hero-div-block {
    justify-content: center;
    padding-bottom: 0;
  }

  .walsh-paragraph-serif-left-hero {
    max-width: none;
  }

  .walsh-text-burst {
    background-size: auto 60%;
  }

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

  .walsh-hero-sub-bg {
    min-height: auto;
    padding-top: 0;
  }

  .walsh-heading-xlarge-white {
    font-size: 4em;
  }

  .walsh-left-hero-content {
    grid-row-gap: 1.25em;
    text-align: center;
    align-items: center;
    width: auto;
    padding-right: 0;
  }

  .walsh-hero-grid-wrapper {
    padding-top: 7.2em;
  }

  .walsh-container-3 {
    flex: 0 auto;
    width: auto;
  }

  .menu-promo {
    grid-template-columns: 1fr 1fr;
  }

  .t-tulo-telcel-cambio.cambio {
    margin-bottom: 0;
  }

  .t-tulo-telcel-cambio.cambio.cero {
    margin-bottom: 23px;
  }

  .activate-seccion.ende {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .beneficios {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr;
  }

  .div-block-429 {
    flex-flow: column;
  }

  .link-block-4 {
    margin-top: 15px;
  }

  .footer-line-pagos {
    flex-direction: column;
    align-items: flex-start;
  }

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

  .form-2 {
    margin-top: 26px;
  }

  .a-button-primary {
    display: flex;
  }

  .a-blog-grid-large, .full-width {
    grid-template-columns: 1fr 1fr;
  }

  .full-width.activa {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .image-74 {
    bottom: -21px;
    left: 0;
  }

  .form-square {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .a-banner-button-small {
    position: static;
  }

  .a-banner-container {
    grid-column-gap: 24px;
  }

  .a-banner-announcement {
    text-align: left;
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    display: none;
  }

  .walsh-brand-block {
    padding-left: 0;
  }

  .walsh-container-nav {
    padding-left: 1.5rem;
  }

  .walsh-paragraph-serif-left-hero {
    font-size: 1.4em;
  }

  .walsh-text-burst {
    background-position: 100% 100%;
  }

  .walsh-heading-xlarge-white {
    font-size: 5em;
  }

  .walsh-left-hero-content {
    padding-top: 3em;
    padding-bottom: 3em;
  }

  .walsh-hero-grid-wrapper {
    padding-top: 0;
  }

  .menu-promo {
    display: none;
  }

  .t-tulo-telcel-cambio {
    font-size: 25px;
    line-height: 30px;
  }

  .t-tulo-telcel-cambio.cambio {
    margin-bottom: 0;
  }

  .activate-seccion.ende {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .div-block-439 {
    flex-flow: column;
  }

  .link-block-14.whatsapp-link {
    margin-top: 13px;
  }

  .div-block-429 {
    flex-flow: column;
  }

  .image-61 {
    margin-right: 7px;
  }

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

  .pagos {
    flex-direction: column;
    align-items: flex-start;
  }

  .walsh-rounded-box-2 {
    grid-row-gap: 1.5em;
  }

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

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

  .image-dark:hover {
    background-image: linear-gradient(#fff, #0084ff);
  }

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

  .a-h3-heading {
    font-size: 40px;
  }

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

  .a-section-regular {
    padding-top: 72px;
    padding-bottom: 72px;
  }

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

  .link-block-17 {
    width: 100%;
  }

  .t-tulo-telcel-cambio-2 {
    font-size: 25px;
    line-height: 30px;
  }

  .full-width.activa {
    grid-template-columns: 1fr 1fr;
  }

  .equipo.card.one {
    display: none;
  }

  .button-holder {
    flex-flow: column;
  }

  .modal-overlay {
    z-index: 2147483647;
    display: none;
  }

  .form {
    flex-direction: column;
  }

  .pasos {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-items: center;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    display: grid;
  }

  .linea {
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .paso-circulo {
    margin-right: 0;
  }

  .paso {
    flex-direction: column;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: 0;
  }

  .image-42 {
    margin-bottom: 9px;
  }

  .info {
    flex-direction: column;
    margin-bottom: 13px;
  }

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

  .div-block-415 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}

@media screen and (max-width: 479px) {
  .walsh-label-button {
    font-size: 16px;
  }

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

  .walsh-flex-nav-buttons {
    grid-row-gap: 10px;
    flex-direction: column;
    align-items: stretch;
  }

  .walsh-nav-link-white {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .walsh-nav-logo {
    height: 24px;
  }

  .walsh-hero-div-block {
    grid-column-gap: .6em;
    grid-row-gap: .6em;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }

  .walsh-paragraph-serif-left-hero {
    text-align: center;
    font-size: 1.2em;
  }

  .walsh-text-burst {
    background-position: 80% 110%;
    background-size: auto 40%;
  }

  .walsh-hero-frame-square {
    max-width: 16em;
  }

  .walsh-hero-rail {
    height: 16em;
  }

  .walsh-hero-sub-bg {
    height: auto;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .walsh-heading-xlarge-white {
    font-size: 3.8em;
  }

  .walsh-left-hero-content {
    text-align: center;
    align-items: center;
    padding-top: 30px;
    padding-right: 0;
    font-size: 18px;
  }

  .walsh-container-hero {
    height: 100%;
  }

  .walsh-hero-grid-wrapper {
    padding-top: 5em;
  }

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

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

  .menu-promo {
    grid-template-columns: 1fr;
  }

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

  .t-tulo-telcel-cambio {
    display: none;
  }

  .t-tulo-telcel-cambio.cambio {
    text-align: center;
    font-size: 22px;
    display: block;
  }

  .activate-seccion {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .div-block-439 {
    flex-flow: column;
  }

  .link-block-14.whatsapp-link {
    margin-top: 16px;
  }

  .beneficios {
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .beneficio {
    align-items: center;
  }

  .div-block-429 {
    flex-flow: column;
  }

  .footer.general {
    padding-top: 10px;
  }

  .servicio-domicilio-hide {
    display: none;
  }

  .footer-grid {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .walsh-heading-xsmall {
    font-size: 1em;
  }

  .walsh-flex-col-wide {
    grid-row-gap: 1.25em;
    flex-wrap: wrap;
  }

  .walsh-main-paragraph-2 {
    font-size: 1em;
  }

  .walsh-content-wrapper-gap {
    grid-row-gap: 1.2em;
  }

  .walsh-rounded-box-2 {
    padding: 30px;
  }

  .holder-text {
    width: auto;
  }

  .section-links {
    padding-left: 0%;
    padding-right: 0%;
  }

  .text-dark.telcel, .text-dark.telcel.dos {
    line-height: 32px;
  }

  .link-dark {
    width: 100%;
  }

  .body {
    background-color: #122253;
  }

  .form-block {
    width: 270px;
  }

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

  .a-button-primary {
    width: 100%;
  }

  .beneficios-exclusivos {
    padding-bottom: 50px;
  }

  .t-tulo-telcel-cambio-2 {
    display: none;
  }

  .t-tulo-telcel-cambio-2.cambio {
    text-align: center;
    font-size: 22px;
    display: block;
  }

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

  .whatsap-link1 {
    width: 100%;
  }

  .full-width, .full-width.activa {
    grid-template-columns: 1fr;
  }

  .activo-1, .activo-2, .activo-3, .activo-4, .activo-5, .activo-6 {
    border-width: 4px;
    border-radius: 19px;
  }

  .modal-content {
    padding-left: 30px;
    padding-right: 30px;
  }

  .div-block-15 {
    grid-template-columns: 1fr;
  }

  .pregunta.imei {
    margin-top: 0;
  }

  .form {
    width: 100%;
  }

  .pasos {
    flex-direction: column;
  }

  .beneficios-exclusivos-2 {
    padding-bottom: 50px;
  }

  .paso-circulo {
    margin-bottom: 6px;
    margin-right: 0;
  }

  .paso-circulo.secundario {
    margin-right: 0;
  }

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

  .paso {
    flex-direction: column;
    margin-bottom: 24px;
    margin-right: 0;
  }

  .div-block-449 {
    grid-template-columns: 1fr;
  }

  .beneficios-exclusivos-3 {
    padding-bottom: 50px;
  }

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

  .div-block-450 {
    grid-template-columns: 1fr;
  }

  .beneficios-exclusivos-4 {
    padding-bottom: 50px;
  }

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

  .info-in-a-box {
    padding-left: 15px;
    padding-right: 15px;
  }

  .pago-completado {
    width: auto;
    margin-top: 21px;
  }

  .beneficios-exclusivos-5 {
    padding-bottom: 50px;
  }
}

#w-node-a8872f6e-e4d4-743c-36ce-34dd94b744db-9a8f69b1 {
  grid-area: 1 / 1 / 2 / 13;
  align-self: center;
}

#w-node-a8872f6e-e4d4-743c-36ce-34dd94b744dc-9a8f69b1 {
  grid-area: 1 / 1 / 2 / 7;
  align-self: center;
}

#w-node-a8872f6e-e4d4-743c-36ce-34dd94b744f7-9a8f69b1 {
  grid-area: 1 / 7 / 2 / 13;
  place-self: center stretch;
}

#w-node-_0a1b6174-a328-1a9b-4c84-61999bd7845f-9a8f69b1, #w-node-_0a1b6174-a328-1a9b-4c84-61999bd78462-9a8f69b1, #w-node-_0a1b6174-a328-1a9b-4c84-61999bd78465-9a8f69b1, #w-node-_0a1b6174-a328-1a9b-4c84-61999bd78468-9a8f69b1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-e934282c-581d-f3a0-77e9-b56ec799b368-9a8f69b1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e934282c-581d-f3a0-77e9-b56ec799b370-9a8f69b1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-e934282c-581d-f3a0-77e9-b56ec799b377-9a8f69b1, #w-node-_7ba42005-3a0c-44e8-e867-a03af803382c-9a8f69b1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_587b47fa-e390-7eff-d5ce-68052b022c7e-9a8f69b1, #w-node-_587b47fa-e390-7eff-d5ce-68052b022c8f-9a8f69b1, #w-node-_587b47fa-e390-7eff-d5ce-68052b022ca0-9a8f69b1, #w-node-_587b47fa-e390-7eff-d5ce-68052b022cb1-9a8f69b1, #w-node-_587b47fa-e390-7eff-d5ce-68052b022cc2-9a8f69b1, #w-node-_587b47fa-e390-7eff-d5ce-68052b022cd3-9a8f69b1, #w-node-_587b47fa-e390-7eff-d5ce-68052b022ce4-9a8f69b1, #w-node-_587b47fa-e390-7eff-d5ce-68052b022cf5-9a8f69b1, #w-node-_587b47fa-e390-7eff-d5ce-68052b022d06-9a8f69b1 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: stretch;
}

#w-node-_1ebb5cbc-7b21-e1be-28aa-6edb680816ca-680816c6, #w-node-_1ebb5cbc-7b21-e1be-28aa-6edb680816d2-680816c6, #w-node-_1ebb5cbc-7b21-e1be-28aa-6edb680816e1-680816c6, #w-node-_1ebb5cbc-7b21-e1be-28aa-6edb680816ea-680816c6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_166238da-91a7-1126-b6c9-7c2cc68b973b-06717091 {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr;
}

#w-node-_653dbf6b-b6b9-91c2-a89a-ff24fb33d8df-1e5ca02d, #w-node-_6b5a575b-53c2-a584-c914-5b644a22ee27-110132e7 {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
}

#w-node-_9134e299-b3a7-f0f8-2075-c83b10b3112f-36ed3ef5, #w-node-d21521d5-3153-e510-0123-18658f74352b-36ed3ef5, #w-node-_7f262043-d2f6-903c-1fa6-f3a1b2b3dd51-36ed3ef5, #w-node-_7f262043-d2f6-903c-1fa6-f3a1b2b3dd59-36ed3ef5, #w-node-_7f262043-d2f6-903c-1fa6-f3a1b2b3dd68-36ed3ef5, #w-node-_7f262043-d2f6-903c-1fa6-f3a1b2b3dd74-36ed3ef5, #w-node-_15254826-ce7b-8f9d-2a1a-fe59a2d99514-b9d3072e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f7d7d017-fe40-8f48-e13f-3e2d9e7e680c-93a6a9c5, #w-node-c4f5112e-6cce-3f53-2898-da8b957a66d7-93a6a9c5, #w-node-_158b427c-40db-36e7-3af1-e461749ebfb3-93a6a9c5, #w-node-_3c447f4c-c510-1643-7c2a-b5ecd13d8054-93a6a9c5, #w-node-e760188a-34fd-25f4-9761-a0a88a0a6b96-93a6a9c5, #w-node-_3e7ee1b6-9623-abca-1d93-6220b324e0a6-93a6a9c5, #w-node-_8b93bd49-a3da-8b54-1a6b-478252771dc5-93a6a9c5, #w-node-b68aa52b-df8b-8b87-3067-820625cd824e-93a6a9c5, #w-node-c013046f-32ce-0bc7-746e-cbaab0c98630-93a6a9c5 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: stretch;
}

#w-node-a8872f6e-e4d4-743c-36ce-34dd94b744db-c82a9465 {
  grid-area: 1 / 1 / 2 / 13;
  align-self: center;
}

#w-node-a8872f6e-e4d4-743c-36ce-34dd94b744dc-c82a9465 {
  grid-area: 1 / 1 / 2 / 7;
  align-self: center;
}

#w-node-a8872f6e-e4d4-743c-36ce-34dd94b744f7-c82a9465 {
  grid-area: 1 / 7 / 2 / 13;
  place-self: center stretch;
}

#w-node-_0a1b6174-a328-1a9b-4c84-61999bd7845f-c82a9465, #w-node-_0a1b6174-a328-1a9b-4c84-61999bd78462-c82a9465, #w-node-_0a1b6174-a328-1a9b-4c84-61999bd78465-c82a9465, #w-node-_0a1b6174-a328-1a9b-4c84-61999bd78468-c82a9465 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-e934282c-581d-f3a0-77e9-b56ec799b368-c82a9465 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e934282c-581d-f3a0-77e9-b56ec799b370-c82a9465 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-e934282c-581d-f3a0-77e9-b56ec799b377-c82a9465, #w-node-_7ba42005-3a0c-44e8-e867-a03af803382c-c82a9465 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_587b47fa-e390-7eff-d5ce-68052b022c7e-c82a9465, #w-node-_587b47fa-e390-7eff-d5ce-68052b022c8f-c82a9465, #w-node-_587b47fa-e390-7eff-d5ce-68052b022ca0-c82a9465, #w-node-_587b47fa-e390-7eff-d5ce-68052b022cb1-c82a9465, #w-node-_587b47fa-e390-7eff-d5ce-68052b022cc2-c82a9465, #w-node-_587b47fa-e390-7eff-d5ce-68052b022cd3-c82a9465, #w-node-_587b47fa-e390-7eff-d5ce-68052b022ce4-c82a9465, #w-node-_587b47fa-e390-7eff-d5ce-68052b022cf5-c82a9465, #w-node-_587b47fa-e390-7eff-d5ce-68052b022d06-c82a9465, #w-node-f7d7d017-fe40-8f48-e13f-3e2d9e7e680c-fb607aba, #w-node-c4f5112e-6cce-3f53-2898-da8b957a66d7-fb607aba, #w-node-_158b427c-40db-36e7-3af1-e461749ebfb3-fb607aba, #w-node-_3c447f4c-c510-1643-7c2a-b5ecd13d8054-fb607aba, #w-node-e760188a-34fd-25f4-9761-a0a88a0a6b96-fb607aba, #w-node-_3e7ee1b6-9623-abca-1d93-6220b324e0a6-fb607aba, #w-node-_8b93bd49-a3da-8b54-1a6b-478252771dc5-fb607aba, #w-node-b68aa52b-df8b-8b87-3067-820625cd824e-fb607aba, #w-node-c013046f-32ce-0bc7-746e-cbaab0c98630-fb607aba {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: stretch;
}

#w-node-_467ab928-6d5f-e581-4f09-3a57f74f27e0-f21c3211 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_467ab928-6d5f-e581-4f09-3a57f74f27f8-f21c3211 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_10bccb6f-2458-a651-5a6c-bcf6ea1c427f-821a0258, #w-node-_10bccb6f-2458-a651-5a6c-bcf6ea1c4287-821a0258 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e13843fd-ae97-c52b-c034-d5ced2a636c8-f2746a57, #w-node-e13843fd-ae97-c52b-c034-d5ced2a636d0-f2746a57 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

@media screen and (min-width: 1440px) {
  #w-node-a8872f6e-e4d4-743c-36ce-34dd94b744db-9a8f69b1, #w-node-a8872f6e-e4d4-743c-36ce-34dd94b744db-c82a9465 {
    grid-area: 1 / 1 / 2 / 13;
    align-self: center;
  }
}

@media screen and (max-width: 991px) {
  #w-node-a8872f6e-e4d4-743c-36ce-34dd94b744db-9a8f69b1 {
    grid-column-end: 3;
  }

  #w-node-a8872f6e-e4d4-743c-36ce-34dd94b744dc-9a8f69b1 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-a8872f6e-e4d4-743c-36ce-34dd94b744f7-9a8f69b1 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_587b47fa-e390-7eff-d5ce-68052b022c7e-9a8f69b1, #w-node-_587b47fa-e390-7eff-d5ce-68052b022c8f-9a8f69b1, #w-node-_587b47fa-e390-7eff-d5ce-68052b022ca0-9a8f69b1, #w-node-_587b47fa-e390-7eff-d5ce-68052b022cb1-9a8f69b1, #w-node-_587b47fa-e390-7eff-d5ce-68052b022cc2-9a8f69b1, #w-node-_587b47fa-e390-7eff-d5ce-68052b022cd3-9a8f69b1, #w-node-_587b47fa-e390-7eff-d5ce-68052b022ce4-9a8f69b1, #w-node-_587b47fa-e390-7eff-d5ce-68052b022cf5-9a8f69b1, #w-node-_587b47fa-e390-7eff-d5ce-68052b022d06-9a8f69b1, #w-node-f7d7d017-fe40-8f48-e13f-3e2d9e7e680c-93a6a9c5, #w-node-c4f5112e-6cce-3f53-2898-da8b957a66d7-93a6a9c5, #w-node-_158b427c-40db-36e7-3af1-e461749ebfb3-93a6a9c5, #w-node-_3c447f4c-c510-1643-7c2a-b5ecd13d8054-93a6a9c5, #w-node-e760188a-34fd-25f4-9761-a0a88a0a6b96-93a6a9c5, #w-node-_3e7ee1b6-9623-abca-1d93-6220b324e0a6-93a6a9c5, #w-node-_8b93bd49-a3da-8b54-1a6b-478252771dc5-93a6a9c5, #w-node-b68aa52b-df8b-8b87-3067-820625cd824e-93a6a9c5, #w-node-c013046f-32ce-0bc7-746e-cbaab0c98630-93a6a9c5 {
    grid-column: 1 / 3;
  }

  #w-node-a8872f6e-e4d4-743c-36ce-34dd94b744db-c82a9465 {
    grid-column-end: 3;
  }

  #w-node-a8872f6e-e4d4-743c-36ce-34dd94b744dc-c82a9465 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-a8872f6e-e4d4-743c-36ce-34dd94b744f7-c82a9465 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_587b47fa-e390-7eff-d5ce-68052b022c7e-c82a9465, #w-node-_587b47fa-e390-7eff-d5ce-68052b022c8f-c82a9465, #w-node-_587b47fa-e390-7eff-d5ce-68052b022ca0-c82a9465, #w-node-_587b47fa-e390-7eff-d5ce-68052b022cb1-c82a9465, #w-node-_587b47fa-e390-7eff-d5ce-68052b022cc2-c82a9465, #w-node-_587b47fa-e390-7eff-d5ce-68052b022cd3-c82a9465, #w-node-_587b47fa-e390-7eff-d5ce-68052b022ce4-c82a9465, #w-node-_587b47fa-e390-7eff-d5ce-68052b022cf5-c82a9465, #w-node-_587b47fa-e390-7eff-d5ce-68052b022d06-c82a9465, #w-node-f7d7d017-fe40-8f48-e13f-3e2d9e7e680c-fb607aba, #w-node-c4f5112e-6cce-3f53-2898-da8b957a66d7-fb607aba, #w-node-_158b427c-40db-36e7-3af1-e461749ebfb3-fb607aba, #w-node-_3c447f4c-c510-1643-7c2a-b5ecd13d8054-fb607aba, #w-node-e760188a-34fd-25f4-9761-a0a88a0a6b96-fb607aba, #w-node-_3e7ee1b6-9623-abca-1d93-6220b324e0a6-fb607aba, #w-node-_8b93bd49-a3da-8b54-1a6b-478252771dc5-fb607aba, #w-node-b68aa52b-df8b-8b87-3067-820625cd824e-fb607aba, #w-node-c013046f-32ce-0bc7-746e-cbaab0c98630-fb607aba {
    grid-column: 1 / 3;
  }
}

@media screen and (max-width: 479px) {
  #w-node-a8872f6e-e4d4-743c-36ce-34dd94b744dc-9a8f69b1, #w-node-a8872f6e-e4d4-743c-36ce-34dd94b744dc-c82a9465 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_467ab928-6d5f-e581-4f09-3a57f74f27e0-f21c3211, #w-node-_10bccb6f-2458-a651-5a6c-bcf6ea1c427f-821a0258, #w-node-_10bccb6f-2458-a651-5a6c-bcf6ea1c4287-821a0258, #w-node-e13843fd-ae97-c52b-c034-d5ced2a636c8-f2746a57, #w-node-e13843fd-ae97-c52b-c034-d5ced2a636d0-f2746a57 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


