@charset "UTF-8";
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter/Inter-Italic-VariableFont_opsz,wght.ttf") format("truetype");
  font-style: italic;
  font-weight: 100 900;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter/Inter-VariableFont_opsz,wght.ttf") format("truetype");
  font-style: normal;
  font-weight: 100 900;
}
body {
  font-family: "Inter", sans-serif;
  font-weight: 400;
}

@media (max-width: 1024px) {
  .page-content h1.headline {
    font-size: 48px !important;
    margin-bottom: 32px !important;
  }
}

h1, .page-title {
  position: relative;
  display: block;
  margin-bottom: 100px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
h1.headline.text-primary, .page-title.headline.text-primary {
  color: #193775 !important;
}
h1::after, .page-title::after {
  content: "" !important;
  display: block !important;
  position: absolute !important;
  bottom: -10px !important;
  left: 0 !important;
  width: 100% !important;
  height: 8px !important;
  background-color: #FFCB3D !important;
  z-index: 1 !important;
}
@media (max-width: 1024px) {
  h1, .page-title {
    margin-bottom: 60px !important;
  }
}

@media (max-width: 1024px) {
  .only-desktop {
    display: none;
  }
}

@media (min-width: 1024px) {
  .only-mobile {
    display: none;
  }
}

.page-special-container .layout-container {
  max-width: 1410px;
  margin: 0 auto;
  width: 100%;
}

#email-tfa-email-tfa-verify-login {
  max-width: 600px;
  margin: 0 auto;
}
#email-tfa-email-tfa-verify-login .form-item {
  margin-bottom: 30px;
}
#email-tfa-email-tfa-verify-login .form-item input {
  width: 100%;
  padding: 12px 16px;
  border: 1px solid #8C8F9A;
  border-radius: 4px;
  background-color: #f8fafc;
  font-size: 16px;
}
#email-tfa-email-tfa-verify-login .form-item .description {
  margin-top: 10px;
  font-size: 14px;
  color: #404557;
  opacity: 0.8;
}
#email-tfa-email-tfa-verify-login .form-actions {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 16px;
  margin-top: 40px;
}
@media (max-width: 640px) {
  #email-tfa-email-tfa-verify-login .form-actions {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
#email-tfa-email-tfa-verify-login .form-actions input[type=submit] {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  padding: 10px 36px !important;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
  background-color: #AC0C22 !important;
  font-size: 18px !important;
  font-weight: 700 !important;
  line-height: 32px !important;
  letter-spacing: -0.6px !important;
  text-align: center !important;
  text-decoration: none !important;
  color: #ffffff !important;
  border-radius: 8px !important;
  border: none !important;
  text-transform: none !important;
  -webkit-transition: all 0.3s ease !important;
  transition: all 0.3s ease !important;
  margin: 0 !important;
  min-width: 160px;
}
#email-tfa-email-tfa-verify-login .form-actions input[type=submit]:hover {
  background-color: #8a0a1b !important;
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15) !important;
          box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15) !important;
  -webkit-transform: translateY(-1px) !important;
          transform: translateY(-1px) !important;
}

form#email-tfa-email-tfa-verify-login:not(:has(.form-actions)) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
form#email-tfa-email-tfa-verify-login:not(:has(.form-actions)) input[type=submit] {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  padding: 10px 36px !important;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
  background-color: #AC0C22 !important;
  font-size: 18px !important;
  font-weight: 700 !important;
  line-height: 32px !important;
  letter-spacing: -0.6px !important;
  text-align: center !important;
  text-decoration: none !important;
  color: #ffffff !important;
  border-radius: 8px !important;
  border: none !important;
  text-transform: none !important;
  -webkit-transition: all 0.3s ease !important;
  transition: all 0.3s ease !important;
  margin-bottom: 16px;
}
form#email-tfa-email-tfa-verify-login:not(:has(.form-actions)) input[type=submit]:hover {
  background-color: #8a0a1b !important;
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15) !important;
          box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15) !important;
  -webkit-transform: translateY(-1px) !important;
          transform: translateY(-1px) !important;
}

