@font-face {
  font-family: "plight";
  src: url(../fonts/Pinar-DS4-FD-Light.woff2);
}
@font-face {
  font-family: "pregular";
  src: url(../fonts/Pinar-DS4-FD-Regular.woff2);
}
@font-face {
  font-family: "pmedium";
  src: url(../fonts/Pinar-DS4-FD-Medium.woff2);
}
@font-face {
  font-family: "psemibold";
  src: url(../fonts/Pinar-DS4-FD-SemiBold.woff2);
}
@font-face {
  font-family: "pbold";
  src: url(../fonts/Pinar-DS4-FD-Bold.woff2);
}
@font-face {
  font-family: "pextrabold";
  src: url(../fonts/Pinar-DS4-FD-ExtraBold.woff2);
}

body {
  background-color: rgba(247, 247, 247, 1);
  overflow-x: hidden;
  position: relative;
}
body::before {
  content: "";
  position: absolute;
  background-image: url(../images/Becrux.png);
  top: 155px;
  right: 206px;
  width: 100%;
  height: 1449px;
  z-index: -1;
}
/* Header */

.header {
  position: relative;
  width: 100%;
  height: 200px;
  box-shadow: 0px 16px 90px 0px rgba(2, 64, 137, 0.06);
  border-radius: 0 0 100px 100px;
  background: rgba(255, 255, 255, 1);
  padding: 0 192px;
  box-shadow: 0px 16px var(--opacity90) 0px rgba(2, 64, 137, 0.06);
}
.box-head {
  width: 100%;
  height: 100%;
}
.header::before {
  content: "";
  position: absolute;
  background: url(../images/1.webp);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  border-radius: 0 0 100px 100px;
  opacity: 1;
  background-size: cover;
}
.box-write-header p {
  font-family: "psemibold";
  font-size: 20px;
  line-height: 100%;
  color: black;
  margin-bottom: 2px;
}
.box-write-header span {
  font-family: "plight";
  font-size: 12px;
  line-height: 100%;
  color: black;
  letter-spacing: 0.1;
}
.box-write-header {
  margin-right: 12px;
}
.box-logo-header a img {
  width: 50px;
  height: 50px;
  object-fit: contain;
}
.box-logo-header {
  margin-top: 24px;
  width: fit-content;
  position: relative;
}
.menu_power {
  margin-top: 24px;
  margin-right: 15px;
}
.menu_power > ul {
  list-style-type: none;
  display: flex;
  align-items: baseline;
  margin: 0;
  position: relative;
}
.menu_power > ul li {
  margin-left: 16px;
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
}
.menu_power > ul li:has(ul) {
  margin-left: 28px;
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
}
.menu_power > ul li:last-of-type {
  margin-left: 0;
}

.menu_power > ul li a {
  font-family: "pmedium";
  font-size: 16px;
  color: black;
  margin-left: 4px;
  text-decoration: none;
}
.box-left-header {
  position: absolute;
  left: 192px;
  top: 39px;
}
.box-left-2-header {
  background: linear-gradient(
    90deg,
    rgba(85, 100, 119, 0.5) 0%,
    rgba(85, 100, 119, 0) 100%
  );
  width: 423px;
  height: 1px;
}
.box-left-3-header span {
  font-family: "pregular";
  font-size: 12px;
  color: rgba(85, 100, 119, 1);
  margin-left: 16px;
}
.box-left-3-header img {
  width: 31.5px;
  height: 18px;
  border-radius: 2px;
  object-fit: contain;
}
.box-left-11-header {
  margin-left: 16px;
}
.box-left-11-header a {
  margin-left: 10px;
}
.box-left-11-header a:last-of-type {
  margin-left: 0;
}
.box-left-12-header button:first-of-type {
  margin-left: 6px;
}
.box-left-12-header button {
  background-color: transparent;
  border: none;
  font-family: "pmedium";
  font-size: 12px;
  color: rgba(0, 0, 0, 1);
  padding: 0;
}
.box-left-2-header {
  margin-bottom: 16px;
  margin-top: 16px;
}
.menu_power > ul > li ul li:first-of-type {
  margin-left: 0;
}
.menu_power > ul li ul li:has(ul)::before {
  content: "";
  position: absolute;
  background-image: url(../images/fi-rr-angle-down.svg);
  background-position: center;
  left: 4px;
  width: 12px;
  height: 12px;
  top: 50%;
  transform: translateY(-50%) rotate(0deg);
  transition: transform .3s ease;
}
.menu_power > ul li ul li:has(ul):hover::before {
  transform: translateY(-50%) rotate(90deg);
}
.menu_power > ul li:has(ul)::before {
  content: "";
  position: absolute;
  background-image: url(../images/fi-rr-angle-down.svg);
  background-position: center;
  left: -16px;
  width: 12px;
  height: 12px;
  top: 50%;
  transform: translateY(-50%);
}
.menu_power ul li:has(ul) ul {
  width: fit-content;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  padding: 6px;
  z-index: 5;
  top: 34px;
  right: 0;
  visibility: hidden;
  opacity: 0;
  transition: all ease 0.3s;
  background-color: #e4e4e4;
  position: absolute;
  display: flex;
  flex-direction: column;
  list-style-type: none;
}
.menu_power ul li:has(ul):hover > ul {
  visibility: visible;
  opacity: 1;
}
.menu_power ul li ul li ul {
  top: 0;
  right: 103%;
}
.menu_power ul li ul li {
  height: 40px;
  margin-left: 0;
  padding: 4px 16px;
  background-color: white;
  transition: background-color 0.3s ease;
  margin-bottom: 4px;
}
.menu_power > ul li ul li a {
  white-space: nowrap;
  width: 100%;
  height: 100%;
  transition: color 0.3s ease;
  font-family: "pmedium";
  font-size: 12px;
  color: rgba(0, 0, 0, 1);
  display: flex;
  white-space: nowrap;
  align-items: center;
}
.menu_power > ul li a:hover {
  color: #333;
}
.menu_power ul li ul li:hover {
  background-color: #c4c4c4;
}

/* .menu_power > ul li ul ul li a span {
  font-family: "pmedium";
  font-size: 12px;
  color: rgba(0, 0, 0, 1);
  display: block;
} */

/* Slider */

