@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap");
@font-face {
  font-family: "Neue Machina";
  src: url("../fonts/PPNeueMachina-InktrapUltrabold.woff2") format("woff2"), url("../fonts/PPNeueMachina-InktrapUltrabold.woff") format("woff"), url("../fonts/PPNeueMachina-InktrapUltrabold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
html,
body {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  scroll-behavior: smooth;
}

html {
  scroll-padding-top: 100px;
}

h1 {
  font-family: "Poppins", sans-serif;
  font-size: 2.375rem;
  line-height: 1.2;
}

h2 {
  font-family: "Poppins", sans-serif;
  font-size: 2rem;
  line-height: 1.2;
}

h3 {
  font-family: "Poppins", sans-serif;
  font-size: 1.5625rem;
  line-height: 1.2;
}

h4 {
  font-family: "Poppins", sans-serif;
  font-size: 1.375rem;
  line-height: 1.2;
}

h5 {
  font-family: "Poppins", sans-serif;
  font-size: 1.125rem;
  line-height: 1.2;
}

h6 {
  font-family: "Poppins", sans-serif;
  font-size: 0.875rem;
  line-height: 1.2;
}

p {
  font-size: 1rem;
  font-weight: 400;
}

section {
  padding: 75px 0;
}

h2.heading {
  color: #595757;
  text-transform: uppercase;
  margin-bottom: 0;
}

a {
  text-decoration: none;
}

/* 集中定义一次 */
.u-type-neue-heading {
  font-family: "Neue Machina", sans-serif;
  font-weight: 650;
  font-size: 50px;
}

.learn-more {
  display: flex;
  gap: 8px;
  color: #fff;
  background-color: #024183;
  font-size: 18px;
  font-weight: 550;
  text-decoration: none;
  width: fit-content;
  padding: 5px 8px 5px 12px;
  border-radius: 36px;
  margin-left: auto;
  transition: 0.4s all;
}

.news-section .learn-more {
  margin-left: 0;
  color: rgb(5, 73, 147);
  font-family: "Poppins", sans-serif;
  font-weight: 550;
  font-size: 18px;
  background-color: rgba(5, 73, 147, 0.1);
  border: 1px solid rgba(5, 73, 147, 0.5);
  border-radius: 36px;
  padding: 8px 30px;
}

.learn-more:hover {
  background-color: rgba(15, 98, 195, 0.5);
  border: 1px solid rgba(5, 73, 147, 0.5);
  color: rgb(255, 255, 255);
  box-shadow: 0 0 16px rgba(5, 73, 147, 0.4);
}

.stat .learn-more {
  margin-left: auto;
  color: rgb(5, 73, 147);
  font-family: "Poppins", sans-serif;
  font-weight: 550;
  font-size: 18px;
  background-color: rgb(230, 237, 244);
  border: 1px solid rgba(5, 73, 147, 0.5);
  border-radius: 36px;
  padding: 8px 30px;
}

.stat .learn-more:hover {
  background-color: rgb(200, 218, 235);
  border: 1px solid rgba(5, 73, 147, 0.85);
  color: rgb(255, 255, 255);
}

.news-section .heading {
  margin-bottom: 28px;
  letter-spacing: 0;
  text-align: center;
  text-transform: uppercase;
  color: rgb(5, 73, 147);
}

.documents-and-events .heading {
  margin-bottom: 28px;
  letter-spacing: 0;
  text-align: center;
  text-transform: uppercase;
  color: rgb(5, 73, 147);
}

.view-more {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 8px;
  color: #fff;
  background-color: #024183;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  width: -moz-fit-content;
  width: fit-content;
  padding: 5px 8px 5px 12px;
  border-radius: 15px;
  margin-left: auto;
  transition: 0.4s all;
}

.view-more:hover {
  color: #fff;
}

.view-more:hover i {
  transform: translateX(3px);
}

.view-more i {
  font-size: 1.875rem;
  transform: translateX(0);
  transition: 0.4s all;
}

.view-more.white-btn {
  color: #024183;
  background-color: #fff;
}

.view-more.white-btn:hover {
  color: #024183;
}

.view-more.white-btn i {
  color: #024183;
}

.btn-theme {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px 15px;
  align-items: center;
  gap: 10px;
  font-size: 1.275rem;
  font-weight: 500;
  color: #fff;
  background-color: #024183;
  border-radius: 46px !important;
}

.btn-theme:active {
  color: #fff !important;
  background-color: #024183 !important;
}

.btn-theme:hover {
  color: #fff;
  background-color: #013975;
}

.btn-theme.btn-white {
  color: #024183;
  background-color: #fff;
}

.btn-theme.btn-white:active {
  color: #024183;
  background-color: #fff;
}

.btn-theme.btn-white i {
  color: #024183;
}

.btn-theme.btn-light {
  color: #024183;
  border-color: #5ff6e8;
  background-color: #5ff6e8;
}

.btn-theme.btn-light:active {
  color: #024183 !important;
  background-color: #5ff6e8 !important;
}

.btn-theme.btn-light i {
  color: #024183;
}

.btn-theme i {
  font-size: 1.5rem;
  color: #fff;
  transform: translateX(0);
  transition: 0.4s all;
}

.btn-theme:hover i {
  transform: translateX(3px);
}

header {
  background: linear-gradient(180deg, #054993 0%, #216ab8 100%);
  padding: 15px 0;
  position: sticky;
  top: 0;
  z-index: 999;
}

header .navbar {
  padding: 0;
  width: 100%;
}

header .navbar .navbar-nav {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  min-height: 56px;
  padding-left: 1rem;
  padding-right: 1rem;
}

header .navbar .navbar-nav li {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

header .navbar .navbar-nav .dropdown-toggle::after {
  content: "";
  display: inline-block;
  border: 0;
  width: 13px;
  height: 8px;
  margin-left: 0.15em;
  vertical-align: middle;
  flex-shrink: 0;
  /* 与 .nav-link 文字同色：默认白，:hover / .active / :focus 为 #5FF6E8 */
  background-color: currentColor;
  -webkit-mask: url("../images/nav-dropdown-chevron.svg") no-repeat center/contain;
  mask: url("../images/nav-dropdown-chevron.svg") no-repeat center/contain;
}

header .navbar .navbar-nav::before {
  content: "";
  position: absolute;
  left: 0; /* 左边留白：与 Logo 拉开、胶囊不贴 ul 左缘 */
  right: calc(220px + 3.5rem); /* 右边留白（给搜索留的 220px + 1rem） */
  top: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 100px;
  z-index: -1;
}

/* 桌面：logo 与菜单同一行*/
@media (min-width: 1400px) {
  header#masthead .navbar .container {
    display: flex !important;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    gap: clamp(1.5rem, 8vw, 7.5rem);
  }
  header#masthead .navbar .container .header-desktop-nav {
    flex: 1 1 auto;
    min-width: 0;
  }
  header#masthead .navbar .container .site-logo {
    flex-shrink: 0;
  }
  /* 桌面：菜单项与固定宽度搜索同一 flex 行*/
  header#masthead .navbar .navbar-nav li.menu-item-search {
    flex-shrink: 0;
    margin-left: 1.5rem;
  }
  header#masthead .navbar .navbar-nav > li:not(.menu-item-search) {
    min-width: 0;
  }
  header#masthead .navbar .navbar-nav > li:not(.menu-item-search) > a.nav-link:not(.dropdown-toggle) {
    display: block;
    max-width: 100%;
    white-space: nowrap;
  }
  /* 有下拉的项：inline-flex 让文字与 ::after 箭头同排*/
  header#masthead .navbar .navbar-nav > li:not(.menu-item-search) > a.nav-link.dropdown-toggle {
    display: inline-flex;
    align-items: center;
    max-width: 100%;
    min-width: 0;
    gap: 0.2em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}
header .navbar .navbar-nav li.menu-item-search {
  width: 240px;
  margin-left: 0.5rem;
  min-height: 56px;
  display: flex;
  align-items: center;
}

header .navbar .navbar-nav li .dropdown-menu {
  border-radius: unset;
}

header .navbar .navbar-nav li .dropdown-menu a {
  color: #000;
  background-color: unset;
  font-weight: 500;
  padding: 8px 15px;
}

header .navbar .navbar-nav li .dropdown-menu a.active {
  background-color: unset;
  color: #024183;
}

header .navbar .navbar-nav li .dropdown-menu a:hover {
  color: #024183;
}