article.card-document {
  border: 1px solid #e5e7eb;
  -webkit-box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  background: #ffffff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 270px;
  border-radius: 12px;
  -webkit-transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease, -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  overflow: hidden;
}
@media (max-width: 1024px) {
  article.card-document {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-bottom: 1.5rem;
  }
}
article.card-document:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
          box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
  border-color: #d1d5db;
}
article.card-document .lg\:w-48 {
  width: 200px;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 1024px) {
  article.card-document .lg\:w-48 {
    width: 140px;
    height: 140px;
    margin: 1rem auto 0;
  }
}
article.card-document .lg\:w-48 img {
  border-radius: 12px 0 0 12px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1024px) {
  article.card-document .lg\:w-48 img {
    border-radius: 12px;
  }
}
article.card-document .flex-1 {
  padding-left: 2rem;
  padding-top: 0;
  padding-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1024px) {
  article.card-document .flex-1 {
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    text-align: center;
  }
}
article.card-document .flex-1:hover {
  opacity: 1;
}
article.card-document .flex-1 .flex-col .headline {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.2;
  color: #1A2035;
}
article.card-document .flex-1 .flex-col .headline a {
  color: inherit;
  text-decoration: none;
}
article.card-document .flex-1 .flex-col .headline a:hover {
  text-decoration: underline;
}

.card-call__label {
  color: #8C8F9A;
  font-size: 10px;
}
.card-call__program-label {
  color: #8C8F9A;
  font-size: 12px;
}
.card-call__procedure-value, .card-call__date-value, .card-call__budget-value {
  color: #173575;
  font-size: 1rem !important;
}
@media (min-width: 768px) {
  .card-call__procedure-value, .card-call__date-value, .card-call__budget-value {
    font-size: 1.125rem !important;
  }
}
.card-call__left-column {
  width: 100% !important;
  border-bottom: 1px solid #D4D5D9;
  margin-top: 40px;
}
@media (min-width: 768px) {
  .card-call__left-column {
    width: 45% !important;
    border-bottom: 0;
    border-right: 1px solid #D4D5D9;
    margin-top: 0;
  }
}
.card-call__right-column {
  padding: 2rem 1.5rem;
}
@media (min-width: 768px) {
  .card-call__right-column {
    padding: 2rem 4rem;
  }
}
.card-call__right-column table {
  table-layout: fixed;
}
.card-call__table-cell-with-border,
.card-call td {
  width: 50% !important;
  border-color: rgba(23, 53, 117, 0.3);
  padding: 2.5rem 1rem !important;
  vertical-align: top !important;
}
@media (min-width: 768px) {
  .card-call__table-cell-with-border,
  .card-call td {
    padding: 3rem 2rem !important;
  }
}
.card-call__table-row {
  border-bottom: 2px solid #173575;
}
.card-call__table-row:last-child {
  border-bottom: 0;
}
.card-call__table-cell-with-border {
  border-right: 2px solid #173575;
}
.card-call__status-open {
  background-color: #FFD700;
  color: #173575;
  padding-left: 1rem;
  padding-right: 1rem;
}
.card-call__status-closed {
  background-color: #B91C1C;
  color: #ffffff;
  padding-left: 1rem;
  padding-right: 1rem;
}

