:root {
  --azul-sircom: #005aa9;
  --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: 80px;
  display: flex;
}

.nav-link-2 {
  padding: 0 0 0 40px;
  font-family: Raleway, sans-serif;
  font-size: 16px;
}

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

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

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

.hero-section {
  background-color: #969696;
  background-image: linear-gradient(rgba(0, 0, 0, .68), rgba(0, 0, 0, .68)), url('../images/walkie-talkie-motorola-costa-rica-venta-por-mayor_1.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  align-items: center;
  max-width: 100vw;
  height: 85vh;
  min-height: auto;
  max-height: none;
  padding: 9vh 9vw;
  font-weight: 700;
  display: flex;
  overflow: hidden;
}

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

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

.heading-5 {
  color: #fff;
  font-size: 26px;
  font-weight: 300;
  line-height: 32px;
}

.cta-button-2 {
  background-color: var(--azul-sircom);
  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: #003b6f;
}

.html-embed {
  background-color: rgba(239, 239, 239, 0);
  border-radius: 50px;
  min-width: 100%;
  margin-top: 0;
}

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

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

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

.container.bkg-violeta {
  background-color: rgba(0, 90, 169, .08);
}

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

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

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

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

.paragraph-2.align-center {
  color: #3b3838;
  text-align: left;
  font-weight: 300;
}

.icon-div-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 0;
  display: flex;
}

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

.image-13 {
  height: auto;
}

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

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

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

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

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

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

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

.productos-div {
  box-shadow: none;
  background-color: rgba(255, 255, 255, .66);
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 12px 20px;
  display: flex;
}

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

.empresas-cont {
  flex-direction: column;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  padding-top: 15vh;
  display: flex;
}

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

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

.bold-text-2 {
  line-height: 25px;
}

.paragraph-8 {
  width: auto;
  font-size: 16px;
  font-weight: 400;
}

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

.link-block {
  width: auto;
  display: block;
}

.link-block:hover {
  font-weight: 700;
}

.link-block.w--current {
  width: 15%;
}

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

.paragraph-7 {
  color: #3b3838;
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}

.paragraph-7:hover {
  font-weight: 700;
}

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

.link {
  color: #3b3838;
  text-decoration: none;
}

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

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

.heading-9 {
  color: #3b3838;
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 35px;
  line-height: 40px;
}

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

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

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

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

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

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

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

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

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

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

  .grid-2 {
    justify-items: stretch;
  }

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

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

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

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

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

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

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

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

  .productos-descripcion {
    font-size: 18px;
    line-height: 24px;
  }

  .productos-nombres {
    font-size: 26px;
  }

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

  .link-block {
    width: auto;
  }

  .link-block.w--current {
    width: 12%;
  }

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

  .whatsapp-button {
    padding: 20px;
  }

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

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

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

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

  .hero-section {
    background-image: linear-gradient(rgba(0, 0, 0, .68), rgba(0, 0, 0, .68)), url('../images/walkie-talkie-motorola-costa-rica-venta-por-mayor_1.webp');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    padding: 9vh 9vw;
  }

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

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

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

  .icons-grid-2 {
    grid-column-gap: 50px;
  }

  .container {
    width: 100%;
  }

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

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

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

  .heading-6 {
    font-size: 32px;
    font-weight: 700;
    line-height: 40px;
  }

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

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

  .productos-descripcion {
    font-size: 20px;
    line-height: 28px;
  }

  .productos-nombres {
    font-size: 30px;
  }

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

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

  .paragraph-7 {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 30px;
  }

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

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

  .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-left: 0;
    line-height: 26px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .link-block {
    width: auto;
  }

  .link-block.w--current {
    width: 20%;
  }

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

  .image-17 {
    max-width: 70%;
    margin-bottom: 0;
  }

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

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

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

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

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

@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%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .paragraph-8 {
    font-size: 14px;
  }

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

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

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

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

@media screen and (max-width: 479px) {
  .menu-button {
    width: 50%;
  }

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

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

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

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

  .html-embed {
    margin-top: -10px;
    margin-bottom: 0;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .link-block {
    text-align: left;
    width: auto;
  }

  .link-block.w--current {
    width: 40%;
  }

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

  .link-block-4 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .image-17 {
    flex: 0 auto;
    order: -1;
    align-self: flex-start;
    max-width: 35%;
  }

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

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

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

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

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

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

  .whatsapp-logo {
    width: 40px;
  }

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

#w-node-_459c8eae-c14f-ec24-cdd9-0c3e33275cab-f4a680e2, #w-node-_459c8eae-c14f-ec24-cdd9-0c3e33275cac-f4a680e2, #w-node-_459c8eae-c14f-ec24-cdd9-0c3e33275cae-f4a680e2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_99620eac-b9bc-129f-bb47-1a3bd2e0a7b0-f4a680e2 {
  justify-self: stretch;
}

#w-node-_77531312-f24f-6e9b-9a6c-8961b24a1cfe-f4a680e2, #w-node-_85b5401b-7ecf-46e8-95dd-27c688966105-f4a680e2, #w-node-_54d7ff01-967a-b29b-c209-b2ee88a71d95-f4a680e2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
  justify-self: center;
}