.hero-carousel {
  border-radius: 24px;
  overflow: hidden;
}
.slider .row .col .flickity-button {
  display: flex;
  justify-content: center;
  color: #ffffff;
  align-items: center;
}

.slider .row .col .flickity-button.previous > svg {
  transform: scaleX(-1);
}

.slider .row .col .flickity-button {
  background: #ffffff29;
  backdrop-filter: blur(45px);
  border-radius: 100px;
}
.hero-cell {
  width: 1600px;
  height: 640px;
}
.hero-cell.is-selected {
  width: 1600px;
  height: 640px;
}
.hero-cell img {
  width: 100%;
  height: auto;
  display: block;
}

.hero-text {
  position: absolute;
  top: 50%;
  left: 155px;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 36px;
}

.hero-text h2 {
  color: #ffffff;
  font-family: "pextrabold";
  text-align: center;
}

.hero-text a span {
  font-family: "pbold";
  font-size: 36px;
  color: #556477;
  line-height: 100%;
}
.hero-text a {
  padding: 15px 30px;
  background-color: #ffc313;
  border-radius: 9999px;
  text-decoration: none;
  letter-spacing: 0;
  transition: all 0.3s;
}

.hero-text a:hover {
  background-color: #556477;
}
.hero-text a span:hover {
  color: #ffc313;
}

.flickity-page-dots {
  position: absolute;
  display: inline-flex;
  width: fit-content;
  bottom: 84px;
  left: 50%;
  transform: translateX(-50%);
  gap: 12px;
}

.flickity-page-dots .dot {
  width: 32px;
  height: 4px;
  margin: 0;
  padding: 0;
  border-radius: 0;
  opacity: 1;
  background: #ffffff80;
  position: relative;
  overflow: hidden;
  transition: width 0.3s;
  border-radius: 9999px;
}

.flickity-page-dots .dot.is-selected {
  width: 96px;
  height: 4px;
  margin: 0;
  padding: 0;
  opacity: 1;
  background: white;
  position: relative;
  overflow: hidden;
  transition: width 0.3s;
  border-radius: 9999px;
}

.flickity-page-dots .dot::after {
  content: "";
  position: absolute;
  inset: 0;
  background: #ffd148;
  transform: scaleX(0);
  transform-origin: right;
  border-radius: 9999px;
}

.flickity-page-dots .dot.is-selected::after {
  border-radius: 9999px;
  animation: fillDot 5s linear forwards;
}

@keyframes fillDot {
  from {
    transform: scaleX(0);
  }

  to {
    transform: scaleX(1);
  }
}

.slider {
  width: 100%;
  padding: 0 160px;
  margin-top: -45px;
  margin-bottom: 104px;
}
.link-slider {
  width: 1290px;
  height: 120px;
  border-radius: 32px;
  backdrop-filter: blur(50px);
  box-shadow: 0px 0px 6px 0px rgba(255, 255, 255, 0.25) inset;
  background: rgba(255, 255, 255, 0.75);
  position: absolute;
  bottom: -60px;
  right: 155px;
  padding: 10px 30px;
  overflow: hidden;
}
.link-slider ul {
  gap: 15px;
  height: 100px;
  list-style-type: none;
  scrollbar-width: none;
  width: 1230px;
  overflow-x: auto;
  cursor: grab;
  user-select: none;
  scrollbar-width: none; /* Firefox */
}
.link-slider ul::-webkit-scrollbar {
  display: none;
}

.link-slider ul:active {
  cursor: grabbing;
}
.link-slider ul li {
  height: 100px;
  display: flex;
  align-items: center;
}
.link-slider ul li a {
  width: 234px;
  gap: 13px;
}

.link-slider .logo-link-slider {
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.05);
  background: rgba(255, 255, 255, 1);
  width: 72px;
  height: 72px;
  border-radius: 16px;
  position: relative;
}
.link-slider .logo-link-slider::after {
  content: "";
  position: absolute;
  width: 6px;
  height: 25px;
  border-radius: 100px;
  background-color: rgba(255, 209, 72, 1);
  left: -3px;
  top: 24px;
}
.link-slider .logo-link-slider svg {
  transition: transform ease 0.3s;
}
.link-slider ul li a span {
  font-family: "pmedium";
  font-size: 18px;
  color: rgba(85, 100, 119, 1);
  transition: color ease 0.3s;
  white-space: nowrap;
}
.link-slider ul li a:hover .logo-link-slider svg {
  transform: rotate(5deg) scale(1.05);
}
.link-slider ul li a:hover span {
  color: #dc2626;
}
/* Electronic Service Desk */

.electronic-service-desk {
  width: 100%;
  padding: 0 315px;
  margin-top: 44px;
  margin-bottom: 64px;
}
.box-11-esd img,
.box-12-esd img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.box-11-esd {
  width: 630px;
  height: 300px;
  border-radius: 32px;
  overflow: hidden;
  z-index: 1;
}
.box-12-esd {
  width: 630px;
  height: 300px;
  border-radius: 32px;
  overflow: hidden;
  z-index: 1;
}
.box-11-esd::before {
  content: "";
  position: absolute;
  display: block;

  background: linear-gradient(
    270deg,
    rgba(2, 64, 137, 0.75) 0%,
    rgba(0, 77, 169, 0.15) 100%
  );
  width: 100%;
  height: 100%;
}
.box-12-esd::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  display: block;
  left: 0;
  right: 0;
  background: linear-gradient(
    270deg,
    rgba(2, 64, 137, 0.75) 0%,
    rgba(0, 77, 169, 0.15) 100%
  );
}
.box-11-write-2-esd ul {
  list-style-type: none;
  gap: 8px;
  scrollbar-width: none;
  display: flex;
  width: 610px;
}
.box-11-write-2-esd {
  right: 44px;
  bottom: 44px;
  width: 100%;
}
.box-11-write-2-esd ul::-webkit-scrollbar {
  display: none;
}

