/* Source common/css/styles/screen/accessibility.scss */

.visible_for_screen_reader {
  border: 0;
  clip: rect(0.0625rem, 0.0625rem, 0.0625rem, 0.0625rem);
  height: 0.0625rem;
  left: -624.9375rem;
  overflow: hidden;
  padding: 0;
  position: absolute;
  top: -624.9375rem;
  width: 0.0625rem;
}

abbr {
  text-decoration: none;
}

/* Source common/css/styles/screen/accordion.scss */

[role=tablist] {
  margin-bottom: 1.5em;
}

* + [role=tablist] {
  margin-top: 1.5em;
}

[role=tab] {
  align-items: center;
  border-top: 0.0625rem solid #dce0e0;
  cursor: pointer;
  display: flex;
  margin: 0 0 0.375em;
  min-width: 100%;
  padding: 0.4995em 0;
}
[role=tab] .title {
  flex-basis: 100%;
  margin-right: 0.75em;
  overflow: hidden;
  text-overflow: ellipsis;
}
[role=tab] .icon {
  display: block;
  fill: #002F69;
  height: 1.5rem;
  transform: rotate(0deg);
  width: 1.5rem;
}
[role=tab][aria-expanded=true] {
  border-color: #002F69;
}
[role=tab][aria-expanded=true] .icon {
  transform: rotate(180deg);
}
[role=tab]:focus {
  border-color: #002F69;
  outline: 0;
}
[role=tab]:focus .title {
  color: #002F69;
}

[role=tabpanel] {
  height: auto;
  margin: 0;
  max-height: 0;
  overflow: hidden;
}
[role=tabpanel][aria-hidden=false] {
  margin: 1.5em 0;
  max-height: none;
}
[role=tabpanel].animated {
  transition: all 600ms;
}

/* Source common/css/styles/screen/address.scss */

.contact_wrapper {
  display: flex;
  flex-wrap: wrap;
}
.contact_wrapper p {
  margin-right: 2.25em;
}
.contact_wrapper .postal_address > span {
  display: block;
}

.contact {
  display: flex;
}
.contact > span {
  min-width: 1.5625rem;
  font-weight: 700;
}
.contact > span.text {
  font-weight: 300;
}

.address_vcard_button {
  margin: 0.75em 0;
}

.address_call_button {
  margin: 0.75em 0;
}

/* Source common/css/styles/screen/aside.scss */


/* Source common/css/styles/screen/atikon_address.scss */

.atikon_logo {
  height: 100%;
}

/* Source common/css/styles/screen/author.scss */

a.author {
  color: #050F27;
  display: inline-block;
  font-size: 1rem;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
}

/* Source common/css/styles/screen/breadcrumbs.scss */

.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0.75em;
}
.breadcrumbs p {
  margin: 0 0.375em 0 0;
}
.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
}
.breadcrumbs .separator {
  margin: 0 0.375em;
}

/* Source common/css/styles/screen/button.scss */

.button {
  border-radius: 2em;
  padding: 0 1.5em;
  background: #0087FF;
  border: 0.0625rem solid #0087FF;
  color: #fff;
  display: inline-flex;
  justify-content: center;
  text-decoration: none;
  transition: background 300ms, border 300ms, color 300ms;
  user-select: none;
}
.button > span {
  align-items: center;
  display: flex;
  justify-content: center;
  min-height: 2.625rem;
}
@media (min-width: 20rem) {
  .button > span {
    min-height: calc(2.625rem + 0.625 * (100vw - 20rem) / (92.5));
  }
}
@media (min-width: 112.5rem) {
  .button > span {
    min-height: 3.25rem;
  }
}
.button .icon {
  fill: #fff;
  flex-shrink: 0;
  height: 1.5rem;
  transition: fill 300ms;
  width: 1.5rem;
}
.button .text {
  font-weight: 300;
  padding: 0.375em 0;
}
.button .icon + .text {
  padding-left: 0.4995em;
}
.button.secondary {
  background: #002F69;
  border: 0.0625rem solid #002F69;
  color: #fff;
  display: inline-flex;
  justify-content: center;
  text-decoration: none;
  transition: background 300ms, border 300ms, color 300ms;
  user-select: none;
}
.button.secondary > span {
  align-items: center;
  display: flex;
  justify-content: center;
  min-height: 2.625rem;
}
@media (min-width: 20rem) {
  .button.secondary > span {
    min-height: calc(2.625rem + 0.625 * (100vw - 20rem) / (92.5));
  }
}
@media (min-width: 112.5rem) {
  .button.secondary > span {
    min-height: 3.25rem;
  }
}
.button.secondary .icon {
  fill: #fff;
  flex-shrink: 0;
  height: 1.5rem;
  transition: fill 300ms;
  width: 1.5rem;
}
.button.secondary .text {
  font-weight: 300;
  padding: 0.375em 0;
}
.button.secondary .icon + .text {
  padding-left: 0.4995em;
}
.button .text {
  font-weight: 700;
  text-align: center;
  letter-spacing: calc((1rem + 0.125 * (100vw - 20rem) / (92.5)) / 1000 * 0);
  font-size: 1rem;
  hyphens: none;
}
@media (min-width: 20rem) {
  .button .text {
    font-size: calc(1rem + 0.125 * (100vw - 20rem) / (92.5));
  }
}
@media (min-width: 112.5rem) {
  .button .text {
    font-size: 1.125rem;
  }
}
.button:focus {
  box-shadow: 0;
  outline: 0;
  background: #050F27;
  border-color: #050F27;
  color: #fff;
}
.button:focus .icon {
  fill: #fff;
}
.button:hover {
  background: #050F27;
  border-color: #050F27;
  color: #fff;
  text-decoration: none;
}
.button:hover .icon {
  fill: #fff;
}
.button:active, .button.active {
  box-shadow: 0;
  background: #006ccc;
  border: 0.0625rem solid #006ccc;
  color: #fff;
  display: inline-flex;
  justify-content: center;
  text-decoration: none;
  transition: background 300ms, border 300ms, color 300ms;
  user-select: none;
}
.button:active > span, .button.active > span {
  align-items: center;
  display: flex;
  justify-content: center;
  min-height: 2.625rem;
}
@media (min-width: 20rem) {
  .button:active > span, .button.active > span {
    min-height: calc(2.625rem + 0.625 * (100vw - 20rem) / (92.5));
  }
}
@media (min-width: 112.5rem) {
  .button:active > span, .button.active > span {
    min-height: 3.25rem;
  }
}
.button:active .icon, .button.active .icon {
  fill: #fff;
  flex-shrink: 0;
  height: 1.5rem;
  transition: fill 300ms;
  width: 1.5rem;
}
.button:active .text, .button.active .text {
  font-weight: 300;
  padding: 0.375em 0;
}
.button:active .icon + .text, .button.active .icon + .text {
  padding-left: 0.4995em;
}
.button.bottom_spacing {
  margin-bottom: 0.75em;
}

.button_overview {
  display: flex;
  flex-wrap: wrap;
}
.button_overview .button {
  margin: 0.75em 0.75em 0 0;
}

/* Source common/css/styles/screen/bypass_links.scss */

.bypass_links {
  left: 0;
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  z-index: 6000;
}
.bypass_links li {
  display: block;
  width: 20rem;
}
.bypass_links a {
  background: #fff;
  color: #002F69;
  display: inline-block;
  font-size: 85%;
  height: 0.0625rem;
  left: -624.9375rem;
  overflow: hidden;
  padding: 0.375em;
  position: absolute;
  text-decoration: underline;
  top: -624.9375rem;
  width: 0.0625rem;
}
.bypass_links a:focus {
  color: #002F69;
  height: auto;
  left: 0.375em;
  top: 0.375em;
  width: auto;
}

/* Source common/css/styles/screen/company_logo.scss */

.company_logo {
  width: 15rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 1em;
  transition: all 200ms;
}
@media (min-width: 20rem) {
  .company_logo {
    width: calc(15rem + 11.25 * (100vw - 20rem) / (92.5));
  }
}
@media (min-width: 112.5rem) {
  .company_logo {
    width: 26.25rem;
  }
}

/* Source common/css/styles/screen/cookie_banner.scss */

.cookie_banner {
  background: rgba(247, 248, 248, 0.9);
  padding: 1.25rem 1.875rem;
  margin: 0rem;
  margin-bottom: 2.25em !important;
  border-radius: 5rem;
  display: grid;
  position: fixed;
  max-height: 100vh;
  overflow-y: auto;
  row-gap: 0.75em;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9000;
  text-align: center;
  grid-template-areas: "cb_text_policy" "cb_link_privacy" "cb_button_confirm";
}
@media (min-width: 20rem) {
  .cookie_banner {
    margin: calc(0rem + 4.5 * (100vw - 20rem) / (92.5));
  }
}
@media (min-width: 112.5rem) {
  .cookie_banner {
    margin: 4.5rem;
  }
}
@media (min-width: 47.5rem) {
  .cookie_banner {
    align-items: center;
    column-gap: 1.5em;
    grid-template-columns: 1fr;
    grid-template-areas: "cb_text_policy cb_button_confirm" "cb_link_privacy cb_button_confirm";
  }
  .cookie_banner .cb_text_policy {
    text-align: left;
  }
  .cookie_banner .cb_link_privacy {
    justify-self: flex-start;
  }
}
.cookie_banner .cb_title_with_svg {
  display: none;
  grid-area: cb_title_with_svg;
}
.cookie_banner .cb_text_policy {
  grid-area: cb_text_policy;
}
.cookie_banner .cb_link_privacy {
  grid-area: cb_link_privacy;
}
.cookie_banner .cb_button_confirm {
  grid-area: cb_button_confirm;
}
.cookie_banner p {
  font-size: 85%;
  margin: 0;
  width: 100%;
}
.cookie_banner .close {
  flex: 0 0 auto;
}

/* Source common/css/styles/screen/dropdown_menu.scss */

