.a-layout { z-index: 1;}.a-link { text-decoration: none; font: inherit; color: inherit;}.a-link:link { text-decoration: inherit;}.a-link:hover, .a-link:focus { text-decoration: underline;}.a-link:focus { outline: none; text-decoration-thickness: 2px;}.a-link span { font-weight: inherit;}.a-link__content-wrapper { display: flex; align-items: center;}.a-link__icon { margin-right: 10px;}.a-link__icon img { max-width: none;}.a-link__text { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif; font-weight: inherit; font-size: inherit; line-height: inherit; font-style: inherit;}.a-link--electric-mid { color: #0064fe;}.a-link--electric { color: #0055d9;}.a-search-box { color: #666666; position: relative; border-radius: 5px; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif; font-size: 16px; font-size: 1.0666666667rem; line-height: 1.5em;}.a-search-box__icon { color: #cccccc; position: absolute; left: 8px; line-height: 1;}.a-search-box .autocomplete-wrapper { z-index: 1; position: absolute; width: 100%; background-color: #ffffff;}.a-search-box .input-wrapper { border: 1px solid #666666; padding: 12px 0;}.a-search-box .input-wrapper:focus, .a-search-box .input-wrapper:hover, .a-search-box .input-wrapper:focus-within { border: 1px solid #0064fe;}.a-search-box .input-wrapper:focus .a-search-box__icon, .a-search-box .input-wrapper:hover .a-search-box__icon, .a-search-box .input-wrapper:focus-within .a-search-box__icon { color: #0064fe;}.a-search-box__submit { display: none;}.a-search-box__content { padding: 0 0 0 42px; width: 100%; line-height: 1.5; box-sizing: border-box; border: none; background-color: #ffffff; font-size: 16px; font-size: 1.0666666667rem; line-height: 1.5em;}.a-search-box__content::placeholder { color: rgba(0, 30, 66, 0.6);}.a-search-box__content:focus { box-shadow: none; outline: none;}.a-search-box #autocomplete-list { display: flex; color: #001e42; border: 1px solid #e5e5e5;}.a-search-box .autocomplete-items { flex-grow: 1; padding: 0; margin: 10px;}.a-search-box .autocomplete-items.autocomplete-grouped-items { flex-grow: 2; margin-top: 0; margin-right: 0; margin-bottom: 0; padding-top: 20px; padding-left: 30px; padding-bottom: 10px;}.a-search-box .autocomplete-items.autocomplete-suggestion-items { max-width: 400px;}.a-search-box .autocomplete-items .autocomplete-item { cursor: pointer; padding: 10px 0 10px 20px; margin: 0; list-style: none;}.a-search-box .autocomplete-items .autocomplete-item.autocomplete-item__active { background-color: #f7f7f7; border-radius: 2px;}.a-search-box .autocomplete-items .autocomplete-item a { color: #1a1a1a;}.a-search-box .autocomplete-items .autocomplete-item a:link { color: inherit; text-decoration: inherit;}.a-search-box .autocomplete-items .autocomplete-item__bookTitle { opacity: 0.5; display: block; font-size: 12px; font-size: 0.8rem;}.a-search-box .autocomplete-items .autocomplete-item__title strong { font-weight: 700;}.a-search-box .autocomplete-items .autocomplete-item__headline { list-style: none; padding: 0; margin: 0; margin-bottom: 10px; margin-left: 20px;}.a-search-box .autocomplete-items .autocomplete-item__headline h4 { margin: 0; padding: 0; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;}.a-search-box .autocomplete-items .autocomplete-item__headline .autocomplete-sub-items { padding: 0; margin: 0;}.a-search-box .autocomplete-items .autocomplete-item__headline .autocomplete-sub-items .autocomplete-item { padding-left: 0; margin-right: 20px;}.a-search-box .autocomplete-items .autocomplete-item__headline .autocomplete-sub-items .autocomplete-item:hover { padding-left: 20px; margin-left: -20px; padding-right: 20px; margin-right: 0;}.a-search-box input[type=search]::-webkit-search-cancel-button { appearance: none; height: 1em; width: 1em; border-radius: 50em; background: url("/assets/icons/cross.svg") no-repeat 50% 50%; background-size: contain; opacity: 0; cursor: pointer;}.a-search-box input[type=search]:focus::-webkit-search-cancel-button { opacity: 1; pointer-events: all;}.a-layout-content { display: grid; grid-template-columns: repeat(var(--columns, 12), 1fr); gap: 20px 2%; --columns-xs: var(--columns-sm); --columns-sm: var(--columns-md); --columns-md: var(--columns-lg); --columns-lg: var(--columns-xl); --columns-xl: 12; --columns: var(--columns-xs);}.a-layout-content, .a-layout-content-block { box-sizing: border-box; max-width: 1410px; margin-inline: auto; padding-inline: 3%;}.a-layout-content--no-space, .a-layout-content .a-layout-content, .a-layout-content-block--no-space, .a-layout-content .a-layout-content-block, .a-layout-content-block .a-layout-content, .a-layout-content-block .a-layout-content-block { padding-inline: 0;}.a-layout-content--with-advertisement, .a-layout-content-block--with-advertisement { max-width: 1090px;}.a-layout-content1 { --columns-xl: 1;}.a-layout-content2 { --columns-xl: 2; --columns-sm: 1;}.a-layout-content3 { --columns-xl: 3; --columns-md: 2; --columns-xs: 1;}.a-layout-content4 { --columns-xl: 4; --columns-md: 2; --columns-xs: 1;}.a-layout-content6 { --columns-xl: 6;}.a-layout-content12 { --columns-xl: 12;}.a-layout-content__span2 { grid-column: span min(var(--columns), 2);}.a-layout-content__span3 { grid-column: span min(var(--columns), 3);}.a-layout-content__column-1 { grid-column: 1/-1;}@media (min-width: 850px) { .a-layout-content__column-1 { grid-column: span 1; }}.a-layout-content__column-2 { grid-column: 1/-1;}@media (min-width: 850px) { .a-layout-content__column-2 { grid-column: span 2; }}.a-layout-content__column-3 { grid-column: 1/-1;}@media (min-width: 850px) { .a-layout-content__column-3 { grid-column: span 3; }}.a-layout-content__column-4 { grid-column: 1/-1;}@media (min-width: 850px) { .a-layout-content__column-4 { grid-column: span 4; }}.a-layout-content__column-5 { grid-column: 1/-1;}@media (min-width: 850px) { .a-layout-content__column-5 { grid-column: span 5; }}.a-layout-content__column-6 { grid-column: 1/-1;}@media (min-width: 850px) { .a-layout-content__column-6 { grid-column: span 6; }}.a-layout-content__column-7 { grid-column: 1/-1;}@media (min-width: 850px) { .a-layout-content__column-7 { grid-column: span 7; }}.a-layout-content__column-8 { grid-column: 1/-1;}@media (min-width: 850px) { .a-layout-content__column-8 { grid-column: span 8; }}.a-layout-content__column-9 { grid-column: 1/-1;}@media (min-width: 850px) { .a-layout-content__column-9 { grid-column: span 9; }}.a-layout-content__column-10 { grid-column: 1/-1;}@media (min-width: 850px) { .a-layout-content__column-10 { grid-column: span 10; }}.a-layout-content__column-11 { grid-column: 1/-1;}@media (min-width: 850px) { .a-layout-content__column-11 { grid-column: span 11; }}.a-layout-content__column-12 { grid-column: 1/-1;}@media (min-width: 850px) { .a-layout-content__column-12 { grid-column: span 12; }}@media (min-width: 630px) { .a-layout-content { --columns: var(--columns-sm); }}@media (min-width: 770px) { .a-layout-content { --columns: var(--columns-md); }}@media (min-width: 850px) { .a-layout-content { --columns: var(--columns-lg); }}@media (min-width: 1000px) { .a-layout-content { --columns: var(--columns-xl); }}.a-layout-row { margin-block: 2rem;}.a-layout-row__no-margin { margin-block: 0;}.a-layout-row__no-margin-top { margin-block-start: 0;}.a-layout-row__no-margin-bot { margin-block-end: 0;}/* stylelint-disable no-descending-specificity */.a-richtext { color: var(--sn-theme-text, #001e42); font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;}.a-richtext p { margin: 0; font-weight: 400; font-size: 16px; font-size: 1.0666666667rem; line-height: 1.5em;}.a-richtext p + p { margin-block-start: 1.3333333333rem;}.a-richtext ul,.a-richtext ol { margin: 1.3333333333rem 0; padding-inline-start: 2rem;}.a-richtext li { margin: 0 0 0.6666666667rem; font-weight: 400; font-size: 16px; font-size: 1.0666666667rem; line-height: 1.5em;}.a-richtext h2,.a-richtext h3,.a-richtext h4,.a-richtext h5 { color: var(--sn-theme-text, #001e42); margin: 1.3333333333rem 0; font-family: "Merriweather", serif; font-weight: 700;}.a-richtext h2 { font-size: 24px; font-size: 1.6rem; line-height: 1.3333333333em;}.a-richtext h3 { font-size: 20px; font-size: 1.3333333333rem; line-height: 1.5em;}.a-richtext h4 { font-size: 18px; font-size: 1.2rem; line-height: 1.5555555556em;}.a-richtext h5 { font-size: 16px; font-size: 1.0666666667rem; line-height: 1.5em;}.a-richtext strong,.a-richtext b { font-weight: 700;}.a-richtext sub,.a-richtext sup { font-size: inherit;}.a-richtext small,.a-richtext .small { font-size: 0.875em;}.a-richtext a,.a-richtext a:link { color: var(--sn-theme-link, #0055d9); text-decoration: underline; position: relative;}.a-richtext a:hover,.a-richtext a:link:hover { text-decoration-thickness: 2px;}.a-richtext a:focus:after,.a-richtext a:link:focus:after { content: ""; position: absolute; inset: -4px; background: currentcolor; opacity: 0.05; border-radius: 2px;}.a-richtext--article p,.a-richtext--article li { font-family: "Merriweather", serif; font-weight: 400; font-size: 16px; font-size: 1.0666666667rem; line-height: 1.5em;}@media (min-width: 630px) { .a-richtext--article p, .a-richtext--article li { font-size: 18px; font-size: 1.2rem; line-height: 1.6666666667em; }}.a-richtext--article h2,.a-richtext--article h3,.a-richtext--article h4,.a-richtext--article h5 { font-family: "Merriweather", serif; font-weight: 700;}.a-richtext--article h2 { margin: 0 0 1.3333333333rem; font-size: 24px; font-size: 1.6rem; line-height: 1.3333333333em;}@media (min-width: 630px) { .a-richtext--article h2 { font-size: 28px; font-size: 1.8666666667rem; line-height: 1.1428571429em; }}.a-richtext--article h3 { font-size: 20px; font-size: 1.3333333333rem; line-height: 1.5em;}@media (min-width: 630px) { .a-richtext--article h3 { font-size: 24px; font-size: 1.6rem; line-height: 1.3333333333em; }}.a-richtext--article h4 { font-size: 18px; font-size: 1.2rem; line-height: 1.5555555556em;}@media (min-width: 630px) { .a-richtext--article h4 { font-size: 20px; font-size: 1.3333333333rem; line-height: 1.5em; }}.a-richtext--article h5 { font-size: 16px; font-size: 1.0666666667rem; line-height: 1.5em;}@media (min-width: 630px) { .a-richtext--article h5 { font-size: 18px; font-size: 1.2rem; line-height: 1.5555555556em; }}.a-richtext--introduction p,.a-richtext--introduction strong,.a-richtext--introduction ul,.a-richtext--introduction ol,.a-richtext--introduction li { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif; font-size: 16px; font-size: 1.0666666667rem; line-height: 1.5em;}.a-richtext--teaser { color: var(--sn-theme-text, #001e42); font-size: 16px; font-size: 1.0666666667rem; line-height: 1.5em;}.a-richtext--teaser p,.a-richtext--teaser li { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;}.a-richtext--teaser ol { counter-reset: li; padding-inline-start: 0;}.a-richtext--teaser ol li { list-style: none; position: relative; padding-inline-start: 2rem;}.a-richtext--teaser ol li:before { content: counter(li); counter-increment: li; position: absolute; top: 2px; left: 0; box-sizing: border-box; width: 20px; height: 20px; margin-right: 0.6666666667rem; background: var(--sn-theme-text, #001e42); color: var(--sn-theme-background, #ffffff); border-radius: 50%; text-align: center; font-size: 12px; font-size: 0.8rem; line-height: 1.6666666667em;}.a-richtext--message p,.a-richtext--message strong,.a-richtext--message ul,.a-richtext--message ol,.a-richtext--message li { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif; font-size: 14px; font-size: 0.9333333333rem; line-height: 1.4285714286em;}.a-richtext--message a { color: currentcolor; position: relative; text-decoration: underline;}.a-richtext--message a:link { color: inherit; text-decoration: underline;}.a-richtext--message a:hover { text-decoration-thickness: 2px;}.a-richtext--message a:focus:after { content: ""; position: absolute; inset: -4px; background: currentcolor; opacity: 0.05; border-radius: 2px;}/* stylelint-enable no-descending-specificity */.a-theme__brand-main { --sn-theme-background: #024ba6; --sn-theme-text: #ffffff; --sn-theme-link: #ffffff; --sn-theme-advertisement: #e5e5e5;}.a-theme__brand-main-light { --sn-theme-background: #f2f5fa; --sn-theme-text: #001e42; --sn-theme-link: #0064fe; --sn-theme-advertisement: #707070;}.a-theme__brand-main-dark { --sn-theme-background: #001e42; --sn-theme-text: #ffffff; --sn-theme-link: #ffffff; --sn-theme-advertisement: #e5e5e5;}.a-theme__brand-one-light { --sn-theme-background: #f2f9f9; --sn-theme-text: #001e42; --sn-theme-link: #0064fe; --sn-theme-advertisement: #707070;}.a-theme__white { --sn-theme-background: #ffffff; --sn-theme-text: #001e42; --sn-theme-link: #0064fe; --sn-theme-advertisement: #707070;}.a-theme__dark-black { --sn-theme-background: #1a1a1a; --sn-theme-text: #ffffff; --sn-theme-link: #ffffff; --sn-theme-advertisement: #e5e5e5;}.a-theme__light-grey { --sn-theme-background: #f7f7f7; --sn-theme-text: #000000; --sn-theme-link: #0064fe; --sn-theme-advertisement: #707070;}.a-theme__example { padding: 1rem 3%; background-color: var(--sn-theme-background); color: var(--sn-theme-text);}.a-layout__dummy { background-color: darkred; height: 100px; color: #ffffff;}.a-layout__brand { background-color: #024ba6;}.a-layout__dark { background-color: #001e42;}.a-layout__light { background-color: #f2f5fa;}.a-layout__white { background-color: #ffffff;}.a-layout__gradient--dark-blue { background-image: radial-gradient(circle at 50% 0, #0362d9, #02489e 24%, #003575 51%);}.a-layout__border--grey { border: 1px solid #e5e5e5;}@media (min-width: 850px) { .a-layout--sidebar-color { background: linear-gradient(to left, var(--sn-partner-background, #f2f5fa) 32.5%, transparent 32.5%); }}.a-brand { text-indent: -9999px;}.a-brand:focus-visible { outline: 2px solid #0055d9; outline-offset: 2px; box-shadow: 0 0 0 2px #ffffff;}.a-brand__primary { background-repeat: no-repeat; background-size: auto 100%; width: 180px; height: 30px; line-height: 30px; display: inline-block;}@media (max-width: 629px) { .a-brand__primary { height: 30px; width: 30px; }}.a-brand__secondary { background-size: auto 100%; background-repeat: no-repeat; display: inline-block; height: 20px; width: 50px;}.a-page-title { font-weight: bold; font-family: "Merriweather", serif; background: var(--sn-theme-background, #ffffff); color: var(--sn-theme-text, #001e42); margin: 0; padding: 2rem 0; font-size: 32px; font-size: 2.1333333333rem; line-height: 1.125em;}@media (max-width: 629px) { .a-page-title { font-size: 24px; font-size: 1.6rem; line-height: 1.5em; }}.a-page-title--spaced { padding-inline: 3%;}.a-page-title--full-width { background: var(--sn-theme-background, #ffffff); padding-inline: 0;}.a-icon { width: 1.6rem; height: 1.6rem; fill: currentcolor; pointer-events: none; vertical-align: middle;}.a-icon[focusable=false] { pointer-events: none;}.a-icon--logo { width: auto;}.a-icon--14 { width: 0.9333333333rem; height: 0.9333333333rem;}.a-icon--18 { width: 1.2rem; height: 1.2rem;}.a-icon--24 { width: 1.6rem; height: 1.6rem;}.a-icon--30 { width: 2rem; height: 2rem;}.a-navigation-link { display: block; text-decoration: inherit; font: inherit; color: inherit;}.a-navigation-link span { font-weight: inherit; font-size: inherit; font-style: inherit; color: inherit; line-height: inherit;}.a-navigation-link__content-wrapper { display: flex; align-items: center;}.a-navigation-link__icon { margin-right: 10px; height: 24px;}.a-navigation-link__icon img { max-width: none;}.a-navigation-link__text { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif; font-weight: inherit; font-size: inherit; line-height: inherit; font-style: inherit;}.a-navigation-link:link { color: inherit; text-decoration: inherit;}.a-navigation-link:hover, .a-navigation-link:focus { opacity: 0.8; text-decoration: underline;}.a-navigation-link--language { padding-right: 5px; display: inline-block; position: relative; color: #ffffff; font-size: 14px; font-size: 0.9333333333rem; line-height: 1.4285714286em;}.a-navigation-link--language .a-navigation-link__text { opacity: 0.8;}.a-navigation-link--language .a-navigation-link__text.selected { opacity: 1;}.a-navigation-link--language:nth-child(n+2) { padding-left: 10px;}.a-navigation-link--language:nth-child(n+2):before { position: absolute; top: 0; left: 0; width: 1px; height: 20px; opacity: 0.8; background-color: #ffffff; content: "";}.a-navigation-link--language:hover, .a-navigation-link--language:focus { opacity: 1;}.a-navigation-link--language:hover .a-navigation-link__text, .a-navigation-link--language:focus .a-navigation-link__text { opacity: 1; text-decoration: underline;}.a-navigation-link--bold { font-weight: bold; margin-bottom: 15px; font-size: 14px; font-size: 0.9333333333rem; line-height: 1.4285714286em;}.a-navigation-link--category-head { display: inline-block;}.a-navigation-link--category-head__text { font-size: 16px; font-size: 1.0666666667rem; line-height: 1.5em;}.a-navigation-link--category { display: flex; align-items: center; font-size: 14px; font-size: 0.9333333333rem; line-height: 1.7142857143em;}.a-navigation-link--category .a-sn-icon.a-sn-icon-cms { height: 24px; width: 24px;}.a-navigation-link--category .a-sn-icon.a-sn-icon-cms img { height: 24px; width: 24px;}.a-navigation-link--profile { padding: 5px 0;}.a-navigation-link--footer-head, .a-navigation-link--footer { margin-bottom: 15px;}.a-navigation-link--footer-head:last-child, .a-navigation-link--footer:last-child { margin-bottom: 0;}.a-cover-image img { aspect-ratio: 3/4; display: block; object-fit: cover; object-position: center; height: auto; width: 100%;}.a-sn-icon { display: inline-block; width: auto; height: auto; background-image: url("/assets/icons/dummy.svg"); background-repeat: no-repeat; background-position: center; vertical-align: middle; background-size: contain;}.a-sn-icon.a-sn-icon-account { background-image: url("/assets/icons/account.svg"); height: 24px; width: 24px;}.a-sn-icon.a-sn-icon-account--blue { height: 24px; width: 24px; background-image: url("/assets/icons/account--blue.svg");}.a-sn-icon.a-sn-icon-arrow-left { background-image: url("/assets/icons/arrow-left.svg"); height: 24px; width: 24px;}.a-sn-icon.a-sn-icon-arrow-left-full { background-image: url("/assets/icons/arrow-left-full.svg"); height: 24px; width: 24px;}.a-sn-icon.a-sn-icon-arrow-left-full--white { background-image: url("/assets/icons/arrow-left--white.svg"); height: 24px; width: 24px;}.a-sn-icon.a-sn-icon-arrow-right { background-image: url("/assets/icons/arrow-right.svg"); height: 24px; width: 24px;}.a-sn-icon.a-sn-icon-arrow-right-full { background-image: url("/assets/icons/arrow-right-full.svg"); height: 24px; width: 24px;}.a-sn-icon.a-sn-icon-bag { background-image: url("/assets/icons/bag.svg"); height: 24px; width: 24px;}.a-sn-icon.a-sn-icon-bag--white { background-image: url("/assets/icons/bag--white.svg"); height: 24px; width: 24px;}.a-sn-icon.a-sn-icon-bookmark { background-image: url("/assets/icons/bookmark.svg"); height: 24px; width: 24px;}.a-sn-icon.a-sn-icon-brand { background-image: url("/assets/icons/brand.svg"); height: 20px; width: 20px;}.a-sn-icon.a-sn-icon-camera { background-image: url("/assets/icons/camera.svg"); height: 12px; width: 20px;}.a-sn-icon.a-sn-icon-chevron-down { background-image: url("/assets/icons/chevron-down.svg"); height: 24px; width: 24px;}.a-sn-icon.a-sn-icon-chevron-down--white { height: 24px; width: 24px; background-image: url("/assets/icons/chevron-down--white.svg");}.a-sn-icon.a-sn-icon-chevron-left { background-image: url("/assets/icons/chevron-left.svg"); height: 24px; width: 24px;}.a-sn-icon.a-sn-icon-chevron-left--white { background-image: url("/assets/icons/chevron-left--white.svg"); height: 24px; width: 24px;}.a-sn-icon.a-sn-icon-chevron-right { background-image: url("/assets/icons/chevron-right.svg"); height: 24px; width: 24px;}.a-sn-icon.a-sn-icon-chevron-right--white { background-image: url("/assets/icons/chevron-right--white.svg"); height: 24px; width: 24px;}.a-sn-icon.a-sn-icon-chevron-up { background-image: url("/assets/icons/chevron-up.svg"); height: 24px; width: 24px;}.a-sn-icon.a-sn-icon-chevron-up--white { background-image: url("/assets/icons/chevron-up--white.svg"); height: 24px; width: 24px;}.a-sn-icon.a-sn-icon-clock { background-image: url("/assets/icons/clock.svg"); height: 24px; width: 24px;}.a-sn-icon.a-sn-icon-cme { background-image: url("/assets/icons/cme-icon.svg"); height: 80px; width: 80px;}.a-sn-icon.a-sn-icon-course { background-image: url("/assets/icons/course-icon.svg"); height: 80px; width: 80px;}.a-sn-icon.a-sn-icon-content-copy { background-image: url("/assets/icons/content-copy.svg"); height: 24px; width: 24px;}.a-sn-icon.a-sn-icon-content-copy--blue { background-image: url("/assets/icons/content-copy--blue.svg"); height: 24px; width: 24px;}.a-sn-icon.a-sn-icon-cross { background-image: url("/assets/icons/cross.svg"); height: 24px; width: 24px;}.a-sn-icon.a-sn-icon-download-document { background-image: url("/assets/icons/download-document.svg"); height: 24px; width: 24px;}.a-sn-icon.a-sn-icon-dummy { background-image: url("/assets/icons/dummy.svg"); height: 24px; width: 24px;}.a-sn-icon.a-sn-icon-epaper { background-image: url("/assets/icons/epaper.svg"); height: 24px; width: 24px;}.a-sn-icon.a-sn-icon-exclamation-mark { background-image: url("/assets/icons/exclamation-mark.svg"); height: 24px; width: 24px;}.a-sn-icon.a-sn-icon-hamburger-menu { background-image: url("/assets/icons/hamburger-menu.svg"); height: 30px; width: 30px;}.a-sn-icon.a-sn-icon-home { background-image: url("/assets/icons/home.svg"); height: 24px; width: 24px;}.a-sn-icon.a-sn-icon-info { background-image: url("/assets/icons/info.svg");}.a-sn-icon.a-sn-icon-interests { background-image: url("/assets/icons/interests.svg"); height: 24px; width: 24px;}.a-sn-icon.a-sn-icon-education-hat-black { background-image: url("/assets/icons/hat-black.svg"); height: 20px; width: 20px; margin: 2px;}.a-sn-icon.a-sn-icon-education-hat-white { background-image: url("/assets/icons/hat-white.svg"); height: 20px; width: 20px; margin: 2px;}.a-sn-icon.a-sn-icon-knight-black { background-image: url("/assets/icons/knight-black.svg"); height: 24px; width: 24px;}.a-sn-icon.a-sn-icon-knight-transparent { background-image: url("/assets/icons/knight-transparent.svg");}.a-sn-icon.a-sn-icon-knight-white { background-image: url("/assets/icons/knight-white.svg");}.a-sn-icon.a-sn-icon-knight-white--blue-bg { background-image: url("/assets/icons/knight-white--blue-bg.svg");}.a-sn-icon.a-sn-icon-knight-white--black-bg { background-image: url("/assets/icons/knight-white--black-bg.svg");}.a-sn-icon.a-sn-icon-menu { background-image: url("/assets/icons/menu.svg"); height: 24px; width: 24px;}.a-sn-icon.a-sn-icon-menu--blue { background-image: url("/assets/icons/menu--blue.svg"); height: 24px; width: 24px;}.a-sn-icon.a-sn-icon-newsletter { background-image: url("/assets/icons/newsletter.svg"); height: 24px; width: 24px;}.a-sn-icon.a-sn-icon-newsletter--white { background-image: url("/assets/icons/newsletter--white.svg"); height: 24px; width: 24px;}.a-sn-icon.a-sn-icon-people { background-image: url("/assets/icons/people.svg"); height: 24px; width: 24px;}.a-sn-icon.a-sn-icon-people--blue { background-image: url("/assets/icons/people--blue.svg"); height: 24px; width: 24px;}.a-sn-icon.a-sn-icon-play { background-image: url("/assets/icons/play.svg"); height: 14px; width: 12px;}.a-sn-icon.a-sn-icon-pop { background-image: url("/assets/icons/pop.svg"); height: 24px; width: 24px;}.a-sn-icon.a-sn-icon-search { background-image: url("/assets/icons/search.svg"); height: 24px; width: 24px;}.a-sn-icon.a-sn-icon-search--blue { background-image: url("/assets/icons/search--blue.svg"); height: 24px; width: 24px;}.a-sn-icon.a-sn-icon-search--white { background-image: url("/assets/icons/search--white.svg"); height: 24px; width: 24px;}.a-sn-icon.a-sn-icon-support { background-image: url("/assets/icons/support.svg"); height: 24px; width: 24px;}.a-sn-icon.a-sn-icon-support--blue { background-image: url("/assets/icons/support--blue.svg"); height: 24px; width: 24px;}.a-sn-icon.a-sn-icon-user { background-image: url("/assets/icons/user.svg"); height: 24px; width: 24px;}.a-sn-icon.a-sn-icon-user--blue { background-image: url("/assets/icons/user--blue.svg"); height: 24px; width: 24px;}.a-sn-icon.a-sn-icon-users { background-image: url("/assets/icons/users.svg"); height: 24px; width: 24px;}.a-button { display: inline-flex; align-items: center; gap: 0.3333333333rem; position: relative; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif; text-decoration: none; font-weight: bold; text-align: center; text-wrap: balance; border: 1px solid transparent; border-radius: 2px; padding: 7px 1rem; cursor: pointer; font-size: 14px; font-size: 0.9333333333rem; line-height: 1.7142857143em; color: var(--sn-theme-link, #0064fe); background-color: transparent; border-color: currentColor;}@media (min-width: 1001px) { .a-button { padding-block: 11px; font-size: 16px; font-size: 1.0666666667rem; line-height: 1.5em; }}.a-button__icon { flex-shrink: 0;}.a-button:hover:after { content: ""; position: absolute; inset: 0; background: currentColor; opacity: 0.1;}.a-button:focus-visible { outline: 2px solid #0055d9; outline-offset: 2px; box-shadow: 0 0 0 2px #ffffff;}.a-button:focus-visible:after { content: ""; position: absolute; inset: 0; background: currentColor; opacity: 0.1;}.a-button[disabled] { cursor: default; color: var(--sn-theme-text, #001e42); background-color: #808080; border-color: transparent; opacity: 35%; outline: none; box-shadow: none;}.a-button--primary { display: inline-flex; align-items: center; gap: 0.3333333333rem; position: relative; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif; text-decoration: none; font-weight: bold; text-align: center; text-wrap: balance; border: 1px solid transparent; border-radius: 2px; padding: 7px 1rem; cursor: pointer; font-size: 14px; font-size: 0.9333333333rem; line-height: 1.7142857143em; color: #ffffff; background-color: #0064fe; border-color: #0064fe;}@media (min-width: 1001px) { .a-button--primary { padding-block: 11px; font-size: 16px; font-size: 1.0666666667rem; line-height: 1.5em; }}.a-button--primary__icon { flex-shrink: 0;}.a-button--primary:hover:after { content: ""; position: absolute; inset: 0; background: currentColor; opacity: 0.1;}.a-button--primary:focus-visible { outline: 2px solid #0055d9; outline-offset: 2px; box-shadow: 0 0 0 2px #ffffff;}.a-button--primary:focus-visible:after { content: ""; position: absolute; inset: 0; background: currentColor; opacity: 0.1;}.a-button--primary[disabled] { cursor: default; color: var(--sn-theme-text, #001e42); background-color: #808080; border-color: transparent; opacity: 35%; outline: none; box-shadow: none;}.a-button--secondary { display: inline-flex; align-items: center; gap: 0.3333333333rem; position: relative; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif; text-decoration: none; font-weight: bold; text-align: center; text-wrap: balance; border: 1px solid transparent; border-radius: 2px; padding: 7px 1rem; cursor: pointer; font-size: 14px; font-size: 0.9333333333rem; line-height: 1.7142857143em; color: var(--sn-theme-link, #0064fe); background-color: transparent; border-color: currentColor;}@media (min-width: 1001px) { .a-button--secondary { padding-block: 11px; font-size: 16px; font-size: 1.0666666667rem; line-height: 1.5em; }}.a-button--secondary__icon { flex-shrink: 0;}.a-button--secondary:hover:after { content: ""; position: absolute; inset: 0; background: currentColor; opacity: 0.1;}.a-button--secondary:focus-visible { outline: 2px solid #0055d9; outline-offset: 2px; box-shadow: 0 0 0 2px #ffffff;}.a-button--secondary:focus-visible:after { content: ""; position: absolute; inset: 0; background: currentColor; opacity: 0.1;}.a-button--secondary[disabled] { cursor: default; color: var(--sn-theme-text, #001e42); background-color: #808080; border-color: transparent; opacity: 35%; outline: none; box-shadow: none;}.a-button--achromatic { display: inline-flex; align-items: center; gap: 0.3333333333rem; position: relative; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif; text-decoration: none; font-weight: bold; text-align: center; text-wrap: balance; border: 1px solid transparent; border-radius: 2px; padding: 7px 1rem; cursor: pointer; font-size: 14px; font-size: 0.9333333333rem; line-height: 1.7142857143em; color: var(--sn-theme-text, #001e42); background-color: transparent; border-color: #808080;}@media (min-width: 1001px) { .a-button--achromatic { padding-block: 11px; font-size: 16px; font-size: 1.0666666667rem; line-height: 1.5em; }}.a-button--achromatic__icon { flex-shrink: 0;}.a-button--achromatic:hover:after { content: ""; position: absolute; inset: 0; background: currentColor; opacity: 0.1;}.a-button--achromatic:focus-visible { outline: 2px solid #0055d9; outline-offset: 2px; box-shadow: 0 0 0 2px #ffffff;}.a-button--achromatic:focus-visible:after { content: ""; position: absolute; inset: 0; background: currentColor; opacity: 0.1;}.a-button--achromatic[disabled] { cursor: default; color: var(--sn-theme-text, #001e42); background-color: #808080; border-color: transparent; opacity: 35%; outline: none; box-shadow: none;}.a-button--ghost { display: inline-flex; align-items: center; gap: 0.3333333333rem; position: relative; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif; text-decoration: none; font-weight: bold; text-align: center; text-wrap: balance; border: 1px solid transparent; border-radius: 2px; padding: 7px 1rem; cursor: pointer; font-size: 14px; font-size: 0.9333333333rem; line-height: 1.7142857143em; color: var(--sn-theme-text, #001e42); background-color: transparent; border-color: transparent;}@media (min-width: 1001px) { .a-button--ghost { padding-block: 11px; font-size: 16px; font-size: 1.0666666667rem; line-height: 1.5em; }}.a-button--ghost__icon { flex-shrink: 0;}.a-button--ghost:hover:after { content: ""; position: absolute; inset: 0; background: currentColor; opacity: 0.1;}.a-button--ghost:focus-visible { outline: 2px solid #0055d9; outline-offset: 2px; box-shadow: 0 0 0 2px #ffffff;}.a-button--ghost:focus-visible:after { content: ""; position: absolute; inset: 0; background: currentColor; opacity: 0.1;}.a-button--ghost[disabled] { cursor: default; color: var(--sn-theme-text, #001e42); background-color: #808080; border-color: transparent; opacity: 35%; outline: none; box-shadow: none;}.m-info-banner { display: grid; grid-template-columns: 2fr 1fr; padding: 25px 0; background-color: var(--sn-theme-background, #001e42); color: var(--sn-theme-text, #ffffff); border: 1px solid var(--sn-theme-background, #001e42); border-radius: 4px;}.m-info-banner__content-wrapper { display: flex; align-items: center; margin-left: 20px;}.m-info-banner__image-wrapper { width: 100px; height: 100px; margin: 0 20px 0 0; flex-shrink: 0; flex-grow: 0;}.m-info-banner__image-wrapper--icon { display: flex; align-items: center; justify-content: center;}.m-info-banner__icon { box-sizing: border-box; display: block; width: 48px; height: 48px; padding: 10px; font-size: 24px; border-radius: 50%; background-color: #0064fe; color: #ffffff;}.m-info-banner .m-info-banner__headline { color: currentcolor; font-family: "Merriweather", serif; font-size: 20px; font-size: 1.3333333333rem; line-height: 1.5em; font-weight: bold;}.m-info-banner__text-wrapper { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif; font-size: 18px; font-size: 1.2rem; line-height: 1.3333333333em; margin-right: 20px;}.m-info-banner__cta-wrapper { display: flex; align-items: center; justify-content: center;}@media (max-width: 769px) { .m-info-banner { grid-template-columns: 1fr; } .m-info-banner__cta-wrapper { display: block; margin: 25px 20px 0; } .m-info-banner__cta { display: block; }}.m-main-header-menu { display: grid; grid-template-columns: 1fr; grid-template-rows: auto; column-gap: 3%; padding: 30px 3% 50px; position: relative; margin: 0 auto; max-width: 1410px; box-sizing: border-box; color: #ffffff;}@media (min-width: 630px) { .m-main-header-menu { grid-template-columns: 1fr 1fr 1fr; }}@media (min-width: 1000px) { .m-main-header-menu { grid-template-columns: 1fr 1fr 1fr 1fr; }}.m-main-header-menu__wrapper { background-color: #001e42;}.m-main-header-menu__col-1 { grid-column: span 1;}.m-main-header-menu__col-2 { grid-column: span 1;}@media (max-width: 629px) { .m-main-header-menu__col-2 .m-menu-category:first-child { margin-top: 15px; }}.m-main-header-menu__col-3 { grid-column: span 1;}@media (max-width: 629px) { .m-main-header-menu__col-3 .m-menu-category:first-child { margin-top: 15px; }}.m-main-header-menu__col-3__subgrid { grid-column: span 2; display: grid; column-gap: 6%; grid-template-columns: 1fr 1fr; grid-template-rows: auto;}@media (max-width: 999px) { .m-main-header-menu__col-3__subgrid { grid-column: span 1; grid-template-columns: 1fr; }}.m-main-header-menu__subgrid-1 { grid-column-start: 1;}@media (max-width: 999px) { .m-main-header-menu__subgrid-1 { grid-row-start: 2; grid-column-start: 1; } .m-main-header-menu__subgrid-1 .m-menu-category:first-child { margin-top: 15px; }}.m-main-header-menu__subgrid-2 { grid-column-start: 2;}@media (max-width: 999px) { .m-main-header-menu__subgrid-2 { grid-column-start: 1; } .m-main-header-menu__subgrid-2 .m-menu-category:last-child { border-bottom: 1px solid rgba(255, 255, 255, 0.2); }}@media (max-width: 629px) { .m-main-header-menu__subgrid-2 .m-menu-category:last-child { border-bottom: none; }}.m-main-header-menu__newsletter-shop { margin-top: 25px; padding-bottom: 10px; border-bottom: 1px solid rgba(255, 255, 255, 0.2);}.m-main-header-menu__newsletter-shop:first-child { margin-top: 0;}.m-main-header-menu__newsletter-shop:last-child { border-bottom: none;}@media (max-width: 629px) { .m-main-header-menu__newsletter-shop { padding-bottom: 5px; border-bottom: none; margin-top: 15px; }}.m-main-header-menu__language-switch { margin-top: 15px;}@media (max-width: 629px) { .m-main-header-menu__language-switch { margin-bottom: 20px; }}.m-main-header-menu__adv-content { order: 10; margin-bottom: 30px;}@media (max-width: 629px) { .m-main-header-menu__adv-content { display: none; }}.m-main-header-menu__adv-image { height: 144px; width: 100%;}.m-main-header-menu__comm-box { min-height: 124px; display: flex; flex-direction: column; padding: 10px; background: rgba(255, 255, 255, 0.07);}.m-main-header-menu__comm-box__title { color: #ffffff; font-family: "Merriweather", serif; font-size: 16px; font-size: 1.0666666667rem; line-height: 1.5em;}.m-main-header-menu__comm-box__text { color: #ffffff; opacity: 0.4; font-size: 12px; font-size: 0.8rem; line-height: 1.5em;}.m-menu-category { border-bottom: 1px solid rgba(255, 255, 255, 0.2); margin-top: 15px;}@media (max-width: 629px) { .m-menu-category { border-bottom: none; }}.m-menu-category:first-child { margin-top: 0;}.m-menu-category:last-child { border-bottom: none;}.m-menu-category__name { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif; display: flex; align-items: baseline; font-weight: bold; color: #ffffff; margin: 0 0 15px; font-size: 16px; font-size: 1.0666666667rem; line-height: 1.5em;}.m-menu-category__toggle { margin-left: auto; padding: 0; background-color: #001e42; border: none; outline: none; color: inherit; text-align: left; cursor: auto;}@media (max-width: 629px) { .m-menu-category__toggle { cursor: pointer; }}.m-menu-category__toggle-icons { padding-left: 5px; border-left: 1px solid rgba(229, 229, 229, 0.5); display: none;}@media (max-width: 629px) { .m-menu-category__toggle-icons { display: inline; } .m-menu-category__toggle-icons .m-menu-category-down { display: none; } .m-menu-category__toggle-icons .m-menu-category-up { display: inline-block; }}.m-menu-category__toggle.collapsed { margin-top: 0;}.m-menu-category__toggle.collapsed .m-menu-category-down { display: inline-block;}.m-menu-category__toggle.collapsed .m-menu-category-up { display: none;}.m-menu-category__toggle-content { overflow: hidden; transition: max-height 0.2s ease-out;}.m-menu-category__toggle-content--link { margin-bottom: 15px;}.m-footer-content__heading { color: inherit; margin-bottom: 15px; min-height: 24px;}.m-footer-content .a-link { margin-bottom: 15px;}.m-footer-content .a-link:last-child { margin-bottom: 0;}.m-header-search-menu { text-align: center; background-color: #001e42; padding-top: 40px; min-height: 134px;}.m-header-search-menu__content { margin: 0 16%;}@media (max-width: 629px) { .m-header-search-menu__content { margin: 0; }}.m-header-search-menu .a-search-box { background-color: #ffffff; margin-bottom: 0; text-align: left;}.m-header-search-menu__text { color: #99b7db; padding: 20px 0 40px; opacity: 0.9; text-align: start; text-decoration: underline; font-size: 16px; font-size: 1.0666666667rem; line-height: 1.5em;}.m-header-search-menu__text:link { text-decoration: underline;}.m-header-search-menu__text:hover { text-decoration: none;}.m-header-search-menu__text:focus-visible { outline: none; text-decoration-thickness: 2px;}.m-teaser-headline { margin: 10px 0; color: inherit; font-family: "Merriweather", serif; font-weight: bold; font-size: 17px; font-size: 1.1333333333rem; line-height: 1.4117647059em;}.m-teaser-headline__link { color: inherit; font: inherit; display: block; text-decoration: none; outline: none;}.m-teaser-headline__link:before { content: ""; position: absolute; inset: 0;}.m-teaser-headline__link:hover { text-decoration: underline; text-decoration-color: color-mix(in srgb, currentcolor 70%, #ffffff 0%);}.m-teaser-headline__link:focus-visible:before { box-shadow: 0 0 0 2px #ffffff, 0 0 0 4px #0055d9; border-radius: 2px;}.m-teaser-headline__link-help { border: 0; clip: rect(0, 0, 0, 0); height: 1px; overflow: hidden; padding: 0; position: absolute !important; width: 1px;}.m-tag-line { white-space: nowrap; text-overflow: ellipsis; overflow: hidden; min-height: 20px; color: var(--sn-theme-text, #001e42);}.m-tag-line__item { margin-right: 5px; display: inline; min-width: 0; font-weight: 400; font-size: 14px; font-size: 0.9333333333rem; line-height: 1.4285714286em;}.m-tag-line__item:before { content: "|"; margin-right: 5px;}.m-tag-line__tag:before, .m-tag-line__tag + :before,.m-tag-line :first-child:before { content: none;}.m-tag-line .m-tag-line__link { display: inline; color: var(--sn-theme-link, #0055d9); position: relative; z-index: 2;}.m-tag-line .m-tag-line__link :first-child { display: inline;}.m-tag-line .m-tag-line__link:hover, .m-tag-line .m-tag-line__link:focus { text-decoration: underline;}.m-tag-line .m-tag-line__link:focus { outline: none; text-decoration-thickness: 2px;}.m-tag-line--onblack .m-tag-line__tag,.m-tag-line--onblack .m-tag-line__link, .m-tag-line--onblue .m-tag-line__tag,.m-tag-line--onblue .m-tag-line__link { color: #ffffff;}.m-headline { margin: 0 0 2rem; padding-top: 0.6666666667rem; color: var(--sn-theme-text, #001e42); position: relative;}.m-headline:before { content: ""; display: block; height: 1px; background: currentcolor; opacity: 0.63; width: 100%; position: absolute; top: 0;}.m-headline,.m-headline :first-child { font-weight: bold; font-family: "Merriweather", serif; color: currentcolor; font-size: 20px; font-size: 1.3333333333rem; line-height: 1.4em;}@media (min-width: 771px) { .m-headline, .m-headline :first-child { font-size: 24px; font-size: 1.6rem; line-height: 1.3333333333em; }}.m-headline :first-child { display: flex; align-items: center;}@media (max-width: 769px) { .m-headline :first-child { justify-content: space-between; }}.m-headline__link { color: inherit; text-decoration: none;}.m-headline__link-icon { position: relative; transition: left 0.2s ease-in;}.m-headline__link:link { color: inherit; text-decoration: inherit;}.m-headline__link:hover, .m-headline__link:focus { text-decoration: underline;}.m-headline__link:hover .m-headline__link-icon, .m-headline__link:focus .m-headline__link-icon { left: 5px;}.m-headline__link:focus { outline: none; text-decoration-thickness: 2px;}.m-speakers-card-box { display: flex; flex-wrap: wrap; margin: 5px 0;}.m-speakers-card-box .a-speaker-card { width: 100%;}@media (min-width: 631px) { .m-speakers-card-box.m-speakers-card-box--2col .a-speaker-card { width: 50%; }}.m-main-teaser { background-color: var(--sn-theme-background, #ffffff); color: var(--sn-theme-text, #001e42); position: relative;}@media (min-width: 850px) { .m-main-teaser { gap: 1.3333333333rem; }}.m-main-teaser__wrapper { display: grid; grid-template-columns: repeat(var(--columns, 12), 1fr); gap: 20px 2%;}.m-main-teaser__content { grid-column: span 12; order: 1; margin: 0 0 1.3333333333rem;}@media (min-width: 850px) { .m-main-teaser__content { order: 0; grid-column: span 6; margin: 2rem 0; }}.m-main-teaser__image { aspect-ratio: 16/9; grid-column: span 12; order: 0; margin-bottom: 1.3333333333rem; width: 100%;}@media (min-width: 850px) { .m-main-teaser__image { aspect-ratio: auto; order: 1; margin: 0; grid-column: span 6; }}.m-main-teaser__advertorial { margin-bottom: 1rem;}.m-main-teaser .m-main-teaser__page-title { padding: 0; margin-bottom: 2rem;}.m-main-teaser .m-main-teaser__title { margin: 0 0 1.3333333333rem; font-size: 24px; font-size: 1.6rem; line-height: 1.3333333333em;}.m-main-teaser .m-main-teaser__button { display: block; margin: 2rem 0 0; font-size: 16px; font-size: 1.0666666667rem; line-height: 1.5em;}@media (min-width: 850px) { .m-main-teaser .m-main-teaser__button { display: inline-flex; }}.m-main-teaser__cooperations { position: absolute; top: 15px; right: 15px;}.m-main-teaser--full-width { background-color: var(--sn-theme-background, #ffffff);}.m-main-teaser--content-width .m-main-teaser__content { padding-inline: 3%;}@media (min-width: 850px) { .m-main-teaser--content-width .m-main-teaser__content { padding-left: 3%; }}@media (min-width: 850px) { .m-main-teaser--reversed .m-main-teaser__content { order: 1; } .m-main-teaser--reversed .m-main-teaser__image { order: 0; }}.m-banner-teaser { overflow: auto; height: 100%;}.m-banner-teaser__wrapper { position: relative;}@media (min-width: 770px) { .m-banner-teaser__background { background-color: #f2f5fa; padding: 0 22px; }}.m-banner-teaser__image-wrapper { background: linear-gradient(to bottom, #f2f5fa 75%, transparent 75%); display: block; margin-bottom: 20px; max-width: 100%; order: 2; padding: 0 15px;}@media (min-width: 770px) { .m-banner-teaser__image-wrapper { background: transparent; float: right; margin: 0 0 0 18px; padding: 0; width: 50%; }}.m-banner-teaser__image-wrapper img { display: block; margin: 0 auto; max-width: 100%; /* overwrite default width and height generated by Imager.js on page load */}.js .m-banner-teaser__image-wrapper img { width: auto !important; height: auto !important;}.m-banner-teaser__content-wrapper { padding: 0 15px 20px;}@media (min-width: 770px) { .m-banner-teaser__content-wrapper { box-sizing: border-box; color: #001e42; display: flex; flex-direction: column; min-height: 300px; order: 1; padding: 40px 0; }}.m-banner-teaser__page-title { color: currentcolor; background: #ffffff; margin: 0 0 10px; padding: 0;}.m-banner-teaser .m-banner-teaser__title { margin: 0 0 1.3333333333rem; font-size: 24px; font-size: 1.6rem; line-height: 1.3333333333em;}.m-banner-teaser__content { color: #001e42; margin-bottom: 1.3333333333rem;}.m-banner-teaser__content a { color: #0055d9;}@media (min-width: 770px) { .m-banner-teaser__button { margin-top: auto; }}@media (min-width: 770px) { .m-banner-teaser--full-width .m-banner-teaser__wrapper { background-color: #f2f5fa; }}.m-default-teaser { border-bottom: 1px solid #e5e5e5; background: var(--sn-theme-background); color: var(--sn-theme-text, #001e42); display: flex; flex-direction: column; min-width: 0; position: relative;}.m-default-teaser__media { margin-bottom: 0.6666666667rem;}.m-default-teaser__media img { max-width: 100%; height: auto;}.m-default-teaser__video { max-width: 100%; height: auto; /* video is an interactive element and shouldn't be overlayed by the hover effect of the teaser link */ position: relative; z-index: 2; /* overwriting nemo style that adds spacing to the video */}.m-default-teaser__video > .standalone-video { margin: 0;}.m-default-teaser__content { display: flex; flex-direction: column; flex-grow: 1; gap: 0.3333333333rem; min-width: 0;}.m-default-teaser .m-default-teaser__tag-line { order: 1;}.m-default-teaser .m-default-teaser__title { order: 2; margin: 0;}.m-default-teaser .m-default-teaser__course-tag { order: 3;}.m-default-teaser .m-default-teaser__text { order: 4;}.m-default-teaser__author-cards, .m-default-teaser__authors { order: 5;}.m-default-teaser__authors { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif; font-weight: 400; list-style: none; margin: 0; padding: 0; font-size: 14px; font-size: 0.9333333333rem; line-height: 1.4285714286em;}.m-default-teaser__authors .m-default-teaser__author { display: inline; font-weight: 300; font-size: 14px; font-size: 0.9333333333rem; line-height: 1.4285714286em;}.m-default-teaser__authors .m-default-teaser__author:after { content: ", ";}.m-default-teaser__authors :last-child:after { content: none;}.m-default-teaser__button { order: 6; align-self: start; margin-top: 0.6666666667rem;}.m-default-teaser__sponsors { order: 7;}.m-default-teaser__sponsors-label { color: #707070; font-size: 14px; font-size: 0.9333333333rem; line-height: 1.4285714286em;}.m-default-teaser__sponsors-list { display: inline-flex; list-style: none; margin: 0; padding: 0;}.m-default-teaser__sponsors-sponsor { font-size: 14px; font-size: 0.9333333333rem; line-height: 1.4285714286em;}.m-default-teaser__sponsors-sponsor:before { content: " ,"; margin-right: 3px;}.m-default-teaser__sponsors-sponsor:first-child:before { content: none;}.m-default-teaser__cooperations { align-self: flex-start; margin-left: auto; margin-top: 1rem;}.m-default-teaser__footer { margin-top: auto; box-sizing: border-box; margin-bottom: -1px; padding: 0.6666666667rem 0; order: 7; width: 100%;}.m-default-teaser--no-border { border-bottom: none;}.m-default-teaser--with-theme .m-default-teaser__content { padding-inline: 1.3333333333rem;}.m-default-teaser--with-theme .m-default-teaser__footer { padding-left: 1.3333333333rem;}.m-default-teaser--horizontal { flex-flow: row wrap; gap: 0 1.3333333333rem; padding-bottom: 1.3333333333rem;}.m-default-teaser--horizontal .m-default-teaser__content { min-width: 0; flex: 1 1 60%;}.m-default-teaser--horizontal .m-default-teaser__media { flex: 0 0 140px; order: 2; margin-right: auto; text-align: right;}.m-default-teaser--vertical .m-default-teaser__media { width: 100%;}.m-default-teaser--vertical .m-default-teaser__media img { height: auto; width: 100%;}.m-default-teaser--vertical .m-default-teaser__content { margin-bottom: 1.3333333333rem;}.m-default-teaser--vertical .m-default-teaser__footer { border-top: 1px solid #e5e5e5;}.m-default-teaser--big-image .m-default-teaser__media { order: 0; flex: 0 0 100%; width: 100%;}@media (min-width: 770px) { .m-default-teaser--big-image { flex-direction: row; } .m-default-teaser--big-image .m-default-teaser__media { flex-basis: 33%; } .m-default-teaser--big-image.m-default-teaser--reversed .m-default-teaser__media { order: 2; text-align: left; } .m-default-teaser--big-image .m-default-teaser__content { min-width: 0; flex-basis: 60%; }}.m-hero-teaser { display: flex; position: relative; flex-direction: column; background-color: var(--sn-theme-background, #024ba6); color: var(--sn-theme-text, #ffffff); padding-top: 15px;}.m-hero-teaser .m-teaser-headline { margin-top: 15px; margin-bottom: 5px; font-family: "Merriweather", serif; font-weight: bold; font-size: 20px; font-size: 1.3333333333rem; line-height: 1.5em;}@media (min-width: 1001px) { .m-hero-teaser .m-teaser-headline { font-size: 24px; font-size: 1.6rem; line-height: 1.3333333333em; }}.m-hero-teaser .m-teaser-headline__overline { display: block; margin-bottom: 10px; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif; font-weight: bold; font-size: 14px; font-size: 0.9333333333rem; line-height: 1.4285714286em;}.m-hero-teaser .a-course-tag { margin-bottom: 10px;}@media (max-width: 850px) { .m-hero-teaser .a-course-tag { margin-bottom: 15px; }}.m-hero-teaser__cta-wrapper { order: 3; margin-bottom: 30px;}.m-hero-teaser__text { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif; color: var(--sn-theme-text, #ffffff); margin-bottom: 15px;}.m-hero-teaser__institutions-footer { right: 10px; order: 4; padding: 10px 20px 10px 0; background-color: #ffffff;}@media (min-width: 771px) { .m-hero-teaser__institutions-footer { right: 20px; }}.m-hero-teaser.m-hero-teaser--spaced { padding: 15px 20px;}.m-hero-teaser.m-hero-teaser--spaced + .m-hero-teaser__institutions-footer { padding-left: 20px;}.m-hero-teaser.m-hero-teaser--logo-right { padding-right: 90px;}.m-hero-teaser.m-hero-teaser--logo-right .m-institutions-logo-link-box { position: absolute; top: 15px; right: 10px; background-color: #ffffff;}@media (min-width: 771px) { .m-hero-teaser.m-hero-teaser--logo-right .m-institutions-logo-link-box { right: 20px; }}.m-image-teaser { background: #ffffff; border-radius: 2px; box-sizing: border-box; display: flex; align-items: center; justify-content: center; object-fit: contain;}.m-image-teaser__link, .m-image-teaser__image { flex: 0 1 100%;}.m-image-teaser__link { position: relative;}.m-image-teaser__link:before, .m-image-teaser__link:after { content: ""; position: absolute; inset: 0;}.m-image-teaser__link:after { content: ""; position: absolute; inset: -10px -10px 0; z-index: 1; opacity: 0.1; transition: all 0.2s ease-in;}.m-image-teaser__link:hover:after { background: var(--sn-theme-link, #0055d9); transition: all 0.2s ease-in;}.m-image-teaser__link:focus-visible:before { box-shadow: 0 0 0 2px #ffffff, 0 0 0 4px #0055d9; border-radius: 2px;}.m-image-teaser__image { max-height: 70px; padding: 1rem; text-align: center;}.m-image-teaser__image img { max-width: 100%; max-height: 100%;}.m-slideshow-teaser { list-style: none; position: relative; /** * avoid expanding slideshow items with long words * just a workaround until we have a better solution */ overflow: hidden; word-wrap: break-word;}.m-slideshow-teaser .m-slideshow-teaser__title { margin: 0 0 0.6666666667rem; font-size: 20px; font-size: 1.3333333333rem; line-height: 1.5em;}.m-slideshow-teaser__text { margin-bottom: 0.6666666667rem;}.m-slideshow-teaser__link { color: var(--sn-theme-link, #0055d9);}.m-slideshow-teaser--cover { list-style: none; display: flex; flex-direction: column; gap: 0.6666666667rem;}.m-slideshow-teaser--cover .m-slideshow-teaser__image picture { border: 1px solid #e5e5e5; display: block;}.m-slideshow-teaser--cover .m-slideshow-teaser__edition { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif; font-weight: 400; display: block; color: #707070; font-size: 14px; font-size: 0.9333333333rem; line-height: 1.4285714286em;}.m-slideshow-teaser--cover .m-slideshow-teaser__headline { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif; margin: 0;}.m-slideshow-teaser--signboard { display: grid; grid-template-columns: repeat(12, 1fr); gap: 20px 2%;}.m-slideshow-teaser--signboard .m-slideshow-teaser__image { grid-column: span 3;}@media (min-width: 770px) { .m-slideshow-teaser--signboard .m-slideshow-teaser__image { grid-column: 2/span 2; }}.m-slideshow-teaser--signboard .m-slideshow-teaser__image picture { aspect-ratio: 1/1; display: flex; align-items: center; border-radius: 50%; overflow: hidden;}.m-slideshow-teaser--signboard .m-slideshow-teaser__image img { max-width: 100%; height: auto;}.m-slideshow-teaser--signboard .m-slideshow-teaser__content { grid-column: span 7;}@media (min-width: 770px) { .m-slideshow-teaser--signboard .m-slideshow-teaser__content { grid-column: span 8; }}.m-slideshow { padding-block-start: 1.3333333333rem; position: relative; /** * show instructions of no javascript is available */}.m-slideshow__slides { display: flex; overflow-x: scroll; margin: 0; padding: 0; -webkit-overflow-scrolling: touch; scroll-snap-type: x mandatory; padding-block-end: 2.6666666667rem; scroll-behavior: smooth;}.m-slideshow__slide-item { box-sizing: border-box; flex: 0 0 100%; padding: 0.6666666667rem;}@media (min-width: 630px) { .m-slideshow[data-slideshow-visible-slides="1"] .m-slideshow__slide-item { flex-basis: 100%; } .m-slideshow[data-slideshow-visible-slides="2"] .m-slideshow__slide-item { flex-basis: 50%; } .m-slideshow[data-slideshow-visible-slides="3"] .m-slideshow__slide-item { flex-basis: 33.3333333333%; } .m-slideshow[data-slideshow-visible-slides="4"] .m-slideshow__slide-item { flex-basis: 25%; } .m-slideshow[data-slideshow-visible-slides="5"] .m-slideshow__slide-item { flex-basis: 20%; } .m-slideshow[data-slideshow-visible-slides="6"] .m-slideshow__slide-item { flex-basis: 16.6666666667%; }}.m-slideshow-instructions { background-color: rgba(0, 0, 0, 0.3); color: #ffffff; position: absolute; left: 0; right: 0; bottom: 0; text-align: center; pointer-events: none;}.m-slideshow-instructions__hover, .m-slideshow-instructions__focus, .m-slideshow-instructions__hover-focus { display: none;}.js .m-slideshow-instructions { display: none !important;}.m-slideshow .m-slideshow__slides:focus + .m-slideshow-instructions .m-slideshow-instructions__focus,.m-slideshow .m-slideshow__slides:hover + .m-slideshow-instructions .m-slideshow-instructions__hover { display: block;}.m-slideshow .m-slideshow__slides:hover + .m-slideshow-instructions .m-slideshow-instructions__hover + .m-slideshow-instructions__focus { display: none;}.m-slideshow .m-slideshow__slides:hover:focus + .m-slideshow-instructions .m-slideshow-instructions__hover,.m-slideshow .m-slideshow__slides:hover:focus + .m-slideshow-instructions .m-slideshow-instructions__focus { display: none;}.m-slideshow .m-slideshow__slides:hover:focus + .m-slideshow-instructions .m-slideshow-instructions__hover-focus { display: block;}.m-slideshow-controls { display: none; margin: 0; padding: 0; pointer-events: none; position: absolute; z-index: 10; top: 50%; transform: translateY(-50%);}.js .m-slideshow-controls { display: flex; justify-content: space-between; width: 100%;}.m-slideshow-controls[hidden] { display: none;}.m-slideshow-controls__item { list-style: none;}.m-slideshow-controls__button { background: #ffffff; border: 1px solid currentcolor; border-radius: 2px; color: #0055d9; cursor: pointer; position: relative; padding: 0.6666666667rem; pointer-events: all;}.m-slideshow-controls__button:hover, .m-slideshow-controls__button:focus { color: #001e42;}.m-slideshow-controls__button--previous { left: 0;}.m-slideshow-controls__button--next { right: 0;}.m-scalable-image-container { position: relative; width: 100%; height: 100%; display: block; overflow: hidden; pointer-events: none;}.m-scalable-image-container img { display: block; position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: top left;}.no-objectfit .m-scalable-image-container, .no-object-fit .m-scalable-image-container { height: auto;}.m-scalable-image-container--crop-center img { object-position: center;}.o-coloured-teaser-collection { margin: 50px 0;}.o-coloured-teaser-collection .a-layout-content3 { --columns-lg: 2;}.o-coloured-teaser-collection .a-layout-content { row-gap: 1.3333333333rem;}.o-coloured-teaser-collection__teaser { padding-top: 1.3333333333rem;}.o-footer { position: relative; z-index: 1000; background-color: #333333; margin: 100px 0 0; color: #ffffff; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif; font-weight: 400; font-size: 16px; font-size: 1.0666666667rem; line-height: 1.5em;}.o-footer__logo { height: 20px; padding-bottom: 10px;}.o-footer__part { padding: 25px 3%; --columns-xs: 2;}.o-footer__part:not(:last-child) { border-bottom: 1px solid #666666;}.o-footer__part:last-child { padding: 30px 3%;}.o-footer__top-seo { font-size: 16px; font-size: 1.0666666667rem; line-height: 1.5em; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif; font-weight: 400; color: #ffffff; opacity: 0.7; margin: 0; /* This is needed to prevent cms richtext elements from introducing spacings over here */}.o-footer__top-seo * { margin: 0;}.o-footer .o-footer__social-media__section { display: inline-flex; align-items: center; margin-right: 50px;}.o-footer .o-footer__social-media__section:last-child { margin-right: 0;}.o-footer .o-footer__social-media__section-text { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif; font-weight: 400; font-size: 16px; font-size: 1.0666666667rem; line-height: 1.625em;}.o-footer .o-footer__social-media__section-icons { display: inline-block; margin-left: 20px;}.o-footer__copyright { font-size: 16px; font-size: 1.0666666667rem; line-height: 1.5em; margin-right: 20px; display: inline-block; /* Overwriting global styles */}.o-footer__copyright u { text-decoration: underline;}.o-footer__version { font-size: 16px; font-size: 1.0666666667rem; line-height: 1.5em; display: inline-block; opacity: 0.7;}.o-box-with-logos__list { display: grid; grid-template-columns: repeat(var(--columns, 12), 1fr); gap: 20px 2%;}@media (min-width: 770px) { .o-box-with-logos__list { gap: 20px 20px; }}.o-box-with-logos__teaser { grid-column: span 6;}@media (min-width: 630px) { .o-box-with-logos__teaser { grid-column: span 4; }}@media (min-width: 850px) { .o-box-with-logos__teaser { grid-column: span 3; }}@media (min-width: 1345px) { .o-box-with-logos__teaser { grid-column: span 2; }}.o-hero-teaser-collection { border: none; font-size: 14px; font-size: 0.9333333333rem; line-height: 1.4285714286em; /* stylelint-disable no-invalid-position-at-import-rule */ /* stylelint-enable */}.o-hero-teaser-collection > a { text-decoration: none;}.o-hero-teaser-collection > a:link { color: inherit; text-decoration: inherit;}.o-hero-teaser-collection__headline { margin: 0 -3%; padding: 15px 3% 10px; background-color: #ffffff; color: #001e42; font-family: "Merriweather", serif; font-weight: bold; font-size: 24px; font-size: 1.6rem; line-height: 1.3333333333em;}@media (min-width: 1001px) { .o-hero-teaser-collection__headline { font-size: 32px; font-size: 2.1333333333rem; line-height: 1.125em; }}.o-hero-teaser-collection__content-wrapper { display: flex; flex-direction: column; align-items: stretch;}@media (min-width: 1001px) { .o-hero-teaser-collection__content-wrapper { flex-direction: row; }}.o-hero-teaser-collection__content-container { background-color: var(--sn-theme-background, #024ba6);}@media (max-width: 999px) { .o-hero-teaser-collection__content-container { margin: 0 -3%; padding: 0 3%; }}@media (min-width: 1001px) { .o-hero-teaser-collection__content-container { order: 1; width: 50%; padding-top: 0; padding-right: 1.5%; }}@media (max-width: 1000px) { .o-hero-teaser-collection .m-hero-teaser__cta-wrapper { margin-bottom: 15px; }}@media (min-width: 1001px) { .o-hero-teaser-collection .m-hero-teaser { padding-left: 20px; }}.o-hero-teaser-collection__cover-container { position: relative; margin: 0 -3%; padding: 56.25% 0 0; overflow: hidden; background-color: var(--sn-theme-background, #024ba6);}@media (min-width: 1001px) { .o-hero-teaser-collection__cover-container { order: 2; width: 50%; height: auto; margin: 0; padding-top: 0%; padding-left: 1.5%; } .o-hero-teaser-collection__cover-container .a-institution-box { padding: 10px; }}.o-hero-teaser-collection__cooperations { position: absolute; top: 10px; right: 10px; border-radius: 2px; background-color: #ffffff; color: #cccccc;}.o-hero-teaser-collection__cover { display: block; position: absolute; inset: 0; width: 100%; height: 100%;}.o-hero-teaser-collection.o-hero-teaser-collection--blue { background-color: var(--sn-theme-background, #024ba6);}@media (min-width: 1001px) { .o-hero-teaser-collection.o-hero-teaser-collection--blue .o-hero-teaser-collection__headline { margin: 0; padding: 40px 0 10px; } .o-hero-teaser-collection.o-hero-teaser-collection--blue .o-hero-teaser-collection__content-wrapper { padding-top: 40px; } .o-hero-teaser-collection.o-hero-teaser-collection--blue .o-hero-teaser-collection__cover-container { margin-right: 0; } .o-hero-teaser-collection.o-hero-teaser-collection--blue .m-hero-teaser__headline { margin-top: 0; } .o-hero-teaser-collection.o-hero-teaser-collection--blue .m-hero-teaser { padding-left: 0; } .o-hero-teaser-collection.o-hero-teaser-collection--blue .m-teaser-headline { margin-top: 0; }}.o-hero-teaser-collection.o-hero-teaser-collection--blue .o-hero-teaser-collection__headline { background-color: var(--sn-theme-background, #024ba6); color: var(--sn-theme-text, #ffffff); position: relative;}.o-hero-teaser-collection.o-hero-teaser-collection--blue .o-hero-teaser-collection__headline:after { content: ""; display: block; height: 1px; background: var(--sn-theme-text, currentcolor); opacity: 0.63; width: 100%; position: absolute; bottom: 0;}.o-three-col-teaser__teaser { min-width: 0;}.o-three-col-teaser__teaser .m-universal-teaser__image { aspect-ratio: 94/52; margin-bottom: 10px; height: auto;}.o-slideshow { background-color: var(--sn-theme-background, #ffffff); color: var(--sn-theme-text, #001e42); margin: 0; padding-block: 50px;}.o-slideshow__heading { color: currentcolor; margin-block-end: 1rem;}.o-main-header { height: 50px; display: flex; align-items: center; flex-wrap: wrap; font-size: 16px; font-size: 1.0666666667rem; line-height: 1.5em;}.o-main-header__row { margin-top: 0; margin-bottom: 0; border-bottom: 4px solid #001e42;}.o-main-header__logos { position: absolute; left: 50%; transform: translateX(-50%); display: flex; align-items: center;}.o-main-header__logos .o-main-header__logo { vertical-align: middle; display: inline-block; padding: 0 10px; border-left: 1px solid #e5e5e5; line-height: inherit; font-size: inherit; margin: inherit; height: 30px;}.o-main-header__logos .o-main-header__logo:first-child { border: none;}.o-main-header__logos .o-main-header__logo .a-picture img { vertical-align: middle;}.o-main-header__search { margin-left: auto;}.o-main-header .divider { position: relative; margin: 15px;}.o-main-header .divider:before { position: absolute; top: -20px; left: 0; width: 1px; height: 40px; background-color: #e5e5e5; content: "";}@media (max-width: 629px) { .o-main-header .divider { margin: 10px; }}.o-main-header__item { color: inherit;}.o-main-header .o-main-header-menu-name { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif; font-weight: 400; color: #001e42;}@media (max-width: 849px) { .o-main-header .o-main-header-menu-name { display: none; }}.o-main-header__dropdown-menu__button { vertical-align: text-top; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif; font-weight: 400; padding: 4px; margin: 5px; background-color: #ffffff; border: 1px solid #ffffff; border-radius: 3px; font-size: 16px; font-size: 1.0666666667rem; line-height: 1.5em;}.o-main-header__dropdown-menu__button.active, .o-main-header__dropdown-menu__button:hover, .o-main-header__dropdown-menu__button:focus { cursor: pointer; color: #0064fe; background-color: #e6effe;}.o-main-header__dropdown-menu__button.active .o-main-header-menu-name, .o-main-header__dropdown-menu__button:hover .o-main-header-menu-name, .o-main-header__dropdown-menu__button:focus .o-main-header-menu-name { color: inherit;}.o-main-header__dropdown-menu__button:focus-visible { outline: none; border: 1px solid #0055d9;}@media (max-width: 629px) { .o-main-header__dropdown-menu__button { margin: 0; padding: 2.5px; }}@media (min-width: 850px) { .o-main-header__dropdown-menu__button { padding-right: 10px; }}.o-main-header__dropdown-menu__main-content { z-index: 1100; display: none; position: absolute; width: 100%; left: 0;}.o-main-header__dropdown-menu__profile-menu-wrapper { position: relative;}@media (max-width: 629px) { .o-main-header__dropdown-menu__profile-menu-wrapper { position: static; }}.o-main-header__dropdown-menu__profile-content { z-index: 100; display: none; position: absolute; right: 5px; width: max-content;}@media (max-width: 629px) { .o-main-header__dropdown-menu__profile-content { width: 100%; right: 0; }}.o-main-header__dropdown-menu__search-content { z-index: 100; display: none; background-color: #001e42; position: absolute; width: 100%; left: 0;}.o-main-header .show-menu { display: block; z-index: 1100;}.o-main-header-menu__dropdown-content { margin-top: 1px;}@media (max-width: 629px) { .o-main-header-menu__dropdown-content { margin-top: 8px; }}