/**
 * Featherlight - ultra slim jQuery lightbox
 * Version 1.7.14 - http://noelboss.github.io/featherlight/
 *
 * Copyright 2019, Noël Raoul Bossart (http://www.noelboss.com)
 * MIT Licensed.
**/
html.with-featherlight{overflow:hidden}.featherlight{display:none;position:fixed;top:0;right:0;bottom:0;left:0;z-index:2147483647;text-align:center;white-space:nowrap;cursor:pointer;background:#333;background:rgba(0,0,0,0)}.featherlight:last-of-type{background:rgba(0,0,0,.8)}.featherlight:before{content:'';display:inline-block;height:100%;vertical-align:middle}.featherlight .featherlight-content{position:relative;text-align:left;vertical-align:middle;display:inline-block;overflow:auto;padding:25px 25px 0;border-bottom:25px solid transparent;margin-left:5%;margin-right:5%;max-height:95%;background:#fff;cursor:auto;white-space:normal}.featherlight .featherlight-inner{display:block}.featherlight link.featherlight-inner,.featherlight script.featherlight-inner,.featherlight style.featherlight-inner{display:none}.featherlight .featherlight-close-icon{position:absolute;z-index:9999;top:0;right:0;line-height:25px;width:25px;cursor:pointer;text-align:center;font-family:Arial,sans-serif;background:#fff;background:rgba(255,255,255,.3);color:#000;border:0;padding:0}.featherlight .featherlight-close-icon::-moz-focus-inner{border:0;padding:0}.featherlight .featherlight-image{width:100%}.featherlight-iframe .featherlight-content{border-bottom:0;padding:0;-webkit-overflow-scrolling:touch}.featherlight iframe{border:0}.featherlight *{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}@media only screen and (max-width:1024px){.featherlight .featherlight-content{margin-left:0;margin-right:0;max-height:98%;padding:10px 10px 0;border-bottom:10px solid transparent}}@media print{html.with-featherlight>*>:not(.featherlight){display:none}}
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url(fb6f3c230cb846e25247.gif) center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url(a4e97f5a2a64f0ab1323.eot);
    src: url(a4e97f5a2a64f0ab1323.eot?#iefix) format('embedded-opentype'), url(295183786cd8a1389865.woff) format('woff'), url(c94f7671dcc99dce43e2.ttf) format('truetype'), url(2630a3e3eab21c607e21.svg#slick) format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}

@font-face{font-family:"NotoSans";src:url(f15ade3eeb853dc18caf.woff2) format("woff2-variations");font-weight:100 900;font-style:normal}@font-face{font-family:"NotoSans";src:url(6b028cb219076d91ab8e.woff2) format("woff2-variations");font-weight:100 900;font-style:italic}@font-face{font-family:"Iconfont";src:url(ce70e504b179ebd31db1.woff) format("woff");font-weight:normal;font-style:normal}html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@font-face{font-family:"SAP-icons";src:url(10f592ee22553e8d3e2b.ttf)}@font-face{font-family:"BusinessSuiteInAppSymbols";src:url(b4fe9367a4edae5280e2.ttf)}@font-face{font-family:"Material Icons";font-style:normal;font-weight:400;src:local("Material Icons"),local("MaterialIcons-Regular"),url(69a05f7f816de467f8c5.ttf) format("truetype")}@media print,screen and (min-width: 30.0625em){.reveal.large,.reveal.small,.reveal.tiny,.reveal{right:auto;left:auto;margin:0 auto}}/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:rgba(0,0,0,0)}abbr[title]{border-bottom:0;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}[data-whatintent=mouse] *,[data-whatintent=mouse] *:focus,[data-whatintent=touch] *,[data-whatintent=touch] *:focus,[data-whatinput=mouse] *,[data-whatinput=mouse] *:focus,[data-whatinput=touch] *,[data-whatinput=touch] *:focus{outline:none}[draggable=false]{-webkit-touch-callout:none;-webkit-user-select:none}.foundation-mq{font-family:"small=0em&medium=30.0625em&large=54.125em&xlarge=75.0625em&xxlarge=120.0625em"}html{box-sizing:border-box;font-size:100%}*,*::before,*::after{box-sizing:inherit}body{margin:0;padding:0;background:#fff;font-family:"NotoSans",sans-serif;font-weight:normal;line-height:1.5;color:#000;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}img{display:inline-block;vertical-align:middle;max-width:100%;height:auto;-ms-interpolation-mode:bicubic}textarea{height:auto;min-height:50px;border-radius:0}select{box-sizing:border-box;width:100%;border-radius:0}.map_canvas img,.map_canvas embed,.map_canvas object,.mqa-display img,.mqa-display embed,.mqa-display object{max-width:none !important}[data-whatinput=mouse] button{outline:0}button{padding:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:0;border-radius:0;background:rgba(0,0,0,0);line-height:1;cursor:auto}pre{overflow:auto;-webkit-overflow-scrolling:touch}button,input,optgroup,select,textarea{font-family:inherit}.is-visible{display:block !important}.is-hidden{display:none !important}[type=text],[type=password],[type=date],[type=datetime],[type=datetime-local],[type=month],[type=week],[type=email],[type=number],[type=search],[type=tel],[type=time],[type=url],[type=color],textarea{-webkit-appearance:none;-moz-appearance:none;appearance:none;display:block;box-sizing:border-box;width:100%;height:2.4375rem;margin:0 0 1rem;padding:.5rem;border:1px solid #cacaca;border-radius:0;background-color:#fff;box-shadow:inset 0 1px 2px rgba(0,0,0,.1);font-family:inherit;font-size:1rem;font-weight:normal;line-height:1.5;color:#000;transition:box-shadow .5s, border-color .25s ease-in-out}[type=text]:focus,[type=password]:focus,[type=date]:focus,[type=datetime]:focus,[type=datetime-local]:focus,[type=month]:focus,[type=week]:focus,[type=email]:focus,[type=number]:focus,[type=search]:focus,[type=tel]:focus,[type=time]:focus,[type=url]:focus,[type=color]:focus,textarea:focus{outline:none;border:1px solid #8a8a8a;background-color:#fff;box-shadow:0 0 5px #cacaca;transition:box-shadow .5s, border-color .25s ease-in-out}textarea{max-width:100%}textarea[rows]{height:auto}input:disabled,input[readonly],textarea:disabled,textarea[readonly]{background-color:#e6e6e6;cursor:not-allowed}[type=submit],[type=button]{-webkit-appearance:none;-moz-appearance:none;appearance:none;border-radius:0}input[type=search]{box-sizing:border-box}::-moz-placeholder{color:#cacaca}::placeholder{color:#cacaca}[type=file],[type=checkbox],[type=radio]{margin:0 0 1rem}[type=checkbox]+label,[type=radio]+label{display:inline-block;vertical-align:baseline;margin-left:.5rem;margin-right:1rem;margin-bottom:0}[type=checkbox]+label[for],[type=radio]+label[for]{cursor:pointer}label>[type=checkbox],label>[type=radio]{margin-right:.5rem}[type=file]{width:100%}label{display:block;margin:0;font-size:1rem;font-weight:normal;line-height:1.8;color:#000}label.middle{margin:0 0 1rem;line-height:1.5;padding:.5625rem 0}.help-text{margin-top:-0.5rem;font-size:.8125rem;font-style:italic;color:#000}.input-group{display:flex;width:100%;margin-bottom:1rem;align-items:stretch}.input-group>:first-child,.input-group>:first-child.input-group-button>*{border-radius:0 0 0 0}.input-group>:last-child,.input-group>:last-child.input-group-button>*{border-radius:0 0 0 0}.input-group-button a,.input-group-button input,.input-group-button button,.input-group-button label,.input-group-button,.input-group-field,.input-group-label{margin:0;white-space:nowrap}.input-group-label{padding:0 1rem;border:1px solid #cacaca;background:#e6e6e6;color:#000;text-align:center;white-space:nowrap;display:flex;flex:0 0 auto;align-items:center}.input-group-label:first-child{border-right:0}.input-group-label:last-child{border-left:0}.input-group-field{border-radius:0;flex:1 1 0px;min-width:0}.input-group-button{padding-top:0;padding-bottom:0;text-align:center;display:flex;flex:0 0 auto}.input-group-button a,.input-group-button input,.input-group-button button,.input-group-button label{align-self:stretch;height:auto;padding-top:0;padding-bottom:0;font-size:1rem}fieldset{margin:0;padding:0;border:0}legend{max-width:100%;margin-bottom:.5rem}.fieldset{margin:1.125rem 0;padding:1.25rem;border:1px solid #cacaca}.fieldset legend{margin:0;margin-left:-.1875rem;padding:0 .1875rem}select{height:2.4375rem;margin:0 0 1rem;padding:.5rem;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:1px solid #cacaca;border-radius:0;background-color:#fff;font-family:inherit;font-size:1rem;font-weight:normal;line-height:1.5;color:#000;transition:box-shadow .5s, border-color .25s ease-in-out;background-origin:content-box;background-position:right -1rem center;background-repeat:no-repeat;background-size:9px 6px;padding-right:1.5rem;background-image:url("data:image/svg+xml;utf8,<svg xmlns=\"http://www.w3.org/2000/svg\" version=\"1.1\" width=\"32\" height=\"24\" viewBox=\"0 0 32 24\"><polygon points=\"0,0 32,0 16,24\" style=\"fill: rgb%28138, 138, 138%29\"></polygon></svg>")}@media screen and (min-width: 0\0 ){select{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg==)}}select:focus{outline:none;border:1px solid #8a8a8a;background-color:#fff;box-shadow:0 0 5px #cacaca;transition:box-shadow .5s, border-color .25s ease-in-out}select:disabled{background-color:#e6e6e6;cursor:not-allowed}select::-ms-expand{display:none}select[multiple]{height:auto;background-image:none}select:not([multiple]){padding-top:0;padding-bottom:0}.is-invalid-input:not(:focus){border-color:#cc4b37;background-color:rgb(249.9,237,235)}.is-invalid-input:not(:focus)::-moz-placeholder{color:#cc4b37}.is-invalid-input:not(:focus)::placeholder{color:#cc4b37}.is-invalid-label{color:#cc4b37}.form-error{display:none;margin-top:-0.5rem;margin-bottom:1rem;font-size:.75rem;font-weight:bold;color:#cc4b37}.form-error.is-visible{display:block}div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,p,.readmore,blockquote,th,td{margin:0;padding:0}p,.readmore{margin-bottom:1.25rem;font-size:inherit;line-height:1.5;text-rendering:optimizeLegibility}em,i{font-style:italic;line-height:inherit}strong,b{font-weight:bold;line-height:inherit}small{font-size:80%;line-height:inherit}h1,.h1,h2,.h2,h3,.h3,h4,.h4,h5,.h5,h6,.h6{font-family:"NotoSans",sans-serif;font-style:normal;font-weight:400;color:#515e69;text-rendering:optimizeLegibility}h1 small,.h1 small,h2 small,.h2 small,h3 small,.h3 small,h4 small,.h4 small,h5 small,.h5 small,h6 small,.h6 small{line-height:0;color:#cacaca}h1,.h1{font-size:2.1875rem;line-height:1.2;margin-top:.2rem;margin-bottom:.5rem}h2,.h2{font-size:1.4375rem;line-height:1.2;margin-top:.2rem;margin-bottom:.5rem}h3,.h3{font-size:1.0625rem;line-height:1.2;margin-top:.2rem;margin-bottom:.5rem}h4,.h4{font-size:1rem;line-height:1.2;margin-top:.2rem;margin-bottom:.5rem}h5,.h5{font-size:1.25rem;line-height:1.2;margin-top:.2rem;margin-bottom:.5rem}h6,.h6{font-size:1.125rem;line-height:1.2;margin-top:.2rem;margin-bottom:.5rem}@media print,screen and (min-width: 30.0625em){h1,.h1{font-size:2.5rem;line-height:1.2;margin-top:.2rem;margin-bottom:.5rem}h2,.h2{font-size:1.75rem;line-height:1.2;margin-top:.2rem;margin-bottom:.5rem}h3,.h3{font-size:1.375rem;line-height:1.2;margin-top:.2rem;margin-bottom:.5rem}h4,.h4{font-size:1.3125rem;line-height:1.2;margin-top:.2rem;margin-bottom:.5rem}h5,.h5{font-size:1.25rem;line-height:1.2;margin-top:.2rem;margin-bottom:.5rem}h6,.h6{font-size:1.125rem;line-height:1.2;margin-top:.2rem;margin-bottom:.5rem}}a{line-height:inherit;color:#003963;-webkit-text-decoration:none;text-decoration:none;cursor:pointer}a:hover,a:focus{color:rgb(0,49.02,85.14)}a img{border:0}hr{clear:both;max-width:61.125rem;height:0;margin:1.25rem 0 1.1875rem;border-top:0;border-right:0;border-bottom:1px solid #000;border-left:0}ul,ol,dl{margin-bottom:1.25rem;list-style-position:outside;line-height:1.5}li{font-size:inherit}ul{margin-left:1.1rem;list-style-type:disc}ol{margin-left:1.1rem}ul ul,ul ol,ol ul,ol ol{margin-left:1.1rem;margin-bottom:0}dl{margin-bottom:1rem}dl dt{margin-bottom:.3rem;font-weight:bold}blockquote{margin:0 0 1.25rem;padding:0;border-left:none}blockquote,blockquote p,blockquote .readmore{line-height:1.5;color:#8a8a8a}abbr,abbr[title]{border-bottom:1px dotted #000;cursor:help;-webkit-text-decoration:none;text-decoration:none}figure{margin:0}kbd{margin:0;padding:.125rem .25rem 0;background-color:#e6e6e6;font-family:Consolas,"Liberation Mono",Courier,monospace;color:#000}.subheader{margin-top:.2rem;margin-bottom:.5rem;font-weight:normal;line-height:1.4;color:#8a8a8a}.lead{font-size:125%;line-height:1.6}.stat{font-size:2.5rem;line-height:1}p+.stat,.readmore+.stat{margin-top:-1rem}ul.no-bullet,ol.no-bullet{margin-left:0;list-style:none}.cite-block,cite{display:block;color:#8a8a8a;font-size:.8125rem}.cite-block:before,cite:before{content:"— "}.code-inline,code{border:1px solid #cacaca;background-color:#e6e6e6;font-family:Consolas,"Liberation Mono",Courier,monospace;font-weight:normal;color:#000;display:inline;max-width:100%;word-wrap:break-word;padding:.125rem .3125rem .0625rem}.code-block{border:1px solid #cacaca;background-color:#e6e6e6;font-family:Consolas,"Liberation Mono",Courier,monospace;font-weight:normal;color:#000;display:block;overflow:auto;white-space:pre;padding:1rem;margin-bottom:1.5rem}.text-left{text-align:left}.text-right{text-align:right}.text-center{text-align:center}.text-justify{text-align:justify}@media print,screen and (min-width: 30.0625em){.medium-text-left{text-align:left}.medium-text-right{text-align:right}.medium-text-center{text-align:center}.medium-text-justify{text-align:justify}}@media print,screen and (min-width: 54.125em){.large-text-left{text-align:left}.large-text-right{text-align:right}.large-text-center{text-align:center}.large-text-justify{text-align:justify}}@media screen and (min-width: 75.0625em){.xlarge-text-left{text-align:left}.xlarge-text-right{text-align:right}.xlarge-text-center{text-align:center}.xlarge-text-justify{text-align:justify}}@media screen and (min-width: 120.0625em){.xxlarge-text-left{text-align:left}.xxlarge-text-right{text-align:right}.xxlarge-text-center{text-align:center}.xxlarge-text-justify{text-align:justify}}.show-for-print{display:none !important}@media print{*{background:rgba(0,0,0,0) !important;color:#000 !important;-webkit-print-color-adjust:economy;print-color-adjust:economy;box-shadow:none !important;text-shadow:none !important}.show-for-print{display:block !important}.hide-for-print{display:none !important}table.show-for-print{display:table !important}thead.show-for-print{display:table-header-group !important}tbody.show-for-print{display:table-row-group !important}tr.show-for-print{display:table-row !important}td.show-for-print{display:table-cell !important}th.show-for-print{display:table-cell !important}a,a:visited{-webkit-text-decoration:underline;text-decoration:underline}a[href]:after{content:" (" attr(href) ")"}.ir a:after,a[href^="javascript:"]:after,a[href^="#"]:after{content:""}abbr[title]:after{content:" (" attr(title) ")"}pre,blockquote{border:1px solid #8a8a8a;page-break-inside:avoid}thead{display:table-header-group}tr,img{page-break-inside:avoid}img{max-width:100% !important}@page{margin:.5cm}p,.readmore,h2,h3{orphans:3;widows:3}h2,h3{page-break-after:avoid}.print-break-inside{page-break-inside:auto}}.button{display:inline-block;vertical-align:middle;margin:0 0 1rem 0;border:1px solid rgba(0,0,0,0);border-radius:0;transition:background-color .25s ease-out, color .25s ease-out;font-family:inherit;font-size:.9rem;-webkit-appearance:none;line-height:1;text-align:center;cursor:pointer;padding:.85em 1em}[data-whatinput=mouse] .button{outline:0}.button.tiny{font-size:.6rem}.button.small{font-size:.75rem}.button.large{font-size:1.25rem}.button.expanded{display:block;width:100%;margin-right:0;margin-left:0}.button,.button.disabled,.button[disabled],.button.disabled:hover,.button[disabled]:hover,.button.disabled:focus,.button[disabled]:focus{background-color:#1779ba;color:#fff}.button:hover,.button:focus{background-color:rgb(19.55,102.85,158.1);color:#fff}.button.primary,.button.primary.disabled,.button.primary[disabled],.button.primary.disabled:hover,.button.primary[disabled]:hover,.button.primary.disabled:focus,.button.primary[disabled]:focus{background-color:#1779ba;color:#fff}.button.primary:hover,.button.primary:focus{background-color:rgb(18.4,96.8,148.8);color:#fff}.button.secondary,.button.secondary.disabled,.button.secondary[disabled],.button.secondary.disabled:hover,.button.secondary[disabled]:hover,.button.secondary.disabled:focus,.button.secondary[disabled]:focus{background-color:#767676;color:#000}.button.secondary:hover,.button.secondary:focus{background-color:rgb(94.4,94.4,94.4);color:#000}.button.success,.button.success.disabled,.button.success[disabled],.button.success.disabled:hover,.button.success[disabled]:hover,.button.success.disabled:focus,.button.success[disabled]:focus{background-color:#3adb76;color:#000}.button.success:hover,.button.success:focus{background-color:rgb(34.2386266094,187.3613733906,91.3030042918);color:#000}.button.warning,.button.warning.disabled,.button.warning[disabled],.button.warning.disabled:hover,.button.warning[disabled]:hover,.button.warning.disabled:focus,.button.warning[disabled]:focus{background-color:#ffae00;color:#000}.button.warning:hover,.button.warning:focus{background-color:rgb(204,139.2,0);color:#000}.button.alert,.button.alert.disabled,.button.alert[disabled],.button.alert.disabled:hover,.button.alert[disabled]:hover,.button.alert.disabled:focus,.button.alert[disabled]:focus{background-color:#cc4b37;color:#000}.button.alert:hover,.button.alert:focus{background-color:rgb(165.0996015936,58.6103585657,42.1003984064);color:#000}.button.hollow,.button.hollow:hover,.button.hollow:focus,.button.hollow.disabled,.button.hollow.disabled:hover,.button.hollow.disabled:focus,.button.hollow[disabled],.button.hollow[disabled]:hover,.button.hollow[disabled]:focus{background-color:rgba(0,0,0,0)}.button.hollow,.button.hollow.disabled,.button.hollow[disabled],.button.hollow.disabled:hover,.button.hollow[disabled]:hover,.button.hollow.disabled:focus,.button.hollow[disabled]:focus{border:1px solid #1779ba;color:#1779ba}.button.hollow:hover,.button.hollow:focus{border-color:rgb(11.5,60.5,93);color:rgb(11.5,60.5,93)}.button.hollow.primary,.button.hollow.primary.disabled,.button.hollow.primary[disabled],.button.hollow.primary.disabled:hover,.button.hollow.primary[disabled]:hover,.button.hollow.primary.disabled:focus,.button.hollow.primary[disabled]:focus{border:1px solid #1779ba;color:#1779ba}.button.hollow.primary:hover,.button.hollow.primary:focus{border-color:rgb(11.5,60.5,93);color:rgb(11.5,60.5,93)}.button.hollow.secondary,.button.hollow.secondary.disabled,.button.hollow.secondary[disabled],.button.hollow.secondary.disabled:hover,.button.hollow.secondary[disabled]:hover,.button.hollow.secondary.disabled:focus,.button.hollow.secondary[disabled]:focus{border:1px solid #767676;color:#767676}.button.hollow.secondary:hover,.button.hollow.secondary:focus{border-color:#3b3b3b;color:#3b3b3b}.button.hollow.success,.button.hollow.success.disabled,.button.hollow.success[disabled],.button.hollow.success.disabled:hover,.button.hollow.success[disabled]:hover,.button.hollow.success.disabled:focus,.button.hollow.success[disabled]:focus{border:1px solid #3adb76;color:#3adb76}.button.hollow.success:hover,.button.hollow.success:focus{border-color:rgb(21.3991416309,117.1008583691,57.0643776824);color:rgb(21.3991416309,117.1008583691,57.0643776824)}.button.hollow.warning,.button.hollow.warning.disabled,.button.hollow.warning[disabled],.button.hollow.warning.disabled:hover,.button.hollow.warning[disabled]:hover,.button.hollow.warning.disabled:focus,.button.hollow.warning[disabled]:focus{border:1px solid #ffae00;color:#ffae00}.button.hollow.warning:hover,.button.hollow.warning:focus{border-color:rgb(127.5,87,0);color:rgb(127.5,87,0)}.button.hollow.alert,.button.hollow.alert.disabled,.button.hollow.alert[disabled],.button.hollow.alert.disabled:hover,.button.hollow.alert[disabled]:hover,.button.hollow.alert.disabled:focus,.button.hollow.alert[disabled]:focus{border:1px solid #cc4b37;color:#cc4b37}.button.hollow.alert:hover,.button.hollow.alert:focus{border-color:rgb(103.187250996,36.6314741036,26.312749004);color:rgb(103.187250996,36.6314741036,26.312749004)}.button.clear,.button.clear:hover,.button.clear:focus,.button.clear.disabled,.button.clear.disabled:hover,.button.clear.disabled:focus,.button.clear[disabled],.button.clear[disabled]:hover,.button.clear[disabled]:focus{border-color:rgba(0,0,0,0);background-color:rgba(0,0,0,0)}.button.clear,.button.clear.disabled,.button.clear[disabled],.button.clear.disabled:hover,.button.clear[disabled]:hover,.button.clear.disabled:focus,.button.clear[disabled]:focus{color:#1779ba}.button.clear:hover,.button.clear:focus{color:rgb(11.5,60.5,93)}.button.clear.primary,.button.clear.primary.disabled,.button.clear.primary[disabled],.button.clear.primary.disabled:hover,.button.clear.primary[disabled]:hover,.button.clear.primary.disabled:focus,.button.clear.primary[disabled]:focus{color:#1779ba}.button.clear.primary:hover,.button.clear.primary:focus{color:rgb(11.5,60.5,93)}.button.clear.secondary,.button.clear.secondary.disabled,.button.clear.secondary[disabled],.button.clear.secondary.disabled:hover,.button.clear.secondary[disabled]:hover,.button.clear.secondary.disabled:focus,.button.clear.secondary[disabled]:focus{color:#767676}.button.clear.secondary:hover,.button.clear.secondary:focus{color:#3b3b3b}.button.clear.success,.button.clear.success.disabled,.button.clear.success[disabled],.button.clear.success.disabled:hover,.button.clear.success[disabled]:hover,.button.clear.success.disabled:focus,.button.clear.success[disabled]:focus{color:#3adb76}.button.clear.success:hover,.button.clear.success:focus{color:rgb(21.3991416309,117.1008583691,57.0643776824)}.button.clear.warning,.button.clear.warning.disabled,.button.clear.warning[disabled],.button.clear.warning.disabled:hover,.button.clear.warning[disabled]:hover,.button.clear.warning.disabled:focus,.button.clear.warning[disabled]:focus{color:#ffae00}.button.clear.warning:hover,.button.clear.warning:focus{color:rgb(127.5,87,0)}.button.clear.alert,.button.clear.alert.disabled,.button.clear.alert[disabled],.button.clear.alert.disabled:hover,.button.clear.alert[disabled]:hover,.button.clear.alert.disabled:focus,.button.clear.alert[disabled]:focus{color:#cc4b37}.button.clear.alert:hover,.button.clear.alert:focus{color:rgb(103.187250996,36.6314741036,26.312749004)}.button.disabled,.button[disabled]{opacity:.25;cursor:not-allowed}.button.dropdown::after{display:block;width:0;height:0;border-style:solid;border-width:.4em;content:"";border-bottom-width:0;border-color:#fff rgba(0,0,0,0) rgba(0,0,0,0);position:relative;top:.4em;display:inline-block;float:right;margin-left:1em}.button.dropdown.hollow::after,.button.dropdown.clear::after{border-top-color:#1779ba}.button.dropdown.hollow.primary::after,.button.dropdown.clear.primary::after{border-top-color:#1779ba}.button.dropdown.hollow.secondary::after,.button.dropdown.clear.secondary::after{border-top-color:#767676}.button.dropdown.hollow.success::after,.button.dropdown.clear.success::after{border-top-color:#3adb76}.button.dropdown.hollow.warning::after,.button.dropdown.clear.warning::after{border-top-color:#ffae00}.button.dropdown.hollow.alert::after,.button.dropdown.clear.alert::after{border-top-color:#cc4b37}.button.arrow-only::after{top:-0.1em;float:none;margin-left:0}a.button:hover,a.button:focus{-webkit-text-decoration:none;text-decoration:none}.button-group{margin-bottom:1rem;display:flex;flex-wrap:wrap;align-items:stretch;flex-grow:1}.button-group::before,.button-group::after{display:none}.button-group::before,.button-group::after{display:table;content:" ";flex-basis:0;order:1}.button-group::after{clear:both}.button-group .button{margin:0;margin-right:1px;margin-bottom:1px;font-size:.9rem;flex:0 0 auto}.button-group .button:last-child{margin-right:0}.button-group.tiny .button{font-size:.6rem}.button-group.small .button{font-size:.75rem}.button-group.large .button{font-size:1.25rem}.button-group.expanded .button{flex:1 1 0px}.button-group.primary .button,.button-group.primary .button.disabled,.button-group.primary .button[disabled],.button-group.primary .button.disabled:hover,.button-group.primary .button[disabled]:hover,.button-group.primary .button.disabled:focus,.button-group.primary .button[disabled]:focus{background-color:#1779ba;color:#fff}.button-group.primary .button:hover,.button-group.primary .button:focus{background-color:rgb(18.4,96.8,148.8);color:#fff}.button-group.secondary .button,.button-group.secondary .button.disabled,.button-group.secondary .button[disabled],.button-group.secondary .button.disabled:hover,.button-group.secondary .button[disabled]:hover,.button-group.secondary .button.disabled:focus,.button-group.secondary .button[disabled]:focus{background-color:#767676;color:#000}.button-group.secondary .button:hover,.button-group.secondary .button:focus{background-color:rgb(94.4,94.4,94.4);color:#000}.button-group.success .button,.button-group.success .button.disabled,.button-group.success .button[disabled],.button-group.success .button.disabled:hover,.button-group.success .button[disabled]:hover,.button-group.success .button.disabled:focus,.button-group.success .button[disabled]:focus{background-color:#3adb76;color:#000}.button-group.success .button:hover,.button-group.success .button:focus{background-color:rgb(34.2386266094,187.3613733906,91.3030042918);color:#000}.button-group.warning .button,.button-group.warning .button.disabled,.button-group.warning .button[disabled],.button-group.warning .button.disabled:hover,.button-group.warning .button[disabled]:hover,.button-group.warning .button.disabled:focus,.button-group.warning .button[disabled]:focus{background-color:#ffae00;color:#000}.button-group.warning .button:hover,.button-group.warning .button:focus{background-color:rgb(204,139.2,0);color:#000}.button-group.alert .button,.button-group.alert .button.disabled,.button-group.alert .button[disabled],.button-group.alert .button.disabled:hover,.button-group.alert .button[disabled]:hover,.button-group.alert .button.disabled:focus,.button-group.alert .button[disabled]:focus{background-color:#cc4b37;color:#000}.button-group.alert .button:hover,.button-group.alert .button:focus{background-color:rgb(165.0996015936,58.6103585657,42.1003984064);color:#000}.button-group.hollow .button,.button-group.hollow .button:hover,.button-group.hollow .button:focus,.button-group.hollow .button.disabled,.button-group.hollow .button.disabled:hover,.button-group.hollow .button.disabled:focus,.button-group.hollow .button[disabled],.button-group.hollow .button[disabled]:hover,.button-group.hollow .button[disabled]:focus{background-color:rgba(0,0,0,0)}.button-group.hollow .button,.button-group.hollow .button.disabled,.button-group.hollow .button[disabled],.button-group.hollow .button.disabled:hover,.button-group.hollow .button[disabled]:hover,.button-group.hollow .button.disabled:focus,.button-group.hollow .button[disabled]:focus{border:1px solid #1779ba;color:#1779ba}.button-group.hollow .button:hover,.button-group.hollow .button:focus{border-color:rgb(11.5,60.5,93);color:rgb(11.5,60.5,93)}.button-group.hollow.primary .button,.button-group.hollow.primary .button.disabled,.button-group.hollow.primary .button[disabled],.button-group.hollow.primary .button.disabled:hover,.button-group.hollow.primary .button[disabled]:hover,.button-group.hollow.primary .button.disabled:focus,.button-group.hollow.primary .button[disabled]:focus,.button-group.hollow .button.primary,.button-group.hollow .button.primary.disabled,.button-group.hollow .button.primary[disabled],.button-group.hollow .button.primary.disabled:hover,.button-group.hollow .button.primary[disabled]:hover,.button-group.hollow .button.primary.disabled:focus,.button-group.hollow .button.primary[disabled]:focus{border:1px solid #1779ba;color:#1779ba}.button-group.hollow.primary .button:hover,.button-group.hollow.primary .button:focus,.button-group.hollow .button.primary:hover,.button-group.hollow .button.primary:focus{border-color:rgb(11.5,60.5,93);color:rgb(11.5,60.5,93)}.button-group.hollow.secondary .button,.button-group.hollow.secondary .button.disabled,.button-group.hollow.secondary .button[disabled],.button-group.hollow.secondary .button.disabled:hover,.button-group.hollow.secondary .button[disabled]:hover,.button-group.hollow.secondary .button.disabled:focus,.button-group.hollow.secondary .button[disabled]:focus,.button-group.hollow .button.secondary,.button-group.hollow .button.secondary.disabled,.button-group.hollow .button.secondary[disabled],.button-group.hollow .button.secondary.disabled:hover,.button-group.hollow .button.secondary[disabled]:hover,.button-group.hollow .button.secondary.disabled:focus,.button-group.hollow .button.secondary[disabled]:focus{border:1px solid #767676;color:#767676}.button-group.hollow.secondary .button:hover,.button-group.hollow.secondary .button:focus,.button-group.hollow .button.secondary:hover,.button-group.hollow .button.secondary:focus{border-color:#3b3b3b;color:#3b3b3b}.button-group.hollow.success .button,.button-group.hollow.success .button.disabled,.button-group.hollow.success .button[disabled],.button-group.hollow.success .button.disabled:hover,.button-group.hollow.success .button[disabled]:hover,.button-group.hollow.success .button.disabled:focus,.button-group.hollow.success .button[disabled]:focus,.button-group.hollow .button.success,.button-group.hollow .button.success.disabled,.button-group.hollow .button.success[disabled],.button-group.hollow .button.success.disabled:hover,.button-group.hollow .button.success[disabled]:hover,.button-group.hollow .button.success.disabled:focus,.button-group.hollow .button.success[disabled]:focus{border:1px solid #3adb76;color:#3adb76}.button-group.hollow.success .button:hover,.button-group.hollow.success .button:focus,.button-group.hollow .button.success:hover,.button-group.hollow .button.success:focus{border-color:rgb(21.3991416309,117.1008583691,57.0643776824);color:rgb(21.3991416309,117.1008583691,57.0643776824)}.button-group.hollow.warning .button,.button-group.hollow.warning .button.disabled,.button-group.hollow.warning .button[disabled],.button-group.hollow.warning .button.disabled:hover,.button-group.hollow.warning .button[disabled]:hover,.button-group.hollow.warning .button.disabled:focus,.button-group.hollow.warning .button[disabled]:focus,.button-group.hollow .button.warning,.button-group.hollow .button.warning.disabled,.button-group.hollow .button.warning[disabled],.button-group.hollow .button.warning.disabled:hover,.button-group.hollow .button.warning[disabled]:hover,.button-group.hollow .button.warning.disabled:focus,.button-group.hollow .button.warning[disabled]:focus{border:1px solid #ffae00;color:#ffae00}.button-group.hollow.warning .button:hover,.button-group.hollow.warning .button:focus,.button-group.hollow .button.warning:hover,.button-group.hollow .button.warning:focus{border-color:rgb(127.5,87,0);color:rgb(127.5,87,0)}.button-group.hollow.alert .button,.button-group.hollow.alert .button.disabled,.button-group.hollow.alert .button[disabled],.button-group.hollow.alert .button.disabled:hover,.button-group.hollow.alert .button[disabled]:hover,.button-group.hollow.alert .button.disabled:focus,.button-group.hollow.alert .button[disabled]:focus,.button-group.hollow .button.alert,.button-group.hollow .button.alert.disabled,.button-group.hollow .button.alert[disabled],.button-group.hollow .button.alert.disabled:hover,.button-group.hollow .button.alert[disabled]:hover,.button-group.hollow .button.alert.disabled:focus,.button-group.hollow .button.alert[disabled]:focus{border:1px solid #cc4b37;color:#cc4b37}.button-group.hollow.alert .button:hover,.button-group.hollow.alert .button:focus,.button-group.hollow .button.alert:hover,.button-group.hollow .button.alert:focus{border-color:rgb(103.187250996,36.6314741036,26.312749004);color:rgb(103.187250996,36.6314741036,26.312749004)}.button-group.clear .button,.button-group.clear .button:hover,.button-group.clear .button:focus,.button-group.clear .button.disabled,.button-group.clear .button.disabled:hover,.button-group.clear .button.disabled:focus,.button-group.clear .button[disabled],.button-group.clear .button[disabled]:hover,.button-group.clear .button[disabled]:focus{border-color:rgba(0,0,0,0);background-color:rgba(0,0,0,0)}.button-group.clear .button,.button-group.clear .button.disabled,.button-group.clear .button[disabled],.button-group.clear .button.disabled:hover,.button-group.clear .button[disabled]:hover,.button-group.clear .button.disabled:focus,.button-group.clear .button[disabled]:focus{color:#1779ba}.button-group.clear .button:hover,.button-group.clear .button:focus{color:rgb(11.5,60.5,93)}.button-group.clear.primary .button,.button-group.clear.primary .button.disabled,.button-group.clear.primary .button[disabled],.button-group.clear.primary .button.disabled:hover,.button-group.clear.primary .button[disabled]:hover,.button-group.clear.primary .button.disabled:focus,.button-group.clear.primary .button[disabled]:focus,.button-group.clear .button.primary,.button-group.clear .button.primary.disabled,.button-group.clear .button.primary[disabled],.button-group.clear .button.primary.disabled:hover,.button-group.clear .button.primary[disabled]:hover,.button-group.clear .button.primary.disabled:focus,.button-group.clear .button.primary[disabled]:focus{color:#1779ba}.button-group.clear.primary .button:hover,.button-group.clear.primary .button:focus,.button-group.clear .button.primary:hover,.button-group.clear .button.primary:focus{color:rgb(11.5,60.5,93)}.button-group.clear.secondary .button,.button-group.clear.secondary .button.disabled,.button-group.clear.secondary .button[disabled],.button-group.clear.secondary .button.disabled:hover,.button-group.clear.secondary .button[disabled]:hover,.button-group.clear.secondary .button.disabled:focus,.button-group.clear.secondary .button[disabled]:focus,.button-group.clear .button.secondary,.button-group.clear .button.secondary.disabled,.button-group.clear .button.secondary[disabled],.button-group.clear .button.secondary.disabled:hover,.button-group.clear .button.secondary[disabled]:hover,.button-group.clear .button.secondary.disabled:focus,.button-group.clear .button.secondary[disabled]:focus{color:#767676}.button-group.clear.secondary .button:hover,.button-group.clear.secondary .button:focus,.button-group.clear .button.secondary:hover,.button-group.clear .button.secondary:focus{color:#3b3b3b}.button-group.clear.success .button,.button-group.clear.success .button.disabled,.button-group.clear.success .button[disabled],.button-group.clear.success .button.disabled:hover,.button-group.clear.success .button[disabled]:hover,.button-group.clear.success .button.disabled:focus,.button-group.clear.success .button[disabled]:focus,.button-group.clear .button.success,.button-group.clear .button.success.disabled,.button-group.clear .button.success[disabled],.button-group.clear .button.success.disabled:hover,.button-group.clear .button.success[disabled]:hover,.button-group.clear .button.success.disabled:focus,.button-group.clear .button.success[disabled]:focus{color:#3adb76}.button-group.clear.success .button:hover,.button-group.clear.success .button:focus,.button-group.clear .button.success:hover,.button-group.clear .button.success:focus{color:rgb(21.3991416309,117.1008583691,57.0643776824)}.button-group.clear.warning .button,.button-group.clear.warning .button.disabled,.button-group.clear.warning .button[disabled],.button-group.clear.warning .button.disabled:hover,.button-group.clear.warning .button[disabled]:hover,.button-group.clear.warning .button.disabled:focus,.button-group.clear.warning .button[disabled]:focus,.button-group.clear .button.warning,.button-group.clear .button.warning.disabled,.button-group.clear .button.warning[disabled],.button-group.clear .button.warning.disabled:hover,.button-group.clear .button.warning[disabled]:hover,.button-group.clear .button.warning.disabled:focus,.button-group.clear .button.warning[disabled]:focus{color:#ffae00}.button-group.clear.warning .button:hover,.button-group.clear.warning .button:focus,.button-group.clear .button.warning:hover,.button-group.clear .button.warning:focus{color:rgb(127.5,87,0)}.button-group.clear.alert .button,.button-group.clear.alert .button.disabled,.button-group.clear.alert .button[disabled],.button-group.clear.alert .button.disabled:hover,.button-group.clear.alert .button[disabled]:hover,.button-group.clear.alert .button.disabled:focus,.button-group.clear.alert .button[disabled]:focus,.button-group.clear .button.alert,.button-group.clear .button.alert.disabled,.button-group.clear .button.alert[disabled],.button-group.clear .button.alert.disabled:hover,.button-group.clear .button.alert[disabled]:hover,.button-group.clear .button.alert.disabled:focus,.button-group.clear .button.alert[disabled]:focus{color:#cc4b37}.button-group.clear.alert .button:hover,.button-group.clear.alert .button:focus,.button-group.clear .button.alert:hover,.button-group.clear .button.alert:focus{color:rgb(103.187250996,36.6314741036,26.312749004)}.button-group.no-gaps .button{margin-right:-.0625rem}.button-group.no-gaps .button+.button{border-left-color:rgba(0,0,0,0)}.button-group.stacked,.button-group.stacked-for-small,.button-group.stacked-for-medium{flex-wrap:wrap}.button-group.stacked .button,.button-group.stacked-for-small .button,.button-group.stacked-for-medium .button{flex:0 0 100%}.button-group.stacked .button:last-child,.button-group.stacked-for-small .button:last-child,.button-group.stacked-for-medium .button:last-child{margin-bottom:0}.button-group.stacked.expanded .button,.button-group.stacked-for-small.expanded .button,.button-group.stacked-for-medium.expanded .button{flex:1 1 0px}@media print,screen and (min-width: 30.0625em){.button-group.stacked-for-small .button{flex:0 0 auto;margin-bottom:0}}@media print,screen and (min-width: 54.125em){.button-group.stacked-for-medium .button{flex:0 0 auto;margin-bottom:0}}@media print,screen and (max-width: 30.06125em){.button-group.stacked-for-small.expanded{display:block}.button-group.stacked-for-small.expanded .button{display:block;margin-right:0}}@media print,screen and (max-width: 54.12375em){.button-group.stacked-for-medium.expanded{display:block}.button-group.stacked-for-medium.expanded .button{display:block;margin-right:0}}.dropdown-pane{position:absolute;z-index:10;display:none;width:300px;padding:1rem;visibility:hidden;border:1px solid #cacaca;border-radius:0;background-color:#fff;font-size:1rem}.dropdown-pane.is-opening{display:block}.dropdown-pane.is-open{display:block;visibility:visible}.dropdown-pane.tiny{width:100px}.dropdown-pane.small{width:200px}.dropdown-pane.large{width:400px}.label{display:inline-block;padding:.33333rem .5rem;border-radius:0;font-size:.8rem;line-height:1;white-space:nowrap;cursor:default;background:#1779ba;color:#fff}.label.primary{background:#1779ba;color:#fff}.label.secondary{background:#767676;color:#000}.label.success{background:#3adb76;color:#000}.label.warning{background:#ffae00;color:#000}.label.alert{background:#cc4b37;color:#000}.pagination{margin-left:0;margin-bottom:1rem}.pagination::before,.pagination::after{display:table;content:" ";flex-basis:0;order:1}.pagination::after{clear:both}.pagination li{margin-right:.0625rem;border-radius:0;font-size:.875rem;display:none}.pagination li:last-child,.pagination li:first-child{display:inline-block}@media print,screen and (min-width: 30.0625em){.pagination li{display:inline-block}}.pagination a,.pagination button{display:block;padding:.1875rem .625rem;border-radius:0;color:#000}.pagination a:hover,.pagination button:hover{background:#e6e6e6}.pagination .current{padding:.1875rem .625rem;background:#1779ba;color:#fff;cursor:default}.pagination .disabled{padding:.1875rem .625rem;color:#cacaca;cursor:not-allowed}.pagination .disabled:hover{background:rgba(0,0,0,0)}.pagination .ellipsis::after{padding:.1875rem .625rem;content:"…";color:#000}.pagination-previous a::before,.pagination-previous.disabled::before{display:inline-block;margin-right:.5rem;content:"«"}.pagination-next a::after,.pagination-next.disabled::after{display:inline-block;margin-left:.5rem;content:"»"}html.is-reveal-open{position:fixed;width:100%;overflow-y:hidden}html.is-reveal-open.zf-has-scroll{overflow-y:scroll;-webkit-overflow-scrolling:touch}html.is-reveal-open body{overflow-y:hidden}.reveal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1005;display:none;background-color:rgba(0,0,0,.45);overflow-y:auto;-webkit-overflow-scrolling:touch}.reveal{position:relative;top:100px;margin-right:auto;margin-left:auto;overflow-y:auto;-webkit-overflow-scrolling:touch;z-index:1006;backface-visibility:hidden;display:none;padding:1rem;border:1px solid #cacaca;border-radius:0;background-color:#fff}[data-whatinput=mouse] .reveal{outline:0}@media print,screen and (min-width: 30.0625em){.reveal{min-height:0}}.reveal .column,.reveal .columns{min-width:0}.reveal>:last-child{margin-bottom:0}@media print,screen and (min-width: 30.0625em){.reveal{width:600px;max-width:61.125rem}}.reveal.collapse{padding:0}@media print,screen and (min-width: 30.0625em){.reveal.tiny{width:30%;max-width:61.125rem}}@media print,screen and (min-width: 30.0625em){.reveal.small{width:50%;max-width:61.125rem}}@media print,screen and (min-width: 30.0625em){.reveal.large{width:90%;max-width:61.125rem}}.reveal.full{top:0;right:0;bottom:0;left:0;width:100%;max-width:none;height:100%;min-height:100%;margin-left:0;border:0;border-radius:0}@media print,screen and (max-width: 30.06125em){.reveal{top:0;right:0;bottom:0;left:0;width:100%;max-width:none;height:100%;min-height:100%;margin-left:0;border:0;border-radius:0}}.reveal.without-overlay{position:fixed}.switch{position:relative;margin-bottom:1rem;outline:0;font-size:.875rem;font-weight:bold;color:#fff;-webkit-user-select:none;-moz-user-select:none;user-select:none;height:2rem}.switch-input{position:absolute;margin-bottom:0;opacity:0}.switch-paddle{position:relative;display:block;width:4rem;height:2rem;border-radius:0;background:#cacaca;transition:all .25s ease-out;font-weight:inherit;color:inherit;cursor:pointer}input+.switch-paddle{margin:0}.switch-paddle::after{position:absolute;top:.25rem;left:.25rem;display:block;width:1.5rem;height:1.5rem;transform:translate3d(0, 0, 0);border-radius:0;background:#fff;transition:all .25s ease-out;content:""}input:checked~.switch-paddle{background:#1779ba}input:checked~.switch-paddle::after{left:2.25rem}input:focus-visible~.switch-paddle{background:rgb(181.8,181.8,181.8)}input:focus-visible~.switch-paddle::after{background:#fff}input:checked:focus-visible~.switch-paddle{background:rgb(19.55,102.85,158.1)}input:disabled~.switch-paddle{cursor:not-allowed;opacity:.5}[data-whatinput=mouse] input:focus~.switch-paddle{outline:0}.switch-inactive,.switch-active{position:absolute;top:50%;transform:translateY(-50%)}.switch-active{left:8%;display:none}input:checked+label>.switch-active{display:block}.switch-inactive{right:15%}input:checked+label>.switch-inactive{display:none}.switch.tiny{height:1.5rem}.switch.tiny .switch-paddle{width:3rem;height:1.5rem;font-size:.625rem}.switch.tiny .switch-paddle::after{top:.25rem;left:.25rem;width:1rem;height:1rem}.switch.tiny input:checked~.switch-paddle::after{left:1.75rem}.switch.small{height:1.75rem}.switch.small .switch-paddle{width:3.5rem;height:1.75rem;font-size:.75rem}.switch.small .switch-paddle::after{top:.25rem;left:.25rem;width:1.25rem;height:1.25rem}.switch.small input:checked~.switch-paddle::after{left:2rem}.switch.large{height:2.5rem}.switch.large .switch-paddle{width:5rem;height:2.5rem;font-size:1rem}.switch.large .switch-paddle::after{top:.25rem;left:.25rem;width:2rem;height:2rem}.switch.large input:checked~.switch-paddle::after{left:2.75rem}table{border-collapse:collapse;width:100%;margin-bottom:1rem;border-radius:0}thead,tbody,tfoot{border:1px solid hsl(0,0%,95%);background-color:#fff}caption{padding:.5rem .625rem .625rem;font-weight:bold}thead{background:hsl(0,0%,97.5%);color:#000}tfoot{background:hsl(0,0%,95%);color:#000}thead tr,tfoot tr{background:rgba(0,0,0,0)}thead th,thead td,tfoot th,tfoot td{padding:.5rem .625rem .625rem;font-weight:bold;text-align:left}tbody th,tbody td{padding:.5rem .625rem .625rem}tbody tr:nth-child(even){border-bottom:0;background-color:hsl(0,0%,95%)}table.unstriped tbody{background-color:#fff}table.unstriped tbody tr{border-bottom:1px solid hsl(0,0%,95%);background-color:#fff}@media print,screen and (max-width: 54.12375em){table.stack thead{display:none}table.stack tfoot{display:none}table.stack tr,table.stack th,table.stack td{display:block}table.stack td{border-top:0}}table.scroll{display:block;width:100%;overflow-x:auto}table.hover thead tr:hover{background-color:hsl(0,0%,95.5%)}table.hover tfoot tr:hover{background-color:hsl(0,0%,93%)}table.hover tbody tr:hover{background-color:hsl(0,0%,98%)}table.hover:not(.unstriped) tr:nth-of-type(even):hover{background-color:hsl(0,0%,93%)}.table-scroll{overflow-x:auto}.thumbnail{display:inline-block;max-width:100%;margin-bottom:1rem;border:4px solid #fff;border-radius:0;box-shadow:0 0 0 1px rgba(0,0,0,.2);line-height:0}a.thumbnail{transition:box-shadow 200ms ease-out}a.thumbnail:hover,a.thumbnail:focus{box-shadow:0 0 6px 1px rgba(23,121,186,.5)}a.thumbnail image{box-shadow:none}.has-tip{position:relative;display:inline-block;border-bottom:dotted 1px #8a8a8a;font-weight:bold;cursor:help}.tooltip{position:absolute;top:calc(100% + 0.6495rem);z-index:1200;max-width:10rem;padding:.75rem;border-radius:0;background-color:#000;font-size:80%;color:#fff}.tooltip::before{position:absolute}.tooltip.bottom::before{display:block;width:0;height:0;border-style:solid;border-width:.75rem;content:"";border-top-width:0;border-color:rgba(0,0,0,0) rgba(0,0,0,0) #000;bottom:100%}.tooltip.bottom.align-center::before{left:50%;transform:translateX(-50%)}.tooltip.top::before{display:block;width:0;height:0;border-style:solid;border-width:.75rem;content:"";border-bottom-width:0;border-color:#000 rgba(0,0,0,0) rgba(0,0,0,0);top:100%;bottom:auto}.tooltip.top.align-center::before{left:50%;transform:translateX(-50%)}.tooltip.left::before{display:block;width:0;height:0;border-style:solid;border-width:.75rem;content:"";border-right-width:0;border-color:rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0) #000;left:100%}.tooltip.left.align-center::before{bottom:auto;top:50%;transform:translateY(-50%)}.tooltip.right::before{display:block;width:0;height:0;border-style:solid;border-width:.75rem;content:"";border-left-width:0;border-color:rgba(0,0,0,0) #000 rgba(0,0,0,0) rgba(0,0,0,0);right:100%;left:auto}.tooltip.right.align-center::before{bottom:auto;top:50%;transform:translateY(-50%)}.tooltip.align-top::before{bottom:auto;top:10%}.tooltip.align-bottom::before{bottom:10%;top:auto}.tooltip.align-left::before{left:10%;right:auto}.tooltip.align-right::before{left:auto;right:10%}.hide{display:none !important}.invisible{visibility:hidden}.visible{visibility:visible}@media print,screen and (max-width: 30.06125em){.hide-for-small-only{display:none !important}}@media screen and (max-width: 0em),screen and (min-width: 30.0625em){.show-for-small-only{display:none !important}}@media print,screen and (min-width: 30.0625em){.hide-for-medium{display:none !important}}@media screen and (max-width: 30.06125em){.show-for-medium{display:none !important}}@media print,screen and (min-width: 30.0625em)and (max-width: 54.12375em){.hide-for-medium-only{display:none !important}}@media screen and (max-width: 30.06125em),screen and (min-width: 54.125em){.show-for-medium-only{display:none !important}}@media print,screen and (min-width: 54.125em){.hide-for-large{display:none !important}}@media screen and (max-width: 54.12375em){.show-for-large{display:none !important}}@media print,screen and (min-width: 54.125em)and (max-width: 75.06125em){.hide-for-large-only{display:none !important}}@media screen and (max-width: 54.12375em),screen and (min-width: 75.0625em){.show-for-large-only{display:none !important}}@media screen and (min-width: 75.0625em){.hide-for-xlarge{display:none !important}}@media screen and (max-width: 75.06125em){.show-for-xlarge{display:none !important}}@media screen and (min-width: 75.0625em)and (max-width: 120.06125em){.hide-for-xlarge-only{display:none !important}}@media screen and (max-width: 75.06125em),screen and (min-width: 120.0625em){.show-for-xlarge-only{display:none !important}}@media screen and (min-width: 120.0625em){.hide-for-xxlarge{display:none !important}}@media screen and (max-width: 120.06125em){.show-for-xxlarge{display:none !important}}@media screen and (min-width: 120.0625em){.hide-for-xxlarge-only{display:none !important}}@media screen and (max-width: 120.06125em){.show-for-xxlarge-only{display:none !important}}.show-for-sr,.show-on-focus{position:absolute !important;width:1px !important;height:1px !important;padding:0 !important;overflow:hidden !important;clip:rect(0, 0, 0, 0) !important;white-space:nowrap !important;border:0 !important}.show-on-focus:active,.show-on-focus:focus{position:static !important;width:auto !important;height:auto !important;overflow:visible !important;clip:auto !important;white-space:normal !important}.show-for-landscape,.hide-for-portrait{display:block !important}@media screen and (orientation: landscape){.show-for-landscape,.hide-for-portrait{display:block !important}}@media screen and (orientation: portrait){.show-for-landscape,.hide-for-portrait{display:none !important}}.hide-for-landscape,.show-for-portrait{display:none !important}@media screen and (orientation: landscape){.hide-for-landscape,.show-for-portrait{display:none !important}}@media screen and (orientation: portrait){.hide-for-landscape,.show-for-portrait{display:block !important}}.show-for-dark-mode{display:none}.hide-for-dark-mode{display:block}@media screen and (prefers-color-scheme: dark){.show-for-dark-mode{display:block !important}.hide-for-dark-mode{display:none !important}}.show-for-ie{display:none}@media all and (-ms-high-contrast: none),(-ms-high-contrast: active){.show-for-ie{display:block !important}.hide-for-ie{display:none !important}}.show-for-sticky{display:none}.is-stuck .show-for-sticky{display:block}.is-stuck .hide-for-sticky{display:none}.row{max-width:61.125rem;margin-right:auto;margin-left:auto}.row::before,.row::after{display:table;content:" ";flex-basis:0;order:1}.row::after{clear:both}.row.collapse>.column,.row.collapse>.columns{padding-right:0;padding-left:0}.row .row{margin-right:-.46875rem;margin-left:-.46875rem}@media print,screen and (min-width: 30.0625em){.row .row{margin-right:-.46875rem;margin-left:-.46875rem}}@media print,screen and (min-width: 54.125em){.row .row{margin-right:-.46875rem;margin-left:-.46875rem}}@media screen and (min-width: 75.0625em){.row .row{margin-right:-.46875rem;margin-left:-.46875rem}}@media screen and (min-width: 120.0625em){.row .row{margin-right:-.46875rem;margin-left:-.46875rem}}.row .row.collapse{margin-right:0;margin-left:0}.row.expanded{max-width:none}.row.expanded .row{margin-right:auto;margin-left:auto}.row:not(.expanded) .row{max-width:none}.column,.columns{float:left;width:100%;padding-right:.46875rem;padding-left:.46875rem}.column,.columns,.column:last-child:not(:first-child){float:left;clear:none}.column:last-child:not(:first-child),.columns:last-child:not(:first-child){float:right}.column.end:last-child:last-child,.end.columns:last-child:last-child{float:left}.column.row.row,.row.row.columns{float:none}.row .column.row.row,.row .row.row.columns{margin-right:0;margin-left:0;padding-right:0;padding-left:0}.small-1{width:8.3333333333%}.small-push-1{position:relative;left:8.3333333333%}.small-pull-1{position:relative;left:-8.3333333333%}.small-offset-0{margin-left:0%}.small-2{width:16.6666666667%}.small-push-2{position:relative;left:16.6666666667%}.small-pull-2{position:relative;left:-16.6666666667%}.small-offset-1{margin-left:8.3333333333%}.small-3{width:25%}.small-push-3{position:relative;left:25%}.small-pull-3{position:relative;left:-25%}.small-offset-2{margin-left:16.6666666667%}.small-4{width:33.3333333333%}.small-push-4{position:relative;left:33.3333333333%}.small-pull-4{position:relative;left:-33.3333333333%}.small-offset-3{margin-left:25%}.small-5{width:41.6666666667%}.small-push-5{position:relative;left:41.6666666667%}.small-pull-5{position:relative;left:-41.6666666667%}.small-offset-4{margin-left:33.3333333333%}.small-6{width:50%}.small-push-6{position:relative;left:50%}.small-pull-6{position:relative;left:-50%}.small-offset-5{margin-left:41.6666666667%}.small-7{width:58.3333333333%}.small-push-7{position:relative;left:58.3333333333%}.small-pull-7{position:relative;left:-58.3333333333%}.small-offset-6{margin-left:50%}.small-8{width:66.6666666667%}.small-push-8{position:relative;left:66.6666666667%}.small-pull-8{position:relative;left:-66.6666666667%}.small-offset-7{margin-left:58.3333333333%}.small-9{width:75%}.small-push-9{position:relative;left:75%}.small-pull-9{position:relative;left:-75%}.small-offset-8{margin-left:66.6666666667%}.small-10{width:83.3333333333%}.small-push-10{position:relative;left:83.3333333333%}.small-pull-10{position:relative;left:-83.3333333333%}.small-offset-9{margin-left:75%}.small-11{width:91.6666666667%}.small-push-11{position:relative;left:91.6666666667%}.small-pull-11{position:relative;left:-91.6666666667%}.small-offset-10{margin-left:83.3333333333%}.small-12{width:100%}.small-offset-11{margin-left:91.6666666667%}.small-up-1>.column,.small-up-1>.columns{float:left;width:100%}.small-up-1>.column:nth-of-type(1n),.small-up-1>.columns:nth-of-type(1n){clear:none}.small-up-1>.column:nth-of-type(1n+1),.small-up-1>.columns:nth-of-type(1n+1){clear:both}.small-up-1>.column:last-child,.small-up-1>.columns:last-child{float:left}.small-up-2>.column,.small-up-2>.columns{float:left;width:50%}.small-up-2>.column:nth-of-type(1n),.small-up-2>.columns:nth-of-type(1n){clear:none}.small-up-2>.column:nth-of-type(2n+1),.small-up-2>.columns:nth-of-type(2n+1){clear:both}.small-up-2>.column:last-child,.small-up-2>.columns:last-child{float:left}.small-up-3>.column,.small-up-3>.columns{float:left;width:33.3333333333%}.small-up-3>.column:nth-of-type(1n),.small-up-3>.columns:nth-of-type(1n){clear:none}.small-up-3>.column:nth-of-type(3n+1),.small-up-3>.columns:nth-of-type(3n+1){clear:both}.small-up-3>.column:last-child,.small-up-3>.columns:last-child{float:left}.small-up-4>.column,.small-up-4>.columns{float:left;width:25%}.small-up-4>.column:nth-of-type(1n),.small-up-4>.columns:nth-of-type(1n){clear:none}.small-up-4>.column:nth-of-type(4n+1),.small-up-4>.columns:nth-of-type(4n+1){clear:both}.small-up-4>.column:last-child,.small-up-4>.columns:last-child{float:left}.small-up-5>.column,.small-up-5>.columns{float:left;width:20%}.small-up-5>.column:nth-of-type(1n),.small-up-5>.columns:nth-of-type(1n){clear:none}.small-up-5>.column:nth-of-type(5n+1),.small-up-5>.columns:nth-of-type(5n+1){clear:both}.small-up-5>.column:last-child,.small-up-5>.columns:last-child{float:left}.small-up-6>.column,.small-up-6>.columns{float:left;width:16.6666666667%}.small-up-6>.column:nth-of-type(1n),.small-up-6>.columns:nth-of-type(1n){clear:none}.small-up-6>.column:nth-of-type(6n+1),.small-up-6>.columns:nth-of-type(6n+1){clear:both}.small-up-6>.column:last-child,.small-up-6>.columns:last-child{float:left}.small-up-7>.column,.small-up-7>.columns{float:left;width:14.2857142857%}.small-up-7>.column:nth-of-type(1n),.small-up-7>.columns:nth-of-type(1n){clear:none}.small-up-7>.column:nth-of-type(7n+1),.small-up-7>.columns:nth-of-type(7n+1){clear:both}.small-up-7>.column:last-child,.small-up-7>.columns:last-child{float:left}.small-up-8>.column,.small-up-8>.columns{float:left;width:12.5%}.small-up-8>.column:nth-of-type(1n),.small-up-8>.columns:nth-of-type(1n){clear:none}.small-up-8>.column:nth-of-type(8n+1),.small-up-8>.columns:nth-of-type(8n+1){clear:both}.small-up-8>.column:last-child,.small-up-8>.columns:last-child{float:left}.small-collapse>.column,.small-collapse>.columns{padding-right:0;padding-left:0}.small-collapse .row{margin-right:0;margin-left:0}.expanded.row .small-collapse.row{margin-right:0;margin-left:0}.small-uncollapse>.column,.small-uncollapse>.columns{padding-right:.46875rem;padding-left:.46875rem}.small-centered{margin-left:auto;margin-right:auto}.small-centered,.small-centered:last-child:not(:first-child){float:none;clear:both}.small-uncentered,.small-push-0,.small-pull-0{position:static;margin-right:0;margin-left:0}.small-uncentered,.small-uncentered:last-child:not(:first-child),.small-push-0,.small-push-0:last-child:not(:first-child),.small-pull-0,.small-pull-0:last-child:not(:first-child){float:left;clear:none}.small-uncentered:last-child:not(:first-child),.small-push-0:last-child:not(:first-child),.small-pull-0:last-child:not(:first-child){float:right}@media print,screen and (min-width: 30.0625em){.medium-1{width:8.3333333333%}.medium-push-1{position:relative;left:8.3333333333%}.medium-pull-1{position:relative;left:-8.3333333333%}.medium-offset-0{margin-left:0%}.medium-2{width:16.6666666667%}.medium-push-2{position:relative;left:16.6666666667%}.medium-pull-2{position:relative;left:-16.6666666667%}.medium-offset-1{margin-left:8.3333333333%}.medium-3{width:25%}.medium-push-3{position:relative;left:25%}.medium-pull-3{position:relative;left:-25%}.medium-offset-2{margin-left:16.6666666667%}.medium-4{width:33.3333333333%}.medium-push-4{position:relative;left:33.3333333333%}.medium-pull-4{position:relative;left:-33.3333333333%}.medium-offset-3{margin-left:25%}.medium-5{width:41.6666666667%}.medium-push-5{position:relative;left:41.6666666667%}.medium-pull-5{position:relative;left:-41.6666666667%}.medium-offset-4{margin-left:33.3333333333%}.medium-6{width:50%}.medium-push-6{position:relative;left:50%}.medium-pull-6{position:relative;left:-50%}.medium-offset-5{margin-left:41.6666666667%}.medium-7{width:58.3333333333%}.medium-push-7{position:relative;left:58.3333333333%}.medium-pull-7{position:relative;left:-58.3333333333%}.medium-offset-6{margin-left:50%}.medium-8{width:66.6666666667%}.medium-push-8{position:relative;left:66.6666666667%}.medium-pull-8{position:relative;left:-66.6666666667%}.medium-offset-7{margin-left:58.3333333333%}.medium-9{width:75%}.medium-push-9{position:relative;left:75%}.medium-pull-9{position:relative;left:-75%}.medium-offset-8{margin-left:66.6666666667%}.medium-10{width:83.3333333333%}.medium-push-10{position:relative;left:83.3333333333%}.medium-pull-10{position:relative;left:-83.3333333333%}.medium-offset-9{margin-left:75%}.medium-11{width:91.6666666667%}.medium-push-11{position:relative;left:91.6666666667%}.medium-pull-11{position:relative;left:-91.6666666667%}.medium-offset-10{margin-left:83.3333333333%}.medium-12{width:100%}.medium-offset-11{margin-left:91.6666666667%}.medium-up-1>.column,.medium-up-1>.columns{float:left;width:100%}.medium-up-1>.column:nth-of-type(1n),.medium-up-1>.columns:nth-of-type(1n){clear:none}.medium-up-1>.column:nth-of-type(1n+1),.medium-up-1>.columns:nth-of-type(1n+1){clear:both}.medium-up-1>.column:last-child,.medium-up-1>.columns:last-child{float:left}.medium-up-2>.column,.medium-up-2>.columns{float:left;width:50%}.medium-up-2>.column:nth-of-type(1n),.medium-up-2>.columns:nth-of-type(1n){clear:none}.medium-up-2>.column:nth-of-type(2n+1),.medium-up-2>.columns:nth-of-type(2n+1){clear:both}.medium-up-2>.column:last-child,.medium-up-2>.columns:last-child{float:left}.medium-up-3>.column,.medium-up-3>.columns{float:left;width:33.3333333333%}.medium-up-3>.column:nth-of-type(1n),.medium-up-3>.columns:nth-of-type(1n){clear:none}.medium-up-3>.column:nth-of-type(3n+1),.medium-up-3>.columns:nth-of-type(3n+1){clear:both}.medium-up-3>.column:last-child,.medium-up-3>.columns:last-child{float:left}.medium-up-4>.column,.medium-up-4>.columns{float:left;width:25%}.medium-up-4>.column:nth-of-type(1n),.medium-up-4>.columns:nth-of-type(1n){clear:none}.medium-up-4>.column:nth-of-type(4n+1),.medium-up-4>.columns:nth-of-type(4n+1){clear:both}.medium-up-4>.column:last-child,.medium-up-4>.columns:last-child{float:left}.medium-up-5>.column,.medium-up-5>.columns{float:left;width:20%}.medium-up-5>.column:nth-of-type(1n),.medium-up-5>.columns:nth-of-type(1n){clear:none}.medium-up-5>.column:nth-of-type(5n+1),.medium-up-5>.columns:nth-of-type(5n+1){clear:both}.medium-up-5>.column:last-child,.medium-up-5>.columns:last-child{float:left}.medium-up-6>.column,.medium-up-6>.columns{float:left;width:16.6666666667%}.medium-up-6>.column:nth-of-type(1n),.medium-up-6>.columns:nth-of-type(1n){clear:none}.medium-up-6>.column:nth-of-type(6n+1),.medium-up-6>.columns:nth-of-type(6n+1){clear:both}.medium-up-6>.column:last-child,.medium-up-6>.columns:last-child{float:left}.medium-up-7>.column,.medium-up-7>.columns{float:left;width:14.2857142857%}.medium-up-7>.column:nth-of-type(1n),.medium-up-7>.columns:nth-of-type(1n){clear:none}.medium-up-7>.column:nth-of-type(7n+1),.medium-up-7>.columns:nth-of-type(7n+1){clear:both}.medium-up-7>.column:last-child,.medium-up-7>.columns:last-child{float:left}.medium-up-8>.column,.medium-up-8>.columns{float:left;width:12.5%}.medium-up-8>.column:nth-of-type(1n),.medium-up-8>.columns:nth-of-type(1n){clear:none}.medium-up-8>.column:nth-of-type(8n+1),.medium-up-8>.columns:nth-of-type(8n+1){clear:both}.medium-up-8>.column:last-child,.medium-up-8>.columns:last-child{float:left}.medium-collapse>.column,.medium-collapse>.columns{padding-right:0;padding-left:0}.medium-collapse .row{margin-right:0;margin-left:0}.expanded.row .medium-collapse.row{margin-right:0;margin-left:0}.medium-uncollapse>.column,.medium-uncollapse>.columns{padding-right:.46875rem;padding-left:.46875rem}.medium-centered{margin-left:auto;margin-right:auto}.medium-centered,.medium-centered:last-child:not(:first-child){float:none;clear:both}.medium-uncentered,.medium-push-0,.medium-pull-0{position:static;margin-right:0;margin-left:0}.medium-uncentered,.medium-uncentered:last-child:not(:first-child),.medium-push-0,.medium-push-0:last-child:not(:first-child),.medium-pull-0,.medium-pull-0:last-child:not(:first-child){float:left;clear:none}.medium-uncentered:last-child:not(:first-child),.medium-push-0:last-child:not(:first-child),.medium-pull-0:last-child:not(:first-child){float:right}}@media print,screen and (min-width: 54.125em){.large-1{width:8.3333333333%}.large-push-1{position:relative;left:8.3333333333%}.large-pull-1{position:relative;left:-8.3333333333%}.large-offset-0{margin-left:0%}.large-2{width:16.6666666667%}.large-push-2{position:relative;left:16.6666666667%}.large-pull-2{position:relative;left:-16.6666666667%}.large-offset-1{margin-left:8.3333333333%}.large-3{width:25%}.large-push-3{position:relative;left:25%}.large-pull-3{position:relative;left:-25%}.large-offset-2{margin-left:16.6666666667%}.large-4{width:33.3333333333%}.large-push-4{position:relative;left:33.3333333333%}.large-pull-4{position:relative;left:-33.3333333333%}.large-offset-3{margin-left:25%}.large-5{width:41.6666666667%}.large-push-5{position:relative;left:41.6666666667%}.large-pull-5{position:relative;left:-41.6666666667%}.large-offset-4{margin-left:33.3333333333%}.large-6{width:50%}.large-push-6{position:relative;left:50%}.large-pull-6{position:relative;left:-50%}.large-offset-5{margin-left:41.6666666667%}.large-7{width:58.3333333333%}.large-push-7{position:relative;left:58.3333333333%}.large-pull-7{position:relative;left:-58.3333333333%}.large-offset-6{margin-left:50%}.large-8{width:66.6666666667%}.large-push-8{position:relative;left:66.6666666667%}.large-pull-8{position:relative;left:-66.6666666667%}.large-offset-7{margin-left:58.3333333333%}.large-9{width:75%}.large-push-9{position:relative;left:75%}.large-pull-9{position:relative;left:-75%}.large-offset-8{margin-left:66.6666666667%}.large-10{width:83.3333333333%}.large-push-10{position:relative;left:83.3333333333%}.large-pull-10{position:relative;left:-83.3333333333%}.large-offset-9{margin-left:75%}.large-11{width:91.6666666667%}.large-push-11{position:relative;left:91.6666666667%}.large-pull-11{position:relative;left:-91.6666666667%}.large-offset-10{margin-left:83.3333333333%}.large-12{width:100%}.large-offset-11{margin-left:91.6666666667%}.large-up-1>.column,.large-up-1>.columns{float:left;width:100%}.large-up-1>.column:nth-of-type(1n),.large-up-1>.columns:nth-of-type(1n){clear:none}.large-up-1>.column:nth-of-type(1n+1),.large-up-1>.columns:nth-of-type(1n+1){clear:both}.large-up-1>.column:last-child,.large-up-1>.columns:last-child{float:left}.large-up-2>.column,.large-up-2>.columns{float:left;width:50%}.large-up-2>.column:nth-of-type(1n),.large-up-2>.columns:nth-of-type(1n){clear:none}.large-up-2>.column:nth-of-type(2n+1),.large-up-2>.columns:nth-of-type(2n+1){clear:both}.large-up-2>.column:last-child,.large-up-2>.columns:last-child{float:left}.large-up-3>.column,.large-up-3>.columns{float:left;width:33.3333333333%}.large-up-3>.column:nth-of-type(1n),.large-up-3>.columns:nth-of-type(1n){clear:none}.large-up-3>.column:nth-of-type(3n+1),.large-up-3>.columns:nth-of-type(3n+1){clear:both}.large-up-3>.column:last-child,.large-up-3>.columns:last-child{float:left}.large-up-4>.column,.large-up-4>.columns{float:left;width:25%}.large-up-4>.column:nth-of-type(1n),.large-up-4>.columns:nth-of-type(1n){clear:none}.large-up-4>.column:nth-of-type(4n+1),.large-up-4>.columns:nth-of-type(4n+1){clear:both}.large-up-4>.column:last-child,.large-up-4>.columns:last-child{float:left}.large-up-5>.column,.large-up-5>.columns{float:left;width:20%}.large-up-5>.column:nth-of-type(1n),.large-up-5>.columns:nth-of-type(1n){clear:none}.large-up-5>.column:nth-of-type(5n+1),.large-up-5>.columns:nth-of-type(5n+1){clear:both}.large-up-5>.column:last-child,.large-up-5>.columns:last-child{float:left}.large-up-6>.column,.large-up-6>.columns{float:left;width:16.6666666667%}.large-up-6>.column:nth-of-type(1n),.large-up-6>.columns:nth-of-type(1n){clear:none}.large-up-6>.column:nth-of-type(6n+1),.large-up-6>.columns:nth-of-type(6n+1){clear:both}.large-up-6>.column:last-child,.large-up-6>.columns:last-child{float:left}.large-up-7>.column,.large-up-7>.columns{float:left;width:14.2857142857%}.large-up-7>.column:nth-of-type(1n),.large-up-7>.columns:nth-of-type(1n){clear:none}.large-up-7>.column:nth-of-type(7n+1),.large-up-7>.columns:nth-of-type(7n+1){clear:both}.large-up-7>.column:last-child,.large-up-7>.columns:last-child{float:left}.large-up-8>.column,.large-up-8>.columns{float:left;width:12.5%}.large-up-8>.column:nth-of-type(1n),.large-up-8>.columns:nth-of-type(1n){clear:none}.large-up-8>.column:nth-of-type(8n+1),.large-up-8>.columns:nth-of-type(8n+1){clear:both}.large-up-8>.column:last-child,.large-up-8>.columns:last-child{float:left}.large-collapse>.column,.large-collapse>.columns{padding-right:0;padding-left:0}.large-collapse .row{margin-right:0;margin-left:0}.expanded.row .large-collapse.row{margin-right:0;margin-left:0}.large-uncollapse>.column,.large-uncollapse>.columns{padding-right:.46875rem;padding-left:.46875rem}.large-centered{margin-left:auto;margin-right:auto}.large-centered,.large-centered:last-child:not(:first-child){float:none;clear:both}.large-uncentered,.large-push-0,.large-pull-0{position:static;margin-right:0;margin-left:0}.large-uncentered,.large-uncentered:last-child:not(:first-child),.large-push-0,.large-push-0:last-child:not(:first-child),.large-pull-0,.large-pull-0:last-child:not(:first-child){float:left;clear:none}.large-uncentered:last-child:not(:first-child),.large-push-0:last-child:not(:first-child),.large-pull-0:last-child:not(:first-child){float:right}}@media screen and (min-width: 75.0625em){.xlarge-1{width:8.3333333333%}.xlarge-push-1{position:relative;left:8.3333333333%}.xlarge-pull-1{position:relative;left:-8.3333333333%}.xlarge-offset-0{margin-left:0%}.xlarge-2{width:16.6666666667%}.xlarge-push-2{position:relative;left:16.6666666667%}.xlarge-pull-2{position:relative;left:-16.6666666667%}.xlarge-offset-1{margin-left:8.3333333333%}.xlarge-3{width:25%}.xlarge-push-3{position:relative;left:25%}.xlarge-pull-3{position:relative;left:-25%}.xlarge-offset-2{margin-left:16.6666666667%}.xlarge-4{width:33.3333333333%}.xlarge-push-4{position:relative;left:33.3333333333%}.xlarge-pull-4{position:relative;left:-33.3333333333%}.xlarge-offset-3{margin-left:25%}.xlarge-5{width:41.6666666667%}.xlarge-push-5{position:relative;left:41.6666666667%}.xlarge-pull-5{position:relative;left:-41.6666666667%}.xlarge-offset-4{margin-left:33.3333333333%}.xlarge-6{width:50%}.xlarge-push-6{position:relative;left:50%}.xlarge-pull-6{position:relative;left:-50%}.xlarge-offset-5{margin-left:41.6666666667%}.xlarge-7{width:58.3333333333%}.xlarge-push-7{position:relative;left:58.3333333333%}.xlarge-pull-7{position:relative;left:-58.3333333333%}.xlarge-offset-6{margin-left:50%}.xlarge-8{width:66.6666666667%}.xlarge-push-8{position:relative;left:66.6666666667%}.xlarge-pull-8{position:relative;left:-66.6666666667%}.xlarge-offset-7{margin-left:58.3333333333%}.xlarge-9{width:75%}.xlarge-push-9{position:relative;left:75%}.xlarge-pull-9{position:relative;left:-75%}.xlarge-offset-8{margin-left:66.6666666667%}.xlarge-10{width:83.3333333333%}.xlarge-push-10{position:relative;left:83.3333333333%}.xlarge-pull-10{position:relative;left:-83.3333333333%}.xlarge-offset-9{margin-left:75%}.xlarge-11{width:91.6666666667%}.xlarge-push-11{position:relative;left:91.6666666667%}.xlarge-pull-11{position:relative;left:-91.6666666667%}.xlarge-offset-10{margin-left:83.3333333333%}.xlarge-12{width:100%}.xlarge-offset-11{margin-left:91.6666666667%}.xlarge-up-1>.column,.xlarge-up-1>.columns{float:left;width:100%}.xlarge-up-1>.column:nth-of-type(1n),.xlarge-up-1>.columns:nth-of-type(1n){clear:none}.xlarge-up-1>.column:nth-of-type(1n+1),.xlarge-up-1>.columns:nth-of-type(1n+1){clear:both}.xlarge-up-1>.column:last-child,.xlarge-up-1>.columns:last-child{float:left}.xlarge-up-2>.column,.xlarge-up-2>.columns{float:left;width:50%}.xlarge-up-2>.column:nth-of-type(1n),.xlarge-up-2>.columns:nth-of-type(1n){clear:none}.xlarge-up-2>.column:nth-of-type(2n+1),.xlarge-up-2>.columns:nth-of-type(2n+1){clear:both}.xlarge-up-2>.column:last-child,.xlarge-up-2>.columns:last-child{float:left}.xlarge-up-3>.column,.xlarge-up-3>.columns{float:left;width:33.3333333333%}.xlarge-up-3>.column:nth-of-type(1n),.xlarge-up-3>.columns:nth-of-type(1n){clear:none}.xlarge-up-3>.column:nth-of-type(3n+1),.xlarge-up-3>.columns:nth-of-type(3n+1){clear:both}.xlarge-up-3>.column:last-child,.xlarge-up-3>.columns:last-child{float:left}.xlarge-up-4>.column,.xlarge-up-4>.columns{float:left;width:25%}.xlarge-up-4>.column:nth-of-type(1n),.xlarge-up-4>.columns:nth-of-type(1n){clear:none}.xlarge-up-4>.column:nth-of-type(4n+1),.xlarge-up-4>.columns:nth-of-type(4n+1){clear:both}.xlarge-up-4>.column:last-child,.xlarge-up-4>.columns:last-child{float:left}.xlarge-up-5>.column,.xlarge-up-5>.columns{float:left;width:20%}.xlarge-up-5>.column:nth-of-type(1n),.xlarge-up-5>.columns:nth-of-type(1n){clear:none}.xlarge-up-5>.column:nth-of-type(5n+1),.xlarge-up-5>.columns:nth-of-type(5n+1){clear:both}.xlarge-up-5>.column:last-child,.xlarge-up-5>.columns:last-child{float:left}.xlarge-up-6>.column,.xlarge-up-6>.columns{float:left;width:16.6666666667%}.xlarge-up-6>.column:nth-of-type(1n),.xlarge-up-6>.columns:nth-of-type(1n){clear:none}.xlarge-up-6>.column:nth-of-type(6n+1),.xlarge-up-6>.columns:nth-of-type(6n+1){clear:both}.xlarge-up-6>.column:last-child,.xlarge-up-6>.columns:last-child{float:left}.xlarge-up-7>.column,.xlarge-up-7>.columns{float:left;width:14.2857142857%}.xlarge-up-7>.column:nth-of-type(1n),.xlarge-up-7>.columns:nth-of-type(1n){clear:none}.xlarge-up-7>.column:nth-of-type(7n+1),.xlarge-up-7>.columns:nth-of-type(7n+1){clear:both}.xlarge-up-7>.column:last-child,.xlarge-up-7>.columns:last-child{float:left}.xlarge-up-8>.column,.xlarge-up-8>.columns{float:left;width:12.5%}.xlarge-up-8>.column:nth-of-type(1n),.xlarge-up-8>.columns:nth-of-type(1n){clear:none}.xlarge-up-8>.column:nth-of-type(8n+1),.xlarge-up-8>.columns:nth-of-type(8n+1){clear:both}.xlarge-up-8>.column:last-child,.xlarge-up-8>.columns:last-child{float:left}.xlarge-collapse>.column,.xlarge-collapse>.columns{padding-right:0;padding-left:0}.xlarge-collapse .row{margin-right:0;margin-left:0}.expanded.row .xlarge-collapse.row{margin-right:0;margin-left:0}.xlarge-uncollapse>.column,.xlarge-uncollapse>.columns{padding-right:.46875rem;padding-left:.46875rem}.xlarge-centered{margin-left:auto;margin-right:auto}.xlarge-centered,.xlarge-centered:last-child:not(:first-child){float:none;clear:both}.xlarge-uncentered,.xlarge-push-0,.xlarge-pull-0{position:static;margin-right:0;margin-left:0}.xlarge-uncentered,.xlarge-uncentered:last-child:not(:first-child),.xlarge-push-0,.xlarge-push-0:last-child:not(:first-child),.xlarge-pull-0,.xlarge-pull-0:last-child:not(:first-child){float:left;clear:none}.xlarge-uncentered:last-child:not(:first-child),.xlarge-push-0:last-child:not(:first-child),.xlarge-pull-0:last-child:not(:first-child){float:right}}@media screen and (min-width: 120.0625em){.xxlarge-1{width:8.3333333333%}.xxlarge-push-1{position:relative;left:8.3333333333%}.xxlarge-pull-1{position:relative;left:-8.3333333333%}.xxlarge-offset-0{margin-left:0%}.xxlarge-2{width:16.6666666667%}.xxlarge-push-2{position:relative;left:16.6666666667%}.xxlarge-pull-2{position:relative;left:-16.6666666667%}.xxlarge-offset-1{margin-left:8.3333333333%}.xxlarge-3{width:25%}.xxlarge-push-3{position:relative;left:25%}.xxlarge-pull-3{position:relative;left:-25%}.xxlarge-offset-2{margin-left:16.6666666667%}.xxlarge-4{width:33.3333333333%}.xxlarge-push-4{position:relative;left:33.3333333333%}.xxlarge-pull-4{position:relative;left:-33.3333333333%}.xxlarge-offset-3{margin-left:25%}.xxlarge-5{width:41.6666666667%}.xxlarge-push-5{position:relative;left:41.6666666667%}.xxlarge-pull-5{position:relative;left:-41.6666666667%}.xxlarge-offset-4{margin-left:33.3333333333%}.xxlarge-6{width:50%}.xxlarge-push-6{position:relative;left:50%}.xxlarge-pull-6{position:relative;left:-50%}.xxlarge-offset-5{margin-left:41.6666666667%}.xxlarge-7{width:58.3333333333%}.xxlarge-push-7{position:relative;left:58.3333333333%}.xxlarge-pull-7{position:relative;left:-58.3333333333%}.xxlarge-offset-6{margin-left:50%}.xxlarge-8{width:66.6666666667%}.xxlarge-push-8{position:relative;left:66.6666666667%}.xxlarge-pull-8{position:relative;left:-66.6666666667%}.xxlarge-offset-7{margin-left:58.3333333333%}.xxlarge-9{width:75%}.xxlarge-push-9{position:relative;left:75%}.xxlarge-pull-9{position:relative;left:-75%}.xxlarge-offset-8{margin-left:66.6666666667%}.xxlarge-10{width:83.3333333333%}.xxlarge-push-10{position:relative;left:83.3333333333%}.xxlarge-pull-10{position:relative;left:-83.3333333333%}.xxlarge-offset-9{margin-left:75%}.xxlarge-11{width:91.6666666667%}.xxlarge-push-11{position:relative;left:91.6666666667%}.xxlarge-pull-11{position:relative;left:-91.6666666667%}.xxlarge-offset-10{margin-left:83.3333333333%}.xxlarge-12{width:100%}.xxlarge-offset-11{margin-left:91.6666666667%}.xxlarge-up-1>.column,.xxlarge-up-1>.columns{float:left;width:100%}.xxlarge-up-1>.column:nth-of-type(1n),.xxlarge-up-1>.columns:nth-of-type(1n){clear:none}.xxlarge-up-1>.column:nth-of-type(1n+1),.xxlarge-up-1>.columns:nth-of-type(1n+1){clear:both}.xxlarge-up-1>.column:last-child,.xxlarge-up-1>.columns:last-child{float:left}.xxlarge-up-2>.column,.xxlarge-up-2>.columns{float:left;width:50%}.xxlarge-up-2>.column:nth-of-type(1n),.xxlarge-up-2>.columns:nth-of-type(1n){clear:none}.xxlarge-up-2>.column:nth-of-type(2n+1),.xxlarge-up-2>.columns:nth-of-type(2n+1){clear:both}.xxlarge-up-2>.column:last-child,.xxlarge-up-2>.columns:last-child{float:left}.xxlarge-up-3>.column,.xxlarge-up-3>.columns{float:left;width:33.3333333333%}.xxlarge-up-3>.column:nth-of-type(1n),.xxlarge-up-3>.columns:nth-of-type(1n){clear:none}.xxlarge-up-3>.column:nth-of-type(3n+1),.xxlarge-up-3>.columns:nth-of-type(3n+1){clear:both}.xxlarge-up-3>.column:last-child,.xxlarge-up-3>.columns:last-child{float:left}.xxlarge-up-4>.column,.xxlarge-up-4>.columns{float:left;width:25%}.xxlarge-up-4>.column:nth-of-type(1n),.xxlarge-up-4>.columns:nth-of-type(1n){clear:none}.xxlarge-up-4>.column:nth-of-type(4n+1),.xxlarge-up-4>.columns:nth-of-type(4n+1){clear:both}.xxlarge-up-4>.column:last-child,.xxlarge-up-4>.columns:last-child{float:left}.xxlarge-up-5>.column,.xxlarge-up-5>.columns{float:left;width:20%}.xxlarge-up-5>.column:nth-of-type(1n),.xxlarge-up-5>.columns:nth-of-type(1n){clear:none}.xxlarge-up-5>.column:nth-of-type(5n+1),.xxlarge-up-5>.columns:nth-of-type(5n+1){clear:both}.xxlarge-up-5>.column:last-child,.xxlarge-up-5>.columns:last-child{float:left}.xxlarge-up-6>.column,.xxlarge-up-6>.columns{float:left;width:16.6666666667%}.xxlarge-up-6>.column:nth-of-type(1n),.xxlarge-up-6>.columns:nth-of-type(1n){clear:none}.xxlarge-up-6>.column:nth-of-type(6n+1),.xxlarge-up-6>.columns:nth-of-type(6n+1){clear:both}.xxlarge-up-6>.column:last-child,.xxlarge-up-6>.columns:last-child{float:left}.xxlarge-up-7>.column,.xxlarge-up-7>.columns{float:left;width:14.2857142857%}.xxlarge-up-7>.column:nth-of-type(1n),.xxlarge-up-7>.columns:nth-of-type(1n){clear:none}.xxlarge-up-7>.column:nth-of-type(7n+1),.xxlarge-up-7>.columns:nth-of-type(7n+1){clear:both}.xxlarge-up-7>.column:last-child,.xxlarge-up-7>.columns:last-child{float:left}.xxlarge-up-8>.column,.xxlarge-up-8>.columns{float:left;width:12.5%}.xxlarge-up-8>.column:nth-of-type(1n),.xxlarge-up-8>.columns:nth-of-type(1n){clear:none}.xxlarge-up-8>.column:nth-of-type(8n+1),.xxlarge-up-8>.columns:nth-of-type(8n+1){clear:both}.xxlarge-up-8>.column:last-child,.xxlarge-up-8>.columns:last-child{float:left}.xxlarge-collapse>.column,.xxlarge-collapse>.columns{padding-right:0;padding-left:0}.xxlarge-collapse .row{margin-right:0;margin-left:0}.expanded.row .xxlarge-collapse.row{margin-right:0;margin-left:0}.xxlarge-uncollapse>.column,.xxlarge-uncollapse>.columns{padding-right:.46875rem;padding-left:.46875rem}.xxlarge-centered{margin-left:auto;margin-right:auto}.xxlarge-centered,.xxlarge-centered:last-child:not(:first-child){float:none;clear:both}.xxlarge-uncentered,.xxlarge-push-0,.xxlarge-pull-0{position:static;margin-right:0;margin-left:0}.xxlarge-uncentered,.xxlarge-uncentered:last-child:not(:first-child),.xxlarge-push-0,.xxlarge-push-0:last-child:not(:first-child),.xxlarge-pull-0,.xxlarge-pull-0:last-child:not(:first-child){float:left;clear:none}.xxlarge-uncentered:last-child:not(:first-child),.xxlarge-push-0:last-child:not(:first-child),.xxlarge-pull-0:last-child:not(:first-child){float:right}}.column-block{margin-bottom:.9375rem}.column-block>:last-child{margin-bottom:0}.pagetitle{margin:0}.pagetitle__home{color:#000;font-size:2.125rem;margin:50px 0 20px 0;border-bottom:1px solid #515e69}.pagetitle__panel{padding:20px}.pageintro{margin-top:30px;margin-bottom:50px}.content p,.content .readmore,.content ul,.content li,.pageintro p,.pageintro .readmore,.pageintro ul,.pageintro li{color:#515e69}.content h2,.pageintro h2{line-height:32px;padding-bottom:5px;margin-bottom:20px}[name*=sectiontitle]{margin-top:60px;margin-bottom:-18px}[name*=sectiontitle] img{float:left;width:70px;height:70px;margin-left:-14px;margin-top:18px;margin-right:7px}[name*=sectiontitle] h2,[name*=sectiontitle] h3{padding-top:32px}.article-text li>p+ol,.article-text li>.readmore+ol,.article-text li>p+ul,.article-text li>.readmore+ul{margin-top:-1.25rem}.article-text li>ol:last-child,.article-text li>ul:last-child{margin-bottom:1.25rem}h6{color:#003963}.sap-icons{font-family:SAP-icons;font-size:20px;color:#515e69}.BusinessSuiteInAppSymbols{font-family:BusinessSuiteInAppSymbols;font-size:24px;color:#515e69}.material-icons{font-family:"Material Icons";font-weight:normal;font-style:normal;font-size:24px;color:#515e69;display:inline-block;line-height:1;text-transform:none;letter-spacing:normal;word-wrap:normal;white-space:nowrap;direction:ltr;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;-moz-osx-font-smoothing:grayscale;font-feature-settings:"liga"}.breadcrumb ul{margin-left:0}.breadcrumb li{display:inline-block}.breadcrumb li:before{content:">";color:#aaa;margin:0 .1875rem;position:relative;top:1px;font-size:.875rem;box-sizing:border-box}.breadcrumb li:first-child:before{content:" ";margin:0}.breadcrumb a{font-size:12px;color:#89a2b3}.breadcrumb a:hover{-webkit-text-decoration:underline;text-decoration:underline}.breadcrumb .is-active a{color:#36434d}.metanav .breadcrumb li:nth-child(2){display:none !important}.article-header{background-position:center center !important;display:flex;width:100%;align-items:center;justify-content:center}.article-header .pagetitle{color:#fff;text-transform:uppercase;text-shadow:0 0 2rem #000}.article-header--standard{background-position:center top !important}#avmedien .article-header{background-position:center top !important}.contain-to-grid .top-bar{max-width:960px !important;margin:0 auto}.name img{height:65px;margin-top:-32px;width:auto;-ms-interpolation-mode:nearest-neighbor}@media screen and (min-width: 30.0625em)and (max-width: 54.12375em){.name img{padding-left:10px;width:auto;height:55px;margin-top:0;-ms-interpolation-mode:nearest-neighbor}}@media screen and (max-width: 30.06125em){.name img{padding-left:10px;width:auto;height:50px;margin-top:0;-ms-interpolation-mode:nearest-neighbor}}.header{margin-top:10px}@media screen and (min-width: 54.125em){header{min-height:125px}}@media screen and (min-width: 54.125em)and (max-width: 75.06125em){.fixed-menu{padding-left:0 !important;padding-right:0 !important}}@media screen and (min-width: 30.0625em)and (max-width: 54.12375em){.fixed-menu{padding-left:0 !important;padding-right:0 !important}}.top-bar{background:none !important;height:auto !important;height:initial !important;display:flex;flex-direction:column}.top-bar .toggle-topbar.menu-icon{color:#fff}.top-bar .toggle-topbar.menu-icon span{color:#fff}.top-bar.expanded .toggle-topbar.menu-icon{background:#fff}.top-bar .toggle-topbar.menu-icon{width:38px}.top-bar .toggle-topbar.menu-icon a span::after{box-shadow:0 0 0 1px #fff,0 7px 0 1px #fff,0 14px 0 1px #fff}.top-bar.expanded .toggle-topbar.menu-icon a span::after{box-shadow:0 0 0 1px hsl(205,17%,25%),0 7px 0 1px hsl(205,17%,25%),0 14px 0 1px hsl(205,17%,25%)}.top-bar .toggle-topbar{right:45%}@media screen{.mainnavigation{padding-top:0}}@media screen and (min-width: 30.0625em){.mainnavigation{padding-top:6px}}@media screen and (min-width: 54.125em){.mainnavigation{padding-top:15px}}.top-bar-section li:last-child a{padding-right:0 !important}.fixed-menu{z-index:1000}.top-bar-section ul>div>li>.menu-mobile-meta{font-weight:400;font-size:.875rem;padding-top:5px;padding-bottom:5px}.top-bar:not(.expanded) .top-bar-section>ul>li a{font-size:1.125rem;font-weight:400;text-transform:uppercase;color:#515e69;letter-spacing:.1rem}.top-bar:not(.expanded) .top-bar-section>ul>li a.active{color:#003963 !important}.top-bar:not(.expanded) .top-bar-section>ul>li a:hover span{color:#003963 !important}.top-bar:not(.expanded) .top-bar-section>ul>li:hover{border-bottom:2px #003963 solid;margin-bottom:-4px}.top-bar:not(.expanded) .top-bar-section>ul>li .dropdown a:hover{color:#003963 !important}.top-bar-section ul li{background:rgba(0,0,0,0) !important}.megamenu{margin-top:-1px !important;background-color:#fff !important;border:1px #d4d8db solid;box-shadow:0px 4px 8px rgba(0,0,0,.42);box-shadow:rgba(81,94,105,.1) 0px 1px 4px 1px}@media screen and (min-width: 54.125em){.top-bar-section .has-dropdown>a{border:1px #fff solid;padding:0 1.1284722222rem !important}.top-bar-section .has-dropdown:hover>a{position:relative;z-index:200;border:1px #d4d8db solid;border-bottom:3px solid #fff;box-shadow:rgba(81,94,105,.1) 0px -3px 4px -1px}}.top-bar-section .has-dropdown{position:static}.top-bar-section .has-dropdown>a{position:relative}.top-bar-section .has-dropdown.moved{position:static}.top-bar-section .has-dropdown.moved>a:after{display:block}.menu__level2{margin-top:15px;margin-bottom:0;padding-bottom:6px;font-size:1.0625rem;color:#023562;border-bottom:1px dashed #adb5ba}.menu__level2 a{padding:0 !important;line-height:1.5 !important}.menu__level3{border-bottom:1px dashed #adb5ba}.menu__level3:last-of-type{margin-bottom:25px}.menu__level3 a{font-size:.9375rem !important;line-height:1.1 !important;padding:8px 0 !important}.menu__level3 a:before{content:"";display:inline;font-family:"iconfont";font-weight:600;color:#7aafdb;width:15px;float:left;height:10px;font-size:.625rem;padding-top:4px}.menu__level4{padding-left:1em}.print-logo{display:none}@media screen and (max-width: 865px){.mainnavigation .menu-wrapper{background:#fff}.inline_block{display:inline-block !important}.top-bar .toggle-topbar.menu-icon a{padding:0 2.6909722222rem 0 0.1284722222rem}.expanded .megamenu{position:relative;top:22px}.article-header{padding-top:80px}.top-bar{height:4.9375rem}.top-bar-section ul{padding:0 10px}.top-bar>ul,.top-bar.expanded .title-area{background-color:#515e69;padding-top:15px}.top-bar section ul{display:none}.top-bar.expanded section ul{display:block;position:relative}.top-bar.expanded section ul:first-child{top:-22px}.top-bar{position:absolute;width:100%;z-index:9999}.top-bar-section>ul>li{border-bottom:1px dashed #ccc}.top-bar-section>ul>li{border-bottom:1px dashed #ccc}.top-bar-section>ul>li>a{width:75%;display:inline-block}.top-bar-section>ul>li{width:100%;display:inline-block}.top-bar-section i{box-sizing:border-box;display:block;float:right;padding:3px 12px;font-family:"Iconfont";font-style:italic;line-height:inherit;font-size:16px}.top-bar-section i:before{font-family:"iconfont";font-style:normal;font-weight:normal;font-feature-settings:normal;font-variant:normal;text-transform:none;line-height:20px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;display:inline-block;color:#328fcc;content:"d";font-size:1rem;margin-top:7px}.top-bar-section .dropdownactive i:before{content:"u" !important}.megamenu{border:none;box-shadow:none !important}.menu__level3{border-bottom:none}.menu__level3{margin-bottom:0}header,.header{margin-top:0}.mainnavigation{padding-top:0 !important}.dropdownmobile{display:none}}.sticky-wrapper.is-sticky .contain-to-grid.fixed-menu{box-shadow:0 0 5px #515e69}.main-navigation{position:sticky;top:0;background-color:#fff;z-index:1000;box-shadow:0 0 5px #515e69}.menu-wrapper{display:flex;justify-content:flex-end;margin:0;margin-bottom:2px}.title-area,.menu-wrapper{list-style:none}.top-bar-section .dropdown{clip:rect(1px, 1px, 1px, 1px);height:1px;overflow:hidden;position:absolute !important;width:1px;display:block;padding:0;position:absolute;top:0;z-index:99;left:100%}@media only screen and (min-width: 54.063em){.top-bar-section .has-dropdown.hover>.dropdown,.top-bar-section .has-dropdown.not-click:hover>.dropdown{position:static !important;height:auto;width:auto;overflow:visible;clip:auto;display:block;position:absolute !important}}@media only screen and (min-width: 54.063em){.top-bar-section .right li .dropdown{left:auto;right:0}}@media only screen and (min-width: 54.063em){.top-bar-section .dropdown{left:0;background:rgba(0,0,0,0);min-width:100%;top:auto}}@media only screen and (min-width: 54.063em){.top-bar-section li:not(.has-form) a:not(.button){line-height:4.0625rem}}.top-bar .dropdown{margin-bottom:0}.top-bar-section ul li>a{display:block;padding-left:1.1284722222rem}.top-bar-section ul{list-style:none}.title-area{margin:0;display:flex;justify-content:space-between;align-items:center}.top-bar .toggle-topbar.menu-icon a span::after{box-shadow:0 0 0 1px #fff,0 7px 0 1px #fff,0 14px 0 1px #fff}.top-bar .toggle-topbar.menu-icon a span::after{content:"";display:block;height:0;position:absolute;margin-top:-8px;top:50%;right:1.1284722222rem;width:16px}.top-bar .toggle-topbar.menu-icon a{color:#003963;height:34px;line-height:33px;position:relative;display:block}@media screen and (max-width: 865px){.title-area{padding-bottom:15px}.top-bar-section>ul>li{display:block}.top-bar-section ul li>a{padding-left:1.1284722222rem;padding:12px 0 12px 1.1284722222rem}}#searchInput:focus{border:none}#metanavigation{min-height:33px;width:100%;position:relative}@media screen and (min-width: 54.125em)and (max-width: 75.06125em){#metanavigation{padding-left:30px;padding-right:30px}}.metanavigation{padding-right:1.1284722222rem;letter-spacing:.1rem;padding-top:10px}.metanavigation ul{margin:0}.metanavigation li{float:right;padding-left:1.25em;list-style:none;padding-top:4px}li.search{padding-top:1px}.metanavigation a{color:#003963;font-size:.875rem;text-transform:uppercase;font-weight:400}.metanavigation a:hover{opacity:.7;color:#003963}.languages>li a{color:#515e69}.languages>li:first-of-type{padding-left:8px}.languages>li:nth-of-type(2){padding-right:8px;border-right:1px #7f8b93 solid}.languages>li.active a{font-weight:700;font-family:"Corporate S Light",sans-serif;color:#003963}.inpageNavigation{position:fixed;top:40%;bottom:10%;overflow:scroll;right:0;z-index:3;width:120px}@media all and (max-width: 78.125em){.inpageNavigation{display:none !important}}.inpageNavigation__list{list-style:none;margin-left:0}.inpageNavigation__listelement{position:relative;margin-left:auto;margin-right:auto;width:120px}.inpageNavigation__link{display:block;text-align:center;line-height:.9;padding:10px 0;border:2px solid rgba(0,0,0,0)}.inpageNavigation__link:hover{background-color:#e3e6e5}.inpageNavigation__link span{font-size:.6875rem;color:#000}.inpageNavigation__linkIcon{margin-bottom:20px;display:block;text-align:center;line-height:.7}.inpageNavigation__linkIcon img{width:30px;margin-bottom:4px;margin-left:25px;margin-right:25px}.inpageNavigation__linkIcon span{font-size:.6875rem;color:#000;display:block;padding-top:2px}.inpageNavigation__link--active{border-color:#515e69}.inpageNavigation__hover{position:absolute;right:45px;top:-12px;overflow:visible;width:auto;background-color:rgba(212,216,219,.75);padding:10px;font-family:"NotoSans",sans-serif;font-size:rem-calc(16);font-weight:400;color:#000;white-space:nowrap}.inpageNavigation__lightbox{display:none;width:80vw}.article-pretext{margin-top:-30px;margin-bottom:30px}@media all and (min-width: 70em){.article-pretext{display:none !important}}.inpageNavigation__listelement.inpageNavigation__mobile{width:auto}.inpageNavigation__listelement.inpageNavigation__mobile .inpageNavigation__linkIcon{text-align:left;float:left;margin-right:20px}.inpageNavigation__listelement.inpageNavigation__mobile .inpageNavigation__linkIcon img{margin-top:6px;margin-left:0;margin-right:6px;width:20px}.inpageNavigation__listelement--firstIcon{margin-top:20px}footer{padding:32px 0;background-color:#515e69}footer p,footer .readmore,footer a,footer li{color:#fff}footer p,footer .readmore{font-size:.75rem;text-align:center;margin-bottom:20px}footer li{list-style:none;font-size:14.4px;margin-right:24px;margin-bottom:1rem}footer a:hover{color:#fff}footer .primary{margin-bottom:60px}footer .primary a{font-size:1rem;line-height:1.8}footer .footer-logo{width:120px;max-width:100%;height:auto;margin:auto auto 16px auto;filter:brightness(150%)}footer .copyright{padding-top:5px;text-transform:uppercase;width:100%}footer ul{text-transform:uppercase;text-align:center;margin-bottom:0}footer .footer-container{width:100%;margin-left:auto;margin-right:auto;margin-top:0;margin-bottom:0;max-width:75rem;display:flex;align-items:stretch;flex-direction:column-reverse}footer .footer-nav{display:flex;flex-direction:column;justify-content:flex-end}footer .footer-info{display:flex;flex-direction:column;justify-content:flex-end}@media screen and (min-width: 54.125em){footer{padding:78px 0 32px 0}footer .footer-container{flex-direction:row;align-items:flex-end}footer .footer-nav{align-items:stretch}footer ul{display:inline}footer li{float:left;margin-bottom:0}footer .footer-info{align-items:flex-end}footer p,footer .readmore{margin-bottom:0}}input[type=search]{height:37px;margin:1px 0;border:none;box-shadow:none;padding:0 40px;color:#e3e6e5}input[type=search]:focus{color:hsl(205,17%,25%)}input[type=search]::-webkit-input-placeholder{color:#e3e6e5}input[type=search]:-moz-placeholder{color:#e3e6e5;opacity:1}input[type=search]::-moz-placeholder{color:#e3e6e5;opacity:1}input[type=search]:-ms-input-placeholder{color:#e3e6e5}@media screen and (max-width: 30.06125em){input[type=search]{height:3.4375rem !important;font-size:1rem;background-color:#fff;border:1px solid hsl(205,17%,25%)}}@media screen and (min-width: 30.0625em)and (max-width: 54.12375em){input[type=search]{height:3.4375rem !important;font-size:1rem;background-color:#fff;border:1px solid hsl(205,17%,25%)}}input[type=search]::-webkit-search-cancel-button{display:none}.searchsubmit{display:none}.searchsubmit::before{content:""}.search-mobile{padding:0 18px 0 18px}.search-mobile input[type=search]{height:45px !important}.search-mobile input[type=search]::-webkit-input-placeholder{color:#000}.search-mobile input[type=search]:-moz-placeholder{color:#000;opacity:1}.search-mobile input[type=search]::-moz-placeholder{color:#000;opacity:1}.search-mobile input[type=search]:-ms-input-placeholder{color:#000}#search-inline{margin-top:30px;height:3rem;background-color:#fff;border:1px solid hsl(205,17%,25%);font-size:1rem}input[type=checkbox],input[type=radio]{display:none}input[type=checkbox]+label{height:26px;margin:7px 4px 8px 0;padding-left:37px;vertical-align:middle}input[type=radio]+label{height:26px;margin:7px 4px 8px 0;padding-left:37px;vertical-align:middle}input[type=submit]{padding:10px 15px;margin-top:15px;cursor:pointer;background-color:#003963;color:#fff;border:none;font-size:1rem;font-family:"NotoSans",sans-serif}.input-group-label{height:30px;width:30px;margin-left:3px;position:absolute;left:0}.input-group-label svg{color:#003963}.closeSearch{height:30px;width:30px;position:absolute;right:0}.closeSearch svg{height:1rem;width:auto;vertical-align:middle}.closeSearch:hover{cursor:pointer}.metanavigation .search{position:relative}.metanavigation .input-group{position:absolute;right:0;top:0}.input-group{background-color:#fff;width:60px;border:0px hsl(0,0%,63%) solid;justify-content:space-between;align-items:center}.input-group .input-group-label,.input-group .closeSearch,.input-group input[type=search]{display:none}.input-group.active{display:flex;width:410px;transition:all .5s;border:1px hsl(0,0%,63%) solid}.input-group.active .input-group-label,.input-group.active .closeSearch,.input-group.active input[type=search]{display:block;color:hsl(205,17%,25%) !important}.searchFormTrigger{width:30px;height:30px}.searchFormTrigger svg{height:24px;width:auto;color:#003963;cursor:pointer}.searchFormTrigger svg:hover{opacity:.7}.searchFormTrigger.inactive{opacity:0;pointer-events:none}.searchsubmit{display:none}.userflow__alert{margin:20px 0;padding:15px;background-color:#a3062f;color:#fff;font-weight:600}.userflow__loginform{margin-bottom:50px}.userflow__loginForContent{font-weight:600;color:#000}.userflow__acceptTerms{margin:30px 0;border:1px solid #515e69;padding:25px}.userflow__acceptTerms .pagetitle__panel{margin-top:0;margin-bottom:35px}.home-teaser{margin-bottom:45px}.home__teaserelement{display:flex;border:1px solid #adb5ba;background-color:#fff}.home__teaserelement h2,.home__teaserelement h3{margin:auto;text-align:center;text-transform:uppercase;color:#515e69}.home__teaserelement:hover{background-color:#adb5ba}.home__teaserelement:hover h2,.home__teaserelement:hover h3{color:#fff}.home__teaserelement .info{position:absolute;right:10px;color:#fff;background-color:hsl(204,61%,50%);padding:0 .5rem;border-radius:1rem 1rem 1rem 0}.home__teaserelement{position:relative;height:150px;margin-bottom:15px;padding:10px}.rubrikmarker{border-right:1px solid #e3e6e5;text-align:right;position:relative}@media screen and (max-width: 30.06125em){.rubrikmarker{height:80px !important}}@media screen and (min-width: 30.0625em)and (max-width: 54.12375em){.rubrikmarker{height:80px !important}}.ausgabe-rubrikmarker{margin-bottom:30px}.rubrikmarker h4,.ausgabe-rubrikmarker h4{border-bottom:1px solid #000;border-top:1px solid #000;padding-top:5px;padding-bottom:5px}.rubrikmarker h4 span,.ausgabe-rubrikmarker h4 span{margin-left:15px;font-weight:600}@media screen and (min-width: 54.125em){.rubrikmarker h4 span,.ausgabe-rubrikmarker h4 span{margin-left:0}}.rubrikmarker-horizontal{border-bottom:1px solid #000;border-top:1px solid #000;margin-bottom:35px;padding-top:10px;padding-bottom:10px;font-weight:600}.tagmarker-rubriken{border-left:1px solid #e3e6e5}.rubrik-page-holder{margin-top:0;margin-bottom:80px}@media screen and (min-width: 30.0625em){.rubrik-page-holder{margin-top:20px}}@media screen and (min-width: 54.125em){.rubrik-page-holder{margin-top:45px}}.tag-holder{position:absolute;bottom:15px;padding-right:15px}.tag-holder-mobile{position:absolute;top:15px;right:15px}.tags li{list-style:none;margin-left:15px;margin-bottom:15px;float:right}.tags a{border:1px solid #003963;border-radius:11px;padding:5px;font-size:.75rem}.tags a:hover{background-color:#003963;color:#fff}.tag-holder-large ul{margin-left:0}.tag-holder-large li{float:left;margin-right:15px;margin-left:0}.header-rubrik{padding-bottom:10px;margin-bottom:30px}.header-rubrik h1{font-size:2rem;line-height:1.5;text-align:left;border-bottom:1px solid #000;border-top:1px solid #000}@media screen and (min-width: 54.125em){.header-rubrik h1{text-align:right}}.header-rubrik h1 span{font-weight:400;font-size:1.5rem}.header-rubrik span{border-bottom:4px solid #fff}.header-tag,.header-filter{padding-bottom:10px;margin-bottom:30px}.header-tag h1,.header-filter h1{font-size:2rem;line-height:1.5;text-align:left;border-bottom:1px solid #000;border-top:1px solid #000}.header-tag h1 span,.header-filter h1 span{font-weight:400;font-size:1.5rem}.header-tag span,.header-filter span{border-bottom:4px solid #fff}.header-search,.header-page{margin-bottom:40px}.header-search h1,.header-page h1{border-bottom:1px solid #000;border-top:1px solid #000;padding-top:5px;padding-bottom:5px;font-size:2.375rem;line-height:1.5;text-align:left;font-weight:600}.rubrik-leadtext{color:#fff}.leadtext-border{border-bottom:1px solid #e3e6e5;margin-bottom:75px;padding-bottom:45px}.sections-home{border-bottom:1px solid #e3e6e5;padding-top:50px}.sections-page{margin-bottom:40px}.last-section{border-bottom:none}#abbinder{border-bottom:none;margin-bottom:80px}#home-triebwerke{background-color:hsl(204,61%,50%);padding:30px 55px 0 55px}@media screen and (min-width: 54.125em){#home-triebwerke{padding:34px 40px 0 40px}}@media screen and (min-width: 75.0625em){#home-triebwerke{padding:50px 0 0 0}}#home-triebwerke h5{color:#fff}#home-triebwerke p,#home-triebwerke .readmore{color:#fff;text-align:center;padding-right:60px}#home-triebwerke .images-slider{padding-right:45px;height:180px;width:100%}#home-triebwerke .slider-triebwerke{margin-top:30px}.teaser{padding:10px 15px;margin-top:10px;margin-bottom:20px;background-color:#e3e6e5}.teaser:hover{background-color:#d4d8db}.XXL .headline-interview-medium-down,.XL .headline-interview-medium-down{display:none}.XXL .readmore-interview,.XL .readmore-interview{display:none}.L blockquote,.M blockquote,.S blockquote{display:none}.L .bild-interview,.M .bild-interview,.S .bild-interview{display:none}.XXL{min-height:210px}.XL,.M{min-height:490px}.L{min-height:460px}.rubrik{min-height:250px}.pagination{border-top:3px solid #003963;margin-top:25px;padding-top:15px;font-weight:600;font-size:rem-calc(16)}.pagination .prev{float:left}.pagination .next{float:right}.pagination .prev:before{content:"←";padding-right:10px}.pagination .next:after{content:"→";padding-left:10px}@media screen and (min-width: 30.0625em)and (max-width: 54.12375em){.teaser h2{font-size:1.6875rem}}.leadtext{font-family:"NotoSans",sans-serif;line-height:1.5}.S{border:none;border-left:1px solid #003963;padding-top:0;padding-bottom:0;margin-bottom:20px}.S .readmore,.fact .readmore{font-size:.875rem}.interaktion-icon-teaser{width:50px;padding-bottom:10px;margin-left:-10px;margin-right:-5px}.interaktion-icon-teaser-container:last-of-type:after{content:"|"}.bildfrei{background-position:right bottom;background-repeat:no-repeat;background-size:contain}.bildfrei .M{padding-right:0px}.rubrik-holder .bildfrei{min-height:450px}@media screen and (min-width: 30.0625em){.rubrik-holder .bildfrei{min-height:250px;padding-right:35%}}.bild-horizontal{margin-bottom:20px}.bild-horizontal img{background-color:#fff}.bild-vertikal img,.bild-interview img{margin-bottom:20px}@media screen and (min-width: 54.125em){.bild-vertikal img,.bild-interview img{margin-bottom:0}}.interview{background-color:#e3e6e5}.interview blockquote{font-family:"NotoSans",sans-serif;font-size:1.375rem;line-height:1.4}.interview cite{margin-top:15px;font-family:"NotoSans",sans-serif;font-weight:600;font-style:normal;color:#000}.interview:hover{background-color:#e3e6e5}.rubrik-holder blockquote{font-size:1.375rem}@media screen and (min-width: 54.125em){.rubrik-holder blockquote{font-size:1.75rem}}.fact{background-color:#e3e6e5;min-height:275px}.fact:hover{background-color:#e3e6e5}.fact a{color:#003963}.fact h6{padding-top:5px}.fact .teaser-fact-image{margin-bottom:8px}.teaser-videos{background:none}.teaser-video-video{margin-bottom:15px}.inhaltsverzeichnis-rubrik{margin-top:40px;margin-bottom:15px;font-size:rem-calc(16)}.inhaltsverzeichnis-element{margin-bottom:10px}.inhaltsverzeichnis-element p,.inhaltsverzeichnis-element .readmore,.inhaltsverzeichnis-element h5{margin-bottom:0;font-weight:400}.article-abbinder-icon{padding-right:7px}.ausgabe-teaser-icon,.article-abbinder-icon{width:100%;height:auto}.mediathek-element{margin-bottom:40px}.ausgabe-teaser-typ{margin-top:25px}@media screen and (min-width: 54.125em){.ausgabe-teaser-typ{font-size:.875rem}}.article-teaser-subartikel-icon{position:absolute;left:13px;top:22px;width:20px;height:20px}.article-teaser-subartikel{position:relative;padding:15px;margin-bottom:30px}.article-teaser-subartikel.blau-intensiv{background-color:hsl(204,61%,50%)}.article-teaser-subartikel.blau-intensiv h1{color:#fff}.article-teaser-subartikel.grau-neutral{background-color:hsl(0,0%,63%)}.article-teaser-subartikel.grau-neutral h1{color:#fff}.article-teaser-subartikel.mtu-grau-hell{background-color:hsl(204,22%,93%)}.article-teaser-subartikel.mtu-grau-hell h1{color:#003963}.article-teaser-subartikel.mtu-grau-hell svg path{fill:#003963}.article-teaser-subartikel.mtu-dunkelblau{background-color:#003963}.article-teaser-subartikel.mtu-dunkelblau h1{color:#fff}.article-teaser-subartikel.mtu-orange{background-color:#f9b700}.article-teaser-subartikel.mtu-orange h1{color:#fff}.article-teaser-subartikel.mtu-preisselbeer{background-color:#a3062f}.article-teaser-subartikel.mtu-preisselbeer h1{color:#fff}.article-teaser-subartikel h1{font-size:1.5rem;margin-left:30px;font-family:"NotoSans",sans-serif;font-weight:400}.article-text p a,.article-text .readmore a{font-weight:400;-webkit-text-decoration:none !important;text-decoration:none !important}.article-einklinker{margin-top:40px;margin-bottom:50px;background-color:#e3e6e5;padding:40px 0}.article-einklinker-text p,.article-einklinker-text .readmore{margin-bottom:0;font-size:rem-calc(16);font-weight:400;color:#a3062f;line-height:1.3}@media screen and (min-width: 54.125em){.article-einklinker-text p,.article-einklinker-text .readmore{font-size:1.625rem}}.article-header{margin-bottom:20px;height:220px;background-color:#e3e6e5;background-size:cover;background-repeat:no-repeat}.article-header--standard{background-image:url(4b5eea54fbcfd862607a.jpg) !important}.article-header--news{background-image:url(1a451299b98c4aa25466.jpg) !important}.article-text li a,.article-text p a,.article-text .readmore a{font-weight:400}.article-text li,.article-text p,.article-text .readmore{text-rendering:optimizelegibility}.article-text img{margin-bottom:1.25rem}.article-text ul p:last-child,.article-text ul .readmore:last-child{margin-bottom:0}.image-float{float:left;margin-right:25px;margin-bottom:40px}.table-container{width:100%;overflow-y:auto;_overflow:auto;margin:0 0 1em}.table-container::-webkit-scrollbar{-webkit-appearance:none;width:14px;height:14px}.table-container::-webkit-scrollbar-thumb{border-radius:8px;border:3px solid #fff;background-color:rgba(0,0,0,.3)}table tr.even,table tr.alt,table tr:nth-of-type(even){background:#fff}table thead{background:#fff;border:0px solid #000}td{border-bottom:1px solid #ddd}table{border:0px;border-spacing:0px !important}table thead tr th,table thead tr td{font-weight:400;color:#003963}.article-bildvoll{margin-top:20px;margin-bottom:20px}.article-bildmosaik{margin-top:10px;margin-bottom:50px}.article-bildvoll+.article-text{margin-top:0px}.article-bildmosaik{padding:55px 45px 40px 45px}.article-bildvoll{position:relative}.article-bildvoll-headline,.article-bildmosaik-headline,.article-slideshow-headline{margin-bottom:20px}.article-bildvoll-headline h3,.article-bildmosaik-headline h3,.article-slideshow-headline h3{margin:0}.article-bildvoll-bu,.article-bildmosaik-bu{margin-top:15px}.article-bildmosaik-bu{margin-bottom:8px !important}.article-slideshow-bu{text-align:center;margin-top:8px}.article-slideshow-bu p,.article-slideshow-bu .readmore{margin-bottom:0}.article-bildvoll-bild{background-repeat:no-repeat;background-size:contain;background-position:center}.article-text-strich{font-family:"NotoSans",sans-serif;font-style:normal;font-weight:600}.article-bildmosaik-lightbox{display:none}.topright{position:absolute;top:0;right:0}.featherlight-content img{max-height:70vh}.article-slideshow{margin-top:10px !important;background-color:#e3e6e5;padding:5px 45px 10px 45px}.article-slideshow [name*=sectiontitle]{margin-top:0px}.article-slideshow h3{padding-top:15px}.article-slideshow-container{padding:10px 10px 0px 0;min-height:140px}.article-slideshow-teaser-image{width:70px;height:auto;margin-left:-14px}.article-slideshow-slideshow{margin-top:5px}.slick-next,.slick-prev{top:45% !important;width:40px !important;height:40px !important}.slick-prev{left:0 !important}.slick-next{right:0 !important}.slick-prev-black:before,.slick-next-black:before{color:hsl(205,17%,25%) !important;font-size:2.5rem !important}.slick-slide img{padding:0}figure{margin:0}.print-article-slideshow{display:none}.article-bildvoll-bild .img-wrapper,.article-bildmosaik .img-wrapper,.article-slideshow-slideshow .img-wrapper,.article-slider-wrapper .img-wrapper{display:flex;justify-content:center;align-items:center}.article-bildvoll-bild a[data-featherlight],.article-bildmosaik a[data-featherlight],.article-slideshow-slideshow a[data-featherlight],.article-slider-wrapper a[data-featherlight]{display:block;position:relative}.article-bildvoll-bild a[data-featherlight] .overlay,.article-bildmosaik a[data-featherlight] .overlay,.article-slideshow-slideshow a[data-featherlight] .overlay,.article-slider-wrapper a[data-featherlight] .overlay{position:absolute;width:100%;height:100%;top:0;background-color:rgba(81,94,105,.5);opacity:0;transition:.5s ease;display:flex;justify-content:center;align-items:center;color:#fff}.article-bildvoll-bild a[data-featherlight] .overlay svg,.article-bildmosaik a[data-featherlight] .overlay svg,.article-slideshow-slideshow a[data-featherlight] .overlay svg,.article-slider-wrapper a[data-featherlight] .overlay svg{padding:.25rem;width:3rem;height:auto;border:1px solid currentColor}.article-bildvoll-bild a[data-featherlight]:hover .overlay,.article-bildmosaik a[data-featherlight]:hover .overlay,.article-slideshow-slideshow a[data-featherlight]:hover .overlay,.article-slider-wrapper a[data-featherlight]:hover .overlay{opacity:1}.mosaikbild img{max-height:550px}.mosaikbild{margin-bottom:30px}.article-abbinder{margin-top:25px;margin-bottom:10px}.article-abbinder-kontakt,.article-abbinder-autor,.article-abbinder-video{border-bottom:1px solid hsl(205,17%,25%);border-left:1px solid hsl(205,17%,25%);color:hsl(205,17%,25%);padding-left:1.25rem;margin-bottom:30px}.article-abbinder-kontakt strong,.article-abbinder-autor strong,.article-abbinder-video strong{font-weight:600}.article-abbinder-video-element{margin-bottom:1.25rem}.article-abbinder-icon{background-size:contain;background-repeat:no-repeat}.slick-dots li{margin:0 2px !important}.slick-slider>ul{margin-left:0}.article-slider{text-align:center;margin-bottom:2rem}.article-slider .article-slider-row h3{margin-top:2rem;font-weight:600}.article-slider img{width:100%;height:auto}.article-slider .slick-dots{position:absolute;bottom:1rem}.article-slider .slick-dots>li>button:before{font-size:1rem;color:#000}.article-slider .slider-prev,.article-slider .slider-next{position:absolute;top:50%;color:#515e69;background-color:#fff;border:1px solid #515e69;width:40px;height:40px;z-index:1;transform:translateY(-50%);cursor:pointer;background-position:center;background-repeat:no-repeat}.article-slider .slider-next{right:0;background-image:url(4847dc0b422e8a77626b.svg)}.article-slider .slider-prev{left:0;background-image:url(63e6753fa9be863d605b.svg)}.article-slider-wrapper{border-top:1px solid #adb5ba;border-bottom:1px solid #adb5ba}@media screen and (min-width: 75.0625em){.article-slider .slider-next{right:-4rem}.article-slider .slider-prev{left:-4rem}}.article-video,.article-slideshow{margin-top:60px;margin-bottom:60px}.article-video p,.article-slideshow p,.article-video .readmore,.article-slideshow .readmore{color:#000}.article-video h3,.article-slideshow h3{margin:0 0 10px 0}.article-video-container{min-height:140px}.article-video-teaser-container,.article-slideshow-teaser-container{position:relative}.article-video-video{margin-top:50px}.article-video-teaser-image{width:100%;height:auto;position:absolute}.article-video-teaser-image:first-of-type{opacity:.5}.anchor{display:block;position:relative;top:-100px;visibility:hidden}#facebook---twitter #beispielvideoformat video,#facebook---twitter #examplevideoformat video{width:50% !important}#postproduktion .article-video,#postproduktion .article-slideshow,#postproduction .article-video,#postproduction .article-slideshow{margin-top:30px !important;margin-bottom:30px !important}#postproduktion .article-video-teaser,#postproduction .article-video-teaser{display:none !important}#postproduktion .article-video-video,#postproduction .article-video-video{margin-top:0 !important}.article-color{margin-top:60px;margin-bottom:50px}.color-container{margin-bottom:50px}.color-patch{width:100%;margin-bottom:20px;aspect-ratio:1/1}.color-grid{display:grid;grid-template-columns:1fr;grid-column-gap:.9375rem;-moz-column-gap:.9375rem;column-gap:.9375rem;padding:0 .46875rem}@media screen and (min-width: 30.0625em){.color-grid{grid-template-columns:repeat(3, 1fr)}}.color-grid.small-color-grid{grid-template-columns:1fr}.row.color-grid:before{display:none}.small-color-grid .color-container{display:flex;margin:0;padding:8px 0;border-bottom:1px solid #adb5ba}.small-color-grid .color-container:first-child{border-top:1px solid #adb5ba}.small-color-grid h3,.small-color-grid h4{font-size:1rem;margin:0}.small-color-grid .color-patch{margin:0;width:24px;height:24px;margin-right:48px;border:1px solid #7f8b93}.small-color-grid .color-list{display:flex;flex-basis:0;flex-grow:1;justify-content:space-between}.small-color-grid .color-list li:not(:last-child){border-bottom:none}.small-color-grid .color-list .large-color{display:none}.small-color-grid .color-hex{display:inline-block;width:7ch}.small-color-grid .color-list li.color-list__rgb{gap:8px;align-items:center}.small-color-grid .color-sublist{list-style:none;margin:0;flex-basis:0;flex-grow:1}.small-color-grid .hex-wrapper{margin-left:auto;display:flex;gap:8px;align-items:center}.small-color-grid .color-sublist li{display:flex;align-items:center;padding:8px 0;border-bottom:1px solid #adb5ba}.small-color-grid .color-sublist li:first-child{padding-top:0}.small-color-grid .color-sublist li:last-child{padding-bottom:0;border-bottom:none}.small-color-grid .color-sublist li a{color:#515e69}.small-color-grid .color-sublist li svg{height:1rem;width:auto}.small-color-grid .color-name{width:25%}@media screen and (min-width: 54.125em){.small-color-grid .color-name{min-width:250px;width:40%}}.color-list{list-style:none;margin:0 0 0 0}.color-list li{line-height:1.5}.color-list li:not(:last-child){border-bottom:1px solid #adb5ba}.color-list li.color-list__rgb{display:flex;justify-content:space-between}.color-list li.color-list__rgb a{color:#515e69}.color-list li.color-list__rgb svg{height:1rem;width:auto}.color-notes span{color:#003963}.color-notes .divider{border-top:1px solid #adb5ba}#Flow>img,#www>img,#commercialaircraft img,#militaryaircraft img{width:80px}.article-icons-teaser__title{margin-bottom:10px;margin-top:10px}.article-icons-row{display:flex;flex-wrap:wrap}.article-icons-row .article-icons__item{padding-top:15px;padding-bottom:15px;min-height:70px}.article-icons-row .article-icons__item img{height:33px;margin-bottom:0}.article-icons-row .article-icons__item p,.article-icons-row .article-icons__item .readmore{margin-bottom:0}.article-icons-row .article-icons__item--right{border-right:1px solid gray;border-top:1px solid gray;border-bottom:1px solid gray}.article-icons-row .article-icons__item--left{border-left:1px solid gray;border-right:1px solid gray;border-top:1px solid gray;border-bottom:1px solid gray}.article-icons__container{margin-bottom:15px;display:flex}#regeln-bei-der-verwendung-–-groesse-und-strichstaerke>section:nth-child(2)>div>div>figure>img,#illustration>section:nth-child(2)>div>div>figure>img,#illustration>section:nth-child(3)>div>div>figure:nth-child(3)>img,#illustration>section:nth-child(3)>div>div>figure:nth-child(5)>img{border:1px solid gray;padding:15px}.article-icons-teaser[aria-expanded=true] svg{transform:rotateZ(90deg)}.article-icons-section .divider{border-top:1px solid #adb5ba}.article-icons-section+.article-icons-section .row:first-child .divider{display:none}.article-accordion-teaser[aria-expanded=true] svg{transform:rotateZ(90deg)}.article-accordion-teaser svg{margin-right:.25rem;width:1rem}.article-accordion-teaser__title{margin-top:1rem;display:flex;align-items:baseline;max-width:630px}.article-accordion-section>.row>.columns .divider{border-top:1px solid #adb5ba}.article-accordion-section+.article-accordion-section{margin-top:-1.25rem}.article-accordion-section+.article-accordion-section>.row>.columns .divider:first-child{display:none}.article-accordion-section{margin-bottom:1.25rem}.article-accordion-row{padding-left:1.25rem}.article-headline{position:relative;display:flex;align-items:flex-start;justify-content:space-between;gap:.5rem}.article-headline .info{position:absolute;right:10px;color:#fff;background-color:hsl(204,61%,50%);padding:0 .5rem;border-radius:1rem 1rem 1rem 0;right:auto;right:initial;position:relative;flex-shrink:0}.article-headline h2{flex-shrink:1}.revision-info p,.revision-info .readmore{font-size:.875rem;margin-bottom:0;color:#cc1d56}.revision-info{border:1px solid #cc1d56;padding:.5rem;margin-bottom:1.25rem;display:none}.login-digitalmedia{margin-bottom:50px}#SgCookieOptin,#SgCookieOptin * table,#SgCookieOptin * tbody,#SgCookieOptin * tr,#SgCookieOptin * th,#SgCookieOptin * td,#SgCookieOptin * div,#SgCookieOptin * strong,#SgCookieOptin * p,#SgCookieOptin * .readmore,#SgCookieOptin * a,#SgCookieOptin * ul,#SgCookieOptin * li,#SgCookieOptin * button,#SgCookieOptin * input,#SgCookieOptin * label{margin:0;padding:0;border:0;font:inherit;font-size:100%;vertical-align:baseline;background:none;color:#515d6a;line-height:1.6}#SgCookieOptin{display:flex;justify-content:center;align-items:baseline;height:100%;width:100%;position:fixed;left:0;top:0;z-index:999999;outline:0;background:rgba(0,0,0,.6)}#SgCookieOptin .sg-cookie-optin-box-sublist-open-more-link-hide,#SgCookieOptin .sg-cookie-optin-box-open-more-link-hide,#SgCookieOptin .sg-cookie-optin-box-sublist-open-more-link-show,#SgCookieOptin .sg-cookie-optin-box-open-more-link-show{display:block}#SgCookieOptin .sg-cookie-optin-box-de .sg-cookie-optin-box-en{display:none !important}#SgCookieOptin .sg-cookie-optin-box-en .sg-cookie-optin-box-de{display:none !important}#SgCookieOptin .sg-cookie-optin-box-sublist-open-more-link-hide,#SgCookieOptin .sg-cookie-optin-box-open-more-link-hide{display:none}#SgCookieOptin .sg-cookie-optin-box{position:relative;overflow:auto;-ms-overflow-style:none;scrollbar-width:none;padding:10px 20px 20px;margin:25px 0;max-width:575px;max-height:95%;background:#fff;font-size:14px;text-align:left}#SgCookieOptin .sg-cookie-optin-box::-webkit-scrollbar{display:none}.sg-cookie-optin-save-confirmation{max-width:500px;margin:0 0 5px;padding:10px 20px;border:solid 1px #208a20;color:#208a20;background-color:#c9ffc9}#SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-close-button{padding:4px 11px;position:absolute;top:0;right:0;font-weight:800;font-size:22px;cursor:pointer;color:#373737;background-color:#fff}#SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-close-button:hover{background-color:#fff}#SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-header,#SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-description{display:block}#SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-header{margin:0;font-size:22px;color:#515d6a}#SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-description{margin:0 0 20px 0;font-size:14px;line-height:1.5}#SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-cookie-list{display:block;list-style:none}#SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-cookie-list .sg-cookie-optin-box-cookie-list-item{display:inline-block;padding:0 10px 20px 0}#SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-cookie-list .sg-cookie-optin-box-cookie-list-item .sg-cookie-optin-checkbox{display:none}#SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-cookie-list .sg-cookie-optin-box-cookie-list-item .sg-cookie-optin-checkbox+.sg-cookie-optin-checkbox-label::before{display:inline-block;vertical-align:middle;margin:0 5px 0 0;width:20px;height:20px;content:"";border:2px solid #143d59;background-color:#fff;cursor:pointer}#SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-cookie-list .sg-cookie-optin-box-cookie-list-item .sg-cookie-optin-checkbox:checked+.sg-cookie-optin-checkbox-label::before{box-shadow:inset 0 0 0 3px #fff;background-color:#143d59}#SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-cookie-list .sg-cookie-optin-box-cookie-list-item .sg-cookie-optin-checkbox:disabled+.sg-cookie-optin-checkbox-label::before{box-shadow:inset 0 0 0 3px #fff;border-color:#a5a5a5;background-color:#a5a5a5;cursor:default}#SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-cookie-list .sg-cookie-optin-box-cookie-list-item .sg-cookie-optin-checkbox:disabled+.sg-cookie-optin-checkbox-label{cursor:default}#SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-cookie-list .sg-cookie-optin-box-cookie-list-item .sg-cookie-optin-checkbox:disabled+.sg-cookie-optin-checkbox-label span{vertical-align:middle}#SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-cookie-list .sg-cookie-optin-box-cookie-list-item .sg-cookie-optin-checkbox-label{cursor:pointer}#SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-button .sg-cookie-optin-box-button-accept-all,#SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-button .sg-cookie-optin-box-button-accept-specific,#SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-button .sg-cookie-optin-box-button-accept-essential,#SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-banner-content .sg-cookie-optin-banner-button-settings,#SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-banner-content .sg-cookie-optin-banner-button-accept{display:block;width:100%;cursor:pointer;padding:10px 0;margin:0 0 10px 0;color:#fff;font-size:16px;text-align:center;background-color:#033662}#SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-button .sg-cookie-optin-box-button-accept-specific{color:#fff;background-color:#515d6a}#SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-button .sg-cookie-optin-box-button-accept-essential{color:#fff;background-color:#515d6a}#SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-banner-content .sg-cookie-optin-banner-button-settings{color:#fff;background-color:#a5a5a5}#SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-banner-content .sg-cookie-optin-banner-button-accept{color:#fff;background-color:#143d59}#SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-button .sg-cookie-optin-box-button-accept-all:hover{background-color:#0194d1}#SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-button .sg-cookie-optin-box-button-accept-specific:hover{background-color:#7e8b93}#SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-button .sg-cookie-optin-box-button-accept-essential:hover{background-color:#7e8b93}#SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-banner-content .sg-cookie-optin-banner-button-settings:hover{background-color:#d7d7d7}#SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-banner-content .sg-cookie-optin-banner-button-accept:hover{background-color:#2e6b96}#SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-button .sg-cookie-optin-box-flash-message{padding:0 0 10px}#SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-cookie-detail-list{max-height:0;overflow:hidden;list-style:none;transition:max-height .3s ease-in-out;will-change:max-height}#SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-cookie-detail-list::-webkit-scrollbar{display:none}#SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-cookie-detail-list.sg-cookie-optin-visible{padding:10px 0 0 0;border-top:1px solid #7e8b93;max-height:2000px;overflow-y:auto;-ms-overflow-style:none;scrollbar-width:none}#SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-cookie-detail-list .sg-cookie-optin-box-cookie-detail-list-item{margin:0 0 10px 0;padding:10px;border-radius:5px;background-color:#7e8b93}#SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-cookie-detail-list .sg-cookie-optin-box-cookie-detail-list-item a{margin:10px 0 0 0;text-align:center;color:#fff}#SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-cookie-detail-list .sg-cookie-optin-box-cookie-detail-header,#SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-cookie-detail-list .sg-cookie-optin-box-cookie-detail-description{display:block;color:#fff}#SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-cookie-detail-list .sg-cookie-optin-box-cookie-detail-header{margin:0;font-size:18px}#SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-cookie-detail-list .sg-cookie-optin-box-cookie-detail-description{margin:0 0 10px 0;font-size:14px;line-height:1.5}#SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-open-more{padding:0 0 10px;text-align:center}#SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-cookie-detail-sublist{height:0;overflow:hidden;list-style:none;transition:height .3s ease-in-out;will-change:height}#SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-cookie-detail-sublist::-webkit-scrollbar{display:none}#SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-cookie-detail-sublist.sg-cookie-optin-visible{overflow-y:auto;-ms-overflow-style:none;scrollbar-width:none;height:auto !important}#SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-cookie-detail-sublist table{margin:0 0 10px 0;width:100%;background-color:#fff;font-size:90%}#SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-cookie-detail-sublist table th,#SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-cookie-detail-sublist table td{padding:2px;vertical-align:middle;border-bottom:1px solid #7e8b93;color:#515d6a}#SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-cookie-detail-sublist table td:nth-last-child(-n+2) span{color:#515d6a;writing-mode:vertical-rl;text-align:center}#SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-cookie-detail-sublist table th{font-weight:600;color:#515d6a;background-color:#f3f3f3;border-right:1px solid #7e8b93}#SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-cookie-detail-sublist table .divider{background-color:#7e8b93}#SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-cookie-detail-sublist table .divider td{line-height:0}#SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-footer{padding:10px 0 0;border-top:1px solid #7e8b93}#SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-footer .sg-cookie-optin-box-copyright{display:inline-block}#SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-footer .sg-cookie-optin-box-copyright .sg-cookie-optin-box-copyright-link{color:#515d6a}#SgCookieOptin .sg-cookie-optin-box .sg-cookie-optin-box-footer .sg-cookie-optin-box-footer-links{float:right}.sg-cookie-optin-plugin #SgCookieOptin{display:block;position:static;background:none;z-index:10}.sg-cookie-optin-plugin #SgCookieOptin .sg-cookie-optin-box{margin:0;border:solid 1px #7e8b93}.sg-cookie-optin-plugin-initialized .sg-cookie-optin-box-close-button{display:none}#SgCookieOptin .sg-cookie-optin-box-cookie-detail-sublist a{color:#515d6a !important;-webkit-text-decoration:underline;text-decoration:underline}.newsteaser{margin-bottom:30px;border-bottom:1px dashed #adb5ba;padding-bottom:10px}.newsteaser .newsteaser__link{color:#515e69}.newsteaser .newsteaser__link:before{content:"";display:inline;font-family:"iconfont";width:18px;float:left;font-size:9px;height:10px;padding-top:6px;width:15px}.news{margin-bottom:30px;border-bottom:1px dashed #adb5ba;padding-bottom:10px}.article-recommendations{padding:0;background-color:none}.article-recommendations-container{background-color:#fff}.article-recommendations-headline{padding-bottom:10px}.article-recommendations-headline-small{font-size:1.25rem;border-bottom:1px solid currentColor;padding-bottom:10px}.recomendation-teaser{display:flex;border:1px solid #adb5ba;background-color:#fff}.recomendation-teaser h2,.recomendation-teaser h3{margin:auto;text-align:center;text-transform:uppercase;color:#515e69}.recomendation-teaser:hover{background-color:#adb5ba}.recomendation-teaser:hover h2,.recomendation-teaser:hover h3{color:#fff}.recomendation-teaser .info{position:absolute;right:10px;color:#fff;background-color:hsl(204,61%,50%);padding:0 .5rem;border-radius:1rem 1rem 1rem 0}.recomendation-teaser{min-height:100px;padding:10px;margin-bottom:30px}.recomendation-teaser .readmore{font-size:1rem;line-height:1.5;color:#000}.recomendation-teaser-small{padding:10px;margin-bottom:5px;background-color:#e3e6e5;border:1px solid #fff}.recomendation-teaser-small:hover{background-color:#d4d8db}.recomendation-teaser-small h3{margin:5px;font-size:rem-calc(16);font-weight:400;color:#000}.recomendation-teaser-small .readmore{font-size:1rem;color:#000}.downloadelement{display:block;margin-bottom:45px}.downloadelement:hover{opacity:.75}.downloadelement__image{margin-top:20px;margin-bottom:15px}.downloadelement__headline{color:#003963}.downloadelement__description{color:#515e69;margin-bottom:0}.article-download{margin-top:20px;margin-bottom:0px}.articledownloadelement{border-top:1px solid #adb5ba;border-bottom:1px solid #adb5ba;margin-bottom:20px;padding:5px 0}.articledownloadelement--notLogedIn{padding:10px}.articledownloadelement__image{margin:10px}.articledownloadelement__text{display:block;margin-top:10px}.logo__container{display:flex !important;flex-wrap:wrap}.download-grid{display:grid;grid-template-columns:1fr;grid-column-gap:.9375rem;-moz-column-gap:.9375rem;column-gap:.9375rem;padding:0 .46875rem}@media screen and (min-width: 30.0625em){.download-grid{grid-template-columns:repeat(4, 1fr)}}@media print{@page{margin:1cm 1.5cm 1.25cm 1.5cm}.home-teaser,.cookie-message,#metanavigation,.header,.top-bar-section,.name,.menu-icon,.footer,.article-pretext,.inpageNavigation,.article-recommendations,.article-recommendations-container-small,.article-download,.article-slideshow-container,.article-slideshow-slideshow,.slick-prev,.slick-next,.slick-dots,.slick-slide,.article-slideshow-slickcontainer,.sectiontitle__slideshow{display:none !important}header,.sticky-wrapper,.print-copyright,.fixed-menu{float:none !important;display:block !important;position:relative !important;margin:0 auto !important;max-width:61.125rem !important;width:100% !important;padding:0 !important;background-size:cover !important}.article-header{height:180px !important;margin-bottom:12px !important}.print-logo{display:block;margin:0;padding:0 0 20px 0;width:auto;height:100px}.pagetitle__panel{display:block;position:relative;border:none;padding:0;margin:0}.pagetitle__panel .pagetitle{display:inline-block;background-color:hsla(0,0%,100%,.9) !important;margin:15px 10px;border:1px solid #d2d5d4;padding:20px}.article-bildvoll,.article-bildmosaik{margin:0}.article-bildmosaik .medium-12.large-9 .small-6,.article-color .small-12.medium-4,.print-article-slideshow>div{display:inline-block;vertical-align:top;margin-right:1%;margin-left:-5px}.article-bildmosaik .medium-12.large-9 .small-6{width:31.5%}.article-color .small-12.medium-4{width:31.5%}.article-color .small-12.medium-4 .color-container{page-break-inside:avoid}.article-color .small-12.medium-4 .color-patch>img{width:100% !important;height:128px !important}.article-color .small-12.medium-4 .color-list{font-size:72.5% !important}.article-text .small-6{width:30%}.print-article-slideshow>div{width:31.5%;margin-bottom:16px;padding-top:16px;border-top:3px solid #d2d5d4 !important}[name*=sectiontitle],.sectiontitle__slideshow{margin-top:0 !important;margin-bottom:20px !important}.article-slideshow-headline{padding:0 !important}.print-article-slideshow{display:block !important}.print-article-slideshow .article-slideshow-bu{display:block !important}img{max-width:500px}.pageintro h2{page-break-before:always}.print-copyright{border-top:1px solid #a1a0a0;padding:16px .46875rem !important}.print-copyright *{color:#a1a0a0 !important}.print-copyright .footer-logo{float:right;width:auto;height:70px;margin-left:32px}.print-copyright .footer-anschrift{display:block}.print-copyright .footer-anschrift span{display:inline-block;white-space:nowrap}.print-copyright .footer-anschrift span:last-child{display:block;font-size:80%;margin-top:8px}a[href]:after{content:none !important}.article-accordion-row{display:block !important}}img.pixelated,.pixelated img{-ms-interpolation-mode:bicubic !important}img.interpolated,.interpolated img{-ms-interpolation-mode:bicubic !important}@media screen and (-ms-high-contrast: active),(-ms-high-contrast: none){img[src$=".svg"]{width:100%}}.featherlight-content{max-width:1350px}dir ul,menu ul,ol ul,ul ul{list-style-type:circle}ul ul,ul ol,ol ul,ol ol{margin-bottom:1.25rem}table{margin-bottom:1.25rem;table-layout:auto;border-collapse:separate;width:auto}table thead tr th,table tfoot tr th,table tfoot tr td,table tbody tr th,table tbody tr td,table tr td{display:table-cell;line-height:1.125rem}table thead tr th,table thead tr td{font-size:.875rem;padding:.5rem .625rem .625rem}table tr th,table tr td{color:#222;font-size:.875rem;padding:.5625rem .625rem;text-align:left}sub,sup{font-size:smaller;line-height:inherit}sup{vertical-align:super;top:auto;top:initial}strong,b{font-weight:600}.row{width:100%}.row .row{width:auto;width:initial}.input-group-label{padding:0;border:none;background:none}html{width:100%;overflow-x:hidden}