.dropdown_menu {
  display: none;
}
@media (min-width: 112.5rem) {
  .dropdown_menu {
    align-items: center;
    display: flex;
    flex-grow: 1;
    justify-content: center;
  }
}
.dropdown_menu > ul {
  display: flex;
  position: relative;
}
.dropdown_menu > ul li {
  position: relative;
}
.dropdown_menu > ul li:hover > a, .dropdown_menu > ul li.hover > a {
  color: #002F69;
}
.dropdown_menu > ul li:hover > a:after, .dropdown_menu > ul li.hover > a:after {
  opacity: 1;
}
.dropdown_menu > ul li:hover > ul, .dropdown_menu > ul li.hover > ul {
  visibility: visible;
}
.dropdown_menu > ul li .icon {
  box-sizing: content-box;
  display: inline-block;
  height: 0.625rem;
  padding-left: 0.75em;
  width: 0.625rem;
}
.dropdown_menu > ul > li {
  align-items: center;
}
.dropdown_menu > ul > li > a {
  align-items: center;
  color: #050F27;
  display: flex;
  hyphens: none;
  padding: 0.75em;
  white-space: nowrap;
  position: relative;
  text-decoration: none;
  letter-spacing: calc((1rem + 0.125 * (100vw - 20rem) / (92.5)) / 1000 * 0);
  font-size: 1rem;
}
@media (min-width: 20rem) {
  .dropdown_menu > ul > li > a {
    font-size: calc(1rem + 0.125 * (100vw - 20rem) / (92.5));
  }
}
@media (min-width: 112.5rem) {
  .dropdown_menu > ul > li > a {
    font-size: 1.125rem;
  }
}
.dropdown_menu > ul > li > a:after {
  position: absolute;
  left: 49%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  bottom: 0;
  width: 0.3125rem;
  height: 0.3125rem;
  background-color: #0087FF;
  bottom: 0.5em;
  content: "";
  border-radius: 100%;
  opacity: 0;
  transition: 600ms;
}
.dropdown_menu > ul > li > a.active {
  color: #002F69;
}
.dropdown_menu > ul > li > a.active:after {
  opacity: 1;
}
.dropdown_menu > ul > li ul {
  background: #F7F8F8;
  padding: 0.75em 0;
  position: absolute;
  visibility: hidden;
  z-index: 1000;
}
.dropdown_menu > ul > li ul:target {
  visibility: visible;
}
.dropdown_menu > ul > li ul a {
  color: #050F27;
  display: flex;
  hyphens: none;
  justify-content: space-between;
  padding: 0 0.75em;
  white-space: nowrap;
  width: 100%;
}
.dropdown_menu > ul > li ul a:hover {
  color: #002F69;
}
.dropdown_menu > ul > li ul a:focus {
  outline-offset: -0.125rem;
}
.dropdown_menu > ul > li ul a.active {
  color: #002F69;
}
.dropdown_menu > ul > li ul ul {
  left: 100%;
  position: absolute;
  top: -0.75em;
}

/* Source common/css/styles/screen/footer.scss */

footer .footer-pre {
  background-color: #002F69;
  margin-top: 0rem;
  margin-bottom: 0rem;
  border-radius: 2.5rem;
  padding: 1.375rem;
  padding-bottom: 4.5rem;
}
@media (min-width: 20rem) {
  footer .footer-pre {
    margin-top: calc(0rem + 4.5 * (100vw - 20rem) / (92.5));
  }
}
@media (min-width: 112.5rem) {
  footer .footer-pre {
    margin-top: 4.5rem;
  }
}
@media (min-width: 20rem) {
  footer .footer-pre {
    margin-bottom: calc(0rem + 4.5 * (100vw - 20rem) / (92.5));
  }
}
@media (min-width: 112.5rem) {
  footer .footer-pre {
    margin-bottom: 4.5rem;
  }
}
@media (min-width: 20rem) {
  footer .footer-pre {
    border-radius: calc(2.5rem + 2.5 * (100vw - 20rem) / (92.5));
  }
}
@media (min-width: 112.5rem) {
  footer .footer-pre {
    border-radius: 5rem;
  }
}
@media (min-width: 20rem) {
  footer .footer-pre {
    padding: calc(1.375rem + 2 * (100vw - 20rem) / (92.5));
  }
}
@media (min-width: 112.5rem) {
  footer .footer-pre {
    padding: 3.375rem;
  }
}
footer .footer-pre h2, footer .footer-pre p, footer .footer-pre a {
  color: #fff;
}
footer .footer-pre h2 {
  color: #fff;
  font-weight: 400;
  line-height: 1;
}
footer .footer-pre .button-wrapper {
  display: flex;
  justify-content: center;
  margin-top: 0rem;
}
@media (min-width: 20rem) {
  footer .footer-pre .button-wrapper {
    margin-top: calc(0rem + 4.5 * (100vw - 20rem) / (92.5));
  }
}
@media (min-width: 61.875rem) {
  footer .footer-pre .button-wrapper {
    justify-content: flex-end;
  }
}
@media (min-width: 112.5rem) {
  footer .footer-pre .button-wrapper {
    margin-top: 4.5rem;
  }
}
footer .footer-pre .button-footer {
  width: 13.75rem;
  height: 13.75rem;
}
footer .footer-pre .footer_content p {
  font-size: 1.125rem;
  font-weight: 200;
}
@media (min-width: 20rem) {
  footer .footer-pre .footer_content p {
    font-size: calc(1.125rem + 1.25 * (100vw - 20rem) / (92.5));
  }
}
@media (min-width: 112.5rem) {
  footer .footer-pre .footer_content p {
    font-size: 2.375rem;
  }
}
footer .footer-pre .footer-post {
  background-color: rgba(255, 255, 255, 0.03);
  margin-top: 4.5rem;
  padding: 0 2.625rem 2.625rem 2.625rem;
  margin-bottom: 0.625rem;
  border-radius: 2.5rem;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
@media (min-width: 20rem) {
  footer .footer-pre .footer-post {
    margin-bottom: calc(0.625rem + 2 * (100vw - 20rem) / (92.5));
  }
}
@media (min-width: 112.5rem) {
  footer .footer-pre .footer-post {
    margin-bottom: 2.625rem;
  }
}
@media (min-width: 20rem) {
  footer .footer-pre .footer-post {
    border-radius: calc(2.5rem + 2.5 * (100vw - 20rem) / (92.5));
  }
}
@media (min-width: 112.5rem) {
  footer .footer-pre .footer-post {
    border-radius: 5rem;
  }
}
@media (min-width: 112.5rem) {
  footer .footer-pre .footer-post {
    height: 6.25rem;
    padding: 0 2.625rem;
  }
}
footer .footer-pre .footer-post .img_container {
  filter: invert(100%);
}
footer .footer-pre .footer-post .company_logo {
  width: 92%;
  padding: 1.95em 0 1.5em 0;
  margin: 0 auto;
  max-width: 34.375rem;
}
@media (min-width: 61.875rem) {
  footer .footer-pre .footer-post .company_logo {
    margin-bottom: 0;
  }
}
footer .footer-pre .address {
  display: flex;
  justify-content: center;
}
@media (min-width: 112.5rem) {
  footer .footer-pre .address {
    justify-content: flex-end;
  }
}
footer .footer-pre .contact_wrapper, footer .footer-pre .postal_address {
  display: flex;
  justify-content: center;
}
@media (min-width: 61.875rem) {
  footer .footer-pre .contact_wrapper, footer .footer-pre .postal_address {
    flex-wrap: nowrap;
  }
}
footer .footer-pre .contact_wrapper > a, footer .footer-pre .contact_wrapper .nobreak, footer .footer-pre .postal_address > a, footer .footer-pre .postal_address .nobreak {
  display: flex;
  align-items: center;
}
@media (min-width: 61.875rem) {
  footer .footer-pre .contact_wrapper > a, footer .footer-pre .contact_wrapper .nobreak, footer .footer-pre .postal_address > a, footer .footer-pre .postal_address .nobreak {
    margin-right: 1.5em;
  }
}
footer .footer-pre .postal_address {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-content: center;
  width: 100%;
  margin: 0;
}
@media (min-width: 61.875rem) {
  footer .footer-pre .postal_address {
    flex-direction: row;
  }
}
footer .footer_links .related_links ul {
  display: flex;
  justify-content: center;
}
footer .footer_links .related_links ul li {
  margin: 0.75em;
}

/* Source common/css/styles/screen/form.scss */

.file {
  display: flex;
  flex-basis: 65%;
  margin: 0 0 0.999em;
  position: relative;
  height: 2.75rem;
}
@media (min-width: 20rem) {
  .file {
    height: calc(2.75rem + 1.75 * (100vw - 20rem) / (92.5));
  }
}
@media (min-width: 112.5rem) {
  .file {
    height: 4.5rem;
  }
}
.file.error .file_name {
  border-color: #002F69;
}
.file .file_name {
  background: #fff;
  border: 0.0625rem solid #dce0e0;
  border-radius: 0.125rem 0 0 0.125rem;
  box-shadow: 0 0 0.1875rem #dce0e0 inset;
  color: #050F27;
  flex: 0 1 100%;
  overflow: hidden;
  padding: 0 0.75em;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 8.125rem;
  line-height: 2.625rem;
  height: 2.75rem;
}
@media (min-width: 20rem) {
  .file .file_name {
    line-height: calc(2.625rem + 1.75 * (100vw - 20rem) / (92.5));
  }
}
@media (min-width: 112.5rem) {
  .file .file_name {
    line-height: 4.375rem;
  }
}
@media (min-width: 20rem) {
  .file .file_name {
    height: calc(2.75rem + 1.75 * (100vw - 20rem) / (92.5));
  }
}
@media (min-width: 112.5rem) {
  .file .file_name {
    height: 4.5rem;
  }
}
.file .file_button {
  border-radius: 0 0.125rem 0.125rem 0;
  flex: 1 0 auto;
  padding: 0 1.5em;
  z-index: 10;
  background: #0087FF;
  border: 0.0625rem solid #0087FF;
  color: #fff;
  display: inline-flex;
  justify-content: center;
  text-decoration: none;
  transition: background 300ms, border 300ms, color 300ms;
  user-select: none;
}
.file .file_button > span {
  align-items: center;
  display: flex;
  justify-content: center;
  min-height: 2.625rem;
}
@media (min-width: 20rem) {
  .file .file_button > span {
    min-height: calc(2.625rem + 0.625 * (100vw - 20rem) / (92.5));
  }
}
@media (min-width: 112.5rem) {
  .file .file_button > span {
    min-height: 3.25rem;
  }
}
.file .file_button .icon {
  fill: #fff;
  flex-shrink: 0;
  height: 1.5rem;
  transition: fill 300ms;
  width: 1.5rem;
}
.file .file_button .text {
  font-weight: 300;
  padding: 0.375em 0;
}
.file .file_button .icon + .text {
  padding-left: 0.4995em;
}
.file .file_button > span {
  min-height: 2.625rem;
}
@media (min-width: 20rem) {
  .file .file_button > span {
    min-height: calc(2.625rem + 1.75 * (100vw - 20rem) / (92.5));
  }
}
@media (min-width: 112.5rem) {
  .file .file_button > span {
    min-height: 4.375rem;
  }
}
.file .file_button.focus {
  box-shadow: 0 0 0 0.1875rem rgba(0, 47, 105, 0.2);
  background: #050F27;
  border-color: #050F27;
  color: #fff;
}
.file .file_button.focus .icon {
  fill: #fff;
}
.file [type=file] {
  bottom: 0;
  color: transparent;
  cursor: pointer;
  display: block;
  left: 0;
  margin: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 20;
  height: 2.75rem;
}
@media (min-width: 20rem) {
  .file [type=file] {
    height: calc(2.75rem + 1.75 * (100vw - 20rem) / (92.5));
  }
}
@media (min-width: 112.5rem) {
  .file [type=file] {
    height: 4.5rem;
  }
}
.file [type=file]:hover ~ .file_button {
  background: #050F27;
  border-color: #050F27;
  color: #fff;
}
.file [type=file]:hover ~ .file_button .icon {
  fill: #fff;
}
.file [type=file]:active ~ .file_button {
  box-shadow: 0 0 0.1875rem #006ccc inset;
  background: #006ccc;
  border: 0.0625rem solid #006ccc;
  color: #fff;
  display: inline-flex;
  justify-content: center;
  text-decoration: none;
  transition: background 300ms, border 300ms, color 300ms;
  user-select: none;
}
.file [type=file]:active ~ .file_button > span {
  align-items: center;
  display: flex;
  justify-content: center;
  min-height: 2.625rem;
}
@media (min-width: 20rem) {
  .file [type=file]:active ~ .file_button > span {
    min-height: calc(2.625rem + 0.625 * (100vw - 20rem) / (92.5));
  }
}
@media (min-width: 112.5rem) {
  .file [type=file]:active ~ .file_button > span {
    min-height: 3.25rem;
  }
}
.file [type=file]:active ~ .file_button .icon {
  fill: #fff;
  flex-shrink: 0;
  height: 1.5rem;
  transition: fill 300ms;
  width: 1.5rem;
}
.file [type=file]:active ~ .file_button .text {
  font-weight: 300;
  padding: 0.375em 0;
}
.file [type=file]:active ~ .file_button .icon + .text {
  padding-left: 0.4995em;
}

@media (min-width: 35rem) {
  .formular .button_wrapper {
    text-align: right;
  }
}

button {
  cursor: pointer;
  margin: 0.75em 0;
  outline: 0;
  overflow: hidden;
  padding: 0 1.5em;
  width: 100%;
  height: 2.75rem;
}
@media (min-width: 20rem) {
  button {
    height: calc(2.75rem + 0.625 * (100vw - 20rem) / (92.5));
  }
}
@media (min-width: 112.5rem) {
  button {
    height: 3.375rem;
  }
}
@media (min-width: 35rem) {
  button {
    width: auto;
  }
}
button::-moz-focus-inner {
  border: 0;
}

/* Source common/css/styles/screen/grid.scss */

.container {
  margin: 0 auto;
  max-width: 120rem;
  min-width: 20rem;
  padding: 0 0rem;
}
@media (min-width: 20rem) {
  .container {
    padding: 0 calc(0rem + 4.5 * (100vw - 20rem) / (92.5));
  }
}
@media (min-width: 112.5rem) {
  .container {
    padding: 0 4.5rem;
  }
}

.row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-left: 0rem;
  margin-right: 0rem;
}
@media (min-width: 20rem) {
  .row {
    margin: 0 calc((-0rem / 2) - (4.5 / 2) * (100vw - 20rem) / (92.5));
  }
}
@media (min-width: 112.5rem) {
  .row {
    margin: 0 -2.25rem;
  }
}
.row.no_column_margin {
  margin-left: 0;
  margin-right: 0;
}
.row.no_column_margin > [class*=span] {
  padding-left: 0;
  padding-right: 0;
}
.row.half_column_margin {
  margin-left: 0rem;
  margin-right: 0rem;
}
@media (min-width: 20rem) {
  .row.half_column_margin {
    margin: 0 calc((-0rem / 4) - (4.5 / 4) * (100vw - 20rem) / (92.5));
  }
}
@media (min-width: 112.5rem) {
  .row.half_column_margin {
    margin: 0 -1.125rem;
  }
}
.row.half_column_margin > [class*=span] {
  padding-left: 0rem;
  padding-right: 0rem;
}
@media (min-width: 20rem) {
  .row.half_column_margin > [class*=span] {
    padding: 0 calc((0rem / 4) + (4.5 / 4) * (100vw - 20rem) / (92.5));
  }
}
@media (min-width: 112.5rem) {
  .row.half_column_margin > [class*=span] {
    padding: 0 1.125rem;
  }
}

