@charset "UTF-8";
/* Media query breakpoints */
@font-face {
  font-family: "Cardo Bold";
  src: url("/themes/custom/historias/assets/fonts/cardo/Cardo-Bold.woff2") format("woff2"), url("/themes/custom/historias/assets/fonts/cardo/Cardo-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Cardo Regular";
  src: url("/themes/custom/historias/assets/fonts/cardo/Cardo-Regular.woff2") format("woff2"), url("/themes/custom/historias/assets/fonts/cardo/Cardo-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Cardo Italic";
  src: url("/themes/custom/historias/assets/fonts/cardo/Cardo-Italic.woff2") format("woff2"), url("/themes/custom/historias/assets/fonts/cardo/Cardo-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Libre Caslon Display";
  src: url("/themes/custom/historias/assets/fonts/librecaslon/LibreCaslonDisplay-Regular.woff2") format("woff2"), url("/themes/custom/historias/assets/fonts/librecaslon/LibreCaslonDisplay-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "icomoon";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/themes/custom/historias/assets/fonts/icomoon/icomoon.tff") format("tff"), url("/themes/custom/historias/assets/fonts/icomoon/icomoon.eot?") format("eot"), url("/themes/custom/historias/assets/fonts/icomoon/icomoon.woff") format("woff");
}
.c-card-history {
  width: 100%;
  background-color: var(--black);
  font-family: var(--font-title);
  margin: 32px 0;
}
@media (max-width: 991px) {
  .c-card-history {
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media (min-width: 992px) {
  .c-card-history {
    padding-right: 35px;
    padding-left: 20vw !important;
  }
}
@media (min-width: 992px) {
  .c-card-history {
    margin: 80px 0;
  }
}
@media (min-width: 1024px) {
  .c-card-history {
    margin: 140px 0;
  }
}
.c-card-history__cols {
  display: flex;
  flex-direction: column;
  gap: 35px;
}
@media (min-width: 992px) {
  .c-card-history__cols {
    display: grid;
    grid-template-columns: 33.33% 1fr;
    gap: 40px;
  }
}
@media (min-width: 1420px) {
  .c-card-history__cols {
    gap: 65px;
  }
}
@media (min-width: 992px) {
  .c-card-history--reversed {
    padding-left: 35px !important;
    padding-right: 20vw !important;
  }
}
@media (min-width: 992px) {
  .c-card-history--reversed .c-card-history__cols {
    grid-template-columns: 1fr 33.33%;
  }
}
@media (min-width: 992px) {
  .c-card-history--reversed .c-card-history__image-col {
    order: 2;
  }
}
.c-card-history--reversed .c-card-history__content-col {
  text-align: center;
}
@media (min-width: 992px) {
  .c-card-history--reversed .c-card-history__content-col {
    text-align: right;
    order: 1;
  }
}
@media (min-width: 992px) {
  .c-card-history--reversed .c-card-history__content-col .c-card-history__first-name,
  .c-card-history--reversed .c-card-history__content-col .c-card-history__last-name {
    text-align: right;
  }
}
@media (min-width: 992px) {
  .c-card-history--reversed .c-card-history__content-col .c-card-history__dept {
    padding-left: 0;
    padding-right: 10%;
  }
}
.c-card-history--reversed .c-card-history__content-col .c-card-history__text {
  text-align: center;
}
@media (min-width: 992px) {
  .c-card-history--reversed .c-card-history__content-col .c-card-history__text {
    padding-right: 10%;
    text-align: right;
    padding-left: 30%;
  }
}
.c-card-history__image-col {
  position: relative;
  overflow: hidden;
  background-color: var(--gray-200);
  border-radius: 35px !important;
  aspect-ratio: 1/1;
}
@media (max-width: 991px) {
  .c-card-history__image-col {
    order: 2;
  }
}
@media (min-width: 992px) {
  .c-card-history__image-col {
    margin: 0 1.25rem;
    aspect-ratio: auto;
  }
}
@media (min-width: 992px) {
  .c-card-history__image-col {
    aspect-ratio: auto;
  }
}
.c-card-history__image-wrap {
  position: absolute;
  inset: 0;
}
.c-card-history__image-wrap img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  border-radius: 35px !important;
}
.c-card-history__parallax {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  pointer-events: none;
  height: 150%;
  background-attachment: scroll;
  background-color: transparent;
  background-size: cover;
  background-position: 50% 0;
  will-change: transform;
}
.c-card-history__content-col {
  display: contents;
}
@media (min-width: 992px) {
  .c-card-history__content-col {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 32px;
    gap: 40px;
  }
}
@media (min-width: 992px) {
  .c-card-history__content-col {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
@media (min-width: 1420px) {
  .c-card-history__content-col {
    gap: 35px;
  }
}
.c-card-history__name {
  display: flex;
  flex-direction: column;
  gap: 0;
}
@media (max-width: 991px) {
  .c-card-history__name {
    text-align: center;
    order: 1;
  }
}
.c-card-history__name-line {
  display: block;
  line-height: 1;
}
.c-card-history__name-line--last > * {
  transition-delay: 0.12s;
}
.c-card-history__first-name, .c-card-history__last-name {
  display: block;
  font-family: var(--font-title);
  font-size: 15.5vw;
  font-weight: 500;
  line-height: 0.8em;
  text-transform: uppercase;
  letter-spacing: -0.02em;
  text-align: center;
}
@media (min-width: 992px) {
  .c-card-history__first-name, .c-card-history__last-name {
    font-size: 5.75rem;
    line-height: 1.3em;
    text-align: left;
  }
}
@media (min-width: 1420px) {
  .c-card-history__first-name, .c-card-history__last-name {
    font-size: 6.875rem;
    line-height: 1.1em !important;
  }
}
.c-card-history__first-name {
  color: var(--color-primary);
}
.c-card-history__last-name {
  color: #e5e4dc;
}
.c-card-history__dept {
  margin: 0;
  font-size: 1.25rem;
  line-height: 1.4;
  font-weight: 600;
  letter-spacing: -0.03em;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .c-card-history__dept {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    order: 3;
  }
}
@media (min-width: 992px) {
  .c-card-history__dept {
    margin-top: 35px;
    font-weight: 500;
    letter-spacing: 0.05em !important;
    padding-left: 10%;
    font-size: 1.5rem;
  }
}
@media (min-width: 1420px) {
  .c-card-history__dept {
    font-size: 1.75rem;
    letter-spacing: 0.05em !important;
  }
}
.c-card-history__dept-label {
  color: var(--color-primary);
}
.c-card-history__dept-name {
  color: #e5e4dc;
}
.c-card-history__dept-name::before {
  content: " ";
}
.c-card-history__text {
  margin-bottom: 35px;
  color: #e5e4dc;
  font-family: var(--font-italic);
  font-size: 1.125rem;
  line-height: 1.6;
  letter-spacing: 0.0225rem;
  word-spacing: 0.001em;
  text-align: center;
  order: 4;
}
@media (min-width: 992px) {
  .c-card-history__text {
    padding-left: 10%;
    text-align: left;
    padding-right: 30%;
  }
}
.c-card-history__text p {
  margin: 0 0 16px;
}
.c-card-history__text p:last-child {
  margin-bottom: 0;
}
/*# sourceMappingURL=card-history.css.map */
