﻿/* === home.css === */
/* --- base: home.css --- */
/* #region home_news */
.home_news {
  position: relative;
  padding: 14rem 0px 21.8rem;
  background-color: #fff;
}
.home_news .head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 3rem;
}
.home_news .list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.82rem;
  margin-top: 4.7rem;
}
.home_news .item {
  display: block;
}
.home_news .img {
  height: 29.48rem;
  border-radius: 2.15rem;
}
.home_news .item:hover .img img {
  transform: scale(1.05);
}
.home_news .meta {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-top: 3.55rem;
  font-family: 'Archivo', sans-serif;
  font-size: 1.6rem;
  line-height: 1.9rem;
}
.home_news .meta em {
  color: var(--primary);
  font-weight: 600;
  text-transform: uppercase;
}
.home_news .meta time {
  color: rgba(92, 107, 128, 0.85);
}
.home_news .meta time::before {
  content: '·';
  margin-right: 0.5rem;
}
.home_news h3 {
  margin-top: 1.5rem;
  color: var(--title);
  font-family: 'Archivo', sans-serif;
  font-weight: 600;
  font-size: 2.2rem;
  line-height: 2.8rem;
  text-decoration: underline;
  text-decoration-color: transparent;
  text-underline-offset: 0.3rem;
  transition: text-decoration-color 0.3s;
}
.home_news .item:hover h3 {
  text-decoration-color: currentColor;
}
/* #endregion */

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .home_news {
    padding-bottom: 14rem;
  }
  .home_news .img {
    height: 22rem;
  }
}

@media screen and (max-width: 768px) {
  .home_news {
    padding: 50px 0px;
  }
  .home_news .head {
    align-items: flex-start;
    flex-direction: column;
    gap: 16px;
  }
  .home_news .list {
    grid-template-columns: 1fr;
    gap: 30px;
    margin-top: 24px;
  }
  .home_news .img {
    height: auto;
    aspect-ratio: 441 / 295;
    border-radius: 12px;
  }
  .home_news .meta {
    margin-top: 14px;
    font-size: 13px;
    line-height: 16px;
  }
  .home_news h3 {
    margin-top: 8px;
    font-size: 17px;
    line-height: 1.4;
  }
}


