:root {
  --azul: #1d6dde;
  --white: white;
  --black: black;
}

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

.navbar {
  z-index: 100000;
  background-color: #fff;
  justify-content: flex-start;
  align-items: center;
  padding: 3vh 9vw;
  display: block;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .28);
}

.brand {
  width: 18%;
}

.image {
  height: auto;
}

.nav-menu-3 {
  text-align: right;
  justify-content: flex-end;
  align-items: center;
  width: auto;
  height: 60px;
  display: flex;
}

.nav-link-2 {
  padding: 0 0 0 40px;
  font-size: 16px;
}

.nav-link-2:hover {
  color: var(--azul);
}

.nav-link-2.w--current {
  color: var(--azul);
  font-weight: 700;
}

.body {
  font-family: Poppins, sans-serif;
}

.cta-button-2 {
  background-color: var(--azul);
  box-shadow: none;
  text-align: center;
  border-radius: 0;
  min-width: 200px;
  margin-top: auto;
  margin-bottom: auto;
  padding: 12px 20px;
  font-size: 16px;
  font-weight: 400;
}

.cta-button-2:hover {
  background-color: #144c9d;
}

.h1-2 {
  color: #fff;
  margin-top: 0;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
}

.div-block-29 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.image-25 {
  align-self: center;
  max-width: 50%;
  height: auto;
}

.heading-5 {
  color: #fff;
  font-family: Poppins, sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 28px;
}

.html-embed-3 {
  background-color: rgba(237, 237, 237, 0);
  width: 100%;
  margin-top: -15px;
  font-weight: 300;
}

.grid-2 {
  grid-column-gap: 21px;
  grid-template-rows: auto;
  align-items: center;
  justify-items: stretch;
  margin-top: 0;
  margin-bottom: 0;
}

.hero-section {
  background-color: #969696;
  background-image: linear-gradient(rgba(0, 0, 0, .68), rgba(0, 0, 0, .68)), url('../images/equipos-de--radiocomunicacion-Motorola-Solutions-Colombia.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  align-items: center;
  height: 85vh;
  min-height: auto;
  max-height: none;
  padding: 9vh 9vw;
  font-weight: 700;
  display: flex;
}

.container {
  color: #1b1b1b;
  flex-direction: column;
  align-items: center;
  padding: 12vh 9vw;
  display: flex;
}

.container.bkg-violeta {
  background-color: rgba(29, 109, 222, .15);
  justify-content: flex-start;
  align-items: center;
}

.container.footer {
  background-color: #222831;
  padding-bottom: 5vh;
}

.container.gracias {
  justify-content: center;
  align-items: center;
  min-height: 80vh;
}

.div-block-6 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  border: 1px #d3d3d3;
  border-radius: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: flex-end;
  align-items: start;
  margin-bottom: 20px;
  padding: 0;
  display: grid;
}

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

.image-26 {
  max-width: 50%;
  height: auto;
}

.heading-6 {
  color: #3b3838;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 26px;
  line-height: 32px;
}

.text-span-26 {
  color: #3b3838;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
}

.cta-button-4 {
  background-color: var(--azul);
  box-shadow: none;
  text-align: center;
  border-radius: 0;
  min-width: 200px;
  margin-top: auto;
  margin-bottom: auto;
  padding: 12px 20px;
  font-size: 16px;
  font-weight: 400;
}

.cta-button-4:hover {
  background-color: #003b6f;
}

.image-27 {
  border-radius: 10px;
  height: auto;
}

.icons-grid-2 {
  grid-column-gap: 42px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-self: flex-start;
  align-items: start;
  margin-bottom: 20px;
}

.icon-div-2 {
  background-color: rgba(29, 109, 222, .15);
  border-radius: 15px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 25px;
  display: flex;
}

.icon-img {
  align-self: center;
  width: 40%;
  height: auto;
  margin-right: 0;
}