@media (min-width: 20rem) {
  .row.around_xsmall {
    justify-content: space-around;
  }
  .row.between_xsmall {
    justify-content: space-between;
  }
  .row.start_xsmall {
    justify-content: flex-start;
  }
  .row.center_xsmall {
    justify-content: center;
  }
  .row.end_xsmall {
    justify-content: flex-end;
  }
  .row.top_xsmall {
    align-items: flex-start;
  }
  .row.middle_xsmall {
    align-items: center;
  }
  .row.bottom_xsmall {
    align-items: flex-end;
  }
  .row.baseline_xsmall {
    align-items: baseline;
  }
  .row.reverse_xsmall {
    flex-direction: row-reverse;
  }
}
@media (min-width: 30rem) {
  .row.around_small {
    justify-content: space-around;
  }
  .row.between_small {
    justify-content: space-between;
  }
  .row.start_small {
    justify-content: flex-start;
  }
  .row.center_small {
    justify-content: center;
  }
  .row.end_small {
    justify-content: flex-end;
  }
  .row.top_small {
    align-items: flex-start;
  }
  .row.middle_small {
    align-items: center;
  }
  .row.bottom_small {
    align-items: flex-end;
  }
  .row.baseline_small {
    align-items: baseline;
  }
  .row.reverse_small {
    flex-direction: row-reverse;
  }
}
@media (min-width: 35rem) {
  .row.around_medium {
    justify-content: space-around;
  }
  .row.between_medium {
    justify-content: space-between;
  }
  .row.start_medium {
    justify-content: flex-start;
  }
  .row.center_medium {
    justify-content: center;
  }
  .row.end_medium {
    justify-content: flex-end;
  }
  .row.top_medium {
    align-items: flex-start;
  }
  .row.middle_medium {
    align-items: center;
  }
  .row.bottom_medium {
    align-items: flex-end;
  }
  .row.baseline_medium {
    align-items: baseline;
  }
  .row.reverse_medium {
    flex-direction: row-reverse;
  }
}
@media (min-width: 47.5rem) {
  .row.around_large {
    justify-content: space-around;
  }
  .row.between_large {
    justify-content: space-between;
  }
  .row.start_large {
    justify-content: flex-start;
  }
  .row.center_large {
    justify-content: center;
  }
  .row.end_large {
    justify-content: flex-end;
  }
  .row.top_large {
    align-items: flex-start;
  }
  .row.middle_large {
    align-items: center;
  }
  .row.bottom_large {
    align-items: flex-end;
  }
  .row.baseline_large {
    align-items: baseline;
  }
  .row.reverse_large {
    flex-direction: row-reverse;
  }
}
@media (min-width: 61.875rem) {
  .row.around_xlarge {
    justify-content: space-around;
  }
  .row.between_xlarge {
    justify-content: space-between;
  }
  .row.start_xlarge {
    justify-content: flex-start;
  }
  .row.center_xlarge {
    justify-content: center;
  }
  .row.end_xlarge {
    justify-content: flex-end;
  }
  .row.top_xlarge {
    align-items: flex-start;
  }
  .row.middle_xlarge {
    align-items: center;
  }
  .row.bottom_xlarge {
    align-items: flex-end;
  }
  .row.baseline_xlarge {
    align-items: baseline;
  }
  .row.reverse_xlarge {
    flex-direction: row-reverse;
  }
}
@media (min-width: 75rem) {
  .row.around_xxlarge {
    justify-content: space-around;
  }
  .row.between_xxlarge {
    justify-content: space-between;
  }
  .row.start_xxlarge {
    justify-content: flex-start;
  }
  .row.center_xxlarge {
    justify-content: center;
  }
  .row.end_xxlarge {
    justify-content: flex-end;
  }
  .row.top_xxlarge {
    align-items: flex-start;
  }
  .row.middle_xxlarge {
    align-items: center;
  }
  .row.bottom_xxlarge {
    align-items: flex-end;
  }
  .row.baseline_xxlarge {
    align-items: baseline;
  }
  .row.reverse_xxlarge {
    flex-direction: row-reverse;
  }
}
@media (min-width: 112.5rem) {
  .row.around_xxxlarge {
    justify-content: space-around;
  }
  .row.between_xxxlarge {
    justify-content: space-between;
  }
  .row.start_xxxlarge {
    justify-content: flex-start;
  }
  .row.center_xxxlarge {
    justify-content: center;
  }
  .row.end_xxxlarge {
    justify-content: flex-end;
  }
  .row.top_xxxlarge {
    align-items: flex-start;
  }
  .row.middle_xxxlarge {
    align-items: center;
  }
  .row.bottom_xxxlarge {
    align-items: flex-end;
  }
  .row.baseline_xxxlarge {
    align-items: baseline;
  }
  .row.reverse_xxxlarge {
    flex-direction: row-reverse;
  }
}
[class*=span] {
  flex-basis: 100%;
  max-width: 100%;
  padding-left: 0rem;
  padding-right: 0rem;
}
@media (min-width: 20rem) {
  [class*=span] {
    padding: 0 calc((0rem / 2) + (4.5 / 2) * (100vw - 20rem) / (92.5));
  }
}
@media (min-width: 112.5rem) {
  [class*=span] {
    padding: 0 2.25rem;
  }
}
[class*=span].span_column {
  display: flex;
  flex-direction: column;
}

