:root {
  --azul: #0d5d91;
  --white: white;
  --amarillo: #ffd60f;
  --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: var(--azul);
  justify-content: flex-start;
  align-items: center;
  padding: 1.5vh 9vw;
  display: block;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .28);
}

.navbar.gracias {
  justify-content: center;
  align-items: center;
  display: flex;
}

.brand {
  width: 8%;
}

.image {
  height: auto;
}

.nav-menu-3 {
  text-align: right;
  justify-content: flex-end;
  align-items: center;
  width: auto;
  height: 80px;
  font-family: Montserrat, sans-serif;
  display: flex;
}

.nav-link-2 {
  color: var(--white);
  padding: 0 0 0 20px;
  font-family: Opensans, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.nav-link-2:hover {
  color: var(--amarillo);
  font-weight: 600;
}

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

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

.hero-section {
  background-color: #969696;
  background-image: linear-gradient(rgba(0, 0, 0, .68), rgba(0, 0, 0, .68)), url('../images/soluciones-moviles-para-hoteleria-mexicana.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;
}

.hero-section.gracias {
  background-color: #fff;
  background-image: none;
  background-size: auto;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}

.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-family: Opensans, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
}

.h1-2.gracias {
  color: var(--azul);
  text-align: center;
  font-size: 35px;
}

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

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

.cta-button-9:hover {
  background-color: var(--azul);
  color: var(--white);
}

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

.paragraph-2 {
  color: #000;
  text-align: left;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}

.icons-grid-2 {
  grid-column-gap: 20px;
  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: #fff;
  border-radius: 15px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 25px;
  display: flex;
}

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

.heading-7 {
  color: var(--azul);
  text-align: left;
  margin-top: 10px;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

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

.container.bkg-celeste {
  background-color: rgba(13, 93, 145, .12);
}

.container.footer {
  background-color: var(--azul);
  padding-bottom: 10vh;
}

.text-span {
  color: var(--azul);
  font-weight: 700;
}

.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-26 {
  color: #000;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
}

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

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

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

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

.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 {
  background-color: rgba(255, 255, 255, .09);
  border-radius: 15px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 12px 20px;
  display: flex;
}

.text-span-35 {
  color: #000;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
}

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

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

.heading-9.center {
  color: #000;
  text-align: center;
}

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

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

.productos-img {
  text-align: center;
  background-color: rgba(13, 93, 145, .23);
  border: 1px #000;
  border-radius: 12px;
  flex: none;
  order: -1;
  height: auto;
  padding: 18px;
}

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

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

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

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

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

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

.div-block-45 {
  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-38 {
  color: #000;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}

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

.image-30 {
  border-radius: 10px;
  max-width: 90%;
  height: auto;
}

.div-block-46 {
  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-40 {
  color: #000;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}

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

.html-embed-2 {
  border-radius: 15px;
}

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

.image-22 {
  max-width: 50%;
  height: auto;
  margin-bottom: 20px;
}

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

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

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

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

.heading-12.align-center {
  color: #000;
  text-align: center;
}

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

.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-41 {
  color: var(--black);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .image {
    max-width: 80%;
  }

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

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

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

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

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

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

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

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

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

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

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

  .container {
    width: 100%;
  }

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

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

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

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

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

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

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

  .heading-8.align-center {
    font-weight: 700;
  }

  .productos-nombres {
    flex: 1;
    order: 0;
    font-size: 32px;
    line-height: 40px;
  }

  .heading-10 {
    font-size: 40px;
    font-weight: 700;
    line-height: 46px;
  }

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

  .heading-11 {
    font-size: 40px;
    font-weight: 700;
    line-height: 46px;
  }

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

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

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

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

  .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 {
    justify-content: flex-start;
    align-items: center;
    width: 50%;
    display: flex;
  }

  .brand.w--current {
    justify-content: flex-start;
    align-items: center;
  }

  .image {
    max-width: 30%;
  }

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

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

  .icon-3 {
    background-color: var(--azul);
    color: #fff;
    font-size: 35px;
  }

  .nav-menu-3 {
    background-color: var(--azul);
    width: 100%;
    height: auto;
    padding-left: 9vw;
  }

  .nav-link-2 {
    text-align: left;
    padding-bottom: 5px;
    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;
  }

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

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

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

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

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

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

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

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

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

  .productos-img {
    flex: 1;
    align-self: flex-start;
    max-width: 50%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .text-span-35 {
    text-align: center;
    font-weight: 400;
  }

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

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

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

  .div-block-44 {
    align-items: stretch;
  }

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

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

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

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

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

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

@media screen and (max-width: 479px) {
  .brand {
    width: 80%;
  }

  .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-9 {
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
  }

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

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

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

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

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

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

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

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

  .text-span-35 {
    text-align: center;
    font-size: 16px;
    line-height: 22px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .html-embed-2 {
    border-radius: 15px;
    max-width: 100%;
    overflow: hidden;
  }

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

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

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

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

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

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

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

#w-node-b40958fd-b211-ab45-044a-74310f19429b-18d583ce, #w-node-b40958fd-b211-ab45-044a-74310f19429c-18d583ce, #w-node-b40958fd-b211-ab45-044a-74310f19429e-18d583ce {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b40958fd-b211-ab45-044a-74310f1942a2-18d583ce {
  justify-self: stretch;
}

#w-node-fcfd9659-c5fb-d045-d583-5c4b2f4eb6b3-18d583ce, #w-node-fcfd9659-c5fb-d045-d583-5c4b2f4eb6bc-18d583ce, #w-node-fcfd9659-c5fb-d045-d583-5c4b2f4eb6c4-18d583ce {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
  justify-self: center;
}

#w-node-ecf30b7d-28e2-d424-776c-2e8786be97e6-18d583ce {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-ecf30b7d-28e2-d424-776c-2e8786be97fa-18d583ce {
  align-self: center;
}

#w-node-_85212233-9140-0de8-9963-91c1db08908d-18d583ce, #w-node-_85212233-9140-0de8-9963-91c1db08909b-18d583ce, #w-node-_85212233-9140-0de8-9963-91c1db0890c3-18d583ce, #w-node-_85212233-9140-0de8-9963-91c1db0890cf-18d583ce, #w-node-_85212233-9140-0de8-9963-91c1db0890f7-18d583ce, #w-node-_85212233-9140-0de8-9963-91c1db089104-18d583ce {
  justify-self: center;
}

#w-node-eadd66b9-304d-c6a4-1d99-6007f73499cd-18d583ce {
  align-self: center;
}

#w-node-eadd66b9-304d-c6a4-1d99-6007f73499b6-18d583ce, #w-node-_00236e69-fd6e-00a0-252a-e11f01b155e5-18d583ce {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-_00236e69-fd6e-00a0-252a-e11f01b155e4-18d583ce {
  align-self: center;
  justify-self: end;
}

#w-node-_53d67b8a-d4e6-ba36-d911-697f5e5bd15e-18d583ce {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_53d67b8a-d4e6-ba36-d911-697f5e5bd171-18d583ce {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_862e7b5f-c481-f68d-1580-0218ff989e6a-4ee90f1c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_862e7b5f-c481-f68d-1580-0218ff989e7f-4ee90f1c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

@media screen and (min-width: 1920px) {
  #w-node-ecf30b7d-28e2-d424-776c-2e8786be97e6-18d583ce {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
    justify-self: center;
  }

  #w-node-ecf30b7d-28e2-d424-776c-2e8786be97fa-18d583ce {
    justify-self: end;
  }

  #w-node-_85212233-9140-0de8-9963-91c1db0890c3-18d583ce {
    align-self: stretch;
    justify-self: center;
  }

  #w-node-eadd66b9-304d-c6a4-1d99-6007f73499cd-18d583ce {
    justify-self: end;
  }

  #w-node-eadd66b9-304d-c6a4-1d99-6007f73499b6-18d583ce, #w-node-_00236e69-fd6e-00a0-252a-e11f01b155e5-18d583ce {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
    justify-self: center;
  }

  #w-node-_00236e69-fd6e-00a0-252a-e11f01b155e4-18d583ce {
    justify-self: end;
  }

  #w-node-_53d67b8a-d4e6-ba36-d911-697f5e5bd15e-18d583ce, #w-node-_862e7b5f-c481-f68d-1580-0218ff989e6a-4ee90f1c {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 991px) {
  #w-node-b40958fd-b211-ab45-044a-74310f19429b-18d583ce {
    align-self: center;
    justify-self: center;
  }

  #w-node-ecf30b7d-28e2-d424-776c-2e8786be97fa-18d583ce {
    justify-self: center;
  }

  #w-node-_85212233-9140-0de8-9963-91c1db089079-18d583ce {
    align-self: center;
    justify-self: stretch;
  }

  #w-node-_85212233-9140-0de8-9963-91c1db08908d-18d583ce {
    align-self: stretch;
    justify-self: stretch;
  }

  #w-node-_85212233-9140-0de8-9963-91c1db08909b-18d583ce, #w-node-_85212233-9140-0de8-9963-91c1db0890b5-18d583ce, #w-node-_85212233-9140-0de8-9963-91c1db0890c3-18d583ce, #w-node-_85212233-9140-0de8-9963-91c1db0890cf-18d583ce, #w-node-_85212233-9140-0de8-9963-91c1db0890ec-18d583ce, #w-node-_85212233-9140-0de8-9963-91c1db0890f7-18d583ce, #w-node-_85212233-9140-0de8-9963-91c1db089104-18d583ce {
    align-self: center;
    justify-self: stretch;
  }

  #w-node-eadd66b9-304d-c6a4-1d99-6007f73499cd-18d583ce, #w-node-_00236e69-fd6e-00a0-252a-e11f01b155e4-18d583ce {
    justify-self: center;
  }

  #w-node-_53d67b8a-d4e6-ba36-d911-697f5e5bd15e-18d583ce {
    align-self: center;
    justify-self: center;
  }

  #w-node-_53d67b8a-d4e6-ba36-d911-697f5e5bd171-18d583ce {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-_862e7b5f-c481-f68d-1580-0218ff989e6a-4ee90f1c {
    align-self: center;
    justify-self: center;
  }

  #w-node-_862e7b5f-c481-f68d-1580-0218ff989e7f-4ee90f1c {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_85212233-9140-0de8-9963-91c1db089079-18d583ce, #w-node-_85212233-9140-0de8-9963-91c1db08908d-18d583ce, #w-node-_85212233-9140-0de8-9963-91c1db0890ec-18d583ce {
    justify-self: stretch;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_53d67b8a-d4e6-ba36-d911-697f5e5bd15e-18d583ce {
    align-self: auto;
    justify-self: auto;
  }

  #w-node-_53d67b8a-d4e6-ba36-d911-697f5e5bd171-18d583ce {
    justify-self: stretch;
  }

  #w-node-_862e7b5f-c481-f68d-1580-0218ff989e6a-4ee90f1c {
    align-self: auto;
    justify-self: auto;
  }

  #w-node-_862e7b5f-c481-f68d-1580-0218ff989e7f-4ee90f1c {
    justify-self: stretch;
  }
}


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