/* application_products: recommended products for this application (related loop, parts/product-item.php) */
.application_products {
  padding: 11.8rem 0 7rem;
  background-color: var(--bg);
}
.application_products .head p {
  max-width: 90rem;
}
.application_products .swiper_box,
.application_related .swiper_box {
  margin-top: 2.5rem;
}
.application_products .swiper_btns,
.application_related .swiper_btns {
  justify-content: center;
  margin-top: 2.5rem;
}
.app_product_list a {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  height: 100%;
  padding: 1.5rem 1.5rem 3.3rem;
  border-radius: 2rem;
  background-color: #fff;
  transition: all 0.3s;
}
.app_product_list a:hover {
  box-shadow: 0 2rem 4rem rgba(208, 211, 221, 0.45);
}
.app_product_list .img {
  position: relative;
  width: 100%;
  height: 21.24rem;
}
.app_product_list .img .bg {
  border-radius: 1.2rem;
  object-fit: cover;
}
.app_product_list .img .pd {
  position: absolute;
  left: 48%;
  top: 7.17rem;
  width: 18.1rem;
  height: 18.1rem;
  object-fit: contain;
}
.app_product_list a:hover .img .pd {
  transform: translateY(-0.6rem);
}
.app_product_list .cat,
.app_product_list .title,
.app_product_list .desc,
.app_product_list .btn_i {
  margin-left: 1.5rem;
  margin-right: 0.5rem;
}
.app_product_list .cat {
  margin-top: 2.54rem;
  padding: 0 1.2rem;
  border-radius: 0.6rem;
  background-color: #ebf2fb;
  color: var(--blue);
  font-family: 'Archivo', sans-serif;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 3.16rem;
  text-transform: uppercase;
}
.app_product_list .title {
  margin-top: 1.5rem;
  color: var(--title);
  font-family: 'Archivo', sans-serif;
  font-weight: 600;
  font-size: 2.2rem;
  line-height: 1.3;
  transition: all 0.3s;
}
.app_product_list a:hover .title {
  color: var(--primary);
}
.app_product_list .desc {
  margin-top: 1.6rem;
  margin-bottom: auto;
  color: var(--text);
  font-size: 1.6rem;
  line-height: 2.6rem;
}
.app_product_list .btn_i {
  margin-top: 5.1rem;
  font-size: 1.8rem;
}
/* application_related: nearby applications (related loop, same card as .app_list in applications.css) */
.application_related {
  padding: 15.4rem 0 13.95rem;
  background-color: var(--bg);
}
.application_related .swiper_box {
  margin-top: 4.7rem;
}
.application_related .swiper_btns {
  margin-top: 3rem;
}
.application_related .app_list {
  display: flex;
  gap: 0;
}
@media screen and (max-width: 768px) {
  .application_products {
    padding: 50px 0 50px;
    overflow: hidden;
  }
  .application_related {
    padding: 50px 0 60px;
    overflow: hidden;
  }
  .application_products .swiper_box,
  .application_related .swiper_box {
    margin-top: 20px;
  }
  .application_products .swiper_content,
  .application_related .swiper_content {
    overflow: unset;
  }
  .application_products .swiper_btns,
  .application_related .swiper_btns {
    margin-top: 20px;
  }
  .app_product_list a {
    padding: 10px 10px 20px;
    border-radius: 12px;
  }
  .app_product_list .img {
    height: auto;
    aspect-ratio: 299 / 212;
  }
  .app_product_list .img .pd {
    top: 34%;
    width: 60%;
    height: auto;
    aspect-ratio: 1;
  }
  .app_product_list .cat,
  .app_product_list .title,
  .app_product_list .desc,
  .app_product_list .btn_i {
    margin-left: 6px;
    margin-right: 6px;
  }
  .app_product_list .cat {
    margin-top: 16px;
    font-size: 12px;
    line-height: 26px;
    padding: 0 10px;
  }
  .app_product_list .title {
    font-size: 17px;
    margin-top: 10px;
  }
  .app_product_list .desc {
    font-size: 14px;
    line-height: 1.6;
    margin-top: 8px;
  }
  .app_product_list .btn_i {
    margin-top: 20px;
    font-size: 14px;
  }
}
.application_banner {
  overflow: hidden;
  background-color: var(--dark);
}
.application_banner > img {
  left: auto;
  right: 0px;
  width: 73.5%;
  object-position: center 14%;
}
.application_banner::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  z-index: -1;
  width: 66.5625%;
  background-image: linear-gradient(90deg, #041222 38%, rgba(4, 18, 34, 0.88) 59%, rgba(4, 18, 34, 0.53) 80%, rgba(4, 18, 34, 0) 100%);
}
.application_banner::after {
  content: "";
  position: absolute;
  inset: 0px;
  z-index: -1;
  pointer-events: none;
  background-color: rgba(4, 18, 34, 0.2);
}
.application_banner .content {
  min-height: 91.9rem;
  padding: 32.4rem 0px 14rem;
}
.application_banner .tcon {
  max-width: 76rem;
}
.application_banner .tcon .subtitle {
  color: rgba(255, 255, 255, 0.8);
  letter-spacing: 0.08em;
  gap: 1.3rem;
}
.application_banner .tcon p {
  color: #fff;
  max-width: 52.5rem;
  margin-top: 3.4rem;
}
.application_banner .btns {
  gap: 2rem;
  display: flex;
  flex-wrap: wrap;
  margin-top: 3.5rem;
}
.application_banner .btns .btn {
  padding: 0px 3rem 0px 4rem;
}
.application_banner .marquee {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 3;
  overflow: hidden;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
}
.application_banner .marquee ul {
  display: flex;
  width: max-content;
  animation: application_banner_marquee 40s linear infinite;
}
.application_banner .marquee:hover ul {
  animation-play-state: paused;
}
.application_banner .marquee li {
  display: flex;
  align-items: center;
  gap: 5.8rem;
  padding-right: 5.8rem;
  white-space: nowrap;
  color: rgba(255, 255, 255, 0.8);
  font-family: 'Archivo', sans-serif;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 5.6rem;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}