@media (min-width: 20rem) {
  .span1_xsmall {
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
    min-width: 8.3333333333%;
  }

  .order1_xsmall {
    order: 1;
  }
}
@media (min-width: 20rem) {
  .span2_xsmall {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
    min-width: 16.6666666667%;
  }

  .order2_xsmall {
    order: 2;
  }
}
@media (min-width: 20rem) {
  .span3_xsmall {
    flex-basis: 25%;
    max-width: 25%;
    min-width: 25%;
  }

  .order3_xsmall {
    order: 3;
  }
}
@media (min-width: 20rem) {
  .span4_xsmall {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
    min-width: 33.3333333333%;
  }

  .order4_xsmall {
    order: 4;
  }
}
@media (min-width: 20rem) {
  .span5_xsmall {
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
    min-width: 41.6666666667%;
  }

  .order5_xsmall {
    order: 5;
  }
}
@media (min-width: 20rem) {
  .span6_xsmall {
    flex-basis: 50%;
    max-width: 50%;
    min-width: 50%;
  }

  .order6_xsmall {
    order: 6;
  }
}
@media (min-width: 20rem) {
  .span7_xsmall {
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
    min-width: 58.3333333333%;
  }

  .order7_xsmall {
    order: 7;
  }
}
@media (min-width: 20rem) {
  .span8_xsmall {
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
    min-width: 66.6666666667%;
  }

  .order8_xsmall {
    order: 8;
  }
}
@media (min-width: 20rem) {
  .span9_xsmall {
    flex-basis: 75%;
    max-width: 75%;
    min-width: 75%;
  }

  .order9_xsmall {
    order: 9;
  }
}
@media (min-width: 20rem) {
  .span10_xsmall {
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
    min-width: 83.3333333333%;
  }

  .order10_xsmall {
    order: 10;
  }
}
@media (min-width: 20rem) {
  .span11_xsmall {
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
    min-width: 91.6666666667%;
  }

  .order11_xsmall {
    order: 11;
  }
}
@media (min-width: 20rem) {
  .span12_xsmall {
    flex-basis: 100%;
    max-width: 100%;
    min-width: 100%;
  }

  .order12_xsmall {
    order: 12;
  }
}
@media (min-width: 30rem) {
  .span1_small {
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
    min-width: 8.3333333333%;
  }

  .order1_small {
    order: 1;
  }
}
@media (min-width: 30rem) {
  .span2_small {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
    min-width: 16.6666666667%;
  }

  .order2_small {
    order: 2;
  }
}
@media (min-width: 30rem) {
  .span3_small {
    flex-basis: 25%;
    max-width: 25%;
    min-width: 25%;
  }

  .order3_small {
    order: 3;
  }
}
@media (min-width: 30rem) {
  .span4_small {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
    min-width: 33.3333333333%;
  }

  .order4_small {
    order: 4;
  }
}
@media (min-width: 30rem) {
  .span5_small {
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
    min-width: 41.6666666667%;
  }

  .order5_small {
    order: 5;
  }
}
@media (min-width: 30rem) {
  .span6_small {
    flex-basis: 50%;
    max-width: 50%;
    min-width: 50%;
  }

  .order6_small {
    order: 6;
  }
}
@media (min-width: 30rem) {
  .span7_small {
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
    min-width: 58.3333333333%;
  }

  .order7_small {
    order: 7;
  }
}
@media (min-width: 30rem) {
  .span8_small {
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
    min-width: 66.6666666667%;
  }

  .order8_small {
    order: 8;
  }
}
@media (min-width: 30rem) {
  .span9_small {
    flex-basis: 75%;
    max-width: 75%;
    min-width: 75%;
  }

  .order9_small {
    order: 9;
  }
}
@media (min-width: 30rem) {
  .span10_small {
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
    min-width: 83.3333333333%;
  }

  .order10_small {
    order: 10;
  }
}
@media (min-width: 30rem) {
  .span11_small {
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
    min-width: 91.6666666667%;
  }

  .order11_small {
    order: 11;
  }
}
@media (min-width: 30rem) {
  .span12_small {
    flex-basis: 100%;
    max-width: 100%;
    min-width: 100%;
  }

  .order12_small {
    order: 12;
  }
}
@media (min-width: 35rem) {
  .span1_medium {
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
    min-width: 8.3333333333%;
  }

  .order1_medium {
    order: 1;
  }
}
@media (min-width: 35rem) {
  .span2_medium {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
    min-width: 16.6666666667%;
  }

  .order2_medium {
    order: 2;
  }
}
@media (min-width: 35rem) {
  .span3_medium {
    flex-basis: 25%;
    max-width: 25%;
    min-width: 25%;
  }

  .order3_medium {
    order: 3;
  }
}
@media (min-width: 35rem) {
  .span4_medium {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
    min-width: 33.3333333333%;
  }

  .order4_medium {
    order: 4;
  }
}
@media (min-width: 35rem) {
  .span5_medium {
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
    min-width: 41.6666666667%;
  }

  .order5_medium {
    order: 5;
  }
}
@media (min-width: 35rem) {
  .span6_medium {
    flex-basis: 50%;
    max-width: 50%;
    min-width: 50%;
  }

  .order6_medium {
    order: 6;
  }
}
@media (min-width: 35rem) {
  .span7_medium {
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
    min-width: 58.3333333333%;
  }

  .order7_medium {
    order: 7;
  }
}
@media (min-width: 35rem) {
  .span8_medium {
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
    min-width: 66.6666666667%;
  }

  .order8_medium {
    order: 8;
  }
}
@media (min-width: 35rem) {
  .span9_medium {
    flex-basis: 75%;
    max-width: 75%;
    min-width: 75%;
  }

  .order9_medium {
    order: 9;
  }
}
@media (min-width: 35rem) {
  .span10_medium {
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
    min-width: 83.3333333333%;
  }

  .order10_medium {
    order: 10;
  }
}
@media (min-width: 35rem) {
  .span11_medium {
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
    min-width: 91.6666666667%;
  }

  .order11_medium {
    order: 11;
  }
}
@media (min-width: 35rem) {
  .span12_medium {
    flex-basis: 100%;
    max-width: 100%;
    min-width: 100%;
  }

  .order12_medium {
    order: 12;
  }
}
@media (min-width: 47.5rem) {
  .span1_large {
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
    min-width: 8.3333333333%;
  }

  .order1_large {
    order: 1;
  }
}
@media (min-width: 47.5rem) {
  .span2_large {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
    min-width: 16.6666666667%;
  }

  .order2_large {
    order: 2;
  }
}
@media (min-width: 47.5rem) {
  .span3_large {
    flex-basis: 25%;
    max-width: 25%;
    min-width: 25%;
  }

  .order3_large {
    order: 3;
  }
}
@media (min-width: 47.5rem) {
  .span4_large {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
    min-width: 33.3333333333%;
  }

  .order4_large {
    order: 4;
  }
}
@media (min-width: 47.5rem) {
  .span5_large {
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
    min-width: 41.6666666667%;
  }

  .order5_large {
    order: 5;
  }
}
@media (min-width: 47.5rem) {
  .span6_large {
    flex-basis: 50%;
    max-width: 50%;
    min-width: 50%;
  }

  .order6_large {
    order: 6;
  }
}
@media (min-width: 47.5rem) {
  .span7_large {
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
    min-width: 58.3333333333%;
  }

  .order7_large {
    order: 7;
  }
}
@media (min-width: 47.5rem) {
  .span8_large {
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
    min-width: 66.6666666667%;
  }

  .order8_large {
    order: 8;
  }
}
@media (min-width: 47.5rem) {
  .span9_large {
    flex-basis: 75%;
    max-width: 75%;
    min-width: 75%;
  }

  .order9_large {
    order: 9;
  }
}
@media (min-width: 47.5rem) {
  .span10_large {
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
    min-width: 83.3333333333%;
  }

  .order10_large {
    order: 10;
  }
}
@media (min-width: 47.5rem) {
  .span11_large {
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
    min-width: 91.6666666667%;
  }

  .order11_large {
    order: 11;
  }
}
@media (min-width: 47.5rem) {
  .span12_large {
    flex-basis: 100%;
    max-width: 100%;
    min-width: 100%;
  }

  .order12_large {
    order: 12;
  }
}
@media (min-width: 61.875rem) {
  .span1_xlarge {
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
    min-width: 8.3333333333%;
  }

  .order1_xlarge {
    order: 1;
  }
}
@media (min-width: 61.875rem) {
  .span2_xlarge {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
    min-width: 16.6666666667%;
  }

  .order2_xlarge {
    order: 2;
  }
}
@media (min-width: 61.875rem) {
  .span3_xlarge {
    flex-basis: 25%;
    max-width: 25%;
    min-width: 25%;
  }

  .order3_xlarge {
    order: 3;
  }
}
@media (min-width: 61.875rem) {
  .span4_xlarge {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
    min-width: 33.3333333333%;
  }

  .order4_xlarge {
    order: 4;
  }
}
@media (min-width: 61.875rem) {
  .span5_xlarge {
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
    min-width: 41.6666666667%;
  }

  .order5_xlarge {
    order: 5;
  }
}
@media (min-width: 61.875rem) {
  .span6_xlarge {
    flex-basis: 50%;
    max-width: 50%;
    min-width: 50%;
  }

  .order6_xlarge {
    order: 6;
  }
}
@media (min-width: 61.875rem) {
  .span7_xlarge {
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
    min-width: 58.3333333333%;
  }

  .order7_xlarge {
    order: 7;
  }
}
@media (min-width: 61.875rem) {
  .span8_xlarge {
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
    min-width: 66.6666666667%;
  }

  .order8_xlarge {
    order: 8;
  }
}
@media (min-width: 61.875rem) {
  .span9_xlarge {
    flex-basis: 75%;
    max-width: 75%;
    min-width: 75%;
  }

  .order9_xlarge {
    order: 9;
  }
}
@media (min-width: 61.875rem) {
  .span10_xlarge {
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
    min-width: 83.3333333333%;
  }

  .order10_xlarge {
    order: 10;
  }
}
@media (min-width: 61.875rem) {
  .span11_xlarge {
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
    min-width: 91.6666666667%;
  }

  .order11_xlarge {
    order: 11;
  }
}
@media (min-width: 61.875rem) {
  .span12_xlarge {
    flex-basis: 100%;
    max-width: 100%;
    min-width: 100%;
  }

  .order12_xlarge {
    order: 12;
  }
}
@media (min-width: 75rem) {
  .span1_xxlarge {
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
    min-width: 8.3333333333%;
  }

  .order1_xxlarge {
    order: 1;
  }
}
@media (min-width: 75rem) {
  .span2_xxlarge {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
    min-width: 16.6666666667%;
  }

  .order2_xxlarge {
    order: 2;
  }
}
@media (min-width: 75rem) {
  .span3_xxlarge {
    flex-basis: 25%;
    max-width: 25%;
    min-width: 25%;
  }

  .order3_xxlarge {
    order: 3;
  }
}
@media (min-width: 75rem) {
  .span4_xxlarge {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
    min-width: 33.3333333333%;
  }

  .order4_xxlarge {
    order: 4;
  }
}
@media (min-width: 75rem) {
  .span5_xxlarge {
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
    min-width: 41.6666666667%;
  }

  .order5_xxlarge {
    order: 5;
  }
}
@media (min-width: 75rem) {
  .span6_xxlarge {
    flex-basis: 50%;
    max-width: 50%;
    min-width: 50%;
  }

  .order6_xxlarge {
    order: 6;
  }
}
@media (min-width: 75rem) {
  .span7_xxlarge {
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
    min-width: 58.3333333333%;
  }

  .order7_xxlarge {
    order: 7;
  }
}
@media (min-width: 75rem) {
  .span8_xxlarge {
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
    min-width: 66.6666666667%;
  }

  .order8_xxlarge {
    order: 8;
  }
}
@media (min-width: 75rem) {
  .span9_xxlarge {
    flex-basis: 75%;
    max-width: 75%;
    min-width: 75%;
  }

  .order9_xxlarge {
    order: 9;
  }
}
@media (min-width: 75rem) {
  .span10_xxlarge {
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
    min-width: 83.3333333333%;
  }

  .order10_xxlarge {
    order: 10;
  }
}
@media (min-width: 75rem) {
  .span11_xxlarge {
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
    min-width: 91.6666666667%;
  }

  .order11_xxlarge {
    order: 11;
  }
}
@media (min-width: 75rem) {
  .span12_xxlarge {
    flex-basis: 100%;
    max-width: 100%;
    min-width: 100%;
  }

  .order12_xxlarge {
    order: 12;
  }
}
@media (min-width: 112.5rem) {
  .span1_xxxlarge {
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
    min-width: 8.3333333333%;
  }

  .order1_xxxlarge {
    order: 1;
  }
}
@media (min-width: 112.5rem) {
  .span2_xxxlarge {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
    min-width: 16.6666666667%;
  }

  .order2_xxxlarge {
    order: 2;
  }
}
@media (min-width: 112.5rem) {
  .span3_xxxlarge {
    flex-basis: 25%;
    max-width: 25%;
    min-width: 25%;
  }

  .order3_xxxlarge {
    order: 3;
  }
}
@media (min-width: 112.5rem) {
  .span4_xxxlarge {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
    min-width: 33.3333333333%;
  }

  .order4_xxxlarge {
    order: 4;
  }
}
@media (min-width: 112.5rem) {
  .span5_xxxlarge {
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
    min-width: 41.6666666667%;
  }

  .order5_xxxlarge {
    order: 5;
  }
}
@media (min-width: 112.5rem) {
  .span6_xxxlarge {
    flex-basis: 50%;
    max-width: 50%;
    min-width: 50%;
  }

  .order6_xxxlarge {
    order: 6;
  }
}
@media (min-width: 112.5rem) {
  .span7_xxxlarge {
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
    min-width: 58.3333333333%;
  }

  .order7_xxxlarge {
    order: 7;
  }
}
@media (min-width: 112.5rem) {
  .span8_xxxlarge {
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
    min-width: 66.6666666667%;
  }

  .order8_xxxlarge {
    order: 8;
  }
}
@media (min-width: 112.5rem) {
  .span9_xxxlarge {
    flex-basis: 75%;
    max-width: 75%;
    min-width: 75%;
  }

  .order9_xxxlarge {
    order: 9;
  }
}
@media (min-width: 112.5rem) {
  .span10_xxxlarge {
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
    min-width: 83.3333333333%;
  }

  .order10_xxxlarge {
    order: 10;
  }
}
@media (min-width: 112.5rem) {
  .span11_xxxlarge {
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
    min-width: 91.6666666667%;
  }

  .order11_xxxlarge {
    order: 11;
  }
}
@media (min-width: 112.5rem) {
  .span12_xxxlarge {
    flex-basis: 100%;
    max-width: 100%;
    min-width: 100%;
  }

  .order12_xxxlarge {
    order: 12;
  }
}