.box-11-write-2-esd ul:active {
  cursor: grabbing;
}
.box-12-write-2-esd {
  gap: 8px;
  right: 44px;
  bottom: 44px;
}
.box-11-write-1-esd {
  gap: 12px;
  right: 44px;
  top: 44px;
  width: 280px;
}
.box-12-write-1-esd {
  gap: 12px;
  right: 44px;
  top: 44px;
  width: 290px;
}
.box-11-write-1-esd h2 {
  font-family: "psemibold";
  width: fit-content;
  font-size: 20px;
  color: rgba(255, 255, 255, 1);
  position: relative;
  z-index: 1;
}
.box-12-write-1-esd h2 {
  font-family: "psemibold";
  width: fit-content;
  font-size: 20px;
  color: rgba(255, 255, 255, 1);
  position: relative;
  z-index: 1;
}
.box-11-write-1-esd h2::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 10px;
  background-color: rgba(255, 209, 72, 0.5);
  bottom: -20%;
  z-index: -1;
}
.box-12-write-1-esd h2::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 10px;
  background-color: rgba(249, 132, 26, 0.5);
  bottom: -20%;
  z-index: -1;
}
.box-11-write-1-esd p {
  font-family: "pmedium";
  font-size: 16px;
  color: rgba(255, 255, 255, 1);
}
.box-12-write-1-esd p {
  font-family: "pmedium";
  font-size: 16px;
  color: rgba(255, 255, 255, 1);
}
.box-12-write-2-esd a {
  font-family: "pmedium";
  font-size: 16px;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.16);
  backdrop-filter: blur(45px);
  padding: 6px 10px;
  white-space: nowrap;
  gap: 10px;
  border-radius: 999px;
  transition: all ease 0.3s;
}
.box-12-write-2-esd a:hover {
  background: rgba(249, 132, 26, 1);
  color: rgba(255, 255, 255, 1);
  backdrop-filter: blur(45px);
}

.box-21-esd {
  width: 410px;
  height: 220px;
  box-shadow: 0px 30px 64px -30px rgba(0, 0, 0, 0.1);
  background: linear-gradient(270deg, #ededed 0%, #ffffff 100%);
  border-radius: 32px;
  padding: 52.5px 60px 51.5px 60px;
  transition: all 0.4s ease-in-out;
  cursor: pointer;
}
.box-21-esd a {
  width: 100%;
  height: 100%;
}
.box-2-esd {
  gap: 30px;
  margin-top: 30px;
}
.box-21-esd a h2 {
  font-family: "psemibold";
  width: fit-content;
  font-size: 20px;
  color: rgba(0, 77, 169, 1);
  position: relative;
  z-index: 1;
  transition: all 0.4s ease;
}
.box-21-esd a p {
  transition: all 0.4s ease;
  font-family: "pmedium";
  font-size: 16px;
  color: rgba(85, 100, 119, 1);
  text-align: center;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  width: 100%;
  overflow-wrap: break-word;
  word-break: break-word;
  white-space: normal;
}
.box-21-esd:hover {
  background: rgba(0, 77, 169, 0.8);
  transition: all 0.4s ease;
}
.box-21-esd:hover p,
.box-21-esd:hover h2 {
  color: white;
}
.box-21-esd:nth-child(odd) h2::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 10px;
  background-color: rgba(249, 132, 26, 0.5);
  bottom: -20%;
  z-index: -1;
}
.box-21-esd:nth-child(even) h2::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 10px;
  background-color: rgba(255, 209, 72, 0.5);
  bottom: -20%;
  z-index: -1;
}
.feature-carousel {
  width: 100%;
}
.box-11-write-2-esd .feature-carousel-cell {
  transition: all 0.3s;
  background: rgba(255, 255, 255, 0.16);
  backdrop-filter: blur(45px);
  padding: 6px 10px;
  border-radius: 999px;
  cursor: pointer;
}

.box-11-write-2-esd .feature-carousel-cell:hover {
  background: #ffd148;
  backdrop-filter: blur(45px);
  transition: all 0.3s;
}

.box-11-write-2-esd .feature-carousel-cell:not(:first-child) {
  margin-right: 8px;
}

.box-11-write-2-esd .feature-carousel-cell a {
  font-family: "pmedium";
  font-size: 16px;
  color: #ffffff;
  white-space: nowrap;
  transition: all ease 0.3s;
  text-decoration: none;
}

.box-11-write-2-esd .feature-carousel-cell:hover a {
  color: #024089;
  transition: all 0.3s;
}
.link-slider .feature-carousel {
  width: 1230px;
}
.link-slider .feature-carousel-cell {
  background: transparent;
  width: 20%;
  height: 100px;
  display: flex;
  align-items: center;
}

.link-slider .feature-carousel-cell:not(:first-child) {
  margin-right: 8px;
}

.link-slider .feature-carousel-cell a span {
  font-family: "pmedium";
  font-size: 18px;
  color: rgba(85, 100, 119, 1);
}
.link-slider .feature-carousel-cell a {
  display: flex;
  align-items: center;
  gap: 13px;
  text-decoration: none;
  transition: all 0.3s;
}

.link-slider .feature-carousel-cell a:hover span {
  color: #024089;
}
.link-slider .feature-carousel-cell a:hover .logo-link-slider svg {
  transform: rotate(5deg) scale(1.05);
}

/* Last News */
.news-top-title {
  display: flex;
  width: 584px;
  justify-content: space-between;
  margin-bottom: 32px;
}
.news-top-title h3 {
  position: relative;
  color: #024089;
  width: fit-content;
  z-index: 1;
  font-family: "psemibold";
  font-size: 20px;
}

.news-top-title > h3::before {
  content: "";
  position: absolute;
  top: 20px;
  width: 100%;
  height: 10px;
  background: #ffd14880;
  z-index: -1;
}
.news-top-title a {
  gap: 6px;
}
.news-top-title a span {
  font-family: "pbold";
  color: rgba(85, 100, 119, 1);
  font-size: 12px;
}
.news-description-title {
  gap: 24px;
  margin-bottom: 16px;
}
.news-description {
  max-width: 740px;
  min-height: 345px;
  height: 100%;
  width: 100%;
}

.news-description-slider {
  position: relative;
  max-width: 740px;
  max-height: 345px;
  width: 100%;
  height: 100%;
  border-radius: 32px;
  box-shadow: 0px 30px 60px 0px #00000008;
  background: #f7f7f7;
  overflow: hidden;
  position: relative;
  margin-bottom: 101px;
}

