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

.heading {
  font-size: 15px;
}

.button {
  margin-left: 20px;
}

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

.container {
  max-width: 600px;
}

.heading-3 {
  color: #3ba9ee;
  text-align: center;
  -webkit-text-stroke-color: #3299dd;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 50px;
  line-height: 60px;
  display: flex;
}

.heading-4 {
  font-size: 18px;
  font-weight: 400;
}

.heading-5 {
  font-size: 16px;
  font-weight: 400;
}

.image {
  outline-offset: 0px;
  outline: 3px #333;
  display: inline-block;
  position: static;
}

.div-block {
  text-align: left;
  justify-content: center;
  margin-top: 40px;
  display: flex;
  position: static;
}

.paragraph-2 {
  text-align: center;
  margin-bottom: 40px;
  padding-top: 0;
  font-size: 12px;
}

.button-2 {
  justify-content: center;
  margin: 40px 20%;
  font-size: 18px;
  line-height: 40px;
  display: flex;
}

.paragraph-3 {
  text-align: center;
  margin-bottom: 40px;
  font-size: 10px;
}

.image-2 {
  max-width: 30px;
  display: inline-block;
}

.div-block-2 {
  justify-content: center;
  align-items: flex-start;
  margin-top: 20px;
  display: flex;
}

.paragraph-4 {
  font-size: 16px;
  line-height: 30px;
}

.paragraph-5, .paragraph-6, .paragraph-7 {
  font-size: 15px;
  line-height: 22px;
}

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

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

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

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

.background-video {
  aspect-ratio: auto;
  object-fit: none;
  border-style: none;
  border-width: 0;
  border-radius: 20px;
  overflow: visible;
}

.div-block-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  aspect-ratio: auto;
  text-align: left;
  object-fit: fill;
  border: 1px #4d7eb9;
  border-radius: 0;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin: 40px auto;
  display: block;
}

.div-block-4 {
  justify-content: center;
  display: flex;
}

@media screen and (max-width: 479px) {
  .body {
    margin-left: 10px;
    margin-right: 10px;
  }

  .paragraph {
    margin-top: 10px;
  }

  .heading-3 {
    font-size: 40px;
    line-height: 50px;
  }

  .heading-4 {
    line-height: 28px;
  }

  .background-video {
    max-height: 350px;
    max-width: 350px;
    aspect-ratio: auto;
    object-fit: fill;
    justify-content: flex-start;
    align-items: stretch;
    display: block;
    position: relative;
    overflow: scroll;
  }

  .div-block-3 {
    object-fit: fill;
    overflow: visible;
  }
}


