.showcase2-wrap {
  max-width: 1140px;
  margin: 0 auto;
  padding: 40px 20px 0;
}

.showcase2-head {
  text-align: center;
  margin-bottom: 20px;
  font-size: 42px;
  line-height: 1;
  font-weight: 700;
  color: #103d6e;
}

.showcase2-head span {
  color: #17a9dd;
}

.showcase2-filter-row {
  display: flex;
  justify-content: center;
  margin-bottom: 16px;
}

.showcase2-filter-wrap {
  position: relative;
  width: 340px;
  max-width: 100%;
}

.showcase2-filter {
  width: 100%;
  height: 46px;
  padding: 10px 42px 10px 34px;
  border-radius: 9px;
  border: 1px solid #d9e4ee;
  background-color: #fff;
  color: #23496f;
  font-size: 13px;
  line-height: 1.2;
  -webkit-appearance: none;
  appearance: none;
  box-shadow: 0 1px 0 rgba(14, 44, 77, 0.05);
}

.showcase2-filter-icon,
.showcase2-filter-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  color: #23496f;
  width: 14px;
  height: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  opacity: 0.95;
}

.showcase2-filter-icon {
  left: 12px;
}

.showcase2-filter-arrow {
  right: 13px;
}

.showcase2-filter-icon svg,
.showcase2-filter-arrow svg {
  width: 14px;
  height: 14px;
  display: block;
}

.showcase2-grid {
  /* display: grid; */
  grid-template-columns: 220px 1fr;
  gap: 18px;
  align-items: stretch;
}

.showcase2-side {
  /* display: grid; */
  /* grid-template-rows: repeat(4, 1fr); */
  display: none;
  gap: 10px;
}

.showcase2-card {
  border-radius: 16px;
  padding: 14px;
  color: #fff;
  background: #17456f;
  min-height: 96px;
}

.showcase2-card h4 {
  margin: 0 0 6px;
  font-size: 12px;
  font-weight: 500;
  opacity: .9;
}

.showcase2-subject {
  display: flex;
  align-items: center;
  gap: 6px;
}

.showcase2-subject::before {
  content: '';
  width: 18px;
  height: 18px;
  background: center/contain no-repeat;
  flex: 0 0 18px;
}

.showcase2-subject.location::before {
  background-image: url("/images/icons/location.svg");
}

.showcase2-subject.status::before {
  background-image: url("/images/icons/pm.svg");
}

.showcase2-subject.pm::before {
  background-image: url("/images/icons/pm.svg");
}

.showcase2-subject.near::before {
  background-image: url("/images/icons/nearby.svg");
}

.showcase2-card p {
  margin: 0.25em;
  font-weight: 700;
  line-height: 1.2;
}

.showcase2-card.status {
  background: #7a3a8c;
  text-align: center;
  /* display: flex; */
  align-items: center;
  justify-content: center;
}

.showcase2-card.status p {
  padding: 0.5em;
  /* font-size: 22px; */
}

.showcase2-card.pm {
  background: #f4f7fb;
  color: #123f6f;
}

.showcase2-card.pm p {
  font-size: 3em;
  line-height: 0.95;
}

.showcase2-card.pm p span {
  display: block;
  text-align: center;
}

.showcase2-card.pm small {
  display: block;
  text-align: center;
  font-size: .4em;
  margin-top: .4em;
}

.showcase2-card.near {
  background: #f4f7fb;
  color: #123f6f;
}

.showcase2-card.near .badge {
  margin-top: 8px;
  border-radius: 12px;
  padding: 10px 12px;
  background: #7a0028;
  color: #fff;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 8px;
  align-items: center;
}

.showcase2-card.near .badge strong {
  font-size: 40px;
  line-height: .9;
}

.showcase2-card.near .badge .near-value-wrap {
  display: flex;
  flex-direction: column;
  line-height: 1;
  align-items: center;
}

.showcase2-card.near .badge .near-value-wrap small {
  margin-top: 4px;
  font-size: 14px;
  line-height: 1;
}

.showcase2-card.near .badge span {
  font-size: 12px;
  line-height: 1.2;
}

.showcase2-card.near .no-data {
  margin-top: 18px;
  color: #9aa6b4;
  text-align: center;
  font-size: 14px;
  font-weight: 300;
}

.showcase2-stage {
  overflow: hidden;
  border-radius: 18px;
  background: #9ab7cd;
  position: relative;
  height: 460px;
}

.showcase2-track {
  display: flex;
  width: 100%;
  height: 100%;
  transition: transform .45s ease;
}

.showcase2-slide {
  min-width: 100%;
  height: 100%;
  position: relative;
  margin: 0;
}

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

.showcase2-cap {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 54px;
  display: flex;
  align-items: flex-end;
  padding: 0 22px 12px;
  line-height: 1;
  color: #fff;
  font-weight: 500;
  letter-spacing: 0;
  background: linear-gradient(180deg, rgba(13, 43, 76, 0) 0%, rgba(21, 62, 102, 0.82) 70%, rgba(26, 76, 123, 0.95) 100%);
  pointer-events: none;
}

@media (max-width: 991px) {
  .showcase2-grid {
    grid-template-columns: 1fr;
  }

  .showcase2-side {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
  }

  .showcase2-card.pm p {
    font-size: 44px;
  }
}
