﻿/* === solution.css === */
/* --- base: solution.css --- */
/* #region page_cases (this page puts the shared cases strip on the light background) */
.page_cases {
  background-color: var(--light);
}
/* #endregion */

/* #region solution_products */
.solution_products {
  position: relative;
  padding: 14.04rem 0px 14.4rem;
  background-color: #fff;
}
.solution_products .snow_right {
  right: -6.56rem;
  bottom: -8.21rem;
  width: 19.41rem;
  transform: rotate(-18.35deg);
}
.solution_products .list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3.77rem;
  margin-top: 4.2rem;
}
.solution_products .item {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  height: 100%;
  border: 1px solid #e2e8f0;
  border-radius: 1.6rem;
  background-color: #fff;
  transition: border-color 0.35s, box-shadow 0.35s, transform 0.35s;
}
.solution_products .item:hover {
  transform: translateY(-0.4rem);
  border-color: rgba(2, 55, 138, 0.22);
  box-shadow: 0px 1.6rem 4rem rgba(10, 35, 80, 0.1);
}
.solution_products .img {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  height: 28.71rem;
  padding-top: 2rem;
  background-image: linear-gradient(127deg, #f1f5f9 0%, #e2e8f0 100%);
}
.solution_products .img img {
  width: 24.4rem;
  height: 24.4rem;
}
.solution_products .img.lg img {
  width: 27.7rem;
  height: 27.7rem;
}
.solution_products .item:hover .img img {
  transform: scale(1.05);
}
.solution_products .badge {
  position: absolute;
  left: 1.52rem;
  top: 1.52rem;
  z-index: 1;
  padding: 0px 1.21rem;
  border-radius: 10rem;
  color: #fff;
  font-weight: 600;
  font-size: 1.1rem;
  line-height: 2.44rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  background-color: var(--secondary);
}
.solution_products .info {
  flex: 1;
  display: flex;
  flex-direction: column;
  min-height: 20.39rem;
  padding: 2.53rem 2.34rem 1.98rem;
}
.solution_products .info h3 {
  color: var(--title);
  font-family: 'Archivo', sans-serif;
  font-weight: 600;
  font-size: 2.2rem;
  line-height: 2.6rem;
  transition: color 0.3s;
}
.solution_products .item:hover .info h3 {
  color: var(--primary);
}
.solution_products .info p {
  margin-top: 0.7rem;
  color: #64748b;
  font-size: 1.6rem;
  line-height: 2.1rem;
}
.solution_products .more_line {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  margin-top: auto;
  padding-top: 1.31rem;
  border-top: 1px solid #e2e8f0;
  color: var(--title);
  font-family: 'Archivo', sans-serif;
  font-weight: 600;
  font-size: 1.8rem;
}
.solution_products .more_line i {
  flex-shrink: 0;
  width: 3.65rem;
  height: 3.65rem;
  border-radius: 50%;
  transition: 0.3s;
  background: var(--primary) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 11 11' fill='none' stroke='%23fff' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M1.2 9.8 9.8 1.2M4.2 1.2h5.6v5.6'/%3E%3C/svg%3E") no-repeat center / 1.06rem auto;
}
.solution_products .item:hover .more_line i {
  transform: translate(0.2rem, -0.2rem);
  background-color: var(--secondary);
}
.solution_products .bot {
  display: flex;
  justify-content: center;
  margin-top: 5.34rem;
}
/* #endregion */

/* #region solution_related */
.solution_related {
  position: relative;
  padding: 9.72rem 0px 14.4rem;
  background-color: #fff;
}
.solution_related .snow_right {
  right: 0px;
  bottom: -7rem;
  width: 15.74rem;
  transform: rotate(-18.35deg);
}
.solution_related .head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 3rem;
}
.solution_related .list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3.8rem;
  margin-top: 4.17rem;
}
.solution_related .item {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  height: 58.7rem;
  border: 1px solid rgba(49, 113, 188, 0.15);
  border-radius: 2rem;
  background-color: #fff;
  transition: border-color 0.35s, box-shadow 0.35s, transform 0.35s;
}
.solution_related .item:hover {
  transform: translateY(-0.4rem);
  border-color: rgba(2, 55, 138, 0.25);
  box-shadow: 0px 1.6rem 4rem rgba(10, 35, 80, 0.1);
}
.solution_related .img {
  position: relative;
  flex-shrink: 0;
  height: 26.08rem;
}
.solution_related .img::after {
  content: '';
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 1;
  width: 100%;
  height: 6.05rem;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.46) 100%);
}
.solution_related .item:hover .img img {
  transform: scale(1.05);
}
.solution_related .icon {
  position: absolute;
  left: 1.94rem;
  bottom: 0px;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 6.2rem;
  height: 6.2rem;
  border-radius: 1rem;
  background-color: #fff;
}
.solution_related .icon img {
  display: block;
  width: 3.6rem;
  height: auto;
}
.solution_related .info {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 5.29rem 2.92rem 2.4rem;
}
.solution_related .info h3 {
  color: var(--title);
  font-family: 'Archivo', sans-serif;
  font-weight: 600;
  font-size: 2.4rem;
  line-height: 3rem;
  transition: color 0.3s;
}
.solution_related .item:hover .info h3 {
  color: var(--primary);
}
.solution_related .info p {
  margin-top: 0.9rem;
  color: var(--text);
  font-size: 1.6rem;
  line-height: 2.2rem;
}
.solution_related .temp {
  margin-top: auto;
  padding: 0px 1.44rem;
  border-radius: 0.6rem;
  color: var(--primary);
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 3.4rem;
  background-color: #e6f3fa;
}
.solution_related .more_line {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  width: 100%;
  margin-top: 2.08rem;
  padding-top: 1.54rem;
  border-top: 1px solid #e3e8f2;
  color: var(--primary);
  font-family: 'Archivo', sans-serif;
  font-weight: 600;
  font-size: 1.8rem;
}
.solution_related .more_line i {
  flex-shrink: 0;
  width: 4.2rem;
  height: 4.2rem;
  border-radius: 50%;
  transition: 0.3s;
  background: #0b3d87 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' fill='none' stroke='%23fff' stroke-width='2' stroke-linecap='round'%3E%3Cpath d='M1 6h10M6 1v10'/%3E%3C/svg%3E") no-repeat center / 1.17rem auto;
}
.solution_related .item:hover .more_line i {
  transform: rotate(90deg);
  background-color: var(--secondary);
}
/* #endregion */

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .solution_products {
    padding: 7rem 0px 7rem;
  }
  .solution_products .list {
    gap: 2rem;
  }
  .solution_products .img {
    height: 22rem;
  }
  .solution_products .img img {
    width: 19rem;
    height: 19rem;
  }
  .solution_products .img.lg img {
    width: 21rem;
    height: 21rem;
  }
  .solution_products .info {
    padding: 2rem 1.8rem 1.8rem;
  }
  .solution_products .bot {
    margin-top: 4rem;
  }
  .solution_related {
    padding: 6rem 0px 7rem;
  }
  .solution_related .list {
    gap: 2rem;
  }
  .solution_related .item {
    height: 52rem;
  }
  .solution_related .img {
    height: 22rem;
  }
  .solution_related .info {
    padding: 4rem 2rem 2rem;
  }
}