.content-block-list {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 1rem;
  height: 100%;
}
.content-block-list--files .field__item a::before {
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%231A2035'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M12 10v6m0 0l-3-3m3 3l3-3m2 8H7a2 2 0 01-2-2V5a2 2 0 012-2h5.586a1 1 0 01.707.293l5.414 5.414a1 1 0 01.293.707V19a2 2 0 01-2 2z'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
}
.content-block-list--links .field__item a:hover {
  text-decoration: underline;
  color: #AC0C22;
}
.content-block-list--links .field__item a::before {
  content: "→";
  color: #FFCB3D;
  font-weight: 800;
}
.content-block-list__title {
  font-size: 1.25rem;
  font-weight: 700;
  color: #1A2035;
  margin-top: 0;
  margin-bottom: 1.5rem;
  padding-bottom: 0.75rem;
  border-bottom: 2px solid #FFCB3D;
  display: block;
}
.content-block-list__content .field__label,
.content-block-list__content [data-field-label],
.content-block-list__content .lg\:grid-cols-33\/66 > div:first-child {
  display: none !important;
}
.content-block-list__content .field--label-inline {
  display: block !important;
}
.content-block-list__content .lg\:grid-cols-33\/66 > div:last-child {
  width: 100% !important;
  -webkit-box-flex: 1 !important;
      -ms-flex: 1 1 100% !important;
          flex: 1 1 100% !important;
  max-width: 100% !important;
  grid-column: span 2/span 2 !important;
}
.content-block-list__content a {
  color: #1A2035;
  font-weight: 600;
  text-decoration: none;
  padding: 12px 16px;
  max-width: 240px;
  overflow: hidden;
  position: relative;
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.content-block-list__content a:hover {
  background: #ffffff;
  border-color: #e5e7eb;
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
          box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}
.content-block-list__content .field--name-files,
.content-block-list__content .field__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
}

.content-block-list-group {
  margin-top: 4rem;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3rem;
  max-width: 800px;
}
.content-block-list-group .container {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (max-width: 768px) {
  .content-block-list-group {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}

.content-intro-block {
  padding: 4rem 0;
  margin-bottom: 3rem;
  background-color: #f8fafc;
}
.content-intro-block .container {
  max-width: 800px;
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 1024px) {
  .content-intro-block .container {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
.content-intro-block__summary-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1024px) {
  .content-intro-block__summary-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2.5rem;
  }
}
.content-intro-block__summary {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 1.125rem;
  line-height: 1.7;
  color: #404557;
  font-weight: 500;
}
.content-intro-block__main-image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 300px;
          flex: 0 0 300px;
}
@media (max-width: 1024px) {
  .content-intro-block__main-image {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    max-width: 100%;
    width: 100%;
  }
}
.content-intro-block__main-image img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  -webkit-box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
          box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
  border: 1px solid #e5e7eb;
}
.content-intro-block--document {
  background-color: #f1f5f9;
}
.content-intro-block--document .content-intro-block__summary {
  border-left: 4px solid #1A2035;
  padding-left: 2rem;
}
.content-intro-block--document .content-intro-block__main-image img {
  -webkit-box-shadow: 10px 10px 0px #FFCB3D;
          box-shadow: 10px 10px 0px #FFCB3D;
}
.content-intro-block--event {
  background-color: #f1f5f9;
}
.content-intro-block--event .content-intro-block__summary-wrapper {
  gap: 3rem;
}
.content-intro-block--event .content-intro-block__summary {
  border-left: 4px solid #1A2035;
  padding-left: 2rem;
}
.content-intro-block--event .content-intro-block__main-image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40%;
          flex: 0 0 40%;
  max-width: 450px;
}
.content-intro-block--event .content-intro-block__main-image img {
  border-radius: 12px;
  -webkit-box-shadow: 10px 10px 0px #FFCB3D;
          box-shadow: 10px 10px 0px #FFCB3D;
}

nav[aria-labelledby=system-breadcrumb] {
  margin-bottom: 2.5rem;
}