.news-description-card {
  position: relative;
  width: 100%;
  height: 345px;
  max-width: 740px;
  border-radius: 32px;
  overflow: hidden;
  background: #f7f7f7;
}

.news-description-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url(../images/news-description-bg.jpg) top / cover no-repeat;
  opacity: 0.3;
  box-shadow: 0px 30px 60px 0px #00000008;
  z-index: -1;
}

.news-description-content {
  max-width: 572px;
  width: 100%;
  margin: 44px;
  padding-left: 0;
  text-align: right;
  box-sizing: border-box;
  z-index: 1;
}

.news-description-content a {
  text-decoration: none;
  color: rgba(0, 77, 169, 1);
}
.news-bottom {
  width: 100%;
  max-height: 229px;
  padding: 44px;
  padding-top: 42px;
  box-sizing: border-box;
  position: relative;
  border-radius: 32px;
  overflow: hidden;
  box-shadow: 0px 30px 64px -30px #0000001a;
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.news-bottom::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url(../img/news-bottom-bg.jpg);
  opacity: 0.3;
  box-shadow: 0px 30px 60px 0px #00000008;
  z-index: -1;
}

.news-bottom-title {
  display: flex;
  justify-content: space-between;
}

.news-bottom-title h3 {
  color: #004da9;
  width: fit-content;
  position: relative;
  height: fit-content;
  z-index: 1;
  margin: 0;
}

.news-bottom-title > h3::before {
  position: absolute;
  bottom: 0;
  content: "";
  width: 100%;
  height: 10px;
  background: #ffd14880;
  z-index: -1;
}

.news-bottom-title h4 {
  display: flex;
  gap: 6px;
  align-self: center;
  margin: 0;
}

.news-bottom-title span {
  max-height: 19px;
  font-family: "Pinar-Bold";
  color: #556477;
  font-size: 12px;
}

.news-bottom-slider {
  width: 100%;
  min-height: 80px;
}

.news-bottom-card a {
  display: flex;
  gap: 16px;
}
.news-bottom-card {
  max-width: 380px;
  width: 380px;
  max-height: 80px;
  margin-left: 30px;
}

.news-bottom-img {
  position: relative;
  max-width: 80px;
  max-height: 80px;
  width: 80px;
  flex-shrink: 0;
  aspect-ratio: 80 / 80;
  border-radius: 24px;
  overflow: hidden;
}

.news-bottom-img::after {
  content: "";
  position: absolute;
  inset: 0;
  max-width: 80px;
  border: 3px solid #ffffff;
  box-shadow: 0px 4px 4px 0px #0000001a;
  z-index: 1;
  pointer-events: none;
  border-radius: 24px;
}

.news-bottom-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.news-bottom-text {
  display: flex;
  flex-direction: column;
  min-width: 0;
  gap: 6px;
}

.news-bottom-text div {
  display: flex;
  gap: 8px;
  color: #636363;
  align-items: center;
}

.news-bottom-text p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  line-clamp: 2;
  overflow: hidden;
  margin: 0;
  margin-top: 6px;
  letter-spacing: 0%;
  font-family: "pmedium";
  font-size: 16px;
  color: rgba(85, 100, 119, 1);
  line-height: 24px;
}
.news-bottom-text div span {
  font-family: "pmedium";
  font-size: 12px;
  color: rgba(99, 99, 99, 1);
}

.news-bottom-slider .flickity-page-dots {
  position: absolute;
  top: -47.5px;
  left: 156px;
  transform: none;
}

.news-bottom-slider .flickity-page-dots .dot {
  background: #e6e9ed;
}

.news-bottom-slider .flickity-page-dots .dot.is-selected {
  position: relative;
  border-radius: 100px;
}
.news-image {
  position: absolute !important;
  max-width: 630px;
  width: 100%;
  overflow: hidden;
  left: 0;
  top: 0px;
  border-radius: 32px;
  overflow: hidden;
  box-shadow: 0px 10px 30px 0px #00000040;
}
.news-nav-card {
  max-width: 165px;
  width: 100%;
  min-height: 110px;
  aspect-ratio: 165 / 110;
  border-radius: 24px;
  box-shadow: 0px 30px 60px 0px #00000008;
  transition: top 0.3s;
}

.news-nav-card:not(:last-child) {
  margin-left: 16px;
}

.news-nav-card img {
  width: 100%;
  height: 100%;
  min-height: 110px;
  object-fit: cover;
  opacity: 0.5;
  transition: all 0.3s;
  border-radius: 24px;
}

.news-nav-card.is-selected img {
  opacity: 1;
}
.news-description-content {
  max-width: 572px;
  width: 100%;
  margin: 44px;
  padding-left: 0;
  text-align: right;
  box-sizing: border-box;
  z-index: 1;
}
.news-description-content a {
  color: #004da9;
  font-family: "pbold";
  font-size: 18px;
}
.news-date {
  gap: 8px;
}
.news-title p {
  color: #556477;
  background: #55647726;
  padding: 6px 12px;
  border-radius: 24px;
  font-size: 14px;
  font-family: "pmedium";
  margin-bottom: 0;
}
.news-date p {
  font-family: "pmedium";
  font-size: 12px;
  color: #556477;
  margin: 0;
}
.news-description-content > p {
  font-family: "pregular";
  font-size: 16px;
  letter-spacing: 0;
  display: -webkit-box;
  color: #556477;
  margin: 0;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-top: 12px;
}

.news-slider-nav {
  max-width: 572px;
  width: 100%;
  max-height: 110px;
  height: 100%;
  padding-right: 44px;
  position: absolute !important;
  top: 355px;
}

.news-slider-nav .flickity-page-dots {
  bottom: 55px;
  transform: translateY(-50%);
  left: -428px;
  margin-bottom: 0;
}

.news-slider-nav .flickity-page-dots .dot {
  background: #ffffff;
  opacity: 1;
}
.download-photo-news {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 16px;
  top: 14.18px;
  padding: 10px;
  background: #03133452;
  backdrop-filter: blur(16px);
  border-radius: 100px;
  transition: all 0.3s;
  width: 44px;
  height: 43.53192138671875px;
}
.news-image-card div {
  width: 100%;
  height: 100%;
}
.news-image-card {
  max-width: 630px;
  width: 100%;
  aspect-ratio: 630 / 372;
  overflow: hidden;
}

