: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,.175s) ease-out both f-throwOutUp}.f-throwOutDown{animation:var(--f-throw-out-duration,.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,.2s) ease .1s both f-zoomInUp}.f-zoomOutDown{animation:var(--f-transition-duration,.2s) ease both f-zoomOutDown}@keyframes f-zoomInUp{from{transform:scale(.975) translate3d(0,16px,0);opacity:0}to{transform:scale(1) translate3d(0,0,0);opacity:1}}@keyframes f-zoomOutDown{to{transform:scale(.975) translate3d(0,16px,0);opacity:0}}.f-fadeIn{animation:var(--f-transition-duration,.2s) var(--f-transition-easing,ease) var(--f-transition-delay,0s) both f-fadeIn;z-index:2}.f-fadeOut{animation:var(--f-transition-duration,.2s) var(--f-transition-easing,ease) var(--f-transition-delay,0s) both f-fadeOut;z-index:1}@keyframes f-fadeIn{0%{opacity:0}100%{opacity:1}}@keyframes f-fadeOut{100%{opacity:0}}.f-fadeFastIn{animation:var(--f-transition-duration,.2s) ease-out both f-fadeFastIn;z-index:2}.f-fadeFastOut{animation:var(--f-transition-duration,.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,.5s) ease both f-fadeSlowIn;z-index:2}.f-fadeSlowOut{animation:var(--f-transition-duration,.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,.2s) ease-out both f-crossfadeIn;z-index:2}.f-crossfadeOut{animation:calc(var(--f-transition-duration,.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,.85s) cubic-bezier(.16,1,.3,1) f-slideInNext}.f-slideIn.from-prev{animation:var(--f-transition-duration,.85s) cubic-bezier(.16,1,.3,1) f-slideInPrev}.f-slideOut.to-next{animation:var(--f-transition-duration,.85s) cubic-bezier(.16,1,.3,1) f-slideOutNext}.f-slideOut.to-prev{animation:var(--f-transition-duration,.85s) cubic-bezier(.16,1,.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,.85s) cubic-bezier(.16,1,.3,1) f-classicInNext;z-index:2}.f-classicIn.from-prev{animation:var(--f-transition-duration,.85s) cubic-bezier(.16,1,.3,1) f-classicInPrev;z-index:2}.f-classicOut.to-next{animation:var(--f-transition-duration,.85s) cubic-bezier(.16,1,.3,1) f-classicOutNext;z-index:1}.f-classicOut.to-prev{animation:var(--f-transition-duration,.85s) cubic-bezier(.16,1,.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:0}.f-button:focus-visible{outline:0;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-next,.f-carousel__nav .f-button.is-prev,.fancybox__nav .f-button.is-next,.fancybox__nav .f-button.is-prev{position:absolute;z-index:1}.is-horizontal .f-carousel__nav .f-button.is-next,.is-horizontal .f-carousel__nav .f-button.is-prev,.is-horizontal .fancybox__nav .f-button.is-next,.is-horizontal .fancybox__nav .f-button.is-prev{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-next,.is-vertical .f-carousel__nav .f-button.is-prev,.is-vertical .fancybox__nav .f-button.is-next,.is-vertical .fancybox__nav .f-button.is-prev{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-next svg,.is-vertical .f-carousel__nav .f-button.is-prev svg,.is-vertical .fancybox__nav .f-button.is-next svg,.is-vertical .fancybox__nav .f-button.is-prev 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:transparent;overflow:visible;z-index:var(--fancybox-zIndex,1050);outline:0;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 ::after,.fancybox__container ::before{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-html5video,.fancybox__slide.has-iframe,.fancybox__slide.has-video{overflow:hidden}.fancybox__slide.has-image{overflow:hidden}.fancybox__slide.has-image.is-animating,.fancybox__slide.has-image.is-selected{overflow:visible}.fancybox__slide::after,.fancybox__slide::before{content:"";flex:0 0 0;margin:auto}.fancybox__backdrop:empty,.fancybox__slide:empty,.fancybox__track:empty,.fancybox__viewport: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 [contenteditable],.fancybox__content [data-selectable]{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(0)}.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-closing .fancybox__caption,.is-loading .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) * -.5)) 0 0 var(--f-spinner-left,calc(var(--f-spinner-height) * -.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:0;opacity:0;position:fixed;pointer-events:none}.fancybox__container:not([aria-hidden]){opacity:0}.fancybox__container.is-animated[aria-hidden=false] .fancybox__carousel>:not(.fancybox__viewport),.fancybox__container.is-animated[aria-hidden=false] .fancybox__slide>:not(.fancybox__content),.fancybox__container.is-animated[aria-hidden=false]>:not(.fancybox__backdrop,.fancybox__carousel){animation:var(--f-interface-enter-duration,.25s) ease .1s backwards f-fadeIn}.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop{animation:var(--f-backdrop-enter-duration,.35s) ease backwards f-fadeIn}.fancybox__container.is-animated[aria-hidden=true] .fancybox__carousel>:not(.fancybox__viewport),.fancybox__container.is-animated[aria-hidden=true] .fancybox__slide>:not(.fancybox__content),.fancybox__container.is-animated[aria-hidden=true]>:not(.fancybox__backdrop,.fancybox__carousel){animation:var(--f-interface-exit-duration,.15s) ease forwards f-fadeOut}.fancybox__container.is-animated[aria-hidden=true] .fancybox__backdrop{animation:var(--f-backdrop-exit-duration,.35s) ease forwards f-fadeOut}.has-html5video .fancybox__content,.has-iframe .fancybox__content,.has-map .fancybox__content,.has-pdf .fancybox__content,.has-vimeo .fancybox__content,.has-youtube .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-html5video .fancybox__content,.has-vimeo .fancybox__content,.has-youtube .fancybox__content{width:960px;height:540px;max-width:100%;max-height:100%}.has-html5video .fancybox__content,.has-map .fancybox__content,.has-pdf .fancybox__content,.has-vimeo .fancybox__content,.has-youtube .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:transparent;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))*-.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 0 0 var(--f-thumb-outline-color)) drop-shadow(2px 0 0 var(--f-thumb-outline-color)) drop-shadow(0 -1px 0 var(--f-thumb-outline-color)) drop-shadow(0 2px 0 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:0;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:0}.f-thumbs__slide__button:focus-visible{outline:0;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(.23,1,.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,.1),rgba(255,255,255,.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,.1),rgba(255,255,255,.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:0!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,.5));pointer-events:none;z-index:20}.fancybox__toolbar :focus-visible{z-index:1}.fancybox__toolbar.is-absolute,.is-compact .fancybox__toolbar{position:absolute;top:0;left:0;right:0}.is-idle .fancybox__toolbar{pointer-events:none;animation:.15s ease-out both f-fadeOut}.fancybox__toolbar__column{display:flex;flex-direction:row;flex-wrap:wrap;align-content:flex-start}.fancybox__toolbar__column.is-left,.fancybox__toolbar__column.is-right{flex-grow:1;flex-basis:0}.fancybox__toolbar__column.is-right{display:flex;justify-content:flex-end;flex-wrap:nowrap}.fancybox__infobar{padding:0 5px;line-height:var(--f-button-height);text-align:center;font-size:17px;font-variant-numeric:tabular-nums;-webkit-font-smoothing:subpixel-antialiased;cursor:default;user-select:none}.fancybox__infobar span{padding:0 5px}.fancybox__infobar:not(:first-child):not(:last-child){background:var(--f-button-bg)}[data-fancybox-toggle-slideshow]{position:relative}[data-fancybox-toggle-slideshow] .f-progress{height:100%;opacity:.3}[data-fancybox-toggle-slideshow] svg g:first-child{display:flex}[data-fancybox-toggle-slideshow] svg g:last-child{display:none}.has-slideshow [data-fancybox-toggle-slideshow] svg g:first-child{display:none}.has-slideshow [data-fancybox-toggle-slideshow] svg g:last-child{display:flex}[data-fancybox-toggle-fullscreen] svg g:first-child{display:flex}[data-fancybox-toggle-fullscreen] svg g:last-child{display:none}:fullscreen [data-fancybox-toggle-fullscreen] svg g:first-child{display:none}:fullscreen [data-fancybox-toggle-fullscreen] svg g:last-child{display:flex}.f-progress{position:absolute;top:0;left:0;right:0;height:3px;transform:scaleX(0);transform-origin:0;transition-property:transform;transition-timing-function:linear;background:var(--f-progress-color,var(--f-carousel-theme-color,#0091ff));z-index:30;user-select:none;pointer-events:none}@font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translate3d(0,0,0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper::after{content:'';position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:var(--swiper-navigation-top-offset,50%);width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next svg,.swiper-button-prev svg{width:100%;height:100%;object-fit:contain;transform-origin:center}.swiper-rtl .swiper-button-next svg,.swiper-rtl .swiper-button-prev svg{transform:rotate(180deg)}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:var(--swiper-navigation-sides-offset,10px);right:auto}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset,10px);left:auto}.swiper-button-lock{display:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset,10px);left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:'next'}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:var(--swiper-pagination-bottom,8px);top:var(--swiper-pagination-top,auto);left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:var(--swiper-pagination-bullet-border-radius,50%);background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity,.2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity,1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:var(--swiper-pagination-right,8px);left:var(--swiper-pagination-left,auto);top:50%;transform:translate3d(0,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color,inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color,rgba(0,0,0,.25));position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size,4px);left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:var(--swiper-pagination-progressbar-size,4px);height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:var(--swiper-scrollbar-border-radius,10px);position:relative;touch-action:none;background:var(--swiper-scrollbar-bg-color,rgba(0,0,0,.1))}.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none!important}.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{position:absolute;left:var(--swiper-scrollbar-sides-offset,1%);bottom:var(--swiper-scrollbar-bottom,4px);top:var(--swiper-scrollbar-top,auto);z-index:50;height:var(--swiper-scrollbar-size,4px);width:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))}.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical>.swiper-scrollbar{position:absolute;left:var(--swiper-scrollbar-left,auto);right:var(--swiper-scrollbar-right,4px);top:var(--swiper-scrollbar-sides-offset,1%);z-index:50;width:var(--swiper-scrollbar-size,4px);height:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:var(--swiper-scrollbar-drag-bg-color,rgba(0,0,0,.5));border-radius:var(--swiper-scrollbar-border-radius,10px);left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move;touch-action:none}.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active{pointer-events:auto}.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-cube .swiper-slide-next+.swiper-slide{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}@font-face{font-family:ManropeRegular;font-weight:400;font-style:normal;font-display:swap;src:url(../fonts/ManropeRegular/ManropeRegular.woff2) format("woff2"),url(../fonts/ManropeRegular/ManropeRegular.woff) format("woff")}@font-face{font-family:ManropeMedium;font-weight:500;font-style:normal;font-display:swap;src:url(../fonts/ManropeMedium/ManropeMedium.woff2) format("woff2"),url(../fonts/ManropeMedium/ManropeMedium.woff) format("woff")}@font-face{font-family:ManropeSemiBold;font-weight:600;font-style:normal;font-display:swap;src:url(../fonts/ManropeSemiBold/ManropeSemiBold.woff2) format("woff2"),url(../fonts/ManropeSemiBold/ManropeSemiBold.woff) format("woff")}@font-face{font-family:ManropeExtraBold;font-weight:800;font-style:normal;font-display:swap;src:url(../fonts/ManropeExtraBold/ManropeExtraBold.woff2) format("woff2"),url(../fonts/ManropeExtraBold/ManropeExtraBold.woff) format("woff")}.hamburger{padding:0 0;display:inline-block;cursor:pointer;-webkit-transition-property:opacity,-webkit-filter;transition-property:opacity,-webkit-filter;transition-property:opacity,filter;transition-property:opacity,filter,-webkit-filter;-webkit-transition-duration:.35s;transition-duration:.35s;-webkit-transition-timing-function:linear;transition-timing-function:linear;font:inherit;color:inherit;text-transform:none;background-color:transparent;border:0;margin:0;overflow:visible}.hamburger:hover{opacity:1}.hamburger.is-active:hover{opacity:1}.hamburger.is-active .hamburger-inner,.hamburger.is-active .hamburger-inner::after,.hamburger.is-active .hamburger-inner::before{background-color:#fff}.hamburger-box{width:20px;height:14px;display:inline-block;position:relative}.hamburger-inner{display:block;top:50%;margin-top:-1px}.hamburger-inner,.hamburger-inner::after,.hamburger-inner::before{width:20px;height:2px;background-color:#fff;border-radius:12px;position:absolute;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;transition-property:transform;transition-property:transform,-webkit-transform;-webkit-transition-duration:.15s;transition-duration:.15s;-webkit-transition-timing-function:ease;transition-timing-function:ease}.hamburger-inner::after,.hamburger-inner::before{content:"";display:block}.hamburger-inner::before{top:-6px}.hamburger-inner::after{bottom:-6px}.hamburger--vortex .hamburger-inner{-webkit-transition-duration:.2s;transition-duration:.2s;-webkit-transition-timing-function:cubic-bezier(.19,1,.22,1);transition-timing-function:cubic-bezier(.19,1,.22,1)}.hamburger--vortex .hamburger-inner::after,.hamburger--vortex .hamburger-inner::before{-webkit-transition-duration:0s;transition-duration:0s;-webkit-transition-delay:.1s;transition-delay:.1s;-webkit-transition-timing-function:linear;transition-timing-function:linear}.hamburger--vortex .hamburger-inner::before{-webkit-transition-property:top,opacity;transition-property:top,opacity}.hamburger--vortex .hamburger-inner::after{-webkit-transition-property:bottom,-webkit-transform;transition-property:bottom,-webkit-transform;transition-property:bottom,transform;transition-property:bottom,transform,-webkit-transform}.hamburger--vortex.is-active .hamburger-inner{-webkit-transform:rotate(765deg);-ms-transform:rotate(765deg);transform:rotate(765deg);-webkit-transition-timing-function:cubic-bezier(.19,1,.22,1);transition-timing-function:cubic-bezier(.19,1,.22,1)}.hamburger--vortex.is-active .hamburger-inner::after,.hamburger--vortex.is-active .hamburger-inner::before{-webkit-transition-delay:0s;transition-delay:0s}.hamburger--vortex.is-active .hamburger-inner::before{top:0;opacity:0}.hamburger--vortex.is-active .hamburger-inner::after{bottom:0;-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}html{scrollbar-gutter:stable}body,html{height:100%}p{margin-top:0;margin-bottom:15px}circle,path,rect{-webkit-transition:all .35s ease;transition:all .35s ease}body{font-size:20px;line-height:1.3;min-width:360px;position:relative;color:#2f2f2f;margin:0;-webkit-tap-highlight-color:transparent;-webkit-text-size-adjust:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;letter-spacing:-.03em;font-family:ManropeMedium,sans-serif}@media screen and (max-width:1439px){body{font-size:18px}}@media screen and (max-width:1023px){body{font-size:16px;line-height:1.4}}::-webkit-input-placeholder{color:#666;opacity:1}::-moz-placeholder{color:#666;opacity:1}:-ms-input-placeholder{color:#666;opacity:1}::-ms-input-placeholder{color:#666;opacity:1}::placeholder{color:#666;opacity:1}::-moz-selection{background:#b3d4fc;text-shadow:none}::selection{background:#b3d4fc;text-shadow:none}address{font-style:normal}b,strong{font-family:ManropeSemiBold,sans-serif;font-weight:600}ol,ul{list-style:none;margin:0;padding:0}button,input,select,textarea{outline:0;border:none;margin:0;padding:0;font-size:inherit}*,::after,::before{-webkit-box-sizing:border-box;box-sizing:border-box}h1,h2,h3,h4,h5,h6{font-weight:400;margin:0}a{color:inherit;-webkit-transition:all .35s ease;transition:all .35s ease;text-decoration:none;outline:0}img,video{display:block;max-width:100%;height:auto}iframe{display:block;border:none}button{cursor:pointer;background:0 0}select{-webkit-appearance:none;-moz-appearance:none;appearance:none}select::-ms-expand{display:none}textarea{resize:none}body.hidden{overflow:hidden}.logo img,.logo svg{display:block}.header{padding:25px 0;position:fixed;z-index:200;left:0;top:0;width:100%;-webkit-transition:all .35s ease;transition:all .35s ease}.header.fixed{-webkit-backdrop-filter:blur(47px);backdrop-filter:blur(47px);background:rgba(0,0,0,.1)}.header .container{max-width:1400px}@media screen and (max-width:1199px){.header{padding:8px 0}.header .lang,.header .logo{position:relative;z-index:200}}@media screen and (max-width:767px){.header{padding:16px 0}}.header.open .hamburger-inner{background:#000}.header.open .hamburger-inner::after,.header.open .hamburger-inner::before{background:#000}.header.open .lang__toggler{color:#000}.header.open .lang__toggler path{fill:#000}.header__row{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.header__row>.btn{min-width:183px;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}@media screen and (max-width:1199px){.header__row>.btn{display:none}}@media screen and (max-width:767px){.header__row>.logo img{max-width:51px;width:100%;height:auto}}.main__nav{margin:0 auto}.main__nav .btn,.main__nav .logo,.main__nav .socials{display:none}@media screen and (max-width:1199px){.main__nav{position:absolute;width:100%;height:100dvh;background-color:#f2f2f2;left:0;top:0;-webkit-transform:translateX(-100%);-ms-transform:translateX(-100%);transform:translateX(-100%);-webkit-transition:height .25s linear,-webkit-transform .35s ease;transition:height .25s linear,-webkit-transform .35s ease;transition:transform .35s ease,height .25s linear;transition:transform .35s ease,height .25s linear,-webkit-transform .35s ease;padding:30px 30px;z-index:100;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;min-height:610px;overflow-y:auto}.main__nav.open{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}.main__nav .btn,.main__nav .logo{display:block}.main__nav .socials{display:-webkit-box;display:-ms-flexbox;display:flex;position:absolute;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);left:50%;bottom:40px;z-index:10}.main__nav .btn{width:100%;max-width:280px;display:-webkit-box;display:-ms-flexbox;display:flex;margin-left:auto;margin-right:auto;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:auto}.main__nav .logo{margin-bottom:20px;margin-top:auto}.main__nav .logo img{width:100%;max-width:199px;margin-left:auto;margin-right:auto}}.main__list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:40px}.main__list a{position:relative;display:inline-block;border-bottom:1px solid transparent;font-size:16px;line-height:1.4;position:relative;z-index:1;color:#fff;letter-spacing:-.03em}.main__list a::before{content:"";position:absolute;left:0;bottom:-4px;height:1px;background:#fff;width:100%;-webkit-transform-origin:100% 50%;-ms-transform-origin:100% 50%;transform-origin:100% 50%;-webkit-transform:scale3d(0,1,1);transform:scale3d(0,1,1);-webkit-transition:-webkit-transform .3s;transition:-webkit-transform .3s;transition:transform .3s;transition:transform .3s,-webkit-transform .3s}.main__list a:hover::before{-webkit-transform-origin:0 50%;-ms-transform-origin:0 50%;transform-origin:0 50%;-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}@media screen and (max-width:1199px){.main__list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:27px;margin-bottom:27px}.main__list a{color:#000;font-size:20px}}.hamburger{display:none;cursor:pointer}@media screen and (max-width:1199px){.hamburger{display:-webkit-box;display:-ms-flexbox;display:flex;width:28px;height:28px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:relative;z-index:200}}.lang{position:relative;z-index:1;margin-right:61px}@media (hover:hover) and (pointer:fine){.lang:hover .lang__toggler svg{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.lang:hover .lang__dropdown{opacity:1;visibility:visible}}@media screen and (max-width:1199px){.lang{margin-left:auto;margin-right:24px}}.lang__toggler{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:6px;text-transform:uppercase;font-size:18px;color:#fff;cursor:pointer;-webkit-transition:all .35s ease;transition:all .35s ease}.lang__toggler svg{-ms-flex-negative:0;flex-shrink:0;-webkit-transition:all .35s ease;transition:all .35s ease}.lang__link{font-size:18px;line-height:1.3;text-transform:uppercase;color:#fff;position:relative;z-index:1}.lang__link::before{content:"";position:absolute;left:0;bottom:-4px;height:1px;background:#fff;width:100%;-webkit-transform-origin:100% 50%;-ms-transform-origin:100% 50%;transform-origin:100% 50%;-webkit-transform:scale3d(0,1,1);transform:scale3d(0,1,1);-webkit-transition:-webkit-transform .3s;transition:-webkit-transform .3s;transition:transform .3s;transition:transform .3s,-webkit-transform .3s}.lang__link:hover::before{-webkit-transform-origin:0 50%;-ms-transform-origin:0 50%;transform-origin:0 50%;-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}.lang__dropdown{position:absolute;width:100%;top:100%;left:0;opacity:0;visibility:hidden;-webkit-transition:all .35s ease;transition:all .35s ease}.footer{padding:68px 0 0;margin-top:auto;background:#2f2f2f}@media screen and (max-width:767px){.footer{padding-top:46px}}.footer__top{padding-bottom:31px;border-bottom:1px solid #a7a7a7}@media screen and (max-width:767px){.footer__top{padding-bottom:29px}.footer__top .logo{max-width:171px;margin-left:auto;margin-right:auto;width:100%}.footer__top .logo img{width:100%}}.footer__top-row{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:12px}@media screen and (max-width:767px){.footer__top-row{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:24px}.footer__top-row .socials{margin-top:5px}}.footer__list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:40px}.footer__list a{position:relative;z-index:1;letter-spacing:-.02em;font-size:16px;color:#fff}.footer__list a::before{content:"";position:absolute;left:0;bottom:-4px;height:1px;background:#fff;width:100%;-webkit-transform-origin:100% 50%;-ms-transform-origin:100% 50%;transform-origin:100% 50%;-webkit-transform:scale3d(0,1,1);transform:scale3d(0,1,1);-webkit-transition:-webkit-transform .3s;transition:-webkit-transform .3s;transition:transform .3s;transition:transform .3s,-webkit-transform .3s}.footer__list a:hover::before{-webkit-transform-origin:0 50%;-ms-transform-origin:0 50%;transform-origin:0 50%;-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}.footer__bottom{padding:30px 0}.copyright{font-size:16px;line-height:1.4;letter-spacing:-.02em;text-align:center;color:#a7a7a7}.form__success{margin-top:24px;font-size:24px;color:green;display:none}.form__item{margin-bottom:18px}.form__item:last-child{margin-bottom:0}.form__input,.form__textarea{display:block;width:100%;font-family:ManropeRegular,sans-serif;font-size:16px;color:#000;-webkit-transition:all .35s ease;transition:all .35s ease;-webkit-appearance:none;border-radius:0;padding:17px 23px;background:#fff;font-weight:500;letter-spacing:-.03em;border:1px solid transparent}.form__input::-webkit-input-placeholder,.form__textarea::-webkit-input-placeholder{font-size:16px;color:#a7a7a7;font-family:ManropeRegular,sans-serif;font-weight:500;letter-spacing:-.03em}.form__input::-moz-placeholder,.form__textarea::-moz-placeholder{font-size:16px;color:#a7a7a7;font-family:ManropeRegular,sans-serif;font-weight:500;letter-spacing:-.03em}.form__input:-ms-input-placeholder,.form__textarea:-ms-input-placeholder{font-size:16px;color:#a7a7a7;font-family:ManropeRegular,sans-serif;font-weight:500;letter-spacing:-.03em}.form__input::-ms-input-placeholder,.form__textarea::-ms-input-placeholder{font-size:16px;color:#a7a7a7;font-family:ManropeRegular,sans-serif;font-weight:500;letter-spacing:-.03em}.form__input::placeholder,.form__textarea::placeholder{font-size:16px;color:#a7a7a7;font-family:ManropeRegular,sans-serif;font-weight:500;letter-spacing:-.03em}.form__input:focus,.form__input:hover,.form__textarea:focus,.form__textarea:hover{border-color:#be56b2}@media screen and (max-width:767px){.form__input,.form__textarea{font-size:16px;padding:15px 17px}.form__input::-webkit-input-placeholder,.form__textarea::-webkit-input-placeholder{font-size:16px}.form__input::-moz-placeholder,.form__textarea::-moz-placeholder{font-size:16px}.form__input:-ms-input-placeholder,.form__textarea:-ms-input-placeholder{font-size:16px}.form__input::-ms-input-placeholder,.form__textarea::-ms-input-placeholder{font-size:16px}.form__input::placeholder,.form__textarea::placeholder{font-size:16px}}.form__textarea{min-height:133px}.form__nav{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:40px}@media screen and (max-width:767px){.form__nav{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;gap:24px}}.form__policy{color:#fff;font-size:16px;line-height:1.4;font-weight:400;max-width:275px}.form__policy a{color:#fdc500;position:relative;z-index:1}.form__policy a::before{content:"";position:absolute;left:0;bottom:-4px;height:1px;background:#fdc500;width:100%;-webkit-transform-origin:100% 50%;-ms-transform-origin:100% 50%;transform-origin:100% 50%;-webkit-transform:scale3d(0,1,1);transform:scale3d(0,1,1);-webkit-transition:-webkit-transform .3s;transition:-webkit-transform .3s;transition:transform .3s;transition:transform .3s,-webkit-transform .3s}.form__policy a:hover::before{-webkit-transform-origin:0 50%;-ms-transform-origin:0 50%;transform-origin:0 50%;-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}.btn{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:18px;-webkit-transition:all .35s ease;transition:all .35s ease;font-size:28px;font-family:ManropeSemiBold,sans-serif;text-align:center;border-radius:0;font-weight:600;padding:35px 24px;padding-right:32px;line-height:1;letter-spacing:-.03em}@media screen and (max-width:1439px){.btn{font-size:20px;padding:24px}.btn svg{width:20px;height:auto}}@media screen and (max-width:767px){.btn{font-size:16px;padding:18.5px 14px;padding-right:20px}.btn svg{width:16px}}.btn-purple{background:#be56b2;color:#fff}@media (hover:hover) and (pointer:fine){.btn-purple:hover{background:#963c8c}}.btn-yellow{background:#fdc500;color:#000}@media (hover:hover) and (pointer:fine){.btn-yellow:hover{background:#ecb400}}.btn-white{background:#fff;color:#000}@media (hover:hover) and (pointer:fine){.btn-white:hover{background:#e4e4e4}}.btn-xs{padding:19.5px 24px;font-size:16px}.socials{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:27px}.socials li img,.socials li svg{display:block}.socials li a{width:24px;height:24px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}@media (hover:hover) and (pointer:fine){.socials li a:hover path{fill:#be56b2}}.text-right{text-align:right}.text-center{text-align:center}.large-button{background:#be56b2;color:#fff;padding:24px;font-size:28px;font-family:ManropeSemiBold,sans-serif;line-height:1.3;width:338px;height:267px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.large-button svg{margin-left:auto}@media (hover:hover) and (pointer:fine){.large-button:hover{background:#963c8c}}.large-button--yellow{background:#fdc500;color:#000}@media (hover:hover) and (pointer:fine){.large-button--yellow:hover{background:#ecb400}}@media screen and (max-width:1439px){.large-button{font-size:20px;height:200px}.large-button svg{max-width:24px}}@media screen and (max-width:767px){.large-button{font-size:16px;line-height:1.4;padding:12px}.large-button svg{max-width:18px;height:auto}}@-webkit-keyframes scroll{0%{-webkit-transform:translateX(0);transform:translateX(0)}100%{-webkit-transform:translateX(-50%);transform:translateX(-50%)}}@keyframes scroll{0%{-webkit-transform:translateX(0);transform:translateX(0)}100%{-webkit-transform:translateX(-50%);transform:translateX(-50%)}}.t-80{padding-top:82px}@media screen and (max-width:767px){.t-80{padding-top:40px}}.b-80{padding-bottom:80px}@media screen and (max-width:767px){.b-80{padding-bottom:42px}}.read__more{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:#fdc500;gap:10px}.read__more span{position:relative;z-index:1}.read__more span::before{content:"";position:absolute;left:0;bottom:-4px;height:1px;background:#fdc500;width:100%;-webkit-transform-origin:100% 50%;-ms-transform-origin:100% 50%;transform-origin:100% 50%;-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1);-webkit-transition:-webkit-transform .3s;transition:-webkit-transform .3s;transition:transform .3s;transition:transform .3s,-webkit-transform .3s}.read__more span:hover::before{-webkit-transform-origin:0 50%;-ms-transform-origin:0 50%;transform-origin:0 50%;-webkit-transform:scale3d(0,1,1);transform:scale3d(0,1,1)}@media screen and (max-width:767px){.read__more{font-size:20px}}.section__logo{margin-bottom:28px}.section__logo img{width:72px;height:72px;display:block}.modal{display:none;max-width:468px;padding:50px 32px;border-radius:0;background:#fff;width:100%}.modal__close{position:absolute;right:16px;top:16px;cursor:pointer;-webkit-transition:all .35s ease;transition:all .35s ease;z-index:2}.modal__close svg{display:block;width:28x;height:28px}.modal__close:hover path{fill:#be56b2}.modal__item{margin-bottom:40px}.modal__item:last-child{margin-bottom:0}.modal__img img{margin:0 auto 22px}.modal__link{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:10px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;margin-left:auto;margin-right:auto;color:#be56b2;font-size:20px;line-height:1.3;letter-spacing:-.03em;text-decoration:underline;text-align:center;text-decoration-thickness:1px}.modal__link svg{-ms-flex-negative:0;flex-shrink:0}@media (hover:hover) and (pointer:fine){.modal__link:hover{text-decoration:none}}html.with-fancybox body.hide-scrollbar{margin-right:0!important}.h1,h1{font-family:ManropeSemiBold,sans-serif;font-size:47px;line-height:1.3;color:#fff;letter-spacing:-.03em}.h1 span,h1 span{color:#fdc500}@media screen and (max-width:1439px){.h1,h1{font-size:40px}}@media screen and (max-width:767px){.h1,h1{font-size:24px;text-transform:uppercase}}.h2,h2{font-family:ManropeSemiBold,sans-serif;font-size:56px;line-height:1.3;text-transform:uppercase;letter-spacing:-.03em}@media screen and (max-width:1439px){.h2,h2{font-size:40px}}@media screen and (max-width:767px){.h2,h2{font-size:24px}}@media screen and (max-width:767px){.h2--84{font-size:28px}}.h3,h3{font-family:ManropeSemiBold,sans-serif;font-size:45px;line-height:1.2;text-transform:uppercase;letter-spacing:-.03em}@media screen and (max-width:1439px){.h3,h3{font-size:36px}}@media screen and (max-width:767px){.h3,h3{font-size:24px;line-height:1.3}}.h4,h4{font-family:ManropeSemiBold,sans-serif;font-size:32px;line-height:1.3;letter-spacing:-.03em}@media screen and (max-width:1439px){.h4,h4{font-size:24px}}@media screen and (max-width:767px){.h4,h4{font-size:20px}}.h5,h5{font-family:ManropeSemiBold,sans-serif;font-size:28px;line-height:1.3;letter-spacing:-.03em}@media screen and (max-width:1439px){.h5,h5{font-size:20px}}.container{width:100%;max-width:1500px;padding:0 20px;margin-left:auto;margin-right:auto}@media screen and (max-width:767px){.container{padding-left:16px;padding-right:16px}}.hero{position:relative;z-index:1;min-height:980px;padding-top:161px}.hero .large-button{position:absolute;right:96px;bottom:0;z-index:2;padding-bottom:35px;padding-right:35px}.hero::before{content:"";position:absolute;left:0;top:0;width:100%;height:75%;background:-webkit-gradient(linear,left top,left bottom,from(#000),to(rgba(0,0,0,0)));background:linear-gradient(180deg,#000 0,rgba(0,0,0,0) 100%);z-index:-1}.hero::after{content:"";position:absolute;background:#fff;width:96px;height:194px;right:0;bottom:0}@media screen and (max-width:1439px){.hero{min-height:728px}.hero::after{height:140px}.hero .large-button{padding:24px}}@media screen and (max-width:1199px){.hero{padding-top:140px}}@media screen and (max-width:1023px){.hero .large-button{right:20px;height:135px}.hero::after{height:99px}}@media screen and (max-width:767px){.hero{padding-top:76px;min-height:684px}.hero::before{height:100%}.hero .large-button{width:170px;height:134px;right:16px;padding:12px;padding-bottom:18px;padding-right:18px}}.hero__bg{position:absolute;left:0;top:0;width:100%;height:100%;z-index:-2;-o-object-fit:cover;object-fit:cover}.hero__content{display:-webkit-box;display:-ms-flexbox;display:flex;gap:96px;border-bottom:1px solid rgba(255,255,255,.4);padding-bottom:36px;padding-left:27px;padding-right:23px;position:relative}.hero__content::before{content:"";position:absolute;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);left:calc(51% + 56px);width:1px;height:121%;background:rgba(255,255,255,.4);bottom:0}.hero__content .h1{width:55%;position:relative;z-index:1}.hero__content p{margin-bottom:0;width:44.7%;color:#fff;padding-top:10px}@media screen and (max-width:1439px){.hero__content{padding-left:0;padding-right:0}.hero__content::before{left:calc(51% + 14px)}}@media screen and (max-width:1199px){.hero__content{gap:40px}.hero__content::before{left:calc(51% + 34px)}}@media screen and (max-width:1023px){.hero__content{display:block;padding-bottom:12px}.hero__content::before{display:none}.hero__content .h1,.hero__content p{width:100%}.hero__content .h1{padding-bottom:12px;margin-bottom:184px;border-bottom:1px solid rgba(255,255,255,.4)}}@media screen and (max-width:767px){.hero__content p{padding-top:0;font-size:14px;line-height:1.42}}.marque{overflow:hidden;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:40px;padding:19px 0}@media screen and (max-width:767px){.marque{gap:20px;padding:10.5px 0}}.marque__wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-animation:scroll 20s linear infinite;animation:scroll 20s linear infinite;gap:40px}@media screen and (max-width:767px){.marque__wrapper{gap:20px}}.marque__text{font-family:ManropeSemiBold,sans-serif;font-size:45px;line-height:1.2;text-transform:uppercase;color:#a7a7a7}@media screen and (max-width:767px){.marque__text{font-size:21px;line-height:1.2}}.goal .h2{margin-bottom:44px}.goal .h2 span{color:#be56b2}@media screen and (max-width:767px){.goal .h2{margin-bottom:24px}}.goal__row{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:42px}@media screen and (max-width:1439px){.goal__row{gap:24px}}.goal__img{margin-bottom:48px}@media screen and (max-width:1023px){.goal__img{margin-bottom:32px}}@media screen and (max-width:767px){.goal__img{margin-bottom:16px;max-width:120px}}.goal__item{width:calc(33.333% - 28px);background:#f6f6f6;padding:24px 16px 62px 24px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;gap:10px;min-height:220px}@media screen and (max-width:1439px){.goal__item{width:calc(33.3333% - 16px)}}@media screen and (max-width:1023px){.goal__item{width:calc(50% - 12px)}.goal__item:last-child{width:100%}}@media screen and (max-width:767px){.goal__item{width:100%;padding:16px;min-height:129px}}.goal__item-icon{width:65px;height:65px;-ms-flex-negative:0;flex-shrink:0}.goal__item-icon svg{width:100%;height:100%;display:block}@media screen and (max-width:767px){.goal__item-icon{width:42px;height:42px}}.goal__item-text{font-size:24px;line-height:1.4}@media screen and (max-width:1439px){.goal__item-text{font-size:20px}}@media screen and (max-width:767px){.goal__item-text{font-size:16px}}.goal__nav{display:-webkit-box;display:-ms-flexbox;display:flex;gap:42px;margin-top:42px}.goal__nav .btn{width:calc(50% - 21px);-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}@media screen and (max-width:1439px){.goal__nav{gap:24px}.goal__nav .btn{width:calc(50% - 12px)}}@media screen and (max-width:767px){.goal__nav{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin-top:24px;gap:16px}.goal__nav .btn{width:100%}}.why{position:relative;z-index:1;background:#963c8c;padding-top:85px;padding-bottom:115px;overflow:hidden}@media screen and (max-width:767px){.why{padding-top:52px;padding-bottom:121px}}.why__content{padding-left:8px}@media screen and (max-width:1023px){.why__content{padding-left:0}}.why__bg{position:absolute;left:0;bottom:-3px;z-index:-1}@media screen and (max-width:1439px){.why__bg{max-width:300px;height:auto}}@media screen and (max-width:1199px){.why__bg{max-width:270px}}@media screen and (max-width:767px){.why__bg{max-width:191px;left:-55px}}.why__header{border-bottom:1px solid rgba(255,255,255,.4);border-top:1px solid rgba(255,255,255,.4);padding:11px 0 16px;color:#fff;margin-bottom:86px}.why__header span{color:#fdc500}@media screen and (max-width:767px){.why__header{margin-bottom:33px}}.why__row{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}@media screen and (max-width:1023px){.why__row{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.why__title{color:#fff;width:439px;-ms-flex-negative:0;flex-shrink:0}@media screen and (max-width:1439px){.why__title{width:320px}}@media screen and (max-width:1199px){.why__title{width:260px}}@media screen and (max-width:1023px){.why__title{width:100%;margin-bottom:42px}}@media screen and (max-width:767px){.why__title{margin-bottom:38px}}.why__box{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:37px 71px}@media screen and (max-width:767px){.why__box{gap:36px}}.why__item{width:calc(33.333% - 48px);min-height:234px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.why__item .read__more{margin-top:auto}.why__item p{margin-bottom:11px;color:#fff}@media screen and (max-width:767px){.why__item{width:100%;min-height:220px}.why__item p{font-size:18px;line-height:1.3}}.why__item-percent{font-family:ManropeSemiBold,sans-serif;font-size:65px;line-height:1.3;text-transform:uppercase;color:#fff;margin-bottom:9px}@media screen and (max-width:1439px){.why__item-percent{font-size:55px}}@media screen and (max-width:1199px){.why__item-percent{font-size:50px}}@media screen and (max-width:767px){.why__item-percent{font-size:45px}}@media screen and (max-width:767px){.describe .section__logo{display:none}}.describe__content{margin-bottom:50px}.describe__content .h3{max-width:949px;margin-bottom:34px}@media screen and (max-width:1439px){.describe__content .h3{max-width:850px}}@media screen and (max-width:767px){.describe__content{margin-bottom:23px}.describe__content .h3{margin-bottom:25px}}.describe__row{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;gap:105px}.describe__row p{margin-bottom:0;font-size:24px;line-height:1.4;width:33.333%;letter-spacing:-.03em}@media screen and (max-width:1439px){.describe__row p{font-size:20px}}@media screen and (max-width:767px){.describe__row p{font-size:16px}}@media screen and (max-width:1439px){.describe__row{gap:62px}}@media screen and (max-width:1199px){.describe__row{gap:32px}}@media screen and (max-width:767px){.describe__row{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:14px}.describe__row p{width:100%}}.describe__img{display:-webkit-box;display:-ms-flexbox;display:flex;gap:4px;margin-bottom:46px}@media screen and (max-width:767px){.describe__img{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:2px;margin-bottom:24px}}.describe__img-item{width:calc(50% - 2px)}.describe__img-item img{display:block;width:100%}@media screen and (max-width:767px){.describe__img-item{width:100%}}.describe__footer{position:relative;z-index:1;padding-bottom:146px}.describe__footer .large-button{position:absolute;right:-3px;bottom:0;height:235px;width:437px;padding-top:35px;padding-right:35px}.describe__footer .h3{max-width:1026px;margin-bottom:42px}.describe__footer p{margin-bottom:0;max-width:879px;letter-spacing:-.03em;font-size:32px;line-height:1.3;line-height:1.4}@media screen and (max-width:1439px){.describe__footer p{font-size:24px}}@media screen and (max-width:1023px){.describe__footer p{font-size:20px}}@media screen and (max-width:767px){.describe__footer p{font-size:16px;line-height:1.4}}@media screen and (max-width:1439px){.describe__footer .large-button{padding-top:24px;padding-right:24px}.describe__footer .h3{max-width:850px}.describe__footer p{max-width:662px}}@media screen and (max-width:1199px){.describe__footer .large-button{height:145px}}@media screen and (max-width:767px){.describe__footer{padding-bottom:157px}.describe__footer .h3{margin-bottom:25px}.describe__footer .large-button{width:218px;height:134px;right:0;padding-top:18px;padding-right:18px}}.about{background:#963c8c;padding-bottom:70px;overflow:hidden}@media screen and (max-width:767px){.about{padding-bottom:35px}}.about__img{position:relative;z-index:1}.about__img::before{content:"";position:absolute;left:0;bottom:0;width:100%;background:-webkit-gradient(linear,left bottom,left top,from(#963c8c),to(rgba(150,60,140,0)));background:linear-gradient(0deg,#963c8c 0,rgba(150,60,140,0) 100%);height:65%}.about__img img{width:100%;-o-object-fit:cover;object-fit:cover}@media screen and (max-width:767px){.about__img img{min-height:410px}}.about__content{padding-top:44px;padding-bottom:69px;max-width:1095px;position:relative;z-index:1}.about__content .h2{color:#f6f6f6;margin-bottom:42px}.about__content .h2 span{color:#fdc500}.about__content p{color:#f6f6f6;font-size:32px;line-height:1.3;margin-bottom:44px;line-height:1.4;letter-spacing:-.03em}@media screen and (max-width:1439px){.about__content p{font-size:24px}}@media screen and (max-width:1023px){.about__content p{font-size:20px}}@media screen and (max-width:767px){.about__content p{font-size:16px;line-height:1.4}}.about__content p:last-child{margin-bottom:0}@media screen and (max-width:1439px){.about__content{max-width:900px}}@media screen and (max-width:767px){.about__content{padding-top:24px;padding-bottom:33px}.about__content .h2{margin-bottom:24px}.about__content p{margin-bottom:21px}}.about__nav{display:-webkit-box;display:-ms-flexbox;display:flex;gap:42px}.about__nav .btn{width:100%;max-width:404px;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}@media screen and (max-width:1439px){.about__nav{gap:24px}}@media screen and (max-width:767px){.about__nav{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:16px}.about__nav .btn{max-width:100%}}.about__footer .h2{margin-bottom:34px;max-width:1057px;color:#fff}@media screen and (max-width:1439px){.about__footer{max-width:850px}.about__footer .h2{margin-bottom:16px}}.about__info{margin-bottom:54px;position:relative;z-index:1}@media screen and (max-width:767px){.about__info{margin-bottom:24px}}.about__info-bg{position:absolute;z-index:-1}@media screen and (max-width:1023px){.about__info-bg{display:none}}.about__info-bg--1{left:-93px;bottom:25px}.about__info-bg--2{top:-65px;right:-74px}.about__info-item{border:1px solid #f6f6f6;padding:30px 32px;margin-bottom:32px;max-width:724px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;gap:42px}.about__info-item .h5{color:#fff}.about__info-item p{margin-bottom:0;line-height:1.4;color:#fff;margin-top:21px;font-family:ManropeRegular,sans-serif;letter-spacing:-.03em}@media screen and (max-width:767px){.about__info-item{padding:23px 23px;gap:27px}.about__info-item p{font-size:14px}}.about__info-item-logo{-ms-flex-negative:0;flex-shrink:0;width:52px}@media screen and (max-width:767px){.about__info-item-logo{width:32px}}.about__info-item:nth-child(4){margin-left:auto;margin-right:auto}.about__info-item:last-child{margin-bottom:0;margin-left:auto}.result{padding-top:78px}@media screen and (max-width:767px){.result{padding-top:37px}}.result__top .h2{text-align:center;margin-bottom:64px}@media screen and (max-width:1439px){.result__top .h2{margin-bottom:48px}}@media screen and (max-width:767px){.result__top .h2{margin-bottom:24px}}.result__slider-item img{width:100%}.result__alert{color:#fff;background:#be56b2;font-size:32px;line-height:1.3;line-height:1.4;padding:6px 14px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;margin-left:auto;margin-right:auto;border-radius:5px;margin-top:2px;letter-spacing:-.03em}@media screen and (max-width:1439px){.result__alert{font-size:24px}}@media screen and (max-width:1023px){.result__alert{font-size:20px}}@media screen and (max-width:767px){.result__alert{font-size:16px;line-height:1.4}}@media screen and (max-width:767px){.result__alert{width:100%;max-width:328px;text-align:center}}.result__info{max-width:1309px;margin:0 auto;padding-top:43px;padding-bottom:46px}.result__info img{margin:0 auto 32px}.result__info p{font-size:32px;line-height:1.3;line-height:1.4;text-align:center;margin-bottom:28px;letter-spacing:-.03em}@media screen and (max-width:1439px){.result__info p{font-size:24px}}@media screen and (max-width:1023px){.result__info p{font-size:20px}}@media screen and (max-width:767px){.result__info p{font-size:16px;line-height:1.4}}.result__info p:last-of-type{margin-bottom:0}@media screen and (max-width:1439px){.result__info{max-width:900px}}@media screen and (max-width:1023px){.result__info img{max-width:240px;margin-bottom:24px}}@media screen and (max-width:767px){.result__info{padding-top:30px;padding-bottom:25px}.result__info p{margin-bottom:27px}.result__info img{max-width:139px;margin-bottom:14px}}.result__feature{max-width:1309px;margin:0 auto;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:30px 32px;padding-bottom:85px}@media screen and (max-width:767px){.result__feature{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:10px;padding-bottom:42px}}.result__feature-item{width:calc(33.333% - 22px)}.result__feature-item--large{width:calc(50% - 16px)}.result__feature-item--large .result__feature-text{max-width:100%}@media screen and (max-width:767px){.result__feature-item{width:100%;min-height:149px}}.result__feature-text{letter-spacing:-.03em;margin-top:10px;max-width:320px}@media screen and (max-width:767px){.result__feature-text{font-size:20px;line-height:1.3}}.result__feature-num{font-family:ManropeSemiBold,sans-serif;font-size:65px;line-height:1.3;letter-spacing:-.03em;text-transform:uppercase;color:#793571}@media screen and (max-width:1023px){.result__feature-num{font-size:40px}}@media screen and (max-width:767px){.result__feature-num{font-size:45px}}.result__circle{display:-webkit-box;display:-ms-flexbox;display:flex;padding-bottom:58px}@media screen and (max-width:767px){.result__circle{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding-bottom:39px}}.result__circle-item{border-radius:50%;border:2px solid #be56b2;width:calc(33.333% + 50px);margin-left:-80px;-ms-flex-negative:0;flex-shrink:0;aspect-ratio:1/1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-left:114px;-webkit-transition:all .35s ease;transition:all .35s ease}@media (hover:hover) and (pointer:fine){.result__circle-item:hover{background:#be56b2;position:relative;z-index:2}}.result__circle-item span{max-width:304px;display:block}.result__circle-item:first-child{margin-left:0}@media screen and (max-width:1023px){.result__circle-item{padding-left:40px;width:calc(33.333% + 13px);margin-left:-20px;background:#be56b2}}@media screen and (max-width:767px){.result__circle-item{width:100%;margin-left:0;padding-left:85px;aspect-ratio:1/.99;border-width:1px;margin-top:-48px;max-width:380px;margin-left:auto!important;margin-right:auto!important}.result__circle-item:first-child{margin-top:0}.result__circle-item span{max-width:160px}}.result__circle-item--yellow{border-color:#f4cd42}@media (hover:hover) and (pointer:fine){.result__circle-item--yellow:hover{background:rgba(244,205,66,.8);border-color:rgba(244,205,66,.8)}}@media screen and (max-width:1023px){.result__circle-item--yellow{background:rgba(244,205,66,.8);border-color:rgba(244,205,66,.8)}}@media screen and (max-width:767px){.result__circle-item--yellow{position:relative;z-index:4}}.result__footer{position:relative;z-index:1;padding-bottom:249px}.result__footer .large-button{position:absolute;right:0;width:437px;height:235px;bottom:0;z-index:2;padding-top:35px;padding-right:35px}.result__footer p{font-size:32px;line-height:1.3;font-family:ManropeSemiBold,sans-serif;max-width:1095px;letter-spacing:-.03em}@media screen and (max-width:1439px){.result__footer p{font-size:24px}}@media screen and (max-width:1023px){.result__footer p{font-size:20px}}@media screen and (max-width:767px){.result__footer p{font-size:16px;line-height:1.4}}@media screen and (max-width:1439px){.result__footer p{max-width:900px}.result__footer .large-button{padding-top:24px;padding-right:24px}}@media screen and (max-width:1199px){.result__footer{padding-bottom:150px}.result__footer .large-button{height:145px}}@media screen and (max-width:767px){.result__footer{padding-bottom:137px}.result__footer p{font-size:18px;line-height:1.3}.result__footer .large-button{width:218px;height:134px;padding-top:18px;padding-right:18px}}.subs{padding-top:71px;padding-bottom:73px;background:#963c8c}.subs .h2{color:#fff;margin-bottom:44px}@media screen and (max-width:767px){.subs{padding-top:48px}.subs .h2{margin-bottom:24px}}.subs__row{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:27px}@media screen and (max-width:767px){.subs__row{gap:24px}}.subs__item{width:calc(33.333% - 18.5px);border:1px solid #f6f6f6;padding:32px 32px 32px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;min-height:329px}.subs__item .read__more{margin-top:auto}.subs__item-icon{width:65px;height:65px;border-radius:50%;background:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-bottom:42px}@media screen and (max-width:767px){.subs__item-icon{width:56px;height:56px;margin-bottom:40px}.subs__item-icon img{width:32px;height:32px}}.subs__item .h5{color:#f6f6f6;margin-bottom:22px}@media screen and (max-width:1439px){.subs__item{min-height:280px}}@media screen and (max-width:1199px){.subs__item{padding:28px}}@media screen and (max-width:1023px){.subs__item{width:calc(50% - 13.5px)}}@media screen and (max-width:767px){.subs__item{width:100%;min-height:329px}.subs__item .h5{font-size:24px}}.join{background:#963c8c;padding-bottom:74px;overflow:hidden}.join__img{position:relative;z-index:1}.join__img img{width:100%}.join__img::before{content:"";position:absolute;left:0;bottom:-1px;width:100%;height:70%;background:-webkit-gradient(linear,left top,left bottom,from(#963c8c),to(rgba(150,60,140,0)));background:linear-gradient(180deg,#963c8c 0,rgba(150,60,140,0) 100%);-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}@media screen and (max-width:767px){.join__img img{min-height:398px;-o-object-fit:cover;object-fit:cover}}.join__content{padding-bottom:98px;padding-top:46px;position:relative;z-index:1}.join__content-bg{position:absolute;top:-24px;right:-70px;z-index:-1}@media screen and (max-width:1023px){.join__content-bg{display:none}}.join__content .h2{color:#fff;max-width:985px;margin-bottom:34px}.join__content .btn{width:100%;max-width:404px;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}@media screen and (max-width:1439px){.join__content .h2{max-width:850px}.join__content .btn{max-width:300px}}@media screen and (max-width:767px){.join__content{padding-top:30px;padding-bottom:42px}.join__content .h2{margin-bottom:16px}.join__content .btn{max-width:100%}}.join__footer .h4{color:#fff;max-width:1000px}@media screen and (max-width:1439px){.join__footer .h4{max-width:720px}}@media screen and (max-width:767px){.join__footer .h4{font-size:24px;line-height:1.3}}.join__nav{display:-webkit-box;display:-ms-flexbox;display:flex;gap:42px;margin-top:35px}.join__nav .btn{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:100%;max-width:404px}@media screen and (max-width:1439px){.join__nav{gap:24px}}@media screen and (max-width:767px){.join__nav{gap:16px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin-top:16px}.join__nav .btn{max-width:100%}}.join__slider{overflow:visible}.join__slider .swiper-slide{width:468px;height:auto}@media screen and (max-width:767px){.join__slider .swiper-wrapper{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.join__slider .swiper-slide{width:100%!important;margin-bottom:23px}.join__slider .swiper-slide:last-child{margin-bottom:0}}.join__feature{margin-bottom:51px}.join__feature .h2{margin-bottom:54px;color:#fff}@media screen and (max-width:767px){.join__feature{margin-bottom:42px}.join__feature .h2{margin-bottom:24px}}.join__feature-item{border:1px solid #f4cd42;padding:32px 32px 30px;height:100%;-webkit-transition:all .35s ease;transition:all .35s ease}@media (hover:hover) and (pointer:fine){.join__feature-item:hover{background:#fff}.join__feature-item:hover .h5{color:#000}.join__feature-item:hover p{color:#2f2f2f}}.join__feature-item .h5{margin-bottom:19px;color:#fff;-webkit-transition:all .35s ease;transition:all .35s ease}.join__feature-item p{line-height:1.4;letter-spacing:-.03em;color:#f6f6f6;margin-bottom:0;-webkit-transition:all .35s ease;transition:all .35s ease}@media screen and (max-width:767px){.join__feature-item{padding:23px 23px;min-height:203px}}.how{position:relative;z-index:1;padding-top:78px;padding-bottom:93px;overflow:hidden}@media screen and (max-width:767px){.how{padding-top:42px;padding-bottom:39px}}.how__bg{position:absolute;z-index:-1}.how__bg--1{left:0;top:-103px}@media screen and (max-width:1023px){.how__bg--1{display:none}}.how__bg--2{right:0;bottom:424px}@media screen and (max-width:1199px){.how__bg--2{display:none}}.how__header{text-align:center;max-width:900px;margin:0 auto 42px}.how__header .h2 span{color:#be56b2}.how__header p{margin-bottom:0;margin-top:34px;font-size:32px;line-height:1.3;line-height:1.4;letter-spacing:-.03em}@media screen and (max-width:1439px){.how__header p{font-size:24px}}@media screen and (max-width:1023px){.how__header p{font-size:20px}}@media screen and (max-width:767px){.how__header p{font-size:16px;line-height:1.4}}@media screen and (max-width:767px){.how__header{text-align:left;margin-bottom:32px}.how__header p{font-size:20px;margin-top:24px;line-height:1.3}}.how__box{max-width:1022px;margin:0 auto}.how__step{border:1px solid #000;padding:30px 32px 30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;gap:42px;margin-bottom:25px;min-height:170px}.how__step:last-child{margin-bottom:0}@media screen and (max-width:767px){.how__step{padding:23px 23px 23px;min-height:177px}}.how__step-content{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.how__step-content .btn{margin-top:16px;width:100%;max-width:212px;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;font-size:20px;padding:17.5px 26px}@media screen and (max-width:767px){.how__step-content .btn{font-size:14px;padding:12px 20px;padding-right:24px}.how__step-content .btn svg{width:14px}}.how__step-text{font-size:28px;line-height:1.3}@media screen and (max-width:1439px){.how__step-text{font-size:20px}}.how__step-label{color:#be56b2;font-size:28px;line-height:1.3;font-family:ManropeSemiBold,sans-serif;white-space:nowrap}@media screen and (max-width:1439px){.how__step-label{font-size:20px}}.how__footer{margin-top:67px}.how__footer .h3{max-width:1095px}.how__footer .btn{margin-top:34px;width:100%;max-width:561px;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}@media screen and (max-width:1439px){.how__footer .btn{max-width:420px}.how__footer .h3{max-width:900px}}@media screen and (max-width:767px){.how__footer{margin-top:32px}.how__footer .btn{max-width:100%;margin-top:16px}}.plan{padding-bottom:82px}.plan .h2{margin-bottom:44px}@media screen and (max-width:767px){.plan{padding-bottom:51px}.plan .h2{font-size:28px}}.plan__img{margin-bottom:32px}.plan__img img{width:100%}@media screen and (max-width:767px){.plan__img{width:calc(100% + 32px);margin-left:-16px}.plan__img img{-o-object-fit:cover;object-fit:cover;min-height:307px}}.plan__row{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:32px}@media screen and (max-width:1023px){.plan__row{gap:24px}}@media screen and (max-width:767px){.plan__row{gap:23px}}.plan__item{width:calc(33.333% - 22px);background:#f6f6f6;padding:32px 32px 32px;min-height:318px}.plan__item .btn{margin-top:47px;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;text-align:left;padding-top:13px;padding-bottom:13px;line-height:1.3;width:100%}@media screen and (max-width:1439px){.plan__item{min-height:280px}}@media screen and (max-width:1199px){.plan__item{padding:24px;min-height:253px}}@media screen and (max-width:1023px){.plan__item{width:calc(50% - 12px)}}@media screen and (max-width:767px){.plan__item{width:100%}.plan__item .btn{margin-top:52px;font-size:18px}}.plan__item--purple{background:#be56b2}.plan__item-label{color:#fff;font-size:28px;line-height:1.3;letter-spacing:-.03em}@media screen and (max-width:1439px){.plan__item-label{font-size:20px}}.plan__item-text{letter-spacing:-.03em;font-size:28px;line-height:1.3}@media screen and (max-width:1439px){.plan__item-text{font-size:20px}}.plan__item-text b{font-family:ManropeSemiBold,sans-serif}@media screen and (max-width:767px){.plan__item-text{line-height:1.38}}.forum{padding-top:117px;position:relative;z-index:1}.forum::before{content:"";position:absolute;left:0;top:0;width:100%;height:100%;z-index:-1;background:rgba(126,55,118,.56)}@media screen and (max-width:767px){.forum{padding-top:101px}}.forum__bg{position:absolute;left:0;top:0;width:100%;height:100%;z-index:-2;-o-object-fit:cover;object-fit:cover}.forum__content{max-width:564px}.forum__content .h3{margin-bottom:32px;color:#fff}.forum__content p{font-size:28px;line-height:1.3;color:#f6f6f6;margin-bottom:23px;letter-spacing:-.03em}@media screen and (max-width:1439px){.forum__content p{font-size:20px}}.forum__content .large-button{width:100%;max-width:438px;height:215px;padding-top:35px;padding-right:35px}.forum__content .large-button span{max-width:220px}@media screen and (max-width:1439px){.forum__content{max-width:460px}.forum__content .large-button{padding-top:24px;padding-right:24px}}@media screen and (max-width:1199px){.forum__content .large-button{height:145px}}@media screen and (max-width:767px){.forum__content p{line-height:1.4;margin-bottom:142px}.forum__content .large-button{max-width:218px;height:134px;padding-top:18px;padding-right:18px}}.reg{position:relative;z-index:1;background:#963c8c;padding-top:89px;padding-bottom:129px;overflow:hidden}.reg__bg{position:absolute;z-index:-1}.reg__bg--1{left:0;top:32px}@media screen and (max-width:767px){.reg__bg--1{display:none}}.reg__bg--2{bottom:-10px;right:0}@media screen and (max-width:767px){.reg__bg--2{display:none}}.reg__bg--3,.reg__bg--4{display:none}@media screen and (max-width:767px){.reg__bg--3{display:block;top:-31px;left:0}}@media screen and (max-width:767px){.reg__bg--4{display:block;bottom:-45px;right:0}}@media screen and (max-width:767px){.reg{padding-top:86px;padding-bottom:86px}}.reg__content{max-width:1310px;margin-left:auto;margin-right:auto}.reg__content .section__logo{margin-bottom:30px}@media screen and (max-width:767px){.reg__content .section__logo{margin-bottom:24px}.reg__content .section__logo img{width:44px;height:44px}}.reg__content .h3{margin-bottom:35px;color:#fff;max-width:1092px}.reg__content .h3 span{color:#fdc500}.reg__content p{margin-bottom:32px;color:#f6f6f6;font-size:28px;line-height:1.3;font-family:ManropeRegular,sans-serif;max-width:1092px;letter-spacing:-.03em}@media screen and (max-width:1439px){.reg__content p{font-size:20px}}.reg__content .btn{width:100%;max-width:484px;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}@media screen and (max-width:1439px){.reg__content{max-width:900px}.reg__content .btn{max-width:400px}.reg__content p{max-width:700px}}@media screen and (max-width:767px){.reg__content p{line-height:1.4}.reg__content .h3{margin-bottom:22px}}.partner{padding-top:86px;padding-bottom:86px}@media screen and (max-width:767px){.partner{padding-top:53px;padding-bottom:53px}}.partner__row{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}@media screen and (max-width:1439px){.partner__row{gap:48px}}@media screen and (max-width:1023px){.partner__row{gap:60px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.partner__text{width:100%;max-width:527px;font-size:32px;line-height:1.3;letter-spacing:-.03em}@media screen and (max-width:1439px){.partner__text{font-size:24px}}@media screen and (max-width:1023px){.partner__text{font-size:20px}}@media screen and (max-width:767px){.partner__text{font-size:16px;line-height:1.4}}@media screen and (max-width:1439px){.partner__text{max-width:400px}}@media screen and (max-width:1023px){.partner__text{max-width:100%}}@media screen and (max-width:767px){.partner__text{font-size:20px;line-height:1.3;padding-left:3px}}.partner__comp{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;width:100%;max-width:706px;gap:25px 30px}@media screen and (max-width:1023px){.partner__comp{max-width:100%}}@media screen and (max-width:767px){.partner__comp{gap:12px 14px}}.partner__item{border:1px solid #e4e4e4;width:calc(50% - 15px);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;min-height:193px;-webkit-transition:all .35s ease;transition:all .35s ease}@media screen and (max-width:767px){.partner__item{min-height:90px;padding-left:24px;padding-right:24px;width:calc(50% - 7px)}}.callback{background:#2f2f2f;padding-top:75px}@media screen and (max-width:767px){.callback{padding-top:48px}}.callback__row{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;max-width:1170px;margin:0 auto;width:100%;gap:32px;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.callback__row .btn{font-size:18px;padding:20.5px 32px;width:100%;max-width:221px}@media screen and (max-width:767px){.callback__row{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:50px}.callback__row .btn{max-width:100%}}.callback__form{max-width:560px;width:100%}@media screen and (max-width:767px){.callback__form{max-width:100%}}.callback__logo{margin-bottom:32px}.callback__logo img{max-width:174px}@media screen and (max-width:767px){.callback__logo{margin-bottom:24px}.callback__logo img{max-width:143px}}.callback__content{max-width:360px}.callback__content .h3{color:#fff;margin-bottom:32px}.callback__content p{color:#fff;font-size:24px;line-height:1.4;line-height:1.3;font-family:ManropeSemiBold,sans-serif;margin-bottom:8px}@media screen and (max-width:1439px){.callback__content p{font-size:20px}}@media screen and (max-width:767px){.callback__content p{font-size:16px}}.callback__content p a{position:relative;z-index:1}.callback__content p a::before{content:"";position:absolute;left:0;bottom:-4px;height:1px;background:#fff;width:100%;-webkit-transform-origin:100% 50%;-ms-transform-origin:100% 50%;transform-origin:100% 50%;-webkit-transform:scale3d(0,1,1);transform:scale3d(0,1,1);-webkit-transition:-webkit-transform .3s;transition:-webkit-transform .3s;transition:transform .3s;transition:transform .3s,-webkit-transform .3s}.callback__content p a:hover::before{-webkit-transform-origin:0 50%;-ms-transform-origin:0 50%;transform-origin:0 50%;-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}.callback__content .socials{margin-top:38px}@media screen and (max-width:767px){.callback__content{max-width:100%}.callback__content .h3{margin-bottom:24px}.callback__content .socials{margin-top:32px}}