:root{--f-spinner-width: 36px;--f-spinner-height: 36px;--f-spinner-color-1: rgba(0, 0, 0, 0.1);--f-spinner-color-2: rgba(17, 24, 28, 0.8);--f-spinner-stroke: 2.75}.f-spinner{margin:auto;padding:0;width:var(--f-spinner-width);height:var(--f-spinner-height)}.f-spinner svg{width:100%;height:100%;vertical-align:top;animation:f-spinner-rotate 2s linear infinite}.f-spinner svg *{stroke-width:var(--f-spinner-stroke);fill:none}.f-spinner svg *:first-child{stroke:var(--f-spinner-color-1)}.f-spinner svg *:last-child{stroke:var(--f-spinner-color-2);animation:f-spinner-dash 2s ease-in-out infinite}@keyframes f-spinner-rotate{100%{transform:rotate(360deg)}}@keyframes f-spinner-dash{0%{stroke-dasharray:1,150;stroke-dashoffset:0}50%{stroke-dasharray:90,150;stroke-dashoffset:-35}100%{stroke-dasharray:90,150;stroke-dashoffset:-124}}.f-throwOutUp{animation:var(--f-throw-out-duration, 0.175s) ease-out both f-throwOutUp}.f-throwOutDown{animation:var(--f-throw-out-duration, 0.175s) ease-out both f-throwOutDown}@keyframes f-throwOutUp{to{transform:translate3d(0, calc(var(--f-throw-out-distance, 150px) * -1), 0);opacity:0}}@keyframes f-throwOutDown{to{transform:translate3d(0, var(--f-throw-out-distance, 150px), 0);opacity:0}}.f-zoomInUp{animation:var(--f-transition-duration, 0.2s) ease .1s both f-zoomInUp}.f-zoomOutDown{animation:var(--f-transition-duration, 0.2s) ease both f-zoomOutDown}@keyframes f-zoomInUp{from{transform:scale(0.975) translate3d(0, 16px, 0);opacity:0}to{transform:scale(1) translate3d(0, 0, 0);opacity:1}}@keyframes f-zoomOutDown{to{transform:scale(0.975) translate3d(0, 16px, 0);opacity:0}}.f-fadeIn{animation:var(--f-transition-duration, 0.2s) var(--f-transition-easing, ease) var(--f-transition-delay, 0s) both f-fadeIn;z-index:2}.f-fadeOut{animation:var(--f-transition-duration, 0.2s) var(--f-transition-easing, ease) var(--f-transition-delay, 0s) both f-fadeOut;z-index:1}@keyframes f-fadeIn{0%{opacity:0}100%{opacity:1}}@keyframes f-fadeOut{100%{opacity:0}}.f-fadeFastIn{animation:var(--f-transition-duration, 0.2s) ease-out both f-fadeFastIn;z-index:2}.f-fadeFastOut{animation:var(--f-transition-duration, 0.1s) ease-out both f-fadeFastOut;z-index:2}@keyframes f-fadeFastIn{0%{opacity:.75}100%{opacity:1}}@keyframes f-fadeFastOut{100%{opacity:0}}.f-fadeSlowIn{animation:var(--f-transition-duration, 0.5s) ease both f-fadeSlowIn;z-index:2}.f-fadeSlowOut{animation:var(--f-transition-duration, 0.5s) ease both f-fadeSlowOut;z-index:1}@keyframes f-fadeSlowIn{0%{opacity:0}100%{opacity:1}}@keyframes f-fadeSlowOut{100%{opacity:0}}.f-crossfadeIn{animation:var(--f-transition-duration, 0.2s) ease-out both f-crossfadeIn;z-index:2}.f-crossfadeOut{animation:calc(var(--f-transition-duration, 0.2s)*.5) linear .1s both f-crossfadeOut;z-index:1}@keyframes f-crossfadeIn{0%{opacity:0}100%{opacity:1}}@keyframes f-crossfadeOut{100%{opacity:0}}.f-slideIn.from-next{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideInNext}.f-slideIn.from-prev{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideInPrev}.f-slideOut.to-next{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideOutNext}.f-slideOut.to-prev{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideOutPrev}@keyframes f-slideInPrev{0%{transform:translateX(100%)}100%{transform:translate3d(0, 0, 0)}}@keyframes f-slideInNext{0%{transform:translateX(-100%)}100%{transform:translate3d(0, 0, 0)}}@keyframes f-slideOutNext{100%{transform:translateX(-100%)}}@keyframes f-slideOutPrev{100%{transform:translateX(100%)}}.f-classicIn.from-next{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicInNext;z-index:2}.f-classicIn.from-prev{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicInPrev;z-index:2}.f-classicOut.to-next{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicOutNext;z-index:1}.f-classicOut.to-prev{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicOutPrev;z-index:1}@keyframes f-classicInNext{0%{transform:translateX(-75px);opacity:0}100%{transform:translate3d(0, 0, 0);opacity:1}}@keyframes f-classicInPrev{0%{transform:translateX(75px);opacity:0}100%{transform:translate3d(0, 0, 0);opacity:1}}@keyframes f-classicOutNext{100%{transform:translateX(-75px);opacity:0}}@keyframes f-classicOutPrev{100%{transform:translateX(75px);opacity:0}}:root{--f-button-width: 40px;--f-button-height: 40px;--f-button-border: 0;--f-button-border-radius: 0;--f-button-color: #374151;--f-button-bg: #f8f8f8;--f-button-hover-bg: #e0e0e0;--f-button-active-bg: #d0d0d0;--f-button-shadow: none;--f-button-transition: all 0.15s ease;--f-button-transform: none;--f-button-svg-width: 20px;--f-button-svg-height: 20px;--f-button-svg-stroke-width: 1.5;--f-button-svg-fill: none;--f-button-svg-filter: none;--f-button-svg-disabled-opacity: 0.65}.f-button{display:flex;justify-content:center;align-items:center;box-sizing:content-box;position:relative;margin:0;padding:0;width:var(--f-button-width);height:var(--f-button-height);border:var(--f-button-border);border-radius:var(--f-button-border-radius);color:var(--f-button-color);background:var(--f-button-bg);box-shadow:var(--f-button-shadow);pointer-events:all;cursor:pointer;transition:var(--f-button-transition)}@media(hover: hover){.f-button:hover:not([disabled]){color:var(--f-button-hover-color);background-color:var(--f-button-hover-bg)}}.f-button:active:not([disabled]){background-color:var(--f-button-active-bg)}.f-button:focus:not(:focus-visible){outline:none}.f-button:focus-visible{outline:none;box-shadow:inset 0 0 0 var(--f-button-outline, 2px) var(--f-button-outline-color, var(--f-button-color))}.f-button svg{width:var(--f-button-svg-width);height:var(--f-button-svg-height);fill:var(--f-button-svg-fill);stroke:currentColor;stroke-width:var(--f-button-svg-stroke-width);stroke-linecap:round;stroke-linejoin:round;transition:opacity .15s ease;transform:var(--f-button-transform);filter:var(--f-button-svg-filter);pointer-events:none}.f-button[disabled]{cursor:default}.f-button[disabled] svg{opacity:var(--f-button-svg-disabled-opacity)}.f-carousel__nav .f-button.is-prev,.f-carousel__nav .f-button.is-next,.fancybox__nav .f-button.is-prev,.fancybox__nav .f-button.is-next{position:absolute;z-index:1}.is-horizontal .f-carousel__nav .f-button.is-prev,.is-horizontal .f-carousel__nav .f-button.is-next,.is-horizontal .fancybox__nav .f-button.is-prev,.is-horizontal .fancybox__nav .f-button.is-next{top:50%;transform:translateY(-50%)}.is-horizontal .f-carousel__nav .f-button.is-prev,.is-horizontal .fancybox__nav .f-button.is-prev{left:var(--f-button-prev-pos)}.is-horizontal .f-carousel__nav .f-button.is-next,.is-horizontal .fancybox__nav .f-button.is-next{right:var(--f-button-next-pos)}.is-horizontal.is-rtl .f-carousel__nav .f-button.is-prev,.is-horizontal.is-rtl .fancybox__nav .f-button.is-prev{left:auto;right:var(--f-button-next-pos)}.is-horizontal.is-rtl .f-carousel__nav .f-button.is-next,.is-horizontal.is-rtl .fancybox__nav .f-button.is-next{right:auto;left:var(--f-button-prev-pos)}.is-vertical .f-carousel__nav .f-button.is-prev,.is-vertical .f-carousel__nav .f-button.is-next,.is-vertical .fancybox__nav .f-button.is-prev,.is-vertical .fancybox__nav .f-button.is-next{top:auto;left:50%;transform:translateX(-50%)}.is-vertical .f-carousel__nav .f-button.is-prev,.is-vertical .fancybox__nav .f-button.is-prev{top:var(--f-button-next-pos)}.is-vertical .f-carousel__nav .f-button.is-next,.is-vertical .fancybox__nav .f-button.is-next{bottom:var(--f-button-next-pos)}.is-vertical .f-carousel__nav .f-button.is-prev svg,.is-vertical .f-carousel__nav .f-button.is-next svg,.is-vertical .fancybox__nav .f-button.is-prev svg,.is-vertical .fancybox__nav .f-button.is-next svg{transform:rotate(90deg)}.f-carousel__nav .f-button:disabled,.fancybox__nav .f-button:disabled{pointer-events:none}html.with-fancybox{width:auto;overflow:visible;scroll-behavior:auto}html.with-fancybox body{touch-action:none}html.with-fancybox body.hide-scrollbar{width:auto;margin-right:calc(var(--fancybox-body-margin, 0px) + var(--fancybox-scrollbar-compensate, 0px));overflow:hidden !important;overscroll-behavior-y:none}.fancybox__container{--fancybox-color: #dbdbdb;--fancybox-hover-color: #fff;--fancybox-bg: rgba(24, 24, 27, 0.98);--fancybox-slide-gap: 10px;--f-spinner-width: 50px;--f-spinner-height: 50px;--f-spinner-color-1: rgba(255, 255, 255, 0.1);--f-spinner-color-2: #bbb;--f-spinner-stroke: 3.65;position:fixed;top:0;left:0;bottom:0;right:0;direction:ltr;display:flex;flex-direction:column;box-sizing:border-box;margin:0;padding:0;color:#f8f8f8;-webkit-tap-highlight-color:rgba(0,0,0,0);overflow:visible;z-index:var(--fancybox-zIndex, 1050);outline:none;transform-origin:top left;-webkit-text-size-adjust:100%;-moz-text-size-adjust:none;-ms-text-size-adjust:100%;text-size-adjust:100%;overscroll-behavior-y:contain}.fancybox__container *,.fancybox__container *::before,.fancybox__container *::after{box-sizing:inherit}.fancybox__container *:empty{display:block}.fancybox__container::backdrop{background-color:rgba(0,0,0,0)}.fancybox__backdrop{position:fixed;top:0;left:0;bottom:0;right:0;z-index:-1;background:var(--fancybox-bg);opacity:var(--fancybox-opacity, 1);will-change:opacity}.fancybox__carousel{position:relative;box-sizing:border-box;flex:1;min-height:0;z-index:10;overflow-y:visible;overflow-x:clip}.fancybox__viewport{width:100%;height:100%}.fancybox__viewport.is-draggable{cursor:move;cursor:grab}.fancybox__viewport.is-dragging{cursor:move;cursor:grabbing}.fancybox__track{display:flex;margin:0 auto;height:100%}.fancybox__slide{flex:0 0 auto;position:relative;display:flex;flex-direction:column;align-items:center;width:100%;height:100%;margin:0 var(--fancybox-slide-gap) 0 0;padding:4px;overflow:auto;overscroll-behavior:contain;transform:translate3d(0, 0, 0);backface-visibility:hidden}.fancybox__container:not(.is-compact) .fancybox__slide.has-close-btn{padding-top:40px}.fancybox__slide.has-iframe,.fancybox__slide.has-video,.fancybox__slide.has-html5video{overflow:hidden}.fancybox__slide.has-image{overflow:hidden}.fancybox__slide.has-image.is-animating,.fancybox__slide.has-image.is-selected{overflow:visible}.fancybox__slide::before,.fancybox__slide::after{content:"";flex:0 0 0;margin:auto}.fancybox__content{align-self:center;display:flex;flex-direction:column;position:relative;margin:0;padding:2rem;max-width:100%;color:var(--fancybox-content-color, #374151);background:var(--fancybox-content-bg, #fff);cursor:default;border-radius:0;z-index:20}.is-loading .fancybox__content{opacity:0}.is-draggable .fancybox__content{cursor:move;cursor:grab}.can-zoom_in .fancybox__content{cursor:zoom-in}.can-zoom_out .fancybox__content{cursor:zoom-out}.is-dragging .fancybox__content{cursor:move;cursor:grabbing}.fancybox__content [data-selectable],.fancybox__content [contenteditable]{cursor:auto}.fancybox__slide.has-image>.fancybox__content{padding:0;background:rgba(0,0,0,0);min-height:1px;background-repeat:no-repeat;background-size:contain;background-position:center center;transition:none;transform:translate3d(0, 0, 0);backface-visibility:hidden}.fancybox__slide.has-image>.fancybox__content>picture>img{width:100%;height:auto;max-height:100%}.is-animating .fancybox__content,.is-dragging .fancybox__content{will-change:transform,width,height}.fancybox-image{margin:auto;display:block;width:100%;height:100%;min-height:0;object-fit:contain;user-select:none;filter:blur(0px)}.fancybox__caption{align-self:center;max-width:100%;flex-shrink:0;margin:0;padding:14px 0 4px 0;overflow-wrap:anywhere;line-height:1.375;color:var(--fancybox-color, currentColor);opacity:var(--fancybox-opacity, 1);cursor:auto;visibility:visible}.is-loading .fancybox__caption,.is-closing .fancybox__caption{opacity:0;visibility:hidden}.is-compact .fancybox__caption{padding-bottom:0}.f-button.is-close-btn{--f-button-svg-stroke-width: 2;position:absolute;top:0;right:8px;z-index:40}.fancybox__content>.f-button.is-close-btn{--f-button-width: 34px;--f-button-height: 34px;--f-button-border-radius: 4px;--f-button-color: var(--fancybox-color, #fff);--f-button-hover-color: var(--fancybox-color, #fff);--f-button-bg: transparent;--f-button-hover-bg: transparent;--f-button-active-bg: transparent;--f-button-svg-width: 22px;--f-button-svg-height: 22px;position:absolute;top:-38px;right:0;opacity:.75}.is-loading .fancybox__content>.f-button.is-close-btn{visibility:hidden}.is-zooming-out .fancybox__content>.f-button.is-close-btn{visibility:hidden}.fancybox__content>.f-button.is-close-btn:hover{opacity:1}.fancybox__footer{padding:0;margin:0;position:relative}.fancybox__footer .fancybox__caption{width:100%;padding:24px;opacity:var(--fancybox-opacity, 1);transition:all .25s ease}.is-compact .fancybox__footer{position:absolute;bottom:0;left:0;right:0;z-index:20;background:rgba(24,24,27,.5)}.is-compact .fancybox__footer .fancybox__caption{padding:12px}.is-compact .fancybox__content>.f-button.is-close-btn{--f-button-border-radius: 50%;--f-button-color: #fff;--f-button-hover-color: #fff;--f-button-outline-color: #000;--f-button-bg: rgba(0, 0, 0, 0.6);--f-button-active-bg: rgba(0, 0, 0, 0.6);--f-button-hover-bg: rgba(0, 0, 0, 0.6);--f-button-svg-width: 18px;--f-button-svg-height: 18px;--f-button-svg-filter: none;top:5px;right:5px}.fancybox__nav{--f-button-width: 50px;--f-button-height: 50px;--f-button-border: 0;--f-button-border-radius: 50%;--f-button-color: var(--fancybox-color);--f-button-hover-color: var(--fancybox-hover-color);--f-button-bg: transparent;--f-button-hover-bg: rgba(24, 24, 27, 0.3);--f-button-active-bg: rgba(24, 24, 27, 0.5);--f-button-shadow: none;--f-button-transition: all 0.15s ease;--f-button-transform: none;--f-button-svg-width: 26px;--f-button-svg-height: 26px;--f-button-svg-stroke-width: 2.5;--f-button-svg-fill: none;--f-button-svg-filter: drop-shadow(1px 1px 1px rgba(24, 24, 27, 0.5));--f-button-svg-disabled-opacity: 0.65;--f-button-next-pos: 1rem;--f-button-prev-pos: 1rem;opacity:var(--fancybox-opacity, 1)}.fancybox__nav .f-button:before{position:absolute;content:"";top:-30px;right:-20px;left:-20px;bottom:-30px;z-index:1}.is-idle .fancybox__nav{animation:.15s ease-out both f-fadeOut}.is-idle.is-compact .fancybox__footer{pointer-events:none;animation:.15s ease-out both f-fadeOut}.fancybox__slide>.f-spinner{position:absolute;top:50%;left:50%;margin:var(--f-spinner-top, calc(var(--f-spinner-width) * -0.5)) 0 0 var(--f-spinner-left, calc(var(--f-spinner-height) * -0.5));z-index:30;cursor:pointer}.fancybox-protected{position:absolute;top:0;left:0;right:0;bottom:0;z-index:40;user-select:none}.fancybox-ghost{position:absolute;top:0;left:0;width:100%;height:100%;min-height:0;object-fit:contain;z-index:40;user-select:none;pointer-events:none}.fancybox-focus-guard{outline:none;opacity:0;position:fixed;pointer-events:none}.fancybox__container:not([aria-hidden]){opacity:0}.fancybox__container.is-animated[aria-hidden=false]>*:not(.fancybox__backdrop,.fancybox__carousel),.fancybox__container.is-animated[aria-hidden=false] .fancybox__carousel>*:not(.fancybox__viewport),.fancybox__container.is-animated[aria-hidden=false] .fancybox__slide>*:not(.fancybox__content){animation:var(--f-interface-enter-duration, 0.25s) ease .1s backwards f-fadeIn}.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop{animation:var(--f-backdrop-enter-duration, 0.35s) ease backwards f-fadeIn}.fancybox__container.is-animated[aria-hidden=true]>*:not(.fancybox__backdrop,.fancybox__carousel),.fancybox__container.is-animated[aria-hidden=true] .fancybox__carousel>*:not(.fancybox__viewport),.fancybox__container.is-animated[aria-hidden=true] .fancybox__slide>*:not(.fancybox__content){animation:var(--f-interface-exit-duration, 0.15s) ease forwards f-fadeOut}.fancybox__container.is-animated[aria-hidden=true] .fancybox__backdrop{animation:var(--f-backdrop-exit-duration, 0.35s) ease forwards f-fadeOut}.has-iframe .fancybox__content,.has-map .fancybox__content,.has-pdf .fancybox__content,.has-youtube .fancybox__content,.has-vimeo .fancybox__content,.has-html5video .fancybox__content{max-width:100%;flex-shrink:1;min-height:1px;overflow:visible}.has-iframe .fancybox__content,.has-map .fancybox__content,.has-pdf .fancybox__content{width:calc(100% - 120px);height:90%}.fancybox__container.is-compact .has-iframe .fancybox__content,.fancybox__container.is-compact .has-map .fancybox__content,.fancybox__container.is-compact .has-pdf .fancybox__content{width:100%;height:100%}.has-youtube .fancybox__content,.has-vimeo .fancybox__content,.has-html5video .fancybox__content{width:960px;height:540px;max-width:100%;max-height:100%}.has-map .fancybox__content,.has-pdf .fancybox__content,.has-youtube .fancybox__content,.has-vimeo .fancybox__content,.has-html5video .fancybox__content{padding:0;background:rgba(24,24,27,.9);color:#fff}.has-map .fancybox__content{background:#e5e3df}.fancybox__html5video,.fancybox__iframe{border:0;display:block;height:100%;width:100%;background:rgba(0,0,0,0)}.fancybox-placeholder{border:0 !important;clip:rect(1px, 1px, 1px, 1px) !important;-webkit-clip-path:inset(50%) !important;clip-path:inset(50%) !important;height:1px !important;margin:-1px !important;overflow:hidden !important;padding:0 !important;position:absolute !important;width:1px !important;white-space:nowrap !important}.f-carousel__thumbs{--f-thumb-width: 96px;--f-thumb-height: 72px;--f-thumb-outline: 0;--f-thumb-outline-color: #5eb0ef;--f-thumb-opacity: 1;--f-thumb-hover-opacity: 1;--f-thumb-selected-opacity: 1;--f-thumb-border-radius: 2px;--f-thumb-offset: 0px;--f-button-next-pos: 0;--f-button-prev-pos: 0}.f-carousel__thumbs.is-classic{--f-thumb-gap: 8px;--f-thumb-opacity: 0.5;--f-thumb-hover-opacity: 1;--f-thumb-selected-opacity: 1}.f-carousel__thumbs.is-modern{--f-thumb-gap: 4px;--f-thumb-extra-gap: 16px;--f-thumb-clip-width: 46px}.f-thumbs{position:relative;flex:0 0 auto;margin:0;overflow:hidden;-webkit-tap-highlight-color:rgba(0,0,0,0);user-select:none;perspective:1000px;transform:translateZ(0)}.f-thumbs .f-spinner{position:absolute;top:0;left:0;width:100%;height:100%;border-radius:2px;background-image:linear-gradient(#ebeff2, #e2e8f0);z-index:-1}.f-thumbs .f-spinner svg{display:none}.f-thumbs.is-vertical{height:100%}.f-thumbs__viewport{width:100%;height:auto;overflow:hidden;transform:translate3d(0, 0, 0)}.f-thumbs__track{display:flex}.f-thumbs__slide{position:relative;flex:0 0 auto;box-sizing:content-box;display:flex;align-items:center;justify-content:center;padding:0;margin:0;width:var(--f-thumb-width);height:var(--f-thumb-height);overflow:visible;cursor:pointer}.f-thumbs__slide.is-loading img{opacity:0}.is-classic .f-thumbs__viewport{height:100%}.is-modern .f-thumbs__track{width:max-content}.is-modern .f-thumbs__track::before{content:"";position:absolute;top:0;bottom:0;left:calc((var(--f-thumb-clip-width, 0))*-0.5);width:calc(var(--width, 0)*1px + var(--f-thumb-clip-width, 0));cursor:pointer}.is-modern .f-thumbs__slide{width:var(--f-thumb-clip-width);transform:translate3d(calc(var(--shift, 0) * -1px), 0, 0);transition:none;pointer-events:none}.is-modern.is-resting .f-thumbs__slide{transition:transform .33s ease}.is-modern.is-resting .f-thumbs__slide__button{transition:clip-path .33s ease}.is-using-tab .is-modern .f-thumbs__slide:focus-within{filter:drop-shadow(-1px 0px 0px var(--f-thumb-outline-color)) drop-shadow(2px 0px 0px var(--f-thumb-outline-color)) drop-shadow(0px -1px 0px var(--f-thumb-outline-color)) drop-shadow(0px 2px 0px var(--f-thumb-outline-color))}.f-thumbs__slide__button{appearance:none;width:var(--f-thumb-width);height:100%;margin:0 -100% 0 -100%;padding:0;border:0;position:relative;border-radius:var(--f-thumb-border-radius);overflow:hidden;background:rgba(0,0,0,0);outline:none;cursor:pointer;pointer-events:auto;touch-action:manipulation;opacity:var(--f-thumb-opacity);transition:opacity .2s ease}.f-thumbs__slide__button:hover{opacity:var(--f-thumb-hover-opacity)}.f-thumbs__slide__button:focus:not(:focus-visible){outline:none}.f-thumbs__slide__button:focus-visible{outline:none;opacity:var(--f-thumb-selected-opacity)}.is-modern .f-thumbs__slide__button{--clip-path: inset( 0 calc( ((var(--f-thumb-width, 0) - var(--f-thumb-clip-width, 0))) * (1 - var(--progress, 0)) * 0.5 ) round var(--f-thumb-border-radius, 0) );clip-path:var(--clip-path)}.is-classic .is-nav-selected .f-thumbs__slide__button{opacity:var(--f-thumb-selected-opacity)}.is-classic .is-nav-selected .f-thumbs__slide__button::after{content:"";position:absolute;top:0;left:0;right:0;height:auto;bottom:0;border:var(--f-thumb-outline, 0) solid var(--f-thumb-outline-color, transparent);border-radius:var(--f-thumb-border-radius);animation:f-fadeIn .2s ease-out;z-index:10}.f-thumbs__slide__img{overflow:hidden;position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;margin:0;padding:var(--f-thumb-offset);box-sizing:border-box;pointer-events:none;object-fit:cover;border-radius:var(--f-thumb-border-radius)}.f-thumbs.is-horizontal .f-thumbs__track{padding:8px 0 12px 0}.f-thumbs.is-horizontal .f-thumbs__slide{margin:0 var(--f-thumb-gap) 0 0}.f-thumbs.is-vertical .f-thumbs__track{flex-wrap:wrap;padding:0 8px}.f-thumbs.is-vertical .f-thumbs__slide{margin:0 0 var(--f-thumb-gap) 0}.fancybox__thumbs{--f-thumb-width: 96px;--f-thumb-height: 72px;--f-thumb-border-radius: 2px;--f-thumb-outline: 2px;--f-thumb-outline-color: #ededed;position:relative;opacity:var(--fancybox-opacity, 1);transition:max-height .35s cubic-bezier(0.23, 1, 0.32, 1)}.fancybox__thumbs.is-classic{--f-thumb-gap: 8px;--f-thumb-opacity: 0.5;--f-thumb-hover-opacity: 1}.fancybox__thumbs.is-classic .f-spinner{background-image:linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05))}.fancybox__thumbs.is-modern{--f-thumb-gap: 4px;--f-thumb-extra-gap: 16px;--f-thumb-clip-width: 46px;--f-thumb-opacity: 1;--f-thumb-hover-opacity: 1}.fancybox__thumbs.is-modern .f-spinner{background-image:linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05))}.fancybox__thumbs.is-horizontal{padding:0 var(--f-thumb-gap)}.fancybox__thumbs.is-vertical{padding:var(--f-thumb-gap) 0}.is-compact .fancybox__thumbs{--f-thumb-width: 64px;--f-thumb-clip-width: 32px;--f-thumb-height: 48px;--f-thumb-extra-gap: 10px}.fancybox__thumbs.is-masked{max-height:0px !important}.is-closing .fancybox__thumbs{transition:none !important}.fancybox__toolbar{--f-progress-color: var(--fancybox-color, rgba(255, 255, 255, 0.94));--f-button-width: 46px;--f-button-height: 46px;--f-button-color: var(--fancybox-color);--f-button-hover-color: var(--fancybox-hover-color);--f-button-bg: rgba(24, 24, 27, 0.65);--f-button-hover-bg: rgba(70, 70, 73, 0.65);--f-button-active-bg: rgba(90, 90, 93, 0.65);--f-button-border-radius: 0;--f-button-svg-width: 24px;--f-button-svg-height: 24px;--f-button-svg-stroke-width: 1.5;--f-button-svg-filter: drop-shadow(1px 1px 1px rgba(24, 24, 27, 0.15));--f-button-svg-fill: none;--f-button-svg-disabled-opacity: 0.65;display:flex;flex-direction:row;justify-content:space-between;margin:0;padding:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI Adjusted","Segoe UI","Liberation Sans",sans-serif;color:var(--fancybox-color, currentColor);opacity:var(--fancybox-opacity, 1);text-shadow:var(--fancybox-toolbar-text-shadow, 1px 1px 1px rgba(0, 0, 0, 0.5));pointer-events:none;z-index:20}.fancybox__toolbar :focus-visible{z-index:1}.fancybox__toolbar.is-absolute,.is-compact .fancybox__toolbar{position:absolute;top:0;left:0;right:0}.is-idle .fancybox__toolbar{pointer-events:none;animation:.15s ease-out both f-fadeOut}.fancybox__toolbar__column{display:flex;flex-direction:row;flex-wrap:wrap;align-content:flex-start}.fancybox__toolbar__column.is-left,.fancybox__toolbar__column.is-right{flex-grow:1;flex-basis:0}.fancybox__toolbar__column.is-right{display:flex;justify-content:flex-end;flex-wrap:nowrap}.fancybox__infobar{padding:0 5px;line-height:var(--f-button-height);text-align:center;font-size:17px;font-variant-numeric:tabular-nums;-webkit-font-smoothing:subpixel-antialiased;cursor:default;user-select:none}.fancybox__infobar span{padding:0 5px}.fancybox__infobar:not(:first-child):not(:last-child){background:var(--f-button-bg)}[data-fancybox-toggle-slideshow]{position:relative}[data-fancybox-toggle-slideshow] .f-progress{height:100%;opacity:.3}[data-fancybox-toggle-slideshow] svg g:first-child{display:flex}[data-fancybox-toggle-slideshow] svg g:last-child{display:none}.has-slideshow [data-fancybox-toggle-slideshow] svg g:first-child{display:none}.has-slideshow [data-fancybox-toggle-slideshow] svg g:last-child{display:flex}[data-fancybox-toggle-fullscreen] svg g:first-child{display:flex}[data-fancybox-toggle-fullscreen] svg g:last-child{display:none}:fullscreen [data-fancybox-toggle-fullscreen] svg g:first-child{display:none}:fullscreen [data-fancybox-toggle-fullscreen] svg g:last-child{display:flex}.f-progress{position:absolute;top:0;left:0;right:0;height:3px;transform:scaleX(0);transform-origin:0;transition-property:transform;transition-timing-function:linear;background:var(--f-progress-color, var(--f-carousel-theme-color, #0091ff));z-index:30;user-select:none;pointer-events:none}
/**
 * Swiper 11.0.7
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2024 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: February 27, 2024
 */

@font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper::after{content:'';position:absolute;left:0;top:0;pointer-events:none}.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{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:var(--swiper-navigation-top-offset,50%);width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{opacity:0;cursor:auto;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{width:100%;height:100%;object-fit:contain;transform-origin:center}.swiper-rtl .swiper-button-next svg,.swiper-rtl .swiper-button-prev svg{transform:rotate(180deg)}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:var(--swiper-navigation-sides-offset,10px);right:auto}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset,10px);left:auto}.swiper-button-lock{display:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset,10px);left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:'next'}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);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:var(--swiper-pagination-bottom,8px);top:var(--swiper-pagination-top,auto);left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.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{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:var(--swiper-pagination-bullet-border-radius,50%);background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:var(--swiper-pagination-right,8px);left:var(--swiper-pagination-left,auto);top:50%;transform:translate3d(0px,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.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:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{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:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color,inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color,rgba(0,0,0,.25));position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.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{width:100%;height:var(--swiper-pagination-progressbar-size,4px);left:0;top:0}.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{width:var(--swiper-pagination-progressbar-size,4px);height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:var(--swiper-scrollbar-border-radius,10px);position:relative;touch-action:none;background:var(--swiper-scrollbar-bg-color,rgba(0,0,0,.1))}.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none!important}.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{position:absolute;left:var(--swiper-scrollbar-sides-offset,1%);bottom:var(--swiper-scrollbar-bottom,4px);top:var(--swiper-scrollbar-top,auto);z-index:50;height:var(--swiper-scrollbar-size,4px);width:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))}.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical>.swiper-scrollbar{position:absolute;left:var(--swiper-scrollbar-left,auto);right:var(--swiper-scrollbar-right,4px);top:var(--swiper-scrollbar-sides-offset,1%);z-index:50;width:var(--swiper-scrollbar-size,4px);height:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:var(--swiper-scrollbar-drag-bg-color,rgba(0,0,0,.5));border-radius:var(--swiper-scrollbar-border-radius,10px);left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move;touch-action:none}.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.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{pointer-events:auto}.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.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{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.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{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;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{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #CCC;
}
.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
}
.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
}
.mfp-arrow:before, .mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}
.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}
.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}
.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
   * Remove all paddings around the image on small screen
   */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

