/* @license GPL-2.0-or-later https://www.drupal.org/licensing/faq */
.progress{position:relative;}.progress__track{min-width:100px;max-width:100%;height:16px;margin-top:5px;border:1px solid;background-color:#fff;}.progress__bar{width:3%;min-width:3%;max-width:100%;height:16px;background-color:#000;}.progress__description,.progress__percentage{overflow:hidden;margin-top:0.2em;color:#555;font-size:0.875em;}.progress__description{float:left;}[dir="rtl"] .progress__description{float:right;}.progress__percentage{float:right;}[dir="rtl"] .progress__percentage{float:left;}.progress--small .progress__track{height:7px;}.progress--small .progress__bar{height:7px;background-size:20px 20px;}
.ajax-progress{display:inline-block;padding:1px 5px 2px 5px;}[dir="rtl"] .ajax-progress{float:right;}.ajax-progress-throbber .throbber{display:inline;padding:1px 6px 2px;background:transparent url(/core/misc/throbber-active.svg) no-repeat 0 center;}.ajax-progress-throbber .message{display:inline;padding:1px 5px 2px;}tr .ajax-progress-throbber .throbber{margin:0 2px;}.ajax-progress-bar{width:16em;}.ajax-progress-fullscreen{position:fixed;z-index:1261;top:48.5%;left:49%;width:24px;height:24px;padding:4px;opacity:0.9;border-radius:7px;background-color:#232323;background-image:url(/core/misc/loading-small.svg);background-repeat:no-repeat;background-position:center center;}[dir="rtl"] .ajax-progress-fullscreen{right:49%;left:auto;}
.autobreakpoint-overlay{display:flex;opacity:0;position:fixed;top:50%;left:50%;z-index:9999;height:150px;width:300px;transform:translate(-50%,-50%);transition:opacity 1s ease;flex-direction:column;justify-content:space-evenly;border-radius:20px;background-color:rgba(0,0,0,.8);pointer-events:none;}.autobreakpoint-overlay-show{opacity:1;}.autobreakpoint-overlay-breakrange{color:white;font-size:48px;text-align:center;}.autobreakpoint-overlay-size{color:white;font-size:24px;text-align:center;}
.autoprivacy *{font-family:Arial,sans-serif;}.autoprivacy{opacity:.5;position:fixed;right:0;bottom:0;left:0;z-index:1111111;transform:translateY(100%);transition:transform .6s ease,opacity .6s ease;margin:auto;padding:25px;padding-bottom:15px;background:#222222;color:white;font-weight:normal;text-align:center;}.autoprivacy:focus,.autoprivacy-focus:focus{outline:0;}.autoprivacy.pending{opacity:1;transform:translateY(0%);}.autoprivacy h1{margin-bottom:15px;font-size:1.5em;}.autoprivacy p{margin:auto;padding-bottom:10px;}@media screen and (min-width:1024px){.autoprivacy p{max-width:1200px;}}.autoprivacy .accordion{opacity:0;position:relative;height:0;overflow:hidden;transition:.5s opacity ease-in-out,.2s height ease-in-out;}.autoprivacy .accordion.expanded{opacity:1;}.autoprivacy .accordion ul{margin:auto;padding:0;list-style-type:none;font-weight:normal;text-align:left;}@media screen and (min-width:1024px){.autoprivacy .accordion ul{max-width:45%;}}.autoprivacy .accordion li{position:relative;transition:background-color .5s ease;border-bottom:1px solid rgba(255,255,255,.5);padding:2px;background-color:transparent;}.autoprivacy .accordion li.autoprivacy-hint{background-color:#f08020;}.autoprivacy .accordion li b{font-weight:bold;}.autoprivacy .accordion li:last-child{margin-top:-1px;border-top:1px solid rgba(255,255,255,1);border-bottom:0;}.autoprivacy .button-wrapper{display:block;margin:auto;}@media screen and (min-width:1024px){.autoprivacy .button-wrapper{max-width:45%;}}.autoprivacy .accordion-headline{font-size:1em;}.autoprivacy .button{display:inline-block;transition:.5s background ease-in-out,.2s color ease-in-out;margin:auto;margin-top:10px;margin-bottom:10px;border:1px solid rgba(255,255,255,.5);border-radius:2px;padding:10px;padding-right:20px;padding-left:20px;background:transparent;color:rgba(255,255,255,.5);font-size:1em;line-height:normal;text-decoration:none;}.autoprivacy .button.hide{display:none !important;}.autoprivacy .button.true{background:white;color:#222222;}.autoprivacy .button:hover{border:1px solid white;background:white;color:black;cursor:pointer;}.autoprivacy .button.toggle{position:relative;width:auto;border:none;padding:0;padding-right:20px;cursor:pointer;}.autoprivacy .button.toggle .counter{display:none;}.autoprivacy .button.toggle.active .counter{display:inline;}.autoprivacy .button.toggle:hover{color:white;}.autoprivacy .button.toggle::before{content:'';position:absolute;top:0;right:0;bottom:0;height:0;width:0;margin:auto;border-top:5px solid white;border-right:5px solid transparent;border-bottom:0;border-left:5px solid transparent;}.autoprivacy button.toggle.active{color:white;}.autoprivacy button.toggle.active::before{border-top:0;border-bottom:5px solid white;}.autoprivacy button.toggle:hover{background:none !important;}.autoprivacy .accordion .switch{display:flex;justify-content:space-between;padding:5px 0 10px;}.autoprivacy .accordion .switch p{margin:0;padding-bottom:0;}.autoprivacy .accordion .switch span.slider{height:17px;width:30px;flex-shrink:0;}.autoprivacy .accordion .switch input{display:block;opacity:0;height:1px;width:1px;}.autoprivacy .accordion .switch input:focus-visible + span.slider{outline:2px solid black;outline-offset:5px;}.autoprivacy .accordion .slider{position:relative;transition:.4s;background:rgba(255,255,255,.2);cursor:pointer;}.autoprivacy .accordion .slider::before{content:'';position:absolute;top:2px;bottom:2px;left:2px;height:13px;width:13px;transition:.4s;background-color:white;}.autoprivacy .accordion input:checked + .slider{background-color:rgba(255,255,255,1);}.autoprivacy .accordion input:checked + .slider::before{transform:translateX(12px);background-color:rgba(0,0,0,.5);}.autoprivacy .accordion input:focus + .slider{box-shadow:0 0 1px white;}.autoprivacy .accordion .slider.round{border-radius:34px;}.autoprivacy .accordion .slider.round::before{border-radius:50%;}.autoprivacy-embed-overlay{position:absolute;z-index:500;height:100%;width:100%;background-color:rgba(0,0,0,.5);}.autoprivacy-embed-overlay .content{position:absolute;top:50%;left:50%;width:60%;transform:translate(-50%,-50%);color:#ffffff;text-align:center;}.autoprivacy-embed-overlay .content p{font-size:18px;line-height:26px;}.autoprivacy-embed-overlay .content p a{opacity:1;transition:opacity .3s ease;color:#ffffff;}.autoprivacy-embed-overlay .content p a:hover{opacity:.5;transition:opacity .3s ease;}.autoprivacy-embed-overlay .content p button.settings{background-color:transparent;color:inherit;font-size:inherit;text-decoration:underline;}.autoprivacy-embed-overlay .content p button.load{opacity:1;transition:opacity .3s ease;margin:10px 0;border:2px solid #ffffff;border-radius:5px;padding:8px 25px;background-color:transparent;color:#ffffff;font-size:18px;font-weight:bold;}.autoprivacy-embed-overlay .content p button.load:hover{opacity:.5;transition:opacity .3s ease;}@media screen and (max-width:768px){.autoprivacy-embed-overlay .content{width:80%;}}@media screen and (max-width:480px){.autoprivacy-embed-overlay .content p{font-size:14px;line-height:20px;}}@media screen and (max-width:480px){.autoprivacy-embed-overlay .content p button{margin:0;padding:5px 20px;font-size:16px;}}
@font-face{font-family:Raleway;src:url(/modules/autofont/fonts/AdobeBlank2.woff2)format("woff2");font-weight:100;font-style:normal;unicode-range:U+??}@font-face{font-family:Raleway;src:url(/modules/autofont/fonts/AdobeBlank2.woff2)format("woff2");font-weight:200;font-style:normal;unicode-range:U+??}@font-face{font-family:Raleway;src:url(/modules/autofont/fonts/AdobeBlank2.woff2)format("woff2");font-weight:300;font-style:normal;unicode-range:U+??}@font-face{font-family:Raleway;src:url(/modules/autofont/fonts/AdobeBlank2.woff2)format("woff2");font-weight:400;font-style:normal;unicode-range:U+??}@font-face{font-family:Raleway;src:url(/modules/autofont/fonts/AdobeBlank2.woff2)format("woff2");font-weight:500;font-style:normal;unicode-range:U+??}@font-face{font-family:Raleway;src:url(/modules/autofont/fonts/AdobeBlank2.woff2)format("woff2");font-weight:600;font-style:normal;unicode-range:U+??}@font-face{font-family:Raleway;src:url(/modules/autofont/fonts/AdobeBlank2.woff2)format("woff2");font-weight:700;font-style:normal;unicode-range:U+??}@font-face{font-family:Raleway;src:url(/modules/autofont/fonts/AdobeBlank2.woff2)format("woff2");font-weight:800;font-style:normal;unicode-range:U+??}@font-face{font-family:Raleway;src:url(/modules/autofont/fonts/AdobeBlank2.woff2)format("woff2");font-weight:900;font-style:normal;unicode-range:U+??}@font-face{font-family:Raleway;src:url(/modules/autofont/fonts/AdobeBlank2.woff2)format("woff2");font-weight:100;font-style:italic;unicode-range:U+??}@font-face{font-family:Raleway;src:url(/modules/autofont/fonts/AdobeBlank2.woff2)format("woff2");font-weight:200;font-style:italic;unicode-range:U+??}@font-face{font-family:Raleway;src:url(/modules/autofont/fonts/AdobeBlank2.woff2)format("woff2");font-weight:300;font-style:italic;unicode-range:U+??}@font-face{font-family:Raleway;src:url(/modules/autofont/fonts/AdobeBlank2.woff2)format("woff2");font-weight:400;font-style:italic;unicode-range:U+??}@font-face{font-family:Raleway;src:url(/modules/autofont/fonts/AdobeBlank2.woff2)format("woff2");font-weight:500;font-style:italic;unicode-range:U+??}@font-face{font-family:Raleway;src:url(/modules/autofont/fonts/AdobeBlank2.woff2)format("woff2");font-weight:600;font-style:italic;unicode-range:U+??}@font-face{font-family:Raleway;src:url(/modules/autofont/fonts/AdobeBlank2.woff2)format("woff2");font-weight:700;font-style:italic;unicode-range:U+??}@font-face{font-family:Raleway;src:url(/modules/autofont/fonts/AdobeBlank2.woff2)format("woff2");font-weight:800;font-style:italic;unicode-range:U+??}@font-face{font-family:Raleway;src:url(/modules/autofont/fonts/AdobeBlank2.woff2)format("woff2");font-weight:900;font-style:italic;unicode-range:U+??}@font-face{font-family:Raleway;src:url("/themes/swb/fonts/Raleway/Raleway, Regular.woff2?r=fc0b275eaaec5b0367e9590a00904b6a")format("woff2");font-weight:400;font-style:normal}@font-face{font-family:Raleway;src:url("/themes/swb/fonts/Raleway/Raleway, Bold.woff2?r=fc0b275eaaec5b0367e9590a00904b6a")format("woff2");font-weight:700;font-style:normal}@font-face{font-family:Raleway;src:url("/themes/swb/fonts/Raleway/Raleway, Bold Italic.woff2?r=3256d945c89529f3c06eb95b47ec697b")format("woff2");font-weight:700;font-style:italic}@font-face{font-family:Raleway;src:url("/themes/swb/fonts/Raleway/Raleway, Italic.woff2?r=2f6b97b4feaee00dd41e5f5e7ae26a8a")format("woff2");font-weight:400;font-style:italic}@font-face{font-family:Icons;src:url(/sites/default/files/autofont/Icons.woff?r=f54e982472f15bee90ee900afaff9bf2)format("woff"),url(/sites/default/files/autofont/Icons.woff?r=f54e982472f15bee90ee900afaff9bf2)format("woff"),url(/sites/default/files/autofont/Icons.woff?r=f54e982472f15bee90ee900afaff9bf2)format("woff"),url(/sites/default/files/autofont/Icons.woff?r=f54e982472f15bee90ee900afaff9bf2)format("woff");font-weight:400;font-style:normal;font-display:block}@keyframes loading{0%{background-position-x:-160%,-160%,-2px}50%{background-position-x:260%,-160%,-2px}to{background-position-x:260%,260%,-2px}}html{--slider-kinetic-inertia:40%;--slider-kinetic-event-smoothing:30%;scroll-padding-top:calc(50px + var(--viewport-top))!important}body{background-color:#fff;font-family:Icons,Raleway,Arial,sans-serif;line-height:1.6}body h1,body h2,body h3,body h4,body h5,body h6{font-weight:700;line-height:1.2}body strong{font-weight:700}body em{font-style:italic}:focus-visible{outline-offset:3px;outline:2px solid #9e77ed}.notify-container{z-index:9999;position:fixed}.notify-container.notify-top-right{top:10px;right:10px}.notify-container.notify-top-left{top:10px;left:10px}.notify-container.notify-bottom-right{bottom:10px;right:10px}.notify-container.notify-bottom-left{bottom:10px;left:10px}.notify-container.notify-center{top:50%;left:50%;transform:translate(-50%,-50%)}.notify-container .notify-close{cursor:pointer;width:15px;height:15px;padding:2px;position:absolute;top:5px;right:10px}.notify-container .notify-close:before,.notify-container .notify-close:after{content:"";background:#fff;width:100%;height:2px;position:absolute;top:50%}.notify-container .notify-close:before{transform:rotate(45deg)}.notify-container .notify-close:after{transform:rotate(-45deg)}.notify-container .notify-item{opacity:1;color:#fff;background:#333;border-radius:5px;width:20em;margin-bottom:15px;padding:15px;position:relative}.notify-container .notify-title{font-weight:700}.paragraph-text,.paragraph-text .field-body,.paragraph-teaser-text>a .field-body,.paragraph-teaser-medium .field-body,.paragraph-stage.layout-horizontal .field-body,.paragraph-stage.layout-vertical .field-body,.paragraph-listitem .field-body,.paragraph-content-section{color:#5c5c5c;font-size:20rem;font-weight:400}@media (max-width:1023.9px){.paragraph-text,.paragraph-text .field-body,.paragraph-teaser-text>a .field-body,.paragraph-teaser-medium .field-body,.paragraph-stage.layout-horizontal .field-body,.paragraph-stage.layout-vertical .field-body,.paragraph-listitem .field-body,.paragraph-content-section{font-size:18rem}}@media (max-width:767.9px){.paragraph-text,.paragraph-text .field-body,.paragraph-teaser-text>a .field-body,.paragraph-teaser-medium .field-body,.paragraph-stage.layout-horizontal .field-body,.paragraph-stage.layout-vertical .field-body,.paragraph-listitem .field-body,.paragraph-content-section{font-size:16rem}}@media (max-width:479.9px){.paragraph-text,.paragraph-text .field-body,.paragraph-teaser-text>a .field-body,.paragraph-teaser-medium .field-body,.paragraph-stage.layout-horizontal .field-body,.paragraph-stage.layout-vertical .field-body,.paragraph-listitem .field-body,.paragraph-content-section{font-size:16rem}}.paragraph-text>h1,.paragraph-text .field-body>h1,.paragraph-teaser-text>a .field-body>h1,.paragraph-teaser-medium .field-body>h1,.paragraph-stage.layout-horizontal .field-body>h1,.paragraph-stage.layout-vertical .field-body>h1,.paragraph-listitem .field-body>h1,.paragraph-content-section>h1,.paragraph-text>h2,.paragraph-text .field-body>h2,.paragraph-teaser-text>a .field-body>h2,.paragraph-teaser-medium .field-body>h2,.paragraph-stage.layout-horizontal .field-body>h2,.paragraph-stage.layout-vertical .field-body>h2,.paragraph-listitem .field-body>h2,.paragraph-content-section>h2,.paragraph-text>h3,.paragraph-text .field-body>h3,.paragraph-teaser-text>a .field-body>h3,.paragraph-teaser-medium .field-body>h3,.paragraph-stage.layout-horizontal .field-body>h3,.paragraph-stage.layout-vertical .field-body>h3,.paragraph-listitem .field-body>h3,.paragraph-content-section>h3,.paragraph-text>h4,.paragraph-text .field-body>h4,.paragraph-teaser-text>a .field-body>h4,.paragraph-teaser-medium .field-body>h4,.paragraph-stage.layout-horizontal .field-body>h4,.paragraph-stage.layout-vertical .field-body>h4,.paragraph-listitem .field-body>h4,.paragraph-content-section>h4,.paragraph-text>h5,.paragraph-text .field-body>h5,.paragraph-teaser-text>a .field-body>h5,.paragraph-teaser-medium .field-body>h5,.paragraph-stage.layout-horizontal .field-body>h5,.paragraph-stage.layout-vertical .field-body>h5,.paragraph-listitem .field-body>h5,.paragraph-content-section>h5,.paragraph-text>h6,.paragraph-text .field-body>h6,.paragraph-teaser-text>a .field-body>h6,.paragraph-teaser-medium .field-body>h6,.paragraph-stage.layout-horizontal .field-body>h6,.paragraph-stage.layout-vertical .field-body>h6,.paragraph-listitem .field-body>h6,.paragraph-content-section>h6{margin:0 auto 20px}.paragraph-text>h1,.paragraph-text .field-body>h1,.paragraph-teaser-text>a .field-body>h1,.paragraph-teaser-medium .field-body>h1,.paragraph-stage.layout-horizontal .field-body>h1,.paragraph-stage.layout-vertical .field-body>h1,.paragraph-listitem .field-body>h1,.paragraph-content-section>h1{color:#0d3e61;font-size:34rem;font-weight:400}@media (max-width:1023.9px){.paragraph-text>h1,.paragraph-text .field-body>h1,.paragraph-teaser-text>a .field-body>h1,.paragraph-teaser-medium .field-body>h1,.paragraph-stage.layout-horizontal .field-body>h1,.paragraph-stage.layout-vertical .field-body>h1,.paragraph-listitem .field-body>h1,.paragraph-content-section>h1{font-size:34rem}}@media (max-width:767.9px){.paragraph-text>h1,.paragraph-text .field-body>h1,.paragraph-teaser-text>a .field-body>h1,.paragraph-teaser-medium .field-body>h1,.paragraph-stage.layout-horizontal .field-body>h1,.paragraph-stage.layout-vertical .field-body>h1,.paragraph-listitem .field-body>h1,.paragraph-content-section>h1{font-size:28rem}}@media (max-width:479.9px){.paragraph-text>h1,.paragraph-text .field-body>h1,.paragraph-teaser-text>a .field-body>h1,.paragraph-teaser-medium .field-body>h1,.paragraph-stage.layout-horizontal .field-body>h1,.paragraph-stage.layout-vertical .field-body>h1,.paragraph-listitem .field-body>h1,.paragraph-content-section>h1{font-size:24rem}}.paragraph-text>h2,.paragraph-text .field-body>h2,.paragraph-teaser-text>a .field-body>h2,.paragraph-teaser-medium .field-body>h2,.paragraph-stage.layout-horizontal .field-body>h2,.paragraph-stage.layout-vertical .field-body>h2,.paragraph-listitem .field-body>h2,.paragraph-content-section>h2{font-size:30rem}@media (max-width:1023.9px){.paragraph-text>h2,.paragraph-text .field-body>h2,.paragraph-teaser-text>a .field-body>h2,.paragraph-teaser-medium .field-body>h2,.paragraph-stage.layout-horizontal .field-body>h2,.paragraph-stage.layout-vertical .field-body>h2,.paragraph-listitem .field-body>h2,.paragraph-content-section>h2{font-size:30rem}}@media (max-width:767.9px){.paragraph-text>h2,.paragraph-text .field-body>h2,.paragraph-teaser-text>a .field-body>h2,.paragraph-teaser-medium .field-body>h2,.paragraph-stage.layout-horizontal .field-body>h2,.paragraph-stage.layout-vertical .field-body>h2,.paragraph-listitem .field-body>h2,.paragraph-content-section>h2{font-size:22rem}}@media (max-width:479.9px){.paragraph-text>h2,.paragraph-text .field-body>h2,.paragraph-teaser-text>a .field-body>h2,.paragraph-teaser-medium .field-body>h2,.paragraph-stage.layout-horizontal .field-body>h2,.paragraph-stage.layout-vertical .field-body>h2,.paragraph-listitem .field-body>h2,.paragraph-content-section>h2{font-size:22rem}}.paragraph-text>h2,.paragraph-text .field-body>h2,.paragraph-teaser-text>a .field-body>h2,.paragraph-teaser-medium .field-body>h2,.paragraph-stage.layout-horizontal .field-body>h2,.paragraph-stage.layout-vertical .field-body>h2,.paragraph-listitem .field-body>h2,.paragraph-content-section>h2{color:#5c5c5c}footer.main .paragraph-text,footer.main .paragraph-text .field-body,.paragraph-text footer.main .field-body,footer.main .paragraph-teaser-text>a .field-body,.paragraph-teaser-text>a footer.main .field-body,footer.main .paragraph-teaser-medium .field-body,.paragraph-teaser-medium footer.main .field-body,footer.main .paragraph-stage.layout-horizontal .field-body,.paragraph-stage.layout-horizontal footer.main .field-body,footer.main .paragraph-stage.layout-vertical .field-body,.paragraph-stage.layout-vertical footer.main .field-body,footer.main .paragraph-listitem .field-body,.paragraph-listitem footer.main .field-body,footer.main .paragraph-content-section,footer.main .paragraph-text p a,.paragraph-text footer.main .field-body p a,footer.main .paragraph-teaser-text>a .field-body p a,.paragraph-teaser-text>a footer.main .field-body p a,footer.main .paragraph-teaser-medium .field-body p a,.paragraph-teaser-medium footer.main .field-body p a,footer.main .paragraph-stage.layout-horizontal .field-body p a,.paragraph-stage.layout-horizontal footer.main .field-body p a,footer.main .paragraph-stage.layout-vertical .field-body p a,.paragraph-stage.layout-vertical footer.main .field-body p a,footer.main .paragraph-listitem .field-body p a,.paragraph-listitem footer.main .field-body p a,footer.main .paragraph-content-section p a{color:#fff}header.main>.container,.paragraph-stage,.paragraph-content-section>.headline,.paragraph-content-section .content-section-items{width:100%;max-width:1280px;margin-left:auto;margin-right:auto}@media (max-width:1023.9px){header.main>.container,.paragraph-stage,.paragraph-content-section>.headline,.paragraph-content-section .content-section-items{max-width:calc(100% - 16px)}}html{font-size:6.25%}body{overflow-anchor:none;--animation-engine:WebAnimationEngine;margin:0;font-size:16rem}body:focus-visible{outline:0}.role-administrator img:not([src*=\.svg]):not([src*="/styles/"]):not([src^=blob\:]):not([src^=data\:]):not([src="//:0"]):not([src^="https://"]){filter:blur(5px)}[onclick]{cursor:pointer}*,:before,:after{box-sizing:border-box}a{outline:none}::-moz-focus-inner{border:0}img{border:0;max-width:100%}img:not([src$=\.svg]){width:auto;height:auto}*{-webkit-tap-highlight-color:transparent}.clear{clear:both;float:none}.visually-hidden{clip:rect(1px,1px,1px,1px);word-wrap:normal;width:1px;height:1px;overflow:hidden;position:absolute!important}.text-align-left{text-align:left}.text-align-right{text-align:right}.text-align-center{text-align:center}.text-align-justify{text-align:justify}.align-left{float:left}.align-right{float:right}.align-center{margin-left:auto;margin-right:auto;display:block}select{-webkit-appearance:none;-moz-appearance:none;border-radius:0}select::-ms-expand{display:none}button{cursor:pointer;border:0;font-family:inherit}input,textarea{font-family:inherit}.e{display:none}.emoji{font-style:normal;font-weight:400}.loading{cursor:wait}.contextual button.trigger{background-color:#2d2d2d!important;background-image:url(/core/misc/icons/ffffff/pencil.svg)!important;background-position:50%!important;background-repeat:no-repeat!important;border:1px solid #ccc!important;border-radius:13px!important;width:26px!important;height:26px!important;padding:0 2px!important;transition:none!important}.contextual.open button.trigger{border-bottom:0!important;border-bottom-right-radius:0!important;border-bottom-left-radius:0!important}.contextual .contextual-links{background-color:#2d2d2d!important;border-radius:0!important;padding:0!important}.contextual .contextual-links li{background-color:#0000!important;margin:0!important;display:block!important}.contextual .contextual-links li a{color:#fff!important;background-color:#0000!important;border-radius:0!important;margin:0!important;padding:8px 10px!important;font-family:Open Sans,Arial,sans-serif!important;font-size:small!important;font-weight:400!important;transition:none!important}.contextual .contextual-links li a:hover{background-color:#505050!important}.contextual .contextual-links li a:before,.contextual .contextual-links li a:after,.contextual .contextual-links li:before,.contextual .contextual-links li:after{display:none!important}.fade-animation{transition:opacity .5s ease-out}.height-animation{transition:height .5s ease-out}.scroll-left-animation{--animation-engine:JQueryEngine;transition:scroll-left 1s}.scroll-top-animation{--animation-engine:JQueryEngine;transition:scroll-top 1s}.slide-animation{transition:transform .5s}.autoprivacy .autoprivacy-focus h1{font-family:Icons,Raleway,Arial,sans-serif;font-weight:700;line-height:1.2}.autoprivacy .autoprivacy-focus p,.autoprivacy .button-wrapper .button{font-family:Icons,Raleway,Arial,sans-serif;font-weight:400;line-height:1.6}.page{min-height:calc(100vh - var(--viewport-top,0));grid-template-rows:1fr auto auto;margin-top:95px;display:grid}@media (max-width:767.9px){.page{margin-top:0}}.entering,.leaving{backface-visibility:hidden;background-color:#f6f6f6}body{on-ready:"new TransitionManager()";overflow-x:clip}.dialog-off-canvas-main-canvas{width:calc(100vw - var(--dplex-sidepane-width));on-ready:"new DPlexLoader().add(\".page-top\")"}.paragraph-accordion{on-ready:"new Accordion(this)"}.paragraph-accordionitem{position:relative}.inner-paragraph-last .paragraph-accordionitem:last-child{margin-bottom:0}.paragraph-accordionitem .accordion-header{color:#5c5c5c;text-align:left;background-color:#fff;border-top:4px solid #0d3e61;border-radius:8px;width:100%;padding:18px 60px 18px 20px;transition:all .3s ease-out;display:block;box-shadow:5px 0 10px #00000026}.paragraph-accordionitem .accordion-header .headline{font-size:25rem}@media (max-width:1023.9px){.paragraph-accordionitem .accordion-header .headline{font-size:20rem}}@media (max-width:767.9px){.paragraph-accordionitem .accordion-header .headline{font-size:18rem}}.paragraph-accordionitem .accordion-header .toggle{color:#0d3e61;width:25px;height:15px;font-size:16rem;transition:transform .3s ease-out;display:inline-block;position:absolute;top:25px;right:25px}.paragraph-accordionitem .accordion-header .toggle:focus-visible{border-radius:0}.paragraph-accordionitem .accordion-body{display:none;overflow:hidden}.paragraph-accordionitem .accordion-body .field-body{color:#fff;background-color:#0d3e61;border-bottom-right-radius:8px;border-bottom-left-radius:8px;padding:20px;transition:border .3s ease-out}.paragraph-accordionitem .accordion-body .field-body p{color:inherit}.paragraph-accordionitem.open .accordion-header{border-bottom-right-radius:0;border-bottom-left-radius:0}.paragraph-accordionitem.open .accordion-header .toggle{transition:transform .3s ease-out;transform:rotate(180deg)}.paragraph-content-section{padding:60px 16px;position:relative}@media (max-width:1023.9px){.paragraph-content-section{padding:40px 4px}}.paragraph-content-section.background-color-lightgray{background:#f6f6f6}.paragraph-content-section.split-100 .content-section-items{grid-template-columns:1fr}.paragraph-content-section.split-50-50 .content-section-items{grid-template-columns:repeat(2,1fr)}@media (max-width:1023.9px){.paragraph-content-section.split-50-50 .content-section-items{grid-template-columns:repeat(1,1fr)}}.paragraph-content-section.split-66-33 .content-section-items{align-items:center;position:relative}.paragraph-content-section.split-66-33 .content-section-items:has(>.inner-paragraph:first-child .paragraph-medium){grid-template-columns:1fr 2fr}@media (max-width:1023.9px){.paragraph-content-section.split-66-33 .content-section-items:has(>.inner-paragraph:first-child .paragraph-medium){grid-template-columns:1fr}}.paragraph-content-section.split-66-33 .content-section-items:has(>.inner-paragraph:first-child .paragraph-text){grid-template-columns:2fr 1fr}@media (max-width:1023.9px){.paragraph-content-section.split-66-33 .content-section-items:has(>.inner-paragraph:first-child .paragraph-text){grid-template-columns:1fr}}.paragraph-content-section.split-66-33 .content-section-items:has(>.inner-paragraph:first-child .paragraph-text) .paragraph-medium .medium-image{margin-left:-20%}@media (max-width:1023.9px){.paragraph-content-section.split-66-33 .content-section-items:has(>.inner-paragraph:first-child .paragraph-text) .paragraph-medium .medium-image{margin-left:0}}.paragraph-content-section.split-66-33 .content-section-items .paragraph-medium{z-index:0;position:relative}.paragraph-content-section.split-66-33 .content-section-items .paragraph-medium .medium-image{border:2px solid #0d3e61;border-radius:6px;width:100%;min-width:100%;height:auto;padding:10px;display:block}.paragraph-content-section.split-66-33 .content-section-items .paragraph-medium .medium-image img{border-radius:6px;width:100%;height:auto;display:block}.paragraph-content-section.split-66-33 .content-section-items .paragraph-text{z-index:1;position:relative}.paragraph-content-section.split-66-33 .content-section-items .paragraph-text .field-body{background-color:#fff;border-radius:4px;padding:50px 40px 40px;box-shadow:0 0 10px #0000000d}@media (max-width:767.9px){.paragraph-content-section.split-66-33 .content-section-items .paragraph-text .field-body{padding:25px}}.paragraph-content-section.split-33-33-33 .content-section-items{grid-template-columns:repeat(3,1fr)}@media (max-width:1023.9px){.paragraph-content-section.split-33-33-33 .content-section-items{grid-template-columns:repeat(2,1fr)}}@media (max-width:767.9px){.paragraph-content-section.split-33-33-33 .content-section-items{grid-template-columns:repeat(1,1fr)}}.paragraph-content-section.split-50-50 .content-section-items,.paragraph-content-section.split-66-33 .content-section-items,.paragraph-content-section.split-33-33-33 .content-section-items{gap:24px}footer.main .paragraph-content-section.split-50-50 .content-section-items,footer.main .paragraph-content-section.split-66-33 .content-section-items,footer.main .paragraph-content-section.split-33-33-33 .content-section-items{gap:0}.paragraph-content-section .content-section-items{display:grid}.paragraph-list{width:100%;height:100%;display:block;position:relative}.paragraph-list .field-items{grid-template-columns:repeat(3,1fr);gap:20px;display:grid;position:relative}@media (max-width:1023.9px){.paragraph-list .field-items{grid-template-columns:repeat(2,1fr);gap:10px}}@media (max-width:767.9px){.paragraph-list .field-items{grid-template-columns:repeat(1,1fr);gap:0}}.paragraph-listitem{width:100%;height:100%;display:block;position:relative}.paragraph-listitem .caption{color:#0d3e61;font-size:20rem}.paragraph-listitem .caption:before{content:"";color:#0d3e61;margin-right:8px;font-size:20rem;display:inline-block;position:relative}@media (max-width:767.9px){.paragraph-listitem .caption,.paragraph-listitem .caption:before{font-size:18rem}}.paragraph-listitem .field-body ul{padding:0;list-style:none}.paragraph-listitem .field-body ul>li{display:table-row}.paragraph-listitem .field-body ul>li:before{content:"" " ";color:#0d3e61;display:table-cell}.paragraph-listitem .field-body ol{counter-reset:li;padding:0;list-style:none}.paragraph-listitem .field-body ol>li{counter-increment:li;grid-template-columns:auto 1fr;display:grid}.paragraph-listitem .field-body ol>li>ol{grid-column:span 2}.paragraph-listitem .field-body ol>li:before{content:counter(li) ". ";display:table-cell}.paragraph-listitem .field-body ol>li:first-of-type{padding-top:0}.paragraph-listitem .field-body p a:not(.button){color:#4587d5;cursor:pointer;background-image:linear-gradient(#0000 calc(100% - 3px),#0d3e61 3px);background-position-y:100%;background-repeat:no-repeat;background-size:0% 3px;align-items:baseline;text-decoration:none;transition:color .3s,background-size .3s;display:inline-block;position:relative}footer.main .paragraph-listitem .field-body p a:not(.button){color:#fff}.paragraph-listitem .field-body p a:not(.button):hover{color:#0d3e61;background-size:100% 3px}footer.main .paragraph-listitem .field-body p a:not(.button):hover{color:#fff;background-image:linear-gradient(#0000 calc(100% - 3px),#fff 3px)}.paragraph-listitem .field-body p a:not(.button):active,.paragraph-listitem .field-body p a:not(.button).loading{color:#0d3e61}footer.main .paragraph-listitem .field-body p a:not(.button):active,footer.main .paragraph-listitem .field-body p a:not(.button).loading{color:#fff}.paragraph-listitem .field-body p a:not(.button).loading{cursor:wait;background-image:linear-gradient(#0d3e61 0 0),linear-gradient(#0d3e61 0 0),linear-gradient(#4587d5 0 0);background-repeat:no-repeat;background-size:60% 3px,60% 3px,calc(100% + 4px) 3px;text-decoration:none;animation:4s linear infinite loading}footer.main .paragraph-listitem .field-body p a:not(.button).loading{background-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0),linear-gradient(#4587d5 0 0)}.paragraph-listitem .field-body p a:not(.button).is-disabled{opacity:.3}.paragraph-listitem .field-body p a:not(.button):after{margin-left:10px}.paragraph-listitem .field-body p a.button{color:#fff;cursor:pointer;background-color:#4587d5;border:2px solid #0000;border-radius:50px;justify-content:center;align-items:center;gap:8px;width:fit-content;padding:10px 25px;font-size:16rem;font-weight:700;text-decoration:none;transition:all .3s;display:inline-flex;position:relative}@media (max-width:1023.9px){.paragraph-listitem .field-body p a.button{font-size:16rem}}@media (max-width:767.9px){.paragraph-listitem .field-body p a.button{font-size:16rem}}@media (max-width:479.9px){.paragraph-listitem .field-body p a.button{font-size:16rem}}.paragraph-listitem .field-body p a.button:hover{color:#fff;background-color:#0d3e61;border-color:#0d3e61}.paragraph-listitem .field-body p a.button:active,.paragraph-listitem .field-body p a.button.loading{color:#fff;background-color:#4587d5;border-color:#006ac0}.paragraph-listitem .field-body p a.button.loading{cursor:wait;background-image:linear-gradient(#4587d5 0 0),linear-gradient(#4587d5 0 0),linear-gradient(#5c5c5c 0 0);background-position-y:calc(100% + 2px);background-repeat:no-repeat;background-size:60% 6px,60% 6px,calc(100% + 4px) 6px;animation:4s linear infinite loading}.paragraph-listitem .field-body p a.button.is-disabled{color:#fff;background-color:#5c5c5c;border-color:#edf8fe}@media (max-width:767.9px){.paragraph-listitem .field-body p a.button{width:100%}}.paragraph-medium .medium img{border-radius:4px;width:100%;height:auto;display:block}.paragraph-menu{margin:20px 0}@media (max-width:767.9px){footer.main .paragraph-menu{margin:0}}.paragraph-menu>ul{flex-direction:column;margin:0;padding:0;display:flex}.paragraph-menu>ul li{list-style:none;display:block}.paragraph-menu>ul li a{color:#4587d5;cursor:pointer;background-image:linear-gradient(#0000 calc(100% - 3px),#0d3e61 3px);background-position-y:100%;background-repeat:no-repeat;background-size:0% 3px;align-items:baseline;text-decoration:none;transition:color .3s,background-size .3s;display:inline-block;position:relative}footer.main .paragraph-menu>ul li a{color:#fff}.paragraph-menu>ul li a:hover{color:#0d3e61;background-size:100% 3px}footer.main .paragraph-menu>ul li a:hover{color:#fff;background-image:linear-gradient(#0000 calc(100% - 3px),#fff 3px)}.paragraph-menu>ul li a:active,.paragraph-menu>ul li a.loading{color:#0d3e61}footer.main .paragraph-menu>ul li a:active,footer.main .paragraph-menu>ul li a.loading{color:#fff}.paragraph-menu>ul li a.loading{cursor:wait;background-image:linear-gradient(#0d3e61 0 0),linear-gradient(#0d3e61 0 0),linear-gradient(#4587d5 0 0);background-repeat:no-repeat;background-size:60% 3px,60% 3px,calc(100% + 4px) 3px;text-decoration:none;animation:4s linear infinite loading}footer.main .paragraph-menu>ul li a.loading{background-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0),linear-gradient(#4587d5 0 0)}.paragraph-menu>ul li a.is-disabled{opacity:.3}.paragraph-menu>ul li a:after{margin-left:10px}.paragraph-stage{display:flex;position:relative}.paragraph-stage .medium{z-index:0;height:100%;position:relative}.paragraph-stage .medium img{object-fit:cover;width:100%;height:100%;min-height:400px;max-height:400px;display:block}@media (max-width:1023.9px){.paragraph-stage .medium img{max-height:none;min-height:none}}.paragraph-stage.layout-horizontal{flex-direction:row-reverse}@media (max-width:767.9px){.paragraph-stage.layout-horizontal{flex-direction:column}}.paragraph-stage.layout-horizontal .medium img{width:100%;margin-left:auto}@media (max-width:1023.9px){.paragraph-stage.layout-horizontal .medium img{width:100%}}.paragraph-stage.layout-horizontal .field-body{z-index:1;background-color:#fff;border-radius:4px;align-self:center;width:100%;min-width:40%;max-width:480px;padding:50px 40px 20px;position:absolute;left:0;box-shadow:0 0 10px #0000000d}.paragraph-stage.layout-horizontal .field-body ul{padding:0;list-style:none}.paragraph-stage.layout-horizontal .field-body ul>li{display:table-row}.paragraph-stage.layout-horizontal .field-body ul>li:before{content:"" " ";color:#0d3e61;display:table-cell}.paragraph-stage.layout-horizontal .field-body ol{counter-reset:li;padding:0;list-style:none}.paragraph-stage.layout-horizontal .field-body ol>li{counter-increment:li;grid-template-columns:auto 1fr;display:grid}.paragraph-stage.layout-horizontal .field-body ol>li>ol{grid-column:span 2}.paragraph-stage.layout-horizontal .field-body ol>li:before{content:counter(li) ". ";display:table-cell}.paragraph-stage.layout-horizontal .field-body ol>li:first-of-type{padding-top:0}@media (max-width:767.9px){.paragraph-stage.layout-horizontal .field-body{padding:30px 20px 0;bottom:0}}.paragraph-stage.layout-vertical{flex-direction:column}.paragraph-stage.layout-vertical .field-body{z-index:1;text-align:center;background-color:#fff;border-radius:4px;width:100%;min-width:40%;max-width:520px;height:fit-content;padding:20px 40px 0;position:absolute;bottom:-20px;left:50%;transform:translate(-50%);box-shadow:0 0 10px #0000000d}.paragraph-stage.layout-vertical .field-body ul{padding:0;list-style:none}.paragraph-stage.layout-vertical .field-body ul>li{display:table-row}.paragraph-stage.layout-vertical .field-body ul>li:before{content:"" " ";color:#0d3e61;display:table-cell}.paragraph-stage.layout-vertical .field-body ol{counter-reset:li;padding:0;list-style:none}.paragraph-stage.layout-vertical .field-body ol>li{counter-increment:li;grid-template-columns:auto 1fr;display:grid}.paragraph-stage.layout-vertical .field-body ol>li>ol{grid-column:span 2}.paragraph-stage.layout-vertical .field-body ol>li:before{content:counter(li) ". ";display:table-cell}.paragraph-stage.layout-vertical .field-body ol>li:first-of-type{padding-top:0}.paragraph-stage.layout-vertical .field-body p a:not(.button){color:#4587d5;cursor:pointer;background-image:linear-gradient(#0000 calc(100% - 3px),#0d3e61 3px);background-position-y:100%;background-repeat:no-repeat;background-size:0% 3px;align-items:baseline;text-decoration:none;transition:color .3s,background-size .3s;display:inline-block;position:relative}footer.main .paragraph-stage.layout-vertical .field-body p a:not(.button){color:#fff}.paragraph-stage.layout-vertical .field-body p a:not(.button):hover{color:#0d3e61;background-size:100% 3px}footer.main .paragraph-stage.layout-vertical .field-body p a:not(.button):hover{color:#fff;background-image:linear-gradient(#0000 calc(100% - 3px),#fff 3px)}.paragraph-stage.layout-vertical .field-body p a:not(.button):active,.paragraph-stage.layout-vertical .field-body p a:not(.button).loading{color:#0d3e61}footer.main .paragraph-stage.layout-vertical .field-body p a:not(.button):active,footer.main .paragraph-stage.layout-vertical .field-body p a:not(.button).loading{color:#fff}.paragraph-stage.layout-vertical .field-body p a:not(.button).loading{cursor:wait;background-image:linear-gradient(#0d3e61 0 0),linear-gradient(#0d3e61 0 0),linear-gradient(#4587d5 0 0);background-repeat:no-repeat;background-size:60% 3px,60% 3px,calc(100% + 4px) 3px;text-decoration:none;animation:4s linear infinite loading}footer.main .paragraph-stage.layout-vertical .field-body p a:not(.button).loading{background-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0),linear-gradient(#4587d5 0 0)}.paragraph-stage.layout-vertical .field-body p a:not(.button).is-disabled{opacity:.3}.paragraph-stage.layout-vertical .field-body p a:not(.button):after{margin-left:10px}.paragraph-stage.layout-vertical .field-body p a.button{color:#fff;cursor:pointer;background-color:#4587d5;border:2px solid #0000;border-radius:50px;justify-content:center;align-items:center;gap:8px;width:fit-content;padding:10px 25px;font-size:16rem;font-weight:700;text-decoration:none;transition:all .3s;display:inline-flex;position:relative}@media (max-width:1023.9px){.paragraph-stage.layout-vertical .field-body p a.button{font-size:16rem}}@media (max-width:767.9px){.paragraph-stage.layout-vertical .field-body p a.button{font-size:16rem}}@media (max-width:479.9px){.paragraph-stage.layout-vertical .field-body p a.button{font-size:16rem}}.paragraph-stage.layout-vertical .field-body p a.button:hover{color:#fff;background-color:#0d3e61;border-color:#0d3e61}.paragraph-stage.layout-vertical .field-body p a.button:active,.paragraph-stage.layout-vertical .field-body p a.button.loading{color:#fff;background-color:#4587d5;border-color:#006ac0}.paragraph-stage.layout-vertical .field-body p a.button.loading{cursor:wait;background-image:linear-gradient(#4587d5 0 0),linear-gradient(#4587d5 0 0),linear-gradient(#5c5c5c 0 0);background-position-y:calc(100% + 2px);background-repeat:no-repeat;background-size:60% 6px,60% 6px,calc(100% + 4px) 6px;animation:4s linear infinite loading}.paragraph-stage.layout-vertical .field-body p a.button.is-disabled{color:#fff;background-color:#5c5c5c;border-color:#edf8fe}@media (max-width:767.9px){.paragraph-stage.layout-vertical .field-body p a.button{width:100%}}.paragraph-teaser-medium{border-radius:4px;width:100%;height:100%;transition:box-shadow .3s ease-out;display:block;position:relative;overflow:hidden;box-shadow:4px 0 10px #00000004}.paragraph-teaser-medium:hover{box-shadow:4px 0 10px #0000000d}.paragraph-teaser-medium:hover .field-body{top:0}.paragraph-teaser-medium .teaser-image{width:100%;height:100%;display:block;position:relative}.paragraph-teaser-medium .teaser-image img{border-radius:4px;width:100%;height:100%;display:block}.paragraph-teaser-medium .field-body{z-index:1;color:#fff;background:#0d3e61d9;flex-direction:column;width:100%;height:100%;padding:40px 20px 20px;transition:top .4s ease-out;display:flex;position:absolute;top:100%}.paragraph-teaser-medium .field-body ul{padding:0;list-style:none}.paragraph-teaser-medium .field-body ul>li{display:table-row}.paragraph-teaser-medium .field-body ul>li:before{content:"" " ";color:#0d3e61;display:table-cell}.paragraph-teaser-medium .field-body ol{counter-reset:li;padding:0;list-style:none}.paragraph-teaser-medium .field-body ol>li{counter-increment:li;grid-template-columns:auto 1fr;display:grid}.paragraph-teaser-medium .field-body ol>li>ol{grid-column:span 2}.paragraph-teaser-medium .field-body ol>li:before{content:counter(li) ". ";display:table-cell}.paragraph-teaser-medium .field-body ol>li:first-of-type{padding-top:0}.paragraph-teaser-medium .field-body .h1{margin-left:0;margin-right:0}.paragraph-teaser-medium .field-body p:has(.button){margin-top:auto}.paragraph-teaser-medium .field-body p a:not(.button){color:#4587d5;cursor:pointer;background-image:linear-gradient(#0000 calc(100% - 3px),#0d3e61 3px);background-position-y:100%;background-repeat:no-repeat;background-size:0% 3px;align-items:baseline;text-decoration:none;transition:color .3s,background-size .3s;display:inline-block;position:relative}footer.main .paragraph-teaser-medium .field-body p a:not(.button){color:#fff}.paragraph-teaser-medium .field-body p a:not(.button):hover{color:#0d3e61;background-size:100% 3px}footer.main .paragraph-teaser-medium .field-body p a:not(.button):hover{color:#fff;background-image:linear-gradient(#0000 calc(100% - 3px),#fff 3px)}.paragraph-teaser-medium .field-body p a:not(.button):active,.paragraph-teaser-medium .field-body p a:not(.button).loading{color:#0d3e61}footer.main .paragraph-teaser-medium .field-body p a:not(.button):active,footer.main .paragraph-teaser-medium .field-body p a:not(.button).loading{color:#fff}.paragraph-teaser-medium .field-body p a:not(.button).loading{cursor:wait;background-image:linear-gradient(#0d3e61 0 0),linear-gradient(#0d3e61 0 0),linear-gradient(#4587d5 0 0);background-repeat:no-repeat;background-size:60% 3px,60% 3px,calc(100% + 4px) 3px;text-decoration:none;animation:4s linear infinite loading}footer.main .paragraph-teaser-medium .field-body p a:not(.button).loading{background-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0),linear-gradient(#4587d5 0 0)}.paragraph-teaser-medium .field-body p a:not(.button).is-disabled{opacity:.3}.paragraph-teaser-medium .field-body p a:not(.button):after{margin-left:10px}.paragraph-teaser-medium .field-body p a.button{color:#fff;cursor:pointer;background-color:#4587d5;border:2px solid #0000;border-radius:50px;justify-content:center;align-items:center;gap:8px;width:fit-content;padding:10px 25px;font-size:16rem;font-weight:700;text-decoration:none;transition:all .3s;display:inline-flex;position:relative}@media (max-width:1023.9px){.paragraph-teaser-medium .field-body p a.button{font-size:16rem}}@media (max-width:767.9px){.paragraph-teaser-medium .field-body p a.button{font-size:16rem}}@media (max-width:479.9px){.paragraph-teaser-medium .field-body p a.button{font-size:16rem}}.paragraph-teaser-medium .field-body p a.button:hover{color:#fff;background-color:#0d3e61;border-color:#0d3e61}.paragraph-teaser-medium .field-body p a.button:active,.paragraph-teaser-medium .field-body p a.button.loading{color:#fff;background-color:#4587d5;border-color:#006ac0}.paragraph-teaser-medium .field-body p a.button.loading{cursor:wait;background-image:linear-gradient(#4587d5 0 0),linear-gradient(#4587d5 0 0),linear-gradient(#5c5c5c 0 0);background-position-y:calc(100% + 2px);background-repeat:no-repeat;background-size:60% 6px,60% 6px,calc(100% + 4px) 6px;animation:4s linear infinite loading}.paragraph-teaser-medium .field-body p a.button.is-disabled{color:#fff;background-color:#5c5c5c;border-color:#edf8fe}@media (max-width:767.9px){.paragraph-teaser-medium .field-body p a.button{width:100%}}.paragraph-teaser-text{width:100%;height:100%;display:block;position:relative}.paragraph-teaser-text>a{background-color:#f6f6f6;border-radius:4px;width:100%;height:100%;padding:21px;text-decoration:none;transition:background-color .3s ease-out,box-shadow .3s ease-out;display:block;box-shadow:4px 0 10px #00000004}.paragraph-teaser-text>a:hover{background-color:#fff;box-shadow:4px 0 10px #0000000d}.paragraph-teaser-text>a:not(:has(.teaser-top img)){background-color:#fff;border:2px solid #0000000d;border-right:4px solid #4587d5}.paragraph-teaser-text>a .teaser-top{align-items:center;width:100%;display:flex}.paragraph-teaser-text>a .teaser-top>img{object-fit:contain;object-position:center;aspect-ratio:1;width:64px;height:64px;margin-right:10px}.paragraph-teaser-text>a .teaser-top .headline{color:#0d3e61;font-size:20rem;font-weight:700}.paragraph-teaser-text>a .field-body ul{padding:0;list-style:none}.paragraph-teaser-text>a .field-body ul>li{display:table-row}.paragraph-teaser-text>a .field-body ul>li:before{content:"" " ";color:#0d3e61;display:table-cell}.paragraph-teaser-text>a .field-body ol{counter-reset:li;padding:0;list-style:none}.paragraph-teaser-text>a .field-body ol>li{counter-increment:li;grid-template-columns:auto 1fr;display:grid}.paragraph-teaser-text>a .field-body ol>li>ol{grid-column:span 2}.paragraph-teaser-text>a .field-body ol>li:before{content:counter(li) ". ";display:table-cell}.paragraph-teaser-text>a .field-body ol>li:first-of-type{padding-top:0}.paragraph-teaser-text>a .field-body p a:not(.button){color:#4587d5;cursor:pointer;background-image:linear-gradient(#0000 calc(100% - 3px),#0d3e61 3px);background-position-y:100%;background-repeat:no-repeat;background-size:0% 3px;align-items:baseline;text-decoration:none;transition:color .3s,background-size .3s;display:inline-block;position:relative}footer.main .paragraph-teaser-text>a .field-body p a:not(.button){color:#fff}.paragraph-teaser-text>a .field-body p a:not(.button):hover{color:#0d3e61;background-size:100% 3px}footer.main .paragraph-teaser-text>a .field-body p a:not(.button):hover{color:#fff;background-image:linear-gradient(#0000 calc(100% - 3px),#fff 3px)}.paragraph-teaser-text>a .field-body p a:not(.button):active,.paragraph-teaser-text>a .field-body p a:not(.button).loading{color:#0d3e61}footer.main .paragraph-teaser-text>a .field-body p a:not(.button):active,footer.main .paragraph-teaser-text>a .field-body p a:not(.button).loading{color:#fff}.paragraph-teaser-text>a .field-body p a:not(.button).loading{cursor:wait;background-image:linear-gradient(#0d3e61 0 0),linear-gradient(#0d3e61 0 0),linear-gradient(#4587d5 0 0);background-repeat:no-repeat;background-size:60% 3px,60% 3px,calc(100% + 4px) 3px;text-decoration:none;animation:4s linear infinite loading}footer.main .paragraph-teaser-text>a .field-body p a:not(.button).loading{background-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0),linear-gradient(#4587d5 0 0)}.paragraph-teaser-text>a .field-body p a:not(.button).is-disabled{opacity:.3}.paragraph-teaser-text>a .field-body p a:not(.button):after{margin-left:10px}.paragraph-teaser-text>a .field-body p a.button{color:#fff;cursor:pointer;background-color:#4587d5;border:2px solid #0000;border-radius:50px;justify-content:center;align-items:center;gap:8px;width:fit-content;padding:10px 25px;font-size:16rem;font-weight:700;text-decoration:none;transition:all .3s;display:inline-flex;position:relative}@media (max-width:1023.9px){.paragraph-teaser-text>a .field-body p a.button{font-size:16rem}}@media (max-width:767.9px){.paragraph-teaser-text>a .field-body p a.button{font-size:16rem}}@media (max-width:479.9px){.paragraph-teaser-text>a .field-body p a.button{font-size:16rem}}.paragraph-teaser-text>a .field-body p a.button:hover{color:#fff;background-color:#0d3e61;border-color:#0d3e61}.paragraph-teaser-text>a .field-body p a.button:active,.paragraph-teaser-text>a .field-body p a.button.loading{color:#fff;background-color:#4587d5;border-color:#006ac0}.paragraph-teaser-text>a .field-body p a.button.loading{cursor:wait;background-image:linear-gradient(#4587d5 0 0),linear-gradient(#4587d5 0 0),linear-gradient(#5c5c5c 0 0);background-position-y:calc(100% + 2px);background-repeat:no-repeat;background-size:60% 6px,60% 6px,calc(100% + 4px) 6px;animation:4s linear infinite loading}.paragraph-teaser-text>a .field-body p a.button.is-disabled{color:#fff;background-color:#5c5c5c;border-color:#edf8fe}@media (max-width:767.9px){.paragraph-teaser-text>a .field-body p a.button{width:100%}}.paragraph-text .field-body ul{padding:0;list-style:none}.paragraph-text .field-body ul>li{display:table-row}.paragraph-text .field-body ul>li:before{content:"" " ";color:#0d3e61;display:table-cell}.paragraph-text .field-body ol{counter-reset:li;padding:0;list-style:none}.paragraph-text .field-body ol>li{counter-increment:li;grid-template-columns:auto 1fr;display:grid}.paragraph-text .field-body ol>li>ol{grid-column:span 2}.paragraph-text .field-body ol>li:before{content:counter(li) ". ";display:table-cell}.paragraph-text .field-body ol>li:first-of-type{padding-top:0}.paragraph-text .field-body p a:not(.button){color:#4587d5;cursor:pointer;background-image:linear-gradient(#0000 calc(100% - 3px),#0d3e61 3px);background-position-y:100%;background-repeat:no-repeat;background-size:0% 3px;align-items:baseline;text-decoration:none;transition:color .3s,background-size .3s;display:inline-block;position:relative}footer.main .paragraph-text .field-body p a:not(.button){color:#fff}.paragraph-text .field-body p a:not(.button):hover{color:#0d3e61;background-size:100% 3px}footer.main .paragraph-text .field-body p a:not(.button):hover{color:#fff;background-image:linear-gradient(#0000 calc(100% - 3px),#fff 3px)}.paragraph-text .field-body p a:not(.button):active,.paragraph-text .field-body p a:not(.button).loading{color:#0d3e61}footer.main .paragraph-text .field-body p a:not(.button):active,footer.main .paragraph-text .field-body p a:not(.button).loading{color:#fff}.paragraph-text .field-body p a:not(.button).loading{cursor:wait;background-image:linear-gradient(#0d3e61 0 0),linear-gradient(#0d3e61 0 0),linear-gradient(#4587d5 0 0);background-repeat:no-repeat;background-size:60% 3px,60% 3px,calc(100% + 4px) 3px;text-decoration:none;animation:4s linear infinite loading}footer.main .paragraph-text .field-body p a:not(.button).loading{background-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0),linear-gradient(#4587d5 0 0)}.paragraph-text .field-body p a:not(.button).is-disabled{opacity:.3}.paragraph-text .field-body p a:not(.button):after{margin-left:10px}.paragraph-text .field-body p a.button{color:#fff;cursor:pointer;background-color:#4587d5;border:2px solid #0000;border-radius:50px;justify-content:center;align-items:center;gap:8px;width:fit-content;padding:10px 25px;font-size:16rem;font-weight:700;text-decoration:none;transition:all .3s;display:inline-flex;position:relative}@media (max-width:1023.9px){.paragraph-text .field-body p a.button{font-size:16rem}}@media (max-width:767.9px){.paragraph-text .field-body p a.button{font-size:16rem}}@media (max-width:479.9px){.paragraph-text .field-body p a.button{font-size:16rem}}.paragraph-text .field-body p a.button:hover{color:#fff;background-color:#0d3e61;border-color:#0d3e61}.paragraph-text .field-body p a.button:active,.paragraph-text .field-body p a.button.loading{color:#fff;background-color:#4587d5;border-color:#006ac0}.paragraph-text .field-body p a.button.loading{cursor:wait;background-image:linear-gradient(#4587d5 0 0),linear-gradient(#4587d5 0 0),linear-gradient(#5c5c5c 0 0);background-position-y:calc(100% + 2px);background-repeat:no-repeat;background-size:60% 6px,60% 6px,calc(100% + 4px) 6px;animation:4s linear infinite loading}.paragraph-text .field-body p a.button.is-disabled{color:#fff;background-color:#5c5c5c;border-color:#edf8fe}@media (max-width:767.9px){.paragraph-text .field-body p a.button{width:100%}}footer.main{background-color:#0d3e61;display:block;position:relative}.hamburger{z-index:10;cursor:pointer;on-ready:"new Hamburger(\".hamburger\")";background:0 0;border:0;width:36px;height:36px;padding:0;display:none;position:relative;transform:translateY(-2px)}@media (max-width:1023.9px){.hamburger{display:inline-flex}}.hamburger:hover svg .line{stroke:#4587d5}.hamburger svg{width:100%;height:100%}.hamburger svg .line{fill:none;stroke:#0d3e61;stroke-width:16px;shape-rendering:geometricprecision}.hamburger svg .line.first{transform-origin:50%;transition:transform .25s,stroke .25s;transform:translate(0)rotate(0)}.hamburger svg .line.cross{stroke-dasharray:100 110;stroke-dashoffset:0;transition:stroke-dasharray .35s .1s,stroke-dashoffset .35s .1s,stroke .25s}.hamburger svg .line.second{transform-origin:50%;transition:transform .25s,stroke .25s;transform:translate(0)rotate(0)}.hamburger.open svg .line.first{transform-origin:50%;transition:transform .25s;transform:translate(-30px,22px)rotate(45deg)}.hamburger.open svg .line.cross{stroke-dasharray:55 100;stroke-dashoffset:55px;transition:stroke-dasharray .35s,stroke-dashoffset .35s,stroke .35s}.hamburger.open svg .line.second{transform-origin:50%;transition:transform .25s;transform:translate(-26px,-30px)rotate(-45deg)}header.main{z-index:120;background-color:#fff;width:100%;height:fit-content;display:block;position:relative}@media (min-width:768px){header.main{top:var(--viewport-top);on-ready:"new Sticky(this)";transition:transform .3s ease-in-out,width .3s,opacity .3s;position:fixed;left:0;transform:translate(0)}}header.main>.container{justify-content:space-between;align-items:center;padding:20px 0;transition:padding .3s ease-out;display:flex}.sticky header.main>.container{padding:10px 0}@media (min-width:1024px) and (max-width:1279.9px){.sticky header.main>.container{padding:10px 20px}}@media (max-width:1023.9px){.sticky header.main>.container{padding:10px}}@media (min-width:1024px) and (max-width:1279.9px){header.main>.container{padding:20px}}@media (max-width:1023.9px){header.main>.container{padding:16px 10px}}header.main>.container .logo{z-index:10;background-color:#fff;line-height:1;position:relative}header.main>.container .logo.desktop{display:block}@media (max-width:767.9px){header.main>.container .logo.desktop{display:none}}header.main>.container .logo.mobile{display:none}@media (max-width:767.9px){header.main>.container .logo.mobile{display:block}}header.main>.container .logo img{object-fit:contain;object-position:center;width:100%;height:auto;min-height:36px;max-height:36px}@media (min-width:1024px) and (max-width:1279.9px){header.main>.container .logo img{max-width:450px}}header.main>.container .header-right{justify-content:flex-end;align-items:center;gap:20px;width:100%;height:fit-content;display:flex}header.main>.container .header-right ul{margin:0;padding:0}header.main>.container .header-right ul li{list-style:none}header.main>.container .header-right .language-switcher{z-index:10;position:relative}header.main>.container .header-right .language-switcher .language-switch li a{width:fit-content;height:fit-content;line-height:1;display:block}header.main>.container .header-right .language-switcher .language-switch li a img{border:1px solid #0000;border-radius:50%;width:36px;height:36px;padding:2px;line-height:1}header.main>.container .header-right .language-switcher .language-switch li a:hover img{border-color:#0d3e61}nav.main{on-ready:"new Menu(this)";display:block;position:relative}@media (max-width:1023.9px){nav.main{top:var(--viewport-top,0);height:100%;width:calc(100vw - var(--dplex-sidepane-width));min-height:calc(100dvh - var(--viewport-top,0));background-color:#fff;border-radius:4px;padding:75px 0 16px;display:none;position:fixed;left:0;overflow:hidden;box-shadow:6px 0 16px #00000026}}nav.main>.container{width:auto;max-width:none;margin:0}nav.main>.container ul{background-color:#fff;flex-direction:column;align-items:center;gap:2px;display:none}nav.main>.container ul li{width:100%}nav.main>.container ul li.is-active-trail>a,nav.main>.container ul li.is-active>a{color:#0d3e61;font-weight:700}nav.main>.container ul li a{color:#5c5c5c;cursor:pointer;background-image:linear-gradient(#0000 calc(100% - 3px),#0d3e61 3px);background-position-y:100%;background-repeat:no-repeat;background-size:0% 3px;align-items:baseline;text-decoration:none;transition:color .3s,background-size .3s;display:inline-block;position:relative}footer.main nav.main>.container ul li a:hover{background-image:linear-gradient(#0000 calc(100% - 3px),3px)}nav.main>.container ul li a.loading{cursor:wait;background-image:linear-gradient(#0d3e61 0 0),linear-gradient(#0d3e61 0 0),linear-gradient(#4587d5 0 0);background-repeat:no-repeat;background-size:60% 3px,60% 3px,calc(100% + 4px) 3px;text-decoration:none;animation:4s linear infinite loading}footer.main nav.main>.container ul li a.loading{background-image:linear-gradient(0 0),linear-gradient(0 0),linear-gradient(#4587d5 0 0)}nav.main>.container ul li a.is-disabled{opacity:.3}nav.main>.container ul li a:after{margin-left:10px}nav.main>.container ul li a{width:100%;min-width:max-content;padding:12px 16px;font-size:18rem}@media (max-width:1023.9px){nav.main>.container ul li a{font-size:16rem}}@media (max-width:767.9px){nav.main>.container ul li a{font-size:16rem}}@media (max-width:479.9px){nav.main>.container ul li a{font-size:16rem}}nav.main>.container ul li a:hover{color:#4587d5;background-size:100% 3px}nav.main>.container ul li a:active,nav.main>.container ul li a.loading{color:#0d3e61}nav.main>.container>ul{background-color:#fff;flex-direction:row;display:flex;position:relative}@media (max-width:1023.9px){nav.main>.container>ul{flex-direction:column}nav.main>.container>ul>li>a:hover{background-color:#0000000d}}nav.main>.container>ul>li>ul{align-items:flex-start;min-width:250px;margin-left:-20px;position:absolute;top:50px;box-shadow:5px 0 10px #0000000d}@media (max-width:1023.9px){nav.main>.container>ul>li>ul{min-width:100%;box-shadow:none;margin:0;display:flex;position:relative;top:0}nav.main>.container>ul>li>ul li a{padding:6px 0 6px 36px}}nav.main>.container>ul>li>ul li a:hover{background-color:#0000000d}nav.main>.container>ul>li:hover>ul{display:flex}
html{--viewport-top:0px;--viewport-height:100vh;}
body{--dplex-sidepane-width:0px;--dplex-viewport-width:calc(100vw - var(--dplex-sidepane-width));}
.paragraph--unpublished{background-color:#fff4f4;}