.news-image-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.last-news {
  width: 100%;
  padding: 64px 313px 64px 319px;
  background-color: rgba(243, 243, 247, 1);
}
.box-2-last-news {
  width: 1288px;
  height: 229px;
  border-radius: 32px;
  box-shadow: 0px 30px 64px -30px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 1;
  padding: 44px;
  background-color: rgba(255, 255, 255, 1);
}
.box-2-last-news::before {
  content: "";
  position: absolute;
  background: url(../images/825df6e1d0cf8f24fd26a172ce22280bcc4b6dcb.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 30%;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  border-radius: 32px;
  z-index: -1;
}
.box-img-box-22-last-news {
  width: 80px;
  height: 80px;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1);
  border: 3px solid rgba(255, 255, 255, 1);
}
.box-img-box-22-last-news img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.box-22-last-news ul {
  list-style-type: none;
  gap: 30px;
}
.box-22-last-news ul li a {
  gap: 16px;
}
.box-write-1-box-22-last-news {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.box-write-1-box-22-last-news p {
  font-family: "pmedium";
  font-size: 16px;
  color: rgba(85, 100, 119, 1);
  line-height: 24px;
}
.box-write-box-22-last-news {
  width: 284px;
}
.box-write-2-box-22-last-news {
  gap: 8px;
}
.box-write-2-box-22-last-news span {
  font-family: "pmedium";
  font-size: 12px;
  color: rgba(99, 99, 99, 1);
}
.box-21-last-news {
  margin-bottom: 32px;
}
.box-21-last-news > h2 {
  font-family: "psemibold";
  font-size: 20px;
  color: rgba(2, 64, 137, 1);
  position: relative;
  z-index: 1;
}
.box-21-last-news > h2::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 10px;
  background-color: rgba(255, 209, 72, 0.5);
  z-index: -1;
  bottom: -3px;
}
.box-archive-211-last-news a span,
.box-111-last-news a span {
  font-family: "pbold";
  font-size: 12px;
  color: rgba(85, 100, 119, 1);
  white-space: nowrap;
}
.box-archive-211-last-news a,
.box-111-last-news a {
  gap: 6px;
}
.box-211-last-news {
  gap: 32px;
}
.box-211-last-news .flickity-page-dots .dot.is-selected {
  background-color: rgba(255, 209, 72, 1) !important;
}
.box-211-last-news .flickity-page-dots .dot {
  background-color: rgba(230, 233, 237, 1) !important;
}
.box-111-last-news > h2 {
  font-family: "psemibold";
  font-size: 20px;
  color: rgba(2, 64, 137, 1);
  position: relative;
  z-index: 1;
}
.box-111-last-news > h2::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 10px;
  background-color: rgba(255, 209, 72, 0.5);
  z-index: -1;
  bottom: -3px;
}
.box-112-write-2-last-news h2 {
  font-family: "pbold";
  font-size: 18px;
  color: rgba(0, 77, 169, 1);
  line-height: 161.1%;
}
.box-112-write-2-last-news div {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.box-112-write-2-last-news div p {
  font-family: "pregular";
  font-size: 16px;
  color: rgba(85, 100, 119, 1);
}
.box-112-write-1-last-news div:first-of-type span {
  font-family: "pmedium";
  font-size: 14px;
  color: rgba(85, 100, 119, 1);
}
.box-112-write-1-last-news div:first-of-type {
  width: fit-content;
  border-radius: 24px;
  padding: 6px 12px;
  background-color: rgba(85, 100, 119, 0.15);
}
.box-112-write-1-last-news div:last-of-type {
  gap: 8px;
}
.box-112-write-1-last-news div:last-of-type span {
  font-family: "pmedium";
  font-size: 12px;
  color: rgba(99, 99, 99, 1);
}
.box-112-write-1-last-news {
  gap: 24px;
}
.box-11-last-news {
  margin-top: 64px;
  width: 740px;
  height: 345px;
  border-radius: 32px;
  position: relative;
  box-shadow: 0px 30px 60px 0px rgba(0, 0, 0, 0.03);
  z-index: 1;
  background: rgba(255, 255, 255, 1);
  padding-right: 44px;
  padding-top: 44px;
}
.box-11-last-news::before {
  content: "";
  position: absolute;
  background: url(../images/3aae9666ec8ddd39cec0a8682587fda877ef5d05_cropped.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 30%;
  z-index: -1;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  border-radius: 32px;
}
.box-112-last-news {
  width: 572px;
}
.box-112-write-last-news {
  gap: 16px;
}
.box-112-write-2-last-news {
  gap: 12px;
}
.box-111-last-news {
  top: -56px;
  width: 584px;
}
.box-113-last-news {
  right: 44px;
  bottom: -55px;
}
.box-113-last-news ul {
  list-style-type: none;
  gap: 16px;
  width: 572px;
  display: flex;
  gap: 16px;
  overflow-x: auto;
  cursor: grab;
  user-select: none;
  scrollbar-width: none; /* Firefox */
}
.box-113-last-news ul::-webkit-scrollbar {
  display: none;
}

.box-113-last-news ul:active {
  cursor: grabbing;
}
.box-113-last-news ul li a {
  box-shadow: 0px 30px 60px 0px rgba(0, 0, 0, 0.03);
  width: 165px;
  height: 110px;
  border-radius: 24px;
  overflow: hidden;
}
.box-113-last-news ul li:first-of-type img {
  opacity: 1;
}
.box-113-last-news ul li a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 50%;
}
.box-1-last-news {
  margin-bottom: 101px;
}
.box-12-last-news > div {
  width: 630px;
  height: 372px;
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.25);
  overflow: hidden;
  border-radius: 32px;
}
.box-12-last-news > div a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.box-12-last-news {
  gap: 32px;
  left: 0;
  z-index: 1;
}

.box-12-last-news ol {
  bottom: -38px;
  right: 112px;
  width: fit-content;
}
.logo-pic {
  width: 44px;
  height: 43.53192138671875px;
  border-radius: 100px;
  backdrop-filter: blur(16px);
  background: rgba(3, 19, 52, 0.32);
  top: 14.18px;
  left: 16px;
}
.box-12-last-news .carousel button {
  display: none;
}
/* Client Guide */

