.ti-page-hero--job-archive .ti-page-hero__title {
  max-width: none;
}

.ti-job-archive {
  width: 100%;
  height: auto;
  min-height: 0;
  padding: clamp(2.5rem, 5vw, 4rem) 0 clamp(3rem, 7vw, 5rem);
  background: #f4f5f8;
}

body.post-type-archive-job .ti-site-footer-shell {
  --ti-footer-surface: #06192f;
}

.ti-job-archive__layout {
  display: flex;
  flex-direction: column;
  gap: 1.75rem;
}

.ti-job-archive__toolbar {
  display: flex;
  flex-direction: column;
  gap: 1.55rem;
}

.ti-job-archive__toolbar-main,
.ti-job-archive__toolbar-meta,
.ti-job-archive__summary,
.ti-job-archive__pagination,
.ti-job-archive__title-cell,
.ti-job-archive__per-page {
  display: flex;
  align-items: center;
}

.ti-job-archive__toolbar-main {
  display: grid;
  grid-template-columns: clamp(18rem, 24vw, 19rem) clamp(18rem, 24vw, 19rem) minmax(1rem, 1fr) auto;
  gap: 1rem;
  align-items: center;
}

.ti-job-archive__field {
  flex: 1 1 0;
}

.ti-job-archive__sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.ti-job-archive__input-shell {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 2.2rem;
  border: 1px solid rgba(119, 138, 172, 0.5);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7);
}

.ti-job-archive__field-icon,
.ti-job-archive__field-caret {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #7f8fad;
  pointer-events: none;
}

.ti-job-archive__field-icon {
  left: 1rem;
}

.ti-job-archive__field-icon svg,
.ti-job-archive__field-caret svg,
.ti-job-archive__page-button svg {
  display: block;
  width: 0.8rem;
  height: 0.8rem;
}

.ti-job-archive__field-caret {
  right: 1.1rem;
}

