.mundial {
  font-family: "mundial", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.basic {
  font-family: 'Instrument Sans', sans-serif;
  font-weight: 400;
  font-style: normal;
}
.caslon {
  font-family: "adobe-caslon-pro", serif;
  font-weight: 400;
  font-style: normal;
}
.noto {
  font-family: 'Instrument Sans', sans-serif;
  font-weight: 400;
  font-style: normal;
}
.freight {
  font-family: "freight-text-pro", serif;
  font-weight: 400;
  font-style: italic;
}
.flex-col {
  display: flex;
  flex-direction: column;
}
.grid-parent {
  display: grid;
  grid-template-columns: repeat(32, 1fr);
  place-items: center;
  position: relative;
  z-index: 22;
}
@media only screen and (max-width: 1024px) {
  .grid-parent {
    grid-template-columns: repeat(12, 1fr);
  }
}
@media only screen and (max-width: 1024px) {
  .grid-parent-mobile-only {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    place-items: center;
  }
}
.fill-grid {
  grid-column: 1 / -1;
}
.mobile-body-font-size {
  font-size: calc(16rem * 1 / 4.33333);
  line-height: calc(24rem * 1 / 4.33333);
}
.ontop {
  position: relative;
  z-index: 9;
}
.sidetext {
  font-family: "mundial", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: calc(24rem * 1 / 21.33333333 * var(--text-multiplier));
  writing-mode: vertical-lr;
  text-orientation: sideways;
  justify-self: flex-end;
  align-self: flex-start;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
@media only screen and (max-width: 1024px) {
  .sidetext {
    font-size: calc(24rem * 1 / 8);
  }
}
@media only screen and (max-width: 1024px) {
  .sidetext {
    font-size: calc(16rem * 1 / 4.33333);
  }
}
.purple-button {
  min-width: calc(164rem * 1 / 21.33333333 * var(--text-multiplier));
  height: calc(80rem * 1 / 21.33333333 * var(--text-multiplier));
  padding: 0 0.7rem;
  border: 0.025rem solid #806087;
  display: flex;
  place-items: center;
  cursor: pointer;
  transition: all 0.25s ease-out;
}
@media only screen and (max-width: 1024px) {
  .purple-button {
    width: calc(100rem * 1 / 4.33333);
    height: calc(48rem * 1 / 4.33333);
  }
}
.purple-button > span {
  font-family: "mundial", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: calc(18rem * 1 / 21.33333333 * var(--text-multiplier));
  text-transform: uppercase;
  width: 100%;
  text-align: center;
  color: #461950;
}
@media only screen and (max-width: 1024px) {
  .purple-button > span {
    font-size: calc(12rem * 1 / 4.33333);
  }
}
.purple-button.active,
.purple-button:hover {
  background-color: #461950;
}
.purple-button.active > span,
.purple-button:hover > span {
  color: white;
}
.grow-on-hover {
  transition: all 2.25s ease-out;
}
.grow-on-hover:hover {
  transform: scale(1.55);
}
.grow-on-hover-med {
  transition: all 2.25s ease-out;
}
.grow-on-hover-med:hover {
  transform: scale(1.25);
}
.grow-on-hover-small {
  transition: all 2.25s ease-out;
}
.grow-on-hover-small:hover {
  transform: scale(1.1);
}
.transition {
  transition: all 0.25s ease-out;
}
.opacity-hover:hover {
  opacity: 0.8;
  transition: all 0.25s ease-out;
}
.opacity-dim {
  transition: all 0.25s ease-out;
}
.opacity-dim:hover {
  opacity: 0.8;
}
.grid-100 {
  display: grid;
  grid-template-rows: min-content;
  width: 100%;
  place-items: center;
}
.posts-all {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 30rem;
  background: #ffffff;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.80155812) 35%, #ffffff 70%, #ffffff 100%);
  align-items: center;
  z-index: 21;
}
@media only screen and (max-width: 1024px) {
  .posts-all {
    height: 300px;
  }
}
.posts-all > h4 {
  position: absolute;
  left: 50%;
  text-align: center;
  bottom: 6rem;
  transform: translateX(-50%);
  font-family: 'Instrument Sans', sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #484848;
  font-size: calc(24rem * 1 / 21.33333333 * var(--text-multiplier));
  width: 100%;
  cursor: pointer;
}
@media only screen and (max-width: 1024px) {
  .posts-all > h4 {
    bottom: 60px;
    font-size: 14px;
  }
}
.posts-loading {
  position: absolute;
  left: 50%;
  bottom: 0rem;
  transform: translateX(-50%);
}
.posts-loading > .circle {
  animation: fade-spin 1.2s ease-in-out infinite;
  animation-delay: 0s;
}
.posts-loading > .circle > div {
  position: absolute;
  top: 4px;
  left: 4px;
  width: 8px;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #a4a4a485;
  transform: translate(0px, 40px);
}
.posts-loading > .circle:nth-child(1) {
  animation-delay: 0.06s;
}
.posts-loading > .circle:nth-child(2) {
  animation-delay: 0.12s;
}
.posts-loading > .circle:nth-child(3) {
  animation-delay: 0.18s;
}
.posts-loading > .circle:nth-child(4) {
  animation-delay: 0.24s;
}
.posts-loading > .circle:nth-child(5) {
  animation-delay: 0.3s;
}
.posts-loading > .circle:nth-child(6) {
  animation-delay: 0.36s;
}
.posts-loading > .circle:nth-child(7) {
  animation-delay: 0.42s;
}
.posts-empty {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(32, 1fr);
  place-items: center;
  position: relative;
  z-index: 22;
}
@media only screen and (max-width: 1024px) {
  .posts-empty {
    grid-template-columns: repeat(12, 1fr);
  }
}
.posts-empty > h1 {
  grid-column: 2 / 16;
  font-family: 'Instrument Sans', sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #5A2F61;
  cursor: pointer;
  font-size: calc(28rem * 1 / 21.33333333 * var(--text-multiplier));
  width: fit-content;
  justify-self: flex-start;
}
@media only screen and (max-width: 1024px) {
  .posts-empty > h1 {
    font-size: 20px;
  }
}
.fancybox-data {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  width: 60%;
  max-height: 90vh;
  min-width: 320px;
  padding: 3rem 2.4rem;
}
@media only screen and (max-width: 1024px) {
  .fancybox-data {
    width: 100%;
    padding: 8rem 4.8rem;
    min-width: 100%;
  }
}
.fancybox-data-title {
  font-family: "adobe-caslon-pro", serif;
  font-weight: 400;
  font-style: normal;
  font-size: calc(38rem * 1 / 21.33333333 * var(--text-multiplier));
  width: 100%;
  font-weight: 600;
  margin-bottom: 1.4rem;
}
@media only screen and (max-width: 1024px) {
  .fancybox-data-title {
    font-size: calc(27rem * 1 / 4.33333);
    line-height: 1;
    margin-bottom: 2.8rem;
  }
}
.fancybox-data-content {
  display: flex;
  flex-direction: column;
  gap: 2rem 1rem;
  width: 100%;
}
.fancybox-data-content.row {
  flex-flow: row wrap;
}
.fancybox-data-content.text {
  gap: 1rem;
}
@media only screen and (max-width: 1024px) {
  .fancybox-data-content {
    gap: 2rem;
  }
}
.fancybox-data-content p,
.fancybox-data-content li,
.fancybox-data-content a {
  font-family: 'Instrument Sans', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: calc(18rem * 1 / 21.33333333 * var(--text-multiplier));
  line-height: calc(30rem * 1 / 21.33333333 * var(--text-multiplier));
  max-width: 100%;
  color: #484848;
}
@media only screen and (max-width: 1024px) {
  .fancybox-data-content p,
  .fancybox-data-content li,
  .fancybox-data-content a {
    font-size: calc(16rem * 1 / 4.33333);
    line-height: calc(25rem * 1 / 4.33333 * var(--text-multiplier));
  }
}
.fancybox-data-content li {
  margin-left: 1rem;
  list-style-type: disc;
}
@media only screen and (max-width: 1024px) {
  .fancybox-data-content li {
    margin-left: 3.6rem;
  }
}
.fancybox-data-content ol {
  margin-left: 1.75rem;
}
.fancybox-data-content ol > li {
  list-style-type: lower-alpha;
}
.fancybox-data-content strong {
  font-weight: 600;
}
.fancybox-data-content a {
  transition: all 0.25s ease-out;
  color: #381440;
  font-weight: 500;
}
.fancybox-data-content a:hover {
  text-decoration: underline;
}
.fancybox-data-content a:hover {
  color: #381440;
  text-decoration: underline;
}
.fancybox-data-content img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.ellipsis-text {
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  /* Set the number of lines to show before applying ellipsis */
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.block-zindex {
  position: relative;
  z-index: 22;
}
.wysiwyg > p {
  margin-bottom: 1rem;
}
.wysiwyg > p:last-of-type {
  margin-bottom: 0;
}
@media only screen and (max-width: 1024px) {
  .wysiwyg > p {
    margin-bottom: 2rem;
  }
  .wysiwyg > p:last-of-type {
    margin-bottom: 0;
  }
}
@keyframes fade-spin {
  25% {
    transform: rotate(0deg);
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
  }
}
.kch {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(32, 1fr);
  place-items: center;
  z-index: 22;
  position: relative;
  padding-top: 6rem;
  background-color: #F1F2F2;
}
@media only screen and (max-width: 1024px) {
  .kch {
    grid-template-columns: repeat(12, 1fr);
  }
}
@media only screen and (max-width: 1024px) {
  .kch {
    display: grid;
    grid-template-rows: auto auto;
    /* Two rows for the two divs */
    grid-template-columns: repeat(12, 1fr);
  }
}
.kch__left {
  grid-column: 1 / 15;
  display: grid;
  grid-template-columns: repeat(14, 1fr);
  grid-template-rows: min-content;
  width: 100%;
  height: 100%;
  gap: 0.5rem 0;
}
@media only screen and (max-width: 1024px) {
  .kch__left {
    grid-row: 1;
    grid-template-columns: repeat(12, 1fr);
    gap: 1rem 0;
  }
}
.kch__authors {
  display: flex;
}
@media only screen and (max-width: 1024px) {
  .kch__authors {
    display: none;
  }
}
.kch__author {
  grid-column: 1 / 2;
  width: calc(105rem*1 / 21.33333333*var(--text-multiplier));
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  overflow: hidden;
  border: calc(7.5rem*1 / 21.33333333) solid #F1F2F2;
  margin-right: calc(10rem * 1 / 21.33333333);
}
.kch__author-photo {
  grid-column: 1 / 2;
  width: calc(105rem * 1 / 21.33333333 * var(--text-multiplier));
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  overflow: hidden;
}
@media only screen and (max-width: 1024px) {
  .kch__author-photo {
    left: -7rem;
    width: calc(105rem * 1 / 8);
    border: calc(7.5rem * 1 / 8) solid #F1F2F2;
  }
}
@media only screen and (max-width: 1024px) {
  .kch__author-photo {
    left: -12rem;
    width: calc(65rem * 1 / 4.33333);
    height: calc(65rem * 1 / 4.33333);
    border: calc(3.5rem * 1 / 4.33333) solid #F1F2F2;
  }
}
.kch__author-photo img {
  object-fit: cover;
  transition: all 2.25s ease-out;
  /* these are for the custom zoom levels in wordpress */
}
.kch__author-photo img:hover {
  transform: scale(1.55);
}
.kch__author-photo img.zoom-zero {
  transform: scale(1);
  transition: all 2.25s ease-out;
}
.kch__author-photo img.zoom-zero:hover {
  transform: scale(1.15);
}
.kch__author-photo img.zoom-ten {
  transform: scale(1.1);
  transition: all 2.25s ease-out;
}
.kch__author-photo img.zoom-ten:hover {
  transform: scale(1.25);
}
.kch__author-photo img.zoom-fifteen {
  transform: scale(1.15);
  transition: all 2.25s ease-out;
}
.kch__author-photo img.zoom-fifteen:hover {
  transform: scale(1.3);
}
.kch__author-photo img.zoom-twenty {
  transform: scale(1.2);
  transition: all 2.25s ease-out;
}
.kch__author-photo img.zoom-twenty:hover {
  transform: scale(1.35);
}
.kch__author-photo img.zoom-twenty-five {
  transform: scale(1.25);
  transition: all 2.25s ease-out;
}
.kch__author-photo img.zoom-twenty-five:hover {
  transform: scale(1.4);
}
.kch__author-photo img.zoom-thirty {
  transform: scale(1.3);
  transition: all 2.25s ease-out;
}
.kch__author-photo img.zoom-thirty:hover {
  transform: scale(1.45);
}
.kch__author-photo img.zoom-fourty {
  transform: scale(1.4);
  transition: all 2.25s ease-out;
}
.kch__author-photo img.zoom-fourty:hover {
  transform: scale(1.55);
}
.kch__author-photo img.zoom-fifty {
  transform: scale(1.5);
  transition: all 2.25s ease-out;
}
.kch__author-photo img.zoom-fifty:hover {
  transform: scale(1.65);
}
.kch__title {
  grid-column: 3 / 12;
  font-family: "adobe-caslon-pro", serif;
  font-weight: 400;
  font-style: normal;
  font-size: calc(68rem * 1 / 21.33333333 * var(--text-multiplier));
}
@media only screen and (max-width: 1024px) {
  .kch__title {
    grid-column: 2 / 12;
    margin-top: 3rem;
    margin-bottom: 2rem;
    font-size: calc(27rem * 1 / 4.33333);
    line-height: calc(27rem * 1 / 4.33333);
  }
}
.kch__description {
  grid-column: 3 / 12;
  font-family: 'Instrument Sans', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: calc(18rem * 1 / 21.33333333 * var(--text-multiplier));
  line-height: calc(30rem * 1 / 21.33333333 * var(--text-multiplier));
}
.kch__description > p {
  margin-bottom: 1rem;
}
.kch__description > p:last-of-type {
  margin-bottom: 0;
}
@media only screen and (max-width: 1024px) {
  .kch__description > p {
    margin-bottom: 2rem;
  }
  .kch__description > p:last-of-type {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 1024px) {
  .kch__description {
    grid-column: 2 / 12;
    font-size: calc(16rem * 1 / 4.33333);
    line-height: calc(24rem * 1 / 4.33333);
  }
}
.kch__right {
  grid-column: 15 / 33;
  display: grid;
  grid-template-columns: repeat(18, 1fr);
  width: 100%;
  margin-bottom: 4rem;
}
@media only screen and (max-width: 1024px) {
  .kch__right {
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: auto auto;
    /* Two rows for the two divs */
    grid-column: 1 / 15;
    grid-row: 2;
    margin-top: 20px;
  }
}
.kch__latest-details {
  background-color: white;
  display: grid;
  grid-template-columns: repeat(14, 1fr);
  width: 100%;
  padding: 3rem 0;
  align-self: flex-end;
  position: absolute;
  left: 0;
  top: 17rem;
  grid-column: 3 / 17;
}
@media only screen and (max-width: 1024px) {
  .kch__latest-details {
    display: none;
  }
}
.kch__latest-details.mobileOnly {
  display: none;
  grid-row: 2;
}
@media only screen and (max-width: 1024px) {
  .kch__latest-details.mobileOnly {
    display: grid;
    position: relative;
    grid-column: 1 / 15;
    top: auto;
    aspect-ratio: unset;
    padding: 7rem 0;
  }
}
.kch__latest-sidetext {
  grid-column: 1 / 2;
  font-family: "mundial", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: calc(24rem * 1 / 21.33333333 * var(--text-multiplier));
  writing-mode: vertical-lr;
  text-orientation: sideways;
  justify-self: flex-end;
  align-self: flex-start;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  margin-top: 0.25rem;
}
@media only screen and (max-width: 1024px) {
  .kch__latest-sidetext {
    font-size: calc(24rem * 1 / 8);
  }
}
@media only screen and (max-width: 1024px) {
  .kch__latest-sidetext {
    font-size: calc(16rem * 1 / 4.33333);
  }
}
.kch__latest-content {
  display: grid;
  grid-column: 3 / 12;
  grid-template-columns: repeat(10, 1fr);
  grid-template-rows: min-content;
  height: 100%;
}
.kch__latest-category {
  grid-column: 1 / -1;
  font-family: "mundial", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: calc(18rem * 1 / 21.33333333 * var(--text-multiplier));
  color: #484848;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 0.6rem;
}
.kch__latest-category:hover {
  opacity: 0.8;
  transition: all 0.25s ease-out;
}
@media only screen and (max-width: 1024px) {
  .kch__latest-category {
    font-size: calc(11rem * 1 / 4.33333);
    line-height: calc(15rem * 1 / 4.33333);
  }
}
.kch__latest-title {
  font-family: 'Instrument Sans', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: calc(31rem * 1 / 21.33333333 * var(--text-multiplier));
  line-height: calc(41.6rem * 1 / 21.33333333 * var(--text-multiplier));
  grid-column: 1 / -1;
  color: #484848;
}
.kch__latest-title:hover {
  opacity: 0.8;
  transition: all 0.25s ease-out;
}
@media only screen and (max-width: 1024px) {
  .kch__latest-title {
    font-size: calc(16rem * 1 / 4.33333);
    line-height: calc(20rem * 1 / 4.33333);
  }
}
.kch__latest-date {
  grid-column: 1 / -1;
  font-family: 'Instrument Sans', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: calc(18rem * 1 / 21.33333333 * var(--text-multiplier));
  align-self: flex-end;
  color: #484848;
  line-height: calc(28rem * 1 / 21.33333333);
  margin-top: calc(10rem * 1 / 21.33333333);
  margin-bottom: calc(20rem * 1 / 21.33333333);
}
@media only screen and (max-width: 1024px) {
  .kch__latest-date {
    font-size: calc(11rem * 1 / 4.33333);
    line-height: calc(15rem * 1 / 4.33333);
  }
}
.kch__latest-image {
  grid-column: 1 / 18;
  width: 100%;
  aspect-ratio: 1020 / 637;
  height: calc(100% + 0.001rem);
  position: relative;
  transition: all 0.25s ease-out;
}
.kch__latest-image::after {
  content: '';
  display: block;
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  box-shadow: inset 0 0 0 0 #5A2F61;
  top: 0;
  left: 0;
  transition: box-shadow 0.1s ease;
}
.kch__latest-image:hover::after {
  box-shadow: inset 0 0 0 11px #5A2F61;
}
.kch__latest-image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@media only screen and (max-width: 1024px) {
  .kch__latest-image {
    grid-row: 1;
  }
}
.kch__purplebg {
  grid-column: 9 / 17;
  width: 100%;
  aspect-ratio: 480 / 64;
  background-color: #74467F;
}
.kch__subtitle {
  display: none;
  position: relative;
  z-index: 9;
  grid-column: 3 / 18;
  font-family: "adobe-caslon-pro", serif;
  font-weight: 400;
  font-style: normal;
  font-size: calc(38rem * 1 / 21.33333333 * var(--text-multiplier));
  font-weight: 700;
  width: 100%;
  margin-top: 2rem;
}
@media only screen and (max-width: 1024px) {
  .kch__subtitle {
    grid-column: 3 / 12;
    font-size: calc(16rem * 1 / 4.33333);
    line-height: 1.4;
  }
}
.kch__search {
  width: 100%;
  grid-column: 5 / 25;
  margin-top: 1.2rem;
  position: relative;
  z-index: 9;
}
@media only screen and (max-width: 1024px) {
  .kch__search {
    grid-column: 3 / 10;
  }
}
.kch__search > input {
  width: 100%;
  height: 3rem;
  color: #5A2F61;
  border: none;
  outline: none;
  border-bottom: 0.025rem solid #5A2F61;
  background-color: #F1F2F2;
  font-family: "adobe-caslon-pro", serif;
  font-weight: 400;
  font-style: normal;
  font-size: calc(24rem * 1 / 21.33333333 * var(--text-multiplier));
}
.kch__search > input::placeholder {
  color: #5A2F61;
}
@media only screen and (max-width: 1024px) {
  .kch__search > input {
    font-size: calc(16rem * 1 / 4.33333);
    line-height: calc(24rem * 1 / 4.33333);
    height: 4.5rem;
  }
}
.kch__search > button {
  position: absolute;
  right: 0;
  bottom: 0.6rem;
  width: calc(16rem * 1 / 21.33333333 * var(--text-multiplier));
  height: calc(16rem * 1 / 21.33333333 * var(--text-multiplier));
  border: none;
  outline: none;
  cursor: pointer;
}
@media only screen and (max-width: 1024px) {
  .kch__search > button {
    width: calc(14rem * 1 / 4.33333);
    height: calc(14rem * 1 / 4.33333);
    bottom: 1rem;
  }
}
.kch__filters {
  position: relative;
  z-index: 9;
  width: 100%;
  grid-column: 3 / 25;
  display: grid;
  grid-template-columns: repeat(22, 1fr);
  margin-top: 3.5rem;
}
@media only screen and (max-width: 1024px) {
  .kch__filters {
    grid-template-columns: repeat(12, 1fr);
    grid-column: 1 / 13;
    z-index: 23;
  }
}
.kch__filters-sidetext {
  grid-column: 1 / 2;
  margin-top: 0.6rem;
  font-family: "mundial", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: calc(24rem * 1 / 21.33333333 * var(--text-multiplier));
  writing-mode: vertical-lr;
  text-orientation: sideways;
  justify-self: flex-end;
  align-self: flex-start;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
@media only screen and (max-width: 1024px) {
  .kch__filters-sidetext {
    font-size: calc(24rem * 1 / 8);
  }
}
@media only screen and (max-width: 1024px) {
  .kch__filters-sidetext {
    font-size: calc(16rem * 1 / 4.33333);
  }
}
.kch__filters-wrapper {
  grid-column: 3 / 25;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
@media only screen and (max-width: 1024px) {
  .kch__filters-wrapper {
    grid-template-columns: repeat(12, 1fr);
    grid-column: 1 / 13;
    display: none;
  }
}
.kch__filters-category {
  min-width: calc(164rem * 1 / 21.33333333 * var(--text-multiplier));
  height: calc(80rem * 1 / 21.33333333 * var(--text-multiplier));
  padding: 0 0.7rem;
  border: 0.025rem solid #806087;
  display: flex;
  place-items: center;
  cursor: pointer;
  transition: all 0.25s ease-out;
  height: calc(50rem * 1 / 21.33333333);
  grid-column: 3 / 6;
}
@media only screen and (max-width: 1024px) {
  .kch__filters-category {
    width: calc(100rem * 1 / 4.33333);
    height: calc(48rem * 1 / 4.33333);
  }
}
.kch__filters-category > span {
  font-family: "mundial", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: calc(18rem * 1 / 21.33333333 * var(--text-multiplier));
  text-transform: uppercase;
  width: 100%;
  text-align: center;
  color: #461950;
}
@media only screen and (max-width: 1024px) {
  .kch__filters-category > span {
    font-size: calc(12rem * 1 / 4.33333);
  }
}
.kch__filters-category.active,
.kch__filters-category:hover {
  background-color: #461950;
}
.kch__filters-category.active > span,
.kch__filters-category:hover > span {
  color: white;
}
.kch__filters-category > span {
  white-space: nowrap;
}
.kch__filters-category:nth-of-type(2) {
  grid-column: 6 / 9;
}
.kch__filters-category:nth-of-type(3) {
  grid-column: 9 / 12;
}
.kch__filters-category:nth-of-type(4) {
  grid-column: 12 / 15;
}
.kch__filters-category:nth-of-type(5) {
  grid-column: 15 / 18;
}
.kch__filters-category:nth-of-type(6) {
  grid-column: 18 / 21;
}
@media only screen and (max-width: 1024px) {
  .kch__filters-category {
    display: none;
  }
}
.kch__filters-date {
  grid-column: 25 / 30;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  align-items: center;
  margin-top: 5rem;
  display: none;
}
.kch__filters-date > span {
  grid-column: 1 / 4;
  font-family: "mundial", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: calc(22rem * 1 / 21.33333333 * var(--text-multiplier));
  line-height: calc(30rem * 1 / 21.33333333 * var(--text-multiplier));
}
.kch__filters-date-icon {
  cursor: pointer;
  grid-column: 5 / 6;
  width: calc(40rem * 1 / 21.33333333 * var(--text-multiplier));
  height: calc(40rem * 1 / 21.33333333 * var(--text-multiplier));
}
.kch__filters-mobile {
  display: none;
  grid-column: 3 / 10;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .kch__filters-mobile {
    display: flex;
  }
}
.kch__filters-mobile-category {
  min-width: calc(164rem * 1 / 21.33333333 * var(--text-multiplier));
  height: calc(80rem * 1 / 21.33333333 * var(--text-multiplier));
  padding: 0 0.7rem;
  border: 0.025rem solid #806087;
  display: flex;
  place-items: center;
  cursor: pointer;
  transition: all 0.25s ease-out;
  background-color: white;
  width: 100% !important;
  height: calc(42rem * 1 / 4.33333) !important;
  aspect-ratio: 3 / 1;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 1024px) {
  .kch__filters-mobile-category {
    width: calc(100rem * 1 / 4.33333);
    height: calc(48rem * 1 / 4.33333);
  }
}
.kch__filters-mobile-category > span {
  font-family: "mundial", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: calc(18rem * 1 / 21.33333333 * var(--text-multiplier));
  text-transform: uppercase;
  width: 100%;
  text-align: center;
  color: #461950;
}
@media only screen and (max-width: 1024px) {
  .kch__filters-mobile-category > span {
    font-size: calc(12rem * 1 / 4.33333);
  }
}
.kch__filters-mobile-category.active,
.kch__filters-mobile-category:hover {
  background-color: #461950;
}
.kch__filters-mobile-category.active > span,
.kch__filters-mobile-category:hover > span {
  color: white;
}
.kch__filters-mobile-category > span {
  white-space: nowrap;
}
.kch__filters-mobile-dropdown {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: calc(313rem * 1 / 4.33333);
  overflow: scroll;
}
.kch__filters-mobile-dropdown.active {
  display: flex;
  flex-direction: column;
}
.kch__filters-mobile-dropdown-category {
  min-width: calc(164rem * 1 / 21.33333333 * var(--text-multiplier));
  height: calc(80rem * 1 / 21.33333333 * var(--text-multiplier));
  padding: 0 0.7rem;
  border: 0.025rem solid #806087;
  display: flex;
  place-items: center;
  cursor: pointer;
  transition: all 0.25s ease-out;
  background-color: white;
  width: 100% !important;
  height: calc(42rem * 1 / 4.33333) !important;
  aspect-ratio: 3 / 1;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 1024px) {
  .kch__filters-mobile-dropdown-category {
    width: calc(100rem * 1 / 4.33333);
    height: calc(48rem * 1 / 4.33333);
  }
}
.kch__filters-mobile-dropdown-category > span {
  font-family: "mundial", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: calc(18rem * 1 / 21.33333333 * var(--text-multiplier));
  text-transform: uppercase;
  width: 100%;
  text-align: center;
  color: #461950;
}
@media only screen and (max-width: 1024px) {
  .kch__filters-mobile-dropdown-category > span {
    font-size: calc(12rem * 1 / 4.33333);
  }
}
.kch__filters-mobile-dropdown-category.active,
.kch__filters-mobile-dropdown-category:hover {
  background-color: #461950;
}
.kch__filters-mobile-dropdown-category.active > span,
.kch__filters-mobile-dropdown-category:hover > span {
  color: white;
}
.kch__posts {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(32, 1fr);
  place-items: center;
  position: relative;
  z-index: 22;
  width: 100%;
  padding: 4rem 0;
  gap: 4rem 0;
}
@media only screen and (max-width: 1024px) {
  .kch__posts {
    grid-template-columns: repeat(12, 1fr);
  }
}
@media only screen and (max-width: 1024px) {
  .kch__posts {
    display: flex;
    flex-direction: column;
    gap: 8rem 0;
  }
}
.kch__posts > .no-posts {
  grid-column: 5 / 10;
  font-family: "mundial", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: calc(18rem * 1 / 21.33333333);
  text-transform: uppercase;
  width: 100%;
  color: #461950;
}
.kch__post {
  grid-template-columns: repeat(9, 1fr);
  width: 100% !important;
}
.kch__post:nth-of-type(3n + 1) {
  grid-column: 5 / 14;
}
.kch__post:nth-of-type(3n + 2) {
  grid-column: 14 / 23;
}
.kch__post:nth-of-type(3n + 3) {
  grid-column: 23 / 32;
}
.kch__post-image {
  grid-column: 1 / 9;
}
.kch__post-body {
  grid-column: 3 / 10;
}
