@charset "UTF-8";:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:color(DEEP_BLUE);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-text-size-adjust:100%}body{margin:0;min-width:320px}:export{sm:576;md:768;lg:1440;xl:1920}.cue-avatar-wrapper{border:0;display:flex;flex-wrap:wrap;gap:16px}.cue-avatar-image{width:50px;height:50px;border:0;border-radius:50%;transition:.25s all;width:80px;height:80px}.cue-avatar-name,.cue-avatar-occupation{white-space:pre-line}.cue-avatar-meta{border:0;width:calc(100% - 100px);padding:0 1rem;display:flex;flex-direction:column;justify-content:center}.cue-avatar-meta h5{white-space:nowrap}.cue-badge{display:inline-flex;background:lightgray;align-items:center;justify-content:center;min-width:25px;min-height:25px;border-radius:9999px;font-size:14px;font-weight:700;padding:0 8px}.cue-badge-absolute{position:absolute;top:-12px;right:-12px}.cue-button{display:inline-flex;align-items:center;cursor:pointer;background:lightgray;position:relative}.cue-button>*{pointer-events:none}.cue-button-icon-right .cue-icon-default{order:1}.cue-bookmark{width:auto;display:flex;align-items:center;justify-content:center;border-radius:5px;cursor:pointer;background:#000;padding:8px}.cue-bookmark svg{fill:#fff;width:16px}.cue-bookmark:hover{background:#333}.cue-bookmark:focus{outline:none}.cue-bookmark:not(:focus-visible){box-shadow:none;outline:none}.cue-countdown{display:flex;gap:10px}.cue-countdown .cue-countdown-slot{display:flex;flex-direction:column;justify-content:center;align-items:center}.cue-date-input .date-input-element{width:100%;background:lightgray;color:#000;padding:10px 12px 5px;box-sizing:border-box}.cue-input{display:block;resize:both}.cue-input-element{border:1px solid darkgray;background:white;color:#000;padding:5px 10px;box-sizing:border-box}.cue-image button{position:absolute;left:50%;top:50%;transform:translate(-50%) translateY(-50%)}.cue-image-element{object-fit:cover;width:100%;height:100%}.cue-toggle .cue-toggle-label{position:relative;width:53px;height:28px;display:flex;align-items:center;cursor:pointer}.cue-toggle .cue-toggle-label:focus{box-shadow:0 0 0 3px gray;outline:none}.cue-toggle .cue-toggle-label:focus:not(:focus-visible){box-shadow:none;outline:none}.cue-toggle .cue-toggle-label.disabled{opacity:.5;pointer-events:none}.cue-toggle .cue-toggle-label .cue-toggle-checkbox{display:none}.cue-toggle .cue-toggle-label .cue-toggle-background-bar{width:100%;height:23px;background:#eee;border:1px solid #ddd;border-radius:99999px}.cue-toggle .cue-toggle-label .cue-toggle-indicator{transition:all .2s ease-out;position:absolute;width:28px;height:28px;display:flex;align-items:center;justify-content:center;background:#666;box-shadow:1px 4px 5px #0000004d;border-radius:50%;left:0}.cue-toggle .cue-toggle-label .cue-toggle-indicator svg{fill:#eee;width:18px}.cue-toggle .cue-toggle-label.is-checked .cue-toggle-indicator{left:100%;transform:translate(-100%)}.cue-checkbox{cursor:pointer;display:inline-flex;align-items:center}.cue-checkbox input:checked~div svg{opacity:1}.cue-checkbox .cue-checkbox-indicator{display:inline-flex;width:20px;height:20px;box-sizing:border-box;border:1px solid darkgray;justify-content:center;align-items:center}.cue-checkbox .cue-checkbox-indicator.has-label{margin-right:5px}.cue-checkbox .cue-checkbox-indicator svg{opacity:0}.cue-checkbox .cue-checkbox-indicator path{fill:#a9a9a9}.cue-textarea{display:block;resize:both;background:white}.cue-indicator{display:inline-block;width:14px;height:14px;border-radius:50%;background:gray;display:flex;align-items:center;justify-content:center}.cue-indicator:after{content:"";position:absolute;width:10px;height:10px;background:white;border-radius:50%}.cue-indicator-active:after{background:gray}.cue-label{padding:5px;background:gray}.cue-loading-indicator{display:inline-block;width:40px;height:40px}.cue-loading-indicator:after{content:"";display:block;width:30px;height:30px;border-radius:50%;border:6px solid transparent;border-color:gray transparent gray transparent;animation:cue-loading-animation 1.2s linear infinite}@keyframes cue-loading-animation{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.cue-progress{height:20px}.cue-progress .cue-progress-bar{position:relative;height:100%;background:gray;cursor:pointer}.cue-progress .cue-progress-bar.cue-progress-bar-disabled{pointer-events:none;cursor:default}.cue-progress .cue-progress-value{position:absolute;height:100%;background:lightgray}.cue-progress .cue-progress-hover-value{pointer-events:none;position:absolute;height:100%;background:darkgray}.cue-radio-button{cursor:pointer;display:flex;align-items:center}.cue-radio-button input:checked~div:after{display:block}.cue-radio-button span{margin-left:5px}.cue-radio-button .cue-radiobutton-circle{border-radius:50%;box-sizing:border-box;width:24px;height:24px;border:2px solid black;display:flex;justify-content:center;align-items:center}.cue-radio-button .cue-radiobutton-circle:after{content:"";border-radius:50%;width:10px;height:10px;background:black;display:none}.cue-switch{display:inline-flex;-webkit-user-select:none;user-select:none}.cue-switch-option{padding:5px;border:1px solid gray;cursor:pointer}.cue-switch-option:nth-of-type(1){border-right:none}.cue-switch-option:nth-of-type(2){border-left:none}.cue-switch-option--is-active{background:lightgray}.cue-text-toggle{cursor:pointer;display:inline-flex;height:28px;align-items:center;-webkit-user-select:none;user-select:none}.cue-text-toggle button{pointer-events:none}.cue-text-toggle button svg{transform:rotate(45deg)}.cue-text-toggle input:checked~button svg{transform:rotate(0) translateY(0)}.cue-accordion-item{margin-bottom:20px}.cue-accordion-header{display:flex;box-sizing:border-box;width:100%;margin-bottom:10px}.cue-accordion-header svg{transition:transform .2s ease-out}.cue-accordion-content-wrapper{transition:max-height .4s ease-out;height:auto;max-height:0;margin:10px;overflow:hidden}.cue-accordion-item.open .cue-accordion-header svg{transition:transform .2s ease-out;transform:rotate(90deg)}.cue-breadcrumbs-wrapper,.cue-breadcrumbs-item{display:flex}.cue-breadcrumbs-item a{text-decoration:none;color:inherit}.cue-breadcrumbs-item--is-active{font-weight:700}.cue-breadcrumbs--separator svg,.cue-breadcrumbs--icon svg{fill:#fff}.cue-card{box-sizing:border-box;display:flex;flex-wrap:wrap;flex-direction:column;justify-content:flex-start;width:100%;height:100%;overflow:hidden;background:white;border-radius:10px;border:1px solid #eee;position:relative}.cue-card-wrapper{position:relative;display:flex;flex-direction:column;width:100%;box-sizing:border-box}.cue-card-deck--outer{display:flex;flex-direction:row;flex-wrap:wrap;width:100%}.cue-card-deck--inner{width:100%;box-sizing:border-box;display:grid;grid-template-rows:repeat(4,auto);grid-template-columns:repeat(4,auto);gap:20px}.cue-card--hoverable{cursor:pointer}.cue-card--hoverable:hover{box-shadow:1px 8px 20px #0006}.cue-card--hoverable:hover .cue-card-image img{transform:scale(1.05)}.cue-card--loading .cue-card-header,.cue-card--loading .cue-card-image,.cue-card--loading .cue-card-content,.cue-card--loading .cue-card-footer{opacity:0}.cue-card-loading-spinner{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.cue-card-loading{width:100%;display:flex;justify-content:center;align-items:center;padding:40px 0}.cue-card-header{padding:10px 20px;border-bottom:1px solid #eee}.cue-card-image{overflow:hidden}.cue-card-image img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease-out;transform:scale(1)}.cue-card-content{margin:20px}.cue-card-footer{border-top:1px solid #eee;padding:20px;display:flex;gap:10px;justify-self:flex-end;width:100%;margin-top:auto}.cue-content-container{display:grid;grid-template-columns:36;grid-template-rows:1;margin-top:20px}.cue-content-container-inner{grid-column:3/35}.cue-content-container-docked{margin-top:-68px}.cue-external-content{display:flex;align-items:center;justify-content:center;width:100%;height:100%}.cue-external-content iframe{border:0;height:100%;width:100%}.cue-external-content-fullscreen{width:100vw;height:100vh}.cue-external-content-loading iframe{opacity:0;width:0}.cue-language-selector{display:flex;gap:10px}.cue-language-selector .cue-language-selector-item{cursor:pointer}.cue-menu{list-style-type:none;padding:0}.cue-menu--horizontal{display:flex;flex-wrap:wrap}.cue-menu--horizontal .cue-menu--is-submenu{position:absolute;top:100%;left:0;right:auto;margin:0;background:gray;width:auto;min-width:100%;list-style:none;display:none}.cue-menu--horizontal .cue-menu--is-submenu .cue-menu--is-submenu{width:auto;position:absolute;left:100%;top:0}.cue-menu--horizontal .cue-menu--is-submenu-open{display:block}.cue-menu--vertical{display:flex;flex-direction:column;flex-wrap:wrap}.cue-menu--vertical .cue-menu-item{display:flex;padding:10px 15px;box-sizing:border-box;cursor:pointer}.cue-menu--vertical .cue-menu--is-submenu{position:relative;height:0;left:0;width:100%;overflow:hidden;padding-left:20px}.cue-menu--vertical .cue-menu-item-submenu-trigger--open{transform:rotate(90deg)}.cue-menu--vertical .cue-menu--is-submenu-open{height:auto}.cue-menu--vertical .cue-menu-item-has-submenu{flex-wrap:wrap;align-items:center;padding:0}.cue-menu--vertical .cue-menu-item-has-submenu>span:not(.cue-menu-item-submenu-trigger),.cue-menu--vertical .cue-menu-item-has-submenu>a{padding:10px 0 10px 15px}.cue-menu--has-submenu{position:relative}.cue-menu-item{box-sizing:border-box;cursor:pointer}.cue-menu-item a{color:inherit;text-decoration:none}.cue-steps-wrapper{display:flex;justify-content:stretch;align-items:center}.cue-steps-wrapper .cue-progress-steps-progress{position:absolute;width:100%;z-index:-1}.cue-steps-prev-btn{margin-right:10px}.cue-steps-next-btn{margin-left:10px}.cue-steps-title{position:absolute;left:0;top:-40px;white-space:nowrap;transition:.5s all}.cue-steps-holder-outer{display:flex;align-items:center;flex:1;position:relative}.cue-steps-holder{list-style:none;padding:0;display:flex;justify-content:space-between;position:relative;flex:1}.cue-steps-holder-position{width:100%;display:flex;justify-content:center}.cue-acs{position:relative;aspect-ratio:16/9}.cue-acs-loading{position:absolute;width:100%;height:100%;display:flex;justify-content:center;align-items:center}.cue-acs-loading>div{display:flex;flex-direction:column;justify-content:center;align-items:center}.cue-modal-backdrop{background-color:#0000001a;position:fixed;left:0;top:0;height:100%;width:100%;display:none;box-sizing:border-box;padding:3rem}.cue-modal .cue-modal-container{color:inherit;box-shadow:1px 13px 20px #0101014d;word-wrap:break-word;flex-wrap:wrap;position:relative;width:auto;animation-name:bring-modal-content;animation-duration:.5s;animation-iteration-count:1;animation-delay:0;animation-timing-function:ease-in-out;animation-fill-mode:forwards;opacity:0}@keyframes bring-modal-content{0%{transform:translatey(50px);opacity:0}to{transform:translateY(0);opacity:1}}.cue-modal-content{overflow:auto;max-height:100vh;padding:20px;background-color:#fff}@media (min-width: 768px){.cue-modal-content{padding:30px}}.cue-modal-close-button-wrapper{position:absolute;right:0;z-index:9}.cue-modal-show .cue-modal-backdrop{display:flex}.cue-modal-render-in-place .cue-modal-backdrop{position:absolute}.cue-modal-full-width .cue-modal-backdrop{padding:0}.cue-modal-full-width .cue-modal-container{width:100%}.cue-slide-in-backdrop{overflow:hidden;position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.3);opacity:0;pointer-events:none;transition:opacity .25s}.cue-slide-in-container{position:absolute;box-sizing:border-box;max-width:100vw;background:#eee;padding:42px;pointer-events:all;display:flex;flex-direction:column;overflow:auto;animation-duration:.25s;animation-iteration-count:1;animation-delay:0;animation-timing-function:ease-in-out;animation-fill-mode:forwards}.cue-slide-in-content{margin-top:40px;flex:2}.cue-slide-in-close-button-wrapper{position:absolute;right:20px;top:20px;display:flex;justify-content:flex-end}.cue-slide-in-placement-top .cue-slide-in-container,.cue-slide-in-placement-bottom .cue-slide-in-container{width:100%;height:auto}.cue-slide-in-placement-right .cue-slide-in-container,.cue-slide-in-placement-left .cue-slide-in-container{width:600px;height:100%}.cue-slide-in-placement-right .cue-slide-in-container{right:0;animation-name:bring-slide-in-right}.cue-slide-in-placement-left .cue-slide-in-container{left:0;animation-name:bring-slide-in-left}.cue-slide-in-placement-top .cue-slide-in-container{top:0;animation-name:bring-slide-in-top}.cue-slide-in-placement-bottom .cue-slide-in-container{bottom:0;animation-name:bring-slide-in-bottom}@keyframes bring-slide-in-right{0%{transform:translate(100%)}to{transform:translate(0)}}@keyframes bring-slide-in-left{0%{transform:translate(-100%)}to{transform:translate(0)}}@keyframes bring-slide-in-top{0%{transform:translateY(-100%)}to{transform:translateY(0)}}@keyframes bring-slide-in-bottom{0%{transform:translateY(100%)}to{transform:translateY(0)}}.cue-slide-in-show .cue-slide-in-backdrop{opacity:1;pointer-events:all}.cue-slider{position:relative}.cue-slider-navigation-wrapper{position:absolute;width:100%;top:50%;left:0;transform:translateY(-50%);z-index:100;display:flex;justify-content:space-between;pointer-events:none}.cue-slider-pagination{display:flex;justify-content:center;align-content:center;padding:20px 0 0}.cue-toast-notification-toast{position:relative;width:100%;min-width:250px;max-width:500px;padding:12px 48px 24px 12px;display:flex;flex-direction:row;gap:10px;color:#000;border-radius:0;box-sizing:border-box;background-color:#d3d3d3}.cue-toast-notification-toast.info{background:gray}.cue-toast-notification-toast.error{background:orange}.cue-toast-notification-toast.warning{background:darkred;color:#fff}.cue-toast-notification-toast .toastHeader{display:flex;align-items:flex-start;font-size:18px;font-weight:600}.cue-toast-notification-toast .toastHeader i{margin-right:8px;display:flex;align-items:flex-start;justify-content:center}.cue-toast-notification-toast .toastMessageTitle{margin-bottom:10px}.cue-toast-notification-toast .toastMessageIcon{padding-top:2px}.cue-toast-notification-toast .closeIcon{position:absolute;top:12px;right:12px;line-height:1;cursor:pointer}.cue-toast-notification-toast .closeIcon .cue-icon use{fill:#fff}.cue-toast-notification-toast.slideInLeft{animation:toast-in-left .4s;animation-fill-mode:forwards}.cue-toast-notification-toast.slideInRight{animation:toast-in-right .4s;animation-fill-mode:forwards}.cue-toast-notification-toast.slideOutLeft{animation:toast-out-left .4s;animation-fill-mode:forwards}.cue-toast-notification-toast.slideOutRight{animation:toast-out-right .4s;animation-fill-mode:forwards}@keyframes toast-in-right{0%{transform:translate(100%)}to{transform:translate(0)}}@keyframes toast-in-left{0%{transform:translate(-100%)}to{transform:translate(0)}}@keyframes toast-out-right{0%{transform:translate(0)}to{transform:translate(100%);max-height:0;padding:0;margin:0;opacity:0}}@keyframes toast-out-left{0%{transform:translate(0)}to{transform:translate(-100%);max-height:0;padding:0;margin:0;opacity:0}}.cue-toast-notification .top-left,.cue-toast-notification .top-center,.cue-toast-notification .top-right,.cue-toast-notification .bottom-left,.cue-toast-notification .bottom-center,.cue-toast-notification .bottom-right{position:fixed;z-index:9999}.cue-toast-notification .top-left,.cue-toast-notification .top-right{right:0}.cue-toast-notification .bottom-left,.cue-toast-notification .bottom-right{bottom:1rem}.cue-toast-notification .top-left,.cue-toast-notification .bottom-left{left:0;padding:16px}.cue-toast-notification .top-right,.cue-toast-notification .bottom-right{right:0;padding:16px}.ps{overflow:hidden!important;overflow-anchor:none;-ms-overflow-style:none;touch-action:auto;-ms-touch-action:auto}.ps__rail-x{display:none;opacity:0;transition:background-color .2s linear,opacity .2s linear;-webkit-transition:background-color .2s linear,opacity .2s linear;height:15px;bottom:0;position:absolute}.ps__rail-y{display:none;opacity:0;transition:background-color .2s linear,opacity .2s linear;-webkit-transition:background-color .2s linear,opacity .2s linear;width:15px;right:0;position:absolute}.ps--active-x>.ps__rail-x,.ps--active-y>.ps__rail-y{display:block;background-color:transparent}.ps:hover>.ps__rail-x,.ps:hover>.ps__rail-y,.ps--focus>.ps__rail-x,.ps--focus>.ps__rail-y,.ps--scrolling-x>.ps__rail-x,.ps--scrolling-y>.ps__rail-y{opacity:.6}.ps .ps__rail-x:hover,.ps .ps__rail-y:hover,.ps .ps__rail-x:focus,.ps .ps__rail-y:focus,.ps .ps__rail-x.ps--clicking,.ps .ps__rail-y.ps--clicking{background-color:#eee;opacity:.9}.ps__thumb-x{background-color:#aaa;border-radius:6px;transition:background-color .2s linear,height .2s ease-in-out;-webkit-transition:background-color .2s linear,height .2s ease-in-out;height:6px;bottom:2px;position:absolute}.ps__thumb-y{background-color:#aaa;border-radius:6px;transition:background-color .2s linear,width .2s ease-in-out;-webkit-transition:background-color .2s linear,width .2s ease-in-out;width:6px;right:2px;position:absolute}.ps__rail-x:hover>.ps__thumb-x,.ps__rail-x:focus>.ps__thumb-x,.ps__rail-x.ps--clicking .ps__thumb-x{background-color:#999;height:11px}.ps__rail-y:hover>.ps__thumb-y,.ps__rail-y:focus>.ps__thumb-y,.ps__rail-y.ps--clicking .ps__thumb-y{background-color:#999;width:11px}@supports (-ms-overflow-style: none){.ps{overflow:auto!important}}@media screen and (-ms-high-contrast: active),(-ms-high-contrast: none){.ps{overflow:auto!important}}.scrollbar-container{position:relative;height:100%}.cue-video-story-info-box-open .cue-video-story-info-box-content-scroll{overflow-y:auto;grid-area:1/1/2/2;margin-right:-20px;padding-right:20px}.cue-video-story-info-box-open .cue-video-story-info-box-content-scroll .ps__rail-y{left:initial!important;right:0}.cue-video-story-fullscreen-wrapper{container-type:inline-size;position:relative;aspect-ratio:16/9;aspect-ratio:var(--ratio)}.cue-video-story-fullscreen-wrapper.cue-video-story-cover{height:100%;width:100%;aspect-ratio:initial}.cue-video-story-scene-name{position:absolute;top:100px;left:100px;background:gray;z-index:1000}.cue-video-story-turn-your-device{position:absolute;width:100%;height:100%;background:rgba(128,128,128,.8);z-index:2000;align-items:center;justify-content:center;padding:40px;text-align:center;display:none}.cue-video-story-turn-your-device>div{display:flex;flex-direction:column;align-items:center;gap:20px}.cue-video-story-turn-your-device svg path{fill:#000}@media screen and (max-width: 576px) and (orientation: portrait){.cue-video-story-turn-your-device{display:flex}}.cue-video-story-preloader{position:relative;height:100%}@container (min-width: 768px){.cue-video-story-preloader{overflow:hidden}}.cue-video-story-preloader-loading{display:flex;align-items:center;justify-content:center}.cue-video-story-button-holder{display:block;position:absolute;z-index:1010}.cue-video-story-button-holder-mobile{display:none}.cue-video-story-button-holder-mobile-actions{position:absolute;top:10px;right:10px;z-index:1010;gap:10px;display:flex}@container (min-width: 768px){.cue-video-story-button-holder-mobile-actions{display:none}}.cue-video-story-highlight-wrapper{position:absolute;left:0;right:0;top:0;bottom:0;pointer-events:none}.cue-video-story-highlight-wrapper>div{display:block}.cue-video-story-highlight-image{position:absolute;left:0;right:0;top:0;bottom:0;background-repeat:no-repeat;background-position:0 0;background-size:100% auto;transition:.25s opacity;opacity:0;z-index:-1}.cue-video-story-highlight-image-active:not(.cue-video-story-highlight-image-blend-mode){opacity:1}.cue-video-story-animation-wrapper{width:max-content}.cue-video-story-animation-button{animation:button-animation .5s forwards;z-index:9999}@keyframes button-animation{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}.cue-video-story-animation-button button{pointer-events:all}.cue-video-story-animation-button .cue-button-videoStory-DefaultButton{padding:10px}.cue-video-story-blend-overlay{position:absolute;left:0;right:0;top:0;bottom:0;z-index:21;opacity:0;transition:.25s opacity;height:100%;width:100%;object-fit:cover}.cue-video-story-blend-overlay.active{opacity:1}.cue-video-story-in-transition .cue-video-story-button-holder,.cue-video-story-in-transition .cue-video-story-button-holder-grouped,.cue-video-story-in-transition .cue-video-story-scene-name{display:none}.cue-video-story-loading-failed{color:#fff;width:100%;height:100%;display:flex;justify-content:center;align-items:center}.cue-video-story-video-empty{width:100%;height:100%}.cue-video-story-video-wrapper{position:relative;width:100%;height:100%}.cue-video-story-video-loading{position:absolute;left:0;top:0;width:100%;height:100%;z-index:50;display:flex;justify-content:center;align-items:center;background:rgba(128,128,128,.5)}.cue-video-story-video-element{position:absolute;top:0;left:0;width:100%;height:100%}.cue-video-story-video-element video{position:absolute;left:0;right:0;bottom:0;line-height:0;font-size:0;max-height:100%;max-width:100%;height:100%;width:100%;object-fit:cover;z-index:20}.cue-video-story-video-element video.fadeVideo{animation:video-fade 1s linear forwards}@keyframes video-fade{0%{opacity:1}to{opacity:0}}.cue-video-story-video-element video+video{z-index:10}.cue-video-story-navigation{z-index:20;display:flex;flex-direction:column;align-items:center}.cue-video-story-navigation-wrapper{z-index:1100;position:absolute;top:10px;left:10px}@container (min-width: 768px){.cue-video-story-navigation-wrapper{top:20px;left:20px}}.cue-video-story-navigation-wrapper-secondary{top:initial;left:initial;bottom:var(--safe-zone, 20px);right:20px}.cue-video-story-navigation-language{position:relative;display:inline-block}.cue-video-story-navigation-language-overlay{position:absolute;right:0;bottom:30px;background:gray;display:none}.cue-video-story-navigation-language-overlay button{padding:10px}.cue-video-story-info-box{position:absolute;right:20px;top:20px;z-index:1100;background:gray;padding:10px;min-width:20px;min-height:20px}.cue-video-story-info-box-button-holder{position:absolute;top:0;right:0}.cue-video-story-info-box-content{display:none;grid-template-columns:1fr;grid-template-rows:1fr auto;grid-row-gap:10px}.cue-video-story-info-box-open{width:300px}.cue-video-story-info-box-open .cue-video-story-info-box-content{display:grid;height:100%;width:100%}.cue-video-story-info-box-open .cue-video-story-info-box-content .scrollbar-container{overflow-y:auto;grid-area:1/1/2/2;margin-right:-20px;padding-right:20px}.cue-video-story-info-box-open .cue-video-story-info-box-content .scrollbar-container .ps__rail-y{left:initial!important;right:0}.cue-video-story-info-box-open .cue-video-story-info-box-content-cta{grid-area:2/1/3/2}.cue-video-tour{container-type:inline-size}.cue-video-tour-steps{pointer-events:all;padding:5px 10px;position:absolute;z-index:99;left:0;right:0;pointer-events:none}.cue-video-tour-description{color:#fff;padding:0 10px 10px}.cue-video-tour-description-holder{position:relative}.cue-video-tour-description-holder-content{position:absolute;top:0}.cue-video-tour-description-holder-height{visibility:hidden}*,*:before,*:after{box-sizing:border-box}*{margin:0}html,body{height:100%;font-family:Siemens Sans Roman}body{line-height:1.5;overflow-y:scroll}body.no-scroll{overflow-y:hidden}ul,li,img,picture,video,canvas,svg{display:block;max-width:100%;margin:0;padding:0}input,button,textarea,select{font:inherit;all:unset}p,h1,h2,.cue-event-teaser .cue-event-teaser-mdx-before h2,h3,h4,.cue-livestream-teaser-headline,h5,h6{overflow-wrap:break-word}#root,#__next{isolation:isolate}a{text-decoration:none;color:color(WHITE)}html,#___gatsby,#___gatsby>div{height:100%}body:not(.sb-main-fullscreen){background:color(DEEP_BLUE);color:color(WHITE)}body{margin:0;padding:0;height:100%;font-family:Siemens Sans Roman}table{border-collapse:collapse}td,th{text-align:left;border:1px solid darkgray;padding:3px}hr{background:#4b4b67;border:none;height:1px}:export{WHITE:#ffffff;BLACK:#000000;PETROL:#009999;BOLD_GREEN:#00ffb9;BOLD_BLUE:#00e6dc;DEEP_BLUE:#000028;GREY_BLUE:#012949;LIGHT_SAND:#f3f3f0;GRADIENT_DEEP_BLUE_PETROL:linear-gradient(180deg,#000028 0%,#009999 100%);DEEP_BLUE_85:#262648;DEEP_BLUE_80:#333353;DEEP_BLUE_70:#4c4c68;DEEP_BLUE_60:#66667e;DEEP_BLUE_55:#737389;DEEP_BLUE_50:#7d8099;DEEP_BLUE_40:#9999a9;DEEP_BLUE_30:#b3b3be;DEEP_BLUE_20:#ccccd4;DEEP_BLUE_10:#e5e5e9;DEEP_BLUE_8:#ebebee;DARK_SAND:#aaaa96;SOFT_SAND:#c5c5b8;BRIGHT_SAND:#dfdfd9;DARK_BLUE:#00557c;BLUE:#0087be;SOFT_BLUE:#00bedc;DARK_GREEN:#00646e;GREEN:#00af8e;SOFT_GREEN:#00d7a0;DARK_PURPLE:#553ba3;PURPLE:#805cff;SOFT_PURPLE:#b4a8ff;INTERACTIVE_CORAL:#00cccc;INTERACTIVE_CORAL_70_DB:#008f9b;INTERACTIVE_CORAL_50_DB:#007082;INTERACTIVE_CORAL_20_DB:#002949;INTERACTIVE_CORAL_12_DB:#00183b;INTERACTIVE_CORAL_8_DB:#001034;BOLD_GREEN_90_DB:#00e5aa;BOLD_GREEN_65_DB:#00a686;BOLD_GREEN_60_DB:#00997f;BOLD_GREEN_55_DB:#008c78;BOLD_GREEN_45_DB:#007369;BOLD_GREEN_12_DB:#001f39;LIGHT_GREEN_40:#c5ffef;FOCUS_BORDER:#1491eb;FEEDBACK_BLUE:#00bedc;FEEDBACK_GREEN:#01d65a;FEEDBACK_YELLOW:#ffd732;FEEDBACK_ORANGE:#ff9000;FEEDBACK_RED:#ff2640;ACTION_RED:#d80027;FEEDBACK_RED_TEXT:#ff7687;STONE_LIGHT:#879baa;BLUE_LIGHT3:#007993;LIGHT_BLUE:#001c31;GRADIENT_BLOCK_GRADIENT:linear-gradient(to left,#00ffb9 0%,#00e6dc 100%);GRADIENT_BOLD_DYNAMIC_PETROL:linear-gradient(to left,#00ffb9 0%,#00e6dc 100%);SHERPA_BLUE:#005159;BOMBAY:#b3b3be;LIGHT_PURPLE:#6a2fe9}:export{sm:576;md:768;lg:1240;xl:1450}@font-face{font-family:Siemens Sans Black;src:url(../theme/siemens/fonts/SiemensSans_Prof_Black.woff2) format("woff2");font-weight:400;font-display:swap}@font-face{font-family:Siemens Sans Black Italic;font-style:italic;font-display:swap;src:url(../theme/siemens/fonts/SiemensSans_Prof_BlackItalic.woff2) format("woff2")}@font-face{font-family:Siemens Sans Prof Bold;font-style:bold;font-weight:700;font-display:swap;src:url(../theme/siemens/fonts/SiemensSans_Prof_Bold.woff2) format("woff2")}@font-face{font-family:Siemens Sans Prof Bold Italic;font-style:italic;font-weight:700;font-display:swap;src:url(../theme/siemens/fonts/SiemensSans_Prof_BoldItalic.woff2) format("woff2")}@font-face{font-family:Siemens Sans Prof Italic;font-style:italic;font-display:swap;src:url(../theme/siemens/fonts/SiemensSans_Prof_Italic.woff2) format("woff2")}@font-face{font-family:Siemens Sans Roman;font-display:swap;src:url(../theme/siemens/fonts/SiemensSans_Prof_Roman.woff2) format("woff2")}@font-face{font-family:siemens-webicons-webfont;src:url(../theme/siemens/fonts/siemens-webicons-webfont.woff) format("woff"),url(../theme/siemens/fonts/siemens-webicons-webfont.svg) format("svg")}body{font-family:Siemens Sans Roman;font-size:18px;font-style:normal;font-weight:400;line-height:28px;height:auto}body strong,body b{font-weight:500}@media (min-width: 576px){body{font-size:18px;font-style:normal;line-height:28px}}@media (min-width: 768px){body{font-size:18px;font-style:normal;line-height:28px}}p{margin-bottom:1rem}p a{text-decoration:underline;color:#0cc}h1,.h1{font-family:Siemens Sans Roman;font-size:2.5rem;line-height:3rem;font-weight:400;margin:1rem 0}h1 strong,h1 b,.h1 strong,.h1 b{font-family:Siemens Sans Black}@media (min-width: 576px){h1,.h1{font-size:3.5rem;line-height:4.25rem}}@media (min-width: 768px){h1,.h1{font-size:4.5rem;line-height:5.375rem}}h2,.cue-event-teaser .cue-event-teaser-mdx-before h2,.h2{font-family:Siemens Sans Roman;font-size:32px;font-style:normal;line-height:40px;letter-spacing:-.5px;font-weight:400;margin:1rem 0}h2 strong,.cue-event-teaser .cue-event-teaser-mdx-before h2 strong,h2 b,.cue-event-teaser .cue-event-teaser-mdx-before h2 b,.h2 strong,.h2 b{font-family:Siemens Sans Black}@media (min-width: 576px){h2,.cue-event-teaser .cue-event-teaser-mdx-before h2,.h2{font-size:36px;font-style:normal;line-height:48px;letter-spacing:-.5px}}@media (min-width: 768px){h2,.cue-event-teaser .cue-event-teaser-mdx-before h2,.h2{font-size:40px;font-style:normal;line-height:52px;letter-spacing:-.5px}}h3,.h3{font-family:Siemens Sans Black;font-size:28px;font-style:normal;font-weight:700;line-height:38px;letter-spacing:-.5px;font-weight:400;margin:1rem 0}@media (min-width: 576px){h3,.h3{font-size:28px;font-style:normal;line-height:38px;letter-spacing:-.5px}}@media (min-width: 768px){h3,.h3{font-size:36px;font-style:normal;font-weight:700;line-height:46px;letter-spacing:-.5px}}h4,.cue-livestream-teaser-headline,.h4{font-family:Siemens Sans Black;font-size:26px;font-style:normal;font-weight:700;line-height:34px;letter-spacing:-.5px;margin:1rem 0}@media (min-width: 576px){h4,.cue-livestream-teaser-headline,.h4{font-size:28px;font-style:normal;line-height:34px;letter-spacing:-.5px}}@media (min-width: 768px){h4,.cue-livestream-teaser-headline,.h4{font-size:32px;font-style:normal;line-height:38px}}h5,.h5{font-family:Siemens Sans Black;font-size:22px;font-style:normal;font-weight:700;line-height:30px;margin:1rem 0}@media (min-width: 576px){h5,.h5{font-size:24px;font-style:normal;line-height:32px}}@media (min-width: 768px){h5,.h5{font-size:24px;font-style:normal;line-height:32px}}h6{font-family:Siemens Sans Black;font-size:20px;font-style:normal;line-height:28px;margin:1rem 0}@media (min-width: 576px){h6{font-size:20px;font-style:normal;line-height:28px}}@media (min-width: 768px){h6{font-size:20px;font-style:normal;line-height:28px}}blockquote{margin:2rem 0;font-family:Siemens Sans Roman;font-size:32px;font-style:normal;font-weight:400;line-height:40px;letter-spacing:-.5px}@media (min-width: 576px){blockquote{font-size:36px;font-style:normal;line-height:48px;letter-spacing:-.45px}}@media (min-width: 768px){blockquote{font-size:40px;font-style:normal;line-height:56px;letter-spacing:-.417px}}caption{font-family:Siemens Sans Roman;font-size:16px;font-style:normal;font-weight:400;line-height:26px}@media (min-width: 576px){caption{font-size:12px;font-style:normal;line-height:20px}}@media (min-width: 768px){caption{font-size:12px;font-style:normal;line-height:20px}}.section-headline{text-align:center;font-family:Siemens Sans Black;font-size:32px;font-style:normal;font-weight:500;line-height:40px;letter-spacing:-.5px;font-weight:400;margin:1rem 0 0}@media (min-width: 576px){.section-headline{font-size:36px;font-style:normal;line-height:48px;letter-spacing:-.5px}}@media (min-width: 768px){.section-headline{font-size:40px;font-style:normal;line-height:52px;letter-spacing:-.5px}}.section-subline{text-align:center;font-family:Siemens Sans Roman;font-size:22px;font-style:normal;font-weight:400;line-height:32px;margin:0 0 1rem}.main-title-left h1{text-align:left!important;font-family:Siemens Sans Roman;font-weight:400}html{scroll-behavior:smooth}body:not(.sb-main-fullscreen){background:#000028;color:#fff}.cue-project-loading{position:fixed;left:0;top:0;z-index:1003;width:100vw;height:100vh;display:flex;align-items:center;justify-content:center;background:#000028;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}:export{WHITE:#ffffff;BLACK:#000000;PETROL:#009999;BOLD_GREEN:#00ffb9;BOLD_BLUE:#00e6dc;DEEP_BLUE:#000028;LIGHT_SAND:#F3F3F0;GRADIENT_DEEP_BLUE_PETROL:linear-gradient(180deg,#000028 0%,#009999 100%);DEEP_BLUE_85:#262648;DEEP_BLUE_80:#333353;DEEP_BLUE_70:#4c4c68;DEEP_BLUE_60:#66667E;DEEP_BLUE_55:#737389;DEEP_BLUE_50:#7D8099;DEEP_BLUE_40:#9999A9;DEEP_BLUE_30:#b3b3be;DEEP_BLUE_20:#CCCCD4;DEEP_BLUE_10:#E5E5E9;DEEP_BLUE_8:#EBEBEE;DARK_SAND:#AAAA96;SOFT_SAND:#C5C5B8;BRIGHT_SAND:#dfdfd9;DARK_BLUE:#00557c;BLUE:#0087BE;SOFT_BLUE:#00BEDC;DARK_GREEN:#00646E;GREEN:#00AF8E;SOFT_GREEN:#00D7A0;DARK_PURPLE:#553BA3;PURPLE:#805CFF;SOFT_PURPLE:#B4A8FF;INTERACTIVE_CORAL:#00cccc;INTERACTIVE_CORAL_70_DB:#008f9b;INTERACTIVE_CORAL_50_DB:#007082;INTERACTIVE_CORAL_20_DB:#002949;INTERACTIVE_CORAL_12_DB:#00183b;INTERACTIVE_CORAL_8_DB:#001034;BOLD_GREEN_90_DB:#00e5aa;BOLD_GREEN_65_DB:#00a686;BOLD_GREEN_60_DB:#00997f;BOLD_GREEN_55_DB:#008c78;BOLD_GREEN_45_DB:#007369;BOLD_GREEN_12_DB:#001f39;DARK_RED:#331131;LIGHT_GREEN_40:#c5ffef;FOCUS_BORDER:#1491eb;FEEDBACK_BLUE:#00BEDC;FEEDBACK_GREEN:#01d65a;FEEDBACK_YELLOW:#FFD732;FEEDBACK_ORANGE:#ff9000;FEEDBACK_RED:#ff2640;FEEDBACK_RED_TEXT:#ff7687;STONE_LIGHT:#879baa;BLUE_LIGHT3:#007993;LIGHT_BLUE:#001c31;GRADIENT_BLOCK_GRADIENT:linear-gradient(to left,#00ffb9 0%,#00e6dc 100%);GRADIENT_BOLD_DYNAMIC_PETROL:linear-gradient(to left,#00ffb9 0%,#00e6dc 100%);SHERPA_BLUE:#005159;BOMBAY:#b3b3be;LIGHT_PURPLE:#6a2fe9}.cue-badge{background:linear-gradient(to left,#00ffb9 0%,#00e6dc 100%);min-width:29px;color:#000028}.cue-badge svg{width:14px;height:14px}.cue-badge svg use{fill:#000028}.cue-badge-secondary{background:#000028;border:1px solid #ffffff;color:#fff}.cue-badge-secondaryActive{background:#001f39;border:1px solid #00e6dc;color:#00e6dc}.cue-button,.cue-text-video-content-module .cue-text-video-content-module-link a{font-family:Siemens Sans Black;background:linear-gradient(to left,#00ffb9 0%,#00e6dc 100%);color:#000028;padding:1rem}.cue-button:hover,.cue-text-video-content-module .cue-text-video-content-module-link a:hover{background:#00ffb9}.cue-button svg+span,.cue-text-video-content-module .cue-text-video-content-module-link a svg+span{margin-left:8px}.cue-button span+svg,.cue-text-video-content-module .cue-text-video-content-module-link a span+svg{margin-left:8px}.cue-button svg,.cue-text-video-content-module .cue-text-video-content-module-link a svg{width:24px;height:24px}.cue-button svg use,.cue-text-video-content-module .cue-text-video-content-module-link a svg use{fill:#000028}.cue-button-icon-right .cue-icon-default,.cue-video-story-animation-button .cue-button-videoStory .cue-icon-default{margin-left:8px}.cue-button-primary,.cue-button-agendaCta,.cue-button-agendaCtaRed,.cue-button-tag{font-weight:600;background:#00cccc;color:#000028;padding:8px 32px}.cue-button-primary path,.cue-button-agendaCta path,.cue-button-agendaCtaRed path,.cue-button-tag path{fill:#000028}.cue-button-primary:hover,.cue-button-agendaCta:hover,.cue-button-agendaCtaRed:hover,.cue-button-tag:hover{background:#00ffb9}.cue-button-primary:disabled,.cue-button-agendaCta:disabled,.cue-button-agendaCtaRed:disabled,.cue-button-tag:disabled{pointer-events:none;background:#879baa}.cue-button-secondary{background:transparent;color:#0cc;border:2px solid #00cccc;padding:10px 32px}.cue-button-secondary:hover{background:#001f39;color:#00ffb9;border-color:#00ffb9}.cue-button-tertiary,.cue-button-agendaHeaderDay{background:none;color:#fff;padding:8px 32px}.cue-button-tertiary:hover,.cue-button-agendaHeaderDay:hover{color:#00ffb9}.cue-button-small{padding:4px;font-size:10px}.cue-button-round,.cue-video-gallery .cue-slider-navigation-wrapper .cue-button,.cue-video-gallery .cue-slider-navigation-wrapper .cue-text-video-content-module .cue-text-video-content-module-link a,.cue-text-video-content-module .cue-text-video-content-module-link .cue-video-gallery .cue-slider-navigation-wrapper a,.cue-button-videoStoryMenuSecondary,.cue-button-videoStoryDefaultButton,.cue-button-videoStoryEnterButton,.cue-button-agendaCta,.cue-button-agendaCtaRed,.cue-video-ui-controls-big-play-button,.cue-button-tag,.cue-button-plain{border-radius:9999px}.cue-button-plain{border:1px solid #00ffb9;background:none}.cue-button-tag{background:none;padding:3px 22px;font-size:14px;font-weight:400;color:#0cc;border-color:#0cc}.cue-button-tag:hover{color:#00ffb9;background:#001f39;border-color:#00ffb9}.cue-button-tag.selected{padding-right:12px;background:#00cccc;color:#000028;border-color:#0cc}.cue-button-tag.selected:hover{background:rgba(0,204,204,.2);color:#00ffb9;border-color:#00ffb9}.cue-button-tag.selected:hover .cue-icon use{fill:#00ffb9}.cue-button-tag.selected .cue-icon{width:20px;height:20px;margin-left:5px}.cue-button-tag.selected .cue-icon use{fill:#000028}.cue-button-tab{background:none;color:#fff;font-weight:700;display:flex;justify-content:center;padding:12px 24px;border-bottom:2px solid #b3b3be}.cue-button-tab:hover{background:none}.cue-button-tab-tabActive{border-color:#00ffb9}.cue-button-iconOnly,.cue-button-agendaMobileFilter,.cue-video-waypoints-description-navigation-prev,.cue-video-waypoints-description-navigation-next,.cue-video-waypoints-steps .cue-button-stepsNavigation,.cue-video-tour-steps .cue-button-stepsNavigation,.cue-video-tour-description-navigation-prev,.cue-video-tour-description-navigation-next,.cue-video-story-info-box-button-holder .cue-button,.cue-video-story-info-box-button-holder .cue-text-video-content-module .cue-text-video-content-module-link a,.cue-text-video-content-module .cue-text-video-content-module-link .cue-video-story-info-box-button-holder a,.cue-video-story-navigation-wrapper-primary .cue-video-story-navigation-nav,.cue-video-story-navigation-wrapper-secondary .cue-video-story-navigation-nav,.cue-button-modalClosePlain,.cue-button-iconOnlyColored{background:none}.cue-button-iconOnly use,.cue-button-agendaMobileFilter use,.cue-video-waypoints-description-navigation-prev use,.cue-video-waypoints-description-navigation-next use,.cue-video-waypoints-steps .cue-button-stepsNavigation use,.cue-video-tour-steps .cue-button-stepsNavigation use,.cue-video-tour-description-navigation-prev use,.cue-video-tour-description-navigation-next use,.cue-video-story-info-box-button-holder .cue-button use,.cue-video-story-info-box-button-holder .cue-text-video-content-module .cue-text-video-content-module-link a use,.cue-text-video-content-module .cue-text-video-content-module-link .cue-video-story-info-box-button-holder a use,.cue-video-story-navigation-wrapper-primary .cue-video-story-navigation-nav use,.cue-video-story-navigation-wrapper-secondary .cue-video-story-navigation-nav use,.cue-button-modalClosePlain use,.cue-button-iconOnlyColored use{fill:#fff}.cue-button-iconOnly:hover,.cue-button-agendaMobileFilter:hover,.cue-video-waypoints-description-navigation-prev:hover,.cue-video-waypoints-description-navigation-next:hover,.cue-video-waypoints-steps .cue-button-stepsNavigation:hover,.cue-video-tour-steps .cue-button-stepsNavigation:hover,.cue-video-tour-description-navigation-prev:hover,.cue-video-tour-description-navigation-next:hover,.cue-video-story-info-box-button-holder .cue-button:hover,.cue-video-story-info-box-button-holder .cue-text-video-content-module .cue-text-video-content-module-link a:hover,.cue-text-video-content-module .cue-text-video-content-module-link .cue-video-story-info-box-button-holder a:hover,.cue-video-story-navigation-wrapper-primary .cue-video-story-navigation-nav:hover,.cue-video-story-navigation-wrapper-secondary .cue-video-story-navigation-nav:hover,.cue-button-modalClosePlain:hover,.cue-button-iconOnlyColored:hover{background:none}.cue-button-iconOnly:hover use,.cue-button-agendaMobileFilter:hover use,.cue-video-waypoints-description-navigation-prev:hover use,.cue-video-waypoints-description-navigation-next:hover use,.cue-video-waypoints-steps .cue-button-stepsNavigation:hover use,.cue-video-tour-steps .cue-button-stepsNavigation:hover use,.cue-video-tour-description-navigation-prev:hover use,.cue-video-tour-description-navigation-next:hover use,.cue-video-story-info-box-button-holder .cue-button:hover use,.cue-video-story-info-box-button-holder .cue-text-video-content-module .cue-text-video-content-module-link a:hover use,.cue-text-video-content-module .cue-text-video-content-module-link .cue-video-story-info-box-button-holder a:hover use,.cue-video-story-navigation-wrapper-primary .cue-video-story-navigation-nav:hover use,.cue-video-story-navigation-wrapper-secondary .cue-video-story-navigation-nav:hover use,.cue-button-modalClosePlain:hover use,.cue-button-iconOnlyColored:hover use{fill:#00ffb9}.cue-button-iconOnlyColored{padding:0}.cue-button-iconOnlyColored svg{width:44px;height:44px}.cue-button-iconOnlyColored path{fill:#00ffb9}.cue-button-iconOnlyColored:hover path{fill:#fff}.cue-button-readMore path{fill:coor(WHITE)}.cue-button-readMore:hover{color:#00e6dc}.cue-button-readMore:hover path{fill:#00e6dc}.cue-button-menuItem.cue-button-icon-right svg,.cue-button-icon-right.cue-video-story-topics-menu-item-button svg,.cue-video-story-animation-button .cue-button-menuItem.cue-button-videoStory svg,.cue-video-story-animation-button .cue-button-videoStory.cue-video-story-topics-menu-item-button svg,.cue-button-icon-right.cue-button-socialMenuItem svg,.cue-video-story-animation-button .cue-button-socialMenuItem.cue-button-videoStory svg{margin-left:10px}.cue-button-menuItem path,.cue-video-story-topics-menu-item-button path,.cue-button-socialMenuItem path{fill:#fff}.cue-button-menuItem:hover path,.cue-video-story-topics-menu-item-button:hover path,.cue-button-socialMenuItem:hover path{fill:#00ffb9}.cue-button-searchBarClear path{fill:#fff}.cue-button-modalClosePlain:hover path{fill:#00e6dc}.cue-button-socialMenuItem svg{width:36px;height:36px}.cue-button-close path{fill:#000028}.cue-bookmark{background:#00cccc}.cue-bookmark svg{fill:#000028}.cue-bookmark:hover{background:#c5ffef}.cue-bookmark:focus{box-shadow:0 0 0 3px #000028,0 0 0 4px #1491eb}.cue-toggle .cue-toggle-label.is-checked .cue-toggle-background-bar{background:linear-gradient(to right,#00ffb9 0%,#00e6dc 100%)}.cue-toggle .cue-toggle-label .cue-toggle-background-bar{background:#dfdfd9;border:none}.cue-toggle .cue-toggle-label .cue-toggle-background-bar:hover,.cue-toggle .cue-toggle-label .cue-toggle-indicator{background:#ffffff}.cue-toggle .cue-toggle-label .cue-toggle-indicator .cue-icon use{fill:#099}.cue-checkbox .cue-checkbox-indicator{width:20px;height:20px;border-radius:3px;margin-right:12px;flex:0 0 auto}.cue-checkbox input:checked+.cue-checkbox-indicator{background:#ffffff}.cue-checkbox input:checked+.cue-checkbox-indicator use{fill:#00183b}.cue-checkbox .cue-checkbox-error{color:#ff2640}.cue-countdown .cue-countdown-slot{padding:20px}.cue-countdown .cue-countdown-slot-value{font-size:50px;font-weight:700}.cue-countdown .cue-countdown-slot-label{font-size:18px}.cue-date-input .date-input-element{border:none;background-color:#00183b;border-bottom:1px solid #b3b3be;padding:15px 16px 14px;color:#fff}.cue-date-input .date-input-element:hover,.cue-date-input .date-input-element:focus{background-color:#001f39}.cue-date-input .date-input-element:not(.cue-input-error):focus{border-color:#00ffb9;box-shadow:0 0 0 2px #000028,0 0 0 3px #1491eb}.cue-date-input .date-input-element::placeholder{color:#b3b3be}.cue-date-input .date-input-element.cue-input-error{border-color:#ff2640}.cue-date-input .cue-date-input-calendar-icon{fill:#fff;width:20px;height:20px}.cue-date-input.cue-date-picker-wrapper-focused .cue-date-input-calendar-icon{fill:#00ffb9}.cue-heading-icon{display:flex;align-items:center}.cue-heading .cue-icon{height:1em;width:auto}.cue-heading .cue-icon use{fill:currentColor}.cue-textarea-element{background:#00183b;padding:15px 16px;border-bottom:1px solid #b3b3be;color:#fff}.cue-textarea-element.cue-textarea-has-label{padding-top:25px}.cue-textarea-element:hover,.cue-textarea-element:focus{background-color:#001f39}.cue-textarea-element:not(.cue-input-error):focus{border-color:#00ffb9;box-shadow:0 0 0 2px #000028,0 0 0 3px #1491eb}.cue-textarea-element::placeholder{color:#b3b3be}.cue-textarea-element.cue-textarea-error{border-color:#ff2640}.cue-textarea-element::-webkit-resizer{background-color:transparent}.cue-textarea-label{color:#b3b3be;font-size:12px;position:absolute;top:6px;left:15px;z-index:10}.cue-textarea.cue-textarea-wrapper-focused .cue-textarea-label{color:#00ffb9}.cue-textarea.cue-textarea-wrapper-error .cue-textarea-label,.cue-textarea.cue-textarea-wrapper-error .cue-textarea-error-message{color:#ff7687}.cue-textarea.cue-textarea-wrapper-error .cue-textarea-resize-icon{width:24px;fill:#ff7687}.cue-textarea.cue-textarea-wrapper-error .cue-textarea-error-message{font-size:12px;line-height:1;padding-top:8px}.cue-textarea .cue-textarea-resize-icon{position:absolute;bottom:8px;right:0;width:24px}.cue-icon{width:80px;aspect-ratio:1;height:auto;display:inline;fill:#fff;shape-rendering:auto}.cue-icon__wrapper{display:inline-flex;align-items:center}.cue-input-element{border:0;background:#00183b;padding:15px 16px;border-bottom:1px solid #b3b3be;color:#fff}.cue-input-element.cue-input-has-label{padding-top:25px}.cue-input-element:hover,.cue-input-element:focus{background-color:#001f39}.cue-input-element:not(.cue-input-error):focus{border-color:#00ffb9;box-shadow:0 0 0 2px #000028,0 0 0 3px #1491eb}.cue-input-element::placeholder{color:#b3b3be}.cue-input-element.cue-textarea-error{border-color:#ff2640}.cue-input-element::-webkit-resizer{background-color:transparent}.cue-input-label{color:#b3b3be;font-size:12px;position:absolute;top:6px;left:15px;z-index:10}.cue-input.cue-input-wrapper-focused .cue-input-label{color:#00ffb9}.cue-input.cue-input-wrapper-error .cue-input-label,.cue-input.cue-input-wrapper-error .cue-input-error-message{color:#ff7687}.cue-input.cue-input-wrapper-error .cue-input-resize-icon{fill:#ff7687}.cue-input.cue-input-wrapper-error .cue-input-error-message{font-size:12px;line-height:1;padding-top:8px}.cue-indicator{width:24px;height:24px;background:#001034;border-width:3px;border-style:solid;border-color:#0cc;cursor:pointer}.cue-indicator .cue-icon{width:12px}.cue-indicator .cue-icon use{fill:INTERACTIVE_CORAL}.cue-indicator:after{width:14px;height:14px;display:none;background:#00cccc}.cue-indicator:hover:after,.cue-indicator-active:after{display:block}.cue-indicator-disabled{border-color:#b3b3be;pointer-events:none}.cue-label{color:#fff;background:#000028;font-size:16px;padding:6px 10px;font-weight:700;border-radius:3px}.cue-label.cue-steps-title-over{background:#00cccc}.cue-loading-indicator{position:relative}.cue-loading-indicator:after{display:none}.cue-loading-indicator>div{position:absolute;width:64px;height:64px;margin:8px;border:8px solid #fff;border-radius:50%;animation:lds-ring 1.2s cubic-bezier(.5,0,.5,1) infinite;border-color:#00557c transparent transparent transparent}.cue-loading-indicator>div:nth-child(1){animation-delay:-.45s}.cue-loading-indicator>div:nth-child(2){animation-delay:-.3s}.cue-loading-indicator>div:nth-child(3){animation-delay:-.15s}@keyframes lds-ring{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.cue-progress{height:5px}.cue-progress .cue-progress-bar{background:#b3b3be;background:linear-gradient(90deg,red calc(var(--progress-value) * 100% - 100% / var(-- progress-items-count)),blue calc(var(--progress-value) * 100% - 100% / var(-- progress-items-count)),blue calc(var(--progress-value) * 100% + 10%),green calc(var(--progress-value) * 100% + 10%))}.cue-progress .cue-progress-bar:after{content:var(--progress-value)}.cue-progress .cue-progress-value{background:#00cccc}.cue-progress .cue-progress-hover-value{background:#879baa}.cue-radio-button .cue-radiobutton-circle,.cue-radio-button .cue-radiobutton-circle:after{border-color:#b3b3be}.cue-steps-item{position:relative}.cue-steps-item-title{position:absolute;margin-top:12px;left:-50%;display:inline-block;word-wrap:break-word;text-align:center;font-size:16px;background:#000028;transform:translate(calc(-50% + 24px));overflow:hidden;text-overflow:ellipsis;padding:0 10px;-webkit-user-select:none;user-select:none;pointer-events:none}.cue-steps-item:hover .cue-steps-item-title{overflow:visible;max-width:initial!important;z-index:99;color:#00e6dc}.cue-steps-item-active .cue-steps-item-title{color:#00e6dc}.cue-switch-option{padding:.5rem;border-radius:.5rem;font-weight:700;border-color:#0cc}.cue-switch-option:first-of-type{border-top-right-radius:0;border-bottom-right-radius:0}.cue-switch-option:nth-of-type(2){border-top-left-radius:0;border-bottom-left-radius:0}.cue-switch-option--is-active{background:#00cccc;color:#fff}.cue-select{position:relative;width:100%}.cue-select__multi-value{position:relative;padding-left:8px}.cue-select-wrapper:before{pointer-events:none;position:absolute;z-index:99;padding:12px 14px 2px;color:#fff}.cue-select-wrapper--is-multi{margin-top:20px}.cue-select-wrapper--is-multi:before{color:#00ffb9;top:-24px;left:-16px}.cue-select-wrapper__multi-select{padding-right:10px}.cue-select-wrapper__multi-select .cue-icon{width:20px}.cue-select-wrapper__multi-select .cue-icon use{fill:#00ffb9}.cue-select-wrapper__option-checkbox label{pointer-events:none}.cue-select-wrapper__clear-indicator{cursor:pointer}.cue-select-wrapper__clear-indicator .cue-icon{width:20px;height:20px}.cue-select-wrapper__clear-indicator .cue-icon use{fill:#b3b3be}.cue-select-wrapper__clear-indicator:hover .cue-icon use{fill:#00ffb9}.cue-select-wrapper__multi-select-remove-container{width:20px;height:20px;opacity:0;position:absolute;right:10px;top:4px;z-index:99}.cue-select-wrapper--has-value:before{padding:4px 16px;font-size:12px;color:#9999a9}.cue-select-wrapper .cue-select__input-container,.cue-select-wrapper .cue-select__single-value,.cue-select-wrapper .cue-select__placeholder{color:#fff;font-size:16px;position:absolute;padding:6px 14px;cursor:pointer;z-index:10}.cue-select-wrapper .cue-select__input-container{padding:2px 14px 0;position:relative}.cue-select-wrapper .cue-select__dropdown-indicator{margin-right:8px}.cue-select-wrapper .cue-select__value-container{overflow:initial!important}.cue-select-wrapper .cue-select__dropdown-indicator .cue-icon{width:20px}.cue-select-wrapper .cue-select__dropdown-indicator .cue-icon use{fill:#b3b3be}.cue-select-wrapper .cue-select__control{background:#00183b;border:1px solid #b3b3be;border-radius:2px;box-shadow:0 2px 4px #00002833 inset;min-height:41px!important;overflow:initial;color:#fff}.cue-select-wrapper .cue-select__control--menu-is-open:not(.cue-select-error),.cue-select-wrapper .cue-select__control--menu-is-open:not(.cue-select-error) .cue-select__single-value,.cue-select-wrapper .cue-select__control:hover:not(.cue-select-error),.cue-select-wrapper .cue-select__control:hover:not(.cue-select-error) .cue-select__single-value{border-color:#00ffb9}.cue-select-wrapper .cue-select__control--menu-is-open:not(.cue-select-error) .cue-select__dropdown-indicator svg path,.cue-select-wrapper .cue-select__control:hover:not(.cue-select-error) .cue-select__dropdown-indicator svg path{fill:#00ffb9}.cue-select-wrapper .cue-select__control--menu-is-open .cue-select__dropdown-indicator{transform:rotate(180deg) translateY(2px)}.cue-select-wrapper .cue-select__value-container{cursor:pointer}.cue-select-wrapper .cue-select__menu{border:1px solid #00ffb9;border-top:none;background:#001f39;z-index:100}.cue-select-wrapper .cue-select__menu .cue-select__option{font-size:16px;padding:6px 16px;color:#fff;cursor:pointer}.cue-select-wrapper .cue-select__menu .cue-select__option:hover,.cue-select-wrapper .cue-select__menu .cue-select__option--is-selected{background:#005159}.cue-select-wrapper--label .cue-select__input-container,.cue-select-wrapper--label .cue-select__single-value,.cue-select-wrapper--label .cue-select__placeholder{padding:14px 14px 2px}.cue-select-wrapper--ellipsis-value .cue-select__value-container{overflow:hidden!important;white-space:nowrap;text-overflow:ellipsis;display:block}.cue-select-wrapper--ellipsis-value .cue-select__multi-value{display:inline-block}.cue-select-wrapper--ellipsis-value .cue-select__multi-value:after{content:", "}.cue-select-wrapper--ellipsis-value .cue-select__multi-value:last-of-type:after{content:""}.cue-select-wrapper--error:before{color:#ff7687!important}.cue-select-wrapper--error .cue-select-wrapper__multi-select{border-color:#ff2640;color:#ff2640}.cue-select-wrapper--error .cue-select-wrapper__multi-select svg path{fill:#ff2640}.cue-select-wrapper--error .cue-select__control{border-color:#ff2640}.cue-select-wrapper--error .cue-select__control .cue-select__dropdown-indicator svg path{fill:#ff2640}.cue-select-wrapper--disabled:before{color:#737389!important}.cue-select-wrapper--disabled .cue-select-wrapper__multi-select{border-color:#4c4c68;color:#737389}.cue-select-wrapper--disabled .cue-select-wrapper__multi-select svg path{fill:#4c4c68}.cue-select-wrapper--disabled .cue-select__single-value,.cue-select-wrapper--disabled .cue-select__placeholder{color:#737389}.cue-select-wrapper--disabled .cue-select__control{background:#262648;border-color:#4c4c68}.cue-select-wrapper--required:not(.cue-select-wrapper--is-multi):before{padding-left:8px}.cue-select-error-message{color:#ff7687;font-size:12px;position:absolute;bottom:-20px}.cue-select-small{font-size:10px}.cue-select-small .cue-select__control{min-height:36px!important;border:none}.cue-select-small .cue-select__input-container,.cue-select-small .cue-select__single-value,.cue-select-small .cue-select__placeholder{color:#fff;font-size:12px;position:absolute;padding:8px 14px;cursor:pointer;z-index:10}.cue-select-small .cue-select__menu{border:none;background:#001f39}.cue-select-small .cue-select__menu .cue-select__option{font-size:12px}.cue-select-small.cue-select-wrapper--label .cue-select__input-container,.cue-select-small.cue-select-wrapper--label .cue-select__single-value,.cue-select-small.cue-select-wrapper--label .cue-select__placeholder{padding:14px 14px 2px}.cue-breadcrumbs-separator .cue-icon,.cue-breadcrumbs-icon .cue-icon{width:24px}.cue-card{background:#00183b;border-radius:0;border:none}.cue-card-header{border-bottom:1px solid #333353}.cue-card-image{max-width:20px 20 0 20px}.cue-card-footer{border-top:1px solid #333353}.cue-menu-item .cue-icon{width:24px}.cue-search-bar-input-wrapper .cue-icon{margin-right:16px;width:24px}.cue-steps-wrapper{position:relative}.cue-steps-wrapper:before{content:"";position:absolute;height:5px;width:100%;top:calc(50% - 2.5px);z-index:-1;background:linear-gradient(90deg,colors(INTERACTIVE_CORAL) 0px,colors(INTERACTIVE_CORAL) 100px,transparent 50px,transparent calc(100% - 100px),colors(DEEP_BLUE_30) calc(100% - 100px),colors(DEEP_BLUE_30) 100%)}.cue-video-ui-ctrl-play .cue-icon use,.cue-video-ui-ctrl-mute .cue-icon use,.cue-video-ui-ctrl-fullscreen .cue-icon use{fill:#fff}.cue-video-ui-ctrl-play:hover .cue-icon use,.cue-video-ui-ctrl-mute:hover .cue-icon use,.cue-video-ui-ctrl-fullscreen:hover .cue-icon use{fill:#00ffb9}.cue-video-ui-ctrl-time{padding:0}.cue-video-ui-controls-big-play-area{display:flex;align-items:center;justify-content:center}.cue-video-ui-controls-big-play-button-hidden{display:none}.cue-modal-backdrop{background:rgba(0,0,40,.7)}.cue-modal-content{padding:30px;background:#002949;color:#fff}.cue-slide-in-backdrop{background:rgba(0,0,40,.7)}.cue-slide-in-container{animation-name:bring-modal-content;background:#002949}.cue-slide-in-content{background:none}.cue-toast-notification-toast{background:#001c31;color:#fff;font-weight:700}.cue-toast-notification-toast.info{background:#007993}.cue-toast-notification-toast.error{background:#ff9000}.cue-toast-notification-toast.warning{background:#ff2640}.cue-video-story-turn-your-device{background:rgba(0,0,40,.7);color:#fff}.cue-video-story-turn-your-device svg path{fill:#fff}.cue-video-story-scene-name{background:rgba(0,0,40,.7);position:absolute;left:77px;top:32px;padding:12px;color:#fff;font-size:14px;font-family:Siemens Sans Roman;margin-right:32px}@container (min-width: 768px){.cue-video-story-scene-name{font-size:20px;padding:16px}}@container (min-width: 1240px){.cue-video-story-scene-name{font-size:24px;padding:24px}}.cue-video-story-animation-button .cue-button-videoStory{background:#ffffff;color:#000028;font-family:Siemens Sans Black;line-height:1;font-size:9px;padding:6px 12px;border-radius:999px;border:1px solid #000028}.cue-video-story-animation-button .cue-button-videoStory .cue-icon-default{order:1;margin-left:8px}@container (min-width: 768px){.cue-video-story-animation-button .cue-button-videoStory{font-family:Siemens Sans Roman}}.cue-video-story-animation-button .cue-button-videoStory span{margin-left:6px}.cue-video-story-animation-button .cue-button-videoStory svg{width:10px;height:10px}@container (min-width: 768px){.cue-video-story-animation-button .cue-button-videoStory{font-size:14px}.cue-video-story-animation-button .cue-button-videoStory span{margin-left:4px}.cue-video-story-animation-button .cue-button-videoStory svg{width:18px;height:18px}}@container (min-width: 1240px){.cue-video-story-animation-button .cue-button-videoStory{font-size:18px;padding:6px 10px}.cue-video-story-animation-button .cue-button-videoStory span{margin-left:8px}.cue-video-story-animation-button .cue-button-videoStory svg{width:24px;height:24px}}.cue-video-story-animation-button .cue-button-videoStory use{fill:#000028}.cue-video-story-animation-button .cue-button-videoStory:hover,.cue-video-story-animation-button .cue-button-videoStory-hover{background:#e5e5e9}.cue-video-story-animation-button .cue-button-videoStory-no-content{padding:10px}.cue-video-story-animation-button .cue-button-videoStory-DefaultButton{font-family:Siemens Sans Prof Bold}.cue-video-story-animation-button .cue-button-videoStory-DefaultButton span{white-space:nowrap}.cue-video-story-animation-button .cue-button-videoStory-DefaultButton,.cue-video-story-animation-button .cue-button-videoStory-DefaultButton:hover,.cue-video-story-animation-button .cue-button-videoStory-DefaultButton-hover{background:#ffffff;color:#000028;border:2px solid #000028}.cue-video-story-animation-button .cue-button-videoStory-DefaultButton use,.cue-video-story-animation-button .cue-button-videoStory-DefaultButton:hover use,.cue-video-story-animation-button .cue-button-videoStory-DefaultButton-hover use{fill:#000028}.cue-video-story-animation-button .cue-button-videoStory-DefaultButton:hover,.cue-video-story-animation-button .cue-button-videoStory-DefaultButton-hover{background:#00ffb9;border-color:#000028}.cue-video-story-animation-button .cue-button-videoStory-DefaultButton:focus{background:#ffffff;color:#000028;border:2px solid #000028}.cue-video-story-animation-button .cue-button-videoStory-DarkButton span{white-space:nowrap}.cue-video-story-animation-button .cue-button-videoStory-DarkButton,.cue-video-story-animation-button .cue-button-videoStory-DarkButton:hover,.cue-video-story-animation-button .cue-button-videoStory-DarkButton-hover{background:#000028;color:#fff;border:1px solid #737389}.cue-video-story-animation-button .cue-button-videoStory-DarkButton use,.cue-video-story-animation-button .cue-button-videoStory-DarkButton:hover use,.cue-video-story-animation-button .cue-button-videoStory-DarkButton-hover use{fill:#fff}.cue-video-story-animation-button .cue-button-videoStory-DarkButton:hover,.cue-video-story-animation-button .cue-button-videoStory-DarkButton-hover{background:#002949;border-color:#00ffb9}.cue-video-story-animation-button .cue-button-videoStory-PlayButton,.cue-video-story-animation-button .cue-button-videoStory-InfoButton,.cue-video-story-animation-button .cue-button-videoStory-EnterButton,.cue-video-story-animation-button .cue-button-videoStory-IconButton{padding:10px}.cue-video-story-animation-button .cue-button-videoStory-PlayButton svg,.cue-video-story-animation-button .cue-button-videoStory-InfoButton svg,.cue-video-story-animation-button .cue-button-videoStory-EnterButton svg,.cue-video-story-animation-button .cue-button-videoStory-IconButton svg{margin-left:0}.cue-video-story-animation-button .cue-button-videoStory-PlayButton-PlayButton,.cue-video-story-animation-button .cue-button-videoStory-InfoButton-PlayButton,.cue-video-story-animation-button .cue-button-videoStory-EnterButton-PlayButton,.cue-video-story-animation-button .cue-button-videoStory-IconButton-PlayButton{padding:10px}.cue-video-story-button-holder-grouped{z-index:1400;position:absolute;display:flex;justify-content:center;align-items:center;bottom:0;left:0;right:0;pointer-events:none}@container (min-width: 1240px){.cue-video-story-button-holder-grouped{transition:bottom .25s;bottom:var(--safe-zone, 20px)}}.cue-video-story-button-holder-grouped>div{display:flex;align-items:center;background:#262648;padding:0 16px;pointer-events:all}.cue-video-story-button-holder-grouped-divider{background:#66667e;height:38px;width:2px}.cue-video-story-button-holder-grouped-divider:last-of-type{display:none}.cue-video-story-button-holder-grouped .cue-button,.cue-video-story-button-holder-grouped .cue-text-video-content-module .cue-text-video-content-module-link a,.cue-text-video-content-module .cue-text-video-content-module-link .cue-video-story-button-holder-grouped a{position:relative;font-size:16px;font-family:Siemens Sans Roman;background:#262648;padding:16px;color:#fff}.cue-video-story-button-holder-grouped .cue-button use,.cue-video-story-button-holder-grouped .cue-text-video-content-module .cue-text-video-content-module-link a use,.cue-text-video-content-module .cue-text-video-content-module-link .cue-video-story-button-holder-grouped a use{fill:#fff}.cue-video-story-button-holder-grouped .cue-button:hover,.cue-video-story-button-holder-grouped .cue-text-video-content-module .cue-text-video-content-module-link a:hover,.cue-text-video-content-module .cue-text-video-content-module-link .cue-video-story-button-holder-grouped a:hover,.cue-video-story-button-holder-grouped .cue-button-hover{color:#00ffb9}.cue-video-story-button-holder-grouped .cue-button:hover use,.cue-video-story-button-holder-grouped .cue-text-video-content-module .cue-text-video-content-module-link a:hover use,.cue-text-video-content-module .cue-text-video-content-module-link .cue-video-story-button-holder-grouped a:hover use,.cue-video-story-button-holder-grouped .cue-button-hover use{fill:#00ffb9}.cue-video-story .cue-button-videoStory-hover{background:red!important}.cue-video-story-navigation-holder{width:100%;height:100%;position:absolute}.cue-video-story-navigation-wrapper{display:flex}.cue-video-story-navigation-wrapper-primary .scrollbar-container,.cue-video-story-navigation-wrapper-secondary .scrollbar-container{display:flex;align-items:center;gap:10px}.cue-video-story-navigation-wrapper-primary .cue-video-story-navigation-nav,.cue-video-story-navigation-wrapper-secondary .cue-video-story-navigation-nav{background:#262648;margin:0;padding:8px}.cue-video-story-navigation-wrapper-primary .cue-video-story-navigation-nav svg,.cue-video-story-navigation-wrapper-secondary .cue-video-story-navigation-nav svg{width:20px;height:20px;filter:drop-shadow(0 1px 1px rgba(0,0,0,.6))}@container (min-width: 768px){.cue-video-story-navigation-wrapper-primary .cue-video-story-navigation-nav svg,.cue-video-story-navigation-wrapper-secondary .cue-video-story-navigation-nav svg{filter:none}}.cue-video-story-navigation-wrapper-primary .cue-video-story-navigation-nav:hover,.cue-video-story-navigation-wrapper-secondary .cue-video-story-navigation-nav:hover{background:#262648}.cue-video-story-navigation-wrapper-primary{background:#262648;left:0;top:0;bottom:0;overflow:hidden}.cue-video-story-navigation-wrapper-primary .scrollbar-container{padding-top:24px;overflow-y:auto;scrollbar-width:none;flex-direction:column;gap:0}.cue-video-story-navigation-wrapper-primary .cue-video-story-navigation-nav{background:#262648;margin:0;padding:16px;border-left:1px solid transparent}.cue-video-story-navigation-wrapper-primary .cue-video-story-navigation-nav svg{width:20px;height:20px;filter:drop-shadow(0 1px 1px rgba(0,0,0,.6))}@container (min-width: 768px){.cue-video-story-navigation-wrapper-primary .cue-video-story-navigation-nav svg{filter:none}}.cue-video-story-navigation-wrapper-primary .cue-video-story-navigation-nav:hover{background:#262648}.cue-video-story-navigation-wrapper-primary .cue-video-story-navigation-nav:hover{background:#333353}.cue-video-story-navigation-wrapper-primary .cue-video-story-navigation-nav:hover use{fill:#fff}.cue-video-story-navigation-wrapper-primary .cue-video-story-navigation-nav-active,.cue-video-story-navigation-wrapper-primary .cue-video-story-navigation-nav-active:hover{background:#000028;border-color:#00ffb9}.cue-video-story-navigation-wrapper-primary .cue-video-story-navigation-nav-active use,.cue-video-story-navigation-wrapper-primary .cue-video-story-navigation-nav-active:hover use{fill:#fff}.cue-video-story-navigation-wrapper-primary .cue-video-story-navigation-nav-disabled{pointer-events:none}.cue-video-story-navigation-wrapper-primary .cue-video-story-navigation-nav-disabled use{fill:#737389}.cue-video-story-navigation-wrapper-primary .cue-video-story-navigation-divider{border-bottom:1px solid #ffffff;width:24px;margin:6px 0}.cue-video-story-navigation-wrapper-secondary{transition:bottom .25s;bottom:var(--safe-zone, 24px);right:32px;background:#000028;padding:12px 16px}.cue-video-story-navigation-wrapper-secondary .cue-video-story-navigation-nav{background:#262648;margin:0;padding:8px;border-radius:5px}.cue-video-story-navigation-wrapper-secondary .cue-video-story-navigation-nav svg{width:20px;height:20px;filter:drop-shadow(0 1px 1px rgba(0,0,0,.6))}@container (min-width: 768px){.cue-video-story-navigation-wrapper-secondary .cue-video-story-navigation-nav svg{filter:none}}.cue-video-story-navigation-wrapper-secondary .cue-video-story-navigation-nav:hover{background:#262648}.cue-video-story-navigation-wrapper-secondary .cue-video-story-navigation-nav-active use{fill:#00ffb9}.cue-video-story-navigation-wrapper-secondary .cue-video-story-navigation-nav-disabled{pointer-events:none}.cue-video-story-navigation-wrapper-secondary .cue-video-story-navigation-nav-disabled use{fill:#737389}.cue-video-story-navigation-wrapper-secondary .cue-video-story-navigation-divider{border-right:1px solid #ffffff;height:24px;margin:0 6px}.cue-video-story-navigation-language-overlay{position:absolute;right:0;bottom:40px;background:rgba(255,255,255,.85);display:none;z-index:99999}.cue-video-story-navigation-language-overlay-active{display:block}.cue-video-story-navigation-language-overlay .cue-language-selector{display:flex;flex-direction:column}.cue-video-story-navigation-language-overlay button{padding:10px 30px;background:none}.cue-video-story-navigation-language-overlay button span{white-space:nowrap}.cue-video-story-navigation-item-sound-slide{position:absolute;left:52px;top:200px;height:36px;background:#000028;width:180px}.cue-video-story-is-fullscreen .cue-video-story-navigation-wrapper-secondary,.cue-video-story-cover .cue-video-story-navigation-wrapper-secondary{top:initial;width:initial;display:flex;justify-content:end}.cue-video-story-video-loading{background:#262648}.cue-video-story-info-box{padding:16px;background:#000028;color:#fff;top:32px;right:32px;min-width:34px;min-height:34px;z-index:1900}@container (min-width: 768px){.cue-video-story-info-box{min-width:68px;min-height:68px}}@container (min-width: 768px){.cue-video-story-info-box-button-holder{right:16px;top:16px}}.cue-video-story-info-box-button-holder .cue-button,.cue-video-story-info-box-button-holder .cue-text-video-content-module .cue-text-video-content-module-link a,.cue-text-video-content-module .cue-text-video-content-module-link .cue-video-story-info-box-button-holder a{background:#262648;margin:0;padding:8px;border-radius:0}.cue-video-story-info-box-button-holder .cue-button svg,.cue-video-story-info-box-button-holder .cue-text-video-content-module .cue-text-video-content-module-link a svg,.cue-text-video-content-module .cue-text-video-content-module-link .cue-video-story-info-box-button-holder a svg{width:20px;height:20px;filter:drop-shadow(0 1px 1px rgba(0,0,0,.6))}@container (min-width: 768px){.cue-video-story-info-box-button-holder .cue-button svg,.cue-video-story-info-box-button-holder .cue-text-video-content-module .cue-text-video-content-module-link a svg,.cue-text-video-content-module .cue-text-video-content-module-link .cue-video-story-info-box-button-holder a svg{filter:none}}.cue-video-story-info-box-button-holder .cue-button:hover,.cue-video-story-info-box-button-holder .cue-text-video-content-module .cue-text-video-content-module-link a:hover,.cue-text-video-content-module .cue-text-video-content-module-link .cue-video-story-info-box-button-holder a:hover{background:#262648}.cue-video-story-info-box-button-holder .cue-button-active use{fill:#00ffb9}.cue-video-story-info-box-button-holder .cue-button-disabled{pointer-events:none}.cue-video-story-info-box-button-holder .cue-button-disabled use{fill:#737389}@container (min-width: 768px){.cue-video-story-info-box-button-holder .cue-button,.cue-video-story-info-box-button-holder .cue-text-video-content-module .cue-text-video-content-module-link a,.cue-text-video-content-module .cue-text-video-content-module-link .cue-video-story-info-box-button-holder a{border-radius:5px}}.cue-video-story-info-box-content{padding:28px;grid-row-gap:36px}.cue-video-story-info-box-content h3{font-size:18px;margin-bottom:20px;font-family:Siemens Sans Black;line-height:1.2}@container (min-width: 768px){.cue-video-story-info-box-content h3{font-size:24px}}@container (min-width: 1240px){.cue-video-story-info-box-content h3{font-size:36px}}.cue-video-story-info-box-content h4,.cue-video-story-info-box-content .cue-livestream-teaser-headline{text-transform:uppercase;font-size:18px;line-height:22px;font-family:Siemens Sans Black;margin-bottom:20px}.cue-video-story-info-box-content p{font-size:14px}@container (min-width: 768px){.cue-video-story-info-box-content p{font-size:16px}}@container (min-width: 1240px){.cue-video-story-info-box-content p{font-size:18px}}.cue-video-story-info-box-content-cta .cue-button,.cue-video-story-info-box-content-cta .cue-text-video-content-module .cue-text-video-content-module-link a,.cue-text-video-content-module .cue-text-video-content-module-link .cue-video-story-info-box-content-cta a{width:100%;box-sizing:border-box}.cue-video-story-info-box-content-cta .cue-button span,.cue-video-story-info-box-content-cta .cue-text-video-content-module .cue-text-video-content-module-link a span,.cue-text-video-content-module .cue-text-video-content-module-link .cue-video-story-info-box-content-cta a span{width:100%;text-align:center}.cue-video-story-info-box-open{width:calc(100% - 52px);height:100%;right:0;top:0;transition:height .25s}@container (min-width: 768px){.cue-video-story-info-box-open{top:32px;right:32px;width:410px;height:calc(100% - 32px - var(--safe-zone, 20px))}}@container (min-width: 1240px){.cue-video-story-info-box-open{height:calc(100% - 116px - var(--safe-zone, 20px))}}.cue-video-story-info-box-open .cue-video-story-info-box-button-holder .cue-button,.cue-video-story-info-box-open .cue-video-story-info-box-button-holder .cue-text-video-content-module .cue-text-video-content-module-link a,.cue-text-video-content-module .cue-text-video-content-module-link .cue-video-story-info-box-open .cue-video-story-info-box-button-holder a{background:none}.cue-video-story-info-box-in-transition{display:none}@container (min-width: 768px){.cue-video-story-info-box-in-transition{display:block}}.cue-video-tour-description-navigation{display:flex;align-items:center;justify-content:center;gap:20px}.cue-video-tour-description-navigation-prev,.cue-video-tour-description-navigation-next{margin:0;padding:8px;border-radius:5px;width:auto!important;background:#262648}.cue-video-tour-description-navigation-prev svg,.cue-video-tour-description-navigation-next svg{width:20px;height:20px;filter:drop-shadow(0 1px 1px rgba(0,0,0,.6))}@container (min-width: 768px){.cue-video-tour-description-navigation-prev svg,.cue-video-tour-description-navigation-next svg{filter:none}}.cue-video-tour-description-navigation-prev:hover,.cue-video-tour-description-navigation-next:hover{background:#262648}.cue-video-tour-description-navigation-prev svg use,.cue-video-tour-description-navigation-next svg use{fill:#fff}.cue-video-tour-description-navigation-prev:disabled,.cue-video-tour-description-navigation-next:disabled{pointer-events:none}.cue-video-tour-description-navigation-prev:disabled svg use,.cue-video-tour-description-navigation-next:disabled svg use{fill:#737389}.cue-video-tour-steps{pointer-events:all;z-index:99;justify-content:center;display:flex;position:absolute;bottom:56px;height:67px}@media screen and (max-width: 576px) and (orientation: portrait){.cue-video-tour-steps{display:none}}.cue-video-tour-steps .cue-steps-wrapper{width:160px}.cue-video-tour-steps .cue-steps-holder-position{color:#fff;font-size:16px;white-space:nowrap;text-shadow:0px 0px 2px rgba(0,0,0,.9)}@container (min-width: 1240px){.cue-video-tour-steps{background:#000028;display:block;bottom:0;left:54px}.cue-video-tour-steps .cue-steps-wrapper{width:initial}}@container (min-width: 768px){.cue-video-tour-steps{padding:5px 100px}}.cue-video-tour-steps .cue-button-stepsNavigation{margin:0;padding:8px;border-radius:5px;background:#262648}.cue-video-tour-steps .cue-button-stepsNavigation svg{width:20px;height:20px;filter:drop-shadow(0 1px 1px rgba(0,0,0,.6))}@container (min-width: 768px){.cue-video-tour-steps .cue-button-stepsNavigation svg{filter:none}}.cue-video-tour-steps .cue-button-stepsNavigation:hover{background:#262648}.cue-video-tour-steps .cue-steps-wrapper{margin-top:-17px}.cue-video-tour-steps .cue-steps-holder-outer{margin:0 min(4vw,20px)}.cue-video-tour-steps .cue-steps-holder-outer .cue-indicator{width:32px;height:32px;border-width:2px;border-color:#b3b3be;border-width:3px;width:24px;height:24px}.cue-video-tour-steps .cue-steps-holder-outer .cue-indicator svg{width:10px;height:10px}.cue-video-tour-steps .cue-steps-holder-outer .cue-indicator:after{width:8px;height:8px;background:#b3b3be}.cue-video-tour-steps .cue-steps-holder-outer .cue-indicator svg{width:14px;height:14px}.cue-video-tour-steps .cue-steps-holder-outer .cue-indicator:after{width:8px;height:8px}.cue-video-tour-steps .cue-steps-holder-outer .cue-indicator-active{border-color:#00ffb9}.cue-video-tour-steps .cue-steps-holder-outer .cue-indicator-active:after{background:#00ffb9}.cue-video-tour-steps .cue-steps-holder-outer .cue-indicator-through{opacity:1;border-color:#0cc}.cue-video-tour-steps .cue-steps-holder-outer .cue-indicator-through svg use{fill:#0cc}.cue-video-tour-steps .cue-steps-holder-outer .cue-indicator:hover svg{display:none}.cue-video-tour-steps .cue-steps-holder-outer .cue-progress{height:2px}.cue-video-tour-steps .cue-steps-holder-outer .cue-progress-bar{height:2px;background:linear-gradient(90deg,#00cccc calc(var(--progress-value) * 100% - 10%),#00ffb9 calc(var(--progress-value) * 100% - 10%),#00ffb9 calc(var(--progress-value) * 100% + 10%),#b3b3be calc(var(--progress-value) * 100% + 10%))}.cue-video-tour-steps .cue-steps-holder-outer .cue-progress-hover,.cue-video-tour-steps .cue-steps-holder-outer .cue-progress-value{height:2px;background:none}.cue-video-tour-steps .cue-steps-title{top:28px;font-size:16px;background:none;color:#00ffb9;font-family:Siemens Sans Roman;display:none}@container (min-width: 1240px){.cue-video-tour-steps .cue-steps-title{display:block}}.cue-video-waypoints{position:absolute;bottom:56px;left:calc(50% - 90px);height:68px;width:180px;overflow:hidden;pointer-events:none}@container (min-width: 1240px){.cue-video-waypoints{bottom:0;left:0;right:0;height:140px;width:auto}}.cue-video-waypoints-holder{position:absolute;left:0;right:0;height:auto;bottom:-80px;transition:bottom .25s}@container (min-width: 1240px){.cue-video-waypoints-holder{height:67px}}.cue-video-waypoints-holder-active{bottom:0;pointer-events:all}.cue-video-waypoints-steps{pointer-events:all;z-index:99;justify-content:center;display:flex;position:absolute;height:35px;left:0;right:0}@container (min-width: 1240px){.cue-video-waypoints-steps{height:67px;background:#000028;display:block;bottom:0;top:initial}.cue-video-waypoints-steps .cue-steps-wrapper{width:initial}}.cue-video-waypoints-steps-info-open{display:none}@container (min-width: 1240px){.cue-video-waypoints-steps-info-open{display:block}}.cue-video-waypoints-steps .cue-steps-holder-position{color:#fff;font-size:16px;white-space:nowrap;text-shadow:0px 0px 2px rgba(0,0,0,.9)}.cue-video-waypoints-steps .cue-button-stepsNavigation{margin:0;padding:8px;border-radius:5px;background:#262648}.cue-video-waypoints-steps .cue-button-stepsNavigation svg{width:20px;height:20px;filter:drop-shadow(0 1px 1px rgba(0,0,0,.6))}@container (min-width: 768px){.cue-video-waypoints-steps .cue-button-stepsNavigation svg{filter:none}}.cue-video-waypoints-steps .cue-button-stepsNavigation:hover{background:#262648}.cue-video-waypoints-steps .cue-steps-wrapper{margin-top:-100px}@container (min-width: 1240px){.cue-video-waypoints-steps .cue-steps-wrapper{margin-top:-12px}}.cue-video-waypoints-steps .cue-steps-holder{margin:0 35px}@container (min-width: 1240px){.cue-video-waypoints-steps .cue-steps-holder-outer{margin:0 150px}.cue-video-waypoints-steps .cue-steps-holder-outer:before{position:absolute;content:"";width:150px;height:2px;left:-150px;background:#b3b3be}.cue-video-waypoints-steps .cue-steps-holder-outer:after{position:absolute;content:"";width:150px;height:2px;right:-150px;background:#b3b3be}}.cue-video-waypoints-steps .cue-steps-holder-outer .cue-steps-item-title{color:#fff;line-height:1.2;margin-top:0;height:50px;display:flex;align-items:center}.cue-video-waypoints-steps .cue-steps-holder-outer .cue-steps-item-active .cue-steps-item-title{color:#00ffb9}.cue-video-waypoints-steps .cue-steps-holder-outer .cue-indicator{width:32px;height:32px;border-width:2px;border-color:#b3b3be;border-width:3px;width:24px;height:24px}.cue-video-waypoints-steps .cue-steps-holder-outer .cue-indicator svg{width:10px;height:10px}.cue-video-waypoints-steps .cue-steps-holder-outer .cue-indicator:after{width:8px;height:8px;background:#b3b3be}.cue-video-waypoints-steps .cue-steps-holder-outer .cue-indicator svg{display:none}.cue-video-waypoints-steps .cue-steps-holder-outer .cue-indicator:after{width:8px;height:8px}.cue-video-waypoints-steps .cue-steps-holder-outer .cue-indicator-active{border-color:#00ffb9}.cue-video-waypoints-steps .cue-steps-holder-outer .cue-indicator-active:after{background:#00ffb9}.cue-video-waypoints-steps .cue-steps-holder-outer .cue-indicator:hover svg{display:none}.cue-video-waypoints-steps .cue-steps-holder-outer .cue-progress{height:2px}.cue-video-waypoints-steps .cue-steps-holder-outer .cue-progress-bar{height:2px;background:linear-gradient(90deg,#b3b3be calc(var(--progress-value) * 100% - 10%),#00ffb9 calc(var(--progress-value) * 100% - 10%),#00ffb9 calc(var(--progress-value) * 100% + 10%),#b3b3be calc(var(--progress-value) * 100% + 10%))}.cue-video-waypoints-steps .cue-steps-holder-outer .cue-progress-hover,.cue-video-waypoints-steps .cue-steps-holder-outer .cue-progress-value{height:2px;background:none}.cue-video-waypoints-description-navigation{display:flex;align-items:center;justify-content:center;gap:20px}.cue-video-waypoints-description-navigation-prev,.cue-video-waypoints-description-navigation-next{margin:0;padding:8px;border-radius:5px;width:auto!important;background:#262648}.cue-video-waypoints-description-navigation-prev svg,.cue-video-waypoints-description-navigation-next svg{width:20px;height:20px;filter:drop-shadow(0 1px 1px rgba(0,0,0,.6))}@container (min-width: 768px){.cue-video-waypoints-description-navigation-prev svg,.cue-video-waypoints-description-navigation-next svg{filter:none}}.cue-video-waypoints-description-navigation-prev:hover,.cue-video-waypoints-description-navigation-next:hover{background:#262648}.cue-video-waypoints-description-navigation-prev svg use,.cue-video-waypoints-description-navigation-next svg use{fill:#fff}.cue-video-waypoints-description-navigation-prev:disabled,.cue-video-waypoints-description-navigation-next:disabled{pointer-events:none}.cue-video-waypoints-description-navigation-prev:disabled svg use,.cue-video-waypoints-description-navigation-next:disabled svg use{fill:#737389}h1,h2,.cue-event-teaser .cue-event-teaser-mdx-before h2,h3,h4,.cue-livestream-teaser-headline,h5,h6{font-family:Siemens Sans Black;font-weight:500}h1.light,h2.light,.cue-event-teaser .cue-event-teaser-mdx-before h2.light,h3.light,h4.light,.light.cue-livestream-teaser-headline,h5.light,h6.light{font-weight:400}h1.roman,h2.roman,.cue-event-teaser .cue-event-teaser-mdx-before h2,h3.roman,h4.roman,.roman.cue-livestream-teaser-headline,h5.roman,h6.roman{font-family:Siemens Sans Roman}h1.center,h2.center,.cue-event-teaser .cue-event-teaser-mdx-before h2.center,h3.center,h4.center,.center.cue-livestream-teaser-headline,h5.center,h6.center{text-align:center}h1{font-family:Siemens Sans Black;font-size:38px;line-height:48px}@media (min-width: 768px){h1{font-size:60px;line-height:72px}}h2,.cue-event-teaser .cue-event-teaser-mdx-before h2{font-size:26px;font-weight:400;line-height:32px}@media (min-width: 768px){h2,.cue-event-teaser .cue-event-teaser-mdx-before h2{font-size:40px;line-height:52px}}h4,.cue-livestream-teaser-headline{font-family:Siemens Sans Black;font-size:28px;line-height:32px}@media (min-width: 768px){h4,.cue-livestream-teaser-headline{font-size:40px;line-height:52px}}h5{font-size:24px;font-style:normal;font-weight:500;line-height:32px}h6{color:#fff;font-family:Siemens Sans Roman;font-size:22px;font-style:normal;font-weight:400;line-height:normal}.cue-project-header{height:0;width:100%;position:relative;transition:all .3s ease;height:80px;display:flex;justify-content:center;position:fixed;z-index:2000}@media only screen and (min-width: 768px){.cue-project-header{height:136px}}@media only screen and (min-width: 1245px){.cue-project-header{height:136px}}.cue-project-header .cue-project-header-inner{padding:0 min(5vw,80px);box-sizing:border-box;max-width:1440px;height:100%;width:100%;display:grid;grid-template-columns:auto auto auto 1fr;grid-auto-rows:1fr}.cue-project-header .cue-project-header-inner .cue-project-mobile-menu{display:block}.cue-project-header .cue-project-header-inner .cue-project-menu .cue-menu-wrapper{display:inline-block}.cue-project-header .cue-project-header-inner .cue-project-menu-main{height:100%;grid-row:2;grid-column:1/1;align-items:end;padding-bottom:10px;display:none}@media only screen and (min-width: 1245px){.cue-project-header .cue-project-header-inner .cue-project-menu-main{display:flex}}.cue-project-header .cue-project-header-inner .cue-project-menu-right{grid-area:1/5/2/2;justify-content:end;display:none;align-items:center;align-items:end;padding-bottom:10px}.cue-project-header .cue-project-header-inner .cue-project-menu-right .cue-menu-wrapper .cue-menu-item a{padding-bottom:0}@media only screen and (min-width: 1245px){.cue-project-header .cue-project-header-inner .cue-project-menu-right{display:flex}}.cue-project-header .cue-project-header-inner .cue-project-menu-right-mobile{grid-row:1;grid-column:-1;justify-content:end;display:flex;padding-top:10px}.cue-project-header .cue-project-header-inner .cue-project-menu-right-mobile button{background:none}.cue-project-header .cue-project-header-inner .cue-project-menu-right-mobile button use{fill:#fff}.cue-project-header .cue-project-header-inner .cue-project-menu-right-mobile button:hover{background:none}.cue-project-header .cue-project-header-inner .cue-project-menu-right-mobile button:hover use{fill:#00e6dc}@media only screen and (min-width: 1245px){.cue-project-header .cue-project-header-inner .cue-project-menu-right-mobile{display:none}}.cue-project-header .cue-project-header-inner .cue-project-menu-right-secondary{grid-area:3/1/2/6;display:none;justify-content:end;align-items:end;padding-bottom:10px;text-shadow:0px 0px 20px rgba(0,0,40,.8)}@media only screen and (min-width: 1245px){.cue-project-header .cue-project-header-inner .cue-project-menu-right-secondary{display:flex}}.cue-project-header .cue-project-header-inner .cue-project-menu-right-secondary button{font-family:Siemens Sans Roman}.cue-project-header .cue-project-header-inner .cue-project-menu-language{grid-area:1/5/2/5;justify-content:end;align-items:end;padding:0 0 12px 10px;display:none;font-size:15px}@media only screen and (min-width: 1245px){.cue-project-header .cue-project-header-inner .cue-project-menu-language{display:flex}}.cue-project-header .cue-project-header-inner .cue-project-onsite-toggle{display:flex;white-space:nowrap;font-family:Siemens Sans Prof Bold;font-size:15px;gap:8px}@media only screen and (min-width: 1245px){.cue-project-header .cue-project-header-inner .cue-project-onsite-toggle{gap:13px}}.cue-project-header .cue-project-header-inner .cue-project-onsite-toggle-tooltip{z-index:9999;padding:20px;background-color:#002949!important;max-width:300px;font-family:Siemens Sans Roman}.cue-project-header .cue-project-header-inner .cue-project-onsite-toggle-tooltip h5,.cue-project-header .cue-project-header-inner .cue-project-onsite-toggle-tooltip p{margin:0;font-size:15px;line-height:26px;white-space:normal}.cue-project-header .cue-project-header-inner .cue-project-onsite-toggle-tooltip .react-tooltip-arrow{width:17px;height:17px}.cue-project-header .cue-project-header-inner .cue-project-onsite-toggle-tooltip h5{margin-bottom:10px}.cue-project-header .cue-project-header-inner .cue-project-menu-mobile-onsite-toggle{display:flex;align-items:center;margin-top:-8px}.cue-project-header .cue-project-header-inner .cue-toggle .cue-toggle-label .cue-toggle-indicator{transition:none}.cue-project-header.scrolled{background:rgba(0,0,40,.85);-webkit-backdrop-filter:blur(1px);backdrop-filter:blur(1px);height:60px}@media (min-width: 768px){.cue-project-header.scrolled{background:#000028}}.cue-project-header.scrolled .cue-project-brand{transition:all .3s ease;margin-top:20px}.cue-project-header.scrolled .cue-project-menu{transition:all .3s ease;padding-top:0}@media only screen and (min-width: 1245px){.cue-project-header.scrolled{margin-top:-80px;height:initial}.cue-project-header.scrolled .cue-project-brand{transition:all .3s ease;margin-top:32px}.cue-project-header.scrolled .cue-project-menu{transition:all .3s ease;padding-top:10px}.cue-project-header.scrolled .cue-project-header-inner{grid-template-columns:auto auto auto 1fr}.cue-project-header.scrolled .cue-project-header-inner .cue-project-menu-right{display:none;grid-row:2;grid-column:-1}.cue-project-header.scrolled .cue-project-header-inner .cue-project-menu-right .cue-menu-wrapper .cue-menu-item a{padding-bottom:6px}.cue-project-header.scrolled .cue-project-menu-language{display:none}}.cue-project-header.cue-project-header-transparent{background:none;-webkit-backdrop-filter:none;backdrop-filter:none}@media only screen and (min-width: 1245px){.cue-project-header.cue-project-header-transparent.scrolled{background:#000028}}.cue-menu-item:not(:last-child){margin-right:27px}.cue-menu-item a{display:inline-flex;justify-content:center;align-items:center;transition:color .25s;border-bottom:2px solid transparent;padding-bottom:7px;font-size:18px}.cue-menu-item a button{font-family:Siemens Sans Black,arial,sans-serif;font-weight:400}.cue-menu-item a.active button{color:#00ffb9}.cue-menu-item a.active svg use{fill:#00ffb9}.cue-menu-item a:hover button,.cue-menu-item a.active button{color:#00ffb9}.cue-menu-item .cue-button svg,.cue-menu-item .cue-text-video-content-module .cue-text-video-content-module-link a svg,.cue-text-video-content-module .cue-text-video-content-module-link .cue-menu-item a svg{width:18px}.cue-project-brand{z-index:3000;background:transparent url(./logo-dark-13436bce.svg) no-repeat;margin-top:32px;margin-bottom:15px;grid-column:1/1;display:flex;flex-direction:column;justify-content:start;width:130px;height:22px}.cue-menu-additional{padding:15px}.cue-menu-additional .cue-language-selector{margin-top:55px}.cue-project-content-container-element:nth-of-type(1) .cue-virtual-fullscreen-slogan .cue-virtual-fullscreen-container,.cue-project-content-container-element:nth-of-type(2) .cue-virtual-fullscreen-slogan .cue-virtual-fullscreen-container{z-index:2}.cue-project-menu-right-mobile .cue-project-onsite-toggle{top:0}.cue-project-onsite-toggle .cue-toggle .cue-toggle-label{width:27px}.cue-project-onsite-toggle .cue-toggle .cue-toggle-label .cue-toggle-background-bar{height:14px;opacity:.87}.cue-project-onsite-toggle .cue-toggle .cue-toggle-label .cue-toggle-indicator{height:14px;width:14px}body[data-crisp-open=true] .cue-cta-overlay-btn.crisp_chat{right:-60px}.cue-cta-overlay-btn{display:none;background:#ffffff}.cue-cta-overlay-btn-device-mobile{display:inherit}@media (min-width: 768px){.cue-cta-overlay-btn-device-mobile{display:none}}@media (min-width: 768px){.cue-cta-overlay-btn-device-tablet{display:inherit}}@media (min-width: 768px) and (min-width: 1240px){.cue-cta-overlay-btn-device-tablet{display:none}}@media (min-width: 1240px){.cue-cta-overlay-btn-device-tablet{display:inherit}}.cue-cta-overlay-btn-group{background:#ffffff;display:block;width:100%;box-sizing:border-box}.cue-cta-overlay-btn-group:hover,.cue-cta-overlay-btn-group-active{background:#00ffb9}.cue-cta-overlay-btn span{display:none}@media (min-width: 768px){.cue-cta-overlay-btn span{display:flex}}.cue-cta-overlay-group{padding:0 min(5vw,80px);display:flex;flex-direction:column;align-items:end}@media (min-width: 768px){.cue-cta-overlay-group{padding:8px}}.cue-cta-overlay-group.hide{display:none}.cue-cta-overlay-group .cue-cta-overlay-btn-group{width:55px;padding-left:0;padding-right:0}.cue-cta-overlay-group .cue-cta-overlay-btn-group span{display:none}@media (min-width: 768px){.cue-cta-overlay-group .cue-cta-overlay-btn-group{width:initial;padding:16px}.cue-cta-overlay-group .cue-cta-overlay-btn-group span{display:flex}}.cue-cta-overlay-group-container{display:flex;visibility:hidden;pointer-events:none;justify-content:end;flex-direction:column;gap:8px;margin-bottom:8px;margin-left:36px}.cue-cta-overlay-group-container .cue-cta-overlay-btn{display:flex;background:#ffffff}.cue-cta-overlay-group-container .cue-cta-overlay-btn:hover{pointer-events:all;background:#00ffb9}.cue-cta-overlay-group .cue-cta-overlay-btn{display:flex;justify-content:center}.cue-cta-overlay-group .cue-cta-overlay-group-container{height:0}.cue-cta-overlay-group-open .cue-cta-overlay-group-container{height:auto;visibility:visible;pointer-events:all}.cue-content-module-anchor{display:block}#\/home{position:absolute;top:-1px}body .cue-project-content-container{margin:80px auto auto}@media (min-width: 768px){body .cue-project-content-container{margin-top:176px}}@media (min-width: 768px){.cue-project-content-container{margin-top:176px}}.cue-project-content-block{padding:0 min(5vw,80px)}.cue-project-content-block-wrapper{padding:0 min(5vw,80px);margin-top:40px}@media (min-width: 768px){.cue-project-content-block-wrapper{margin-top:80px}}.cue-project-content-block-wrapper .no-top-margin{margin-top:-40px}@media (min-width: 768px){.cue-project-content-block-wrapper .no-top-margin{margin-top:-80px}}.cue-language-selector{gap:0!important;padding-bottom:4px}.cue-language-selector .cue-language-selector-item{background:none;padding:0 7px;border-right:1px solid #ffffff;line-height:1}.cue-language-selector .cue-language-selector-item:last-of-type{border:none;padding-right:0}.cue-language-selector .cue-language-selector-item:last-of-type:after{display:none}.cue-language-selector .cue-language-selector-item span{background:none}.cue-language-selector .cue-language-selector-item:disabled{background:none}.cue-language-selector .cue-language-selector-item:disabled:hover{color:#fff;cursor:initial}.cue-language-selector .cue-language-selector-item:not(:disabled){font-family:Siemens Sans Roman;font-weight:400}.cue-language-selector .cue-language-selector-item:not(:disabled):hover{color:#00ffb9;font-weight:700}.cue-slide-in-close-button-wrapper button use{fill:#fff}.cue-slide-in-close-button-wrapper button span{display:none}.cue-project-footer{margin-top:56px;display:flex;justify-content:center}.cue-project-footer .cue-menu-item{margin-right:0}.cue-project-footer .cue-menu-item a{font-size:18px;line-height:1.5555555556;text-decoration:underline;padding-bottom:0;border-bottom:none}.cue-project-footer .cue-menu-item a:hover{color:#00ffb9}.cue-project-footer .cue-project-footer-inner{width:100%;padding:40px min(5vw,80px) 56px;display:grid;grid-template-columns:auto;grid-template-rows:auto auto auto;row-gap:70px;max-width:1440px}.cue-project-footer .cue-project-footer-inner .cue-project-footer-menu-top{grid-column:1/1;grid-row:2/3}@media (min-width: 768px){.cue-project-footer .cue-project-footer-inner .cue-project-footer-menu-top{max-width:700px}}.cue-project-footer .cue-project-footer-inner .cue-project-footer-menu-bottom-left{grid-column:1/1;grid-row:3/4;display:flex;align-items:center}.cue-project-footer .cue-project-footer-inner .cue-project-footer-menu-bottom-left a{color:#b3b3be}.cue-project-footer .cue-project-footer-inner .cue-project-footer-menu-bottom-left a:hover{color:#00ffb9}.cue-project-footer .cue-project-footer-inner .cue-project-footer-menu-bottom-center{grid-column:1/1;grid-row:4/4;display:flex;align-items:center;pointer-events:none}.cue-project-footer .cue-project-footer-inner .cue-project-footer-menu-bottom-center a{text-decoration:none}.cue-project-footer .cue-project-footer-inner .cue-project-footer-menu .cue-menu{gap:30px}.cue-project-footer .cue-project-footer-inner .cue-project-footer-menu button{font-size:10px}.cue-project-footer .cue-project-footer-inner .cue-project-footer-menu-bottom-right{grid-row:1/2;grid-column:1/1;align-items:start}.cue-project-footer .cue-project-footer-inner .cue-project-footer-menu-bottom-right .cue-menu{gap:34px;flex-direction:row}.cue-project-footer .cue-project-footer-inner .cue-project-footer-menu-bottom-right .cue-menu svg{width:22px;height:22px}.cue-project-footer .cue-menu{flex-direction:column}@media (min-width: 768px){.cue-project-footer .cue-project-footer-inner .cue-project-footer-menu-top{grid-row:1/2;grid-column:1/2}.cue-project-footer .cue-project-footer-inner .cue-project-footer-menu-bottom-left{grid-row:2/3}.cue-project-footer .cue-project-footer-inner .cue-project-footer-menu-bottom-center{grid-row:3/3}.cue-project-footer .cue-project-footer-inner .cue-project-footer-menu-bottom-right{grid-row:1/2;grid-column:2/2;display:flex;justify-content:end;align-items:start}}@media only screen and (min-width: 1024px){.cue-project-footer .cue-menu{flex-direction:row}.cue-project-footer .cue-project-footer-inner{display:grid;grid-template-columns:repeat(32,1fr);grid-template-rows:1fr 1fr}.cue-project-footer .cue-project-footer-inner .cue-project-footer-menu-top{grid-column:1/32;grid-row:1/1}.cue-project-footer .cue-project-footer-inner .cue-project-footer-menu-bottom-left{grid-column:1/15;grid-row:2/2;display:flex;align-items:center}.cue-project-footer .cue-project-footer-inner .cue-project-footer-menu-bottom-center{grid-column:15/23;grid-row:2/2;display:flex;align-items:center;justify-content:end;pointer-events:none}.cue-project-footer .cue-project-footer-inner .cue-project-footer-menu-bottom-center a{text-decoration:none}.cue-project-footer .cue-project-footer-inner .cue-project-footer-menu-bottom-right{grid-column:23/33;grid-row:2/2;display:flex;align-items:center}}.cue-badge-warning{background:#ff2640;border:1px solid #ffffff;color:#fff}.cue-badge-pending{background:#879baa;border:1px solid #ffffff;color:#fff}.cue-button:disabled,.cue-text-video-content-module .cue-text-video-content-module-link a:disabled{background:lightgray;cursor:not-allowed;opacity:.6}.cue-button-border,.cue-button-tag{border:1px solid #00ffb9}.cue-button-iconOnly span,.cue-button-agendaMobileFilter span,.cue-button-iconOnlyColored span,.cue-button-modalClosePlain span,.cue-video-story-navigation-wrapper-primary .cue-video-story-navigation-nav span,.cue-video-story-navigation-wrapper-secondary .cue-video-story-navigation-nav span,.cue-video-story-info-box-button-holder .cue-button span,.cue-video-story-info-box-button-holder .cue-text-video-content-module .cue-text-video-content-module-link a span,.cue-text-video-content-module .cue-text-video-content-module-link .cue-video-story-info-box-button-holder a span,.cue-video-tour-description-navigation-prev span,.cue-video-tour-description-navigation-next span,.cue-video-tour-steps .cue-button-stepsNavigation span,.cue-video-waypoints-steps .cue-button-stepsNavigation span,.cue-video-waypoints-description-navigation-prev span,.cue-video-waypoints-description-navigation-next span{display:none!important}.cue-button-iconOnlyColored svg use{fill:#00ffb9}.cue-button-iconOnlyColored:hover svg use{fill:#fff}.cue-button-iconSeparated,.cue-button-iconSeparated:hover{color:#fff;background:none;font-family:Siemens Sans Roman;font-size:18px;padding:0}.cue-button-iconSeparated svg,.cue-button-iconSeparated:hover svg{background:linear-gradient(to left,#00ffb9 0%,#00e6dc 100%);border-radius:9999px}.cue-button-iconSeparated:hover{text-decoration:underline}.cue-button-iconSeparated:hover svg{background:#00ffb9}.cue-button-readMore{background:transparent;color:#fff;padding-left:0;font-size:14px;font-weight:400}.cue-button-readMore svg use{fill:#fff}.cue-button-readMore:hover{color:#00e6dc;background:transparent}.cue-button-readMore:hover svg use{fill:#00e6dc}.cue-button-menuItem,.cue-video-story-topics-menu-item-button,.cue-button-socialMenuItem{background:none;line-height:1.2;font-weight:700;color:#fff;padding:0}.cue-button-menuItem.cue-button-icon-right svg,.cue-button-icon-right.cue-video-story-topics-menu-item-button svg,.cue-button-icon-right.cue-button-socialMenuItem svg,.cue-video-story-animation-button .cue-button-menuItem.cue-button-videoStory svg,.cue-video-story-animation-button .cue-button-videoStory.cue-video-story-topics-menu-item-button svg,.cue-video-story-animation-button .cue-button-socialMenuItem.cue-button-videoStory svg{margin-left:10px}.cue-button-menuItem svg use,.cue-video-story-topics-menu-item-button svg use,.cue-button-socialMenuItem svg use{fill:#fff}.cue-button-menuItem:hover,.cue-video-story-topics-menu-item-button:hover,.cue-button-socialMenuItem:hover{background:transparent;color:#00ffb9}.cue-button-menuItem:hover svg use,.cue-video-story-topics-menu-item-button:hover svg use,.cue-button-socialMenuItem:hover svg use{fill:#00ffb9}.cue-button-searchBarClear{padding:0;background:none;position:absolute;top:50%;right:10px;transform:translateY(-50%)}.cue-button-searchBarClear svg use{fill:#fff}.cue-button-searchBarClear:hover{background:none}.cue-button-side_badge{position:fixed;top:30vh;right:-10px;padding:6px 14px 18px;font-size:14px;transform:rotate(-90deg);transform-origin:right bottom;transition:right .25s}.cue-button-side_badge:hover{right:-2px}.cue-button-sliderPrev{padding:3px;transform:translate(-12px)}.cue-button-sliderNext{padding:3px;transform:translate(12px)}.cue-button-modalClosePlain{padding:5px}.cue-button-modalClosePlain:hover{color:colors(BOLD_BLUE)}.cue-button-modalClosePlain:hover svg use{fill:#00e6dc}.cue-button-filterDropdownItem,.cue-button-agendaActionButton,.cue-button-filterDropdownItemOpened,.cue-button-agendaMobileSwitch,.cue-button-agendaMobileSwitchActive{font-size:14px;padding:7px;justify-content:center;background:none;color:#fff}.cue-button-filterDropdownItem svg,.cue-button-agendaActionButton svg,.cue-button-filterDropdownItemOpened svg,.cue-button-agendaMobileSwitch svg,.cue-button-agendaMobileSwitchActive svg{margin-left:10px}.cue-button-filterDropdownItem span,.cue-button-agendaActionButton span,.cue-button-filterDropdownItemOpened span,.cue-button-agendaMobileSwitch span,.cue-button-agendaMobileSwitchActive span{margin-right:10px}.cue-button-filterDropdownItem span,.cue-button-agendaActionButton span,.cue-button-filterDropdownItemOpened span,.cue-button-agendaMobileSwitch span,.cue-button-agendaMobileSwitchActive span{white-space:nowrap}.cue-button-filterDropdownItem svg,.cue-button-agendaActionButton svg,.cue-button-filterDropdownItemOpened svg,.cue-button-agendaMobileSwitch svg,.cue-button-agendaMobileSwitchActive svg{flex:0 0 auto}.cue-button-filterDropdownItem svg use,.cue-button-agendaActionButton svg use,.cue-button-filterDropdownItemOpened svg use,.cue-button-agendaMobileSwitch svg use,.cue-button-agendaMobileSwitchActive svg use{fill:#fff}.cue-button-filterDropdownItem:not(.cue-button-agendaActionButton):not(.cue-button-filterDropdownItemOpened):not(.cue-button-agendaMobileSwitchActive):hover,.cue-button-agendaActionButton:not(.cue-button-agendaActionButton):not(.cue-button-filterDropdownItemOpened):not(.cue-button-agendaMobileSwitchActive):hover,.cue-button-filterDropdownItemOpened:not(.cue-button-agendaActionButton):not(.cue-button-filterDropdownItemOpened):not(.cue-button-agendaMobileSwitchActive):hover,.cue-button-agendaMobileSwitch:not(.cue-button-agendaActionButton):not(.cue-button-filterDropdownItemOpened):not(.cue-button-agendaMobileSwitchActive):hover,.cue-button-agendaMobileSwitchActive:not(.cue-button-agendaActionButton):not(.cue-button-filterDropdownItemOpened):not(.cue-button-agendaMobileSwitchActive):hover{color:#000028}.cue-button-filterDropdownItem:not(.cue-button-agendaActionButton):not(.cue-button-filterDropdownItemOpened):not(.cue-button-agendaMobileSwitchActive):hover svg use,.cue-button-agendaActionButton:not(.cue-button-agendaActionButton):not(.cue-button-filterDropdownItemOpened):not(.cue-button-agendaMobileSwitchActive):hover svg use,.cue-button-filterDropdownItemOpened:not(.cue-button-agendaActionButton):not(.cue-button-filterDropdownItemOpened):not(.cue-button-agendaMobileSwitchActive):hover svg use,.cue-button-agendaMobileSwitch:not(.cue-button-agendaActionButton):not(.cue-button-filterDropdownItemOpened):not(.cue-button-agendaMobileSwitchActive):hover svg use,.cue-button-agendaMobileSwitchActive:not(.cue-button-agendaActionButton):not(.cue-button-filterDropdownItemOpened):not(.cue-button-agendaMobileSwitchActive):hover svg use{fill:#000028}.cue-button-filterDropdownItem,.cue-button-agendaActionButton,.cue-button-filterDropdownItemOpened{padding:9px 32px 9px 24px;background:#007082}.cue-button-agendaMobileSwitch,.cue-button-agendaMobileSwitchActive{border:1px solid #ffffff}.cue-button-agendaMobileFilter{color:#fff;font-size:14px;flex:0 0 auto;padding:0}.cue-button-agendaMobileFilter svg{width:20px;height:20px;margin-left:5px}.cue-button-agendaMobileSwitchActive{color:#00ffb9;border:1px solid #00ffb9}.cue-button-agendaMobileSwitchActive,.cue-button-agendaMobileSwitchActive:hover{background:#001f39}.cue-button-agendaMobileSwitchActive svg use{fill:#00ffb9}.cue-button-filterDropdownItemOpened{background:#00183b;color:#00ffb9}.cue-button-filterDropdownItemOpened svg use{fill:#00ffb9}.cue-button-filterDropdownItemOpened:hover{background:#00183b}.cue-button-agendaActionButton{background:none!important}.cue-button-agendaActionButton svg{margin-left:0}.cue-button-agendaActionButton:hover{background:#00e6dc}.cue-button-agendaActionButton:hover svg use{fill:#00e6dc}.cue-button-agendaCta,.cue-button-agendaCtaRed{padding:10px}.cue-button-agendaCta svg,.cue-button-agendaCtaRed svg{width:16px;height:16px}.cue-button-agendaCtaRed{background:#d80027}.cue-button-agendaCtaRed svg use{fill:#fff}.cue-button-agendaCtaRed:hover{background:#ff2640}.cue-button-agendaHeaderDay{color:#4c4c68;font-size:14px;border-bottom:1px solid #737389}.cue-button-agendaHeaderDay:hover,.cue-button-agendaHeaderDay.active{background:none;color:#fff;border-color:#00e5aa}.cue-button-socialMenuItem svg{width:24px;height:24px}.cue-button-languageSelector{background:#00cccc}.cue-button-close{background:#00cccc;color:#fff;padding:5px 10px}.cue-button-close svg use{fill:#000028}.cue-button-close:hover{background:#00ffb9;border-color:#00ffb9}.cue-button-close:hover svg use{fill:#00ffb9}.cue-button-videoStoryDefaultButton,.cue-button-videoStoryEnterButton{display:flex;flex-direction:row-reverse;font-family:Siemens Sans Black;font-weight:700;background-color:#fff;color:#007993;padding:5px 5px 5px 15px;font-size:18px;box-shadow:0 0 1px #000028cc,0 0 2px #00002866,0 0 4px #00002833,0 4px 8px #0000281a,0 8px 16px #0000281a}.cue-button-videoStoryDefaultButton svg use,.cue-button-videoStoryEnterButton svg use{fill:#007993}.cue-button-videoStoryDefaultButton span,.cue-button-videoStoryEnterButton span{margin-right:5px}.cue-button-videoStoryDefaultButton:hover,.cue-button-videoStoryEnterButton:hover,.cue-button-videoStoryDefaultButton.active,.active.cue-button-videoStoryEnterButton{background:#c5ffef}.cue-button-videoStoryMenuSecondary{padding:10px;background:linear-gradient(to left,#00ffb9 0%,#00e6dc 100%);margin:10px 0}.cue-button-videoStoryMenuSecondary svg use{fill:#000028}.cue-button-videoStoryMenuSecondary:hover{background:#00ffb9}.cue-button-videoStoryMenuPrimary{padding:5px}.cue-button-videoStoryMenuPrimary,.cue-button-videoStoryMenuPrimary:hover{background:none}.cue-button-videoStoryMenuPrimary svg use{fill:#fff}svg.cue-icon-live{width:34px;animation:live-blink 2s infinite}svg.cue-icon-live use{fill:#ff2640!important}@keyframes live-blink{0%,to{opacity:0}50%{opacity:1}}.cue-select svg use{fill:#b3b3be}.cue-select__multi-value{position:relative;padding-left:8px;margin-bottom:10px;-webkit-user-select:none;user-select:none}.cue-select__value-container{padding-top:10px}.cue-select__placeholder{color:#b3b3be!important}.cue-select__menu-list{border-top:1px solid #00e5aa;border-left:none;border-right:none}.cue-select-wrapper{cursor:pointer}.cue-select-wrapper .cue-select__control{border:none}.cue-select-wrapper--is-multi:before{position:absolute;padding:12px 14px 2px;color:#fff;top:0;left:0}.cue-select-wrapper--is-multi.cue-select-wrapper--has-value:before{top:-24px;left:-16px}.cue-select-wrapper__control{min-height:48px!important}.cue-select-wrapper:before{padding-top:8px;pointer-events:none}.cue-select-wrapper--has-value:before{padding-top:0}.cue-select-wrapper .cue-select__menu{z-index:100}.cue-select-wrapper .cue-select__value-container{cursor:pointer;padding-top:0}.cue-select-wrapper .cue-select__value-container--is-multi{display:flex;height:32px;transform:translateY(-8px)}.react-tooltip{z-index:2000;background-color:#fff!important;font-size:14px}.react-tooltip strong{font-family:Siemens Sans Black}.cue-checkbox{font-size:16px}.cue-textarea{background:none}.cue-textarea>div{width:100%;height:100%}.cue-textarea-element{width:100%;height:100%;box-sizing:border-box}.cue-project-cards-card{padding:0 0 20px;background:#00183b;height:100%}.cue-project-cards-card .cue-text-image-content-module,.cue-project-cards-card .cue-livestream-teaser-element{height:100%;display:flex;flex-direction:column}.cue-project-cards-card .cue-text-image-content-module__content{align-items:flex-start!important}.cue-project-cards-card .cue-text-image-content-module__text{height:100%}.cue-project-cards-card .cue-text-image-content-module,.cue-project-cards-card .cue-livestream-teaser-element{width:100%}.cue-project-cards-card .cue-text-image-content-module h4,.cue-project-cards-card .cue-text-image-content-module .cue-livestream-teaser-headline,.cue-project-cards-card .cue-livestream-teaser-element h4,.cue-project-cards-card .cue-livestream-teaser-element .cue-livestream-teaser-headline{font-family:Siemens Sans Black;font-size:24px}@media (min-width: 768px){.cue-project-cards-card .cue-text-image-content-module h4,.cue-project-cards-card .cue-text-image-content-module .cue-livestream-teaser-headline,.cue-project-cards-card .cue-livestream-teaser-element h4,.cue-project-cards-card .cue-livestream-teaser-element .cue-livestream-teaser-headline{font-size:32px}}.cue-project-cards-card .cue-text-image-content-module h4,.cue-project-cards-card .cue-text-image-content-module .cue-livestream-teaser-headline,.cue-project-cards-card .cue-livestream-teaser-element h4,.cue-project-cards-card .cue-livestream-teaser-element .cue-livestream-teaser-headline{font-size:24px;margin-top:32px}.cue-project-cards-card .cue-text-image-content-module h4,.cue-project-cards-card .cue-text-image-content-module .cue-livestream-teaser-headline,.cue-project-cards-card .cue-livestream-teaser-element h4,.cue-project-cards-card .cue-livestream-teaser-element .cue-livestream-teaser-headline,.cue-project-cards-card .cue-text-image-content-module .cue-text-image-content-module-text,.cue-project-cards-card .cue-text-image-content-module .cue-livestream-teaser-description,.cue-project-cards-card .cue-livestream-teaser-element .cue-text-image-content-module-text,.cue-project-cards-card .cue-livestream-teaser-element .cue-livestream-teaser-description{padding:0 24px}.cue-project-cards-card .cue-text-image-content-module .cue-text-image-content-module-text,.cue-project-cards-card .cue-text-image-content-module .cue-livestream-teaser-description,.cue-project-cards-card .cue-livestream-teaser-element .cue-text-image-content-module-text,.cue-project-cards-card .cue-livestream-teaser-element .cue-livestream-teaser-description{padding-bottom:5px;flex:1}.cue-project-cards-card .cue-text-image-content-module .cue-text-image-content-module-image,.cue-project-cards-card .cue-livestream-teaser-element .cue-text-image-content-module-image{height:auto;aspect-ratio:16/9}.cue-project-cards-card .cue-text-image-content-module-has-link{cursor:pointer}.cue-project-cards-card .cue-text-image-content-module-has-link .cue-text-image-content-module__image{overflow:hidden}.cue-project-cards-card .cue-text-image-content-module-has-link .cue-image-element{transition:transform .5s}.cue-project-cards-card .cue-text-image-content-module-has-link:hover .cue-image-element{overflow:hidden;transform:scale(1.05)}.cue-project-cards-card .cue-text-image-content-module-footer,.cue-project-cards-card .cue-livestream-teaser-footer{padding:0 20px;display:flex;flex-wrap:wrap;flex-direction:row;width:100%;margin-bottom:-20px}.cue-project-cards-card .cue-text-image-content-module-footer .cue-text-image-content-module-label,.cue-project-cards-card .cue-livestream-teaser-footer .cue-text-image-content-module-label{font-weight:700;font-size:18px;font-family:Siemens Sans Prof Bold;flex-grow:1}.cue-project-cards-card .cue-text-image-content-module-footer .cue-text-image-content-module-link,.cue-project-cards-card .cue-livestream-teaser-footer .cue-text-image-content-module-link,.cue-project-cards-card .cue-text-image-content-module-footer .cue-text-image-content-module-label,.cue-project-cards-card .cue-livestream-teaser-footer .cue-text-image-content-module-label{width:100%}.cue-project-cards-card .cue-text-image-content-module-footer .cue-text-image-content-module-label,.cue-project-cards-card .cue-livestream-teaser-footer .cue-text-image-content-module-label{padding-bottom:10px;padding-right:10px}.cue-project-cards-card .cue-text-image-content-module-footer .cue-text-image-content-module-link,.cue-project-cards-card .cue-livestream-teaser-footer .cue-text-image-content-module-link{display:flex;justify-content:end}.cue-project-cards-card .cue-text-image-content-module-footer .cue-text-image-content-module-link .cue-button-iconOnly,.cue-project-cards-card .cue-livestream-teaser-footer .cue-text-image-content-module-link .cue-button-iconOnly,.cue-project-cards-card .cue-text-image-content-module-footer .cue-text-image-content-module-link .cue-button-iconOnlyColored,.cue-project-cards-card .cue-livestream-teaser-footer .cue-text-image-content-module-link .cue-button-iconOnlyColored,.cue-project-cards-card .cue-text-image-content-module-footer .cue-text-image-content-module-link .cue-button-modalClosePlain,.cue-project-cards-card .cue-livestream-teaser-footer .cue-text-image-content-module-link .cue-button-modalClosePlain,.cue-project-cards-card .cue-text-image-content-module-footer .cue-text-image-content-module-link .cue-video-story-navigation-wrapper-primary .cue-video-story-navigation-nav,.cue-project-cards-card .cue-livestream-teaser-footer .cue-text-image-content-module-link .cue-video-story-navigation-wrapper-primary .cue-video-story-navigation-nav,.cue-video-story-navigation-wrapper-primary .cue-project-cards-card .cue-text-image-content-module-footer .cue-text-image-content-module-link .cue-video-story-navigation-nav,.cue-video-story-navigation-wrapper-primary .cue-project-cards-card .cue-livestream-teaser-footer .cue-text-image-content-module-link .cue-video-story-navigation-nav,.cue-project-cards-card .cue-text-image-content-module-footer .cue-text-image-content-module-link .cue-video-story-navigation-wrapper-secondary .cue-video-story-navigation-nav,.cue-project-cards-card .cue-livestream-teaser-footer .cue-text-image-content-module-link .cue-video-story-navigation-wrapper-secondary .cue-video-story-navigation-nav,.cue-video-story-navigation-wrapper-secondary .cue-project-cards-card .cue-text-image-content-module-footer .cue-text-image-content-module-link .cue-video-story-navigation-nav,.cue-video-story-navigation-wrapper-secondary .cue-project-cards-card .cue-livestream-teaser-footer .cue-text-image-content-module-link .cue-video-story-navigation-nav,.cue-project-cards-card .cue-text-image-content-module-footer .cue-text-image-content-module-link .cue-video-story-info-box-button-holder .cue-button,.cue-project-cards-card .cue-text-image-content-module-footer .cue-text-image-content-module-link .cue-video-story-info-box-button-holder .cue-text-video-content-module .cue-text-video-content-module-link a,.cue-text-video-content-module .cue-text-video-content-module-link .cue-project-cards-card .cue-text-image-content-module-footer .cue-text-image-content-module-link .cue-video-story-info-box-button-holder a,.cue-project-cards-card .cue-livestream-teaser-footer .cue-text-image-content-module-link .cue-video-story-info-box-button-holder .cue-button,.cue-project-cards-card .cue-livestream-teaser-footer .cue-text-image-content-module-link .cue-video-story-info-box-button-holder .cue-text-video-content-module .cue-text-video-content-module-link a,.cue-text-video-content-module .cue-text-video-content-module-link .cue-project-cards-card .cue-livestream-teaser-footer .cue-text-image-content-module-link .cue-video-story-info-box-button-holder a,.cue-video-story-info-box-button-holder .cue-project-cards-card .cue-text-image-content-module-footer .cue-text-image-content-module-link .cue-button,.cue-video-story-info-box-button-holder .cue-project-cards-card .cue-text-image-content-module-footer .cue-text-image-content-module-link .cue-text-video-content-module .cue-text-video-content-module-link a,.cue-text-video-content-module .cue-text-video-content-module-link .cue-video-story-info-box-button-holder .cue-project-cards-card .cue-text-image-content-module-footer .cue-text-image-content-module-link a,.cue-video-story-info-box-button-holder .cue-project-cards-card .cue-livestream-teaser-footer .cue-text-image-content-module-link .cue-button,.cue-video-story-info-box-button-holder .cue-project-cards-card .cue-livestream-teaser-footer .cue-text-image-content-module-link .cue-text-video-content-module .cue-text-video-content-module-link a,.cue-text-video-content-module .cue-text-video-content-module-link .cue-video-story-info-box-button-holder .cue-project-cards-card .cue-livestream-teaser-footer .cue-text-image-content-module-link a,.cue-project-cards-card .cue-text-image-content-module-footer .cue-text-image-content-module-link .cue-video-tour-description-navigation-prev,.cue-project-cards-card .cue-livestream-teaser-footer .cue-text-image-content-module-link .cue-video-tour-description-navigation-prev,.cue-project-cards-card .cue-text-image-content-module-footer .cue-text-image-content-module-link .cue-video-tour-description-navigation-next,.cue-project-cards-card .cue-livestream-teaser-footer .cue-text-image-content-module-link .cue-video-tour-description-navigation-next,.cue-project-cards-card .cue-text-image-content-module-footer .cue-text-image-content-module-link .cue-video-tour-steps .cue-button-stepsNavigation,.cue-project-cards-card .cue-livestream-teaser-footer .cue-text-image-content-module-link .cue-video-tour-steps .cue-button-stepsNavigation,.cue-video-tour-steps .cue-project-cards-card .cue-text-image-content-module-footer .cue-text-image-content-module-link .cue-button-stepsNavigation,.cue-video-tour-steps .cue-project-cards-card .cue-livestream-teaser-footer .cue-text-image-content-module-link .cue-button-stepsNavigation,.cue-project-cards-card .cue-text-image-content-module-footer .cue-text-image-content-module-link .cue-video-waypoints-steps .cue-button-stepsNavigation,.cue-project-cards-card .cue-livestream-teaser-footer .cue-text-image-content-module-link .cue-video-waypoints-steps .cue-button-stepsNavigation,.cue-video-waypoints-steps .cue-project-cards-card .cue-text-image-content-module-footer .cue-text-image-content-module-link .cue-button-stepsNavigation,.cue-video-waypoints-steps .cue-project-cards-card .cue-livestream-teaser-footer .cue-text-image-content-module-link .cue-button-stepsNavigation,.cue-project-cards-card .cue-text-image-content-module-footer .cue-text-image-content-module-link .cue-video-waypoints-description-navigation-prev,.cue-project-cards-card .cue-livestream-teaser-footer .cue-text-image-content-module-link .cue-video-waypoints-description-navigation-prev,.cue-project-cards-card .cue-text-image-content-module-footer .cue-text-image-content-module-link .cue-video-waypoints-description-navigation-next,.cue-project-cards-card .cue-livestream-teaser-footer .cue-text-image-content-module-link .cue-video-waypoints-description-navigation-next,.cue-project-cards-card .cue-text-image-content-module-footer .cue-text-image-content-module-link .cue-button-agendaMobileFilter,.cue-project-cards-card .cue-livestream-teaser-footer .cue-text-image-content-module-link .cue-button-agendaMobileFilter{padding-right:0}.cue-project-cards-card .cue-text-image-content-module-footer .cue-text-image-content-module-link .cue-button-iconOnly use,.cue-project-cards-card .cue-livestream-teaser-footer .cue-text-image-content-module-link .cue-button-iconOnly use,.cue-project-cards-card .cue-text-image-content-module-footer .cue-text-image-content-module-link .cue-button-iconOnlyColored use,.cue-project-cards-card .cue-livestream-teaser-footer .cue-text-image-content-module-link .cue-button-iconOnlyColored use,.cue-project-cards-card .cue-text-image-content-module-footer .cue-text-image-content-module-link .cue-button-modalClosePlain use,.cue-project-cards-card .cue-livestream-teaser-footer .cue-text-image-content-module-link .cue-button-modalClosePlain use,.cue-project-cards-card .cue-text-image-content-module-footer .cue-text-image-content-module-link .cue-video-story-navigation-wrapper-primary .cue-video-story-navigation-nav use,.cue-project-cards-card .cue-livestream-teaser-footer .cue-text-image-content-module-link .cue-video-story-navigation-wrapper-primary .cue-video-story-navigation-nav use,.cue-video-story-navigation-wrapper-primary .cue-project-cards-card .cue-text-image-content-module-footer .cue-text-image-content-module-link .cue-video-story-navigation-nav use,.cue-video-story-navigation-wrapper-primary .cue-project-cards-card .cue-livestream-teaser-footer .cue-text-image-content-module-link .cue-video-story-navigation-nav use,.cue-project-cards-card .cue-text-image-content-module-footer .cue-text-image-content-module-link .cue-video-story-navigation-wrapper-secondary .cue-video-story-navigation-nav use,.cue-project-cards-card .cue-livestream-teaser-footer .cue-text-image-content-module-link .cue-video-story-navigation-wrapper-secondary .cue-video-story-navigation-nav use,.cue-video-story-navigation-wrapper-secondary .cue-project-cards-card .cue-text-image-content-module-footer .cue-text-image-content-module-link .cue-video-story-navigation-nav use,.cue-video-story-navigation-wrapper-secondary .cue-project-cards-card .cue-livestream-teaser-footer .cue-text-image-content-module-link .cue-video-story-navigation-nav use,.cue-project-cards-card .cue-text-image-content-module-footer .cue-text-image-content-module-link .cue-video-story-info-box-button-holder .cue-button use,.cue-project-cards-card .cue-text-image-content-module-footer .cue-text-image-content-module-link .cue-video-story-info-box-button-holder .cue-text-video-content-module .cue-text-video-content-module-link a use,.cue-text-video-content-module .cue-text-video-content-module-link .cue-project-cards-card .cue-text-image-content-module-footer .cue-text-image-content-module-link .cue-video-story-info-box-button-holder a use,.cue-project-cards-card .cue-livestream-teaser-footer .cue-text-image-content-module-link .cue-video-story-info-box-button-holder .cue-button use,.cue-project-cards-card .cue-livestream-teaser-footer .cue-text-image-content-module-link .cue-video-story-info-box-button-holder .cue-text-video-content-module .cue-text-video-content-module-link a use,.cue-text-video-content-module .cue-text-video-content-module-link .cue-project-cards-card .cue-livestream-teaser-footer .cue-text-image-content-module-link .cue-video-story-info-box-button-holder a use,.cue-video-story-info-box-button-holder .cue-project-cards-card .cue-text-image-content-module-footer .cue-text-image-content-module-link .cue-button use,.cue-video-story-info-box-button-holder .cue-project-cards-card .cue-text-image-content-module-footer .cue-text-image-content-module-link .cue-text-video-content-module .cue-text-video-content-module-link a use,.cue-text-video-content-module .cue-text-video-content-module-link .cue-video-story-info-box-button-holder .cue-project-cards-card .cue-text-image-content-module-footer .cue-text-image-content-module-link a use,.cue-video-story-info-box-button-holder .cue-project-cards-card .cue-livestream-teaser-footer .cue-text-image-content-module-link .cue-button use,.cue-video-story-info-box-button-holder .cue-project-cards-card .cue-livestream-teaser-footer .cue-text-image-content-module-link .cue-text-video-content-module .cue-text-video-content-module-link a use,.cue-text-video-content-module .cue-text-video-content-module-link .cue-video-story-info-box-button-holder .cue-project-cards-card .cue-livestream-teaser-footer .cue-text-image-content-module-link a use,.cue-project-cards-card .cue-text-image-content-module-footer .cue-text-image-content-module-link .cue-video-tour-description-navigation-prev use,.cue-project-cards-card .cue-livestream-teaser-footer .cue-text-image-content-module-link .cue-video-tour-description-navigation-prev use,.cue-project-cards-card .cue-text-image-content-module-footer .cue-text-image-content-module-link .cue-video-tour-description-navigation-next use,.cue-project-cards-card .cue-livestream-teaser-footer .cue-text-image-content-module-link .cue-video-tour-description-navigation-next use,.cue-project-cards-card .cue-text-image-content-module-footer .cue-text-image-content-module-link .cue-video-tour-steps .cue-button-stepsNavigation use,.cue-project-cards-card .cue-livestream-teaser-footer .cue-text-image-content-module-link .cue-video-tour-steps .cue-button-stepsNavigation use,.cue-video-tour-steps .cue-project-cards-card .cue-text-image-content-module-footer .cue-text-image-content-module-link .cue-button-stepsNavigation use,.cue-video-tour-steps .cue-project-cards-card .cue-livestream-teaser-footer .cue-text-image-content-module-link .cue-button-stepsNavigation use,.cue-project-cards-card .cue-text-image-content-module-footer .cue-text-image-content-module-link .cue-video-waypoints-steps .cue-button-stepsNavigation use,.cue-project-cards-card .cue-livestream-teaser-footer .cue-text-image-content-module-link .cue-video-waypoints-steps .cue-button-stepsNavigation use,.cue-video-waypoints-steps .cue-project-cards-card .cue-text-image-content-module-footer .cue-text-image-content-module-link .cue-button-stepsNavigation use,.cue-video-waypoints-steps .cue-project-cards-card .cue-livestream-teaser-footer .cue-text-image-content-module-link .cue-button-stepsNavigation use,.cue-project-cards-card .cue-text-image-content-module-footer .cue-text-image-content-module-link .cue-video-waypoints-description-navigation-prev use,.cue-project-cards-card .cue-livestream-teaser-footer .cue-text-image-content-module-link .cue-video-waypoints-description-navigation-prev use,.cue-project-cards-card .cue-text-image-content-module-footer .cue-text-image-content-module-link .cue-video-waypoints-description-navigation-next use,.cue-project-cards-card .cue-livestream-teaser-footer .cue-text-image-content-module-link .cue-video-waypoints-description-navigation-next use,.cue-project-cards-card .cue-text-image-content-module-footer .cue-text-image-content-module-link .cue-button-agendaMobileFilter use,.cue-project-cards-card .cue-livestream-teaser-footer .cue-text-image-content-module-link .cue-button-agendaMobileFilter use{fill:#fff}.cue-external-content .cue-external-content-iframe{min-height:calc(100dvh - 380px)}.cue-search-modal-wrapper{width:50vw}.cue-search-modal-wrapper input{width:100%}.cue-search-modal-wrapper input:focus{box-shadow:none!important}.cue-search-modal-wrapper .cue-search-bar-input-wrapper{width:100%;position:relative}.cue-search-modal-wrapper .cue-search-bar-input-wrapper>div{flex:1}.cue-search-modal-wrapper .cue-search-bar-result-list .cue-search-bar-result-item{border-bottom:1px solid #4c4c68;padding:12px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.cue-search-modal-wrapper .cue-search-bar-result-list .cue-search-bar-result-item:hover{background:#00183b}.cue-search-modal-wrapper .cue-search-bar-result-list .cue-search-bar-result-item .cue-search-bar-result-highlight{color:#00e6dc;font-weight:600}.cue-search-modal-wrapper .cue-search-bar-no-result{text-align:center;padding-top:30px;font-weight:700}.cue-search-modal-wrapper .cue-search-bar-no-result .cue-search-bar-no-result-text{font-size:24px}.cue-search-modal-wrapper .cue-search-bar-no-result .cue-search-bar-no-result-search-term{color:#00ffb9}.cue-tag-selection-tags{display:flex;flex-wrap:wrap;gap:10px}.cue-tag-selection-tags button{font-family:Siemens Sans Roman}.cue-tabs-menu{display:flex;margin-bottom:10px}.cue-tabs-menu button span{white-space:nowrap;width:100%;text-align:center}.cue-button-tab,.cue-button-tabActive,.cue-button-tab:hover,.cue-button-tabActive:hover{flex:1;padding:12px 8px;font-size:18px;background:none;border-bottom:2px solid #4c4c68;color:#fff}.cue-button-tab span,.cue-button-tabActive span,.cue-button-tab:hover span,.cue-button-tabActive:hover span{white-space:nowrap}.cue-button-tabActive,.cue-button-tab:hover,.cue-button-tabActive:hover{border-bottom:2px solid #00ffb9}.cue-button-tab:hover,.cue-button-tabActive:hover{background:#001f39}.cue-video-wrapper .cue-image-element{position:absolute}.cue-video-ui-ctrl-play,.cue-video-ui-ctrl-mute,.cue-video-ui-ctrl-fullscreen{padding:1rem .75rem;background:transparent}.cue-video-ui-ctrl-play svg use,.cue-video-ui-ctrl-mute svg use,.cue-video-ui-ctrl-fullscreen svg use{fill:#fff}.cue-video-ui-ctrl-play:hover,.cue-video-ui-ctrl-mute:hover,.cue-video-ui-ctrl-fullscreen:hover{background:transparent}.cue-video-ui-ctrl-play:hover svg use,.cue-video-ui-ctrl-mute:hover svg use,.cue-video-ui-ctrl-fullscreen:hover svg use{fill:#00ffb9}.cue-video-ui-ctrl-time{padding:0;font-family:Siemens Sans Roman}.cue-video-ui-ctrl-progress{position:absolute;top:0;left:0;transform:translateY(-100%)}.cue-video-ui-ctrl-progress .cue-progress .cue-progress-value{background:#00ffb9}.cue-project-video-chapters{display:flex;flex-direction:column;margin-top:80px}@media (min-width: 768px){.cue-project-video-chapters{flex-direction:row;margin-top:176px}}.cue-project-video-chapters .cue-project-video-chapters-menu{order:2}@media (min-width: 768px){.cue-project-video-chapters .cue-project-video-chapters-menu{order:inherit;width:50%;max-width:300px}}.cue-project-video-chapters .cue-project-video-chapters-menu button{color:#fff;font-family:Siemens Sans Roman;font-weight:400;background:#000028;margin:0rem;cursor:pointer;outline:none;border-top:none;border-right:none;border-left:none;box-sizing:border-box;border-image:initial;padding:0 15px 0 5px;font-size:16px;display:flex;align-items:center;height:50px;width:100%;border-bottom:.1rem solid rgb(112,112,128);text-align:left}.cue-project-video-chapters .cue-project-video-chapters-menu button.active,.cue-project-video-chapters .cue-project-video-chapters-menu button:hover,.cue-project-video-chapters .cue-project-video-chapters-menu button:focus-visible{background:rgba(0,175,142,.2)}.cue-modal-backdrop{padding:0;z-index:2}@media (min-width: 768px){.cue-modal-backdrop{padding:40px}}.cue-modal .cue-button-close{right:20px;top:20px}.cue-modal .cue-button-modalClosePlain use{fill:#fff}.cue-modal-container{animation-name:bring-modal-content}@keyframes bring-modal-content{0%{opacity:0}to{opacity:1}}.cue-modal .cue-button-close svg use,.cue-modal .cue-button-close:hover svg use{fill:#000028}.modal-fade-out .cue-modal-backdrop{animation:fade-modal-content .5s}.modal-fade-out .cue-modal-container{animation-name:fade-modal-content}@keyframes fade-modal-content{0%{opacity:1}to{opacity:0}}.cue-slide-in-close-button-wrapper button{background:none}.cue-slide-in-close-button-wrapper button use{fill:#fff!important}.cue-slide-in-close-button-wrapper button:hover{background:none}.cue-slide-in-close-button-wrapper button:hover use{fill:#00e6dc}.cue-slide-in-container{margin-top:var(--notification-height)}.cue-virtual-accordion{width:100%;position:relative}.cue-agenda-filter-header-wrapper,.cue-agenda-header-wrapper{margin:1rem 0 40px}.cue-agenda-change-your-schedule{margin:10px 0;display:flex;justify-content:flex-start}@media (min-width: 768px){.cue-agenda-change-your-schedule{margin:10px 0;justify-content:flex-end}}.cue-agenda-change-your-schedule button{padding:0}.cue-agenda-filter-wrapper button{padding-left:10px;padding-right:10px}@media (min-width: 1450px){.cue-agenda-filter-wrapper button{padding-left:32px;padding-right:32px}}.cue-agenda-filter-item.cue-agenda-filter-item--active{display:inline-flex}.cue-agenda-filter-item.cue-agenda-filter-item--active span{-webkit-line-clamp:1;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden;text-overflow:ellipsis}.cue-agenda-filter-item-mobile{margin-top:40px}.cue-agenda-filter-item-mobile h6{font-size:20px;font-weight:500;font-family:Siemens Sans Black}.cue-agenda-filter-item-mobile h6 svg{vertical-align:bottom;margin-right:4px;margin-left:-2px}.cue-agenda-filter-item-mobile h6 svg use{fill:#fff}.cue-agenda-filter-dropdown{padding-left:0!important;padding-right:0!important;background:#00183b;padding:32px 26px;position:absolute;top:calc(100% + 5px);left:0;z-index:1000}.cue-agenda-filter-dropdown .cue-checkbox-container{padding:5px 26px;width:100%;align-items:flex-start;white-space:nowrap}.cue-agenda-filter-dropdown .cue-checkbox-container .cue-checkbox-indicator{position:relative;top:5px;margin-right:12px}.cue-agenda-filter-dropdown .cue-checkbox-container:hover{background-color:#fff3}.cue-agenda-header-wrapper{display:flex;margin-right:2px;width:100%;background:#000028;z-index:20}@media (min-width: 768px){.cue-agenda-header-wrapper{gap:10px}}.cue-agenda-header-wrapper .agenda-no-results h3{font-size:1rem}.cue-agenda-header-wrapper .cue-agenda-date-header-wrapper{width:calc(100% + 22px);flex:1;position:relative}@media (min-width: 768px){.cue-agenda-header-wrapper .cue-agenda-date-header-wrapper{width:calc(100% - 180px);padding-right:5px;gap:5px}}.cue-agenda-header-wrapper .cue-agenda-date-header-wrapper .cue-agenda-date-header-tab-btns{display:flex;flex-wrap:nowrap;overflow:hidden;max-width:100%}.cue-agenda-header-wrapper .cue-agenda-date-header-wrapper .cue-agenda-date-header-tab-btns .cue-agenda-date-header-button{white-space:nowrap}.cue-agenda-header-wrapper .cue-agenda-date-header-wrapper .cue-agenda-date-header-select{position:absolute;right:0;top:0;height:100%}.cue-agenda-header-wrapper .cue-agenda-date-header-wrapper .cue-agenda-date-header-select>button{width:40px;height:100%;display:flex;justify-content:center;align-items:center;padding:0;background:#002949;border-bottom:2px solid #b3b3be;box-sizing:border-box;color:#fff}.cue-agenda-header-wrapper .cue-agenda-date-header-wrapper .cue-agenda-date-header-select>button:hover{background:#00cccc}.cue-agenda-header-wrapper .cue-agenda-action-btns{display:flex;align-items:center;gap:5px}.cue-agenda-search-wrapper{margin-left:auto}.cue-agenda-search-wrapper .cue-agenda-search-button{padding-left:0;padding-right:0;font-size:20px}@media (min-width: 768px){.cue-agenda-search-wrapper .cue-agenda-search-button{font-size:16px}}.cue-agenda-search-wrapper .cue-agenda-search-button svg{width:24px;height:24px}.cue-agenda-tz-switch{position:relative}.cue-agenda-tz-switch .cue-agenda-tz-switch-trigger{height:42px;justify-content:center;align-items:center;padding:0 10px;background:#00183b;display:flex;gap:3px;color:#fff}.cue-agenda-tz-switch .cue-agenda-tz-switch-trigger:hover{background:#00cccc;path-fill:#fff!important}.cue-agenda-tz-switch-options{position:absolute;left:calc(0% - 50px);top:calc(100% + 15px);transform:translate(-50%);width:250px;display:flex;flex-direction:column;z-index:1;box-shadow:1px 1px 20px #000;border-top:1px solid #00cccc}.cue-agenda-tz-switch-options button{background:#00183b;color:#00e5aa;padding:10px 40px}.cue-agenda-tz-switch-options button.is-active{background:#007082;color:#fff}.cue-agenda-tz-switch-options button:hover:not(.is-active){background:#002949}.cue-agenda-tz-switch-options:before{content:"";position:absolute;top:-10px;right:45px;z-index:-1;width:19px;height:19px;display:block;transform:rotate(-45deg);border-top:1px solid #00cccc;border-right:1px solid #00cccc;background:#00183b}.cue-agenda-tz-switch-options.first-active:before{background:#007082}@keyframes highlightEvent{0%{background:#007082}to{background:#00183b}}.cue-agenda-event-wrapper{position:relative;padding:16px 24px;margin-bottom:30px;background:#002949;display:grid;grid-template-columns:auto auto;grid-template-rows:repeat(3,auto)}@media (min-width: 576px){.cue-agenda-event-wrapper{grid-template-columns:auto 40px}}.cue-agenda-event-wrapper .cue-agenda-event-content{grid-area:2/1/2/-1}@media (min-width: 576px){.cue-agenda-event-wrapper .cue-agenda-event-content{grid-area:2/1/3/2}}.cue-agenda-event-wrapper .cue-agenda-event-location-tag{grid-area:1/2/1/2}@media (min-width: 576px){.cue-agenda-event-wrapper .cue-agenda-event-location-tag{grid-area:1/-1/1/-1}}.cue-agenda-event-wrapper .cue-agenda-event-bottom-wrapper{align-items:flex-start;grid-area:3/1/3/-1;display:flex;align-items:center;gap:24px;flex-direction:column}@media (min-width: 768px){.cue-agenda-event-wrapper .cue-agenda-event-bottom-wrapper{flex-direction:row;grid-area:-1/1/-1/-1}}.cue-agenda-event-wrapper .cue-agenda-event-cta-wrapper{grid-area:-1/1/-1/-1;margin-top:20px}@media (min-width: 576px){.cue-agenda-event-wrapper .cue-agenda-event-cta-wrapper{grid-area:2/-1/-1/-1}}.cue-agenda-event-wrapper.is-marked{animation-name:highlightEvent;animation-duration:2s;animation-iteration-count:1;animation-delay:.4s}.cue-agenda-event-wrapper .cue-agenda-event-top-wrapper{grid-area:1/4/2/1;display:flex;margin-bottom:20px;justify-content:space-between}.cue-agenda-event-wrapper .cue-agenda-event-time-wrapper{font-size:14px;line-height:1.2;font-weight:800}.cue-agenda-event-wrapper .cue-agenda-event-flag{margin-left:8px;flex:0 0 auto}.cue-agenda-event-wrapper .cue-agenda-event-time-time,.cue-agenda-event-wrapper .cue-agenda-event-time-wrapper{display:flex;gap:5px;flex-wrap:wrap;align-items:center}.cue-agenda-event-wrapper .cue-agenda-bottom-wrapper{display:flex;gap:20px;margin-bottom:0}.cue-agenda-event-wrapper .cue-agenda-event-categories-wrapper{font-size:14px;font-weight:800;flex-wrap:wrap;display:flex;gap:10px;width:100%}@media (min-width: 768px){.cue-agenda-event-wrapper .cue-agenda-event-categories-wrapper{width:auto}}.cue-agenda-event-wrapper .cue-agenda-event-categories-wrapper div{background-color:#00557c;padding:0 16px;border-radius:5px}.cue-agenda-event-wrapper .cue-agenda-event-avatar-wrapper{display:flex;flex-wrap:nowrap;flex-direction:row;flex:0 0 auto;width:100%}@media (min-width: 768px){.cue-agenda-event-wrapper .cue-agenda-event-avatar-wrapper{width:auto}}.cue-agenda-event-wrapper .cue-agenda-event-avatar-wrapper>div{margin-left:-7px;flex:0 0 auto}.cue-agenda-event-wrapper .cue-agenda-event-avatar-wrapper>div:nth-of-type(1){margin-left:0}.cue-agenda-event-wrapper .cue-agenda-event-avatar-wrapper .cue-avatar-wrapper .cue-avatar-image{border:2px solid #00e6dc;border-radius:50%;cursor:pointer;width:37px;height:37px}.cue-agenda-event-wrapper .cue-agenda-event-avatar-wrapper .cue-avatar-wrapper .cue-avatar-meta{display:none}.cue-agenda-event-wrapper .cue-agenda-event-location-tag{align-self:flex-start;justify-self:flex-end;margin-left:auto;padding:1px 6px;font-size:10px;line-height:1;font-weight:900;border:none;color:#fff;border:1px solid #6a2fe9;white-space:nowrap;width:fit-content;flex:0 0 auto}@media (min-width: 1240px){.cue-agenda-event-wrapper .cue-agenda-event-location-tag{padding:3px 12px;font-size:12px}}.cue-agenda-event-wrapper .cue-agenda-event-location-tag,.cue-agenda-event-wrapper .cue-agenda-event-location-tag:hover{background-color:#6a2fe9}.cue-agenda-event-wrapper .cue-agenda-event-location-tag span{margin-left:4px}@media (min-width: 576px){.cue-agenda-event-wrapper .cue-agenda-event-location-tag span{margin-left:8px}}.cue-agenda-event-wrapper .cue-agenda-event-location-tag svg{width:12px}@media (min-width: 576px){.cue-agenda-event-wrapper .cue-agenda-event-location-tag svg{width:15px}}.cue-agenda-event-wrapper .cue-agenda-event-location-tag svg use{fill:#fff}.cue-agenda-event-wrapper .cue-agenda-event-content .cue-agenda-event-content-title-wrapper{margin-bottom:10px}.cue-agenda-event-wrapper .cue-agenda-event-content .cue-agenda-event-content-title-wrapper .cue-agenda-event-title{flex-grow:1;margin:0;font-size:20px;line-height:28px}@media (min-width: 768px){.cue-agenda-event-wrapper .cue-agenda-event-content .cue-agenda-event-content-title-wrapper .cue-agenda-event-title{font-size:24px;line-height:28px}}.cue-agenda-event-wrapper .cue-agenda-event-content .cue-agenda-event-description-wrapper .cue-agenda-event-description{font-size:16px}.cue-agenda-event-wrapper .cue-agenda-event-content .cue-agenda-event-speaker-list ul{margin:1.25rem 0;display:flex;flex-direction:column;gap:2rem}.cue-agenda-event-wrapper .cue-agenda-event-content .cue-agenda-event-speaker-list ul .cue-avatar-image{width:50px;height:50px;border:3px solid #00e6dc;cursor:pointer}.cue-agenda-event-wrapper .cue-agenda-event-content .cue-agenda-event-speaker-list ul .cue-avatar-meta{padding:0}.cue-agenda-event-wrapper .cue-agenda-event-content .cue-agenda-event-speaker-list ul .cue-avatar-name{font-size:18px;font-family:Siemens Sans Black}.cue-agenda-event-wrapper .cue-agenda-event-content .cue-agenda-event-speaker-list ul .cue-avatar-occupation{font-size:16px}.cue-agenda-event-wrapper .cue-agenda-event-content .cue-agenda-event-speaker-list ul .cue-avatar-name,.cue-agenda-event-wrapper .cue-agenda-event-content .cue-agenda-event-speaker-list ul .cue-avatar-occupation{margin:0}.cue-agenda-event-wrapper .cue-agenda-event-action-btns{margin-left:auto}.cue-agenda-event-wrapper .cue-agenda-event-cta-wrapper{width:100%;display:flex;gap:12px}@media (min-width: 576px){.cue-agenda-event-wrapper .cue-agenda-event-cta-wrapper{grid-area:2/-1/-1/-1;align-items:flex-end;flex-direction:column}}.cue-agenda-event-speaker-tooltip{z-index:1000}.cue-agenda-event-speaker-tooltip-name,.cue-agenda-event-speaker-tooltip-occ,.cue-agenda-event-speaker-tooltip-company{margin:0!important;padding:0;font-size:1rem}.cue-agenda-event-speaker-tooltip-occ{margin-top:-10px!important}.cue-tag-selection-wrapper{display:flex;margin-top:40px;align-items:center;gap:1rem}.cue-tag-selection-wrapper .cue-tag-selection-label{text-align:center;margin:5px 0;font-size:18px;font-weight:500;line-height:28px}.cue-tag-selection-wrapper .cue-tag-selection-tags{justify-content:center}.speaker-agenda .speaker-agenda-speaker-wrapper{width:95%;max-width:1200px;display:flex;flex-direction:column;justify-content:center}@media (min-width: 768px){.speaker-agenda .speaker-agenda-speaker-wrapper{justify-content:flex-start}}.speaker-agenda .speaker-agenda-speaker-wrapper .cue-avatar-wrapper{flex-wrap:wrap;justify-content:center;text-align:center}@media (min-width: 768px){.speaker-agenda .speaker-agenda-speaker-wrapper .cue-avatar-wrapper{flex-wrap:nowrap;justify-content:flex-start;text-align:left}}.speaker-agenda .speaker-agenda-speaker-wrapper .cue-avatar-wrapper .cue-avatar-meta{width:auto}.speaker-agenda .speaker-agenda-speaker-wrapper .cue-avatar-wrapper .cue-avatar-image{width:150px;height:150px;border:1px solid rgb(255,255,255)}.speaker-agenda .speaker-agenda-speaker-wrapper .cue-avatar-wrapper .cue-avatar-name{font-size:24px;font-weight:600;margin:0}.speaker-agenda .speaker-agenda-speaker-wrapper .cue-avatar-wrapper .cue-avatar-occupation{font-size:18px;bottom:0;margin:0}.speaker-agenda .speaker-agenda-filters{margin:20px 0}.speaker-agenda .speaker-header-wrapper{width:100%;margin:40px 0}.cue-agenda-reservation-event-info{margin:20px 0;padding:20px 0}.cue-agenda-mobile-filter .cue-agenda-search-wrapper{margin-left:0}.cue-agenda-mobile-filter .cue-agenda-myschedule-button{display:none}.cue-agenda-mobile-filter .cue-agenda-search-wrapper{order:-1}.cue-agenda-mobile-filter .cue-agenda-filter-wrapper{flex-direction:column}.cue-agenda-mobile-filter div.cue-agenda-filter-dropdown{position:relative}.cue-event-teaser .slide{text-align:initial}.cue-event-teaser .cue-agenda-event-wrapper{flex-direction:column}.cue-event-teaser .cue-event-teaser-mdx-before{text-align:center}.cue-event-teaser .cue-event-teaser-mdx-before h2{margin:0}.cue-event-teaser .cue-event-teaser-mdx-before h2:nth-child(2){margin-bottom:20px}.cue-agenda-event-grid{grid-template-columns:auto auto;grid-template-rows:auto auto auto;margin-bottom:0;height:100%;padding-left:20px;padding-right:20px}.cue-agenda-event-grid .cue-agenda-event-categories-wrapper,.cue-agenda-event-grid .cue-agenda-event-description-wrapper{display:none}.cue-agenda-event-grid .cue-agenda-event-content{grid-area:2/4/2/1}.cue-agenda-event-grid .cue-agenda-event-bottom-wrapper{grid-area:3/1/3/2;align-items:flex-end}.cue-agenda-event-grid .cue-agenda-event-cta-wrapper{padding-top:0;grid-area:3/3/4/4;align-items:flex-end;flex-direction:row;justify-content:flex-end}.cue-agenda-event-grid .cue-agenda-event-location-tag{grid-area:1/3/2/4;margin-left:auto;font-size:10px;padding-left:8px;padding-right:8px}.cue-agenda-event-grid .cue-agenda-event-location-tag svg{width:12px}.cue-agenda-event-grid .cue-agenda-event-location-tag span{margin-left:4px}.cue-agenda-event-grid .cue-agenda-event-title{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.cue-agenda-filter-wrapper-container{position:relative;height:calc(100vh - 195px);overflow-y:auto}@media (min-width: 768px){.cue-agenda-filter-wrapper-container{height:initial;overflow-y:initial}}.cue-agenda-filter-wrapper-container .cue-agenda-filter-wrapper{display:grid;grid-template-columns:1fr;grid-template-rows:auto auto auto}@media (min-width: 768px){.cue-agenda-filter-wrapper-container .cue-agenda-filter-wrapper{grid-template-columns:1fr auto auto;grid-template-rows:1fr}}.cue-agenda-filter-wrapper-container .cue-agenda-filter-list{grid-area:2/1/3/2;margin-bottom:40px}@media (min-width: 768px){.cue-agenda-filter-wrapper-container .cue-agenda-filter-list{margin-bottom:0;display:flex;gap:8px;grid-area:1/1/2/2}}.cue-agenda-filter-wrapper-container .cue-agenda-filter-list-mobile{background:green}.cue-agenda-filter-wrapper-container .cue-agenda-filter-list-item{position:relative}.cue-agenda-filter-wrapper-container .cue-agenda-filter-list-item button{padding-left:10px;padding-right:10px}.cue-agenda-filter-wrapper-container .cue-agenda-filter-list-item--active{flex:0 auto}.cue-agenda-filter-wrapper-container .cue-agenda-filter-list-item--active button span{white-space:normal;overflow:hidden;text-overflow:ellipsis}.cue-agenda-filter-wrapper-container .cue-agenda-filter-action{display:flex;justify-content:flex-start;grid-area:3/1/4/2;position:fixed;width:calc(100% - 85px);top:calc(100vh - 80px)}@media (min-width: 768px){.cue-agenda-filter-wrapper-container .cue-agenda-filter-action{position:relative;width:initial;top:initial;grid-area:2/2/2/3;background:none;grid-area:1/2/2/3}}@media (min-width: 1240px){.cue-agenda-filter-wrapper-container .cue-agenda-filter-action{grid-area:1/2/2/3}}@media (min-width: 768px){.cue-agenda-filter-wrapper-container .cue-agenda-filter-search{grid-area:2/3/2/4}}@media (min-width: 1240px){.cue-agenda-filter-wrapper-container .cue-agenda-filter-search{grid-area:1/3/2/4}}.cue-agenda-mobile-switch{display:flex;margin-bottom:16px;justify-content:space-between}@media (min-width: 768px){.cue-agenda-mobile-switch{display:none}}.cue-agenda-mobile-switch-inner{display:grid;grid-template-columns:repeat(2,1fr);align-self:flex-start}.cue-agenda-inner-wrapper{display:grid;gap:20px;grid-template-columns:repeat(2,1fr)}.cue-agenda-inner-wrapper .agenda-no-results{grid-column:span 2}@media (min-width: 768px){.cue-agenda-inner-wrapper .agenda-no-results{grid-column:span 1}}.cue-agenda-inner-wrapper .cue-agenda-events-wrapper,.cue-agenda-inner-wrapper .cue-agenda-schedule-wrapper{grid-column:span 2}@media (min-width: 768px){.cue-agenda-inner-wrapper-show-schedule .cue-agenda-schedule-wrapper,.cue-agenda-inner-wrapper-show-schedule .cue-agenda-events-wrapper{grid-column:span 1}}.cue-agenda-transparent-button{background:transparent;border:none;color:#fff}.cue-agenda-transparent-button svg use{fill:#fff}.cue-agenda-transparent-button:hover{background:transparent;color:#00e5aa}.cue-agenda-transparent-button:hover svg use{fill:#fff}.cue-project-content-container{width:100%;display:flex;flex-direction:column;align-items:center;padding:0;min-height:calc(100dvh - 570px)}.cue-project-content-container-element{max-width:1440px;width:100%}.cue-project-content-container-element.full-width{max-width:100%}.cue-project-content-container-inner{max-width:1440px}.cue-virtual-fullscreen-slogan{height:65vh;min-height:580px;margin-top:-176px}.cue-virtual-fullscreen-slogan-gradient{position:absolute;left:0;top:0;bottom:0;right:0;background:rgba(0,0,0,.3)}.cue-virtual-fullscreen-container{max-width:auto;width:100%;max-width:1440px;position:absolute;right:0;left:50%;transform:translate(-50%);bottom:0}.cue-virtual-fullscreen-content{width:100%;max-width:768px;right:0;left:0;bottom:0;padding:min(5vw,80px)}.cue-virtual-fullscreen-content h1.light,.cue-virtual-fullscreen-content h2.light,.cue-virtual-fullscreen-content h3.light,.cue-virtual-fullscreen-content h4.light,.cue-virtual-fullscreen-content .light.cue-livestream-teaser-headline,.cue-virtual-fullscreen-content h5.light,.cue-virtual-fullscreen-content h6.light{font-weight:400}.cue-virtual-fullscreen-content h1{font-family:Siemens Sans Roman}.cue-virtual-fullscreen-content h6{margin-top:20px}@media (min-width: 768px){.cue-virtual-fullscreen-content h6{margin-top:32px}}.cue-virtual-fullscreen-content h6 p{font-size:18px;line-height:28px}.cue-grid-slider .swiper-slide{height:auto;transform:none}.cue-grid-slider .swiper-slide .react-tooltip{z-index:1000}.cue-grid-slider .cue-slider-pagination{gap:10px}.cue-grid-slider .cue-slider-pagination .swiper-pagination-bullet{background:transparent;width:100%;height:10px;border-radius:0;opacity:1;flex:1;position:relative;margin:0}.cue-grid-slider .cue-slider-pagination .swiper-pagination-bullet:after{content:"";position:absolute;bottom:5px;left:0;height:1px;width:100%;background:white}.cue-grid-slider .cue-slider-pagination .swiper-pagination-bullet-active:after{background:#00cccc;height:2px}.cue-project-livestream-issue{background:#ff9000;color:#000028;text-align:center;font-family:Siemens Sans Black;width:100%;padding:10px}.cue-livestream-teaser-element{cursor:pointer;display:grid;grid-template-columns:auto;grid-template-rows:auto 1fr auto}.cue-livestream-teaser-image{position:relative;grid-area:1/1/2/2}.cue-livestream-teaser-image .cue-button-imageIcon{border-radius:999px}.cue-livestream-teaser-image-deactive{overflow:hidden}.cue-livestream-teaser-image-deactive img{filter:grayscale(1) blur(5px)}.cue-livestream-teaser-content{grid-area:2/1/3/2;flex:1}.cue-livestream-teaser-footer{margin-top:10px;grid-area:3/1/4/2;display:flex;align-items:center}.cue-livestream-teaser-footer .cue-progress{height:1px;margin-bottom:2px;margin-top:4px}.cue-livestream-teaser-small{font-size:14px;line-height:20px;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.cue-livestream-teaser-small strong{font-family:Siemens Sans Black}.cue-livestream-teaser-small.cue-livestream-teaser-element{grid-template-columns:45% auto}.cue-livestream-teaser-small .cue-livestream-status-overlay{font-size:14px;line-height:18px;padding:25px}.cue-livestream-teaser-headline h2,.cue-livestream-teaser-headline .cue-event-teaser .cue-event-teaser-mdx-before h2,.cue-event-teaser .cue-event-teaser-mdx-before .cue-livestream-teaser-headline h2{font-family:Siemens Sans Roman;font-size:26px}@media (min-width: 768px){.cue-livestream-teaser-headline h2,.cue-livestream-teaser-headline .cue-event-teaser .cue-event-teaser-mdx-before h2,.cue-event-teaser .cue-event-teaser-mdx-before .cue-livestream-teaser-headline h2{font-size:40px}}.cue-livestream-teaser-headline strong{font-family:Siemens Sans Black}.cue-livestream-teaser-live-tag{position:absolute;bottom:0;left:14px;font-size:14px;text-shadow:0px 0px 3px rgba(0,0,40,.8);display:flex;align-items:center;gap:5px}.cue-livestream-teaser-live-tag svg{width:14px;height:14px}.cue-livestream-teaser-preview{position:absolute;left:0;top:0;bottom:0;right:0;display:flex;justify-content:center;align-items:center}.cue-livestream-teaser-preview button{border-radius:999px;padding:10px 8px 10px 12px}.cue-livestream-teaser-preview button svg{width:36px;height:36px}.cue-livestream-teaser-preview .cue-video-wrapper{position:absolute;left:0;top:0;height:100%;object-fit:cover;aspect-ratio:16/9}.cue-livestream-teaser-headline{height:95px}.cue-livestream-teaser-time{font-size:12px;margin-right:50px;white-space:nowrap}.cue-livestream-teaser-category-tag{align-self:flex-start;justify-self:flex-end;margin-left:auto;padding:1px 6px;font-size:10px;line-height:1;font-weight:900;border:none;color:#fff;border:1px solid #6a2fe9;white-space:nowrap;width:fit-content;flex:0 0 auto}@media (min-width: 1240px){.cue-livestream-teaser-category-tag{padding:3px 12px;font-size:12px}}.cue-livestream-teaser-category-tag,.cue-livestream-teaser-category-tag:hover{background-color:#6a2fe9}.cue-livestream-teaser-category-tag span{margin-left:4px}@media (min-width: 576px){.cue-livestream-teaser-category-tag span{margin-left:8px}}.cue-livestream-teaser-category-tag svg{width:12px}@media (min-width: 576px){.cue-livestream-teaser-category-tag svg{width:15px}}.cue-livestream-teaser-category-tag svg use{fill:#fff}.cue-livestream-teaser-column{background:#00183b;padding:10px;margin-bottom:20px;display:grid;grid-template-columns:repeat(2,1fr);grid-template-rows:1fr auto;grid-column-gap:10px;grid-row-gap:0}.cue-livestream-teaser-column .cue-livestream-teaser-image{grid-area:1/1/3/2;height:100%}.cue-livestream-teaser-column .cue-livestream-teaser-image-idle,.cue-livestream-teaser-column .cue-livestream-teaser-image-disabled{font-size:14px}.cue-livestream-teaser-column .cue-livestream-teaser-preview button{padding:7px 5px 7px 9px}.cue-livestream-teaser-column .cue-livestream-teaser-content{grid-area:1/2/2/3}.cue-livestream-teaser-column .cue-livestream-teaser-footer{grid-area:2/2/3/3}.cue-livestream-teaser-column .cue-livestream-teaser-time{font-size:12px;margin-right:10px}.cue-livestream-teaser-column .cue-livestream-teaser-time .cue-progress{display:none}@keyframes slide-in{0%{transform:translate(50px);opacity:.2}to{transform:translate(0);opacity:1}}.schedule{flex:1;background:#002949;padding:16px 24px;align-self:flex-start}@media (min-width: 768px){.schedule{animation:slide-in .7s both}}.schedule-header{display:flex;justify-content:space-between;margin-bottom:16px}.schedule-title{color:#fff;font-feature-settings:"clig" off,"liga" off;font-family:Siemens Sans Black;font-size:16px;font-style:normal;font-weight:700;line-height:24px;margin:0;padding:0}.schedule-top-buttons button{padding:0}.schedule-day-wrapper{position:relative}.schedule-day-events{position:absolute;top:0;left:35px;width:calc(100% - 35px);height:100%}.schedule-day-event{min-height:30px;box-sizing:border-box;position:absolute;border-radius:12px;border:2px solid #00cccc;background:#20445f;display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-start;padding:0 20px;font-feature-settings:"clig" off,"liga" off;font-size:14px;font-style:normal;font-weight:400;line-height:20px;cursor:pointer}.schedule-day-event:hover{background:#2b5c81;z-index:99}.schedule-day-event-title{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.schedule-time-indicator{width:35px}.schedule-time-indicator span{display:block;color:#fff;font-size:10px;font-style:normal;font-weight:400;line-height:7px}.schedule-time-indicator-line{grid-column:2/-1}.schedule-time-indicator-line.full{border-top:1px solid rgba(255,255,255,.5);flex-grow:1}.schedule-time-indicator-line.half{border-top:1px solid rgba(255,255,255,.1);flex-grow:1}.schedule .schedule-day-grid{margin:20px 0;position:relative}.schedule .schedule-day-grid-row{display:flex}.cue-survey-cards-wrapper{margin-bottom:80px;display:flex;gap:40px;flex-wrap:wrap}.cue-survey-question-headline h2,.cue-survey-question-headline .cue-event-teaser .cue-event-teaser-mdx-before h2,.cue-event-teaser .cue-event-teaser-mdx-before .cue-survey-question-headline h2{font-family:Siemens Sans Roman;font-size:26px;text-align:center}@media (min-width: 768px){.cue-survey-question-headline h2,.cue-survey-question-headline .cue-event-teaser .cue-event-teaser-mdx-before h2,.cue-event-teaser .cue-event-teaser-mdx-before .cue-survey-question-headline h2{font-size:40px}}.cue-survey-question-headline strong{font-family:Siemens Sans Black}.cue-survey-save{margin-top:26px;margin-bottom:26px;text-align:center}.cue-survey-image-card{cursor:pointer;border-radius:4px;border:4px solid white;padding:20px;display:flex;flex-direction:column}.cue-survey-image-card-image{width:100%;max-width:328px}.cue-survey-image-card-title h3,.cue-survey-image-card-sub-title h3{font-size:1.5rem}.cue-survey-image-card-title p,.cue-survey-image-card-title h3,.cue-survey-image-card-sub-title p,.cue-survey-image-card-sub-title h3{margin:0}.cue-survey-image-card.is-selected{border-color:#00ffb9}.cue-survey-image-card .cue-survey-image-card{width:fit-content}.cue-survey-image-card .cue-survey-image-card-image,.cue-survey-image-card .cue-survey-image-card-image img{width:100%;max-width:330px}.cue-survey-image-card .cue-survey-image-card-title,.cue-survey-image-card .cue-survey-image-card-title *{font-weight:700;font-size:24px}.cue-survey-text-card{cursor:pointer;border:4px solid white;border-radius:4px;padding:20px;display:flex;flex-direction:column;justify-content:center;align-items:center;width:160px;height:160px;font-weight:700;text-align:center}.cue-survey-text-card.is-selected{border-color:#00ffb9}.cue-survey-icon-card{cursor:pointer;border:4px solid white;border-radius:4px;padding:20px;display:flex;flex-direction:column;justify-content:center;align-items:center;width:240px;height:240px;font-weight:700;text-align:center}.cue-survey-icon-card-icon{margin-bottom:20px}.cue-survey-icon-card-icon svg{width:50px;height:50px}.cue-survey-icon-card-icon svg use{fill:#fff}.cue-survey-icon-card.is-selected{border-color:#00ffb9;color:#00ffb9}.cue-survey-icon-card.is-selected svg use{fill:#00ffb9}.cue-survey-text-wrapper{display:flex;justify-content:center}.cue-survey-text-wrapper.no-options{margin-bottom:-40px}@media (min-width: 768px){.cue-survey-text-wrapper.no-options{margin-bottom:-80px}}.cue-survey-text{text-align:center;max-width:768px}.cue-survey-text h4,.cue-survey-text .cue-livestream-teaser-headline{font-weight:400;font-family:Siemens Sans Roman;margin-bottom:-10px}.cue-survey-text h4 strong,.cue-survey-text .cue-livestream-teaser-headline strong{font-weight:700;font-family:Siemens Sans Black}.has-livestream{display:flex;align-items:center;gap:10px}.content_module_text,.cue-event-teaser-mdx-after{display:flex;justify-content:center;text-align:center}.content_module_text>div,.cue-event-teaser-mdx-after>div{max-width:1000px;text-align:center}.cue-tour-selection .cue-text-image-content-module-text,.cue-tour-selection .cue-livestream-teaser-description{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;flex:initial!important}.cue-tour-selection .cue-text-image-content-module-footer,.cue-tour-selection .cue-livestream-teaser-footer{display:flex;justify-content:flex-end}.cue-livestream{padding-bottom:32px;display:grid;grid-gap:24px;grid-template-columns:auto;grid-template-rows:auto auto auto}.cue-livestream-back{margin-bottom:20px}@media (min-width: 768px){.cue-livestream{grid-template-columns:66% auto;grid-template-rows:auto auto auto}}.cue-livestream-status-overlay{position:absolute;width:calc(100% + 1px);height:calc(100% + 2px);left:0;top:0;background:rgba(0,0,40,.8);font-size:24px;line-height:32px;display:flex;justify-content:center;align-items:center;text-align:center;padding:10px;box-sizing:border-box;flex-direction:column;z-index:200;pointer-events:none}.cue-livestream-status-overlay svg{width:75px;height:75px}.cue-livestream-status-overlay svg use{fill:#fff}@media (min-width: 768px){.cue-livestream-status-overlay{padding:50px}.cue-livestream-status-overlay svg{width:150px;height:150px}}.cue-livestream-status-overlay .cue-countdown-slot-value{margin-bottom:10px}.cue-livestream-status-overlay-small .cue-countdown-slot{padding:0}.cue-livestream-status-overlay-small .cue-countdown-slot-value{font-size:30px}.cue-livestream-status-overlay-small .cue-countdown-slot-label{font-size:14px;padding-top:10px}.cue-livestream-status-overlay-is-thumb .cue-countdown-slot{padding:0;position:relative}.cue-livestream-status-overlay-is-thumb .cue-countdown-slot:after{content:":";position:absolute;right:-7px;font-size:20px}.cue-livestream-status-overlay-is-thumb .cue-countdown-slot:last-of-type:after{display:none}.cue-livestream-status-overlay-is-thumb .cue-countdown-slot-value{font-size:20px;margin-bottom:0}.cue-livestream-status-overlay-is-thumb .cue-countdown-slot-label{display:none}.cue-livestream-player{position:relative;aspect-ratio:16/9;grid-area:1/1/2/2}.cue-livestream-player .cue-image-element{height:auto}@media (min-width: 768px){.cue-livestream-player{grid-area:1/1/2/2}}.cue-livestream-player .video{width:100%}.cue-livestream-player-fullscreen .cue-video-wrapper{height:100%}.cue-livestream-emotions{grid-area:2/1/3/2;display:flex}@media (min-width: 768px){.cue-livestream-emotions{grid-area:2/1/3/2}}.cue-livestream-sidebar{grid-area:3/1/4/2}.cue-livestream-sidebar .cue-tabs{height:100%;display:flex;flex-direction:column}.cue-livestream-sidebar .cue-tabs-content{flex:1}.cue-livestream-sidebar .cue-tabs-item{flex:1;height:100%}.cue-livestream-sidebar-loading{opacity:0}@media (min-width: 768px){.cue-livestream-sidebar{grid-area:1/2/3/3}}.cue-livestream-sessions{grid-area:3/1/4/3}@media (min-width: 768px){.cue-livestream-sessions{grid-area:4/1/5/2}}.cue-livestream-no-sidebar .cue-livestream-sidebar{display:none}.cue-livestream-no-sidebar .cue-livestream-player{grid-area:1/1/2/3}.cue-livestream-no-sidebar .cue-livestream-emotions{grid-area:2/1/3/3}.cue-project-welcome-text{display:flex;justify-content:center}.cue-project-welcome-text .light{margin-bottom:0}.cue-project-welcome-text-content{max-width:768px}.cue-your-next-events-slider{margin:2rem 0}.cue-your-next-events-empty{width:100%;padding:40px;background-color:#002949;display:flex;flex-direction:column;align-items:center}.cue-your-next-events-empty-title,.cue-your-next-events-empty-description{text-align:center}.crisp-chat-blocked-modal{width:100%;max-width:1000px}.crisp-chat-blocked-modal ul{list-style-type:disc}.crisp-chat-blocked-modal ul li{margin:10px 0}.crisp-chat-blocked-modal h3{font-size:2rem}.crisp-chat-blocked-modal a{color:#0cc;font-weight:700}.cue-emotion-reactions{position:relative;width:100%}.cue-emotion-reactions-items{display:flex;justify-content:flex-end;gap:12px;transition:.5s all;cursor:pointer}.cue-emotion-reactions-items-loading{filter:grayscale(1);opacity:.5;pointer-events:none}.cue-emotion-reactions-float-item{z-index:999;position:absolute;top:-30px;animation-name:flying-animation;animation-duration:3s;animation-timing-function:ease-in-out}@keyframes flying-animation{0%{opacity:0;transform:translateY(0)}15%{opacity:1;transform:translateY(-20px)}to{opacity:0;transform:translateY(-300px)}}.cue-chat{width:100%;min-height:300px;height:100%;display:flex;flex-direction:column}.cue-chat-loading{height:100%;display:flex;justify-content:center;align-items:center}.cue-chat .cue-chat-messages-container{flex:1;height:100%;position:relative}.cue-chat .cue-chat-messages-container .scrollbar-container{position:absolute;left:0;right:0;bottom:0;top:0}.cue-chat .cue-chat-input-container input,.cue-chat .cue-chat-input-container button{padding:10px 20px}.cue-chat-message{background:#00183b;margin-bottom:10px;padding:8px 16px;width:80%;color:#fff;border-radius:0 10px 10px 0}.cue-chat-message-wrapper{display:flex}.cue-chat-message-wrapper.cue-chat-message-wrapper-owner{justify-content:flex-end}.cue-chat-message-content .cue-chat-message-user{font-size:16px;font-weight:700;line-height:26px;color:#fff}.cue-chat-message-content .cue-chat-message-text{font-size:14px;line-height:20px;color:#fff}.cue-chat-message-owner{border-radius:10px 0 0 10px;background:#007082}.cue-chat-message-pending{background:gray}.cue-chat-message-rejected{background:#ff7687;opacity:.5}.cue-chat-message-answer{margin-bottom:0;width:100%}.cue-chat-message-answers{margin-top:10px}.cue-chat-message-status{display:flex;justify-content:flex-end}.cue-chat-input-container input{width:100%}.cue-chat-contact-form{background:#002949;padding:26px}.cue-chat-contact-form__title{color:#fff;font-family:Siemens Sans Black;font-size:28px;font-style:normal;font-weight:900;line-height:28px;padding-bottom:7px}.cue-chat-contact-form_description{color:#fff;font-family:Siemens Sans Roman;font-size:18px;font-style:normal;font-weight:400;line-height:26px}.cue-chat-contact-form .cue-chat-input{display:flex;flex-direction:column;gap:1rem}.cue-chat-contact-form .cue-chat-input-container{width:100%}.cue-chat-contact-form .cue-chat-input-container .cue-textarea textarea{border-bottom:none;min-height:134px}.cue-chat-contact-form .cue-chat-input-send{width:100%;display:flex;justify-content:flex-start}.cue-contact-form{background:#002949;padding:10px 20px 20px;height:100%}.cue-contact-form h5{margin-bottom:0}.cue-contact-form-field{margin-bottom:10px;font-size:14px;white-space:nowrap;text-overflow:ellipsis}.cue-contact-form-field-no-margin{margin-bottom:0}.cue-contact-form-label{font-size:14px;margin-bottom:0}.cue-contact-form-submit{width:100%;box-sizing:border-box;justify-content:center;padding:8px 12px}.cue-contact-form textarea{height:250px}.cue-contact-form .cue-select{width:100%;box-sizing:border-box}.cue-project-user-stream-notification{background:#001f39;padding:16px 12px 16px 28px;display:flex;flex-direction:column;position:relative;margin:60px 0 40px;align-items:center;gap:28px}@media (min-width: 768px){.cue-project-user-stream-notification{flex-direction:row;margin-top:40px}}.cue-project-user-stream-notification-info{display:none}@media (min-width: 768px){.cue-project-user-stream-notification-info{display:block}}.cue-project-user-stream-notification-info svg{width:32px;height:32px;fill:#fff}.cue-project-user-stream-notification-message{flex:1;display:flex;align-items:center}.cue-project-user-stream-notification-message strong{font-family:Siemens Sans Black}.cue-project-user-stream-notification-message p{margin-bottom:0}.cue-project-user-stream-notification-message>div{max-width:700px}.cue-project-user-stream-notification-close{position:absolute;top:0;right:0;cursor:pointer}@media (min-width: 768px){.cue-project-user-stream-notification-close{position:relative}}.cue-project-user-stream-notification-close svg use{fill:#fff}.cue-text-image-content-module,.cue-livestream-teaser-element{display:flex;flex-direction:column}.cue-text-image-content-module .cue-image-element,.cue-livestream-teaser-element .cue-image-element{aspect-ratio:16/9}.cue-text-image-content-module .cue-text-image-content-module-link,.cue-livestream-teaser-element .cue-text-image-content-module-link{padding-top:20px}.cue-text-image-content-module .cue-text-image-content-module-link .cue-button-iconOnly span,.cue-livestream-teaser-element .cue-text-image-content-module-link .cue-button-iconOnly span,.cue-text-image-content-module .cue-text-image-content-module-link .cue-button-iconOnlyColored span,.cue-livestream-teaser-element .cue-text-image-content-module-link .cue-button-iconOnlyColored span,.cue-text-image-content-module .cue-text-image-content-module-link .cue-button-modalClosePlain span,.cue-livestream-teaser-element .cue-text-image-content-module-link .cue-button-modalClosePlain span,.cue-text-image-content-module .cue-text-image-content-module-link .cue-video-story-navigation-wrapper-primary .cue-video-story-navigation-nav span,.cue-video-story-navigation-wrapper-primary .cue-text-image-content-module .cue-text-image-content-module-link .cue-video-story-navigation-nav span,.cue-livestream-teaser-element .cue-text-image-content-module-link .cue-video-story-navigation-wrapper-primary .cue-video-story-navigation-nav span,.cue-video-story-navigation-wrapper-primary .cue-livestream-teaser-element .cue-text-image-content-module-link .cue-video-story-navigation-nav span,.cue-text-image-content-module .cue-text-image-content-module-link .cue-video-story-navigation-wrapper-secondary .cue-video-story-navigation-nav span,.cue-video-story-navigation-wrapper-secondary .cue-text-image-content-module .cue-text-image-content-module-link .cue-video-story-navigation-nav span,.cue-livestream-teaser-element .cue-text-image-content-module-link .cue-video-story-navigation-wrapper-secondary .cue-video-story-navigation-nav span,.cue-video-story-navigation-wrapper-secondary .cue-livestream-teaser-element .cue-text-image-content-module-link .cue-video-story-navigation-nav span,.cue-text-image-content-module .cue-text-image-content-module-link .cue-video-story-info-box-button-holder .cue-button span,.cue-video-story-info-box-button-holder .cue-text-image-content-module .cue-text-image-content-module-link .cue-button span,.cue-livestream-teaser-element .cue-text-image-content-module-link .cue-video-story-info-box-button-holder .cue-button span,.cue-video-story-info-box-button-holder .cue-livestream-teaser-element .cue-text-image-content-module-link .cue-button span,.cue-text-image-content-module .cue-text-image-content-module-link .cue-video-tour-description-navigation-prev span,.cue-livestream-teaser-element .cue-text-image-content-module-link .cue-video-tour-description-navigation-prev span,.cue-text-image-content-module .cue-text-image-content-module-link .cue-video-tour-description-navigation-next span,.cue-livestream-teaser-element .cue-text-image-content-module-link .cue-video-tour-description-navigation-next span,.cue-text-image-content-module .cue-text-image-content-module-link .cue-video-tour-steps .cue-button-stepsNavigation span,.cue-video-tour-steps .cue-text-image-content-module .cue-text-image-content-module-link .cue-button-stepsNavigation span,.cue-livestream-teaser-element .cue-text-image-content-module-link .cue-video-tour-steps .cue-button-stepsNavigation span,.cue-video-tour-steps .cue-livestream-teaser-element .cue-text-image-content-module-link .cue-button-stepsNavigation span,.cue-text-image-content-module .cue-text-image-content-module-link .cue-video-waypoints-steps .cue-button-stepsNavigation span,.cue-video-waypoints-steps .cue-text-image-content-module .cue-text-image-content-module-link .cue-button-stepsNavigation span,.cue-livestream-teaser-element .cue-text-image-content-module-link .cue-video-waypoints-steps .cue-button-stepsNavigation span,.cue-video-waypoints-steps .cue-livestream-teaser-element .cue-text-image-content-module-link .cue-button-stepsNavigation span,.cue-text-image-content-module .cue-text-image-content-module-link .cue-video-waypoints-description-navigation-prev span,.cue-livestream-teaser-element .cue-text-image-content-module-link .cue-video-waypoints-description-navigation-prev span,.cue-text-image-content-module .cue-text-image-content-module-link .cue-video-waypoints-description-navigation-next span,.cue-livestream-teaser-element .cue-text-image-content-module-link .cue-video-waypoints-description-navigation-next span,.cue-text-image-content-module .cue-text-image-content-module-link .cue-button-agendaMobileFilter span,.cue-livestream-teaser-element .cue-text-image-content-module-link .cue-button-agendaMobileFilter span,.cue-text-image-content-module .cue-text-image-content-module-link .cue-video-story-info-box-button-holder .cue-text-video-content-module .cue-text-video-content-module-link a span,.cue-video-story-info-box-button-holder .cue-text-video-content-module .cue-text-video-content-module-link .cue-text-image-content-module .cue-text-image-content-module-link a span,.cue-livestream-teaser-element .cue-text-image-content-module-link .cue-video-story-info-box-button-holder .cue-text-video-content-module .cue-text-video-content-module-link a span,.cue-video-story-info-box-button-holder .cue-text-video-content-module .cue-text-video-content-module-link .cue-livestream-teaser-element .cue-text-image-content-module-link a span,.cue-text-image-content-module .cue-text-image-content-module-link .cue-text-video-content-module .cue-text-video-content-module-link .cue-video-story-info-box-button-holder a span,.cue-text-video-content-module .cue-text-video-content-module-link .cue-video-story-info-box-button-holder .cue-text-image-content-module .cue-text-image-content-module-link a span,.cue-livestream-teaser-element .cue-text-image-content-module-link .cue-text-video-content-module .cue-text-video-content-module-link .cue-video-story-info-box-button-holder a span,.cue-text-video-content-module .cue-text-video-content-module-link .cue-video-story-info-box-button-holder .cue-livestream-teaser-element .cue-text-image-content-module-link a span{display:none!important}.cue-text-image-content-module .cue-text-image-content-module-link .cue-button-iconOnly svg,.cue-livestream-teaser-element .cue-text-image-content-module-link .cue-button-iconOnly svg,.cue-text-image-content-module .cue-text-image-content-module-link .cue-button-iconOnlyColored svg,.cue-livestream-teaser-element .cue-text-image-content-module-link .cue-button-iconOnlyColored svg,.cue-text-image-content-module .cue-text-image-content-module-link .cue-button-modalClosePlain svg,.cue-livestream-teaser-element .cue-text-image-content-module-link .cue-button-modalClosePlain svg,.cue-text-image-content-module .cue-text-image-content-module-link .cue-video-story-navigation-wrapper-primary .cue-video-story-navigation-nav svg,.cue-video-story-navigation-wrapper-primary .cue-text-image-content-module .cue-text-image-content-module-link .cue-video-story-navigation-nav svg,.cue-livestream-teaser-element .cue-text-image-content-module-link .cue-video-story-navigation-wrapper-primary .cue-video-story-navigation-nav svg,.cue-video-story-navigation-wrapper-primary .cue-livestream-teaser-element .cue-text-image-content-module-link .cue-video-story-navigation-nav svg,.cue-text-image-content-module .cue-text-image-content-module-link .cue-video-story-navigation-wrapper-secondary .cue-video-story-navigation-nav svg,.cue-video-story-navigation-wrapper-secondary .cue-text-image-content-module .cue-text-image-content-module-link .cue-video-story-navigation-nav svg,.cue-livestream-teaser-element .cue-text-image-content-module-link .cue-video-story-navigation-wrapper-secondary .cue-video-story-navigation-nav svg,.cue-video-story-navigation-wrapper-secondary .cue-livestream-teaser-element .cue-text-image-content-module-link .cue-video-story-navigation-nav svg,.cue-text-image-content-module .cue-text-image-content-module-link .cue-video-story-info-box-button-holder .cue-button svg,.cue-video-story-info-box-button-holder .cue-text-image-content-module .cue-text-image-content-module-link .cue-button svg,.cue-livestream-teaser-element .cue-text-image-content-module-link .cue-video-story-info-box-button-holder .cue-button svg,.cue-video-story-info-box-button-holder .cue-livestream-teaser-element .cue-text-image-content-module-link .cue-button svg,.cue-text-image-content-module .cue-text-image-content-module-link .cue-video-tour-description-navigation-prev svg,.cue-livestream-teaser-element .cue-text-image-content-module-link .cue-video-tour-description-navigation-prev svg,.cue-text-image-content-module .cue-text-image-content-module-link .cue-video-tour-description-navigation-next svg,.cue-livestream-teaser-element .cue-text-image-content-module-link .cue-video-tour-description-navigation-next svg,.cue-text-image-content-module .cue-text-image-content-module-link .cue-video-tour-steps .cue-button-stepsNavigation svg,.cue-video-tour-steps .cue-text-image-content-module .cue-text-image-content-module-link .cue-button-stepsNavigation svg,.cue-livestream-teaser-element .cue-text-image-content-module-link .cue-video-tour-steps .cue-button-stepsNavigation svg,.cue-video-tour-steps .cue-livestream-teaser-element .cue-text-image-content-module-link .cue-button-stepsNavigation svg,.cue-text-image-content-module .cue-text-image-content-module-link .cue-video-waypoints-steps .cue-button-stepsNavigation svg,.cue-video-waypoints-steps .cue-text-image-content-module .cue-text-image-content-module-link .cue-button-stepsNavigation svg,.cue-livestream-teaser-element .cue-text-image-content-module-link .cue-video-waypoints-steps .cue-button-stepsNavigation svg,.cue-video-waypoints-steps .cue-livestream-teaser-element .cue-text-image-content-module-link .cue-button-stepsNavigation svg,.cue-text-image-content-module .cue-text-image-content-module-link .cue-video-waypoints-description-navigation-prev svg,.cue-livestream-teaser-element .cue-text-image-content-module-link .cue-video-waypoints-description-navigation-prev svg,.cue-text-image-content-module .cue-text-image-content-module-link .cue-video-waypoints-description-navigation-next svg,.cue-livestream-teaser-element .cue-text-image-content-module-link .cue-video-waypoints-description-navigation-next svg,.cue-text-image-content-module .cue-text-image-content-module-link .cue-button-agendaMobileFilter svg,.cue-livestream-teaser-element .cue-text-image-content-module-link .cue-button-agendaMobileFilter svg,.cue-text-image-content-module .cue-text-image-content-module-link .cue-video-story-info-box-button-holder .cue-text-video-content-module .cue-text-video-content-module-link a svg,.cue-video-story-info-box-button-holder .cue-text-video-content-module .cue-text-video-content-module-link .cue-text-image-content-module .cue-text-image-content-module-link a svg,.cue-livestream-teaser-element .cue-text-image-content-module-link .cue-video-story-info-box-button-holder .cue-text-video-content-module .cue-text-video-content-module-link a svg,.cue-video-story-info-box-button-holder .cue-text-video-content-module .cue-text-video-content-module-link .cue-livestream-teaser-element .cue-text-image-content-module-link a svg,.cue-text-image-content-module .cue-text-image-content-module-link .cue-text-video-content-module .cue-text-video-content-module-link .cue-video-story-info-box-button-holder a svg,.cue-text-video-content-module .cue-text-video-content-module-link .cue-video-story-info-box-button-holder .cue-text-image-content-module .cue-text-image-content-module-link a svg,.cue-livestream-teaser-element .cue-text-image-content-module-link .cue-text-video-content-module .cue-text-video-content-module-link .cue-video-story-info-box-button-holder a svg,.cue-text-video-content-module .cue-text-video-content-module-link .cue-video-story-info-box-button-holder .cue-livestream-teaser-element .cue-text-image-content-module-link a svg{width:40px;height:40px}.cue-text-image-content-module.cue-text-image-content-module--flipped,.cue-text-image-content-module--flipped.cue-livestream-teaser-element{flex-direction:column-reverse}.cue-text-image-content-module .cue-text-image-content-module__text,.cue-livestream-teaser-element .cue-text-image-content-module__text{display:flex;flex-direction:column}.cue-text-image-content-module .cue-text-image-content-module__content,.cue-livestream-teaser-element .cue-text-image-content-module__content{flex:1;display:flex}.cue-text-image-content-module .cue-text-image-content-module__content .cue-text-image-content-module-text,.cue-livestream-teaser-element .cue-text-image-content-module__content .cue-text-image-content-module-text,.cue-text-image-content-module .cue-text-image-content-module__content .cue-livestream-teaser-description,.cue-livestream-teaser-element .cue-text-image-content-module__content .cue-livestream-teaser-description{flex:1}.cue-text-image-content-module--vertical{display:flex;flex-direction:column}.cue-text-image-content-module--vertical.cue-text-image-content-module--flipped{flex-direction:column-reverse}.cue-text-image-content-module--vertical .cue-text-image-content-module__content{flex:1;display:flex;align-items:center}.cue-text-image-content-module--horizontal{display:flex;flex-direction:column-reverse}.cue-text-image-content-module--horizontal .cue-image-element{aspect-ratio:inherit}@media (min-width: 768px){.cue-text-image-content-module--horizontal{flex-direction:row;gap:63px}}@media (min-width: 768px){.cue-text-image-content-module--horizontal.cue-text-image-content-module--flipped{flex-direction:row-reverse}}.cue-text-image-content-module--horizontal .cue-text-image-content-module__image{flex:1}.cue-text-image-content-module--horizontal .cue-text-image-content-module__content{flex:1;display:flex;align-items:center}.cue-text-video-content-module{display:flex;flex-direction:column}.cue-text-video-content-module .cue-video-element{aspect-ratio:16/9}.cue-text-video-content-module .cue-text-video-content-module-link{padding-top:20px}.cue-text-video-content-module.cue-text-video-content-module--flipped{flex-direction:column-reverse}.cue-text-video-content-module .cue-text-video-content-module__text{display:flex;flex-direction:column}.cue-text-video-content-module .cue-text-video-content-module__content{flex:1;display:flex}.cue-text-video-content-module .cue-text-video-content-module__content .cue-text-video-content-module-text{flex:1}.cue-text-video-content-module--vertical{display:flex;flex-direction:column}.cue-text-video-content-module--vertical.cue-text-video-content-module--flipped{flex-direction:column-reverse}.cue-text-video-content-module--vertical .cue-text-video-content-module__content{flex:1;display:flex;align-items:center}.cue-text-video-content-module--horizontal{display:flex;flex-direction:column-reverse}.cue-text-video-content-module--horizontal .cue-video-element{aspect-ratio:inherit}@media (min-width: 768px){.cue-text-video-content-module--horizontal{flex-direction:row;gap:63px}}@media (min-width: 768px){.cue-text-video-content-module--horizontal.cue-text-video-content-module--flipped{flex-direction:row-reverse}}.cue-text-video-content-module--horizontal .cue-text-video-content-module__video{flex:1}.cue-text-video-content-module--horizontal .cue-text-video-content-module__content{flex:1;display:flex;align-items:center}#botbuilder{all:initial}#botbuilder input,#botbuilder h2{font-weight:initial;font-size:initial;margin:initial}#botbuilder h2{font-weight:700;font-size:22px}#botbuilder input{background:#ebf7f8;padding:8px 16px;border-bottom:2px solid rgb(118,118,118);font-size:13.3333px}#botbuilder #webchat{display:block;height:100%;width:100%}#botbuilder #webchat-parent{top:0;bottom:0;width:100%;height:100%}#botbuilder #webchat,#botbuilder #webchat>*{height:100%;width:100%}#botbuilder #webchat iframe{height:100%!important;width:100%!important;right:inherit;bottom:inherit;z-index:10;position:relative}#botbuilder #webchat .botanica-login-button{background-color:#00646e;width:200px!important;height:70px!important;color:#fff;position:absolute;margin:-35px 0 0 -100px;top:50%;left:50%;font-size:20px}#botbuilder #webchat div.content .attachment img{width:auto;height:auto;max-width:100%;max-height:100%}#botbuilder .spinner{top:50%;left:50%;margin:-75px 0 0 -64px;position:absolute;width:128px!important;height:150px!important}#botbuilder .spinner-inner{position:absolute;top:0;left:0;border:4px solid #f3f3f3;border-top:4px solid rgb(0,100,110);border-radius:50%;width:120px;height:120px;animation:spin 2s linear infinite}#botbuilder .spinner-logo{position:absolute;top:4px;left:4px;width:120px;height:120px}#botbuilder .spinner-text{position:absolute;top:130px;left:0;width:inherit;text-align:center;font-family:Titillium Web,sans-serif;margin:0}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}#botbuilder #botanica-overlay{position:fixed;width:0;height:0;background-color:#000;opacity:0;z-index:90;transition:opacity .3s ease-in-out}#botbuilder #botanica-overlay.show{left:0;top:0;right:0;bottom:0;width:auto;height:auto;opacity:.5}#botbuilder .modal{display:none;position:absolute;z-index:1000;top:50%;left:50%;transform:translate(-50%,-50%);background:white;box-shadow:1px 1px 6px #0006;padding:1rem;margin:1rem;width:92%;max-width:-webkit-fill-available;max-height:-webkit-fill-available;border-radius:1rem;font-family:Arial,Helvetica,sans-serif;word-break:break-word;overflow-y:auto}#botbuilder .modal h1{color:#000;margin:.5rem 0;font-size:.9rem}#botbuilder .modal-actions{text-align:right}#botbuilder button.btn-cancel{border-color:red;color:#fff;background:red;cursor:pointer;width:5.5rem;height:2rem;font-size:1.2rem;margin:10px 2px 10px 5px;border-radius:.5rem}#botbuilder button.btn-confirm{border-color:green;color:#fff;background:green;cursor:pointer;width:5.5rem;height:2rem;font-size:1.2rem;margin:10px 5px 10px 2px;border-radius:.5rem}#botbuilder .backdrop{display:none;position:fixed;top:0;bottom:0;left:0;right:0;background-color:#000;opacity:0;z-index:900;transition:opacity .3s ease-in-out}#botbuilder .action{color:#00557c!important}#botbuilder .widget-collapse{background-color:#fff;font-family:Siemens Sans,Arial;font-weight:900;font-size:22px;line-height:30px;padding:24px 32px}#botbuilder .widget-collapse h2{font-family:Siemens Sans,Arial;margin-top:0;font-size:22px}#botbuilder .widget-collapse .widget-title{display:flex;justify-content:space-between}#botbuilder .widget-title img{height:24px;width:24px;filter:invert(43%) sepia(84%) saturate(450%) hue-rotate(134deg) brightness(90%) contrast(90%)}@media only screen and (min-width: 600px){#botbuilder .widget-open{min-height:45em;width:400px}#botbuilder #bot-display{height:40em}#botbuilder .bot-box{font-family:Siemens Sans,Arial!important;background-color:#f3f3f0;position:fixed;bottom:3em;left:3em;z-index:2100;box-shadow:0 0 2px #0000281a,0 4px 8px #0000281a,0 12px 18px #0000281a}}@media only screen and (max-width: 600px){#botbuilder .widget-open{min-height:76%;width:92%}#botbuilder #bot-display{height:35em}#botbuilder .bot-box{font-family:Siemens Sans,Arial!important;background-color:#f3f3f0;position:fixed;left:1em!important;bottom:1em!important;z-index:1500;box-shadow:0 0 2px #0000281a,0 4px 8px #0000281a,0 12px 18px #0000281a}}#botbuilder #input-box{background:#ebf7f8;padding:8px 16px;font-family:Siemens Sans,Arial;border-top-width:0px;border-left-width:0px;border-right-width:0px;width:87%}#botbuilder #max-img{height:20px!important;width:20px!important}#botbuilder #input-box :focus :active{background:#d1fff2}#botbuilder div{font-family:Siemens Sans,Arial!important}#botbuilder.right .bot-box{bottom:0rem!important;right:0rem!important;left:0rem!important;width:100vw;max-height:calc(100dvh - 60px);display:none}@media (min-width: 768px){#botbuilder.right .bot-box{width:400px;bottom:3rem!important;right:3rem!important;left:initial!important}}#botbuilder.right .bot-box.fullscreen-mode{right:initial!important}#botbuilder.right .bot-box.widget-open{display:block}#botbuilder.hidden{display:none}.adhoc-modal-icon{padding:20px 0}.adhoc{background:#002949;padding:26px;height:100%}.adhoc_content-wrapper{display:flex;flex-direction:column;height:100%}.adhoc_content-wrapper .adhoc-modal-icon{flex-grow:1}.adhoc__title{color:#fff;font-family:Siemens Sans Black;font-size:28px;font-style:normal;font-weight:900;line-height:116%;padding-bottom:13px}.adhoc__title-experts{font-family:Siemens Sans Roman;font-size:16px;margin-bottom:0;padding-bottom:0}.adhoc__select-wrapper{display:flex;flex-direction:column;gap:8px}.adhoc__subtitle,.adhoc__select-topic{color:#fff;font-family:Siemens Sans Roman;font-size:16px;font-style:normal;font-weight:400;line-height:150%}.adhoc__controls{flex-grow:1;display:flex;flex-direction:column;justify-content:space-between}.adhoc__controls--end{justify-content:flex-end}.adhoc__select-topic{line-height:21px;margin-bottom:0}.adhoc__btn-wrapper{padding-top:12px}.adhoc__spinner{display:flex;justify-content:center;padding:60px}.adhoc .cue-button,.adhoc .cue-text-video-content-module .cue-text-video-content-module-link a,.cue-text-video-content-module .cue-text-video-content-module-link .adhoc a{padding:12px 16px;font-size:16px}.adhoc__cta,.adhoc .cue-select .cue-select__option{font-size:16px}.adhoc .cue-select .cue-select__single-value{display:flex;align-items:center;font-size:16px;padding:0 16px}.adhoc__error{padding:10px 0;color:red}.adhoc-speaker-list ul{margin:13px 0 37px;display:flex;flex-direction:row;flex-wrap:wrap;gap:16px}.adhoc-speaker-list ul .cue-avatar-image{width:60px;height:60px;border:3px solid #00e6dc;cursor:pointer}.adhoc-speaker-list ul .cue-avatar-meta{padding:0}.adhoc-speaker-list ul .cue-avatar-name{font-size:16px;font-family:Siemens Sans Black}.adhoc-speaker-list ul .cue-avatar-occupation{font-size:16px}.adhoc-speaker-list ul .cue-avatar-name,.adhoc-speaker-list ul .cue-avatar-occupation{margin:0}.adhoc-expert-tooltip{z-index:1000}.adhoc-expert-tooltip-name,.adhoc-expert-tooltip-occ,.adhoc-expert-tooltip-company{margin:0!important;padding:0;font-size:16px}.adhoc-expert-tooltip-occ{margin-top:-10px!important}.adhoc-modal-icon{display:flex;justify-content:center;margin-bottom:40px}.adhoc-modal-icon>div{background:#00ffb9;width:36px;height:36px;border-radius:9999px;display:flex;align-items:center;justify-content:center}.adhoc-modal-icon svg,.adhoc-modal-icon use{width:28px;height:28px;fill:#000028}.cue-headline-seperator-wrapper-regular{margin-top:-40px;margin-bottom:-40px}@media (min-width: 768px){.cue-headline-seperator-wrapper-regular{margin-top:-80px;margin-bottom:-80px}}.cue-headline-seperator-wrapper-regular .cue-headline-seperator-main{font-family:Siemens Sans Roman}.cue-text-image-content-module__text{height:100%}.cue-text-image-content-module .cue-text-image-content-module-headline,.cue-livestream-teaser-element .cue-text-image-content-module-headline{line-height:120%}.cue-text-image-content-module .cue-text-image-content-module-text,.cue-livestream-teaser-element .cue-text-image-content-module-text,.cue-text-image-content-module .cue-livestream-teaser-description,.cue-livestream-teaser-element .cue-livestream-teaser-description{flex:auto!important;flex-grow:1}.cue-text-image-content-module .cue-text-image-content-module-text>p,.cue-livestream-teaser-element .cue-text-image-content-module-text>p,.cue-text-image-content-module .cue-livestream-teaser-description>p,.cue-livestream-teaser-element .cue-livestream-teaser-description>p{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:4;line-clamp:4;-webkit-box-orient:vertical}.cue-tour-selection .cue-text-image-content-module-footer,.cue-tour-selection .cue-livestream-teaser-footer{padding:10px}.virtual-experience{container-type:inline-size;position:relative}.virtual-experience-loading{display:flex;width:100%;aspect-ratio:16/9;align-items:center;justify-content:center}.virtual-experience-overlay{position:absolute;top:0;left:0;width:100%;height:100%;z-index:9;display:flex;cursor:pointer;overflow:hidden}.virtual-experience-overlay__content{width:100%;height:100%;position:relative;z-index:10;font-family:Siemens Sans Roman;display:flex;flex-direction:column;justify-content:center;padding:0 40px}@media (min-width: 576px){.virtual-experience-overlay__content{justify-content:center}}@media (min-width: 768px){.virtual-experience-overlay__content{width:55%;justify-content:center;-webkit-backdrop-filter:none;backdrop-filter:none;padding:0 0 0 40px}}@media (min-width: 1240px){.virtual-experience-overlay__content{padding-left:80px}}.virtual-experience-overlay__thin{font-family:Siemens Sans Roman;font-size:30px;padding:0;margin:0;line-height:120%}@media (min-width: 1240px){.virtual-experience-overlay__thin{font-size:40px}}.virtual-experience-overlay__bold{font-family:Siemens Sans Black;font-size:30px;padding:0;margin:0;line-height:120%}@media (min-width: 1240px){.virtual-experience-overlay__bold{font-size:40px}}.virtual-experience-overlay__text{padding-top:10px;max-width:100%;font-size:15px;line-height:160%;display:none}@media (min-width: 768px){.virtual-experience-overlay__text{max-width:80%}}@media screen and (min-width: 1200px){.virtual-experience-overlay__text{display:block;max-width:70%}}@media (min-width: 1240px){.virtual-experience-overlay__text{padding-top:20px;font-size:16px}}.virtual-experience-overlay__btns{padding-top:10px}.virtual-experience-overlay__btns .virtual-experience-overlay__enter-btn{padding:4px 24px}@media (min-width: 576px){.virtual-experience-overlay__btns{padding-top:20px}.virtual-experience-overlay__btns .virtual-experience-overlay__enter-btn{padding:1rem}}@media (min-width: 1240px){.virtual-experience-overlay__btns{padding-top:10px}}.virtual-experience-overlay__logo{background:transparent url(./logo-dark-13436bce.svg) no-repeat;width:80px;height:30px;margin:0;padding:0;position:absolute;top:20px;right:20px;z-index:10}@media (min-width: 768px){.virtual-experience-overlay__logo{width:110px;height:40px}}.virtual-experience-overlay .bg{position:absolute;left:0;top:0;width:100%;height:100%;overflow:hidden}.virtual-experience-overlay .bg video{width:100%;height:100%;object-fit:cover}.virtual-experience-overlay .bg svg{position:relative;z-index:4;width:50%;height:50%}.cue-video-story-topics-menu{position:absolute;z-index:1600;background:#000028;height:100%;padding-top:24px;width:calc(100% - 51px);pointer-events:none;opacity:0;transition:all .25s;left:52px}@container (min-width: 768px){.cue-video-story-topics-menu{width:60%}}@container (min-width: 1240px){.cue-video-story-topics-menu{width:40%}}.cue-video-story-topics-menu-close{display:flex;justify-content:flex-end;right:6px;top:6px;position:absolute;display:none}.cue-video-story-topics-menu-close svg use{fill:#fff}.cue-video-story-topics-menu-visible{pointer-events:all;opacity:1;left:52px}.cue-video-story-topics-menu-item-button{font-family:Siemens Sans Roman;width:100%;justify-content:space-between;padding:20px;font-size:18px;box-sizing:border-box}.cue-video-story-topics-menu-item-button svg{pointer-events:all}.cue-video-story-topics-menu-item-button:hover,.cue-video-story-topics-menu-item-button-active{color:#fff;background:#002949}.cue-video-story-topics-menu-item-button:hover svg use,.cue-video-story-topics-menu-item-button-active svg use{fill:#fff}.cue-video-story-topics-menu-item .cue-video-story-topics-menu-items .cue-video-story-topics-menu-item-button{padding-left:40px;background:#262648;font-weight:400}.cue-video-story-topics-menu-item .cue-video-story-topics-menu-items .cue-video-story-topics-menu-item-button:hover{background:#002949}.cue-video-story-filter-menu{position:absolute;z-index:1600;background:#000028;top:180px;padding:24px;left:52px;pointer-events:none;opacity:0;transition:all .25s}@container (min-width: 1240px){.cue-video-story-filter-menu{top:76px}}.cue-video-story-filter-menu-visible{pointer-events:all;opacity:1}.cue-video-story-filter-menu-item{display:flex;align-items:center;font-size:14px;cursor:pointer}.cue-video-story-filter-menu-item .cue-indicator{margin-right:8px;width:16px;height:16px;border-width:1px;border-color:#fff}.cue-video-story-filter-menu-item .cue-indicator:after{width:8px;height:8px}.cue-video-story-filter-menu-item .cue-indicator-active{border-color:#00ffb9;background:#00ffb9}.cue-video-story-filter-menu-item .cue-indicator-active:after{background:#000028}.cue-video-story-filter-menu-item:hover .cue-indicator{border-color:#00ffb9}.cue-virtual-experience-fairtouch-modal{width:90%;height:85vh}@media (min-width: 768px){.cue-virtual-experience-fairtouch-modal{width:90vw;height:80vh}}.cue-video-tour-steps{left:0}.cue-video-tour-steps .cue-steps-wrapper{margin-top:-24px}.cue-video-story-info-box-content ul{list-style:disc;padding-inline-start:20px}.cue-video-story-info-box-content ul li{margin:10px 0;display:list-item}.cue-project-coming-soon{display:flex;text-align:center;justify-content:center;align-items:center}@media (min-width: 768px){.cue-project-coming-soon{min-height:580px;height:65vh;margin-top:-176px}}.cue-video-gallery-element{aspect-ratio:16/9}.cue-video-gallery-element .cue-video-ui-controls-big-play-area,.cue-video-gallery-element .cue-video-ui-controls{pointer-events:none}.cue-video-gallery-element-active .cue-video-ui-controls-big-play-area,.cue-video-gallery-element-active .cue-video-ui-controls{pointer-events:all}.cue-video-gallery-info{display:flex;justify-content:center}.cue-video-gallery-info>div{display:flex;max-width:768px;gap:50px}.cue-video-gallery-info-position{white-space:nowrap}.cue-video-gallery-info-position strong{font-weight:700}.cue-onsite-notification{box-sizing:border-box;top:0;width:100%;background:#012949;display:flex;justify-content:center;z-index:9999;position:fixed}.cue-onsite-notification>div{max-width:1440px;width:100%;padding:18px min(5vw,80px);display:flex;box-sizing:border-box;justify-content:space-between;gap:20px;display:grid;grid-row-gap:20px;grid-template-columns:repeat(5,auto);grid-template-rows:repeat(2,auto);grid-column-gap:20px}@media (min-width: 768px){.cue-onsite-notification>div{grid-template-columns:1fr auto auto auto auto;grid-template-rows:1fr;grid-row-gap:0px}.cue-onsite-notification>div>div{display:flex;align-items:center}}.cue-onsite-notification-description{max-width:600px;font-size:14px;line-height:21px;grid-area:1/1/2/5}@media (min-width: 768px){.cue-onsite-notification-description{grid-area:1/1/2/3}}.cue-onsite-notification-select{min-width:320px;grid-area:2/1/3/4}@media (min-width: 768px){.cue-onsite-notification-select{grid-area:1/3/2/4}}.cue-onsite-notification-select .cue-select__single-value,.cue-onsite-notification-select .cue-select__menu .cue-select__option{font-size:18px}.cue-onsite-notification-select .cue-select__control,.cue-onsite-notification-select .cue-select__menu .cue-select__option{height:43px}.cue-onsite-notification-select .cue-select__value-container{padding-top:5px}.cue-onsite-notification-confirm{grid-area:3/1/3/3;flex:1}@media (min-width: 768px){.cue-onsite-notification-confirm{grid-area:1/4/2/5}}.cue-onsite-notification-confirm .cue-button,.cue-onsite-notification-confirm .cue-text-video-content-module .cue-text-video-content-module-link a,.cue-text-video-content-module .cue-text-video-content-module-link .cue-onsite-notification-confirm a{border-width:1px;padding:0 18px;width:100%;box-sizing:border-box;justify-content:center;background:#00cccc;font-size:16px;line-height:43px}.cue-onsite-notification-confirm .cue-button:hover,.cue-onsite-notification-confirm .cue-text-video-content-module .cue-text-video-content-module-link a:hover,.cue-text-video-content-module .cue-text-video-content-module-link .cue-onsite-notification-confirm a:hover{background:#00ffb9}.cue-onsite-notification-close{grid-area:1/5/2/6;justify-content:end}.cue-onsite-notification-close .cue-button,.cue-onsite-notification-close .cue-text-video-content-module .cue-text-video-content-module-link a,.cue-text-video-content-module .cue-text-video-content-module-link .cue-onsite-notification-close a{padding:0}.cue-onsite-notification-close .cue-button use,.cue-onsite-notification-close .cue-text-video-content-module .cue-text-video-content-module-link a use,.cue-text-video-content-module .cue-text-video-content-module-link .cue-onsite-notification-close a use{fill:#fff}.cue-onsite-notification-close .cue-button:hover use,.cue-onsite-notification-close .cue-text-video-content-module .cue-text-video-content-module-link a:hover use,.cue-text-video-content-module .cue-text-video-content-module-link .cue-onsite-notification-close a:hover use{fill:#00ffb9}@media (min-width: 768px){.cue-onsite-notification-close{grid-area:1/5/2/6}}.cue-modal .cue-modal-container{padding:30px;background:#002949}.cue-modal .cue-modal-content{padding:0}.cue-modal .cue-modal-close-button-wrapper{position:absolute;top:0;right:0;z-index:9}.cue-modal .cue-button-close{padding:5px;background:transparent;top:0;right:0}.cue-modal .cue-button-close svg use{fill:#fff}.cue-modal .cue-button-close:hover svg use{fill:#0cc}@media only screen and (min-width: 768px){.cue-project-content-block-wrapper.content_module_video_slider{margin-top:40px}}@media only screen and (max-width: 768px){.cue-project-content-block-wrapper.content_module_video_slider{padding:0;overflow:hidden;width:100%}.cue-project-content-block-wrapper.content_module_video_slider>*{padding:0 min(5vw,80px)}}.cue-video-slider-element{position:relative;aspect-ratio:9/11.2;margin-bottom:18px;border-radius:2px;overflow:hidden;border:2px solid #00cccc}.cue-video-slider-element-play{display:flex;justify-content:center;align-items:center;position:absolute;cursor:pointer;top:0;left:0;width:100%;height:100%}.cue-video-slider-element-play>*{display:block;width:44px;height:44px}@media only screen and (max-width: 768px){.cue-video-slider-element-play>*{width:25px;height:25px}}.cue-video-slider-element-seen{opacity:.5;border:none}@media only screen and (max-width: 768px){.cue-video-slider .cue-slider-navigation-wrapper{display:none}.cue-video-slider .swiper{overflow:visible}}.cue-video-slider .cue-slider-navigation-wrapper{transform:translateY(-50%) translateY(-18px)}.cue-video-slider .swiper-pagination{display:flex;gap:10px}.cue-video-slider .swiper-pagination-bullet{display:block;flex:1;width:auto;height:2px;border-radius:0;height:18px;opacity:1;border-bottom:1px solid #ffffff;background:none;margin:0!important}.cue-video-slider .swiper-pagination-bullet-active{border-color:#0cc;border-width:2px}.cue-additional-locations-card-deck{padding:30px 0;display:grid;grid-template-columns:1fr 1fr;gap:22px}@media (min-width: 768px){.cue-additional-locations-card-deck{grid-template-columns:1fr 1fr}}.cue-additional-locations-card-deck .cue-additional-locations-card{position:relative;padding:18px;background:#002949}@media (min-width: 768px){.cue-additional-locations-card-deck .cue-additional-locations-card{padding:22px}}.cue-additional-locations-card-deck .cue-additional-locations-card--clickable{cursor:pointer;padding-bottom:44px}.cue-additional-locations-card-deck .cue-additional-locations-card--clickable:hover{background:#007082}@media (min-width: 768px){.cue-additional-locations-card-deck .cue-additional-locations-card--clickable{padding-bottom:22px}}.cue-additional-locations-card-deck .cue-additional-locations-card__headline{font-size:1rem;font-family:Siemens Sans Roman;font-weight:700;padding:10px 0;margin:0;line-height:1.5rem}@media (min-width: 768px){.cue-additional-locations-card-deck .cue-additional-locations-card__headline{padding:10px 0 5px;font-size:1.3rem}}.cue-additional-locations-card-deck .cue-additional-locations-card__subline{font-size:1rem;font-family:Siemens Sans Roman;padding:0;margin:0}@media (min-width: 768px){.cue-additional-locations-card-deck .cue-additional-locations-card__subline{font-size:1.2rem}}.cue-additional-locations-card-deck .cue-additional-locations-card .arrow{position:absolute;bottom:0;right:10px;width:40px}@media (min-width: 768px){.cue-additional-locations-card-deck .cue-additional-locations-card .arrow{right:20px;width:60px}}.cue-additional-locations-card-deck .cue-additional-locations-card .arrow use{fill:#0cc}.cue-additional-locations-card-deck .cue-project-brand{background:transparent url(./logo-dark-13436bce.svg) no-repeat;width:80px;margin:0;padding:0;z-index:1}@media (min-width: 768px){.cue-additional-locations-card-deck .cue-project-brand{width:110px}}.cue-additional-locations-card__portrait-image{max-height:calc(100vh - 120px);width:auto}.iframe-preview-container{padding:40px 0;cursor:pointer}.iframe-preview-container img{transition:all .4s ease-out}.iframe-preview-container:hover img{opacity:.7}.project-resend-access{width:100vw;padding-bottom:20px;max-width:calc(90vw - 40px);min-width:300px}.project-resend-access-gradient{background:linear-gradient(180deg,rgba(0,0,40,0) 0%,#000028 60%);height:400px;position:fixed;bottom:0;left:0;right:0;z-index:20;opacity:0;transition:opacity .5s;pointer-events:none}.project-resend-access-gradient-visible{opacity:1}@media (min-width: 768px){.project-resend-access{padding-bottom:0}}@media (min-width: 1240px){.project-resend-access{max-width:1240px}}.project-resend-access-close{right:10px;top:10px}.project-resend-access-close svg{width:20px;height:20px}.project-resend-access h5{font-size:24px}.project-resend-access p{font-size:16px;line-height:1.4;margin-bottom:0}.project-resend-access-content{display:flex;gap:30px;flex-direction:column}@media (min-width: 768px){.project-resend-access-content{gap:60px;flex-direction:row;align-items:center}}@media (min-width: 768px){.project-resend-access-content>div:first-of-type{width:40%}}.project-resend-access-content>div:last-of-type{flex:1}.project-resend-access-form{display:flex;gap:16px;flex-direction:column}@media (min-width: 768px){.project-resend-access-form{flex-direction:row}}.project-resend-access-form-input{flex:1}.project-resend-access-form-input input{width:100%;font-size:16px;border-bottom:none;padding:4px 16px}.project-resend-access-form-input-error{color:#ff2640;font-size:.8em}.project-resend-access-form button{align-self:flex-start}.project-resend-access-form button,.project-resend-access-form button:hover{padding:10px 20px}#reauth_model .project-resend-access-close svg use{fill:#000028}#reauth_model .project-resend-access-close:hover svg use{fill:#4c4c68}#reauth_model .cue-modal-container,#reauth_model .cue-modal-content{background:#ffffff;color:#000028}#reauth_model .cue-modal-container a,#reauth_model .cue-modal-content a{color:#000028;font-family:Siemens Sans Black}#reauth_model .cue-modal-container strong a,#reauth_model .cue-modal-content strong a{font-family:Siemens Sans Black}#reauth_model .cue-modal-container strong a:hover,#reauth_model .cue-modal-content strong a:hover{color:#0cc}#reauth_model .cue-modal-container input,#reauth_model .cue-modal-content input{background:#ffffff;box-shadow:0 2px 4px #0000281f inset;border:1px solid #ccccd4;color:#000028;padding:8px 16px}#reauth_model .cue-modal-container input::placeholder,#reauth_model .cue-modal-content input::placeholder{color:#4c4c68}#reauth_model.close .cue-modal-container{animation:hide-modal-content .25s}@keyframes hide-modal-content{0%{transform:translateY(0);opacity:1}to{transform:translateY(50%);opacity:0}}.cue-project-cookie-consent{flex-direction:column;max-width:560px}@media (min-width: 1240px){.cue-project-cookie-consent{display:flex;gap:40px}}.cue-project-cookie-consent-buttons{display:flex;gap:20px;justify-content:flex-end;flex-direction:column}@media (min-width: 768px){.cue-project-cookie-consent-buttons{flex-direction:row}}.cue-project-cookie-consent-buttons button span{width:100%;text-align:center}#cookie-consent .cue-modal-container{animation-duration:0s}#cookie-consent .cue-modal-backdrop{align-items:end}@media (min-width: 768px){#cookie-consent .cue-modal-backdrop{align-items:center}}.cookies{text-align:left}.cookies table{width:100%;border:none;display:table;color:#fff;border-collapse:separate;border-spacing:1rem 0px;width:calc(100% + 2rem);margin:0rem 0rem 0rem -1rem}.cookies table thead{border:none;display:table-header-group;vertical-align:middle;border-color:inherit;color:#fff;border-collapse:separate;border-spacing:1rem 0px}.cookies table thead tr{color:#fff;border:none;border-collapse:separate;border-spacing:1rem 0px}.cookies table thead tr th{border:none;width:30%;text-align:left;padding:1rem;font-family:Siemens Sans Roman;font-size:18px;border-bottom:1px solid rgb(255,255,255);line-height:28px}.cookies table thead tr th:nth-of-type(2){width:40%}.cookies table tbody,.cookies table tbody tr{border-collapse:separate;border-spacing:1rem 0px}.cookies table tbody tr td{border:none;text-align:left;padding:1rem;font-family:Siemens Sans Roman;font-size:18px;vertical-align:baseline;border-bottom:1px solid rgb(76,76,104)}.content_module_text .cookies{margin-bottom:40px}.content_module_text .cookies p{max-width:initial}.content_module_text .cookies h1,.content_module_text .cookies h2,.content_module_text .cookies h3,.content_module_text .cookies h4,.content_module_text .cookies .cue-livestream-teaser-headline,.content_module_text .cookies h5{text-align:left}.content_module_text .cookies h2:not(:first-of-type){margin-top:50px}.content_module_text ul{margin:2rem 10px;color:#fff;line-height:28px;display:block;list-style-type:disc;margin-block-start:1em;margin-block-end:1em;margin-inline-start:0px;margin-inline-end:0px;padding-inline-start:40px}.content_module_text ul li{margin:10px 0;display:list-item}.cookie-pref-btn{width:100%;max-width:1440px;margin:0 auto;padding:0 min(5vw,80px)}.cue-cta-overlay{transition:bottom .2s cubic-bezier(.11,0,.5,0);pointer-events:none;max-width:1440px;position:fixed;bottom:1rem;right:0;left:0;margin:0 auto;z-index:1300;display:flex;justify-content:flex-end;padding-right:min(5vw,80px)}.cue-cta-overlay>*{pointer-events:all}.cue-cta-overlay .ctaOverlayButton{display:none}.cue-cta-overlay .ctaOverlayButton:first-of-type{display:block}@media (min-width: 768px){.cue-cta-overlay{bottom:2.5rem}}.sticky-footer .cue-cta-overlay{bottom:2.5rem}@media (min-width: 768px){.sticky-footer .cue-cta-overlay{bottom:14.5rem}}.share-event{position:relative;visibility:hidden;border-bottom:1px solid #fff}.share-event .head-line{position:absolute;top:21%;left:6%;width:19%;font-family:Siemens Sans Black}.share-event .share-title{font-family:Siemens Sans Roman;position:absolute;top:27%;left:6%;width:47%;height:38%;line-height:normal;font-weight:500}.share-event .share-subtitle{position:absolute;top:68%;left:6%;width:50%;font-family:Siemens Sans Black;text-transform:uppercase}.share-event .share-subtitle.no-date{width:15%}.share-event .share-subtitle>div,.share-event .share-subtitle .cue-agenda-event-time-wrapper,.share-event .share-subtitle .cue-agenda-event-time-time{display:flex!important;gap:10px}.share-event .share-cta{font-family:Siemens Sans Black;position:absolute;bottom:12%;left:6%;width:27%;background:linear-gradient(to left,#00ffb9 0%,#00e6dc 100%);font-weight:500;color:#000;padding:1.3rem}.share-event .share-siemens-logo{position:absolute;top:6%;left:6%;width:18%;height:auto}@media (min-width: 768px){#root-booth-map-standalone.booth-map-cue{height:calc(95vh - 30px);height:calc(95dvh - 30px)}}#root-booth-map-standalone.booth-map-cue .main-page{left:calc(var(--grid-width) / var(--grid-columns-count) * -2 + 44px)}@media (min-width: 768px){#root-booth-map-standalone.booth-map-cue .main-page{--main-width:calc(95vw - 60px);--main-height:calc(95vh - 30px)}}.my-schedule-headline{margin-bottom:-50px}@media (min-width: 768px){.my-schedule-headline{margin-bottom:-90px}}.my-event .cue-survey-question strong,.my-event .cue-survey-question b{font-family:Siemens Sans Black}.my-event .cue-survey-question p{display:block;margin-bottom:40px;text-align:center;font-family:Siemens Sans Roman;font-size:32px;font-style:normal;line-height:40px;letter-spacing:-.5px;font-weight:400;margin:1rem 0}@media (min-width: 576px){.my-event .cue-survey-question p{font-size:36px;font-style:normal;line-height:48px;letter-spacing:-.5px}}@media (min-width: 768px){.my-event .cue-survey-question p{font-size:40px;font-style:normal;line-height:52px;letter-spacing:-.5px}}.my-event .schedule{animation:none}.onsite-home .content_module_fullscreen_slogan{display:none}@media (min-width: 768px){.onsite-home .content_module_fullscreen_slogan{display:block}}.onsite-home .cue-headline-seperator-main{padding-top:40px;padding-bottom:60px}@media (min-width: 768px){.onsite-home .cue-headline-seperator-main{padding-top:0;padding-bottom:0;display:none}}.onsite-home .content_module_custom{margin-top:0}.cue-project-section-text p{font-size:18px;line-height:28px}@media (min-width: 768px){.cue-project-section-text p{font-size:22px;line-height:32px}}:root{--rt-opacity: 1 !important;--rt-transition-show-delay: 0s !important;--rt-transition-closing-delay: 0 !important}.cue-stage-banner{position:fixed;width:100%;background:#ff2640;z-index:999999;display:flex;justify-content:center;align-items:center;bottom:0}.cue-project-wrapper{position:relative;top:var(--notification-height)}@font-face{font-family:swiper-icons;src:url(data:application/font-woff;charset=utf-8;base64,\ d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA);font-weight:400;font-style:normal}:root{--swiper-theme-color: #007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function, initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-slide,.swiper-3d .swiper-cube-shadow{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper:before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color, var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color: #fff}.swiper-lazy-preloader-black{--swiper-preloader-color: #000}@keyframes swiper-preloader-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}:root{--swiper-navigation-size: 44px}.swiper-button-prev,.swiper-button-next{position:absolute;top:var(--swiper-navigation-top-offset, 50%);width:calc(var(--swiper-navigation-size) / 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size) / 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color, var(--swiper-theme-color))}.swiper-button-prev.swiper-button-disabled,.swiper-button-next.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-prev.swiper-button-hidden,.swiper-button-next.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-prev,.swiper-navigation-disabled .swiper-button-next{display:none!important}.swiper-button-prev svg,.swiper-button-next svg{width:100%;height:100%;object-fit:contain;transform-origin:center}.swiper-rtl .swiper-button-prev svg,.swiper-rtl .swiper-button-next svg{transform:rotate(180deg)}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:var(--swiper-navigation-sides-offset, 10px);right:auto}.swiper-button-lock{display:none}.swiper-button-prev:after,.swiper-button-next:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:"prev"}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset, 10px);left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:"next"}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translateZ(0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-pagination-fraction,.swiper-pagination-custom,.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal{bottom:var(--swiper-pagination-bottom, 8px);top:var(--swiper-pagination-top, auto);left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));height:var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));display:inline-block;border-radius:var(--swiper-pagination-bullet-border-radius, 50%);background:var(--swiper-pagination-bullet-inactive-color, #000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color, var(--swiper-theme-color))}.swiper-vertical>.swiper-pagination-bullets,.swiper-pagination-vertical.swiper-pagination-bullets{right:var(--swiper-pagination-right, 8px);left:var(--swiper-pagination-left, auto);top:50%;transform:translate3d(0,-50%,0)}.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap, 6px) 0;display:block}.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap, 4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translate(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color, inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, .25));position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color, var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size, 4px);left:0;top:0}.swiper-vertical>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite{width:var(--swiper-pagination-progressbar-size, 4px);height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:var(--swiper-scrollbar-border-radius, 10px);position:relative;touch-action:none;background:var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, .1))}.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none!important}.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{position:absolute;left:var(--swiper-scrollbar-sides-offset, 1%);bottom:var(--swiper-scrollbar-bottom, 4px);top:var(--swiper-scrollbar-top, auto);z-index:50;height:var(--swiper-scrollbar-size, 4px);width:calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%))}.swiper-vertical>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-vertical{position:absolute;left:var(--swiper-scrollbar-left, auto);right:var(--swiper-scrollbar-right, 4px);top:var(--swiper-scrollbar-sides-offset, 1%);z-index:50;width:var(--swiper-scrollbar-size, 4px);height:calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%))}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, .5));border-radius:var(--swiper-scrollbar-border-radius, 10px);left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.react-datepicker__year-read-view--down-arrow,.react-datepicker__month-read-view--down-arrow,.react-datepicker__month-year-read-view--down-arrow,.react-datepicker__navigation-icon:before{border-color:#ccc;border-style:solid;border-width:3px 3px 0 0;content:"";display:block;height:9px;position:absolute;top:6px;width:9px}.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle,.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle{margin-left:-4px;position:absolute;width:0}.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle:before,.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle:before,.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle:after,.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle:after{box-sizing:content-box;position:absolute;border:8px solid transparent;height:0;width:1px;content:"";z-index:-1;border-width:8px;left:-8px}.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle:before,.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle:before{border-bottom-color:#aeaeae}.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle{top:0;margin-top:-8px}.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle:before,.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle:after{border-top:none;border-bottom-color:#f0f0f0}.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle:after{top:0}.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle:before{top:-1px;border-bottom-color:#aeaeae}.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle{bottom:0;margin-bottom:-8px}.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle:before,.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle:after{border-bottom:none;border-top-color:#fff}.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle:after{bottom:0}.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle:before{bottom:-1px;border-top-color:#aeaeae}.react-datepicker-wrapper{display:inline-block;padding:0;border:0}.react-datepicker{font-family:Helvetica Neue,helvetica,arial,sans-serif;font-size:.8rem;background-color:#fff;color:#000;border:1px solid #aeaeae;border-radius:.3rem;display:inline-block;position:relative}.react-datepicker--time-only .react-datepicker__triangle{left:35px}.react-datepicker--time-only .react-datepicker__time-container{border-left:0}.react-datepicker--time-only .react-datepicker__time,.react-datepicker--time-only .react-datepicker__time-box{border-bottom-left-radius:.3rem;border-bottom-right-radius:.3rem}.react-datepicker__triangle{position:absolute;left:50px}.react-datepicker-popper{z-index:1}.react-datepicker-popper[data-placement^=bottom]{padding-top:10px}.react-datepicker-popper[data-placement=bottom-end] .react-datepicker__triangle,.react-datepicker-popper[data-placement=top-end] .react-datepicker__triangle{left:auto;right:50px}.react-datepicker-popper[data-placement^=top]{padding-bottom:10px}.react-datepicker-popper[data-placement^=right]{padding-left:8px}.react-datepicker-popper[data-placement^=right] .react-datepicker__triangle{left:auto;right:42px}.react-datepicker-popper[data-placement^=left]{padding-right:8px}.react-datepicker-popper[data-placement^=left] .react-datepicker__triangle{left:42px;right:auto}.react-datepicker__header{text-align:center;background-color:#f0f0f0;border-bottom:1px solid #aeaeae;border-top-left-radius:.3rem;padding:8px 0;position:relative}.react-datepicker__header--time{padding-bottom:8px;padding-left:5px;padding-right:5px}.react-datepicker__header--time:not(.react-datepicker__header--time--only){border-top-left-radius:0}.react-datepicker__header:not(.react-datepicker__header--has-time-select){border-top-right-radius:.3rem}.react-datepicker__year-dropdown-container--select,.react-datepicker__month-dropdown-container--select,.react-datepicker__month-year-dropdown-container--select,.react-datepicker__year-dropdown-container--scroll,.react-datepicker__month-dropdown-container--scroll,.react-datepicker__month-year-dropdown-container--scroll{display:inline-block;margin:0 15px}.react-datepicker__current-month,.react-datepicker-time__header,.react-datepicker-year-header{margin-top:0;color:#000;font-weight:700;font-size:.944rem}.react-datepicker-time__header{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.react-datepicker__navigation{align-items:center;background:none;display:flex;justify-content:center;text-align:center;cursor:pointer;position:absolute;top:2px;padding:0;border:none;z-index:1;height:32px;width:32px;text-indent:-999em;overflow:hidden}.react-datepicker__navigation--previous{left:2px}.react-datepicker__navigation--next{right:2px}.react-datepicker__navigation--next--with-time:not(.react-datepicker__navigation--next--with-today-button){right:85px}.react-datepicker__navigation--years{position:relative;top:0;display:block;margin-left:auto;margin-right:auto}.react-datepicker__navigation--years-previous{top:4px}.react-datepicker__navigation--years-upcoming{top:-4px}.react-datepicker__navigation:hover *:before{border-color:#a6a6a6}.react-datepicker__navigation-icon{position:relative;top:-1px;font-size:20px;width:0}.react-datepicker__navigation-icon--next{left:-2px}.react-datepicker__navigation-icon--next:before{transform:rotate(45deg);left:-7px}.react-datepicker__navigation-icon--previous{right:-2px}.react-datepicker__navigation-icon--previous:before{transform:rotate(225deg);right:-7px}.react-datepicker__month-container{float:left}.react-datepicker__year{margin:.4rem;text-align:center}.react-datepicker__year-wrapper{display:flex;flex-wrap:wrap;max-width:180px}.react-datepicker__year .react-datepicker__year-text{display:inline-block;width:4rem;margin:2px}.react-datepicker__month{margin:.4rem;text-align:center}.react-datepicker__month .react-datepicker__month-text,.react-datepicker__month .react-datepicker__quarter-text{display:inline-block;width:4rem;margin:2px}.react-datepicker__input-time-container{clear:both;width:100%;float:left;margin:5px 0 10px 15px;text-align:left}.react-datepicker__input-time-container .react-datepicker-time__caption,.react-datepicker__input-time-container .react-datepicker-time__input-container{display:inline-block}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input{display:inline-block;margin-left:10px}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input{width:auto}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time]::-webkit-inner-spin-button,.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time]{-moz-appearance:textfield}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__delimiter{margin-left:5px;display:inline-block}.react-datepicker__time-container{float:right;border-left:1px solid #aeaeae;width:85px}.react-datepicker__time-container--with-today-button{display:inline;border:1px solid #aeaeae;border-radius:.3rem;position:absolute;right:-87px;top:0}.react-datepicker__time-container .react-datepicker__time{position:relative;background:white;border-bottom-right-radius:.3rem}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box{width:85px;overflow-x:hidden;margin:0 auto;text-align:center;border-bottom-right-radius:.3rem}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list{list-style:none;margin:0;height:calc(195px + .85rem);overflow-y:scroll;padding-right:0;padding-left:0;width:100%;box-sizing:content-box}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item{height:30px;padding:5px 10px;white-space:nowrap}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item:hover{cursor:pointer;background-color:#f0f0f0}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected{background-color:#216ba5;color:#fff;font-weight:700}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected:hover{background-color:#216ba5}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled{color:#ccc}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled:hover{cursor:default;background-color:transparent}.react-datepicker__week-number{color:#ccc;display:inline-block;width:1.7rem;line-height:1.7rem;text-align:center;margin:.166rem}.react-datepicker__week-number.react-datepicker__week-number--clickable{cursor:pointer}.react-datepicker__week-number.react-datepicker__week-number--clickable:not(.react-datepicker__week-number--selected,.react-datepicker__week-number--keyboard-selected):hover{border-radius:.3rem;background-color:#f0f0f0}.react-datepicker__week-number--selected{border-radius:.3rem;background-color:#216ba5;color:#fff}.react-datepicker__week-number--selected:hover{background-color:#1d5d90}.react-datepicker__week-number--keyboard-selected{border-radius:.3rem;background-color:#2a87d0;color:#fff}.react-datepicker__week-number--keyboard-selected:hover{background-color:#1d5d90}.react-datepicker__day-names{white-space:nowrap;margin-bottom:-8px}.react-datepicker__week{white-space:nowrap}.react-datepicker__day-name,.react-datepicker__day,.react-datepicker__time-name{color:#000;display:inline-block;width:1.7rem;line-height:1.7rem;text-align:center;margin:.166rem}.react-datepicker__day,.react-datepicker__month-text,.react-datepicker__quarter-text,.react-datepicker__year-text{cursor:pointer}.react-datepicker__day:hover,.react-datepicker__month-text:hover,.react-datepicker__quarter-text:hover,.react-datepicker__year-text:hover{border-radius:.3rem;background-color:#f0f0f0}.react-datepicker__day--today,.react-datepicker__month-text--today,.react-datepicker__quarter-text--today,.react-datepicker__year-text--today{font-weight:700}.react-datepicker__day--highlighted,.react-datepicker__month-text--highlighted,.react-datepicker__quarter-text--highlighted,.react-datepicker__year-text--highlighted{border-radius:.3rem;background-color:#3dcc4a;color:#fff}.react-datepicker__day--highlighted:hover,.react-datepicker__month-text--highlighted:hover,.react-datepicker__quarter-text--highlighted:hover,.react-datepicker__year-text--highlighted:hover{background-color:#32be3f}.react-datepicker__day--highlighted-custom-1,.react-datepicker__month-text--highlighted-custom-1,.react-datepicker__quarter-text--highlighted-custom-1,.react-datepicker__year-text--highlighted-custom-1{color:#f0f}.react-datepicker__day--highlighted-custom-2,.react-datepicker__month-text--highlighted-custom-2,.react-datepicker__quarter-text--highlighted-custom-2,.react-datepicker__year-text--highlighted-custom-2{color:green}.react-datepicker__day--holidays,.react-datepicker__month-text--holidays,.react-datepicker__quarter-text--holidays,.react-datepicker__year-text--holidays{position:relative;border-radius:.3rem;background-color:#ff6803;color:#fff}.react-datepicker__day--holidays .holiday-overlay,.react-datepicker__month-text--holidays .holiday-overlay,.react-datepicker__quarter-text--holidays .holiday-overlay,.react-datepicker__year-text--holidays .holiday-overlay{position:absolute;bottom:100%;left:50%;transform:translate(-50%);background-color:#333;color:#fff;padding:4px;border-radius:4px;white-space:nowrap;visibility:hidden;opacity:0;transition:visibility 0s,opacity .3s ease-in-out}.react-datepicker__day--holidays:hover,.react-datepicker__month-text--holidays:hover,.react-datepicker__quarter-text--holidays:hover,.react-datepicker__year-text--holidays:hover{background-color:#cf5300}.react-datepicker__day--holidays:hover .holiday-overlay,.react-datepicker__month-text--holidays:hover .holiday-overlay,.react-datepicker__quarter-text--holidays:hover .holiday-overlay,.react-datepicker__year-text--holidays:hover .holiday-overlay{visibility:visible;opacity:1}.react-datepicker__day--selected,.react-datepicker__day--in-selecting-range,.react-datepicker__day--in-range,.react-datepicker__month-text--selected,.react-datepicker__month-text--in-selecting-range,.react-datepicker__month-text--in-range,.react-datepicker__quarter-text--selected,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__quarter-text--in-range,.react-datepicker__year-text--selected,.react-datepicker__year-text--in-selecting-range,.react-datepicker__year-text--in-range{border-radius:.3rem;background-color:#216ba5;color:#fff}.react-datepicker__day--selected:hover,.react-datepicker__day--in-selecting-range:hover,.react-datepicker__day--in-range:hover,.react-datepicker__month-text--selected:hover,.react-datepicker__month-text--in-selecting-range:hover,.react-datepicker__month-text--in-range:hover,.react-datepicker__quarter-text--selected:hover,.react-datepicker__quarter-text--in-selecting-range:hover,.react-datepicker__quarter-text--in-range:hover,.react-datepicker__year-text--selected:hover,.react-datepicker__year-text--in-selecting-range:hover,.react-datepicker__year-text--in-range:hover{background-color:#1d5d90}.react-datepicker__day--keyboard-selected,.react-datepicker__month-text--keyboard-selected,.react-datepicker__quarter-text--keyboard-selected,.react-datepicker__year-text--keyboard-selected{border-radius:.3rem;background-color:#bad9f1;color:#000}.react-datepicker__day--keyboard-selected:hover,.react-datepicker__month-text--keyboard-selected:hover,.react-datepicker__quarter-text--keyboard-selected:hover,.react-datepicker__year-text--keyboard-selected:hover{background-color:#1d5d90}.react-datepicker__day--in-selecting-range:not(.react-datepicker__day--in-range,.react-datepicker__month-text--in-range,.react-datepicker__quarter-text--in-range,.react-datepicker__year-text--in-range),.react-datepicker__month-text--in-selecting-range:not(.react-datepicker__day--in-range,.react-datepicker__month-text--in-range,.react-datepicker__quarter-text--in-range,.react-datepicker__year-text--in-range),.react-datepicker__quarter-text--in-selecting-range:not(.react-datepicker__day--in-range,.react-datepicker__month-text--in-range,.react-datepicker__quarter-text--in-range,.react-datepicker__year-text--in-range),.react-datepicker__year-text--in-selecting-range:not(.react-datepicker__day--in-range,.react-datepicker__month-text--in-range,.react-datepicker__quarter-text--in-range,.react-datepicker__year-text--in-range){background-color:#216ba580}.react-datepicker__month--selecting-range .react-datepicker__day--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__year--selecting-range .react-datepicker__day--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__month--selecting-range .react-datepicker__month-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__year--selecting-range .react-datepicker__month-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__month--selecting-range .react-datepicker__quarter-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__year--selecting-range .react-datepicker__quarter-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__month--selecting-range .react-datepicker__year-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__year--selecting-range .react-datepicker__year-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range){background-color:#f0f0f0;color:#000}.react-datepicker__day--disabled,.react-datepicker__month-text--disabled,.react-datepicker__quarter-text--disabled,.react-datepicker__year-text--disabled{cursor:default;color:#ccc}.react-datepicker__day--disabled:hover,.react-datepicker__month-text--disabled:hover,.react-datepicker__quarter-text--disabled:hover,.react-datepicker__year-text--disabled:hover{background-color:transparent}.react-datepicker__input-container{position:relative;display:inline-block;width:100%}.react-datepicker__input-container .react-datepicker__calendar-icon{position:absolute;padding:.5rem;box-sizing:content-box}.react-datepicker__view-calendar-icon input{padding:6px 10px 5px 25px}.react-datepicker__year-read-view,.react-datepicker__month-read-view,.react-datepicker__month-year-read-view{border:1px solid transparent;border-radius:.3rem;position:relative}.react-datepicker__year-read-view:hover,.react-datepicker__month-read-view:hover,.react-datepicker__month-year-read-view:hover{cursor:pointer}.react-datepicker__year-read-view:hover .react-datepicker__year-read-view--down-arrow,.react-datepicker__year-read-view:hover .react-datepicker__month-read-view--down-arrow,.react-datepicker__month-read-view:hover .react-datepicker__year-read-view--down-arrow,.react-datepicker__month-read-view:hover .react-datepicker__month-read-view--down-arrow,.react-datepicker__month-year-read-view:hover .react-datepicker__year-read-view--down-arrow,.react-datepicker__month-year-read-view:hover .react-datepicker__month-read-view--down-arrow{border-top-color:#b3b3b3}.react-datepicker__year-read-view--down-arrow,.react-datepicker__month-read-view--down-arrow,.react-datepicker__month-year-read-view--down-arrow{transform:rotate(135deg);right:-16px;top:0}.react-datepicker__year-dropdown,.react-datepicker__month-dropdown,.react-datepicker__month-year-dropdown{background-color:#f0f0f0;position:absolute;width:50%;left:25%;top:30px;z-index:1;text-align:center;border-radius:.3rem;border:1px solid #aeaeae}.react-datepicker__year-dropdown:hover,.react-datepicker__month-dropdown:hover,.react-datepicker__month-year-dropdown:hover{cursor:pointer}.react-datepicker__year-dropdown--scrollable,.react-datepicker__month-dropdown--scrollable,.react-datepicker__month-year-dropdown--scrollable{height:150px;overflow-y:scroll}.react-datepicker__year-option,.react-datepicker__month-option,.react-datepicker__month-year-option{line-height:20px;width:100%;display:block;margin-left:auto;margin-right:auto}.react-datepicker__year-option:first-of-type,.react-datepicker__month-option:first-of-type,.react-datepicker__month-year-option:first-of-type{border-top-left-radius:.3rem;border-top-right-radius:.3rem}.react-datepicker__year-option:last-of-type,.react-datepicker__month-option:last-of-type,.react-datepicker__month-year-option:last-of-type{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;border-bottom-left-radius:.3rem;border-bottom-right-radius:.3rem}.react-datepicker__year-option:hover,.react-datepicker__month-option:hover,.react-datepicker__month-year-option:hover{background-color:#ccc}.react-datepicker__year-option:hover .react-datepicker__navigation--years-upcoming,.react-datepicker__month-option:hover .react-datepicker__navigation--years-upcoming,.react-datepicker__month-year-option:hover .react-datepicker__navigation--years-upcoming{border-bottom-color:#b3b3b3}.react-datepicker__year-option:hover .react-datepicker__navigation--years-previous,.react-datepicker__month-option:hover .react-datepicker__navigation--years-previous,.react-datepicker__month-year-option:hover .react-datepicker__navigation--years-previous{border-top-color:#b3b3b3}.react-datepicker__year-option--selected,.react-datepicker__month-option--selected,.react-datepicker__month-year-option--selected{position:absolute;left:15px}.react-datepicker__close-icon{cursor:pointer;background-color:transparent;border:0;outline:0;padding:0 6px 0 0;position:absolute;top:0;right:0;height:100%;display:table-cell;vertical-align:middle}.react-datepicker__close-icon:after{cursor:pointer;background-color:#216ba5;color:#fff;border-radius:50%;height:16px;width:16px;padding:2px;font-size:12px;line-height:1;text-align:center;display:table-cell;vertical-align:middle;content:"×"}.react-datepicker__close-icon--disabled{cursor:default}.react-datepicker__close-icon--disabled:after{cursor:default;background-color:#ccc}.react-datepicker__today-button{background:#f0f0f0;border-top:1px solid #aeaeae;cursor:pointer;text-align:center;font-weight:700;padding:5px 0;clear:left}.react-datepicker__portal{position:fixed;width:100vw;height:100vh;background-color:#000c;left:0;top:0;justify-content:center;align-items:center;display:flex;z-index:2147483647}.react-datepicker__portal .react-datepicker__day-name,.react-datepicker__portal .react-datepicker__day,.react-datepicker__portal .react-datepicker__time-name{width:3rem;line-height:3rem}@media (max-width: 400px),(max-height: 550px){.react-datepicker__portal .react-datepicker__day-name,.react-datepicker__portal .react-datepicker__day,.react-datepicker__portal .react-datepicker__time-name{width:2rem;line-height:2rem}}.react-datepicker__portal .react-datepicker__current-month,.react-datepicker__portal .react-datepicker-time__header{font-size:1.44rem}.react-datepicker__children-container{width:13.8rem;margin:.4rem;padding-right:.2rem;padding-left:.2rem;height:auto}.react-datepicker__aria-live{position:absolute;clip-path:circle(0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;width:1px;white-space:nowrap}.react-datepicker__calendar-icon{width:1em;height:1em;vertical-align:-.125em}
