.page_ {
  width: 100%;
  margin: 0 auto;
  display: block;
}
.search-container {
  margin: 1rem auto;
  text-align: center;
  width: 80%;
}
#searchInput {
  width: 80%;
  max-width: 500px;
  padding: 0.5rem;
  font-size: 1rem;
  border: 1px solid #ccc;
  border-radius: 0.3125rem;
}
.grid-container {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-top: 1rem;
}
.column1 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  background: #fff;
  padding: 0.625rem;
}
@media (max-width: 768px) {
  .column1 {
    grid-template-columns: 1fr;
  }
}
.column1-top {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: center;
  text-align: center;
  background: #fff;
  padding: 1rem;
  border-radius: 0.3125rem;
}
.column1-top h2 {
  border-radius: 5px;
  padding: 20px;
  font-size: clamp(1rem, 4vw, 1.5rem);
  line-height: 1.2;
  background-image: url("data:image/svg+xml,%3csvg%20width='100%25'%20height='100%25'%20xmlns='http://www.w3.org/2000/svg'%3e%3crect%20width='100%25'%20height='100%25'%20fill='none'%20rx='6'%20ry='6'%20stroke='%23003366'%20stroke-width='7'%20stroke-dasharray='17%2c11'/%3e%3c/svg%3e");
}
.mission-details {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 0.375rem;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.1);
  padding: 1rem;
  max-height: 80vh;
  overflow-y: auto;
}
@media (max-width: 768px) {
  .mission-details {
    max-height: none;
  }
}
.mission-preview .mission-block {
  width: 100%;
}
.circle-container {
  position: relative;
  width: 100%;
  max-width: 28rem;
  aspect-ratio: 1;
  margin: auto;
  background: #fff;
  padding: 0.3125rem;
}
.circle-container_ {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 25%;
  min-width: 4.5rem;
  aspect-ratio: 1;
  transform: translate(-50%, -50%);
  z-index: 8;
  overflow: hidden;
}
.circle-border {
  position: absolute;
  inset: 0;
  border: 0.1875rem solid #003366;
  border-radius: 50%;
  pointer-events: none;
  z-index: 3;
}
.circle-content {
  position: absolute;
  inset: 0.1rem;
  background: #fff;
  border-radius: 50%;
  overflow: visible;
  z-index: 2;
  padding: 4px;
}
.circle-content img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.mission-label {
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 2%;
  max-width: 35%;
  transform: translate(-50%, -50%);
  font-size: clamp(0.55rem, 0.8vw, 0.85rem);
  font-weight: 700;
  background: #fff;
  border: 0.1875rem solid;
  border-radius: 1.25rem;
  cursor: pointer;
  white-space: normal;
  z-index: 3;
}

#linesSvg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
}

@media (max-width: 768px) {
  .circle-container_ {
    width: 30%;
  }
  .mission-label {
    max-width: 30%;
  }
}
@media (max-width: 480px) {
  .circle-container_ {
    width: 35%;
  }
  .mission-label {
    max-width: 35%;
    font-size: 0.6rem;
  }
}

.mission-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}
.mission-label:hover {
  scale: 1.05;
  transition: scale 0.1s;
}
@media (max-width: 1150px) {
  .mission-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 740px) {
  .mission-list {
    grid-template-columns: 1fr;
  }
}
.mission-block {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: center;
  width: 100%;
  background: #fff;
  padding: 0.625rem;
  border-radius: 0.3125rem;
}
.title-dotted {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 4.7rem;
  padding: 0.5rem 1rem;
  font-size: 1rem;
  font-weight: 700;
  text-align: center;
  border-radius: 0.375rem;
}
.mission-block-desc {
  font-size: 0.95rem;
  color: #333;
  width: 100%;
}
.project-grid,
.more-projects {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(8.75rem, 1fr));
  gap: 0.3125rem;
  width: 100%;
}
.more-projects {
  margin-top: 0.3125rem;
}
.projectListCard {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  min-height: 15rem;
  height: 15rem;
  padding: 0.1875rem;
  color: #000;
  text-decoration: none;
  background: #fff;
  border-radius: 0.625rem;
  box-shadow: 0 0.25rem 0.625rem rgba(0, 0, 0, 0.1);
  overflow: hidden;
  transition: transform 0.3s;
}
.projectListCard:hover {
  transform: translateY(-0.3125rem);
}
.projectCardHeader {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 0.625rem;
}
.projectTitle {
  font-size: 0.75rem;
  font-weight: 700;
}
.projectDate {
  font-size: 0.625rem;
  color: #666;
}
.projectCardBackground_ {
  width: 100%;
  max-height: 9.375rem;
  margin-bottom: 0.625rem;
  object-fit: cover;
  border-radius: 0.3125rem;
}
.projectDesc {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -100%;
  padding: 0.625rem;
  font-size: 0.85em;
  background: rgba(255, 255, 255, 0.9);
  opacity: 0;
  transition: bottom 0.3s, opacity 0.3s;
}
.projectListCard:hover .projectDesc {
  bottom: 0;
  opacity: 1;
}

.show-all-btn {
  display: block;
  width: 100%;
  margin-top: 0.3125rem;
  padding: 0.25rem 0.5rem;
  font-size: 0.8em;
  border: none;
  color: #fff;
  background: #335775;
  border-radius: 0.3125rem;
  cursor: pointer;
}
.show-all-placeholder {
  visibility: hidden;
  height: 1.75rem;
}

._bold_title {
  -webkit-text-stroke: 0.7px currentColor;
  text-shadow: 0.5px 0 0 currentColor, -0.5px 0 0 currentColor,
    0 0.5px 0 currentColor, 0 -0.5px 0 currentColor;
  letter-spacing: 0.05em;
}

.qmcppts {
  color: #335775;
}

.projectsList {
  width: 66%;
  margin: auto;
}

.projectsContainer {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(2, auto);
  gap: 5px;
  justify-content: center;
}

.hidden {
  display: none;
}

.projectCard {
  background: white;
  padding: 10px;
  border-radius: 8px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
  text-decoration: none;
  color: black;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.projectCard:hover {
  transform: scale(1.05);
}

.projectCardBackground {
  width: 100%;
  height: 130px;
  object-fit: cover;
  border-radius: 5px;
}

.projectContent {
  text-align: center;
  margin-top: 6px;
}

.projectTitle {
  font-size: 0.95em;
  font-weight: bold;
}

.projectDesc {
  font-size: 0.85em;
  color: #555;
}

.showMoreBtn {
  display: block;
  margin: 15px auto;
  padding: 6px 12px;
  background: #5f83ad;
  width: 90%;
  color: white;
  border: none;
  border-radius: 5px;
  font-size: 0.85em;
  cursor: pointer;
}

.showMoreBtn:hover {
  background: #4a6b8d;
}

@media screen and (max-width: 1200px) {
  .projectsContainer {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, auto);
  }
}

@media screen and (max-width: 900px) {
  .projectsContainer {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, auto);
  }
}