@media screen and (max-width: 768px) {
  .solution_products {
    padding: 50px 0px;
  }
  .solution_products .list {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 24px;
  }
  .solution_products .item {
    border-radius: 12px;
  }
  .solution_products .img {
    height: 220px;
    padding-top: 10px;
  }
  .solution_products .img img {
    width: 180px;
    height: 180px;
  }
  .solution_products .img.lg img {
    width: 200px;
    height: 200px;
  }
  .solution_products .badge {
    left: 12px;
    top: 12px;
    padding: 0px 10px;
    font-size: 11px;
    line-height: 22px;
  }
  .solution_products .info {
    min-height: 0px;
    padding: 18px 16px 16px;
  }
  .solution_products .info h3 {
    font-size: 18px;
    line-height: 1.3;
  }
  .solution_products .info p {
    margin-top: 6px;
    font-size: 13px;
    line-height: 1.6;
  }
  .solution_products .more_line {
    margin-top: 16px;
    padding-top: 12px;
    font-size: 15px;
  }
  .solution_products .more_line i {
    width: 30px;
    height: 30px;
    background-size: 10px auto;
  }
  .solution_products .bot {
    margin-top: 26px;
  }
  .solution_related {
    padding: 40px 0px 50px;
  }
  .solution_related .head {
    display: block;
  }
  .solution_related .head .btn_border {
    margin-top: 16px;
  }
  .solution_related .list {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 24px;
  }
  .solution_related .item {
    height: auto;
    border-radius: 14px;
  }
  .solution_related .img {
    height: 200px;
  }
  .solution_related .icon {
    left: 14px;
    width: 46px;
    height: 46px;
    border-radius: 8px;
  }
  .solution_related .icon img {
    width: 26px;
  }
  .solution_related .info {
    padding: 24px 16px 16px;
  }
  .solution_related .info h3 {
    font-size: 20px;
    line-height: 1.3;
  }
  .solution_related .info p {
    margin-top: 6px;
    font-size: 13px;
    line-height: 1.6;
  }
  .solution_related .temp {
    margin-top: 16px;
    padding: 0px 12px;
    font-size: 13px;
    line-height: 28px;
  }
  .solution_related .more_line {
    margin-top: 16px;
    padding-top: 12px;
    font-size: 15px;
  }
  .solution_related .more_line i {
    width: 34px;
    height: 34px;
    background-size: 11px auto;
  }
}


/* --- module: solution1-solution_banner-img_bg --- */
* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}
:root {
  --primary: #02378a;
  --secondary: #05b6f2;
  --title: #0a2350;
  --text: #5c6b80;
  --dark: #071933;
  --line: #dce5ee;
  --light: #f5f8fb;
}
html {
  scroll-behavior: smooth;
  font-size: clamp(7.5px, 0.520834vw, 10px);
}
.content {
  max-width: 138rem;
  margin: 0px auto;
  position: relative;
}
.content .content {
  padding: 0px;
}
li {
  list-style: none;
}
li.swiper-slide {
  height: auto;
}
a {
  color: inherit;
  cursor: pointer;
  font-size: inherit;
  text-decoration: none;
}
i,
em {
  font-style: normal;
}
input,
button,
textarea,
select {
  border: none;
  outline: none;
  font-family: inherit;
  color: var(--title);
}
button {
  cursor: pointer;
  background-color: transparent;
}
body {
  font-size: 1.6rem;
  color: var(--title);
  font-family: 'Inter', sans-serif;
}
.img.img_cv {
  overflow: hidden;
}
.img.img_cv img {
  object-fit: cover;
}
.img.img_ct img {
  object-fit: contain;
}
.img img {
  width: 100%;
  height: 100%;
  display: block;
  transition: 0.5s;
  aspect-ratio: inherit;
}
.img_bg {
  position: relative;
  z-index: 2;
}
.img_bg > img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: -2;
}
section:has(> .snow) {
  overflow-x: clip;
}
.img_bg > img.snow {
  height: auto;
  object-fit: fill;
  z-index: 1;
}
.snow {
  position: absolute;
  z-index: 1;
  display: block;
  height: auto;
  pointer-events: none;
  user-select: none;
}
.tag {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  color: var(--primary);
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.7rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.tag::before {
  content: '';
  flex-shrink: 0;
  width: 1.8rem;
  height: 0.92rem;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 9.2'%3E%3Cpath fill='%2305b6f2' d='M18.02 2.91c-1.76 1.09-4.08 1.34-5.73 2.63-1.1.86-1.92 2.41-2.57 3.62C7.57 5.57 3.6 6.15 0 6.45c1.66-1.05 4.02-1.34 5.6-2.53C6.68 3.1 8.05 1.28 8.57.01c.69.21.72 1 1.32 1.58 2.09 2.04 5.47 1.34 8.13 1.32Z'/%3E%3C/svg%3E") no-repeat center / contain;
}
.tag.light {
  color: var(--secondary);
}
.tcon h1,
.tcon h2 {
  color: var(--title);
  font-family: 'Archivo', sans-serif;
  font-weight: 600;
  font-size: 4.8rem;
  line-height: 1.2;
}
.tcon .tag + h1,
.tcon .tag + h2 {
  margin-top: 1.2rem;
}
.tcon h1 em,
.tcon h2 em {
  color: var(--secondary);
}
.tcon p {
  color: var(--text);
  font-size: 1.8rem;
  line-height: 2.8rem;
}
.tcon h1 + p,
.tcon h2 + p {
  margin-top: 1.2rem;
}
.btn,
.btn_line,
.btn_border {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  height: 5.6rem;
  padding: 0px 2.7rem;
  border-radius: 10rem;
  cursor: pointer;
  white-space: nowrap;
  font-family: 'Archivo', sans-serif;
  font-weight: 600;
  font-size: 1.8rem;
  transition: 0.3s;
}
.btn_line::after,
.btn_border::after,
.btn.arrow::after {
  content: '';
  flex-shrink: 0;
  width: 1.33rem;
  height: 0.82rem;
  background-color: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 9' fill='none' stroke='%23000' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M.7 4.5h12.4M9.4.7l3.7 3.8-3.7 3.8'/%3E%3C/svg%3E") no-repeat center / contain;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 9' fill='none' stroke='%23000' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M.7 4.5h12.4M9.4.7l3.7 3.8-3.7 3.8'/%3E%3C/svg%3E") no-repeat center / contain;
  transition: transform 0.3s;
}
.btn_line:hover::after,
.btn_border:hover::after,
.btn.arrow:hover::after {
  transform: translateX(0.4rem);
}
.btn {
  color: var(--title);
  background-color: var(--secondary);
}
.btn:hover {
  color: #fff;
  background-color: var(--primary);
  box-shadow: 0px 1rem 2.4rem rgba(2, 55, 138, 0.25);
}
.btn.navy {
  color: #fff;
  background-color: var(--primary);
}
.btn.navy:hover {
  color: var(--title);
  background-color: var(--secondary);
  box-shadow: 0px 1rem 2.4rem rgba(5, 182, 242, 0.3);
}
.btn_line {
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.3);
}
.btn_line:hover {
  color: var(--title);
  border-color: #fff;
  background-color: #fff;
}
.btn_border {
  color: var(--title);
  border: 1px solid var(--line);
  background-color: #fff;
}
.btn_border:hover {
  color: #fff;
  border-color: var(--primary);
  background-color: var(--primary);
}
.more {
  display: inline-flex;
  align-items: center;
  gap: 1.8rem;
  color: var(--primary);
  font-family: 'Archivo', sans-serif;
  font-weight: 600;
  font-size: 1.8rem;
  white-space: nowrap;
  transition: 0.3s;
}
.more::after {
  content: '';
  flex-shrink: 0;
  width: 3.47rem;
  height: 3.47rem;
  border-radius: 50%;
  transition: 0.3s;
  background: var(--primary) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 10' fill='none' stroke='%23fff' stroke-width='1.25' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M1 5h10M7 1l4 4-4 4'/%3E%3C/svg%3E") no-repeat center / 1rem auto;
}
.more.light::after,
.more:hover::after {
  background-color: var(--secondary);
}
.more:hover::after {
  transform: translateX(0.4rem);
}
.swiper_btns {
  display: flex;
  gap: 2.3rem;
}
.swiper_btns div {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 5.4rem;
  height: 5.4rem;
  border-radius: 50%;
  transition: 0.3s;
  color: var(--title);
  border: 1px solid rgba(11, 20, 46, 0.3);
}
.swiper_btns div::after {
  content: '';
  width: 1.2rem;
  height: 1rem;
  background-color: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 10' fill='none' stroke='%23000' stroke-width='1.25' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M11 5H1M5 1 1 5l4 4'/%3E%3C/svg%3E") no-repeat center / contain;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 10' fill='none' stroke='%23000' stroke-width='1.25' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M11 5H1M5 1 1 5l4 4'/%3E%3C/svg%3E") no-repeat center / contain;
}
.swiper_btns .btn_next::after {
  transform: rotate(180deg);
}
.swiper_btns div:hover,
.swiper_btns .btn_next {
  color: #fff;
  border-color: #0b3d87;
  background-color: #0b3d87;
}
.swiper_btns .btn_next:hover {
  border-color: var(--secondary);
  background-color: var(--secondary);
}
.swiper_btns .swiper-button-disabled {
  opacity: 0.4;
  pointer-events: none;
}
.swiper_btns:has(.swiper-button-lock) {
  display: none;
}

