@font-face {
  font-family: "monument_grotesk";
  src: url("../fonts/abcmonumentgrotesk-bold-trial-webfont.woff2") format("woff2"), url("../fonts/abcmonumentgrotesk-bold-trial-webfont.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "monument_grotesk";
  src: url("../fonts/abcmonumentgrotesk-regular-trial-webfont.woff2") format("woff2"), url("../fonts/abcmonumentgrotesk-regular-trial-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "pantheon";
  src: url("../fonts/gt-pantheon-text-regular-trial-webfont.woff2") format("woff2"), url("../fonts/gt-pantheon-text-regular-trial-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
html, body {
  width: 100%;
  height: auto;
  min-height: 100dvh;
  margin: 0;
  padding: 0;
  font-size: 14px;
  -webkit-overflow-scrolling: touch;
  color: #151a18;
  background-color: #edeeee;
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
  font-family: "monument_grotesk", sans-serif;
  font-weight: normal;
  scroll-behavior: smooth;
}
html.is-hidden, body.is-hidden {
  overflow: hidden;
}

body::after {
  content: "";
  display: block;
  position: relative;
  clear: both;
}

a {
  text-decoration: none;
  color: currentColor;
}

h1, h2, h3, h4, h5, h6, b, strong {
  margin: 0;
  font-weight: normal;
}

* {
  line-height: 1.7em;
}

b, strong {
  font-weight: bold;
}

img {
  border: none;
  margin: 0;
  max-width: 100%;
  height: auto;
}

input, textarea, button {
  color: currentColor;
  padding: 0;
  margin: 0;
  background-color: transparent;
  box-sizing: border-box;
  border: none;
  border-radius: 0;
}

button {
  background-color: transparent;
  cursor: pointer;
  padding: 0;
  width: -moz-fit-content;
  width: fit-content;
}

input:active, textarea:active, button:active,
input:focus, textarea:focus, button:focus {
  outline: 0;
}

.o-content {
  width: calc(100% - 88px);
  margin: 0 auto;
  max-width: 1920px;
}
.o-content--height {
  min-height: calc(100dvh - 10rem);
}
@media (max-width: 1460px) {
  .o-content {
    width: calc(100% - 3.1428rem);
  }
}
@media (max-width: 620px) {
  .o-content {
    width: calc(100% - 1rem);
  }
}

.o-wrapper {
  width: 100%;
  min-height: calc(100dvh - 6rem);
}

.o-hidden {
  display: none;
}

.o-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-gap: 40px;
}
@media (max-width: 1460px) {
  .o-grid {
    grid-gap: 1.5714rem;
  }
}
.o-grid--02 {
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 88px 16px;
  margin-bottom: 40px;
}
@media (max-width: 900px) {
  .o-grid--02 {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 44px 16px;
  }
}
.o-grid--04 {
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 88px 16px;
  margin-bottom: 40px;
}
@media (max-width: 1120px) {
  .o-grid--04 {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 900px) {
  .o-grid--04 {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 44px 16px;
  }
}
.o-grid__split {
  grid-column: span 6;
}
.o-grid__split--02 {
  grid-column: 7/13;
}
@media (max-width: 900px) {
  .o-grid__split--02 {
    grid-column: 1/13;
  }
}
.o-grid__split--03 {
  grid-column: 9/13;
}
@media (max-width: 900px) {
  .o-grid__split--03 {
    grid-column: 4/13;
  }
}
@media (max-width: 420px) {
  .o-grid__split--03 {
    grid-column: 1/13;
  }
}
.o-grid__split--error {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.o-grid__split--error .s-text a {
  text-decoration: underline;
}
.o-grid--press .o-grid__split:first-child {
  top: 5.7142rem;
  position: -webkit-sticky;
  position: sticky;
  height: fit-content;
}
.o-grid--press .c-post--list {
  grid-template-columns: repeat(8, 1fr);
}
@media (max-width: 620px) {
  .o-grid--press .c-post--list .c-post__location {
    grid-column: 7/9;
    grid-row: 1;
    text-align: right;
  }
}
@media (max-width: 900px) {
  .o-grid--press .c-post--list .c-post__title {
    grid-column: span 2;
  }
}
@media (max-width: 620px) {
  .o-grid--press .c-post--list .c-post__type {
    grid-column: 4/7;
  }
}
.o-grid--awards .c-post__location {
  grid-column: 4/9;
}
.o-grid--awards .c-post--list {
  grid-template-columns: repeat(8, 1fr);
}
.o-grid--awards .c-post--list .c-post__location {
  grid-column: 5/9;
}
.o-grid--projects .c-post--list {
  grid-template-columns: 3rem 1fr 1fr 2fr 0.5fr 1fr;
  grid-gap: 0 0.5rem;
}

.o-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.o-btn--right {
  margin-left: auto;
  display: block;
  font-weight: bold;
}
.o-btn--menu {
  font-weight: bold;
  grid-row: 1;
}
@media (min-width: 1120px) {
  .o-btn--menu {
    display: none;
  }
}

.o-space {
  width: 100%;
  display: block;
  height: 44px;
}

.o-alert {
  padding: 0.5em 0rem;
  display: block;
  width: 100%;
  box-sizing: border-box;
  margin: 0;
  font-size: 0.8em;
}
.o-alert p {
  margin: 0;
}
.o-alert--success {
  color: #0d6110;
}
.o-alert--error {
  color: #bd2419;
}
.o-alert--warning {
  color: #f19205;
}
.o-alert--info {
  color: #1a426e;
}

.c-header {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  padding: 1.5714rem 0;
  z-index: 5;
  margin-bottom: 1rem;
  background-color: #edeeee;
}
@media (max-width: 1120px) {
  .c-header {
    padding: 1.28rem 0;
  }
}
.c-header__int {
  align-items: end;
  align-content: end;
}
@media (max-width: 620px) {
  .c-header__int.o-grid {
    grid-gap: 0;
    align-items: center;
  }
}
.c-header__logo {
  grid-column: 6/8;
  grid-row: 1;
  width: 100%;
  height: 1.5714rem;
}
@media (max-width: 1120px) {
  .c-header__logo {
    grid-column: 3/11;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
  }
}
.c-header__logo img {
  max-width: 100%;
  width: auto;
  height: auto;
  max-height: 1.5714rem;
  display: block;
  margin: 0 auto;
}
@media (max-width: 1120px) {
  .c-header__logo img {
    max-height: 1.28rem;
  }
}
.c-header__item {
  font-weight: bold;
  line-height: 1em;
}
.c-header__item:nth-child(3) {
  grid-column: 4;
}
.c-header__item:nth-child(4) {
  grid-column: 9;
}
.c-header__item:nth-child(5) {
  grid-column: 12;
}
@media (max-width: 1120px) {
  .c-header__item {
    display: none;
  }
}
@media (max-width: 620px) {
  .c-header__item {
    padding: 1.28rem 0;
  }
  .c-header__item:nth-child(2) {
    margin-top: 1.5714rem;
  }
}

@media (max-width: 1120px) {
  .is-menu {
    overflow: hidden;
  }
  .is-menu .c-header {
    position: fixed;
    height: 100%;
  }
  .is-menu .c-header__item {
    display: block;
    grid-column: 1/13;
  }
  .is-menu .c-header__item:nth-child(3) {
    grid-column: 1/13;
  }
  .is-menu .c-header__item:nth-child(4) {
    grid-column: 1/13;
  }
  .is-menu .c-header__item:nth-child(5) {
    grid-column: 1/13;
  }
}

.c-footer {
  padding: 1.5714rem 0;
  position: relative;
}
@media (max-width: 1120px) {
  .c-footer {
    padding: 1.28rem 0;
  }
}
.c-footer__int {
  align-items: end;
}
@media (max-width: 620px) {
  .c-footer__int {
    grid-gap: 0.5rem 1.5714rem;
  }
}
.c-footer__logo img {
  display: block;
}
@media (max-width: 900px) {
  .c-footer__logo {
    grid-column: 1/4;
  }
  .c-footer__logo img {
    max-width: 44px;
  }
}
.c-footer__column {
  grid-column: 2/8;
}
@media (max-width: 900px) {
  .c-footer__column {
    grid-column: 3/13;
  }
}
.c-footer__item {
  align-items: end;
}
.c-footer__info {
  grid-column: 10/13;
}
@media (max-width: 1120px) {
  .c-footer__info {
    grid-column: 9/13;
  }
}
@media (max-width: 900px) {
  .c-footer__info {
    grid-column: 3/13;
  }
}
.c-footer__info > * {
  display: inline;
  margin: 0;
  font-weight: bold;
}
.c-footer__nav {
  grid-column: 8/10;
  font-weight: bold;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1120px) {
  .c-footer__nav {
    grid-column: 9/13;
  }
}
@media (max-width: 900px) {
  .c-footer__nav {
    grid-column: 3/13;
  }
}
.c-footer__nav-item {
  text-transform: uppercase;
}
.c-footer__contact {
  display: none;
}
@media (max-width: 1120px) {
  .c-footer__contact {
    grid-column: 9/13;
  }
}

body:has(.o-grid__split--03) .o-wrapper {
  min-height: calc(100dvh - 15.2rem);
}

.c-footer__contact {
  display: block;
  grid-column: 9/13;
}
@media (max-width: 900px) {
  .c-footer__contact {
    grid-column: 4/13;
    font-size: 12px;
    grid-row: 1;
  }
}
.c-footer__nav {
  display: none;
}
.c-footer__info {
  display: none;
}
.c-footer .c-newsletter {
  display: none;
}

@media (max-width: 1120px) {
  body:has(.o-grid__split .c-post) .o-grid__split:nth-child(1) {
    display: none;
  }
  body:has(.o-grid__split .c-post) .o-grid__split:nth-child(2) {
    grid-column: 1/13;
  }
}
body:has(.c-home) .c-footer {
  background-color: rgba(21, 26, 24, 0.3);
  backdrop-filter: blur(5px);
}
body:has(.c-home) .c-footer__contact {
  display: none;
}
body:has(.c-home) .c-footer__nav {
  display: flex;
}
body:has(.c-home) .c-footer__info {
  display: block;
}
body:has(.c-home) .c-footer .c-newsletter {
  display: grid;
}

.c-home {
  width: 100%;
  height: 100vh;
  height: 100dvh;
}
.c-home .splide__track {
  height: 100%;
  width: 100%;
}
.c-home .splide__list {
  height: 100%;
  width: 100%;
}
.c-home .splide__slide {
  height: 100%;
  width: 100%;
}
.c-home .splide__arrow--prev {
  left: 44px;
  width: calc((100% - 88px - 440px) / 12);
  height: 100%;
  border-radius: 0;
  background-color: transparent;
  background-image: url(../img/arrow.png);
  background-size: 40px;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 1;
}
@media (min-width: 1120px) {
  .c-home .splide__arrow--prev:hover {
    opacity: 1;
  }
}
@media (max-width: 1120px) {
  .c-home .splide__arrow--prev {
    opacity: 0;
  }
}
@media (max-width: 1460px) {
  .c-home .splide__arrow--prev {
    left: 1.5714rem;
  }
}
.c-home .splide__arrow--prev svg {
  display: none;
}
.c-home .splide__arrow--next {
  right: 44px;
  width: calc((100% - 88px - 440px) / 12);
  height: 100%;
  border-radius: 0;
  background-color: transparent;
  background-image: url(../img/arrow.png);
  background-size: 40px;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 1;
  transform-origin: center;
  transform: rotate(-180deg);
  top: 0;
}
@media (min-width: 1120px) {
  .c-home .splide__arrow--next:hover {
    opacity: 1;
  }
}
@media (max-width: 1120px) {
  .c-home .splide__arrow--next {
    opacity: 0;
  }
}
@media (max-width: 1460px) {
  .c-home .splide__arrow--next {
    right: 1.5714rem;
  }
}
@media (max-width: 1120px) {
  .c-home .splide__arrow--next {
    opacity: 1;
    height: 44px;
    bottom: calc(50dvh + 44px);
    top: initial;
    width: 44px;
    display: block;
  }
}
.c-home .splide__arrow--next svg {
  display: none;
}

body:has(.c-home) .c-header {
  position: fixed;
  background-color: transparent;
  color: #edeeee;
}
body:has(.c-home) .c-header__logo img {
  filter: invert(1.2) contrast(1.1);
}
body:has(.c-home) .o-wrapper {
  position: sticky;
  top: 0;
}
body:has(.c-home) .c-footer {
  color: #edeeee;
}
body:has(.c-home) .c-footer__logo img {
  filter: invert(1.2) contrast(1.1);
}

.c-post {
  width: 100%;
  position: relative;
}
@media (min-width: 1120px) {
  .c-post:not(.c-post--home):hover {
    color: #C4BFB1;
  }
  .c-post:not(.c-post--home):hover .c-post__img {
    filter: brightness(0.8);
    transition: ease 0.2s;
  }
}
.c-post__img {
  width: 100%;
  aspect-ratio: 1/1.45;
  object-fit: cover;
  display: block;
  margin-bottom: 16px;
  filter: brightness(1);
}
.c-post__title {
  display: inline;
  font-size: 1.28rem;
  font-weight: bold;
}
.c-post__title:not(:nth-last-child(2), .c-post--home .c-post__title)::after {
  content: ", ";
}
@media (max-width: 900px) {
  .c-post__title {
    font-size: 1rem;
  }
}
.c-post__location {
  display: inline;
  font-size: 1.28rem;
  font-weight: bold;
}
@media (max-width: 900px) {
  .c-post__location {
    font-size: 1rem;
  }
}
.c-post__imagen-fixed {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-gap: 40px;
}
@media (max-width: 1460px) {
  .c-post__imagen-fixed {
    grid-gap: 1.5714rem;
  }
}
@media (max-width: 1120px) {
  .c-post__imagen-fixed {
    display: none;
  }
}
.c-post__imagen-fixed img {
  grid-column: 1/5;
  max-width: 100%;
  max-height: calc(100dvh - 16rem);
  width: auto;
  height: auto;
  display: block;
}
.c-post--home {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: end;
}
.c-post--home::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.36);
  position: absolute;
}
.c-post--home video {
  position: absolute;
  width: 100dvw;
  height: 100dvh;
  object-fit: cover;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.c-post--home iframe {
  position: absolute;
  min-height: 100dvh;
  min-width: 100dvw;
  width: auto;
  height: auto;
  aspect-ratio: 1/0.56;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.c-post--home .c-post__img:nth-child(2) {
  display: none;
}
@media (max-width: 900px) {
  .c-post--home .c-post__img:nth-child(2) {
    display: block;
  }
}
@media (max-width: 900px) {
  .c-post--home:has(.c-post__img:nth-child(2)) video {
    display: none;
  }
  .c-post--home:has(.c-post__img:nth-child(2)) iframe {
    display: none;
  }
  .c-post--home:has(.c-post__img:nth-child(2)) .c-post__img:nth-child(1) {
    display: none;
  }
}
.c-post--home .c-post__img {
  position: absolute;
  width: 100%;
  height: 100%;
  aspect-ratio: initial;
  margin: 0;
}
.c-post--home .c-post__info {
  min-height: 50vh;
  grid-column: 9/12;
  position: relative;
  color: #edeeee;
  position: relative;
  z-index: 2;
  padding-bottom: 10rem;
  box-sizing: border-box;
}
@media (max-width: 900px) {
  .c-post--home .c-post__info {
    grid-column: 7/13;
  }
}
@media (max-width: 620px) {
  .c-post--home .c-post__info {
    grid-column: 1/13;
  }
}
.c-post--list {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-gap: 40px;
  padding-bottom: 16px;
}
@media (max-width: 900px) {
  .c-post--list:nth-child(2n+2) {
    background-color: rgba(21, 26, 24, 0.05);
  }
}
.c-post--list .c-post__title {
  grid-column: span 2;
}
.c-post--list .c-post__title::after {
  display: none;
}
@media (max-width: 900px) {
  .c-post--list .c-post__title {
    grid-column: span 1;
  }
}
@media (max-width: 620px) {
  .c-post--list .c-post__title {
    grid-column: 2/4;
  }
}
.c-post--list .c-post__type {
  grid-column: span 2;
}
@media (max-width: 620px) {
  .c-post--list .c-post__type {
    grid-column: 4/5;
  }
}
@media (max-width: 620px) {
  .c-post--list .c-post__location {
    grid-column: 5/7;
  }
}
.c-post--list .c-post__area {
  grid-column: 6/7;
  grid-row: 1;
  text-align: right;
}
@media (max-width: 620px) {
  .c-post--list .c-post__area {
    display: none;
  }
}
.c-post--list:has(.c-post__area) .c-post__type {
  grid-column: initial;
}
@media (max-width: 1460px) {
  .c-post--list {
    grid-gap: 1.28rem;
  }
}
@media (max-width: 620px) {
  .c-post--list {
    grid-gap: 0 1rem;
  }
}
.c-post--list * {
  font-family: "monument_grotesk", sans-serif;
  font-weight: bold;
  font-size: 1rem;
  margin: 0;
  display: block;
}
.c-post--list-title * {
  font-family: "pantheon", sans-serif;
  font-weight: normal;
  font-size: 1rem;
  margin: 0;
  display: block;
}
@media (max-width: 1120px) {
  .c-post--list-title {
    display: none;
  }
}
.c-post--list:has(:nth-child(6)) .c-post__area {
  grid-column: 6/7;
}

.c-filter {
  width: 100%;
  position: sticky;
  position: -webkit-sticky;
  background-color: #edeeee;
  top: -100%;
  bottom: 0;
  z-index: 4;
  padding: 1rem 0;
}
@media (min-width: 1120px) {
  .c-filter:hover {
    background-color: hsla(180, 2.86%, 93.14%, 0.62);
    backdrop-filter: blur(5px);
  }
}
@media (max-width: 1120px) {
  .c-filter {
    padding: 0;
  }
}
.c-filter__int {
  align-items: flex-end;
}
.c-filter__title {
  font-size: 1.5714rem;
  font-weight: bold;
  white-space: nowrap;
  width: 0;
  line-height: 1em;
  text-transform: uppercase;
}
@media (max-width: 1120px) {
  .c-filter__title {
    display: none;
  }
}
.c-filter__nav {
  grid-column: 9/13;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 0 40px;
  font-weight: bold;
}
@media (max-width: 1460px) {
  .c-filter__nav {
    grid-gap: 0 1.5714rem;
  }
}
@media (max-width: 1120px) {
  .c-filter__nav {
    display: flex;
    flex-direction: row;
    white-space: nowrap;
    overflow: auto;
  }
}
@media (max-width: 1120px) {
  .c-filter__nav {
    grid-column: 1/13;
    display: grid;
    grid-template-columns: auto auto 1fr;
    grid-gap: 0;
  }
  .c-filter__nav > .c-filter__nav-item:nth-child(3) {
    display: none;
  }
}
.c-filter__nav-item {
  grid-row: 2;
  display: block;
  cursor: pointer;
}
@media (min-width: 1120px) {
  .c-filter__nav-item:hover + .c-filter__nav-submenu {
    display: flex;
  }
}
@media (max-width: 1120px) {
  .c-filter__nav-item {
    grid-row: 1;
    padding: 1rem;
  }
}
.c-filter__nav-submenu {
  grid-row: 1;
  grid-column: 3/5;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding-bottom: 1rem;
  display: none;
}
@media (min-width: 1120px) {
  .c-filter__nav-submenu:hover {
    display: flex;
  }
}
@media (max-width: 1120px) {
  .c-filter__nav-submenu {
    display: flex;
    flex-direction: row;
    padding-bottom: 0;
    grid-column: 1/4;
    grid-row: 2;
    gap: 0;
  }
}
.c-filter__nav-submenu .c-filter__nav-item.is-active::after {
  content: " x";
  text-transform: uppercase;
}

.c-newsletter label {
  font-family: "pantheon", sans-serif;
  font-size: 1rem;
  font-weight: normal;
  display: block;
}
.c-newsletter input {
  width: fit-content;
  display: block;
  vertical-align: middle;
}
.c-newsletter input::placeholder {
  font-family: "monument_grotesk", sans-serif;
  font-weight: bold;
  font-size: 1rem;
  color: #C4BFB1;
}
.c-newsletter__btn {
  position: absolute;
  bottom: 8rem;
  right: 2rem;
  z-index: 4;
  color: #edeeee;
  border: 1px solid currentColor;
  padding: 0.3rem 1.5714rem;
  cursor: pointer;
  display: block;
}
@media (min-width: 1120px) {
  .c-newsletter__btn:hover {
    border-color: #edeeee;
    color: #151a18;
    background-color: #edeeee;
  }
}
.c-newsletter__over {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  overflow: scroll;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  display: none;
}
.c-newsletter__over .alert {
  width: calc(100% - 1.5714rem);
  max-width: 30rem;
  color: #edeeee;
  background-color: rgba(0, 0, 0, 0.56);
  padding: 1.5714rem 1.5714rem 0;
  position: relative;
  box-sizing: border-box;
}
.c-newsletter__over-close {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.c-newsletter__over-int {
  width: calc(100% - 1.5714rem);
  max-width: 30rem;
  color: #edeeee;
  background-color: rgba(0, 0, 0, 0.56);
  padding: 1.5714rem;
  position: relative;
  box-sizing: border-box;
}
.c-newsletter__over-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1rem;
}
.c-newsletter__over-row:nth-child(2) .c-newsletter__input:first-child {
  width: 150%;
}
.c-newsletter__input {
  width: 100%;
}
.c-newsletter__input input {
  width: 100%;
  border: 1px solid currentColor;
}
.c-newsletter--footer {
  display: grid;
  grid-template-columns: 1fr 1fr auto;
  flex-direction: row;
  grid-gap: 1rem;
  color: currentColor;
}
@media (max-width: 900px) {
  .c-newsletter--footer {
    gap: 1rem;
    grid-template-columns: 1fr;
  }
}
@media (max-width: 1120px) {
  .c-newsletter--footer .g-recaptcha {
    grid-row: 3;
    grid-column: 1/4;
  }
}
@media (max-width: 900px) {
  .c-newsletter--footer .g-recaptcha {
    grid-row: initial;
    grid-column: initial;
  }
}
.c-newsletter--footer .c-newsletter__input {
  color: currentColor;
}
.c-newsletter--footer .c-newsletter__input input {
  border: none;
  border-bottom: 1px solid currentColor;
  color: currentColor;
}
.c-newsletter--footer .c-newsletter__input ::placeholder {
  font-family: "pantheon", sans-serif;
  font-weight: normal;
  font-size: 1rem;
  color: currentColor;
}
.c-newsletter--footer .c-newsletter__over-row {
  margin-bottom: 0;
  width: 100%;
}
.c-newsletter--footer .c-newsletter__over-row:has(button) {
  width: fit-content;
  display: flex;
  flex-direction: column;
  gap: 1.28rem;
  justify-content: space-between;
}
.c-newsletter--footer .c-newsletter__over-row--btn {
  grid-column: 3;
  grid-row: 1;
}
@media (max-width: 900px) {
  .c-newsletter--footer .c-newsletter__over-row--btn {
    grid-column: initial;
    grid-row: initial;
  }
}
.c-newsletter--footer button {
  font-weight: bold;
}

.is-newsletter .c-newsletter__over {
  display: flex;
}
.is-newsletter .c-newsletter__btn {
  display: none;
}

.c-map {
  position: fixed;
  width: 50%;
  height: 100%;
  top: 0;
  left: 0;
}
@media (max-width: 900px) {
  .c-map {
    position: relative;
    width: 100%;
    height: 50vw;
    margin-bottom: 1.5714rem;
  }
}
.c-map img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: contain;
  display: block;
}
.c-map__int {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.c-map__int-text {
  font-size: 1rem;
}
.c-map__int-text h1 {
  font-size: 1rem;
  font-weight: bold;
}
.c-map__int-text-int * {
  margin: 0;
}

body:has(.c-map) footer .c-newsletter {
  display: none;
}

.c-over {
  position: fixed;
  inset: 0;
  background-color: #edeeee;
  display: none;
  z-index: 10;
  padding: 0;
}
@media (max-width: 900px) {
  .c-over {
    display: block;
  }
}
.c-over__close {
  position: absolute;
  top: 1.28rem;
  right: 1.28rem;
  width: 3.1428rem;
  height: 3.1428rem;
  background-size: 3.1428rem;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../img/close.png);
  cursor: pointer;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  font-weight: bold;
  z-index: 3;
  font-size: 0;
}
.c-over img {
  width: auto;
  height: auto;
  max-width: 100dvw;
  max-height: 100dvh;
  display: block;
}
.c-over .splide {
  width: 100%;
  height: 100dvh;
}
.c-over .splide__track {
  height: 100%;
}
.c-over .splide__list {
  height: 100%;
}
.c-over .splide__slide {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-over .splide__arrow {
  background: transparent;
  opacity: 1;
  width: 3.1428rem;
  height: 3.1428rem;
  background-color: #edeeee;
  backdrop-filter: blur(2px);
  border-radius: 0;
}
@media (max-width: 900px) {
  .c-over .splide__arrow {
    background-color: transparent;
    opacity: 0.5;
  }
}
.c-over .splide__arrow svg {
  display: none;
}
.c-over .splide__arrow--prev {
  left: 1.28rem;
  background-size: 2.56rem;
  background-image: url(../img/prev.png);
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 900px) {
  .c-over .splide__arrow--prev {
    left: 0;
  }
}
.c-over .splide__arrow--next {
  right: 1.28rem;
  background-size: 2.56rem;
  background-image: url(../img/next.png);
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 900px) {
  .c-over .splide__arrow--next {
    right: 0;
  }
}
.c-over .splide__pagination__page {
  background-color: #151a18;
  opacity: 1;
  width: 0.64rem;
  height: 0.64rem;
  transform: initial;
  opacity: 0.2;
}
.c-over .splide__pagination__page.is-active {
  transform: initial;
  background-color: #151a18;
  opacity: 0.6;
}

@media (max-width: 900px) {
  body:has(.c-over) {
    overflow: hidden;
  }
}

.c-page {
  margin-bottom: 44px;
}
@media (max-width: 1460px) {
  .c-page {
    margin-bottom: 1.5714rem;
  }
}
.c-page .s-text {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 40px;
}
@media (max-width: 1460px) {
  .c-page .s-text {
    gap: 1.5714rem;
  }
}
@media (max-width: 900px) {
  .c-page .s-text {
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column;
  }
}
.c-page .s-text > *:not(img, iframe, .c-page__single) {
  min-width: 30%;
  flex: 0 0 30%;
}
@media (max-width: 900px) {
  .c-page .s-text > *:not(img, iframe, .c-page__single) {
    min-width: initial;
    flex: initial;
    width: 100%;
    margin: 0 auto;
    float: initial;
  }
}
.c-page .s-text img:not(.c-page__single-slide img) {
  max-width: 100%;
  min-width: 0;
  width: auto;
  max-height: calc(100dvh - 10rem);
  margin: 0;
}
@media (max-width: 900px) {
  .c-page .s-text img:not(.c-page__single-slide img) {
    max-height: initial;
    margin: 0 auto;
    float: initial;
    display: block;
  }
}
.c-page .s-text:has(.alignleft) {
  justify-content: flex-start;
}
@media (max-width: 900px) {
  .c-page .s-text:has(.alignleft) {
    justify-content: center;
  }
}
.c-page .s-text:has(.alignright) {
  justify-content: flex-end;
}
@media (max-width: 900px) {
  .c-page .s-text:has(.alignright) {
    justify-content: center;
  }
}
.c-page__single {
  margin: 0;
  min-width: 30%;
  flex: 0 0 30%;
}
@media (max-width: 900px) {
  .c-page__single {
    min-width: initial;
    flex: initial;
    max-width: 30rem;
    margin: 0 auto 2rem;
  }
}
.c-page__single .splide__track {
  height: 100%;
}
.c-page__single .splide__list {
  height: 100%;
}
.c-page__single .splide__slide {
  height: 100%;
}
.c-page__single .splide__arrow {
  top: 100%;
  transform: initial;
  opacity: 1;
  background-color: transparent;
}
.c-page__single .splide__arrow:disabled {
  opacity: 0;
  pointer-events: none;
}
.c-page__single .splide__arrow--next {
  right: 0px;
}
.c-page__single .splide__arrow--prev {
  left: 0px;
}
.c-page__single-slide {
  height: 100%;
  width: 100%;
}
.c-page__single-slide img {
  max-height: 100%;
  aspect-ratio: 1/0.79;
  margin: 0;
}
.c-page:has(.aligncenter) {
  width: 100%;
  height: calc(100dvh - 3rem);
  position: relative;
}
.c-page:has(.aligncenter) .s-text {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.c-page:has(.aligncenter) .s-text .aligncenter {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  max-height: initial;
  object-fit: cover;
}
@media (max-width: 900px) {
  .c-page:has(.aligncenter) .s-text .aligncenter {
    height: calc(100dvh - 3rem);
  }
}
.c-page:has(.aligncenter) .s-text .aligncenter p {
  position: absolute;
  bottom: 0;
  left: 0;
  box-sizing: border-box;
  padding: 1rem;
  text-align: center;
}

body:has(.c-page) .c-filter__title {
  display: block;
}

.s-text > *:not(.c-page__single) {
  margin: 1rem 0;
}
.s-text > *:not(.c-page__single):first-child {
  margin-top: 0;
}
.s-text > *:not(.c-page__single):last-child {
  margin-bottom: 0;
}
.s-text h1, .s-text h2, .s-text h3, .s-text h4, .s-text h5, .s-text h6 {
  font-size: 1rem;
}
.s-text h1, .s-text h2, .s-text h3 {
  font-family: "pantheon", sans-serif;
}
.s-text p {
  margin: 1rem 0;
}
.s-text i, .s-text em {
  font-style: normal;
  font-family: "pantheon", sans-serif;
}
.s-text hr {
  clear: both;
  margin: 0;
  height: 0;
  border: none;
  opacity: 0;
  display: block;
}
.s-text blockquote {
  margin: 0;
  padding: 0;
  border: none;
  width: 100%;
  box-sizing: border-box;
}
.s-text blockquote ul {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-gap: 0.5rem 40px;
  padding: 0;
}
@media (max-width: 1460px) {
  .s-text blockquote ul {
    grid-gap: 0.5rem 1.5714rem;
  }
}
.s-text blockquote ul li:nth-child(2n+1) {
  grid-column: 1/3;
  font-family: "pantheon", sans-serif;
}
.s-text blockquote ul li:nth-child(2n+2) {
  grid-column: 3/7;
}
.s-text .wp-caption {
  margin: 0;
  max-width: 100%;
  margin-top: 0;
  margin-bottom: 1rem;
  width: fit-content;
}
.s-text .wp-caption img {
  margin: 0;
  max-width: 100%;
}
.s-text .wp-caption p {
  margin: 0.3rem auto 0;
  text-align: center;
}
.s-text .aligncenter {
  max-width: 100%;
  height: auto;
  position: relative;
  display: block;
  margin: 1rem auto;
  text-align: center;
}
.s-text .aligncenter.wp-caption {
  max-width: 100%;
}
.s-text .aligncenter.wp-caption p {
  text-align: left;
}
.s-text .alignleft {
  margin-top: 1rem;
  margin-bottom: 1rem;
  margin-right: 1rem;
  float: left;
  max-width: calc(100% - 1rem);
  position: relative;
}
.s-text .alignleft.wp-caption {
  max-width: calc(100% - 1rem);
}
.s-text .alignright {
  margin-left: 1rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
  float: right;
  max-width: calc(100% - 1rem);
  position: relative;
}
.s-text .alignright.wp-caption {
  max-width: calc(100% - 1rem);
}
.s-text .alignright.wp-caption p {
  text-align: right;
}
.s-text iframe {
  max-width: 100%;
  width: auto;
  max-height: calc(100dvh - 10rem);
  margin: 0;
  aspect-ratio: 1/0.56;
  min-width: initial;
  height: auto;
}
@media (max-width: 900px) {
  .s-text iframe {
    width: 100%;
  }
}
.s-text video {
  max-width: 100%;
  width: auto;
  max-height: calc(100dvh - 10rem);
  margin: 0;
  aspect-ratio: 1/0.56;
  min-width: initial;
  height: auto;
}
.s-text audio {
  width: 100%;
}
.s-text__row {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-gap: 40px;
  margin-top: 6.2856rem !important;
}
@media (max-width: 1460px) {
  .s-text__row {
    grid-gap: 1.28rem;
  }
}
@media (max-width: 620px) {
  .s-text__row {
    grid-gap: 1rem;
  }
}
.s-text__column {
  grid-column: span 2;
}
@media (max-width: 620px) {
  .s-text__column {
    grid-column: span 3;
  }
}
.s-text__column h3 {
  font-size: 1rem;
  font-weight: bold;
  margin: 0;
  font-family: "monument_grotesk", sans-serif;
}
.s-text__column p {
  margin-top: 0;
}
.s-text__column a {
  font-weight: bold;
  display: block;
}
.s-text__column:nth-child(2) {
  grid-column: 4/6;
}
@media (max-width: 620px) {
  .s-text__column:nth-child(2) {
    grid-column: span 3;
  }
}
.s-text .g-recaptcha iframe {
  min-width: initial;
  width: 304px;
  height: 78px;
  aspect-ratio: initial;
}

.splide__sr {
  display: none !important;
}

/*# sourceMappingURL=style.css.map */