header .navbar .navbar-nav li a.nav-link {
  font-family: "Poppins", sans-serif;
  font-weight: 350;
  font-size: 16px;
  line-height: 1;
  color: #fff;
  text-decoration: none;
  padding-left: 0;
}

header .navbar .navbar-nav li a.nav-link:hover {
  color: #5ff6e8;
}

header .navbar .navbar-nav li a.nav-link:focus {
  color: #5ff6e8;
}

header .navbar .navbar-nav li a.nav-link.active {
  color: #5ff6e8;
}

header .navbar .navbar-nav li .input-group input {
  background-color: transparent;
  border-right: 0;
  padding: 0.575rem 1.5rem;
  border-radius: 36px 0 0 36px;
  color: #fff;
  border-color: rgba(255, 255, 255, 0.15);
  height: 54px;
  display: flex;
  align-items: center;
}

header .navbar .navbar-nav li .input-group input:focus {
  box-shadow: none;
}

header .navbar .navbar-nav li .input-group ::-moz-placeholder {
  color: #f0f0f0;
}

header .navbar .navbar-nav li .input-group ::placeholder {
  color: rgb(255, 255, 255);
  font-family: "Poppins", sans-serif;
  font-weight: 550;
  font-size: 18px;
}

header .navbar .navbar-nav li .input-group button {
  background-color: transparent;
  border-left: 0;
  border-radius: 0 36px 36px 0;
  border-color: rgba(255, 255, 255, 0.15);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding-right: 1.5rem;
}

header .navbar .navbar-nav li .input-group button i {
  color: #fff;
  font-size: 24px;
}

header .navbar .navbar-toggler {
  border: unset;
  padding-right: 0;
}

header .navbar .navbar-toggler:focus {
  box-shadow: none;
}

header .navbar .hamburger .line {
  width: 30px;
  height: 3px;
  background-color: #fff;
  display: block;
  margin: 5px auto;
  transition: all 0.3s ease-in-out;
}

header .navbar .hamburger:hover {
  cursor: pointer;
}

header .navbar #hamburger-1.is-active .line:nth-child(2) {
  opacity: 0;
}

header .navbar #hamburger-1.is-active .line:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}

header .navbar #hamburger-1.is-active .line:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}

.dropend .dropdown-toggle {
  margin-left: 1em;
}

.dropdown-toggle::after {
  vertical-align: 0.2em;
}

.dropdown .dropdown-menu {
  transform: translateY(10px);
  transition: 0.4s all;
  opacity: 0;
  display: block;
  visibility: hidden;
}

.dropdown:hover > .dropdown-menu,
.dropend:hover > .dropdown-menu {
  transform: translateY(0);
  visibility: visible;
  opacity: 1;
  margin-top: 0.125em;
}

@media screen and (min-width: 769px) {
  .dropend:hover > .dropdown-menu {
    position: absolute;
    top: 0;
    left: 100%;
  }
  .dropend .dropdown-toggle {
    margin-left: 0.5em;
  }
}
.ma5menu__footer .input-group input {
  background-color: transparent;
  border-right: 0;
  padding: 0.575rem 0.75rem;
  border-radius: 20px 0 0 20px;
  color: #fff;
  border-color: #fff;
}

.ma5menu__footer .input-group input:focus {
  box-shadow: none;
}

.ma5menu__footer .input-group ::-moz-placeholder {
  color: #f0f0f0;
}

.ma5menu__footer .input-group ::placeholder {
  color: #f0f0f0;
}

.ma5menu__footer .input-group button {
  background-color: transparent;
  border-left: 0;
  border-radius: 0 20px 20px 0;
  border-color: #fff;
}

.ma5menu__footer .input-group button i {
  color: #fff;
  font-size: 24px;
}

footer .footer-box {
  background: #024183;
  padding: 50px 0 0;
}

footer .footer-box a {
  color: #fff;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 10px;
  transition: 0.4s all;
}

footer .footer-box a:hover {
  color: #5ff6e8;
}

footer .footer-box a i {
  font-size: 1.375rem;
}

footer .footer-box a i:hover {
  color: #5ff6e8;
}

footer .footer-box ul {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 5px;
}

footer .footer-box ul li a {
  color: #fff;
  text-decoration: none;
}

footer .copyright {
  color: #000;
  font-size: 0.875rem;
  font-weight: 300;
  padding: 30px 0;
}

.footer-box .copyright {
  padding: 0;
  min-width: 0;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 500;
  color: #fff;
}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.swiper-wrap {
  position: relative;
}

.swiper-wrap .swiper-button-prev::after,
.swiper-wrap .swiper-button-next::after {
  font-size: 1.375rem;
  color: #828282;
}

.swiper-wrap .swiper-button-next {
  right: -60px;
}

.swiper-wrap .swiper-button-prev {
  left: -60px;
}

.latest-news .swiper-wrap {
  opacity: 0;
  transform: translateY(240px);
  transition: opacity 0.3s ease-out, transform 0.3s ease-out;
}

.latest-news.is-visible .swiper-wrap {
  opacity: 1;
  transform: translateY(0);
}

#documents-and-events .slide-up-on-scroll {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.5s ease-out, transform 0.5s ease-out;
}

#documents-and-events.is-visible .slide-up-on-scroll {
  opacity: 1;
  transform: translateY(0);
}

.email-alert .slide-up-on-scroll {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.5s ease-out, transform 0.5s ease-out;
}

.email-alert.is-visible .slide-up-on-scroll {
  opacity: 1;
  transform: translateY(0);
}

.email-alert-main .slide-up-on-scroll {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.5s ease-out, transform 0.5s ease-out;
}

.email-alert-main .slide-up-on-scroll.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.email-alert-main .box.slide-up-on-scroll {
  transition-delay: 0.1s;
}

/* 首页 NEWS 卡片：458:471 比例 + News + title + See more */
.swiper.latest-news-slider .news-box.news-card {
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.08);
  position: relative;
  transition: transform 0.25s ease-out, box-shadow 0.25s ease-out;
}

.swiper.latest-news-slider .news-box.news-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 0 18px rgba(0, 0, 0, 0.06), 0 1px 3px rgba(0, 0, 0, 0.06), 0 6px 6px rgba(0, 0, 0, 0.08), 0 14px 9px rgba(0, 0, 0, 0.1);
  z-index: 2;
}

.swiper.latest-news-slider .news-box.news-card .news-card-link {
  display: block;
  text-decoration: none;
}

.swiper.latest-news-slider .news-box.news-card .news-card-inner {
  position: relative;
  width: 100%;
  aspect-ratio: 458/471;
  background-size: cover;
  background-position: center;
  background-color: #024183;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 24px 20px;
}

.swiper.latest-news-slider .news-box.news-card .news-card-content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}

.swiper.latest-news-slider .news-box.news-card .news-card-content .cate {
  font-family: "Neue Machina", sans-serif;
  color: #fff;
  font-size: 32px;
  font-weight: 800;
  text-transform: none;
  margin-bottom: 8px;
}

.swiper.latest-news-slider .news-box.news-card .news-card-content .title {
  font-family: "Neue Machina", sans-serif;
  color: #fff;
  font-size: 1.25rem;
  font-weight: 800;
  line-height: 1.5;
  text-transform: none;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  flex: 1;
}

.swiper.latest-news-slider .news-box.news-card .see-more {
  display: inline-block;
  width: fit-content;
  padding: 8px 20px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 53px;
  color: rgb(255, 255, 255);
  font-size: 14px;
  font-weight: 350;
  text-transform: none;
  transition: 0.4s all;
}

.swiper.latest-news-slider .news-box.news-card a:hover .see-more {
  background-color: rgba(0, 122, 255, 0.5);
  border: 1px solid rgb(0, 145, 242);
  color: rgb(255, 255, 255);
}

.swiper.latest-news-slider {
  padding: 10px 10px 15px 10px;
}

.swiper.latest-news-slider .swiper-slide .news-box img {
  width: 100%;
  height: 270px;
  border-radius: 15px 15px 0 0;
}

.latest-news.latest-news--card .swiper.latest-news-slider .news-box.news-card .news-card-inner {
  aspect-ratio: 458/471;
  background-size: cover;
  background-position: center;
}

@keyframes hero-slider-kenburns {
  0% {
    background-size: 105% 105%;
  }
  100% {
    background-size: 114% 114%;
  }
}
@keyframes hero-pagination-progress {
  0% {
    transform: scaleX(0);
  }
  100% {
    transform: scaleX(1);
  }
}
.hero-slider {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}

