.page-template-page-service-template section.home-news-section .content-section {
  margin-bottom: 0;
  padding-bottom: calc(90px + (120 - 90) * (100vw - 1920px) / (2560 - 1920));
}

section.home-news-section {
  width: 100%;
  position: relative;
  font-family: "Inter Tight", serif;
}
section.home-news-section .content-section {
  border-top: 1px solid #555B71;
  border-bottom: 1px solid #555B71;
  padding: calc(96px + (128 - 96) * (100vw - 1920px) / (2560 - 1920)) 0 calc(70px + (120 - 70) * (100vw - 1920px) / (2560 - 1920)) 0;
  margin: 0 auto calc(96px + (128 - 96) * (100vw - 1920px) / (2560 - 1920)) auto;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 44px;
}
section.home-news-section .content-section .head-section {
  display: flex;
  padding: 0;
  flex-direction: column;
  align-items: center;
  gap: 17px;
}
section.home-news-section .content-section .head-section .title-section {
  color: #FFF;
  text-align: center;
  font-size: calc(18px + (28 - 18) * (100vw - 1920px) / (2560 - 1920));
  font-weight: 300;
  line-height: 100%; /* 28px */
  margin: 0;
}
section.home-news-section .content-section .head-section .subtitle-section {
  margin: 0 auto;
  color: #FFF;
  text-align: center;
  font-size: calc(80px + (100 - 80) * (100vw - 1920px) / (2560 - 1920));
  font-weight: 500;
  line-height: 100%; /* 100px */
}
section.home-news-section .content-section .head-section .subtitle-section strong {
  font-weight: 500;
  background: linear-gradient(90deg, #C24AF9 0%, #1ECAFF 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 300% auto;
  animation: textShine 5s ease-in-out infinite alternate;
}
section.home-news-section .content-section .head-section .subtitle-section p {
  margin: 0;
}
section.home-news-section .content-section .news-swiper-container {
  width: 100%;
  margin: 0 auto;
}
section.home-news-section .content-section .news-swiper {
  width: 100%;
  position: relative;
}
section.home-news-section .content-section .news-slide {
  height: calc(510px + (633 - 510) * (100vw - 1920px) / (2560 - 1920));
  width: auto;
  position: relative;
  cursor: pointer;
  border-radius: 32px;
  overflow: hidden;
}
@media (hover: hover) {
  section.home-news-section .content-section .news-slide:hover .news-slide-content .footer-slide .news-readmore {
    gap: 24px;
  }
  section.home-news-section .content-section .news-slide:hover .news-slide-bg {
    transform: scale(1.05);
  }
}
section.home-news-section .content-section .news-slide .news-slide-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: all 0.3s ease-in-out;
}
section.home-news-section .content-section .news-slide .news-slide-content {
  position: absolute;
  left: 0;
  bottom: 0;
  color: #fff;
  z-index: 10;
  width: -webkit-fill-available;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 0 calc(40px + (50 - 40) * (100vw - 1920px) / (2560 - 1920)) calc(50px + (72 - 50) * (100vw - 1920px) / (2560 - 1920)) calc(40px + (50 - 40) * (100vw - 1920px) / (2560 - 1920));
}
section.home-news-section .content-section .news-slide .news-slide-content .news-badge {
  color: #FEFEFE;
  font-size: calc(17px + (22 - 17) * (100vw - 1920px) / (2560 - 1920));
  font-family: Inter, serif;
  font-weight: 400;
  line-height: 150%; /* 33px */
  letter-spacing: 0.6px;
  padding: 12px 20px;
  border-radius: 100px;
  margin-bottom: 32px;
  background: rgba(255, 255, 255, 0.1);
  box-shadow: -5px 4px 16px 0 rgba(255, 255, 255, 0.06) inset, 4px -4px 16px 0 rgba(0, 0, 0, 0.08) inset;
  backdrop-filter: blur(7.5px);
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  z-index: 1;
}
section.home-news-section .content-section .news-slide .news-slide-content .news-badge::before {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  padding: 1px;
  border-radius: 100px;
  background: linear-gradient(45deg, rgba(200, 200, 200, 0.7) 0%, rgba(157, 157, 157, 0.1) 30%, rgba(157, 157, 157, 0.1) 70%, rgba(200, 200, 200, 0.7) 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: -1;
  backdrop-filter: blur(7.5px);
}
section.home-news-section .content-section .news-slide .news-slide-content .footer-slide {
  display: flex;
  align-items: flex-end;
  width: 100%;
  gap: 120px;
}
section.home-news-section .content-section .news-slide .news-slide-content .footer-slide .news-title {
  max-width: calc(480px + (640 - 480) * (100vw - 1920px) / (2560 - 1920));
  color: #FFF;
  font-size: calc(36px + (48 - 36) * (100vw - 1920px) / (2560 - 1920));
  font-weight: 500;
  line-height: 100%;
  margin: 0;
}
section.home-news-section .content-section .news-slide .news-slide-content .footer-slide .news-readmore {
  color: #DADDE7;
  font-family: Inter, serif;
  font-size: calc(17px + (20 - 17) * (100vw - 1920px) / (2560 - 1920));
  font-weight: 400;
  line-height: 150%; /* 33px */
  letter-spacing: 0.6px;
  text-decoration: unset;
  display: flex;
  gap: 12px;
  transition: all 0.3s ease-in-out;
}
section.home-news-section .content-section .news-slide .news-slide-content .footer-slide .news-readmore .arrow-btn {
  font-weight: 300;
}
section.home-news-section .content-section .news-slide .news-slide-link {
  position: absolute;
  inset: 0;
  z-index: 11;
  display: block;
}
section.home-news-section .content-section .news-swiper-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: calc(36px + (50 - 36) * (100vw - 1920px) / (2560 - 1920));
  margin-top: 44px;
  padding: 0 0 2px 0;
}
section.home-news-section .content-section .news-swiper-nav .news-arrow {
  width: calc(45px + (60 - 45) * (100vw - 1920px) / (2560 - 1920));
  height: calc(45px + (60 - 45) * (100vw - 1920px) / (2560 - 1920));
  font-family: "Inter Tight", serif;
  border-radius: 50%;
  color: #FEFEFE;
  padding: 0;
  font-size: calc(17px + (22 - 17) * (100vw - 1920px) / (2560 - 1920));
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  border: unset;
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 2px -4px 12px 0 rgba(10, 10, 10, 0.12) inset, -2px 4px 20px 0 rgba(191, 191, 191, 0.12) inset;
  backdrop-filter: blur(7.5px);
  transition: all 0.3s ease;
  position: relative;
  z-index: 1;
}
section.home-news-section .content-section .news-swiper-nav .news-arrow::before {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  padding: 1px;
  border-radius: 50%;
  z-index: -1;
  backdrop-filter: blur(7.5px);
}
section.home-news-section .content-section .news-swiper-nav .news-arrow.news-next::before {
  background: linear-gradient(-45deg, rgba(200, 200, 200, 0.7) 0%, rgba(157, 157, 157, 0.1) 30%, rgba(157, 157, 157, 0.1) 70%, rgba(200, 200, 200, 0.7) 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}
section.home-news-section .content-section .news-swiper-nav .news-arrow.news-prev::before {
  background: linear-gradient(45deg, rgba(200, 200, 200, 0.7) 0%, rgba(157, 157, 157, 0.1) 30%, rgba(157, 157, 157, 0.1) 70%, rgba(200, 200, 200, 0.7) 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}
@media (hover: hover) {
  section.home-news-section .content-section .news-swiper-nav .news-arrow:hover {
    background: #FFF;
    color: black;
  }
  section.home-news-section .content-section .news-swiper-nav .news-arrow:hover:before {
    -webkit-mask: unset;
    -webkit-mask-composite: unset;
    mask-composite: unset;
    background: #FFF;
  }
}
section.home-news-section .content-section .news-swiper-nav .news-swiper-pagination {
  width: fit-content;
  display: flex;
  align-items: center;
}
section.home-news-section .content-section .news-swiper-nav .news-swiper-pagination:hover span {
  background: #6B6B76;
}
section.home-news-section .content-section .news-swiper-nav .news-swiper-pagination span {
  width: 12px;
  height: 12px;
  background: #393944;
  transition: all 0.3s ease-in-out;
  opacity: 1;
}
section.home-news-section .content-section .news-swiper-nav .news-swiper-pagination span.swiper-pagination-bullet-active {
  transform: scale(1.3);
  background: #FEFEFE;
}

@media screen and (min-width: 1025px) and (max-width: 1920px) {
  .page-template-page-service-template section.home-news-section .content-section {
    padding-bottom: calc(72px + (90 - 72) * (100vw - 1537px) / (1920 - 1537));
  }
  section.home-news-section .content-section {
    padding: calc(76px + (96 - 76) * (100vw - 1537px) / (1920 - 1537)) 0 calc(70px + (70 - 70) * (100vw - 1537px) / (1920 - 1537)) 0;
    margin: 0 auto calc(74px + (96 - 74) * (100vw - 1537px) / (1920 - 1537)) auto;
    gap: 36px;
  }
  section.home-news-section .content-section .head-section {
    gap: 12px;
  }
  section.home-news-section .content-section .head-section .title-section {
    font-size: calc(16px + (18 - 16) * (100vw - 1537px) / (1920 - 1537));
  }
  section.home-news-section .content-section .head-section .subtitle-section {
    font-size: calc(64px + (80 - 64) * (100vw - 1537px) / (1920 - 1537));
  }
  section.home-news-section .content-section .news-slide {
    border-radius: 24px;
    height: calc(405px + (510 - 405) * (100vw - 1537px) / (1920 - 1537));
  }
}
@media screen and (min-width: 1025px) and (max-width: 1920px) and (hover: hover) {
  section.home-news-section .content-section .news-slide:hover .news-slide-content .footer-slide .news-readmore {
    gap: 18px;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1920px) {
  section.home-news-section .content-section .news-slide .news-slide-content {
    padding: 0 calc(36px + (40 - 36) * (100vw - 1537px) / (1920 - 1537)) calc(40px + (50 - 40) * (100vw - 1537px) / (1920 - 1537)) calc(36px + (40 - 36) * (100vw - 1537px) / (1920 - 1537));
  }
  section.home-news-section .content-section .news-slide .news-slide-content .news-badge {
    font-size: calc(15px + (17 - 15) * (100vw - 1537px) / (1920 - 1537));
    padding: 9px 15px;
    margin-bottom: 24px;
    letter-spacing: 0;
  }
  section.home-news-section .content-section .news-slide .news-slide-content .footer-slide {
    justify-content: space-between;
  }
  section.home-news-section .content-section .news-slide .news-slide-content .footer-slide .news-title {
    max-width: calc(384px + (480 - 384) * (100vw - 1537px) / (1920 - 1537));
    font-size: calc(30px + (36 - 30) * (100vw - 1537px) / (1920 - 1537));
  }
  section.home-news-section .content-section .news-slide .news-slide-content .footer-slide .news-readmore {
    gap: 9px;
    font-size: 17px;
    letter-spacing: 0;
  }
  section.home-news-section .content-section .news-swiper-nav {
    margin-top: 33px;
    gap: 32px;
  }
  section.home-news-section .content-section .news-swiper-nav .news-arrow {
    width: calc(40px + (45 - 40) * (100vw - 1537px) / (1920 - 1537));
    height: calc(40px + (45 - 40) * (100vw - 1537px) / (1920 - 1537));
    font-size: 17px;
  }
  section.home-news-section .content-section .news-swiper-nav .news-swiper-pagination span {
    width: 9px;
    height: 9px;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1536px) {
  section.home-news-section .content-section {
    gap: 30px;
  }
  section.home-news-section .content-section .head-section .title-section {
    font-size: 16px;
  }
  section.home-news-section .content-section .news-slide {
    border-radius: 20px;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1536px) and (hover: hover) {
  section.home-news-section .content-section .news-slide:hover .news-slide-content .footer-slide .news-readmore {
    gap: 16px;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1536px) {
  section.home-news-section .content-section .news-slide .news-slide-content .news-badge {
    padding: 8px 14px;
    margin-bottom: 18px;
    font-size: 15px;
  }
  section.home-news-section .content-section .news-slide .news-slide-content .footer-slide {
    gap: 0;
  }
  section.home-news-section .content-section .news-slide .news-slide-content .footer-slide .news-title {
    max-width: calc(270px + (384 - 270) * (100vw - 1025px) / (1536 - 1025));
    font-size: calc(20px + (30 - 20) * (100vw - 1025px) / (1536 - 1025));
  }
  section.home-news-section .content-section .news-slide .news-slide-content .footer-slide .news-readmore {
    gap: 7px;
    font-size: 16px;
  }
  section.home-news-section .content-section .news-swiper-nav {
    margin-top: 24px;
    gap: 24px;
  }
  section.home-news-section .content-section .news-swiper-nav .news-arrow {
    font-size: 16px;
  }
}
@media screen and (max-width: 1024px) {
  .page-template-page-service-template section.home-news-section .content-section {
    padding-bottom: calc(25px + (50 - 25) * (100vw - 200px) / (393 - 200));
  }
  section.home-news-section .content-section {
    padding: 50px 0;
    margin-bottom: 50px;
    gap: 28px;
    border: unset;
  }
  section.home-news-section .content-section::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 1px;
    width: 100%;
    background: linear-gradient(270deg, #050615 0%, #A2ADD7 47.12%, #050615 100%);
  }
  section.home-news-section .content-section::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    width: 100%;
    background: linear-gradient(to left, rgba(0, 0, 15, 0) 0%, #9CA0AC 50%, rgba(0, 0, 15, 0) 100%);
  }
  section.home-news-section .content-section .head-section {
    gap: 12px;
  }
  section.home-news-section .content-section .head-section .title-section {
    font-size: 16px;
  }
  section.home-news-section .content-section .head-section .subtitle-section {
    font-size: 34px;
  }
  section.home-news-section .content-section .news-slide {
    border-radius: 15px;
    height: 380px;
  }
  section.home-news-section .content-section .news-slide .news-slide-content {
    padding: 0 22px 28px 22px;
  }
  section.home-news-section .content-section .news-slide .news-slide-content .news-badge {
    padding: 6px 12px;
    font-size: 15px;
    margin-bottom: 12px;
  }
  section.home-news-section .content-section .news-slide .news-slide-content .footer-slide .news-title {
    font-size: 22px;
    width: 100%;
    max-width: 100%;
    line-height: 120%;
  }
  section.home-news-section .content-section .news-swiper {
    width: calc(100% + 40px);
    margin: 0 -20px;
    padding: 0 20px;
  }
  section.home-news-section .content-section .news-swiper-nav {
    gap: 17px;
    margin-top: 24px;
    padding: 0 0 2px 0;
  }
  section.home-news-section .content-section .news-swiper-nav .news-arrow {
    width: 40px;
    height: 40px;
    font-size: 17px;
  }
  section.home-news-section .content-section .news-swiper-nav .news-swiper-pagination span {
    width: 9px;
    height: 9px;
    margin: 0 2.4px;
  }
}

/*# sourceMappingURL=home-news-section.css.map */