.client-guide {
  width: 100%;
  padding: 0 314px 0 315px;
  margin-top: 64px;
}
.box-12-cg {
  width: 330px;
  height: 496px;
  border-radius: 32px;
  border: 5px solid rgba(255, 255, 255, 1);
  box-shadow: 0px 30px 30px -15px rgba(0, 0, 0, 0.05);
}
.box-12-cg img {
  border-radius: 28px;
  width: 100%;
  height: 100%;
  display: block;
}
.box-21-cg {
  width: 410px;
  height: 330px;
  border-radius: 32px;
  box-shadow: 0px 30px 64px -30px rgba(0, 0, 0, 0.3);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}
.box-21-cg img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.box-2-cg {
  gap: 30px;
  margin-top: 44px;
}
.box-21-cg a {
  width: 380px;
  height: 75px;
  border-radius: 17px;
  backdrop-filter: blur(50px);
  right: 15px;
  bottom: 15px;
  background-color: rgba(255, 255, 255, 0.75);
  transition: background-color ease 0.3s;
}
.box-21-cg a:hover {
  background-color: rgba(255, 255, 255, 1);
}
.box-21-cg a span {
  font-family: "psemibold";
  font-size: 20px;
  color: rgba(85, 100, 119, 1);
  margin-right: 24px;
}
.box-21-cg a .arrow-box-21-cg {
  width: 55px;
  height: 55px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(50px);
  margin: 10px 0 10px 10px;
}
.box-top-111-cg {
  gap: 16px;
  margin-bottom: 24px;
  width: fit-content;
}
.box-top-111-cg h2 {
  font-family: "pbold";
  font-size: 18px;
  color: rgba(0, 77, 169, 1);
}
.box-bottom-111-cg {
  gap: 30px;
  width: 542px;
  height: 390px;
  overflow-y: auto;
  border-radius: 10px;
  direction: ltr;
  overflow-x: hidden;
  scrollbar-width: none;
}
.box-bottom-col-1-title-111-cg {
  background-color: rgba(85, 100, 119, 0.1);
  border-radius: 24px;
  padding: 6px 12px;
  width: fit-content;
}
.box-bottom-col-1-title-111-cg span {
  font-family: "pmedium";
  font-size: 14px;
  color: rgba(85, 100, 119, 1);
  line-height: 100%;
}
.box-bottom-col-1-paragraph-111-cg {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.box-bottom-col-1-paragraph-111-cg h2 {
  font-family: "pmedium";
  font-size: 16px;
  color: rgba(85, 100, 119, 1);
  margin-bottom: 0;
}
.box-bottom-col-1-time-111-cg span {
  font-family: "pmedium";
  font-size: 12px;
  color: rgba(99, 99, 99, 1);
}
.box-bottom-col-2-111-cg {
  width: 1px;
  height: 110px;
  background-color: rgba(85, 100, 119, 0.15);
}
.box-bottom-row-111-cg a {
  gap: 10px;
}
.box-bottom-row-111-cg {
  width: 542px;
  height: 110px;
  direction: rtl;
}
.box-bottom-col-1-111-cg {
  width: 256px;
  height: 110px;
}
.box-bottom-col-1-111-cg a > div:last-of-type {
  width: 256px;
  height: 70px;
}
.line-cg {
  width: 100%;
  border-bottom: 1px solid rgba(85, 100, 119, 0.15);
}
.box-111-cg {
  width: 710px;
  height: 496px;
}
.tabs-panel::before {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  height: 120px;
  border-radius: 32px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  bottom: 0;
}
.box-11-cg {
  width: 931px;
  height: 496px;
}
.box-112-cg {
  width: 300px;
  height: 432px;
  top: 32px;
  right: -234px;
  background-color: rgba(0, 77, 169, 1);
  box-shadow: 0px 30px 30px -15px rgba(0, 0, 0, 0.05);
  border-radius: 32px;
}
.box-112-cg div a span {
  font-family: "psemibold";
  font-size: 16px;
  color: rgba(255, 255, 255, 1);
}
.box-112-cg div a.active {
  background: #fff;
  color: #0050a9;
  position: relative;
  z-index: 2;
}
.box-112-cg div a.active::before,
.box-112-cg div a.active::after {
  content: "";
  position: absolute;
  left: 0px;
  width: 50px;
  height: 50px;
  background: rgba(0, 77, 169, 1);
}
.box-112-cg div a.active::before {
  border-bottom-left-radius: 32px;
  top: -50px;
  box-shadow: -10px 35px 0 10px white;
}
.box-112-cg div a:nth-of-type(2)::after {
  border-top-left-radius: 32px;
  bottom: -50px;
  box-shadow: -10px -35px 0 10px white;
}
.box-112-cg div a.active span {
  font-family: "psemibold";
  font-size: 16px;
  color: rgba(0, 77, 169, 1);
}
.box-112-cg div a {
  width: 268px;
  padding-top: 24px;
  padding-bottom: 24px;
  padding-right: 24px;
  border-radius: 999px;
  gap: 16px;
}
.box-112-cg div {
  gap: 16px;
  padding-top: 32px;
  padding-bottom: 32px;
  padding-right: 32px;
}
.tab-item:nth-of-type(odd)::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 110px;
  background-color: rgba(85, 100, 119, 0.15);
  left: -15px;
}
/* My App */

.my-app {
  width: 100%;
  height: 300px;
  background-color: rgba(255, 209, 72, 1);
  padding: 0 315.4px 0 315px;
  margin-top: 128px;
}
.box-2-pic-my-app {
  gap: 11px;
}
.box-2-pic-my-app img {
  height: 40px;
  object-fit: contain;
}
.box-2-write-my-app h2 {
  font-family: "pbold";
  font-size: 18px;
  line-height: 28px;
  color: rgba(0, 0, 0, 1);
}
.box-2-write-my-app p {
  font-family: "pregular";
  font-size: 16px;
  line-height: 28px;
  color: rgba(0, 0, 0, 1);
}
.box-2-write-my-app {
  gap: 12px;
  margin-bottom: 28px;
}
.box-qrcode {
  background-color: rgba(0, 77, 169, 1);
  width: 192px;
  height: 230px;
  border-radius: 26px;
  padding: 10px;
}
.box-qrcode img {
  width: 172px;
  height: 171px;
  border-radius: 16px;
}
.box-qrcode span {
  font-family: "psemibold";
  font-size: 16px;
  line-height: 28px;
  color: rgba(255, 255, 255, 1);
  margin-top: 10px;
}
.box-2-my-app {
  width: 634px;
  margin: 0 64px 0 138px;
}
.box-1-my-app {
  right: 315.4px;
  top: -70px;
}
.phone-clip {
  right: 0;
  top: 0;
  height: 370px;
  border-radius: 32px 32px 0 0;
}
.box-1-my-app img {
  width: 261.5982360839844px;
}
/* Footer */