.hero-slider .swiper.home-hero-slider {
  overflow: hidden;
  background-color: #0b1d34;
}

.hero-slider .swiper.home-hero-slider > .swiper-wrapper {
  transition-timing-function: cubic-bezier(0.32, 0.72, 0.2, 1);
}

.hero-slider .swiper.home-hero-slider .swiper-slide {
  position: relative;
  background-color: #0b1d34;
  background-size: 105% 105%;
}

.hero-slider .swiper.home-hero-slider .swiper-slide::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: radial-gradient(ellipse 90% 70% at 50% 40%, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.22) 100%), linear-gradient(to bottom, rgba(0, 0, 0, 0.06) 0%, rgba(0, 0, 0, 0.22) 100%);
}

.hero-slider .swiper.home-hero-slider .swiper-slide.swiper-slide-active {
  animation: hero-slider-kenburns 5s ease-out forwards;
}

.hero-slider .swiper.home-hero-slider .swiper-slide .container {
  position: relative;
  z-index: 2;
}

.hero-slider .swiper .swiper-pagination {
  bottom: 25px;
}

.hero-slider .swiper .swiper-pagination .swiper-pagination-bullet {
  width: 34px;
  height: 3px;
  border-radius: 0;
  background: rgba(255, 255, 255, 0.61);
  position: relative;
  overflow: hidden;
  opacity: 1;
  transition: opacity 0.3s ease;
}

.hero-slider .swiper .swiper-pagination .swiper-pagination-bullet::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #fff;
  transform: scaleX(0);
  transform-origin: left center;
}

.hero-slider .swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: rgba(255, 255, 255, 0.35);
}

.hero-slider .swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  animation: hero-pagination-progress 4.5s linear forwards;
}

.hero-slider .swiper .swiper-slide {
  aspect-ratio: 1920/753;
  min-height: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.hero-slider .swiper .swiper-slide h1 {
  color: #fff;
  text-transform: uppercase;
}

.hero-slider .swiper .swiper-slide .hero-slide-content .btn-theme {
  margin-left: auto;
  margin-right: auto;
  justify-content: center;
}

.hero-slider .swiper .swiper-slide .hero-slide-content h1 {
  max-width: 900px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1rem;
  text-align: center;
  font-family: "Neue Machina", sans-serif;
  font-weight: 650;
  font-size: 50px;
  line-height: 1.12;
  letter-spacing: 0.008em;
}

.hero-slider .swiper .swiper-slide .btn-theme {
  font-size: 1rem;
  font-family: "Poppins", sans-serif;
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: 0.01em;
  padding: 0.75rem 1.25rem;
}

.hero-slider .swiper .swiper-slide .btn-theme.btn-white {
  color: #024183;
  background-color: #fff;
  border: 1px solid #fff;
}

.hero-slider .swiper .swiper-slide .btn-theme.btn-white:hover {
  color: #fff;
  background-color: #013975;
  border-color: #013975;
}

.hero-slider .swiper .swiper-slide .btn-theme.btn-white i {
  color: currentColor;
}

.hero-slider .swiper .swiper-slide ul {
  list-style: none;
  padding-left: 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 0;
  margin-top: 20px;
}

.hero-slider .swiper .swiper-slide ul li {
  padding-bottom: 25px;
  border-bottom: 1px solid rgba(237, 237, 237, 0.2588235294);
}

.hero-slider .swiper .swiper-slide ul li:nth-last-child(1) {
  border: none;
}

.hero-slider .swiper .swiper-slide ul li .date-time {
  color: #5ff6e8;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.hero-slider .swiper .swiper-slide ul li p {
  color: #fff;
  font-size: 1.125rem;
  font-weight: 500;
}

#learn-more-btn {
  z-index: 999;
  position: relative;
}

.grecaptcha-badge {
  display: none !important;
}

.stat {
  border-radius: 10px;
  background: #004289;
  margin-top: -10px;
  z-index: 10;
  position: relative;
}

.stat h2 {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 0;
}

.stat p {
  color: #cfffe7;
  font-size: 1.375rem;
  font-weight: 500;
  letter-spacing: 2px;
  margin-bottom: 0;
}

.stat .stat-box {
  text-align: center;
}

.stat .stat-box.price .amount {
  color: #5ff6e8;
}

.stat .stat-box.ih .amount {
  color: #5cf;
}

.stat .stat-box .amount {
  color: #fff;
  font-size: 2.5rem;
  font-weight: 600;
}

.stat .stat-box span {
  color: rgba(255, 255, 255, 0.7098039216);
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: 3px;
}

.stat .stat-box .amount.js-stat-amount {
  display: inline-block;
  transition: opacity 0.15s ease-out;
}

.news-box {
  border-radius: 0 0 15px 15px;
  transition: 0.4s all;
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.08);
}

.news-box a {
  text-decoration: none;
}

.news-box .news-img-box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.news-box .news-img-box img {
  border-radius: 15px 15px 0 0;
  width: 100%;
  height: 270px;
  -o-object-fit: cover;
  object-fit: cover;
}

.news-box .news-img-box .box-info {
  position: absolute;
  left: 0;
  padding: 0 15px 0 30px;
}

.news-box .news-img-box .box-info .title {
  color: #fff;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.2;
}

.news-box .news-img-box .box-info .cate {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 5px;
}

.news-box .news-info {
  background: #f8f8f8;
  padding: 20px;
  border-radius: 0 0 15px 15px;
}