.heading-7 {
  color: #3b3838;
  text-align: left;
  margin-top: 10px;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

.paragraph-2 {
  color: #3b3838;
  text-align: left;
  font-size: 16px;
  font-weight: 400;
}

.paragraph-2.align-center {
  color: #3b3838;
  text-align: left;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 300;
}

.cta-button-5 {
  box-shadow: none;
  text-align: center;
  background-color: #1d6dde;
  border-radius: 0;
  min-width: 200px;
  margin-top: auto;
  margin-bottom: auto;
  padding: 12px 20px;
  font-size: 16px;
  font-weight: 400;
}

.cta-button-5:hover {
  background-color: #003b6f;
}

.productos-descripcion {
  color: #3b3838;
  text-align: left;
  width: 100%;
  margin-bottom: 12px;
  font-size: 16px;
  font-weight: 300;
  line-height: 150%;
}

.productos-img {
  text-align: center;
  border: 1px #000;
  border-radius: 12px;
  flex: none;
  height: auto;
}

.cta-button-6 {
  background-color: var(--azul);
  box-shadow: none;
  text-align: center;
  border-radius: 20px;
  min-width: 200px;
  margin-top: auto;
  margin-bottom: auto;
  padding: 12px 20px;
  font-size: 16px;
  font-weight: 400;
}

.cta-button-6:hover {
  background-color: #003b6f;
}

.div-block-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template: "."
  / 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 20px;
  margin-bottom: 20px;
  display: grid;
}

.empresas-cont {
  aspect-ratio: auto;
  flex-direction: column;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: flex-start;
  max-width: 100%;
  padding-top: 16vh;
  display: flex;
}

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

.productos-nombres {
  color: var(--azul);
  text-align: left;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 4px;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.3;
}

.productos-div {
  background-color: #fff;
  border-radius: 15px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 12px 20px;
  display: flex;
  box-shadow: 1px 1px 12px -2px rgba(0, 0, 0, .25);
}

.heading-8 {
  color: #3b3838;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 26px;
  line-height: 32px;
}

.heading-8.align-center {
  margin-bottom: 10px;
}

.div-block-42 {
  flex-flow: column;
  align-items: center;
  display: flex;
}

.heading-9 {
  margin-top: 20px;
  font-size: 28px;
  line-height: 35px;
}

.heading-9.center {
  text-align: center;
}

.empresas-cont-2 {
  flex-direction: column;
  align-self: center;
  align-items: center;
  display: flex;
}

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

.heading-10 {
  color: #3b3838;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 26px;
  line-height: 32px;
}

.heading-10.align-center {
  text-align: center;
}

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

.div-block-26 {
  min-width: 60%;
}

.div-block-20 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  justify-items: stretch;
  width: 100%;
  display: grid;
}

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

.nav-data-3 {
  color: #fff;
  text-align: left;
  width: auto;
  font-size: 16px;
  font-weight: 300;
  line-height: 180%;
}

.div-block-27 {
  max-width: 100%;
}

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

.whatsapp-button {
  z-index: 4;
  background-color: #0bb346;
  border-radius: 150px;
  justify-content: center;
  align-items: center;
  padding: 20px 18px 20px 20px;
  display: flex;
  position: fixed;
  top: auto;
  bottom: 5vh;
  left: auto;
  right: 1vw;
  box-shadow: 1px 1px 5px -1px rgba(71, 71, 71, .7);
}

.whatsapp-logo {
  width: 50px;
  height: auto;
}

.text-span-29 {
  line-height: 45px;
}

.link, .link-2 {
  color: #fff;
  text-decoration: none;
}

@media screen and (min-width: 1440px) {
  .image {
    max-width: 80%;
  }

  .nav-link-2 {
    padding-left: 40px;
    font-size: 16px;
  }

  .cta-button-2 {
    font-size: 18px;
  }

  .h1-2 {
    font-size: 45px;
    line-height: 48px;
  }

  .image-25 {
    max-width: 40%;
    margin-left: 0;
    padding-left: 0;
  }

  .grid-2 {
    grid-column-gap: 119px;
    justify-items: stretch;
  }

  .hero-section {
    padding-top: 9vh;
    padding-bottom: 9vh;
  }

  .container {
    padding-top: 12vh;
    padding-bottom: 12vh;
  }

  .div-block-6 {
    align-self: flex-start;
  }

  .heading-6 {
    font-size: 28px;
    line-height: 34px;
  }

  .text-span-26 {
    font-size: 18px;
    font-weight: 300;
    line-height: 24px;
  }

  .cta-button-4 {
    font-size: 18px;
  }

  .icon-div-2 {
    padding-left: 25px;
    padding-right: 25px;
  }

  .heading-7 {
    font-size: 26px;
    line-height: 34px;
  }

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

  .cta-button-5 {
    font-size: 18px;
  }

  .productos-descripcion {
    font-size: 16px;
    line-height: 22px;
  }

  .cta-button-6 {
    font-size: 16px;
  }

  .productos-nombres {
    font-size: 22px;
    line-height: 28px;
  }

  .productos-div {
    flex-direction: column;
    justify-content: space-between;
    padding: 20px 40px;
    display: flex;
  }

  .heading-10.align-center {
    font-size: 28px;
    line-height: 34px;
  }

  .nav-data-3 {
    font-size: 18px;
  }

  .whatsapp-button {
    padding: 20px;
  }

  .text-span-29 {
    font-size: 40px;
    line-height: 45px;
  }
}