.paragraph--type--newsletter {
  position: relative;
  z-index: 1;
}
.paragraph--type--newsletter .newsletter-content {
  background-color: #FFCB3D;
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 160px;
}
@media (max-width: 1024px) {
  .paragraph--type--newsletter .newsletter-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 14px;
  }
}
.paragraph--type--newsletter .newsletter-content .newsletter-wrapper {
  display: grid;
  grid-template-columns: 1fr 3fr;
}
@media (max-width: 1024px) {
  .paragraph--type--newsletter .newsletter-content .newsletter-wrapper {
    display: block;
  }
  .paragraph--type--newsletter .newsletter-content .newsletter-wrapper .title-image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 50px;
  }
}
.paragraph--type--newsletter .newsletter-content .newsletter-wrapper .newsletter-image-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  padding-top: 24px;
}
@media (max-width: 1024px) {
  .paragraph--type--newsletter .newsletter-content .newsletter-wrapper .newsletter-image-left {
    display: none;
  }
}
.paragraph--type--newsletter .newsletter-content .newsletter-wrapper .newsletter-text {
  color: #404557;
}
.paragraph--type--newsletter .newsletter-content .newsletter-wrapper .newsletter-text .headline {
  padding-top: 50px;
  font-size: 40px;
  font-weight: 700;
  line-height: 44px;
  letter-spacing: -1.2px;
}
@media (max-width: 1024px) {
  .paragraph--type--newsletter .newsletter-content .newsletter-wrapper .newsletter-text .headline {
    padding-top: 0;
    margin-right: 20px;
  }
}
.paragraph--type--newsletter .newsletter-content .newsletter-wrapper .newsletter-text .subline {
  padding-top: 24px;
  font-size: 19px;
  line-height: 32px;
  letter-spacing: -0.2px;
}
.paragraph--type--newsletter .newsletter-content .newsletter-image {
  margin: 0 auto;
  padding-bottom: 56px;
}
.paragraph--type--newsletter .newsletter-content .newsletter-image .image {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.paragraph--type--newsletter .newsletter-content .newsletter-image .link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.paragraph--type--newsletter .newsletter-content .newsletter-image .link a {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  padding: 10px 36px !important;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
  background-color: #AC0C22 !important;
  font-size: 18px !important;
  font-weight: 700 !important;
  line-height: 32px !important;
  letter-spacing: -0.6px !important;
  text-align: center !important;
  text-decoration: none !important;
  color: #ffffff !important;
  border-radius: 8px !important;
  border: none !important;
  text-transform: none !important;
  -webkit-transition: all 0.3s ease !important;
  transition: all 0.3s ease !important;
}
.paragraph--type--newsletter .newsletter-content .newsletter-image .link a:hover {
  background-color: #8a0a1b !important;
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15) !important;
          box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15) !important;
  -webkit-transform: translateY(-1px) !important;
          transform: translateY(-1px) !important;
}
@media (max-width: 1024px) {
  .paragraph--type--newsletter .newsletter-content .newsletter-image .link a {
    padding: 16px 14px;
  }
}

.pager {
  display: block;
  width: 100%;
  margin: 120px auto 0 auto;
  font-family: Arial, sans-serif;
  text-align: center;
}
.pager .progress-wrapper {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.pager .progress-wrapper .progress-track {
  position: absolute;
  top: 0;
  left: 0;
  width: 120%;
  margin-left: -10%;
  height: 2px;
  background-color: #f0f0f0;
  z-index: 0;
}
.pager .progress-wrapper .progress-track::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background-color: yellow;
  width: calc(var(--active-page) / var(--total-pages) * 100%);
  -webkit-transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out;
  z-index: 1;
}
.pager .progress-wrapper .pager__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.pager .progress-wrapper .pager__items .pager__item.page {
  margin-right: 16px;
  padding-top: 4px;
}
.pager .progress-wrapper .pager__items .pager__item.page:last-of-type {
  margin-right: 0;
}
.pager .progress-wrapper .pager__items .pager__item.page a {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 36px;
  color: #8C8F9A;
}
.pager .progress-wrapper .pager__items .pager__item.page.is-active a {
  color: #FFCB3D;
}
.pager .progress-wrapper .pager__items .progress-step {
  display: inline-block;
  text-align: center;
  vertical-align: sub;
  position: relative;
  margin-top: 0;
  font-size: 36px;
  color: #8C8F9A;
}
.pager .progress-wrapper .pager__items .progress-step.pager__item.pager__item--previous {
  margin-right: 30px;
}
.pager .progress-wrapper .pager__items .progress-step.pager__item.pager__item--first {
  margin-right: 15px;
}
.pager .progress-wrapper .pager__items .progress-step.pager__item.pager__item--next {
  margin-left: 30px;
}
.pager .progress-wrapper .pager__items .progress-step.pager__item.pager__item--last {
  margin-left: 15px;
}