.news-box .news-info p {
  color: #000;
  font-size: 1rem;
  font-weight: 400;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.news-box:hover p {
  color: #024183;
}

.nav-pills-wrap {
  position: relative;
  width: 60%;
  margin: 0 auto;
}

.nav-pills-wrap .nav-pills-slider {
  position: absolute;
  top: 2px;
  left: calc(1% + 5px);
  width: calc(48% - 5px);
  height: calc(100% - 4px);
  border-radius: 1000px;
  background: linear-gradient(2.01deg, #19407f -6.63%, #3772a6 101.07%), #054993;
  box-shadow: 2px 3px 4.3px 0 rgba(0, 0, 0, 0.15);
  transition: left 0.3s ease-out;
  pointer-events: none;
  z-index: 0;
}

.nav-pills-wrap.slide-to-second .nav-pills-slider {
  left: calc(50% + 5px);
}

.nav-pills-wrap .nav-pills {
  position: relative;
  z-index: 1;
}

.nav-pills {
  border-radius: 1000px;
  width: 98%;
  margin: 0 auto;
  background: rgba(0, 0, 0, 0.06);
  padding: 2px;
  gap: 5px;
  justify-content: center;
}

.nav-pills .nav-item {
  flex: 0 0 auto;
  width: 49%;
}

.nav-pills .nav-item button {
  box-sizing: border-box;
  color: rgba(0, 0, 0, 0.27);
  font-size: 0.9375rem;
  font-weight: 700;
  width: 100%;
  text-align: center;
  border-radius: 1000px;
  padding: 0.7rem 1rem;
  min-height: 68px;
  border: none;
  transition: color 0.25s ease-out;
}

.nav-pills .nav-item button.active {
  color: #fff;
  background: transparent;
  box-shadow: none;
}

.documents-and-events .learn-more {
  color: rgb(5, 73, 147);
  font-family: "Poppins", sans-serif;
  font-weight: 550;
  font-size: 18px;
  background-color: rgba(5, 73, 147, 0.1);
  border: 1px solid rgba(5, 73, 147, 0.5);
  border-radius: 36px;
  padding: 8px 30px;
}

.documents-and-events .learn-more:hover {
  background-color: rgba(15, 98, 195, 0.5);
  border: 1px solid rgba(5, 73, 147, 0.5);
  color: rgb(255, 255, 255);
}

.tab-content-slide {
  overflow: hidden;
}

.tab-content-slide .tab-panes-slider {
  display: flex;
  width: 200%;
  transition: transform 0.35s ease-out;
}

.tab-content-slide .tab-panes-slider .tab-pane {
  flex: 0 0 50%;
  width: 50%;
  display: block !important;
  padding-right: 16px;
  padding-bottom: 16px;
  box-sizing: border-box;
}

.table th {
  align-content: center;
  color: #626262;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 1rem 0.5rem;
}

.table td {
  align-content: center;
  color: #000;
  font-size: 16px;
  font-weight: 500;
}

.table td.year {
  color: #024183;
  align-content: center;
}

.table td a {
  text-decoration: none;
  color: #024183;
}

.table td a.sec-6k {
  color: #024183 !important;
  font-weight: 700;
  white-space: nowrap;
}

.table i {
  font-size: 1.5625rem;
  color: #024183;
}

.table .icontext {
  display: flex;
  gap: 10px;
  align-items: center;
}

.table .icontext a {
  color: #000;
}

.table.theme-table th {
  background-color: #024183;
  color: #fff;
  border-bottom: 0;
}

.table.theme-table th:nth-child(1) {
  border-radius: 10px 0 0 10px;
  padding-left: 30px;
}

.table.theme-table th:nth-last-child(1) {
  border-radius: 0 10px 10px 0;
  text-align: center;
}

.table.theme-table tr td {
  padding: 1rem 0.5rem;
}

.table.theme-table tr td:nth-child(1) {
  padding-left: 30px;
}

.table.theme-table tr td:nth-last-child(1) {
  text-align: center;
}

.news-header {
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.news-header .container {
  position: absolute;
}

.news-header .container h1 {
  font-size: 60px;
  color: #fff;
  margin-bottom: 0;
}

.news-header img {
  width: 100%;
  height: 40vh;
  -o-object-fit: cover;
  object-fit: cover;
}

.news {
  margin-top: 0;
  padding-top: 0;
}

.news .container {
  padding-left: 2rem;
  padding-right: 2rem;
}

.news-banner {
  width: 100%;
  aspect-ratio: 1920/420;
  background-image: url(../images/news-bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 6rem;
}

.news-banner .heading {
  margin: 0;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
}

/* 新闻列表页：每张卡片滑入动画；首屏同一行内略错开时间，滚动离开后不再移除 is-visible 故不会重复播放 */
.news .slide-up-on-scroll {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.5s ease-out, transform 0.5s ease-out;
}

.news .row.gy-5 > .slide-up-on-scroll:nth-child(3n+1) {
  transition-delay: 0s;
}

.news .row.gy-5 > .slide-up-on-scroll:nth-child(3n+2) {
  transition-delay: 0.1s;
}

.news .row.gy-5 > .slide-up-on-scroll:nth-child(3n+3) {
  transition-delay: 0.2s;
}

.news .slide-up-on-scroll.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.news .news-box.news-card {
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.08);
  position: relative;
  transition: transform 0.25s ease-out, box-shadow 0.25s ease-out;
}

.news .news-box.news-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 0 18px rgba(0, 0, 0, 0.06), 0 1px 3px rgba(0, 0, 0, 0.06), 0 6px 6px rgba(0, 0, 0, 0.08), 0 14px 9px rgba(0, 0, 0, 0.1);
  z-index: 2;
}

.news .news-box.news-card .news-card-link {
  display: block;
  text-decoration: none;
}

.news .news-box.news-card .news-card-inner {
  position: relative;
  width: 100%;
  aspect-ratio: 458/471;
  background-size: cover;
  background-position: center;
  background-color: #024183;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 24px 20px;
}

.news .news-box.news-card .news-card-content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}

.news .news-box.news-card .news-card-content .cate {
  font-family: "Neue Machina", sans-serif;
  color: #fff;
  font-size: 2rem;
  font-weight: 800;
  text-transform: none;
  margin-bottom: 8px;
}

.news .news-box.news-card .news-card-content .title {
  font-family: "Neue Machina", sans-serif;
  color: #fff;
  font-size: 1.25rem;
  font-weight: 800;
  line-height: 1.5;
  text-transform: none;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  flex: 1;
}

.news .news-box.news-card .see-more {
  font-family: "Poppins", sans-serif;
  display: inline-block;
  width: fit-content;
  padding: 8px 20px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 53px;
  color: rgb(255, 255, 255);
  font-size: 14px;
  font-weight: 350;
  text-transform: none;
  transition: 0.4s all;
}

.news .news-box.news-card a:hover .see-more {
  background-color: rgba(0, 122, 255, 0.5);
  border: 1px solid rgb(0, 145, 242);
  color: rgb(255, 255, 255);
}

.news-single p {
  color: #000;
  font-size: 16px;
  font-weight: 400;
}

.email-alert h4 {
  color: #fff;
}

.email-alert .box {
  border-radius: 16px;
  background: linear-gradient(180.17deg, rgb(53, 116, 184) 15.64%, rgb(5, 73, 147) 99.86%);
  padding: 70px;
}

.email-alert .box h4 {
  text-align: center;
  margin-top: 1.5rem; /* 按需要改数值，如 2rem、24px */
}

.email-alert .row .col-lg-8 {
  flex: 0 0 100%;
  max-width: 100%;
  display: flex;
  justify-content: center;
}

/* 输入+按钮一行、按钮在右侧；整体宽度一半、透明、白线包住 */
.email-alert .row .col-md-12:first-child {
  display: flex;
  justify-content: center;
}

.email-alert .email-submit-group {
  position: relative;
  display: flex;
  align-items: stretch;
  flex-wrap: nowrap;
  width: 50%;
  max-width: 50%;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 999px;
  background: transparent;
  overflow: visible;
}

.email-alert .email-submit-group > p {
  margin: 0;
  display: flex;
  align-items: stretch;
  flex-shrink: 0;
}

.email-alert .email-submit-group > p:first-child {
  flex: 1;
  min-width: 0;
}

.email-alert .email-submit-group > p:first-child .wpcf7-form-control-wrap,
.email-alert .email-submit-group > p:first-child span {
  display: flex;
  flex: 1;
  min-width: 0;
}

.email-alert .email-submit-group > p:first-child input[type=email] {
  flex: 1;
  min-width: 0;
  width: 100%;
  border: none !important;
  border-radius: 0;
  background: transparent !important;
  padding-left: 1.25rem;
  padding-right: 0.5rem;
  color: #fff;
}

.email-alert .email-submit-group > p:first-child input[type=email]::placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.email-alert .email-submit-group > p:last-child {
  flex-shrink: 0;
}

.email-alert .email-submit-group .wpcf7-submit,
.email-alert .email-submit-group input[type=submit] {
  flex-shrink: 0;
  border: none;
  border-radius: 100px;
  margin: 3px;
  padding: 1rem, 1rem;
}

/* 四个选项整体居中 */
.email-alert .wpcf7-checkbox {
  margin-top: 2.5rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  -moz-column-gap: 25px;
  column-gap: 25px;
  row-gap: 10px;
}

.email-alert .wpcf7-not-valid-tip {
  position: absolute;
  top: 100%;
  left: 0;
  color: #f29696;
  margin-top: 5px;
  font-size: 0.875rem;
}

.email-alert .wpcf7-list-item {
  cursor: pointer;
  margin: 0;
}

.email-alert .wpcf7-list-item input[type=checkbox] {
  width: 15px;
  height: 15px;
}

.email-alert .wpcf7-list-item label {
  display: flex;
  align-items: center;
  gap: 10px;
}

.email-alert label {
  color: #fff;
  font-size: 12px;
  font-weight: 500;
}

.leadership .container {
  padding-left: 12rem; /* 或 2.5rem、40px，按需要改 */
  padding-right: 12rem;
}

.leadership .row.gy-4 {
  --bs-gutter-x: 8rem; /* Bootstrap 列的水平间距，可改为 3rem、48px 等 */
  --bs-gutter-y: 1rem;
}

.leadership .heading,
.leadership h2.heading {
  color: #054993;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 0;
}

.leadership .slide-up-on-scroll {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.5s ease-out, transform 0.5s ease-out;
}

.leadership .slide-up-on-scroll.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.leadership .profile-box {
  background: #fff;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  overflow: hidden;
  border: none;
  border-radius: 22px;
}

.leadership .profile-box img {
  width: 100%;
  aspect-ratio: 278/300;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 22px;
  background: #f5f5f5;
  transition: transform 0.35s ease-out;
}

.leadership .profile-box:hover img {
  transform: scale(1.05);
}

.leadership .profile-box .info {
  padding: 24px 0;
  width: 100%;
  text-align: left;
}

.leadership .profile-box .info .name {
  color: #333;
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 8px;
  line-height: 1.3;
}

.leadership .profile-box .info .role {
  color: #6c757d;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.4;
}

.profile-modal img {
  width: 100%;
}

.profile-modal .info {
  padding: 20px;
}

.profile-modal .info .name {
  color: #000;
  font-size: 28px;
  font-weight: 600;
}

.profile-modal .info .role {
  color: #000;
  font-size: 22px;
  font-weight: 500;
}

.profile-modal .info p {
  color: #000;
  font-size: 18px;
  font-weight: 400;
}

.profile-modal .info ul li {
  color: #000;
  font-size: 18px;
  font-weight: 400;
}

.profile-modal .modal-header {
  border: none;
}

.profile-modal .modal-header .btn-close {
  position: absolute;
  right: 20px;
  top: 20px;
}

.profile-modal .modal-content {
  border-radius: 0;
}

.profile-modal .modal-body {
  padding: 20px 40px;
}

.page-header {
  min-height: 30vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 70px 0;
}

.page-header.main-header {
  align-items: center;
  aspect-ratio: 1920/420;
}

.page-header .page-heading {
  color: #fff;
  text-transform: uppercase;
}

.page-header.main-header .row {
  justify-content: center; /* 行内内容水平居中 */
}

.page-header.main-header .col-lg-8 {
  align-self: center; /* 列在交叉轴居中 */
  text-align: center; /* 标题文字居中 */
}

.reports h2.heading {
  color: #054993;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 0;
}

.reports .form-label {
  color: #054993;
  font-size: 18px;
  font-weight: 700;
}

.reports .form-select {
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 36px;
  padding: 12px 24px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 18px;
  color: #000;
}

.reports .form-select:focus {
  outline: none;
  box-shadow: none;
  border-color: inherit;
}

.reports .input-group .form-control,
.reports #search-query {
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 36px;
  padding: 12px 24px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 18px;
  color: #000;
}

