/* @license GPL-2.0-or-later https://www.drupal.org/licensing/faq */
:root{--f-spinner-width:36px;--f-spinner-height:36px;--f-spinner-color-1:rgba(0,0,0,.1);--f-spinner-color-2:rgba(17,24,28,.8);--f-spinner-stroke:2.75}.f-spinner{margin:auto;padding:0;width:var(--f-spinner-width);height:var(--f-spinner-height)}.f-spinner svg{width:100%;height:100%;vertical-align:top;-webkit-animation:f-spinner-rotate 2s linear infinite;animation:f-spinner-rotate 2s linear infinite}.f-spinner svg *{stroke-width:var(--f-spinner-stroke);fill:none}.f-spinner svg *:first-child{stroke:var(--f-spinner-color-1)}.f-spinner svg *:last-child{stroke:var(--f-spinner-color-2);-webkit-animation:f-spinner-dash 2s ease-in-out infinite;animation:f-spinner-dash 2s ease-in-out infinite}@-webkit-keyframes f-spinner-rotate{to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes f-spinner-rotate{to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@-webkit-keyframes f-spinner-dash{0%{stroke-dasharray:1,150;stroke-dashoffset:0}50%{stroke-dasharray:90,150;stroke-dashoffset:-35}to{stroke-dasharray:90,150;stroke-dashoffset:-124}}@keyframes f-spinner-dash{0%{stroke-dasharray:1,150;stroke-dashoffset:0}50%{stroke-dasharray:90,150;stroke-dashoffset:-35}to{stroke-dasharray:90,150;stroke-dashoffset:-124}}.f-zoomInUp{-webkit-animation:.2s ease-out .1s both f-zoomInUp;animation:.2s ease-out .1s both f-zoomInUp}.f-zoomOutDown{-webkit-animation:.2s ease-out both f-zoomOutDown;animation:.2s ease-out both f-zoomOutDown}@-webkit-keyframes f-zoomInUp{0%{-webkit-transform:scale(.975) translate3d(0,16px,0);transform:scale(.975) translate3d(0,16px,0);opacity:0}to{-webkit-transform:scale(1) translate3d(0,0,0);transform:scale(1) translateZ(0);opacity:1}}@keyframes f-zoomInUp{0%{-webkit-transform:scale(.975) translate3d(0,16px,0);transform:scale(.975) translate3d(0,16px,0);opacity:0}to{-webkit-transform:scale(1) translate3d(0,0,0);transform:scale(1) translateZ(0);opacity:1}}@-webkit-keyframes f-zoomOutDown{to{-webkit-transform:scale(.975) translate3d(0,16px,0);transform:scale(.975) translate3d(0,16px,0);opacity:0}}@keyframes f-zoomOutDown{to{-webkit-transform:scale(.975) translate3d(0,16px,0);transform:scale(.975) translate3d(0,16px,0);opacity:0}}.f-throwOutUp{-webkit-animation:.175s ease-out both f-throwOutUp;animation:.175s ease-out both f-throwOutUp}.f-throwOutDown{-webkit-animation:.175s ease-out both f-throwOutDown;animation:.175s ease-out both f-throwOutDown}@-webkit-keyframes f-throwOutUp{to{-webkit-transform:translate3d(0,-150px,0);transform:translate3d(0,-150px,0);opacity:0}}@keyframes f-throwOutUp{to{-webkit-transform:translate3d(0,-150px,0);transform:translate3d(0,-150px,0);opacity:0}}@-webkit-keyframes f-throwOutDown{to{-webkit-transform:translate3d(0,150px,0);transform:translate3d(0,150px,0);opacity:0}}@keyframes f-throwOutDown{to{-webkit-transform:translate3d(0,150px,0);transform:translate3d(0,150px,0);opacity:0}}.f-fadeIn{-webkit-animation:.2s ease both f-fadeIn;animation:.2s ease both f-fadeIn;z-index:2}.f-fadeOut{-webkit-animation:.2s ease both f-fadeOut;animation:.2s ease both f-fadeOut;z-index:1}@-webkit-keyframes f-fadeIn{0%{opacity:0}to{opacity:1}}@keyframes f-fadeIn{0%{opacity:0}to{opacity:1}}@-webkit-keyframes f-fadeOut{to{opacity:0}}@keyframes f-fadeOut{to{opacity:0}}.f-fadeSlowIn{-webkit-animation:.5s ease both f-fadeSlowIn;animation:.5s ease both f-fadeSlowIn;z-index:2}.f-fadeSlowOut{-webkit-animation:.5s ease both f-fadeSlowOut;animation:.5s ease both f-fadeSlowOut;z-index:1}@-webkit-keyframes f-fadeSlowIn{0%{opacity:0}to{opacity:1}}@keyframes f-fadeSlowIn{0%{opacity:0}to{opacity:1}}@-webkit-keyframes f-fadeSlowOut{to{opacity:0}}@keyframes f-fadeSlowOut{to{opacity:0}}.f-fadeFastIn{-webkit-animation:.2s ease-out both f-fadeFastIn;animation:.2s ease-out both f-fadeFastIn;z-index:2}.f-fadeFastOut{-webkit-animation:.2s ease-out both f-fadeFastOut;animation:.2s ease-out both f-fadeFastOut;z-index:2}@-webkit-keyframes f-fadeFastIn{0%{opacity:.75}to{opacity:1}}@keyframes f-fadeFastIn{0%{opacity:.75}to{opacity:1}}@-webkit-keyframes f-fadeFastOut{to{opacity:0}}@keyframes f-fadeFastOut{to{opacity:0}}.f-crossfadeIn{-webkit-animation:.2s ease-out both f-crossfadeIn;animation:.2s ease-out both f-crossfadeIn;z-index:2}.f-crossfadeOut{-webkit-animation:.1s linear .1s both f-crossfadeOut;animation:.1s linear .1s both f-crossfadeOut;z-index:1}@-webkit-keyframes f-crossfadeIn{0%{opacity:0}to{opacity:1}}@keyframes f-crossfadeIn{0%{opacity:0}to{opacity:1}}@-webkit-keyframes f-crossfadeOut{to{opacity:0}}@keyframes f-crossfadeOut{to{opacity:0}}.f-slideIn.from-next{-webkit-animation:.85s cubic-bezier(.16,1,.3,1) f-slideInNext;animation:.85s cubic-bezier(.16,1,.3,1) f-slideInNext}.f-slideIn.from-prev{-webkit-animation:.85s cubic-bezier(.16,1,.3,1) f-slideInPrev;animation:.85s cubic-bezier(.16,1,.3,1) f-slideInPrev}.f-slideOut.to-next{-webkit-animation:.85s cubic-bezier(.16,1,.3,1) f-slideOutNext;animation:.85s cubic-bezier(.16,1,.3,1) f-slideOutNext}.f-slideOut.to-prev{-webkit-animation:.85s cubic-bezier(.16,1,.3,1) f-slideOutPrev;animation:.85s cubic-bezier(.16,1,.3,1) f-slideOutPrev}@-webkit-keyframes f-slideInPrev{0%{-webkit-transform:translateX(100%);transform:translate(100%)}to{-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}}@keyframes f-slideInPrev{0%{-webkit-transform:translateX(100%);transform:translate(100%)}to{-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}}@-webkit-keyframes f-slideInNext{0%{-webkit-transform:translateX(-100%);transform:translate(-100%)}to{-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}}@keyframes f-slideInNext{0%{-webkit-transform:translateX(-100%);transform:translate(-100%)}to{-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}}@-webkit-keyframes f-slideOutNext{to{-webkit-transform:translateX(-100%);transform:translate(-100%)}}@keyframes f-slideOutNext{to{-webkit-transform:translateX(-100%);transform:translate(-100%)}}@-webkit-keyframes f-slideOutPrev{to{-webkit-transform:translateX(100%);transform:translate(100%)}}@keyframes f-slideOutPrev{to{-webkit-transform:translateX(100%);transform:translate(100%)}}.f-classicIn.from-next{-webkit-animation:.85s cubic-bezier(.16,1,.3,1) f-classicInNext;animation:.85s cubic-bezier(.16,1,.3,1) f-classicInNext;z-index:2}.f-classicIn.from-prev{-webkit-animation:.85s cubic-bezier(.16,1,.3,1) f-classicInPrev;animation:.85s cubic-bezier(.16,1,.3,1) f-classicInPrev;z-index:2}.f-classicOut.to-next{-webkit-animation:.85s cubic-bezier(.16,1,.3,1) f-classicOutNext;animation:.85s cubic-bezier(.16,1,.3,1) f-classicOutNext;z-index:1}.f-classicOut.to-prev{-webkit-animation:.85s cubic-bezier(.16,1,.3,1) f-classicOutPrev;animation:.85s cubic-bezier(.16,1,.3,1) f-classicOutPrev;z-index:1}@-webkit-keyframes f-classicInNext{0%{-webkit-transform:translateX(-75px);transform:translate(-75px);opacity:0}to{-webkit-transform:translate3d(0,0,0);transform:translateZ(0);opacity:1}}@keyframes f-classicInNext{0%{-webkit-transform:translateX(-75px);transform:translate(-75px);opacity:0}to{-webkit-transform:translate3d(0,0,0);transform:translateZ(0);opacity:1}}@-webkit-keyframes f-classicInPrev{0%{-webkit-transform:translateX(75px);transform:translate(75px);opacity:0}to{-webkit-transform:translate3d(0,0,0);transform:translateZ(0);opacity:1}}@keyframes f-classicInPrev{0%{-webkit-transform:translateX(75px);transform:translate(75px);opacity:0}to{-webkit-transform:translate3d(0,0,0);transform:translateZ(0);opacity:1}}@-webkit-keyframes f-classicOutNext{to{-webkit-transform:translateX(-75px);transform:translate(-75px);opacity:0}}@keyframes f-classicOutNext{to{-webkit-transform:translateX(-75px);transform:translate(-75px);opacity:0}}@-webkit-keyframes f-classicOutPrev{to{-webkit-transform:translateX(75px);transform:translate(75px);opacity:0}}@keyframes f-classicOutPrev{to{-webkit-transform:translateX(75px);transform:translate(75px);opacity:0}}:root{--f-button-width:40px;--f-button-height:40px;--f-button-border:0;--f-button-border-radius:0;--f-button-color:#374151;--f-button-bg:#f8f8f8;--f-button-hover-bg:#e0e0e0;--f-button-active-bg:#d0d0d0;--f-button-shadow:none;--f-button-transition:all .15s ease;--f-button-transform:none;--f-button-svg-width:20px;--f-button-svg-height:20px;--f-button-svg-stroke-width:1.5;--f-button-svg-fill:none;--f-button-svg-filter:none;--f-button-svg-disabled-opacity:.65}.f-button{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-sizing:content-box;box-sizing:content-box;position:relative;margin:0;padding:0;width:var(--f-button-width);height:var(--f-button-height);border:var(--f-button-border);border-radius:var(--f-button-border-radius);color:var(--f-button-color);background:var(--f-button-bg);-webkit-box-shadow:var(--f-button-shadow);box-shadow:var(--f-button-shadow);pointer-events:all;cursor:pointer;-webkit-transition:var(--f-button-transition);transition:var(--f-button-transition)}@media (hover:hover){.f-button:hover:not([disabled]){color:var(--f-button-hover-color);background-color:var(--f-button-hover-bg)}}.f-button:active:not([disabled]){background-color:var(--f-button-active-bg)}.f-button:focus:not(:focus-visible){outline:none}.f-button:focus-visible{outline:none;-webkit-box-shadow:inset 0 0 0 var(--f-button-outline,2px) var(--f-button-outline-color,var(--f-button-color));box-shadow:inset 0 0 0 var(--f-button-outline,2px) var(--f-button-outline-color,var(--f-button-color))}.f-button svg{width:var(--f-button-svg-width);height:var(--f-button-svg-height);fill:var(--f-button-svg-fill);stroke:currentColor;stroke-width:var(--f-button-svg-stroke-width);stroke-linecap:round;stroke-linejoin:round;-webkit-transition:opacity .15s ease;transition:opacity .15s ease;-webkit-transform:var(--f-button-transform);transform:var(--f-button-transform);-webkit-filter:var(--f-button-svg-filter);filter:var(--f-button-svg-filter);pointer-events:none}.f-button[disabled]{cursor:default}.f-button[disabled] svg{opacity:var(--f-button-svg-disabled-opacity)}.f-carousel__nav .f-button.is-prev,.f-carousel__nav .f-button.is-next,.fancybox__nav .f-button.is-prev,.fancybox__nav .f-button.is-next{position:absolute;z-index:1}.is-horizontal .f-carousel__nav .f-button.is-prev,.is-horizontal .f-carousel__nav .f-button.is-next,.is-horizontal .fancybox__nav .f-button.is-prev,.is-horizontal .fancybox__nav .f-button.is-next{top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.is-horizontal .f-carousel__nav .f-button.is-prev,.is-horizontal .fancybox__nav .f-button.is-prev{left:var(--f-button-prev-pos)}.is-horizontal .f-carousel__nav .f-button.is-next,.is-horizontal .fancybox__nav .f-button.is-next{right:var(--f-button-next-pos)}.is-horizontal.is-rtl .f-carousel__nav .f-button.is-prev,.is-horizontal.is-rtl .fancybox__nav .f-button.is-prev{left:auto;right:var(--f-button-next-pos)}.is-horizontal.is-rtl .f-carousel__nav .f-button.is-next,.is-horizontal.is-rtl .fancybox__nav .f-button.is-next{right:auto;left:var(--f-button-prev-pos)}.is-vertical .f-carousel__nav .f-button.is-prev,.is-vertical .f-carousel__nav .f-button.is-next,.is-vertical .fancybox__nav .f-button.is-prev,.is-vertical .fancybox__nav .f-button.is-next{top:auto;left:50%;-webkit-transform:translateX(-50%);transform:translate(-50%)}.is-vertical .f-carousel__nav .f-button.is-prev,.is-vertical .fancybox__nav .f-button.is-prev{top:var(--f-button-next-pos)}.is-vertical .f-carousel__nav .f-button.is-next,.is-vertical .fancybox__nav .f-button.is-next{bottom:var(--f-button-next-pos)}.is-vertical .f-carousel__nav .f-button.is-prev svg,.is-vertical .f-carousel__nav .f-button.is-next svg,.is-vertical .fancybox__nav .f-button.is-prev svg,.is-vertical .fancybox__nav .f-button.is-next svg{-webkit-transform:rotate(90deg);transform:rotate(90deg)}html.with-fancybox{width:auto;overflow:visible;scroll-behavior:auto}html.with-fancybox body{-ms-touch-action:none;touch-action:none}html.with-fancybox body.hide-scrollbar{width:auto;margin-right:calc(var(--fancybox-body-margin,0px) + var(--fancybox-scrollbar-compensate,0px));overflow:hidden!important;overscroll-behavior-y:none}.fancybox__container{--fancybox-color:#dbdbdb;--fancybox-hover-color:#fff;--fancybox-bg:rgba(24,24,27,.98);--fancybox-slide-gap:10px;--f-spinner-width:50px;--f-spinner-height:50px;--f-spinner-color-1:rgba(255,255,255,.1);--f-spinner-color-2:#bbb;--f-spinner-stroke:3.65;position:fixed;inset:0;direction:ltr;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-sizing:border-box;box-sizing:border-box;margin:0;padding:0;color:#f8f8f8;-webkit-tap-highlight-color:rgba(0,0,0,0);overflow:visible;z-index:1050;outline:none;-webkit-text-size-adjust:100%;-moz-text-size-adjust:none;-ms-text-size-adjust:100%;text-size-adjust:100%;overscroll-behavior-y:contain}.fancybox__container *,.fancybox__container *:before,.fancybox__container *:after{-webkit-box-sizing:inherit;box-sizing:inherit}.fancybox__backdrop{position:fixed;inset:0;z-index:-1;background:var(--fancybox-bg);opacity:var(--fancybox-opacity,1);will-change:opacity}.fancybox__carousel{position:relative;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-box-flex:1;-ms-flex:1;flex:1;min-height:0;z-index:10;overflow-y:visible;overflow-x:clip}.fancybox__viewport{width:100%;height:100%}.fancybox__track{display:-webkit-box;display:-ms-flexbox;display:flex;margin:0 auto;height:100%}.fancybox__slide{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;height:100%;margin:0 var(--fancybox-slide-gap) 0 0;padding:4px;overflow:auto;-webkit-transform:translate3d(0,0,0);transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.fancybox__container:not(.is-compact) .fancybox__slide.has-close-btn{padding-top:40px}.fancybox__slide.has-iframe,.fancybox__slide.has-video,.fancybox__slide.has-html5video,.fancybox__slide.has-image{overflow:hidden}.fancybox__slide.has-image.is-animating,.fancybox__slide.has-image.is-selected{overflow:visible}.fancybox__slide:before,.fancybox__slide:after{content:"";-webkit-box-flex:0;-ms-flex:0 0 0px;flex:0 0 0;margin:auto}.fancybox__content{-ms-flex-item-align:center;align-self:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;position:relative;margin:0;padding:2rem;max-width:100%;color:var(--fancybox-content-color,#374151);background:var(--fancybox-content-bg,#fff);cursor:default;border-radius:0;z-index:20}.is-loading .fancybox__content{opacity:0}.is-draggable .fancybox__content{cursor:move;cursor:-webkit-grab;cursor:grab}.can-zoom_in .fancybox__content{cursor:-webkit-zoom-in;cursor:zoom-in}.can-zoom_out .fancybox__content{cursor:-webkit-zoom-out;cursor:zoom-out}.is-dragging .fancybox__content{cursor:move;cursor:-webkit-grabbing;cursor:grabbing}.fancybox__content [data-selectable],.fancybox__content [contenteditable]{cursor:auto}.fancybox__slide.has-image>.fancybox__content{padding:0;background:rgba(0,0,0,0);min-height:1px;background-repeat:no-repeat;background-size:contain;background-position:center center;-webkit-transition:none;transition:none;-webkit-transform:translate3d(0,0,0);transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.fancybox__slide.has-image>.fancybox__content>picture>img{width:100%;height:auto;max-height:100%}.fancybox__slide.is-animating>.fancybox__content{-webkit-filter:blur(0px);filter:blur(0px);will-change:transform,width,height}.fancybox-image{margin:auto;display:block;width:100%;height:100%;min-height:0;-o-object-fit:contain;object-fit:contain;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.hide-image .fancybox-image{opacity:0}.fancybox__caption{-ms-flex-item-align:center;align-self:center;max-width:100%;-ms-flex-negative:0;flex-shrink:0;margin:0;padding:14px 0 4px;overflow-wrap:anywhere;line-height:1.375;color:var(--fancybox-color,currentColor);opacity:var(--fancybox-opacity,1);cursor:auto;visibility:visible}.is-loading .fancybox__caption,.is-closing .fancybox__caption{opacity:0;visibility:hidden}.is-compact .fancybox__caption{padding-bottom:0}.f-button.is-close-btn{--f-button-svg-stroke-width:2;position:absolute;top:0;right:8px;z-index:40}.fancybox__content>.f-button.is-close-btn{--f-button-width:34px;--f-button-height:34px;--f-button-border-radius:4px;--f-button-color:var(--fancybox-color,#fff);--f-button-hover-color:var(--fancybox-color,#fff);--f-button-bg:transparent;--f-button-hover-bg:transparent;--f-button-active-bg:transparent;--f-button-svg-width:22px;--f-button-svg-height:22px;position:absolute;top:-38px;right:0;opacity:.75}.is-loading .fancybox__content>.f-button.is-close-btn{visibility:hidden}.is-zooming-out .fancybox__content>.f-button.is-close-btn{visibility:hidden}.fancybox__content>.f-button.is-close-btn:hover{opacity:1}.fancybox__footer{padding:0;margin:0;position:relative}.fancybox__footer .fancybox__caption{width:100%;padding:24px;opacity:var(--fancybox-opacity,1);-webkit-transition:all .25s ease;transition:all .25s ease}.is-compact .fancybox__footer{position:absolute;bottom:0;left:0;right:0;z-index:20;background:rgba(24,24,27,.5)}.is-compact .fancybox__footer .fancybox__caption{padding:12px}.is-compact .fancybox__content>.f-button.is-close-btn{--f-button-border-radius:50%;--f-button-color:#fff;--f-button-hover-color:#fff;--f-button-outline-color:#000;--f-button-bg:rgba(0,0,0,.6);--f-button-active-bg:rgba(0,0,0,.6);--f-button-hover-bg:rgba(0,0,0,.6);--f-button-svg-width:18px;--f-button-svg-height:18px;--f-button-svg-filter:none;top:5px;right:5px}.fancybox__nav{--f-button-width:50px;--f-button-height:50px;--f-button-border:0;--f-button-border-radius:50%;--f-button-color:var(--fancybox-color);--f-button-hover-color:var(--fancybox-hover-color);--f-button-bg:transparent;--f-button-hover-bg:rgba(24,24,27,.3);--f-button-active-bg:rgba(24,24,27,.5);--f-button-shadow:none;--f-button-transition:all .15s ease;--f-button-transform:none;--f-button-svg-width:26px;--f-button-svg-height:26px;--f-button-svg-stroke-width:2.5;--f-button-svg-fill:none;--f-button-svg-filter:drop-shadow(1px 1px 1px rgba(24,24,27,.5));--f-button-svg-disabled-opacity:.65;--f-button-next-pos:1rem;--f-button-prev-pos:1rem;opacity:var(--fancybox-opacity,1)}.fancybox__nav .f-button:before{position:absolute;content:"";inset:-30px -20px;z-index:1}.is-idle .fancybox__nav{-webkit-animation:.15s ease-out both f-fadeOut;animation:.15s ease-out both f-fadeOut}.is-idle.is-compact .fancybox__footer{pointer-events:none;-webkit-animation:.15s ease-out both f-fadeOut;animation:.15s ease-out both f-fadeOut}.fancybox__slide>.f-spinner{position:absolute;top:50%;left:50%;margin:var(--f-spinner-top,calc(var(--f-spinner-width) * -.5)) 0 0 var(--f-spinner-left,calc(var(--f-spinner-height) * -.5));z-index:30;cursor:pointer}.fancybox-protected{position:absolute;inset:0;z-index:40;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancybox-ghost{position:absolute;top:0;left:0;width:100%;height:100%;min-height:0;-o-object-fit:contain;object-fit:contain;z-index:40;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none}.fancybox-focus-guard{outline:none;opacity:0;position:fixed;pointer-events:none}.fancybox__container:not([aria-hidden]){opacity:0}.fancybox__container.is-animated[aria-hidden=false]>*:not(.fancybox__backdrop,.fancybox__carousel),.fancybox__container.is-animated[aria-hidden=false] .fancybox__carousel>*:not(.fancybox__viewport),.fancybox__container.is-animated[aria-hidden=false] .fancybox__slide>*:not(.fancybox__content){-webkit-animation:.25s ease .1s backwards f-fadeIn;animation:.25s ease .1s backwards f-fadeIn}.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop{-webkit-animation:.35s ease backwards f-fadeIn;animation:.35s ease backwards f-fadeIn}.fancybox__container.is-animated[aria-hidden=true]>*:not(.fancybox__backdrop,.fancybox__carousel),.fancybox__container.is-animated[aria-hidden=true] .fancybox__carousel>*:not(.fancybox__viewport),.fancybox__container.is-animated[aria-hidden=true] .fancybox__slide>*:not(.fancybox__content){-webkit-animation:.15s ease forwards f-fadeOut;animation:.15s ease forwards f-fadeOut}.fancybox__container.is-animated[aria-hidden=true] .fancybox__backdrop{-webkit-animation:.35s ease forwards f-fadeOut;animation:.35s ease forwards f-fadeOut}.has-iframe .fancybox__content,.has-map .fancybox__content,.has-pdf .fancybox__content,.has-youtube .fancybox__content,.has-vimeo .fancybox__content,.has-html5video .fancybox__content{max-width:100%;-ms-flex-negative:1;flex-shrink:1;min-height:1px;overflow:visible}.has-iframe .fancybox__content,.has-map .fancybox__content,.has-pdf .fancybox__content{width:100%;height:100%}.fancybox__container:not(.is-compact) .has-iframe .fancybox__content,.fancybox__container:not(.is-compact) .has-map .fancybox__content,.fancybox__container:not(.is-compact) .has-pdf .fancybox__content{width:calc(100% - 120px);height:90%}.has-youtube .fancybox__content,.has-vimeo .fancybox__content,.has-html5video .fancybox__content{width:960px;height:540px;max-width:100%;max-height:100%}.has-map .fancybox__content,.has-pdf .fancybox__content,.has-youtube .fancybox__content,.has-vimeo .fancybox__content,.has-html5video .fancybox__content{padding:0;background:rgba(24,24,27,.9);color:#fff}.has-map .fancybox__content{background:#e5e3df}.fancybox__html5video,.fancybox__iframe{border:0;display:block;height:100%;width:100%;background:rgba(0,0,0,0)}.fancybox-placeholder{border:0!important;clip:rect(1px,1px,1px,1px)!important;-webkit-clip-path:inset(50%)!important;clip-path:inset(50%)!important;height:1px!important;margin:-1px!important;overflow:hidden!important;padding:0!important;position:absolute!important;width:1px!important;white-space:nowrap!important}.f-carousel__thumbs{--f-thumb-width:96px;--f-thumb-height:72px;--f-thumb-outline:0;--f-thumb-outline-color:#5eb0ef;--f-thumb-opacity:1;--f-thumb-hover-opacity:1;--f-thumb-selected-opacity:1;--f-thumb-border-radius:2px;--f-thumb-offset:0px;--f-button-next-pos:0;--f-button-prev-pos:0}.f-carousel__thumbs.is-classic{--f-thumb-gap:8px;--f-thumb-opacity:.5;--f-thumb-hover-opacity:1;--f-thumb-selected-opacity:1}.f-carousel__thumbs.is-modern{--f-thumb-gap:4px;--f-thumb-extra-gap:20px;--f-thumb-clip-width:46px}.f-thumbs{position:relative;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;margin:0;overflow:hidden;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-perspective:1000px;perspective:1000px;-webkit-transform:translateZ(0);transform:translateZ(0)}.f-thumbs .f-spinner{position:absolute;top:0;left:0;width:100%;height:100%;border-radius:2px;background-image:-webkit-gradient(linear,left top,left bottom,from(#ebeff2),to(#e2e8f0));background-image:linear-gradient(#ebeff2,#e2e8f0);z-index:-1}.f-thumbs .f-spinner svg{display:none}.f-thumbs.is-vertical{height:100%}.f-thumbs__viewport{width:100%;height:auto;overflow:hidden}.f-thumbs__track{display:-webkit-box;display:-ms-flexbox;display:flex;will-change:transform}.f-thumbs__slide{position:relative;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;-webkit-box-sizing:content-box;box-sizing:content-box;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:0;margin:0;width:var(--f-thumb-width);min-width:var(--f-thumb-width);height:var(--f-thumb-height);overflow:visible;cursor:pointer}.f-thumbs__slide.is-loading img{opacity:0}.is-classic .f-thumbs__viewport{height:100%}.is-modern .f-thumbs__track{width:-webkit-max-content;width:-moz-max-content;width:max-content}.is-modern .f-thumbs__track:before{content:"";position:absolute;top:0;bottom:0;left:calc(var(--left,0)*1px);width:calc(100% - var(--width,0)*1px);cursor:pointer}.is-modern .f-thumbs__slide{--clip-path:inset(0 calc((var(--f-thumb-width,0) - var(--f-thumb-clip-width,0)) * .5 * (1 - var(--progress,0))) round var(--f-thumb-border-radius,0));-webkit-transform:translate3d(calc(var(--shift,0) * -1px),0,0);transform:translate3d(calc(var(--shift,0) * -1px),0,0);-webkit-transition:none;transition:none;pointer-events:none}.is-modern .f-thumbs__slide:focus-within:not(.is-selected){-webkit-filter:drop-shadow(-1px 0px 0px var(--f-thumb-outline-color)) drop-shadow(2px 0px 0px var(--f-thumb-outline-color)) drop-shadow(0px -1px 0px var(--f-thumb-outline-color)) drop-shadow(0px 2px 0px var(--f-thumb-outline-color));filter:drop-shadow(-1px 0px 0px var(--f-thumb-outline-color)) drop-shadow(2px 0px 0px var(--f-thumb-outline-color)) drop-shadow(0px -1px 0px var(--f-thumb-outline-color)) drop-shadow(0px 2px 0px var(--f-thumb-outline-color))}.is-modern .f-thumbs__slide>*{-webkit-clip-path:var(--clip-path);clip-path:var(--clip-path)}.is-modern.in-touch .f-thumbs__slide{-webkit-filter:none;filter:none}.is-modern.is-resting .f-thumbs__slide{-webkit-transition:all .33s ease;transition:all .33s ease}.is-modern.is-resting .f-thumbs__slide>*{-webkit-transition:all .33s ease;transition:all .33s ease}.f-thumbs__slide__button{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:100%;height:100%;margin:0;padding:0;border:0;position:relative;border-radius:var(--f-thumb-border-radius);overflow:hidden;background:rgba(0,0,0,0);outline:none;cursor:pointer;pointer-events:auto;-ms-touch-action:manipulation;touch-action:manipulation;opacity:var(--f-thumb-opacity);-webkit-transition:opacity .2s ease;transition:opacity .2s ease}.f-thumbs__slide__button:hover{opacity:var(--f-thumb-hover-opacity)}.f-thumbs__slide__button:focus:not(:focus-visible){outline:none}.f-thumbs__slide__button:focus-visible{outline:none;opacity:var(--f-thumb-selected-opacity)}.is-nav-selected .f-thumbs__slide__button{opacity:var(--f-thumb-selected-opacity)}.is-nav-selected .f-thumbs__slide__button:after{content:"";position:absolute;inset:0;height:auto;border:var(--f-thumb-outline,0) solid var(--f-thumb-outline-color,transparent);border-radius:var(--f-thumb-border-radius);-webkit-animation:f-fadeIn .2s ease-out;animation:f-fadeIn .2s ease-out;z-index:10}.f-thumbs__slide__img{position:absolute;overflow:hidden;inset:0;width:100%;height:100%;padding:var(--f-thumb-offset);-webkit-box-sizing:border-box;box-sizing:border-box;pointer-events:none;-o-object-fit:cover;object-fit:cover}.f-thumbs.is-horizontal .f-thumbs__track{margin:0 auto;padding:8px 0 12px}.f-thumbs.is-horizontal .f-thumbs__slide{margin:0 var(--f-thumb-gap) 0 0}.f-thumbs.is-vertical .f-thumbs__track{-ms-flex-wrap:wrap;flex-wrap:wrap;margin:auto 0;padding:0 8px}.f-thumbs.is-vertical .f-thumbs__slide{margin:0 0 var(--f-thumb-gap) 0}.fancybox__thumbs{--f-thumb-width:96px;--f-thumb-height:72px;--f-thumb-border-radius:2px;--f-thumb-outline:2px;--f-thumb-outline-color:#ededed;position:relative;opacity:var(--fancybox-opacity,1);-webkit-transition:max-height .35s cubic-bezier(.23,1,.32,1);transition:max-height .35s cubic-bezier(.23,1,.32,1)}.fancybox__thumbs.is-classic{--f-thumb-gap:8px;--f-thumb-opacity:.5;--f-thumb-hover-opacity:1}.fancybox__thumbs.is-classic .f-spinner{background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(255,255,255,.1)),to(rgba(255,255,255,.05)));background-image:linear-gradient(rgba(255,255,255,.1),rgba(255,255,255,.05))}.fancybox__thumbs.is-modern{--f-thumb-gap:4px;--f-thumb-extra-gap:20px;--f-thumb-clip-width:46px;--f-thumb-opacity:1;--f-thumb-hover-opacity:1}.fancybox__thumbs.is-modern .f-spinner{background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(255,255,255,.1)),to(rgba(255,255,255,.05)));background-image:linear-gradient(rgba(255,255,255,.1),rgba(255,255,255,.05))}.fancybox__thumbs.is-horizontal{padding:0 var(--f-thumb-gap)}.fancybox__thumbs.is-vertical{padding:var(--f-thumb-gap) 0}.is-compact .fancybox__thumbs{--f-thumb-width:64px;--f-thumb-clip-width:32px;--f-thumb-height:48px;--f-thumb-extra-gap:10px}.fancybox__thumbs.is-hidden{max-height:0px!important}.is-closing .fancybox__thumbs{-webkit-transition:none!important;transition:none!important}.fancybox__toolbar{--f-progress-color:var(--fancybox-color,rgba(255,255,255,.94));--f-button-width:46px;--f-button-height:46px;--f-button-color:var(--fancybox-color);--f-button-hover-color:var(--fancybox-hover-color);--f-button-bg:rgba(24,24,27,.65);--f-button-hover-bg:rgba(70,70,73,.65);--f-button-active-bg:rgba(90,90,93,.65);--f-button-border-radius:0;--f-button-svg-width:24px;--f-button-svg-height:24px;--f-button-svg-stroke-width:1.5;--f-button-svg-filter:drop-shadow(1px 1px 1px rgba(24,24,27,.15));--f-button-svg-fill:none;--f-button-svg-disabled-opacity:.65;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin:0;padding:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI Adjusted,Segoe UI,Liberation Sans,sans-serif;color:var(--fancybox-color,currentColor);opacity:var(--fancybox-opacity,1);text-shadow:var(--fancybox-toolbar-text-shadow,1px 1px 1px rgba(0,0,0,.5));pointer-events:none;z-index:20}.fancybox__toolbar :focus-visible{z-index:1}.fancybox__toolbar.is-absolute,.is-compact .fancybox__toolbar{position:absolute;top:0;left:0;right:0}.is-idle .fancybox__toolbar{pointer-events:none;-webkit-animation:.15s ease-out both f-fadeOut;animation:.15s ease-out both f-fadeOut}.fancybox__toolbar__column{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-line-pack:start;align-content:flex-start}.fancybox__toolbar__column.is-left,.fancybox__toolbar__column.is-right{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-ms-flex-preferred-size:0;flex-basis:0}.fancybox__toolbar__column.is-right{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-ms-flex-wrap:nowrap;flex-wrap:nowrap}.fancybox__infobar{padding:0 5px;line-height:var(--f-button-height);text-align:center;font-size:17px;font-variant-numeric:tabular-nums;-webkit-font-smoothing:subpixel-antialiased;cursor:default;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancybox__infobar span{padding:0 5px}.fancybox__infobar:not(:first-child):not(:last-child){background:var(--f-button-bg)}[data-fancybox-toggle-slideshow]{position:relative}[data-fancybox-toggle-slideshow] .f-progress{height:100%;opacity:.3}[data-fancybox-toggle-slideshow] svg g:first-child{display:-webkit-box;display:-ms-flexbox;display:flex}[data-fancybox-toggle-slideshow] svg g:last-child{display:none}.has-slideshow [data-fancybox-toggle-slideshow] svg g:first-child{display:none}.has-slideshow [data-fancybox-toggle-slideshow] svg g:last-child{display:-webkit-box;display:-ms-flexbox;display:flex}[data-fancybox-toggle-fullscreen] svg g:first-child{display:-webkit-box;display:-ms-flexbox;display:flex}[data-fancybox-toggle-fullscreen] svg g:last-child{display:none}:-webkit-full-screen [data-fancybox-toggle-fullscreen] svg g:first-child{display:none}:-ms-fullscreen [data-fancybox-toggle-fullscreen] svg g:first-child{display:none}:fullscreen [data-fancybox-toggle-fullscreen] svg g:first-child{display:none}:-webkit-full-screen [data-fancybox-toggle-fullscreen] svg g:last-child{display:-webkit-box;display:flex}:-ms-fullscreen [data-fancybox-toggle-fullscreen] svg g:last-child{display:-ms-flexbox;display:flex}:fullscreen [data-fancybox-toggle-fullscreen] svg g:last-child{display:-webkit-box;display:-ms-flexbox;display:flex}.f-progress{position:absolute;top:0;left:0;right:0;height:3px;-webkit-transform:scaleX(0);transform:scaleX(0);-webkit-transform-origin:0;transform-origin:0;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;transition-property:transform;transition-property:transform,-webkit-transform;-webkit-transition-timing-function:linear;transition-timing-function:linear;background:var(--f-progress-color,var(--f-carousel-theme-color,#0091ff));z-index:30;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none}
html{font-family:sans-serif;line-height:1.15;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,footer,header,nav,section{display:block}h1{font-size:2em;margin:.67em 0}figcaption,figure,main{display:block}figure{margin:1em 40px}hr{-webkit-box-sizing:content-box;box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent;-webkit-text-decoration-skip:objects}a:active,a:hover{outline-width:0}abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:inherit}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}dfn{font-style:italic}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}audio,video{display:inline-block}audio:not([controls]){display:none;height:0}img{border-style:none}svg:not(:root){overflow:hidden}button,input,optgroup,select,textarea{font-family:sans-serif;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}button,html [type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring{outline:1px dotted ButtonText}legend{-webkit-box-sizing:border-box;box-sizing:border-box;color:inherit;max-width:100%;padding:0;white-space:normal}progress{display:inline-block;vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{-webkit-box-sizing:border-box;box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details,menu{display:block}summary{display:list-item}canvas{display:inline-block}template{display:none}[hidden]{display:none}img,svg{vertical-align:top;max-width:100%;width:auto;height:auto}iframe{width:100%}table{margin:0;overflow:scroll;display:block;width:100%;border-collapse:collapse}@media screen and (min-width:30em){table{display:table}}table tr{border-bottom:1px solid #bec3c8}table td{padding:.3125rem}table th{padding:.3125rem;text-align:left}table .form-item,table p{margin:0}@font-face{font-family:gbl icons;src:url(/themes/gbltheme/fonts/gbl-icons/icomoon.eot);src:url(/themes/gbltheme/fonts/gbl-icons/icomoon.eot) format("embedded-opentype"),url(/themes/gbltheme/fonts/gbl-icons/icomoon.ttf) format("truetype"),url(/themes/gbltheme/fonts/gbl-icons/icomoon.woff) format("woff"),url(/themes/gbltheme/fonts/gbl-icons/icomoon.svg) format("svg");font-weight:400;font-style:normal}[class^=gbl-icons-]:before,[class*=gbl-icons-]:before,[class*=gbl-child-anchor-icons-] a:before{font-family:gbl icons,sans-serif!important;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.gbl-icons-subnav:before,.gbl-child-anchor-icons-subnav a:before{content:"\e901"}.gbl-icons-angle:before,.gbl-child-anchor-icons-angle a:before{content:"\e900"}.gbl-icons-arrow:before,.gbl-child-anchor-icons-arrow a:before{content:"\e902"}.gbl-icons-parallellogram:before,.gbl-child-anchor-icons-parallellogram a:before{content:"\e903"}.gbl-icons-external-link:before,.gbl-child-anchor-icons-external-link a:before{content:"\e90d"}.gbl-icons-location:before,.gbl-child-anchor-icons-location a:before{content:"\e90e"}.gbl-icons-download:before,.gbl-child-anchor-icons-download a:before{content:"\e904"}button{margin:0;padding:0;border:none;-webkit-box-shadow:none;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;outline:none;text-decoration:none;line-height:inherit;font-family:inherit;font-size:inherit;background:transparent;cursor:pointer}html{background:#fff;color:#000;font-size:100%;font-family:neue-haas-grotesk-display,Helvetica,Arial,sans-serif;-webkit-font-variant-ligatures:none;font-variant-ligatures:none;text-rendering:optimizelegibility;scroll-behavior:smooth;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased}@media screen and (prefers-reduced-motion:reduce){html{scroll-behavior:auto}}body{font-size:18px;line-height:1.6;font-weight:500}@media screen and (min-width:78.125em){body{font-size:18px}}strong{font-weight:700}h1,h2,h3,h4,h5,.h1,.h2,.h3,blockquote,.h4,.h5{font-family:neue-haas-grotesk-display,Helvetica,Arial,sans-serif;font-weight:700;color:inherit;margin:0;line-height:1.2}h1,.h1{font-size:2.5rem;line-height:1;margin-bottom:1.875rem}@media screen and (min-width:46em){h1,.h1{font-size:3.125rem}}@media screen and (min-width:61.25em){h1,.h1{font-size:3.75rem}}@media screen and (min-width:71.875em){h1,.h1{font-size:4.375rem}}@media screen and (min-width:100em){h1,.h1{font-size:5.0625rem}}h2,.h2{font-size:2rem;margin-bottom:1.875rem}@media screen and (min-width:46em){h2,.h2{font-size:2.5rem}}@media screen and (min-width:61.25em){h2,.h2{font-size:3.125rem}}@media screen and (min-width:100em){h2,.h2{font-size:3.9375rem}}h3,.h3,blockquote,.field--type-text-long h2{font-size:1.875rem;margin-bottom:1.875rem}@media screen and (min-width:46em){h3,.h3,blockquote,.field--type-text-long h2{font-size:2.1875rem}}@media screen and (min-width:61.25em){h3,.h3,blockquote,.field--type-text-long h2{font-size:2.5rem}}@media screen and (min-width:100em){h3,.h3,blockquote,.field--type-text-long h2{font-size:2.8125rem}}h4,.h4,.field--type-text-long h3{font-size:1.75rem;margin-bottom:1.875rem}@media screen and (min-width:46em){h4,.h4,.field--type-text-long h3{font-size:1.875rem}}@media screen and (min-width:61.25em){h4,.h4,.field--type-text-long h3{font-size:2.25rem}}h5,.h5,.field--type-text-long h4{font-size:1.25rem;margin-bottom:.625rem}@media screen and (min-width:100em){h5,.h5,.field--type-text-long h4{font-size:1.375rem}}h5.h-text-transform-uppercase,.h5.h-text-transform-uppercase,.field--type-text-long h4.h-text-transform-uppercase{letter-spacing:.05em}h6,.h6{margin-bottom:.625rem}ol,ul,p{margin:0 0 1.5625rem}ol:last-child,ul:last-child,p:last-child{margin-bottom:0}blockquote:before{content:"\201c";margin-right:.125rem}blockquote:after{content:"\201d";margin-left:1px}blockquote p{display:inline}.h-division-subcontracting blockquote{color:#e30512}.h-division-shelving blockquote{color:#ff7800}.h-division-waterstorage blockquote{color:#2b00ff}.field--type-text-long a:not(.button),.cke_editable a:not(.button),.text-formatted a:not(.button){text-decoration:underline}.field--type-text-long ol,.field--type-text-long ul,.cke_editable ol,.cke_editable ul,.text-formatted ol,.text-formatted ul{padding:0}.field--type-text-long ol li,.field--type-text-long ul li,.cke_editable ol li,.cke_editable ul li,.text-formatted ol li,.text-formatted ul li{position:relative;padding-left:1.5625rem;margin-bottom:.3125rem}.field--type-text-long ol li:before,.field--type-text-long ul li:before,.cke_editable ol li:before,.cke_editable ul li:before,.text-formatted ol li:before,.text-formatted ul li:before{color:currentColor;position:absolute;left:0}.field--type-text-long ul li:before,.cke_editable ul li:before,.text-formatted ul li:before{font-family:gbl icons,sans-serif!important;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:5px;content:"\e903";top:.6875rem}.field--type-text-long ol li,.cke_editable ol li,.text-formatted ol li{counter-increment:list}.field--type-text-long ol li:before,.cke_editable ol li:before,.text-formatted ol li:before{content:counter(list) "."}.field--type-text-long p+h4,.field--type-text-long ul+h4,.field--type-text-long p+h3,.field--type-text-long ul+h3,.field--type-text-long p+h2,.field--type-text-long ul+h2,.cke_editable p+h4,.cke_editable ul+h4,.cke_editable p+h3,.cke_editable ul+h3,.cke_editable p+h2,.cke_editable ul+h2,.text-formatted p+h4,.text-formatted ul+h4,.text-formatted p+h3,.text-formatted ul+h3,.text-formatted p+h2,.text-formatted ul+h2{margin-top:2.5rem}.button,input[type=submit]{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-transition:all .1s linear;transition:all .1s linear;background:transparent;position:relative;-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-decoration:none;text-transform:none;line-height:1;z-index:1;font-size:1em}.button--external:after{font-family:gbl icons,sans-serif!important;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"\e90d";font-size:.8125rem;margin-left:.3125rem}.button--type-default,input[type=submit],.button--type-back,.button--type-play,.button--type-plus{border:0;position:relative;z-index:4;overflow:hidden}.button--type-default:before,input[type=submit]:before,.button--type-back:before,.button--type-play:before,.button--type-plus:before{content:"";position:absolute;inset:0;z-index:-1;background-color:#484848;-webkit-transform:translateX(-100%) skew(-17.5deg);transform:translate(-100%) skew(-17.5deg);-webkit-transition:.3s -webkit-transform linear;transition:.3s -webkit-transform linear;transition:.3s transform linear;transition:.3s transform linear,.3s -webkit-transform linear}.button--type-default:hover,input[type=submit]:hover,.button--type-default:focus,input[type=submit]:focus,.trigger-hover:focus .button--type-default,.trigger-hover:focus input[type=submit],.trigger-hover:hover .button--type-default,.trigger-hover:hover input[type=submit],.button--type-back:hover,.button--type-back:focus,.trigger-hover:focus .button--type-back,.trigger-hover:hover .button--type-back,.button--type-play:hover,.button--type-play:focus,.trigger-hover:focus .button--type-play,.trigger-hover:hover .button--type-play,.button--type-plus:hover,.button--type-plus:focus,.trigger-hover:focus .button--type-plus,.trigger-hover:hover .button--type-plus{color:#fff}.button--type-default:hover:before,input[type=submit]:hover:before,.button--type-default:focus:before,input[type=submit]:focus:before,.trigger-hover:focus .button--type-default:before,.trigger-hover:focus input[type=submit]:before,.trigger-hover:hover .button--type-default:before,.trigger-hover:hover input[type=submit]:before,.button--type-back:hover:before,.button--type-back:focus:before,.trigger-hover:focus .button--type-back:before,.trigger-hover:hover .button--type-back:before,.button--type-play:hover:before,.button--type-play:focus:before,.trigger-hover:focus .button--type-play:before,.trigger-hover:hover .button--type-play:before,.button--type-plus:hover:before,.button--type-plus:focus:before,.trigger-hover:focus .button--type-plus:before,.trigger-hover:hover .button--type-plus:before{-webkit-transform:translateX(0) skew(-17.5deg);transform:translate(0) skew(-17.5deg)}.button--type-default.h-division-subcontracting,input.h-division-subcontracting[type=submit],.h-division-subcontracting .button--type-default,.h-division-subcontracting input[type=submit],.button--type-back.h-division-subcontracting,.h-division-subcontracting .button--type-back,.button--type-play.h-division-subcontracting,.h-division-subcontracting .button--type-play,.button--type-plus.h-division-subcontracting,.h-division-subcontracting .button--type-plus{background-color:#e30512}.button--type-default.h-division-subcontracting:before,input.h-division-subcontracting[type=submit]:before,.h-division-subcontracting .button--type-default:before,.h-division-subcontracting input[type=submit]:before,.button--type-back.h-division-subcontracting:before,.h-division-subcontracting .button--type-back:before,.button--type-play.h-division-subcontracting:before,.h-division-subcontracting .button--type-play:before,.button--type-plus.h-division-subcontracting:before,.h-division-subcontracting .button--type-plus:before{background-color:#aa030d}.button--type-default.h-division-shelving,input.h-division-shelving[type=submit],.h-division-shelving .button--type-default,.h-division-shelving input[type=submit],.button--type-back.h-division-shelving,.h-division-shelving .button--type-back,.button--type-play.h-division-shelving,.h-division-shelving .button--type-play,.button--type-plus.h-division-shelving,.h-division-shelving .button--type-plus{background-color:#ff7800}.button--type-default.h-division-shelving:before,input.h-division-shelving[type=submit]:before,.h-division-shelving .button--type-default:before,.h-division-shelving input[type=submit]:before,.button--type-back.h-division-shelving:before,.h-division-shelving .button--type-back:before,.button--type-play.h-division-shelving:before,.h-division-shelving .button--type-play:before,.button--type-plus.h-division-shelving:before,.h-division-shelving .button--type-plus:before{background-color:#d65c0f}.button--type-default.h-division-waterstorage,input.h-division-waterstorage[type=submit],.h-division-waterstorage .button--type-default,.h-division-waterstorage input[type=submit],.button--type-back.h-division-waterstorage,.h-division-waterstorage .button--type-back,.button--type-play.h-division-waterstorage,.h-division-waterstorage .button--type-play,.button--type-plus.h-division-waterstorage,.h-division-waterstorage .button--type-plus{background-color:#2b00ff}.button--type-default.h-division-waterstorage:before,input.h-division-waterstorage[type=submit]:before,.h-division-waterstorage .button--type-default:before,.h-division-waterstorage input[type=submit]:before,.button--type-back.h-division-waterstorage:before,.h-division-waterstorage .button--type-back:before,.button--type-play.h-division-waterstorage:before,.h-division-waterstorage .button--type-play:before,.button--type-plus.h-division-waterstorage:before,.h-division-waterstorage .button--type-plus:before{background-color:#1f00b5}.button--type-default,input[type=submit]{color:#fff;font-weight:700;text-transform:lowercase;margin-left:-.875rem;padding:1rem 2.1875rem;background-color:#000;-webkit-clip-path:polygon(14px 0,100% 0,calc(100% - 14px) 100%,0 100%);clip-path:polygon(14px 0,100% 0,calc(100% - 14px) 100%,0 100%)}.button--type-default.button--color-dark,input.button--color-dark[type=submit]{background-color:#000}.button--type-default.button--color-dark:before,input.button--color-dark[type=submit]:before{background-color:#484848}.button--type-default.button--color-light,input.button--color-light[type=submit],.h-division-industries .h-bg-color-dark .button--type-default,.h-division-industries .h-bg-color-dark input[type=submit],.header-dark .page-header-nav .button--type-default,.header-dark .page-header-nav input[type=submit]{background-color:#fff;color:#000}.button--type-default.button--color-light:before,input.button--color-light[type=submit]:before,.h-division-industries .h-bg-color-dark .button--type-default:before,.h-division-industries .h-bg-color-dark input[type=submit]:before,.header-dark .page-header-nav .button--type-default:before,.header-dark .page-header-nav input[type=submit]:before{background-color:#bec3c8}.h-text-align-center .button--type-default,.h-text-align-center input[type=submit]{margin-left:0}.button--type-back,.button--type-plus,.button--type-play{height:3.875rem;width:5.625rem;background-color:#bec3c8;-webkit-clip-path:polygon(20px 0,100% 0,calc(100% - 20px) 100%,0 100%);clip-path:polygon(20px 0,100% 0,calc(100% - 20px) 100%,0 100%)}.button--type-back:after,.button--type-plus:after,.button--type-play:after{content:"";position:absolute;width:100%;left:0;top:0;height:100%;z-index:5;background-size:21%}@media screen and (min-width:90em){.button--type-back.button--size-large,.button--type-plus.button--size-large,.button--type-play.button--size-large{height:6.125rem;width:8.875rem;-webkit-clip-path:polygon(29px 0,100% 0,calc(100% - 29px) 100%,0 100%);clip-path:polygon(29px 0,100% 0,calc(100% - 29px) 100%,0 100%)}}.button--type-play:after{background:url(/themes/gbltheme/img/icon-play.svg) no-repeat center center;content:""}.button--type-plus:after{background:url(/themes/gbltheme/img/icon-plus.svg) no-repeat center center}.button--type-back:after{background:url(/themes/gbltheme/img/icon-back.svg) no-repeat center center}.button-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-top:3.75rem;margin-bottom:3.75rem;gap:.625rem}@media screen and (min-width:90em){.button-container{margin-top:8.4375rem;margin-bottom:8.4375rem}}@-webkit-keyframes button-line-effect{0%{-webkit-transform:translateX(0);transform:translate(0)}25%{-webkit-transform:translateX(100%);transform:translate(100%)}26%{opacity:0}27%{-webkit-transform:translateX(-100%);transform:translate(-100%)}28%{opacity:1}55%{-webkit-transform:translateX(0);transform:translate(0)}}@keyframes button-line-effect{0%{-webkit-transform:translateX(0);transform:translate(0)}25%{-webkit-transform:translateX(100%);transform:translate(100%)}26%{opacity:0}27%{-webkit-transform:translateX(-100%);transform:translate(-100%)}28%{opacity:1}55%{-webkit-transform:translateX(0);transform:translate(0)}}.button--type-download,.button--type-inline{color:currentColor;position:relative;font-weight:700;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;padding-bottom:.4375rem;gap:.3125rem;text-transform:lowercase;overflow:hidden}.button--type-download:before,.button--type-inline:before{content:"";height:.125rem;position:absolute;bottom:0;left:0;width:100%;background:currentcolor}.button--type-download:hover:before,.button--type-download:focus:before,.trigger-hover:focus .button--type-download:before,.trigger-hover:hover .button--type-download:before,.button--type-inline:hover:before,.button--type-inline:focus:before,.trigger-hover:focus .button--type-inline:before,.trigger-hover:hover .button--type-inline:before{-webkit-animation-name:button-line-effect;animation-name:button-line-effect;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-iteration-count:1;animation-iteration-count:1}.button--type-inline{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.button--type-inline:after{font-family:gbl icons,sans-serif!important;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"\e900";font-size:44%}.button--type-download{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.button--type-download:after{font-family:gbl icons,sans-serif!important;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"\e904";font-size:.75rem}.button--type-inline-reverse{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.button--type-inline-reverse:after{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.button--with-icon{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.button--with-icon:before{margin-left:.5rem}input,textarea,select{margin:0;padding:0;font-family:inherit;outline:none;border-radius:0;border:none;line-height:inherit;-webkit-box-shadow:none;box-shadow:none;color:inherit}input:-ms-input-placeholder,textarea:-ms-input-placeholder,select:-ms-input-placeholder{color:#bec3c8}input::-moz-placeholder,textarea::-moz-placeholder,select::-moz-placeholder{color:#bec3c8}input:-moz-placeholder,textarea:-moz-placeholder,select:-moz-placeholder{color:#bec3c8}input::-webkit-input-placeholder,textarea::-webkit-input-placeholder,select::-webkit-input-placeholder{color:#bec3c8}textarea,select,input:not([type=checkbox],[type=radio],[type=submit],[type=file]){padding:.625rem .9375rem;width:100%;max-width:100%;-webkit-appearance:none;-moz-appearance:none;appearance:none;-webkit-transition:all .1s linear;transition:all .1s linear;background-color:transparent;color:#000;border-radius:.1875rem;font-weight:300;border:1px solid #bec3c8}textarea:focus,select:focus,input:not([type=checkbox],[type=radio],[type=submit],[type=file]):focus{border-color:#000}textarea{resize:none;height:7.5rem}select{background-image:url(/themes/gbltheme/img/form-icon-select.svg);background-repeat:no-repeat;background-position:right 1.25rem center;padding-right:2.1875rem!important;background-size:.75rem auto}select::-ms-expand{display:none}label,legend{margin-bottom:.375rem;display:block}label.form-required:after,legend.form-required:after{content:" *"}.form-item,#ajax-wrapper .form-item{margin-bottom:1.875rem}.form-item.error label{color:#a94442}.description{font-style:italic;font-size:.75rem;margin-top:.1875rem}.form-actions{margin-top:30px}.js-form-type-checkbox input,.js-form-type-radio input,.form-type-checkbox input,.form-type-radio input,.facets-widget-checkbox .facet-item input{opacity:0;position:absolute}.js-form-type-checkbox label,.js-form-type-radio label,.form-type-checkbox label,.form-type-radio label,.facets-widget-checkbox .facet-item label{position:relative;padding-left:2.1875rem;font-weight:inherit;margin:0;display:inline-block;cursor:pointer}.js-form-type-checkbox label:before,.js-form-type-radio label:before,.form-type-checkbox label:before,.form-type-radio label:before,.facets-widget-checkbox .facet-item label:before{-webkit-transition:all .2s ease;transition:all .2s ease;position:absolute;left:0;top:.3125rem;content:"";width:1rem;height:1rem;background:#fff;border:.0625rem solid #bec3c8}.js-form-type-checkbox a,.js-form-type-radio a,.form-type-checkbox a,.form-type-radio a,.facets-widget-checkbox .facet-item a{text-decoration:underline}.js-form-type-checkbox label:before,.form-type-checkbox label:before,.facets-widget-checkbox .facet-item label:before{border-radius:.125rem;background-repeat:no-repeat;background-position:center}.js-form-type-checkbox input:checked+label:before,.form-type-checkbox input:checked+label:before,.facets-widget-checkbox .facet-item input:checked+label:before{background-image:url(/themes/gbltheme/img/form-icon-check.svg);background-color:#000}.js-form-type-radio label:before,.form-type-radio label:before{border-radius:100%;top:.4375rem}.js-form-type-radio input:checked+label:before,.form-type-radio input:checked+label:before{background-color:#9ba9b9}.form-radios .form-item,.form-checkboxes .form-item{margin-bottom:0}.form-radios .form-item:not(:first-child),.form-checkboxes .form-item:not(:first-child){margin-top:.625rem}.form-managed-file{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:1.25rem}.captcha{margin-top:1.25rem}.webform-flexbox{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:1.875rem;margin:0 0 1.875rem}.webform-flexbox .form-item{margin:0}@media screen and (min-width:61.25em){.webform-flex--1{-webkit-box-flex:1;-ms-flex:1;flex:1}}.webform-flex--container{margin:0}fieldset{margin:0;padding:0;border:none}ul,ol{list-style:none;margin:0;padding:0}a{color:#000;outline:0!important;text-decoration:none;-webkit-transition:.2s color linear;transition:.2s color linear}a:hover,a:focus{color:#484848}.h-color-light{color:#fff}.h-color-dark{color:#000}.h-color-primary{color:#9ba9b9}.h-color-grey{color:#bec3c8}.h-color-grey-3{color:#9ba9b9}.h-color-division{color:#bec3c8}.h-color-division--default-light{color:#fff}.h-division-subcontracting .h-color-division,.h-division-subcontracting .h-color-division a{color:#e30512}.h-division-shelving .h-color-division,.h-division-shelving .h-color-division a{color:#ff7800}.h-division-waterstorage .h-color-division,.h-division-waterstorage .h-color-division a{color:#2b00ff}.h-bg-color-dark,.h-bg-color-primary,.h-bg-color-secondary{color:#fff}.h-bg-color-dark .text-formatted a:not(.button),.h-bg-color-dark a:not(.button),.h-bg-color-primary .text-formatted a:not(.button),.h-bg-color-primary a:not(.button),.h-bg-color-secondary .text-formatted a:not(.button),.h-bg-color-secondary a:not(.button){border-bottom-color:#fff}.h-bg-color-dark .text-formatted a:not(.button):hover,.h-bg-color-dark .text-formatted a:not(.button):focus,.h-bg-color-dark a:not(.button):hover,.h-bg-color-dark a:not(.button):focus,.h-bg-color-primary .text-formatted a:not(.button):hover,.h-bg-color-primary .text-formatted a:not(.button):focus,.h-bg-color-primary a:not(.button):hover,.h-bg-color-primary a:not(.button):focus,.h-bg-color-secondary .text-formatted a:not(.button):hover,.h-bg-color-secondary .text-formatted a:not(.button):focus,.h-bg-color-secondary a:not(.button):hover,.h-bg-color-secondary a:not(.button):focus{color:#fff}.h-bg-color-light{background-color:#fff}.h-bg-color-dark{background-color:#000}.h-bg-color-grey{background-color:#bec3c8}.h-bg-color-grey-1{background-color:#f8f8fa}.h-bg-color-primary{background-color:#9ba9b9}.h-bg-color-dark a:not(.button),.h-bg-color-dark h1,.h-bg-color-dark h2,.h-bg-color-dark h3,.h-bg-color-dark h4,.h-bg-color-dark h5,.h-bg-color-dark .h1,.h-bg-color-dark .h2,.h-bg-color-dark .h3,.h-bg-color-dark .h4,.h-bg-color-dark .h5,.h-bg-color-primary a:not(.button),.h-bg-color-primary h1,.h-bg-color-primary h2,.h-bg-color-primary h3,.h-bg-color-primary h4,.h-bg-color-primary h5,.h-bg-color-primary .h1,.h-bg-color-primary .h2,.h-bg-color-primary .h3,.h-bg-color-primary .h4,.h-bg-color-primary .h5,.h-color-dark a:not(.button),.h-color-dark h1,.h-color-dark h2,.h-color-dark h3,.h-color-dark h4,.h-color-dark h5,.h-color-dark .h1,.h-color-dark .h2,.h-color-dark .h3,.h-color-dark .h4,.h-color-dark .h5,.h-color-light a:not(.button),.h-color-light h1,.h-color-light h2,.h-color-light h3,.h-color-light h4,.h-color-light h5,.h-color-light .h1,.h-color-light .h2,.h-color-light .h3,.h-color-light .h4,.h-color-light .h5{color:inherit}.h-image-full-width img{width:100%}.h-image-children-display-block img{display:block}.visually-hidden{position:absolute!important;clip:rect(1px,1px,1px,1px);overflow:hidden;height:1px;width:1px;word-wrap:normal}.hidden,.js .js-hide{display:none!important}.h-layout-display-block{display:block}.h-layout-grow-parent{min-height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.h-layout-position-relative{position:relative}.h-margin-bottom-5{margin-bottom:.3125rem}.h-margin-top-5{margin-top:.3125rem}.h-margin-bottom-10{margin-bottom:.625rem}.h-margin-top-10{margin-top:.625rem}.h-margin-bottom-20{margin-bottom:1.25rem}.h-margin-top-20{margin-top:1.25rem}.h-margin-bottom-30{margin-bottom:1.875rem}.h-margin-top-30{margin-top:1.875rem}.h-margin-bottom-40{margin-bottom:2.5rem}.h-margin-top-40{margin-top:2.5rem}.h-margin-bottom-50{margin-bottom:3.125rem}.h-margin-top-50{margin-top:3.125rem}.h-margin-bottom-0{margin-bottom:0}.h-margin-childs-none *{margin:0!important}.h-margin-large{margin-top:5rem;margin-bottom:5rem}@media screen and (min-width:30em){.h-margin-large{margin-top:7.1875rem}}@media screen and (min-width:90em){.h-margin-large{margin-top:9.375rem}}@media screen and (min-width:100em){.h-margin-large{margin-top:12.5rem}}@media screen and (min-width:30em){.h-margin-large{margin-bottom:7.1875rem}}@media screen and (min-width:90em){.h-margin-large{margin-bottom:9.375rem}}@media screen and (min-width:100em){.h-margin-large{margin-bottom:12.5rem}}.h-margin-top-large{margin-top:5rem}@media screen and (min-width:30em){.h-margin-top-large{margin-top:7.1875rem}}@media screen and (min-width:90em){.h-margin-top-large{margin-top:9.375rem}}@media screen and (min-width:100em){.h-margin-top-large{margin-top:12.5rem}}.h-margin-bottom-large{margin-bottom:5rem}@media screen and (min-width:30em){.h-margin-bottom-large{margin-bottom:7.1875rem}}@media screen and (min-width:90em){.h-margin-bottom-large{margin-bottom:9.375rem}}@media screen and (min-width:100em){.h-margin-bottom-large{margin-bottom:12.5rem}}.h-margin-default{margin-top:5rem;margin-bottom:5rem}@media screen and (min-width:30em){.h-margin-default{margin-top:7.1875rem}}@media screen and (min-width:90em){.h-margin-default{margin-top:9.375rem}}@media screen and (min-width:30em){.h-margin-default{margin-bottom:7.1875rem}}@media screen and (min-width:90em){.h-margin-default{margin-bottom:9.375rem}}.h-margin-top-default{margin-top:5rem}@media screen and (min-width:30em){.h-margin-top-default{margin-top:7.1875rem}}@media screen and (min-width:90em){.h-margin-top-default{margin-top:9.375rem}}.h-margin-bottom-default{margin-bottom:5rem}@media screen and (min-width:30em){.h-margin-bottom-default{margin-bottom:7.1875rem}}@media screen and (min-width:90em){.h-margin-bottom-default{margin-bottom:9.375rem}}.h-margin-bottom-small{margin-bottom:2.5rem}@media screen and (min-width:30em){.h-margin-bottom-small{margin-bottom:3.4375rem}}@media screen and (min-width:90em){.h-margin-bottom-small{margin-bottom:4.375rem}}.h-margin-top-intro{margin-top:2.5rem}@media screen and (min-width:30em){.h-margin-top-intro{margin-top:4.375rem}}@media screen and (min-width:90em){.h-margin-top-intro{margin-top:6.25rem}}.h-margin-intro{margin-top:2.5rem;margin-bottom:2.5rem}@media screen and (min-width:30em){.h-margin-intro{margin-top:4.375rem}}@media screen and (min-width:90em){.h-margin-intro{margin-top:6.25rem}}@media screen and (min-width:30em){.h-margin-intro{margin-bottom:3.75rem}}@media screen and (min-width:90em){.h-margin-intro{margin-bottom:5rem}}@media screen and (min-width:120em){.h-margin-intro{margin-bottom:7.5rem}}.h-margin-top-cta{margin-top:1.875rem}.h-padding-default{padding-top:5.625rem;padding-bottom:5.625rem}@media screen and (min-width:30em){.h-padding-default{padding-top:5.625rem}}@media screen and (min-width:61.25em){.h-padding-default{padding-top:9.375rem}}@media screen and (min-width:100em){.h-padding-default{padding-top:12.5rem}}@media screen and (min-width:30em){.h-padding-default{padding-bottom:5.625rem}}@media screen and (min-width:61.25em){.h-padding-default{padding-bottom:9.375rem}}@media screen and (min-width:100em){.h-padding-default{padding-bottom:12.5rem}}.h-padding-top-default{padding-top:5.625rem}@media screen and (min-width:30em){.h-padding-top-default{padding-top:5.625rem}}@media screen and (min-width:61.25em){.h-padding-top-default{padding-top:9.375rem}}@media screen and (min-width:100em){.h-padding-top-default{padding-top:12.5rem}}.h-padding-bottom-default{padding-bottom:5.625rem}@media screen and (min-width:30em){.h-padding-bottom-default{padding-bottom:5.625rem}}@media screen and (min-width:61.25em){.h-padding-bottom-default{padding-bottom:9.375rem}}@media screen and (min-width:100em){.h-padding-bottom-default{padding-bottom:12.5rem}}.h-padding-bottom-medium{padding-bottom:3.125rem}@media screen and (min-width:30em){.h-padding-bottom-medium{padding-bottom:5rem}}@media screen and (min-width:61.25em){.h-padding-bottom-medium{padding-bottom:7.5rem}}@media screen and (min-width:100em){.h-padding-bottom-medium{padding-bottom:10rem}}.h-padding-medium{padding-top:3.125rem;padding-bottom:3.125rem}@media screen and (min-width:30em){.h-padding-medium{padding-top:5rem}}@media screen and (min-width:61.25em){.h-padding-medium{padding-top:7.5rem}}@media screen and (min-width:100em){.h-padding-medium{padding-top:10rem}}@media screen and (min-width:30em){.h-padding-medium{padding-bottom:5rem}}@media screen and (min-width:61.25em){.h-padding-medium{padding-bottom:7.5rem}}@media screen and (min-width:100em){.h-padding-medium{padding-bottom:10rem}}.h-padding-small{padding-top:4.375rem;padding-bottom:4.375rem}@media screen and (min-width:30em){.h-padding-small{padding-top:5.625rem}}@media screen and (min-width:61.25em){.h-padding-small{padding-top:6.875rem}}@media screen and (min-width:100em){.h-padding-small{padding-top:8.75rem}}@media screen and (min-width:30em){.h-padding-small{padding-bottom:5.625rem}}@media screen and (min-width:61.25em){.h-padding-small{padding-bottom:6.875rem}}@media screen and (min-width:100em){.h-padding-small{padding-bottom:8.75rem}}.h-text-transform-lowercase{text-transform:lowercase}.h-text-transform-uppercase{text-transform:uppercase}.h-text-transform-none{text-transform:none}.h-text-weight-bold{font-weight:700}.h-text-weight-semibold{font-weight:600}.h-text-align-left{text-align:left}.h-text-align-center{text-align:center}.h-text-align-right{text-align:right}.h-text-size-small{font-size:.875rem}.h-text-size-medium{font-size:1.25rem}.h-text-pretitle{font-family:neue-haas-grotesk-display,Helvetica,Arial,sans-serif;text-transform:uppercase;letter-spacing:1.5px;font-size:.875rem;font-weight:300}@media screen and (min-width:30em){[data-animation=clip-path]:not([data-animation-initial-ignore]){-webkit-clip-path:inset(0% 0% 0% 100%);clip-path:inset(0% 0% 0% 100%)}}@media screen and (min-width:30em){.clip-text-parent,.clip-text-line,.clip-text-word,.clip-text-char{-webkit-clip-path:inset(0 0 0 0);clip-path:inset(0 0 0 0)}}.clip-text-parent{position:relative;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}@media screen and (min-width:30em){[data-animation=clip-text]:not([data-animation-initial-ignore]){opacity:0}}@media screen and (min-width:30em){[data-animation=fade-in]:not([data-animation-initial-ignore]){opacity:0}}.container{padding-left:1.875rem;padding-right:1.875rem;margin:0 auto;max-width:170rem}@media screen and (min-width:71.875em){.container{padding-left:3.125rem;padding-right:3.125rem}}@media screen and (min-width:90em){.container{padding-left:5rem;padding-right:5rem}}@media screen and (min-width:46em){.container-inner{margin-left:auto;margin-right:auto;width:96%}}@media screen and (min-width:100em){.container-inner{width:90%}}.container-row{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-left:-15px;margin-right:-15px}.container-row__content--size-20{margin-left:5%;padding-left:15px;padding-right:15px;width:100%}.grid{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-left:-15px;margin-right:-15px;row-gap:1.875rem}.grid__item{padding-left:15px;padding-right:15px;width:100%}.grid--row-gap-small{row-gap:2.5rem}.grid--row-gap-medium{row-gap:3.125rem}.grid--row-gap-large{row-gap:6.25rem}@media screen and (min-width:30em){.grid--items-2 .grid__item{padding-left:15px;padding-right:15px;width:50%}}@media screen and (min-width:90em){.grid--items-3 .grid__item{padding-left:15px;padding-right:15px;width:33.3333333333%}}@media screen and (min-width:30em){.grid--items-4 .grid__item{padding-left:15px;padding-right:15px;width:50%}}@media screen and (min-width:90em){.grid--items-4 .grid__item{padding-left:15px;padding-right:15px;width:25%}}.grid-overlap{overflow:hidden;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;row-gap:4.0625rem}@media screen and (min-width:61.25em){.grid-overlap{-ms-flex-wrap:nowrap;flex-wrap:nowrap}}@media screen and (min-width:61.25em){.grid-overlap--items-3{padding-top:4.0268%}}.grid-overlap--items-3 .grid-overlap__item{width:83%;margin-left:auto;margin-right:auto}@media screen and (min-width:61.25em){.grid-overlap--items-3 .grid-overlap__item{margin-left:0;margin-right:0;width:38.7919%;-ms-flex-negative:0;flex-shrink:0}}@media screen and (min-width:61.25em){.grid-overlap--items-3 .grid-overlap__item:nth-child(2){margin-left:-6.8456%;margin-top:-4.0268%}}@media screen and (min-width:61.25em){.grid-overlap--items-3 .grid-overlap__item:nth-child(3){margin-left:-9.5302%}}.grid-overlap--items-3+.grid-overlap--items-3{margin-top:4.0625rem!important}.path-user .main{padding-left:80px;padding-right:80px;max-width:50rem;margin:0 auto}.page-footer{position:relative;z-index:1;padding-top:9.6875rem;padding-bottom:6.25rem}@media screen and (min-width:30em){.page-footer{bottom:0;z-index:0;position:sticky}}.page-footer:before{top:0;left:0;width:100%;content:"";position:absolute;height:9.6875rem;background-image:url(/themes/gbltheme/img/footer-icon-repeat.svg);background-size:60px 40px}.page-footer .menu{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:.625rem}.page-footer .menu li{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-column-gap:.625rem;-moz-column-gap:.625rem;column-gap:.625rem}.page-footer .menu li:not(:last-child):after{content:"-"}.page-footer .menu li a:hover{opacity:.6}.page-footer .menu--social-menu a{position:relative}.page-footer .menu--social-menu a:after{content:"";left:0;bottom:0;height:1px;width:100%;position:absolute;background:currentcolor}.page-footer__top{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:30px}@media screen and (min-width:61.25em){.page-footer__top{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}}.page-footer__slogan{margin-bottom:0}.page-footer__bottom{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;row-gap:2.5rem;margin-top:6.25rem}.page-footer__logo{width:14.375rem}.page-footer__info-wrapper{width:100%}@media screen and (min-width:61.25em){.page-footer__info-wrapper{-webkit-box-flex:1;-ms-flex:1;flex:1}}.page-footer__info{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;row-gap:1.25rem}@media screen and (min-width:61.25em){.page-footer__info{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;row-gap:.875rem}}.page-footer__legal{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:.625rem}.page-footer__legal>div{width:100%;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex}@media screen and (min-width:30em){.page-footer__legal>div{width:auto}}@media screen and (min-width:30em){.page-footer__legal>div:not(:last-child):after{content:"-";margin-left:.625rem}}.page-header{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;z-index:16;left:0;top:0}@media screen and (min-width:78.125em){.page-header{position:relative;height:auto;z-index:auto}}.page-header-nav{padding-top:2.8125rem;padding-bottom:3.3125rem}@media screen and (min-width:78.125em){.page-header-nav{padding-top:0;padding-bottom:0}}.header-dark .page-header-nav{background-color:#000}.header-dark .page-header-nav .c-watermark{background:url(/themes/gbltheme/img/icon-bg-dark.svg);background-size:contain;z-index:1;opacity:.4}.page-header-nav__inner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;position:relative;z-index:2}.page-header-nav__brand{margin-right:3.75rem}@media screen and (min-width:78.125em){.page-header-nav__brand{padding-top:3rem;padding-bottom:2.5rem;margin-right:0}}.page-header-nav__brand .site-logo{display:block}.page-header-nav__brand .site-logo img{display:block;max-width:13.25rem}@media screen and (min-width:78.125em){.page-header-nav__brand .site-logo img{max-width:100%}}.header-dark .page-header-nav__brand{-webkit-filter:invert(1);filter:invert(1)}.page-header-nav__actions{margin-left:auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.page-header-nav__actions .block-menu,.page-header-nav__actions .block-active-language-block{display:none}@media screen and (min-width:78.125em){.page-header-nav__actions .block-menu,.page-header-nav__actions .block-active-language-block{display:block}}.page-header-nav__actions .block-menu>.menu{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.page-header-nav__actions .block-menu>.menu>.menu__item a:not(.button){font-weight:700;position:relative;display:block;line-height:1;padding:4.0625rem 0 1rem;text-transform:lowercase}.page-header-nav__actions .block-menu>.menu>.menu__item a:not(.button):before{content:"";background:#bec3c8;position:absolute;-webkit-transform:skew(-17.5deg);transform:skew(-17.5deg);height:1.25rem;border-radius:.25rem;top:-1.25rem;left:0;right:0;-webkit-transition:.2s linear all;transition:.2s linear all;opacity:0}.header-dark .page-header-nav__actions .block-menu>.menu>.menu__item a:not(.button){color:#fff}.page-header-nav__actions .block-menu>.menu>.menu__item a:not(.button):hover:before{top:-.9375rem;opacity:1}.header-dark .page-header-nav__actions .block-menu>.menu>.menu__item a:not(.button):hover{color:#bec3c8}.page-header-nav__actions .block-menu>.menu>.menu__item a:not(.button)[target=_blank]{padding-right:1.75rem}.page-header-nav__actions .block-menu>.menu>.menu__item a:not(.button)[target=_blank]:after{font-family:gbl icons,sans-serif!important;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#bec3c8;content:"\e90d";font-size:1.25rem;position:absolute;bottom:15px;right:0}.page-header-nav__actions .block-menu>.menu>.menu__item.menu__item--active-trail a:before{top:-.9375rem;background-color:#000;opacity:1}.h-division-waterstorage .page-header-nav__actions .block-menu>.menu>.menu__item.menu__item--active-trail a:before{background-color:#2b00ff}.h-division-shelving .page-header-nav__actions .block-menu>.menu>.menu__item.menu__item--active-trail a:before{background-color:#ff7800}.h-division-subcontracting .page-header-nav__actions .block-menu>.menu>.menu__item.menu__item--active-trail a:before{background-color:#e30512}.header-dark .page-header-nav__actions .block-menu>.menu>.menu__item.menu__item--active-trail a:before{background-color:#fff}.page-header-nav__actions .block-menu>.menu>.menu__item:not(:first-child){margin-left:2.5rem}@media screen and (min-width:90em){.page-header-nav__actions .block-menu>.menu>.menu__item:not(:first-child){margin-left:3.75rem}}@media screen and (min-width:100em){.page-header-nav__actions .block-menu>.menu>.menu__item:not(:first-child){margin-left:5rem}}.page-header-nav__actions .block-menu>.menu>.menu__item:not(:last-child) .button{margin-right:-1.5625rem}.page-header-nav__actions .c-language-selector__toggler{font-weight:700;position:relative;display:block;line-height:1;padding:1rem 0;margin-left:2.5rem}@media screen and (min-width:90em){.page-header-nav__actions .c-language-selector__toggler{margin-left:3.75rem}}.header-dark .page-header-nav__actions .c-language-selector__toggler{color:#fff}.overlay-open{overflow:hidden}.page-overlay__open{text-decoration:none;font-size:0;z-index:40;position:fixed;right:25px;top:40px;width:3.375rem;height:3.375rem;border-radius:50%;background:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}@media screen and (min-width:78.125em){.page-overlay__open{display:none}}.page-overlay{background:#fff;position:fixed;top:0;left:0;height:100%;width:100%;padding:0;overflow:auto;opacity:0;z-index:-1;visibility:hidden;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.overlay-open .page-overlay{opacity:1;z-index:15;visibility:visible}.page-overlay .site-logo img{display:block;max-width:13.25rem;margin-left:30px;margin-top:2.8125rem;margin-bottom:2.8125rem}.page-overlay ul.menu li{display:block}.page-overlay ul.menu li:not(.menu__item--expanded){border-bottom:1px solid #e7e9ed}.page-overlay ul.menu li>a :not(.button){text-transform:lowercase}.page-overlay ul.menu li a:not(.button){display:block;padding:1.3125rem 3.125rem;text-decoration:none;font-weight:700}.page-overlay ul.menu li a:not(.button)[target=_blank]:after{font-family:gbl icons,sans-serif!important;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#bec3c8;content:"\e90d";font-size:1.25rem;margin-left:.5rem;position:relative;top:3px}.page-overlay ul.menu li a.button{margin:1.5625rem 3.125rem}.page-overlay ul.menu li.menu__item--expanded>a{border-bottom:1px solid #e7e9ed}.page-overlay ul.menu li.menu__item--collapsible{position:relative}.page-overlay ul.menu li.menu__item--collapsible .menu{display:none}.page-overlay ul.menu li.menu__item--collapsible.is-open .menu{display:block}.page-overlay ul.menu li.menu__item--collapsible.is-open .menu__item__collapsible-icon:before{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.page-overlay .views-group h3{margin:0}.page-overlay .views-group a{border-bottom:1px solid #e7e9ed}.page-overlay ul.menu ul.menu{background-color:#f8f8fa}.page-overlay .views-group h3 a,.page-overlay ul.menu ul.menu a{padding-left:4.0625rem!important}.page-overlay .views-group .views-row a{padding-left:5rem!important}.page-overlay .menu__item__collapsible-icon{position:absolute;top:0;right:0;height:72px;width:76px}.page-overlay .menu__item__collapsible-icon:before{position:absolute;top:2.125rem;right:1.9375rem;font-size:.5625rem}.page-overlay .block-language{padding:2.5rem 3.125rem;font-weight:700;margin-top:auto}.page-overlay .block-language ul{margin:0;padding:0}.page-overlay .block-language ul li{display:inline-block;margin:0 1.875rem 0 0}.page-overlay .block-language ul li a:not(.is-active){color:#bec3c8}.page-overlay .page-overlay-desktop__title{display:none}.page-overlay .view{background-color:#f8f8fa}.overlay-desktop-show{overflow:hidden}.page-overlay-desktop{pointer-events:none;z-index:20;position:relative}@media screen and (min-width:78.125em){.overlay-desktop-show .page-overlay-desktop{visibility:visible;pointer-events:auto}}.page-overlay-desktop__title{margin-bottom:3.75rem;-webkit-transform:translateX(-1040px);transform:translate(-1040px);opacity:0;-webkit-transition:.5s all linear;transition:.5s all linear}.page-overlay-desktop__title a:after{font-family:gbl icons,sans-serif!important;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"\e902";font-size:1.4375rem;margin-left:1.25rem;top:-.125rem;position:relative;-webkit-transition:.2s linear;transition:.2s linear;display:inline-block}.page-overlay-desktop__title a:hover:after{-webkit-transform:translateX(5px);transform:translate(5px)}.overlay-desktop-show .page-overlay-desktop__title{-webkit-transition-delay:.1s;transition-delay:.1s;-webkit-transform:translateX(0);transform:translate(0);opacity:1}.page-overlay-desktop__pane{margin:5rem 0 0;padding:2.5rem 2.5rem 0 10rem;position:fixed;top:0;z-index:30;width:700px;height:calc(100% - 80px);overflow:auto;opacity:0;-webkit-transition:.1s opacity linear;transition:.1s opacity linear}.overlay-desktop-show .page-overlay-desktop__pane{opacity:1}.page-overlay-desktop__pane__inner{position:relative}.page-overlay-desktop__pane__inner>.block{opacity:0;position:absolute;top:0;left:0;width:100%;pointer-events:none}.loaded .page-overlay-desktop__pane__inner>.block{-webkit-transition:.1s opacity linear;transition:.1s opacity linear}.page-overlay-desktop__pane__inner>.block.is-active{opacity:1;pointer-events:all}.page-overlay-desktop__pane__inner .view>.views-row,.page-overlay-desktop__pane__inner .view>.views-group,.page-overlay-desktop__pane__inner .view>.views-group>*{-webkit-transform:translateX(-1040px);transform:translate(-1040px);opacity:0}.loaded .page-overlay-desktop__pane__inner .view>.views-row,.loaded .page-overlay-desktop__pane__inner .view>.views-group,.loaded .page-overlay-desktop__pane__inner .view>.views-group>*{-webkit-transition:.5s all ease-in-out;transition:.5s all ease-in-out}.overlay-desktop-show .page-overlay-desktop__pane__inner .view>.views-row,.overlay-desktop-show .page-overlay-desktop__pane__inner .view>.views-group,.overlay-desktop-show .page-overlay-desktop__pane__inner .view>.views-group>*{-webkit-transform:translateX(0);transform:translate(0);opacity:1}.page-overlay-desktop__pane__inner .views-group{border-bottom:1px solid #bec3c8;padding-bottom:1.875rem}.page-overlay-desktop__pane__inner .views-group:not(:last-child){margin-bottom:1.875rem}.page-overlay-desktop__pane__inner .views-row:not(:last-child,.views-row--title){border-bottom:1px solid #bec3c8}.overlay-desktop-show .page-overlay-desktop__pane__inner .view>.views-group>*:nth-child(1),.overlay-desktop-show .page-overlay-desktop__pane__inner .view>.views-row:nth-child(1){-webkit-transition-delay:.15s;transition-delay:.15s}.overlay-desktop-show .page-overlay-desktop__pane__inner .view>.views-group>*:nth-child(2),.overlay-desktop-show .page-overlay-desktop__pane__inner .view>.views-row:nth-child(2){-webkit-transition-delay:.25s;transition-delay:.25s}.overlay-desktop-show .page-overlay-desktop__pane__inner .view>.views-group>*:nth-child(3),.overlay-desktop-show .page-overlay-desktop__pane__inner .view>.views-row:nth-child(3){-webkit-transition-delay:.35s;transition-delay:.35s}.overlay-desktop-show .page-overlay-desktop__pane__inner .view>.views-group>*:nth-child(4),.overlay-desktop-show .page-overlay-desktop__pane__inner .view>.views-row:nth-child(4){-webkit-transition-delay:.45s;transition-delay:.45s}.overlay-desktop-show .page-overlay-desktop__pane__inner .view>.views-group>*:nth-child(5),.overlay-desktop-show .page-overlay-desktop__pane__inner .view>.views-row:nth-child(5){-webkit-transition-delay:.55s;transition-delay:.55s}.overlay-desktop-show .page-overlay-desktop__pane__inner .view>.views-group>*:nth-child(6),.overlay-desktop-show .page-overlay-desktop__pane__inner .view>.views-row:nth-child(6){-webkit-transition-delay:.65s;transition-delay:.65s}.overlay-desktop-show .page-overlay-desktop__pane__inner .view>.views-group>*:nth-child(7),.overlay-desktop-show .page-overlay-desktop__pane__inner .view>.views-row:nth-child(7){-webkit-transition-delay:.75s;transition-delay:.75s}.overlay-desktop-show .page-overlay-desktop__pane__inner .view>.views-group>*:nth-child(8),.overlay-desktop-show .page-overlay-desktop__pane__inner .view>.views-row:nth-child(8){-webkit-transition-delay:.85s;transition-delay:.85s}.overlay-desktop-show .page-overlay-desktop__pane__inner .view>.views-group>*:nth-child(9),.overlay-desktop-show .page-overlay-desktop__pane__inner .view>.views-row:nth-child(9){-webkit-transition-delay:.95s;transition-delay:.95s}.overlay-desktop-show .page-overlay-desktop__pane__inner .view>.views-group>*:nth-child(10),.overlay-desktop-show .page-overlay-desktop__pane__inner .view>.views-row:nth-child(10){-webkit-transition-delay:1.05s;transition-delay:1.05s}.overlay-desktop-show .page-overlay-desktop__pane__inner .view>.views-group>*:nth-child(11),.overlay-desktop-show .page-overlay-desktop__pane__inner .view>.views-row:nth-child(11){-webkit-transition-delay:1.15s;transition-delay:1.15s}.overlay-desktop-show .page-overlay-desktop__pane__inner .view>.views-group>*:nth-child(12),.overlay-desktop-show .page-overlay-desktop__pane__inner .view>.views-row:nth-child(12){-webkit-transition-delay:1.25s;transition-delay:1.25s}.overlay-desktop-show .page-overlay-desktop__pane__inner .view>.views-group>*:nth-child(13),.overlay-desktop-show .page-overlay-desktop__pane__inner .view>.views-row:nth-child(13){-webkit-transition-delay:1.35s;transition-delay:1.35s}.overlay-desktop-show .page-overlay-desktop__pane__inner .view>.views-group>*:nth-child(14),.overlay-desktop-show .page-overlay-desktop__pane__inner .view>.views-row:nth-child(14){-webkit-transition-delay:1.45s;transition-delay:1.45s}.overlay-desktop-show .page-overlay-desktop__pane__inner .view>.views-group>*:nth-child(15),.overlay-desktop-show .page-overlay-desktop__pane__inner .view>.views-row:nth-child(15){-webkit-transition-delay:1.55s;transition-delay:1.55s}.overlay-desktop-show .page-overlay-desktop__pane__inner .view>.views-group>*:nth-child(16),.overlay-desktop-show .page-overlay-desktop__pane__inner .view>.views-row:nth-child(16){-webkit-transition-delay:1.65s;transition-delay:1.65s}.overlay-desktop-show .page-overlay-desktop__pane__inner .view>.views-group>*:nth-child(17),.overlay-desktop-show .page-overlay-desktop__pane__inner .view>.views-row:nth-child(17){-webkit-transition-delay:1.75s;transition-delay:1.75s}.overlay-desktop-show .page-overlay-desktop__pane__inner .view>.views-group>*:nth-child(18),.overlay-desktop-show .page-overlay-desktop__pane__inner .view>.views-row:nth-child(18){-webkit-transition-delay:1.85s;transition-delay:1.85s}.overlay-desktop-show .page-overlay-desktop__pane__inner .view>.views-group>*:nth-child(19),.overlay-desktop-show .page-overlay-desktop__pane__inner .view>.views-row:nth-child(19){-webkit-transition-delay:1.95s;transition-delay:1.95s}.overlay-desktop-show .page-overlay-desktop__pane__inner .view>.views-group>*:nth-child(20),.overlay-desktop-show .page-overlay-desktop__pane__inner .view>.views-row:nth-child(20){-webkit-transition-delay:2.05s;transition-delay:2.05s}.page-overlay-desktop__skew{position:fixed;left:-935px;top:0;z-index:25;-webkit-transform:translateX(-1040px);transform:translate(-1040px)}.loaded .page-overlay-desktop__skew{-webkit-transition:.5s -webkit-transform ease-in-out;transition:.5s -webkit-transform ease-in-out;transition:.5s transform ease-in-out;transition:.5s transform ease-in-out,.5s -webkit-transform ease-in-out}.overlay-desktop-show .page-overlay-desktop__skew{-webkit-transform:translateX(0);transform:translate(0)}.page-overlay-desktop__skew__bg{-webkit-transform:skew(-17.5deg);transform:skew(-17.5deg);width:1500px;height:3000px;background:#fff}.page-overlay-desktop__bg{background:#000;opacity:0;position:fixed;inset:0;z-index:20}.loaded .page-overlay-desktop__bg{-webkit-transition:.4s opacity ease-in-out;transition:.4s opacity ease-in-out}.overlay-desktop-show .page-overlay-desktop__bg{opacity:.75}.page-overlay-desktop__close.c-close{position:fixed;z-index:40;display:block;left:57rem;top:3.375rem;-webkit-transform:translateX(-1040px);transform:translate(-1040px);opacity:0}.loaded .page-overlay-desktop__close.c-close{-webkit-transition:.5s -webkit-transform ease-in-out;transition:.5s -webkit-transform ease-in-out;transition:.5s transform ease-in-out;transition:.5s transform ease-in-out,.5s -webkit-transform ease-in-out}.overlay-desktop-show .page-overlay-desktop__close.c-close{-webkit-transform:translateX(0);transform:translate(0);opacity:1}*{-webkit-box-sizing:border-box;box-sizing:border-box}.page{z-index:2;position:relative;background-color:#fff}.site-wrapper{width:100%}.c-actions{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-column-gap:1.875rem;-moz-column-gap:1.875rem;column-gap:1.875rem;row-gap:1.5625rem}.c-actions__item{-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0}.h-text-align-center .c-actions{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.c-card{position:relative}.c-card__media{border-radius:.625rem;overflow:hidden}@media screen and (min-width:61.25em){.c-card__media{border-radius:0;-webkit-mask-image:url(/themes/gbltheme/img/mask-card.svg);mask-image:url(/themes/gbltheme/img/mask-card.svg);-webkit-mask-size:100% 100%;mask-size:100% 100%}}.c-card__content{position:relative;margin-top:2.1875rem}@media screen and (min-width:61.25em){.c-card__content{width:70%}}@media screen and (min-width:90em){.c-card__content{margin-top:-10rem;padding:7% 1% 0 7%;width:52%}}@media screen and (min-width:120em){.c-card__content{margin-top:-12.5rem}}@media screen and (min-width:61.25em){.c-card__content:before{content:"";background:#fff;position:absolute;inset:0 -10% 0 -5%;-webkit-transform:skew(-17.5deg);transform:skew(-17.5deg);border-top-right-radius:.625rem;z-index:1}}.c-card__content img{max-width:13.75rem}.c-card__content__inner{position:relative;z-index:5}.c-card-basic__media{border-radius:.625rem;overflow:hidden}@media screen and (min-width:61.25em){.c-card-basic__media{border-radius:0;-webkit-mask-image:url(/themes/gbltheme/img/mask-card.svg);mask-image:url(/themes/gbltheme/img/mask-card.svg);-webkit-mask-size:100% 100%;mask-size:100% 100%}}@media screen and (min-width:30em){.c-card-basic__content{padding-right:25%}}.c-case-overview{overflow:hidden}@media screen and (min-width:61.25em){.c-case-overview{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}}@media screen and (min-width:61.25em){.c-case-overview--grey{background-color:#f8f8fa}}.c-case-overview__intro{padding:0 1.875rem 1.875rem}@media screen and (min-width:61.25em){.c-case-overview__intro{padding:0 3.125rem 3.125rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;text-align:right;width:33.33%;-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}}@media screen and (min-width:90em){.c-case-overview__intro{padding:0 3.75rem 3.75rem}}@media screen and (min-width:100em){.c-case-overview__intro{padding:0 5rem 5rem}}.c-case-overview__intro h1{font-size:2.5rem}@media screen and (min-width:61.25em){.c-case-overview__intro h1{font-size:2.5rem}}@media screen and (min-width:71.875em){.c-case-overview__intro h1{font-size:2.5rem}}@media screen and (min-width:100em){.c-case-overview__intro h1{font-size:3.75rem}}@media screen and (min-width:120em){.c-case-overview__intro h1{font-size:5.0625rem}}.c-case-overview__intro h2{max-width:25rem}.c-case-overview__intro .block{width:100%;max-width:25rem}.c-case-overview__intro .facet-block:not(:last-child){margin-bottom:1.25rem}.c-case-overview__first{overflow:hidden}@media screen and (min-width:61.25em){.c-case-overview__first{width:66.66%;-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}}.c-case-overview__all{width:100%;-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.c-close,.ui-dialog .ui-dialog-titlebar-close{font-size:0;width:1.25rem;height:1.25rem;-webkit-transition:.2s -webkit-transform linear;transition:.2s -webkit-transform linear;transition:.2s transform linear;transition:.2s transform linear,.2s -webkit-transform linear}.c-close:hover,.ui-dialog .ui-dialog-titlebar-close:hover{-webkit-transform:scale(1.1);transform:scale(1.1)}.c-close:after,.ui-dialog .ui-dialog-titlebar-close:after,.c-close:before,.ui-dialog .ui-dialog-titlebar-close:before{content:"";width:1.25rem;height:2px;background:currentcolor;border-radius:4px;position:absolute;left:0;top:.5625rem;-webkit-transition:.2s all ease-out;transition:.2s all ease-out}.c-close:before,.ui-dialog .ui-dialog-titlebar-close:before{-webkit-transform:rotate(45deg);transform:rotate(45deg)}.c-close:after,.ui-dialog .ui-dialog-titlebar-close:after{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.c-columns{display:-webkit-box;display:-ms-flexbox;display:flex;row-gap:3.75rem;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}@media screen and (min-width:61.25em){.c-columns{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-left:-15px;margin-right:-15px;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}.c-columns__item{width:83%;margin-left:auto;margin-right:auto}@media screen and (min-width:61.25em){.c-columns__item{margin:0;width:auto}}@media screen and (min-width:61.25em){.c-columns__item--card-large{padding-left:15px;padding-right:15px;width:40%}}@media screen and (min-width:61.25em){.c-columns__item--card-small{padding-left:15px;padding-right:15px;width:40%}}@media screen and (min-width:90em){.c-columns__item--card-small{padding-left:15px;padding-right:15px;width:25%}}.c-detail{overflow:hidden}.c-detail__wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-left:-15px;margin-right:-15px;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.c-detail__intro{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-left:-15px;margin-right:-15px}.c-detail__intro-left{padding-left:15px;padding-right:15px;width:100%}@media screen and (min-width:61.25em){.c-detail__intro-left{padding-left:15px;padding-right:15px;width:40%}}.c-detail__intro-left .button{display:none}@media screen and (min-width:61.25em){.c-detail__intro-left .button{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex}}.c-detail__intro-right{padding-left:15px;padding-right:15px;width:100%;position:relative}@media screen and (min-width:61.25em){.c-detail__intro-right{margin-left:10%;padding-left:15px;padding-right:15px;width:50%;padding-top:1.875rem}}.c-detail__intro-right .field--name-field-location{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-column-gap:.5625rem;-moz-column-gap:.5625rem;column-gap:.5625rem}.c-detail__intro-right .field--name-field-location:before{font-family:gbl icons,sans-serif!important;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"\e90e"}.c-detail__media{padding-left:15px;padding-right:15px;width:100%;-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;position:relative}@media screen and (min-width:61.25em){.c-detail__media{padding-left:15px;padding-right:15px;width:40%;-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}}.c-detail__media .c-watermark-svg{display:block;width:62.4%;position:absolute;bottom:0;right:-9.6%}.c-detail__media__visual{position:relative;z-index:5;padding-bottom:11.3%}.c-detail__content{padding-left:15px;padding-right:15px;width:100%}@media screen and (min-width:61.25em){.c-detail__content{margin-left:10%;padding-left:15px;padding-right:15px;width:50%}}.c-detail__info{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;gap:3.75rem;position:relative}@media screen and (min-width:61.25em){.c-detail__info{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}}.c-detail__info .taxonomy-term--divisions{width:10rem}@media screen and (min-width:61.25em){.c-detail__info:before{content:"";position:absolute;height:9.375rem;background:#f8f8fa;right:-570px;width:61.875rem;-webkit-transform:skew(-17.5deg);transform:skew(-17.5deg);border-radius:.25rem;z-index:-1;top:-3.4375rem}}.c-detail__back{margin-top:1.875rem;margin-bottom:3.125rem}@media screen and (min-width:61.25em){.c-detail__back{margin-top:3.125rem;margin-bottom:0}}.c-gbl-logo{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.c-gbl-logo__icon{background:url(/themes/gbltheme/img/logo-gbl.svg) no-repeat center center;width:3.0625rem;height:1.0625rem;font-size:0}.c-hamburger{width:1.875rem;height:1rem;position:relative;cursor:pointer}.c-hamburger__line{position:absolute;height:2px;width:100%;background:#000;opacity:1;left:0;-webkit-transition:.25s ease-in-out;transition:.25s ease-in-out;border-radius:0}.h-division-subcontracting .c-hamburger__line{background:#e30512}.h-division-shelving .c-hamburger__line{background:#ff7800}.h-division-waterstorage .c-hamburger__line{background:#2b00ff}.c-hamburger__line:first-child{top:0}.c-hamburger__line:last-child{bottom:0}.overlay-open .c-hamburger__line:first-child,.overlay-open .c-hamburger__line:last-child{opacity:0}.c-hamburger__line:not(:first-child,:last-child){top:50%;-webkit-transform:translate(0,-50%);transform:translateY(-50%)}.overlay-open .c-hamburger__line:nth-child(2){-webkit-transform:translate(0,-50%) rotate(45deg);transform:translateY(-50%) rotate(45deg)}.overlay-open .c-hamburger__line:nth-child(3){-webkit-transform:translate(0,-50%) rotate(-45deg);transform:translateY(-50%) rotate(-45deg)}.c-image-lightbox__link{position:relative}.c-image-lightbox__link:before,.c-image-lightbox__link:after{content:"";position:absolute;inset:0;opacity:0;-webkit-transition:.2s all ease-out;transition:.2s all ease-out}.c-image-lightbox__link:after{background:url(/themes/gbltheme/img/icon-plus.svg) no-repeat center center;z-index:5;-webkit-transform:scale(.8);transform:scale(.8);opacity:0}.c-media-lightbox__small .c-image-lightbox__link:after{background-size:1.25rem}.c-image-lightbox__link:before{background:#000;opacity:0;z-index:4}.c-image-lightbox__link:hover:before{opacity:.69}.c-image-lightbox__link:hover:after{-webkit-transform:scale(1);transform:scale(1);opacity:1;-webkit-transition-delay:.1s;transition-delay:.1s}.h-division-shelving .c-job-highlight,.h-division-subcontracting .c-job-highlight,.h-division-waterstorage .c-job-highlight{background-color:#f8f8fa}.c-job-highlight__wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-left:-15px;margin-right:-15px;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.c-job-highlight__title{padding-left:15px;padding-right:15px;width:100%;margin-bottom:3.75rem}@media screen and (min-width:61.25em){.c-job-highlight__title{padding-left:15px;padding-right:15px;width:65%;margin-bottom:0}}.c-job-highlight__title-content{line-height:.8;margin-bottom:0;white-space:nowrap;font-size:5.625rem}.h-division-shelving .c-job-highlight__title-content,.h-division-subcontracting .c-job-highlight__title-content,.h-division-waterstorage .c-job-highlight__title-content{color:#bec3c8}@media screen and (min-width:30em){.c-job-highlight__title-content{font-size:6.875rem}}@media screen and (min-width:61.25em){.c-job-highlight__title-content{font-size:16vw}}@media screen and (min-width:2560px){.c-job-highlight__title-content{font-size:23.125rem}}.c-job-highlight__view{padding-left:15px;padding-right:15px;width:100%}@media screen and (min-width:61.25em){.c-job-highlight__view{padding-left:15px;padding-right:15px;width:35%}}.c-job-teaser{position:relative;padding-left:1.875rem;padding-right:1.875rem}@media screen and (min-width:46em){.c-job-teaser{padding-left:10rem;padding-right:.9375rem}}@media screen and (min-width:61.25em){.c-job-teaser{padding-left:13.75rem;padding-right:6.25rem}}.c-job-teaser:hover .c-job-teaser__wrapper:before,.c-job-teaser:hover .c-job-teaser__wrapper:after{background-color:#e7e9ed}.c-job-teaser--dark .c-job-teaser__wrapper:before,.c-job-teaser--dark .c-job-teaser__wrapper:after{background-color:#000}.c-job-teaser--dark:hover .c-job-teaser__wrapper:before,.c-job-teaser--dark:hover .c-job-teaser__wrapper:after{background-color:#2b2b2b}.c-job-teaser--dark *{color:#fff}.c-job-teaser__icon{display:none}@media screen and (min-width:46em){.c-job-teaser__icon{top:0;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;position:absolute;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;left:1.25rem;width:8.75rem}}@media screen and (min-width:61.25em){.c-job-teaser__icon{left:2.5rem;width:11.25rem}}.c-job-teaser__icon img{width:5.625rem}.c-job-teaser__wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-left:-15px;margin-right:-15px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-top:1.875rem;padding-bottom:1.875rem}@media screen and (min-width:46em){.c-job-teaser__wrapper{padding-top:2.8125rem;padding-bottom:2.8125rem}}.c-job-teaser__wrapper:before,.c-job-teaser__wrapper:after{top:0;width:51%;z-index:-1;content:"";height:100%;position:absolute;background-color:#f8f8fa;-webkit-transition:background-color .3s;transition:background-color .3s}@media screen and (min-width:61.25em){.c-job-teaser__wrapper:before,.c-job-teaser__wrapper:after{-webkit-transform:skew(-17.5deg);transform:skew(-17.5deg)}}.c-job-teaser__wrapper:before{left:0;-webkit-transform-origin:bottom left;transform-origin:bottom left;border-radius:10px 0 0 10px}.c-job-teaser__wrapper:after{right:0;-webkit-transform-origin:top right;transform-origin:top right;border-radius:0 10px 10px 0}.c-job-teaser__content{padding-left:15px;padding-right:15px;width:100%}@media screen and (min-width:100em){.c-job-teaser__content{padding-left:15px;padding-right:15px;width:72.7272727273%}}.c-job-teaser__content-info{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-column-gap:1.875rem;-moz-column-gap:1.875rem;column-gap:1.875rem;row-gap:.625rem}.c-job-teaser__content-info .field--name-field-division .field--name-field-icon{-webkit-filter:none;filter:none}@media screen and (min-width:46em){.c-job-teaser__content-info .field--name-field-division .field--name-field-icon{-webkit-filter:grayscale(1) brightness(0);filter:grayscale(1) brightness(0)}}.c-job-teaser__action{padding-left:15px;padding-right:15px;width:100%;margin-top:.625rem}@media screen and (min-width:100em){.c-job-teaser__action{padding-left:15px;padding-right:15px;width:27.2727272727%;margin-top:0;text-align:right}}.c-language-selector .contextual{display:none}.c-language-selector__popup{display:none;pointer-events:none}@media screen and (min-width:78.125em){.c-language-selector__popup{display:block}}.language-selector-show .c-language-selector__popup{pointer-events:auto}@media screen and (min-width:78.125em){.c-language-selector__popup__bg{background:#000;opacity:0;position:fixed;inset:0;z-index:20}.loaded .c-language-selector__popup__bg{-webkit-transition:.3s opacity ease-in-out;transition:.3s opacity ease-in-out}.language-selector-show .c-language-selector__popup__bg{opacity:.75}}.c-language-selector__popup__content{opacity:0}@media screen and (min-width:78.125em){.c-language-selector__popup__content{position:fixed;background:#fff;z-index:21;width:36.25rem;padding:4.6875rem;top:50%;right:50%;-webkit-transform:translate(50%,-50%);transform:translate(50%,-50%);text-align:center}.loaded .c-language-selector__popup__content{-webkit-transition:.3s opacity ease-in-out;transition:.3s opacity ease-in-out}}.language-selector-show .c-language-selector__popup__content{opacity:1;-webkit-transition-delay:.1s;transition-delay:.1s}.c-language-selector__popup__content a{display:block}.c-language-selector__popup__content .is-active{font-weight:600}.c-language-selector__popup__content li:not(:last-child){margin-bottom:1.25rem}.c-language-selector__popup__content:before{content:""}.c-language-selector__popup__title{border-bottom:1px solid #bec3c8;padding-bottom:1.25rem;margin-bottom:1.25rem}.c-language-selector__popup__close{position:absolute;right:1.875rem;top:1.875rem}.c-media-video__play{position:absolute;top:50%;right:50%;-webkit-transform:translate(50%,-50%);transform:translate(50%,-50%)}.c-media-gallery{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-left:-15px;margin-right:-15px;row-gap:30px}.c-media-gallery img{width:100%}.c-media-gallery__item:nth-child(5n+1),.c-media-gallery__item:nth-child(5n+2){padding-left:15px;padding-right:15px;width:50%}@media screen and (min-width:61.25em){.c-media-gallery__item:nth-child(5n+1),.c-media-gallery__item:nth-child(5n+2){padding-left:15px;padding-right:15px;width:30%}}.c-media-gallery__item:nth-child(5n+3){padding-left:15px;padding-right:15px;width:66.6666666667%}@media screen and (min-width:61.25em){.c-media-gallery__item:nth-child(5n+3){padding-left:15px;padding-right:15px;width:30%}}.c-media-gallery__item:nth-child(5n+4){padding-left:15px;padding-right:15px;width:33.3333333333%}@media screen and (min-width:61.25em){.c-media-gallery__item:nth-child(5n+4){padding-left:15px;padding-right:15px;width:20%;margin-left:20%}}.c-media-gallery__item:nth-child(5n+4) *{height:100%}.c-media-gallery__item:nth-child(5n+4) .media{position:relative}.c-media-gallery__item:nth-child(5n+4) img{-o-object-fit:cover;object-fit:cover;position:absolute;inset:0}.c-media-gallery__item:nth-child(5n+5){padding-left:15px;padding-right:15px;width:100%}@media screen and (min-width:61.25em){.c-media-gallery__item:nth-child(5n+5){padding-left:15px;padding-right:15px;width:60%}}.c-media-grid{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-left:-15px;margin-right:-15px;row-gap:3.125rem}@media screen and (min-width:30em){.c-media-grid{row-gap:5rem}}@media screen and (min-width:61.25em){.c-media-grid{row-gap:7.5rem}}.c-media-grid__item{padding-left:15px;padding-right:15px;width:85%}@media screen and (min-width:30em){.c-media-grid__item{padding-left:15px;padding-right:15px;width:45%}}@media screen and (min-width:61.25em){.c-media-grid__item{padding-left:15px;padding-right:15px;width:30%}}.c-media-grid__item:nth-child(5n+2){margin-left:15%}@media screen and (min-width:30em){.c-media-grid__item:nth-child(5n+2){margin-left:10%}}@media screen and (min-width:30em){.c-media-grid__item:nth-child(5n+2)>div{margin-top:40%}}@media screen and (min-width:61.25em){.c-media-grid__item:nth-child(5n+2)>div{margin-top:55%}}.c-media-grid__item:nth-child(5n+3){padding-left:15px;padding-right:15px;width:65%;margin-left:5%}@media screen and (min-width:30em){.c-media-grid__item:nth-child(5n+3){padding-left:15px;padding-right:15px;width:30%;margin-left:5%}}@media screen and (min-width:61.25em){.c-media-grid__item:nth-child(5n+3){padding-left:15px;padding-right:15px;width:20%}}.c-media-grid__item:nth-child(5n+3)>div{margin-top:0}@media screen and (min-width:30em){.c-media-grid__item:nth-child(5n+3)>div{margin-top:-5rem}}@media screen and (min-width:61.25em){.c-media-grid__item:nth-child(5n+3)>div{margin-top:0}}.c-media-grid__item:nth-child(5n+4){padding-left:15px;padding-right:15px;width:75%;margin-left:25%}@media screen and (min-width:30em){.c-media-grid__item:nth-child(5n+4){padding-left:15px;padding-right:15px;width:40%;margin-left:15%}}@media screen and (min-width:61.25em){.c-media-grid__item:nth-child(5n+4){padding-left:15px;padding-right:15px;width:25%;margin-left:10%}}.c-media-grid__item:nth-child(5n+5){padding-left:15px;padding-right:15px;width:100%;margin-left:0}@media screen and (min-width:30em){.c-media-grid__item:nth-child(5n+5){padding-left:15px;padding-right:15px;width:70%;margin-left:15%}}@media screen and (min-width:61.25em){.c-media-grid__item:nth-child(5n+5){padding-left:15px;padding-right:15px;width:40%;margin-left:25%}}.c-media-lightbox{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:.625rem}.c-media-lightbox__large{background-color:#fff;border-radius:.25rem;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.c-media-lightbox__large img{max-height:46.875rem;width:auto}.c-media-lightbox__small{width:calc(20% - 8px)}.c-messages{padding:.75rem 1.25rem;margin:1.25rem 0;border:1px solid transparent;border-radius:.1875rem}.c-messages--info{color:#383d41;background-color:#e2e3e5;border-color:#d6d8db}.c-messages--warning{color:#856404;background-color:#fff3cd;border-color:#ffeeba}.c-messages--error{color:#721c24;background-color:#f8d7da;border-color:#f5c6cb}.c-messages--status{color:#155724;background-color:#d4edda;border-color:#c3e6cb}.c-pager{text-align:center;text-transform:uppercase}.c-pager ul{margin:0;padding:0}.c-pager ul li{display:inline-block}.c-pager-more__link{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding-top:3.75rem;padding-bottom:3.75rem;gap:.625rem}@media screen and (min-width:90em){.c-pager-more__link{padding-top:8.4375rem;padding-bottom:8.4375rem}}.c-responsive-video{width:100%;aspect-ratio:16/9;position:relative}.c-responsive-video video,.c-responsive-video iframe{position:absolute;top:0;left:0;width:100%;height:100%}.c-tags{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:.625rem}.c-tags__item{border-radius:.3125rem;background:#bec3c8;padding:.1875rem .625rem}.c-text__wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-left:-15px;margin-right:-15px}.c-text.c-text--default .c-text__left{padding-left:15px;padding-right:15px;width:100%}@media screen and (min-width:71.875em){.c-text.c-text--default .c-text__left{padding-left:15px;padding-right:15px;width:45%}}.c-text.c-text--default .c-text__right{padding-left:15px;padding-right:15px;width:100%}@media screen and (min-width:71.875em){.c-text.c-text--default .c-text__right{padding-left:15px;padding-right:15px;width:50%;margin-left:5%;padding-top:1.875rem}}.c-text.c-text--default .c-text__cta{margin-bottom:1.875rem}@media screen and (min-width:71.875em){.c-text.c-text--default .c-text__cta{margin-bottom:0}}.c-text--center-wide-left .c-text__content,.c-text--center-wide .c-text__content{padding-left:15px;padding-right:15px;width:100%}@media screen and (min-width:71.875em){.c-text--center-wide-left .c-text__content,.c-text--center-wide .c-text__content{padding-left:15px;padding-right:15px;width:60%;margin-left:20%}}@media screen and (min-width:131.25em){.c-text--center-wide-left .c-text__content,.c-text--center-wide .c-text__content{padding-left:15px;padding-right:15px;width:50%;margin-left:25%}}.c-text--center-small .c-text__content{padding-left:15px;padding-right:15px;width:100%}@media screen and (min-width:71.875em){.c-text--center-small .c-text__content{padding-left:15px;padding-right:15px;width:40%;margin-left:30%}}@media screen and (min-width:131.25em){.c-text--center-small .c-text__content{padding-left:15px;padding-right:15px;width:30%;margin-left:35%}}.c-text-media__wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-left:-15px;margin-right:-15px;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}@media screen and (min-width:90em){.c-text-media__wrapper{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}}.c-text-media__content{padding-left:15px;padding-right:15px;width:100%;margin-bottom:3.75rem}@media screen and (min-width:61.25em){.c-text-media__content{padding-left:15px;padding-right:15px;width:50%;margin-bottom:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}@media screen and (min-width:90em){.c-text-media__content{padding-left:15px;padding-right:15px;width:40%;margin-left:5%;padding-right:calc(5% + 15px)}}.c-text-media__content__indent{padding-left:4.6875rem;position:relative}.c-text-media__content__indent:before{content:"";position:absolute;top:.9375rem;left:0;height:1px;width:2.8125rem;background:#bec3c8}.h-division-subcontracting .c-text-media__content__indent:before{background:#e30512}.h-division-shelving .c-text-media__content__indent:before{background:#ff7800}.h-division-waterstorage .c-text-media__content__indent:before{background:#2b00ff}.c-text-media__media{padding-left:15px;padding-right:15px;width:100%}@media screen and (min-width:61.25em){.c-text-media__media{padding-left:15px;padding-right:15px;width:45%}}@media screen and (min-width:90em){.c-text-media__media{padding-left:15px;padding-right:15px;width:50%;margin-left:5%;padding-right:calc(5% + 15px)}}.c-text-media__media img{border-radius:.25rem;overflow:hidden}.views-row:nth-child(even) .c-text-media .c-text-media__wrapper,.c-text-media.c-text-media--left .c-text-media__wrapper{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.c-watermark{content:"";background:url(/themes/gbltheme/img/icon-bg.svg);position:absolute;width:35.3125rem;height:19.625rem;background-size:contain;z-index:-1;top:-60px;left:-200px}@media screen and (min-width:78.125em){.c-watermark{width:62.5rem;height:34.75rem;top:-85px;left:-460px}}@media screen and (min-width:90em){.c-watermark{width:77.3125rem;height:43rem}}@media screen and (min-width:78.125em){.c-watermark--position-2{top:-100px}}@media screen and (min-width:90em){.c-watermark--position-2{top:-200px;left:-15px}}.c-watermark-svg{aspect-ratio:1009/561;position:relative}.h-division-subcontracting .c-watermark-svg path{fill:#e30512}.h-division-shelving .c-watermark-svg path{fill:#ff7800}.h-division-waterstorage .c-watermark-svg path{fill:#2b00ff}.c-watermark-svg__left,.c-watermark-svg__right{position:absolute;bottom:0;height:100%;width:70%}.c-watermark-svg__left{left:0;z-index:1}.c-watermark-svg__right{right:0;z-index:10}.paragraph{position:relative;scroll-margin-top:98px}@media screen and (min-width:78.125em){.paragraph{scroll-margin-top:0}}.paragraph--padding{padding-top:5.625rem;padding-bottom:5.625rem}@media screen and (min-width:30em){.paragraph--padding{padding-top:5.625rem}}@media screen and (min-width:61.25em){.paragraph--padding{padding-top:9.375rem}}@media screen and (min-width:100em){.paragraph--padding{padding-top:12.5rem}}@media screen and (min-width:30em){.paragraph--padding{padding-bottom:5.625rem}}@media screen and (min-width:61.25em){.paragraph--padding{padding-bottom:9.375rem}}@media screen and (min-width:100em){.paragraph--padding{padding-bottom:12.5rem}}.paragraph--next-remove-margin+.paragraph{margin-top:0!important}.paragraph:first-child.pg-banner{margin-top:0!important}.paragraph:first-child.pg-text{margin-top:2.5rem;margin-bottom:2.5rem}@media screen and (min-width:30em){.paragraph:first-child.pg-text{margin-top:4.375rem}}@media screen and (min-width:90em){.paragraph:first-child.pg-text{margin-top:6.25rem}}@media screen and (min-width:30em){.paragraph:first-child.pg-text{margin-bottom:3.75rem}}@media screen and (min-width:90em){.paragraph:first-child.pg-text{margin-bottom:5rem}}@media screen and (min-width:120em){.paragraph:first-child.pg-text{margin-bottom:7.5rem}}.paragraph:first-child.pg-text+.paragraph{margin-top:0}.paragraph.h-margin-default:last-child{margin-bottom:0!important;padding-bottom:5rem}@media screen and (min-width:30em){.paragraph.h-margin-default:last-child{padding-bottom:7.1875rem}}@media screen and (min-width:90em){.paragraph.h-margin-default:last-child{padding-bottom:9.375rem}}.paragraph:last-child.pg-job-highlight,.paragraph:last-child.pg-job-manual-highlight{padding-bottom:0!important}.pg-banner{padding-top:1.875rem}@media screen and (min-width:78.125em){.pg-banner{padding-top:9.375rem}}@media screen and (min-width:100em){.pg-banner{padding-top:12.5rem}}.h-division-industries .pg-banner{padding-bottom:5.625rem;background-color:#000;color:#fff}@media screen and (min-width:30em){.h-division-industries .pg-banner{padding-bottom:5.625rem}}@media screen and (min-width:61.25em){.h-division-industries .pg-banner{padding-bottom:9.375rem}}@media screen and (min-width:100em){.h-division-industries .pg-banner{padding-bottom:12.5rem}}.pg-banner__wrapper{position:relative;z-index:10}@media screen and (min-width:78.125em){.pg-banner__wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-left:-15px;margin-right:-15px;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;padding-left:2%}}@media screen and (min-width:100em){.pg-banner__wrapper{padding-left:5%}}@media screen and (min-width:78.125em){.pg-banner__left{padding-left:15px;padding-right:15px;width:45%;position:sticky;top:9.375rem}}.pg-banner__left__inner{max-width:40.9375rem}@media screen and (min-width:131.25em){.pg-banner__left__inner{max-width:56.25rem}}@media screen and (min-width:78.125em){.pg-banner__right{padding-left:15px;padding-right:15px;width:55%}}.pg-banner__media{position:relative;aspect-ratio:964/688;margin-top:4.375rem;margin-right:-30px;-webkit-mask-image:url(/themes/gbltheme/img/icon-bg-mask.svg);mask-image:url(/themes/gbltheme/img/icon-bg-mask.svg);-webkit-mask-size:auto 100%;mask-size:auto 100%;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}@media screen and (min-width:71.875em){.pg-banner__media{margin-right:-80px}}@media screen and (min-width:78.125em){.pg-banner__media{margin-top:0}}@media screen and (min-width:100em){.pg-banner__media{margin-right:-80px}}.pg-banner__media *{width:100%;height:100%}.pg-banner__media video,.pg-banner__media img{position:absolute;-o-object-fit:cover;object-fit:cover;inset:0}@media screen and (min-width:131.25em){.pg-banner__title .h1{font-size:6.875rem}}.h-division-industries .pg-banner__title .h1{color:#fff}.pg-banner__highlight{margin-top:4.375rem}@media screen and (min-width:78.125em){.pg-banner__highlight{margin-left:18.1818181818%;margin-right:2%;margin-top:7.1875rem}}@media screen and (min-width:90em){.pg-banner__highlight{margin-top:9.375rem}}@media screen and (min-width:100em){.pg-banner__highlight{margin-top:12.5rem;margin-right:5%}}.pg-banner__highlight__inner{background:#bec3c8;padding:4.0625rem}.h-division-industries .pg-banner__highlight__inner{background:#fff}.pg-banner-alt{overflow:hidden}.h-division-industries .pg-banner-alt{background-color:#000;color:#fff}.pg-banner-alt em{font-family:miller-banner,serif;font-weight:300;font-size:126%}.pg-banner-alt__wrapper{position:relative;z-index:10}@media screen and (min-width:78.125em){.pg-banner-alt__wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-left:-15px;margin-right:-15px;padding-left:2%}}@media screen and (min-width:100em){.pg-banner-alt__wrapper{padding-left:5%}}.pg-banner-alt__left{padding-top:1.875rem;padding-bottom:1.875rem}@media screen and (min-width:78.125em){.pg-banner-alt__left{padding-left:15px;padding-right:15px;width:45%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-top:3.75rem;padding-bottom:3.75rem}}@media screen and (min-width:78.125em){.pg-banner-alt__right{padding-left:15px;padding-right:15px;width:55%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}}.pg-banner-alt__media{margin-right:-35%;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}@media screen and (min-width:131.25em){.pg-banner-alt__title .h1{font-size:6.875rem}}.pg-case-highlight .field--name-field-media-multiple{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.pg-case-highlight .field--name-field-media-multiple>.field__item{position:relative}@media screen and (min-width:46em){.pg-case-highlight .field--name-field-media-multiple>.field__item{aspect-ratio:1/1;width:50%}}@media screen and (min-width:61.25em){.pg-case-highlight .field--name-field-media-multiple>.field__item{width:33.33%}}@media screen and (min-width:61.25em){.pg-case-highlight .field--name-field-media-multiple>.field__item:first-child{margin-left:33.33%}}.pg-case-highlight .field--name-field-media-multiple>.field__item *{width:100%;height:100%}.pg-case-highlight .field--name-field-media-multiple>.field__item img{width:100%}@media screen and (min-width:46em){.pg-case-highlight .field--name-field-media-multiple>.field__item img{-o-object-fit:cover;object-fit:cover;position:absolute;height:100%}}.pg-divisions-overview__title{max-width:36.125rem}.pg-form{overflow:hidden}.pg-form__wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-left:-15px;margin-right:-15px;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;row-gap:2.5rem}.pg-form__media{padding-left:15px;padding-right:15px;width:100%;-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;position:relative}@media screen and (min-width:61.25em){.pg-form__media{padding-left:15px;padding-right:15px;width:40%;-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}}.pg-form__media .c-watermark-svg{display:block;width:62.4%;position:absolute;bottom:0;right:-9.6%}.pg-form__media__visual{position:relative;z-index:5;padding-bottom:11.3%}.pg-form__media__visual img{border-radius:.25rem}.pg-form__content{padding-left:15px;padding-right:15px;width:100%}@media screen and (min-width:61.25em){.pg-form__content{margin-left:10%;padding-left:15px;padding-right:15px;width:50%}}.pg-media-1-col__wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-left:-15px;margin-right:-15px}.pg-media-1-col__wrapper video,.pg-media-1-col__wrapper img{border-radius:4px}.pg-media-1-col__content{padding-left:15px;padding-right:15px;width:100%}@media screen and (min-width:61.25em){.pg-media-1-col__content{padding-left:15px;padding-right:15px;width:60%;margin-left:20%}}.pg-media-1-col__media{width:100%}.pg-media-1-col__media .media--type-image{padding-left:15px;padding-right:15px;width:100%}.pg-media-1-col__media .media:not(.media--type-image){padding-left:15px;padding-right:15px;width:100%}@media screen and (min-width:90em){.pg-media-1-col__media .media:not(.media--type-image){padding-left:15px;padding-right:15px;width:90%;margin-left:5%}}.pg-media-2-col__wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-left:-15px;margin-right:-15px}.pg-media-2-col__wrapper img{border-radius:4px;width:100%}.pg-media-2-col__content{padding-left:15px;padding-right:15px;width:100%}@media screen and (min-width:61.25em){.pg-media-2-col__content{padding-left:15px;padding-right:15px;width:60%;margin-left:20%}}.pg-media-2-col__inner{padding-left:15px;padding-right:15px;width:100%}@media screen and (min-width:90em){.pg-media-2-col__inner{padding-left:15px;padding-right:15px;width:90%;margin-left:5%}}.pg-media-2-col__media{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;row-gap:30px}@media screen and (min-width:61.25em){.pg-media-2-col__media{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-left:-15px;margin-right:-15px;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}}@media screen and (min-width:61.25em){.pg-media-2-col__media .media{padding-left:15px;padding-right:15px;width:50%}}.pg-media-grid__intro{margin-bottom:4.375rem}.pg-facts-figures__content{border-top:.0625rem solid #bec3c8;border-bottom:.0625rem solid #bec3c8}.pg-facts-figures__items>.field__items{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-left:-15px;margin-right:-15px}.pg-facts-figures__items>.field__items>.field__item{padding-left:15px;padding-right:15px;width:100%;padding-top:1.5rem;padding-bottom:1.5rem}@media screen and (min-width:61.25em){.pg-facts-figures__items>.field__items>.field__item{padding-top:4.375rem;padding-bottom:4.375rem;border-right:.0625rem solid #bec3c8}}.pg-facts-figures__items>.field__items>.field__item:last-child{border-right:none}@media screen and (min-width:61.25em){.pg-facts-figures__items--2>.field__items>.field__item{padding-left:15px;padding-right:15px;width:50%}}@media screen and (min-width:61.25em){.pg-facts-figures__items--3>.field__items>.field__item{padding-left:15px;padding-right:15px;width:33.3333333333%}}.pg-ff-item__data{display:-webkit-box;display:-ms-flexbox;display:flex;gap:.25rem;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;color:#000;margin-bottom:.625rem}.pg-quote--name .pg-quote__wrapper{border-bottom:none}.pg-quote__wrapper{border-top:1px solid #bec3c8;border-bottom:1px solid #bec3c8}.pg-quote__quote{padding:3.75rem 0}.pg-quote__quote blockquote{margin-bottom:0;display:inline-block;max-width:53.125rem}.pg-quote__name{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.pg-quote__name .field{padding:0 2rem}.pg-quote__name:before,.pg-quote__name:after{-webkit-box-flex:1;-ms-flex:1;flex:1;content:"";height:1px;background-color:#bec3c8}.pg-text-columns-media{overflow:hidden}.pg-text-columns-media__wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-left:-15px;margin-right:-15px;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.pg-text-columns-media__content{padding-left:15px;padding-right:15px;width:100%}@media screen and (min-width:61.25em){.pg-text-columns-media__content{padding-left:15px;padding-right:15px;width:50%}}.pg-text-columns-media__content__top{margin-bottom:3.75rem}.pg-text-columns-media__content__indent{padding-left:4.6875rem;position:relative}.pg-text-columns-media__content__indent:before{content:"";position:absolute;top:.9375rem;left:0;height:1px;width:2.8125rem;background:#bec3c8}.h-division-subcontracting .pg-text-columns-media__content__indent:before{background:#e30512}.h-division-shelving .pg-text-columns-media__content__indent:before{background:#ff7800}.h-division-waterstorage .pg-text-columns-media__content__indent:before{background:#2b00ff}.pg-text-columns-media__content__items{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-column-gap:3.75rem;-moz-column-gap:3.75rem;column-gap:3.75rem;row-gap:3.75rem}@media screen and (min-width:100em){.pg-text-columns-media__content__items{-webkit-column-gap:6.25rem;-moz-column-gap:6.25rem;column-gap:6.25rem}}.pg-text-columns-media__content__item{width:100%}@media screen and (min-width:90em){.pg-text-columns-media__content__item{width:calc(50% - 30px)}}@media screen and (min-width:100em){.pg-text-columns-media__content__item{width:calc(50% - 50px)}}.pg-text-columns-media__media{padding-left:15px;padding-right:15px;width:80%;margin-left:10%;margin-top:3.75rem;position:relative}@media screen and (min-width:61.25em){.pg-text-columns-media__media{padding-left:15px;padding-right:15px;width:35%;margin-left:0;margin-top:0}}.pg-text-columns-media__media .pg-text-columns-media__media__visual{position:relative;z-index:5}.pg-text-columns-media__media .c-watermark-svg{display:none}.pg-text-columns-media--right .pg-text-columns-media__media{margin-left:10%}@media screen and (min-width:61.25em){.pg-text-columns-media--left .pg-text-columns-media__wrapper{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}}@media screen and (min-width:61.25em){.pg-text-columns-media--left .pg-text-columns-media__content{margin-left:15%}}.pg-text-columns-media--watermark-big .pg-text-columns-media__media__visual{padding-bottom:14.1%}.pg-text-columns-media--watermark-big .c-watermark-svg{display:block;width:190%;position:absolute;bottom:0}.pg-text-columns-media--watermark-big.pg-text-columns-media--right .c-watermark-svg{left:-13%}.pg-text-columns-media--watermark-big.pg-text-columns-media--left .c-watermark-svg{right:-26%}.pg-text-columns-media--watermark-small .pg-text-columns-media__media__visual{padding-bottom:11.3%}.pg-text-columns-media--watermark-small .c-watermark-svg{display:block;width:79%;position:absolute;bottom:0;right:-13.6%}.h-division-industries .pg-usp-bar{background-color:#bec3c8}@media screen and (min-width:30em){.pg-usp-bar-item{padding-right:20%}}.pg-usp-bar-item__media__inner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:2.8125rem}.pg-usp-bar-item__media__inner img{width:auto;max-height:2.8125rem}.view-jobs__wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-left:-15px;margin-right:-15px}.view-jobs__filters{padding-left:15px;padding-right:15px;width:100%}@media screen and (min-width:71.875em){.view-jobs__filters{padding-left:15px;padding-right:15px;width:25%}}.view-jobs__content{padding-left:15px;padding-right:15px;width:100%}@media screen and (min-width:71.875em){.view-jobs__content{padding-left:15px;padding-right:15px;width:75%}}.view-jobs__content .views-row{margin-bottom:1.25rem}.views-exposed-form fieldset legend{font-size:1.375rem;margin-bottom:1.25rem;font-family:neue-haas-grotesk-display,Helvetica,Arial,sans-serif;font-weight:700}.menu li a[data-badge]{position:relative}.menu li a[data-badge]:after{content:attr(data-badge);padding-left:.8125rem;margin-left:.625rem;background:url(/themes/gbltheme/img/divider.svg) no-repeat left center}.block.block-paragraph-block>.contextual{display:none!important}@media screen and (min-width:78.125em){.breadcrumbs-list{margin-top:1.875rem}}.breadcrumbs-list__item{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.breadcrumbs-list__item:not(:last-child):after{font-family:gbl icons,sans-serif!important;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"\e903";font-size:5px;color:#bec3c8;margin:0 10px 0 15px}.h-division-subcontracting .breadcrumbs-list__item:not(:last-child):after{color:#e30512}.h-division-shelving .breadcrumbs-list__item:not(:last-child):after{color:#ff7800}.h-division-waterstorage .breadcrumbs-list__item:not(:last-child):after{color:#2b00ff}.block-local-tasks-block{position:fixed;right:.625rem;bottom:.625rem;z-index:40}.block-local-tasks-block ul:not(.contextual-links){display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-column-gap:.625rem;-moz-column-gap:.625rem;column-gap:.625rem}.n-case-teaser{overflow:hidden}.n-case-teaser__wrapper{vertical-align:top;background-color:#bec3c8;width:100%}@media screen and (min-width:46em){.n-case-teaser__wrapper{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex}}@media screen and (min-width:61.25em){.c-case-overview__all .n-case-teaser__wrapper{width:66.66%}}.c-case-overview__all .views-row:nth-child(2n+1) .n-case-teaser__wrapper{background-color:#fff}@media screen and (min-width:61.25em){.c-case-overview__all .views-row:nth-child(2n+1) .n-case-teaser__wrapper{margin-left:33.33%}}.n-case-teaser__media{position:relative}@media screen and (min-width:46em){.n-case-teaser__media{aspect-ratio:1/1;width:50%}}.n-case-teaser__media *{width:100%;height:100%}.n-case-teaser__media img{width:100%}@media screen and (min-width:46em){.n-case-teaser__media img{-o-object-fit:cover;object-fit:cover;position:absolute;height:100%}}.n-case-teaser__content{padding:1.875rem}@media screen and (min-width:46em){.n-case-teaser__content{padding:3.75rem;width:50%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}}@media screen and (min-width:100em){.n-case-teaser__content{padding:5rem}}@media screen and (min-width:71.875em){.n-product-full__wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-left:-15px;margin-right:-15px}}.n-product-full__left{margin-bottom:2.5rem}@media screen and (min-width:71.875em){.n-product-full__left{padding-left:15px;padding-right:15px;width:50%;margin-bottom:0}}@media screen and (min-width:71.875em){.n-product-full__right{padding-left:15px;padding-right:15px;width:45%;margin-left:5%}}@media screen and (min-width:90em){.n-product-full__right{padding-top:5rem}}.n-product-submenu .field--name-field-specification{font-weight:400}.page-overlay .n-product-submenu .button{display:none}.n-product-submenu__wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.page-overlay .n-product-submenu__wrapper{padding-left:.9375rem}.n-product-submenu__link{padding-bottom:1.25rem;padding-top:1.25rem;display:block}.page-overlay .n-product-submenu__link{border-top:1px solid #e7e9ed}.page-overlay .n-product-submenu__title{text-transform:none;color:#000;letter-spacing:0;font-size:1.125rem;margin:0}.page-overlay .n-submenu .button{display:none}.n-submenu__link{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding-bottom:1.25rem;padding-top:1.25rem;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.n-submenu--lvl2 .n-submenu__link{padding-bottom:.625rem;padding-top:.625rem;padding-left:1.25rem}.views-row:not(:last-child) .n-solution-teaser-large{margin-bottom:5rem}@media screen and (min-width:30em){.views-row:not(:last-child) .n-solution-teaser-large{margin-bottom:7.1875rem}}@media screen and (min-width:90em){.views-row:not(:last-child) .n-solution-teaser-large{margin-bottom:9.375rem}}.t-divisions-full__footer-logo img{max-width:16.875rem}.t-divisions-icon{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;padding-left:2.1875rem}.t-divisions-icon .field--name-field-icon{position:absolute;left:0;top:.4375rem}.t-divisions-icon img{max-height:.8125rem}.t-divisions-submenu__link{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding-bottom:2.5rem;padding-top:2.5rem}.t-divisions-submenu__left{width:13.75rem}.t-divisions-submenu__right{width:12.5rem}.views-row:not(:last-child) .t-divisions-teaser-large{margin-bottom:5rem}@media screen and (min-width:30em){.views-row:not(:last-child) .t-divisions-teaser-large{margin-bottom:7.1875rem}}@media screen and (min-width:90em){.views-row:not(:last-child) .t-divisions-teaser-large{margin-bottom:9.375rem}}.ui-dialog{position:fixed;width:100%!important;top:50%;right:50%;-webkit-transform:translate(50%,-50%);transform:translate(50%,-50%);padding:1.875rem}@media screen and (min-width:78.125em){.ui-dialog{z-index:21;width:36.25rem!important;padding:4.6875rem}}.ui-dialog .ui-dialog-titlebar{background:none!important;position:absolute;padding:0;right:1.875rem;top:1.875rem;border:0!important}.ui-dialog .ui-dialog-titlebar-close{border:0;background:0}.ui-dialog .ui-dialog-titlebar-close span{display:none}.ui-dialog .ui-dialog-content{padding:0;overflow:visible}.ui-dialog .ui-dialog-content .form-checkboxes,.ui-dialog .ui-dialog-content .form-item{margin-bottom:1.25rem}.ui-widget-overlay{background:#000!important;opacity:.75!important;position:fixed;inset:0;z-index:20;-webkit-transition:.4s opacity ease-in-out;transition:.4s opacity ease-in-out}.ui-widget-content{background:#fff!important}