/* --- module: home1-home_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;
  }
}

.home_banner {
  overflow-x: clip;
  min-height: 77.2rem;
  padding: 12.3rem 0px 6rem;
  color: #fff;
  background-color: #0d2c63;
}
.home_banner > img:first-child {
  object-position: center top;
}
.home_banner > img.snow_left {
  left: -6.97rem;
  top: 69.37rem;
  z-index: 3;
  width: 19.14rem;
  transform: rotate(-18.35deg);
}
.home_banner > img.snow_right {
  left: auto;
  right: -12.7rem;
  top: -5.3rem;
  width: 25.5rem;
  opacity: 0.72;
}
.home_banner .tcon {
  max-width: 72rem;
}
.home_banner .tcon h1 {
  color: #fff;
  font-weight: 700;
  font-size: 6.8rem;
  line-height: 8.6rem;
}
.home_banner .tcon .tag + h1 {
  margin-top: 1rem;
}
.home_banner .tcon h1 em {
  color: #00bdf5;
}
.home_banner .tcon p {
  max-width: 64rem;
  margin-top: 2.4rem;
  color: rgba(255, 255, 255, 0.85);
  line-height: 3rem;
}
.home_banner .btns {
  display: flex;
  flex-wrap: wrap;
  gap: 2.7rem;
  margin-top: 4rem;
}
.home_banner .range {
  width: 46rem;
  margin-top: 9.4rem;
  color: rgba(7, 25, 51, 0.7);
}
.home_banner .range .bar {
  position: relative;
  height: 0.6rem;
  border-radius: 1rem;
  background-color: rgba(255, 255, 255, 0.17);
}
.home_banner .range .bar i {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  border-radius: 1rem;
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0.34) 0%, rgba(0, 189, 245, 0.55) 55%, #00bdf5 100%);
}
.home_banner .range .bar i::after {
  content: '';
  position: absolute;
  right: -1.2rem;
  top: 50%;
  width: 2.36rem;
  height: 2.36rem;
  margin-top: -1.18rem;
  border-radius: 50%;
  background: radial-gradient(circle, #fff 0rem, #fff 0.45rem, #05b6f2 0.46rem, #05b6f2 0.75rem, rgba(5, 182, 242, 0.24) 0.76rem);
}
.home_banner.aos_range .range .bar i {
  animation: home_banner_range 1.6s cubic-bezier(0.22, 0.61, 0.36, 1) both;
}
@keyframes home_banner_range {
  from {
    width: 0%;
  }
  to {
    width: 100%;
  }
}
.home_banner .range ul {
  display: flex;
  justify-content: space-between;
  margin-top: 1.7rem;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.7rem;
}
.home_banner .range p {
  margin-top: 2.6rem;
  font-size: 1.28rem;
  line-height: 1.6rem;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .home_banner .tcon h1 {
    font-size: 5.6rem;
    line-height: 1.25;
  }
  .home_banner > img:first-child {
    object-position: 70% top;
  }
}

@media screen and (max-width: 768px) {
  .home_banner {
    min-height: 0px;
    padding: 50px 0px 300px;
  }
  .home_banner > img:first-child {
    object-position: 68% bottom;
  }
  .home_banner::before {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: -1;
    width: 100%;
    height: 70%;
    background-image: linear-gradient(180deg, #0d2c63 40%, rgba(13, 44, 99, 0) 100%);
  }
  .home_banner .tcon h1 {
    font-size: 34px;
    line-height: 1.2;
  }
  .home_banner .tcon .tag + h1 {
    margin-top: 10px;
  }
  .home_banner .tcon p {
    margin-top: 14px;
    line-height: 1.7;
  }
  .home_banner .btns {
    gap: 10px;
    margin-top: 24px;
  }
  .home_banner .range {
    display: none;
  }
}

/* --- module: home8-home_modules --- */
* {
  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;
  }
}