/* Source common/css/styles/screen/header.scss */

header {
  background: #F7F8F8;
  padding-left: 1.375rem;
  padding-right: 1.375rem;
  padding-top: 1.375rem;
  padding-bottom: 1.375rem;
  border-radius: 2.5rem;
  margin-top: 0.75rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 5.5625rem;
  flex-direction: row;
  max-width: 111rem;
  transition: all 200ms;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin-right: 0rem;
  margin-left: 0rem;
  z-index: 9999;
}
@media (min-width: 20rem) {
  header {
    padding-left: calc(1.375rem + 0.625 * (100vw - 20rem) / (92.5));
  }
}
@media (min-width: 112.5rem) {
  header {
    padding-left: 2rem;
  }
}
@media (min-width: 20rem) {
  header {
    padding-right: calc(1.375rem + 0.625 * (100vw - 20rem) / (92.5));
  }
}
@media (min-width: 112.5rem) {
  header {
    padding-right: 2rem;
  }
}
@media (min-width: 20rem) {
  header {
    padding-top: calc(1.375rem + 0.625 * (100vw - 20rem) / (92.5));
  }
}
@media (min-width: 112.5rem) {
  header {
    padding-top: 2rem;
  }
}
@media (min-width: 20rem) {
  header {
    padding-bottom: calc(1.375rem + 0 * (100vw - 20rem) / (92.5));
  }
}
@media (min-width: 112.5rem) {
  header {
    padding-bottom: 1.375rem;
  }
}
@media (min-width: 20rem) {
  header {
    border-radius: calc(2.5rem + 2.5 * (100vw - 20rem) / (92.5));
  }
}
@media (min-width: 112.5rem) {
  header {
    border-radius: 5rem;
  }
}
@media (min-width: 20rem) {
  header {
    margin-top: calc(0.75rem + 3.75 * (100vw - 20rem) / (92.5));
  }
}
@media (min-width: 112.5rem) {
  header {
    margin-top: 4.5rem;
  }
}
@media (min-width: 20rem) {
  header {
    margin-right: calc(0rem + 4.5 * (100vw - 20rem) / (92.5));
    margin-left: calc(0rem + 4.5 * (100vw - 20rem) / (92.5));
  }
}
@media (min-width: 112.5rem) {
  header {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 61.875rem) {
  header {
    flex-direction: row;
    justify-content: space-between;
    padding-top: 1.375rem;
    border-radius: 2.5rem;
  }
}
@media (min-width: 61.875rem) and (min-width: 20rem) {
  header {
    padding-top: calc(1.375rem + 0 * (100vw - 20rem) / (92.5));
  }
}
@media (min-width: 61.875rem) and (min-width: 112.5rem) {
  header {
    padding-top: 1.375rem;
  }
}
@media (min-width: 61.875rem) and (min-width: 20rem) {
  header {
    border-radius: calc(2.5rem + 2.5 * (100vw - 20rem) / (92.5));
  }
}
@media (min-width: 61.875rem) and (min-width: 112.5rem) {
  header {
    border-radius: 5rem;
  }
}
.scrolled_down header {
  width: 100%;
  max-width: 100%;
  z-index: 9999;
  margin: 0;
  background-color: #fff;
  border-radius: 0;
  border-bottom: 0.125rem solid #F7F8F8;
}
.scrolled_down header .company_logo {
  width: 60%;
}
header .wrapper_cta {
  display: none;
}
@media (min-width: 61.875rem) {
  header .wrapper_cta {
    position: relative;
    bottom: inherit;
    left: inherit;
    flex-direction: row;
    display: flex;
    right: inherit;
    background-color: transparent;
    padding: inherit;
    border-top: none;
  }
}
header .login-link, header .demo-link {
  font-weight: 700;
  letter-spacing: calc((1rem + 0.125 * (100vw - 20rem) / (92.5)) / 1000 * 0);
  font-size: 1rem;
  color: #0087FF;
  margin-right: 1.5em;
  justify-content: center;
  align-items: center;
  margin-left: 1.5em;
  text-decoration: none;
  display: flex;
  margin-top: 1em;
}
@media (min-width: 20rem) {
  header .login-link, header .demo-link {
    font-size: calc(1rem + 0.125 * (100vw - 20rem) / (92.5));
  }
}
@media (min-width: 112.5rem) {
  header .login-link, header .demo-link {
    font-size: 1.125rem;
  }
}
header .login-link:hover, header .demo-link:hover {
  color: #002F69;
}
@media (min-width: 61.875rem) {
  header .login-link, header .demo-link {
    margin-top: 0;
  }
}
header .demo-link {
  margin-right: 0;
  display: flex;
}
header .company_logo {
  width: 72%;
  max-width: 26.25rem;
}

.cta-mobile {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  position: fixed;
  padding: 0.75em 0.75em 1.5em 0.75em;
  border-top: 0.125rem solid #F7F8F8;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  z-index: 2;
}
@media (min-width: 20rem) {
  .cta-mobile {
    flex-direction: row;
  }
}
@media (min-width: 61.875rem) {
  .cta-mobile {
    display: none;
  }
}
.cta-mobile .login-link, .cta-mobile .demo-link {
  font-weight: 700;
  letter-spacing: calc((0.875rem + 0.25 * (100vw - 20rem) / (92.5)) / 1000 * 0);
  font-size: 0.875rem;
  color: #0087FF;
  margin-right: 1.5em;
  justify-content: center;
  align-items: center;
  margin-left: 1.5em;
  text-decoration: none;
  display: flex;
  margin-top: 1em;
  flex-basis: 33%;
  text-align: center;
}
@media (min-width: 20rem) {
  .cta-mobile .login-link, .cta-mobile .demo-link {
    font-size: calc(0.875rem + 0.25 * (100vw - 20rem) / (92.5));
  }
}
@media (min-width: 112.5rem) {
  .cta-mobile .login-link, .cta-mobile .demo-link {
    font-size: 1.125rem;
  }
}
.cta-mobile .login-link:hover, .cta-mobile .demo-link:hover {
  color: #002F69;
}
@media (min-width: 61.875rem) {
  .cta-mobile .login-link, .cta-mobile .demo-link {
    margin-top: 0;
  }
}
.cta-mobile .demo-link {
  display: flex;
}
.cta-mobile .button {
  display: flex;
  flex-basis: 33%;
}

/* Source common/css/styles/screen/iphone_safe_area.scss */

@supports (padding-left: env(safe-area-inset-left)) {
  html.iphone .container {
    padding-left: "max(0rem, env(safe-area-inset-left))";
    padding-right: "max(0rem, env(safe-area-inset-right))";
  }
}
@media (min-width: 20rem) {
  @supports (padding-left: env(safe-area-inset-left)) {
    html.iphone .container {
      padding-left: "max(calc(0rem + 4.5 * (100vw - 20rem) / (92.5)), env(safe-area-inset-left))";
      padding-right: "max(calc(0rem + 4.5 * (100vw - 20rem) / (92.5)), env(safe-area-inset-right))";
    }
  }
}

/* Source common/css/styles/screen/karrierepaket_background_image.scss */

.kpt_background_image .background_image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 20rem;
  position: relative;
  width: 100%;
  z-index: 1;
}
.kpt_background_image.top .background_image {
  background-position-y: top;
}
.kpt_background_image.bottom .background_image {
  background-position-y: bottom;
}
.kpt_background_image.left .background_image {
  background-position-x: left;
}
.kpt_background_image.right .background_image {
  background-position-x: right;
}

