.application_banner {
  max-width: 256rem;
  margin: 0 auto;
}
.application_banner::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 54.791667%;
  z-index: -1;
  opacity: 0.8;
  pointer-events: none;
  background-image: linear-gradient(to right, #052528, transparent);
}
.application_banner .flex {
  height: 100vh;
  max-height: 92rem;
  min-height: max-content;
  padding: 14.3rem 0 0;
}
.application_banner .head {
  width: 56.527778%;
  padding: 8rem 0;
}
.application_banner .head h1 {
  color: #fff;
  font-weight: 800;
  font-size: 7rem;
  letter-spacing: 0.018em;
  line-height: 1.185714;
  text-transform: uppercase;
}
.application_banner .head .line {
  margin-top: 2.8rem;
}
.application_banner .head p {
  margin-top: 4.5rem;
  color: rgba(255, 255, 255, 0.74);
  max-width: 52.2rem;
}
.application_banner .breadcrumbs {
  color: #fff;
  font-weight: 500;
  font-size: 1.4rem;
  margin-bottom: 1.5rem;
}
.application_banner .breadcrumbs span::after {
  content: '';
  display: inline-block;
  width: 1rem;
  height: 1rem;
  opacity: 0.5;
  margin: 0 0.6rem 0 1rem;
  transform: rotate(180deg);
  filter: contrast(0) brightness(2);
  background: url(../img/arrow-l-b.svg) no-repeat center / contain;
}
.application_banner .breadcrumbs span:last-child::after {
  display: none;
}
.application_banner .breadcrumbs a {
  color: rgba(255, 255, 255, 0.5);
  font-weight: normal;
  transition: all 0.3s;
}
.application_banner .breadcrumbs a:hover {
  color: var(--primary);
}
.application_banner .tags {
  margin-top: 3.6rem;
}
.application_banner .tags ul {
  gap: 1.5rem;
  display: flex;
  flex-wrap: wrap;
}
.application_banner .tags li {
  color: #fff;
  font-size: 1.667rem;
  text-align: center;
  padding: 1.4rem 3.5rem;
  border-radius: 10rem;
  border: 1px solid rgba(255, 255, 255, 0.5);
  background-color: rgba(255, 255, 255, 0.2);
}
.page_models {
  padding-bottom: 8.4rem;
}
.page_models .head {
  position: relative;
  z-index: 2;
}
.page_models .head h2 {
  max-width: 67rem;
  letter-spacing: 0.012em;
}
.page_models .flex {
  margin-top: -2.4rem;
}
.page_faqs {
  padding-bottom: 21.6rem;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .application_banner .head h1 {
    font-size: 6rem;
  }
  .page_models .flex {
    margin-top: 5rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 896px) {
  .application_banner .head h1 {
    font-size: 5rem;
  }
}
@media screen and (max-width: 768px) {
  .application_banner .flex {
    height: auto;
    padding-top: 84px;
  }
  .application_banner .head {
    padding: 50px 0;
  }
  .application_banner .head h1 {
    font-size: 25px;
    line-height: 1.3;
  }
  .application_banner .head .line {
    margin-top: 16px;
  }
  .application_banner .head p {
    margin-top: 12px;
  }
  .application_banner .breadcrumbs {
    font-size: 13px;
    margin-bottom: 10px;
  }
  .application_banner .breadcrumbs span::after {
    width: 8px;
    height: 8px;
    margin: 0 6px;
  }
  .application_banner .tags {
    margin-top: 18px;
  }
  .application_banner .tags ul {
    gap: 10px;
  }
  .application_banner .tags li {
    font-size: 14px;
    padding: 5px 12px;
  }
  .page_models {
    padding-bottom: 50px;
  }
  .page_models .flex {
    margin-top: 30px;
  }
  .page_faqs {
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 576px) {
  .application_banner .head {
    width: 100%;
  }
}
