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

a {
  text-decoration: underline;
}

strong {
  width: 50px;
  height: 50px;
  min-width: 50px;
  color: #000;
  text-transform: none;
  object-fit: fill;
  font-weight: 700;
}

.container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 159px;
  display: block;
}

.field-label {
  text-align: left;
  font-family: Lato, sans-serif;
}

.form {
  text-align: left;
  margin-left: 10px;
  margin-right: 10px;
}

.submit-button {
  text-align: left;
  background-color: #b3b3b3;
  font-family: Lato, sans-serif;
}

.form-block {
  text-align: center;
}

.text-block {
  color: #4e4e4e;
  text-align: center;
  font-family: Lato, sans-serif;
}

.link {
  color: #5a5a5a;
}

.image {
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
}

.container-2 {
  text-align: center;
  margin-top: 68px;
}

.div-block {
  background-color: rgba(0, 0, 0, 0);
}

.body {
  color: #000;
  background-color: #ff0;
  font-family: Varela, sans-serif;
  font-weight: 700;
}

.body:hover {
  color: #5f5e5e;
}

.text-block-2 {
  color: #333;
  text-align: center;
  padding-bottom: 0;
  font-family: Impact, Haettenschweiler, Franklin Gothic Bold, Charcoal, sans-serif;
  font-size: 37px;
  text-decoration: none;
}

.text-span {
  border: 1px solid #070000;
}

.link-block {
  text-align: center;
}

.link-class {
  color: #0c0000;
  text-align: center;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 32px;
  line-height: 60px;
  text-decoration: none;
}

.link-class:hover {
  color: #858484;
}

.container-3 {
  text-align: center;
}

@media screen and (max-width: 479px) {
  .container {
    margin-top: 131px;
    position: absolute;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .image {
    margin-top: 33px;
  }
}
