.prime-segment {
  width: 100%;
  padding-right: 17px;
  padding-left: 17px;
  max-width: 1310px;
  margin: 0 auto;
}
.primeKL {
  overflow: hidden;
  word-break: break-all;
}
.forefront-section {
  animation: bg-anima-3x 6s linear infinite alternate both;
}

@keyframes bg-anima-3x {
  0% {
    background: #00000005;
  }
  50% {
    background: #e4d3cf;
  }
  100% {
    background: #257a3e;
  }
}

.forefront-container {
  padding-top: 36px;
  padding-bottom: 21px;
  display: flex;
  flex-direction: row-reverse;
  gap: 36px;
  justify-content: space-between;
  align-items: center;
}

.forefront-content {
  width: 47%;
  position: relative;
}

.forefront-nav {
  width: 100%;
}

.forefront-logo,
.tpa-logo {
  margin-bottom: 21px;
  display: flex;
  flex-direction: row-reverse;
  gap: 5px;
  align-items: center;
}

.forefront-logo img,
.tpa-logo img {
  width: 45px;
  height: 45px;
  object-fit: contain;
}

.forefront-logo h2,
.tpa-logo h2 {
  margin: 0;
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
}

.forefront-navlist {
  display: flex;
  flex-direction: column;
  gap: 17px;
}

.forefront-navlist a {
  font-size: 16px;
  padding: 14px;
  background: #000000;
  color: #fff;
  transition: all 0.2s ease;
}

.forefront-navlist a:hover {
  background: #000000c1;
}

.forefront-header-title {
  padding-top: 36px;
  padding-bottom: 36px;
}

.forefront-header-title h2 {
  font-size: 20px;
  font-weight: 700;
  margin: 0;
  text-align: center;
}

.forefront-decor {
  width: 47%;
  display: flex;
  flex-direction: row-reverse;
  gap: 17px;
  align-self: center;
}

.forefront-decorwrapper {
  width: 48%;
  display: flex;
  flex-direction: column;
  gap: 36px;
}

.forefront-decor-wimg:nth-child(1) {
  width: 100%;
  height: 202px;
  border-radius: 4%;
}

.forefront-decor-wimg:nth-child(2) {
  width: 100%;
  height: 202px;
  border-radius: 4% 4% 4% 50% / 4% 4% 4% 50%;
  overflow: hidden;
}

.forefront-decor-bigimg {
  width: 48%;
  height: 502px;
  border-radius: 5% 50% 4% 50% / 4% 30% 4% 30%;
  overflow: hidden;
}

.fn-decor-clip img,
.forefront-decor-wimg img,
.forefront-decor-bigimg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.fn-decor-clip {
  position: absolute;
  top: 0;
  right: 0;
  width: 40%;
  height: 180px;
  border-radius: 4% 4% 60% 4% / 4% 4% 60% 4%;
  overflow: hidden;
}

@media (max-width: 992px) {
  .forefront-container {
    flex-direction: column;
  }

  .forefront-content,
  .forefront-decor {
    width: 100%;
  }

  .forefront-navlist {
    gap: 5px;
  }

  .forefront-navlist a {
    padding: 5px;
  }
}