/* Source common/css/styles/screen/karrierepaket_faq.scss */

.kpt_faq.accordion [role=tab] {
  border: 0;
  padding: 0.75em 1.125em;
}
.kpt_faq.accordion [role=tab]:focus-visible {
  outline-width: 0.125rem;
  outline-style: dashed;
  outline-color: #050F27;
  outline-offset: -0.25rem;
}
.kpt_faq.accordion .entry {
  margin-top: 0.75em;
}
.kpt_faq.accordion [role=tabpanel] {
  box-sizing: content-box;
  margin: 0;
  padding: 0.75em 1.125em;
}
.kpt_faq.accordion [role=tabpanel][aria-hidden=true] {
  padding-bottom: 0;
  padding-top: 0;
}
.kpt_faq.accordion .title {
  margin: 0;
  padding: 0;
  font-size: 110%;
}
.kpt_faq.accordion:not(.background) [role=tab] {
  background-color: #fff;
  border-radius: 1.25rem;
  padding: 1.5em;
}
.kpt_faq.accordion:not(.background) [role=tab] .title {
  color: #050F27;
  font-weight: 300;
}
.kpt_faq.accordion:not(.background) [role=tab] .icon {
  fill: #050F27;
  margin-left: 0.75em;
}
.kpt_faq.accordion:not(.background) [role=tab]:focus .title {
  color: #050F27;
}
.kpt_faq.accordion:not(.background) [role=tab]:focus-visible {
  outline-color: #050F27;
}
.kpt_faq.accordion.background .accordion_element {
  border-radius: 2.5rem;
  box-shadow: 0;
  margin-bottom: 0.75em;
  overflow: hidden;
}
.kpt_faq.accordion.background .accordion_element * {
  color: #050F27;
}
.kpt_faq.accordion.background [role=tab] {
  background-color: #F7F8F8;
  margin: 0;
}
.kpt_faq.accordion.background [role=tab] * {
  color: #050F27;
}
.kpt_faq.accordion.background [role=tab] svg {
  fill: #050F27;
}
.kpt_faq.accordion.background [role=tab]:focus-visible {
  outline-color: #050F27;
}
.kpt_faq.accordion.background [role=tabpanel] {
  position: relative;
}
.kpt_faq.accordion.background [role=tabpanel]:after {
  background-color: #F7F8F8;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
.kpt_faq:not(.accordion) .entry {
  counter-reset: list;
  margin-bottom: 1.5em;
  margin: 1.5em 0 0.75em;
  position: relative;
  display: flex;
}
.kpt_faq:not(.accordion) .entry .list_number {
  align-self: flex-start;
  background: #002F69;
  color: #fff;
  flex-shrink: 0;
  margin-right: 0.75em;
  padding: 0.1em 0.5em;
}
.kpt_faq:not(.accordion) .entry .text_wrapper {
  width: 100%;
}
.kpt_faq:not(.accordion) .entry .question {
  padding-top: 0;
}
.kpt_faq:not(.accordion).background .entry {
  background-color: #F7F8F8;
  padding: 1.875em;
}
.kpt_faq:not(.accordion).background .entry *:not(.list_number) {
  color: #050F27;
}

/* Source common/css/styles/screen/karrierepaket_section.scss */

.section {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  position: relative;
}

.section_bg {
  position: relative;
  padding: 0 0 0;
}
.section_bg > .title {
  padding-top: 0;
  color: #fff;
}
.section_bg .content > * {
  color: #fff;
}
.section_bg::before {
  background-color: #002F69;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -2;
}
.section_bg::before {
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
}

.background_image_section {
  padding: 0 0 0;
}
.background_image_section > .title {
  padding-top: 0;
  color: #fff;
}
.background_image_section .content > * {
  color: #fff;
}
.background_image_section .section_background_image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
  z-index: -10;
}
.background_image_section .section_background_image::before {
  background-color: #002F69;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
}
.background_image_section .section_background_image {
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
}

/* Source common/css/styles/screen/legal_notice_font_overview.scss */

.legal_notice_font_overview p {
  margin-bottom: 0;
}
.legal_notice_font_overview li {
  margin-bottom: 0.75em;
}

/* Source common/css/styles/screen/main.scss */

.page_wrapper {
  overflow-x: hidden;
  padding-bottom: 1.25rem;
  padding-top: 8.75rem;
}
@media (min-width: 20rem) {
  .page_wrapper {
    padding-top: calc(8.75rem + 5 * (100vw - 20rem) / (92.5));
  }
}
@media (min-width: 112.5rem) {
  .page_wrapper {
    padding-top: 13.75rem;
  }
}
@media (min-width: 61.875rem) {
  .page_wrapper {
    padding-bottom: 0;
  }
}
@media (min-width: 112.5rem) {
  .page_wrapper {
    padding-top: 13.75rem;
  }
}

.fh_logo {
  max-width: 22.5rem;
  display: block;
  margin: 0 auto;
  padding: 0 3em;
  margin-bottom: 0.75em;
  margin-top: 1.5em;
  text-align: center;
}
@media (min-width: 75rem) {
  .fh_logo {
    margin-top: 0.75em;
  }
}
.fh_logo span {
  font-size: 75%;
  text-align: center;
  display: block;
  margin-bottom: 1em;
}

.note p {
  font-size: 80% !important;
  display: block;
  margin-top: 0.75em;
  margin-bottom: 0;
}

.card {
  border-radius: 2.5rem;
  background-color: #F7F8F8;
  margin: 0 0 3em 0;
  padding: 1.375rem;
}
@media (min-width: 20rem) {
  .card {
    border-radius: calc(2.5rem + 2.5 * (100vw - 20rem) / (92.5));
  }
}
@media (min-width: 112.5rem) {
  .card {
    border-radius: 5rem;
  }
}
@media (min-width: 20rem) {
  .card {
    padding: calc(1.375rem + 2 * (100vw - 20rem) / (92.5));
  }
}
@media (min-width: 112.5rem) {
  .card {
    padding: 3.375rem;
  }
}
.card.transparent {
  background-color: transparent;
}

.image {
  border-radius: 2.5rem;
  overflow: hidden;
  margin-bottom: 3em;
  margin-right: 0;
  display: flex;
  flex-grow: 1;
}
@media (min-width: 20rem) {
  .image {
    border-radius: calc(2.5rem + 2.5 * (100vw - 20rem) / (92.5));
  }
}
@media (min-width: 112.5rem) {
  .image {
    border-radius: 5rem;
  }
}
@media (min-width: 75rem) {
  .image {
    margin-right: 1.5em;
  }
}
.image .kpt_background_image {
  display: flex;
  flex-grow: 1;
}

.swiper-wrapper {
  display: flex;
  flex-grow: 1;
  overflow: visible !important;
}

.swiper {
  display: flex;
  flex-grow: 1;
  overflow: visible !important;
}
.swiper .swiper-slide {
  background-color: #fff;
  border-radius: 2.5rem;
  padding: 1.375rem;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  margin-bottom: 1.5em;
  padding-bottom: 3em;
  height: 21.25rem;
  width: 100%;
}
@media (min-width: 20rem) {
  .swiper .swiper-slide {
    padding: calc(1.375rem + 2 * (100vw - 20rem) / (92.5));
  }
}
@media (min-width: 112.5rem) {
  .swiper .swiper-slide {
    padding: 3.375rem;
  }
}
@media (min-width: 20rem) {
  .swiper .swiper-slide {
    height: calc(21.25rem + 16.25 * (100vw - 20rem) / (92.5));
  }
}
@media (min-width: 112.5rem) {
  .swiper .swiper-slide {
    height: 37.5rem;
  }
}
.swiper .swiper-slide .teaser {
  background-color: transparent;
  padding: 0;
  height: inherit;
  width: 100%;
}
.swiper .swiper-slide .teaser .title, .swiper .swiper-slide .teaser p {
  color: #050F27;
}
.swiper .swiper-slide:before {
  counter-increment: section;
  content: "0" counter(section);
  margin-left: auto;
  font-size: 200%;
}
@media (min-width: 47.5rem) {
  .swiper .swiper-slide:hover {
    background-color: #0087FF;
  }
  .swiper .swiper-slide:hover .title, .swiper .swiper-slide:hover p, .swiper .swiper-slide:hover:before {
    color: #fff;
  }
}
.swiper .swiper-slide .title {
  margin-top: 3em;
  width: 100%;
  word-wrap: break-word;
  overflow-wrap: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}