.home_modules {
  position: relative;
  padding: 11.6rem 0px 12.4rem;
  background-color: var(--light);
}
.home_modules .snow_right {
  right: -0.9rem;
  top: 8.6rem;
  width: 9.6rem;
  transform: rotate(-18.35deg);
}
.home_modules .content {
  z-index: 2;
}
.home_modules .head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 4rem;
}
.home_modules .desc {
  width: 36rem;
  padding-bottom: 0.8rem;
}
.home_modules .desc p {
  color: var(--text);
  font-size: 1.6rem;
  line-height: 2.4rem;
}
.home_modules .list {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 1.8rem;
  margin-top: 4.4rem;
}
.home_modules .card {
  position: relative;
  overflow: hidden;
  grid-column: span 2;
  height: 38rem;
  border-radius: 1.6rem;
  color: #fff;
  background-color: var(--dark);
  isolation: isolate;
  transition: box-shadow 0.4s;
}
.home_modules .card.wide {
  grid-column: span 3;
  height: 33.6rem;
}
.home_modules .card:hover,
.home_modules .card:focus-within {
  box-shadow: 0px 1.8rem 4rem rgba(2, 55, 138, 0.22);
}
.home_modules .card .img {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: -2;
  width: 100%;
  height: 100%;
}
.home_modules .card .img img {
  transition: transform 0.8s;
}
.home_modules .card:hover .img img {
  transform: scale(1.06);
}
.home_modules .card::before {
  content: '';
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: -1;
  width: 100%;
  height: 100%;
  transition: opacity 0.4s;
  background-image: linear-gradient(180deg, rgba(7, 25, 51, 0.06) 0%, rgba(7, 25, 51, 0.1) 32%, rgba(7, 25, 51, 0.5) 52%, rgba(7, 25, 51, 0.84) 72%, rgba(7, 25, 51, 0.94) 100%);
}
.home_modules .card.wide::before {
  background-image: linear-gradient(90deg, rgba(7, 25, 51, 0.45) 0%, rgba(7, 25, 51, 0) 60%), linear-gradient(180deg, rgba(7, 25, 51, 0.06) 0%, rgba(7, 25, 51, 0.1) 32%, rgba(7, 25, 51, 0.5) 52%, rgba(7, 25, 51, 0.84) 72%, rgba(7, 25, 51, 0.94) 100%);
}
.home_modules .card:nth-child(1) .img img {
  object-position: 50% 30%;
}
.home_modules .card:nth-child(4) .img img {
  object-position: 50% 58%;
}
.home_modules .card:nth-child(5) .img img {
  object-position: 50% 36%;
}
.home_modules .info {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  padding: 0px 3.4rem 3.4rem;
}
.home_modules .title {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}
.home_modules .icon {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 5.2rem;
  height: 5.2rem;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.32);
  background-color: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(0.6rem);
  transition: 0.4s;
}
.home_modules .icon img {
  display: block;
  width: 2.8rem;
  height: 2.8rem;
}
.home_modules .card:hover .icon {
  border-color: var(--secondary);
  background-color: rgba(5, 182, 242, 0.18);
}
.home_modules h3 {
  color: #fff;
  font-family: 'Archivo', sans-serif;
  font-weight: 500;
  font-size: 3rem;
  line-height: 1.12;
  text-shadow: 0px 0.1rem 1.4rem rgba(7, 25, 51, 0.5);
}
.home_modules h3 a::after {
  content: '';
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 2;
  width: 100%;
  height: 100%;
}
.home_modules .links {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.9rem;
  margin-top: 2rem;
}
.home_modules .links li {
  position: relative;
  z-index: 3;
}
.home_modules .links a {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  color: rgba(255, 255, 255, 0.92);
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.8rem;
  transition: color 0.3s;
}
.home_modules .links a::after {
  content: '';
  flex-shrink: 0;
  width: 0.9rem;
  height: 0.9rem;
  background-color: currentColor;
  opacity: 0.7;
  transition: 0.3s;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 10' fill='none' stroke='%23000' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M2 8 8 2M3.2 2H8v4.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 10 10' fill='none' stroke='%23000' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M2 8 8 2M3.2 2H8v4.8'/%3E%3C/svg%3E") no-repeat center / contain;
}
.home_modules .links a:hover {
  color: var(--secondary);
}
.home_modules .links a:hover::after {
  opacity: 1;
  transform: translate(0.2rem, -0.2rem);
}
.home_modules .arrow {
  position: absolute;
  right: 3.2rem;
  bottom: 3.4rem;
  z-index: 1;
  width: 5.2rem;
  height: 5.2rem;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.5);
  transition: 0.4s;
  pointer-events: none;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 10' fill='none' stroke='%23fff' stroke-width='1' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M2.4 7.6 7.6 2.4M3.4 2.4h4.2v4.2'/%3E%3C/svg%3E") no-repeat center / 1.8rem auto;
}
.home_modules .card:hover .arrow,
.home_modules .card:focus-within .arrow {
  border-color: var(--secondary);
  background-color: var(--secondary);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 10' fill='none' stroke='%230a2350' stroke-width='1.1' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M2.4 7.6 7.6 2.4M3.4 2.4h4.2v4.2'/%3E%3C/svg%3E");
  transform: translate(0.3rem, -0.3rem);
}
.home_modules .card:focus-within {
  outline: 2px solid var(--secondary);
  outline-offset: 2px;
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .home_modules .card {
    height: 36rem;
  }
  .home_modules .card.wide {
    height: 32rem;
  }
  .home_modules h3 {
    font-size: 2.6rem;
  }
  .home_modules .info {
    padding: 0px 3rem 3rem;
  }
  .home_modules .arrow {
    right: 2.6rem;
    bottom: 3rem;
  }
}