.reports .input-group .form-control:focus,
.reports #search-query:focus {
  outline: none;
  box-shadow: none;
  border-color: inherit;
}

.reports .reports-search-input {
  position: relative;
  display: flex;
  align-items: center;
}

.reports .reports-search-input .form-control {
  padding-right: 48px;
}

.reports .reports-search-input .form-control::placeholder,
.reports #search-query::placeholder {
  color: #000;
  opacity: 1;
}

.reports .reports-search-input .reports-search-icon {
  position: absolute;
  right: 18px;
  width: 22px;
  height: 22px;
  pointer-events: none;
  filter: brightness(0);
}

/* Dual cards*/
.analyst-coverage-section .analyst-coverage-cards {
  display: flex;
  gap: 10px;
  width: 100%;
  aspect-ratio: 1294/470;
}

.analyst-coverage-section .analyst-coverage-card--left {
  flex: 0 0 calc((100% - 10px) * 4 / 13);
}

.analyst-coverage-section .analyst-coverage-card--right {
  flex: 0 0 calc((100% - 10px) * 9 / 13);
}

.analyst-coverage-section .analyst-coverage-card__inner {
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 0;
  border-radius: 10px;
}

.analyst-coverage-section .analyst-coverage-card--left .analyst-coverage-card__inner {
  color: #333;
}

.analyst-coverage-section .analyst-coverage-card--left .analyst-coverage-card__heading,
.analyst-coverage-section .analyst-coverage-card--left .analyst-coverage-card__text {
  color: #fff;
}

.analyst-coverage-section .analyst-coverage-card--right .analyst-coverage-card__inner {
  color: #fff;
}

.analyst-coverage-section .analyst-coverage-card--right .analyst-coverage-card__heading,
.analyst-coverage-section .analyst-coverage-card--right .analyst-coverage-card__text {
  color: #fff;
}

.analyst-coverage-section .analyst-coverage-card__heading {
  margin: 0 0 0.5rem;
  font-size: 1.5rem;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Neue Machina", sans-serif;
}

.analyst-coverage-section .analyst-coverage-card__text {
  margin: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

@media (max-width: 991px) {
  .analyst-coverage-section .analyst-coverage-cards {
    flex-direction: column;
    aspect-ratio: auto;
  }
  .analyst-coverage-section .analyst-coverage-card--left,
  .analyst-coverage-section .analyst-coverage-card--right {
    width: 100%;
    flex: 0 0 auto;
  }
  .analyst-coverage-section .analyst-coverage-card__inner {
    aspect-ratio: 4/3;
    height: auto;
  }
}
.analyst-coverage-section img {
  width: 100%;
}

.analyst-coverage-section p {
  font-size: 1.125rem;
  font-weight: 400;
}

.analyst-coverage-section .detail-box {
  padding: 10px 15px;
  border: none;
  border-bottom: 1px solid #c6c6c6;
}

.analyst-coverage-section .detail-box.color-box {
  background-color: #004ea1;
}

.analyst-coverage-section .detail-box.color-box h6 {
  color: #fff;
}

.analyst-coverage-section .detail-box.color-box h5 {
  color: #fff;
}

.analyst-coverage-section .detail-box.color-box a {
  text-decoration: none;
  color: #fff;
}

.analyst-coverage-section .detail-box.color-box a:hover {
  color: #5ff6e8;
}

.analyst-coverage-section .detail-box h5 {
  font-size: 19px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: capitalize;
  font-family: "Poppins", sans-serif;
  padding: 15px 0;
}

.analyst-coverage-section .detail-box h6 {
  font-size: 18px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  margin: 8px 0;
}

.analyst-coverage-section .detail-box hr {
  border-color: #c6c6c6;
}

.analyst-coverage-section .company-table {
  border-radius: 12px;
  overflow: hidden;
}

.analyst-coverage-section .company-table .row .col-lg-4 {
  display: flex;
}

.analyst-coverage-section .company-table .detail-box {
  padding: 16px 20px;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.35);
  text-align: center;
  display: flex;
  align-items: center;
  min-height: 56px;
  flex: 1;
  min-width: 0;
  position: relative;
}

.analyst-coverage-section .company-table .detail-box h5,
.analyst-coverage-section .company-table .detail-box h6,
.analyst-coverage-section .company-table .detail-box h6 a {
  overflow-wrap: break-word;
  word-break: break-word;
}

.analyst-coverage-section .company-table .detail-box.mid {
  background: #fff;
  border-bottom-color: #e8e8e8;
}

.analyst-coverage-section .company-table .detail-box.mid h5,
.analyst-coverage-section .company-table .detail-box.mid h6 {
  color: #000;
}

.analyst-coverage-section .company-table .detail-box.color-box {
  background-color: #004ea1;
  border-bottom: 1px solid rgba(255, 255, 255, 0.35);
}

.analyst-coverage-section .company-table .detail-box.color-box a {
  text-decoration: underline;
  color: #fff;
}

.analyst-coverage-section .company-table .detail-box.color-box a:hover {
  color: #5ff6e8;
}

.analyst-coverage-section .company-table .row:last-of-type .detail-box {
  border-bottom: none;
}

.analyst-coverage-section .company-table .row .col-lg-4:first-child .detail-box {
  justify-content: flex-start;
}

.analyst-coverage-section .company-table .row .col-lg-4:nth-child(2) .detail-box {
  justify-content: center;
}

.analyst-coverage-section .company-table .row .col-lg-4:last-child .detail-box {
  justify-content: flex-end;
}

.analyst-coverage-section .company-table .row:first-of-type .detail-box.mid {
  position: relative;
}

.analyst-coverage-section .learn-more {
  margin-left: 0;
  color: rgb(5, 73, 147);
  font-family: "Poppins", sans-serif;
  font-weight: 550;
  font-size: 18px;
  background-color: rgba(5, 73, 147, 0.1);
  border: 1px solid rgba(5, 73, 147, 0.5);
  border-radius: 36px;
  padding: 8px 30px;
}

.analyst-coverage-section .learn-more:hover {
  background-color: rgba(15, 98, 195, 0.5);
  border: 1px solid rgba(5, 73, 147, 0.5);
  color: rgb(255, 255, 255);
  box-shadow: 0 0 16px rgba(5, 73, 147, 0.4);
}

.analyst-coverage-section .heading .u-type-neue-heading,
.analyst-coverage-section h2.heading {
  margin-bottom: 28px;
  letter-spacing: 0;
  text-align: center;
  text-transform: uppercase;
  color: rgb(5, 73, 147);
}