.swiper-pagination {
  bottom: 0 !important;
  top: inherit !important;
  background: #fff !important;
  border-radius: 0.625rem;
  overflow: hidden;
}

.startpage .ki_in_der_revision {
  border-radius: 2.5rem;
  background-color: #F7F8F8;
  margin-bottom: 3em;
  padding-bottom: 1.5em;
  width: 100%;
  background-image: url("../../common/images/divider_mobile.svg");
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 100%;
}
@media (min-width: 20rem) {
  .startpage .ki_in_der_revision {
    border-radius: calc(2.5rem + 2.5 * (100vw - 20rem) / (92.5));
  }
}
@media (min-width: 112.5rem) {
  .startpage .ki_in_der_revision {
    border-radius: 5rem;
  }
}
@media (min-width: 47.5rem) {
  .startpage .ki_in_der_revision {
    background-image: url("../../common/images/divider.svg");
    background-size: 40%;
  }
}
@media (min-width: 75rem) {
  .startpage .ki_in_der_revision {
    background-size: 42%;
  }
}
@media (min-width: 112.5rem) {
  .startpage .ki_in_der_revision {
    background-size: 39%;
  }
}
.startpage .ki_in_der_revision .smaller {
  font-size: 45%;
  display: block;
}
.startpage .ki_in_der_revision .main-content {
  width: 100%;
  padding-top: 2.625rem;
  padding-left: 1.375rem;
  padding-right: 1.375rem;
  margin-bottom: 1.375rem;
}
@media (min-width: 20rem) {
  .startpage .ki_in_der_revision .main-content {
    padding-top: calc(2.625rem + 0.75 * (100vw - 20rem) / (92.5));
  }
}
@media (min-width: 112.5rem) {
  .startpage .ki_in_der_revision .main-content {
    padding-top: 3.375rem;
  }
}
@media (min-width: 20rem) {
  .startpage .ki_in_der_revision .main-content {
    padding-left: calc(1.375rem + 2 * (100vw - 20rem) / (92.5));
  }
}
@media (min-width: 112.5rem) {
  .startpage .ki_in_der_revision .main-content {
    padding-left: 3.375rem;
  }
}
@media (min-width: 20rem) {
  .startpage .ki_in_der_revision .main-content {
    padding-right: calc(1.375rem + 2 * (100vw - 20rem) / (92.5));
  }
}
@media (min-width: 112.5rem) {
  .startpage .ki_in_der_revision .main-content {
    padding-right: 3.375rem;
  }
}
@media (min-width: 20rem) {
  .startpage .ki_in_der_revision .main-content {
    margin-bottom: calc(1.375rem + 2 * (100vw - 20rem) / (92.5));
  }
}
@media (min-width: 112.5rem) {
  .startpage .ki_in_der_revision .main-content {
    margin-bottom: 3.375rem;
  }
}
.startpage .ki_in_der_revision .side-content {
  padding: 1.375rem;
  padding-right: 3.75em !important;
  width: 100%;
  display: flex;
  flex-grow: 1;
}
@media (min-width: 20rem) {
  .startpage .ki_in_der_revision .side-content {
    padding: calc(1.375rem + 2 * (100vw - 20rem) / (92.5));
  }
}
@media (min-width: 112.5rem) {
  .startpage .ki_in_der_revision .side-content {
    padding: 3.375rem;
  }
}
.startpage .ki_in_der_revision .side-content .kpt_section_content {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.startpage .ki_in_der_revision .side-content .section:first-child {
  margin-bottom: 6em;
  margin-top: 0.75em;
}
.startpage .ki_in_der_revision .side-content .subline {
  font-weight: 700;
  font-size: 1.375rem;
  display: block;
  line-height: 1;
  margin: 0.5em 0;
}
@media (min-width: 20rem) {
  .startpage .ki_in_der_revision .side-content .subline {
    font-size: calc(1.375rem + 1 * (100vw - 20rem) / (92.5));
  }
}
@media (min-width: 112.5rem) {
  .startpage .ki_in_der_revision .side-content .subline {
    font-size: 2.375rem;
  }
}

/* Source common/css/styles/screen/offcanvas_menu.scss */

.toggle_offcanvas_menu {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  color: #050F27;
  margin-right: 0.75em;
}
.toggle_offcanvas_menu:after {
  position: absolute;
  left: 50%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  bottom: 0.1875em;
  width: 0.3125rem;
  height: 0.3125rem;
  background-color: #0087FF;
  content: "";
  border-radius: 100%;
  opacity: 0;
  transition: 600ms;
}
@media (min-width: 112.5rem) {
  .toggle_offcanvas_menu {
    display: none;
  }
}
.toggle_offcanvas_menu:hover .text {
  color: #002F69;
}
.toggle_offcanvas_menu:hover:after {
  opacity: 1;
}
.toggle_offcanvas_menu label {
  align-items: center;
  cursor: pointer;
  display: flex;
  font-size: 100%;
  height: 2.75rem;
  position: relative;
  user-select: none;
  z-index: 10;
}
.toggle_offcanvas_menu label .text {
  letter-spacing: calc((1rem + 0.125 * (100vw - 20rem) / (92.5)) / 1000 * 0);
  font-size: 1rem;
}
@media (min-width: 20rem) {
  .toggle_offcanvas_menu label .text {
    font-size: calc(1rem + 0.125 * (100vw - 20rem) / (92.5));
  }
}
@media (min-width: 112.5rem) {
  .toggle_offcanvas_menu label .text {
    font-size: 1.125rem;
  }
}
.toggle_offcanvas_menu label .icon {
  height: 1.875rem;
  margin-right: 0.75em;
  position: relative;
  width: 1.875rem;
  display: none;
}
.toggle_offcanvas_menu label .line {
  background: #050F27;
  display: block;
  height: 0.3125rem;
  position: absolute;
  width: 100%;
}
.toggle_offcanvas_menu label .line_1 {
  opacity: 1;
  top: 0;
  transition: top 300ms, transform 300ms;
  visibility: visible;
}
.toggle_offcanvas_menu label .line_2 {
  opacity: 1;
  top: calc(50% - (0.3125rem / 2));
  transition: opacity 300ms;
  visibility: visible;
}
.toggle_offcanvas_menu label .line_3 {
  bottom: 0;
  transition: bottom 300ms, transform 300ms;
}
.toggle_offcanvas_menu a {
  bottom: 0;
  cursor: pointer;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.toggle_offcanvas_menu .open_offcanvas_menu {
  display: block;
}
.toggle_offcanvas_menu .close_offcanvas_menu {
  display: none;
}

.offcanvas_menu_overlay {
  -webkit-backdrop-filter: blur(1.25rem);
  backdrop-filter: blur(1.25rem);
  height: 100%;
  left: 0;
  opacity: 0;
  position: fixed;
  right: 0;
  top: 0;
  transition: opacity 240ms, visibility 240ms;
  visibility: hidden;
  z-index: 110;
}

@media (max-width: 112.4375rem) {
  .offcanvas_menu_state:checked ~ .offcanvas_menu_wrapper .offcanvas_menu, .offcanvas_menu_state:target ~ .offcanvas_menu_wrapper .offcanvas_menu {
    opacity: 1;
    transform: scaleY(1);
    visibility: visible;
  }
  .offcanvas_menu_state:checked ~ .offcanvas_menu_wrapper .offcanvas_menu_overlay, .offcanvas_menu_state:target ~ .offcanvas_menu_wrapper .offcanvas_menu_overlay {
    opacity: 1;
    visibility: visible;
  }
}
.offcanvas_menu_state {
  position: fixed;
}
.offcanvas_menu_state:checked ~ header .toggle_offcanvas_menu label .line_1, .offcanvas_menu_state:checked ~ div .toggle_offcanvas_menu label .line_1, .offcanvas_menu_state:target ~ header .toggle_offcanvas_menu label .line_1, .offcanvas_menu_state:target ~ div .toggle_offcanvas_menu label .line_1 {
  top: calc(50% - (0.3125rem / 2));
  transform: rotate(45deg);
}
.offcanvas_menu_state:checked ~ header .toggle_offcanvas_menu label .line_2, .offcanvas_menu_state:checked ~ div .toggle_offcanvas_menu label .line_2, .offcanvas_menu_state:target ~ header .toggle_offcanvas_menu label .line_2, .offcanvas_menu_state:target ~ div .toggle_offcanvas_menu label .line_2 {
  opacity: 0;
  visibility: hidden;
}
.offcanvas_menu_state:checked ~ header .toggle_offcanvas_menu label .line_3, .offcanvas_menu_state:checked ~ div .toggle_offcanvas_menu label .line_3, .offcanvas_menu_state:target ~ header .toggle_offcanvas_menu label .line_3, .offcanvas_menu_state:target ~ div .toggle_offcanvas_menu label .line_3 {
  bottom: calc(50% - (0.3125rem / 2));
  transform: rotate(-45deg);
}
.offcanvas_menu_state:checked ~ header .open_offcanvas_menu, .offcanvas_menu_state:checked ~ div .open_offcanvas_menu, .offcanvas_menu_state:target ~ header .open_offcanvas_menu, .offcanvas_menu_state:target ~ div .open_offcanvas_menu {
  display: none;
}
.offcanvas_menu_state:checked ~ header .close_offcanvas_menu, .offcanvas_menu_state:checked ~ div .close_offcanvas_menu, .offcanvas_menu_state:target ~ header .close_offcanvas_menu, .offcanvas_menu_state:target ~ div .close_offcanvas_menu {
  display: block;
}

.offcanvas_menu {
  background-color: #fff;
  box-shadow: 0;
  display: block;
  min-height: 100%;
  opacity: 0;
  padding: 1.5em 0;
  position: fixed;
  transform: scaleY(0);
  transition: opacity 240ms, transform 240ms, visibility 240ms;
  user-select: none;
  visibility: hidden;
  width: 100%;
  z-index: 5000;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow-y: auto;
  overflow-x: hidden;
  transform-origin: top;
}
.offcanvas_menu .social_media_links ul {
  justify-content: center;
}
.offcanvas_menu .offcanvas_menu_content {
  margin-top: 9em;
}
.offcanvas_menu .offcanvas_menu_content > ul > li {
  padding: 0.75em 1.5em;
  position: relative;
  display: flex;
  justify-content: center;
}
.offcanvas_menu .offcanvas_menu_content > ul > li > a {
  color: #050F27;
  display: inline-block;
  font-size: 120%;
  font-weight: 300;
  line-height: 2.75rem;
  padding-bottom: 0.5em;
  position: relative;
  text-decoration: none;
}
.offcanvas_menu .offcanvas_menu_content > ul > li > a:after {
  position: absolute;
  left: 49%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  bottom: 0;
  width: 0.3125rem;
  height: 0.3125rem;
  background-color: #0087FF;
  bottom: 0.5em;
  content: "";
  border-radius: 100%;
  opacity: 0;
  transition: 600ms;
}
.offcanvas_menu .offcanvas_menu_content > ul > li > a.active:after {
  opacity: 1;
}
.offcanvas_menu .offcanvas_menu_content > ul > li > a:hover:after {
  opacity: 1;
}
.offcanvas_menu .offcanvas_menu_content > ul > li > a .icon {
  display: inline-block;
  fill: #050F27;
  height: 0.875rem;
  margin-left: 0.375em;
  width: 0.875rem;
}
.offcanvas_menu .offcanvas_menu_content > ul > li > a .icon svg {
  transition: 300ms;
}
.offcanvas_menu .offcanvas_menu_content > ul > li > a.active {
  color: #0087FF;
}
.offcanvas_menu .offcanvas_menu_content > ul li.expanded > ul {
  display: block;
}
.offcanvas_menu .offcanvas_menu_content > ul li.expanded > a .icon svg {
  transform: rotate(180deg);
}
.offcanvas_menu .offcanvas_menu_content > ul ul {
  display: none;
}
.offcanvas_menu .offcanvas_menu_content > ul ul:target {
  display: block;
}
.offcanvas_menu .offcanvas_menu_content > ul ul a {
  color: #050F27;
  display: block;
  padding: 0.375em 1.5em 0.375em 0;
  text-decoration: none;
}
.offcanvas_menu .offcanvas_menu_content > ul ul a.active {
  color: #0087FF;
}
.offcanvas_menu .offcanvas_menu_content > ul ul ul {
  border-bottom: 0.0625rem solid #dce0e0;
  border-top: 0.0625rem solid #dce0e0;
}

/* Source common/css/styles/screen/social_media_links.scss */

.social_media_links ul {
  display: flex;
  margin: 0;
  padding: 0;
}
.social_media_links li {
  list-style: none;
  margin: 0;
  padding: 1.38125rem 1.38125rem 1.38125rem 0;
}
.social_media_links li:first-child {
  padding-left: 1.38125rem;
}
.social_media_links a {
  border-radius: 0;
  display: inline-block;
}
.social_media_links a .icon {
  display: block;
  fill: #050F27;
  height: 2.125rem;
  width: 2.125rem;
}
.social_media_links a.facebook .icon {
  border-radius: 0;
}
.social_media_links a.linkedin .icon {
  width: 2.7625rem;
}

/* Source common/css/styles/screen/swiper-bundle.scss */

/**
 * Swiper 9.3.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: May 8, 2023
 */
/* FONT_END */
:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}

.swiper,
swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
  touch-action: pan-y;
}

