.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 {
  color: #fff;
  flex: 0 auto;
  font-size: 10vw;
  line-height: 70%;
}

.heading._6 {
  font-size: 25px;
}

.heading._6:hover {
  color: red;
}

.section {
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 1330px;
  height: 100vh;
  display: flex;
}

.body {
  background-image: linear-gradient(#000, #2a3358);
}

.section-2 {
  justify-content: center;
  align-items: flex-start;
  width: 100vw;
  height: 100vh;
  display: flex;
}

.image {
  margin-bottom: 40px;
  position: absolute;
}

.section-3 {
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.section-4 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: auto 0% 0%;
}

.container {
  grid-column-gap: 17px;
  grid-row-gap: 17px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.path {
  color: #f86363;
}

.svg {
  color: #fff;
  width: 56px;
}

.link-block {
  border: 2px solid #fff;
  border-radius: 18px;
  justify-content: center;
  align-items: center;
  margin-top: 12px;
  margin-bottom: 12px;
  padding: 10px 18px;
  text-decoration: none;
  display: flex;
}

.link-block:hover {
  border-color: #ff0202;
}

.section-5 {
  z-index: -999;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: fixed;
  inset: 0%;
}

.image-2 {
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  width: 100%;
  min-width: auto;
  height: 100%;
  min-height: auto;
  position: fixed;
  inset: 0%;
  overflow: scroll;
}

@media screen and (max-width: 479px) {
  .image-2 {
    opacity: .25;
    width: 300%;
  }
}