/* Firm / Analyst / Email 一条蓝条 + 中间白框 */
.analyst-coverage-section .analyst-detail-bar {
  background: linear-gradient(2.01deg, #19407f -6.63%, #3772a6 101.07%), #054993;
  border-radius: 27px;
  padding: 3px 2px;
  margin-top: 3rem;
}

.analyst-coverage-section .analyst-detail-bar .detail-box hr {
  display: none;
}

.analyst-coverage-section .analyst-detail-bar .detail-box h5 {
  margin-bottom: 1rem; /* 或 8px、16px，按需要改 */
}

.analyst-coverage-section .analyst-detail-bar .row {
  margin: 0;
}

.analyst-coverage-section .analyst-detail-bar .row [class*=col-] {
  padding-left: 8px;
  padding-right: 8px;
}

.analyst-coverage-section .analyst-detail-bar .row > [class*=col-]:first-child .analyst-detail-bar__side {
  text-align: left;
}

.analyst-coverage-section .analyst-detail-bar .row > [class*=col-]:last-child .analyst-detail-bar__side {
  text-align: right;
}

/* 减小 Firm、Email 与蓝条左右的边距 */
.analyst-coverage-section .analyst-detail-bar .row > [class*=col-]:first-child {
  padding-left: 3rem;
  padding-right: 3rem;
  justify-content: flex-start !important; /* 让 Firm 贴左 */
}

.analyst-coverage-section .analyst-detail-bar .row > [class*=col-]:last-child {
  padding-left: 3rem;
  padding-right: 3rem;
  justify-content: flex-end !important; /* 让 Email 贴右 */
}

.analyst-coverage-section .analyst-detail-bar__side {
  background: transparent !important;
  border: none !important;
  text-align: center;
}

.analyst-coverage-section .analyst-detail-bar__side hr {
  border-color: rgba(255, 255, 255, 0.4);
}

.analyst-coverage-section .analyst-detail-bar__side h5,
.analyst-coverage-section .analyst-detail-bar__side h6,
.analyst-coverage-section .analyst-detail-bar__side a {
  color: #fff;
}

.analyst-coverage-section .analyst-detail-bar__middle {
  background: #fff;
  border-radius: 20px;
  border: none;
  padding: 20px 16px;
  width: 100%;
  max-width: 100%;
  text-align: center;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.analyst-coverage-section .analyst-detail-bar__middle h5,
.analyst-coverage-section .analyst-detail-bar__middle h6 {
  color: #333;
}

.analyst-coverage-section .analyst-detail-bar__middle hr {
  border-color: #e0e0e0;
}

.email-alert-main .email-alert-main-heading {
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
  color: #054993;
  margin-bottom: 0;
}

.email-alert-main .email-alert-main-intro {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.7;
  text-align: center;
  color: rgba(5, 73, 147, 0.63);
  max-width: 500px; /* 加这两行：限制宽度 */
  margin-left: auto;
  margin-right: auto;
}

.email-alert-main .email-alert-main-intro p {
  margin-bottom: 0.5rem;
}

.email-alert-main .email-alert-main-intro p:last-child {
  margin-bottom: 0;
}

.email-alert-main .box {
  border-radius: 4px;
  background: linear-gradient(180.17deg, rgb(53, 116, 184) 15.64%, rgb(5, 73, 147) 99.86%);
  padding: 70px;
}

.email-alert-main .box h4 {
  text-align: center;
  margin-top: 1.5rem; /* 按需要改数值，如 2rem、24px */
  color: #fff;
}

.email-alert-main .row .col-md-12:first-child {
  display: flex;
  justify-content: center;
}

.email-alert-main .email-submit-group {
  position: relative;
  display: flex;
  align-items: stretch;
  flex-wrap: nowrap;
  width: 65%;
  max-width: 620px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 999px;
  background: transparent;
  overflow: visible;
}

.email-alert-main .email-submit-group > p {
  margin: 0;
  display: flex;
  align-items: stretch;
  flex-shrink: 0;
}

.email-alert-main .email-submit-group > p:first-child {
  flex: 1;
  min-width: 0;
}

.email-alert-main .email-submit-group > p:first-child .wpcf7-form-control-wrap,
.email-alert-main .email-submit-group > p:first-child span {
  display: flex;
  flex: 1;
  min-width: 0;
}

.email-alert-main .email-submit-group > p:first-child input[type=email] {
  flex: 1;
  min-width: 0;
  width: 100%;
  border: none !important;
  border-radius: 0;
  background: transparent !important;
  padding-left: 1.25rem;
  padding-right: 0.5rem;
  color: #fff;
}

.email-alert-main .email-submit-group > p:first-child input[type=email]::placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.email-alert-main .email-submit-group > p:last-child {
  flex-shrink: 0;
}

.email-alert-main .email-submit-group .wpcf7-submit,
.email-alert-main .email-submit-group input[type=submit] {
  flex-shrink: 0;
  border: none;
  border-radius: 100px;
  margin: 3px;
  padding: 1rem 1.5rem;
  background: #fff;
  color: #054993;
  font-weight: 600;
}

.email-alert-main .row .col-lg-8 {
  flex: 0 0 100%;
  max-width: 100%;
  display: flex;
  justify-content: center;
}

.email-alert-main .wpcf7-checkbox {
  margin-top: 2.5rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  -moz-column-gap: 25px;
  column-gap: 25px;
  row-gap: 10px;
}

.email-alert-main .wpcf7-not-valid-tip {
  position: absolute;
  top: 100%;
  left: 0;
  margin-top: 5px;
  font-size: 0.875rem;
  color: #f29696;
}

.email-alert-main .wpcf7-list-item {
  cursor: pointer;
  margin: 0;
}

.email-alert-main .wpcf7-list-item input[type=checkbox] {
  width: 15px;
  height: 15px;
}

.email-alert-main .wpcf7-list-item label {
  display: flex;
  align-items: center;
  gap: 10px;
}

.email-alert-main label {
  color: #fff;
  font-size: 12px;
  font-weight: 500;
}

.email-alert-main input.wpcf7-form-control[type=email] {
  border: none;
  border-radius: 0;
  background: transparent;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  color: #fff;
  padding-left: 1.25rem;
}

.email-alert-main input.wpcf7-form-control[type=email]::placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.email-alert-main .wpcf7-submit,
.email-alert-main input[type=submit] {
  border: none;
  border-radius: 100px;
  padding: 1rem 1.5rem;
}

.ir-faq .container {
  padding-left: 12rem;
  padding-right: 12rem;
  min-width: 50rem;
}

.ir-faq .ir-faq-heading {
  line-height: 1.2;
  text-transform: uppercase;
  color: #054993;
  text-align: center;
  margin-bottom: 1.5rem;
}

.ir-faq .ir-faq-heading .heading-underline {
  border-bottom: 3px solid rgba(5, 73, 147, 0.4);
  padding-bottom: 2px;
  display: inline-block;
}

.ir-faq .ir-faq-intro {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
  color: rgba(5, 73, 147, 0.63);
  text-align: center;
  max-width: 640px;
  margin: 0 auto;
}

.ir-faq .accordion {
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.ir-faq .accordion .accordion-item {
  border: none;
  border-radius: 16px;
  overflow: hidden;
}

.ir-faq .accordion .accordion-item .accordion-button {
  font-family: "Poppins", sans-serif;
  border: none;
  box-shadow: none;
  background: #096eb2;
  color: #fff;
  font-size: 22px;
  font-weight: 800;
  border-radius: 16px;
  position: relative;
  padding-right: 95px;
  box-sizing: border-box;
  min-height: 4.5rem;
}

.ir-faq .accordion .accordion-item .accordion-button:not(.collapsed) {
  border-radius: 16px 16px 0 0;
}

/* 右侧箭头容器：半透明白底圆角框 */
.ir-faq .accordion .accordion-item .accordion-button {
  position: relative;
  padding-right: 95px;
  box-sizing: border-box;
}

.ir-faq .accordion .accordion-item .accordion-button::before {
  content: "";
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  width: 4rem;
  height: 3rem;
  background: rgba(255, 255, 255, 0.11);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 16px;
  box-sizing: border-box;
  flex-shrink: 0;
  transition: background 0.2s ease, border-color 0.2s ease;
}

.ir-faq .accordion .accordion-item .accordion-button:hover::before {
  background: rgba(255, 255, 255, 0.22);
  border-color: rgba(255, 255, 255, 0.35);
}

/* 箭头：和框同位置同尺寸，图标用 background 居中，改尺寸只改上面一处即可 */
.ir-faq .accordion .accordion-item .accordion-button::after {
  position: absolute;
  display: block;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  width: 4rem;
  height: 3rem;
  margin: 0;
  left: auto;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  background-size: 1.25rem;
  background-position: center;
  background-repeat: no-repeat;
  background-color: transparent;
  filter: none;
  transition: transform 0.2s ease;
}

.ir-faq .accordion .accordion-item .accordion-button:hover::after {
  transform: translateY(-50%) scale(1.3);
}

.ir-faq .accordion .accordion-item .accordion-button:not(.collapsed)::after {
  transform: translateY(-50%) rotate(180deg);
}

.ir-faq .accordion .accordion-item .accordion-button:not(.collapsed):hover::after {
  transform: translateY(-50%) rotate(180deg) scale(1.3);
}

.ir-faq .accordion .accordion-body {
  background: #096eb2;
  color: rgba(255, 255, 255, 0.7);
  font-size: 16px;
  font-weight: 500;
}

.ir-faq .accordion .accordion-body a {
  text-decoration: none;
  color: #024183;
}

.ir-faq .slide-up-on-scroll {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.5s ease-out, transform 0.5s ease-out;
}

.ir-faq .slide-up-on-scroll.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.ir-request-form .container {
  padding-left: 12rem;
  padding-right: 12rem;
  min-width: 50rem;
}

.ir-request-form .heading {
  line-height: 1.2;
  text-transform: uppercase;
  color: #054993;
  text-align: center;
}

.ir-request-form label {
  color: #054993;
  font-size: 16px;
  font-weight: 700;
}

.ir-request-form .ir-request-form-name-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: flex-start;
}

.ir-request-form .ir-request-form-name-row > * {
  flex: 1 1 0;
  min-width: 0;
}

.ir-request-form input.wpcf7-form-control,
.ir-request-form textarea.wpcf7-form-control {
  border-radius: 36px;
  border: 1px solid rgba(0, 0, 0, 0.15);
}

.ir-request-form .slide-up-on-scroll {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.5s ease-out, transform 0.5s ease-out;
}

.ir-request-form .slide-up-on-scroll.is-visible {
  opacity: 1;
  transform: translateY(0);
}

/* For Investors 页面*/
.ir-request-form .wpcf7-submit,
.ir-request-form button.wpcf7-submit {
  box-sizing: border-box;
  display: inline-flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 4px;
  padding: 0 40px;
  height: 54px;
  background: rgba(5, 73, 147, 0.1);
  border: 1px solid rgba(5, 73, 147, 0.5);
  border-radius: 36px;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 25px;
  text-align: center;
  color: #054993;
  /* 去掉主题按钮可能带来的默认背景/阴影 */
  box-shadow: none;
  transition: background-color 0.25s ease, border-color 0.25s ease, color 0.25s ease;
}

.ir-request-form .wpcf7-submit:hover,
.ir-request-form button.wpcf7-submit:hover {
  background: rgba(1, 57, 117, 0.2);
  border-color: rgba(1, 57, 117, 0.65);
  color: #013975;
}

/* 图标和文字之间的小间距（可选） */
.ir-request-form .wpcf7-submit i {
  font-size: 14px;
}

.wpcf7-spinner {
  top: 5px;
  left: 130px;
  position: absolute;
}

.ir-contact .container {
  padding-left: 12rem;
  padding-right: 12rem;
  min-width: 50rem; /* 如果你也想保持同样的最小宽度 */
}

.ir-contact .heading {
  line-height: 1.2;
  text-transform: uppercase;
  color: #054993;
}

.ir-contact .address-box .address-title {
  color: #0d6ea1;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 1px;
  margin-bottom: 10px;
}

.ir-contact .address-box p {
  color: #000;
  font-size: 18px;
  font-weight: 400;
}

.reports .accordion {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.reports .accordion .accordion-item {
  border: none;
}

.reports .accordion .accordion-item .accordion-button {
  border-radius: 15px;
  background: #024183;
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  transition: 0.4s all;
}

.reports .accordion .accordion-item .accordion-button::after {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>");
  transition: transform 0.35s ease-out;
}

.reports .accordion .accordion-item .accordion-button:not(.collapsed)::after {
  transform: rotate(180deg);
}

.reports .accordion .accordion-item .table.theme-table tr td:nth-child(1) {
  padding-left: 0.5rem;
}

.reports .accordion .accordion-item .table.theme-table tr td:nth-last-child(1) {
  text-align: start;
}

.reports .accordion .accordion-item .table td a {
  display: inline-flex;
  align-items: center;
  margin-right: 15px;
  color: #000;
  font-size: 16px;
}

.reports .slide-up-on-scroll {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.5s ease-out, transform 0.5s ease-out;
}

.reports .slide-up-on-scroll.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.analyst-coverage-section .slide-up-on-scroll {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.5s ease-out, transform 0.5s ease-out;
}

.analyst-coverage-section .slide-up-on-scroll.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.analyst-coverage-section .analyst-coverage-card--right.slide-up-on-scroll {
  transition-delay: 0.1s;
}

.analyst-coverage-section .company-table.slide-up-on-scroll .row {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 0.35s ease-out, transform 0.35s ease-out;
}

.analyst-coverage-section .company-table.slide-up-on-scroll.is-visible .row {
  opacity: 1;
  transform: translateY(0);
}

.analyst-coverage-section .company-table.slide-up-on-scroll.is-visible .row:nth-child(1) {
  transition-delay: 0.05s;
}

.analyst-coverage-section .company-table.slide-up-on-scroll.is-visible .row:nth-child(2) {
  transition-delay: 0.1s;
}

.analyst-coverage-section .company-table.slide-up-on-scroll.is-visible .row:nth-child(3) {
  transition-delay: 0.15s;
}

.analyst-coverage-section .company-table.slide-up-on-scroll.is-visible .row:nth-child(4) {
  transition-delay: 0.2s;
}

.analyst-coverage-section .company-table.slide-up-on-scroll.is-visible .row:nth-child(5) {
  transition-delay: 0.25s;
}

.ma5menu__toggle {
  background-color: transparent;
  height: unset;
}

.ma5menu__toggle:hover {
  background-color: transparent;
}

.ma5menu__container {
  background-color: #024183;
}

.ma5menu__container .ma5menu__panel {
  background-color: #024183;
}

.ma5menu__container .ma5menu__logo {
  display: none;
}

.stock-main-info {
  background-color: #024183;
}

.stock-main-info h2 {
  text-transform: uppercase;
}

.stock-main-info .stock-price {
  color: #5ff6e8;
  text-align: center;
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 20px;
}

.stock-main-info .source-name {
  color: rgba(255, 255, 255, 0.71);
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 2px;
}

.stock-main-info .stock-change {
  color: #cfffe7;
  text-align: center;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 2px;
}

.stock-main-info p {
  color: rgba(255, 255, 255, 0.71);
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 0;
}

.corporate-governance {
  background: #024183;
}

.corporate-governance .slide-up-on-scroll {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.5s ease-out, transform 0.5s ease-out;
}

.corporate-governance .slide-up-on-scroll.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.corporate-governance .slide-up-on-scroll table tbody tr {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 0.35s ease-out, transform 0.35s ease-out;
}

.corporate-governance .slide-up-on-scroll.is-visible table tbody tr {
  opacity: 1;
  transform: translateY(0);
}

.corporate-governance .slide-up-on-scroll.is-visible table tbody tr:nth-child(1) {
  transition-delay: 0.05s;
}

.corporate-governance .slide-up-on-scroll.is-visible table tbody tr:nth-child(2) {
  transition-delay: 0.1s;
}

.corporate-governance .slide-up-on-scroll.is-visible table tbody tr:nth-child(3) {
  transition-delay: 0.15s;
}

.corporate-governance .slide-up-on-scroll.is-visible table tbody tr:nth-child(4) {
  transition-delay: 0.2s;
}

.corporate-governance .slide-up-on-scroll.is-visible table tbody tr:nth-child(5) {
  transition-delay: 0.25s;
}

.corporate-governance table td {
  color: #fff;
  font-size: 19px;
  font-weight: 600;
  letter-spacing: 1px;
  vertical-align: middle;
}

.corporate-governance table td i {
  color: #5ff6e8;
  font-size: 1.875rem;
}

.corporate-governance table th {
  color: #fff;
  font-size: 19px;
  font-weight: 600;
  letter-spacing: 1px;
}

.corporate-governance .legend ul {
  padding-left: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.corporate-governance .legend ul li {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  display: flex;
  align-items: center;
}

.corporate-governance .legend ul li i {
  color: #5ff6e8;
  font-size: 1.875rem;
  width: 40px;
}

.divider-line {
  width: 100%;
  height: 1px;
  border: none;
  background: linear-gradient(90deg, rgba(47, 70, 106, 0.1) 0%, #2f466a 50%, rgba(47, 70, 106, 0.1) 100%);
  margin: 0.75rem 0;
  flex: none;
}

.doc-and-commity .slide-up-on-scroll {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.5s ease-out, transform 0.5s ease-out;
}

.doc-and-commity .doc-charter-images {
  margin-bottom: 10px;
}

.doc-and-commity .doc-charter-image-item {
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
  background: #dbe4ef;
  line-height: 0;
}

.doc-and-commity .doc-charter-image-item a,
.doc-and-commity .doc-charter-image-item img {
  display: block;
  width: 100%;
}

.doc-and-commity .doc-charter-image-item img {
  aspect-ratio: 598/293;
  object-fit: cover;
}

@media (max-width: 991.98px) {
  .doc-and-commity .doc-charter-images {
    margin-bottom: 0;
  }
}
.doc-and-commity .slide-up-on-scroll.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.doc-and-commity .divider-line {
  width: 300px; /* 按需要改成 200px、360px 等 */
}

.doc-and-commity .heading,
.doc-and-commity h2.heading {
  color: #19407f;
  text-align: center;
  text-transform: uppercase;
}

.doc-and-commity ul {
  list-style: none;
  padding-left: 0;
}

.doc-and-commity ul li {
  padding-left: 0;
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.5em;
}

.doc-and-commity ul li::before {
  content: "";
  display: inline-block;
  width: 3px;
  height: 3px;
  background: #096eb2; /* 蓝色方块，可改成 #2F466A */
  flex-shrink: 0;
}

.doc-and-commity ul li a {
  text-decoration: underline;
  color: #096eb2;
  font-size: 16px;
  font-weight: 400;
}

.doc-and-commity .title {
  color: rgba(0, 0, 0, 0.7);
  font-size: 30px;
  font-family: "Neue Machina", sans-serif;
  font-weight: 650;
  line-height: 1.2;
  margin-bottom: 15px;
}

.all-events {
  background: #024183;
}

.all-events .event-box {
  border-bottom: 1px solid #edecec;
  padding-bottom: 40px;
}

.all-events .event-box .date {
  border-radius: 15px;
  background: #024183;
  box-shadow: 2px 3px 4.3px 0 rgba(0, 0, 0, 0.15);
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
  padding: 8px 20px;
}

.all-events .event-box .date.past {
  background: #f8f8f8;
  color: #024183;
}

.all-events .event-box .title {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
}

.all-events .event-box .time {
  color: #ececec;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 15px;
}

.all-events .event-box .btn {
  font-size: 16px;
  font-weight: 500;
  color: #024183;
}

.all-events .event-box .btn:hover {
  background-color: #5ff6e8;
}

.all-events p {
  color: #ececec;
}

.all-events.main-section-event {
  background-color: transparent;
}

.all-events.main-section-event .event-box {
  border-bottom: 1px solid #edecec;
}

.all-events.main-section-event .event-box .date {
  background: #024183;
  color: #fff;
}

.all-events.main-section-event .event-box .date.past {
  background: #f8f8f8;
  color: #024183;
}

.all-events.main-section-event .event-box .title {
  color: #024183;
}

.all-events.main-section-event .event-box .time {
  color: #024183;
}

.all-events.main-section-event .event-box .btn {
  color: #fff;
}

.all-events.main-section-event .event-box .btn:hover {
  background-color: #013063;
}

.all-events.main-section-event p {
  color: #353535;
}

.all-events.main-section-event .form-select {
  border: 1px solid #024183;
}

.search-results-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.pagination {
  margin-top: 30px;
  justify-content: center;
}

.pagination li a {
  border: none;
  color: #000;
  font-size: 16px;
  font-weight: 500;
}

.pagination li a.active span {
  font-weight: 800;
  background-color: #024183;
}

.pagination li a span {
  border: none;
}

/* 当前页：背景改主题色 */
.pagination .page-item.active .page-link {
  background-color: #024183;
  color: #fff;
}

/* news 分页栏：右对齐、Total + 箭头 + 页码、禁用箭头置灰 */
.news .news-pagination-bar {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 16px;
  margin-top: 30px;
}

.news .news-pagination-total {
  margin-right: 8px;
  font-size: 16px;
  color: #666;
  display: flex;
  height: 40px;
  align-items: center;
  line-height: normal;
}

.news .news-pagination {
  margin-top: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  justify-content: flex-end;
}

.news .news-pagination .page-item .page-link {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  min-height: 40px;
  padding: 0 8px;
  border-radius: 6px;
  background-color: #f0f0f0;
  color: #024183;
  font-size: 16px;
  font-weight: 500;
  border: 1px solid #e0e8f0;
  text-decoration: none;
}

.news .news-pagination .page-item.active .page-link {
  background-color: #024183;
  color: #fff;
  border-color: #024183;
}

.news .news-pagination .page-item.disabled .page-link {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: none;
  color: #999;
}

.news .news-pagination .page-link .news-page-arrow {
  width: 20px;
  height: 20px;
  display: block;
}

.reports .news-pagination-bar {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 16px;
  margin-top: 30px;
}

.reports .news-pagination {
  margin-top: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  justify-content: flex-end;
}

.reports .news-pagination .page-item .page-link {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  min-height: 40px;
  padding: 0 8px;
  border-radius: 6px;
  background-color: #f0f0f0;
  color: #024183;
  font-size: 16px;
  font-weight: 500;
  border: 1px solid #e0e8f0;
  text-decoration: none;
}

.reports .news-pagination .page-item.active .page-link {
  background-color: #024183;
  color: #fff;
  border-color: #024183;
}

.reports .news-pagination .page-item.disabled .page-link {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: none;
  color: #999;
}

.reports .news-pagination .page-link .news-page-arrow {
  width: 20px;
  height: 20px;
  display: block;
}

.presentation .presentation-box .presentation-box-img {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.presentation .presentation-box .presentation-box-img img {
  height: 300px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 20px;
}

.presentation .presentation-box .presentation-box-img .box-info {
  position: absolute;
  left: 0;
  padding: 0 15px 0 30px;
}

.presentation .presentation-box .presentation-box-img .box-info .title {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
}

.presentation .presentation-box .presentation-box-img .box-info .date {
  color: #fff;
  font-size: 15px;
  font-weight: 500;
}

.wpcf7-not-valid-tip {
  font-size: 14px;
  margin-top: 5px;
}

.wpcf7-response-output {
  text-align: center;
  padding: 15px 0;
}

.documents-and-events .table-responsive {
  overflow-y: auto;
  height: 375px;
}

footer .footer-box ul.footer-link-list {
  justify-content: space-between;
}

footer .footer-logo-box {
  margin-top: 3rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

footer .footer-logo-box .footer-logo {
  max-width: 100%;
  width: 100%;
  height: auto;
  display: block;
}

.site-logo {
  display: flex;
  align-items: center;
  gap: 10px;
}

.site-logo .inchains-main img {
  width: 170px;
}

.site-logo .inchains-ir img {
  width: 160px;
}

.site-logo .vl-line {
  width: 1px;
  height: 18px;
  background: #fff;
  position: relative;
}

.gold-shell-logo img {
  width: 100px;
}

.error-404 {
  min-height: 90vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.error-404 h1 {
  font-size: 20rem;
  font-weight: 600;
  color: #024183;
}

.error-404 h5 {
  font-size: 2rem;
  font-weight: 600;
  color: #024183;
  margin-bottom: 30px;
}

.error-404 a {
  color: #fff;
  background-color: #024183;
  font-size: 20px;
  font-weight: 500;
  text-decoration: none;
  width: -moz-fit-content;
  width: fit-content;
  padding: 8px 15px;
  border-radius: 15px;
  transition: 0.4s all;
  border: 1px solid #024183;
}

.error-404 a:hover {
  background-color: transparent;
  border: 1px solid #024183;
  color: #024183;
}

.scrolltop {
  position: fixed;
  bottom: 60px;
  right: 20px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #004098;
  display: none;
  box-shadow: rgba(0, 0, 0, 0.24) 0 3px 8px;
  z-index: 9999;
  transition: 0.8s all;
  transform: scale(1);
  cursor: pointer;
}

.scrolltop .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.scrolltop .icon i {
  color: #fff;
  font-size: 25px;
  transform: rotate(270deg);
}

.scrolltop:hover {
  transform: scale(1.2);
}

.email-alert .wpcf7 form .wpcf7-response-output,
.email-alert-main .wpcf7 form .wpcf7-response-output {
  color: #fff;
  padding: 15px;
  border-radius: 12px;
}

.ir-request-form .wpcf7 form .wpcf7-response-output {
  padding: 15px;
  border-radius: 12px;
}

/*# sourceMappingURL=style.css.map */
