.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.hero-section {
  height: 100%;
  padding-top: 0;
  padding-bottom: 150px;
  position: relative;
  overflow: hidden;
}

.container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
}

.div-block {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #ffffff26;
  border-radius: 15px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  padding: 50px 80px;
  display: flex;
}

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

.hero-email {
  color: #000;
  background-image: linear-gradient(#ffe100, #ffe100);
  border-radius: 15px;
  margin-bottom: 10px;
  padding: 2px 10px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
}

.hero-title-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.heading {
  color: #000;
  margin-top: 0;
  font-family: Varela, sans-serif;
  font-size: 50px;
  line-height: 1.2em;
}

.image {
  width: 45px;
  height: 44px;
}

.hero-description {
  text-align: center;
  margin-bottom: 30px;
  font-family: Varela Round, sans-serif;
  font-size: 14px;
  line-height: 1.4em;
}

.hero-description.bottom-address {
  margin-top: 30px;
  font-family: Open Sans, sans-serif;
  font-weight: 600;
}

.hero-image {
  object-fit: cover;
  border-radius: 15px;
  height: 470px;
  margin-bottom: 30px;
}

.hero-bottom {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.link-block {
  display: flex;
}

.button-black {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #000;
  border: 0 solid #000;
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  padding: 12px 20px;
  text-decoration: none;
  transition: all .2s ease-in-out;
  display: flex;
}

.button-black:hover {
  color: #000;
  background-color: #006aff;
  border: 0 dotted #000;
}

.image-2 {
  width: 16px;
  height: 16px;
}

.text-block {
  color: #fff;
  font-family: Open Sans, sans-serif;
  font-size: 15px;
  font-weight: 400;
  text-decoration: none;
}

.text-block:hover {
  color: #fff;
}

.div-block-2 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex: 0 auto;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.marquee-item {
  z-index: -1;
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  display: flex;
  position: absolute;
  inset: 40% 0% auto;
}

.marquee-list.two {
  grid-column-gap: 150px;
  grid-row-gap: 150px;
  flex: none;
  display: flex;
}

.marquee-title {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Varela, sans-serif;
  font-size: 140px;
}

.body {
  height: auto;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

@media screen and (max-width: 991px) {
  .marquee-item {
    top: 40%;
  }

  .body {
    height: auto;
  }
}

@media screen and (max-width: 767px) {
  .heading {
    font-size: 40px;
  }

  .hero-description {
    font-size: 12px;
  }

  .hero-image {
    object-fit: cover;
  }

  .hero-bottom {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column;
  }

  .body {
    height: auto;
  }
}

@media screen and (max-width: 479px) {
  .div-block.hero-content {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    padding: 30px 15px;
  }

  .hero-image {
    object-fit: cover;
    max-width: 100%;
    height: 400px;
  }

  .hero-bottom {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
  }

  .button-black {
    padding-left: 15px;
    padding-right: 15px;
  }
}