.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide,
swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d {
  perspective: 1200px;
}

.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
swiper-container:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-top-offset: 50%;
  --swiper-navigation-sides-offset: 10px;
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev.swiper-button-hidden,
.swiper-button-next.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-prev,
.swiper-navigation-disabled .swiper-button-next {
  display: none !important;
}

.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-button-lock {
  display: none;
}

:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-left: auto;
  --swiper-pagination-right: 8px;
  --swiper-pagination-bottom: 8px;
  --swiper-pagination-top: auto;
  --swiper-pagination-fraction-color: inherit;
  --swiper-pagination-progressbar-bg-color: rgba(0,0,0,0.25);
  --swiper-pagination-progressbar-size: 4px;
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-border-radius: 50%;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
:host(.swiper-horizontal.swiper-rtl) .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}

/* Fraction */
.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}

/* Progress */
.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
  /*ADD_HOST*/
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}

.swiper-vertical > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

:root {
  /*
  --swiper-scrollbar-border-radius: 10px;
  --swiper-scrollbar-top: auto;
  --swiper-scrollbar-bottom: 4px;
  --swiper-scrollbar-left: auto;
  --swiper-scrollbar-right: 4px;
  --swiper-scrollbar-sides-offset: 1%;
  --swiper-scrollbar-bg-color: rgba(0, 0, 0, 0.1);
  --swiper-scrollbar-drag-bg-color: rgba(0, 0, 0, 0.5);
  --swiper-scrollbar-size: 4px;
  */
}

.swiper-scrollbar {
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  position: relative;
  -ms-touch-action: none;
  background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1));
}

.swiper-scrollbar-disabled > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: var(--swiper-scrollbar-sides-offset, 1%);
  bottom: var(--swiper-scrollbar-bottom, 4px);
  top: var(--swiper-scrollbar-top, auto);
  z-index: 50;
  height: var(--swiper-scrollbar-size, 4px);
  width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-vertical > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-vertical {
  position: absolute;
  left: var(--swiper-scrollbar-left, auto);
  right: var(--swiper-scrollbar-right, 4px);
  top: var(--swiper-scrollbar-sides-offset, 1%);
  z-index: 50;
  width: var(--swiper-scrollbar-size, 4px);
  height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
  touch-action: none;
}

/* a11y */
.swiper .swiper-notification,
swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-prev,
.swiper-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-top,
.swiper-cube .swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}

.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-top,
.swiper-flip .swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}

.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}

/* Source common/css/styles/screen/swiper-vars.scss */


/* Source common/css/styles/screen/swiper.scss */

/**
 * Swiper 9.3.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: May 8, 2023
 */
@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #002F69;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}

.swiper,
swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: visible;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
  touch-action: pan-y;
}

.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide,
swiper-slide {
  flex-shrink: 0;
  width: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden;
}

/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d {
  perspective: 1200px;
}
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}
.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
swiper-container:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* Source common/css/styles/screen/team.scss */

.team_overview .team_entry {
  margin-top: 0.75em;
  flex-direction: column-reverse;
  margin-bottom: 0.75em;
}
@media (min-width: 61.875rem) {
  .team_overview .team_entry {
    flex-direction: row-reverse;
    align-items: flex-start;
  }
}
.team_overview .team_entry .buttons {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
@media (min-width: 30rem) {
  .team_overview .team_entry .buttons {
    flex-direction: row;
    align-items: flex-start;
  }
}
.team_overview .title {
  margin: 0;
  padding: 0;
}
.team_overview .photo {
  display: block;
  flex: 0 0 auto;
}
@media (min-width: 61.875rem) {
  .team_overview .photo {
    margin-right: 1.5em;
    margin-bottom: 0;
  }
}
.team_overview .photo img {
  display: block;
}
.team_overview .info {
  flex: 1 1 auto;
  margin-bottom: 0.75em;
}

.team_entry {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.team_entry .photo {
  margin-bottom: 0.75em;
}
.team_entry .photo img {
  display: block;
}
.team_entry .info {
  margin-bottom: 0.75em;
}
.team_entry .buttons .button {
  margin-bottom: 0.75em;
  margin-right: 0.75em;
}

/* Source common/css/styles/screen/teaser.scss */

.teaser_overview {
  display: flex;
  flex-grow: 1;
}
.teaser_overview .teaser {
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  justify-content: flex-end;
  background-color: #002F69;
  border-radius: 2.5rem;
  padding: 1.375rem;
  margin-bottom: 1.5em;
  padding-bottom: 3em;
  height: 11.25rem;
}
@media (min-width: 20rem) {
  .teaser_overview .teaser {
    padding: calc(1.375rem + 2 * (100vw - 20rem) / (92.5));
  }
}
@media (min-width: 112.5rem) {
  .teaser_overview .teaser {
    padding: 3.375rem;
  }
}
@media (min-width: 20rem) {
  .teaser_overview .teaser {
    height: calc(11.25rem + 12.5 * (100vw - 20rem) / (92.5));
  }
}
@media (min-width: 112.5rem) {
  .teaser_overview .teaser {
    height: 23.75rem;
  }
}
.teaser_overview .teaser .title, .teaser_overview .teaser p {
  color: #fff;
}

/* Source common/css/styles/screen/tooltip.scss */

.tooltip_wrapper {
  display: block;
  position: relative;
  z-index: 1;
}
.checkbox .tooltip_wrapper {
  position: static;
}

[role=tooltip] {
  background: #F7F8F8;
  border: 0.0625rem solid #dce0e0;
  border-radius: 0.125rem;
  bottom: 100%;
  color: #050F27;
  font-size: 85%;
  font-weight: 300;
  line-height: 1.5;
  opacity: 1;
  padding: 0.75em;
  position: absolute;
  right: 0;
  text-align: center;
  transform: translateY(-0.3125rem);
  transition: opacity 300ms, transform 300ms, visibility 300ms;
  visibility: visible;
  z-index: 50;
}
[role=tooltip]:after {
  border: 0.625rem solid transparent;
  border-top-color: #F7F8F8;
  bottom: -1.25rem;
  content: "";
  display: block;
  height: 0;
  left: 50%;
  margin-left: -0.625rem;
  position: absolute;
  width: 0;
}
[role=tooltip]:before {
  border: 0.6875rem solid transparent;
  border-top-color: #dce0e0;
  bottom: -1.375rem;
  content: "";
  display: block;
  height: 0;
  left: 50%;
  margin-left: -0.6875rem;
  position: absolute;
  width: 0;
}
[role=tooltip][aria-hidden=true] {
  opacity: 0;
  transform: translateY(-0.9375rem);
  visibility: hidden;
}

/* Source common/css/styles/screen/video_player.scss */

.video_wrapper {
  height: 0;
  padding-top: 56.25%;
  position: relative;
  border-radius: 2.5rem;
  overflow: hidden;
  margin-top: 3em;
}
.video_wrapper video {
  border: 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.video_wrapper video::cue {
  background: #000000;
  color: #ffffff;
}

