.notAuth {
  font-size: 30px;
  text-align: center;
  margin: 30px;
  font-weight: 600;
}

.line {
  background: linear-gradient(90deg, #666F78 0%, #8696A0 14%, #C9CED1 27%, #8696A0 41%, #CBCFD2 53%, #C9CED1 65%, #8696A0 77%, #666F78 87%, #8696A0 100%);
  width: 100%;
  height: 24px;
}

.hero {
  position: relative;
  z-index: 0;
}
.hero__content {
  padding: 50px 0 30px;
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 2;
}
.hero__name {
  font-size: 72px;
  font-family: "Anticva", sans-serif;
  color: #C10352;
}
.hero__img {
  width: 240px;
}
.hero__desc {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.hero__desc p {
  font-size: 24px;
  font-weight: 400;
  color: black;
  margin: 0;
}
.hero__shield {
  width: 240px;
}

.video {
  width: 100%;
  margin-top: 40px;
  margin-bottom: 80px;
}

.tag {
  display: flex;
  justify-content: flex-end;
}

@media screen and (max-width: 1400px) {
  .hero {
    background-position: 70%;
    background-size: cover;
  }
  .hero__name {
    font-size: 50px;
  }
}
@media screen and (max-width: 768px) {
  .hero__content {
    padding: 30px 0;
  }
  .hero__name {
    font-size: 32px;
  }
  .hero__img {
    width: 150px;
  }
  .hero__desc p {
    font-size: 16px;
  }
  .line {
    height: 12px;
  }
}

/*# sourceMappingURL=style.css.map */
