/* CssVars count: 9 */

:root {

/* webhostname.MetaData(CssVars) guid: 15402a2e2bf04ec8b1a7e53f8b38f4b0 */

 --header-background-color: 38 65 120;
 --header-foreground-color: 255 255 255;
 --branding-primary-color: 151 193 231;
 --branding-cta-color: 38 65 120;
 --branding-cta-foreground-color: 255 255 255;
 --branding-primary-foreground-color: 0 0 0;
 --footer-background-color: 25 40 73;
 --footer-foreground-color: 255 255 255;
}


/* WebRouteTemplate.Css guid: d9c64932d091488b9a86110ccecea790 */

:root {
    --color-text-dark: 73 69 79;
}


/* WebSectionTemplate.Css guid: 599d270ca04a4b3aa7e1440c14cf0a62 */

.big-header-section {
  padding-top: 63px;
  padding-bottom: 25px;
}
@media (min-width: 768px) {
  .big-header-section {
    padding-top: 125px;
    padding-bottom: 50px;
  }
  .big-header-section:has(+ .text-section) {
    padding-bottom: 25px;
  }
}
.big-header-section h1 {
  text-transform: uppercase;
  font-size: 45px;
  font-weight: bold;
  line-height: 1em;
}
@media (min-width: 768px) {
  .big-header-section h1 {
    font-size: 100px;
  }
}
.big-header-section.no-bg {
  color: rgb(var(--branding-primary-color));
}
.big-header-section.colored-bg {
  color: rgb(var(--branding-primary-foreground-color));
  background-color: rgb(var(--branding-primary-color));
}
.big-header-container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 22px;
  padding-left: 22px;
}
@media (min-width: 640px) {
  .big-header-container {
    max-width: 640px;
    padding-right: 2rem;
    padding-left: 2rem;
  }
}
@media (min-width: 768px) {
  .big-header-container {
    max-width: 768px;
  }
}
@media (min-width: 1024px) {
  .big-header-container {
    max-width: 1024px;
    padding-right: 4rem;
    padding-left: 4rem;
  }
}
@media (min-width: 1280px) {
  .big-header-container {
    max-width: 1280px;
    padding-right: 5rem;
    padding-left: 5rem;
  }
}
@media (min-width: 1536px) {
  .big-header-container {
    max-width: 1536px;
    padding-right: 6rem;
    padding-left: 6rem;
  }
}
.big-header__center-aligned h1 {
  text-align: center;
}
@media (min-width: 768px) {
  .big-header {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.big-header-section.no-bg:has(+ .ungsys-section.colored-bg),
.big-header-section.colored-bg:has(+ .ungsys-section.no-bg) {
  padding-bottom: 50px;
}
@media (min-width: 768px) {
  .big-header-section.no-bg:has(+ .ungsys-section.colored-bg),
  .big-header-section.colored-bg:has(+ .ungsys-section.no-bg) {
    padding-bottom: 100px;
  }
}

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

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

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

.big-header-section.colored-bg + .text-section.colored-bg,
.big-header-section.no-bg + .text-section.no-bg {
  padding-top: 0;
}


/* 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: ad7343aa17014a928b152e9c6da8f171 */

.media-section .media-container {
  overflow: hidden;
}
.media-section .media {
  -o-object-fit: cover;
     object-fit: cover;
  height: 197px;
  width: 100%;
}
.media-section img.media {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
}
.media-section img.media:hover, .media-section img.media:focus {
  --tw-scale-x: 1.25;
  --tw-scale-y: 1.25;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.media-section.colored-bg {
  background-color: rgb(var(--branding-primary-color));
}
.media-section.media-section__full-width .media {
  min-width: 100%;
}
.media-section.media-section__full-width.media-section__bordered .media {
  border-color: rgb(var(--branding-primary-color));
  border-left: 0;
  border-right: 0;
}
.media-section.media-section__centered {
  padding-top: 25px;
  padding-bottom: 25px;
}
.media-section.media-section__centered .media-section-inner {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 22px;
  padding-left: 22px;
}
@media (min-width: 640px) {
  .media-section.media-section__centered .media-section-inner {
    max-width: 640px;
    padding-right: 2rem;
    padding-left: 2rem;
  }
}
@media (min-width: 768px) {
  .media-section.media-section__centered .media-section-inner {
    max-width: 768px;
  }
}
@media (min-width: 1024px) {
  .media-section.media-section__centered .media-section-inner {
    max-width: 1024px;
    padding-right: 4rem;
    padding-left: 4rem;
  }
}
@media (min-width: 1280px) {
  .media-section.media-section__centered .media-section-inner {
    max-width: 1280px;
    padding-right: 5rem;
    padding-left: 5rem;
  }
}
@media (min-width: 1536px) {
  .media-section.media-section__centered .media-section-inner {
    max-width: 1536px;
    padding-right: 6rem;
    padding-left: 6rem;
  }
}
.media-section.media-section__centered .media-container, .media-section.media-section__centered video.media {
  border-radius: 5px;
}
.media-section.media-section__centered.colored-bg {
  padding-top: 40px;
  padding-bottom: 40px;
}
.media-section.media-section__bordered .media {
  border-width: 4px;
  border-style: solid;
}
.media-section.media-section__bordered.colored-bg .media {
  border-color: rgb(var(--branding-primary-foreground-color));
}
.media-section.media-section__bordered.no-bg .media {
  border-color: rgb(var(--branding-primary-color));
}

.ungsys-section.no-bg + .media-section.media-section__centered.colored-bg {
  padding-top: 40px;
}

.media-section.media-section__centered.no-bg:has(+ .ungsys-section.colored-bg) {
  padding-bottom: 40px;
}

.ungsys-section.colored-bg + .media-section.media-section__centered.colored-bg,
.media-section.media-section__centered.colored-bg + .ungsys-section.colored-bg {
  padding-top: 12.5px;
}

.media-section.media-section__centered.colored-bg:has(+ .ungsys-section.colored-bg),
.ungsys-section.colored-bg:has(+ .media-section.media-section__centered.colored-bg) {
  padding-bottom: 12.5px;
}

@media (width >= 48rem) {
  .media-section .media {
    height: 460px;
  }
  .media-section.media-section__centered {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .media-section.media-section__centered .media-container, .media-section.media-section__centered video.media {
    border-radius: 15px;
  }
  .media-section.media-section__centered.colored-bg {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .ungsys-section.no-bg + .media-section.media-section__centered.colored-bg {
    padding-top: 80px;
  }
  .media-section.media-section__centered.no-bg:has(+ .ungsys-section.colored-bg) {
    padding-bottom: 80px;
  }
  .ungsys-section.colored-bg + .media-section.media-section__centered.colored-bg,
  .media-section.media-section__centered.colored-bg + .ungsys-section.colored-bg {
    padding-top: 25px;
  }
  .media-section.media-section__centered.colored-bg:has(+ .ungsys-section.colored-bg),
  .ungsys-section.colored-bg:has(+ .media-section.media-section__centered.colored-bg) {
    padding-bottom: 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 .swiper {
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .highlights-section .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;
}
.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;
  overflow: hidden;
  border-radius: 12px;
}
.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 {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}
.highlights-section .card-item .card-image:hover, .highlights-section .card-item .card-image:focus {
  --tw-scale-x: 1.25;
  --tw-scale-y: 1.25;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.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));
}
@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;
  }
}


/* WebSectionTemplate.Css guid: 4ae4c8953b3d4c2785cb0e1f9e3bac10 */

body.white-primary-foreground .faq-section.colored-bg .faq-details {
  color: black;
  background-color: white;
}
body.white-primary-foreground .faq-section.no-bg .faq-details {
  color: rgb(var(--branding-primary-foreground-color));
  background-color: rgb(var(--branding-primary-color));
}
body.black-primary-foreground .faq-section.colored-bg .faq-details {
  color: white;
  background-color: black;
}
body.black-primary-foreground .faq-section.no-bg .faq-details {
  color: rgb(var(--branding-primary-foreground-color));
  background-color: rgb(var(--branding-primary-color));
}

.faq-section {
  padding-top: 40px;
  padding-bottom: 40px;
}
.faq-section.colored-bg {
  background-color: rgb(var(--branding-primary-color));
}
.faq-section.colored-bg .header .section-title {
  color: rgb(var(--branding-primary-foreground-color));
}
.faq-section.colored-bg .section-description {
  color: rgb(var(--branding-primary-foreground-color));
}
@media (min-width: 768px) {
  .faq-section.column-2 .faq-grid {
    grid-template-columns: 1fr 1fr;
  }
}
.faq-section .faq-summary:hover, .faq-section .faq-details:open {
  background-color: rgb(var(--branding-cta-color)) !important;
  color: rgb(var(--branding-cta-foreground-color)) !important;
}
.faq-section .faq-section-inner {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 22px;
  padding-left: 22px;
}
@media (min-width: 640px) {
  .faq-section .faq-section-inner {
    max-width: 640px;
    padding-right: 2rem;
    padding-left: 2rem;
  }
}
@media (min-width: 768px) {
  .faq-section .faq-section-inner {
    max-width: 768px;
  }
}
@media (min-width: 1024px) {
  .faq-section .faq-section-inner {
    max-width: 1024px;
    padding-right: 4rem;
    padding-left: 4rem;
  }
}
@media (min-width: 1280px) {
  .faq-section .faq-section-inner {
    max-width: 1280px;
    padding-right: 5rem;
    padding-left: 5rem;
  }
}
@media (min-width: 1536px) {
  .faq-section .faq-section-inner {
    max-width: 1536px;
    padding-right: 6rem;
    padding-left: 6rem;
  }
}
.faq-section .faq-section-inner {
  display: flex;
  flex-direction: column;
}
.faq-section .header {
  text-align: center;
  margin-bottom: 3rem;
}
.faq-section .header .section-title {
  margin-bottom: 1rem;
}
.faq-section .section-description {
  font-size: 1rem;
}
.faq-section .faq-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}
.faq-section .faq-details {
  height: -moz-fit-content;
  height: fit-content;
  border-radius: 0.5rem;
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  overflow: hidden;
  font-size: 14px;
}
.faq-section .faq-details::details-content {
  overflow: hidden;
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.3s, content-visibility 0.3s ease-in-out;
  transition-behavior: allow-discrete;
}
.faq-section .faq-details[open] .chevron {
  transform: rotate(180deg);
}
.faq-section .faq-details[open]::details-content {
  grid-template-rows: 1fr;
}
@media (min-width: 768px) {
  .faq-section .faq-details {
    font-size: 16px;
  }
}
.faq-section .faq-summary {
  width: 100%;
  padding: 12px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: left;
  background: transparent;
  cursor: pointer;
  border-radius: 0.5rem;
  transition: background-color 0.2s;
  border: 1px solid transparent;
}
.faq-section .faq-summary .faq-question {
  font-weight: 500;
  padding-right: 2rem;
}
.faq-section .faq-summary .chevron {
  flex-shrink: 0;
  transition: transform 0.2s;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
@media (min-width: 768px) {
  .faq-section .faq-summary {
    padding: 16px 24px;
  }
}
.faq-section .faq-answer {
  padding: 12px 16px;
}
@media (min-width: 768px) {
  .faq-section .faq-answer {
    padding: 16px 24px;
  }
}
.faq-section .faq-answer-description:has(+ .documents-list) {
  padding-bottom: 12px;
}
@media (min-width: 768px) {
  .faq-section .faq-answer-description:has(+ .documents-list) {
    padding-bottom: 16px;
  }
}
.faq-section .faq-content {
  min-height: 0;
}
.faq-section {
  /* Documents specific styles */
}
.faq-section .documents-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media (min-width: 768px) {
  .faq-section .documents-list {
    gap: 16px;
  }
}
.faq-section .document-item {
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px;
  border-radius: 10px;
  cursor: pointer;
  transition: background-color 0.2s;
  color: inherit;
  text-decoration: none;
  background-color: rgb(var(--branding-primary-color));
  color: rgb(var(--branding-primary-foreground-color));
}
.faq-section .document-item:hover {
  color: white;
  background-color: black;
}
.faq-section .document-item:hover .doc-icon {
  background-color: rgba(255, 255, 255, 0.2);
}
@media (min-width: 768px) {
  .faq-section .document-item {
    padding: 16px;
    gap: 16px;
  }
}
.faq-section .doc-icon {
  background-color: rgb(var(--branding-primary-foreground-color)/0.2);
  width: 40px;
  height: 40px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.faq-section .doc-icon .material-icons {
  font-size: 20px;
}
.faq-section .doc-info {
  display: flex;
  flex-direction: column;
}
.faq-section .doc-title {
  font-size: 0.875rem;
  font-weight: 500;
  margin-bottom: 0.25rem;
}

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

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

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