:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74c3c;--toastify-color-transparent:#ffffffb3;--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-toast-width:320px;--toastify-toast-background:#fff;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error)}.Toastify__toast-container{box-sizing:border-box;color:#fff;padding:4px;position:fixed;-webkit-transform:translateZ(9999);-webkit-transform:translateZ(var(--toastify-z-index));width:320px;width:var(--toastify-toast-width);z-index:9999;z-index:var(--toastify-z-index)}.Toastify__toast-container--top-left{left:1em;top:1em}.Toastify__toast-container--top-center{left:50%;top:1em;transform:translateX(-50%)}.Toastify__toast-container--top-right{right:1em;top:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width:480px){.Toastify__toast-container{left:0;margin:0;padding:0;width:100vw}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:0;transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:0;transform:translateX(0)}.Toastify__toast-container--rtl{left:auto;right:0}}.Toastify__toast{border-radius:4px;box-shadow:0 1px 10px 0 #0000001a,0 2px 15px 0 #0000000d;box-sizing:border-box;cursor:default;direction:ltr;display:flex;font-family:sans-serif;font-family:var(--toastify-font-family);justify-content:space-between;margin-bottom:1rem;max-height:800px;max-height:var(--toastify-toast-max-height);min-height:64px;min-height:var(--toastify-toast-min-height);overflow:hidden;padding:8px;position:relative;z-index:0}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{align-items:center;display:flex;flex:1 1 auto;margin:auto 0;padding:6px}.Toastify__toast-body>div:last-child{flex:1 1;word-break:break-word}.Toastify__toast-icon{display:flex;flex-shrink:0;margin-inline-end:10px;width:20px}.Toastify--animate{animation-duration:.7s;animation-fill-mode:both}.Toastify--animate-icon{animation-duration:.3s;animation-fill-mode:both}@media only screen and (max-width:480px){.Toastify__toast{border-radius:0;margin-bottom:0}}.Toastify__toast-theme--dark{background:#121212;background:var(--toastify-color-dark);color:#fff;color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:#fff;background:var(--toastify-color-light);color:#757575;color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{background:#3498db;background:var(--toastify-color-info);color:#fff;color:var(--toastify-text-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{background:#07bc0c;background:var(--toastify-color-success);color:#fff;color:var(--toastify-text-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{background:#f1c40f;background:var(--toastify-color-warning);color:#fff;color:var(--toastify-text-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{background:#e74c3c;background:var(--toastify-color-error);color:#fff;color:var(--toastify-text-color-error)}.Toastify__progress-bar-theme--light{background:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:#bb86fc;background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:#3498db;background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:#07bc0c;background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:#f1c40f;background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:#e74c3c;background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning{background:#ffffffb3;background:var(--toastify-color-transparent)}.Toastify__close-button{align-self:flex-start;background:#0000;border:none;color:#fff;cursor:pointer;opacity:.7;outline:none;padding:0;transition:.3s ease}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{bottom:0;height:5px;left:0;opacity:.7;position:absolute;transform-origin:left;width:100%;z-index:9999;z-index:var(--toastify-z-index)}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{left:auto;right:0;transform-origin:right}.Toastify__spinner{animation:Toastify__spin .65s linear infinite;border:2px solid #e0e0e0;border-color:var(--toastify-spinner-color-empty-area);border-radius:100%;border-right-color:#616161;border-right-color:var(--toastify-spinner-color);box-sizing:border-box;height:20px;width:20px}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateX(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;transform:perspective(400px) rotateX(10deg)}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:perspective(400px)}30%{opacity:1;transform:perspective(400px) rotateX(-20deg)}to{opacity:0;transform:perspective(400px) rotateX(90deg)}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideOutRight{0%{transform:translateZ(0)}to{transform:translate3d(110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{transform:translate3d(-110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{transform:translate3d(0,500px,0);visibility:hidden}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(0)}to{transform:translate3d(0,-500px,0);visibility:hidden}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@font-face{font-display:swap;font-family:Maersk Text;font-style:normal;font-weight:400;src:url(/static/media/MaerskText-Regular.9bb9ceb520851af75194.eot) format("eot"),url(/static/media/MaerskText-Regular.955a1ef9124bc024edfe.woff2) format("woff2"),url(/static/media/MaerskText-Regular.bae76fc91c63ba9a5693.woff) format("woff")}@font-face{font-display:swap;font-family:Maersk Text;font-style:normal;font-weight:500;src:url(/static/media/MaerskText-Medium.9fe623a2b34e73ec08e6.eot) format("eot"),url(/static/media/MaerskText-Medium.2b62e5557e2deaaa8e99.woff2) format("woff2"),url(/static/media/MaerskText-Medium.08cebbdd1974bfc6dc72.woff) format("woff")}@font-face{font-display:swap;font-family:Maersk Text;font-style:normal;font-weight:700;src:url(/static/media/MaerskText-Bold.22e819aeb15fad5496f5.eot) format("eot"),url(/static/media/MaerskText-Bold.b54eef11c5a6626f1013.woff2) format("woff2"),url(/static/media/MaerskText-Bold.b2498e08779a7e2d1418.woff) format("woff")}@font-face{font-display:swap;font-family:Maersk Text;font-style:italic;font-weight:400;src:url(/static/media/MaerskText-Italic.d69f75b052e31a35aaa6.eot) format("eot"),url(/static/media/MaerskText-Italic.3dfec57d3cdbc98b34c9.woff2) format("woff2"),url(/static/media/MaerskText-Italic.36c201a7b9943250875b.woff) format("woff")}@font-face{font-display:swap;font-family:Maersk Text;font-style:italic;font-weight:500;src:url(/static/media/MaerskText-MediumItalic.9d1073cf7815c5c9a022.eot) format("eot"),url(/static/media/MaerskText-MediumItalic.6ba00af021c83a7b208a.woff2) format("woff2"),url(/static/media/MaerskText-MediumItalic.7ead0e3cdb04922b38bf.woff) format("woff")}@font-face{font-display:swap;font-family:Maersk Text;font-style:italic;font-weight:700;src:url(/static/media/MaerskText-BoldItalic.768ba7a8ab1d28ccd42c.eot) format("eot"),url(/static/media/MaerskText-BoldItalic.714f49fc6adfbae54fe5.woff2) format("woff2"),url(/static/media/MaerskText-BoldItalic.d69df70e249b09bb1d8e.woff) format("woff")}@font-face{font-display:swap;font-family:Maersk Headline;font-style:normal;font-weight:400;src:url(/static/media/MaerskHeadline-Regular.77b9333fc9342a2dcb70.eot) format("eot"),url(/static/media/MaerskHeadline-Regular.68879e9d20d82e54d3b6.woff2) format("woff2"),url(/static/media/MaerskHeadline-Regular.9993c317680f72e7bce5.woff) format("woff")}@font-face{font-display:swap;font-family:Maersk Headline;font-style:normal;font-weight:700;src:url(/static/media/MaerskHeadline-Bold.5b43fa49f6c173b367ce.eot) format("eot"),url(/static/media/MaerskHeadline-Bold.33a4126cf2ba725b1f46.woff2) format("woff2"),url(/static/media/MaerskHeadline-Bold.b93adf4c3e48109199de.woff) format("woff")}@font-face{font-display:swap;font-family:Maersk Headline;font-style:normal;font-weight:300;src:url(/static/media/MaerskHeadline-Light.373f5a2350e2e6c7ca38.eot) format("eot"),url(/static/media/MaerskHeadline-Light.3e4edd9c6083f9fec148.woff2) format("woff2"),url(/static/media/MaerskHeadline-Light.4a03796aa60f3f9031ff.woff) format("woff")}:root{--mds_global_border_width:1px;--mds_global_border_style:solid;--mds_global_link_inline_text-decoration:underline;--mds_global_link_inline_hover_text-decoration:none;--mds_global_link_stand-alone_text-decoration:none;--mds_global_link_stand-alone_hover_text-decoration:underline;--mds_global_transition_slow_duration:0.75s;--mds_global_transition_slow_timing:ease-in-out;--mds_global_transition_medium_duration:0.50s;--mds_global_transition_medium_timing:ease-in-out;--mds_global_transition_fast_duration:0.20s;--mds_global_transition_fast_timing:ease-in-out;--mds_brand_border_small_radius:3px;--mds_brand_border_medium_radius:4px;--mds_brand_border_large_radius:6px;--mds_brand_typography_headline_font-family:"Maersk Headline";--mds_brand_typography_headline_font-family-fallback:-apple-system,BlinkMacSystemFont,"Microsoft JhengHei","Microsoft Yahei",微软雅黑,STXihei,华文细黑,sans-serif;--mds_brand_typography_headline_x-small_font-style:normal;--mds_brand_typography_headline_x-small_font-weight:400;--mds_brand_typography_headline_x-small_text-transform:none;--mds_brand_typography_headline_x-small_desktop_font-size:20px;--mds_brand_typography_headline_x-small_desktop_line-height:24px;--mds_brand_typography_headline_x-small_mobile_font-size:20px;--mds_brand_typography_headline_x-small_mobile_line-height:24px;--mds_brand_typography_headline_small_font-style:normal;--mds_brand_typography_headline_small_font-weight:400;--mds_brand_typography_headline_small_text-transform:none;--mds_brand_typography_headline_small_desktop_font-size:26px;--mds_brand_typography_headline_small_desktop_line-height:32px;--mds_brand_typography_headline_small_mobile_font-size:22px;--mds_brand_typography_headline_small_mobile_line-height:26px;--mds_brand_typography_headline_medium_font-style:normal;--mds_brand_typography_headline_medium_font-weight:300;--mds_brand_typography_headline_medium_text-transform:none;--mds_brand_typography_headline_medium_desktop_font-size:40px;--mds_brand_typography_headline_medium_desktop_line-height:40px;--mds_brand_typography_headline_medium_mobile_font-size:26px;--mds_brand_typography_headline_medium_mobile_line-height:32px;--mds_brand_typography_headline_large_font-style:normal;--mds_brand_typography_headline_large_font-weight:300;--mds_brand_typography_headline_large_text-transform:none;--mds_brand_typography_headline_large_desktop_font-size:50px;--mds_brand_typography_headline_large_desktop_line-height:56px;--mds_brand_typography_headline_large_mobile_font-size:38px;--mds_brand_typography_headline_large_mobile_line-height:38px;--mds_brand_typography_headline_x-large_font-style:normal;--mds_brand_typography_headline_x-large_font-weight:300;--mds_brand_typography_headline_x-large_text-transform:none;--mds_brand_typography_headline_x-large_desktop_font-size:80px;--mds_brand_typography_headline_x-large_desktop_line-height:80px;--mds_brand_typography_headline_x-large_mobile_font-size:56px;--mds_brand_typography_headline_x-large_mobile_line-height:56px;--mds_brand_typography_text_font-family:"Maersk Text";--mds_brand_typography_text_font-family-fallback:-apple-system,BlinkMacSystemFont,"Microsoft JhengHei","Microsoft Yahei",微软雅黑,STXihei,华文细黑,sans-serif;--mds_brand_typography_text_x-small_desktop_font-size:12px;--mds_brand_typography_text_x-small_desktop_line-height:16px;--mds_brand_typography_text_x-small_mobile_font-size:12px;--mds_brand_typography_text_x-small_mobile_line-height:16px;--mds_brand_typography_text_x-small_normal_font-style:normal;--mds_brand_typography_text_x-small_normal_font-weight:400;--mds_brand_typography_text_x-small_medium_font-style:normal;--mds_brand_typography_text_x-small_medium_font-weight:500;--mds_brand_typography_text_x-small_bold_font-style:normal;--mds_brand_typography_text_x-small_bold_font-weight:700;--mds_brand_typography_text_x-small_italic_font-style:italic;--mds_brand_typography_text_x-small_italic_font-weight:400;--mds_brand_typography_text_x-small_mediumitalic_font-style:italic;--mds_brand_typography_text_x-small_mediumitalic_font-weight:500;--mds_brand_typography_text_x-small_bolditalic_font-style:italic;--mds_brand_typography_text_x-small_bolditalic_font-weight:700;--mds_brand_typography_text_small_desktop_font-size:14px;--mds_brand_typography_text_small_desktop_line-height:20px;--mds_brand_typography_text_small_mobile_font-size:14px;--mds_brand_typography_text_small_mobile_line-height:20px;--mds_brand_typography_text_small_normal_font-style:normal;--mds_brand_typography_text_small_normal_font-weight:400;--mds_brand_typography_text_small_medium_font-style:normal;--mds_brand_typography_text_small_medium_font-weight:500;--mds_brand_typography_text_small_bold_font-style:normal;--mds_brand_typography_text_small_bold_font-weight:700;--mds_brand_typography_text_small_italic_font-style:italic;--mds_brand_typography_text_small_italic_font-weight:400;--mds_brand_typography_text_small_mediumitalic_font-style:italic;--mds_brand_typography_text_small_mediumitalic_font-weight:500;--mds_brand_typography_text_small_bolditalic_font-style:italic;--mds_brand_typography_text_small_bolditalic_font-weight:700;--mds_brand_typography_text_medium_desktop_font-size:16px;--mds_brand_typography_text_medium_desktop_line-height:24px;--mds_brand_typography_text_medium_mobile_font-size:16px;--mds_brand_typography_text_medium_mobile_line-height:24px;--mds_brand_typography_text_medium_normal_font-style:normal;--mds_brand_typography_text_medium_normal_font-weight:400;--mds_brand_typography_text_medium_medium_font-style:normal;--mds_brand_typography_text_medium_medium_font-weight:500;--mds_brand_typography_text_medium_bold_font-style:normal;--mds_brand_typography_text_medium_bold_font-weight:700;--mds_brand_typography_text_medium_italic_font-style:italic;--mds_brand_typography_text_medium_italic_font-weight:400;--mds_brand_typography_text_medium_mediumitalic_font-style:italic;--mds_brand_typography_text_medium_mediumitalic_font-weight:500;--mds_brand_typography_text_medium_bolditalic_font-style:italic;--mds_brand_typography_text_medium_bolditalic_font-weight:700;--mds_brand_typography_text_large_desktop_font-size:18px;--mds_brand_typography_text_large_desktop_line-height:28px;--mds_brand_typography_text_large_mobile_font-size:18px;--mds_brand_typography_text_large_mobile_line-height:28px;--mds_brand_typography_text_large_normal_font-style:normal;--mds_brand_typography_text_large_normal_font-weight:400;--mds_brand_typography_text_large_medium_font-style:normal;--mds_brand_typography_text_large_medium_font-weight:500;--mds_brand_typography_text_large_bold_font-style:normal;--mds_brand_typography_text_large_bold_font-weight:700;--mds_brand_typography_text_large_italic_font-style:italic;--mds_brand_typography_text_large_italic_font-weight:400;--mds_brand_typography_text_large_mediumitalic_font-style:italic;--mds_brand_typography_text_large_mediumitalic_font-weight:500;--mds_brand_typography_text_large_bolditalic_font-style:italic;--mds_brand_typography_text_large_bolditalic_font-weight:700;--mds_brand_appearance_neutral_default_text-color:#141414;--mds_brand_appearance_neutral_default_background-color:#fff;--mds_brand_appearance_neutral_default_on-background-color:#141414;--mds_brand_appearance_neutral_default_border-color:#dbdbdb;--mds_brand_appearance_neutral_weakest_text-color:#767676;--mds_brand_appearance_neutral_weakest_background-color:#f7f7f7;--mds_brand_appearance_neutral_weakest_on-background-color:#141414;--mds_brand_appearance_neutral_weak_text-color:#545454;--mds_brand_appearance_neutral_weak_background-color:#ededed;--mds_brand_appearance_neutral_weak_border-color:#dbdbdb;--mds_brand_appearance_neutral_weak_on-background-color:#141414;--mds_brand_appearance_neutral_strong_background-color:#dbdbdb;--mds_brand_appearance_neutral_strong_on-background-color:#141414;--mds_brand_appearance_neutral_strongest_background-color:#545454;--mds_brand_appearance_neutral_strongest_on-background-color:#fff;--mds_brand_appearance_neutral_alt_text-color:#545454;--mds_brand_appearance_neutral_alt_background-color:#dbdbdb;--mds_brand_appearance_neutral_alt_on-background-color:#141414;--mds_brand_appearance_neutral_subtle_text-color:#767676;--mds_brand_appearance_neutral_subtle_background-color:#f7f7f7;--mds_brand_appearance_neutral_subtle_on-background-color:#141414;--mds_brand_appearance_neutral_subtle_border-color:#dbdbdb;--mds_brand_appearance_neutral_inverse_text-color:#fff;--mds_brand_appearance_neutral_inverse_background-color:#141414;--mds_brand_appearance_neutral_inverse_on-background-color:#fff;--mds_brand_appearance_neutral_inverse_border-color:#fff;--mds_brand_appearance_primary_default_text-color:#00243d;--mds_brand_appearance_primary_default_background-color:#00243d;--mds_brand_appearance_primary_default_on-background-color:#fff;--mds_brand_appearance_primary_default_border-color:#00243d;--mds_brand_appearance_primary_default_link-color:#0073ab;--mds_brand_appearance_primary_weak_background-color:#e9f6fc;--mds_brand_appearance_primary_weak_on-background-color:#00243d;--mds_brand_appearance_primary_weak_border-color:#b5e0f5;--mds_brand_appearance_primary_subtle_background-color:#e9f6fc;--mds_brand_appearance_primary_subtle_on-background-color:#00243d;--mds_brand_appearance_primary_subtle_border-color:#b5e0f5;--mds_brand_appearance_secondary_default_text-color:#42b0d5;--mds_brand_appearance_secondary_default_background-color:#42b0d5;--mds_brand_appearance_secondary_default_on-background-color:#fff;--mds_brand_appearance_secondary_default_border-color:#42b0d5;--mds_brand_appearance_secondary_weak_background-color:#e9f6fc;--mds_brand_appearance_secondary_weak_on-background-color:#00243d;--mds_brand_appearance_secondary_weak_border-color:#b5e0f5;--mds_brand_appearance_secondary_subtle_background-color:#e9f6fc;--mds_brand_appearance_secondary_subtle_on-background-color:#00243d;--mds_brand_appearance_secondary_subtle_border-color:#b5e0f5;--mds_brand_appearance_success_default_text-color:#328529;--mds_brand_appearance_success_default_background-color:#40ab35;--mds_brand_appearance_success_default_on-background-color:#fff;--mds_brand_appearance_success_default_border-color:#40ab35;--mds_brand_appearance_success_weak_background-color:#dcf6d9;--mds_brand_appearance_success_weak_on-background-color:#133310;--mds_brand_appearance_success_weak_border-color:#c5e5c2;--mds_brand_appearance_success_subtle_background-color:#dcf6d9;--mds_brand_appearance_success_subtle_on-background-color:#133310;--mds_brand_appearance_success_subtle_border-color:#c5e5c2;--mds_brand_appearance_warning_default_text-color:#806814;--mds_brand_appearance_warning_default_background-color:#ffd029;--mds_brand_appearance_warning_default_on-background-color:#4d3e0c;--mds_brand_appearance_warning_default_border-color:#ffd029;--mds_brand_appearance_warning_weak_background-color:#fff1c2;--mds_brand_appearance_warning_weak_on-background-color:#4d3e0c;--mds_brand_appearance_warning_weak_border-color:#ffeba8;--mds_brand_appearance_warning_subtle_background-color:#fff1c2;--mds_brand_appearance_warning_subtle_on-background-color:#4d3e0c;--mds_brand_appearance_warning_subtle_border-color:#ffeba8;--mds_brand_appearance_error_default_text-color:#b80012;--mds_brand_appearance_error_default_background-color:#b80012;--mds_brand_appearance_error_default_on-background-color:#fff;--mds_brand_appearance_error_default_border-color:#b80012;--mds_brand_appearance_error_weak_background-color:#fcdde0;--mds_brand_appearance_error_weak_on-background-color:#370005;--mds_brand_appearance_error_weak_border-color:#e9b2b7;--mds_brand_appearance_error_subtle_background-color:#fcdde0;--mds_brand_appearance_error_subtle_on-background-color:#370005;--mds_brand_appearance_error_subtle_border-color:#e9b2b7;--mds_brand_appearance_info_default_text-color:#0073ab;--mds_brand_appearance_info_default_background-color:#42b0d5;--mds_brand_appearance_info_default_on-background-color:#fff;--mds_brand_appearance_info_default_border-color:#42b0d5;--mds_brand_appearance_info_weak_background-color:#d3ecf9;--mds_brand_appearance_info_weak_on-background-color:#00243d;--mds_brand_appearance_info_weak_border-color:#b5e0f5;--mds_brand_appearance_info_subtle_background-color:#d3ecf9;--mds_brand_appearance_info_subtle_on-background-color:#00243d;--mds_brand_appearance_info_subtle_border-color:#b5e0f5;--mds_brand_appearance_static_dark:#141414;--mds_brand_appearance_static_light:#fff;--mds_brand_appearance_opacity_default_10:#ffffff1a;--mds_brand_appearance_opacity_default_30:#ffffff4d;--mds_brand_appearance_opacity_default_50:#ffffff80;--mds_brand_appearance_opacity_default_70:#ffffffb3;--mds_brand_appearance_opacity_default_90:#ffffffe6;--mds_brand_appearance_opacity_inverse_10:#1414141a;--mds_brand_appearance_opacity_inverse_30:#1414144d;--mds_brand_appearance_opacity_inverse_50:#14141480;--mds_brand_appearance_opacity_inverse_70:#141414b3;--mds_brand_appearance_opacity_inverse_90:#141414e6;--mds_brand_appearance_shadow_low_first-layer_color:#0000000a;--mds_brand_appearance_shadow_low_first-layer_offset-x:0px;--mds_brand_appearance_shadow_low_first-layer_offset-y:3px;--mds_brand_appearance_shadow_low_first-layer_blur-radius:5px;--mds_brand_appearance_shadow_low_first-layer_spread-radius:-1px;--mds_brand_appearance_shadow_low_second-layer_color:#00000008;--mds_brand_appearance_shadow_low_second-layer_offset-x:0px;--mds_brand_appearance_shadow_low_second-layer_offset-y:1px;--mds_brand_appearance_shadow_low_second-layer_blur-radius:18px;--mds_brand_appearance_shadow_low_second-layer_spread-radius:0px;--mds_brand_appearance_shadow_low_third-layer_color:#00000008;--mds_brand_appearance_shadow_low_third-layer_offset-x:0px;--mds_brand_appearance_shadow_low_third-layer_offset-y:6px;--mds_brand_appearance_shadow_low_third-layer_blur-radius:10px;--mds_brand_appearance_shadow_low_third-layer_spread-radius:0px;--mds_brand_appearance_shadow_medium_first-layer_color:#0000000a;--mds_brand_appearance_shadow_medium_first-layer_offset-x:0px;--mds_brand_appearance_shadow_medium_first-layer_offset-y:3px;--mds_brand_appearance_shadow_medium_first-layer_blur-radius:5px;--mds_brand_appearance_shadow_medium_first-layer_spread-radius:-1px;--mds_brand_appearance_shadow_medium_second-layer_color:#00000008;--mds_brand_appearance_shadow_medium_second-layer_offset-x:0px;--mds_brand_appearance_shadow_medium_second-layer_offset-y:1px;--mds_brand_appearance_shadow_medium_second-layer_blur-radius:18px;--mds_brand_appearance_shadow_medium_second-layer_spread-radius:2px;--mds_brand_appearance_shadow_medium_third-layer_color:#00000008;--mds_brand_appearance_shadow_medium_third-layer_offset-x:0px;--mds_brand_appearance_shadow_medium_third-layer_offset-y:6px;--mds_brand_appearance_shadow_medium_third-layer_blur-radius:10px;--mds_brand_appearance_shadow_medium_third-layer_spread-radius:4px;--mds_brand_appearance_shadow_high_first-layer_color:#0000000a;--mds_brand_appearance_shadow_high_first-layer_offset-x:0px;--mds_brand_appearance_shadow_high_first-layer_offset-y:3px;--mds_brand_appearance_shadow_high_first-layer_blur-radius:5px;--mds_brand_appearance_shadow_high_first-layer_spread-radius:-1px;--mds_brand_appearance_shadow_high_second-layer_color:#00000008;--mds_brand_appearance_shadow_high_second-layer_offset-x:0px;--mds_brand_appearance_shadow_high_second-layer_offset-y:1px;--mds_brand_appearance_shadow_high_second-layer_blur-radius:18px;--mds_brand_appearance_shadow_high_second-layer_spread-radius:4px;--mds_brand_appearance_shadow_high_third-layer_color:#00000008;--mds_brand_appearance_shadow_high_third-layer_offset-x:0px;--mds_brand_appearance_shadow_high_third-layer_offset-y:6px;--mds_brand_appearance_shadow_high_third-layer_blur-radius:10px;--mds_brand_appearance_shadow_high_third-layer_spread-radius:8px;--mds_brand_appearance_state_neutral_default_hover_background-color:#ededed;--mds_brand_appearance_state_neutral_default_hover_border-color:#878787;--mds_brand_appearance_state_neutral_default_active_background-color:#cfcfcf;--mds_brand_appearance_state_neutral_default_active_border-color:#545454;--mds_brand_appearance_state_neutral_weakest_hover_background-color:#14141414;--mds_brand_appearance_state_neutral_weakest_active_background-color:#14141424;--mds_brand_appearance_state_neutral_weak_hover_background-color:#1414141f;--mds_brand_appearance_state_neutral_weak_active_background-color:#14141429;--mds_brand_appearance_state_neutral_strong_hover_background-color:#ededed;--mds_brand_appearance_state_neutral_strong_active_background-color:#cfcfcf;--mds_brand_appearance_state_neutral_strongest_hover_background-color:#353535;--mds_brand_appearance_state_neutral_strongest_active_background-color:#141414;--mds_brand_appearance_state_neutral_alt_hover_background-color:#ededed;--mds_brand_appearance_state_neutral_alt_active_background-color:#cfcfcf;--mds_brand_appearance_state_neutral_subtle_hover_background-color:#14141414;--mds_brand_appearance_state_neutral_subtle_active_background-color:#14141424;--mds_brand_appearance_state_neutral_inverse_hover_background-color:#fff3;--mds_brand_appearance_state_neutral_inverse_active_background-color:#fff6;--mds_brand_appearance_state_primary_default_hover_background-color:#003d6d;--mds_brand_appearance_state_primary_default_hover_border-color:#003d6d;--mds_brand_appearance_state_primary_default_active_background-color:#141414;--mds_brand_appearance_state_primary_default_active_border-color:#141414;--mds_brand_appearance_state_primary_weak_hover_background-color:#42b0d524;--mds_brand_appearance_state_primary_weak_active_background-color:#42b0d538;--mds_brand_appearance_state_primary_subtle_hover_background-color:#42b0d524;--mds_brand_appearance_state_primary_subtle_active_background-color:#42b0d538;--mds_brand_appearance_state_secondary_default_hover_background-color:#0ca0ce;--mds_brand_appearance_state_secondary_default_active_background-color:#058ec6;--mds_brand_appearance_state_secondary_weak_hover_background-color:#00243d14;--mds_brand_appearance_state_secondary_weak_active_background-color:#00243d24;--mds_brand_appearance_state_secondary_subtle_hover_background-color:#00243d14;--mds_brand_appearance_state_secondary_subtle_active_background-color:#00243d24;--mds_brand_appearance_state_success_default_hover_background-color:#3a9a30;--mds_brand_appearance_state_success_default_active_background-color:#328529;--mds_brand_appearance_state_success_weak_hover_background-color:#40ab351a;--mds_brand_appearance_state_success_weak_active_background-color:#40ab3533;--mds_brand_appearance_state_success_subtle_hover_background-color:#40ab351a;--mds_brand_appearance_state_success_subtle_active_background-color:#40ab3533;--mds_brand_appearance_state_warning_default_hover_background-color:#e6bb25;--mds_brand_appearance_state_warning_default_active_background-color:#b3921d;--mds_brand_appearance_state_warning_weak_hover_background-color:#ffd02924;--mds_brand_appearance_state_warning_weak_active_background-color:#ffd0293d;--mds_brand_appearance_state_warning_subtle_hover_background-color:#ffd02924;--mds_brand_appearance_state_warning_subtle_active_background-color:#ffd0293d;--mds_brand_appearance_state_error_default_hover_background-color:#a60010;--mds_brand_appearance_state_error_default_active_background-color:#81000d;--mds_brand_appearance_state_error_weak_hover_background-color:#b800120f;--mds_brand_appearance_state_error_weak_active_background-color:#b800121a;--mds_brand_appearance_state_error_subtle_hover_background-color:#b800120f;--mds_brand_appearance_state_error_subtle_active_background-color:#b800121a;--mds_brand_appearance_state_info_default_hover_background-color:#0ca0ce;--mds_brand_appearance_state_info_default_active_background-color:#058ec6;--mds_brand_appearance_state_info_weak_hover_background-color:#42b0d51a;--mds_brand_appearance_state_info_weak_active_background-color:#42b0d533;--mds_brand_appearance_state_info_subtle_hover_background-color:#42b0d51a;--mds_brand_appearance_state_info_subtle_active_background-color:#42b0d533;--mds_brand_appearance_state_focus_border-color:#42b0d5;--mds_brand_appearance_state_focus_default_shadow_offset-x:0px;--mds_brand_appearance_state_focus_default_shadow_offset-y:0px;--mds_brand_appearance_state_focus_default_shadow_blur-radius:0px;--mds_brand_appearance_state_focus_default_shadow_spread-radius:3px;--mds_brand_appearance_state_focus_default_shadow_color:#b5e0f5;--mds_brand_appearance_state_focus_vanity_shadow_offset-x:0px;--mds_brand_appearance_state_focus_vanity_shadow_offset-y:3px;--mds_brand_appearance_state_focus_vanity_shadow_blur-radius:0px;--mds_brand_appearance_state_focus_vanity_shadow_spread-radius:0px;--mds_brand_appearance_state_focus_vanity_shadow_color:#b5e0f5;--mds_brand_appearance_state_disabled_opacity:0.5;--mds_foundations_body_background-color:var(--mds_brand_appearance_neutral_default_background-color);--mds_foundations_body_text-color:var(--mds_brand_appearance_neutral_default_text-color);--mds_foundations_horizontal-rule_margin-top:40px;--mds_foundations_horizontal-rule_margin-bottom:40px;--mds_foundations_horizontal-rule_border-width:var(--mds_global_border_width);--mds_foundations_horizontal-rule_border-style:var(--mds_global_border_style);--mds_foundations_horizontal-rule_border-color:var(--mds_brand_appearance_neutral_default_border-color);--mds_foundations_link_transition-properties:all;--mds_foundations_link_transition-duration:var(--mds_global_transition_fast_duration);--mds_foundations_link_transition-timing:var(--mds_global_transition_fast_timing);--mds_foundations_link_focus_border-radius:var(--mds_brand_border_medium_radius);--mds_foundations_link_inline_text-decoration:var(--mds_global_link_inline_text-decoration);--mds_foundations_link_inline_hover_text-decoration:var(--mds_global_link_inline_hover_text-decoration);--mds_foundations_link_stand-alone_text-decoration:var(--mds_global_link_stand-alone_text-decoration);--mds_foundations_link_stand-alone_hover_text-decoration:var(--mds_global_link_stand-alone_hover_text-decoration);--mds_foundations_link_default_text-color:var(--mds_brand_appearance_primary_default_link-color);--mds_foundations_list_margin-top:24px;--mds_foundations_list_margin-bottom:24px;--mds_foundations_list_item_padding-left:8px;--mds_foundations_list_vertical_padding-left:24px;--mds_foundations_list_vertical_item_gap:4px;--mds_foundations_list_horizontal_item_gap:40px;--mds_foundations_list_unordered_list-style:outside circle;--mds_foundations_list_ordered_list-style:outside decimal;--mds_foundations_modal_background-color:var(--mds_brand_appearance_neutral_default_background-color);--mds_foundations_modal_body_padding-top:12px;--mds_foundations_modal_body_padding-right:24px;--mds_foundations_modal_body_padding-left:24px;--mds_foundations_modal_body_padding-bottom:24px;--mds_foundations_modal_close_background-color:var(--mds_brand_appearance_opacity_default_50);--mds_foundations_modal_close_hover_background-color:#0000;--mds_foundations_modal_close_active_background-color:#0000;--mds_foundations_modal_footer_background-color:var(--mds_brand_appearance_neutral_weakest_background-color);--mds_foundations_modal_footer_gap:12px;--mds_foundations_modal_footer_padding-top:12px;--mds_foundations_modal_footer_padding-right:24px;--mds_foundations_modal_footer_padding-left:24px;--mds_foundations_modal_footer_padding-bottom:12px;--mds_foundations_modal_heading_padding-top:20px;--mds_foundations_modal_heading_padding-right:24px;--mds_foundations_modal_heading_padding-left:24px;--mds_foundations_modal_heading_padding-bottom:12px;--mds_foundations_modal_heading_title_margin-top:4px;--mds_foundations_modal_z-index:9999;--mds_foundations_slot_gap:4px;--mds_foundations_table_border-width:var(--mds_global_border_width);--mds_foundations_table_border-radius:var(--mds_brand_border_large_radius);--mds_foundations_table_border-style:var(--mds_global_border_style);--mds_foundations_table_border-color:var(--mds_brand_appearance_neutral_default_border-color);--mds_foundations_table_row-selector_margin-top:-3px;--mds_foundations_table_row-expander_margin-top:-3px;--mds_foundations_table_row-expander-trigger_transition-duration:350ms;--mds_foundations_table_cell_background-color:var(--mds_brand_appearance_neutral_default_background-color);--mds_foundations_table_cell_text-color:var(--mds_brand_appearance_neutral_default_on-background-color);--mds_foundations_table_cell_hover_background-color:var(--mds_brand_appearance_state_neutral_default_hover_background-color);--mds_foundations_table_cell_hover_text-color:var(--mds_brand_appearance_neutral_default_on-background-color);--mds_foundations_table_cell_selected_background-color:var(--mds_brand_appearance_primary_weak_background-color);--mds_foundations_table_cell_selected_text-color:var(--mds_brand_appearance_primary_weak_on-background-color);--mds_foundations_table_header-cell_sort-button_font-weight:var(--mds_brand_typography_text_medium_bold_font-weight);--mds_foundations_table_header-cell_background-color:var(--mds_brand_appearance_neutral_weakest_background-color);--mds_foundations_table_header-cell_text-color:var(--mds_brand_appearance_neutral_weakest_on-background-color);--mds_foundations_table_header-cell_sort_hover_background-color:var(--mds_brand_appearance_state_neutral_default_hover_background-color);--mds_foundations_table_header-cell_sort_active_background-color:var(--mds_brand_appearance_state_neutral_default_active_background-color);--mds_foundations_table_zebra-stripe_background-color:var(--mds_brand_appearance_neutral_weakest_background-color);--mds_foundations_table_zebra-stripe_text-color:var(--mds_brand_appearance_neutral_weakest_on-background-color);--mds_foundations_table_caption_text-color:var(--mds_brand_appearance_neutral_default_on-background-color);--mds_foundations_table_subtext_text-color:var(--mds_brand_appearance_neutral_weak_text-color);--mds_foundations_table_subtext_font-weight:var(--mds_brand_typography_text_medium_normal_font-weight);--mds_foundations_table_small_caption_margin-bottom:12px;--mds_foundations_table_small_cell_padding-top:6px;--mds_foundations_table_small_cell_padding-right:12px;--mds_foundations_table_small_cell_padding-bottom:6px;--mds_foundations_table_small_cell_padding-left:12px;--mds_foundations_table_small_header-cell_sortable_padding-top:5px;--mds_foundations_table_small_header-cell_sortable_padding-bottom:5px;--mds_foundations_table_small_expanded-row_padding-top:12px;--mds_foundations_table_small_expanded-row_padding-right:12px;--mds_foundations_table_small_expanded-row_padding-bottom:20px;--mds_foundations_table_small_expanded-row_padding-left:12px;--mds_foundations_table_medium_caption_margin-bottom:16px;--mds_foundations_table_medium_cell_padding-top:8px;--mds_foundations_table_medium_cell_padding-right:16px;--mds_foundations_table_medium_cell_padding-bottom:8px;--mds_foundations_table_medium_cell_padding-left:16px;--mds_foundations_table_medium_header-cell_sortable_padding-top:7px;--mds_foundations_table_medium_header-cell_sortable_padding-bottom:7px;--mds_foundations_table_medium_expanded-row_padding-top:16px;--mds_foundations_table_medium_expanded-row_padding-right:16px;--mds_foundations_table_medium_expanded-row_padding-bottom:24px;--mds_foundations_table_medium_expanded-row_padding-left:16px;--mds_foundations_table_large_caption_margin-bottom:24px;--mds_foundations_table_large_cell_padding-top:12px;--mds_foundations_table_large_cell_padding-right:24px;--mds_foundations_table_large_cell_padding-bottom:12px;--mds_foundations_table_large_cell_padding-left:24px;--mds_foundations_table_large_header-cell_sortable_padding-top:11px;--mds_foundations_table_large_header-cell_sortable_padding-bottom:11px;--mds_foundations_table_large_expanded-row_padding-top:24px;--mds_foundations_table_large_expanded-row_padding-right:24px;--mds_foundations_table_large_expanded-row_padding-bottom:32px;--mds_foundations_table_large_expanded-row_padding-left:24px;--mds_foundations_toast_padding:16px;--mds_foundations_toast_gap:16px;--mds_foundations_toast_min-width:280px;--mds_foundations_toast_max-width:600px;--mds_foundations_toast_width:480px;--mds_foundations_toast_transition-properties:box-shadow;--mds_foundations_toast_transition-duration:var(--mds_global_transition_fast_duration);--mds_foundations_toast_transition-timing:var(--mds_global_transition_fast_timing);--mds_foundations_typography_heading-1_margin-top:48px;--mds_foundations_typography_heading-1_margin-bottom:24px;--mds_foundations_typography_heading-2_margin-top:48px;--mds_foundations_typography_heading-2_margin-bottom:24px;--mds_foundations_typography_heading-3_margin-top:48px;--mds_foundations_typography_heading-3_margin-bottom:16px;--mds_foundations_typography_heading-4_margin-top:24px;--mds_foundations_typography_heading-4_margin-bottom:16px;--mds_foundations_typography_heading-5_margin-top:24px;--mds_foundations_typography_heading-5_margin-bottom:16px;--mds_foundations_typography_heading-6_margin-top:24px;--mds_foundations_typography_heading-6_margin-bottom:16px;--mds_foundations_typography_paragraph_margin-top:24px;--mds_foundations_typography_paragraph_margin-bottom:24px}.mds main{display:block}.mds h1{font-size:2em;margin:.67em 0}.mds hr{box-sizing:initial;overflow:visible}.mds pre{font-family:monospace;font-size:1em}.mds a{background-color:initial}.mds abbr[title]{border-bottom-width:0;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}.mds b,.mds strong{font-weight:bolder}.mds code,.mds kbd,.mds samp{font-family:monospace;font-size:1em}.mds small{font-size:80%}.mds sub,.mds sup{font-size:75%;line-height:0;position:relative;vertical-align:initial}.mds sub{bottom:-.25em}.mds sup{top:-.5em}.mds img{border-style:none}.mds button,.mds input,.mds optgroup,.mds select,.mds textarea{font-size:100%;line-height:1.15;margin:0}.mds button,.mds input{overflow:visible}.mds button,.mds select{text-transform:none}.mds [type=button],.mds [type=reset],.mds [type=submit],.mds button{-webkit-appearance:button}.mds [type=button]::-moz-focus-inner,.mds [type=reset]::-moz-focus-inner,.mds [type=submit]::-moz-focus-inner,.mds button::-moz-focus-inner{border-style:none;padding:0}.mds [type=button]:-moz-focusring,.mds [type=reset]:-moz-focusring,.mds [type=submit]:-moz-focusring,.mds button:-moz-focusring{outline:1px dotted ButtonText}.mds fieldset{border-width:0;margin:0;padding:0}.mds legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}.mds progress{vertical-align:initial}.mds textarea{overflow:auto}.mds [type=checkbox],.mds [type=radio]{box-sizing:border-box;padding:0}.mds [type=number]::-webkit-inner-spin-button,.mds [type=number]::-webkit-outer-spin-button{height:auto}.mds [type=search]{-webkit-appearance:textfield;outline-offset:-2px}.mds [type=search]::-webkit-search-decoration{-webkit-appearance:none}.mds ::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}.mds details{display:block}.mds summary{display:list-item}.mds [hidden],.mds template{display:none}.mds *{box-sizing:border-box}.mds footer,.mds main{display:block}.mds button,.mds input,.mds optgroup,.mds select,.mds textarea{font-family:inherit}.mds code{word-break:break-word}.mds .mds-neutral__text-color{color:var(--mds_brand_appearance_neutral_default_text-color)}.mds .mds-neutral--subtle__text-color{color:var(--mds_brand_appearance_neutral_subtle_text-color)}.mds .mds-neutral--alt__text-color{color:var(--mds_brand_appearance_neutral_alt_text-color)}.mds .mds-neutral--weakest__text-color{color:var(--mds_brand_appearance_neutral_weakest_text-color)}.mds .mds-neutral--weak__text-color{color:var(--mds_brand_appearance_neutral_weak_text-color)}.mds .mds-neutral--inverse__text-color{color:var(--mds_brand_appearance_neutral_inverse_text-color)}.mds .mds-primary__text-color{color:var(--mds_brand_appearance_primary_default_text-color)}.mds .mds-secondary__text-color{color:var(--mds_brand_appearance_secondary_default_text-color)}.mds .mds-info__text-color{color:var(--mds_brand_appearance_info_default_text-color)}.mds .mds-error__text-color{color:var(--mds_brand_appearance_error_default_text-color)}.mds .mds-warning__text-color{color:var(--mds_brand_appearance_warning_default_text-color)}.mds .mds-success__text-color{color:var(--mds_brand_appearance_success_default_text-color)}.mds .mds-neutral__background-color{background-color:var(--mds_brand_appearance_neutral_default_background-color)}.mds .mds-neutral--subtle__background-color{background-color:var(--mds_brand_appearance_neutral_subtle_background-color)}.mds .mds-neutral--alt__background-color{background-color:var(--mds_brand_appearance_neutral_alt_background-color)}.mds .mds-neutral--weakest__background-color{background-color:var(--mds_brand_appearance_neutral_weakest_background-color)}.mds .mds-neutral--weak__background-color{background-color:var(--mds_brand_appearance_neutral_weak_background-color)}.mds .mds-neutral--strong__background-color{background-color:var(--mds_brand_appearance_neutral_strong_background-color)}.mds .mds-neutral--strongest__background-color{background-color:var(--mds_brand_appearance_neutral_strongest_background-color)}.mds .mds-neutral--inverse__background-color{background-color:var(--mds_brand_appearance_neutral_inverse_background-color)}.mds .mds-primary__background-color{background-color:var(--mds_brand_appearance_primary_default_background-color)}.mds .mds-primary--subtle__background-color{background-color:var(--mds_brand_appearance_primary_subtle_background-color)}.mds .mds-primary--weak__background-color{background-color:var(--mds_brand_appearance_primary_weak_background-color)}.mds .mds-secondary__background-color{background-color:var(--mds_brand_appearance_secondary_default_background-color)}.mds .mds-secondary--subtle__background-color{background-color:var(--mds_brand_appearance_secondary_subtle_background-color)}.mds .mds-secondary--weak__background-color{background-color:var(--mds_brand_appearance_secondary_weak_background-color)}.mds .mds-info__background-color{background-color:var(--mds_brand_appearance_info_default_background-color)}.mds .mds-info--subtle__background-color{background-color:var(--mds_brand_appearance_info_subtle_background-color)}.mds .mds-info--weak__background-color{background-color:var(--mds_brand_appearance_info_weak_background-color)}.mds .mds-error__background-color{background-color:var(--mds_brand_appearance_error_default_background-color)}.mds .mds-error--subtle__background-color{background-color:var(--mds_brand_appearance_error_subtle_background-color)}.mds .mds-error--weak__background-color{background-color:var(--mds_brand_appearance_error_weak_background-color)}.mds .mds-warning__background-color{background-color:var(--mds_brand_appearance_warning_default_background-color)}.mds .mds-warning--subtle__background-color{background-color:var(--mds_brand_appearance_warning_subtle_background-color)}.mds .mds-warning--weak__background-color{background-color:var(--mds_brand_appearance_warning_weak_background-color)}.mds .mds-success__background-color{background-color:var(--mds_brand_appearance_success_default_background-color)}.mds .mds-success--subtle__background-color{background-color:var(--mds_brand_appearance_success_subtle_background-color)}.mds .mds-success--weak__background-color{background-color:var(--mds_brand_appearance_success_weak_background-color)}.mds .mds-neutral__on-background-color{color:var(--mds_brand_appearance_neutral_default_on-background-color)}.mds .mds-neutral--subtle__on-background-color{color:var(--mds_brand_appearance_neutral_subtle_on-background-color)}.mds .mds-neutral--alt__on-background-color{color:var(--mds_brand_appearance_neutral_alt_on-background-color)}.mds .mds-neutral--weakest__on-background-color{color:var(--mds_brand_appearance_neutral_weakest_on-background-color)}.mds .mds-neutral--wseak__on-background-color{color:var(--mds_brand_appearance_neutral_wseak_on-background-color)}.mds .mds-neutral--strong__on-background-color{color:var(--mds_brand_appearance_neutral_strong_on-background-color)}.mds .mds-neutral--strongest__on-background-color{color:var(--mds_brand_appearance_neutral_strongest_on-background-color)}.mds .mds-neutral--inverse__on-background-color{color:var(--mds_brand_appearance_neutral_inverse_on-background-color)}.mds .mds-primary__on-background-color{color:var(--mds_brand_appearance_primary_default_on-background-color)}.mds .mds-primary--subtle__on-background-color{color:var(--mds_brand_appearance_primary_subtle_on-background-color)}.mds .mds-primary--weak__on-background-color{color:var(--mds_brand_appearance_primary_weak_on-background-color)}.mds .mds-secondary__on-background-color{color:var(--mds_brand_appearance_secondary_default_on-background-color)}.mds .mds-secondary--subtle__on-background-color{color:var(--mds_brand_appearance_secondary_subtle_on-background-color)}.mds .mds-secondary--weak__on-background-color{color:var(--mds_brand_appearance_secondary_weak_on-background-color)}.mds .mds-info__on-background-color{color:var(--mds_brand_appearance_info_default_on-background-color)}.mds .mds-info--subtle__on-background-color{color:var(--mds_brand_appearance_info_subtle_on-background-color)}.mds .mds-info--weak__on-background-color{color:var(--mds_brand_appearance_info_weak_on-background-color)}.mds .mds-error__on-background-color{color:var(--mds_brand_appearance_error_default_on-background-color)}.mds .mds-error--subtle__on-background-color{color:var(--mds_brand_appearance_error_subtle_on-background-color)}.mds .mds-error--weak__on-background-color{color:var(--mds_brand_appearance_error_weak_on-background-color)}.mds .mds-warning__on-background-color{color:var(--mds_brand_appearance_warning_default_on-background-color)}.mds .mds-warning--subtle__on-background-color{color:var(--mds_brand_appearance_warning_subtle_on-background-color)}.mds .mds-warning--weak__on-background-color{color:var(--mds_brand_appearance_warning_weak_on-background-color)}.mds .mds-success__on-background-color{color:var(--mds_brand_appearance_success_default_on-background-color)}.mds .mds-success--subtle__on-background-color{color:var(--mds_brand_appearance_success_subtle_on-background-color)}.mds .mds-success--weak__on-background-color{color:var(--mds_brand_appearance_success_weak_on-background-color)}.mds .mds-neutral__border-color{border-color:var(--mds_brand_appearance_neutral_default_border-color)}.mds .mds-neutral--subtle__border-color{border-color:var(--mds_brand_appearance_neutral_subtle_border-color)}.mds .mds-neutral--alt__border-color{border-color:var(--mds_brand_appearance_neutral_alt_border-color)}.mds .mds-neutral--weak__border-color{border-color:var(--mds_brand_appearance_neutral_weak_border-color)}.mds .mds-neutral--inverse__border-color{border-color:var(--mds_brand_appearance_neutral_inverse_border-color)}.mds .mds-primary__border-color{border-color:var(--mds_brand_appearance_primary_default_border-color)}.mds .mds-primary--subtle__border-color,.mds .mds-primary--weak__border-color{border-color:var(--mds_brand_appearance_primary_subtle_border-color)}.mds .mds-secondary__border-color{border-color:var(--mds_brand_appearance_secondary_default_border-color)}.mds .mds-secondary--subtle__border-color{border-color:var(--mds_brand_appearance_secondary_subtle_border-color)}.mds .mds-secondary--weak__border-color{border-color:var(--mds_brand_appearance_secondary_weak_border-color)}.mds .mds-info__border-color{border-color:var(--mds_brand_appearance_info_default_border-color)}.mds .mds-info--subtle__border-color{border-color:var(--mds_brand_appearance_info_subtle_border-color)}.mds .mds-info--weak__border-color{border-color:var(--mds_brand_appearance_info_weak_border-color)}.mds .mds-error__border-color{border-color:var(--mds_brand_appearance_error_default_border-color)}.mds .mds-error--subtle__border-color{border-color:var(--mds_brand_appearance_error_subtle_border-color)}.mds .mds-error--weak__border-color{border-color:var(--mds_brand_appearance_error_weak_border-color)}.mds .mds-warning__border-color{border-color:var(--mds_brand_appearance_warning_default_border-color)}.mds .mds-warning--subtle__border-color{border-color:var(--mds_brand_appearance_warning_subtle_border-color)}.mds .mds-warning--weak__border-color{border-color:var(--mds_brand_appearance_warning_weak_border-color)}.mds .mds-success__border-color{border-color:var(--mds_brand_appearance_success_default_border-color)}.mds .mds-success--subtle__border-color{border-color:var(--mds_brand_appearance_success_subtle_border-color)}.mds .mds-success--weak__border-color{border-color:var(--mds_brand_appearance_success_weak_border-color)}.mds{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:var(--mds_foundations_body_background-color);color:var(--mds_foundations_body_text-color);font-family:var(--mds_brand_typography_text_font-family),var(--mds_brand_typography_text_font-family-fallback);font-size:var(--mds_brand_typography_text_medium_mobile_font-size);line-height:var(--mds_brand_typography_text_medium_mobile_line-height);text-rendering:optimizelegibility}@media screen and (min-width:1000px){.mds{font-size:var(--mds_brand_typography_text_medium_desktop_font-size);line-height:var(--mds_brand_typography_text_medium_desktop_line-height)}}.mds{font-style:var(--mds_brand_typography_text_medium_normal_font-style);font-weight:var(--mds_brand_typography_text_medium_normal_font-weight)}.mds .mds-headline--x-small,.mds h4{font-family:var(--mds_brand_typography_headline_font-family),var(--mds_brand_typography_headline_font-family-fallback);font-size:var(--mds_brand_typography_headline_x-small_mobile_font-size);line-height:var(--mds_brand_typography_headline_x-small_mobile_line-height)}@media screen and (min-width:1000px){.mds .mds-headline--x-small,.mds h4{font-size:var(--mds_brand_typography_headline_x-small_desktop_font-size);line-height:var(--mds_brand_typography_headline_x-small_desktop_line-height)}}.mds .mds-headline--x-small,.mds h4{font-style:var(--mds_brand_typography_headline_x-small_font-style);font-weight:var(--mds_brand_typography_headline_x-small_font-weight);text-transform:var(--mds_brand_typography_headline_x-small_text-transform)}.mds .mds-headline--small,.mds h3{font-family:var(--mds_brand_typography_headline_font-family),var(--mds_brand_typography_headline_font-family-fallback);font-size:var(--mds_brand_typography_headline_small_mobile_font-size);line-height:var(--mds_brand_typography_headline_small_mobile_line-height)}@media screen and (min-width:1000px){.mds .mds-headline--small,.mds h3{font-size:var(--mds_brand_typography_headline_small_desktop_font-size);line-height:var(--mds_brand_typography_headline_small_desktop_line-height)}}.mds .mds-headline--small,.mds h3{font-style:var(--mds_brand_typography_headline_small_font-style);font-weight:var(--mds_brand_typography_headline_small_font-weight);text-transform:var(--mds_brand_typography_headline_small_text-transform)}.mds .mds-headline--medium,.mds h2{font-family:var(--mds_brand_typography_headline_font-family),var(--mds_brand_typography_headline_font-family-fallback);font-size:var(--mds_brand_typography_headline_medium_mobile_font-size);line-height:var(--mds_brand_typography_headline_medium_mobile_line-height)}@media screen and (min-width:1000px){.mds .mds-headline--medium,.mds h2{font-size:var(--mds_brand_typography_headline_medium_desktop_font-size);line-height:var(--mds_brand_typography_headline_medium_desktop_line-height)}}.mds .mds-headline--medium,.mds h2{font-style:var(--mds_brand_typography_headline_medium_font-style);font-weight:var(--mds_brand_typography_headline_medium_font-weight);text-transform:var(--mds_brand_typography_headline_medium_text-transform)}.mds .mds-headline--large,.mds h1{font-family:var(--mds_brand_typography_headline_font-family),var(--mds_brand_typography_headline_font-family-fallback);font-size:var(--mds_brand_typography_headline_large_mobile_font-size);line-height:var(--mds_brand_typography_headline_large_mobile_line-height)}@media screen and (min-width:1000px){.mds .mds-headline--large,.mds h1{font-size:var(--mds_brand_typography_headline_large_desktop_font-size);line-height:var(--mds_brand_typography_headline_large_desktop_line-height)}}.mds .mds-headline--large,.mds h1{font-style:var(--mds_brand_typography_headline_large_font-style);font-weight:var(--mds_brand_typography_headline_large_font-weight);text-transform:var(--mds_brand_typography_headline_large_text-transform)}.mds .mds-headline--x-large{font-family:var(--mds_brand_typography_headline_font-family),var(--mds_brand_typography_headline_font-family-fallback);font-size:var(--mds_brand_typography_headline_x-large_mobile_font-size);line-height:var(--mds_brand_typography_headline_x-large_mobile_line-height)}@media screen and (min-width:1000px){.mds .mds-headline--x-large{font-size:var(--mds_brand_typography_headline_x-large_desktop_font-size);line-height:var(--mds_brand_typography_headline_x-large_desktop_line-height)}}.mds .mds-headline--x-large{font-style:var(--mds_brand_typography_headline_x-large_font-style);font-weight:var(--mds_brand_typography_headline_x-large_font-weight);text-transform:var(--mds_brand_typography_headline_x-large_text-transform)}.mds .mds-text--x-small-normal{font-family:var(--mds_brand_typography_text_font-family),var(--mds_brand_typography_text_font-family-fallback);font-size:var(--mds_brand_typography_text_x-small_mobile_font-size);line-height:var(--mds_brand_typography_text_x-small_mobile_line-height)}@media screen and (min-width:1000px){.mds .mds-text--x-small-normal{font-size:var(--mds_brand_typography_text_x-small_desktop_font-size);line-height:var(--mds_brand_typography_text_x-small_desktop_line-height)}}.mds .mds-text--x-small-normal{font-style:var(--mds_brand_typography_text_x-small_normal_font-style);font-weight:var(--mds_brand_typography_text_x-small_normal_font-weight)}.mds .mds-text--x-small-medium{font-family:var(--mds_brand_typography_text_font-family),var(--mds_brand_typography_text_font-family-fallback);font-size:var(--mds_brand_typography_text_x-small_mobile_font-size);line-height:var(--mds_brand_typography_text_x-small_mobile_line-height)}@media screen and (min-width:1000px){.mds .mds-text--x-small-medium{font-size:var(--mds_brand_typography_text_x-small_desktop_font-size);line-height:var(--mds_brand_typography_text_x-small_desktop_line-height)}}.mds .mds-text--x-small-medium{font-style:var(--mds_brand_typography_text_x-small_medium_font-style);font-weight:var(--mds_brand_typography_text_x-small_medium_font-weight)}.mds .mds-text--x-small-bold{font-family:var(--mds_brand_typography_text_font-family),var(--mds_brand_typography_text_font-family-fallback);font-size:var(--mds_brand_typography_text_x-small_mobile_font-size);line-height:var(--mds_brand_typography_text_x-small_mobile_line-height)}@media screen and (min-width:1000px){.mds .mds-text--x-small-bold{font-size:var(--mds_brand_typography_text_x-small_desktop_font-size);line-height:var(--mds_brand_typography_text_x-small_desktop_line-height)}}.mds .mds-text--x-small-bold{font-style:var(--mds_brand_typography_text_x-small_bold_font-style);font-weight:var(--mds_brand_typography_text_x-small_bold_font-weight)}.mds .mds-text--x-small-italic{font-family:var(--mds_brand_typography_text_font-family),var(--mds_brand_typography_text_font-family-fallback);font-size:var(--mds_brand_typography_text_x-small_mobile_font-size);line-height:var(--mds_brand_typography_text_x-small_mobile_line-height)}@media screen and (min-width:1000px){.mds .mds-text--x-small-italic{font-size:var(--mds_brand_typography_text_x-small_desktop_font-size);line-height:var(--mds_brand_typography_text_x-small_desktop_line-height)}}.mds .mds-text--x-small-italic{font-style:var(--mds_brand_typography_text_x-small_italic_font-style);font-weight:var(--mds_brand_typography_text_x-small_italic_font-weight)}.mds .mds-text--x-small-mediumitalic{font-family:var(--mds_brand_typography_text_font-family),var(--mds_brand_typography_text_font-family-fallback);font-size:var(--mds_brand_typography_text_x-small_mobile_font-size);line-height:var(--mds_brand_typography_text_x-small_mobile_line-height)}@media screen and (min-width:1000px){.mds .mds-text--x-small-mediumitalic{font-size:var(--mds_brand_typography_text_x-small_desktop_font-size);line-height:var(--mds_brand_typography_text_x-small_desktop_line-height)}}.mds .mds-text--x-small-mediumitalic{font-style:var(--mds_brand_typography_text_x-small_mediumitalic_font-style);font-weight:var(--mds_brand_typography_text_x-small_mediumitalic_font-weight)}.mds .mds-text--x-small-bolditalic{font-family:var(--mds_brand_typography_text_font-family),var(--mds_brand_typography_text_font-family-fallback);font-size:var(--mds_brand_typography_text_x-small_mobile_font-size);line-height:var(--mds_brand_typography_text_x-small_mobile_line-height)}@media screen and (min-width:1000px){.mds .mds-text--x-small-bolditalic{font-size:var(--mds_brand_typography_text_x-small_desktop_font-size);line-height:var(--mds_brand_typography_text_x-small_desktop_line-height)}}.mds .mds-text--x-small-bolditalic{font-style:var(--mds_brand_typography_text_x-small_bolditalic_font-style);font-weight:var(--mds_brand_typography_text_x-small_bolditalic_font-weight)}.mds .mds-text--small-normal{font-family:var(--mds_brand_typography_text_font-family),var(--mds_brand_typography_text_font-family-fallback);font-size:var(--mds_brand_typography_text_small_mobile_font-size);line-height:var(--mds_brand_typography_text_small_mobile_line-height)}@media screen and (min-width:1000px){.mds .mds-text--small-normal{font-size:var(--mds_brand_typography_text_small_desktop_font-size);line-height:var(--mds_brand_typography_text_small_desktop_line-height)}}.mds .mds-text--small-normal{font-style:var(--mds_brand_typography_text_small_normal_font-style);font-weight:var(--mds_brand_typography_text_small_normal_font-weight)}.mds .mds-text--small-medium{font-family:var(--mds_brand_typography_text_font-family),var(--mds_brand_typography_text_font-family-fallback);font-size:var(--mds_brand_typography_text_small_mobile_font-size);line-height:var(--mds_brand_typography_text_small_mobile_line-height)}@media screen and (min-width:1000px){.mds .mds-text--small-medium{font-size:var(--mds_brand_typography_text_small_desktop_font-size);line-height:var(--mds_brand_typography_text_small_desktop_line-height)}}.mds .mds-text--small-medium{font-style:var(--mds_brand_typography_text_small_medium_font-style);font-weight:var(--mds_brand_typography_text_small_medium_font-weight)}.mds .mds-text--small-bold{font-family:var(--mds_brand_typography_text_font-family),var(--mds_brand_typography_text_font-family-fallback);font-size:var(--mds_brand_typography_text_small_mobile_font-size);line-height:var(--mds_brand_typography_text_small_mobile_line-height)}@media screen and (min-width:1000px){.mds .mds-text--small-bold{font-size:var(--mds_brand_typography_text_small_desktop_font-size);line-height:var(--mds_brand_typography_text_small_desktop_line-height)}}.mds .mds-text--small-bold{font-style:var(--mds_brand_typography_text_small_bold_font-style);font-weight:var(--mds_brand_typography_text_small_bold_font-weight)}.mds .mds-text--small-italic{font-family:var(--mds_brand_typography_text_font-family),var(--mds_brand_typography_text_font-family-fallback);font-size:var(--mds_brand_typography_text_small_mobile_font-size);line-height:var(--mds_brand_typography_text_small_mobile_line-height)}@media screen and (min-width:1000px){.mds .mds-text--small-italic{font-size:var(--mds_brand_typography_text_small_desktop_font-size);line-height:var(--mds_brand_typography_text_small_desktop_line-height)}}.mds .mds-text--small-italic{font-style:var(--mds_brand_typography_text_small_italic_font-style);font-weight:var(--mds_brand_typography_text_small_italic_font-weight)}.mds .mds-text--small-mediumitalic{font-family:var(--mds_brand_typography_text_font-family),var(--mds_brand_typography_text_font-family-fallback);font-size:var(--mds_brand_typography_text_small_mobile_font-size);line-height:var(--mds_brand_typography_text_small_mobile_line-height)}@media screen and (min-width:1000px){.mds .mds-text--small-mediumitalic{font-size:var(--mds_brand_typography_text_small_desktop_font-size);line-height:var(--mds_brand_typography_text_small_desktop_line-height)}}.mds .mds-text--small-mediumitalic{font-style:var(--mds_brand_typography_text_small_mediumitalic_font-style);font-weight:var(--mds_brand_typography_text_small_mediumitalic_font-weight)}.mds .mds-text--small-bolditalic{font-family:var(--mds_brand_typography_text_font-family),var(--mds_brand_typography_text_font-family-fallback);font-size:var(--mds_brand_typography_text_small_mobile_font-size);line-height:var(--mds_brand_typography_text_small_mobile_line-height)}@media screen and (min-width:1000px){.mds .mds-text--small-bolditalic{font-size:var(--mds_brand_typography_text_small_desktop_font-size);line-height:var(--mds_brand_typography_text_small_desktop_line-height)}}.mds .mds-text--small-bolditalic{font-style:var(--mds_brand_typography_text_small_bolditalic_font-style);font-weight:var(--mds_brand_typography_text_small_bolditalic_font-weight)}.mds .mds-text--medium-normal{font-family:var(--mds_brand_typography_text_font-family),var(--mds_brand_typography_text_font-family-fallback);font-size:var(--mds_brand_typography_text_medium_mobile_font-size);line-height:var(--mds_brand_typography_text_medium_mobile_line-height)}@media screen and (min-width:1000px){.mds .mds-text--medium-normal{font-size:var(--mds_brand_typography_text_medium_desktop_font-size);line-height:var(--mds_brand_typography_text_medium_desktop_line-height)}}.mds .mds-text--medium-normal{font-style:var(--mds_brand_typography_text_medium_normal_font-style);font-weight:var(--mds_brand_typography_text_medium_normal_font-weight)}.mds .mds-text--medium-medium{font-family:var(--mds_brand_typography_text_font-family),var(--mds_brand_typography_text_font-family-fallback);font-size:var(--mds_brand_typography_text_medium_mobile_font-size);line-height:var(--mds_brand_typography_text_medium_mobile_line-height)}@media screen and (min-width:1000px){.mds .mds-text--medium-medium{font-size:var(--mds_brand_typography_text_medium_desktop_font-size);line-height:var(--mds_brand_typography_text_medium_desktop_line-height)}}.mds .mds-text--medium-medium{font-style:var(--mds_brand_typography_text_medium_medium_font-style);font-weight:var(--mds_brand_typography_text_medium_medium_font-weight)}.mds .mds-text--medium-bold,.mds h5,.mds h6{font-family:var(--mds_brand_typography_text_font-family),var(--mds_brand_typography_text_font-family-fallback);font-size:var(--mds_brand_typography_text_medium_mobile_font-size);line-height:var(--mds_brand_typography_text_medium_mobile_line-height)}@media screen and (min-width:1000px){.mds .mds-text--medium-bold,.mds h5,.mds h6{font-size:var(--mds_brand_typography_text_medium_desktop_font-size);line-height:var(--mds_brand_typography_text_medium_desktop_line-height)}}.mds .mds-text--medium-bold,.mds h5,.mds h6{font-style:var(--mds_brand_typography_text_medium_bold_font-style);font-weight:var(--mds_brand_typography_text_medium_bold_font-weight)}.mds .mds-text--medium-italic{font-family:var(--mds_brand_typography_text_font-family),var(--mds_brand_typography_text_font-family-fallback);font-size:var(--mds_brand_typography_text_medium_mobile_font-size);line-height:var(--mds_brand_typography_text_medium_mobile_line-height)}@media screen and (min-width:1000px){.mds .mds-text--medium-italic{font-size:var(--mds_brand_typography_text_medium_desktop_font-size);line-height:var(--mds_brand_typography_text_medium_desktop_line-height)}}.mds .mds-text--medium-italic{font-style:var(--mds_brand_typography_text_medium_italic_font-style);font-weight:var(--mds_brand_typography_text_medium_italic_font-weight)}.mds .mds-text--medium-mediumitalic{font-family:var(--mds_brand_typography_text_font-family),var(--mds_brand_typography_text_font-family-fallback);font-size:var(--mds_brand_typography_text_medium_mobile_font-size);line-height:var(--mds_brand_typography_text_medium_mobile_line-height)}@media screen and (min-width:1000px){.mds .mds-text--medium-mediumitalic{font-size:var(--mds_brand_typography_text_medium_desktop_font-size);line-height:var(--mds_brand_typography_text_medium_desktop_line-height)}}.mds .mds-text--medium-mediumitalic{font-style:var(--mds_brand_typography_text_medium_mediumitalic_font-style);font-weight:var(--mds_brand_typography_text_medium_mediumitalic_font-weight)}.mds .mds-text--medium-bolditalic{font-family:var(--mds_brand_typography_text_font-family),var(--mds_brand_typography_text_font-family-fallback);font-size:var(--mds_brand_typography_text_medium_mobile_font-size);line-height:var(--mds_brand_typography_text_medium_mobile_line-height)}@media screen and (min-width:1000px){.mds .mds-text--medium-bolditalic{font-size:var(--mds_brand_typography_text_medium_desktop_font-size);line-height:var(--mds_brand_typography_text_medium_desktop_line-height)}}.mds .mds-text--medium-bolditalic{font-style:var(--mds_brand_typography_text_medium_bolditalic_font-style);font-weight:var(--mds_brand_typography_text_medium_bolditalic_font-weight)}.mds .mds-text--large-normal{font-family:var(--mds_brand_typography_text_font-family),var(--mds_brand_typography_text_font-family-fallback);font-size:var(--mds_brand_typography_text_large_mobile_font-size);line-height:var(--mds_brand_typography_text_large_mobile_line-height)}@media screen and (min-width:1000px){.mds .mds-text--large-normal{font-size:var(--mds_brand_typography_text_large_desktop_font-size);line-height:var(--mds_brand_typography_text_large_desktop_line-height)}}.mds .mds-text--large-normal{font-style:var(--mds_brand_typography_text_large_normal_font-style);font-weight:var(--mds_brand_typography_text_large_normal_font-weight)}.mds .mds-text--large-medium{font-family:var(--mds_brand_typography_text_font-family),var(--mds_brand_typography_text_font-family-fallback);font-size:var(--mds_brand_typography_text_large_mobile_font-size);line-height:var(--mds_brand_typography_text_large_mobile_line-height)}@media screen and (min-width:1000px){.mds .mds-text--large-medium{font-size:var(--mds_brand_typography_text_large_desktop_font-size);line-height:var(--mds_brand_typography_text_large_desktop_line-height)}}.mds .mds-text--large-medium{font-style:var(--mds_brand_typography_text_large_medium_font-style);font-weight:var(--mds_brand_typography_text_large_medium_font-weight)}.mds .mds-text--large-bold{font-family:var(--mds_brand_typography_text_font-family),var(--mds_brand_typography_text_font-family-fallback);font-size:var(--mds_brand_typography_text_large_mobile_font-size);line-height:var(--mds_brand_typography_text_large_mobile_line-height)}@media screen and (min-width:1000px){.mds .mds-text--large-bold{font-size:var(--mds_brand_typography_text_large_desktop_font-size);line-height:var(--mds_brand_typography_text_large_desktop_line-height)}}.mds .mds-text--large-bold{font-style:var(--mds_brand_typography_text_large_bold_font-style);font-weight:var(--mds_brand_typography_text_large_bold_font-weight)}.mds .mds-text--large-italic{font-family:var(--mds_brand_typography_text_font-family),var(--mds_brand_typography_text_font-family-fallback);font-size:var(--mds_brand_typography_text_large_mobile_font-size);line-height:var(--mds_brand_typography_text_large_mobile_line-height)}@media screen and (min-width:1000px){.mds .mds-text--large-italic{font-size:var(--mds_brand_typography_text_large_desktop_font-size);line-height:var(--mds_brand_typography_text_large_desktop_line-height)}}.mds .mds-text--large-italic{font-style:var(--mds_brand_typography_text_large_italic_font-style);font-weight:var(--mds_brand_typography_text_large_italic_font-weight)}.mds .mds-text--large-mediumitalic{font-family:var(--mds_brand_typography_text_font-family),var(--mds_brand_typography_text_font-family-fallback);font-size:var(--mds_brand_typography_text_large_mobile_font-size);line-height:var(--mds_brand_typography_text_large_mobile_line-height)}@media screen and (min-width:1000px){.mds .mds-text--large-mediumitalic{font-size:var(--mds_brand_typography_text_large_desktop_font-size);line-height:var(--mds_brand_typography_text_large_desktop_line-height)}}.mds .mds-text--large-mediumitalic{font-style:var(--mds_brand_typography_text_large_mediumitalic_font-style);font-weight:var(--mds_brand_typography_text_large_mediumitalic_font-weight)}.mds .mds-text--large-bolditalic{font-family:var(--mds_brand_typography_text_font-family),var(--mds_brand_typography_text_font-family-fallback);font-size:var(--mds_brand_typography_text_large_mobile_font-size);line-height:var(--mds_brand_typography_text_large_mobile_line-height)}@media screen and (min-width:1000px){.mds .mds-text--large-bolditalic{font-size:var(--mds_brand_typography_text_large_desktop_font-size);line-height:var(--mds_brand_typography_text_large_desktop_line-height)}}.mds .mds-text--large-bolditalic{font-style:var(--mds_brand_typography_text_large_bolditalic_font-style);font-weight:var(--mds_brand_typography_text_large_bolditalic_font-weight)}.mds .mds-tabular-figures{font-feature-settings:"tnum"}.mds .mds-numeric{font-feature-settings:"salt" on}.mds .mds-numeric.mds-tabular-figures{font-feature-settings:"salt" on,"tnum"}.mds h1,.mds h2,.mds h3,.mds h4,.mds h5,.mds h6,.mds p{margin:0;padding:0}.mds em{font-style:var(--mds_brand_typography_text_medium_italic_font-style)}.mds strong{font-weight:var(--mds_brand_typography_text_medium_bold_font-weight)}.mds .mds-underline--dotted{-webkit-text-decoration:underline dotted;text-decoration:underline dotted}.mds hr{border-bottom:var(--mds_foundations_horizontal-rule_border-width) var(--mds_foundations_horizontal-rule_border-style) var(--mds_foundations_horizontal-rule_border-color);border-left-width:0;border-right-width:0;border-top-width:0;height:0;margin:0;padding:0}.mds a.mds-neutral__text-color,.mds a.mds-neutral__text-color:active,.mds a.mds-neutral__text-color:visited{color:var(--mds_brand_appearance_neutral_default_text-color)}.mds a.mds-neutral__text-color mc-icon::part(icon){fill:var(--mds_brand_appearance_neutral_default_text-color)}.mds a.mds-neutral--subtle__text-color,.mds a.mds-neutral--subtle__text-color:active,.mds a.mds-neutral--subtle__text-color:visited{color:var(--mds_brand_appearance_neutral_subtle_text-color)}.mds a.mds-neutral--subtle__text-color mc-icon::part(icon){fill:var(--mds_brand_appearance_neutral_subtle_text-color)}.mds a.mds-neutral-alt__text-color,.mds a.mds-neutral-alt__text-color:active,.mds a.mds-neutral-alt__text-color:visited{color:var(--mds_brand_appearance_neutral_alt_text-color)}.mds a.mds-neutral-alt__text-color mc-icon::part(icon){fill:var(--mds_brand_appearance_neutral_alt_text-color)}.mds a.mds-neutral--weakest__text-color,.mds a.mds-neutral--weakest__text-color:active,.mds a.mds-neutral--weakest__text-color:visited{color:var(--mds_brand_appearance_neutral_weakest_text-color)}.mds a.mds-neutral--weakest__text-color mc-icon::part(icon){fill:var(--mds_brand_appearance_neutral_weakest_text-color)}.mds a.mds-neutral--weak__text-color,.mds a.mds-neutral--weak__text-color:active,.mds a.mds-neutral--weak__text-color:visited{color:var(--mds_brand_appearance_neutral_weak_text-color)}.mds a.mds-neutral--weak__text-color mc-icon::part(icon){fill:var(--mds_brand_appearance_neutral_weak_text-color)}.mds a.mds-neutral--inverse__text-color,.mds a.mds-neutral--inverse__text-color:active,.mds a.mds-neutral--inverse__text-color:visited{color:var(--mds_brand_appearance_neutral_inverse_text-color)}.mds a.mds-neutral--inverse__text-color mc-icon::part(icon){fill:var(--mds_brand_appearance_neutral_inverse_text-color)}.mds a.mds-primary__text-color,.mds a.mds-primary__text-color:active,.mds a.mds-primary__text-color:visited{color:var(--mds_brand_appearance_primary_default_text-color)}.mds a.mds-primary__text-color mc-icon::part(icon){fill:var(--mds_brand_appearance_primary_default_text-color)}.mds a.mds-secondary__text-color,.mds a.mds-secondary__text-color:active,.mds a.mds-secondary__text-color:visited{color:var(--mds_brand_appearance_secondary_default_text-color)}.mds a.mds-secondary__text-color mc-icon::part(icon){fill:var(--mds_brand_appearance_secondary_default_text-color)}.mds a.mds-info__text-color,.mds a.mds-info__text-color:active,.mds a.mds-info__text-color:visited{color:var(--mds_brand_appearance_info_default_text-color)}.mds a.mds-info__text-color mc-icon::part(icon){fill:var(--mds_brand_appearance_info_default_text-color)}.mds a.mds-error__text-color,.mds a.mds-error__text-color:active,.mds a.mds-error__text-color:visited{color:var(--mds_brand_appearance_error_default_text-color)}.mds a.mds-error__text-color mc-icon::part(icon){fill:var(--mds_brand_appearance_error_default_text-color)}.mds a.mds-warning__text-color,.mds a.mds-warning__text-color:active,.mds a.mds-warning__text-color:visited{color:var(--mds_brand_appearance_warning_default_text-color)}.mds a.mds-warning__text-color mc-icon::part(icon){fill:var(--mds_brand_appearance_warning_default_text-color)}.mds a.mds-success__text-color,.mds a.mds-success__text-color:active,.mds a.mds-success__text-color:visited{color:var(--mds_brand_appearance_success_default_text-color)}.mds a.mds-success__text-color mc-icon::part(icon){fill:var(--mds_brand_appearance_success_default_text-color)}.mds a.mds-neutral__on-background-color,.mds a.mds-neutral__on-background-color:active,.mds a.mds-neutral__on-background-color:visited{color:var(--mds_brand_appearance_neutral_default_on-background-color)}.mds a.mds-neutral__on-background-color mc-icon::part(icon){fill:var(--mds_brand_appearance_neutral_default_on-background-color)}.mds a.mds-neutral--subtle__on-background-color,.mds a.mds-neutral--subtle__on-background-color:active,.mds a.mds-neutral--subtle__on-background-color:visited{color:var(--mds_brand_appearance_neutral_subtle_on-background-color)}.mds a.mds-neutral--subtle__on-background-color mc-icon::part(icon){fill:var(--mds_brand_appearance_neutral_subtle_on-background-color)}.mds a.mds-neutral--alt__on-background-color,.mds a.mds-neutral--alt__on-background-color:active,.mds a.mds-neutral--alt__on-background-color:visited{color:var(--mds_brand_appearance_neutral_alt_on-background-color)}.mds a.mds-neutral--alt__on-background-color mc-icon::part(icon){fill:var(--mds_brand_appearance_neutral_alt_on-background-color)}.mds a.mds-neutral--weakest__on-background-color,.mds a.mds-neutral--weakest__on-background-color:active,.mds a.mds-neutral--weakest__on-background-color:visited{color:var(--mds_brand_appearance_neutral_weakest_on-background-color)}.mds a.mds-neutral--weakest__on-background-color mc-icon::part(icon){fill:var(--mds_brand_appearance_neutral_weakest_on-background-color)}.mds a.mds-neutral--strong__on-background-color,.mds a.mds-neutral--strong__on-background-color:active,.mds a.mds-neutral--strong__on-background-color:visited{color:var(--mds_brand_appearance_neutral_strong_on-background-color)}.mds a.mds-neutral--strong__on-background-color mc-icon::part(icon){fill:var(--mds_brand_appearance_neutral_strong_on-background-color)}.mds a.mds-neutral--strongest__on-background-color,.mds a.mds-neutral--strongest__on-background-color:active,.mds a.mds-neutral--strongest__on-background-color:visited{color:var(--mds_brand_appearance_neutral_strongest_on-background-color)}.mds a.mds-neutral--strongest__on-background-color mc-icon::part(icon){fill:var(--mds_brand_appearance_neutral_strongest_on-background-color)}.mds a.mds-neutral--inverse__on-background-color,.mds a.mds-neutral--inverse__on-background-color:active,.mds a.mds-neutral--inverse__on-background-color:visited{color:var(--mds_brand_appearance_neutral_inverse_on-background-color)}.mds a.mds-neutral--inverse__on-background-color mc-icon::part(icon){fill:var(--mds_brand_appearance_neutral_inverse_on-background-color)}.mds a.mds-primary__on-background-color,.mds a.mds-primary__on-background-color:active,.mds a.mds-primary__on-background-color:visited{color:var(--mds_brand_appearance_primary_default_on-background-color)}.mds a.mds-primary__on-background-color mc-icon::part(icon){fill:var(--mds_brand_appearance_primary_default_on-background-color)}.mds a.mds-primary--subtle__on-background-color,.mds a.mds-primary--subtle__on-background-color:active,.mds a.mds-primary--subtle__on-background-color:visited{color:var(--mds_brand_appearance_primary_subtle_on-background-color)}.mds a.mds-primary--subtle__on-background-color mc-icon::part(icon){fill:var(--mds_brand_appearance_primary_subtle_on-background-color)}.mds a.mds-primary--weak__on-background-color,.mds a.mds-primary--weak__on-background-color:active,.mds a.mds-primary--weak__on-background-color:visited{color:var(--mds_brand_appearance_primary_weak_on-background-color)}.mds a.mds-primary--weak__on-background-color mc-icon::part(icon){fill:var(--mds_brand_appearance_primary_weak_on-background-color)}.mds a.mds-secondary__on-background-color,.mds a.mds-secondary__on-background-color:active,.mds a.mds-secondary__on-background-color:visited{color:var(--mds_brand_appearance_secondary_default_on-background-color)}.mds a.mds-secondary__on-background-color mc-icon::part(icon){fill:var(--mds_brand_appearance_secondary_default_on-background-color)}.mds a.mds-secondary--subtle__on-background-color,.mds a.mds-secondary--subtle__on-background-color:active,.mds a.mds-secondary--subtle__on-background-color:visited{color:var(--mds_brand_appearance_secondary_subtle_on-background-color)}.mds a.mds-secondary--subtle__on-background-color mc-icon::part(icon){fill:var(--mds_brand_appearance_secondary_subtle_on-background-color)}.mds a.mds-secondary--weak__on-background-color,.mds a.mds-secondary--weak__on-background-color:active,.mds a.mds-secondary--weak__on-background-color:visited{color:var(--mds_brand_appearance_secondary_weak_on-background-color)}.mds a.mds-secondary--weak__on-background-color mc-icon::part(icon){fill:var(--mds_brand_appearance_secondary_weak_on-background-color)}.mds a.mds-info__on-background-color,.mds a.mds-info__on-background-color:active,.mds a.mds-info__on-background-color:visited{color:var(--mds_brand_appearance_info_default_on-background-color)}.mds a.mds-info__on-background-color mc-icon::part(icon){fill:var(--mds_brand_appearance_info_default_on-background-color)}.mds a.mds-info--subtle__on-background-color,.mds a.mds-info--subtle__on-background-color:active,.mds a.mds-info--subtle__on-background-color:visited{color:var(--mds_brand_appearance_info_subtle_on-background-color)}.mds a.mds-info--subtle__on-background-color mc-icon::part(icon){fill:var(--mds_brand_appearance_info_subtle_on-background-color)}.mds a.mds-info--weak__on-background-color,.mds a.mds-info--weak__on-background-color:active,.mds a.mds-info--weak__on-background-color:visited{color:var(--mds_brand_appearance_info_weak_on-background-color)}.mds a.mds-info--weak__on-background-color mc-icon::part(icon){fill:var(--mds_brand_appearance_info_weak_on-background-color)}.mds a.mds-error__on-background-color,.mds a.mds-error__on-background-color:active,.mds a.mds-error__on-background-color:visited{color:var(--mds_brand_appearance_error_default_on-background-color)}.mds a.mds-error__on-background-color mc-icon::part(icon){fill:var(--mds_brand_appearance_error_default_on-background-color)}.mds a.mds-error--subtle__on-background-color,.mds a.mds-error--subtle__on-background-color:active,.mds a.mds-error--subtle__on-background-color:visited{color:var(--mds_brand_appearance_error_subtle_on-background-color)}.mds a.mds-error--subtle__on-background-color mc-icon::part(icon){fill:var(--mds_brand_appearance_error_subtle_on-background-color)}.mds a.mds-error--weak__on-background-color,.mds a.mds-error--weak__on-background-color:active,.mds a.mds-error--weak__on-background-color:visited{color:var(--mds_brand_appearance_error_weak_on-background-color)}.mds a.mds-error--weak__on-background-color mc-icon::part(icon){fill:var(--mds_brand_appearance_error_weak_on-background-color)}.mds a.mds-warning__on-background-color,.mds a.mds-warning__on-background-color:active,.mds a.mds-warning__on-background-color:visited{color:var(--mds_brand_appearance_warning_default_on-background-color)}.mds a.mds-warning__on-background-color mc-icon::part(icon){fill:var(--mds_brand_appearance_warning_default_on-background-color)}.mds a.mds-warning--weak__on-background-color,.mds a.mds-warning--weak__on-background-color:active,.mds a.mds-warning--weak__on-background-color:visited{color:var(--mds_brand_appearance_warning_weak_on-background-color)}.mds a.mds-warning--weak__on-background-color mc-icon::part(icon){fill:var(--mds_brand_appearance_warning_weak_on-background-color)}.mds a.mds-success__on-background-color,.mds a.mds-success__on-background-color:active,.mds a.mds-success__on-background-color:visited{color:var(--mds_brand_appearance_success_default_on-background-color)}.mds a.mds-success__on-background-color mc-icon::part(icon){fill:var(--mds_brand_appearance_success_default_on-background-color)}.mds a.mds-success--subtle__on-background-color,.mds a.mds-success--subtle__on-background-color:active,.mds a.mds-success--subtle__on-background-color:visited{color:var(--mds_brand_appearance_success_subtle_on-background-color)}.mds a.mds-success--subtle__on-background-color mc-icon::part(icon){fill:var(--mds_brand_appearance_success_subtle_on-background-color)}.mds a.mds-success--weak__on-background-color,.mds a.mds-success--weak__on-background-color:active,.mds a.mds-success--weak__on-background-color:visited{color:var(--mds_brand_appearance_success_weak_on-background-color)}.mds a.mds-success--weak__on-background-color mc-icon::part(icon){fill:var(--mds_brand_appearance_success_weak_on-background-color)}.mds a.mds-link--stand-alone{-webkit-text-decoration:var(--mds_foundations_link_stand-alone_text-decoration);text-decoration:var(--mds_foundations_link_stand-alone_text-decoration)}.mds a.mds-link--stand-alone:active,.mds a.mds-link--stand-alone:hover{-webkit-text-decoration:var(--mds_foundations_link_stand-alone_hover_text-decoration);text-decoration:var(--mds_foundations_link_stand-alone_hover_text-decoration)}.mds a.mds-link--stand-alone:-webkit-any-link,.mds a.mds-link--stand-alone:visited{-webkit-text-decoration:var(--mds_foundations_link_stand-alone_text-decoration);text-decoration:var(--mds_foundations_link_stand-alone_text-decoration)}.mds a.mds-link--disabled{cursor:not-allowed;pointer-events:inherit}.mds a.mds-link--disabled:hover{-webkit-text-decoration:var(--mds_foundations_link_inline_text-decoration);text-decoration:var(--mds_foundations_link_inline_text-decoration)}.mds a.mds-link--disabled:hover.mds-link--stand-alone{-webkit-text-decoration:var(--mds_foundations_link_stand-alone_text-decoration);text-decoration:var(--mds_foundations_link_stand-alone_text-decoration)}.mds a.mds-link--disabled{opacity:var(--mds_brand_appearance_state_disabled_opacity)}.mds a.mds-link--disabled,.mds a.mds-link--disabled *{pointer-events:none;touch-action:none;-webkit-user-select:none;user-select:none}.mds a.mds-link--focus-shadow-inset:focus-visible{box-shadow:inset var(--mds_brand_appearance_state_focus_default_shadow_offset-x) var(--mds_brand_appearance_state_focus_default_shadow_offset-y) var(--mds_brand_appearance_state_focus_default_shadow_blur-radius) var(--mds_brand_appearance_state_focus_default_shadow_spread-radius) var(--mds_brand_appearance_state_focus_default_shadow_color);outline:0}.mds a{align-items:center;cursor:pointer;display:inline-flex;-webkit-text-decoration:var(--mds_foundations_link_inline_text-decoration);text-decoration:var(--mds_foundations_link_inline_text-decoration);transition-duration:var(--mds_foundations_link_transition-duration);transition-property:var(--mds_foundations_link_transition-properties);transition-timing-function:var(--mds_foundations_link_transition-timing)}.mds a:focus-visible{border-radius:var(--mds_foundations_link_focus_border-radius);box-shadow:var(--mds_brand_appearance_state_focus_default_shadow_offset-x) var(--mds_brand_appearance_state_focus_default_shadow_offset-y) var(--mds_brand_appearance_state_focus_default_shadow_blur-radius) var(--mds_brand_appearance_state_focus_default_shadow_spread-radius) var(--mds_brand_appearance_state_focus_default_shadow_color);outline:0;-webkit-text-decoration:var(--mds_foundations_link_inline_hover_text-decoration);text-decoration:var(--mds_foundations_link_inline_hover_text-decoration)}.mds a:active,.mds a:hover{-webkit-text-decoration:var(--mds_foundations_link_inline_hover_text-decoration);text-decoration:var(--mds_foundations_link_inline_hover_text-decoration)}.mds a:-webkit-any-link,.mds a:visited{-webkit-text-decoration:var(--mds_foundations_link_inline_text-decoration);text-decoration:var(--mds_foundations_link_inline_text-decoration)}.mds a,.mds a:active,.mds a:visited{color:var(--mds_foundations_link_default_text-color)}.mds a mc-icon::part(icon){fill:var(--mds_foundations_link_default_text-color)}.mds ul{display:flex;flex-direction:column;gap:var(--mds_foundations_list_vertical_item_gap);list-style:var(--mds_foundations_list_unordered_list-style);margin:0;padding:0}.mds ul.mds-list--horizontal{flex-direction:row;gap:var(--mds_foundations_list_horizontal_item_gap);padding:0}.mds ol,.mds ul li{margin:0;padding:0}.mds ol{display:flex;flex-direction:column;gap:var(--mds_foundations_list_vertical_item_gap);list-style:var(--mds_foundations_list_ordered_list-style)}.mds ol.mds-list--horizontal{flex-direction:row;gap:var(--mds_foundations_list_horizontal_item_gap);padding:0}.mds ol li{margin:0;padding:0}.mds nav ol,.mds nav ul{list-style:none}.mds svg:not([fill]){fill:currentcolor}.mds mc-c-table{display:block}.mds .mds-table{--row-border-radius:calc(var(--mds_foundations_table_border-radius) - 1px);border:var(--mds_foundations_table_border-width) var(--mds_foundations_table_border-style) var(--mds_foundations_table_border-color);border-radius:var(--mds_foundations_table_border-radius);max-width:100%}.mds .mds-table table{border-collapse:collapse;width:100%}.mds .mds-table td,.mds .mds-table th{padding:var(--mds_foundations_table_medium_cell_padding-top) var(--mds_foundations_table_medium_cell_padding-right) var(--mds_foundations_table_medium_cell_padding-bottom) var(--mds_foundations_table_medium_cell_padding-left);text-align:left;vertical-align:middle}.mds .mds-table td .mds-table__subtext,.mds .mds-table th .mds-table__subtext{color:var(--mds_foundations_table_subtext_text-color);display:block;font-family:var(--mds_brand_typography_text_font-family),var(--mds_brand_typography_text_font-family-fallback);font-size:var(--mds_brand_typography_text_small_mobile_font-size);font-weight:var(--mds_foundations_table_subtext_font-weight);line-height:var(--mds_brand_typography_text_small_mobile_line-height)}@media screen and (min-width:1000px){.mds .mds-table td .mds-table__subtext,.mds .mds-table th .mds-table__subtext{font-size:var(--mds_brand_typography_text_small_desktop_font-size);line-height:var(--mds_brand_typography_text_small_desktop_line-height)}}.mds .mds-table td .mds-table__subtext,.mds .mds-table th .mds-table__subtext{font-style:var(--mds_brand_typography_text_small_normal_font-style);font-weight:var(--mds_brand_typography_text_small_normal_font-weight)}.mds .mds-table thead tr:first-child>:first-child{border-top-left-radius:var(--row-border-radius)}.mds .mds-table thead tr:first-child>:last-child{border-top-right-radius:var(--row-border-radius)}.mds .mds-table tbody tr:last-child>:first-child{border-bottom-left-radius:var(--row-border-radius)}.mds .mds-table tbody tr:last-child>:last-child{border-bottom-right-radius:var(--row-border-radius)}.mds .mds-table tfoot tr:last-child>:first-child{border-bottom-left-radius:var(--row-border-radius)}.mds .mds-table tfoot tr:last-child>:last-child{border-bottom-right-radius:var(--row-border-radius)}.mds .mds-table th{background-color:var(--mds_foundations_table_header-cell_background-color);color:var(--mds_foundations_table_header-cell_text-color);font-family:var(--mds_brand_typography_text_font-family),var(--mds_brand_typography_text_font-family-fallback);font-size:var(--mds_brand_typography_text_medium_mobile_font-size);line-height:var(--mds_brand_typography_text_medium_mobile_line-height)}@media screen and (min-width:1000px){.mds .mds-table th{font-size:var(--mds_brand_typography_text_medium_desktop_font-size);line-height:var(--mds_brand_typography_text_medium_desktop_line-height)}}.mds .mds-table th{font-style:var(--mds_brand_typography_text_medium_bold_font-style);font-weight:var(--mds_brand_typography_text_medium_bold_font-weight)}.mds .mds-table td{background-color:var(--mds_foundations_table_cell_background-color);color:var(--mds_foundations_table_cell_text-color);font-family:var(--mds_brand_typography_text_font-family),var(--mds_brand_typography_text_font-family-fallback);font-size:var(--mds_brand_typography_text_medium_mobile_font-size);line-height:var(--mds_brand_typography_text_medium_mobile_line-height)}@media screen and (min-width:1000px){.mds .mds-table td{font-size:var(--mds_brand_typography_text_medium_desktop_font-size);line-height:var(--mds_brand_typography_text_medium_desktop_line-height)}}.mds .mds-table td{font-style:var(--mds_brand_typography_text_medium_normal_font-style);font-weight:var(--mds_brand_typography_text_medium_normal_font-weight)}.mds .mds-table tfoot td{background-color:var(--mds_foundations_table_cell_background-color);color:var(--mds_foundations_table_cell_text-color);font-family:var(--mds_brand_typography_text_font-family),var(--mds_brand_typography_text_font-family-fallback);font-size:var(--mds_brand_typography_text_medium_mobile_font-size);line-height:var(--mds_brand_typography_text_medium_mobile_line-height)}@media screen and (min-width:1000px){.mds .mds-table tfoot td{font-size:var(--mds_brand_typography_text_medium_desktop_font-size);line-height:var(--mds_brand_typography_text_medium_desktop_line-height)}}.mds .mds-table tfoot td{font-style:var(--mds_brand_typography_text_medium_bold_font-style);font-weight:var(--mds_brand_typography_text_medium_bold_font-weight)}.mds .mds-table tbody tr td,.mds .mds-table tbody tr th,.mds .mds-table tfoot tr td,.mds .mds-table thead tr th{position:relative}.mds .mds-table.mds-table--large td,.mds .mds-table.mds-table--large th{padding:var(--mds_foundations_table_large_cell_padding-top) var(--mds_foundations_table_large_cell_padding-right) var(--mds_foundations_table_large_cell_padding-bottom) var(--mds_foundations_table_large_cell_padding-left)}.mds .mds-table.mds-table--large .mds-table__row-expander>mc-button,.mds .mds-table.mds-table--large .mds-table__row-selector>mc-checkbox{margin-top:0}.mds .mds-table.mds-table--large .mds-table__header-cell--sortable{padding-bottom:var(--mds_foundations_table_large_header-cell_sortable_padding-bottom);padding-top:var(--mds_foundations_table_large_header-cell_sortable_padding-top)}.mds .mds-table.mds-table--large .mds-table__expanded-row.mds-table__expanded-row--no-padding td{padding:0}.mds .mds-table.mds-table--large .mds-table__expanded-row td{padding:var(--mds_foundations_table_large_expanded-row_padding-top) var(--mds_foundations_table_large_expanded-row_padding-right) var(--mds_foundations_table_large_expanded-row_padding-bottom) var(--mds_foundations_table_large_expanded-row_padding-left)}.mds .mds-table.mds-table--small th{font-family:var(--mds_brand_typography_text_font-family),var(--mds_brand_typography_text_font-family-fallback);font-size:var(--mds_brand_typography_text_small_mobile_font-size);line-height:var(--mds_brand_typography_text_small_mobile_line-height)}@media screen and (min-width:1000px){.mds .mds-table.mds-table--small th{font-size:var(--mds_brand_typography_text_small_desktop_font-size);line-height:var(--mds_brand_typography_text_small_desktop_line-height)}}.mds .mds-table.mds-table--small th{font-style:var(--mds_brand_typography_text_small_bold_font-style);font-weight:var(--mds_brand_typography_text_small_bold_font-weight)}.mds .mds-table.mds-table--small td{font-family:var(--mds_brand_typography_text_font-family),var(--mds_brand_typography_text_font-family-fallback);font-size:var(--mds_brand_typography_text_small_mobile_font-size);line-height:var(--mds_brand_typography_text_small_mobile_line-height)}@media screen and (min-width:1000px){.mds .mds-table.mds-table--small td{font-size:var(--mds_brand_typography_text_small_desktop_font-size);line-height:var(--mds_brand_typography_text_small_desktop_line-height)}}.mds .mds-table.mds-table--small td{font-style:var(--mds_brand_typography_text_small_normal_font-style);font-weight:var(--mds_brand_typography_text_small_normal_font-weight)}.mds .mds-table.mds-table--small td,.mds .mds-table.mds-table--small th{padding:var(--mds_foundations_table_small_cell_padding-top) var(--mds_foundations_table_small_cell_padding-right) var(--mds_foundations_table_small_cell_padding-bottom) var(--mds_foundations_table_small_cell_padding-left)}.mds .mds-table.mds-table--small td .mds-table__subtext,.mds .mds-table.mds-table--small th .mds-table__subtext{font-family:var(--mds_brand_typography_text_font-family),var(--mds_brand_typography_text_font-family-fallback);font-size:var(--mds_brand_typography_text_x-small_mobile_font-size);line-height:var(--mds_brand_typography_text_x-small_mobile_line-height)}@media screen and (min-width:1000px){.mds .mds-table.mds-table--small td .mds-table__subtext,.mds .mds-table.mds-table--small th .mds-table__subtext{font-size:var(--mds_brand_typography_text_x-small_desktop_font-size);line-height:var(--mds_brand_typography_text_x-small_desktop_line-height)}}.mds .mds-table.mds-table--small td .mds-table__subtext,.mds .mds-table.mds-table--small th .mds-table__subtext{font-style:var(--mds_brand_typography_text_x-small_normal_font-style);font-weight:var(--mds_brand_typography_text_x-small_normal_font-weight)}.mds .mds-table.mds-table--small tfoot td{font-family:var(--mds_brand_typography_text_font-family),var(--mds_brand_typography_text_font-family-fallback);font-size:var(--mds_brand_typography_text_small_mobile_font-size);line-height:var(--mds_brand_typography_text_small_mobile_line-height)}@media screen and (min-width:1000px){.mds .mds-table.mds-table--small tfoot td{font-size:var(--mds_brand_typography_text_small_desktop_font-size);line-height:var(--mds_brand_typography_text_small_desktop_line-height)}}.mds .mds-table.mds-table--small tfoot td{font-style:var(--mds_brand_typography_text_small_bold_font-style);font-weight:var(--mds_brand_typography_text_small_bold_font-weight)}.mds .mds-table.mds-table--small .mds-table__header-cell--sortable{padding-bottom:var(--mds_foundations_table_small_header-cell_sortable_padding-bottom);padding-top:var(--mds_foundations_table_small_header-cell_sortable_padding-top)}.mds .mds-table.mds-table--small .mds-table__expanded-row.mds-table__expanded-row--no-padding td{padding:0}.mds .mds-table.mds-table--small .mds-table__expanded-row td{padding:var(--mds_foundations_table_small_expanded-row_padding-top) var(--mds_foundations_table_small_expanded-row_padding-right) var(--mds_foundations_table_small_expanded-row_padding-bottom) var(--mds_foundations_table_small_expanded-row_padding-left)}.mds .mds-table.mds-table--zebra-stripes tbody tr:nth-child(2n) td{background-color:var(--mds_foundations_table_zebra-stripe_background-color);color:var(--mds_foundations_table_zebra-stripe_text-color)}.mds .mds-table tbody tr:nth-child(2n):hover td,.mds .mds-table tbody tr:nth-child(odd):hover td{background-color:var(--mds_foundations_table_cell_hover_background-color);color:var(mds_foundations_table_cell_hover_text-color)}.mds .mds-table.mds-table--disable-row-highlight-on-hover tbody tr:nth-child(2n):hover td,.mds .mds-table.mds-table--disable-row-highlight-on-hover tbody tr:nth-child(odd):hover td{background-color:var(--mds_foundations_table_cell_background-color);color:var(--mds_foundations_table_cell_text-color)}.mds .mds-table.mds-table--zebra-stripes.mds-table--disable-row-highlight-on-hover tbody tr:nth-child(2n):hover td{background-color:var(--mds_foundations_table_zebra-stripe_background-color);color:var(--mds_foundations_table_zebra-stripe_text-color)}.mds .mds-table.mds-table--zebra-stripes.mds-table--disable-row-highlight-on-hover tbody tr:nth-child(odd):hover td{background-color:var(--mds_foundations_table_cell_background-color);color:var(--mds_foundations_table_cell_text-color)}.mds .mds-table tbody tr:not(:last-child) td:after,.mds .mds-table tbody tr:not(:last-child) th:after,.mds .mds-table thead tr th:after{border-bottom:var(--mds_foundations_table_border-width) var(--mds_foundations_table_border-style) var(--mds_foundations_table_border-color);bottom:0;content:"";height:var(--mds_foundations_table_border-width);left:0;position:absolute;right:0}.mds .mds-table tbody tr.mds-table--row-last td:after,.mds .mds-table tbody tr.mds-table--row-last th:after{display:none}.mds .mds-table.mds-table--horizontal-lines-dashed tbody tr:not(:last-child) td:after,.mds .mds-table.mds-table--horizontal-lines-dashed tbody tr:not(:last-child) th:after{border-bottom-style:dashed}.mds .mds-table.mds-table--horizontal-lines-dotted tbody tr:not(:last-child) td:after,.mds .mds-table.mds-table--horizontal-lines-dotted tbody tr:not(:last-child) th:after{border-bottom-style:dotted}.mds .mds-table.mds-table--horizontal-lines-none tbody tr:not(:last-child) td:after,.mds .mds-table.mds-table--horizontal-lines-none tbody tr:not(:last-child) th:after{border-bottom-style:none}.mds .mds-table.mds-table--vertical-lines-dashed td:not(:last-child):before,.mds .mds-table.mds-table--vertical-lines-dashed th:not(:last-child):before,.mds .mds-table.mds-table--vertical-lines-dotted td:not(:last-child):before,.mds .mds-table.mds-table--vertical-lines-dotted th:not(:last-child):before,.mds .mds-table.mds-table--vertical-lines-solid td:not(:last-child):before,.mds .mds-table.mds-table--vertical-lines-solid th:not(:last-child):before{border-right:var(--mds_foundations_table_border-width) var(--mds_foundations_table_border-style) var(--mds_foundations_table_border-color);bottom:0;content:"";position:absolute;right:0;top:0;width:var(--mds_foundations_table_border-width)}.mds .mds-table.mds-table--vertical-lines-solid td:not(:last-child):before,.mds .mds-table.mds-table--vertical-lines-solid th:not(:last-child):before{border-right-style:solid}.mds .mds-table.mds-table--vertical-lines-dashed td:not(:last-child):before,.mds .mds-table.mds-table--vertical-lines-dashed th:not(:last-child):before{border-right-style:dashed}.mds .mds-table.mds-table--vertical-lines-dotted td:not(:last-child):before,.mds .mds-table.mds-table--vertical-lines-dotted th:not(:last-child):before{border-right-style:dotted}.mds .mds-table.mds-table--outer-border-dashed{border-style:dashed}.mds .mds-table.mds-table--outer-border-dotted{border-style:dotted}.mds .mds-table.mds-table--outer-border-none{border-style:none}.mds .mds-table.mds-table--outer-border-corners-square,.mds .mds-table.mds-table--outer-border-corners-square tbody tr:first-child>:first-child,.mds .mds-table.mds-table--outer-border-corners-square tbody tr:first-child>:last-child,.mds .mds-table.mds-table--outer-border-corners-square tbody tr:last-child>:first-child,.mds .mds-table.mds-table--outer-border-corners-square tbody tr:last-child>:last-child,.mds .mds-table.mds-table--outer-border-corners-square tfoot tr:last-child>:first-child,.mds .mds-table.mds-table--outer-border-corners-square tfoot tr:last-child>:last-child,.mds .mds-table.mds-table--outer-border-corners-square thead tr:first-child>:first-child,.mds .mds-table.mds-table--outer-border-corners-square thead tr:first-child>:last-child{border-radius:0}.mds .mds-table .mds-table__cell--nowrap,.mds .mds-table .mds-table__cell--nowrap *,.mds .mds-table.mds-table--nowrap,.mds .mds-table.mds-table--nowrap *{white-space:nowrap}.mds .mds-table.mds-table--vertical-align-top td,.mds .mds-table.mds-table--vertical-align-top th{vertical-align:top}.mds .mds-table.mds-table--vertical-align-baseline td,.mds .mds-table.mds-table--vertical-align-baseline th{vertical-align:initial}.mds .mds-table.mds-table--vertical-align-bottom td,.mds .mds-table.mds-table--vertical-align-bottom th{vertical-align:bottom}.mds .mds-table .mds-table__column--row-selector{flex-grow:0;flex-shrink:0;width:1%}.mds .mds-table .mds_table__row--selected td{background-color:var(--mds_foundations_table_cell_selected_background-color);color:var(--mds_foundations_table_cell_selected_text-color)}.mds .mds-table .mds-table__column--row-expander{flex-grow:0;flex-shrink:0;width:1%}.mds .mds-table .mds-table__header-cell--sortable{cursor:pointer;padding-bottom:var(--mds_foundations_table_medium_header-cell_sortable_padding-bottom);padding-top:var(--mds_foundations_table_medium_header-cell_sortable_padding-top);-webkit-user-select:none!important;user-select:none!important}.mds .mds-table .mds-table__header-cell--sortable:hover{background-color:var(--mds_foundations_table_header-cell_sort_hover_background-color)}.mds .mds-table .mds-table__header-cell--sortable:active{background-color:var(--mds_foundations_table_header-cell_sort_active_background-color)}.mds .mds-table .mds-table__header-cell--sortable mc-button{pointer-events:none}.mds .mds-table .mds-table__header-cell--sortable mc-button::part(button){border-radius:0;padding:0}.mds .mds-table .mds-table__header-cell--sortable mc-button::part(text-and-icon){font-weight:var(--mds_foundations_table_header-cell_sort-button_font-weight)}.mds .mds-table.mds-table--scrollable{overflow:auto}.mds .mds-table.mds-table--header-none thead{display:none}.mds .mds-table.mds-table--header-none tbody tr:first-child>:first-child{border-top-left-radius:var(--row-border-radius)}.mds .mds-table.mds-table--header-none tbody tr:first-child>:last-child{border-top-right-radius:var(--row-border-radius)}.mds .mds-table.mds-table--footer tbody tr:last-child>:first-child{border-bottom-left-radius:0}.mds .mds-table.mds-table--footer tbody tr:last-child>:last-child{border-bottom-right-radius:0}.mds .mds-table.mds-table--footer tfoot tr:first-child td:after,.mds .mds-table.mds-table--footer tfoot tr:first-child th:after{border-top:var(--mds_foundations_table_border-width) var(--mds_foundations_table_border-style) var(--mds_foundations_table_border-color);content:"";height:var(--mds_foundations_table_border-width);left:0;position:absolute;right:0;top:0}.mds .mds-table .mds-table__column--sticky{left:0;position:sticky;z-index:10}.mds .mds-table.mds-table--header-sticky thead td,.mds .mds-table.mds-table--header-sticky thead th{position:sticky;top:0;z-index:11}.mds .mds-table.mds-table--header-sticky thead td.mds-table__column--sticky,.mds .mds-table.mds-table--header-sticky thead th.mds-table__column--sticky{z-index:12}.mds .mds-table.mds-table--footer-sticky tfoot td,.mds .mds-table.mds-table--footer-sticky tfoot th{bottom:0;position:sticky;z-index:11}.mds .mds-table.mds-table--footer-sticky tfoot td.mds-table__column--sticky,.mds .mds-table.mds-table--footer-sticky tfoot th.mds-table__column--sticky{z-index:12}.mds .mds-table td.mds-table__cell--text-center,.mds .mds-table th.mds-table__cell--text-center{text-align:center}.mds .mds-table td.mds-table__cell--number,.mds .mds-table td.mds-table__cell--text-right,.mds .mds-table th.mds-table__cell--number,.mds .mds-table th.mds-table__cell--text-right{text-align:right}.mds .mds-table td.mds-table__cell--number,.mds .mds-table td.mds-table__cell--tabular-figures,.mds .mds-table th.mds-table__cell--number,.mds .mds-table th.mds-table__cell--tabular-figures{font-feature-settings:"tnum"}.mds .mds-table td.mds-table__cell--content-top,.mds .mds-table th.mds-table__cell--content-top{vertical-align:top}.mds .mds-table td.mds-table__cell--content-center,.mds .mds-table th.mds-table__cell--content-center{vertical-align:middle}.mds .mds-table td.mds-table__cell--content-bottom,.mds .mds-table th.mds-table__cell--content-bottom{vertical-align:bottom}.mds .mds-table .mds-table__expanded-row--hidden{display:none}.mds .mds-table .mds-table__expanded-row--visible{display:table-row}.mds .mds-table .mds-table__expanded-row--visible:last-of-type{border-top:var(--mds_foundations_table_border-width) var(--mds_foundations_table_border-style) var(--mds_foundations_table_border-color)}.mds .mds-table.mds-table--medium .mds-table__expanded-row.mds-table__expanded-row--no-padding td{padding:0}.mds .mds-table.mds-table--medium .mds-table__expanded-row td{padding:var(--mds_foundations_table_medium_expanded-row_padding-top) var(--mds_foundations_table_medium_expanded-row_padding-right) var(--mds_foundations_table_medium_expanded-row_padding-bottom) var(--mds_foundations_table_medium_expanded-row_padding-left)}.mds .mds-table .mds-table__expanded-row__trigger::part(button){margin:0;width:auto}.mds .mds-table .mds-table__expanded-row__trigger::part(button):hover{background-color:initial}.mds .mds-table .mds-table__expanded-row__trigger::part(icon){transition:transform var(--mds_foundations_table_row-expander-trigger_transition-duration) ease-in-out}.mds .mds-table .mds-table__expanded-row__trigger--expanded::part(icon){transform:rotate(-180deg)}.mds .mds-table-and-caption{margin:var(--mds_foundations_table_margin-top) 0 var(--mds_foundations_table_margin-top)}.mds .mds-table-and-caption .mds-table{margin:0}.mds .mds-table-caption{color:var(--mds_foundations_table_caption_text-color);margin-bottom:var(--mds_foundations_table_medium_caption_margin-bottom)}.mds .mds-table-caption.mds-table-caption--small{font-family:var(--mds_brand_typography_text_font-family),var(--mds_brand_typography_text_font-family-fallback);font-size:var(--mds_brand_typography_text_small_mobile_font-size);line-height:var(--mds_brand_typography_text_small_mobile_line-height);margin-bottom:var(--mds_foundations_table_small_caption_margin-bottom)}@media screen and (min-width:1000px){.mds .mds-table-caption.mds-table-caption--small{font-size:var(--mds_brand_typography_text_small_desktop_font-size);line-height:var(--mds_brand_typography_text_small_desktop_line-height)}}.mds .mds-table-caption.mds-table-caption--small{font-style:var(--mds_brand_typography_text_small_normal_font-style);font-weight:var(--mds_brand_typography_text_small_normal_font-weight)}.mds .mds-table-caption.mds-table-caption--large{margin-bottom:var(--mds_foundations_table_large_caption_margin-bottom)}.mds .mds-table-caption{font-family:var(--mds_brand_typography_text_font-family),var(--mds_brand_typography_text_font-family-fallback);font-size:var(--mds_brand_typography_text_medium_mobile_font-size);line-height:var(--mds_brand_typography_text_medium_mobile_line-height)}@media screen and (min-width:1000px){.mds .mds-table-caption{font-size:var(--mds_brand_typography_text_medium_desktop_font-size);line-height:var(--mds_brand_typography_text_medium_desktop_line-height)}}.mds .mds-table-caption{font-style:var(--mds_brand_typography_text_medium_normal_font-style);font-weight:var(--mds_brand_typography_text_medium_normal_font-weight)}.mds-content h1{margin:var(--mds_foundations_typography_heading-1_margin-top) 0 var(--mds_foundations_typography_heading-1_margin-bottom)}.mds-content h2{margin:var(--mds_foundations_typography_heading-2_margin-top) 0 var(--mds_foundations_typography_heading-2_margin-bottom)}.mds-content h3{margin:var(--mds_foundations_typography_heading-3_margin-top) 0 var(--mds_foundations_typography_heading-3_margin-bottom)}.mds-content h4,.mds-content h5,.mds-content h6{margin:var(--mds_foundations_typography_heading-4_margin-top) 0 var(--mds_foundations_typography_heading-4_margin-bottom)}.mds-content p{margin:var(--mds_foundations_typography_paragraph_margin-top) 0 var(--mds_foundations_typography_paragraph_margin-bottom);padding:0}.mds-content hr{margin:var(--mds_foundations_horizontal-rule_margin-top) 0 var(--mds_foundations_horizontal-rule_margin-bottom) 0}.mds-content ol,.mds-content ul{margin:var(--mds_foundations_list_margin-top) var(--mds_foundations_list_margin-bottom);padding:0 0 0 var(--mds_foundations_list_vertical_padding-left)}.mds-content ol li,.mds-content ul li{padding-left:var(--mds_foundations_list_item_padding-left)}.mds-content slot[name=errormessage],.mds-content slot[name=hint],.mds-content slot[name=label],.mds-content slot[name=legend],.mds-content span[slot=errormessage],.mds-content span[slot=hint],.mds-content span[slot=label],.mds-content span[slot=legend]{align-items:center;display:flex;gap:var(--mds_foundations_slot_gap)}.mds-content mc-c-accordion h1,.mds-content mc-modal h1,.mds-content mc-popover h1,.mds-content mc-tab-bar h1{margin:calc(var(--mds_foundations_typography_heading-1_margin-top)/2) 0 calc(var(--mds_foundations_typography_heading-1_margin-bottom)/2) 0}.mds-content mc-c-accordion h2,.mds-content mc-modal h2,.mds-content mc-popover h2,.mds-content mc-tab-bar h2{margin:calc(var(--mds_foundations_typography_heading-2_margin-top)/2) 0 calc(var(--mds_foundations_typography_heading-2_margin-bottom)/2) 0}.mds-content mc-c-accordion h3,.mds-content mc-modal h3,.mds-content mc-popover h3,.mds-content mc-tab-bar h3{margin:calc(var(--mds_foundations_typography_heading-3_margin-top)/2) 0 calc(var(--mds_foundations_typography_heading-3_margin-bottom)/2) 0}.mds-content mc-c-accordion h4,.mds-content mc-c-accordion h5,.mds-content mc-c-accordion h6,.mds-content mc-modal h4,.mds-content mc-modal h5,.mds-content mc-modal h6,.mds-content mc-popover h4,.mds-content mc-popover h5,.mds-content mc-popover h6,.mds-content mc-tab-bar h4,.mds-content mc-tab-bar h5,.mds-content mc-tab-bar h6{margin:calc(var(--mds_foundations_typography_heading-4_margin-top)/2) 0 calc(var(--mds_foundations_typography_heading-4_margin-bottom)/2) 0}.mds-content mc-c-accordion p,.mds-content mc-modal p,.mds-content mc-popover p,.mds-content mc-tab-bar p{margin:calc(var(--mds_foundations_typography_paragraph_margin-top)/2) 0 calc(var(--mds_foundations_typography_paragraph_margin-bottom)/2) 0}.mds-content mc-c-accordion hr,.mds-content mc-modal hr,.mds-content mc-popover hr,.mds-content mc-tab-bar hr{margin:calc(var(----mds_foundations_horizontal-rule_margin-top)/2) 0 calc(var(--mds_foundations_horizontal-rule_margin-bottom)/2) 0}.mds-content mc-c-accordion ol,.mds-content mc-c-accordion ul,.mds-content mc-modal ol,.mds-content mc-modal ul,.mds-content mc-popover ol,.mds-content mc-popover ul,.mds-content mc-tab-bar ol,.mds-content mc-tab-bar ul{margin:calc(var(--mds_foundations_list_margin-top)/2) 0 calc(var(--mds_foundations_list_margin-bottom)/2) 0}*,:after,:before{box-sizing:border-box}a,b,blockquote,body,canvas,caption,code,div,em,embed,fieldset,figure,footer,form,h1,h2,h3,h4,h5,h6,header,html,i,iframe,img,label,li,main,nav,object,ol,p,pre,section,small,span,strike,strong,sub,sup,table,tbody,td,tfoot,th,thead,tr,tt,u,ul,video{-webkit-font-smoothing:antialiased;-webkit-text-size-adjust:none;-moz-text-size-adjust:none;text-size-adjust:none;border:0;font-size:100%;font:inherit;margin:0;padding:0;text-rendering:optimizeLegibility;vertical-align:initial}footer,header,main,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:"";content:none}table{border-collapse:collapse;border-spacing:0}input{-webkit-appearance:none;border-radius:0}.row-layout{display:flex;flex-direction:column;height:100vh}.col-layout{display:flex;flex:1 1;overflow:hidden}.ErrorPage{align-items:center;display:flex;flex-direction:column;justify-content:center;width:100%}.nps-btn-container{display:none}.Sidebar{border-right:1px solid #cfcfcf;display:flex;flex-direction:column;transition:width .2s ease-in-out;width:280px}.Sidebar:hover{box-shadow:-3px 0 7px 0 #545454}.Sidebar:hover .icon-container{box-shadow:0 0 3px 0 #545454}.Sidebar.is-collapsed{width:50px}.Sidebar .item-list{flex:1 1;gap:0;list-style:none;margin:0;overflow-x:hidden;overflow-y:auto;padding:0}.Sidebar .sidebar-header{position:relative}.Sidebar .sidebar-header .icon-container{background-color:#fff;border-radius:50%;box-shadow:0 0 0 1px #091e4214,0 2px 4px 1px #091e4214;display:flex;height:26px;position:absolute;right:-13px;top:7px;transition:all .3s ease-in-out;width:26px}.Sidebar .sidebar-header .icon-container.collapsed{transform:rotate(180deg)}.Sidebar .sidebar-header .icon-container mc-icon{padding:3px}.Sidebar .sidebar-header .icon-container:hover{background-color:#ededed;cursor:pointer}.Sidebar .sidebar-header .reported-data>.item-wrapper{border-top:1px solid #cfcfcf;margin:16px 12px 0;padding:16px 0 0}.SidebarItem{border-bottom:1px solid #dbdbdb;padding-left:0!important;-webkit-user-select:none;user-select:none}.SidebarItem .sidebar-wrapper{align-items:center;color:#141414;cursor:pointer;display:flex;font-size:14px;height:40px;padding:0 12px}.SidebarItem .sidebar-wrapper a,.SidebarItem .sidebar-wrapper>span{color:#141414;overflow:hidden;text-decoration:none;white-space:nowrap}.SidebarItem .sidebar-wrapper:hover{background-color:#ededed}.SidebarItem .sidebar-wrapper.active{background-color:#b5e0f5}.SidebarItem .sidebar-wrapper .icon{height:16px;margin-left:6px;margin-right:8px;overflow:visible;width:16px}.SidebarItem .sidebar-wrapper .chevron{height:12px;margin-left:auto;transition:.5s;width:12px}.SidebarItem .sidebar-wrapper .chevron.active{transform:rotate(180deg)}.SidebarItem .nav-links-wrapper{display:flex;flex-direction:column;font-size:14px;max-height:0;overflow:hidden}.SidebarItem .nav-links-wrapper.active{max-height:500px}.SidebarItem .nav-links-wrapper>a{color:#141414;line-height:20px;overflow:hidden;padding:10px 0 10px 50px;text-decoration:none;white-space:pre-line}.SidebarItem .nav-links-wrapper>a:hover{background-color:#ededed}.SidebarItem .nav-links-wrapper>a.active{color:#058ec6}.SidebarItem .nav-links-wrapper.is-collapsed{max-height:0}.SidebarItem.is-collapsed .nav-links-container{left:50px;padding-left:15px;position:absolute;transform:translateY(-40px);z-index:100}.SidebarItem.is-collapsed .nav-links-wrapper{background-color:#fff;max-height:0;width:0}.SidebarItem.is-collapsed .nav-links-wrapper>a{padding:10px;width:200px}.SidebarItem.is-collapsed:hover .nav-links-wrapper{box-shadow:0 0 0 1px #091e4214,0 2px 4px 1px #091e4214;max-height:500px;width:200px}.SidebarItem.is-collapsed:hover .nav-links-wrapper>a{white-space:normal}.AEEconomizer .note{float:right;font-size:13px}.ae-eco-historical-data .historical-data-div{font-weight:400;margin:30px 0}.ae-eco-historical-data .last-daily-txt{float:right;font-size:14px;margin-top:-54px}.MultiSelectSearch{display:flex;flex-direction:column}.MultiSelectSearch .label{margin-bottom:4px}.MultiSelectSearch .tooltip-container{display:inline-block;position:relative}.MultiSelectSearch .tooltip{background-color:#fff;border:1px solid #dbdbdb;border-radius:4px;color:#141414;display:none;font-size:.8em;left:0;padding:8px;position:absolute;top:200%;transform:translateY(-50%);width:310px;z-index:1}.MultiSelectSearch .tooltip .tooltip-text{overflow:hidden;text-overflow:ellipsis}.MultiSelectSearch .tooltip:before{background:inherit;box-shadow:inset -3px -3px 2px -3px #dbdbdb;content:"";height:10px;left:15px;position:absolute;top:-5px;transform:rotate(225deg);width:10px}.MultiSelectSearch .tooltip-container:hover .tooltip{display:inline-block}.filters-wrapper{grid-gap:12px;align-items:flex-start;display:grid;grid-template-columns:1fr 1fr 1fr;margin:24px 0}.filters-wrapper.two-columns{grid-template-columns:1fr 1fr}.filters-wrapper.one-column{grid-template-columns:1fr}.collapsable{border-bottom:1px solid #dbdbdb;border-top:1px solid #dbdbdb;margin-bottom:12px;position:relative}.collapsable .header{align-items:center;background-color:#fff;border-radius:50%;box-shadow:0 0 3px 0 #545454;box-shadow:0 0 0 1px #091e4214,0 2px 4px 1px #091e4214;cursor:pointer;display:flex;height:26px;justify-content:center;left:calc(50% - 26px);position:absolute;top:-13px;transition:all .3s ease-in-out;width:26px}.collapsable .header:hover{background-color:#ededed}.collapsable .content{max-height:1000px;transition:max-height .5s ease-in-out}.collapsable.collapsed .content{max-height:0;overflow:hidden}.collapsable.collapsed .header{transform:rotate(180deg)}.PageWrapper{display:flex;flex:1 1;flex-direction:column;overflow-x:hidden;overflow-y:auto;padding:0 24px 24px}.PageWrapper.with-border>.header{border-bottom:1px solid #dbdbdb}.PageWrapper .header{align-items:center;display:grid;grid-template-columns:auto auto}.PageWrapper .header h2{margin-bottom:8px;margin-top:8px}.PageWrapper .header .description{font-size:13px;margin-bottom:8px;margin-top:-8px}.PageWrapper .time-stamp{display:flex;flex-direction:column;font-size:14px;font-weight:450;gap:6px;justify-self:end}.PageWrapper .loading{margin-top:100px}@media(max-width:900px){.PageWrapper .last-daily-txt{font-size:.8rem}}@media(max-width:900px)and (min-width:777px){.PageWrapper .last-daily-txt{margin-left:10px}}.Table{box-sizing:border-box;display:flex;flex-direction:column;flex-shrink:0;max-height:70vh;overflow:hidden}.Table .header-wrapper{align-items:center;display:flex;justify-content:flex-end;margin-bottom:12px}.Table .header-wrapper .title{margin:0 auto 0 0}.Table .header-wrapper .title .table-title{margin:0}.Table .header-wrapper .title .table-description{font-size:13px}.Table .header-wrapper mc-button{margin-left:16px}.Table .header-wrapper mc-button>a{color:#353535;text-decoration:none}.Table .footer-controls{align-items:center;display:flex;gap:16px;justify-content:flex-end;margin-top:12px}.Table .TableWrapper{border:var(--mds_foundations_table_border-width) var(--mds_foundations_table_border-style) var(--mds_foundations_table_border-color);border-radius:var(--mdt-core-border-radius-m);height:auto;overflow:auto;position:relative}.Table .TableWrapper .table{border:none;border-collapse:initial;border-spacing:0;width:100%}.Table .TableWrapper .table td,.Table .TableWrapper .table th{border-right:var(--mds_foundations_table_border-width) solid}.Table .TableWrapper .table td{border-bottom:var(--mds_foundations_table_border-width) solid}.Table .TableWrapper .table td:last-child,.Table .TableWrapper .table th:last-child{border-right:none}.Table .TableWrapper .table td,.Table .TableWrapper .table th{border-color:var(--mds_foundations_table_border-color);border-style:var(--mds_foundations_table_border-style)}.Table .TableWrapper .table tfoot td,.Table .TableWrapper .table tfoot th{border-top:var(--mds_foundations_table_border-width) solid var(--mds_foundations_table_border-color)}.Table .TableWrapper .table .no-padding{padding:0}.Table .TableWrapper .with-sorter{cursor:pointer;padding-right:6px}.Table .TableWrapper .with-sorter:hover{background-color:#ededed}.Table .TableWrapper .table-header-group-wrapper{background-color:#fff;padding:12px}.Table .TableWrapper .placeholder{background-color:#fff}.Table .TableWrapper .table-header-group-content{align-items:center;display:flex;gap:10px;justify-content:center}.Table .TableWrapper .table-header-text-wrapper{display:flex;flex-direction:column}.Table .TableWrapper .table-header{height:40px}.Table .TableWrapper .table-sub-header{font-size:14px;font-weight:400}.Table .TableWrapper .table-header-column{line-height:20px}.Table .TableWrapper .sort-column-wrapper{align-items:center;display:flex}.Table .TableWrapper .sort-column-wrapper svg{margin-left:8px;min-width:20px}.Table .TableWrapper .icons-wrapper{display:flex;margin-left:auto;padding-left:4px}.Table .TableWrapper .fixed-header{position:sticky;top:0;z-index:13!important}.Table .TableWrapper .fixed-footer{bottom:0;position:sticky;z-index:13!important}.Table .TableWrapper .fixed-column{position:sticky;z-index:12}.Table .TableWrapper .fixed-column.fixed-footer{z-index:15}.Table .TableWrapper .highlight-risk{background:#e9b2b7!important}.Table .TableWrapper .compare-header mc-checkbox::part(label-container){align-items:center;flex-direction:column-reverse}.Table .TableWrapper .selectable-row{cursor:pointer}.Table .TableWrapper .active>td{background-color:#e8f6fc}.Table .TableWrapper .center-value{display:flex;justify-content:center}.Table .TableWrapper .status-fill-grey{background-color:#f7f7f7}.Table .TableWrapper .status-fill-red{background-color:#fcdde0}.Table .TableWrapper .status-fill-amber{background-color:#fff1c2}.Table .TableWrapper .status-fill-green{background-color:#dcf6d9}.Table .table-status{align-items:center;display:flex;justify-content:center;left:0;margin:50px 0;position:sticky}.Table .table-status *{margin:0}.mds .mds-table tr.subrow td{color:#878787;font-style:italic}.Tooltip{background-color:#fff!important;color:#545454!important;font-weight:400!important;max-width:max-content!important;opacity:1!important}.CustomizeColumnsModal{--mdt-theme-background-color-footer:#fff;--font-weight-modal-heading:400;--modal-title-font-size-m:20px}.CustomizeColumnsModal .mdc-dialog__title{background-color:green;border-bottom:5px solid red}.CustomizeColumnsModal .modal-content{border-bottom:1px solid #cfcfcf;border-top:1px solid #cfcfcf;bottom:64px;display:flex;gap:16px;left:24px;overflow:auto;padding:12px 0;position:absolute;right:24px;top:60px;-webkit-user-select:none;user-select:none}.CustomizeColumnsModal .modal-content .columns-section{flex:1 1}.CustomizeColumnsModal .modal-content .columns-section .header{border:none;font-size:14px;font-weight:700;margin-bottom:-8px}.CustomizeColumnsModal .modal-content .columns-section .selected-columns-header{font-size:14px}.CustomizeColumnsModal .modal-content .columns-section .selected-columns-header strong{font-weight:700}.CustomizeColumnsModal .modal-content .columns-section .checkbox-layout{display:flex}.CustomizeColumnsModal .modal-content .columns-section .checkbox-layout .checkbox-group{flex:1 1;margin-top:8px}.CustomizeColumnsModal .modal-content .columns-section .checkbox-layout .edit-button-container{display:flex;flex-direction:column;gap:20px;margin-left:-5px;margin-top:24px}.CustomizeColumnsModal .modal-content .columns-section .checkbox-layout .edit-button-container .btn-wrapper{align-items:center;border:1px solid #cfcfcf;border-left:0;border-radius:5px;border-bottom-left-radius:0;border-top-left-radius:0;display:flex;height:46px}.CustomizeColumnsModal .modal-content .columns-section .listItem{border:1px solid #cfcfcf;border-radius:5px;display:flex;flex-direction:column;height:46px;margin-bottom:8px;margin-top:0!important;padding:8px}.CustomizeColumnsModal .modal-content .columns-section .listItem.remove-right-border{border-bottom-right-radius:0;border-right:0;border-top-right-radius:0}.CustomizeColumnsModal .modal-content .columns-section .listItem.disabled{background:#ededed;cursor:not-allowed;pointer-events:none}.CustomizeColumnsModal .modal-content .columns-section .listItem.active{background:#add8e6}.CustomizeColumnsModal .modal-content .columns-section .listItem .label{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:220px}.CustomizeColumnsModal .modal-content .droppable{display:flex;flex-direction:column;margin-top:8px}.CustomizeColumnsModal .modal-content .droppable .draggable{align-items:center;border:1px solid #cfcfcf;border-radius:5px;display:flex;justify-content:space-between;margin-bottom:8px;padding:8px}.CustomizeColumnsModal .modal-content .droppable .draggable--isDragging{background-color:#fff;border:1px solid #0ca0ce}.CustomizeColumnsModal .modal-content .droppable .draggable--isDisabled{background:#ededed;cursor:not-allowed;-webkit-user-select:none;user-select:none}.CustomizeColumnsModal .modal-content .droppable .label{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:220px}.CustomizeColumnsModal .restore-defaults{left:24px;margin-right:auto;position:absolute}.customize-btn-wrapper{align-items:center;display:flex}.customize-btn-wrapper>.customize-label{background-color:#ffeba8;border-radius:100px;font-size:13px;line-height:16px;margin-top:6px;padding:4px 12px}.DateRangePicker .popover-container{align-items:stretch;display:flex;flex-direction:column;gap:8px;justify-content:stretch;padding:8px}.DateRangePicker .popover-container .calender-wrapper{display:flex}.DateRangePicker .popover-container .apply-button{margin-left:auto}.DateRangePicker .popover-text-helper{align-items:center;display:flex;gap:8px}.DateRangePicker .popover-text-helper *{max-width:max-content}.GraphTooltip{min-width:250px}.GraphTooltip .tooltip-title{font-size:13px;font-weight:700}.GraphTooltip .tooltip-container{display:flex;flex-direction:column}.GraphTooltip .tooltip-container .tooltip-item{display:flex;gap:10px}.GraphTooltip .tooltip-container .tooltip-item .tooltip-label{font-size:12px;margin:0;min-width:100px;text-align:left}.GraphTooltip .tooltip-container .tooltip-item .tooltip-value{text-wrap:wrap;display:inline-block;flex:1 1;font-size:12px;font-weight:700;margin:0;max-width:200px;overflow:hidden;text-align:right;text-overflow:ellipsis}.rc-slider{border-radius:6px;height:14px;padding:5px 0;position:relative;touch-action:none;width:100%}.rc-slider,.rc-slider *{-webkit-tap-highlight-color:rgba(0,0,0,0);box-sizing:border-box}.rc-slider-rail{background-color:#e9e9e9;border-radius:6px;height:4px;position:absolute;width:100%}.rc-slider-track,.rc-slider-tracks{background-color:#abe2fb;border-radius:6px;height:4px;position:absolute}.rc-slider-track-draggable{background-clip:content-box;border-bottom:5px solid #0000;border-top:5px solid #0000;box-sizing:initial;transform:translateY(-5px);z-index:1}.rc-slider-handle{background-color:#fff;border:2px solid #96dbfa;border-radius:50%;cursor:pointer;cursor:grab;height:14px;margin-top:-5px;opacity:.8;position:absolute;touch-action:pan-x;width:14px;z-index:1}.rc-slider-handle-dragging.rc-slider-handle-dragging.rc-slider-handle-dragging{border-color:#57c5f7;box-shadow:0 0 0 5px #96dbfa}.rc-slider-handle:focus{box-shadow:none;outline:none}.rc-slider-handle:focus-visible{border-color:#2db7f5;box-shadow:0 0 0 3px #96dbfa}.rc-slider-handle-click-focused:focus{border-color:#96dbfa;box-shadow:none}.rc-slider-handle:hover{border-color:#57c5f7}.rc-slider-handle:active{border-color:#57c5f7;box-shadow:0 0 5px #57c5f7;cursor:grabbing}.rc-slider-mark{font-size:12px;left:0;position:absolute;top:18px;width:100%}.rc-slider-mark-text{color:#999;cursor:pointer;display:inline-block;position:absolute;text-align:center;vertical-align:middle}.rc-slider-mark-text-active{color:#666}.rc-slider-step{background:#0000;height:4px;position:absolute;width:100%}.rc-slider-dot{background-color:#fff;border:2px solid #e9e9e9;border-radius:50%;bottom:-2px;cursor:pointer;height:8px;position:absolute;vertical-align:middle;width:8px}.rc-slider-dot-active{border-color:#96dbfa}.rc-slider-dot-reverse{margin-right:-4px}.rc-slider-disabled{background-color:#e9e9e9}.rc-slider-disabled .rc-slider-track{background-color:#ccc}.rc-slider-disabled .rc-slider-dot,.rc-slider-disabled .rc-slider-handle{background-color:#fff;border-color:#ccc;box-shadow:none;cursor:not-allowed}.rc-slider-disabled .rc-slider-dot,.rc-slider-disabled .rc-slider-mark-text{cursor:not-allowed!important}.rc-slider-vertical{height:100%;padding:0 5px;width:14px}.rc-slider-vertical .rc-slider-rail{height:100%;width:4px}.rc-slider-vertical .rc-slider-track{bottom:0;left:5px;width:4px}.rc-slider-vertical .rc-slider-track-draggable{border-bottom:0;border-left:5px solid #0000;border-right:5px solid #0000;border-top:0;transform:translateX(-5px)}.rc-slider-vertical .rc-slider-handle{margin-left:-5px;margin-top:0;position:absolute;touch-action:pan-y;z-index:1}.rc-slider-vertical .rc-slider-mark{height:100%;left:18px;top:0}.rc-slider-vertical .rc-slider-step{height:100%;width:4px}.rc-slider-vertical .rc-slider-dot{margin-left:-2px}.rc-slider-tooltip-zoom-down-appear,.rc-slider-tooltip-zoom-down-enter,.rc-slider-tooltip-zoom-down-leave{animation-duration:.3s;animation-fill-mode:both;animation-play-state:paused;display:block!important}.rc-slider-tooltip-zoom-down-appear.rc-slider-tooltip-zoom-down-appear-active,.rc-slider-tooltip-zoom-down-enter.rc-slider-tooltip-zoom-down-enter-active{animation-name:rcSliderTooltipZoomDownIn;animation-play-state:running}.rc-slider-tooltip-zoom-down-leave.rc-slider-tooltip-zoom-down-leave-active{animation-name:rcSliderTooltipZoomDownOut;animation-play-state:running}.rc-slider-tooltip-zoom-down-appear,.rc-slider-tooltip-zoom-down-enter{animation-timing-function:cubic-bezier(.23,1,.32,1);transform:scale(0)}.rc-slider-tooltip-zoom-down-leave{animation-timing-function:cubic-bezier(.755,.05,.855,.06)}@keyframes rcSliderTooltipZoomDownIn{0%{opacity:0;transform:scale(0);transform-origin:50% 100%}to{transform:scale(1);transform-origin:50% 100%}}@keyframes rcSliderTooltipZoomDownOut{0%{transform:scale(1);transform-origin:50% 100%}to{opacity:0;transform:scale(0);transform-origin:50% 100%}}.rc-slider-tooltip{left:-9999px;position:absolute;top:-9999px;visibility:visible}.rc-slider-tooltip,.rc-slider-tooltip *{-webkit-tap-highlight-color:rgba(0,0,0,0);box-sizing:border-box}.rc-slider-tooltip-hidden{display:none}.rc-slider-tooltip-placement-top{padding:4px 0 8px}.rc-slider-tooltip-inner{background-color:#6c6c6c;border-radius:6px;box-shadow:0 0 4px #d9d9d9;color:#fff;font-size:12px;height:24px;line-height:1;min-width:24px;padding:6px 2px;text-align:center;text-decoration:none}.rc-slider-tooltip-arrow{border-color:#0000;border-style:solid;height:0;position:absolute;width:0}.rc-slider-tooltip-placement-top .rc-slider-tooltip-arrow{border-top-color:#6c6c6c;border-width:4px 4px 0;bottom:4px;left:50%;margin-left:-4px}.RangeSlider{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:space-between;margin-top:-15px}.RangeSlider .rc-slider-handle,.RangeSlider .rc-slider-track{background-color:#00243d;border:#00243d;opacity:1}.RangeSlider .rc-slider{width:calc(100% - 10px)}.RangeSlider .marks{color:#000}.RangeSlider .slider-wrapper{height:100%;width:100%}.RangeSlider .slider-wrapper .labels-wrapper{align-items:center;display:flex;margin-top:0;padding-top:14px}.RangeSlider .slider-wrapper .labels-wrapper .tag{background:#e6e6e6;border-radius:4px;margin-left:16px;padding:4px 10px}.AEPerformance .ae-performance-chart{min-height:700px}.AESfocPerformance .date-wrapper{align-items:flex-end;display:flex;gap:16px}.AESfocPerformance .date-wrapper *{flex:1 1}.AESfocPerformance .relative{position:relative}.AESfocPerformance .all-container{cursor:pointer;display:flex;flex-direction:column;font-size:13px;font-weight:700;gap:4px;left:80.6%;margin-left:4px;position:absolute;top:25px}.AESfocPerformance .all-data.active .dot{background-color:#00243d}.AESfocPerformance .all-data.inactive{color:#878787}.AESfocPerformance .all-data.indeterminate .dot{background-color:#0000;border:2px solid #00243d}.AESfocPerformance .all-data .dot{background-color:#bbb;border-radius:50%;display:inline-block;height:14px;margin-right:10px;width:14px}.AESfocPerformance .all-models.active .dot{background-color:#00243d}.AESfocPerformance .all-models.inactive{color:#878787}.AESfocPerformance .all-models.indeterminate .dot{background-color:#0000;border:2px solid #00243d}.AESfocPerformance .all-models .dot{background-color:#bbb;border-radius:50%;display:inline-block;height:14px;margin-right:10px;width:14px}.AESfocPerformance .visual-tooltip{max-width:300px}.AESfocPerformance .visual-tooltip .tooltip-title{font-size:12px;font-weight:700}.AESfocPerformance .visual-tooltip .container{display:flex;flex-direction:row}.AESfocPerformance .visual-tooltip .left-column{font-size:13px;margin:0;text-align:left;width:50%}.AESfocPerformance .visual-tooltip .right-column{display:inline-block;font-size:12px;font-weight:700;margin:0;overflow:hidden;text-align:right;text-overflow:ellipsis;white-space:nowrap;width:50%}.Echarts .Select{display:inline-flex}.Echarts .relative{position:relative}.Echarts .all{cursor:pointer;display:flex;font-size:13px;font-weight:700;left:85%;margin-left:4px;position:absolute;top:20%}.Echarts .all.active .dot{background-color:#00243d}.Echarts .all.inactive{color:#878787}.Echarts .all.indeterminate .dot{background-color:#0000;border:2px solid #00243d}.Echarts .all .dot{background-color:#bbb;border-radius:50%;display:inline-block;height:14px;margin-right:10px;width:14px}.ChangeLogItem{display:flex;flex-direction:column;margin:24px 0}.ChangeLogItem .date{font-weight:700;margin-top:12px}.ChangeLog .ingress{margin-top:16px}.energy-card{align-items:center;border-radius:4px;box-shadow:0 3px 8px -4px #00000080;display:flex;flex-direction:column;justify-content:center;margin-bottom:25px;padding:16px;width:200px}.energy-card .card-icon{display:flex;flex-direction:row;justify-content:flex-end;width:100%}.energy-card .card-header{display:flex;font-size:16px;font-weight:700;justify-content:center;margin-bottom:16px}.energy-card .card-header .title{text-align:center}.energy-card .card-body{align-items:center;display:flex;font-size:26px;font-weight:400;justify-content:center}.energy-card .card-body .unit{margin-left:4px}.energy-card-container{display:flex;flex-direction:row;gap:25px}.card-subheader{margin-bottom:8px}.LabelChip{align-items:center;border-radius:4px;display:flex;font-size:12px;min-height:24px;min-width:64px;padding:0 10px;text-align:center;width:max-content}.LabelChip span{flex:1 1;text-align:center}.LabelChip svg{flex:1 1;height:15px;width:15px}.LabelChip .label-left{text-align:left}.LabelChip.red{background-color:#f9d9d7;border:1px solid #b10d0a;color:#b10d0a}.LabelChip.red svg{fill:#b10d0a}.LabelChip.orange{background-color:#ffbd86;border:1px solid #ff7f00;color:#ff7f00}.LabelChip.orange svg{fill:#ff7f00}.LabelChip.amber{background-color:#ffebd2;border:1px solid #ff9b1e;color:#b34102}.LabelChip.amber svg{fill:#b34102}.LabelChip.green{background-color:#d9f3de;border:1px solid #41c35c;color:#0b6f18}.LabelChip.green svg{fill:#0b6f18}.LabelChip.grey{background-color:#d2d2d2;border:1px solid #aeaeae;color:#141414}.LabelChip.grey svg{fill:#141414}.LabelChip.white{background-color:#fff;border:1px solid #000;color:#000}.LabelChip.white svg{fill:#000}.LabelChip.darkgreen{background-color:#96f3a8;border:1px solid #69ba7b;color:#237423}.LabelChip.darkgreen svg{fill:#355035}.LabelChip.yellow{background-color:#fff2c2;border:1px solid #d6cb37;color:#7d7d52}.LabelChip.yellow svg{fill:#7d7d52}.LabelChip.blue{background-color:#cfe4ee;border:1px solid #3b99c8;color:#11506f}.LabelChip.blue svg{fill:#0b6f18}.LabelChip.purple{background-color:#e2c3ff;border:1px solid #8e6dbf;color:#4a2d7b}.LabelChip.purple svg{fill:#4a2d7b}.LabelChip.v2{border:none;border-radius:15px;color:#141414}.radio-input-container{zoom:.9}.component-healthcheck-filter-wrapper{margin:0 8px 12px 0}.component-details-wrapper{margin-top:24px}.components-overview-graph-container{display:flex;gap:12px;margin:20px 0 40px;min-height:500px;width:100%}.components-overview-graph-container .components-overview-bar-graph{flex:60% 1;min-width:360px;width:100%}.components-overview-graph-container .components-overview-pie-chart{flex:40% 1;min-width:240px;width:100%}.Connectivity .sensors-wrapper{display:flex;gap:8px}.EnergyAdviceCLF .EnergyAdviceCLF-Graph{min-height:380px}.EnergyDashboard .number-row{text-align:right}.EnergyDashboard .col-span-2{grid-column:span 2/span 2}.EnergyDashboard .baseline-checkbox{align-self:flex-end}.EnergyDashboard .header-card{margin-bottom:12px}.EnergyDashboard .table-wrapper{position:relative}.EnergyDashboard .table-wrapper .floating-icon{align-items:center;background:#0073ab;border-radius:50%;bottom:24px;box-shadow:0 4px 4px #00000040;cursor:pointer;display:flex;height:40px;justify-content:center;position:absolute;right:24px;transition:all .2s;width:40px;z-index:13}.EnergyDashboard .table-wrapper .floating-icon:hover{background:#42b0d5}.EnergyDashboard .table-wrapper .individual-aes{text-align:left}.EnergyDashboard .table-wrapper .individual-aes>p{display:flex}.EnergyDashboard .table-wrapper .individual-aes>p:first-of-type{margin:0 0 8px}.EnergyDashboard .table-wrapper .individual-aes>p:not(:first-of-type){margin:0}.EnergyDashboard .table-wrapper .individual-aes>p span{margin-left:auto}.EnergyManagement{display:flex}.EnergyManagement .date-wrapper{align-items:flex-end;display:flex;flex-wrap:wrap;gap:12px}.EnergyManagement .date-wrapper *{flex:1 1}.EnergyManagement .reports-wrapper{margin-top:24px}.EnergyManagement .reports-table,.EnergyManagement .vessel-overview-table{margin-top:12px}.EnergyManagement .with-border{border:1px solid #878787}.EnergyManagement .ae-wrapper{align-items:center;display:flex;gap:4px}.EnergyManagement .ae-wrapper span{width:30px}.EnergyManagement .ae-wrapper svg{height:24px;width:24px}.EnergyManagement .baseline-target{margin-top:35px}.EnergyManagement .export-csv{margin-top:30px}.EnergyManagementReports{display:flex}.EnergyManagementReports .reports-table,.EnergyManagementReports .vessel-overview-table{margin-top:12px}.EnergyManagementReports .font-bold{font-weight:700}.EnergyManagementReports .Graph{position:relative;width:100%}.EnergyManagementReports .Graph .container{height:480px}.EnergyManagementReports .Graph .container.me-container{height:900px}.EnergyManagementReports .Graph .boiler-container{height:400px}.EnergyManagementReports .Graph .hidden{display:none}.EnergyManagementReports .Graph .engine-name{color:"#141414";font-size:15px;font-weight:700;inset:0;margin:0;position:absolute;text-align:center;top:6.5%;width:100%}.EnergyManagementTC{display:flex}.EnergyManagementTC .date-wrapper{align-items:flex-end;display:flex;gap:16px}.EnergyManagementTC .date-wrapper *{flex:1 1}.EnergyManagementTC .reports-table,.EnergyManagementTC .vessel-overview-table{margin-top:12px}.EnergyManagementTC .font-bold{font-weight:700}.Graph{margin:24px 0}.Graph .container{height:480px;margin:0 auto 0 0;width:100%}.Graph .container.boiler-chart{height:400px}.Graph .dummy-legend-container{display:flex;flex-direction:column;gap:10px;left:85.4%;position:absolute}.Graph .dummy-legend-container .dummy-legend{align-items:center;display:flex;gap:10px}.Graph .dummy-legend-container .dot{background-color:#cfcfcf;border-radius:50%;display:inline-block;height:14px;width:14px}.Graph .dummy-legend-container .label{color:#141414;font-size:12px;font-weight:400}.MEChart{position:relative;width:100%}.MEChart .engine-name{color:"#141414";font-size:15px;font-weight:700;inset:0;margin:0;position:absolute;text-align:center;top:6.5%;width:100%}.Tooltip{max-width:210px}.Tooltip .tooltip-container{display:grid;grid-template-columns:1fr 1fr}.Tooltip p{font-size:12px;margin:0}.Tooltip .tooltip-title{font-size:16px;font-weight:700}.Tooltip .tooltip-value{font-weight:700;text-align:right}.EnergyOverviewTC .date-wrapper{align-items:flex-end;display:flex;flex-wrap:wrap;gap:12px}.EnergyOverviewTC .date-wrapper *{flex:1 1}.EnergyOverviewTC #days{margin-top:22px}.EnergyHeatMap .radioContainer{padding-top:1em}.EngineTestOverview .Table{margin:24px 0}.EngineTestOverview .chart{height:500px;width:100%}.export-wrapper{direction:rtl}tr>th.table-header-column.table-header-group-wrapper{background-color:#f7f7f7!important}.forecasting-expand-component-icon{margin-right:12px}.forecasting-table-expand-cell{cursor:pointer;display:flex}.text-align-right{text-align:right}.validation-alert{margin-bottom:16px}.IndividualMode{height:350px;width:100%}.IndividualMode .relative{position:relative}.ComparisionChart{position:relative;width:100%}.ComparisionChart .chart-wrapper{height:350px;width:100%}.ComparisionChart .Select{display:inline-flex}.ComparisionChart .all{align-items:center;cursor:pointer;display:flex;font-size:13px;font-weight:700;margin-left:4px;position:absolute;right:110px;top:5px}.ComparisionChart .all.active .dot{background-color:#00243d}.ComparisionChart .all.inactive{color:#878787}.ComparisionChart .all.indeterminate .dot{background-color:#0000;border:2px solid #00243d}.ComparisionChart .all .dot{background-color:#bbb;border-radius:50%;display:inline-block;height:14px;margin-right:10px;width:14px}.MonthlySoundingLossChart{display:flex;flex-direction:row;width:100%}.MonthlySoundingLossChart .labels{display:flex;margin-bottom:50px}.MonthlySoundingLossChart .labels p{text-align:center;transform:rotate(180deg);writing-mode:vertical-lr}.MonthlySoundingLossChart .chart-wrapper{height:350px;width:100%}.RiskScoreTooltip{display:flex;flex-direction:column;gap:10px;width:350px}.RiskScoreTooltip h6{font-size:14px;margin:10px 0 0}.RiskScoreTooltip span{font-size:14px;margin:0;padding:0}.RiskScoreTooltip .row{display:flex;flex-direction:row}.RiskScoreTooltip .row *{flex:1 1}.HullFoulingChart .chart{height:500px;width:100%}.HullFouling .hull-fouling-table{height:70vh;margin-top:48px}.HullFouling .fouling-risk,.HullFouling .status-cell{display:flex;justify-content:center}.HullFouling .IconWrapper{display:inline-block}.HullFouling .IconWrapper>svg{float:right;margin-top:-3px}.HullFouling td:hover td>svg>path{fill:#fff}.HullFouling td:hover .alert-cell.risk-white>svg>path{fill:#141414}.HullFoulingDetails .header-section{align-items:center;display:flex;font-size:26px;gap:10px;margin-top:30px;padding-left:5px;padding-right:15px;width:100%}.HullFoulingDetails .header-section .risk-level{background:#dbdbdb;border-radius:4px;display:flex;font-size:16px;padding:5px 16px}.HullFoulingDetails .header-section .risk-level.red{background:#e9b2b7}.HullFoulingDetails .header-section .risk-level.green{background:#c5e5c2}.HullFoulingDetails .header-section .risk-level.amber{background:#ffeba8}.HullFoulingDetails .header-section .risk-level.white{background:#fff;border:1px solid #000}.HullFoulingDetails .header-section .name{padding-left:5px}.HullFoulingDetails .header-section .right{color:#141414;font-size:14px;margin-left:auto}.HullFoulingDetails .container{display:flex;flex-direction:row;flex-wrap:wrap;gap:24px;margin-bottom:12px;margin-top:43px}.HullFoulingDetails .action-wrapper{align-items:flex-end;display:flex;flex-direction:column;margin:24px 0}.HullFoulingDetails .action-wrapper>p{color:#545454;font-size:12px;margin-top:8px}.HullFoulingDetails .no-data{align-items:center;display:flex;flex-direction:column;margin-top:-10px}.HullFoulingDetails .no-data .no-data-label{font-weight:700;margin-top:20px}.Modal{display:flex;flex-direction:column;gap:16px;margin-top:-16px}.Modal .description{margin:0}.Modal .input-wrapper{display:flex;justify-content:space-between}.Modal .input-wrapper .input-type{width:170px}.Modal .alert-wrapper,.footer{display:flex;gap:16px}.footer{justify-content:flex-end;margin-top:16px}.EventLogs,.EventLogs .title{margin-bottom:24px}.SeaActivity .chart-wrapper{margin:10px!important;position:relative}.SeaActivity .chart-wrapper .chart{height:550px;width:100%}.SeaActivity .chart-wrapper .no-data{font-weight:700;left:50%;position:absolute;top:37%;transform:translateX(-50%)}.SeaActivity .chart-wrapper .no-data .no-data-label{margin-top:10px}.ProgressCard{align-items:center;display:flex;flex-direction:column}.ProgressCard>*{margin-top:10px}.ProgressCard .text-wrapper{margin-top:30px}.ProgressCard .text-wrapper .label{font-weight:700}.ProgressCard .progress-bar{background:#ededed;border-radius:20px;display:flex;height:16px;margin-top:45px;width:100%}.ProgressCard .progress-bar .progress{background:#c5e5c2;border-radius:20px 0 0 20px;display:flex}.ProgressCard .progress-footer{color:#545454;display:flex;font-size:14px;justify-content:space-between;width:100%}.Card{border:1px solid #cfcfcf;border-radius:4px;display:flex;flex-direction:column;height:184px;padding:16px;width:354px}.Card .card-header{align-items:center;display:flex}.Card .card-header .left-title{font-size:20px}.Card .card-header .right-title{color:#545454;font-size:14px;margin-left:auto}.Card .card-children{align-items:center;display:flex;flex:1 1;justify-content:center}.Card .card-children>*{flex:1 1;width:100%}.UnderWater{align-items:center;display:flex;flex-direction:column;padding:10px}.UnderWater>*{margin-top:10px}.UnderWater .text-wrapper{margin-top:20px}.UnderWater .text-wrapper .label{font-weight:700;margin-top:20px}.UnderWater .card-footer{color:#141414;margin-top:15px}.RunningMode{align-items:center;display:flex;flex-direction:column}.RunningMode .card-value{align-items:center;display:flex;margin-bottom:10px;margin-top:30px}.RunningMode .card-value .card-data{font-size:26px;margin-right:5px}.RunningMode .card-value .card-data.red{color:#b80012}.RunningMode .card-value .card-data.green{color:#40ab35}.RunningMode .card-value .card-data.amber{color:#ffd029}.RunningMode .card-footer{color:#545454;font-size:12px;margin-top:10px}.Paint{align-items:center;display:flex;flex-direction:column;padding:10px}.Paint>*{margin-top:10px}.Paint .card-label{font-weight:700;margin-bottom:5px;margin-top:20px}.HullCleaning .card-children{align-items:end}.HullCleaning .content{align-items:center;display:flex;flex-direction:column;padding:10px}.HullCleaning .content>*{margin-top:10px}.HullCleaning .content .text-wrapper{margin-top:20px}.HullCleaning .content .text-wrapper .label{font-weight:700;margin-top:20px}.HullCleaning .content .card-footer{color:#141414;margin-top:15px}.LubeOil .button-wrapper{display:flex;justify-content:flex-end;padding-bottom:12px}.LubeOil .button-wrapper *{margin-left:8px}.LubeOil mc-loading-indicator{margin:0 10px 0 0}.icons-container{cursor:default}.icons-container--icon-text{align-items:center;display:flex;gap:4px;padding:4px 0}.max-fuel-description{font-size:14px;margin:0 0 4px}.shore-status-container{display:flex;flex-direction:row;width:max-content}.PerformanceAlert strong{font-weight:500;text-decoration:underline}.PerformanceAlert .info-header{grid-row-gap:20px;display:grid;grid-template-areas:"header header" "portcall waste";grid-template-columns:1fr 1fr;grid-template-rows:1fr 1fr;row-gap:20px}.PerformanceAlert .info-header .title{align-items:center;display:flex;gap:15px;grid-area:header}.PerformanceAlert .info-header .title h3{margin:auto 0}.PerformanceAlert .info-header .portcall{grid-area:portcall}.PerformanceAlert .info-header .waste{grid-area:waste}.PerformanceAlert .main-content{border-top:1px solid #dbdbdb;display:flex;gap:10px;height:100%}.PerformanceAlert .main-content .info-section{display:flex;flex:1 1;flex-direction:column;gap:20px;height:100%;overflow:auto;padding:10px 10px 10px 0}.PerformanceAlert .main-content .info-section .heading{font-size:20px;font-weight:700;margin-bottom:15px}.PerformanceAlert .main-content .info-section .block .heading{font-size:14px;font-weight:700;margin-bottom:5px}.PerformanceAlert .main-content .info-section .block .step-title{font-size:16px}.PerformanceAlert .main-content .info-section .block .content{display:flex;flex-direction:column;font-size:14px;gap:10px}.PerformanceAlert .main-content .info-section .block .content .issue{display:flex;justify-content:space-between}.PerformanceAlert .main-content .line{border-left:1px solid #dbdbdb;flex-shrink:0;height:100%}.PerformanceAlert .padding-btm{padding-bottom:20px}.MessageContainer .message .content{align-items:flex-end;display:flex;gap:8px;padding-bottom:8px}.MessageContainer .message .content .communication-message{font-size:14px}.MessageContainer .message .timestamp{color:#767676;font-size:.9em}.MessageContainer .message .timestamp span{text-align:right}.MessageContainer .message mc-notification::part(notification){background-color:#d3ecf9;border-radius:12px 12px 0 12px;color:#000;width:300px}.MessageContainer .message mc-icon::part(icon){fill:#fff;background-color:#545454;border-radius:50%;padding:4px}.MessageContainer.shore .message{padding:40px 0 8px 300px}.MessageContainer.shore .message .content{flex-direction:row-reverse}.MessageContainer.shore .message .timestamp{float:right;padding-right:32px}.MessageContainer.shore .message .timestamp span{display:block}.MessageContainer.shore .message mc-notification::part(notification){background-color:#d3ecf9}.MessageContainer.vessel .message{padding:40px 8px 8px 0}.MessageContainer.vessel .message .timestamp{padding-left:30px}.MessageContainer.vessel .message mc-notification::part(notification){background-color:#f7f7f7}.MessageContainer .status-message{display:block}.panel-title{font-family:Maersk Headline;font-size:20px;font-style:normal;font-weight:400;line-height:24px}.CommunicationHistory{flex:1 1;padding:10px}.CommunicationHistory .heading{font-weight:700;margin:0 0 15px}.CommunicationHistory .conversation-container{display:flex;flex-direction:column;max-height:66vh;width:100%}.CommunicationHistory .conversation-container--history{margin:20px 0;overflow:auto}.CommunicationHistory .conversation-container--button-group{align-items:flex-end;display:flex;gap:16px;justify-content:flex-end;margin-top:24px}.CommunicationHistory .conversation-container--button-group .spacer{flex:1 1}.MaxFuelHistorical .title{margin-top:16px}.MaxFuelHistorical .card-container{display:flex;gap:16px}.MaxFuelHistorical .card-container .energy-card{flex-basis:100%}.MaxFuelHistorical .card-container .title{margin-top:0}.MeSfoc .vessel-item{align-items:center;display:flex;justify-content:space-between;line-height:20px;overflow:hidden;padding:0;visibility:hidden}.MeSfoc .vessel-item:hover{background-color:#ededed;cursor:pointer}.MeSfoc .vessel-item.active{height:4rem;max-height:100%;padding:0 1.4rem;visibility:visible}.MeSfoc .placeholder{align-items:center;display:flex;flex-direction:row-reverse;height:4rem;margin:0 1rem}.MeSfoc .vessels{background-color:#fff;border:1px solid #cfcfcf;border-radius:.3rem;box-shadow:0 0 .3rem #14141426,0 .3rem .3rem #14141426;height:auto;max-height:26rem;min-width:20rem;overflow:hidden;overflow-y:auto;position:absolute;visibility:hidden;width:100%;z-index:10}.MeSfoc .vessels.active{visibility:visible}.MeSfoc .vessel-list{position:relative;width:100%}.MeSfoc .vessel-list .label{display:flex;justify-content:space-between}.MeSfoc .vessel-list .label p{margin:0}.MeSfoc .vessel-list.container{background-color:#fff;border:1px solid #cfcfcf;border-radius:.3rem;max-height:300px;position:absolute;width:100%;z-index:3}.MeSfoc .vessel-list.container.active{border-color:#0ca2cf;box-shadow:0 0 0 .3rem #b7e1f5}.MeSfoc .vessel-list .info{align-items:center;display:flex}.MeSfoc .vessel-list .info span{color:#a3ada8;margin-left:8px}.MeSfoc .relative{position:relative}.MeSfoc .all-container{cursor:pointer;display:flex;flex-direction:column;font-size:13px;font-weight:700;gap:4px;left:80%;margin-left:4px;position:absolute;top:30px}.MeSfoc .date-container{align-items:flex-end;display:flex;gap:16px}.MeSfoc .date-container>.svui-input-container{width:100%}.MeSfoc .date-container>.svui-input-container.has-label{padding:0 1em 0 0}.MeSfoc .all-data.active .dot{background-color:#00243d}.MeSfoc .all-data.inactive{color:#878787}.MeSfoc .all-data.indeterminate .dot{background-color:#0000;border:2px solid #00243d}.MeSfoc .all-data .dot{background-color:#bbb;border-radius:50%;display:inline-block;height:14px;margin-right:10px;width:14px}.MeSfoc .all-models.active .dot{background-color:#00243d}.MeSfoc .all-models.inactive{color:#878787}.MeSfoc .all-models.indeterminate .dot{background-color:#0000;border:2px solid #00243d}.MeSfoc .all-models .dot{background-color:#bbb;border-radius:50%;display:inline-block;height:14px;margin-right:10px;width:14px}.MeSfoc .visual-tooltip{max-width:400px}.MeSfoc .visual-tooltip p{margin:0}.MeSfoc .visual-tooltip .tooltip-title{font-size:16px;font-weight:700}.MeSfoc .visual-tooltip .container{display:flex;flex-direction:row}.MeSfoc .visual-tooltip .left-column{font-size:13px;margin:0;text-align:left;width:50%}.MeSfoc .visual-tooltip .right-column{display:inline-block;font-size:12px;font-weight:700;margin:0;overflow:hidden;text-align:right;text-overflow:ellipsis;white-space:nowrap;width:50%}.OverviewDashboard{padding-top:24px}.OverviewDashboard .header-wrapper{align-items:center;display:flex}.OverviewDashboard .header-wrapper .header{border-bottom:none;font-size:40px;margin-bottom:0;margin-right:16px;margin-top:0}.OverviewDashboard .graph-container{grid-gap:20px;display:grid;grid-template-columns:repeat(2,1fr)}.OverviewDashboard .widget{background-color:#fff;border-radius:4px;box-shadow:0 7px 8px -4px #0000000a,0 5px 22px 4px #00000008,0 12px 14px 2px #00000008;display:flex;flex-direction:column;height:600px;padding:24px;position:relative;width:100%}.OverviewDashboard .widget .description,.OverviewDashboard .widget h3{margin:0}.OverviewDashboard .widget .description{font-size:14px}.OverviewDashboard .widget .chart-wrapper{height:100%;width:100%}.OverviewDashboard .widget .tcco-date-wrapper{display:flex;gap:16px}.OverviewDashboard .widget .tcco-item{flex-grow:1}.OverviewDashboard .all-container{cursor:pointer;display:flex;flex-direction:column;font-size:12px;font-weight:700;gap:4px;margin-left:4px;position:absolute;right:65px;top:36%}.OverviewDashboard .all-data.active .dot{background-color:#00243d}.OverviewDashboard .all-data.inactive{color:#878787}.OverviewDashboard .all-data.indeterminate .dot{background-color:#0000;border:2px solid #00243d}.OverviewDashboard .all-data .dot{background-color:#bbb;border-radius:50%;display:inline-block;height:14px;margin-right:10px;vertical-align:text-bottom;width:14px}.react-grid-layout{position:relative;transition:height .2s ease}.react-grid-item{transition:all .2s ease;transition-property:left,top,width,height}.react-grid-item img{pointer-events:none;-webkit-user-select:none;user-select:none}.react-grid-item.cssTransforms{transition-property:transform,width,height}.react-grid-item.resizing{transition:none;will-change:width,height;z-index:1}.react-grid-item.react-draggable-dragging{transition:none;will-change:transform;z-index:3}.react-grid-item.dropping{visibility:hidden}.react-grid-item.react-grid-placeholder{background:red;opacity:.2;transition-duration:.1s;-webkit-user-select:none;-o-user-select:none;user-select:none;z-index:2}.react-grid-item.react-grid-placeholder.placeholder-resizing{transition:none}.react-grid-item>.react-resizable-handle{height:20px;position:absolute;width:20px}.react-grid-item>.react-resizable-handle:after{border-bottom:2px solid #0006;border-right:2px solid #0006;bottom:3px;content:"";height:5px;position:absolute;right:3px;width:5px}.react-resizable-hide>.react-resizable-handle{display:none}.react-grid-item>.react-resizable-handle.react-resizable-handle-sw{bottom:0;cursor:sw-resize;left:0;transform:rotate(90deg)}.react-grid-item>.react-resizable-handle.react-resizable-handle-se{bottom:0;cursor:se-resize;right:0}.react-grid-item>.react-resizable-handle.react-resizable-handle-nw{cursor:nw-resize;left:0;top:0;transform:rotate(180deg)}.react-grid-item>.react-resizable-handle.react-resizable-handle-ne{cursor:ne-resize;right:0;top:0;transform:rotate(270deg)}.react-grid-item>.react-resizable-handle.react-resizable-handle-e,.react-grid-item>.react-resizable-handle.react-resizable-handle-w{cursor:ew-resize;margin-top:-10px;top:50%}.react-grid-item>.react-resizable-handle.react-resizable-handle-w{left:0;transform:rotate(135deg)}.react-grid-item>.react-resizable-handle.react-resizable-handle-e{right:0;transform:rotate(315deg)}.react-grid-item>.react-resizable-handle.react-resizable-handle-n,.react-grid-item>.react-resizable-handle.react-resizable-handle-s{cursor:ns-resize;left:50%;margin-left:-10px}.react-grid-item>.react-resizable-handle.react-resizable-handle-n{top:0;transform:rotate(225deg)}.react-grid-item>.react-resizable-handle.react-resizable-handle-s{bottom:0;transform:rotate(45deg)}.react-resizable{position:relative}.react-resizable-handle{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHN0eWxlPSJiYWNrZ3JvdW5kLWNvbG9yOiNmZmZmZmYwMCIgd2lkdGg9IjYiIGhlaWdodD0iNiI+PHBhdGggZD0iTTYgNkgwVjQuMmg0LjJWMEg2djZaIiBvcGFjaXR5PSIuMzAyIi8+PC9zdmc+);background-origin:content-box;background-position:100% 100%;background-repeat:no-repeat;box-sizing:border-box;height:20px;padding:0 3px 3px 0;position:absolute;width:20px}.react-resizable-handle-sw{bottom:0;cursor:sw-resize;left:0;transform:rotate(90deg)}.react-resizable-handle-se{bottom:0;cursor:se-resize;right:0}.react-resizable-handle-nw{cursor:nw-resize;left:0;top:0;transform:rotate(180deg)}.react-resizable-handle-ne{cursor:ne-resize;right:0;top:0;transform:rotate(270deg)}.react-resizable-handle-e,.react-resizable-handle-w{cursor:ew-resize;margin-top:-10px;top:50%}.react-resizable-handle-w{left:0;transform:rotate(135deg)}.react-resizable-handle-e{right:0;transform:rotate(315deg)}.react-resizable-handle-n,.react-resizable-handle-s{cursor:ns-resize;left:50%;margin-left:-10px}.react-resizable-handle-n{top:0;transform:rotate(225deg)}.react-resizable-handle-s{bottom:0;transform:rotate(45deg)}.CustomizeButton{align-items:center;display:flex;gap:8px}.CustomizeButton .label{background-color:#ffeba8;border-radius:100px;font-size:13px;line-height:16px;margin-top:6px;padding:4px 12px}.CustomizeModal{--mdt-theme-background-color-footer:#fff;--font-weight-modal-heading:400;--modal-title-font-size-m:20px}.CustomizeModal .mdc-dialog__title{background-color:green;border-bottom:5px solid red}.CustomizeModal .modal-content{display:flex;gap:16px;overflow:auto;padding:12px 0;-webkit-user-select:none;user-select:none}.CustomizeModal .modal-content .available-widgets-section{width:300px}.CustomizeModal .modal-content .available-widgets-section .header{border:none;font-size:14px;font-weight:700;margin-bottom:-8px}.CustomizeModal .modal-content .available-widgets-section .checkbox-group{margin-top:8px}.CustomizeModal .modal-content .available-widgets-section .listItem{border:1px solid #cfcfcf;border-radius:5px;margin-bottom:8px;margin-top:0!important;padding:8px}.CustomizeModal .modal-content .available-widgets-section .listItem.disabled{background:#ededed;cursor:not-allowed;pointer-events:none}.CustomizeModal .modal-content .available-widgets-section .listItem .label{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:220px}.CustomizeModal .modal-content .selected-widgets-section{width:400px}.CustomizeModal .modal-content .selected-widgets-section .header{display:block;font-size:14px}.CustomizeModal .modal-content .selected-widgets-section .header strong{font-weight:700}.CustomizeModal .modal-content .selected-widgets-section .widget{align-items:center;display:flex;justify-content:center;text-align:center}.CustomizeModal .restore-defaults{left:24px;margin-right:auto;position:absolute}.PaintPerformanceDashboard{display:block}.PaintPerformanceDashboard .card-container{display:flex;flex-wrap:wrap;gap:12px;margin-top:20px}.PaintPerformanceDashboard .paint-chart-container{height:500px;width:100%}.mds a:-webkit-any-link.card-anchor,.mds a:visited.card-anchor{text-decoration:none}.ReportingOverview .EventsTable,.ReportingOverview .MetricsTable,.ReportingOverview .ReportsTable{margin:24px 0}.ReportingOverview .notification-container{margin:24px}.ReportingOverview .no-wrap-text{white-space:nowrap}.sparePieChart{height:100%;width:100%}.spare-details-wrapper{margin-top:24px}.spare-overview-graph-container{display:flex;gap:12px;margin:20px 0 40px;min-height:500px;width:100%}.spare-overview-graph-container .spare-overview-bar-graph{flex:60% 1;min-width:360px;width:100%}.spare-overview-graph-container .spare-overview-pie-chart{flex:40% 1;min-width:240px;width:100%}.TccoOptimization .date-container{align-items:flex-end;display:flex;gap:16px}.TccoOptimization .date-container>.svui-input-container{width:100%}.TccoOptimization .date-container>.svui-input-container.has-label{padding:0 1em 0 0}.TccoOptimization .subtitle{font-size:26px;font-weight:400;margin-top:24px}.TccoOptimization .tcco-graph{min-height:500px;width:100%}.TccoOptimization .margin-top-40px{margin-top:40px}.TccoOptimization .show-table{max-height:100%!important}.WasteHeatExpected .chart{height:700px;min-height:700px;width:100%}.WasteHeatExpected .chart.no-data{height:10vh}.WasteHeatExpected .whr-chart{height:400px}.WasteHeatExpected .date-wrapper{align-items:flex-end;display:flex;gap:16px}.WasteHeatExpected .date-wrapper>.svui-input-container{width:45%}.TopBar{align-items:center;background-color:#fff;box-shadow:0 3px 5px -1px #0000000a,0 1px 18px #00000008,0 6px 10px #00000008;display:flex;height:48px;justify-content:space-between;padding:0 24px;z-index:20}@media(max-width:900px){.TopBar{font-size:.8rem}}.TopBar .top-bar-logo{align-items:center;cursor:pointer;display:flex}.TopBar .top-bar-logo h4{margin:0}.TopBar .top-bar-logo .separator{background-color:#42b0d5;height:16px;margin:0 6px;width:3px}.TopBar .top-bar-logo .fleet-performance{font-weight:700}.TopBar .svui-dropdown{cursor:pointer;width:auto}.TopBar .svui-dropdown .svui-dropdown-content{left:auto;right:-16px;top:35px}.TopBar .time{color:#878787}.TopBar .active{color:#058ec6}.TopBar .dropdown-items{border-radius:4px;list-style:none;margin:0;padding:0;width:200px}@media(max-width:900px){.TopBar .dropdown-items{font-size:.8rem;line-height:0%;width:180px}}.TopBar .dropdown-items>li{padding-left:0}.TopBar .dropdown-items>li>a{align-items:center;color:#00243d;display:flex;height:45px;padding-left:12px;text-decoration:none}@media(max-width:900px){.TopBar .dropdown-items>li>a{height:24px}}.TopBar .dropdown-items>li>a>svg{margin-left:8px}.TopBar .dropdown-items>li>a:hover{background-color:#b7e1f5}.TopBar .margin-right-auto{margin-right:auto}.TopBar .user{color:#878787;cursor:default;margin-right:15px}@media(max-width:900px){.TopBar .user{font-size:.8rem}}.TopBar .text,.TopBar svg{display:inline-block;vertical-align:middle}.TopBar svg{margin-right:5px}.Favourites{align-items:center;cursor:pointer;display:flex;height:48px;margin-left:16px;position:relative}.Favourites .Favourites__loading-label{margin-left:8px}.Favourites .Favourites__header__wrapper{align-items:center;display:flex}.Favourites .Favourites__header__wrapper .Favourites__selected-option{margin:0 8px}.Favourites .Favourites__header__wrapper .Favourites__selected-option.is-open{color:#0590c7}.Favourites .Favourites__dropdown{background-color:#fff;border-radius:5px;box-shadow:0 0 10px 0 #0000001a;display:flex;flex-direction:column;left:12px;max-height:300px;position:absolute;top:52px;width:180px}.Favourites .Favourites__dropdown .Favourites__dropdown__list{display:flex;flex-direction:column;max-height:200px;overflow-y:auto}.Favourites .Favourites__dropdown .Favourites__dropdown__list .Favourites__group-label{color:#878787;font-size:10px;margin:8px 0;padding-left:16px}.Favourites .Favourites__dropdown .Favourites__manage-list-label{margin-right:8px}.Favourites .Favourites__dropdown .Favourites__item{align-items:center;color:#141414;cursor:pointer;display:flex;font-size:14px;min-height:44px;padding:8px 16px;transition:all .3s}.Favourites .Favourites__dropdown .Favourites__item:hover{background-color:#ededed}.Favourites .Favourites__dropdown .Favourites__item:active{background-color:#b7e1f5}.Favourites .Favourites__dropdown .Favourites__item.is-selected{color:#0074ad}.Favourites .Favourites__dropdown .Favourites__dropdown__static:first-child{border-bottom:1px solid #dbdbdb}.Favourites .Favourites__dropdown .Favourites__dropdown__static:last-child{border-top:1px solid #dbdbdb}.NewLabelChip{max-height:15px;max-width:30px;min-height:15px;min-width:30px;padding:0 2px}.NewLabelChip span{font-size:8px}.RedDot{background-color:red;border-radius:50%;height:18px;position:absolute;right:0;top:0;width:18px}.RedDot span{color:#fff;font-size:10px;font-weight:700;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}.sus-btn-container{display:none}