@charset "UTF-8";
@font-face {
  font-family: "Font Awesome 6 Sharp";
  src: url("../webfonts/fa-sharp-regular-400.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Font Awesome 6 Sharp";
  src: url("../webfonts/fa-sharp-solid-900.woff2") format("woff2");
  font-style: normal;
  font-weight: 900;
  font-display: swap;
}
@font-face {
  font-family: "SourceSans3";
  src: url("../webfonts/source-sans-3-latin-400-normal.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "SourceSans3";
  src: url("../webfonts/source-sans-3-latin-500-normal.woff2") format("woff2");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: "SourceSans3";
  src: url("../webfonts/source-sans-3-latin-600-normal.woff2") format("woff2");
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: "SourceSans3";
  src: url("../webfonts/source-sans-3-latin-700-normal.woff2") format("woff2");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}
body {
  letter-spacing: 0.0125rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.0625rem;
}
@media (min-width: 768px) {
  body {
    font-size: 1.125rem;
  }
}
h2 {
  margin-bottom: 2rem;
}
@media (max-width: 991.98px) {
  h3 {
    font-size: 1.25rem;
  }
}
h5, .h5 {
  font-weight: 700;
}
@media (min-width: 992px) {
  h5, .h5 {
    font-size: 1.25rem;
  }
}
.lead {
  font-weight: 500;
}
@media (min-width: 992px) {
  .lead {
    font-size: 1.25rem;
  }
}
aside .roofline {
  display: flex;
  flex-wrap: wrap;
}
aside .roofline .date {
  margin-right: 0.5rem;
}
aside .roofline .date:after {
  content: "–";
  padding-left: 0.5rem;
}
.roofline .date {
  display: flex;
  align-items: center;
  margin-bottom: 0.25rem;
}
.roofline .date :first-child {
  margin-right: 0.25rem;
}
aside .roofline :last-child {
  margin-bottom: 0;
}
a {
  text-underline-offset: 0.375rem;
  text-decoration-color: #004994;
  text-decoration: none;
}
a:focus-visible {
  outline: 0;
  box-shadow: 0 0 0 0.25rem #004994;
  z-index: 1;
}
a[role=button]:not(.btn) {
  color: #004994;
  hyphens: auto;
  hyphenate-limit-last: always;
  hyphenate-limit-chars: 6 3 2;
  text-underline-offset: 0.375rem;
}
a:hover {
  text-decoration-color: #004994;
}
@media (min-width: 992px) {
  .col-2-text {
    -moz-column-count: 2;
         column-count: 2;
  }
}
.call-to-action {
  color: #004994;
  font-weight: 700;
  transition: all 0.4s ease;
}
main a:hover {
  color: var(--bs-link-hover-color);
}
main a:focus-visible {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(0, 73, 148, 0.25);
}
main a [class*=fa-] {
  font-size: 0.875em;
}
main a:not(.btn, .nav-link) > span:not([class*=fa-]) {
  text-decoration: underline;
}
main a.btn-primary:hover * {
  text-decoration: none;
}
main a.list-group-item:not(:hover) span {
  text-decoration: none;
}
main a.list-group-item span {
  font-weight: 700;
}
main .btn-link[data-bs-toggle=modal] span {
  text-decoration: underline;
  text-underline-offset: 0.375rem;
}
main .btn-link[data-bs-toggle=modal] span:hover {
  text-underline-color: #004994;
}
main .stretched-link:before {
  content: none;
}
p [data-bs-toggle=tooltip] {
  color: #004994;
  text-decoration: underline;
  text-underline-offset: 0.25rem;
}
p [data-bs-toggle=tooltip]:hover {
  cursor: help;
}
@media (max-width: 767.98px) {
  .grid:has(> .card) .card {
    margin: 0;
    width: auto;
  }
}
@media (max-width: 767.98px) {
  .grid {
    gap: 1rem;
  }
}
body {
  position: relative;
}
@media (min-width: 576px) {
  body {
    min-height: 100vh;
    display: grid;
    grid-template-rows: auto 1fr auto;
  }
}
footer {
  background: #004994;
  margin-top: auto;
  padding-top: 2rem;
  padding-bottom: 2rem;
  color: #fff;
}
@media (max-width: 991.98px) {
  footer {
    font-size: 1rem;
    padding-bottom: 6rem;
  }
}
@media (min-width: 992px) {
  footer {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
footer .h5 {
  font-size: 1.25rem;
  font-weight: 600;
  display: block;
}
footer .nav-link {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
footer .nav-link:hover, footer .nav-link:focus-visible {
  opacity: 1;
  text-decoration: underline;
  text-underline-offset: 6px;
}
footer .bgn-logo img {
  max-width: 165px;
  min-width: auto;
}
footer .nav-link {
  color: white;
}
footer .footer-subline {
  padding-top: 1rem;
}
footer .bgn-logo {
  max-width: 75px;
  margin: 0 auto 0.25rem;
  min-width: 75px;
}
footer .bgn-logo img {
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  footer .bgn-logo img {
    margin-bottom: 2rem;
  }
}
footer .sm-links li {
  margin: 0 0.5rem 0.5rem;
}
footer .sm-links a {
  background: #fff;
  border-radius: 50%;
  height: 30px;
  width: 30px;
  display: flex;
}
@media (min-width: 992px) {
  footer .footer-end {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
footer .footer-end p {
  margin-bottom: 0;
}
footer .footer-end .social-media {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  footer .footer-end .social-media {
    width: auto;
    justify-self: end;
  }
}
footer .footer-end .social-media p {
  margin-right: 1rem;
}
@media (max-width: 575.98px) {
  footer .footer-end .social-media p {
    flex: 0 0 100%;
  }
}
footer .footer-end .social-media .fa-brands {
  font-size: 23px;
}
footer .footer-end .social-media .nav-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  opacity: 1;
  padding: 0;
}
@media (max-width: 767.98px) {
  footer .footer-end .social-media .nav-link {
    margin-right: 0;
  }
}
footer .footer-end .social-media .nav-link:after {
  content: none;
}
footer .footer-end .social-media .nav-link:hover, footer .footer-end .social-media .nav-link:focus-visible {
  background: rgb(0, 58.4, 118.4);
}
footer .footer-end .social-media .nav-link:focus-visible {
  box-shadow: 0 0 0 2px #fff;
}
footer .footer-end .social-media .social-icons {
  display: block;
  width: 60%;
  height: 60%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
footer .footer-end .social-media .social-icons--youtube {
  background-image: url("../media/logos/logo_youtube_white.svg");
  width: 70%;
  height: 70%;
}
footer .footer-end .social-media .social-icons--facebook {
  background-image: url("../media/logos/logo_facebook_white.svg");
}
footer .footer-end .social-media .social-icons--instagram {
  background-image: url("../media/logos/logo_instagram_white.svg");
}
footer .footer-end .social-media .social-icons--x-twitter {
  background-image: url("../media/logos/logo_X_white.svg");
  width: 45%;
  height: 45%;
}
footer .footer-end .social-media .social-icons--linkedin {
  background-image: url("../media/logos/logo_linkedin_white.svg");
  width: 55%;
  height: 55%;
}
footer .footer-end .social-media .social-icons--tiktok {
  background-image: url("../media/logos/logo_tiktok_white.svg");
  width: 55%;
  height: 55%;
}
footer .footer-end .col-xl-4 {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  footer .footer-end .col-xl-4 {
    margin-bottom: 3rem;
  }
}
@media (max-width: 767.98px) {
  footer .h5 {
    margin-bottom: 0.25rem;
    margin-top: 1rem;
  }
  footer .nav-link {
    position: relative;
    display: inline-flex;
    padding-right: 0.75rem;
    margin-right: 0.5rem;
  }
  footer .nav-link:not(:last-child):after {
    position: absolute;
    content: "";
    height: 14px;
    width: 1px;
    background: #fff;
    right: 0;
    align-self: center;
  }
}
.icon {
  height: 20px;
  width: 20px;
  display: inline-block;
}
.btn .icon {
  height: 16px;
  width: 16px;
  background-size: 16px 16px;
}
.icon-rss {
  background: url("data:image/svg+xml,%3Csvg%20height='14'%20width='14'%20xmlns='http%3A//www.w3.org/2000/svg'%20viewBox='0%200%20512%20512'%3E%3Cpath%20class='vector1'%20fill%3D%22rgb(255,255,255)%22%20d='M116.1%20395.8c12.4%2012.4%2019.9%2029.2%2020%2047.9%200%2018.7-7.6%2035.5-19.9%2047.8-12.4%2012.3-29.3%2019.9-48.1%2019.9s-35.6-7.6-48-19.9C7.6%20479.2%200%20462.4%200%20443.7c0-18.7%207.6-35.6%2019.9-47.9%2012.4-12.3%2029.2-19.9%2048-19.9%2018.9-.1%2035.8%207.6%2048.2%2019.9zM116.1%20395.8zM19.9%20491.5zM.1%20174.1v97.8c63.8%200%20124.2%2025.1%20169.4%2070.4%2045.2%2045.1%2070.1%20105.6%2070.2%20169.6v.2h98.2c-.1-93.1-37.9-177.5-99.1-238.7C177.5%20212%2093.2%20174.2.1%20174.1z'/%3E%3Cpath%20class='vector1'%20fill%3D%22rgb(255,255,255)%22%20d='M.2%200v97.7C228.4%2097.9%20413.8%20283.6%20414%20512h98c-.1-141.1-57.4-269-150.1-361.8C269.1%2057.5%20141.3.1.2%200z'/%3E%3C/svg%3E") no-repeat;
  width: 14px;
  height: 14px;
  display: inline-block;
  opacity: 0.7;
}
.icon-rss:hover {
  opacity: 1;
}
.icon-user {
  background: url("data:image/svg+xml,%3Csvg%20height='24'%20width='24'%20xmlns='http%3A//www.w3.org/2000/svg'%20viewBox='0%200%2024%2024'%3E%3Cpath%20class='vector1'%20fill%3D%22rgb(0,0,0)%22%20d='M12%200C5.4%200%200%205.4%200%2012s5.4%2012%2012%2012%2012-5.4%2012-12S18.6%200%2012%200zm0%202.7c2.2%200%204%201.8%204%204s-1.8%204-4%204-4-1.8-4-4c0-2.3%201.8-4%204-4zm0%2018.9c-3.2%200-6.2-1.6-8-4.3%200-2.6%205.3-4.1%208-4.1s8%201.5%208%204.1c-1.8%202.7-4.8%204.3-8%204.3z'/%3E%3C/svg%3E") no-repeat center;
}
.tag-label {
  background: url("data:image/svg+xml,%3Csvg%20xmlns='http%3A//www.w3.org/2000/svg'%20viewBox='0%200%2052%2026'%3E%3Cpath%20class='vector1'%20fill%3D%22rgb(32,201,151)%22%20d='M51.4%2011.4L41.6.8c-.4-.5-1-.8-1.7-.8H2.4C1.1%200%200%201.1%200%202.4v21.3C0%2024.9%201.1%2026%202.4%2026h37.5c.7%200%201.3-.3%201.7-.8l9.7-10.6c.9-.9.9-2.3.1-3.2zm-6.5%204c-1.3%200-2.4-1.1-2.4-2.4%200-1.3%201.1-2.4%202.4-2.4s2.4%201.1%202.4%202.4c0%201.3-1.1%202.4-2.4%202.4zM58%200h31.8c.6%200%201.1.2%201.5.6l8.2%209c.7.8.7%201.9%200%202.7l-8.2%209c-.4.4-.9.6-1.5.6H58c-1.1%200-2-.9-2-2V2c0-1.1.9-2%202-2z'/%3E%3C/svg%3E") no-repeat;
}
.icon-facebook {
  background: url("data:image/svg+xml,%3Csvg%20viewBox='0%200%2024%2024'%20xmlns='http%3A//www.w3.org/2000/svg'%3E%3Cpath%20class='vector1'%20fill%3D%22rgb(173,181,189)%22%20d='M22.676%200H1.324C.593%200%200%20.593%200%201.324v21.352C0%2023.408.593%2024%201.324%2024h11.494v-9.294H9.689v-3.621h3.129V8.41c0-3.099%201.894-4.785%204.659-4.785%201.325%200%202.464.097%202.796.141v3.24h-1.921c-1.5%200-1.792.721-1.792%201.771v2.311h3.584l-.465%203.63H16.56V24h6.115c.733%200%201.325-.592%201.325-1.324V1.324C24%20.593%2023.408%200%2022.676%200'/%3E%3C/svg%3E") no-repeat;
}
.icon-googleplus {
  background: url("data:image/svg+xml,%3Csvg%20viewBox='0%200%2024%2024'%20xmlns='http%3A//www.w3.org/2000/svg'%3E%3Cpath%20class='vector1'%20fill%3D%22rgb(173,181,189)%22%20d='M7.635%2010.909v2.619h4.335c-.173%201.125-1.31%203.295-4.331%203.295-2.604%200-4.731-2.16-4.731-4.823%200-2.662%202.122-4.822%204.728-4.822%201.485%200%202.479.633%203.045%201.178l2.073-1.994c-1.33-1.245-3.056-1.995-5.115-1.995C3.412%204.365%200%207.785%200%2012s3.414%207.635%207.635%207.635c4.41%200%207.332-3.098%207.332-7.461a6.96%206.96%200%200%200-.12-1.265H7.635zm16.365%200h-2.183V8.726h-2.183v2.183h-2.182v2.181h2.184v2.184h2.189V13.09H24'/%3E%3C/svg%3E") no-repeat;
}
.icon-twitter {
  background: url("data:image/svg+xml,%3Csvg%20viewBox='0%200%2024%2024'%20xmlns='http%3A//www.w3.org/2000/svg'%3E%3Cpath%20class='vector1'%20fill%3D%22rgb(173,181,189)%22%20d='M23.954%204.569c-.885.389-1.83.654-2.825.775%201.014-.611%201.794-1.574%202.163-2.723-.951.555-2.005.959-3.127%201.184-.896-.959-2.173-1.559-3.591-1.559-2.717%200-4.92%202.203-4.92%204.917%200%20.39.045.765.127%201.124C7.691%208.094%204.066%206.13%201.64%203.161c-.427.722-.666%201.561-.666%202.475%200%201.71.87%203.213%202.188%204.096-.807-.026-1.566-.248-2.228-.616v.061c0%202.385%201.693%204.374%203.946%204.827-.413.111-.849.171-1.296.171-.314%200-.615-.03-.916-.086.631%201.953%202.445%203.377%204.604%203.417-1.68%201.319-3.809%202.105-6.102%202.105-.39%200-.779-.023-1.17-.067%202.189%201.394%204.768%202.209%207.557%202.209%209.054%200%2013.999-7.496%2013.999-13.986%200-.209%200-.42-.015-.63.961-.689%201.8-1.56%202.46-2.548l-.047-.02z'/%3E%3C/svg%3E") no-repeat;
}
.icon-xing {
  background: url("data:image/svg+xml,%3Csvg%20viewBox='0%200%2024%2024'%20xmlns='http%3A//www.w3.org/2000/svg'%3E%3Cpath%20class='vector1'%20fill%3D%22rgb(173,181,189)%22%20d='M18.188%200c-.517%200-.741.325-.927.66%200%200-7.455%2013.224-7.702%2013.657.015.024%204.919%209.023%204.919%209.023.17.308.436.66.967.66h3.454c.211%200%20.375-.078.463-.22.089-.151.089-.346-.009-.536l-4.879-8.916c-.004-.006-.004-.016%200-.022L22.139.756c.095-.191.097-.387.006-.535C22.056.078%2021.894%200%2021.686%200h-3.498zM3.648%204.74c-.211%200-.385.074-.473.216-.09.149-.078.339.02.531l2.34%204.05c.004.01.004.016%200%20.021L1.86%2016.051c-.099.188-.093.381%200%20.529.085.142.239.234.45.234h3.461c.518%200%20.766-.348.945-.667l3.734-6.609-2.378-4.155c-.172-.315-.434-.659-.962-.659H3.648v.016z'/%3E%3C/svg%3E") no-repeat;
}
.icon-lock {
  background: url("data:image/svg+xml,%3Csvg%20xmlns='http%3A//www.w3.org/2000/svg'%20viewBox='0%200%2024%2024'%3E%3Cpath%20class='vector1'%20fill%3D%22rgb(173,181,189)%22%20d='M12%2017c1.1%200%202-.9%202-2s-.9-2-2-2-2%20.9-2%202%20.9%202%202%202zm6-9h-1V6c0-2.8-2.2-5-5-5S7%203.2%207%206v2H6c-1.1%200-2%20.9-2%202v10c0%201.1.9%202%202%202h12c1.1%200%202-.9%202-2V10c0-1.1-.9-2-2-2zM8.9%206c0-1.7%201.4-3.1%203.1-3.1s3.1%201.4%203.1%203.1v2H8.9V6zM18%2020H6V10h12v10z'/%3E%3C/svg%3E") no-repeat;
  display: block;
  height: 24px;
  width: 24px;
}
.icon-delete {
  background: url("data:image/svg+xml,%3Csvg%20xmlns='http%3A//www.w3.org/2000/svg'%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%3E%20%3Cpath%20class='vector1'%20fill%3D%22rgb(206,212,218)%22%20d='M6%2019c0%201.1.9%202%202%202h8c1.1%200%202-.9%202-2V7H6v12zM19%204h-3.5l-1-1h-5l-1%201H5v2h14V4z'/%3E%20%3Cpath%20d='M0%200h24v24H0z'%20fill='none'/%3E%20%3C/svg%3E") no-repeat;
  height: 24px;
  width: 24px;
}
.icon-settings {
  background: url("data:image/svg+xml,%3Csvg%20xmlns='http%3A//www.w3.org/2000/svg'%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%3E%3Cpath%20class='vector1'%20fill%3D%22rgb(206,212,218)%22%20d='M19.43%2012.98c.04-.32.07-.64.07-.98s-.03-.66-.07-.98l2.11-1.65c.19-.15.24-.42.12-.64l-2-3.46c-.12-.22-.39-.3-.61-.22l-2.49%201c-.52-.4-1.08-.73-1.69-.98l-.38-2.65C14.46%202.18%2014.25%202%2014%202h-4c-.25%200-.46.18-.49.42l-.38%202.65c-.61.25-1.17.59-1.69.98l-2.49-1c-.23-.09-.49%200-.61.22l-2%203.46c-.13.22-.07.49.12.64l2.11%201.65c-.04.32-.07.65-.07.98s.03.66.07.98l-2.11%201.65c-.19.15-.24.42-.12.64l2%203.46c.12.22.39.3.61.22l2.49-1c.52.4%201.08.73%201.69.98l.38%202.65c.03.24.24.42.49.42h4c.25%200%20.46-.18.49-.42l.38-2.65c.61-.25%201.17-.59%201.69-.98l2.49%201c.23.09.49%200%20.61-.22l2-3.46c.12-.22.07-.49-.12-.64l-2.11-1.65zM12%2015.5c-1.93%200-3.5-1.57-3.5-3.5s1.57-3.5%203.5-3.5%203.5%201.57%203.5%203.5-1.57%203.5-3.5%203.5z'/%3E%3C/svg%3E") no-repeat;
  height: 24px;
  width: 24px;
}
.icon-folder {
  background: url("data:image/svg+xml,%3Csvg%20xmlns='http%3A//www.w3.org/2000/svg'%20width='48'%20height='48'%20viewBox='0%200%2048%2048'%3E%3Cpath%20class='vector1'%20fill%3D%22rgb(206,212,218)%22%20d='M20%208H8c-2.21%200-3.98%201.79-3.98%204L4%2036c0%202.21%201.79%204%204%204h32c2.21%200%204-1.79%204-4V16c0-2.21-1.79-4-4-4H24l-4-4z'/%3E%3C/svg%3E") no-repeat;
  height: 48px;
  width: 48px;
}
.icon-arrow-down {
  background: url("data:image/svg+xml,%3Csvg%20xmlns='http%3A//www.w3.org/2000/svg'%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%3E%3Cpath%20class='vector1'%20fill%3D%22rgb(52,58,64)%22%20d='M7.41%207.84L12%2012.42l4.59-4.58L18%209.25l-6%206-6-6z'/%3E%3Cpath%20class='vector1'%20fill%3D%22rgb(52,58,64)%22%20d='M0-.75h24v24H0z'%20fill='none'/%3E%20%3C/svg%3E%20") no-repeat;
  height: 24px;
  width: 24px;
}
@media (max-width: 991.98px) {
  #header .offcanvas.show {
    overflow-y: scroll;
  }
  #header .btn-close {
    width: 5rem;
    height: 5rem;
    background: none;
    box-sizing: border-box;
    align-items: center;
    justify-content: center;
  }
  #header .btn-close .fa-xmark {
    color: #495057;
    font-size: 2rem;
  }
  #header button, #header a, #header span {
    font-size: 1.125rem;
    font-weight: 600;
    color: #495057;
  }
  #header .nav-link, #header .menu-item {
    margin: 0;
    padding: 1rem;
    display: flex;
    width: 100%;
  }
  #header .dropdown {
    margin: 0;
  }
  #header .sticky-logo {
    display: none;
  }
}
#header {
  transition: height 0.5s ease-in-out;
}
#header .navbar {
  padding: 0;
  min-height: 80px;
  padding-right: 0;
}
@media (min-width: 992px) {
  #header .navbar {
    min-height: 100px;
  }
  #header .navbar .btn-close {
    display: none;
  }
  #header .navbar .navbar-nav {
    margin-left: auto;
    min-height: 100px;
    display: inline-flex;
    align-items: center;
  }
  #header .navbar .navbar-nav a {
    line-height: 2.5rem;
    padding-top: 0;
    padding-bottom: 0;
    position: relative;
    font-weight: 600;
  }
  #header .navbar .navbar-nav a:after {
    content: "";
    width: 0;
    position: absolute;
    bottom: 0.25rem;
    border-bottom: 2px solid #495057;
    left: 50%;
    transform: translateX(-50%);
    transition: 0.2s cubic-bezier(0.22, 0.61, 0.36, 1);
  }
  #header .navbar .navbar-nav a:hover {
    transition: 0.4s;
  }
  #header .navbar .navbar-nav a:hover:after {
    width: calc(100% - 1rem);
    transition: 0.2s cubic-bezier(0.22, 0.61, 0.36, 1);
  }
}
#header .btn-accessibility {
  display: flex;
}
#header .search {
  margin-left: 1rem;
  align-self: center;
  height: 3rem;
}
#header .search input {
  border-right: 0;
}
#header .search .btn {
  border-left: 0;
  border-color: var(--bs-border-color);
}
#header .search i {
  font-size: 0.875rem;
}
@media (max-width: 991.98px) {
  #header .offcanvas header {
    height: 72px;
  }
}
#header .badge {
  vertical-align: super;
  background-color: rgba(0, 0, 0, 0.2);
}
.navbar-brand {
  padding-top: 0;
}
.navbar-brand img {
  max-width: 8rem;
  min-width: 8rem;
}
@media (min-width: 992px) {
  .navbar-brand img {
    max-width: 165px;
    min-width: 165px;
  }
}
@media (min-width: 992px) {
  .navbar-brand {
    position: absolute;
    height: 100px;
    top: 0;
    display: flex;
  }
}
.meta-nav .contact {
  display: flex;
  min-height: 3rem;
  border: none;
}
.meta-nav .contact.show .fa-angle-down {
  transform: rotate(180deg);
}
.meta-nav .contact ~ .dropdown-menu {
  top: 160px !important;
}
.meta-nav + :has(.primary-nav.sticky) .contact ~ .dropdown-menu {
  top: 60px !important;
}
.meta-nav :is(.nav-link, .btn-dropdown) {
  display: flex;
  align-items: center;
}
.meta-nav :is(.nav-link, .btn-dropdown).active {
  background: #e9ecef;
  border-radius: 0;
}
.meta-nav :is(.nav-link, .btn-dropdown) span {
  font-weight: 600;
}
.meta-nav :is(.nav-link, .btn-dropdown) [class*=fa-] {
  font-size: 0.875rem;
}
.meta-nav :is(.nav-link, .btn-dropdown) [class*=fa-]:last-child {
  margin-left: 0.5rem;
}
.meta-nav :is(.nav-link, .btn-dropdown) [class*=fa-]:first-child {
  margin-right: 0.5rem;
}
.meta-nav :is(.nav-link, .btn-dropdown) .fa-phone {
  margin-right: 0.5rem;
}
.meta-nav > * {
  margin-left: 1rem;
}
.meta-nav .btn-dropdown.show, .meta-nav .btn-dropdown:hover, .meta-nav .btn-dropdown:active, .meta-nav .btn-dropdown:focus, .meta-nav .btn-dropdown.active {
  border: none;
  background: #e9ecef;
}
.meta-nav .btn-dropdown {
  text-decoration: none;
}
.meta-nav .btn-dropdown span {
  font-size: 1.125rem;
  color: #495057;
}
.meta-nav .btn-dropdown [class*=fa-] {
  color: #495057;
}
@media (max-width: 991.98px) {
  .navbar-collapse {
    order: 3;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .navbar-collapse:not(.show) {
    display: none !important;
  }
}
@media (max-width: 767.98px) {
  .primary-nav > .dropdown {
    display: block;
  }
}
@media (min-width: 992px) {
  #header:has(.menu-item.show) + main, #header:has(.menu-item.show) ~ footer {
    position: relative;
  }
  #header:has(.menu-item.show) + main *, #header:has(.menu-item.show) ~ footer * {
    pointer-events: none;
  }
  #header:has(.menu-item.show) + main:after, #header:has(.menu-item.show) ~ footer:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2;
    background: rgba(255, 255, 255, 0.75);
    backdrop-filter: blur(5px);
  }
  .primary-nav {
    background: #004994;
    color: #fff;
    position: relative;
    display: flex;
  }
  .primary-nav .sticky-logo {
    max-width: 80px;
    padding-bottom: 6px;
    min-width: 0;
    width: 0;
    opacity: 0;
    transition: all 0.2s ease-in;
    display: flex;
    align-items: center;
  }
}
@media (min-width: 992px) and (min-width: 768px) {
  .primary-nav:before {
    content: "";
    position: absolute;
    background: #004994;
    height: 100%;
    width: 100vw;
    z-index: -1;
  }
}
@media (min-width: 992px) and (min-width: 768px) {
  .primary-nav:before {
    left: calc((100vw - 736px) / -2 - 1rem);
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .primary-nav:before {
    left: calc((100vw - 960px) / -2 - 1rem);
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  .primary-nav:before {
    left: calc((100vw - 1140px) / -2 - 1rem);
  }
}
@media (min-width: 992px) and (min-width: 1400px) {
  .primary-nav:before {
    left: calc((100vw - 1320px) / -2 - 1rem);
  }
}
@media (min-width: 992px) {
  .primary-nav .menu-item {
    display: inline-flex;
    align-items: center;
    min-height: 3.75rem;
    padding-left: 1rem;
    padding-right: 1rem;
    font-weight: 600;
    background: transparent;
    border: none;
    color: #fff;
    text-decoration: none;
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  .primary-nav .menu-item {
    min-height: 60px;
  }
}
@media (min-width: 992px) {
  .primary-nav .menu-item:last-child {
    margin-left: auto;
  }
  .primary-nav .menu-item:last-child i {
    margin-right: 0.5rem;
    font-size: 1.25rem;
  }
  .primary-nav .menu-item:hover, .primary-nav .menu-item:focus-within {
    background: var(--bs-link-hover-color);
  }
  .primary-nav .menu-item [class*=fa-] {
    margin-left: 0.5rem;
    font-size: 0.75rem;
  }
  .primary-nav .menu-item:hover {
    text-decoration: none;
  }
  .primary-nav .menu-item.show {
    background: var(--bs-link-hover-color);
  }
  .primary-nav .menu-item.show [class*=fa-] {
    transform: rotate(180deg);
  }
  .primary-nav:not(.sticky) .dropdown:first-of-type .menu-item {
    padding-left: 0;
  }
  .primary-nav:not(.sticky) .dropdown:first-of-type .menu-item:hover:before, .primary-nav:not(.sticky) .dropdown:first-of-type .menu-item:focus-within:before {
    content: "";
    position: absolute;
    left: -1rem;
    width: 1rem;
    height: 100%;
    background: var(--bs-link-hover-color);
  }
  #header .dropdown {
    position: static;
  }
  #header .dropdown-menu {
    border: 0;
    background: #fff;
    width: 100vw;
    margin: 0;
    box-shadow: 0 20px 30px 10px rgba(0, 0, 0, 0.2);
    border-radius: 0;
    padding-top: 0;
    padding-bottom: 0;
    max-width: 1680px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
    top: 60px;
  }
  #header .dropdown-menu .dropdown-menu {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  #header .dropdown-menu .dropdown-menu:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 50%;
    background: #d4edfc;
    right: -50%;
    top: 0;
  }
  #header .dropdown-menu .row {
    width: 100%;
  }
  #header .dropdown-menu img {
    margin-bottom: 1rem;
  }
  #header .dropdown-menu p {
    line-height: 1.5;
  }
  #header .dropdown-menu [class^=col] {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  #header .dropdown-menu [class^=col]:first-child .nav-link {
    padding-top: 0;
    padding-bottom: 0.5rem;
  }
  #header .dropdown-menu [class^=col]:last-child {
    position: relative;
  }
  #header .dropdown-menu [class^=col]:last-child .nav-link {
    position: relative;
  }
  #header .dropdown-menu [class^=col]:last-child .nav-link:first-child {
    margin-top: 2.5rem;
  }
  #header .dropdown-menu .nav-item {
    display: block;
    border: none;
    background: transparent;
    position: relative;
  }
  :is(#header .dropdown-menu .nav-item:hover, #header .dropdown-menu .nav-item.show):before {
    content: "";
    position: absolute;
    height: 100%;
    width: calc(100% + 3rem);
    background: #d4edfc;
    left: -1rem;
    top: 0;
    z-index: -1;
  }
  #header .dropdown-menu .nav-item:hover:not(.show):before {
    background: rgba(212, 237, 252, 0.5);
  }
  #header .dropdown-menu .col-lg-8.offset-lg-1:not(:has(.dropdown button.show)) .dropdown:first-of-type button:before {
    content: "";
    position: absolute;
    height: 100%;
    width: calc(100% + 3rem);
    background: #d4edfc;
    left: -1rem;
    top: 0;
    z-index: -1;
  }
  #header .dropdown-menu :is(.nav-item, .nav-link) {
    color: #004994;
    font-weight: 600;
    font-size: 1rem;
    padding: 1rem 0;
    width: 100%;
    text-align: left;
    display: flex;
    align-items: center;
  }
  #header .dropdown-menu :is(.nav-item, .nav-link) i {
    min-width: 1.5rem;
    margin-right: 0.75rem;
    font-size: 1.25rem;
  }
  #header .dropdown-menu :is(.nav-item, .nav-link) i:last-child {
    margin-left: auto;
    margin-right: 2rem;
  }
}
@media (min-width: 992px) and (min-width: 768px) {
  #header .dropdown-menu :is(.nav-item, .nav-link) {
    font-size: 1.125rem;
  }
}
@media (min-width: 992px) {
  #header .dropdown-menu .nav-item {
    width: 50%;
  }
  #header .dropdown-menu .nav-item ~ .dropdown-menu {
    width: 50%;
    top: 0;
    right: 0;
    left: auto;
  }
  #header .dropdown-menu .nav-item:hover + .dropdown-menu, #header .dropdown-menu .nav-item:first-of-type + .dropdown-menu {
    box-shadow: none;
    transform: none;
    background: none;
    min-height: 100%;
    background: #d4edfc;
  }
  #header .dropdown-menu .col-lg-8 > .nav-link {
    width: 50%;
  }
  #header .dropdown-menu .nav-link i {
    margin-left: 0;
    border: none;
    min-width: 1.25rem;
    font-size: 1rem;
    display: flex;
    justify-content: center;
  }
  #header .dropdown-menu .nav-link i:last-child {
    margin: 0 0 0 0.5rem !important;
  }
  #header .dropdown-menu .nav-link:hover {
    text-decoration: none;
  }
  #header .dropdown-menu .nav-link:hover span {
    text-decoration: underline;
    text-underline-offset: 0.5rem;
  }
  #header .dropdown-menu .submenu {
    padding-right: 0;
  }
  #header .dropdown-menu .submenu a:hover {
    text-decoration: underline;
    text-underline-offset: 0.5rem;
  }
}
@media (min-width: 992px) {
  #header:has(.sticky) {
    z-index: 10;
  }
  #header:has(.sticky) .meta-nav {
    position: fixed;
    top: 0;
    z-index: 10;
    margin: 0;
    min-height: 3.125rem;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  #header:has(.sticky) .meta-nav {
    right: calc((100vw - 960px) / 2 + 1rem);
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  #header:has(.sticky) .meta-nav {
    right: calc((100vw - 1140px) / 2 + 1rem);
  }
}
@media (min-width: 992px) and (min-width: 1400px) {
  #header:has(.sticky) .meta-nav {
    right: calc((100vw - 1320px) / 2 + 1rem);
    min-height: 3.75rem;
  }
}
@media (min-width: 992px) {
  #header:has(.sticky) .meta-nav :is(a, button) {
    width: 2.5rem;
    min-width: 2.5rem;
    height: 2.5rem;
    min-height: 2.5rem;
    justify-content: center;
  }
  #header:has(.sticky) .meta-nav :is(a, button) [class*=fa-] {
    color: #fff;
    margin-right: 0px;
    font-size: 1rem !important;
  }
  #header:has(.sticky) .meta-nav :is(a, button):after {
    content: none;
  }
  :is(#header:has(.sticky) .meta-nav :is(a, button):hover, #header:has(.sticky) .meta-nav :is(a, button):focus, #header:has(.sticky) .meta-nav :is(a, button):active, #header:has(.sticky) .meta-nav :is(a, button):focus-within) {
    background: rgb(0, 58.4, 118.4) !important;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  #header:has(.sticky) .meta-nav > * {
    margin: 0 !important;
  }
}
@media (min-width: 992px) {
  #header:has(.sticky) .meta-nav span, #header:has(.sticky) .meta-nav .fa-angle-down {
    display: none;
  }
  #header:has(.sticky) .meta-nav .search {
    max-width: 80px;
    height: 2.5rem;
  }
  #header:has(.sticky) .meta-nav .search input {
    display: none;
  }
  #header:has(.sticky) .meta-nav .search button {
    border: none;
    color: #fff;
  }
  #header:has(.sticky) .meta-nav .search .fa-magnifying-glass {
    font-size: 1rem;
    color: #fff;
  }
  #header:has(.sticky) .primary-nav {
    position: fixed;
    top: 0;
    z-index: 2;
  }
  #header:has(.sticky) .primary-nav .sticky-logo {
    min-width: 80px;
    max-width: 80px;
    opacity: 1;
    padding-right: 1rem;
  }
  #header:has(.sticky) .primary-nav .sticky-logo:before {
    content: "";
    position: absolute;
    left: -1rem;
    width: 1rem;
    height: 100%;
  }
  #header:has(.sticky) .primary-nav .sticky-logo:hover, #header:has(.sticky) .primary-nav .sticky-logo:focus-within {
    transition: background-color 0s;
    background-color: var(--bs-link-hover-color);
  }
  #header:has(.sticky) .primary-nav .sticky-logo:hover:before, #header:has(.sticky) .primary-nav .sticky-logo:focus-within:before {
    background: var(--bs-link-hover-color);
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  #header:has(.sticky) .primary-nav {
    width: calc(960px - 2rem);
  }
  #header:has(.sticky) .primary-nav > * {
    transition: all 0.2s ease-in-out;
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  #header:has(.sticky) .primary-nav {
    width: calc(1140px - 2rem);
  }
}
@media (min-width: 992px) and (min-width: 1400px) {
  #header:has(.sticky) .primary-nav {
    width: calc(1320px - 2rem);
  }
}
@media (min-width: 992px) {
  #header:has(.sticky) + main {
    padding-top: 60px;
  }
}
.search-modal {
  color: #212529;
}
@media (min-width: 992px) {
  .search-modal .modal-dialog {
    margin-top: 10vw;
  }
}
.search-modal .modal-header {
  border-bottom: 0;
}
.search-modal .input-group {
  border: 2px solid #dee2e6;
}
.search-modal .input-group * {
  height: 3rem;
  border: none;
}
.search-modal .input-group [class*=fa] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
}
.search-modal .input-group input {
  font-size: 1.125rem;
  padding-left: 0;
  font-weight: 600;
}
.search-modal .input-group:has(:focus) {
  box-shadow: 0 0 0 2px #004994;
  border-color: #004994;
}
.search-modal .input-group:has(:focus) * {
  box-shadow: none;
}
@media (max-width: 991.98px) {
  .search-modal .input-group {
    width: calc(100% - 3rem);
    display: inline-flex;
  }
}
.search-modal .btn-close {
  margin: 0;
  width: 3rem;
  height: 3rem;
  padding: 0;
  border: 2px solid #dee2e6;
  border-left: 0;
  opacity: 1;
}
@media (min-width: 992px) {
  .search-modal .btn-close {
    display: none;
  }
}
.search-modal .search-hits {
  margin-top: 2rem;
  margin-bottom: 0;
}
.search-modal .autocomplete-results {
  font-weight: 600;
}
.search-modal .autocomplete-results * {
  color: #343a40;
}
.search-modal .autocomplete-results + .btn {
  margin-top: 1rem;
  margin-bottom: 2rem;
}
.search-modal .autocomplete-results mark {
  background: transparent;
  color: #004994;
  padding: 0;
}
.search-modal .autocomplete-results > *:is(.active, .active:hover, .active *) {
  background-color: #004994;
  border-color: var(--bs-list-group-active-border-color);
  color: #fff;
  cursor: pointer;
}
.search-modal .autocomplete-results > *:hover {
  background-color: #e9ecef;
  cursor: pointer;
}
.search-modal .autocomplete-results > *.active mark {
  color: #fff;
}
.search-modal .list-group-item {
  padding: 1rem 3.5rem 1rem 1rem;
  min-height: 3.5rem;
}
.search-modal .list-group-item:not(.active) {
  border-color: #e9ecef;
}
@media (max-width: 991.98px) {
  .search-modal .modal-footer {
    display: none;
  }
}
.search-modal .modal-footer {
  background: #ededed;
  justify-content: start;
  font-size: 1rem;
  border-top: 0;
  font-weight: 600;
}
.search-modal .modal-footer [class*=fa], .search-modal .modal-footer .close {
  background: #ced4da;
  background: rgba(0, 0, 0, 0.15);
  padding: 0 0.5rem;
  font-size: 0.75rem;
  display: inline-flex;
  align-items: center;
  height: 26px;
}
.search-modal .modal-footer > *:not(:last-child) {
  margin-right: 1rem;
}
.search-modal .modal-footer span {
  margin-left: 0.5rem;
}
.search-modal .close {
  font-weight: 700;
}
.section-title {
  margin-bottom: 2rem;
  color: #004994;
}
.navbar-toggler {
  height: 3rem;
  position: relative;
  cursor: pointer;
  border-radius: 3px;
  font-weight: 700;
  color: #000;
  display: flex;
  align-items: center;
  margin-right: -0.5rem;
  min-width: 3.25rem;
  border: 0;
  order: 2;
}
.navbar-toggler:hover {
  background: rgba(161, 218, 248, 0.2);
  color: #000;
}
@media (min-width: 768px) {
  .navbar-toggler {
    padding-right: 3.5rem;
  }
}
@media (max-width: 1399.98px) {
  .navbar-toggler {
    margin-left: auto;
  }
}
@media (max-width: 767.98px) {
  .navbar-toggler span:first-child {
    display: none;
  }
}
.navbar-toggler-icon,
.navbar-toggler-icon:before,
.navbar-toggler-icon:after {
  content: "";
  position: absolute;
  height: 3px;
  width: 1.7em;
  background: #000;
  transition: all 0.2s ease;
  left: 0;
}
.navbar-toggler:focus-visible .navbar-toggler-icon,
.navbar-toggler:focus-visible .navbar-toggler-icon:before,
.navbar-toggler:focus-visible .navbar-toggler-icon:after {
  background: #fff;
}
.navbar-toggler:active .navbar-toggler-icon,
.navbar-toggler:active .navbar-toggler-icon:before,
.navbar-toggler:active .navbar-toggler-icon:after {
  background: #fff;
}
.navbar-toggler-icon {
  top: auto;
  right: 0.5rem;
  left: auto;
}
.navbar-toggler-icon:before {
  top: -0.55em;
}
.navbar-toggler-icon:after {
  top: 0.55em;
}
html {
  scroll-padding-top: 100px; /* height of sticky header */
}
main > *:not(:first-child) {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
@media (min-width: 1400px) {
  main > *:not(:first-child) {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
}
main > :last-child {
  margin-bottom: 0;
}
main > [class*=bg-] {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.bg-dark * {
  color: #fff;
}
.col-bg-light .col-md-4 {
  position: relative;
}
.col-bg-light .col-md-4 > h3 {
  padding: 1rem;
}
.col-bg-light .col-md-4 * {
  position: relative;
}
.col-bg-light .col-md-4:before {
  content: "";
  position: absolute;
  top: 0;
  left: 1rem;
  height: 100%;
  width: calc(100% - 2rem);
  background: #f8f9fa;
}
[data-bs-spy=scroll] {
  position: relative;
}
@media (min-width: 576px) {
  .row > h2 {
    padding: 0 0.375rem;
  }
}
@media (min-width: 992px) {
  .row > h2 {
    padding: 0 0.5rem;
  }
}
@media (min-width: 1400px) {
  .row > h2 {
    padding: 0 0.75rem;
  }
}
.row-button a, .row-button button {
  margin: 0 !important;
}
aside:not(.dguv) a.nav-link {
  display: inline-flex;
}
aside:not(.dguv) a.nav-link:before {
  width: calc(100% + 1rem * 1);
  left: -0.5rem;
}
aside:not(.dguv) a:not(.nav-link) {
  padding: 0.5rem 1rem 0.5rem 0;
}
@media (min-width: 992px) {
  aside:not(.dguv) .sticky-side {
    height: calc(100vh - 60px);
    position: sticky;
    top: 100px;
  }
}
.alert picture img {
  min-width: auto;
  max-width: 100%;
  margin: 0 auto 1.5rem;
}
.alert picture ~ p {
  margin-bottom: 0;
}
.alert picture ~ a {
  display: block;
  margin-bottom: 1rem;
}
.alert .media:only-child {
  padding-left: 0;
}
.alert .media-body:only-child, .alert .flex-grow-1:only-child {
  padding-left: 0;
}
.alert .media-body :last-child, .alert .flex-grow-1 :last-child {
  margin-bottom: 0;
}
.alert a {
  text-decoration: underline;
  color: inherit;
  font-weight: bold;
}
.alert a [class*=fa-] {
  font-weight: 900;
}
.alert.alert-sm {
  padding: 0.75rem 1.5rem 0.75rem 1rem;
  width: -moz-fit-content;
  width: fit-content;
}
.alert.alert-sm [class*=fa-] {
  margin-right: 0.5rem;
}
.alert:has([data-bs-target]) {
  width: 100%;
}
.alert:has([data-bs-target]) .btn {
  color: #000;
  font-weight: 500 !important;
}
.alert:has([data-bs-target]) .fa-angle-down {
  font-size: 1rem;
  margin-left: 0.25rem;
}
.dguv .alert.alert-info {
  background: #d4edfc;
  color: #000;
}
.alert-light {
  background: #e9ecef;
  color: #212529;
}
.alert-secondary {
  background: #4ebfef;
  color: #000;
}
.alert-link [class*=fa-] {
  margin-right: 5px;
  font-size: 1rem;
}
.btn {
  margin: 0.25rem 0.25rem 0.25rem 0;
}
.btn-outline-gray {
  border-color: #dee2e6;
}
.btn-lg [class*=fa-]:last-child {
  margin-left: 0.5rem;
  font-size: 1rem;
}
.btn-primary {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.btn-primary i {
  font-size: 1rem;
}
.btn-primary i:first-child {
  margin-right: 0.25rem;
}
.btn-primary i:last-child {
  margin-left: 0.25rem;
}
.btn-text {
  font-weight: 600;
}
.btn-text i {
  font-size: 1rem;
}
.btn-text i:first-child {
  margin-right: 0.5rem;
}
.btn-text i:last-child {
  margin-left: 0.5rem;
}
.btn-text:hover {
  text-decoration: underline;
  text-underline-offset: 0.5rem;
  color: rgb(0, 58.4, 118.4);
}
.btn-link {
  text-decoration: none;
  padding: 0;
}
.btn-link:hover span {
  text-decoration: underline;
}
#scrollToTopBtn {
  position: fixed;
  bottom: -50px;
  right: 24px;
  height: 50px;
  width: 50px;
  z-index: 99;
  font-size: 18px;
  transition: all 0.5s;
  opacity: 0;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
#scrollToTopBtn.show {
  opacity: 1;
  transform: translateY(-70px);
  transition: all 0.5s;
}
#scrollToTopBtn:after {
  content: "";
  transform: rotate(-45deg) translate(-2px, 2px);
  border-right: 4px solid #fff;
  border-top: 4px solid #fff;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
}
a:has(span + [class*=fa-]):hover {
  text-decoration: underline;
}
.toggle-group .btn {
  color: #495057;
  border-width: 2px;
  background: #f8f9fa;
}
.toggle-group .btn:hover {
  border-color: #004994;
}
.toggle-group input:checked + .btn {
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.toggle-group input:not(:checked) + .btn {
  border-color: #ced4da;
  z-index: 0;
}
.d-block {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0.5rem 0;
}
.fa-file-arrow-down {
  font-size: 2rem;
}
a.card {
  text-decoration: none;
  position: relative;
  padding: 0;
}
@media (min-width: 576px) {
  a.card {
    padding: 0.375rem;
  }
}
@media (min-width: 992px) {
  a.card {
    padding: 0.5rem;
  }
}
@media (min-width: 1400px) {
  a.card {
    padding: 0.75rem;
  }
}
a.card .card-title:not(.h2) {
  font-size: 1.125rem;
  font-weight: 700;
}
@media (min-width: 992px) {
  a.card .card-title:not(.h2) {
    font-size: 1.25rem;
  }
}
@media (min-width: 1200px) {
  a.card .card-title:not(.h2) {
    font-size: 1.375rem;
  }
}
a.card .card-title + p {
  margin-top: 0.5rem;
}
a.card .card-title + p:last-child {
  margin-bottom: 0;
}
a.card .card-body {
  position: relative;
}
a.card .card-body p {
  color: #495057;
}
a.card .card-body p:last-child {
  margin-bottom: 0;
}
a.card * {
  text-decoration: none;
}
a.card:focus-visible {
  outline: none;
  box-shadow: inset 0 0 0 0.25rem #004994;
  border-radius: 0;
  z-index: 1;
}
a.card:before {
  content: "";
  position: absolute;
  background: rgba(0, 73, 148, 0.1);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.4s ease;
}
@media (min-width: 576px) {
  a.card:before {
    height: 100%;
    top: 0;
  }
}
a.card:hover {
  color: rgb(0, 29.2, 59.2);
}
a.card:hover:before {
  opacity: 1;
  transition: opacity 0.4s ease;
}
a.card:hover .call-to-action {
  color: rgb(0, 29.2, 59.2);
  text-decoration: underline;
  text-underline-position: under;
  transition: all 0.4s ease;
}
a.card:focus-visible .call-to-action {
  color: rgb(0, 29.2, 59.2);
  text-decoration: underline;
  text-underline-position: under;
  transition: all 0.4s ease;
}
@media (max-width: 575.98px) {
  a.card.xs, a.card.card-row {
    gap: 0.5rem;
    flex-direction: row;
    border-top: 1px solid #dee2e6;
    padding: 1rem 0;
  }
  a.card.xs img, a.card.card-row img {
    width: 96px;
    height: 96px;
    min-width: 96px;
    min-height: 96px;
  }
  a.card.xs .card-body, a.card.card-row .card-body {
    padding-top: 0;
  }
}
.roofline {
  margin-bottom: 0.25rem;
  color: #6c757d;
}
.roofline p {
  margin-bottom: 0;
  font-size: 1rem;
  color: #6c757d !important;
}
@media (max-width: 575.98px) {
  .row > .card {
    margin: 0 1rem;
    width: calc(100% - 2rem);
  }
}
.card:has(> a):focus-visible {
  outline: none;
  box-shadow: inset 0 0 0 0.25rem #004994;
  border-radius: 0;
}
.card:has(> a):before {
  content: "";
  position: absolute;
  background: rgba(173, 181, 189, 0.2);
  width: 100%;
  height: calc(100% + 1rem);
  top: -1rem;
  left: 0;
  opacity: 0;
  transition: opacity 0.4s ease;
}
@media (min-width: 576px) {
  .card:has(> a):before {
    height: calc(100% + 1rem);
    top: -1rem;
  }
}
.card:has(> a):hover {
  color: #000;
}
.card:has(> a):hover:before {
  opacity: 1;
  transition: opacity 0.4s ease;
}
.card:has(> a):hover .call-to-action {
  color: rgb(0, 29.2, 59.2);
  text-decoration: underline;
  text-underline-position: under;
  transition: all 0.4s ease;
}
.card:has(> a):focus-visible .call-to-action {
  color: rgb(0, 29.2, 59.2);
  text-decoration: underline;
  text-underline-position: under;
  transition: all 0.4s ease;
}
.card:not(:has(picture)) h3 {
  font-weight: 600;
}
.card.text-bg-dark {
  min-height: 100%;
}
.col-md-4 > .card {
  padding-left: 1rem;
  padding-right: 1rem;
}
.card-list > * {
  flex: 0 0 auto;
  width: 50%;
}
.card-list .card {
  flex-direction: row;
  align-items: center;
}
.card-list .card > * {
  flex: 0 0 auto;
  width: 50%;
}
.card-list .card > :first-child {
  flex: 0 0 auto;
  width: 33.33333333%;
}
.card-list .card > :last-child {
  flex: 0 0 auto;
  width: 58.33333333%;
}
.card-list:has(:nth-child(3)) .card {
  margin-bottom: 2rem;
}
.card-list .h-teaser img {
  max-width: 8rem;
  min-width: auto;
}
.card-list .h-teaser .card-body {
  flex: 1;
}
.card-list .h-teaser .card-body :last-child {
  margin-bottom: 0;
}
.card-list .h-teaser .card-body p [class*=fa-] {
  margin-left: 0.5rem;
}
.card:has(> [class*=fa-]) {
  flex-direction: row;
  gap: 1rem;
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.card:has(> [class*=fa-]) .card-body {
  padding: 0;
}
.card:has(> [class*=fa-]) h2 {
  margin-bottom: 0;
}
.card:has(> [class*=fa-]) p {
  opacity: 0.75;
}
.card-row {
  flex-direction: row;
  gap: 0.5rem;
}
@media (min-width: 576px) {
  .card-row {
    gap: 1rem;
  }
  .card-row.image-1x1-192 picture {
    min-width: 7.75rem;
    min-height: 7.75rem;
    width: 7.75rem;
    height: 7.75rem;
  }
  .card-row .image16x9 {
    flex: 0 0 auto;
    width: 33.33333333%;
    aspect-ratio: 16/9;
  }
  .card-row.image-1x1-144 picture {
    aspect-ratio: 1/1;
  }
}
.card-row .card-body {
  padding: 0;
}
.card-row.center .card-body {
  padding: 0 1rem 0 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.card-row a {
  margin-bottom: 0;
}
.card-row > img {
  min-width: auto;
}
.card-row .lead {
  margin-bottom: 0;
}
.media {
  display: flex;
  align-items: start;
}
.media .media-body {
  padding-left: 1rem;
}
.media .fa-check {
  color: #004994;
  opacity: 0.25;
}
.calendar {
  flex-direction: row;
}
.calendar .event-date {
  background: #495057;
  color: #fff;
}
.card:has(.icon-img) {
  background: #004994;
  color: #fff;
  text-align: center;
  position: relative;
}
.card:has(.icon-img) a {
  color: #fff;
}
.card:has(.icon-img) .icon-img {
  padding: 1rem;
}
@media (min-width: 992px) {
  .card:has(.icon-img) .icon-img {
    padding: 2rem;
  }
}
.card:has(.icon-img) .icon-img {
  font-size: 3rem;
}
.card:has(.icon-img) .card-body {
  border-top: 2px solid #fff;
}
.card:has(.icon-img):hover {
  background: rgb(0, 58.4, 118.4);
}
picture, img {
  line-height: 0;
}
img {
  position: relative;
  min-width: 100%;
  height: auto;
  display: block;
  max-width: 100%;
}
@media (min-width: 768px) {
  .imageGrid {
    display: grid;
    grid-auto-flow: column;
  }
  .imageGrid > figure:nth-child(3n+1), .imageGrid > picture:nth-child(3n+1) {
    grid-column: 1;
  }
  .imageGrid > :only-child {
    flex: 0 0 auto;
    width: 66.66666667%;
    margin-left: auto;
    margin-right: auto;
  }
}
.image-max-width .row {
  position: relative;
}
[class*=stage] + [class*=v03] {
  color: #004994;
}
[class*=stage] + [class*=v03] [class*=col] {
  align-items: center;
}
.stage {
  background-size: cover;
  position: relative;
  padding-bottom: 50px;
}
.stage .container {
  position: relative;
}
.stage .row {
  position: relative;
}
@media (min-width: 992px) {
  .stage picture + .card {
    border: 0;
  }
  .startseite .stage picture + .card {
    position: absolute;
    padding: 4px;
  }
  .stage picture + .card h1 {
    margin-bottom: 0;
    display: flex;
    align-content: center;
    align-items: center;
  }
  .stage picture + .card .card-body {
    background: #fff;
    padding: 1.5rem 1.5rem;
  }
}
@media (min-width: 1200px) {
  .stage aside {
    padding-left: 3.25rem;
    position: absolute;
    right: 0.75rem;
    bottom: 2rem;
  }
  .stage aside > .row {
    background: #fff;
    margin: 0;
    padding-bottom: 1.5rem;
  }
  .stage aside > .row > .col-12 {
    padding: 0 1.5rem;
    margin-bottom: 1rem;
  }
  .startseite .stage aside a.card {
    position: relative;
    left: 0 !important;
    padding: 0 1.5rem;
  }
}
.stage img {
  -o-object-fit: cover;
     object-fit: cover;
  max-width: 100%;
}
@media (min-width: 992px) {
  picture + a.card[class*=col-], figure + a.card[class*=col-] {
    position: absolute;
    bottom: 0;
    left: 0;
    margin: 2rem 2.5rem;
    padding: 4px;
  }
  picture + a.card[class*=col-] .card-body, figure + a.card[class*=col-] .card-body {
    background: #fff;
    padding: 1.5rem 1.5rem;
  }
}
picture + a.card[class*=col-] .h1 + p:last-child, figure + a.card[class*=col-] .h1 + p:last-child {
  margin: 0.5rem 0 0 0;
}
@media (min-width: 992px) {
  .stage-ce-01 .card {
    padding: 0;
  }
}
@media (min-width: 1200px) {
  .stage-ce-01 {
    align-items: center;
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    -moz-column-gap: 24px;
         column-gap: 24px;
    padding-left: 12px;
    padding-right: 12px;
  }
  .stage-ce-01 picture {
    padding: 0;
    grid-column: 4/-1;
  }
  .stage-ce-01 picture, .stage-ce-01 .card {
    grid-row: 1/2;
  }
  .stage-ce-01 .card {
    align-self: center;
    grid-column: 1/7;
    bottom: 0;
    position: relative;
  }
}
@media (min-width: 992px) {
  .stage-ce-02 .card {
    left: 0;
    flex: 0 0 auto;
    width: 66.66666667%;
    margin-left: 16.6666666667%;
  }
}
@media (min-width: 1200px) {
  .stage-ce-02 picture {
    position: absolute;
  }
  .stage-ce-02 .card {
    margin-top: 45%;
    flex: 0 0 auto;
    width: 50%;
    margin-left: 25%;
  }
}
.stage-ce-03 {
  flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .stage-ce-03 picture, .stage-ce-03 .card {
    flex: 0 0 auto;
    width: 50%;
  }
}
.stage-overview {
  padding: 0 0 1rem !important;
}
@media (max-width: 991.98px) {
  .stage-overview {
    padding: 0 !important;
  }
}
@media (max-width: 767.98px) {
  .stage-overview label {
    font-size: 0.75rem;
  }
}
@media (min-width: 992px) {
  .stage-overview .card {
    position: absolute;
    bottom: 3rem;
    left: 3.75rem;
  }
  .stage-overview h1, .stage-overview p {
    display: inline-block;
    background: #fff;
    padding: 1rem;
  }
  .stage-overview p {
    margin-bottom: 0;
  }
}
.stage-start {
  margin-top: 2rem;
}
.stage-start .main-article .card-body {
  background: #004994;
  padding: 1.125rem 2rem 1.5rem;
  color: #fff;
  width: 80%;
  margin-top: -8rem;
  position: relative;
}
.stage-start .secondary-article .card-body {
  padding-top: 0.5rem;
}
.stage-start .image {
  position: relative;
}
.stage-start .image .badge {
  position: absolute;
  bottom: 0;
}
.table th:not(:first-of-type) {
  border-left: 2px solid white;
}
.table a {
  font-weight: 600;
}
.table a:not(:hover) span {
  text-decoration: none !important;
}
@media (min-width: 992px) {
  .table a {
    font-size: 1.25rem;
  }
  .table th, .table td {
    padding: 1.5rem 0.5rem;
  }
}
.table.table-striped > tbody > tr:nth-of-type(even) > th {
  background: #e9ecef;
  color: #000;
}
a.teaser-list-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: 0 -0.75rem;
  padding: 1rem 0;
}
a.teaser-list-item:not(:first-of-type):after {
  position: absolute;
  content: "";
  top: -1px;
  border-top: 1px solid #e9ecef;
  width: calc(100% - 1.5rem);
  left: 0.75rem;
}
a.teaser-list-item:before {
  top: -1px !important;
  height: calc(100% + 1px) !important;
}
a.teaser-list-item .card-body {
  padding: 0.75rem;
}
@media (max-width: 575.98px) {
  a.teaser-list-item img {
    height: 96px;
  }
}
a.teaser-list-item > figure, a.teaser-list-item > picture {
  margin-right: 1rem;
}
@media (max-width: 575.98px) {
  a.teaser-list-item > figure, a.teaser-list-item > picture {
    width: 96px;
    height: 96px;
  }
}
@media (min-width: 576px) {
  a.teaser-list-item > figure, a.teaser-list-item > picture {
    min-width: calc((100% - 48px) / 3);
    margin-right: 24px;
  }
}
@media (min-width: 768px) {
  a.teaser-list-item > figure, a.teaser-list-item > picture {
    min-width: calc((100% - 72px) / 4);
  }
}
a.teaser-list-item .fa-calendar {
  font-size: 0.75rem;
  display: none;
}
@media (max-width: 767.98px) {
  a.teaser-list-item .card-text {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  a.teaser-list-item .card-text {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}
body {
  overflow-x: hidden;
}
.carousel-container {
  margin: 0 -0.5rem;
}
@media (min-width: 992px) {
  .carousel-container {
    margin: 0 -0.75rem;
  }
}
.swiper-wrapper {
  display: flex !important;
  align-items: stretch !important;
}
.swiper {
  position: relative;
  overflow: visible;
}
.swiper figure {
  margin-bottom: 0;
}
.swiper:hover {
  cursor: grab;
}
a.swiper-slide {
  display: flex;
  padding: 0.5rem;
  align-items: stretch;
  height: auto;
}
@media (max-width: 767.98px) {
  a.swiper-slide {
    margin: 0;
  }
}
@media (min-width: 992px) {
  a.swiper-slide {
    padding: 0.75rem;
  }
}
.swiper-nav {
  display: flex;
  align-items: center;
  justify-content: end;
  padding: 0 0.5rem;
}
@media (min-width: 576px) {
  .swiper-nav {
    padding: 0 1rem;
    margin-top: 0.5rem;
  }
}
[class^=swiper-button-] {
  height: 48px;
  width: 48px;
  border-radius: 50%;
  border: 2px solid #004994;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  [class^=swiper-button-] {
    transition: none;
  }
}
[class^=swiper-button-]:after {
  content: "";
  transform: rotate(-135deg) translate(-2px, 2px);
  border-right: 3px solid #004994;
  border-top: 3px solid #004994;
  top: 0;
  left: 0;
  height: 12px;
  width: 12px;
  margin-left: -2px;
}
[class^=swiper-button-]:hover {
  transition: all 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  [class^=swiper-button-]:hover {
    transition: none;
  }
}
[class^=swiper-button-]:hover {
  box-shadow: 0 0 0 0.25rem rgba(0, 73, 148, 0.25);
  border-color: rgb(0, 58.4, 118.4);
}
[class^=swiper-button-]:hover:after {
  border-color: rgb(0, 58.4, 118.4);
}
[class^=swiper-button-]:active {
  box-shadow: 0 0 0 0.25rem rgb(0, 58.4, 118.4);
  transition: all 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  [class^=swiper-button-]:active {
    transition: none;
  }
}
[class^=swiper-button-]:last-child {
  margin-left: 0.5rem;
}
[class^=swiper-button-]:last-child:after {
  margin-left: 2px;
}
.swiper-button-next:after {
  transform: rotate(45deg) translate(-2px, 2px);
}
.swiper-pagination {
  display: flex;
  margin-right: 2rem;
}
.swiper-pagination .swiper-pagination-bullet {
  background: #ced4da;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  display: block;
  margin: 0 0.25rem;
}
.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #004994;
}
@media (min-width: 992px) {
  .breadcrumb {
    padding: 1rem 0;
  }
}
.breadcrumb .fa-house {
  font-size: 1rem;
  line-height: 1rem;
}
.breadcrumb .fa-angle-right {
  color: #212529;
  font-size: 0.75rem;
  line-height: 1.75rem;
  margin: 0 0.5rem;
}
.breadcrumb a:before {
  content: "";
}
.breadcrumb * {
  line-height: 1.75rem;
}
.breadcrumb .breadcrumb-item {
  padding-right: var(--bs-breadcrumb-item-padding-x);
}
.breadcrumb .breadcrumb-item:before {
  font-family: "Font Awesome 6 Sharp";
  content: "\f105";
  color: #212529;
  font-size: 0.75rem;
  font-weight: 900;
}
.breadcrumb .breadcrumb-item:first-child:before {
  content: none;
}
.breadcrumb .breadcrumb-item + .breadcrumb-item {
  padding-left: 0;
}
.breadcrumb a:hover {
  text-decoration: underline;
  text-underline-offset: 0.25rem;
}
@media (min-width: 1400px) {
  .container:has(.breadcrumb) + .container {
    margin-top: 2rem;
  }
}
.pagination .disabled {
  display: none;
}
.pagination .page-item {
  padding: 0;
}
.pagination .page-link, .pagination .page-link-placholder {
  font-weight: 700;
  padding: 0.5rem 1rem;
  min-width: 3.5rem;
  min-height: 3.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagination .page-link :not(.active), .pagination .page-link-placholder :not(.active) {
  background: transparent;
}
.pagination .page-link[aria-hidden=true], .pagination .page-link-placholder[aria-hidden=true] {
  color: #000;
  border: var(--bs-pagination-border-width) solid var(--bs-pagination-border-color);
  margin-left: calc(var(--bs-border-width) * -1);
}
.pagination a.page-link:focus {
  z-index: 10;
  box-shadow: 0 0 0 0.25rem #004994;
}
.badge {
  text-transform: uppercase;
  font-size: 1rem !important;
  padding: 0.5rem 0.75rem;
  vertical-align: super;
}
.slider {
  overflow: scroll;
}
.slider .slider-row {
  --bs-gutter-x: 2rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
  flex-wrap: nowrap;
}
.slider .slider-slide {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
  flex: 0 0 auto;
  width: 33.33333333%;
}
.slider .slider-wrapper {
  display: flex;
}
[data-toggle=lightbox]:has(picture) picture {
  position: relative;
}
[data-toggle=lightbox]:has(picture) i {
  position: absolute;
  height: 2.5rem;
  width: 2.5rem;
  bottom: 0.5rem;
  right: 0.5rem;
  background: #004994;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
}
.lightbox .modal-content {
  box-shadow: 0 0 0 0.5rem #fff !important;
}
@media (min-width: 992px) {
  .lightbox .modal-content {
    box-shadow: 0 0 0 1rem #fff !important;
  }
}
.lightbox-caption {
  background: #fff;
  padding-bottom: 0 !important;
}
.lightbox-caption em {
  font-style: normal;
  color: #000;
}
.lightbox-carousel:has(.carousel-control) {
  background: #fff;
}
.lightbox-carousel:has(.carousel-control) .ratio {
  background: transparent !important;
}
.lightbox-carousel:has(.carousel-control) .lightbox-caption {
  height: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 1rem !important;
}
.lightbox-carousel:has(.carousel-control) .carousel-control {
  height: 48px !important;
  width: 48px;
  border-radius: 50%;
  border: 2px solid #004994;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .lightbox-carousel:has(.carousel-control) .carousel-control {
    transition: none;
  }
}
.lightbox-carousel:has(.carousel-control) .carousel-control {
  background: #fff;
  opacity: 1;
  bottom: 0;
  top: auto;
  right: 0;
  left: auto;
}
.lightbox-carousel:has(.carousel-control) .carousel-control:after {
  content: "";
  transform: rotate(-135deg) translate(-2px, 2px);
  border-right: 3px solid #004994;
  border-top: 3px solid #004994;
  top: 0;
  left: 0;
  height: 12px;
  width: 12px;
  margin-left: -2px;
}
.lightbox-carousel:has(.carousel-control) .carousel-control.carousel-control-prev {
  right: 4rem;
}
.lightbox-carousel:has(.carousel-control) .carousel-control.carousel-control-next:after {
  transform: rotate(45deg) translate(0, 0);
}
.lightbox-carousel:has(.carousel-control) .carousel-control:hover {
  transition: all 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .lightbox-carousel:has(.carousel-control) .carousel-control:hover {
    transition: none;
  }
}
.lightbox-carousel:has(.carousel-control) .carousel-control:hover {
  box-shadow: 0 0 0 0.25rem rgba(0, 73, 148, 0.25);
  border-color: rgb(0, 58.4, 118.4);
}
.lightbox-carousel:has(.carousel-control) .carousel-control:hover:after {
  border-color: rgb(0, 58.4, 118.4);
}
.lightbox-carousel:has(.carousel-control) .carousel-control .carousel-control-prev-icon, .lightbox-carousel:has(.carousel-control) .carousel-control .carousel-control-next-icon {
  display: none;
}
ul {
  padding-left: 1rem;
}
ul li {
  padding: 0.125rem 0;
}
ul li:first-child {
  padding-top: 0.25rem;
}
ul li:last-child {
  padding-bottom: 0.25rem;
}
ul li::marker {
  color: #004994;
}
ul.list-icon-check li {
  padding-left: 0.5rem;
}
ul.list-icon-check li > * {
  margin-bottom: 0;
}
ul.list-icon-check li::marker {
  content: "\f00c";
  font-family: "Font Awesome 6 Sharp";
  font-weight: 900;
  font-size: 1.125rem;
}
ul.list-numbered {
  counter-reset: list-number;
  padding-left: 1.5rem;
}
ul.list-numbered li {
  counter-increment: list-number;
  padding-left: 0.125rem;
}
ul.list-numbered li::marker {
  content: counters(list-number, ".") ".";
  color: #000;
}
ul.list-numbered li ul {
  padding-left: 1.75rem;
  counter-reset: list-number;
}
.tab-horizontal .list-group a {
  padding: 1rem 0;
  font-size: 1.5rem;
  border-width: 1px 0 0;
  margin-top: 0 !important;
}
.tab-horizontal .list-group a:last-child {
  border-bottom-width: 1px;
}
.tab-horizontal .list-group a:before {
  content: "";
}
.tab-horizontal .list-group a:hover {
  border-color: #000;
}
.tab-horizontal .list-group a:hover + a {
  border-top-color: #000;
}
.tab-horizontal .list-group a.active {
  background: none;
  color: #000;
  border-color: #000;
}
.tab-horizontal .list-group a.active + a {
  border-top-color: #000;
}
@media (max-width: 767.98px) {
  .ce {
    margin-top: 1rem !important;
  }
}
.ce h1 {
  margin-top: 1rem;
  color: #004994;
}
.ce h1:after {
  content: "";
  display: block;
  height: 0.25rem;
  background-color: #004994;
  margin-top: 0.5rem;
  border-bottom: 4px solid #004994;
  width: 100%;
}
.ce h1 + h2 {
  margin-top: 2rem;
}
.ce h2 {
  margin-top: 3rem;
}
@media (max-width: 991.98px) {
  .ce h2 {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .ce h2 {
    margin-top: 3rem;
  }
}
.ce #html-ueberschriften + h1 + h2 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}
main .footer-contact {
  background: #d4edfc;
  padding-top: 2rem;
  padding-bottom: 1rem;
}
@media (min-width: 992px) {
  main .footer-contact {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
main .footer-contact header {
  margin-bottom: 1.5rem;
}
@media (min-width: 992px) {
  main .footer-contact header {
    margin-bottom: 3rem;
  }
}
main .footer-contact h2 {
  margin-bottom: 0.5rem;
}
main .footer-contact p {
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  main .footer-contact p {
    margin-bottom: 0.5rem;
  }
}
@media (max-width: 991.98px) {
  main .footer-contact .col {
    margin-bottom: 1.5rem;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  main .footer-contact .col {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  main .footer-contact p {
    margin-bottom: 0.25rem;
  }
}
main .footer-contact * {
  color: #004994;
}
main .footer-contact [class*=fa] {
  margin-right: 0.25rem;
}
main .footer-contact a {
  text-decoration: none;
}
main .footer-contact a:not(:hover) span {
  text-decoration: none;
}
main .footer-contact a:hover {
  color: rgb(0, 58.4, 118.4);
}
main .footer-contact a:focus-visible {
  box-shadow: none;
  text-decoration: underline;
}
.benefits {
  background: rgb(251.5, 252, 252.5);
  padding: 2rem 0;
}
.benefits ~ .row {
  margin-top: 2rem;
}
.benefits .col-lg-5 {
  display: flex;
  align-items: center;
}
aside.dguv {
  position: relative;
  border-right: 1px solid #dee2e6;
}
aside.dguv:before {
  content: "";
  position: absolute;
  background: #f8f9fa;
  height: 100%;
  width: 50vw;
  right: 0;
  left: auto;
  top: 0;
}
aside.dguv > * {
  position: relative;
}
aside.dguv .list-group-item {
  border: none;
}
aside.dguv .h5 {
  padding-left: 1rem;
}
aside.dguv li.active {
  background: #d4edfc;
  display: flex;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
aside.dguv li.active:not(:has([class*=fa-])) {
  justify-content: space-between;
}
aside.dguv li.active a:after {
  content: "\f304";
  font-family: "Font Awesome 6 Sharp";
  color: #004994;
  display: inline-flex;
  margin-right: 0.75rem;
  margin-left: auto;
}
aside.dguv a {
  position: relative;
  display: inline-flex;
  align-items: center;
  width: 100%;
  transition: all 0.2s ease-in-out;
  padding: 0.375rem 0rem 0.375rem 1rem;
}
aside.dguv a i {
  margin-right: 0.25rem;
}
aside.dguv a span {
  position: relative;
}
aside.dguv a span:after {
  content: "";
  width: 0;
  position: absolute;
  bottom: 0;
  border-bottom: 2px solid #004994;
  left: 50%;
  transform: translateX(-50%);
  transition: 0.2s cubic-bezier(0.22, 0.61, 0.36, 1);
}
aside.dguv a:hover {
  transition: 0.4s;
}
aside.dguv a:hover span:after {
  width: 100%;
  transition: 0.2s cubic-bezier(0.22, 0.61, 0.36, 1);
}
aside.dguv .accordion-item {
  margin-bottom: 1.5rem;
}
aside.dguv .accordion-item, aside.dguv .accordion-button {
  border: none;
  background-color: transparent;
}
aside.dguv .section-header h3 {
  font-size: 1.125rem;
  margin-top: 0.5rem;
}
aside.dguv .sub-item a {
  padding-left: 2rem;
}
aside.dguv .accordion-button {
  pointer-events: none;
  font-size: 1.125rem;
  font-weight: 500;
  justify-content: space-between;
  padding: 0 0 0.5rem 0;
}
aside.dguv .accordion-button .fa-solid {
  margin-right: 0.875rem;
}
aside.dguv .accordion-button:not(.collapsed) {
  background: none;
  box-shadow: none;
}
aside.dguv .accordion-button:not(.collapsed) .fa-solid {
  transform: rotate(180deg);
}
aside.dguv .accordion-button:after {
  content: none;
}
aside.dguv .accordion-body {
  padding: 0;
}
aside.dguv + section {
  padding-bottom: 6rem;
}
aside.dguv .nav-item {
  padding: 0;
}
aside.dguv .nav-item.disabled {
  opacity: 0.5;
}
aside.dguv .nav-item.disabled .nav-link {
  cursor: not-allowed;
  pointer-events: none;
}
aside.dguv .nav-item.disabled .nav-link.minshare-blocked {
  pointer-events: auto;
}
aside.dguv .nav-item.disabled .nav-link span:after {
  display: none;
}
.parent-actions {
  display: flex;
  justify-content: flex-end;
  gap: 2rem;
}
.verteilungsliste-header {
  background: #004994;
  color: #fff;
}
.verteilungsliste-header .time {
  width: 15rem;
  display: flex;
  flex-wrap: wrap;
}
.verteilungsliste-header .time-head {
  min-width: 100% !important;
  border-left: 1px solid #dee2e6;
  border-right: 1px solid #dee2e6;
}
.verteilungsliste-header .time-head ~ span {
  padding: 0 !important;
  margin-bottom: 0.25rem;
}
.verteilungsliste-header button {
  min-width: 5rem;
  color: #fff;
}
.verteilungsliste-header span {
  padding: 0.25rem 0 !important;
}
.accordion-button {
  color: #000 !important;
  font-size: 1.5rem;
}
.accordion-button:focus-visible {
  outline: 0;
  box-shadow: 0px 0px 0px 2px rgb(0, 73, 148), 0px 0px 0px 4px rgb(255, 255, 255) !important;
}
[class*=verteilungsliste] [aria-expanded=true] .fa-caret-right {
  transform: rotate(90deg) !important;
}
[class*=verteilungsliste] .fa-caret-right {
  color: #adb5bd;
}
[class*=verteilungsliste].result .col {
  font-size: 1.25rem;
}
[class*=verteilungsliste].result .description {
  flex-direction: column;
  align-items: start;
}
[class*=verteilungsliste].result .hour.sifa {
  min-width: 15rem;
}
[class*=verteilungsliste].result .accordion-item {
  border-bottom: 1px solid #dee2e6;
}
[class*=verteilungsliste].result label {
  margin-bottom: 0.25rem;
  font-weight: 500;
}
[class*=verteilungsliste].result span {
  border: 0 !important;
}
[class*=verteilungsliste].result textarea {
  width: 90%;
  min-height: 3rem;
  height: 3rem;
  padding: 0.5rem;
}
[class*=verteilungsliste] .accordion-button {
  background: var(--bs-accordion-active-bg);
  background: #f8f9fa;
  min-height: 5rem;
}
[class*=verteilungsliste] .accordion-header {
  display: flex;
  align-items: stretch;
}
[class*=verteilungsliste] .accordion-header .note-btn {
  opacity: 0;
  pointer-events: none;
}
[class*=verteilungsliste] .accordion-header .note-btn i {
  font-size: 1.25rem;
}
[class*=verteilungsliste] .accordion-header .note-btn:focus, [class*=verteilungsliste] .accordion-header .note-btn:focus-visible {
  outline: 0;
  box-shadow: 0px 0px 0px 2px rgb(0, 73, 148), 0px 0px 0px 4px rgb(255, 255, 255) !important;
  opacity: 1;
  pointer-events: auto;
}
[class*=verteilungsliste] .accordion-header:hover .note-btn, [class*=verteilungsliste] .accordion-header .note-btn:has(.fa-clipboard-check) {
  opacity: 1;
  pointer-events: auto;
}
[class*=verteilungsliste] .accordion-header:has(.accordion-button:hover) {
  background: #f8f9fa !important;
}
[class*=verteilungsliste] .accordion-header .col {
  display: flex;
  padding: 0;
  font-size: 1.125rem;
  font-weight: 600;
}
[class*=verteilungsliste] .accordion-header .col > div {
  flex: 1;
}
[class*=verteilungsliste] .accordion-header .col span.description {
  padding: 0 !important;
}
[class*=verteilungsliste] .accordion-header .col span.description button {
  display: inline-flex;
  margin: 0;
  padding: 0;
  color: #004994;
}
[class*=verteilungsliste] .accordion-header .col > * {
  display: flex;
  padding: 1rem 0;
  align-self: stretch;
  line-height: normal;
  border-top: 0;
  border-bottom: 0;
  background: transparent;
}
[class*=verteilungsliste] .accordion-header .col > *.hour {
  min-width: 5.5rem;
  max-width: 5.5rem;
  border: 2px solid #e9ecef;
  align-self: center;
  margin: 0.75rem 0.25rem;
  padding: 0.75rem 0rem 0.75rem 0.5rem;
}
[class*=verteilungsliste] .accordion-header .col > *.hour:last-child {
  margin-right: 0;
  color: #6c757d;
  background: #e9ecef;
}
[class*=verteilungsliste] .accordion-header .accordion-button {
  margin-left: auto;
  width: auto;
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0;
  min-height: 5rem;
}
[class*=verteilungsliste] .accordion-header .accordion-button {
  min-width: 4rem;
  max-width: 4rem;
  padding: 1rem 0;
  display: flex;
  justify-content: left;
  align-items: start;
  font-size: 1.125rem;
  font-weight: 600;
  box-shadow: none;
  margin-left: 0;
}
[class*=verteilungsliste] .accordion-header .accordion-button .fa-sharp {
  line-height: normal;
  margin-right: 0.75rem;
  margin-top: 0.125rem;
  font-size: 1rem;
  color: #adb5bd;
}
[class*=verteilungsliste] .accordion-header .accordion-button:after {
  content: none;
}
[class*=verteilungsliste] .accordion-header .accordion-button[aria-expanded=true] .fa-sharp:before {
  transform: var(--bs-accordion-btn-icon-transform);
}
[class*=verteilungsliste] .accordion-body {
  padding: 0 0 0 4rem;
}
[class*=verteilungsliste] .accordion-body .col {
  padding: 0.25rem 2rem 0.25rem 0rem;
  color: #495057;
}
[class*=verteilungsliste] .accordion-body .note-line .description:not(:empty) {
  display: block;
  padding-bottom: 1rem;
}
[class*=verteilungsliste] .accordion-body:has(.col ~ .col) {
  padding-bottom: 1rem;
}
[class*=verteilungsliste] .accordion-body:has(.col ~ .col) .description {
  padding-bottom: 0;
}
[class*=verteilungsliste] .collapse {
  color: #495057;
}
[class*=verteilungsliste] .accordion-item:has(.accordion-body .col:only-child):has(.note-line .description:empty) .accordion-header .accordion-button {
  pointer-events: none;
}
[class*=verteilungsliste] .accordion-item:has(.accordion-body .col:only-child):has(.note-line .description:empty) .accordion-header .accordion-button .fa-sharp {
  opacity: 0;
}
h1 + .accordion.verteilungsliste,
.h1 + .accordion.verteilungsliste {
  margin-top: 0.5rem;
}
.bb-title {
  page-break-inside: avoid;
  margin-bottom: 0.5rem;
}
.bb-title + .accordion.verteilungsliste {
  margin-top: 0.5rem;
}
.verteilungsliste-footer {
  border-bottom: 1px solid #dee2e6;
  background: #e9ecef;
}
.verteilungsliste-footer .description {
  flex: 1;
  align-items: center;
  padding-left: 1rem !important;
}
.verteilungsliste-footer .negative {
  color: #d51317;
}
.verteilungsliste-footer .col {
  display: flex;
  align-items: center;
  padding: 0;
  font-size: 1.125rem;
  font-weight: 600;
}
.verteilungsliste-footer #difference-output {
  justify-content: center;
  margin-left: 0.5rem;
  margin-right: 0.25rem;
}
.verteilungsliste-footer #difference-output:before {
  content: "";
  margin-right: 0.125rem;
}
.verteilungsliste-footer #difference-output.positive {
  color: #006226;
}
.verteilungsliste-footer #difference-output.positive:before {
  content: "+";
}
.verteilungsliste-footer #difference-output.identical:before {
  content: "±";
}
.verteilungsliste-footer #difference-output.negative:before {
  content: "-";
}
.verteilungsliste-footer #difference-output.identical {
  color: gray;
  font-weight: normal;
}
.verteilungsliste-footer span, .verteilungsliste-footer .description {
  display: flex;
  padding: 0.5rem 0;
  line-height: normal;
  border-top: 0;
  border-bottom: 0;
  background: transparent;
}
.verteilungsliste-footer span .btn, .verteilungsliste-footer .description .btn {
  background: #ced4da;
  margin-left: 1rem;
}
> .verteilungsliste-footer span:first-child, > .verteilungsliste-footer .description:first-child {
  min-width: 4rem;
  max-width: 4rem;
}
.verteilungsliste-footer span.hour, .verteilungsliste-footer .description.hour {
  min-width: 5.5rem;
  max-width: 5.5rem;
  border-right: 0;
  padding-left: 0.5rem;
  margin: 0.75rem 0.125rem;
}
@media (min-width: 992px) {
  .verteilungsliste-footer.fixed {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1030;
    background: var(--bs-body-bg, #fff);
    border-top: 2px solid #343a40;
  }
  .accordion.verteilungsliste.has-fixed-footer {
    margin-bottom: var(--verteilungsliste-footer-height, 5rem);
  }
}
.accordion-group-title {
  background: #e9ecef;
  padding: 1rem 1rem 1rem 0;
}
.accordion-group-title h3 {
  margin: 0;
  font-weight: 600;
  line-height: 1.375;
  display: flex;
}
.accordion-group-title .group-title-nr {
  min-width: 4rem;
  display: inline-block;
  padding-left: 1.25rem;
}
.col-note {
  display: none;
  width: calc(100% - 19rem);
  padding-left: 4rem;
  margin-bottom: 2rem;
}
.col-note label {
  color: #495057;
  font-size: 1rem;
}
.col-note [placeolder] {
  color: #adb5bd;
}
.col-note textarea {
  font-size: 1.125rem;
}
.print-button .fa-print {
  font-size: 1rem;
  margin-right: 0.25rem;
}
.download-button:before {
  font-weight: 900;
}
.minshare-blocked.disabled,
.btn.minshare-blocked.disabled,
.download-button.minshare-blocked.disabled,
.dynamic-nav-link.minshare-blocked.disabled,
.nav-link.minshare-blocked.disabled {
  pointer-events: auto !important;
  cursor: not-allowed !important;
}
.verteilungsliste-header .col {
  display: flex;
  align-items: stretch;
  padding: 0;
  font-size: 1.125rem;
  font-weight: 600;
}
.verteilungsliste-header .col > span:first-child {
  min-width: 4rem;
  max-width: 4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem 0 !important;
}
.verteilungsliste-header .col > .description {
  flex: 1;
  display: flex;
  align-items: center;
  padding: 1rem 0 !important;
}
.verteilungsliste-header .col .time {
  margin-left: auto;
  width: 17.75rem;
  display: flex;
  flex-wrap: nowrap;
}
.verteilungsliste-header .col .time .time-head {
  min-width: 100% !important;
}
.verteilungsliste-header .col .time .time-head ~ span {
  margin-bottom: 0.25rem;
}
.verteilungsliste-header .col .time .time-head ~ span:last-child {
  margin-right: 0;
}
.verteilungsliste-header .col .time .hour {
  min-width: 5.5rem;
  max-width: 5.5rem;
  padding-left: 1rem;
  display: flex;
  align-items: center;
}
.verteilungsliste-header .col .time .hour.sum {
  border: none;
}
.verteilungsliste-header .col .time * {
  margin: 0 0.25rem;
  border: 0;
}
.verteilungsliste-header .col .toggle-show {
  margin-left: 0;
  min-width: 5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
body.dguv main > * {
  margin-top: 0;
  margin-bottom: 0;
}
body.dguv main > .container {
  height: 100%;
}
body.dguv main > .container > .row {
  height: 100%;
}
#maincontent {
  outline: none;
}
#maincontent:focus-visible {
  box-shadow: none;
}
:focus-visible, button:focus-visible {
  outline: 0;
  box-shadow: 0px 0px 0px 2px rgb(0, 73, 148), 0px 0px 0px 4px rgb(255, 255, 255);
}
.dguv .meta-nav .btn-linear-nav.active {
  background: rgb(248, 214.6, 217.8);
}
.sticky .dguv .meta-nav .btn-linear-nav * {
  color: #000 !important;
}
.dguv .meta-nav :is(.nav-link, .btn-dropdown) [class*=fa-] {
  font-size: 1.25rem;
}
@media (max-width: 1199.98px) {
  #header:has(.sticky) .meta-nav {
    right: 1rem;
  }
  #header:has(.sticky) .primary-nav:before {
    width: 100vw;
    left: -1rem;
  }
}
#header:has(.sticky) .btn-linear-nav * {
  color: #000 !important;
}
#header:has(.sticky) .dropdown-menu {
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
  top: 61px !important;
}
#header:has(.sticky) .dropdown-menu a:hover, #header:has(.sticky) .dropdown-menu a:focus-visible {
  background: transparent !important;
  text-decoration: underline;
}
.primary-nav {
  min-height: 60px;
}
@media (max-width: 1199.98px) {
  .primary-nav:before {
    width: 100vw;
    left: -1rem;
  }
}
.primary-nav .btn {
  display: inline-flex;
  align-items: center;
}
.primary-nav .btn .fa-solid {
  margin-right: 0.5rem;
}
.is-homepage .primary-nav .btn {
  display: none !important;
}
.primary-nav #management-label {
  font-weight: 700;
}
.is-homepage .primary-nav #management-label {
  display: none !important;
}
.dropdown-menu p:has(a), .dropdown-menu p:has(a) + p {
  font-size: 1.125rem;
  margin-bottom: 0.5rem;
  line-height: 2.5rem;
}
.dropdown-menu p:has(a) a, .dropdown-menu p:has(a) + p a {
  line-height: 1.5 !important;
}
.dropdown-menu p:has(a) a:after, .dropdown-menu p:has(a) + p a:after {
  content: none !important;
}
.dropdown-menu i.fa-sharp {
  color: #004994 !important;
  margin-right: 0.25rem !important;
}
.dynamic-nav-link.disabled {
  opacity: 0.5 !important;
  cursor: not-allowed !important;
}
.dynamic-nav-link.disabled.minshare-blocked {
  pointer-events: auto !important;
}
@media print {
  .accordion-button {
    pointer-events: none; /* Buttons im Druck deaktivieren */
  }
  .accordion-collapse {
    display: block !important; /* Alle Accordion-Bereiche sichtbar machen */
  }
  header, aside, footer {
    display: none;
  }
  /* Sicherstellen, dass die zweite Titelzeile immer gedruckt wird */
  .bb-subtitle {
    display: block !important;
    white-space: nowrap;
    margin-bottom: 0.5rem;
  }
}
.dguv.is-homepage .import-text-homepage {
  display: inline !important;
}
.dguv.is-homepage .import-text-subpage {
  display: none;
}
@media (min-width: 992px) {
  .dguv .modal .modal-body {
    padding: 1rem 3rem 0 3rem;
  }
}
.dguv .modal .modal-body > [class*=fa-] {
  font-size: 2rem;
  margin-bottom: 1rem;
  border-radius: 50%;
  padding: 0;
  min-width: 5rem;
  min-height: 5rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.dguv .modal .modal-body .alert-warning {
  margin-top: 1rem;
  padding: 1rem;
  text-align: left;
  display: flex;
  align-items: center;
}
.dguv .modal .modal-body .alert-warning i {
  margin-right: 1rem;
  font-size: 1.5rem;
}
.dguv .modal .modal-body .alert-warning p {
  color: inherit;
  line-height: normal;
}
.dguv .modal .fa-arrow-rotate-left {
  background: rgb(255, 242.6, 205.4);
}
.dguv .modal .fa-file-arrow-up {
  background: #d4edfc;
}
.dguv .modal .fa-check {
  background: #afca0b;
  color: #000;
}
.dguv .modal form {
  text-align: left;
}
.dguv .modal label {
  font-size: 1rem;
  color: #495057;
}
.dguv .modal [data-action=download-data] {
  color: #495057;
  margin-top: 1rem;
  padding: 0.5rem 1rem;
}
.dguv .modal [data-action=download-data]:hover {
  background: #f8f9fa;
  color: #343a40;
}
.dguv .modal [data-action=download-data] i {
  margin-right: 0.25rem;
}
.dguv .modal p {
  color: #495057;
}
.dguv .modal .import-text-homepage {
  display: none;
}
.dguv .modal .modal-footer {
  justify-content: center;
  padding-bottom: 2rem;
}
.dguv .modal#modal-orientierungswert-gb .modal-body {
  text-align: left;
}
.dguv .modal-contact-member .fa-users {
  background: #d4edfc;
}
@media (min-width: 992px) {
  input.form-control {
    font-size: 1.125rem;
  }
}
input.form-control[disabled] {
  border-color: #e9ecef;
  color: #6c757d;
}
form #business-type {
  z-index: 1;
  position: relative;
}
form .col-tooltip {
  background: var(--bs-secondary-bg);
}
form .col-tooltip button {
  font-size: 1rem;
  letter-spacing: 0.4px;
  color: #495057;
  width: 100%;
  text-align: left;
}
form .alert {
  padding: 0.5rem 0.75rem;
  background: var(--bs-secondary-bg);
  z-index: 0;
  font-size: 1rem;
  width: 50%;
}
form .alert i {
  margin-right: 0.25rem;
}
form .btn {
  margin: 0;
}
.row-submit {
  margin-top: 4rem;
}
.row-submit .col {
  justify-content: right;
  display: flex;
}
.form-threshold .header {
  font-size: 1rem;
}
.form-threshold p {
  margin-bottom: 0;
}
.form-threshold p + p {
  color: #6c757d;
}
.form-threshold hr {
  margin: 1.5rem 0;
  border-top: 2px solid;
  opacity: 0.05;
}
.form-threshold .row-total input {
  background: transparent;
  border: none;
  color: #000;
}
.form-threshold .row-total input.result {
  font-weight: 700;
}
.form-threshold .col + .col {
  padding-left: 0;
}
#form-contact-member #employees-count {
  background: var(--bs-secondary-bg);
  width: 100%;
  display: flex;
  align-items: center;
  height: 55px;
  padding-left: 0.75rem;
  color: var(--bs-light-text-emphasis);
}
@media (max-width: 1199.98px) {
  h1 {
    font-size: 2rem;
  }
}
.row-regelbetreuung {
  align-items: center;
}
.row-regelbetreuung p {
  margin-bottom: 0;
}
.row-regelbetreuung .alert {
  margin-top: 1rem;
  padding: 1.5rem 0;
}
.orientierungswert-gesamtbetreuung {
  background: #d4edfc;
}
.orientierungswert-gesamtbetreuung .col-value {
  font-weight: 700;
  font-size: 1.25rem;
}
[data-layout=homepage] {
  margin-left: -1rem;
  margin-right: -1rem;
}
[data-layout=homepage] .hero {
  margin-top: 6rem;
  margin-bottom: 6rem;
}
@media (min-width: 768px) {
  [data-layout=homepage] .hero .row {
    flex-direction: row-reverse;
  }
}
@media (max-width: 767.98px) {
  [data-layout=homepage] .hero {
    margin-top: 2rem;
    margin-bottom: 3rem;
  }
  [data-layout=homepage] .hero [class*=col]:first-child {
    margin-bottom: 2rem;
    padding: 0 5rem;
  }
}
[data-layout=homepage] .advantages {
  padding-bottom: 3rem;
}
[data-layout=homepage] .notice {
  margin-top: 6rem;
}
[data-layout=homepage] .alert {
  padding: 1rem;
}
[data-layout=homepage] .card {
  text-align: center;
}
[data-layout=homepage] .card > [class*=fa-] {
  margin: 0 auto 1rem auto;
  font-size: 2rem;
  border-radius: 50%;
  padding: 0;
  width: 5rem;
  min-height: 5rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #d4edfc;
}
[data-layout=homepage] .card {
  background: #fff;
  margin: 0;
  padding: 2rem;
  flex-direction: column;
  min-height: 100%;
}
.note-btn {
  padding: 0;
}
.btn[class*=download-button] {
  display: flex;
  padding: 0.5rem 0;
  align-items: center;
}
.btn[class*=download-button] > i {
  font-size: 2.25rem;
  margin-right: 1rem;
}
.btn[class*=download-button] .download-description {
  display: flex;
  align-items: center;
}
.btn[class*=download-button] .download-description i {
  margin-right: 0.25rem;
}
.btn[class*=download-button] .download-description span {
  text-decoration: none !important;
}
.btn[class*=download-button] span {
  display: block;
  text-align: left;
  line-height: normal;
}
.btn[class*=download-button] span:first-child {
  font-weight: bold;
  font-size: 1.25rem;
}
.btn[class*=download-button] span:last-child {
  font-size: 1rem;
}
.btn-xl {
  padding: 1rem 2rem;
  font-size: 1.5rem;
}
.btn-import {
  display: flex;
  align-items: center;
  margin-left: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
.btn-import i {
  font-size: 1.25rem;
  margin-right: 0.5rem;
}
.btn-import span:not(:hover) {
  text-decoration: none !important;
}