@media screen and (max-width: 768px) {
  .home_modules {
    padding: 50px 0px;
  }
  .home_modules .head {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
  }
  .home_modules .desc {
    width: auto;
    padding-bottom: 0px;
  }
  .home_modules .desc p {
    font-size: 14px;
    line-height: 1.7;
  }
  .home_modules .list {
    grid-template-columns: 1fr;
    gap: 14px;
    margin-top: 24px;
  }
  .home_modules .card,
  .home_modules .card.wide {
    grid-column: auto;
    height: 300px;
    border-radius: 12px;
  }
  .home_modules .info {
    padding: 0px 20px 22px;
  }
  .home_modules .title {
    gap: 12px;
  }
  .home_modules .icon {
    width: 42px;
    height: 42px;
  }
  .home_modules .icon img {
    width: 24px;
    height: 24px;
  }
  .home_modules h3 {
    font-size: 22px;
  }
  .home_modules .links {
    gap: 7px;
    margin-top: 14px;
  }
  .home_modules .links a {
    gap: 5px;
    font-size: 13px;
    line-height: 17px;
  }
  .home_modules .links a::after {
    width: 9px;
    height: 9px;
  }
  .home_modules .arrow {
    right: 18px;
    bottom: 22px;
    width: 42px;
    height: 42px;
    background-size: 15px auto;
  }
}

/* --- module: home3-home_bestseller --- */
* {
  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;
  }
}

