figure img {
  width: 100%;
  border-radius: 10px;
}
figure:not(:last-child) {
  margin: 1rem 0;
}

h2 {
  margin-top: 3rem;
}

.wp-block-embed iframe {
  width: 100%;
  aspect-ratio: 16/9;
  height: auto;
  border-radius: 10px;
}

@media (max-width: 768px) {
  .wp-block-group-is-layout-flex {
    flex-direction: column;
  }
}
.container .article {
  max-width: 1400px;
  margin: 10rem 10rem;
  margin-top: 5rem;
  margin-bottom: 0;
}
@media (min-width: calc(1400px + 20rem)) {
  .container .article {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 1280px) {
  .container .article {
    margin: 7.5rem 7.5rem;
  }
}
@media (max-width: 1024px) {
  .container .article {
    margin: 5rem 5rem;
  }
}
@media (max-width: 768px) {
  .container .article {
    margin: 5rem 5rem;
  }
}
@media (max-width: 640px) {
  .container .article {
    margin: 3rem 3rem;
  }
}
@media (max-width: 448px) {
  .container .article {
    margin: 3rem 1.25rem;
  }
}
.container .article .header-project {
  padding-bottom: 1rem;
  margin-bottom: 2rem;
}
.container .article .header-project h2 {
  text-transform: uppercase;
  color: #016f7a;
  margin-bottom: 0.5rem;
  font-size: 3rem;
}
.container .article .header-project .title-date {
  display: flex;
  align-items: center;
  gap: 3rem;
}
.container .article .header-project .title-date h1 {
  flex: 1;
  margin: 0;
  font-size: 2rem;
}
.container .article .header-project .title-date .years {
  display: flex;
  flex-wrap: wrap;
  justify-content: end;
  align-items: flex-start;
  gap: 1rem;
}
.container .article .header-project .title-date .years .others {
  display: flex;
  flex-direction: column;
  align-items: start;
  border-radius: 21px;
  transition: all 0.3s ease;
}
.container .article .header-project .title-date .years .others .other-year {
  cursor: pointer;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  border: solid 3px #fff;
  position: relative;
  padding: 5px 12px;
  color: #e84242;
  background-color: #fff;
  border-radius: 21px;
  margin-bottom: 0;
  font-weight: 700;
  line-height: normal;
}
.container .article .header-project .title-date .years .others .other-year p {
  margin: 0;
}
.container .article .header-project .title-date .years .others .other-year img {
  display: flex;
  transition: all 0.3s ease;
}
.container .article .header-project .title-date .years .others .other-year img.active {
  transform: rotate(180deg);
}
.container .article .header-project .title-date .years .others .other-year.active {
  border-color: #e84242;
}
.container .article .header-project .title-date .years .others ul {
  transform: translateY(2.5rem);
  position: absolute;
  width: 8rem;
  opacity: 0;
  visibility: hidden;
  border-left: solid 3px #e84242;
  background-color: #fff;
  font-weight: 700;
  list-style: none;
  padding-left: 1rem;
  margin-left: 1.5rem;
  margin-top: -0.5rem;
  padding-top: 0.25rem;
  z-index: 1;
  overflow: hidden;
  border-radius: 0 0 10px 10px;
  transition: all 0.3s ease;
}
.container .article .header-project .title-date .years .others ul .year-item {
  color: #e84242;
}
.container .article .header-project .title-date .years .others ul .year-item:hover {
  text-decoration: underline;
}
.container .article .header-project .title-date .years .others ul.active {
  margin-top: 0;
  opacity: 1;
  visibility: visible;
}
@media (min-width: 768px) {
  .container .article .header-project .title-date .years .others:hover {
    cursor: pointer;
  }
  .container .article .header-project .title-date .years .others:hover .other-year {
    border-color: #e84242;
  }
  .container .article .header-project .title-date .years .others:hover .other-year img {
    transform: rotate(180deg);
  }
  .container .article .header-project .title-date .years .others:hover ul {
    margin-top: 0;
    opacity: 1;
    visibility: visible;
  }
}
@media (max-width: 768px) {
  .container .article .header-project {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }
  .container .article .header-project .title-date {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }
  .container .article .header-project .title-date h1 {
    margin: 0;
    white-space: wrap;
  }
}
.container .article .container-types {
  margin-top: 1rem;
  margin-bottom: 2rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  column-gap: 2rem;
}
.container .article .container-types .type {
  text-transform: uppercase;
  font-weight: 700;
}
.container .article .container-types .type:not(:last-child)::after {
  content: "|";
  margin-left: 2rem;
}
@media (max-width: 640px) {
  .container .article .container-types {
    gap: 1rem;
    flex-wrap: wrap;
  }
  .container .article .container-types .type:not(:last-child)::after {
    content: "|";
    margin-left: 1rem;
  }
}
.container .article h2 a:hover {
  text-decoration: underline;
}
.container .article h3 {
  margin-top: 3rem;
}
.container .article p {
  margin-bottom: 2rem;
}
.container .article .wp-block-buttons {
  display: flex;
  gap: 1rem;
}
.container .article .wp-block-buttons .wp-block-button {
  width: auto;
}
.container .article .wp-block-buttons .wp-block-button .wp-block-button__link {
  white-space: pre;
  font-weight: inherit;
  background: none;
  padding: 0;
}
.container .article .wp-block-buttons .wp-block-button:hover {
  opacity: 0.7;
}
.container .article .is-layout-flex {
  gap: 1rem;
}
@media (max-width: 448px) {
  .container .article .wp-container-core-group-is-layout-2 {
    flex-wrap: wrap;
  }
}
.container .article .other-projects {
  margin-top: 5rem;
}
.container .article .other-projects .projects {
  max-width: 1400px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 1rem;
}
.container .article .other-projects .projects .item {
  position: relative;
  aspect-ratio: 3/2;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}
.container .article .other-projects .projects .item .overlay {
  display: flex;
  opacity: 0;
  position: absolute;
  padding: 1rem;
  top: 1rem;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(22, 22, 22, 0) 33.5%, rgba(22, 22, 22, 0.7) 100%);
  transition: all 0.3s ease-in-out;
  flex-direction: column;
  justify-content: end;
  align-items: flex-start;
  z-index: 3;
}
.container .article .other-projects .projects .item .overlay p {
  margin: 0;
  color: #fff;
}
.container .article .other-projects .projects .item .overlay p.title {
  font-size: 1.2rem;
  font-weight: 500;
}
.container .article .other-projects .projects .item:hover .overlay {
  opacity: 1;
  top: 0;
}
.container .article .other-projects .projects .item img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.container .article .other-projects .projects .item .buttons {
  position: absolute;
  top: 1rem;
  right: 1rem;
  display: flex;
  gap: 0.5rem;
}
.container .article .other-projects .projects .item .buttons .story-b {
  background-color: #fff;
  font-weight: 500;
  color: #000;
}
@media (max-width: 1024px) {
  .container .article .other-projects .projects {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .container .article .other-projects .projects .item .overlay {
    opacity: 1;
    top: 0;
  }
}
@media (max-width: 640px) {
  .container .article .other-projects .projects {
    grid-template-columns: repeat(1, 1fr);
  }
}

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