section.mod-highlights-grid .highlights-grid {
  display: grid;
  justify-content: space-between;
  align-items: start;
  column-gap: 1.875rem;
  row-gap: 1.875rem;
}
section.mod-highlights-grid .highlights-grid.type--2 {
  grid-template-columns: 1fr 1fr;
  column-gap: 4%;
}
section.mod-highlights-grid .highlights-grid.type--2.bigger-gap {
  column-gap: 7%;
}
@media (max-width: 768px) {
  section.mod-highlights-grid .highlights-grid.type--2 {
    grid-template-columns: 1fr;
  }
}
section.mod-highlights-grid .highlights-grid.type--3 {
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 3%;
}
section.mod-highlights-grid .highlights-grid.type--3.bigger-gap {
  column-gap: 7%;
}
@media (max-width: 1024px) {
  section.mod-highlights-grid .highlights-grid.type--3 {
    grid-template-columns: 1fr 1fr;
    column-gap: 7%;
  }
}
@media (max-width: 768px) {
  section.mod-highlights-grid .highlights-grid.type--3 {
    grid-template-columns: 1fr;
  }
}
section.mod-highlights-grid .highlights-grid.type--4 {
  grid-template-columns: 1fr 1fr 1fr 1fr;
  column-gap: 2%;
}
section.mod-highlights-grid .highlights-grid.type--3.bigger-gap {
  column-gap: 7%;
}
@media (max-width: 768px) {
  section.mod-highlights-grid .highlights-grid.type--4 {
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 7%;
  }
}
@media (max-width: 576px) {
  section.mod-highlights-grid .highlights-grid.type--4 {
    grid-template-columns: 1fr 1fr;
    column-gap: 7%;
  }
}
section.mod-highlights-grid .item {
  margin-bottom: 2.5rem;
}
section.mod-highlights-grid .item .img_box {
  margin-bottom: 0.5rem;
}
section.mod-highlights-grid .item .title-name {
  font-family: "BuloRoundedBold", sans-serif;
  font-size: 2.1rem;
  line-height: 110%;
  margin-bottom: 0.2rem;
}
section.mod-highlights-grid .item .title-name a {
  text-decoration: none;
}
section.mod-highlights-grid .item .info {
  font-weight: 200;
  font-size: 1.2rem;
  line-height: 140%;
  margin-bottom: 0.6rem;
}
section.mod-highlights-grid .item .separator {
  height: 0.5rem;
  min-height: 1rem;
}
section.mod-highlights-grid .item .desc p {
  margin-bottom: 0.1rem;
  font-weight: 650;
}
section.mod-highlights-grid .item .bodytext {
  max-width: 840px;
}
section.mod-highlights-grid .item.type--1 .title-name {
  font-size: 3rem;
}
section.mod-highlights-grid .item.type--1 .info {
  font-size: 1.5rem;
}
section.mod-highlights-grid .item.type--2 .reference, section.mod-highlights-grid .item.type--4 .reference {
  display: none;
}
section.mod-highlights-grid .item.default-teaser {
  display: grid;
  align-items: start;
  text-decoration: none;
}
section.mod-highlights-grid .item.default-teaser .img_box {
  width: 100%;
  margin-bottom: 2rem;
  aspect-ratio: 16/9;
  overflow: hidden;
  position: relative;
}
section.mod-highlights-grid .item.default-teaser .img_box img {
  object-fit: cover;
  width: 105%;
  height: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
section.mod-highlights-grid .item.default-teaser.type--1 {
  grid-template-columns: 1.25fr 1fr;
  column-gap: 5%;
}
section.mod-highlights-grid .item.default-teaser.type--1 .title-name {
  font-size: 2.8rem;
  max-width: 80%;
}
section.mod-highlights-grid .item.default-teaser.type--1 .info {
  font-size: 1.4rem;
  line-height: 140%;
  margin-top: 1rem;
}
section.mod-highlights-grid .item.default-teaser.type--2 .title-name {
  max-width: 80%;
}
section.mod-highlights-grid .item.default-teaser.type--2 .info {
  font-size: 1.3rem;
  line-height: 140%;
  margin-top: 0.7rem;
}
section.mod-highlights-grid .item.default-teaser.type--3 .title-name {
  max-width: 80%;
  font-size: 1.7rem;
  line-height: 125%;
}
section.mod-highlights-grid .item.default-teaser.type--3 .info {
  font-size: 1.2rem;
  line-height: 140%;
  margin-top: 0.7rem;
}
section.mod-highlights-grid .item.default-teaser.type--4 .img_box {
  margin-bottom: 1.2rem;
}
section.mod-highlights-grid .item.default-teaser.type--4 .title-name {
  font-size: 1.4rem;
  max-width: 90%;
}
section.mod-highlights-grid .item.default-teaser.type--4 .info {
  font-size: 1rem;
  line-height: 140%;
  margin-top: 0.7rem;
  display: none;
}
section.mod-highlights-grid .item.default-teaser.type--4 .desc, section.mod-highlights-grid .item.default-teaser.type--4 .bodytext {
  display: none;
}
section.mod-highlights-grid .item.people {
  display: grid;
  align-items: start;
  text-decoration: none;
  margin-bottom: 4rem;
}
section.mod-highlights-grid .item.people .img_box {
  max-width: 450px;
  min-width: 150px;
  width: 100%;
  margin-bottom: 2rem;
  aspect-ratio: 1/1;
  overflow: hidden;
  position: relative;
  border-radius: 50%;
}
section.mod-highlights-grid .item.people .img_box img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
section.mod-highlights-grid .item.people.type--1 {
  grid-template-columns: 1fr 2fr;
  column-gap: 7%;
}
@media (max-width: 768px) {
  section.mod-highlights-grid .item.people.type--1 {
    grid-template-columns: 1fr;
    column-gap: 10%;
  }
}
section.mod-highlights-grid .item.people.type--1 .title-name {
  font-size: 3rem;
  line-height: 120%;
}
section.mod-highlights-grid .item.people.type--1 .info {
  font-size: 1.5rem;
}
section.mod-highlights-grid .item.people.type--2 {
  grid-template-columns: 1fr 1.7fr;
  column-gap: 5%;
}
@media (max-width: 576px) {
  section.mod-highlights-grid .item.people.type--2 {
    grid-template-columns: 1fr;
    column-gap: 10%;
  }
}
section.mod-highlights-grid .item.people.type--2 .title-name {
  margin-bottom: 0.2rem;
}
section.mod-highlights-grid .item.people.type--2 .reference {
  display: none;
}
section.mod-highlights-grid .item.people.type--2 .separator {
  min-height: 0.4rem;
}
section.mod-highlights-grid .item.people.type--2 .bodytext p {
  font-size: 1rem;
}
section.mod-highlights-grid .item.people.type--3 {
  grid-template-columns: 1fr;
  column-gap: 10%;
}
section.mod-highlights-grid .item.people.type--4 {
  grid-template-columns: 1fr;
  column-gap: 10%;
}
@media (max-width: 768px) {
  section.mod-highlights-grid .item.people.type--4 {
    margin-bottom: 1rem;
  }
}
section.mod-highlights-grid .item.people.type--4 .title-name {
  font-size: 1.8rem;
  text-align: center;
}
section.mod-highlights-grid .item.people.type--4 .info {
  font-size: 1.1rem;
  text-align: center;
}
section.mod-highlights-grid .item.people.type--4 .desc, section.mod-highlights-grid .item.people.type--4 .bodytext, section.mod-highlights-grid .item.people.type--4 .reference {
  display: none;
}