.application_banner .marquee li::after {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: var(--green);
}
@keyframes application_banner_marquee {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}
@media screen and (min-width: 769px) and (max-width: 1220px) {
  .content {
    padding: 0px 3rem;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .content,
  .swiper_content {
    max-width: 896px;
  }
  .tcon h1 {
    font-size: 6rem;
  }
}

@media screen and (min-width: 769px) and (max-width: 896px) {
  .content,
  .swiper_content {
    max-width: 768px;
  }
  .tcon h1 {
    font-size: 5rem;
  }
}

@media screen and (max-width: 768px) {
  html {
    font-size: 10px;
  }
  body {
    font-size: 1.4rem;
  }
  .content {
    padding: 0px 20px;
  }
  .tcon .subtitle {
    font-size: 12px;
    gap: 10px;
  }
  .tcon .subtitle::before {
    width: 18px;
  }
  .tcon h1 {
    font-size: 30px;
    line-height: 1.2;
    margin-top: 14px;
  }
  .tcon p {
    font-size: 14px;
    line-height: 1.6;
    margin-top: 10px;
  }
  .btn {
    font-size: 14px;
    line-height: 42px;
    padding: 0px 20px;
    gap: 8px;
  }
  .btn_line {
    font-size: 14px;
    line-height: 40px;
    padding: 0px 20px;
  }
  .application_banner > img {
    width: 100%;
  }
  .application_banner::before {
    width: 100%;
    background-image: linear-gradient(90deg, #041222 10%, rgba(4, 18, 34, 0.55) 100%);
  }
  .application_banner .content {
    min-height: 0px;
    padding: 130px 20px 100px;
  }
  .application_banner .tcon p {
    margin-top: 16px;
  }
  .application_banner .btns {
    gap: 12px;
    margin-top: 24px;
  }
  .application_banner .btns .btn {
    padding: 0px 20px;
  }
  .application_banner .marquee li {
    font-size: 12px;
    line-height: 44px;
    gap: 24px;
    padding-right: 24px;
  }
  .application_banner .marquee li::after {
    width: 5px;
    height: 5px;
  }
}
.application_intro {
  padding: 15.8rem 0px 0px;
  background-color: #fff;
}
.application_intro .content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 6rem;
}
.application_intro .text {
  width: 61rem;
}
.application_intro .tcon p + p {
  margin-top: 2.8rem;
}
.application_intro .btns {
  margin-top: 5.3rem;
}
.application_intro .btns .btn {
  line-height: 5.2rem;
}
.application_intro .img {
  flex-shrink: 0;
  width: 66.6rem;
  height: 54rem;
  overflow: hidden;
  border-radius: 2.4rem;
}
.application_intro .img img {
  object-fit: cover;
}
@media screen and (min-width: 769px) and (max-width: 1220px) {
  .content {
    padding: 0px 3rem;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .content,
  .swiper_content {
    max-width: 896px;
  }
  .tcon h2 {
    font-size: 4.2rem;
  }
  .application_intro .text {
    flex: 1;
    width: auto;
  }
  .application_intro .img {
    width: 45%;
    height: auto;
    aspect-ratio: 666 / 540;
  }
}

@media screen and (min-width: 769px) and (max-width: 896px) {
  .content,
  .swiper_content {
    max-width: 768px;
  }
  .tcon h2 {
    font-size: 3.6rem;
  }
}

@media screen and (max-width: 768px) {
  html {
    font-size: 10px;
  }
  body {
    font-size: 1.4rem;
  }
  .content {
    padding: 0px 20px;
  }
  .tcon .subtitle {
    font-size: 12px;
    gap: 10px;
  }
  .tcon .subtitle::before {
    width: 18px;
  }
  .tcon h2 {
    font-size: 24px;
    line-height: 1.3;
    margin-top: 10px;
  }
  .tcon .desc,
  .tcon p {
    font-size: 14px;
    line-height: 1.6;
    margin-top: 10px;
  }
  .application_intro .text {
    width: 100%;
  }
  .application_intro .img {
    height: auto;
    aspect-ratio: 666 / 540;
  }
  .application_intro {
    padding: 50px 0px 0px;
  }
  .application_intro .content {
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
  }
  .application_intro .tcon p + p {
    margin-top: 10px;
  }
  .application_intro .btns {
    margin-top: 24px;
  }
  .application_intro .btns .btn {
    line-height: 42px;
  }
  .application_intro .img {
    width: 100%;
    border-radius: 12px;
  }
  .btn {
    font-size: 14px;
    line-height: 42px;
    padding: 0px 20px;
    gap: 8px;
  }
}
.application_pressures {
  padding: 15.8rem 0px;
  background-color: #fff;
}
.application_pressures .box {
  padding: 0px 3.45rem 0px 3.6rem;
  border-radius: 1.8rem;
  border: 1px solid #e3e8f2;
  background-color: #fff;
}
.application_pressures li {
  display: flex;
  align-items: flex-start;
  border-bottom: 1px solid #e4e8f3;
  padding: 3.45rem 0px 4.4rem;
}
.application_pressures .num {
  flex-shrink: 0;
  width: 9.4rem;
  margin-top: 1rem;
  color: var(--secondary);
  font-family: 'Archivo', sans-serif;
  font-weight: 500;
  font-size: 1.856rem;
  line-height: 3.1rem;
}
.application_pressures .text {
  flex: 1;
  margin-top: 1rem;
}
.application_pressures .text h3 {
  color: var(--title);
  font-family: 'Archivo', sans-serif;
  font-weight: 600;
  font-size: 2.4rem;
  line-height: 3.1rem;
}
.application_pressures .text p {
  max-width: 80rem;
  color: var(--text);
  font-size: 1.6rem;
  line-height: 2.6rem;
  margin-top: 1.6rem;
}
.application_pressures .icon {
  flex-shrink: 0;
  display: block;
  width: 5.7rem;
  height: 5.7rem;
  margin-left: 3rem;
  border-radius: 1.2rem;
  background-color: var(--primary);
  transition: 0.3s;
}
.application_pressures li:hover .icon {
  background-color: var(--secondary);
}
.application_pressures .icon img {
  display: block;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 769px) and (max-width: 1220px) {
  .content {
    padding: 0px 3rem;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .content,
  .swiper_content {
    max-width: 896px;
  }
  .tcon h2 {
    font-size: 4.2rem;
  }
}

@media screen and (min-width: 769px) and (max-width: 896px) {
  .content,
  .swiper_content {
    max-width: 768px;
  }
  .tcon h2 {
    font-size: 3.6rem;
  }
}

@media screen and (max-width: 768px) {
  html {
    font-size: 10px;
  }
  body {
    font-size: 1.4rem;
  }
  .content {
    padding: 0px 20px;
  }
  .tcon .subtitle {
    font-size: 12px;
    gap: 10px;
  }
  .tcon .subtitle::before {
    width: 18px;
  }
  .tcon h2 {
    font-size: 24px;
    line-height: 1.3;
    margin-top: 10px;
  }
  .tcon .desc,
  .tcon p {
    font-size: 14px;
    line-height: 1.6;
    margin-top: 10px;
  }
  .application_pressures {
    padding: 40px 0px 50px;
  }
  .application_pressures .box {
    padding: 0px 16px;
    border-radius: 12px;
  }
  .application_pressures li {
    position: relative;
    display: block;
    padding: 20px 0px;
  }
  .application_pressures .num {
    display: block;
    width: auto;
    margin-top: 0px;
    font-size: 15px;
    line-height: 40px;
  }
  .application_pressures .text {
    margin-top: 10px;
  }
  .application_pressures .text h3 {
    font-size: 17px;
    line-height: 24px;
  }
  .application_pressures .text p {
    font-size: 14px;
    line-height: 1.6;
    margin-top: 8px;
  }
  .application_pressures .icon {
    position: absolute;
    right: 0px;
    top: 20px;
    width: 40px;
    height: 40px;
    margin: 0px;
    border-radius: 10px;
  }
}
.application_results {
  padding: 13.4rem 0px 13.8rem;
}
.application_results .tcon .subtitle {
  color: #7fa3ff;
}
.application_results .tcon h2,
.application_results .tcon p {
  color: #fff;
}
.application_results .cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.95rem;
  margin-top: 6.7rem;
}
.application_results .card {
  height: 100%;
  min-height: 25.4rem;
  padding: 5.6rem 3.4rem 4rem;
  border-radius: 1.8rem;
  border: 1px solid rgba(255, 255, 255, 0.14);
  transition: 0.3s;
}
.application_results .card:hover {
  border-color: rgba(255, 255, 255, 0.3);
  background-color: rgba(255, 255, 255, 0.04);
}
.application_results .card h3 {
  color: #fff;
  font-family: 'Archivo', sans-serif;
  font-weight: 800;
  font-size: 4.919rem;
  line-height: 1.2;
  padding-left: 0.2rem;
}
.application_results .card p {
  max-width: 40rem;
  color: #fff;
  font-size: 1.6rem;
  line-height: 2.6rem;
  margin-top: 2.1rem;
}
@media screen and (min-width: 769px) and (max-width: 1220px) {
  .content {
    padding: 0px 3rem;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .content,
  .swiper_content {
    max-width: 896px;
  }
  .tcon h2 {
    font-size: 4.2rem;
  }
}

@media screen and (min-width: 769px) and (max-width: 896px) {
  .content,
  .swiper_content {
    max-width: 768px;
  }
  .tcon h2 {
    font-size: 3.6rem;
  }
  .application_results .card {
    padding: 4rem 2.4rem;
  }
}

@media screen and (max-width: 768px) {
  html {
    font-size: 10px;
  }
  body {
    font-size: 1.4rem;
  }
  .content {
    padding: 0px 20px;
  }
  .tcon .subtitle {
    font-size: 12px;
    gap: 10px;
  }
  .tcon .subtitle::before {
    width: 18px;
  }
  .tcon h2 {
    font-size: 24px;
    line-height: 1.3;
    margin-top: 10px;
  }
  .tcon .desc,
  .tcon p {
    font-size: 14px;
    line-height: 1.6;
    margin-top: 10px;
  }
  .application_results {
    padding: 50px 0px 60px;
    background-image: radial-gradient(40rem 34rem at 0% 0%, rgba(150, 175, 235, 0.42), rgba(150, 175, 235, 0)), radial-gradient(38rem 36rem at 100% 100%, rgba(170, 190, 160, 0.4), rgba(170, 190, 160, 0));
  }
  .application_results .cards {
    grid-template-columns: 1fr;
    gap: 12px;
    margin-top: 30px;
  }
  .application_results .card {
    min-height: 0px;
    padding: 20px;
    border-radius: 12px;
  }
  .application_results .card h3 {
    font-size: 30px;
  }
  .application_results .card p {
    font-size: 14px;
    line-height: 1.6;
    margin-top: 8px;
  }
}
.application_compliance {
  padding: 15.8rem 0px 16rem;
  background-color: #fff;
}
.application_compliance .content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 6rem;
}
.application_compliance .text {
  width: 62rem;
}
.application_compliance .tcon p {
  max-width: 60rem;
}
.application_compliance .checks {
  margin-top: 1.7rem;
}
.application_compliance .checks li {
  position: relative;
  padding-left: 3.3rem;
  color: var(--text);
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 2.8rem;
}
.application_compliance .checks li + li {
  margin-top: 1.8rem;
}
.application_compliance .checks li::before {
  content: "";
  position: absolute;
  left: 0.1rem;
  top: 0.75rem;
  width: 1.8rem;
  height: 1.5rem;
  background: url("../img/icon-check.svg") center center / contain no-repeat;
}
.application_compliance .btns {
  margin-top: 4.6rem;
}
.application_compliance .imgs {
  flex-shrink: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.3rem 2.17rem;
  width: 66.6rem;
}
.application_compliance .img {
  height: 22.33rem;
  overflow: hidden;
  border-radius: 1.8rem;
}
.application_compliance .img.big {
  grid-column: span 2;
  height: 38.15rem;
}
.application_compliance .img img {
  object-fit: cover;
}
@media screen and (min-width: 769px) and (max-width: 1220px) {
  .content {
    padding: 0px 3rem;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .content,
  .swiper_content {
    max-width: 896px;
  }
  .tcon h2 {
    font-size: 4.2rem;
  }
  .application_compliance .text {
    flex: 1;
    width: auto;
  }
  .application_compliance .imgs {
    width: 45%;
  }
  .application_compliance .img {
    height: auto;
    aspect-ratio: 322 / 223;
  }
  .application_compliance .img.big {
    height: auto;
    aspect-ratio: 666 / 381;
  }
}

@media screen and (min-width: 769px) and (max-width: 896px) {
  .content,
  .swiper_content {
    max-width: 768px;
  }
  .tcon h2 {
    font-size: 3.6rem;
  }
}

@media screen and (max-width: 768px) {
  html {
    font-size: 10px;
  }
  body {
    font-size: 1.4rem;
  }
  .content {
    padding: 0px 20px;
  }
  .tcon .subtitle {
    font-size: 12px;
    gap: 10px;
  }
  .tcon .subtitle::before {
    width: 18px;
  }
  .tcon h2 {
    font-size: 24px;
    line-height: 1.3;
    margin-top: 10px;
  }
  .tcon .desc,
  .tcon p {
    font-size: 14px;
    line-height: 1.6;
    margin-top: 10px;
  }
  .application_compliance .text {
    width: 100%;
  }
  .application_compliance .img {
    height: auto;
    aspect-ratio: 322 / 223;
  }
  .application_compliance .img.big {
    height: auto;
    aspect-ratio: 666 / 381;
  }
  .application_compliance {
    padding: 50px 0px 60px;
  }
  .application_compliance .content {
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
  }
  .application_compliance .checks {
    margin-top: 16px;
  }
  .application_compliance .checks li {
    padding-left: 26px;
    font-size: 14px;
    line-height: 22px;
  }
  .application_compliance .checks li + li {
    margin-top: 10px;
  }
  .application_compliance .checks li::before {
    top: 5px;
    width: 14px;
    height: 11px;
  }
  .application_compliance .btns {
    margin-top: 24px;
  }
  .application_compliance .imgs {
    width: 100%;
    gap: 10px;
  }
  .application_compliance .img {
    border-radius: 10px;
  }
  .btn {
    font-size: 14px;
    line-height: 42px;
    padding: 0px 20px;
    gap: 8px;
  }
}