.home_bestseller {
  position: relative;
  padding: 13.6rem 0px 11.5rem;
  background-color: #fff;
}
.home_bestseller .snow_right {
  right: -0.7rem;
  top: 67.1rem;
  width: 10.1rem;
  transform: rotate(-18.35deg);
}
.home_bestseller .snow_left {
  left: 0.2rem;
  bottom: -8rem;
  width: 15.1rem;
  transform: rotate(-18.35deg);
}
.home_bestseller .tcon p {
  max-width: 64rem;
}
.home_bestseller .list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3.9rem;
  margin-top: 4rem;
}
.home_bestseller .item {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.home_bestseller .img {
  position: relative;
  overflow: hidden;
  height: 34.6rem;
  border-radius: 1.8rem;
  border: 1px solid var(--line);
  background-image: linear-gradient(180deg, #9ec2e5 0%, #e7f0f7 55%, #c0d7ed 74%, #a7c7e7 90%, #9ec2e5 99%);
}
.home_bestseller .img img {
  position: absolute;
  left: 50%;
  top: 5.8rem;
  width: 28.75rem;
  height: 22.4rem;
  transform: translateX(-50%);
}
.home_bestseller .img.square img {
  top: 2.6rem;
  width: 30.84rem;
  height: 30.84rem;
}
.home_bestseller .img.photo img {
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  transform: none;
}
.home_bestseller .item:hover .img img {
  transform: translateX(-50%) scale(1.05);
}
.home_bestseller .item:hover .img.photo img {
  transform: scale(1.05);
}
.home_bestseller .info {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 3.6rem 0.4rem 0px;
}
.home_bestseller .badge {
  display: inline-block;
  padding: 0px 1rem;
  border-radius: 0.6rem;
  color: var(--primary);
  font-weight: 600;
  font-size: 1.4rem;
  line-height: 2.64rem;
  text-transform: uppercase;
  background-color: #e6f3fa;
}
.home_bestseller h3 {
  margin-top: 1.75rem;
  color: var(--title);
  font-family: 'Archivo', sans-serif;
  font-weight: 600;
  font-size: 2.4rem;
  line-height: 3rem;
  transition: color 0.3s;
}
.home_bestseller .item:hover h3 {
  color: var(--primary);
}
.home_bestseller .info p {
  margin-top: 1rem;
  color: var(--text);
  font-size: 1.6rem;
  line-height: 2.2rem;
}
.home_bestseller .more {
  margin-top: auto;
  padding-top: 2rem;
}
.home_bestseller .item:hover .more::after {
  transform: translateX(0.4rem);
  background-color: var(--secondary);
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .home_bestseller .list {
    gap: 2rem;
  }
  .home_bestseller .img {
    height: 28rem;
  }
  .home_bestseller .img img {
    top: 3rem;
  }
  .home_bestseller .img.square img {
    top: 1rem;
    width: 26rem;
    height: 26rem;
  }
}

@media screen and (max-width: 768px) {
  .home_bestseller {
    padding: 50px 0px;
  }
  .home_bestseller .list {
    grid-template-columns: 1fr;
    gap: 36px;
    margin-top: 24px;
  }
  .home_bestseller .img {
    height: 240px;
    border-radius: 12px;
  }
  .home_bestseller .img img {
    top: 30px;
    width: 230px;
    height: 180px;
  }
  .home_bestseller .img.square img {
    top: 10px;
    width: 220px;
    height: 220px;
  }
  .home_bestseller .info {
    padding: 18px 0px 0px;
  }
  .home_bestseller .badge {
    font-size: 12px;
    line-height: 24px;
    padding: 0px 8px;
  }
  .home_bestseller h3 {
    margin-top: 10px;
    font-size: 20px;
    line-height: 1.3;
  }
  .home_bestseller .info p {
    margin-top: 6px;
    font-size: 14px;
    line-height: 1.6;
  }
  .home_bestseller .more {
    padding-top: 14px;
  }
}

/* --- module: home4-home_range --- */
* {
  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;
  }
}

.home_range {
  position: relative;
  padding: 13.6rem 0px 17.3rem;
  background-color: var(--light);
}
.home_range .snow_1 {
  left: -3.6rem;
  top: 7rem;
  width: 4.85rem;
  transform: rotate(100.36deg);
}
.home_range .snow_2 {
  left: 5.3rem;
  top: 16.3rem;
  width: 4.85rem;
  transform: rotate(79.64deg) scaleY(-1);
}
.home_range .snow_3 {
  right: -1.5rem;
  bottom: 5.8rem;
  width: 12.3rem;
  transform: rotate(-18.35deg);
}
.home_range .snow_4 {
  right: 11.4rem;
  bottom: -0.3rem;
  width: 4.1rem;
  transform: rotate(150.69deg) scaleY(-1);
}
.home_range .tcon p {
  max-width: 66rem;
  margin: 2.7rem auto 0px;
}
.home_range .list {
  display: flex;
  flex-wrap: wrap;
  gap: 1.9rem 1.75rem;
  margin-top: 3.6rem;
}
.home_range li {
  width: calc((100% - 3.5rem) * 0.27902);
}
.home_range li.big {
  width: calc((100% - 3.5rem) * 0.44196);
}
.home_range .item {
  display: block;
  position: relative;
  overflow: hidden;
  height: 36.38rem;
  padding: 4.2rem 3rem 0px 4.1rem;
  border-radius: 1.4rem;
  background-color: #fff;
  transition: box-shadow 0.4s;
}
.home_range .item::before {
  content: '';
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.4s;
  background-image: linear-gradient(180deg, #0d2661 0%, #3064a2 34%, #407fbf 52%, #3b7abb 62%, #2f6bb0 75%, #1b549f 88%, #02378a 100%);
}
.home_range li.active .item {
  box-shadow: 0px 1.6rem 3.6rem rgba(2, 55, 138, 0.18);
}
.home_range li.active .item::before {
  opacity: 1;
}
.home_range h3 {
  position: relative;
  z-index: 2;
  color: var(--title);
  font-family: 'Archivo', sans-serif;
  font-weight: 600;
  font-size: 2.4rem;
  line-height: 2.9rem;
  transition: color 0.4s;
}
.home_range li.big h3 {
  font-size: 2.6rem;
  line-height: 3.2rem;
}
.home_range li.big:first-child .item {
  padding-left: 3.74rem;
}
.home_range .item p {
  position: absolute;
  left: 3.64rem;
  bottom: 4.2rem;
  z-index: 2;
  width: 23.5rem;
  color: var(--text);
  font-size: 1.6rem;
  line-height: 2.2rem;
  transition: color 0.4s;
}
.home_range li.big:first-child .item p {
  width: 22.6rem;
}
.home_range li.active h3 {
  color: #fff;
}
.home_range li.active .item p {
  color: rgba(255, 255, 255, 0.8);
}
.home_range .img {
  position: absolute;
  z-index: 1;
}
.home_range .img img {
  transition: transform 0.6s;
}
.home_range .item:hover .img img {
  transform: scale(1.05);
}
.home_range li:nth-child(1) .img {
  left: 25.12rem;
  top: 3.29rem;
  width: 28.39rem;
  height: 28.39rem;
}
.home_range li:nth-child(2) .img {
  left: 50%;
  top: 12.32rem;
  width: 22.3rem;
  height: 22.3rem;
  margin-left: -11.15rem;
}
.home_range li:nth-child(3) .img {
  left: 5.09rem;
  top: 12.4rem;
  width: 27.73rem;
  height: 20.71rem;
}
.home_range li:nth-child(4) .img {
  left: 2.19rem;
  top: 7.25rem;
  width: 28.94rem;
  height: 28.94rem;
}
.home_range li:nth-child(5) .img {
  left: 2.47rem;
  top: 4.72rem;
  width: 32.93rem;
  height: 32.93rem;
}
.home_range li:nth-child(6) .img {
  left: 22.65rem;
  top: 2.05rem;
  width: 34.93rem;
  height: 26.08rem;
}
.home_range .arrow {
  position: absolute;
  right: 4.57rem;
  bottom: 4.1rem;
  z-index: 2;
  width: 3.47rem;
  height: 3.47rem;
  border-radius: 50%;
  opacity: 0;
  transition: 0.4s;
  transform: translateX(-1rem);
  background: var(--secondary) 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;
}
.home_range li.active .arrow {
  opacity: 1;
  transform: translateX(0px);
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .home_range li,
  .home_range li.big {
    width: calc((100% - 1.75rem) / 2);
  }
  .home_range .item {
    height: 34rem;
  }
  .home_range li:nth-child(n) .img {
    left: auto;
    right: 2rem;
    top: auto;
    bottom: 2rem;
    width: 24rem;
    height: 20rem;
    margin: 0px;
  }
  .home_range .item p {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .home_range {
    padding: 50px 0px;
  }
  .home_range .tcon p {
    margin-top: 10px;
  }
  .home_range .list {
    gap: 10px;
    margin-top: 24px;
  }
  .home_range li {
    width: calc(50% - 5px);
  }
  .home_range li.big {
    width: 100%;
  }
  .home_range .item,
  .home_range li.big:first-child .item {
    height: 200px;
    padding: 16px;
    border-radius: 12px;
  }
  .home_range h3,
  .home_range li.big h3 {
    font-size: 16px;
    line-height: 1.3;
  }
  .home_range .item p,
  .home_range li.big:first-child .item p {
    left: 16px;
    bottom: 16px;
    width: 48%;
    font-size: 13px;
    line-height: 1.5;
  }
  .home_range li:nth-child(n) .img {
    left: auto;
    right: 10px;
    top: auto;
    bottom: 10px;
    width: 110px;
    height: 110px;
    margin: 0px;
  }
  .home_range li.big .img {
    width: 150px;
    height: 150px;
  }
  .home_range .arrow {
    display: none;
  }
}

/* --- module: home5-home_application --- */
* {
  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;
  }
}

.home_application {
  position: relative;
  padding: 8.1rem 0px 12.9rem;
  background-color: #fff;
}
.home_application .head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 4rem;
}
.home_application .desc {
  width: 60rem;
  padding-bottom: 2.4rem;
  color: var(--text);
  font-size: 1.8rem;
  line-height: 2.8rem;
}
.home_application .main {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 4rem;
  margin-top: 4.85rem;
}
.home_application .imgs {
  position: relative;
  flex-shrink: 0;
  overflow: hidden;
  width: 63.32rem;
  height: 53.9rem;
  border-radius: 1.4rem;
}
.home_application .imgs .img {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.6s;
}
.home_application .imgs .img img {
  transform: scale(1.06);
  transition: transform 1.2s;
}
.home_application .imgs .img.active {
  z-index: 1;
  opacity: 1;
}
.home_application .imgs .img.active img {
  transform: scale(1);
}
.home_application .list {
  width: 60.24rem;
}
.home_application li {
  position: relative;
  border-bottom: 1px solid rgba(49, 113, 188, 0.15);
}
.home_application li.active {
  border-bottom-color: transparent;
}
.home_application .item {
  display: flex;
  align-items: center;
  position: relative;
  height: 7.52rem;
  font-family: 'Archivo', sans-serif;
}
.home_application .item::before {
  content: '';
  position: absolute;
  left: -4.66rem;
  right: -2.49rem;
  top: -0.14rem;
  bottom: -0.14rem;
  z-index: 0;
  opacity: 0;
  border-radius: 1.24rem;
  transition: opacity 0.4s;
  background-color: var(--primary);
}
.home_application li.active .item::before {
  opacity: 1;
}
.home_application .icon,
.home_application .title,
.home_application .temp {
  position: relative;
  z-index: 1;
}
.home_application .icon {
  flex-shrink: 0;
  width: 5.6rem;
  height: 4.8rem;
  margin-left: -0.35rem;
}
.home_application .icon img {
  display: block;
  width: 100%;
  height: 100%;
}
.home_application .title {
  flex: 1;
  margin-left: 4.1rem;
  color: var(--title);
  font-weight: 500;
  font-size: 2.2rem;
  transition: 0.3s;
}
.home_application li.active .title {
  color: #fff;
  font-weight: 600;
  font-size: 2.4rem;
}
.home_application .temp {
  flex-shrink: 0;
  min-width: 8.09rem;
  padding: 0px 1.2rem;
  border-radius: 10rem;
  text-align: center;
  white-space: nowrap;
  color: #fff;
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 3.19rem;
  transition: background-color 0.3s;
  background-color: #0b3d87;
}
.home_application li.active .temp {
  background-color: #00bdf5;
}
@media screen and (min-width: 769px) and (max-width: 1220px) {
  .home_application .imgs {
    width: 48%;
    height: 48rem;
  }
  .home_application .list {
    flex: 1;
    width: auto;
    padding-left: 4rem;
  }
  .home_application .item::before {
    left: -2rem;
    right: -1rem;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .home_application .desc {
    width: 45%;
  }
  .home_application .title {
    margin-left: 2rem;
    font-size: 1.9rem;
  }
  .home_application li.active .title {
    font-size: 2rem;
  }
}

@media screen and (max-width: 768px) {
  .home_application {
    padding: 50px 0px;
  }
  .home_application .head {
    display: block;
  }
  .home_application .desc {
    width: auto;
    margin-top: 10px;
    padding: 0px;
    font-size: 14px;
    line-height: 1.7;
  }
  .home_application .main {
    display: block;
    margin-top: 24px;
  }
  .home_application .imgs {
    width: 100%;
    height: 240px;
    border-radius: 12px;
  }
  .home_application .list {
    width: auto;
    margin-top: 16px;
  }
  .home_application .item {
    height: 56px;
    padding: 0px 10px;
  }
  .home_application .item::before {
    left: 0px;
    right: 0px;
    border-radius: 10px;
  }
  .home_application .icon {
    width: 34px;
    height: 30px;
    margin: 0px;
  }
  .home_application .title,
  .home_application li.active .title {
    margin-left: 12px;
    font-size: 15px;
  }
  .home_application .temp {
    min-width: 0px;
    padding: 0px 10px;
    font-size: 12px;
    line-height: 26px;
  }
}

/* --- module: home6-home_why --- */
* {
  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;
  }
}

.home_why {
  position: relative;
  padding: 12.3rem 0px 14rem;
  background-color: var(--light);
}
.home_why .snow_1 {
  left: 12rem;
  bottom: 17rem;
  width: 12.1rem;
  transform: rotate(-18.35deg);
}
.home_why .snow_2 {
  left: 12.6rem;
  bottom: 11.4rem;
  width: 4.3rem;
  transform: rotate(150.69deg) scaleY(-1);
}
.home_why .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 4rem;
}
.home_why .left {
  width: 50rem;
}
.home_why .tcon p {
  margin-top: 2.65rem;
}
.home_why .btn_box {
  margin-top: 3.47rem;
}
.home_why .btn {
  padding: 0px 2.8rem;
}
.home_why .img {
  flex-shrink: 0;
  border-radius: 2.6rem;
}
.home_why .img:hover img {
  transform: scale(1.04);
}
.home_why .top .img {
  width: 73.1rem;
  height: 52.49rem;
  margin-right: -2.1rem;
}
.home_why .bot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 4rem;
  margin-top: 5.6rem;
}
.home_why .bot .img {
  width: 60.58rem;
  height: 41.38rem;
  margin-left: -1.76rem;
}
.home_why .features {
  display: grid;
  grid-template-columns: 37.25rem 1fr;
  gap: 4rem 0px;
  width: 70rem;
}
.home_why .features li {
  display: flex;
  align-items: flex-start;
  gap: 2.27rem;
}
.home_why .icon {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 5.6rem;
  height: 5.6rem;
  border-radius: 1rem;
  background-color: #fff;
  transition: 0.3s;
}
.home_why .icon img {
  display: block;
  width: 4rem;
  height: 4rem;
  transition: 0.3s;
}
.home_why .features li:hover .icon {
  background-color: var(--primary);
  box-shadow: 0px 0.8rem 2rem rgba(2, 55, 138, 0.2);
}
.home_why .features li:hover .icon img {
  filter: brightness(0) invert(1);
}
.home_why .text {
  padding-top: 0.45rem;
}
.home_why h3 {
  color: var(--title);
  font-family: 'Archivo', sans-serif;
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 2.2rem;
}
.home_why .text p {
  margin-top: 0.7rem;
  color: var(--text);
  font-size: 1.4rem;
  line-height: 1.8rem;
}
@media screen and (min-width: 769px) and (max-width: 1480px) {
  .home_why .top .img {
    width: 50%;
    height: auto;
    aspect-ratio: 731 / 525;
    margin-right: 0px;
  }
  .home_why .bot .img {
    width: 42%;
    height: auto;
    aspect-ratio: 606 / 414;
    margin-left: 0px;
  }
  .home_why .features {
    flex: 1;
    width: auto;
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .home_why .left {
    width: 45%;
  }
  .home_why .bot {
    flex-direction: column;
    align-items: stretch;
  }
  .home_why .bot .img {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .home_why {
    padding: 50px 0px;
  }
  .home_why .top,
  .home_why .bot {
    flex-direction: column;
    align-items: stretch;
    gap: 24px;
  }
  .home_why .left {
    width: auto;
  }
  .home_why .tcon p {
    margin-top: 10px;
  }
  .home_why .btn_box {
    margin-top: 20px;
  }
  .home_why .top .img,
  .home_why .bot .img {
    width: 100%;
    height: auto;
    margin: 0px;
    border-radius: 14px;
    aspect-ratio: 731 / 525;
  }
  .home_why .bot {
    margin-top: 24px;
  }
  .home_why .features {
    grid-template-columns: 1fr;
    gap: 18px;
    width: auto;
  }
  .home_why .features li {
    gap: 14px;
    padding: 0px;
  }
  .home_why .icon {
    width: 44px;
    height: 44px;
    border-radius: 8px;
  }
  .home_why .icon img {
    width: 32px;
    height: 32px;
  }
  .home_why .text {
    padding-top: 2px;
  }
  .home_why h3 {
    font-size: 16px;
    line-height: 20px;
  }
  .home_why .text p {
    margin-top: 4px;
    font-size: 13px;
    line-height: 1.5;
  }
}