.footer {
  position: relative;
  width: 100%;
  padding: 64px 315px;
}
.footer::before {
  content: "";
  position: absolute;
  background: url(../images/72962bd09e84e2159377e4273a83426cc23a3773.webp);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.box-2-footer {
  border: 1px solid rgba(22, 30, 84, 0.2);
  margin-top: 44px;
  margin-bottom: 44px;
}
.box-11-logo-footer {
  width: 70px;
  height: 70px;
  background-color: rgba(85, 100, 119, 0.1);
  border-radius: 999px;
  padding: 15px;
  gap: 10px;
}
.box-11-write-footer {
  gap: 5px;
  width: 100%;
}
.box-11-write-footer span {
  font-family: "pbold";
  font-size: 16px;
  color: rgba(61, 61, 61, 1);
  line-height: 100%;
  margin-bottom: 5px;
}
.box-1-footer .box-11-footer:first-of-type .box-11-write-footer p {
  width: 98%;
  text-align: center;
}
.box-11-write-footer p {
  font-family: "pmedium";
  font-size: 14px;
  color: rgba(61, 61, 61, 1);
  margin-bottom: 0;
}
.box-11-footer:last-of-type {
  margin-left: 0;
}
.box-11-footer:first-of-type {
  width: 342px;
}
.box-11-footer {
  margin-left: 52px;
  height: 157px;
  width: 185px;
  gap: 12px;
}
.box-31-footer:last-of-type {
  margin-left: 0;
  width: 153px;
}
.box-31-footer {
  margin-left: 34px;
  width: 230px;
}
.box-31-footer ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.box-31-footer ul li {
  margin-bottom: 10px;
}
.box-3-footer .box-31-footer:last-child h2 {
  margin-bottom: 18px;
}
.box-31-footer h2 {
  position: relative;
  font-family: "psemibold";
  font-size: 16px;
  color: rgba(2, 64, 137, 1);
  line-height: 100%;
  margin-bottom: 24px;
  width: fit-content;
}
.box-31-footer h2::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 10px;
  background-color: rgba(255, 209, 72, 0.5);
  bottom: -35%;
  z-index: -1;
}
.box-31-footer ul li a:hover span {
  color: #dc2626;
  margin-right: 12px;
}
.box-31-footer ul li a span {
  font-family: "pmedium";
  font-size: 14px;
  color: rgba(85, 100, 119, 1);
  margin-right: 6px;
  transition: all 0.3s ease;
}
.box-31-footer ul li span:nth-of-type(1) {
  font-family: "psemibold";
  font-size: 14px;
  color: rgba(85, 100, 119, 1);
}
.box-31-footer ul li span:nth-of-type(2) {
  font-family: "pmedium";
  font-size: 14px;
  color: rgba(85, 100, 119, 1);
}
.box-logo-icon-footer {
  margin-left: 10px;
}
.box-logo-icon-footer:last-of-type {
  margin-left: 0;
}
.box-logo-icon-footer a svg {
  transition: transform ease 0.3s;
}
.box-logo-icon-footer a:hover svg {
  transform: scale(1.05) rotate(5deg);
}
.box-logo-icon-footer a {
  transition:
    background-color ease 0.3s,
    border ease 0.3s;
  width: 39px;
  height: 39px;
  border-radius: 999px;
  background-color: rgba(85, 100, 119, 0.05);
  border: 1px solid transparent;
}
.box-logo-icon-footer a:hover {
  background-color: transparent;
  border: 1px solid rgba(85, 100, 119, 1);
}
.box-412-footer {
  margin: 24px 0;
}
.box-412-footer p {
  font-family: "pmedium";
  font-size: 14px;
  color: rgba(85, 100, 119, 1);
}
.box-413-footer {
  gap: 8px;
}
.box-413-footer a {
  background-color: rgba(85, 100, 119, 0.05);
  border-radius: 999px;
  padding: 6px 10px;
  transition:
    background-color ease 0.3s,
    border ease 0.3s;
  border: 1px solid transparent;
}
.box-413-footer a:hover {
  background-color: transparent;
  border: 1px solid rgba(85, 100, 119, 1);
}
.box-413-footer a span {
  font-family: "pmedium";
  font-size: 14px;
  color: rgba(85, 100, 119, 1);
}
.box-location-footer img {
  border-radius: 22px;
  width: 280px;
  height: 200px;
}
.box-location-footer {
  width: 300px;
  height: 220px;
  border-radius: 32px;
  background: linear-gradient(270deg, #ededed 0%, #ffffff 100%);
  box-shadow: 0px 30px 64px -30px rgba(0, 0, 0, 0.1);
}
.box-42-footer {
  margin-right: 30px;
}
.box-511-footer {
  gap: 13px;
}
.box-511-footer p {
  font-family: "pregular";
  font-size: 16px;
  color: rgba(0, 0, 0, 1);
}
.box-511-footer span,
.box-512-footer span,
.box-5-footer a {
  font-family: "pregular";
  font-size: 14px;
  color: rgba(85, 100, 119, 1);
  transition: color ease 0.3s;
}
.box-5-footer a:hover {
  color: #000000;
}
.box-512-footer {
  gap: 12px;
}

.hover-head-2 {
  width: 87px;
  background-color: rgba(85, 100, 119, 1);
  border-radius: 4px;
  padding: 4px 8px;
}
.hover-head-2 span {
  font-family: "plight";
  font-size: 12px;
  color: rgba(255, 255, 255, 1);
}
.hover-head-1 {
  width: 7px;
  height: 3px;
  background: rgba(85, 100, 119, 1);
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
}
.hover-head {
  bottom: -33px;
  left: -33px;
  display: flex;
  visibility: hidden;
  opacity: 0;
  transition: all ease 0.5s;
}
.box-left-11-header a:hover .hover-head {
  opacity: 1;
  visibility: visible;
}

.box-111-cg {
  display: flex;
  width: 100%;
  height: 100%;
  position: relative;
}

[aria-labelledby="tabs-title"] {
  display: flex;
  position: absolute;
  max-height: 432px;
  flex-direction: column;
  padding-inline-start: 0;
  margin: 0;
  border-radius: 32px;
  overflow: hidden;
  top: 32px;
  right: 33px;
  z-index: 2;
  padding: 32px 0 32px 0;
  background: #004da9;
  gap: 16px;
}

[aria-labelledby="tabs-title"] li {
  position: relative;
  max-width: 269px;
  max-height: 108px;
  background: #004da9;
  width: 100%;
  padding: 0 32px 0 0;
  list-style-type: none;
  box-sizing: border-box;
}

[aria-labelledby="tabs-title"] a {
  font-family: "psemibold";
  width: 100%;
  box-sizing: border-box;
  font-size: 16px;
  border-radius: 9999px;
  color: #ffffff;
  background: #004da9;
  display: flex;
  align-items: center;
  gap: 16px;
  text-decoration: none;
  padding: 24px 32px 24px 87px;
  margin: 0;
  white-space: nowrap;
}

[aria-labelledby="tabs-title"] a.active svg path {
  fill: #004da9;
}

[aria-labelledby="tabs-title"] a.active {
  z-index: 10;
  background: #ffffff;
  color: #004da9;
  position: relative;
}

[aria-labelledby="tabs-title"] li:first-child::before {
  border-bottom-left-radius: 8px !important;
  top: none !important;
}

[aria-labelledby="tabs-title"] li:has(a.active)::before {
  content: "";
  background: #004da9;
  width: 50px;
  height: 50px;
  position: absolute;
  border-bottom-left-radius: 32px;
  border-top-right-radius: 32px;
  bottom: calc(100%);
  left: 0px;
  z-index: 2;
  box-shadow: -53px 36px 0px 32px white;
}

[aria-labelledby="tabs-title"] a.active::after {
  content: "";
  background: #004da9;
  width: 50px;
  height: 50px;
  position: absolute;
  border-top-left-radius: 32px;
  top: calc(100%);
  left: 0px;
  z-index: 3;
  box-shadow: -53px -46px 0px 32px white;
}

[aria-labelledby="tabs-title"] li:has(a.active)::after {
  content: "";
  position: absolute;
  background: white;
  height: 80px;
  width: 100px;
  left: -56px;
  top: 0;
  z-index: 1;
}

[aria-labelledby="tabs-title"] li:last-child a.active::after {
  border-top-left-radius: 8px !important;
  top: none !important;
}

span.tab-icon {
  display: flex;
  align-items: center;
}

.tab-title {
  display: flex;
  width: fit-content;
}

.tab-panel-title {
  display: flex;
  align-items: center;
  gap: 16px;
}

.tab-panel-title span {
  font-family: "pbold";
  font-size: 18px;
  color: #004da9;
}

.tabs-panel {
  position: relative;
  max-width: 710px;
  max-height: 496px;
  width: 100%;
  background: #ffffff;
  box-shadow: 0px 30px 30px -15px #0000000d;
  border-radius: 32px;
  right: 221px;
  padding: 44px 124px 44px 44px;
  z-index: 1;
  box-sizing: border-box;
}

.tabs-panel::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 120px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  pointer-events: none;
  border-radius: 0 0 32px 32px;
}

