:root{--f-spinner-width: 36px;--f-spinner-height: 36px;--f-spinner-color-1: rgba(0, 0, 0, 0.1);--f-spinner-color-2: rgba(17, 24, 28, 0.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;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);animation:f-spinner-dash 2s ease-in-out infinite}@keyframes f-spinner-rotate{100%{transform:rotate(360deg)}}@keyframes f-spinner-dash{0%{stroke-dasharray:1,150;stroke-dashoffset:0}50%{stroke-dasharray:90,150;stroke-dashoffset:-35}100%{stroke-dasharray:90,150;stroke-dashoffset:-124}}.f-throwOutUp{animation:var(--f-throw-out-duration, 0.175s) ease-out both f-throwOutUp}.f-throwOutDown{animation:var(--f-throw-out-duration, 0.175s) ease-out both f-throwOutDown}@keyframes f-throwOutUp{to{transform:translate3d(0, calc(var(--f-throw-out-distance, 150px) * -1), 0);opacity:0}}@keyframes f-throwOutDown{to{transform:translate3d(0, var(--f-throw-out-distance, 150px), 0);opacity:0}}.f-zoomInUp{animation:var(--f-transition-duration, 0.2s) ease .1s both f-zoomInUp}.f-zoomOutDown{animation:var(--f-transition-duration, 0.2s) ease both f-zoomOutDown}@keyframes f-zoomInUp{from{transform:scale(0.975) translate3d(0, 16px, 0);opacity:0}to{transform:scale(1) translate3d(0, 0, 0);opacity:1}}@keyframes f-zoomOutDown{to{transform:scale(0.975) translate3d(0, 16px, 0);opacity:0}}.f-fadeIn{animation:var(--f-transition-duration, 0.2s) var(--f-transition-easing, ease) var(--f-transition-delay, 0s) both f-fadeIn;z-index:2}.f-fadeOut{animation:var(--f-transition-duration, 0.2s) var(--f-transition-easing, ease) var(--f-transition-delay, 0s) both f-fadeOut;z-index:1}@keyframes f-fadeIn{0%{opacity:0}100%{opacity:1}}@keyframes f-fadeOut{100%{opacity:0}}.f-fadeFastIn{animation:var(--f-transition-duration, 0.2s) ease-out both f-fadeFastIn;z-index:2}.f-fadeFastOut{animation:var(--f-transition-duration, 0.1s) ease-out both f-fadeFastOut;z-index:2}@keyframes f-fadeFastIn{0%{opacity:.75}100%{opacity:1}}@keyframes f-fadeFastOut{100%{opacity:0}}.f-fadeSlowIn{animation:var(--f-transition-duration, 0.5s) ease both f-fadeSlowIn;z-index:2}.f-fadeSlowOut{animation:var(--f-transition-duration, 0.5s) ease both f-fadeSlowOut;z-index:1}@keyframes f-fadeSlowIn{0%{opacity:0}100%{opacity:1}}@keyframes f-fadeSlowOut{100%{opacity:0}}.f-crossfadeIn{animation:var(--f-transition-duration, 0.2s) ease-out both f-crossfadeIn;z-index:2}.f-crossfadeOut{animation:calc(var(--f-transition-duration, 0.2s)*.5) linear .1s both f-crossfadeOut;z-index:1}@keyframes f-crossfadeIn{0%{opacity:0}100%{opacity:1}}@keyframes f-crossfadeOut{100%{opacity:0}}.f-slideIn.from-next{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideInNext}.f-slideIn.from-prev{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideInPrev}.f-slideOut.to-next{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideOutNext}.f-slideOut.to-prev{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideOutPrev}@keyframes f-slideInPrev{0%{transform:translateX(100%)}100%{transform:translate3d(0, 0, 0)}}@keyframes f-slideInNext{0%{transform:translateX(-100%)}100%{transform:translate3d(0, 0, 0)}}@keyframes f-slideOutNext{100%{transform:translateX(-100%)}}@keyframes f-slideOutPrev{100%{transform:translateX(100%)}}.f-classicIn.from-next{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicInNext;z-index:2}.f-classicIn.from-prev{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicInPrev;z-index:2}.f-classicOut.to-next{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicOutNext;z-index:1}.f-classicOut.to-prev{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicOutPrev;z-index:1}@keyframes f-classicInNext{0%{transform:translateX(-75px);opacity:0}100%{transform:translate3d(0, 0, 0);opacity:1}}@keyframes f-classicInPrev{0%{transform:translateX(75px);opacity:0}100%{transform:translate3d(0, 0, 0);opacity:1}}@keyframes f-classicOutNext{100%{transform:translateX(-75px);opacity:0}}@keyframes f-classicOutPrev{100%{transform:translateX(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 0.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: 0.65}.f-button{display:flex;justify-content:center;align-items:center;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);box-shadow:var(--f-button-shadow);pointer-events:all;cursor:pointer;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;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;transition:opacity .15s ease;transform:var(--f-button-transform);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%;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%;transform:translateX(-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{transform:rotate(90deg)}.f-carousel__nav .f-button:disabled,.fancybox__nav .f-button:disabled{pointer-events:none}html.with-fancybox{width:auto;overflow:visible;scroll-behavior:auto}html.with-fancybox body{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, 0.98);--fancybox-slide-gap: 10px;--f-spinner-width: 50px;--f-spinner-height: 50px;--f-spinner-color-1: rgba(255, 255, 255, 0.1);--f-spinner-color-2: #bbb;--f-spinner-stroke: 3.65;position:fixed;top:0;left:0;bottom:0;right:0;direction:ltr;display:flex;flex-direction:column;box-sizing:border-box;margin:0;padding:0;color:#f8f8f8;-webkit-tap-highlight-color:rgba(0,0,0,0);overflow:visible;z-index:var(--fancybox-zIndex, 1050);outline:none;transform-origin:top left;-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{box-sizing:inherit}.fancybox__container::backdrop{background-color:rgba(0,0,0,0)}.fancybox__backdrop{position:fixed;top:0;left:0;bottom:0;right:0;z-index:-1;background:var(--fancybox-bg);opacity:var(--fancybox-opacity, 1);will-change:opacity}.fancybox__carousel{position:relative;box-sizing:border-box;flex:1;min-height:0;z-index:10;overflow-y:visible;overflow-x:clip}.fancybox__viewport{width:100%;height:100%}.fancybox__viewport.is-draggable{cursor:move;cursor:grab}.fancybox__viewport.is-dragging{cursor:move;cursor:grabbing}.fancybox__track{display:flex;margin:0 auto;height:100%}.fancybox__slide{flex:0 0 auto;position:relative;display:flex;flex-direction:column;align-items:center;width:100%;height:100%;margin:0 var(--fancybox-slide-gap) 0 0;padding:4px;overflow:auto;overscroll-behavior:contain;transform:translate3d(0, 0, 0);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{overflow:hidden}.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:"";flex:0 0 0;margin:auto}.fancybox__backdrop:empty,.fancybox__viewport:empty,.fancybox__track:empty,.fancybox__slide:empty{display:block}.fancybox__content{align-self:center;display:flex;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:grab}.can-zoom_in .fancybox__content{cursor:zoom-in}.can-zoom_out .fancybox__content{cursor:zoom-out}.is-dragging .fancybox__content{cursor:move;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;transition:none;transform:translate3d(0, 0, 0);backface-visibility:hidden}.fancybox__slide.has-image>.fancybox__content>picture>img{width:100%;height:auto;max-height:100%}.is-animating .fancybox__content,.is-dragging .fancybox__content{will-change:transform,width,height}.fancybox-image{margin:auto;display:block;width:100%;height:100%;min-height:0;object-fit:contain;user-select:none;filter:blur(0px)}.fancybox__caption{align-self:center;max-width:100%;flex-shrink:0;margin:0;padding:14px 0 4px 0;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);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, 0.6);--f-button-active-bg: rgba(0, 0, 0, 0.6);--f-button-hover-bg: rgba(0, 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, 0.3);--f-button-active-bg: rgba(24, 24, 27, 0.5);--f-button-shadow: none;--f-button-transition: all 0.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, 0.5));--f-button-svg-disabled-opacity: 0.65;--f-button-next-pos: 1rem;--f-button-prev-pos: 1rem;opacity:var(--fancybox-opacity, 1)}.fancybox__nav .f-button:before{position:absolute;content:"";top:-30px;right:-20px;left:-20px;bottom:-30px;z-index:1}.is-idle .fancybox__nav{animation:.15s ease-out both f-fadeOut}.is-idle.is-compact .fancybox__footer{pointer-events:none;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) * -0.5)) 0 0 var(--f-spinner-left, calc(var(--f-spinner-height) * -0.5));z-index:30;cursor:pointer}.fancybox-protected{position:absolute;top:0;left:0;right:0;bottom:0;z-index:40;user-select:none}.fancybox-ghost{position:absolute;top:0;left:0;width:100%;height:100%;min-height:0;object-fit:contain;z-index:40;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){animation:var(--f-interface-enter-duration, 0.25s) ease .1s backwards f-fadeIn}.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop{animation:var(--f-backdrop-enter-duration, 0.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){animation:var(--f-interface-exit-duration, 0.15s) ease forwards f-fadeOut}.fancybox__container.is-animated[aria-hidden=true] .fancybox__backdrop{animation:var(--f-backdrop-exit-duration, 0.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%;flex-shrink:1;min-height:1px;overflow:visible}.has-iframe .fancybox__content,.has-map .fancybox__content,.has-pdf .fancybox__content{width:calc(100% - 120px);height:90%}.fancybox__container.is-compact .has-iframe .fancybox__content,.fancybox__container.is-compact .has-map .fancybox__content,.fancybox__container.is-compact .has-pdf .fancybox__content{width:100%;height:100%}.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: 0.5;--f-thumb-hover-opacity: 1;--f-thumb-selected-opacity: 1}.f-carousel__thumbs.is-modern{--f-thumb-gap: 4px;--f-thumb-extra-gap: 16px;--f-thumb-clip-width: 46px}.f-thumbs{position:relative;flex:0 0 auto;margin:0;overflow:hidden;-webkit-tap-highlight-color:rgba(0,0,0,0);user-select:none;perspective:1000px;transform:translateZ(0)}.f-thumbs .f-spinner{position:absolute;top:0;left:0;width:100%;height:100%;border-radius:2px;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;transform:translate3d(0, 0, 0)}.f-thumbs__track{display:flex}.f-thumbs__slide{position:relative;flex:0 0 auto;box-sizing:content-box;display:flex;align-items:center;justify-content:center;padding:0;margin:0;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:max-content}.is-modern .f-thumbs__track::before{content:"";position:absolute;top:0;bottom:0;left:calc((var(--f-thumb-clip-width, 0))*-0.5);width:calc(var(--width, 0)*1px + var(--f-thumb-clip-width, 0));cursor:pointer}.is-modern .f-thumbs__slide{width:var(--f-thumb-clip-width);transform:translate3d(calc(var(--shift, 0) * -1px), 0, 0);transition:none;pointer-events:none}.is-modern.is-resting .f-thumbs__slide{transition:transform .33s ease}.is-modern.is-resting .f-thumbs__slide__button{transition:clip-path .33s ease}.is-using-tab .is-modern .f-thumbs__slide:focus-within{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))}.f-thumbs__slide__button{appearance:none;width:var(--f-thumb-width);height:100%;margin:0 -100% 0 -100%;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;touch-action:manipulation;opacity:var(--f-thumb-opacity);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-modern .f-thumbs__slide__button{--clip-path: inset( 0 calc( ((var(--f-thumb-width, 0) - var(--f-thumb-clip-width, 0))) * (1 - var(--progress, 0)) * 0.5 ) round var(--f-thumb-border-radius, 0) );clip-path:var(--clip-path)}.is-classic .is-nav-selected .f-thumbs__slide__button{opacity:var(--f-thumb-selected-opacity)}.is-classic .is-nav-selected .f-thumbs__slide__button::after{content:"";position:absolute;top:0;left:0;right:0;height:auto;bottom:0;border:var(--f-thumb-outline, 0) solid var(--f-thumb-outline-color, transparent);border-radius:var(--f-thumb-border-radius);animation:f-fadeIn .2s ease-out;z-index:10}.f-thumbs__slide__img{overflow:hidden;position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;margin:0;padding:var(--f-thumb-offset);box-sizing:border-box;pointer-events:none;object-fit:cover;border-radius:var(--f-thumb-border-radius)}.f-thumbs.is-horizontal .f-thumbs__track{padding:8px 0 12px 0}.f-thumbs.is-horizontal .f-thumbs__slide{margin:0 var(--f-thumb-gap) 0 0}.f-thumbs.is-vertical .f-thumbs__track{flex-wrap:wrap;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);transition:max-height .35s cubic-bezier(0.23, 1, 0.32, 1)}.fancybox__thumbs.is-classic{--f-thumb-gap: 8px;--f-thumb-opacity: 0.5;--f-thumb-hover-opacity: 1}.fancybox__thumbs.is-classic .f-spinner{background-image:linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05))}.fancybox__thumbs.is-modern{--f-thumb-gap: 4px;--f-thumb-extra-gap: 16px;--f-thumb-clip-width: 46px;--f-thumb-opacity: 1;--f-thumb-hover-opacity: 1}.fancybox__thumbs.is-modern .f-spinner{background-image:linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.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-masked{max-height:0px !important}.is-closing .fancybox__thumbs{transition:none !important}.fancybox__toolbar{--f-progress-color: var(--fancybox-color, rgba(255, 255, 255, 0.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, 0.65);--f-button-hover-bg: rgba(70, 70, 73, 0.65);--f-button-active-bg: rgba(90, 90, 93, 0.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, 0.15));--f-button-svg-fill: none;--f-button-svg-disabled-opacity: 0.65;display:flex;flex-direction:row;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, 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;animation:.15s ease-out both f-fadeOut}.fancybox__toolbar__column{display:flex;flex-direction:row;flex-wrap:wrap;align-content:flex-start}.fancybox__toolbar__column.is-left,.fancybox__toolbar__column.is-right{flex-grow:1;flex-basis:0}.fancybox__toolbar__column.is-right{display:flex;justify-content:flex-end;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;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: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:flex}[data-fancybox-toggle-fullscreen] svg g:first-child{display:flex}[data-fancybox-toggle-fullscreen] svg g:last-child{display:none}:fullscreen [data-fancybox-toggle-fullscreen] svg g:first-child{display:none}:fullscreen [data-fancybox-toggle-fullscreen] svg g:last-child{display:flex}.f-progress{position:absolute;top:0;left:0;right:0;height:3px;transform:scaleX(0);transform-origin:0;transition-property:transform;transition-timing-function:linear;background:var(--f-progress-color, var(--f-carousel-theme-color, #0091ff));z-index:30;user-select:none;pointer-events:none}
@font-face{font-family:"swiper-icons";src:url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");font-weight:400;font-style:normal}:root{--swiper-theme-color: #007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function, initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translate3d(0px, 0, 0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-slide,.swiper-3d .swiper-cube-shadow{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper::before{content:"";flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color, var(--swiper-theme-color));border-radius:50%;border-top-color:rgba(0,0,0,0)}.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color: #fff}.swiper-lazy-preloader-black{--swiper-preloader-color: #000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}
.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}
:root{--swiper-navigation-size: 44px}.swiper-button-prev,.swiper-button-next{position:absolute;top:var(--swiper-navigation-top-offset, 50%);width:calc(var(--swiper-navigation-size)/44*27);height:var(--swiper-navigation-size);margin-top:calc(0px - var(--swiper-navigation-size)/2);z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color, var(--swiper-theme-color))}.swiper-button-prev.swiper-button-disabled,.swiper-button-next.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-prev.swiper-button-hidden,.swiper-button-next.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-prev,.swiper-navigation-disabled .swiper-button-next{display:none !important}.swiper-button-prev svg,.swiper-button-next svg{width:100%;height:100%;object-fit:contain;transform-origin:center}.swiper-rtl .swiper-button-prev svg,.swiper-rtl .swiper-button-next svg{transform:rotate(180deg)}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:var(--swiper-navigation-sides-offset, 10px);right:auto}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset, 10px);left:auto}.swiper-button-lock{display:none}.swiper-button-prev:after,.swiper-button-next:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none !important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:"prev"}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset, 10px);left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:"next"}