/* Status messages styling */
.p-5.w-full.border-l-4,
.messages {
  padding: 1.25rem; /* p-5 */
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-left-width: 4px; /* border-l-4 */
  border-left-style: solid;
  border-radius: 8px;
  margin: 0 auto 1.5rem auto;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}
.p-5.w-full.border-l-4.bg-green-100.border-green-500.text-green-700, .p-5.w-full.border-l-4.messages--status,
.messages.bg-green-100.border-green-500.text-green-700,
.messages.messages--status {
  background-color: #ecfdf5 !important;
  border-color: #10b981 !important;
  color: #065f46 !important;
}
.p-5.w-full.border-l-4.bg-red-100.border-red-500.text-red-700, .p-5.w-full.border-l-4.messages--error,
.messages.bg-red-100.border-red-500.text-red-700,
.messages.messages--error {
  background-color: #fef2f2 !important;
  border-color: #ef4444 !important;
  color: #991b1b !important;
}
.p-5.w-full.border-l-4.bg-yellow-100.border-yellow-500.text-yellow-700, .p-5.w-full.border-l-4.messages--warning,
.messages.bg-yellow-100.border-yellow-500.text-yellow-700,
.messages.messages--warning {
  background-color: #fffbeb !important;
  border-color: #f59e0b !important;
  color: #92400e !important;
}

.node--type-new.node--view-mode-full .news-hero {
  position: relative;
  padding: 140px 0 100px;
  background-color: #1A2035;
  color: #ffffff;
  overflow: hidden;
  margin-top: -100px;
}
.node--type-new.node--view-mode-full .news-hero__content {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
}
.node--type-new.node--view-mode-full .news-hero__image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.node--type-new.node--view-mode-full .news-hero__image-wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(26, 32, 53, 0.4)), to(rgba(26, 32, 53, 0.9)));
  background: linear-gradient(180deg, rgba(26, 32, 53, 0.4) 0%, rgba(26, 32, 53, 0.9) 100%);
}
.node--type-new.node--view-mode-full .news-hero__image-wrapper picture, .node--type-new.node--view-mode-full .news-hero__image-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.node--type-new.node--view-mode-full .news-hero__title {
  font-size: 48px;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 24px;
  color: #ffffff !important;
}
.node--type-new.node--view-mode-full .news-hero__title::after {
  display: none !important;
}
@media (max-width: 1024px) {
  .node--type-new.node--view-mode-full .news-hero__title {
    font-size: 36px;
  }
}
.node--type-new.node--view-mode-full .news-hero__summary {
  font-size: 20px;
  line-height: 1.6;
  margin-bottom: 32px;
  opacity: 0.9;
  max-width: 800px;
  font-weight: 500;
}
@media (max-width: 1024px) {
  .node--type-new.node--view-mode-full .news-hero__summary {
    font-size: 18px;
  }
}
.node--type-new.node--view-mode-full .news-hero__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.node--type-new.node--view-mode-full .news-hero__reading-time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  background: #FFCB3D;
  color: #1A2035;
  padding: 4px 12px;
  border-radius: 4px;
}
.node--type-new.node--view-mode-full .news-content-wrapper {
  background-color: #ffffff;
  padding: 80px 0;
  position: relative;
  z-index: 3;
  border-radius: 40px 40px 0 0;
  margin-top: -40px;
}
.node--type-new.node--view-mode-full .news-content-wrapper--alt {
  background-color: #f8fafc;
  padding: 60px 0;
}
.node--type-new.node--view-mode-full .prose {
  max-width: 800px;
  margin: 0 auto;
  font-size: 18px;
  line-height: 1.8;
  color: #404557;
}
.node--type-new.node--view-mode-full .news-secondary-images {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.node--type-new.node--view-mode-full .news-secondary-images .splide__slide {
  padding: 0 10px;
}
.node--type-new.node--view-mode-full .news-secondary-images .glightbox {
  display: block;
  width: 100%;
}
.node--type-new.node--view-mode-full .news-secondary-images img {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
  cursor: pointer;
  -webkit-transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease, -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
}
.node--type-new.node--view-mode-full .news-secondary-images img:hover {
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
          box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
.node--type-new.node--view-mode-full .news-secondary-images .field__label, .node--type-new.node--view-mode-full .news-secondary-images .field__caption, .node--type-new.node--view-mode-full .news-secondary-images figcaption {
  display: none !important;
}

.node--type-event.node--view-mode-full .event-detail-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
  margin-top: 2rem;
}
.node--type-event.node--view-mode-full .event-detail-header__date-boxes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 2rem;
}
.node--type-event.node--view-mode-full .event-date-box {
  background-color: #F3F4F6;
  padding: 1.5rem 2rem;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 120px;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}