@media screen and (min-width: 769px) and (max-width: 1480px) {
  .content {
    padding: 0px 3rem;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .content {
    max-width: 896px;
  }
  .tcon h1,
  .tcon h2 {
    font-size: 4.2rem;
  }
}

@media screen and (max-width: 768px) {
  html {
    font-size: 10px;
  }
  body {
    font-size: 1.4rem;
  }
  .content {
    padding: 0px 20px;
  }
  .snow,
  .img_bg > img.snow {
    display: none;
  }
  .tag {
    gap: 6px;
    font-size: 12px;
    line-height: 16px;
  }
  .tag::before {
    width: 16px;
    height: 8px;
  }
  .tcon .tag + h1,
  .tcon .tag + h2 {
    margin-top: 10px;
  }
  .tcon h1,
  .tcon h2 {
    font-size: 26px;
    line-height: 1.25;
  }
  .tcon p {
    font-size: 14px;
    line-height: 1.7;
  }
  .tcon h1 + p,
  .tcon h2 + p {
    margin-top: 10px;
  }
  .btn,
  .btn_line,
  .btn_border {
    height: 44px;
    gap: 8px;
    padding: 0px 22px;
    font-size: 15px;
  }
  .btn_line::after,
  .btn_border::after,
  .btn.arrow::after {
    width: 12px;
    height: 8px;
  }
  .more {
    gap: 12px;
    font-size: 15px;
  }
  .more::after {
    width: 30px;
    height: 30px;
    background-size: 10px auto;
  }
  .swiper_btns {
    gap: 12px;
  }
  .swiper_btns div {
    width: 40px;
    height: 40px;
  }
}

.solution_banner {
  min-height: 71rem;
  padding: 12.96rem 0px 6rem;
  color: #fff;
  background-color: #225d8b;
}
.solution_banner > img:first-child {
  left: auto;
  right: 0px;
  width: 123.74rem;
  object-position: center top;
  -webkit-mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.33) 25%, rgba(0, 0, 0, 0.61) 50%, rgba(0, 0, 0, 0.82) 75%, rgba(0, 0, 0, 0.97) 100%);
  mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.33) 25%, rgba(0, 0, 0, 0.61) 50%, rgba(0, 0, 0, 0.82) 75%, rgba(0, 0, 0, 0.97) 100%);
}
.solution_banner::before {
  content: '';
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: -1;
  width: 100%;
  height: 40.93rem;
  background-image: linear-gradient(180deg, #092c57 0%, rgba(9, 44, 87, 0.94) 19%, rgba(9, 44, 87, 0.77) 42%, rgba(9, 44, 87, 0.49) 67%, rgba(9, 44, 87, 0.11) 94%, rgba(9, 44, 87, 0) 100%);
}
.solution_banner::after {
  content: '';
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: -1;
  width: 100%;
  height: 22.07rem;
  background-image: linear-gradient(180deg, rgba(155, 197, 234, 0) 0%, rgba(155, 197, 234, 0.06) 11%, rgba(155, 197, 234, 0.2) 30%, rgba(155, 197, 234, 0.44) 55%, rgba(155, 197, 234, 0.77) 86%, rgba(155, 197, 234, 0.93) 100%);
}
.solution_banner > img.snow_left {
  left: -9.71rem;
  top: auto;
  bottom: -15.15rem;
  z-index: 3;
  width: 24.62rem;
  transform: rotate(-18.35deg);
}
.solution_banner > img.snow_right {
  left: auto;
  right: -12.8rem;
  top: -5.4rem;
  width: 25.6rem;
  opacity: 0.72;
}
.solution_banner .tcon h1 {
  color: #fff;
  font-weight: 700;
  font-size: 6.8rem;
  line-height: 8.6rem;
}
.solution_banner .tcon h1 em {
  color: #00bdf5;
}
.solution_banner .tcon p {
  max-width: 66rem;
  margin-top: 2.1rem;
  color: rgba(255, 255, 255, 0.85);
  line-height: 3rem;
}
.solution_banner .btns {
  display: flex;
  flex-wrap: wrap;
  gap: 2.85rem;
  margin-top: 4.2rem;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .solution_banner {
    min-height: 0px;
    padding: 11rem 0px 5rem;
  }
  .solution_banner .tcon h1 {
    font-size: 5.4rem;
    line-height: 1.25;
  }
  .solution_banner > img:first-child {
    width: 70%;
  }
}

@media screen and (max-width: 768px) {
  .solution_banner {
    min-height: 0px;
    padding: 50px 0px 60px;
  }
  .solution_banner > img:first-child {
    width: 100%;
    opacity: 0.55;
    object-position: 65% center;
    -webkit-mask-image: none;
    mask-image: none;
  }
  .solution_banner::before {
    height: 100%;
    background-image: linear-gradient(180deg, #092c57 0%, rgba(9, 44, 87, 0.86) 60%, rgba(9, 44, 87, 0.7) 100%);
  }
  .solution_banner::after {
    height: 90px;
  }
  .solution_banner .tcon h1 {
    font-size: 34px;
    line-height: 1.2;
  }
  .solution_banner .tcon h1 br {
    display: none;
  }
  .solution_banner .tcon p {
    margin-top: 14px;
    line-height: 1.7;
  }
  .solution_banner .btns {
    gap: 10px;
    margin-top: 24px;
  }
}

/* --- module: solution2-solution_intro --- */
* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}
:root {
  --primary: #02378a;
  --secondary: #05b6f2;
  --title: #0a2350;
  --text: #5c6b80;
  --dark: #071933;
  --line: #dce5ee;
  --light: #f5f8fb;
}
html {
  scroll-behavior: smooth;
  font-size: clamp(7.5px, 0.520834vw, 10px);
}
.content {
  max-width: 138rem;
  margin: 0px auto;
  position: relative;
}
.content .content {
  padding: 0px;
}
li {
  list-style: none;
}
li.swiper-slide {
  height: auto;
}
a {
  color: inherit;
  cursor: pointer;
  font-size: inherit;
  text-decoration: none;
}
i,
em {
  font-style: normal;
}
input,
button,
textarea,
select {
  border: none;
  outline: none;
  font-family: inherit;
  color: var(--title);
}
button {
  cursor: pointer;
  background-color: transparent;
}
body {
  font-size: 1.6rem;
  color: var(--title);
  font-family: 'Inter', sans-serif;
}
.img.img_cv {
  overflow: hidden;
}
.img.img_cv img {
  object-fit: cover;
}
.img.img_ct img {
  object-fit: contain;
}
.img img {
  width: 100%;
  height: 100%;
  display: block;
  transition: 0.5s;
  aspect-ratio: inherit;
}
.img_bg {
  position: relative;
  z-index: 2;
}
.img_bg > img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: -2;
}
section:has(> .snow) {
  overflow-x: clip;
}
.img_bg > img.snow {
  height: auto;
  object-fit: fill;
  z-index: 1;
}
.snow {
  position: absolute;
  z-index: 1;
  display: block;
  height: auto;
  pointer-events: none;
  user-select: none;
}
.tag {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  color: var(--primary);
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.7rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.tag::before {
  content: '';
  flex-shrink: 0;
  width: 1.8rem;
  height: 0.92rem;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 9.2'%3E%3Cpath fill='%2305b6f2' d='M18.02 2.91c-1.76 1.09-4.08 1.34-5.73 2.63-1.1.86-1.92 2.41-2.57 3.62C7.57 5.57 3.6 6.15 0 6.45c1.66-1.05 4.02-1.34 5.6-2.53C6.68 3.1 8.05 1.28 8.57.01c.69.21.72 1 1.32 1.58 2.09 2.04 5.47 1.34 8.13 1.32Z'/%3E%3C/svg%3E") no-repeat center / contain;
}
.tag.light {
  color: var(--secondary);
}
.tcon h1,
.tcon h2 {
  color: var(--title);
  font-family: 'Archivo', sans-serif;
  font-weight: 600;
  font-size: 4.8rem;
  line-height: 1.2;
}
.tcon .tag + h1,
.tcon .tag + h2 {
  margin-top: 1.2rem;
}
.tcon h1 em,
.tcon h2 em {
  color: var(--secondary);
}
.tcon p {
  color: var(--text);
  font-size: 1.8rem;
  line-height: 2.8rem;
}
.tcon h1 + p,
.tcon h2 + p {
  margin-top: 1.2rem;
}
.btn,
.btn_line,
.btn_border {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  height: 5.6rem;
  padding: 0px 2.7rem;
  border-radius: 10rem;
  cursor: pointer;
  white-space: nowrap;
  font-family: 'Archivo', sans-serif;
  font-weight: 600;
  font-size: 1.8rem;
  transition: 0.3s;
}
.btn_line::after,
.btn_border::after,
.btn.arrow::after {
  content: '';
  flex-shrink: 0;
  width: 1.33rem;
  height: 0.82rem;
  background-color: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 9' fill='none' stroke='%23000' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M.7 4.5h12.4M9.4.7l3.7 3.8-3.7 3.8'/%3E%3C/svg%3E") no-repeat center / contain;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 9' fill='none' stroke='%23000' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M.7 4.5h12.4M9.4.7l3.7 3.8-3.7 3.8'/%3E%3C/svg%3E") no-repeat center / contain;
  transition: transform 0.3s;
}
.btn_line:hover::after,
.btn_border:hover::after,
.btn.arrow:hover::after {
  transform: translateX(0.4rem);
}
.btn {
  color: var(--title);
  background-color: var(--secondary);
}
.btn:hover {
  color: #fff;
  background-color: var(--primary);
  box-shadow: 0px 1rem 2.4rem rgba(2, 55, 138, 0.25);
}
.btn.navy {
  color: #fff;
  background-color: var(--primary);
}
.btn.navy:hover {
  color: var(--title);
  background-color: var(--secondary);
  box-shadow: 0px 1rem 2.4rem rgba(5, 182, 242, 0.3);
}
.btn_line {
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.3);
}
.btn_line:hover {
  color: var(--title);
  border-color: #fff;
  background-color: #fff;
}
.btn_border {
  color: var(--title);
  border: 1px solid var(--line);
  background-color: #fff;
}
.btn_border:hover {
  color: #fff;
  border-color: var(--primary);
  background-color: var(--primary);
}
.more {
  display: inline-flex;
  align-items: center;
  gap: 1.8rem;
  color: var(--primary);
  font-family: 'Archivo', sans-serif;
  font-weight: 600;
  font-size: 1.8rem;
  white-space: nowrap;
  transition: 0.3s;
}
.more::after {
  content: '';
  flex-shrink: 0;
  width: 3.47rem;
  height: 3.47rem;
  border-radius: 50%;
  transition: 0.3s;
  background: var(--primary) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 10' fill='none' stroke='%23fff' stroke-width='1.25' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M1 5h10M7 1l4 4-4 4'/%3E%3C/svg%3E") no-repeat center / 1rem auto;
}
.more.light::after,
.more:hover::after {
  background-color: var(--secondary);
}
.more:hover::after {
  transform: translateX(0.4rem);
}
.swiper_btns {
  display: flex;
  gap: 2.3rem;
}
.swiper_btns div {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 5.4rem;
  height: 5.4rem;
  border-radius: 50%;
  transition: 0.3s;
  color: var(--title);
  border: 1px solid rgba(11, 20, 46, 0.3);
}
.swiper_btns div::after {
  content: '';
  width: 1.2rem;
  height: 1rem;
  background-color: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 10' fill='none' stroke='%23000' stroke-width='1.25' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M11 5H1M5 1 1 5l4 4'/%3E%3C/svg%3E") no-repeat center / contain;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 10' fill='none' stroke='%23000' stroke-width='1.25' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M11 5H1M5 1 1 5l4 4'/%3E%3C/svg%3E") no-repeat center / contain;
}
.swiper_btns .btn_next::after {
  transform: rotate(180deg);
}
.swiper_btns div:hover,
.swiper_btns .btn_next {
  color: #fff;
  border-color: #0b3d87;
  background-color: #0b3d87;
}
.swiper_btns .btn_next:hover {
  border-color: var(--secondary);
  background-color: var(--secondary);
}
.swiper_btns .swiper-button-disabled {
  opacity: 0.4;
  pointer-events: none;
}
.swiper_btns:has(.swiper-button-lock) {
  display: none;
}