@media screen and (min-width: 1920px) {
  .image {
    max-width: 80%;
  }

  .nav-menu-3 {
    height: 80px;
  }

  .nav-link-2 {
    font-size: 18px;
    line-height: 50px;
  }

  .cta-button-2 {
    padding: 24px 40px;
    font-size: 22px;
  }

  .h1-2 {
    font-size: 60px;
  }

  .image-25 {
    align-self: center;
    padding-left: 0;
  }

  .heading-5 {
    font-size: 30px;
    line-height: 40px;
  }

  .hero-section {
    line-height: 45px;
  }

  .container {
    width: 100%;
  }

  .heading-6 {
    font-size: 35px;
    font-weight: 900;
    line-height: 42px;
  }

  .text-span-26 {
    font-size: 24px;
    font-weight: 300;
    line-height: 35px;
  }

  .cta-button-4 {
    padding: 24px 40px;
    font-size: 22px;
  }

  .icon-div-2 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .icon-img {
    width: 150px;
    height: 150px;
  }

  .heading-7 {
    font-size: 28px;
    line-height: 34px;
  }

  .paragraph-2 {
    font-size: 26px;
    line-height: 35px;
  }

  .paragraph-2.align-center {
    font-size: 18px;
    line-height: 28px;
  }

  .cta-button-5 {
    padding: 24px 40px;
    font-size: 22px;
  }

  .productos-descripcion {
    font-size: 22px;
    line-height: 34px;
  }

  .cta-button-6 {
    border-radius: 24px;
    padding: 16px 24px;
    font-size: 18px;
    line-height: 20px;
  }

  .productos-nombres {
    font-size: 32px;
    line-height: 40px;
  }

  .heading-8 {
    font-size: 35px;
    font-weight: 900;
    line-height: 42px;
  }

  .heading-9 {
    font-size: 35px;
    line-height: 45px;
  }

  .heading-9.center {
    font-size: 35px;
  }

  .heading-10 {
    font-size: 35px;
    font-weight: 900;
    line-height: 42px;
  }

  .heading-10.align-center {
    text-align: center;
    font-size: 35px;
    font-weight: 700;
    line-height: 40px;
  }

  .nav-data-3 {
    font-size: 26px;
  }

  .whatsapp-button {
    padding-left: 20px;
    padding-right: 20px;
  }

  .whatsapp-logo {
    width: 50px;
  }
}

