: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-shadow: none;--f-button-transition: all .15s ease;--f-button-transform: none;--f-button-outline-width: 1px;--f-button-outline-color: rgba(0, 0, 0, .7);--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-opacity: 1;--f-button-svg-disabled-opacity: .5;--f-button-svg-transition: opacity .15s ease;--f-button-svg-transform: none}.f-button{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);transform:var(--f-button-transform);transition:var(--f-button-transition);backdrop-filter:var(--f-button-backdrop-filter);display:flex;justify-content:center;align-items:center;box-sizing:content-box;position:relative;margin:0;padding:0;pointer-events:all;cursor:pointer;overflow:hidden}@media (hover: hover){.f-button:hover:not([aria-disabled]){color:var(--f-button-hover-color, var(--f-button-color));background-color:var(--f-button-hover-bg, var(--f-button-bg))}}.f-button:active:not([aria-disabled]){color:var(--f-button-active-color, var(--f-button-hover-color, var(--f-button-color)));background-color:var(--f-button-active-bg, var(--f-button-hover-bg, var(--f-button-bg)))}.f-button:focus{outline:none}.f-button:focus-visible{outline:var(--f-button-outline-width) solid var(--f-button-outline-color);outline-offset:var(--f-button-outline-offset);position:relative;z-index:1}.f-button svg{width:var(--f-button-svg-width);height:var(--f-button-svg-height);transform:var(--f-button-svg-transform);fill:var(--f-button-svg-fill);filter:var(--f-button-svg-filter);opacity:var(--f-button-svg-opacity, 1);transition:var(--f-button-svg-transition);stroke:currentColor;stroke-width:var(--f-button-svg-stroke-width);stroke-linecap:round;stroke-linejoin:round;pointer-events:none}.f-button[aria-disabled]{cursor:default}.f-button[aria-disabled] svg{opacity:var(--f-button-svg-disabled-opacity)}[data-panzoom-action=toggleFS] g:first-child{display:flex}[data-panzoom-action=toggleFS] g:last-child{display:none}.in-fullscreen [data-panzoom-action=toggleFS] g:first-child{display:none}.in-fullscreen [data-panzoom-action=toggleFS] g:last-child{display:flex}[data-autoplay-action=toggle] svg g:first-child{display:flex}[data-autoplay-action=toggle] svg g:last-child{display:none}.has-autoplay [data-autoplay-action=toggle] svg g:first-child{display:none}.has-autoplay [data-autoplay-action=toggle] svg g:last-child{display:flex}:fullscreen [data-fullscreen-action=toggle] svg [data-fullscreen-action=toggle] svg g:first-child{display:none}:fullscreen [data-fullscreen-action=toggle] svg [data-fullscreen-action=toggle] svg g:last-child{display:flex}:root{--f-spinner-color-1: rgba(0, 0, 0, .1);--f-spinner-color-2: rgba(17, 24, 28, .8);--f-spinner-width: 50px;--f-spinner-height: 50px;--f-spinner-border-radius: 50%;--f-spinner-border-width: 4px}.f-spinner{position:absolute;top:50%;left:50%;margin:calc(var(--f-spinner-width) * -.5) 0 0 calc(var(--f-spinner-height) * -.5);padding:0;width:var(--f-spinner-width);height:var(--f-spinner-height);border-radius:var(--f-spinner-border-radius);border:var(--f-spinner-border-width) solid var(--f-spinner-color-1);border-top-color:var(--f-spinner-color-2);animation:f-spinner .75s linear infinite,f-fadeIn .2s ease .2s both}@keyframes f-spinner{to{transform:rotate(360deg)}}.f-panzoom,.f-zoomable{position:relative;overflow:hidden;display:flex;align-items:center;flex-direction:column}.f-panzoom:before,.f-panzoom:after,.f-zoomable:before,.f-zoomable:after{display:block;content:""}.f-panzoom:not(.has-controls):before,.f-zoomable:not(.has-controls):before{margin-bottom:auto}.f-panzoom:after,.f-zoomable:after{margin-top:auto}.f-panzoom.in-fullscreen,.f-zoomable.in-fullscreen{position:fixed;top:0;left:0;margin:0!important;width:100%!important;height:100%!important;max-width:none!important;max-height:none!important;aspect-ratio:unset!important;z-index:9999}.f-panzoom__wrapper{position:relative;min-width:0;min-height:0;max-width:100%;max-height:100%}.f-panzoom__wrapper.will-zoom-out{cursor:zoom-out}.f-panzoom__wrapper.can-drag{cursor:move;cursor:grab}.f-panzoom__wrapper.will-zoom-in{cursor:zoom-in}.f-panzoom__wrapper.is-dragging{cursor:move;cursor:grabbing}.f-panzoom__wrapper.has-error{display:none}.f-panzoom__content{display:block;min-width:0;min-height:0;max-width:100%;max-height:100%}.f-panzoom__content.is-lazyloading,.f-panzoom__content.has-lazyerror{visibility:hidden}img.f-panzoom__content{width:auto;height:auto;vertical-align:top;object-fit:contain;transition:none;user-select:none}.f-panzoom__wrapper>.f-panzoom__content{visibility:hidden}.f-panzoom__viewport{display:block;position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}.f-panzoom__viewport>.f-panzoom__content{width:100%;height:100%;object-fit:fill}picture.f-panzoom__content img{vertical-align:top;width:100%;height:auto;max-height:100%;object-fit:contain;transition:none;user-select:none}.f-panzoom__protected{position:absolute;inset:0;z-index:1;user-select:none}html.with-panzoom-in-fullscreen{overflow:hidden}.f-fadeIn{animation:var(--f-transition-duration, .2s) var(--f-transition-easing, ease) var(--f-transition-delay, 0s) both f-fadeIn;z-index:2}.f-fadeOut{animation:var(--f-transition-duration, .2s) var(--f-transition-easing, ease) var(--f-transition-delay, 0s) both f-fadeOut;z-index:1}@keyframes f-fadeIn{0%{opacity:0}to{opacity:1}}@keyframes f-fadeOut{to{opacity:0}}.f-crossfadeIn{animation:var(--f-transition-duration, .2s) ease both f-crossfadeIn;z-index:2}.f-crossfadeOut{animation:calc(var(--f-transition-duration, .2s) * .2) ease calc(var(--f-transition-duration, .2s) * .8) both f-crossfadeOut;z-index:1}@keyframes f-crossfadeIn{0%{opacity:0}to{opacity:1}}@keyframes f-crossfadeOut{to{opacity:0}}.is-horizontal .f-slideIn.from-next{animation:var(--f-transition-duration, .85s) cubic-bezier(.16,1,.3,1) f-slideInNextX}.is-horizontal .f-slideIn.from-prev{animation:var(--f-transition-duration, .85s) cubic-bezier(.16,1,.3,1) f-slideInPrevX}.is-horizontal .f-slideOut.to-next{animation:var(--f-transition-duration, .85s) cubic-bezier(.16,1,.3,1) f-slideOutNextX}.is-horizontal .f-slideOut.to-prev{animation:var(--f-transition-duration, .85s) cubic-bezier(.16,1,.3,1) f-slideOutPrevX}@keyframes f-slideInPrevX{0%{transform:translate(calc(100% + var(--f-carousel-gap, 0)))}to{transform:translateZ(0)}}@keyframes f-slideInNextX{0%{transform:translate(calc(-100% - var(--f-carousel-gap, 0)))}to{transform:translateZ(0)}}@keyframes f-slideOutNextX{to{transform:translate(calc(-100% - var(--f-carousel-gap, 0)))}}@keyframes f-slideOutPrevX{to{transform:translate(calc(100% + var(--f-carousel-gap, 0)))}}.is-vertical .f-slideIn.from-next{animation:var(--f-transition-duration, .85s) cubic-bezier(.16,1,.3,1) f-slideInNextY}.is-vertical .f-slideIn.from-prev{animation:var(--f-transition-duration, .85s) cubic-bezier(.16,1,.3,1) f-slideInPrevY}.is-vertical .f-slideOut.to-next{animation:var(--f-transition-duration, .85s) cubic-bezier(.16,1,.3,1) f-slideOutNextY}.is-vertical .f-slideOut.to-prev{animation:var(--f-transition-duration, .85s) cubic-bezier(.16,1,.3,1) f-slideOutPrevY}@keyframes f-slideInPrevY{0%{transform:translateY(calc(100% + var(--f-carousel-gap, 0)))}to{transform:translateZ(0)}}@keyframes f-slideInNextY{0%{transform:translateY(calc(-100% - var(--f-carousel-gap, 0)))}to{transform:translateZ(0)}}@keyframes f-slideOutNextY{to{transform:translateY(calc(-100% - var(--f-carousel-gap, 0)))}}@keyframes f-slideOutPrevY{to{transform:translateY(calc(100% + var(--f-carousel-gap, 0)))}}.f-zoomInUp{animation:var(--f-transition-duration, .3s) ease both f-zoomInUp}.f-zoomOutDown{animation:var(--f-transition-duration, .3s) ease both f-zoomOutDown}@keyframes f-zoomInUp{0%{transform:scale(var(--f-zoomInUp-scale, .975)) translate3d(var(--f-zoomInUp-x, 0),var(--f-zoomInUp-y, 16px),0);opacity:var(--f-zoomInUp-opacity, 0)}to{transform:scale(1) translateZ(0);opacity:1}}@keyframes f-zoomOutDown{to{transform:scale(var(--f-zoomOutDown-scale, .975)) translate3d(var(--f-zoomOutDown-x, 0),var(--f-zoomOutDown-y, 16px),0);opacity:0}}.f-throwOutUp{animation:var(--f-throwOutUp-duration, .2s) ease-out both f-throwOutUp}.f-throwOutDown{animation:var(--f-throwOutDown-duration, .2s) ease-out both f-throwOutDown}@keyframes f-throwOutUp{to{transform:translate3d(0,calc(var(--f-throwOutUp-y, 150px) * -1),0);opacity:0}}@keyframes f-throwOutDown{to{transform:translate3d(0,var(--f-throwOutDown-y, 150px),0);opacity:0}}.has-iframe .f-html,.has-pdf .f-html,.has-gmap .f-html{width:100%;height:100%;min-height:1px;overflow:visible}.has-pdf .f-html,.has-gmap .f-html{padding:0}.f-html{position:relative;box-sizing:border-box;margin:var(--f-html-margin, 0);padding:var(--f-html-padding, 2rem);color:var(--f-html-color, currentColor);background:var(--f-html-bg)}.f-html.is-error{text-align:center}.f-iframe{display:block;margin:0;border:0;height:100%;width:100%}.f-caption{align-self:center;flex-shrink:0;margin:var(--f-caption-margin);padding:var(--f-caption-padding, 16px 8px);max-width:100%;max-height:calc(80vh - 100px);overflow:auto;overflow-wrap:anywhere;line-height:var(--f-caption-line-height);color:var(--f-caption-color);background:var(--f-caption-bg);font:var(--f-caption-font)}.has-html5video .f-html,.has-youtube .f-html,.has-vimeo .f-html{padding:0;width:100%;height:100%;min-height:1px;overflow:visible;max-width:var(--f-video-width, 960px);max-height:var(--f-video-height, 540px);aspect-ratio:var(--f-video-aspect-ratio);background:var(--f-video-bg, rgba(0, 0, 0, .9))}.f-html5video{border:0;display:block;height:100%;width:100%;background:transparent}.f-button.is-arrow{--f-button-width: var(--f-arrow-width, 46px);--f-button-height: var(--f-arrow-height, 46px);--f-button-svg-width: var(--f-arrow-svg-width, 24px);--f-button-svg-height: var(--f-arrow-svg-height, 24px);--f-button-svg-stroke-width: var(--f-arrow-svg-stroke-width, 1.75);--f-button-border-radius: var(--f-arrow-border-radius, unset);--f-button-bg: var(--f-arrow-bg, transparent);--f-button-hover-bg: var(--f-arrow-hover-bg, var(--f-arrow-bg));--f-button-active-bg: var(--f-arrow-active-bg, var(--f-arrow-hover-bg));--f-button-shadow: var(--f-arrow-shadow);--f-button-color: var(--f-arrow-color);--f-button-hover-color: var(--f-arrow-hover-color, var(--f-arrow-color));--f-button-active-color: var( --f-arrow-active-color, var(--f-arrow-hover-color) );overflow:visible}.f-button.is-arrow.is-prev,.f-button.is-arrow.is-next{position:absolute;transform:translate(0);z-index:20}.is-horizontal .f-button.is-arrow.is-prev,.is-horizontal .f-button.is-arrow.is-next{inset:50% auto auto;transform:translateY(-50%)}.is-horizontal.is-ltr .f-button.is-arrow.is-prev{left:var(--f-arrow-pos, 0)}.is-horizontal.is-ltr .f-button.is-arrow.is-next{right:var(--f-arrow-pos, 0)}.is-horizontal.is-rtl .f-button.is-arrow.is-prev{right:var(--f-arrow-pos, 0);transform:translateY(-50%) rotateY(180deg)}.is-horizontal.is-rtl .f-button.is-arrow.is-next{left:var(--f-arrow-pos, 0);transform:translateY(-50%) rotateY(180deg)}.is-vertical.is-ltr .f-button.is-arrow.is-prev,.is-vertical.is-rtl .f-button.is-arrow.is-prev{top:var(--f-arrow-pos, 0);right:auto;bottom:auto;left:50%;transform:translate(-50%)}.is-vertical.is-ltr .f-button.is-arrow.is-next,.is-vertical.is-rtl .f-button.is-arrow.is-next{top:auto;right:auto;bottom:var(--f-arrow-pos, 0);left:50%;transform:translate(-50%)}.is-vertical .f-button.is-arrow.is-prev svg,.is-vertical .f-button.is-arrow.is-next svg{transform:rotate(90deg)}.f-carousel__toolbar{display:grid;grid-template-columns:1fr auto 1fr;margin:var(--f-toolbar-margin, 0);padding:var(--f-toolbar-padding, 8px);line-height:var(--f-toolbar-line-height);background:var(--f-toolbar-bg, none);box-shadow:var(--f-toolbar-shadow, none);backdrop-filter:var(--f-toolbar-backdrop-filter);position:relative;z-index:20;color:var(--f-toolbar-color, currentColor);font-size:var(--f-toolbar-font-size, 17px);font-weight:var(--f-toolbar-font-weight, inherit);font-family:var(--f-toolbar-font, -apple-system, BlinkMacSystemFont, "Segoe UI Adjusted", "Segoe UI", "Liberation Sans", sans-serif);text-shadow:var(--f-toolbar-text-shadow);text-align:center;font-variant-numeric:tabular-nums;-webkit-font-smoothing:subpixel-antialiased;white-space:nowrap;pointer-events:none}.f-carousel__toolbar.is-absolute{position:absolute;top:0;left:0;right:0}.f-carousel__toolbar__column{display:flex;flex-direction:row;flex-wrap:wrap;align-content:flex-start;gap:var(--f-toolbar-gap, 0)}.f-carousel__toolbar__column.is-left{display:flex;justify-self:flex-start;justify-content:flex-start}.f-carousel__toolbar__column.is-middle{display:flex;justify-content:center}.f-carousel__toolbar__column.is-right{display:flex;justify-self:flex-end;justify-content:flex-end;flex-flow:nowrap}.f-carousel__toolbar__column{pointer-events:none}.f-carousel__toolbar__column>*{pointer-events:all}.f-counter{position:relative;display:flex;flex-direction:row;cursor:default;user-select:none;margin:var(--f-counter-margin, 0);padding:var(--f-counter-padding, 4px);line-height:var(--f-counter-line-height);background:var(--f-counter-bg);border-radius:var(--f-counter-border-radius)}.f-counter span{padding:0 var(--f-counter-gap, 4px)}:root{--f-thumbs-gap: 8px;--f-thumbs-margin: 0;--f-thumbs-padding-x: 8px;--f-thumbs-padding-y: 8px;--f-thumbs-z-index: 1;--f-thumb-width: 96px;--f-thumb-height: 72px;--f-thumb-clip-width: 46px;--f-thumb-extra-gap: 16px;--f-thumb-fit: cover;--f-thumb-opacity: 1;--f-thumb-transition: opacity .3s ease, transform .15s ease;--f-thumb-border: none;--f-thumb-border-radius: 4px;--f-thumb-transfors: none;--f-thumb-shadow: none;--f-thumb-bg: linear-gradient(rgba(0, 0, 0, .1), rgba(0, 0, 0, .05));--f-thumb-focus-shadow: inset 0 0 0 .8px #222, inset 0 0 0 2.25px #fff;--f-thumb-selected-shadow: inset 0 0 0 .8px #222, inset 0 0 0 2.25px #fff}.f-thumbs{flex-shrink:0;margin:var(--f-thumbs-margin);padding:0;background:var(--f-thumbs-bg);-webkit-tap-highlight-color:transparent;user-select:none;transition:max-height .3s ease,max-width .3s ease;position:relative;overflow:hidden;z-index:var(--f-thumbs-z-index)}.f-thumbs.is-horizontal{max-height:calc(var(--f-carousel-slide-height) + var(--f-thumbs-padding-y) * 2 + var(--f-thumbs-gap) * 2)}.f-thumbs.is-vertical{max-width:calc(var(--f-carousel-slide-width) + var(--f-thumbs-padding-x) * 2 + var(--f-thumbs-gap) * 2)}.f-thumbs.is-ltr{direction:ltr}.f-thumbs.is-rtl{direction:rtl}.f-thumbs__viewport{margin:var(--f-thumbs-padding-y) var(--f-thumbs-padding-x);overflow:visible;display:grid}.f-thumbs.is-vertical .f-thumbs__viewport{height:calc(100% - var(--f-thumbs-padding-y) * 2)}.f-thumbs__slide{position:relative;box-sizing:border-box;grid-area:1/1;width:var(--f-carousel-slide-width);height:var(--f-carousel-slide-height);margin:0;padding:0;display:flex;align-items:center;flex-direction:column;cursor:pointer;overflow:visible}.f-thumbs__slide:hover button{opacity:var(--f-thumb-hover-opacity, 1);transform:var(--f-thumb-hover-transform, none)}.f-thumbs__slide:hover button:after{border:var(--f-thumb-hover-border, none);box-shadow:var(--f-thumb-hover-shadow, var(--f-thumb-shadow))}.f-thumbs__slide button{all:unset;margin:auto;padding:0;position:relative;overflow:visible;width:100%;height:100%;outline:none;transition:var(--f-thumb-transition);border-radius:var(--f-thumb-border-radius);opacity:var(--f-thumb-opacity);transform:var(--f-thumb-transform);background:var(--f-thumb-bg)}.f-thumbs__slide button:after{content:"";position:absolute;inset:0;z-index:1;transition:none;border-radius:inherit;border:var(--f-thumb-border);box-shadow:var(--f-thumb-shadow)}.f-thumbs__slide button:focus-within{opacity:var(--f-thumb-focus-opacity, 1);transform:var(--f-thumb-focus-transform, none)}.f-thumbs__slide button:focus-within:after{border:var(--f-thumb-focus-border, none);box-shadow:var(--f-thumb-focus-shadow, var(--f-thumb-shadow))}.f-thumbs__slide:active{opacity:var(--f-thumb-active-opacity, 1);transform:var(--f-thumb-active-transform, none)}.f-thumbs__slide:active:after{border:var(--f-thumb-active-border, none);box-shadow:var(--f-thumb-active-shadow, var(--f-thumb-shadow))}.f-thumbs__slide.is-selected{z-index:2}.f-thumbs__slide.is-selected button{opacity:var(--f-thumb-selected-opacity, 1);transform:var(--f-thumb-selected-transform, none)}.f-thumbs__slide.is-selected button:after{border:var(--f-thumb-selected-border, none);box-shadow:var(--f-thumb-selected-shadow, var(--f-thumb-shadow))}.f-thumbs__slide img{display:block;width:100%;height:100%;object-fit:var(--f-thumb-fit);border-radius:inherit;pointer-events:none}.f-thumbs__slide img.has-lazyerror{display:none}.f-thumbs.is-classic{--f-carousel-slide-width: var(--f-thumb-width);--f-carousel-slide-height: var(--f-thumb-height);--f-carousel-gap: var(--f-thumbs-gap)}.f-thumbs.is-modern{--f-carousel-slide-width: calc( var(--f-thumb-clip-width) + var(--f-thumbs-gap) );--f-carousel-slide-height: var(--f-thumb-height);--f-carousel-gap: 0;--width-diff: calc((var(--f-thumb-width) - var(--f-thumb-clip-width)))}.f-thumbs.is-modern .f-thumbs__viewport{width:calc(100% + var(--f-carousel-slide-width) * 2);margin-inline:calc(var(--f-carousel-slide-width) * -1)}.f-thumbs.is-modern .f-thumbs__slide{--clip-shift: calc((var(--width-diff) * .5) * var(--progress));--clip-path: inset( 0 var(--clip-shift) round var(--f-thumb-border-radius, 0) );padding:0;overflow:visible;left:var(--shift, 0);will-change:left;transition:left var(--f-transition-duration) var(--f-transition-easing)}.f-thumbs.is-modern .f-thumbs__slide button{display:block;margin-inline:50%;width:var(--f-thumb-width);clip-path:var(--clip-path);border:none;box-shadow:none;transition:clip-path var(--f-transition-duration) var(--f-transition-easing),opacity var(--f-thumb-transition-duration, .2s) var(--f-thumb-transition-easing, ease)}.f-thumbs.is-modern .f-thumbs__slide button:after{display:none}.f-thumbs.is-modern .f-thumbs__slide:focus:not(:focus-visible){outline:none}.f-thumbs.is-modern .f-thumbs__slide:focus-within:not(.is-selected) button:before{content:"";position:absolute;z-index:1;top:0;left:var(--clip-shift);bottom:0;right:var(--clip-shift);transition:border var(--f-transition-duration) var(--f-transition-easing),box-shadow var(--f-transition-duration) var(--f-transition-easing);border-radius:inherit;border:var(--f-thumb-focus-border, none);box-shadow:var(--f-thumb-focus-shadow, none)}.f-thumbs.is-modern{--f-transition-duration: .25s;--f-transition-easing: ease-out}.f-thumbs.is-modern.is-syncing{--f-transition-duration: 0s}:root{--f-progressbar-height: 3px;--f-progressbar-color: var(--f-carousel-theme-color, #575ad6);--f-progressbar-opacity: 1;--f-progressbar-z-index: 30}.f-progressbar{position:absolute;top:0;left:0;right:0;z-index:var(--f-progressbar-z-index);height:var(--f-progressbar-height);transform:scaleX(0);transform-origin:0;opacity:var(--f-progressbar-opacity);background:var(--f-progressbar-color);user-select:none;pointer-events:none;animation-name:f-progressbar;animation-play-state:running;animation-timing-function:linear}.f-progressbar:empty{display:block}button>.f-progressbar{--f-progressbar-height: 100%;--f-progressbar-opacity: .2}@keyframes f-progressbar{0%{transform:scaleX(0)}to{transform:scaleX(1)}}[data-fullscreen-action=toggle] svg g:first-child{display:flex}[data-fullscreen-action=toggle] svg g:last-child{display:none}:fullscreen [data-fullscreen-action=toggle] svg g:first-child{display:none}:fullscreen [data-fullscreen-action=toggle] svg g:last-child{display:flex}.in-fullscreen-mode>.f-carousel{flex:1;min-width:0!important;min-height:0!important}html.with-fancybox{width:auto;overflow:visible;scroll-behavior:auto}html.with-fancybox body.hide-scrollbar{width:auto;margin-right:calc(var(--f-body-margin, 0px) + var(--f-scrollbar-compensate, 0px));overflow:hidden!important;overscroll-behavior-y:none}.fancybox__dialog{width:100%;height:100vh;max-height:unset;max-width:unset;padding:0;margin:0;border:0;overflow:hidden;background:transparent;touch-action:none}.fancybox__dialog:focus{outline:none}.fancybox__dialog::backdrop{opacity:0}@supports (height: 100dvh){.fancybox__dialog{height:100dvh}}.fancybox__dialog *:empty{display:block}div.fancybox__dialog{position:fixed;inset:0;z-index:1050}.fancybox__container{--fancybox-color: #dbdbdb;--fancybox-backdrop-bg: rgba(24, 24, 27, .95);--f-toolbar-margin: 0;--f-toolbar-padding: 8px;--f-toolbar-gap: 0;--f-toolbar-color: #ddd;--f-toolbar-font-size: 16px;--f-toolbar-font-weight: 500;--f-toolbar-font: -apple-system, BlinkMacSystemFont, "Segoe UI Adjusted", "Segoe UI", "Liberation Sans", sans-serif;--f-toolbar-line-height: var(--f-button-height);--f-toolbar-text-shadow: 1px 1px 1px rgba(0, 0, 0, .75);--f-toolbar-shadow: none;--f-toolbar-bg: none;--f-counter-margin: 0;--f-counter-padding: 0px 10px;--f-counter-gap: 4px;--f-counter-line-height: var(--f-button-height);--f-carousel-gap: 17px;--f-carousel-slide-width: 100%;--f-carousel-slide-height: 100%;--f-carousel-slide-padding: 0;--f-carousel-slide-bg: unset;--f-html-color: #222;--f-html-bg: #fff;--f-error-color: #fff;--f-error-bg: #333;--f-caption-margin: 0;--f-caption-padding: 16px 8px;--f-caption-color: var(--fancybox-color, #dbdbdb);--f-caption-bg: transparent;--f-caption-font: inherit;--f-caption-line-height: 1.375;--f-spinner-color-1: rgba(255, 255, 255, .2);--f-spinner-color-2: rgba(255, 255, 255, .8);--f-spinner-width: 50px;--f-spinner-height: 50px;--f-spinner-border-radius: 50%;--f-spinner-border-width: 4px;--f-progressbar-color: rgba(255, 255, 255);--f-button-width: 46px;--f-button-height: 46px;--f-button-color: #ddd;--f-button-hover-color: #fff;--f-button-outline-width: 1px;--f-button-outline-color: rgba(255, 255, 255, .75);--f-button-outline-offset: 0px;--f-button-bg: rgba(54, 54, 54, .75);--f-button-border: 0;--f-button-border-radius: 0;--f-button-shadow: none;--f-button-transition: all .2s ease;--f-button-transform: none;--f-button-svg-width: 24px;--f-button-svg-height: 24px;--f-button-svg-stroke-width: 1.75;--f-button-svg-filter: drop-shadow(1px 1px 1px rgba(24, 24, 27, .01)), drop-shadow(1px 2px 1px rgba(24, 24, 27, .05));--f-button-svg-fill: none;--f-button-svg-disabled-opacity: .5;--f-arrow-pos: 32px;--f-arrow-width: 50px;--f-arrow-height: 50px;--f-arrow-svg-width: 24px;--f-arrow-svg-height: 24px;--f-arrow-svg-stroke-width: 2;--f-arrow-border-radius: 50%;--f-arrow-bg: rgba(54, 54, 54, .65);--f-arrow-color: #ddd;--f-arrow-hover-color: #fff;--f-close-button-width: 34px;--f-close-button-height: 34px;--f-close-border-radius: 4px;--f-close-button-color: #fff;--f-close-button-hover-color: #fff;--f-close-button-bg: transparent;--f-close-button-hover-bg: transparent;--f-close-button-active-bg: transparent;--f-close-button-svg-width: 22px;--f-close-button-svg-height: 22px;--f-thumbs-margin: 0px;--f-thumbs-padding-x: 8px;--f-thumbs-padding-y: 8px;--f-thumbs-bg: none;--f-thumb-transition: all .2s ease;--f-thumb-width: 94px;--f-thumb-height: 76px;--f-thumb-opacity: 1;--f-thumb-border: none;--f-thumb-shadow: none;--f-thumb-transform: none;--f-thumb-focus-opacity: 1;--f-thumb-focus-border: none;--f-thumb-focus-shadow: inset 0 0 0 2px rgba(255, 255, 255, .65);--f-thumb-focus-transform: none;--f-thumb-hover-opacity: 1;--f-thumb-hover-border: none;--f-thumb-hover-transform: none;--f-thumb-active-opacity: var(--f-thumb-hover-opacity);--f-thumb-active-border: var(--f-thumb-hover-border);--f-thumb-active-transform: var(--f-thumb-hover-transform);--f-thumb-selected-opacity: 1;--f-thumb-selected-border: none;--f-thumb-selected-shadow: inset 0 0 0 2px #fff;--f-thumb-selected-transform: none}.fancybox__container[theme=light]{--fancybox-color: #222;--fancybox-backdrop-bg: rgba(255, 255, 255, .97);--f-toolbar-color: var(--fancybox-color, #222);--f-toolbar-text-shadow: none;--f-toolbar-font-weight: 400;--f-html-color: var(--fancybox-color, #222);--f-html-bg: #fff;--f-error-color: #555;--f-error-bg: #fff;--f-video-bg: #fff;--f-caption-color: #333;--f-spinner-color-1: rgba(0, 0, 0, .2);--f-spinner-color-2: rgba(0, 0, 0, .8);--f-spinner-border-width: 3.5px;--f-progressbar-color: rgba(111, 111, 116);--f-button-color: #333;--f-button-hover-color: #000;--f-button-outline-color: rgba(0, 0, 0, .85);--f-button-bg: rgba(255, 255, 255, .85);--f-button-svg-stroke-width: 1.3;--f-button-svg-filter: none;--f-arrow-bg: rgba(255, 255, 255, .85);--f-arrow-color: #333;--f-arrow-hover-color: #000;--f-arrow-svg-stroke-width: 1.3;--f-close-button-color: #555;--f-close-button-hover-color: #000;--f-thumb-bg: linear-gradient(#ebeff2, #e2e8f0);--f-thumb-focus-shadow: 0 0 0 1.8px #fff, 0px 0px 0px 2.25px #888;--f-thumb-selected-shadow: 0 0 0 1.8px #fff, 0px 0px 0px 2.25px #000}.fancybox__container{position:absolute;inset:0;overflow:hidden;display:flex;flex-direction:column}.fancybox__container:focus{outline:none}.fancybox__container.has-vertical-thumbs{flex-direction:row-reverse}.fancybox__container.has-vertical-thumbs:not(.is-closing) .fancybox__viewport{overflow-x:clip;overflow-y:visible}.fancybox__container>*:not(.fancybox__carousel),.fancybox__container .fancybox__carousel>*:not(.fancybox__viewport),.fancybox__container .fancybox__carousel>.fancybox__viewport>.fancybox__slide:not(.is-selected),.fancybox__container .fancybox__carousel>.fancybox__viewport>.fancybox__slide.is-selected>*:not(.f-html,.f-panzoom__wrapper,.f-spinner){opacity:var(--f-drag-opacity, 1)}.fancybox__container:not(.is-ready,.is-hiding){visibility:hidden}.fancybox__container.is-revealing>*:not(.fancybox__carousel),.fancybox__container.is-revealing .fancybox__carousel>*:not(.fancybox__viewport),.fancybox__container.is-revealing .fancybox__carousel>.fancybox__viewport>.fancybox__slide:not(.is-selected),.fancybox__container.is-revealing .fancybox__carousel>.fancybox__viewport>.fancybox__slide.is-selected>*:not(.f-html,.f-panzoom__wrapper,.f-spinner){animation:var(--f-interface-enter-duration, .35s) ease none f-fadeIn}.fancybox__container.is-hiding>*:not(.fancybox__carousel),.fancybox__container.is-hiding .fancybox__carousel>*:not(.fancybox__viewport),.fancybox__container.is-hiding .fancybox__carousel>.fancybox__viewport>.fancybox__slide:not(.is-selected),.fancybox__container.is-hiding .fancybox__carousel>.fancybox__viewport>.fancybox__slide.is-selected>*:not(.f-html,.f-panzoom__wrapper){animation:var(--f-interface-exit-duration, .35s) ease forwards f-fadeOut}.fancybox__container.is-idle .f-carousel__toolbar{pointer-events:none;opacity:0}.fancybox__container.is-idle .f-button.is-arrow{opacity:0}.fancybox__container.is-idle.is-ready .f-carousel__toolbar{pointer-events:none;animation:.15s ease-out both f-fadeOut}.fancybox__container.is-idle.is-ready .f-button.is-arrow{animation:.15s ease-out both f-fadeOut}.fancybox__backdrop{position:fixed;inset:0;z-index:-1;background:var(--fancybox-backdrop-bg)}.fancybox__carousel{flex:1;display:flex;flex-direction:column;min-height:0;min-width:0;position:relative;z-index:10;overflow-y:visible;overflow-x:clip}.fancybox__carousel.is-vertical{--f-carousel-slide-height: 100%}.fancybox__carousel.is-ltr{direction:ltr}.fancybox__carousel.is-rtl{direction:rtl}.fancybox__carousel>.f-button.is-arrow:before{position:absolute;content:"";inset:-30px;z-index:1}.fancybox__viewport{display:grid;flex:1;min-height:0;min-width:0;position:relative;overflow:visible;transform:translate3d(0,var(--f-drag-offset, 0),0)}.fancybox__viewport.is-draggable{cursor:move;cursor:grab}.fancybox__viewport.is-dragging{cursor:move;cursor:grabbing}.fancybox__viewport [data-selectable],.fancybox__viewport [contenteditable]{cursor:auto}.fancybox__slide{box-sizing:border-box;position:relative;grid-area:1/1;display:flex;align-items:center;flex-direction:column;width:var(--f-carousel-slide-width);height:var(--f-carousel-slide-height);min-width:0;min-height:0;max-width:100%;margin:0;padding:var(--f-carousel-slide-padding);background:var(--f-carousel-slide-bg);backface-visibility:hidden;transform:translateZ(0);will-change:transform}.fancybox__slide:before,.fancybox__slide:after{display:block;content:""}.fancybox__slide:before{margin-bottom:auto}.fancybox__slide:after{margin-top:auto}.fancybox__slide.is-selected{z-index:1}.fancybox__slide.f-zoomable{overflow:visible}.fancybox__slide.has-error{--f-html-color: var(--f-error-color, --f-html-color);--f-html-bg: var(--f-error-bg, --f-html-bg)}.fancybox__slide.has-html{overflow:auto;padding:8px}.fancybox__slide.has-close-btn{padding-top:34px}.fancybox__slide.has-controls:before{margin:0}.fancybox__slide .f-spinner{cursor:pointer}.fancybox__container.is-closing .f-caption,.fancybox__slide.is-loading .f-caption{visibility:hidden}.fancybox__container.is-closing .fancybox__carousel{overflow:visible}.f-button.is-close-button{--f-button-width: var(--f-close-button-width);--f-button-height: var(--f-close-button-height);--f-button-border-radius: var(--f-close-border-radius);--f-button-color: var(--f-close-button-color);--f-button-hover-color: var(--f-close-button-hover-color);--f-button-bg: var(--f-close-button-bg);--f-button-hover-bg: var(--f-close-button-hover-bg);--f-button-active-bg: var(--f-close-button-active-bg);--f-button-svg-width: var(--f-close-button-svg-width);--f-button-svg-height: var(--f-close-button-svg-height);position:absolute;top:calc(var(--f-button-height) * -1);right:0;z-index:40}

@font-face{font-family:swiper-icons;font-style:normal;font-weight:400;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")}:root{--swiper-theme-color:#007aff}:host{display:block;margin-left:auto;margin-right:auto;position:relative;z-index:1}.swiper{display:block;list-style:none;margin-left:auto;margin-right:auto;overflow:hidden;padding:0;position:relative;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{box-sizing:content-box;display:flex;height:100%;position:relative;transition-property:transform;transition-timing-function:ease;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);width:100%;z-index:1}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{display:block;flex-shrink:0;height:100%;position:relative;transition-property:transform;width:100%}.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{-webkit-backface-visibility:hidden;backface-visibility:hidden;transform:translateZ(0)}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{-ms-overflow-style:none;overflow:auto;scrollbar-width: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-left: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-top:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper:before{height:var(--swiper-centered-offset-after);min-width:1px;width:100%}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(270deg,rgba(0,0,0,.5),transparent)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(90deg,rgba(0,0,0,.5),transparent)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(0deg,rgba(0,0,0,.5),transparent)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(180deg,rgba(0,0,0,.5),transparent)}.swiper-lazy-preloader{border:4px solid #007aff;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top:4px solid transparent;box-sizing:border-box;height:42px;left:50%;margin-left:-21px;margin-top:-21px;position:absolute;top:50%;transform-origin:50%;width:42px;z-index:10}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s linear infinite}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper:after{content:"";left:0;pointer-events:none;position:absolute;top:0}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper:after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper:after{height:var(--swiper-virtual-size);width:1px}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{align-items:center;color:#007aff;color:var(--swiper-navigation-color,var(--swiper-theme-color));cursor:pointer;display:flex;height:44px;height:var(--swiper-navigation-size);justify-content:center;margin-top:-22px;margin-top:calc(0px - var(--swiper-navigation-size)/2);position:absolute;top:50%;top:var(--swiper-navigation-top-offset,50%);width:27px;width:calc(var(--swiper-navigation-size)/44*27);z-index:10}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{cursor:auto;opacity:.35;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{cursor:auto;opacity:0;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next svg,.swiper-button-prev svg{height:100%;-o-object-fit:contain;object-fit:contain;transform-origin:center;width:100%}.swiper-rtl .swiper-button-next svg,.swiper-rtl .swiper-button-prev svg{transform:rotate(180deg)}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:10px;left:var(--swiper-navigation-sides-offset,10px);right:auto}.swiper-button-lock{display:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:44px;font-size:var(--swiper-navigation-size);font-variant:normal;letter-spacing:0;line-height:1;text-transform:none!important}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:"prev"}.swiper-button-next,.swiper-rtl .swiper-button-prev{left:auto;right:10px;right:var(--swiper-navigation-sides-offset,10px)}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:"next"}.swiper-pagination{position:absolute;text-align:center;transform:translateZ(0);transition:opacity .3s;z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:8px;bottom:var(--swiper-pagination-bottom,8px);left:0;top:auto;top:var(--swiper-pagination-top,auto);width:100%}.swiper-pagination-bullets-dynamic{font-size:0;overflow:hidden}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{position:relative;transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{background:#000;background:var(--swiper-pagination-bullet-inactive-color,#000);border-radius:50%;border-radius:var(--swiper-pagination-bullet-border-radius,50%);display:inline-block;height:8px;height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));opacity:.2;opacity:var(--swiper-pagination-bullet-inactive-opacity,.2);width:8px;width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px))}button.swiper-pagination-bullet{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;box-shadow:none;margin:0;padding:0}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{background:#007aff;background:var(--swiper-pagination-color,var(--swiper-theme-color));opacity:1;opacity:var(--swiper-pagination-bullet-opacity,1)}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{left:auto;left:var(--swiper-pagination-left,auto);right:8px;right:var(--swiper-pagination-right,8px);top:50%;transform:translate3d(0,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{display:block;margin:6px 0;margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:transform .2s,top .2s}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 4px;margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s,left .2s}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s,right .2s}.swiper-pagination-fraction{color:inherit;color:var(--swiper-pagination-fraction-color,inherit)}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);background:var(--swiper-pagination-progressbar-bg-color,rgba(0,0,0,.25));position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:#007aff;background:var(--swiper-pagination-color,var(--swiper-theme-color));height:100%;left:0;position:absolute;top:0;transform:scale(0);transform-origin:left top;width:100%}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{height:4px;height:var(--swiper-pagination-progressbar-size,4px);left:0;top:0;width:100%}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{height:100%;left:0;top:0;width:4px;width:var(--swiper-pagination-progressbar-size,4px)}.swiper-pagination-lock{display:none}.swiper-scrollbar{background:rgba(0,0,0,.1);background:var(--swiper-scrollbar-bg-color,rgba(0,0,0,.1));border-radius:10px;border-radius:var(--swiper-scrollbar-border-radius,10px);position:relative;touch-action:none}.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none!important}.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{bottom:4px;bottom:var(--swiper-scrollbar-bottom,4px);height:4px;height:var(--swiper-scrollbar-size,4px);left:1%;left:var(--swiper-scrollbar-sides-offset,1%);position:absolute;top:auto;top:var(--swiper-scrollbar-top,auto);width:98%;width:calc(100% - var(--swiper-scrollbar-sides-offset, 1%)*2);z-index:50}.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical>.swiper-scrollbar{height:98%;height:calc(100% - var(--swiper-scrollbar-sides-offset, 1%)*2);left:auto;left:var(--swiper-scrollbar-left,auto);position:absolute;right:4px;right:var(--swiper-scrollbar-right,4px);top:1%;top:var(--swiper-scrollbar-sides-offset,1%);width:4px;width:var(--swiper-scrollbar-size,4px);z-index:50}.swiper-scrollbar-drag{background:rgba(0,0,0,.5);background:var(--swiper-scrollbar-drag-bg-color,rgba(0,0,0,.5));border-radius:10px;border-radius:var(--swiper-scrollbar-border-radius,10px);height:100%;left:0;position:relative;top:0;width:100%}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{align-items:center;display:flex;height:100%;justify-content:center;text-align:center;width:100%}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-height:100%;max-width:100%;-o-object-fit:contain;object-fit:contain}.swiper-slide-zoomed{cursor:move;touch-action:none}.swiper .swiper-notification{left:0;opacity:0;pointer-events:none;position:absolute;top:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{margin:0 auto;transition-timing-function:ease-out}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-direction:column;flex-wrap:wrap}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;height:100%;pointer-events:none;transform-origin:0 0;visibility:hidden;width:100%;z-index:1}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-cube-shadow{bottom:0;height:100%;left:0;opacity:.6;position:absolute;width:100%;z-index:0}.swiper-cube .swiper-cube-shadow:before{background:#000;bottom:0;content:"";filter:blur(50px);left:0;position:absolute;right:0;top:0}.swiper-cube .swiper-slide-next+.swiper-slide{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top{-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:0}.swiper.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;pointer-events:none;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top{-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:0}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transform-origin:center bottom}@font-face{font-display:swap;font-family:Outfit;font-style:normal;font-weight:400;src:url(../fonts/Outfit-Regular.eot);src:url(../fonts/Outfit-Regular.eot?#iefix) format("embedded-opentype"),url(../fonts/Outfit-Regular.woff2) format("woff2"),url(../fonts/Outfit-Regular.woff) format("woff")}@font-face{font-display:swap;font-family:Outfit;font-style:normal;font-weight:700;src:url(../fonts/Outfit-Bold.eot);src:url(../fonts/Outfit-Bold.eot?#iefix) format("embedded-opentype"),url(../fonts/Outfit-Bold.woff2) format("woff2"),url(../fonts/Outfit-Bold.woff) format("woff")}@font-face{font-display:swap;font-family:Figtree;font-style:normal;font-weight:400;src:url(../fonts/Figtree-Regular.eot);src:url(../fonts/Figtree-Regular.eot?#iefix) format("embedded-opentype"),url(../fonts/Figtree-Regular.woff2) format("woff2"),url(../fonts/Figtree-Regular.woff) format("woff")}@font-face{font-display:swap;font-family:Figtree;font-style:normal;font-weight:500;src:url(../fonts/Figtree-Medium.eot);src:url(../fonts/Figtree-Medium.eot?#iefix) format("embedded-opentype"),url(../fonts/Figtree-Medium.woff2) format("woff2"),url(../fonts/Figtree-Medium.woff) format("woff")}@font-face{font-display:swap;font-family:Figtree;font-style:normal;font-weight:600;src:url(../fonts/Figtree-SemiBold.eot);src:url(../fonts/Figtree-SemiBold.eot?#iefix) format("embedded-opentype"),url(../fonts/Figtree-SemiBold.woff2) format("woff2"),url(../fonts/Figtree-SemiBold.woff) format("woff")}@font-face{font-display:swap;font-family:Figtree;font-style:normal;font-weight:700;src:url(../fonts/Figtree-Bold.eot);src:url(../fonts/Figtree-Bold.eot?#iefix) format("embedded-opentype"),url(../fonts/Figtree-Bold.woff2) format("woff2"),url(../fonts/Figtree-Bold.woff) format("woff")}html:root{--current-breakpoint:"sm"}@media(min-width:768px){html:root{--current-breakpoint:"md"}}@media(min-width:1023px){html:root{--current-breakpoint:"lg"}}@media(min-width:1200px){html:root{--current-breakpoint:"xl"}}@media(min-width:1460px){html:root{--current-breakpoint:"xxl"}}@media(min-width:1800px){html:root{--current-breakpoint:"wide"}}body,html{-webkit-font-smoothing:antialiased;background-color:#f2f2f2;font-family:Figtree,sans-serif;margin:0;scroll-behavior:smooth;text-rendering:optimizelegibility}*{box-sizing:border-box}dd,dl,dt,h1,h2,h3,h4,h5,h6,ol,p,ul{margin:0;padding:0}p{font-size:1.125rem}ol,ul{list-style-type:none}address{font-style:normal}a{color:#0d0b02;-webkit-text-decoration:none;text-decoration:none;transition:color .3s ease-in-out}button{-webkit-tap-highlight-color:rgba(0,0,0,0);border:none;cursor:pointer}button:focus{outline:none}blockquote{margin:0}cite{font-style:inherit}img{display:block}.otgs-development-site-front-end{display:none}.nf-form-cont .checkbox-container .nf-field-element{pointer-events:none}@media(max-width:1022.98px){.cky-revisit-bottom-left{bottom:4.6875rem!important}}.u-h{display:none!important}.u-tu{text-transform:uppercase}.u-vh{clip:rect(0 0 0 0);border:0;-webkit-clip-path:inset(50%);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;white-space:nowrap;width:1px}.u-vh.focusable:active,.u-vh.focusable:focus{clip:auto;-webkit-clip-path:none;clip-path:none;height:auto;margin:0;overflow:visible;position:static;white-space:inherit;width:auto}.u-invisible{visibility:hidden}.l-container{margin:0 auto;max-width:82rem}.l-section{padding-left:1.25rem;padding-right:1.25rem}@media(min-width:1023px){.l-section{padding-left:3.125rem;padding-right:3.125rem}}.a-button{background-color:#ffc835;border:.0625rem solid #ffc835;border-radius:.3125rem;color:#0d0b02;cursor:pointer;font-size:1rem;font-weight:600;line-height:1.5;min-height:2.75rem;overflow:hidden;padding:.3125rem 1.5rem;transition:background-color .3s ease-in-out,color .3s ease-in-out,border .3s ease-in-out;width:100%}.a-button,.a-button span{align-items:center;display:flex;justify-content:center;position:relative}.a-button span{z-index:2}.a-button span svg{margin-left:.625rem}.a-button span svg path{fill:#0d0b02;transition:fill .3s ease-in-out}.a-button:before{background-color:#e5a907;bottom:0;content:"";left:0;position:absolute;right:0;top:0;transform:translate3d(0,-100%,0);transition:transform .3s cubic-bezier(.7,0,.2,1);z-index:1}.a-button:hover{border:.0625rem solid #e5a907}.a-button:hover:before{transform:none}.a-button--2{background-color:transparent;border:.0625rem solid #25231b;color:#25231b}.a-button--2 svg path{fill:#b6b5b3}.a-button--2:before{background-color:#25231b}.a-button--2:hover{border:.0625rem solid #25231b;color:#ffc835}.a-button--2:hover svg path{fill:#ffc835}.a-button--3{background-color:transparent;border:.0625rem solid #666;color:#666;text-transform:uppercase}.a-button--3 svg path{fill:#b6b5b3}.a-button--3:before{background-color:#666}.a-button--3:hover{border:.0625rem solid #666;color:#ffc835}.a-button--3:hover svg path{fill:#ffc835}.a-button--3.--active{border:.0625rem solid #666;color:#ffc835}.a-button--3.--active:before{transform:none}@media(min-width:1023px){.a-button{width:-moz-fit-content;width:fit-content}}.a-text{font-size:1rem;line-height:1.5}.a-text--big{font-size:1.125rem}@media(min-width:1023px){.a-text{font-size:1.125rem}.a-text--small{font-size:1rem}.a-text--big{font-size:1.25rem}}.a-title--h1{font-size:2.5rem;letter-spacing:-.025rem}.a-title--h1,.a-title--h2{font-family:Outfit,sans-serif;font-weight:700;line-height:1.2}.a-title--h2{font-size:2.25rem;letter-spacing:-.0225rem}.a-title--h3{font-size:2rem;letter-spacing:-.02rem;line-height:1.2}.a-title--h3,.a-title--h4{font-family:Outfit,sans-serif;font-weight:700}.a-title--h4{font-size:1.5rem;letter-spacing:-.015rem;line-height:1.3}.a-title--h5{font-size:1.25rem;letter-spacing:-.0125rem}.a-title--h5,.a-title--h6{font-family:Outfit,sans-serif;font-weight:700;line-height:1.4}.a-title--h6{font-size:1.125rem;letter-spacing:-.01125rem}@media(min-width:1023px){.a-title--h1{font-size:4rem;letter-spacing:-.04rem}.a-title--h2{font-size:3rem;letter-spacing:-.03rem}.a-title--h3{font-size:2.5rem;letter-spacing:-.025rem}.a-title--h4{font-size:2rem;letter-spacing:-.02rem}.a-title--h5{font-size:1.5rem;letter-spacing:-.015rem}.a-title--h6{font-size:1.25rem;letter-spacing:-.0125rem}}.m-tile-projects{border-radius:.3125rem;cursor:pointer;display:block;overflow:hidden}.m-tile-projects__img{position:relative}.m-tile-projects__img>img{aspect-ratio:1/1;height:100%;max-height:19.5625rem;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;width:100%}.m-tile-projects__img:not(:last-child){margin-bottom:.625rem}.m-tile-projects__img:after{background:linear-gradient(270deg,transparent 68.42%,rgba(0,0,0,.2) 98.37%);bottom:0;content:"";left:0;position:absolute;right:0;top:0}.m-tile-projects__logo{flex-grow:0;flex-shrink:0;height:auto;max-width:50%;width:3.75rem}.m-tile-projects__logo img{height:auto;width:100%}.m-tile-projects__logo:not(:last-child){margin-left:1.25rem}.m-tile-projects__top{align-items:flex-start;display:flex;justify-content:space-between;left:1.25rem;position:absolute;right:1.25rem;top:1.25rem;z-index:2}.m-tile-projects__top:not(:last-child){margin-bottom:1.25rem}.m-tile-projects__solutions{background:#000;border:.0625rem solid #ffc835;border-radius:.375rem;color:#ffc835;font-size:.875rem;margin-left:auto;padding:.3125rem .625rem;text-align:center;text-transform:uppercase}.m-tile-projects__title{align-items:center;border-bottom:.0625rem solid #646464;border-top:.0625rem solid #646464;display:flex;justify-content:space-between;padding:.625rem 0;transition:color .3s ease-in-out,border .3s ease-in-out}.m-tile-projects__title svg{flex-grow:0;flex-shrink:0;height:1.5rem;margin-left:.625rem;width:1.5rem}.m-tile-projects__title svg path{transition:fill .3s ease-in-out}.m-tile-projects__title:not(:last-child){margin-bottom:.625rem}.m-tile-projects:hover .m-tile-projects__title{border-color:#e5a907;color:#e5a907}.m-tile-projects:hover .m-tile-projects__title svg path{fill:#e5a907}.m-tile-products-cat{border-radius:.3125rem;cursor:pointer;display:block;overflow:hidden}.m-tile-products-cat img{aspect-ratio:1/1;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;width:100%}.m-tile-products-cat img:not(:last-child){margin-bottom:.625rem}.m-tile-products-cat__title{align-items:center;border-bottom:.0625rem solid #646464;border-top:.0625rem solid #646464;display:flex;justify-content:space-between;padding:.625rem 0;transition:color .3s ease-in-out,border .3s ease-in-out}.m-tile-products-cat__title svg{flex-grow:0;flex-shrink:0;height:1.5rem;margin-left:.625rem;width:1.5rem}.m-tile-products-cat__title svg path{transition:fill .3s ease-in-out}.m-tile-products-cat__title:not(:last-child){margin-bottom:.625rem}.m-tile-products-cat__data{display:flex;gap:.625rem;justify-content:space-between}.m-tile-products-cat__data:not(:last-child){margin-bottom:.625rem}.m-tile-products-cat__name{transition:color .3s ease-in-out;width:100%}.m-tile-products-cat__text{flex-grow:0;flex-shrink:0;font-weight:700;max-width:calc(50% - 5px);transition:color .3s ease-in-out}.m-tile-products-cat:hover .m-tile-products-cat__name,.m-tile-products-cat:hover .m-tile-products-cat__text{color:#e5a907}.m-tile-products-cat:hover .m-tile-products-cat__title{border-color:#e5a907;color:#e5a907}.m-tile-products-cat:hover .m-tile-products-cat__title svg path{fill:#e5a907}.m-tile-products-cat--alt{background-color:#0d0b02;border-radius:.3125rem;height:22.5rem;overflow:hidden;position:relative}.m-tile-products-cat--alt img{aspect-ratio:auto;position:relative;z-index:1}.m-tile-products-cat--alt:before{background:linear-gradient(270deg,transparent 68.42%,rgba(0,0,0,.2) 98.37%),linear-gradient(180deg,transparent 50%,#000 84.12%);bottom:0;content:"";left:0;position:absolute;right:0;top:0;z-index:2}.m-tile-products-cat--alt .m-tile-products-cat__container{bottom:0;display:flex;flex-direction:column;justify-content:flex-end;left:0;padding:1.25rem;position:absolute;right:0;top:0;z-index:3}.m-tile-products-cat--alt .m-tile-products-cat__container svg path{fill:#fff}.m-tile-products-cat--alt .m-tile-products-cat__title{border-color:#646464;color:#fff}.m-tile-products-cat--alt .m-tile-products-cat__name,.m-tile-products-cat--alt .m-tile-products-cat__text{color:#fff}.m-tile-products-cat--alt:hover .m-tile-products-cat__name,.m-tile-products-cat--alt:hover .m-tile-products-cat__text{color:#ffc835}.m-tile-products-cat--alt:hover .m-tile-products-cat__title{border-color:#ffc835;color:#ffc835}.m-tile-products-cat--alt:hover .m-tile-products-cat__title svg path{fill:#ffc835}.m-tile-menu{cursor:pointer;display:block;width:100%}.m-tile-menu__img{border-radius:.3125rem;height:5rem;overflow:hidden;width:100%}.m-tile-menu__img img{height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;width:100%}.m-tile-menu__img:not(:last-child){margin-bottom:.625rem}.m-tile-menu__title{color:#fff;font-size:.75rem;font-weight:700;line-height:1.5}@media(max-width:1022.98px){.m-tile-menu__title svg{display:none}}@media(min-width:1023px){.m-tile-menu__img{height:8.75rem}.m-tile-menu__title{align-items:center;color:#000;display:flex;font-size:1.125rem;gap:.625rem;justify-content:space-between;transition:color .3s ease-in-out}.m-tile-menu__title svg{flex-grow:0;flex-shrink:0}.m-tile-menu__title svg path{transition:fill .3s ease-in-out}.m-tile-menu:hover .m-tile-menu__title{color:#ffc835}}.m-tile-blog{background-color:#fff;border-radius:.3125rem;cursor:pointer;display:block;height:100%;overflow:hidden;width:100%}.m-tile-blog__img{aspect-ratio:106/61;width:100%}.m-tile-blog__img img{height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;width:100%}.m-tile-blog__container{padding:1.25rem}.m-tile-blog__cat{color:#666;font-size:.875rem;font-weight:700;line-height:1.5;text-transform:uppercase}.m-tile-blog__cat:not(:last-child),.m-tile-blog__title:not(:last-child){margin-bottom:1.25rem}@media(min-width:1023px){.m-tile-blog__container{padding:1.875rem}}.m-tile-industries{cursor:pointer;display:block;width:100%}.m-tile-industries__img{border-radius:.3125rem;height:7.5rem;overflow:hidden;width:100%}.m-tile-industries__img img{height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;width:100%}.m-tile-industries__img:not(:last-child){margin-bottom:.625rem}.m-tile-industries__title{color:#000;font-size:.75rem;font-weight:700;line-height:1.5}@media(max-width:1022.98px){.m-tile-industries__title svg{display:none}}@media(min-width:1023px){.m-tile-industries__img{height:12.5rem}.m-tile-industries__title{align-items:center;color:#000;display:flex;font-size:1.125rem;gap:.625rem;justify-content:space-between;transition:color .3s ease-in-out}.m-tile-industries__title svg{flex-grow:0;flex-shrink:0}.m-tile-industries__title svg path{transition:fill .3s ease-in-out}.m-tile-industries:hover .m-tile-industries__title{color:#ffc835}}.m-tile-products{border-radius:.3125rem;cursor:pointer;display:block;overflow:hidden}.m-tile-products img{aspect-ratio:1/1;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;width:100%}.m-tile-products img:not(:last-child){margin-bottom:.625rem}.m-tile-products__title{align-items:center;border-bottom:.0625rem solid #646464;border-top:.0625rem solid #646464;display:flex;justify-content:space-between;padding:.625rem 0;transition:color .3s ease-in-out,border .3s ease-in-out}.m-tile-products__title svg{flex-grow:0;flex-shrink:0;height:1.5rem;margin-left:.625rem;width:1.5rem}.m-tile-products__title svg path{transition:fill .3s ease-in-out}.m-tile-products__title:not(:last-child){margin-bottom:.625rem}.m-tile-products__data{display:flex;gap:.625rem;justify-content:space-between}.m-tile-products__data:not(:last-child){margin-bottom:.625rem}.m-tile-products__name{transition:color .3s ease-in-out;width:100%}.m-tile-products__text{flex-grow:0;flex-shrink:0;font-weight:700;max-width:calc(50% - 5px);transition:color .3s ease-in-out}.m-tile-products:hover .m-tile-products__name,.m-tile-products:hover .m-tile-products__text{color:#e5a907}.m-tile-products:hover .m-tile-products__title{border-color:#e5a907;color:#e5a907}.m-tile-products:hover .m-tile-products__title svg path{fill:#e5a907}.m-tile-products--alt{background-color:#0d0b02;border-radius:.3125rem;height:22.5rem;overflow:hidden;position:relative}.m-tile-products--alt img{aspect-ratio:auto;position:relative;z-index:1}.m-tile-products--alt:before{background:linear-gradient(270deg,transparent 68.42%,rgba(0,0,0,.2) 98.37%),linear-gradient(180deg,transparent 50%,#000 84.12%);bottom:0;content:"";left:0;position:absolute;right:0;top:0;z-index:2}.m-tile-products--alt .m-tile-products__container{bottom:0;display:flex;flex-direction:column;justify-content:flex-end;left:0;padding:1.25rem;position:absolute;right:0;top:0;z-index:3}.m-tile-products--alt .m-tile-products__container svg path{fill:#fff}.m-tile-products--alt .m-tile-products__title{border-color:#646464;color:#fff}.m-tile-products--alt .m-tile-products__name,.m-tile-products--alt .m-tile-products__text{color:#fff}.m-tile-products--alt:hover .m-tile-products__name,.m-tile-products--alt:hover .m-tile-products__text{color:#ffc835}.m-tile-products--alt:hover .m-tile-products__title{border-color:#ffc835;color:#ffc835}.m-tile-products--alt:hover .m-tile-products__title svg path{fill:#ffc835}.m-menu{background-color:#000;left:0;max-height:calc(100vh - 131px);overflow:auto;padding:1.25rem;position:fixed;right:0;top:8.125rem;transform:translateX(100%);transition:transform .3s ease-in-out;z-index:20}.m-menu.--open{transform:none}.m-menu__el{align-items:center;display:flex}.m-menu__arrow{margin-left:.625rem}.m-menu__arrow svg path{transition:fill .3s ease-in-out}.m-menu__sub-row{display:flex;flex-wrap:wrap;gap:.9375rem}.m-menu__sub-col{width:calc(50% - 7.5px)}@media(min-width:768px){.m-menu__sub-col{width:calc(33.33333% - 10px)}}@media(max-width:1022.98px){.m-menu__sub-button{display:none!important}.m-menu__menu-top ul{display:flex;flex-wrap:wrap;gap:.625rem;justify-content:space-between}.m-menu__menu-top ul li a{color:#fff;font-size:1rem;line-height:1.5}.m-menu__menu-top ul li a:hover{color:#fff}.m-menu__menu ul li:not(:last-child),.m-menu__menu-top:not(:last-child),.m-menu__menu:not(:last-child){margin-bottom:2rem}.m-menu__menu ul li a:not(.m-tile-menu){align-items:center;color:#fff;display:flex;font-size:1.125rem;font-weight:600;line-height:1.5}.m-menu__arrow{margin-left:.625rem}.m-menu__arrow svg{transition:transform .3s ease-in-out}.m-menu__arrow svg path{fill:#fff;transition:fill .3s ease-in-out}.m-menu__arrow.--open svg{transform:rotate(180deg)}.m-menu__arrow.--open svg path{fill:#ffc835}.m-menu__sub{display:none;margin-top:2rem}.m-menu__name{display:none!important}}@media(min-width:1023px){.m-menu{display:none!important}.m-menu__sub-row{gap:2rem}.m-menu__sub-row:not(:last-child){margin-bottom:2rem}.m-menu__sub-col{width:calc(25% - 24px)}.m-menu__sub-col:nth-child(n+9){display:none}.m-menu__menu ul{align-items:center;display:flex;gap:.625rem}.m-menu__menu ul li a{color:#0d0b02;font-size:1.125rem;font-weight:600;line-height:1.5}.m-menu__menu ul li a:hover{color:#ffc835}.m-menu__sub{background-color:#fff;box-shadow:0 1.875rem .625rem 0 rgba(0,0,0,.2);display:block!important;left:0;max-height:calc(100vh - 161px);opacity:0;overflow:auto;padding:2.5rem 3.125rem;position:fixed;right:0;top:10rem;transition:opacity .3s ease-in-out,visibility .3s ease-in-out;visibility:hidden}.m-menu__li{position:relative}.m-menu__li:after{bottom:-2.6875rem;height:2.6875rem;left:0;position:absolute;width:100%}.m-menu__li:hover .m-menu__el a{color:#ffc835}.m-menu__li:hover:after{content:""}.m-menu__li:hover .m-menu__sub{opacity:1;visibility:visible}.m-menu__name:not(:last-child){margin-bottom:2rem}.m-menu__sub-button{color:#000!important}}@media(min-width:1200px){.m-menu__menu ul{gap:1.25rem}}@media(min-width:1460px){.m-menu__menu ul{gap:2rem}}.m-form{color:#fff}.m-form .nf-error.field-wrap .nf-field-element:after,.m-form .nf-field-label,.m-form .nf-form-fields-required,.m-form .nf-pass.field-wrap .nf-field-element:after{display:none}.m-form .nf-form-content{padding:0}.m-form .nf-input-limit{margin-top:0!important}.m-form .nf-field-container{margin-bottom:.8125rem}.m-form .nf-field-container input:not([type=button]):not([type=submit]){background-color:#fff;border:none;border-radius:.3125rem;color:#55544d;font-size:.875rem;height:2.5625rem;line-height:1.5;padding:.625rem .75rem}.m-form .nf-field-container input:not([type=button]):not([type=submit])::-moz-placeholder{color:#55544d}.m-form .nf-field-container input:not([type=button]):not([type=submit])::placeholder{color:#55544d}.m-form .nf-field-container input:not([type=button]):not([type=submit]):focus{outline:none}.m-form .nf-field-container input[type=button],.m-form .nf-field-container input[type=submit]{align-items:center;background-color:#ffc835;border:.0625rem solid #ffc835;border-radius:.3125rem;color:#0d0b02;cursor:pointer;display:flex;font-size:1rem;font-weight:600;justify-content:center;line-height:1.5;min-height:2.75rem;overflow:hidden;padding:.3125rem 1.5rem;position:relative;transition:background-color .3s ease-in-out,color .3s ease-in-out,border .3s ease-in-out;width:100%}@media(min-width:1023px){.m-form .nf-field-container input[type=button],.m-form .nf-field-container input[type=submit]{width:-moz-fit-content;width:fit-content}}.m-form .nf-field-container input[type=button]:hover,.m-form .nf-field-container input[type=submit]:hover{background-color:#e5a907;border-color:#e5a907}.m-form .nf-field-container textarea{background-color:#fff;border:none;border-radius:.3125rem;color:#55544d;font-family:Figtree,sans-serif;font-size:.875rem;height:6.625rem;line-height:1.5;padding:.625rem .75rem}.m-form .nf-field-container textarea::-moz-placeholder{color:#55544d}.m-form .nf-field-container textarea::placeholder{color:#55544d}.m-form .nf-field-container textarea:focus{outline:none}.m-form .html-container .nf-field-element p{color:#dadad9;font-size:.75rem;line-height:1.5}.m-form .html-container .nf-field-element p a{color:#dadad9;cursor:pointer;-webkit-text-decoration:underline;text-decoration:underline;transition:color .3s ease-in-out}.m-form .html-container .nf-field-element p a:hover{color:#ffc835}.m-content .m-banner:not(:last-child),.m-content .wp-block-embed:not(:last-child),.m-content .wp-block-video:not(:last-child),.m-content h1:not(:last-child),.m-content h2:not(:last-child),.m-content h3:not(:last-child),.m-content h4:not(:last-child),.m-content h5:not(:last-child),.m-content h6:not(:last-child),.m-content ol:not(:last-child),.m-content p:not(:last-child),.m-content ul:not(:last-child),.m-content>.wp-block-gallery:not(:last-child),.m-content>.wp-block-image:not(:last-child){margin-bottom:1.25rem}.m-content img{border-radius:.3125rem!important}.m-content li,.m-content p{font-size:1rem;line-height:1.5}.m-content h1{font-size:2.5rem;letter-spacing:-.025rem}.m-content h1,.m-content h2{font-family:Outfit,sans-serif;font-weight:700;line-height:1.2}.m-content h2{font-size:2.25rem;letter-spacing:-.0225rem}.m-content h3{font-size:2rem;letter-spacing:-.02rem;line-height:1.2}.m-content h3,.m-content h4{font-family:Outfit,sans-serif;font-weight:700}.m-content h4{font-size:1.5rem;letter-spacing:-.015rem;line-height:1.3}.m-content h5{font-size:1.25rem;letter-spacing:-.0125rem}.m-content h5,.m-content h6{font-family:Outfit,sans-serif;font-weight:700;line-height:1.4}.m-content h6{font-size:1.125rem;letter-spacing:-.01125rem}.m-content ul{list-style-type:disc}.m-content ol{list-style-type:decimal}.m-content ol,.m-content ul{padding-left:1.25rem}.m-content .wp-block-embed,.m-content .wp-block-video{margin-bottom:0;width:100%}.m-content .wp-block-embed .wp-block-embed__wrapper{aspect-ratio:16/9;width:100%}.m-content .wp-block-embed iframe{height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;width:100%}@media(min-width:1023px){.m-content .m-banner:not(:last-child),.m-content .wp-block-embed:not(:last-child),.m-content .wp-block-video:not(:last-child),.m-content h1:not(:last-child),.m-content h2:not(:last-child),.m-content h3:not(:last-child),.m-content h4:not(:last-child),.m-content h5:not(:last-child),.m-content h6:not(:last-child),.m-content ol:not(:last-child),.m-content p:not(:last-child),.m-content ul:not(:last-child),.m-content>.wp-block-gallery:not(:last-child),.m-content>.wp-block-image:not(:last-child){margin-bottom:2.5rem}.m-content li,.m-content p{font-size:1.125rem}.m-content h1{font-size:4rem;letter-spacing:-.04rem}.m-content h2{font-size:3rem;letter-spacing:-.03rem}.m-content h3{font-size:2.5rem;letter-spacing:-.025rem}.m-content h4{font-size:2rem;letter-spacing:-.02rem}.m-content h5{font-size:1.5rem;letter-spacing:-.015rem}.m-content h6{font-size:1.25rem;letter-spacing:-.0125rem}}.m-banner{background-color:#000;background-image:url(../img/bg-1.jpg);background-position:50%;background-repeat:no-repeat;background-size:cover;border-radius:.3125rem;color:#000;padding:1.25rem}.m-banner__title{color:#fff;font-family:Outfit,sans-serif;font-size:1.5rem!important;font-weight:700!important;letter-spacing:-.015rem!important;line-height:1.3!important}.m-banner__title:not(:last-child){margin-bottom:1rem!important}.m-banner__text{color:#fff}@media(max-width:767.98px){.m-banner__content:not(:last-child){margin-bottom:1rem!important}}@media(min-width:768px){.m-banner{align-items:center;display:flex;gap:2.5rem;justify-content:space-between}.m-banner__button{flex-grow:0;flex-shrink:0;width:-moz-fit-content;width:fit-content}.m-banner__content{max-width:25.625rem}}@media(min-width:1023px){.m-banner{padding:2.5rem}.m-banner__title{font-size:2rem!important;letter-spacing:-.02rem!important}}.m-products{display:flex;flex-wrap:wrap}.m-products:not(:last-child){margin-bottom:1.25rem}@media(max-width:575.98px){.m-products__tile{width:100%}.m-products__tile:not(:last-child){margin-bottom:1.25rem}}@media(min-width:576px){.m-products{gap:1.25rem}.m-products__tile{width:calc(50% - 10px)}}@media(min-width:768px){.m-products__tile{width:calc(33.33333% - 13.33333px)}}@media(min-width:1023px){.m-products:not(:last-child){margin-bottom:2.5rem}}.m-breadcrumbs>span{color:#b6b5b3;display:flex;flex-wrap:wrap;font-size:.875rem;font-weight:400;gap:.625rem 1.875rem;line-height:1.5}.m-breadcrumbs>span a{color:#25231b;cursor:pointer;position:relative;transition:color .3s ease-in-out}.m-breadcrumbs>span a:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%278%27 height=%2713%27 fill=%27none%27%3E%3Cpath fill-rule=%27evenodd%27 clip-rule=%27evenodd%27 d=%27M7.21 6.102c.22.22.22.576 0 .796l-5.735 5.735a.562.562 0 0 1-.795 0l-.265-.266a.562.562 0 0 1 0-.795L5.487 6.5.415 1.428a.562.562 0 0 1 0-.795L.68.367c.22-.22.576-.22.795 0L7.21 6.102Z%27 fill=%27%23FFC835%27/%3E%3C/svg%3E");background-position:50%;background-size:contain;content:"";height:.8125rem;position:absolute;right:-.9375rem;top:50%;transform:translate(50%,-50%);width:.5rem}.m-breadcrumbs>span a:hover{color:#ffc835}.m-table{border:none;border-spacing:0;table-layout:auto;width:100%}.m-table td,.m-table th{padding:.625rem 1.25rem;text-align:left;vertical-align:top}.m-table td:last-child,.m-table th:last-child{width:100%}.m-table thead{background-color:#666}.m-table thead th{color:#fff;font-size:1rem;font-style:normal;font-weight:400;line-height:1.5}.m-table tbody{background-color:#e4e2df}.m-table tbody tr:not(:last-child) td{border-bottom:.125rem solid #fff}.m-table tbody tr td{font-size:1rem;font-style:normal;font-weight:400;line-height:1.5}.m-table tbody tr td:first-child{font-weight:700}@media(min-width:1023px){.m-table tbody tr td,.m-table thead th{font-size:1.125rem}}.m-tablepress table.tablepress>caption{display:none!important}.m-tablepress table :where(thead,tfoot)>tr>*{background-color:transparent!important}.m-tablepress table>:where(tbody.row-striping)>:nth-child(even of :where(:not(.child):not(.dtrg-group)))+:where(.child)>*,.m-tablepress table>:where(tbody.row-striping)>:nth-child(even of :where(:not(.child):not(.dtrg-group)))>*,.m-tablepress table>:where(tbody.row-striping)>:nth-child(odd of :where(:not(.child):not(.dtrg-group)))+:where(.child)>*,.m-tablepress table>:where(tbody.row-striping)>:nth-child(odd of :where(:not(.child):not(.dtrg-group)))>*{background-color:transparent!important}.m-tablepress table{border:none;border-spacing:0;table-layout:auto;width:100%}.m-tablepress table td,.m-tablepress table th{padding:.625rem 1.25rem;text-align:left;vertical-align:top}.m-tablepress table td:last-child,.m-tablepress table th:last-child{width:100%}.m-tablepress table thead{background-color:#666}.m-tablepress table thead th{color:#fff;font-size:1rem;font-style:normal;font-weight:400;line-height:1.5}.m-tablepress table tbody{background-color:#e4e2df}.m-tablepress table tbody tr:not(:last-child) td{border-bottom:.125rem solid #fff}.m-tablepress table tbody tr td{font-size:1rem;font-style:normal;font-weight:400;line-height:1.5}.m-tablepress table tbody tr td:first-child{font-weight:700}@media(min-width:1023px){.m-tablepress table tbody tr td,.m-tablepress table thead th{font-size:1.125rem}}.m-files__el{padding:.9375rem 0}.m-files__el:not(:last-child){border-bottom:.0625rem solid #d8d6d3}.m-files__el:last-child{padding-bottom:0}.m-files__el:first-child{padding-top:0}@media(max-width:575.98px){.m-files__title:not(:last-child){margin-bottom:.625rem}}@media(min-width:576px){.m-files__el{align-items:center;display:flex;gap:1.25rem;justify-content:space-between}.m-files__button{flex-grow:0;flex-shrink:0;width:-moz-fit-content;width:fit-content}}.m-row:not(:last-child),.m-row__col>h1:not(:last-child),.m-row__col>h2:not(:last-child),.m-row__col>h3:not(:last-child),.m-row__col>h4:not(:last-child),.m-row__col>h5:not(:last-child),.m-row__col>h6:not(:last-child),.m-row__col>p img:not(:last-child),.m-row__col>p:not(:last-child),.m-row__col>ul:not(:last-child){margin-bottom:1.25rem}.m-row__col>li,.m-row__col>p{font-size:1rem;line-height:1.5}.m-row__col>h1{font-size:2.5rem;letter-spacing:-.025rem}.m-row__col>h1,.m-row__col>h2{font-family:Outfit,sans-serif;font-weight:700;line-height:1.2}.m-row__col>h2{font-size:2.25rem;letter-spacing:-.0225rem}.m-row__col>h3{font-size:2rem;letter-spacing:-.02rem;line-height:1.2}.m-row__col>h3,.m-row__col>h4{font-family:Outfit,sans-serif;font-weight:700}.m-row__col>h4{font-size:1.5rem;letter-spacing:-.015rem;line-height:1.3}.m-row__col>h5{font-size:1.25rem;letter-spacing:-.0125rem}.m-row__col>h5,.m-row__col>h6{font-family:Outfit,sans-serif;font-weight:700;line-height:1.4}.m-row__col>h6{font-size:1.125rem;letter-spacing:-.01125rem}.m-row__col>ul{padding-top:.375rem}.m-row__col>ul li{padding-left:3.125rem;padding-top:.125rem;position:relative}.m-row__col>ul li:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2726%27 height=%2726%27 fill=%27none%27%3E%3Cpath d=%27m11.25 18.75 8.813-8.813-1.75-1.75-7.063 7.063-3.563-3.563-1.75 1.75 5.313 5.313ZM13 25.5c-1.73 0-3.354-.328-4.875-.984a12.622 12.622 0 0 1-3.969-2.672 12.624 12.624 0 0 1-2.672-3.969C.828 16.355.5 14.729.5 13c0-1.73.328-3.354.984-4.875a12.623 12.623 0 0 1 2.672-3.969 12.623 12.623 0 0 1 3.969-2.672C9.645.828 11.271.5 13 .5c1.73 0 3.354.328 4.875.984a12.624 12.624 0 0 1 3.969 2.672 12.622 12.622 0 0 1 2.672 3.969c.656 1.52.984 3.146.984 4.875 0 1.73-.328 3.354-.984 4.875a12.623 12.623 0 0 1-2.672 3.969 12.623 12.623 0 0 1-3.969 2.672c-1.52.656-3.146.984-4.875.984Z%27 fill=%27%23FFC835%27/%3E%3C/svg%3E");background-position:50%;background-size:contain;content:"";height:1.625rem;left:.125rem;position:absolute;top:0;width:1.625rem}.m-row__col>ul li:not(:last-child){margin-bottom:.875rem}@media(max-width:767.98px){.m-row__col:not(:last-child){margin-bottom:1.25rem}}@media(min-width:1023px){.m-row{display:flex;flex-wrap:wrap;gap:2.5rem}.m-row--center{align-items:center}.m-row:not(:last-child){margin-bottom:2.5rem}.m-row__col{width:calc(50% - 20px)}.m-row__col>h1:not(:last-child),.m-row__col>h2:not(:last-child),.m-row__col>h3:not(:last-child),.m-row__col>h4:not(:last-child),.m-row__col>h5:not(:last-child),.m-row__col>h6:not(:last-child),.m-row__col>p img:not(:last-child),.m-row__col>p:not(:last-child),.m-row__col>ul:not(:last-child){margin-bottom:2.5rem}.m-row__col>h1{font-size:4rem;letter-spacing:-.04rem}.m-row__col>h2{font-size:3rem;letter-spacing:-.03rem}.m-row__col>h3{font-size:2.5rem;letter-spacing:-.025rem}.m-row__col>h4{font-size:2rem;letter-spacing:-.02rem}.m-row__col>h5{font-size:1.5rem;letter-spacing:-.015rem}.m-row__col>h6{font-size:1.25rem;letter-spacing:-.0125rem}}.o-section-projects{overflow-x:hidden;padding-bottom:2.5rem;padding-top:2.5rem}.o-section-projects__lead{color:#666;text-transform:uppercase}.o-section-projects__lead:not(:last-child){margin-bottom:1.0625rem}.o-section-projects__row:not(:last-child){margin-bottom:2.5rem}.o-section-projects__container{border-bottom:.0625rem solid #d8d6d3;padding-bottom:2.5rem}.o-section-projects__swiper:not(:last-child){margin-bottom:2.5rem}.o-section-projects__nav{display:flex;flex-grow:0;flex-shrink:0;gap:.625rem;margin-top:.125rem}.o-section-projects__arrow{background-color:#f2f2f2;border:.0625rem solid #d8d6d3;border-radius:.3125rem;height:3.125rem!important;margin-top:0!important;position:static!important;transform:none;transition:background-color .3s ease-in-out,opacity .2s ease-in-out,visibility .2s ease-in-out;width:3.125rem!important}.o-section-projects__arrow svg{height:1rem!important;-o-object-fit:none!important;object-fit:none!important;width:.625rem!important}.o-section-projects__arrow svg path{stroke:#000;transition:stroke .3s ease-in-out}.o-section-projects__arrow--prev{transform:rotate(180deg)}.o-section-projects__arrow:after{content:none!important}.o-section-projects__arrow:hover{background-color:#000}.o-section-projects__arrow:hover svg path{stroke:#fff}@media(max-width:1022.98px){.o-section-projects__left:not(:last-child),.o-section-projects__text:not(:last-child){margin-bottom:2.5rem}}@media(min-width:1023px){.o-section-projects{padding-bottom:7rem;padding-top:7rem}.o-section-projects__nav{display:none!important}.o-section-projects__lead:not(:last-child){margin-bottom:1.125rem}.o-section-projects__row{display:flex;gap:2.5rem;justify-content:space-between}.o-section-projects__row:not(:last-child){margin-bottom:3.75rem}.o-section-projects__text{align-content:flex-end;margin-left:auto;width:calc(50% - 20px)}.o-section-projects__left{width:calc(50% - 20px)}.o-section-projects__wrapper{display:flex;gap:1.25rem}.o-section-projects__swiper:not(:last-child){margin-bottom:3.75rem}.o-section-projects__slide{margin-right:0!important;width:calc(33.33333% - 13.33333px)!important}}@media(min-width:1023px)and (min-width:1200px){.o-section-projects__slide{width:calc(25% - 15px)!important}.o-section-projects__slide:first-child{width:calc(50% - 10px)!important}}.o-archive-projects{padding-bottom:2.5rem;padding-top:2.5rem}.o-archive-projects__text{max-width:40.375rem}.o-archive-projects__text:not(:last-child){margin-bottom:2.5rem}.o-archive-projects__cats{display:flex;flex-wrap:wrap;gap:.3125rem}.o-archive-projects__cats:not(:last-child){margin-bottom:2.5rem}@media(max-width:767.98px){.o-archive-projects__col:not(:last-child){margin-bottom:1.25rem}}@media(min-width:768px){.o-archive-projects__row{display:flex;flex-wrap:wrap;gap:1.25rem}.o-archive-projects__col{width:calc(50% - 10px)}}@media(min-width:1023px){.o-archive-projects{padding-bottom:7rem;padding-top:7rem}.o-archive-projects__cats:not(:last-child),.o-archive-projects__text:not(:last-child){margin-bottom:3.75rem}}.o-hero-projects{padding-bottom:2.5rem;padding-top:10.6875rem}.o-hero-projects__back{align-items:center;color:#000;cursor:pointer;display:flex;font-size:1rem;font-weight:600;line-height:1.5;margin:0 auto;max-width:50rem;text-align:center;transition:color .3s ease-in-out;width:-moz-fit-content;width:fit-content}.o-hero-projects__back svg{margin-right:.625rem}.o-hero-projects__back:hover{color:#ffc835}.o-hero-projects__back:not(:last-child){margin-bottom:2.5rem}.o-hero-projects__title{margin:0 auto;max-width:50rem;text-align:center}.o-hero-projects__title:not(:last-child){margin-bottom:2.5rem}.o-hero-projects__text{margin:0 auto;max-width:31.25rem;text-align:center}.o-hero-projects__text:not(:last-child){margin-bottom:2.5rem}.o-hero-projects__img{aspect-ratio:328/125;max-height:31.25rem;width:100%}.o-hero-projects__img img{height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;width:100%}@media(min-width:1023px){.o-hero-projects{padding-top:17.0625rem}}.o-single-projects{padding-bottom:2.5rem;padding-top:2.5rem}.o-single-projects__container{max-width:50rem}.o-similar-projects{padding-bottom:2.5rem}.o-similar-projects__container{border-top:.0625rem solid #d8d6d3;padding-top:2.5rem}.o-similar-projects__lead{color:#666}.o-similar-projects__lead:not(:last-child){margin-bottom:1rem}.o-similar-projects__title:not(:last-child){margin-bottom:2.5rem}@media(max-width:767.98px){.o-similar-projects__col:not(:last-child){margin-bottom:1.25rem}}@media(min-width:768px){.o-similar-projects__row{display:flex;flex-wrap:wrap;gap:1.25rem}.o-similar-projects__col{width:calc(50% - 10px)}}@media(min-width:1023px){.o-similar-projects{padding-bottom:7rem}}.o-opinion-projects{padding-bottom:2.5rem}.o-opinion-projects__wrapper{background-color:#fff;padding:1.25rem}.o-opinion-projects__icon{height:2.9375rem;margin:0 auto;width:3.625rem}.o-opinion-projects__icon svg{height:100%;width:100%}.o-opinion-projects__icon:not(:last-child){margin-bottom:1.25rem}.o-opinion-projects__title{text-align:center}.o-opinion-projects__title:not(:last-child){margin-bottom:1.25rem}.o-opinion-projects__text{text-align:center}.o-opinion-projects__text:not(:last-child){margin-bottom:1.25rem}.o-opinion-projects__author{color:#666;text-align:center}@media(min-width:1023px){.o-opinion-projects__wrapper{padding:3.75rem 1.875rem}.o-opinion-projects__text:not(:last-child),.o-opinion-projects__title:not(:last-child){margin-bottom:1.875rem}}.o-section-products{padding-bottom:2.5rem;padding-top:2.5rem}.o-section-products__lead{color:#666;text-transform:uppercase}.o-section-products__lead:not(:last-child){margin-bottom:1.0625rem}.o-section-products__row:not(:last-child){margin-bottom:2.5rem}.o-section-products__tiles{display:flex;flex-wrap:wrap}.o-section-products__tiles:not(:last-child){margin-bottom:2.5rem}.o-section-products__tile{width:100%}@media(max-width:575.98px){.o-section-products__tile:not(:last-child){margin-bottom:1.25rem}}@media(min-width:576px){.o-section-products__tiles{gap:1.25rem}.o-section-products__tile{width:calc(50% - 10px)}}@media(min-width:768px){.o-section-products__tile{width:calc(33.33333% - 13.33333px)}}@media(max-width:1022.98px){.o-section-products__left:not(:last-child){margin-bottom:2.5rem}}@media(min-width:1023px){.o-section-products{padding-bottom:7rem;padding-top:7rem}.o-section-products__lead:not(:last-child){margin-bottom:1.125rem}.o-section-products__row{display:flex;gap:2.5rem;justify-content:space-between}.o-section-products__row:not(:last-child){margin-bottom:3.75rem}.o-section-products__text{align-content:flex-end;margin-left:auto;width:calc(50% - 20px)}.o-section-products__left{width:calc(50% - 20px)}.o-section-products__tile{width:calc(25% - 15px)}.o-section-products__tiles:not(:last-child){margin-bottom:3.75rem}}.o-cat-section-products{padding-bottom:2.5rem;padding-top:2.5rem}.o-cat-section-products__lead{color:#666;text-transform:uppercase}.o-cat-section-products__lead:not(:last-child){margin-bottom:1.0625rem}.o-cat-section-products__row:not(:last-child){margin-bottom:2.5rem}.o-cat-section-products__tiles{display:flex;flex-wrap:wrap}.o-cat-section-products__tiles:not(:last-child){margin-bottom:2.5rem}.o-cat-section-products__tile{width:100%}@media(max-width:575.98px){.o-cat-section-products__tile:not(:last-child){margin-bottom:1.25rem}}@media(min-width:576px){.o-cat-section-products__tiles{gap:1.25rem}.o-cat-section-products__tile{width:calc(50% - 10px)}}@media(max-width:1022.98px){.o-cat-section-products__left:not(:last-child){margin-bottom:2.5rem}}@media(min-width:1023px){.o-cat-section-products{padding-bottom:7rem;padding-top:7rem}.o-cat-section-products__lead:not(:last-child){margin-bottom:1.125rem}.o-cat-section-products__row{display:flex;gap:2.5rem;justify-content:space-between}.o-cat-section-products__row:not(:last-child){margin-bottom:3.75rem}.o-cat-section-products__text{align-content:flex-end;margin-left:auto;width:calc(50% - 20px)}.o-cat-section-products__left{width:calc(50% - 20px)}.o-cat-section-products__tiles:not(:last-child){margin-bottom:3.75rem}}.o-pro-section-products{background-color:#fff;overflow-x:hidden;padding-bottom:2.5rem;padding-top:2.5rem}.o-pro-section-products__top:not(:last-child){margin-bottom:2.5rem}.o-pro-section-products__nav{display:flex;flex-grow:0;flex-shrink:0;gap:.625rem;margin-top:.125rem}.o-pro-section-products__arrow{background-color:#fff;border:.0625rem solid #d8d6d3;border-radius:.3125rem;height:3.125rem!important;margin-top:0!important;position:static!important;transform:none;transition:background-color .3s ease-in-out,opacity .2s ease-in-out,visibility .2s ease-in-out;width:3.125rem!important}.o-pro-section-products__arrow svg{height:1rem!important;-o-object-fit:none!important;object-fit:none!important;width:.625rem!important}.o-pro-section-products__arrow svg path{stroke:#000;transition:stroke .3s ease-in-out}.o-pro-section-products__arrow--prev{transform:rotate(180deg)}.o-pro-section-products__arrow:after{content:none!important}.o-pro-section-products__arrow:hover{background-color:#000}.o-pro-section-products__arrow:hover svg path{stroke:#fff}@media(max-width:1022.98px){.o-pro-section-products__title:not(:last-child){margin-bottom:1.875rem}}@media(min-width:1023px){.o-pro-section-products{padding-bottom:7rem;padding-top:7rem}.o-pro-section-products__top{align-items:center;display:flex;justify-content:space-between;margin-bottom:5rem}.o-pro-section-products__nav{margin-left:auto;margin-top:0}}.o-cat-products{padding-bottom:2.5rem;padding-top:1.25rem}.o-cat-products .m-breadcrumbs:not(:last-child){margin-bottom:1.25rem}.o-cat-products__el{border-top:.0625rem solid #b6b5b3;padding:.625rem 0}.o-cat-products__el:last-child{border-bottom:.0625rem solid #b6b5b3}.o-cat-products__button{align-items:center;cursor:pointer;display:flex;font-size:1rem;font-weight:400;gap:.625rem;justify-content:space-between;line-height:1.5;transition:color .3s ease-in-out}.o-cat-products__button svg{flex-grow:0;flex-shrink:0;height:1.5rem;-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center;width:1.5rem}.o-cat-products__button svg path{fill:#b6b5b3}.o-cat-products__button:hover{color:#e5a907}.o-cat-products__button--active{background-color:#ffc835;border-radius:.3125rem;padding:.25rem;pointer-events:none}.o-cat-products__button--active svg path{fill:#000}.o-cat-products__content>h1:not(:last-child),.o-cat-products__content>h2:not(:last-child),.o-cat-products__content>h3:not(:last-child),.o-cat-products__content>h4:not(:last-child),.o-cat-products__content>h5:not(:last-child),.o-cat-products__content>h6:not(:last-child),.o-cat-products__content>p img:not(:last-child),.o-cat-products__content>p:not(:last-child),.o-cat-products__content>ul:not(:last-child){margin-bottom:1.25rem}.o-cat-products__content>li,.o-cat-products__content>p{font-size:1rem;line-height:1.5}.o-cat-products__content>h1{font-size:2.5rem;letter-spacing:-.025rem}.o-cat-products__content>h1,.o-cat-products__content>h2{font-family:Outfit,sans-serif;font-weight:700;line-height:1.2}.o-cat-products__content>h2{font-size:2.25rem;letter-spacing:-.0225rem}.o-cat-products__content>h3{font-family:Outfit,sans-serif;font-size:2rem;font-weight:700;letter-spacing:-.02rem;line-height:1.2}.o-cat-products__content>h4{font-family:Outfit,sans-serif;font-size:1.5rem;font-weight:700;letter-spacing:-.015rem;line-height:1.3}.o-cat-products__content>h5{font-size:1.25rem;letter-spacing:-.0125rem}.o-cat-products__content>h5,.o-cat-products__content>h6{font-family:Outfit,sans-serif;font-weight:700;line-height:1.4}.o-cat-products__content>h6{font-size:1.125rem;letter-spacing:-.01125rem}.o-cat-products__content>ul{padding-top:.375rem}.o-cat-products__content>ul li{padding-left:3.125rem;padding-top:.125rem;position:relative}.o-cat-products__content>ul li:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2726%27 height=%2726%27 fill=%27none%27%3E%3Cpath d=%27m11.25 18.75 8.813-8.813-1.75-1.75-7.063 7.063-3.563-3.563-1.75 1.75 5.313 5.313ZM13 25.5c-1.73 0-3.354-.328-4.875-.984a12.622 12.622 0 0 1-3.969-2.672 12.624 12.624 0 0 1-2.672-3.969C.828 16.355.5 14.729.5 13c0-1.73.328-3.354.984-4.875a12.623 12.623 0 0 1 2.672-3.969 12.623 12.623 0 0 1 3.969-2.672C9.645.828 11.271.5 13 .5c1.73 0 3.354.328 4.875.984a12.624 12.624 0 0 1 3.969 2.672 12.622 12.622 0 0 1 2.672 3.969c.656 1.52.984 3.146.984 4.875 0 1.73-.328 3.354-.984 4.875a12.623 12.623 0 0 1-2.672 3.969 12.623 12.623 0 0 1-3.969 2.672c-1.52.656-3.146.984-4.875.984Z%27 fill=%27%23FFC835%27/%3E%3C/svg%3E");background-position:50%;background-size:contain;content:"";height:1.625rem;left:.125rem;position:absolute;top:0;width:1.625rem}.o-cat-products__content>ul li:not(:last-child){margin-bottom:.875rem}.o-cat-products__sidebar>.o-cat-products__el>.o-cat-products__button{font-family:Outfit,sans-serif;font-size:1.125rem;letter-spacing:-.01125rem;line-height:1.4}.o-cat-products__sidebar .o-cat-products__children{padding-left:.625rem;padding-top:.625rem}.o-cat-products__sidebar .o-cat-products__children .o-cat-products__el:last-child{border-bottom:none;padding-bottom:0}.o-cat-products__title{align-items:center;display:flex;font-size:1.125rem;height:2.5rem;justify-content:space-between;line-height:1.5}.o-cat-products__title:not(:last-child){margin-bottom:.625rem}.o-cat-products__close{cursor:pointer;flex-grow:0;flex-shrink:0;height:2.5rem;width:2.5rem}.o-cat-products__close svg{height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;width:100%}@media(max-width:1022.98px){.o-cat-products__wrapper{bottom:0;z-index:15}.o-cat-products__sidebar,.o-cat-products__wrapper{background-color:#fff;left:0;padding:1.25rem;position:fixed;right:0}.o-cat-products__sidebar{max-height:calc(100vh - 215px);overflow:auto;top:8.125rem;transform:translateX(100%);z-index:18}.o-cat-products__sidebar.--load{transition:transform .3s ease-in-out}.o-cat-products__sidebar.--open{transform:none}}@media(min-width:1023px){.o-cat-products{padding-bottom:7rem;padding-top:3.4375rem}.o-cat-products .m-breadcrumbs:not(:last-child){margin-bottom:2.5rem}.o-cat-products__wrapper{display:none!important}.o-cat-products__title{display:none}.o-cat-products__sidebar{height:100%;position:sticky;top:11.25rem;transition:top .3s ease-in-out}.o-cat-products__sidebar>.o-cat-products__el>.o-cat-products__button{font-size:1.25rem;letter-spacing:-.0125rem}.o-cat-products__sidebar--hidden{top:1.25rem}.o-cat-products__row{display:flex;gap:5rem}.o-cat-products__sidebar{flex-grow:0;flex-shrink:0;width:17.5rem}.o-cat-products__content{width:100%}.o-cat-products__content>h1:not(:last-child),.o-cat-products__content>h2:not(:last-child),.o-cat-products__content>h3:not(:last-child),.o-cat-products__content>h4:not(:last-child),.o-cat-products__content>h5:not(:last-child),.o-cat-products__content>h6:not(:last-child),.o-cat-products__content>p img:not(:last-child),.o-cat-products__content>p:not(:last-child),.o-cat-products__content>ul:not(:last-child){margin-bottom:2.5rem}.o-cat-products__content>h1{font-size:4rem;letter-spacing:-.04rem}.o-cat-products__content>h2{font-size:3rem;letter-spacing:-.03rem}.o-cat-products__content>h3{font-size:2.5rem;letter-spacing:-.025rem}.o-cat-products__content>h4{font-size:2rem;letter-spacing:-.02rem}.o-cat-products__content>h5{font-size:1.5rem;letter-spacing:-.015rem}.o-cat-products__content>h6{font-size:1.25rem;letter-spacing:-.0125rem}}.o-hero-products{background-color:#25231b;padding-bottom:2.5rem;padding-top:10rem;position:relative}.o-hero-products--bg:after{background-image:url(../img/sygnet.png);background-position:right .625rem top;background-repeat:no-repeat;background-size:20rem;content:"";filter:invert(1);opacity:.04}.o-hero-products--bg:after,.o-hero-products__bg{bottom:0;left:0;position:absolute;right:0;top:0;z-index:1}.o-hero-products__bg img,.o-hero-products__bg video{height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;width:100%}.o-hero-products:not(.o-hero-products--bg):before{background:#000;bottom:0;content:"";left:0;opacity:.5;position:absolute;right:0;top:0;z-index:2}.o-hero-products:not(.o-hero-products--bg):after{background:linear-gradient(180deg,rgba(0,0,0,.2),transparent);bottom:0;content:"";left:0;position:absolute;right:0;top:0;z-index:3}.o-hero-products .l-container{position:relative;z-index:4}.o-hero-products__title{color:#fff;max-width:35.5625rem}.o-hero-products__title:not(:last-child){margin-bottom:1.5rem}.o-hero-products__text{color:#fff;max-width:35.5625rem}.o-hero-products__text:not(:last-child){margin-bottom:1.5rem}@media(max-width:1022.98px){.o-hero-products__bg video{display:none!important}}@media(min-width:1023px){.o-hero-products{align-items:center;display:flex;min-height:45.375rem;padding-bottom:7rem;padding-top:17.0625rem}.o-hero-products .l-container{width:100%}.o-hero-products__bg-img{display:none!important}.o-hero-products--bg:after{background-position:right 20% top;background-size:31.25rem}}.o-info-products{overflow:hidden;padding-bottom:2.5rem;padding-top:1.25rem;position:relative}.o-info-products .m-breadcrumbs:not(:last-child){margin-bottom:1.25rem}.o-info-products__container{position:relative;z-index:3}.o-info-products__file{border-radius:.3125rem;height:auto;overflow:hidden;width:100%}.o-info-products__file img,.o-info-products__file video{height:auto;width:100%}.o-info-products__lead{color:#666;text-transform:uppercase}.o-info-products__lead:not(:last-child){margin-bottom:1.25rem}.o-info-products__text:not(:last-child),.o-info-products__title:not(:last-child){margin-bottom:2.5rem}.o-info-products__list{padding-top:.375rem}.o-info-products__list li{font-size:1rem;font-weight:700;line-height:1.5;padding-left:3.125rem;padding-top:.125rem;position:relative}.o-info-products__list li:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2726%27 height=%2726%27 fill=%27none%27%3E%3Cpath d=%27m11.25 18.75 8.813-8.813-1.75-1.75-7.063 7.063-3.563-3.563-1.75 1.75 5.313 5.313ZM13 25.5c-1.73 0-3.354-.328-4.875-.984a12.622 12.622 0 0 1-3.969-2.672 12.624 12.624 0 0 1-2.672-3.969C.828 16.355.5 14.729.5 13c0-1.73.328-3.354.984-4.875a12.623 12.623 0 0 1 2.672-3.969 12.623 12.623 0 0 1 3.969-2.672C9.645.828 11.271.5 13 .5c1.73 0 3.354.328 4.875.984a12.624 12.624 0 0 1 3.969 2.672 12.622 12.622 0 0 1 2.672 3.969c.656 1.52.984 3.146.984 4.875 0 1.73-.328 3.354-.984 4.875a12.623 12.623 0 0 1-2.672 3.969 12.623 12.623 0 0 1-3.969 2.672c-1.52.656-3.146.984-4.875.984Z%27 fill=%27%23FFC835%27/%3E%3C/svg%3E");background-position:50%;background-size:contain;content:"";height:1.625rem;left:.125rem;position:absolute;top:0;width:1.625rem}.o-info-products__list li:not(:last-child){margin-bottom:.875rem}.o-info-products__list:not(:last-child){margin-bottom:2.5rem}@media(max-width:1022.98px){.o-info-products__file:not(:last-child){margin-bottom:2.5rem}}@media(min-width:1023px){.o-info-products{padding-bottom:7rem;padding-top:3.4375rem}.o-info-products .m-breadcrumbs:not(:last-child){margin-bottom:3.75rem}.o-info-products:before{align-items:center;background-position:right 20% top -2.375rem;background-size:38.75rem;display:flex;gap:2.5rem;justify-content:space-between}.o-info-products__file{align-items:center;align-self:stretch;display:flex;justify-content:center;max-width:34.6875rem;min-height:26.625rem;position:relative;width:calc(50% - 20px)}.o-info-products__file video{bottom:0;height:100%;left:0;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;position:absolute;right:0;top:0;width:100%}.o-info-products__right{max-width:38.125rem;width:calc(50% - 20px)}.o-info-products__container{align-items:center;display:flex;gap:2.5rem;justify-content:space-between}}.o-cta-products{overflow:hidden;padding-bottom:2.5rem;padding-top:2.5rem;position:relative}.o-cta-products__container{position:relative;z-index:3}.o-cta-products__file{border-radius:.3125rem;overflow:hidden}.o-cta-products__file,.o-cta-products__file img,.o-cta-products__file video{height:auto;width:100%}.o-cta-products__lead{color:#666;text-transform:uppercase}.o-cta-products__lead:not(:last-child){margin-bottom:1.25rem}.o-cta-products__text:not(:last-child),.o-cta-products__title:not(:last-child){margin-bottom:2.5rem}.o-cta-products__list{padding-top:.375rem}.o-cta-products__list li{font-size:1rem;font-weight:700;line-height:1.5;padding-left:3.125rem;padding-top:.125rem;position:relative}.o-cta-products__list li:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2726%27 height=%2726%27 fill=%27none%27%3E%3Cpath d=%27m11.25 18.75 8.813-8.813-1.75-1.75-7.063 7.063-3.563-3.563-1.75 1.75 5.313 5.313ZM13 25.5c-1.73 0-3.354-.328-4.875-.984a12.622 12.622 0 0 1-3.969-2.672 12.624 12.624 0 0 1-2.672-3.969C.828 16.355.5 14.729.5 13c0-1.73.328-3.354.984-4.875a12.623 12.623 0 0 1 2.672-3.969 12.623 12.623 0 0 1 3.969-2.672C9.645.828 11.271.5 13 .5c1.73 0 3.354.328 4.875.984a12.624 12.624 0 0 1 3.969 2.672 12.622 12.622 0 0 1 2.672 3.969c.656 1.52.984 3.146.984 4.875 0 1.73-.328 3.354-.984 4.875a12.623 12.623 0 0 1-2.672 3.969 12.623 12.623 0 0 1-3.969 2.672c-1.52.656-3.146.984-4.875.984Z%27 fill=%27%23FFC835%27/%3E%3C/svg%3E");background-position:50%;background-size:contain;content:"";height:1.625rem;left:.125rem;position:absolute;top:0;width:1.625rem}.o-cta-products__list li:not(:last-child){margin-bottom:.875rem}.o-cta-products__list:not(:last-child){margin-bottom:2.5rem}@media(max-width:1022.98px){.o-cta-products__file:not(:last-child){margin-bottom:2.5rem}}@media(min-width:1023px){.o-cta-products{padding-bottom:7rem;padding-top:7rem}.o-cta-products:before{align-items:center;background-position:right 20% top -2.375rem;background-size:38.75rem;display:flex;gap:2.5rem;justify-content:space-between}.o-cta-products__file{align-self:stretch;min-height:26.625rem;position:relative;width:calc(51% - 20px)}.o-cta-products__file img,.o-cta-products__file video{bottom:0;height:100%;left:0;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;position:absolute;right:0;top:0;width:100%}.o-cta-products__right{max-width:33.5625rem;width:calc(49% - 20px)}.o-cta-products__container{align-items:center;display:flex;flex-direction:row-reverse;gap:2.5rem;justify-content:space-between}}.o-data-products{padding-bottom:2.5rem;padding-top:2.5rem}.o-data-products__content{padding-bottom:1.25rem}.o-data-products__content--table{overflow:auto}.o-data-products__title{cursor:pointer;padding:1.25rem 2.5rem 1.25rem .625rem;position:relative}.o-data-products__title span{height:1.25rem;position:absolute;right:.625rem;top:50%;transform:translateY(-50%);width:1.25rem}.o-data-products__title span:after,.o-data-products__title span:before{background-color:#000;content:"";left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}.o-data-products__title span:after{height:.125rem;width:100%}.o-data-products__title span:before{height:100%;transition:opacity .3s ease-in-out;width:.125rem}.o-data-products__title.--active span:before{opacity:0}.o-data-products__wrapper{border-top:.0625rem solid #d8d6d3}.o-data-products__wrapper:last-child{border-bottom:.0625rem solid #d8d6d3}@media(min-width:1023px){.o-data-products{padding-bottom:7rem;padding-top:7rem}.o-data-products__title{padding:1.875rem 2.5rem 1.875rem .625rem}.o-data-products__content{padding-bottom:1.875rem}.o-data-products__content.m-content li,.o-data-products__content.m-content p{font-size:1rem}}.o-tiles-products{padding-bottom:2.5rem;padding-top:2.5rem}.o-tiles-products__title:not(:last-child){margin-bottom:1.875rem}.o-tiles-products__row{display:flex;flex-wrap:wrap}.o-tiles-products__col{align-items:center;background-color:#fff;border:.0625rem solid #e4e2df;border-radius:.3125rem;display:flex;padding:1.25rem;width:100%}.o-tiles-products__icon{flex-grow:0;flex-shrink:0;height:2.5rem;width:2.5rem}.o-tiles-products__icon img{height:100%;-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center;width:100%}.o-tiles-products__icon:not(:last-child){margin-right:.625rem}@media(max-width:575.98px){.o-tiles-products__col:not(:last-child){margin-bottom:1.25rem}}@media(min-width:576px){.o-tiles-products__row{gap:1.25rem}.o-tiles-products__col{width:calc(50% - 10px)}}@media(min-width:768px){.o-tiles-products__icon{height:3.75rem;width:3.75rem}.o-tiles-products__icon:not(:last-child){margin-right:1.25rem}}@media(min-width:1023px){.o-tiles-products{padding-bottom:7rem;padding-top:7rem}.o-tiles-products__title:not(:last-child){margin-bottom:3.75rem}.o-tiles-products__col{padding:1.875rem;width:calc(33.33333% - 13.33333px)}}.o-img-products{background-color:#25231b;padding-bottom:2.5rem;padding-top:2.5rem;position:relative}.o-img-products:after{background-color:#0d0b02;bottom:0;content:"";left:0;opacity:.5;position:absolute;right:0;top:0;z-index:2}.o-img-products:not(.o-img-products--img){align-items:center;aspect-ratio:3/1;display:flex}.o-img-products:not(.o-img-products--img) .l-container{width:100%}.o-img-products--img .o-img-products__text,.o-img-products--img .o-img-products__title{color:#fff}.o-img-products__img{bottom:0;left:0;position:absolute;right:0;top:0;z-index:1}.o-img-products__img img{height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;width:100%}.o-img-products .l-container{position:relative;z-index:3}.o-img-products__title{color:#fff;max-width:38.125rem}.o-img-products__title:not(:last-child){margin-bottom:1.875rem}.o-img-products__text{color:#fff;max-width:38.125rem}@media(min-width:1023px){.o-img-products{padding-bottom:7rem;padding-top:7rem}}.o-el-products{background-color:#fff;overflow:hidden;padding-bottom:2.5rem;padding-top:2.5rem}.o-el-products__top:not(:last-child){margin-bottom:1.875rem}.o-el-products__img{aspect-ratio:1/1;border:.0625rem solid #d8d6d3;border-radius:.3125rem;padding:.625rem;width:100%}.o-el-products__img img{height:100%;-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center;width:100%}.o-el-products__img:not(:last-child),.o-el-products__name:not(:last-child){margin-bottom:.625rem}.o-el-products__nav{display:flex;flex-grow:0;flex-shrink:0;gap:.625rem;margin-top:.125rem}.o-el-products__arrow{background-color:#fff;border:.0625rem solid #d8d6d3;border-radius:.3125rem;height:3.125rem!important;margin-top:0!important;position:static!important;transform:none;transition:background-color .3s ease-in-out,opacity .2s ease-in-out,visibility .2s ease-in-out;width:3.125rem!important}.o-el-products__arrow svg{height:1rem!important;-o-object-fit:none!important;object-fit:none!important;width:.625rem!important}.o-el-products__arrow svg path{stroke:#000;transition:stroke .3s ease-in-out}.o-el-products__arrow--prev{transform:rotate(180deg)}.o-el-products__arrow:after{content:none!important}.o-el-products__arrow:hover{background-color:#000}.o-el-products__arrow:hover svg path{stroke:#fff}@media(max-width:1022.98px){.o-el-products__title:not(:last-child){margin-bottom:1.875rem}}@media(min-width:1023px){.o-el-products{padding-bottom:7rem;padding-top:7rem}.o-el-products__top{align-items:center;display:flex;justify-content:space-between}.o-el-products__top:not(:last-child){margin-bottom:3.75rem}.o-el-products__nav{margin-left:auto;margin-top:0}}.o-add-products{background-color:#25231b;background-image:url(../img/bg-2.jpg);background-position:50%;background-size:cover;color:#fff;padding-bottom:2.5rem;padding-top:2.5rem;position:relative}.o-add-products:before{background:radial-gradient(42.47% 42.47% at 50% 50%,rgba(37,35,27,.5) 0,#25231b 100%);bottom:0;content:"";left:0;position:absolute;right:0;top:0;z-index:1}.o-add-products .l-container{position:relative;z-index:2}.o-add-products__title{text-align:center}.o-add-products__title:not(:last-child){margin-bottom:1.875rem}.o-add-products__sub-title{color:#ffc835}.o-add-products__sub-title:not(:last-child){margin-bottom:.625rem}.o-add-products__el:not(:last-child){margin-bottom:1.875rem}.o-add-products__img{flex-grow:0;flex-shrink:0;max-width:13.9375rem}.o-add-products__img,.o-add-products__img img{height:auto;width:100%}@media(max-width:1022.98px){.o-add-products__left:not(:last-child){margin-bottom:1.875rem}.o-add-products__img{margin:0 auto}.o-add-products__img:not(:last-child){margin-bottom:1.875rem}}@media(min-width:1023px){.o-add-products{padding-bottom:7rem;padding-top:7rem}.o-add-products__el:not(:last-child),.o-add-products__title:not(:last-child){margin-bottom:3.75rem}.o-add-products__text{font-size:1rem}.o-add-products__row{align-items:center;display:flex;gap:1.25rem;justify-content:space-between}.o-add-products__left,.o-add-products__right{width:32.4%}}.o-gallery-products{background-color:#25231b;color:#fff;padding-bottom:2.5rem;padding-top:2.5rem}.o-gallery-products__title:not(:last-child){margin-bottom:1.875rem}.o-gallery-products__grid{grid-gap:1.25rem;display:grid;gap:1.25rem;grid-template-columns:repeat(2,1fr)}.o-gallery-products__el{aspect-ratio:313/268;display:block}.o-gallery-products__el img{height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;width:100%}.o-gallery-products__buttons{display:flex;flex-wrap:wrap;justify-content:center}.o-gallery-products__buttons:not(:last-child){margin-bottom:1.875rem}.o-gallery-products__button{align-items:center;background-color:transparent;border:.0625rem solid #666;color:#fff;cursor:pointer;display:flex;font-size:1rem;font-weight:700;justify-content:center;line-height:1.5;min-height:3.25rem;min-width:9.8125rem;overflow:hidden;padding:.3125rem 1.5rem;position:relative;text-transform:uppercase;transition:background-color .3s ease-in-out,color .3s ease-in-out,border .3s ease-in-out;width:-moz-fit-content;width:fit-content}.o-gallery-products__button span{position:relative;z-index:2}.o-gallery-products__button:before{background-color:#fff;bottom:0;content:"";left:0;position:absolute;right:0;top:0;transform:translate3d(0,-100%,0);transition:transform .3s cubic-bezier(.7,0,.2,1);z-index:1}.o-gallery-products__button:hover{border:.0625rem solid #fff;color:#000}.o-gallery-products__button:hover:before{transform:none}.o-gallery-products__button--active{border:.0625rem solid #fff;color:#000;pointer-events:none}.o-gallery-products__button--active:before{transform:none}@media(max-width:1022.98px){.o-gallery-products__el:nth-child(5n+5){grid-column:span 2;grid-row:span 2}}@media(min-width:1023px){.o-gallery-products{padding-bottom:7rem;padding-top:7rem}.o-gallery-products__grid{grid-template-columns:repeat(4,1fr)}.o-gallery-products__el:nth-child(10n+3),.o-gallery-products__el:nth-child(10n+6){grid-column:span 2;grid-row:span 2}.o-gallery-products__buttons:not(:last-child),.o-gallery-products__title:not(:last-child){margin-bottom:3.75rem}}.o-cta-flex{padding-bottom:2.5rem;padding-top:2.5rem}.o-cta-flex:not(:has(+.o-box-flex)) .o-cta-flex__row{border-bottom:.0625rem solid #d8d6d3;padding-bottom:2.5rem}.o-cta-flex__img,.o-cta-flex__img img{height:auto;width:100%}.o-cta-flex__title:not(:last-child){margin-bottom:1.875rem}.o-cta-flex__wrapper{border-bottom:.0625rem solid #d8d6d3;border-top:.0625rem solid #d8d6d3;padding:1.875rem 0}.o-cta-flex__sub-title{color:#666}.o-cta-flex__sub-title:not(:last-child){margin-bottom:1.875rem}.o-cta-flex__text{color:#000}.o-cta-flex__text:not(:last-child){margin-bottom:1.875rem}.o-cta-flex__list{padding-top:.375rem}.o-cta-flex__list li{font-size:1rem;font-weight:700;line-height:1.5;padding-left:3.125rem;padding-top:.125rem;position:relative}.o-cta-flex__list li:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2726%27 height=%2726%27 fill=%27none%27%3E%3Cpath d=%27m11.25 18.75 8.813-8.813-1.75-1.75-7.063 7.063-3.563-3.563-1.75 1.75 5.313 5.313ZM13 25.5c-1.73 0-3.354-.328-4.875-.984a12.622 12.622 0 0 1-3.969-2.672 12.624 12.624 0 0 1-2.672-3.969C.828 16.355.5 14.729.5 13c0-1.73.328-3.354.984-4.875a12.623 12.623 0 0 1 2.672-3.969 12.623 12.623 0 0 1 3.969-2.672C9.645.828 11.271.5 13 .5c1.73 0 3.354.328 4.875.984a12.624 12.624 0 0 1 3.969 2.672 12.622 12.622 0 0 1 2.672 3.969c.656 1.52.984 3.146.984 4.875 0 1.73-.328 3.354-.984 4.875a12.623 12.623 0 0 1-2.672 3.969 12.623 12.623 0 0 1-3.969 2.672c-1.52.656-3.146.984-4.875.984Z%27 fill=%27%23FFC835%27/%3E%3C/svg%3E");background-position:50%;background-size:contain;content:"";height:1.625rem;left:.125rem;position:absolute;top:0;width:1.625rem}.o-cta-flex__list li:not(:last-child){margin-bottom:.875rem}.o-cta-flex__list:not(:last-child){margin-bottom:1.875rem}@media(max-width:575.98px){.o-cta-flex__img:not(:last-child){margin-bottom:2.5rem}}@media(min-width:576px){.o-cta-flex__row{align-items:flex-start;display:flex;flex-direction:row-reverse;gap:2.5rem;justify-content:space-between}.o-cta-flex__row--reverse{flex-direction:row}.o-cta-flex__img{aspect-ratio:171/179;max-width:32.0625rem;width:calc(50% - 40px)}.o-cta-flex__img img{height:100%;-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center;width:100%}.o-cta-flex__content{width:50%}}@media(min-width:1023px){.o-cta-flex{padding-bottom:7rem;padding-top:7rem}.o-cta-flex:has(+.o-cta-flex){padding-bottom:3.75rem}.o-cta-flex:not(:has(+.o-box-flex)) .o-cta-flex__row{padding-bottom:3.75rem}}.o-box-flex{padding-bottom:2.5rem;padding-top:2.5rem}.o-box-flex__title{color:#666}.o-box-flex__title:not(:last-child){margin-bottom:1.875rem}.o-box-flex__row{display:flex;flex-wrap:wrap}.o-box-flex__col{align-items:center;background-color:#fff;display:flex;padding:1.25rem;width:100%}.o-box-flex__check{flex-grow:0;flex-shrink:0;height:2.5rem;margin-right:1.25rem;width:2.5rem}.o-box-flex__check svg{height:100%;-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center;width:100%}@media(max-width:575.98px){.o-box-flex__col:not(:last-child){margin-bottom:1.25rem}}@media(min-width:576px){.o-box-flex__row{gap:1.25rem}.o-box-flex__col{width:calc(50% - 10px)}}@media(min-width:1023px){.o-box-flex{padding-bottom:7rem;padding-top:7rem}.o-box-flex__col{padding:1.875rem;width:calc(33.33333% - 13.33333px)}}.o-projects-flex{overflow-x:hidden;padding-bottom:2.5rem;padding-top:2.5rem}.o-projects-flex:not(:has(+.o-box-flex)) .o-projects-flex__container{border-bottom:.0625rem solid #d8d6d3;padding-bottom:2.5rem}.o-projects-flex__title{color:#666}.o-projects-flex__top:not(:last-child){margin-bottom:1.875rem}.o-projects-flex__nav{display:flex;flex-grow:0;flex-shrink:0;gap:.625rem;margin-top:.125rem}.o-projects-flex__arrow{background-color:#f2f2f2;border:.0625rem solid #d8d6d3;border-radius:.3125rem;height:3.125rem!important;margin-top:0!important;position:static!important;transform:none;transition:background-color .3s ease-in-out,opacity .2s ease-in-out,visibility .2s ease-in-out;width:3.125rem!important}.o-projects-flex__arrow svg{height:1rem!important;-o-object-fit:none!important;object-fit:none!important;width:.625rem!important}.o-projects-flex__arrow svg path{stroke:#000;transition:stroke .3s ease-in-out}.o-projects-flex__arrow--prev{transform:rotate(180deg)}.o-projects-flex__arrow:after{content:none!important}.o-projects-flex__arrow:hover{background-color:#000}.o-projects-flex__arrow:hover svg path{stroke:#fff}@media(max-width:1022.98px){.o-projects-flex__title:not(:last-child){margin-bottom:1.875rem}}@media(min-width:1023px){.o-projects-flex{padding-bottom:7rem;padding-top:7rem}.o-projects-flex:not(:has(+.o-box-flex)) .o-projects-flex__container{padding-bottom:3.75rem}.o-projects-flex__wrapper{display:flex;gap:1.25rem}.o-projects-flex__slide{margin-right:0!important;width:calc(33.33333% - 13.33333px)!important}.o-projects-flex__top{align-items:center;display:flex;justify-content:space-between;margin-bottom:5rem}.o-projects-flex__nav{margin-left:auto;margin-top:0}}@media(min-width:1200px){.o-projects-flex__slide{width:calc(25% - 15px)!important}.o-projects-flex__slide:first-child{width:calc(50% - 10px)!important}}.o-archive-blog{padding-bottom:2.5rem;padding-top:2.5rem}.o-archive-blog__cats{display:flex;flex-wrap:wrap;gap:.3125rem}.o-archive-blog__cats:not(:last-child){margin-bottom:2.5rem}.o-archive-blog__row{display:flex;flex-wrap:wrap;gap:.3125rem}.o-archive-blog__col{width:100%}@media(max-width:575.98px){.o-archive-blog__col:not(:last-child){margin-bottom:.3125rem}}@media(min-width:576px){.o-archive-blog__col{width:calc(50% - 2.5px)}}@media(min-width:768px){.o-archive-blog__col{width:calc(33.33333% - 3.33333px)}}@media(min-width:1023px){.o-archive-blog{padding-bottom:7rem;padding-top:7rem}.o-archive-blog__cats{gap:.625rem}.o-archive-blog__cats:not(:last-child){margin-bottom:3.75rem}.o-archive-blog__row{gap:1.25rem}.o-archive-blog__col{width:calc(33.33333% - 20px)}}.o-hero-blog{padding-bottom:2.5rem;padding-top:10.6875rem}.o-hero-blog__back{align-items:center;color:#000;cursor:pointer;display:flex;font-size:1rem;font-weight:600;line-height:1.5;margin:0 auto;max-width:50rem;text-align:center;transition:color .3s ease-in-out;width:-moz-fit-content;width:fit-content}.o-hero-blog__back svg{margin-right:.625rem}.o-hero-blog__back:hover{color:#ffc835}.o-hero-blog__back:not(:last-child){margin-bottom:2.5rem}.o-hero-blog__cat{font-size:.875rem;font-weight:700;line-height:1.5;margin:0 auto;max-width:50rem;text-align:center;text-transform:uppercase}.o-hero-blog__cat:not(:last-child){margin-bottom:2.5rem}.o-hero-blog__title{margin:0 auto;max-width:50rem;text-align:center}.o-hero-blog__title:not(:last-child){margin-bottom:2.5rem}.o-hero-blog__share{margin:0 auto;max-width:50rem}.o-hero-blog__share .a2a_kit{align-items:center;display:flex;flex-wrap:wrap;gap:.5rem;justify-content:center}.o-hero-blog__share .a2a_kit a{border-radius:2rem;display:block;height:2rem;overflow:hidden;padding:0!important;width:2rem}.o-hero-blog__share .a2a_kit a .a2a_svg{align-items:center;background-color:#000!important;display:flex;height:100%;justify-content:center;width:100%}.o-hero-blog__share .a2a_kit a .a2a_svg svg{height:1.625rem;width:1.625rem}.o-hero-blog__share:not(:last-child){margin-bottom:2.5rem}.o-hero-blog__img{aspect-ratio:328/125;max-height:31.25rem;width:100%}.o-hero-blog__img img{height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;width:100%}@media(min-width:1023px){.o-hero-blog{padding-top:17.0625rem}}.o-single-blog{padding-bottom:2.5rem;padding-top:2.5rem}.o-single-blog__container{max-width:50rem}.o-similar-blog{overflow-x:hidden;padding-bottom:2.5rem}.o-similar-blog__container{border-top:.0625rem solid #d8d6d3;padding-top:2.5rem}.o-similar-blog__lead{color:#666}.o-similar-blog__lead:not(:last-child){margin-bottom:1rem}.o-similar-blog__title:not(:last-child){margin-bottom:2.5rem}.o-similar-blog__slide{height:auto!important}@media(min-width:1023px){.o-similar-blog{padding-bottom:7rem}}.o-archive-industries{padding-bottom:2.5rem;padding-top:2.5rem}.o-archive-industries__row{display:flex;flex-wrap:wrap;gap:.625rem .3125rem}.o-archive-industries__col{width:calc(50% - 2.5px)}@media(min-width:768px){.o-archive-industries__col{width:calc(33.33333% - 3.33333px)}}@media(min-width:1023px){.o-archive-industries{padding-bottom:7rem;padding-top:7rem}.o-archive-industries__row{gap:3.75rem 1.25rem}.o-archive-industries__col{width:calc(25% - 15px)}}.o-tiles-industries{padding-bottom:2.5rem;padding-top:2.5rem}.o-tiles-industries__title:not(:last-child){margin-bottom:1.875rem}.o-tiles-industries__col{background-color:#fff;border-radius:.3125rem;padding:1.25rem}.o-tiles-industries__sub-title:not(:last-child){margin-bottom:1.25rem}@media(max-width:575.98px){.o-tiles-industries__col:not(:last-child){margin-bottom:1.25rem}}@media(min-width:576px){.o-tiles-industries__row{display:flex;flex-wrap:wrap;gap:1.25rem}.o-tiles-industries__col{width:calc(50% - 10px)}}@media(min-width:1023px){.o-tiles-industries{padding-bottom:7rem;padding-top:7rem}.o-tiles-industries__col{padding:1.875rem;width:calc(33.33333% - 13.33333px)}}.o-solutions{padding-bottom:2.5rem;padding-top:2.5rem}.o-solutions__lead{color:#666;text-transform:uppercase}.o-solutions__lead:not(:last-child){margin-bottom:1.0625rem}.o-solutions__row:not(:last-child){margin-bottom:2.5rem}.o-solutions__tiles{display:flex;flex-wrap:wrap;gap:.3125rem;justify-content:space-between}.o-solutions__tiles:not(:last-child){margin-bottom:2.5rem}.o-solutions__tile{background-color:#fff;border-radius:.3125rem;cursor:pointer;display:flex;flex-direction:column;justify-content:flex-end;padding:1.875rem 1.25rem;position:relative;transition:background-color .3s ease-in-out;width:calc(50% - 2.5px)}.o-solutions__tile:before{top:.9375rem}.o-solutions__tile:after,.o-solutions__tile:before{background-color:#e4e2df;content:"";height:.0625rem;left:1.25rem;position:absolute;right:1.25rem}.o-solutions__tile:after{bottom:.9375rem}.o-solutions__tile:hover{background-color:#ffc835}.o-solutions__tile-title{align-items:center;color:#000;display:flex;height:calc(100% - 70px);justify-content:center;word-break:break-word}.o-solutions__tile-title svg{height:1.5rem;margin-left:.625rem;-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center;width:1.5rem}.o-solutions__icon{height:3.75rem;margin:0 auto;max-width:100%;width:3.75rem}.o-solutions__icon img{height:100%;-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center;width:100%}.o-solutions__icon:not(:last-child){margin-bottom:.625rem}.o-solutions__container{border-bottom:.0625rem solid #d8d6d3;padding-bottom:2.5rem}@media(min-width:768px){.o-solutions__tiles{justify-content:flex-start}.o-solutions__tile{width:calc(33.33333% - 3.33333px)}}@media(max-width:1022.98px){.o-solutions__left:not(:last-child){margin-bottom:2.5rem}}@media(min-width:1023px){.o-solutions{padding-bottom:7rem;padding-top:7rem}.o-solutions__container{padding-bottom:3.75rem}.o-solutions__lead:not(:last-child){margin-bottom:1.125rem}.o-solutions__row{display:flex;gap:2.5rem;justify-content:space-between}.o-solutions__row:not(:last-child){margin-bottom:3.75rem}.o-solutions__tiles{gap:1.25rem}.o-solutions__tiles:not(:last-child){margin-bottom:3.75rem}.o-solutions__tile{padding:2.5rem 1.875rem;width:calc(25% - 15px)}.o-solutions__tile:before{left:1.875rem;right:1.875rem;top:1.25rem}.o-solutions__tile:after{bottom:1.25rem;left:1.875rem;right:1.875rem}.o-solutions__tile-title{height:calc(100% - 100px)}.o-solutions__icon{height:5.625rem;width:5.625rem}.o-solutions__text{align-content:flex-end;margin-left:auto}.o-solutions__left,.o-solutions__text{width:calc(50% - 20px)}}.o-info-solutions{overflow:hidden;padding-bottom:2.5rem;padding-top:2.5rem;position:relative}.o-info-solutions__back{align-items:center;color:#000;cursor:pointer;display:flex;font-size:1rem;font-weight:600;line-height:1.5;margin:0 auto;max-width:50rem;text-align:center;transition:color .3s ease-in-out;width:-moz-fit-content;width:fit-content}.o-info-solutions__back svg{margin-right:.625rem}.o-info-solutions__back:hover{color:#ffc835}.o-info-solutions__back:not(:last-child){margin-bottom:2.5rem}.o-info-solutions__container{position:relative;z-index:3}.o-info-solutions__file{border-radius:.3125rem;height:auto;overflow:hidden;width:100%}.o-info-solutions__file img,.o-info-solutions__file video{height:auto;width:100%}.o-info-solutions__lead{color:#666;text-transform:uppercase}.o-info-solutions__lead:not(:last-child){margin-bottom:1.25rem}.o-info-solutions__text:not(:last-child),.o-info-solutions__title:not(:last-child){margin-bottom:2.5rem}.o-info-solutions__list{padding-top:.375rem}.o-info-solutions__list li{font-size:1rem;font-weight:700;line-height:1.5;padding-left:3.125rem;padding-top:.125rem;position:relative}.o-info-solutions__list li:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2726%27 height=%2726%27 fill=%27none%27%3E%3Cpath d=%27m11.25 18.75 8.813-8.813-1.75-1.75-7.063 7.063-3.563-3.563-1.75 1.75 5.313 5.313ZM13 25.5c-1.73 0-3.354-.328-4.875-.984a12.622 12.622 0 0 1-3.969-2.672 12.624 12.624 0 0 1-2.672-3.969C.828 16.355.5 14.729.5 13c0-1.73.328-3.354.984-4.875a12.623 12.623 0 0 1 2.672-3.969 12.623 12.623 0 0 1 3.969-2.672C9.645.828 11.271.5 13 .5c1.73 0 3.354.328 4.875.984a12.624 12.624 0 0 1 3.969 2.672 12.622 12.622 0 0 1 2.672 3.969c.656 1.52.984 3.146.984 4.875 0 1.73-.328 3.354-.984 4.875a12.623 12.623 0 0 1-2.672 3.969 12.623 12.623 0 0 1-3.969 2.672c-1.52.656-3.146.984-4.875.984Z%27 fill=%27%23FFC835%27/%3E%3C/svg%3E");background-position:50%;background-size:contain;content:"";height:1.625rem;left:.125rem;position:absolute;top:0;width:1.625rem}.o-info-solutions__list li:not(:last-child){margin-bottom:.875rem}.o-info-solutions__list:not(:last-child){margin-bottom:2.5rem}@media(max-width:1022.98px){.o-info-solutions__img:not(:last-child){margin-bottom:2.5rem}}@media(min-width:1023px){.o-info-solutions{padding-bottom:7rem;padding-top:3.75rem}.o-info-solutions:before{align-items:center;background-position:right 20% top -2.375rem;background-size:38.75rem;display:flex;gap:2.5rem;justify-content:space-between}.o-info-solutions__file{align-self:stretch;min-height:26.625rem;position:relative;width:calc(51% - 20px)}.o-info-solutions__file img,.o-info-solutions__file video{bottom:0;height:100%;left:0;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;position:absolute;right:0;top:0;width:100%}.o-info-solutions__right{max-width:33.5625rem;width:calc(49% - 20px)}.o-info-solutions__container{align-items:center;display:flex;gap:2.5rem;justify-content:space-between}.o-info-solutions__back:not(:last-child){margin-bottom:3.75rem}}.o-tiles-solutions{padding-bottom:2.5rem;padding-top:2.5rem}.o-tiles-solutions__title:not(:last-child){margin-bottom:2.5rem}.o-tiles-solutions__col{border:.0625rem solid #e4e2df;border-radius:.3125rem;padding:1.25rem}.o-tiles-solutions__icon{height:5.625rem;width:5.625rem}.o-tiles-solutions__icon img{height:100%;-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center;width:100%}.o-tiles-solutions__icon:not(:last-child),.o-tiles-solutions__subtitle:not(:last-child){margin-bottom:.625rem}@media(max-width:575.98px){.o-tiles-solutions__col:not(:last-child){margin-bottom:1.25rem}}@media(min-width:576px){.o-tiles-solutions__row{display:flex;flex-wrap:wrap;gap:1.25rem}.o-tiles-solutions__col{width:calc(50% - 10px)}}@media(min-width:768px){.o-tiles-solutions__col{width:calc(33.33333% - 13.33333px)}}@media(min-width:1023px){.o-tiles-solutions{padding-bottom:7rem;padding-top:7rem}.o-tiles-solutions__title:not(:last-child){margin-bottom:5rem}.o-tiles-solutions__col{padding:1.875rem;width:calc(25% - 15px)}.o-tiles-solutions__icon{height:7.5rem;width:7.5rem}}.o-header{background-color:#fff;border-bottom:.0625rem solid #d8d6d3;left:0;position:fixed;right:0;top:0;transition:background-color .3s ease-in-out,border .3s ease-in-out,transform .3s ease-in-out;z-index:20}.o-header__white{display:none}.o-header--alt{background:linear-gradient(180deg,rgba(0,0,0,.65),transparent 77.73%);border:none}.o-header--alt .o-header__black{display:none}.o-header--alt .o-header__white{display:block}.o-header--alt .o-header__burger span{background-color:#fff}.o-header--alt .o-header__menu ul li a{color:#fff}.o-header--alt .m-menu__arrow svg path{fill:#fff}.o-header__top{background-color:#000;height:3.125rem;justify-content:flex-end}.o-header__main,.o-header__top{align-items:center;display:flex;padding:.625rem 1.25rem}.o-header__main{height:5rem;justify-content:space-between}.o-header__socials{display:flex}.o-header__socials a{cursor:pointer;display:block;height:1.25rem;width:auto}.o-header__socials a img{height:100%;width:auto}.o-header__socials a:not(:last-child){margin-right:1.25rem}.o-header__logo{align-items:center;cursor:pointer;display:flex;max-height:2.5rem}.o-header__logo,.o-header__logo img{height:100%;width:auto}.o-header__burger{background-color:transparent;border:none;cursor:pointer;height:1.25rem;position:relative;width:1.875rem}.o-header__burger span{background-color:#000;display:block;height:.1875rem;left:50%;position:absolute;transform:translateX(-50%);transition:transform .3s ease-in-out,opacity .3s ease-in-out,visibility .3s ease-in-out,top .3s ease-in-out,bottom .3s ease-in-out,background-color .3s ease-in-out;width:100%}.o-header__burger span:first-child{top:0}.o-header__burger span:nth-child(2){top:50%;transform:translate(-50%,-50%)}.o-header__burger span:nth-child(3){bottom:0}.o-header__burger.--open span:first-child{top:50%;transform:translate(-50%,-50%) rotate(45deg)}.o-header__burger.--open span:nth-child(2){opacity:0}.o-header__burger.--open span:nth-child(3){bottom:50%;transform:translate(-50%,50%) rotate(-45deg)}.o-header__right{flex-grow:0;flex-shrink:0}@media(max-width:1022.98px){.o-header__button,.o-header__menu,.o-header__menu-top{display:none}}@media(min-width:1023px){.o-header--hidden{transform:translateY(-100%)}.o-header--hidden .m-menu__sub{opacity:0!important;visibility:hidden!important}.o-header__top{padding:.625rem 3.125rem}.o-header__main{gap:.625rem;height:6.875rem;padding:1.25rem 3.125rem}.o-header__burger{display:none}.o-header__menu{flex-grow:0;flex-shrink:0}.o-header__menu-top:not(:last-child){margin-right:1.375rem}.o-header__menu-top ul{align-items:center;display:flex}.o-header__menu-top ul li:not(:last-child){margin-right:1.375rem}.o-header__menu-top ul li a{color:#fff;font-size:.875rem;line-height:1.5;transition:color .3s ease-in-out}.o-header__menu-top ul li a:hover{color:#ffc835}}.o-distribution{padding-bottom:2.5rem;padding-top:2.5rem}.o-distribution__lead{color:#666;text-transform:uppercase}.o-distribution__lead:not(:last-child),.o-distribution__title:not(:last-child){margin-bottom:1.0625rem}.o-distribution__logos{display:flex;flex-wrap:wrap;gap:1.25rem;justify-content:space-between}.o-distribution__logos img{aspect-ratio:16/9;max-width:calc(50% - 10px);-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center;width:10rem}@media(max-width:1022.98px){.o-distribution__content:not(:last-child){margin-bottom:1.25rem}}@media(min-width:1023px){.o-distribution{padding-bottom:7rem;padding-top:7rem}.o-distribution__lead:not(:last-child),.o-distribution__title:not(:last-child){margin-bottom:1.125rem}.o-distribution__container{display:flex;gap:2.5rem}.o-distribution__content{width:calc(50% - 20px)}.o-distribution__logos{align-content:flex-end;width:calc(50% - 20px)}}.o-consultation{padding-bottom:2.5rem;padding-top:2.5rem}.o-consultation--white{background-color:#fff}.o-consultation__container{align-items:flex-end;display:flex}.o-consultation__wrapper{background-color:#000;background-image:url(../img/bg-1.jpg);background-position:50%;background-repeat:no-repeat;background-size:cover;border-radius:.3125rem;padding:1.875rem;position:relative;width:100%}.o-consultation__title{color:#fff}.o-consultation__title:not(:last-child){margin-bottom:1rem}.o-consultation__text{color:#fff}.o-consultation__text:not(:last-child){margin-bottom:1rem}.o-consultation__contact a{align-content:center;color:#ffc835;cursor:pointer;display:flex;font-size:1rem;line-height:1.5}.o-consultation__contact a svg{height:1.5rem;margin-right:1rem;-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center;width:1.5rem}.o-consultation__contact a svg path{transition:fill .3s ease-in-out}.o-consultation__contact a:hover{color:#e5a907}.o-consultation__contact a:hover svg path{fill:#e5a907}.o-consultation__contact a:not(:last-child),.o-consultation__contact:not(:last-child){margin-bottom:1rem}.o-consultation__img,.o-consultation__img img{height:auto;width:100%}.o-consultation__button:not(:last-child){margin-bottom:1rem}@media(max-width:1022.98px){.o-consultation__img{margin-bottom:-1.875rem;max-height:28.125rem}.o-consultation__img img{max-height:28.125rem;-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center}.o-consultation__content:not(:last-child){margin-bottom:2.5rem}}@media(min-width:1023px){.o-consultation{padding-bottom:7rem;padding-top:7rem}.o-consultation__wrapper{padding:3.75rem}.o-consultation__img{bottom:0;max-width:28.8125rem;position:absolute;right:1%;width:50%}.o-consultation__content{width:50%}}@media(min-width:1200px){.o-consultation__img{right:2%}}@media(min-width:1460px){.o-consultation__img{right:5%}}.o-cta{background-color:#fff;overflow:hidden;padding-bottom:2.5rem;padding-top:2.5rem;position:relative}.o-cta:before{background-image:url(../img/sygnet.png);background-position:right .625rem top;background-repeat:no-repeat;background-size:20rem;bottom:0;content:"";left:0;opacity:.04;pointer-events:none;position:absolute;right:0;top:0;z-index:2}.o-cta__container{position:relative;z-index:3}.o-cta__img{border-radius:.3125rem;overflow:hidden}.o-cta__img,.o-cta__img img{height:auto;width:100%}.o-cta__lead{color:#666;text-transform:uppercase}.o-cta__lead:not(:last-child){margin-bottom:1.25rem}.o-cta__text:not(:last-child),.o-cta__title:not(:last-child),.o-cta__wrapper:not(:last-child){margin-bottom:2.5rem}.o-cta__row{display:flex;flex-wrap:wrap}.o-cta__col{border:.0625rem solid #e4e2df;border-radius:.3125rem;display:flex;flex-direction:column;padding:1.875rem;width:100%}.o-cta__col--center{text-align:center}.o-cta__col--center .o-cta__icon{margin:0 auto}.o-cta__col-nr{color:#ffc835}.o-cta__col-nr:not(:last-child){margin-bottom:.625rem}.o-cta__icon{height:3.75rem;width:3.75rem}.o-cta__icon img{height:100%;-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center;width:100%}.o-cta__icon:not(:last-child){margin-bottom:1.25rem}.o-cta__content{margin-top:auto}.o-cta__col-title:not(:last-child){margin-bottom:.625rem}@media(max-width:575.98px){.o-cta__col:not(:last-child){margin-bottom:1.25rem}}@media(min-width:576px){.o-cta__row{gap:1.25rem}.o-cta__col{width:calc(50% - 10px)}}@media(max-width:1022.98px){.o-cta__img:not(:last-child){margin-bottom:2.5rem}}@media(min-width:1023px){.o-cta{padding-bottom:7rem;padding-top:7rem}.o-cta:before{background-position:right 20% top -2.375rem;background-size:33.75rem}.o-cta__col{width:calc(33.33333% - 13.33333px)}.o-cta__wrapper{align-items:center;display:flex;gap:2.5rem;justify-content:space-between}.o-cta__img{align-self:stretch;min-height:26.625rem;position:relative;width:calc(51% - 20px)}.o-cta__img img{bottom:0;height:100%;left:0;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;position:absolute;right:0;top:0;width:100%}.o-cta__right{max-width:33.5625rem;width:calc(49% - 20px)}.o-cta__icon:not(:last-child){margin-bottom:2.5rem}}.o-footer{background-color:#202020;padding-bottom:2.5rem;padding-top:2.5rem}.o-footer__logo{align-items:center;cursor:pointer;display:flex;height:2.5rem;width:auto}.o-footer__logo img{max-height:100%;max-width:100%;width:auto}.o-footer__socials{display:flex}.o-footer__socials a{cursor:pointer;display:block;height:1.25rem;width:auto}.o-footer__socials a img{height:100%;width:auto}.o-footer__socials a:not(:last-child){margin-right:1.25rem}.o-footer__contact a{align-content:center;color:#ffc835;cursor:pointer;display:flex;font-size:1rem;line-height:1.5}.o-footer__contact a svg{height:1.5rem;margin-right:1rem;-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center;width:1.5rem}.o-footer__contact a svg path{transition:fill .3s ease-in-out}.o-footer__contact a:hover{color:#e5a907}.o-footer__contact a:hover svg path{fill:#e5a907}.o-footer__contact a:not(:last-child){margin-bottom:1rem}.o-footer__contact:not(:last-child){margin-bottom:2.5rem}.o-footer__text{color:#b6b5b3;font-size:.875rem;line-height:1.5}.o-footer__text:not(:last-child){margin-bottom:1.25rem}.o-footer__top{padding-bottom:2.5rem}.o-footer__main{border-bottom:.0625rem solid hsla(0,0%,100%,.2);border-top:.0625rem solid hsla(0,0%,100%,.2);padding:2.5rem 0}.o-footer__bottom{padding-top:2.5rem}.o-footer__title{color:#e4e2df;font-size:1rem;font-weight:700;line-height:1.5}.o-footer__menu-sub{padding-top:1rem}.o-footer__menu-sub ul li:not(:last-child){margin-bottom:1rem}.o-footer__menu-sub ul li a{color:#e4e2df;cursor:pointer;font-size:1rem;line-height:1.5;transition:color .3s ease-in-out}.o-footer__menu-sub ul li a:hover{color:#ffc835}.o-footer__menu ul li:not(:last-child){margin-bottom:1rem}.o-footer__menu ul li a{color:#e4e2df;cursor:pointer;font-size:1rem;font-weight:700;line-height:1.5;transition:color .3s ease-in-out}.o-footer__menu ul li a:hover{color:#ffc835}.o-footer__author{color:#e4e2df;font-size:.875rem;line-height:1.5}.o-footer__author a{color:#e4e2df;cursor:pointer;-webkit-text-decoration:underline;text-decoration:underline;transition:color .3s ease-in-out}.o-footer__author a:hover{color:#ffc835}.o-footer__rodo-menu ul{display:flex;flex-wrap:wrap;gap:1.25rem}.o-footer__rodo-menu ul li a{color:#e4e2df;cursor:pointer;font-size:.875rem;line-height:1.5;-webkit-text-decoration:underline;text-decoration:underline;transition:color .3s ease-in-out}.o-footer__rodo-menu ul li a:hover{color:#ffc835}@media(max-width:1022.98px){.o-footer__rodo-menu:not(:last-child){margin-bottom:1.25rem}.o-footer__logo:not(:last-child){margin-bottom:2.5rem}.o-footer__col:not(:last-child){padding-bottom:1rem}.o-footer__col:first-child:not(:last-child){padding-bottom:2.5rem}.o-footer__title{padding-right:1.875rem;position:relative}.o-footer__title:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2724%27 height=%2725%27 fill=%27none%27%3E%3Cpath fill-rule=%27evenodd%27 clip-rule=%27evenodd%27 d=%27M12.398 16.648a.562.562 0 0 1-.795 0l-5.735-5.735a.562.562 0 0 1 0-.796l.265-.265c.22-.22.576-.22.796 0L12 14.924l5.071-5.072c.22-.22.576-.22.796 0l.265.265c.22.22.22.576 0 .796l-5.735 5.735Z%27 fill=%27%23E4E2DF%27/%3E%3C/svg%3E");background-position:50%;background-size:contain;content:"";height:1.5rem;position:absolute;right:0;top:50%;transform:translateY(-50%);transition:transform .3s ease-in-out;width:1.5rem}.o-footer__title.--open:after{transform:translateY(-50%) rotate(180deg)}.o-footer__menu-sub{display:none}.o-footer__col-menu{border-bottom:.0625rem solid hsla(0,0%,100%,.2)}.o-footer__col-menu:not(:last-child){margin-bottom:1rem}.o-footer__button-sub{display:none!important}}@media(min-width:1023px){.o-footer{padding-bottom:7rem;padding-top:7rem}.o-footer__menu-sub{display:block!important}.o-footer__menu-sub:not(:last-child){margin-bottom:.625rem}.o-footer__button-sub{width:100%}.o-footer__menu-sub--pr ul{display:flex;flex-wrap:wrap;gap:0 1.25rem}.o-footer__menu-sub--pr ul li{width:calc(50% - 10px)}.o-footer__top{align-self:center;justify-content:space-between}.o-footer__main,.o-footer__top{display:flex;gap:1.25rem}.o-footer__col{width:calc(21.25% - 15px)}.o-footer__col--big{width:calc(42.5% - 30px)}.o-footer__col:last-child{width:calc(15% - 20px)}.o-footer__bottom{align-self:center;display:flex;gap:1.25rem;justify-content:space-between}}@media(min-width:1200px){.o-footer__button-sub{width:calc(50% - 10px)}}.o-hero{background-color:#25231b;padding-bottom:2.5rem;padding-top:10rem;position:relative}.o-hero--bg:after{background-image:url(../img/sygnet.png);background-position:right .625rem top;background-repeat:no-repeat;background-size:20rem;content:"";filter:invert(1);opacity:.04}.o-hero--bg:after,.o-hero__bg{bottom:0;left:0;position:absolute;right:0;top:0;z-index:1}.o-hero__bg img,.o-hero__bg video{height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;width:100%}.o-hero:not(.o-hero--bg):before{background:#000;bottom:0;content:"";left:0;opacity:.5;position:absolute;right:0;top:0;z-index:2}.o-hero:not(.o-hero--bg):after{background:linear-gradient(180deg,rgba(0,0,0,.2),transparent);bottom:0;content:"";left:0;position:absolute;right:0;top:0;z-index:3}.o-hero .l-container{position:relative;z-index:4}.o-hero__title{color:#fff;max-width:56rem}.o-hero__title:not(:last-child){margin-bottom:1.5rem}.o-hero__text{color:#fff;max-width:41.125rem}.o-hero__text:not(:last-child){margin-bottom:1.5rem}@media(min-width:1023px){.o-hero{padding-bottom:7rem;padding-top:17.0625rem}.o-hero--bg:after{background-position:right 20% top;background-size:31.25rem}}.o-form{padding-bottom:2.5rem;padding-top:2.5rem}.o-form__container{align-items:flex-end;display:flex}.o-form__wrapper{background-color:#000;background-image:url(../img/bg-1.jpg);background-position:50%;background-repeat:no-repeat;background-size:cover;border-radius:.3125rem;padding:1.875rem;position:relative;width:100%}.o-form__title{color:#fff}.o-form__title:not(:last-child){margin-bottom:1rem}.o-form__text{color:#fff}.o-form__text:not(:last-child){margin-bottom:1rem}.o-form__img,.o-form__img img{height:auto;width:100%}.o-form__form{color:#dadad9}@media(max-width:1022.98px){.o-form__img{margin-bottom:-1.875rem;max-height:28.125rem}.o-form__img img{max-height:28.125rem;-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center}.o-form__content:not(:last-child){margin-bottom:2.5rem}}@media(min-width:1023px){.o-form{padding-bottom:7rem;padding-top:7rem}.o-form__wrapper{padding:3.75rem}.o-form__img{bottom:0;max-width:28.8125rem;position:absolute;right:1%;width:50%}.o-form__content{width:50%}}@media(min-width:1200px){.o-form__img{right:2%}}@media(min-width:1460px){.o-form__img{right:5%}}.o-contact{padding-bottom:2.5rem;padding-top:2.5rem}.o-contact__container{border-bottom:.0625rem solid #d8d6d3;padding-bottom:2.5rem}.o-contact__lead{color:#666}.o-contact__lead:not(:last-child){margin-bottom:1.25rem}.o-contact__title:not(:last-child){margin-bottom:2.5rem}.o-contact__contact a{align-content:center;color:#000;cursor:pointer;display:flex;font-size:1rem;line-height:1.5}.o-contact__contact a svg{height:1.5rem;margin-right:1rem;-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center;width:1.5rem}.o-contact__contact a svg path{transition:fill .3s ease-in-out}.o-contact__contact a:hover{color:#e5a907}.o-contact__contact a:hover svg path{fill:#e5a907}.o-contact__contact a:not(:last-child){margin-bottom:1rem}.o-contact__content{background-color:#fff;padding:2.5rem 1.25rem;position:relative}.o-contact__content:after,.o-contact__content:before{background-color:#e4e2df;content:"";height:.0625rem;left:50%;position:absolute;transform:translate(-50%,-50%);width:calc(100% - 40px)}.o-contact__content:before{top:1.25rem}.o-contact__content:after{bottom:1.25rem}.o-contact__info:not(:last-child){margin-bottom:1.25rem}.o-contact__map{width:100%}.o-contact__map iframe{border:none;height:100%;width:100%}.o-contact__info-title{font-size:1.125rem;font-weight:700;line-height:1.5}.o-contact__info-text{font-size:1rem;font-weight:500;line-height:1.5}@media(max-width:767.98px){.o-contact__map{aspect-ratio:16/9}.o-contact__content:not(:last-child){margin-bottom:1.25rem}}@media(min-width:768px){.o-contact__row{display:flex;gap:1.25rem}.o-contact__content{flex-grow:0;flex-shrink:0;max-width:19.5625rem;min-height:25rem;width:50%}.o-contact__map{width:100%}}@media(min-width:1023px){.o-contact{padding-bottom:7rem;padding-top:7rem}.o-contact__container{padding-bottom:3.75rem}.o-contact__title:not(:last-child){margin-bottom:3.75rem}.o-contact__content{padding:3.75rem 1.875rem}.o-contact__content:before{top:1.875rem;width:calc(100% - 60px)}.o-contact__content:after{bottom:1.875rem;width:calc(100% - 60px)}}.o-box{padding-bottom:2.5rem;padding-top:2.5rem}.o-box__row{display:flex;flex-wrap:wrap;gap:.3125rem}.o-box__col{border:.0625rem solid #e4e2df;border-radius:.3125rem;padding:1.25rem;width:calc(50% - 2.5px)}.o-box__title{color:#ffc835;text-align:center}.o-box__title:not(:last-child){margin-bottom:.625rem}.o-box__text{text-align:center}@media(min-width:576px){.o-box__col{width:calc(33.33333% - 3.33333px)}}@media(min-width:768px){.o-box__col{width:calc(25% - 3.75px)}}@media(min-width:1023px){.o-box{padding-bottom:7rem;padding-top:7rem}.o-box__row{gap:1.25rem}.o-box__col{padding:1.875rem;width:calc(25% - 15px)}}.o-tiles{padding-bottom:2.5rem;padding-top:2.5rem}.o-tiles__lead{color:#666;text-transform:uppercase}.o-tiles__lead:not(:last-child){margin-bottom:1.0625rem}.o-tiles__row:not(:last-child){margin-bottom:2.5rem}.o-tiles__tile{background-color:#fff;border-radius:.3125rem;padding:1.25rem}.o-tiles__tile-icon{height:3.75rem;width:3.75rem}.o-tiles__tile-icon img{height:100%;-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center;width:100%}.o-tiles__tile-icon:not(:last-child){margin-bottom:1.25rem}.o-tiles__tile-title:not(:last-child){margin-bottom:.625rem}@media(min-width:576px){.o-tiles__tiles{display:flex;flex-wrap:wrap;gap:.3125rem}.o-tiles__tile{width:calc(50% - 2.5px)}}@media(max-width:575.98px){.o-tiles__tile:not(:last-child){margin-bottom:.3125rem}}@media(max-width:1022.98px){.o-tiles__left:not(:last-child){margin-bottom:2.5rem}}@media(min-width:1023px){.o-tiles{padding-bottom:7rem;padding-top:7rem}.o-tiles__lead:not(:last-child){margin-bottom:1.125rem}.o-tiles__row{display:flex;gap:2.5rem;justify-content:space-between}.o-tiles__row:not(:last-child){margin-bottom:3.75rem}.o-tiles__text{align-content:flex-end;margin-left:auto}.o-tiles__left,.o-tiles__text{width:calc(50% - 20px)}.o-tiles__tiles{gap:1.25rem}.o-tiles__tile{padding:1.875rem;width:calc(50% - 10px)}.o-tiles__tile-icon:not(:last-child){margin-bottom:1.875rem}}.o-links{padding-bottom:2.5rem;padding-top:2.5rem}.o-links--white{background-color:#fff}.o-links__lead{color:#666}.o-links__lead:not(:last-child){margin-bottom:1.0625rem}.o-links__title{max-width:49.6875rem}.o-links__title:not(:last-child){margin-bottom:2.5rem}.o-links__col{border:.0625rem solid #e4e2df;border-radius:.3125rem;padding:1.25rem}.o-links__icon{width:100%}.o-links__icon img{max-height:3.75rem;max-width:100%}.o-links__icon:not(:last-child){margin-bottom:1.25rem}.o-links__col-title:not(:last-child){margin-bottom:.625rem}.o-links__col-text:not(:last-child){margin-bottom:1.25rem}@media(max-width:575.98px){.o-links__col:not(:last-child){margin-bottom:.3125rem}}@media(min-width:576px){.o-links__row{display:flex;flex-wrap:wrap;gap:.3125rem}.o-links__col{width:calc(50% - 2.5px)}}@media(min-width:1023px){.o-links{padding-bottom:7rem;padding-top:7rem}.o-links__lead:not(:last-child){margin-bottom:1.125rem}.o-links__title:not(:last-child){margin-bottom:3.75rem}.o-links__row{gap:1.25rem}.o-links__col{padding:1.875rem;width:calc(33.33333% - 20px)}}.o-reference{background-color:#fff;padding-bottom:2.5rem;padding-top:2.5rem;position:relative}.o-reference:before{background-image:url(../img/sygnet.png);background-position:right .625rem top;background-repeat:no-repeat;background-size:20rem;content:"";height:25rem;left:0;opacity:.04;pointer-events:none;position:absolute;top:0;width:100%;z-index:2}.o-reference:has(+.o-links) .o-reference__container{border-bottom:.0625rem solid #d8d6d3;padding-bottom:2.5rem}.o-reference__container{position:relative;z-index:3}.o-reference__lead{color:#666}.o-reference__lead:not(:last-child){margin-bottom:2.5rem}.o-reference__icons{display:flex;flex-wrap:wrap;gap:1.25rem;justify-content:space-between}.o-reference__icons img{aspect-ratio:16/9;max-width:calc(50% - 10px);-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center;width:10rem}.o-reference__icons:not(:last-child){margin-bottom:2.5rem}@media(min-width:1023px){.o-reference{padding-bottom:7rem;padding-top:7rem}.o-reference:before{background-position:right 20% top -2.375rem;background-size:38.75rem;height:45.625rem}.o-reference:has(+.o-links) .o-reference__container{padding-bottom:7rem}.o-reference__icons:not(:last-child),.o-reference__lead:not(:last-child){margin-bottom:3.75rem}}@media(min-width:1460px){.o-reference__icons{gap:1.25rem 2.5rem}}.o-content{padding-bottom:2.5rem;padding-top:2.5rem}.o-content__content{max-width:61.1875rem}@media(min-width:1023px){.o-content{padding-bottom:7rem;padding-top:7rem}}.o-404{background-color:#25231b;overflow:hidden;padding-bottom:2.5rem;padding-top:2.5rem;position:relative}.o-404:before{background-image:url(../img/sygnet.png);background-position:right .625rem top;background-repeat:no-repeat;background-size:20rem;bottom:0;content:"";filter:invert(1);left:0;opacity:.04;position:absolute;right:0;top:0;z-index:1}.o-404__content{display:flex;flex-direction:column;justify-content:center;max-width:48.1875rem;min-height:calc(100vh - 80px);position:relative;z-index:2}.o-404__logo,.o-404__logo img{height:auto;max-width:100%}.o-404__logo:not(:last-child){margin-bottom:2.5rem}.o-404__title{color:#fff}.o-404__title:not(:last-child){margin-bottom:2.5rem}.o-404__text{color:#fff}.o-404__text:not(:last-child){margin-bottom:2.5rem}@media(min-width:1023px){.o-404{padding-bottom:7rem;padding-top:7rem}.o-404__content{min-height:calc(100vh - 224px)}.o-404:before{background-position:right 18% top;background-size:37.5rem}}.o-faq{background-color:#fff}.o-faq,.o-faq__container{padding-bottom:2.5rem;padding-top:2.5rem}.o-faq__container{border-bottom:.0625rem solid #d8d6d3;border-top:.0625rem solid #d8d6d3}.o-faq__lead{color:#666}.o-faq__lead:not(:last-child){margin-bottom:1.0625rem}.o-faq__tile{border:.0625rem solid #e4e2df;border-radius:.3125rem;cursor:pointer;padding:1.25rem}.o-faq__tile:not(:last-child){margin-bottom:1.25rem}.o-faq__tile.--open .o-faq__svg svg{transform:none}.o-faq__q{align-items:flex-start;display:flex;justify-content:space-between}.o-faq__svg{display:block;flex-grow:0;flex-shrink:0;height:1.5rem;margin-left:.625rem;width:1.5rem}.o-faq__svg svg{height:100%;transform:rotate(90deg);transition:transform .3s ease-in-out;width:100%}.o-faq__a{display:none;padding-top:.625rem}@media(max-width:767.98px){.o-faq__left:not(:last-child){margin-bottom:1.25rem}}@media(min-width:768px){.o-faq__container{display:flex;gap:1.25rem}.o-faq__left,.o-faq__qna{width:calc(50% - 10px)}}@media(min-width:1023px){.o-faq,.o-faq__container{padding-bottom:7rem;padding-top:7rem}.o-faq__lead:not(:last-child){margin-bottom:1.125rem}.o-faq__tile{padding:1.875rem}}.o-box+.o-box,.o-box+.o-box-flex,.o-box+.o-cat-section-products,.o-box+.o-consultation:not(.o-consultation--white),.o-box+.o-contact,.o-box+.o-cta-flex,.o-box+.o-cta-products,.o-box+.o-data-products,.o-box+.o-distribution,.o-box+.o-form,.o-box+.o-info,.o-box+.o-info-products,.o-box+.o-info-solutions,.o-box+.o-links:not(.o-links--white),.o-box+.o-projects-flex,.o-box+.o-section-products,.o-box+.o-section-projects,.o-box+.o-solutions,.o-box+.o-tiles,.o-box+.o-tiles-industries,.o-box+.o-tiles-products,.o-box+.o-tiles-solutions,.o-box-flex+.o-box,.o-box-flex+.o-box-flex,.o-box-flex+.o-cat-section-products,.o-box-flex+.o-consultation:not(.o-consultation--white),.o-box-flex+.o-contact,.o-box-flex+.o-cta-flex,.o-box-flex+.o-cta-products,.o-box-flex+.o-data-products,.o-box-flex+.o-distribution,.o-box-flex+.o-form,.o-box-flex+.o-info,.o-box-flex+.o-info-products,.o-box-flex+.o-info-solutions,.o-box-flex+.o-links:not(.o-links--white),.o-box-flex+.o-projects-flex,.o-box-flex+.o-section-products,.o-box-flex+.o-section-projects,.o-box-flex+.o-solutions,.o-box-flex+.o-tiles,.o-box-flex+.o-tiles-industries,.o-box-flex+.o-tiles-products,.o-box-flex+.o-tiles-solutions,.o-cat-section-products+.o-box,.o-cat-section-products+.o-box-flex,.o-cat-section-products+.o-cat-section-products,.o-cat-section-products+.o-consultation:not(.o-consultation--white),.o-cat-section-products+.o-contact,.o-cat-section-products+.o-cta-flex,.o-cat-section-products+.o-cta-products,.o-cat-section-products+.o-data-products,.o-cat-section-products+.o-distribution,.o-cat-section-products+.o-form,.o-cat-section-products+.o-info,.o-cat-section-products+.o-info-products,.o-cat-section-products+.o-info-solutions,.o-cat-section-products+.o-links:not(.o-links--white),.o-cat-section-products+.o-projects-flex,.o-cat-section-products+.o-section-products,.o-cat-section-products+.o-section-projects,.o-cat-section-products+.o-solutions,.o-cat-section-products+.o-tiles,.o-cat-section-products+.o-tiles-industries,.o-cat-section-products+.o-tiles-products,.o-cat-section-products+.o-tiles-solutions,.o-consultation.o-consultation--white+.o-consultation.o-consultation--white,.o-consultation.o-consultation--white+.o-cta,.o-consultation.o-consultation--white+.o-el-products,.o-consultation.o-consultation--white+.o-faq,.o-consultation.o-consultation--white+.o-links.o-links--white,.o-consultation.o-consultation--white+.o-pro-section-products,.o-consultation.o-consultation--white+.o-reference,.o-consultation:not(.o-consultation--white)+.o-box,.o-consultation:not(.o-consultation--white)+.o-box-flex,.o-consultation:not(.o-consultation--white)+.o-cat-section-products,.o-consultation:not(.o-consultation--white)+.o-consultation:not(.o-consultation--white),.o-consultation:not(.o-consultation--white)+.o-contact,.o-consultation:not(.o-consultation--white)+.o-cta-flex,.o-consultation:not(.o-consultation--white)+.o-cta-products,.o-consultation:not(.o-consultation--white)+.o-data-products,.o-consultation:not(.o-consultation--white)+.o-distribution,.o-consultation:not(.o-consultation--white)+.o-form,.o-consultation:not(.o-consultation--white)+.o-info,.o-consultation:not(.o-consultation--white)+.o-info-products,.o-consultation:not(.o-consultation--white)+.o-info-solutions,.o-consultation:not(.o-consultation--white)+.o-links:not(.o-links--white),.o-consultation:not(.o-consultation--white)+.o-projects-flex,.o-consultation:not(.o-consultation--white)+.o-section-products,.o-consultation:not(.o-consultation--white)+.o-section-projects,.o-consultation:not(.o-consultation--white)+.o-solutions,.o-consultation:not(.o-consultation--white)+.o-tiles,.o-consultation:not(.o-consultation--white)+.o-tiles-industries,.o-consultation:not(.o-consultation--white)+.o-tiles-products,.o-consultation:not(.o-consultation--white)+.o-tiles-solutions,.o-contact+.o-box,.o-contact+.o-box-flex,.o-contact+.o-cat-section-products,.o-contact+.o-consultation:not(.o-consultation--white),.o-contact+.o-contact,.o-contact+.o-cta-flex,.o-contact+.o-cta-products,.o-contact+.o-data-products,.o-contact+.o-distribution,.o-contact+.o-form,.o-contact+.o-info,.o-contact+.o-info-products,.o-contact+.o-info-solutions,.o-contact+.o-links:not(.o-links--white),.o-contact+.o-projects-flex,.o-contact+.o-section-products,.o-contact+.o-section-projects,.o-contact+.o-solutions,.o-contact+.o-tiles,.o-contact+.o-tiles-industries,.o-contact+.o-tiles-products,.o-contact+.o-tiles-solutions,.o-cta+.o-consultation.o-consultation--white,.o-cta+.o-cta,.o-cta+.o-el-products,.o-cta+.o-faq,.o-cta+.o-links.o-links--white,.o-cta+.o-pro-section-products,.o-cta+.o-reference,.o-cta-flex+.o-box,.o-cta-flex+.o-box-flex,.o-cta-flex+.o-cat-section-products,.o-cta-flex+.o-consultation:not(.o-consultation--white),.o-cta-flex+.o-contact,.o-cta-flex+.o-cta-flex,.o-cta-flex+.o-cta-products,.o-cta-flex+.o-data-products,.o-cta-flex+.o-distribution,.o-cta-flex+.o-form,.o-cta-flex+.o-info,.o-cta-flex+.o-info-products,.o-cta-flex+.o-info-solutions,.o-cta-flex+.o-links:not(.o-links--white),.o-cta-flex+.o-projects-flex,.o-cta-flex+.o-section-products,.o-cta-flex+.o-section-projects,.o-cta-flex+.o-solutions,.o-cta-flex+.o-tiles,.o-cta-flex+.o-tiles-industries,.o-cta-flex+.o-tiles-products,.o-cta-flex+.o-tiles-solutions,.o-cta-products+.o-box,.o-cta-products+.o-box-flex,.o-cta-products+.o-cat-section-products,.o-cta-products+.o-consultation:not(.o-consultation--white),.o-cta-products+.o-contact,.o-cta-products+.o-cta-flex,.o-cta-products+.o-cta-products,.o-cta-products+.o-data-products,.o-cta-products+.o-distribution,.o-cta-products+.o-form,.o-cta-products+.o-info,.o-cta-products+.o-info-products,.o-cta-products+.o-info-solutions,.o-cta-products+.o-links:not(.o-links--white),.o-cta-products+.o-projects-flex,.o-cta-products+.o-section-products,.o-cta-products+.o-section-projects,.o-cta-products+.o-solutions,.o-cta-products+.o-tiles,.o-cta-products+.o-tiles-industries,.o-cta-products+.o-tiles-products,.o-cta-products+.o-tiles-solutions,.o-data-products+.o-box,.o-data-products+.o-box-flex,.o-data-products+.o-cat-section-products,.o-data-products+.o-consultation:not(.o-consultation--white),.o-data-products+.o-contact,.o-data-products+.o-cta-flex,.o-data-products+.o-cta-products,.o-data-products+.o-data-products,.o-data-products+.o-distribution,.o-data-products+.o-form,.o-data-products+.o-info,.o-data-products+.o-info-products,.o-data-products+.o-info-solutions,.o-data-products+.o-links:not(.o-links--white),.o-data-products+.o-projects-flex,.o-data-products+.o-section-products,.o-data-products+.o-section-projects,.o-data-products+.o-solutions,.o-data-products+.o-tiles,.o-data-products+.o-tiles-industries,.o-data-products+.o-tiles-products,.o-data-products+.o-tiles-solutions,.o-distribution+.o-box,.o-distribution+.o-box-flex,.o-distribution+.o-cat-section-products,.o-distribution+.o-consultation:not(.o-consultation--white),.o-distribution+.o-contact,.o-distribution+.o-cta-flex,.o-distribution+.o-cta-products,.o-distribution+.o-data-products,.o-distribution+.o-distribution,.o-distribution+.o-form,.o-distribution+.o-info,.o-distribution+.o-info-products,.o-distribution+.o-info-solutions,.o-distribution+.o-links:not(.o-links--white),.o-distribution+.o-projects-flex,.o-distribution+.o-section-products,.o-distribution+.o-section-projects,.o-distribution+.o-solutions,.o-distribution+.o-tiles,.o-distribution+.o-tiles-industries,.o-distribution+.o-tiles-products,.o-distribution+.o-tiles-solutions,.o-el-products+.o-consultation.o-consultation--white,.o-el-products+.o-cta,.o-el-products+.o-el-products,.o-el-products+.o-faq,.o-el-products+.o-links.o-links--white,.o-el-products+.o-pro-section-products,.o-el-products+.o-reference,.o-faq+.o-consultation.o-consultation--white,.o-faq+.o-cta,.o-faq+.o-el-products,.o-faq+.o-faq,.o-faq+.o-links.o-links--white,.o-faq+.o-pro-section-products,.o-faq+.o-reference,.o-form+.o-box,.o-form+.o-box-flex,.o-form+.o-cat-section-products,.o-form+.o-consultation:not(.o-consultation--white),.o-form+.o-contact,.o-form+.o-cta-flex,.o-form+.o-cta-products,.o-form+.o-data-products,.o-form+.o-distribution,.o-form+.o-form,.o-form+.o-info,.o-form+.o-info-products,.o-form+.o-info-solutions,.o-form+.o-links:not(.o-links--white),.o-form+.o-projects-flex,.o-form+.o-section-products,.o-form+.o-section-projects,.o-form+.o-solutions,.o-form+.o-tiles,.o-form+.o-tiles-industries,.o-form+.o-tiles-products,.o-form+.o-tiles-solutions,.o-info+.o-box,.o-info+.o-box-flex,.o-info+.o-cat-section-products,.o-info+.o-consultation:not(.o-consultation--white),.o-info+.o-contact,.o-info+.o-cta-flex,.o-info+.o-cta-products,.o-info+.o-data-products,.o-info+.o-distribution,.o-info+.o-form,.o-info+.o-info,.o-info+.o-info-products,.o-info+.o-info-solutions,.o-info+.o-links:not(.o-links--white),.o-info+.o-projects-flex,.o-info+.o-section-products,.o-info+.o-section-projects,.o-info+.o-solutions,.o-info+.o-tiles,.o-info+.o-tiles-industries,.o-info+.o-tiles-products,.o-info+.o-tiles-solutions,.o-info-products+.o-box,.o-info-products+.o-box-flex,.o-info-products+.o-cat-section-products,.o-info-products+.o-consultation:not(.o-consultation--white),.o-info-products+.o-contact,.o-info-products+.o-cta-flex,.o-info-products+.o-cta-products,.o-info-products+.o-data-products,.o-info-products+.o-distribution,.o-info-products+.o-form,.o-info-products+.o-info,.o-info-products+.o-info-products,.o-info-products+.o-info-solutions,.o-info-products+.o-links:not(.o-links--white),.o-info-products+.o-projects-flex,.o-info-products+.o-section-products,.o-info-products+.o-section-projects,.o-info-products+.o-solutions,.o-info-products+.o-tiles,.o-info-products+.o-tiles-industries,.o-info-products+.o-tiles-products,.o-info-products+.o-tiles-solutions,.o-info-solutions+.o-box,.o-info-solutions+.o-box-flex,.o-info-solutions+.o-cat-section-products,.o-info-solutions+.o-consultation:not(.o-consultation--white),.o-info-solutions+.o-contact,.o-info-solutions+.o-cta-flex,.o-info-solutions+.o-cta-products,.o-info-solutions+.o-data-products,.o-info-solutions+.o-distribution,.o-info-solutions+.o-form,.o-info-solutions+.o-info,.o-info-solutions+.o-info-products,.o-info-solutions+.o-info-solutions,.o-info-solutions+.o-links:not(.o-links--white),.o-info-solutions+.o-projects-flex,.o-info-solutions+.o-section-products,.o-info-solutions+.o-section-projects,.o-info-solutions+.o-solutions,.o-info-solutions+.o-tiles,.o-info-solutions+.o-tiles-industries,.o-info-solutions+.o-tiles-products,.o-info-solutions+.o-tiles-solutions,.o-links.o-links--white+.o-consultation.o-consultation--white,.o-links.o-links--white+.o-cta,.o-links.o-links--white+.o-el-products,.o-links.o-links--white+.o-faq,.o-links.o-links--white+.o-links.o-links--white,.o-links.o-links--white+.o-pro-section-products,.o-links.o-links--white+.o-reference,.o-links:not(.o-links--white)+.o-box,.o-links:not(.o-links--white)+.o-box-flex,.o-links:not(.o-links--white)+.o-cat-section-products,.o-links:not(.o-links--white)+.o-consultation:not(.o-consultation--white),.o-links:not(.o-links--white)+.o-contact,.o-links:not(.o-links--white)+.o-cta-flex,.o-links:not(.o-links--white)+.o-cta-products,.o-links:not(.o-links--white)+.o-data-products,.o-links:not(.o-links--white)+.o-distribution,.o-links:not(.o-links--white)+.o-form,.o-links:not(.o-links--white)+.o-info,.o-links:not(.o-links--white)+.o-info-products,.o-links:not(.o-links--white)+.o-info-solutions,.o-links:not(.o-links--white)+.o-links:not(.o-links--white),.o-links:not(.o-links--white)+.o-projects-flex,.o-links:not(.o-links--white)+.o-section-products,.o-links:not(.o-links--white)+.o-section-projects,.o-links:not(.o-links--white)+.o-solutions,.o-links:not(.o-links--white)+.o-tiles,.o-links:not(.o-links--white)+.o-tiles-industries,.o-links:not(.o-links--white)+.o-tiles-products,.o-links:not(.o-links--white)+.o-tiles-solutions,.o-pro-section-products+.o-consultation.o-consultation--white,.o-pro-section-products+.o-cta,.o-pro-section-products+.o-el-products,.o-pro-section-products+.o-faq,.o-pro-section-products+.o-links.o-links--white,.o-pro-section-products+.o-pro-section-products,.o-pro-section-products+.o-reference,.o-projects-flex+.o-box,.o-projects-flex+.o-box-flex,.o-projects-flex+.o-cat-section-products,.o-projects-flex+.o-consultation:not(.o-consultation--white),.o-projects-flex+.o-contact,.o-projects-flex+.o-cta-flex,.o-projects-flex+.o-cta-products,.o-projects-flex+.o-data-products,.o-projects-flex+.o-distribution,.o-projects-flex+.o-form,.o-projects-flex+.o-info,.o-projects-flex+.o-info-products,.o-projects-flex+.o-info-solutions,.o-projects-flex+.o-links:not(.o-links--white),.o-projects-flex+.o-projects-flex,.o-projects-flex+.o-section-products,.o-projects-flex+.o-section-projects,.o-projects-flex+.o-solutions,.o-projects-flex+.o-tiles,.o-projects-flex+.o-tiles-industries,.o-projects-flex+.o-tiles-products,.o-projects-flex+.o-tiles-solutions,.o-reference+.o-consultation.o-consultation--white,.o-reference+.o-cta,.o-reference+.o-el-products,.o-reference+.o-faq,.o-reference+.o-links.o-links--white,.o-reference+.o-pro-section-products,.o-reference+.o-reference,.o-section-products+.o-box,.o-section-products+.o-box-flex,.o-section-products+.o-cat-section-products,.o-section-products+.o-consultation:not(.o-consultation--white),.o-section-products+.o-contact,.o-section-products+.o-cta-flex,.o-section-products+.o-cta-products,.o-section-products+.o-data-products,.o-section-products+.o-distribution,.o-section-products+.o-form,.o-section-products+.o-info,.o-section-products+.o-info-products,.o-section-products+.o-info-solutions,.o-section-products+.o-links:not(.o-links--white),.o-section-products+.o-projects-flex,.o-section-products+.o-section-products,.o-section-products+.o-section-projects,.o-section-products+.o-solutions,.o-section-products+.o-tiles,.o-section-products+.o-tiles-industries,.o-section-products+.o-tiles-products,.o-section-products+.o-tiles-solutions,.o-section-projects+.o-box,.o-section-projects+.o-box-flex,.o-section-projects+.o-cat-section-products,.o-section-projects+.o-consultation:not(.o-consultation--white),.o-section-projects+.o-contact,.o-section-projects+.o-cta-flex,.o-section-projects+.o-cta-products,.o-section-projects+.o-data-products,.o-section-projects+.o-distribution,.o-section-projects+.o-form,.o-section-projects+.o-info,.o-section-projects+.o-info-products,.o-section-projects+.o-info-solutions,.o-section-projects+.o-links:not(.o-links--white),.o-section-projects+.o-projects-flex,.o-section-projects+.o-section-products,.o-section-projects+.o-section-projects,.o-section-projects+.o-solutions,.o-section-projects+.o-tiles,.o-section-projects+.o-tiles-industries,.o-section-projects+.o-tiles-products,.o-section-projects+.o-tiles-solutions,.o-solutions+.o-box,.o-solutions+.o-box-flex,.o-solutions+.o-cat-section-products,.o-solutions+.o-consultation:not(.o-consultation--white),.o-solutions+.o-contact,.o-solutions+.o-cta-flex,.o-solutions+.o-cta-products,.o-solutions+.o-data-products,.o-solutions+.o-distribution,.o-solutions+.o-form,.o-solutions+.o-info,.o-solutions+.o-info-products,.o-solutions+.o-info-solutions,.o-solutions+.o-links:not(.o-links--white),.o-solutions+.o-projects-flex,.o-solutions+.o-section-products,.o-solutions+.o-section-projects,.o-solutions+.o-solutions,.o-solutions+.o-tiles,.o-solutions+.o-tiles-industries,.o-solutions+.o-tiles-products,.o-solutions+.o-tiles-solutions,.o-tiles+.o-box,.o-tiles+.o-box-flex,.o-tiles+.o-cat-section-products,.o-tiles+.o-consultation:not(.o-consultation--white),.o-tiles+.o-contact,.o-tiles+.o-cta-flex,.o-tiles+.o-cta-products,.o-tiles+.o-data-products,.o-tiles+.o-distribution,.o-tiles+.o-form,.o-tiles+.o-info,.o-tiles+.o-info-products,.o-tiles+.o-info-solutions,.o-tiles+.o-links:not(.o-links--white),.o-tiles+.o-projects-flex,.o-tiles+.o-section-products,.o-tiles+.o-section-projects,.o-tiles+.o-solutions,.o-tiles+.o-tiles,.o-tiles+.o-tiles-industries,.o-tiles+.o-tiles-products,.o-tiles+.o-tiles-solutions,.o-tiles-industries+.o-box,.o-tiles-industries+.o-box-flex,.o-tiles-industries+.o-cat-section-products,.o-tiles-industries+.o-consultation:not(.o-consultation--white),.o-tiles-industries+.o-contact,.o-tiles-industries+.o-cta-flex,.o-tiles-industries+.o-cta-products,.o-tiles-industries+.o-data-products,.o-tiles-industries+.o-distribution,.o-tiles-industries+.o-form,.o-tiles-industries+.o-info,.o-tiles-industries+.o-info-products,.o-tiles-industries+.o-info-solutions,.o-tiles-industries+.o-links:not(.o-links--white),.o-tiles-industries+.o-projects-flex,.o-tiles-industries+.o-section-products,.o-tiles-industries+.o-section-projects,.o-tiles-industries+.o-solutions,.o-tiles-industries+.o-tiles,.o-tiles-industries+.o-tiles-industries,.o-tiles-industries+.o-tiles-products,.o-tiles-industries+.o-tiles-solutions,.o-tiles-products+.o-box,.o-tiles-products+.o-box-flex,.o-tiles-products+.o-cat-section-products,.o-tiles-products+.o-consultation:not(.o-consultation--white),.o-tiles-products+.o-contact,.o-tiles-products+.o-cta-flex,.o-tiles-products+.o-cta-products,.o-tiles-products+.o-data-products,.o-tiles-products+.o-distribution,.o-tiles-products+.o-form,.o-tiles-products+.o-info,.o-tiles-products+.o-info-products,.o-tiles-products+.o-info-solutions,.o-tiles-products+.o-links:not(.o-links--white),.o-tiles-products+.o-projects-flex,.o-tiles-products+.o-section-products,.o-tiles-products+.o-section-projects,.o-tiles-products+.o-solutions,.o-tiles-products+.o-tiles,.o-tiles-products+.o-tiles-industries,.o-tiles-products+.o-tiles-products,.o-tiles-products+.o-tiles-solutions,.o-tiles-solutions+.o-box,.o-tiles-solutions+.o-box-flex,.o-tiles-solutions+.o-cat-section-products,.o-tiles-solutions+.o-consultation:not(.o-consultation--white),.o-tiles-solutions+.o-contact,.o-tiles-solutions+.o-cta-flex,.o-tiles-solutions+.o-cta-products,.o-tiles-solutions+.o-data-products,.o-tiles-solutions+.o-distribution,.o-tiles-solutions+.o-form,.o-tiles-solutions+.o-info,.o-tiles-solutions+.o-info-products,.o-tiles-solutions+.o-info-solutions,.o-tiles-solutions+.o-links:not(.o-links--white),.o-tiles-solutions+.o-projects-flex,.o-tiles-solutions+.o-section-products,.o-tiles-solutions+.o-section-projects,.o-tiles-solutions+.o-solutions,.o-tiles-solutions+.o-tiles,.o-tiles-solutions+.o-tiles-industries,.o-tiles-solutions+.o-tiles-products,.o-tiles-solutions+.o-tiles-solutions{padding-top:0!important}