@media screen and (min-width: 769px) and (max-width: 1480px) {
  .content {
    padding: 0px 3rem;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .content {
    max-width: 896px;
  }
  .tcon h1,
  .tcon h2 {
    font-size: 4.2rem;
  }
}

@media screen and (max-width: 768px) {
  html {
    font-size: 10px;
  }
  body {
    font-size: 1.4rem;
  }
  .content {
    padding: 0px 20px;
  }
  .snow,
  .img_bg > img.snow {
    display: none;
  }
  .tag {
    gap: 6px;
    font-size: 12px;
    line-height: 16px;
  }
  .tag::before {
    width: 16px;
    height: 8px;
  }
  .tcon .tag + h1,
  .tcon .tag + h2 {
    margin-top: 10px;
  }
  .tcon h1,
  .tcon h2 {
    font-size: 26px;
    line-height: 1.25;
  }
  .tcon p {
    font-size: 14px;
    line-height: 1.7;
  }
  .tcon h1 + p,
  .tcon h2 + p {
    margin-top: 10px;
  }
  .btn,
  .btn_line,
  .btn_border {
    height: 44px;
    gap: 8px;
    padding: 0px 22px;
    font-size: 15px;
  }
  .btn_line::after,
  .btn_border::after,
  .btn.arrow::after {
    width: 12px;
    height: 8px;
  }
  .more {
    gap: 12px;
    font-size: 15px;
  }
  .more::after {
    width: 30px;
    height: 30px;
    background-size: 10px auto;
  }
  .swiper_btns {
    gap: 12px;
  }
  .swiper_btns div {
    width: 40px;
    height: 40px;
  }
}

.solution_intro {
  position: relative;
  padding: 14.24rem 0px 10rem;
  background-color: var(--light);
}
.solution_intro .content {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 4rem;
}
.solution_intro .text {
  width: 63.6rem;
}
.solution_intro .tcon h2 + p {
  margin-top: 2rem;
}
.solution_intro .tcon p + p {
  margin-top: 2.6rem;
}
.solution_intro .btn {
  margin-top: 4.68rem;
}
.solution_intro .img {
  flex-shrink: 0;
  width: 64rem;
  height: 52rem;
  border-radius: 2.6rem;
}
.solution_intro .img:hover img {
  transform: scale(1.04);
}
@media screen and (min-width: 769px) and (max-width: 1480px) {
  .solution_intro .img {
    width: 46%;
    height: 42rem;
  }
  .solution_intro .text {
    width: 48%;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .solution_intro {
    padding: 8rem 0px 6rem;
  }
  .solution_intro .btn {
    margin-top: 4rem;
  }
}

@media screen and (max-width: 768px) {
  .solution_intro {
    padding: 50px 0px 40px;
  }
  .solution_intro .content {
    display: block;
  }
  .solution_intro .text {
    width: auto;
  }
  .solution_intro .tcon h2 br {
    display: none;
  }
  .solution_intro .tcon h2 + p {
    margin-top: 14px;
  }
  .solution_intro .tcon p + p {
    margin-top: 14px;
  }
  .solution_intro .btn {
    margin-top: 24px;
  }
  .solution_intro .img {
    width: auto;
    height: 220px;
    margin-top: 30px;
    border-radius: 14px;
  }
}

/* --- module: solution3-solution_applications --- */
* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}
:root {
  --primary: #02378a;
  --secondary: #05b6f2;
  --title: #0a2350;
  --text: #5c6b80;
  --dark: #071933;
  --line: #dce5ee;
  --light: #f5f8fb;
}
html {
  scroll-behavior: smooth;
  font-size: clamp(7.5px, 0.520834vw, 10px);
}
.content {
  max-width: 138rem;
  margin: 0px auto;
  position: relative;
}
.content .content {
  padding: 0px;
}
li {
  list-style: none;
}
li.swiper-slide {
  height: auto;
}
a {
  color: inherit;
  cursor: pointer;
  font-size: inherit;
  text-decoration: none;
}
i,
em {
  font-style: normal;
}
input,
button,
textarea,
select {
  border: none;
  outline: none;
  font-family: inherit;
  color: var(--title);
}
button {
  cursor: pointer;
  background-color: transparent;
}
body {
  font-size: 1.6rem;
  color: var(--title);
  font-family: 'Inter', sans-serif;
}
.img.img_cv {
  overflow: hidden;
}
.img.img_cv img {
  object-fit: cover;
}
.img.img_ct img {
  object-fit: contain;
}
.img img {
  width: 100%;
  height: 100%;
  display: block;
  transition: 0.5s;
  aspect-ratio: inherit;
}
.img_bg {
  position: relative;
  z-index: 2;
}
.img_bg > img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: -2;
}
section:has(> .snow) {
  overflow-x: clip;
}
.img_bg > img.snow {
  height: auto;
  object-fit: fill;
  z-index: 1;
}
.snow {
  position: absolute;
  z-index: 1;
  display: block;
  height: auto;
  pointer-events: none;
  user-select: none;
}
.tag {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  color: var(--primary);
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.7rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.tag::before {
  content: '';
  flex-shrink: 0;
  width: 1.8rem;
  height: 0.92rem;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 9.2'%3E%3Cpath fill='%2305b6f2' d='M18.02 2.91c-1.76 1.09-4.08 1.34-5.73 2.63-1.1.86-1.92 2.41-2.57 3.62C7.57 5.57 3.6 6.15 0 6.45c1.66-1.05 4.02-1.34 5.6-2.53C6.68 3.1 8.05 1.28 8.57.01c.69.21.72 1 1.32 1.58 2.09 2.04 5.47 1.34 8.13 1.32Z'/%3E%3C/svg%3E") no-repeat center / contain;
}
.tag.light {
  color: var(--secondary);
}
.tcon h1,
.tcon h2 {
  color: var(--title);
  font-family: 'Archivo', sans-serif;
  font-weight: 600;
  font-size: 4.8rem;
  line-height: 1.2;
}
.tcon .tag + h1,
.tcon .tag + h2 {
  margin-top: 1.2rem;
}
.tcon h1 em,
.tcon h2 em {
  color: var(--secondary);
}
.tcon p {
  color: var(--text);
  font-size: 1.8rem;
  line-height: 2.8rem;
}
.tcon h1 + p,
.tcon h2 + p {
  margin-top: 1.2rem;
}
.btn,
.btn_line,
.btn_border {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  height: 5.6rem;
  padding: 0px 2.7rem;
  border-radius: 10rem;
  cursor: pointer;
  white-space: nowrap;
  font-family: 'Archivo', sans-serif;
  font-weight: 600;
  font-size: 1.8rem;
  transition: 0.3s;
}
.btn_line::after,
.btn_border::after,
.btn.arrow::after {
  content: '';
  flex-shrink: 0;
  width: 1.33rem;
  height: 0.82rem;
  background-color: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 9' fill='none' stroke='%23000' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M.7 4.5h12.4M9.4.7l3.7 3.8-3.7 3.8'/%3E%3C/svg%3E") no-repeat center / contain;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 9' fill='none' stroke='%23000' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M.7 4.5h12.4M9.4.7l3.7 3.8-3.7 3.8'/%3E%3C/svg%3E") no-repeat center / contain;
  transition: transform 0.3s;
}
.btn_line:hover::after,
.btn_border:hover::after,
.btn.arrow:hover::after {
  transform: translateX(0.4rem);
}
.btn {
  color: var(--title);
  background-color: var(--secondary);
}
.btn:hover {
  color: #fff;
  background-color: var(--primary);
  box-shadow: 0px 1rem 2.4rem rgba(2, 55, 138, 0.25);
}
.btn.navy {
  color: #fff;
  background-color: var(--primary);
}
.btn.navy:hover {
  color: var(--title);
  background-color: var(--secondary);
  box-shadow: 0px 1rem 2.4rem rgba(5, 182, 242, 0.3);
}
.btn_line {
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.3);
}
.btn_line:hover {
  color: var(--title);
  border-color: #fff;
  background-color: #fff;
}
.btn_border {
  color: var(--title);
  border: 1px solid var(--line);
  background-color: #fff;
}
.btn_border:hover {
  color: #fff;
  border-color: var(--primary);
  background-color: var(--primary);
}
.more {
  display: inline-flex;
  align-items: center;
  gap: 1.8rem;
  color: var(--primary);
  font-family: 'Archivo', sans-serif;
  font-weight: 600;
  font-size: 1.8rem;
  white-space: nowrap;
  transition: 0.3s;
}
.more::after {
  content: '';
  flex-shrink: 0;
  width: 3.47rem;
  height: 3.47rem;
  border-radius: 50%;
  transition: 0.3s;
  background: var(--primary) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 10' fill='none' stroke='%23fff' stroke-width='1.25' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M1 5h10M7 1l4 4-4 4'/%3E%3C/svg%3E") no-repeat center / 1rem auto;
}
.more.light::after,
.more:hover::after {
  background-color: var(--secondary);
}
.more:hover::after {
  transform: translateX(0.4rem);
}
.swiper_btns {
  display: flex;
  gap: 2.3rem;
}
.swiper_btns div {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 5.4rem;
  height: 5.4rem;
  border-radius: 50%;
  transition: 0.3s;
  color: var(--title);
  border: 1px solid rgba(11, 20, 46, 0.3);
}
.swiper_btns div::after {
  content: '';
  width: 1.2rem;
  height: 1rem;
  background-color: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 10' fill='none' stroke='%23000' stroke-width='1.25' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M11 5H1M5 1 1 5l4 4'/%3E%3C/svg%3E") no-repeat center / contain;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 10' fill='none' stroke='%23000' stroke-width='1.25' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M11 5H1M5 1 1 5l4 4'/%3E%3C/svg%3E") no-repeat center / contain;
}
.swiper_btns .btn_next::after {
  transform: rotate(180deg);
}
.swiper_btns div:hover,
.swiper_btns .btn_next {
  color: #fff;
  border-color: #0b3d87;
  background-color: #0b3d87;
}
.swiper_btns .btn_next:hover {
  border-color: var(--secondary);
  background-color: var(--secondary);
}
.swiper_btns .swiper-button-disabled {
  opacity: 0.4;
  pointer-events: none;
}
.swiper_btns:has(.swiper-button-lock) {
  display: none;
}

