body {
  margin: 0;
  padding: 0;
  background-image: url("/assets/hero-1.webp");
  background-color: #015687;
  background-size: contain;
  background-position: 12px -36px;
  background-repeat: no-repeat;
  background-attachment: fixed;
  height: 100vh;
}

header {
  display: flex;
  justify-content: start;
  align-items: center;
  padding: 1rem 1.25rem;
}

header > img {
  width: 120px;
}

.hero-text {
  display: none;
}

.container {
  width: 100vw;
  height: calc(99vh - 102.63px);
  display: flex;
  justify-content: center;
  align-items: center;
}

.blank-right {
  display: none;
}

typebot-standard {
  background-color: #015687;
}

footer {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.5rem 2rem 0.25rem;
}

footer a {
  font-family: Arial, Helvetica, sans-serif;
  font-size: small;
  font-weight: 100;
  color: #fff;
  text-decoration: none;
}

@media screen and (min-width: 768px) {
  body {
    background-position: 42px -72px;
  }
}

@media screen and (min-width: 1024px) {
  body {
    background-image: url("assets/hero-0.png");
    /* background-size: cover; */
    background-color: #015581;
    background-position: top -150px left 250px;
  }

  header > img {
    width: 180px;
  }

  .hero-text {
    display: inline-block;
    margin: 0;
    padding: 0;
    margin-left: 7rem;
    width: 260px;
  }

  .container {
    width: 99%;
    height: calc(99vh - 134px);
    justify-content: space-between;
    gap: 1rem;
  }

  typebot-standard {
    width: 840px;
    background-color: #015581;
  }

  .blank-right {
    display: block;
    flex-grow: 1;
    background-image: url("/assets/iot-com-1.jpg");
  }
}