.tab-panel-scroll {
  direction: ltr;
  max-height: 390px;
  overflow-y: auto;
  overflow-x: hidden;
  padding-right: 19px;
  margin-right: -19px;
}

.tab-panel-content {
  direction: rtl;
  display: grid;
  grid-template-columns: 256px 256px;
  gap: 30px;
  margin-top: 24px;
  padding-left: 16px;
  padding-bottom: 40px;
  box-sizing: border-box;
}

.tab-item {
  direction: rtl;
  width: 256px;
  height: 110px;
  position: relative;
}
.tab-item::after {
  position: absolute;
  width: 1px;
  left: 0;
  top: 0;
}

.tab-item-title {
  width: fit-content;
  max-height: 30px;
  margin: 0 0 10px;
  border-radius: 24px;
  padding: 6px 12px;
  background: #5564771a;
  transition: all 0.3s;
}
.tab-item-title:hover {
  background-color: #556477;
}
.tab-item-title:hover a {
  color: #ffffff;
}
.tab-item-title a {
  text-decoration: none;
  font-family: "pmedium";
  color: #556477;
  font-size: 14px;
  border-radius: 24px;
  transition: all 0.3s;
}

.tab-item-content p {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  font-family: "pmedium";
  font-size: 16px;
  color: #556477;
  margin: 0 0 6px;
}

.tab-item-date {
  display: flex;
  max-height: 16px;
  align-items: center;
  gap: 8px;
}
.tab-item-date span {
  height: fit-content;
  font-family: "pmedium";
  font-size: 12px;
  color: #636363;
  vertical-align: middle;
}

.tab-panel-scroll::-webkit-scrollbar {
  width: 4px;
}
.tab-panel-scroll::-webkit-scrollbar-track {
  background: transparent;
  margin: 8px 0;
}
.tab-panel-scroll::-webkit-scrollbar-thumb {
  background: #e0e0e0;
  border-radius: 4px;
}
.tab-panel-scroll::-webkit-scrollbar-thumb:hover {
  background: #c4c4c4;
}
.tab-panel-scroll {
  scrollbar-width: thin;
  scrollbar-color: #999 transparent;
}

.box-112-cg div a.active::before,
.box-112-cg div a.active::after {
  content: "";
  position: absolute;
  left: 0px;
  width: 50px;
  height: 50px;
  background: rgba(0, 77, 169, 1);
}
.box-112-cg div a.active::before {
  border-bottom-left-radius: 32px;
  top: -50px;
  box-shadow: -10px 35px 0 10px white;
}
.box-112-cg div a:nth-of-type(2)::after {
  border-top-left-radius: 32px;
  bottom: -50px;
  box-shadow: -10px -35px 0 10px white;
}