.node--type-event.node--view-mode-full .event-date-box__day {
  font-size: 3rem;
  font-weight: 800;
  color: #193775;
  line-height: 1;
}
.node--type-event.node--view-mode-full .event-date-box__month {
  font-size: 1.25rem;
  font-weight: 700;
  color: #1A2035;
  margin-top: 0.25rem;
}
.node--type-event.node--view-mode-full .event-date-box__year {
  font-size: 1.1rem;
  font-weight: 500;
  color: #404557;
}
.node--type-event.node--view-mode-full .event-content-wrapper {
  background-color: #ffffff;
  padding: 40px 0;
}
.node--type-event.node--view-mode-full .prose {
  max-width: 800px;
  margin: 0 auto;
  font-size: 18px;
  line-height: 1.8;
  color: #404557;
}
.node--type-event.node--view-mode-full .event-secondary-images {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.node--type-event.node--view-mode-full .event-secondary-images .splide__slide {
  padding: 0 10px;
}
.node--type-event.node--view-mode-full .event-secondary-images .glightbox {
  display: block;
  width: 100%;
}
.node--type-event.node--view-mode-full .event-secondary-images img {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
  cursor: pointer;
  -webkit-transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease, -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
}
.node--type-event.node--view-mode-full .event-secondary-images img:hover {
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
          box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
.node--type-event.node--view-mode-full .event-secondary-images .field__label, .node--type-event.node--view-mode-full .event-secondary-images .field__caption, .node--type-event.node--view-mode-full .event-secondary-images figcaption {
  display: none !important;
}

.node--type-document.node--view-mode-full .document-detail-header {
  background-color: #F7F8F8;
  padding: 2rem 0;
  border-bottom: 1px solid #e5e7eb;
  margin-bottom: 0;
}
@media (max-width: 1024px) {
  .node--type-document.node--view-mode-full .document-detail-header .container {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
}
.node--type-document.node--view-mode-full .document-detail-header .document-detail-topics {
  margin-top: 0.5rem;
}
.node--type-document.node--view-mode-full .document-detail-header .document-detail-topics .field--name-document-topics {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.75rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.node--type-document.node--view-mode-full .document-detail-header .document-detail-topics .field--name-document-topics::before {
  content: "";
  display: inline-block;
  width: 1.25rem;
  height: 1.25rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%23404557'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M7 7h.01M7 3h5c.512 0 1.024.195 1.414.586l7 7a2 2 0 010 2.828l-7 7a2 2 0 01-2.828 0l-7-7A1.994 1.994 0 013 12V7a4 4 0 014-4z'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0.7;
}
.node--type-document.node--view-mode-full .document-detail-header .document-detail-topics .field--name-document-topics .field__item a {
  display: inline-block;
  background-color: #f1f5f9;
  color: #1A2035;
  padding: 0.25rem 0.75rem;
  border-radius: 9999px;
  font-size: 0.875rem;
  font-weight: 600;
  text-decoration: none;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  border: 1px solid #e5e7eb;
}
.node--type-document.node--view-mode-full .document-detail-header .document-detail-topics .field--name-document-topics .field__item a:hover {
  background-color: #FFCB3D;
  border-color: #FFCB3D;
  color: #1A2035;
}
.node--type-document.node--view-mode-full .document-detail-header .container {
  max-width: 800px;
  padding: 0;
}
.node--type-document.node--view-mode-full .document-detail-header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}
.node--type-document.node--view-mode-full .document-detail-header .document-detail-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
  font-size: 0.875rem;
  font-weight: 600;
  color: #8C8F9A;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.node--type-document.node--view-mode-full .document-detail-header .document-detail-meta__type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  color: #1A2035;
  background: #FFCB3D;
  padding: 4px 12px;
  border-radius: 4px;
}
.node--type-document.node--view-mode-full .document-content-wrapper {
  padding-bottom: 4rem;
}
.node--type-document.node--view-mode-full .prose {
  max-width: 800px;
  margin: 0 auto;
  font-size: 1.125rem;
  line-height: 1.8;
}

.node--event-list {
  margin-bottom: 0;
}
.node--event-list .event-list-card {
  background: #ffffff;
  border-radius: 12px;
  overflow: hidden;
  -webkit-box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  -webkit-transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease, -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  border: 1px solid #eee;
}
.node--event-list .event-list-card:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
          box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}
.node--event-list .event-list-card__date-container {
  padding: 1.5rem 1.5rem 1rem;
  border-bottom: 2px solid #FFCB3D;
}
.node--event-list .event-list-card__date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.5rem;
  color: #193775;
}
.node--event-list .event-list-card__day {
  font-size: 3.5rem;
  font-weight: 800;
  line-height: 1;
}
.node--event-list .event-list-card__month-year {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  line-height: 1.1;
}
.node--event-list .event-list-card__month {
  font-size: 1.5rem;
  font-weight: 700;
}
.node--event-list .event-list-card__year {
  font-size: 1.25rem;
  font-weight: 400;
  color: #8C8F9A;
}
.node--event-list .event-list-card__content {
  padding: 1.5rem;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.node--event-list .event-list-card__title {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 1.5rem;
  font-weight: 700;
  color: #000000;
  line-height: 1.2;
}
.node--event-list .event-list-card__title a {
  color: inherit;
  text-decoration: none;
}
.node--event-list .event-list-card__title a:hover {
  text-decoration: underline;
}
.node--event-list .event-list-card__body {
  color: #8C8F9A;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.5rem;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.node--event-list .event-list-card__body p {
  margin: 0;
}
.node--event-list .event-list-card__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: auto;
}
.node--event-list .event-list-card__link a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  color: #000000;
  text-decoration: none;
  font-weight: 700;
  font-size: 1.1rem;
}
.node--event-list .event-list-card__link a:hover {
  color: #AC0C22;
}
.node--event-list .event-list-card__link a:hover .event-list-card__link-icon {
  -webkit-transform: translateX(3px);
          transform: translateX(3px);
}
.node--event-list .event-list-card__link-icon {
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.node--event-list .event-list-card__media {
  width: 100%;
  height: 250px;
  overflow: hidden;
}
.node--event-list .event-list-card__media .image {
  height: 100%;
}
.node--event-list .event-list-card__media .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
/*# sourceMappingURL=main.css.map */