@media screen and (min-width: 769px) and (max-width: 1480px) {
  .content {
    padding: 0px 3rem;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .content {
    max-width: 896px;
  }
  .tcon h1,
  .tcon h2 {
    font-size: 4.2rem;
  }
}

@media screen and (max-width: 768px) {
  html {
    font-size: 10px;
  }
  body {
    font-size: 1.4rem;
  }
  .content {
    padding: 0px 20px;
  }
  .snow,
  .img_bg > img.snow {
    display: none;
  }
  .tag {
    gap: 6px;
    font-size: 12px;
    line-height: 16px;
  }
  .tag::before {
    width: 16px;
    height: 8px;
  }
  .tcon .tag + h1,
  .tcon .tag + h2 {
    margin-top: 10px;
  }
  .tcon h1,
  .tcon h2 {
    font-size: 26px;
    line-height: 1.25;
  }
  .tcon p {
    font-size: 14px;
    line-height: 1.7;
  }
  .tcon h1 + p,
  .tcon h2 + p {
    margin-top: 10px;
  }
  .btn,
  .btn_line,
  .btn_border {
    height: 44px;
    gap: 8px;
    padding: 0px 22px;
    font-size: 15px;
  }
  .btn_line::after,
  .btn_border::after,
  .btn.arrow::after {
    width: 12px;
    height: 8px;
  }
  .more {
    gap: 12px;
    font-size: 15px;
  }
  .more::after {
    width: 30px;
    height: 30px;
    background-size: 10px auto;
  }
  .swiper_btns {
    gap: 12px;
  }
  .swiper_btns div {
    width: 40px;
    height: 40px;
  }
}

.solution_applications {
  position: relative;
  padding: 9.7rem 0px 14.4rem;
  background-color: var(--light);
}
.solution_applications .snow_left {
  left: -2rem;
  bottom: -11rem;
  width: 19.41rem;
  transform: rotate(-18.35deg);
}
.solution_applications .list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.5rem 2.78rem;
  margin-top: 4.3rem;
}
.solution_applications .item {
  display: flex;
  align-items: center;
  gap: 4.2rem;
  height: 12rem;
  padding: 0px 3rem 0px 4.3rem;
  border-radius: 1.6rem;
  background-color: #fff;
  box-shadow: 0px 0.6rem 2rem rgba(10, 35, 80, 0.05);
  transition: background-color 0.35s, box-shadow 0.35s;
}
.solution_applications .num {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  color: #05b7f2;
  font-weight: 500;
  font-size: 1.74rem;
  border: 1.5px solid #00bdf5;
}
.solution_applications .title {
  color: #0e1116;
  font-family: 'Archivo', sans-serif;
  font-weight: 700;
  font-size: 2rem;
  line-height: 2.6rem;
  transition: color 0.35s;
}
.solution_applications li.active .item {
  background-color: var(--primary);
  box-shadow: 0px 1.2rem 3rem rgba(2, 55, 138, 0.18);
}
.solution_applications li.active .title {
  color: #fff;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .solution_applications {
    padding: 6rem 0px 8rem;
  }
  .solution_applications .list {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
  }
  .solution_applications .item {
    gap: 2.4rem;
    padding: 0px 2rem;
  }
}

