/* CssVars count: 9 */

:root {

/* webhostname.MetaData(CssVars) guid: cbc12b61d58b46ae82eeb7f7f9ccb1cc */

 --header-background-color: 40 53 147;
 --header-foreground-color: 255 255 255;
 --footer-background-color: 55 71 79;
 --footer-foreground-color: 255 255 255;
 --branding-primary-color: 40 53 147;
 --branding-cta-color: 255 152 0;
 --branding-cta-foreground-color: 0 0 0;
 --branding-primary-foreground-color: 255 255 255;
}


/* WebRouteTemplate.Css guid: d9c64932d091488b9a86110ccecea790 */

:root {
    --color-text-dark: 73 69 79;
}


/* WebSectionTemplate.Css guid: cb9de8c25df74bb8b4c653e92c385345 */

.employee-section {
  padding-top: 40px;
  padding-bottom: 40px;
}
.employee-section a {
  color: inherit;
}
.employee-section.colored-bg {
  background: rgb(var(--branding-primary-color));
  color: rgb(var(--branding-primary-foreground-color));
}
.employee-section.colored-bg .employee-position, .employee-section.colored-bg .employee-contact-icon-container {
  color: rgb(var(--branding-primary-foreground-color));
}
.employee-section.colored-bg .employee-contact-icon-container {
  border-color: rgb(var(--branding-primary-foreground-color));
}
.employee-section.colored-bg .employee-swiper .swiper-button-next, .employee-section.colored-bg .employee-swiper .swiper-button-prev {
  background: rgb(var(--branding-primary-foreground-color));
  color: rgb(var(--branding-primary-color));
}
.employee-section.colored-bg .employee-swiper .swiper-button-next.swiper-button-disabled, .employee-section.colored-bg .employee-swiper .swiper-button-prev.swiper-button-disabled {
  border: 1px solid rgb(var(--branding-primary-foreground-color));
  color: rgb(var(--branding-primary-foreground-color));
  background: rgb(var(--branding-primary-color));
}
.employee-section .employee-section-container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 22px;
  padding-left: 22px;
}
@media (min-width: 640px) {
  .employee-section .employee-section-container {
    max-width: 640px;
    padding-right: 2rem;
    padding-left: 2rem;
  }
}
@media (min-width: 768px) {
  .employee-section .employee-section-container {
    max-width: 768px;
  }
}
@media (min-width: 1024px) {
  .employee-section .employee-section-container {
    max-width: 1024px;
    padding-right: 4rem;
    padding-left: 4rem;
  }
}
@media (min-width: 1280px) {
  .employee-section .employee-section-container {
    max-width: 1280px;
    padding-right: 5rem;
    padding-left: 5rem;
  }
}
@media (min-width: 1536px) {
  .employee-section .employee-section-container {
    max-width: 1536px;
    padding-right: 6rem;
    padding-left: 6rem;
  }
}
.employee-section .employee-section-container {
  display: flex;
  flex-direction: column;
}
.employee-section .section-title {
  text-align: center;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .employee-section .section-title {
    margin-bottom: 25px;
  }
}
.employee-section .section-description {
  text-align: center;
  margin-bottom: 25px;
}
.employee-section .employee-list {
  display: none;
  justify-content: center;
  flex-wrap: wrap;
  gap: 56px;
}
@media (min-width: 768px) {
  .employee-section .employee-list {
    display: flex;
  }
}
.employee-section .employee-swiper {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.employee-section .employee-swiper .swiper-wrapper {
  width: 276px;
}
.employee-section .employee-swiper .swiper-button-next, .employee-section .employee-swiper .swiper-button-prev {
  width: 24px;
  height: 24px;
  background: rgb(var(--branding-primary-color));
  color: rgb(var(--branding-primary-foreground-color));
  opacity: 1;
}
.employee-section .employee-swiper .swiper-button-next.swiper-button-disabled, .employee-section .employee-swiper .swiper-button-prev.swiper-button-disabled {
  border: 1px solid #D9D9D9;
  color: #D9D9D9;
  background-color: rgb(var(--branding-primary-foreground-color));
}
.employee-section .employee-swiper .swiper-button-prev {
  position: absolute;
  top: 130px;
  left: 0;
}
.employee-section .employee-swiper .swiper-button-next {
  position: absolute;
  top: 130px;
  right: 0;
}
@media (min-width: 768px) {
  .employee-section .employee-swiper {
    display: none;
  }
}
.employee-section .employee-item {
  display: flex;
  flex-direction: column;
  width: 284px;
}
.employee-section .employee-image {
  height: 284px;
  width: 100%;
  border-radius: 17px;
  margin-bottom: 16px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.employee-section .employee-position {
  color: rgb(var(--branding-primary-color));
  margin-bottom: 10px;
  text-transform: uppercase;
  word-break: break-word;
}
.employee-section .employee-name {
  word-break: break-word;
  font-weight: bold;
  font-size: 22px;
  margin-bottom: 14px;
}
.employee-section .employee-contact {
  display: grid;
  grid-template-columns: 20px 1fr;
  gap: 14px;
}
.employee-section .employee-contact-icon-container {
  width: 22px;
  height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgb(var(--branding-primary-color));
  border: 1px solid rgb(var(--branding-primary-color));
  font-weight: 600;
  border-radius: 9999px;
}
.employee-section .employee-contact-icon-container .material-symbols-rounded {
  font-size: 16px;
  line-height: 16px;
}
.employee-section .employee-contact-info {
  font-weight: 600;
  word-break: break-word;
  text-decoration: none;
}
@media (min-width: 768px) {
  .employee-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}


/* WebSectionTemplate.Css guid: 0a2c84e1cf254fcda5e9f9d14df2ef3f */

.text-section {
  padding-top: 40px;
  padding-bottom: 40px;
  word-break: break-word;
}
.text-section-inner {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 22px;
  padding-left: 22px;
}
@media (min-width: 640px) {
  .text-section-inner {
    max-width: 640px;
    padding-right: 2rem;
    padding-left: 2rem;
  }
}
@media (min-width: 768px) {
  .text-section-inner {
    max-width: 768px;
  }
}
@media (min-width: 1024px) {
  .text-section-inner {
    max-width: 1024px;
    padding-right: 4rem;
    padding-left: 4rem;
  }
}
@media (min-width: 1280px) {
  .text-section-inner {
    max-width: 1280px;
    padding-right: 5rem;
    padding-left: 5rem;
  }
}
@media (min-width: 1536px) {
  .text-section-inner {
    max-width: 1536px;
    padding-right: 6rem;
    padding-left: 6rem;
  }
}
.text-section__center-aligned {
  text-align: center;
}
.text-section__left-aligned {
  text-align: left;
}
.text-section.no-bg:has(+ .no-bg) {
  padding-bottom: 12.5px;
}
.text-section.no-bg + .no-bg {
  padding-top: 12.5px;
}
.text-section.colored-bg {
  background-color: rgb(var(--branding-primary-color));
  color: rgb(var(--branding-primary-foreground-color));
}
.text-section.colored-bg:has(+ .colored-bg) {
  padding-bottom: 12.5px;
}
.text-section.colored-bg + .colored-bg {
  padding-top: 12.5px;
}
.text-section .section-title {
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .text-section .section-title {
    margin-bottom: 25px;
  }
  .text-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .text-section .section-title {
    margin-bottom: 15px;
  }
  .text-section.no-bg:has(+ .no-bg) {
    padding-bottom: 25px;
  }
  .text-section.no-bg + .no-bg {
    padding-top: 25px;
  }
  .text-section.colored-bg:has(+ .colored-bg) {
    padding-bottom: 25px;
  }
  .text-section.colored-bg + .colored-bg {
    padding-top: 25px;
  }
}


/* WebSectionTemplate.Css guid: 97dbaf40b85f4e3eb8f3eff1f8aec157 */

.highlights-section {
  padding-top: 40px;
  padding-bottom: 40px;
}
.highlights-section.highlights-section__double .section-content > article {
  display: none;
}
.highlights-section .highlights-header {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 22px;
  padding-left: 22px;
}
@media (min-width: 640px) {
  .highlights-section .highlights-header {
    max-width: 640px;
    padding-right: 2rem;
    padding-left: 2rem;
  }
}
@media (min-width: 768px) {
  .highlights-section .highlights-header {
    max-width: 768px;
  }
}
@media (min-width: 1024px) {
  .highlights-section .highlights-header {
    max-width: 1024px;
    padding-right: 4rem;
    padding-left: 4rem;
  }
}
@media (min-width: 1280px) {
  .highlights-section .highlights-header {
    max-width: 1280px;
    padding-right: 5rem;
    padding-left: 5rem;
  }
}
@media (min-width: 1536px) {
  .highlights-section .highlights-header {
    max-width: 1536px;
    padding-right: 6rem;
    padding-left: 6rem;
  }
}
.highlights-section .carousel-swiper {
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .highlights-section .carousel-swiper {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
.highlights-section .carousel-header {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 22px;
  padding-left: 22px;
}
@media (min-width: 640px) {
  .highlights-section .carousel-header {
    max-width: 640px;
    padding-right: 2rem;
    padding-left: 2rem;
  }
}
@media (min-width: 768px) {
  .highlights-section .carousel-header {
    max-width: 768px;
  }
}
@media (min-width: 1024px) {
  .highlights-section .carousel-header {
    max-width: 1024px;
    padding-right: 4rem;
    padding-left: 4rem;
  }
}
@media (min-width: 1280px) {
  .highlights-section .carousel-header {
    max-width: 1280px;
    padding-right: 5rem;
    padding-left: 5rem;
  }
}
@media (min-width: 1536px) {
  .highlights-section .carousel-header {
    max-width: 1536px;
    padding-right: 6rem;
    padding-left: 6rem;
  }
}
.highlights-section .section-title {
  margin-bottom: 15px;
  text-align: center;
}
@media (min-width: 768px) {
  .highlights-section .section-title {
    margin-bottom: 25px;
  }
}
.highlights-section .highlights-description {
  text-align: center;
  margin-bottom: 30px;
  word-break: break-word;
}
@media (min-width: 768px) {
  .highlights-section .highlights-description {
    margin-bottom: 50px;
  }
}
.highlights-section .news-action-button {
  text-decoration: none;
}
@media (min-width: 768px) {
  .highlights-section .swiper-navigation-wrapper {
    gap: 0.5rem;
  }
}
.highlights-section .swiper-navigation-wrapper {
  display: flex;
  justify-content: space-between;
}
.highlights-section .swiper-navigation-wrapper:not(:has(.swiper-button-lock)) {
  margin-bottom: 15px;
}
.highlights-section .swiper-navigation-wrapper .swiper-button-next, .highlights-section .swiper-navigation-wrapper .swiper-button-prev {
  width: 24px;
  height: 24px;
  background: rgb(var(--branding-primary-color));
  color: rgb(var(--branding-primary-foreground-color));
  opacity: 1;
}
.highlights-section .swiper-navigation-wrapper .swiper-button-next.swiper-button-disabled, .highlights-section .swiper-navigation-wrapper .swiper-button-prev.swiper-button-disabled {
  border: 1px solid #D9D9D9;
  color: #D9D9D9;
  background-color: rgb(var(--branding-primary-foreground-color));
}
.highlights-section .card-item .card-header {
  margin-bottom: 10px;
}
.highlights-section .card-item .card-header .card-header-text {
  font-weight: 700;
  font-size: 20px;
}
@media (min-width: 768px) {
  .highlights-section .card-item .card-header .card-header-text {
    font-size: 24px;
  }
}
.highlights-section .card-item .card-image-container {
  margin-bottom: 20px;
}
.highlights-section .card-item .card-body-description {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
@media (min-width: 768px) {
  .highlights-section .card-item .card-body-description {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
.highlights-section .card-item .card-action {
  margin-top: 20px;
}
.highlights-section .card-item .card-image {
  border-radius: 12px;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}
.highlights-section.highlights-section__single .section-content {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 22px;
  padding-left: 22px;
}
@media (min-width: 640px) {
  .highlights-section.highlights-section__single .section-content {
    max-width: 640px;
    padding-right: 2rem;
    padding-left: 2rem;
  }
}
@media (min-width: 768px) {
  .highlights-section.highlights-section__single .section-content {
    max-width: 768px;
  }
}
@media (min-width: 1024px) {
  .highlights-section.highlights-section__single .section-content {
    max-width: 1024px;
    padding-right: 4rem;
    padding-left: 4rem;
  }
}
@media (min-width: 1280px) {
  .highlights-section.highlights-section__single .section-content {
    max-width: 1280px;
    padding-right: 5rem;
    padding-left: 5rem;
  }
}
@media (min-width: 1536px) {
  .highlights-section.highlights-section__single .section-content {
    max-width: 1536px;
    padding-right: 6rem;
    padding-left: 6rem;
  }
}
.highlights-section.highlights-section__single .card-image-container {
  width: 100%;
  aspect-ratio: 1.43/1;
  height: -moz-min-content;
  height: min-content;
}
.highlights-section.highlights-section__single .card-item {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
}
.highlights-section.highlights-section__single .card-item .card-body-description {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
}
@media (min-width: 768px) {
  .highlights-section.highlights-section__single .card-item {
    flex-direction: row;
    gap: 80px;
  }
  .highlights-section.highlights-section__single .card-image-container {
    width: 50%;
    aspect-ratio: 1.43/1;
    margin-bottom: 0;
  }
  .highlights-section.highlights-section__single .card-content {
    width: 50%;
  }
}
.highlights-section.highlights-section__double .section-content {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 22px;
  padding-left: 22px;
}
@media (min-width: 640px) {
  .highlights-section.highlights-section__double .section-content {
    max-width: 640px;
    padding-right: 2rem;
    padding-left: 2rem;
  }
}
@media (min-width: 768px) {
  .highlights-section.highlights-section__double .section-content {
    max-width: 768px;
  }
}
@media (min-width: 1024px) {
  .highlights-section.highlights-section__double .section-content {
    max-width: 1024px;
    padding-right: 4rem;
    padding-left: 4rem;
  }
}
@media (min-width: 1280px) {
  .highlights-section.highlights-section__double .section-content {
    max-width: 1280px;
    padding-right: 5rem;
    padding-left: 5rem;
  }
}
@media (min-width: 1536px) {
  .highlights-section.highlights-section__double .section-content {
    max-width: 1536px;
    padding-right: 6rem;
    padding-left: 6rem;
  }
}
.highlights-section.highlights-section__double .section-content {
  display: flex;
  gap: 80px;
}
.highlights-section.highlights-section__double .swiper-slide {
  width: 100%;
}
@media (width >= 375px) {
  .highlights-section.highlights-section__double .swiper-slide {
    width: 317px;
  }
}
.highlights-section.highlights-section__double .card-item {
  width: 100%;
}
.highlights-section.highlights-section__double .card-item .card-body-description {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
}
.highlights-section.highlights-section__double .card-item .card-content {
  width: 100%;
}
.highlights-section.highlights-section__double .card-item .card-image-container {
  width: 100%;
  aspect-ratio: 1.43/1;
}
@media (min-width: 768px) {
  .highlights-section.highlights-section__double .card-item .card-image-container {
    margin-bottom: 30px;
  }
}
.highlights-section.highlights-section__multiple .section-content {
  display: flex;
  justify-content: center;
  gap: 1.25rem;
}
.highlights-section.highlights-section__multiple .card-item .card-image-container {
  width: 100%;
  aspect-ratio: 1.43/1;
}
@media (min-width: 768px) {
  .highlights-section.highlights-section__multiple .card-item .card-image-container {
    margin-bottom: 30px;
  }
}
.highlights-section.highlights-section__multiple .swiper-slide {
  width: 100%;
}
@media (width >= 375px) {
  .highlights-section.highlights-section__multiple .swiper-slide {
    width: 317px;
  }
}
@media (min-width: 1024px) {
  .highlights-section.highlights-section__multiple .swiper-slide {
    width: 422px;
  }
  .highlights-section.highlights-section__multiple .card-item {
    width: 100%;
  }
  .highlights-section.highlights-section__multiple .card-item .card-content {
    width: 100%;
  }
  .highlights-section.highlights-section__multiple .card-item .card-image {
    height: 297px;
    width: 100%;
  }
}
.highlights-section.colored-bg {
  background: rgb(var(--branding-primary-color));
  color: rgb(var(--branding-primary-foreground-color));
}
.highlights-section.colored-bg .swiper-button-next, .highlights-section.colored-bg .swiper-button-prev {
  background: rgb(var(--branding-primary-foreground-color));
  color: rgb(var(--branding-primary-color));
}
.highlights-section.colored-bg .swiper-button-next.swiper-button-disabled, .highlights-section.colored-bg .swiper-button-prev.swiper-button-disabled {
  border: 1px solid rgb(var(--branding-primary-foreground-color));
  color: rgb(var(--branding-primary-foreground-color));
  background: rgb(var(--branding-primary-color));
}
@media (min-width: 768px) {
  .highlights-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .highlights-section:not(.highlights-section__multiple) .section-content > article {
    display: block;
  }
  .highlights-section:not(.highlights-section__multiple).highlights-section__single .section-content > article {
    display: flex;
  }
  .highlights-section:not(.highlights-section__multiple) .section-content > .swiper {
    display: none;
  }
}

.ungsys-section.no-bg:has(+ .highlights-section.no-bg),
.highlights-section.no-bg:has(+ .ungsys-section.no-bg),
.ungsys-section.colored-bg:has(+ .highlights-section.colored-bg),
.highlights-section.colored-bg:has(+ .ungsys-section.colored-bg) {
  padding-bottom: 20px;
}

.ungsys-section.no-bg + .highlights-section.no-bg,
.highlights-section.no-bg + .ungsys-section.no-bg,
.ungsys-section.colored-bg + .highlights-section.colored-bg,
.highlights-section.colored-bg + .ungsys-section.colored-bg {
  padding-top: 20px;
}

@media (min-width: 768px) {
  .ungsys-section.no-bg:has(+ .highlights-section.no-bg),
  .highlights-section.no-bg:has(+ .ungsys-section.no-bg),
  .ungsys-section.colored-bg:has(+ .highlights-section.colored-bg),
  .highlights-section.colored-bg:has(+ .ungsys-section.colored-bg) {
    padding-bottom: 40px;
  }
  .ungsys-section.no-bg + .highlights-section.no-bg,
  .highlights-section.no-bg + .ungsys-section.no-bg,
  .ungsys-section.colored-bg + .highlights-section.colored-bg,
  .highlights-section.colored-bg + .ungsys-section.colored-bg {
    padding-top: 40px;
  }
}


