.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 { position: relative; background: #ffffff; color: #001e42;}.a-search-box__form { display: flex; flex-direction: row; border: 1px solid rgba(0, 30, 66, 0.6); margin-block: 1px; padding: 0.3333333333rem; border-radius: 2px; gap: 0.3333333333rem; height: 2.6666666667rem;}.a-search-box__form:focus, .a-search-box__form:hover, .a-search-box__form:focus-within { border-color: #0064fe;}.a-search-box input[type=search]::-webkit-search-cancel-button { appearance: none; -webkit-appearance: none; height: 1.6rem; width: 1.6rem; background: url("/assets/icons/cross.svg") no-repeat 100% 100%; background-size: contain; cursor: pointer;}.a-search-box__label { border: 0; clip: rect(0, 0, 0, 0); height: 1px; overflow: hidden; padding: 0; position: absolute !important; width: 1px;}.a-search-box__icon { align-self: center; text-align: center; color: currentColor;}.a-search-box__content { background-color: #ffffff; padding: 0.3333333333rem; border: none; outline: none; font-size: 16px; font-size: 1.0666666667rem; line-height: 1.25em; width: 98%;}.a-search-box__content::placeholder { color: rgba(0, 30, 66, 0.7);}.a-search-box__content:focus { box-shadow: none;}.a-search-box__submit { flex-basis: 0; 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 0.6666666667rem; cursor: pointer; font-size: 14px; font-size: 0.9333333333rem; line-height: 1.7142857143em; color: #ffffff; background-color: #0064fe; border-color: #0064fe; display: none;}@media (min-width: 1001px) { .a-search-box__submit { padding-block: 11px; font-size: 16px; font-size: 1.0666666667rem; line-height: 1.5em; }}.a-search-box__submit__icon { flex-shrink: 0;}.a-search-box__submit:hover:after { content: ""; position: absolute; inset: 0; background: currentColor; opacity: 0.1;}.a-search-box__submit:focus-visible { outline: 2px solid #0055d9; outline-offset: 2px; box-shadow: 0 0 0 2px #ffffff;}.a-search-box__submit:focus-visible:after { content: ""; position: absolute; inset: 0; background: currentColor; opacity: 0.1;}.a-search-box__submit[disabled] { cursor: default; color: var(--sn-theme-text, #001e42); background-color: #808080; border-color: transparent; opacity: 35%; outline: none; box-shadow: none;}.a-search-box__content:not(:placeholder-shown) ~ .a-search-box__submit { display: inline-flex;}.a-search-box .autocomplete-wrapper { z-index: 3; position: absolute; left: 0; right: 0; background-color: #ffffff; overflow-x: auto;}.a-search-box .autocomplete-wrapper.active { border: 1px solid #e5e5e5;}.a-search-box #autocomplete-list { display: flex; color: #001e42;}.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: 0; margin: 0; list-style: none; padding-left: 20px; padding-top: 10px; padding-bottom: 10px;}.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 h4 { margin: 0; padding: 0; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;}.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 .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-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; font-size: inherit;}.a-richtext sub,.a-richtext sup { font-size: 10px; font-size: 0.6666666667rem; line-height: 2.4em;}.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; border-radius: 2px; -webkit-box-decoration-break: clone; box-decoration-break: clone; position: relative;}.a-richtext a:hover,.a-richtext a:link:hover { text-decoration-thickness: 2px;}.a-richtext a:focus,.a-richtext a:link:focus { text-decoration-thickness: 2px; background-color: rgba(220.2272727273, 231.8181818182, 249.8181818182, 0.525); outline: none;}.a-richtext .is-external { background-image: none; margin: 0; padding: 0;}.a-richtext .is-external:after { content: ""; position: relative; background-color: currentColor; padding-right: 1rem; margin-left: 0.3333333333rem; mask: url("/assets/icons/external-link.svg") no-repeat center/1.25rem; -webkit-mask: url("/assets/icons/external-link.svg") no-repeat center/1.25rem;}.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,.a-richtext--message a:link { color: currentcolor; text-decoration: underline;}.a-richtext--message a:link,.a-richtext--message a:link:link { color: inherit; text-decoration: underline;}.a-richtext--message a:hover,.a-richtext--message a:link:hover { text-decoration-thickness: 2px;}.a-richtext--message a:focus,.a-richtext--message a:link:focus { background-color: transparent;}.a-richtext--message a:focus:after,.a-richtext--message a:link:focus:after { content: ""; position: absolute; inset: -4px; background: currentcolor; opacity: 0.05; border-radius: 2px;}/* stylelint-enable no-descending-specificity */.a-badge { display: inline-block; padding: 2px 0.3333333333rem; border-radius: 2px; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif; font-weight: bold; font-size: 12px; font-size: 0.8rem; line-height: 1.5em;}.a-badge--grey { color: var(--sn-theme-text, #001e42); position: relative;}.a-badge--grey:after { z-index: 0; position: absolute; inset: 0; background-color: currentcolor; opacity: 0.2; border-radius: 2px; content: "";}.a-badge--light-blue { color: #003280; background-color: rgb(229.98527675, 239.3918571763, 253.99972325);}.a-badge--light-orange { color: rgb(64, 37.1612903226, 0); background-color: rgb(253.99972325, 243.9291489113, 229.98527675);}.a-badge--light-green { color: rgb(0, 64, 21.5299539171); background-color: rgb(229.98527675, 253.99972325, 238.0638693514);}.a-badge--light-red { color: #400000; background-color: rgb(253.99972325, 229.98527675, 229.98527675);}.a-badge--orange { color: #ffffff; background-color: #d97e00;}.a-theme { /* only for PL examples */}.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: #001e42;}.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: #001e42;}.a-theme__white { --sn-theme-background: #ffffff; --sn-theme-text: #001e42; --sn-theme-link: #0064fe; --sn-theme-advertisement: rgb(102, 120, 141.6);}.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: #001e42; --sn-theme-link: #0064fe; --sn-theme-advertisement: #001e42;}.a-theme__example { padding: 1rem 3%; background-color: var(--sn-theme-background); color: var(--sn-theme-text);}[data-themes-available~=marketing].a-marketing-theme--magenta-mid { --sn-theme-background: #ffbfe2; --sn-theme-text: #3b001f; --sn-theme-link: #3b001f; --sn-theme-advertisement: #3b001f;}[data-themes-available~=marketing].a-marketing-theme--tornado-red-main { --sn-theme-background: #c03232; --sn-theme-text: #faeded; --sn-theme-link: #faeded; --sn-theme-advertisement: #faeded;}[data-themes-available~=marketing].a-marketing-theme--tornado-red-mid { --sn-theme-background: #ff9999; --sn-theme-text: #400f0f; --sn-theme-link: #400f0f; --sn-theme-advertisement: #400f0f;}[data-themes-available~=marketing].a-marketing-theme--golden-yellow-mid { --sn-theme-background: #fadf89; --sn-theme-text: #0b3318; --sn-theme-link: #0b3318; --sn-theme-advertisement: #0b3318;}[data-themes-available~=marketing].a-marketing-theme--brand-one-main { --sn-theme-background: #00857f; --sn-theme-text: #ffffff; --sn-theme-link: #ffffff; --sn-theme-advertisement: #ffffff;}[data-themes-available~=marketing].a-marketing-theme--brand-one-mid { --sn-theme-background: #99d6d3; --sn-theme-text: #002624; --sn-theme-link: #002624; --sn-theme-advertisement: #002624;}[data-themes-available~=marketing].a-marketing-theme--brand-one-light { --sn-theme-background: #f2f9f9; --sn-theme-text: #002624; --sn-theme-link: #002624; --sn-theme-advertisement: #002624;}[data-themes-available~=marketing].a-marketing-theme--blackberry-violet-main { --sn-theme-background: #6c487e; --sn-theme-text: #efedf0; --sn-theme-link: #efedf0; --sn-theme-advertisement: #efedf0;}[data-themes-available~=marketing].a-marketing-theme--blackberry-violet-mid { --sn-theme-background: #d3cbd6; --sn-theme-text: #382a40; --sn-theme-link: #382a40; --sn-theme-advertisement: #382a40;}[data-themes-available~=marketing].a-marketing-theme--dirty-red-main { --sn-theme-background: #803946; --sn-theme-text: #ede6e7; --sn-theme-link: #ede6e7; --sn-theme-advertisement: #ede6e7;}[data-themes-available~=marketing].a-marketing-theme--dirty-red-mid { --sn-theme-background: #ccb8bb; --sn-theme-text: #401d23; --sn-theme-link: #401d23; --sn-theme-advertisement: #401d23;}[data-themes-available~=marketing].a-marketing-theme--dirty-red-light { --sn-theme-background: #ede6e7; --sn-theme-text: #401d23; --sn-theme-link: #401d23; --sn-theme-advertisement: #401d23;}[data-themes-available~=marketing].a-marketing-theme--steel-blue-mid { --sn-theme-background: #b5c3cb; --sn-theme-text: #1c2a32; --sn-theme-link: #1c2a32; --sn-theme-advertisement: #1c2a32;}[data-themes-available~=marketing].a-marketing-theme--steel-blue-main { --sn-theme-background: #486a7e; --sn-theme-text: #f5f7f8; --sn-theme-link: #f5f7f8; --sn-theme-advertisement: #f5f7f8;}[data-themes-available~=marketing].a-marketing-theme--teal-blue-mid { --sn-theme-background: #afd4db; --sn-theme-text: #003042; --sn-theme-link: #003042; --sn-theme-advertisement: #003042;}[data-themes-available~=marketing].a-marketing-theme--teal-blue-main { --sn-theme-background: #41a0b2; --sn-theme-text: #003042; --sn-theme-link: #003042; --sn-theme-advertisement: #003042;}[data-themes-available~=marketing].a-marketing-theme--jeans-blue-mid { --sn-theme-background: #99c9db; --sn-theme-text: #003042; --sn-theme-link: #003042; --sn-theme-advertisement: #003042;}[data-themes-available~=marketing].a-marketing-theme--jeans-blue-main { --sn-theme-background: #0078a6; --sn-theme-text: #f2f8fa; --sn-theme-link: #f2f8fa; --sn-theme-advertisement: #f2f8fa;}[data-themes-available~=marketing].a-marketing-theme--pear-green-mid { --sn-theme-background: #dfe2a7; --sn-theme-text: #303300; --sn-theme-link: #303300; --sn-theme-advertisement: #303300;}[data-themes-available~=marketing].a-marketing-theme--pear-green-main { --sn-theme-background: #b6bf13; --sn-theme-text: #303300; --sn-theme-link: #303300; --sn-theme-advertisement: #303300;}[data-themes-available~=marketing].a-marketing-theme__popout > .a-layout-content-block { background: var(--sn-theme-background, #ffffff); color: var(--sn-theme-text, #001e42);}[data-themes-available~=marketing].a-marketing-theme__full { background: var(--sn-theme-background, #ffffff); color: var(--sn-theme-text, #001e42);}.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; vertical-align: middle;}.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); color: var(--sn-theme-text, #001e42); margin: 0; font-size: 32px; font-size: 2.1333333333rem; line-height: 1.125em; padding: 2rem 0;}@media (max-width: 629px) { .a-page-title { font-size: 28px; font-size: 1.8666666667rem; line-height: 1.1428571429em; }}.a-page-title--spaced { padding-inline: 3%;}.a-page-title--full-width { background: var(--sn-theme-background, #ffffff); padding-inline: 0;}.a-page-title--hidden { border: 0; clip: rect(0, 0, 0, 0); height: 1px; overflow: hidden; padding: 0; position: absolute !important; width: 1px;}.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-icon--80 { width: 5.3333333333rem; height: 5.3333333333rem;}.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-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-left-full--blue { background-image: url("/assets/icons/arrow-left--blue.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 0.6666666667rem; 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 0.6666666667rem; 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 0.6666666667rem; 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 0.6666666667rem; 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 0.6666666667rem; 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: flex; background-color: var(--sn-theme-background, #001e42); color: var(--sn-theme-text, #ffffff); padding: 1.6666666667rem 1.3333333333rem; border-radius: 4px; flex-flow: row wrap; align-items: center; gap: 1.6666666667rem;}@media (min-width: 770px) { .m-info-banner { flex-wrap: nowrap; }}.m-info-banner__image { flex: 0 0 100px;}.m-info-banner__content { display: flex; align-items: center; flex: 1 1 auto; gap: 1.3333333333rem;}.m-info-banner__super { display: flex; margin-bottom: 0.6666666667rem; align-items: center; gap: 0.6666666667rem;}.m-info-banner__super > * { margin: 0;}.m-info-banner__headline { color: currentColor;}.m-info-banner__cta { display: flex; flex: 1 0 100%; align-items: center; justify-content: center;}@media (min-width: 770px) { .m-info-banner__cta { flex: 0 0 30%; }}.m-info-banner__button { justify-content: center; width: 100%;}@media (min-width: 770px) { .m-info-banner__button { width: auto; min-width: 8.6666666667rem; }}.m-info-banner[class*=marketing-theme] .m-info-banner__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 0.6666666667rem; 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) { .m-info-banner[class*=marketing-theme] .m-info-banner__button { padding-block: 11px; font-size: 16px; font-size: 1.0666666667rem; line-height: 1.5em; }}.m-info-banner[class*=marketing-theme] .m-info-banner__button__icon { flex-shrink: 0;}.m-info-banner[class*=marketing-theme] .m-info-banner__button:hover:after { content: ""; position: absolute; inset: 0; background: currentColor; opacity: 0.1;}.m-info-banner[class*=marketing-theme] .m-info-banner__button:focus-visible { outline: 2px solid #0055d9; outline-offset: 2px; box-shadow: 0 0 0 2px #ffffff;}.m-info-banner[class*=marketing-theme] .m-info-banner__button:focus-visible:after { content: ""; position: absolute; inset: 0; background: currentColor; opacity: 0.1;}.m-info-banner[class*=marketing-theme] .m-info-banner__button[disabled] { cursor: default; color: var(--sn-theme-text, #001e42); background-color: #808080; border-color: transparent; opacity: 35%; outline: none; box-shadow: none;}.m-collection-title { display: flex; flex-direction: column; gap: 1rem; margin-bottom: 2rem;}.m-collection-title .m-collection-title__headline { margin: 0;}.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; max-height: calc(100vh - 64px); overflow: auto;}.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: #e6effe; 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 .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 .m-header-search-menu__text:link { text-decoration: underline;}.m-header-search-menu .m-header-search-menu__text:hover { text-decoration: none;}.m-header-search-menu .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 .m-teaser-headline__link { color: inherit; font: inherit; display: block; text-decoration: none; outline: none;}.m-teaser-headline .m-teaser-headline__link:before { content: ""; position: absolute; inset: 0;}.m-teaser-headline .m-teaser-headline__link:hover { text-decoration: underline; text-decoration-color: color-mix(in srgb, currentcolor 70%, #ffffff 0%);}.m-teaser-headline .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-teaser-headline--as-pagetitle { font-weight: bold; font-family: "Merriweather", serif; background: var(--sn-theme-background); color: var(--sn-theme-text, #001e42); margin: 0; font-size: 32px; font-size: 2.1333333333rem; line-height: 1.125em;}@media (max-width: 629px) { .m-teaser-headline--as-pagetitle { font-size: 28px; font-size: 1.8666666667rem; line-height: 1.1428571429em; }}.m-tag-line { display: flex; flex-wrap: wrap; align-items: baseline; gap: 0.3333333333rem; margin: 0; padding: 0; list-style: none; min-height: 20px; color: var(--sn-theme-advertisement, rgb(102, 120, 141.6));}.m-tag-line__back-link, .m-tag-line__tag, .m-tag-line__item { min-width: 0; font-weight: 400; break-inside: avoid; font-size: 14px; font-size: 0.9333333333rem; line-height: 1.4285714286em;}.m-tag-line__item + .m-tag-line__item:before { content: "|";}.m-tag-line__link { color: var(--sn-theme-link, #0055d9); font-weight: inherit; position: relative; z-index: 2; /* fix for firefox, which ignores the dom order, because of flex-order */}.m-tag-line__link:hover, .m-tag-line__link:focus { text-decoration: underline;}.m-tag-line__link:focus { outline: none; text-decoration-thickness: 2px;}.m-tag-line__back-link { font-weight: 700; display: inline-flex; gap: 0.6666666667rem; padding: 0.3333333333rem 0.3333333333rem 0.3333333333rem 0;}.m-tag-line__back-link:after { content: ""; border-right: 1px solid rgba(0, 30, 66, 0.1); border-radius: 2px;}.m-tag-line--truncated { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; display: block;}.m-tag-line--truncated .m-tag-line__tag,.m-tag-line--truncated .m-tag-line__item { display: inline;}.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 { container-type: inline-size; display: flex; flex-wrap: wrap; margin: 5px 0;}.m-speakers-card-box .a-speaker-card { width: 100%;}@container (min-width: 450px) { .m-speakers-card-box .a-speaker-card { flex: 1 0 50%; }}.m-media { margin-bottom: 0.6666666667rem; position: relative; text-align: right; width: 100%;}.m-media__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-media__video > .standalone-video { margin: 0;}.m-media__indicator { position: absolute; bottom: 0.6666666667rem; right: 0.6666666667rem;}.m-tabs { position: relative;}.m-tabs__list { border-bottom: 1px solid #e5e5e5;}.m-tabs__item { background: transparent; border: none; cursor: pointer; padding: 0.6666666667rem 1.3333333333rem; margin: 0; border-bottom: 5px solid transparent; font-weight: bold; white-space: nowrap; color: var(--sn-theme-advertisement, rgb(102, 120, 141.6)); font-size: 14px; font-size: 0.9333333333rem; line-height: 1.7142857143em;}@media (min-width: 770px) { .m-tabs__item { font-size: 16px; font-size: 1.0666666667rem; line-height: 1.5em; }}.m-tabs__item:hover { border-bottom-color: #0064fe;}.m-tabs__item:focus-visible { outline: 2px solid #0055d9; outline-offset: -2px; box-shadow: 0 0 0 2px #ffffff;}.m-tabs__item[aria-selected=true] { border-bottom-color: #0064fe;}.m-tabs__tabcontent--is-hidden { display: none;}.m-tabs__left-paddle, .m-tabs__right-paddle { cursor: pointer; color: #001e42; font-weight: bold; border: none; position: absolute; top: 0; bottom: 0; width: 3em; height: 40px; padding: 0;}@media (max-width: 769px) { .m-tabs__left-paddle, .m-tabs__right-paddle { display: none; }}.m-tabs__left-paddle.hidden, .m-tabs__right-paddle.hidden { display: none;}.m-tabs [data-paddles-list] { display: flex; gap: 1px; overflow-x: auto; scrollbar-width: none; /* Firefox */}.m-tabs [data-paddles-list]::-webkit-scrollbar { display: none;}.m-tabs__left-paddle { background: linear-gradient(to right, #f2f5fa 60%, transparent); left: 0;}.m-tabs__right-paddle { background: linear-gradient(to left, #f2f5fa 60%, transparent); right: 0;}.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: 7; align-self: start; margin-top: 0.6666666667rem;}.m-default-teaser__sponsors { order: 6;}.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__cooperations { margin-right: 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 50%;}.m-default-teaser--horizontal .m-default-teaser__media { flex: 0 0 80px; order: 2;}@media (min-width: 770px) { .m-default-teaser--horizontal .m-default-teaser__media { flex: 0 1 140px; }}.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-hero-teaser { display: flex; position: relative; flex-direction: column; background-color: var(--sn-theme-background, #024ba6); color: var(--sn-theme-text, #ffffff); margin: 0 -3%; padding: 0 3%;}@media (min-width: 1000px) { .m-hero-teaser { display: grid; grid-template-columns: repeat(var(--columns, 12), 1fr); gap: 1.3333333333rem 2%; margin: 0; padding: 0; min-height: 20rem; }}.m-hero-teaser__image { aspect-ratio: 16/9; order: 0; margin: 0 -3% 1.3333333333rem;}@media (min-width: 1000px) { .m-hero-teaser__image { aspect-ratio: auto; order: 1; margin: 0; grid-column: span 6; }}.m-hero-teaser__content { order: 1; display: flex; flex-direction: column; gap: 0.3333333333rem; padding-bottom: 1.3333333333rem;}@media (min-width: 1000px) { .m-hero-teaser__content { order: 0; grid-column: span 6; padding: 2rem 0 2rem 1.3333333333rem; }}.m-hero-teaser .m-hero-teaser__cooperations { position: absolute; top: 15px; right: 15px;}.m-hero-teaser .m-hero-teaser__advertorial { order: -2;}.m-hero-teaser .m-hero-teaser__tag-line { order: -1;}.m-hero-teaser .m-hero-teaser__headline { margin: 0; font-size: 20px; font-size: 1.3333333333rem; line-height: 1.4em;}.m-hero-teaser .m-hero-teaser__button { align-self: start; margin-top: auto;}.m-hero-teaser--full-width { background-color: var(--sn-theme-background, #ffffff);}.m-hero-teaser--full-width .m-hero-teaser__content { padding-left: 0;}.m-link-list__list { list-style-type: none; margin-block-start: 0; margin-block-end: 0; padding-inline-start: 0; display: flex; overflow-x: auto; scrollbar-width: auto; scrollbar-color: #cccccc transparent; scroll-behavior: smooth;}.m-link-list__link { text-decoration: none; color: #333333; font-weight: bold; border: 1px solid #cccccc; border-radius: 2px; padding: 0.6666666667rem 1.3333333333rem; max-width: 100%; position: relative; font-size: 16px; font-size: 1.0666666667rem; line-height: 1.5em;}.m-link-list__link:hover:after { content: ""; position: absolute; inset: 0; background: #333333; opacity: 0.1;}.m-link-list__link:focus-visible { outline: 2px solid #0055d9; outline-offset: 2px; box-shadow: 0 0 0 2px #ffffff;}.m-link-list__item { display: inline-flex; white-space: nowrap; margin: 0.3333333333rem 0.6666666667rem 0.6666666667rem 0.3333333333rem; text-decoration: none;}.m-link-list__item-show-all { display: none;}.m-link-list__item-show-all .m-link-list__link { border: none; 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 0.6666666667rem; 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) { .m-link-list__item-show-all .m-link-list__link { padding-block: 11px; font-size: 16px; font-size: 1.0666666667rem; line-height: 1.5em; }}.m-link-list__item-show-all .m-link-list__link__icon { flex-shrink: 0;}.m-link-list__item-show-all .m-link-list__link:hover:after { content: ""; position: absolute; inset: 0; background: currentColor; opacity: 0.1;}.m-link-list__item-show-all .m-link-list__link:focus-visible { outline: 2px solid #0055d9; outline-offset: 2px; box-shadow: 0 0 0 2px #ffffff;}.m-link-list__item-show-all .m-link-list__link:focus-visible:after { content: ""; position: absolute; inset: 0; background: currentColor; opacity: 0.1;}.m-link-list__item-show-all .m-link-list__link[disabled] { cursor: default; color: var(--sn-theme-text, #001e42); background-color: #808080; border-color: transparent; opacity: 35%; outline: none; box-shadow: none;}@media (min-width: 770px) { .m-link-list { /* stylelint-disable max-nesting-depth */ /* stylelint-enable max-nesting-depth */ } .m-link-list__list { display: block; } .m-link-list[data-visible-items="1"] .m-link-list__item:nth-child(1) ~ .m-link-list__item:not(.m-link-list__item-show-all) { display: none; } .m-link-list[data-visible-items="1"] .m-link-list__item:nth-child(2) ~ .m-link-list__item-show-all { display: inline-flex; } .m-link-list[data-visible-items="1"] .m-link-list__list:target .m-link-list__item:nth-child(1) ~ .m-link-list__item:not(.m-link-list__item-show-all) { display: inline-flex; } .m-link-list[data-visible-items="1"] .m-link-list__list:target .m-link-list__item-show-all { display: none; } .m-link-list[data-visible-items="2"] .m-link-list__item:nth-child(2) ~ .m-link-list__item:not(.m-link-list__item-show-all) { display: none; } .m-link-list[data-visible-items="2"] .m-link-list__item:nth-child(3) ~ .m-link-list__item-show-all { display: inline-flex; } .m-link-list[data-visible-items="2"] .m-link-list__list:target .m-link-list__item:nth-child(2) ~ .m-link-list__item:not(.m-link-list__item-show-all) { display: inline-flex; } .m-link-list[data-visible-items="2"] .m-link-list__list:target .m-link-list__item-show-all { display: none; } .m-link-list[data-visible-items="3"] .m-link-list__item:nth-child(3) ~ .m-link-list__item:not(.m-link-list__item-show-all) { display: none; } .m-link-list[data-visible-items="3"] .m-link-list__item:nth-child(4) ~ .m-link-list__item-show-all { display: inline-flex; } .m-link-list[data-visible-items="3"] .m-link-list__list:target .m-link-list__item:nth-child(3) ~ .m-link-list__item:not(.m-link-list__item-show-all) { display: inline-flex; } .m-link-list[data-visible-items="3"] .m-link-list__list:target .m-link-list__item-show-all { display: none; } .m-link-list[data-visible-items="4"] .m-link-list__item:nth-child(4) ~ .m-link-list__item:not(.m-link-list__item-show-all) { display: none; } .m-link-list[data-visible-items="4"] .m-link-list__item:nth-child(5) ~ .m-link-list__item-show-all { display: inline-flex; } .m-link-list[data-visible-items="4"] .m-link-list__list:target .m-link-list__item:nth-child(4) ~ .m-link-list__item:not(.m-link-list__item-show-all) { display: inline-flex; } .m-link-list[data-visible-items="4"] .m-link-list__list:target .m-link-list__item-show-all { display: none; } .m-link-list[data-visible-items="5"] .m-link-list__item:nth-child(5) ~ .m-link-list__item:not(.m-link-list__item-show-all) { display: none; } .m-link-list[data-visible-items="5"] .m-link-list__item:nth-child(6) ~ .m-link-list__item-show-all { display: inline-flex; } .m-link-list[data-visible-items="5"] .m-link-list__list:target .m-link-list__item:nth-child(5) ~ .m-link-list__item:not(.m-link-list__item-show-all) { display: inline-flex; } .m-link-list[data-visible-items="5"] .m-link-list__list:target .m-link-list__item-show-all { display: none; } .m-link-list[data-visible-items="6"] .m-link-list__item:nth-child(6) ~ .m-link-list__item:not(.m-link-list__item-show-all) { display: none; } .m-link-list[data-visible-items="6"] .m-link-list__item:nth-child(7) ~ .m-link-list__item-show-all { display: inline-flex; } .m-link-list[data-visible-items="6"] .m-link-list__list:target .m-link-list__item:nth-child(6) ~ .m-link-list__item:not(.m-link-list__item-show-all) { display: inline-flex; } .m-link-list[data-visible-items="6"] .m-link-list__list:target .m-link-list__item-show-all { display: none; } .m-link-list[data-visible-items="7"] .m-link-list__item:nth-child(7) ~ .m-link-list__item:not(.m-link-list__item-show-all) { display: none; } .m-link-list[data-visible-items="7"] .m-link-list__item:nth-child(8) ~ .m-link-list__item-show-all { display: inline-flex; } .m-link-list[data-visible-items="7"] .m-link-list__list:target .m-link-list__item:nth-child(7) ~ .m-link-list__item:not(.m-link-list__item-show-all) { display: inline-flex; } .m-link-list[data-visible-items="7"] .m-link-list__list:target .m-link-list__item-show-all { display: none; } .m-link-list[data-visible-items="8"] .m-link-list__item:nth-child(8) ~ .m-link-list__item:not(.m-link-list__item-show-all) { display: none; } .m-link-list[data-visible-items="8"] .m-link-list__item:nth-child(9) ~ .m-link-list__item-show-all { display: inline-flex; } .m-link-list[data-visible-items="8"] .m-link-list__list:target .m-link-list__item:nth-child(8) ~ .m-link-list__item:not(.m-link-list__item-show-all) { display: inline-flex; } .m-link-list[data-visible-items="8"] .m-link-list__list:target .m-link-list__item-show-all { display: none; } .m-link-list[data-visible-items="9"] .m-link-list__item:nth-child(9) ~ .m-link-list__item:not(.m-link-list__item-show-all) { display: none; } .m-link-list[data-visible-items="9"] .m-link-list__item:nth-child(10) ~ .m-link-list__item-show-all { display: inline-flex; } .m-link-list[data-visible-items="9"] .m-link-list__list:target .m-link-list__item:nth-child(9) ~ .m-link-list__item:not(.m-link-list__item-show-all) { display: inline-flex; } .m-link-list[data-visible-items="9"] .m-link-list__list:target .m-link-list__item-show-all { display: none; } .m-link-list[data-visible-items="10"] .m-link-list__item:nth-child(10) ~ .m-link-list__item:not(.m-link-list__item-show-all) { display: none; } .m-link-list[data-visible-items="10"] .m-link-list__item:nth-child(11) ~ .m-link-list__item-show-all { display: inline-flex; } .m-link-list[data-visible-items="10"] .m-link-list__list:target .m-link-list__item:nth-child(10) ~ .m-link-list__item:not(.m-link-list__item-show-all) { display: inline-flex; } .m-link-list[data-visible-items="10"] .m-link-list__list:target .m-link-list__item-show-all { display: none; }}.m-slideshow-teaser { list-style: none; position: relative; display: flex; flex-direction: column; gap: 0.6666666667rem; /** * 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__image picture,.m-slideshow-teaser .m-slideshow-teaser__image img { display: block;}.m-slideshow-teaser .m-slideshow-teaser__title { margin: 0 0 0.6666666667rem; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif; font-size: 17px; font-size: 1.1333333333rem; line-height: 1.4117647059em;}.m-slideshow-teaser__text { margin-bottom: 0.6666666667rem;}.m-slideshow-teaser__link { color: var(--sn-theme-link, #0055d9);}.m-slideshow-teaser--cover .m-slideshow-teaser__image picture { border: 1px solid #e5e5e5; box-sizing: border-box;}.m-slideshow-teaser--cover .m-slideshow-teaser__edition { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif; font-weight: 400; display: block; color: rgb(102, 120, 141.6); font-size: 14px; font-size: 0.9333333333rem; line-height: 1.4285714286em;}.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-institutions-logo-link-box { display: flex; flex-direction: column; width: 60px; border-radius: 2px; background-color: #ffffff;}@media (max-width: 849px) { .m-institutions-logo-link-box { width: 50px; }}.m-institutions-logo-link-box .a-institution-logo-link { padding: 10px;}.m-institutions-logo-link-box .a-institution-logo-link:before { position: absolute; top: 0; left: 15px; width: 30px; height: 1px; background-color: #e5e5e5; content: "";}@media (max-width: 849px) { .m-institutions-logo-link-box .a-institution-logo-link { padding: 5px; } .m-institutions-logo-link-box .a-institution-logo-link:before { left: 10px; }}.m-institutions-logo-link-box .a-institution-logo-link:first-child:before { content: none;}.m-institutions-logo-link-box--small { width: 40px;}.m-institutions-logo-link-box--small .a-institution-logo-link { padding: 5px;}.m-institutions-logo-link-box--small .a-institution-logo-link:before { left: 10px; width: 20px;}.m-institutions-logo-link-box--small .a-institution-logo-link .a-institution-logo-link__logo { width: 30px; height: 30px;}.m-institutions-logo-link-box--horizontal { flex-direction: row; width: auto;}.m-institutions-logo-link-box--horizontal .a-institution-logo-link:before { top: 15px; left: 0px; width: 1px; height: 30px;}@media (max-width: 849px) { .m-institutions-logo-link-box--horizontal .a-institution-logo-link { width: inherit; padding: 10px; }}.m-institutions-logo-link-box--horizontal.m-institutions-logo-link-box--small .a-institution-logo-link { padding: 5px;}.m-institutions-logo-link-box--horizontal.m-institutions-logo-link-box--small .a-institution-logo-link:before { top: 10px; height: 20px;}.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-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-hero-teaser-collection--content-width .m-collection-title__introduction { color: #001e42;}.o-hero-teaser-collection--full-width { padding-top: 2.6666666667rem; background-color: var(--sn-theme-background, #ffffff); color: var(--sn-theme-text, #001e42);}.o-hero-teaser-collection--full-width .m-hero-teaser__content { padding-top: 0;}.o-three-col-teaser__teaser { min-width: 0;}.o-sub-topic-box { padding-block: 3.3333333333rem;}.o-sub-topic-box__content { row-gap: 1.3333333333rem; margin-top: 2rem;}.o-sub-topic-box__teaser-hero .m-default-teaser__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 0.6666666667rem; 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) { .o-sub-topic-box__teaser-hero .m-default-teaser__button { padding-block: 11px; font-size: 16px; font-size: 1.0666666667rem; line-height: 1.5em; }}.o-sub-topic-box__teaser-hero .m-default-teaser__button__icon { flex-shrink: 0;}.o-sub-topic-box__teaser-hero .m-default-teaser__button:hover:after { content: ""; position: absolute; inset: 0; background: currentColor; opacity: 0.1;}.o-sub-topic-box__teaser-hero .m-default-teaser__button:focus-visible { outline: 2px solid #0055d9; outline-offset: 2px; box-shadow: 0 0 0 2px #ffffff;}.o-sub-topic-box__teaser-hero .m-default-teaser__button:focus-visible:after { content: ""; position: absolute; inset: 0; background: currentColor; opacity: 0.1;}.o-sub-topic-box__teaser-hero .m-default-teaser__button[disabled] { cursor: default; color: var(--sn-theme-text, #001e42); background-color: #808080; border-color: transparent; opacity: 35%; outline: none; box-shadow: none;}.o-sub-topic-box__second-column { display: flex; flex-direction: column; gap: 1.3333333333rem; min-width: 0;}.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: 3.6rem; box-sizing: border-box; padding: 7px 0; border-bottom: 4px solid #001e42; font-size: 16px; font-size: 1.0666666667rem; line-height: 1.5em;}@media (min-width: 630px) { .o-main-header { padding: 0; }}@media (scripting: enabled) { .o-main-header { background: #ffffff; position: sticky; z-index: 10001; top: 0; left: 0; right: 0; }}.o-main-header__container { display: flex; align-items: center; flex-wrap: wrap;}.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 0.6666666667rem; border-left: 1px solid #e5e5e5; line-height: inherit; font-size: inherit; margin: inherit; height: 2rem;}.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 { border: 0; clip: rect(0, 0, 0, 0); height: 1px; overflow: hidden; padding: 0; position: absolute !important; width: 1px; pointer-events: none; /* set this, so event-target will be the button */}@media (min-width: 850px) { .o-main-header .o-main-header__menu-name { clip: auto; height: auto; overflow: auto; position: static !important; width: auto; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif; font-weight: 400; color: #001e42; }}.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[aria-expanded=true], .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[aria-expanded=true] .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-menu__dropdown-content { margin-top: 1px;}.o-main-header-menu__dropdown-content:after { content: ""; background: linear-gradient(to bottom, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0)); position: absolute; pointer-events: none; left: 0; display: block; right: 0; height: 20rem; opacity: 0.75; z-index: -1;}@media (max-width: 629px) { .o-main-header-menu__dropdown-content { margin-top: 8px; }}.o-main-header__dropdown-menu__main-content { z-index: 1001; 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; overflow: hidden;}.o-main-header__dropdown-menu__profile-content:after { display: none;}@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;}