@media screen and (max-width: 768px) {
  .solution_applications {
    padding: 40px 0px 50px;
  }
  .solution_applications .tcon h2 br {
    display: none;
  }
  .solution_applications .list {
    grid-template-columns: 1fr;
    gap: 12px;
    margin-top: 24px;
  }
  .solution_applications .item {
    gap: 16px;
    height: 76px;
    padding: 0px 16px;
    border-radius: 12px;
  }
  .solution_applications .num {
    width: 34px;
    height: 34px;
    font-size: 14px;
  }
  .solution_applications .title {
    font-size: 16px;
    line-height: 1.3;
  }
  .solution_applications .title br {
    display: none;
  }
}

/* --- module: solution4-page_faqs --- */
* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}
:root {
  --primary: #02378a;
  --secondary: #05b6f2;
  --title: #0a2350;
  --text: #5c6b80;
  --dark: #071933;
  --line: #dce5ee;
  --light: #f5f8fb;
}
html {
  scroll-behavior: smooth;
  font-size: clamp(7.5px, 0.520834vw, 10px);
}
.content {
  max-width: 138rem;
  margin: 0px auto;
  position: relative;
}
.content .content {
  padding: 0px;
}
li {
  list-style: none;
}
li.swiper-slide {
  height: auto;
}
a {
  color: inherit;
  cursor: pointer;
  font-size: inherit;
  text-decoration: none;
}
i,
em {
  font-style: normal;
}
input,
button,
textarea,
select {
  border: none;
  outline: none;
  font-family: inherit;
  color: var(--title);
}
button {
  cursor: pointer;
  background-color: transparent;
}
body {
  font-size: 1.6rem;
  color: var(--title);
  font-family: 'Inter', sans-serif;
}
.img.img_cv {
  overflow: hidden;
}
.img.img_cv img {
  object-fit: cover;
}
.img.img_ct img {
  object-fit: contain;
}
.img img {
  width: 100%;
  height: 100%;
  display: block;
  transition: 0.5s;
  aspect-ratio: inherit;
}
.img_bg {
  position: relative;
  z-index: 2;
}
.img_bg > img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: -2;
}
section:has(> .snow) {
  overflow-x: clip;
}
.img_bg > img.snow {
  height: auto;
  object-fit: fill;
  z-index: 1;
}
.snow {
  position: absolute;
  z-index: 1;
  display: block;
  height: auto;
  pointer-events: none;
  user-select: none;
}
.tag {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  color: var(--primary);
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.7rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.tag::before {
  content: '';
  flex-shrink: 0;
  width: 1.8rem;
  height: 0.92rem;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 9.2'%3E%3Cpath fill='%2305b6f2' d='M18.02 2.91c-1.76 1.09-4.08 1.34-5.73 2.63-1.1.86-1.92 2.41-2.57 3.62C7.57 5.57 3.6 6.15 0 6.45c1.66-1.05 4.02-1.34 5.6-2.53C6.68 3.1 8.05 1.28 8.57.01c.69.21.72 1 1.32 1.58 2.09 2.04 5.47 1.34 8.13 1.32Z'/%3E%3C/svg%3E") no-repeat center / contain;
}
.tag.light {
  color: var(--secondary);
}
.tcon h1,
.tcon h2 {
  color: var(--title);
  font-family: 'Archivo', sans-serif;
  font-weight: 600;
  font-size: 4.8rem;
  line-height: 1.2;
}
.tcon .tag + h1,
.tcon .tag + h2 {
  margin-top: 1.2rem;
}
.tcon h1 em,
.tcon h2 em {
  color: var(--secondary);
}
.tcon p {
  color: var(--text);
  font-size: 1.8rem;
  line-height: 2.8rem;
}
.tcon h1 + p,
.tcon h2 + p {
  margin-top: 1.2rem;
}
.btn,
.btn_line,
.btn_border {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  height: 5.6rem;
  padding: 0px 2.7rem;
  border-radius: 10rem;
  cursor: pointer;
  white-space: nowrap;
  font-family: 'Archivo', sans-serif;
  font-weight: 600;
  font-size: 1.8rem;
  transition: 0.3s;
}
.btn_line::after,
.btn_border::after,
.btn.arrow::after {
  content: '';
  flex-shrink: 0;
  width: 1.33rem;
  height: 0.82rem;
  background-color: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 9' fill='none' stroke='%23000' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M.7 4.5h12.4M9.4.7l3.7 3.8-3.7 3.8'/%3E%3C/svg%3E") no-repeat center / contain;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 9' fill='none' stroke='%23000' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M.7 4.5h12.4M9.4.7l3.7 3.8-3.7 3.8'/%3E%3C/svg%3E") no-repeat center / contain;
  transition: transform 0.3s;
}
.btn_line:hover::after,
.btn_border:hover::after,
.btn.arrow:hover::after {
  transform: translateX(0.4rem);
}
.btn {
  color: var(--title);
  background-color: var(--secondary);
}
.btn:hover {
  color: #fff;
  background-color: var(--primary);
  box-shadow: 0px 1rem 2.4rem rgba(2, 55, 138, 0.25);
}
.btn.navy {
  color: #fff;
  background-color: var(--primary);
}
.btn.navy:hover {
  color: var(--title);
  background-color: var(--secondary);
  box-shadow: 0px 1rem 2.4rem rgba(5, 182, 242, 0.3);
}
.btn_line {
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.3);
}
.btn_line:hover {
  color: var(--title);
  border-color: #fff;
  background-color: #fff;
}
.btn_border {
  color: var(--title);
  border: 1px solid var(--line);
  background-color: #fff;
}
.btn_border:hover {
  color: #fff;
  border-color: var(--primary);
  background-color: var(--primary);
}
.more {
  display: inline-flex;
  align-items: center;
  gap: 1.8rem;
  color: var(--primary);
  font-family: 'Archivo', sans-serif;
  font-weight: 600;
  font-size: 1.8rem;
  white-space: nowrap;
  transition: 0.3s;
}
.more::after {
  content: '';
  flex-shrink: 0;
  width: 3.47rem;
  height: 3.47rem;
  border-radius: 50%;
  transition: 0.3s;
  background: var(--primary) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 10' fill='none' stroke='%23fff' stroke-width='1.25' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M1 5h10M7 1l4 4-4 4'/%3E%3C/svg%3E") no-repeat center / 1rem auto;
}
.more.light::after,
.more:hover::after {
  background-color: var(--secondary);
}
.more:hover::after {
  transform: translateX(0.4rem);
}
.swiper_btns {
  display: flex;
  gap: 2.3rem;
}
.swiper_btns div {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 5.4rem;
  height: 5.4rem;
  border-radius: 50%;
  transition: 0.3s;
  color: var(--title);
  border: 1px solid rgba(11, 20, 46, 0.3);
}
.swiper_btns div::after {
  content: '';
  width: 1.2rem;
  height: 1rem;
  background-color: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 10' fill='none' stroke='%23000' stroke-width='1.25' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M11 5H1M5 1 1 5l4 4'/%3E%3C/svg%3E") no-repeat center / contain;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 10' fill='none' stroke='%23000' stroke-width='1.25' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M11 5H1M5 1 1 5l4 4'/%3E%3C/svg%3E") no-repeat center / contain;
}
.swiper_btns .btn_next::after {
  transform: rotate(180deg);
}
.swiper_btns div:hover,
.swiper_btns .btn_next {
  color: #fff;
  border-color: #0b3d87;
  background-color: #0b3d87;
}
.swiper_btns .btn_next:hover {
  border-color: var(--secondary);
  background-color: var(--secondary);
}
.swiper_btns .swiper-button-disabled {
  opacity: 0.4;
  pointer-events: none;
}
.swiper_btns:has(.swiper-button-lock) {
  display: none;
}

