:root{--cols-count:12}@media print,screen and (min-width:0px){:root{--grid-gap:20px}}@media print,screen and (min-width:768px){:root{--grid-gap:30px}}@media print,screen and (min-width:1024px){:root{--grid-gap:40px}}.grid{display:grid;grid-template-columns:repeat(var(--cols-count),1fr);grid-gap:var(--grid-gap)}.grid>*{grid-column-start:span var(--col-span-small,12)}@media print,screen and (min-width:0px){.grid>*{grid-column-start:span var(--col-span-small,12)}}@media print,screen and (min-width:768px){.grid>*{grid-column-start:span var(--col-span-medium,var(--col-span-small,12))}}@media print,screen and (min-width:1024px){.grid>*{grid-column-start:span var(--col-span-large,var(--col-span-medium,var(--col-span-small,12)))}}@media print,screen and (min-width:1280px){.grid>*{grid-column-start:span var(--col-span-xlarge,var(--col-span-large,var(--col-span-medium,var(--col-span-small,12))))}}@media print,screen and (min-width:0px){.small-1{--col-span-small:1}.small-2{--col-span-small:2}.small-3{--col-span-small:3}.small-4{--col-span-small:4}.small-5{--col-span-small:5}.small-6{--col-span-small:6}.small-7{--col-span-small:7}.small-8{--col-span-small:8}.small-9{--col-span-small:9}.small-10{--col-span-small:10}.small-11{--col-span-small:11}.small-12{--col-span-small:12}}@media print,screen and (min-width:768px){.medium-1{--col-span-medium:1}.medium-2{--col-span-medium:2}.medium-3{--col-span-medium:3}.medium-4{--col-span-medium:4}.medium-5{--col-span-medium:5}.medium-6{--col-span-medium:6}.medium-7{--col-span-medium:7}.medium-8{--col-span-medium:8}.medium-9{--col-span-medium:9}.medium-10{--col-span-medium:10}.medium-11{--col-span-medium:11}.medium-12{--col-span-medium:12}}@media print,screen and (min-width:1024px){.large-1{--col-span-large:1}.large-2{--col-span-large:2}.large-3{--col-span-large:3}.large-4{--col-span-large:4}.large-5{--col-span-large:5}.large-6{--col-span-large:6}.large-7{--col-span-large:7}.large-8{--col-span-large:8}.large-9{--col-span-large:9}.large-10{--col-span-large:10}.large-11{--col-span-large:11}.large-12{--col-span-large:12}}@media print,screen and (min-width:1280px){.xlarge-1{--col-span-xlarge:1}.xlarge-2{--col-span-xlarge:2}.xlarge-3{--col-span-xlarge:3}.xlarge-4{--col-span-xlarge:4}.xlarge-5{--col-span-xlarge:5}.xlarge-6{--col-span-xlarge:6}.xlarge-7{--col-span-xlarge:7}.xlarge-8{--col-span-xlarge:8}.xlarge-9{--col-span-xlarge:9}.xlarge-10{--col-span-xlarge:10}.xlarge-11{--col-span-xlarge:11}.xlarge-12{--col-span-xlarge:12}}.flexgrid{display:flex;flex-flow:wrap;justify-content:center;grid-gap:var(--grid-gap)}.flexgrid>*{flex:1 1 auto}@media print,screen and (min-width:0px){.flexgrid>*{grid-column-start:span var(--col-span-small,12);width:calc(var(--col-span-small, 12)*(100% - var(--grid-gap)*(var(--cols-count) - 1))/var(--cols-count) + (var(--col-span-small, 12) - 1)*var(--grid-gap));max-width:calc(var(--col-span-small, 12)*(100% - var(--grid-gap)*(var(--cols-count) - 1))/var(--cols-count) + (var(--col-span-small, 12) - 1)*var(--grid-gap))}}@media print,screen and (min-width:768px){.flexgrid>*{grid-column-start:span var(--col-span-medium,var(--col-span-small,12));width:calc(var(--col-span-medium, var(--col-span-small, 12))*(100% - var(--grid-gap)*(var(--cols-count) - 1))/var(--cols-count) + (var(--col-span-medium, var(--col-span-small, 12)) - 1)*var(--grid-gap));max-width:calc(var(--col-span-medium, var(--col-span-small, 12))*(100% - var(--grid-gap)*(var(--cols-count) - 1))/var(--cols-count) + (var(--col-span-medium, var(--col-span-small, 12)) - 1)*var(--grid-gap))}}@media print,screen and (min-width:1024px){.flexgrid>*{grid-column-start:span var(--col-span-large,var(--col-span-medium,var(--col-span-small,12)));width:calc(var(--col-span-large, var(--col-span-medium, var(--col-span-small, 12)))*(100% - var(--grid-gap)*(var(--cols-count) - 1))/var(--cols-count) + (var(--col-span-large, var(--col-span-medium, var(--col-span-small, 12))) - 1)*var(--grid-gap));max-width:calc(var(--col-span-large, var(--col-span-medium, var(--col-span-small, 12)))*(100% - var(--grid-gap)*(var(--cols-count) - 1))/var(--cols-count) + (var(--col-span-large, var(--col-span-medium, var(--col-span-small, 12))) - 1)*var(--grid-gap))}}@media print,screen and (min-width:1280px){.flexgrid>*{grid-column-start:span var(--col-span-xlarge,var(--col-span-large,var(--col-span-medium,var(--col-span-small,12))));width:calc(var(--col-span-xlarge, var(--col-span-large, var(--col-span-medium, var(--col-span-small, 12))))*(100% - var(--grid-gap)*(var(--cols-count) - 1))/var(--cols-count) + (var(--col-span-xlarge, var(--col-span-large, var(--col-span-medium, var(--col-span-small, 12)))) - 1)*var(--grid-gap));max-width:calc(var(--col-span-xlarge, var(--col-span-large, var(--col-span-medium, var(--col-span-small, 12))))*(100% - var(--grid-gap)*(var(--cols-count) - 1))/var(--cols-count) + (var(--col-span-xlarge, var(--col-span-large, var(--col-span-medium, var(--col-span-small, 12)))) - 1)*var(--grid-gap))}}.reset-button{background:none;border:0;cursor:pointer;font-family:inherit;font-size:inherit;font-weight:inherit;line-height:inherit;margin:0;padding:0;text-align:inherit;text-decoration:none;text-transform:inherit;-webkit-appearance:none;-moz-appearance:none;appearance:none}.reset-list{list-style:none;margin:0;padding:0}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.accessibility-nav{margin:0;padding:0;list-style-type:none}.accessibility-nav li{list-style:none}.accessibility-nav a{position:absolute;z-index:10000;top:-9999px;background-color:#003460;color:#fff;font-weight:900;line-height:1;padding:15px 30px;font-size:1rem;text-decoration:none}.accessibility-nav a:focus{top:20px;left:20px;right:auto}.button,button{cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;box-sizing:border-box}.button,button{display:inline-block;font-family:Frutiger Next Cond Heavy,Arial}.button{border-radius:0;text-decoration:none;background-color:rgba(0,0,0,0);color:#003460;padding:.5555555556rem 1.3888888889rem;font-size:1rem;border:1px solid #003460;transition:background-color .25s ease-out,color .25s ease-out;line-height:1.6}.button:hover{background-color:#003460;color:#fff}.button--highlight{background-color:#cd2c5c;color:#fff;border-color:#cd2c5c}.button--highlight:hover{background-color:#fff;color:#cd2c5c}.cookiebotPlaceholder{aspect-ratio:16/9;display:flex;justify-content:center;align-items:center;color:#000;border-radius:0;background-color:#f3f3f3;cursor:pointer;padding:1.1111111111rem}.dialog::-webkit-backdrop{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.dialog::backdrop{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}html:has(dialog[open]){overflow-y:hidden}@media only screen and (min-width:768px){html:has(dialog[open]){padding-right:16px}}.link{font-family:Frutiger Next Cond Heavy,Arial;padding-bottom:.2777777778rem;border-bottom:3px solid #1179bf;text-decoration:none;transition:color .25s ease-out,border-color .25s ease-out}.link:hover{color:#003460;border-color:#003460}.link--white{color:#fff;border-color:#fff}.link--white:hover{color:#cdcbcb;border-color:#cdcbcb}.icon-link{position:relative;display:inline-flex;align-items:center;color:#1179bf;transition:color .2s ease-in-out;text-decoration:underline;text-underline-offset:5px;text-decoration-thickness:1px}.icon-link:hover{color:#003460}.icon-link:before{content:"";display:inline-block;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='32' height='32'%3E%3Cdefs%3E%3Cpath id='a' d='M0 .919h29.928V26H0z'/%3E%3C/defs%3E%3Cg fill='none' fill-rule='evenodd' transform='translate(1 3)'%3E%3Cmask id='b' fill='%23fff'%3E%3Cuse xlink:href='%23a'/%3E%3C/mask%3E%3Cpath fill='%23007BC3' d='M28.888.919H1.038C.465.919 0 1.38 0 1.949v23.022c0 .571.465 1.03 1.038 1.03h27.85c.574 0 1.04-.459 1.04-1.03V1.95c0-.569-.466-1.03-1.04-1.03Zm-3.115 2.089c.58 0 1.048.466 1.048 1.04 0 .574-.468 1.04-1.048 1.04-.581 0-1.05-.466-1.05-1.04 0-.574.469-1.04 1.05-1.04Zm-3.741 0c.578 0 1.05.466 1.05 1.04 0 .574-.472 1.04-1.05 1.04a1.045 1.045 0 0 1-1.051-1.04c0-.574.47-1.04 1.05-1.04Zm-3.743 0c.58 0 1.05.466 1.05 1.04 0 .574-.47 1.04-1.05 1.04-.578 0-1.05-.466-1.05-1.04 0-.574.472-1.04 1.05-1.04ZM2.08 23.943h25.77V6.957H2.08v16.986Z' mask='url(%23b)'/%3E%3Cpath fill='%23007BC3' d='M9.462 20.403a.24.24 0 0 0 .227-.035l2.024-1.649 1.827 3.169c.03.05.081.088.142.104.02.004.036.008.057.008a.2.2 0 0 0 .122-.039l1.817-1.145a.204.204 0 0 0 .098-.14.204.204 0 0 0-.045-.161l-2.273-2.758 2.405-.897a.205.205 0 0 0 .134-.166.194.194 0 0 0-.083-.195l-7.555-5.457a.237.237 0 0 0-.248-.014.198.198 0 0 0-.108.21l1.318 8.999c.011.077.064.14.141.166'/%3E%3C/g%3E%3C/svg%3E");background-size:contain;background-repeat:no-repeat;min-width:40px;width:40px;height:40px;margin-right:20px}.icon-link[target=_blank]:before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' id='Ebene_1' x='0' y='0' viewBox='0 0 32 32' style='enable-background:new 0 0 32 32' xml:space='preserve'%3E%3Cstyle%3E.st0%7Bfill:%23007bc3%7D%3C/style%3E%3Cpath class='st0' d='M24.2 15.4c-.6 0-1 .5-1 1v9.8c0 .3-.3.6-.6.6H6.2c-.3 0-.6-.3-.6-.6V9.9c0-.3.3-.6.6-.6H16c.6 0 1-.5 1-1 0-.6-.5-1-1-1H6.2c-1.5 0-2.7 1.2-2.7 2.7v16.4c0 1.5 1.2 2.7 2.7 2.7h16.4c1.5 0 2.7-1.2 2.7-2.7v-9.8c-.1-.7-.5-1.2-1.1-1.2z'/%3E%3Cpath class='st0' d='M27.5 4h-7.4c-.6 0-1 .5-1 1s.5 1 1 1H25L13.6 17.4c-.4.4-.4 1 0 1.4.2.2.4.3.7.3s.5-.1.7-.3L26.5 7.4v4.9c0 .6.5 1 1 1 .6 0 1-.5 1-1V5c0-.6-.4-1-1-1z'/%3E%3C/svg%3E")}.icon-link[download]:before{background-image:url('data:image/svg+xml,<svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="32px" height="32px" viewBox="0 0 32 32"> <g> <path fill="%230D7ABE" d="M22.5,15.2H9.4c-0.2,0-0.4,0.2-0.4,0.4S9.2,16,9.4,16h13.2c0.2,0,0.4-0.2,0.4-0.4C23,15.4,22.8,15.2,22.5,15.2"></path> <path fill="%230D7ABE" d="M22.5,23.9H9.4c-0.2,0-0.4,0.2-0.4,0.4c0,0.2,0.2,0.4,0.4,0.4h13.2c0.2,0,0.4-0.2,0.4-0.4 C23,24.1,22.8,23.9,22.5,23.9"></path> <path fill="%230D7ABE" d="M22.5,19.6H9.4C9.2,19.6,9,19.8,9,20s0.2,0.4,0.4,0.4h13.2c0.2,0,0.4-0.2,0.4-0.4C23,19.8,22.8,19.6,22.5,19.6 "></path> <path fill="%230D7ABE" d="M9.4,11.8h5.3c0.2,0,0.4-0.2,0.4-0.4S14.9,11,14.7,11H9.4C9.2,11,9,11.2,9,11.4C8.9,11.6,9.1,11.8,9.4,11.8"></path> <path fill="%230D7ABE" d="M26.5,29.8h-21V2.2h16.7v3.5c0,0.4,0.3,0.7,0.7,0.7h3.6C26.5,6.4,26.5,29.8,26.5,29.8z M28.3,4.9l-4.7-4.6 C23.4,0.1,23.2,0,22.9,0H4.4C3.8,0,3.3,0.5,3.3,1.1v29.8c0,0.6,0.5,1.1,1.1,1.1h23.1c0.6,0,1.1-0.5,1.1-1.1V5.7 C28.6,5.4,28.5,5.1,28.3,4.9"></path> </g></svg>')}.icon-link--external:before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' id='Ebene_1' x='0' y='0' viewBox='0 0 32 32' style='enable-background:new 0 0 32 32' xml:space='preserve'%3E%3Cstyle%3E.st0%7Bfill:%23007bc3%7D%3C/style%3E%3Cpath class='st0' d='M24.2 15.4c-.6 0-1 .5-1 1v9.8c0 .3-.3.6-.6.6H6.2c-.3 0-.6-.3-.6-.6V9.9c0-.3.3-.6.6-.6H16c.6 0 1-.5 1-1 0-.6-.5-1-1-1H6.2c-1.5 0-2.7 1.2-2.7 2.7v16.4c0 1.5 1.2 2.7 2.7 2.7h16.4c1.5 0 2.7-1.2 2.7-2.7v-9.8c-.1-.7-.5-1.2-1.1-1.2z'/%3E%3Cpath class='st0' d='M27.5 4h-7.4c-.6 0-1 .5-1 1s.5 1 1 1H25L13.6 17.4c-.4.4-.4 1 0 1.4.2.2.4.3.7.3s.5-.1.7-.3L26.5 7.4v4.9c0 .6.5 1 1 1 .6 0 1-.5 1-1V5c0-.6-.4-1-1-1z'/%3E%3C/svg%3E")!important}.icon-link--internal:before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='32' height='32'%3E%3Cdefs%3E%3Cpath id='a' d='M0 .919h29.928V26H0z'/%3E%3C/defs%3E%3Cg fill='none' fill-rule='evenodd' transform='translate(1 3)'%3E%3Cmask id='b' fill='%23fff'%3E%3Cuse xlink:href='%23a'/%3E%3C/mask%3E%3Cpath fill='%23007BC3' d='M28.888.919H1.038C.465.919 0 1.38 0 1.949v23.022c0 .571.465 1.03 1.038 1.03h27.85c.574 0 1.04-.459 1.04-1.03V1.95c0-.569-.466-1.03-1.04-1.03Zm-3.115 2.089c.58 0 1.048.466 1.048 1.04 0 .574-.468 1.04-1.048 1.04-.581 0-1.05-.466-1.05-1.04 0-.574.469-1.04 1.05-1.04Zm-3.741 0c.578 0 1.05.466 1.05 1.04 0 .574-.472 1.04-1.05 1.04a1.045 1.045 0 0 1-1.051-1.04c0-.574.47-1.04 1.05-1.04Zm-3.743 0c.58 0 1.05.466 1.05 1.04 0 .574-.47 1.04-1.05 1.04-.578 0-1.05-.466-1.05-1.04 0-.574.472-1.04 1.05-1.04ZM2.08 23.943h25.77V6.957H2.08v16.986Z' mask='url(%23b)'/%3E%3Cpath fill='%23007BC3' d='M9.462 20.403a.24.24 0 0 0 .227-.035l2.024-1.649 1.827 3.169c.03.05.081.088.142.104.02.004.036.008.057.008a.2.2 0 0 0 .122-.039l1.817-1.145a.204.204 0 0 0 .098-.14.204.204 0 0 0-.045-.161l-2.273-2.758 2.405-.897a.205.205 0 0 0 .134-.166.194.194 0 0 0-.083-.195l-7.555-5.457a.237.237 0 0 0-.248-.014.198.198 0 0 0-.108.21l1.318 8.999c.011.077.064.14.141.166'/%3E%3C/g%3E%3C/svg%3E")!important}.icon-link--download:before{background-image:url('data:image/svg+xml,<svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="32px" height="32px" viewBox="0 0 32 32"> <g> <path fill="%230D7ABE" d="M22.5,15.2H9.4c-0.2,0-0.4,0.2-0.4,0.4S9.2,16,9.4,16h13.2c0.2,0,0.4-0.2,0.4-0.4C23,15.4,22.8,15.2,22.5,15.2"></path> <path fill="%230D7ABE" d="M22.5,23.9H9.4c-0.2,0-0.4,0.2-0.4,0.4c0,0.2,0.2,0.4,0.4,0.4h13.2c0.2,0,0.4-0.2,0.4-0.4 C23,24.1,22.8,23.9,22.5,23.9"></path> <path fill="%230D7ABE" d="M22.5,19.6H9.4C9.2,19.6,9,19.8,9,20s0.2,0.4,0.4,0.4h13.2c0.2,0,0.4-0.2,0.4-0.4C23,19.8,22.8,19.6,22.5,19.6 "></path> <path fill="%230D7ABE" d="M9.4,11.8h5.3c0.2,0,0.4-0.2,0.4-0.4S14.9,11,14.7,11H9.4C9.2,11,9,11.2,9,11.4C8.9,11.6,9.1,11.8,9.4,11.8"></path> <path fill="%230D7ABE" d="M26.5,29.8h-21V2.2h16.7v3.5c0,0.4,0.3,0.7,0.7,0.7h3.6C26.5,6.4,26.5,29.8,26.5,29.8z M28.3,4.9l-4.7-4.6 C23.4,0.1,23.2,0,22.9,0H4.4C3.8,0,3.3,0.5,3.3,1.1v29.8c0,0.6,0.5,1.1,1.1,1.1h23.1c0.6,0,1.1-0.5,1.1-1.1V5.7 C28.6,5.4,28.5,5.1,28.3,4.9"></path> </g></svg>')!important}.tag{display:inline-block;background-color:#fff;margin:0;background-color:#003460;font-family:Frutiger Next Cond Heavy,Arial;color:#fff;border:none;padding:.5555555556rem;font-size:.7777777778rem}body,html{color:#003460;font-family:Frutiger Next Light,Arial;font-size:18px;line-height:1.6;-webkit-text-size-adjust:100%;-webkit-font-smoothing:antialiased;margin:0;scroll-behavior:smooth;scroll-padding-top:140px}@media only screen and (min-width:1024px){body,html{scroll-padding-top:200px}}@media only screen and (min-width:1280px){body,html{scroll-padding-top:180px}}*,:after,:before{box-sizing:border-box}:focus{outline:2px dotted #000;outline-offset:-1px}.footer :focus{outline:2px dotted #fff}figure{margin:0;line-height:0}figure figcaption{line-height:1.6;margin-top:.4444444444rem;font-style:italic}figure.drop-shadow{padding:8px}figure.drop-shadow img{box-shadow:4px 4px 11px rgba(0,24,46,.15);padding:.5555555556rem}img{width:100%;max-width:100%;height:auto}.layout{min-height:100vh;display:flex;flex-direction:column}main{flex:1 1}.disabled,:disabled{opacity:.5;pointer-events:none}.flexgrid,.grid,.hero__grid{width:90%;margin-left:auto;margin-right:auto}.flexgrid .flexgrid,.flexgrid .grid,.flexgrid .hero__grid,.grid .flexgrid,.grid .grid,.grid .hero__grid,.hero__grid .flexgrid,.hero__grid .grid,.hero__grid .hero__grid{width:100%}#CybotCookiebotDialog{font-family:Frutiger Next Light,Arial!important}#CybotCookiebotDialog img{width:auto}#CybotCookiebotDialog .CybotCookiebotDialogBodyLevelButtonSlider{border:1px solid #cdcbcb}#CybotCookiebotDialog .CybotCookiebotDialogBodyLevelButtonSlider:before{border:1px solid #fff}#CybotCookiebotDialogHeader,#CybotCookiebotDialogPoweredByText,#CybotCookiebotDialogPoweredbyCybot,.CookiebotWidget-main-logo{display:none!important}@font-face{font-family:Frutiger Next Cond Heavy;font-style:normal;font-stretch:condensed;font-display:swap;src:url(/fonts/FrutigerNextPaneuropean/FrutigerNextPaneuropeanCondensedHeavy.woff) format("woff"),url(/fonts/FrutigerNextPaneuropean/FrutigerNextPaneuropeanCondensedHeavy.woff2) format("woff2")}@font-face{font-family:Frutiger Next Bold;font-style:normal;font-stretch:normal;font-display:swap;src:url(/fonts/FrutigerNextPaneuropean/FrutigerNextPaneuropeanBold.woff) format("woff"),url(/fonts/FrutigerNextPaneuropean/FrutigerNextPaneuropeanBold.woff2) format("woff2")}@font-face{font-family:Frutiger Next Light;font-style:normal;font-stretch:normal;font-display:swap;src:url(/fonts/FrutigerNextPaneuropean/FrutigerNextPaneuropeanLight.woff) format("woff"),url(/fonts/FrutigerNextPaneuropean/FrutigerNextPaneuropeanLight.woff2) format("woff2")}.footer{padding:2.7777777778rem 0;background-color:#003460}.footer__list{display:grid;grid-template-columns:repeat(1,1fr)}@media only screen and (min-width:1024px){.footer__list{gap:calc(var(--grid-gap)/2);grid-template-columns:repeat(5,1fr)}}.footer__item{color:#fff;font-size:15px;line-height:1.5}@media only screen and (max-width:calc(1024px - 1px)){.footer__item{margin-bottom:2.2222222222rem}}.footer__col1-text{font-family:Frutiger Next Cond Heavy,Arial;margin-bottom:1rem;max-width:60%}@media only screen and (min-width:1024px){.footer__col1-text{max-width:calc(100% - 1rem)}}.footer__col1-button,.footer__col3-button{display:inline-block;color:#fff;font-size:16px;line-height:1.2;font-family:Frutiger Next Cond Heavy,Arial;text-decoration:none;padding:.8333333333rem 1.6666666667rem;border:1px solid #fff;background-color:#003460;transition:background-color .25s ease-out,color .25s ease-out}.footer__col1-button:hover,.footer__col3-button:hover{background-color:#fff;color:#003460}.footer__sub-navs-item:not(:last-child){margin-bottom:2.2222222222rem}.footer__sub-navs-item .sub-nav{margin-bottom:0}.footer .download-block__title,.footer__sub-nav-title{color:#fff;font-size:15px;line-height:1.2;font-family:Frutiger Next Cond Heavy,Arial;margin-bottom:14px}.footer .mobile-lang-switch__menu,.footer__sub-nav-item{line-height:1.5}.footer .mobile-lang-switch__menu a,.footer__sub-nav-item a{color:#fff;text-decoration:none}.footer .mobile-lang-switch__menu a:hover,.footer__sub-nav-item a:hover{color:#fff}.footer__lang-switch .mobile-lang-switch__menu{display:flex;flex-direction:row;margin-bottom:2.2222222222rem}.footer__lang-switch .mobile-lang-switch__menu li{margin-right:1.1111111111rem;margin-left:0}.footer__lang-switch .mobile-lang-switch__menu a,.footer__lang-switch .mobile-lang-switch__menu span{text-decoration:none;text-transform:uppercase;padding:0}.footer__lang-switch .mobile-lang-switch__menu .is-active{color:#fff;text-decoration:underline;text-underline-offset:5px;text-decoration-thickness:1px;text-transform:uppercase}.footer__download:not(:last-child),.footer__downloads-list{margin-bottom:2.2222222222rem}.footer__downloads-list{display:flex;flex-direction:row;column-gap:1rem}.footer__downloads-list a{color:#fff;text-decoration:none;text-transform:uppercase}.footer__downloads-list a:hover{color:#fff}.footer__footer-menu{flex-direction:column;align-content:flex-start}.footer__footer-menu li{margin-bottom:14px}.footer__footer-menu li a{color:#fff;text-decoration:none}.footer__footer-menu li a:hover{color:#fff}.footer__footer-menu li+li{margin-left:0}.form{grid-gap:calc(var(--grid-gap)/2)}.field{position:relative}.field__label{line-height:1.5;display:flex;align-items:center}.field__required{color:#b60000;margin-left:.1111111111rem}.field__error-message{color:#b60000;margin-top:.2777777778rem;font-size:.7777777778rem}.field__tooltip{display:inline-flex;box-sizing:content-box;width:.7777777778rem;height:.7777777778rem;margin:0 0 0 .2222222222rem;align-items:center;justify-content:center;color:#fff;border:2px solid #cdcbcb;border-radius:50%;background:#cdcbcb;font-size:.6666666667rem;font-weight:400;font-family:Frutiger Next Cond Heavy,Arial;line-height:14px}.field__tooltip:hover{cursor:help;color:#fff;border:2px solid #0074bd;background:#0074bd}.field .common-text{margin:2.2222222222rem 0 0}input[type=date],input[type=email],input[type=number],input[type=password],input[type=search],input[type=tel],input[type=text],input[type=time],input[type=url],select,textarea{-webkit-appearance:textfield;background-image:none;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;box-sizing:border-box;width:100%;height:2.7777777778rem;background-color:rgba(0,0,0,0);border:1px solid #003460;border-radius:0;color:#003460;font-family:inherit;line-height:100%;padding:.5555555556rem 1.1111111111rem;font-size:inherit}input[type=date]:disabled,input[type=email]:disabled,input[type=number]:disabled,input[type=password]:disabled,input[type=search]:disabled,input[type=tel]:disabled,input[type=text]:disabled,input[type=time]:disabled,input[type=url]:disabled,select:disabled,textarea:disabled{opacity:.5}input[type=date]:placeholder-shown,input[type=email]:placeholder-shown,input[type=number]:placeholder-shown,input[type=password]:placeholder-shown,input[type=search]:placeholder-shown,input[type=tel]:placeholder-shown,input[type=text]:placeholder-shown,input[type=time]:placeholder-shown,input[type=url]:placeholder-shown,select:placeholder-shown,textarea:placeholder-shown{text-overflow:ellipsis}.field--error input[type=date],.field--error input[type=email],.field--error input[type=number],.field--error input[type=password],.field--error input[type=search],.field--error input[type=tel],.field--error input[type=text],.field--error input[type=time],.field--error input[type=url],.field--error select,.field--error textarea{outline:2px dotted #b60000;outline-offset:1px}textarea{padding:.8333333333rem 1.1111111111rem;min-height:6.1111111111rem}input[type=file]{border:none;padding:0}select{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 15 15'%3E%3Cpath stroke='currentColor' d='m12.647 5.547-5.1 5.1-5.094-5.1'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .8333333333rem center;background-size:.8333333333rem .8333333333rem;padding-right:2.5rem;cursor:pointer}select::-ms-expand{display:none}.checkboxes{display:flex;flex-wrap:wrap;line-height:1}.checkbox,.radio{margin:1.1111111111rem 1.3888888889rem 0 0}.checkbox__wrapper,.radio__wrapper{display:flex;align-items:center}.checkbox__input,.radio__input{height:1px;width:1px;margin:0;opacity:0}.checkbox__checkmark,.radio__checkmark{height:1.3333333333rem;width:1.3333333333rem;min-width:.8888888889rem;background-color:#fff;border:1px solid #003460;display:inline-block;margin:0 .5555555556rem 0 0;position:relative}.checkbox input:focus~.checkbox__checkmark,.checkbox input:focus~.checkbox__radio,.radio input:focus~.checkbox__checkmark,.radio input:focus~.checkbox__radio{outline:2px dotted #000;outline-offset:-1px}.checkbox__checkmark:before{content:"";display:block;position:absolute;left:0;top:0;height:100%;width:100%;background-image:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMy44MTQiIGhlaWdodD0iMTMuMTg4Ij48cGF0aCBkPSJtMTE4LjU3OCA5MzAuMDc0IDIuNCA0LjAxMyAxMC4yMDctMTEuNDI4IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTE3LjkzNSAtOTIyLjE1OSkiIHN0eWxlPSJmaWxsOm5vbmU7c3Ryb2tlOiNmZmY7c3Ryb2tlLXdpZHRoOjEuNXB4Ii8+PC9zdmc+");background-repeat:no-repeat;background-size:18px 18px;background-position:50%;transform:scale(0);transform-origin:bottom left;transition:transform .12s ease-in-out}.checkbox input:checked~.checkbox__checkmark{background-color:#1179bf;border-color:#1179bf}.checkbox input:checked~.checkbox__checkmark:before{transform:scale(1)}.field--error .checkbox input:checked~.checkbox__checkmark{background-color:#b60000}.radio__checkmark{border-radius:50%}.radio input:checked~.radio__checkmark{box-shadow:inset 0 0 0 5px #1179bf;border-color:#1179bf}.field--error .radio input:checked~.radio__checkmark{background-color:#b60000}.turnstile{max-height:1px}.hero{margin:3.3333333333rem 0}.hero__grid{display:flex;gap:var(--grid-gap)}@media only screen and (max-width:calc(768px - 1px)){.hero__grid{flex-direction:column}}.hero__default .hero__title,.hero__light .hero__title{color:#1179bf}.hero__colored,.hero__light{margin-top:0;padding:3.3333333333rem 0 0}.hero__colored{background-image:linear-gradient(0deg,#0e518f,#0e518f 10%,#0e518e 20%,#0e508d 30%,#0e4f8a 40%,#0d4d87 50%,#0d4a81 60%,#0c467b 70%,#0b4172 80%,#0a3c68 90%,#09355c);color:#fff}.hero__colored a{color:#fff}.hero__colored a:hover{color:#f3f3f3}.hero__colored .button{border-color:#fff}.hero__colored .button:hover{background-color:#fff;color:#003460}.hero__colored .icon-link{color:#fff}.hero__colored .icon-link:before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='32' height='32'%3E%3Cdefs%3E%3Cpath id='a' d='M0 .919h29.928V26H0z'/%3E%3C/defs%3E%3Cg fill='none' fill-rule='evenodd' transform='translate(1 3)'%3E%3Cmask id='b' fill='%23fff'%3E%3Cuse xlink:href='%23a'/%3E%3C/mask%3E%3Cpath fill='%23fff' d='M28.888.919H1.038C.465.919 0 1.38 0 1.949v23.022c0 .571.465 1.03 1.038 1.03h27.85c.574 0 1.04-.459 1.04-1.03V1.95c0-.569-.466-1.03-1.04-1.03Zm-3.115 2.089c.58 0 1.048.466 1.048 1.04 0 .574-.468 1.04-1.048 1.04-.581 0-1.05-.466-1.05-1.04 0-.574.469-1.04 1.05-1.04Zm-3.741 0c.578 0 1.05.466 1.05 1.04 0 .574-.472 1.04-1.05 1.04a1.045 1.045 0 0 1-1.051-1.04c0-.574.47-1.04 1.05-1.04Zm-3.743 0c.58 0 1.05.466 1.05 1.04 0 .574-.47 1.04-1.05 1.04-.578 0-1.05-.466-1.05-1.04 0-.574.472-1.04 1.05-1.04ZM2.08 23.943h25.77V6.957H2.08v16.986Z' mask='url(%23b)'/%3E%3Cpath fill='%23fff' d='M9.462 20.403a.24.24 0 0 0 .227-.035l2.024-1.649 1.827 3.169c.03.05.081.088.142.104.02.004.036.008.057.008a.2.2 0 0 0 .122-.039l1.817-1.145a.204.204 0 0 0 .098-.14.204.204 0 0 0-.045-.161l-2.273-2.758 2.405-.897a.205.205 0 0 0 .134-.166.194.194 0 0 0-.083-.195l-7.555-5.457a.237.237 0 0 0-.248-.014.198.198 0 0 0-.108.21l1.318 8.999c.011.077.064.14.141.166'/%3E%3C/g%3E%3C/svg%3E")}.hero__colored .icon-link[href^="https://"]:before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' id='Ebene_1' x='0' y='0' viewBox='0 0 32 32' style='enable-background:new 0 0 32 32' xml:space='preserve'%3E%3Cstyle%3E.st0%7Bfill:%23fff%7D%3C/style%3E%3Cpath class='st0' d='M24.2 15.4c-.6 0-1 .5-1 1v9.8c0 .3-.3.6-.6.6H6.2c-.3 0-.6-.3-.6-.6V9.9c0-.3.3-.6.6-.6H16c.6 0 1-.5 1-1 0-.6-.5-1-1-1H6.2c-1.5 0-2.7 1.2-2.7 2.7v16.4c0 1.5 1.2 2.7 2.7 2.7h16.4c1.5 0 2.7-1.2 2.7-2.7v-9.8c-.1-.7-.5-1.2-1.1-1.2z'/%3E%3Cpath class='st0' d='M27.5 4h-7.4c-.6 0-1 .5-1 1s.5 1 1 1H25L13.6 17.4c-.4.4-.4 1 0 1.4.2.2.4.3.7.3s.5-.1.7-.3L26.5 7.4v4.9c0 .6.5 1 1 1 .6 0 1-.5 1-1V5c0-.6-.4-1-1-1z'/%3E%3C/svg%3E")}.hero__light{background:#eef0ef;background:linear-gradient(115deg,rgb(230,230,230),rgb(240,240,240) 10%,rgb(253,253,253) 60%,rgb(250,250,250) 75%,rgb(230,230,230));color:#003460}.hero__content{flex:50% 1;display:flex;align-items:center;padding:0 0 3.3333333333rem}@media only screen and (max-width:calc(768px - 1px)){.hero__content{flex:0 0 100%}}.hero__image{flex:50% 1;display:flex;align-items:flex-end}@media only screen and (max-width:calc(768px - 1px)){.hero__image{flex:0 0 100%}}.hero__video{grid-area:full;aspect-ratio:4/5}@media only screen and (min-width:768px){.hero__video{aspect-ratio:auto;height:60vh;width:100%}}.hero__video video{width:100%;height:100%;object-fit:cover}.hero__title{-webkit-hyphens:none;hyphens:none}@media only screen and (min-width:768px){.hero__title{margin-bottom:0;font-size:3rem}}.hero__title:last-child{margin-bottom:0}.hero__title-highlight{color:#003460;text-decoration:none}.hero__subtitle{font-size:1rem;line-height:1.5;margin-bottom:1.1111111111rem}@media only screen and (min-width:768px){.hero__subtitle{font-size:1.5rem}.hero__lead{margin-top:1.6666666667rem}}.layout-reduced .hero__grid{grid-template-columns:[full-start] 1fr [full-end]}.layout-reduced .hero__image{display:none}.layout-reduced .hero__title{font-size:2rem}.layout-reduced .hero__lead,.layout-reduced .hero__subtitle{font-size:1.5rem}.layout-reduced .hero__content{max-width:800px}.navigation{display:none}.navigation.is-active{display:block}.top-bar{position:fixed;width:100%;margin:0;z-index:10}.top-bar__wrapper{background-color:#fff;padding:1.3888888889rem 0;transition:height .2s linear,padding .2s linear;box-shadow:0 3px 6px rgba(0,0,0,.25);width:100%;position:relative;z-index:2}@media only screen and (min-width:1024px){.top-bar__wrapper{padding:1.6666666667rem 0}}.top-bar__grid{display:flex;justify-content:space-between}.top-bar__right{display:flex;align-items:center}.top-bar .menu>li>a:hover,.top-bar .menu>li>button:hover{color:#1179bf}.top-bar .nav-wrapper{display:flex;flex-direction:column;justify-content:space-between;height:100%}.top-bar .audience-nav{line-height:1.2;font-family:Frutiger Next Cond Heavy,Arial;font-size:1.1111111111rem;margin-bottom:0}@media only screen and (min-width:1278px){.top-bar .audience-nav{height:2.7777777778rem;display:flex;justify-content:flex-end}.top-bar .audience-nav .menu{justify-content:flex-end;column-gap:1.5rem}.top-bar .audience-nav>.button{margin-left:2.7777777778rem}}.top-bar .audience-nav .menu li a{padding:0}.top-bar .secondary-nav-wrapper{display:flex;flex-direction:row;column-gap:1rem;align-items:center;justify-content:flex-end}@media only screen and (min-width:768px){.top-bar .secondary-nav-wrapper{font-size:.8888888889rem}}.top-bar__hamburger{position:relative;z-index:100;display:flex;height:100%;justify-content:flex-end;align-items:center;margin-left:.8333333333rem}.top-bar__logo{display:flex;width:100%;max-width:220px;height:50px;width:113px;transition:width .2s linear,height .2s linear;will-change:width,height}@media only screen and (min-width:1024px){.top-bar__logo{margin-top:10px;height:90px;width:204px}}.top-bar__logo svg{width:100%;height:100%}.top-bar .epdLogoDe_svg__epd-logo-text{opacity:1;transition:opacity .2s linear}.top-bar .secondary-nav-wrapper{opacity:1;margin-top:0;transition:opacity .2s linear,margin-top .2s linear,margin-bottom .2s linear}@media only screen and (min-width:768px){.top-bar .secondary-nav-wrapper{margin-bottom:1.5rem}}.top-bar--scroll-down .top-bar__wrapper{padding:.5555555556rem 0}@media only screen and (min-width:1024px){.top-bar--scroll-down .top-bar__wrapper{padding:1.1111111111rem 0}}.top-bar--scroll-down .nav-wrapper{justify-content:center}.top-bar--scroll-down .top-bar__logo{height:50px;width:113px}@media only screen and (min-width:1024px){.top-bar--scroll-down .top-bar__logo{height:70px;width:160px}}.top-bar--scroll-down .epdLogoDe_svg__epd-logo-text{opacity:0}.top-bar--scroll-down .secondary-nav-wrapper{opacity:0;margin-top:-3rem;margin-bottom:1.5rem}.top-bar__main-switch{position:relative;z-index:1}@media only screen and (max-width:calc(1278px - 1px)){.top-bar .button{font-size:.8888888889rem;padding:.4444444444rem 1.1111111111rem}}.text-center{text-align:center}.button:last-child,ol:last-child,p:last-child,ul:last-child{margin-bottom:0}h1,h2,h3,h4,h5,h6{line-height:1.2;font-family:Frutiger Next Cond Heavy,Arial;margin-top:0;-webkit-hyphens:auto;hyphens:auto}html[lang=fr] h1,html[lang=fr] h2,html[lang=fr] h3,html[lang=fr] h4,html[lang=fr] h5,html[lang=fr] h6,html[lang=it] h1,html[lang=it] h2,html[lang=it] h3,html[lang=it] h4,html[lang=it] h5,html[lang=it] h6{-webkit-hyphens:none;hyphens:none}h1{margin:0 0 1.1111111111rem}@media print,screen and (min-width:0px){h1{font-size:1.7777777778rem}}@media print,screen and (min-width:768px){h1{font-size:2rem}}@media print,screen and (min-width:1024px){h1{font-size:2rem}}h2{margin:0 0 1.1111111111rem}@media print,screen and (min-width:0px){h2{font-size:1rem}}@media print,screen and (min-width:768px){h2{font-size:1.2777777778rem}}@media print,screen and (min-width:1024px){h2{font-size:1.2777777778rem}}h3{margin:0 0 1.1111111111rem}@media print,screen and (min-width:0px){h3{font-size:1rem}}@media print,screen and (min-width:768px){h3{font-size:1rem}}@media print,screen and (min-width:1024px){h3{font-size:1rem}}h4,h5,h6{margin:0 0 1.1111111111rem}@media print,screen and (min-width:0px){h4,h5,h6{font-size:.8888888889rem}}@media print,screen and (min-width:768px){h4,h5,h6{font-size:1rem}}@media print,screen and (min-width:1024px){h4,h5,h6{font-size:1rem}}.block-title{font-size:2rem;color:#1179bf;margin-bottom:2.2222222222rem}p{margin:0 0 1.1111111111rem}b,strong{font-family:Frutiger Next Cond Heavy,Arial;font-weight:400}a{color:#1179bf;transition:color .2s ease-in-out;text-underline-offset:5px;text-decoration-thickness:1px}a:hover{color:#003460}blockquote{margin:0}.lead{font-size:1.5rem}@media print,screen and (min-width:0px){.lead{font-size:1.2777777778rem}}@media print,screen and (min-width:768px){.lead{font-size:1.2777777778rem}}@media print,screen and (min-width:1024px){.lead{font-size:1.5rem}}mark{color:#fff;background-color:#1179bf}.main-nav-mobile{border:none;width:100%;height:100%;position:fixed;inset:0;padding:13.8888888889rem 0 2.7777777778rem;overflow-y:auto;z-index:-1}@media only screen and (max-width:calc(1024px - 1px)){.main-nav-mobile{padding:9.7222222222rem 0 2.7777777778rem}}.main-nav-mobile .menu{display:block}.main-nav-mobile .menu li+li{margin-left:0}@media only screen and (max-width:calc(1278px - 1px)){.main-nav-mobile .menu li .menu__sub li{margin:0}}.main-nav-mobile .main-switch__list{display:flex;column-gap:var(--grid-gap);margin-bottom:2.7777777778rem;flex-direction:row}.main-nav-mobile .audience-nav,.main-nav-mobile .search-bar{margin-bottom:2.7777777778rem}.main-nav-mobile .audience-nav .menu li{font-size:1.5rem;line-height:1.2;font-family:Frutiger Next Cond Heavy,Arial}.main-nav-mobile .audience-nav .menu li:not(:last-child){margin-bottom:1.6666666667rem}.main-nav-mobile .audience-nav .menu li a{color:#003460;padding:0}.main-nav-mobile .audience-nav .menu li a.is-active,.main-nav-mobile .audience-nav .menu li a:hover{color:#1179bf}.main-nav-mobile .main-nav .menu li{font-size:1rem}.main-nav-mobile .mobile-lang-switch{margin-top:1.6666666667rem}.main-nav-mobile .mobile-lang-switch__menu{display:flex;flex-direction:row;gap:1rem}.main-nav-mobile .mobile-lang-switch__menu li a,.main-nav-mobile .mobile-lang-switch__menu li span{padding:0}.main-nav-mobile .mobile-lang-switch__menuitem{text-transform:uppercase}.main-nav-mobile .mobile-lang-switch__menuitem .is-active{color:#003460;font-family:Frutiger Next Cond Heavy,Arial;line-height:1}.main-switch{background-color:#f3f3f3}@media only screen and (min-width:1278px){.main-switch{padding:.2222222222rem;border-radius:50px}}.main-switch__list .main-switch__list-item{margin:0}.main-switch__list .main-switch__list-item>a{text-decoration:none;font-family:Frutiger Next Cond Heavy,Arial;line-height:1.2;font-family:Frutiger Next Light,Arial;padding:.2222222222rem .4444444444rem;transition:background-color .2s ease;border-radius:50px}.main-switch__list .main-switch__list-item>a:hover{color:#003460}.main-switch__list .main-switch__list-item>a.is-active{color:#fff;background-color:#003460;font-family:Frutiger Next Cond Heavy,Arial}.main-switch__list .main-switch__list-item>a.is-active:hover{color:#fff}.main-switch--mobile .main-switch__list{display:flex;background-color:#f3f3f3}.main-switch--mobile .main-switch__list-item{width:50%;margin:0}.main-switch--mobile .main-switch__list-item a{height:2.2222222222rem;background-color:#f3f3f3;display:flex;align-items:center;justify-content:center;overflow:hidden;border-radius:0;padding:0}.main-switch--mobile .main-switch__list-item a.is-active{background-color:#1179bf;color:#fff;text-decoration:none}.sub-nav{margin-bottom:3.3333333333rem}.sub-nav__section{align-items:center;text-align:center;display:flex}.sub-nav__scroll{overflow-x:auto;width:90%;margin-left:auto;margin-right:auto;max-width:1280px!important;padding-bottom:.5555555556rem}.sub-nav__list{display:flex;flex-direction:row;gap:1.3888888889rem;min-width:max-content;width:-moz-fit-content;width:fit-content;align-items:center;padding:0;margin:0;width:100%;justify-content:center}.sub-nav__item{transition:background-size .15s ease-in-out;padding:0 .1111111111rem .2777777778rem;background-image:linear-gradient(90deg,#003460 50%,#003460 0);background-position:100% 100%;background-repeat:no-repeat;background-size:100% 1px;display:inline-block}.sub-nav__item a{display:block;text-decoration:none;color:#003460}.sub-nav:not(.sub-nav--anchor) .sub-nav__item.is-active,.sub-nav__item:hover{background-size:100% 3px}.breadcrumbs{margin-bottom:3.3333333333rem}.breadcrumbs .grid{max-width:1280px}.breadcrumbs__list{display:flex;flex-direction:row;flex-wrap:wrap;column-gap:.5rem}.breadcrumbs__item{font-size:.8888888889rem}.breadcrumbs__item a,.breadcrumbs__item a:hover{color:#003460}.breadcrumbs__item:not(:last-child):after{content:"";margin-left:.5rem;background-repeat:no-repeat;background-size:contain;width:.55rem;height:.55rem;display:inline-block;color:#003460;background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTUiIGhlaWdodD0iMTUiIHZpZXdCb3g9IjAgMCAxNSAxNSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTUuNTQ3IDIuMzUzTDEwLjY0NyA3LjQ1M0w1LjU0NyAxMi41NDciIHN0cm9rZT0iIzEwMzU1RSIvPgo8L3N2Zz4K)}.accordion{display:block;overflow:hidden;border-top:1px solid #003460;border-bottom:1px solid #003460}.accordion__toggle{display:block;width:100%;height:-moz-fit-content;height:fit-content}.accordion__header{padding:1.1111111111rem 0;display:flex;align-items:center;justify-content:space-between;cursor:pointer}.accordion__title{margin-bottom:0;color:#003460}@media print,screen and (min-width:0px){.accordion__title{font-size:1.1111111111rem}}@media print,screen and (min-width:768px){.accordion__title{font-size:1.1111111111rem}}@media print,screen and (min-width:1024px){.accordion__title{font-size:1.2222222222rem}}.accordion__icon{margin:0 16px;transition:transform .35s ease-out;transform-origin:center center;display:flex}.accordion__icon svg{height:1.3333333333rem;width:1.3333333333rem;color:#003460}.accordion__content-wrapper{display:grid;grid-template-rows:0fr;transition:grid-template-rows .3s ease-out,visibility 0s ease-out .3s;visibility:hidden}.accordion__content{overflow:hidden}.accordion__content>*{margin-bottom:1rem}.accordion--open .accordion__icon{transform:rotate(180deg)}.accordion--open .accordion__content-wrapper{grid-template-rows:1fr;visibility:visible;transition:grid-template-rows .3s ease-out,visibility 0s ease-out}.accordion+.accordion{border-top:none}.blog-meta{display:flex;justify-content:space-between;align-items:center}.filter{margin-bottom:1.6666666667rem}.filter__list{padding:0;margin-top:0;list-style-type:none;display:flex;flex-wrap:wrap}.filter__item{background-color:#1179bf;margin:0 .5555555556rem .5555555556rem 0;cursor:pointer}.filter__item.is-active{background-color:#003460}@media(forced-colors:active){.filter__item.is-active{border-bottom:2px solid #003460}}.hamburger{cursor:pointer;line-height:1}.hamburger__svg{width:1.6666666667rem;fill:#003460}.hamburger__bar{transition:transform .25s ease-out,opacity .25s ease-out;transform-origin:center center;transform-box:fill-box;opacity:1}.hamburger__rect{transition:transform .25s ease-out .25s}.hamburger.is-active .hamburger__svg{fill:#cd2c5c}.hamburger.is-active .hamburger__bar{transition:transform .25s ease-out .25s,opacity .25s ease-out}.hamburger.is-active .hamburger__bar--first{transform:rotate(45deg)}.hamburger.is-active .hamburger__bar--second{opacity:0}.hamburger.is-active .hamburger__bar--third{transform:rotate(-45deg)}.hamburger.is-active .hamburger__rect{transition:transform .25s ease-out}.hamburger.is-active .hamburger__rect--first{transform:translateY(calc(50% - 5px))}.hamburger.is-active .hamburger__rect--third{transform:translateY(calc(-50% + 5px))}.menu.menu--lang .menu__label{text-transform:uppercase;font-family:Frutiger Next Cond Heavy,Arial;line-height:1}.menu.menu--lang .menu__sub{right:0;left:auto}.lang-select{width:auto;height:auto;border:none;padding:0 1.3888888889rem 0 0;background-position:100%;cursor:pointer}.lang-select:focus{border:none}@media only screen and (max-width:calc(1024px - 1px)){.lang-select--desktop{display:none}}@keyframes rotateplane{0%{transform:perspective(120px) rotateX(0deg) rotateY(0deg)}50%{transform:perspective(120px) rotateX(-180.1deg) rotateY(0deg)}to{transform:perspective(120px) rotateX(-180deg) rotateY(-179.9deg)}}.loading{display:flex;align-items:center;justify-content:center}.loading__indicator{animation:rotateplane 1.2s ease-in-out infinite;background:#003460;border-radius:0;content:"";display:block;font-size:0;height:30px;max-width:30px;width:30px}.menu{list-style-type:none;margin:0;padding:0;display:flex;align-content:center;line-height:1.2;flex-wrap:wrap}.menu>li{position:relative;display:flex;align-items:center}.menu>li img{width:1.3888888889rem;height:1.3888888889rem;margin-right:.2777777778rem}.menu>li a{color:#003460;text-decoration:none}.menu>li+li{margin-left:1.1111111111rem}.menu ul{list-style-type:none;margin:0;padding:0}.menu .is-active{color:#1179bf}.menu .menu__label,.menu a{border:none;background-color:rgba(0,0,0,0);font-family:inherit;font-size:inherit;color:inherit;padding:.4444444444rem 0;display:flex;justify-content:space-between;width:100%}.menu .menu__label.is-active,.menu a.is-active{color:#1179bf}.menu .menu__icon{margin-left:.3333333333rem}@media only screen and (max-width:calc(1278px - 1px)){.menu .menu__icon{cursor:pointer}}.menu .menu__icon svg{width:.6666666667rem;height:.6666666667rem}@media only screen and (min-width:1278px){.menu .menu__icon svg{width:.5555555556rem;height:.5555555556rem}}.menu__sub-2:not(.open),.menu__sub:not(.open){display:none!important}@media only screen and (min-width:1278px){.menu__sub{position:absolute;top:100%;left:0;background-color:#fff;box-shadow:0 4px 4px rgba(0,0,0,.2);z-index:2;border:1px solid #003460}}.menu__sub .menu__label,.menu__sub a{display:block;position:relative;transition:color .25s ease-out,background-color .25s ease-out;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;padding:.4444444444rem 0}@media only screen and (min-width:1278px){.menu__sub .menu__label,.menu__sub a{padding:.5555555556rem 1.3333333333rem .5555555556rem .7777777778rem}}.menu__sub .menu__label:before,.menu__sub a:before{content:" ";position:absolute;top:0;left:0;width:100%;height:100%;background-image:url(/svgs/ChevronRightIcon.svg);background-repeat:no-repeat;background-position:calc(100% - 14px);background-size:12px;opacity:0;transition:opacity .25s ease-out}@media only screen and (min-width:1278px){.menu__sub .menu__label:hover,.menu__sub a:hover{background-color:#003460;color:#fff}.menu__sub .menu__label:hover:before,.menu__sub a:hover:before{opacity:1}}.message{padding:1.1111111111rem;background-color:#f3f3f3;display:flex;border:1px solid #cdcbcb;border-left:10px solid rgb(189.5,189.5,189.5)}.message__icon{margin-right:.8333333333rem}.message__icon svg{width:.8888888889rem;height:.8888888889rem;fill:rgb(189.5,189.5,189.5)}.message--success{background-color:#f3faef;border-color:#77b259;color:#325e1c}.message--success .message__icon svg{fill:#77b259}.message--error{background-color:#fde4e4;border-color:#b60000;color:#b60000}.message--error .message__icon svg{fill:#b60000}.react-select-container{display:flex;align-items:center}.react-select__input{height:0}.react-select__indicators{height:auto;margin-left:.5555555556rem}.react-select__indicators svg{width:.6666666667rem;height:.6666666667rem}.react-select__control{min-height:0}.react-select__value-container{text-transform:capitalize}.react-select__menu{background-color:#fff;box-shadow:0 0 20px rgba(0,0,0,.2);width:auto;min-width:100px}.react-select__option{cursor:pointer;padding:.2222222222rem .4444444444rem;text-transform:capitalize}.react-select__option:hover{background-color:#cdcbcb;color:#fff}.splide{max-width:100%}.splide__track{overflow:visible!important}.splide__slide figure{width:100%;height:100%}.splide__arrows,.splide__slide figure{display:flex;justify-content:center;align-items:center}.splide__arrows{position:relative;margin-top:1.1111111111rem}.splide__arrow{border:none;background-color:#fff;padding:0;left:0;transition:background-color .3s ease-in-out;line-height:0;color:#003460}.splide__arrow[disabled],.splide__arrow[disabled]:focus,.splide__arrow[disabled]:hover{opacity:.5;background-color:#fff}.splide__arrow[disabled] svg,.splide__arrow[disabled]:focus svg,.splide__arrow[disabled]:hover svg{stroke:#003460}.splide__arrow svg{fill:none;stroke:currentColor;stroke-width:2px;transition:stroke .3s ease-in-out;width:1.6666666667rem;height:1.6666666667rem}.splide__arrow svg:hover{stroke:#fff}.splide__arrow--prev{left:.5555555556rem}.splide__arrow--next{transform:rotate(180deg);right:.5555555556rem}.splide__pagination{width:auto;padding:0;margin:0 .5555555556rem!important}.splide__pagination>li{line-height:0!important}.splide__pagination__page{height:.2777777778rem;width:.2777777778rem;background-color:#cdcbcb;border:1px solid #cdcbcb;border-radius:.5555555556rem;margin:0 .2222222222rem;padding:0;transition:width .25s ease-out,background-color .25s ease-out}.splide__pagination__page.is-active{background-color:#003460;border-color:#003460;width:1.2777777778rem}.splide__pagination--custom{display:flex!important}.preview-mode__button{position:fixed;right:1.3888888889rem;bottom:1.3888888889rem;height:4.1666666667rem;width:4.1666666667rem;background-color:#003460;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;line-height:0;box-shadow:0 0 5px rgba(0,0,0,.25);padding:0}.preview-mode__button svg{height:2.2222222222rem;width:2.2222222222rem;fill:#fff}.preview-mode__dialog{border:none!important;padding:1.3888888889rem;max-width:27.7777777778rem;box-shadow:0 0 5px rgba(0,0,0,.25);text-align:center}.preview-mode__dialog button{margin:.2777777778rem .5555555556rem}.search-bar{display:flex;position:relative}.search-bar__icon{display:flex;align-items:center;color:#003460;border:none;background-color:rgba(0,0,0,0);padding:0}.search-bar__icon svg{width:1.1111111111rem;height:1.1111111111rem}.search-bar__icon--close{position:absolute;right:.8333333333rem;top:.6666666667rem;transition:color .25s ease-out}.search-bar__icon--open{transition:margin .5s ease-out,color .25s ease-out;z-index:2}@media only screen and (max-width:calc(1280px - 1px)){.search-bar__icon--open{position:absolute;left:.8333333333rem;top:.6666666667rem}}.search-bar__icon:hover{color:#1179bf}.search-bar__input-wrapper{width:0;transition:opacity .5s ease-out,width .5s ease-out;position:relative;line-height:1;opacity:0;padding:1px;overflow:hidden}.search-bar input[type=text]{height:2.4444444444rem;padding-left:2.2222222222rem;padding-right:2.2222222222rem}.search-bar--open .search-bar__input-wrapper{width:100%;opacity:1}@media only screen and (min-width:1280px){.search-bar--open .search-bar__input-wrapper{width:10.5555555556rem}.search-bar--open .search-bar__icon--open{margin-right:-1.6666666667rem;margin-left:.8333333333rem}}.common-text ol,.common-text ul{padding-left:1.6666666667rem;margin:0 0 1.1111111111rem}.common-text ul{list-style-type:disc}.common-text ul ul{list-style-type:circle}.common-text ul.no-bullets{list-style-type:none;padding-left:0}.common-text h1:last-child,.common-text h2:last-child,.common-text h3:last-child,.common-text h4:last-child,.common-text h5:last-child{margin-bottom:0}.common-text h4{margin-bottom:.2777777778rem}.tooltip{background-color:hsl(0,0%,25%);color:#fff;border-radius:5px;text-align:left;z-index:99;font-size:.7777777778rem;line-height:1.35;line-height:normal}.tooltip h1,.tooltip h2,.tooltip h3,.tooltip h4,.tooltip h5{font-size:.8888888889rem;margin-bottom:.2222222222rem}.tooltip[data-popper-placement^=left] .tooltip__arrow{right:-.2777777778rem}.tooltip[data-popper-placement^=right] .tooltip__arrow{left:-.2777777778rem}.tooltip[data-popper-placement^=top] .tooltip__arrow{bottom:-.2777777778rem}.tooltip[data-popper-placement^=bottom] .tooltip__arrow{top:-.2777777778rem}.tooltip .tooltip__content{max-width:30vw;padding:.5555555556rem}@media only screen and (max-width:calc(1024px - 1px)){.tooltip .tooltip__content{max-width:40vw;font-size:.6666666667rem}}.tooltip .tooltip__arrow,.tooltip .tooltip__arrow:after{width:.5555555556rem;height:.5555555556rem}.tooltip .tooltip__arrow:after{content:"";display:block;background-color:hsl(0,0%,25%);transform:rotate(45deg);position:absolute;top:0;left:0}.download-block{display:flex;flex-direction:column;gap:1.1111111111rem}.download-block:not(:last-child){margin-bottom:2.2222222222rem}@media only screen and (min-width:768px){.download-block{flex-direction:row;column-gap:calc(var(--grid-gap)/2)}}.download-block:not(:first-child){border-top:2px solid #f3f3f3;padding-top:2.2222222222rem}.download-block__image{text-align:center}@media only screen and (min-width:768px){.download-block__image{width:20%;max-width:8.3333333333rem;min-width:5.5555555556rem}}.download-block__image img{max-width:50%;object-fit:contain}@media only screen and (min-width:768px){.download-block__image img{max-width:100%;max-height:170px}}.download-block__description{text-align:center}@media only screen and (min-width:768px){.download-block__description{margin:.7rem 0;text-align:left;width:30%}}.download-block__title{font-size:1.5rem}@media only screen and (min-width:768px){.download-block__items{width:50%}}.download-block__item{display:flex;flex-direction:row;justify-content:space-between;align-items:flex-end;margin:.7rem 0}.download-block__itemlang{width:50%;margin-bottom:0;font-size:1rem}.download-block__itemlink{font-size:.833rem;display:flex;flex-direction:row;justify-content:center}.download-block__itemlink:hover svg{color:#003460}.download-block__itemarrow{display:flex}.download-block__itemarrow svg{transform:rotate(-90deg);width:.85rem;color:#1179bf;transition:color .2s ease-in-out}.share-links{display:flex;width:100%;justify-content:flex-end;z-index:3;margin:2.2222222222rem auto 0;max-width:none}.share-links__wrapper{position:relative}.share-links__title{color:#003460;text-decoration:none}.share-links__title svg{width:12px;height:12px;margin-left:.3333333333rem;transition:transform .25s ease-out}.share-links__title svg path{transition:stroke .2s ease-in-out}.share-links__title:hover{color:#cd2c5c}.share-links__title:hover svg path{stroke:#cd2c5c!important}.share-links__title--open svg{transform:rotate(180deg)}.share-links__list{display:flex;flex-direction:column;align-items:flex-end;padding-top:.5rem;position:absolute;top:100%;right:0;transition:visibility 0s 0s}.share-links--closed .share-links__list{visibility:hidden;transition:visibility 0s 2s}.share-links__item{width:2.0555555556rem}.share-links--on-page{position:absolute;right:0;top:-2.2222222222rem}.pre-footer{background-color:#f3f3f3;padding:3.2222222222rem 0;text-align:center}.pre-footer__text{margin:auto;font-size:.7222222222rem;max-width:28.4444444444rem}.pre-footer__logo-list{width:100%;display:flex;flex-direction:row;flex-wrap:wrap;gap:var(--grid-gap);justify-content:center}.pre-footer__logo-image{width:180px}@media only screen and (min-width:1024px){.pre-footer__logo-image{width:240px}}.pre-footer__logo-item a{display:block}.pre-footer__logo-item img{max-height:80px}.common-select{font-size:1rem}.common-select__label{margin-bottom:0}.common-select__form{background-color:#fff;border:1px solid #003460;color:#1179bf;position:relative}.common-select__form input[type=checkbox]{opacity:0;position:absolute;left:0;width:100%;height:100%;cursor:pointer;margin:0}.common-select__fieldset{display:grid;grid-template-rows:0fr;transition:grid-template-rows .2s ease-in-out,visibility 0s ease-in-out .2s;border:none;padding:0;margin:0;position:absolute;background-color:#fff;color:#003460;top:2.7777777778rem;left:-1px;right:-1px;max-height:60vh;z-index:9;visibility:hidden;max-height:22.2222222222rem}.common-select__select-wrapper{overflow-y:auto;height:auto}.common-select__option{position:relative;transition:background-color .2s ease-in-out,color .2s ease-in-out;margin:1px 0;padding:.4444444444rem .6666666667rem;cursor:pointer;line-height:1}.common-select__option :focus,.common-select__option--focussed,.common-select__option:hover{background-color:#003460;color:#fff}@media(forced-colors:active){.common-select__option :focus,.common-select__option--focussed,.common-select__option:hover{text-decoration:underline}}.common-select__option--checked{color:#fff;background-color:#003460}@media(forced-colors:active){.common-select__option--checked{text-decoration:underline}}.common-select__option--checked:hover{background-color:#003460}.common-select__option--focussed.common-select__option--checked{background-color:#003460;border:1px solid #003460}.common-select__option input,.common-select__option label{padding:.2777777778rem .6666666667rem}.common-select__option label{position:absolute;left:0;right:0;cursor:pointer}.common-select__toggle{background-color:#fff;border:none;font-size:inherit;height:2.7777777778rem;display:flex;padding:.2777777778rem .6666666667rem;width:100%;align-items:center;justify-content:space-between;color:#003460}.common-select__toggle-icon{width:1rem;height:1rem;transition:transform .2s ease-in-out}.common-select__toggle-label{text-overflow:ellipsis;overflow:hidden;white-space:nowrap;width:100%;flex:1 1 auto;text-align:left}.common-select__form--closed .common-select__toggle-icon{color:#003460;transform:rotate(0deg)}.common-select__form--open .common-select__toggle-icon{transform:rotate(180deg)}.common-select__form--open .common-select__fieldset{grid-template-rows:1fr;border:1px solid #003460;transition:grid-template-rows .2s ease-in-out,visibility 0s ease-in-out;visibility:visible}.video-teaser__image-wrapper{display:grid;grid-template-columns:1fr;grid-template-rows:1fr;grid-template-areas:"image";align-items:center;justify-items:center}.video-teaser__image{grid-area:image;width:100%}.video-teaser__image:not(.drop-shadow) img{background-color:#003460}.video-teaser__play-icon{grid-area:image;width:100%;height:100%;display:flex;align-items:center;justify-content:center}.video-teaser__play-icon svg{width:72px;height:72px}.video-teaser__content{background-color:#1179bf;color:#fff;padding:60px 20px 20px}.video-teaser__dialog{width:1280px;background-color:#003460;padding:0;border:none}.video-teaser__dialog::-webkit-backdrop{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.video-teaser__dialog::backdrop{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.video-teaser__dialog-wrapper{padding:40px}.video-teaser__iframe-wrapper{width:100%;aspect-ratio:16/9}.video-teaser__iframe-wrapper iframe{width:100%;height:100%;border:none}.video-teaser__close-icon{color:#fff;position:absolute;right:.5rem;top:.5rem;cursor:pointer}.topics-toc{--numOfTopics:0;margin:1.6666666667rem auto;display:flex;list-style:none;width:100%;justify-content:space-between;position:relative;padding:0}.topics-toc__item{cursor:pointer;width:18px;min-height:18px;width:calc(100%/var(--numOfTopics))}.topics-toc__item--solved:before{background-color:#003460!important}.topics-toc__item button{border:rgba(0,0,0,0);background-color:rgba(0,0,0,0);display:flex;align-items:center;flex-flow:column;font-weight:400;font-family:Frutiger Next Light,Arial;width:100%}.topics-toc__ball{z-index:2;display:block;width:18px;height:18px;background-color:#fff;border:4px solid #003460;border-radius:50%;box-sizing:border-box}.topics-toc__label{text-align:center;margin-top:.2777777778rem;display:block;padding:0 .1111111111rem;-webkit-hyphens:auto;hyphens:auto}.topics-toc--vert{flex-direction:column}.topics-toc--vert:before{content:"";position:absolute;top:35px;bottom:35px;left:0;z-index:1;width:4px;margin-left:-2px;background-color:#003460}.topics-toc--vert .topics-toc__item{font-size:1rem;font-weight:700;position:relative;width:100%;background-color:#f3f3f3}.topics-toc--vert .topics-toc__item:nth-child(2n){background-color:#fafafa}.topics-toc--vert .topics-toc__item:hover{background-color:#003460}.topics-toc--vert .topics-toc__item:hover .topics-toc__label{color:#fff}.topics-toc--vert .topics-toc__item--solved .topics-toc__ball{background-color:#003460}.topics-toc--vert .topics-toc__item--active .topics-toc__ball{border-color:#cd2c5c;background-color:#cd2c5c!important}.topics-toc--vert .topics-toc__item button{flex-flow:row;padding:0}.topics-toc--vert .topics-toc__item .topics-toc__ball{margin-left:-.5rem}.topics-toc--vert .topics-toc__item .topics-toc__label{padding:.8333333333rem;font-size:1rem;color:#003460}.topics-toc--horz{flex-direction:row;margin-bottom:calc(2*var(--grid-gap))!important}.topics-toc--horz:before{content:"";position:absolute;top:7px;left:0;z-index:1;height:4px;background-color:#003460;width:calc(100% - 100%/var(--numOfTopics));left:calc(100%/(var(--numOfTopics)*2))}.topics-toc--horz .topics-toc__item{position:relative;font-size:12px;text-align:center}.topics-toc--horz .topics-toc__item .topics-toc__label{opacity:0;transition:opacity .2s ease-in-out}@media only screen and (max-width:calc(768px - 1px)){.topics-toc--horz .topics-toc__item .topics-toc__label{display:none}}.topics-toc--horz .topics-toc__item--solved .topics-toc__ball,.topics-toc--horz .topics-toc__item:hover .topics-toc__ball{background-color:#003460}.topics-toc--horz .topics-toc__item--active .topics-toc__ball{border-color:#cd2c5c;background-color:#cd2c5c!important}.topics-toc--horz .topics-toc__item--active .topics-toc__label,.topics-toc--horz .topics-toc__item:hover .topics-toc__label{opacity:1}.quiz__title{color:#1179bf}.quiz__header{margin-top:calc(2*var(--grid-gap))}.quiz__button-wrapper{text-align:center;margin-bottom:calc(2*var(--grid-gap))}.quiz__skiptopic{color:#1179bf;font-size:larger}.topic__content{margin-bottom:calc(2*var(--grid-gap))}.topic__question-title-wrapper{display:flex;column-gap:var(--grid-gap);margin-bottom:1.6666666667rem}.topic__question-title-wrapper svg{width:85px;height:55px}@media only screen and (max-width:calc(768px - 1px)){.topic__question-title-wrapper svg{display:none}}.topic__question-title{color:#1179bf;margin-bottom:0}.topic__question-subtitle{font-size:larger}.topic__question-wrapper{display:flex;column-gap:1rem}@media only screen and (max-width:calc(768px - 1px)){.topic__question-wrapper{flex-direction:column-reverse}}.topic__question-image{max-width:250px}@media only screen and (max-width:calc(768px - 1px)){.topic__question-image{align-self:center;margin-bottom:var(--grid-gap)}}.topic__question-answers-fieldset{border:none;padding:0;display:flex;flex-direction:column}.topic__question-checkbox{margin:0;border-top:2px solid #003460}.topic__question-checkbox-label{cursor:pointer;display:flex;column-gap:var(--grid-gap);padding:calc(var(--grid-gap)/2) 0;min-height:calc(1.5rem + var(--grid-gap))}.topic__question-checkbox-label .checkbox__checkmark{width:unset;aspect-ratio:1;border-width:2px;margin-top:2px}.topic__question-checkbox-label .checkbox__label{display:flex;justify-content:space-between;flex-wrap:wrap;flex:1 1;column-gap:var(--grid-gap);margin-right:var(--grid-gap)}.topic__question-checkbox-label .checkbox__label span{color:#cd2c5c;text-wrap:nowrap}.topic__question-checkbox-label .checkbox__label--hint{margin-top:calc(var(--grid-gap)/2);display:block;color:#cd2c5c}.topic__question-checkbox-label .checkbox__label--noHint{width:100%;display:flex;flex-direction:row;justify-content:space-between;column-gap:var(--grid-gap)}.topic__question-checkbox:last-of-type{margin-bottom:var(--grid-gap);border-bottom:2px solid #003460}.topic__question-checkbox--notVerifiedYet .checkbox__checkmark:before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='35' height='36' fill='none'%3E%3Cpath stroke='%23003460' stroke-linecap='square' stroke-miterlimit='10' stroke-width='4' d='M3.298 3 33 32.702M32.702 3 3 32.702'/%3E%3C/svg%3E")}.topic__question-checkbox--notVerifiedYet input:checked~.checkbox__checkmark{background-color:#fff;border-color:#003460}.topic__question-checkbox--notVerifiedYet:hover{background-color:#003460;color:#fff}.topic__question-checkbox--notVerifiedYet:hover .checkbox__checkmark,.topic__question-checkbox--notVerifiedYet:hover input:checked~.checkbox__checkmark{border-color:#fff;background-color:#003460}.topic__question-checkbox--falsePositive .checkbox__checkmark:before,.topic__question-checkbox--notVerifiedYet:hover input:checked~.checkbox__checkmark:before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='35' height='36' fill='none'%3E%3Cpath stroke='%23fff' stroke-linecap='square' stroke-miterlimit='10' stroke-width='4' d='M3.298 3 33 32.702M32.702 3 3 32.702'/%3E%3C/svg%3E")}.topic__question-checkbox--falsePositive input:checked~.checkbox__checkmark{background-color:#cd2c5c;border-color:#cd2c5c}.topic__question-checkbox--falsePositive .checkbox__label span{color:#cd2c5c}.topic__question-checkbox--correct .checkbox__label span{color:#325e1c;text-wrap:nowrap}.topic__question-button{width:-moz-fit-content;width:fit-content;align-self:end}.topic__question-finalShoulderTap{margin:0 auto var(--grid-gap)}.block-accordion{margin-bottom:3.3333333333rem}.block-anchor__anchor{display:block;position:relative;top:-200px;visibility:hidden}.block-cookie-declaration{margin-bottom:3.3333333333rem}.block-cookie-declaration .grid{gap:0}.block-text+.block-cookie-declaration{margin-top:-2.2222222222rem}.block-centered-cta{margin-bottom:3.3333333333rem;text-align:center}.block-centered-cta__image img{max-width:8.3333333333rem}@media print,screen and (min-width:0px){.block-centered-cta__title{font-size:1.5555555556rem}}@media print,screen and (min-width:768px){.block-centered-cta__title{font-size:1.7777777778rem}}@media print,screen and (min-width:1024px){.block-centered-cta__title{font-size:2rem}}@media print,screen and (min-width:0px){.block-centered-cta__subtitle{font-size:1.2777777778rem}}@media print,screen and (min-width:768px){.block-centered-cta__subtitle{font-size:1.2777777778rem}}@media print,screen and (min-width:1024px){.block-centered-cta__subtitle{font-size:1.5rem}}.block-centered-cta__link{margin-top:1.1111111111rem}.block-cta{overflow-x:clip;padding-top:2.7777777778rem;margin-bottom:3.3333333333rem}@media only screen and (min-width:1024px){.block-cta{padding-top:5.5555555556rem}}@media only screen and (min-width:768px){.block-cta{background-color:initial}}.block-cta>.grid{max-width:100%!important}.block-cta__grid{border-radius:8px;background-color:#f3f3f3;max-width:1280px!important;margin:0 auto;position:relative;grid-row-gap:0;row-gap:0;display:grid;grid-template-columns:1fr 1fr;align-items:flex-end}@media only screen and (max-width:calc(768px - 1px)){.block-cta__grid{grid-template-columns:1fr}}.block-cta__content{padding:1.3888888889rem}@media only screen and (min-width:768px){.block-cta__content{padding:3.8888888889rem 2.7777777778rem}}@media only screen and (min-width:1024px){.block-cta__content{padding:5.5555555556rem 3.3333333333rem}}@media print,screen and (min-width:0px){.block-cta__title{font-size:1.9444444444rem}}@media print,screen and (min-width:768px){.block-cta__title{font-size:3.0555555556rem}}@media print,screen and (min-width:1024px){.block-cta__title{font-size:3.0555555556rem}}.block-cta__link-button{margin-top:1.3888888889rem}.block-cta__link-button a{display:inline-block;border:1px solid #003460;padding:1rem 2rem;line-height:1.2;font-family:Frutiger Next Cond Heavy,Arial;text-decoration:none;color:#003460;font-size:1rem;transition:color .2s ease-in-out,background-color .2s ease-in-out}.block-cta__link-button a:hover{background-color:#003460;color:#fff}@media only screen and (min-width:1024px){.block-cta__image{margin-top:-5.5555555556rem}}@media only screen and (min-width:768px){.block-cta--no-image .block-cta__grid{grid-template-columns:4fr 1fr}}.block-facts{margin-bottom:3.3333333333rem}.block-facts__list{display:grid;width:100%;grid-gap:var(--grid-gap);gap:var(--grid-gap)}@media only screen and (max-width:calc(768px - 1px)){.block-facts__list{grid-template-columns:repeat(2,1fr);grid-auto-rows:1fr}}@media only screen and (min-width:768px){.block-facts__list{grid-template-columns:repeat(auto-fill,minmax(250px,1fr))}}.block-facts__item{display:flex;flex-direction:column;align-items:center;justify-content:center;background-color:#f3f3f3;border-radius:8px;text-align:center;padding:1.6666666667rem}.block-facts__counter{line-height:1.2;font-family:Frutiger Next Cond Heavy,Arial;color:#1179bf;margin-bottom:0}@media print,screen and (min-width:0px){.block-facts__counter{font-size:1.5555555556rem}}@media print,screen and (min-width:768px){.block-facts__counter{font-size:2.3333333333rem}}@media print,screen and (min-width:1024px){.block-facts__counter{font-size:2.6666666667rem}}.block-facts__label{line-height:1.2;font-family:Frutiger Next Cond Heavy,Arial;color:#003460;font-size:1rem}@media only screen and (min-width:768px){.block-facts__label{line-height:1.6;font-family:Frutiger Next Light,Arial;font-size:1.5rem}}.block-faqs{margin-bottom:3.3333333333rem}.block-faqs__list--half{display:grid;grid-column-gap:var(--grid-gap);column-gap:var(--grid-gap)}@media only screen and (min-width:768px){.block-faqs__list--half{grid-template-columns:repeat(2,1fr)}}@media print,screen and (min-width:0px){.block-faqs .common-text h3,.block-faqs__title{font-size:1rem}}@media print,screen and (min-width:768px){.block-faqs .common-text h3,.block-faqs__title{font-size:1.2777777778rem}}@media print,screen and (min-width:1024px){.block-faqs .common-text h3,.block-faqs__title{font-size:1.2777777778rem}}.block-faqs__item:not(:last-child){margin-bottom:3.3333333333rem}.block-faqs__item>:last-child{margin-bottom:0}.block-faqs__item .grid{gap:.8333333333rem}.block-form,.block-functions-overview{margin-bottom:3.3333333333rem}.block-functions-overview{max-width:100vw;overflow-x:clip}.block-functions-overview a{text-decoration:none;color:#003460}.block-functions-overview__icon{width:2.5rem;margin:auto}.block-functions-overview__title{text-align:center;font-size:1rem;margin:15px auto;max-width:5rem}.block-functions-overview__description{font-size:.88889rem;max-width:80%;text-align:center;margin:auto}.block-functions-overview__availability-list{margin-top:1.6666666667rem}.block-functions-overview__availability-item{position:relative;border-top:1px solid #f3f3f3;height:4.1111111111rem;display:flex;align-items:center;justify-content:center}.block-functions-overview__span{position:absolute;left:0;font-weight:900;font-size:.77778rem;-webkit-hyphens:auto;hyphens:auto;word-wrap:break-word;max-width:5rem}html[lang=fr] .block-functions-overview__span,html[lang=it] .block-functions-overview__span{-webkit-hyphens:none;hyphens:none}.block-functions-overview__availability{font-size:.88889rem}.block-functions-overview__link{font-size:.88889rem;text-align:center;margin-top:3.3333333333rem;text-decoration:underline;transition:color .2s ease-in-out;color:#1179bf}.block-functions-overview__link:hover{color:#003460}.block-functions-overview .splide__arrow{top:15%}.block-functions-overview .splide:not(.is-overflow) .splide__arrows{display:none}.block-functions-overview--desktop .splide__arrow{top:20%}.block-functions-overview--desktop .block-functions-overview__list{display:grid;grid-template-columns:200px 100%}.block-functions-overview--desktop .block-functions-overview__splider-list{width:calc(100% - 200px);overflow-x:clip}.block-functions-overview--desktop .block-functions-overview__availability-desktop{width:200px;display:grid;grid-template-rows:140px 94px 94px;margin-right:2.2222222222rem}.block-functions-overview--desktop .block-functions-overview__availability-business,.block-functions-overview--desktop .block-functions-overview__availability-patient{height:100%;grid-row:2;border-top:1px solid #f3f3f3;display:flex;align-items:center;font-weight:900}.block-functions-overview--desktop .block-functions-overview__availability-business{grid-row:3}.block-functions-overview--desktop .block-functions-overview__description,.block-functions-overview--desktop .block-functions-overview__link{display:none}.block-functions-overview--desktop .block-functions-overview__item{border-top:none;width:200px;display:grid;grid-template-columns:200px;grid-template-rows:140px 94px 94px 64px}.block-functions-overview--desktop .block-functions-overview__top-wrapper{grid-row:1;grid-column:1}.block-functions-overview--desktop .block-functions-overview__icon{height:45px;margin-top:1.1111111111rem}.block-functions-overview--desktop .block-functions-overview__title{max-width:5rem;margin:15px auto;color:#003460}.block-functions-overview--desktop .block-functions-overview__availability-list{margin-top:0;grid-row-start:2;grid-row-end:4;display:grid;grid-template-rows:94px 94px}.block-functions-overview--desktop .block-functions-overview__availability-item{border-top:none;height:100%}.block-functions-overview--desktop .block-functions-overview__item:hover{border-radius:8px;background-color:#fff;box-shadow:0 1px 10px rgba(0,0,0,.1607843137);transition:box-shadow .2s ease-in-out;overflow-y:hidden}.block-functions-overview--desktop .block-functions-overview__item:hover .block-functions-overview__availability-list{display:none}.block-functions-overview--desktop .block-functions-overview__item:hover .block-functions-overview__description{display:block;grid-row-start:2;grid-row-end:4;max-width:180px;text-align:center}.block-functions-overview--desktop .block-functions-overview__item:hover .block-functions-overview__link{grid-row:4;display:flex;align-items:center;justify-content:center;background-color:#1179bf;height:100%;margin-top:0;border-radius:0 0 10px 10px;font-family:Frutiger Next Cond Heavy,Arial;color:#fff;text-decoration:none}.block-map{margin-bottom:3.3333333333rem}.block-map__map{height:400px}.block-interactive-graphic{margin-bottom:3.3333333333rem}.block-interactive-graphic__wrapper{max-width:40rem;margin:0 auto;position:relative}.block-interactive-graphic__svg{width:100%;height:auto}.block-interactive-graphic__title{color:#cd2c5c;position:absolute;left:0;right:0;top:.8888888889rem;text-align:center}@media print,screen and (min-width:0px){.block-interactive-graphic__title{font-size:1.3333333333rem}}@media print,screen and (min-width:768px){.block-interactive-graphic__title{font-size:1.5555555556rem}}@media print,screen and (min-width:1024px){.block-interactive-graphic__title{font-size:1.6666666667rem}}@media only screen and (min-width:1024px){.block-interactive-graphic__title{width:85%;margin:0 auto}}.block-interactive-graphic__text{background-color:#cd2c5c;color:#fff;border-radius:15px;padding:.5555555556rem;font-size:.7777777778rem}@media only screen and (min-width:1024px){.block-interactive-graphic__text{width:85%;margin:0 auto;position:absolute;bottom:0;left:0;right:0}}.block-interactive-graphic__text a{color:#fff}#behandlungsqualitaet-button,#gesundheitskompetenz-button,#kontrolle-button,#notfall-button,#transparenz-button,#zugang-button{cursor:pointer}.block-blog-overview,.block-image{margin-bottom:3.3333333333rem}.block-blog-overview__list{margin:1.6666666667rem auto}.block-blog-slider{margin-bottom:3.3333333333rem;overflow-x:hidden}.layout-reduced .block-blog-slider .grid{max-width:none}.block-blog-slider__title{margin-bottom:2.2222222222rem;color:#1179bf}@media print,screen and (min-width:0px){.block-blog-slider__title{font-size:1rem}}@media print,screen and (min-width:768px){.block-blog-slider__title{font-size:1.2222222222rem}}.block-blog-slider__item{width:42.5%}@media only screen and (min-width:1024px){.block-blog-slider__item{width:31.5%;max-width:15.5555555556rem}}.block-blog-slider__link-wrapper{margin-top:3.3333333333rem}.block-quote{overflow:hidden;margin-bottom:3.3333333333rem}@media only screen and (min-width:768px){.block-quote{margin:auto auto 3.3333333333rem}}@media only screen and (min-width:1024px){.block-quote{margin:auto auto 3.3333333333rem}}.block-quote__blockquote{margin:0 auto}@media only screen and (min-width:768px){.block-quote__blockquote{max-width:calc(90% - 120px)}}@media only screen and (min-width:1024px){.block-quote__blockquote{max-width:calc(80% - 120px)}}.layout-reduced .block-quote__blockquote,.layout-withAnchorNav .block-quote__blockquote,.layout-withSubNav .block-quote__blockquote{max-width:100%}.block-quote__text{font-style:italic;-webkit-hyphens:auto;hyphens:auto}html[lang=fr] .block-quote__text,html[lang=it] .block-quote__text{-webkit-hyphens:none;hyphens:none}@media print,screen and (min-width:0px){.block-quote__text{font-size:1.2777777778rem}}@media print,screen and (min-width:768px){.block-quote__text{font-size:1.5rem}}@media print,screen and (min-width:1024px){.block-quote__text{font-size:1.5rem}}.block-quote__footer{display:flex;align-items:center;margin-top:.5555555556rem}.block-quote__epd-logo svg{width:12.5rem}@media only screen and (max-width:calc(768px - 1px)){.block-quote__epd-logo svg{width:8.3333333333rem}}.block-quote__author{margin-bottom:0;line-height:1.2;font-family:Frutiger Next Cond Heavy,Arial}.block-quote--default .block-quote__image{width:5.5555555556rem;height:5.5555555556rem;position:relative;border-radius:50%;overflow:hidden;margin-right:.8333333333rem}.block-quote--default .block-quote__image img{position:absolute;width:100%;height:100%;object-fit:cover;top:0;left:0}.block-quote--epd .block-quote__quote,.block-quote--extended .block-quote__quote{position:relative;padding:1.9444444444rem;display:flex;flex-direction:column;justify-content:center}@media only screen and (min-width:768px){.block-quote--epd .block-quote__quote,.block-quote--extended .block-quote__quote{padding:3.6111111111rem 2.2222222222rem 4.4444444444rem}}@media only screen and (max-width:calc(768px - 1px)){.block-quote--epd .block-quote__quote,.block-quote--extended .block-quote__quote{min-height:140px}}.block-quote--epd .block-quote__quote:before,.block-quote--extended .block-quote__quote:before{content:"";position:absolute;inset:0;border-width:50px 120px 70px 130px;border-style:solid;border-image:url(/images/QuoteBorderNew.svg);border-image-slice:50 100 70 150;z-index:-1}@media only screen and (min-width:768px){.block-quote--epd .block-quote__quote:before,.block-quote--extended .block-quote__quote:before{border-top-width:45px;border-right-width:200px;border-image-slice:50 220 70 150}}.block-quote--epd .block-quote__quote--epd,.block-quote--extended .block-quote__quote--epd{margin-left:3.6111111111rem}@media only screen and (max-width:calc(768px - 1px)){.block-quote--epd .block-quote__quote--epd,.block-quote--extended .block-quote__quote--epd{margin-left:1.3888888889rem}}.block-quote--epd .block-quote__text,.block-quote--extended .block-quote__text{line-height:1.2;font-family:Frutiger Next Cond Heavy,Arial;color:#003460;font-style:normal;margin-bottom:0}@media print,screen and (min-width:0px){.block-quote--epd .block-quote__text,.block-quote--extended .block-quote__text{font-size:1.5rem}}@media print,screen and (min-width:768px){.block-quote--epd .block-quote__text,.block-quote--extended .block-quote__text{font-size:3rem}}@media print,screen and (min-width:1024px){.block-quote--epd .block-quote__text,.block-quote--extended .block-quote__text{font-size:3rem}}@media only screen and (min-width:768px){.block-quote--epd .block-quote__text,.block-quote--extended .block-quote__text{max-width:90%}}.block-quote--epd .block-quote__slogan,.block-quote--extended .block-quote__slogan{line-height:1.2;font-family:Frutiger Next Cond Heavy,Arial;color:#1179bf;margin-bottom:0}@media print,screen and (min-width:0px){.block-quote--epd .block-quote__slogan,.block-quote--extended .block-quote__slogan{font-size:1.2222222222rem}}@media print,screen and (min-width:768px){.block-quote--epd .block-quote__slogan,.block-quote--extended .block-quote__slogan{font-size:2rem}}@media print,screen and (min-width:1024px){.block-quote--epd .block-quote__slogan,.block-quote--extended .block-quote__slogan{font-size:2rem}}@media only screen and (min-width:768px){.block-quote--epd .block-quote__slogan,.block-quote--extended .block-quote__slogan{max-width:70%}}.block-quote--epd .block-quote__footer,.block-quote--extended .block-quote__footer{justify-content:space-between}.block-quote--epd .block-quote__footer--with-image,.block-quote--extended .block-quote__footer--with-image{margin-top:-2.7777777778rem}.block-quote--epd .block-quote__footer--with-image .block-quote__author-info,.block-quote--extended .block-quote__footer--with-image .block-quote__author-info{padding-top:2.7777777778rem}@media only screen and (max-width:calc(768px - 1px)){.block-quote--epd .block-quote__footer--with-image,.block-quote--extended .block-quote__footer--with-image{margin-top:-1.3888888889rem}}@media only screen and (min-width:768px){.block-quote--epd .block-quote__footer--with-image,.block-quote--extended .block-quote__footer--with-image{margin-top:-3.6111111111rem}.block-quote--epd .block-quote__footer--with-image .block-quote__author-info,.block-quote--extended .block-quote__footer--with-image .block-quote__author-info{padding-top:2.7777777778rem}}@media only screen and (min-width:1024px){.block-quote--epd .block-quote__footer--with-image,.block-quote--extended .block-quote__footer--with-image{margin-top:-5.5555555556rem;align-items:center}.block-quote--epd .block-quote__footer--with-image .block-quote__author-info,.block-quote--extended .block-quote__footer--with-image .block-quote__author-info{padding-top:1.1111111111rem}}.block-quote--epd .block-quote__image,.block-quote--extended .block-quote__image{min-width:8.3333333333rem;width:8.3333333333rem;height:8.3333333333rem;order:2;transform:translateX(5%) translateY(-30%);width:5.5555555556rem;height:5.5555555556rem;position:relative;overflow:hidden;margin-right:.8333333333rem;border-radius:50%}.block-quote--epd .block-quote__image img,.block-quote--extended .block-quote__image img{position:absolute;width:100%;height:100%;object-fit:cover;top:0;left:0}@media only screen and (max-width:calc(768px - 1px)){.block-quote--epd .block-quote__image,.block-quote--extended .block-quote__image{min-width:5.5555555556rem;width:5.5555555556rem;height:5.5555555556rem}}@media only screen and (min-width:768px){.block-quote--epd .block-quote__image,.block-quote--extended .block-quote__image{min-width:11.1111111111rem;width:11.1111111111rem;height:11.1111111111rem;transform:translateX(35%) translateY(-10%)}}@media only screen and (min-width:1024px){.block-quote--epd .block-quote__image,.block-quote--extended .block-quote__image{min-width:16.6666666667rem;width:16.6666666667rem;height:16.6666666667rem;transform:translateX(35%) translateY(-5%)}}.block-quote--epd .block-quote__author-info,.block-quote--extended .block-quote__author-info{margin:0 0 1.1111111111rem}@media only screen and (min-width:1024px){.block-quote--epd .block-quote__author-info,.block-quote--extended .block-quote__author-info{margin:1.6666666667rem 0 0}}.block-quote--epd .block-quote__author,.block-quote--extended .block-quote__author{margin-right:15px;color:#1179bf;margin-bottom:0}@media print,screen and (min-width:0px){.block-quote--epd .block-quote__author,.block-quote--extended .block-quote__author{font-size:1rem}}@media print,screen and (min-width:768px){.block-quote--epd .block-quote__author,.block-quote--extended .block-quote__author{font-size:1.2777777778rem}}@media print,screen and (min-width:1024px){.block-quote--epd .block-quote__author,.block-quote--extended .block-quote__author{font-size:1.2777777778rem}}.block-quote--epd .block-quote__position,.block-quote--extended .block-quote__position{line-height:1.25;margin-right:15px;color:#1179bf;margin-bottom:0}@media print,screen and (min-width:0px){.block-quote--epd .block-quote__position,.block-quote--extended .block-quote__position{font-size:.7777777778rem}}@media print,screen and (min-width:768px){.block-quote--epd .block-quote__position,.block-quote--extended .block-quote__position{font-size:1rem}}@media print,screen and (min-width:1024px){.block-quote--epd .block-quote__position,.block-quote--extended .block-quote__position{font-size:1.2777777778rem}}.block-text{margin-bottom:3.3333333333rem}@media only screen and (min-width:768px){.block-text__layout--image-text,.block-text__layout--text-image,.block-text__layout--text-text,.block-text__layout--text-video,.block-text__layout--video-text{display:flex;flex-direction:row}.block-text__layout--image-text>*,.block-text__layout--text-image>*,.block-text__layout--text-text>*,.block-text__layout--text-video>*,.block-text__layout--video-text>*{width:50%}}.block-text__layout--center{align-items:center}.block-text__layout--bottom{align-items:flex-end}.block-text__layout iframe{aspect-ratio:16/9}.block-text-cards{margin-bottom:3.3333333333rem}.block-text-cards .grid{row-gap:0}.block-text-cards__list{display:grid;grid-gap:var(--grid-gap);gap:var(--grid-gap)}@media only screen and (min-width:768px){.block-text-cards__list{grid-template-columns:repeat(3,1fr)}}@media only screen and (min-width:1024px){.block-text-cards__list{grid-template-columns:repeat(4,1fr)}}@media only screen and (min-width:768px){.layout-reduced .block-text-cards__list{grid-template-columns:repeat(2,1fr)}}@media only screen and (min-width:1024px){.layout-reduced .block-text-cards__list{grid-template-columns:repeat(3,1fr)}}.block-text-cards__item{background:#f3f3f3;border-radius:8px;box-shadow:none;transition:box-shadow .3s ease-in-out}.block-text-cards__item a{text-decoration:none;display:flex;flex-direction:column;height:100%;padding:2.5rem 1.1111111111rem}.block-text-cards__item:hover{box-shadow:0 4px 8px rgba(0,0,0,.1607843137)}.block-text-cards__item:hover .block-text-cards__arrow span{width:19.796px;opacity:1}.block-text-cards__item:hover .block-text-cards__arrow:after{right:-4px}.block-text-cards__title{color:#003460;font-size:1.2222222222rem;line-height:1.2;font-family:Frutiger Next Cond Heavy,Arial}.block-text-cards__text{color:#003460;font-size:1rem;flex:1 1}.block-text-cards__arrow{position:relative;display:block;width:1rem;margin-top:1.3888888889rem}.block-text-cards__arrow span{width:0;opacity:0;background-color:#1179bf;transform-origin:right 50%;transition:width .3s,opacity .3s;margin-top:4px}.block-text-cards__arrow span,.block-text-cards__arrow:after{display:block;height:2px;position:absolute;top:calc(50% - 1px)}.block-text-cards__arrow:after{content:"";width:14px;width:10px;height:10px;border-top:2px solid #1179bf;border-right:2px solid #1179bf;margin-right:2px;transform:rotate(45deg);right:calc(100% - .5rem);transition:right .3s .05s}.block-three-row-teaser{margin:3.3333333333rem 0}.block-three-row-teaser>.grid{max-width:1280px!important}.block-three-row-teaser__list{display:grid;grid-template-columns:repeat(1,1fr);grid-gap:var(--grid-gap);gap:var(--grid-gap)}@media only screen and (min-width:768px){.block-three-row-teaser__list{grid-template-columns:repeat(3,1fr)}}.block-three-row-teaser__item{display:flex;flex-direction:column;height:100%;justify-content:space-between}.block-three-row-teaser__image{width:85%;margin:0 auto 1.1111111111rem}@media only screen and (min-width:768px){.block-three-row-teaser__image{margin:0 auto 2.2222222222rem}}.block-three-row-teaser__content{flex:1 1;display:flex;flex-direction:column;justify-content:space-between;-webkit-hyphens:auto;hyphens:auto}html[lang=fr] .block-three-row-teaser__content,html[lang=it] .block-three-row-teaser__content{-webkit-hyphens:none;hyphens:none}.block-three-row-teaser__text,.block-three-row-teaser__title{font-size:1.5rem}@media only screen and (min-width:768px){.block-three-row-teaser__title{font-size:2.0555555556rem}}.block-three-row-teaser__text{line-height:2.2777777778rem;margin-bottom:1.1111111111rem}.block-three-row-teaser__link{flex:1 1;display:flex;flex-direction:column;justify-content:flex-end}.block-three-row-teaser__link a{width:-moz-fit-content;width:fit-content}.block-search{margin-bottom:3.3333333333rem}.block-search__result-label{margin-top:.5555555556rem}.block-search__overview{margin-top:3.3333333333rem}.block-search__form-field{position:relative}.block-search__form-field svg{position:absolute;left:.5555555556rem;top:.8333333333rem;width:1.1111111111rem;height:1.1111111111rem}.block-search__form-field input{padding-left:2.2222222222rem}.block-slider{margin-bottom:3.3333333333rem;max-width:100vw}.block-slider .grid{overflow-x:clip}.block-video{margin-bottom:3.3333333333rem;position:relative}.block-video-teaser{margin-bottom:3.3333333333rem;color:#fff}.block-video-teaser .video-teaser{display:grid;grid-gap:0;gap:0}@media only screen and (min-width:768px){.block-video-teaser .video-teaser{grid-template-columns:repeat(2,1fr)}}.block-video-teaser .video-teaser__image-wrapper{background-color:#003460}.block-video-list{margin-bottom:3.3333333333rem}.block-video-list__list{list-style-type:none;padding:0;margin:0;display:grid;grid-gap:var(--grid-gap)}.block-process{margin-bottom:3.3333333333rem;max-width:100vw;overflow-x:clip}.block-process__wrapper{position:relative}.block-process__description{margin-bottom:1.1111111111rem}.block-provider{margin-bottom:3.3333333333rem;padding-top:4.4444444444rem;padding-bottom:4.4444444444rem}.block-provider__grid{gap:0;background-color:#f3f3f3;padding:1.3333333333rem;border-radius:8px}@media only screen and (min-width:1024px){.block-provider__grid{padding:2.6666666667rem}}.block-provider__filter-result,.block-provider__table{margin-bottom:1.1111111111rem}.block-provider__table{width:100%;border-collapse:collapse}.block-provider__table tr{display:grid;grid-gap:1.1111111111rem;gap:1.1111111111rem;padding:.5555555556rem 0}.block-provider__table td,.block-provider__table th{text-align:center}@media only screen and (min-width:1024px){.block-provider__table td,.block-provider__table th{text-align:left}}.block-provider__table th{background-color:#f3f3f3;font-family:Frutiger Next Cond Heavy,Arial;font-weight:700;padding-top:0}@media only screen and (min-width:1024px){.block-provider__table--canton tr{grid-template-columns:1fr 1.5fr 1fr 1fr}.block-provider__table--residenceCantons tr{grid-template-columns:1fr 1.5fr 1fr 1fr 1fr 1fr}}.block-provider__process{margin-bottom:3.3333333333rem}@media only screen and (min-width:1024px){.block-provider__process{display:flex;gap:var(--grid-gap)}.block-provider__process .item-process__icon{justify-content:center}}.block-provider__process-counter{font-size:2rem;font-family:Frutiger Next Cond Heavy,Arial;margin-bottom:.5555555556rem;line-height:1}.block-provider__process-text,.block-provider__process-title{margin-bottom:1.1111111111rem}.block-provider__process-meta{display:flex;justify-content:space-between;margin-bottom:1.1111111111rem;min-width:11.1111111111rem;gap:var(--grid-gap)}.block-provider__process-icon{display:flex;align-items:center;justify-content:flex-end;height:5.5555555556rem;width:100%}.block-provider__process-icon img{max-width:8.3333333333rem;max-height:5.5555555556rem}@media print,screen and (min-width:0px){.block-provider__process__title{font-size:1.1111111111rem}}@media print,screen and (min-width:768px){.block-provider__process__title{font-size:1.1111111111rem}}@media print,screen and (min-width:1024px){.block-provider__process__title{font-size:1.2222222222rem}}.block-provider__description{margin-bottom:1.1111111111rem}.block-provider__filter{display:grid;grid-gap:1.1111111111rem;gap:1.1111111111rem;margin-bottom:3.3333333333rem}@media only screen and (min-width:1024px){.block-provider__filter{grid-template-columns:repeat(5,minmax(0,1fr))}}.block-provider__filter--hidden{display:none}.block-provider__filter .button{display:inline-block}@media only screen and (max-width:calc(1024px - 1px)){.block-provider__list-header{display:none}}.block-provider__button{display:flex;gap:1.1111111111rem;align-items:center;margin-top:1.1111111111rem;border-top:1px solid #cdcbcb;padding:1.1111111111rem 0;flex-direction:column}@media only screen and (min-width:1024px){.block-provider__button{flex-direction:row}}.block-provider__button p{margin:0}@media only screen and (max-width:calc(768px - 1px)){.block-provider__button .button{width:100%;text-align:center}}.block-provider-locations{margin-bottom:3.3333333333rem}.block-provider-locations__filter,.block-provider-locations__text{margin-bottom:var(--grid-gap)}.block-provider-locations__overview-wrapper{background-color:#f3f3f3;padding:3.3333333333rem 0}.block-provider-locations__overview-wrapper>.grid{max-width:1280px!important}.block-provider-locations__overview{display:grid;grid-template-columns:repeat(1,1fr);grid-gap:var(--grid-gap);gap:var(--grid-gap)}@media only screen and (min-width:768px){.block-provider-locations__overview{grid-template-columns:repeat(3,1fr)}}@media only screen and (min-width:1024px){.block-provider-locations__overview{grid-template-columns:repeat(4,1fr)}}.block-provider-locations__filter-result{margin-bottom:1.1111111111rem}.map{height:27.7777777778rem}@media only screen and (min-width:768px){.map{height:33.3333333333rem}}@media only screen and (min-width:1024px){.map{height:38.8888888889rem}}.infoBox{width:15.5555555556rem!important;transform:translateX(-7.7777777778rem) translateY(.5555555556rem)!important;padding-bottom:4.1666666667rem}.infoBox>img{display:none!important}.cluster>*{color:#fff!important;line-height:27px!important}.block-advantages{margin-bottom:3.3333333333rem}@media only screen and (min-width:768px){.block-advantages__list{display:grid;grid-template-columns:repeat(2,1fr);grid-template-rows:1fr [content-start] auto [content-end];grid-gap:var(--grid-gap);gap:var(--grid-gap)}}@media only screen and (min-width:1024px){.block-advantages__list{grid-template-columns:repeat(3,1fr)}}.block-advantages__advantage{position:relative;padding:2.6666666667rem 1.3333333333rem;min-height:250px}@media only screen and (max-width:calc(768px - 1px)){.block-advantages__advantage{margin-bottom:3.3333333333rem}}.block-advantages__advantage .block-advantages__icon{width:1.3333333333rem;height:1.3333333333rem;margin-bottom:.8888888889rem}.block-advantages__advantage .block-advantages__hovertext,.block-advantages__advantage .block-advantages__icon,.block-advantages__advantage .block-advantages__maintext{grid-area:content}@media print,screen and (min-width:0px){.block-advantages__advantage .block-advantages__maintext{font-size:1.1111111111rem}}@media print,screen and (min-width:768px){.block-advantages__advantage .block-advantages__maintext{font-size:1.2222222222rem}}@media print,screen and (min-width:1024px){.block-advantages__advantage .block-advantages__maintext{font-size:1.2222222222rem}}.block-advantages__advantage .block-advantages__hovertext{display:none;max-height:150px;overflow-y:auto}.block-advantages__advantage:before{content:"";position:absolute;inset:0;border-width:50px 120px 70px 150px;border-style:solid;border-image:url(/images/advantageBorder.svg);border-image-slice:50 100 70 150;z-index:-1}.block-advantages__advantage:hover{color:#fff}.block-advantages__advantage:hover .block-advantages__icon,.block-advantages__advantage:hover .block-advantages__maintext{display:none}.block-advantages__advantage:hover .block-advantages__hovertext{display:block}.block-advantages__advantage:hover:before{border-image:url(/images/advantageBorderInverted.svg);border-image-slice:50 100 70 150}.block-advantages__advantage:hover:after{content:"";position:absolute;inset:1.5rem;background-color:#003460;z-index:-1}.block-advantages__link{width:-moz-fit-content;width:fit-content;margin:0 auto var(--grid-gap)}.block-testimonial{position:relative;overflow:hidden;max-width:1000px;padding-bottom:2rem;margin:auto}.block-testimonial blockquote{position:relative}.block-testimonial blockquote:before{content:"";position:absolute;inset:1rem;border-width:50px 120px 70px 150px;border-style:solid;border-image:url(/images/advantageBorder.svg);border-image-slice:50 100 70 150;z-index:-1}.block-testimonial__wrapper{padding:3.5555555556rem 2.6666666667rem 4.4444444444rem}.block-testimonial__title{margin:0 0 2.2222222222rem;color:#003460;max-width:15rem}@media print,screen and (min-width:0px){.block-testimonial__title{font-size:2rem}}@media print,screen and (min-width:768px){.block-testimonial__title{font-size:3rem}}@media print,screen and (min-width:1024px){.block-testimonial__title{font-size:3rem}}.block-testimonial__image{position:absolute;right:-25%;top:25%;width:30rem;pointer-events:none}.block-testimonial__link{width:-moz-fit-content;width:fit-content}@media screen and (max-width:350px){.block-testimonial__image{top:65%;right:auto}}@media screen and (min-width:500px){.block-testimonial{padding-bottom:20%}.block-testimonial__wrapper{padding:4rem 25%}.block-testimonial__title{max-width:60%}.block-testimonial__image{right:-20%;top:20%;width:40rem}.block-testimonial blockquote:before{inset:1rem 20%}}@media screen and (min-width:800px){.block-testimonial__image{right:-5%;top:20%;width:80%}}.blog-teaser{display:block;width:100%}.blog-teaser a{text-decoration:none;display:block}.blog-teaser__image{margin-bottom:1.3333333333rem;padding-top:66.67%;position:relative;overflow:hidden}.blog-teaser__image img{position:absolute;width:100%;height:100%;object-fit:cover;top:0;left:0}.blog-teaser .blog-meta{margin:.2777777778rem 0 1.1111111111rem}.blog-teaser__date{font-size:.7777777778rem;color:#003460}.blog-teaser__title{line-height:1.5;color:#003460;margin:0}@media print,screen and (min-width:0px){.blog-teaser__title{font-size:1.1111111111rem}}@media print,screen and (min-width:768px){.blog-teaser__title{font-size:1.5rem}}.blog-teaser__link{margin:.5555555556rem 0 .4444444444rem}.blog-teaser__teaser{color:#000}.blog-teaser--reduced .blog-teaser__title{font-size:.8888888889rem}.item-process{background-color:#1179bf;border-radius:8px;height:100%;padding:1.6666666667rem;color:#fff;display:flex;flex-direction:column}.item-process--dark-blue{background-color:#003460}@media only screen and (min-width:1024px){.item-process--rows{flex-direction:row;gap:var(--grid-gap)}.item-process--rows .item-process__icon{justify-content:center}.item-process--rows .item-process__meta{min-width:11.1111111111rem}}.item-process__counter{font-size:2rem;font-family:Frutiger Next Cond Heavy,Arial;margin-bottom:.5555555556rem;line-height:1}.item-process__meta,.item-process__text,.item-process__title{margin-bottom:1.1111111111rem}.item-process__meta{display:flex;justify-content:space-between;gap:var(--grid-gap);order:1}.item-process__icon{display:flex;align-items:center;justify-content:flex-end;height:5.5555555556rem;width:100%}.item-process__icon img{width:100%;max-width:8.3333333333rem;max-height:5.5555555556rem}@media print,screen and (min-width:0px){.item-process__title{font-size:1.1111111111rem}}@media print,screen and (min-width:768px){.item-process__title{font-size:1.1111111111rem}}@media print,screen and (min-width:1024px){.item-process__title{font-size:1.2222222222rem}}.item-process__content{display:flex;flex-direction:column;justify-content:space-between;flex:1 1;order:2}.provider-location{background-color:#fff;font-size:18px;line-height:1.6;border-radius:8px;font-family:Frutiger Next Light,Arial;font-size:1rem}.map .provider-location{width:15.5555555556rem}.provider-location__inside{padding:1.3333333333rem;display:flex;flex-flow:column;justify-content:space-between;height:100%}.provider-location__logo{margin-bottom:1.6666666667rem;height:2.7777777778rem;display:flex;align-items:center}.provider-location__logo img{max-width:11.1111111111rem;max-height:2.7777777778rem;width:auto;height:auto}.provider-location__phone svg{width:.6666666667rem;height:.6666666667rem;margin-right:.5555555556rem}.provider-location__button-wrapper{margin-top:1.3888888889rem}.provider-location__button-wrapper .button{width:100%;text-align:center}.provider-location__close{background-color:#1179bf;border-radius:0 0 8px 8px;cursor:pointer;text-align:center;transition:background-color .25s ease-out}.provider-location__close svg,.provider-location__close svg path{width:.5555555556rem;height:.5555555556rem}.provider-location__close svg path{stroke:#fff}.provider-location__close:hover{background-color:#003460}.search-teaser{height:100%;width:100%;background-color:#f3f3f3}.search-teaser__link{padding:1.3333333333rem;display:flex;flex-flow:column;justify-content:space-between;text-decoration:none;height:100%}.search-teaser__link:hover .button{background-color:#003460;color:#fff}.search-teaser__label{color:#000;font-size:.7777777778rem;min-height:1rem;display:block}.search-teaser__title{line-height:1.5;margin:1.1111111111rem 0 .4444444444rem;color:#003460}@media print,screen and (min-width:0px){.search-teaser__title{font-size:1.1111111111rem}}@media print,screen and (min-width:768px){.search-teaser__title{font-size:1.2222222222rem}}.search-teaser__text{color:#000}.search-teaser__text-highlight{color:#003460}.search-teaser__button-wrapper{margin-top:1.3888888889rem}.video{aspect-ratio:16/9;line-height:0}.video iframe{width:100%;height:100%}.provider-item{width:100%;transition:box-shadow .2s ease-in-out;border-top:1px solid #cdcbcb;grid-gap:1.1111111111rem;padding:1.1111111111rem 0;line-height:1.2}.provider-item a{color:#003460}@media only screen and (max-width:calc(1024px - 1px)){.provider-item{text-align:center}}@media only screen and (max-width:calc(768px - 1px)){.provider-item .button{width:100%}}.provider-item__logo-wrapper{text-align:center}.provider-item__logo{width:6.9444444444rem;max-width:100%;min-height:4.4444444444rem;align-items:center;display:flex;justify-content:center;margin:0 auto}.provider-item__logo img{max-width:100%;max-height:5rem;width:auto;height:auto}.provider-item__title{font-style:normal;margin-top:.4444444444rem;text-align:center;display:block;line-height:1}@media only screen and (max-width:calc(1024px - 1px)){.provider-item__cantons,.provider-item__epdApp,.provider-item__langs,.provider-item__opening-type{display:none}}@media only screen and (min-width:1024px){.provider-item__description{display:none}}.provider-item__opening-type span:not(:last-child):after{content:" & "}.provider-item__langs{text-transform:uppercase}.provider-item__fee-residence-cantos{margin-top:.2777777778rem}.provider-item__fee-residence-cantos h4{margin-bottom:0}.layout main{padding-top:180px}@media only screen and (max-width:calc(1280px - 1px)){.layout main{padding-top:200px}}@media only screen and (max-width:calc(1024px - 1px)){.layout main{padding-top:140px}}.layout .layout-default .flexgrid,.layout .layout-default .grid,.layout .layout-default .hero__grid{max-width:1280px}.layout .layout-withAnchorNav .flexgrid,.layout .layout-withAnchorNav .grid,.layout .layout-withSubNav .flexgrid,.layout .layout-withSubNav .grid{max-width:800px}.layout .layout-withAnchorNav .hero__grid,.layout .layout-withSubNav .hero__grid{max-width:1280px}.layout .layout-reduced .flexgrid,.layout .layout-reduced .grid,.layout .layout-reduced .hero__grid{max-width:800px}.blog__wrapper{margin-bottom:5.5555555556rem}.blog__image-wrapper{margin-top:2.2222222222rem;background-color:#f3f3f3;margin-bottom:1.1111111111rem}.blog__image{max-width:800px;margin:0 auto;border-left:10px solid #fff;border-right:10px solid #fff}.blog__header{margin-bottom:4.1666666667rem}.blog__title{margin:0 0 2.2222222222rem}.blog__lead{margin:2.2222222222rem 0 0}.hide-mobile{display:none}@media only screen and (min-width:768px){.hide-mobile{display:block}}.only-mobile{display:block}@media only screen and (min-width:768px){.only-mobile{display:none}}