/*! Flickity v2.3.0
https://flickity.metafizzy.co
---------------------------------------------- */.flickity-enabled{position:relative}.flickity-enabled:focus{outline:none}.flickity-viewport{overflow:hidden;position:relative;height:100%}.flickity-slider{position:absolute;width:100%;height:100%}.flickity-enabled.is-draggable{-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.flickity-enabled.is-draggable .flickity-viewport{cursor:move;cursor:-webkit-grab;cursor:grab}.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down{cursor:-webkit-grabbing;cursor:grabbing}.flickity-button{position:absolute;background:hsla(0,0%,100%,.75);border:none;color:#333}.flickity-button:hover{background:#fff;cursor:pointer}.flickity-button:focus{outline:none;box-shadow:0 0 0 5px #19f}.flickity-button:active{opacity:.6}.flickity-button:disabled{opacity:.3;cursor:auto;pointer-events:none}.flickity-button-icon{fill:currentColor}.flickity-prev-next-button{top:50%;width:44px;height:44px;border-radius:50%;transform:translateY(-50%)}.flickity-prev-next-button.previous{left:10px}.flickity-prev-next-button.next{right:10px}.flickity-rtl .flickity-prev-next-button.previous{left:auto;right:10px}.flickity-rtl .flickity-prev-next-button.next{right:auto;left:10px}.flickity-prev-next-button .flickity-button-icon{position:absolute;left:20%;top:20%;width:60%;height:60%}.flickity-page-dots{position:absolute;width:100%;bottom:-25px;padding:0;margin:0;list-style:none;text-align:center;line-height:1}.flickity-rtl .flickity-page-dots{direction:rtl}.flickity-page-dots .dot{display:inline-block;width:10px;height:10px;margin:0 8px;background:#333;border-radius:50%;opacity:.25;cursor:pointer}.flickity-page-dots .dot.is-selected{opacity:1}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace;font-size:1em}a{background-color:rgba(0,0,0,0)}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}button,[type=button],[type=reset],[type=submit]{appearance:button}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{appearance:textfield;outline-offset:-2px}::-webkit-file-upload-button{font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}:root{--c-0: #000000;--c-1: #ffffff;--c-2: #0eaf9e;--body-text: var(--c-1);--link-color: var(--c-1);--spacing: 40px;--primary-font: "Roboto Condensed", sans-serif;--primary-font-medium: "Roboto Condensed", sans-serif;--primary-font-bold: "Roboto Condensed", sans-serif;--standard-container: 1720px;--small-container: 970px;--medium-container: 1200px;--bio-container: 1364px;--large-container: 1920px;--text-shadow: 0 0 6px rgba(0, 0, 0, 0.65);--border-radius: 30px}@media(max-width: 1260px){:root{--spacing: 30px}}@media(max-width: 760px){:root{--spacing: 25px;--border-radius: 15px}}



 @keyframes fade-in{0%{opacity:0}100%{opacity:1}}@keyframes slide-in-up{0%{opacity:0;transform:translate3d(0, 20px, 0)}50%{opacity:.75}100%{opacity:1;transform:translate3d(0, 0, 0)}}@keyframes slide-in-left{0%{opacity:0;transform:translate3d(-100%, 0, 0)}100%{opacity:1;transform:translate3d(0, 0, 0)}}@keyframes slide-in-right{0%{opacity:0;transform:translate3d(100%, 0, 0)}100%{opacity:1;transform:translate3d(0, 0, 0)}}@keyframes scale-in{0%{opacity:0;transform:scale(0)}100%{opacity:1;transform:scale(1)}}@keyframes scale-in{0%{opacity:0;transform:scale(0)}100%{opacity:1;transform:scale(1)}}@keyframes floating{0%{transform:translate(0, 0)}65%{transform:translate(0, 30px)}100%{transform:translate(0, 0)}}@supports(animation-name: slide-in-up){.h-animate-in-slide-up.js-anim{opacity:0}.no-js .h-animate-in-slide-up.js-anim{opacity:1}}.h-animate-in-slide-up.js-anim.js-anim__visible{animation:slide-in-up .75s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards}.h-animate-in-slide-up.js-anim.js-anim__visible.js-anim--with-delay{animation-delay:.3s}@media(prefers-reduced-motion: reduce){.h-animate-in-slide-up.js-anim{animation:none;animation-delay:0s;opacity:1}}@supports(animation-name: slide-in-left){.h-animate-in-slide-left.js-anim{opacity:0}.no-js .h-animate-in-slide-left.js-anim{opacity:1}}.h-animate-in-slide-left.js-anim.js-anim__visible{animation:slide-in-left .75s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards}.h-animate-in-slide-left.js-anim.js-anim__visible.js-anim--with-delay{animation-delay:.3s}@media(prefers-reduced-motion: reduce){.h-animate-in-slide-left.js-anim{animation:none;animation-delay:0s;opacity:1}}@supports(animation-name: slide-in-right){.h-animate-in-slide-right.js-anim{opacity:0}.no-js .h-animate-in-slide-right.js-anim{opacity:1}}.h-animate-in-slide-right.js-anim.js-anim__visible{animation:slide-in-right .75s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards}.h-animate-in-slide-right.js-anim.js-anim__visible.js-anim--with-delay{animation-delay:.3s}@media(prefers-reduced-motion: reduce){.h-animate-in-slide-right.js-anim{animation:none;animation-delay:0s;opacity:1}}@supports(animation-name: fade-in){.h-animate-in-fade.js-anim{opacity:0}.no-js .h-animate-in-fade.js-anim{opacity:1}}.h-animate-in-fade.js-anim.js-anim__visible{animation:fade-in .75s ease-in-out forwards}.h-animate-in-fade.js-anim.js-anim__visible.js-anim--with-delay{animation-delay:.3s}@media(prefers-reduced-motion: reduce){.h-animate-in-fade.js-anim{animation:none;animation-delay:0s;opacity:1}}@supports(animation-name: scale-in){.h-animate-in-scale.js-anim{will-change:opacity;opacity:0}.no-js .h-animate-in-scale.js-anim{opacity:1}}.h-animate-in-scale.js-anim.js-anim__visible{animation:scale-in .75s ease-in-out forwards}.h-animate-in-scale.js-anim.js-anim__visible.js-anim--with-delay{animation-delay:.3s}@media(prefers-reduced-motion: reduce){.h-animate-in-scale.js-anim{animation:none;animation-delay:0s;opacity:1}}@supports(animation-name: floating){.h-animate-in-floating.js-anim{opacity:0}.no-js .h-animate-in-floating.js-anim{opacity:1}}.h-animate-in-floating.js-anim.js-anim__visible{animation:floating 3s ease-in-out infinite}.h-animate-in-floating.js-anim.js-anim__visible.js-anim--with-delay{animation-delay:.3s}@media(prefers-reduced-motion: reduce){.h-animate-in-floating.js-anim{animation:none;animation-delay:0s;opacity:1}}@supports(animation-name: rotate){.h-animate-in-rotate.js-anim{opacity:0}.no-js .h-animate-in-rotate.js-anim{opacity:1}}.h-animate-in-rotate.js-anim.js-anim__visible{animation:rotate .75s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards}.h-animate-in-rotate.js-anim.js-anim__visible.js-anim--with-delay{animation-delay:.3s}@media(prefers-reduced-motion: reduce){.h-animate-in-rotate.js-anim{animation:none;animation-delay:0s;opacity:1}}.js-gsap-animation__hl-parent{overflow:hidden}.js-gsap-animation__hl-child{transform:translateZ(0);will-change:transform}.h-margin__top{margin-top:11.25rem}@media(max-width: 1460px){.h-margin__top{margin-top:120px}}@media(max-width: 960px){.h-margin__top{margin-top:70px}}@media(max-width: 760px){.h-margin__top{margin-top:30px}}.h-margin__top--small{margin-top:5rem}@media(max-width: 760px){.h-margin__top--small{margin-top:40px}}.h-margin__bottom{margin-bottom:11.25rem}@media(max-width: 1460px){.h-margin__bottom{margin-bottom:120px}}@media(max-width: 960px){.h-margin__bottom{margin-bottom:70px}}@media(max-width: 760px){.h-margin__bottom{margin-bottom:30px}}.h-margin__bottom--small{margin-bottom:5rem}@media(max-width: 760px){.h-margin__bottom--small{margin-bottom:40px}}.h-margin__both{margin-top:11.25rem;margin-bottom:11.25rem}@media(max-width: 1460px){.h-margin__both{margin-top:120px;margin-bottom:120px}}@media(max-width: 960px){.h-margin__both{margin-top:70px;margin-bottom:70px}}@media(max-width: 760px){.h-margin__both{margin-top:30px;margin-bottom:30px}}.h-padding__top{padding-top:90px;padding-bottom:0}@media(max-width: 1460px){.h-padding__top{padding-top:70px}}@media(max-width: 960px){.h-padding__top{padding-top:70px}}@media(max-width: 760px){.h-padding__top{padding-top:50px}}.h-padding__bottom{padding-top:0;padding-bottom:90px}@media(max-width: 1460px){.h-padding__bottom{padding-bottom:70px}}@media(max-width: 960px){.h-padding__bottom{padding-bottom:70px}}@media(max-width: 760px){.h-padding__bottom{padding-bottom:50px}}.h-padding__both{padding-top:90px;padding-bottom:90px}@media(max-width: 1460px){.h-padding__both{padding-top:70px;padding-bottom:70px}}@media(max-width: 960px){.h-padding__both{padding-top:50px;padding-bottom:50px}}@media(max-width: 760px){.h-padding__both{padding-top:30px;padding-bottom:30px}}h5,.h-heading__five,h4,.h-heading__four,h3,.h-heading__three,h2,.h2,.h-heading__two,h1,.h-heading__one{font-family:var(--primary-font);font-weight:800;font-family:"Roboto Condensed", sans-serif}@media(max-width: 1260px){h5,.h-heading__five,h4,.h-heading__four,h3,.h-heading__three,h2,.h2,.h-heading__two,h1,.h-heading__one{margin-bottom:20px}}h1,.h-heading__one{font-size:calc(44px + 51*(100vw - 400px)/1520);line-height:1}@media screen and (max-width: 400px){h1,.h-heading__one{font-size:44px}}@media screen and (min-width: 1920px){h1,.h-heading__one{font-size:95px}}h1--default,.h-heading__one--default{font-size:calc(40px + 30*(100vw - 400px)/1520)}@media screen and (max-width: 400px){h1--default,.h-heading__one--default{font-size:40px}}@media screen and (min-width: 1920px){h1--default,.h-heading__one--default{font-size:70px}}h1--small,.h-heading__one--small{font-size:calc(36px + 32*(100vw - 400px)/1520)}@media screen and (max-width: 400px){h1--small,.h-heading__one--small{font-size:36px}}@media screen and (min-width: 1920px){h1--small,.h-heading__one--small{font-size:68px}}h1--extra_small,.h-heading__one--extra_small{font-size:calc(36px + 32*(100vw - 400px)/1520)}@media screen and (max-width: 400px){h1--extra_small,.h-heading__one--extra_small{font-size:36px}}@media screen and (min-width: 1920px){h1--extra_small,.h-heading__one--extra_small{font-size:68px}}h1 span,.h-heading__one span{color:var(--c-1)}h2,.h2,.h-heading__two{font-size:calc(28px + 32*(100vw - 400px)/1520);line-height:1;margin-bottom:0;margin-top:0}@media screen and (max-width: 400px){h2,.h2,.h-heading__two{font-size:28px}}@media screen and (min-width: 1920px){h2,.h2,.h-heading__two{font-size:60px}}h2.h-heading__secondary,.h2.h-heading__secondary,.h-heading__two.h-heading__secondary{font-family:var(--secondary-font)}h2--small,.h2--small,.h-heading__two--small{font-size:calc(38px + 12*(100vw - 400px)/1520)}@media screen and (max-width: 400px){h2--small,.h2--small,.h-heading__two--small{font-size:38px}}@media screen and (min-width: 1920px){h2--small,.h2--small,.h-heading__two--small{font-size:50px}}h2--medium,.h2--medium,.h-heading__two--medium{font-size:calc(42px + 38*(100vw - 400px)/1520)}@media screen and (max-width: 400px){h2--medium,.h2--medium,.h-heading__two--medium{font-size:42px}}@media screen and (min-width: 1920px){h2--medium,.h2--medium,.h-heading__two--medium{font-size:80px}}h2--big,.h2--big,.h-heading__two--big{font-size:calc(55px + 75*(100vw - 400px)/1520)}@media screen and (max-width: 400px){h2--big,.h2--big,.h-heading__two--big{font-size:55px}}@media screen and (min-width: 1920px){h2--big,.h2--big,.h-heading__two--big{font-size:130px}}h2 span,h2 p,.h2 span,.h2 p,.h-heading__two span,.h-heading__two p{font-size:calc(28px + 32*(100vw - 400px)/1520);margin-bottom:0;margin-top:0;line-height:1.3}@media screen and (max-width: 400px){h2 span,h2 p,.h2 span,.h2 p,.h-heading__two span,.h-heading__two p{font-size:28px}}@media screen and (min-width: 1920px){h2 span,h2 p,.h2 span,.h2 p,.h-heading__two span,.h-heading__two p{font-size:60px}}h3,.h-heading__three{font-size:calc(28px + 15*(100vw - 400px)/1520);position:relative}@media screen and (max-width: 400px){h3,.h-heading__three{font-size:28px}}@media screen and (min-width: 1920px){h3,.h-heading__three{font-size:43px}}h3--big,.h-heading__three--big{font-size:calc(36px + 22*(100vw - 400px)/1520);line-height:1.1;margin-top:0}@media screen and (max-width: 400px){h3--big,.h-heading__three--big{font-size:36px}}@media screen and (min-width: 1920px){h3--big,.h-heading__three--big{font-size:58px}}h3--small,.h-heading__three--small{font-size:calc(20px + 4*(100vw - 400px)/1520);line-height:1.1;margin-top:0}@media screen and (max-width: 400px){h3--small,.h-heading__three--small{font-size:20px}}@media screen and (min-width: 1920px){h3--small,.h-heading__three--small{font-size:24px}}h3 span,.h-heading__three span{color:var(--c-1)}h4,.h-heading__four{font-size:calc(18px + 4*(100vw - 400px)/1520);line-height:1}@media screen and (max-width: 400px){h4,.h-heading__four{font-size:18px}}@media screen and (min-width: 1920px){h4,.h-heading__four{font-size:22px}}h4.text-black,.h-heading__four.text-black{color:var(--c-0)}h4.text-yellow,.h-heading__four.text-yellow{color:var(--c-2);margin-bottom:20px;font-family:var(--primary-font);font-weight:400}@media screen and (max-width: 992px){h4.text-yellow,.h-heading__four.text-yellow{margin-bottom:10px}}.h-typography p,.h-typography ul,.h-typography ol{margin-top:5px;margin-bottom:1em}.e-paragraph,.e-paragraph p{font-size:calc(16px + 1*(100vw - 400px)/1800)}@media screen and (max-width: 400px){.e-paragraph,.e-paragraph p{font-size:16px}}@media screen and (min-width: 2200px){.e-paragraph,.e-paragraph p{font-size:17px}}.e-paragraph.hero,.e-paragraph p.hero{font-size:calc(18px + 10*(100vw - 400px)/1520)}@media screen and (max-width: 400px){.e-paragraph.hero,.e-paragraph p.hero{font-size:18px}}@media screen and (min-width: 1920px){.e-paragraph.hero,.e-paragraph p.hero{font-size:28px}}.two-cols-panel__container--col .h-heading__two.text-white span{color:var(--c-2) !important}:root,html{scroll-behavior:smooth}@media screen and (max-width: 768px){:root,html{overflow-x:hidden}}:root.disable-scroll,html.disable-scroll{overflow-y:hidden}*{box-sizing:border-box}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:var(--primary-font);font-weight:400;color:var(--c-1);background-color:var(--c-0);overflow-x:hidden}body.disable-scroll{overflow-y:hidden}@media screen and (max-width: 768px){body{overflow-x:clip}}body .e-burger__scrolled .js-main-menu{top:0 !important}body p{line-height:1.7;font-size:calc(16px + 2*(100vw - 400px)/1520);color:var(--c-1)}@media screen and (max-width: 400px){body p{font-size:16px}}@media screen and (min-width: 1920px){body p{font-size:18px}}@media screen and (max-width: 768px){body p{font-size:1rem}}body p.text-black{color:var(--c-0)}body p.text-yellow p{margin-top:0;color:var(--c-2)}body p span{color:var(--c-1)}@media(max-width: 760px){body{font-size:18px;overflow-x:hidden}}body .text-black,body .text-black p{color:var(--c-0)}body .text-yellow .text-yellow p{color:var(--c-2)}.main-content>*.full-width{max-width:100%}.main-content>*.full-width.no-padding{padding-left:0;padding-right:0}.main-content>*.large-width{width:100%;margin-right:auto;margin-left:auto;max-width:var(--large-container);padding-right:var(--spacing);padding-left:var(--spacing)}.main-content>*.small-width{width:100%;margin-right:auto;margin-left:auto;max-width:var(--small-container);padding-right:var(--spacing);padding-left:var(--spacing)}.grid-layout{display:grid;grid-template-columns:repeat(10, minmax(0, 1fr));gap:60px}a{color:var(--link-color);text-decoration:none}.text-white{color:var(--c-1) !important}.text-white span{color:var(--c-1) !important}.text-yellow{color:var(--c-2) !important}.text-yellow span{color:var(--c-2) !important}.display-none{display:none !important}@media(max-width: 992px){.no-display-mob{display:none !important}}@media(max-width: 992px){.no-display-tablet{display:none !important}}@media(min-width: 993px){.no-display-desk{display:none !important}}.order-1{order:1}.order-2{order:2}.h-100{height:100%}.w-100{width:100%}.sr-only,.screen-reader-text{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}picture{width:100%}.text-center{text-align:center}.relative{position:relative}.absolute{position:absolute}.b-separator__container{width:100%;margin-right:auto;margin-left:auto;max-width:var(--standard-container);padding-right:var(--spacing);padding-left:var(--spacing);padding:0;border-bottom:.01rem solid hsla(0,0%,100%,.6)}@media only screen and (max-width: 65rem){.b-separator__container{margin-top:1.875rem}}.page-template.page-template-key-people-page{height:100% !important}@media only screen and (max-width: 65rem){.page-template.page-template-key-people-page{overflow-x:hidden}}.b-header{position:relative;background-color:rgba(0,0,0,0);color:var(--c-1);z-index:99;transition:all .6s ease-out}.b-header .progressContainer{position:fixed;top:0;left:0;width:100%;height:5px;background-color:rgba(0,0,0,.65)}.b-header .progress{height:5px;background:var(--c-2);border-radius:0;animation:2s ease-out 0s 1 lineDrawToRight}@keyframes lineDrawToRight{0%{width:0}100%{width:100%}}@keyframes lineDrawToLeft{0%{transform:translateX(-100%)}100%{transform:translateX(0)}}.b-header.hide{z-index:0}.b-header__inner{width:100%}.b-header__main{position:relative;z-index:99}.b-header__main--inner{width:100%;margin-right:auto;margin-left:auto;max-width:var(--standard-container);padding-right:var(--spacing);padding-left:var(--spacing);display:flex;flex-direction:column;justify-content:space-between;gap:0;align-items:center;padding-top:1.875rem;padding-bottom:.625rem}@media screen and (max-width: 992px){.b-header__main--inner{flex-direction:row}}@media screen and (max-width: 680px){.b-header__main--inner{padding-bottom:.8125rem}}.b-header__logo{z-index:9999}@media screen and (max-width: 480px){.b-header__logo{margin-top:-5px}}@media screen and (max-width: 680px){.b-header__logo svg{width:11.25rem}}@media screen and (max-width: 480px){.b-header__logo svg{width:8.75rem}}@media screen and (max-width: 992px){.b-header__menu{opacity:0;visibility:hidden;transition:all .6s ease-out;position:fixed;background-color:#000;top:0;left:0;width:100%;height:100vh;padding-top:5rem;z-index:2;overflow-y:scroll}.b-header__menu.show{opacity:1;visibility:visible}}.b-header__menu--nav{position:relative}.b-header__menu--nav .weglot_here{position:absolute;left:0;top:0}.b-header__menu--list{display:flex;align-items:center;list-style:none}@media screen and (max-width: 992px){.b-header__menu--list{flex-direction:column;padding-left:0}}.b-header__menu--list li{font-family:var(--primary-font);font-size:calc(17px + 2*(100vw - 400px)/1520);font-weight:300;padding:0 1.25rem}@media screen and (max-width: 400px){.b-header__menu--list li{font-size:16px}}@media screen and (min-width: 1920px){.b-header__menu--list li{font-size:18px}}@media screen and (max-width: 992px){.b-header__menu--list li{margin:10px 0;font-size:2.0625rem;font-family:"Roboto Condensed", sans-serif}}.b-header__menu--list li:first-of-type,.b-header__menu--list li:first-child{padding-left:0}.b-header__menu--list li a{color:var(--c-1);text-decoration:none;transition:all .4s ease-out;opacity:1}.b-header__menu--list li a:hover{color:var(--c-2);opacity:.6}.b-header__menu--list li a.is-active{color:var(--c-2)}.b-header__menu--list li a.is-active-sub{color:var(--c-1)}.b-header__menu--list li.weglot-item{padding-left:0}.b-header__menu.show{opacity:1;visibility:visible;z-index:9}.b-header .header-site__search-form{opacity:0;visibility:hidden;transition:all .6s ease-out;width:0;display:flex;position:absolute;top:70px;right:0;gap:20px}.b-header .header-site__search-form.active{opacity:1;visibility:visible;width:19.5rem}@media screen and (max-width: 992px){.b-header .header-site__search-form.active{width:12.5rem;gap:0}}.b-header .header-site__search-form input{color:var(--c-1);height:40px;border:none;border-radius:0;background-color:var(--c-0);font-family:var(--primary-font);font-weight:400;width:16rem;border:1px solid var(--c-2);border-radius:26px;color:var(--c-1);padding:15px}@media screen and (max-width: 992px){.b-header .header-site__search-form input{width:14rem}}.b-header .header-site__search-form #search-submit{background-color:rgba(0,0,0,0);border:0;position:relative}.b-header .header-site__search-form #search-submit:after{display:block;position:absolute;content:"";background:url(ccc70521687d6a8f5ac7.svg);background-repeat:no-repeat;background-size:contain;width:25px;height:24px;top:50%;transform:translateY(-50%)}.b-header__buttons--nav{display:flex;align-items:center;list-style:none;position:absolute;right:60px;top:25px;z-index:9}@media screen and (max-width: 1280px){.b-header__buttons--nav{top:0;right:86px}}@media screen and (max-width: 992px){.b-header__buttons--nav{right:93px}}@media screen and (max-width: 768px){.b-header__buttons--nav{right:80x}}.b-header__buttons--nav li{margin:0 7px}.b-header__buttons--nav li:last-of-type{margin-right:0;position:relative;top:2px}.b-header__buttons--nav li:first-of-type{margin-top:-5px}@media screen and (max-width: 992){.b-header__buttons--nav li:first-of-type{display:none}}.b-header .e-buttons--mob-nav{display:none}@media screen and (max-width: 992px){.b-header .e-buttons--mob-nav li{margin:10px 0}}.e-footer{background-color:var(--c-0);padding-bottom:130px;margin-top:6.25rem;position:relative}@media screen and (max-width: 992px){.e-footer{margin-top:2.5rem;padding-bottom:0}}.e-footer__inner{width:100%;margin-right:auto;margin-left:auto;max-width:var(--standard-container);padding-right:var(--spacing);padding-left:var(--spacing);display:flex;justify-content:space-between;padding-top:1.875rem;padding-bottom:30px;border-bottom:.0125rem solid hsla(0,0%,100%,.4);gap:3.75rem}@media screen and (max-width: 1040px){.e-footer__inner{flex-direction:column;gap:2.5rem}}@media screen and (max-width: 992px){.e-footer__inner{gap:.5rem}}@media screen and (max-width: 992px){.e-footer__inner--top{display:block !important;border-bottom:none;padding-bottom:0}}@media screen and (max-width: 992px)and (max-width: 680px){.e-footer__inner--top{display:none !important}}@media screen and (max-width: 992px){.e-footer__inner--top .e-footer__inner--col{display:flex;align-items:baseline;justify-content:space-between}.e-footer__inner--top .e-footer__inner--col a svg{max-width:161px}.e-footer__inner--top .e-footer__inner--col .e-footer__inner--col__social{position:relative;top:-5px}.e-footer__inner--top .e-footer__inner--col .e-footer__inner--col__social .e-inline-list__social{margin-top:0px;gap:10px;margin-bottom:0}.e-footer__inner--top .e-footer__inner--col .e-footer__inner--col__social .e-inline-list__social li{margin-left:4px;margin-right:4px}}.e-footer__inner--top h3{margin-top:24px;margin-bottom:0}.e-footer__inner--top p{font-size:1.25rem;line-height:1.875rem}.e-footer__inner--top p a{text-decoration:none;opacity:1;transition:all .6s ease-out}.e-footer__inner--top p a:hover{opacity:.7}@media screen and (max-width: 1240px){.e-footer__inner--top{display:grid;grid-template-columns:auto auto auto}}@media screen and (max-width: 992px){.e-footer__inner--top{grid-template-columns:repeat(2, 1fr)}}@media screen and (max-width: 512px){.e-footer__inner--top{grid-template-columns:repeat(1, 1fr)}}.e-footer__inner--bottom{margin-top:20px;align-items:flex-end;border-bottom:none}@media screen and (max-width: 1040px){.e-footer__inner--bottom{align-items:flex-start;flex-direction:column}}@media screen and (max-width: 992px){.e-footer__inner--bottom{padding-bottom:0;opacity:1 !important;border-bottom:none}}.e-footer__inner--bottom p{opacity:.7}.e-footer__inner--col{position:relative}.e-footer__inner--col h2{color:var(--c-2)}.e-footer__inner--col h2 span{display:block;color:var(--c-1) !important}.e-footer__menu--list{display:flex;align-items:center;gap:4.375rem;padding-left:0;list-style:none;padding-left:0}@media screen and (max-width: 1080px){.e-footer__menu--list{flex-direction:column}}@media screen and (max-width: 992px){.e-footer__menu--list{flex-direction:row}}.e-footer__menu--list li{opacity:.8}.e-footer__menu--list li:first-of-type{margin-left:0}@media screen and (max-width: 1080px){.e-footer__menu--list li{margin-bottom:20px}}.e-footer__menu--list li a{font-size:calc(16px + 2*(100vw - 400px)/1520);line-height:1.6;text-decoration:none;opacity:.8}@media screen and (max-width: 400px){.e-footer__menu--list li a{font-size:16px}}@media screen and (min-width: 1920px){.e-footer__menu--list li a{font-size:18px}}.e-footer__location{color:var(--c-2) !important;position:absolute;top:-36px}.e-footer__credits{margin-top:50px;opacity:.7 !important}.e-footer__credits p{font-size:1.0625rem;margin-bottom:5px}@media screen and (max-width: 992px){.e-footer__credits p{font-size:.9375rem}}.e-footer__credit{margin:30px 0 0;display:block;text-align:right;width:100%;margin-right:auto;margin-left:auto;max-width:var(--standard-container);padding-right:var(--spacing);padding-left:var(--spacing);display:flex;align-items:center;justify-content:flex-end;opacity:.7;padding-bottom:8.125rem;position:relative;margin-bottom:40px}@media screen and (max-width: 1040px){.e-footer__credit{padding-bottom:5.625rem}}@media screen and (max-width: 992px){.e-footer__credit{padding-bottom:0}}.e-footer__credit a{text-decoration:none;display:flex;align-items:center;opacity:.7}.e-footer__credit a svg{height:30px;width:30px;margin-left:10px}.b-hero{padding-left:0;padding-right:0;z-index:1;position:relative;width:100%;height:100%;top:-8.125rem}@media screen and (max-width: 992px){.b-hero{top:-10rem;height:37.5rem}}@media screen and (max-width: 1040px){.b-hero__badge img{width:5.625rem;height:auto}}.b-hero__overlay{position:absolute;width:100%;height:100%;background-image:url(00e03d9768c23e812187.svg);top:0;left:0;background-size:cover;z-index:2}.b-hero__overlay-top{position:absolute;width:100%;height:28.75rem;background-image:url(d014393f25d4c89a0a7f.svg);top:0;left:0;z-index:3}.b-hero__header{text-align:left;width:100%;max-width:54.25rem;position:absolute;top:6.625rem;left:0;z-index:2}@media screen and (max-width: 992px){.b-hero__header{top:14.625rem}}.b-hero__container{position:relative}.b-hero__container--wrapper{position:relative;width:100%;margin-right:auto;margin-left:auto;max-width:var(--small-container);padding-right:var(--spacing);padding-left:var(--spacing)}.b-hero__container--wrapper .h1 h1{color:var(--c-1);position:relative;margin-top:20px}.b-hero__container--wrapper .h1 h1 span{position:relative} @media screen and (max-width: 992px){.b-hero__container--wrapper .h1 h1 span:after{height:40px;background-repeat:no-repeat;background-size:contain;position:relative;width:40px;right:0;top:45px;transform:none;margin-left:auto;margin-right:auto}}.b-hero__container--banner{display:flex;justify-content:center;overflow-x:hidden;margin-top:7.5rem}@media screen and (max-width: 992px){.b-hero__container--banner{margin-top:.9375rem}}.b-hero__container--banner video{width:100%;object-fit:cover}@media screen and (max-width: 992px){.b-hero__container--banner video{height:40.625rem}}.b-hero__container--banner picture img{width:calc(100vw + 200px);display:block;margin:auto;height:auto}.b-hero__video-container{flex:0 1 350px;width:350px}@media only screen and (max-width: 75rem){.b-hero__video-container{flex:0 1 280px;width:280px}}@media only screen and (max-width: 53.75rem){.b-hero__video-container{flex:0 1 240px;width:240px}}@media only screen and (max-width: 47.5rem){.b-hero__video-container{display:none}}.b-hero__video{position:absolute;z-index:1;top:0;left:0;width:100%;height:100%;object-fit:cover}.b-hero__video--container-cta{position:relative;width:100%;height:100%}.b-hero__video-container{position:absolute;z-index:3;bottom:103px;flex:300px;width:300px;display:flex;right:20px;height:200px}@media only screen and (max-width: 65rem){.b-hero__video-container{display:none}}.b-hero__video--container-cta span svg{transition:.7s}.b-hero__video--container-cta:after{display:block;height:100%;width:0;content:"";position:absolute;left:0;top:0;background-color:var(--c-2);transition:all .4s ease-out;z-index:2}.b-hero__video--container-cta:hover:after{width:5px;z-index:2}.b-hero__video--container-cta:hover span svg{transition:.7s;-webkit-transition:.7s;-moz-transition:.7s;-ms-transition:.7s;-o-transition:.7s;transform:rotate(360deg);transform-origin:center center}.b-hero__video--container-cta-text{position:relative;width:100%;height:100%;display:flex;align-items:center;justify-content:center}.b-hero__video--container-cta-text svg{position:relative;z-index:5;width:85px}.b-hero__video--full-overlay{display:block;position:absolute;left:0;top:0;width:100%;height:100%;z-index:2;background-color:rgba(0,0,0,.6)}.b-sector-hero{padding-left:0;padding-right:0;z-index:1;position:relative;width:100%;height:100%}.b-sector-hero__container{width:100%;margin-right:auto;margin-left:auto;max-width:100%;max-width:100%;padding-right:var(--spacing);padding-left:var(--spacing);position:relative;padding:0}.b-sector-hero__container--img picture img{width:100%;display:block;margin:auto;height:32.5rem}@media screen and (max-width: 1040px){.b-sector-hero__container--img picture img{height:auto}}.b-sector-hero__container--image{height:auto}@media screen and (min-width: 993px){.b-sector-hero__container--image{position:absolute;top:0;left:0;width:100%;height:32.5rem}}.b-sector-hero__container--content{width:100%;margin-right:auto;margin-left:auto;max-width:var(--standard-container);padding-right:var(--spacing);padding-left:var(--spacing);display:flex;justify-content:space-between;position:relative;top:10.4166666667vw;gap:5.625rem}@media(max-width: 993px){.b-sector-hero__container--content{top:10.6666666667vw}}@media screen and (max-width: 992px){.b-sector-hero__container--content{top:0;margin-top:1.25rem}}.b-sector-hero__container--content h1{color:var(--c-1);margin-bottom:10px !important;margin-top:0}.b-sector-hero__container--content h4{margin-top:0;margin-bottom:1.25rem}@media screen and (max-width: 992px){.b-sector-hero__container--content{display:block}}.b-sector-hero__container--content picture img{width:100%;display:block;margin:auto;height:32.5rem;object-fit:cover}@media screen and (max-width: 992px){.b-sector-hero__container--content picture img{height:auto}}.b-sector-hero__container--col{width:50%}@media screen and (max-width: 992px){.b-sector-hero__container--col{width:100%}}.b-sector-hero__header{text-align:left;width:100%}.b-sector-hero__description{margin:15px 0 80px}@media screen and (max-width: 992px){.b-sector-hero__description{margin:15px 0 30px}}.b-sector-hero_mob-wrapper{display:flex;gap:20px}.b-sector-hero_mob-wrapper picture:last-of-type{width:80%;position:relative}.b-info-panel__header{width:100%;margin-right:auto;margin-left:auto;max-width:var(--small-container);padding-right:var(--spacing);padding-left:var(--spacing);text-align:center}@media screen and (max-width: 992px){.b-info-panel__header{text-align:left}}.b-info-panel__header--content{text-align:center}@media screen and (max-width: 992px){.b-info-panel__header--content{text-align:left}}.b-info-panel__quicklink{margin:80px auto;width:100%;margin-right:auto;margin-left:auto;max-width:var(--standard-container);padding-right:var(--spacing);padding-left:var(--spacing);display:flex;justify-content:space-between;gap:20px}@media only screen and (max-width: 65rem){.b-info-panel__quicklink{margin:40px auto}}@media screen and (max-width: 992px){.b-info-panel__quicklink{flex-direction:column}}.b-info-panel__quicklink--col{width:33.333%}@media screen and (max-width: 992px){.b-info-panel__quicklink--col{width:100%}}.b-info-panel__quicklink--col a{display:block;position:relative;width:100%;height:100%}.b-info-panel__quicklink--video-wrapper{position:absolute;overflow:hidden;top:0;left:0;opacity:0;visibility:hidden;width:100%;height:100%;display:block;transition:all .6s ease-out}.b-info-panel__quicklink--video-wrapper.on-play{opacity:1;visibility:visible}.b-info-panel__quicklink--video-wrapper video{position:absolute;width:100%;height:100%;object-fit:cover;left:0;z-index:2;top:0}.b-info-panel__quicklink--content{display:flex;justify-content:flex-end;flex-direction:column;height:100%;padding:25px 50px;position:relative;z-index:3}@media screen and (max-width: 992px){.b-info-panel__quicklink--content{padding:25px}.b-info-panel__quicklink--content .e-button-arrow{margin-top:0}}.b-info-panel__quicklink--content h3{margin-bottom:10px}.b-info-panel__quicklink--img-wrapper{position:relative;height:31.375rem}@media screen and (max-width: 992px){.b-info-panel__quicklink--img-wrapper{height:21.875rem}}.b-info-panel__quicklink--img-wrapper a{display:block}.b-info-panel__quicklink--img-wrapper img{object-fit:cover;width:100%;position:absolute;top:0;left:0;height:100%}.b-info-panel__quicklink--overlay{position:absolute;width:100%;height:100%;left:0;top:0; bottom:0;overflow:hidden}@media screen and (max-width: 992px){.b-info-panel__quicklink--overlay:after{height:72%}}.b-info-panel__quicklink--logo{display:block;position:absolute;bottom:45px;right:60px;z-index:4;height:60px;width:95px;background-size:contain;background:url(5ad3aae9d983cea6112e.svg)}@media screen and (max-width: 1280px){.b-info-panel__quicklink--logo{width:64px;height:40px}}.b-integrated-solution .heading__four{color:var(--c-2)}.b-integrated-solution__container{width:100%;margin-right:auto;margin-left:auto;max-width:var(--standard-container);padding-right:var(--spacing);padding-left:var(--spacing)}.b-integrated-solution__container--content{margin-top:1.875rem}@media(max-width: 992px){.b-integrated-solution__container--content{margin-top:2.5rem}}.b-integrated-solution__items{display:flex;flex-direction:column;width:100%}.b-integrated-solution__items li{padding:3.125rem 0;border-bottom:.015625rem solid hsla(0,0%,100%,.4)}@media(max-width: 992px){.b-integrated-solution__items li{padding:1.875rem 0}}.b-integrated-solution__items li:first-of-type{padding-top:0}.b-integrated-solution__items li:first-of-type:last-of-type{border-bottom:none}.b-integrated-solution__items li a{color:#fff;text-decoration:none;display:flex;align-items:center;justify-content:space-between}.b-integrated-solution__items li a span{font-family:var(--primary-font-bold);font-size:calc(36px + 44*(100vw - 400px)/1520);letter-spacing:tracking(-5)}@media screen and (max-width: 400px){.b-integrated-solution__items li a span{font-size:36px}}@media screen and (min-width: 1920px){.b-integrated-solution__items li a span{font-size:80px}}@media(max-width: 992px){.b-integrated-solution__items li a span svg{width:45px}}.b-integrated-solution__items li a:hover .b-integrated-solution__item--title span:first-of-type{left:30px}.b-integrated-solution__items li a:hover .b-integrated-solution__item--title img{display:inline-block;opacity:1;visibility:visible;width:100%;transition:all 1s ease-out;animation:scale 1s;-moz-animation:scale 1s;-webkit-animation:scale 1s;-o-animation:scale 1s}.b-integrated-solution__items li a:hover .b-integrated-solution__item--icon{left:-30px}.b-integrated-solution__items li a:hover .b-integrated-solution__item--icon path#np_arrow-up-down-thin_582076_000000{fill:var(--c-2)}.b-integrated-solution__item--title{display:inline-flex;align-items:center;left:0;position:relative;transition:all .8s ease-out}.b-integrated-solution__item--title span:first-of-type{left:0;transition:all .8s ease-out}.b-integrated-solution__item--title img{transition:all .8s ease-out;opacity:0;visibility:hidden;margin-right:20px;width:0;-moz-animation:scale 1.5s;-webkit-animation:scale 1.5s;-o-animation:scale 1.5s}.b-integrated-solution__item--icon{position:relative;transition:all .8s ease-out;left:0}@keyframes scale{from{width:0}to{width:100%}}@-moz-keyframes scale{from{width:0}to{width:100%}}@-webkit-keyframes scale{from{width:0}to{width:100%}}@-o-keyframes scale{from{width:0}to{width:100%}}.b-why-carosserie{height:64vw}@media(max-width: 65rem){.b-why-carosserie{margin-bottom:0;height:auto}}.b-why-carosserie .heading__four{color:var(--c-2)}.b-why-carosserie__header{padding-right:6.771vw;color:var(--c-1)}@media(max-width: 65rem){.b-why-carosserie__header{padding-right:0}}.b-why-carosserie__container{width:100%;margin-right:auto;margin-left:auto;max-width:var(--standard-container);padding-right:var(--spacing);padding-left:var(--spacing);position:relative}.b-why-carosserie__container--content{margin-top:1.875rem;display:flex;justify-content:space-between}@media(max-width: 65rem){.b-why-carosserie__container--content{flex-direction:column}}.b-why-carosserie__container--col{width:calc(50% - 4.375rem);position:relative}@media(max-width: 65rem){.b-why-carosserie__container--col{width:100%}}.b-why-carosserie__container--col__left picture img{z-index:3}@media(max-width: 65rem){.b-why-carosserie__container--col__left picture img{width:100%;max-width:100%;display:block;margin:0 auto 40px 0;margin-top:0}}.b-why-carosserie__container--col__right{z-index:4}.b-why-carosserie__container--col__right picture img{margin-top:80px;z-index:2}@media(max-width: 65rem){.b-why-carosserie__container--col__right picture img{margin-top:40px}}.b-why-carosserie__container--img{position:absolute;width:59.5vw;height:24.895vw;right:0}@media(max-width: 65rem){.b-why-carosserie__container--img{position:relative;width:100%;height:auto;margin-top:30px}}.b-why-carosserie__container--img picture img{left:0;object-fit:contain;width:100%;height:100%}.b-why-carosserie__img--abs{position:absolute;top:-5rem;left:0;z-index:2}@media(max-width: 65rem){.b-why-carosserie__img--abs{position:relative;top:0}}.b-why-carosserie__img--abs img{width:50vw;height:auto;object-fit:contain;max-width:50rem}@media(max-width: 65rem){.b-why-carosserie__img--abs img{position:relative;width:100%;margin-top:40px;max-width:100%;display:block;margin-left:auto;margin-right:auto}}.b-expertise{width:100%;background:url(./img/home-bg-block.png);width:100%;height:100%;background-size:cover;height:40.875rem;padding:40px 30px;margin-top:-115px;position:relative;z-index:2}@media(max-width: 1040px){.b-expertise{height:auto;margin-bottom:0}}.b-expertise--overlay{position:absolute;top:0;left:0;height:100%;width:100%;background-image:linear-gradient(to top, #121213 0%, #131214 100%);opacity:.5}.b-expertise__container{display:flex;flex-direction:column;justify-content:center;align-items:center;height:100%}.b-expertise__header{width:100%;margin-right:auto;margin-left:auto;max-width:var(--small-container);padding-right:var(--spacing);padding-left:var(--spacing);text-align:center;color:var(--c-1)}@media(max-width: 992px){.b-expertise__header{text-align:left;padding:0}}.b-expertise__header--content{text-align:center;padding:0 8.125rem;color:var(--c-1)}@media(max-width: 1480px){.b-expertise__header--content{padding:0 5rem}}@media(max-width: 1040px){.b-expertise__header--content{padding:0 30px}}@media(max-width: 992px){.b-expertise__header--content{text-align:left;padding-left:0;padding-right:0}}.b-sustainability{margin-bottom:7vw}@media(max-width: 65rem){.b-sustainability{margin-bottom:65px}}@media(max-width: 48rem){.b-sustainability{margin-bottom:30px}}.b-sustainability .heading__four{color:var(--c-2)}.b-sustainability__header{padding-right:8.333vw;padding-left:13.25vw}@media(max-width: 65rem){.b-sustainability__header{padding-right:0;padding-left:0}}.b-sustainability__container{width:100%;margin-right:auto;margin-left:auto;max-width:var(--standard-container);padding-right:var(--spacing);padding-left:var(--spacing);position:relative}.b-sustainability__container--content{margin-top:1.875rem;display:flex;color:var(--c-1);justify-content:space-between}@media(max-width: 65rem){.b-sustainability__container--content{flex-direction:column;text-align:center}}@media(max-width: 65rem){.b-sustainability__container--col{width:100%}}.b-sustainability__container--col__right{position:relative}.b-sustainability__container--col__right picture img{z-index:3;width:37.5vw;height:auto;max-width:50rem;margin-top:-3.90625vw;top:-5.271vw;right:0;z-index:0}@media(max-width: 65rem){.b-sustainability__container--col__right picture img{width:100%;max-width:100%;display:block;margin:0 auto 40px 0;margin-top:40px;position:relative}}.b-sustainability__container--col__left{width:calc(63.5% - 4.375rem);position:relative;z-index:2}@media(max-width: 65rem){.b-sustainability__container--col__left{width:100%}}.b-sustainability__container--col__left picture img{z-index:2}.b-sustainability__container--img{width:100%;height:100%;position:relative;margin-top:8.333vw;position:relative}.b-sustainability__container--img picture img{object-fit:contain}.b-sustainability__container--mob{display:flex;justify-content:center;margin-bottom:1.875rem;gap:0rem}.b-sustainability__container--mob__img:first-of-type{max-width:41%}@media(max-width: 65rem){.b-sustainability__container--mob__img:first-of-type{width:100%}}.b-sustainability__container--mob__img:last-of-type{max-width:70%}@media(max-width: 65rem){.b-sustainability__container--mob__img:last-of-type{max-width:100%}}.b-sustainability__container--mob__img img{display:block;margin:auto;width:100%;height:17.25rem;object-fit:cover}@media(max-width: 65rem){.b-sustainability__container--mob__img img{height:auto}}@media screen and (max-width: 992px){.b-partnership{margin-top:40px}}.b-partnership__header{width:100%;margin-right:auto;margin-left:auto;max-width:var(--small-container);padding-right:var(--spacing);padding-left:var(--spacing);text-align:center}.b-partnership__header--content{text-align:center}.b-partnership__logos{margin:80px auto;width:100%;margin-right:auto;margin-left:auto;max-width:var(--medium-container);padding-right:var(--spacing);padding-left:var(--spacing);display:grid;grid-template-columns:repeat(4, 1fr);grid-gap:50px}@media only screen and (max-width: 65rem){.b-partnership__logos{margin:40px auto}}@media screen and (max-width: 992px){.b-partnership__logos{flex-direction:column}}.b-partnership__logos--col{display:flex;align-items:center;justify-content:center}.b-partnership__logos--mob{margin-top:2.5rem;margin-bottom:40px;padding:0 30px}.b-partnership__logos--mob .swiper-wrapper{display:flex;align-items:center}.b-case-studies-slider__container{position:relative;width:100%;margin-right:auto;margin-left:auto;max-width:var(--standard-container);padding-right:var(--spacing);padding-left:var(--spacing);margin:80px auto}@media only screen and (max-width: 65rem){.b-case-studies-slider__container{margin:40px auto}}@media screen and (max-width: 992){.b-case-studies-slider__container{padding-top:40px}}.b-case-studies-slider__container--items{display:flex;align-items:center;justify-content:center}.b-case-studies-slider__content-mob{margin-top:40px}.b-case-studies-slider .swiper-slide{background-size:cover;background-position:center}.b-case-studies-slider .swiper-slide__link{position:relative;width:100%;height:100%}.b-case-studies-slider .swiper-slide__link--overlay{background:url(b339afeffcd4e78f6a5a.svg);position:absolute;width:100%;height:100%;left:0;top:0;z-index:1;background-size:cover}@media screen and (min-width: 993px){.b-case-studies-slider .swiper-slide__link--content{position:absolute;display:flex;flex-direction:column;top:50%;transform:translateY(-50%);left:4.375rem;width:43.75rem;z-index:2}}.swiper-slide img{display:block;width:100%;height:100%;object-fit:cover;object-position:center}.p-single-case-studies__container--testimonials{position:relative}.p-single-case-studies__container--arrows{position:absolute;width:18%;display:flex;align-items:center;justify-content:space-between;z-index:9;left:50%;transform:translateX(-50%);bottom:-20px}@media screen and (max-width: 1040px){.p-single-case-studies__container--arrows{width:50%;bottom:-35px}}.p-single-case-studies__container--arrows .case-studies-prev,.p-single-case-studies__container--arrows .case-studies-button-next{cursor:pointer}.p-single-case-studies__container--arrows .case-studies-prev svg,.p-single-case-studies__container--arrows .case-studies-button-next svg{width:3.75rem;height:3.75rem}.p-single-case-studies__container--testimonials__item{background-size:cover;width:100%;height:100%;background-repeat:no-repeat;display:flex;justify-content:center;align-items:center}@media screen and (max-width: 1040px){.p-single-case-studies__container--testimonials__item{height:auto;padding:3.125rem 0;flex-direction:column}}.p-single-case-studies__container--testimonials__item--left{position:relative;width:50%}@media screen and (max-width: 1040px){.p-single-case-studies__container--testimonials__item--left{width:100%}}@media screen and (max-width: 1040px){.p-single-case-studies__container--testimonials__item--left figure{margin:0}}.p-single-case-studies__container--testimonials__item--left figure img{height:41.6666666667vw}@media(max-width: 993px){.p-single-case-studies__container--testimonials__item--left figure img{height:106.6666666667vw}}@media screen and (max-width: 1040px){.p-single-case-studies__container--testimonials__item--left figure img{height:auto}}.p-single-case-studies__container--testimonials__item--right{position:relative;padding:3.75rem 7.5rem}@media screen and (max-width: 1040px){.p-single-case-studies__container--testimonials__item--right{padding:1.875rem}}h3{margin:30px 0 0}p{margin-top:10px}.b-defense-solutions{margin-top:15.625vw}@media(max-width: 993px){.b-defense-solutions{margin-top:16vw}}.b-defense-solutions__container{width:100%;margin-right:auto;margin-left:auto;max-width:var(--standard-container);padding-right:var(--spacing);padding-left:var(--spacing)}.b-defense-solutions__container--tags{display:flex;list-style:none;gap:1.5625vw;margin-top:2.5rem;padding-left:0;margin-left:0;justify-content:flex-start}@media(max-width: 993px){.b-defense-solutions__container--tags{gap:5.3333333333vw}}@media(max-width: 1200px){.b-defense-solutions__container--tags{display:grid;grid-template-columns:repeat(3, 1fr);gap:20px}}.b-defense-solutions__container--tags li{color:var(--c-1);padding-top:10px;padding-bottom:10px;padding-left:1.3020833333vw;padding-right:1.3020833333vw;border:1px solid var(--c-2);border-radius:1.4375rem;font-family:var(--primary-font-medium)}@media(max-width: 993px){.b-defense-solutions__container--tags li{padding-left:5.3333333333vw}}@media(max-width: 993px){.b-defense-solutions__container--tags li{padding-right:5.3333333333vw}}@media(max-width: 1200px){.b-defense-solutions__container--tags li{padding-left:0;padding-right:0;text-align:center}}@media(max-width: 768px){.b-defense-solutions__container--tags li{grid-template-columns:repeat(2, 1fr)}}.b-defense-solutions__container--header.panel-0 .h-heading__four{display:block}.b-defense-solutions__wrapper{display:flex;align-items:center;justify-content:space-between;gap:5rem;margin-bottom:3.75rem;padding-bottom:3.75rem;border-bottom:.6px solid var(--c-1)}@media(max-width: 992px){.b-defense-solutions__wrapper{flex-direction:column;align-items:flex-start;padding-bottom:0;gap:1rem}}.b-defense-solutions__wrapper--col .h-heading__four{display:none}.b-defense-solutions__wrapper--col img{width:17.125rem;height:17.125rem}@media(max-width: 992px){.b-defense-solutions__wrapper--col img{width:11.875rem;height:11.875rem}}.b-defense-solutions__wrapper--col .h2{font-family:var(--primary-font-bold)}.b-products-swatches__container{width:100%;margin-right:auto;margin-left:auto;max-width:var(--standard-container);padding-right:var(--spacing);padding-left:var(--spacing)}.b-products-swatches__container--header{color:var(--c-1)}.b-products-swatches__container--header{display:flex;justify-content:space-between}.b-products-swatches__wrapper{display:grid;grid-template-columns:repeat(4, 1fr);gap:1.875rem;margin-top:2.5rem}@media(max-width: 80rem){.b-products-swatches__wrapper{grid-template-columns:repeat(2, 1fr)}}@media(max-width: 62rem){.b-products-swatches__wrapper{grid-template-columns:repeat(1, 1fr)}}.b-products-swatches__wrapper--item img{width:100%;height:100%;left:0;position:absolute}.b-products-swatches__wrapper--link{display:block;position:relative;overflow:hidden;height:19.6875vw}@media(max-width: 993px){.b-products-swatches__wrapper--link{height:49.8666666667vw}}@media(max-width: 48rem){.b-products-swatches__wrapper--link{height:11.875rem}}.b-products-swatches__wrapper--link .prod-icon{position:absolute;top:1.25rem;right:1.25rem;width:6rem;height:auto;z-index:2}.b-products-swatches__wrapper--link .prod-icon img{width:6rem;height:6rem}@media(max-width: 100rem){.b-products-swatches__wrapper--link .prod-icon{width:3.75rem}.b-products-swatches__wrapper--link .prod-icon img{width:3.75rem;height:3.75rem}}.b-products-swatches__wrapper--name{display:flex;justify-content:space-between;align-items:center;margin-top:1.875rem}.b-products-swatches__wrapper--name h3{font-size:calc(23px + 17*(100vw - 400px)/1520);color:var(--c-1);margin-top:0}@media screen and (max-width: 400px){.b-products-swatches__wrapper--name h3{font-size:23px}}@media screen and (min-width: 1920px){.b-products-swatches__wrapper--name h3{font-size:40px}}.b-products-swatches__wrapper--description{color:var(--c-1)}.b-products-swatches__video-wrapper{position:absolute;overflow:hidden;top:0;left:0;opacity:0;visibility:hidden;width:100%;display:block;transition:all .6s ease-out;height:19.6875vw;z-index:9}@media(max-width: 993px){.b-products-swatches__video-wrapper{height:100.8vw}}@media(max-width: 80rem){.b-products-swatches__video-wrapper{height:23.625rem}}@media(max-width: 48rem){.b-products-swatches__video-wrapper{height:11.875rem}}.b-products-swatches__video-wrapper.on-play{opacity:1;visibility:visible}.b-products-swatches__video-wrapper video{position:relative;width:100%;height:100%;object-fit:cover;left:0;z-index:99;top:0}.tax-product-type .b-products-swatches__wrapper{display:grid;grid-template-columns:repeat(3, 1fr);gap:1.875rem;margin-top:2.5rem}@media(max-width: 65rem){.tax-product-type .b-products-swatches__wrapper{grid-template-columns:repeat(2, 1fr)}}@media(max-width: 42.5rem){.tax-product-type .b-products-swatches__wrapper{grid-template-columns:repeat(1, 1fr)}}.tax-product-type .b-products-swatches__wrapper--name{margin-top:1.875rem}.tax-product-type .b-products-swatches__wrapper--name h3{margin-bottom:0;margin-top:0}.b-customers-intro__container{margin:80px auto;margin-bottom:0;width:100%;margin-right:auto;margin-left:auto;max-width:var(--standard-container);padding-right:var(--spacing);padding-left:var(--spacing)}@media only screen and (max-width: 65rem){.b-customers-intro__container{margin:40px auto}}.b-customers-intro__header{width:100%;margin-right:auto;margin-left:auto;max-width:var(--small-container);padding-right:var(--spacing);padding-left:var(--spacing);text-align:center}.b-customers-intro__header--content{text-align:center}.b-customers-filters__container{width:100%;margin-right:auto;margin-left:auto;max-width:var(--standard-container);padding-right:var(--spacing);padding-left:var(--spacing)}.b-customers-filters__container--isotope-filter{display:flex;list-style:none;margin-bottom:3.75rem;padding-left:0;margin-left:0;justify-content:center;gap:20px}@media(max-width: 1200px){.b-customers-filters__container--isotope-filter{display:grid;grid-template-columns:repeat(3, 1fr)}}@media(max-width: 992px){.b-customers-filters__container--isotope-filter{grid-template-columns:repeat(2, 1fr)}}.b-customers-filters__container--isotope-filter li{color:var(--c-1);padding-top:10px;padding-bottom:10px;padding-left:1.3020833333vw;padding-right:1.3020833333vw;border:1px solid var(--c-2);border-radius:1.4375rem;font-family:var(--primary-font-medium);cursor:pointer;position:relative;top:0;opacity:1;transition:all .6s ease-out}@media(max-width: 993px){.b-customers-filters__container--isotope-filter li{padding-left:3.4666666667vw}}@media(max-width: 993px){.b-customers-filters__container--isotope-filter li{padding-right:3.4666666667vw}}.b-customers-filters__container--isotope-filter li:hover{background-color:var(--c-2);color:var(--c-0)}.b-customers-filters__container--isotope-filter li.active{background-color:var(--c-2);color:var(--c-0)}@media(max-width: 1200px){.b-customers-filters__container--isotope-filter li{text-align:center}}@media(max-width: 768px){.b-customers-filters__container--isotope-filter li{grid-template-columns:repeat(2, 1fr)}}.b-case-studies-grid__container{width:100%;margin-right:auto;margin-left:auto;max-width:var(--standard-container);padding-right:var(--spacing);padding-left:var(--spacing)}.b-case-studies-grid__main--wrapper{display:grid;grid-template-columns:repeat(2, 1fr);gap:30px}.b-case-studies-grid__item{position:relative;width:50%;padding:20px;padding-top:30px;overflow:hidden}.b-case-studies-grid__item .e-button_rounded{width:fit-content}@media(max-width: 992px){.b-case-studies-grid__item{width:100%;padding-left:0;padding-right:0}}.b-case-studies-grid__item figure{width:100%;height:100%}@media(max-width: 768px){.b-case-studies-grid__item figure{margin:0}}.b-case-studies-grid__item figure .bg-img{max-width:100%;height:35.625rem;object-fit:cover}@media(max-width: 768px){.b-case-studies-grid__item figure .bg-img{height:15.1875rem}}.b-case-studies-grid__item--overlay{position:absolute;width:100%;height:100%;padding:2.5rem;top:0;left:0;background-image:url(d178dfe8fbd62077ee4c.svg);z-index:1;top:0;left:0;background-size:cover;background-repeat:no-repeat;z-index:2}@media(max-width: 768px){.b-case-studies-grid__item--overlay{padding:10px}}.b-case-studies-grid__item--content{display:flex;justify-content:flex-end;flex-direction:column;padding:3.75rem}@media(max-width: 992px){.b-case-studies-grid__item--content{padding:.9375rem 0}}.b-case-studies-grid__item--content h2{max-width:28.75rem}@media(max-width: 768px){.b-case-studies-grid__item--content h2{font-size:1.5rem}}.b-case-studies-grid__item--title{width:100%;display:flex;justify-content:space-between;align-self:flex-end}@media(max-width: 768px){.b-case-studies-grid__item--title{margin-bottom:15px}}.b-case-studies-grid__item--taxonomy{margin-bottom:30px}@media(max-width: 768px){.b-case-studies-grid__item--taxonomy{margin-bottom:20px}}.b-case-studies-grid__item--logo{position:absolute;top:50px;right:40px;width:4.1666666667vw;height:auto}@media(max-width: 993px){.b-case-studies-grid__item--logo{width:10.6666666667vw}}@media(max-width: 768px){.b-case-studies-grid__item--logo{top:30px;right:10px}}.b-history-timeline{overflow-x:hidden;position:relative}.b-history-timeline__container{margin-left:auto;margin-right:auto;padding:0 30px}.b-history-timeline__container--item{position:relative;display:flex;margin-top:3.75rem}@media(min-width: 1041px){.b-history-timeline__container--item:nth-child(odd){justify-content:flex-end}}.b-history-timeline__container--item:after{display:block;content:"";position:absolute;left:50%;top:0;transform:translateX(-50%);z-index:3;width:2.5rem;height:2.5rem;background-image:url(81dd80cfd96e2cadca65.svg);background-size:contain;background-repeat:no-repeat;border-radius:50%}@media(max-width: 1040px){.b-history-timeline__container--item:after{left:-45px;transform:none}}.b-history-timeline__container--item:last-of-type:after{background-image:url(564069037768c2f6d192.svg);background-size:contain;background-repeat:no-repeat;border-radius:50%;width:7.5rem;height:7.5rem}@media(max-width: 1040px){.b-history-timeline__container--item:last-of-type:after{width:3.125rem;height:3.125rem}}.b-history-timeline__container--header{width:31.25rem}@media(max-width: 1530px){.b-history-timeline__container--header{width:25rem;padding-right:1.875rem}}@media(max-width: 1280px){.b-history-timeline__container--header{padding-right:1.875rem}}@media(max-width: 1040px){.b-history-timeline__container--header{width:100%;padding-right:0}}.b-history-timeline__container--header h3{margin-top:0;margin-bottom:20px;font-size:calc(28px + 17*(100vw - 400px)/1520)}@media screen and (max-width: 400px){.b-history-timeline__container--header h3{font-size:28px}}@media screen and (min-width: 1920px){.b-history-timeline__container--header h3{font-size:45px}}.b-history-timeline__container--content{width:100%;margin-right:auto;margin-left:auto;max-width:var(--standard-container);padding-right:var(--spacing);padding-left:var(--spacing);max-width:81.25rem;position:relative}.b-history-timeline__container--content:before{width:2px;height:100%;display:block;position:absolute;content:"";background-color:var(--c-1);top:0;left:50%;transform:translateX(-50%);z-index:0}@media(max-width: 1040px){.b-history-timeline__container--content:before{left:0;transform:none}}.b-history-intro__container{width:100%;margin-right:auto;margin-left:auto;max-width:var(--small-container);padding-right:var(--spacing);padding-left:var(--spacing)}.b-history-intro__container--header{text-align:center}.b-standard-hero{padding-left:0;padding-right:0;width:100%;margin-right:auto;margin-left:auto;max-width:100%;max-width:100%;padding-left:0;padding-right:0}@media screen and (min-width: 1040px){.b-standard-hero{margin-top:3.75rem}}.b-standard-hero__container{position:relative}.b-standard-hero__container--content{display:flex;align-content:flex-start;flex-direction:column;position:relative;background-color:var(--c-1);max-width:100%;width:100%;padding-bottom:3.6458333333vw}@media(max-width: 993px){.b-standard-hero__container--content{padding-bottom:8vw}}@media screen and (min-width: 1181px){.b-standard-hero__container--content{width:100%;margin-right:auto;margin-left:auto;max-width:var(--small-container);padding-right:var(--spacing);padding-left:var(--spacing);position:absolute;top:4.6875vw;left:9.1145833333vw;width:40.8333333333vw;padding-left:3.90625vw;padding-right:4.4270833333vw;padding-top:2.0833333333vw;border-radius:30px;z-index:9}}@media screen and (min-width: 1181px)and (max-width: 993px){.b-standard-hero__container--content{top:8vw}}@media screen and (min-width: 1181px)and (max-width: 993px){.b-standard-hero__container--content{left:8vw}}@media screen and (min-width: 1181px)and (max-width: 993px){.b-standard-hero__container--content{width:53.3333333333vw}}@media screen and (min-width: 1181px)and (max-width: 993px){.b-standard-hero__container--content{padding-left:8vw}}@media screen and (min-width: 1181px)and (max-width: 993px){.b-standard-hero__container--content{padding-right:8vw}}@media screen and (min-width: 1181px)and (max-width: 993px){.b-standard-hero__container--content{padding-top:8vw}}.b-standard-hero__container--banner video{width:100%;object-fit:cover;height:28.125rem}@media screen and (max-width: 768px){.b-standard-hero__container--banner video{height:21.875rem}}.b-standard-hero__container--banner picture img{width:100%;display:block;margin:auto;height:28.125rem;object-fit:cover}@media screen and (max-width: 768px){.b-standard-hero__container--banner picture img{height:11.875rem;object-fit:cover;width:100%}}.page-template-careers .b-standard-hero{margin-top:0}.page-template-careers .b-hero__container--banner{margin-top:3.75rem}.page-id-574 .b-standard-hero__container--banner picture img{height:auto}.b-product-taxonomy-hero{padding-left:0;padding-right:0;width:100%;margin-right:auto;margin-left:auto;max-width:100%;max-width:100%;padding-left:0;padding-right:0}@media screen and (min-width: 1040px){.b-product-taxonomy-hero{margin-top:9.375rem}}.b-product-taxonomy-hero__container{position:relative}@media screen and (min-width: 1040px){.b-product-taxonomy-hero__container header{text-align:center}}.b-product-taxonomy-hero__container--description{max-width:805px;display:block;margin-left:auto;margin-right:auto}.b-product-taxonomy-hero__container--content{display:flex;align-content:flex-start;flex-direction:column;position:relative;background-color:var(--c-1);max-width:100%;width:100%;padding-bottom:3.6458333333vw}@media(max-width: 993px){.b-product-taxonomy-hero__container--content{padding-bottom:8vw}}@media screen and (min-width: 1181px){.b-product-taxonomy-hero__container--content{width:100%;margin-right:auto;margin-left:auto;max-width:var(--small-container);padding-right:var(--spacing);padding-left:var(--spacing);position:absolute;top:4.6875vw;left:9.1145833333vw;width:40.8333333333vw;padding-left:3.90625vw;padding-right:4.4270833333vw;padding-top:2.0833333333vw;border-radius:30px;z-index:9}}@media screen and (min-width: 1181px)and (max-width: 993px){.b-product-taxonomy-hero__container--content{top:8vw}}@media screen and (min-width: 1181px)and (max-width: 993px){.b-product-taxonomy-hero__container--content{left:8vw}}@media screen and (min-width: 1181px)and (max-width: 993px){.b-product-taxonomy-hero__container--content{width:53.3333333333vw}}@media screen and (min-width: 1181px)and (max-width: 993px){.b-product-taxonomy-hero__container--content{padding-left:8vw}}@media screen and (min-width: 1181px)and (max-width: 993px){.b-product-taxonomy-hero__container--content{padding-right:8vw}}@media screen and (min-width: 1181px)and (max-width: 993px){.b-product-taxonomy-hero__container--content{padding-top:8vw}}.b-product-taxonomy-hero__container--header{width:100%;margin-right:auto;margin-left:auto;max-width:var(--standard-container);padding-right:var(--spacing);padding-left:var(--spacing)}.b-product-taxonomy-hero__container--header header{text-align:center}.b-product-taxonomy-hero__container--header header h1{margin-bottom:20px}.b-product-taxonomy-hero__container--banner{text-align:center;color:var(--c-1)}.b-product-taxonomy-hero__container--banner picture img{width:100%;display:block;margin:auto;height:32.5rem;object-fit:cover}@media screen and (max-width: 768px){.b-product-taxonomy-hero__container--banner picture img{height:auto;object-fit:cover;width:100%;height:auto}}.b-dymetrol-hero{padding-left:0;padding-right:0;position:relative;width:100%;height:100%}.b-dymetrol-hero__container{width:100%;margin-right:auto;margin-left:auto;max-width:100%;max-width:100%;padding-right:var(--spacing);padding-left:var(--spacing);position:relative;height:100%}.b-dymetrol-hero__container--video{position:absolute;bottom:0;right:0;width:350px;height:290px;overflow:auto;z-index:4}.b-dymetrol-hero__container--video video{position:absolute;z-index:1;top:0;left:0;width:100%;height:100%;object-fit:cover}.b-dymetrol-hero__container--content{width:100%;margin-right:auto;margin-left:auto;max-width:var(--standard-container);padding-right:var(--spacing);padding-left:var(--spacing);height:auto;top:1.5625vw;padding-left:0;padding-right:0;gap:5.625rem;display:flex;flex-direction:column;position:relative}@media(max-width: 993px){.b-dymetrol-hero__container--content{top:16vw}}.b-dymetrol-hero__container--content picture{width:100%;height:100%;position:relative;z-index:1;display:block}.b-dymetrol-hero__container--content picture video{width:100%;height:100%;object-fit:cover}@media screen and (max-width: 1040px){.b-dymetrol-hero__container--content picture video{height:350px}}.b-dymetrol-hero__container--content picture img{width:100%;display:block;margin:auto;height:auto;max-width:100%;object-fit:contain}@media screen and (max-width: 992px){.b-dymetrol-hero__container--content{top:0;margin-top:1.25rem}}.b-dymetrol-hero__container--content h1{color:var(--c-1);margin-bottom:10px !important;margin-top:0}.b-dymetrol-hero__container--content h4{margin-top:0;margin-bottom:1.25rem}@media screen and (max-width: 992px){.b-dymetrol-hero__container--content{display:block}}.b-dymetrol-hero__container--col{width:100%;display:flex;align-self:center;justify-content:center}.b-dymetrol-hero__header{text-align:left;width:100%;position:absolute;bottom:0;right:0;z-index:3}@media screen and (max-width: 992px){.b-dymetrol-hero__header{position:relative;text-align:center;margin-top:1.25rem;bottom:auto;right:auto}}.b-dymetrol-hero__header h2{text-align:center}.b-hero__video--container-cta-text{position:relative;width:100%;height:100%;display:flex;align-items:center;justify-content:center}.b-hero__video--full-overlay{display:block;position:absolute;left:0;top:0;width:100%;height:100%;z-index:2;background-color:rgba(0,0,0,.6)}.b-hero__video--container-cta{position:relative;width:100%;height:100%}.b-hero__video--container-cta:after{display:block;height:100%;width:0;content:"";position:absolute;left:0;top:0;background-color:var(--c-2);transition:all .4s ease-out;z-index:2}.b-hero__video--container-cta:hover:after{width:5px;z-index:2}.b-hero__video--container-cta span svg{transition:.7s}.b-hero__video--container-cta-text svg{position:relative;z-index:5;width:85px}.b-why-choose-dymetrol-hero{padding-left:0;padding-right:0;width:100%;margin-right:auto;margin-left:auto;max-width:100%;max-width:100%;padding-left:0;padding-right:0}@media screen and (min-width: 1040px){.b-why-choose-dymetrol-hero{margin-top:11.25rem}}.b-why-choose-dymetrol-hero__container{position:relative}@media screen and (min-width: 1040px){.b-why-choose-dymetrol-hero__container header{text-align:center}}.b-why-choose-dymetrol-hero__container--content{display:flex;align-content:flex-start;flex-direction:column;position:relative;background-color:var(--c-1);max-width:100%;width:100%}.b-why-choose-dymetrol-hero__container--header{width:100%;margin-right:auto;margin-left:auto;max-width:var(--standard-container);padding-right:var(--spacing);padding-left:var(--spacing)}.b-why-choose-dymetrol-hero__container--header header{text-align:center}.b-why-choose-dymetrol-hero__container--header header h1{margin-bottom:50px;margin-top:20px;font-size:calc(42px + 38*(100vw - 400px)/1520)}@media screen and (max-width: 400px){.b-why-choose-dymetrol-hero__container--header header h1{font-size:42px}}@media screen and (min-width: 1920px){.b-why-choose-dymetrol-hero__container--header header h1{font-size:80px}}.b-why-choose-dymetrol-hero__container--banner{text-align:center;color:var(--c-1)}.b-why-choose-dymetrol-hero__container--banner picture img{width:100%;display:block;margin:auto;height:32.5rem;object-fit:cover}@media screen and (max-width: 768px){.b-why-choose-dymetrol-hero__container--banner picture img{height:auto;object-fit:cover;width:100%;height:18.75rem}}.page-template-dymetrol-range .b-why-choose-dymetrol-hero__container{width:100%;margin-right:auto;margin-left:auto;max-width:var(--standard-container);padding-right:var(--spacing);padding-left:var(--spacing)}.page-template-dymetrol-range .b-why-choose-dymetrol-hero__container--banner picture img{object-fit:contain}.page-template-dymetrol-range .b-why-choose-dymetrol-hero h1{margin-bottom:10px}.page-template-dymetrol-range .b-why-choose-dymetrol-hero .h-paragraph{max-width:570px;margin:auto;display:block;text-align:center}.page-template-dymetrol-range .b-dym_intro{background:none !important;height:auto !important}.page-template-dymetrol-range .b-dym_intro__header h2{max-width:none}@media screen and (min-width: 1040px){.page-id-2127 .b-standard-hero{margin-top:180px}}.page-template-why-choose-dymetrol .b-dym_intro{padding:0 30px 40px}.b-dym_intro{width:100%;background:url(./img/home-bg-block.png);width:100%;height:100%;background-size:cover;height:40.875rem;padding:40px 30px;margin-top:90px;position:relative;z-index:2}@media(max-width: 1040px){.b-dym_intro{height:auto;margin-bottom:0;margin-top:60px}}.b-dym_intro--overlay{position:absolute;top:0;left:0;height:100%;width:100%;background-image:linear-gradient(to top, #121213 0%, #131214 100%);opacity:.5}.b-dym_intro__container{display:flex;flex-direction:column;justify-content:center;align-items:center;height:100%}.b-dym_intro__header{width:100%;margin-right:auto;margin-left:auto;max-width:var(--small-container);padding-right:var(--spacing);padding-left:var(--spacing);text-align:center;color:var(--c-1)}.b-dym_intro__header h2{max-width:464px;display:block;margin:auto}.b-dym_intro__header p{display:block;text-align:center;max-width:37.5rem;margin:1.25rem auto 40px auto;font-weight:400 !important}@media(max-width: 992px){.b-dym_intro__header{text-align:left;padding:0}}.b-dym_intro__header--content{text-align:center;color:var(--c-1)}@media(max-width: 1480px){.b-dym_intro__header--content{padding:0 5rem}}@media(max-width: 1040px){.b-dym_intro__header--content{padding:0 30px}}@media(max-width: 992px){.b-dym_intro__header--content{text-align:left;padding-left:0;padding-right:0}}.b-dym_intro__header--images{display:flex;justify-content:center;gap:1.875rem;margin-top:7.5rem}.b-dym_intro__header--images img{width:100%;display:block;margin:auto}@media(max-width: 1040px){.b-dym_intro__header--images{flex-direction:column;margin-top:3.75rem;gap:3.75rem}}.b-dym_intro__header--image:first-of-type{border-right:1px solid var(--c-2);padding-right:12.5rem}@media(max-width: 1480px){.b-dym_intro__header--image:first-of-type{padding-right:5.625rem}}@media(max-width: 1040px){.b-dym_intro__header--image:first-of-type{border-right:none;padding-right:0}}.b-dym_intro__header--image:last-of-type{padding-left:12.5rem}@media(max-width: 1480px){.b-dym_intro__header--image:last-of-type{padding-left:5.625rem}}@media(max-width: 1040px){.b-dym_intro__header--image:last-of-type{border-left:none;padding-left:0}}.b-dym_intro__header--image img{width:28.75rem;height:auto}@media(max-width: 1480px){.b-dym_intro__header--image img{width:17.5rem;height:auto}}.b-dym_intro__table--row{display:flex;justify-content:space-between;padding:.9375rem 0;border-bottom:2px solid #000;background-color:#333}.b-dym_intro__table--row:last-of-type{border-bottom:none}@media(max-width: 600px){.b-dym_intro__table--row{flex-direction:column;gap:.625rem}}.b-dym_intro__table--row--label{font-size:1rem;font-weight:600;color:var(--c-1)}.b-dym_intro__table--row--value{font-size:1rem;font-weight:400;color:var(--c-1)}.b-dym_intro__table--specification{height:100%;display:flex;width:50%;position:relative;font-family:"Roboto Condensed", sans-serif;font-weight:400;font-style:normal;padding:20px 35px;font-size:calc(18px + 6*(100vw - 400px)/1800)}@media screen and (max-width: 400px){.b-dym_intro__table--specification{font-size:18px}}@media screen and (min-width: 2200px){.b-dym_intro__table--specification{font-size:24px}}.b-dym_intro__table--specification.text-bold{font-family:"Roboto Condensed", sans-serif;font-weight:800;font-style:normal;font-size:calc(20px + 6*(100vw - 400px)/1800)}@media screen and (max-width: 400px){.b-dym_intro__table--specification.text-bold{font-size:20px}}@media screen and (min-width: 2200px){.b-dym_intro__table--specification.text-bold{font-size:26px}}.b-dym_intro__table--specification:after{content:"";position:absolute;top:-20px;right:0;height:137px;width:2px;display:block;background-color:#000}@media(max-width: 600px){.b-dym_intro__table--specification:after{display:none}}@media(max-width: 600px){.b-dym_intro__table--specification{width:100%}}.b-dym_intro__table--value{height:100%;display:flex;width:50%;font-family:"Roboto Condensed", sans-serif;font-weight:400;font-style:normal;padding:20px 35px;font-size:calc(18px + 6*(100vw - 400px)/1800)}@media(max-width: 600px){.b-dym_intro__table--value{width:100%}}@media(min-width: 601px){.b-dym_intro__table--value{justify-content:flex-end}}@media screen and (max-width: 400px){.b-dym_intro__table--value{font-size:18px}}@media screen and (min-width: 2200px){.b-dym_intro__table--value{font-size:24px}}.b-dym_intro__table--value.text-bold{font-family:"Roboto Condensed", sans-serif;font-weight:600;font-style:normal;font-size:calc(20px + 6*(100vw - 400px)/1800)}@media screen and (max-width: 400px){.b-dym_intro__table--value.text-bold{font-size:20px}}@media screen and (min-width: 2200px){.b-dym_intro__table--value.text-bold{font-size:26px}}.page-template-why-choose-dymetrol .b-dym_intro{height:auto;background:none;margin-top:0}.page-template-why-choose-dymetrol .b-dym_intro__header{width:100%;margin-right:auto;margin-left:auto;max-width:var(--standard-container);padding-right:var(--spacing);padding-left:var(--spacing)}.page-template-why-choose-dymetrol .b-dym_intro__header--content{width:100%;margin-right:auto;margin-left:auto;max-width:calc(var(--small-container) - var(--spacing)*2);padding-left:0;padding-right:0}.page-id-2127 .b-dym_intro{height:auto;background:none;margin-top:0}.page-id-2127 .b-dym_intro__header{width:100%;margin-right:auto;margin-left:auto;max-width:var(--standard-container);padding-right:var(--spacing);padding-left:var(--spacing);margin-top:80px}.page-id-2127 .b-dym_intro__header header h2{margin-bottom:10px}.page-id-2127 .b-dym_intro__header--content{width:100%;margin-right:auto;margin-left:auto;max-width:calc(var(--small-container) - var(--spacing)*2);padding-left:0;padding-right:0}.page-id-2127 .b-dym_intro__header--content p{margin-bottom:0}.page-id-2127 .e-breadcrumbs{margin-top:30px}@media(min-width: 1420px){.page-id-2127 .e-breadcrumbs .e-button_rounded{min-width:230px}}.page-id-2127 .h-margin__top--small:first-of-type{margin-top:0}.page-id-2127 .b-dym_intro__header p{margin-top:20px;margin-bottom:20px}.page-id-2127 .two-cols-panel__container .h-heading__two{text-align:left}.page-id-2127 .two-cols-panel__container p{text-align:left;margin-top:0 !important}.page-id-2127 .two-cols-panel__container a{text-align:left;color:var(--c-2)}.b-dymetrol-sliders{padding:4rem 0;width:100%;margin-right:auto;margin-left:auto;max-width:var(--standard-container);padding-right:var(--spacing);padding-left:var(--spacing);overflow-x:hidden}.b-dymetrol-sliders__title{margin-bottom:1.5rem;color:var(--c-1);font-weight:700;text-align:center}.b-dymetrol-sliders__intro{max-width:700px;margin:0 auto 2.5rem auto;color:var(--c-1);font-size:1.125rem;text-align:center}.b-dymetrol-sliders__categories-cta{display:grid;grid-template-columns:repeat(1, 1fr);gap:1.5rem;margin-bottom:3rem}@media(min-width: 768px){.b-dymetrol-sliders__categories-cta{grid-template-columns:repeat(2, 1fr)}}@media(min-width: 1024px){.b-dymetrol-sliders__categories-cta{grid-template-columns:repeat(4, 1fr)}}.b-dymetrol-sliders__cta-link{text-decoration:none;color:inherit;display:block}.b-dymetrol-sliders__cta-img{margin:auto;display:block;width:100%}.b-dymetrol-sliders__cta-title{font-size:1.1rem;font-weight:600;text-align:center;color:var(--c-1);margin-top:1.875rem}.b-dymetrol-sliders__slider-wrapper{margin-top:3.5rem;position:relative}.b-dymetrol-sliders__slider{width:100%;padding-bottom:2.5rem}.b-dymetrol-sliders__slide{text-align:center}.b-dymetrol-sliders__slide-img{margin:0 auto 1rem auto;display:block}.b-dymetrol-sliders__slide-title{font-size:1rem;font-weight:600;color:var(--c-1);margin-top:.5rem}.b-dymetrol-sliders__arrow{position:absolute;top:50%;width:60px;height:60px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:2}.b-dymetrol-sliders__arrow--prev{left:-1.5rem}@media(max-width: 1024px){.b-dymetrol-sliders__arrow--prev{left:0}}.b-dymetrol-sliders__arrow--next{right:-1.5rem}@media(max-width: 1024px){.b-dymetrol-sliders__arrow--next{right:0}}.b-dymetrol-sliders__arrow svg{width:3.75rem;height:3.75rem}.b-dymetrol-sliders .swiper-button-prev:after,.b-dymetrol-sliders .swiper-button-next:after{display:none}.b-dymetrol-sliders .b-dymetrol-sliders__slide img{width:85px;height:85px;display:block;margin:auto}.b-dymetrol-seats{padding:4rem 0;width:100%;margin-right:auto;margin-left:auto;max-width:var(--standard-container);padding-right:var(--spacing);padding-left:var(--spacing);overflow-x:hidden}.b-dymetrol-seats__title{margin-bottom:1.5rem;color:var(--c-1);font-weight:700;text-align:center}.b-dymetrol-seats__intro{max-width:700px;margin:0 auto 2.5rem auto;color:var(--c-1);font-size:1.125rem;text-align:center}.b-dymetrol-seats__categories-cta{display:grid;grid-template-columns:repeat(1, 1fr);gap:1.5rem;margin-bottom:3rem}@media(min-width: 768px){.b-dymetrol-seats__categories-cta{grid-template-columns:repeat(2, 1fr)}}@media(min-width: 1024px){.b-dymetrol-seats__categories-cta{grid-template-columns:repeat(4, 1fr)}}.b-dymetrol-seats__cta-link{text-decoration:none;color:inherit;display:block}.b-dymetrol-seats__cta-img{margin:auto;display:block;width:100%}.b-dymetrol-seats__cta-title{font-size:1.1rem;font-weight:600;text-align:center;color:var(--c-1);margin-top:1.875rem}.b-dymetrol-seats__slider-wrapper{margin-top:3.5rem;position:relative}.b-dymetrol-seats__slider{width:100%;padding-bottom:2.5rem}.b-dymetrol-seats__slide{text-align:center}.b-dymetrol-seats__slide-img{margin:0 auto 1rem auto;display:block}.b-dymetrol-seats__slide-title{font-size:1rem;font-weight:600;color:var(--c-1);margin-top:.5rem}.b-dymetrol-seats__arrow{position:absolute;top:50%;width:60px;height:60px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:2}.b-dymetrol-seats__arrow--prev{left:-1.5rem}@media(max-width: 1024px){.b-dymetrol-seats__arrow--prev{left:0}}.b-dymetrol-seats__arrow--next{right:-1.5rem}@media(max-width: 1024px){.b-dymetrol-seats__arrow--next{right:0}}.b-dymetrol-seats__arrow svg{width:3.75rem;height:3.75rem}.b-dymetrol-seats .swiper-button-prev:after,.b-dymetrol-seats .swiper-button-next:after{display:none}.b-dymetrol-seats .b-dymetrol-sliders__slide img{width:85px;height:85px;display:block;margin:auto}@media screen and (min-width: 1040px){.b-our-approach-panel{margin-top:11.25rem}}.b-our-approach-panel__container{width:100%;margin-right:auto;margin-left:auto;max-width:var(--small-container);padding-right:var(--spacing);padding-left:var(--spacing)}.b-our-approach-panel__header{color:var(--c-1);text-align:center}.b-pillars-panel__container--img{width:100%;height:100%;margin:0}.b-pillars-panel__inner{position:relative;width:100%;width:100%;margin-right:auto;margin-left:auto;max-width:var(--standard-container);padding-right:var(--spacing);padding-left:var(--spacing)}.b-pillars-panel__inner--container{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:40px 30px}@media only screen and (max-width: 62rem){.b-pillars-panel__inner--container{flex-direction:column;gap:72px 30px}}@media only screen and (max-width: 42.5rem){.b-pillars-panel__inner--container{display:flex;flex-direction:column}}.b-pillars-panel__inner--item{height:17.375rem;width:21%}@media only screen and (max-width: 62rem){.b-pillars-panel__inner--item{width:100%}}.b-pillars-panel__inner--item img{max-width:100%;height:100%;object-fit:cover;transform:scale(1);transition:all .6s ease-out}.b-pillars-panel__inner--img:hover img{transform:scale(1.1)}.b-pillars-panel__inner--img:hover .b-pillars-panel__inner--img-overlay{transform:scale(1.1)}.b-pillars-panel__inner--img__wrapper{width:100%;height:100%;position:relative}.b-pillars-panel__inner--img-overlay{position:absolute;width:100%;height:100%;top:0;left:0;background-size:cover;background:linear-gradient(211deg, rgb(0, 0, 0) 0%, rgba(71, 65, 65, 0.98) 100%);z-index:2;opacity:.4;transition:all .6s ease-out}.b-pillars-panel__inner--img-overlay:hover img{transform:scale(1.1);transition:all .6s ease-out}.b-pillars-panel__inner--title{margin-top:10px;color:var(--c-1)}.b-pillars-panel--is-active{opacity:1;visibility:visible;height:100%;z-index:9}.b-laboratory-panel__container{width:100%;margin-right:auto;margin-left:auto;max-width:var(--standard-container);padding-right:var(--spacing);padding-left:var(--spacing)}@media only screen and (max-width: 65rem){.b-laboratory-panel__container{margin-top:4.375rem}}.b-laboratory-panel__container--inner{display:flex;justify-content:space-between;gap:13.75rem}@media only screen and (max-width: 65rem){.b-laboratory-panel__container--inner{flex-direction:column;gap:2.5rem}}.b-laboratory-panel__container--col{max-width:40%}.b-laboratory-panel__container--col figure img{max-width:100%;height:auto}@media only screen and (max-width: 65rem){.b-laboratory-panel__container--col{max-width:100%}}.b-laboratory-panel__container--icon-slider{width:100%;overflow:hidden;position:relative}.b-laboratory-panel__container--icon-slider__slide p{text-align:center}.b-laboratory-panel__container--icon-slider__slide img{max-height:80px;object-fit:contain}.b-laboratory-panel__container--arrows{position:absolute;width:100%;top:50%;left:50%;transform:translate(-50%, -50%);z-index:2}.b-laboratory-panel__container--arrows .laboratory-button-prev{position:absolute;left:0;top:-20px;transform:rotate(-135deg);opacity:1;transition:opacity .6s ease-out}.b-laboratory-panel__container--arrows .laboratory-button-prev span:hover{border:1px solid var(--c-2);padding:1.25rem;border-radius:50%;position:relative;background-color:rgba(0,0,0,0) !important;background:url(d6f678f657f0aade2cc7.svg);background-repeat:no-repeat;background-position:center;transition:all .4s ease-out;margin-left:10px;opacity:.7}.b-laboratory-panel__container--arrows .laboratory-button-prev span:hover svg{transition:all .4s ease-out;width:12px}.b-laboratory-panel__container--arrows .laboratory-button-next{position:absolute;right:0;top:-20px;opacity:1;transition:opacity .6s ease-out;transform:rotate(45deg)}.b-laboratory-panel__container--arrows .laboratory-button-next span:hover{border:1px solid var(--c-2);padding:1.25rem;border-radius:50%;position:relative;background-color:rgba(0,0,0,0) !important;background:url(d6f678f657f0aade2cc7.svg);background-repeat:no-repeat;background-position:center;transition:all .4s ease-out;margin-left:10px;opacity:.7}.b-laboratory-panel__container--arrows .laboratory-button-next span:hover svg{transition:all .4s ease-out;width:12px}.two-cols-panel__container{width:100%;margin-right:auto;margin-left:auto;max-width:var(--standard-container);padding-right:var(--spacing);padding-left:var(--spacing)}.two-cols-panel__container--inner{display:flex;align-items:center;justify-content:space-between}@media only screen and (max-width: 65rem){.two-cols-panel__container--inner{flex-direction:column;gap:3.75rem 0}}.two-cols-panel__container--col{max-width:50%}@media only screen and (max-width: 65rem){.two-cols-panel__container--col{max-width:100%}}@media only screen and (max-width: 65rem){.two-cols-panel__container--col.order-1{order:1}.two-cols-panel__container--col.order-2{order:2}}@media only screen and (max-width: 65rem){.two-cols-panel__container--col figure{margin:0 auto}}.two-cols-panel__container--col figure img{max-width:100%;height:40.625rem;object-fit:cover}@media only screen and (max-width: 65rem){.two-cols-panel__container--col figure img{height:auto;width:100%;margin-bottom:1.875rem}}.two-cols-panel__container--col__content{max-width:50%;display:flex;flex-direction:column;justify-content:center;padding:4vw 8vw}@media only screen and (max-width: 65rem){.two-cols-panel__container--col__content{max-width:100%;padding:0}}.two-cols-panel__container--col p,.two-cols-panel__container--col ol li,.two-cols-panel__container--col ul li{color:#fff;font-size:calc(16px + 1*(100vw - 400px)/1800)}@media screen and (max-width: 400px){.two-cols-panel__container--col p,.two-cols-panel__container--col ol li,.two-cols-panel__container--col ul li{font-size:16px}}@media screen and (min-width: 2200px){.two-cols-panel__container--col p,.two-cols-panel__container--col ol li,.two-cols-panel__container--col ul li{font-size:17px}}.two-cols-panel__container--col ul,.two-cols-panel__container--col ol{margin-left:0;padding-left:15px}.two-cols-panel__container--col ul li,.two-cols-panel__container--col ol li{margin-bottom:15px}.page-template-dymetrol-page .two-cols-panel{margin-top:0}.key-people-slider{margin-bottom:10rem;position:relative}@media only screen and (max-width: 65rem){.key-people-slider{margin-bottom:.3125rem}}.key-people-slider__header{width:100%;margin-right:auto;margin-left:auto;max-width:var(--standard-container);padding-right:var(--spacing);padding-left:var(--spacing);margin-bottom:1.875rem}.key-people-slider__header h2{color:var(--c-1)}.key-people-slider__header h2 span.text-yellow{color:var(--c-2) !important}.key-people-slider__container{width:100%;margin-right:auto;margin-left:auto;max-width:100%;max-width:100%;padding-right:var(--spacing);padding-left:var(--spacing)}.key-people-slider__container--slide{position:relative;height:100%;cursor:pointer}.key-people-slider__container--slide figure{margin:0}.key-people-slider__container--slide figure img{transform:scale(1);transition:all .8s ease-out}.key-people-slider__container--slide:hover img{transition:all 1s ease-out;transform:scale(1.3)}.key-people-slider__container--overlay{position:absolute;width:100%;height:100%;top:0;left:0;transition:all 1s ease-out;transform:scale(1);background:linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgb(2, 1, 1) 100%)}.key-people-slider__container--overlay.active{transition:all 1s ease-out;transform:scale(1.3)}.key-people-slider__container--footer{width:0;height:100%;position:relative;transition:all .8s ease-out;z-index:2;display:flex;flex-direction:column;justify-content:flex-end}@media only screen and (min-width: 65.0625rem){.key-people-slider__container--footer{opacity:0;visibility:hidden}}.key-people-slider__container--footer.active{opacity:1;visibility:visible;width:100%}.key-people-slider__container--footer__details{position:absolute;bottom:0;left:0;padding:0 1.875rem}.key-people-slider__container--footer__details p{color:var(--c-1);margin-top:0;font-family:"Roboto Condensed", sans-serif;font-weight:800;font-style:normal;font-size:calc(28px + 10*(100vw - 400px)/1520)}@media screen and (max-width: 400px){.key-people-slider__container--footer__details p{font-size:28px}}@media screen and (min-width: 1920px){.key-people-slider__container--footer__details p{font-size:38px}}.key-people-slider__container--footer__details h4{margin-bottom:0}.key-people-slider__container--footer__wrapper{display:flex;align-items:flex-end;justify-content:space-between}.key-people-slider{margin-bottom:10rem;position:relative}@media only screen and (max-width: 65rem){.key-people-slider{margin-bottom:.3125rem}}.key-people-slider__header{width:100%;margin-right:auto;margin-left:auto;max-width:var(--standard-container);padding-right:var(--spacing);padding-left:var(--spacing);margin-bottom:1.875rem}.key-people-slider__header h2{color:var(--c-1)}.key-people-slider__header h2 span.text-yellow{color:var(--c-2) !important}.key-people-slider__container{width:100%;margin-right:auto;margin-left:auto;max-width:100%;max-width:100%;padding-right:var(--spacing);padding-left:var(--spacing)}.key-people-slider__container--slide{position:relative;height:100%;cursor:pointer}.key-people-slider__container--slide figure{margin:0}.key-people-slider__container--slide figure img{transform:scale(1);transition:all .8s ease-out}.key-people-slider__container--slide:hover img{transition:all 1s ease-out;transform:scale(1.3)}.key-people-slider__container--overlay{position:absolute;width:100%;height:100%;top:0;left:0;transition:all 1s ease-out;transform:scale(1);background:linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgb(2, 1, 1) 100%)}.key-people-slider__container--overlay.active{transition:all 1s ease-out;transform:scale(1.3)}.key-people-slider__container--footer{width:0;height:100%;position:relative;transition:all .8s ease-out;z-index:2;display:flex;flex-direction:column;justify-content:flex-end}@media only screen and (min-width: 65.0625rem){.key-people-slider__container--footer{opacity:0;visibility:hidden}}.key-people-slider__container--footer.active{opacity:1;visibility:visible;width:100%}.key-people-slider__container--footer__details{position:absolute;bottom:0;left:0;padding:0 1.875rem}.key-people-slider__container--footer__details p{color:var(--c-1);margin-top:0;font-family:"Roboto Condensed", sans-serif;font-weight:800;font-style:normal;font-size:calc(28px + 10*(100vw - 400px)/1520)}@media screen and (max-width: 400px){.key-people-slider__container--footer__details p{font-size:28px}}@media screen and (min-width: 1920px){.key-people-slider__container--footer__details p{font-size:38px}}.key-people-slider__container--footer__details h4{margin-bottom:0}.key-people-slider__container--footer__wrapper{display:flex;align-items:flex-end;justify-content:space-between}.b-key-people-grid{position:relative}.b-key-people-grid__container{width:100%;margin-right:auto;margin-left:auto;max-width:var(--standard-container);padding-right:var(--spacing);padding-left:var(--spacing);margin-top:3.75rem}@media screen and (max-width: 1040px){.b-key-people-grid__container{margin-top:2.5rem}}.b-key-people-grid__container--header{color:var(--c-1)}.b-key-people-grid__container--header h2{text-align:center}.b-key-people-grid__container--loop__wrapper{display:grid;grid-template-columns:repeat(4, 1fr);gap:0 1.875rem;margin-top:1.875rem}@media(max-width: 80rem){.b-key-people-grid__container--loop__wrapper{grid-template-columns:repeat(3, 1fr)}}@media(max-width: 65rem){.b-key-people-grid__container--loop__wrapper{grid-template-columns:repeat(2, 1fr)}}@media(max-width: 42.5rem){.b-key-people-grid__container--loop__wrapper{grid-template-columns:repeat(1, 1fr)}}.b-key-people-grid__container--item figure{margin:0}.b-key-people-grid__container--item figure picture img{width:100%;height:100%}.b-key-people-grid__container--item__details{display:flex;align-items:center;justify-content:space-between}.b-key-people-grid__container--item__details h4{color:var(--c-1);font-size:calc(22px + 8*(100vw - 400px)/1520);margin-top:.9375rem}@media screen and (max-width: 400px){.b-key-people-grid__container--item__details h4{font-size:22px}}@media screen and (min-width: 1920px){.b-key-people-grid__container--item__details h4{font-size:30px}}.b-key-people-grid__container--item__details p{color:var(--c-2);margin-bottom:.9375rem;font-size:15px}.key-people-bio{position:fixed;bottom:5vw;left:50%;background-color:rgba(0,0,0,.8);width:100%;height:100vh;opacity:0;visibility:hidden;transition:all .8s ease-out;z-index:-1;display:flex;align-items:center;transform:translateX(-50%)}@media only screen and (max-width: 65rem){.key-people-bio{top:0;transform:translate(0);display:block;left:0;bottom:unset;width:100vw;overflow-y:scroll;height:3000px}}.key-people-bio.on-view{opacity:1;visibility:visible;transition:all .8s ease-out;z-index:9}.key-people-bio__container{position:relative;background-color:var(--c-0);width:100%;margin-right:auto;margin-left:auto;max-width:var(--bio-container);padding-right:var(--spacing);padding-left:var(--spacing);max-width:1600px !important;display:flex;justify-content:center;align-items:center;height:calc(100vh - 40px)}@media only screen and (max-width: 65rem){.key-people-bio__container{display:block;height:100vh;width:100%;padding:0;overflow-y:scroll}}.key-people-bio__container--inner{padding:5rem 2.5rem}.key-people-bio__container--inner figure.pic--profile{margin:0}@media only screen and (max-width: 65rem){.key-people-bio__container--inner figure.pic--profile{margin:70px auto 40px;display:block}}.key-people-bio__container--inner figure.pic--profile img{height:auto;width:36.25rem;object-fit:cover}@media only screen and (max-width: 65rem){.key-people-bio__container--inner figure.pic--profile img{width:100%;display:block;margin:0}}@media only screen and (max-width: 65rem){.key-people-bio__container--inner{padding:1.875rem .9375rem}}.key-people-bio__container--wrapper{position:relative;display:flex;align-items:center;justify-content:space-between;border-top:5px solid var(--c-2);padding:1.875rem;gap:30px}@media only screen and (max-width: 65rem){.key-people-bio__container--wrapper{display:block;padding:0}}.key-people-bio__container--wrapper .e-button-arrow{margin-top:1.875rem}@media only screen and (max-width: 65rem){.key-people-bio__container--wrapper .e-button-arrow{margin-top:0}}.key-people-bio__container--close{position:absolute;top:30px;right:0;cursor:pointer;z-index:9}@media only screen and (max-width: 65rem){.key-people-bio__container--close{top:20px;left:30px}}.key-people-bio__container--close svg{width:3.75rem;height:3.75rem}@media only screen and (max-width: 65rem){.key-people-bio__container--close svg{width:1.875rem;height:1.875rem}}.key-people-bio__details h4.text-yellow{margin-top:0 !important}.key-people-bio__details h2{font-size:calc(36px + 9*(100vw - 400px)/1520)}@media screen and (max-width: 400px){.key-people-bio__details h2{font-size:36px}}@media screen and (min-width: 1920px){.key-people-bio__details h2{font-size:45px}}.key-people-bio__details--content{padding-right:1.875rem}@media only screen and (max-width: 65rem){.key-people-bio__details--content{padding-right:.9375rem;padding-left:.9375rem}}.key-people-bio__details--content p{line-height:1.7}@media screen and (max-width: 992px){.b-key-people{margin-top:7.5rem}}.b-key-people__container{margin:80px auto;margin-bottom:0;width:100%;margin-right:auto;margin-left:auto;max-width:var(--standard-container);padding-right:var(--spacing);padding-left:var(--spacing)}@media only screen and (max-width: 65rem){.b-key-people__container{margin:40px auto}}.b-key-people__header{width:100%;margin-right:auto;margin-left:auto;max-width:var(--small-container);padding-right:var(--spacing);padding-left:var(--spacing);text-align:center}.b-key-people__header--content{text-align:center}.b-home-intro__container{width:100%;margin-right:auto;margin-left:auto;max-width:var(--small-container);padding-right:var(--spacing);padding-left:var(--spacing)}.b-home-intro__header{text-align:center}.b-working-panel__header{padding:0 1.875rem}@media only screen and (max-width: 48rem){.b-working-panel__header{padding:0}}.b-working-panel__container{display:flex;justify-content:space-between;align-items:center;justify-content:center;width:100%;margin-right:auto;margin-left:auto;max-width:100%;max-width:100%;padding-right:var(--spacing);padding-left:var(--spacing);padding-left:calc(50vw - 830px);padding-right:0;gap:4.375rem}@media only screen and (max-width: 65rem){.b-working-panel__container{flex-direction:column;padding:1.875rem;padding-left:1.875rem}}.b-working-panel__container--col{height:100%;width:40%}.b-working-panel__container--col:last-of-type{width:60%}@media only screen and (max-width: 65rem){.b-working-panel__container--col:last-of-type{display:none}}@media only screen and (max-width: 65rem){.b-working-panel__container--col{width:100%}}.b-working-panel__container--col h4{text-align:left}@media only screen and (max-width: 65rem){.b-working-panel__container--col{width:100%}}.b-working-panel__container--slider__slide img{height:45rem;object-fit:cover}@media only screen and (max-width: 65rem){.b-working-panel__container--slider__slide img{width:100%;height:auto}}.current-jobs-panel__container{width:100%;margin-right:auto;margin-left:auto;max-width:var(--standard-container);padding-right:var(--spacing);padding-left:var(--spacing)}.current-jobs-panel__container--header{text-align:center}.current-jobs-panel__container--inner{display:flex;justify-content:space-between;gap:3.75rem;margin-top:7.5rem}@media(max-width: 1480px){.current-jobs-panel__container--inner{gap:20px;margin-top:2.5rem}}@media(max-width: 1040px){.current-jobs-panel__container--inner{gap:30px;flex-direction:column;margin-bottom:60px}}.current-jobs-panel__container--inner__header{text-align:center}.current-jobs-panel__container--list{display:flex;align-items:center;justify-content:space-between;gap:1.875rem;padding-bottom:1.875rem;border-bottom:.05rem solid var(--c-1);margin:0;padding-left:0;padding-right:0;margin-top:2.5rem;list-style:none}@media(min-width: 1040px){.current-jobs-panel__container--list{gap:.9375rem}}.current-jobs-panel__container--list li{color:var(--c-1);text-align:center;padding:10px 15px;border:1px solid var(--c-2);border-radius:1.4375rem;font-family:var(--primary-font-medium)}@media(min-width: 1040px){.current-jobs-panel__container--list li{font-size:1rem;padding:10px 7px}}.current-jobs-panel__container--col{position:relative;background-color:#141414;padding:2.3125rem}@media(max-width: 1480px){.current-jobs-panel__container--col{padding:1.25rem}}@media(max-width: 1040px){.current-jobs-panel__container--col{width:100%;padding:1.875rem}}.current-jobs-panel__container--col picture img{display:block;width:10rem;height:10rem}@media(min-width: 1040px){.current-jobs-panel__container--col picture img{position:absolute;left:50%;transform:translateX(-50%);top:-7.5rem}}@media(max-width: 1040px){.current-jobs-panel__container--col picture img{width:6.25rem;height:6.25rem;position:relative;margin-left:auto;margin-right:auto}}@media(max-width: 768px){.current-jobs-panel__container--col picture img{width:5rem;height:5rem}}.current-jobs-panel__container--col .h-heading__four{margin-top:1.5625rem}.current-jobs-panel__container--col .h-heading__three{margin-top:5.3125rem;margin-bottom:0}@media(max-width: 1040px){.current-jobs-panel__container--col .h-heading__three{margin-top:2.5rem}}.current-jobs-panel__container--description{padding-bottom:1.875rem;border-bottom:.05rem solid var(--c-1);list-style:none;margin-bottom:1.875rem}.current-jobs-panel__container--description ul{list-style:none;margin-left:0}.current-jobs-panel__container--description ul li{color:var(--c-1);position:relative;margin-bottom:.625rem}.current-jobs-panel__container--description ul li:after{content:"";display:block;background:url(42d12a30afea293a1aed.svg);position:absolute;left:-38px;top:50%;transform:translateY(-50%);z-index:2;width:16px;height:14px}.current-jobs-panel__container .e-button-arrow{text-align:center;justify-content:center;width:100%}.current-jobs-panel__application{width:100%;margin-right:auto;margin-left:auto;max-width:var(--small-container);padding-right:var(--spacing);padding-left:var(--spacing);text-align:center;margin-top:2.5rem}@media(max-width: 1040px){.current-jobs-panel__application{text-align:left;margin-bottom:0;padding:0}}.current-jobs-panel__application form{padding-top:1.875rem}.b-apprenticeships__container{width:100%;margin-right:auto;margin-left:auto;max-width:100%;max-width:100%;padding-right:var(--spacing);padding-left:var(--spacing);position:relative}.b-apprenticeships__container--hero{width:100%}.b-apprenticeships__container--hero img{height:auto;width:100%}@media(max-width: 768px){.b-apprenticeships__container--hero img{height:auto;object-fit:cover}}.b-apprenticeships__container--hero__overlay{width:100%;height:100%;position:absolute;left:0;top:0;background:url(d789edcff56db9e0f49a.svg);background-repeat:no-repeat;background-size:cover}@media(max-width: 1040px){.b-apprenticeships__container--hero__overlay{display:none}}.b-apprenticeships__container--wrapper{width:100%;margin-right:auto;margin-left:auto;max-width:var(--standard-container);padding-right:var(--spacing);padding-left:var(--spacing)}@media(min-width: 1041px){.b-apprenticeships__container--wrapper{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%)}}@media(min-width: 1041px)and (max-width: 1040px){.b-apprenticeships__container--wrapper{padding-left:0;padding-right:0}}.b-apprenticeships__container--wrapper__content{max-width:42.0625rem}.b-apprenticeships__container--wrapper__content h4{text-align:left}@media(max-width: 1040px){.b-apprenticeships__container--wrapper__content .e-button-arrow{justify-content:center;width:100%}}.b-cto-office{margin-bottom:7vw}@media(max-width: 65rem){.b-cto-office{margin-bottom:65px;margin-top:65px}}.b-cto-office .heading__four{color:var(--c-2)}.b-cto-office__header{padding-right:11.333vw;padding-left:5.25vw}@media(max-width: 65rem){.b-cto-office__header{padding-right:0;padding-left:0}}.b-cto-office__container{width:100%;margin-right:auto;margin-left:auto;max-width:var(--standard-container);padding-right:var(--spacing);padding-left:var(--spacing);position:relative}.b-cto-office__container--content{margin-top:1.875rem;display:flex;color:var(--c-1);justify-content:space-between}@media(max-width: 65rem){.b-cto-office__container--content{flex-direction:column}}@media(max-width: 65rem){.b-cto-office__container--col{width:100%}}.b-cto-office__container--col__right{position:relative}.b-cto-office__container--col__right picture img{z-index:3;width:37.5vw;height:auto;max-width:50rem;margin-top:-3.90625vw;top:-5.271vw;position:absolute;width:37.5vw;height:44.2708333333vw;object-fit:contain;right:0;z-index:0}@media(max-width: 993px){.b-cto-office__container--col__right picture img{width:192vw}}@media(max-width: 993px){.b-cto-office__container--col__right picture img{height:226.6666666667vw}}@media(max-width: 65rem){.b-cto-office__container--col__right picture img{width:100%;max-width:100%;height:auto;display:block;margin:0 auto 40px 0;margin-top:40px;position:relative}}.b-cto-office__container--col__left{width:calc(63.5% - 4.375rem);position:relative;z-index:2}@media(max-width: 65rem){.b-cto-office__container--col__left{width:100%}}.b-cto-office__container--col__left picture img{width:50vw;height:24.8958333333vw;z-index:2;object-fit:contain;margin-top:9.6354166667vw}@media(max-width: 993px){.b-cto-office__container--col__left picture img{width:160vw}}@media(max-width: 993px){.b-cto-office__container--col__left picture img{height:80vw}}@media(max-width: 993px){.b-cto-office__container--col__left picture img{margin-top:10.6666666667vw}}@media(max-width: 65rem){.b-cto-office__container--col__left picture img{width:100%;height:auto}}.b-cto-office__container--img{width:100%;height:100%;position:relative;margin-top:8.333vw;position:relative}.b-cto-office__container--img picture img{object-fit:contain}.b-cto-office__container--mob{display:flex;justify-content:space-between;margin-bottom:1.875rem;gap:.9375rem}.b-cto-office__container--mob__img:first-of-type{max-width:41%}.b-cto-office__container--mob__img:last-of-type{max-width:70%}.b-cto-office__container--mob__img img{display:block;margin:auto;width:100%;height:17.25rem;object-fit:cover}.b-libraries-filters__container{width:100%;margin-right:auto;margin-left:auto;max-width:var(--standard-container);padding-right:var(--spacing);padding-left:var(--spacing)}.b-libraries-filters__container--header{text-align:center;color:var(--c-1)}.b-libraries-filters__container--isotope-filter{display:flex;list-style:none;gap:20px;margin:3.125rem 0;margin-left:0;padding-left:0;justify-content:center}@media(max-width: 1200px){.b-libraries-filters__container--isotope-filter{display:grid;grid-template-columns:repeat(3, 1fr)}}@media(max-width: 1040px){.b-libraries-filters__container--isotope-filter{margin-bottom:6.25rem}}@media(max-width: 768px){.b-libraries-filters__container--isotope-filter{grid-template-columns:repeat(2, 1fr)}}.b-libraries-filters__container--isotope-filter li{color:var(--c-1);padding-top:10px;padding-bottom:10px;padding-left:1.3020833333vw;padding-right:1.3020833333vw;border:1px solid var(--c-2);border-radius:1.4375rem;font-family:var(--primary-font-medium);cursor:pointer;position:relative;top:0;opacity:1;transition:all .6s ease-out}@media(max-width: 993px){.b-libraries-filters__container--isotope-filter li{padding-left:5.3333333333vw}}@media(max-width: 993px){.b-libraries-filters__container--isotope-filter li{padding-right:5.3333333333vw}}@media(max-width: 768px){.b-libraries-filters__container--isotope-filter li{font-size:.875rem}}.b-libraries-filters__container--isotope-filter li:hover{background-color:var(--c-2);color:var(--c-0)}.b-libraries-filters__container--isotope-filter li.active{background-color:var(--c-2);color:var(--c-0)}@media(max-width: 1200px){.b-libraries-filters__container--isotope-filter li{padding-left:0;padding-right:0;text-align:center}}@media(max-width: 768px){.b-libraries-filters__container--isotope-filter li{grid-template-columns:repeat(2, 1fr)}}.b-libraries-filters__wrapper{width:100%;margin-right:auto;margin-left:auto;max-width:var(--small-container);padding-right:var(--spacing);padding-left:var(--spacing)}.b-libraries-grid__container{width:100%;margin-right:auto;margin-left:auto;max-width:var(--standard-container);padding-right:var(--spacing);padding-left:var(--spacing)}.b-libraries-grid__main--wrapper{display:grid;grid-template-columns:repeat(3, 1fr);gap:50px}@media(max-width: 1040px){.b-libraries-grid__main--wrapper{grid-template-columns:repeat(2, 1fr)}}@media(max-width: 992px){.b-libraries-grid__main--wrapper{display:flex;flex-direction:column}}.b-libraries-grid__item{position:relative;display:flex;padding:1.875rem;flex-direction:column;justify-content:center;align-items:center;margin-bottom:5rem;width:100%;max-height:70.625rem}@media(max-width: 1280px){.b-libraries-grid__item{margin-bottom:5rem}}@media(max-width: 1040px){.b-libraries-grid__item{width:50%}}@media(max-width: 768px){.b-libraries-grid__item{padding-top:10px;width:100%;padding:0}}.b-libraries-grid__item--title{height:8.125rem}@media(max-width: 1280px){.b-libraries-grid__item--title{height:9.375rem}}@media(max-width: 992px){.b-libraries-grid__item--title{height:auto}}.b-libraries-grid__item--icon{display:block;text-align:center;position:relative}@media(min-width: 769px){.b-libraries-grid__item--icon{position:absolute;left:50%;top:-84px;transform:translateX(-50%)}}@media(max-width: 1280px){.b-libraries-grid__item--icon{top:-73px}.b-libraries-grid__item--icon img{width:8.75rem;height:8.75rem}}@media(max-width: 1040px){.b-libraries-grid__item--icon{width:6.25rem;height:6.25rem;top:0;text-align:center;margin-left:auto;margin-right:auto}}@media(max-width: 768px){.b-libraries-grid__item--icon{margin-top:0}.b-libraries-grid__item--icon img{width:5rem;height:5rem}}.b-libraries-grid__item--content{padding-bottom:1.875rem}.b-libraries-grid__item--content h3{margin-bottom:0;margin-top:4.375rem}@media(max-width: 768px){.b-libraries-grid__item--content h3{margin-top:1.25rem}}.b-libraries-grid__item--content h4{margin-top:.9375rem}.b-libraries-grid__item--taxonomy{margin-bottom:60px;position:relative}.b-libraries-grid__item--taxonomy:after{display:block;content:"";width:100%;height:1px;position:absolute;background-color:#4d4d4d;left:0;bottom:-30px}@media(max-width: 768px){.b-libraries-grid__item--taxonomy{margin-bottom:60px}}.b-libraries-grid__item--taxonomy__description{position:relative;margin-bottom:3.75rem;line-height:1.8}.b-libraries-grid__item--taxonomy__description p{line-height:1.8}.b-libraries-grid__item--taxonomy__description:after{display:block;content:"";width:100%;height:1px;position:absolute;background-color:#4d4d4d;left:0;bottom:-30px}.b-libraries-grid__item .e-button-arrow{width:100%;justify-content:center;position:relative}.b-libraries-grid__item .item-wrapper{position:relative;height:100%;width:100%}.b-libraries-grid__item .item-wrapper .placeholder{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}.b-libraries-grid__item--wrapper{padding:2.1875rem}@media(max-width: 768px){.b-libraries-grid__item--wrapper{padding:20px}}.p-archive__header{width:100%;margin-right:auto;margin-left:auto;max-width:var(--small-container);padding-right:var(--spacing);padding-left:var(--spacing);margin-top:11.25rem}@media(max-width: 1040px){.p-archive__header{margin-top:1.875rem}}.p-archive__heading{text-align:center;margin-bottom:1.25rem}.p-archive__heading--filter{display:flex;align-items:center;justify-content:center;gap:30px}@media(max-width: 1040px){.p-archive__heading--filter{margin-top:1.875rem;flex-direction:column}}.p-archive__filters{list-style:none;gap:20px;margin:3.125rem 0;display:flex;margin-left:0;padding-left:0;justify-content:center;margin-top:1.25rem}@media(max-width: 1200px){.p-archive__filters{display:grid;grid-template-columns:repeat(3, 1fr)}}@media(max-width: 1040px){.p-archive__filters{margin-bottom:40px;margin-top:0}}@media(max-width: 768px){.p-archive__filters{grid-template-columns:repeat(2, 1fr)}}.p-archive__filters li{color:var(--c-1);padding-top:10px;padding-bottom:10px;padding-left:1.3020833333vw;padding-right:1.3020833333vw;border:1px solid var(--c-2);border-radius:1.4375rem;font-family:var(--primary-font-medium);cursor:pointer;position:relative;top:0;opacity:1;transition:all .6s ease-out}@media(max-width: 993px){.p-archive__filters li{padding-left:5.3333333333vw}}@media(max-width: 993px){.p-archive__filters li{padding-right:5.3333333333vw}}@media(max-width: 768px){.p-archive__filters li{font-size:.875rem}}.p-archive__filters li:hover{background-color:var(--c-2);color:var(--c-0)}.p-archive__filters li.active{background-color:var(--c-2);color:var(--c-0)}@media(max-width: 1200px){.p-archive__filters li{text-align:center}}@media(max-width: 768px){.p-archive__filters li{grid-template-columns:repeat(2, 1fr)}}.p-archive__container{width:100%;margin-right:auto;margin-left:auto;max-width:var(--standard-container);padding-right:var(--spacing);padding-left:var(--spacing)}@media(max-width: 992px){.p-archive__container{padding-right:0;padding-left:0}}.p-archive__container--items{display:grid;grid-template-columns:repeat(2, 1fr);gap:3.75rem}.p-archive__container--items .e-button_rounded{display:none}@media(max-width: 1040px){.p-archive__container--items{grid-template-columns:repeat(1, 1fr);gap:2.5rem}}.p-archive__items-grid__item{display:flex;flex-direction:column;height:33.75rem;width:50%;padding:20px;padding-top:30px}@media(max-width: 992px){.p-archive__items-grid__item{width:100%;height:auto}}.p-archive__items-grid__item--link{cursor:pointer}.p-archive__items-grid__item--link:hover .wp-post-image{transform:scale(1.1);transition:all .6s ease-out}.p-archive__items-grid__item--content{overflow:hidden;position:relative}.p-archive__items-grid__item--content .e-button_rounded{position:absolute;top:2.5rem;right:2.5rem;z-index:4}.p-archive__items-grid__item--content h2{font-size:calc(28px + 17*(100vw - 400px)/1520)}@media screen and (max-width: 400px){.p-archive__items-grid__item--content h2{font-size:28px}}@media screen and (min-width: 1920px){.p-archive__items-grid__item--content h2{font-size:45px}}@media(min-width: 1041px){.p-archive__items-grid__item--content h2{padding-right:7vw}}.p-archive__items-grid__item--content img{width:100%;height:100%;object-fit:cover;transition:all .6s ease-out;transform:scale(1)}.p-archive__items-grid__item--taxonomy{padding:2.5rem;position:absolute;left:0;bottom:0;z-index:4;width:100%}@media(max-width: 768px){.p-archive__items-grid__item--taxonomy{padding:1.25rem;bottom:10px}.p-archive__items-grid__item--taxonomy .e-button-arrow{float:right}}.p-archive__items-grid__item--overlay{position:absolute;top:0;left:0;background-size:cover;background:linear-gradient(211deg, rgb(0, 0, 0) 0%, rgba(71, 65, 65, 0.98) 100%);z-index:2;opacity:.6;transition:all .6s ease-out}.p-archive__items-grid__item--title{display:flex;justify-content:space-between;align-items:flex-end}.p-archive__items-grid__item--title p{margin-top:5px;margin-bottom:7px;font-size:calc(16px + 6*(100vw - 400px)/1520)}@media screen and (max-width: 400px){.p-archive__items-grid__item--title p{font-size:16px}}@media screen and (min-width: 1920px){.p-archive__items-grid__item--title p{font-size:22px}}.b-post-content-pop-up{opacity:0;visibility:hidden;position:absolute;right:0;top:-12.5rem;width:100%;height:100vh;background-color:hsla(0,0%,100%,.6);z-index:-1;transition:all .8s ease-out}@media screen and (max-width: 992px){.b-post-content-pop-up{top:0}}.b-post-content-pop-up .image-wrapper{position:relative;height:100%;width:100%}.b-post-content-pop-up .image-wrapper .arrow-down{position:absolute;z-index:2;bottom:30px;right:30px}.b-post-content-pop-up .image-wrapper .arrow-down svg{display:block;width:60px;height:60px}@media screen and (max-width: 768px){.b-post-content-pop-up .image-wrapper .arrow-down svg{width:40px;height:40px}}.b-post-content-pop-up .close-post-pop-up{position:absolute;top:125px;right:105px;width:6.25rem;z-index:10;cursor:pointer}@media screen and (max-width: 992px){.b-post-content-pop-up .close-post-pop-up{right:2.5rem;top:5rem}.b-post-content-pop-up .close-post-pop-up svg{width:5rem;height:5rem}}.b-post-content-pop-up__container{width:100%;margin-right:auto;margin-left:auto;max-width:var(--small-container);padding-right:var(--spacing);padding-left:var(--spacing);margin-right:0;margin-top:1.3rem;background-color:#000;border-top:5px solid var(--c-2);overflow-y:scroll;height:100%;padding-bottom:8.125rem}.b-post-content-pop-up__container--inner{padding:3.75rem 1.875rem;position:relative}@media screen and (max-width: 992px){.b-post-content-pop-up__container--inner{padding:3.75rem 0}}.b-post-content-pop-up__wrapper{display:flex;flex-direction:column;overflow:hidden;position:relative}.b-post-content-pop-up__wrapper--content img{object-fit:cover;max-width:100%;height:auto;width:100%}@media screen and (max-width: 992px){.b-post-content-pop-up__wrapper--content img{height:400px}}.b-post-content-pop-up__wrapper .img-fluid{object-fit:cover;max-width:100%;height:auto}@media screen and (max-width: 992px){.b-post-content-pop-up__wrapper .img-fluid{height:400px}}.b-post-content-pop-up__wrapper iframe{width:100%}.b-post-content-pop-up__wrapper--overlay{position:absolute;width:100%;height:100%;top:0;left:0;background:#010101;background:linear-gradient(111deg, rgba(1, 1, 1, 0.4) 0%, rgba(1, 1, 1, 0.2) 100%)}.b-post-content-pop-up__wrapper--metadata{display:flex;align-items:center;gap:1.875rem;margin-top:1.25rem}@media screen and (max-width: 992px){.b-post-content-pop-up__wrapper--metadata{justify-content:space-between}}.b-post-content-pop-up__wrapper--metadata .text-yellow{font-size:calc(16px + 6*(100vw - 400px)/1520)}@media screen and (max-width: 400px){.b-post-content-pop-up__wrapper--metadata .text-yellow{font-size:16px}}@media screen and (min-width: 1920px){.b-post-content-pop-up__wrapper--metadata .text-yellow{font-size:22px}}.b-post-content-pop-up__wrapper--content{padding-bottom:0;margin-bottom:1.875rem;border-bottom:1px solid #4d4d4d}.b-post-content-pop-up__wrapper--content h3{color:var(--c-1);letter-spacing:tracking(-0.5);margin-top:10px;margin-bottom:20px;font-size:calc(32px + 28*(100vw - 400px)/1520)}@media screen and (max-width: 400px){.b-post-content-pop-up__wrapper--content h3{font-size:32px}}@media screen and (min-width: 1920px){.b-post-content-pop-up__wrapper--content h3{font-size:60px}}.b-post-content-pop-up__wrapper--footer{width:100%;padding-bottom:7.5rem}.b-post-content-pop-up__wrapper--footer__container{position:relative}.b-post-content-pop-up__wrapper--footer__container img{width:100%;max-width:100%;object-fit:cover}.b-post-content-pop-up__wrapper--footer__content{position:absolute;width:100%;height:100%;left:0;top:0;padding:3.125rem 1.875rem;background:#010101;background:linear-gradient(111deg, rgba(1, 1, 1, 0.4) 0%, rgba(1, 1, 1, 0.2) 100%);display:flex;align-items:flex-end;justify-content:space-between}.b-post-content-pop-up__wrapper--footer__content .heading__two{color:var(--c-1)}.b-post-content-pop-up.active{display:block;opacity:1;visibility:visible;z-index:9}.page-template-carosserie-hub .b-post-content-pop-up .close-post-pop-up{top:70px}.page-template-carosserie-hub .b-post-content-pop-up__container--inner{padding:8.75rem 1.875rem;position:relative}@media screen and (max-width: 992px){.page-template-carosserie-hub .b-post-content-pop-up__container--inner{padding:0}}.b-hub-intro__container{margin:80px auto;margin-bottom:0;width:100%;margin-right:auto;margin-left:auto;max-width:var(--standard-container);padding-right:var(--spacing);padding-left:var(--spacing)}@media only screen and (max-width: 65rem){.b-hub-intro__container{margin:40px auto}}.b-hub-intro__header{width:100%;margin-right:auto;margin-left:auto;max-width:var(--small-container);padding-right:var(--spacing);padding-left:var(--spacing);text-align:center}.b-hub-intro__header--content{text-align:center}.b-hub-filters__container{width:100%;margin-right:auto;margin-left:auto;max-width:var(--standard-container);padding-right:var(--spacing);padding-left:var(--spacing)}.b-hub-filters__container--isotope-filter{display:flex;list-style:none;gap:20px;margin-bottom:3.75rem;margin-top:3.125rem;padding-left:0;margin-left:0;justify-content:center}@media(max-width: 1200px){.b-hub-filters__container--isotope-filter{display:grid;grid-template-columns:repeat(3, 1fr);gap:20px}}.b-hub-filters__container--isotope-filter li{color:var(--c-1);padding-top:10px;padding-bottom:10px;padding-left:1.3020833333vw;padding-right:1.3020833333vw;border:1px solid var(--c-2);border-radius:1.4375rem;font-family:var(--primary-font-medium);cursor:pointer;position:relative;top:0;opacity:1;transition:all .6s ease-out}@media(max-width: 993px){.b-hub-filters__container--isotope-filter li{padding-left:5.3333333333vw}}@media(max-width: 993px){.b-hub-filters__container--isotope-filter li{padding-right:5.3333333333vw}}.b-hub-filters__container--isotope-filter li:hover{background-color:var(--c-2);color:var(--c-0)}.b-hub-filters__container--isotope-filter li.active{background-color:var(--c-2);color:var(--c-0)}@media(max-width: 1200px){.b-hub-filters__container--isotope-filter li{padding-left:0;padding-right:0;text-align:center}}@media(max-width: 768px){.b-hub-filters__container--isotope-filter li{grid-template-columns:repeat(2, 1fr)}}.b-hub-grid__container{width:100%;margin-right:auto;margin-left:auto;max-width:var(--standard-container);padding-right:var(--spacing);padding-left:var(--spacing)}.b-hub-grid__main--wrapper{display:grid;grid-template-columns:repeat(2, 1fr);gap:30px}.b-hub-grid__item{position:relative;width:50%;padding:20px;padding-top:30px}.b-hub-grid__item:nth-child(odd){padding-left:0}.b-hub-grid__item:nth-child(odd) .b-case-studies-grid__item--overlay{padding-right:3.75rem}.b-hub-grid__item--link{display:block;height:100%;width:100%;overflow:hidden;position:relative}.b-hub-grid__item:nth-child(even){padding-right:0}.b-hub-grid__item:nth-child(even) .b-case-studies-grid__item--overlay{padding-left:3.75rem}@media(max-width: 992px){.b-hub-grid__item{width:100%;padding-left:0;padding-right:0}}@media(max-width: 768px){.b-hub-grid__item{padding-top:10px}.b-hub-grid__item:nth-child(even){padding-right:0}.b-hub-grid__item:nth-child(even) .b-case-studies-grid__item--overlay{padding-left:.625rem}.b-hub-grid__item:nth-child(odd){padding-left:0}.b-hub-grid__item:nth-child(odd) .b-case-studies-grid__item--overlay{padding-right:.625rem}}.b-hub-grid__item .img-fluid{height:33.75rem;object-fit:contain}@media(max-width: 992px){.b-hub-grid__item .img-fluid{height:auto}}.b-hub-grid__item .bg-img{max-width:100%;height:28.125vw;object-fit:contain}@media(max-width: 993px){.b-hub-grid__item .bg-img{height:90.6666666667vw}}@media(max-width: 992px){.b-hub-grid__item .bg-img{height:auto}}.b-hub-grid__item--overlay{position:absolute;width:100%;height:100%;padding:2.5rem;top:0;left:0;background-image:url(d178dfe8fbd62077ee4c.svg);z-index:1;top:0;left:0;background-size:cover;background-repeat:no-repeat;z-index:2;display:none}@media(max-width: 768px){.b-hub-grid__item--overlay{padding:10px}}.b-hub-grid__item--overlay .e-button_rounded{position:absolute;top:3.75rem;right:1.875rem}.b-hub-grid__item--overlay .e-button_rounded.button--even{right:3.125rem}.b-hub-grid__item--overlay .e-button-arrow.button--even{margin-right:1.25rem}.b-hub-grid__item--content{display:flex;justify-content:flex-end;flex-direction:column;padding-bottom:1.875rem}.b-hub-grid__item--content h2{max-width:28.75rem}.b-hub-grid__item--title{width:100%;display:flex;justify-content:space-between;align-items:flex-end}@media(max-width: 768px){.b-hub-grid__item--title{margin-bottom:15px}}.b-hub-grid__item--taxonomy{margin-bottom:30px}@media(max-width: 768px){.b-hub-grid__item--taxonomy{margin-bottom:20px}}.b-hub-grid__item--logo{position:absolute;top:50px;right:40px;width:4.1666666667vw;height:auto}@media(max-width: 993px){.b-hub-grid__item--logo{width:10.6666666667vw}}@media(max-width: 768px){.b-hub-grid__item--logo{top:30px;right:10px}}@media screen and (min-width: 1040px){.b-product-hero{margin-top:11.25rem}}.b-product-hero__container{width:100%;margin-right:auto;margin-left:auto;max-width:var(--standard-container);padding-right:var(--spacing);padding-left:var(--spacing);display:flex;justify-content:space-between;padding-right:0;margin-right:0}@media screen and (max-width: 1040px){.b-product-hero__container{flex-direction:column;padding-left:20px;padding-right:20px}}.b-product-hero__container--header{color:var(--c-1)}.b-product-hero__container--header h1{margin-top:0;margin-bottom:1.25rem}@media screen and (max-width: 768px){.b-product-hero__container--header h1{font-size:1.875rem}}.b-product-hero__container--col{width:52%}.b-product-hero__container--col:first-of-type{width:38%}@media screen and (max-width: 1040px){.b-product-hero__container--col:first-of-type{width:100%;order:2;margin-top:-30px}}.b-product-hero__container--col:last-of-type{order:1}@media screen and (max-width: 1040px){.b-product-hero__container--col{width:100%;margin-top:1.875rem}}.b-product-hero__container--col img{max-width:100%;height:50.25rem;object-fit:cover}@media screen and (max-width: 768px){.b-product-hero__container--col img{height:18.75rem}}.b-product-hero__container--col.description{width:85%}@media screen and (max-width: 1040px){.b-product-hero__container--col.description{margin-top:0}}.b-product-hero__container--tags{display:grid;grid-template-columns:repeat(3, 1fr);list-style:none;align-items:center;padding-left:0;margin-left:0;gap:1.25rem;margin-top:1.875rem;margin-bottom:1.875rem}@media screen and (max-width: 768px){.b-product-hero__container--tags{grid-template-columns:repeat(2, 1fr)}}.b-product-hero__container--tags li{color:var(--c-1);font-size:calc(14px + 2*(100vw - 400px)/1800)}@media screen and (max-width: 400px){.b-product-hero__container--tags li{font-size:14px}}@media screen and (min-width: 2200px){.b-product-hero__container--tags li{font-size:16px}}.b-product-hero__container--specs{display:flex;border-bottom:.6px solid #4d4d4d;gap:3.125rem;padding:10px 0;margin-bottom:1.875rem}@media screen and (max-width: 992px){.b-product-hero__container--specs{justify-content:space-between}}.b-product-hero__container--specs .e-specification--name.text-yellow{width:11.25rem}.b-product-hero__container--banner{position:relative;width:100%;height:56.25rem}@media screen and (max-width: 992px){.b-product-hero__container--banner{height:31.25rem}}@media screen and (max-width: 768px){.b-product-hero__container--banner{height:25rem}}.b-product-hero__container--video{position:absolute;top:-103px;left:0;width:100%;height:100%;z-index:1}.b-product-hero__container--video video{width:100%;object-fit:cover;height:56.25rem}@media screen and (max-width: 992px){.b-product-hero__container--video video{height:31.25rem}}@media screen and (max-width: 768px){.b-product-hero__container--video video{height:25rem}}.b-product-hero__container--overlay{position:absolute;top:-103px;left:0;width:100%;z-index:2}.b-related-products h2{margin-bottom:2.8125rem}.b-related-products__inner{align-items:center;padding-left:calc(50vw - (var(--standard-container)/2 - 30px));margin-right:0;padding-right:0;padding-bottom:5rem}@media screen and (max-width: 1040px){.b-related-products__inner{padding-left:.9375rem;padding-right:.9375rem}}.b-related-products__inner--header{display:flex;align-self:center;justify-content:space-between;padding-right:30px;width:100%}@media screen and (max-width: 680px){.b-related-products__inner--header{flex-direction:column}}@media screen and (max-width: 680px){.b-related-products__inner--header h2{margin-bottom:20px}}.b-related-products__inner--header button{background-color:rgba(0,0,0,0);border:none}@media screen and (max-width: 680px){.b-related-products__inner--header button svg{width:70px;height:70px}}.b-related-products__btns-wrapper{display:flex;align-items:center}.b-related-products__content{overflow-x:auto;overflow-y:hidden;border-bottom:.6px solid #4d4d4d;padding-bottom:2.5rem}@media screen and (max-width: 768px){.b-related-products__content{padding-bottom:1.875rem}}.b-related-products__content::-webkit-scrollbar{height:0px}.b-related-products__content::-webkit-scrollbar-track{background:var(--c-1)}.b-related-products__content::-webkit-scrollbar-thumb{background:var(--c-1)}.b-related-products__content::-webkit-scrollbar-thumb:window-inactive{background:var(--c-2)}.b-related-products__content--foo__meta{margin-top:1.875rem;display:flex;justify-content:space-between}@media screen and (max-width: 768px){.b-related-products__content--foo__meta{justify-content:center;gap:20px;align-items:center}}.b-related-products__content--foo__meta h3{margin:0}@media screen and (max-width: 768px){.b-related-products__content--foo__desc{display:none}}.b-related-products__gallery-item{padding:0 .9375rem;width:34.25rem}.b-related-products__gallery-item img{height:auto;object-fit:cover;width:100%;min-height:24rem}@media screen and (max-width: 768px){.b-related-products__gallery-item img{height:18.75rem;min-height:none}}.b-related-products__gallery-item .prod-icon{position:absolute;top:1.25rem;right:1.25rem;width:6rem;height:auto;z-index:2}.b-related-products__gallery-item .prod-icon img{width:6rem;height:6rem}@media(max-width: 48rem){.b-related-products__gallery-item .prod-icon{width:3.125rem}.b-related-products__gallery-item .prod-icon img{width:3.125rem;height:3.125rem}}.b-product-application__tags--list{display:flex;align-items:center;gap:1.875rem;padding-left:0;margin-left:0;list-style:none;gap:1.25rem;margin-bottom:0}.b-product-application__tags--list li{color:var(--c-1)}.b-product-application__container{align-items:center;padding-left:calc(50vw - (var(--standard-container)/2 - 30px));margin-right:0;padding-right:0;padding-bottom:5rem}@media screen and (max-width: 1040px){.b-product-application__container{padding-left:.9375rem;padding-right:.9375rem;padding-bottom:0}}.b-product-application__container header h2{color:var(--c-1)}.b-product-application__container--inner{margin-bottom:2.8125rem}.b-product-application__container--inner__header{display:flex;align-items:center;justify-content:space-between;margin-right:8vw}@media screen and (max-width: 1040px){.b-product-application__container--inner__header{flex-direction:column;margin-right:20px}}.b-product-application__container--slider__item{padding:0 .9375rem;height:36.25rem}@media screen and (max-width: 768px){.b-product-application__container--slider__item{height:18.75rem}}.b-product-application__container--slider__item img{object-fit:cover;width:100%;height:100%}.b-product-application__container--slider__wrapper{overflow-x:auto;overflow-y:hidden}.p-single-case-studies__hero{width:100%;padding-left:0;padding-right:0}@media screen and (min-width: 1040px){.p-single-case-studies__hero{margin-top:5rem}}.p-single-case-studies__hero--inner picture img{width:100%;display:block;margin:auto;height:auto}@media screen and (max-width: 768px){.p-single-case-studies__hero--inner picture img{height:400px;object-fit:cover;width:100%}}.p-single-case-studies__container{margin-top:3.75rem;width:100%;margin-right:auto;margin-left:auto;max-width:var(--small-container);padding-right:var(--spacing);padding-left:var(--spacing)}.p-single-case-studies__container--list{display:flex;list-style:none;margin:1.875rem s0;padding-left:0;gap:2.5rem}.p-single-case-studies__container--list li{color:var(--c-1);letter-spacing:tracking("-.5")}.p-single-case-studies__container--list li span{margin-right:1.25rem}.p-single-case-studies__container--content{margin-top:2.5rem}.p-single-case-studies__container--testimonials{margin-top:2.5rem;padding:0 1.875rem}.p-single-case-studies__container--testimonials__wrapper{text-align:center;display:flex;align-items:center;justify-content:center;height:100%;width:100%}.p-single-case-studies__container--testimonials__wrapper .e-button-arrow{text-align:center}.p-single-case-studies__container--testimonials__item{text-align:center;color:var(--c-1)}.p-single-case-studies__container--testimonials__content{max-width:41.875rem;display:block;margin:0 auto;text-align:center}.b-contact-us-intro__container{width:100%;margin-right:auto;margin-left:auto;max-width:var(--standard-container);padding-right:var(--spacing);padding-left:var(--spacing)}.b-contact-us-intro__header{text-align:center}.b-contact-us-intro__header h4{margin-top:.625rem}.b-contact-us-intro__header--list{list-style:none;display:flex;align-items:center;padding-left:0;margin-left:0;gap:15px;justify-content:center;margin-bottom:1.875rem}@media(max-width: 1040px){.b-contact-us-intro__header--list{display:grid;grid-template-columns:repeat(2, 1fr)}}@media(max-width: 1040px)and (max-width: 768px){.b-contact-us-intro__header--list{grid-template-columns:repeat(1, 1fr)}}.b-contact-us-intro__header--list.header_list li{width:13.25rem}.b-contact-us-intro__header--list li{cursor:pointer;transition:all .8s ease-out;color:var(--c-1);text-align:center;padding:10px 20px;font-size:1rem}@media(min-width: 800px){.b-contact-us-intro__header--list li{font-size:1.125rem}}@media(max-width: 768px){.b-contact-us-intro__header--list li{width:100% !important}}.b-contact-us-intro__header--list li.active{background-color:var(--c-2);color:var(--c-0)}.b-contact-us-intro__header--list li:hover{background-color:var(--c-2);color:var(--c-0)}.b-contact-us-intro__forms_area{width:100%;margin-right:auto;margin-left:auto;max-width:var(--small-container);padding-right:var(--spacing);padding-left:var(--spacing)}@media(max-width: 1040px){.b-contact-us-intro__forms_area{padding:0}}.b-contact-us-intro__forms_area--form{display:none;opacity:0;visibility:hidden;transition:all .8s ease-out}.b-contact-us-intro__forms_area--form.active{display:block;opacity:1;visibility:visible}.b-contact-us-map__container{width:100%;margin-right:auto;margin-left:auto;max-width:100%;max-width:100%;padding-left:0;padding-right:0;position:relative;padding-left:0;padding-right:0;background-color:var(--c-0)}@media screen and (max-width: 992px){.b-contact-us-map__container{margin-top:120px}}.b-contact-us-map__container--wrapper{display:block;background-color:#242424;padding:5rem 2.5rem 2.5rem}@media(max-width: 1040px){.b-contact-us-map__container--wrapper{max-width:100%}}.b-contact-us-map__container--tabs{text-align:center}.b-contact-us-map__container--tabs h2{font-size:calc(26px + 14*(100vw - 400px)/1520)}@media screen and (max-width: 400px){.b-contact-us-map__container--tabs h2{font-size:26px}}@media screen and (min-width: 1920px){.b-contact-us-map__container--tabs h2{font-size:40px}}.b-contact-us-map__container--tabs p{margin-top:10px}.b-contact-us-map__container--map-address{text-align:left;padding-bottom:1.875rem;margin-bottom:1.875rem;border-bottom:.6px solid #fff}.b-contact-us-map__container--map-address h4{margin-bottom:0}.b-contact-us-map__container--pic img{position:absolute;left:50%;transform:translateX(-50%);top:-188px;width:10rem;height:10rem}@media screen and (max-width: 992px){.b-contact-us-map__container--pic img{top:-87px}}.b-contact-us-map__container--flex-wrapper{display:flex;align-items:center;justify-content:space-between;height:100%;width:100%;gap:40px;width:100%;margin-right:auto;margin-left:auto;max-width:calc(var(--standard-container) - var(--spacing)*2);padding-left:0;padding-right:0;max-width:none}@media screen and (max-width: 992px){.b-contact-us-map__container--flex-wrapper{flex-direction:column}}.b-contact-us-map__container--box-content{width:50%;display:flex;align-items:center;justify-content:center}@media screen and (max-width: 992px){.b-contact-us-map__container--box-content{width:100%}}.b-contact-us-map__container--map-content{width:60%;background-color:#242424}@media screen and (max-width: 992px){.b-contact-us-map__container--map-content{width:100%}}.b-contact-us-map #map{height:56.25rem}.b-contact-us-map .current-address{display:none;opacity:0;visibility:hidden;transition:all .6s ease-out;max-width:17.5rem}.b-contact-us-map .current-address.active{display:block;opacity:1;visibility:visible}.b-contact-us-map .direction-button{display:none;opacity:0;visibility:hidden;transition:all .6s ease-out}.b-contact-us-map .direction-button.active{display:inline-flex;opacity:1;visibility:visible}.b-search-result{margin-top:11.25rem}.b-search-result__container{width:100%;margin-right:auto;margin-left:auto;max-width:var(--standard-container);padding-right:var(--spacing);padding-left:var(--spacing)}@media screen and (max-width: 992px){.b-search-result{margin-top:3.25rem}}.b-search-result__container{width:100%;margin-right:auto;margin-left:auto;max-width:var(--standard-container);padding-right:var(--spacing);padding-left:var(--spacing)}.b-search-result__container .alert-info,.b-search-result__container h2{text-align:center}@media screen and (max-width: 992px){.b-search-result__container .alert-info,.b-search-result__container h2{text-align:left}}.b-search-result__container .p-archive__container--items{display:grid;grid-template-columns:repeat(2, 1fr);gap:30px}@media screen and (max-width: 992px){.b-search-result__container .p-archive__container--items{grid-template-columns:repeat(1, 1fr);padding-left:0;padding-right:0}}.b-search-result__container .p-archive__items-grid__item{width:100% !important}.b-search-result .p-archive__items-grid__item--overlay{display:none}.b-simple-testimonials__container{width:100%;margin-right:auto;margin-left:auto;max-width:var(--standard-container);padding-right:var(--spacing);padding-left:var(--spacing);padding-left:0;padding-right:0;margin-top:3rem;margin-bottom:3rem;position:relative}.b-simple-testimonials__container .e-quote__right{right:18vw}@media screen and (max-width: 1040px){.b-simple-testimonials__container .e-quote__right{right:0}}.b-simple-testimonials__container .e-quote__left{left:18vw}@media screen and (max-width: 1040px){.b-simple-testimonials__container .e-quote__left{left:0}}.b-simple-testimonials__container .b-simple-next svg,.b-simple-testimonials__container .b-simple-prev svg{width:60px}@media screen and (min-width: 1040px){.b-simple-testimonials__container{margin-top:10rem;margin-bottom:10rem}}.b-simple-testimonials__item{text-align:center;padding:0 11.25rem;width:100%;padding:0 24vw}@media screen and (max-width: 1040px){.b-simple-testimonials__item{padding:0 1.875rem}}.b-simple-testimonials__content{position:relative}.b-simple-testimonials__content h4{font-size:calc(26px + 10*(100vw - 400px)/1520)}@media screen and (max-width: 400px){.b-simple-testimonials__content h4{font-size:26px}}@media screen and (min-width: 1920px){.b-simple-testimonials__content h4{font-size:36px}}.b-simple-testimonials--arrows{display:flex;align-items:center;justify-content:space-between;position:absolute;width:100%;max-width:1920px;top:50%;left:50%;transform:translate(-50%, -50%);z-index:2}@media screen and (max-width: 1040px){.b-simple-testimonials--arrows{bottom:0;transform:none;position:relative;left:0;padding:0 40px}}.b-simple-testimonials__container{width:100%;margin-right:auto;margin-left:auto;max-width:var(--standard-container);padding-right:var(--spacing);padding-left:var(--spacing);padding-left:0;padding-right:0;margin-top:3rem;margin-bottom:3rem;position:relative}.b-simple-testimonials__container .e-quote__right{right:18vw}@media screen and (max-width: 1040px){.b-simple-testimonials__container .e-quote__right{right:0}}.b-simple-testimonials__container .e-quote__left{left:18vw}@media screen and (max-width: 1040px){.b-simple-testimonials__container .e-quote__left{left:0}}.b-simple-testimonials__container .b-simple-next svg,.b-simple-testimonials__container .b-simple-prev svg{width:60px}@media screen and (min-width: 1040px){.b-simple-testimonials__container{margin-top:10rem;margin-bottom:10rem}}.b-simple-testimonials__item{text-align:center;padding:0 11.25rem;width:100%;padding:0 24vw}@media screen and (max-width: 1040px){.b-simple-testimonials__item{padding:0 1.875rem}}.b-simple-testimonials__content{position:relative}.b-simple-testimonials__content h4{font-size:calc(26px + 10*(100vw - 400px)/1520)}@media screen and (max-width: 400px){.b-simple-testimonials__content h4{font-size:26px}}@media screen and (min-width: 1920px){.b-simple-testimonials__content h4{font-size:36px}}.b-simple-testimonials--arrows{display:flex;align-items:center;justify-content:space-between;position:absolute;width:100%;max-width:1920px;top:50%;left:50%;transform:translate(-50%, -50%);z-index:2}@media screen and (max-width: 1040px){.b-simple-testimonials--arrows{bottom:0;transform:none;position:relative;left:0;padding:0 40px}}@media screen and (min-width: 1040px){.b-why-use-dymetrol-hero{margin-top:11.25rem}}.b-why-use-dymetrol-hero__container{width:100%;margin-right:auto;margin-left:auto;max-width:var(--standard-container);padding-right:var(--spacing);padding-left:var(--spacing);display:flex;justify-content:space-between;padding-right:0;margin-right:0;align-items:center}@media screen and (max-width: 1040px){.b-why-use-dymetrol-hero__container{flex-direction:column;padding-left:20px;padding-right:20px}}.b-why-use-dymetrol-hero__container--header{color:var(--c-1)}@media screen and (max-width: 768px){.b-why-use-dymetrol-hero__container--header{margin-top:50px}}.b-why-use-dymetrol-hero__container--header h1{margin-top:10px;margin-bottom:1.25rem}@media screen and (max-width: 768px){.b-why-use-dymetrol-hero__container--header h1{font-size:1.875rem}}@media screen and (max-width: 768px){.b-why-use-dymetrol-hero__container--header h3{margin-bottom:10px}}.b-why-use-dymetrol-hero__container--col{width:45%}.b-why-use-dymetrol-hero__container--col:first-of-type{width:55%}@media screen and (max-width: 1040px){.b-why-use-dymetrol-hero__container--col:first-of-type{width:100%;order:2;margin-top:-30px}}.b-why-use-dymetrol-hero__container--col:last-of-type{order:1}@media screen and (max-width: 1040px){.b-why-use-dymetrol-hero__container--col{width:100%;margin-top:1.875rem}}.b-why-use-dymetrol-hero__container--col img{max-width:100%;height:auto}.b-why-use-dymetrol-hero__container--col img:first-of-type{margin-top:30px}.b-why-use-dymetrol-hero__container--banner{position:relative;width:100%}@media screen and (max-width: 992px){.b-why-use-dymetrol-hero__container--banner{height:31.25rem}}@media screen and (max-width: 768px){.b-why-use-dymetrol-hero__container--banner{height:25rem}}.b-mega_menu{opacity:0;visibility:hidden;transition:all .4s ease-out;padding:9.375rem 0 2.5rem;position:fixed;top:.5rem;left:0;width:100%;height:auto;z-index:-999;overflow-y:scroll;background-color:var(--c-0)}@media only screen and (max-width: 992px){.b-mega_menu{background-color:var(--c-0);top:0 !important}}.b-mega_menu__back{margin:1.875rem 0;display:flex;align-items:center;gap:5px}.b-mega_menu--overlay{position:fixed;z-index:0;bottom:0;left:0;width:100%;height:80%;background-color:rgba(55,52,52,.7);display:none}.b-mega_menu--hidden{display:none}@media only screen and (max-width: 62rem){.b-mega_menu{top:6.5rem;padding:0 20px 20px}}.b-mega_menu__inner{height:100%;background-color:var(--c-0);position:relative;top:-10rem;padding:10rem 0 30px}@media only screen and (max-width: 62rem){.b-mega_menu__inner--container{padding-bottom:120px}}.b-mega_menu__inner--row.active{align-items:center;justify-content:center;gap:30px 30px;grid-template-columns:repeat(4, 1fr);display:grid;padding:0 1.875rem}@media only screen and (max-width: 65rem){.b-mega_menu__inner--row.active{grid-template-columns:repeat(2, 1fr)}}@media only screen and (max-width: 62rem){.b-mega_menu__inner--row.active{display:flex;flex-direction:column;gap:30px}}.b-mega_menu__inner--row__col{width:100%}.b-mega_menu__inner--row__col img{width:100%;height:100%;object-fit:cover;transform:scale(1);transition:all .6s ease-out}@media only screen and (max-width: 62rem){.b-mega_menu__inner--row__col img{max-width:100%}}.b-mega_menu__inner--img:hover{transform:scale(1.1)}.b-mega_menu__inner--img:hover img{transform:scale(1.1)}.b-mega_menu__inner--img__wrapper{width:100%;position:relative;height:100%;overflow:hidden}.b-mega_menu__inner--img__wrapper figure{margin:0}.b-mega_menu__inner--img-overlay{position:absolute;width:100%;top:0;left:0;background-size:cover;background:linear-gradient(211deg, rgb(0, 0, 0) 0%, rgba(71, 65, 65, 0.98) 100%);z-index:2;opacity:.4;transform:scale(1);transition:all .6s ease-out}.b-mega_menu__inner--img-overlay:hover{transform:scale(1.1)}.b-mega_menu__inner--img-overlay:hover img{transform:scale(1.1)}.b-mega_menu__inner--img-overlay:hover .b-products_menu__inner--img-overlay{transform:scale(1.1)}.b-mega_menu__inner--title{margin-top:10px;color:var(--c-1)}.b-mega_menu--is-active-sub{opacity:1;visibility:visible;height:100%;z-index:9;overflow-y:scroll;padding-bottom:60px}@media only screen and (max-width: 62rem){.b-mega_menu--is-active-sub{z-index:999;height:100vh;padding-bottom:60px;overflow-y:scroll}}.b-mega_menu #capabilities-menu.active .b-mega_menu__inner--row__col{width:100% !important}.b-mega_menu #about-menu.active .b-mega_menu__inner--row__col{width:100% !important}.b-mega_menu #sectors-menu.active .b-mega_menu__inner--row__col{width:100% !important}.b-dymetrol-icon-slider{padding:4rem 0;width:100%;margin-right:auto;margin-left:auto;max-width:var(--standard-container);padding-right:var(--spacing);padding-left:var(--spacing);overflow-x:hidden}.b-dymetrol-icon-slider__wrapper{margin-top:3.5rem;position:relative}.b-dymetrol-icon-slider__swiper{width:100%;padding-bottom:2.5rem}.b-dymetrol-icon-slider__slide{text-align:center}.b-dymetrol-icon-slider__slide img{width:85px;height:85px;display:block;margin:auto}.b-dymetrol-icon-slider__title{font-size:1rem;font-weight:600;color:var(--c-1);margin-top:.5rem}.b-dymetrol-icon-slider__arrow{position:absolute;top:50%;width:60px;height:60px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:2}.b-dymetrol-icon-slider__arrow--prev{left:-1.5rem}@media(max-width: 1024px){.b-dymetrol-icon-slider__arrow--prev{left:0}}.b-dymetrol-icon-slider__arrow--next{right:-1.5rem}@media(max-width: 1024px){.b-dymetrol-icon-slider__arrow--next{right:0}}.b-dymetrol-icon-slider__arrow svg{width:3.75rem;height:3.75rem}.b-dymetrol-icon-slider .swiper-button-prev:after,.b-dymetrol-icon-slider .swiper-button-next:after{display:none}.b-dymetrol-icon-slider .b-dymetrol-sliders__slide img{width:85px;height:85px;display:block;margin:auto}.e-hamburger{display:none;cursor:pointer;width:34px;height:24px;padding:0;border:none;background-color:rgba(0,0,0,0);flex-direction:column;justify-content:space-between;align-items:center;margin-left:15px;z-index:20}@media screen and (max-width: 1040px){.e-hamburger{display:flex;position:absolute;z-index:9;top:25px;right:25px}}.e-hamburger span{display:block;width:34px;height:2px;background-color:var(--c-1);border-radius:4px}.e-hamburger span:nth-child(1),.e-hamburger span:nth-child(3){transition:opacity .2s}.e-hamburger span:nth-child(2),.e-hamburger span:nth-child(4){transition:transform .2s}.e-hamburger span:nth-child(4){position:absolute;top:50%;left:0;width:100%;transform:translateY(-50%);display:none}.js-mobile-nav__open .e-hamburger span:nth-child(1){opacity:0}.js-mobile-nav__open .e-hamburger span:nth-child(2){transform:rotate(45deg)}.js-mobile-nav__open .e-hamburger span:nth-child(3){opacity:0}.js-mobile-nav__open .e-hamburger span:nth-child(4){transform:translateY(0) rotate(-45deg);top:11px;left:unset;right:0;width:34px;display:block}.e-modal form.e-form>.gform_footer>button.gform_button.button[type=submit],form.e-form>.gform_footer>button.gform_button.button[type=submit],.wp-block-button .wp-block-button__link,.e-btn{display:inline-flex;align-items:center;text-decoration:none;color:var(--c-1);font-family:var(--secondary-font);font-size:calc(18px + 2*(100vw - 680px)/1240);border:1px solid var(--c-2);padding:.875rem;border-radius:50%;position:relative;cursor:pointer;transition:all .4s ease-out}@media screen and (max-width: 680px){.e-modal form.e-form>.gform_footer>button.gform_button.button[type=submit],form.e-form>.gform_footer>button.gform_button.button[type=submit],.wp-block-button .wp-block-button__link,.e-btn{font-size:18px}}@media screen and (min-width: 1920px){.e-modal form.e-form>.gform_footer>button.gform_button.button[type=submit],form.e-form>.gform_footer>button.gform_button.button[type=submit],.wp-block-button .wp-block-button__link,.e-btn{font-size:20px}}.e-modal form.e-form>.gform_footer>button.gform_button.button[type=submit] svg,form.e-form>.gform_footer>button.gform_button.button[type=submit] svg,.wp-block-button .wp-block-button__link svg,.e-btn svg{transition:all .4s ease-out}form.e-form>.gform_footer>button.gform_button.button[type=submit]:hover,.wp-block-button .wp-block-button__link:hover,.e-btn:hover{background-color:var(--c-2);border-radius:20px 20px 21px 20px;padding:.875rem 30px}form.e-form>.gform_footer>button.gform_button.button[type=submit]:hover svg,.wp-block-button .wp-block-button__link:hover svg,.e-btn:hover svg{fill:var(--c-0);color:var(--c-0)}form.e-form>.gform_footer>button.gform_button.button[type=submit]:hover svg path#np_arrow_700746_000000,.wp-block-button .wp-block-button__link:hover svg path#np_arrow_700746_000000,.e-btn:hover svg path#np_arrow_700746_000000{fill:var(--c-0)}.e-btn--submit{background-color:var(--c-0) !important;color:var(--c-1) !important;border:2px solid rgba(0,0,0,0) !important;border-radius:36px !important;font-family:var(--secondary-font) !important;font-size:28px !important;height:4.375rem !important;padding:10px 20px;width:200px !important;position:relative;left:0;transition:.6s ease-out}.e-btn--submit:hover{left:5px;border:2px solid var(--c-0 !important);background-color:rgba(0,0,0,0) !important;color:var(--c-0) !important}.e-header__buttons--nav a span{float:right}.e-header__buttons--nav a span svg{fill:#fff}.e-button-arrow{display:inline-flex;align-items:center;text-decoration:none;color:var(--c-1);font-family:var(--secondary-font);font-size:calc(18px + 2*(100vw - 680px)/1240);cursor:pointer}@media screen and (max-width: 680px){.e-button-arrow{font-size:18px}}@media screen and (min-width: 1920px){.e-button-arrow{font-size:20px}}.e-button-arrow span{border:1px solid var(--c-2);padding:1.25rem;border-radius:50%;position:relative;background-color:rgba(0,0,0,0);background:url(d6f678f657f0aade2cc7.svg);background-repeat:no-repeat;background-position:center;transition:all .4s ease-out;margin-left:10px}.e-button-arrow span svg{transition:all .4s ease-out;width:12px}.e-button-arrow:hover span,.e-button-arrow.open-bt span{background-color:var(--c-2) !important;background:url(bcf6e6425bb751153c45.svg);background-repeat:no-repeat;background-position:center;border-radius:20px 20px 21px 20px;padding:1.25rem 2.1875rem}.e-button-arrow:hover span svg,.e-button-arrow.open-bt span svg{fill:var(--c-0);color:var(--c-0)}.e-button-arrow:hover span svg path#np_arrow_700746_000000,.e-button-arrow.open-bt span svg path#np_arrow_700746_000000{fill:var(--c-0)}.e-button_rounded{color:var(--c-1);padding-top:10px;padding-bottom:10px;padding-left:1.3020833333vw;padding-right:1.3020833333vw;border:1px solid var(--c-2);border-radius:1.4375rem;font-family:var(--primary-font-medium);text-align:center}@media(max-width: 993px){.e-button_rounded{padding-left:5.3333333333vw}}@media(max-width: 993px){.e-button_rounded{padding-right:5.3333333333vw}}.e-button_rounded--filled{background-color:var(--c-2);color:var(--c-0)}@media(min-width: 1420px){.e-button_rounded{min-width:230px}}@media screen and (max-width: 768px){.e-button_rounded{font-size:12px}}.e-inline-list{gap:2.1875rem;list-style:none;display:flex;align-items:center;margin:0;padding-left:0}@media(max-width: 65rem){.e-inline-list{margin-bottom:30px;align-items:start}}.e-inline-list li{font-size:1.125rem;line-height:1;font-family:var(--primary-font);color:var(--c-1);margin-bottom:10px;margin-left:20px;margin-right:20px;position:relative;opacity:.7}.e-inline-list li:first-of-type{margin-left:0}.e-inline-list li:last-child{margin-right:0}@media(max-width: 65rem){.e-inline-list li{font-size:1rem;line-height:1.375rem;margin-left:0;margin-right:0}}.e-inline-list li a{color:var(--c-1);opacity:1;transition:all .6s ease-out;text-decoration:none}.e-inline-list li a:hover{opacity:.7}.e-inline-list__social{margin-top:30px;gap:10px}.e-inline-list__social li{margin-left:8px;margin-right:8px}.e-inline-list__social li a{display:block;opacity:1;transition:all .6s ease-out}.e-inline-list__social li a:hover{opacity:.7}.e-default-list{list-style:none;padding-left:0}.b-products-breadcrumbs{margin-top:1.875rem;display:flex;list-style:none;margin-bottom:3.75rem;padding-left:0;margin-left:0;justify-content:center;align-items:center;gap:20px}@media(max-width: 1200px){.b-products-breadcrumbs{display:grid;grid-template-columns:repeat(3, 1fr)}}@media(max-width: 992px){.b-products-breadcrumbs{grid-template-columns:repeat(2, 1fr)}}.b-products-breadcrumbs li:not(:first-of-type):hover{background-color:var(--c-2)}.b-products-breadcrumbs li:not(:first-of-type):hover a{color:var(--c-0)}.b-products-breadcrumbs li:not(:first-of-type).active{background-color:var(--c-2);color:var(--c-0)}.b-products-breadcrumbs li:not(:first-of-type).active a{color:var(--c-0)}.e-video__wrapper{position:relative;width:100%;height:100%}.e-video__wrapper--play-button{position:absolute;top:50%;left:50%;width:60px;height:60px;display:block;transform:translate(-50%, -50%);cursor:pointer}.e-video__wrapper--play-button.hide{display:none}.e-video__wrapper video{width:100%;height:auto}.e-custom-nav__container{width:100%;margin-right:auto;margin-left:auto;max-width:var(--standard-container);padding-right:var(--spacing);padding-left:var(--spacing)}.e-quote{position:absolute;top:50%;transform:translateY(-50%)}.e-quote svg{width:20px}@media screen and (max-width: 1040px){.e-quote svg{width:18px}}.e-quote__left{left:30px}@media screen and (max-width: 1040px){.e-quote__left{left:0}}.e-quote__right{right:30px}@media screen and (max-width: 1040px){.e-quote__right{right:0}}.e-policy-intro__container{width:100%;margin-right:auto;margin-left:auto;max-width:var(--small-container);padding-right:var(--spacing);padding-left:var(--spacing)}@media(min-width: 993px){.e-policy-intro__container{margin-top:11.25rem}}.e-policy-intro__container--content{margin:1.875rem 0}.e-breadcrumbs{margin-top:3.625rem;display:flex;list-style:none;margin-bottom:1.875rem;padding-left:0;margin-left:0;justify-content:center;align-items:center;gap:20px}@media(max-width: 1200px){.e-breadcrumbs{display:grid;grid-template-columns:repeat(3, 1fr)}}@media(max-width: 992px){.e-breadcrumbs{grid-template-columns:repeat(2, 1fr);padding-left:30px;padding-right:30px;margin-top:0}}.e-breadcrumbs li:not(:first-of-type):hover{background-color:var(--c-2)}.e-breadcrumbs li:not(:first-of-type):hover a{color:var(--c-0)}.e-breadcrumbs li:not(:first-of-type).active{background-color:var(--c-2);color:var(--c-0)}.e-breadcrumbs li:not(:first-of-type).active a{background-color:var(--c-2);color:var(--c-0)}.page-template-why-use-dymetrol-page .e-breadcrumbs{margin-top:3.625rem}.gform-theme--framework ::placeholder{font-weight:600;font-family:"Roboto Condensed", sans-serif;font-size:calc(16px + 2*(100vw - 400px)/1520);color:#fff;opacity:1}@media screen and (max-width: 400px){.gform-theme--framework ::placeholder{font-size:16px}}@media screen and (min-width: 1920px){.gform-theme--framework ::placeholder{font-size:18px}}p.gform_required_legend{display:none !important}.gform-theme--framework ::placeholder{font-weight:600;font-family:"Roboto Condensed", sans-serif;font-size:calc(16px + 2*(100vw - 400px)/1520)}@media screen and (max-width: 400px){.gform-theme--framework ::placeholder{font-size:16px}}@media screen and (min-width: 1920px){.gform-theme--framework ::placeholder{font-size:18px}}.gform-theme--framework ::-moz-placeholder{font-size:calc(16px + 2*(100vw - 400px)/1520)}@media screen and (max-width: 400px){.gform-theme--framework ::-moz-placeholder{font-size:16px}}@media screen and (min-width: 1920px){.gform-theme--framework ::-moz-placeholder{font-size:18px}}.gform-theme--framework :-ms-input-placeholder{font-size:calc(16px + 2*(100vw - 400px)/1520)}@media screen and (max-width: 400px){.gform-theme--framework :-ms-input-placeholder{font-size:16px}}@media screen and (min-width: 1920px){.gform-theme--framework :-ms-input-placeholder{font-size:18px}}.gform-body.gform_body .gfield .ginput_password.large,.gform-body.gform_body .gfield input.large{border:none;box-shadow:none;border-bottom:1px solid var(--c-0);border-radius:0;padding-left:0;margin-bottom:20px;height:60px}.gform-body.gform_body .gfield .ginput_password.large ::-webkit-input-placeholder,.gform-body.gform_body .gfield input.large ::-webkit-input-placeholder{font-weight:600;font-family:"Roboto Condensed", sans-serif;font-size:calc(16px + 2*(100vw - 400px)/1520);color:#fff;opacity:1}@media screen and (max-width: 400px){.gform-body.gform_body .gfield .ginput_password.large ::-webkit-input-placeholder,.gform-body.gform_body .gfield input.large ::-webkit-input-placeholder{font-size:16px}}@media screen and (min-width: 1920px){.gform-body.gform_body .gfield .ginput_password.large ::-webkit-input-placeholder,.gform-body.gform_body .gfield input.large ::-webkit-input-placeholder{font-size:18px}}.gform-body.gform_body .gfield .ginput_password.large :-moz-placeholder,.gform-body.gform_body .gfield input.large :-moz-placeholder{font-weight:600;font-family:"Roboto Condensed", sans-serif;font-size:calc(16px + 2*(100vw - 400px)/1520);color:#fff;opacity:1}@media screen and (max-width: 400px){.gform-body.gform_body .gfield .ginput_password.large :-moz-placeholder,.gform-body.gform_body .gfield input.large :-moz-placeholder{font-size:16px}}@media screen and (min-width: 1920px){.gform-body.gform_body .gfield .ginput_password.large :-moz-placeholder,.gform-body.gform_body .gfield input.large :-moz-placeholder{font-size:18px}}.gform-body.gform_body .gfield .ginput_password.large ::-moz-placeholder,.gform-body.gform_body .gfield input.large ::-moz-placeholder{font-weight:600;font-family:"Roboto Condensed", sans-serif;font-size:calc(16px + 2*(100vw - 400px)/1520);color:#fff;opacity:1}@media screen and (max-width: 400px){.gform-body.gform_body .gfield .ginput_password.large ::-moz-placeholder,.gform-body.gform_body .gfield input.large ::-moz-placeholder{font-size:16px}}@media screen and (min-width: 1920px){.gform-body.gform_body .gfield .ginput_password.large ::-moz-placeholder,.gform-body.gform_body .gfield input.large ::-moz-placeholder{font-size:18px}}.gform-body.gform_body .gfield .ginput_password.large :-ms-input-placeholder,.gform-body.gform_body .gfield input.large :-ms-input-placeholder{font-weight:600;font-family:"Roboto Condensed", sans-serif;font-size:calc(16px + 2*(100vw - 400px)/1520);color:#fff;opacity:1}@media screen and (max-width: 400px){.gform-body.gform_body .gfield .ginput_password.large :-ms-input-placeholder,.gform-body.gform_body .gfield input.large :-ms-input-placeholder{font-size:16px}}@media screen and (min-width: 1920px){.gform-body.gform_body .gfield .ginput_password.large :-ms-input-placeholder,.gform-body.gform_body .gfield input.large :-ms-input-placeholder{font-size:18px}}.gform_footer.top_label{margin-top:30px !important}.gform-theme--foundation .gform_fields{row-gap:20px !important}.gform-theme--foundation .gfield textarea.large,.gform-theme--foundation .gfield textarea.medium{border:none;border-radius:0;height:130px;min-block-size:100px !important;border-bottom:1px solid var(--c-0);box-shadow:none;background-color:#383838 !important;padding-left:1.875rem}.gform-theme--foundation .gform_footer,.gform-theme--foundation .gform_page_footer{justify-content:flex-end;margin-top:30px !important}.gform-body.gform_body .gfield .ginput_password.large,.gform-body.gform_body .gfield input.large{border:none;box-shadow:none;border-radius:0;padding-left:30px;margin-bottom:0;height:60px;background-color:#383838 !important;color:#fff}.gform-theme--framework :where(:not(html):not(iframe):not(canvas):not(img):not(svg):not(video) :not(svg *):not(symbol *) :not(.gform-theme__no-reset--el):not(.gform-theme__no-reset--children *):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-reset):not(.gform-theme__disable-reset *):not(.gform_heading *):not(.gfield--type-html *):not(.gfield--type-section *):not(.form_saved_message>*):not(.form_saved_message_sent>*):not(.gform_confirmation_message *):not(.wp-editor-container):not(.mce-tinymce):not(.mce-tinymce *):not(.wp-editor-area):not(.gfield_description>*):not(.gform-field-label--type-inline>:not(span)):not(.ui-resizable-handle):not(.hidden)){all:revert-layer}.gform-theme--framework .gfield:where(.gfield--type-fileupload,.gfield--input-type-fileupload) .gform_drop_area::before{color:#fff;font-weight:600;font-family:"Roboto Condensed", sans-serif !important;font-size:0 !important;background:url(4cbfd1f5669683e3ae32.svg);background-repeat:no-repeat;background-position:center;width:15px;height:16px;position:relative;top:-3px}div#gform_drag_drop_area_1_14,div#gform_drag_drop_area_2_14,div#gform_drag_drop_area_4_14,div#gform_drag_drop_area_4_15{background-color:#383838 !important;color:#fff !important;display:flex;align-items:center;justify-content:flex-start;gap:20px;border:none !important;position:relative;padding-top:50px}div#gform_drag_drop_area_1_14 span.gform_drop_instructions,div#gform_drag_drop_area_2_14 span.gform_drop_instructions,div#gform_drag_drop_area_4_14 span.gform_drop_instructions,div#gform_drag_drop_area_4_15 span.gform_drop_instructions{font-weight:600;font-family:"Roboto Condensed", sans-serif !important;font-size:calc(16px + 2*(100vw - 400px)/1520);margin-bottom:6px}@media screen and (max-width: 400px){div#gform_drag_drop_area_1_14 span.gform_drop_instructions,div#gform_drag_drop_area_2_14 span.gform_drop_instructions,div#gform_drag_drop_area_4_14 span.gform_drop_instructions,div#gform_drag_drop_area_4_15 span.gform_drop_instructions{font-size:16px}}@media screen and (min-width: 1920px){div#gform_drag_drop_area_1_14 span.gform_drop_instructions,div#gform_drag_drop_area_2_14 span.gform_drop_instructions,div#gform_drag_drop_area_4_14 span.gform_drop_instructions,div#gform_drag_drop_area_4_15 span.gform_drop_instructions{font-size:18px}}div#gform_drag_drop_area_4_14,div#gform_drag_drop_area_4_15{padding-top:0 !important;padding-bottom:0 !important;height:60px}span#gfield_upload_rules_1_14,span#gfield_upload_rules_2_14,span#gfield_upload_rules_4_14,span#gfield_upload_rules_4_15{margin-top:-15px}button#gform_browse_button_1_14,button#gform_browse_button_2_14,button#gform_browse_button_4_14,button#gform_browse_button_4_15{background-color:rgba(0,0,0,0);border-radius:0;color:rgba(0,0,0,0);position:absolute !important;left:0;top:50%;transform:translateY(-50%);width:100%;height:100%}.gform-theme--foundation #field_submit,.gform-theme--foundation .gform_footer,.gform-theme--foundation .gform_page_footer{justify-content:center;display:flex}.gform-theme--foundation #field_submit button,.gform-theme--foundation .gform_footer button,.gform-theme--foundation .gform_page_footer button{background-color:rgba(0,0,0,0) !important;text-align:center;color:var(--c-1);font-family:var(--secondary-font) !important;font-size:1.125rem !important;font-size:calc(18px + 2*(100vw - 680px)/1240)}@media screen and (max-width: 680px){.gform-theme--foundation #field_submit button,.gform-theme--foundation .gform_footer button,.gform-theme--foundation .gform_page_footer button{font-size:18px}}@media screen and (min-width: 1920px){.gform-theme--foundation #field_submit button,.gform-theme--foundation .gform_footer button,.gform-theme--foundation .gform_page_footer button{font-size:20px}}.gform-theme--foundation .gfield textarea.medium{min-block-size:12rem;background-color:#000;color:#fff}div#gfield_description_1_3{display:none}.page-template-contact-page .select2-container--default .select2-selection--single{background-color:#383838 !important;border:none;color:#fff;height:60px;border-radius:0}.page-template-contact-page .select2-container--default .select2-selection--single{background-color:#383838 !important}.page-template-contact-page .select2-container--default .select2-selection--single{font-weight:600;font-family:"Roboto Condensed", sans-serif}.page-template-contact-page .select2-container--default .select2-selection--single .select2-selection__rendered{color:#fff !important;line-height:60px;padding-left:30px !important;font-size:calc(16px + 2*(100vw - 400px)/1520)}@media screen and (max-width: 400px){.page-template-contact-page .select2-container--default .select2-selection--single .select2-selection__rendered{font-size:16px}}@media screen and (min-width: 1920px){.page-template-contact-page .select2-container--default .select2-selection--single .select2-selection__rendered{font-size:18px}}.page-template-contact-page .select2-container--default .select2-results>.select2-results__options{background-color:#383838 !important;color:#fff;font-size:calc(16px + 2*(100vw - 400px)/1520);font-weight:600;font-family:"Roboto Condensed", sans-serif;height:100%;border:none;padding-left:30px}@media screen and (max-width: 400px){.page-template-contact-page .select2-container--default .select2-results>.select2-results__options{font-size:16px}}@media screen and (min-width: 1920px){.page-template-contact-page .select2-container--default .select2-results>.select2-results__options{font-size:18px}}.page-template-contact-page .select2-results__option{padding-left:30px !important}.page-template-contact-page .select2-dropdown{background-color:#383838 !important;border:none !important}.page-template-contact-page .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable{color:#fff;background-color:#383838 !important;padding-left:0 !important;font-size:calc(16px + 2*(100vw - 400px)/1520)}@media screen and (max-width: 400px){.page-template-contact-page .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable{font-size:16px}}@media screen and (min-width: 1920px){.page-template-contact-page .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable{font-size:18px}}.page-template-contact-page .select2-results__option{padding-left:0 !important}.page-template-contact-page .select2-container--default .select2-selection--single{border:none !important;border-radius:0 !important;height:60px !important}.page-template-contact-page .select2.select2-container{position:relative}.page-template-contact-page .select2-container--default .select2-search--dropdown .select2-search__field{display:none}.page-template-contact-page .select2-container--default .select2-results__option--selected{background-color:#383838 !important}.page-template-contact-page .select2-container--default .select2-selection--single .select2-selection__arrow:after{display:block;content:"";background:url(3a601b971dbb84c1f17d.svg);background-repeat:no-repeat;background-position:center;width:19px;height:10px;top:26px;position:relative;right:30px}.page-template-careers .gform-theme--foundation .gfield .ginput_password.large,.page-template-careers .gform-theme--foundation .gfield input.large,.page-template-careers .gform-theme--foundation .gfield select.large{inline-size:100%;height:60px;background-color:#252525;color:#fff;border:none;border-radius:0;padding-left:30px;line-height:60px;font-weight:600;font-family:"Roboto Condensed", sans-serif;font-size:calc(16px + 2*(100vw - 400px)/1520);text-align:left;position:relative}@media screen and (max-width: 400px){.page-template-careers .gform-theme--foundation .gfield .ginput_password.large,.page-template-careers .gform-theme--foundation .gfield input.large,.page-template-careers .gform-theme--foundation .gfield select.large{font-size:16px}}@media screen and (min-width: 1920px){.page-template-careers .gform-theme--foundation .gfield .ginput_password.large,.page-template-careers .gform-theme--foundation .gfield input.large,.page-template-careers .gform-theme--foundation .gfield select.large{font-size:18px}}.page-template-careers span.select2.select2-container.select2-container--default{position:relative}.page-template-careers div#field_4_17{position:relative}.page-template-careers div#field_4_17:after{display:block;position:absolute;content:"";background:url(3a601b971dbb84c1f17d.svg);background-repeat:no-repeat;background-position:center;width:15px;height:16px;z-index:9;background-size:100%;top:28%;right:13px}.page-template-careers div#field_4_18{position:relative}.page-template-careers div#field_4_18:after{display:block;position:absolute;content:"";background:url(3a601b971dbb84c1f17d.svg);background-repeat:no-repeat;background-position:center;width:15px;height:16px;z-index:9;background-size:100%;top:28%;right:13px}.page-template-careers label.gform-field-label.gform-field-label--type-inline.gfield_consent_label{color:#fff;font-weight:600;font-family:"Roboto Condensed", sans-serif}.gform_confirmation_message{text-align:center;font-size:calc(16px + 4*(100vw - 400px)/1800)}@media screen and (max-width: 400px){.gform_confirmation_message{font-size:16px}}@media screen and (min-width: 2200px){.gform_confirmation_message{font-size:20px}}.gform-theme--foundation .gfield .ginput_password.large,.gform-theme--foundation .gfield input.large,.gform-theme--foundation .gfield select.large{inline-size:100%;height:60px;background-color:#383838;color:#fff;border:none;border-radius:0;padding-left:30px;line-height:60px;font-weight:600;font-family:"Roboto Condensed", sans-serif;font-size:calc(16px + 2*(100vw - 400px)/1520);text-align:left}@media screen and (max-width: 400px){.gform-theme--foundation .gfield .ginput_password.large,.gform-theme--foundation .gfield input.large,.gform-theme--foundation .gfield select.large{font-size:16px}}@media screen and (min-width: 1920px){.gform-theme--foundation .gfield .ginput_password.large,.gform-theme--foundation .gfield input.large,.gform-theme--foundation .gfield select.large{font-size:18px}}.page-template-contact-page .gfield select.large,.page-template-policies .gfield select.large{background:url(3a601b971dbb84c1f17d.svg);background-repeat:no-repeat;-moz-appearance:none;-webkit-appearance:none;appearance:none;background-color:#383838;background-position-y:center;background-position-x:25rem}@media(max-width: 1040px){.page-template-contact-page .gfield select.large,.page-template-policies .gfield select.large{background-position-x:41vw}}@media(max-width: 640px){.page-template-contact-page .gfield select.large,.page-template-policies .gfield select.large{background-position-x:80vw}}.page-template-contact-page .gfield select.large#input_1_15,.page-template-policies .gfield select.large#input_1_15{background-position-x:53.4rem}@media(max-width: 1040px){.page-template-contact-page .gfield select.large#input_1_15,.page-template-policies .gfield select.large#input_1_15{background-position-x:41vw}}@media(max-width: 640px){.page-template-contact-page .gfield select.large#input_1_15,.page-template-policies .gfield select.large#input_1_15{background-position-x:80vw}}label.gfield_label.gform-field-label{color:#fff}@media only screen and (min-width: 65.0625rem){.fancybox__content{height:41.666vw !important;width:auto !important}}.p-basic__banner{background-color:#000}.p-basic__banner--inner{width:100%;margin-right:auto;margin-left:auto;max-width:calc(var(--small-container) - var(--spacing)*2);padding-left:0;padding-right:0}.p-basic__banner--header{padding-bottom:30px}.p-basic__banner--heading{margin-top:0;margin-bottom:0;color:#fff}.p-basic__content-area{margin-top:60px}@media(max-width: 760px){.p-basic__content-area{margin-top:30px}}.text-black,.text-black p{color:var(--c-0)}.text-yellow .text-yellow p{color:var(--c-2)}.p-single__container{width:100%;margin-right:auto;margin-left:auto;max-width:var(--medium-container);padding-right:var(--spacing);padding-left:var(--spacing)}

/*# sourceMappingURL=main.css.map*/