.ti-job-archive__text-input,
.ti-job-archive__select-input,
.ti-job-archive__per-page-select {
  width: 100%;
  border: 0;
  outline: none;
  background: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.ti-job-archive__text-input,
.ti-job-archive__select-input {
  min-height: 2.2rem;
  padding: 0 2.3rem 0 2.15rem;
  color: #1a3f82;
  font-family: "Montserrat", sans-serif;
  font-size: 0.9rem;
  font-weight: 450;
  line-height: 1.2;
}

.ti-job-archive__text-input::-moz-placeholder {
  color: #62789f;
}

.ti-job-archive__text-input::placeholder,
.ti-job-archive__select-input {
  color: #62789f;
}

.ti-job-archive__select-input {
  cursor: pointer;
}

.ti-job-archive__submit {
  flex: 0 0 auto;
  justify-self: end;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 7.75rem;
  min-height: 2.2rem;
  padding: 0.45rem 1.2rem;
  border-radius: 999px;
  background: linear-gradient(180deg, #31dfc5 0%, #27d4bb 100%);
  color: #133869;
  font-family: "Montserrat", sans-serif;
  font-size: 0.88rem;
  font-weight: 700;
  line-height: 1.1;
  box-shadow: 0 0.8rem 1.4rem rgba(41, 226, 187, 0.18);
}

.ti-job-archive__toolbar-meta {
  justify-content: space-between;
  gap: 1rem;
}

.ti-job-archive__per-page {
  gap: 0.7rem;
}

.ti-job-archive__per-page-label,
.ti-job-archive__count,
.ti-job-archive__page-total {
  margin: 0;
  color: #61779c;
  font-family: "Montserrat", sans-serif;
  font-size: 0.9rem;
  font-weight: 450;
  line-height: 1.2;
}

.ti-job-archive__per-page-shell {
  position: relative;
  min-width: 3.4rem;
  border-radius: 0.25rem;
  background: #6b7f9e;
  box-shadow: 0 0.5rem 1rem rgba(25, 58, 115, 0.08);
}

.ti-job-archive__per-page-select {
  min-height: 1.85rem;
  padding: 0 0.9rem;
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  font-size: 0.88rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  cursor: pointer;
}

.ti-job-archive__summary {
  gap: 1.15rem;
}

.ti-job-archive__pagination {
  gap: 0.45rem;
}

.ti-job-archive__page-button,
.ti-job-archive__page-current {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.ti-job-archive__page-button {
  flex: 0 0 auto;
  width: 1.75rem;
  height: 1.75rem;
  padding: 0;
  border-radius: 999px;
  background: #05294e;
  color: #ffffff !important;
  font-size: 0;
  line-height: 0;
  transition: transform 0.2s ease, opacity 0.2s ease, background-color 0.2s ease;
}

.ti-job-archive__page-button:hover:not(:disabled) {
  transform: translateY(-1px);
  background: #0a3562;
}

.ti-job-archive__page-button:disabled {
  background: #a8b7cd;
  opacity: 1;
  cursor: not-allowed;
}

.ti-job-archive__page-button svg {
  width: 0.72rem;
  height: 0.72rem;
  color: transparent;
}

.ti-job-archive__page-button svg path {
  stroke: #ffffff !important;
  fill: none !important;
  opacity: 1 !important;
}

.ti-job-archive__page-current {
  min-width: 3.25rem;
  min-height: 1.75rem;
  padding: 0 0.9rem;
  border-radius: 0.25rem;
  background: #6b7f9e;
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  font-size: 0.88rem;
  font-weight: 700;
  line-height: 1;
}

.ti-job-archive__page-total {
  min-width: 4rem;
  font-weight: 500;
}

.ti-job-archive__table-wrapper {
  position: relative;
}

.ti-job-archive__datatable .datatable-top,
.ti-job-archive__datatable .datatable-bottom {
  display: none;
}

.ti-job-archive__datatable .datatable-container {
  overflow-x: auto;
}

.ti-job-archive__table.datatable-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 0.7rem;
  table-layout: fixed;
}

.ti-job-archive__table.datatable-table thead th {
  padding: 0.8rem 1.5rem;
  border: 0;
  background: #1c3f80;
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  font-size: 0.96rem;
  font-weight: 700;
  line-height: 1.15;
}

.ti-job-archive__table.datatable-table thead th:first-child {
  width: 64%;
  border-radius: 0.9rem 0 0 0.9rem;
}

.ti-job-archive__table.datatable-table thead th:nth-child(2) {
  width: 17%;
}

.ti-job-archive__table.datatable-table thead th:last-child {
  width: 19%;
  border-radius: 0 0.9rem 0.9rem 0;
}

.ti-job-archive__table.datatable-table tbody tr {
  cursor: pointer;
}

.ti-job-archive__table.datatable-table tbody td {
  padding: 0.85rem 1.55rem;
  border: 0;
  background: rgba(255, 255, 255, 0.82);
  color: #7186ab;
  font-family: "Montserrat", sans-serif;
  font-size: 0.92rem;
  font-weight: 450;
  line-height: 1.3;
  transition: background-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}

.ti-job-archive__table.datatable-table tbody td:first-child {
  border-radius: 0.7rem 0 0 0.7rem;
}

.ti-job-archive__table.datatable-table tbody td:last-child {
  border-radius: 0 0.7rem 0.7rem 0;
}

.ti-job-archive__title-cell {
  gap: 0.35rem;
  color: #7186ab;
}

.ti-job-archive__title-index,
.ti-job-archive__title-text,
.ti-job-archive__area-cell,
.ti-job-archive__date-cell {
  color: inherit;
  font: inherit;
}

.ti-job-archive__title-index {
  flex: 0 0 auto;
  min-width: 1.35rem;
}

.ti-job-archive__title-text {
  flex: 1 1 auto;
  transition: color 0.2s ease;
}

.ti-job-archive__title-index {
  transition: color 0.2s ease;
}

.ti-job-archive__table.datatable-table tbody tr:hover td {
  background: rgba(255, 255, 255, 0.96);
  color: #5d7398;
  box-shadow: inset 0 0 0 1px rgba(28, 63, 128, 0.08);
}

.ti-job-archive__table.datatable-table tbody tr:hover .ti-job-archive__title-text {
  color: #1c3f80;
}

.ti-job-archive__table.datatable-table tbody tr:hover .ti-job-archive__title-index {
  color: #2ccfb9;
}

.ti-job-archive__table.datatable-table tbody tr:focus-visible td {
  outline: 2px solid rgba(41, 226, 187, 0.85);
  outline-offset: -2px;
}

.ti-job-archive__datatable .datatable-empty {
  padding: 1.15rem 1.4rem;
  border-radius: 0.7rem;
  background: rgba(255, 255, 255, 0.82);
  color: #60779d;
  font-family: "Montserrat", sans-serif;
  font-size: 0.92rem;
  font-weight: 450;
  line-height: 1.45;
}

.ti-job-archive__empty {
  padding: 1.5rem 1.7rem;
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.82);
}

.ti-job-archive__empty-text {
  margin: 0;
  color: #60779d;
  font-family: "Montserrat", sans-serif;
  font-size: 0.92rem;
  font-weight: 450;
  line-height: 1.45;
}

@media (max-width: 1100px) {
  .ti-job-archive__toolbar-main {
    grid-template-columns: minmax(16rem, 1fr) minmax(16rem, 1fr);
  }
  .ti-job-archive__field {
    flex: 1 1 auto;
  }
  .ti-job-archive__submit {
    grid-column: 1/-1;
    justify-self: start;
  }
}
@media (max-width: 780px) {
  .ti-job-archive {
    padding: 2.25rem 0 3.5rem;
  }
  .ti-job-archive__toolbar {
    gap: 1.2rem;
  }
  .ti-job-archive__toolbar-main {
    grid-template-columns: 1fr;
  }
  .ti-job-archive__toolbar-meta,
  .ti-job-archive__summary {
    flex-direction: column;
    align-items: stretch;
  }
  .ti-job-archive__field {
    flex: 1 1 auto;
  }
  .ti-job-archive__per-page,
  .ti-job-archive__summary {
    gap: 0.9rem;
  }
  .ti-job-archive__pagination {
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  .ti-job-archive__table.datatable-table {
    min-width: 42rem;
  }
}
@media (max-width: 560px) {
  .ti-job-archive .contenedor {
    max-width: calc(100% - 1.25rem);
  }
  .ti-job-archive__toolbar-meta,
  .ti-job-archive__summary {
    align-items: center;
    text-align: center;
  }
  .ti-job-archive__input-shell {
    min-height: 2.8rem;
  }
  .ti-job-archive__text-input,
  .ti-job-archive__select-input {
    min-height: 2.8rem;
    padding-right: 2.6rem;
    padding-left: 2.65rem;
    font-size: 0.95rem;
  }
  .ti-job-archive__submit {
    justify-self: center;
    min-height: 2.8rem;
    font-size: 0.95rem;
  }
  .ti-job-archive__per-page {
    justify-content: center;
    flex-wrap: wrap;
  }
  .ti-job-archive__per-page-label,
  .ti-job-archive__count,
  .ti-job-archive__page-total {
    font-size: 0.88rem;
    text-align: center;
  }
  .ti-job-archive__pagination {
    justify-content: center;
  }
  .ti-job-archive__table.datatable-table {
    border-spacing: 0 0.6rem;
  }
  .ti-job-archive__table.datatable-table thead th,
  .ti-job-archive__table.datatable-table tbody td {
    padding: 0.8rem 0.95rem;
  }
  .ti-job-archive__table.datatable-table thead th {
    font-size: 0.9rem;
  }
  .ti-job-archive__table.datatable-table tbody td,
  .ti-job-archive__datatable .datatable-empty,
  .ti-job-archive__empty-text {
    font-size: 0.88rem;
  }
}
.ti-job-showcase {
  --ti-job-showcase-bg-start: #001b33;
  --ti-job-showcase-bg-end: #001b33;
  --ti-job-showcase-reveal-surface: #ffffff;
  --ti-job-showcase-reveal-size: clamp(8.75rem, 18vw, 13.5rem);
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: clamp(4rem, 7vw, 6rem) 0 clamp(4.5rem, 8vw, 6.4rem);
  background: #001b33;
}
.ti-job-showcase::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 1px;
  background: rgba(255, 255, 255, 0.08);
  pointer-events: none;
}
.ti-job-showcase__reveal {
  position: relative;
  z-index: 0;
  height: clamp(4.2rem, 7vw, 6rem);
  margin-bottom: 0;
  overflow: visible;
  background: var(--ti-job-showcase-reveal-surface);
  pointer-events: none;
}
.ti-job-showcase__reveal-orb {
  position: absolute;
  left: 50%;
  top: 50%;
  width: var(--ti-job-showcase-reveal-size);
  aspect-ratio: 1;
  border-radius: 50%;
  z-index: 1;
  transform: translate(-50%, -50%) scale(0.05);
  transform-origin: center center;
  background: #001b33;
  box-shadow: none;
  will-change: transform;
  pointer-events: none;
}
.ti-job-showcase .contenedor {
  position: relative;
  z-index: 1;
}
.ti-job-showcase__section {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: clamp(2rem, 4.5vw, 4.8rem);
  align-items: center;
}
.ti-job-showcase + .ti-job-showcase {
  padding-top: clamp(2rem, 4vw, 3rem);
}
.ti-job-showcase--with-reveal {
  padding-top: 0;
}
.ti-job-showcase--with-reveal .ti-job-showcase__section {
  position: relative;
  z-index: 2;
  padding: clamp(2.3rem, 4vw, 3.6rem);
  isolation: isolate;
  overflow: visible;
}
.ti-job-showcase--with-reveal .ti-job-showcase__section::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 100vw;
  transform: translateX(-50%);
  z-index: 0;
  border-radius: 0;
  background: var(--ti-job-showcase-reveal-surface);
  box-shadow: none;
  pointer-events: none;
}
.ti-job-showcase--with-reveal .ti-job-showcase__section > *:not(.ti-job-showcase__reveal-orb) {
  position: relative;
  z-index: 2;
}
.ti-job-showcase--with-reveal .ti-job-showcase__title-base,
.ti-job-showcase--with-reveal .ti-job-showcase__title-accent,
.ti-job-showcase--with-reveal .ti-job-showcase__description {
  transition: color 0.35s ease;
}
.ti-job-showcase--with-reveal .ti-job-showcase__title-base {
  color: #0e274a !important;
}
.ti-job-showcase--with-reveal .ti-job-showcase__title-accent {
  color: #1c3f80 !important;
}
.ti-job-showcase--with-reveal .ti-job-showcase__description {
  color: #48607f;
}
.ti-job-showcase--with-reveal .ti-job-showcase__gallery-media {
  --ti-media-gallery-block-bg: #ffffff;
  --ti-media-gallery-block-border: 1px solid rgba(17, 54, 102, 0.08);
  --ti-media-gallery-block-shadow: 0 1.6rem 3rem rgba(17, 44, 86, 0.12);
}
.ti-job-showcase--with-reveal.is-revealed .ti-job-showcase__title-base {
  color: #ffffff !important;
}
.ti-job-showcase--with-reveal.is-revealed .ti-job-showcase__title-accent {
  color: #2fe5cb !important;
}
.ti-job-showcase--with-reveal.is-revealed .ti-job-showcase__description {
  color: rgba(231, 238, 246, 0.94);
}
.ti-job-showcase--with-reveal.is-revealed .ti-job-showcase__gallery-media {
  --ti-media-gallery-block-bg: rgba(255, 255, 255, 0.04);
  --ti-media-gallery-block-border: 0 solid transparent;
  --ti-media-gallery-block-shadow: 0 1.8rem 3.6rem rgba(0, 0, 0, 0.18);
}
.ti-job-showcase--reverse .ti-job-showcase__section {
  grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
}
.ti-job-showcase--reverse .ti-job-showcase__copy {
  order: 2;
  margin-left: auto;
}
.ti-job-showcase--reverse .ti-job-showcase__gallery {
  order: 1;
}
.ti-job-showcase__copy {
  max-width: 33rem;
}
.ti-job-showcase__title {
  margin: 0;
  color: #ffffff !important;
  font-family: "Montserrat", sans-serif !important;
  font-size: clamp(2rem, 3vw, 2.7rem) !important;
  font-weight: 400 !important;
  line-height: 1.1 !important;
  letter-spacing: -0.02em;
  text-wrap: balance;
}
.ti-job-showcase__title-base, .ti-job-showcase__title-accent {
  display: block;
  font-family: inherit !important;
  font-size: inherit !important;
  line-height: inherit !important;
}
.ti-job-showcase__title-base {
  color: #ffffff !important;
  font-weight: inherit !important;
}
.ti-job-showcase__title-accent {
  color: #2fe5cb !important;
  font-weight: 700 !important;
}
.ti-job-showcase__description {
  max-width: 32rem;
  margin: 1.35rem 0 0;
  color: rgba(231, 238, 246, 0.94);
  font-family: "Montserrat", sans-serif;
  font-size: 1.08rem;
  font-weight: 450;
  line-height: 1.55;
  text-wrap: pretty;
}
.ti-job-showcase__gallery {
  width: 100%;
  min-width: 0;
}
.ti-job-showcase__gallery-media {
  width: 100%;
  --ti-media-gallery-min-height: clamp(22rem, 35vw, 27rem);
  --ti-media-gallery-border-radius: 1.45rem;
  --ti-media-gallery-block-bg: rgba(255, 255, 255, 0.04);
  --ti-media-gallery-block-shadow: 0 1.8rem 3.6rem rgba(0, 0, 0, 0.18);
}