@media screen and (max-width: 991px) {
  .navbar {
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .brand {
    width: 50%;
  }

  .image {
    max-width: 60%;
  }

  .menu-button {
    text-align: right;
    width: 100%;
    padding: 0;
  }

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

  .icon-3 {
    color: #202020;
    background-color: #fff;
    font-size: 35px;
  }

  .nav-menu-3 {
    background-color: #fff;
    width: 100%;
    height: auto;
    padding-left: 9vw;
  }

  .nav-link-2 {
    text-align: left;
    padding-bottom: 5px;
    padding-left: 0;
    line-height: 26px;
  }

  .h1-2 {
    text-align: center;
    font-size: 35px;
  }

  .image-25 {
    align-self: center;
    max-width: 30%;
  }

  .heading-5 {
    text-align: center;
    margin-top: 0;
    font-size: 18px;
    line-height: 26px;
  }

  .div-block-18 {
    flex-direction: column;
    align-items: center;
    margin-bottom: 10px;
    display: flex;
  }

  .grid-2 {
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
    align-self: flex-start;
  }

  .hero-section {
    height: auto;
    max-height: none;
    padding-top: 2vh;
    padding-left: 9vw;
    padding-right: 9vw;
  }

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

  .text-span-26 {
    font-weight: 300;
  }

  .image-27 {
    max-width: 80%;
  }

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

  .icon-div-2 {
    align-items: center;
  }

  .icon-img {
    width: 100px;
    height: 100px;
  }

  .heading-7 {
    width: 100%;
    font-size: 22px;
    line-height: 28px;
  }

  .productos-descripcion {
    padding-left: 0;
    padding-right: 0;
  }

  .productos-img {
    max-width: 50%;
  }

  .div-block-2 {
    grid-template-columns: 1fr;
    align-items: stretch;
    justify-items: stretch;
  }

  .image-23 {
    max-width: 90%;
  }

  .productos-div {
    align-items: center;
    padding-left: 30px;
    padding-right: 30px;
  }

  .image-24 {
    max-width: 90%;
  }

  .div-block-26 {
    min-width: 100%;
  }

  .div-block-20 {
    grid-template-columns: 1fr;
    justify-items: center;
  }

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

  .image-22 {
    max-width: none;
  }

  .nav-data-3 {
    text-align: center;
    width: 100%;
    font-size: 16px;
    line-height: 22px;
  }
}

@media screen and (max-width: 767px) {
  .navbar {
    position: -webkit-sticky;
    position: sticky;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .brand {
    padding-left: 0;
  }

  .image {
    max-width: 80%;
  }

  .h1-2 {
    font-size: 30px;
  }

  .image-25 {
    max-width: 30%;
  }

  .heading-5 {
    font-size: 18px;
    line-height: 24px;
  }

  .hero-section {
    padding-left: 9vw;
    padding-right: 40px;
  }

  .container.footer {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .heading-6 {
    font-size: 26px;
    line-height: 30px;
  }

  .text-span-26 {
    font-weight: 400;
  }

  .icons-grid-2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .icon-img {
    width: auto;
    max-width: 20%;
    height: auto;
  }

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

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

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

  .productos-img {
    max-width: 85%;
  }

  .div-block-2 {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .productos-div {
    align-items: center;
  }

  .heading-8.align-center {
    text-align: left;
  }

  .heading-9 {
    font-size: 26px;
    line-height: 30px;
  }

  .heading-10.align-center {
    text-align: center;
  }

  .nav-data-3 {
    text-align: center;
    margin-bottom: 10px;
    font-size: 16px;
  }

  .text-span-29 {
    line-height: 40px;
  }
}

@media screen and (max-width: 479px) {
  .navbar {
    padding-top: 2vh;
    padding-bottom: 2vh;
  }

  .image {
    max-width: 70%;
  }

  .menu-button {
    width: 50%;
  }

  .nav-menu-3 {
    order: 0;
    justify-content: flex-start;
    display: flex;
  }

  .cta-button-2 {
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .h1-2 {
    text-align: center;
    padding-left: 0;
    font-size: 30px;
    line-height: 1.1;
  }

  .image-25 {
    max-width: 60%;
  }

  .hero-section {
    max-height: none;
    padding: 2vh 16px 60px;
  }

  .container, .container.footer {
    align-items: center;
  }

  .image-26 {
    max-width: 80%;
  }

  .heading-6 {
    font-size: 26px;
    line-height: 32px;
  }

  .text-span-26 {
    font-size: 16px;
    line-height: 22px;
  }

  .cta-button-4 {
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-27 {
    max-width: 100%;
  }

  .icons-grid-2 {
    grid-row-gap: 32px;
    grid-template-columns: 1fr;
  }

  .icon-div-2 {
    padding-left: 25px;
    padding-right: 25px;
  }

  .icon-img {
    width: 40%;
    max-width: none;
    height: auto;
  }

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

  .cta-button-5 {
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .productos-descripcion {
    padding-left: 0;
    padding-right: 0;
  }

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

  .cta-button-6 {
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .productos-div {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-8 {
    font-size: 22px;
    line-height: 30px;
  }

  .heading-8.align-center {
    text-align: left;
    font-size: 26px;
  }

  .heading-9 {
    text-align: left;
  }

  .heading-10 {
    font-size: 22px;
    line-height: 30px;
  }

  .heading-10.align-center {
    text-align: center;
    font-size: 26px;
  }

  .div-block-20 {
    grid-template-columns: 1fr;
    align-self: center;
  }

  .image-22 {
    max-width: 100%;
  }

  .nav-data-3 {
    text-align: center;
    font-size: 16px;
  }

  .div-block-27 {
    overflow: hidden;
  }

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

  .whatsapp-button {
    padding: 9px 12px 12px;
  }

  .whatsapp-logo {
    width: 40px;
  }
}

#w-node-e2e40749-a19a-84ab-0a7e-59b4d3b10943-35847253, #w-node-e2e40749-a19a-84ab-0a7e-59b4d3b10944-35847253, #w-node-e2e40749-a19a-84ab-0a7e-59b4d3b1094a-35847253 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e2e40749-a19a-84ab-0a7e-59b4d3b10950-35847253 {
  justify-self: stretch;
}

#w-node-_738085e0-eb0b-7116-e7ea-c6f35db62872-35847253 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-_738085e0-eb0b-7116-e7ea-c6f35db62888-35847253 {
  align-self: center;
}

#w-node-_0fd50dd3-32a2-bc94-be1d-d3a769d58a75-35847253, #w-node-d8cdf436-022e-5e6d-987c-97fcf2a8b21e-35847253, #w-node-e564e1d9-5433-e616-7c83-8850c35e96a7-35847253 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
  justify-self: center;
}

#w-node-_343c2bd7-517e-fcf6-f05c-761fc4a6868a-35847253, #w-node-_343c2bd7-517e-fcf6-f05c-761fc4a68693-35847253, #w-node-_5b4ad7f3-0ee2-d141-962e-3e4f04e5790c-35847253, #w-node-_5b4ad7f3-0ee2-d141-962e-3e4f04e57915-35847253, #w-node-c98434a1-878c-56e6-8038-00cfb6eaf9aa-35847253, #w-node-_40517667-665d-69cc-8f77-2a95911d7b35-35847253 {
  justify-self: center;
}

#w-node-_9556511f-911a-c0e4-051b-c5f30053b86d-35847253 {
  align-self: center;
}

#w-node-_9556511f-911a-c0e4-051b-c5f30053b860-35847253 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-c113b33a-5be4-d680-ebd0-acb9d35665cb-35847253 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c113b33a-5be4-d680-ebd0-acb9d35665dc-35847253 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-c113b33a-5be4-d680-ebd0-acb9d35665cb-8cb2bbca {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c113b33a-5be4-d680-ebd0-acb9d35665dc-8cb2bbca {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

@media screen and (min-width: 1920px) {
  #w-node-_738085e0-eb0b-7116-e7ea-c6f35db62888-35847253, #w-node-_9556511f-911a-c0e4-051b-c5f30053b86d-35847253 {
    justify-self: end;
  }

  #w-node-c113b33a-5be4-d680-ebd0-acb9d35665cb-35847253, #w-node-c113b33a-5be4-d680-ebd0-acb9d35665cb-8cb2bbca {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 991px) {
  #w-node-e2e40749-a19a-84ab-0a7e-59b4d3b10943-35847253 {
    align-self: center;
    justify-self: center;
  }

  #w-node-_738085e0-eb0b-7116-e7ea-c6f35db62888-35847253 {
    justify-self: center;
  }

  #w-node-_343c2bd7-517e-fcf6-f05c-761fc4a68682-35847253 {
    align-self: center;
    justify-self: stretch;
  }

  #w-node-_343c2bd7-517e-fcf6-f05c-761fc4a6868a-35847253 {
    align-self: center;
    justify-self: center;
  }

  #w-node-_343c2bd7-517e-fcf6-f05c-761fc4a68693-35847253, #w-node-_5b4ad7f3-0ee2-d141-962e-3e4f04e57904-35847253, #w-node-_5b4ad7f3-0ee2-d141-962e-3e4f04e5790c-35847253 {
    align-self: center;
    justify-self: stretch;
  }

  #w-node-_5b4ad7f3-0ee2-d141-962e-3e4f04e57915-35847253 {
    align-self: center;
    justify-self: center;
  }

  #w-node-c98434a1-878c-56e6-8038-00cfb6eaf9a2-35847253, #w-node-c98434a1-878c-56e6-8038-00cfb6eaf9aa-35847253 {
    align-self: center;
    justify-self: stretch;
  }

  #w-node-_40517667-665d-69cc-8f77-2a95911d7b35-35847253 {
    align-self: center;
    justify-self: center;
  }

  #w-node-_9556511f-911a-c0e4-051b-c5f30053b86d-35847253 {
    justify-self: center;
  }

  #w-node-c113b33a-5be4-d680-ebd0-acb9d35665cb-35847253 {
    align-self: center;
    justify-self: center;
  }

  #w-node-c113b33a-5be4-d680-ebd0-acb9d35665dc-35847253 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-c113b33a-5be4-d680-ebd0-acb9d35665cb-8cb2bbca {
    align-self: center;
    justify-self: center;
  }

  #w-node-c113b33a-5be4-d680-ebd0-acb9d35665dc-8cb2bbca {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-c113b33a-5be4-d680-ebd0-acb9d35665cb-35847253 {
    align-self: auto;
    justify-self: auto;
  }

  #w-node-c113b33a-5be4-d680-ebd0-acb9d35665dc-35847253 {
    justify-self: stretch;
  }

  #w-node-c113b33a-5be4-d680-ebd0-acb9d35665cb-8cb2bbca {
    align-self: auto;
    justify-self: auto;
  }

  #w-node-c113b33a-5be4-d680-ebd0-acb9d35665dc-8cb2bbca {
    justify-self: stretch;
  }
}


@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}