@media screen and (min-width: 769px) and (max-width: 1480px) {
  .content {
    padding: 0px 3rem;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .content {
    max-width: 896px;
  }
  .tcon h1,
  .tcon h2 {
    font-size: 4.2rem;
  }
}

@media screen and (max-width: 768px) {
  html {
    font-size: 10px;
  }
  body {
    font-size: 1.4rem;
  }
  .content {
    padding: 0px 20px;
  }
  .snow,
  .img_bg > img.snow {
    display: none;
  }
  .tag {
    gap: 6px;
    font-size: 12px;
    line-height: 16px;
  }
  .tag::before {
    width: 16px;
    height: 8px;
  }
  .tcon .tag + h1,
  .tcon .tag + h2 {
    margin-top: 10px;
  }
  .tcon h1,
  .tcon h2 {
    font-size: 26px;
    line-height: 1.25;
  }
  .tcon p {
    font-size: 14px;
    line-height: 1.7;
  }
  .tcon h1 + p,
  .tcon h2 + p {
    margin-top: 10px;
  }
  .btn,
  .btn_line,
  .btn_border {
    height: 44px;
    gap: 8px;
    padding: 0px 22px;
    font-size: 15px;
  }
  .btn_line::after,
  .btn_border::after,
  .btn.arrow::after {
    width: 12px;
    height: 8px;
  }
  .more {
    gap: 12px;
    font-size: 15px;
  }
  .more::after {
    width: 30px;
    height: 30px;
    background-size: 10px auto;
  }
  .swiper_btns {
    gap: 12px;
  }
  .swiper_btns div {
    width: 40px;
    height: 40px;
  }
}

.page_faqs {
  position: relative;
  padding: 14.05rem 0px 10rem;
  background-color: #fff;
}
.page_faqs .snow_left {
  left: -10.71rem;
  bottom: -3rem;
  width: 19.41rem;
  transform: rotate(-18.35deg);
}
.page_faqs .list {
  margin-top: 4.08rem;
}
.page_faqs .faq_item {
  border: 1px solid var(--line);
  border-radius: 1.2rem;
  background-color: #fff;
  transition: border-color 0.3s, box-shadow 0.3s;
}
.page_faqs .faq_item + .faq_item {
  margin-top: 1.4rem;
}
.page_faqs .faq_item.active + .faq_item {
  margin-top: 2.98rem;
}
.page_faqs .faq_item:hover {
  border-color: rgba(2, 55, 138, 0.35);
}
.page_faqs .faq_item.active {
  border-color: transparent;
  background-image: linear-gradient(180deg, #0d245e 0%, #08579e 100%);
}
.page_faqs .question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 3rem;
  height: 7.5rem;
  padding: 0px 2.83rem;
  cursor: pointer;
}
.page_faqs .question h3 {
  color: var(--title);
  font-family: 'Archivo', sans-serif;
  font-weight: 600;
  font-size: 2rem;
  line-height: 2.6rem;
  transition: color 0.3s;
}
.page_faqs .faq_item.active .question h3 {
  color: #fff;
  font-weight: 700;
}
.page_faqs .question i {
  position: relative;
  flex-shrink: 0;
  width: 3.28rem;
  height: 3.28rem;
  border-radius: 50%;
  transition: background-color 0.3s;
  background-color: var(--primary);
}
.page_faqs .question i::before,
.page_faqs .question i::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  width: 1.2rem;
  height: 0.146rem;
  margin: -0.073rem 0px 0px -0.6rem;
  transition: transform 0.3s;
  background-color: #fff;
}
.page_faqs .question i::after {
  transform: rotate(90deg);
}
.page_faqs .faq_item:hover .question i {
  background-color: var(--secondary);
}
.page_faqs .faq_item.active .question i {
  background-color: var(--secondary);
}
.page_faqs .faq_item.active .question i::before {
  transform: rotate(45deg) scale(0.86);
}
.page_faqs .faq_item.active .question i::after {
  transform: rotate(135deg) scale(0.86);
}
.page_faqs .answer {
  display: none;
  padding: 1.08rem 24rem 4.48rem 2.93rem;
}
.page_faqs .answer p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 1.6rem;
  line-height: 2.6rem;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .page_faqs {
    padding: 7rem 0px 6rem;
  }
  .page_faqs .question {
    height: 7rem;
    padding: 0px 2rem;
  }
  .page_faqs .question h3 {
    font-size: 1.8rem;
  }
  .page_faqs .answer {
    padding: 1rem 6rem 3.5rem 2rem;
  }
}

@media screen and (max-width: 768px) {
  .page_faqs {
    padding: 50px 0px 40px;
  }
  .page_faqs .list {
    margin-top: 24px;
  }
  .page_faqs .faq_item + .faq_item,
  .page_faqs .faq_item.active + .faq_item {
    margin-top: 10px;
  }
  .page_faqs .question {
    gap: 14px;
    height: auto;
    min-height: 60px;
    padding: 14px 16px;
  }
  .page_faqs .question h3 {
    font-size: 15px;
    line-height: 1.4;
  }
  .page_faqs .question i {
    width: 26px;
    height: 26px;
  }
  .page_faqs .question i::before,
  .page_faqs .question i::after {
    width: 10px;
    height: 1.4px;
    margin: -0.7px 0px 0px -5px;
  }
  .page_faqs .answer {
    padding: 0px 16px 18px;
  }
  .page_faqs .answer p {
    font-size: 13px;
    line-height: 1.7;
  }
}
