.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 {
  color: #ff8000;
  font-style: normal;
  font-weight: 400;
  text-decoration: none;
}

.body {
  text-align: center;
  background-color: #f2f2f2;
  flex-wrap: nowrap;
  display: block;
}

.container {
  text-align: center;
  margin-top: auto;
  margin-bottom: auto;
}

.image {
  width: 400px;
  text-align: center;
  margin-left: 5px;
  margin-right: auto;
  padding-left: 0;
}

.div-block {
  z-index: 5;
  text-align: center;
  font-family: Inter, sans-serif;
  font-style: normal;
  font-weight: 400;
  position: relative;
}

.link {
  color: #f80;
  font-weight: 700;
}

.container-2 {
  width: 100%;
  height: 100vh;
  max-width: none;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  margin: auto 0;
  display: flex;
}


