/* http://meyerweb.com/eric/tools/css/reset/
   v5.0.1 | 20191019
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
main, menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, main, menu, nav, section {
	display: block;
}
/* HTML5 hidden-attribute fix for newer browsers */
*[hidden] {
    display: none;
}
body {
	line-height: 1;
}
menu, ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

html{font-size:62.5%;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;width:100%;text-rendering:optimizeLegibility;-webkit-text-size-adjust:none;position:relative}*,*::before,*::after{-webkit-box-sizing:border-box;box-sizing:border-box}b,strong{font-weight:700}@-webkit-keyframes plyr-progress{to{background-position:25px 0;background-position:var(--plyr-progress-loading-size, 25px) 0}}@keyframes plyr-progress{to{background-position:25px 0;background-position:var(--plyr-progress-loading-size, 25px) 0}}@-webkit-keyframes plyr-popup{0%{opacity:.5;-webkit-transform:translateY(10px);transform:translateY(10px)}to{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes plyr-popup{0%{opacity:.5;-webkit-transform:translateY(10px);transform:translateY(10px)}to{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@-webkit-keyframes plyr-fade-in{from{opacity:0}to{opacity:1}}@keyframes plyr-fade-in{from{opacity:0}to{opacity:1}}.plyr{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;-webkit-box-align:center;-ms-flex-align:center;align-items:center;direction:ltr;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;font-family:inherit;font-family:var(--plyr-font-family, inherit);-webkit-font-feature-settings:"tnum";font-feature-settings:"tnum";font-variant-numeric:tabular-nums;font-weight:400;font-weight:var(--plyr-font-weight-regular, 400);line-height:1.7;line-height:var(--plyr-line-height, 1.7);max-width:100%;min-width:200px;position:relative;text-shadow:none;-webkit-transition:-webkit-box-shadow .3s ease;transition:-webkit-box-shadow .3s ease;transition:box-shadow .3s ease;transition:box-shadow .3s ease, -webkit-box-shadow .3s ease;z-index:0}.plyr video,.plyr audio,.plyr iframe{display:block;height:100%;width:100%}.plyr button{font:inherit;line-height:inherit;width:auto}.plyr:focus{outline:0}.plyr--full-ui{-webkit-box-sizing:border-box;box-sizing:border-box}.plyr--full-ui *,.plyr--full-ui *::after,.plyr--full-ui *::before{-webkit-box-sizing:inherit;box-sizing:inherit}.plyr--full-ui a,.plyr--full-ui button,.plyr--full-ui input,.plyr--full-ui label{-ms-touch-action:manipulation;touch-action:manipulation}.plyr__badge{background:hsl(216, 15%, 34%);background:var(--plyr-badge-background, hsl(216, 15%, 34%));border-radius:2px;border-radius:var(--plyr-badge-border-radius, 2px);color:#fff;color:var(--plyr-badge-text-color, #fff);font-size:9px;font-size:var(--plyr-font-size-badge, 9px);line-height:1;padding:3px 4px}.plyr--full-ui ::-webkit-media-text-track-container{display:none}.plyr__captions{-webkit-animation:plyr-fade-in .3s ease;animation:plyr-fade-in .3s ease;bottom:0;display:none;font-size:13px;font-size:var(--plyr-font-size-small, 13px);left:0;padding:1rem;padding:var(--plyr-control-spacing, 10px);position:absolute;text-align:center;-webkit-transition:-webkit-transform .4s ease-in-out;transition:-webkit-transform .4s ease-in-out;transition:transform .4s ease-in-out;transition:transform .4s ease-in-out, -webkit-transform .4s ease-in-out;width:100%}.plyr__captions span:empty{display:none}@media(min-width: 480px){.plyr__captions{font-size:15px;font-size:var(--plyr-font-size-base, 15px);padding:calc(1rem*2);padding:calc(var(--plyr-control-spacing, 10px)*2)}}@media(min-width: 768px){.plyr__captions{font-size:18px;font-size:var(--plyr-font-size-large, 18px)}}.plyr--captions-active .plyr__captions{display:block}.plyr:not(.plyr--hide-controls) .plyr__controls:not(:empty)~.plyr__captions{-webkit-transform:translateY(calc(1rem * -4));transform:translateY(calc(1rem * -4));-webkit-transform:translateY(calc(var(--plyr-control-spacing, 10px) * -4));transform:translateY(calc(var(--plyr-control-spacing, 10px) * -4))}.plyr__caption{background:rgba(0, 0, 0, 0.8);background:var(--plyr-captions-background, rgba(0, 0, 0, 0.8));border-radius:2px;-webkit-box-decoration-break:clone;box-decoration-break:clone;color:#fff;color:var(--plyr-captions-text-color, #fff);line-height:185%;padding:.2em .5em;white-space:pre-wrap}.plyr__caption div{display:inline}.plyr__control{background:rgba(0,0,0,0);border:0;border-radius:4px;border-radius:var(--plyr-control-radius, 4px);color:inherit;cursor:pointer;-ms-flex-negative:0;flex-shrink:0;overflow:visible;padding:calc(1rem*.7);padding:calc(var(--plyr-control-spacing, 10px)*.7);position:relative;-webkit-transition:all .3s ease;transition:all .3s ease}.plyr__control svg{display:block;fill:currentColor;height:1.3rem;height:var(--plyr-control-icon-size, 18px);pointer-events:none;width:1.3rem;width:var(--plyr-control-icon-size, 18px)}.plyr__control:focus{outline:0}.plyr__control.focus-visible{outline:2px dashed #dfae41;outline:2px dashed var(--plyr-focus-visible-color, var(--plyr-color-main, var(--plyr-color-main, hsl(198, 100%, 50%))));outline-offset:2px}.plyr__control.focus-visible{outline:2px dashed #dfae41;outline:2px dashed var(--plyr-focus-visible-color, var(--plyr-color-main, var(--plyr-color-main, hsl(198, 100%, 50%))));outline-offset:2px}.plyr__control:focus-visible{outline:2px dashed #dfae41;outline:2px dashed var(--plyr-focus-visible-color, var(--plyr-color-main, var(--plyr-color-main, hsl(198, 100%, 50%))));outline-offset:2px}a.plyr__control{text-decoration:none}a.plyr__control::after,a.plyr__control::before{display:none}.plyr__control:not(.plyr__control--pressed) .icon--pressed,.plyr__control.plyr__control--pressed .icon--not-pressed,.plyr__control:not(.plyr__control--pressed) .label--pressed,.plyr__control.plyr__control--pressed .label--not-pressed{display:none}.plyr--full-ui ::-webkit-media-controls{display:none}.plyr__controls{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;text-align:center}.plyr__controls .plyr__progress__container{-webkit-box-flex:1;-ms-flex:1;flex:1;min-width:0}.plyr__controls .plyr__controls__item{margin-left:calc(1rem/4);margin-left:calc(var(--plyr-control-spacing, 10px)/4)}.plyr__controls .plyr__controls__item:first-child{margin-left:0;margin-right:auto}.plyr__controls .plyr__controls__item.plyr__progress__container{padding-left:calc(1rem/4);padding-left:calc(var(--plyr-control-spacing, 10px)/4)}.plyr__controls .plyr__controls__item.plyr__time{padding:0 calc(1rem/2);padding:0 calc(var(--plyr-control-spacing, 10px)/2)}.plyr__controls .plyr__controls__item.plyr__progress__container:first-child,.plyr__controls .plyr__controls__item.plyr__time:first-child,.plyr__controls .plyr__controls__item.plyr__time+.plyr__time{padding-left:0}.plyr__controls:empty{display:none}.plyr [data-plyr=captions],.plyr [data-plyr=pip],.plyr [data-plyr=airplay],.plyr [data-plyr=fullscreen]{display:none}.plyr--captions-enabled [data-plyr=captions],.plyr--pip-supported [data-plyr=pip],.plyr--airplay-supported [data-plyr=airplay],.plyr--fullscreen-enabled [data-plyr=fullscreen]{display:inline-block}.plyr__menu{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative}.plyr__menu .plyr__control svg{-webkit-transition:-webkit-transform .3s ease;transition:-webkit-transform .3s ease;transition:transform .3s ease;transition:transform .3s ease, -webkit-transform .3s ease}.plyr__menu .plyr__control[aria-expanded=true] svg{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.plyr__menu .plyr__control[aria-expanded=true] .plyr__tooltip{display:none}.plyr__menu__container{-webkit-animation:plyr-popup .2s ease;animation:plyr-popup .2s ease;background:rgba(255, 255, 255, 0.9);background:var(--plyr-menu-background, rgba(255, 255, 255, 0.9));border-radius:8px;border-radius:var(--plyr-menu-radius, 8px);bottom:100%;-webkit-box-shadow:0 1px 2px rgba(0, 0, 0, 0.15);box-shadow:0 1px 2px rgba(0, 0, 0, 0.15);-webkit-box-shadow:var(--plyr-menu-shadow, 0 1px 2px rgba(0, 0, 0, 0.15));box-shadow:var(--plyr-menu-shadow, 0 1px 2px rgba(0, 0, 0, 0.15));color:hsl(216, 15%, 34%);color:var(--plyr-menu-color, hsl(216, 15%, 34%));font-size:15px;font-size:var(--plyr-font-size-base, 15px);margin-bottom:10px;position:absolute;right:-3px;text-align:left;white-space:nowrap;z-index:3}.plyr__menu__container>div{overflow:hidden;-webkit-transition:height .35s cubic-bezier(0.4, 0, 0.2, 1),width .35s cubic-bezier(0.4, 0, 0.2, 1);transition:height .35s cubic-bezier(0.4, 0, 0.2, 1),width .35s cubic-bezier(0.4, 0, 0.2, 1)}.plyr__menu__container::after{border:4px solid rgba(0,0,0,0);border:var(--plyr-menu-arrow-size, 4px) solid rgba(0,0,0,0);border-top-color:rgba(255, 255, 255, 0.9);border-top-color:var(--plyr-menu-background, rgba(255, 255, 255, 0.9));content:"";height:0;position:absolute;right:calc(1.3rem/2 + (1rem * 0.7) - 4px/2);right:calc(var(--plyr-control-icon-size, 18px)/2 + (var(--plyr-control-spacing, 10px) * 0.7) - var(--plyr-menu-arrow-size, 4px)/2);right:calc(1.3rem/2 + (1rem * 0.7) - 4px/2);right:calc(1.3rem/2 + calc(1rem * 0.7) - 4px/2);right:calc(var(--plyr-control-icon-size, 18px)/2 + calc(var(--plyr-control-spacing, 10px) * 0.7) - var(--plyr-menu-arrow-size, 4px)/2);top:100%;width:0}.plyr__menu__container [role=menu]{padding:calc(1rem*.7);padding:calc(var(--plyr-control-spacing, 10px)*.7)}.plyr__menu__container [role=menuitem],.plyr__menu__container [role=menuitemradio]{margin-top:2px}.plyr__menu__container [role=menuitem]:first-child,.plyr__menu__container [role=menuitemradio]:first-child{margin-top:0}.plyr__menu__container .plyr__control{-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:hsl(216, 15%, 34%);color:var(--plyr-menu-color, hsl(216, 15%, 34%));display:-webkit-box;display:-ms-flexbox;display:flex;font-size:13px;font-size:var(--plyr-font-size-menu, var(--plyr-font-size-small, 13px));padding:calc((1rem * 0.7)/1.5) calc((1rem * 0.7)*1.5);padding:calc((var(--plyr-control-spacing, 10px) * 0.7)/1.5) calc((var(--plyr-control-spacing, 10px) * 0.7)*1.5);padding:calc((1rem * 0.7)/1.5) calc((1rem * 0.7)*1.5);padding:calc(calc(1rem * 0.7)/1.5) calc(calc(1rem * 0.7)*1.5);padding:calc(calc(var(--plyr-control-spacing, 10px) * 0.7)/1.5) calc(calc(var(--plyr-control-spacing, 10px) * 0.7)*1.5);-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:100%}.plyr__menu__container .plyr__control>span{-webkit-box-align:inherit;-ms-flex-align:inherit;align-items:inherit;display:-webkit-box;display:-ms-flexbox;display:flex;width:100%}.plyr__menu__container .plyr__control::after{border:4px solid rgba(0,0,0,0);border:var(--plyr-menu-item-arrow-size, 4px) solid rgba(0,0,0,0);content:"";position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.plyr__menu__container .plyr__control--forward{padding-right:calc((1rem * 0.7)*4);padding-right:calc((var(--plyr-control-spacing, 10px) * 0.7)*4);padding-right:calc((1rem * 0.7)*4);padding-right:calc(calc(1rem * 0.7)*4);padding-right:calc(calc(var(--plyr-control-spacing, 10px) * 0.7)*4)}.plyr__menu__container .plyr__control--forward::after{border-left-color:hsl(216, 15%, 52%);border-left-color:var(--plyr-menu-arrow-color, hsl(216, 15%, 52%));right:calc((1rem * 0.7)*1.5 - 4px);right:calc((var(--plyr-control-spacing, 10px) * 0.7)*1.5 - var(--plyr-menu-item-arrow-size, 4px));right:calc((1rem * 0.7)*1.5 - 4px);right:calc(calc(1rem * 0.7)*1.5 - 4px);right:calc(calc(var(--plyr-control-spacing, 10px) * 0.7)*1.5 - var(--plyr-menu-item-arrow-size, 4px))}.plyr__menu__container .plyr__control--forward.focus-visible::after,.plyr__menu__container .plyr__control--forward:hover::after{border-left-color:currentColor}.plyr__menu__container .plyr__control--forward:focus-visible::after,.plyr__menu__container .plyr__control--forward:hover::after{border-left-color:currentColor}.plyr__menu__container .plyr__control--back{font-weight:400;font-weight:var(--plyr-font-weight-regular, 400);margin:calc(1rem*.7);margin:calc(var(--plyr-control-spacing, 10px)*.7);margin-bottom:calc((1rem * 0.7)/2);margin-bottom:calc((var(--plyr-control-spacing, 10px) * 0.7)/2);margin-bottom:calc((1rem * 0.7)/2);margin-bottom:calc(calc(1rem * 0.7)/2);margin-bottom:calc(calc(var(--plyr-control-spacing, 10px) * 0.7)/2);padding-left:calc((1rem * 0.7)*4);padding-left:calc((var(--plyr-control-spacing, 10px) * 0.7)*4);padding-left:calc((1rem * 0.7)*4);padding-left:calc(calc(1rem * 0.7)*4);padding-left:calc(calc(var(--plyr-control-spacing, 10px) * 0.7)*4);position:relative;width:calc(100% - (1rem * 0.7)*2);width:calc(100% - (var(--plyr-control-spacing, 10px) * 0.7)*2);width:calc(100% - (1rem * 0.7)*2);width:calc(100% - calc(1rem * 0.7)*2);width:calc(100% - calc(var(--plyr-control-spacing, 10px) * 0.7)*2)}.plyr__menu__container .plyr__control--back::after{border-right-color:hsl(216, 15%, 52%);border-right-color:var(--plyr-menu-arrow-color, hsl(216, 15%, 52%));left:calc((1rem * 0.7)*1.5 - 4px);left:calc((var(--plyr-control-spacing, 10px) * 0.7)*1.5 - var(--plyr-menu-item-arrow-size, 4px));left:calc((1rem * 0.7)*1.5 - 4px);left:calc(calc(1rem * 0.7)*1.5 - 4px);left:calc(calc(var(--plyr-control-spacing, 10px) * 0.7)*1.5 - var(--plyr-menu-item-arrow-size, 4px))}.plyr__menu__container .plyr__control--back::before{background:hsl(216, 15%, 88%);background:var(--plyr-menu-back-border-color, hsl(216, 15%, 88%));-webkit-box-shadow:0 1px 0 #fff;box-shadow:0 1px 0 #fff;-webkit-box-shadow:0 1px 0 var(--plyr-menu-back-border-shadow-color, #fff);box-shadow:0 1px 0 var(--plyr-menu-back-border-shadow-color, #fff);content:"";height:1px;left:0;margin-top:calc((1rem * 0.7)/2);margin-top:calc((var(--plyr-control-spacing, 10px) * 0.7)/2);margin-top:calc((1rem * 0.7)/2);margin-top:calc(calc(1rem * 0.7)/2);margin-top:calc(calc(var(--plyr-control-spacing, 10px) * 0.7)/2);overflow:hidden;position:absolute;right:0;top:100%}.plyr__menu__container .plyr__control--back.focus-visible::after,.plyr__menu__container .plyr__control--back:hover::after{border-right-color:currentColor}.plyr__menu__container .plyr__control--back:focus-visible::after,.plyr__menu__container .plyr__control--back:hover::after{border-right-color:currentColor}.plyr__menu__container .plyr__control[role=menuitemradio]{padding-left:calc(1rem*.7);padding-left:calc(var(--plyr-control-spacing, 10px)*.7)}.plyr__menu__container .plyr__control[role=menuitemradio]::before,.plyr__menu__container .plyr__control[role=menuitemradio]::after{border-radius:100%}.plyr__menu__container .plyr__control[role=menuitemradio]::before{background:rgba(0,0,0,.1);content:"";display:block;-ms-flex-negative:0;flex-shrink:0;height:16px;margin-right:1rem;margin-right:var(--plyr-control-spacing, 10px);-webkit-transition:all .3s ease;transition:all .3s ease;width:16px}.plyr__menu__container .plyr__control[role=menuitemradio]::after{background:#fff;border:0;height:6px;left:12px;opacity:0;top:50%;-webkit-transform:translateY(-50%) scale(0);transform:translateY(-50%) scale(0);-webkit-transition:opacity .3s ease,-webkit-transform .3s ease;transition:opacity .3s ease,-webkit-transform .3s ease;transition:transform .3s ease,opacity .3s ease;transition:transform .3s ease,opacity .3s ease,-webkit-transform .3s ease;width:6px}.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]::before{background:#dfae41;background:var(--plyr-control-toggle-checked-background, var(--plyr-color-main, var(--plyr-color-main, hsl(198, 100%, 50%))))}.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]::after{opacity:1;-webkit-transform:translateY(-50%) scale(1);transform:translateY(-50%) scale(1)}.plyr__menu__container .plyr__control[role=menuitemradio].focus-visible::before,.plyr__menu__container .plyr__control[role=menuitemradio]:hover::before{background:hsla(216,15%,16%,.1)}.plyr__menu__container .plyr__control[role=menuitemradio]:focus-visible::before,.plyr__menu__container .plyr__control[role=menuitemradio]:hover::before{background:hsla(216,15%,16%,.1)}.plyr__menu__container .plyr__menu__value{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;margin-left:auto;margin-right:calc((calc(1rem * 0.7) - 2px)*-1);margin-right:calc((calc(var(--plyr-control-spacing, 10px) * 0.7) - 2px)*-1);overflow:hidden;padding-left:calc((1rem * 0.7)*3.5);padding-left:calc((var(--plyr-control-spacing, 10px) * 0.7)*3.5);padding-left:calc((1rem * 0.7)*3.5);padding-left:calc(calc(1rem * 0.7)*3.5);padding-left:calc(calc(var(--plyr-control-spacing, 10px) * 0.7)*3.5);pointer-events:none}.plyr--full-ui input[type=range]{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:rgba(0,0,0,0);border:0;border-radius:calc(13px*2);border-radius:calc(var(--plyr-range-thumb-height, 13px)*2);color:#ce5368;color:var(--plyr-range-fill-background, var(--plyr-color-main, var(--plyr-color-main, hsl(198, 100%, 50%))));display:block;height:calc(3px*2 + 13px);height:calc(var(--plyr-range-thumb-active-shadow-width, 3px)*2 + var(--plyr-range-thumb-height, 13px));margin:0;min-width:0;padding:0;-webkit-transition:-webkit-box-shadow .3s ease;transition:-webkit-box-shadow .3s ease;transition:box-shadow .3s ease;transition:box-shadow .3s ease, -webkit-box-shadow .3s ease;width:100%}.plyr--full-ui input[type=range]::-webkit-slider-runnable-track{background:rgba(0,0,0,0);border:0;border-radius:calc(5px/2);border-radius:calc(var(--plyr-range-track-height, 5px)/2);height:5px;height:var(--plyr-range-track-height, 5px);-webkit-transition:-webkit-box-shadow .3s ease;transition:-webkit-box-shadow .3s ease;transition:box-shadow .3s ease;transition:box-shadow .3s ease, -webkit-box-shadow .3s ease;-webkit-user-select:none;user-select:none;background-image:-webkit-gradient(linear, left top, right top, from(currentColor), color-stop(0%, transparent));background-image:linear-gradient(to right, currentColor 0%, transparent 0%);background-image:-webkit-gradient(linear, left top, right top, from(currentColor), to(transparent));background-image:linear-gradient(to right, currentColor var(--value, 0%), transparent var(--value, 0%))}.plyr--full-ui input[type=range]::-webkit-slider-thumb{background:#fff;background:var(--plyr-range-thumb-background, #fff);border:0;border-radius:100%;-webkit-box-shadow:0 1px 1px rgba(34.68, 39.576, 46.92, 0.15), 0 0 0 1px rgba(34.68, 39.576, 46.92, 0.2);box-shadow:0 1px 1px rgba(34.68, 39.576, 46.92, 0.15), 0 0 0 1px rgba(34.68, 39.576, 46.92, 0.2);-webkit-box-shadow:var(--plyr-range-thumb-shadow, 0 1px 1px rgba(34.68, 39.576, 46.92, 0.15), 0 0 0 1px rgba(34.68, 39.576, 46.92, 0.2));box-shadow:var(--plyr-range-thumb-shadow, 0 1px 1px rgba(34.68, 39.576, 46.92, 0.15), 0 0 0 1px rgba(34.68, 39.576, 46.92, 0.2));height:13px;height:var(--plyr-range-thumb-height, 13px);position:relative;-webkit-transition:all .2s ease;transition:all .2s ease;width:13px;width:var(--plyr-range-thumb-height, 13px);-webkit-appearance:none;appearance:none;margin-top:calc((13px - 5px)/2*-1);margin-top:calc((var(--plyr-range-thumb-height, 13px) - var(--plyr-range-track-height, 5px))/2*-1)}.plyr--full-ui input[type=range]::-moz-range-track{background:rgba(0,0,0,0);border:0;border-radius:calc(5px/2);border-radius:calc(var(--plyr-range-track-height, 5px)/2);height:5px;height:var(--plyr-range-track-height, 5px);-moz-transition:box-shadow .3s ease;transition:box-shadow .3s ease;-moz-user-select:none;user-select:none}.plyr--full-ui input[type=range]::-moz-range-thumb{background:#fff;background:var(--plyr-range-thumb-background, #fff);border:0;border-radius:100%;box-shadow:0 1px 1px rgba(34.68, 39.576, 46.92, 0.15), 0 0 0 1px rgba(34.68, 39.576, 46.92, 0.2);box-shadow:var(--plyr-range-thumb-shadow, 0 1px 1px rgba(34.68, 39.576, 46.92, 0.15), 0 0 0 1px rgba(34.68, 39.576, 46.92, 0.2));height:13px;height:var(--plyr-range-thumb-height, 13px);position:relative;-moz-transition:all .2s ease;transition:all .2s ease;width:13px;width:var(--plyr-range-thumb-height, 13px)}.plyr--full-ui input[type=range]::-moz-range-progress{background:currentColor;border-radius:calc(5px/2);border-radius:calc(var(--plyr-range-track-height, 5px)/2);height:5px;height:var(--plyr-range-track-height, 5px)}.plyr--full-ui input[type=range]::-ms-track{background:rgba(0,0,0,0);border:0;border-radius:calc(5px/2);border-radius:calc(var(--plyr-range-track-height, 5px)/2);height:5px;height:var(--plyr-range-track-height, 5px);-ms-transition:box-shadow .3s ease;transition:box-shadow .3s ease;-ms-user-select:none;user-select:none;color:rgba(0,0,0,0)}.plyr--full-ui input[type=range]::-ms-fill-upper{background:rgba(0,0,0,0);border:0;border-radius:calc(5px/2);border-radius:calc(var(--plyr-range-track-height, 5px)/2);height:5px;height:var(--plyr-range-track-height, 5px);-ms-transition:box-shadow .3s ease;transition:box-shadow .3s ease;-ms-user-select:none;user-select:none}.plyr--full-ui input[type=range]::-ms-fill-lower{background:rgba(0,0,0,0);border:0;border-radius:calc(5px/2);border-radius:calc(var(--plyr-range-track-height, 5px)/2);height:5px;height:var(--plyr-range-track-height, 5px);-ms-transition:box-shadow .3s ease;transition:box-shadow .3s ease;-ms-user-select:none;user-select:none;background:currentColor}.plyr--full-ui input[type=range]::-ms-thumb{background:#fff;background:var(--plyr-range-thumb-background, #fff);border:0;border-radius:100%;box-shadow:0 1px 1px rgba(34.68, 39.576, 46.92, 0.15), 0 0 0 1px rgba(34.68, 39.576, 46.92, 0.2);box-shadow:var(--plyr-range-thumb-shadow, 0 1px 1px rgba(34.68, 39.576, 46.92, 0.15), 0 0 0 1px rgba(34.68, 39.576, 46.92, 0.2));height:13px;height:var(--plyr-range-thumb-height, 13px);position:relative;-ms-transition:all .2s ease;transition:all .2s ease;width:13px;width:var(--plyr-range-thumb-height, 13px);margin-top:0}.plyr--full-ui input[type=range]::-ms-tooltip{display:none}.plyr--full-ui input[type=range]::-moz-focus-outer{border:0}.plyr--full-ui input[type=range]:focus{outline:0}.plyr--full-ui input[type=range].focus-visible::-webkit-slider-runnable-track{outline:2px dashed #dfae41;outline:2px dashed var(--plyr-focus-visible-color, var(--plyr-color-main, var(--plyr-color-main, hsl(198, 100%, 50%))));outline-offset:2px}.plyr--full-ui input[type=range].focus-visible::-webkit-slider-runnable-track{outline:2px dashed #dfae41;outline:2px dashed var(--plyr-focus-visible-color, var(--plyr-color-main, var(--plyr-color-main, hsl(198, 100%, 50%))));outline-offset:2px}.plyr--full-ui input[type=range]:focus-visible::-webkit-slider-runnable-track{outline:2px dashed #dfae41;outline:2px dashed var(--plyr-focus-visible-color, var(--plyr-color-main, var(--plyr-color-main, hsl(198, 100%, 50%))));outline-offset:2px}.plyr--full-ui input[type=range].focus-visible::-moz-range-track{outline:2px dashed #dfae41;outline:2px dashed var(--plyr-focus-visible-color, var(--plyr-color-main, var(--plyr-color-main, hsl(198, 100%, 50%))));outline-offset:2px}.plyr--full-ui input[type=range].focus-visible::-moz-range-track{outline:2px dashed #dfae41;outline:2px dashed var(--plyr-focus-visible-color, var(--plyr-color-main, var(--plyr-color-main, hsl(198, 100%, 50%))));outline-offset:2px}.plyr--full-ui input[type=range]:focus-visible::-moz-range-track{outline:2px dashed #dfae41;outline:2px dashed var(--plyr-focus-visible-color, var(--plyr-color-main, var(--plyr-color-main, hsl(198, 100%, 50%))));outline-offset:2px}.plyr--full-ui input[type=range].focus-visible::-ms-track{outline:2px dashed #dfae41;outline:2px dashed var(--plyr-focus-visible-color, var(--plyr-color-main, var(--plyr-color-main, hsl(198, 100%, 50%))));outline-offset:2px}.plyr--full-ui input[type=range].focus-visible::-ms-track{outline:2px dashed #dfae41;outline:2px dashed var(--plyr-focus-visible-color, var(--plyr-color-main, var(--plyr-color-main, hsl(198, 100%, 50%))));outline-offset:2px}.plyr--full-ui input[type=range]:focus-visible::-ms-track{outline:2px dashed #dfae41;outline:2px dashed var(--plyr-focus-visible-color, var(--plyr-color-main, var(--plyr-color-main, hsl(198, 100%, 50%))));outline-offset:2px}.plyr__poster{background-color:rgb(0, 0, 0);background-color:var(--plyr-video-background, var(--plyr-video-background, rgb(0, 0, 0)));background-position:50% 50%;background-repeat:no-repeat;background-size:contain;height:100%;left:0;opacity:0;position:absolute;top:0;-webkit-transition:opacity .2s ease;transition:opacity .2s ease;width:100%;z-index:1}.plyr--stopped.plyr__poster-enabled .plyr__poster{opacity:1}.plyr--youtube.plyr--paused.plyr__poster-enabled:not(.plyr--stopped) .plyr__poster{display:none}.plyr__time{font-size:13px;font-size:var(--plyr-font-size-time, var(--plyr-font-size-small, 13px))}.plyr__time+.plyr__time::before{content:"⁄";margin-right:1rem;margin-right:var(--plyr-control-spacing, 10px)}@media(max-width: 767px){.plyr__time+.plyr__time{display:none}}.plyr__tooltip{background:#fff;background:var(--plyr-tooltip-background, #fff);border-radius:5px;border-radius:var(--plyr-tooltip-radius, 5px);bottom:100%;-webkit-box-shadow:0 1px 2px rgba(0, 0, 0, 0.15);box-shadow:0 1px 2px rgba(0, 0, 0, 0.15);-webkit-box-shadow:var(--plyr-tooltip-shadow, 0 1px 2px rgba(0, 0, 0, 0.15));box-shadow:var(--plyr-tooltip-shadow, 0 1px 2px rgba(0, 0, 0, 0.15));color:hsl(216, 15%, 34%);color:var(--plyr-tooltip-color, hsl(216, 15%, 34%));font-size:13px;font-size:var(--plyr-font-size-small, 13px);font-weight:400;font-weight:var(--plyr-font-weight-regular, 400);left:50%;line-height:1.3;margin-bottom:calc((1rem / 2)*2);margin-bottom:calc((var(--plyr-control-spacing, 10px) / 2)*2);margin-bottom:calc((1rem / 2)*2);margin-bottom:calc(calc(1rem / 2)*2);margin-bottom:calc(calc(var(--plyr-control-spacing, 10px) / 2)*2);opacity:0;padding:calc(1rem/2) calc((1rem / 2)*1.5);padding:calc(var(--plyr-control-spacing, 10px)/2) calc((var(--plyr-control-spacing, 10px) / 2)*1.5);padding:calc(1rem/2) calc((1rem / 2)*1.5);padding:calc(1rem/2) calc(calc(1rem / 2)*1.5);padding:calc(var(--plyr-control-spacing, 10px)/2) calc(calc(var(--plyr-control-spacing, 10px) / 2)*1.5);pointer-events:none;position:absolute;-webkit-transform:translate(-50%, 10px) scale(0.8);transform:translate(-50%, 10px) scale(0.8);-webkit-transform-origin:50% 100%;transform-origin:50% 100%;-webkit-transition:opacity .2s .1s ease,-webkit-transform .2s .1s ease;transition:opacity .2s .1s ease,-webkit-transform .2s .1s ease;transition:transform .2s .1s ease,opacity .2s .1s ease;transition:transform .2s .1s ease,opacity .2s .1s ease,-webkit-transform .2s .1s ease;white-space:nowrap;z-index:2}.plyr__tooltip::before{border-left:4px solid rgba(0,0,0,0);border-left:var(--plyr-tooltip-arrow-size, 4px) solid rgba(0,0,0,0);border-right:4px solid rgba(0,0,0,0);border-right:var(--plyr-tooltip-arrow-size, 4px) solid rgba(0,0,0,0);border-top:4px solid #fff;border-top:var(--plyr-tooltip-arrow-size, 4px) solid var(--plyr-tooltip-background, #fff);bottom:calc(4px*-1);bottom:calc(var(--plyr-tooltip-arrow-size, 4px)*-1);content:"";height:0;left:50%;position:absolute;-webkit-transform:translateX(-50%);transform:translateX(-50%);width:0;z-index:2}.plyr .plyr__control:hover .plyr__tooltip,.plyr .plyr__control.focus-visible .plyr__tooltip,.plyr__tooltip--visible{opacity:1;-webkit-transform:translate(-50%, 0) scale(1);transform:translate(-50%, 0) scale(1)}.plyr .plyr__control:hover .plyr__tooltip,.plyr .plyr__control:focus-visible .plyr__tooltip,.plyr__tooltip--visible{opacity:1;-webkit-transform:translate(-50%, 0) scale(1);transform:translate(-50%, 0) scale(1)}.plyr .plyr__control:hover .plyr__tooltip{z-index:3}.plyr__controls>.plyr__control:first-child .plyr__tooltip,.plyr__controls>.plyr__control:first-child+.plyr__control .plyr__tooltip{left:0;-webkit-transform:translate(0, 10px) scale(0.8);transform:translate(0, 10px) scale(0.8);-webkit-transform-origin:0 100%;transform-origin:0 100%}.plyr__controls>.plyr__control:first-child .plyr__tooltip::before,.plyr__controls>.plyr__control:first-child+.plyr__control .plyr__tooltip::before{left:calc(1.3rem/2 + (1rem * 0.7));left:calc(var(--plyr-control-icon-size, 18px)/2 + (var(--plyr-control-spacing, 10px) * 0.7));left:calc(1.3rem/2 + (1rem * 0.7));left:calc(1.3rem/2 + calc(1rem * 0.7));left:calc(var(--plyr-control-icon-size, 18px)/2 + calc(var(--plyr-control-spacing, 10px) * 0.7))}.plyr__controls>.plyr__control:last-child .plyr__tooltip{left:auto;right:0;-webkit-transform:translate(0, 10px) scale(0.8);transform:translate(0, 10px) scale(0.8);-webkit-transform-origin:100% 100%;transform-origin:100% 100%}.plyr__controls>.plyr__control:last-child .plyr__tooltip::before{left:auto;right:calc(1.3rem/2 + (1rem * 0.7));right:calc(var(--plyr-control-icon-size, 18px)/2 + (var(--plyr-control-spacing, 10px) * 0.7));right:calc(1.3rem/2 + (1rem * 0.7));right:calc(1.3rem/2 + calc(1rem * 0.7));right:calc(var(--plyr-control-icon-size, 18px)/2 + calc(var(--plyr-control-spacing, 10px) * 0.7));-webkit-transform:translateX(50%);transform:translateX(50%)}.plyr__controls>.plyr__control:first-child:hover .plyr__tooltip,.plyr__controls>.plyr__control:first-child.focus-visible .plyr__tooltip,.plyr__controls>.plyr__control:first-child .plyr__tooltip--visible,.plyr__controls>.plyr__control:first-child+.plyr__control:hover .plyr__tooltip,.plyr__controls>.plyr__control:first-child+.plyr__control.focus-visible .plyr__tooltip,.plyr__controls>.plyr__control:first-child+.plyr__control .plyr__tooltip--visible,.plyr__controls>.plyr__control:last-child:hover .plyr__tooltip,.plyr__controls>.plyr__control:last-child.focus-visible .plyr__tooltip,.plyr__controls>.plyr__control:last-child .plyr__tooltip--visible{-webkit-transform:translate(0, 0) scale(1);transform:translate(0, 0) scale(1)}.plyr__controls>.plyr__control:first-child:hover .plyr__tooltip,.plyr__controls>.plyr__control:first-child:focus-visible .plyr__tooltip,.plyr__controls>.plyr__control:first-child .plyr__tooltip--visible,.plyr__controls>.plyr__control:first-child+.plyr__control:hover .plyr__tooltip,.plyr__controls>.plyr__control:first-child+.plyr__control:focus-visible .plyr__tooltip,.plyr__controls>.plyr__control:first-child+.plyr__control .plyr__tooltip--visible,.plyr__controls>.plyr__control:last-child:hover .plyr__tooltip,.plyr__controls>.plyr__control:last-child:focus-visible .plyr__tooltip,.plyr__controls>.plyr__control:last-child .plyr__tooltip--visible{-webkit-transform:translate(0, 0) scale(1);transform:translate(0, 0) scale(1)}.plyr__progress{left:calc(13px*.5);left:calc(var(--plyr-range-thumb-height, 13px)*.5);margin-right:13px;margin-right:var(--plyr-range-thumb-height, 13px);position:relative}.plyr__progress input[type=range],.plyr__progress__buffer{margin-left:calc(13px*-0.5);margin-left:calc(var(--plyr-range-thumb-height, 13px)*-0.5);margin-right:calc(13px*-0.5);margin-right:calc(var(--plyr-range-thumb-height, 13px)*-0.5);width:calc(100% + 13px);width:calc(100% + var(--plyr-range-thumb-height, 13px))}.plyr__progress input[type=range]{position:relative;z-index:2}.plyr__progress .plyr__tooltip{left:0;max-width:120px;word-wrap:break-word}.plyr__progress__buffer{-webkit-appearance:none;background:rgba(0,0,0,0);border:0;border-radius:100px;height:5px;height:var(--plyr-range-track-height, 5px);left:0;margin-top:calc(5px/2*-1);margin-top:calc(var(--plyr-range-track-height, 5px)/2*-1);padding:0;position:absolute;top:50%}.plyr__progress__buffer::-webkit-progress-bar{background:rgba(0,0,0,0)}.plyr__progress__buffer::-webkit-progress-value{background:currentColor;border-radius:100px;min-width:5px;min-width:var(--plyr-range-track-height, 5px);-webkit-transition:width .2s ease;transition:width .2s ease}.plyr__progress__buffer::-moz-progress-bar{background:currentColor;border-radius:100px;min-width:5px;min-width:var(--plyr-range-track-height, 5px);-moz-transition:width .2s ease;transition:width .2s ease}.plyr__progress__buffer::-ms-fill{border-radius:100px;-ms-transition:width .2s ease;transition:width .2s ease}.plyr--loading .plyr__progress__buffer{-webkit-animation:plyr-progress 1s linear infinite;animation:plyr-progress 1s linear infinite;background-image:linear-gradient(-45deg, rgba(34.68, 39.576, 46.92, 0.6) 25%, transparent 25%, transparent 50%, rgba(34.68, 39.576, 46.92, 0.6) 50%, rgba(34.68, 39.576, 46.92, 0.6) 75%, transparent 75%, transparent);background-image:linear-gradient(-45deg, var(--plyr-progress-loading-background, rgba(34.68, 39.576, 46.92, 0.6)) 25%, transparent 25%, transparent 50%, var(--plyr-progress-loading-background, rgba(34.68, 39.576, 46.92, 0.6)) 50%, var(--plyr-progress-loading-background, rgba(34.68, 39.576, 46.92, 0.6)) 75%, transparent 75%, transparent);background-repeat:repeat-x;background-size:25px 25px;background-size:var(--plyr-progress-loading-size, 25px) var(--plyr-progress-loading-size, 25px);color:rgba(0,0,0,0)}.plyr--video.plyr--loading .plyr__progress__buffer{background-color:rgba(255, 255, 255, 0.25);background-color:var(--plyr-video-progress-buffered-background, rgba(255, 255, 255, 0.25))}.plyr--audio.plyr--loading .plyr__progress__buffer{background-color:rgba(193.4175, 199.8435, 209.4825, 0.6);background-color:var(--plyr-audio-progress-buffered-background, rgba(193.4175, 199.8435, 209.4825, 0.6))}.plyr__progress__marker{background-color:#fff;background-color:var(--plyr-progress-marker-background, #fff);border-radius:1px;height:5px;height:var(--plyr-range-track-height, 5px);position:absolute;top:50%;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%);width:3px;width:var(--plyr-progress-marker-width, 3px);z-index:3}.plyr__volume{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;position:relative}.plyr__volume input[type=range]{margin-left:calc(1rem/2);margin-left:calc(var(--plyr-control-spacing, 10px)/2);margin-right:calc(1rem/2);margin-right:calc(var(--plyr-control-spacing, 10px)/2);max-width:90px;min-width:60px;position:relative;z-index:2}.plyr--audio{display:block}.plyr--audio .plyr__controls{background:#fff;background:var(--plyr-audio-controls-background, #fff);border-radius:inherit;color:hsl(216, 15%, 34%);color:var(--plyr-audio-control-color, hsl(216, 15%, 34%));padding:1rem;padding:var(--plyr-control-spacing, 10px)}.plyr--audio .plyr__control.focus-visible,.plyr--audio .plyr__control:hover,.plyr--audio .plyr__control[aria-expanded=true]{background:#dfae41;background:var(--plyr-audio-control-background-hover, var(--plyr-color-main, var(--plyr-color-main, hsl(198, 100%, 50%))));color:#fff;color:var(--plyr-audio-control-color-hover, #fff)}.plyr--audio .plyr__control.focus-visible,.plyr--audio .plyr__control:hover,.plyr--audio .plyr__control[aria-expanded=true]{background:#dfae41;background:var(--plyr-audio-control-background-hover, var(--plyr-color-main, var(--plyr-color-main, hsl(198, 100%, 50%))));color:#fff;color:var(--plyr-audio-control-color-hover, #fff)}.plyr--audio .plyr__control:focus-visible,.plyr--audio .plyr__control:hover,.plyr--audio .plyr__control[aria-expanded=true]{background:#dfae41;background:var(--plyr-audio-control-background-hover, var(--plyr-color-main, var(--plyr-color-main, hsl(198, 100%, 50%))));color:#fff;color:var(--plyr-audio-control-color-hover, #fff)}.plyr--full-ui.plyr--audio input[type=range]::-webkit-slider-runnable-track{background-color:rgba(193.4175, 199.8435, 209.4825, 0.6);background-color:var(--plyr-audio-range-track-background, var(--plyr-audio-progress-buffered-background, rgba(193.4175, 199.8435, 209.4825, 0.6)))}.plyr--full-ui.plyr--audio input[type=range]::-moz-range-track{background-color:rgba(193.4175, 199.8435, 209.4825, 0.6);background-color:var(--plyr-audio-range-track-background, var(--plyr-audio-progress-buffered-background, rgba(193.4175, 199.8435, 209.4825, 0.6)))}.plyr--full-ui.plyr--audio input[type=range]::-ms-track{background-color:rgba(193.4175, 199.8435, 209.4825, 0.6);background-color:var(--plyr-audio-range-track-background, var(--plyr-audio-progress-buffered-background, rgba(193.4175, 199.8435, 209.4825, 0.6)))}.plyr--full-ui.plyr--audio input[type=range]:active::-webkit-slider-thumb{-webkit-box-shadow:0 1px 1px rgba(34.68, 39.576, 46.92, 0.15), 0 0 0 1px rgba(34.68, 39.576, 46.92, 0.2),0 0 0 3px rgba(34.68, 39.576, 46.92, 0.1);box-shadow:0 1px 1px rgba(34.68, 39.576, 46.92, 0.15), 0 0 0 1px rgba(34.68, 39.576, 46.92, 0.2),0 0 0 3px rgba(34.68, 39.576, 46.92, 0.1);-webkit-box-shadow:var(--plyr-range-thumb-shadow, 0 1px 1px rgba(34.68, 39.576, 46.92, 0.15), 0 0 0 1px rgba(34.68, 39.576, 46.92, 0.2)),0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(34.68, 39.576, 46.92, 0.1));box-shadow:var(--plyr-range-thumb-shadow, 0 1px 1px rgba(34.68, 39.576, 46.92, 0.15), 0 0 0 1px rgba(34.68, 39.576, 46.92, 0.2)),0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(34.68, 39.576, 46.92, 0.1))}.plyr--full-ui.plyr--audio input[type=range]:active::-moz-range-thumb{box-shadow:0 1px 1px rgba(34.68, 39.576, 46.92, 0.15), 0 0 0 1px rgba(34.68, 39.576, 46.92, 0.2),0 0 0 3px rgba(34.68, 39.576, 46.92, 0.1);box-shadow:var(--plyr-range-thumb-shadow, 0 1px 1px rgba(34.68, 39.576, 46.92, 0.15), 0 0 0 1px rgba(34.68, 39.576, 46.92, 0.2)),0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(34.68, 39.576, 46.92, 0.1))}.plyr--full-ui.plyr--audio input[type=range]:active::-ms-thumb{box-shadow:0 1px 1px rgba(34.68, 39.576, 46.92, 0.15), 0 0 0 1px rgba(34.68, 39.576, 46.92, 0.2),0 0 0 3px rgba(34.68, 39.576, 46.92, 0.1);box-shadow:var(--plyr-range-thumb-shadow, 0 1px 1px rgba(34.68, 39.576, 46.92, 0.15), 0 0 0 1px rgba(34.68, 39.576, 46.92, 0.2)),0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(34.68, 39.576, 46.92, 0.1))}.plyr--audio .plyr__progress__buffer{color:rgba(193.4175, 199.8435, 209.4825, 0.6);color:var(--plyr-audio-progress-buffered-background, rgba(193.4175, 199.8435, 209.4825, 0.6))}.plyr--video{overflow:hidden}.plyr--video.plyr--menu-open{overflow:visible}.plyr__video-wrapper{background:rgb(0, 0, 0);background:var(--plyr-video-background, var(--plyr-video-background, rgb(0, 0, 0)));border-radius:inherit;height:100%;margin:auto;overflow:hidden;position:relative;width:100%}.plyr__video-embed,.plyr__video-wrapper--fixed-ratio{aspect-ratio:16/9}@supports not (aspect-ratio: 16/9){.plyr__video-embed,.plyr__video-wrapper--fixed-ratio{height:0;padding-bottom:56.25%;position:relative}}.plyr__video-embed iframe,.plyr__video-wrapper--fixed-ratio video{border:0;height:100%;left:0;position:absolute;top:0;width:100%}.plyr--full-ui .plyr__video-embed>.plyr__video-embed__container{padding-bottom:240%;position:relative;-webkit-transform:translateY(-38.28125%);transform:translateY(-38.28125%)}.plyr--video .plyr__controls{background:-webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.75)));background:linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75));background:var(--plyr-video-controls-background, linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75)));border-bottom-left-radius:inherit;border-bottom-right-radius:inherit;bottom:0;color:#fff;color:var(--plyr-video-control-color, #fff);left:0;padding:calc(1rem/2);padding:calc(var(--plyr-control-spacing, 10px)/2);padding-top:calc(1rem*2);padding-top:calc(var(--plyr-control-spacing, 10px)*2);position:absolute;right:0;-webkit-transition:opacity .4s ease-in-out,-webkit-transform .4s ease-in-out;transition:opacity .4s ease-in-out,-webkit-transform .4s ease-in-out;transition:opacity .4s ease-in-out,transform .4s ease-in-out;transition:opacity .4s ease-in-out,transform .4s ease-in-out,-webkit-transform .4s ease-in-out;z-index:3}@media(min-width: 480px){.plyr--video .plyr__controls{padding:1rem;padding:var(--plyr-control-spacing, 10px);padding-top:calc(1rem*3.5);padding-top:calc(var(--plyr-control-spacing, 10px)*3.5)}}.plyr--video.plyr--hide-controls .plyr__controls{opacity:0;pointer-events:none;-webkit-transform:translateY(100%);transform:translateY(100%)}.plyr--video .plyr__control.focus-visible,.plyr--video .plyr__control:hover,.plyr--video .plyr__control[aria-expanded=true]{background:#dfae41;background:var(--plyr-video-control-background-hover, var(--plyr-color-main, var(--plyr-color-main, hsl(198, 100%, 50%))));color:#fff;color:var(--plyr-video-control-color-hover, #fff)}.plyr--video .plyr__control.focus-visible,.plyr--video .plyr__control:hover,.plyr--video .plyr__control[aria-expanded=true]{background:#dfae41;background:var(--plyr-video-control-background-hover, var(--plyr-color-main, var(--plyr-color-main, hsl(198, 100%, 50%))));color:#fff;color:var(--plyr-video-control-color-hover, #fff)}.plyr--video .plyr__control:focus-visible,.plyr--video .plyr__control:hover,.plyr--video .plyr__control[aria-expanded=true]{background:#dfae41;background:var(--plyr-video-control-background-hover, var(--plyr-color-main, var(--plyr-color-main, hsl(198, 100%, 50%))));color:#fff;color:var(--plyr-video-control-color-hover, #fff)}.plyr__control--overlaid{background:#dfae41;background:var(--plyr-video-control-background-hover, var(--plyr-color-main, var(--plyr-color-main, hsl(198, 100%, 50%))));border:0;border-radius:100%;color:#fff;color:var(--plyr-video-control-color, #fff);display:none;left:50%;opacity:.9;padding:calc(1rem*1.5);padding:calc(var(--plyr-control-spacing, 10px)*1.5);position:absolute;top:50%;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%);-webkit-transition:.3s;transition:.3s;z-index:2}.plyr__control--overlaid svg{left:2px;position:relative}.plyr__control--overlaid:hover,.plyr__control--overlaid:focus{opacity:1}.plyr--playing .plyr__control--overlaid{opacity:0;visibility:hidden}.plyr--full-ui.plyr--video .plyr__control--overlaid{display:block}.plyr--full-ui.plyr--video input[type=range]::-webkit-slider-runnable-track{background-color:rgba(255, 255, 255, 0.25);background-color:var(--plyr-video-range-track-background, var(--plyr-video-progress-buffered-background, rgba(255, 255, 255, 0.25)))}.plyr--full-ui.plyr--video input[type=range]::-moz-range-track{background-color:rgba(255, 255, 255, 0.25);background-color:var(--plyr-video-range-track-background, var(--plyr-video-progress-buffered-background, rgba(255, 255, 255, 0.25)))}.plyr--full-ui.plyr--video input[type=range]::-ms-track{background-color:rgba(255, 255, 255, 0.25);background-color:var(--plyr-video-range-track-background, var(--plyr-video-progress-buffered-background, rgba(255, 255, 255, 0.25)))}.plyr--full-ui.plyr--video input[type=range]:active::-webkit-slider-thumb{-webkit-box-shadow:0 1px 1px rgba(34.68, 39.576, 46.92, 0.15), 0 0 0 1px rgba(34.68, 39.576, 46.92, 0.2),0 0 0 3px rgba(255, 255, 255, 0.5);box-shadow:0 1px 1px rgba(34.68, 39.576, 46.92, 0.15), 0 0 0 1px rgba(34.68, 39.576, 46.92, 0.2),0 0 0 3px rgba(255, 255, 255, 0.5);-webkit-box-shadow:var(--plyr-range-thumb-shadow, 0 1px 1px rgba(34.68, 39.576, 46.92, 0.15), 0 0 0 1px rgba(34.68, 39.576, 46.92, 0.2)),0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(255, 255, 255, 0.5));box-shadow:var(--plyr-range-thumb-shadow, 0 1px 1px rgba(34.68, 39.576, 46.92, 0.15), 0 0 0 1px rgba(34.68, 39.576, 46.92, 0.2)),0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(255, 255, 255, 0.5))}.plyr--full-ui.plyr--video input[type=range]:active::-moz-range-thumb{box-shadow:0 1px 1px rgba(34.68, 39.576, 46.92, 0.15), 0 0 0 1px rgba(34.68, 39.576, 46.92, 0.2),0 0 0 3px rgba(255, 255, 255, 0.5);box-shadow:var(--plyr-range-thumb-shadow, 0 1px 1px rgba(34.68, 39.576, 46.92, 0.15), 0 0 0 1px rgba(34.68, 39.576, 46.92, 0.2)),0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(255, 255, 255, 0.5))}.plyr--full-ui.plyr--video input[type=range]:active::-ms-thumb{box-shadow:0 1px 1px rgba(34.68, 39.576, 46.92, 0.15), 0 0 0 1px rgba(34.68, 39.576, 46.92, 0.2),0 0 0 3px rgba(255, 255, 255, 0.5);box-shadow:var(--plyr-range-thumb-shadow, 0 1px 1px rgba(34.68, 39.576, 46.92, 0.15), 0 0 0 1px rgba(34.68, 39.576, 46.92, 0.2)),0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(255, 255, 255, 0.5))}.plyr--video .plyr__progress__buffer{color:rgba(255, 255, 255, 0.25);color:var(--plyr-video-progress-buffered-background, rgba(255, 255, 255, 0.25))}.plyr:-webkit-full-screen{border-radius:0 !important}.plyr:-ms-fullscreen{border-radius:0 !important}.plyr:fullscreen{border-radius:0 !important}.plyr:-webkit-full-screen{background:#000;height:100%;margin:0;width:100%}.plyr:-ms-fullscreen{background:#000;height:100%;margin:0;width:100%}.plyr:fullscreen{background:#000;height:100%;margin:0;width:100%}.plyr:-webkit-full-screen video{height:100%}.plyr:-ms-fullscreen video{height:100%}.plyr:fullscreen video{height:100%}.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen{display:block}.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen{display:block}.plyr:fullscreen .plyr__control .icon--exit-fullscreen{display:block}.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen+svg{display:none}.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen+svg{display:none}.plyr:fullscreen .plyr__control .icon--exit-fullscreen+svg{display:none}.plyr:-webkit-full-screen.plyr--hide-controls{cursor:none}.plyr:-ms-fullscreen.plyr--hide-controls{cursor:none}.plyr:fullscreen.plyr--hide-controls{cursor:none}@media(min-width: 1024px){.plyr:-webkit-full-screen .plyr__captions{font-size:21px;font-size:var(--plyr-font-size-xlarge, 21px)}.plyr:-ms-fullscreen .plyr__captions{font-size:21px;font-size:var(--plyr-font-size-xlarge, 21px)}.plyr:fullscreen .plyr__captions{font-size:21px;font-size:var(--plyr-font-size-xlarge, 21px)}}.plyr--fullscreen-fallback{border-radius:0 !important}.plyr--fullscreen-fallback{background:#000;height:100%;margin:0;width:100%;bottom:0;left:0;position:fixed;right:0;top:0;z-index:10000000}.plyr--fullscreen-fallback video{height:100%}.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen{display:block}.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen+svg{display:none}.plyr--fullscreen-fallback.plyr--hide-controls{cursor:none}@media(min-width: 1024px){.plyr--fullscreen-fallback .plyr__captions{font-size:21px;font-size:var(--plyr-font-size-xlarge, 21px)}}.plyr__ads{border-radius:inherit;bottom:0;cursor:pointer;left:0;overflow:hidden;position:absolute;right:0;top:0;z-index:-1}.plyr__ads>div,.plyr__ads>div iframe{height:100%;position:absolute;width:100%}.plyr__ads::after{background:hsl(216, 15%, 16%);border-radius:2px;bottom:1rem;bottom:var(--plyr-control-spacing, 10px);color:#fff;content:attr(data-badge-text);font-size:11px;padding:2px 6px;pointer-events:none;position:absolute;right:1rem;right:var(--plyr-control-spacing, 10px);z-index:3}.plyr__ads:empty::after{display:none}.plyr__cues{background:currentColor;display:block;height:5px;height:var(--plyr-range-track-height, 5px);left:0;opacity:.8;position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);width:3px;z-index:3}.plyr__preview-thumb{background-color:#fff;background-color:var(--plyr-tooltip-background, #fff);border-radius:8px;border-radius:var(--plyr-menu-radius, 8px);bottom:100%;-webkit-box-shadow:0 1px 2px rgba(0, 0, 0, 0.15);box-shadow:0 1px 2px rgba(0, 0, 0, 0.15);-webkit-box-shadow:var(--plyr-tooltip-shadow, 0 1px 2px rgba(0, 0, 0, 0.15));box-shadow:var(--plyr-tooltip-shadow, 0 1px 2px rgba(0, 0, 0, 0.15));margin-bottom:calc((1rem / 2)*2);margin-bottom:calc((var(--plyr-control-spacing, 10px) / 2)*2);margin-bottom:calc((1rem / 2)*2);margin-bottom:calc(calc(1rem / 2)*2);margin-bottom:calc(calc(var(--plyr-control-spacing, 10px) / 2)*2);opacity:0;padding:3px;pointer-events:none;position:absolute;-webkit-transform:translate(0, 10px) scale(0.8);transform:translate(0, 10px) scale(0.8);-webkit-transform-origin:50% 100%;transform-origin:50% 100%;-webkit-transition:opacity .2s .1s ease,-webkit-transform .2s .1s ease;transition:opacity .2s .1s ease,-webkit-transform .2s .1s ease;transition:transform .2s .1s ease,opacity .2s .1s ease;transition:transform .2s .1s ease,opacity .2s .1s ease,-webkit-transform .2s .1s ease;z-index:2}.plyr__preview-thumb--is-shown{opacity:1;-webkit-transform:translate(0, 0) scale(1);transform:translate(0, 0) scale(1)}.plyr__preview-thumb::before{border-left:4px solid rgba(0,0,0,0);border-left:var(--plyr-tooltip-arrow-size, 4px) solid rgba(0,0,0,0);border-right:4px solid rgba(0,0,0,0);border-right:var(--plyr-tooltip-arrow-size, 4px) solid rgba(0,0,0,0);border-top:4px solid #fff;border-top:var(--plyr-tooltip-arrow-size, 4px) solid var(--plyr-tooltip-background, #fff);bottom:calc(4px*-1);bottom:calc(var(--plyr-tooltip-arrow-size, 4px)*-1);content:"";height:0;left:calc(50% + var(--preview-arrow-offset));position:absolute;-webkit-transform:translateX(-50%);transform:translateX(-50%);width:0;z-index:2}.plyr__preview-thumb__image-container{background:hsl(216, 15%, 79%);border-radius:calc(8px - 1px);border-radius:calc(var(--plyr-menu-radius, 8px) - 1px);overflow:hidden;position:relative;z-index:0}.plyr__preview-thumb__image-container img,.plyr__preview-thumb__image-container::after{height:100%;left:0;position:absolute;top:0;width:100%}.plyr__preview-thumb__image-container::after{border-radius:inherit;-webkit-box-shadow:inset 0 0 0 1px rgba(0,0,0,.15);box-shadow:inset 0 0 0 1px rgba(0,0,0,.15);content:"";pointer-events:none}.plyr__preview-thumb__image-container img{max-height:none;max-width:none}.plyr__preview-thumb__time-container{background:-webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.75)));background:linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75));background:var(--plyr-video-controls-background, linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75)));border-bottom-left-radius:calc(8px - 1px);border-bottom-left-radius:calc(var(--plyr-menu-radius, 8px) - 1px);border-bottom-right-radius:calc(8px - 1px);border-bottom-right-radius:calc(var(--plyr-menu-radius, 8px) - 1px);bottom:0;left:0;line-height:1.1;padding:20px 6px 6px;position:absolute;right:0;z-index:3}.plyr__preview-thumb__time-container span{color:#fff;font-size:13px;font-size:var(--plyr-font-size-time, var(--plyr-font-size-small, 13px))}.plyr__preview-scrubbing{bottom:0;-webkit-filter:blur(1px);filter:blur(1px);height:100%;left:0;margin:auto;opacity:0;overflow:hidden;pointer-events:none;position:absolute;right:0;top:0;-webkit-transition:opacity .3s ease;transition:opacity .3s ease;width:100%;z-index:1}.plyr__preview-scrubbing--is-shown{opacity:1}.plyr__preview-scrubbing img{height:100%;left:0;max-height:none;max-width:none;-o-object-fit:contain;object-fit:contain;position:absolute;top:0;width:100%}.plyr--no-transition{-webkit-transition:none !important;transition:none !important}.plyr__sr-only{border:0 !important;height:1px !important;padding:0 !important;position:absolute !important;width:1px !important}.plyr__sr-only{clip:rect(1px, 1px, 1px, 1px);overflow:hidden}.plyr [hidden]{display:none !important}.qs-datepicker-container{font-size:1rem;font-family:sans-serif;color:#000;position:absolute;width:15.625em;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;z-index:9001;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;border:1px solid gray;border-radius:.263921875em;overflow:hidden;background:#fff;-webkit-box-shadow:0 1.25em 1.25em -0.9375em rgba(0,0,0,.3);box-shadow:0 1.25em 1.25em -0.9375em rgba(0,0,0,.3)}.qs-datepicker-container *{-webkit-box-sizing:border-box;box-sizing:border-box}.qs-centered{position:fixed;top:50%;left:50%;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%)}.qs-hidden{display:none}.qs-overlay{position:absolute;top:0;left:0;background:rgba(0,0,0,.75);color:#fff;width:100%;height:100%;padding:.5em;z-index:1;opacity:1;-webkit-transition:opacity .3s;transition:opacity .3s;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.qs-overlay.qs-hidden{opacity:0;z-index:-1}.qs-overlay .qs-overlay-year{border:none;background:rgba(0,0,0,0);border-bottom:1px solid #fff;border-radius:0;color:#fff;font-size:.875em;padding:.25em 0;width:80%;text-align:center;margin:0 auto;display:block}.qs-overlay .qs-overlay-year::-webkit-inner-spin-button{-webkit-appearance:none}.qs-overlay .qs-close{padding:.5em;cursor:pointer;position:absolute;top:0;right:0}.qs-overlay .qs-submit{border:1px solid #fff;border-radius:.263921875em;padding:.5em;margin:0 auto auto;cursor:pointer;background:rgba(128,128,128,.4)}.qs-overlay .qs-submit.qs-disabled{color:gray;border-color:gray;cursor:not-allowed}.qs-overlay .qs-overlay-month-container{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.qs-overlay .qs-overlay-month{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:calc(100% / 3);cursor:pointer;opacity:.5;-webkit-transition:opacity .15s;transition:opacity .15s}.qs-overlay .qs-overlay-month.active,.qs-overlay .qs-overlay-month:hover{opacity:1}.qs-controls{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-ms-flex-negative:0;flex-shrink:0;background:#d3d3d3;-webkit-filter:blur(0px);filter:blur(0px);-webkit-transition:-webkit-filter .3s;transition:-webkit-filter .3s;transition:filter .3s;transition:filter .3s, -webkit-filter .3s}.qs-controls.qs-blur{-webkit-filter:blur(5px);filter:blur(5px)}.qs-arrow{height:1.5625em;width:1.5625em;position:relative;cursor:pointer;border-radius:.263921875em;-webkit-transition:background .15s;transition:background .15s}.qs-arrow:hover.qs-left:after{border-right-color:#000}.qs-arrow:hover.qs-right:after{border-left-color:#000}.qs-arrow:hover{background:rgba(0,0,0,.1)}.qs-arrow:after{content:"";border:.390625em solid rgba(0,0,0,0);position:absolute;top:50%;-webkit-transition:border .2s;transition:border .2s}.qs-arrow.qs-left:after{border-right-color:gray;right:50%;-webkit-transform:translate(25%, -50%);transform:translate(25%, -50%)}.qs-arrow.qs-right:after{border-left-color:gray;left:50%;-webkit-transform:translate(-25%, -50%);transform:translate(-25%, -50%)}.qs-month-year{font-weight:bold;-webkit-transition:border .2s;transition:border .2s;border-bottom:1px solid rgba(0,0,0,0)}.qs-month-year:not(.qs-disabled-year-overlay){cursor:pointer}.qs-month-year:not(.qs-disabled-year-overlay):hover{border-bottom:1px solid gray}.qs-month-year:focus,.qs-month-year:active:focus{outline:none}.qs-month{padding-right:.5ex}.qs-year{padding-left:.5ex}.qs-squares{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:.3125em;-webkit-filter:blur(0px);filter:blur(0px);-webkit-transition:-webkit-filter .3s;transition:-webkit-filter .3s;transition:filter .3s;transition:filter .3s, -webkit-filter .3s}.qs-squares.qs-blur{-webkit-filter:blur(5px);filter:blur(5px)}.qs-square{width:calc(100% / 7);height:1.5625em;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;cursor:pointer;-webkit-transition:background .1s;transition:background .1s;border-radius:.263921875em}.qs-square:not(.qs-empty):not(.qs-disabled):not(.qs-day):not(.qs-active):hover{background:orange}.qs-current{font-weight:bold;text-decoration:underline}.qs-active,.qs-range-start,.qs-range-end{background:#add8e6}.qs-range-start:not(.qs-range-6){border-top-right-radius:0;border-bottom-right-radius:0}.qs-range-middle{background:rgb(212.0841121495,234.5887850467,241.9158878505)}.qs-range-middle:not(.qs-range-0):not(.qs-range-6){border-radius:0}.qs-range-middle.qs-range-0{border-top-right-radius:0;border-bottom-right-radius:0}.qs-range-middle.qs-range-6{border-top-left-radius:0;border-bottom-left-radius:0}.qs-range-end:not(.qs-range-0){border-top-left-radius:0;border-bottom-left-radius:0}.qs-disabled,.qs-outside-current-month{opacity:.2}.qs-disabled{cursor:not-allowed}.qs-empty{cursor:default}.qs-day{cursor:default;font-weight:bold;color:gray}.qs-event{position:relative}.qs-event:after{content:"";position:absolute;width:.46875em;height:.46875em;border-radius:50%;background:#07f;bottom:0;right:0}.anim--on-entry{-webkit-animation:1s fade-in both;animation:1s fade-in both;-webkit-animation-play-state:paused;animation-play-state:paused}.anim--play{-webkit-animation-play-state:running;animation-play-state:running}@-webkit-keyframes pulse{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}50%{-webkit-transform:scale3d(1.15, 1.15, 1.15);transform:scale3d(1.15, 1.15, 1.15)}100%{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes pulse{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}50%{-webkit-transform:scale3d(1.15, 1.15, 1.15);transform:scale3d(1.15, 1.15, 1.15)}100%{-webkit-transform:scaleX(1);transform:scaleX(1)}}@-webkit-keyframes pulse-centered{0%{-webkit-transform:translate(-50%, -50%) scaleX(1);transform:translate(-50%, -50%) scaleX(1)}50%{-webkit-transform:translate(-50%, -50%) scale3d(1.15, 1.15, 1.15);transform:translate(-50%, -50%) scale3d(1.15, 1.15, 1.15)}100%{-webkit-transform:translate(-50%, -50%) scaleX(1);transform:translate(-50%, -50%) scaleX(1)}}@keyframes pulse-centered{0%{-webkit-transform:translate(-50%, -50%) scaleX(1);transform:translate(-50%, -50%) scaleX(1)}50%{-webkit-transform:translate(-50%, -50%) scale3d(1.15, 1.15, 1.15);transform:translate(-50%, -50%) scale3d(1.15, 1.15, 1.15)}100%{-webkit-transform:translate(-50%, -50%) scaleX(1);transform:translate(-50%, -50%) scaleX(1)}}@-webkit-keyframes fade-in{from{opacity:0}to{opacity:1}}@keyframes fade-in{from{opacity:0}to{opacity:1}}@keyframes easing-in{from{opacity:0;-webkit-transform:translate(var(--start));transform:translate(var(--start))}to{opacity:1;-webkit-transform:translate(var(--end));transform:translate(var(--end))}}@-webkit-keyframes easing-in{from{opacity:0;-webkit-transform:translate(var(--start))}to{opacity:1;-webkit-transform:translate(var(--end))}}@keyframes typewriter{from{opacity:0;-webkit-transform:translateY(2rem);transform:translateY(2rem);clip-path:inset(0 100% 0 0)}to{opacity:1;-webkit-transform:translateY(0);transform:translateY(0);clip-path:inset(0)}}@-webkit-keyframes typewriter{from{opacity:0;-webkit-transform:translateY(2rem);clip-path:inset(0 100% 0 0)}to{opacity:1;-webkit-transform:translateY(0);clip-path:inset(0)}}@-webkit-keyframes with{from{width:--start}to{width:--end}}@keyframes with{from{width:--start}to{width:--end}}@-webkit-keyframes scale-up{from{opacity:0;-webkit-transform:scale(0);transform:scale(0)}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes scale-up{from{opacity:0;-webkit-transform:scale(0);transform:scale(0)}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes scale{from{opacity:0;-webkit-transform:scale(var(--start));transform:scale(var(--start))}to{-webkit-transform:scale(var(--end));transform:scale(var(--end));opacity:1}}@-webkit-keyframes scale{from{opacity:0;-webkit-transform:scale(var(--start))}to{opacity:1;-webkit-transform:scale(var(--end))}}@keyframes scaleBK{from{background-size:var(--start)}to{background-size:var(--end)}}@-webkit-keyframes scaleBK{from{background-size:var(--start)}to{background-size:var(--end)}}@keyframes rotate{from{-webkit-transform:rotate(var(--start));transform:rotate(var(--start))}to{-webkit-transform:rotate(var(--end));transform:rotate(var(--end))}}@-webkit-keyframes rotate{from{-webkit-transform:rotate(var(--start))}to{-webkit-transform:rotate(var(--end))}}@keyframes bounce{from{-webkit-transform:translateY(var(--start));transform:translateY(var(--start))}to{-webkit-transform:translateY(var(--end));transform:translateY(var(--end))}}@-webkit-keyframes bounce{from{-webkit-transform:translateY(var(--start))}to{-webkit-transform:translateY(var(--end))}}@-webkit-keyframes newsInidicatorPulse{0%{color:var(--start-color)}50%{color:var(--end-color)}100%{color:var(--start-color)}}@keyframes newsInidicatorPulse{0%{color:var(--start-color)}50%{color:var(--end-color)}100%{color:var(--start-color)}}.color-white{color:#fff}.color-black{color:#000}.color-knowledge-blue{color:#2e318f}.color-interactive-yellow{color:#dfae41}.color-human-pink{color:#ce5368}.color-cyan{color:#109fc6}.color-charcoal{color:#333}.color-canvas{color:#f2f0eb}.color-milka-blue{color:#6062bb}.color-light-knowledge-blue{color:#abadd2}.color-light-interactive-yellow{color:#efd7a0}.color-light-human-pink{color:#f3d4d9}.color-light-cyan{color:#87cfe3}.color-light-charcoal{color:#6c6c6a}.color-light-gray{color:#f2f0eb}.color-light-mixed-ch-ca{color:#cac8c4}.color-mixed-kb-iy{color:#756370}.color-gallery{color:#eee}.color-celery{color:#99cc52}.color-fresh-air{color:#b0eafa}.bgcolor-white{background-color:#fff}.bgcolor-black{background-color:#000}.bgcolor-knowledge-blue{background-color:#2e318f}.bgcolor-interactive-yellow{background-color:#dfae41}.bgcolor-human-pink{background-color:#ce5368}.bgcolor-cyan{background-color:#109fc6}.bgcolor-charcoal{background-color:#333}.bgcolor-canvas{background-color:#f2f0eb}.bgcolor-milka-blue{background-color:#6062bb}.bgcolor-light-knowledge-blue{background-color:#abadd2}.bgcolor-light-interactive-yellow{background-color:#efd7a0}.bgcolor-light-human-pink{background-color:#f3d4d9}.bgcolor-light-cyan{background-color:#87cfe3}.bgcolor-light-charcoal{background-color:#6c6c6a}.bgcolor-light-gray{background-color:#f2f0eb}.bgcolor-light-mixed-ch-ca{background-color:#cac8c4}.bgcolor-mixed-kb-iy{background-color:#756370}.bgcolor-gallery{background-color:#eee}.bgcolor-celery{background-color:#99cc52}.bgcolor-fresh-air{background-color:#b0eafa}@font-face{font-family:"ChapAPG";font-weight:300;font-style:normal;src:url("/assets/fonts/ChapAPG-300-normal.eot") format("eot"),url("/assets/fonts/ChapAPG-300-normal.woff") format("woff"),url("/assets/fonts/ChapAPG-300-normal.woff2") format("woff2");font-display:swap}@font-face{font-family:"ChapAPG";font-weight:300;font-style:italic;src:url("/assets/fonts/ChapAPG-300-italic.eot") format("eot"),url("/assets/fonts/ChapAPG-300-italic.woff") format("woff"),url("/assets/fonts/ChapAPG-300-italic.woff2") format("woff2");font-display:swap}@font-face{font-family:"ChapAPG";font-weight:400;font-style:normal;src:url("/assets/fonts/ChapAPG-400-normal.eot") format("eot"),url("/assets/fonts/ChapAPG-400-normal.woff") format("woff"),url("/assets/fonts/ChapAPG-400-normal.woff2") format("woff2");font-display:swap}@font-face{font-family:"ChapAPG";font-weight:400;font-style:italic;src:url("/assets/fonts/ChapAPG-400-italic.eot") format("eot"),url("/assets/fonts/ChapAPG-400-italic.woff") format("woff"),url("/assets/fonts/ChapAPG-400-italic.woff2") format("woff2");font-display:swap}@font-face{font-family:"ChapAPG";font-weight:500;font-style:normal;src:url("/assets/fonts/ChapAPG-500-normal.eot") format("eot"),url("/assets/fonts/ChapAPG-500-normal.woff") format("woff"),url("/assets/fonts/ChapAPG-500-normal.woff2") format("woff2");font-display:swap}@font-face{font-family:"ChapAPG";font-weight:500;font-style:italic;src:url("/assets/fonts/ChapAPG-500-italic.eot") format("eot"),url("/assets/fonts/ChapAPG-500-italic.woff") format("woff"),url("/assets/fonts/ChapAPG-500-italic.woff2") format("woff2");font-display:swap}@font-face{font-family:"ChapAPG";font-weight:600;font-style:normal;src:url("/assets/fonts/ChapAPG-600-normal.eot") format("eot"),url("/assets/fonts/ChapAPG-600-normal.woff") format("woff"),url("/assets/fonts/ChapAPG-600-normal.woff2") format("woff2");font-display:swap}@font-face{font-family:"ChapAPG";font-weight:600;font-style:italic;src:url("/assets/fonts/ChapAPG-600-italic.eot") format("eot"),url("/assets/fonts/ChapAPG-600-italic.woff") format("woff"),url("/assets/fonts/ChapAPG-600-italic.woff2") format("woff2");font-display:swap}@font-face{font-family:"ChapAPG";font-weight:700;font-style:normal;src:url("/assets/fonts/ChapAPG-700-normal.eot") format("eot"),url("/assets/fonts/ChapAPG-700-normal.woff") format("woff"),url("/assets/fonts/ChapAPG-700-normal.woff2") format("woff2");font-display:swap}@font-face{font-family:"ChapAPG";font-weight:700;font-style:italic;src:url("/assets/fonts/ChapAPG-700-italic.eot") format("eot"),url("/assets/fonts/ChapAPG-700-italic.woff") format("woff"),url("/assets/fonts/ChapAPG-700-italic.woff2") format("woff2");font-display:swap}@font-face{font-family:"ChapAPG";font-weight:800;font-style:normal;src:url("/assets/fonts/ChapAPG-800-normal.eot") format("eot"),url("/assets/fonts/ChapAPG-800-normal.woff") format("woff"),url("/assets/fonts/ChapAPG-800-normal.woff2") format("woff2");font-display:swap}@font-face{font-family:"ChapAPG";font-weight:800;font-style:italic;src:url("/assets/fonts/ChapAPG-800-italic.eot") format("eot"),url("/assets/fonts/ChapAPG-800-italic.woff") format("woff"),url("/assets/fonts/ChapAPG-800-italic.woff2") format("woff2");font-display:swap}:root{--plyr-color-main: #dfae41;--plyr-control-icon-size: 1.3rem;--plyr-control-spacing: 1rem;--plyr-range-fill-background: #ce5368}.container,.wrap,.theme-top-bar,.navigation__foldout-wrap{-webkit-box-sizing:border-box;box-sizing:border-box;margin-right:auto;margin-left:auto;padding-right:2rem;padding-left:2rem;width:100%}.wrap,.theme-top-bar,.navigation__foldout-wrap{max-width:140rem}.row,.navigation__row{-webkit-box-sizing:border-box;box-sizing:border-box;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-2rem;margin-left:-2rem}.row--full-width{width:100%}.row--full-height{height:100%}.row--column{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.row--reverse{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.row--spaced{margin:-0.8rem}@media screen and (min-width: 62em){.row--spaced{margin:-2rem}}.row--spaced-medium{margin:-0.8rem}@media screen and (min-width: 62em){.row--spaced-medium{margin:-1.2rem}}.row--thick-spaced-h{margin:-1.6rem -0.8rem}@media screen and (min-width: 62em){.row--thick-spaced-h{margin:-2rem}}.col-lg-offset-8,.col-lg-offset-7,.col-lg-offset-6,.col-lg-offset-5,.col-lg-offset-4,.col-lg-offset-3,.col-lg-offset-2,.col-lg-offset-1,.col-lg-offset-0,.col-md-offset-8,.col-md-offset-7,.col-md-offset-6,.col-md-offset-5,.col-md-offset-4,.col-md-offset-3,.col-md-offset-2,.col-md-offset-1,.col-md-offset-0,.col-sm-offset-8,.col-sm-offset-7,.col-sm-offset-6,.col-sm-offset-5,.col-sm-offset-4,.col-sm-offset-3,.col-sm-offset-2,.col-sm-offset-1,.col-sm-offset-0,.col-xs-offset-8,.col-xs-offset-7,.col-xs-offset-6,.col-xs-offset-5,.col-xs-offset-4,.col-xs-offset-3,.col-xs-offset-2,.col-xs-offset-1,.col-xs-offset-0,.col-lg-8,.col-lg-7,.col-lg-6,.col-lg-5,.col-lg-4,.col-lg-3,.col-lg-2,.col-lg-1,.col-lg,.col-md-8,.col-md-7,.col-md-6,.navigation__footer-col,.col-md-5,.navigation__filter-col,.col-md-4,.col-md-3,.col-md-2,.col-md-1,.col-md,.col-sm-8,.col-sm-7,.col-sm-6,.col-sm-5,.col-sm-4,.col-sm-3,.col-sm-2,.col-sm-1,.col-sm,.col-xs-8,.location-slider__region-wrapper,.col-xs-7,.col-xs-6,.col-xs-5,.col-xs-4,.col-xs-3,.col-xs-2,.col-xs-1,.col-xs,.share-bar__inner{-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;padding-right:1.2rem;padding-left:1.2rem}@media screen and (min-width: 62em){.col-lg-offset-8,.col-lg-offset-7,.col-lg-offset-6,.col-lg-offset-5,.col-lg-offset-4,.col-lg-offset-3,.col-lg-offset-2,.col-lg-offset-1,.col-lg-offset-0,.col-md-offset-8,.col-md-offset-7,.col-md-offset-6,.col-md-offset-5,.col-md-offset-4,.col-md-offset-3,.col-md-offset-2,.col-md-offset-1,.col-md-offset-0,.col-sm-offset-8,.col-sm-offset-7,.col-sm-offset-6,.col-sm-offset-5,.col-sm-offset-4,.col-sm-offset-3,.col-sm-offset-2,.col-sm-offset-1,.col-sm-offset-0,.col-xs-offset-8,.col-xs-offset-7,.col-xs-offset-6,.col-xs-offset-5,.col-xs-offset-4,.col-xs-offset-3,.col-xs-offset-2,.col-xs-offset-1,.col-xs-offset-0,.col-lg-8,.col-lg-7,.col-lg-6,.col-lg-5,.col-lg-4,.col-lg-3,.col-lg-2,.col-lg-1,.col-lg,.col-md-8,.col-md-7,.col-md-6,.navigation__footer-col,.col-md-5,.navigation__filter-col,.col-md-4,.col-md-3,.col-md-2,.col-md-1,.col-md,.col-sm-8,.col-sm-7,.col-sm-6,.col-sm-5,.col-sm-4,.col-sm-3,.col-sm-2,.col-sm-1,.col-sm,.col-xs-8,.location-slider__region-wrapper,.col-xs-7,.col-xs-6,.col-xs-5,.col-xs-4,.col-xs-3,.col-xs-2,.col-xs-1,.col-xs,.share-bar__inner{padding-right:2rem;padding-left:2rem}}.row--spaced>.col-lg-offset-8,.row--spaced>.col-lg-offset-7,.row--spaced>.col-lg-offset-6,.row--spaced>.col-lg-offset-5,.row--spaced>.col-lg-offset-4,.row--spaced>.col-lg-offset-3,.row--spaced>.col-lg-offset-2,.row--spaced>.col-lg-offset-1,.row--spaced>.col-lg-offset-0,.row--spaced>.col-md-offset-8,.row--spaced>.col-md-offset-7,.row--spaced>.col-md-offset-6,.row--spaced>.col-md-offset-5,.row--spaced>.col-md-offset-4,.row--spaced>.col-md-offset-3,.row--spaced>.col-md-offset-2,.row--spaced>.col-md-offset-1,.row--spaced>.col-md-offset-0,.row--spaced>.col-sm-offset-8,.row--spaced>.col-sm-offset-7,.row--spaced>.col-sm-offset-6,.row--spaced>.col-sm-offset-5,.row--spaced>.col-sm-offset-4,.row--spaced>.col-sm-offset-3,.row--spaced>.col-sm-offset-2,.row--spaced>.col-sm-offset-1,.row--spaced>.col-sm-offset-0,.row--spaced>.col-xs-offset-8,.row--spaced>.col-xs-offset-7,.row--spaced>.col-xs-offset-6,.row--spaced>.col-xs-offset-5,.row--spaced>.col-xs-offset-4,.row--spaced>.col-xs-offset-3,.row--spaced>.col-xs-offset-2,.row--spaced>.col-xs-offset-1,.row--spaced>.col-xs-offset-0,.row--spaced>.col-lg-8,.row--spaced>.col-lg-7,.row--spaced>.col-lg-6,.row--spaced>.col-lg-5,.row--spaced>.col-lg-4,.row--spaced>.col-lg-3,.row--spaced>.col-lg-2,.row--spaced>.col-lg-1,.row--spaced>.col-lg,.row--spaced>.col-md-8,.row--spaced>.col-md-7,.row--spaced>.col-md-6,.row--spaced>.navigation__footer-col,.row--spaced>.col-md-5,.row--spaced>.navigation__filter-col,.row--spaced>.col-md-4,.row--spaced>.col-md-3,.row--spaced>.col-md-2,.row--spaced>.col-md-1,.row--spaced>.col-md,.row--spaced>.col-sm-8,.row--spaced>.col-sm-7,.row--spaced>.col-sm-6,.row--spaced>.col-sm-5,.row--spaced>.col-sm-4,.row--spaced>.col-sm-3,.row--spaced>.col-sm-2,.row--spaced>.col-sm-1,.row--spaced>.col-sm,.row--spaced>.col-xs-8,.row--spaced>.location-slider__region-wrapper,.row--spaced>.col-xs-7,.row--spaced>.col-xs-6,.row--spaced>.col-xs-5,.row--spaced>.col-xs-4,.row--spaced>.col-xs-3,.row--spaced>.col-xs-2,.row--spaced>.col-xs-1,.row--spaced>.col-xs,.row--spaced>.share-bar__inner{padding:.8rem}@media screen and (min-width: 62em){.row--spaced>.col-lg-offset-8,.row--spaced>.col-lg-offset-7,.row--spaced>.col-lg-offset-6,.row--spaced>.col-lg-offset-5,.row--spaced>.col-lg-offset-4,.row--spaced>.col-lg-offset-3,.row--spaced>.col-lg-offset-2,.row--spaced>.col-lg-offset-1,.row--spaced>.col-lg-offset-0,.row--spaced>.col-md-offset-8,.row--spaced>.col-md-offset-7,.row--spaced>.col-md-offset-6,.row--spaced>.col-md-offset-5,.row--spaced>.col-md-offset-4,.row--spaced>.col-md-offset-3,.row--spaced>.col-md-offset-2,.row--spaced>.col-md-offset-1,.row--spaced>.col-md-offset-0,.row--spaced>.col-sm-offset-8,.row--spaced>.col-sm-offset-7,.row--spaced>.col-sm-offset-6,.row--spaced>.col-sm-offset-5,.row--spaced>.col-sm-offset-4,.row--spaced>.col-sm-offset-3,.row--spaced>.col-sm-offset-2,.row--spaced>.col-sm-offset-1,.row--spaced>.col-sm-offset-0,.row--spaced>.col-xs-offset-8,.row--spaced>.col-xs-offset-7,.row--spaced>.col-xs-offset-6,.row--spaced>.col-xs-offset-5,.row--spaced>.col-xs-offset-4,.row--spaced>.col-xs-offset-3,.row--spaced>.col-xs-offset-2,.row--spaced>.col-xs-offset-1,.row--spaced>.col-xs-offset-0,.row--spaced>.col-lg-8,.row--spaced>.col-lg-7,.row--spaced>.col-lg-6,.row--spaced>.col-lg-5,.row--spaced>.col-lg-4,.row--spaced>.col-lg-3,.row--spaced>.col-lg-2,.row--spaced>.col-lg-1,.row--spaced>.col-lg,.row--spaced>.col-md-8,.row--spaced>.col-md-7,.row--spaced>.col-md-6,.row--spaced>.navigation__footer-col,.row--spaced>.col-md-5,.row--spaced>.navigation__filter-col,.row--spaced>.col-md-4,.row--spaced>.col-md-3,.row--spaced>.col-md-2,.row--spaced>.col-md-1,.row--spaced>.col-md,.row--spaced>.col-sm-8,.row--spaced>.col-sm-7,.row--spaced>.col-sm-6,.row--spaced>.col-sm-5,.row--spaced>.col-sm-4,.row--spaced>.col-sm-3,.row--spaced>.col-sm-2,.row--spaced>.col-sm-1,.row--spaced>.col-sm,.row--spaced>.col-xs-8,.row--spaced>.location-slider__region-wrapper,.row--spaced>.col-xs-7,.row--spaced>.col-xs-6,.row--spaced>.col-xs-5,.row--spaced>.col-xs-4,.row--spaced>.col-xs-3,.row--spaced>.col-xs-2,.row--spaced>.col-xs-1,.row--spaced>.col-xs,.row--spaced>.share-bar__inner{padding:2rem}}.row--spaced-medium>.col-lg-offset-8,.row--spaced-medium>.col-lg-offset-7,.row--spaced-medium>.col-lg-offset-6,.row--spaced-medium>.col-lg-offset-5,.row--spaced-medium>.col-lg-offset-4,.row--spaced-medium>.col-lg-offset-3,.row--spaced-medium>.col-lg-offset-2,.row--spaced-medium>.col-lg-offset-1,.row--spaced-medium>.col-lg-offset-0,.row--spaced-medium>.col-md-offset-8,.row--spaced-medium>.col-md-offset-7,.row--spaced-medium>.col-md-offset-6,.row--spaced-medium>.col-md-offset-5,.row--spaced-medium>.col-md-offset-4,.row--spaced-medium>.col-md-offset-3,.row--spaced-medium>.col-md-offset-2,.row--spaced-medium>.col-md-offset-1,.row--spaced-medium>.col-md-offset-0,.row--spaced-medium>.col-sm-offset-8,.row--spaced-medium>.col-sm-offset-7,.row--spaced-medium>.col-sm-offset-6,.row--spaced-medium>.col-sm-offset-5,.row--spaced-medium>.col-sm-offset-4,.row--spaced-medium>.col-sm-offset-3,.row--spaced-medium>.col-sm-offset-2,.row--spaced-medium>.col-sm-offset-1,.row--spaced-medium>.col-sm-offset-0,.row--spaced-medium>.col-xs-offset-8,.row--spaced-medium>.col-xs-offset-7,.row--spaced-medium>.col-xs-offset-6,.row--spaced-medium>.col-xs-offset-5,.row--spaced-medium>.col-xs-offset-4,.row--spaced-medium>.col-xs-offset-3,.row--spaced-medium>.col-xs-offset-2,.row--spaced-medium>.col-xs-offset-1,.row--spaced-medium>.col-xs-offset-0,.row--spaced-medium>.col-lg-8,.row--spaced-medium>.col-lg-7,.row--spaced-medium>.col-lg-6,.row--spaced-medium>.col-lg-5,.row--spaced-medium>.col-lg-4,.row--spaced-medium>.col-lg-3,.row--spaced-medium>.col-lg-2,.row--spaced-medium>.col-lg-1,.row--spaced-medium>.col-lg,.row--spaced-medium>.col-md-8,.row--spaced-medium>.col-md-7,.row--spaced-medium>.col-md-6,.row--spaced-medium>.navigation__footer-col,.row--spaced-medium>.col-md-5,.row--spaced-medium>.navigation__filter-col,.row--spaced-medium>.col-md-4,.row--spaced-medium>.col-md-3,.row--spaced-medium>.col-md-2,.row--spaced-medium>.col-md-1,.row--spaced-medium>.col-md,.row--spaced-medium>.col-sm-8,.row--spaced-medium>.col-sm-7,.row--spaced-medium>.col-sm-6,.row--spaced-medium>.col-sm-5,.row--spaced-medium>.col-sm-4,.row--spaced-medium>.col-sm-3,.row--spaced-medium>.col-sm-2,.row--spaced-medium>.col-sm-1,.row--spaced-medium>.col-sm,.row--spaced-medium>.col-xs-8,.row--spaced-medium>.location-slider__region-wrapper,.row--spaced-medium>.col-xs-7,.row--spaced-medium>.col-xs-6,.row--spaced-medium>.col-xs-5,.row--spaced-medium>.col-xs-4,.row--spaced-medium>.col-xs-3,.row--spaced-medium>.col-xs-2,.row--spaced-medium>.col-xs-1,.row--spaced-medium>.col-xs,.row--spaced-medium>.share-bar__inner{padding:.8rem}@media screen and (min-width: 62em){.row--spaced-medium>.col-lg-offset-8,.row--spaced-medium>.col-lg-offset-7,.row--spaced-medium>.col-lg-offset-6,.row--spaced-medium>.col-lg-offset-5,.row--spaced-medium>.col-lg-offset-4,.row--spaced-medium>.col-lg-offset-3,.row--spaced-medium>.col-lg-offset-2,.row--spaced-medium>.col-lg-offset-1,.row--spaced-medium>.col-lg-offset-0,.row--spaced-medium>.col-md-offset-8,.row--spaced-medium>.col-md-offset-7,.row--spaced-medium>.col-md-offset-6,.row--spaced-medium>.col-md-offset-5,.row--spaced-medium>.col-md-offset-4,.row--spaced-medium>.col-md-offset-3,.row--spaced-medium>.col-md-offset-2,.row--spaced-medium>.col-md-offset-1,.row--spaced-medium>.col-md-offset-0,.row--spaced-medium>.col-sm-offset-8,.row--spaced-medium>.col-sm-offset-7,.row--spaced-medium>.col-sm-offset-6,.row--spaced-medium>.col-sm-offset-5,.row--spaced-medium>.col-sm-offset-4,.row--spaced-medium>.col-sm-offset-3,.row--spaced-medium>.col-sm-offset-2,.row--spaced-medium>.col-sm-offset-1,.row--spaced-medium>.col-sm-offset-0,.row--spaced-medium>.col-xs-offset-8,.row--spaced-medium>.col-xs-offset-7,.row--spaced-medium>.col-xs-offset-6,.row--spaced-medium>.col-xs-offset-5,.row--spaced-medium>.col-xs-offset-4,.row--spaced-medium>.col-xs-offset-3,.row--spaced-medium>.col-xs-offset-2,.row--spaced-medium>.col-xs-offset-1,.row--spaced-medium>.col-xs-offset-0,.row--spaced-medium>.col-lg-8,.row--spaced-medium>.col-lg-7,.row--spaced-medium>.col-lg-6,.row--spaced-medium>.col-lg-5,.row--spaced-medium>.col-lg-4,.row--spaced-medium>.col-lg-3,.row--spaced-medium>.col-lg-2,.row--spaced-medium>.col-lg-1,.row--spaced-medium>.col-lg,.row--spaced-medium>.col-md-8,.row--spaced-medium>.col-md-7,.row--spaced-medium>.col-md-6,.row--spaced-medium>.navigation__footer-col,.row--spaced-medium>.col-md-5,.row--spaced-medium>.navigation__filter-col,.row--spaced-medium>.col-md-4,.row--spaced-medium>.col-md-3,.row--spaced-medium>.col-md-2,.row--spaced-medium>.col-md-1,.row--spaced-medium>.col-md,.row--spaced-medium>.col-sm-8,.row--spaced-medium>.col-sm-7,.row--spaced-medium>.col-sm-6,.row--spaced-medium>.col-sm-5,.row--spaced-medium>.col-sm-4,.row--spaced-medium>.col-sm-3,.row--spaced-medium>.col-sm-2,.row--spaced-medium>.col-sm-1,.row--spaced-medium>.col-sm,.row--spaced-medium>.col-xs-8,.row--spaced-medium>.location-slider__region-wrapper,.row--spaced-medium>.col-xs-7,.row--spaced-medium>.col-xs-6,.row--spaced-medium>.col-xs-5,.row--spaced-medium>.col-xs-4,.row--spaced-medium>.col-xs-3,.row--spaced-medium>.col-xs-2,.row--spaced-medium>.col-xs-1,.row--spaced-medium>.col-xs,.row--spaced-medium>.share-bar__inner{padding:1.2rem}}.row--thick-spaced-h>.col-lg-offset-8,.row--thick-spaced-h>.col-lg-offset-7,.row--thick-spaced-h>.col-lg-offset-6,.row--thick-spaced-h>.col-lg-offset-5,.row--thick-spaced-h>.col-lg-offset-4,.row--thick-spaced-h>.col-lg-offset-3,.row--thick-spaced-h>.col-lg-offset-2,.row--thick-spaced-h>.col-lg-offset-1,.row--thick-spaced-h>.col-lg-offset-0,.row--thick-spaced-h>.col-md-offset-8,.row--thick-spaced-h>.col-md-offset-7,.row--thick-spaced-h>.col-md-offset-6,.row--thick-spaced-h>.col-md-offset-5,.row--thick-spaced-h>.col-md-offset-4,.row--thick-spaced-h>.col-md-offset-3,.row--thick-spaced-h>.col-md-offset-2,.row--thick-spaced-h>.col-md-offset-1,.row--thick-spaced-h>.col-md-offset-0,.row--thick-spaced-h>.col-sm-offset-8,.row--thick-spaced-h>.col-sm-offset-7,.row--thick-spaced-h>.col-sm-offset-6,.row--thick-spaced-h>.col-sm-offset-5,.row--thick-spaced-h>.col-sm-offset-4,.row--thick-spaced-h>.col-sm-offset-3,.row--thick-spaced-h>.col-sm-offset-2,.row--thick-spaced-h>.col-sm-offset-1,.row--thick-spaced-h>.col-sm-offset-0,.row--thick-spaced-h>.col-xs-offset-8,.row--thick-spaced-h>.col-xs-offset-7,.row--thick-spaced-h>.col-xs-offset-6,.row--thick-spaced-h>.col-xs-offset-5,.row--thick-spaced-h>.col-xs-offset-4,.row--thick-spaced-h>.col-xs-offset-3,.row--thick-spaced-h>.col-xs-offset-2,.row--thick-spaced-h>.col-xs-offset-1,.row--thick-spaced-h>.col-xs-offset-0,.row--thick-spaced-h>.col-lg-8,.row--thick-spaced-h>.col-lg-7,.row--thick-spaced-h>.col-lg-6,.row--thick-spaced-h>.col-lg-5,.row--thick-spaced-h>.col-lg-4,.row--thick-spaced-h>.col-lg-3,.row--thick-spaced-h>.col-lg-2,.row--thick-spaced-h>.col-lg-1,.row--thick-spaced-h>.col-lg,.row--thick-spaced-h>.col-md-8,.row--thick-spaced-h>.col-md-7,.row--thick-spaced-h>.col-md-6,.row--thick-spaced-h>.navigation__footer-col,.row--thick-spaced-h>.col-md-5,.row--thick-spaced-h>.navigation__filter-col,.row--thick-spaced-h>.col-md-4,.row--thick-spaced-h>.col-md-3,.row--thick-spaced-h>.col-md-2,.row--thick-spaced-h>.col-md-1,.row--thick-spaced-h>.col-md,.row--thick-spaced-h>.col-sm-8,.row--thick-spaced-h>.col-sm-7,.row--thick-spaced-h>.col-sm-6,.row--thick-spaced-h>.col-sm-5,.row--thick-spaced-h>.col-sm-4,.row--thick-spaced-h>.col-sm-3,.row--thick-spaced-h>.col-sm-2,.row--thick-spaced-h>.col-sm-1,.row--thick-spaced-h>.col-sm,.row--thick-spaced-h>.col-xs-8,.row--thick-spaced-h>.location-slider__region-wrapper,.row--thick-spaced-h>.col-xs-7,.row--thick-spaced-h>.col-xs-6,.row--thick-spaced-h>.col-xs-5,.row--thick-spaced-h>.col-xs-4,.row--thick-spaced-h>.col-xs-3,.row--thick-spaced-h>.col-xs-2,.row--thick-spaced-h>.col-xs-1,.row--thick-spaced-h>.col-xs,.row--thick-spaced-h>.share-bar__inner{padding:1.6rem .8rem}@media screen and (min-width: 62em){.row--thick-spaced-h>.col-lg-offset-8,.row--thick-spaced-h>.col-lg-offset-7,.row--thick-spaced-h>.col-lg-offset-6,.row--thick-spaced-h>.col-lg-offset-5,.row--thick-spaced-h>.col-lg-offset-4,.row--thick-spaced-h>.col-lg-offset-3,.row--thick-spaced-h>.col-lg-offset-2,.row--thick-spaced-h>.col-lg-offset-1,.row--thick-spaced-h>.col-lg-offset-0,.row--thick-spaced-h>.col-md-offset-8,.row--thick-spaced-h>.col-md-offset-7,.row--thick-spaced-h>.col-md-offset-6,.row--thick-spaced-h>.col-md-offset-5,.row--thick-spaced-h>.col-md-offset-4,.row--thick-spaced-h>.col-md-offset-3,.row--thick-spaced-h>.col-md-offset-2,.row--thick-spaced-h>.col-md-offset-1,.row--thick-spaced-h>.col-md-offset-0,.row--thick-spaced-h>.col-sm-offset-8,.row--thick-spaced-h>.col-sm-offset-7,.row--thick-spaced-h>.col-sm-offset-6,.row--thick-spaced-h>.col-sm-offset-5,.row--thick-spaced-h>.col-sm-offset-4,.row--thick-spaced-h>.col-sm-offset-3,.row--thick-spaced-h>.col-sm-offset-2,.row--thick-spaced-h>.col-sm-offset-1,.row--thick-spaced-h>.col-sm-offset-0,.row--thick-spaced-h>.col-xs-offset-8,.row--thick-spaced-h>.col-xs-offset-7,.row--thick-spaced-h>.col-xs-offset-6,.row--thick-spaced-h>.col-xs-offset-5,.row--thick-spaced-h>.col-xs-offset-4,.row--thick-spaced-h>.col-xs-offset-3,.row--thick-spaced-h>.col-xs-offset-2,.row--thick-spaced-h>.col-xs-offset-1,.row--thick-spaced-h>.col-xs-offset-0,.row--thick-spaced-h>.col-lg-8,.row--thick-spaced-h>.col-lg-7,.row--thick-spaced-h>.col-lg-6,.row--thick-spaced-h>.col-lg-5,.row--thick-spaced-h>.col-lg-4,.row--thick-spaced-h>.col-lg-3,.row--thick-spaced-h>.col-lg-2,.row--thick-spaced-h>.col-lg-1,.row--thick-spaced-h>.col-lg,.row--thick-spaced-h>.col-md-8,.row--thick-spaced-h>.col-md-7,.row--thick-spaced-h>.col-md-6,.row--thick-spaced-h>.navigation__footer-col,.row--thick-spaced-h>.col-md-5,.row--thick-spaced-h>.navigation__filter-col,.row--thick-spaced-h>.col-md-4,.row--thick-spaced-h>.col-md-3,.row--thick-spaced-h>.col-md-2,.row--thick-spaced-h>.col-md-1,.row--thick-spaced-h>.col-md,.row--thick-spaced-h>.col-sm-8,.row--thick-spaced-h>.col-sm-7,.row--thick-spaced-h>.col-sm-6,.row--thick-spaced-h>.col-sm-5,.row--thick-spaced-h>.col-sm-4,.row--thick-spaced-h>.col-sm-3,.row--thick-spaced-h>.col-sm-2,.row--thick-spaced-h>.col-sm-1,.row--thick-spaced-h>.col-sm,.row--thick-spaced-h>.col-xs-8,.row--thick-spaced-h>.location-slider__region-wrapper,.row--thick-spaced-h>.col-xs-7,.row--thick-spaced-h>.col-xs-6,.row--thick-spaced-h>.col-xs-5,.row--thick-spaced-h>.col-xs-4,.row--thick-spaced-h>.col-xs-3,.row--thick-spaced-h>.col-xs-2,.row--thick-spaced-h>.col-xs-1,.row--thick-spaced-h>.col-xs,.row--thick-spaced-h>.share-bar__inner{padding:2rem}}.col-xs,.share-bar__inner{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-ms-flex-preferred-size:0;flex-basis:0;max-width:100%}.col-xs-1{-ms-flex-preferred-size:12.5%;flex-basis:12.5%;max-width:12.5%}.col-xs-2{-ms-flex-preferred-size:25%;flex-basis:25%;max-width:25%}.col-xs-3{-ms-flex-preferred-size:37.5%;flex-basis:37.5%;max-width:37.5%}.col-xs-4{-ms-flex-preferred-size:50%;flex-basis:50%;max-width:50%}.col-xs-5{-ms-flex-preferred-size:62.5%;flex-basis:62.5%;max-width:62.5%}.col-xs-6{-ms-flex-preferred-size:75%;flex-basis:75%;max-width:75%}.col-xs-7{-ms-flex-preferred-size:87.5%;flex-basis:87.5%;max-width:87.5%}.col-xs-8,.location-slider__region-wrapper,.navigation__filter-col,.navigation__footer-col{-ms-flex-preferred-size:100%;flex-basis:100%;max-width:100%}@media screen and (min-width: 48em){.col-sm{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-ms-flex-preferred-size:0;flex-basis:0;max-width:100%}.col-sm-1{-ms-flex-preferred-size:12.5%;flex-basis:12.5%;max-width:12.5%}.col-sm-2{-ms-flex-preferred-size:25%;flex-basis:25%;max-width:25%}.col-sm-3{-ms-flex-preferred-size:37.5%;flex-basis:37.5%;max-width:37.5%}.col-sm-4{-ms-flex-preferred-size:50%;flex-basis:50%;max-width:50%}.col-sm-5{-ms-flex-preferred-size:62.5%;flex-basis:62.5%;max-width:62.5%}.col-sm-6{-ms-flex-preferred-size:75%;flex-basis:75%;max-width:75%}.col-sm-7{-ms-flex-preferred-size:87.5%;flex-basis:87.5%;max-width:87.5%}.col-sm-8{-ms-flex-preferred-size:100%;flex-basis:100%;max-width:100%}}@media screen and (min-width: 62em){.col-md{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-ms-flex-preferred-size:0;flex-basis:0;max-width:100%}.col-md-1{-ms-flex-preferred-size:12.5%;flex-basis:12.5%;max-width:12.5%}.col-md-2{-ms-flex-preferred-size:25%;flex-basis:25%;max-width:25%}.col-md-3{-ms-flex-preferred-size:37.5%;flex-basis:37.5%;max-width:37.5%}.col-md-4{-ms-flex-preferred-size:50%;flex-basis:50%;max-width:50%}.col-md-5,.navigation__filter-col{-ms-flex-preferred-size:62.5%;flex-basis:62.5%;max-width:62.5%}.col-md-6,.navigation__footer-col{-ms-flex-preferred-size:75%;flex-basis:75%;max-width:75%}.col-md-7{-ms-flex-preferred-size:87.5%;flex-basis:87.5%;max-width:87.5%}.col-md-8{-ms-flex-preferred-size:100%;flex-basis:100%;max-width:100%}}@media screen and (min-width: 75em){.col-lg{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-ms-flex-preferred-size:0;flex-basis:0;max-width:100%}.col-lg-1{-ms-flex-preferred-size:12.5%;flex-basis:12.5%;max-width:12.5%}.col-lg-2{-ms-flex-preferred-size:25%;flex-basis:25%;max-width:25%}.col-lg-3{-ms-flex-preferred-size:37.5%;flex-basis:37.5%;max-width:37.5%}.col-lg-4{-ms-flex-preferred-size:50%;flex-basis:50%;max-width:50%}.col-lg-5{-ms-flex-preferred-size:62.5%;flex-basis:62.5%;max-width:62.5%}.col-lg-6{-ms-flex-preferred-size:75%;flex-basis:75%;max-width:75%}.col-lg-7{-ms-flex-preferred-size:87.5%;flex-basis:87.5%;max-width:87.5%}.col-lg-8{-ms-flex-preferred-size:100%;flex-basis:100%;max-width:100%}}.col-xs-offset-0{margin-left:0%}.col-xs-offset-1{margin-left:12.5%}.col-xs-offset-2{margin-left:25%}.col-xs-offset-3{margin-left:37.5%}.col-xs-offset-4{margin-left:50%}.col-xs-offset-5{margin-left:62.5%}.col-xs-offset-6{margin-left:75%}.col-xs-offset-7{margin-left:87.5%}.col-xs-offset-8{margin-left:100%}@media screen and (min-width: 48em){.col-sm-offset-0{margin-left:0%}.col-sm-offset-1{margin-left:12.5%}.col-sm-offset-2{margin-left:25%}.col-sm-offset-3{margin-left:37.5%}.col-sm-offset-4{margin-left:50%}.col-sm-offset-5{margin-left:62.5%}.col-sm-offset-6{margin-left:75%}.col-sm-offset-7{margin-left:87.5%}.col-sm-offset-8{margin-left:100%}}@media screen and (min-width: 62em){.col-md-offset-0{margin-left:0%}.col-md-offset-1{margin-left:12.5%}.col-md-offset-2{margin-left:25%}.col-md-offset-3{margin-left:37.5%}.col-md-offset-4{margin-left:50%}.col-md-offset-5{margin-left:62.5%}.col-md-offset-6{margin-left:75%}.col-md-offset-7{margin-left:87.5%}.col-md-offset-8{margin-left:100%}}@media screen and (min-width: 75em){.col-lg-offset-0{margin-left:0%}.col-lg-offset-1{margin-left:12.5%}.col-lg-offset-2{margin-left:25%}.col-lg-offset-3{margin-left:37.5%}.col-lg-offset-4{margin-left:50%}.col-lg-offset-5{margin-left:62.5%}.col-lg-offset-6{margin-left:75%}.col-lg-offset-7{margin-left:87.5%}.col-lg-offset-8{margin-left:100%}}.justify-content-start-xs{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.justify-content-end-xs{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.justify-content-center-xs{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.justify-content-between-xs{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.justify-content-around-xs{-ms-flex-pack:distribute;justify-content:space-around}@media screen and (min-width: 48em){.justify-content-start-sm{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.justify-content-end-sm{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.justify-content-center-sm{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.justify-content-between-sm{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.justify-content-around-sm{-ms-flex-pack:distribute;justify-content:space-around}}@media screen and (min-width: 62em){.justify-content-start-md{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.justify-content-end-md{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.justify-content-center-md{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.justify-content-between-md{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.justify-content-around-md{-ms-flex-pack:distribute;justify-content:space-around}}@media screen and (min-width: 75em){.justify-content-start-lg{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.justify-content-end-lg{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.justify-content-center-lg{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.justify-content-between-lg{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.justify-content-around-lg{-ms-flex-pack:distribute;justify-content:space-around}}.align-items-start-xs{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.align-items-end-xs{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.align-items-center-xs{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.align-items-stretch-xs{-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch}.align-items-baseline-xs{-webkit-box-align:baseline;-ms-flex-align:baseline;align-items:baseline}@media screen and (min-width: 48em){.align-items-start-sm{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.align-items-end-sm{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.align-items-center-sm{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.align-items-stretch-sm{-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch}.align-items-baseline-sm{-webkit-box-align:baseline;-ms-flex-align:baseline;align-items:baseline}}@media screen and (min-width: 62em){.align-items-start-md{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.align-items-end-md{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.align-items-center-md{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.align-items-stretch-md{-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch}.align-items-baseline-md{-webkit-box-align:baseline;-ms-flex-align:baseline;align-items:baseline}}@media screen and (min-width: 75em){.align-items-start-lg{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.align-items-end-lg{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.align-items-center-lg{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.align-items-stretch-lg{-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch}.align-items-baseline-lg{-webkit-box-align:baseline;-ms-flex-align:baseline;align-items:baseline}}.align-self-auto-xs{-ms-flex-item-align:auto;align-self:auto}.align-self-start-xs{-ms-flex-item-align:start;align-self:flex-start}.align-self-end-xs{-ms-flex-item-align:end;align-self:flex-end}.align-self-center-xs{-ms-flex-item-align:center;align-self:center}.align-self-stretch-xs{-ms-flex-item-align:stretch;align-self:stretch}.align-self-baseline-xs{-ms-flex-item-align:baseline;align-self:baseline}@media screen and (min-width: 48em){.align-self-auto-sm{-ms-flex-item-align:auto;align-self:auto}.align-self-start-sm{-ms-flex-item-align:start;align-self:flex-start}.align-self-end-sm{-ms-flex-item-align:end;align-self:flex-end}.align-self-center-sm{-ms-flex-item-align:center;align-self:center}.align-self-stretch-sm{-ms-flex-item-align:stretch;align-self:stretch}.align-self-baseline-sm{-ms-flex-item-align:baseline;align-self:baseline}}@media screen and (min-width: 62em){.align-self-auto-md{-ms-flex-item-align:auto;align-self:auto}.align-self-start-md{-ms-flex-item-align:start;align-self:flex-start}.align-self-end-md{-ms-flex-item-align:end;align-self:flex-end}.align-self-center-md{-ms-flex-item-align:center;align-self:center}.align-self-stretch-md{-ms-flex-item-align:stretch;align-self:stretch}.align-self-baseline-md{-ms-flex-item-align:baseline;align-self:baseline}}@media screen and (min-width: 75em){.align-self-auto-lg{-ms-flex-item-align:auto;align-self:auto}.align-self-start-lg{-ms-flex-item-align:start;align-self:flex-start}.align-self-end-lg{-ms-flex-item-align:end;align-self:flex-end}.align-self-center-lg{-ms-flex-item-align:center;align-self:center}.align-self-stretch-lg{-ms-flex-item-align:stretch;align-self:stretch}.align-self-baseline-lg{-ms-flex-item-align:baseline;align-self:baseline}}.order-first-xs{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.order-last-xs{-webkit-box-ordinal-group:10000;-ms-flex-order:9999;order:9999}.order-0-xs{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.order-1-xs{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.order-2-xs{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.order-3-xs{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.order-4-xs{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.order-5-xs{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.order-6-xs{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}.order-7-xs{-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7}.order-8-xs{-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8}.order-9-xs{-webkit-box-ordinal-group:10;-ms-flex-order:9;order:9}.order-10-xs{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10}@media screen and (min-width: 48em){.order-first-sm{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.order-last-sm{-webkit-box-ordinal-group:10000;-ms-flex-order:9999;order:9999}.order-0-sm{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.order-1-sm{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.order-2-sm{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.order-3-sm{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.order-4-sm{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.order-5-sm{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.order-6-sm{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}.order-7-sm{-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7}.order-8-sm{-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8}.order-9-sm{-webkit-box-ordinal-group:10;-ms-flex-order:9;order:9}.order-10-sm{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10}}@media screen and (min-width: 62em){.order-first-md{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.order-last-md{-webkit-box-ordinal-group:10000;-ms-flex-order:9999;order:9999}.order-0-md{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.order-1-md{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.order-2-md{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.order-3-md{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.order-4-md{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.order-5-md{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.order-6-md{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}.order-7-md{-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7}.order-8-md{-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8}.order-9-md{-webkit-box-ordinal-group:10;-ms-flex-order:9;order:9}.order-10-md{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10}}@media screen and (min-width: 75em){.order-first-lg{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.order-last-lg{-webkit-box-ordinal-group:10000;-ms-flex-order:9999;order:9999}.order-0-lg{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.order-1-lg{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.order-2-lg{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.order-3-lg{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.order-4-lg{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.order-5-lg{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.order-6-lg{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}.order-7-lg{-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7}.order-8-lg{-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8}.order-9-lg{-webkit-box-ordinal-group:10;-ms-flex-order:9;order:9}.order-10-lg{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10}}.display-none-xs{display:none}.display-block-xs{display:block}.display-flex-xs{display:-webkit-box;display:-ms-flexbox;display:flex}@media screen and (min-width: 48em){.display-none-sm{display:none}.display-block-sm{display:block}.display-flex-sm{display:-webkit-box;display:-ms-flexbox;display:flex}}@media screen and (min-width: 62em){.display-none-md{display:none}.display-block-md{display:block}.display-flex-md{display:-webkit-box;display:-ms-flexbox;display:flex}}@media screen and (min-width: 75em){.display-none-lg{display:none}.display-block-lg{display:block}.display-flex-lg{display:-webkit-box;display:-ms-flexbox;display:flex}}.text-left-xs{text-align:left}.text-center-xs{text-align:center}.text-right-xs{text-align:right}@media screen and (min-width: 48em){.text-left-sm{text-align:left}.text-center-sm{text-align:center}.text-right-sm{text-align:right}}@media screen and (min-width: 62em){.text-left-md{text-align:left}.text-center-md{text-align:center}.text-right-md{text-align:right}}@media screen and (min-width: 75em){.text-left-lg{text-align:left}.text-center-lg{text-align:center}.text-right-lg{text-align:right}}.spacing-top-0-xs{margin-top:0}.spacing-top-1-xs{margin-top:0.8rem}.spacing-top-2-xs{margin-top:1.6rem}.spacing-top-3-xs{margin-top:2.4rem}.spacing-top-4-xs{margin-top:3.2rem}.spacing-top-5-xs{margin-top:4rem}.spacing-top-6-xs{margin-top:4.8rem}.spacing-top-7-xs{margin-top:5.6rem}.spacing-top-8-xs{margin-top:6.4rem}.spacing-top-9-xs{margin-top:7.2rem}.spacing-top-10-xs{margin-top:8rem}@media screen and (min-width: 48em){.spacing-top-0-sm{margin-top:0}.spacing-top-1-sm{margin-top:0.8rem}.spacing-top-2-sm{margin-top:1.6rem}.spacing-top-3-sm{margin-top:2.4rem}.spacing-top-4-sm{margin-top:3.2rem}.spacing-top-5-sm{margin-top:4rem}.spacing-top-6-sm{margin-top:4.8rem}.spacing-top-7-sm{margin-top:5.6rem}.spacing-top-8-sm{margin-top:6.4rem}.spacing-top-9-sm{margin-top:7.2rem}.spacing-top-10-sm{margin-top:8rem}}@media screen and (min-width: 62em){.spacing-top-0-md{margin-top:0}.spacing-top-1-md{margin-top:0.8rem}.spacing-top-2-md{margin-top:1.6rem}.spacing-top-3-md{margin-top:2.4rem}.spacing-top-4-md{margin-top:3.2rem}.spacing-top-5-md{margin-top:4rem}.spacing-top-6-md{margin-top:4.8rem}.spacing-top-7-md{margin-top:5.6rem}.spacing-top-8-md{margin-top:6.4rem}.spacing-top-9-md{margin-top:7.2rem}.spacing-top-10-md{margin-top:8rem}}@media screen and (min-width: 75em){.spacing-top-0-lg{margin-top:0}.spacing-top-1-lg{margin-top:0.8rem}.spacing-top-2-lg{margin-top:1.6rem}.spacing-top-3-lg{margin-top:2.4rem}.spacing-top-4-lg{margin-top:3.2rem}.spacing-top-5-lg{margin-top:4rem}.spacing-top-6-lg{margin-top:4.8rem}.spacing-top-7-lg{margin-top:5.6rem}.spacing-top-8-lg{margin-top:6.4rem}.spacing-top-9-lg{margin-top:7.2rem}.spacing-top-10-lg{margin-top:8rem}}.border-radius-0-xs{border-radius:0}.border-radius-1-xs{border-radius:0.4rem}.border-radius-2-xs{border-radius:0.8rem}.border-radius-3-xs{border-radius:1rem}.border-radius-4-xs{border-radius:1.5rem}.border-radius-5-xs{border-radius:2rem}.border-radius-6-xs{border-radius:2.5rem}.border-radius-7-xs{border-radius:9999rem}@media screen and (min-width: 48em){.border-radius-0-sm{border-radius:0}.border-radius-1-sm{border-radius:0.4rem}.border-radius-2-sm{border-radius:0.8rem}.border-radius-3-sm{border-radius:1rem}.border-radius-4-sm{border-radius:1.5rem}.border-radius-5-sm{border-radius:2rem}.border-radius-6-sm{border-radius:2.5rem}.border-radius-7-sm{border-radius:9999rem}}@media screen and (min-width: 62em){.border-radius-0-md{border-radius:0}.border-radius-1-md{border-radius:0.4rem}.border-radius-2-md{border-radius:0.8rem}.border-radius-3-md{border-radius:1rem}.border-radius-4-md{border-radius:1.5rem}.border-radius-5-md{border-radius:2rem}.border-radius-6-md{border-radius:2.5rem}.border-radius-7-md{border-radius:9999rem}}@media screen and (min-width: 75em){.border-radius-0-lg{border-radius:0}.border-radius-1-lg{border-radius:0.4rem}.border-radius-2-lg{border-radius:0.8rem}.border-radius-3-lg{border-radius:1rem}.border-radius-4-lg{border-radius:1.5rem}.border-radius-5-lg{border-radius:2rem}.border-radius-6-lg{border-radius:2.5rem}.border-radius-7-lg{border-radius:9999rem}}.spacing-bottom-0-xs{margin-bottom:0}.spacing-bottom-1-xs{margin-bottom:0.8rem}.spacing-bottom-2-xs{margin-bottom:1.6rem}.spacing-bottom-3-xs{margin-bottom:2.4rem}.spacing-bottom-4-xs{margin-bottom:3.2rem}.spacing-bottom-5-xs{margin-bottom:4rem}.spacing-bottom-6-xs{margin-bottom:4.8rem}.spacing-bottom-7-xs{margin-bottom:5.6rem}.spacing-bottom-8-xs{margin-bottom:6.4rem}.spacing-bottom-9-xs{margin-bottom:7.2rem}.spacing-bottom-10-xs{margin-bottom:8rem}@media screen and (min-width: 48em){.spacing-bottom-0-sm{margin-bottom:0}.spacing-bottom-1-sm{margin-bottom:0.8rem}.spacing-bottom-2-sm{margin-bottom:1.6rem}.spacing-bottom-3-sm{margin-bottom:2.4rem}.spacing-bottom-4-sm{margin-bottom:3.2rem}.spacing-bottom-5-sm{margin-bottom:4rem}.spacing-bottom-6-sm{margin-bottom:4.8rem}.spacing-bottom-7-sm{margin-bottom:5.6rem}.spacing-bottom-8-sm{margin-bottom:6.4rem}.spacing-bottom-9-sm{margin-bottom:7.2rem}.spacing-bottom-10-sm{margin-bottom:8rem}}@media screen and (min-width: 62em){.spacing-bottom-0-md{margin-bottom:0}.spacing-bottom-1-md{margin-bottom:0.8rem}.spacing-bottom-2-md{margin-bottom:1.6rem}.spacing-bottom-3-md{margin-bottom:2.4rem}.spacing-bottom-4-md{margin-bottom:3.2rem}.spacing-bottom-5-md{margin-bottom:4rem}.spacing-bottom-6-md{margin-bottom:4.8rem}.spacing-bottom-7-md{margin-bottom:5.6rem}.spacing-bottom-8-md{margin-bottom:6.4rem}.spacing-bottom-9-md{margin-bottom:7.2rem}.spacing-bottom-10-md{margin-bottom:8rem}}@media screen and (min-width: 75em){.spacing-bottom-0-lg{margin-bottom:0}.spacing-bottom-1-lg{margin-bottom:0.8rem}.spacing-bottom-2-lg{margin-bottom:1.6rem}.spacing-bottom-3-lg{margin-bottom:2.4rem}.spacing-bottom-4-lg{margin-bottom:3.2rem}.spacing-bottom-5-lg{margin-bottom:4rem}.spacing-bottom-6-lg{margin-bottom:4.8rem}.spacing-bottom-7-lg{margin-bottom:5.6rem}.spacing-bottom-8-lg{margin-bottom:6.4rem}.spacing-bottom-9-lg{margin-bottom:7.2rem}.spacing-bottom-10-lg{margin-bottom:8rem}}.spacing-right-0-xs{margin-right:0}.spacing-right-1-xs{margin-right:0.8rem}.spacing-right-2-xs{margin-right:1.6rem}.spacing-right-3-xs{margin-right:2.4rem}.spacing-right-4-xs{margin-right:3.2rem}.spacing-right-5-xs{margin-right:4rem}.spacing-right-6-xs{margin-right:4.8rem}.spacing-right-7-xs{margin-right:5.6rem}.spacing-right-8-xs{margin-right:6.4rem}.spacing-right-9-xs{margin-right:7.2rem}.spacing-right-10-xs{margin-right:8rem}@media screen and (min-width: 48em){.spacing-right-0-sm{margin-right:0}.spacing-right-1-sm{margin-right:0.8rem}.spacing-right-2-sm{margin-right:1.6rem}.spacing-right-3-sm{margin-right:2.4rem}.spacing-right-4-sm{margin-right:3.2rem}.spacing-right-5-sm{margin-right:4rem}.spacing-right-6-sm{margin-right:4.8rem}.spacing-right-7-sm{margin-right:5.6rem}.spacing-right-8-sm{margin-right:6.4rem}.spacing-right-9-sm{margin-right:7.2rem}.spacing-right-10-sm{margin-right:8rem}}@media screen and (min-width: 62em){.spacing-right-0-md{margin-right:0}.spacing-right-1-md{margin-right:0.8rem}.spacing-right-2-md{margin-right:1.6rem}.spacing-right-3-md{margin-right:2.4rem}.spacing-right-4-md{margin-right:3.2rem}.spacing-right-5-md{margin-right:4rem}.spacing-right-6-md{margin-right:4.8rem}.spacing-right-7-md{margin-right:5.6rem}.spacing-right-8-md{margin-right:6.4rem}.spacing-right-9-md{margin-right:7.2rem}.spacing-right-10-md{margin-right:8rem}}@media screen and (min-width: 75em){.spacing-right-0-lg{margin-right:0}.spacing-right-1-lg{margin-right:0.8rem}.spacing-right-2-lg{margin-right:1.6rem}.spacing-right-3-lg{margin-right:2.4rem}.spacing-right-4-lg{margin-right:3.2rem}.spacing-right-5-lg{margin-right:4rem}.spacing-right-6-lg{margin-right:4.8rem}.spacing-right-7-lg{margin-right:5.6rem}.spacing-right-8-lg{margin-right:6.4rem}.spacing-right-9-lg{margin-right:7.2rem}.spacing-right-10-lg{margin-right:8rem}}.spacing-left-0-xs{margin-left:0}.spacing-left-1-xs{margin-left:0.8rem}.spacing-left-2-xs{margin-left:1.6rem}.spacing-left-3-xs{margin-left:2.4rem}.spacing-left-4-xs{margin-left:3.2rem}.spacing-left-5-xs{margin-left:4rem}.spacing-left-6-xs{margin-left:4.8rem}.spacing-left-7-xs{margin-left:5.6rem}.spacing-left-8-xs{margin-left:6.4rem}.spacing-left-9-xs{margin-left:7.2rem}.spacing-left-10-xs{margin-left:8rem}@media screen and (min-width: 48em){.spacing-left-0-sm{margin-left:0}.spacing-left-1-sm{margin-left:0.8rem}.spacing-left-2-sm{margin-left:1.6rem}.spacing-left-3-sm{margin-left:2.4rem}.spacing-left-4-sm{margin-left:3.2rem}.spacing-left-5-sm{margin-left:4rem}.spacing-left-6-sm{margin-left:4.8rem}.spacing-left-7-sm{margin-left:5.6rem}.spacing-left-8-sm{margin-left:6.4rem}.spacing-left-9-sm{margin-left:7.2rem}.spacing-left-10-sm{margin-left:8rem}}@media screen and (min-width: 62em){.spacing-left-0-md{margin-left:0}.spacing-left-1-md{margin-left:0.8rem}.spacing-left-2-md{margin-left:1.6rem}.spacing-left-3-md{margin-left:2.4rem}.spacing-left-4-md{margin-left:3.2rem}.spacing-left-5-md{margin-left:4rem}.spacing-left-6-md{margin-left:4.8rem}.spacing-left-7-md{margin-left:5.6rem}.spacing-left-8-md{margin-left:6.4rem}.spacing-left-9-md{margin-left:7.2rem}.spacing-left-10-md{margin-left:8rem}}@media screen and (min-width: 75em){.spacing-left-0-lg{margin-left:0}.spacing-left-1-lg{margin-left:0.8rem}.spacing-left-2-lg{margin-left:1.6rem}.spacing-left-3-lg{margin-left:2.4rem}.spacing-left-4-lg{margin-left:3.2rem}.spacing-left-5-lg{margin-left:4rem}.spacing-left-6-lg{margin-left:4.8rem}.spacing-left-7-lg{margin-left:5.6rem}.spacing-left-8-lg{margin-left:6.4rem}.spacing-left-9-lg{margin-left:7.2rem}.spacing-left-10-lg{margin-left:8rem}}.shrink-xs{-ms-flex-negative:1;flex-shrink:1}.shrink-none-xs{-ms-flex-negative:0;flex-shrink:0}@media screen and (min-width: 48em){.shrink-sm{-ms-flex-negative:1;flex-shrink:1}.shrink-none-sm{-ms-flex-negative:0;flex-shrink:0}}@media screen and (min-width: 62em){.shrink-md{-ms-flex-negative:1;flex-shrink:1}.shrink-none-md{-ms-flex-negative:0;flex-shrink:0}}@media screen and (min-width: 75em){.shrink-lg{-ms-flex-negative:1;flex-shrink:1}.shrink-none-lg{-ms-flex-negative:0;flex-shrink:0}}.grow-xs{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.grow-none-xs{-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0}@media screen and (min-width: 48em){.grow-sm{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.grow-none-sm{-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0}}@media screen and (min-width: 62em){.grow-md{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.grow-none-md{-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0}}@media screen and (min-width: 75em){.grow-lg{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.grow-none-lg{-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0}}html{scroll-behavior:smooth}:target:before{content:"";display:block;height:100px;margin:-100px 0 0}body{font-size:1.68em;color:#333;font-family:"ChapAPG",arial,helvetica,sans-serif;line-height:1.3333333333;overflow-x:hidden;overflow-y:auto;scroll-behavior:smooth;min-height:calc(1vh*100);min-height:calc(var(--vh, 1vh)*100);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.wrapper{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;border-radius:.4rem;overflow:hidden;padding:5.2rem .8rem 0 .8rem;-webkit-box-shadow:-0.8rem 0 0 0 #fff inset,.8rem 0 0 0 #fff inset;box-shadow:-0.8rem 0 0 0 #fff inset,.8rem 0 0 0 #fff inset}.wrapper::before,.wrapper::after{content:"";display:block;width:1.2rem;height:.4rem;position:fixed;top:5.4rem;z-index:1}.with-theme-top-bar .wrapper::before,.with-theme-top-bar .wrapper::after{top:11rem}@media screen and (min-width: 62em){.wrapper::before,.with-theme-top-bar .wrapper::before,.wrapper::after,.with-theme-top-bar .wrapper::after{top:7.2rem;width:2.4rem}}@media screen and (min-width: 75em){.wrapper::before,.with-theme-top-bar .wrapper::before,.wrapper::after,.with-theme-top-bar .wrapper::after{top:7.2rem;width:2.8rem}}.wrapper::before{left:0;background:radial-gradient(circle 0.4rem at bottom right, transparent, transparent 100%, #fff 0)}.wrapper::after{right:0;background:radial-gradient(circle 0.4rem at bottom left, transparent, transparent 100%, #fff 0)}.with-theme-top-bar .wrapper{padding:11rem .8rem}@media screen and (min-width: 62em){.wrapper{padding:7.2rem 2rem 0 2rem;-webkit-box-shadow:-2rem 0 0 0 #fff inset,2rem 0 0 0 #fff inset;box-shadow:-2rem 0 0 0 #fff inset,2rem 0 0 0 #fff inset}}@media screen and (min-width: 75em){.wrapper{padding:7.2rem 2.4rem 0 2.4rem;-webkit-box-shadow:-2.4rem 0 0 0 #fff inset,2.4rem 0 0 0 #fff inset;box-shadow:-2.4rem 0 0 0 #fff inset,2.4rem 0 0 0 #fff inset}}.home .wrapper,.job-posting .wrapper{padding-bottom:0}.wrapper .pre-boarding{padding:5.4rem 0}.section,.form-submission{padding:4rem 0;background-color:#f2f0eb}@media screen and (min-width: 48em){.section,.form-submission{padding:6.4rem 0}}@media screen and (min-width: 62em){.section,.form-submission{padding:8rem 0}}@media screen and (min-width: 62em){.section--small{padding:8rem 0}}.section--no-spacing{padding:0}.asset-management .section.bg-canvas,.asset-management .bg-canvas.form-submission{background-color:#f2f0eb}.asset-management .section.bg-white,.asset-management .bg-white.form-submission{background-color:#fff;margin-top:0;margin-bottom:0;padding-top:5.6rem;padding-bottom:5.6rem}@media screen and (min-width: 62em){.asset-management .section.bg-white,.asset-management .bg-white.form-submission{padding:8rem 0}}@media screen and (min-width: 62em){.asset-management .section.bg-white--small,.asset-management .bg-white--small.form-submission{padding:8rem 0}}.wrapper>.job-search:first-child{margin-top:0}@media screen and (min-width: 62em){.col-33{-ms-flex-preferred-size:33.3333333333%;flex-basis:33.3333333333%;max-width:33.3333333333%}}.g-recaptcha{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}[data-clamp]{padding-bottom:.05em}h1,.h1{font-weight:900;font-size:4rem;line-height:100%}@media screen and (min-width: 62em){h1,.h1{font-size:8rem;line-height:90%}}h2,.h2{font-weight:900;font-size:3.2rem;line-height:100%}@media screen and (min-width: 62em){h2,.h2{font-size:5.6rem}}h2--highlight,.h2--highlight,.highlight-color-card__title,.highlight-quote-card__title,.highlight-primary-card__title{font-size:3.2rem}@media screen and (min-width: 62em){h2--highlight,.h2--highlight,.highlight-color-card__title,.highlight-quote-card__title,.highlight-primary-card__title{font-size:4.6rem}}h3,.h3{font-weight:900;font-size:2rem;line-height:100%}@media screen and (min-width: 62em){h3,.h3{font-size:3.2rem}}h3--highlight,.h3--highlight{font-size:2rem}@media screen and (min-width: 62em){h3--highlight,.h3--highlight{font-size:2.2rem}}h4,.h4{font-weight:normal;font-size:1.8rem;line-height:110%}@media screen and (min-width: 62em){h4,.h4{font-size:2.4rem;line-height:130%}}h5,.footer__list-item,.footer__navigation-item,.h5,.footer-menu__list-item,.breadcrumbs__title{font-weight:normal;font-size:1.4rem;line-height:1.2857142857}.subtitle,.accordion-card__subtitle,.general-card__subtitle{font-weight:600;font-size:1.8rem;line-height:1.2}@media screen and (min-width: 62em){.subtitle,.accordion-card__subtitle,.general-card__subtitle{font-size:2rem;line-height:1.1}}.quote,.highlight-color-card__quote-text,.highlight-quote-card__quote-text,.highlight-primary-card__quote-text{font-weight:600;font-size:2.4rem;line-height:130%;text-align:left}@media screen and (min-width: 62em){.quote,.highlight-color-card__quote-text,.highlight-quote-card__quote-text,.highlight-primary-card__quote-text{font-size:3rem}}.introduction{font-weight:600;font-size:2.4rem;line-height:130%}@media screen and (min-width: 62em){.introduction{font-size:3rem}}p,.body,.richtext ul,.richtext ol,.richtext-career-site__content ul,.richtext-career-site__content ol,.header--career-site .header__intro{font-weight:normal;font-size:1.6rem;line-height:1.4}@media screen and (min-width: 62em){p,.body,.richtext ul,.richtext ol,.richtext-career-site__content ul,.richtext-career-site__content ol,.header--career-site .header__intro{font-size:2.4rem}}p em,.body em,.richtext ul em,.richtext ol em,.richtext-career-site__content ul em,.richtext-career-site__content ol em,.header--career-site .header__intro em{font-style:italic}p strong,.body strong,.richtext ul strong,.richtext ol strong,.richtext-career-site__content ul strong,.richtext-career-site__content ol strong,.header--career-site .header__intro strong{font-weight:bold}p.small,.body.small,.richtext ul.small,.richtext ol.small,.richtext-career-site__content ul.small,.richtext-career-site__content ol.small,.header--career-site .small.header__intro{font-size:1.2rem}@media screen and (min-width: 62em){p.small,.body.small,.richtext ul.small,.richtext ol.small,.richtext-career-site__content ul.small,.richtext-career-site__content ol.small,.header--career-site .small.header__intro{font-size:1.6rem}}.cut-out,.spacious-header__title,.archive__title{font-weight:900;font-size:3.6rem;line-height:110%}@media screen and (min-width: 62em){.cut-out,.spacious-header__title,.archive__title{font-size:12rem}}.streamer{font-weight:900;font-size:2.4rem;line-height:105%}@media screen and (min-width: 62em){.streamer{font-size:4.8rem}}.section,.publication--expanded{scroll-snap-align:start}.hidden{display:none !important}.invisible{visibility:hidden;position:absolute}.lazyload--fade{-webkit-transition:opacity 300ms cubic-bezier(0.63, 0, 0.55, 1);transition:opacity 300ms cubic-bezier(0.63, 0, 0.55, 1);opacity:0}.lazyload::after{content:"";display:block;width:100%;height:100%;background-color:#f2f0eb;border:.1rem solid;border-radius:.4rem;opacity:1;-webkit-transition:opacity 300ms cubic-bezier(0.63, 0, 0.55, 1);transition:opacity 300ms cubic-bezier(0.63, 0, 0.55, 1);z-index:1;pointer-events:none}.lazyload::after .lazyload--fade{display:none}.lazyload--loaded::after{opacity:0}.lazyload--loaded.lazyload--fade{opacity:1}.lazyload--error{background-image:url(/assets/images/CardFallback.jpg)}.lazyload--error::after{opacity:0}.lazyload--error.lazyload--fade{opacity:1}.navigation{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;position:fixed;width:100%;top:0;left:0;z-index:4;height:10rem}@media screen and (min-width: 62em){.navigation{display:block}}.navigation--bodyopen{-ms-touch-action:none;touch-action:none}.navigation__touch{position:fixed;pointer-events:none;top:0;left:0;width:100%;height:100%}.navigation__touch .navigation--bodyopen{-ms-touch-action:none;touch-action:none;pointer-events:auto}.navigation__logout-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-left:1.6rem;grid-column:3;-ms-grid-column:3}.navigation__logout-user{padding-right:.8rem;font-size:1.2rem;color:#2e318f}@media screen and (min-width: 48em){.navigation__logout-user{font-size:1.4rem;padding-right:1.2rem;white-space:nowrap}}.navigation--open{-ms-touch-action:auto;touch-action:auto;height:100%}@media screen and (min-width: 62em){.navigation--open{height:auto}}.navigation--career-site .navigation__row{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.navigation--career-site .top-bar{background-color:#ce5368}.navigation--career-site .top-bar__item,.navigation--career-site .top-bar__item:visited,.navigation--career-site .top-bar .language-switch__description{color:#fff}.navigation--career-site .navigation__menu::after{left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.navigation__container{position:relative;background-color:#fff}.navigation__cards{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin:-2rem 0 1rem 0}@media screen and (min-width: 62em){.navigation__cards{-ms-flex-wrap:wrap;flex-wrap:wrap;height:32rem;margin:-1.5rem -1.5rem 1rem -1.5rem}}.navigation__card{padding:1rem 0;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;width:100%;height:50%;min-width:0;min-height:0}@media screen and (min-width: 62em){.navigation__card{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;width:50%;padding:1.5rem}}.navigation__card:nth-child(1){-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;width:100%;height:100%}@media screen and (min-width: 62em){.navigation__card:nth-child(1){width:50%}}.navigation__filter,.navigation__menu{height:100%;position:relative}.navigation__filter::after,.navigation__menu::after{content:"";display:block;height:100%;width:100vw;position:absolute;top:0;z-index:-1}.navigation__filter{min-height:20rem;padding:4rem 0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;color:#fff}@media screen and (min-width: 62em){.navigation__filter{padding:1rem}}@media screen and (min-width: 95em){.navigation__filter{padding:9rem}}.navigation__filter::after{background-color:#2e318f;right:-2rem}.navigation__menu{height:100%}.navigation__menu-col{padding:4rem 2rem}@media screen and (min-width: 62em){.navigation__menu-col{height:100%}}.navigation__filter-col,.navigation__footer-col{height:100%;padding:4rem 2rem}.navigation__menu-col{position:absolute;top:12rem;width:100%;-webkit-transition:left .75s ease-in-out,opacity .75s linear;transition:left .75s ease-in-out,opacity .75s linear}@media screen and (min-width: 62em){.navigation__menu-col{position:relative;-ms-flex-preferred-size:25%;flex-basis:25%;max-width:25%;position:absolute;top:0}}.navigation__menu-col-0{background-color:#2e318f;left:0;z-index:1}.navigation[data-currently-open-column="1"] .navigation__menu-col-0 .menu__link:not(.active),.navigation[data-currently-open-column="2"] .navigation__menu-col-0 .menu__link:not(.active){opacity:.6}@media screen and (min-width: 62em){.navigation__menu-col-0{z-index:6}}.navigation__menu-col-1{background-color:#6062bb;z-index:2;opacity:0;pointer-events:none}.navigation[data-currently-open-column="2"] .navigation__menu-col-1 .menu__link:not(.active){opacity:.6}.navigation__menu-col-1.open{opacity:1;pointer-events:auto}@media screen and (min-width: 62em){.navigation__menu-col-1{left:0;opacity:1;z-index:5}.navigation__menu-col-1.open{left:25%}}.navigation__menu-col-2{background-color:#6062bb;z-index:4;opacity:0;pointer-events:none}.navigation__menu-col-2:before{content:"";display:block;position:absolute;top:0;left:0;width:100%;height:100%;background-color:#fff;opacity:.2;pointer-events:none}.navigation__menu-col-2.open{opacity:1;pointer-events:auto}@media screen and (min-width: 62em){.navigation__menu-col-2{left:0%;opacity:1}.navigation[data-currently-open-column="1"] .navigation__menu-col-2{left:25%}.navigation__menu-col-2.open{left:50%}}.navigation__menu-col-3{z-index:3;opacity:0;pointer-events:none}.navigation__menu-col-3 .open{opacity:1;pointer-events:auto}@media screen and (min-width: 62em){.navigation__menu-col-3{left:50%;opacity:1}.navigation__menu-col-3 .open{left:75%}}.navigation__content-fade{opacity:0;-webkit-transition:opacity 300ms 0ms cubic-bezier(0.63, 0, 0.55, 1);transition:opacity 300ms 0ms cubic-bezier(0.63, 0, 0.55, 1)}@media screen and (max-width: 62em){.navigation__content-fade{opacity:1}}.navigation--open .navigation__content-fade{opacity:1;-webkit-transition:opacity 550ms cubic-bezier(0.63, 0, 0.55, 1) 400ms;transition:opacity 550ms cubic-bezier(0.63, 0, 0.55, 1) 400ms}.navigation__backbutton{font-size:1.2rem;font-weight:normal;padding-bottom:2rem;color:#fff;border-bottom:.1rem solid hsla(0,0%,100%,.3)}@media screen and (min-width: 62em){.navigation__backbutton{display:none}}.navigation__back-icon{-webkit-transform:scale(0.7) translateY(12px);transform:scale(0.7) translateY(12px)}.navigation__title{font-size:3.2rem;font-weight:900;padding:4rem 0;color:#fff}@media screen and (min-width: 62em){.navigation__title{display:none}}.navigation__list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.navigation__home{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;padding:1rem 0}.navigation__search{padding-top:.5rem;-ms-grid-column:1;grid-column:1}.navigation__search-icon{fill:#ce5368}.navigation__content{height:5.4rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}@media screen and (min-width: 62em){.navigation__content{height:7.2rem}}.navigation__content-right{display:grid;display:-ms-grid;grid-template-columns:repeat(4, 1fr);-ms-grid-column-span:3;width:-webkit-min-content;width:-moz-min-content;width:min-content;justify-items:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.navigation .hamburger{background-color:rgba(0,0,0,0);border:none}.navigation__toggle-wrapper{position:relative;min-width:9rem;margin-left:auto;height:100%;-ms-grid-column:3;grid-column:3}.navigation__toggle{opacity:0;display:-webkit-box;display:-ms-flexbox;display:flex;position:absolute;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-webkit-box-align:center;-ms-flex-align:center;align-items:center;top:0;left:0;width:100%;height:100%;color:#ce5368;cursor:pointer}.navigation__toggle--hamburger{opacity:1;height:100%;-webkit-transition:opacity 300ms 300ms cubic-bezier(0.63, 0, 0.55, 1);transition:opacity 300ms 300ms cubic-bezier(0.63, 0, 0.55, 1)}.navigation__toggle--close{-webkit-transition:opacity 300ms 150ms cubic-bezier(0.63, 0, 0.55, 1);transition:opacity 300ms 150ms cubic-bezier(0.63, 0, 0.55, 1)}.navigation--open .navigation__toggle--hamburger{opacity:0;-webkit-transition:opacity 300ms 150ms cubic-bezier(0.63, 0, 0.55, 1);transition:opacity 300ms 150ms cubic-bezier(0.63, 0, 0.55, 1)}.navigation--open .navigation__toggle--close{opacity:1;-webkit-transition:opacity 300ms 300ms cubic-bezier(0.63, 0, 0.55, 1);transition:opacity 300ms 300ms cubic-bezier(0.63, 0, 0.55, 1)}.navigation__toggle-icon{fill:currentColor;-ms-flex-negative:0;flex-shrink:0;margin-left:.8rem}.navigation__foldout{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;width:100%;background-color:#fff;pointer-events:none;z-index:-1;padding:0 .8rem .8rem;-webkit-transform:translateY(-110%);transform:translateY(-110%);-webkit-transition:opacity 300ms cubic-bezier(0.63, 0, 0.55, 1),-webkit-transform 300ms cubic-bezier(0.63, 0, 0.55, 1);transition:opacity 300ms cubic-bezier(0.63, 0, 0.55, 1),-webkit-transform 300ms cubic-bezier(0.63, 0, 0.55, 1);transition:transform 300ms cubic-bezier(0.63, 0, 0.55, 1),opacity 300ms cubic-bezier(0.63, 0, 0.55, 1);transition:transform 300ms cubic-bezier(0.63, 0, 0.55, 1),opacity 300ms cubic-bezier(0.63, 0, 0.55, 1),-webkit-transform 300ms cubic-bezier(0.63, 0, 0.55, 1);max-height:calc(1vh*100);max-height:calc(var(--vh, 1vh)*100)}@media screen and (min-width: 62em){.navigation__foldout{position:fixed;top:0;left:0;height:calc(1vh*100);height:calc(var(--vh, 1vh)*100);padding:11.2rem 2rem 0}}@media screen and (min-width: 75em){.navigation__foldout{padding:11.2rem 2.4rem 0}}@media screen and (max-width: 62em){.navigation__foldout{opacity:0;height:0}}.navigation--open .navigation__foldout{opacity:1;pointer-events:all;-webkit-transition:opacity 550ms cubic-bezier(0.63, 0, 0.55, 1),-webkit-transform 550ms cubic-bezier(0.63, 0, 0.55, 1);transition:opacity 550ms cubic-bezier(0.63, 0, 0.55, 1),-webkit-transform 550ms cubic-bezier(0.63, 0, 0.55, 1);transition:transform 550ms cubic-bezier(0.63, 0, 0.55, 1),opacity 550ms cubic-bezier(0.63, 0, 0.55, 1);transition:transform 550ms cubic-bezier(0.63, 0, 0.55, 1),opacity 550ms cubic-bezier(0.63, 0, 0.55, 1),-webkit-transform 550ms cubic-bezier(0.63, 0, 0.55, 1);-webkit-transform:translateY(0);transform:translateY(0)}.navigation__foldout-inner{width:100%;height:100%;overflow-x:hidden;overflow-y:auto;overflow:hidden auto;border-radius:.4rem}@media screen and (min-width: 62em){.navigation__foldout-inner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;overflow:visible;overflow:initial;border-radius:0}}.navigation__foldout-content{position:relative;overflow:hidden;width:80%;border-radius:0 0 10rem 10rem;-webkit-transition:border-radius 300ms cubic-bezier(0.63, 0, 0.55, 1) 100ms,width 300ms cubic-bezier(0.63, 0, 0.55, 1) 100ms,min-height 1s ease-in-out,-webkit-transform 300ms cubic-bezier(0.63, 0, 0.55, 1);transition:border-radius 300ms cubic-bezier(0.63, 0, 0.55, 1) 100ms,width 300ms cubic-bezier(0.63, 0, 0.55, 1) 100ms,min-height 1s ease-in-out,-webkit-transform 300ms cubic-bezier(0.63, 0, 0.55, 1);transition:border-radius 300ms cubic-bezier(0.63, 0, 0.55, 1) 100ms,width 300ms cubic-bezier(0.63, 0, 0.55, 1) 100ms,transform 300ms cubic-bezier(0.63, 0, 0.55, 1),min-height 1s ease-in-out;transition:border-radius 300ms cubic-bezier(0.63, 0, 0.55, 1) 100ms,width 300ms cubic-bezier(0.63, 0, 0.55, 1) 100ms,transform 300ms cubic-bezier(0.63, 0, 0.55, 1),min-height 1s ease-in-out,-webkit-transform 300ms cubic-bezier(0.63, 0, 0.55, 1);margin:0 auto;z-index:1}@media screen and (min-width: 62em){.navigation__foldout-content{height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-transform:translateY(15rem);transform:translateY(15rem);border-radius:0 0 30rem 30rem}}@media screen and (max-width: 62em){.navigation__foldout-content{width:100%;-webkit-transform:translateY(0);transform:translateY(0)}}.navigation--open .navigation__foldout-content{width:100%;-webkit-transition-duration:550ms;transition-duration:550ms;-webkit-transform:translateY(0);transform:translateY(0);border-radius:.4rem}.navigation__foldout-footer{-webkit-box-flex:1;-ms-flex:1 0 auto;flex:1 0 auto}@media screen and (min-width: 62em){.navigation__foldout-footer{max-height:6.2rem}}.navigation__foldout-wrap{width:100%}@media screen and (max-width: 62em){.navigation__foldout-wrap{padding:0 1.2rem}}.navigation__row{height:100%}@media screen and (max-width: 62em){.navigation__row{margin:0 -1.2rem}}.navigation__logo{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:10rem;height:3.4rem}.navigation__footer{margin:0 -1.2rem;padding:1.6rem 0 3.2rem;z-index:0}@media screen and (max-width: 62em){.navigation__footer{margin:0 -1.2rem 0;-webkit-transition:margin 300ms cubic-bezier(0.63, 0, 0.55, 1) 100ms;transition:margin 300ms cubic-bezier(0.63, 0, 0.55, 1) 100ms}.navigation--open .navigation__footer{-webkit-transition:margin 550ms cubic-bezier(0.63, 0, 0.55, 1) 500ms;transition:margin 550ms cubic-bezier(0.63, 0, 0.55, 1) 500ms}}@media screen and (min-width: 62em){.navigation__footer{padding:3.2rem 0 2.4rem}}@media screen and (max-height: 45em){.navigation__footer{padding:2.2rem 0 1.4rem}}.navigation__favorites{position:relative;margin-left:2rem;color:#ce5368;display:-webkit-box;display:-ms-flexbox;display:flex;grid-column:1}@media all and (-ms-high-contrast: none),(-ms-high-contrast: active){.navigation__favorites{display:none;width:0}}.navigation__favorites-icon{-webkit-transition:fill 300ms cubic-bezier(0.63, 0, 0.55, 1);transition:fill 300ms cubic-bezier(0.63, 0, 0.55, 1);fill:rgba(0,0,0,0)}.navigation__favorites:hover .navigation__favorites-icon{fill:#ce5368}.navigation__favorites-counter{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:absolute;bottom:.3rem;left:calc(100% - 1rem);background-color:#ce5368;width:auto;border-radius:3.8rem;color:#fff;font-size:1.4rem;line-height:1;padding:.1rem .4rem .2rem;border:.2rem solid #fff;opacity:0}.navigation__favorites-counter--active{opacity:1}@media screen and (min-width: 62em){.navigation-mobile{display:none}}.navigation-mobile .hamburger{background-color:rgba(0,0,0,0);border:none}.navigation-mobile--bodyopen .navigation-mobile__menu-blur{position:absolute;width:100vw;height:100vmax;background:rgba(46,49,143,.3);backdrop-filter:blur(1.8rem);pointer-events:none;left:0;top:0;z-index:-1}.navigation-mobile__toggle{opacity:0;display:-webkit-box;display:-ms-flexbox;display:flex;position:absolute;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-webkit-box-align:center;-ms-flex-align:center;align-items:center;top:0;left:0;width:100%;height:100%;color:#ce5368;cursor:pointer}.navigation-mobile__toggle--hamburger{opacity:1;height:100%;-webkit-transition:opacity 300ms 300ms cubic-bezier(0.63, 0, 0.55, 1);transition:opacity 300ms 300ms cubic-bezier(0.63, 0, 0.55, 1)}.navigation-mobile__toggle--close{-webkit-transition:opacity 300ms 150ms cubic-bezier(0.63, 0, 0.55, 1);transition:opacity 300ms 150ms cubic-bezier(0.63, 0, 0.55, 1)}.navigation-mobile--open .navigation-mobile__toggle--hamburger,.navigation-mobile--active .navigation-mobile__toggle--hamburger{opacity:0;-webkit-transition:opacity 300ms 150ms cubic-bezier(0.63, 0, 0.55, 1);transition:opacity 300ms 150ms cubic-bezier(0.63, 0, 0.55, 1)}.navigation-mobile--open .navigation-mobile__toggle--close,.navigation-mobile--active .navigation-mobile__toggle--close{opacity:1;-webkit-transition:opacity 300ms 300ms cubic-bezier(0.63, 0, 0.55, 1);transition:opacity 300ms 300ms cubic-bezier(0.63, 0, 0.55, 1)}.navigation-mobile__toggle-icon{fill:currentColor;-ms-flex-negative:0;flex-shrink:0;margin-left:.8rem}.navigation-mobile__toggle-wrapper{position:relative;min-width:2.4rem;margin-left:1.6rem;height:100%;-ms-grid-column:3;grid-column:3;display:block}@media screen and (min-width: 62em){.navigation-mobile__toggle-wrapper{display:none}}.navigation-mobile__label{color:#abadd2;font-size:1.2rem;line-height:1;font-weight:500}.navigation-mobile__menu{position:absolute;z-index:-1;top:9.4rem;left:0;height:auto;opacity:0;width:100%;background-color:#2e318f;padding:4rem 2rem;border-bottom:.8rem solid #109fc6;color:#fff}.navigation-mobile__menu{-webkit-transform:translateY(-100%);transform:translateY(-100%)}.navigation-mobile__menu[\:has\(.navigation-mobile__submenu--open\)] .navigation-mobile__menu-content-main{opacity:0;height:0;-webkit-transition:opacity .25s ease-in-out,height .25s ease-in-out;transition:opacity .25s ease-in-out,height .25s ease-in-out}.navigation-mobile__menu:has(.navigation-mobile__submenu--open) .navigation-mobile__menu-content-main{opacity:0;height:0;-webkit-transition:opacity .25s ease-in-out,height .25s ease-in-out;transition:opacity .25s ease-in-out,height .25s ease-in-out}.navigation-mobile__menu-content{opacity:1;-webkit-transition:opacity .25s ease-in-out;transition:opacity .25s ease-in-out}.navigation-mobile__menu-content-main,.navigation-mobile__submenu-items{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;gap:2.4rem;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.navigation-mobile__submenu-items .navigation-mobile__label{display:none}.navigation-mobile__submenu-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.navigation-mobile .navigation-mobile__menu,.navigation-mobile .navigation-mobile__submenu,.navigation-mobile .navigation-mobile__submenu-items{height:0;opacity:0;display:none}.navigation-mobile__backbutton{display:none;font-size:1.6rem;font-weight:normal;color:#ce5368;cursor:pointer}.navigation-mobile--bodyopen{overflow:hidden}.navigation-mobile--bodyopen .navigation-mobile__menu{-webkit-transition:opacity .25s ease-in-out,-webkit-transform .45s ease-in-out;transition:opacity .25s ease-in-out,-webkit-transform .45s ease-in-out;transition:transform .45s ease-in-out,opacity .25s ease-in-out;transition:transform .45s ease-in-out,opacity .25s ease-in-out,-webkit-transform .45s ease-in-out;-webkit-transform:translateY(0);transform:translateY(0);opacity:1}.navigation-mobile--bodyopen .navigation-mobile__submenu{opacity:0;height:0}.navigation-mobile--bodyopen .navigation-mobile__submenu-items{opacity:0;height:0}.navigation-mobile--bodyopen .navigation-mobile__submenu--open{-webkit-transition:opacity .25s ease-in-out,height .25s ease-in-out;transition:opacity .25s ease-in-out,height .25s ease-in-out;-webkit-transform:translateY(0);transform:translateY(0);opacity:1;z-index:1;height:auto}.navigation-mobile--bodyopen .navigation-mobile__submenu--open .navigation-mobile__backbutton,.navigation-mobile--bodyopen .navigation-mobile__submenu--open .navigation-mobile__label{display:block}.navigation-mobile--bodyopen .navigation-mobile__submenu--open .navigation-mobile__submenu-items.active{height:auto;opacity:1;-webkit-transition:opacity .25s ease-in-out,height .25s ease-in-out;transition:opacity .25s ease-in-out,height .25s ease-in-out}.footer{padding:2.4rem 0}.footer--mega-menu{padding:2.4rem .8rem 12rem;background-color:#fff}@media screen and (min-width: 62em){.footer--mega-menu{padding:4rem 0}}.footer__list{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media screen and (min-width: 62em){.footer__list{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.footer--mega-menu .footer__list{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}}.footer__list-item{text-decoration:none;font-weight:normal;font-size:1.4rem;line-height:110%}.footer__list-item+.footer__list-item{margin-top:3.2rem}@media screen and (min-width: 62em){.footer__list-item+.footer__list-item{margin:0 0 0 3.2rem}}.footer__link{width:100%;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;text-decoration-color:rgba(0,0,0,0);-webkit-transition:text-decoration-color 300ms,color 300ms;transition:text-decoration-color 300ms,color 300ms;color:#6062bb}@media screen and (min-width: 62em){.footer__link:hover{color:#109fc6;text-decoration-color:#109fc6}}.footer__link--active{color:#109fc6;text-decoration-color:#109fc6}.footer__copyright{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}@media screen and (min-width: 62em){.footer__copyright{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}}.footer__copyright p{font-size:1.4rem}.footer__socials{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}@media screen and (min-width: 62em){.footer__socials{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.footer--mega-menu .footer__socials{-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;margin-left:2.6rem}}.footer__social-button{-ms-flex-negative:0;flex-shrink:0}.footer__social-button+.footer__social-button{margin-left:.8rem}.footer__navigation-wrapper{padding-bottom:2.4rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}@media screen and (min-width: 62em){.footer__navigation-wrapper{padding-bottom:4rem;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}}.footer__navigation-section{display:block;position:relative}@media screen and (min-width: 62em){.footer__navigation-section{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;height:100%;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-ms-flex-preferred-size:0;flex-basis:0;max-width:25%}}.footer__navigation-header{color:#2e318f;font-weight:600;padding:1.3rem 0;position:relative}@media screen and (min-width: 62em){.footer__navigation-header{padding:0 0 1.3rem 0;-ms-flex-negative:0;flex-shrink:0}}.footer__navigation-header--link{text-decoration:none}.footer__navigation-header--link:hover{text-decoration:underline;text-decoration-color:#109fc6}.footer__navigation-header--link:hover .footer__navigation-header{color:#109fc6}.footer__navigation-header-icon{fill:#2e318f;-webkit-transition:-webkit-transform 300ms ease-in-out;transition:-webkit-transform 300ms ease-in-out;transition:transform 300ms ease-in-out;transition:transform 300ms ease-in-out, -webkit-transform 300ms ease-in-out;-ms-flex-negative:0;flex-shrink:0;position:absolute;right:0;pointer-events:none}.footer__navigation-section--active .footer__navigation-header-icon{-webkit-transform:scale(1, -1);transform:scale(1, -1)}@media screen and (min-width: 62em){.footer__navigation-header-icon{display:none}}.footer__navigation-foldout{height:0;overflow:hidden;-webkit-transition:height .3s .2s;transition:height .3s .2s}.footer__navigation-section--active .footer__navigation-foldout{-webkit-transition-delay:0s;transition-delay:0s}@media screen and (min-width: 62em){.footer__navigation-foldout{height:auto;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}}.footer__navigation-inner{height:auto;opacity:0;-webkit-transition:opacity .3s;transition:opacity .3s}.footer__navigation-section--active .footer__navigation-inner{opacity:1;-webkit-transition-delay:.2s;transition-delay:.2s}@media screen and (min-width: 62em){.footer__navigation-inner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;height:100%;opacity:1;padding-bottom:0}}.footer__navigation-list{padding-bottom:1.3rem}@media screen and (min-width: 62em){.footer__navigation-list{padding-bottom:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.footer__navigation-item+.footer__navigation-item{margin-top:1.6rem}.footer__navigation-link{color:#6062bb;text-decoration-color:rgba(0,0,0,0);-webkit-transition:text-decoration-color 300ms,color 300ms;transition:text-decoration-color 300ms,color 300ms;display:-webkit-box;display:-ms-flexbox;display:flex}@media screen and (min-width: 62em){.footer__navigation-link:hover{color:#109fc6;text-decoration-color:#109fc6}}.footer__navigation-link--active{color:#109fc6;text-decoration-color:#109fc6}.footer__navigation-button{margin-top:auto}.footer__lower-bar{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.footer--mega-menu .footer__lower-bar{padding-top:2.4rem;border-top:.1rem solid #cac8c4}@media screen and (min-width: 62em){.footer--mega-menu .footer__lower-bar{padding-top:4rem}}@media screen and (min-width: 62em){.footer__lower-bar{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}}.footer__lower-bar-item{-ms-flex-preferred-size:auto;flex-basis:auto;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-webkit-box-align:center;-ms-flex-align:center;align-items:center;white-space:nowrap}.footer__lower-bar-item+.footer__lower-bar-item{margin-top:2.4rem}@media screen and (min-width: 62em){.footer__lower-bar-item+.footer__lower-bar-item{margin-top:0}}.top-bar{background-color:#dfae41}.top-bar__container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.top-bar__language-switch{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.top-bar__item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;padding:0 1.6rem 0 1.6rem;font-size:1.2rem;font-weight:500;text-decoration:none;height:4rem;color:#2e318f;white-space:nowrap}.top-bar__item:after{content:"";display:block;position:absolute;top:50%;right:0;-webkit-transform:translateY(-50%);transform:translateY(-50%);width:.1rem;height:1.6rem;background:#6c6c6a;opacity:.3}.top-bar__item.current{font-weight:bold}.top-bar__item.current:before{content:"";display:block;width:1rem;height:1rem;position:absolute;bottom:0;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);border-left:.8rem solid rgba(0,0,0,0);border-right:.8rem solid rgba(0,0,0,0);border-bottom:.8rem solid #fff}.top-bar__item:visited{color:#2e318f}.top-bar__item:first-of-type{padding-left:0}.top-bar__item:first-of-type.current:before{left:calc(50% - .8rem)}.top-bar__item:last-of-type:after{display:none}@media screen and (min-width: 62em){.top-bar__item{font-size:1.4rem}}.share-bar{position:fixed;bottom:0;left:0;right:0;z-index:3;padding:0 .8rem;height:7.2rem;pointer-events:none;-webkit-transform:translateY(100%);transform:translateY(100%);-webkit-transition:-webkit-transform 300ms ease-in-out;transition:-webkit-transform 300ms ease-in-out;transition:transform 300ms ease-in-out;transition:transform 300ms ease-in-out, -webkit-transform 300ms ease-in-out;display:none}@media screen and (min-width: 62em){.share-bar{display:block}}.share-bar--active{-webkit-transform:translateY(0);transform:translateY(0);-webkit-transition:-webkit-transform 300ms 0ms ease-in-out;transition:-webkit-transform 300ms 0ms ease-in-out;transition:transform 300ms 0ms ease-in-out;transition:transform 300ms 0ms ease-in-out, -webkit-transform 300ms 0ms ease-in-out}.share-bar--share-mobile{display:block}@media screen and (min-width: 62em){.share-bar{top:0;left:50%;bottom:auto;bottom:initial;opacity:0;-webkit-transition:opacity 300ms ease-in-out,-webkit-transform 300ms steps(1);transition:opacity 300ms ease-in-out,-webkit-transform 300ms steps(1);transition:opacity 300ms ease-in-out,transform 300ms steps(1);transition:opacity 300ms ease-in-out,transform 300ms steps(1),-webkit-transform 300ms steps(1);-webkit-transform:translateX(-50%) translateY(-100%);transform:translateX(-50%) translateY(-100%);z-index:4}.share-bar--active{opacity:1;-webkit-transform:translateX(-50%) translateY(0);transform:translateX(-50%) translateY(0);-webkit-transition:opacity 300ms ease-in-out;transition:opacity 300ms ease-in-out}}.share-bar--career{opacity:1;-webkit-transform:translateY(0);transform:translateY(0);display:block}@media screen and (min-width: 62em){.share-bar--career{-webkit-transform:translateX(-50%) translateY(0);transform:translateX(-50%) translateY(0)}}.share-bar--publication,.share-bar--career{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.share-bar--publication .share-bar__buttons,.share-bar--career .share-bar__buttons{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;padding:1.6rem 0 1.8rem 1rem;gap:.6rem;border-radius:10rem}.share-bar--publication .share-bar__buttons .share-bar__button,.share-bar--career .share-bar__buttons .share-bar__button{display:none;opacity:0;scale:0;-webkit-transition-property:opacity,scale,display;transition-property:opacity,scale,display;-webkit-transition-timing-function:linear;transition-timing-function:linear;-webkit-transition-duration:.25s;transition-duration:.25s;transition-behavior:allow-discrete}.share-bar--publication .share-bar__buttons:hover,.share-bar--career .share-bar__buttons:hover{background-color:#f2f0eb}.share-bar--publication .share-bar__buttons:hover .share-bar__button,.share-bar--career .share-bar__buttons:hover .share-bar__button{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;opacity:1;scale:1;-webkit-transition-property:opacity,scale,display;transition-property:opacity,scale,display;-webkit-transition-timing-function:linear;transition-timing-function:linear;-webkit-transition-duration:.25s;transition-duration:.25s;transition-behavior:normal}.share-bar--publication .share-bar__buttons .share-bar__button--share,.share-bar--career .share-bar__buttons .share-bar__button--share{margin-top:1.6rem;pointer-events:all;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;opacity:1;scale:1}@media screen and (min-width: 62em){.share-bar--publication,.share-bar--career{position:fixed;right:0;width:100%;height:100%;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.share-bar--publication .share-bar__buttons,.share-bar--career .share-bar__buttons{background-color:#f2f0eb}.share-bar--publication .share-bar__buttons .share-bar__button,.share-bar--career .share-bar__buttons .share-bar__button{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;opacity:1;scale:1}.share-bar--publication .share-bar__buttons .share-bar__button--share,.share-bar--career .share-bar__buttons .share-bar__button--share{display:none}.share-bar--publication .share-bar__buttons:hover .share-bar__button--share,.share-bar--career .share-bar__buttons:hover .share-bar__button--share{display:none}}.share-bar__inner{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;margin:auto}@media screen and (min-width: 62em){.share-bar__inner{max-width:48rem;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-top:4rem;width:auto;margin:0}}.share-bar__buttons{display:-webkit-box;display:-ms-flexbox;display:flex;opacity:0;-webkit-transition:opacity 300ms ease-in-out;transition:opacity 300ms ease-in-out;pointer-events:none}.share-bar--active .share-bar__buttons{pointer-events:all;opacity:1;-webkit-transition:opacity 300ms ease-in-out;transition:opacity 300ms ease-in-out}.share-bar__button{border:.1rem solid #dfae41 !important}.share-bar__button{display:-webkit-box;display:-ms-flexbox;display:flex}.share-bar__button--hide{display:none !important}.share-bar__button--favorite{background-color:#dfae41 !important}@media screen and (min-width: 62em){.share-bar__button--favorite{border-color:rgba(0,0,0,0) !important;margin-left:1.6rem !important}}@media all and (-ms-high-contrast: none),(-ms-high-contrast: active){.share-bar__button--favorite{display:none}}.share-bar__apply-button{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex:1;flex:1;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-right:auto;pointer-events:all;padding-bottom:1.2rem}@media screen and (min-width: 62em){.share-bar__apply-button{position:fixed;top:calc(100vh - 2rem);left:50%;-webkit-transform:translate(-50%, -100%);transform:translate(-50%, -100%);-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;margin-right:0;padding-bottom:0}}.share-bar-block__title{color:#2e318f}.share-bar-block__buttons>.button+.button{margin-left:.8rem}.search-results{margin-bottom:8rem}.search-results__header{margin-bottom:6rem}.search-results__title{color:#333;margin-bottom:2.8rem}.search-results__search-text{text-align:right;color:#6c6c6a;margin-top:1.6rem;font-size:1.4rem}.search-results__form{position:relative}.search-results__button{position:absolute;right:0;cursor:pointer;top:50%;height:100%;width:8rem;-webkit-transform:translateY(-50%);transform:translateY(-50%);padding:0;background:rgba(0,0,0,0);-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;outline:none;border:0;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.search-results__button-icon{fill:#2e318f}.search-results__noresults-text{color:pallete(charcoal)}.search-results__item{margin-bottom:3.2rem}.search-results__item--hidden{display:none}.search-results__filterlist{margin-left:0;margin-right:0;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.search-results__filteritem{margin:0 1rem}.search-results__filterlink{color:#333;font-weight:500;text-decoration:none;cursor:pointer;-webkit-transition:color 300ms cubic-bezier(0.63, 0, 0.55, 1);transition:color 300ms cubic-bezier(0.63, 0, 0.55, 1)}.search-results__filterlink:hover{text-decoration:underline;color:#109fc6}.search-results__filterlink--active{pointer-events:none;color:#109fc6}.modal{position:fixed;width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;top:0;left:0;z-index:7;opacity:0;pointer-events:none;-webkit-transition:opacity 300ms ease-in;transition:opacity 300ms ease-in}.modal--active{opacity:1;pointer-events:all}.modal__background{background-color:#fff;opacity:.8;width:100%;height:100%;position:absolute;z-index:-1;top:0;left:0}.modal__scroller{height:100%;overflow:auto;width:100%;padding:5.6rem 2rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.modal--fit-content .modal__scroller{-webkit-box-align:initial;-ms-flex-align:initial;align-items:initial}@media screen and (min-width: 62em){.modal__scroller{padding:20rem 2rem}.modal--fit-content .modal__scroller{max-width:100%;width:auto;padding:10rem 2rem}}.modal__wrapper{max-width:48rem;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.modal--fit-content .modal__wrapper,.modal--language-switch .modal__wrapper{max-width:none;max-width:initial;width:auto}.modal__close{color:#2e318f;margin-left:auto;font-size:1.4rem;margin-bottom:1.8rem;-webkit-transition:color 200ms ease-in;transition:color 200ms ease-in;cursor:pointer;display:grid;grid-template-columns:1fr 1fr;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:-webkit-min-content;width:-moz-min-content;width:min-content;grid-gap:1rem;background:rgba(0,0,0,0);border:none}.modal__close-icon{fill:currentColor;width:2rem}.modal__close:hover{color:#109fc6}.modal__content{background-color:#2e318f;border-radius:.4rem;padding:4rem 2.4rem;color:#fff;width:100%}.modal--light .modal__content{background-color:#f2f0eb;color:#333}.modal--language-switch .modal__content{background-color:#ce5368;padding:4rem}.fullscreen-modal{position:fixed;top:0;left:0;right:0;width:100%;height:100vh;z-index:3;background-color:#fff;display:none}.fullscreen-modal--active{display:block}.fullscreen-modal__content{height:calc(100% - 1rem);padding:3rem 1rem 0 1rem}.navigation-desktop{display:none;height:100%}@media screen and (min-width: 62em){.navigation-desktop{display:block}}.navigation-desktop__blur{width:100vw;height:100vmax;background:rgba(46,49,143,.3);backdrop-filter:blur(1.8rem);pointer-events:none;position:absolute;left:0;top:11.2rem;z-index:-2;opacity:0;-webkit-transition:opacity .25s ease-out;transition:opacity .25s ease-out}.navigation-desktop[\:has\(.navigation-desktop__list-item\:hover\)] .navigation-desktop__blur{opacity:1}.navigation-desktop:has(.navigation-desktop__list-item:hover) .navigation-desktop__blur{opacity:1}.navigation-desktop__list{display:-webkit-box;display:-ms-flexbox;display:flex;height:100%}.navigation-desktop__list-item{font-size:1.4rem;font-weight:500;color:#2e318f;-webkit-transition:opacity .25s ease-in-out;transition:opacity .25s ease-in-out;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:0 2.4rem}.navigation-desktop__list-item>.navigation-foldout{max-height:0;pointer-events:none;opacity:0;-webkit-transition:opacity .25s ease-out,max-height .4s ease-out;transition:opacity .25s ease-out,max-height .4s ease-out;z-index:-10}.navigation-desktop__list-item:hover{opacity:1}.navigation-desktop__list-item:hover .navigation-desktop__icon{-webkit-transform:rotate(-180deg);transform:rotate(-180deg)}.navigation-desktop__list-item:hover .navigation-desktop__list{opacity:.5}.navigation-desktop__list-item:hover>.navigation-foldout{height:auto;max-height:100vh;opacity:1;pointer-events:auto;-webkit-transition:opacity .25s ease-out,max-height .4s ease-out;transition:opacity .25s ease-out,max-height .4s ease-out;z-index:-1}.navigation-desktop__list-item-wrapper{cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:100%}.navigation-desktop__list[\:has\(.navigation-desktop__list-item\:hover\)] .navigation-desktop__list-item:not(:hover){opacity:.5}.navigation-desktop__list:has(.navigation-desktop__list-item:hover) .navigation-desktop__list-item:not(:hover){opacity:.5}.navigation-desktop__icon{margin-left:.4rem;-webkit-transition:-webkit-transform .25s ease-in-out;transition:-webkit-transform .25s ease-in-out;transition:transform .25s ease-in-out;transition:transform .25s ease-in-out, -webkit-transform .25s ease-in-out}.navigation-desktop__link{color:#2e318f;text-decoration:none}.navigation-foldout{position:absolute;left:0;top:11.2rem;width:100vw;overflow:hidden;opacity:0;-webkit-transition:opacity .25s ease-in-out,-webkit-transform .45s ease-in-out;transition:opacity .25s ease-in-out,-webkit-transform .45s ease-in-out;transition:transform .45s ease-in-out,opacity .25s ease-in-out;transition:transform .45s ease-in-out,opacity .25s ease-in-out,-webkit-transform .45s ease-in-out;z-index:-1}.navigation-foldout__list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:1.6rem;position:relative;width:100%;min-height:42rem;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.navigation-foldout__list-item:hover{cursor:pointer}.navigation-foldout__list-item:hover .navigation-foldout__link{gap:.8rem}.navigation-foldout__list-item:hover .navigation-foldout__link::before{width:.8rem}.navigation-foldout__list-item:hover .navigation-foldout__image{opacity:1}.navigation-foldout__content{background-color:#2e318f;padding:4.8rem;border-bottom:.8rem solid #109fc6;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.navigation-foldout__image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;opacity:0;-webkit-transition:opacity .4s ease-in-out;transition:opacity .4s ease-in-out}.navigation-foldout__image-wrapper{width:42rem;height:42rem;border-radius:.6rem;overflow:hidden;position:absolute;right:0;top:0}.navigation-foldout__link{color:#fff;font-size:2.4rem;text-decoration:none;display:-webkit-box;display:-ms-flexbox;display:flex;gap:0;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.navigation-foldout__link::before{content:"";display:block;width:0;height:.8rem;background-color:#ce5368;border-radius:.8rem;-webkit-transition:width .15s ease-in-out;transition:width .15s ease-in-out}.navigation-foldout__button{margin-top:2.4rem}.navigation-foldout__parent-item{color:#abadd2;font-size:1.4;font-weight:500;margin-bottom:2.4rem}.additional-information{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.additional-information__item{padding:0 4rem 2.4rem 0;width:100%}@media screen and (min-width: 48em){.additional-information__item{width:33.33%}}.breadcrumbs{display:none;-webkit-box-sizing:border-box;box-sizing:border-box;width:100%;max-width:25%;margin-right:auto;text-align:left;padding-left:2rem;color:#ce5368}@media screen and (min-width: 62em){.breadcrumbs{display:block}}.breadcrumbs__list{display:-webkit-box;display:-ms-flexbox;display:flex;padding:0;margin:0}.breadcrumbs__list-item{display:inline-block;padding:0;margin:0;vertical-align:middle;-ms-flex-negative:0;flex-shrink:0}.breadcrumbs__list-item:last-child{-ms-flex-negative:1;flex-shrink:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.breadcrumbs__divider{fill:#2e318f;width:2rem;height:2rem;vertical-align:middle}.breadcrumbs__link{text-decoration:none;color:#ce5368}.breadcrumbs__title{color:inherit}.quick-link{position:relative;border-radius:.4rem;-webkit-transition:border-radius 300ms cubic-bezier(0.63, 0, 0.55, 1);transition:border-radius 300ms cubic-bezier(0.63, 0, 0.55, 1);pointer-events:none}.quick-link:hover{-webkit-transition-duration:550ms;transition-duration:550ms;border-radius:2rem}.quick-link__icon .quick-link:hover{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-name:pulse;animation-name:pulse;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}.quick-link__item-gap{gap:2rem}.quick-link--yellow{width:100%;background-color:#dfae41}.quick-link--yellow-outline{background-color:rgba(0,0,0,0);border:.1rem solid #dfae41;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.quick-link--archive{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;padding:1.6rem .8rem}@media screen and (min-width: 48em){.quick-link--archive{-webkit-box-flex:0;-ms-flex:0 0 48%;flex:0 0 48%}}@media screen and (min-width: 62em){.quick-link--archive{-webkit-box-flex:0;-ms-flex:0 0 23.8%;flex:0 0 23.8%}}.quick-link--blue{background-color:#2e318f;padding:4rem}@media screen and (min-width: 48em){.quick-link--blue{width:73rem}}.quick-link--ghost{background:rgba(0,0,0,0);width:100%;border:.1rem solid #dfae41}@media screen and (min-width: 62em){.quick-link--large{padding:7.2rem 7rem 7.2rem 4rem}}.quick-link__container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.quick-link__container--archive{-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:left;-ms-flex-pack:left;justify-content:left}.quick-link__title{word-wrap:break-word;text-decoration:none;color:#2e318f}.quick-link--yellow .quick-link__title,.quick-link--ghost .quick-link__title{font-size:3.2rem;font-weight:900}.quick-link--ghost .quick-link__title{line-height:3.8rem}.quick-link--yellow-outline .quick-link__title{font-size:2.4rem;font-weight:900;width:20rem}@media screen and (min-width: 48em){.quick-link--yellow-outline .quick-link__title{font-size:3.2rem}}.quick-link--blue .quick-link__title{font-size:1.4rem;line-height:1.4rem;font-weight:400;padding-right:1rem}.quick-link--play-animation .quick-link--blue .quick-link__title{-webkit-animation:1s fade-in .8s both;animation:1s fade-in .8s both}@media screen and (max-width: 62em){.downloads-or-links--extended .quick-link__title{font-size:2.4rem}}.quick-link--yellow .quick-link__subtitle,.quick-link--yellow-outline .quick-link__subtitle,.quick-link--ghost .quick-link__subtitle{position:absolute;top:1.6rem;left:2.8rem;font-size:1.4rem;line-height:1.2rem;font-weight:400;color:#756370}.quick-link--ghost .quick-link__subtitle{color:#6062bb}.quick-link--yellow-outline .quick-link__subtitle{color:#6062bb}.quick-link--blue .quick-link__subtitle{font-size:3.2rem;line-height:3.5rem;color:#fff;font-weight:900}@media screen and (min-width: 48em){.quick-link--blue .quick-link__subtitle{font-size:5.6rem;line-height:5.6rem}}.quick-link__info{cursor:pointer}.quick-link__icon{position:absolute;right:2.25rem;top:50%;margin-top:-1.4rem;fill:#2e318f}.quick-link--blue .quick-link__icon{position:relative;margin:0;right:0}.quick-link--play-animation .quick-link--blue .quick-link__icon{--start: -1.5rem;--end: 0;-webkit-animation:1s easing-in .8s both;animation:1s easing-in .8s both}.quick-link__button{text-decoration:none;pointer-events:auto}.quick-link--blue .quick-link__button{background-color:#dfae41;padding:2rem 1.6rem;border-radius:.4rem;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;margin-top:4rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.quick-link--play-animation .quick-link--blue .quick-link__button{--start: 0.3;--end: 1;-webkit-animation:1s scale .3s both;animation:1s scale .3s both}.quick-link--yellow .quick-link__button,.quick-link--ghost .quick-link__button{padding:3.2rem 7rem 1.6rem 2.8rem;display:block}.quick-link--small .quick-link__button{padding-top:1.6rem !important}.quick-link--with-info .quick-link__button{padding-right:10rem}@media screen and (min-width: 48em){.quick-link--with-info .quick-link__button{padding-right:12rem}}.quick-link--yellow-outline .quick-link__button{padding:3.2rem 3rem 1.6rem;display:block;height:100%}.quick-link .tooltip{position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);right:5rem}@media screen and (min-width: 48em){.quick-link .tooltip{right:7rem}}.quick-link .tooltip__content{left:100%;-webkit-transform:translateX(-90%);transform:translateX(-90%)}@media screen and (min-width: 48em){.quick-link .tooltip__content{left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}}.quick-link .tooltip__content:after{left:calc(100% - 6.25rem);-webkit-transform:translate(0, 35%) rotate(-45deg);transform:translate(0, 35%) rotate(-45deg)}@media screen and (min-width: 48em){.quick-link .tooltip__content:after{left:50%;-webkit-transform:translate(-50%, 35%) rotate(-45deg);transform:translate(-50%, 35%) rotate(-45deg)}}.button{padding:1.6rem 1.9rem;font-family:inherit;font-weight:600;font-size:1.4rem;line-height:1.2857142857;color:#2e318f;background:#dfae41;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;border-radius:.4rem;outline:none;border:0;cursor:pointer;-webkit-transition:background .2s,opacity .2s;transition:background .2s,opacity .2s;text-decoration:none;-webkit-box-align:center;-ms-flex-align:center;align-items:center;letter-spacing:.02em;opacity:1}.button.focus-visible{outline:auto}.button:focus-visible{outline:auto}@media screen and (min-width: 62em){.button:hover{background:#efd7a0}}.button__text{margin-right:3.2rem}.button--full-width .button__text{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;text-align:left}.button__count{color:#6062bb}.button__icon{fill:currentColor;-webkit-transition:opacity 200ms 200ms;transition:opacity 200ms 200ms;opacity:1;-ms-flex-negative:0;flex-shrink:0}.button--loading .button__icon{-webkit-transition:opacity 200ms 0ms;transition:opacity 200ms 0ms;opacity:0}.button--small{padding:.9rem 1.2rem}.button--disabled{opacity:.3;pointer-events:none}.button--full-width{width:100%}.button--round{border-radius:3rem;padding:1.6rem}.button--round:hover .button__icon{-webkit-animation:1s pulse both;animation:1s pulse both}.button--round .button__text{display:none}.button--round.button--small{padding:.9rem}.button--outline{background:rgba(0,0,0,0);border:.1rem solid #dfae41}@media screen and (min-width: 62em){.button--outline:hover{background:#dfae41}}.button--outline-pastel{background:rgba(0,0,0,0);border:.1rem solid #abadd2}@media screen and (min-width: 62em){.button--outline-pastel:hover{background:#abadd2}}.button--outline-blue{background:rgba(0,0,0,0);border:.1rem solid #2e318f}@media screen and (min-width: 62em){.button--outline-blue:hover{background-color:rgba(0,0,0,0)}}.button--transparent{background:rgba(0,0,0,0)}.button--active{background:#dfae41}.button--hidden-text{opacity:0;width:0;height:0;padding:0;margin:0;border:none;overflow:hidden}.button__loader-wrap{position:relative;width:0;height:2.4rem;-webkit-transform:translateX(-2.4rem);transform:translateX(-2.4rem)}.button__loader{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:2.4rem;height:2.4rem;position:absolute;-webkit-transition:opacity 200ms 0ms;transition:opacity 200ms 0ms;opacity:0}.button--loading .button__loader{-webkit-transition:opacity 200ms 200ms;transition:opacity 200ms 200ms;opacity:1}.button__loader::after{content:" ";display:block;width:2rem;height:2rem;border-radius:50%;border:.2rem solid;border-color:#2e318f rgba(0,0,0,0) #2e318f rgba(0,0,0,0);-webkit-animation:loading-animation 1.2s linear infinite;animation:loading-animation 1.2s linear infinite}@-webkit-keyframes loading-animation{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes loading-animation{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.scroll-indicator{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;width:4.4rem;height:4.4rem;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border:.1rem solid #dfae41;border-radius:3rem}.scroll-indicator__icon{cursor:pointer;fill:#333}.menu{height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.menu__scroller{overflow-y:auto;height:100%;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.menu__list{width:100%;font-size:1.8rem;margin:auto;z-index:1}.menu__list:hover .menu__list-item{-webkit-transition-duration:300ms;transition-duration:300ms;color:#f3d4d9}@media screen and (min-width: 62em){.menu__list{padding:10.5% 8.5% 10.5% 12.5%;font-size:2rem}}.menu__list .menu__list{padding:2rem 0 2rem;font-size:1.6rem;font-weight:400}@media screen and (min-width: 62em){.menu__list .menu__list{padding:1.5rem 0 1rem 2.4rem;font-size:1.8rem}}.menu__list-item{text-decoration:none;line-height:110%;-webkit-transition:color 550ms cubic-bezier(0.63, 0, 0.55, 1);transition:color 550ms cubic-bezier(0.63, 0, 0.55, 1);color:#f3d4d9}.menu__list .menu__list-item--active,.menu__list .menu__list-item:hover{color:#fff}.menu__list .menu__list-item--active .menu__icon,.menu__list .menu__list-item:hover .menu__icon{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-name:pulse;animation-name:pulse;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}@media screen and (min-width: 62em){.menu__list-item{line-height:130%}}.menu__list-item.menu__list-item:first-of-type{padding-top:.8rem}.menu__list-item.menu__list-item:last-of-type{padding-bottom:.8rem}.menu__link{font-size:2rem;font-style:normal;font-weight:400;text-decoration:none;color:#fff;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-transition:opacity .5s linear;transition:opacity .5s linear;padding:.8rem 0}@media screen and (min-width: 62em){.menu__link{font-size:1.4rem}}@media screen and (min-width: 62em){.navigation--open .menu__link-text span:nth-child(1){display:inline-block;opacity:0;-webkit-animation:flyInLetter .1s forwards ease-in-out;animation:flyInLetter .1s forwards ease-in-out;-webkit-animation-delay:.53s;animation-delay:.53s}}@media screen and (min-width: 62em){.navigation--open .menu__link-text span:nth-child(2){display:inline-block;opacity:0;-webkit-animation:flyInLetter .1s forwards ease-in-out;animation:flyInLetter .1s forwards ease-in-out;-webkit-animation-delay:.56s;animation-delay:.56s}}@media screen and (min-width: 62em){.navigation--open .menu__link-text span:nth-child(3){display:inline-block;opacity:0;-webkit-animation:flyInLetter .1s forwards ease-in-out;animation:flyInLetter .1s forwards ease-in-out;-webkit-animation-delay:.59s;animation-delay:.59s}}@media screen and (min-width: 62em){.navigation--open .menu__link-text span:nth-child(4){display:inline-block;opacity:0;-webkit-animation:flyInLetter .1s forwards ease-in-out;animation:flyInLetter .1s forwards ease-in-out;-webkit-animation-delay:.62s;animation-delay:.62s}}@media screen and (min-width: 62em){.navigation--open .menu__link-text span:nth-child(5){display:inline-block;opacity:0;-webkit-animation:flyInLetter .1s forwards ease-in-out;animation:flyInLetter .1s forwards ease-in-out;-webkit-animation-delay:.65s;animation-delay:.65s}}@media screen and (min-width: 62em){.navigation--open .menu__link-text span:nth-child(6){display:inline-block;opacity:0;-webkit-animation:flyInLetter .1s forwards ease-in-out;animation:flyInLetter .1s forwards ease-in-out;-webkit-animation-delay:.68s;animation-delay:.68s}}@media screen and (min-width: 62em){.navigation--open .menu__link-text span:nth-child(7){display:inline-block;opacity:0;-webkit-animation:flyInLetter .1s forwards ease-in-out;animation:flyInLetter .1s forwards ease-in-out;-webkit-animation-delay:.71s;animation-delay:.71s}}@media screen and (min-width: 62em){.navigation--open .menu__link-text span:nth-child(8){display:inline-block;opacity:0;-webkit-animation:flyInLetter .1s forwards ease-in-out;animation:flyInLetter .1s forwards ease-in-out;-webkit-animation-delay:.74s;animation-delay:.74s}}@media screen and (min-width: 62em){.navigation--open .menu__link-text span:nth-child(9){display:inline-block;opacity:0;-webkit-animation:flyInLetter .1s forwards ease-in-out;animation:flyInLetter .1s forwards ease-in-out;-webkit-animation-delay:.77s;animation-delay:.77s}}@media screen and (min-width: 62em){.navigation--open .menu__link-text span:nth-child(10){display:inline-block;opacity:0;-webkit-animation:flyInLetter .1s forwards ease-in-out;animation:flyInLetter .1s forwards ease-in-out;-webkit-animation-delay:.8s;animation-delay:.8s}}@media screen and (min-width: 62em){.navigation--open .menu__link-text span:nth-child(11){display:inline-block;opacity:0;-webkit-animation:flyInLetter .1s forwards ease-in-out;animation:flyInLetter .1s forwards ease-in-out;-webkit-animation-delay:.83s;animation-delay:.83s}}@media screen and (min-width: 62em){.navigation--open .menu__link-text span:nth-child(12){display:inline-block;opacity:0;-webkit-animation:flyInLetter .1s forwards ease-in-out;animation:flyInLetter .1s forwards ease-in-out;-webkit-animation-delay:.86s;animation-delay:.86s}}@media screen and (min-width: 62em){.navigation--open .menu__link-text span:nth-child(13){display:inline-block;opacity:0;-webkit-animation:flyInLetter .1s forwards ease-in-out;animation:flyInLetter .1s forwards ease-in-out;-webkit-animation-delay:.89s;animation-delay:.89s}}@media screen and (min-width: 62em){.navigation--open .menu__link-text span:nth-child(14){display:inline-block;opacity:0;-webkit-animation:flyInLetter .1s forwards ease-in-out;animation:flyInLetter .1s forwards ease-in-out;-webkit-animation-delay:.92s;animation-delay:.92s}}@media screen and (min-width: 62em){.navigation--open .menu__link-text span:nth-child(15){display:inline-block;opacity:0;-webkit-animation:flyInLetter .1s forwards ease-in-out;animation:flyInLetter .1s forwards ease-in-out;-webkit-animation-delay:.95s;animation-delay:.95s}}@media screen and (min-width: 62em){.navigation--open .menu__link-text span:nth-child(16){display:inline-block;opacity:0;-webkit-animation:flyInLetter .1s forwards ease-in-out;animation:flyInLetter .1s forwards ease-in-out;-webkit-animation-delay:.98s;animation-delay:.98s}}@media screen and (min-width: 62em){.navigation--open .menu__link-text span:nth-child(17){display:inline-block;opacity:0;-webkit-animation:flyInLetter .1s forwards ease-in-out;animation:flyInLetter .1s forwards ease-in-out;-webkit-animation-delay:1.01s;animation-delay:1.01s}}@media screen and (min-width: 62em){.navigation--open .menu__link-text span:nth-child(18){display:inline-block;opacity:0;-webkit-animation:flyInLetter .1s forwards ease-in-out;animation:flyInLetter .1s forwards ease-in-out;-webkit-animation-delay:1.04s;animation-delay:1.04s}}@media screen and (min-width: 62em){.navigation--open .menu__link-text span:nth-child(19){display:inline-block;opacity:0;-webkit-animation:flyInLetter .1s forwards ease-in-out;animation:flyInLetter .1s forwards ease-in-out;-webkit-animation-delay:1.07s;animation-delay:1.07s}}@media screen and (min-width: 62em){.navigation--open .menu__link-text span:nth-child(20){display:inline-block;opacity:0;-webkit-animation:flyInLetter .1s forwards ease-in-out;animation:flyInLetter .1s forwards ease-in-out;-webkit-animation-delay:1.1s;animation-delay:1.1s}}@media screen and (min-width: 62em){.navigation--open .menu__link-text span:nth-child(21){display:inline-block;opacity:0;-webkit-animation:flyInLetter .1s forwards ease-in-out;animation:flyInLetter .1s forwards ease-in-out;-webkit-animation-delay:1.13s;animation-delay:1.13s}}@media screen and (min-width: 62em){.navigation--open .menu__link-text span:nth-child(22){display:inline-block;opacity:0;-webkit-animation:flyInLetter .1s forwards ease-in-out;animation:flyInLetter .1s forwards ease-in-out;-webkit-animation-delay:1.16s;animation-delay:1.16s}}@media screen and (min-width: 62em){.navigation--open .menu__link-text span:nth-child(23){display:inline-block;opacity:0;-webkit-animation:flyInLetter .1s forwards ease-in-out;animation:flyInLetter .1s forwards ease-in-out;-webkit-animation-delay:1.19s;animation-delay:1.19s}}@media screen and (min-width: 62em){.navigation--open .menu__link-text span:nth-child(24){display:inline-block;opacity:0;-webkit-animation:flyInLetter .1s forwards ease-in-out;animation:flyInLetter .1s forwards ease-in-out;-webkit-animation-delay:1.22s;animation-delay:1.22s}}@media screen and (min-width: 62em){.navigation--open .menu__link-text span:nth-child(25){display:inline-block;opacity:0;-webkit-animation:flyInLetter .1s forwards ease-in-out;animation:flyInLetter .1s forwards ease-in-out;-webkit-animation-delay:1.25s;animation-delay:1.25s}}@media screen and (min-width: 62em){.navigation--open .menu__link-text span:nth-child(26){display:inline-block;opacity:0;-webkit-animation:flyInLetter .1s forwards ease-in-out;animation:flyInLetter .1s forwards ease-in-out;-webkit-animation-delay:1.28s;animation-delay:1.28s}}@media screen and (min-width: 62em){.navigation--open .menu__link-text span:nth-child(27){display:inline-block;opacity:0;-webkit-animation:flyInLetter .1s forwards ease-in-out;animation:flyInLetter .1s forwards ease-in-out;-webkit-animation-delay:1.31s;animation-delay:1.31s}}@media screen and (min-width: 62em){.navigation--open .menu__link-text span:nth-child(28){display:inline-block;opacity:0;-webkit-animation:flyInLetter .1s forwards ease-in-out;animation:flyInLetter .1s forwards ease-in-out;-webkit-animation-delay:1.34s;animation-delay:1.34s}}@media screen and (min-width: 62em){.navigation--open .menu__link-text span:nth-child(29){display:inline-block;opacity:0;-webkit-animation:flyInLetter .1s forwards ease-in-out;animation:flyInLetter .1s forwards ease-in-out;-webkit-animation-delay:1.37s;animation-delay:1.37s}}@media screen and (min-width: 62em){.navigation--open .menu__link-text span:nth-child(30){display:inline-block;opacity:0;-webkit-animation:flyInLetter .1s forwards ease-in-out;animation:flyInLetter .1s forwards ease-in-out;-webkit-animation-delay:1.4s;animation-delay:1.4s}}@media screen and (min-width: 62em){.navigation--open .menu__link-text span:nth-child(31){display:inline-block;opacity:0;-webkit-animation:flyInLetter .1s forwards ease-in-out;animation:flyInLetter .1s forwards ease-in-out;-webkit-animation-delay:1.43s;animation-delay:1.43s}}@media screen and (min-width: 62em){.navigation--open .menu__link-text span:nth-child(32){display:inline-block;opacity:0;-webkit-animation:flyInLetter .1s forwards ease-in-out;animation:flyInLetter .1s forwards ease-in-out;-webkit-animation-delay:1.46s;animation-delay:1.46s}}@media screen and (min-width: 62em){.navigation--open .menu__link-text span:nth-child(33){display:inline-block;opacity:0;-webkit-animation:flyInLetter .1s forwards ease-in-out;animation:flyInLetter .1s forwards ease-in-out;-webkit-animation-delay:1.49s;animation-delay:1.49s}}@media screen and (min-width: 62em){.navigation--open .menu__link-text span:nth-child(34){display:inline-block;opacity:0;-webkit-animation:flyInLetter .1s forwards ease-in-out;animation:flyInLetter .1s forwards ease-in-out;-webkit-animation-delay:1.52s;animation-delay:1.52s}}@media screen and (min-width: 62em){.navigation--open .menu__link-text span:nth-child(35){display:inline-block;opacity:0;-webkit-animation:flyInLetter .1s forwards ease-in-out;animation:flyInLetter .1s forwards ease-in-out;-webkit-animation-delay:1.55s;animation-delay:1.55s}}@media screen and (min-width: 62em){.navigation--open .menu__link-text span:nth-child(36){display:inline-block;opacity:0;-webkit-animation:flyInLetter .1s forwards ease-in-out;animation:flyInLetter .1s forwards ease-in-out;-webkit-animation-delay:1.58s;animation-delay:1.58s}}@media screen and (min-width: 62em){.navigation--open .menu__link-text span:nth-child(37){display:inline-block;opacity:0;-webkit-animation:flyInLetter .1s forwards ease-in-out;animation:flyInLetter .1s forwards ease-in-out;-webkit-animation-delay:1.61s;animation-delay:1.61s}}@media screen and (min-width: 62em){.navigation--open .menu__link-text span:nth-child(38){display:inline-block;opacity:0;-webkit-animation:flyInLetter .1s forwards ease-in-out;animation:flyInLetter .1s forwards ease-in-out;-webkit-animation-delay:1.64s;animation-delay:1.64s}}@media screen and (min-width: 62em){.navigation--open .menu__link-text span:nth-child(39){display:inline-block;opacity:0;-webkit-animation:flyInLetter .1s forwards ease-in-out;animation:flyInLetter .1s forwards ease-in-out;-webkit-animation-delay:1.67s;animation-delay:1.67s}}@media screen and (min-width: 62em){.navigation--open .menu__link-text span:nth-child(40){display:inline-block;opacity:0;-webkit-animation:flyInLetter .1s forwards ease-in-out;animation:flyInLetter .1s forwards ease-in-out;-webkit-animation-delay:1.7s;animation-delay:1.7s}}@media screen and (min-width: 62em){.navigation--open .menu__link-text span:nth-child(41){display:inline-block;opacity:0;-webkit-animation:flyInLetter .1s forwards ease-in-out;animation:flyInLetter .1s forwards ease-in-out;-webkit-animation-delay:1.73s;animation-delay:1.73s}}@media screen and (min-width: 62em){.navigation--open .menu__link-text span:nth-child(42){display:inline-block;opacity:0;-webkit-animation:flyInLetter .1s forwards ease-in-out;animation:flyInLetter .1s forwards ease-in-out;-webkit-animation-delay:1.76s;animation-delay:1.76s}}@media screen and (min-width: 62em){.navigation--open .menu__link-text span:nth-child(43){display:inline-block;opacity:0;-webkit-animation:flyInLetter .1s forwards ease-in-out;animation:flyInLetter .1s forwards ease-in-out;-webkit-animation-delay:1.79s;animation-delay:1.79s}}@media screen and (min-width: 62em){.navigation--open .menu__link-text span:nth-child(44){display:inline-block;opacity:0;-webkit-animation:flyInLetter .1s forwards ease-in-out;animation:flyInLetter .1s forwards ease-in-out;-webkit-animation-delay:1.82s;animation-delay:1.82s}}@media screen and (min-width: 62em){.navigation--open .menu__link-text span:nth-child(45){display:inline-block;opacity:0;-webkit-animation:flyInLetter .1s forwards ease-in-out;animation:flyInLetter .1s forwards ease-in-out;-webkit-animation-delay:1.85s;animation-delay:1.85s}}@media screen and (min-width: 62em){.navigation--open .menu__link-text span:nth-child(46){display:inline-block;opacity:0;-webkit-animation:flyInLetter .1s forwards ease-in-out;animation:flyInLetter .1s forwards ease-in-out;-webkit-animation-delay:1.88s;animation-delay:1.88s}}@media screen and (min-width: 62em){.navigation--open .menu__link-text span:nth-child(47){display:inline-block;opacity:0;-webkit-animation:flyInLetter .1s forwards ease-in-out;animation:flyInLetter .1s forwards ease-in-out;-webkit-animation-delay:1.91s;animation-delay:1.91s}}@media screen and (min-width: 62em){.navigation--open .menu__link-text span:nth-child(48){display:inline-block;opacity:0;-webkit-animation:flyInLetter .1s forwards ease-in-out;animation:flyInLetter .1s forwards ease-in-out;-webkit-animation-delay:1.94s;animation-delay:1.94s}}@media screen and (min-width: 62em){.navigation--open .menu__link-text span:nth-child(49){display:inline-block;opacity:0;-webkit-animation:flyInLetter .1s forwards ease-in-out;animation:flyInLetter .1s forwards ease-in-out;-webkit-animation-delay:1.97s;animation-delay:1.97s}}@media screen and (min-width: 62em){.navigation--open .menu__link-text span:nth-child(50){display:inline-block;opacity:0;-webkit-animation:flyInLetter .1s forwards ease-in-out;animation:flyInLetter .1s forwards ease-in-out;-webkit-animation-delay:2s;animation-delay:2s}}@media screen and (min-width: 62em){.navigation--open .menu__link-text span:nth-child(51){display:inline-block;opacity:0;-webkit-animation:flyInLetter .1s forwards ease-in-out;animation:flyInLetter .1s forwards ease-in-out;-webkit-animation-delay:2.03s;animation-delay:2.03s}}@media screen and (min-width: 62em){.navigation--open .menu__link-text span:nth-child(52){display:inline-block;opacity:0;-webkit-animation:flyInLetter .1s forwards ease-in-out;animation:flyInLetter .1s forwards ease-in-out;-webkit-animation-delay:2.06s;animation-delay:2.06s}}@media screen and (min-width: 62em){.navigation--open .menu__link-text span:nth-child(53){display:inline-block;opacity:0;-webkit-animation:flyInLetter .1s forwards ease-in-out;animation:flyInLetter .1s forwards ease-in-out;-webkit-animation-delay:2.09s;animation-delay:2.09s}}@media screen and (min-width: 62em){.navigation--open .menu__link-text span:nth-child(54){display:inline-block;opacity:0;-webkit-animation:flyInLetter .1s forwards ease-in-out;animation:flyInLetter .1s forwards ease-in-out;-webkit-animation-delay:2.12s;animation-delay:2.12s}}@media screen and (min-width: 62em){.navigation--open .menu__link-text span:nth-child(55){display:inline-block;opacity:0;-webkit-animation:flyInLetter .1s forwards ease-in-out;animation:flyInLetter .1s forwards ease-in-out;-webkit-animation-delay:2.15s;animation-delay:2.15s}}@media screen and (min-width: 62em){.navigation--open .menu__link-text span:nth-child(56){display:inline-block;opacity:0;-webkit-animation:flyInLetter .1s forwards ease-in-out;animation:flyInLetter .1s forwards ease-in-out;-webkit-animation-delay:2.18s;animation-delay:2.18s}}@media screen and (min-width: 62em){.navigation--open .menu__link-text span:nth-child(57){display:inline-block;opacity:0;-webkit-animation:flyInLetter .1s forwards ease-in-out;animation:flyInLetter .1s forwards ease-in-out;-webkit-animation-delay:2.21s;animation-delay:2.21s}}@media screen and (min-width: 62em){.navigation--open .menu__link-text span:nth-child(58){display:inline-block;opacity:0;-webkit-animation:flyInLetter .1s forwards ease-in-out;animation:flyInLetter .1s forwards ease-in-out;-webkit-animation-delay:2.24s;animation-delay:2.24s}}@media screen and (min-width: 62em){.navigation--open .menu__link-text span:nth-child(59){display:inline-block;opacity:0;-webkit-animation:flyInLetter .1s forwards ease-in-out;animation:flyInLetter .1s forwards ease-in-out;-webkit-animation-delay:2.27s;animation-delay:2.27s}}@media screen and (min-width: 62em){.navigation--open .menu__link-text span:nth-child(60){display:inline-block;opacity:0;-webkit-animation:flyInLetter .1s forwards ease-in-out;animation:flyInLetter .1s forwards ease-in-out;-webkit-animation-delay:2.3s;animation-delay:2.3s}}@media screen and (min-width: 62em){.navigation--open .menu__link-text span:nth-child(61){display:inline-block;opacity:0;-webkit-animation:flyInLetter .1s forwards ease-in-out;animation:flyInLetter .1s forwards ease-in-out;-webkit-animation-delay:2.33s;animation-delay:2.33s}}@media screen and (min-width: 62em){.navigation--open .menu__link-text span:nth-child(62){display:inline-block;opacity:0;-webkit-animation:flyInLetter .1s forwards ease-in-out;animation:flyInLetter .1s forwards ease-in-out;-webkit-animation-delay:2.36s;animation-delay:2.36s}}@media screen and (min-width: 62em){.navigation--open .menu__link-text span:nth-child(63){display:inline-block;opacity:0;-webkit-animation:flyInLetter .1s forwards ease-in-out;animation:flyInLetter .1s forwards ease-in-out;-webkit-animation-delay:2.39s;animation-delay:2.39s}}@media screen and (min-width: 62em){.navigation--open .menu__link-text span:nth-child(64){display:inline-block;opacity:0;-webkit-animation:flyInLetter .1s forwards ease-in-out;animation:flyInLetter .1s forwards ease-in-out;-webkit-animation-delay:2.42s;animation-delay:2.42s}}@media screen and (min-width: 62em){.navigation--open .menu__link-text span:nth-child(65){display:inline-block;opacity:0;-webkit-animation:flyInLetter .1s forwards ease-in-out;animation:flyInLetter .1s forwards ease-in-out;-webkit-animation-delay:2.45s;animation-delay:2.45s}}@media screen and (min-width: 62em){.navigation--open .menu__link-text span:nth-child(66){display:inline-block;opacity:0;-webkit-animation:flyInLetter .1s forwards ease-in-out;animation:flyInLetter .1s forwards ease-in-out;-webkit-animation-delay:2.48s;animation-delay:2.48s}}@media screen and (min-width: 62em){.navigation--open .menu__link-text span:nth-child(67){display:inline-block;opacity:0;-webkit-animation:flyInLetter .1s forwards ease-in-out;animation:flyInLetter .1s forwards ease-in-out;-webkit-animation-delay:2.51s;animation-delay:2.51s}}@media screen and (min-width: 62em){.navigation--open .menu__link-text span:nth-child(68){display:inline-block;opacity:0;-webkit-animation:flyInLetter .1s forwards ease-in-out;animation:flyInLetter .1s forwards ease-in-out;-webkit-animation-delay:2.54s;animation-delay:2.54s}}@media screen and (min-width: 62em){.navigation--open .menu__link-text span:nth-child(69){display:inline-block;opacity:0;-webkit-animation:flyInLetter .1s forwards ease-in-out;animation:flyInLetter .1s forwards ease-in-out;-webkit-animation-delay:2.57s;animation-delay:2.57s}}@media screen and (min-width: 62em){.navigation--open .menu__link-text span:nth-child(70){display:inline-block;opacity:0;-webkit-animation:flyInLetter .1s forwards ease-in-out;animation:flyInLetter .1s forwards ease-in-out;-webkit-animation-delay:2.6s;animation-delay:2.6s}}@media screen and (min-width: 62em){.navigation--open .menu__link-text span:nth-child(71){display:inline-block;opacity:0;-webkit-animation:flyInLetter .1s forwards ease-in-out;animation:flyInLetter .1s forwards ease-in-out;-webkit-animation-delay:2.63s;animation-delay:2.63s}}@media screen and (min-width: 62em){.navigation--open .menu__link-text span:nth-child(72){display:inline-block;opacity:0;-webkit-animation:flyInLetter .1s forwards ease-in-out;animation:flyInLetter .1s forwards ease-in-out;-webkit-animation-delay:2.66s;animation-delay:2.66s}}@media screen and (min-width: 62em){.navigation--open .menu__link-text span:nth-child(73){display:inline-block;opacity:0;-webkit-animation:flyInLetter .1s forwards ease-in-out;animation:flyInLetter .1s forwards ease-in-out;-webkit-animation-delay:2.69s;animation-delay:2.69s}}@media screen and (min-width: 62em){.navigation--open .menu__link-text span:nth-child(74){display:inline-block;opacity:0;-webkit-animation:flyInLetter .1s forwards ease-in-out;animation:flyInLetter .1s forwards ease-in-out;-webkit-animation-delay:2.72s;animation-delay:2.72s}}@media screen and (min-width: 62em){.navigation--open .menu__link-text span:nth-child(75){display:inline-block;opacity:0;-webkit-animation:flyInLetter .1s forwards ease-in-out;animation:flyInLetter .1s forwards ease-in-out;-webkit-animation-delay:2.75s;animation-delay:2.75s}}@media screen and (min-width: 62em){.navigation--open .menu__link-text span:nth-child(76){display:inline-block;opacity:0;-webkit-animation:flyInLetter .1s forwards ease-in-out;animation:flyInLetter .1s forwards ease-in-out;-webkit-animation-delay:2.78s;animation-delay:2.78s}}@media screen and (min-width: 62em){.navigation--open .menu__link-text span:nth-child(77){display:inline-block;opacity:0;-webkit-animation:flyInLetter .1s forwards ease-in-out;animation:flyInLetter .1s forwards ease-in-out;-webkit-animation-delay:2.81s;animation-delay:2.81s}}@media screen and (min-width: 62em){.navigation--open .menu__link-text span:nth-child(78){display:inline-block;opacity:0;-webkit-animation:flyInLetter .1s forwards ease-in-out;animation:flyInLetter .1s forwards ease-in-out;-webkit-animation-delay:2.84s;animation-delay:2.84s}}@media screen and (min-width: 62em){.navigation--open .menu__link-text span:nth-child(79){display:inline-block;opacity:0;-webkit-animation:flyInLetter .1s forwards ease-in-out;animation:flyInLetter .1s forwards ease-in-out;-webkit-animation-delay:2.87s;animation-delay:2.87s}}@media screen and (min-width: 62em){.navigation--open .menu__link-text span:nth-child(80){display:inline-block;opacity:0;-webkit-animation:flyInLetter .1s forwards ease-in-out;animation:flyInLetter .1s forwards ease-in-out;-webkit-animation-delay:2.9s;animation-delay:2.9s}}@media screen and (min-width: 62em){.navigation--open .menu__link-text span:nth-child(81){display:inline-block;opacity:0;-webkit-animation:flyInLetter .1s forwards ease-in-out;animation:flyInLetter .1s forwards ease-in-out;-webkit-animation-delay:2.93s;animation-delay:2.93s}}@media screen and (min-width: 62em){.navigation--open .menu__link-text span:nth-child(82){display:inline-block;opacity:0;-webkit-animation:flyInLetter .1s forwards ease-in-out;animation:flyInLetter .1s forwards ease-in-out;-webkit-animation-delay:2.96s;animation-delay:2.96s}}@media screen and (min-width: 62em){.navigation--open .menu__link-text span:nth-child(83){display:inline-block;opacity:0;-webkit-animation:flyInLetter .1s forwards ease-in-out;animation:flyInLetter .1s forwards ease-in-out;-webkit-animation-delay:2.99s;animation-delay:2.99s}}@media screen and (min-width: 62em){.navigation--open .menu__link-text span:nth-child(84){display:inline-block;opacity:0;-webkit-animation:flyInLetter .1s forwards ease-in-out;animation:flyInLetter .1s forwards ease-in-out;-webkit-animation-delay:3.02s;animation-delay:3.02s}}@media screen and (min-width: 62em){.navigation--open .menu__link-text span:nth-child(85){display:inline-block;opacity:0;-webkit-animation:flyInLetter .1s forwards ease-in-out;animation:flyInLetter .1s forwards ease-in-out;-webkit-animation-delay:3.05s;animation-delay:3.05s}}@media screen and (min-width: 62em){.navigation--open .menu__link-text span:nth-child(86){display:inline-block;opacity:0;-webkit-animation:flyInLetter .1s forwards ease-in-out;animation:flyInLetter .1s forwards ease-in-out;-webkit-animation-delay:3.08s;animation-delay:3.08s}}@media screen and (min-width: 62em){.navigation--open .menu__link-text span:nth-child(87){display:inline-block;opacity:0;-webkit-animation:flyInLetter .1s forwards ease-in-out;animation:flyInLetter .1s forwards ease-in-out;-webkit-animation-delay:3.11s;animation-delay:3.11s}}@media screen and (min-width: 62em){.navigation--open .menu__link-text span:nth-child(88){display:inline-block;opacity:0;-webkit-animation:flyInLetter .1s forwards ease-in-out;animation:flyInLetter .1s forwards ease-in-out;-webkit-animation-delay:3.14s;animation-delay:3.14s}}@media screen and (min-width: 62em){.navigation--open .menu__link-text span:nth-child(89){display:inline-block;opacity:0;-webkit-animation:flyInLetter .1s forwards ease-in-out;animation:flyInLetter .1s forwards ease-in-out;-webkit-animation-delay:3.17s;animation-delay:3.17s}}@media screen and (min-width: 62em){.navigation--open .menu__link-text span:nth-child(90){display:inline-block;opacity:0;-webkit-animation:flyInLetter .1s forwards ease-in-out;animation:flyInLetter .1s forwards ease-in-out;-webkit-animation-delay:3.2s;animation-delay:3.2s}}@media screen and (min-width: 62em){.navigation--open .menu__link-text span:nth-child(91){display:inline-block;opacity:0;-webkit-animation:flyInLetter .1s forwards ease-in-out;animation:flyInLetter .1s forwards ease-in-out;-webkit-animation-delay:3.23s;animation-delay:3.23s}}@media screen and (min-width: 62em){.navigation--open .menu__link-text span:nth-child(92){display:inline-block;opacity:0;-webkit-animation:flyInLetter .1s forwards ease-in-out;animation:flyInLetter .1s forwards ease-in-out;-webkit-animation-delay:3.26s;animation-delay:3.26s}}@media screen and (min-width: 62em){.navigation--open .menu__link-text span:nth-child(93){display:inline-block;opacity:0;-webkit-animation:flyInLetter .1s forwards ease-in-out;animation:flyInLetter .1s forwards ease-in-out;-webkit-animation-delay:3.29s;animation-delay:3.29s}}@media screen and (min-width: 62em){.navigation--open .menu__link-text span:nth-child(94){display:inline-block;opacity:0;-webkit-animation:flyInLetter .1s forwards ease-in-out;animation:flyInLetter .1s forwards ease-in-out;-webkit-animation-delay:3.32s;animation-delay:3.32s}}@media screen and (min-width: 62em){.navigation--open .menu__link-text span:nth-child(95){display:inline-block;opacity:0;-webkit-animation:flyInLetter .1s forwards ease-in-out;animation:flyInLetter .1s forwards ease-in-out;-webkit-animation-delay:3.35s;animation-delay:3.35s}}@media screen and (min-width: 62em){.navigation--open .menu__link-text span:nth-child(96){display:inline-block;opacity:0;-webkit-animation:flyInLetter .1s forwards ease-in-out;animation:flyInLetter .1s forwards ease-in-out;-webkit-animation-delay:3.38s;animation-delay:3.38s}}@media screen and (min-width: 62em){.navigation--open .menu__link-text span:nth-child(97){display:inline-block;opacity:0;-webkit-animation:flyInLetter .1s forwards ease-in-out;animation:flyInLetter .1s forwards ease-in-out;-webkit-animation-delay:3.41s;animation-delay:3.41s}}@media screen and (min-width: 62em){.navigation--open .menu__link-text span:nth-child(98){display:inline-block;opacity:0;-webkit-animation:flyInLetter .1s forwards ease-in-out;animation:flyInLetter .1s forwards ease-in-out;-webkit-animation-delay:3.44s;animation-delay:3.44s}}@media screen and (min-width: 62em){.navigation--open .menu__link-text span:nth-child(99){display:inline-block;opacity:0;-webkit-animation:flyInLetter .1s forwards ease-in-out;animation:flyInLetter .1s forwards ease-in-out;-webkit-animation-delay:3.47s;animation-delay:3.47s}}.menu__icon{fill:currentColor}.menu__icon--submenu{fill:#ce5368}.menu__placeholder{width:100%;height:6rem;border-radius:.4rem;background-color:#f2f0eb}.menu__submenu-button{margin-top:4rem}@media screen and (min-width: 62em){.menu__submenu-button{display:none}}@-webkit-keyframes flyInLetter{from{opacity:0;-webkit-transform:translate(0.3rem, 1.5rem) rotate(-25deg);transform:translate(0.3rem, 1.5rem) rotate(-25deg)}to{opacity:1;-webkit-transform:translate(0, 0) rotate(0);transform:translate(0, 0) rotate(0)}}@keyframes flyInLetter{from{opacity:0;-webkit-transform:translate(0.3rem, 1.5rem) rotate(-25deg);transform:translate(0.3rem, 1.5rem) rotate(-25deg)}to{opacity:1;-webkit-transform:translate(0, 0) rotate(0);transform:translate(0, 0) rotate(0)}}.opinion-accordion{margin-top:0;margin-bottom:5rem}@media screen and (min-width: 62em){.opinion-accordion{margin-top:4rem}}.opinion-accordion__container{overflow:hidden;margin-bottom:2.4rem}.opinion-accordion__header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative}.opinion-accordion__button{font-family:inherit;font-size:inherit;font-weight:bold;text-align:left;background:rgba(0,0,0,0);outline:none;cursor:pointer;border:0;padding:2.4rem 0}@media screen and (min-width: 62em){.opinion-accordion__button{padding:2.4rem 15rem 2.4rem 0}}.opinion-accordion__toggle-icon{fill:#000;-webkit-transition:-webkit-transform 300ms ease-in-out;transition:-webkit-transform 300ms ease-in-out;transition:transform 300ms ease-in-out;transition:transform 300ms ease-in-out, -webkit-transform 300ms ease-in-out;margin:0 2.4rem 0 1.5rem;-ms-flex-negative:0;flex-shrink:0;pointer-events:none}@media screen and (min-width: 62em){.opinion-accordion__toggle-icon{margin:0 2.4rem 0 3rem}}.opinion-accordion--open .opinion-accordion__toggle-icon{-webkit-transform:scale(1, -1);transform:scale(1, -1)}.opinion-accordion__foldout{height:0;-webkit-transition:height 300ms ease-in-out;transition:height 300ms ease-in-out}.opinion-card__container{margin:0 -2rem}.opinion-card__no-party-selected{margin:0 2rem}.opinion-card__item-container{width:100%}@media screen and (min-width: 62em){.opinion-card__item-container{-ms-flex-preferred-size:33.3333333333%;flex-basis:33.3333333333%;max-width:33.3333333333%}}.opinion-card__item{color:#2e318f;background-color:#fff;margin:2rem;border-radius:.6rem;height:calc(100% - .8rem)}@media screen and (min-width: 62em){.opinion-card__item{height:calc(100% - 4rem)}}.opinion-card__title{padding:1.2rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.opinion-card__image{width:4rem;height:4rem;border-radius:.4rem;border:.1rem solid #abadd2;margin-right:1.6rem;background-position:center;background-repeat:no-repeat;background-size:80%}.opinion-card__image--vijftigPlus{background-image:url(/assets/images/political-parties/50-plus.png)}.opinion-card__image--cda{background-image:url(/assets/images/political-parties/cda.png)}.opinion-card__image--cu{background-image:url(/assets/images/political-parties/cu.png)}.opinion-card__image--d66{background-image:url(/assets/images/political-parties/d66.png)}.opinion-card__image--denk{background-image:url(/assets/images/political-parties/denk.png)}.opinion-card__image--fvd{background-image:url(/assets/images/political-parties/fvd.png)}.opinion-card__image--groenLinks{background-image:url(/assets/images/political-parties/groen-links.png)}.opinion-card__image--lhk{background-image:url(/assets/images/political-parties/lhk.png)}.opinion-card__image--pvda{background-image:url(/assets/images/political-parties/pvda.png)}.opinion-card__image--pvdd{background-image:url(/assets/images/political-parties/pvdd.png)}.opinion-card__image--pvv{background-image:url(/assets/images/political-parties/pvv.png)}.opinion-card__image--sgp{background-image:url(/assets/images/political-parties/sgp.png)}.opinion-card__image--sp{background-image:url(/assets/images/political-parties/sp.png)}.opinion-card__image--vvd{background-image:url(/assets/images/political-parties/vvd.png)}.opinion-card__content{padding:1.6rem}.opinion-dropdown{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;margin-bottom:.8rem}.opinion-dropdown__list{padding:0 .6rem}.opinion-dropdown__list-item{padding:0 .6rem;margin-top:0;border-left:.1rem solid #abadd2}.opinion-dropdown__search{border-bottom:0}.opinion-dropdown.closed .opinion-dropdown__foldout{display:none}.footer-menu{height:100%;display:block}.footer-menu::after{background-color:#ce5368;left:-2rem}.footer-menu__list{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media screen and (min-width: 62em){.footer-menu__list{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}}@media screen and (max-height: 45em){.footer-menu__list{margin-top:-2rem}}@media screen and (max-width: 62em){.footer-menu__list{margin-top:2rem}}.footer-menu__list-item{font-weight:normal;font-size:1.4rem;line-height:110%}.footer-menu__list-item+.footer-menu__list-item{margin-top:3.2rem}@media screen and (min-width: 62em){.footer-menu__list-item+.footer-menu__list-item{margin:0 0 0 3.2rem}}.footer-menu__link{width:100%;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;text-decoration-color:rgba(0,0,0,0);-webkit-transition:text-decoration-color 300ms,color 300ms;transition:text-decoration-color 300ms,color 300ms;color:#6c6c6a}@media screen and (min-width: 62em){.footer-menu__link:hover{color:#109fc6;text-decoration-color:#109fc6}}.footer-menu__link--active{color:#109fc6;text-decoration-color:#109fc6}.read-more__container{margin-top:24rem;margin-bottom:12rem;position:relative}.read-more__container::before{content:"";position:absolute;left:0;right:0;top:-4rem;-webkit-transform:translateY(-100%);transform:translateY(-100%);margin:0 auto;width:.1rem;height:8rem;background-color:#ce5368;display:block}.read-more__link{text-decoration:none}.badge{padding:1rem;border-radius:3rem;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex}.badge__icon{fill:currentColor}.collection-index-list{color:#fff;overflow-y:auto}@media screen and (min-width: 62em){.collection-index-list{-webkit-transition:opacity 300ms ease-in-out;transition:opacity 300ms ease-in-out}.collection-index-list:hover .collection-index-list,.collection-index-list:hover>.collection-index-list__item{opacity:.5}}.collection-index-list__badge{color:#ce5368;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;margin-bottom:2.4rem;margin-right:2.4rem}@media screen and (min-width: 62em){.collection-index-list__badge{margin-right:4rem}}.collection-index-list--compact .collection-index-list__badge{margin-bottom:0;margin-bottom:initial;margin-right:1.6rem}.collection-index-list__item{padding:2.4rem 0}.collection-index-list__item--read{opacity:.5}.collection-index-list__item--hidden{display:none}@media screen and (min-width: 62em){.collection-index-list__item{-webkit-transition:opacity 300ms ease-in-out;transition:opacity 300ms ease-in-out;padding:4.8rem 4rem}.collection-index-list--compact .collection-index-list__item{padding:1.6rem}.collection-index-list__item:hover{opacity:1 !important}}.collection-index-list__item+.collection-index-list__item{border-top:.1rem solid #fff}.collection-index-list__link{color:currentColor;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-decoration:none}.collection-index-list__item-title{font-weight:600}.collection-index-list--compact .collection-index-list__item-title{font-size:1.4rem;font-weight:normal}.language-switch__description{display:none;font-size:1.4rem;color:#2e318f;margin-right:.8rem}@media screen and (min-width: 62em){.language-switch__description{display:block}}.language-switch__button{background-color:rgba(0,0,0,0);padding:1rem;margin-left:-1rem;margin-right:-0.9rem}.language-switch__button:hover{background-color:rgba(0,0,0,0)}.language-switch__button:focus{border:#000 solid .2rem;padding:.8rem;margin-left:-0.9rem}.language-switch__options{display:grid;grid-gap:.4rem}.language-switch__label{display:block;-ms-grid-column:2;grid-column:2}.language-switch__link{display:grid;display:-ms-grid;grid-template-columns:3ch auto;-ms-grid-columns:1fr 4fr 1fr;-webkit-box-align:center;-ms-flex-align:center;align-items:center;grid-gap:1.6rem;grid-row-gap:.4rem;row-gap:.4rem;padding:1.6rem;color:#fff;text-decoration:none;font-size:1.4rem;width:100%;border-radius:.4rem}.language-switch__link--active,.language-switch__link:hover,.language-switch__link:focus{background-color:hsla(0,0%,100%,.3)}.language-switch__title{padding-bottom:1.2rem;line-height:130%;font-size:2.6rem;font-weight:600}.language-switch__selected-icon{display:block;grid-column:3;-ms-grid-column:3;justify-self:end;color:#fff;fill:currentColor}.accordion__title{text-align:center}.accordion--preboarding .accordion__title{color:#2e318f;text-align:left;font-size:1.8rem;font-weight:600;line-height:3.3rem;margin-bottom:2.4rem}@media screen and (min-width: 48em){.accordion--preboarding .accordion__title{font-size:2.6rem}}.accordion__hand-emoji{position:absolute;height:11rem;top:-3rem;right:0rem;max-width:12rem;max-height:12rem;-o-object-fit:contain;object-fit:contain}.accordion--play-animation .accordion__hand-emoji{--start: 0rem;--end: -8rem;animation:.3s bounce .5s 7 alternate-reverse both}.accordion--play-animation .accordion__hand-emoji-image{--start: 0;--end: 0.7;-webkit-animation:1s scale .4s 1 normal both;animation:1s scale .4s 1 normal both}@media screen and (min-width: 48em){.accordion--play-animation .accordion__hand-emoji-image{--end: 1}}@media screen and (min-width: 62em){.accordion__hand-emoji{max-width:17rem;max-height:17rem;top:-3rem;right:-8rem;height:17rem}}.accordion__wrapper{position:relative}.accordion--preboarding .accordion__wrapper{-ms-flex-preferred-size:100%;flex-basis:100%;max-width:100%}@media screen and (min-width: 48em){.accordion--preboarding .accordion__wrapper{-ms-flex-preferred-size:76rem;flex-basis:76rem;max-width:76rem}}.accordion__to-page{--start: 0, -2rem;--end: 0, 0;-webkit-animation:1s easing-in 1.4s 1 normal both;animation:1s easing-in 1.4s 1 normal both}.accordion__container{border:.1rem solid #2e318f;border-radius:.4rem;overflow:hidden;margin-bottom:2.4rem}.accordion__header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;position:relative;cursor:pointer;padding:2.4rem 7rem 2.4rem 2.4rem}.accordion--play-animation .accordion__header{-webkit-animation:1s fade-in forwards;animation:1s fade-in forwards}.accordion--preboarding .accordion__header{padding:3.2rem 3rem}.accordion__header-title{font-size:2.4rem;font-weight:bold;text-align:left;color:#2e318f}.accordion--preboarding .accordion__header-title{font-weight:600;font-size:1.8rem}@media screen and (min-width: 48em){.accordion--preboarding .accordion__header-title{font-size:2.4rem}}.investment-search .accordion__header-title{padding-right:3.5rem}.accordion--play-animation .accordion__icon{--start: 45deg;--end: 0deg;-webkit-animation:1s rotate 1s 1 normal both;animation:1s rotate 1s 1 normal both}.accordion__item-button{margin-top:2rem}.accordion__button{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-ms-flex-wrap:wrap;flex-wrap:wrap;text-align:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.accordion--play-animation .accordion__button{--start: 0;--end: 1;-webkit-animation:1s scale .4s 1 normal both;animation:1s scale .4s 1 normal both}.accordion__toggle-icon{fill:#2e318f;-webkit-transition:-webkit-transform 300ms ease-in-out;transition:-webkit-transform 300ms ease-in-out;transition:transform 300ms ease-in-out;transition:transform 300ms ease-in-out, -webkit-transform 300ms ease-in-out;margin-right:2.4rem;-ms-flex-negative:0;flex-shrink:0;position:absolute;right:0;pointer-events:none}.accordion--preboarding .accordion__toggle-icon{position:relative;margin:0 1.4rem}.accordion--open .accordion__toggle-icon{-webkit-transform:scale(1, -1);transform:scale(1, -1)}.accordion__foldout{height:0;-webkit-transition:height 300ms ease-in-out;transition:height 300ms ease-in-out}.accordion__content{padding:2.4rem;padding-top:0}.accordion--preboarding .accordion__content{padding:0 3.2rem 3rem}.accordion__pai-indicator-lists{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.stickyprogress{position:fixed;left:0;bottom:0;width:100vw;height:.6rem;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;background-color:rgba(0,0,0,0);color:#ce5368;z-index:5}@media screen and (min-width: 62em){.stickyprogress{bottom:auto;top:0}}.stickyprogress::-webkit-progress-bar{background-color:rgba(0,0,0,0)}.stickyprogress::-webkit-progress-value{background-color:#ce5368}.stickyprogress::-moz-progress-bar{background-color:#ce5368}.input{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;color:#2e318f}.input ::-ms-reveal{display:none}.input--center{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.input--sfdr-search{margin-left:1rem;max-width:calc(100% - 2rem)}.input__dropdown-arrow{right:0;pointer-events:none;position:absolute;fill:#2e318f}.input__dropdown-arrow>svg{margin-top:-1rem}.input__box.input-validation-error{border-color:#ce5368 !important}.input__box.input-validation-error~.input__error::after{content:"";position:absolute;right:2.4rem;top:50%;margin:auto;pointer-events:none;width:2rem;height:2rem;border-radius:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);background-color:#ce5368;background-image:url(/assets/images/icons/exclamation-white.svg);background-repeat:no-repeat;background-position:center}.input__box{background-color:#fff !important}.input__box{outline:none;font-size:1.6rem;padding:4rem 2.4rem 1.7rem;font-family:"ChapAPG",arial,helvetica,sans-serif;color:#2e318f;border-radius:.4rem;border:.1rem solid #2e318f;-webkit-transition:border-color 200ms,color 200ms;transition:border-color 200ms,color 200ms;height:6.8rem;-webkit-appearance:none;width:100%}.input__box--dropdown{margin:.2rem 0 !important}.input__box--dropdown{padding:3rem 2.4rem 1rem}.input__box--dropdown[multiple]{height:20rem}@media screen and (min-width: 48em){.input__box{font-size:1.8rem}}.input--light-border .input__box{border:.1rem solid #abadd2}.input--small .input__box{padding:2.8rem 2.4rem 1.4rem;height:5.8rem}.input--sfdr-search .input__box{margin-bottom:1rem;padding:1.4rem;font-size:1.4rem}.input--invalid .input__box{border-color:#ce5368}.input--canvas .input__box{background-color:#f2f0eb !important}.input--canvas .input__box{border:none;color:#333}.input--canvas .input__box:focus{caret-color:#333;border:none}.input__box:focus{caret-color:#109fc6;border:.1rem solid #109fc6}.input__box[type=text]:not(:-moz-placeholder)~.input__label, .input__box[type=email]:not(:-moz-placeholder)~.input__label, .input__box[type=tel]:not(:-moz-placeholder)~.input__label{color:#6062bb;top:2.4rem;font-size:1.2rem}.input__box[type=text]:not(:-ms-input-placeholder)~.input__label, .input__box[type=email]:not(:-ms-input-placeholder)~.input__label, .input__box[type=tel]:not(:-ms-input-placeholder)~.input__label{color:#6062bb;top:2.4rem;font-size:1.2rem}.input__box:focus~.input__label,.input__box[type=text]:not(:placeholder-shown)~.input__label,.input__box[type=email]:not(:placeholder-shown)~.input__label,.input__box[type=tel]:not(:placeholder-shown)~.input__label,.input__box--selected~.input__label{color:#6062bb;top:2.4rem;font-size:1.2rem}@media screen and (min-width: 48em){.input__box[type=text]:not(:-moz-placeholder)~.input__label, .input__box[type=email]:not(:-moz-placeholder)~.input__label, .input__box[type=tel]:not(:-moz-placeholder)~.input__label{font-size:1.4rem}.input__box[type=text]:not(:-ms-input-placeholder)~.input__label, .input__box[type=email]:not(:-ms-input-placeholder)~.input__label, .input__box[type=tel]:not(:-ms-input-placeholder)~.input__label{font-size:1.4rem}.input__box:focus~.input__label,.input__box[type=text]:not(:placeholder-shown)~.input__label,.input__box[type=email]:not(:placeholder-shown)~.input__label,.input__box[type=tel]:not(:placeholder-shown)~.input__label,.input__box--selected~.input__label{font-size:1.4rem}}.input--small .input__box[type=text]:not(:-moz-placeholder)~.input__label, .input--small .input__box[type=email]:not(:-moz-placeholder)~.input__label, .input--small .input__box[type=tel]:not(:-moz-placeholder)~.input__label{top:1.8rem}.input--small .input__box[type=text]:not(:-ms-input-placeholder)~.input__label, .input--small .input__box[type=email]:not(:-ms-input-placeholder)~.input__label, .input--small .input__box[type=tel]:not(:-ms-input-placeholder)~.input__label{top:1.8rem}.input--small .input__box:focus~.input__label,.input--small .input__box[type=text]:not(:placeholder-shown)~.input__label,.input--small .input__box[type=email]:not(:placeholder-shown)~.input__label,.input--small .input__box[type=tel]:not(:placeholder-shown)~.input__label,.input--small .input__box--selected~.input__label{top:1.8rem}.input--canvas .input__box[type=text]:not(:-moz-placeholder)~.input__label, .input--canvas .input__box[type=email]:not(:-moz-placeholder)~.input__label, .input--canvas .input__box[type=tel]:not(:-moz-placeholder)~.input__label{color:#6c6c6a}.input--canvas .input__box[type=text]:not(:-ms-input-placeholder)~.input__label, .input--canvas .input__box[type=email]:not(:-ms-input-placeholder)~.input__label, .input--canvas .input__box[type=tel]:not(:-ms-input-placeholder)~.input__label{color:#6c6c6a}.input--canvas .input__box:focus~.input__label,.input--canvas .input__box[type=text]:not(:placeholder-shown)~.input__label,.input--canvas .input__box[type=email]:not(:placeholder-shown)~.input__label,.input--canvas .input__box[type=tel]:not(:placeholder-shown)~.input__label,.input--canvas .input__box--selected~.input__label{color:#6c6c6a}.input--icon .input__box{padding-left:6.8rem}.input__label{top:50%;font-size:1.6rem;left:2.4rem;position:absolute;pointer-events:none;-webkit-transform:translateY(-50%);transform:translateY(-50%);-webkit-transition:all .2s;transition:all .2s;-webkit-transition-property:top,font-size;transition-property:top,font-size;color:#2e318f}@media screen and (min-width: 48em){.input__label{font-size:1.8rem}}@media all and (-ms-high-contrast: none),(-ms-high-contrast: active){.input__label{top:2rem;font-size:1.4rem}}.input--icon .input__label{left:6.8rem}.input--canvas .input__label{color:#333}.input__icon{position:absolute;top:50%;right:2.4rem;-webkit-transform:translateY(-50%);transform:translateY(-50%);fill:currentColor}.input__icon--left{left:2.4rem;right:auto}.input--invalid::after{content:"";position:absolute;right:2.4rem;top:50%;margin:auto;pointer-events:none;width:2rem;height:2rem;border-radius:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);background-color:#ce5368;background-image:url(/assets/images/icons/exclamation-white.svg);background-repeat:no-repeat;background-position:center}.umbraco-forms-field .dropdown-control{background-color:#fff !important}.umbraco-forms-field .dropdown-control{display:grid;grid-template-columns:auto 4rem;grid-template-rows:minmax(0.1rem, 3.2rem) auto auto;border-radius:.4rem;border:.1rem solid #abadd2;padding:1.8rem 1.8rem 1.5rem}.umbraco-forms-field .dropdown-control select{height:0 !important;width:0 !important;margin:0 !important;border:none !important}.umbraco-forms-field .dropdown-control select{padding:0}.umbraco-forms-field .dropdown-control__label{font-size:1.6rem;-webkit-transition:font-size .2s ease,color .2s ease,-webkit-transform .2s ease;transition:font-size .2s ease,color .2s ease,-webkit-transform .2s ease;transition:font-size .2s ease,transform .2s ease,color .2s ease;transition:font-size .2s ease,transform .2s ease,color .2s ease,-webkit-transform .2s ease;grid-column:1/-2;grid-row:1;align-self:center;overflow:hidden;white-space:nowrap}@media screen and (max-width: 48em){.umbraco-forms-field .dropdown-control__label{display:inline;max-width:90%;margin-bottom:1rem}}@media screen and (min-width: 48em){.umbraco-forms-field .dropdown-control__label{font-size:1.8rem}}@media screen and (min-width: 62em){.umbraco-forms-field .dropdown-control__label{white-space:inherit}}.umbraco-forms-field .dropdown-control__label--active{font-size:1.4rem;-webkit-transform:translate(0, -1.4rem);transform:translate(0, -1.4rem);color:#2e318f;opacity:.8}.umbraco-forms-field .dropdown-control [multiple]~.dropdown-control__label--active{-webkit-transform:translate(0, -1rem);transform:translate(0, -1rem)}.umbraco-forms-field .dropdown-control__ghost-label{grid-column:1/-1;grid-row:1}.umbraco-forms-field .dropdown-control__selection-wrapper{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%;border-radius:.4rem;line-height:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column nowrap;flex-flow:column nowrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;gap:1rem;grid-column:1/-1;grid-row:1/span 2;align-self:end;justify-self:start}.umbraco-forms-field .dropdown-control [multiple]~.dropdown-control__selection-wrapper{grid-row:2}.umbraco-forms-field .dropdown-control__selected-text{min-width:2rem;display:-ms-flexbox;display:flex;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-item-align:start;align-self:flex-start;gap:1.5rem;padding:.6rem 1.2rem;background-color:#f2f0eb;display:-webkit-box;overflow:hidden;text-overflow:ellipsis;-webkit-box-orient:vertical}@media screen and (max-width: 48em){.umbraco-forms-field .dropdown-control__selected-text{display:inline;max-width:24rem}}.umbraco-forms-field .dropdown-control__selected-text:hover{opacity:.8}.umbraco-forms-field .dropdown-control__selected-text--desc{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.umbraco-forms-field .dropdown-control__selected-text--close{color:#2e318f;font-size:1.3rem;line-height:0}.umbraco-forms-field .dropdown-control__options{font-size:1.6rem;height:39rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column nowrap;flex-flow:column nowrap;gap:1rem;overflow-y:auto;grid-column:1;grid-row:3}@media screen and (max-width: 48em){.umbraco-forms-field .dropdown-control__options{max-width:100%}}@media screen and (min-width: 48em){.umbraco-forms-field .dropdown-control__options{font-size:1.8rem;grid-column:1/-1}}.umbraco-forms-field .dropdown-control__options--hidden{display:none}.umbraco-forms-field .dropdown-control__single-option{height:auto;height:initial}.umbraco-forms-field .dropdown-control__same-as-selected{opacity:.7}.umbraco-forms-field .dropdown-control__option{line-height:1.7rem;padding:.5rem 0;justify-self:center}@media screen and (max-width: 48em){.umbraco-forms-field .dropdown-control__option{display:inline;max-width:90%}}.umbraco-forms-field .dropdown-control__option:first-child{min-height:1.6rem}.umbraco-forms-field .dropdown-control__option:hover{opacity:.8}.umbraco-forms-field .dropdown-control__chevron{fill:currentColor;grid-column:2;grid-row:1;-webkit-transition:-webkit-transform .2s ease;transition:-webkit-transform .2s ease;transition:transform .2s ease;transition:transform .2s ease, -webkit-transform .2s ease}.umbraco-forms-field .dropdown-control__chevron--active{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.umbraco-forms-page{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.umbraco-forms-page fieldset{padding:0;min-width:100%}.pagination{margin:8rem auto 0}.pagination__wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-ms-flex-wrap:wrap;flex-wrap:wrap}@media screen and (min-width: 62em){.pagination__wrapper{-ms-flex-wrap:initial;flex-wrap:initial}}.pagination__list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:100%}@media screen and (min-width: 62em){.pagination__list{width:auto}}.pagination__item{width:3.4rem;height:3.4rem;border-radius:4rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:#ce5368;margin:0 .4rem;-ms-flex-negative:0;flex-shrink:0}.pagination__item--active{color:#fff;background-color:#ce5368}@media screen and (min-width: 62em){.pagination__item{width:4.4rem;height:4.4rem}}.pagination__link{text-decoration:none;color:currentColor;font-size:1.8rem;width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;line-height:110%}.pagination__button{margin:2rem .4rem 0;-ms-flex-negative:0;flex-shrink:0;-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.pagination__button a,.pagination__button button{padding:0;width:3.4rem;height:3.4rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}@media screen and (min-width: 62em){.pagination__button a,.pagination__button button{width:4.4rem;height:4.4rem}}@media screen and (min-width: 62em){.pagination__button{margin:0 .4rem;-webkit-box-ordinal-group:initial;-ms-flex-order:initial;order:initial}}.sticky-bar{left:0;bottom:0;width:100%;position:fixed;padding:1rem .8rem;background-color:#fff;z-index:1}@media screen and (min-width: 48em){.sticky-bar{padding:2rem 0;background-color:rgba(0,0,0,0)}}.sticky-bar::before{content:"";top:-3.4rem;left:0;width:100%;height:3.5rem;display:block;position:absolute;background:-webkit-gradient(linear, left top, left bottom, color-stop(0, transparent), to(rgba(0, 0, 0, 0.15)));background:linear-gradient(180deg, transparent 0, rgba(0, 0, 0, 0.15))}@media screen and (min-width: 48em){.sticky-bar::before{display:none}}.sticky-bar__inner{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}@media screen and (min-width: 48em){.sticky-bar__inner{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}.sticky-bar__inner::before,.sticky-bar__inner::after{content:"";bottom:6.5rem;height:8rem;width:.8rem;position:absolute;background-color:#fff}@media screen and (min-width: 48em){.sticky-bar__inner::before,.sticky-bar__inner::after{display:none}}.sticky-bar__inner::before{left:-0.8rem}.sticky-bar__inner::after{right:-0.8rem}.job-function-group{padding:1.9rem;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-radius:0 0 .4rem 0;color:#f3d4d9;background-color:#ce5368}@media screen and (min-width: 48em){.job-function-group{display:none}}.job-function-group--card{padding:1.3rem;border-radius:.4rem .4rem 0 0}.job-function-group__icon{fill:#f3d4d9;stroke:#f3d4d9}.to-page{height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:#fff}.to-page--dark{color:#2e318f}.to-page__text{margin-top:.8rem}.to-page__text--small{font-size:1.4rem;font-weight:400;padding:0 .8rem;color:#2e318f}.to-page__animation--left-to-right{--start: -2rem;--end: 0;-webkit-animation:1s easing-in 2s 1 normal both;animation:1s easing-in 2s 1 normal both}.to-page__animation--top-to-bottom{--start: 0, -2rem;--end: 0, 0;-webkit-animation:1s easing-in 2s 1 normal both;animation:1s easing-in 2s 1 normal both}.archive-cards{margin-bottom:8rem}.archive-cards__button{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-top:4rem}@media screen and (min-width: 48em){.archive-cards__button{margin-top:6.4rem}}@media screen and (min-width: 62em){.archive-cards__button{margin-top:8rem}}.archive-cards__button-text{margin-top:.8rem;color:#2e318f;font-size:1.4rem}.archive-cards__title{color:#333}.archive-cards__item{width:100%;min-height:20rem}@media screen and (min-width: 48em){.archive-cards__item{min-height:36rem}}.search-form{position:relative}.search-form__button{position:absolute;right:0;cursor:pointer;top:50%;height:100%;width:8rem;-webkit-transform:translateY(-50%);transform:translateY(-50%);padding:0;background:rgba(0,0,0,0);-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;outline:none;border:0;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.search-form__button-icon{fill:#2e318f}.search-form--dark .search-form__button-icon{fill:#333}.published-on{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:#ce5368;font-size:1.4rem;line-height:1;border-bottom:.1rem solid #ce5368;padding-bottom:2.4rem}.published-on__background{background-color:#f2f0eb}.published-on__icon{width:2.4rem;height:2.4rem;fill:currentColor}.published-on__content{margin-left:.8rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.published-on__text{font-weight:700}.job-registration-form iframe{height:45rem;margin-top:2rem;width:100%}@media screen and (min-width: 62em){.job-registration-form iframe{height:25rem}}.form__item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;height:100%}.form__item--spacing{padding:1.2rem 0}.form__info-line{font-size:1.2rem;margin-top:.8rem;text-indent:1.7rem;letter-spacing:.02em;color:#6c6c6a}@media screen and (min-width: 48em){.form__info-line{font-size:1.4rem;margin-top:1.6rem}}.form__error-msg{width:100%;margin-top:.6rem;padding:0 1.8rem;font-size:1.2rem;letter-spacing:.02em;color:#ce5368}.form__error-msg:not([hidden]){display:block}@media screen and (min-width: 48em){.form__error-msg{font-size:1.4rem}}.form__label{position:relative;font-size:1.2rem;pointer-events:none;color:#2e318f;margin-bottom:.8rem;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}@media screen and (min-width: 48em){.form__label{font-size:1.4rem;margin-bottom:1.6rem}}@media all and (-ms-high-contrast: none),(-ms-high-contrast: active){.form__label{font-size:1.4rem}}.form__item-explanation{display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:.8rem;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.form__item-explanation .form__label{margin-bottom:0}.form__item-explanation .info-icon{margin-left:2rem}@media screen and (min-width: 48em){.form__item-explanation{margin-bottom:1.6rem}}body .umbraco-forms-form span.field-validation-error{color:#ce5368 !important}.dropdown{position:relative;height:100%}.dropdown[focus-within] .dropdown__body,.dropdown[focus-within] .dropdown__list,.dropdown[focus-within] .dropdown__item{border-color:#109fc6}.dropdown:focus-within .dropdown__body,.dropdown:focus-within .dropdown__list,.dropdown:focus-within .dropdown__item{border-color:#109fc6}@media screen and (max-width: 62em){.dropdown--investment-search{margin-top:1rem}}.dropdown--invalid .dropdown__body,.dropdown--invalid .dropdown__list,.dropdown--invalid .dropdown__item{border-color:#ce5368}.dropdown__item,.dropdown__body{background-color:#fff;-webkit-transition:border-color 200ms;transition:border-color 200ms;font:inherit;width:100%;text-align:left;outline:none;margin:0}.dropdown__body{min-height:6.8rem;border-radius:.5rem;padding:.8rem 2.4rem;border:.1rem solid #abadd2;cursor:pointer}.dropdown__body::after{-webkit-transform:scaleY(1);transform:scaleY(1);-webkit-transition:-webkit-transform .32s;transition:-webkit-transform .32s;transition:transform .32s;transition:transform .32s, -webkit-transform .32s}.dropdown--open .dropdown__body{border-radius:.5rem .5rem 0 0;border-bottom:none}.dropdown--open .dropdown__body::after{-webkit-transform:scaleY(-1);transform:scaleY(-1);top:1.8rem}.dropdown--large .dropdown__body{padding:1.8rem}.dropdown__item{padding:0 1.8rem;font-size:1.6rem;color:#2e318f;border:.1rem solid #abadd2;border-width:0 .1rem;border-right:none;display:-webkit-box;display:-ms-flexbox;display:flex}@media screen and (min-width: 48em){.dropdown__item{font-size:1.8rem}}.dropdown__item:focus,.dropdown__item:hover{background-color:#abadd2}.dropdown__item--selected{color:#109fc6}.dropdown__text{padding:1.8rem 0;border-top:.1rem solid #abadd2;width:100%;display:inline-block}.dropdown__selected{color:#2e318f}.dropdown__list{width:100%;display:none;overflow-y:auto;max-height:30rem;position:absolute;font-size:1.6rem;font-family:inherit;color:#2e318f;background-color:#fff;border-radius:0 0 .5rem .5rem;border-right:.05rem solid #abadd2;border-bottom:.1rem solid #abadd2;border-left:.1rem solid #abadd2;z-index:7}@media screen and (min-width: 48em){.dropdown__list{font-size:1.8rem}}.dropdown--investment-search .dropdown__list{z-index:1}@media screen and (max-width: 62em){.dropdown--investment-search .dropdown__list{position:relative;max-height:none}}.dropdown--open .dropdown__list{display:block;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.dropdown__list--wordbreak{word-wrap:break-word;word-wrap:break-word;-ms-word-break:break-all;word-break:break-word;-ms-hyphens:auto;hyphens:auto}.dropdown__label{font-size:1.2rem;font-weight:500;font-style:normal;color:#6062bb;margin-bottom:.5rem}@media screen and (min-width: 48em){.dropdown__label{font-size:1.4rem}}.dropdown__icon{position:absolute;-ms-flex-item-align:center;align-self:center;right:2.4rem;fill:#2e318f;top:3.4rem;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.dropdown__list-item .dropdown-checkbox{border-bottom:.1rem solid rgba(171,173,210,.5)}.dropdown__list-item:last-of-type .dropdown-checkbox{border-bottom:none}.dropdown--invalid::after{content:"";position:absolute;right:2.4rem;top:3.4rem;margin:auto;pointer-events:none;width:2rem;height:2rem;border-radius:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);background-color:#ce5368;background-image:url(/assets/images/icons/exclamation-white.svg);background-repeat:no-repeat;background-position:center}.dropdown-checkbox{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;height:5.7rem;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:0 1rem}.dropdown-checkbox+.dropdown-checkbox{margin-top:2rem}.dropdown-checkbox__dom{opacity:0;position:absolute;pointer-events:none;border-radius:.4rem}.dropdown-checkbox__wrap{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}@media screen and (min-width: 48em){.dropdown-checkbox__wrap{padding-right:2rem}}.dropdown-checkbox__styled-box{display:block;-ms-flex-negative:0;flex-shrink:0;position:relative;width:2.4rem;height:2.4rem;background:#f2f0eb;overflow:hidden;cursor:pointer;border-radius:.4rem;border:.1rem solid #abadd2;-webkit-transition:border-color 200ms;transition:border-color 200ms;margin-right:1rem}.dropdown-checkbox__dom:checked+.dropdown-checkbox__styled-box{border:0}.dropdown-checkbox__styled-box::before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-color:#f2f0eb;-webkit-transition:background-color .15s .1s;transition:background-color .15s .1s}.dropdown-checkbox__dom:checked+.dropdown-checkbox__styled-box::before{background-color:#109fc6;border-color:#109fc6;-webkit-transition-delay:0s;transition-delay:0s}.dropdown-checkbox__styled-box::after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;clip:rect(0, 0, 2rem, 0);-webkit-transition:clip .1s 0s;transition:clip .1s 0s;border-radius:.4rem;background-image:url(/assets/images/icons/checkmark-white.svg);background-position:center;background-repeat:no-repeat}.dropdown-checkbox__dom:checked+.dropdown-checkbox__styled-box::after{clip:rect(0, 3.2rem, 3.2rem, 0);-webkit-transition-delay:.1s;transition-delay:.1s}.dropdown-checkbox__label{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:1.2rem;font-weight:400;color:#6062bb;line-height:1;margin:auto 0 auto 1rem}@media screen and (min-width: 48em){.dropdown-checkbox__label{font-size:1.4rem}}.dropdown-checkbox__name{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.dropdown-checkbox__image{width:4rem;height:4rem;border-radius:.4rem;border:.1rem solid #abadd2;margin-right:.8rem;background-position:center;background-repeat:no-repeat;background-size:80%}.dropdown-checkbox__image--vijftigPlus{background-image:url(/assets/images/political-parties/50-plus.png)}.dropdown-checkbox__image--cda{background-image:url(/assets/images/political-parties/cda.png)}.dropdown-checkbox__image--cu{background-image:url(/assets/images/political-parties/cu.png)}.dropdown-checkbox__image--d66{background-image:url(/assets/images/political-parties/d66.png)}.dropdown-checkbox__image--denk{background-image:url(/assets/images/political-parties/denk.png)}.dropdown-checkbox__image--fvd{background-image:url(/assets/images/political-parties/fvd.png)}.dropdown-checkbox__image--groenLinks{background-image:url(/assets/images/political-parties/groen-links.png)}.dropdown-checkbox__image--lhk{background-image:url(/assets/images/political-parties/lhk.png)}.dropdown-checkbox__image--pvda{background-image:url(/assets/images/political-parties/pvda.png)}.dropdown-checkbox__image--pvdd{background-image:url(/assets/images/political-parties/pvdd.png)}.dropdown-checkbox__image--pvv{background-image:url(/assets/images/political-parties/pvv.png)}.dropdown-checkbox__image--sgp{background-image:url(/assets/images/political-parties/sgp.png)}.dropdown-checkbox__image--sp{background-image:url(/assets/images/political-parties/sp.png)}.dropdown-checkbox__image--vvd{background-image:url(/assets/images/political-parties/vvd.png)}.investment-search .dropdown-checkbox{height:auto;padding:1rem 0;margin:0 1.6rem}.investment-search .dropdown-checkbox .dropdown-checkbox__name{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;line-height:2.5rem}.investment-search .dropdown-checkbox .dropdown-checkbox__label{margin:0;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.investment-search .dropdown-checkbox .dropdown-checkbox__wrap{padding-right:0}.dropdown-input{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;color:#2e318f}.dropdown-input__box{outline:none;font-size:1.4rem;padding:2rem 2.4rem 1.2rem 5.6rem;font-family:"ChapAPG",arial,helvetica,sans-serif;color:#000;border-radius:.4rem;border:0;background-color:#f2f0eb;-webkit-transition:border-color 200ms,color 200ms;transition:border-color 200ms,color 200ms;height:5.6rem;-webkit-appearance:none;width:100%}.dropdown-input--light-border .dropdown-input__box{border:.1rem solid #abadd2}.dropdown-input__box:focus{caret-color:#109fc6;border:.1rem solid #109fc6}.dropdown-input__box:not(:-moz-placeholder)~.dropdown-input__label{color:#6062bb;top:1.4rem;font-size:1.2rem}.dropdown-input__box:not(:-ms-input-placeholder)~.dropdown-input__label{color:#6062bb;top:1.4rem;font-size:1.2rem}.dropdown-input__box:focus~.dropdown-input__label,.dropdown-input__box:not(:placeholder-shown)~.dropdown-input__label{color:#6062bb;top:1.4rem;font-size:1.2rem}.dropdown-input--icon .dropdown-input__box{padding-left:5.6rem}.dropdown-input__label{top:50%;font-size:1.4rem;left:5.6rem;position:absolute;pointer-events:none;-webkit-transform:translateY(-50%);transform:translateY(-50%);-webkit-transition:all .2s;transition:all .2s;-webkit-transition-property:top,font-size;transition-property:top,font-size;color:#000}.dropdown-input--icon .dropdown-input__label{left:5.6rem}.dropdown-input__icon{position:absolute;top:50%;left:1.9rem;-webkit-transform:translateY(-50%);transform:translateY(-50%);fill:#000}.dropdown-with-checkbox__list{display:block;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding:0 .6rem;border-left:.1rem solid #abadd2}@media screen and (min-width: 48em){.dropdown-with-checkbox__list{font-size:1.8rem}}.dropdown-with-checkbox__input{margin-top:1rem}.dropdown-with-checkbox__item{padding:1.6rem 1rem;font-size:1.6rem;color:#2e318f;border-bottom:.1rem solid #abadd2;display:-webkit-box;display:-ms-flexbox;display:flex}@media screen and (min-width: 48em){.dropdown-with-checkbox__item{font-size:1.8rem}}.dropdown-with-checkbox__item:first-child{margin-bottom:1rem}.dropdown-with-checkbox__item:last-child{border-bottom:none}.dropdown-with-checkbox__item:focus,.dropdown-with-checkbox__item:hover{background-color:inherit}.dropdown-with-checkbox__item--selected{color:#109fc6}.radio-input{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column nowrap;flex-flow:column nowrap;gap:1.6rem}.radio-input__caption{font-size:1.6rem;color:#2e318f}@media screen and (min-width: 48em){.radio-input__caption{font-size:1.8rem}}.radio-input__options{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-pack:distribute;justify-content:space-around}.radio-input__container{position:relative;cursor:pointer;height:4.6rem;width:70%;border:.1rem solid #abadd2;background:#fff;border-radius:.4rem}.radio-input__container>*{position:absolute}.radio-input__container--label{top:0;right:0;bottom:0;left:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:1.6rem;color:#2e318f}@media screen and (min-width: 48em){.radio-input__container--label{font-size:1.8rem}}.radio-input__container--input{opacity:0}.radio-input__container--input:checked~.radio-input__container--label{background:#109fc6;color:#fff}.checkbox{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;height:100%;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media screen and (max-width: 48em){.checkbox{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}.checkbox+.checkbox{margin-top:2rem}.checkbox__dom{opacity:0;position:absolute;pointer-events:none;border-radius:.4rem}.checkbox__wrap{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}@media screen and (min-width: 48em){.checkbox__wrap{padding-right:5.2rem}}.checkbox__styled-box{display:block;-ms-flex-negative:0;flex-shrink:0;position:relative;width:3.2rem;height:3.2rem;background:#f2f0eb;overflow:hidden;cursor:pointer;border-radius:.4rem;border:.1rem solid #abadd2;-webkit-transition:border-color 200ms;transition:border-color 200ms}.checkbox--invalid .checkbox__styled-box{border-color:#ce5368}.checkbox__styled-box:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-color:#f2f0eb;-webkit-transition:background-color .15s .1s;transition:background-color .15s .1s}.checkbox__dom:checked+.checkbox__styled-box:before{background-color:#109fc6;border-color:#109fc6;-webkit-transition-delay:0s;transition-delay:0s}.checkbox__styled-box:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;clip:rect(0rem, 0rem, 2rem, 0rem);-webkit-transition:clip .1s 0s;transition:clip .1s 0s;border-radius:.4rem;background-image:url(/assets/images/icons/checkmark-white.svg);background-position:center;background-repeat:no-repeat}.checkbox__dom:checked+.checkbox__styled-box:after{clip:rect(0rem, 3.2rem, 3.2rem, 0rem);-webkit-transition-delay:.1s;transition-delay:.1s}.checkbox__dom:disabled+.checkbox__styled-box{cursor:auto;opacity:.5}.checkbox__dom:focus+.checkbox__styled-box{border:.1rem solid #109fc6}.checkbox__label{font-size:1.2rem;font-weight:500;color:#2e318f;line-height:1;margin:auto 0 auto 1rem;cursor:pointer}@media screen and (min-width: 48em){.checkbox__label{font-size:1.4rem}}.checkbox__label a{color:currentColor;text-decoration:underline;text-decoration-color:rgba(0,0,0,0);-webkit-transition:text-decoration-color 200ms cubic-bezier(0.63, 0, 0.55, 1);transition:text-decoration-color 200ms cubic-bezier(0.63, 0, 0.55, 1)}.checkbox__label a:hover{text-decoration-color:currentColor}.checkbox__dom:disabled~.checkbox__label{cursor:auto;opacity:.5}.checkbox--invalid:after{content:"";position:absolute;right:2.4rem;top:1.6rem;margin:auto;pointer-events:none;width:2rem;height:2rem;border-radius:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);background-color:#ce5368;background-image:url(/assets/images/icons/exclamation-white.svg);background-repeat:no-repeat;background-position:center}.file-input{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;color:#2e318f;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;background-color:#fff;outline:0;border:none;font-size:1.4rem}.file-input--disabled{opacity:.3;pointer-events:none}.file-input[focus-within] .file-input__box,.file-input[focus-within] .file-input__button{border-color:#109fc6}.file-input:focus-within .file-input__box,.file-input:focus-within .file-input__button{border-color:#109fc6}.file-input--invalid .file-input__box,.file-input--invalid .file-input__button{border-color:#ce5368}.file-input__box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;padding:1.8rem;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;border-radius:.4rem 0 0 .4rem;border:.1rem solid #abadd2;color:#6062bb;border-right:0;display:flex;justify-self:center;overflow:hidden;-webkit-transition:border-color 200ms;transition:border-color 200ms}.file-input__placeholder{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.file-input__button{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font:inherit;color:inherit;background:#dfae41;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;border-radius:.4rem;outline:none;border:0;width:30%;-ms-flex-negative:0;flex-shrink:0;height:6.4rem;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background-color:#dfae41;border-radius:0 .4rem .4rem 0;cursor:pointer;border:.1rem solid #dfae41;border-left:0;-webkit-transition:border-color 200ms,background-color 200ms,opacity 200ms;transition:border-color 200ms,background-color 200ms,opacity 200ms}@media screen and (min-width: 48em){.file-input__button{height:8rem}}.file-input__button:focus,.file-input__button:hover{border-color:#efd7a0;background:#efd7a0}.file-input--invalid:after{content:"";position:absolute;right:calc(30% + 2.4rem);top:50%;margin:auto;pointer-events:none;width:2rem;height:2rem;border-radius:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);background-color:#ce5368;background-image:url(/assets/images/icons/exclamation-white.svg);background-repeat:no-repeat;background-position:center}.textarea{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;color:#2e318f;margin-bottom:2rem}.textarea__box{font:inherit;font-size:1.6rem;font-weight:400;display:block;padding:1.4rem 2.2rem;width:100%;max-width:100%;min-width:100%;height:100%;min-height:20rem;max-height:20rem;resize:none;border-radius:.4rem;background-color:#fff;color:#2e318f;border:.1rem solid #abadd2;-webkit-transition:border-color 200ms;transition:border-color 200ms}@media screen and (min-width: 48em){.textarea__box{font-size:1.8rem}}.textarea__box::-webkit-input-placeholder{color:inherit}.textarea__box::-moz-placeholder{color:inherit}.textarea__box:-ms-input-placeholder{color:inherit}.textarea__box::-ms-input-placeholder{color:inherit}.textarea__box::placeholder{color:inherit}.textarea--invalid .textarea__box{border-color:#ce5368}.textarea__box:focus{outline:none;border-color:#109fc6}.textarea--invalid::after{content:"";position:absolute;right:2.4rem;top:2.8rem;margin:auto;pointer-events:none;width:2rem;height:2rem;border-radius:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);background-color:#ce5368;background-image:url(/assets/images/icons/exclamation-white.svg);background-repeat:no-repeat;background-position:center}.tabs{overflow:hidden;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.tabs__tab{visibility:hidden;opacity:0;max-height:0;-webkit-transition:opacity 300ms 0ms ease-in-out,visibility 300ms steps(1),max-height 300ms steps(1);transition:opacity 300ms 0ms ease-in-out,visibility 300ms steps(1),max-height 300ms steps(1)}.tabs__tab--active{-webkit-transition:opacity 300ms 300ms ease-in-out,visibility 1ms steps(1),max-height 1ms steps(1);transition:opacity 300ms 300ms ease-in-out,visibility 1ms steps(1),max-height 1ms steps(1);max-height:100%;visibility:visible;opacity:1}.theme-top-bar{background-color:#fff;padding-top:1rem;padding-bottom:1rem;position:relative;height:5.6rem;z-index:-2;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}@media screen and (min-width: 62em){.theme-top-bar{height:auto;position:absolute;top:calc(50% + 2rem);left:50%;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%);max-width:80rem;z-index:auto;z-index:initial;max-width:calc(100% - (100% - 140rem) - 32rem);width:auto}}.theme-top-bar__wrapper{overflow:auto;display:-webkit-box;display:-ms-flexbox;display:flex}.theme-top-bar:hover .theme-top-bar__tag{color:#abadd2;background-color:rgba(0,0,0,0)}.theme-top-bar__tag{text-decoration:none;padding:.8rem 1.2rem;color:#abadd2;border:.1rem solid #2e318f;font-size:1.4rem;font-weight:500;border-radius:.4rem;cursor:pointer;white-space:nowrap;-webkit-transition:color 200ms ease-in,background-color 200ms ease-in;transition:color 200ms ease-in,background-color 200ms ease-in}.theme-top-bar__tag:hover{background-color:#2e318f !important;color:#fff !important}.theme-top-bar__tag--active{background-color:#2e318f;color:#fff}.theme-top-bar__tag+.theme-top-bar__tag{margin-left:.8rem}.quote-icon{fill:#fff;height:3rem;position:absolute}.quote-icon--start{left:0;top:-1.4rem}.login{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-align:center;color:#2e318f}@media screen and (min-width: 48em){.login{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;height:calc(100vh - 36rem)}}.login__icon-visible::after{content:"";height:2rem;width:2.5rem;display:block;position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);right:2.4rem;cursor:pointer;background:url(/assets/images/icons/password-visible.svg) no-repeat;background-size:cover}.login__icon-invisible::after{content:"";height:2rem;width:2.4rem;display:block;position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);right:2.4rem;cursor:pointer;background:url(/assets/images/icons/password-invisible.svg) no-repeat;background-size:cover}.login__input{margin-top:.8rem;height:auto}.login__submit{margin-top:3.2rem;font-weight:400}.login__submit-text{padding-right:1rem}.login__submit-disabled{cursor:default;background-color:#efd7a0}.login__link{text-decoration:none;color:#2e318f;font-size:1.4rem;padding-top:2.4rem}.login__link::after{content:"";margin-top:.8rem;display:block;height:.1rem;width:100%;background-color:#abadd2}.login__text{font-size:1.6rem;padding-top:.8rem}.login--invalid::after{content:"";right:6rem}.login__form{margin-top:3.2rem}.login__form,.login__text{width:100%;max-width:42rem}.image-slider{position:relative;height:12rem;overflow:hidden}@media screen and (min-width: 62em){.image-slider{position:absolute;top:0;right:0;bottom:0;left:0;height:auto}}.image-slider__slide{position:absolute;top:50%;left:50%;width:100%;height:100%;-webkit-transform:translate(-50%, -50%) scale(1.1);transform:translate(-50%, -50%) scale(1.1);-webkit-transition:opacity .5s,-webkit-transform .5s cubic-bezier(0.22, 1, 0.36, 1);transition:opacity .5s,-webkit-transform .5s cubic-bezier(0.22, 1, 0.36, 1);transition:transform .5s cubic-bezier(0.22, 1, 0.36, 1),opacity .5s;transition:transform .5s cubic-bezier(0.22, 1, 0.36, 1),opacity .5s,-webkit-transform .5s cubic-bezier(0.22, 1, 0.36, 1);opacity:0}.image-slider__slide.active{-webkit-transform:translate(-50%, -50%) scale(1);transform:translate(-50%, -50%) scale(1);opacity:1;z-index:2}.image-slider__slide.previous{-webkit-transform:translate(-50%, -50%) scale(1);transform:translate(-50%, -50%) scale(1);opacity:1;z-index:1}.image-slider__image{display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.investment-search__top{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-top:2.4rem}@media screen and (min-width: 62em){.investment-search__top{-ms-flex-wrap:nowrap;flex-wrap:nowrap}}.investment-search__bottom{margin:2.4rem 0}@media screen and (min-width: 62em){.investment-search__bottom{margin-bottom:9.6rem}}.investment-search__column{width:100%}.investment-search__column:last-of-type{padding-right:0}@media screen and (min-width: 62em){.investment-search__column{padding:0 2rem;width:23%}}.investment-search__column--search{padding-left:0}@media screen and (min-width: 62em){.investment-search__column--search{width:31%}}@media screen and (min-width: 62em){.investment-search__result-inner{display:-webkit-box;display:-ms-flexbox;display:flex}}.investment-search__result-data{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}@media screen and (min-width: 62em){.investment-search__result-data{-ms-flex-wrap:nowrap;flex-wrap:nowrap;width:calc(100% - 9rem)}}.investment-search__result-data-item{width:100%;padding:1rem 0;border-bottom:.1rem solid #abadd2}@media screen and (min-width: 62em){.investment-search__result-data-item{padding:0;width:33.33%;border-bottom:none}}@media screen and (max-width: 62em){.investment-search__result-data-item:first-of-type .investment-search__result-data-label{padding-top:0}}.investment-search__result-data-item:last-of-type{border-bottom:none}.investment-search__result-data-item:last-of-type .investment-search__result-data-value{border-bottom:none}.investment-search__result-data-label{font-weight:600;color:#2e318f;padding:1rem 0 0}@media screen and (min-width: 62em){.investment-search__result-data-label{padding-bottom:1rem;border-bottom:.1rem solid #abadd2}}.investment-search__result-data-value{color:#2e318f;padding:1rem 0}@media screen and (min-width: 62em){.investment-search__result-data-value{border-bottom:0}}.investment-search__read-more{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;white-space:nowrap;margin-top:1rem;text-decoration:none}@media screen and (min-width: 62em){.investment-search__read-more{margin-top:0;margin-left:9rem}}.pai-indicator{display:inline-block;-ms-flex-negative:0;flex-shrink:0;text-align:center;width:2.8rem;height:2.8rem;border-radius:50%;line-height:2.5rem;margin-right:.8rem;font-size:1.4rem;color:#fff;font-weight:700}.pai-indicator-list__category-title{font-weight:700;color:#2e318f;margin-bottom:1.6rem}@media screen and (min-width: 62em){.pai-indicator-list__category-title{margin-bottom:2.4rem}}.pai-indicator-list li{display:-webkit-box;display:-ms-flexbox;display:flex;padding-bottom:2rem;line-height:2.8rem}.pai-indicator-list li:last-of-type{padding-bottom:0}.accordion--with-pai-indicators .pai-indicator-list{margin-top:3.2rem}@media screen and (min-width: 62em){.accordion--with-pai-indicators .pai-indicator-list{width:50%;margin-top:2.4rem}.accordion--with-pai-indicators .pai-indicator-list:nth-child(odd){padding-right:2rem}.accordion--with-pai-indicators .pai-indicator-list:nth-child(even){padding-left:2rem}}.tooltip{position:relative;padding:0 1rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;z-index:2;pointer-events:all}.tooltip__toggle{cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.tooltip__content{position:absolute;bottom:calc(100% + 1.5rem);left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);background:#2e318f;color:#fff;width:24.6rem;border-radius:.4rem;padding:1.6rem;display:none;font-size:1.4rem}.tooltip__content:after{content:"";position:absolute;display:none;bottom:0;width:2.5rem;height:2.5rem;background:#2e318f;border-radius:.4rem;left:50%;-webkit-transform:translate(-50%, 35%) rotate(-45deg);transform:translate(-50%, 35%) rotate(-45deg)}.tooltip.displaying-tooltip .tooltip__content{display:block}.tooltip.displaying-tooltip .tooltip__content:after{display:block}@media screen and (min-width: 48em){.tooltip__content{left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}}.scroll-cue--active,.scroll-cue--past{border-radius:0;width:100%;-webkit-transition:border-radius 550ms 0ms,width 550ms 0ms,height 550ms 0ms;transition:border-radius 550ms 0ms,width 550ms 0ms,height 550ms 0ms}.scroll-cue__scroll-indicator{top:calc(100vh - 7rem);left:0;color:#fff;cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.scroll-cue__scroll-indicator p{font-size:1.5rem}.scroll-cue__indicator-icon{background-color:#fff;width:3.6rem;height:3.6rem;border-radius:3.6rem;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;margin-right:.8rem}.scroll-cue__indicator-icon svg{-webkit-animation:bounce ease-in-out 4s infinite;animation:bounce ease-in-out 4s infinite}@keyframes bounce{0%{-webkit-transform:translateY(0);transform:translateY(0)}10%{-webkit-transform:translateY(5px);transform:translateY(5px)}20%{-webkit-transform:translateY(0);transform:translateY(0)}100%{-webkit-transform:translateY(0);transform:translateY(0)}}.filters{margin:4rem 0;position:relative;height:8rem}@media screen and (min-width: 48em){.filters{margin:5.6rem 0}}@media screen and (min-width: 62em){.filters{margin:4rem 0 8rem}}.filters__filter{display:grid;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;grid-gap:.8rem;gap:.8rem;position:absolute;z-index:2;width:100%;grid-template-columns:repeat(1, 1fr);gap:1.6rem}@media screen and (min-width: 48em){.filters__filter{grid-template-columns:repeat(2, 1fr);gap:1.6rem}}@media screen and (min-width: 62em){.filters__filter{grid-template-columns:repeat(3, 1fr);gap:2.4rem}}.filters__label{position:absolute;left:2.4rem;top:1.3rem;font-size:1.4rem;font-weight:500;letter-spacing:.28px;color:#6062bb;pointer-events:none}.filters__icon{position:absolute;right:2.4rem;top:2.1rem;pointer-events:none;fill:#2e318f}.filters__dropdown{border-radius:.4rem;border:1px solid #abadd2;width:100%;font-size:1.8rem;line-height:110%;color:#2e318f;font-family:"ChapAPG";cursor:pointer}.filters__dropdown[\:has\(.filters__dropdown-items--open\)]{outline:1px solid #109fc6}.filters__dropdown:has(.filters__dropdown-items--open){outline:1px solid #109fc6}.filters__dropdown-wrapper{position:relative;background-color:#fff;border-radius:.4rem;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;width:100%}.filters__dropdown-items{display:none;-moz-tab-size:1;-o-tab-size:1;tab-size:1}.filters__dropdown-items--open{display:block;max-height:28rem;overflow-y:scroll}.filters__dropdown-item{cursor:pointer;padding:1.8rem 2.4rem;position:relative}.filters__dropdown-item::before{content:"";display:block;position:absolute;height:calc(100% - .1rem);border-top:.1rem solid #abadd2;width:calc(100% - 4.8rem);top:0}.filters__dropdown-item:not(:first-child){margin-top:-0.1rem}.filters__dropdown-item--selected{padding:3.1rem 2.4rem 1.3rem}.filters__dropdown-item:hover{background-color:#abadd2}.filters__dropdown-item.focus-visible{outline:none;border-top:.2rem solid #109fc6;border-bottom:.2rem solid #109fc6}.filters__dropdown-item:focus-visible{outline:none;border-top:.2rem solid #109fc6;border-bottom:.2rem solid #109fc6}.organizational_chart__level{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}@media screen and (min-width: 48em){.organizational_chart__level{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}}.organizational_chart__level:not(:first-of-type){padding-top:4rem}.organizational_chart__level:not(:last-of-type){padding-bottom:2rem;border-bottom:2px solid #cac8c4}.organizational_chart__person{justify-items:center;font-size:1.4rem}.organizational_chart__avatar{border-radius:50%;position:relative}.organizational_chart__country{width:3rem;height:3rem;border-radius:50%;border:.1rem solid #eee;position:absolute;top:0.4rem;right:0.4rem;background-position:center;background-repeat:no-repeat;background-size:cover}.organizational_chart__country+.organizational_chart__country{right:calc(0.4rem - 1.5rem)}.organizational_chart__country+.organizational_chart__country+.organizational_chart__country{right:calc(0.4rem - 3rem)}.organizational_chart__country+.organizational_chart__country+.organizational_chart__country+.organizational_chart__country{right:calc(0.4rem - 4.5rem)}.organizational_chart__country+.organizational_chart__country+.organizational_chart__country+.organizational_chart__country+.organizational_chart__country{right:calc(0.4rem - 6rem)}.organizational_chart__country--hongkong{background-image:url("/assets/images/country-flags/hongkong.svg")}.organizational_chart__country--netherlands{background-image:url("/assets/images/country-flags/netherlands.svg")}.organizational_chart__country--singapore{background-image:url("/assets/images/country-flags/singapore.svg")}.organizational_chart__country--unitedstates{background-image:url("/assets/images/country-flags/unitedstates.svg")}.organizational_chart__details{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-align:center}.organizational_chart__name{font-weight:600;color:#2e318f}.collection-card{overflow:hidden;position:relative;border-radius:.4rem;text-decoration:none;display:block;height:100%;-webkit-transition:-webkit-transform 300ms cubic-bezier(0.63, 0, 0.55, 1);transition:-webkit-transform 300ms cubic-bezier(0.63, 0, 0.55, 1);transition:transform 300ms cubic-bezier(0.63, 0, 0.55, 1);transition:transform 300ms cubic-bezier(0.63, 0, 0.55, 1), -webkit-transform 300ms cubic-bezier(0.63, 0, 0.55, 1)}.collection-card:hover{-webkit-transition:-webkit-transform 550ms cubic-bezier(0.63, 0, 0.55, 1);transition:-webkit-transform 550ms cubic-bezier(0.63, 0, 0.55, 1);transition:transform 550ms cubic-bezier(0.63, 0, 0.55, 1);transition:transform 550ms cubic-bezier(0.63, 0, 0.55, 1), -webkit-transform 550ms cubic-bezier(0.63, 0, 0.55, 1)}@media screen and (min-width: 62em){.collection-card--hover:hover .collection-card__wrapper{-webkit-transform:translateY(-38rem);transform:translateY(-38rem)}}@media screen and (min-width: 75em){.collection-card--hover:hover .collection-card__wrapper{-webkit-transform:translateY(-48rem);transform:translateY(-48rem)}}.collection-card__wrapper{-webkit-transform:translateY(0);transform:translateY(0);-webkit-transition:-webkit-transform 300ms cubic-bezier(0.63, 0, 0.55, 1);transition:-webkit-transform 300ms cubic-bezier(0.63, 0, 0.55, 1);transition:transform 300ms cubic-bezier(0.63, 0, 0.55, 1);transition:transform 300ms cubic-bezier(0.63, 0, 0.55, 1), -webkit-transform 300ms cubic-bezier(0.63, 0, 0.55, 1);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;height:100%}.collection-card__image{width:100%;height:30rem;-webkit-transition:all 300ms cubic-bezier(0.63, 0, 0.55, 1);transition:all 300ms cubic-bezier(0.63, 0, 0.55, 1);background-position:center;background-repeat:no-repeat;background-size:cover}@media screen and (min-width: 62em){.collection-card__image{height:38rem}}@media screen and (min-width: 75em){.collection-card__image{height:48rem}}.collection-card__image::after{background-color:#f2f0eb;border-color:#2e318f;border-bottom:0;border-radius:.4rem .4rem 0 0}.collection-card__content{background-color:#2e318f;color:#fff;padding:2rem;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-transition:all 300ms cubic-bezier(0.63, 0, 0.55, 1);transition:all 300ms cubic-bezier(0.63, 0, 0.55, 1);background-position:center;background-repeat:no-repeat;background-size:cover}@media screen and (min-width: 62em){.collection-card__content{padding:2.4rem;height:23rem}}@media screen and (min-width: 75em){.collection-card__content{height:23rem}}.collection-card__content-inner{width:100%}.collection-card__subtitle{color:#abadd2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.collection-card__background{background-color:#2e318f;z-index:-1;display:-webkit-box;display:-ms-flexbox;display:flex;height:auto;width:100%;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}@media screen and (min-width: 62em){.collection-card__background{height:38.1rem;margin-bottom:-38rem;margin-top:-0.1rem}}@media screen and (min-width: 75em){.collection-card__background{height:48.1rem;margin-bottom:-48rem;margin-top:-0.1rem}}.collection-card__interaction{padding:4rem;background-color:#dfae41;color:#fff;height:auto;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-decoration:none}@media screen and (min-width: 62em){.collection-card__interaction{height:30.5rem}}@media screen and (min-width: 75em){.collection-card__interaction{height:35.5rem}}.collection-card__interaction-inner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:#2e318f}.collection-card__interaction-icon{fill:currentColor}.contact-card{overflow:hidden;position:relative;border-radius:.4rem;text-decoration:none;display:block;height:100%;-webkit-transition:-webkit-transform 300ms cubic-bezier(0.63, 0, 0.55, 1);transition:-webkit-transform 300ms cubic-bezier(0.63, 0, 0.55, 1);transition:transform 300ms cubic-bezier(0.63, 0, 0.55, 1);transition:transform 300ms cubic-bezier(0.63, 0, 0.55, 1), -webkit-transform 300ms cubic-bezier(0.63, 0, 0.55, 1)}.contact-card--hover:hover{-webkit-transition:-webkit-transform 550ms cubic-bezier(0.63, 0, 0.55, 1);transition:-webkit-transform 550ms cubic-bezier(0.63, 0, 0.55, 1);transition:transform 550ms cubic-bezier(0.63, 0, 0.55, 1);transition:transform 550ms cubic-bezier(0.63, 0, 0.55, 1), -webkit-transform 550ms cubic-bezier(0.63, 0, 0.55, 1)}@media screen and (min-width: 62em){.contact-card--hover:hover .contact-card__wrapper{-webkit-transform:translateY(-21rem);transform:translateY(-21rem)}}@media screen and (min-width: 75em){.contact-card--hover:hover .contact-card__wrapper{-webkit-transform:translateY(-28rem);transform:translateY(-28rem)}}.contact-card__wrapper{-webkit-transform:translateY(0);transform:translateY(0);-webkit-transition:-webkit-transform 300ms cubic-bezier(0.63, 0, 0.55, 1);transition:-webkit-transform 300ms cubic-bezier(0.63, 0, 0.55, 1);transition:transform 300ms cubic-bezier(0.63, 0, 0.55, 1);transition:transform 300ms cubic-bezier(0.63, 0, 0.55, 1), -webkit-transform 300ms cubic-bezier(0.63, 0, 0.55, 1);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;height:100%}.contact-card__image{width:100%;height:22rem;background-position:center;background-repeat:no-repeat;background-size:cover;background-image:url(/assets/images/CardFallback.jpg)}@media screen and (min-width: 62em){.contact-card__image{height:21rem}}@media screen and (min-width: 75em){.contact-card__image{height:28rem}}.contact-card__image::after{background-color:#f2f0eb;border-color:#2e318f;border-bottom:0;border-radius:.4rem .4rem 0 0}.contact-card__content{background-color:#2e318f;color:#fff;padding:2rem;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-transition:all 300ms cubic-bezier(0.63, 0, 0.55, 1);transition:all 300ms cubic-bezier(0.63, 0, 0.55, 1);text-align:center;-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;height:auto;background-position:center;background-repeat:no-repeat;background-size:cover}@media screen and (min-width: 75em){.contact-card__content{padding:4rem 6rem}}@media screen and (min-width: 62em){.contact-card__content{height:31rem}}@media screen and (min-width: 75em){.contact-card__content{height:31rem}}.contact-card__content-inner{width:100%}@media screen and (min-width: 62em){.contact-card__title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}}.contact-card__subtitle{color:#abadd2}.contact-card__background{background-color:#2e318f;z-index:-1;display:-webkit-box;display:-ms-flexbox;display:flex;height:auto;width:100%;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}@media screen and (min-width: 62em){.contact-card__background{height:21.1rem;margin-bottom:-21rem;margin-top:-0.1rem}}@media screen and (min-width: 75em){.contact-card__background{height:28.1rem;margin-bottom:-28rem}}.contact-card__badge{color:#2e318f;background-color:#abadd2;margin-right:1.2rem}.contact-card__contact-link{color:currentColor;text-decoration:underline;text-decoration-color:rgba(0,0,0,0);-webkit-transition:200ms cubic-bezier(0.63, 0, 0.55, 1);transition:200ms cubic-bezier(0.63, 0, 0.55, 1);text-align:left}.contact-card__contact-link:hover{text-decoration-color:currentColor}.contact-card__contact-maps{color:currentColor;text-align:left}.contact-card__contact-maps a{color:currentColor;text-decoration:underline;text-decoration-color:rgba(0,0,0,0);-webkit-transition:200ms cubic-bezier(0.63, 0, 0.55, 1);transition:200ms cubic-bezier(0.63, 0, 0.55, 1)}.contact-card__contact-maps a:hover{text-decoration-color:currentColor}.contact-card__contact-row{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.contact-card__contact-row+.contact-card__contact-row{margin-top:1.6rem}.contact-card__interaction{padding:4rem;background-color:#dfae41;color:#fff;height:auto;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-decoration:none}@media screen and (min-width: 62em){.contact-card__interaction{height:21rem}}@media screen and (min-width: 75em){.contact-card__interaction{height:28rem}}.contact-card__interaction-inner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:#2e318f}.contact-card__interaction-icon{fill:currentColor}.person-card{overflow:hidden;position:relative;border-radius:.4rem;text-decoration:none;display:block;height:100%;-webkit-transition:-webkit-transform 300ms cubic-bezier(0.63, 0, 0.55, 1);transition:-webkit-transform 300ms cubic-bezier(0.63, 0, 0.55, 1);transition:transform 300ms cubic-bezier(0.63, 0, 0.55, 1);transition:transform 300ms cubic-bezier(0.63, 0, 0.55, 1), -webkit-transform 300ms cubic-bezier(0.63, 0, 0.55, 1)}.person-card--preboarding{border:.1rem solid #abadd2}.person-card--hover:hover{-webkit-transition:-webkit-transform 550ms cubic-bezier(0.63, 0, 0.55, 1);transition:-webkit-transform 550ms cubic-bezier(0.63, 0, 0.55, 1);transition:transform 550ms cubic-bezier(0.63, 0, 0.55, 1);transition:transform 550ms cubic-bezier(0.63, 0, 0.55, 1), -webkit-transform 550ms cubic-bezier(0.63, 0, 0.55, 1)}@media screen and (min-width: 62em){.person-card--hover:hover .person-card__wrapper{-webkit-transform:translateY(-22rem);transform:translateY(-22rem)}}@media screen and (min-width: 75em){.person-card--hover:hover .person-card__wrapper{-webkit-transform:translateY(-22rem);transform:translateY(-22rem)}}@media screen and (min-width: 62em){.person-card--hover:hover.person-card--noquote .person-card__wrapper{-webkit-transform:translateY(-29rem);transform:translateY(-29rem)}}@media screen and (min-width: 75em){.person-card--hover:hover.person-card--noquote .person-card__wrapper{-webkit-transform:translateY(-29rem);transform:translateY(-29rem)}}.person-card__wrapper{-webkit-transform:translateY(0);transform:translateY(0);-webkit-transition:-webkit-transform 300ms cubic-bezier(0.63, 0, 0.55, 1);transition:-webkit-transform 300ms cubic-bezier(0.63, 0, 0.55, 1);transition:transform 300ms cubic-bezier(0.63, 0, 0.55, 1);transition:transform 300ms cubic-bezier(0.63, 0, 0.55, 1), -webkit-transform 300ms cubic-bezier(0.63, 0, 0.55, 1);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;height:100%;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.person-card__image{width:100%;height:14rem;background-position:center;background-repeat:no-repeat;background-size:cover;background-image:url(/assets/images/CardFallback.jpg)}.person-card--play-animation .person-card__image{--start: auto 140%;--end: auto 100%;-webkit-animation:1s scaleBK forwards;animation:1s scaleBK forwards}.person-card--preboarding .person-card__image{height:24rem}@media screen and (min-width: 48em){.person-card--preboarding .person-card__image{height:24rem}}@media screen and (min-width: 62em){.person-card__image{height:20rem}}@media screen and (min-width: 75em){.person-card__image{height:20rem}}.person-card--noquote .person-card__image{height:20.5rem}@media screen and (min-width: 62em){.person-card--noquote .person-card__image{height:29rem}}@media screen and (min-width: 75em){.person-card--noquote .person-card__image{height:29rem}}.person-card__image::after{background-color:#f2f0eb;border-color:#2e318f;border-bottom:0;border-top-width:0;border-radius:0}.person-card--noquote .person-card__image::after{border-top-width:.1rem;border-radius:.4rem .4rem 0 0}.person-card__content{background-color:#2e318f;color:#fff;padding:2rem;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-transition:all 300ms cubic-bezier(0.63, 0, 0.55, 1);transition:all 300ms cubic-bezier(0.63, 0, 0.55, 1);text-align:center;-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;height:auto;background-position:center;background-repeat:no-repeat;background-size:cover}.person-card--preboarding .person-card__content{padding:4rem;height:auto;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;text-align:left}@media screen and (min-width: 62em){.person-card__content{padding:2.4rem;height:21rem}}@media screen and (min-width: 75em){.person-card__content{height:20rem}}.person-card--noquote .person-card__content{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.person-card__content-inner{width:100%}.person-card--preboarding .person-card__title{display:block}@media screen and (min-width: 62em){.person-card__title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}}.person-card__subtitle{color:#abadd2}.person-card--preboarding .person-card__subtitle{font-size:1.6rem;font-weight:400;margin-top:0;color:#fff}@media screen and (min-width: 48em){.person-card--preboarding .person-card__subtitle{font-size:2.4rem}}.person-card__label{display:none}.person-card--preboarding .person-card__label{display:block;font-size:1.2rem;font-weight:400;margin-top:1.6rem;letter-spacing:.02em;color:hsla(0,0%,100%,.5)}@media screen and (min-width: 48em){.person-card--preboarding .person-card__label{font-size:1.4rem}}.person-card__quote{background-color:#ce5368;color:#f3d4d9;padding:4.8rem 4rem;width:100%;-webkit-transition:all 300ms cubic-bezier(0.63, 0, 0.55, 1);transition:all 300ms cubic-bezier(0.63, 0, 0.55, 1);height:16rem}.person-card--preboarding .person-card__quote{background-color:rgba(0,0,0,0);color:#2e318f}@media screen and (min-width: 62em){.person-card__quote{height:22rem}}@media screen and (min-width: 75em){.person-card__quote{height:22rem}}.person-card__quote-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-align:center;height:100%}.person-card--preboarding .person-card__quote-wrapper{text-align:left}.person-card__quote-icon{fill:#f3d4d9;width:1.8rem;height:1.4rem;position:absolute}.person-card--preboarding .person-card__quote-icon{fill:#abadd2;height:1.9rem;width:2.4rem}.person-card__quote-icon--start{left:0;top:-1.4rem}.person-card--preboarding .person-card__quote-icon--start{top:-3.4rem}.person-card__quote-icon--end{right:0;bottom:-1.4rem}.person-card--preboarding .person-card__quote-icon--end{bottom:-3.4rem}.person-card__quote-text{position:relative;width:100%}.person-card--preboarding .person-card__quote-text{font-size:1.6rem;line-height:130%}@media screen and (min-width: 48em){.person-card--preboarding .person-card__quote-text{font-size:2.4rem}}.person-card__background{background-color:#2e318f;z-index:-1;display:-webkit-box;display:-ms-flexbox;display:flex;height:auto;width:100%;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}@media screen and (min-width: 62em){.person-card__background{height:22.1rem;margin-bottom:-22rem;margin-top:-0.1rem}}@media screen and (min-width: 75em){.person-card__background{height:22.1rem;margin-bottom:-22rem}}@media screen and (min-width: 62em){.person-card--noquote .person-card__background{height:29.1rem;margin-bottom:-29rem}}@media screen and (min-width: 75em){.person-card--noquote .person-card__background{height:29.1rem;margin-bottom:-29rem}}.person-card__badge{color:#2e318f;background-color:#abadd2;margin-right:1.2rem}.person-card__interaction{padding:4rem;background-color:#dfae41;color:#fff;height:100%;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-decoration:none}.person-card__interaction-inner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:#2e318f}.person-card__interaction-icon{fill:currentColor}.general-card{border-radius:.4rem;text-decoration:none;display:-webkit-box;display:-ms-flexbox;display:flex;height:100%;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;border:.1rem solid #2e318f;background-color:#f2f0eb;min-height:25rem}.general-card--detail-page .plyr__poster{background-size:cover}.general-card--preboarding{border-color:#dfae41}.general-card--small{min-height:0;min-height:initial}.general-card__title{display:none}.general-card--preboarding .general-card__title{line-height:3.8rem}.general-card__title--detail-page{font-size:4.8rem;height:calc(100vh - 11rem);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-size:cover;background-clip:text;-moz-background-clip:text;-webkit-background-clip:text;color:rgba(51,51,51,.3);background-color:#333}@media screen and (-ms-high-contrast: active),(-ms-high-contrast: none){.general-card__title--detail-page{background-image:none !important}.general-card__title--detail-page{color:inherit;background-color:rgba(0,0,0,0)}}@media screen and (min-width: 48em){.general-card__title--detail-page{font-size:12rem;padding-bottom:18rem;height:auto;color:inherit}}@media screen and (min-width: 48em){.general-card__body{padding-top:16rem}}.general-card__header{display:none}@media screen and (min-width: 48em){.general-card__header{width:100%;height:calc(100vh - 7rem);position:relative;overflow:hidden;display:block}}.general-card__header-image{position:absolute;-o-object-fit:cover;object-fit:cover;width:100%;height:100%}@media screen and (-ms-high-contrast: active),(-ms-high-contrast: none){.general-card__header-image{-o-object-fit:initial;object-fit:initial;width:100%;height:auto;min-width:100%;min-height:100%;left:50%;-webkit-transform:translate(-50%);transform:translate(-50%)}}@media screen and (-ms-high-contrast: active)and (min-width: 48em),screen and (-ms-high-contrast: none)and (min-width: 48em){.general-card__header-image{width:auto}}.general-card__header .plyr.plyr--stopped .plyr__controls{display:none}.general-card__image{width:100%;-webkit-transition:background-size 300ms cubic-bezier(0.63, 0, 0.55, 1);transition:background-size 300ms cubic-bezier(0.63, 0, 0.55, 1);height:20rem;position:relative;-ms-flex-negative:0;flex-shrink:0;background-position:center;background-repeat:no-repeat;background-size:100%;background-image:url(/assets/images/CardFallback.jpg)}.general-card--play-animation .general-card__image{--start: auto 140%;--end: auto 100%;-webkit-animation:1s scaleBK forwards;animation:1s scaleBK forwards}.general-card--preboarding .general-card__image{background-size:cover}@media screen and (min-width: 62em){.general-card__image{height:30rem}}.general-card--small .general-card__image{height:14rem}.general-card__image::after{position:absolute;top:0;left:0;width:100%;height:100%;background-color:#f2f0eb;border:0;border-radius:.4rem .4rem 0 0}.general-card__footer{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-align:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.general-card__footer-text{font-weight:600;font-size:1.8rem;line-height:2.2rem}.general-card__footer-text::first-letter{text-transform:uppercase}@media screen and (min-width: 48em){.general-card__footer-text{font-size:2rem}}.general-card__footer-content{color:#ce5368;font-weight:600;width:100%;font-size:2rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}@media screen and (min-width: 48em){.general-card__footer-content{width:40rem}}.general-card__divider{width:.1rem;height:8rem;background-color:#ce5368;margin-bottom:4rem;-ms-flex-item-align:center;align-self:center}.general-card__content{padding:2rem;color:#2e318f;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}@media screen and (min-width: 62em){.general-card__content{padding:2.4rem}}.general-card__content-inner{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.general-card__subtitle{color:#6062bb}.general-card--preboarding .general-card__subtitle{font-size:1.6rem;font-weight:400;margin:0;padding:1.4rem 0 2.1rem 0}@media screen and (min-width: 48em){.general-card--preboarding .general-card__subtitle{font-size:2.4rem;padding:2rem 0 3.1rem 0}}.general-card__button{margin-left:auto}.general-card--play-animation .general-card__button{--start: 0;--end: 1;-webkit-animation:1s scale .8s normal both;animation:1s scale .8s normal both}.general-card__button--center{-ms-flex-item-align:center;align-self:center;margin:4rem 0 1rem}.general-card--preboarding .general-card__button{background-color:#dfae41;border:none}.general-card--preboarding .general-card__button:hover{background:#efd7a0}.general-card--play-animation .general-card__icon{--start: -2rem, 0;--end: 0, 0;-webkit-animation:1s easing-in .8s 1 normal both;animation:1s easing-in .8s 1 normal both}.location-card{overflow:hidden;position:relative;border-radius:.4rem;text-decoration:none;display:block;height:100%;-webkit-transition:-webkit-transform 300ms cubic-bezier(0.63, 0, 0.55, 1);transition:-webkit-transform 300ms cubic-bezier(0.63, 0, 0.55, 1);transition:transform 300ms cubic-bezier(0.63, 0, 0.55, 1);transition:transform 300ms cubic-bezier(0.63, 0, 0.55, 1), -webkit-transform 300ms cubic-bezier(0.63, 0, 0.55, 1)}.location-card--hover:hover{-webkit-transition:-webkit-transform 550ms cubic-bezier(0.63, 0, 0.55, 1);transition:-webkit-transform 550ms cubic-bezier(0.63, 0, 0.55, 1);transition:transform 550ms cubic-bezier(0.63, 0, 0.55, 1);transition:transform 550ms cubic-bezier(0.63, 0, 0.55, 1), -webkit-transform 550ms cubic-bezier(0.63, 0, 0.55, 1)}@media screen and (min-width: 62em){.location-card--hover:hover .location-card__wrapper{-webkit-transform:translateY(-21rem);transform:translateY(-21rem)}}@media screen and (min-width: 75em){.location-card--hover:hover .location-card__wrapper{-webkit-transform:translateY(-20rem);transform:translateY(-20rem)}}.location-card__wrapper{-webkit-transform:translateY(0);transform:translateY(0);-webkit-transition:-webkit-transform 300ms cubic-bezier(0.63, 0, 0.55, 1);transition:-webkit-transform 300ms cubic-bezier(0.63, 0, 0.55, 1);transition:transform 300ms cubic-bezier(0.63, 0, 0.55, 1);transition:transform 300ms cubic-bezier(0.63, 0, 0.55, 1), -webkit-transform 300ms cubic-bezier(0.63, 0, 0.55, 1);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;height:100%}.location-card__image{width:100%;height:22rem;background-position:center;background-repeat:no-repeat;background-size:cover;background-image:url(/assets/images/CardFallback.jpg)}@media screen and (min-width: 62em){.location-card__image{height:21rem}}@media screen and (min-width: 75em){.location-card__image{height:20rem}}.location-card__image::after{background-color:#f2f0eb;border-color:#2e318f;border-bottom:0;border-radius:.4rem .4rem 0 0}.location-card__content{background-color:#2e318f;color:#fff;padding:2rem;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-transition:all 300ms cubic-bezier(0.63, 0, 0.55, 1);transition:all 300ms cubic-bezier(0.63, 0, 0.55, 1);text-align:center;-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;height:auto;background-position:center;background-repeat:no-repeat;background-size:cover}@media screen and (min-width: 62em){.location-card__content{padding:2.4rem}}@media screen and (min-width: 75em){.location-card__content{padding:4rem 6rem}}.location-card__content-inner{width:100%}@media screen and (min-width: 62em){.location-card__title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}}.location-card__subtitle{color:#abadd2}.location-card__background{background-color:#2e318f;z-index:-1;display:-webkit-box;display:-ms-flexbox;display:flex;height:auto;width:100%;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}@media screen and (min-width: 62em){.location-card__background{height:21.1rem;margin-bottom:-21rem;margin-top:-0.1rem}}@media screen and (min-width: 75em){.location-card__background{height:20.1rem;margin-bottom:-20rem}}.location-card__badge{color:#2e318f;background-color:#abadd2;margin-right:1.2rem}.location-card__contact-link{color:currentColor;text-decoration:underline;text-decoration-color:rgba(0,0,0,0);-webkit-transition:200ms cubic-bezier(0.63, 0, 0.55, 1);transition:200ms cubic-bezier(0.63, 0, 0.55, 1)}.location-card__contact-link:hover{text-decoration-color:currentColor}.location-card__contact-maps{color:currentColor}.location-card__contact-maps a{color:currentColor;text-decoration:underline;text-decoration-color:rgba(0,0,0,0);-webkit-transition:200ms cubic-bezier(0.63, 0, 0.55, 1);transition:200ms cubic-bezier(0.63, 0, 0.55, 1)}.location-card__contact-maps a:hover{text-decoration-color:currentColor}.location-card__contact-row{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.location-card__contact-row+.location-card__contact-row{margin-top:1.6rem}.location-card__interaction{padding:4rem;background-color:#dfae41;color:#fff;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-decoration:none;height:22rem}@media screen and (min-width: 62em){.location-card__interaction{height:21rem}}@media screen and (min-width: 75em){.location-card__interaction{height:20rem}}.location-card__interaction-inner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:#2e318f}.location-card__interaction-icon{fill:currentColor}.latest-publication-card{overflow:hidden;position:relative;border-radius:.4rem;text-decoration:none;display:block;height:100%;-webkit-transition:border-radius 300ms cubic-bezier(0.63, 0, 0.55, 1);transition:border-radius 300ms cubic-bezier(0.63, 0, 0.55, 1)}.latest-publication-card:hover{-webkit-transition:border-radius 550ms cubic-bezier(0.63, 0, 0.55, 1);transition:border-radius 550ms cubic-bezier(0.63, 0, 0.55, 1)}.latest-publication-card:hover .latest-publication-card__image,.latest-publication-card:hover .latest-publication-card__image::after{border-radius:2rem 2rem 0 0}.latest-publication-card:hover .latest-publication-card__content{border-radius:0 0 2rem 2rem}.latest-publication-card:hover .latest-publication-card__date{border-radius:0 2rem 0 .4rem}.latest-publication-card__wrapper{-webkit-transform:translateY(0);transform:translateY(0);-webkit-transition:-webkit-transform 300ms cubic-bezier(0.63, 0, 0.55, 1);transition:-webkit-transform 300ms cubic-bezier(0.63, 0, 0.55, 1);transition:transform 300ms cubic-bezier(0.63, 0, 0.55, 1);transition:transform 300ms cubic-bezier(0.63, 0, 0.55, 1), -webkit-transform 300ms cubic-bezier(0.63, 0, 0.55, 1);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;height:100%}.latest-publication-card__image{width:100%;-webkit-transition:all 300ms cubic-bezier(0.63, 0, 0.55, 1);transition:all 300ms cubic-bezier(0.63, 0, 0.55, 1);height:18rem;background-position:center;background-repeat:no-repeat;background-size:cover}@media screen and (min-width: 62em){.latest-publication-card__image{height:25rem}}@media screen and (min-width: 75em){.latest-publication-card__image{height:25rem}}.latest-publication-card__image::after{background-color:#fff;border-color:#fff;border-bottom:0;border-radius:.4rem .4rem 0 0}.latest-publication-card--dark .latest-publication-card__image::after{background-color:#f2f0eb;border-color:#2e318f}.latest-publication-card__content{color:#fff;padding:2rem;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-transition:all 300ms cubic-bezier(0.63, 0, 0.55, 1);transition:all 300ms cubic-bezier(0.63, 0, 0.55, 1);background-color:#fff;height:100%;border-radius:0 0 .4rem .4rem;background-position:center;background-repeat:no-repeat;background-size:cover}.latest-publication-card--dark .latest-publication-card__content{background-color:#2e318f}@media screen and (min-width: 62em){.latest-publication-card__content{padding:2.4rem}}.latest-publication-card__content-inner{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;height:100%;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.latest-publication-card__date{position:absolute;right:0;top:0;padding:1.3rem 2.4rem;background-color:#ce5368;color:#fff;border-radius:0 0 0 .4rem;-webkit-transition:all 300ms cubic-bezier(0.63, 0, 0.55, 1);transition:all 300ms cubic-bezier(0.63, 0, 0.55, 1)}.latest-publication-card--nodate .latest-publication-card__date{display:none}.latest-publication-card__title{color:#2e318f}.latest-publication-card--dark .latest-publication-card__title{color:#fff}.latest-publication-card--eyecatcher .latest-publication-card__title{font-size:2.2rem}.latest-publication-card__subtitle-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-top:1.6rem;color:#6062bb}.latest-publication-card--dark .latest-publication-card__subtitle-wrapper{color:#abadd2}.latest-publication-card__subtitle{color:#6062bb;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-top:.4rem}.latest-publication-card--dark .latest-publication-card__subtitle{color:#abadd2}.latest-publication-card__subtitle-icon{-ms-flex-negative:0;flex-shrink:0;margin-right:.8rem;fill:currentColor}.latest-publication-card__background{background-color:#2e318f;z-index:-1;display:-webkit-box;display:-ms-flexbox;display:flex;height:auto;width:100%;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}@media screen and (min-width: 62em){.latest-publication-card__background{height:38.1rem;margin-bottom:-38rem;margin-top:-0.1rem}}@media screen and (min-width: 75em){.latest-publication-card__background{height:48.1rem;margin-bottom:-48rem;margin-top:-0.1rem}}.latest-publication-card__interaction{padding:4rem;background-color:#dfae41;color:#fff;height:auto;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-decoration:none}@media screen and (min-width: 62em){.latest-publication-card__interaction{height:30.5rem}}@media screen and (min-width: 75em){.latest-publication-card__interaction{height:35.5rem}}.latest-publication-card__interaction-inner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:#2e318f}.latest-publication-card__interaction-icon{fill:currentColor}.bg-white .latest-publication-card__content{background-color:#f2f0eb}.bg-light-gray .latest-publication-card__content{background-color:#f2f0eb;border-color:#2e318f;border-style:solid;border-left-width:.1rem;border-right-width:.1rem;border-bottom-width:.1rem}.latest-quote-card{overflow:hidden;position:relative;border-radius:.4rem;text-decoration:none;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;height:100%;-webkit-transition:border-radius 300ms cubic-bezier(0.63, 0, 0.55, 1);transition:border-radius 300ms cubic-bezier(0.63, 0, 0.55, 1)}.latest-quote-card:hover{-webkit-transition:border-radius 550ms cubic-bezier(0.63, 0, 0.55, 1);transition:border-radius 550ms cubic-bezier(0.63, 0, 0.55, 1)}.latest-quote-card:hover .latest-quote-card__image,.latest-quote-card:hover .latest-quote-card__image::after{border-radius:2rem 2rem 0 0}.latest-quote-card:hover .latest-quote-card__content{border-radius:0 0 2rem 2rem}.latest-quote-card:hover .latest-quote-card__date{border-radius:0 2rem 0 .4rem}.latest-quote-card__wrapper{-webkit-transform:translateY(0);transform:translateY(0);-webkit-transition:-webkit-transform 300ms cubic-bezier(0.63, 0, 0.55, 1);transition:-webkit-transform 300ms cubic-bezier(0.63, 0, 0.55, 1);transition:transform 300ms cubic-bezier(0.63, 0, 0.55, 1);transition:transform 300ms cubic-bezier(0.63, 0, 0.55, 1), -webkit-transform 300ms cubic-bezier(0.63, 0, 0.55, 1);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;height:100%}.latest-quote-card__image{width:100%;-webkit-transition:all 300ms cubic-bezier(0.63, 0, 0.55, 1);transition:all 300ms cubic-bezier(0.63, 0, 0.55, 1);height:0;padding-bottom:50%;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;position:relative;background-position:center;background-repeat:no-repeat;background-size:cover}.latest-quote-card__image::after{position:absolute;top:0;left:0;background-color:#f2f0eb;border-color:#ce5368;border-bottom:0;border-radius:.4rem .4rem 0 0}.latest-quote-card__content{background-color:#ce5368;color:#fff;padding:2rem;width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;border-radius:0 0 .4rem .4rem;-webkit-transition:all 300ms cubic-bezier(0.63, 0, 0.55, 1);transition:all 300ms cubic-bezier(0.63, 0, 0.55, 1);background-position:center;background-repeat:no-repeat;background-size:cover}@media screen and (min-width: 62em){.latest-quote-card__content{padding:2.4rem}}.latest-quote-card__content-inner{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;height:100%;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.latest-quote-card__date{position:absolute;right:0;top:0;padding:1.3rem 2.4rem;background-color:#ce5368;color:#fff;border-radius:0 0 0 .4rem;-webkit-transition:all 300ms cubic-bezier(0.63, 0, 0.55, 1);transition:all 300ms cubic-bezier(0.63, 0, 0.55, 1);z-index:2}.latest-quote-card__title{color:#fff;font-weight:600}.latest-quote-card__subtitle-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-top:1.6rem;color:#f3d4d9}.latest-quote-card__subtitle{color:#f3d4d9;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-top:.4rem}.latest-quote-card__subtitle-icon{-ms-flex-negative:0;flex-shrink:0;margin-right:.8rem;fill:currentColor}.latest-quote-card__quote{background-color:#ce5368;color:#f3d4d9;padding:4.8rem 4rem;width:100%;-webkit-transition:all 300ms cubic-bezier(0.63, 0, 0.55, 1);transition:all 300ms cubic-bezier(0.63, 0, 0.55, 1)}.latest-quote-card__quote-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-align:center;height:100%}.latest-quote-card__quote-icon{fill:#f3d4d9;width:1.8rem;height:1.4rem;position:absolute}.latest-quote-card__quote-icon--start{left:0;top:-1.4rem}.latest-quote-card__quote-icon--end{right:0;bottom:-1.4rem}.latest-quote-card__quote-text{position:relative;width:100%}.latest-quote-card__background{background-color:#2e318f;z-index:-1;display:-webkit-box;display:-ms-flexbox;display:flex;height:auto;width:100%;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}@media screen and (min-width: 62em){.latest-quote-card__background{height:38.1rem;margin-bottom:-38rem;margin-top:-0.1rem}}@media screen and (min-width: 75em){.latest-quote-card__background{height:48.1rem;margin-bottom:-48rem;margin-top:-0.1rem}}.latest-press-release-card{overflow:hidden;position:relative;border-radius:.4rem;text-decoration:none;display:block;height:100%;-webkit-transition:border-radius 300ms cubic-bezier(0.63, 0, 0.55, 1);transition:border-radius 300ms cubic-bezier(0.63, 0, 0.55, 1)}.latest-press-release-card:hover{-webkit-transition:border-radius 550ms cubic-bezier(0.63, 0, 0.55, 1);transition:border-radius 550ms cubic-bezier(0.63, 0, 0.55, 1)}.latest-press-release-card:hover .latest-press-release-card__image,.latest-press-release-card:hover .latest-press-release-card__image::after{border-radius:2rem 2rem 0 0}.latest-press-release-card:hover .latest-press-release-card__content{border-radius:0 0 2rem 2rem}.latest-press-release-card:hover .latest-press-release-card__date{border-radius:0 2rem 0 .4rem}.latest-press-release-card__wrapper{-webkit-transform:translateY(0);transform:translateY(0);-webkit-transition:-webkit-transform 300ms cubic-bezier(0.63, 0, 0.55, 1);transition:-webkit-transform 300ms cubic-bezier(0.63, 0, 0.55, 1);transition:transform 300ms cubic-bezier(0.63, 0, 0.55, 1);transition:transform 300ms cubic-bezier(0.63, 0, 0.55, 1), -webkit-transform 300ms cubic-bezier(0.63, 0, 0.55, 1);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;height:100%}.latest-press-release-card__image{width:100%;-webkit-transition:all 300ms cubic-bezier(0.63, 0, 0.55, 1);transition:all 300ms cubic-bezier(0.63, 0, 0.55, 1);height:18rem;background-position:center;background-repeat:no-repeat;background-size:cover}@media screen and (min-width: 62em){.latest-press-release-card__image{height:25rem}}@media screen and (min-width: 75em){.latest-press-release-card__image{height:25rem}}.latest-press-release-card__image::after{background-color:#f2f0eb;border-color:#2e318f;border-bottom:0;border-radius:.4rem .4rem 0 0}.latest-press-release-card__content{background-color:#2e318f;color:#fff;padding:2rem;height:13rem;border-radius:0 0 .4rem .4rem;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-transition:all 300ms cubic-bezier(0.63, 0, 0.55, 1);transition:all 300ms cubic-bezier(0.63, 0, 0.55, 1);background-position:center;background-repeat:no-repeat;background-size:cover}.latest-press-release-card--dark .latest-press-release-card__content{background-color:#2e318f}@media screen and (min-width: 62em){.latest-press-release-card__content{padding:2.4rem;height:16rem}}@media screen and (min-width: 75em){.latest-press-release-card__content{height:16rem}}.latest-press-release-card__content-inner{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;height:100%;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.latest-press-release-card__date{position:absolute;right:0;top:0;padding:1.3rem 2.4rem;background-color:#ce5368;color:#fff;border-radius:0 0 0 .4rem;-webkit-transition:all 300ms cubic-bezier(0.63, 0, 0.55, 1);transition:all 300ms cubic-bezier(0.63, 0, 0.55, 1)}.latest-press-release-card--nodate .latest-press-release-card__date{display:none}.latest-press-release-card__title{color:#2e318f;font-size:1.8rem;font-weight:600}.latest-press-release-card--dark .latest-press-release-card__title{color:#fff}.highlight-primary-card{height:100%;display:block;overflow:hidden;position:relative;text-decoration:none;-webkit-box-sizing:border-box;box-sizing:border-box;border-radius:.4rem;-webkit-transition:opacity 300ms cubic-bezier(0.63, 0, 0.55, 1);transition:opacity 300ms cubic-bezier(0.63, 0, 0.55, 1)}.highlight-primary-card:hover,.highlight-primary-card.highlight-primary-card--active{opacity:1 !important}.highlight-primary-card:hover,.highlight-primary-card.highlight-primary-card--active{margin-top:0;-webkit-transition:opacity 550ms cubic-bezier(0.63, 0, 0.55, 1);transition:opacity 550ms cubic-bezier(0.63, 0, 0.55, 1)}.highlight-primary-card:hover .highlight-primary-card__content,.highlight-primary-card.highlight-primary-card--active .highlight-primary-card__content{-webkit-transition-duration:300ms;transition-duration:300ms;border-radius:2rem}.highlight-primary-card:hover .highlight-primary-card__image,.highlight-primary-card:hover .highlight-primary-card__image::after,.highlight-primary-card.highlight-primary-card--active .highlight-primary-card__image,.highlight-primary-card.highlight-primary-card--active .highlight-primary-card__image::after{border-radius:2rem 2rem 0 0}@media screen and (min-width: 48em){.highlight-primary-card:hover .highlight-primary-card__image,.highlight-primary-card:hover .highlight-primary-card__image::after,.highlight-primary-card.highlight-primary-card--active .highlight-primary-card__image,.highlight-primary-card.highlight-primary-card--active .highlight-primary-card__image::after{border-radius:2rem 0 0 2rem}}.highlight-primary-card--fade{opacity:.5;-webkit-transition:all 550ms cubic-bezier(0.63, 0, 0.55, 1);transition:all 550ms cubic-bezier(0.63, 0, 0.55, 1)}.highlight-primary-card__wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;height:100%}.highlight-primary-card__quote-text{width:100%;padding:3rem 0 1.6rem;position:relative}.highlight-primary-card--no-quote .highlight-primary-card__quote-text{padding:0}.highlight-primary-card__content{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;border-radius:.4rem;color:#fff;-webkit-transition:all 300ms cubic-bezier(0.63, 0, 0.55, 1);transition:all 300ms cubic-bezier(0.63, 0, 0.55, 1);background-color:#2e318f}@media screen and (min-width: 48em){.highlight-primary-card__content{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}}.highlight-primary-card__image{width:100%;height:28rem;-webkit-transition:border-radius 300ms cubic-bezier(0.63, 0, 0.55, 1);transition:border-radius 300ms cubic-bezier(0.63, 0, 0.55, 1);background-position:center;background-repeat:no-repeat;background-size:cover}@media screen and (min-width: 48em){.highlight-primary-card__image{width:calc(50% + .8rem);height:100%}}@media screen and (min-width: 75em){.highlight-primary-card__image{width:calc(50% + 2rem)}}.highlight-primary-card__image::after{background-color:#2e318f;border:0}.highlight-primary-card--no-image .highlight-primary-card__image{display:none}.highlight-primary-card__content-inner{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;padding:5.4rem 2.4rem 2.4rem}@media screen and (min-width: 62em){.highlight-primary-card__content-inner{padding:2.4rem}}.highlight-primary-card--no-image .highlight-primary-card__content-inner{width:100%}.highlight-primary-card__title{font-size:3.2rem}.highlight-primary-card__theme-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-top:1.6rem;color:#fff}.highlight-primary-card--no-image .highlight-primary-card__theme-wrapper{color:#abadd2}.highlight-primary-card__theme-icon{-ms-flex-negative:0;flex-shrink:0;margin-right:.8rem;fill:currentColor}.highlight-primary-card__theme{color:#abadd2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.highlight-primary-card__subtitle{font-size:1.6rem;margin:1.6rem 0 .8rem}.highlight-quote-card{height:100%;display:block;overflow:hidden;text-decoration:none;-webkit-box-sizing:border-box;box-sizing:border-box;border-radius:.4rem;-webkit-transition:opacity 300ms cubic-bezier(0.63, 0, 0.55, 1);transition:opacity 300ms cubic-bezier(0.63, 0, 0.55, 1)}.highlight-quote-card:hover,.highlight-quote-card.highlight-quote-card--active{opacity:1 !important}.highlight-quote-card:hover,.highlight-quote-card.highlight-quote-card--active{-webkit-transition:opacity 550ms cubic-bezier(0.63, 0, 0.55, 1);transition:opacity 550ms cubic-bezier(0.63, 0, 0.55, 1);margin-top:0}.highlight-quote-card:hover .highlight-quote-card__quote,.highlight-quote-card.highlight-quote-card--active .highlight-quote-card__quote{-webkit-transition-duration:300ms;transition-duration:300ms;border-radius:0 0 2rem 2rem}@media screen and (min-width: 48em){.highlight-quote-card:hover .highlight-quote-card__quote,.highlight-quote-card.highlight-quote-card--active .highlight-quote-card__quote{border-radius:0 2rem 2rem 0}}.highlight-quote-card:hover .highlight-quote-card__content,.highlight-quote-card.highlight-quote-card--active .highlight-quote-card__content{-webkit-transition-duration:300ms;transition-duration:300ms;border-radius:0 0 2rem 2rem;padding:3.5rem 2.4rem}@media screen and (min-width: 30em){.highlight-quote-card:hover .highlight-quote-card__content,.highlight-quote-card.highlight-quote-card--active .highlight-quote-card__content{border-radius:0 0 2rem 0}}@media screen and (min-width: 62em){.highlight-quote-card:hover .highlight-quote-card__content,.highlight-quote-card.highlight-quote-card--active .highlight-quote-card__content{padding:3.5rem 4.8rem}}.highlight-quote-card:hover .highlight-quote-card__image,.highlight-quote-card.highlight-quote-card--active .highlight-quote-card__image{-webkit-transition-duration:300ms;transition-duration:300ms;border-radius:2rem 2rem 0 0}@media screen and (min-width: 48em){.highlight-quote-card:hover .highlight-quote-card__image,.highlight-quote-card.highlight-quote-card--active .highlight-quote-card__image{border-radius:2rem 0 0 2rem}}.highlight-quote-card--fade{opacity:.5;-webkit-transition:all 550ms cubic-bezier(0.63, 0, 0.55, 1);transition:all 550ms cubic-bezier(0.63, 0, 0.55, 1)}.highlight-quote-card__wrapper{height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}@media screen and (min-width: 48em){.highlight-quote-card__wrapper{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}}.highlight-quote-card__quote{-webkit-box-flex:1;-ms-flex:1;flex:1;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:5.4rem 2.4rem 2.4rem;color:#fff;background-color:#ce5368;-webkit-transition:all 300ms cubic-bezier(0.63, 0, 0.55, 1);transition:all 300ms cubic-bezier(0.63, 0, 0.55, 1)}@media screen and (min-width: 48em){.highlight-quote-card__quote{width:calc(50% - .8rem)}}@media screen and (min-width: 75em){.highlight-quote-card__quote{width:calc(50% - 2rem)}}.highlight-quote-card--no-quote .highlight-quote-card__quote{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;padding:2rem}@media screen and (min-width: 62em){.highlight-quote-card--no-quote .highlight-quote-card__quote{padding:2.4rem}}.highlight-quote-card__quote-text{width:100%;padding:3rem 0 1.6rem;position:relative}.highlight-quote-card--no-quote .highlight-quote-card__quote-text{padding:0}.highlight-quote-card__image{width:100%;-webkit-transition:all 300ms cubic-bezier(0.63, 0, 0.55, 1);transition:all 300ms cubic-bezier(0.63, 0, 0.55, 1);border-radius:.4rem .4rem 0 0;height:28rem;background-position:center;background-repeat:no-repeat;background-size:cover}@media screen and (min-width: 48em){.highlight-quote-card__image{width:calc(50% + .8rem);height:100%;border-radius:.4rem 0 0 .4rem}}@media screen and (min-width: 75em){.highlight-quote-card__image{width:calc(50% + 2rem)}}.highlight-quote-card__image::after{background-color:#f2f0eb;border-color:#ce5368;border-bottom:0;border-radius:.4rem .4rem 0 0}@media screen and (min-width: 48em){.highlight-quote-card__image::after{border-right:0;border-radius:.4rem 0 0 .4rem}}.highlight-quote-card__content{height:100%;width:100%;padding:2rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;color:#fff;border-radius:.4rem;-webkit-transition:all 300ms cubic-bezier(0.63, 0, 0.55, 1);transition:all 300ms cubic-bezier(0.63, 0, 0.55, 1);background-color:#2e318f;background-position:center;background-repeat:no-repeat;background-size:cover}@media screen and (min-width: 62em){.highlight-quote-card__content{padding:2.4rem}}.highlight-quote-card__theme-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-top:1.6rem;color:#f3d4d9}.highlight-quote-card__theme-icon{-ms-flex-negative:0;flex-shrink:0;margin-right:.8rem;fill:currentColor}.highlight-quote-card__theme{color:#f3d4d9;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;width:100%;text-align:left}.highlight-quote-card__subtitle{font-size:1.6rem;margin:auto 0 .8rem}.highlight-quote-card--no-quote .highlight-quote-card__subtitle{margin:1.6rem 0 .8rem}.highlight-cta-card{overflow:hidden;position:relative;border-radius:.4rem;text-decoration:none;display:block;height:100%;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-transition:opacity 300ms cubic-bezier(0.63, 0, 0.55, 1);transition:opacity 300ms cubic-bezier(0.63, 0, 0.55, 1)}.highlight-cta-card:hover,.highlight-cta-card.highlight-cta-card--active{opacity:1 !important}.highlight-cta-card:hover,.highlight-cta-card.highlight-cta-card--active{-webkit-transition:opacity 550ms cubic-bezier(0.63, 0, 0.55, 1);transition:opacity 550ms cubic-bezier(0.63, 0, 0.55, 1);margin-top:0}.highlight-cta-card:hover .highlight-cta-card__content,.highlight-cta-card.highlight-cta-card--active .highlight-cta-card__content{-webkit-transition-duration:300ms;transition-duration:300ms;border-radius:2rem}.highlight-cta-card--fade{opacity:.5;-webkit-transition:all 550ms cubic-bezier(0.63, 0, 0.55, 1);transition:all 550ms cubic-bezier(0.63, 0, 0.55, 1)}.highlight-cta-card__wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;height:100%}.highlight-cta-card__content{background-color:#dfae41;color:#fff;padding:2rem;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-transition:all 300ms cubic-bezier(0.63, 0, 0.55, 1);transition:all 300ms cubic-bezier(0.63, 0, 0.55, 1);background-position:center;background-repeat:no-repeat;background-size:cover;height:100%;border-radius:.4rem}@media screen and (min-width: 62em){.highlight-cta-card__content{padding:2.4rem}}.highlight-cta-card__content-inner{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.highlight-cta-card__title{font-size:2.2rem;color:#2e318f;font-weight:600}.highlight-cta-card__subtitle{color:#6062bb;margin-top:0;margin-bottom:.8rem}.highlight-cta-card__icon{position:absolute;right:2.8rem;top:50%;margin-top:-1.4rem;fill:#2e318f}.highlight-card{overflow:hidden;position:relative;border-radius:.4rem;text-decoration:none;display:block;height:100%;max-height:36rem;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-transition:opacity 300ms cubic-bezier(0.63, 0, 0.55, 1);transition:opacity 300ms cubic-bezier(0.63, 0, 0.55, 1)}@media screen and (min-width: 75em){.highlight-card{max-height:100%}}.highlight-card:hover,.highlight-card.highlight-card--active{opacity:1 !important}.highlight-card:hover,.highlight-card.highlight-card--active{-webkit-transition:opacity 550ms cubic-bezier(0.63, 0, 0.55, 1);transition:opacity 550ms cubic-bezier(0.63, 0, 0.55, 1);margin-top:0}.highlight-card:hover .highlight-card__content,.highlight-card.highlight-card--active .highlight-card__content{border-radius:0 0 2rem 2rem}.highlight-card:hover .highlight-card__image,.highlight-card:hover .highlight-card__image::after,.highlight-card.highlight-card--active .highlight-card__image,.highlight-card.highlight-card--active .highlight-card__image::after{border-radius:2rem 2rem 0 0}.highlight-card--fade{opacity:.5;-webkit-transition:all 550ms cubic-bezier(0.63, 0, 0.55, 1);transition:all 550ms cubic-bezier(0.63, 0, 0.55, 1)}.highlight-card__wrapper{height:100%;display:grid;grid-template-columns:1fr auto 1fr;grid-template-rows:4.2rem 15.8rem auto}.highlight-card__date{background-color:#ce5368;grid-column:1/-1;grid-row:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;justify-self:end;align-self:stretch}.highlight-card__date p{padding:1.4rem 2.4rem;font-size:1.4rem;color:#fff;font-weight:500}@media screen and (min-width: 62em){.highlight-card__date p{font-size:1.68rem}}.highlight-card__introduction{padding:1.2em 0;display:none}@media screen and (min-width: 48em){.highlight-card__introduction{padding:1.6rem 0;display:block}}@media screen and (min-width: 62em){.highlight-card__introduction{padding:2.4rem 0}}.highlight-card__introduction p,.highlight-card__introduction strong{font-size:1.4rem;line-height:120%;letter-spacing:.28px;color:#2e318f;font-weight:400}.highlight-card__content{color:#fff;padding:2rem;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-transition:all 300ms cubic-bezier(0.63, 0, 0.55, 1);transition:all 300ms cubic-bezier(0.63, 0, 0.55, 1);background-position:center;background-repeat:no-repeat;background-size:cover;grid-column:1/-1;grid-row:3;height:100%;border-radius:0 0 .4rem .4rem;border:.1rem solid #abadd2;border-top-width:0;background-color:rgba(0,0,0,0)}@media screen and (min-width: 62em){.highlight-card__content{padding:2.4rem}}.highlight-card__content-inner{width:100%}.highlight-card__image{width:100%;-webkit-transition:all 300ms cubic-bezier(0.63, 0, 0.55, 1);transition:all 300ms cubic-bezier(0.63, 0, 0.55, 1);-ms-flex-negative:0;flex-shrink:0;height:20rem;background-position:center;background-repeat:no-repeat;background-size:cover;grid-column:1/-1;grid-row:1/span 2}.highlight-card__image::after{background-color:#f2f0eb;border-color:#2e318f;border-bottom:0;border-radius:.4rem .4rem 0 0}.highlight-card__title{color:#2e318f;font-size:1.6rem;font-weight:600}@media screen and (min-width: 48em){.highlight-card__title{font-size:2rem}}@media screen and (min-width: 62em){.highlight-card__title{font-size:2.4rem}}.highlight-card__subtitle-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:#6062bb}.highlight-card__subtitle-icon{-ms-flex-negative:0;flex-shrink:0;margin-right:.8rem;fill:currentColor}.highlight-card__subtitle{color:#6062bb;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.highlight-card--1 .highlight-card__wrapper{grid-template-rows:2fr 1fr}@media screen and (min-width: 48em){.highlight-card--1 .highlight-card__wrapper{grid-template-rows:1fr 2fr}}@media screen and (min-width: 62em){.highlight-card--1 .highlight-card__wrapper{grid-template-rows:2fr 2fr}}.highlight-card--1 .highlight-card__content{grid-row:2}@media screen and (min-width: 48em){.highlight-card--1 .highlight-card__wrapper{grid-template-areas:"left right";grid-template-columns:1fr 1fr;grid-template-rows:1fr}.highlight-card--1 .highlight-card__image{grid-area:left;height:auto}.highlight-card--1 .highlight-card__image:after{border-radius:.4rem 0 0 .4rem;border-bottom:.1rem solid;border-right:0}.highlight-card--1 .highlight-card__content{grid-area:right;border-top-width:.1rem;border-left-width:0;border-radius:0 .4rem .4rem 0}.highlight-card--1:hover .highlight-card__image{border-radius:2rem 0 0 2rem}.highlight-card--1:hover .highlight-card__content{border-radius:0 2rem 2rem 0}}.highlight-card--2 .highlight-card__wrapper,.highlight-card--3 .highlight-card__wrapper,.highlight-card--6 .highlight-card__wrapper{grid-template-rows:2fr 1fr}@media screen and (min-width: 48em){.highlight-card--2 .highlight-card__wrapper,.highlight-card--3 .highlight-card__wrapper,.highlight-card--6 .highlight-card__wrapper{grid-template-rows:1fr 2fr}}@media screen and (min-width: 62em){.highlight-card--2 .highlight-card__wrapper,.highlight-card--3 .highlight-card__wrapper,.highlight-card--6 .highlight-card__wrapper{grid-template-rows:2fr 2fr}}.highlight-card--2 .highlight-card__content,.highlight-card--3 .highlight-card__content,.highlight-card--6 .highlight-card__content{grid-row:2}.highlight-card--4 .highlight-card__wrapper{grid-template-rows:2fr 1fr}@media screen and (min-width: 48em){.highlight-card--4 .highlight-card__wrapper{grid-template-rows:1fr 2fr}}@media screen and (min-width: 62em){.highlight-card--4 .highlight-card__wrapper{grid-template-rows:2fr 2fr}}.highlight-card--4 .highlight-card__content{grid-row:2}@media screen and (min-width: 48em){.highlight-card--4 .highlight-card__wrapper{grid-template-areas:"left right";grid-template-columns:1fr 1fr;grid-template-rows:1fr}.highlight-card--4 .highlight-card__image{grid-area:left;height:auto}.highlight-card--4 .highlight-card__image:after{border-radius:.4rem 0 0 .4rem;border-bottom:.1rem solid;border-right:0}.highlight-card--4 .highlight-card__content{grid-area:right;border-top-width:.1rem;border-left-width:0;border-radius:0 .4rem .4rem 0}.highlight-card--4:hover .highlight-card__image{border-radius:2rem 0 0 2rem}.highlight-card--4:hover .highlight-card__content{border-radius:0 2rem 2rem 0}}@media screen and (min-width: 75em){.highlight-card--4 .highlight-card__wrapper{grid-template-rows:1fr 1fr}.highlight-card--4 .highlight-card__image{height:50%;grid-column:1/span 2;grid-row:1/span 2}.highlight-card--4 .highlight-card__content{grid-column:1/span 2;grid-row:2;border-top-width:0;border-right-width:.1rem;border-left-width:.1rem;border-radius:0 0 .5rem .5rem;color:#2e318f}.highlight-card--4:hover .highlight-card__image{border-radius:2rem 2rem 0 0}.highlight-card--4:hover .highlight-card__content{border-radius:0 0 2rem 2rem}}.highlight-card--5 .highlight-card__wrapper{grid-template-rows:2fr 1fr}@media screen and (min-width: 48em){.highlight-card--5 .highlight-card__wrapper{grid-template-rows:1fr 2fr}}@media screen and (min-width: 62em){.highlight-card--5 .highlight-card__wrapper{grid-template-rows:2fr 2fr}}.highlight-card--5 .highlight-card__content{grid-row:2}@media screen and (min-width: 48em){.highlight-card--5 .highlight-card__wrapper{grid-template-areas:"left right";grid-template-columns:1fr 1fr;grid-template-rows:1fr}.highlight-card--5 .highlight-card__image{grid-area:right;height:auto}.highlight-card--5 .highlight-card__image:after{border-radius:0 .4rem .4rem 0;border-bottom:.1rem solid;border-left:0}.highlight-card--5 .highlight-card__content{grid-area:left;border-top-width:.1rem;border-right-width:0;border-radius:.4rem 0 0 .4rem}.highlight-card--5:hover .highlight-card__image{border-radius:0 2rem 2rem 0}.highlight-card--5:hover .highlight-card__content{border-radius:2rem 0 0 2rem}}.highlight-card--7 .highlight-card__wrapper{grid-template-columns:1fr;grid-template-rows:100%}.highlight-card--7 .highlight-card__content{grid-row:1}.highlight-card--7:hover .highlight-card__content{border-radius:2rem}.highlight-card--knowledgeblue .highlight-card__content,.highlight-card--humanpink .highlight-card__content,.highlight-card--cyan .highlight-card__content{border-color:rgba(0,0,0,0)}.highlight-card--knowledgeblue .highlight-card__title,.highlight-card--humanpink .highlight-card__title,.highlight-card--cyan .highlight-card__title{color:#fff}.highlight-card--knowledgeblue .highlight-card__introduction *,.highlight-card--humanpink .highlight-card__introduction *,.highlight-card--cyan .highlight-card__introduction *{color:#2e318f}.highlight-card--knowledgeblue .highlight-card__subtitle,.highlight-card--humanpink .highlight-card__subtitle,.highlight-card--cyan .highlight-card__subtitle{color:hsl(0, 0%, 95%)}.highlight-card--lightgray .highlight-card__content{background-color:#f2f0eb;border-color:#6062bb;border-bottom-width:.1rem;border-left-width:.1rem;border-style:solid;border-right-width:.1rem;color:#2e318f}.highlight-card--lightgray .highlight-card__image{border-top-width:.1rem;border-left-width:.1rem;border-right-width:.1rem;border-style:solid;border-radius:.5rem .5rem 0 0;border-color:#6062bb}.highlight-card--lightgray .highlight-card__image::after{background-color:#f2f0eb;border-color:#6062bb}.highlight-card--knowledgeblue .highlight-card__content{background-color:#2e318f}.highlight-card--knowledgeblue .highlight-card__image::after{background-color:#2e318f;border-color:#2e318f}.highlight-card--humanpink .highlight-card__content{background-color:#ce5368}.highlight-card--humanpink .highlight-card__image::after{background-color:#ce5368;border-color:#ce5368}.highlight-card--cyan .highlight-card__content{background-color:#109fc6}.highlight-compact-card{overflow:hidden;position:relative;border-radius:.4rem;text-decoration:none;display:block;height:100%;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-transition:opacity 300ms cubic-bezier(0.63, 0, 0.55, 1);transition:opacity 300ms cubic-bezier(0.63, 0, 0.55, 1)}.highlight-compact-card:hover,.highlight-compact-card.highlight-compact-card--active{opacity:1 !important}.highlight-compact-card:hover,.highlight-compact-card.highlight-compact-card--active{-webkit-transition:opacity 550ms cubic-bezier(0.63, 0, 0.55, 1);transition:opacity 550ms cubic-bezier(0.63, 0, 0.55, 1)}.highlight-compact-card:hover .highlight-compact-card__content,.highlight-compact-card.highlight-compact-card--active .highlight-compact-card__content{border-radius:2rem}.highlight-compact-card--fade{opacity:.5;-webkit-transition:all 550ms cubic-bezier(0.63, 0, 0.55, 1);transition:all 550ms cubic-bezier(0.63, 0, 0.55, 1)}.highlight-compact-card__wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;height:100%}.highlight-compact-card__content{color:#fff;padding:2rem;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-transition:all 300ms cubic-bezier(0.63, 0, 0.55, 1);transition:all 300ms cubic-bezier(0.63, 0, 0.55, 1);background-position:center;background-repeat:no-repeat;background-size:cover;height:100%;border-radius:.4rem;border:.1rem solid #2e318f}@media screen and (min-width: 62em){.highlight-compact-card__content{padding:2.4rem}}.highlight-compact-card__content-inner{width:100%}.highlight-compact-card__title{color:#2e318f;font-weight:600}.highlight-compact-card__subtitle-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-top:1.6rem;color:#6062bb}.highlight-compact-card__subtitle-icon{-ms-flex-negative:0;flex-shrink:0;margin-right:.8rem;fill:currentColor}.highlight-compact-card__subtitle{color:#6062bb;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.highlight-topic-card{overflow:hidden;position:relative;border-radius:.4rem;text-decoration:none;display:block;height:100%;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-transition:opacity 300ms cubic-bezier(0.63, 0, 0.55, 1);transition:opacity 300ms cubic-bezier(0.63, 0, 0.55, 1)}.highlight-topic-card:hover,.highlight-topic-card.highlight-topic-card--active{opacity:1 !important}.highlight-topic-card:hover,.highlight-topic-card.highlight-topic-card--active{-webkit-transition:opacity 550ms cubic-bezier(0.63, 0, 0.55, 1);transition:opacity 550ms cubic-bezier(0.63, 0, 0.55, 1)}.highlight-topic-card:hover .highlight-topic-card__content,.highlight-topic-card.highlight-topic-card--active .highlight-topic-card__content{border-radius:2rem}.highlight-topic-card--fade{opacity:.5;-webkit-transition-duration:550ms;transition-duration:550ms}.highlight-topic-card__wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;height:100%}.highlight-topic-card__content{padding:2rem;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;border:.1rem solid #6062bb;-webkit-transition-property:opacity,border-radius;transition-property:opacity,border-radius;-webkit-transition-duration:300ms;transition-duration:300ms;-webkit-transition-timing-function:cubic-bezier(0.63, 0, 0.55, 1);transition-timing-function:cubic-bezier(0.63, 0, 0.55, 1);background-color:#f2f0eb;height:100%;border-radius:.4rem}@media screen and (min-width: 62em){.highlight-topic-card__content{padding:2.4rem}}.highlight-topic-card__content-inner{width:100%}.highlight-topic-card__title-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:1.2rem}.highlight-topic-card__news-indicator{--start-color: #ce5368;--end-color: #f3d4d9;-webkit-animation:newsInidicatorPulse 3s infinite;animation:newsInidicatorPulse 3s infinite}.highlight-topic-card__title{color:#333;margin-bottom:2rem;line-height:1.3}.highlight-topic-card__themes{font-size:1.2rem;color:#6062bb;font-weight:500}.highlight-topic-card__list{color:#2e318f}.highlight-topic-card__list-item{width:100%;font-size:1.8rem;font-weight:600;padding:1.6rem .8rem;border-top:.1rem solid #abadd2;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:.8rem}@media screen and (min-width: 62em){.highlight-topic-card__list-item{padding:2rem .8rem}}.highlight-topic-card__link{width:100%;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;display:-webkit-box;display:-ms-flexbox;display:flex;text-decoration-color:rgba(0,0,0,0);-webkit-transition:text-decoration-color 300ms,color 300ms;transition:text-decoration-color 300ms,color 300ms;color:#2e318f}@media screen and (min-width: 62em){.highlight-topic-card__link:hover{color:#109fc6;text-decoration-color:#109fc6}}.recruiter-card{overflow:hidden;position:relative;border-radius:.4rem;text-decoration:none;display:block;height:100%;-webkit-transition:-webkit-transform 300ms cubic-bezier(0.63, 0, 0.55, 1);transition:-webkit-transform 300ms cubic-bezier(0.63, 0, 0.55, 1);transition:transform 300ms cubic-bezier(0.63, 0, 0.55, 1);transition:transform 300ms cubic-bezier(0.63, 0, 0.55, 1), -webkit-transform 300ms cubic-bezier(0.63, 0, 0.55, 1)}.recruiter-card--hover:hover{-webkit-transition:-webkit-transform 550ms cubic-bezier(0.63, 0, 0.55, 1);transition:-webkit-transform 550ms cubic-bezier(0.63, 0, 0.55, 1);transition:transform 550ms cubic-bezier(0.63, 0, 0.55, 1);transition:transform 550ms cubic-bezier(0.63, 0, 0.55, 1), -webkit-transform 550ms cubic-bezier(0.63, 0, 0.55, 1)}@media screen and (min-width: 62em){.recruiter-card--hover:hover .recruiter-card__wrapper{-webkit-transform:translateY(-21rem);transform:translateY(-21rem)}}@media screen and (min-width: 75em){.recruiter-card--hover:hover .recruiter-card__wrapper{-webkit-transform:translateY(-28rem);transform:translateY(-28rem)}}.recruiter-card__wrapper{-webkit-transform:translateY(0);transform:translateY(0);-webkit-transition:-webkit-transform 300ms cubic-bezier(0.63, 0, 0.55, 1);transition:-webkit-transform 300ms cubic-bezier(0.63, 0, 0.55, 1);transition:transform 300ms cubic-bezier(0.63, 0, 0.55, 1);transition:transform 300ms cubic-bezier(0.63, 0, 0.55, 1), -webkit-transform 300ms cubic-bezier(0.63, 0, 0.55, 1);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;height:100%}.recruiter-card__image{width:100%;height:22rem;background-position:center;background-repeat:no-repeat;background-size:cover;background-image:url(/assets/images/CardFallback.jpg)}@media screen and (min-width: 62em){.recruiter-card__image{height:21rem}}@media screen and (min-width: 75em){.recruiter-card__image{height:28rem}}.recruiter-card__image::after{background-color:#f2f0eb;border-color:#2e318f;border-bottom:0;border-radius:.4rem .4rem 0 0}.recruiter-card__content{background-color:#2e318f;color:#fff;padding:2rem;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-transition:all 300ms cubic-bezier(0.63, 0, 0.55, 1);transition:all 300ms cubic-bezier(0.63, 0, 0.55, 1);text-align:center;-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;height:auto;background-position:center;background-repeat:no-repeat;background-size:cover}@media screen and (min-width: 75em){.recruiter-card__content{padding:4rem 6rem}}@media screen and (min-width: 62em){.recruiter-card__content{height:31rem}}@media screen and (min-width: 75em){.recruiter-card__content{height:31rem}}.recruiter-card__content-inner{width:100%}@media screen and (min-width: 62em){.recruiter-card__title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}}.recruiter-card__subtitle{color:#abadd2}.recruiter-card__background{background-color:#2e318f;z-index:-1;display:-webkit-box;display:-ms-flexbox;display:flex;height:auto;width:100%;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}@media screen and (min-width: 62em){.recruiter-card__background{height:21.1rem;margin-bottom:-21rem;margin-top:-0.1rem}}@media screen and (min-width: 75em){.recruiter-card__background{height:28.1rem;margin-bottom:-28rem}}.recruiter-card__badge{color:#2e318f;background-color:#abadd2;margin-right:1.2rem}.recruiter-card__contact-link{color:currentColor;text-decoration:underline;text-decoration-color:rgba(0,0,0,0);-webkit-transition:200ms cubic-bezier(0.63, 0, 0.55, 1);transition:200ms cubic-bezier(0.63, 0, 0.55, 1)}.recruiter-card__contact-link:hover{text-decoration-color:currentColor}.recruiter-card__contact-maps{color:currentColor}.recruiter-card__contact-maps a{color:currentColor;text-decoration:underline;text-decoration-color:rgba(0,0,0,0);-webkit-transition:200ms cubic-bezier(0.63, 0, 0.55, 1);transition:200ms cubic-bezier(0.63, 0, 0.55, 1)}.recruiter-card__contact-maps a:hover{text-decoration-color:currentColor}.recruiter-card__contact-row{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.recruiter-card__contact-row+.recruiter-card__contact-row{margin-top:1.6rem}.recruiter-card__interaction{padding:4rem;background-color:#dfae41;color:#fff;height:auto;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-decoration:none}@media screen and (min-width: 62em){.recruiter-card__interaction{height:21rem}}@media screen and (min-width: 75em){.recruiter-card__interaction{height:28rem}}.recruiter-card__interaction-inner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:#2e318f}.recruiter-card__interaction-icon{fill:currentColor}.eye-catcher-card{overflow:hidden;position:relative;border-radius:.4rem;text-decoration:none;display:block;height:100%;-webkit-transition:border-radius 300ms cubic-bezier(0.63, 0, 0.55, 1);transition:border-radius 300ms cubic-bezier(0.63, 0, 0.55, 1)}.eye-catcher-card:hover{-webkit-transition:border-radius 550ms cubic-bezier(0.63, 0, 0.55, 1);transition:border-radius 550ms cubic-bezier(0.63, 0, 0.55, 1)}.eye-catcher-card:hover .eye-catcher-card__image,.eye-catcher-card:hover .eye-catcher-card__image::after{border-radius:2rem 2rem 0 0}.eye-catcher-card:hover .eye-catcher-card__content{border-radius:0 0 2rem 2rem}.eye-catcher-card--compact:hover .eye-catcher-card__content{border-radius:2rem}@media screen and (max-width: 62em){.eye-catcher-card--md-compact:hover .eye-catcher-card__content{border-radius:2rem}}.eye-catcher-card__wrapper{-webkit-transform:translateY(0);transform:translateY(0);-webkit-transition:-webkit-transform 300ms cubic-bezier(0.63, 0, 0.55, 1);transition:-webkit-transform 300ms cubic-bezier(0.63, 0, 0.55, 1);transition:transform 300ms cubic-bezier(0.63, 0, 0.55, 1);transition:transform 300ms cubic-bezier(0.63, 0, 0.55, 1), -webkit-transform 300ms cubic-bezier(0.63, 0, 0.55, 1);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;height:100%}.eye-catcher-card__image{width:100%;-webkit-transition:border-radius 300ms cubic-bezier(0.63, 0, 0.55, 1);transition:border-radius 300ms cubic-bezier(0.63, 0, 0.55, 1);height:18rem;-webkit-box-flex:1;-ms-flex:1 0 50%;flex:1 0 50%;position:relative;background-position:center;background-repeat:no-repeat;background-size:cover;background-image:url(/assets/images/CardFallback.jpg)}.eye-catcher-card--compact .eye-catcher-card__image{display:none}@media screen and (max-width: 62em){.eye-catcher-card--md-compact .eye-catcher-card__image{display:none}}@media screen and (min-width: 62em){.eye-catcher-card__image{height:25rem}}@media screen and (min-width: 75em){.eye-catcher-card__image{height:25rem}}.eye-catcher-card__image::after{background-color:#f2f0eb;border:0;border-radius:.4rem .4rem 0 0;position:absolute;top:0;left:0}.eye-catcher-card__content{color:#fff;padding:2rem;width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-transition:border-radius 300ms cubic-bezier(0.63, 0, 0.55, 1);transition:border-radius 300ms cubic-bezier(0.63, 0, 0.55, 1);background-color:#f2f0eb}@media screen and (min-width: 62em){.eye-catcher-card__content{padding:1rem 2.4rem 2.4rem 2.4rem}}.eye-catcher-card--dark .eye-catcher-card__content{background-color:#2e318f}.eye-catcher-card__content-inner{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;height:100%;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.eye-catcher-card__title{color:#2e318f}.eye-catcher-card--dark .eye-catcher-card__title{color:#fff}.eye-catcher-card__subtitle-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:#6062bb}.eye-catcher-card--dark .eye-catcher-card__subtitle-wrapper{color:#abadd2}.eye-catcher-card__subtitle{color:#6062bb;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-top:.4rem}.eye-catcher-card--dark .eye-catcher-card__subtitle{color:#abadd2}.eye-catcher-card__subtitle-icon{-ms-flex-negative:0;flex-shrink:0;margin-right:.8rem;fill:currentColor}.accordion-card{border-radius:.4rem;text-decoration:none;overflow:hidden;border:.1rem solid #2e318f;background-color:#f2f0eb;-webkit-transition:-webkit-transform 300ms cubic-bezier(0.63, 0, 0.55, 1);transition:-webkit-transform 300ms cubic-bezier(0.63, 0, 0.55, 1);transition:transform 300ms cubic-bezier(0.63, 0, 0.55, 1);transition:transform 300ms cubic-bezier(0.63, 0, 0.55, 1), -webkit-transform 300ms cubic-bezier(0.63, 0, 0.55, 1);height:100%}.accordion-card--active{-webkit-transition:-webkit-transform 550ms cubic-bezier(0.63, 0, 0.55, 1);transition:-webkit-transform 550ms cubic-bezier(0.63, 0, 0.55, 1);transition:transform 550ms cubic-bezier(0.63, 0, 0.55, 1);transition:transform 550ms cubic-bezier(0.63, 0, 0.55, 1), -webkit-transform 550ms cubic-bezier(0.63, 0, 0.55, 1)}.accordion-card--active .accordion-card__wrapper{-webkit-transform:translateY(-20rem);transform:translateY(-20rem)}@media screen and (min-width: 62em){.accordion-card--active .accordion-card__wrapper{-webkit-transform:translateY(-30rem);transform:translateY(-30rem)}}.accordion-card__wrapper{-webkit-transform:translateY(0);transform:translateY(0);-webkit-transition:-webkit-transform 300ms cubic-bezier(0.63, 0, 0.55, 1);transition:-webkit-transform 300ms cubic-bezier(0.63, 0, 0.55, 1);transition:transform 300ms cubic-bezier(0.63, 0, 0.55, 1);transition:transform 300ms cubic-bezier(0.63, 0, 0.55, 1), -webkit-transform 300ms cubic-bezier(0.63, 0, 0.55, 1);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;height:100%;cursor:pointer}.accordion-card__wrapper:hover .accordion-card__button{background:#dfae41}.accordion-card__image{width:100%;-webkit-transition:background-size 300ms cubic-bezier(0.63, 0, 0.55, 1);transition:background-size 300ms cubic-bezier(0.63, 0, 0.55, 1);min-height:20rem;position:relative;-ms-flex-negative:0;flex-shrink:0;background-position:center;background-repeat:no-repeat;background-size:cover;background-image:url(/assets/images/CardFallback.jpg)}@media screen and (min-width: 62em){.accordion-card__image{height:30rem}}.accordion-card__image::after{position:absolute;top:0;left:0;width:100%;height:100%;background-color:#f2f0eb;border:0;border-radius:.4rem .4rem 0 0}.accordion-card__content{padding:2rem;color:#2e318f;background-color:#f2f0eb;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;height:100%}@media screen and (min-width: 62em){.accordion-card__content{padding:2.4rem}}.accordion-card__content-inner{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.accordion-card__subtitle{color:#6062bb}.accordion-card__button{margin-left:auto;position:relative}.accordion-card__button:hover .accordion-card__button-icon--add{-webkit-animation-name:pulse-centered;animation-name:pulse-centered}.accordion-card__button-icon{-webkit-transition:height 300ms cubic-bezier(0.63, 0, 0.55, 1);transition:height 300ms cubic-bezier(0.63, 0, 0.55, 1);width:2.4rem}.accordion-card__button-icon--add{height:2.4rem;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%)}.accordion-card--active .accordion-card__button-icon{-webkit-transition:height 550ms cubic-bezier(0.63, 0, 0.55, 1);transition:height 550ms cubic-bezier(0.63, 0, 0.55, 1)}.accordion-card--active .accordion-card__button-icon--add{height:0}.accordion-card__foldout{height:20rem;margin-top:-20rem;-webkit-transform:translateY(20rem);transform:translateY(20rem);background-color:#2e318f;-ms-flex-negative:0;flex-shrink:0;color:#fff}.accordion-card__foldout::after{content:"";display:block;width:100%;height:5rem;position:absolute;bottom:0;left:0;right:0;background:-webkit-gradient(linear, left top, left bottom, from(rgba(46, 49, 143, 0)), color-stop(90%, #2e318f));background:linear-gradient(rgba(46, 49, 143, 0), #2e318f 90%);pointer-events:none}@media screen and (min-width: 62em){.accordion-card__foldout{height:30rem;margin-top:-30rem;-webkit-transform:translateY(30rem);transform:translateY(30rem)}}.accordion-card__foldout-inner{overflow:auto;height:100%;padding:2.4rem 2.4rem 3rem 2.4rem;-ms-overflow-style:none;scrollbar-width:none}.accordion-card__foldout-inner::-webkit-scrollbar{display:none}.accordion-card__foldout-inner a{color:#dfae41}.accordion-card__foldout-inner a:hover{text-decoration:none}.job-posting-card{height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;text-decoration:none;-webkit-transition:all 300ms cubic-bezier(0.63, 0, 0.55, 1);transition:all 300ms cubic-bezier(0.63, 0, 0.55, 1)}.job-posting-card:hover,.job-posting-card--active{opacity:1 !important}.job-posting-card:hover,.job-posting-card--active{-webkit-transition:all 550ms cubic-bezier(0.63, 0, 0.55, 1);transition:all 550ms cubic-bezier(0.63, 0, 0.55, 1)}.job-posting-card--fade{opacity:.5;-webkit-transition:all 550ms cubic-bezier(0.63, 0, 0.55, 1);transition:all 550ms cubic-bezier(0.63, 0, 0.55, 1)}.job-posting-card__wrap .pagination{margin:0 0 4rem 0}.job-posting-card__header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:2.4rem 0 2.4rem 4rem;background-color:#ce5368;border-radius:.4rem .4rem 0 0;-webkit-transition:all 300ms cubic-bezier(0.63, 0, 0.55, 1);transition:all 300ms cubic-bezier(0.63, 0, 0.55, 1);max-height:7.2rem;overflow:hidden}.job-posting-card__bookmark-icon{fill:#f3d4d9;margin:0 .8rem 0 -0.6rem}.job-posting-card__visual{display:block;width:100%;height:24rem;background-position:center;background-size:cover;background-repeat:no-repeat;background-image:url(/assets/images/Job-Postings-fallback-landscape.png)}.job-posting-card__visual::after{background-color:#f2f0eb;border-color:#ce5368;border-bottom:0;border-top:0;border-radius:0}.job-posting-card__content{display:block;border:.1rem solid #2e318f;border-radius:0 0 .4rem .4rem;border-top:none;padding:2.4rem 4rem;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-webkit-transition:all 300ms cubic-bezier(0.63, 0, 0.55, 1);transition:all 300ms cubic-bezier(0.63, 0, 0.55, 1)}.job-posting-card__content h4{-webkit-box-flex:1;-ms-flex:1;flex:1;font-weight:600;margin-bottom:2.4rem}@media screen and (min-width: 48em){.job-posting-card__content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.job-posting-card__content h4{margin-bottom:0}}.job-posting-card--highlighted .job-posting-card__content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;border:none;background:#2e318f}.job-posting-card--highlighted .job-posting-card__content h3{margin-bottom:2.4rem}.job-posting-card__info-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.job-posting-card--highlighted .job-posting-card__info-wrapper{display:block}@media screen and (min-width: 48em){.job-posting-card__info-wrapper{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}}.job-posting-card__info{color:#2e318f}.job-posting-card--highlighted .job-posting-card__info{color:#fff}.job-posting-card--highlighted .job-posting-card__info+.job-posting-card__info{margin-top:2.4rem}.job-posting-card__info--location{min-width:22rem;margin-right:4rem}.job-posting-card__info-label{color:#6062bb}.job-posting-card--highlighted .job-posting-card__info-label{color:#abadd2}.job-posting-card__favorite{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-negative:0;flex-shrink:0;margin-left:auto;height:7.2rem;width:7.2rem;background-color:#dfae41;-webkit-transition:background-color .2s;transition:background-color .2s}.job-posting-card__favorite:hover{background-color:#efd7a0}@media all and (-ms-high-contrast: none),(-ms-high-contrast: active){.job-posting-card__favorite{display:none}}.job-posting-card__favorite-icon{color:#2e318f}.job-posting-card__favorite--active .job-posting-card__favorite-icon,.job-posting-card__favorite:hover .job-posting-card__favorite-icon{fill:#2e318f}.highlight-color-card{height:100%;display:block;overflow:hidden;position:relative;text-decoration:none;-webkit-box-sizing:border-box;box-sizing:border-box;border-radius:.4rem;-webkit-transition:opacity 300ms cubic-bezier(0.63, 0, 0.55, 1);transition:opacity 300ms cubic-bezier(0.63, 0, 0.55, 1)}.highlight-color-card:hover,.highlight-color-card.highlight-color-card--active{opacity:1 !important}.highlight-color-card:hover,.highlight-color-card.highlight-color-card--active{margin-top:0;-webkit-transition:opacity 550ms cubic-bezier(0.63, 0, 0.55, 1);transition:opacity 550ms cubic-bezier(0.63, 0, 0.55, 1)}.highlight-color-card:hover .highlight-color-card__content,.highlight-color-card.highlight-color-card--active .highlight-color-card__content{-webkit-transition-duration:300ms;transition-duration:300ms;border-radius:2rem}.highlight-color-card--fade{opacity:.5;-webkit-transition:all 550ms cubic-bezier(0.63, 0, 0.55, 1);transition:all 550ms cubic-bezier(0.63, 0, 0.55, 1)}.highlight-color-card__wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;height:100%}.highlight-color-card__quote{-webkit-box-flex:1;-ms-flex:1;flex:1;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:5.4rem 2.4rem 2.4rem;color:#f3d4d9;background-color:#ce5368;-webkit-transition:all 300ms cubic-bezier(0.63, 0, 0.55, 1);transition:all 300ms cubic-bezier(0.63, 0, 0.55, 1)}@media screen and (min-width: 48em){.highlight-color-card__quote{width:calc(50% - .8rem)}}@media screen and (min-width: 75em){.highlight-color-card__quote{width:calc(50% - 2rem)}}.highlight-color-card--no-quote .highlight-color-card__quote{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;padding:2rem}@media screen and (min-width: 62em){.highlight-color-card--no-quote .highlight-color-card__quote{padding:2.4rem}}.highlight-color-card__quote-text{width:100%;padding:3rem 0 1.6rem;position:relative}.highlight-color-card--no-quote .highlight-color-card__quote-text{padding:0}.highlight-color-card__content{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;border-radius:.4rem;color:#fff;-webkit-transition:all 300ms cubic-bezier(0.63, 0, 0.55, 1);transition:all 300ms cubic-bezier(0.63, 0, 0.55, 1);background-color:#2e318f}.highlight-color-card--human-pink .highlight-color-card__content{background-color:#ce5368}@media screen and (min-width: 62em){.highlight-color-card__content{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}}.highlight-color-card__content-inner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;padding:5.4rem 2.4rem 2.4rem;width:100%}@media screen and (min-width: 62em){.highlight-color-card__content-inner{padding:2.4rem}}.highlight-color-card__title{font-size:3.2rem}.highlight-color-card__subtitle-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-top:1.6rem;color:#abadd2}.highlight-color-card--human-pink .highlight-color-card__subtitle-wrapper{color:#f3d4d9}.highlight-color-card__subtitle-icon{-ms-flex-negative:0;flex-shrink:0;margin-right:.8rem;fill:currentColor}.highlight-color-card__subtitle{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.cards-overview-page__title{font-size:3.2rem;line-height:3.5rem}@media screen and (min-width: 48em){.cards-overview-page__title{font-size:13rem;line-height:11rem;padding-top:15rem}}.cards-overview-page__container{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-top:6.4rem}@media screen and (min-width: 48em){.cards-overview-page__container{margin-top:16rem}}.cards-overview-page__item{margin-bottom:1rem;width:100%}.cards-overview-page__item:nth-child(odd) .person-card__content{background-color:#2e318f}.cards-overview-page__item:nth-child(even) .person-card__content{background-color:#ce5368}@media screen and (min-width: 48em){.cards-overview-page__item{margin-right:4rem;margin-bottom:4rem;width:calc(50% - 4rem)}}@media screen and (min-width: 62em){.cards-overview-page__item{width:calc(33% - 4rem)}}.collegue-card{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;height:100%}.collegue-card__header{overflow:hidden;height:15rem;border-radius:.4rem .4rem 0 0}@media screen and (min-width: 48em){.collegue-card__header{height:22rem}}@media screen and (min-width: 62em){.collegue-card__header{height:24rem}}.collegue-card__image{position:absolute;-o-object-fit:cover;object-fit:cover;width:100%;height:100%}.collegue-card--play-animation .collegue-card__image{--start: 1.3;--end: 1;-webkit-animation:.8s scale;animation:.8s scale}@media screen and (-ms-high-contrast: active),(-ms-high-contrast: none){.collegue-card__image{-o-object-fit:initial;object-fit:initial;width:100%;height:auto;min-width:100%;min-height:100%;left:50%;-webkit-transform:translate(-50%);transform:translate(-50%)}}@media screen and (-ms-high-contrast: active)and (min-width: 48em),screen and (-ms-high-contrast: none)and (min-width: 48em){.collegue-card__image{width:auto}}.collegue-card__image-container{position:relative;width:100%;height:100%}.collegue-card__button{color:#2e318f}.collegue-card__quote{color:#fff;padding-bottom:3.2rem}.collegue-card__quote p{font-weight:900;font-size:2rem;line-height:2.4rem}.collegue-card--play-animation .collegue-card__quote p{-webkit-animation:1s typewriter both;animation:1s typewriter both}@media screen and (min-width: 48em){.collegue-card__quote p{font-size:3rem;line-height:3.8rem}}.collegue-card__quote-mark{width:2rem;height:2rem;fill:#abadd2;margin-bottom:1rem}@media screen and (min-width: 48em){.collegue-card__quote-mark{width:3rem;height:3rem}}.collegue-card__subtitle{font-size:1.6rem;line-height:1.6rem;font-weight:400;color:#abadd2}.collegue-card--play-animation .collegue-card__subtitle{-webkit-animation:2s fade-in both;animation:2s fade-in both}@media screen and (min-width: 48em){.collegue-card__subtitle{font-size:2.4rem;line-height:3.1rem}}.collegue-card__body{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;background-color:#2e318f;padding:4rem;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;border-radius:0 0 .4rem .4rem}.collegue-card .plyr__video-wrapper{aspect-ratio:unset !important}.collegue-card .plyr__video-wrapper{padding-bottom:56.5%}.collegue-card .plyr__poster{background-size:cover}.collegue-card .plyr__video-embed{height:100%}.collegue-card .plyr__control--overlaid{color:#2e318f}.collegue-card .plyr__control:hover{color:#2e318f}.collegue-card .plyr.plyr--stopped .plyr__controls{display:none}.team-member-quote-card{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column nowrap;flex-flow:column nowrap;border-radius:.4rem;text-decoration:none;-webkit-transition:border-radius 300ms cubic-bezier(0.63, 0, 0.55, 1);transition:border-radius 300ms cubic-bezier(0.63, 0, 0.55, 1);overflow:hidden;-ms-flex-item-align:start;align-self:start}@media screen and (min-width: 62em){.team-member-quote-card{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap}}.team-member-quote-card__content{display:grid;padding-bottom:1.4rem;grid-template-columns:2.4rem auto 2.4rem;grid-template-rows:2.4rem 4.8rem .5rem 8rem 4rem 2.4rem minmax(4rem, 5rem);grid-gap:1rem 0;gap:1rem 0;background-color:#2e318f;color:#fff}@media screen and (min-width: 62em){.team-member-quote-card__content{-ms-flex-preferred-size:50%;flex-basis:50%;height:43.9rem;grid-template-rows:2.4rem 4.8rem .5rem 10.1rem 8rem 2.4rem minmax(4rem, 8rem)}}.team-member-quote-card__picture{-ms-flex-preferred-size:50%;flex-basis:50%;height:24rem;display:-webkit-box;display:-ms-flexbox;display:flex}@media screen and (min-width: 48em){.team-member-quote-card__picture{height:auto;height:initial}}.team-member-quote-card__picture img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center center;object-position:center center}.team-member-quote-card__pointer{grid-column:2;grid-row:1;justify-self:start;align-self:start;width:4.7rem;height:2.3rem;background-color:#2e318f;-webkit-transform:translateY(-98%);transform:translateY(-98%);clip-path:polygon(50% 0%, 0% 100%, 100% 100%)}@media screen and (min-width: 62em){.team-member-quote-card__pointer{-webkit-transform-origin:bottom center;transform-origin:bottom center;-webkit-transform:rotate(-90deg) translateY(-98%);transform:rotate(-90deg) translateY(-98%);grid-column:1;grid-row:6/span 2}}.team-member-quote-card__quote-icon{position:relative;grid-column:2;grid-row:1/span 2;align-self:center;margin-top:2rem}.team-member-quote-card__quote-icon .quote-icon{fill:#abadd2}.team-member-quote-card__quote{font-family:"ChapAPG",arial,helvetica,sans-serif;font-size:1.8rem;grid-column:2/-2;grid-row:4/span 2}@media screen and (min-width: 75em){.team-member-quote-card__quote{font-size:2.2rem}}.team-member-quote-card__name{font-size:1.6rem;grid-column:2/-2;grid-row:6}.team-member-quote-card__position{max-width:80%;font-size:1.6rem;font-weight:700;grid-column:2/-2;grid-row:7}.vacancy-card{height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.vacancy-card__image{display:none;background-position:center;background-size:cover;background-repeat:no-repeat;background-image:url(/assets/images/Job-Postings-fallback-landscape.png)}.vacancy-card__image::after{background-color:#f2f0eb;border-color:#ce5368;border-bottom:0;border-top:0;border-radius:0}@media screen and (min-width: 62em){.vacancy-card__image{display:block;height:20rem;border-radius:.4rem .4rem 0 0;overflow:none}}.vacancy-card__topbar{background-color:#ce5368;color:#fff;padding:1.3rem 3.2rem;letter-spacing:.028rem;line-height:normal;border-radius:.4rem .4rem 0 0}.vacancy-card__topbar p{font-size:1.2rem}@media screen and (min-width: 62em){.vacancy-card__topbar p{font-size:1.4rem}}@media screen and (min-width: 62em){.vacancy-card__topbar{border-radius:0}}.vacancy-card__wrapper{padding:3.2rem;border-radius:0 0 .4rem .4rem;border:1px solid #abadd2;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.vacancy-card__title{color:#2e318f;font-size:2.4rem;font-weight:900;line-height:100%;padding-bottom:2rem}@media screen and (min-width: 62em){.vacancy-card__title{font-size:3.2rem;padding-bottom:3.2rem;line-height:120%}}.vacancy-card__bottom-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;gap:.8rem;padding-top:1.6rem}.vacancy-card__favorite-button{padding:1.8rem;border-radius:.4rem;border:1px solid #abadd2;display:-webkit-box;display:-ms-flexbox;display:flex;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;cursor:pointer;background-color:rgba(0,0,0,0)}.vacancy-card__favorite-button:hover{background-color:#ce5368;border:1px solid #ce5368}.vacancy-card__favorite-button:hover svg{fill:#fff}.vacancy-card__favorite-button:hover svg path{stroke:#fff}.vacancy-card__details{color:#2e318f;font-size:1.8rem;font-weight:600;line-height:120%;padding-bottom:1.2rem}@media screen and (min-width: 62em){.vacancy-card__details{font-size:2rem;line-height:110%;padding-bottom:1.6rem}}.vacancy-card__details--heading{font-size:1.2rem;font-weight:500;letter-spacing:.028rem;color:#abadd2}@media screen and (min-width: 62em){.vacancy-card__details--heading{font-size:1.4rem;letter-spacing:.024rem}}.archive{padding-top:4rem}@media screen and (min-width: 48em){.archive{padding-top:5.6rem}}@media screen and (min-width: 62em){.archive{padding-top:8rem}}@media screen and (min-width: 48em){.archive__header-content{margin-top:12rem;padding:16.5rem 0;background-position:center calc(1vh*-100);background-position:center calc(var(--vh, 1vh)*-100)}}.archive__header{color:#333}.archive__text{font-size:1.6rem;line-height:140%;color:#333;max-width:61.5rem;padding-top:1.6rem;font-family:"ChapAPG"}.archive__articles{display:grid;grid-template-columns:repeat(1, 1fr);grid-gap:1.6rem;gap:1.6rem;padding-top:8rem}@media screen and (min-width: 48em){.archive__articles{grid-template-columns:repeat(2, 1fr);padding-top:0}}@media screen and (min-width: 62em){.archive__articles{grid-template-columns:repeat(3, 1fr);gap:2.4rem}}.archive__pagination{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:100%;margin-bottom:4rem}@media screen and (min-width: 48em){.archive__pagination{margin-bottom:5.6rem}}@media screen and (min-width: 62em){.archive__pagination{margin-bottom:8rem}}.calendar-slider{--time-slots: 18;--item-height: calc(100% / var(--time-slots));--time-grid-height: calc(var(--item-height) * 2);min-width:100%}.calendar-slider__container{position:relative;height:60vh;margin-bottom:10vh}@media screen and (min-width: 62em){.calendar-slider__container{padding-left:6.4rem}}.calendar-slider__wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;height:100%}@media screen and (min-width: 62em){.calendar-slider__wrapper{-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}}.calendar-slider__navigation{position:absolute;right:0;top:-3rem;z-index:1}@media screen and (min-width: 62em){.calendar-slider__navigation{display:none}}.calendar-slider__time-grid{position:absolute;left:0;top:5.8rem;width:100%;height:100%;color:#6c6c6a}.calendar-slider__time-grid li{overflow:hidden;position:relative;width:100%;height:var(--time-grid-height)}.calendar-slider__time-grid li:after{top:1.1rem;position:absolute;content:"";height:.1rem;width:100%;padding-left:3rem;margin-left:.5rem;background-color:#cac8c4}.calendar-slider__slide{position:relative;min-width:100%;margin-right:3rem;margin-top:7rem;padding-left:6.4rem;height:100%}@media screen and (min-width: 62em){.calendar-slider__slide{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-ms-flex-preferred-size:0;flex-basis:0;width:auto;min-width:0;padding-left:0;padding-left:initial}}.calendar-slider__day-of-the-week{font-size:2.4rem;font-weight:900;color:#6c6c6a;margin-left:-6.4rem;position:absolute;top:-7rem}@media screen and (min-width: 62em){.calendar-slider__day-of-the-week{font-size:2rem;font-weight:600;text-align:center;margin-bottom:4rem;margin-left:0;margin-left:initial;left:0;right:0}}.calendar-slider__time-slot{height:var(--item-height);padding:.25rem 0rem}.calendar-slider__time-slot--empty{opacity:0}.calendar-slider__time-slot--1{height:calc(var(--item-height)*1)}.calendar-slider__time-slot--2{height:calc(var(--item-height)*2)}.calendar-slider__time-slot--3{height:calc(var(--item-height)*3)}.calendar-slider__time-slot--4{height:calc(var(--item-height)*4)}.calendar-slider__time-slot--5{height:calc(var(--item-height)*5)}.calendar-slider__time-slot--6{height:calc(var(--item-height)*6)}.calendar-slider__time-slot--7{height:calc(var(--item-height)*7)}.calendar-slider__time-slot--8{height:calc(var(--item-height)*8)}.calendar-slider__time-slot--9{height:calc(var(--item-height)*9)}.calendar-slider__time-slot--10{height:calc(var(--item-height)*10)}.calendar-slider__time-slot--11{height:calc(var(--item-height)*11)}.calendar-slider__time-slot--12{height:calc(var(--item-height)*12)}.calendar-slider__time-slot--13{height:calc(var(--item-height)*13)}.calendar-slider__time-slot--14{height:calc(var(--item-height)*14)}.calendar-slider__time-slot--15{height:calc(var(--item-height)*15)}.calendar-slider__time-slot--16{height:calc(var(--item-height)*16)}.calendar-slider__time-slot--17{height:calc(var(--item-height)*17)}.calendar-slider__time-slot--18{height:calc(var(--item-height)*18)}.calendar-slider__time-slot-item{font-size:1.2rem;height:100%;padding:.7rem 1.6rem;border-radius:.4rem;color:#fff;background-color:#ce5368;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.calendar-slider__time-slot-item--white{color:#6c6c6a;background-color:#fff}.calendar-slider__time-slot-item--interactive-yellow{color:#333;background-color:#dfae41}.calendar-slider__time-slot-item--cyan{background-color:#109fc6}.calendar-slider__time-slot-item--knowledge-blue{background-color:#2e318f}.collection-index{background-color:#f2f0eb;position:relative;-webkit-box-shadow:0;box-shadow:0;margin:auto;border-radius:0;margin-bottom:7.5rem;-webkit-transition:border-radius 300ms 0ms,width 300ms 0ms,-webkit-box-shadow 300ms 0ms;transition:border-radius 300ms 0ms,width 300ms 0ms,-webkit-box-shadow 300ms 0ms;transition:border-radius 300ms 0ms,width 300ms 0ms,box-shadow 300ms 0ms;transition:border-radius 300ms 0ms,width 300ms 0ms,box-shadow 300ms 0ms,-webkit-box-shadow 300ms 0ms;-webkit-transition-timing-function:cubic-bezier(0.63, 0, 0.55, 1);transition-timing-function:cubic-bezier(0.63, 0, 0.55, 1)}@media screen and (min-width: 62em){.collection-index{border-radius:15rem}}.collection-index--active,.collection-index--past{border-radius:0;width:100%;-webkit-transition:border-radius 550ms 0ms,width 550ms 0ms,-webkit-box-shadow 550ms 0ms;transition:border-radius 550ms 0ms,width 550ms 0ms,-webkit-box-shadow 550ms 0ms;transition:border-radius 550ms 0ms,width 550ms 0ms,box-shadow 550ms 0ms;transition:border-radius 550ms 0ms,width 550ms 0ms,box-shadow 550ms 0ms,-webkit-box-shadow 550ms 0ms;-webkit-box-shadow:0 0 .1rem rgba(0,0,0,.04),0 -0.4rem .8rem rgba(0,0,0,.04),0 -1.6rem 2.4rem rgba(0,0,0,.04),0 -2.4rem 3.2rem rgba(0,0,0,.04);box-shadow:0 0 .1rem rgba(0,0,0,.04),0 -0.4rem .8rem rgba(0,0,0,.04),0 -1.6rem 2.4rem rgba(0,0,0,.04),0 -2.4rem 3.2rem rgba(0,0,0,.04)}@media screen and (min-width: 48em){.collection-index{min-height:calc((1vh * 100) - 7.2rem);min-height:calc((var(--vh, 1vh) * 100) - 7.2rem);min-height:calc((1vh * 100) - 7.2rem);min-height:calc(calc(1vh * 100) - 7.2rem);min-height:calc(calc(var(--vh, 1vh) * 100) - 7.2rem);display:-webkit-box;display:-ms-flexbox;display:flex}}.collection-index__heading{padding-top:6rem;margin-top:3rem;margin-bottom:0}@media screen and (min-width: 62em){.collection-index__heading{padding-top:20rem;margin-top:7rem;margin-left:6%}}.collection-index__content{padding:4rem 0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column nowrap;flex-flow:column nowrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:1.8rem;color:#fff;opacity:0;-webkit-transition:opacity 300ms 0ms cubic-bezier(0.63, 0, 0.55, 1);transition:opacity 300ms 0ms cubic-bezier(0.63, 0, 0.55, 1);-webkit-transform:translateY(5rem);transform:translateY(5rem)}.collection-index--active .collection-index__content{-webkit-transition:opacity 550ms 800ms cubic-bezier(0.63, 0, 0.55, 1);transition:opacity 550ms 800ms cubic-bezier(0.63, 0, 0.55, 1);-webkit-transform:translateY(0);transform:translateY(0);opacity:1}@media screen and (min-width: 48em){.collection-index__content{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap;padding:10rem 0}}.collection-index__badge{color:#ce5368;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}@media screen and (min-width: 62em){.collection-index__list{-webkit-transition:opacity 300ms ease-in-out;transition:opacity 300ms ease-in-out}.collection-index__list:hover .collection-index__list,.collection-index__list:hover>.collection-index__list-item{opacity:.5}}.collection-index__card,.collection-index__filler{-ms-flex-preferred-size:28%;flex-basis:28%}.collection-index__card{min-height:20rem}@media screen and (min-width: 48em){.collection-index__card{min-height:36rem}}.collection-index__pagination{-ms-flex-preferred-size:100%;flex-basis:100%}.collection-index__list-item{display:-webkit-box;display:-ms-flexbox;display:flex;padding:2.4rem 0;-webkit-box-align:center;-ms-flex-align:center;align-items:center;cursor:pointer}.collection-index__list-item--read{opacity:.1}@media screen and (min-width: 62em){.collection-index__list-item{-webkit-transition:opacity 300ms ease-in-out;transition:opacity 300ms ease-in-out;padding:4.8rem 4rem}.collection-index__list-item:hover{opacity:1 !important}}.collection-index__list-item+.collection-index__list-item{border-top:.1rem solid #fff}.cookie-consent{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.cookie-consent__text{color:#fff}.cookie-consent--blue{background-color:#2e318f;padding:4rem}@media screen and (min-width: 48em){.cookie-consent--blue{width:73rem}}.cookie-consent__button{text-decoration:none;pointer-events:auto;color:#2e318f}.cookie-consent--blue .cookie-consent__button{background-color:#dfae41;padding:2rem 1.6rem;border-radius:.4rem;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;margin-top:4rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.downloads-or-links__title,.downloads-or-links__subtitle{color:#333}.downloads-or-links__item{width:100%}.downloads-or-links--extended .downloads-or-links__title{text-align:left;color:#2e318f;font-size:2.4rem;font-weight:900;margin-bottom:2.4rem}@media screen and (min-width: 62em){.downloads-or-links--extended .downloads-or-links__title{margin-bottom:4rem;font-size:5.6rem}}.downloads-or-links--dark{background-color:#2e318f}.downloads-or-links--dark .downloads-or-links__title{color:#fff}.downloads-or-links--dark .downloads-or-links__subtitle{color:#abadd2}.editors-choice{background-color:#2e318f;padding:4.5rem 0}@media screen and (min-width: 48em){.editors-choice__slider .row:hover .card{opacity:.5}}@media screen and (min-width: 48em){.editors-choice__slider .row:hover .card:hover{opacity:1}}@media screen and (min-width: 48em){.editors-choice{padding:6.4rem 0}}@media screen and (min-width: 62em){.editors-choice{padding:8rem 0}}.editors-choice__header{color:#fff}.bg-canvas .editors-choice__header,.bg-white .editors-choice__header{color:#2e318f}.event__card{border-radius:.4rem;display:block;overflow:hidden;text-decoration:none}.event__image{width:100%;height:14rem}@media screen and (min-width: 62em){.event__image{height:32rem}}.event__details{padding:2.4rem;text-decoration:none}@media screen and (min-width: 62em){.event__details{padding:5.6rem 4rem 4rem 4rem}}.event__name{padding-bottom:2.4rem}@media screen and (min-width: 62em){.event__name{padding-bottom:5.6rem}}.event__information{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;position:relative}@media screen and (min-width: 62em){.event__information{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}}.event__info{margin-right:4rem}.event__info-label{font-size:1.4rem}.event__icon{position:absolute;right:0;bottom:0;margin-top:-1.4rem;fill:#2e318f}@media screen and (min-width: 62em){.event__icon{top:50%;bottom:auto;bottom:initial}}.facts-and-figures{padding:2rem 0}.facts-and-figures a{color:#6062bb}@media screen and (min-width: 62em){.facts-and-figures{padding:6rem 0}}.facts-and-figures .facts-and-figures__items{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media screen and (min-width: 62em){.facts-and-figures .facts-and-figures__items{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;-ms-flex-wrap:wrap;flex-wrap:wrap}}.facts-and-figures__text{color:#2e318f;margin-top:3rem;max-width:60rem;margin-bottom:2rem}@media screen and (min-width: 62em){.facts-and-figures__text{margin-bottom:12rem}}.facts-and-figures__content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.facts-and-figures__item{padding-bottom:4rem}.facts-and-figures__item:first-child{padding-top:4rem}@media screen and (min-width: 62em){.facts-and-figures__item{padding-bottom:8rem;width:33.33%}.facts-and-figures__item:first-child{padding-top:0}}.facts-and-figures__item-title{color:#2e318f;text-align:center;font-size:3.2rem;font-weight:900}@media screen and (min-width: 62em){.facts-and-figures__item-title{font-size:5.6rem}}.facts-and-figures__item-subtitle{color:#6062bb;text-align:center;font-size:1.8rem}@media screen and (min-width: 62em){.facts-and-figures__item-subtitle{font-size:2.4rem}}.facts-and-figures__sources{color:#6062bb;padding:2rem 4rem 4rem}.facts-and-figures__sources ol{list-style:decimal}.facts-and-figures__sources ol li{margin-bottom:1rem}@media screen and (min-width: 62em){.facts-and-figures__sources{margin:0 auto;padding:4rem;max-width:78.6rem}}.facts-and-figures--enlarged .facts-and-figures__items{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.facts-and-figures--enlarged .facts-and-figures__item{padding:2rem 0}@media screen and (min-width: 62em){.facts-and-figures--enlarged .facts-and-figures__item{width:100%;padding:6rem 0}}.facts-and-figures--enlarged .facts-and-figures__item-title{font-size:4rem}@media screen and (min-width: 62em){.facts-and-figures--enlarged .facts-and-figures__item-title{font-size:12rem}}.facts-and-figures--grid .facts-and-figures__items{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.facts-and-figures.bg-canvas{background-color:#f2f0eb}.facts-and-figures.bg-white{background-color:#fff}.faq{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.faq__header{width:100%;padding:0 1.2rem}@media screen and (min-width: 48em){.faq__header{width:73rem;-ms-flex-item-align:center;align-self:center;padding:0}}@media screen and (max-width: 62em){.form-submission{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin-top:0}.form-submission>.wrap{-webkit-box-flex:1;-ms-flex:1;flex:1}}.form-submission__content{height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.form-submission__button{-ms-flex-item-align:center;align-self:center}@media screen and (min-width: 62em){.form-submission__button{-ms-flex-item-align:start;align-self:flex-start}}.header{width:100%;background-color:#f2f0eb;position:relative}@media screen and (min-width: 48em){.header{min-height:calc((1vh * 100) - 7.2rem);min-height:calc((var(--vh, 1vh) * 100) - 7.2rem);min-height:calc((1vh * 100) - 7.2rem);min-height:calc(calc(1vh * 100) - 7.2rem);min-height:calc(calc(var(--vh, 1vh) * 100) - 7.2rem);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}}.header--jobs-overview .header__image,.header--career-site .header__image{background-image:url(/assets/images/Job-Postings-fallback-landscape.png)}.header--career-site .additional-information__item dt{font-weight:bolder}.header--jobs-overview{color:#fff;background-color:#2e318f;min-height:60rem}.header--job-detail{min-height:auto}@media screen and (min-width: 62em){.header--job-detail{padding-top:6rem}}@media screen and (min-width: 75em){.header--job-detail{padding-top:12rem}}.header__media{height:32rem;right:0;top:0;width:100%;overflow:hidden}@media screen and (min-width: 48em){.header__media{position:absolute;right:0;top:0;width:50%;height:100%}}.header--masked .header__media{width:100%;left:0}.header__image{height:100%;width:100%;background-position:center;background-size:cover;background-repeat:no-repeat}.header--masked .header__image{z-index:0}.header__image::after{background-color:#f2f0eb;border:0;border-radius:0}.header--jobs-overview .header__image::after{background-color:#2e318f}.header__video{-o-object-fit:cover;object-fit:cover;width:100%;height:100%}.header__content{position:relative;color:#333;padding:6rem 0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;margin-right:4rem}@media screen and (min-width: 48em){.header__content{min-height:calc((1vh * 100) - 7.2rem);min-height:calc((var(--vh, 1vh) * 100) - 7.2rem);min-height:calc((1vh * 100) - 7.2rem);min-height:calc(calc(1vh * 100) - 7.2rem);min-height:calc(calc(var(--vh, 1vh) * 100) - 7.2rem);margin-right:8rem}}.header--masked .header__content{background-color:#f2f0eb;z-index:1}.header--jobs-overview .header__content{color:#fff}@media screen and (max-width: 48em){.header--jobs-overview .header__content{margin-right:0}}@media screen and (min-width: 48em){.header--jobs-overview .header__content{min-height:60rem}}@media screen and (min-width: 48em){.header__content-job-detail{min-height:auto}}@media screen and (min-width: 62em){.header--career-site .header__title{font-size:5.6rem}}.header__title--sfdr{font-size:4.8rem;margin-top:10rem;margin-bottom:5.4rem}@media screen and (min-width: 62em){.header__title--sfdr{width:60%;font-size:12rem;margin-top:18.5rem;margin-bottom:18.5rem}}.header__job-function-group{margin-bottom:5rem;margin-left:-1.2rem;font-size:1.2rem}.header__intro{padding:4rem 0}.header__facts-figures{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:100%}@media screen and (min-width: 62em){.header__facts-figures{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}}.header__facts-figures-item{margin-top:2.4rem}.header__facts-figures-item:first-of-type{margin-top:0}@media screen and (min-width: 62em){.header__facts-figures-item{margin-top:0}}.header__facts-figures-item-title{font-size:2.4rem;font-weight:900;color:#2e318f}@media screen and (min-width: 62em){.header__facts-figures-item-title{font-size:3.2rem}}.header__facts-figures-item-subtitle{font-size:1.2rem}@media screen and (min-width: 62em){.header__facts-figures-item-subtitle{margin-top:.4rem;font-size:1.4rem}}.header__scroll-indicator{text-align:center}@media screen and (min-width: 48em){.header__scroll-indicator{text-align:left}}.header__cta{margin-top:4rem}.header--sfdr{height:32rem}.header--sfdr .header__image-full{position:absolute;right:0;top:0;width:100%;height:32rem;overflow:hidden;background-position:center;background-size:cover}@media screen and (min-width: 48em){.header--sfdr .header__image-full{height:100%}}.header-highlights{display:block}.header-highlights__wrap{width:100%;padding:0 2.4rem;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex:1;flex:1;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}@media screen and (min-width: 62em){.header-highlights__wrap{padding:0 5.6rem}}.header-highlights__grid{display:-ms-grid;display:grid;grid-template-rows:repeat(6, auto);-ms-grid-columns:100%;grid-template-columns:100%;margin:-0.8rem;grid-gap:.8rem;gap:.8rem}@media screen and (min-width: 48em){.header-highlights__grid{-ms-grid-rows:1fr 1fr 1fr 1fr 1fr 1fr 1fr;grid-template-rows:repeat(4, 1fr);-ms-grid-columns:1fr 1fr;grid-template-columns:repeat(6, 1fr);gap:1.6rem}}@media screen and (min-width: 75em){.header-highlights__grid{-ms-grid-rows:1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;grid-template-rows:repeat(3, 1fr);-ms-grid-columns:1fr 1fr 1fr 1fr;grid-template-columns:repeat(4, 1fr);gap:2.4rem;margin:0}}@media screen and (min-width: 48em){.header-highlights__grid--asset-management{grid-template-rows:repeat(4, 1fr)}}.header-highlights__grid-item{height:100%}@media screen and (min-width: 75em){.header-highlights__grid-item{min-height:3.5rem}}@media screen and (min-width: 48em){.header-highlights__grid-item--1{grid-column:1/span 4;-ms-grid-column:1;-ms-grid-column-span:4;grid-row:1;-ms-grid-row:1;-ms-grid-column:1}}@media screen and (min-width: 75em){.header-highlights__grid-item--1{grid-column:1/span 2;-ms-grid-column:1;-ms-grid-column-span:2;grid-row:1/span 1;-ms-grid-row:1;-ms-grid-row-span:1;-ms-grid-column:1}}@media screen and (min-width: 48em){.header-highlights__grid-item--2{grid-column:5/span 2;-ms-grid-column:5;-ms-grid-column-span:2;grid-row:1}}@media screen and (min-width: 75em){.header-highlights__grid-item--2{grid-column:3;-ms-grid-column:3;-ms-grid-column-span:1;grid-row:1/span 1;-ms-grid-row:1;-ms-grid-row-span:1}}@media screen and (min-width: 48em){.header-highlights__grid-item--3{grid-column:1/span 2;-ms-grid-column:2;-ms-grid-column-span:1;grid-row:2;-ms-grid-row:2}}@media screen and (min-width: 75em){.header-highlights__grid-item--3{grid-column:4;-ms-grid-column:4;-ms-grid-column-span:1;grid-row:1/span 1;-ms-grid-row:1;-ms-grid-row-span:1}}.header-highlights__grid-item--4{display:none}@media screen and (min-width: 48em){.header-highlights__grid-item--4{display:inline;display:initial}}@media screen and (min-width: 48em){.header-highlights__grid-item--4{grid-column:3/span 4;-ms-grid-column:3;-ms-grid-column-span:4;grid-row:2;-ms-grid-row:2}}@media screen and (min-width: 75em){.header-highlights__grid-item--4{grid-column:1;-ms-grid-column:1;-ms-grid-column-span:1;grid-row:2/span 2;-ms-grid-row:2;-ms-grid-row-span:2}}.header-highlights__grid-item--5{display:none}@media screen and (min-width: 48em){.header-highlights__grid-item--5{display:inline;display:initial}}@media screen and (min-width: 48em){.header-highlights__grid-item--5{grid-column:1/span 4;-ms-grid-column:1;-ms-grid-column-span:4;grid-row:3;-ms-grid-row:3}}@media screen and (min-width: 75em){.header-highlights__grid-item--5{grid-column:2/span 2;-ms-grid-column:2;-ms-grid-column-span:2;grid-row:2/span 1;-ms-grid-row:2;-ms-grid-row-span:1}}.header-highlights__grid-item--6{display:none}@media screen and (min-width: 48em){.header-highlights__grid-item--6{display:inline;display:initial}}@media screen and (min-width: 48em){.header-highlights__grid-item--6{grid-column:1/span 2;-ms-grid-column:1;-ms-grid-column-span:2;grid-row:4;-ms-grid-row:4}}@media screen and (min-width: 75em){.header-highlights__grid-item--6{grid-column:2;-ms-grid-column:2;-ms-grid-column-span:1;grid-row:3/span 1;-ms-grid-row:3;-ms-grid-row-span:1}}.header-highlights__grid-item--7{display:none}@media screen and (min-width: 48em){.header-highlights__grid-item--7{display:inline;display:initial}}@media screen and (min-width: 48em){.header-highlights__grid-item--7{grid-column:3/span 2;-ms-grid-column:3;-ms-grid-column-span:2;grid-row:4;-ms-grid-row:4}}@media screen and (min-width: 75em){.header-highlights__grid-item--7{grid-column:3;-ms-grid-column:3;-ms-grid-column-span:1;grid-row:3/span 1;-ms-grid-row:3;-ms-grid-row-span:1}}@media screen and (min-width: 48em){.header-highlights__grid-item--8{grid-column:5/span 2;-ms-grid-column:5;-ms-grid-column-span:2;grid-row:3/span 2;-ms-grid-row:3;-ms-grid-row-span:2}}@media screen and (min-width: 75em){.header-highlights__grid-item--8{grid-column:4;-ms-grid-column:4;-ms-grid-column-span:1;grid-row:2/span 2;-ms-grid-row:2;-ms-grid-row-span:2}}.highlights:hover .card{opacity:.5}.highlights__item-column{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.highlights__row-column{-webkit-box-pack:stretch;-ms-flex-pack:stretch;justify-content:stretch;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;height:100%;-webkit-box-flex:1;-ms-flex:1;flex:1;margin-left:0;margin-right:0}.highlights__row-column .highlights__item{min-height:20rem;padding-left:0;padding-right:0;height:100%;-webkit-box-flex:1;-ms-flex:1;flex:1}@media screen and (min-width: 62em){.highlights__row-column .highlights__item{min-height:0;min-height:initial}}.highlights__item{width:100%;min-height:36rem}@media screen and (min-width: 48em){.highlights__item{min-height:42rem}}.image{position:relative}.image__wrapper{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;overflow:hidden}.image__image{width:100%;border-radius:.4rem}.image--portrait .image__image{width:auto;max-height:80vh;max-width:100%;height:100%}.image figure{position:relative}.image__figcaption,.image figcaption{background:#ce5368;padding:1.2rem 1.6rem;color:#fff;position:absolute;bottom:.7rem;font-size:1.4rem;font-weight:500;letter-spacing:.028rem}.image-grid__container{position:relative;margin:4rem 0 0}@media screen and (min-width: 48em){.image-grid__container{margin:4rem -4rem 10rem;-ms-flex-preferred-size:calc(100% + 4rem);flex-basis:calc(100% + 4rem);max-width:calc(100% + 4rem)}}.image-grid__caption{display:block;background-color:#ce5368;color:#fff;font-size:1.4rem;position:absolute;bottom:0;padding:1.2rem 1.6rem;border-radius:0 .4rem}.image-grid__hand-emoji{position:absolute;z-index:2}.image-grid__hand-emoji-image{-webkit-transform:scale(0.6);transform:scale(0.6);-o-object-fit:contain;object-fit:contain;max-width:12rem;max-height:12rem}.image-grid--play-animation .image-grid__hand-emoji-image{--start: 0;--end: 0.6;-webkit-animation:1s scale .4s 1 normal forwards;animation:1s scale .4s 1 normal forwards}@media screen and (min-width: 48em){.image-grid__hand-emoji-image{-webkit-transform:scale(1);transform:scale(1);max-width:17rem;max-height:17rem}.image-grid--play-animation .image-grid__hand-emoji-image{--end: 1}}.image-grid__hand-emoji-top{top:-8rem;display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.image-grid--play-animation .image-grid__hand-emoji-top{--start: 20deg;--end: 0deg;animation:.3s rotate .5s 6 alternate-reverse both;-webkit-transform-origin:10% 90%;transform-origin:10% 90%}@media screen and (min-width: 62em){.image-grid__hand-emoji-top{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;width:auto;right:-3rem;top:-9rem}}.image-grid__hand-emoji-bottom{display:none}@media screen and (min-width: 62em){.image-grid__hand-emoji-bottom{display:block;-webkit-transform:translateY(-5rem);transform:translateY(-5rem);height:21rem;left:0;bottom:-15rem}.image-grid--play-animation .image-grid__hand-emoji-bottom{--start: -4rem;--end: -10rem;-webkit-animation:.3s bounce .5s 6 alternate both;animation:.3s bounce .5s 6 alternate both}}.image-grid__image{position:absolute;-o-object-fit:cover;object-fit:cover;width:100%;height:100%}.image-grid--play-animation .image-grid__image{--start: 1.3;--end: 1;-webkit-animation-duration:.8s;animation-duration:.8s;-webkit-animation-name:fade-in,scale;animation-name:fade-in,scale}@media screen and (-ms-high-contrast: active),(-ms-high-contrast: none){.image-grid__image{-o-object-fit:initial;object-fit:initial;width:100%;height:auto;min-width:100%;min-height:100%;left:50%;-webkit-transform:translate(-50%);transform:translate(-50%)}}@media screen and (-ms-high-contrast: active)and (min-width: 48em),screen and (-ms-high-contrast: none)and (min-width: 48em){.image-grid__image{width:auto}}.image-grid__item{float:left;position:relative;margin-bottom:.8rem;width:100%;height:17rem;overflow:hidden}@media screen and (min-width: 48em){.image-grid__item{margin:0;padding:4rem;width:50%}}.image-grid__item--small{height:17rem}@media screen and (min-width: 48em){.image-grid__item--small{height:37rem}}.image-grid__item--medium{height:17rem}@media screen and (min-width: 48em){.image-grid__item--medium{height:74rem}}.image-grid__item--large{height:17rem;width:100%}@media screen and (min-width: 48em){.image-grid__item--large{height:35rem}}.job-alert__content{padding:4rem;border-radius:.4rem;background-color:#2e318f}.job-alert__title{color:#fff}.job-alert__button{margin-top:4rem}.job-alert__registration-form{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;max-width:50rem;width:calc(100vw - 6.4rem)}.job-alert__registration-form iframe{width:calc(100% + 1.9rem);height:54rem;-webkit-transform:translateX(-0.5rem);transform:translateX(-0.5rem);margin:-1.5rem}.job-posting__title{color:#333;margin-bottom:2.4rem}.job-search{width:100%;background-color:#f2f0eb;position:relative;color:#fff;background-color:#2e318f;min-height:60rem}@media screen and (min-width: 48em){.job-search{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}}.job-search__media{height:32rem;right:0;top:0;width:100%;overflow:hidden}@media screen and (min-width: 48em){.job-search__media{position:absolute;right:0;top:0;width:50%;height:100%}}.job-search__image{height:100%;width:100%;background-position:center;background-image:url(/assets/images/Job-Postings-fallback-landscape.png);background-size:cover;background-repeat:no-repeat}.job-search__image::after{border:0;border-radius:0;background-color:#2e318f}.job-search__content{position:relative;color:#fff;padding:6rem 0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-right:4rem}@media screen and (min-width: 48em){.job-search__content{min-height:60rem;margin-right:8rem}}@media screen and (max-width: 48em){.job-search__content{margin-right:0}}@media screen and (min-width: 48em){.latest__slider .row:hover .card{opacity:.5}}@media screen and (min-width: 48em){.latest__slider .row:hover .card:hover{opacity:1}}.latest-news__header{text-align:center;color:#2e318f}.latest-news__link{text-decoration:none}.latest-news__item{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;height:100%}@media screen and (min-width: 75em){.latest-news__item--large{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}}.latest-news__visual{position:relative;padding-top:56.25%}@media screen and (min-width: 75em){.latest-news__item--large .latest-news__visual{width:66.66%;overflow:hidden}}.latest-news__image{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.latest-news__content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;background-color:#109fc6;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;padding:2.4rem}@media screen and (min-width: 75em){.latest-news__item--large .latest-news__content{width:33.33%}}@media screen and (min-width: 62em){.latest-news__content{padding:4rem}}.latest-news__title{color:#fff;font-weight:bold;font-size:2rem}@media screen and (min-width: 62em){.latest-news__title{font-size:2.4rem}}.latest-news__subtitle{color:#2e318f;font-size:1.2rem;margin-top:1.2rem}@media screen and (min-width: 62em){.latest-news__subtitle{margin-top:3.2rem;font-size:1.4rem}}.latest-news__date{position:absolute;top:0;right:0;z-index:1;background-color:#b0eafa;color:#2e318f;padding:1.4rem 2.4rem}.latest-publications{background-color:#2e318f;padding:4rem 0}@media screen and (min-width: 48em){.latest-publications__slider .row:hover .card{opacity:.5}}@media screen and (min-width: 48em){.latest-publications__slider .row:hover .card:hover{opacity:1}}@media screen and (min-width: 48em){.latest-publications{padding:6.4rem 0}}@media screen and (min-width: 62em){.latest-publications{padding:8rem 0}}.latest-publications__header{color:#fff}.bg-white .latest-publications__header,.bg-canvas .latest-publications__header{color:#2e318f}.location-slider{position:relative;z-index:2}.location-slider__title,.location-slider__subtitle{font-size:3.2rem}@media screen and (min-width: 62em){.location-slider__title,.location-slider__subtitle{font-size:4rem}}.location-slider__title{color:#333}.location-slider__subtitle{color:#ce5368;margin-bottom:2.4rem}.location-slider__region-wrapper{max-width:100%;-ms-flex-preferred-size:100%;flex-basis:100%}@media screen and (min-width: 62em){.location-slider__region-wrapper--1{max-width:33.3333333333%;-ms-flex-preferred-size:33.3333333333%;flex-basis:33.3333333333%}}@media screen and (min-width: 62em){.location-slider__region-wrapper--2{max-width:66.6666666667%;-ms-flex-preferred-size:66.6666666667%;flex-basis:66.6666666667%}}.location-slider__container{margin:0 -1.2rem}@media screen and (min-width: 62em){.location-slider__container{margin-right:-2rem;margin-left:-2rem}}.location-slider__wrapper{-ms-flex-wrap:nowrap;flex-wrap:nowrap;margin:0}.location-slider__navigation{margin:0 1.2rem}.masked-header{background-color:#f2f0eb;z-index:-1;position:relative;overflow:hidden;margin:50vh auto 0;width:100%;border-radius:10rem;-webkit-transition:border-radius 300ms 0ms,width 300ms 0ms,height 300ms 0ms;transition:border-radius 300ms 0ms,width 300ms 0ms,height 300ms 0ms}.masked-header:first-of-type{margin-top:0}@media screen and (min-width: 62em){.masked-header{height:auto;border-radius:15rem}}@-moz-document url-prefix(){.masked-header{display:flex;position:relative;align-items:flex-end;height:auto;height:initial}}@media all and (-ms-high-contrast: none),(-ms-high-contrast: active){.masked-header{height:200vh}}.masked-header--active,.masked-header--past{border-radius:0;width:100%;-webkit-transition:border-radius 550ms 0ms,width 550ms 0ms,height 550ms 0ms;transition:border-radius 550ms 0ms,width 550ms 0ms,height 550ms 0ms}.masked-header__scroll-indicator{position:fixed;top:calc(100vh - 7rem);left:3rem;color:#fff;cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media screen and (min-width: 62em){.masked-header__scroll-indicator{left:5rem;top:calc(100vh - 15rem)}}@media screen and (min-width: 75em){.masked-header__scroll-indicator{left:7rem;top:calc(100vh - 9rem)}}@supports(-webkit-touch-callout: none){.masked-header__scroll-indicator{top:calc(100vh - 15rem)}}.masked-header__scroll-indicator p{font-size:1.5rem}.masked-header__indicator-icon{background-color:#fff;width:3.6rem;height:3.6rem;border-radius:3.6rem;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;margin-right:.8rem}.masked-header__indicator-icon svg{-webkit-animation:bounce ease-in-out 4s infinite;animation:bounce ease-in-out 4s infinite}@keyframes bounce{0%{-webkit-transform:translateY(0);transform:translateY(0)}10%{-webkit-transform:translateY(5px);transform:translateY(5px)}20%{-webkit-transform:translateY(0);transform:translateY(0)}100%{-webkit-transform:translateY(0);transform:translateY(0)}}.masked-header__image{position:fixed;pointer-events:none;right:0;left:.8rem;top:0;width:calc(100% - 1.6rem);height:200vh;background-position:top center;background-size:auto 100%;background-repeat:no-repeat;background-image:url(/assets/images/MaskedHeaderFallback.jpg);background-attachment:fixed}@media screen and (min-width: 62em){.masked-header__image{right:0;background-size:cover;width:calc(100% - 4.8rem);left:2.4rem;height:200%}}@-moz-document url-prefix(){.masked-header__image{height:200vh}}.masked-header__image--ios{background-attachment:scroll;background-attachment:initial;height:100vh}.masked-header__image--mobile{display:block;background-size:auto}@supports(-webkit-touch-callout: none){.masked-header__image--mobile{display:none}}@media screen and (min-width: 48em){.masked-header__image--mobile{display:none}}.masked-header__image--mobile.masked-header__image--ios{display:none}@supports(-webkit-touch-callout: none){@media screen and (max-width: 48em){.masked-header__image--mobile.masked-header__image--ios{display:block}}}.masked-header__image--desktop{display:none}@media screen and (min-width: 48em){.masked-header__image--desktop{display:block}}@supports(-webkit-touch-callout: none){.masked-header__image--desktop{display:none}}.masked-header__image--desktop.masked-header__image--ios{display:none}@supports(-webkit-touch-callout: none){@media screen and (min-width: 48em){.masked-header__image--desktop.masked-header__image--ios{display:block}}}.masked-header__overlay{overflow:hidden;width:100%;margin-top:100vh;z-index:1;-webkit-transform:translateY(0%);transform:translateY(0%);-webkit-transition:margin 300ms 0ms,-webkit-transform 1000ms 0ms;transition:margin 300ms 0ms,-webkit-transform 1000ms 0ms;transition:transform 1000ms 0ms,margin 300ms 0ms;transition:transform 1000ms 0ms,margin 300ms 0ms,-webkit-transform 1000ms 0ms}@media screen and (min-width: 62em){.masked-header__overlay{height:100%}}@media all and (-ms-high-contrast: none),(-ms-high-contrast: active){.masked-header__overlay{height:100vh}}.masked-header--active .masked-header__overlay{-webkit-transform:translateY(0);transform:translateY(0);-webkit-transition:-webkit-transform 1000ms 800ms;transition:-webkit-transform 1000ms 800ms;transition:transform 1000ms 800ms;transition:transform 1000ms 800ms, -webkit-transform 1000ms 800ms}.masked-header--no-image .masked-header__overlay{margin-top:0}.masked-header__cutout-wrapper{position:relative;width:100%}.masked-header__cutout{position:absolute;border-width:50vh 50vw;border-style:solid;border-color:#f2f0eb;margin:calc(-50vh - .5rem) -50vw -50vh -50vw;background-color:rgba(0,0,0,.3);z-index:-1}@media screen and (min-width: 62em){.masked-header__cutout{margin:calc(-50vh - 2.2rem) -50vw -50vh -50vw}}.masked-header__cutoutholder{pointer-events:none}.masked-header__replaced{color:rgba(51,51,51,0)}.masked-header__mask-image{background-position:center calc(1vh*-100);background-position:center calc(var(--vh, 1vh)*-100);background-repeat:no-repeat;background-size:cover;padding:6.4rem 0;display:-webkit-box;display:-ms-flexbox;display:flex;color:#333;-webkit-transition:background-position 1000ms 0ms;transition:background-position 1000ms 0ms}.masked-header--active .masked-header__mask-image{background-position:center 50%;-webkit-transition:background-position 1000ms 800ms;transition:background-position 1000ms 800ms}@media screen and (min-width: 48em){.masked-header__mask-image{padding:10rem 0;background-position:center calc(1vh*-100);background-position:center calc(var(--vh, 1vh)*-100)}}.masked-header__intro{padding:4rem 0}.masked-header__scroll-indicator{text-align:center;padding-bottom:7rem}@media screen and (min-width: 48em){.masked-header__scroll-indicator{text-align:left}}.opinion-comparison__header{margin-top:0;padding-bottom:1.6rem}@media screen and (min-width: 62em){.opinion-comparison__header{margin-bottom:4rem}}.opinion-comparison__title{margin-bottom:2.4rem}@media screen and (min-width: 62em){.opinion-comparison{margin-bottom:0}}.opinion-comparison__intro{margin-bottom:2rem}.publication{height:0;margin-top:0;overflow:hidden}.publication--expanded{height:auto}.quick-links__title{color:#333}.quick-links--preboarding .quick-links__title{color:#2e318f;font-size:1.8rem;font-weight:600;margin-bottom:2.4rem}@media screen and (min-width: 48em){.quick-links--preboarding .quick-links__title{font-size:2.6rem}}.quick-links__item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}@media screen and (min-width: 62em){.quick-links__item{-ms-flex-preferred-size:33.3333333333%;flex-basis:33.3333333333%;max-width:33.3333333333%}}.quote__text{position:relative}.quote__icon{fill:#f3d4d9;height:1.9rem;position:absolute}.quote--blue .quote__icon{fill:#fff}.quote--yellow .quote__icon{fill:#2e318f}.quote--gray .quote__icon{fill:#2e318f}.quote--cyan .quote__icon{fill:#fff}@media screen and (min-width: 62em){.quote__icon{height:3.2rem}}.quote__icon--start{left:0;top:-5.1rem}@media screen and (min-width: 62em){.quote__icon--start{top:-8rem}}.quote__main{padding:10rem 0 8rem;background-color:#ce5368;color:#f3d4d9}@media screen and (min-width: 62em){.quote__main{padding:12.2rem 0 8.4rem}}@media screen and (min-width: 75em){.quote__main{padding:12.8rem 0 8rem}}.quote--blue .quote__main{color:#fff;background-color:#2e318f}.quote--yellow .quote__main{color:#2e318f;background-color:#dfae41}.quote--gray .quote__main{color:#2e318f;background-color:#f2f0eb}.quote--cyan .quote__main{color:#fff;background-color:#109fc6}.quote__footer{padding:2.4rem 0;color:#fff;background-color:#2e318f;font-weight:400;font-style:normal;font-size:1.6rem}@media screen and (min-width: 62em){.quote__footer{padding:3.2rem 0;font-size:1.8rem}}@media screen and (min-width: 75em){.quote__footer{padding:4rem 0;font-size:1.8rem}}.small-quote__blockquote{background-color:#fff}@media screen and (min-width: 62em){.small-quote__blockquote{display:-webkit-box;display:-ms-flexbox;display:flex}}.small-quote__visual{width:100%}@media screen and (min-width: 62em){.small-quote__visual{width:33.33%}}.small-quote__visual-aspect-ratio{position:relative;width:100%;padding-top:100%}.small-quote__image{display:block;position:absolute;top:0;left:0;width:100%;overflow:hidden;-o-object-fit:cover;object-fit:cover}.small-quote__overlay-left,.small-quote__overlay-right{position:absolute;bottom:0;height:1.75rem;background-color:#fff;-webkit-transform:translateY(0.1rem);transform:translateY(0.1rem)}.small-quote__overlay-left:after,.small-quote__overlay-right:after{content:"";position:absolute;width:0;height:0}.small-quote__overlay-left{width:3rem;left:0}.small-quote__overlay-left:after{right:0;-webkit-transform:translateX(calc(100% - 0.1rem));transform:translateX(calc(100% - 0.1rem));border:1.25rem solid #fff;border-top:2rem solid rgba(0,0,0,0);border-right:1.5rem solid rgba(0,0,0,0)}@media screen and (min-width: 62em){.small-quote__overlay-left{width:2rem;height:calc(59% - 1.6rem);bottom:0;left:auto;right:-0.1rem}.small-quote__overlay-left:after{-webkit-transform:translateY(calc(-100% + 0.1rem));transform:translateY(calc(-100% + 0.1rem));border:1rem solid #fff;border-left:1rem solid rgba(0,0,0,0);border-top:1rem solid rgba(0,0,0,0)}}.small-quote__overlay-right{width:calc(100% - 5rem);right:0}.small-quote__overlay-right:after{top:0;-webkit-transform:translateX(calc(-100% + 0.1rem));transform:translateX(calc(-100% + 0.1rem));border:1.25rem solid #fff;border-top:2rem solid rgba(0,0,0,0);border-left:1.5rem solid rgba(0,0,0,0)}@media screen and (min-width: 62em){.small-quote__overlay-right{width:2rem;height:calc(41% - 2rem);right:-0.1rem;top:-0.1rem}.small-quote__overlay-right:after{bottom:0;top:auto;-webkit-transform:translateY(100%);transform:translateY(100%);border:1rem solid #fff;border-bottom:1rem solid rgba(0,0,0,0);border-left:1rem solid rgba(0,0,0,0)}}.small-quote__icon{width:3rem;fill:#2e318f;margin-bottom:3.2rem;opacity:.5}@media screen and (min-width: 62em){.small-quote__icon{margin-bottom:4rem;width:4.8rem}}.small-quote__content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:2.4rem}@media screen and (min-width: 62em){.small-quote__content{width:66.66%;padding:0 5%}}.small-quote__quote{line-height:2.8rem;font-size:2.4rem;font-weight:900;color:#2e318f;margin-bottom:3.2rem}@media screen and (min-width: 62em){.small-quote__quote{margin-bottom:4rem;font-size:max(1.6rem, min(3vw, 4.8rem));line-height:4.8rem}}.small-quote__quotee{font-weight:bold;color:#2e318f}.small-quote__job-title{color:#2e318f}.small-quote__button{-ms-flex-item-align:start;align-self:flex-start}.bg-white .small-quote__blockquote,.bg-white .small-quote__overlay-left,.bg-white .small-quote__overlay-right{background-color:#f2f0eb}.bg-white .small-quote__overlay-left::after,.bg-white .small-quote__overlay-right::after{border-color:#f2f0eb;border-left-color:rgba(0,0,0,0)}.bg-white .small-quote__overlay-left::after{border-top-color:rgba(0,0,0,0)}.bg-white .small-quote__overlay-right::after{border-bottom-color:rgba(0,0,0,0)}@media screen and (min-width: 48em){.related__slider .row:hover .card{opacity:.5}}@media screen and (min-width: 48em){.related__slider .row:hover .card:hover{opacity:1}}.related__title{color:#2e318f}.related__header{color:#333;font-weight:600}.richtext,.richtext-career-site__content{color:#2e318f;position:relative}.richtext--dark{color:#333}.richtext--min-height{min-height:30rem}.richtext--smaller-offset{margin-top:0;margin-bottom:-5.6rem}@media screen and (min-width: 62em){.richtext--smaller-offset{padding-top:5.6rem}}.richtext__media{margin-bottom:4rem;overflow:hidden}.richtext__media figure{width:100%}.richtext__media img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;aspect-ratio:1/1}.richtext article.outlined,.richtext-career-site__content article.outlined{padding:1.5rem;border-radius:.4rem;border:.1rem solid #2e318f;max-width:calc(100% - 2rem)}@media screen and (min-width: 62em){.richtext article.outlined,.richtext-career-site__content article.outlined{padding:2rem}}.richtext a,.richtext-career-site__content a{color:#2e318f;-webkit-transition:color 200ms ease-in;transition:color 200ms ease-in}.richtext a:hover,.richtext-career-site__content a:hover{color:#109fc6}.richtext img,.richtext-career-site__content img{width:100%;height:100%}.richtext figure,.richtext-career-site__content figure{position:relative}.richtext__figcaption,.richtext figcaption,.richtext-career-site__content figcaption{background:#ce5368;padding:1.2rem 1.6rem;color:#fff;position:absolute;bottom:.7rem;font-size:1.4rem;font-weight:500;letter-spacing:.028rem}@media screen and (min-width: 62em){.richtext__figcaption,.richtext figcaption,.richtext-career-site__content figcaption{bottom:.8rem}}.richtext__buttons{margin-top:2.4rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:1.2rem;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.richtext__buttons a:hover{color:#2e318f}@media screen and (min-width: 62em){.richtext__buttons{margin-top:3.2rem;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;gap:1.6rem}}.richtext ul li,.richtext-career-site__content ul li,.richtext ol li,.richtext-career-site__content ol li{padding:2.4rem 0 2.4rem 3.6rem}@media screen and (min-width: 62em){.richtext ul li,.richtext-career-site__content ul li,.richtext ol li,.richtext-career-site__content ol li{padding:2.4rem 7.2rem}}.richtext ul li+li,.richtext-career-site__content ul li+li,.richtext ol li+li,.richtext-career-site__content ol li+li{border-top:.1rem solid #109fc6}.richtext ul,.richtext-career-site__content ul{padding:0;margin:0;width:100%;text-align:left;list-style-type:none}.richtext ul li,.richtext-career-site__content ul li{background:url("/assets/images/icons/dot.svg") no-repeat .6rem 2.08rem;background-size:2.4rem}@media screen and (min-width: 62em){.richtext ul li,.richtext-career-site__content ul li{background-position:2.4rem 3.12rem}}.richtext ul li strong,.richtext-career-site__content ul li strong{font-weight:800}.richtext ul.checkmark li,.richtext-career-site__content ul.checkmark li{background:url("/assets/images/icons/checkmark.svg") no-repeat .6rem 2.08rem}@media screen and (min-width: 62em){.richtext ul.checkmark li,.richtext-career-site__content ul.checkmark li{background-position:2.4rem 3.12rem}}.richtext ol,.richtext-career-site__content ol{list-style-type:none !important}.richtext ol,.richtext-career-site__content ol{counter-reset:list-counter;padding:0;margin:0;width:100%;text-align:left}.richtext ol li,.richtext-career-site__content ol li{background:none;counter-increment:list-counter;display:-webkit-box;display:-ms-flexbox;display:flex;position:relative}.richtext ol li::before,.richtext-career-site__content ol li::before{content:counter(list-counter);font-weight:700;background-color:rgba(0,0,0,0);color:#109fc6;position:absolute;left:-1rem;top:2.4rem;min-width:3.2rem;text-align:right}@media screen and (min-width: 62em){.richtext ol li::before,.richtext-career-site__content ol li::before{left:.8rem}}.richtext h1,.richtext-career-site__content h1{font-size:3.2rem}@media screen and (min-width: 62em){.richtext h1,.richtext-career-site__content h1{font-size:5.6rem}}.richtext h2,.richtext-career-site__content h2{font-size:2.4rem}@media screen and (min-width: 62em){.richtext h2,.richtext-career-site__content h2{font-size:3.2rem}}.richtext h3,.richtext-career-site__content h3{font-size:2rem}@media screen and (min-width: 62em){.richtext h3,.richtext-career-site__content h3{font-size:2.4rem}}.richtext .introduction,.richtext-career-site__content .introduction{font-size:1.8rem;line-height:130%}@media screen and (min-width: 62em){.richtext .introduction,.richtext-career-site__content .introduction{font-size:2.6rem}}.richtext .explanation,.richtext-career-site__content .explanation{cursor:pointer;background-color:#f3d4d9}.richtext__explanation{display:-webkit-box;display:-ms-flexbox;display:flex;max-width:100vw}.richtext__explanation-header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.richtext__explanation-header-icon{fill:#f3d4d9;color:#f3d4d9;background:#ce5368;border-radius:3rem;width:5.8rem;height:5.8rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-sizing:border-box;box-sizing:border-box}.richtext__explanation-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:.8rem}.richtext__explanation-content-selected-text{color:#2e318f;font-size:1.8rem;font-style:normal;font-weight:500;line-height:normal;letter-spacing:.036rem;text-transform:capitalize}.richtext__explanation-content-explanation{color:#2e318f;font-size:1.4rem;font-style:normal;font-weight:400;line-height:130%;letter-spacing:.028rem}.richtext__explanation.js-explanation{position:fixed;bottom:0;left:0;width:100%;z-index:100;display:none;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:2.4rem;background-color:#fff;padding:1.6rem 1.6rem 3.2rem 1.6rem;border:none}@media screen and (min-width: 48em){.richtext__explanation.js-explanation{width:51.2rem;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);bottom:3.2rem;padding:2.4rem 2.4rem 3.2rem 2.4rem}}.richtext__explanation.js-explanation[open]{display:-webkit-box;display:-ms-flexbox;display:flex;margin-top:auto;margin-bottom:0;margin-left:0;margin-right:0}.richtext__explanation.js-explanation::-ms-backdrop{background:rgba(0,0,0,.1)}.richtext__explanation.js-explanation::backdrop{background:rgba(0,0,0,.1)}.richtext-career-site-section{padding-top:0rem}@media screen and (min-width: 62em){.richtext-career-site-section{padding-top:6rem}}.richtext-career-site__col{width:100%}.richtext-career-site__title{position:relative;padding-bottom:3.2rem;color:#2e318f}.richtext-career-site__content{font-size:1.6rem}@media screen and (min-width: 62em){.richtext-career-site__content{font-size:2.4rem}}.richtext-career-site__content ul li{background:url("/assets/images/icons/checkmark.svg") no-repeat .6rem 2.08rem}@media screen and (min-width: 62em){.richtext-career-site__content ul li{background-position:2.4rem 3.12rem}}.simple-header{padding:4rem 0;background-color:#f2f0eb;color:#333}.simple-visual-list{overflow:hidden;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.simple-visual-list__wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:nowrap;flex-wrap:nowrap;padding-top:2.4rem}.simple-visual-list__item{color:#2e318f;border:.1rem solid #2e318f;padding:2.4rem}@media screen and (min-width: 48em){.simple-visual-list__item{padding:4rem}}.simple-visual-list__item-title{font-size:2rem;line-height:2.6rem;padding-top:4rem}@media screen and (min-width: 48em){.simple-visual-list__item-title{font-size:3.2rem;line-height:3.8rem;padding-top:5.8rem}}.simple-visual-list__item-subtitle{font-weight:400;font-size:1.8rem;line-height:1.8rem}@media screen and (min-width: 48em){.simple-visual-list__item-subtitle{font-size:2.4rem;line-height:3.1rem}}.slider{position:relative;width:100%}.slider--play-animation .slider{-webkit-animation:1s fade-in both;animation:1s fade-in both}.slider--preboarding{overflow:hidden}.slider--preboarding .slider__title{font-size:2.6rem;line-height:3.3rem;color:#2e318f;font-weight:600}.slider--preboarding .slider__slide:nth-child(odd) .person-card__content{background-color:#2e318f}.slider--preboarding .slider__slide:nth-child(even) .person-card__content{background-color:#ce5368}.slider--play-animation .slider__icon--slide-in{--start: -2rem, 0;--end: 0, 0;-webkit-animation:1s easing-in .7s 1 normal both;animation:1s easing-in .7s 1 normal both}.slider--play-animation .slider__icon--slide-in-reverse{--start: 2rem, 0;--end: 0, 0;-webkit-animation:1s easing-in .7s 1 normal both;animation:1s easing-in .7s 1 normal both}.slider--play-animation .slider__icon--rotate{--start: 45deg;--end: 0deg;-webkit-animation:1s rotate 1s 1 normal both;animation:1s rotate 1s 1 normal both}.slider__button{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;color:#2e318f;float:left;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-left:1.6rem;position:relative}.slider__button::before{content:"";position:absolute;left:0;height:100%;width:.2rem;background-color:#abadd2}.slider--play-animation .slider__button::before{--start: 1, 0;--end: 1, 1;-webkit-animation:1s scale .8s 1 normal both;animation:1s scale .8s 1 normal both}.slider__button-nav{float:left}.slider--play-animation .slider__button-nav{--start: 0;--end: 1;-webkit-animation:1s scale .4s 1 normal both;animation:1s scale .4s 1 normal both}.slider--play-animation .slider__button--animation{--start: 0;--end: 1;-webkit-animation:1s scale .5s 1 normal both;animation:1s scale .5s 1 normal both}@media screen and (min-width: 48em){.slider__button--center{width:100%;border:none;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding:4rem 0 0}.slider__button--center::before{content:"";display:none}}.slider__button--next{margin-right:2rem}.slider__button--slidercard{height:100%;margin-left:0;padding:left}.slider--poster{overflow:hidden;padding:4rem 0}@media screen and (min-width: 48em){.slider--poster{padding:6.4rem 0}}@media screen and (min-width: 62em){.slider--poster{padding:8rem 0}}.slider__container{margin:0 -1.2rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}@media screen and (min-width: 48em){.slider__container{display:block}}@media screen and (min-width: 62em){.slider__container{margin-right:-2rem;margin-left:-2rem}}.slider__container--poster{position:relative;height:100%}@media screen and (min-width: 48em){.slider__container--poster::before{position:absolute;width:calc(50% - 2rem);left:2rem;height:100%;content:"";background-color:#333}}@media screen and (min-width: 62em){.slider__container--poster::before{width:33%}}.slider__container--poster::after{position:absolute;top:50%;width:101%;left:calc(-100% + 2rem);height:101%;content:"";-webkit-transform:translateY(-50%);transform:translateY(-50%);background-color:#f2f0eb}.slider__container--poster .slider__navigation{text-align:center}@media screen and (min-width: 48em){.slider__container--poster .slider__navigation{position:absolute;z-index:3;bottom:2rem;left:2rem}}.slider__navigation{padding:0 2rem}.slider__navigation-wrapper--center-mobile{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}@media screen and (min-width: 48em){.slider__navigation-wrapper--center-mobile{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}}.slider__wrapper{-ms-flex-wrap:nowrap;flex-wrap:nowrap;margin:0}.slider--play-animation .slider__wrapper{-webkit-animation:1s fade-in;animation:1s fade-in}.slider__poster{-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1;text-align:center;margin:0 0 4rem 0;top:0;width:100%;pointer-events:none;z-index:2}@media screen and (min-width: 48em){.slider__poster{height:100%;position:absolute;text-align:left;margin:0}}.slider__placeholder{display:none;pointer-events:none}@media screen and (min-width: 48em){.slider__placeholder{display:block}}.slider__cutout{padding:0 2rem 0 2rem;margin:.3rem 0}@media screen and (min-width: 62em){.slider__cutout{margin:.7rem 0}}.slider__cutout--replaced{z-index:12}@media screen and (min-width: 48em){.slider__cutout--replaced{color:rgba(0,0,0,0)}}.slider__cutout-canvas{display:none;position:absolute;padding:0;border-width:50vh 2rem 50vh 0;border-style:solid;border-color:#f2f0eb;z-index:4;top:-50vh;pointer-events:none}@media screen and (min-width: 48em){.slider__cutout-canvas{display:block}}.slider__copy{padding:0 2rem;position:relative}@media screen and (min-width: 48em){.slider__copy{padding:0 5rem 0 2rem}}.slider__postercard{position:relative;pointer-events:all;-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex}.slider__postercard::before,.slider__postercard::after{position:absolute;right:0;top:0;content:"";height:100%;padding:8rem 0;margin-top:-8rem;-webkit-box-sizing:content-box;box-sizing:content-box;-webkit-box-sizing:initial;box-sizing:initial;background-color:hsla(0,0%,100%,0);width:50vw;z-index:1;-webkit-box-shadow:3.4rem 0 2rem -3.4rem rgba(0,0,0,.25);box-shadow:3.4rem 0 2rem -3.4rem rgba(0,0,0,.25);pointer-events:none}.slider__postercard::after{padding:0;margin-top:0;z-index:-1}.slider__postercard h2{z-index:10}.slider__postercard p{z-index:12;background-color:#f2f0eb}.slider__postercard-inner{position:relative;width:100%}.spacious-header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;height:calc((1vh * 50));height:calc((var(--vh, 1vh) * 50));height:calc((1vh * 50));height:calc(calc(1vh * 50));height:calc(calc(var(--vh, 1vh) * 50));margin-bottom:24rem}.theme-cta__link{display:inline-block;background-color:#2e318f;color:#fff;padding:1.8rem 2.4rem;text-decoration:none;margin:.6rem;border-radius:.4rem}.world-map{position:relative}.world-map__header{position:relative;z-index:1;color:#2e318f;width:100%;height:auto}@media screen and (min-width: 62em){.world-map__header{width:87rem}}.world-map__title{font-size:5rem;line-height:5rem;padding-bottom:2rem;width:30rem}.world-map__title::after{content:"";display:inline-block;position:absolute;width:11rem;height:11rem;bottom:8rem;background:var(--emoji-url);-webkit-transition:all .5s ease;transition:all .5s ease;background-size:contain}@media screen and (min-width: 48em){.world-map__title::after{height:17rem;width:17rem;bottom:5rem}}.world-map--play-animation .world-map__title::after{--start: -10deg;--end: 27deg;-webkit-animation-name:scale-up,rotate;animation-name:scale-up,rotate;-webkit-animation-duration:.5s,.3s;animation-duration:.5s,.3s;-webkit-animation-delay:.5s;animation-delay:.5s;-webkit-animation-iteration-count:1,6;animation-iteration-count:1,6;-webkit-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-direction:normal,alternate;animation-direction:normal,alternate;-webkit-transform-origin:70% 70%;transform-origin:70% 70%}@media screen and (min-width: 48em){.world-map__title{font-size:12rem;line-height:11rem;width:auto}}.world-map__continent{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;height:6.6rem;border:.1rem solid #2e318f;border-radius:.4rem;background-color:hsla(0,0%,100%,.1);color:#2e318f;margin-bottom:1.2rem;position:relative;overflow:hidden}.world-map--play-animation .world-map__continent{--start: 0, 5rem;--end: 0, 0;-webkit-animation:1s easing-in both;animation:1s easing-in both}@media screen and (min-width: 48em){.world-map__continent{width:32%;margin-bottom:0;height:10rem}}.world-map__continent--background-blur{width:100%;height:100%;position:absolute;z-index:-1;background-color:rgba(242,240,235,.9);-webkit-filter:blur(1.6rem);filter:blur(1.6rem)}@supports(backdrop-filter: none){.world-map__continent--background-blur{backdrop-filter:blur(1.6rem);background-color:rgba(242,240,235,.1)}}.world-map__continent-text{color:#fff;font-size:1.2rem;font-weight:700}@media screen and (min-width: 48em){.world-map__continent-text{font-size:1.6rem}}.world-map--play-animation .world-map__continent-text{-webkit-animation:1s fade-in .5s both;animation:1s fade-in .5s both}.world-map__continent-marker{padding:.5rem .8rem;border-radius:2.8rem;display:-webkit-box;display:-ms-flexbox;display:flex;position:absolute;background-color:#2e318f}.world-map--play-animation .world-map__continent-marker{--start: 0;--end: 1;-webkit-animation:1s scale .3s normal both;animation:1s scale .3s normal both}@media screen and (min-width: 48em){.world-map__continent-marker{font-size:1.6rem;padding:.8rem 1.4rem}}.world-map__continent-marker::before{content:"";width:1.4rem;height:1.4rem;background:url(/assets/images/icons/employees.svg);background-size:cover;margin-right:1rem}.world-map--play-animation .world-map__continent-marker::before{-webkit-animation:1s fade-in .5s both;animation:1s fade-in .5s both}@media screen and (min-width: 48em){.world-map__continent-marker::before{width:2.4rem;height:2.4rem;margin-right:.6rem}}.world-map__continent-wrapper{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;position:relative;z-index:1;padding-top:14rem}@media screen and (min-width: 48em){.world-map__continent-wrapper{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;padding-top:34rem}}.world-map__continent-timeZone{font-size:1.4rem;line-height:1.4rem;color:#6062bb;font-weight:400}@media screen and (min-width: 62em){.world-map__continent-timeZone{font-size:1.6rem;line-height:1.6rem}}.world-map__continent-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:75%;height:100%;border-right:.1rem solid #2e318f;padding:2rem}@media screen and (min-width: 62em){.world-map__continent-item{width:65%}}.world-map__continent-time{width:25%;font-size:1.4rem;font-weight:400;text-align:center}@media screen and (min-width: 62em){.world-map__continent-time{width:35%;font-size:2.4rem}}.world-map__continent-title{font-size:1.8rem;line-height:1.8rem;font-weight:600}@media screen and (min-width: 62em){.world-map__continent-title{font-size:2.4rem;line-height:3.3rem}}.world-map__map{position:absolute;top:auto;-webkit-transform:translateY(-2rem);transform:translateY(-2rem)}@media screen and (min-width: 62em){.world-map__map{top:11rem;-webkit-transform:none;transform:none}}.world-map__map-image{width:100%}.world-map--play-animation .world-map__map-image{--start: 0.3;--end: 1;-webkit-animation:1s scale 0s normal both;animation:1s scale 0s normal both}.world-map__button{padding:1.2rem}.world-map--play-animation .world-map__button{--start: 0;--end: 1;-webkit-animation:1s scale .8s normal both;animation:1s scale .8s normal both}.world-map__button-text{margin-right:1rem;font-size:1.6rem;padding-bottom:.5rem;position:relative}.world-map__button-text::after{content:"";display:block;width:100%;max-width:100rem;position:absolute;left:0;bottom:0;height:.2rem;background-color:#abadd2}.world-map--play-animation .world-map__button-text::after{--start: 0, 1;--end: 1, 1;-webkit-transform-origin:0 100%;transform-origin:0 100%;-webkit-animation:1s scale .5s both;animation:1s scale .5s both}.world-map--play-animation .world-map__button-text{-webkit-animation:1.5s fade-in .3s both;animation:1.5s fade-in .3s both}.world-map__icon{height:1.2rem;width:1.2rem}.world-map--play-animation .world-map__icon{--start: -2rem, 0;--end: 0, 0;-webkit-animation:1s easing-in .8s 1 normal both;animation:1s easing-in .8s 1 normal both}.fund-information{color:#2e318f}.fund-information__title{margin-bottom:4rem}.fund-information__label{font-weight:700}.fund-information__content{margin-bottom:2.4rem}@media screen and (min-width: 62em){.fund-information__content{font-size:2.4rem}}.investment-summary{color:#2e318f}.investment-summary__title{margin-bottom:2.4rem}.pai-indicators{color:#2e318f}.pai-indicators__title{margin-bottom:4rem}.iframe-section{color:#2e318f}.iframe-section__header{text-align:center}.iframe-section__text{margin:0 auto;max-width:80rem;text-align:center}.iframe-section__iframe{width:100%;height:55rem;overflow:hidden}.vacancy-overview__header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse;height:50rem;background-color:#2e318f;margin:4rem 0 3.2rem;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:start;border-radius:.4rem .4rem 0 0}@media screen and (min-width: 62em){.vacancy-overview__header{margin-bottom:5rem;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;border-radius:0;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:end}}.vacancy-overview__header-title{font-size:3.2rem;font-weight:900;line-height:110%}@media screen and (min-width: 62em){.vacancy-overview__header-title{font-size:5.6rem;line-height:100%}}.vacancy-overview__header-description{font-size:1.6rem;font-weight:400;line-height:140%}@media screen and (min-width: 62em){.vacancy-overview__header-description{font-size:2.4rem;line-height:140%}}.vacancy-overview__header-image{width:100%;height:20rem;border-radius:.4rem .4rem 0 0;overflow:hidden}@media screen and (min-width: 62em){.vacancy-overview__header-image{width:50%;height:100%}}.vacancy-overview__header-wrapper{max-width:70rem;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;color:#fff;gap:2.4rem;padding:5.6rem 1.6rem}@media screen and (min-width: 62em){.vacancy-overview__header-wrapper{padding:0 9.5rem 0 2rem}}.vacancy-overview__header .scroll-indicator__icon{fill:#fff}.vacancy-overview__filter{margin-bottom:3.2rem}@media screen and (min-width: 62em){.vacancy-overview__filter{margin-bottom:5rem}}.vacancy-overview__form-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:.8rem;padding:2.4rem 0}@media screen and (min-width: 62em){.vacancy-overview__form-wrapper{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;gap:2rem}}@media screen and (min-width: 75em){.vacancy-overview__form-wrapper{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;gap:4rem}}.vacancy-overview__form-input{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;color:#2e318f;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.vacancy-overview__form-dropdown{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.vacancy-overview__form-dropdown-discipline{-webkit-box-flex:2;-ms-flex-positive:2;flex-grow:2}.testimonial__container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:2.5rem}@media screen and (min-width: 62em){.testimonial__container{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:0}}.testimonial__wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;gap:2rem;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;cursor:pointer}.testimonial__wrapper--active{cursor:none}.testimonial__content{display:none}.testimonial__gallery{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:1.6rem}.testimonial__items{display:-webkit-box;display:-ms-flexbox;display:flex;gap:1.6rem}.testimonial__image{width:6.6rem;height:6.6rem;border-radius:.4rem;opacity:.6;overflow:hidden;position:relative;cursor:pointer}.testimonial__image img{pointer-events:none}@media screen and (min-width: 48em){.testimonial__image{width:11.9rem;height:11.9rem}}@media screen and (min-width: 62em){.testimonial__image{width:12.3rem;height:12.3rem}}.testimonial__image--large{width:100%;height:100%;margin-bottom:4rem;opacity:1;cursor:auto;pointer-events:none;aspect-ratio:1/1}.testimonial__image--active{opacity:1;border:.3rem solid #109fc6;width:6.3rem;height:6.3rem;cursor:auto;pointer-events:none}@media screen and (min-width: 48em){.testimonial__image--active{width:11.9rem;height:11.9rem}}@media screen and (min-width: 62em){.testimonial__image--active{width:12.3rem;height:12.3rem}}.testimonial__timer{background-color:#109fc6;width:0%;height:100%}.testimonial__timer-wrapper{height:.4rem;width:100%;background-color:#abadd2;position:absolute;bottom:0}@media screen and (min-width: 48em){.testimonial__timer-wrapper{height:.6rem}}.testimonial__timer--animate{-webkit-animation:progressBarAnimation 30s linear;animation:progressBarAnimation 30s linear}.testimonial__title{margin-bottom:1rem;font-size:3.2rem;color:#2e318f}@media screen and (min-width: 48em){.testimonial__title{font-size:4rem;margin-bottom:1.6rem}}.testimonial__text,.testimonial__author-function{font-size:1.6rem;color:#2e318f;line-height:140%;font-weight:400}.testimonial__text{margin-bottom:3.2rem}@media screen and (min-width: 48em){.testimonial__text{font-size:2rem;margin-bottom:4rem}}.testimonial__buttons{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;gap:.8rem}@media screen and (min-width: 48em){.testimonial__buttons{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;gap:1.6rem;padding-bottom:0}}@media screen and (min-width: 62em){.testimonial__buttons{padding-bottom:5.6rem}}.testimonial__author{margin-top:2.5rem;font-size:2rem;line-height:140%;font-weight:900;color:#2e318f}.testimonial__author-wrapper{padding-bottom:3.2rem}@media screen and (min-width: 48em){.testimonial__author-wrapper{padding-bottom:4rem}}@-webkit-keyframes progressBarAnimation{0%{width:0}100%{width:100%}}@keyframes progressBarAnimation{0%{width:0}100%{width:100%}}.homepage-header{padding-left:2.4rem;padding-right:2.4rem;position:relative;overflow:hidden}@media screen and (min-width: 62em){.homepage-header{padding-left:5.6rem;padding-right:5.6rem}}.homepage-header::after{content:"";position:absolute;left:0;bottom:0;width:100%;height:100%;pointer-events:none;-webkit-filter:blur(30rem);filter:blur(30rem);border-radius:140rem;background-color:#000;opacity:.5}@media screen and (min-width: 75em){.homepage-header::after{left:-50%;bottom:-50%}}.homepage-header__video{position:absolute;top:50%;left:50%;height:100%;-o-object-fit:cover;object-fit:cover;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%);margin:0 auto;display:block;width:100%}@media screen and (min-width: 75em){.homepage-header__video{top:0;left:0;-webkit-transform:none;transform:none;-webkit-transform:initial;transform:initial;margin:auto}}.homepage-header__wrapper{position:relative;height:calc(100dvh - 10rem);color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:end;width:100%;max-width:100%;padding:2rem;gap:1.6rem;padding-bottom:1.6rem;z-index:1}@media screen and (min-width: 48em){.homepage-header__wrapper{padding-bottom:5.6rem}}@media screen and (min-width: 75em){.homepage-header__wrapper{gap:4.8rem}}.homepage-header__text{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;gap:1.6rem}@media screen and (min-width: 48em){.homepage-header__text{gap:2.4rem}}@media screen and (min-width: 75em){.homepage-header__text{gap:7.9rem}}.homepage-header__text-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:1.6rem}@media screen and (min-width: 48em){.homepage-header__text-wrapper{gap:3.2rem}}.homepage-header__text-title{font-size:3.6rem;font-weight:900;line-height:100%}@media screen and (min-width: 62em){.homepage-header__text-title{font-size:6.4rem;width:70%}}.homepage-header__text-intro{font-size:1.6rem;line-height:140%;font-weight:400}@media screen and (min-width: 48em){.homepage-header__text-intro{width:75%}}@media screen and (min-width: 62em){.homepage-header__text-intro{width:70%}}.homepage-header__cta{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:end;gap:4.8rem}@media screen and (min-width: 48em){.homepage-header__cta{gap:4rem}}@media screen and (min-width: 62em){.homepage-header__cta{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:4rem}}.homepage-header__cta-button .button{width:-webkit-max-content;width:-moz-max-content;width:max-content}.homepage-header__cta-button .button__text{margin-right:.8rem}@media screen and (min-width: 62em){.homepage-header__cta-button{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}}.homepage-header__cta-image{width:6.4rem;min-width:6.4rem;height:6.4rem;border-radius:.6rem;overflow:hidden}@media screen and (min-width: 62em){.homepage-header__cta-image{width:14rem;min-width:14rem;height:14rem}}.homepage-header__cta-title{font-size:1.4rem;font-weight:900;line-height:110%;color:#2e318f}@media screen and (min-width: 48em){.homepage-header__cta-title{font-size:1.6rem}}@media screen and (min-width: 62em){.homepage-header__cta-title{padding-bottom:1.2rem;font-size:2rem}}.homepage-header__cta-header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:2.4rem;width:100%;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}@media screen and (min-width: 62em){.homepage-header__cta-header{-webkit-box-align:start;-ms-flex-align:start;align-items:start}}.homepage-header__cta-text{font-size:1.4rem;font-weight:400;line-height:140%;letter-spacing:.028rem;color:#6062bb;display:none}@media screen and (min-width: 62em){.homepage-header__cta-text{display:block}}.homepage-header__cta-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:100%;padding:1.2rem 1.6rem}@media screen and (min-width: 48em){.homepage-header__cta-content{padding:1.2rem 2rem}}.homepage-header__cta-card-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:end;-ms-flex-align:end;align-items:end}@media screen and (min-width: 75em){.homepage-header__cta-card-wrapper{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.homepage-header__cta-card-wrapper-card{width:100%;scale:0;-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-animation:cardAnimation 1s forwards .5s;animation:cardAnimation 1s forwards .5s;border-radius:.6rem;background-color:#fff;color:#000;display:-webkit-box;display:-ms-flexbox;display:flex;overflow:hidden;padding:.8rem 0 .8rem .8rem;cursor:pointer}@media screen and (min-width: 48em){.homepage-header__cta-card-wrapper-card{width:30rem}}@media screen and (min-width: 62em){.homepage-header__cta-card-wrapper-card{height:15.6rem;width:45rem;padding:.8rem}}@-webkit-keyframes cardAnimation{from{scale:0}to{scale:1}}@keyframes cardAnimation{from{scale:0}to{scale:1}}.homepage-header .scroll-cue__scroll-indicator{display:none;cursor:auto}@media screen and (min-width: 62em){.homepage-header .scroll-cue__scroll-indicator{display:-webkit-box;display:-ms-flexbox;display:flex}}.homepage-header .plyr__video-wrapper.plyr__video-embed{padding:0 !important;height:100vh !important}.homepage-header .plyr__video-embed__container{padding:100vh !important;-webkit-transform:translateY(-25%) !important;transform:translateY(-25%) !important}.homepage-header [data-plyr=play]{display:none}.homepage-header .plyr__poster{background-position:center;background-size:100% 100%;background-size:cover}.homepage-header .plyr--full-ui.plyr--video .plyr__control--overlaid{display:none}.homepage-header .plyr__controls{display:none}.content_accordion__wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;gap:.8rem;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}@media screen and (min-width: 48em){.content_accordion__wrapper{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;gap:1.2rem}}.content_accordion__content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}@media screen and (min-width: 48em){.content_accordion__content{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:normal;-ms-flex-align:normal;align-items:normal;height:100%}}.content_accordion__collapse{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3;-webkit-transform:rotate(90deg);transform:rotate(90deg);-ms-flex-item-align:center;align-self:center}@media screen and (min-width: 48em){.content_accordion__collapse{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;-webkit-transform:none;transform:none;-webkit-transform:initial;transform:initial}}.content_accordion__header-title{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;font-size:1.6rem;font-weight:600;color:#2e318f}@media screen and (min-width: 48em){.content_accordion__header-title{-webkit-transform:rotate(-90deg);transform:rotate(-90deg);padding-bottom:0;-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3;font-size:2rem}}@media screen and (min-width: 75em){.content_accordion__header-title{font-size:2.4rem}}.content_accordion__description{opacity:0;height:0;-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;font-size:1.6rem}@media screen and (min-width: 75em){.content_accordion__description{font-size:1.8rem}}.content_accordion__interactions{display:none}.content_accordion__container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding:1.6rem;background-color:#fff;border-radius:.4rem;overflow:hidden;max-height:7.6rem;-webkit-transition:max-height .6s ease-out;transition:max-height .6s ease-out;gap:1.6rem;cursor:pointer}@media screen and (min-width: 48em){.content_accordion__container{-webkit-transition:width .2s ease-out;transition:width .2s ease-out;width:7.2rem;height:44.2rem;max-height:none;max-height:initial}}@media screen and (min-width: 75em){.content_accordion__container{padding:2.4rem;height:37.2rem;width:9.2rem}}.content_accordion__container--open{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;height:auto;max-height:100rem;cursor:auto}@media screen and (min-width: 48em){.content_accordion__container--open{height:44.2rem;gap:2.4rem}}@media screen and (min-width: 75em){.content_accordion__container--open{height:37.2rem}}.content_accordion__container--open .content_accordion__collapse{display:none}.content_accordion__container--open .content_accordion__content{opacity:1;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.content_accordion__container--open .content_accordion__header-title{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;-webkit-transform:none;transform:none;-webkit-transform:initial;transform:initial;padding-left:0;padding-bottom:2.4rem}.content_accordion__container--open .content_accordion__interactions{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:.5rem;-webkit-transition:.2s opacity .2s linear;transition:.2s opacity .2s linear}@media screen and (min-width: 75em){.content_accordion__container--open .content_accordion__interactions{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;gap:1rem}}.content_accordion__container--open .content_accordion__interaction{display:-webkit-box;display:-ms-flexbox;display:flex}.content_accordion__container--open .content_accordion__description{opacity:1;display:inline;display:initial;-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;-webkit-transition:.2s opacity .2s linear;transition:.2s opacity .2s linear;height:auto}.job-postings-overview .wrap{padding-bottom:2.5rem;padding-top:2.5rem}@media screen and (min-width: 62em){.job-postings-overview .wrap{padding-top:4rem;padding-bottom:4rem}}.application-form-error{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.application-form-error__title{font-size:2.4rem;font-weight:600;line-height:1.3;text-align:center;margin-bottom:2.4rem}.application-form-error__links{margin:0 auto}.application-form-error__badge{color:#2e318f;background-color:#abadd2;margin-right:1.2rem}.application-form-error__contact-link{color:currentColor;text-decoration:underline;text-decoration-color:rgba(0,0,0,0);-webkit-transition:200ms cubic-bezier(0.63, 0, 0.55, 1);transition:200ms cubic-bezier(0.63, 0, 0.55, 1)}.application-form-error__contact-link:hover{text-decoration-color:currentColor}.application-form-error__contact-maps{color:currentColor}.application-form-error__contact-maps a{color:currentColor;text-decoration:underline;text-decoration-color:rgba(0,0,0,0);-webkit-transition:200ms cubic-bezier(0.63, 0, 0.55, 1);transition:200ms cubic-bezier(0.63, 0, 0.55, 1)}.application-form-error__contact-maps a:hover{text-decoration-color:currentColor}.application-form-error__contact-row{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.application-form-error__contact-row+.application-form-error__contact-row{margin-top:1.6rem}.modal-videoplayer{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;height:100%}.modal-videoplayer__content{width:100%;height:100%}.modal-videoplayer__button-wrapper{bottom:10rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:absolute;z-index:1;right:4rem}@media screen and (min-width: 48em){.modal-videoplayer__button-wrapper{right:14rem}}.modal-videoplayer .plyr__control{padding:2rem}.modal-videoplayer .plyr__poster{background-size:cover}.modal-videoplayer .plyr__video-wrapper{padding-bottom:0 !important}.modal-videoplayer .plyr__video-wrapper{height:100%}.modal-videoplayer .plyr__video-embed{padding-bottom:0 !important}.modal-videoplayer .plyr.plyr--stopped .plyr__controls{display:none}.qs-datepicker-container{width:100%;font-size:1.4rem;border:none;-webkit-box-shadow:.2rem .2rem 1.6rem rgba(0,0,0,.25);box-shadow:.2rem .2rem 1.6rem rgba(0,0,0,.25);margin-top:1rem}.qs-controls{padding:1.6rem;background-color:#f5f5f5}.qs-month-year{font-size:1.3em}.qs-arrow{width:3rem;height:3rem;overflow:hidden;color:#777;border-radius:.2rem;border:0;background:rgba(0,0,0,0);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.qs-arrow::before{content:"";border:.2rem solid;width:1rem;height:1rem;display:inline-block;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);-webkit-transition:border-color .2s;transition:border-color .2s;margin:.9rem 0 4rem .4rem}.qs-arrow::after{display:none}.qs-left::before{border-right:0;border-bottom:0}.qs-right::before{border-left:0;border-top:0;margin-left:0;margin-right:.4rem}.dp-left:before{border-right:0;border-bottom:0}.qs-squares{padding:0}.qs-square{width:100%/7;padding:.8em;height:auto;height:initial;border-radius:.2rem}.qs-day{color:#cac8c4;text-transform:uppercase;font-weight:300;font-size:.8em}.qs-current{text-decoration:none;position:relative}.qs-current::after{content:"";height:0;width:0;border:.7rem solid #109fc6;border-bottom-color:rgba(0,0,0,0);border-left-color:rgba(0,0,0,0);position:absolute;top:0;right:0}.qs-active{background-color:#2e318f;color:#fff;font-weight:bold}.qs-square:not(.qs-empty):not(.qs-disabled):not(.qs-day):not(.qs-active):hover{background-color:#abadd2;color:#fff;font-weight:bold}.asset-management .top-bar{background-color:#2e318f}.asset-management .top-bar__item{color:#fff}.asset-management .language-switch__description{color:#fff}.asset-management .navigation__toggle{color:#2e318f}.asset-management .header .scroll-indicator{border-color:#2e318f}.asset-management .header .scroll-indicator__icon{fill:#2e318f}.asset-management .header__content h1{color:#2e318f}.asset-management .header__cta{color:#fff;background-color:#109fc6}.asset-management .header-highlights .highlight-quote-card__quote{background-color:#109fc6}.asset-management .highlight-quote-card__theme{color:#b0eafa}.asset-management .slider .general-card{background-color:#2e318f}.asset-management .slider .general-card__title{color:#fff}.asset-management .slider .general-card__subtitle{color:#fff}.asset-management .slider .general-card .button--icon{border-color:#fff}.asset-management .slider .general-card .button__icon{fill:#fff}.asset-management .slider .person-card__quote{color:#b0eafa;background-color:#109fc6}.asset-management .slider .person-card__quote-icon{fill:#b0eafa}.asset-management .latest-publications .latest-publication-card__date{background-color:#109fc6}.asset-management .editors-choice .latest-publication-card__date{color:#fff;background-color:#109fc6}.asset-management .editors-choice .latest-publication-card__title{color:#fff}.asset-management .editors-choice .latest-publication-card__subtitle{color:#2e318f}.asset-management .editors-choice .latest-publication-card__content{background-color:#109fc6}.asset-management .image-grid .image-grid__caption{color:#fff;background-color:#109fc6}.asset-management .small-quote__button{color:#fff;background-color:#109fc6}#collection-wrapper iframe{position:relative !important;height:150rem !important;padding:0rem !important}@media screen and (min-width: 48em){#collection-wrapper iframe{height:140rem !important}}
