@keyframes fancybox-rotate{100%{transform:rotate(360deg)}}@keyframes fancybox-dash{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:89,200;stroke-dashoffset:-35px}100%{stroke-dasharray:89,200;stroke-dashoffset:-124px}}@keyframes fancybox-fadeIn{from{opacity:0}to{opacity:1}}@keyframes fancybox-fadeOut{to{opacity:0}}@keyframes fancybox-zoomInUp{from{transform:scale(.97) translate3d(0,16px,0);opacity:0}to{transform:scale(1) translate3d(0,0,0);opacity:1}}@keyframes fancybox-zoomOutDown{to{transform:scale(.97) translate3d(0,16px,0);opacity:0}}@keyframes fancybox-throwOutUp{to{transform:translate3d(0,-30%,0);opacity:0}}@keyframes fancybox-throwOutDown{to{transform:translate3d(0,30%,0);opacity:0}}.carousel{position:relative;box-sizing:border-box}.carousel *{box-sizing:inherit}.carousel :before{box-sizing:inherit}.carousel :after{box-sizing:inherit}.carousel.is-draggable{cursor:move;cursor:grab}.carousel.is-dragging{cursor:move;cursor:grabbing}.carousel__viewport{position:relative;overflow:hidden;max-width:100%;max-height:100%}.carousel__track{display:flex}.carousel__slide{flex:0 0 auto;width:var(--carousel-slide-width,60%);max-width:100%;padding:1rem;position:relative;overflow-x:hidden;overflow-y:auto;overscroll-behavior:contain}.has-dots{margin-bottom:calc(.5rem + 22px)}.carousel__dots{margin:0 auto;padding:0;position:absolute;top:calc(100% + .5rem);left:0;right:0;display:flex;justify-content:center;list-style:none;user-select:none;opacity:var(--fancybox-opacity,1)}.carousel__dots .carousel__dot{margin:0;padding:0;display:block;position:relative;width:22px;height:22px;cursor:pointer}.carousel__dots .carousel__dot:after{content:"";width:8px;height:8px;border-radius:50%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background-color:currentColor;opacity:.25;transition:opacity .15s ease-in-out}.carousel__dots .carousel__dot.is-selected:after{opacity:1}.carousel__button{width:var(--carousel-button-width,48px);height:var(--carousel-button-height,48px);padding:0;border:0;display:flex;justify-content:center;align-items:center;pointer-events:all;cursor:pointer;color:var(--carousel-button-color,currentColor);background:var(--carousel-button-bg,transparent);border-radius:var(--carousel-button-border-radius,50%);box-shadow:var(--carousel-button-shadow,none);transition:opacity .15s ease}.carousel__button svg{width:var(--carousel-button-svg-width,50%);height:var(--carousel-button-svg-height,50%);fill:none;stroke:currentColor;stroke-width:var(--carousel-button-svg-stroke-width,1.5);stroke-linejoin:bevel;stroke-linecap:round;filter:var(--carousel-button-svg-filter, none);pointer-events:none}.carousel__button.is-prev{position:absolute;top:50%;transform:translateY(-50%);left:10px}.carousel__button.is-next{position:absolute;top:50%;transform:translateY(-50%);right:10px}.carousel__button[disabled]{cursor:default;opacity:.3}html.with-fancybox{scroll-behavior:auto}body.compensate-for-scrollbar{overflow:hidden!important;touch-action:none}.fancybox__container{position:fixed;top:0;left:0;bottom:0;right:0;direction:ltr;margin:0;padding:env(safe-area-inset-top,0) env(safe-area-inset-right,0) env(safe-area-inset-bottom,0) env(safe-area-inset-left,0);box-sizing:border-box;display:flex;flex-direction:column;color:var(--fancybox-color,#fff);-webkit-tap-highlight-color:transparent;overflow:hidden;z-index:1050;outline:0;transform-origin:top left;--carousel-button-width:48px;--carousel-button-height:48px;--carousel-button-svg-width:24px;--carousel-button-svg-height:24px;--carousel-button-svg-stroke-width:2.5;--carousel-button-svg-filter:drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.4))}.fancybox__container *{box-sizing:inherit}.fancybox__container ::before{box-sizing:inherit}.fancybox__container ::after{box-sizing:inherit}.fancybox__container:focus{outline:0}.fancybox__container>.carousel__dots{top:100%;color:var(--fancybox-color,#fff)}.fancybox__container:fullscreen::backdrop{opacity:0}.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(1){display:none}.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(2){display:block}body:not(.is-using-mouse) .fancybox__container:focus{box-shadow:0 0 0 1px #fff,0 0 0 2px var(--fancybox-accent-color,rgba(1,210,232,.94))}.fancybox__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;background:var(--fancybox-bg,rgba(24,24,27,.92));opacity:var(--fancybox-opacity,1)}.fancybox__carousel{position:relative;flex:1 1 auto;min-height:0;height:100%;z-index:10}.fancybox__carousel .carousel__slide{scrollbar-width:thin;scrollbar-color:#ccc rgba(255,255,255,.1)}.fancybox__carousel .carousel__slide::-webkit-scrollbar{width:8px;height:8px}.fancybox__carousel .carousel__slide::-webkit-scrollbar-track{background-color:rgba(30,30,30,.1)}.fancybox__carousel .carousel__slide::-webkit-scrollbar-thumb{background-color:#f1f2f2;border-radius:2px;box-shadow:inset 0 0 4px rgba(0,0,0,.2)}.fancybox__carousel .fancybox__slide .fancybox__content{cursor:auto}.fancybox__carousel .fancybox__slide.can-zoom_in .fancybox__content{cursor:zoom-in}.fancybox__carousel .fancybox__slide.can-zoom_out .fancybox__content{cursor:zoom-out}.fancybox__carousel .fancybox__slide.is-draggable .fancybox__content{cursor:move;cursor:grab}.fancybox__carousel .fancybox__slide.is-dragging .fancybox__content{cursor:move;cursor:grabbing}.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content{max-width:100%;flex-shrink:1;min-height:1px;overflow:visible;width:100%;height:80%}.fancybox__carousel .fancybox__slide.has-map .fancybox__content{max-width:100%;flex-shrink:1;min-height:1px;overflow:visible;width:100%;height:80%;padding:0;background:rgba(24,24,27,.9);color:#fff;background:#e5e3df}.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content{max-width:100%;flex-shrink:1;min-height:1px;overflow:visible;width:100%;height:80%;padding:0;background:rgba(24,24,27,.9);color:#fff}.fancybox__carousel .fancybox__slide.has-video .fancybox__content{max-width:100%;flex-shrink:1;min-height:1px;overflow:visible;width:960px;height:540px;max-width:100%;max-height:100%;padding:0;background:rgba(24,24,27,.9);color:#fff}.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content{max-width:100%;flex-shrink:1;min-height:1px;overflow:visible;width:960px;height:540px;max-width:100%;max-height:100%;padding:0;background:rgba(24,24,27,.9);color:#fff}.fancybox__carousel.has-dots{margin-bottom:calc(.5rem + 22px)}.fancybox__viewport{position:relative;width:100%;height:100%;overflow:visible;cursor:default}.fancybox__track{display:flex;height:100%}.fancybox__slide{flex:0 0 auto;width:100%;max-width:100%;margin:0;padding:48px 8px 8px 8px;position:relative;overscroll-behavior:contain;display:flex;flex-direction:column;outline:0;overflow:auto;--carousel-button-width:36px;--carousel-button-height:36px;--carousel-button-svg-width:22px;--carousel-button-svg-height:22px}.fancybox__slide::before{content:"";flex:0 0 0;margin:auto}.fancybox__slide::after{content:"";flex:0 0 0;margin:auto}.fancybox__slide .fancybox__spinner{cursor:pointer;z-index:1053}.fancybox__content{margin:0 env(safe-area-inset-right,0) 0 env(safe-area-inset-left,0);padding:36px;color:var(--fancybox-content-color,#1e1e1e);background:var(--fancybox-content-bg,#fff);border-radius:clamp(14px,5vw,24px);position:relative;align-self:center;display:flex;flex-direction:column;overflow:hidden;z-index:20}.fancybox__content:focus:not(.carousel__button.is-close){outline:thin dotted;box-shadow:none}.fancybox__content>.carousel__button.is-close{position:absolute;top:-40px;right:0;color:var(--fancybox-color,#fff)}.fancybox__caption{align-self:center;max-width:100%;margin:0;padding:1rem 0 0 0;line-height:1.375;color:var(--fancybox-color,currentColor);visibility:visible;cursor:auto;flex-shrink:0;overflow-wrap:anywhere;opacity:var(--fancybox-opacity,1)}.is-loading .fancybox__caption{visibility:hidden}.fancybox__nav{opacity:var(--fancybox-opacity,1)}.fancybox__nav .carousel__button{z-index:40}.fancybox__nav .carousel__button.is-next{right:8px}.fancybox__nav .carousel__button.is-prev{left:8px}.carousel__button.is-close{position:absolute;top:8px;right:8px;top:calc(env(safe-area-inset-top,0px) + 8px);right:calc(env(safe-area-inset-right,0px) + 8px);z-index:40;opacity:var(--fancybox-opacity,1)}.fancybox__no-click{pointer-events:none}.fancybox__no-click button{pointer-events:none}.fancybox__spinner{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:50px;height:50px;color:var(--fancybox-color,currentColor)}.fancybox__spinner svg{animation:fancybox-rotate 2s linear infinite;transform-origin:center center;position:absolute;top:0;right:0;bottom:0;left:0;margin:auto;width:100%;height:100%}.fancybox__spinner svg circle{fill:none;stroke-width:2.75;stroke-miterlimit:10;stroke-dasharray:1,200;stroke-dashoffset:0;animation:fancybox-dash 1.5s ease-in-out infinite;stroke-linecap:round;stroke:currentColor}.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop{animation:.15s ease backwards fancybox-fadeIn}.fancybox__container.is-animated[aria-hidden=false] .fancybox__caption{animation:.15s ease backwards fancybox-fadeIn}.fancybox__container.is-animated[aria-hidden=false] .fancybox__nav{animation:.15s ease backwards fancybox-fadeIn}.fancybox__container.is-animated[aria-hidden=false] .carousel__dots{animation:.15s ease backwards fancybox-fadeIn}.fancybox__container.is-animated[aria-hidden=false] .carousel__button.is-close{animation:.15s ease backwards fancybox-fadeIn}.fancybox__container.is-animated[aria-hidden=false] .fancybox__thumbs{animation:.15s ease-in backwards fancybox-fadeIn}.fancybox__container.is-animated[aria-hidden=false] .fancybox__toolbar{animation:.15s ease-in backwards fancybox-fadeIn}.fancybox__container.is-animated.is-closing .fancybox__backdrop{animation:.15s ease both fancybox-fadeOut}.fancybox__container.is-animated.is-closing .fancybox__caption{animation:.15s ease both fancybox-fadeOut}.fancybox__container.is-animated.is-closing .fancybox__nav{animation:.15s ease both fancybox-fadeOut}.fancybox__container.is-animated.is-closing .carousel__dots{animation:.15s ease both fancybox-fadeOut}.fancybox__container.is-animated.is-closing .carousel__button.is-close{animation:.15s ease both fancybox-fadeOut}.fancybox__container.is-animated.is-closing .fancybox__thumbs{opacity:0}.fancybox__container.is-animated.is-closing .fancybox__toolbar{opacity:0}.fancybox-fadeIn{animation:.15s ease both fancybox-fadeIn}.fancybox-fadeOut{animation:.1s ease both fancybox-fadeOut}.fancybox-zoomInUp{animation:.2s ease both fancybox-zoomInUp}.fancybox-zoomOutDown{animation:.15s ease both fancybox-zoomOutDown}.fancybox-throwOutUp{animation:.15s ease both fancybox-throwOutUp}.fancybox-throwOutDown{animation:.15s ease both fancybox-throwOutDown}.fancybox__carousel.is-draggable .fancybox__slide{cursor:move;cursor:grab}.fancybox__carousel.is-draggable .fancybox__slide .fancybox__content{cursor:move;cursor:grab}.fancybox__carousel.is-dragging .fancybox__slide{cursor:move;cursor:grabbing}.fancybox__carousel.is-dragging .fancybox__slide .fancybox__content{cursor:move;cursor:grabbing}.fancybox__image{transform-origin:0 0;user-select:none;transition:none}.has-image .fancybox__content{padding:0;background:rgba(0,0,0,0);min-height:1px}.is-closing .has-image .fancybox__content{overflow:visible}.has-image[data-image-fit=contain]{overflow:visible;touch-action:none}.has-image[data-image-fit=contain] .fancybox__content{flex-direction:row;flex-wrap:wrap}.has-image[data-image-fit=contain] .fancybox__image{max-width:100%;max-height:100%;object-fit:contain}.has-image[data-image-fit=contain-w]{overflow-x:hidden;overflow-y:auto}.has-image[data-image-fit=contain-w] .fancybox__content{min-height:auto}.has-image[data-image-fit=contain-w] .fancybox__image{max-width:100%;height:auto}.has-image[data-image-fit=cover]{overflow:visible;touch-action:none}.has-image[data-image-fit=cover] .fancybox__content{width:100%;height:100%}.has-image[data-image-fit=cover] .fancybox__image{width:100%;height:100%;object-fit:cover}.fancybox__html5video{border:0;display:block;height:100%;width:100%;background:rgba(0,0,0,0)}.fancybox__iframe{border:0;display:block;height:100%;width:100%;background:rgba(0,0,0,0)}.fancybox-placeholder{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.fancybox__thumbs{flex:0 0 auto;position:relative;padding:0 3px;opacity:var(--fancybox-opacity,1)}.fancybox__thumbs .carousel__slide{flex:0 0 auto;width:var(--fancybox-thumbs-width,96px);margin:0;padding:8px 3px;box-sizing:content-box;display:flex;align-items:center;justify-content:center;overflow:visible;cursor:pointer}.fancybox__thumbs .carousel__slide .fancybox__thumb::after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;border-width:5px;border-style:solid;border-color:var(--fancybox-accent-color,#ffd000);opacity:0;transition:opacity .15s ease;border-radius:var(--fancybox-thumbs-border-radius,4px)}.fancybox__thumbs .carousel__slide>*{pointer-events:none;user-select:none}.fancybox__thumbs .carousel__slide.is-nav-selected .fancybox__thumb::after{opacity:.92}.fancybox__thumb{position:relative;width:100%;padding-top:calc(100% / (var(--fancybox-thumbs-ratio,1.5)));background-size:cover;background-position:center center;background-color:rgba(30,30,30,.1);background-repeat:no-repeat;border-radius:var(--fancybox-thumbs-border-radius,4px)}.fancybox__toolbar{position:absolute;top:0;right:0;left:0;z-index:20;background:linear-gradient(to top,rgba(0,0,0,0) 0,rgba(0,0,0,.006) 8.1%,rgba(0,0,0,.021) 15.5%,rgba(0,0,0,.046) 22.5%,rgba(0,0,0,.077) 29%,rgba(0,0,0,.114) 35.3%,rgba(0,0,0,.155) 41.2%,rgba(0,0,0,.198) 47.1%,rgba(0,0,0,.242) 52.9%,rgba(0,0,0,.285) 58.8%,rgba(0,0,0,.326) 64.7%,rgba(0,0,0,.363) 71%,rgba(0,0,0,.394) 77.5%,rgba(0,0,0,.419) 84.5%,rgba(0,0,0,.434) 91.9%,rgba(0,0,0,.44) 100%);padding:0;touch-action:none;display:flex;justify-content:space-between;--carousel-button-svg-width:20px;--carousel-button-svg-height:20px;opacity:var(--fancybox-opacity,1);text-shadow:var(--fancybox-toolbar-text-shadow,1px 1px 1px rgba(0,0,0,.4))}.fancybox__toolbar__items{display:flex}.fancybox__toolbar__items--left{margin-right:auto}.fancybox__toolbar__items--center{position:absolute;left:50%;transform:translateX(-50%)}.fancybox__toolbar__items--right{margin-left:auto}.fancybox__counter{min-width:72px;padding:0 10px;line-height:var(--carousel-button-height,48px);text-align:center;font-size:17px;font-variant-numeric:tabular-nums;-webkit-font-smoothing:subpixel-antialiased}.fancybox__progress{background:var(--fancybox-accent-color,#ffd000);height:3px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transform-origin:0;transition-property:transform;transition-timing-function:linear;z-index:30;user-select:none}.fancybox__button--fullscreen g:nth-child(2){display:none}.fancybox__button--slideshow g:nth-child(2){display:none}.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(1){display:none}.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(2){display:block}@media all and (min-width:1024px){.fancybox__container{--carousel-button-width:48px;--carousel-button-height:48px;--carousel-button-svg-width:27px;--carousel-button-svg-height:27px}.fancybox__slide{padding:64px 100px}.fancybox__nav .carousel__button.is-next{right:40px}.fancybox__nav .carousel__button.is-prev{left:40px}.carousel__button.is-close{right:40px}.fancybox__toolbar{padding:8px}}@media (max-width:640px){.fancybox__toolbar__items--center:not(:last-child){display:none}}body{background-color:#373535;overflow-x:hidden}.container{margin-inline:auto;width:100%;max-width:1280px}.btn:not(.btn-transparenly):hover{animation:squat .5s ease-in-out}.heading-container{color:#fff;margin:0 0 clamp(40px,8vw,100px)}.heading-container p{font-size:clamp(40px,8vw,82px);font-weight:500;line-height:clamp(48px,8vw,96px);margin:0}.heading-container p>strong{font-weight:800}.section{position:relative;padding:0}.section__top{display:flex;justify-content:center;align-items:center;background-repeat:no-repeat;background-size:cover;background-position:center;margin-bottom:clamp(20px,11vw,150px);min-height:780px;overflow:hidden}@media screen and (max-width:768px){.section__top{min-height:480px}}.section__top::before{position:absolute;top:0;left:0;content:"";background-color:rgba(0,0,0,.5);height:100%;width:100%;z-index:0}.section__top::after{position:absolute;left:0;bottom:-.2vh;content:"";background-image:url(../data/images/mask-bottom.svg);background-repeat:no-repeat;background-position:center bottom;background-size:100%;width:100vw;height:auto;min-height:7.38vh;z-index:0}@media (max-width:575px){.section__top::after{left:-3px;bottom:-.1vh;width:calc(100vw + 6px)}}.section__top--text-container{position:relative;color:#fff;text-align:center;height:100%;width:100%;z-index:1}.section__top--text-container>h1{font-size:clamp(50px,8vw,100px);font-weight:800;line-height:clamp(50px,8vw,100px)}.section__top--text-container .lead{font-size:clamp(18px,5vw,36px);line-height:clamp(22px,5vw,44px);margin-bottom:clamp(30px,5vw,3.8%)}.section__top--text-container>.btn{display:table;margin-inline:auto}.section__advantages{margin-bottom:clamp(60px,11vw,150px)}.section__advantages .col-heading{display:grid;grid-template-columns:repeat(1,1fr);gap:40px;max-width:83.3333333333%}@media screen and (max-width:768px){.section__advantages .col-heading{max-width:100%}}.section__trigger{margin-bottom:clamp(60px,11vw,150px)}.section__equipment{background-color:#1e1e1e;margin-bottom:clamp(60px,11vw,150px);padding:clamp(60px,11vw,150px) 0;overflow:hidden}.section__equipment::before{position:absolute;top:-.2vh;left:0;content:"";background-image:url(../data/images/mask-top.svg);background-repeat:no-repeat;background-position:center top;background-size:100%;width:100vw;height:auto;min-height:7.38vh;z-index:0}@media (max-width:575px){.section__equipment::before{left:-3px;top:-.1vh;width:calc(100vw + 6px)}}.section__equipment::after{position:absolute;left:0;bottom:-.2vh;content:"";background-image:url(../data/images/mask-bottom.svg);background-repeat:no-repeat;background-position:center bottom;background-size:100%;width:100vw;height:auto;min-height:7.38vh;z-index:0}@media (max-width:575px){.section__equipment::after{left:-3px;bottom:-.1vh;width:calc(100vw + 6px)}}.section__portfolio{margin-bottom:clamp(60px,11vw,150px)}.section__portfolio .heading-container{margin-bottom:clamp(30px,5vw,80px)}.section__portfolio .heading-container p{font-size:clamp(24px,5vw,36px);font-weight:700;line-height:clamp(32px,5vw,54px)}.section__feedback-form{padding:clamp(60px,11vw,100px) 0}.section__feedback-form .heading-container>p{margin-bottom:clamp(20px,5vw,30px)}.section__feedback-form .heading-container>.lead{font-size:clamp(16px,5vw,20px);font-weight:300}.cols-advantages,.cols-steps{display:grid;grid-template-columns:repeat(2,1fr);gap:clamp(20px,5vw,40px)}@media (max-width:991px){.cols-advantages,.cols-steps{grid-template-columns:repeat(1,1fr)}}@media (max-width:767px){.cols-advantages,.cols-steps{grid-column:span repeat(1,1fr)}}.cols-advantages>.item,.cols-steps>.item{display:flex;justify-content:baseline;align-items:center;flex-direction:row;gap:clamp(20px,5vw,40px);color:#fff;background-color:#1e1e1e;border-radius:clamp(14px,5vw,24px);padding:clamp(20px,5vw,42px)}.cols-advantages>.item>img,.cols-steps>.item>img{height:100%;width:clamp(60px,6.5vw,100px)}.cols-advantages>.item>span,.cols-steps>.item>span{font-size:clamp(18px,5vw,36px);font-weight:300;line-height:clamp(22px,5vw,44px)}.cols-advantages-large{display:flex;flex-wrap:wrap;color:#fff;background-color:#1e1e1e;border-radius:clamp(14px,5vw,24px);margin-top:clamp(40px,5vw,80px);flex-direction:row-reverse;overflow:hidden}.cols-advantages-large:nth-child(odd){flex-direction:row}@media (max-width:991px){.cols-advantages-large{flex-direction:row}}.cols-advantages-large .item-thumbnail{display:flex;justify-content:center;align-items:center;flex:1 1 50%;border-radius:clamp(14px,5vw,24px);overflow:hidden;max-width:50%;max-height:100%;width:100%}@media (min-width:1280px){.cols-advantages-large .item-thumbnail{max-width:510px;max-height:510px}}@media (max-width:991px){.cols-advantages-large .item-thumbnail{flex:1 1 100%;max-height:320px;max-width:100%}}@media (max-width:767px){.cols-advantages-large .item-thumbnail{max-height:240px}}.cols-advantages-large .item-thumbnail>img{display:block;object-fit:cover;object-position:center;width:100%;height:100%}@media (max-width:991px){.cols-advantages-large .item-thumbnail>img{min-width:100%}}.cols-advantages-large .item-text-container{display:flex;justify-content:center;align-items:baseline;flex-direction:column;flex:1;padding:clamp(20px,5vw,40px) clamp(20px,5vw,60px)}.cols-advantages-large .item-text-container>h1{line-height:clamp(42px,5vw,54px)}.cols-advantages-large .item-text-container>.lead{font-size:clamp(16px,4vw,20px);font-weight:300;line-height:clamp(20px,6vw,34px);margin-bottom:40px}.cols-trigger{text-decoration:none}.cols-trigger .trigger-elements-wrapper{display:flex;justify-content:space-between;align-items:center;flex-direction:row;gap:clamp(20px,5vw,40px);background-color:#fff;border-radius:clamp(14px,5vw,24px);padding:clamp(30px,5vw,60px) clamp(40px,5vw,100px);will-change:transform,background-color}@media (max-width:767px){.cols-trigger .trigger-elements-wrapper{justify-content:center;flex-direction:column;text-align:center}}.cols-trigger .trigger-elements-wrapper .heading-container{margin:0}.cols-trigger .trigger-elements-wrapper .heading-container>p{color:#333}.cols-trigger .trigger-elements-wrapper .icon-container{display:flex;justify-content:center;align-items:center}@media (max-width:767px){.cols-trigger .trigger-elements-wrapper .icon-container{display:none}}.cols-trigger .trigger-elements-wrapper .icon-container>img{transform:rotate(0);transition:transform .15s ease-in-out;will-change:transform;height:clamp(40px,13.5vw,193px);width:auto}@media (min-width:768px){.cols-trigger .trigger-elements-wrapper .btn{display:none}}@media (min-width:1200px){.cols-trigger:hover{text-decoration:none}.cols-trigger:hover .trigger-elements-wrapper{background-color:#fff;animation:squat-trigger .5s ease-in-out}.cols-trigger:hover .trigger-elements-wrapper .icon-container>img{transform:rotate(45deg);transition:transform .4s cubic-bezier(.02,1.23,.79,1.08);transition-delay:.5s}}.cols-equipment{display:grid;grid-template-columns:repeat(3,1fr);gap:clamp(20px,5vw,40px)}@media (max-width:768px){.cols-equipment{grid-template-columns:repeat(1,1fr)}}.cols-equipment .item{text-decoration:none}.cols-equipment .item .image-container{display:flex;border-radius:clamp(14px,5vw,24px);margin-bottom:10px;overflow:hidden;min-height:470px;max-height:470px;max-width:390px;width:100%}@media (max-width:768px){.cols-equipment .item .image-container{min-height:180px}}.cols-equipment .item .image-container>img{display:block;object-fit:cover;object-position:center;width:100%;min-height:100%;height:auto}.cols-equipment .item .button-container{display:flex;justify-content:space-between;align-items:center;flex-direction:row;gap:clamp(10px,5vw,20px);background-color:#333;border-radius:clamp(14px,5vw,24px);padding:clamp(20px,5vw,30px) clamp(30px,5vw,40px)}.cols-equipment .item .button-container>span{color:#fff;font-size:clamp(16px,4vw,20px);font-weight:700;line-height:clamp(20px,6vw,34px)}.cols-equipment .item .button-container>img{transform:rotate(0);transition:transform .15s ease-in-out}@media (min-width:1200px){.cols-equipment .item:hover{animation:squat .5s ease-in-out}.cols-equipment .item:hover .button-container>img{transform:rotate(45deg);transition:transform .4s cubic-bezier(.02,1.23,.79,1.08);transition-delay:.5s}}.cols-portfolio{display:flex;flex-wrap:wrap;gap:clamp(20px,5vw,40px)}.cols-portfolio .item{text-decoration:none;flex:1 1 calc(50% - clamp(20px,5vw,40px));aspect-ratio:1/1}@media (max-width:768px){.cols-portfolio .item{flex:1 1 calc(100% - clamp(20px,5vw,40px));aspect-ratio:unset}}.cols-portfolio .item.sub-items{display:flex;flex-wrap:wrap;gap:clamp(20px,5vw,40px)}.cols-portfolio .item.sub-items .item{max-height:50%}.cols-portfolio .item.sub-items .item:nth-child(1){flex:1 1 calc(100% - clamp(20px,5vw,40px)/ 2)}.cols-portfolio .item.sub-items .item:nth-child(2),.cols-portfolio .item.sub-items .item:nth-child(3){flex:1 1 calc(50% - clamp(20px,5vw,40px)/ 2)}@media (max-width:768px){.cols-portfolio .item.sub-items .item{max-height:unset}.cols-portfolio .item.sub-items .item:nth-child(1),.cols-portfolio .item.sub-items .item:nth-child(2),.cols-portfolio .item.sub-items .item:nth-child(3){flex:1 1 calc(100% - clamp(20px,5vw,40px))}}.cols-portfolio .item .image-container{position:relative;display:flex;border-radius:clamp(14px,5vw,24px);overflow:hidden;width:100%;height:100%;z-index:0}.cols-portfolio .item .image-container::after,.cols-portfolio .item .image-container::before{position:absolute;content:""}.cols-portfolio .item .image-container::before{top:0;left:0;background-color:transparent;transition:background-color .5s ease-in-out;height:100%;width:100%;z-index:1}.cols-portfolio .item .image-container::after{top:50%;left:50%;background-image:url(../data/images/open-modal.svg);background-size:100% 100%;background-position:center;background-repeat:no-repeat;transform:translate(-50%,-50%) scale(0);transition:transform .25s ease-out;height:20%;width:20%;z-index:2}.cols-portfolio .item .image-container img{object-fit:cover;object-position:center;width:100%;height:100%}@media (min-width:1200px){.cols-portfolio .item .image-container:hover{animation:squat .5s ease-in-out}.cols-portfolio .item .image-container:hover::before{background-color:rgba(30,30,30,.45)}.cols-portfolio .item .image-container:hover::after{transform:translate(-50%,-50%) scale(1);transition:transform .5s cubic-bezier(.02,1.23,.79,1.08);transition-delay:.25s}}.cols-feedback-form{display:grid;grid-template-columns:1fr 10fr 1fr;grid-column-start:2}.cols-feedback-form::after,.cols-feedback-form::before{content:""}@media (max-width:767px){.cols-feedback-form{grid-template-columns:1fr;grid-column-start:1}.cols-feedback-form::after,.cols-feedback-form::before{display:none}}.cols-feedback-form .feedback-form-wrapper{background-color:#424242;border-radius:clamp(14px,5vw,24px);padding:clamp(30px,5vw,60px) clamp(40px,5vw,100px);width:100%}.cols-feedback-form .feedback-form-wrapper .feedback-form-input-group{display:grid;grid-template-columns:repeat(2,1fr);gap:clamp(20px,5vw,40px)}.cols-feedback-form .feedback-form-wrapper .feedback-form-input-group label{font-weight:600}.cols-feedback-form .feedback-form-wrapper .feedback-form-input-group label>span{margin-top:10px}.cols-feedback-form .feedback-form-wrapper .feedback-form-input-group label>span>input{color:#333;font-weight:600}@media (max-width:575px){.cols-feedback-form .feedback-form-wrapper .feedback-form-input-group{grid-template-columns:1fr}.cols-feedback-form .feedback-form-wrapper .feedback-form-input-group>p{margin:0}}.cols-feedback-form .feedback-form-wrapper .feedback-form-submit-group{display:flex;justify-content:space-between;align-items:center;flex-direction:row;gap:clamp(20px,5vw,40px)}.cols-feedback-form .feedback-form-wrapper .feedback-form-submit-group>:first-child{flex:0 1 55%}.cols-feedback-form .feedback-form-wrapper .feedback-form-submit-group>:last-child{flex:0 1 35%}.cols-feedback-form .feedback-form-wrapper .feedback-form-submit-group .btn{display:block;width:100%}@media (max-width:767px){.cols-feedback-form .feedback-form-wrapper .feedback-form-submit-group{flex-direction:column;margin-top:30px}.cols-feedback-form .feedback-form-wrapper .feedback-form-submit-group>:first-child,.cols-feedback-form .feedback-form-wrapper .feedback-form-submit-group>:last-child{flex:0 1 100%}.cols-feedback-form .feedback-form-wrapper .feedback-form-submit-group>p{margin:0;width:100%}.cols-feedback-form .feedback-form-wrapper .feedback-form-submit-group .btn{display:block;width:100%}}.cols-feedback-form .feedback-form-wrapper .btn:active,.cols-feedback-form .feedback-form-wrapper .btn:focus{color:#333}@keyframes squat-trigger{0%,100%{background-color:#fff;transform:scale(1)}50%{background-color:#ffd000;transform:scale(.975)}}@keyframes squat{0%,100%{transform:scale(1)}50%{transform:scale(.975)}}