#w-node-_644d41d1-5f88-bf9c-adec-3719f12c155d-f4a680e2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-_644d41d1-5f88-bf9c-adec-3719f12c1572-f4a680e2 {
  align-self: center;
}

#w-node-adf371ff-fbd1-b020-fe65-40d4191a98a4-f4a680e2, #w-node-_441fa490-22a6-0602-d19f-460896f2bd01-f4a680e2 {
  justify-self: center;
}

#w-node-_0a65309b-0bca-ad42-b887-291484502b9a-f4a680e2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-_0a65309b-0bca-ad42-b887-291484502ba7-f4a680e2 {
  align-self: center;
}

#w-node-c4fcef7d-ef19-b164-4ada-dc927955e553-f4a680e2 {
  align-self: center;
  justify-self: start;
}

#w-node-c4fcef7d-ef19-b164-4ada-dc927955e543-f4a680e2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-_248f7335-e866-5c0b-e1d9-825884737e0b-f4a680e2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_248f7335-e866-5c0b-e1d9-825884737e10-f4a680e2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_248f7335-e866-5c0b-e1d9-825884737e0b-13c39fdf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_248f7335-e866-5c0b-e1d9-825884737e10-13c39fdf {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

@media screen and (min-width: 1920px) {
  #w-node-_644d41d1-5f88-bf9c-adec-3719f12c1572-f4a680e2, #w-node-_0a65309b-0bca-ad42-b887-291484502ba7-f4a680e2, #w-node-c4fcef7d-ef19-b164-4ada-dc927955e553-f4a680e2 {
    justify-self: end;
  }

  #w-node-_248f7335-e866-5c0b-e1d9-825884737e0b-f4a680e2, #w-node-_248f7335-e866-5c0b-e1d9-825884737e0b-13c39fdf {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (min-width: 1440px) {
  #w-node-_99620eac-b9bc-129f-bb47-1a3bd2e0a7b0-f4a680e2 {
    justify-self: stretch;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_459c8eae-c14f-ec24-cdd9-0c3e33275cab-f4a680e2 {
    align-self: center;
    justify-self: center;
  }

  #w-node-_644d41d1-5f88-bf9c-adec-3719f12c1572-f4a680e2 {
    justify-self: center;
  }

  #w-node-dab47ea7-f1d0-95f9-4ec9-29ff8fe42113-f4a680e2, #w-node-adf371ff-fbd1-b020-fe65-40d4191a98a4-f4a680e2, #w-node-_441fa490-22a6-0602-d19f-460896f2bd01-f4a680e2, #w-node-_3413475a-b734-25ad-3292-4b3ca4bc89bf-f4a680e2, #w-node-d873c77c-4980-b79c-6f60-a874aace2089-f4a680e2, #w-node-_9d0a0064-3747-7c04-1ef9-7d73f4f08ae3-f4a680e2, #w-node-_7c9f31e3-f565-6d5f-b144-38da9e9d5c71-f4a680e2, #w-node-_7c9f31e3-f565-6d5f-b144-38da9e9d5c77-f4a680e2, #w-node-_7c9f31e3-f565-6d5f-b144-38da9e9d5c7d-f4a680e2 {
    align-self: center;
    justify-self: center;
  }

  #w-node-_0a65309b-0bca-ad42-b887-291484502ba7-f4a680e2, #w-node-c4fcef7d-ef19-b164-4ada-dc927955e553-f4a680e2 {
    justify-self: center;
  }

  #w-node-_248f7335-e866-5c0b-e1d9-825884737e0b-f4a680e2 {
    align-self: center;
    justify-self: center;
  }

  #w-node-_248f7335-e866-5c0b-e1d9-825884737e10-f4a680e2 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-_248f7335-e866-5c0b-e1d9-825884737e0b-13c39fdf {
    align-self: center;
    justify-self: center;
  }

  #w-node-_248f7335-e866-5c0b-e1d9-825884737e10-13c39fdf {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_248f7335-e866-5c0b-e1d9-825884737e0b-f4a680e2 {
    align-self: auto;
    justify-self: auto;
  }

  #w-node-_248f7335-e866-5c0b-e1d9-825884737e10-f4a680e2 {
    justify-self: stretch;
  }

  #w-node-_248f7335-e866-5c0b-e1d9-825884737e0b-13c39fdf {
    align-self: auto;
    justify-self: auto;
  }

  #w-node-_248f7335-e866-5c0b-e1d9-825884737e10-13c39fdf {
    justify-self: stretch;
  }
}


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