@media (max-width: 780px) {
  .ti-job-showcase {
    padding: 3.35rem 0 4rem;
  }
  .ti-job-showcase__section {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
  .ti-job-showcase + .ti-job-showcase {
    padding-top: 1.5rem;
  }
  .ti-job-showcase--reverse .ti-job-showcase__copy,
  .ti-job-showcase--reverse .ti-job-showcase__gallery {
    order: initial;
  }
  .ti-job-showcase--reverse .ti-job-showcase__section {
    grid-template-columns: 1fr;
  }
  .ti-job-showcase--with-reveal {
    padding-top: 0;
  }
  .ti-job-showcase--with-reveal .ti-job-showcase__section {
    padding: 2rem 1.5rem;
  }
  .ti-job-showcase__copy {
    max-width: 36rem;
    margin: 0 auto;
    text-align: center;
  }
  .ti-job-showcase__description {
    max-width: 34rem;
    margin-top: 1rem;
    font-size: 0.98rem;
  }
}
@media (max-width: 560px) {
  .ti-job-showcase {
    padding: 2.8rem 0 3.4rem;
  }
  .ti-job-showcase .contenedor {
    max-width: calc(100% - 1.25rem);
  }
  .ti-job-showcase + .ti-job-showcase {
    padding-top: 1.2rem;
  }
  .ti-job-showcase--with-reveal {
    padding-top: 0;
  }
  .ti-job-showcase--with-reveal .ti-job-showcase__section {
    padding: 1.45rem 1rem;
  }
  .ti-job-showcase__title {
    font-size: clamp(1.6rem, 8vw, 2rem) !important;
    line-height: 1.14 !important;
  }
  .ti-job-showcase__description {
    max-width: 19rem;
    margin-inline: auto;
    font-size: 0.9rem;
    line-height: 1.52;
  }
  .ti-job-showcase__gallery-media {
    --ti-media-gallery-border-radius: 1.1rem;
    --ti-media-gallery-min-height: 14rem;
  }
}/*# sourceMappingURL=index.css.map */