/*# sourceMappingURL=magnific-popup.css.map */
@font-face{font-family:'Raleway-Regular';src:url("../../fonts/Raleway-Regular.eot");src:url("../../fonts/Raleway-Regular.eot?#iefix") format("embedded-opentype"),url("../../fonts/Raleway-Regular.woff2") format("woff2"),url("../../fonts/Raleway-Regular.woff") format("woff"),url("../../fonts/Raleway-Regular.ttf") format("truetype"),url("../../fonts/Raleway-Regular.svg#Raleway-Regular") format("svg");font-weight:normal;font-style:normal;font-display:swap}@font-face{font-family:'Raleway-Bold';src:url("../../fonts/Raleway-Bold.eot");src:url("../../fonts/Raleway-Bold.eot?#iefix") format("embedded-opentype"),url("../../fonts/Raleway-Bold.woff2") format("woff2"),url("../../fonts/Raleway-Bold.woff") format("woff"),url("../../fonts/Raleway-Bold.ttf") format("truetype"),url("../../fonts/Raleway-Bold.svg#Raleway-Bold") format("svg");font-weight:bold;font-style:normal;font-display:swap}html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}:focus{outline:0}ins{text-decoration:none}del{text-decoration:line-through}table{border-collapse:collapse;border-spacing:0}/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,footer,header,nav,section{display:block}h1{font-size:2em;margin:0.67em 0}figcaption,figure,main{display:block}figure{margin:1em 2.5rem}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace, monospace;font-size:1em}a{background-color:transparent;-webkit-text-decoration-skip:objects}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:inherit}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace, monospace;font-size:1em}dfn{font-style:italic}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}audio,video{display:inline-block}audio:not([controls]){display:none;height:0}img{border-style:none}svg:not(:root){overflow:hidden}button,input,optgroup,select,textarea{font-family:sans-serif;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}button,html [type="button"],[type="reset"],[type="submit"]{-webkit-appearance:button}button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:0.35em 0.75em 0.625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{display:inline-block;vertical-align:baseline}textarea{overflow:auto}[type="checkbox"],[type="radio"]{box-sizing:border-box;padding:0}[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto}[type="search"]{-webkit-appearance:textfield;outline-offset:-2px}[type="search"]::-webkit-search-cancel-button,[type="search"]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details,menu{display:block}summary{display:list-item}canvas{display:inline-block}template{display:none}[hidden]{display:none}html,.root{font-size:16px;line-height:26px}body{line-height:26px;font-family:"Raleway-Regular",sans-serif;font-size:16px;font-weight:400;color:#000}.btn{font-family:"Raleway-Bold",sans-serif;font-weight:700;font-size:12px;line-height:1.66667;color:#000;text-transform:uppercase;text-align:center;transition:0.3s ease;max-width:200px;width:100%;display:flex;justify-content:center;align-items:center;background:#fed141;padding:10px;border-radius:0}p{font-family:"Raleway-Regular",sans-serif;font-weight:400;font-size:16px;letter-spacing:0.02em;color:#fff}@media screen and (max-width: 576px){p{font-size:16px}}.btn.with-arrow{position:relative}.btn.with-arrow:after{content:"";position:absolute;width:10px;height:18px;background-image:url("../../images/icons/button-arrow.svg");top:50%;transform:translateY(-50%);right:20px;background-repeat:no-repeat}h1{margin:0;font-family:"Raleway-Bold",sans-serif;font-weight:900;font-size:48px;line-height:100%;color:#fff}@media screen and (max-width: 576px){h1{font-size:38px}}.title-line{position:relative;padding-bottom:24px;margin-bottom:24px}.title-line::after{content:"";display:block;width:100px;height:3px;background-color:#fff;position:absolute;bottom:0}.title-line-gray{position:relative;padding-bottom:24px;margin-bottom:30px}.title-line-gray::after{content:"";display:block;width:100px;height:3px;background-color:rgba(94,95,97,0.2);position:absolute;bottom:0}@media screen and (max-width: 992px){h2,h1{font-size:32px !important;line-height:1.2}}@media screen and (max-width: 576px){h2{font-size:26px !important;line-height:1.2}}@keyframes slideLeft{0%{opacity:0;transform:translateX(100%)}100%{opacity:1;transform:translateX(0%)}}@keyframes slideRight{0%{opacity:1;transform:translateX(0%)}100%{opacity:0;transform:translateX(100%)}}.header{display:block;width:100%;height:auto;margin:0 auto;z-index:100;background:linear-gradient(90deg, rgba(0,0,0,0.75) 0%, rgba(0,0,0,0.75) 100%)}@media screen and (max-width: 576px){.header{padding:6px 0}}@media screen and (max-width: 576px){.header .logo__main{max-width:200px}}.header .wrapper-menu{display:flex;flex-direction:row;flex-wrap:wrap;align-items:center;justify-content:space-between}.header-contact-us{margin-left:30px}@media screen and (max-width: 992px){.header-contact-us{margin-left:0;margin-right:35px}}@media screen and (max-width: 650px){.header-contact-us{margin-right:15px}}.header-contact-us .btn-header{position:relative;font-family:"Raleway-Bold",sans-serif;font-weight:700;font-size:12px;text-transform:uppercase;color:#000;padding-left:50px;padding-right:15px}@media screen and (max-width: 1200px){.header-contact-us .btn-header{padding-right:3px;font-size:0;height:45px;margin-left:0}}.header-contact-us .btn-header::before{content:"";background-image:url(../../images/icons/icon-header.svg);background-repeat:no-repeat;width:22px;height:30px;position:absolute;top:50%;left:15px;transform:translateY(-50%)}.header .header-menu{display:flex;justify-content:space-between;align-items:center}.header-item-center{display:flex}.header-item-right{display:flex;align-items:center;justify-content:flex-end}.header .menu>ul>li{display:inline-block;margin-left:15px}@media screen and (min-width: 1024px){.header .menu>ul>li{margin-left:27px}}@media screen and (min-width: 993px){.header .menu>ul>li{padding:28px 0}}.header .menu>ul>li:first-child{margin-left:0}.header .menu>ul>li .menu-link{display:flex;align-items:center}.header .menu>ul>li .menu-link a{position:relative;font-family:"Raleway-Bold",sans-serif;font-size:14px;text-align:center;color:#fff;transition:color 0.3s ease;display:flex;align-items:center;text-transform:uppercase}.header .menu>ul>li .menu-subs{position:absolute;width:100%;height:auto;z-index:108;opacity:0;visibility:hidden;background:rgba(0,0,0,0.8);transition:all 0.5s ease;border-radius:.25rem;border-top:3px solid #fed141}.header .menu>ul>li .menu-subs ul{display:flex;flex-direction:column}@media screen and (min-width: 993px){.header .menu>ul>li .menu-subs ul{gap:10px}}.header .menu>ul>li .menu-subs a{display:inline-block;font-size:14px;font-style:normal;font-weight:400;line-height:20px;border:none;outline:none;color:#fff;transition:all 0.3s ease}@media screen and (min-width: 993px){.header .menu>ul>li .menu-subs a{padding-left:0}}@media screen and (min-width: 993px){.header .menu>ul>li.menu-column-1 .menu-subs{min-width:14rem;max-width:14rem;padding:16px}}@media screen and (min-width: 993px){.header .menu>ul>li.menu-column-4 .menu-subs{display:flex;flex-wrap:wrap;width:100%;padding:45px 35px;left:50%;max-width:1320px;height:auto;padding:20px 16px;transform:translateX(-50%);margin-right:16px}.header .menu>ul>li.menu-column-4 .menu-subs ul{display:grid;grid-template-columns:1fr 1fr 1fr 1fr;gap:20px 30px;width:100%}.header .menu>ul>li.menu-column-4 .menu-subs ul li:hover a{color:unset}.header .menu>ul>li.menu-column-4 .menu-subs ul li:hover a::before{content:unset}.header .menu>ul>li.menu-column-4 .menu-subs ul li .menu-link-subs{margin-bottom:10px}.header .menu>ul>li.menu-column-4 .menu-subs ul li .menu-link-subs a{text-transform:uppercase;color:#fed141;font-family:"Raleway-Regular",sans-serif;font-weight:600}.header .menu>ul>li.menu-column-4 .menu-subs-2 ul{display:grid;grid-template-columns:1fr;grid-gap:0 30px}.header .menu>ul>li.menu-column-4 .menu-subs-2 ul li{margin-top:5px}.header .menu>ul>li.menu-column-4 .menu-subs-2 ul li:first-child{margin-top:0}.header .menu>ul>li.menu-column-4 .menu-subs-2 ul li a{text-transform:uppercase}.header .menu>ul>li.menu-column-4 .menu-subs-2 ul li a:hover{text-decoration:underline}}@media screen and (min-width: 993px){.header .menu>ul>li a:before{content:"";transition:all .2s ease-in-out;position:absolute;display:block;bottom:0;width:0;margin-left:0;height:2px;left:0;right:0;background:#fed141}.header .menu>ul>li:hover>.menu-link{color:#EA6B47}.header .menu>ul>li:hover>.menu-link a{color:#fed141;position:relative}.header .menu>ul>li:hover>.menu-link a:before{content:"";width:100%;margin-left:0}}.header .menu-subs ul li:hover a{color:#fed141}.header .menu-subs ul li.current-menu-item .menu-link a{color:#fed141}.header .menu-subs ul li.current-menu-item .menu-link a:before{content:"";transition:all .2s ease-in-out;position:absolute;display:block;bottom:0;width:100%;margin-left:0;height:2px;left:0;right:0}.header .menu-subs ul li.current-menu-item .menu-link-subs a{color:#fed141}.header .menu-mobile-header,.header .menu-mobile-toggle{display:none}.header .menu>ul>li.current-menu-item>.menu-link a,.header .menu>ul>li.current-page-ancestor>.menu-link a{position:relative;color:#fed141 !important}.header .menu>ul>li.current-menu-item>.menu-link a:before,.header .menu>ul>li.current-page-ancestor>.menu-link a:before{content:"";transition:all .2s ease-in-out;position:absolute;display:block;bottom:0;width:100%;margin-left:0;height:2px;left:0;right:0}.header .menu>ul>li.current-page-ancestor>.menu-link .ion-ios-arrow-down,.header .menu>ul>li.current-menu-item>.menu-link .ion-ios-arrow-down{color:#FFE358}.header .header-info__mobile{display:none}@media screen and (min-width: 993px){.header .menu>ul>li.menu-item-has-children:hover .menu-subs{margin-top:28px;opacity:1;visibility:visible}}.header-info .header-mobile{display:none}@media screen and (min-width: 993px){.menu-mobile-header{display:none}}@media screen and (max-width: 992px){.header-item-left,.header-item-right{flex:0 0 auto}.wrapper-menu{justify-content:space-between;padding:0.5rem 0}.header-info .header-desktop{display:none}.header .menu-mobile-toggle{position:relative;display:block;cursor:pointer;border:none;outline:none;top:0;left:0;background:none;transition:0.35s ease-in-out;z-index:999}.header-item-right{align-items:center}.header .menu{position:fixed;top:0;right:0;width:75%;height:100%;z-index:111;overflow:hidden;background:#000000;transform:translate(200%);transition:all 0.5s ease-in-out}.header .menu.active{transform:translate(0%)}.header .menu>ul>li{display:block;line-height:1;margin:0;border-top:1px solid #ffffff}.header .menu>ul>li .menu-link{display:flex;line-height:3.125rem;height:3.125rem;justify-content:space-between;width:100%}.header .menu>ul>li .menu-link a{width:100%;padding-left:15px;font-size:16px}.header .menu .menu-mobile-header{position:relative;position:sticky;display:block;align-items:center;justify-content:space-between;top:0;height:80px;z-index:110}.header .menu .menu-mobile-header .menu-mobile-arrow{display:none;line-height:90px;width:50px;height:80px;cursor:pointer;text-align:center}.header .menu .menu-mobile-header.active{display:block}.header .menu .menu-mobile-header.active .menu-mobile-arrow{display:block;position:relative}.header .menu .menu-mobile-header.active .menu-mobile-arrow::before{content:"";background-image:url(../../images/ios-arrow-back.svg);background-repeat:no-repeat;width:40px;height:40px;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%)}.header .menu .menu-mobile-header .menu-mobile-title{font-size:14px;font-weight:400;line-height:inherit;color:#fff;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);text-transform:uppercase}.header .menu .menu-mobile-header .menu-mobile-close{font-size:2.25rem;line-height:3.125rem;cursor:pointer;width:3.125rem;height:3.125rem;text-align:center;border-left:1px solid rgba(0,0,0,0.1);color:var(--color-black)}.header .menu .menu-section{overflow-y:auto;overflow-x:hidden;margin-top:0}.header .menu>ul>li .menu-subs{position:absolute;display:none;top:0;left:0;max-width:none;min-width:auto;width:100%;height:100%;margin:0;padding-top:67px;opacity:1;overflow-y:auto;visibility:visible;transform:translateX(0%);box-shadow:none;background:#000000}.header .menu>ul>li .menu-subs .menu-link{line-height:inherit;height:inherit;background:transparent}.header .menu>ul>li .menu-subs .menu-link a{font-size:14px;font-weight:400;line-height:22px}.header .menu>ul>li .menu-subs.active{display:block;top:0;border:none}.header .menu>ul>li .menu-subs.active ul{margin-top:13px;align-items:flex-start}.header .menu>ul>li .menu-subs.active ul li{width:100%}.header .menu>ul>li .menu-subs.active ul li a{text-align:left}.header .menu>ul>li .menu-subs>ul>li{border-top:1px solid #ffffff;line-height:3.125rem;height:3.125rem;padding:0 15px}.header .menu>ul>li .menu-subs>ul>li>a{display:block;width:100%;padding-left:15px;font-size:16px}.overlay{position:fixed;top:0;left:0;width:100%;height:100%;z-index:100;opacity:0;visibility:hidden;transition:all 0.45s ease-in-out}.overlay.active{opacity:1;visibility:visible;background:rgba(0,0,0,0.3)}.menu>ul>li.current-menu-item>.menu-link a,.menu>ul>li.current-page-ancestor>.menu-link a{color:#ffffff !important;width:100%}}.header-icons{display:flex;align-items:center;gap:0 10px}.header-icons .social-networks{display:flex;align-items:center}.header-icons .social-networks img{width:40px;height:40px}.white-popup{position:relative;background:#FFF;padding:25px;width:auto;max-width:650px;margin:0 auto}.mfp-zoom-in .mfp-with-anim{opacity:0;transition:all 0.2s ease-in-out;transform:scale(0.8)}.mfp-zoom-in.mfp-bg{opacity:0;transition:all 0.3s ease-out}.mfp-zoom-in.mfp-ready .mfp-with-anim{opacity:1;transform:scale(1)}.mfp-zoom-in.mfp-ready.mfp-bg{opacity:0.8}.mfp-zoom-in.mfp-removing .mfp-with-anim{transform:scale(0.8);opacity:0}.mfp-zoom-in.mfp-removing.mfp-bg{opacity:0}.menu-hamburger{width:35px;height:28px;transform:rotate(0deg);transition:0.5s ease-in-out;cursor:pointer}.menu-hamburger span{display:block;position:absolute;height:3px;width:100%;background:#fff;border-radius:9px;opacity:1;left:0;transform:rotate(0deg);transition:0.25s ease-in-out}.menu-hamburger span:nth-child(1){top:0px}.menu-hamburger span:nth-child(2){top:12px;width:75%}.menu-hamburger span:nth-child(3){top:24px}.menu-hamburger.open span:nth-child(1){top:12px;transform:rotate(135deg)}.menu-hamburger.open span:nth-child(2){opacity:0;left:-40px}.menu-hamburger.open span:nth-child(3){top:12px;transform:rotate(-135deg)}.has-arrow{padding-right:15px !important}.has-arrow .arrow-down{position:relative}.has-arrow .arrow-down::before{content:"";background-image:url(../../images/arrow-down.svg);background-repeat:no-repeat;width:15px;height:15px;position:absolute;top:-6px;right:-18px;transition:transform 0.3s ease}@media screen and (max-width: 992px){.has-arrow .arrow-down::before{right:10px}}.has-arrow:hover .arrow-down::before{transform:rotate(180deg);top:-6px;background-image:url(../../images/arrow-down-green.svg)}.top-bar{background:rgba(0,0,0,0.7);padding:10px 0;color:#ffffff;position:relative;z-index:5}@media screen and (max-width: 992px){.top-bar{display:none}}.top-bar .container{display:flex;justify-content:space-between;align-items:center}.top-bar .contact-info{display:flex;align-items:center;gap:0 50px}.top-bar .contact-info .top-bar-phone{font-family:"Raleway-Regular",sans-serif;font-weight:500;font-size:18px;line-height:1.11111;letter-spacing:0.02em;color:#fff;position:relative;padding-left:25px}.top-bar .contact-info .top-bar-phone::before{content:"";background-image:url(../../images/icon-phone-top-bar.svg);background-position:center;background-repeat:no-repeat;position:absolute;width:14px;height:18px;left:0;top:50%;transform:translateY(-50%)}.top-bar .contact-info .top-bar-email{font-family:"Raleway-Regular",sans-serif;font-weight:500;font-size:14px;line-height:1.11111;letter-spacing:0.02em;color:#fff;position:relative;padding-left:30px}.top-bar .contact-info .top-bar-email::before{content:"";background-image:url(../../images/icon-mail-top-bar.svg);background-position:center;background-repeat:no-repeat;position:absolute;width:18px;height:12px;left:0;top:50%;transform:translateY(-50%)}.top-bar.top-bar-mobile{display:none}@media screen and (max-width: 992px){.top-bar.top-bar-mobile{display:block;margin-top:24px;background-color:transparent}.top-bar.top-bar-mobile .container{flex-direction:column;align-items:flex-start}.top-bar.top-bar-mobile .contact-info{flex-direction:column;gap:20px;align-items:flex-start;margin-bottom:20px}}.footer{background-color:#000;color:#fff;padding:70px 0 40px 0}.footer .logo{margin-top:-20px;display:block}.footer-inner{display:grid;grid-template-columns:repeat(4, 1fr);gap:20px}@media screen and (min-width: 576px){.footer-inner{gap:40px}}@media (max-width: 1024px){.footer-inner{grid-template-columns:repeat(2, 1fr)}}@media (max-width: 575px){.footer-inner{grid-template-columns:repeat(1, 1fr)}}@media (max-width: 480px){.footer-inner{grid-template-columns:1fr}}.footer .footer-section{margin-bottom:20px}.footer .footer-section .footer-h3{font-family:"Raleway-Bold",sans-serif;font-weight:700;font-size:20px;color:#fff;margin-bottom:24px}.footer .footer-section p{font-family:"Raleway-Regular",sans-serif;font-weight:400;font-size:14px;line-height:2.14286;color:#ffffff}.footer .footer-section a{color:#fff;text-decoration:none}.footer .footer-section a:hover{text-decoration:underline}.footer .footer-section ul{list-style:none;padding:0}.footer .footer-section ul li{margin-bottom:5px}.footer .footer-section ul li a{font-family:"Raleway-Regular",sans-serif;text-decoration:none;font-weight:400;font-size:16px;line-height:1.875;position:relative;transition:all .2s ease-in-out}.footer .footer-section ul li a:before{content:"";transition:all .2s ease-in-out;position:absolute;display:block;bottom:0;width:0;margin-left:0;height:1px;left:0;right:0;background:#fed141}.footer .footer-section ul li a:hover{text-decoration:none;color:#fed141}.footer .footer-section ul li a:hover:before{width:100%}.footer .footer-about .footer-logo{margin-bottom:20px}.footer .footer-about p{font-family:"Raleway-Regular",sans-serif;font-weight:400;font-size:14px;line-height:1.42857;color:#fff}.footer .footer-bottom{text-align:center;padding-top:20px}.footer .footer-bottom .footer-copyright{font-family:"Raleway-Regular",sans-serif;font-weight:400;font-size:14px;line-height:1.25;color:#fff}.footer .footer-bottom .footer-copyright a,.footer .footer-bottom .footer-copyright span{font-family:"Raleway-Regular",sans-serif;font-weight:400;font-size:14px;line-height:1.25;color:#fff}.footer .social-icons{display:flex;gap:0 30px;align-items:center;margin-top:24px}.footer .social-icons a{transition:color 0.3s ease;margin:0;padding:0;line-height:0}.footer .social-icons a:hover svg path{fill:#ffffff}*,*::before,*::after{padding:0;margin:0;box-sizing:border-box;list-style:none;list-style-type:none;text-decoration:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility}html{font-size:100%;box-sizing:inherit;scroll-behavior:smooth}body{font-family:"Raleway-Bold",sans-serif;font-size:16px;font-weight:400;line-height:24px;overflow-x:hidden;color:#fff}a,button{font-size:inherit;line-height:inherit;cursor:pointer;border:none;outline:none;background:none}img,video{display:block;max-width:100%;height:auto;object-fit:cover}img{image-rendering:-webkit-optimize-contrast;image-rendering:-moz-crisp-edges;image-rendering:crisp-edges;vertical-align:middle}video{touch-action:none}p,a{color:#2A2931}.wrapper{min-height:100%;overflow:hidden;display:flex;flex-direction:column}.block-container{max-width:1352px;height:auto;margin:0 auto;padding:0 16px}.container{max-width:1352px;height:auto;margin:0 auto;padding:0 16px;width:100%}.site-content{flex:1 1 auto}.entry-content{padding:80px 0}@media (max-width: 992px){.entry-content{padding:64px 0}}.entry-content h2,.entry-content h3,.entry-content h4,.entry-content h5,.entry-content h6{color:#000;margin-bottom:16px}.entry-content h2{position:relative;margin-bottom:20px;font-size:28px;line-height:1.11111}.entry-content p{margin-bottom:16px}.entry-content h3{font-size:24px;line-height:32px}@media screen and (min-width: 650px){.entry-content h3{font-size:28px;line-height:32px}}.entry-content h4{font-size:18px;line-height:26px}@media screen and (min-width: 1025px){.entry-content h4{font-size:24px;line-height:38px}}.entry-content h5{font-size:16px;line-height:24px}@media screen and (min-width: 1025px){.entry-content h5{font-size:18px;line-height:24px}}.entry-content h6{font-size:14px;line-height:22px}@media screen and (min-width: 1025px){.entry-content h6{font-size:16px;line-height:22px}}.entry-content p,.entry-content li{font-family:"Raleway-Regular",sans-serif;font-weight:400;font-size:16px;line-height:24px;letter-spacing:0.02em;color:#000;margin-bottom:15px}.entry-content ul li{color:#000;font-family:"Raleway-Regular",sans-serif;font-size:16px;line-height:24px;font-style:normal;font-weight:400;letter-spacing:-0.3px;margin-bottom:16px;padding-left:16px;position:relative}.entry-content ul li:before{content:'';display:inline-block;width:1em;margin-right:12px;background:#fed141;border-radius:50%;width:8px;height:8px;left:0;top:50%;position:absolute;transform:translateY(-50%)}.entry-content ol{counter-reset:list-counter}.entry-content ol li{position:relative;padding-left:16px;font-family:"Raleway-Bold",sans-serif}.entry-content ol li:before{counter-increment:list-counter;content:counter(list-counter) ". ";display:inline-block;left:0;top:0;position:absolute;font-family:"Raleway-Bold",sans-serif}.entry-content a{color:#24309E;opacity:1}.entry-content .wp-block-quote p{color:#077981;font-family:"Raleway-Bold",sans-serif;font-style:italic;font-weight:400;letter-spacing:-0.3px;padding:24px;position:relative}@media screen and (min-width: 768px){.entry-content .wp-block-quote p{font-size:18px;line-height:32px}}.entry-content .wp-block-quote p::before{content:"";background-image:url("../../images/icons/quote-top.svg");background-repeat:no-repeat;width:21px;height:14px;position:absolute;left:0;top:0;display:flex;align-items:center;z-index:1}.entry-content .wp-block-quote p::after{content:"";background-image:url("../../images/icons/quote-bottom.svg");background-repeat:no-repeat;width:21px;height:14px;position:absolute;right:0;bottom:0;display:flex;align-items:center;z-index:1}.entry-content figure{margin:0}.entry-content figure.wp-block-image{margin-bottom:24px}.entry-content .wp-block-gallery{margin-bottom:24px}*{scrollbar-width:thin}*{scrollbar-color:#fed141 transparent}.swiper-button-next,.swiper-button-prev{margin-top:0px;z-index:5;width:16px;height:32px;top:50%;transform:translateY(-50%)}.swiper-button-prev{left:50px}.swiper-button-prev:after{background-image:url("../../images/slider-prev.svg") !important}.swiper-button-next{right:50px}.swiper-button-next:after{background-image:url("../../images/slider-next.svg") !important}.swiper-button-next:after,.swiper-button-prev:after{font-size:0;top:50%;left:50%;width:20px;height:24px;transform:translate(-50%, -50%);position:absolute;background-repeat:no-repeat}.page-template-contact-us-inc .hero-content{top:50% !important}.swiper-pagination{bottom:24px !important;display:flex;align-items:center;justify-content:center}@media screen and (min-width: 1201px){.swiper-pagination{bottom:25px !important}}.swiper-pagination .swiper-pagination-bullet{height:2px;width:30px;background:#FED141 !important;opacity:0.5}.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{opacity:1}.tax-product-cat .additional-options-section-info p{display:unset !important}.product-content-info{position:absolute;bottom:40px;left:40px;z-index:5;text-align:left}.product-content-info .additional-option-text-cat{color:#ffffff}.product-content-info p{color:#ffffff;padding-right:40px;font-size:14px;margin-top:10px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;text-overflow:ellipsis}.page-template-contact-us-inc .hero-section{min-height:480px}.page-template-contact-us-inc .hero-section .hero-content-inner{margin-top:70px}.page-template-our-products-inc .header,.page-template-our-works-inc .header,.tax-product-cat .header{background:#000000}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;border:0}.home-about{display:flex;align-items:center;justify-content:space-between;flex-direction:column}.home-about-top{padding:170px 0 370px 0;width:100%;position:relative;background-repeat:no-repeat;background-position:center;background-size:cover}@media screen and (max-width: 992px){.home-about-top{padding:60px 0}}.home-about-top::before{content:"";position:absolute;background:linear-gradient(to right, #fff, rgba(255,255,255,0.9), rgba(255,255,255,0));top:0;left:0;width:100%;height:100%}.home-about-top .about-content{width:100%;max-width:600px;position:relative;z-index:2}.home-about-top .about-content h2{margin-bottom:30px}.home-about-top .about-content h2,.home-about-top .about-content h3{font-family:"Raleway-Bold",sans-serif;font-weight:700;font-size:36px;line-height:1;letter-spacing:0.02em;color:#000;margin-bottom:15px}.home-about-top .about-content h3{font-size:20px}.home-about-top .about-content p{margin-bottom:40px;font-size:16px;line-height:1.5;letter-spacing:0.02em;color:#000}.home-about-top .about-content p:last-child{margin-bottom:30px}.home-about-bottom{padding:70px 100px}@media screen and (max-width: 1200px){.home-about-bottom{padding:70px 0}}@media screen and (min-width: 1201px){.home-about-bottom .about-content{column-count:2;column-gap:120px}}.home-about-bottom .about-content p{font-family:"Raleway-Regular",sans-serif;font-weight:400;font-size:16px;line-height:1.5;letter-spacing:0.02em;color:#000;margin-bottom:24px}.home-about .why-chosen{margin-top:-250px;position:relative;z-index:3;width:100%}@media screen and (max-width: 992px){.home-about .why-chosen{margin-top:0}}.home-about .why-chosen-container{max-width:1520px;margin:0 auto;padding:40px 16px;background-color:#000000}@media screen and (min-width: 1200px){.home-about .why-chosen-container{padding:70px 100px}}.home-about .why-chosen h2{font-family:"Raleway-Bold",sans-serif;font-weight:700;font-size:36px;line-height:1.33333;color:#fff;margin-bottom:50px}.home-about .why-chosen .features{display:grid;position:relative;grid-template-columns:repeat(2, 1fr);grid-template-rows:repeat(2, auto)}@media screen and (min-width: 993px){.home-about .why-chosen .features{grid-template-columns:repeat(3, 1fr)}.home-about .why-chosen .features::before{content:'';position:absolute;top:50%;left:0;width:100%;height:1px;background-color:rgba(255,255,255,0.5);z-index:1}}.home-about .why-chosen .features .feature{display:flex;align-items:center;text-align:center;gap:24px;padding:30px 15px;position:relative;flex-direction:column;z-index:2}@media screen and (min-width: 680px){.home-about .why-chosen .features .feature{padding:30px 45px;flex-direction:row;gap:30px}}.home-about .why-chosen .features .feature-icon{width:60px;height:60px;flex-shrink:0}.home-about .why-chosen .features .feature-icon img{object-fit:contain;width:100%;height:100%}.home-about .why-chosen .features .feature-title{font-family:"Raleway-Bold",sans-serif;font-weight:700;font-size:16px;line-height:20px;color:#fed141;max-width:240px}@media screen and (min-width: 680px){.home-about .why-chosen .features .feature-title{text-align:left;font-size:20px;line-height:1.5}}.home-about .why-chosen .features .feature::after{content:'';position:absolute;right:0;top:0;height:100%;width:1px;background-color:rgba(255,255,255,0.5)}@media screen and (max-width: 992px){.home-about .why-chosen .features .feature::before{content:'';position:absolute;left:0;bottom:0;height:1px;width:100%;background-color:rgba(255,255,255,0.5)}.home-about .why-chosen .features .feature:nth-child(2n)::after{display:none}.home-about .why-chosen .features .feature:nth-child(5)::before,.home-about .why-chosen .features .feature:nth-child(6)::before{display:none}}@media screen and (min-width: 993px){.home-about .why-chosen .features .feature:nth-child(3n)::after{display:none}}.simple-block{padding:80px 0}@media (max-width: 992px){.simple-block{padding:64px 0}}.simple-block h2,.simple-block h3,.simple-block h4,.simple-block h5,.simple-block h6{color:#000;margin-bottom:16px}.simple-block h2{position:relative;padding-bottom:24px;margin-bottom:30px;font-size:36px;line-height:1.11111}.simple-block h2::after{content:"";display:block;width:100px;height:3px;background-color:rgba(94,95,97,0.2);position:absolute;bottom:0}.simple-block p{margin-bottom:16px}.simple-block h3{font-size:24px;line-height:32px}@media screen and (min-width: 650px){.simple-block h3{font-size:28px;line-height:32px}}.simple-block h4{font-size:18px;line-height:26px}@media screen and (min-width: 1025px){.simple-block h4{font-size:24px;line-height:38px}}.simple-block h5{font-size:16px;line-height:24px}@media screen and (min-width: 1025px){.simple-block h5{font-size:18px;line-height:24px}}.simple-block h6{font-size:14px;line-height:22px}@media screen and (min-width: 1025px){.simple-block h6{font-size:16px;line-height:22px}}.simple-block p,.simple-block li{font-family:"Raleway-Bold",sans-serif;font-weight:400;font-size:16px;line-height:24px;letter-spacing:0.02em;color:#000;margin-bottom:15px}.simple-block ul li{color:#000;font-family:"Raleway-Bold",sans-serif;font-size:16px;line-height:24px;font-style:normal;font-weight:400;letter-spacing:-0.3px;margin-bottom:16px;padding-left:16px;position:relative}.simple-block ul li:before{content:'';display:inline-block;width:1em;margin-right:12px;background:#01b02f;border-radius:50%;width:8px;height:8px;left:0;top:50%;position:absolute;transform:translateY(-50%)}.simple-block ol{counter-reset:list-counter}.simple-block ol li{position:relative;padding-left:16px;font-family:"Raleway-Bold",sans-serif}.simple-block ol li:before{counter-increment:list-counter;content:counter(list-counter) ". ";display:inline-block;left:0;top:0;position:absolute;font-family:"Raleway-Bold",sans-serif}.simple-block a{color:#24309E;opacity:1}.popup{width:100%;height:100%;display:none;position:fixed;top:0;left:0;background:rgba(0,0,0,0.5);z-index:999;overflow-y:auto}.body-no-scroll{overflow:hidden}.body-no-scroll-compensate{padding-right:0;transition:padding-right 0.3s ease}.popup-inner{max-width:980px;width:95%;padding:20px;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);background:#fff;border-radius:6px;overflow:auto;max-height:90vh}@media (max-width: 767px){.popup-inner{width:90%;max-width:100%;top:10%;transform:translate(-50%, 0);max-height:80vh}.popup-close{top:15px;right:15px}}.popup-close{width:30px;height:30px;padding-top:4px;display:inline-block;position:absolute;top:30px;right:30px;transition:ease 0.25s all;transform:translate(50%, -50%);border-radius:1000px;font-size:25px;text-align:center;line-height:100%;color:#01b02f}.popup-faq p{font-family:"Raleway-Bold",sans-serif;font-weight:400;line-height:1.33333;letter-spacing:0.02em;color:#000;margin-bottom:15px}.popup-faq p:last-child{margin-bottom:0}@media (min-width: 600px){.popup-faq p{font-size:18px}}.popup-faq h2{font-family:"Raleway-Bold",sans-serif;font-weight:400;font-size:36px;line-height:1.11111;color:#000}.popup-faq .popup-inner{padding:60px 32px;overflow-y:auto}@media (min-width: 992px){.popup-faq .popup-inner{padding:120px 210px}}.single-product .hero-section .hero-content{max-width:600px}.hero-section-image img{width:100%;height:100%;object-fit:cover;object-position:center}.specs-table{background:rgba(0,0,0,0.7);padding:15px}@media screen and (min-width: 600px){.specs-table{padding:25px 30px}}.specs-table .spec-row{display:grid;grid-template-columns:1fr 1.2fr;align-items:center;justify-content:start;border-bottom:1px solid rgba(255,255,255,0.5)}.specs-table .spec-row:last-child{border-bottom:none}@media screen and (min-width: 600px){.specs-table .spec-row{grid-template-columns:1fr 1fr}}.specs-table .spec-row .spec-label{font-family:"Raleway-Regular",sans-serif;font-weight:400;font-size:12px;line-height:2.14286;text-transform:uppercase;color:#fff}@media screen and (min-width: 600px){.specs-table .spec-row .spec-label{padding-left:30px;font-size:14px}}.specs-table .spec-row .spec-value{font-family:"Raleway-Bold",sans-serif;font-weight:600;font-size:13px;line-height:1.66667;color:#fed141;border-left:1px solid rgba(255,255,255,0.5);padding:4px 0 4px 15px}@media screen and (min-width: 600px){.specs-table .spec-row .spec-value{font-size:18px;padding:4px 0 4px 30px}}.specs-table .spec-row .highlighted{color:#f1c40f;font-weight:bold}.product-section-info{padding:70px 0;background-color:white;display:flex;justify-content:center}@media screen and (min-width: 1025px){.product-section-info{padding:150px 0}}.product-section-info .product-content{display:flex;gap:32px;flex-direction:column-reverse}@media screen and (min-width: 1025px){.product-section-info .product-content{flex-direction:row;gap:100px}}.product-section-info .product-info{flex:1}.product-section-info .product-info h2{font-family:"Raleway-Bold",sans-serif;font-weight:700;font-size:36px;line-height:1;letter-spacing:0.02em;color:#000;margin-bottom:30px}.product-section-info .product-info h3,.product-section-info .product-info h4,.product-section-info .product-info h5,.product-section-info .product-info h6{color:#000000;margin-bottom:24px}.product-section-info .product-info p{margin-bottom:30px}.product-section-info .product-info li{font-family:"Raleway-Regular",sans-serif;font-weight:400;font-size:16px;line-height:24px;letter-spacing:0.02em;color:#000;margin-bottom:15px}.product-section-info .product-info ul{padding-left:10px;margin-bottom:30px}.product-section-info .product-info ul li{color:#000;font-family:"Raleway-Regular",sans-serif;font-size:16px;line-height:24px;font-style:normal;font-weight:400;letter-spacing:-0.3px;margin-bottom:16px;padding-left:16px;position:relative}.product-section-info .product-info ul li:before{content:'';display:inline-block;width:1em;margin-right:12px;background:#fed141;border-radius:50%;width:8px;height:8px;left:0;top:50%;position:absolute;transform:translateY(-50%)}.product-section-info .product-info ol{counter-reset:list-counter}.product-section-info .product-info ol li{position:relative;padding-left:16px;font-family:"Raleway-Regular",sans-serif}.product-section-info .product-info ol li:before{counter-increment:list-counter;content:counter(list-counter) ". ";display:inline-block;left:0;top:0;position:absolute;font-family:"Raleway-Regular",sans-serif}.product-section-info .product-image{flex:1}.product-section-info .product-image img{max-width:100%;height:auto}.product-preview{padding:70px 0;background-repeat:no-repeat;background-position:center;position:relative;background-size:cover}.product-preview::after{content:"";background:linear-gradient(141deg, rgba(51,51,51,0.4) 0%, #000 100%);position:absolute;width:100%;height:100%;top:0;left:0}@media screen and (min-width: 700px){.product-preview{padding:100px 0 150px 0}}.product-preview .window-preview{display:grid;grid-template-columns:1fr;flex-direction:row;align-items:center;gap:100px;position:relative}@media screen and (min-width: 1200px){.product-preview .window-preview{grid-template-columns:1fr 1fr}}@media screen and (max-width: 1199px){.product-preview .window-preview{gap:32px}}.product-preview .window-preview-image{padding:0 0 35% 0;position:relative;z-index:5}@media screen and (min-width: 1200px){.product-preview .window-preview-image{padding:0 0 90% 0}}@media screen and (max-width: 1199px){.product-preview .window-preview-image{padding:0 0 45% 0}}@media screen and (max-width: 767px){.product-preview .window-preview-image{padding:0 0 65% 0}}@media screen and (max-width: 576px){.product-preview .window-preview-image{padding:0 0 85% 0}}.product-preview .window-preview-image img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:contain}.product-preview .window-preview.sprite-window-preview .window-image-sprite{width:213px;height:389px;padding:0}.product-preview .window-preview.sprite-window-preview .window-preview-image{padding:0;display:flex;align-items:center;justify-content:center;flex-direction:column}.product-preview .window-preview.sprite-window-preview .sprite-btn{margin-top:30px}.product-preview-header{position:relative;z-index:5;margin-bottom:50px}.product-preview h2{font-family:"Raleway-Bold",sans-serif;font-weight:700;font-size:36px;line-height:1;letter-spacing:0.02em;color:#fff;margin-bottom:30px}.product-preview p{font-family:"Raleway-Regular",sans-serif;font-weight:400;font-size:16px;line-height:1.5;letter-spacing:0.02em;color:#fff;max-width:600px;width:100%}.product-preview .color-options{display:flex;flex-direction:row;gap:12px;position:relative;z-index:5;flex-wrap:wrap;width:100%}@media screen and (min-width: 576px){.product-preview .color-options{gap:19px}}.product-preview .color-option{width:40px;height:40px;cursor:pointer;border:2px solid transparent;transition:all 0.2s}@media screen and (min-width: 576px){.product-preview .color-option{width:55px;height:55px}}.product-preview .color-option.selected{border-color:#ff8c00}.product-preview .color-option:hover{transform:scale(1.15);box-shadow:2px 2px 10px rgba(0,0,0,0.4);transition:all 0.3s}.product-preview .choose-colour{display:grid;grid-template-columns:1fr;gap:24px;margin-top:30px;position:relative;z-index:5;width:100%}@media screen and (min-width: 576px){.product-preview .choose-colour{grid-template-columns:1fr 1.5fr}}@media screen and (min-width: 535px){.product-preview .choose-colour{max-width:425px}}.product-preview .choose-colour-item{width:100%;height:100px}@media screen and (min-width: 576px){.product-preview .choose-colour-item{width:230px}}.product-preview .choose-colour-name,.product-preview .choose-colour-title,.product-preview .choose-colour-articule{font-family:"Raleway-Regular",sans-serif;font-weight:400;font-size:16px;line-height:1.66667;letter-spacing:0.02em;color:#fff}.additional-options-section{background:#000;padding-top:70px}.additional-options-section h2{font-family:"Raleway-Bold",sans-serif;font-weight:700;font-size:36px;line-height:1.11111;color:#fff;margin-bottom:70px}.additional-options-section-items{display:flex;flex-direction:column}@media screen and (max-width: 1200px){.additional-options-section-items{flex-direction:column;gap:32px}}.additional-options-section-item{display:flex}@media screen and (max-width: 1200px){.additional-options-section-item{flex-direction:column;gap:32px}}.additional-options-section-item .additional-options-section-info{max-width:480px;padding:0 50px;display:flex;flex-direction:column;justify-content:center;width:100%}@media screen and (max-width: 1200px){.additional-options-section-item .additional-options-section-info{max-width:50%;padding:0 16px}}@media screen and (max-width: 1024px){.additional-options-section-item .additional-options-section-info{max-width:100%}}.additional-options-section-item .additional-options-section-info h2{font-family:"Raleway-Bold",sans-serif;font-weight:700;font-size:30px;line-height:1;color:#fed141;margin-bottom:30px}.additional-options-section-item .additional-options-section-info p{font-family:"Raleway-Regular",sans-serif;font-weight:400;font-size:16px;line-height:1.33333;color:#fff;margin-bottom:30px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden;text-overflow:ellipsis}.additional-options-section .wrapper-carousel{min-height:100%;overflow:hidden;display:flex;flex-direction:column;flex:3}.additional-options-section-carousel .swiper-wrapper{display:flex}.additional-options-section-carousel .swiper-slide{position:relative;text-align:center;color:white;border-left:1px solid #ffffff}.additional-options-section-carousel .swiper-slide::after{content:"";background:linear-gradient(225deg, rgba(0,0,0,0) 20%, #000 100%);position:absolute;width:100%;height:100%;top:0;left:0;pointer-events:none}.additional-options-section-carousel .swiper-slide.first-slide{border:none}.additional-options-section-carousel .swiper-slide img{width:100%;height:auto}.additional-options-section-carousel .swiper-slide .additional-option-text{position:absolute;z-index:2;font-family:"Raleway-Bold",sans-serif;font-weight:700;font-size:18px;line-height:1.5;color:#fff;bottom:20px;left:30px}@media screen and (max-width: 449px){.additional-options-section-carousel .swiper-slide .additional-option-text{font-size:16px}}.additional-options-section-carousel .swiper-button-next,.additional-options-section-carousel .swiper-button-prev{color:#ffcc00}.additional-options-section-carousel .swiper-button-next:hover,.additional-options-section-carousel .swiper-button-prev:hover{color:#e6b800}.additional-options-section .swiper-button-next{right:30px}.additional-options-section .swiper-button-prev{left:30px}.additional-options-section.product-category-section{padding-top:0;padding-bottom:70px}@media screen and (max-width: 1200px){.additional-options-section.product-category-section{padding-top:70px}}.additional-options-section.product-category-section .term-title{margin-bottom:32px}.additional-options-section.product-category-section .additional-options-section-info{border-bottom:1px solid #ffffff}@media screen and (max-width: 1440px){.additional-options-section.product-category-section .additional-options-section-info{max-width:360px}}@media screen and (max-width: 1200px){.additional-options-section.product-category-section .additional-options-section-info{max-width:100%}}@media screen and (max-width: 1200px){.additional-options-section.product-category-section .additional-options-section-item{gap:0}}.additional-options-section.product-category-section .swiper-slide{display:flex;flex-direction:column;align-items:center;text-align:center;padding:0 0 45% 0;height:auto;position:relative;border-left:1px solid #ffffff;border-right:1px solid #ffffff;border-bottom:1px solid #ffffff;overflow:hidden;transition:transform 0.3s ease}@media screen and (max-width: 768px){.additional-options-section.product-category-section .swiper-slide{padding:0 0 50% 0}}@media screen and (max-width: 768px){.additional-options-section.product-category-section .swiper-slide{padding:0 0 55% 0}}@media screen and (max-width: 600px){.additional-options-section.product-category-section .swiper-slide{padding:0 0 75% 0}}@media screen and (max-width: 450px){.additional-options-section.product-category-section .swiper-slide{padding:0 0 120% 0}}.additional-options-section.product-category-section .swiper-slide::after{content:"";background:linear-gradient(180deg, rgba(0,0,0,0) 25.5%, #000 100%);position:absolute;width:100%;height:100%;top:0;left:0;pointer-events:none}.additional-options-section.product-category-section .swiper-slide img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;transition:transform 0.3s ease}.additional-options-section.product-category-section .swiper-slide:hover img{transform:scale(1.15)}.additional-options-section.product-category-section .additional-option-text{text-transform:uppercase;bottom:40px;left:40px}@media screen and (max-width: 1024px){.additional-options-section.product-category-section .additional-option-text{font-size:16px;bottom:24px;left:24px}}@media screen and (max-width: 768px){.additional-options-section.product-category-section .additional-option-text{font-size:14px}}.fancybox__caption{max-width:600px;text-align:center;font-family:"Raleway-Regular",sans-serif}.caption-title{font-family:"Raleway-Bold",sans-serif}.single-products .gallery-section{padding-top:60px}.single-additional-options .hero-section{min-height:600px}.single-additional-options .hero-section h2{font-family:"Raleway-Regular",sans-serif;font-weight:400;font-size:21px;line-height:1.42857;color:#fff}.container-additional{padding:0 32px}@media screen and (max-width: 1365px){.container-additional{padding:0 16px}}.container-additional a{width:100%;height:100%;display:block}.container-additional .additional-inner-image{position:relative;padding:0 0 100% 0;overflow:hidden}.container-additional .additional-inner-image img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;transition:transform 0.3s ease}.container-additional .additional-option-text{padding:15px 0}.container-additional .additional-inner-gallery{display:grid;grid-template-columns:repeat(4, 1fr);gap:40px;margin-bottom:60px}@media screen and (max-width: 1024px){.container-additional .additional-inner-gallery{grid-template-columns:repeat(3, 1fr);gap:24px}}@media screen and (max-width: 768px){.container-additional .additional-inner-gallery{grid-template-columns:repeat(2, 1fr);gap:24px}}@media screen and (max-width: 576px){.container-additional .additional-inner-gallery{grid-template-columns:repeat(1, 1fr);gap:24px}}.container-additional .additional-inner-gallery-item{display:flex;flex-direction:column;align-items:center;text-align:center;box-shadow:0 10px 20px rgba(0,0,0,0.19),0 6px 6px rgba(0,0,0,0.23);overflow:hidden;transition:transform 0.2s ease, box-shadow 0.2s ease;cursor:pointer}.archive-additional-section .archive-addition{display:grid;grid-template-columns:repeat(4, 1fr)}@media screen and (max-width: 1024px){.archive-additional-section .archive-addition{grid-template-columns:repeat(3, 1fr)}}@media screen and (max-width: 768px){.archive-additional-section .archive-addition{grid-template-columns:repeat(2, 1fr)}}@media screen and (max-width: 576px){.archive-additional-section .archive-addition{grid-template-columns:repeat(1, 1fr)}}.archive-additional-section .archive-addition-item{position:relative;display:flex;flex-direction:column}.archive-additional-section .archive-addition-item::after{content:"";background:linear-gradient(225deg, rgba(0,0,0,0) 20%, #000 100%);position:absolute;width:100%;height:100%;top:0;left:0;pointer-events:none}.archive-additional-section .archive-addition-item a{position:relative;position:relative;padding:0 0 100% 0;overflow:hidden;transition:transform 0.2s ease, box-shadow 0.2s ease;cursor:pointer}.archive-additional-section .archive-addition-item a img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;transition:transform 0.3s ease}.archive-additional-section .archive-addition-item a .addition-option-text{position:absolute;left:30px;bottom:24px;z-index:2;font-family:"Raleway-Bold",sans-serif;font-weight:700;font-size:20px;line-height:1.5;color:#fff}.archive-additional-section .archive-addition-item a:hover img{transform:scale(1.15)}.archive-additional-section .archive-addition-item a:hover .addition-option-text{color:#fed141}.popup-content-infill-swiper .swiper-slide{display:flex;justify-content:space-around}.popup-content-infill-swiper .sprite-image{width:213px;height:389px;padding:0;cursor:pointer}.single-products #popup-content-infill .popup-container{overflow:hidden;padding:32px 16px !important}.single-products #popup-content-infill h2{font-family:"Raleway-Bold",sans-serif;font-weight:700;font-size:24px;line-height:1.11111;color:#000000;margin-bottom:70px;text-align:center;margin-bottom:24px}.single-products #popup-content-infill .swiper-button-next{right:10px}.single-products #popup-content-infill .swiper-button-prev{left:10px}.single-products .sprite_l_1{background-position-x:-1px;background-position-y:-1px}.single-products .sprite_l_2{background-position-x:-232px;background-position-y:-1px}.single-products .sprite_l_3{background-position-x:-463px;background-position-y:-1px}.single-products .sprite_l_4{background-position-x:-694px;background-position-y:-1px}.single-products .sprite_l_5{background-position-x:-924px;background-position-y:-1px}.single-products .sprite_l_6{background-position-x:-1156px;background-position-y:-1px}.single-products .sprite_l_7{background-position-x:-1387px;background-position-y:-1px}.single-products .sprite_l_8{background-position-x:-1px;background-position-y:-407px}.single-products .sprite_l_9{background-position-x:-232px;background-position-y:-407px}.single-products .sprite_l_10{background-position-x:-463px;background-position-y:-408px}.single-products .sprite_l_11{background-position-x:-694px;background-position-y:-408px}.single-products .sprite_l_12{background-position-x:-924px;background-position-y:-407px}.single-products .sprite_l_13{background-position-x:-1156px;background-position-y:-407px}.single-products .sprite_l_14{background-position-x:-1386px;background-position-y:-408px}.color-window-preview .color-options{gap:10px}.color-window-preview .color-option{width:30px;height:30px}.color-window-preview .color-window-preview-image{padding:0 0 35% 0;position:relative;z-index:5}@media screen and (min-width: 1200px){.color-window-preview .color-window-preview-image{padding:0 0 90% 0}}@media screen and (max-width: 1199px){.color-window-preview .color-window-preview-image{padding:0 0 45% 0}}@media screen and (max-width: 767px){.color-window-preview .color-window-preview-image{padding:0 0 65% 0}}@media screen and (max-width: 576px){.color-window-preview .color-window-preview-image{padding:0 0 85% 0}}.color-window-preview .color-window-preview-image img{position:absolute;top:0;left:50%;height:100%;object-fit:contain;transform:translateX(-50%)}.comparison-section{position:relative}.comparison-section .comparison-wrap{display:flex;overflow:hidden;position:relative}.comparison-section .comparison-wrap .technical-data{flex:0 0 370px;padding-top:350px;display:flex;flex-direction:column;align-items:flex-start;transition:transform 0.3s ease;border-right:1px solid #000000}@media screen and (max-width: 1440px){.comparison-section .comparison-wrap .technical-data{flex:0 0 280px}}.comparison-section .comparison-wrap .technical-data.hidden{transform:translateX(200px);position:absolute;display:block !important;background:#ffffff;z-index:9;width:200px;box-shadow:0px 0px 10px rgba(0,0,0,0.2);border-right:none}@media screen and (max-width: 1300px){.comparison-section .comparison-wrap .technical-data{padding-top:250px}}@media screen and (max-width: 768px){.comparison-section .comparison-wrap .technical-data{flex:0 0 200px}}.comparison-section .comparison-wrap .technical-data .technical-data-title{font-family:"Raleway-Bold",sans-serif !important;font-weight:700;font-size:18px !important;line-height:1.25;color:#000}@media screen and (max-width: 768px){.comparison-section .comparison-wrap .technical-data .technical-data-title{font-size:14px !important}}@media screen and (max-width: 475px){.comparison-section .comparison-wrap .technical-data .technical-data-title{font-size:12px !important}}.comparison-section .comparison-wrap .technical-data .technical-data-item{font-family:"Raleway-Regular",sans-serif;font-weight:400;font-size:16px;line-height:1.25;color:#000;padding:24px;width:100%;display:flex;align-items:center}.comparison-section .comparison-wrap .technical-data .technical-data-item:nth-child(odd){background:rgba(172,172,172,0.1)}.comparison-section .comparison-wrap .technical-data .technical-data-item:nth-child(5){padding-bottom:88px}@media screen and (max-width: 768px){.comparison-section .comparison-wrap .technical-data .technical-data-item{font-size:14px}}@media screen and (max-width: 475px){.comparison-section .comparison-wrap .technical-data .technical-data-item{font-size:12px !important;padding:15px}}.comparison-section .comparison-wrap .comparison-product-carousel{flex:1;overflow:hidden;position:relative}.comparison-section .comparison-wrap .comparison-product-carousel .swiper-wrapper{display:flex}.comparison-section .comparison-wrap .comparison-product-carousel .comparison-image{display:flex;justify-content:center;padding-bottom:30px}.comparison-section .comparison-wrap .comparison-product-carousel .comparison-image .comparison-img{width:300px;height:300px}@media screen and (max-width: 1300px){.comparison-section .comparison-wrap .comparison-product-carousel .comparison-image .comparison-img{width:200px;height:200px}}.comparison-section .comparison-wrap .comparison-product-carousel .comparison-image .comparison-img img{object-fit:contain;width:100%;height:100%}.comparison-section .comparison-wrap .comparison-product-carousel .swiper-slide{display:flex;flex-direction:column;padding:20px 0 70px 0;border-right:1px solid #000000;transition:background-color 0.3s ease}.comparison-section .comparison-wrap .comparison-product-carousel .swiper-slide .product-title{font-family:"Raleway-Bold",sans-serif !important;font-weight:700;font-size:18px !important;line-height:1.25;color:#000}@media screen and (max-width: 768px){.comparison-section .comparison-wrap .comparison-product-carousel .swiper-slide .product-title{font-size:14px !important}}.comparison-section .comparison-wrap .comparison-product-carousel .swiper-slide .product-image{margin-bottom:10px}.comparison-section .comparison-wrap .comparison-product-carousel .swiper-slide .product-item{font-family:"Raleway-Regular",sans-serif;font-weight:400;font-size:16px;line-height:1.25;color:#000;padding:24px;width:100%}@media screen and (max-width: 768px){.comparison-section .comparison-wrap .comparison-product-carousel .swiper-slide .product-item{font-size:14px}}.comparison-section .comparison-wrap .comparison-product-carousel .swiper-slide .product-item:nth-child(even){background:rgba(172,172,172,0.1)}.comparison-section .comparison-wrap .comparison-product-carousel .swiper-slide .product-item .small-text{font-size:14px !important;margin-top:15px;display:block;line-height:24px}.comparison-section .comparison-wrap .comparison-product-carousel .swiper-slide:hover{background:#fed141;cursor:pointer}.comparison-section .comparison-wrap .comparison-next{right:24px}.comparison-section .comparison-wrap .comparison-next::after{background-image:url(../../images/slider-next-black.svg) !important}.comparison-section .comparison-wrap .comparison-prev{left:24px}.comparison-section .comparison-wrap .comparison-prev::after{background-image:url(../../images/slider-prev-black.svg) !important}@media (max-width: 768px){.comparison-section .technical-data{position:absolute;left:-200px;top:0;height:100%;width:200px;background:#ffffff;transition:transform 0.3s ease;z-index:2}.comparison-section .toggle-technical-data-icon{display:block;position:absolute;top:35%;left:0px;width:60px;height:60px;transform:translateY(-50%);z-index:10}.comparison-section .toggle-technical-data-icon::before{content:"";position:absolute;top:0px;width:50%;height:inherit;padding:0px;border:0px;background:url("../../images/slider-next.svg") center center no-repeat;background-color:rgba(255,255,255,0.6);border-top-right-radius:100% 50%;border-bottom-right-radius:100% 50%;box-shadow:0px 0px 10px rgba(0,0,0,0.2);transition:opacity 0.3s}.comparison-section .toggle-technical-data-icon.active::before{left:170px;transform:rotate(180deg)}}.glass-section{background:#ffffff}.glass-section h2{color:#000000;margin-bottom:24px}.glass-section p{margin-bottom:32px;max-width:1024px}.glass-section .swiper-slide{position:relative;border-left:1px solid #ffffff}.glass-section .swiper-slide a{position:relative}.glass-section .swiper-slide .glass-text{position:absolute;z-index:2;font-family:"Raleway-Bold",sans-serif;font-weight:700;font-size:16px;line-height:1.5;color:#fff;bottom:20px;left:30px}.our-works-info .home-about-top{padding:60px 0 150px 0}.our-works-info .why-chosen{margin-top:-137px;position:relative;z-index:3;width:100%;margin-bottom:60px}@media screen and (max-width: 992px){.our-works-info .why-chosen{margin-top:0}}.our-works-info .why-chosen-container{padding:40px 32px;background-color:#000000}.our-works-title{color:#000000}.gallery-our-works{margin-bottom:60px}.gallery-our-works-item-row{display:flex;flex-direction:column}.gallery-our-works-item-row .gallery-our-works-item{display:grid;grid-template-columns:repeat(4, 1fr);margin-bottom:32px}@media screen and (max-width: 1270px){.gallery-our-works-item-row .gallery-our-works-item{grid-template-columns:repeat(3, 1fr)}}@media screen and (max-width: 768px){.gallery-our-works-item-row .gallery-our-works-item{grid-template-columns:repeat(2, 1fr)}}@media screen and (max-width: 576px){.gallery-our-works-item-row .gallery-our-works-item{grid-template-columns:repeat(1, 1fr)}}.gallery-our-works-item-row .gallery-our-works-item-inner{position:relative;display:flex;flex-direction:column;border-left:1px solid #fff}.gallery-our-works-item-row .gallery-our-works-item-inner::after{content:"";background:linear-gradient(225deg, rgba(0,0,0,0) 20%, #000 100%);position:absolute;width:100%;height:100%;top:0;left:0;pointer-events:none}@media screen and (min-width: 1271px){.gallery-our-works-item-row .gallery-our-works-item-inner:nth-child(4n+1){border-left:none}}@media screen and (max-width: 1270px){.gallery-our-works-item-row .gallery-our-works-item-inner:nth-child(3n+1){border-left:none}}@media screen and (max-width: 768px){.gallery-our-works-item-row .gallery-our-works-item-inner:nth-child(2n+1){border-left:none}.gallery-our-works-item-row .gallery-our-works-item-inner:nth-child(3n+1){border-left:1px solid #fff}}@media screen and (max-width: 576px){.gallery-our-works-item-row .gallery-our-works-item-inner{border-top:1px solid #fff}}.gallery-our-works-item-row .gallery-our-works-item-inner a{position:relative;padding:0 0 120% 0;overflow:hidden;transition:transform 0.2s ease, box-shadow 0.2s ease;cursor:pointer}.gallery-our-works-item-row .gallery-our-works-item-inner a img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;transition:transform 0.3s ease}.gallery-our-works-item-row .gallery-our-works-item-inner a .gallery-our-works-text{position:absolute;left:40px;bottom:30px;right:40px;z-index:2;font-family:"Raleway-Bold",sans-serif;font-weight:700;font-size:20px;line-height:1.5;color:#fff}@media screen and (max-width: 1024px){.gallery-our-works-item-row .gallery-our-works-item-inner a .gallery-our-works-text{font-size:16px}}@media screen and (max-width: 768px){.gallery-our-works-item-row .gallery-our-works-item-inner a .gallery-our-works-text{left:24px;bottom:30px;right:24px}}.gallery-our-works-item-row .gallery-our-works-item-inner a:hover img{transform:scale(1.15)}.gallery-our-works-item-row .gallery-our-works-item-inner a:hover .addition-option-text{color:#fed141}.gallery-our-works-item-row h2{font-family:"Raleway-Bold",sans-serif;font-weight:700;font-size:32px;line-height:1;letter-spacing:0.02em;color:#000;margin-bottom:30px}.categories-title{font-family:"Raleway-Bold",sans-serif;font-weight:700;font-size:36px;line-height:1.33333;color:#fff;margin-bottom:32px}.filter-buttons .all-windows,.filter-buttons .all-doors{display:flex;flex-direction:row;flex-wrap:wrap;gap:15px;margin-bottom:20px}.filter-buttons .all-windows button,.filter-buttons .all-doors button{font-family:"Raleway-Regular",sans-serif;font-weight:500;font-size:16px;line-height:20px;color:#fed141;border-radius:20px;border:1px solid #fed141;padding:8px 16px}.filter-buttons .all-windows button:hover,.filter-buttons .all-doors button:hover{color:#ffffff;border:1px solid #ffffff}.product-grid-section{background:#000}.product-grid-section .product-grid{display:grid;grid-template-columns:repeat(4, 1fr);gap:0}@media screen and (max-width: 1200px){.product-grid-section .product-grid{grid-template-columns:repeat(2, 1fr)}}@media screen and (max-width: 600px){.product-grid-section .product-grid{grid-template-columns:1fr}}.product-grid-section .product-grid-item{position:relative;min-height:545px;border-left:1px solid #fff;border-right:1px solid #fff;border-bottom:1px solid #fff;overflow:hidden;transition:transform 0.3s ease;display:flex;flex-direction:column;justify-content:flex-end;margin-right:-1px}.product-grid-section .product-grid-item:hover .product-grid-image{transform:scale(1.1)}.product-grid-section .product-grid-item a{display:block;height:100%;color:#fff;text-decoration:none;position:relative}.product-grid-section .product-grid-image{position:absolute;width:100%;height:100%;inset:0;object-fit:cover;z-index:1;transition:transform 0.3s}.product-grid-section .product-gradient{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(180deg, rgba(0,0,0,0) 25%, #000 100%);pointer-events:none;z-index:2}.product-grid-section .product-grid-info{position:absolute;left:30px;bottom:30px;z-index:3;max-width:420px;margin-right:30px}@media screen and (max-width: 1024px){.product-grid-section .product-grid-info{left:20px;bottom:20px;max-width:100%}}.product-grid-section .product-grid-info p{color:#ffffff}.product-grid-section .product-grid-title{font-family:"Raleway-Bold",sans-serif;font-weight:700;font-size:18px;line-height:1.5;color:#fff;margin-bottom:12px;text-transform:uppercase}@media screen and (max-width: 449px){.product-grid-section .product-grid-title{font-size:16px}}.product-grid-section .product-grid-text{font-family:"Raleway-Regular",sans-serif;font-weight:400;font-size:16px;line-height:1.33333;color:#fff;display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;margin:0}.callback-form{position:relative;z-index:3}@media screen and (max-width: 1200px){.callback-form{margin-top:0}}.callback-form .form-container{max-width:1520px;margin:0 auto;padding:30px 170px 30px;background-color:#ffffff}@media screen and (max-width: 1200px){.callback-form .form-container{padding:20px 16px 30px}}.callback-form p{margin-bottom:16px}.callback-form h2{font-family:"Raleway-Bold",sans-serif;font-weight:700;font-size:36px;line-height:1.33333;letter-spacing:-0.01em;color:#000;margin-bottom:5px}.callback-form .form-row{display:grid;justify-content:space-between;grid-template-columns:1fr 1fr;width:100%;gap:40px}@media screen and (max-width: 680px){.callback-form .form-row{grid-template-columns:1fr;gap:20px}}.callback-form .form-row .form-group{flex:0 0 30%;margin-bottom:20px}.callback-form .form-row .form-group:last-child{margin-bottom:0}.callback-form .form-row .form-group label{display:block;margin-bottom:5px;font-size:14px;color:#333}.callback-form .form-row .form-group input,.callback-form .form-row .form-group textarea{border:1px solid #dddddd;width:100%;padding:12px 15px;font-family:"Raleway-Regular",sans-serif;font-weight:400;font-size:16px;line-height:1.5;color:#000}.callback-form .form-row .form-group input::placeholder,.callback-form .form-row .form-group textarea::placeholder{font-family:"Raleway-Bold",sans-serif;font-weight:700;font-size:16px;line-height:1.5;color:#000}.callback-form .form-row .form-group textarea{resize:vertical;max-height:120px;height:100%}.callback-form .form-submit{text-align:right;width:100%}.callback-form .form-submit .btn-submit{padding:15px 30px;margin-top:-7px;cursor:pointer;font-family:"Raleway-Bold",sans-serif;font-weight:700;font-size:14px;line-height:1.42857;text-transform:uppercase;text-align:center;color:#000;background-color:#fed141;border:none;width:100%}.callback-form .wpcf7-form .wpcf7-not-valid{border-color:#ff0000 !important}.callback-form .wpcf7-not-valid-tip{display:none !important}.callback-form .wpcf7-response-output{font-size:12px;color:#000;font-family:"Raleway-Regular",sans-serif;position:absolute;margin:0 !important;width:100%;bottom:-10px}.callback-form .callback-form-inner{position:relative}.products-section{display:grid;grid-template-columns:1fr 1fr 1fr;background-color:#000}@media screen and (max-width: 768px){.products-section{grid-template-columns:1fr;justify-content:center}}.products-section .product{text-align:center;color:#fff;padding-top:100px;position:relative;border-left:1px solid #fff;display:flex;flex-direction:column;align-items:center;overflow:hidden;transition:all 0.3s linear}@media screen and (max-width: 768px){.products-section .product{border-left:0;border-top:1px solid #fff;padding-top:60px}}.products-section .product:first-child{border:none}.products-section .product img{max-width:100%;height:auto;display:block;width:100%;height:auto;object-fit:cover;opacity:0.6;transition:transform 0.3s linear}.products-section .product h3{font-family:"Raleway-Bold",sans-serif;font-weight:700;font-size:30px;line-height:1.33333;letter-spacing:-0.01em;text-align:center;color:#fff;margin-bottom:30px;display:flex;flex-direction:column;position:relative;width:100%}.products-section .product h3 span{font-size:12px;font-family:"Raleway-Regular",sans-serif;font-weight:400;margin-top:10px;display:none;position:absolute;bottom:-21px;left:50%;transform:translateX(-50%);width:100%;text-transform:uppercase;color:#fed141}.products-section .product p{max-width:440px;width:100%;font-family:"Raleway-Regular",sans-serif;font-weight:400;font-size:16px;line-height:1.5;letter-spacing:0.02em;text-align:center;color:#fff;margin:0 auto;padding:0 24px;position:relative;z-index:2}.products-section .product:hover h3 span{transition:transform 0.3s ease;display:block}.products-section .product:hover img{transform:scale(1.15)}.gallery-section .gallery-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:60px}@media screen and (max-width: 600px){.gallery-section .gallery-header{margin-bottom:24px}}.gallery-section .gallery-header-row{display:flex;justify-content:space-between;align-items:center;width:100%}@media screen and (max-width: 600px){.gallery-section .gallery-header-row{flex-direction:column;align-items:flex-start;gap:24px}}.gallery-section .gallery-header h2{font-family:"Raleway-Bold",sans-serif;font-weight:700;font-size:36px;line-height:1.11111;color:#000}.gallery-section .gallery-header .view-all-btn{display:flex;align-items:center;padding:10px 20px;background-color:#f9c500;color:#000;text-decoration:none;font-weight:bold;border-radius:5px}.gallery-section .gallery-header .view-all-btn span{margin-left:10px;font-size:20px}.gallery-section .gallery-header .view-all-btn:hover{background-color:#f8a300}.gallery-section .swiper{margin-top:20px}@media screen and (max-width: 600px){.gallery-section .swiper .swiper-button-next{right:16px}.gallery-section .swiper .swiper-button-prev{left:16px}}.gallery-section .swiper .swiper-slide{display:flex;flex-direction:column;align-items:center;text-align:center;padding:0 0 39% 0;height:auto;position:relative;border-left:1px solid #ffffff;overflow:hidden;transition:transform 0.3s ease}@media screen and (max-width: 768px){.gallery-section .swiper .swiper-slide{padding:0 0 65% 0}}@media screen and (max-width: 600px){.gallery-section .swiper .swiper-slide{padding:0 0 100% 0}}.gallery-section .swiper .swiper-slide::before{content:"";display:block;width:100%;height:100%;background:linear-gradient(180deg, rgba(0,0,0,0) 25%, #000 100%);position:absolute;top:0;left:0;z-index:1;pointer-events:none}.gallery-section .swiper .swiper-slide.first-slide{border:none}.gallery-section .swiper .swiper-slide img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;transition:transform 0.3s ease}.gallery-section .swiper .swiper-slide img::after{content:"";display:block;width:100%;height:100%;background:linear-gradient(215deg, rgba(0,0,0,0.4) 0%, #000 100%);position:absolute;bottom:0;left:0}.gallery-section .swiper .swiper-slide:hover img{transform:scale(1.15)}.gallery-section .swiper .swiper-slide .gallery-text{position:absolute;bottom:40px;z-index:5;left:16px;right:16px;font-family:"Raleway-Bold",sans-serif;font-weight:700;font-size:16px;line-height:1.5;color:#fff;text-align:left}@media screen and (max-width: 768px){.gallery-section .swiper .swiper-slide .gallery-text{bottom:20px;font-size:14px}}@media screen and (min-width: 1300px){.gallery-section .swiper .swiper-slide .gallery-text{left:50px;right:50px;font-size:20px;line-height:1.5}}.gallery-section .swiper .swiper-slide .gallery-caption{margin-top:10px;background-color:rgba(0,0,0,0.6);color:#fff;padding:10px;border-radius:0 0 5px 5px}.gallery-section .swiper .swiper-slide .gallery-caption p{margin:0;font-size:14px}.gallery-section .swiper .swiper-button-next,.gallery-section .swiper .swiper-button-prev{color:#000}.gallery-section .swiper .swiper-pagination-bullet{background:#000}.testimonial-section{padding:70px 0;position:relative}.testimonial-section::before{content:"";display:block;width:100%;height:100%;background:linear-gradient(215deg, rgba(0,0,0,0.4) 0%, #000 100%);position:absolute;top:0;left:0;z-index:1;pointer-events:none}.testimonial-section .container{position:relative}.testimonial-section .container .swiper-button-next{right:-40px}.testimonial-section .container .swiper-button-prev{left:-50px}.testimonial-section .testimonial-header{position:relative;z-index:5}.testimonial-section .testimonial-header h2{font-family:"Raleway-Bold",sans-serif;font-weight:700;font-size:36px;line-height:1;letter-spacing:0.02em;color:#fff;margin-bottom:70px}.testimonial-section .testimonial-swiper{position:relative;margin-top:20px;z-index:5}.testimonial-section .testimonial-swiper .testimonial-content{color:#fff}.testimonial-section .testimonial-swiper .testimonial-content p{font-family:"Raleway-Regular",sans-serif;font-style:italic;font-weight:400;font-size:16px;line-height:1.5;letter-spacing:0.02em;color:#fff;margin-bottom:15px}@media screen and (min-width: 1025px){.testimonial-section .testimonial-swiper .testimonial-content p{font-size:20px}}.testimonial-section .testimonial-swiper .testimonial-content .testimonials__author{font-family:"Raleway-Bold",sans-serif;font-style:italic;font-size:18px;line-height:1.5;letter-spacing:0.02em;color:#fff;font-weight:700}@media screen and (min-width: 1025px){.testimonial-section .testimonial-swiper .testimonial-content .testimonials__author{font-size:20px}}.testimonial-section .testimonial-swiper .swiper-button-next,.testimonial-section .testimonial-swiper .swiper-button-prev{color:#fff;width:30px;height:30px;position:absolute;top:50%;transform:translateY(-50%);z-index:10}.testimonial-section .testimonial-swiper .swiper-button-next:hover,.testimonial-section .testimonial-swiper .swiper-button-prev:hover{color:yellow}.testimonial-section .testimonial-swiper .swiper-button-next{right:10px}.testimonial-section .testimonial-swiper .swiper-button-prev{left:10px}.testimonial-section .testimonial-all-section{position:relative;z-index:2}.testimonial-section .testimonial-all-section .testimonial-button{display:flex;justify-content:center}.testimonial-section .testimonial-swiper-wrap{margin-bottom:50px}.popup-section .popup-container{position:absolute;background:white;height:auto;max-width:800px;width:100%;top:50%;left:50%;transform:translate(-50%, -50%);padding:32px}@media (max-width: 992px){.popup-section .popup-container{width:90%;padding:20px}}@media (max-width: 480px){.popup-section .popup-container{width:90%;padding:16px}}.popup-section .mfp-close-wrap{background-color:#fed141;height:40px;width:40px;position:absolute;right:15px;top:15px;cursor:pointer;border-radius:50%}@media (max-width: 480px){.popup-section .mfp-close-wrap{top:9px;right:9px}}.popup-section .mfp-close{text-align:center;font-size:48px;font-family:"Raleway-Regular",sans-serif;font-weight:400;color:#000000;opacity:1 !important;position:absolute;top:-4px;width:15px;height:15px;left:41%;transform:translate(-50%, -50%);line-height:normal}.popup-section.contact-callback-form h2{font-family:"Raleway-Bold",sans-serif;font-weight:700;font-size:36px;line-height:1.33333;letter-spacing:-0.01em;color:#000;margin-bottom:5px}@media (max-width: 620px){.popup-section.contact-callback-form h2{font-size:24px}}.popup-section.contact-callback-form p{margin-bottom:15px}.popup-section.contact-callback-form .form-row{display:grid;justify-content:space-between;grid-template-columns:1fr 1fr;width:100%;gap:40px}@media screen and (max-width: 680px){.popup-section.contact-callback-form .form-row{grid-template-columns:1fr;gap:20px}}.popup-section.contact-callback-form .form-row .form-group{flex:0 0 30%;margin-bottom:20px}.popup-section.contact-callback-form .form-row .form-group:last-child{margin-bottom:0}.popup-section.contact-callback-form .form-row .form-group label{display:block;margin-bottom:5px;font-size:14px;color:#333}.popup-section.contact-callback-form .form-row .form-group input,.popup-section.contact-callback-form .form-row .form-group textarea{border:1px solid #dddddd;width:100%;padding:12px 15px;font-family:"Raleway-Regular",sans-serif;font-weight:400;font-size:16px;line-height:1.5;color:#000}.popup-section.contact-callback-form .form-row .form-group input::placeholder,.popup-section.contact-callback-form .form-row .form-group textarea::placeholder{font-family:"Raleway-Bold",sans-serif;font-weight:700;font-size:16px;line-height:1.5;color:#000}.popup-section.contact-callback-form .form-row .form-group textarea{resize:vertical;max-height:120px;height:100%}.popup-section.contact-callback-form .form-submit{text-align:right;width:100%}.popup-section.contact-callback-form .form-submit .btn-submit{padding:15px 30px;margin-top:-7px;cursor:pointer;font-family:"Raleway-Bold",sans-serif;font-weight:700;font-size:14px;line-height:1.42857;text-transform:uppercase;text-align:center;color:#000;background-color:#fed141;border:none;width:100%}.popup-section.contact-callback-form .wpcf7-form .wpcf7-not-valid{border-color:#ff0000 !important}.popup-section.contact-callback-form .wpcf7-not-valid-tip{display:none !important}.popup-section.contact-callback-form .wpcf7-response-output{font-size:12px;color:#000;font-family:"Raleway-Regular",sans-serif;position:absolute;margin:0 !important;width:100%;bottom:-10px;line-height:12px}.popup-section.contact-callback-form .callback-form-inner{position:relative}@keyframes popup_fadein{from{transform:scale(0.5, 0.5)}to{transform:scale(1, 1)}}@keyframes popup_fadeout{from{transform:scale(1, 1)}to{transform:scale(0.5, 0.5)}}.simple-carousel-section{padding:70px 0 0 0}.simple-carousel-section .simple-carousel-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:60px}@media screen and (max-width: 600px){.simple-carousel-section .simple-carousel-header{margin-bottom:24px}}.simple-carousel-section .simple-carousel-header-row{display:flex;align-items:self-start;width:100%;flex-direction:column}@media screen and (max-width: 600px){.simple-carousel-section .simple-carousel-header-row{flex-direction:column;align-items:flex-start}}.simple-carousel-section .simple-carousel-header h2{font-family:"Raleway-Bold",sans-serif;font-weight:700;font-size:36px;line-height:1.11111;color:#000;margin-bottom:24px}.simple-carousel-section .simple-carousel-header .view-all-btn{display:flex;align-items:center;padding:10px 20px;background-color:#f9c500;color:#000;text-decoration:none;font-weight:bold;border-radius:5px}.simple-carousel-section .simple-carousel-header .view-all-btn span{margin-left:10px;font-size:20px}.simple-carousel-section .simple-carousel-header .view-all-btn:hover{background-color:#f8a300}.simple-carousel-section .swiper{margin-top:20px}@media screen and (max-width: 600px){.simple-carousel-section .swiper .swiper-button-next{right:16px}.simple-carousel-section .swiper .swiper-button-prev{left:16px}}.simple-carousel-section .swiper .swiper-slide{display:flex;flex-direction:column;align-items:center;text-align:center;padding:0 0 36% 0;height:auto;position:relative;border-left:1px solid #000000;overflow:hidden;transition:transform 0.3s ease}@media screen and (max-width: 1024px){.simple-carousel-section .swiper .swiper-slide{padding:0 0 40% 0}}@media screen and (max-width: 768px){.simple-carousel-section .swiper .swiper-slide{padding:0 0 75% 0}}@media screen and (max-width: 600px){.simple-carousel-section .swiper .swiper-slide{padding:0 0 100% 0}}.simple-carousel-section .swiper .swiper-slide.first-slide{border:none}.simple-carousel-section .swiper .swiper-slide img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:contain;transition:transform 0.3s ease;padding-bottom:120px}@media screen and (max-width: 1024px){.simple-carousel-section .swiper .swiper-slide img{padding-bottom:80px}}.simple-carousel-section .swiper .swiper-slide .simple-carousel-wrap{display:flex;flex-direction:column;position:absolute;bottom:40px;left:50%;align-items:center;transform:translateX(-50%);width:100%}@media screen and (max-width: 1024px){.simple-carousel-section .swiper .swiper-slide .simple-carousel-wrap{bottom:20px}}.simple-carousel-section .swiper .swiper-slide .simple-carousel-wrap .title-carousel{font-family:"Raleway-Bold",sans-serif;font-weight:700;font-size:20px;line-height:1.5;color:#000}@media screen and (max-width: 1200px){.simple-carousel-section .swiper .swiper-slide .simple-carousel-wrap .title-carousel{font-size:16px}}.simple-carousel-section .swiper .swiper-slide .simple-carousel-wrap .sub-title-carousel{font-family:"Raleway-Regular",sans-serif;font-weight:400;font-size:20px;line-height:1.5;color:#000}@media screen and (max-width: 1200px){.simple-carousel-section .swiper .swiper-slide .simple-carousel-wrap .sub-title-carousel{font-size:16px}}.simple-carousel-section .swiper .swiper-button-next,.simple-carousel-section .swiper .swiper-button-prev{color:#000}@media screen and (max-width: 1440px){.simple-carousel-section .swiper .swiper-button-next{right:24px}.simple-carousel-section .swiper .swiper-button-prev{left:24px}}.simple-carousel-section .swiper .swiper-pagination-bullet{background:#000}.simple-carousel-section.door-structures .swiper-slide{padding:0 0 32% 0}@media screen and (max-width: 1024px){.simple-carousel-section.door-structures .swiper-slide{padding:0 0 40% 0}}@media screen and (max-width: 768px){.simple-carousel-section.door-structures .swiper-slide{padding:0 0 75% 0}}@media screen and (max-width: 600px){.simple-carousel-section.door-structures .swiper-slide{padding:0 0 100% 0}}.simple-carousel-section.door-structures .swiper-slide img{padding-bottom:50px}@media screen and (max-width: 768px){.simple-carousel-section.door-structures .swiper-slide img{padding-bottom:0}}@media screen and (max-width: 576px){.simple-carousel-section.door-structures .swiper-slide img{padding-bottom:50px}}.simple-carousel-section.door-structures .simple-carousel-wrap{bottom:24px}.simple-carousel-section.door-handles{background-color:#000000}.simple-carousel-section.door-handles .swiper-slide{padding:0 0 37% 0;border-left:1px solid #ffffff}@media screen and (max-width: 1023px){.simple-carousel-section.door-handles .swiper-slide{padding:0 0 50% 0}}@media screen and (max-width: 768px){.simple-carousel-section.door-handles .swiper-slide{padding:0 0 70% 0}}@media screen and (max-width: 599px){.simple-carousel-section.door-handles .swiper-slide{padding:0 0 100% 0}}.simple-carousel-section.door-handles .swiper-slide img{padding-bottom:129px;object-fit:cover}@media screen and (max-width: 768px){.simple-carousel-section.door-handles .swiper-slide img{padding-bottom:80px}}@media screen and (max-width: 599px){.simple-carousel-section.door-handles .swiper-slide img{object-fit:contain}}.simple-carousel-section.door-handles h2,.simple-carousel-section.door-handles p{color:#ffffff}.simple-carousel-section.door-handles .simple-carousel-wrap{padding:0 15px}.simple-carousel-section.door-handles .simple-carousel-wrap .title-carousel{color:#ffffff !important}.our-partners{padding:70px 0}.our-partners-header{margin-bottom:40px}.our-partners h2{font-family:"Raleway-Bold",sans-serif;font-weight:700;font-size:36px;line-height:1.11111;color:#000;margin-bottom:15px}.our-partners .c-carousel{overflow-x:hidden;position:relative;width:100%}.our-partners .c-carousel__wrapper.swiper{position:static}.our-partners .c-carousel__inner-wrapper.swiper-wrapper{display:flex;align-items:center}.our-partners .c-carousel img{margin:0 auto;height:120px;object-fit:contain;width:100%}.our-partners .c-carousel__controls{position:absolute;inset:0;display:flex;justify-content:space-between;align-items:center}.our-partners .c-carousel__button--next,.our-partners .c-carousel__button--prev{cursor:pointer}.our-partners .c-carousel__button--prev.swiper-button-disabled,.our-partners .c-carousel__button--next.swiper-button-disabled{opacity:0.35;cursor:auto;pointer-events:none}.our-partners .c-carousel__item.swiper-slide{width:auto;flex-shrink:0;border:1px solid #e6e6e6;border-radius:16px;padding:10px 15px}.hero-slider{margin-top:-80px}.hero-slider .hero-slider-container{position:relative}.hero-slider .swiper-slide{padding:0 0 32% 0;height:auto;position:relative}@media screen and (max-width: 1440px){.hero-slider .swiper-slide{padding:0 0 35% 0}}@media screen and (max-width: 1300px){.hero-slider .swiper-slide{padding:0 0 39% 0}}@media screen and (max-width: 1024px){.hero-slider .swiper-slide{padding:0 0 50% 0}}@media screen and (max-width: 768px){.hero-slider .swiper-slide{padding:0 0 60% 0}}@media screen and (max-width: 680px){.hero-slider .swiper-slide{padding:0 0 75% 0;height:450px}}.hero-slider .swiper-slide::after{content:"";display:block;width:100%;height:100%;background:linear-gradient(135deg, rgba(0,0,0,0) 9.5%, #000 90.5%);position:absolute;bottom:0;right:0;z-index:1}.hero-slider .swiper-slide img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}.hero-slider .swiper-slide .hero-slider-content{position:absolute;top:53%;right:18%;z-index:2;color:#fff;max-width:600px;transform:translateY(-50%);width:100%}@media screen and (max-width: 992px){.hero-slider .swiper-slide .hero-slider-content{transform:translate(-50%, -50%);right:0;left:50%;padding:0 16px}}@media screen and (max-width: 680px){.hero-slider .swiper-slide .hero-slider-content{top:55%}}.hero-slider .swiper-slide .hero-slider-content h2{position:relative;z-index:2;font-family:"Raleway-Bold",sans-serif;font-weight:700;font-size:48px;line-height:1;color:#fed141;margin-bottom:30px}.hero-slider .swiper-slide .hero-slider-content .hero-slider-simple-text{font-family:"Raleway-Regular",sans-serif;font-weight:400;font-size:21px;line-height:1.42857;color:#fff;margin-bottom:30px}@media screen and (max-width: 992px){.hero-slider .swiper-slide .hero-slider-content .hero-slider-simple-text{font-size:16px}}@media (max-width: 680px){.hero-slider .swiper-button-next,.hero-slider .swiper-button-prev{display:none !important}}.single-products .hero-section .hero-section-image{position:relative;height:1000px}.single-products .hero-section .hero-section-image::after{content:"";background:linear-gradient(135deg, rgba(0,0,0,0) 9.5%, #000 90.5%);position:absolute;width:100%;height:100%;top:0;left:0}@media screen and (max-width: 1350px){.single-products .hero-section .hero-section-image{height:700px}}.hero-section{background-position:center;background-size:cover;position:relative;margin-top:-80px}.hero-section .hero-section-image{position:relative;height:550px}.hero-section .hero-section-image::after{content:"";background:linear-gradient(135deg, rgba(0,0,0,0) 9.5%, #000 90.5%);position:absolute;width:100%;height:100%;top:0;left:0}.hero-section .hero-second-image{position:relative;z-index:2}@media screen and (max-width: 991px){.hero-section .hero-second-image{display:none}}.hero-section .hero-content{position:absolute;top:55%;right:20%;z-index:2;color:#fff;max-width:480px;transform:translateY(-50%);width:100%}@media screen and (max-width: 992px){.hero-section .hero-content{transform:translate(-50%, -50%);right:0;left:50%;padding:0 16px}}@media screen and (max-width: 680px){.hero-section .hero-content{top:55%}}.hero-section .hero-content h1{position:relative;z-index:2;font-family:"Raleway-Bold",sans-serif;font-weight:700;font-size:48px;line-height:1;color:#fed141;margin-bottom:20px}.hero-section .hero-content .hero-section__text p{font-family:"Raleway-Regular",sans-serif;font-weight:400;font-size:21px;line-height:1.42857;color:#fff;margin-bottom:30px}@media screen and (max-width: 992px){.hero-section .hero-content .hero-section__text p{font-size:16px}}.hero-section .hero-second-image{margin-bottom:-230px}.contact-section{padding:70px 0;background-color:#000}.contact-section-inner{display:flex;justify-content:space-between;display:grid;grid-template-columns:1fr 1fr;gap:60px}@media screen and (min-width: 1350px){.contact-section-inner{gap:230px}}@media screen and (max-width: 1024px){.contact-section-inner{grid-template-columns:1fr;gap:32px}}.contact-section .contact-info h2{font-family:"Raleway-Bold",sans-serif;font-weight:700;font-size:24px;color:#fff;margin-bottom:30px}.contact-section .contact-info ul{list-style-type:none;padding:0;margin:0}.contact-section .contact-info ul li{padding:10px 0;border-bottom:1px solid #444;display:flex;justify-content:space-between;padding-right:75px}.contact-section .contact-info ul li:last-child{border-bottom:none}@media screen and (max-width: 1024px){.contact-section .contact-info ul li{padding-right:0}}.contact-section .contact-info ul li h3{font-family:"Raleway-Regular",sans-serif;font-weight:400;font-size:16px;line-height:1.875;margin:0}.contact-section .contact-info ul li p{margin:0;font-weight:400;font-size:18px;line-height:1.66667;text-decoration:none;color:#ffffff}.contact-section .contact-info ul li p a{font-weight:400;font-size:18px;line-height:1.66667;text-decoration:none;color:#ffffff}.contact-section .address-block{margin-top:50px}@media screen and (max-width: 1024px){.contact-section .address-block{margin-top:10px}}.contact-section .address-block h2{margin-bottom:10px}.contact-section .address-block p{margin:0;font-weight:400;font-size:16px !important;line-height:1.66667;text-decoration:none;color:#ffffff;font-family:"Raleway-Regular",sans-serif}.contact-section .address-block li.address{padding-right:0;font-weight:400;font-size:16px !important;line-height:1.66667;text-decoration:none;color:#ffffff;font-family:"Raleway-Regular",sans-serif}.contact-section .map{width:100%}.contact-section .map iframe{width:100%}.mission-vision{padding:100px 0 80px 0;background:#ffffff}@media (max-width: 992px){.mission-vision{padding:64px 0}}.mission-vision-row{display:grid;flex-wrap:wrap;grid-template-columns:1fr 1fr;gap:0 80px}@media (min-width: 1200px){.mission-vision-row{gap:0 190px}}@media (max-width: 992px){.mission-vision-row{grid-template-columns:1fr;gap:32px 0}}.mission-vision p{letter-spacing:0.02em;margin-bottom:20px}.mission-vision.one-col .mission-vision-row{grid-template-columns:1fr;gap:0 80px}.mission-vision .content-block{flex:0 0 48%;margin-bottom:20px}.mission-vision .content-block h2{font-family:"Raleway-Bold",sans-serif;font-weight:700;font-size:36px;line-height:1.11111;color:#000;margin-bottom:24px}@media (max-width: 768px){.mission-vision .content-block{flex:0 0 100%}}.simple-block{padding:80px 0}@media (max-width: 992px){.simple-block{padding:64px 0}}.simple-block h2,.simple-block h3,.simple-block h4,.simple-block h5,.simple-block h6{color:#000;margin-bottom:16px}.simple-block h2{position:relative;padding-bottom:24px;margin-bottom:30px;font-size:36px;line-height:1.11111}.simple-block h2::after{content:"";display:block;width:100px;height:3px;background-color:rgba(94,95,97,0.2);position:absolute;bottom:0}.simple-block p{margin-bottom:16px}.simple-block h3{font-size:24px;line-height:32px}@media screen and (min-width: 650px){.simple-block h3{font-size:28px;line-height:32px}}.simple-block h4{font-size:18px;line-height:26px}@media screen and (min-width: 1025px){.simple-block h4{font-size:24px;line-height:38px}}.simple-block h5{font-size:16px;line-height:24px}@media screen and (min-width: 1025px){.simple-block h5{font-size:18px;line-height:24px}}.simple-block h6{font-size:14px;line-height:22px}@media screen and (min-width: 1025px){.simple-block h6{font-size:16px;line-height:22px}}.simple-block p,.simple-block li{font-family:"Raleway-Regular",sans-serif;font-weight:400;font-size:16px;line-height:24px;letter-spacing:0.02em;color:#000;margin-bottom:15px}.simple-block ul li{color:#000;font-family:"Raleway-Regular",sans-serif;font-size:16px;line-height:24px;font-style:normal;font-weight:400;letter-spacing:-0.3px;margin-bottom:16px;padding-left:16px;position:relative}.simple-block ul li:before{content:'';display:inline-block;width:1em;margin-right:12px;background:#fed141;border-radius:50%;width:8px;height:8px;left:0;top:50%;position:absolute;transform:translateY(-50%)}.simple-block ol{counter-reset:list-counter}.simple-block ol li{position:relative;padding-left:16px;font-family:"Raleway-Regular",sans-serif}.simple-block ol li:before{counter-increment:list-counter;content:counter(list-counter) ". ";display:inline-block;left:0;top:0;position:absolute;font-family:"Raleway-Regular",sans-serif}.simple-block a{color:#24309E;opacity:1}


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