.slick-slider{position:relative;display:block;box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:rgba(0,0,0,0)}.slick-list{position:relative;display:block;overflow:hidden;margin:0;padding:0}.slick-list:focus{outline:none}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-track,.slick-slider .slick-list{-webkit-transform:translate3d(0, 0, 0);-moz-transform:translate3d(0, 0, 0);-ms-transform:translate3d(0, 0, 0);-o-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}.slick-track{position:relative;top:0;left:0;display:block;margin-left:auto;margin-right:auto}.slick-track:before,.slick-track:after{display:table;content:""}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{display:none;float:left;height:100%;min-height:1px}[dir=rtl] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid rgba(0,0,0,0)}.slick-arrow.slick-hidden{display:none}:root{--f-spinner-width: 36px;--f-spinner-height: 36px;--f-spinner-color-1: rgba(0, 0, 0, 0.1);--f-spinner-color-2: rgba(17, 24, 28, 0.8);--f-spinner-stroke: 2.75}.f-spinner{margin:auto;padding:0;width:var(--f-spinner-width);height:var(--f-spinner-height)}.f-spinner svg{width:100%;height:100%;vertical-align:top;animation:f-spinner-rotate 2s linear infinite}.f-spinner svg *{stroke-width:var(--f-spinner-stroke);fill:none}.f-spinner svg *:first-child{stroke:var(--f-spinner-color-1)}.f-spinner svg *:last-child{stroke:var(--f-spinner-color-2);animation:f-spinner-dash 2s ease-in-out infinite}@keyframes f-spinner-rotate{100%{transform:rotate(360deg)}}@keyframes f-spinner-dash{0%{stroke-dasharray:1,150;stroke-dashoffset:0}50%{stroke-dasharray:90,150;stroke-dashoffset:-35}100%{stroke-dasharray:90,150;stroke-dashoffset:-124}}.f-throwOutUp{animation:var(--f-throw-out-duration, 0.175s) ease-out both f-throwOutUp}.f-throwOutDown{animation:var(--f-throw-out-duration, 0.175s) ease-out both f-throwOutDown}@keyframes f-throwOutUp{to{transform:translate3d(0, calc(var(--f-throw-out-distance, 150px) * -1), 0);opacity:0}}@keyframes f-throwOutDown{to{transform:translate3d(0, var(--f-throw-out-distance, 150px), 0);opacity:0}}.f-zoomInUp{animation:var(--f-transition-duration, 0.2s) ease .1s both f-zoomInUp}.f-zoomOutDown{animation:var(--f-transition-duration, 0.2s) ease both f-zoomOutDown}@keyframes f-zoomInUp{from{transform:scale(0.975) translate3d(0, 16px, 0);opacity:0}to{transform:scale(1) translate3d(0, 0, 0);opacity:1}}@keyframes f-zoomOutDown{to{transform:scale(0.975) translate3d(0, 16px, 0);opacity:0}}.f-fadeIn{animation:var(--f-transition-duration, 0.2s) var(--f-transition-easing, ease) var(--f-transition-delay, 0s) both f-fadeIn;z-index:2}.f-fadeOut{animation:var(--f-transition-duration, 0.2s) var(--f-transition-easing, ease) var(--f-transition-delay, 0s) both f-fadeOut;z-index:1}@keyframes f-fadeIn{0%{opacity:0}100%{opacity:1}}@keyframes f-fadeOut{100%{opacity:0}}.f-fadeFastIn{animation:var(--f-transition-duration, 0.2s) ease-out both f-fadeFastIn;z-index:2}.f-fadeFastOut{animation:var(--f-transition-duration, 0.1s) ease-out both f-fadeFastOut;z-index:2}@keyframes f-fadeFastIn{0%{opacity:.75}100%{opacity:1}}@keyframes f-fadeFastOut{100%{opacity:0}}.f-fadeSlowIn{animation:var(--f-transition-duration, 0.5s) ease both f-fadeSlowIn;z-index:2}.f-fadeSlowOut{animation:var(--f-transition-duration, 0.5s) ease both f-fadeSlowOut;z-index:1}@keyframes f-fadeSlowIn{0%{opacity:0}100%{opacity:1}}@keyframes f-fadeSlowOut{100%{opacity:0}}.f-crossfadeIn{animation:var(--f-transition-duration, 0.2s) ease-out both f-crossfadeIn;z-index:2}.f-crossfadeOut{animation:calc(var(--f-transition-duration, 0.2s)*.5) linear .1s both f-crossfadeOut;z-index:1}@keyframes f-crossfadeIn{0%{opacity:0}100%{opacity:1}}@keyframes f-crossfadeOut{100%{opacity:0}}.f-slideIn.from-next{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideInNext}.f-slideIn.from-prev{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideInPrev}.f-slideOut.to-next{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideOutNext}.f-slideOut.to-prev{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideOutPrev}@keyframes f-slideInPrev{0%{transform:translateX(100%)}100%{transform:translate3d(0, 0, 0)}}@keyframes f-slideInNext{0%{transform:translateX(-100%)}100%{transform:translate3d(0, 0, 0)}}@keyframes f-slideOutNext{100%{transform:translateX(-100%)}}@keyframes f-slideOutPrev{100%{transform:translateX(100%)}}.f-classicIn.from-next{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicInNext;z-index:2}.f-classicIn.from-prev{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicInPrev;z-index:2}.f-classicOut.to-next{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicOutNext;z-index:1}.f-classicOut.to-prev{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicOutPrev;z-index:1}@keyframes f-classicInNext{0%{transform:translateX(-75px);opacity:0}100%{transform:translate3d(0, 0, 0);opacity:1}}@keyframes f-classicInPrev{0%{transform:translateX(75px);opacity:0}100%{transform:translate3d(0, 0, 0);opacity:1}}@keyframes f-classicOutNext{100%{transform:translateX(-75px);opacity:0}}@keyframes f-classicOutPrev{100%{transform:translateX(75px);opacity:0}}:root{--f-button-width: 40px;--f-button-height: 40px;--f-button-border: 0;--f-button-border-radius: 0;--f-button-color: #374151;--f-button-bg: #f8f8f8;--f-button-hover-bg: #e0e0e0;--f-button-active-bg: #d0d0d0;--f-button-shadow: none;--f-button-transition: all 0.15s ease;--f-button-transform: none;--f-button-svg-width: 20px;--f-button-svg-height: 20px;--f-button-svg-stroke-width: 1.5;--f-button-svg-fill: none;--f-button-svg-filter: none;--f-button-svg-disabled-opacity: 0.65}.f-button{display:flex;justify-content:center;align-items:center;box-sizing:content-box;position:relative;margin:0;padding:0;width:var(--f-button-width);height:var(--f-button-height);border:var(--f-button-border);border-radius:var(--f-button-border-radius);color:var(--f-button-color);background:var(--f-button-bg);box-shadow:var(--f-button-shadow);pointer-events:all;cursor:pointer;transition:var(--f-button-transition)}@media(hover: hover){.f-button:hover:not([disabled]){color:var(--f-button-hover-color);background-color:var(--f-button-hover-bg)}}.f-button:active:not([disabled]){background-color:var(--f-button-active-bg)}.f-button:focus:not(:focus-visible){outline:none}.f-button:focus-visible{outline:none;box-shadow:inset 0 0 0 var(--f-button-outline, 2px) var(--f-button-outline-color, var(--f-button-color))}.f-button svg{width:var(--f-button-svg-width);height:var(--f-button-svg-height);fill:var(--f-button-svg-fill);stroke:currentColor;stroke-width:var(--f-button-svg-stroke-width);stroke-linecap:round;stroke-linejoin:round;transition:opacity .15s ease;transform:var(--f-button-transform);filter:var(--f-button-svg-filter);pointer-events:none}.f-button[disabled]{cursor:default}.f-button[disabled] svg{opacity:var(--f-button-svg-disabled-opacity)}.f-carousel__nav .f-button.is-prev,.f-carousel__nav .f-button.is-next,.fancybox__nav .f-button.is-prev,.fancybox__nav .f-button.is-next{position:absolute;z-index:1}.is-horizontal .f-carousel__nav .f-button.is-prev,.is-horizontal .f-carousel__nav .f-button.is-next,.is-horizontal .fancybox__nav .f-button.is-prev,.is-horizontal .fancybox__nav .f-button.is-next{top:50%;transform:translateY(-50%)}.is-horizontal .f-carousel__nav .f-button.is-prev,.is-horizontal .fancybox__nav .f-button.is-prev{left:var(--f-button-prev-pos)}.is-horizontal .f-carousel__nav .f-button.is-next,.is-horizontal .fancybox__nav .f-button.is-next{right:var(--f-button-next-pos)}.is-horizontal.is-rtl .f-carousel__nav .f-button.is-prev,.is-horizontal.is-rtl .fancybox__nav .f-button.is-prev{left:auto;right:var(--f-button-next-pos)}.is-horizontal.is-rtl .f-carousel__nav .f-button.is-next,.is-horizontal.is-rtl .fancybox__nav .f-button.is-next{right:auto;left:var(--f-button-prev-pos)}.is-vertical .f-carousel__nav .f-button.is-prev,.is-vertical .f-carousel__nav .f-button.is-next,.is-vertical .fancybox__nav .f-button.is-prev,.is-vertical .fancybox__nav .f-button.is-next{top:auto;left:50%;transform:translateX(-50%)}.is-vertical .f-carousel__nav .f-button.is-prev,.is-vertical .fancybox__nav .f-button.is-prev{top:var(--f-button-next-pos)}.is-vertical .f-carousel__nav .f-button.is-next,.is-vertical .fancybox__nav .f-button.is-next{bottom:var(--f-button-next-pos)}.is-vertical .f-carousel__nav .f-button.is-prev svg,.is-vertical .f-carousel__nav .f-button.is-next svg,.is-vertical .fancybox__nav .f-button.is-prev svg,.is-vertical .fancybox__nav .f-button.is-next svg{transform:rotate(90deg)}.f-carousel__nav .f-button:disabled,.fancybox__nav .f-button:disabled{pointer-events:none}html.with-fancybox{width:auto;overflow:visible;scroll-behavior:auto}html.with-fancybox body{touch-action:none}html.with-fancybox body.hide-scrollbar{width:auto;margin-right:calc(var(--fancybox-body-margin, 0px) + var(--fancybox-scrollbar-compensate, 0px));overflow:hidden !important;overscroll-behavior-y:none}.fancybox__container{--fancybox-color: #dbdbdb;--fancybox-hover-color: #fff;--fancybox-bg: rgba(24, 24, 27, 0.98);--fancybox-slide-gap: 10px;--f-spinner-width: 50px;--f-spinner-height: 50px;--f-spinner-color-1: rgba(255, 255, 255, 0.1);--f-spinner-color-2: #bbb;--f-spinner-stroke: 3.65;position:fixed;top:0;left:0;bottom:0;right:0;direction:ltr;display:flex;flex-direction:column;box-sizing:border-box;margin:0;padding:0;color:#f8f8f8;-webkit-tap-highlight-color:rgba(0,0,0,0);overflow:visible;z-index:var(--fancybox-zIndex, 1050);outline:none;transform-origin:top left;-webkit-text-size-adjust:100%;-moz-text-size-adjust:none;-ms-text-size-adjust:100%;text-size-adjust:100%;overscroll-behavior-y:contain}.fancybox__container *,.fancybox__container *::before,.fancybox__container *::after{box-sizing:inherit}.fancybox__container::backdrop{background-color:rgba(0,0,0,0)}.fancybox__backdrop{position:fixed;top:0;left:0;bottom:0;right:0;z-index:-1;background:var(--fancybox-bg);opacity:var(--fancybox-opacity, 1);will-change:opacity}.fancybox__carousel{position:relative;box-sizing:border-box;flex:1;min-height:0;z-index:10;overflow-y:visible;overflow-x:clip}.fancybox__viewport{width:100%;height:100%}.fancybox__viewport.is-draggable{cursor:move;cursor:grab}.fancybox__viewport.is-dragging{cursor:move;cursor:grabbing}.fancybox__track{display:flex;margin:0 auto;height:100%}.fancybox__slide{flex:0 0 auto;position:relative;display:flex;flex-direction:column;align-items:center;width:100%;height:100%;margin:0 var(--fancybox-slide-gap) 0 0;padding:4px;overflow:auto;overscroll-behavior:contain;transform:translate3d(0, 0, 0);backface-visibility:hidden}.fancybox__container:not(.is-compact) .fancybox__slide.has-close-btn{padding-top:40px}.fancybox__slide.has-iframe,.fancybox__slide.has-video,.fancybox__slide.has-html5video{overflow:hidden}.fancybox__slide.has-image{overflow:hidden}.fancybox__slide.has-image.is-animating,.fancybox__slide.has-image.is-selected{overflow:visible}.fancybox__slide::before,.fancybox__slide::after{content:"";flex:0 0 0;margin:auto}.fancybox__backdrop:empty,.fancybox__viewport:empty,.fancybox__track:empty,.fancybox__slide:empty{display:block}.fancybox__content{align-self:center;display:flex;flex-direction:column;position:relative;margin:0;padding:2rem;max-width:100%;color:var(--fancybox-content-color, #374151);background:var(--fancybox-content-bg, #fff);cursor:default;border-radius:0;z-index:20}.is-loading .fancybox__content{opacity:0}.is-draggable .fancybox__content{cursor:move;cursor:grab}.can-zoom_in .fancybox__content{cursor:zoom-in}.can-zoom_out .fancybox__content{cursor:zoom-out}.is-dragging .fancybox__content{cursor:move;cursor:grabbing}.fancybox__content [data-selectable],.fancybox__content [contenteditable]{cursor:auto}.fancybox__slide.has-image>.fancybox__content{padding:0;background:rgba(0,0,0,0);min-height:1px;background-repeat:no-repeat;background-size:contain;background-position:center center;transition:none;transform:translate3d(0, 0, 0);backface-visibility:hidden}.fancybox__slide.has-image>.fancybox__content>picture>img{width:100%;height:auto;max-height:100%}.is-animating .fancybox__content,.is-dragging .fancybox__content{will-change:transform,width,height}.fancybox-image{margin:auto;display:block;width:100%;height:100%;min-height:0;object-fit:contain;user-select:none;filter:blur(0px)}.fancybox__caption{align-self:center;max-width:100%;flex-shrink:0;margin:0;padding:14px 0 4px 0;overflow-wrap:anywhere;line-height:1.375;color:var(--fancybox-color, currentColor);opacity:var(--fancybox-opacity, 1);cursor:auto;visibility:visible}.is-loading .fancybox__caption,.is-closing .fancybox__caption{opacity:0;visibility:hidden}.is-compact .fancybox__caption{padding-bottom:0}.f-button.is-close-btn{--f-button-svg-stroke-width: 2;position:absolute;top:0;right:8px;z-index:40}.fancybox__content>.f-button.is-close-btn{--f-button-width: 34px;--f-button-height: 34px;--f-button-border-radius: 4px;--f-button-color: var(--fancybox-color, #fff);--f-button-hover-color: var(--fancybox-color, #fff);--f-button-bg: transparent;--f-button-hover-bg: transparent;--f-button-active-bg: transparent;--f-button-svg-width: 22px;--f-button-svg-height: 22px;position:absolute;top:-38px;right:0;opacity:.75}.is-loading .fancybox__content>.f-button.is-close-btn{visibility:hidden}.is-zooming-out .fancybox__content>.f-button.is-close-btn{visibility:hidden}.fancybox__content>.f-button.is-close-btn:hover{opacity:1}.fancybox__footer{padding:0;margin:0;position:relative}.fancybox__footer .fancybox__caption{width:100%;padding:24px;opacity:var(--fancybox-opacity, 1);transition:all .25s ease}.is-compact .fancybox__footer{position:absolute;bottom:0;left:0;right:0;z-index:20;background:rgba(24,24,27,.5)}.is-compact .fancybox__footer .fancybox__caption{padding:12px}.is-compact .fancybox__content>.f-button.is-close-btn{--f-button-border-radius: 50%;--f-button-color: #fff;--f-button-hover-color: #fff;--f-button-outline-color: #000;--f-button-bg: rgba(0, 0, 0, 0.6);--f-button-active-bg: rgba(0, 0, 0, 0.6);--f-button-hover-bg: rgba(0, 0, 0, 0.6);--f-button-svg-width: 18px;--f-button-svg-height: 18px;--f-button-svg-filter: none;top:5px;right:5px}.fancybox__nav{--f-button-width: 50px;--f-button-height: 50px;--f-button-border: 0;--f-button-border-radius: 50%;--f-button-color: var(--fancybox-color);--f-button-hover-color: var(--fancybox-hover-color);--f-button-bg: transparent;--f-button-hover-bg: rgba(24, 24, 27, 0.3);--f-button-active-bg: rgba(24, 24, 27, 0.5);--f-button-shadow: none;--f-button-transition: all 0.15s ease;--f-button-transform: none;--f-button-svg-width: 26px;--f-button-svg-height: 26px;--f-button-svg-stroke-width: 2.5;--f-button-svg-fill: none;--f-button-svg-filter: drop-shadow(1px 1px 1px rgba(24, 24, 27, 0.5));--f-button-svg-disabled-opacity: 0.65;--f-button-next-pos: 1rem;--f-button-prev-pos: 1rem;opacity:var(--fancybox-opacity, 1)}.fancybox__nav .f-button:before{position:absolute;content:"";top:-30px;right:-20px;left:-20px;bottom:-30px;z-index:1}.is-idle .fancybox__nav{animation:.15s ease-out both f-fadeOut}.is-idle.is-compact .fancybox__footer{pointer-events:none;animation:.15s ease-out both f-fadeOut}.fancybox__slide>.f-spinner{position:absolute;top:50%;left:50%;margin:var(--f-spinner-top, calc(var(--f-spinner-width) * -0.5)) 0 0 var(--f-spinner-left, calc(var(--f-spinner-height) * -0.5));z-index:30;cursor:pointer}.fancybox-protected{position:absolute;top:0;left:0;right:0;bottom:0;z-index:40;user-select:none}.fancybox-ghost{position:absolute;top:0;left:0;width:100%;height:100%;min-height:0;object-fit:contain;z-index:40;user-select:none;pointer-events:none}.fancybox-focus-guard{outline:none;opacity:0;position:fixed;pointer-events:none}.fancybox__container:not([aria-hidden]){opacity:0}.fancybox__container.is-animated[aria-hidden=false]>*:not(.fancybox__backdrop,.fancybox__carousel),.fancybox__container.is-animated[aria-hidden=false] .fancybox__carousel>*:not(.fancybox__viewport),.fancybox__container.is-animated[aria-hidden=false] .fancybox__slide>*:not(.fancybox__content){animation:var(--f-interface-enter-duration, 0.25s) ease .1s backwards f-fadeIn}.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop{animation:var(--f-backdrop-enter-duration, 0.35s) ease backwards f-fadeIn}.fancybox__container.is-animated[aria-hidden=true]>*:not(.fancybox__backdrop,.fancybox__carousel),.fancybox__container.is-animated[aria-hidden=true] .fancybox__carousel>*:not(.fancybox__viewport),.fancybox__container.is-animated[aria-hidden=true] .fancybox__slide>*:not(.fancybox__content){animation:var(--f-interface-exit-duration, 0.15s) ease forwards f-fadeOut}.fancybox__container.is-animated[aria-hidden=true] .fancybox__backdrop{animation:var(--f-backdrop-exit-duration, 0.35s) ease forwards f-fadeOut}.has-iframe .fancybox__content,.has-map .fancybox__content,.has-pdf .fancybox__content,.has-youtube .fancybox__content,.has-vimeo .fancybox__content,.has-html5video .fancybox__content{max-width:100%;flex-shrink:1;min-height:1px;overflow:visible}.has-iframe .fancybox__content,.has-map .fancybox__content,.has-pdf .fancybox__content{width:calc(100% - 120px);height:90%}.fancybox__container.is-compact .has-iframe .fancybox__content,.fancybox__container.is-compact .has-map .fancybox__content,.fancybox__container.is-compact .has-pdf .fancybox__content{width:100%;height:100%}.has-youtube .fancybox__content,.has-vimeo .fancybox__content,.has-html5video .fancybox__content{width:960px;height:540px;max-width:100%;max-height:100%}.has-map .fancybox__content,.has-pdf .fancybox__content,.has-youtube .fancybox__content,.has-vimeo .fancybox__content,.has-html5video .fancybox__content{padding:0;background:rgba(24,24,27,.9);color:#fff}.has-map .fancybox__content{background:#e5e3df}.fancybox__html5video,.fancybox__iframe{border:0;display:block;height:100%;width:100%;background:rgba(0,0,0,0)}.fancybox-placeholder{border:0 !important;clip:rect(1px, 1px, 1px, 1px) !important;-webkit-clip-path:inset(50%) !important;clip-path:inset(50%) !important;height:1px !important;margin:-1px !important;overflow:hidden !important;padding:0 !important;position:absolute !important;width:1px !important;white-space:nowrap !important}.f-carousel__thumbs{--f-thumb-width: 96px;--f-thumb-height: 72px;--f-thumb-outline: 0;--f-thumb-outline-color: #5eb0ef;--f-thumb-opacity: 1;--f-thumb-hover-opacity: 1;--f-thumb-selected-opacity: 1;--f-thumb-border-radius: 2px;--f-thumb-offset: 0px;--f-button-next-pos: 0;--f-button-prev-pos: 0}.f-carousel__thumbs.is-classic{--f-thumb-gap: 8px;--f-thumb-opacity: 0.5;--f-thumb-hover-opacity: 1;--f-thumb-selected-opacity: 1}.f-carousel__thumbs.is-modern{--f-thumb-gap: 4px;--f-thumb-extra-gap: 16px;--f-thumb-clip-width: 46px}.f-thumbs{position:relative;flex:0 0 auto;margin:0;overflow:hidden;-webkit-tap-highlight-color:rgba(0,0,0,0);user-select:none;perspective:1000px;transform:translateZ(0)}.f-thumbs .f-spinner{position:absolute;top:0;left:0;width:100%;height:100%;border-radius:2px;background-image:linear-gradient(#ebeff2, #e2e8f0);z-index:-1}.f-thumbs .f-spinner svg{display:none}.f-thumbs.is-vertical{height:100%}.f-thumbs__viewport{width:100%;height:auto;overflow:hidden;transform:translate3d(0, 0, 0)}.f-thumbs__track{display:flex}.f-thumbs__slide{position:relative;flex:0 0 auto;box-sizing:content-box;display:flex;align-items:center;justify-content:center;padding:0;margin:0;width:var(--f-thumb-width);height:var(--f-thumb-height);overflow:visible;cursor:pointer}.f-thumbs__slide.is-loading img{opacity:0}.is-classic .f-thumbs__viewport{height:100%}.is-modern .f-thumbs__track{width:max-content}.is-modern .f-thumbs__track::before{content:"";position:absolute;top:0;bottom:0;left:calc((var(--f-thumb-clip-width, 0))*-0.5);width:calc(var(--width, 0)*1px + var(--f-thumb-clip-width, 0));cursor:pointer}.is-modern .f-thumbs__slide{width:var(--f-thumb-clip-width);transform:translate3d(calc(var(--shift, 0) * -1px), 0, 0);transition:none;pointer-events:none}.is-modern.is-resting .f-thumbs__slide{transition:transform .33s ease}.is-modern.is-resting .f-thumbs__slide__button{transition:clip-path .33s ease}.is-using-tab .is-modern .f-thumbs__slide:focus-within{filter:drop-shadow(-1px 0px 0px var(--f-thumb-outline-color)) drop-shadow(2px 0px 0px var(--f-thumb-outline-color)) drop-shadow(0px -1px 0px var(--f-thumb-outline-color)) drop-shadow(0px 2px 0px var(--f-thumb-outline-color))}.f-thumbs__slide__button{appearance:none;width:var(--f-thumb-width);height:100%;margin:0 -100% 0 -100%;padding:0;border:0;position:relative;border-radius:var(--f-thumb-border-radius);overflow:hidden;background:rgba(0,0,0,0);outline:none;cursor:pointer;pointer-events:auto;touch-action:manipulation;opacity:var(--f-thumb-opacity);transition:opacity .2s ease}.f-thumbs__slide__button:hover{opacity:var(--f-thumb-hover-opacity)}.f-thumbs__slide__button:focus:not(:focus-visible){outline:none}.f-thumbs__slide__button:focus-visible{outline:none;opacity:var(--f-thumb-selected-opacity)}.is-modern .f-thumbs__slide__button{--clip-path: inset( 0 calc( ((var(--f-thumb-width, 0) - var(--f-thumb-clip-width, 0))) * (1 - var(--progress, 0)) * 0.5 ) round var(--f-thumb-border-radius, 0) );clip-path:var(--clip-path)}.is-classic .is-nav-selected .f-thumbs__slide__button{opacity:var(--f-thumb-selected-opacity)}.is-classic .is-nav-selected .f-thumbs__slide__button::after{content:"";position:absolute;top:0;left:0;right:0;height:auto;bottom:0;border:var(--f-thumb-outline, 0) solid var(--f-thumb-outline-color, transparent);border-radius:var(--f-thumb-border-radius);animation:f-fadeIn .2s ease-out;z-index:10}.f-thumbs__slide__img{overflow:hidden;position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;margin:0;padding:var(--f-thumb-offset);box-sizing:border-box;pointer-events:none;object-fit:cover;border-radius:var(--f-thumb-border-radius)}.f-thumbs.is-horizontal .f-thumbs__track{padding:8px 0 12px 0}.f-thumbs.is-horizontal .f-thumbs__slide{margin:0 var(--f-thumb-gap) 0 0}.f-thumbs.is-vertical .f-thumbs__track{flex-wrap:wrap;padding:0 8px}.f-thumbs.is-vertical .f-thumbs__slide{margin:0 0 var(--f-thumb-gap) 0}.fancybox__thumbs{--f-thumb-width: 96px;--f-thumb-height: 72px;--f-thumb-border-radius: 2px;--f-thumb-outline: 2px;--f-thumb-outline-color: #ededed;position:relative;opacity:var(--fancybox-opacity, 1);transition:max-height .35s cubic-bezier(0.23, 1, 0.32, 1)}.fancybox__thumbs.is-classic{--f-thumb-gap: 8px;--f-thumb-opacity: 0.5;--f-thumb-hover-opacity: 1}.fancybox__thumbs.is-classic .f-spinner{background-image:linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05))}.fancybox__thumbs.is-modern{--f-thumb-gap: 4px;--f-thumb-extra-gap: 16px;--f-thumb-clip-width: 46px;--f-thumb-opacity: 1;--f-thumb-hover-opacity: 1}.fancybox__thumbs.is-modern .f-spinner{background-image:linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05))}.fancybox__thumbs.is-horizontal{padding:0 var(--f-thumb-gap)}.fancybox__thumbs.is-vertical{padding:var(--f-thumb-gap) 0}.is-compact .fancybox__thumbs{--f-thumb-width: 64px;--f-thumb-clip-width: 32px;--f-thumb-height: 48px;--f-thumb-extra-gap: 10px}.fancybox__thumbs.is-masked{max-height:0px !important}.is-closing .fancybox__thumbs{transition:none !important}.fancybox__toolbar{--f-progress-color: var(--fancybox-color, rgba(255, 255, 255, 0.94));--f-button-width: 46px;--f-button-height: 46px;--f-button-color: var(--fancybox-color);--f-button-hover-color: var(--fancybox-hover-color);--f-button-bg: rgba(24, 24, 27, 0.65);--f-button-hover-bg: rgba(70, 70, 73, 0.65);--f-button-active-bg: rgba(90, 90, 93, 0.65);--f-button-border-radius: 0;--f-button-svg-width: 24px;--f-button-svg-height: 24px;--f-button-svg-stroke-width: 1.5;--f-button-svg-filter: drop-shadow(1px 1px 1px rgba(24, 24, 27, 0.15));--f-button-svg-fill: none;--f-button-svg-disabled-opacity: 0.65;display:flex;flex-direction:row;justify-content:space-between;margin:0;padding:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI Adjusted","Segoe UI","Liberation Sans",sans-serif;color:var(--fancybox-color, currentColor);opacity:var(--fancybox-opacity, 1);text-shadow:var(--fancybox-toolbar-text-shadow, 1px 1px 1px rgba(0, 0, 0, 0.5));pointer-events:none;z-index:20}.fancybox__toolbar :focus-visible{z-index:1}.fancybox__toolbar.is-absolute,.is-compact .fancybox__toolbar{position:absolute;top:0;left:0;right:0}.is-idle .fancybox__toolbar{pointer-events:none;animation:.15s ease-out both f-fadeOut}.fancybox__toolbar__column{display:flex;flex-direction:row;flex-wrap:wrap;align-content:flex-start}.fancybox__toolbar__column.is-left,.fancybox__toolbar__column.is-right{flex-grow:1;flex-basis:0}.fancybox__toolbar__column.is-right{display:flex;justify-content:flex-end;flex-wrap:nowrap}.fancybox__infobar{padding:0 5px;line-height:var(--f-button-height);text-align:center;font-size:17px;font-variant-numeric:tabular-nums;-webkit-font-smoothing:subpixel-antialiased;cursor:default;user-select:none}.fancybox__infobar span{padding:0 5px}.fancybox__infobar:not(:first-child):not(:last-child){background:var(--f-button-bg)}[data-fancybox-toggle-slideshow]{position:relative}[data-fancybox-toggle-slideshow] .f-progress{height:100%;opacity:.3}[data-fancybox-toggle-slideshow] svg g:first-child{display:flex}[data-fancybox-toggle-slideshow] svg g:last-child{display:none}.has-slideshow [data-fancybox-toggle-slideshow] svg g:first-child{display:none}.has-slideshow [data-fancybox-toggle-slideshow] svg g:last-child{display:flex}[data-fancybox-toggle-fullscreen] svg g:first-child{display:flex}[data-fancybox-toggle-fullscreen] svg g:last-child{display:none}:fullscreen [data-fancybox-toggle-fullscreen] svg g:first-child{display:none}:fullscreen [data-fancybox-toggle-fullscreen] svg g:last-child{display:flex}.f-progress{position:absolute;top:0;left:0;right:0;height:3px;transform:scaleX(0);transform-origin:0;transition-property:transform;transition-timing-function:linear;background:var(--f-progress-color, var(--f-carousel-theme-color, #0091ff));z-index:30;user-select:none;pointer-events:none}:root{--font-family: "Open Sans", sans-serif;--second-family: "Corsario VF", sans-serif}@font-face{font-family:"Corsario VF";src:url(../fonts/CorsarioVF-Regular.woff2);font-display:swap}@font-face{font-family:"Open Sans";src:url(../fonts/OpenSans-Regular.ttf);font-weight:400;font-display:swap}@font-face{font-family:"Open Sans";src:url(../fonts/OpenSans-SemiBold.ttf);font-weight:600;font-display:swap}@font-face{font-family:"Open Sans";src:url(../fonts/OpenSans-Bold.ttf);font-weight:700;font-display:swap}header{padding:8px 0;top:0;transition:all .5s 0s;z-index:99;width:100%;position:sticky}header .home-link{display:block;max-width:130px;padding:10px 0;margin-right:auto}header .home-link .onhome{display:none}header .open-menu{display:none;width:40px;height:40px;min-width:40px;margin-left:2.5rem;cursor:pointer;justify-content:center;flex-wrap:wrap;align-items:center;align-content:center;gap:9px;transition:all linear .25s}header .open-menu span{border-radius:4px;background:var(--dark-text);width:40px;height:4px;transition:all linear .25s}header .open-menu.active{padding-left:6px}header .open-menu.active span:first-child{transform:rotate(45deg);transform-origin:left top}header .open-menu.active span:last-child{transform:rotate(-45deg);transform-origin:left bottom}header .open-menu.active span:nth-child(2){opacity:0}header.dark .open-menu span{background:#fff}header.dark .home-link img{display:none}header.dark .home-link .onhome{display:block}header.dark+main{margin-top:-70px}header.dark.fixed ul a,header.dark.fixed .login{color:var(--dark-green)}header.dark ul a{color:#fff}header.dark ul a:hover{color:var(--orange)}header.dark .login{color:#fff}header.dark .login:hover{color:var(--orange)}header.fixed{background:#fff;top:0;box-shadow:0 0 60px rgba(0,0,0,.05)}header.fixed .open-menu span{background:#000 !important}header.fixed .home-link img{display:block !important}header.fixed .home-link .onhome{display:none !important}header.open .resources-menu{opacity:1;visibility:visible;display:block;margin-top:10px}header nav{margin-left:160px}header nav ul{display:flex;gap:3rem}header nav a{display:block;color:var(--dark-text);font-size:var(--fs18)}header nav a:hover,header nav a.active{color:var(--orange)}header .login{display:block;margin-right:3rem;font-size:var(--fs18);color:#000;margin-left:auto}header .login:hover{text-decoration:underline;text-decoration-skip-ink:none;color:var(--orange)}header .btn{padding:1rem 1.5rem !important;border-radius:100px;border:none !important;color:#fff;font-size:var(--fs18);font-family:var(--font-family)}header .menu-mobile-container{display:none !important;max-height:100vh;overflow:auto}header .menu-mobile-container .menu-item-has-children:hover>a{font-weight:bold}header .menu-mobile-container .menu-item-has-children:hover ul{display:flex;flex-direction:column;gap:0}header .menu-mobile-container .menu-item-has-children>a{display:flex;justify-content:space-between;align-items:center}header .menu-mobile-container .menu-item-has-children>a:after{content:"";transform:rotate(90deg);width:1.5rem;height:1.5rem;-webkit-mask:url(../images/arrow.svg) no-repeat center/contain;background-color:#000}header .menu-mobile-container .menu-item-has-children ul{display:none}@media(max-width: 1200px){header{top:0;left:0;width:100%;z-index:5;padding:10px 0;transition:all linear .25s}header nav{position:absolute;top:100%;right:0;background:#fff;z-index:10;margin-left:0;width:100%;left:0;opacity:0;visibility:hidden;padding:0;border-bottom:1px solid var(--stroke);transition:all linear .25s;display:flex;flex-wrap:wrap;height:calc(100dvh - 70px);align-items:flex-start;align-content:flex-start}header nav ul{display:block;width:100%}header nav ul a{display:block;padding:22px 20px;font-size:var(--fs18);border-bottom:1px solid var(--stroke)}header nav.open{opacity:1;visibility:visible;box-shadow:0 3px 5px rgba(0,0,0,.2)}header .login{margin-left:auto}header .open-menu{margin-left:15px;gap:8px;display:flex}header .open-menu span{width:35px}header .menu-mobile-container{display:block !important}header .menu-main-menu-container{display:none !important}}@media(max-width: 768px){header .home-link{max-width:140px;margin-right:auto}header .d-flex>.login{display:none !important}header .d-flex>.btn{display:inline-flex !important;font-size:12px;padding:10px}header nav{padding-bottom:3rem}header nav ul{width:100%;margin-bottom:2rem}header nav ul a{font-size:var(--fs20);padding:17px 20px;color:var(--dark-green) !important}header .btn{margin-left:2rem}header .login{margin-left:auto;margin-right:1rem}header .open-menu span{width:35px}}@media(max-width: 576px){header .home-link{max-width:120px}header .login{font-size:var(--fs20);padding:17px 20px}header .open-menu{transform:scale(0.8);transform-origin:right center}}.resources-menu{visibility:hidden;position:absolute;left:0;width:100%;top:100%;z-index:3;opacity:0;transition:all linear .25s}.resources-menu .container{display:grid;gap:40px;grid-template-columns:8fr 6fr 10fr 9fr;padding:30px 36px;background:#fff;border-radius:50px;box-shadow:0 0 40px -15px rgba(0,0,0,.15)}.resources-menu .menu{display:flex;flex-direction:column;gap:15px;padding:0 5px}.resources-menu .menu:last-child{padding-left:35px;position:relative}.resources-menu .menu:last-child:before{content:"";position:absolute;width:1px;height:80%;top:20%;left:-10px;background-color:#d9d9d9}.resources-menu .menu h3{font-size:16px;color:#a2a2a2;font-weight:400;margin:0}.resources-menu .menu a{font-weight:400;font-size:16px;line-height:26px;color:var(--dark-green)}.resources-menu .menu a:hover{color:var(--orange)}.resources-menu .case-link{margin-bottom:auto}.resources-menu .promo-link{padding:0;background:rgba(0,0,0,0);margin-bottom:auto;transition:all .3s 0s}.resources-menu .promo-link:hover{scale:1.05}.resources-menu .promo-link img{border-radius:3rem;width:100%;height:100%;object-fit:contain}@media(max-width: 1200px){.resources-menu{display:none}}img[data-src]{min-width:5px;min-height:5px}.grecaptcha-badge{opacity:.01;transform:scale(0.01);pointer-events:none}#hero img.mobile{display:none !important}:root{--stroke: #d4e1df;--brown: #7e6b4f;--brown2: #917241;--orange: #f38321;--dark-text: #444545;--dark-green: #293a3e;--grey-text: rgba(68, 69, 69, 0.7);--hover: #d94b26;--grey: #b3b4b4;--fs39: 3.9rem;--fs30: 3rem;--fs18: 1.8rem;--fs20: 2rem;--fs24: 2.4rem;--fs14: 1.6rem}input,select,textarea,button{font-family:var(--font-family)}*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;outline:none !important}html{font-size:10px}body{font-size:var(--fs20);line-height:1.4;font-family:var(--font-family);font-weight:400;background:#fdfdfd;margin:0;color:var(--dark-text)}body.page-template-front-page2,body.page-template-page-how{color:var(--dark-green)}.container{width:100%;margin:0 auto;padding:0 20px;max-width:1360px}.container_small{max-width:970px}a{text-decoration:none;cursor:pointer;transition:all linear .25s}div,a,img,button{outline:none}ul{list-style:none;padding:0;margin:0}p{margin:0}.fl,.d-flex{display:flex}.fw{flex-wrap:wrap}.sb{justify-content:space-between}.aligncenter{align-content:center;align-items:center}li.resources a{display:flex;gap:10px;align-items:center}li.resources a:after{content:" ";display:block;background-image:url("data:image/svg+xml,%3Csvg width='11' height='6' viewBox='0 0 11 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.713378 5.54058C0.452872 5.27897 0.437321 4.8657 0.666357 4.58612L0.715347 4.53221L4.915 0.35028C5.32509 -0.0580787 5.98231 -0.0643098 6.39998 0.326646L6.43962 0.365789L10.4665 4.5423L10.5145 4.59769C10.7376 4.88188 10.7137 5.29472 10.448 5.55092C10.1645 5.82409 9.71315 5.8158 9.43986 5.53245L5.66439 1.61665L1.72175 5.54255L1.66734 5.59154C1.38682 5.81928 0.973853 5.8021 0.713378 5.54058Z' fill='%23444545'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center;transform:rotate(180deg);margin-top:3px;transition:all linear .25s;width:11px;height:11px}.dark li.resources a:after{background-image:url("data:image/svg+xml,%3Csvg width='11' height='6' viewBox='0 0 11 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.713378 5.54058C0.452872 5.27897 0.437321 4.8657 0.666357 4.58612L0.715347 4.53221L4.915 0.35028C5.32509 -0.0580787 5.98231 -0.0643098 6.39998 0.326646L6.43962 0.365789L10.4665 4.5423L10.5145 4.59769C10.7376 4.88188 10.7137 5.29472 10.448 5.55092C10.1645 5.82409 9.71315 5.8158 9.43986 5.53245L5.66439 1.61665L1.72175 5.54255L1.66734 5.59154C1.38682 5.81928 0.973853 5.8021 0.713378 5.54058Z' fill='%23fff'/%3E%3C/svg%3E");background-repeat:no-repeat}li.resources a:hover:after{background-image:url("data:image/svg+xml,%3Csvg width='11' height='6' viewBox='0 0 11 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.713378 5.54058C0.452872 5.27897 0.437321 4.8657 0.666357 4.58612L0.715347 4.53221L4.915 0.35028C5.32509 -0.0580787 5.98231 -0.0643098 6.39998 0.326646L6.43962 0.365789L10.4665 4.5423L10.5145 4.59769C10.7376 4.88188 10.7137 5.29472 10.448 5.55092C10.1645 5.82409 9.71315 5.8158 9.43986 5.53245L5.66439 1.61665L1.72175 5.54255L1.66734 5.59154C1.38682 5.81928 0.973853 5.8021 0.713378 5.54058Z' fill='%23F38321'/%3E%3C/svg%3E");background-repeat:no-repeat}li.resources a.active:after{transform:rotate(0deg);background-image:url("data:image/svg+xml,%3Csvg width='11' height='6' viewBox='0 0 11 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.713378 5.54058C0.452872 5.27897 0.437321 4.8657 0.666357 4.58612L0.715347 4.53221L4.915 0.35028C5.32509 -0.0580787 5.98231 -0.0643098 6.39998 0.326646L6.43962 0.365789L10.4665 4.5423L10.5145 4.59769C10.7376 4.88188 10.7137 5.29472 10.448 5.55092C10.1645 5.82409 9.71315 5.8158 9.43986 5.53245L5.66439 1.61665L1.72175 5.54255L1.66734 5.59154C1.38682 5.81928 0.973853 5.8021 0.713378 5.54058Z' fill='%23F38321'/%3E%3C/svg%3E");background-repeat:no-repeat}img{display:block;max-width:100%}.btn{white-space:nowrap;position:relative;display:inline-flex;padding:2.25rem 3rem;font-size:var(--fs24);line-height:.75;justify-content:center;font-family:var(--font-family);color:#fff;font-weight:600;overflow:hidden;border-radius:100px;border:0}.btn .mob{display:none !important}button{cursor:pointer}.btn.type2{padding:1.5rem 2rem;font-size:2rem}.btn span{position:relative;z-index:3;display:flex;align-items:center;gap:8px}.btn span span{font-size:var(--fs14);color:rgba(255,255,255,.7);font-family:"Open Sans";font-weight:600}.btn span img{max-width:37px;display:block}.btn:before{content:" ";display:block;position:absolute;left:0;top:0;width:100%;height:100%;z-index:1;transition:all linear .25s;background:linear-gradient(146deg, #f38221 0%, #d94b26 100%)}.btn:after{content:" ";display:block;position:absolute;left:-100%;top:0;width:200%;height:100%;transition:all linear .25s;opacity:0;z-index:2;background:linear-gradient(322deg, #f38221 0%, #d94b26 50%, #d94b26 100%)}.btn:hover:after{opacity:1}.btn:active:after{opacity:1;left:0}.section{padding:6rem 0}.h1,.section-title{font-weight:400;font-size:5.5rem;line-height:1.3;letter-spacing:-0.06em;color:var(--dark-text)}.h1:not([class*=mb]),.section-title:not([class*=mb]){margin:0 0 4rem}.h1 span,.section-title span{background:linear-gradient(146deg, #f38221 0%, #d94b26 100%);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0)}.section-title{text-align:center;font-size:4.8rem;line-height:1.15;background:linear-gradient(139deg, #7d6b4f 0%, #3f4042 100%);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0)}.h1.section-title{font-size:5.6rem}#hero .video{display:flex;justify-content:flex-end;margin-left:auto;text-align:right}#hero .video>div{position:relative}#hero .video>div:before{content:" ";display:block;position:absolute;height:100%;left:-2px;top:0;width:200px;background:linear-gradient(to right, #293b3e 0%, rgba(41, 59, 62, 0) 100%)}#hero .video video{object-fit:cover;height:100dvh;max-height:900px;display:block;margin-left:auto}#hero{background:#293b3e;overflow:hidden}#hero .img{margin-left:auto;object-fit:cover;height:100dvh;max-height:900px;display:block}#hero{position:relative;color:#fff}#hero .h1{color:#fff;margin:0}#hero .fix{position:absolute;left:0;bottom:0;width:100%;height:100%;background:url(../images/shadow.svg) no-repeat calc(50% - 105px) center;background-size:auto 100%}#hero .fix>div{padding-top:175px;padding-bottom:110px;width:100%;height:100%;display:flex;align-items:center;flex-wrap:wrap}#hero.wimage .type3#hero .img{object-position:right center}.type2#hero .fix{align-items:center}.type2#hero .description{font-size:var(--fs30);padding:0 !important;margin-top:4rem;max-width:675px;width:100%}.type3#hero .description{font-size:var(--fs24)}.text-right{text-align:right}#hero .who{display:inline-flex;gap:15px;font-weight:400;font-size:20px;align-items:center;line-height:130%;color:#fff}#hero .content{gap:10rem}#hero h1+div{width:535px;padding-top:20px}#hero .description{margin-bottom:4rem;line-height:1.3;font-weight:400}#hero .description span{color:var(--orange)}.trusted{height:64px;display:flex;padding:0 13px;margin-bottom:0 !important;position:relative;align-items:center}@media screen and (min-width: 1920px){.trusted{margin:0 auto;max-width:1360px;overflow:hidden}}.trusted:before{content:" ";position:absolute;height:100%;width:200px;background:linear-gradient(to right, #fff, rgba(255, 255, 255, 0));z-index:2;pointer-events:none;left:0;top:0}.trusted:after{content:" ";position:absolute;height:100%;width:200px;background:linear-gradient(to left, #fff, rgba(255, 255, 255, 0));z-index:2;pointer-events:none;right:0;top:0}.str_wrap{width:100%;display:flex;position:relative;-moz-user-select:none;-khtml-user-select:none;user-select:none;align-items:center}.str_move{position:absolute;top:0;left:0;display:flex;margin:0 !important}.str_move>*:not(.str_move){display:block}.str_move>*:not(.str_move)>div{align-items:center;justify-content:center;align-content:center;display:flex;height:100%}:not(.section)+#trusted{padding-top:10rem}#trusted .str_move>div:not(.str_move){max-height:65px;max-width:165px}.trusted .str_move>div{margin:0 13px}.trusted>div:not(.str_move){margin:0 13px}.trusted>div:not(.str_move):first-child{margin-left:0px}.trusted img{max-height:65px;max-width:165px}.overflow{overflow:hidden}.default{gap:3rem}.default+.default{margin-top:3rem}.default>div{width:100%;max-width:calc(33.33% - 2rem)}.bg-grey{background:rgba(212,225,223,.1)}.border{border:1px solid var(--stroke)}.border-radius{border-radius:3rem}.border-radius2{border-radius:2.2rem}#requests .r>div{padding:2.2rem 1.5rem;max-width:calc(33.33% - 2rem);transition:all linear .5s;opacity:.1}#requests .r>div.active{opacity:1}.requests .icon{width:100%;max-width:45px;margin-right:10px}.requests .p1{margin-bottom:1.5rem}.requests .p2{font-size:var(--fs14);color:var(--grey-text);font-weight:600}.mb60{margin-bottom:6rem}.mb80{margin-bottom:8rem}.mb15{margin-bottom:1.5rem}.mb20{margin-bottom:2rem}.mb30{margin-bottom:3rem}.mb45{margin-bottom:4.5rem}.mb40{margin-bottom:4rem}.mt0{margin-top:0rem}.mt30{margin-top:3rem}.mt45{margin-top:4.5rem}.mt60{margin-top:6rem}.pt0{padding-top:0 !important}#info1{text-align:center}.info1{padding:1.5rem 4rem 6rem;line-height:1.4;background:url(../images/bg1.png) no-repeat center calc(50% - 25px);background-size:auto 425px}.info1 .line1{gap:3rem}.info1 .line1 .description{max-width:710px;text-align:left}.info1 .line1 .description strong{color:var(--orange);font-weight:600}.info1 img{max-height:270px}.info1 .line2 img{max-height:315px;margin-top:-45px}.info1 h3{margin:0 0 3rem;font-family:var(--second-family);font-weight:400;font-size:var(--fs39);line-height:1.3;background:linear-gradient(146deg, #f38221 0%, #d94b26 100%);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0)}.info1 .description ul{display:flex;flex-wrap:wrap;gap:1.5rem 4rem;justify-content:space-between}.info1 .description ul li{padding-left:38px;background:url(../images/li.svg) no-repeat 5px center}.alignbottom{align-items:flex-end;align-content:flex-end}.info1 h4{max-width:850px;margin:7rem 0 -1rem;font-size:var(--fs24);font-weight:400;font-family:var(--second-family);text-align:left;color:var(--dark-text)}.info1 .line2 .description{max-width:640px;text-align:left}.description p+p{margin-top:3rem}#works .section-title{margin-bottom:-50px;padding-left:185px}.works{align-items:flex-start;line-height:1.3}.works .col{position:relative;padding-top:4.5rem;z-index:1;padding-bottom:2rem}.works .col1{width:100%;max-width:490px;padding-left:45px;padding-top:3.5rem}.works .col2{width:100%;max-width:400px;padding-right:20px;margin-top:11.5rem}.works .col2>div{max-width:325px;margin-left:auto}.works .col3{width:100%;max-width:305px;padding-right:20px}.works .title{display:flex;align-items:center;margin-bottom:3rem}.works .col1 .title{margin-bottom:1.5rem}.works .title p span{color:var(--orange)}.works .title>span{width:100%;max-width:45px;min-width:45px;height:45px;border-radius:100%;background:var(--brown);color:#fff;font-weight:700;font-size:3rem;line-height:1;display:flex;align-items:center;justify-content:center;align-content:center;margin-right:12px}.works .col2 .description{max-width:245px}.works .img{position:relative;display:flex}.works .img img{max-width:unset}.works .col1 img{max-height:217px;margin-top:3.5rem}.works .col2 .img{justify-content:flex-end;padding-right:100px}.works .col2 img{max-height:198px;margin-top:1rem}.works .col3 .img{justify-content:flex-end}.works .col3 img{max-height:241px;margin-top:4.5rem}.works .pattern{position:absolute;z-index:-1;left:0;top:0;max-width:unset;max-height:unset !important;margin:0 !important}.works .col2 .pattern,.works .col3 .pattern{left:auto;right:0}#works .btn{display:flex;width:100%;max-width:307px;margin-top:-73px}.videos{gap:4.5rem 3rem}.videos>div{padding:2rem}.h2,.team1 h2{margin:0;text-align:center;font-family:var(--second-family);font-weight:400;font-size:3rem;line-height:1.2;text-align:center;color:var(--brown)}.h2 span,.team1 h2 span{color:var(--orange)}.videos .h2{margin-bottom:1rem;min-height:7rem}.videos>div:nth-child(4n+1){width:100%;max-width:calc(57% - 1.5rem)}.videos>div:nth-child(4n+2){width:100%;max-width:calc(43% - 1.5rem)}.videos>div:nth-child(4n+3){width:100%;max-width:calc(43% - 1.5rem)}.videos>div:nth-child(4n+4){width:100%;max-width:calc(57% - 1.5rem)}.videos>div:last-child{max-width:100%}.videos>div:last-child .h2{min-height:unset}.videos>div:last-child img{object-position:center top}.d-video,.videos .video{height:325px;position:relative;overflow:hidden;border-radius:3rem}.d-video .play,.videos .play{position:absolute;left:0;top:0;width:100%;height:100%;background:rgba(255,255,255,.1);display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:2}.d-video .play svg,.videos .play svg{fill:var(--orange);border-radius:100px}.d-video video,.d-video img,.videos video,.videos img{border:1px solid var(--grey-text);width:100%;height:100%;border-radius:3rem;transition:all linear .25s}.d-video:hover>img,.videos .video:hover>img{border-color:var(--orange)}.d-video img,.videos img{object-fit:cover;position:absolute;left:0;top:0;width:100%;z-index:1}.team1>div{width:100%;max-width:calc(33.33% - 1.5rem)}.team1>div:nth-child(2n+2){max-width:calc(66.66% - 1.5rem)}.team1 div>img{display:block;width:100%;height:100%;object-fit:cover;margin-bottom:-7px}.team1 .description{background:url(../images/bg2.png) no-repeat center center;background-size:auto 375px;padding:3.5rem 6rem}.team1 .description>div{max-width:665px}.team1 h2{margin-bottom:2rem;text-align:left}.team1 p+p{margin-top:1.5rem}.team1 .btn{margin-top:2rem}.relative{position:relative}.team1 .title{position:absolute;z-index:2;right:2.5rem;bottom:2.5rem;display:flex;align-items:center;gap:8px;font-size:var(--fs14);font-weight:600;backdrop-filter:blur(7.5000004768px);background:rgba(255,255,255,.9);border:1px solid var(--stroke);border-radius:1.5rem;height:58px;padding:0 1.5rem}.team1 .title img{max-width:21px;display:block}#number .section-title{text-align:left;margin-bottom:-55px;font-size:4rem}.numbers{display:grid;grid-template-columns:calc(40% - 1.5rem) calc(30% - 1.5rem) calc(30% - 1.5rem)}.numbers>div{border:1px solid #d9d9d9;border-radius:3rem;padding:3rem 6rem}.numbers>div:nth-child(1){grid-row:1/3;grid-column:1/2;margin-top:9.5rem;text-align:center;padding:4rem 6rem;background:var(--brown) url(../images/bg3.png) no-repeat center;background-size:cover;color:#fff}.numbers>div:nth-child(2){grid-row:1/2;grid-column:2/4}.numbers>div:nth-child(4){padding:3rem 3rem}.numbers .p1{margin:0 0 .5rem}.numbers>div:not(:nth-child(1)) .p2{margin:0 0 1.5rem;font-family:var(--second-family);font-weight:400;font-size:48px;line-height:1.2;color:var(--orange);margin:0 0 2rem}.numbers .p3{max-width:400px;color:var(--grey-text);font-size:var(--fs24);max-width:550px}.numbers>div:nth-child(1) .p1{font-family:var(--second-family);font-weight:400;font-size:48px;line-height:1.2;color:#fff;margin:0 0 3rem}.numbers>div:nth-child(3) .p1{max-width:240px}.numbers>div:nth-child(1) .p2{margin:0 0 3.5rem}.numbers>div:nth-child(1) .p3{padding:3rem 5rem;border:1px solid #d9d9d9;border-radius:3rem;background:#fff;color:var(--grey-text);text-align:left}.numbers>div:nth-child(1) .p3 span{display:block;margin-bottom:1.5rem;line-height:42px;font-size:var(--fs24);color:var(--dark-text);padding-left:60px;background:url(../images/i6.png) no-repeat left center;background-size:42px auto}.numbers>div.col2{background:url(../images/f1.png) no-repeat center;background-size:cover}.numbers>div.col3{background:url(../images/f2.png) no-repeat center;background-size:cover}.numbers>div.col4{background:url(../images/f3.png) no-repeat center;background-size:cover}.pd40{padding:4rem}#info2 .img{max-width:600px}#info2 .content{max-width:540px;width:100%}#info2 .content>div{max-width:470px}.text-left{text-align:left}.fs24{font-size:var(--fs24)}#info2 .pd40{padding:4rem 4rem 2.5rem}#info3 .img{width:100%;max-width:645px;position:relative}#info3 .img .im{position:absolute;transition:all linear .5s;opacity:0;transform:translateY(25px)}#info3 .img .im.active{opacity:1;transform:translateY(0)}#info3 .img .im1{top:35%;left:7%;transition-delay:0s}#info3 .img .im2{top:35%;left:30%;transition-delay:.3s}#info3 .img .im3{top:68%;left:46%;transition-delay:.6s}#info3 .img .im4{top:25%;left:54%;transition-delay:.9s}#info3 .img .im5{top:28%;left:78%;transition-delay:1.2s}#info3 .img .im6{top:50%;left:77%;transition-delay:1.5s}#info3 .content{width:100%;max-width:600px;padding-right:20px}.text-center{text-align:center}.cases .top img{border-radius:100%;display:block;width:100%;max-width:95px;min-width:95px;height:95px;margin-right:2rem;object-fit:cover}.cases .top .name{line-height:1.4;margin-bottom:4px}.cases .top .job{color:var(--grey-text)}.cases .p2 span{color:var(--orange)}.cases .more{display:flex;align-items:center;gap:7px;color:var(--grey-text);font-size:var(--fs14);position:absolute;bottom:5rem;left:3rem}.cases .more path{transition:all linear .25s;stroke:#444545}.cases .more:hover{color:var(--orange)}.cases .more:hover path{stroke:var(--orange)}.cases>div{padding:4.5rem 3rem 7rem;position:relative}.cases div.with-video{padding:0;max-width:calc(50% - 1.5rem)}.cases div.with-video a{display:flex;position:relative;overflow:hidden}.cases div.with-video img{display:block;width:100%;object-fit:cover;border-radius:2rem}.cases div.with-video .title{position:absolute;left:50%;transform:translateX(-50%);bottom:3rem;z-index:2;display:inline-block;text-align:center;background:#f8faf9;border:1px solid var(--stroke);border-radius:15px;padding:7px 30px;font-size:2rem;line-height:1.3;text-align:center;color:var(--dark-text)}.cases div.with-video .title:hover{background:#ccc}.cases div.with-video .title span{display:block;color:var(--grey-text);white-space:nowrap}.cases div.with-video svg{width:50px;height:50px;cursor:pointer;left:calc(50% - 25px);top:calc(50% - 25px);z-index:1;display:block;position:absolute;fill:var(--orange)}.cases div.with-video a:hover svg{fill:#d94b26}.cases>div .mb45:last-child{margin-bottom:0 !important}#info4 .content{max-width:535px}#info4 .img{max-width:625px}#info4 .description2,#info4 .description1{margin-bottom:2rem;font-size:var(--fs24)}#info4 .description2 span{color:var(--orange)}#info4 img{margin-top:-95px}#info4 .d-flex{padding:3rem 7.5rem}#trusted2{overflow:hidden;margin-top:10px}#trusted2 .col-left{width:100%;max-width:570px}#trusted2 .text{padding:4.5rem 2rem 4.5rem 4.5rem}#trusted2 .col-right{width:100%;max-width:calc(100% - 570px)}#trusted2 .logos{overflow:hidden;position:relative;padding-top:10px}#trusted2 .trusted2:before,#trusted2 .trusted2:after{content:" ";display:block;position:absolute;left:-1px;height:100%;width:125px;background:linear-gradient(to right, #fdfdfd 0%, rgba(253, 253, 253, 0) 100%);z-index:2}#trusted2 .trusted2:after{left:auto;right:-1px;background:linear-gradient(to left, #fdfdfd 0%, rgba(253, 253, 253, 0) 100%)}.trusted2{height:85px;display:flex;padding:0 24px;margin-bottom:0 !important;position:relative;align-items:center}.row2 .trusted2{justify-content:flex-end}.row2 .trusted2.str_wrap{transform:rotate(180deg);justify-content:flex-start}.row2 .trusted2.str_wrap>div{transform:rotate(180deg)}.trusted2 .str_move>div{margin:0 24px}.trusted2>div:not(.str_move){margin:0 24px}.trusted2>div:not(.str_move):first-child{margin-left:0px}.row2 .trusted2>div:not(.str_move):first-child{margin-left:24px}.row2 .trusted2>div:not(.str_move):last-child{margin-right:0px}.trusted2 img{max-height:80px;max-width:150px}#trusted2 .str_move>div:not(.str_move){max-height:80px;max-width:150px}#trusted2 .bg{background:url(../images/pattern4.svg) no-repeat left top;background-size:100% auto}#trusted2 .row2 .col-left{width:100%;max-width:530px;padding-top:30px}#trusted2 .row2 .col-right{width:100%;max-width:calc(100% - 530px);padding-top:0}#trusted2 .row3 .col-left{padding-top:5px}#trusted2 .row3 .col-right{padding-top:45px}.partners{height:500px;overflow:hidden;margin-bottom:0 !important;position:relative;align-items:center}.partners:before,.partners:after{content:" ";display:block;position:absolute;left:0;top:-1px;height:125px;width:100%;background:linear-gradient(to bottom, #fdfdfd 0%, rgba(253, 253, 253, 0) 100%);z-index:2}.partners:after{top:auto;bottom:-1px;background:linear-gradient(to top, #fdfdfd 0%, rgba(253, 253, 253, 0) 100%)}.partners .str_move>div+div{margin-top:33px !important}.partners>div:not(.str_move):first-child{margin-left:0px}.partners .str_move{display:block}.form{padding:5rem 5rem;gap:2.5rem}.form .section-title{margin-bottom:-10px;display:flex;flex-wrap:wrap;padding-right:3.5rem}.form .section-title b{font-weight:400}.form .section-title b+b{display:block;margin-left:auto}.form .col-left{width:100%;max-width:50%}.form .col-right{width:100%;max-width:50%;padding-top:6px}.form .col-right>p{margin-bottom:1.5rem}.form .img{margin-top:5.2rem;margin-left:-3rem;margin-right:3rem;max-width:240px;display:flex;align-items:flex-end;justify-content:center;height:240px;border:1px solid #d4e1df;background:#fff;border-radius:100%}.form img{display:block;max-width:100%;border-radius:100%;max-height:100%}.form .p1{margin-top:5.5rem;padding-right:50px;background:url(../images/icon2.png) no-repeat right bottom;background-size:auto 42px;padding-top:16px;margin-bottom:2rem;display:inline-block}.form .p2{color:var(--grey-text);max-width:305px}.form form br{display:none}form .d-flex>*{display:flex;width:100%;gap:12px}form .d-flex>*>*{width:100%}form input{width:100%;display:block;margin:0 0 8px;background:#fff;border:1px solid #e7e9f0;border-radius:15px;padding:0 22px;height:60px;font-size:var(--fs14);font-weight:400}form input::placeholder{color:#81858b;font-size:var(--fs14);font-weight:400}form textarea{width:100%;display:block;margin:0 0 8px;border:1px solid #e7e9f0;border-radius:15px;padding:22px 215px 22px 22px;height:135px;resize:none;font-size:var(--fs14);font-weight:400}form .upload{position:relative}form .up{position:absolute;top:22px;right:22px;width:170px;display:flex;justify-content:space-between}form p:empty{display:none}form .up input[type=button]{background:url(../images/file.svg) no-repeat center center;width:20px;height:22px;padding:0;border:0;cursor:pointer;text-indent:-9999px;margin:0}div#mfcf7_zl_multifilecontainer{margin:0;max-height:95px;overflow:auto;font-size:var(--fs14)}div#mfcf7_zl_multifilecontainer p{line-height:22px;margin:0;display:flex;justify-content:space-between;align-items:center}.mfcf7-zl-multifile-name{overflow:hidden;text-overflow:ellipsis;display:block;max-width:125px;white-space:nowrap}div#mfcf7_zl_multifilecontainer p+p{margin-top:7px}a.mfcf7_zl_delete_file{display:flex;align-items:center}a.mfcf7_zl_delete_file img{display:block !important}a.mfcf7_zl_delete_file span{display:block}form input::placeholder{color:#81858b;font-size:var(--fs14);font-weight:400}form .submit{width:100%;margin-top:15px}.wpcf7 form.invalid .wpcf7-response-output,.wpcf7 form.unaccepted .wpcf7-response-output,.wpcf7 form.payment-required .wpcf7-response-output,.wpcf7-not-valid-tip{display:none !important}form input.wpcf7-not-valid{border-color:red}.modal{display:none}#thanks{padding:3rem 7rem 0;width:100%;max-width:1020px}#thanks img{width:100%;max-width:310px;margin-right:6rem}#thanks img+div{max-width:415px}.wpcf7 form .wpcf7-response-output{display:none !important}#thanks .section-title{text-align:left;font-size:3rem}#thanks.fancybox__content>.f-button.is-close-btn{top:20px;right:20px;opacity:1 !important}#thanks.fancybox__content>.f-button.is-close-btn svg{opacity:1 !important;color:#aeafaf}#thanks .btn{padding:2.3rem 3.8rem}summary{list-style-type:none;cursor:pointer}summary::-webkit-details-marker{display:none}.accordion__content{display:grid;grid-template-rows:0fr;transition-duration:.3s;padding:0 2.2rem}.accordion__content_body{overflow:hidden;max-width:calc(100% - 80px)}.accordion__content_body p{color:var(--Black);font-weight:500}.accordion__details[open]+.accordion__content{grid-template-rows:1fr;padding-bottom:2.2rem}.accordion__list{display:flex;flex-direction:column;gap:2.2rem}.accordion__title{display:flex;margin:0;font-size:var(--fs24);font-weight:400;align-items:center}.accordion__head{padding:2.2rem;position:relative;display:flex;gap:1rem;transition:all linear .25s;justify-content:space-between}.accordion__head:hover .accordion__icon{background-color:#d94b26}.accordion__icon{display:flex;flex-shrink:0;width:48px;height:48px;justify-content:center;align-items:center;position:relative;border-radius:8px;border:1px solid var(--orange);transition:all linear .25s;background-image:url("data:image/svg+xml,%3Csvg width='20' height='21' viewBox='0 0 20 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.2363 1.2832C10.4938 1.30881 10.7363 1.42188 10.9209 1.60645L10.9951 1.68945C11.1591 1.88964 11.25 2.14127 11.25 2.40234V9.52734H18.375C18.6734 9.52734 18.9599 9.64547 19.1709 9.85645L19.2451 9.93945C19.4091 10.1396 19.5 10.3913 19.5 10.6523C19.5 10.9134 19.4091 11.165 19.2451 11.3652L19.1709 11.4482C18.9599 11.6592 18.6734 11.7773 18.375 11.7773H11.25V18.9023C11.25 19.1634 11.1591 19.415 10.9951 19.6152L10.9209 19.6982C10.7099 19.9092 10.4234 20.0273 10.125 20.0273C9.86393 20.0273 9.6123 19.9365 9.41211 19.7725L9.3291 19.6982C9.11813 19.4873 9 19.2007 9 18.9023V11.7773H1.875C1.61393 11.7773 1.3623 11.6865 1.16211 11.5225L1.0791 11.4482C0.868124 11.2373 0.75 10.9507 0.75 10.6523C0.75 10.354 0.868124 10.0674 1.0791 9.85645L1.16211 9.78223C1.3623 9.6182 1.61393 9.52734 1.875 9.52734H9V2.40234C9 2.10398 9.11812 1.81742 9.3291 1.60645L9.41211 1.53223C9.6123 1.3682 9.86393 1.27734 10.125 1.27734L10.2363 1.2832Z' fill='white' stroke='white' stroke-width='0.75'/%3E%3C/svg%3E%0A");background-repeat:no-repeat;background-position:center center;background-color:var(--orange)}.accordion__details[open] .accordion__icon{background-image:url("data:image/svg+xml,%3Csvg width='21' height='4' viewBox='0 0 21 4' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.7505 0.530273C19.0489 0.530273 19.3354 0.648398 19.5464 0.859375L19.6206 0.942383C19.7846 1.14257 19.8755 1.3942 19.8755 1.65527C19.8755 1.91635 19.7846 2.16797 19.6206 2.36816L19.5464 2.45117C19.3354 2.66215 19.0489 2.78027 18.7505 2.78027H2.25049C1.98942 2.78027 1.73779 2.68942 1.5376 2.52539L1.45459 2.45117C1.24361 2.24019 1.12549 1.95364 1.12549 1.65527C1.12549 1.3569 1.24361 1.07035 1.45459 0.859375L1.5376 0.785156C1.73779 0.62113 1.98941 0.530273 2.25049 0.530273H18.7505Z' fill='white' stroke='white' stroke-width='0.75'/%3E%3C/svg%3E%0A")}.default .blog_item{padding:3rem;padding-bottom:calc(3rem + 23px);position:relative}.default .blog_item .blog_info{position:absolute;padding:0 3rem 3rem;left:0;bottom:0;z-index:2}.blog_image>a{display:flex;justify-content:center;align-items:center;min-height:360px}.blog_image>a>div{max-width:80%}.blog_image>a>img{display:block;width:100%;height:360px;object-fit:cover;border-radius:2.2rem}.blog_author{min-height:unset !important;position:absolute;left:2rem;bottom:2rem;background:#f8faf9;display:flex;align-items:center;padding:7px 15px;font-size:var(--fs14);color:var(--grey-text);gap:5px;border:1px solid var(--stroke);border-radius:1.5rem;transition:all linear .25s}.blog_author span{color:var(--dark-text);transition:all linear .25s}.blog_author:hover span{color:var(--orange)}.blog_image{position:relative}.blog_image .blog_author img{width:37px;height:37px;border-radius:100%;display:none !important}.blog_author img{display:none !important}.blog_title a{display:block;margin:0 0 1.5rem;color:var(--dark-text)}.blog_title a:hover{color:var(--orange)}.blog_info{font-size:var(--fs14);color:var(--grey-text);font-weight:600}form br{display:none}.fancybox__slide.has-html5video .fancybox__content{padding:0;max-width:calc(100vw - 100px) !important;height:auto !important;aspect-ratio:auto !important;border-radius:3rem;background:#fff;margin-right:calc(var(--fancybox-body-margin, 0px) + var(--fancybox-scrollbar-compensate, 0px))}.fancybox__slide.has-html5video .fancybox__content video{max-height:calc(100dvh - 100px)}.fancybox__slide.has-html5video .f-button.is-close-btn{top:-40px;right:-40px;opacity:1 !important}.f-button.is-close-btn{transition:all linear .25s}.f-button.is-close-btn:hover{transform:rotate(180deg)}.fancybox__slide.has-html5video .f-button.is-close-btn svg{opacity:1 !important;color:var(--orange);width:30px;height:30px}.fancybox__backdrop{background:#000 !important;opacity:.2 !important}.fancybox__html5video,.fancybox__iframe{height:100%;width:100%;border-radius:1rem}.social{gap:13px}.social svg{fill:var(--orange);display:block}.social a:hover svg{fill:#d94b26}svg{transition:all linear .25s}#about1 .about1 .col2{order:-1;width:100%;max-width:40%;padding:2.2rem 4.5rem}.about .pattern{position:absolute;left:0;top:0;width:100%;z-index:-1;pointer-events:none;max-width:unset}#about1 .about1 .col1{width:100%}.about .text{padding:3.5rem 3.5rem 3rem;line-height:1.3}#about2{line-height:1.3}.about .text h2,#about2 .text h2{font-family:var(--second-family);font-weight:400;font-size:3.8rem;line-height:1.3;background:linear-gradient(146deg, #f38221 0%, #d94b26 100%);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);margin:0 0 3rem}.about .text p+p{margin-top:var(--fs24)}.about2 .text{padding:4rem 3.5rem}.about2 .col1{max-width:44%;width:100%}.about2 img{max-width:calc(100% + 160px);margin-top:-55px;margin-bottom:-50px}.about2 .img{display:flex;justify-content:flex-end;padding-right:3rem}.about3 .text{padding:4rem 3.5rem 4rem}.about3 .col2{order:-1;width:100%;max-width:calc(41.5% - 1.5rem)}.about3 .col2 img{border-radius:3rem;display:block}.about3 .col1{margin-top:98px;max-width:calc(58.5% - 1.5rem)}.about .img .title{position:absolute;z-index:2;right:2.5rem;top:2.5rem;display:flex;align-items:center;gap:8px;font-size:10px;backdrop-filter:blur(7.4999995232px);background:rgba(255,255,255,.9);border:1px solid var(--stroke);border-radius:1.5rem;height:58px;padding:0 1.5rem}.about .img .title img{max-width:21px;display:block}.about4{margin-top:3rem}.about4 .col1{max-width:calc(41.5% - 1.5rem)}.about4 .col2{width:100%;max-width:calc(58.5% - 1.5rem)}.about4 .col2 img{border-radius:3rem}.about4 .today{margin-top:3rem;background:url(../images/bg2.png) no-repeat -50px 48px;background-size:auto 325px}.about .text b,.about .text strong{font-weight:600;color:var(--orange)}.gap30{gap:3rem}#about2 .d-flex:nth-child(even) .col2{order:-1;max-width:40.5%;width:100%}#about2 .d-flex:nth-child(odd) .col2{max-width:40.5%;width:100%}#about2 .text{padding:3.9rem 4.5rem}#about2 .mob{display:none}#about2 .about22{margin-top:-140px}#about2 .about22 .col2{margin-top:172px}#about2 .about23{margin-top:-130px}#about2 .about23 .col1{margin-top:160px}#about2 .about23 img{height:365px;object-fit:cover;border-radius:3rem}#about2 .text p+h2{margin-top:4rem}#about3 .text{max-width:900px;margin:0 auto;font-size:5.7rem;line-height:1.2}#about2 .about23 .text h2{margin-bottom:2.5rem}#about3 .text p{color:rgba(36,53,41,.2);display:inline}#about3 .text p i{display:block;height:7rem}.rep{transition:all ease-in-out .3s;font-size:5.7rem}.rep p{background:linear-gradient(to right, rgba(36, 53, 41, 0.2) 50%, var(--dark-text) 50%) 0 0/200% 100%;-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);box-decoration-break:slice;-webkit-box-decoration-break:slice}.team1.type2>div{max-width:calc(33.33% - 1.5rem)}.team1.type2>div:nth-child(1){max-width:calc(33.33% - 1.5rem)}.team1.type2>div:nth-child(2){max-width:calc(66.66% - 1.5rem)}.team1.type2>div:nth-child(4){max-width:calc(23.33% - 3rem)}.team1.type2>div:nth-child(5){max-width:calc(43.33% - 3rem)}#info2.type2 .d-flex{padding:3rem 6rem 0 11rem}#info2.type2 .content{max-width:560px;margin-left:6rem}#info2.type2 .content>div{max-width:unset}.subtitle:not(.text-left){text-align:center}.subtitle:not([class*=mb]){margin-bottom:8.5rem}#pricing .h1{margin-bottom:1.5rem}.pricing>div{padding:4.5rem 3rem;text-align:center;position:relative}.pricing .price{font-size:var(--fs39)}.pricing .dop{min-height:21px;font-size:.75em}.pricing .price b{font-weight:400;font-size:24px;line-height:.6}.pricing .description{font-size:var(--fs14);margin-bottom:1rem;min-height:205px;color:var(--grey-text)}.pricing .description2{text-align:left}.pricing ul{padding:0}.pricing ul li{padding-left:22.5px;background:url(../images/check.svg) no-repeat left 4px}.pricing li+li{margin-top:2rem}.pricing ul{margin-top:2rem}.pricing .rec{position:absolute;display:inline-flex;left:50%;transform:translate(-50%, -50%);height:56px;padding:0 15px;font-size:var(--fs14);align-items:center;background:#fff;top:0;border-radius:15px;gap:8px}#pricing .info{margin-top:2rem;color:var(--grey-text)}#info4.type2 .d-flex{padding:0 6rem 4.5rem 8rem}#info4.type2 img{max-width:510px;margin-top:-30px}#info4.type2 p+p{margin-top:3rem}#info4.type2 strong{font-weight:400;color:var(--orange)}#info4.type2 .content{padding-top:4.5rem}#info5 .default>div{padding:3rem 2.5rem;padding-left:2.5rem}#info5 .img{min-width:85px;padding-top:7px;margin-right:2rem}#info5 .p1{line-height:1.3}#info5 .p2{font-size:var(--fs20);color:var(--grey-text);margin-top:1.5rem;line-height:1.3}#info5 img{margin:0 auto;display:block}#info6 .content{padding:4.5rem}#info6 .d-flex p{max-width:590px;margin-left:3.5rem}.jc{justify-content:center}.fs39{font-size:var(--fs39)}.fs24{font-size:var(--fs24)}.pricing2 table{display:block;height:auto !important}.pricing2 tbody{display:block}.pricing2 table tr{height:auto !important;display:flex;text-align:center;color:var(--dark-green);border-bottom:1px solid var(--stroke)}.pricing2 table tr td{height:auto !important;display:flex;align-items:center;justify-content:center;align-content:center;padding:0;min-height:48px;border-left:1px solid var(--stroke)}.pricing2 table .label{display:inline-flex;align-items:center;padding:7px 10px;color:#fff;margin-right:10px;gap:5px;border-radius:15px;font-weight:600;font-size:16px;line-height:125%;color:#fff}.pricing2 table .label div{min-width:16px}.pricing2 table .label img{display:block}.pricing2 table tr:nth-child(even){background:rgba(212,225,223,.1)}.pricing2 table tr:first-child{border:0}.pricing2 table tr:nth-child(2) td{padding:2.5rem 4.5rem !important;justify-content:flex-start;font-size:18px !important;border-radius:3rem 3rem 0 0;border-top:1px solid var(--stroke)}.pricing2 table tr:last-child td:first-child{border-radius:0 0 0 3rem}.pricing2 table tr:last-child td:last-child{border-radius:0 0 3rem 0}.pricing2 table tr:last-child{border-radius:0 0 3rem 3rem}.pricing2 table tr td:last-child{border-right:1px solid var(--stroke)}.pricing2 table tr td:first-child{font-size:var(--fs14);color:var(--dark-text);padding:6px 3rem 6px 4.5rem;justify-content:flex-start;text-align:left;position:relative}.pricing2 th{padding:20px 15px 15px;border-right:1px solid var(--stroke);height:100%}.pricing2 th:first-child{border:0 !important}.pricing2 th:first-child+th{border-left:1px solid var(--stroke)}.pricing2 th:last-child{border-right:0;height:100%}.pricing2 h3{font-size:var(--fs39);line-height:1.3;text-align:center;color:var(--dark-green);margin:0 0 1.25rem;font-weight:400}.pricing2 h4{margin:0 0 1.75rem;line-height:1.1;font-size:var(--fs24);color:var(--dark-text);font-weight:400;min-height:53px}.pricing2 h4 span{display:block}.pricing2 img{margin:0 auto}.pricing2 td,.pricing2 th{width:26.66% !important}.pricing2 td:first-child:last-child{width:100% !important}.nosection .section{padding:2.5rem 0 5rem}.nosection .container{padding:0;max-width:100%}.nosection .section-title{display:none}#cases-page .content h2{margin:0 0 2rem;font-weight:400;font-size:3rem;line-height:1.15;text-align:center;background:linear-gradient(146deg, #f38221 0%, #d94b26 100%);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0)}p.empty{font-size:var(--fs24)}@media screen and (min-width: 1500px){.pricing2 table .label{left:0;position:absolute;transform:translateX(calc(-100% + 35px))}}@media screen and (max-width: 1500px){.pricing2 table tr td:first-child{padding-left:3rem}}#cases-page .content p+p{margin-top:2rem}#content1 .col1{width:100%;max-width:540px;font-size:var(--fs14)}#content1 .col1 h2{margin:0 0 3rem;font-size:var(--fs39);font-weight:400;font-family:var(--second-family)}#content1 .col1 p+p{margin-bottom:var(--mb20)}#content1 .col1 p{max-width:445px}#content1 .col2{width:100%;max-width:335px;margin:0 -3rem -2.5rem -2rem;align-self:flex-end;padding:2rem 3rem;border-radius:1.5rem;backdrop-filter:blur(7.5px);background:rgba(255,255,255,.9)}#content1 .col2 .img img{border-radius:100%;object-fit:cover;width:67px;min-width:67px;height:67px;margin-right:8px}#content1 .col2 .p2{font-size:var(--fs14);margin:7px 0 15px}#content1 .col2 .rate{padding:15px;width:100%;border-radius:15px}#content1 .lg{height:325px;background:url(../images/logo3.png) no-repeat center;background-size:cover;border:1px solid var(--stroke);border-radius:3rem;padding:5.5rem;display:flex;justify-content:center;align-items:center}#content2 h1{font-size:var(--fs39)}#content2 .col1{width:100%;max-width:360px;margin-right:3rem}#content2 .sticky{position:sticky;top:10px}#content2 .i1{padding:3rem}.i2{padding:4.5rem 3rem}#content2 .i1 p+p{margin-top:3rem}#content2 .i1 p span{display:block;margin-bottom:1.5rem;font-size:var(--fs14);color:var(--grey-text)}#content2 .text{max-width:645px}.accordion__content #content2 .text2{max-width:100%}#content2 .col2{max-width:870px;width:100%}#content2 .btn{padding-left:0;padding-right:0;width:100%}.i2 .p2{margin-top:2.2rem;font-size:var(--fs14)}#content2 .text{font-size:var(--fs14)}#content2 .text *+p{margin-top:2rem}#content2 .text p+h3,#content2 .text p+h2{margin-top:4rem}#content2 .text h3,#content2 .text h2{font-weight:400;margin:0 0 3rem;font-size:var(--fs20)}#content2 .text2 h2:not(.section-title):not(.accordion__title){font-weight:400;margin:2rem 0 2rem;font-size:var(--fs20)}#content2 .text2 h3:not(.section-title):not(.accordion__title){font-weight:400;margin:2rem 0 2rem;font-size:var(--fs18)}#content2 .text2 li{background-position:left 3px}#content2.single-cases .text h2{font-size:var(--fs30);font-weight:400;margin:0 0 var(--fs30);color:var(--dark-green)}.text .p-video{margin:var(--fs39) 0}#content2.single-cases .text p+h2{margin-top:4rem}#content2 ul{margin-top:3rem}.text2 ul+ul{margin-top:1.5rem}#content2 .text2 ul+ul{margin-top:1.5rem}#content2 figure{margin:0}#content2 *+figure{margin-top:2rem}#content2 figure img{border-radius:2.5rem;height:auto;max-height:600px;margin:0 auto;cursor:pointer}#content2 table{width:100%;border:0;border-collapse:collapse}#content2 table th,#content2 table td{padding:20px 30px;border:1px solid #d9d9d9}#content2 table tr:nth-child(odd){background:rgba(212,225,223,.2)}#content2 blockquote{background:linear-gradient(157deg, rgba(212, 225, 223, 0.5) 0%, rgba(251, 251, 240, 0.5) 100%),url(../images/quote11.svg) no-repeat 30px 20px,url(../images/quote12.svg) no-repeat calc(100% - 30px) 100%;padding:50px 75px;border:1px solid var(--stroke);border-radius:30px;font-weight:700;font-size:20px;line-height:130%;color:var(--dark-text);margin:2rem 0 3rem}#content2 table caption{font-weight:700;font-size:24px;line-height:133%;color:var(--dark-text);margin:0 0 10px}#content2 table thead tr td,#content2 table thead tr th,#content2 table tbody:first-child tr:first-child td{background:#293a3e;color:#fff;text-align:center;font-weight:400;font-size:20px;line-height:125%}#content2 li+li{margin-top:1.5rem}#content2 ol{margin-top:3rem;counter-reset:section;list-style:none;padding:0}#content2 ol li{counter-increment:section;position:relative;padding-left:18px}#content2 ol li:before{content:counter(section) ". ";color:var(--orange);position:absolute;left:0;top:0px}#content2 .blockquote{max-width:645px;margin-top:4rem;border:1px solid var(--stroke);border-radius:3rem;padding:4.5rem 7.5rem;font-weight:600;font-size:var(--fs24);background-color:#fdfdfd;background:url(../images/quote1.svg) no-repeat 25px 25px,url(../images/quote2.svg) no-repeat calc(100% - 35px) calc(100% - 55px)}.blockquote.cases>div{font-size:1.8rem;padding:0}.blockquote.cases .top img{width:67px;min-width:67px;height:67px;margin-right:1.5rem}#blog .blog_item+.blog_item{margin-top:4.5rem}#blog .blog_image{width:100%;max-width:375px;flex:0 0 auto;margin-right:30px;border-radius:3rem}.blog_description{color:var(--grey-text);font-size:var(--fs14)}#blog .blog_author{position:static}.blog_author img{border:1px solid var(--stroke);border-radius:100%;width:100%;max-width:37px;min-width:37px;height:37px}#blog .col2{width:100%;max-width:340px;margin-left:3rem}#blog .col1{max-width:920px}#blog .blog_item{padding:0}.pag{display:none}#blog #wrapper>.d-flex{align-items:flex-start}#blog .r{position:sticky;top:10px}#blog .blog_info{gap:1.75rem;font-size:1.3rem}#blog .blog_author{font-size:1.4rem}.widget+.widget{margin-top:3.5rem}.widget>p{color:var(--grey-text);margin-bottom:1.6rem}.categories{padding:3rem}.categories a{display:inline-block;color:var(--orange)}.categories p+p{margin-top:3rem}.categories a span{color:var(--grey-text);transition:all linear .25s}.categories a.active,.categories a:hover,.categories a:hover span,.categories a.active span{text-decoration:underline;text-decoration-skip-ink:none;color:#d94b26}.subtitle2{font-size:var(--fs14);text-align:center}.search-form input{width:100%;display:block;padding:0 3rem;border:1px solid var(--stroke);border-radius:22px;background:#fff;color:var(--dark-text);font-size:18px}.search-form input::placeholder{color:var(--grey-text);font-size:18px}.blog-top .blog_author{position:static}.blog-top .excerpt{font-size:var(--fs14);font-weight:600}.blog-top h1.section-title{font-size:var(--fs39);text-align:left}.blog-top .col2{width:100%;max-width:560px;flex:0 0 auto;margin-left:3rem}.blog-top .col1{width:100%;max-width:570px}.blog-top .col1:first-child{padding:0;max-width:100%}.blog-top .col2 img{border-radius:15px;display:block;max-height:450px;margin-left:auto;object-fit:cover}.table-content{padding:3rem}.table-content>p{margin:0 0 1.5rem}.table-content ul{list-style:none;padding:0;margin:0;color:var(--grey-text);font-size:var(--fs14)}#content2 .table-content li{background:none;padding-left:22px}#content2 .table-content li+li{margin-top:1.5rem}.table-content a{color:var(--grey-text)}.table-content a.active{color:var(--dark-text)}.blog-content .sticky{position:sticky;top:10px}#page #content2 .text2{max-width:100%}.text2 h2{margin:0 0 3rem;font-weight:600;font-size:2rem}.text2 *+h2{margin-top:3rem}.rank-math-block{margin:0 0 3rem}.rank-math-step-content>img,.rank-math-howto-description>img{margin:0 0 2rem}.rank-math-step+.rank-math-step{margin-top:3rem}.rank-math-steps{margin-top:3rem}*+#rank-math-howto{margin-top:3rem}.text2 a{color:var(--orange)}.text2 a:hover{text-decoration:underline;text-decoration-skip-ink:none;color:#d94b26}.text2 *+p{margin-top:2rem}.text2 ul{margin-top:3rem;list-style:disc;padding-left:3rem}.text2 ul+*{margin-top:2.5rem}.text2 ol+*{margin-top:2.5rem}.text2 ul li{background:none;padding-left:0;margin-bottom:2rem}.text2 ul li::marker{color:#f28321}.text2 li+li{margin-top:1.5rem}.text2 .blockquote{max-width:645px;margin-top:4rem;border:1px solid var(--stroke);border-radius:3rem;padding:4.5rem 7.5rem;font-weight:600;font-size:var(--fs24);background-color:#fdfdfd;background:url(../images/quote1.svg) no-repeat 25px 25px,url(../images/quote2.svg) no-repeat calc(100% - 35px) calc(100% - 55px)}.blockquote.cases>div{font-size:1.8rem;padding:0}.blockquote.cases .top img{width:67px;min-width:67px;height:67px;margin-right:1.5rem}.quote{padding:4.5rem 7.5rem;margin-top:6rem}.quote h2{font-weight:600;margin-bottom:1.5rem}.quote p+p{margin-top:1.5rem}.bg-pattern{background:url(../images/bg2.png) no-repeat -95px 0;background-size:auto 325px}.blockquote.cases p{margin:0}#content2 .section{padding:6rem 0 0}#content2 .accordion__head{font-size:var(--fs14) !important;margin:0 !important;font-weight:400 !important}#content2 .section-title{margin:0;margin-bottom:4rem;font-family:var(--font-family);font-weight:600;font-size:2rem;line-height:1.33;text-align:left;color:var(--dark-text);background:none;background-clip:unset;-webkit-background-clip:unset;-webkit-text-fill-color:unset}.wp-block-media-text{margin-top:6rem;gap:3rem}.wp-block-image{cursor:pointer}.wp-block-media-text img{border-radius:2.2rem;display:block;width:100%;height:auto}.wp-block-media-text>.wp-block-media-text__content{padding:0}.wp-block-media-text.has-media-on-the-right{grid-template-columns:1fr 1fr}.wp-block-media-text{grid-template-columns:1fr 1fr}.wp-block-media-text figure{margin-top:0 !important}#content2 .wp-block-media-text ul,#content2 .wp-block-media-text li+li{margin-top:1.5rem}.wp-block-gallery{display:block !important;margin:6rem 0 0}.wp-block-gallery img{display:block;border-radius:3rem}.slick-arrow{position:absolute;width:48px;height:48px;cursor:pointer;transition:all linear .25s;top:calc(50% - 24px - 12px);border-radius:7px;background-color:#f5f5f5;background-repeat:no-repeat;background-position:center;border:0;z-index:2}.slick-prev{left:30px;background-image:url("data:image/svg+xml,%3Csvg width='20' height='17' viewBox='0 0 20 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19 8.25H1M1 8.25L7.75 0.75M1 8.25L7.75 15.5538' stroke='%23444545' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A")}.slick-next{right:30px;background-image:url("data:image/svg+xml,%3Csvg width='20' height='17' viewBox='0 0 20 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.25 8.25H19.25M19.25 8.25L12.5 0.75M19.25 8.25L12.5 15.5538' stroke='%23444545' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A")}.slick-arrow:hover{background-color:var(--orange)}.slick-prev:hover{background-image:url("data:image/svg+xml,%3Csvg width='20' height='17' viewBox='0 0 20 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19 8.25H1M1 8.25L7.75 0.75M1 8.25L7.75 15.5538' stroke='%23fff' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A")}.slick-next:hover{background-image:url("data:image/svg+xml,%3Csvg width='20' height='17' viewBox='0 0 20 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.25 8.25H19.25M19.25 8.25L12.5 0.75M19.25 8.25L12.5 15.5538' stroke='%23fff' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A")}.slick-dots{list-style:none;padding:0;margin:13px 0 0 !important;display:flex;width:100%;height:12px;justify-content:center;align-items:center;gap:12px}.slick-dots li{margin:0 !important;padding:0 !important;background:none !important}.slick-dots button{display:block;text-indent:-9999px;transition:all linear .25s;width:8px;height:8px;border-radius:100%;background:var(--grey-text);padding:0;border:0}.slick-dots .slick-active button{background:var(--orange);width:12px;height:12px}.p-video{margin-top:6rem}.p-video .capture{text-align:center;margin-top:8px;color:var(--dark-text);font-size:10px}.p-video .play{position:absolute;left:0;top:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:2}.p-video .play svg{fill:var(--orange)}.p-video .play:hover svg{fill:#d94b26}.p-video video{width:100%;display:block;border-radius:30px}.i2.mt45:first-child{margin-top:0}#subscribe .section-title{font-size:3rem}#subscribe .bg-grey{padding:4.5rem 6rem}#subscribe .col1{width:100%;max-width:530px}#subscribe .col2{width:100%;max-width:645px;margin-left:3rem;padding-top:6px}#subscribe .form input{margin:0}#subscribe .form .submit{margin:0;max-width:165px}#subscribe .form{padding:0}#subscribe form input{height:68px}.container .container{padding:0}#bio .col1{width:100%;max-width:375px;flex:0 0 auto;margin-right:7rem}#bio .col1 img{display:block;width:100%;aspect-ratio:1/1;object-fit:cover;border-radius:100%}#bio .col2>div{width:100%}#bio .col2{width:100%}#bio h1{font-size:var(--fs39);margin:0 15px 0 0}#bio .col2>div>.d-flex{margin-bottom:30px}#bio .text p+p{margin-top:2rem}#bio .social{gap:3rem}#contacts .map iframe{display:block;border-radius:30px;height:465px;width:100%}#contacts .c{position:absolute;padding:4.5rem;left:4.5rem;height:calc(100% - 3rem);top:1.5rem;background:#fff;z-index:2;width:385px}#contacts .c .p{color:var(--grey-text);margin-bottom:1.5rem}#contacts .a{font-size:2rem;padding-left:50px;display:block;color:var(--dark-text);background-size:30px auto !important}#contacts .a.a2{background-size:31px auto !important}#contacts a.a:hover{color:var(--orange)}#contacts .a1{font-family:var(--second-family);font-weight:400;font-size:2.4rem;color:var(--brown);background:url(../images/c1.svg) no-repeat left center}#contacts .a+.p{margin-top:3.5rem}#contacts .a2{background:url(../images/c2.svg) no-repeat left center}#contacts .a3{background:url(../images/c3.svg) no-repeat left top}#form2 .bg-grey{padding:4.5rem}#form2 .bg-grey>div{max-width:870px;margin:0 auto}#form2 .form{padding:0}#form2 .submit{width:auto;margin-top:0;padding-left:3.7rem;padding-right:3.7rem}#form2 form textarea,#form2 form input{margin-bottom:3rem}#form2 form .d-flex>*{gap:30px}#e404 .col1{width:100%;max-width:600px;margin-right:3rem}#e404 .col2{width:100%;max-width:570px}#e404 .text{font-size:var(--fs14);max-width:325px}#e404 .text p+p{margin-top:2rem}#e404 .buttons{gap:1.5rem}.btn.type3:after{display:none}.btn.type3{border:1px solid var(--orange)}.btn.type3:before{background:var(--brown);width:100%}.btn.type3:hover:before{background:var(--orange)}.btn.type3:hover{color:#fff}#podcasts .col1{width:100%;max-width:400px;margin-right:0;flex:0 0 auto}#podcasts .col2{width:100%;max-width:870px}#podcasts .section-title{font-size:3rem}#podcasts .description{font-size:var(--fs14)}#podcasts .widget2{padding:3rem;text-align:left}.widget2 .btn{font-size:2.4rem;width:100%}.series{display:flex;flex-wrap:wrap;gap:8px 20px}.series a{padding:1.5rem 1rem;border-radius:1.5rem;color:var(--dark-text);font-size:var(--fs14)}.series a span{transition:all linear .25s;color:var(--grey-text)}.series a:hover{background:var(--orange);color:#fff;border-color:var(--orange)}.series a:hover span{color:#fff}.ideas{color:var(--grey-text);font-size:var(--fs14)}.ideas p+p{margin-top:1.8rem}.ideas a{color:var(--orange)}.ideas a:hover{text-decoration:underline;text-decoration-skip-ink:none;color:#d94b26}#podcast .i2 .btn,#podcasts .i2 .btn{padding-left:3.7rem;padding-right:3.7rem}.pds{gap:4rem}.podcast_item{padding:3rem;width:100%;max-width:calc(50% - 2rem);position:relative}.podcast_item.first{max-width:100%;padding:4.5rem 6rem;background:url(../images/bg1.png) no-repeat center 15px;background-size:auto 325px}.podcast_player{position:fixed;bottom:0;left:0;width:100%;display:none;z-index:7}main{overflow:hidden}main .castos-player.dark-mode .player{background:linear-gradient(146deg, #f38221 0%, #d94b26 100%);padding:2.5rem 6rem;height:auto;border-radius:0}main .castos-player.dark-mode .ssp-progress{background:rgba(255,255,255,.3);border-radius:0;margin:0 0 15px;height:4px}main .castos-player{font-family:var(--font-family)}main .castos-player .playback{padding:0;margin:0;display:flex;align-items:center;justify-content:space-between}.castos-player .ptitle{color:#fff;margin-left:3rem;font-size:1.8rem}main .castos-player .playback__timers{margin-left:auto;color:#fff;font-size:var(--fs14);opacity:1;font-weight:600;opacity:1 !important}main .castos-player .play-pause-controls{background:none;width:auto;height:auto;width:35px;height:35px;min-width:35px}main .castos-player .play-progress .play-pause-controls .play-btn,main .castos-player .play-progress .play-pause-controls .pause-btn{padding:0;background:none;opacity:1 !important;width:35px;height:35px;min-width:35px;display:flex;align-items:center;align-content:center;justify-content:center;transform:none !important;mask-image:unset !important}main .castos-player .playback__controls button{opacity:1 !important}main .castos-player .playback__controls button:hover{opacity:.65 !important}main .castos-player .play-progress .play-pause-controls .play-btn:hover,main .castos-player .play-progress .play-pause-controls .pause-btn:hover{opacity:.65 !important}main .castos-player .play-pause-controls .hide{display:none !important}main .castos-player .progress__filled{background:#fff;border-radius:0}main .castos-player .player__main{display:block}main .castos-player .player__body{padding:0}main .castos-player .play-progress{display:block}.podcast_player.active{display:block}.podcast_item .top{margin-bottom:1.8rem}.podcast_item .img img{display:block;border-radius:1.5rem;margin-right:1.5rem;width:100%;max-width:97px;min-width:97px;height:97px;object-fit:cover}.podcast_item.first .img img{max-width:207px;min-width:207px;height:207px;margin-right:3rem}.podcast_item .top-top{margin-bottom:1.2rem;gap:3rem;color:var(--grey-text);font-size:var(--fs14)}.podcast_item .title{display:block;text-decoration:underline;text-decoration-skip-ink:none;color:var(--dark-text)}.podcast_item.first .title{font-weight:400;font-size:3rem;line-height:1.2;color:var(--dark-text);text-decoration:none;margin-bottom:1.5rem}.podcast_item .title:hover{color:var(--orange)}.podcast_item .preview{color:var(--grey-text);font-size:var(--fs14)}.podcast_item.first .content{max-width:425px}.podcast_item.first .preview{color:var(--dark-text)}.podcast_item .play{border-radius:8px;background:var(--orange);display:flex;align-items:center;align-content:center;width:48px;height:48px;justify-content:center;cursor:pointer;transition:all linear .25s}.podcast_item.first .play{position:absolute;right:6rem;bottom:6rem;z-index:2}.podcast_item .play:hover{background:var(--hover)}.player__artwork{display:none !important}.podcast_item.first .top{margin:0}.podcast_item.first .s{margin-right:auto}.podcast_item.first .top-top{color:var(--dark-text)}.podcast_item .top>div{width:100%}.mb0{margin-bottom:0 !important}.single-podcast .top .play{border-radius:8px;background:var(--orange);display:flex;align-items:center;align-content:center;width:48px;min-width:48px;height:48px;justify-content:center;cursor:pointer;transition:all linear .25s;margin-right:3rem}.single-podcast .top .play:hover{background:var(--hover)}#podcast .col2 .section-title,#podcast .col2 .chapters h2{text-align:left;font-size:var(--fs39);margin:0 0 3rem;line-height:1.15;font-weight:400;color:var(--dark-green)}#podcast .col2 .chapters h2 b{font-weight:400}iframe{max-width:100%}.single-podcast .text p+p{margin-top:2rem}#podcast .col2 .chapters p+h2{margin-top:4rem}.single-podcast .content{font-size:var(--fs14)}.single-podcast .content figure{margin:2rem 0 0}.single-podcast .pinfo{gap:3rem;color:var(--grey-text);font-size:var(--fs14)}.toyoutube{display:block;font-size:var(--fs14);color:var(--orange);margin-top:1.5rem}.toyoutube:hover{color:var(--hover)}.single-podcast .chapters .text{font-size:var(--fs14)}.single-podcast .chapters .text p+p{margin-top:1.5rem}.single-podcast .chapters .text ul+p{margin-top:1.5rem}.single-podcast .chapters .text a{color:var(--orange)}.single-podcast .chapters .text a:hover{text-decoration:underline;text-decoration-skip-ink:none;color:#d94b26}table span[style]{text-decoration:none !important}table a{color:var(--orange)}table a:hover{text-decoration:underline;text-decoration-skip-ink:none;color:#d94b26}.single-podcast .chapters .text ul{list-style:disc !important;padding-left:20px !important}.single-podcast .chapters .text ul li+li{margin-top:.5rem}.chapters .more{display:flex;align-items:center;gap:7px;color:var(--grey-text);font-size:var(--fs14)}.chapters .more path{transition:all linear .25s;stroke:#444545}.chapters .more:hover{color:var(--orange)}.chapters .more:hover path{stroke:var(--orange)}.transcript .text{max-height:398px;overflow:hidden;transition:all linear .25s}.transcript .text.open{max-height:unset}.back{display:flex;align-items:center;gap:7px;color:var(--grey-text);font-size:var(--fs14);margin-left:auto;margin-right:3rem}.back path{transition:all linear .25s;stroke:#444545}.back:hover{color:var(--orange)}.back:hover path{stroke:var(--orange)}.back:last-child{margin-right:0}.upt{opacity:0;visibility:hidden;display:flex;justify-content:center;align-items:center;align-content:center;justify-content:center;width:60px;height:60px;position:fixed;bottom:90px;right:17px;cursor:pointer;transition:all linear .25s;z-index:10;background:var(--orange);border-radius:100px}.upt:hover{background:#d94b26}.upt.visible{opacity:1;visibility:visible}@media screen and (min-width: 992px){#anim{display:none !important}}#video2 .videos .video{height:485px}.play.grey svg{fill:var(--dark-green)}.play.grey:hover svg{fill:var(--orange)}.page-template-front-page2 .section,.page-template-page-how .section{padding:6rem 0}.d-video img{position:static}#action{padding-top:10rem}#action .d-flex{padding:4.5rem 5rem 0}#action .col2{width:100%;max-width:665px;position:relative}#action .col1{width:100%;max-width:calc(100% - 665px);padding-right:6.5rem;padding-top:2.5rem;padding-bottom:2.5rem;min-height:320px}#action .d-video{min-height:320px;position:absolute;left:0;top:0;width:100%;height:100%;border-radius:20px 20px 0 0;border:1px solid var(--stroke);transition:all linear .25s;border-bottom:0}#action .d-video:hover{border-color:var(--orange)}#action .d-video img{border-color:var(--stroke);border:0;border-radius:20px 20px 0 0}#action .d-video:hover img{border-color:var(--orange)}#action .d-flex:nth-child(even) .col1{order:2;padding-right:0;padding-left:6.5rem}#action .h2{text-align:left;margin:0 0 4rem;color:var(--dark-green)}#action .desc{max-width:415px}#action .d-flex+.d-flex{margin-top:4rem}#action .d-video .play{backdrop-filter:blur(4px);background:rgba(255,255,255,.05)}.started{gap:30px}.started>div{width:100%;position:relative}.started .number{display:flex;border-radius:100%;background:var(--dark-green);font-family:var(--second-family);font-weight:400;font-size:30px;line-height:117%;color:#fff;width:55px;height:55px;justify-content:center;align-items:center;margin:0 0 4rem}.started .number:before{content:" ";display:block;width:100%;left:55px;height:2px;top:28px;position:absolute;z-index:-1;background:url(../images/line22.svg) no-repeat left center}.started .p1{font-family:var(--second-family);font-weight:400;font-size:30px;line-height:117%;color:var(--dark-green);margin:0 0 2rem}#start .text-center{margin-top:6rem}.started>div:nth-child(3) .number:before{display:none}.section-title,.page-template-front-page2 .section-title{color:var(--dark-green);background:none;background-clip:unset;-webkit-background-clip:unset;-webkit-text-fill-color:unset}.section-title span,.page-template-front-page2 .section-title span{color:var(--dark-green);background:none;background-clip:unset;-webkit-background-clip:unset;-webkit-text-fill-color:unset}#info .bg-grey{padding:5rem 3rem}#info .section-title{margin-bottom:2rem}#info .sub{text-align:center;margin-bottom:6rem}#info .buttons{margin-top:6rem;gap:2rem}#info .info{gap:4rem;max-width:1095px;margin:0 auto}#info .info>div{width:100%;gap:2rem;font-weight:700}.cases2{max-width:1155px;margin:0 auto}.cases2 .slick-prev{left:-75px}.cases2 .slick-next{right:-75px}.cases2 .col1{width:100%;max-width:415px;position:relative}.cases2 .col2{width:100%;max-width:calc(100% - 415px);padding:3rem;padding-right:6rem;display:flex;flex-direction:row;justify-content:flex-start;flex-wrap:wrap}.cases2 .p1{width:100%;font-weight:300;font-size:30px;line-height:117%;color:var(--dark-green);margin-bottom:3rem}.cases2 .bottom{margin-top:auto;width:100%;gap:3rem}.cases2 .col1 img{object-fit:cover;display:block;width:100%;aspect-ratio:1/1}.cases2 .play{position:absolute;right:4rem;bottom:4rem;background:#f38321;width:48px;height:48px;z-index:2;display:flex;justify-content:center;align-items:center;border-radius:8px;transition:all linear .25s}.cases2 .play:hover{background:var(--dark-green)}.cases2 .name{font-weight:700;font-size:var(--fs20);line-height:130%;color:var(--dark-green);margin:0 0 1rem}.cases2 .job{font-weight:700;font-size:var(--fs20);line-height:130%;color:rgba(41,58,62,.6)}.btn.btn-grey:before,.btn.btn-grey:after{display:none}.btn.btn-grey{border:1px solid rgba(41,58,62,.2);background:rgba(212,225,223,.6);color:var(--dark-green)}.btn.btn-grey:hover{border-color:var(--orange);background:var(--orange);color:#fff}.btn.btn-dark:before,.btn.btn-dark:after{display:none}.btn.btn-dark{border:none;background:var(--dark-green);color:#fff}.btn.btn-dark:hover{background:var(--dark-text)}#hero.type2 .content{max-width:710px}#isnt .desc{font-size:var(--fs30)}#isnt .desc p+p{margin-top:4rem}#isnt img.mt45{max-width:1100px;width:100%;margin-left:auto;margin-right:auto}#isnt .featured{gap:30px;display:grid;justify-content:space-between;grid-template-columns:1fr 1fr 1fr 1fr 1fr}#isnt .featured p{min-height:45px;display:flex;align-items:center;font-weight:700;font-size:var(--fs18);line-height:142%;padding-left:55px;background:url(../images/check22.svg) no-repeat left center}.type2 .numbers>div:nth-child(1){background:var(--dark-green) url(../images/bg33.png) no-repeat center top}#number.type2 .section-title{text-align:center;margin:0 0 5rem}.type2 .numbers>div:nth-child(1){margin-top:0;padding:7.5rem 6rem}.type2 .numbers>div:nth-child(1) .p1{margin-bottom:9rem}.type2 .numbers>div:nth-child(1) .p2{font-size:var(--fs24)}.type2 .numbers{grid-template-columns:calc(42% - 2rem) calc(29% - 2rem) calc(29% - 2rem)}.type2 .numbers>div:nth-child(1) .p3 span{background:url(../images/i66.png) no-repeat left center;background-size:42px auto;font-family:var(--second-family);font-weight:400;font-size:var(--fs24);line-height:42px;color:var(--dark-green)}.type2 .numbers>div:nth-child(1) .p3{padding:2.5rem 3.5rem}.type2 .numbers>div.col2,.numbers>div.col3,.numbers>div.col4{background:rgba(212,225,223,.1)}.type2 .numbers>div:not(:nth-child(1)) .p2{color:var(--dark-green)}.type2 .numbers>div.col3 .p2{margin:3.5rem 0 0}.type2 .numbers>div.col4>div{display:flex;flex-wrap:wrap}.type2 .numbers>div.col4>div .p2{order:3;width:100%}.type2 .numbers>div.col4>div .p3{font-weight:400;font-size:var(--fs24);line-height:142%;margin-top:6rem;color:var(--dark-green)}#works2 .btn{width:300px}#works2 .desc{font-size:var(--fs30)}.reviews .bg-grey{width:100%;max-width:calc(33.33% - 2rem);padding:3rem}.reviews .bg-grey:nth-child(3n+2){transform:translateY(-20px)}.reviews{gap:3rem}.reviews .rate{gap:1rem;margin-bottom:2rem}.reviews .rev{padding:0 0 2rem;margin:0 0 2rem;border-bottom:1px solid #d4e1df}.reviews .img{margin-right:10px;min-width:45px;width:45px;height:45px;border-radius:100%;display:flex;justify-content:center;align-items:center;color:#fff;font-size:17px}.reviews .p1{font-size:16px;margin:0 0 3px;line-height:125%}.reviews .p2{font-weight:600;font-size:16px;line-height:125%;color:rgba(41,58,62,.6)}.reviews .google{min-width:45px;margin-left:2rem;width:45px;height:45px;display:flex;justify-content:center;align-items:center;border-radius:100%;background:#fff}.reviews .google img{max-width:20px}.reviews{position:relative}.reviews:before{pointer-events:none;content:" ";display:block;width:100%;position:absolute;left:0;bottom:0;height:50%;background:linear-gradient(180deg, #fdfdfd 12.98%, rgba(253, 253, 253, 0) 100%);transform:rotate(180deg);z-index:2}.btn2:before,.btn2:after{display:none}.btn2{color:#e76924;gap:1rem;border:1px solid var(--orange);padding:12px 20px;align-items:center}.btn2:hover{border-color:var(--dark-green);color:var(--dark-green)}.clients{height:450px;display:flex;padding:0 15px;margin-bottom:0 !important;position:relative;align-items:center}.clients .str_move>*{margin:0 15px}.clients>div:not(.str_move){margin:0 15px}.clients>div:not(.str_move):first-child{margin-left:0px}.clients img{width:100%;max-width:420px;height:450px;object-fit:cover}.clients .str_move>div:not(.str_move){min-width:420px;max-width:420px;position:relative}.clients .info{position:absolute;left:3rem;bottom:3rem;font-weight:600;font-size:16px;width:calc(100% - 6rem);display:block !important;height:auto !important;color:#fff}.clients .p2{margin-top:3px;color:rgba(255,255,255,.8)}.subs .desc{margin:0 0 20px;font-weight:600;font-size:16px;line-height:125%;color:var(--grey)}.subs form input{margin:0;margin-right:-30px;padding-right:40px;height:51px}.subs form .d-flex>*{gap:0}.subs form button{margin:0;max-width:140px;height:51px}.subs form .wpcf7-form-control-wrap{margin-right:-30px}#fpopup{max-width:1095px;padding:0;border-radius:10px;overflow:hidden}#fpopup .img{width:100%;max-width:530px;align-self:flex-end}#fpopup .img+div{width:100%;padding:40px 60px 40px 0}#fpopup .section-title{text-align:left;font-size:3rem;margin:0 0 25px}#fpopup .desc{font-size:var(--fs18)}#fpopup .desc p+p{margin-top:10px}#fpopup .btn{margin-top:25px}.text-right{text-align:right}#fpopup .line{margin:40px 0 0;height:1px;width:100%;background:#d4e1df}.fancybox__content>.f-button.is-close-btn{top:20px;right:20px;width:24px;height:24px;border-radius:100%;background:#f1f0ee !important;color:#161616}.fancybox__content>.f-button.is-close-btn svg{width:14px;height:14px;opacity:1 !important}.events{gap:3rem}.events>div{width:100%;max-width:calc(33.33% - 2rem);font-weight:400;font-size:20px;line-height:130%;color:var(--dark-green);padding:3rem;display:flex;flex-wrap:wrap;flex-direction:column;align-items:flex-start}.events>div>*:not(a){width:100%}#events .section-title,#events .subtitle{text-align:left}.events>div .date{min-width:79px;width:79px;margin-right:20px;border-radius:10px;background:#fff;text-align:center;overflow:hidden}#events .h1 span,#events .section-title span{color:var(--orange)}.events .btn{margin-top:auto;width:auto}.events .d1{line-height:32px;text-align:center;background:#293a3e;color:#fff}.events .d2{padding:6px;font-weight:400;font-size:24px;line-height:142%;color:var(--dark-green);border:1px solid var(--stroke);border-top:0;border-radius:0 0 10px 10px}.events .p1{font-weight:700;font-size:20px;line-height:130%;color:var(--dark-green);margin:0 0 20px;transition:all linear .25s}.events>a:hover .p1{text-decoration:none;color:#d94b26}.events .p2{font-weight:400;font-size:20px;line-height:130%;color:var(--grey-text)}#hero2 .section-title{text-align:left}#hero2 .l{width:100%;max-width:calc(100% - 450px);padding-right:6rem}#hero2 .r{width:100%;max-width:450px;position:relative}#hero2 .subtitle{font-family:var(--second-family);font-weight:400;font-size:30px;line-height:117%;color:var(--dark-text);text-align:left}#hero2 img{border:1px solid rgba(41,58,62,.4);border-radius:20px}#hero2 img+img{margin-top:1.6rem}#hero2 .vs{padding:12px 22px;font-family:var(--second-family);font-weight:400;font-size:30px;line-height:117%;color:#fff;box-shadow:0 3px 4px 0 rgba(216,81,0,.06),0 7px 9px 0 rgba(216,81,0,.09),0 13px 17px 0 rgba(216,81,0,.12),0 22px 31px 0 rgba(216,81,0,.14),0 42px 58px 0 rgba(216,81,0,.17),0 100px 138px 0 rgba(216,81,0,.23);background:linear-gradient(146deg, #f38221 0%, #d94b26 100%);border-radius:15px;position:absolute;left:50%;top:50%;transform:translate(-50%, -50%);text-transform:uppercase}#pricing3 .subtitle{text-align:center;margin:0 auto 6rem;max-width:990px}.pricing3 td,.pricing3 th{width:36.5% !important}.pricing3 td:first-child,.pricing3 th:first-child{width:27% !important}.pricing3 th{background:rgba(212,225,223,.6);border:1px solid var(--stroke);border-radius:0;padding:20px 40px;display:flex;justify-content:center;align-items:center}.pricing3 th:first-child{border-radius:20px 0 0 0}.pricing3 th:last-child{border-radius:0 20px 0 0}.pricing3 th img{display:block}.pricing3 table tr:nth-child(2) td{border-radius:0;border-top:0;font-size:var(--fs24);padding:2rem 4rem !important}.pricing3 table tr{text-align:left}.pricing3 table tr td{padding:2rem 4rem !important;display:flex;align-items:center;justify-content:flex-start}.pricing3 table tr td img{margin:0 10px 0 0;width:auto;height:auto}.pricing3 table tr td:first-child{font-weight:700;font-size:var(--fs24) !important;line-height:142%;color:var(--dark-green)}.pricing3 table tr:last-child td:not(:first-child){font-weight:400}.pricing3 table tr:nth-child(odd){background:#f4f7f7}.pricing3 table tr:nth-child(even){background:#fff}.promo{padding:6rem;border-radius:4rem;background:#293a3e url(../images/promo.png) no-repeat center bottom;background-size:auto 275px}.promo .section-title{color:#fff}.promo .dop{text-align:center;font-weight:700;margin-top:2rem;color:#fff}#why2 .d-flex{padding:4.5rem 5rem}#why2 .col2{width:100%;max-width:585px;position:relative}#why2 .col1{width:100%;max-width:calc(100% - 585px);padding-right:4.5rem}#why2 .d-flex:nth-child(even) .col1{order:2;padding-right:0;padding-left:4.5rem}#why2 .h2{text-align:left;margin:0 0 3rem;font-size:3.9rem;color:var(--dark-green)}#why2 .desc p+p{margin-top:2rem}#why2 .d-flex+.d-flex{margin-top:4rem}#why2 .d-video .play{backdrop-filter:blur(4px);background:rgba(255,255,255,.05)}#why2 .desc{margin-bottom:3rem}.btn.type4{padding:1.8rem 3.5rem}.ba img{max-width:unset;height:100% !important;object-fit:cover;max-height:370px}.ba{border-radius:20px;overflow:hidden;border:1px solid #d4e1df}.ba .move{width:50px !important;height:50px !important;border-radius:0 !important;background:url(../images/sc.svg) no-repeat center !important}.ba .move i{display:none !important}.ba>div:last-child{background:#f38321 !important}#transparency .col2{width:100%;max-width:530px}#transparency .col1{max-width:calc(100% - 530px);padding-right:3rem}#transparency .col1:last-child{max-width:100%;padding-right:0}#transparency .desc p+p{margin-top:2rem}#transparency .rev{padding:0 1rem;display:flex;align-items:center;min-height:175px;border:1px solid var(--stroke);border-radius:20px}#transparency .rev+.rev{margin-top:2rem}#transparency .desc2{background:rgba(212,225,223,.2);padding:3rem;display:flex;align-items:center;font-family:var(--second-family);font-weight:400;line-height:125%;gap:4rem;justify-content:center;color:var(--dark-green)}#transparency .desc2 p{max-width:705px}#what2 .ii1{padding:4rem;gap:7.5rem}#what2 .ii1 .col1{width:100%;max-width:195px;position:relative;border:1px solid var(--stroke);border-radius:24px;overflow:hidden;text-align:right}#what2 .ii1 .p1{font-weight:700;font-size:16px;line-height:125%;color:#fff}#what2 .ii1 .p2{font-weight:600;font-size:16px;line-height:125%;color:rgba(255,255,255,.6)}#what2 .ii1 .col1 .content{position:absolute;left:0;bottom:0;width:100%;padding:1.5rem 2rem}#what2 .ii1 .col2{width:100%;max-width:calc(100% - 195px);font-weight:400;font-size:2.5rem;line-height:147%;color:var(--dark-green)}#what2 .ii2{gap:3rem}#what2 .ii2>div{width:100%;max-width:calc(33.33% - 2rem);padding:4rem 3rem;display:flex;align-items:center;gap:3rem}#what2 .ii2 .icon{min-width:75px}#what2 .ii2 img{display:block}#leading .d-flex{gap:8rem}#leading .col1{width:100%;max-width:565px;border:1px solid var(--stroke);border-radius:30px;overflow:hidden}#leading img{display:block}#leading .col2{width:100%;max-width:calc(100% - 565px)}#when2 .subtitle{text-align:center}#when2 .d-flex{gap:3rem}#when2 .d-flex>div{width:100%;padding:4rem 7rem}#when2 .d-flex .col1{background:url(../images/zr.svg) no-repeat left bottom}#when2 .d-flex h2{font-family:var(--second-family);font-weight:400;font-size:30px;line-height:117%;color:var(--dark-green);margin:0 0 4rem}#when2 .d-flex ul{list-style:none}#when2 .d-flex ul li{padding-left:46px;background:url(../images/li7.svg) no-repeat left 0px}#when2 .d-flex ul li+li{margin-top:3rem}#rev .desc{margin:0 auto;max-width:990px;text-align:center}#rev .video{position:relative}#rev video{width:100%;border-radius:30px}#rev .play{position:absolute;left:0;top:0;width:100%;height:100%;display:flex;justify-content:center;align-items:center;z-index:2;cursor:pointer;backdrop-filter:blur(3px);-webkit-backdrop-filter:blur(3px)}#rev .play>div{cursor:pointer;border-radius:8px;background:var(--orange);display:flex;align-items:center;align-content:center;width:70px;height:70px;justify-content:center;cursor:pointer;transition:all linear .25s}#rev .play>div svg{transform:scale(1.25)}@media screen and (max-width: 992px){#rev .play>div{width:48px;height:48px}#rev .play>div svg{transform:scale(1)}}#rev .play>div:hover{background:var(--hover)}#rev .info .doc{width:100%;max-width:420px;margin-right:3rem}#rev .doc .img{width:100%;max-width:195px;margin-right:3rem}#rev .doc img{border-radius:100%}#rev .doc .p1{margin:0 0 4px;font-weight:400;font-size:24px;line-height:142%;color:var(--dark-green)}#rev .doc .p2{font-weight:400;font-size:20px;line-height:130%;color:var(--grey-text)}#rev .i1{padding:4rem;font-weight:400;font-size:20px;line-height:130%;color:var(--dark-green)}#rev .more{font-family:var(--second-family);font-weight:400;font-size:24px;line-height:125%;color:var(--dark-green);display:flex;align-items:center;gap:2rem}#rev .more svg{fill:#293a3e}#rev .more:hover{color:var(--orange)}#rev .more:hover svg{fill:var(--orange)}#rev-modal{width:1320px;max-width:90vw;background:#f9fafa;border:1px solid var(--stroke);padding:4rem;border-radius:30px;font-weight:400;font-size:20px;line-height:130%;color:var(--dark-green);counter-reset:section}#rev-modal .f-button.is-close-btn{top:-35px;right:-40px;opacity:1 !important}#rev-modal .f-button.is-close-btn svg{opacity:1 !important;color:var(--orange);width:30px;height:30px}#rev-modal h2{font-family:var(--second-family);font-weight:400;font-size:30px;line-height:117%;color:var(--dark-green);margin:0 0 20px}#rev-modal h2::before{counter-increment:section;content:counter(section) " ";display:inline-flex;justify-content:center;line-height:31px;width:31px;text-align:center;font-weight:600;font-size:24px;color:#fff;background:linear-gradient(146deg, #f38221 0%, #d94b26 100%);border-radius:9px;margin-right:20px;vertical-align:top;margin-top:1px;font-family:var(--font-family)}#rev-modal ul{padding:0;margin:0;margin-top:20px;list-style:none}#rev-modal ol{padding:0;margin:0;margin-top:20px;list-style:none}#rev-modal ol li{padding-left:29px;background:url(../images/rr2.svg) no-repeat left 0px}#rev-modal ul li{padding-left:29px;background:url(../images/rr1.svg) no-repeat left 5px}#rev-modal ol li+li{margin-top:1.5rem}#rev-modal ul li+li{margin-top:1.5rem}#rev-modal *+h2{margin-top:6rem}#rev-modal h3{font-family:var(--second-family);font-weight:400;font-size:24px;line-height:125%;color:var(--dark-green);margin:0 0 20px}#rev-modal *+h3{margin-top:4rem}#rev-modal .d p+p{margin-top:2.4rem}.blog-s .container{max-width:915px}.blog-s .blog-top .col2{margin:0 3rem 0 0;max-width:420px}.blog_time-read{font-size:var(--fs14);color:var(--grey-text);font-weight:600}.blog-s .blog-top{padding-bottom:4rem}.blog-s .table-content>p{font-family:var(--second-family);font-weight:400;font-size:30px;line-height:117%;color:var(--dark-green);margin:0 0 2rem}.table-c ol{list-style:none;padding:0;margin:0}.table-c ol li+li{margin-top:1rem}.table-c ol li a{display:flex;padding:10px 10px 10px 2rem;font-weight:600;font-size:var(--fs14);line-height:125%;color:var(--dark-green);background:rgba(255,255,255,.8);border:1px solid var(--stroke);border-radius:15px;justify-content:space-between;align-items:center}.table-c li a:after{content:" ";display:block;min-width:40px;width:40px;height:40px;background-image:url("data:image/svg+xml,%3Csvg width='16' height='19' viewBox='0 0 16 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.1225 10.7217C15.4586 11.0885 15.4564 11.6456 15.1325 12.0092L15.0637 12.0793L8.24764 18.3254C7.89987 18.6441 7.37677 18.6612 7.01081 18.3779L6.94012 18.3172L0.302392 12.0712C-0.0840946 11.7074 -0.102592 11.0988 0.261102 10.7123C0.624803 10.3258 1.23344 10.3073 1.61993 10.671L6.63795 15.3931L6.63795 0.960937C6.63795 0.430226 7.06818 -3.63103e-07 7.59889 -3.39905e-07C8.12946 0.000161518 8.55982 0.430326 8.55982 0.960937L8.55982 15.4332L13.7649 10.6629L13.8406 10.5997C14.231 10.3086 14.7863 10.3551 15.1225 10.7217Z' fill='white'/%3E%3C/svg%3E%0A");background-color:var(--dark-green);background-position:center;background-repeat:no-repeat;border-radius:6px;margin-left:10px;transition:all linear .25s}.table-c li a:hover:after{background-color:var(--orange)}.blog-s>#content2{padding-top:40px}.blog-s .text3{font-size:var(--fs18)}.blog-s hr{border-color:#eaeaea;border-width:1px;margin-top:3rem}#content2 .text3 h2:not(.section-title):not(.accordion__title){margin:4.5rem 0 3rem;font-weight:400;font-size:30px;color:var(--dark-green)}#content2 .text3 h2:not(.section-title):not(.accordion__title) strong{font-weight:400}#content2 #faq .section-title{margin:0 0 3rem;font-family:var(--second-family);font-weight:400;font-size:30px;line-height:117%;color:var(--dark-green)}.text3 #faq .accordion__title{font-size:var(--fs14);font-weight:600}.text3 #faq .accordion__icon{border-color:var(--dark-green);background-color:var(--dark-green)}.text3 #faq .accordion__head:hover .accordion__icon{border-color:var(--orange);background-color:var(--orange)}#content2 .text3 ol li{padding-left:30px}#content2 .text3 ol li:before{content:counter(section);font-family:var(--font-family);font-weight:600;font-size:16px;line-height:125%;color:#fff;position:absolute;left:0;top:0px;width:20px;height:20px;background:linear-gradient(146deg, #f38221 0%, #d94b26 100%);border-radius:6px;display:flex;justify-content:center;align-items:center}#content2 .text3 ul li{padding-left:0}#content2 .text3 ul.ul-plus li{background:url(../images/ul-plus.svg) no-repeat left top !important}#content2 .text3 ul.ul-star li{background:url(../images/ul-star.svg) no-repeat left top !important}#content2 .text3 ul.ul-disc li{background:url(../images/ul-disc.svg) no-repeat 1px top !important}#content2 .text3 ul.ul-check li{background:url(../images/ul-check.svg) no-repeat 2px 3px !important}#content2 .text3 ul+ul{margin-top:3rem}#content2 .text3 h3:not(.section-title):not(.accordion__title){margin:4.5rem 0 3rem;font-weight:700;font-size:20px;line-height:140%;color:var(--dark-green)}#content2 .text3 h2:not(.section-title):not(.accordion__title):first-child,#content2 .text3 h3:not(.section-title):not(.accordion__title):first-child{margin-top:0}.text3 .bg-pattern.quote{background:url(../images/bg22.png) no-repeat center bottom;background-size:100% auto;margin-top:4rem}.text3 .quote h3{font-weight:700;font-size:20px;line-height:140%;color:var(--dark-green);margin:0 0 1.5rem !important}#content2 .text3 .blockquote{max-width:100%;font-size:var(--fs20);padding:5.5rem 7.5rem;font-weight:400;background:url(../images/quote1_1.svg) no-repeat 25px 25px,url(../images/quote2_2.svg) no-repeat calc(100% - 35px) calc(100% - 55px)}#content2 .text3 .blockquote.type2{max-width:100%;font-size:var(--fs20);padding:6rem 7rem;font-weight:700;background:linear-gradient(157deg, rgba(212, 225, 223, 0.5) 0%, rgba(251, 251, 240, 0.5) 100%),url(../images/quote1.svg) no-repeat 25px 25px,url(../images/quote2.svg) no-repeat calc(100% - 35px) calc(100% + 15px)}.text3 .blockquote.cases>div{margin-top:1.5rem;font-size:var(--fs14)}.text3 .blockquote.cases>div .name{font-size:var(--fs20)}.quote4{background:url(../images/quote14.svg) no-repeat 7.5rem center,linear-gradient(146deg, #f38221 0%, #d94b26 100%);font-weight:700;font-size:var(--fs20);line-height:140%;color:#fff;padding:4rem 9rem 4rem 19rem !important}.quote5{background:url(../images/quote15.svg) no-repeat 7.5rem center,var(--dark-green);font-weight:700;font-size:var(--fs20);line-height:140%;color:#fff;padding:4rem 9rem 4rem 19rem !important}.text3 .quote{margin-top:4rem}#content2 .text3 .wp-block-gallery{margin-top:6rem}#promo2+#subscribe,.blog-s+#subscribe{padding-top:6rem !important}#promo2.type2 .section-title{font-size:3rem}#promo2 .subtitle{font-weight:600;font-size:16px;line-height:125%;color:#fff;text-align:center}@media screen and (max-width: 1400px){#number .section-title{font-size:3.7rem}#hero .content{gap:6rem}#hero h1+div{max-width:490px}#action .col1{padding-right:3rem}#action .d-flex:nth-child(even) .col1{padding-left:3rem}#action .h2{margin:0 0 2rem}#why2 .col1{padding-right:3rem}#why2 .d-flex:nth-child(even) .col1{padding-left:3rem}#why2 .h2{margin:0 0 2rem}#isnt .featured p{font-size:var(--fs18);min-height:40px;background-size:auto 40px;padding-left:50px}#isnt .featured{grid-template-columns:220px 350px 270px 270px}.cases2 .slick-prev{left:-65px}.cases2 .slick-next{right:-65px}}@media screen and (max-width: 1360px){:root{--fs39: 3.7rem;--fs30: 2.7rem;--fs18: 1.7rem;--fs20: 1.9rem;--fs24: 2.3rem;--fs14: 1.5rem}.cases2 .slick-prev{display:none !important}.cases2 .slick-next{display:none !important}.blog_image>a>img{height:25vw}.blog_image>a{min-height:25vw}#works .section-title{padding:0;margin-bottom:5rem}.works .pattern{display:none !important}.works .col{padding:4rem;width:100%;max-width:unset !important;margin:0 !important;border:1px solid var(--stroke);background:rgba(212,225,223,.1);border-radius:3rem}.works img{margin:0 !important;max-width:100% !important;max-height:unset !important;width:100% !important}.works .img{margin:3rem 0 0 !important}.works{gap:3rem;align-items:unset}#works .btn{margin:3rem auto 0}.works .col2 .description{max-width:100%}.works .col2 .img{padding:0}.about1 .text h2{margin-bottom:1rem}.about2 .text{padding-top:1rem;padding-bottom:6rem}#about2 .d-flex:nth-child(even) .col2{margin-top:0}#about2 .about23 .col2{margin-top:10px !important}.about22 .img{margin-top:48px}.about .text h2,#about2 .text h2{margin-bottom:2rem}#blog .blog_image{max-width:320px}#blog .col2{max-width:320px}#content2 .col1{max-width:330px}.podcast_item.first{padding:4rem}.podcast_item.first .play{right:4rem;bottom:4rem}}@media screen and (max-width: 1250px){:root{--fs39: 3rem;--fs30: 2.2rem;--fs18: 1.6rem;--fs20: 1.8rem;--fs24: 2rem;--fs14: 1.4rem}.type3#hero .img{object-position:right center}.h1,.section-title,.h1.section-title,#number .section-title{font-size:4rem}.h1:not([class*=mb]),.section-title:not([class*=mb]),.h1.section-title:not([class*=mb]){margin-bottom:3rem}.section{padding:4rem 0}.mb60{margin-bottom:4rem}.mb80{margin-bottom:6rem}.mb15{margin-bottom:1rem}.mb30{margin-bottom:2rem}.mb45{margin-bottom:3rem}.mb40{margin-bottom:3rem}.mt30{margin-top:2rem}.mt45{margin-top:3rem}.mt60{margin-top:4rem}main{padding-top:80px}.page-template-page-how main,.page-template-front-page2 main,.home main{padding-top:0}.btn,.btn.type2{padding:1.5rem 2rem}#hero .content{max-width:100%}.h1 br,.section-title br{display:none}#requests .r>div{max-width:calc(50% - 1.5rem);opacity:1 !important}.info1 .line1,.info1 .line2{flex-wrap:wrap;gap:3rem;justify-content:center}.info1 .line2 img{margin-top:0}.info1 h4{margin:3rem 0 2rem;max-width:100%}.info1{padding:1.5rem 4rem 4rem}.info1 .line1 .description,.info1 .line2 .description{max-width:100%}.works{flex-wrap:wrap}.works .col1 img{width:auto !important;display:block;margin:0 auto !important}.works .col2>div{max-width:100%}.works .img{display:block}.videos>div{max-width:100% !important}.videos .h2{margin-bottom:1.5rem;min-height:unset}.videos .h2 br{display:none}.team1>div{max-width:100% !important}.numbers{display:flex;flex-wrap:wrap}.numbers>div:nth-child(1){width:100%;margin:0}.numbers>div{width:100%;margin:0;padding:3rem !important}#number .section-title{margin-bottom:3rem}.numbers .p3{max-width:100%}.numbers>div:nth-child(3),.numbers>div:nth-child(4){max-width:calc(50% - 1.5rem)}#info3 .d-flex{flex-wrap:wrap;justify-content:center;gap:3rem}#info3 .content{padding:0;max-width:100%}.container{padding:0 15px}.pricing.slick-slider,.news.slick-slider,.cases.slick-slider{display:block}.news>div,.pricing>div,.cases>div{max-width:unset;padding:0}.pricing>div{padding:1rem;padding-top:2rem}.news,.pricing,.cases{margin-right:-15px}.news .slick-list,.pricing .slick-list,.cases .slick-list{padding-right:15px}.news .slick-slide,.pricing .slick-slide,.cases .slick-slide{width:400px;margin-right:2rem;padding:4rem;height:unset}.cases.s2{margin-right:0}.cases .slick-slide{padding-bottom:6rem;position:relative}.cases.s2 .slick-list{padding:0;margin:0 -1.5rem;width:auto;max-width:unset}.default+.default{margin-top:2rem}.cases div.with-video{max-width:unset;margin:0 1.5rem}.cases .more{left:4rem;bottom:4rem}.news .slick-slide{padding-bottom:calc(4rem + 23px)}.default .blog_item .blog_info{padding:0 4rem 4rem}.news .slick-track,.pricing .slick-track,.cases .slick-track{display:flex}.blog_image>a>img{height:39vw}.blog_image>a{min-height:39vw}#trusted2 .bg{background:none}#trusted2 .bg .d-flex{flex-wrap:wrap;gap:3rem !important}#trusted2 .bg .d-flex+.d-flex{margin-top:3rem}#trusted2 .bg .d-flex>div{max-width:100% !important}#trusted2 .text{padding:3rem !important;background:rgba(212,225,223,.1);border:1px solid var(--stroke);border-radius:3rem;max-width:100%;width:100%}#trusted2 .col-right{max-width:100%}#trusted2 .logos{order:3}.form{flex-wrap:wrap;justify-content:center;padding:4rem}.form .col-left{max-width:unset}.form .img{margin-top:0}.form .p1{margin-top:5px}.form .col-right{max-width:unset}.accordion__head{padding:1.5rem 2rem}.about .pattern{display:none}.about{flex-wrap:wrap;justify-content:center;gap:3rem}#about1 .about .col1{max-width:100%;padding:3rem;width:100%;border:1px solid var(--stroke);background:rgba(212,225,223,.1);border-radius:3rem;margin:0}#about1 .about .text{padding:0;border:0;background:none;border-radius:0}#about1 .about .col2{padding:0;order:2;max-width:100%;width:100%}.about .img{padding:0}.about img{display:block;margin:0 auto;max-width:100%}.about+.about{margin-top:3rem}#about3 .text{font-size:4rem}#about3 .text p i{height:3rem}#about2 .d-flex{flex-wrap:wrap;gap:3rem;justify-content:center}#about2 .d-flex+.d-flex{margin-top:3rem}#about2 .d-flex>div{max-width:100% !important;margin:0 !important}#about2 .text{padding:3rem}#about2 .about22 .col2{order:-1}.about22 .img{margin:0}#about2 .desk{display:none}#about2 .mob{display:block;border-radius:3rem}#info4.type2 img{max-width:100%;margin:0}.subtitle:not([class*=mb]){margin-bottom:3rem}#info4.type2 .d-flex{padding:3rem}#info4.type2 .content{padding:0}.default>div{max-width:100%}#info6 .content{padding:3rem}#info6 .d-flex p{max-width:calc(100% - 330px)}.pricing2{overflow:auto;margin-right:-15px;padding-right:15px}.pricing2 table{min-width:900px}.pricing2 table tr:nth-child(2) td,.pricing2 table tr td:first-child,.pricing3 table tr:nth-child(2) td,.pricing3 table tr td:first-child{padding:1.5rem 1.5rem}#wrapper>.d-flex{flex-wrap:wrap}#podcasts .col1{max-width:100%;order:2}#podcasts .col2{max-width:100%;margin:0;padding:0;margin-bottom:4rem}.p-video{margin-top:3rem}.transcript .text{max-height:403px}#info2.type2 .d-flex{padding:3rem}#info2.type2 .content{margin-left:3rem}.blog_info{flex-wrap:wrap}#blog .col1{max-width:100%}#blog .col2{max-width:100%;margin:4rem 0 0}#bio .col1{max-width:300px;margin-right:3rem}#loop.news{gap:2rem;margin:0;padding:0}#loop.news>div{max-width:calc(50% - 1rem);padding:2rem}#content2 .container>.d-flex{flex-wrap:wrap}#content2 .text p+h3,#content2 .text p+h2{margin-top:2rem}#content2 .text h3,#content2 .text h2{margin:0 0 1.5rem}#content2 .col1{max-width:100%;margin:3rem 0 0;order:2}#content2 .i2{display:none}#content2 .col2{max-width:100%;max-width:100%}.quote{padding:2rem;margin-top:3rem}#content2 .text2{max-width:100%}#content2 .blockquote,#content2 .text3 .blockquote,#content2 .text3 .blockquote.type2{max-width:100%;padding:3rem;margin-top:3rem}.quote4{background-position:2rem center;padding:2rem 2rem 2rem 8rem !important;background-size:40px auto}.quote5{background-position:2rem center;padding:2rem 2rem 2rem 8rem !important;background-size:40px auto}.wp-block-media-text{margin-top:3rem}.text2 ul+*,.text2 ol+*{margin-top:3rem}#content2 ul,#content2 ol{margin-top:2rem}#content2 li+li{margin-top:1.2rem}#content2 .section-title{margin-bottom:3rem}#subscribe .bg-grey{padding:3rem}#subscribe .bg-grey>.d-flex{flex-wrap:wrap;justify-content:center}#subscribe .col1{text-align:center;margin-bottom:1rem}#subscribe .col2 .title{text-align:center}#subscribe .col2{max-width:100%;margin:0;padding:0}#content1 .col2{margin:2rem 0 0;max-width:calc(50% - 1rem);align-self:flex-start}#content1 .col3{margin:2rem 0 0;max-width:calc(50% - 1rem)}#content1 .container>.d-flex{flex-wrap:wrap;justify-content:space-between;align-items:flex-start}#content1 .col1 p{max-width:100%}#content1 .col1{max-width:100%}#content1 .lg{height:220px}#content2 .i1{padding:2rem}#content2 .i1 p+p{margin-top:2rem}#content2 blockquote{background:linear-gradient(157deg, rgba(212, 225, 223, 0.5) 0%, rgba(251, 251, 240, 0.5) 100%),url(../images/quote11.svg) no-repeat 10px 10px,url(../images/quote12.svg) no-repeat calc(100% - 10px) 100%;padding:40px 30px;border-radius:20px;font-size:18px;background-size:80px auto}#content2 table caption{font-size:20px;margin:0 0 5px}#content2 .i1 p span{margin-bottom:1rem}#content2 .text{max-width:100%}#content2 .text h2{margin:0 0 2rem}#content2 .text p+h2{margin-top:3rem}#contacts .c{position:static;width:100%;margin-bottom:3rem;background:rgba(212,225,223,.1);padding:3rem}#contacts .a+.p{margin-top:3.5rem}#form2 .bg-grey{padding:3rem}#contacts .a{font-size:2rem}#contacts .a1{font-size:2.5rem}#hero .fix>div{padding-top:140px;padding-bottom:11rem}#hero video{min-height:450px}#action{padding-top:6rem}#hero .content{flex-wrap:wrap;gap:4rem}#hero h1+div{padding-top:0;max-width:100%;width:100%}.type2#hero .description{margin-top:3rem}#hero .description{max-width:100%}:not(.section)+#trusted{padding-top:7rem}#video2 .videos .video{height:35vw}.page-template-front-page2 .section,.page-template-page-how .section{padding:4rem 0}#action .d-flex{padding:3rem;padding-bottom:0;flex-wrap:wrap}#action .d-flex .col1,#action .d-flex:nth-child(even) .col1{padding:0 !important;width:100%;max-width:100%;margin-bottom:3rem}#action .col2{max-width:100%;order:3}#action .col1{min-height:unset}#action .d-video{position:static;height:320px;min-height:unset}#action .desc{max-width:100%}#why2 .d-flex{padding:3rem;flex-wrap:wrap}#why2 .d-flex .col1,#why2 .d-flex:nth-child(even) .col1{padding:0 !important;width:100%;max-width:100%;margin-bottom:3rem}#why2 .col2{max-width:100%;order:3}#why2 .col1{min-height:unset}#why2 .desc{max-width:100%}.started .number:before{display:none}.started{flex-wrap:wrap;gap:3rem}.started>div{width:100%}.started .number,.started .p1{margin-bottom:1.5rem}#start .text-center{margin-top:4rem}.cases2 .bg-grey{flex-wrap:wrap;justify-content:center}.cases2 .col2{max-width:100%;padding:3rem}#info .info{gap:2rem;flex-wrap:wrap}#info .info>div{width:100%;max-width:100%}#info .buttons{margin-top:3rem}#info .bg-grey{padding:3rem}#hero.type2 h1+div{padding-top:2rem}.d-video,.videos .video,.d-video video,.d-video img,.videos video,.videos img{border-radius:2rem}#isnt .desc p+p{margin-top:3rem}#isnt .featured{display:flex;gap:3rem}#isnt .featured>p{width:100%;max-width:calc(50% - 1.5rem)}#number.type2 .section-title{margin-bottom:4rem}.type2 .numbers>div:nth-child(1) .p1{margin-bottom:2.5rem}.numbers .p1{width:100%}.type2 .numbers>div.col4>div .p2{margin:0}.reviews .bg-grey{max-width:100%}.reviews .bg-grey:nth-child(3n+2){transform:none}#reviews .section-title{margin-bottom:4rem}.reviews:before{display:none}.reviews{margin-bottom:3rem}.numbers>div:nth-child(1) .p1{font-size:var(--fs39)}.btn2 img{max-width:30px}.btn2{padding:1rem 2rem}.pricing2 table tr td:first-child,.pricing3 table tr td:first-child{display:block}.pricing2 table .label{transform:scale(0.75);transform-origin:left top;margin-bottom:-3px}#hero2 .content{flex-wrap:wrap;justify-content:center}#hero2 .l{max-width:100%;padding:0;margin-bottom:3rem}#transparency .d-flex{flex-wrap:wrap}#transparency .col1{padding:0;max-width:100%;margin-bottom:3rem}#transparency .desc2{gap:3rem}#what2 .ii1{gap:3rem}#what2 .ii1 .col2{font-size:2rem}#what2 .ii2>div{padding:2.5rem;gap:2rem;max-width:calc(50% - 1.5rem)}#transparency .col2{max-width:100%}#leading .d-flex{gap:3rem;flex-wrap:wrap;justify-content:center}#leading .col2{max-width:100%}#leading .col1{max-width:100%}#when2 .d-flex{flex-wrap:wrap}#when2 .d-flex>div{padding:4rem}.events>div{max-width:calc(50% - 1.5rem)}#rev .info{flex-wrap:wrap}#rev .info .doc{margin:0;width:100%;max-width:100%;margin:0 0 2rem}#rev .doc .p1{font-size:20px}#rev .doc .p2,#rev .i1{font-size:var(--fs20)}#rev-modal h2{font-size:24px;margin:0 0 15px}#rev-modal h2::before{line-height:28px;width:28px;font-size:20px;margin-right:15px;margin-top:-1px}#rev-modal ul{margin-top:20px}#rev-modal ol{margin-top:20px}#rev-modal ol li{padding-left:29px;background:url(../images/rr2.svg) no-repeat left 0px}#rev-modal ul li{padding-left:29px;background:url(../images/rr1.svg) no-repeat left 5px}#rev-modal ol li+li{margin-top:1rem}#rev-modal ul li+li{margin-top:1rem}#rev-modal *+h2{margin-top:4rem}#rev-modal h3{font-size:20px;margin:0 0 15px}#rev-modal *+h3{margin-top:2rem}#rev-modal .d p+p{margin-top:2rem}}@media screen and (max-width: 992px){#anim{height:115px;margin-top:-15px;display:block}.blog_info{gap:1.5rem}#content2 .text3 ul.ul-plus li{background-size:auto 17px !important}#content2 .text3 ul.ul-star li{background-size:auto 17px !important}#content2 .text3 ul.ul-disc li{background-size:auto 17px !important}#content2 .text3 ul.ul-check li{background-size:auto 17px !important}}@media screen and (max-width: 767px){.blog-top .d-flex{flex-wrap:wrap}.blog-top .col1{max-width:100%}.blog-top .col2{max-width:100%;margin:3rem 0 0}:root{--fs39: 2.5rem;--fs18: 1.5rem;--fs20: 1.7rem;--fs24: 1.9rem;--fs14: 1.4rem;--pdm: 2.5rem 1.5rem}.events>div{max-width:100%;padding:1.5rem}.events>div .date{min-width:70px;width:70px;margin-right:13px}.events .p2{font-size:17px}.events .p1,.events>div{font-size:17px}#podcast .col2 .section-title,#podcast .col2 .chapters h2{margin:0 0 1.5rem}#podcast .col2 .chapters p+h2{margin-top:3rem}.h1,.section-title,.h1.section-title,#number .section-title{font-size:3rem}.h1:not([class*=mb]),.section-title:not([class*=mb]),.h1.section-title:not([class*=mb]){margin-bottom:2rem}.section{padding:3rem 0}#hero .fix>div{padding:11rem 0 7rem;align-items:flex-start}.home .type2#hero .description{margin-top:4rem;margin-bottom:4rem;font-size:1.7rem}#hero .fix{background:url(../images/shadow2.svg) no-repeat center center}#hero img.desk{display:none !important}#hero img.mobile{display:block !important;margin-top:120px;height:calc(100svh - 130px);object-position:left top !important}.home #hero .fix{background:url(../images/shadow3.svg) no-repeat center center;background-position:center 0}#hero .content{gap:2rem}:not(.section)+#trusted{padding-top:5rem}.mb60{margin-bottom:3rem}.mb80{margin-bottom:5rem}.mb15{margin-bottom:1rem}.mb30{margin-bottom:1.5rem}.mb45{margin-bottom:2rem}.mb40{margin-bottom:2rem}.mt30{margin-top:1.5rem}.mt45{margin-top:2rem}.mt60{margin-top:3rem}#hero h1{text-align:center}#hero{text-align:center}#hero .description{max-width:100%;text-align:center;margin-bottom:2rem}#requests .r>div{max-width:100%;padding:1.5rem}.default{gap:1.6rem;flex-wrap:wrap}.default+.default{margin-top:1.6rem}.info1{padding:1.5rem}.info1 .description ul{gap:1rem 2rem}.info1 h4{margin-top:2rem}.info1 h3{margin-bottom:2rem}.btn .mob{display:block !important}.btn .desk{display:none !important}.info1,body{line-height:1.4}.works .col{padding:var(--pdm)}#works .section-title{margin-bottom:2rem}.works .title{margin-bottom:1.5rem}.h2,.team1 h2{font-size:2.2rem}.videos .video{height:50vw}.team1 .description{padding:var(--pdm)}.team1 h2{margin-bottom:1.5rem}.team1 .btn{margin-top:1.5rem}.btn{font-size:1.8rem}.team1 .title{height:48px;right:1.5rem;bottom:1.5rem}.gap30{gap:1.6rem}#number .section-title{text-align:center;margin-bottom:2rem}.numbers>div:nth-child(1) .p1{font-size:3rem;margin-bottom:1.5rem}.numbers>div:nth-child(1),.numbers>div{padding:2.5rem 1.5rem !important}.numbers>div:nth-child(1) .p2{margin-bottom:2rem}.numbers>div:nth-child(1) .p3{padding:var(--pdm)}.numbers .p1{margin-bottom:1rem}.numbers>div:not(:nth-child(1)) .p2{margin-bottom:1.5rem}.numbers>div:nth-child(3),.numbers>div:nth-child(4){max-width:100%}.numbers>div:not(:nth-child(1)) .p2:last-child{margin-bottom:0}.numbers>div:nth-child(3) .p1{max-width:100%}.numbers>div:not(:nth-child(1)) .p2{font-size:3.5rem}#info2 .pd40{flex-wrap:wrap;justify-content:center;padding:var(--pdm)}#info3 .d-flex{gap:2rem}.news .slick-slide,.pricing .slick-slide,.cases .slick-slide{width:325px;padding:var(--pdm);margin-right:1.6rem}.cases div.with-video .title{bottom:1rem;padding:5px 10px;font-size:13px;border-radius:1rem;min-width:280px}.cases div.with-video .title span{white-space:unset}.news .slick-slide{padding-bottom:calc(2.5rem + 23px)}.cases .slick-slide{padding-bottom:4rem}.cases .more{left:1.5rem;bottom:2.5rem}.default .blog_item .blog_info{padding:0 1.5rem 2.5rem}.cases .top img{max-width:75px;height:75px;min-width:75px;margin-right:1rem}#info4 .d-flex{padding:var(--pdm);flex-wrap:wrap;justify-content:center}#info4 .img{max-width:100%;margin-top:2rem}#info4 img{margin-top:0}#trusted2 .text{padding:2.5rem 1.5rem !important;border-radius:2rem}#trusted2 .logos{padding:0 !important}#trusted2 .bg .d-flex{gap:2rem !important}#trusted2 .bg .d-flex+.d-flex{margin-top:2rem !important}.partners .str_move{display:flex}.partners .str_move{margin:0 8px}.partners{display:flex;height:340px}.partners>div{padding:0 8px}.partners .str_move div+div{margin-top:0 !important;margin-left:30px !important}.partners img{height:340px;max-width:unset}.partners:before,.partners:after{left:-1px;top:0;height:100%;width:125px;background:linear-gradient(to right, #fdfdfd 0%, rgba(253, 253, 253, 0) 100%)}.partners:after{top:0;left:auto;right:-1px;background:linear-gradient(to left, #fdfdfd 0%, rgba(253, 253, 253, 0) 100%)}.form{padding:var(--pdm)}.form .d-flex{flex-wrap:wrap;justify-content:center;text-align:center}.form .img{margin:0 auto 1.5rem}.form .p1{margin:0 auto 1rem;text-align:center;padding:0;font-size:2rem;line-height:32px;background-size:auto 32px;padding-right:40px}form .d-flex>*{display:block}.form .section-title{display:block;text-align:center;padding:0}form input{height:50px;padding:0 12px}form textarea{padding:12px;height:100px}form .up{position:static;max-width:100%;width:100%;justify-content:flex-start}form .up>div{order:2}form .up>p{margin-right:auto;margin-right:1.5rem}.mfcf7-zl-multifile-name{max-width:200px}.form .upload .up>p .wpcf7-form-control-wrap{display:flex;align-items:center;font-size:14px}.form .upload .up>p .wpcf7-form-control-wrap:after{content:"Upload File";display:inline-block;margin-left:5px}.accordion__icon{width:35px;height:35px}.accordion__head{align-items:center;padding:1.5rem}.border-radius{border-radius:2rem}.accordion__details[open]+.accordion__content{padding:0 1.5rem 2rem;max-width:100%}.accordion__content_body{max-width:100%}.blog_image>a>img{height:290px}.blog_image>a{min-height:290px}.fancybox__slide.has-html5video .fancybox__content{max-width:100% !important}.fancybox__slide.has-html5video .f-button.is-close-btn{right:0 !important;top:-40px !important;background:none !important}.description p+p{margin-top:2rem}#info2 .content,#info2 .content>div{max-width:100%}.form .p2{max-width:100%}#thanks{padding:3rem 2rem}#thanks .d-flex{flex-wrap:wrap;text-align:center;justify-content:center}#thanks img{display:none}#thanks img+div{max-width:100%}#thanks.fancybox__content>.f-button.is-close-btn{right:0 !important;top:-40px !important;background:none !important}#thanks.fancybox__content>.f-button.is-close-btn svg{opacity:1 !important;color:var(--orange);width:30px;height:30px}#thanks .section-title{text-align:center}#about1 .about .col1,#about2 .text,#info2.type2 .d-flex,#info4.type2 .d-flex,#info5 .default>div,#info6 .content{padding:var(--pdm)}.about .text h2,#about2 .text h2,#about2 .about23 .text h2{margin-bottom:1.5rem}.about .text h2,#about2 .text h2{font-size:2.7rem}.about .img .title{top:1.5rem;right:1.5rem;height:45px}.about4 .today,#about2 .text p+h2{margin-top:2rem}#about2 .about23 img{height:auto}#about3 .text{font-size:2rem;padding:4rem 2.5rem;text-align:center;background:#fdfdfd url(../images/quote4.svg) no-repeat 20px 20px;border:1px solid var(--stroke);border-radius:30px}#about3 .text span{margin-bottom:10px;display:block;text-align:center;font-family:var(--second-family);font-weight:400;font-size:2.4rem;line-height:125%;text-align:center;color:var(--orange)}#about3 .text br{display:none}#about3 .text p{background:none !important;color:var(--dark-text) !important;-webkit-text-fill-color:unset !important}#about3 .text p i{height:2rem}#info2.type2 .d-flex{flex-wrap:wrap;gap:2rem}#info2 .img{max-width:100%}#info2 .img img{margin:0 auto}#info2.type2 .content{max-width:100%;margin:0}#info2 .description br{display:none}.pricing li+li{margin-top:1.2rem}.pricing .description{min-height:unset;margin-bottom:1.2rem}#info4.type2 p+p{margin-top:2rem}#info5 .img{min-width:75px;margin-right:1rem}#info5 .p2{margin-top:1rem}#info6 .d-flex{flex-wrap:wrap;justify-content:center}#info6 .btn{order:2;margin:2rem 0 0}#info6 .d-flex p{max-width:100%;margin:0}.pricing2 table{min-width:640px;font-size:1.4rem}.pricing2 table tr:nth-child(2) td{padding:1.5rem !important;font-size:1.6rem !important}.pricing2 table tr:nth-child(2) td,.pricing2 table tr td:first-child,.pricing2 th,.pricing3 table tr td{padding:1rem !important}.pricing2 table tr td:first-child{font-size:1.3rem}.pricing2 h3{font-size:2rem;margin-bottom:1rem}.pricing2 h4{font-size:1.7rem;margin-bottom:1rem;min-height:38px;padding:0 7px}#pricing2 .btn{padding:1rem 1.5rem;font-size:1.4rem}.pricing2 td img{max-width:30px}.pricing3 td img{max-width:25px;min-width:25px;margin-right:4px !important}.pricing3 tr:last-child img{max-width:unset !important;max-height:25px}.pricing3 table tr td:first-child{font-size:1.4rem}.pricing3 th img{max-height:30px}#info4.type2 img{max-width:450px;width:100%}.podcast_item.first,.podcast_item,#podcasts .widget2,.i2,.categories,.table-content,#subscribe .bg-grey,#contacts .c,#form2 .bg-grey{padding:var(--pdm)}.podcast_item.first .top{flex-wrap:wrap}.podcast_item.first .img img,.podcast_item .img img{height:auto;max-width:100%;width:100%;margin:0}.podcast_item .top-top{justify-content:space-between;gap:2rem;flex-wrap:wrap;margin-top:1.2rem}.podcast_item.first .s br{display:none}.podcast_item.first .title{font-size:2rem}.podcast_item.first .play{top:3rem;right:2rem;bottom:auto}.podcast_item.first .s{margin-right:unset}.podcast_item .top{flex-wrap:wrap;justify-content:center;margin-bottom:1.2rem}.podcast_item{max-width:calc(50% - 8px)}.podcast_item.first .content{max-width:100%}.podcast_item .top>a{width:100%;display:block}.pds{gap:1.6rem}#podcasts .section-title{font-size:2.4rem}.widget2 .btn{font-size:2rem}.widget2 .btn img{max-width:30px}.series{gap:8px 12px}#podcasts .col2{margin-bottom:3rem}.i2 .p2{margin-top:1.5rem}.single-podcast .top .play{margin-right:12px}.p-video{margin-top:2rem}.transcript .text{max-height:390px}#content1 .col1 h2{margin-bottom:2rem}#content1 .col2{padding:1.5rem}#content1 .col2,#content1 .col3{max-width:100%}#content1 .lg{height:auto;padding:3rem}#content1 .col2 .rate{padding:10px 12px}#content2 .i1 p span{margin-bottom:7px}#content2 .i1 p+p{margin-top:1.5rem}#content2 .blockquote{background:url(../images/quote1.svg) no-repeat 15px 15px,url(../images/quote2.svg) no-repeat calc(100% - 15px) calc(100% - 15px);background-size:40px auto;font-size:1.6rem;padding:2.5rem 2rem}.blockquote.cases>div{font-size:1.5rem}#blog .blog_item{flex-wrap:wrap}#blog #loop .blog_item{border:1px solid var(--stroke);border-radius:2rem}#blog #loop .blog_item .blog_body{padding:0 1.5rem 2rem}#blog .blog_image{max-width:100%;width:100%;margin:0 0 1.5rem}#blog.section .blog_image>a>img{height:auto}#blog.section .blog_image>a{min-height:unset}#blog.section .blog_image>a>div{padding-top:2rem}#blog .blog_info{gap:1.5rem}#blog .blog_author{display:inline-flex}#blog .blog_item+.blog_item{margin-top:3rem}#blog .blog_info>div:first-child{width:100%}.search-form input{padding:0 1.5rem;font-size:16px}.search-form input::placeholder{font-size:16px}.widget+.widget{margin-top:2rem}#blog .col2{margin-top:5rem}.categories p+p{margin-top:1.5rem}#bio .d-flex{flex-wrap:wrap}#bio .col1{max-width:100%;margin:0;text-align:center}#bio .col1 img{margin:0 auto}#bio .col2{margin:2rem 0 0;max-width:100%}#loop.news>div{max-width:calc(50% - 8px)}#loop.news{gap:1.6rem}#loop.news>div{padding:1.5rem}#loop.news .blog_image img{height:42vw}.blog-top .d-flex>div:first-child{width:100%}.blog-top .d-flex>div a{display:inline-flex}#content2 ul,#content2 ol{margin-top:1.5rem}#content2 .table-content li+li,#content2 li+li{margin-top:1rem}.text2 h2{margin:0 0 2rem}.text2 ul+*,.text2 ol+*,.wp-block-media-text,.wp-block-gallery{margin-top:2rem}.wp-block-media-text{gap:1.5rem}.slick-arrow{width:35px;height:35px;background-size:20px auto;top:calc(50% - 17px - 12px)}.slick-next{right:15px}.slick-prev{left:15px}#content2 .section{padding:4rem 0 0}.accordion__list{gap:1.5rem}#subscribe .section-title{font-size:2.4rem;text-align:center}#subscribe form input{height:50px;margin-bottom:12px !important}#contacts .c{margin-bottom:2rem}#contacts .a{font-size:1.8rem}#contacts .a1{font-size:2rem;display:block;line-height:37px}#contacts .a+.p{margin-top:2rem}#form2 form textarea,#form2 form input{margin-bottom:12px}form .up input[type=button]{margin:0 !important}form .btn{margin-top:12px !important}.form .upload .up>p .wpcf7-form-control-wrap{white-space:nowrap}#e404 .d-flex{flex-wrap:wrap;justify-content:center}#e404 .col1{max-width:100%;margin:0 0 2rem}#e404 .col2{max-width:100%;text-align:center}#e404 .text{max-width:100%}#e404 h1{text-align:center}#trusted2 .trusted2:before,#trusted2 .trusted2:after,.partners:before,.partners:after{width:75px}#bio .col2>div>.d-flex{margin-bottom:20px}.upt{bottom:15px;right:15px;width:40px;height:40px}.upt svg{transform:scale(0.75)}.default .blog_item .blog_info{position:static;padding:0;margin:0}#content2 table td{padding:5px 10px;font-size:12px}#content2 table thead tr td td,#content2 table tbody:first-child tr:first-child td{font-size:15px}#content2 blockquote{background:linear-gradient(157deg, rgba(212, 225, 223, 0.5) 0%, rgba(251, 251, 240, 0.5) 100%),url(../images/quote11.svg) no-repeat 10px 10px,url(../images/quote12.svg) no-repeat calc(100% - 10px) 100%;padding:20px 15px;border-radius:20px;font-size:16px;background-size:40px auto;margin-bottom:2.5rem}.page-template-front-page2 .section,.page-template-page-how .section{padding:3rem 0}#action .d-flex{padding:var(--pdm)}#action .d-video{border-radius:2rem;height:50vw;border:1px solid var(--stroke)}#action .d-flex .col1,#action .d-flex:nth-child(even) .col1{margin-bottom:2rem}#why2 .desc{margin-bottom:2rem}#why2 .d-flex{padding:var(--pdm)}#why2 .h2{font-size:2.2rem}#why2 .d-flex .col1,#why2 .d-flex:nth-child(even) .col1{margin-bottom:2rem}#why2 .desc p+p{margin-top:1.6rem}.started>div{display:flex;flex-wrap:wrap;align-items:center}.started .number{margin:0 1.5rem 0 0;width:35px;height:35px;font-size:2rem}.started .p1{margin:0;font-size:var(--fs24);max-width:calc(100% - 55px - 1.5rem)}.started .desc{margin:1rem 0 0}#start .text-center{margin-top:3rem}.cases2 .col2{padding:var(--pdm)}.cases2 .p1{font-size:var(--fs24);margin-bottom:2rem}.cases2 .bottom{flex-wrap:wrap;gap:1.5rem}.cases2 .bottom>div{width:100%}.cases2 .play{right:2rem;bottom:2rem}#info .bg-grey{padding:var(--pdm)}#info .sub{margin-bottom:3rem}#info .buttons{flex-wrap:wrap;justify-content:center;gap:0}#info .info>div .img{width:100%;max-width:50px}#info .buttons p{width:100%;text-align:center;margin-top:1rem}.type2#hero .description{margin-top:2rem}#isnt .desc{font-size:var(--fs20)}#isnt .desc p+p{margin-top:2rem}#isnt .featured>p{max-width:100%;background-size:auto 35px;min-height:35px}#isnt .featured{gap:1.6rem}.type2 .numbers>div:nth-child(1) .p1{font-size:var(--fs39);margin-bottom:1.5rem}.type2 .numbers>div:nth-child(1) .p2{font-size:var(--fs20)}.type2 .numbers>div:nth-child(1) .p3{padding:var(--pdm)}.type2 .numbers>div.col3 .p2{margin-top:0}.type2 .numbers>div.col4>div .p3{margin-top:0;color:var(--grey-text)}#number.type2 .section-title,#reviews .section-title{margin-bottom:2rem}#works2 .desc{font-size:var(--fs20)}.reviews .bg-grey{padding:var(--pdm)}.clients{height:320px}.clients img{min-width:300px;max-width:300px;height:320px}.clients .str_move>div:not(.str_move){max-width:300px}.clients .info{font-size:14px;left:1.5rem;bottom:1.5rem;width:calc(100% - 3rem)}.reviews.slick-slider{display:block}.reviews.slick-slider>div{max-width:unset}.reviews.slick-slider .slick-slide{width:320px;margin-right:2rem}.reviews .slick-list{margin-right:-15px;padding-right:15px}.subs form button{max-width:100%}.subs form .wpcf7-form-control-wrap{margin-right:0}.btn.type2{padding:1.75rem 2rem}main{padding-top:20px}.trusted:before,.trusted:after{width:50px}#fpopup .d-flex{flex-wrap:wrap}#fpopup .img{order:2;max-width:100%;margin:25px 0 0;padding:0}#fpopup .img+div{padding:50px 15px 0;max-width:100%}#fpopup .line{margin-top:30px}#fpopup .text-right{text-align:left}#hero2 .subtitle{font-size:2.2rem}#pricing3 .subtitle{font-size:var(--fs20);margin:0 auto 3rem}#pricing3 #anim{height:80px}.promo{padding:4rem 3rem}#transparency .desc{font-size:var(--fs20)}#transparency .desc p+p{margin-top:1.6rem}#transparency .rev{min-height:100px}#transparency .col1{margin-bottom:2rem}#transparency .desc2{padding:2rem 1.6rem;gap:1.6rem;font-size:var(--fs20)}#transparency .desc2 img{max-width:55px}#why2 .h2{margin-bottom:1.5rem}#what2 .ii1{flex-wrap:wrap;padding:1.6rem;gap:2rem}#what2 .ii1 .col1{max-width:100%}#what2 .ii1 .col1 img{width:100%}#what2 .ii2{gap:1.6rem}#what2 .ii1 .col2{max-width:100%}#what2 .ii2>div{max-width:100%;gap:1.6rem;padding:1.6rem;font-size:var(--fs20)}#leading .d-flex{gap:2rem}#leading .desc{font-size:var(--fs20)}#when2 .d-flex>div{padding:var(--pdm)}#when2 .d-flex h2{font-size:2.2rem;margin:0 0 2rem}#when2 .d-flex>div{font-size:var(--fs20)}#when2 .d-flex ul li+li{margin-top:1.6rem}#when2 .subtitle{font-size:var(--fs20)}#when2 .d-flex ul li{background-size:24px auto;padding-left:30px}.pricing .dop{min-height:18px}#rev .info{flex-wrap:wrap}#rev .doc .img{max-width:120px;margin-right:2rem}#rev .more{font-size:18px}#rev .i1{padding:2.4rem 1.6rem}#rev .info .doc{margin:0;width:100%;max-width:100%;margin:0 0 2rem}#rev .doc .p1{font-size:20px}#rev .doc .p2,#rev .i1{font-size:var(--fs20)}#rev-modal{font-size:var(--fs14);max-width:calc(100% - 30px);margin:40px auto;padding:2.4rem 1.6rem;border-radius:20px}#rev-modal .f-button.is-close-btn{right:0 !important;top:-40px !important;background:none !important}#rev-modal h2{font-size:22px;line-height:1.3;margin:0 0 15px}#rev-modal h2::before{line-height:24px;width:24px;font-size:18px;margin-right:15px;margin-top:1px}#rev-modal ul{margin-top:15px}#rev-modal ol{margin-top:15px}#rev-modal ol li{padding-left:20px;background:url(../images/rr2.svg) no-repeat left -6px}#rev-modal ul li{padding-left:20px;background:url(../images/rr1.svg) no-repeat left 0px}#rev-modal ol li+li{margin-top:.75rem}#rev-modal ul li+li{margin-top:.75rem}#rev-modal *+h2{margin-top:3rem}#rev-modal h3{font-size:18px;margin:0 0 12px}#rev-modal *+h3{margin-top:2rem}#rev-modal .d p+p{margin-top:1.5rem}.blog-s .blog-top .col2{order:2;margin:3rem 0 0}.blog-s .table-content>p{font-size:var(--fs24)}.table-c li a:after{min-width:30px;width:30px;height:30px;background-size:15px auto}#content2 .text3 h2:not(.section-title):not(.accordion__title){margin:3rem 0 2rem;font-size:var(--fs24)}#content2 .text3 h3:not(.section-title):not(.accordion__title){margin:3rem 0 2rem;font-size:var(--fs20)}#content2 .text3 ol li:before{width:17px;height:17px;font-size:14px}#content2 .text3 ul+ul{margin-top:2rem}.text3 .bg-pattern.quote{margin-top:3rem}.quote4{background-position:1.5rem center;padding:2rem 2rem 2rem 7rem !important;background-size:40px auto}.quote5{background-position:1.4rem center;padding:2rem 2rem 2rem 7rem !important;background-size:40px auto}.text3 .quote{margin-top:3rem}.text3 .wp-block-media-text{margin-top:3rem}#content2 .text3 .wp-block-gallery{margin-top:3rem}.text3 .p-video{margin-top:3rem}#content2 #faq .section-title{margin:0 0 2rem;font-size:var(--fs24)}#promo2.type2 .section-title{font-size:var(--fs24)}#promo2+#subscribe,.blog-s+#subscribe{padding-top:3rem !important}}@media screen and (max-width: 600px){#loop.news .blog_image img{height:auto}.podcast_item{max-width:100%}#loop.news>div{max-width:100%}}.h2_2{text-align:center;margin-top:0;letter-spacing:-0.05em;font-size:55px;font-weight:400;font-family:var(--font-family)}.h2_2 span{color:var(--brown2)}@media(max-width: 1200px){.h2_2{font-size:4rem}}@media(max-width: 768px){.h2_2{font-size:3rem}}@media(max-width: 576px){.h2_2{margin-bottom:1.5rem;font-size:2.5rem}}.pre_title{display:inline-flex;margin-bottom:1rem;gap:1rem;align-items:center;border:1px solid var(--brown2);color:var(--brown2);border-radius:60px;padding:10px 20px;font-size:16px;font-weight:400}.pre_title i,.pre_title:before{width:20px;height:20px;background-color:#917241}@media(max-width: 576px){.pre_title{font-size:10px;margin-bottom:0;padding:5px 10px;gap:.5rem}.pre_title i,.pre_title:before{width:18px;height:18px}}.off-padding{padding-top:0 !important;padding-bottom:0 !important}.distributor_popup{width:500px;max-width:100%;background:#f9fafa;padding:35px 46px;border:1px solid #d9d9d9;border-radius:30px}.distributor_popup .wrap{display:flex;flex-direction:column;gap:2rem}.distributor_popup h2{font-size:42px;text-align:center;margin:0;font-weight:400;letter-spacing:-0.06em;line-height:114%;color:#143f45}.distributor_popup .text{font-size:18px;text-align:center;line-height:144%;color:#293a3e}.distributor_popup .btn{font-size:20px;font-weight:600}.distributor_popup small{display:block;font-size:16px;line-height:150%;text-align:center;color:rgba(68,69,69,.7);font-weight:400;margin-top:20px}@media(max-width: 576px){.distributor_popup{padding:20px;border-radius:15px}.distributor_popup h2{font-size:30px}.distributor_popup .text{font-size:14px}.distributor_popup small{font-size:12px}}.footer{background:rgba(212,225,223,.2);padding:60px 0}.footer .container{display:grid;grid-template-columns:repeat(5, 1fr);gap:60px}.footer nav ul{display:flex;flex-direction:column;gap:15px;font-size:16px;max-width:unset}.footer nav ul li:first-child{font-weight:700}.footer nav ul li:first-child a{color:var(--dark-green) !important;scale:1 !important}.footer nav ul a{color:var(--dark-green)}.footer nav ul a:hover{color:var(--orange);scale:1.02}.footer .social{display:flex;flex-direction:column}.footer .social-wrap{display:flex;flex-direction:column;gap:15px}.footer .social-wrap h3{font-size:16px;font-weight:700;margin:0}.footer .social a{display:flex;gap:10px;color:var(--dark-green);align-items:center}.footer .social a:hover svg{fill:var(--orange);scale:1.1}.footer .social a svg{width:26px;height:26px;fill:#143f45}.footer .copy{color:rgba(68,69,69,.7);font-weight:600;font-size:16px;grid-column:span 2;display:flex;gap:10px;align-items:center}@media(max-width: 992px){.footer .container{gap:40px 30px}}@media(max-width: 768px){.footer .container{grid-template-columns:repeat(3, 1fr)}.footer nav ul{font-size:14px}.footer nav ul li{width:100%}.footer nav ul a{font-size:var(--fs14);text-align:start}.footer .social{display:grid;grid-template-columns:repeat(2, 1fr)}.footer .social-wrap{grid-column:span 2}.footer .social-wrap h3{text-align:start;font-size:14px}.footer .copy{font-size:14px;margin-top:30px}}@media(max-width: 576px){.footer{padding:40px 0}.footer .container{gap:30px 20px;grid-template-columns:repeat(2, 1fr)}}@media(max-width: 360px){.footer nav ul{gap:10px}.footer nav ul li:first-child a{font-size:14px}.footer nav ul a{font-size:12px}.footer .copy{font-size:12px}}/*# sourceMappingURL=style.css.map */
