.top {
  overflow: hidden;
  max-height: 900px;
}
.top .container {
  height: 100%;
  position: static;
}
.top.gradient::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: linear-gradient(189.98deg, rgba(10, 9, 15, 0) 37.39%, #0A090F 82.66%), linear-gradient(282.54deg, rgba(10, 9, 15, 0) 39.31%, rgb(10, 9, 15) 71.29%), linear-gradient(14.22deg, rgba(10, 9, 15, 0) 84.38%, rgba(10, 9, 15, 0.9) 95.47%);
  z-index: 1;
}
@media screen and (max-width: 690px) {
  .top.gradient::before {
    background: linear-gradient(2.96deg, rgba(10, 9, 15, 0) 40.02%, #0A090F 64.58%), linear-gradient(186.92deg, rgba(10, 9, 15, 0) 60%, #0A090F 82%);
  }
}
@media screen and (min-width: 1040px) {
  .top.video-gradient::before {
    background: linear-gradient(282.54deg, rgba(10, 9, 15, 0.1) 35%, rgba(10, 9, 15, 0.7) 50%, rgba(10, 9, 15, 0.9) 69%, rgba(10, 9, 15, 0.7) 82%, rgba(10, 9, 15, 0.1) 100%);
  }
}
@media screen and (max-width: 1040px) and (min-width: 690px) {
  .top.video-gradient::before {
    background: linear-gradient(282.54deg, rgba(10, 9, 15, 0.1) 35%, rgba(10, 9, 15, 0.7) 50%, rgba(10, 9, 15, 0.9) 69%, rgba(10, 9, 15, 0.7) 100%);
  }
}
.top.video-gradient .container-box {
  border: none;
}
.top .plus {
  position: absolute;
  top: 18px;
  left: 18px;
}
.top__content {
  position: relative;
  z-index: 1;
  padding: 64px 0 64px 50px;
  height: calc(100vh - 100px);
  min-height: 650px;
  border-color: rgba(128, 128, 138, 0.4);
}
@media screen and (max-width: 1300px) {
  .top__content {
    padding: 50px 20px 64px 20px;
  }
}
@media screen and (max-width: 970px) {
  .top__content {
    height: auto;
    min-height: -webkit-fit-content;
    min-height: -moz-fit-content;
    min-height: fit-content;
  }
}
@media screen and (max-width: 690px) {
  .top__content {
    height: calc(100vh - 70px);
    max-height: 670px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    overflow: hidden;
    border-radius: 10px 0 0 0;
  }
}
.top h1 {
  width: 740px;
  max-width: 100%;
  margin-bottom: 12px;
}
@media screen and (max-width: 1300px) {
  .top h1 {
    width: 600px;
  }
}
.top .h5 {
  width: 460px;
  max-width: 100%;
  margin-bottom: 30px !important;
}
.top__bg-image {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
  min-height: 100% !important;
  min-width: 75%;
  max-width: none;
  -o-object-fit: cover !important;
     object-fit: cover !important;
}
@media screen and (max-width: 690px) {
  .top__bg-image {
    top: auto;
    bottom: -100px;
    min-height: auto !important;
    min-width: auto !important;
    height: 520px !important;
    width: auto;
    right: -160px;
  }
}
.top__video {
  width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
}
@media screen and (max-width: 690px) {
  .top__video {
    right: 0;
  }
}
.top__video video {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.top .text-svg {
  z-index: -1;
}
.top .development-svg {
  bottom: 30px;
}
.top .full-svg {
  bottom: 146px;
}
.top .about {
  color: var(--c-text);
}
@media screen and (min-width: 690px) {
  .top .about {
    margin-bottom: 40px;
  }
}
.top .about .h2 {
  color: var(--c-color);
  margin-bottom: 6px;
}
@media screen and (max-width: 690px) {
  .top .about li {
    margin-bottom: 24px;
  }
}
.top .about li:not(:last-child) {
  margin-right: 70px;
}
@media screen and (max-width: 970px) {
  .top .about li:not(:last-child) {
    margin-right: 24px;
  }
}
.top.about-box .development-svg {
  bottom: 0;
}
@media screen and (max-width: 690px) {
  .top.about-box .development-svg {
    display: none;
  }
}
@media screen and (max-width: 690px) {
  .top.about-box .top__bg-image {
    top: 100px;
  }
}